/*
Theme Name: Pacific West
Text Domain: pacificwest
Version: 1.0
Description: A responsive Wordpress theme built on Bootstrap 4.3.
Author: Rigney Graphics
Author URI: https://www.rigneygraphics.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

 * BOOTSTRAP OVERRIDES
 * GUTENBURG OVERRIDES
 * FONT STYLES
 * HTML STYLES
 * LINK STYLES
 * SHELL/WRAPPER STYLES
 * HOME PAGE STYLES
 * COMPARISONS CHART STYLES
 * NAVIGATION STYLES
 * FORM STYLES
 * GRAVITY FORM STYLES
 * NINJA FORMS STYLES
 * TRANSITION STYLES
 * BOOTSTRAP MODAL STYLES
 * WP-PAGENAVI STYLES
 * WORDPRESS REQUIRED STYLES
 * MISC. STYLES
 * MEDIA QUERY STYLES
*/


/* BOOTSTRAP OVERRIDES
====================================== */
.card-body {
	padding: 1.25rem 1.25rem 1px;
}

.card-header {
	padding: 0;
	position: relative;
}

.container,
header#page-header div > div {
	max-width: 1145px;
	position: relative;
}

/* Default Form Styling for All Other Pages */
body:not(.page-id-4565):not(.page-id-4609) .form-wrapper {
    background-color: #ffffff !important; /* White background */
    color: #000000 !important; /* Black text */
    border: 1px solid #ccc !important; /* Light gray border */
    padding: 20px;
    border-radius: 5px;
}

/* Ensure Input Fields Have Borders & Text is Black */
body:not(.page-id-4565):not(.page-id-4609) .form-wrapper input,
body:not(.page-id-4565):not(.page-id-4609) .form-wrapper textarea {
    border: 1px solid #000 !important; /* Black borders */
    color: #000 !important; /* Black text */
    background-color: #fff !important; /* White background */
    padding: 10px;
    width: 100%;
}

/* Adjust Placeholder Text Color */
body:not(.page-id-4565):not(.page-id-4609) .form-wrapper input::placeholder,
body:not(.page-id-4565):not(.page-id-4609) .form-wrapper textarea::placeholder {
    color: #666 !important; /* Medium gray placeholder */
}

/* Make Submit Button Stand Out */
body:not(.page-id-4565):not(.page-id-4609) .form-wrapper input[type="submit"] {
    background-color: #204ce5 !important; /* Blue button */
    color: #fff !important; /* White text */
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
}

body:not(.page-id-4565):not(.page-id-4609) .form-wrapper input[type="submit"]:hover {
    background-color: #163bb7 !important; /* Darker blue on hover */
}


/* GUTENBURG OVERRIDES
====================================== */
.wp-block-image {
	margin-bottom: 1.5rem;
}

.wp-block-separator {
	border-bottom: 0;
}

.wp-block-columns {
	margin-bottom: 0;
}


/* FONT STYLES
====================================== */
body,
h2 small {
	font-family: 'Open Sans', sans-serif;
}

#menu-quick-connect,
footer#site-footer .site-description,
header#blog-header,
h1, h2, h3,
#home-videos,
#mainstage > div.mainstage-overlay,
#wrapper > .sidebar ul.menu > li > a {
	font-family: 'Crimson Text', serif;
}

#header-primary-navigation {
	font-family: 'Montserrat', sans-serif;
}

.btn::after,
.card-header a::after,
.carousel-control-next-icon::before,
.carousel-control-prev-icon::before,
footer#site-footer .site-utility .footer-links ul > li a::after,
#menu-quick-connect li.google a::before,
#menu-quick-connect li.phone a::before,
#header-primary-navigation > li.menu-item-has-children > a::after,
#header-primary-navigation li.menu-item-has-children > a > span::after,
#header-primary-navigation ul.sub-menu > li.menu-item-has-children > a::after,
.header-search-toggle a::before,
header#site-header .header-banner .header-contacts > li::before,
header#site-header .header-banner .header-contacts > li a::before,
#home-our-team .carousel-item > div > div figcaption h3::after,
#mobile-close::before,
#mobile-trigger::before,
#home-why-choose-us .accredited h3::before,
#home-why-choose-us .affordable h3::before,
#home-why-choose-us .facilities h3::before,
#home-why-choose-us .instructors h3::before,
ul.pdfs li > a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
}

.author-social > li > a::before,
#footer-social > li > a::before,
.single-post-share > li > a::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 900;
}


/* HTML STYLES
====================================== */
html {
	font-size: 16px;
}

blockquote {
	background-color: rgba(66,88,139,1);
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
	font-style: italic;
	margin: 0 0 1.5rem;
	padding: 1.5rem 1.5rem 1px;
}

blockquote cite {
	border-left: 3px solid #FFFFFF;
	display: block;
	font-style: normal;
	font-weight: bold;
	padding-left: 0.5rem;
}

body {
	font-size: 1rem;
}

.card,
cite,
.embed-responsive,
figure,
p {
	margin: 0 0 1.5rem;
}

.card-body p {
	margin: 0 0 1.25rem;
}

cite {
	display: block;
}

cite p {
	margin: 0;
}

figure {
	margin-top: 0.25rem;
}

figure a,
figure.framed img,
figure img,
header#page-header figure img,
.team-list figure img {
	display: block;
	width: 100%;
}

figure.framed {
	display: inline-block;
	line-height: 1;
}

figure.framed img {
	display: block;
}

figure a,
figure.framed,
figure.framed a,
#home-our-team .carousel-item > div > div figure,
.team-list figure {
	position: relative;
}

figure.wp-block-image a {
	display: inline-block;
	width: initial;
}

figure.wp-block-image.framed a,
figure.wp-block-image.framed img {
	display: block;
}

.aligncenter figure {
	display: inline-block;
	margin: 0;
}

figure > a::after,
figure.framed a::before,
#home-our-team .carousel-item > div > div figure::after,
.team-list figure::after {
	border: 1px solid rgba(255,255,255, 0.5);
	bottom: 8px;
	content: '';
	left: 8px;
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 2;
}

figure.wp-block-image > a::after {
	display: none;
}

h1, h2, h3 {
	line-height: 1.1;
}

h2 strong, .h2 strong,
h3 strong, .h3 strong {
	color: #E41937;
}

h2, .h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 1rem;
}

h2 small {
	display: block;
	font-size: 0.5em;
	font-weight: bold;
	line-height: 1.1;
	margin: 0.5rem 0 0;
}

.mainstage-overlay h2 small {
	display: inline-block;
}

h3, .h3 {
	font-size: 1.5rem;
	margin: 0 0 0.5rem;
}

h4, .h4 {
	font-size: 1.25rem;
}

h5, .h5 {
	font-size: 1rem;
}

h5, .h5 {
	font-size: 0.85rem;
}

h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-weight: bolder;
}

hr,
.wp-block-separator {
	border-top: 5px solid #3F588B;
	clear: both;
	margin: 0 auto 1.5rem;
}

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

li {
	margin: 0 0 0.25rem;
}

ol {
	margin: 0;
	padding: 0;
	padding-bottom: 1.25rem;
	padding-left: 2rem;
}

.pad0 {
	margin-bottom: 0;
}

p.padhalf {
	margin: 0 0 0.5rem;
}

table {
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	margin: 0 0 1.5rem;
	table-layout: auto;
	width: 100%;
}

table.catalog td {
	width: 20%;
}

table.catalog td.full,
table.catalog th.full {
	width: 60%;
}

td, th {
	padding: 0.75rem;
	vertical-align: top;
}

td {
	border-bottom: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
}

thead th {
	border-bottom: 1px solid #3F588B;
	border-right: 1px solid #3F588B;
}

tbody tr:nth-child(odd) {
	background: #FFFFFF;
}

thead tr {
	background: #3F588B;
	color: #FFFFFF;
}

ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
	padding-bottom: 1.25rem;
	padding-left: 1.25rem;
}

ol.two-columns,
ul.two-columns {
	columns: 2;
	column-gap: 0;
	grid-column-gap: 0;
}


/* LINK STYLES
====================================== */
a {
	color: #3F588B;
}

main a {
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #000000;
}

a:focus img,
a:hover img {
	filter: brightness(115%);
}

button,
.btn,
input[type=button],
input[type=submit],
.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
	background: #3F588B;
	border-radius: 0.25rem;
	color: #FFFFFF;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 1;
	padding: 0.5rem 1.25rem;
	text-transform: uppercase;
	white-space: nowrap;
}

.btn.text {
	background: transparent;
	color: #3F588B;
	font-size: 0.8rem;
	padding: 0;
}

main .btn,
.nf-form-content .btn,
input[type="button"].btn,
input[type="submit"].btn,
button.btn {
    font-size: 1rem;
    padding: 1rem 2rem;
}
main a.btn {
	text-decoration: none;
}

.card-header a {
	display: block;
	font-weight: bold;
	padding: .75rem 1.25rem;
	text-decoration: none;
}

.card-header a::after {
	content: '\f107';
	position: absolute;
	right: 1.25rem;
	top: .75rem;
}

.form-wrapper input[type=button],
.form-wrapper input[type=submit] {
	background: #FFFFFF;
	border: 0;
	color: #3F588B;
}

