/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */


/* Fonts
----------------------------------------------------------------------------------------------------*/

@font-face {
   font-family: 'ProximaNova-Light';
   src: url('../fonts/proximanova-light-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-light-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'ProximaNova-Regular';
   src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-regular-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'ProximaNova-RegularIT';
   src: url('../fonts/proximanova-regularit-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-regularit-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'ProximaNova-SemiBold';
   src: url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-semibold-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}


/* UIkit
----------------------------------------------------------------------------------------------------*/

/* Typography */

/* Backgrounds */

/* Spacings */

/* Accordion */

/* Article */

.uk-article-lead {
    font-style: italic;
}


/* Badge */

/* Base */

a:hover {
    text-decoration: none;
}

blockquote {
    border-left: 5px solid #d39f10;
    padding: 20px;
    background: #f4f4ec;
}

h3, .uk-h3,
h4, .uk-h4,
h5, .uk-h5,
h6, .uk-h6 {
    color: #077784;
}


/* Block */

/* Breadcrumb */

.uk-breadcrumb {
    margin: 0px;
    background: #e8e8e6;
}

.uk-breadcrumb > li,
.uk-breadcrumb > li > a,
.uk-breadcrumb > li > span {
    vertical-align: top;
}

.uk-breadcrumb > li {
    vertical-align: middle;
}

.uk-breadcrumb > li:first-child {
    display: none;
}

.uk-breadcrumb > li:nth-child(2) {
    position: relative;
    display: inline-block;
    padding: 14px 45px 12px 70px;
    color: #fff;
    font-family: 'ProximaNova-SemiBold', arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    background: #d39f10;
}

.uk-breadcrumb > li:nth-child(2)::before {
    display: none;
}

.uk-breadcrumb > li:nth-child(2)::after {
    position: absolute;
    top: 0px;
    right: -22px;
    display: block;
    border: 22px solid #d39f10;
    border-right-color: transparent;
    content: "";
}

.uk-breadcrumb > li:nth-child(3) {
    padding-left: 62px;
}

.uk-breadcrumb > li:nth-child(3)::before {
    display: none;
}

.uk-breadcrumb > li:nth-child(1n+4)::before {
    display: inline-block;
    margin: 0px 15px;
    content: "\f105";
    font-family: 'FontAwesome';
}

.uk-breadcrumb > li:nth-child(2) a {
    color: #fff;
}

.uk-breadcrumb > li:nth-child(2) a:hover {
    color: rgba(255,255,255,0.7);
}

.uk-breadcrumb > li:nth-child(1n+3) a {
    color: #000 !important;
    text-decoration: none;
    text-transform: capitalize !important;
}

.uk-breadcrumb > li:nth-child(1n+3) a:hover {
    color: rgba(0,0,0,0.5) !important;
}


/* Button */

.uk-button {
    padding-top: 2px;
    font-family: 'ProximaNova-Regular', arial, sans-serif;
    text-transform: uppercase;
}

.uk-button:hover {
    opacity: 1;
}

.uk-button-tertiary {
    border: 1px solid #fff;
}


/* Close */

/* Comment */

/* Contrast */

/* Description */

/* Dotnav */

/* Dropdown */

.uk-dropdown-navbar {
    box-shadow: 0px 1px 2px rgba(0,0,0,0.45);
}

.uk-dropdown-search {
    right: 0px;
}


/* Form */

/* Grid */

/* Icon */

/* List */

/* Modal */

/* Nav */

.uk-nav-offcanvas {
    padding: 15px 0px;
}

.uk-nav-offcanvas > li > .uk-nav-sub {
    padding: 10px 0px 10px 30px;
}

.uk-nav-offcanvas > li > .uk-nav-sub > li > ul {
    padding: 10px 15px;
}

.uk-nav-side > li > a {
    padding: 5px 0px;
}

.uk-nav-side > li > a:hover {
    background: transparent;
}

.uk-nav-side > li .uk-nav-sub > li > ul {
    padding: 10px 0px 10px 15px;
}

.uk-nav-sub > li.uk-parent:not(.uk-active) > ul {
    display: none;
}


/* Navbar */

.uk-navbar-nav {
    float: right;
    margin-right: -15px;
}

.uk-navbar-nav > li > a[href='#'] {
    cursor: pointer;
}

.uk-navbar-nav > li:last-child > a > span {
    border: 1px solid #000;
    border-radius: 2px;
    padding: 6px 20px 4px;
}


/* Offcanvas */

/* Overlay */

/* Pagination */

.uk-pagination {
    margin-top: 70px;
    margin-bottom: 0px;
}


/* Panel */

.tm-sidebar-a .uk-panel + .uk-panel,
.tm-sidebar-b .uk-panel + .uk-panel {
    margin-top: 70px;
}

.uk-panel-header > h3 + * {
    margin-top: 25px;
}

.uk-panel.ribbon .uk-panel-title {
    position: relative;
    display: inline-block;
    border: none;
    padding: 14px 0px 12px;
    color: #fff;
    font-family: 'ProximaNova-SemiBold', arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    background: #d39f10;
}

.uk-panel.ribbon.left .uk-panel-title {
    text-align: right;
}

.uk-panel.ribbon.right .uk-panel-title {
    text-align: left;
}

.uk-panel.ribbon .uk-panel-title::before {
    position: absolute;
    top: 0px;
    display: block;
    border: 22px solid #d39f10;
    content: "";
}

.uk-panel.ribbon.left .uk-panel-title::before {
    right: -44px;
    border-right-color: transparent;
}

.uk-panel.ribbon.right .uk-panel-title::before {
    left: -44px;
    border-left-color: transparent;
}

.uk-panel.ribbon .uk-panel-title::after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 44px;
    width: 1920px;
    content: "";
    background: #d39f10;
}

.uk-panel.ribbon.left .uk-panel-title::after {
    right: 100%;
}

.uk-panel.ribbon.right .uk-panel-title::after {
    left: 100%;
}


/* Progress */

/* Slidenav */

/* Subnav */

/* Tab */

/* Tables */

/* Text */

.uk-text-light {
    font-family: 'ProximaNova-Light', 'Open Sans', arial, sans-serif;
}

.uk-text-transform-uppercase {
    text-transform: uppercase;
}


/* Thumbnail */

/* Tooltip */

/* Utility */

.uk-margin-xlarge {
	margin: 70px !important;
}

.uk-margin-xlarge-top {
	margin-top: 70px !important;
}

.uk-margin-xlarge-right {
	margin-right: 70px !important;
}

.uk-margin-xlarge-bottom {
	margin-bottom: 70px !important;
}

.uk-margin-xlarge-left {
	margin-left: 70px !important;
}


/* Theme
----------------------------------------------------------------------------------------------------*/

.tm-toolbar {
    margin: 0px;
    padding: 0px 70px;
}

.tm-toolbar .uk-container {
    padding: 0px 35px;
}

.tm-toolbar .uk-float-right .uk-panel {
    margin: 0px;
}

.tm-toolbar .uk-search::before {
    line-height: 34px;
}

.tm-toolbar a {
    color: #000;
    font-size: 18px;
    line-height: 34px;
}

.tm-logo {
    display: inline-block;
    margin-top: 13px;
    vertical-align: top;
}

.uk-sticky-placeholder {
    position: relative;
    z-index: 3;
}

.tm-navbar {
    text-transform: uppercase;
}

.tm-navbar.default {
    border-top: 1px solid rgba(68, 68, 68, 0.08);
}

.tm-navbar.sticky {
    position: absolute;
    top: 35px;
    left: 0px;
    z-index: 3;
    width: 100%;
    border-bottom: 1px solid rgba(68, 68, 68, 0.08);
}

.tm-navbar .uk-container {
    margin: 0px;
    padding: 0px 70px;
    max-width: none;
}

.tm-breadcrumbs-block {
    padding: 35px 0px 0px;
}

.tm-sidebar-a-left .tm-main {
    padding-left: 70px;
}

.tm-sidebar-b-right .tm-main {
    padding-right: 70px;
}

.tm-block-top-b {
    background: #00263a;
}

.tm-block-top-c {
    background: transparent url(/wp-content/uploads/2017/03/bottom-e-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-color: #004877;
}

.tm-block-middle {
    overflow-x: hidden;
}

.tm-main > :nth-child(n+2) {
    margin-top: 35px;
}

.tm-block-bottom-c {
    background: #014b73;
}

.tm-block-bottom-d {
    background: transparent url(/wp-content/uploads/2017/03/bottom-d-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.tm-block-bottom-e {
    padding-bottom: 140px;
    font-size: 14px !important;
    background: transparent url(/wp-content/uploads/2017/03/bottom-e-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-color: #004877;
}

.tm-block-footer {
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 1;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
}

.tm-footer {
    padding: 15px 0px;
}

.tm-totop-scroller {
    top: calc(50% - 10px);
    right: 70px;
    color: #fff;
}

.tm-totop-scroller:hover {
    color: rgba(255,255,255,0.8);
}


/* Title Double Bars */

.title-bars::before {
    position: absolute;
    bottom: 16px;
    display: inline-block;
    margin-left: -225px;
    border-top: 6px double transparent;
    border-left: 3px double transparent;
    border-right: 3px double transparent;
    box-sizing: border-box;
    width: 210px;
    content: '';
}

.title-bars::after {
    position: absolute;
    bottom: 16px;
    margin-left: 15px;
    width: 210px;
    content: '';
    display: inline-block;
    border-top: 6px double transparent;
    border-left: 3px double transparent;
    border-right: 3px double transparent;
    box-sizing: border-box;
}

.title-bars.blue::before,
.title-bars.blue::after {
    border-top-color: #00a6b6;
}

.title-bars.yellow::before,
.title-bars.yellow::after {
    border-top-color: #d39f10;
}


/* Social Share Button Set */

.share-button-set .uk-icon-button {
    border-radius: 5% !important;
  }

.share-button-set .uk-icon-button {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 30px;
    background: #transparent ;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border: 0px solid #cccccc;
}

.share-button-set .facebook {
    background: #3b5998 ;
    color: #fff;
}

.share-button-set .facebook:hover {
    opacity: 0.7;
}

.share-button-set .twitter {
    background: #55acee ;
    color: #fff;
}

.share-button-set .twitter:hover {
    opacity: 0.7;
}

.share-button-set .google-plus {
    background: #d34836;
    color: #fff;
}

.share-button-set .google-plus:hover {
    opacity: 0.7;
}


/* Widgets
----------------------------------------------------------------------------------------------------*/

/* Toolbar Icons */

.uk-panel.toolbar-icons .login {
    display: none;
    margin-left: 10px;
    vertical-align: top;
}

.uk-panel.toolbar-icons .login span {
    display: inline-block;
    margin-top: 6px;
    border: 1px solid #000;
    border-radius: 2px;
    padding: 3px 15px 2px;
    font-size: 13px;
    line-height: 14px;
    vertical-align: top;
    background: transparent;
    transition: all 100ms ease-in 0ms;
}

.uk-panel.toolbar-icons .login:hover span {
    background: rgba(0,0,0,0.1);
    transition: all 100ms ease-in 0ms;
}


/*  Search */

.tm-toolbar .uk-search-field {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    margin: 0;
    border: none;
    border-radius: 0;
    font: inherit;
    -webkit-appearance: none;
    width: 20px;
    height: 34px;
    padding: 0 0 0 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    vertical-align: middle;
    font-size: 14px;
    cursor: pointer;
}

.tm-toolbar .uk-search-field:focus {
    width: 150px !important;
}

.tm-toolbar .uk-search::before {
    cursor: pointer;
}

.tm-toolbar .uk-nav-search > li > a {
    color: #000;
}

.tm-toolbar .uk-nav-search > li.uk-active > a {
    color: #fff;
    background: #00a6b6;
}


/* Home Showcase */

.uk-panel.home-showcase {
    margin-top: -140px;
    height: 850px;
}

.uk-panel.home-showcase .uk-overlay-background {
    padding: 35px;
    background: transparent;
}

.uk-panel.home-showcase .uk-slideshow > li {
    height: 850px;
}

.uk-panel.home-showcase .uk-slideshow > li .uk-overlay-panel {
    height: calc(850px - 70px);
}

.uk-panel.home-showcase .uk-slideshow > li .uk-overlay-panel > div {
    margin-top: 70px;
}

.uk-panel.home-showcase .uk-slideshow > li .uk-overlay-panel > div .heading {
    font-family: 'ProximaNova-SemiBold', Arial, sans-serif;
    font-size: 60px;
    line-height: 68px;
    text-shadow: 0px 1px 4px rgba(0,0,0,0.75);
    text-transform: uppercase;
}

.uk-panel.home-showcase .uk-slideshow > li .uk-overlay-panel > div .subheading {
    font-family: 'ProximaNova-SemiBold', Arial, sans-serif;
    font-size: 60px;
    line-height: 68px;
    text-shadow: 0px 1px 4px rgba(0,0,0,0.75);
    text-transform: uppercase;
}

.uk-panel.home-showcase .uk-slideshow > li .uk-overlay-panel > div .button {
    margin-top: 70px;
}

.uk-panel.home-showcase .uk-slideshow > li .uk-overlay-panel > div .button a {
    padding: 2px 0px 0px;
    width: 396px;
    color: #fff;
    font-family: 'ProximaNova-SemiBold', arial, sans-serif;
    font-size: 28px;
    line-height: 58px;
    background: rgba(0,0,0,0.7);
}

.uk-panel.home-showcase .uk-slideshow > li .uk-overlay-panel > div .button a:hover {
    background: rgba(0,0,0,1);
}


/* Interior Showcase */

.uk-panel.interior-showcase {
    padding: 0px 70px;
    height: 250px;
    background: url('/wp-content/uploads/2017/03/interior-showcase-sub-pages.jpg') 50% 50% no-repeat transparent;
    background-size: cover;
}

.uk-panel.interior-showcase h1 {
    margin: 0px;
    font-family: 'ProximaNova-SemiBold', arial, sans-serif;
}

.uk-panel.interior-showcase {
    height: 400px;
}

.uk-panel.interior-showcase.landing-pages {
    background-color: #fff;
}

.uk-panel.interior-showcase.subpages {
    height: 250px;
}

.uk-panel.interior-showcase .title {
    padding: 35px 70px;
    width: 100%;
    background: rgba(0,0,0,0.5);
}

.uk-panel.interior-showcase .title h1,
.uk-panel.interior-showcase .title .uk-h1 {
    margin: 0px;
    font-family: 'ProximaNova-SemiBold', arial, sans-serif;
    font-size: 60px;
    line-height: 60px;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.45);
    text-transform: uppercase;
}


/* Find A School Showcase */

.uk-panel.find-a-school-showcase .content .inner .top .uk-h1 {
    margin: 0px;
    font-family: 'ProximaNova-SemiBold', arial, sans-serif;
    font-size: 60px;
    line-height: 60px;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.45);
    text-transform: uppercase;
}

.uk-panel.find-a-school-showcase .content .inner .bottom {
    width: 1130px;
}

.uk-panel.find-a-school-showcase .content .inner .bottom > * {
    display: inline-block;
}

.uk-panel.find-a-school-showcase .content .inner .bottom > * + * {
    margin-left: 10px;
}

.uk-panel.find-a-school-showcase .content .inner .bottom .uk-form > * {
    display: inline-block;
}

.uk-panel.find-a-school-showcase .content .inner .bottom .uk-form > * + * {
    margin-left: 10px;
}

.uk-panel.find-a-school-showcase .content .inner .bottom .uk-button {
    font-size: 13px;
    line-height: 45px;
}

.uk-panel.find-a-school-showcase .content .inner .bottom .uk-button:not(.uk-button-secondary),
.uk-panel.find-a-school-showcase .content .inner .bottom input[type="text"] {
    position: relative;
    width: 225px;
    color: #fff;
    background: rgba(255,255,255,0.4);
    transition: all 100ms ease-in 0ms;
}

.uk-panel.find-a-school-showcase .content .inner .bottom .uk-button:not(.uk-button-secondary):hover,
.uk-panel.find-a-school-showcase .content .inner .bottom .uk-form input[type="text"]:hover,
.uk-panel.find-a-school-showcase .content .inner .bottom input[type="text"]:focus {
    background: rgba(255,255,255,0.25);
    transition: all 100ms ease-in 0ms;
}

.uk-panel.find-a-school-showcase .content .inner .bottom .uk-dropdown {
    margin-top: 15px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.45);
    background: #fff;
}

.uk-panel.find-a-school-showcase .content .inner .bottom .uk-dropdown .uk-grid > div a {
    display: block;
    padding: 5px 25px;
    color: #00263a;
    text-align: left;
    text-transform: uppercase;
}

.uk-panel.find-a-school-showcase .content .inner .bottom .uk-dropdown .uk-grid > div a:hover {
    text-decoration: none;
    background: #f2f5f7;
}

.uk-panel.find-a-school-showcase .content .inner .bottom .uk-form input[type="text"] {
    border: none;
    padding: 2px 6px 0px 6px;
    height: 47px;
    min-height: 47px;
    font-size: 13px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
}

.uk-panel.find-a-school-showcase .content .inner .bottom .uk-form input[type="text"]::-webkit-input-placeholder {
    color: rgba(255,255,255,1);
    transition: all 100ms ease-in 0ms;
}

.uk-panel.find-a-school-showcase .content .inner .bottom .uk-form input[type="text"]:focus::-webkit-input-placeholder {
    color: rgba(255,255,255,0);
    transition: all 100ms ease-in 0ms;
}

.uk-panel.find-a-school-showcase .content .inner .bottom .uk-button-secondary {
    color: #fff;
    background: #d39f10;
    transition: all 100ms ease-in 0ms;
}

.uk-panel.find-a-school-showcase .content .inner .bottom .uk-button-secondary:hover {
    background: #a47b0c;
    transition: all 100ms ease-in 0ms;
}


/* Schools Single Showcase */

.uk-panel.schools-single-showcase {
    height: 400px;
    background: url(/wp-content/uploads/2018/01/school-single-showcase.jpg);
    background-size: cover;
}

.uk-panel.schools-single-showcase .image {
    height: 200px;
    width: 300px;
    background: #fff;
}

.uk-panel.schools-single-showcase .image img {
    max-height: 75%;
    max-width: 75%;
}


/* Schools Breadcrumbs */

.uk-panel.breadcrumbs.schools {
    margin: 0px;
    padding: 20px 0px;
    background: #02486f;
}

.uk-panel.breadcrumbs.schools .uk-icon {
    position: absolute;
    top: calc(50% - 20px);
    left: 5px;
}


/* Courses */

.uk-panel.courses h4 {
    font-family: 'ProximaNova-Regular', arial, sans-serif;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
}

.uk-panel.courses .uk-panel-box-secondary {
    border: 1px solid #00a6b6;
}


/* Renew Your Certificate */

.uk-panel.renew-your-certificate {
    margin: 10px 0px;
}

.uk-panel.renew-your-certificate h3 {
    margin-right: 60px !important;
    font-family: 'ProximaNova-SemiBold', arial, sans-serif;
    font-size: 46px;
    letter-spacing: 2px;
    line-height: 50px;
    text-transform: uppercase;
}


/* Tags */

.uk-panel.tags .uk-panel-title {
    margin-bottom: 20px;
}


/* Home Features */

.uk-panel.home-features .uk-grid > div .link {
    z-index: 2;
}

.uk-panel.home-features .uk-grid > div .inner {
    z-index: 1;
}

.uk-panel.home-features .uk-grid > div .inner .uk-panel .title {
    margin-top: 25px;
    height: 60px;
}

.uk-panel.home-features .uk-grid > div .inner .uk-panel .title h3 {
    margin: 0px;
    color: #00263a;
    text-transform: uppercase;
}

.uk-panel.home-features .uk-grid > div .inner .uk-panel .title h3 span {
    display: block;
}

.uk-panel.home-features .uk-grid > div .inner .uk-panel .title h3 .heading {
    font-size: 26px;
    line-height: 26px;
}

.uk-panel.home-features .uk-grid > div .inner .uk-panel .title h3 .subheading {
    display: inline-block;
    width: 100%;
    font-size: 30px;
    font-family: 'ProximaNova-SemiBold', arial, sans-serif;
    line-height: 30px;
    vertical-align: top;
}

.uk-panel.home-features .uk-grid > div .inner .uk-panel .text {
    margin: 10px auto 0px;
    height: 110px;
    width: 50%;
}


/* News & Features */

.uk-panel.news-and-features .uk-grid .text {
    padding: 70px;
}

.uk-panel.news-and-features .uk-grid .text .uk-article-title {
    display: block;
    margin-top: 70px;
    font-family: 'ProximaNova-Regular', arial, sans-serif;
    color: #00263a;
    font-size: 36px;
    line-height: 40px;
}


/* Upgrade Your School */

.uk-panel.upgrade-your-school .inner {
    padding: 70px;
}

.uk-panel.upgrade-your-school .inner h3 {
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}

.uk-panel.upgrade-your-school .inner h3 span {
    display: block;
}

.uk-panel.upgrade-your-school .inner h3 .heading {
font-family: 'ProximaNova-Regular', arial, sans-serif;
    font-size: 28px;
    line-height: 28px;
}

.uk-panel.upgrade-your-school .inner h3 .subheading {
    display: inline-block;
    width: 100%;
    font-size: 36px;
    font-family: 'ProximaNova-SemiBold', arial, sans-serif;
    line-height: 36px;
    vertical-align: top;
}

.uk-panel.upgrade-your-school .uk-button {
    margin-top: 40px !important;
    color: #000;
    background: #fff;
}

.uk-panel.upgrade-your-school .uk-button:hover {
    opacity: 0.7;
}

.uk-panel.upgrade-your-school .double-separator-yellow {
    position: relative;
    margin: 15px auto 0;
}

.uk-panel.upgrade-your-school .double-separator-yellow::after {
    width: 100%;
    position: absolute;
    display: inline-block;
    content: ' ';
    left: 0;
    right: 0;
    border-top: 6px double #d39f10;
    border-left: 3px double transparent;
    border-right: 3px double transparent;
    box-sizing: border-box;
}


/* Next Steps */

.uk-panel.next-steps h3 {
    text-transform: uppercase;
}

.uk-panel.next-steps h3 .heading {
    font-family: 'ProximaNova-Regular', arial, sans-serif;
    font-size: 28px;
    line-height: 28px;
}

.uk-panel.next-steps h3 .subheading {
    display: inline-block;
    width: 100%;
    font-size: 36px;
    font-family: 'ProximaNova-SemiBold', arial, sans-serif;
    line-height: 36px;
    vertical-align: top;
}

.uk-panel.next-steps ul {
    list-style: none;
}


/* Student Information */

.uk-panel.student-information h3 {
    color: #00263a;
    text-transform: uppercase;
}

.uk-panel.student-information h3 .heading {
    font-family: 'ProximaNova-Regular', arial, sans-serif;
    font-size: 28px;
    line-height: 28px;
}

.uk-panel.student-information h3 .subheading {
    display: inline-block;
    width: 100%;
    font-size: 36px;
    font-family: 'ProximaNova-SemiBold', arial, sans-serif;
    line-height: 36px;
    vertical-align: top;
}

.uk-panel.student-information h4 {
    color: #00263a;
    text-align: center;
}

.uk-panel.student-information h4 .heading {
    font-family: 'ProximaNova-Regular', arial, sans-serif;
    font-size: 20px;
    line-height: 20px;
    text-transform: none;
}

.uk-panel.student-information h4 .subheading {
    display: inline-block;
    width: 100%;
    font-size: 32px;
    font-family: 'ProximaNova-SemiBold', arial, sans-serif;
    line-height: 32px;
    vertical-align: top;
    text-transform: none;
}


/* Government & Organization Approvals */

.uk-panel.approvals > div h3 {
    color: #022b3e;
    text-transform: uppercase;
}

.uk-panel.approvals > div h3 .heading {
    font-family: 'ProximaNova-Regular', arial, sans-serif;
    font-size: 28px;
    line-height: 28px;
}

.uk-panel.approvals > div h3 .subheading {
    display: inline-block;
    width: 100%;
    font-size: 36px;
    font-family: 'ProximaNova-SemiBold', arial, sans-serif;
    line-height: 36px;
    vertical-align: top;
}


/* Footer Navigation */

.uk-panel.global-leader h3 {
    margin: 0 0 5px 0;
}

.uk-panel.global-leader * + h2 {
    margin-top: 5px;
}

.uk-panel.global-leader .links ul {
    list-style: none !important;
}

.uk-panel.global-leader .links ul li a {
    color: #fff;
}

.uk-panel.global-leader .links ul li a:hover {
    color: rgba(255,255,255,0.7);
}

.uk-panel.global-leader .uk-button {
    width: 100%;
    font-size: 14px;
}

.uk-panel.global-leader .uk-button-tertiary:hover {
    background: rgba(0,0,0,0.2);
}


/* Copyright */

.tm-footer .uk-panel .text {
    display: inline-block;
    margin-top: 3px;
    vertical-align: top;
}


/* Forms
----------------------------------------------------------------------------------------------------*/


/* Plugins
----------------------------------------------------------------------------------------------------*/

/* Advanced Custom Fields */

.acf-map {
	width: 100%;
	height: 750px;
}

.acf-map img {
	max-width: inherit !important;
}

.acf-map .gm-style-iw {
    max-width: 300px !important;
}

.acf-map .gm-style-iw .uk-panel-space {
    padding: 30px 15px 30px 30px;
}


/* Widgetkit */

.uk-modal-dialog.video {
	width: 720px;
}

.uk-modal-dialog.video iframe {
	height: 405px !important;
	vertical-align: top;
}


/* Custom Pages
----------------------------------------------------------------------------------------------------*/

/* Default */

.page-template-default .uk-article .image + * {
    margin-top: 70px !important;
}


/* Landing Page */

.page-template-page-landing-page .uk-article .image + * {
    margin-top: 70px !important;
}


/* Accordion Page */

.page-template-page-accordion .uk-accordion .uk-accordion-title .uk-icon-chevron-down:before {
    content: "\f078";
}

.page-template-page-accordion .uk-accordion .uk-accordion-title.uk-active .uk-icon-chevron-down:before {
    content: "\f077";
}

/* Course Progression */

.page-template-page-course-progression .uk-article .courses .course .uk-icon-chevron-down {
    color: #d39f10;
}

.page-template-page-course-progression .uk-article .courses .course:first-child .uk-icon-chevron-down {
    display: none;
}


/* Our Team */

.page-template-page-our-team .uk-article h2 {
    margin: 70px 0px 0px;
}

.page-template-page-our-team .uk-article .double-separator-yellow {
    position: relative;
    margin: 25px auto 0px;
}

.page-template-page-our-team .uk-article .double-separator-yellow::after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    margin: auto;
    border-top: 6px double #d39f10;
    border-left: 3px double transparent;
    border-right: 3px double transparent;
    width: 20%;
    box-sizing: border-box;
    content: "";
}

.page-template-page-our-team .uk-article .team-members .team-member .text .uk-icon-anchor {
    color: #d39f10;
}

.page-template-page-our-team .uk-article .team-members .team-member .text .our-team-position {
    font-style: italic;
}

.page-template-page-our-team .uk-article .team-members .team-member .text .our-team-biography > *:first-child {
    margin-top: 0px;
}

.page-template-page-our-team .uk-article .team-members .team-member .text .our-team-biography > *:last-child {
    margin-bottom: 0px;
}


/* Home */

.home .tm-toolbar {
    position: relative;
    z-index: 10;
    background-color: rgba(0,0,0,0.2) !important;
}

.home .tm-toolbar a {
    color: #fff !important;
}

.home .tm-toolbar a:hover {
    color: rgba(255,255,255,0.7) !important;
}

.home .tm-toolbar .uk-nav-search > li > a {
    color: #000 !important;
}

.home .tm-toolbar .uk-nav-search > li.uk-active > a {
    color: #fff !important;
}

.home .tm-toolbar .uk-search::before {
    color: #fff;
}

.home .tm-toolbar .uk-search:hover::before {
    color: rgba(255,255,255,0.7);
}

.home .tm-toolbar .uk-search-field {
    color: #fff !important;
}

.home .tm-toolbar .uk-search-field:focus {
    color: #fff !important;
}

.home .uk-panel.toolbar-icons .login span {
    border: 1px solid #fff;
    transition: all 100ms ease-in 0ms;
}

.home .uk-panel.toolbar-icons .login:hover span {
    color: #fff;
    background: rgba(0,0,0,0.5);
    transition: all 100ms ease-in 0ms;
}

.home .tm-navbar.default {
    color: #fff;
    background: transparent;
}

.home .tm-navbar.default .uk-navbar-nav > li > a {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.45);
    background: transparent;
    transition: none;
}