.btn::after,
footer#site-footer .site-utility .footer-links ul > li a::after {
	content: '\00a0\00a0\f061';
}

.btn:focus,
.btn:hover,
button:focus,
button:hover,
.btn:focus,
.btn:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.form-wrapper input[type=submit]:focus,
.form-wrapper input[type=submit]:hover {
	background: #000000;
	color: #FFFFFF;
}

.btn.text:focus,
.btn.text:hover {
	background: transparent;
	color: #000000;
}

#home-videos figure a::before {
	background-image: url(img/play-button.png);
	background-size: 100%;
	content: '';
	display: block;
	height: 80px;
	left: 50%;
	opacity: 0.8;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	z-index: 10;
}

#home-videos a:focus::before,
#home-videos a:hover::before {
	opacity: 1;
}

#menu-quick-connect a:focus,
#menu-quick-connect a:hover {
	text-decoration: none;
}

#menu-quick-connect li.google a::before {
	content: '\f3c5\00a0\00a0';
}

#menu-quick-connect li.phone a::before {
	content: '\f098\00a0\00a0';
}

#mobile-close,
#mobile-trigger {
	display: none;
}


/* SHELL/WRAPPER STYLES
====================================== */
article,
#mainstage {
	margin: 0 auto;
	position: relative;
}

.author-bio {
	margin: 0 0 1.5rem;
}

.author-bio > div {
	float: left;
	padding: 0 1.5rem 1px;
	width: 82.5%;
}

.author-bio > div h2 {
	margin: 0 0 0.5rem;
}

.author-bio > div p {
	margin: 0 0 1rem;
}

.author-bio > figure {
	float: left;
	margin: 0;
	width: 17.5%;
}

.blog-entries {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.blog-entries > li {
	background: #FFFFFF;
	border: 1px solid #d5d5d5;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
	margin: 0 0 1.5rem;
	padding: 1.25rem 1.25rem 0.5rem;
}

.blog-entries > li figure {
	float: left;
	margin: 0 0 1.25rem;
	padding-right: 1.25rem;
	width: 30%;
}

.blog-entries > li figure img {
	border: 1px solid #d5d5d5;
	width: 100%;
}

.blog-entries > li.has-post-thumbnail div {
	float: left;
	width: 70%;
}

.blog-entries > li div h2 {
	line-height: 0.95;
	margin: 0 0 0.25rem;
}

.blog-entries > li div p {
	margin: 0 0 0.5rem;
}

.blog-entries > li div p.cat-title {
	margin: 0;
	text-transform: uppercase;
}

.embed-responsive.google::before {
	padding-top: 75%;
}

footer#site-footer .colophon {
	background: #303030;
	color: #808080;
	font-size: 0.85rem;
	padding: 1rem;
}

footer#site-footer .colophon a {
	color: #b5b5b5;
}

footer#site-footer .colophon .container > div {
	float: left;
	width: 65%;
}

footer#site-footer .colophon p {
	margin: 0;
}

footer#site-footer .colophon .container > ul {
	float: left;
	width: 35%;
}

footer#site-footer .logo {
	margin: 0 0 1rem;
}

footer#site-footer .masthead {
	background: #222222;
	background-image: url(img/footer.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	color: #606060;
	padding: 3rem 0;
}

footer#site-footer .masthead .container > div {
	display: flex;
	
}

footer#site-footer .site-description {
	border-left: 1px solid #666666;
	flex: 0 0 35%;
	font-size: 1.25rem;
	font-style: italic;
	line-height: 1.2;
	padding: 1rem 60px;
	padding-right: 0;
	text-align: center;
}

footer#site-footer .masthead .site-description img {
	max-width: 250px;
}

footer#site-footer .masthead .site-description p {
	margin: 0 0 0.5rem;
}

footer#site-footer .site-utility .footer-links {
	font-size: 0.85rem;
	padding: 1rem 0;
}

footer#site-footer .site-utility .footer-links h3 {
	font-size: 1.25rem;
}

footer#site-footer .site-utility .footer-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer#site-footer .site-utility .footer-links ul > li {
	display: inline-block;
	margin: 0;
	margin-right: 1rem;
}
	
footer#site-footer .site-utility {
	padding: 1rem 80px;
	padding-left: 0;
	width: 65%;
}

footer#site-footer .masthead a {
	color: #FFFFFF;
	display: inline-block;
}

header#page-header {
	position: relative;
}

header#blog-header figure,
header#page-header figure {
	margin: 0;
}

header#page-header > div {
	background-image: linear-gradient(rgba(66,88,139,0), rgba(66,88,139,1) 75%);
	bottom: 0;
	left: 0;
	padding: 1.5rem 0;
	position: absolute;
	right: 0;
	text-shadow: 2px 2px 3px #000000;
	z-index: 2;
}

header#blog-header,
header#page-header > div h1 {
	color: #FFFFFF;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1;
}

header#blog-header,
header#post-header {
	position: relative;
}

header#post-header a {
	color: #FFFFFF;
}

header#blog-header > div,
header#post-header div {
	background-image: linear-gradient(rgba(66,88,139,0), rgba(66,88,139,1));
	bottom: 0;
	color: #FFFFFF;
	line-height: 1.2;
	padding: 2rem;
	position: absolute;
	text-shadow: 2px 2px 0px #000000;
	width: 100%;
	z-index: 4;
}

header#post-header div h1 {
	line-height: 0.9;
	margin: 0 0 0.75rem;
}

header#blog-header div {
	line-height: 0.9;
}

header#post-header div p {
	margin: 0;
}

header#site-header .masthead {
	display: table;
	padding: 20px 0;
	width: 100%;
}

header#site-header .masthead > div {
	display: table-cell;
	vertical-align: middle;
}

header#site-header .masthead .utility {
	vertical-align: bottom;
	text-align: right;
	width: 75%;
}

header#site-header .masthead .utility .header {
	display: none;
}

header#site-header .logo p {
	margin: 0;
}

header#site-header .header-banner {
	background: #3F588B;
	color: #FFFFFF;
	padding: 0.5rem 1.5rem;
	text-align: center;
}

header#site-header .header-banner .header-contacts {
	font-size: 0.9rem;
	line-height: 1.1;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

header#site-header .header-banner .header-contacts > li {
	display: inline-block;
	margin: 0;
	padding: 0 0.5rem;
}

header#site-header .header-banner .header-contacts > li a {
	color: #FFFFFF;
	display: block;
	padding: 0.25rem 0;
	text-decoration: none;
}

header#site-header .header-banner .header-contacts > li a:focus,
header#site-header .header-banner .header-contacts > li a:hover {
	text-decoration: underline;
}

header#site-header .header-banner .header-contacts > li::before,
header#site-header .header-banner .header-contacts > li a::before {
	display: inline-block;
	margin-right: 0.25rem;
}

header#site-header .header-banner .header-contacts > li.email a::before {
	content: '\f0e0';
}

header#site-header .header-banner .header-contacts > li.hours::before {
	content: '\f017';
}

header#site-header .header-banner .header-contacts > li.phone a::before {
	content: '\f095';
}

#mainstage {
	background: #3F588B;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}

#mainstage .embed-responsive {
	margin: 0;
}

#mainstage .embed-responsive:before {
	padding-top: 56.25%;
}

#mainstage > div.mainstage-overlay {
	bottom: 30px;
	color: #FFFFFF;
	font-size: 2rem;
	line-height: 1;
	position: absolute;
	text-align: center;
	text-shadow: 2px 2px 0 #000000;
	width: 100%;
	z-index: 2;
}

#mainstage > div.mainstage-overlay p {
	margin: 1rem 0 0;
}

#mainstage img {
	width: 100%;
}

#menu-quick-connect {
	border-bottom: 1px solid #606060;
	color: #FFFFFF;
	font-size: 1.25rem;
	list-style-type: none;
	margin: 0;
	padding: 0 0 1rem;
}

#menu-quick-connect li {
	display: inline-block;
	margin-right: 2rem;
}

#menu-quick-connect a {
	color: #FFFFFF;
}

.partner-logos h3 {
	text-align: center;
	text-transform: uppercase;
}

.partner-logos .logos {
	background: #e0e0e0;
	margin: 0 0 2rem;
	padding: 1rem;
}

.partner-logos .logos:last-child {
	margin: 0 0 1rem;
}

.partner-logos .logos > div {
	border: 1px solid #4a4a4a;
	padding: 0.5rem;
}

.partner-logos .logos ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	margin: 0 -15px;
	padding: 0;
}

.partner-logos .logos ul > li {
	max-width: 16.666666%;
	padding: 0.25rem 15px;
}

.partner-logos .logos ul > li.large {
	flex: 0 0 25%;
	max-width: 30%;
}
.partner-logos .logos ul > li.medium {
	flex: 0 0 20%;
	max-width: 20%;
}

.partner-logos .logos ul > li.small {
	flex: 0 0 13%;
	max-width: 12%;
}

.partner-logos .logos#partner-logos-1 ul > li {
	max-width: 14.25%;
}

.partner-logos .logos#partner-logos-1 ul > li.medium {
	flex: 0 0 17.5%;
	max-width: 17.5%;
}

.partner-logos .logos#partner-logos-1 ul > li.small {
	flex: 0 0 11.5%;
	max-width: 11.5%;
}

body.home .section {
	border-top: 5px solid #e5e7e8;
}

body.home .section:first-child {
	border-top: none;
}

body.home .section:nth-child(even) {
	background: #f0f2f3;
}

.search-entries {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0 -1rem;
	padding: 0;
}

.search-entries > li {
	padding: 0 1rem 1rem;
	width: 33.333333%;
}

.search-entries > li figure {
	margin: 0 0 1rem;
}

.search-entries > li h2 {
	font-size: 1.25rem;
	line-height: 1.1;
	margin: 0;
}

.section,
#home-why-choose-us > div {
	padding: 4rem 0 3rem;
}

.team-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.team-list > li {
	border-top: 3px solid #d5d5d5;
	margin: 0 0 1rem;
	padding: 2.5rem 0 0;
}

.team-list > li:first-child {
	border-top: 0;
	padding: 0;
}

.team-list > li div {
	float: none;
	padding-left: 0;
	width: 100%;
}

.team-list > li.has-post-thumbnail div {
	float: left;
	padding-left: 2rem;
	width: 70%;
}

.team-list > li div ul {
	list-style-type: square;
}

.team-list > li figure {
	float: left;
	margin: 0 0 1.5rem;
	width: 30%;
}

.team-list > li h2 {
	font-size: 2rem;
	margin: 0;
}

.team-list > li h3 {
	font-size: 1.25rem;
}

#wrapper > .content {
	float: right;
	padding-left: 50px;
	width: 75%;
}

body.page-without-sidebar #wrapper > .content {
	float: none;
	padding-left: 0;
	width: 100%;
}

#wrapper > .sidebar {
	border-right: 1px solid #d5d5d5;
	font-size: 0.8rem;
	float: left;
	margin: 0 0 1.5rem;
	padding-right: 50px;
	width: 25%;
}

#wrapper > .sidebar .widget {
	margin: 0 0 1.5rem;
}


/* HOME PAGE STYLES
====================================== */
#home-google-map {
	padding-bottom: 0;
	text-align: center;
}

#home-google-map .embed-responsive {
	margin: 0;
}

#home-google-map .embed-responsive::before {
	padding-top: 42.857143%;
}

#home-our-students {
	background-image: url(img/our-students.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

#home-our-students > div {
	background: rgba(228, 25, 55, 0.25);
	color: #FFFFFF;
	padding: 2rem;
	text-align: center;
}

#carousel-relationships {
	margin-bottom: 1.5rem;
}

#carousel-relationships .carousel-item {
	background: rgba(43,68,119,1);
	color: #FFFFFF;
}

#carousel-relationships .carousel-item .clearfix > div {
	float: right;
	font-size: 1rem;
	line-height: 1.3;
	padding: 1.5rem 1.5rem 1px;
	width: 35%;
}

#carousel-relationships .carousel-item .clearfix > div a,
#carousel-relationships .carousel-item .clearfix > div a:focus,
#carousel-relationships .carousel-item .clearfix > div a:hover {
	color: #FFFFFF;
}

#carousel-relationships .carousel-item .clearfix > div p {
	margin: 0 0 1rem;
}

#carousel-relationships .carousel-item .clearfix > figure {
	float: left;
	margin: 0;
	width: 65%;
}

#carousel-relationships .carousel-item .clearfix > figure a {
	display: block;
}

#carousel-relationships .carousel-item .clearfix > figure img {
	width: 100%;
}

#carousel-relationships .embed-responsive {
	margin: 0;
}

#carousel-testimonials .carousel-control-next,
#carousel-testimonials .carousel-control-prev {
	opacity: 1;
	width: 30px;
}

#carousel-testimonials .carousel-control-next {
	right: -30px;
}

#carousel-testimonials .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

#carousel-testimonials .carousel-control-prev {
	left: -30px;
}

#carousel-testimonials .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

#home-our-students .carousel-item > div {
	margin: 0 auto;
	max-width: 60rem;
}

#home-our-students .carousel-item > div p::after {
	content: close-quote;
}

#home-our-students .carousel-item > div p::before {
	content: open-quote;
}

#home-our-students .carousel-item > div cite {
	font-style: normal;
	line-height: 1;
	margin: 0 0 1rem;
	padding-left: 1rem;
}

#home-our-students .carousel-item > div cite > strong {
	display: block;
	font-size: 1.25rem;
	margin: 0 0 0.5rem;
}

#home-our-team .intro {
	padding: 0 12rem;
	text-align: center;
}

#carousel-relationships .carousel-control-next,
#carousel-relationships .carousel-control-prev,
#home-our-team .carousel-control-next,
#home-our-team .carousel-control-prev {
	opacity: 1;
	width: 30px;
}

#carousel-relationships .carousel-control-next {
	right: -1.5rem;
}

#home-our-team .carousel-control-next {
	right: -30px;
}

#carousel-relationships .carousel-control-next-icon,
#home-our-team .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%233F588B' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

#carousel-relationships .carousel-control-prev {
	left: -1.5rem;
}

#home-our-team .carousel-control-prev {
	left: -30px;
}

#carousel-relationships .carousel-control-prev-icon,
#home-our-team .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%233F588B' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

#carousel-videos .carousel-control-next,
#carousel-videos .carousel-control-prev {
	width: 30px;
}

#carousel-videos .carousel-control-next-icon,
#carousel-videos .carousel-control-prev-icon {
	margin: 0 0 2rem;
}

#carousel-videos .carousel-control-next {
	right: -30px;
}

#carousel-videos .carousel-control-prev {
	left: -30px;
}

#home-our-team .carousel-item > div {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

#home-our-team .carousel-item > div > div {
	/*border-left: 1px solid #a8a8a8;*/
	flex: 0 0 25%;
	margin: 0;
	padding: 0 10px;
}

#home-our-team .carousel-item > div > div:first-child {
	border: none;
}

#home-our-team .carousel-item > div > div a {
	display: block;
}

#home-our-team .carousel-item > div > div figure {
	margin: 0;
}

#home-our-team .carousel-item > div > div figcaption {
	background: rgba(43,68,119,1);
	bottom: 0;
	color: #FFFFFF;
	font-size: 0.85rem;
	line-height: 1.25;
	padding: 1.25rem 1.25rem 0.75rem;
	position: absolute;
	text-shadow: 1px 2px 0 #000000;
	width: 100%;
	z-index: 3;
}

#home-our-team .carousel-item > div > div figcaption div {
	display: none;
}

#home-our-team .carousel-item > div > div figcaption h3 {
	font-size: 1.2rem;
	position: relative;
}

#home-our-team .carousel-item > div > div a figcaption h3::after {
	content: '\f107';
	position: absolute;
	right: 0;
	top: 0;
}

#home-our-team .carousel-item > div > div a:hover figcaption h3::after {
	content: '\f106';
}

#home-our-team .carousel-item > div > div figcaption p {
	margin: 0 0 0.5rem;
}

#home-questions .row {
	margin: 0 -40px;
}

#home-questions .row > div {
	border-left: 1px solid #a8a8a8;
	padding: 0 40px;
}

#home-questions .row > div:first-child {
	border-left: none;
}

#home-videos {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}

#home-videos .carousel-item > div {
	display: flex;
	margin: 0 -15px;
}

#home-videos .carousel-item > div > div {
	padding: 0 15px;
	width: 33.333333%;
}

#home-videos figure {
	margin: 0 0 1rem;
}

#home-why-choose-us {
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
	padding: 0;
}

#home-why-choose-us a {
	color: #FFFFFF;
}

#home-why-choose-us > div {
	background: rgba(3,28,79,0.8);
}

#home-why-choose-us .affordable,
#home-why-choose-us .accredited,
#home-why-choose-us .facilities,
#home-why-choose-us .instructors {
	padding-left: 5rem;
	position: relative;
}

#home-why-choose-us .affordable h3::before,
#home-why-choose-us .accredited h3::before,
#home-why-choose-us .facilities h3::before,
#home-why-choose-us .instructors h3::before {
	background: #FFFFFF;
	border-radius: 50%;
	color: #000000;
	display: block;
	font-size: 2rem;
	line-height: 4rem;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 4rem;
}

#home-why-choose-us .accredited h3::before {
	content: '\f0a3';
}

#home-why-choose-us .affordable h3::before {
	content: '\f0d6';
}

#home-why-choose-us .facilities h3::before {
	content: '\f1ad';
}

#home-why-choose-us .instructors h3::before {
	content: '\f0c0';
}

body.page-id-4565 #home-google-map,
body.page-id-4565 #home-our-students,
body.page-id-4565 #carousel-relationships,
body.page-id-4565 #carousel-testimonials,
body.page-id-4565 #home-our-team,
body.page-id-4565 #home-questions,
body.page-id-4565 #home-videos,
body.page-id-4565 #home-why-choose-us {
    display: block !important;
    visibility: visible !important;
    background-color: inherit !important;
}







/* COMPARISON CHART STYLES
====================================== */
.pwa-table-wrapper {
	border: 4px solid #014354;
	margin: 0 0 1.5rem;
	padding: 6px;
}