.home .tm-navbar.default .uk-navbar-nav > li:hover > a {
    color: rgba(255,255,255,0.75);
}

.home .tm-navbar.default .uk-navbar-nav > li:last-child > a > span {
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 6px 20px 4px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2),
                inset 0px 1px 1px rgba(0,0,0,0.2);
}

.home .tm-navbar.default .uk-navbar-nav > li:last-child:hover > a > span {
    border-color: rgba(255,255,255,0.75);
}

.home .tm-navbar.sticky {
    color: #000;
    background: #fff;
}

.home .tm-navbar.sticky .uk-navbar-nav > li > a {
    color: #000;
}

.home .tm-navbar.sticky .uk-navbar-nav > li:last-child > a > span {
    border-color: #000;
    box-shadow: none;
}

.home .tm-navbar.sticky .uk-navbar-nav > li:last-child:hover > a > span {
    color: #000;
}

.home .tm-block-top-a {
    margin-top: 0px !important;
}

.home .tm-block-middle {
    padding: 0px;
}

.home .tm-block-middle .uk-container {
    padding: 0px;
    max-width: none;
}

.home .uk-article .uk-grid .text {
    padding: 70px;
}

.home .uk-article .uk-grid .text .ribbon {
    position: relative;
    display: inline-block;
    border: none;
    padding: 14px 0px 12px;
    color: #fff;
    font-family: 'ProximaNova-SemiBold', arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-align: right;
    text-transform: uppercase;
    background: #d39f10;
}