.pwa-table {
	display: grid;
	gap: 4px;
	grid-auto-flow: dense;
	grid-template-columns: 1fr 20% 20% 20% 20%;
	grid-template-rows: auto auto auto auto auto auto auto;
}

.pwa-table > div {
	align-items: center;
	border: 4px solid #a0a0a0;
	border-bottom-color: #014354;
	border-right-color: #014354;
	display: flex;
	line-height: 1.15;
	justify-content: center;
	padding: 0.75rem;
	text-align: center;
}

.pwa-table .company {
	background: #0387a8;
	color: #FFFFFF;
	align-items: end;
}

.pwa-table .company.pwa > div::before {
	background-image: url(img/pwa-mini-logo.png);
	background-size: cover;
	content: '';
	display: block;
	flex: 100%;
	height: 40px;
	margin: 5px auto;
	width: 100px;
}

.pwa-table .legend {
	align-items: end;
	background: #014354;
	color: #FFFFFF;
}

.pwa-table .company,
.pwa-table .header {
	font-weight: bold;
}

.pwa-table > div.header,
.pwa-table > div.legend {
	justify-content: start;
	text-align: left;
}

.pwa-table .col1 {
	grid-column: 1;
}

.pwa-table .col2 {
	grid-column: 2;
}

.pwa-table .col3 {
	grid-column: 3;
}

.pwa-table .col4 {
	grid-column: 4;
}

.pwa-table .col5 {
	grid-column: 5;
}


/* NAVIGATION STYLES
====================================== */
ul.author-social,
ul#footer-social,
ul.single-post-share {
	font-size: 0;
	line-height: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#footer-social {
	text-align: right;
}

ul.single-post-share {
	margin: 0 0 1.5rem;
}

ul.author-social > li,
ul#footer-social > li,
ul.single-post-share > li {
	display: inline-block;
	margin: 0;
	padding: 0 0 0.5rem;
}

ul.author-social > li,
ul.single-post-share > li {
	margin-right: 1.25rem;
	vertical-align: middle;
}

ul#footer-social > li {
	margin-left: 1.25rem;
}

ul.author-social > li > a,
ul.single-post-share > li > a {
	text-decoration: none;
}

ul#footer-social > li > a {
	color: #b5b5b5;
}

ul#footer-social > li > a:focus,
ul#footer-social > li > a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

ul.author-social > li > a::before,
ul#footer-social > li > a::before,
ul.single-post-share > li > a::before,
ul.single-post-share > li > strong {
	display: block;
	font-size: 1.5rem;
	line-height: 1;
}

ul.single-post-share > li > strong {
	font-size: 1rem;
}

li.facebook > a::before {
	content: '\f09a';
}

li.instagram > a::before {
	content: '\f16d';
}

li.linkedin > a::before {
	content: '\f08c';
}

li.twitter > a::before {
	content: '\f099';
}

li.youtube > a::before {
	content: '\f167';
}

header#site-header nav {
	opacity: 1;
}

header#site-header nav .navigation.primary {
	font-size: 0;
	padding: 6px 0;
	/*text-align: center;*/
}

#header-primary-navigation {
	display: inline-block;
	font-size: 0;
	font-weight: bold;
	line-height: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#header-primary-navigation li {
	position: relative;
}

#header-primary-navigation > li {
	display: inline-block;
	margin: 0;
	margin-left: 4px;
}

#header-primary-navigation > li > a {
	border-bottom: 3px solid transparent;
	display: block;
	font-size: 1rem;
	line-height: 1.14em;
	padding: 4px 8px;
	text-transform: uppercase;
}

#header-primary-navigation > li:focus > a,
#header-primary-navigation > li:hover > a,
#header-primary-navigation > li.current-menu-ancestor > a,
#header-primary-navigation > li.current-menu-item > a {
	background: #FFFFFF;
	border-bottom: 3px solid #2F487B;
	color: #000000;
}

#header-primary-navigation li > a:focus,
#header-primary-navigation li > a:hover {
	color: #3F588B;
	text-decoration: none;
}

#header-primary-navigation li > a {
	text-decoration: none;
}

#header-primary-navigation li > a > span {
	display: none;
}

#header-primary-navigation ul.sub-menu {
	background: #FFFFFF;
	box-shadow: 0 4px 4px rgba(0,0,0,0.5);
	display: none;
	font-size: 0.75rem;
	left: 50%;
	line-height: 1.45;
	list-style-type: none;
	margin: 0;
	min-width: 200px;
	padding: 0;
	position: absolute;
	text-align: left;
	transform: translateX(-50%);
	z-index: 10;
}

#header-primary-navigation > li.menu-item-has-children > a::after {
	content: '\00a0\00a0\f107';
	line-height: 0.9;
}

#header-primary-navigation li.menu-item-has-children > a > span::after {
	content: '\f107';
}

#header-primary-navigation li.menu-item-has-children.expanded > a > span::after {
	content: '\f106';
}

#header-primary-navigation .sub-menu li.menu-item-has-children > a::after {
	content: '\f0da';
	display: block;
	line-height: 1;
	padding: 0 0.5rem;
	position: absolute;
	right: 0;
	top: 25%;
	z-index: 5;
}

#header-primary-navigation li:focus > ul.sub-menu,
#header-primary-navigation li:hover > ul.sub-menu {
	display: block;
	left: 50%;
}

#header-primary-navigation li.right:focus > ul.sub-menu,
#header-primary-navigation li.right:hover > ul.sub-menu {
	left: auto;
	right: 0;
	transform: none;
}

#header-primary-navigation ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
	transform: none;
}

#header-primary-navigation ul.sub-menu li.right ul.sub-menu {
	left: auto;
	right: 100%;
}

#header-primary-navigation > li {
	position: relative;
	vertical-align: top;
}

#header-primary-navigation ul.sub-menu > li > a {
	border-bottom: 1px solid #e4e4e4;
	border-left: 4px solid #FFFFFF;
	display: block;
	padding: 6px 10px;
}

#header-primary-navigation ul.sub-menu > li {
	margin: 0;
	padding: 0;
}

#header-primary-navigation ul.sub-menu > li:focus > a,
#header-primary-navigation ul.sub-menu > li:hover > a,
#header-primary-navigation ul.sub-menu > li.current-menu-item > a {
	border-left: 4px solid #2F487B;
}

ul.pdfs {
	border-left: 1px solid #b5b5b5;
	border-top: 1px solid #b5b5b5;
	list-style-type: none;
	margin-bottom: 1.5rem;
	padding: 0;
}

ul.pdfs li {
	border-bottom: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
}

ul.pdfs li > a {
	display: block;
	padding: 0.5rem 0.75rem;
	padding-left: 2rem;
	position: relative;
	text-decoration: none;
}

ul.pdfs li > a::before {
	content: '\f1c1';
	left: 0.75rem;
	position: absolute;
	top: 0.5rem;
}

ul.video-entries {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0 -5px;
	padding-left: 0;
}

ul.video-entries li {
	flex: 0 0 33.333333%;
	margin: 0 0 10px;
	padding: 0 5px;
	text-align: center;
}

ul.video-entries li:nth-child(3n+1) {
	clear: both;
}

ul.video-entries li a {
	background: #3F588B;
	color: #FFFFFF;
	display: block;
	font-size: 0.85rem;
	height: 100%;
	line-height: 1.2;
	position: relative;
	text-decoration: none;
}

ul.video-entries li a:focus,
ul.video-entries li a:hover {
	background: #000000;
}

ul.video-entries li a > figure {
	border: 1px solid #e5e5e5;
	margin: 0;
}

ul.video-entries li a > div {
	padding: 0.75rem;
}

ul.video-entries li a > div em,
ul.video-entries li a > div strong {
	display: block;
}

ul.video-entries li a > div em {
	font-style: normal;
	margin: 0.25rem 0 0;
}

#wrapper > .sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#wrapper > .sidebar ul ul ul {
	margin-left: 1rem;
}

#wrapper > .sidebar ul li {
	margin: 0;
	padding: 0;
}

#wrapper > .sidebar ul li > a {
	border-bottom: 1px solid #d5d5d5;
	display: block;
	padding: 0.5rem 0;
	text-decoration: none;
}

#wrapper > .sidebar ul li.current-menu-ancestor > a,
#wrapper > .sidebar ul li.current-menu-item > a {
	color: #000000;
	font-weight: bold;
}

#wrapper > .sidebar ul.menu > li > a {
	font-size: 1.25rem;
	font-weight: bold;
}


/* DEFAULT FORM STYLES
====================================== */
.form-wrapper {
	background: #3F588B;
	color: #FFFFFF;
	margin: 0 0 1.5rem;
	padding: 15px;
}

.nf-response-msg {
	background: #FFFFFF;
	color: #007000;
	font-weight: bold;
	margin: 0 0 1rem;
	padding: 1rem 1rem 0.5rem;
	text-align: center;
}

.nf-response-msg p {
	margin: 0 0 0.5rem;
}

body.home .form-wrapper {
	margin-top: 0;
}

.form-wrapper > div {
	border: 1px solid #FFFFFF;
	padding: 10px 1rem 1px;
}

.form-wrapper .row {
	margin: 0 -10px;
}

.form-wrapper .row .col-sm-6 {
	padding: 0 10px;
}

.form-wrapper p {
	margin: 0 0 15px;
}





input[type=email],
input[type=tel],
input[type=text],
textarea {
	border: 1px solid #a8a8a8;
	border-radius: 0.25rem;
	padding: 0.5rem;
	width: 100%;
}


/* GRAVITY FORM STYLES
====================================== */
.form-wrapper .gform_footer {
  min-height: 0 !important;
  height: 60px !important;
  padding: 0.25rem 0 !important;
}


.form-wrapper .gform_wrapper li.hidden_label input {
	margin: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_required {
	color: #FF0000!important;
}

.gform_wrapper div.validation_error {
	color: #FFFFFF!important;
	border-bottom-color: #FFFFFF!important;
	border-top-color: #FFFFFF!important;
}

.gform_wrapper li.gfield.gfield_error {
	padding: 0 16px 16px!important;
}

.gform_wrapper .validation_message {
	color: #FFFFFF!important;
}

.form-wrapper .gform_wrapper {
	margin: 0 !important;
}

body .form-wrapper .gform_wrapper ul li.gfield {
	margin-bottom: 8px!important;
	margin-top: 0!important;
}



/* NINJA FORMS STYLES
====================================== */
.nf-error-msg {
	font-size: 0.8rem;
	font-weight: bold;
}

.nf-error .ninja-forms-field {
	background: #ffd6da;
}

.form-wrapper .nf-error-msg {
	color: #FFFFFF;
}

.nf-form-fields-required {
	display: none;
}

textarea {
	min-height: 140px;
}

input[type=email]:focus,
input[type=email]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=text]:focus,
input[type=text]:hover,
textarea:focus,
textarea:hover {
	border: 1px solid #606060;
}

.form-wrapper > div input[type=email],
.form-wrapper > div input[type=tel],
.form-wrapper > div input[type=text],
.form-wrapper > div textarea {
	border: 0;
}

.nf-field-container.submit-container {
	text-align: center;
}

.nf-field-element select.form-control,
.gform_wrapper .form-control select {
	border-radius: 0.25rem;
	height: calc(1.5em + .75rem + 4px);
}

.gform_legacy_markup_wrapper div.validation_error {
	background: #FFFFFF;
	margin-right: 1rem!important;
	width: calc(100% - 16px)!important;
}

.gform_wrapper .form-control {
	background: none;
	border: 0;
	padding: 0;
}

.nf-form-content {
	max-width: none!important;
	padding: 0 !important;
}

.nf-form-errors div {
	border: 3px solid #e80000;
	padding: 1rem;
	text-align: center;
}

.form-wrapper .nf-form-errors div {
	background: #FFFFFF;
	border: 0;
	color: #c10005;
	font-weight: bold;
	margin: 0 0 1rem;
}

#wrapper > .content .search-form {
	margin: 0 0 1.5rem;
	width: 75%;
}

#header-search-bar,
.header-search-toggle,
#mobile-search-bar {
	padding: 0 0 1px;
	display: none;
}

.header-search-toggle {
	position: absolute;
	top: 12px;
	right: 15px;
}

/*body.logged-in .header-search-toggle {*/
.header-search-toggle {
	display: block;
}

.header-search-toggle a {
	display: block;
}

.header-search-toggle a:focus,
.header-search-toggle a:hover {
	text-decoration: none;
}

.header-search-toggle a::before {
	content: '\f002';
	display: block;
	font-size: 1.5rem;
	padding: 4px 8px;
}

.search-form-widget {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto 3rem;
	max-width: 767px;
}

#header-search-bar .search-form-widget {
	margin-bottom: 1rem;
}

.search-form-widget .form-input input[type=text],
.search-form-widget .form-submit input[type=submit] {
	border-radius: 2rem;
	font-size: 1rem;
}

.search-form-widget .form-input {
	width: 80%;
}

.search-form-widget .form-input input[type=text] {
	border-right: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	line-height: 1;
	padding: 0.75rem 1.25rem;
}

.search-form-widget .form-submit {
	width: 20%;
}

.search-form-widget .form-submit input[type=submit] {
	border: 1px solid #000000;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	line-height: 1.35;
	display: block;
	padding: 0.75rem;
	width: 100%;
}

#wrapper > .content .search-form .form-input {
	float: left;
	width: 75%;
}

#wrapper > .content .search-form input[type=submit] {
	font-size: 1rem;
	padding: 0.75rem;
	width: 100%;
}

#wrapper > .content .search-form .form-submit {
	float: left;
	padding-left: 1rem;
	width: 25%;
}

#wrapper > .sidebar .search-form .form-input {
	margin: 0 0 0.5rem;
}

select {
	width: 100%;
}


/* TRANSITION STYLES
====================================== */
.btn,
button,
input[type=button],
input[type=submit],
ul.video-entries li a {
	transition: background 0.2s;
}

footer#site-footer .colophon .container > ul > li > a {
	transition: color 0.2s;
}

.form-wrapper input[type=submit] {
	transition: background 0.2s, color 0.2s;
}

#home-videos figure a::before {
	transition: opacity 0.2s;
}

a img {
	transition: filter 0.2s;
}


/* BOOTSTRAP MODAL STYLES
====================================== */
.modal-body {
	padding: 0;
}

.modal-dialog {
	max-width: 1162px;
}

.modal-dialog .modal-content {
	background: #FFFFFF;
	padding: 1rem;
}

.modal-dialog .modal-content .embed-responsive {
	margin: 0;
}

.modal.fade .modal-dialog {
	transform: none;
	transition: none;
}

.modal-header {
	border: 0;
	padding: 0;
	position: relative;
}

.modal-header .close {
	background: #000000;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 1rem;
	line-height: 30px;
	margin: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	right: -1.5rem;
	text-align: center;
	top: -1.5rem;
	width: 35px;
	z-index: 10;
}

.modal-header .close:focus,
.modal-header .close:hover,
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	background: #c10005;
	opacity: 1;
}


/* WP-PAGENAVI STYLES
====================================== */
.em-pagination,
.wp-pagenavi {
	margin: 3rem 0;
	text-align: center;
}

.em-pagination a, .em-pagination span,
.wp-pagenavi a, .wp-pagenavi span {
	background: #FFFFFF;
	border: 1px solid #808080;
	border-radius: 4px;
	color: #4a4a4a;
	display: inline-block;
	font-size: 1rem;
	margin-right: 3px;
	padding: 8px 10px;
}

.em-pagination a:focus,
.em-pagination a:hover,
.wp-pagenavi a:focus,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background: #666666;
	border-color: #414141;
	color: #fff;
	text-decoration: none;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.wp-pagenavi.lunchmeat-pagenavi a em {
	font-style: normal;
}


/* WORDPRESS REQUIRED STYLES
====================================== */
.aligncenter,
.alignleft,
.alignright {
	display: block;
}

.aligncenter {
	margin: 0 auto 1.5rem;
	text-align: center;
}

.alignleft {
	float: left;
	margin: 0 1.5rem 1.5rem 0;
}

.alignright {
	float: right;
	margin: 0 0 1.5rem 1.5rem;
}

.wp-caption {
	display: table;
	margin: 0 auto 1.5rem;
}

.wp-caption-text {
	caption-side: bottom;
	display: table-caption;
	font-size: 0.85rem;
	margin: 0;
	padding: 0.5rem 0 0;
	text-align: left;
}


/* MISC. STYLES
====================================== */
.hidden,
.hide {
	display: none!important;
}

div.eapps-widget {
	bottom: 0;
	position: absolute!important;
}


/* MEDIA QUERY STYLES
====================================== */
@media(max-width: 1250px)
{
	#home-questions .row {
		margin: 0 -30px;
	}
	
	#home-questions .row > div {
		padding: 0 30px;
	}
}


@media(max-width: 1199px)
{
	.alignleft,
	.alignright {
		max-width: 50%;
	}
	
	.container {
		padding: 0 2rem;
	}
	
	header#blog-header,
	header#page-header {
		overflow-x: hidden;
	}
	
	header#blog-header figure,
	header#page-header figure {
		margin: 0 -5%;
		width: 110%;
	}
	
	header#blog-header figure > img,
	header#page-header figure > img {
		width: 100%;
	}
	
	header#blog-header,
	header#page-header > div h1 {
		font-size: 45px;
	}
	
	#header-primary-navigation > li {
		margin-left: 8px;
	}
	
	header#site-header .masthead .utility {
		width: 72%;
	}
	
	#home-questions .row {
		margin: 0 -1.5rem;
	}
	
	#home-our-students > div {
		padding: 1.5rem;
	}
	
	#home-our-team .intro {
		padding: 0 8rem;
	}
	
	#home-questions .row > div {
		padding: 0 1.5rem;
	}
	
	.section, #home-why-choose-us > div {
		padding: 2rem 0 1rem;
	}
	
	#wrapper > .content {
		padding-left: 2rem;
	}
	
	#wrapper > .sidebar {
		padding-right: 2rem;
	}
}