.home .uk-article .uk-grid .text .ribbon::before {
    position: absolute;
    top: 0px;
    right: -44px;
    display: block;
    border: 22px solid #d39f10;
    border-right-color: transparent;
    content: "";
}

.home .uk-article .uk-grid .text .ribbon::after {
    position: absolute;
    top: 0px;
    right: 100%;
    bottom: 0px;
    height: 44px;
    width: 1920px;
    content: "";
    background: #d39f10;
}

.home .uk-article .uk-grid .text .uk-article-title {
    display: block;
    margin-top: 70px;
    font-family: 'ProximaNova-Regular', arial, sans-serif;
}

.home .tm-block-bottom-a {
    padding: 0px;
}

.home .tm-block-bottom-a .uk-container {
    padding: 0px;
    max-width: none;
}

.home .tm-block-bottom-b {
    padding: 0px;
}

.home .tm-block-bottom-b .uk-container {
    padding: 0px;
    max-width: none;
}

.home .tm-block-bottom-c {
    background: transparent url(/wp-content/uploads/2017/03/bottom-c-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.home .tm-block-bottom-d {
    background: transparent url() 50% 50% no-repeat;
    background-size: cover;
}


/* Find A School */

.page-template-page-find-a-school .uk-article .countries .country > a {
    display: inline-block;
    vertical-align: top;
    transition: all 200ms ease-in-out;
}

.page-template-page-find-a-school .uk-article .countries .country > a:hover {
    transform: scale(1.05);
    transition: all 200ms ease-in-out;
}

.page-template-page-find-a-school .uk-article .countries .country > a .flag {
    border: 1px solid #ddd;
    padding: 5px;
}


/* Custom Content
----------------------------------------------------------------------------------------------------*/

/* Search Archive */

.wp-search .uk-article:first-of-type {
    margin-top: 70px;
}

.wp-search .uk-article + .uk-article {
    margin-top: 70px;
    border-top: 1px double #eee;
    padding-top: 70px;
}


/* On The Deck Archive */

.wp-archive .tm-block-middle > .uk-container {
    padding: 0px 70px;
    max-width: 1920px;
}

.wp-archive .uk-article:first-of-type {
    margin-top: 70px;
}

.wp-archive .uk-article + .uk-article {
    margin-top: 70px;
    border-top: 6px double #d39f10;
    padding-top: 70px;
}

.wp-archive .uk-article:last-of-type {
    padding-bottom: 55px;
    border-bottom: 0px double #d39f10;
}


/* On The Deck Single */

.wp-single .tm-block-middle > .uk-container {
    padding: 0px 70px;
    max-width: 1920px;
}

.wp-single .uk-article .image {
    max-width: 80%;
}


/* Courses Archive */

.post-type-archive-courses .uk-article,
.wp-courses-archive .uk-article {
    padding: 10px;
    border: 1px solid #d39f10;
    transition: all 100ms ease-in 0ms;
}

.post-type-archive-courses .uk-article:hover,
.wp-courses-archive .uk-article:hover {
    border-color: #00263a;
    transition: all 100ms ease-in 0ms;
}

.post-type-archive-courses .uk-article .text,
.wp-courses-archive .uk-article .text {
    padding-top: 10px;
}

.post-type-archive-courses .tm-main > :nth-child(n+2) {
    margin-top: 0px;
}

.wp-courses-archive .uk-breadcrumb > li:last-child  {
    display:none;
}


/* Courses Single */

.wp-courses-single .uk-article .image + * {
    margin-top: 70px !important;
}


/* Schools Archive */

.wp-schools-archive .tm-content .uk-grid > .uk-grid-divider,
.wp-search .tm-content .uk-grid > .uk-grid-divider {
    margin: 70px 0px;
    border-top: 1px solid #eee;
    width: 100%;
}
.wp-schools-archive .tm-content .uk-grid > div .title,
.wp-search .tm-content .uk-grid > div .title {
    height: 50px;
}

.wp-schools-archive .tm-content .uk-grid > div .image,
.wp-search .tm-content .uk-grid > div .image {
    height: 150px;
}

.wp-schools-archive .tm-content .uk-grid > div .image img,
.wp-search .tm-content .uk-grid > div .image img {
    width: 60%;
}


/* Schools Single */

.wp-schools-single .uk-article .top .left .description > *:last-child {
	margin-bottom: 0px;
}

.wp-schools-single .uk-article .top .right .inner > * + * {
	margin-top: 20px;
}

.wp-schools-single .uk-article .top .right .inner > div {
    line-height: 30px;
}

.wp-schools-single .uk-article .top .right .inner > div i {
    margin-right: 20px;
	width: 40px;
    text-align: center;
}

.wp-schools-single .uk-article .bottom {
	margin-top: 125px;
}

.wp-schools-single .uk-article .bottom .left .featured-image {
	box-shadow: -45px -40px 0px 0px #02486f;
}

.wp-schools-single .uk-article .bottom .left .events .event + .event {
	margin-top: 15px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.wp-schools-single .uk-article .bottom .right .courses-offered ul {
    margin-top: -5px;
    margin-bottom: 0px;
}

.wp-schools-single .uk-article .bottom .right .courses-offered ul li a {
    display: block;
    padding: 5px 0px;
}

.wp-schools-single .uk-article .bottom .right .instructors .instructor .name {
    margin-top: 10px;
	line-height: 22px;
}

.wp-schools-single .uk-article .gallery {
	position: relative;
	margin-top: 125px;
}

.wp-schools-single .uk-article .gallery::before {
	position: absolute;
    top: -45px;
    left: -45px;
    z-index: -1;
	height: 100%;
	width: calc(100% + 90px);
    content: '';
	background: #02486f;
}


/* Responsive
----------------------------------------------------------------------------------------------------*/

/* All except large Screens */
@media (max-width: 1450px) {

    /* Theme */

    .uk-navbar-nav > li:last-child {
        display: none;
    }


    /* Widgets */

    .uk-panel.toolbar-icons .login {
        display: inline-block;
    }

}


/* All except large Screens */
@media (max-width: 1366px) {

    /* UIkit */

    .uk-breadcrumb > li:nth-child(2) {
        padding-left: 35px;
    }

    .uk-navbar-nav {
        margin-right: -10px;
    }

    .uk-navbar-nav > li > a {
        padding: 0 10px;
        font-size: 16px;
    }


    /* Theme */

    .tm-toolbar {
        padding: 0px 35px;
    }

    .tm-navbar .uk-container {
        padding: 0px 35px;
    }

    .tm-logo {
        margin-top: 22px;
        width: 160px;
    }

    .tm-totop-scroller {
        right: 35px;
    }


    /* Widgets */

    .uk-panel.home-features .uk-grid > div .inner .uk-panel .text {
        padding: 0px 35px;
        height: auto;
        width: calc(100% - 70px);
    }

    .uk-panel.interior-showcase {
        padding: 0px 35px;
    }

    .uk-panel.interior-showcase .title {
        padding: 35px !important;
    }


    /* Custom Content */

    .wp-archive .tm-block-middle > .uk-container,
    .wp-single .tm-block-middle > .uk-container {
        padding: 0px 35px;
    }

}


/* All except large Screens */
@media (max-width: 1219px) {

    /* UIkit */

    .uk-navbar-nav > li > a {
        font-size: 12px;
    }


    /* Theme */

    .uk-container {
        padding: 0px 35px;
    }

    .tm-logo {
        margin-top: 28px;
        width: 130px;
    }


    /* Plugins */

    .acf-map {
        height: 600px;
    }


    /* Widgets */

    .uk-panel.home-showcase {
        height: 700px;
    }

    .uk-panel.home-showcase .uk-slideshow > li {
        height: 700px;
    }

    .uk-panel.home-showcase .uk-slideshow > li .uk-overlay-panel {
        height: calc(700px - 70px);
    }

    .uk-panel.home-showcase .uk-slideshow > li .uk-overlay-panel > div .heading {
        font-size: 50px;
        line-height: 58px;
    }

    .uk-panel.home-showcase .uk-slideshow > li .uk-overlay-panel > div .subheading {
        font-size: 50px;
        line-height: 58px;
    }

    .uk-panel.interior-showcase {
        height: 300px;
    }

    .uk-panel.interior-showcase.subpages {
        height: 200px;
    }

    .uk-panel.interior-showcase .title {
        padding: 25px 35px !important;
    }

    .uk-panel.interior-showcase .title h1,
    .uk-panel.interior-showcase .title .uk-h1 {
        font-size: 52px;
        line-height: 52px;
    }

    .uk-panel.home-features .uk-grid > div .inner .uk-panel img {
        width: 50px;
    }

    .uk-panel.home-features .uk-grid > div .inner .uk-panel .title {
        margin-top: 15px;
    }

    .uk-panel.home-features .uk-grid > div .inner .uk-panel .title h3 .heading {
        font-size: 22px;
        line-height: 26px;
    }

    .uk-panel.home-features .uk-grid > div .inner .uk-panel .title h3 .subheading {
        font-size: 26px;
        line-height: 26px;
    }

    .uk-panel.find-a-school-showcase .content .inner .bottom {
        width: 100%;
    }

    .uk-panel.upgrade-your-school .inner {
        padding: 35px;
    }

    .uk-panel.global-leader .uk-button {
        padding: 0px;
    }


    /* Custom Pages */

    .home .uk-article .uk-grid .text {
        padding: 55px 35px 70px;
    }

    .home .uk-article .uk-grid .text .uk-article-title {
        margin-top: 35px;
    }

    .home .uk-article .uk-grid .images .uk-grid {
        height: 100%;
    }

    .home .uk-article .uk-grid .images .uk-grid > div .uk-panel .uk-overlay,
    .home .uk-article .uk-grid .images .uk-grid > div .uk-panel .uk-overlay img {
        height: 100%;
    }

    .home .uk-article .uk-grid .images .uk-grid > div .uk-panel .uk-overlay .uk-overlay-panel h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .page-template-page-certificates .uk-article .countries {
        margin-left: -25px !important;
    }


    /* Custom Content */

    .wp-courses-archive .uk-article .uk-overlay-panel h3 {
        font-size: 22px;
        line-height: 26px;
    }

}


/* Tablets (Landscape) */
@media (max-width: 959px) {

    /* UIkit */

    .uk-navbar-toggle {
        margin-left: 15px;
    }


    /* Theme */

    .title-bars::before,
    .title-bars::after {
        width: 100px;
    }

    .title-bars::before {
        margin-left: -115px;
    }


    /* Plugins */

    .acf-map {
        height: 500px;
    }


    /* Widgets */

    .uk-panel.home-showcase {
        margin-top: 0px;
        height: 550px;
    }

    .uk-panel.home-showcase .uk-slideshow > li .uk-overlay-panel > div {
        margin-top: 0px;
    }

    .uk-panel.home-showcase .uk-slideshow > li {
        height: 550px;
    }

    .uk-panel.home-showcase .uk-slideshow > li .uk-overlay-panel {
        height: calc(550px - 70px);
    }

    .uk-panel.home-showcase .uk-slideshow > li .uk-overlay-panel > div .heading {
        font-size: 42px;
        line-height: 50px;
    }

    .uk-panel.home-showcase .uk-slideshow > li .uk-overlay-panel > div .subheading {
        font-size: 42px;
        line-height: 50px;
    }

    .uk-panel.interior-showcase .title h1,
    .uk-panel.interior-showcase .title .uk-h1 {
        font-size: 44px;
        line-height: 44px;
    }

    .uk-panel.renew-your-certificate > div .inner {
        text-align: center;
    }

    .uk-panel.renew-your-certificate > div .inner h3 {
        margin: 0px !important;
        text-align: center;
        width: 100%;
        font-size: 42px;
        line-height: 50px;
    }

    .uk-panel.renew-your-certificate > div .inner a {
        float: none;
        margin-top: 20px;
    }

    .uk-panel.home-features .uk-grid > div {
        padding: 0px;
    }

    .uk-panel.home-features .uk-grid > div .inner .uk-panel img {
        width: 125px;
    }

    .uk-panel.home-features .uk-grid > div .inner .uk-panel .title {
        margin-top: 15px;
    }

    .uk-panel.home-features .uk-grid > div .inner .uk-panel .text {
        height: auto;
        width: 50%;
    }

    .uk-panel.find-a-school-showcase .uk-cover-background > img {
        display: none;
    }

    .uk-panel.find-a-school-showcase .content {
        position: relative;
        display: block;
        padding: 70px 0px;
    }

    .uk-panel.find-a-school-showcase .content .inner .top .uk-h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .uk-panel.find-a-school-showcase .content .inner .bottom .uk-form {
        display: block;
        margin-top: 15px;
        margin-left: 0px;
        width: 100%;
    }

    .uk-panel.breadcrumbs.schools {
        padding: 20px 10px;
    }

    .uk-panel.student-information > .uk-grid > div .uk-panel-box .button {
        position: relative !important;
    }

    .uk-panel.approvals .title-bars-blue::before ,
    .uk-panel.approvals .title-bars-blue::after {
        width: 0px !important;
    }

    .uk-panel.the-global-leader .title-bars-yellow::before,
    .uk-panel.the-global-leader .title-bars-yellow::after {
        width: 0px !important;
    }

}


/* Phones (Landscape) & Tablets (Portrait) */
@media (max-width: 767px) {

    /* Theme */

    .tm-breadcrumbs-block {
        display: none;
    }

    .tm-sidebar-a,
    .tm-sidebar-b {
        margin-top: 70px;
    }

    .tm-sidebar-a-left .tm-main {
        padding-left: 25px;
    }

    .tm-sidebar-b-right .tm-main {
        padding-right: 0px;
    }

    .tm-block-bottom-e {
        padding-bottom: 140px !important;
    }

    .title-bars::before,
    .title-bars::after {
        display: none;
    }


    /* UIkit */

    .uk-block {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .uk-navbar-toggle {
        height: 90px;
    }

    .uk-navbar-content {
        height: 90px;
    }

    .tm-sidebar-a .uk-panel + .uk-panel,
    .tm-sidebar-b .uk-panel + .uk-panel {
        margin-top: 35px;
    }

    .uk-panel.ribbon.right .uk-panel-title {
        display: block;
        width: 80%;
    }

    .uk-panel.ribbon.right .uk-panel-title::before {
        right: -44px;
        left: initial;
        border-right-color: transparent;
        border-left-color: #d39f10;
    }

    .uk-panel.ribbon.right .uk-panel-title::after {
        right: 100%;
        left: initial;
    }


    /* Plugins */

    .acf-map {
        height: 400px;
    }


    /* Widgets */

    .uk-panel.home-showcase {
        margin-top: 0px;
        height: 500px;
    }

    .uk-panel.home-showcase .uk-slideshow {
        height: 500px !important;
    }

    .uk-panel.home-showcase .uk-slideshow > li {
        height: 500px !important;
        min-height: 500px !important;
    }

    .uk-panel.home-showcase .uk-slideshow > li .uk-overlay-panel {
        height: calc(500px - 70px);
    }

    .uk-panel.home-showcase .uk-slideshow > li .uk-overlay-panel > div .heading {
        font-size: 34px;
        line-height: 42px;
    }

    .uk-panel.home-showcase .uk-slideshow > li .uk-overlay-panel > div .subheading {
        font-size: 34px;
        line-height: 42px;
    }

    .uk-panel.home-showcase .uk-slideshow > li .uk-overlay-panel > div .button {
        margin-top: 35px;
    }

    .uk-panel.home-showcase .uk-slideshow > li .uk-overlay-panel > div .button a {
        padding: 4px 0px 0px;
        width: 60%;
        font-size: 20px;
        line-height: 50px;
    }

    .uk-panel.interior-showcase {
        height: 250px;
    }

    .uk-panel.interior-showcase .title h1,
    .uk-panel.interior-showcase .title .uk-h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .uk-panel.interior-showcase.subpages {
        height: 150px;
    }

    .uk-panel.interior-showcase.subpages h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .uk-panel.find-a-school-showcase .content .inner .bottom {
        width: 225px;
        margin: auto;
    }

    .uk-panel.find-a-school-showcase .content .inner .bottom > * + * {
        margin-top: 15px;
        margin-left: 0px;
    }

    .uk-panel.find-a-school-showcase .content .inner .bottom .uk-form .uk-button {
        margin-top: 15px;
        margin-left: 0px;
    }

    .uk-panel.renew-your-certificate > div .inner h3 {
        font-size: 34px;
        line-height: 42px;
    }

    .uk-panel.home-features .uk-grid > div .inner .uk-panel img {
        width: 75px;
    }

    .uk-panel.student-information > .uk-grid {
        margin-top: 35px !important;
    }

    .uk-panel.global-leader .uk-grid .links {
        text-align: center;
    }


    /* Custom Pages */

    .home .title-bars::before,
    .home .title-bars::after {
        display: none;
    }


    /* Custom Content */

    .wp-archive .uk-article:first-of-type {
        margin-top: 35px;
    }

    .wp-schools-archive .tm-content .uk-grid > .uk-grid-divider,
    .wp-search .tm-content .uk-grid > .uk-grid-divider {
        display: none;
    }

    .wp-schools-archive .tm-content .uk-grid > div,
    .wp-search .tm-content .uk-grid > div {
        margin-top: 0px;
    }

    .wp-schools-archive .tm-content .uk-grid > div:nth-child(1n+3),
    .wp-search .tm-content .uk-grid > div:nth-child(1n+3) {
        margin-top: 50px;
    }

    .wp-schools-archive .tm-content .uk-grid > div .title,
    .wp-search .tm-content .uk-grid > div .title {
        height: 70px;
    }

    .wp-schools-archive .tm-content .uk-grid > div .image,
    .wp-search .tm-content .uk-grid > div .image {
        height: 100px;
    }

    .wp-schools-archive .tm-content .uk-grid > div .image img,
    .wp-search .tm-content .uk-grid > div .image img {
        width: auto;
        max-height: 100%;
    }

    .wp-schools-single .uk-text-large {
        font-size: 16px;
        line-height: 26px;
    }

    .wp-schools-single .uk-article .top .right {
        justify-content: left;
    }

    .wp-schools-single .uk-article .top .right .inner > div i {
        line-height: 30px;
    }

    .wp-schools-single .uk-article .top .right .inner > * + * {
        margin-top: 5px;
    }

    .wp-schools-single .uk-article .bottom {
        margin-top: 50px;
    }

    .wp-schools-single .uk-article .bottom .left .inner {
        margin-top: 0px !important;
    }

    .wp-schools-single .uk-article .bottom .left .featured-image {
        display: none;
    }

    .wp-schools-single .uk-article .bottom .right {
        margin-top: 50px !important;
    }

    .wp-schools-single .uk-article .bottom .right .courses-offered ul li a {
        padding: 0px;
    }

    .wp-schools-single .uk-article .bottom .right .instructors {
        margin-top: 50px !important;
    }

    .wp-schools-single .uk-article .gallery {
        display: none;
    }

}


/* Phones (Portrait) */
@media (max-width: 479px) {

    /* Plugins */

    .acf-map {
        height: 400px;
    }


    /* Custom Content */

    .wp-schools-archive .tm-content .uk-grid > div,
    .wp-search .tm-content .uk-grid > div {
        width: 100%;
    }

    .wp-schools-archive .tm-content .uk-grid > div:nth-child(1n+2),
    .wp-search .tm-content .uk-grid > div:nth-child(1n+2) {
        margin-top: 50px;
    }

}