@media(max-width: 992px)
{
	.alignleft,
	.alignright {
		float: none;
		margin: 0 auto 1.5rem;
		max-width: none;
		text-align: center;
	}
	
	.alignleft figure,
	.alignright figure {
		display: inline-block;
		margin: 0;
		width: auto;
	}
	
	.alignleft figure img,
	.alignright figure img {
		width: auto;
	}
	
	.blog-entries > li {
		padding: 1rem 1rem 1px;
	}
	
	.blog-entries > li.has-post-thumbnail figure {
		padding-right: 1rem;
		width: 45%;
	}

	.blog-entries > li.has-post-thumbnail div {
		width: 55%;
	}
	
	footer#site-footer .site-description {
		padding-left: 40px;
		width: 35%;
	}
	
	footer#site-footer .masthead .site-description img {
		max-width: 100%;
	}
	
	header#blog-header,
	header#page-header > div h1 {
		font-size: 40px;
	}
	
	header#blog-header figure,
	header#page-header figure {
		margin: 0 -10%;
		width: 120%;
	}
	
	#header-primary-navigation > li {
		margin-left: 8px;
	}

	.header-search-toggle {
		top: 0;
		right: 15px;
	}
	
	header#site-header .masthead .utility {
		width: 70%;
	}
	
	#home-our-students > div {
		padding: 1.5rem 0.5rem;
	}
	
	#home-our-team .intro {
		padding: 0 4rem;
	}
	
	#home-google-map .embed-responsive::before {
		padding-top: 56.25%;
	}
	
	#home-videos figure a::before {
		height: 60px;
		width: 60px;
	}
	
	#mainstage > div.mainstage-overlay {
		font-size: 1.75rem;
	}
	
	.partner-logos .logos > div {
		padding: 0.5rem;
	}
	
	.partner-logos .logos ul {
		margin: 0 -10px;
	}
	
	.partner-logos .logos ul > li {
		padding: 0.25rem 10px;
	}

	.pwa-table .company,
	.pwa-table .header {
		font-size: 0.8rem;
	}
	
	#wrapper > .content .search-form {
		width: 90%;
	}
	
	ul.video-entries li {
		flex: 0 0 50%;
	}

	.wp-block-columns.lg {
		display: block;
	}
	
	.wp-block-columns.lg > .wp-block-column {
		display: block;
		flex-basis: 100%!important;
	}
}


@media(max-width: 880px)
{
	.author-bio > div {
		width: 75%;
	}
	
	.author-bio > figure {
		width: 25%;
	}
	
	.blog-entries > li div h2 {
		font-size: 1.5rem;
	}
	
	#carousel-relationships .carousel-item .clearfix > div {
		float: none;
		padding: 1rem 1.5rem 1px;
		width: 100%;
	}

	#carousel-relationships .carousel-item .clearfix > figure {
		float: none;
		width: 100%;
	}
	
	footer#site-footer .masthead .container > div {
		display: block;
	}
	
	footer#site-footer .site-description {
		display: block;
		flex: none;
		float: left;
		width: 30%;
	}
	
	footer#site-footer .site-utility {
		display: block;
		flex: none;
		float: left;
		width: 70%;
	}
	
	#home-our-team .carousel-control-next {
		right: -1.5rem;
	}
	
	#home-our-team .carousel-control-prev {
		left: -1.5rem;
	}
	
	#home-our-team .carousel-item > div {
		margin: 0;
	}
	
	#home-our-team .carousel-item > div > div {
		flex: 0 0 50%;
		margin-bottom: 30px;
		padding: 0 15px;
	}
	
	#home-our-team .carousel-item > div > div img {
		width: 100%;
	}

	.search-entries > li {
		width: 50%;
	}
}

@media(max-width: 767px)
{
	h2 br,
	h2 br::after {
		content: ' ';
	}
	
	.alignleft {
		float: left;
		margin: 0 1.5rem 1.5rem 0;
	}

	.alignright {
		float: right;
		margin: 0 0 1.5rem 1.5rem;
	}
	
	.alignleft,
	.alignright {
		max-width: 50%;
	}
	
	.author-bio > div {
		padding: 0;
		padding-left: 1.5rem;
		width: 80%;
	}
	
	.author-bio > figure {
		width: 20%;
	}
	
	.blog-entries > li {
		margin: 0 0 1.5rem;
		padding: 1.25rem 1.25rem 0.5rem;
	}
	
	.blog-entries > li.has-post-thumbnail figure {
		float: left;
		margin: 0 0 1.25rem;
		padding-right: 1.25rem;
		width: 35%;
	}

	.blog-entries > li.has-post-thumbnail div {
		float: left;
		padding: 0;
		width: 65%;
	}

	#carousel-videos {
		padding: 0 2rem;
	}

	#carousel-videos .carousel-control-next {
		right: 0;
	}
	
	#carousel-videos .carousel-control-prev {
		left: 0;
	}
	
	.container {
		padding: 0 1.5rem;
	}
	
	footer#site-footer .colophon .container > div,
	footer#site-footer .colophon .container > ul {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	footer#site-footer .colophon .container > div {
		margin: 0 0 1rem;
	}
	
	footer#site-footer .masthead {
		padding: 2rem 0;
	}
	
	footer#site-footer .masthead .site-description img {
		max-width: 250px;
	}
	
	footer#site-footer .site-description {
		border-left: 0;
		display: block;
		padding: 0;
		float: none;
		width: 100%;
	}
	
	footer#site-footer .site-utility {
		display: block;
		flex: none;
		float: none;
		padding: 1rem 0;
		text-align: center;
		width: 100%;
	}
	
	#home-google-map .embed-responsive::before {
		padding-top: 75%;
	}
	
	header#blog-header > div,
	header#page-header > div {
		padding: 1rem 0;
	}
	
	header#blog-header,
	header#page-header > div h1 {
		font-size: 35px;
	}
	
	header#blog-header figure,
	header#page-header figure {
		margin: 0 -15%;
		width: 130%;
	}
	
	header#site-header {
		border-bottom: 2px solid #3F588B;
	}
	
	header#site-header .masthead,
	header#site-header .masthead > div {
		display: block;
	}
	
	header#site-header .masthead .logo {
		width: 200px;
	}
	
	header#site-header .masthead .utility {
		width: auto;
	}
	
	header#site-header nav {
		background: #344773;
	}
	
	header#site-header nav > div {
		padding: 0 1rem;
	}
	
	header#site-header .masthead .utility .header {
		border-bottom: 1px solid #FFFFFF;
		display: block;
		margin: 0;
		padding: 1rem 0;
	}
	
	header#site-header .masthead .utility .header .logo {
		width: 45%;
	}
	
	header#site-header nav {
		box-shadow: 0 2px 6px 0px #000000;
		height: 100%;
		overflow: hidden;
		opacity: 0;
		position: fixed;
		right: 0;
		top: 0;
		width: 0;
		z-index: 800;
	}
	
	header#site-header nav .header {
		position: relative;
	}
	
	body.response header#site-header nav {
		max-width: 383px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}
	
	header#site-header nav .navigation.primary {
		padding: 0;
	}
	
	#header-primary-navigation {
		border-top: 1px solid #FFFFFF;
		display: block;
	}
	
	#header-primary-navigation li {
		border-bottom: 1px solid #FFFFFF;
		display: block;
		margin: 0;
		text-align: left;
	}
	
	#header-primary-navigation li > a {
		padding: 0.5rem;
		position: relative;
	}
	
	#header-primary-navigation li > a {
		border-bottom: 0;
		border-left: 4px solid transparent;
		display: block;
		padding: 6px 10px;
	}
	
	#header-primary-navigation li > a:focus,
	#header-primary-navigation li > a:hover {
		border-left: 4px solid #FFFFFF;
	}
	
	#header-primary-navigation > li:focus > a,
	#header-primary-navigation > li:hover > a,
	#header-primary-navigation > li.current-menu-ancestor > a,
	#header-primary-navigation > li.current-menu-item > a,
	#header-primary-navigation > li:focus > a,
	#header-primary-navigation > li:hover > a,
	#header-primary-navigation > li.current-menu-ancestor > a,
	#header-primary-navigation > li.current-menu-item > a {
		background: rgba(0,0,0,0.2);
		border-bottom: 0;
		color: #FFFFFF;
	}
	
	#header-primary-navigation > li.menu-item-has-children > a::after,	
	#header-primary-navigation .sub-menu li.menu-item-has-children > a::after {
		display: none;
	}
	
	#header-primary-navigation li.menu-item-has-children > a > span,
	body.home #header-primary-navigation li.menu-item-has-children > a > span {
		border-left: 1px solid #e4e4e4;
		display: block;
		padding: 0.35rem;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 30px;
		z-index: 5;
	}
	
	#header-primary-navigation li.menu-item-has-children > a > span::after {
		content: '\f107';
	}
	
	#header-primary-navigation li.menu-item-has-children.expanded > a > span::after {
		content: '\f106';
	}

	#header-primary-navigation ul.sub-menu {
		background: none;
	}
	
	#header-primary-navigation ul.sub-menu,
	#header-primary-navigation li:focus > ul.sub-menu,
	#header-primary-navigation li:hover > ul.sub-menu,
	#header-primary-navigation li.right:focus > ul.sub-menu,
	#header-primary-navigation li.right:hover > ul.sub-menu,
	#header-primary-navigation ul.sub-menu li.right ul.sub-menu {
		border-top: 1px solid #ffffff;
		box-shadow: none;
		display: none;
		left: auto;
		max-width: none;
		padding: 0 1rem 1rem;
		position: relative;
		right: auto;
		transform: none;
		max-width: none;
		z-index: 10;
	}
	
	#header-primary-navigation ul.sub-menu {
		display: none;
		padding: 0 1rem 1rem;
	}
	
	#header-primary-navigation ul.sub-menu ul.sub-menu {
		position: relative;
		left: 0;
		top: auto;
	}

	#header-primary-navigation li > a,
	#header-primary-navigation ul.sub-menu > li:focus > a,
	#header-primary-navigation ul.sub-menu > li:hover > a,
	#header-primary-navigation ul.sub-menu > li.current-menu-item > a {
		border-left-color: #FFFFFF;
		color: #ffffff!important;
	}

	#header-primary-navigation ul.sub-menu > li > a,
	#header-primary-navigation li > a {
		border-left-color: transparent;
	}

	.header-search-bar-wrapper {
		display: none;
	}
	
	#home-our-students > div {
		padding: 1.5rem 0;
	}
	
	#home-our-students .container {
		padding: 0 2.5rem;
	}
	
	#home-questions .row > div {
		border-left: 0;
	}
	
	#home-videos figure a::before {
		height: 45px;
		width: 45px;
	}
	
	#mainstage > div.mainstage-overlay {
		font-size: 1.5rem;
	}
	
	#mainstage > div.mainstage-overlay p {
		margin: 0.75rem 0 0;
	}

	#mobile-close,
	#mobile-trigger {
		display: block;
	}
	
	#mobile-close {
		color: #c10005;
		display: block;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 0.8;
		position: absolute;
		right: 0;
		top: 50%;
		transition: background 0.2s;
		transform: translateY(-50%);
	}
	
	#mobile-close:focus,
	#mobile-close:hover {
		text-decoration: none;
	}
	
	#mobile-close:focus::before,
	#mobile-close:hover::before {
		color: #000000;
	}

	#mobile-search-bar {
		display: block;	
	}
	
	#mobile-trigger {
		background: #3F588B;
		border-radius: 0.25rem;
		color: #FFFFFF;
		display: block;
		font-size: 1.5rem;
		line-height: 1;
		position: absolute;
		right: 15px;
		text-decoration: none;
		top: 50%;
		transition: background 0.2s;
		transform: translateY(-50%);
	}

	#mobile-search-bar {
		margin-top: 1rem;
	}

	#mobile-search-bar .search-form-widget .form-input input[type=text] {
		padding: 0.75rem;
	}

	#mobile-search-bar .search-form-widget .form-input input[type=text],
	#mobile-search-bar .search-form-widget .form-submit input[type=submit] {
		border-radius: 0;
	}
	
	#mobile-trigger:focus,
	#mobile-trigger:hover {
		background: #000000;
		text-decoration: none;
	}
	
	#mobile-close::before,
	#mobile-trigger::before {
		display: block;
		font-size: 1.5rem;
		line-height: 1;
	}
	
	#mobile-close::before {
		color: #FFFFFF;
		content: '\f057';
		padding: 0;
	}
	
	#mobile-trigger::before {
		color: #FFFFFF;
		content: '\f0c9';
		padding: 0.75rem;
	}
	
	#our-programs figure {
		max-width: 75%;
	}
	
	#home-our-team .intro {
		padding: 0 2rem;
	}
	
	#overlay-response {
		background: rgba(0,0,0,0.8);
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 0;
		z-index: 500;
	}
	
	body.response #overlay-response {
		width: 100%;
	}
	
	ul.video-entries li {
		flex: 0 0 33.333333%;
	}
	
	.partner-logos .logos ul > li {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.partner-logos .logos ul > li.large {
	flex: 0 0 25%;
	max-width: 35%;
}
	.partner-logos .logos ul > li.medium,
	.partner-logos .logos#partner-logos-1 ul > li.medium {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.partner-logos .logos ul > li.small,
	.partner-logos .logos#partner-logos-1 ul > li.small {
		flex: 0 0 15%;
		max-width: 15%;
	}

	#wrapper > .content,
	#wrapper > .sidebar {
		border: 0;
		float: none;
		padding: 0;
		width: 100%;
	}
	
	#wrapper > .sidebar {
		border-top: 5px solid #b5b5b5;
	}
}


@media(max-width: 767px)
{
	.pwa-table-wrapper {
		border: 0;
		padding: 0;
	}

	.pwa-table {
		display: block;
	}

	.pwa-table > div {
		border: 1px solid grey;
		border-top: 0;
		display: block;
		padding: 0.5rem;
		text-align: left;
	}

	.pwa-table > div.accreditation::before,
	.pwa-table > div.equipment::before,
	.pwa-table > div.length::before,
	.pwa-table > div.lodging::before,
	.pwa-table > div.months::before,
	.pwa-table > div.tuition::before {
		font-weight: bold;
	}

	.pwa-table > div.accreditation::before {
		content: "Accreditation: ";
	}
	
	.pwa-table > div.equipment::before {
		content: "Equipment/Gear: ";
	}
	
	.pwa-table > div.lodging::before {
		content: "Lodging: ";
	}
	
	.pwa-table > div.length::before {
		content: "Length: ";
	}
	
	.pwa-table > div.months::before {
		content: "GI Bill Approved/Months deducted:";
		display: block;
	}

	.pwa-table > div.tuition::before {
		content: "Tuition: ";
	}

	.pwa-table > div br,
	.pwa-table > div br::before {
		content: ' ';
	}

	.pwa-table .company {
		margin-top: 2rem;
	}

	.pwa-table .company.first {
		margin-top: 0;
	}

	.pwa-table .company.pwa > div::before {
		display: none;
	}

	.pwa-table .header {
		display: none;
	}

	.search-form-widget .form-input {
		width: 72%;
	}
	
	.search-form-widget .form-submit {
		width: 28%;
	}

	ol.two-columns,
	ul.two-columns {
		columns: 1;
	}

	ul.video-entries li {
		flex: 0 0 50%;
	}

	.wp-block-columns.md {
		display: block;
	}
	
	.wp-block-columns.md > .wp-block-column {
		display: block;
		flex-basis: 100%!important;
	}
}


@media(max-width: 660px)
{
	.blog-entries > li.has-post-thumbnail figure {
		width: 45%;
	}

	.blog-entries > li.has-post-thumbnail div {
		width: 55%;
	}
	
	#home-our-team .intro {
		padding: 0;
	}
	
	.team-list > li.has-post-thumbnail div {
		padding-left: 1.5rem;
		width: 65%;
	}
	
	.team-list > li figure {
		width: 35%;
	}
}


@media(max-width: 575px)
{
	input[type=email],
	input[type=tel],
	input[type=text],
	textarea {
		line-height: 1.1;
		margin: 0.25rem 0;
	}
	
	table,
	tbody,
	td,
	th,
	thead,
	tr {
		display: block;
		width: 100%;
	}
	
	table.catalog td,
	table.catalog td.full,
	table.catalog th,
	table.catalog th.full {
		width: 100%;
	}
	
	thead th {
		border-bottom: 1px solid #FFFFFF;
		padding: 0.25rem 0.75rem;
	}
	
	.alignleft,
	.alignright {
		float: none;
		margin: 0 auto 1.5rem;
		max-width: none;
		text-align: center;
	}
	
	button,
	.btn,
	input[type=button],
	input[type=submit],
	.nf-form-content button,
	.nf-form-content input[type=button],
	.nf-form-content input[type=submit] {
		margin: 0.25rem 0;
	}
	
	body.home button,
	body.home .btn {
		font-size: 0.8rem;
		padding: 0.5rem 1.25rem;
	}
	
	#carousel-relationships .carousel-item .clearfix > div {
		padding: 1rem 1rem 1px;
	}
	
	#home-google-map .embed-responsive::before {
		padding-top: 100%;
	}
	
	.embed-responsive.google::before {
		padding-top: 100%;
	}
	
	#carousel-testimonials .carousel-control-next {
		right: -2.5rem;
	}
	
	#carousel-testimonials .carousel-control-prev {
		left: -2.5rem;
	}
	
	#carousel-testimonials .carousel-control-next,
	#carousel-testimonials .carousel-control-prev {
		width: 2.5rem;
	}
	
	footer#site-footer .masthead {
		padding: 1rem 0;
	}
	
	ul#footer-social > li {
		margin: 0.25rem 0.5rem;
	}
	
	.form-wrapper {
		padding: 10px;
	}
	
	body.home .form-wrapper {
		margin: 0 -1.5rem;
	}
	
	.form-wrapper > div {
		padding: 5px 15px 1px;
	}
	
	h1 {
		font-size: 2.25rem;
	}
	
	h2,
	.team-list > li h2 {
		font-size: 1.75rem;
	}
	
	h3 {
		font-size: 1.5rem;
	}
	
	header#blog-header > div,
	header#page-header > div {
		background: #3F588B;
		padding: 0.5rem 0;
		position: static;
	}
	
	header#blog-header,
	header#page-header > div h1 {
		font-size: 30px;
	}
	
	header#blog-header figure,
	header#page-header figure {
		margin: 0 -20%;
		width: 140%;
	}
	
	header#site-header .container {
		padding: 0;
	}
	
	header#site-header .masthead {
		padding: 1rem;
	}
	
	header#site-header .masthead .logo {
		width: 175px;
	}
	
	#home-our-team .carousel-item > div > div {
		margin-bottom: 20px;
		padding: 0 10px;
	}

	#home-videos {
		margin: 0 -1.5rem;
	}
	
	#home-videos figure a::before {
		height: 80px;
		width: 80px;
	}

	#home-videos .carousel-item > div {
		flex-wrap: wrap;
		padding: 0 0 1rem;
	}

	#home-videos .carousel-item > div > div {
		padding: 0 1rem 1rem;
		width: 100%;
	}
	
	#home-why-choose-us .affordable,
	#home-why-choose-us .accredited,
	#home-why-choose-us .facilities,
	#home-why-choose-us .instructors {
		padding-left: 0;
		position: static;
	}
	
	#home-why-choose-us .affordable > h3,
	#home-why-choose-us .accredited > h3,
	#home-why-choose-us .facilities > h3,
	#home-why-choose-us .instructors > h3 {
		margin: 0 0 0.75rem;
		padding-left: 2.5rem;
		position: relative;
	}
	
	#home-why-choose-us .affordable h3::before,
	#home-why-choose-us .accredited h3::before,
	#home-why-choose-us .facilities h3::before,
	#home-why-choose-us .instructors h3::before {
		font-size: 1.25rem;
		line-height: 2rem;
		top: 50%;
		transform: translateY(-50%);
		width: 2rem;
	}
	
	#mainstage > div.mainstage-overlay p {
		margin: 0.5rem 0 0;
	}
	
	#mobile-trigger {
		right: 1rem;
	}
	
	.nf-form-cont .one-half {
		margin: 0 0 1rem!important;
		width: 100%!important;
	}
	
	body.home input[type=button],
	body.home .nf-form-content input[type=button] {
		padding: 1rem;
	}
	
	#our-programs figure {
		max-width: none;
	}
	
	.partner-logos {
		padding-top: 1.5rem;
	}
	
	.partner-logos h3 {
		font-size: 1.25rem;
	}
	
	.partner-logos .logos {
		padding: 0.5rem;
	}
	
	.partner-logos .logos ul > li {
		flex: 0 0 25%;
		max-width: 25%;
	}
		.partner-logos .logos ul > li.large {
	flex: 0 0 45%;
	max-width: 45%;
}
	.partner-logos .logos ul > li.medium,
	.partner-logos .logos#partner-logos-1 ul > li.medium {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.partner-logos .logos ul > li.small,
	.partner-logos .logos#partner-logos-1 ul > li.small {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.search-form-widget .form-input {
		width: 65%;
	}

	.search-form-widget .form-submit {
		width: 35%;
	}
	
	.section,
	#home-why-choose-us > div {
		padding: 1.5rem 0 1px;
	}
	
	ul.pdfs li > a {
		padding-left: 2.5rem;
	}

	ul.pdfs li > a::before {
		font-size: 1.25rem;
	}
	
	#wrapper > .content .search-form {
		width: 100%;
	}
	
	#wrapper > .content .search-form input[type=submit] {
		padding: 0.5rem;
	}
}


@media(max-width: 480px)
{
	.author-bio > div {
		padding-left: 1rem;
		width: 75%;
	}
	
	.author-bio > figure {
		width: 25%;
	}
	
	.blog-entries > li {
		padding: 0;
	}
	
	.blog-entries > li div,
	.blog-entries > li.has-post-thumbnail div {
		float: none;
		padding: 1rem 1rem 1px;
		width: 100%;
	}
	
	.blog-entries > li.has-post-thumbnail figure {
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	footer#site-footer .colophon .container {
		padding: 0;
	}
	
	footer#site-footer .logo {
		margin: 0 auto 1rem;
		max-width: 200px;
	}
	
	footer#site-footer .masthead .site-description img {
		max-width: 100%;
	}
	
	header#blog-header div,
	header#post-header div {
		background: none;
		color: #000000;
		bottom: auto;
		margin: 0 0 1.5rem;
		padding: 0;
		position: static;
		text-shadow: none;
	}
	
	header#blog-header figure,
	header#post-header figure {
		margin: 0 0 1rem;
	}
	
	#home-videos figure a::before {
		height: 60px;
		width: 60px;
	}
	
	#mainstage > div.mainstage-overlay {
		background: #3F588B;
		bottom: auto;
		font-size: 1.25rem;
		position: static;
		z-index: auto;
	}
	
	#mainstage > div.mainstage-overlay .container {
		padding: 0.5rem 1rem 1.5rem;
	}

	.search-entries > li {
		width: 100%;
	}

	.team-list > li.has-post-thumbnail div {
		float: none;
		padding-left: 0;
		width: 100%;
	}
	
	.team-list > li figure {
		float: none;
		width: 50%;
	}
	
	ul.video-entries {
		display: block;
		flex-wrap: nowrap;
		margin: 0;
	}

	ul.video-entries li {
		flex: none;
		margin: 0 0 1rem;
		padding: 0;
	}
	
	#wrapper > .content .search-form .form-input {
		width: 65%;
	}
	
	#wrapper > .content .search-form .form-submit {
		width: 35%;
	}
}


@media(max-width: 420px)
{
	#carousel-testimonials .carousel-control-next,
	#carousel-testimonials .carousel-control-prev {
		display: none;
	}
	
	header#blog-header figure,
	header#page-header figure {
		margin: 0 -25%;
		width: 150%;
	}
	
	#home-our-students .container {
		padding: 0 1.5rem;
	}
	
	#home-our-team .carousel-item > div {
		display: block;
	}
	
	#home-our-team .carousel-item > div > div {
		flex: none;
		margin: 0 auto 1.5rem;
		padding: 0;
		max-width: 75%;
	}
	
	#home-videos figure a::before {
		height: 45px;
		width: 45px;
	}
	
	.partner-logos .logos ul > li {
		flex: 0 0 30%;
		max-width: 30%;
	}
	
	.partner-logos .logos ul > li.medium,
	.partner-logos .logos#partner-logos-1 ul > li.medium {
		flex: 0 0 45%;
		max-width: 50%;
	}
	.partner-logos .logos ul > li.medium,
	.partner-logos .logos#partner-logos-1 ul > li.medium {
		flex: 0 0 40%;
		max-width: 40%;
	}

	.partner-logos .logos ul > li.small,
	.partner-logos .logos#partner-logos-1 ul > li.small {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.pwa-table > div.accreditation::before,
	.pwa-table > div.equipment::before,
	.pwa-table > div.length::before,
	.pwa-table > div.lodging::before,
	.pwa-table > div.months::before,
	.pwa-table > div.tuition::before {
		display: block;
	}
	
	ul.pdfs li > a::before {
		font-size: 1.5rem;
	}

	.search-entries > li {
		width: 100%;
	}
	
	.team-list > li figure {
		width: 75%;
	}
}


@media(max-width: 380px)
{
	.author-bio > div {
		float: none;
		padding-left: 0;
		width: 100%;
	}
	
	.author-bio > figure {
		float: none;
		margin: 0 0 1rem;
		width: 50%;
	}
	
	header#blog-header figure,
	header#page-header figure {
		margin: 0 -30%;
		width: 160%;
	}
	
	#home-our-team .carousel-item > div > div {
		max-width: 85%;
	}

	.team-list > li figure {
		width: 100%;
	}
	
	#wrapper > .content .search-form .form-input {
		float: none;
		width: 100%;
	}
	
	#wrapper > .content .search-form .form-submit {
		float: none;
		padding: 0;
		width: 100%;
	}
	
	#wrapper > .content .search-form input[type=submit] {
		width: auto;
	}
}


@media(max-width: 320px)
{
	.author-bio > figure {
		max-width: 150px;
		width: auto;
	}
	
	footer#site-footer .site-utility .footer-links ul > li {
		display: block;
		margin: 0 0 0.5rem;
	}
	
	#menu-quick-connect li {
		display: block;
		margin: 0 0 0.5rem;
	}
	
	#home-our-team .carousel-item > div > div {
		max-width: none;
	}
	
	#menu-quick-connect {
		text-align: center;
	}
	
	#menu-quick-connect li.google a::before,
	#menu-quick-connect li.phone a::before {
		display: none;
	}
	
	.partner-logos .logos > div {
		border: 0;
	}
	
	.partner-logos .logos ul > li {
		flex: 0 0 40%;
		max-width: 40%;
		padding: 0.25rem 5px;
	}
	
	.partner-logos .logos ul > li.medium,
	.partner-logos .logos#partner-logos-1 ul > li.medium {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.partner-logos .logos ul > li.small,
	.partner-logos .logos#partner-logos-1 ul > li.small {
		flex: 0 0 30%;
		max-width: 30%;
	}
}