/*
Theme Name: TSPA
Theme URI: http://www.thesalonprofessionalacademy.com/
Author: Future Media Solutions
Author URI: http://www.fmsmarketing.com/
Description: TSPA WordPress Theme
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tspa
Domain Path: /languages/
Tags: Responsive
*/


/* ==========================================================================
   Body
   ========================================================================== */

html,
body,
li {
    font-family: 'HelveticaNeueW01-55Roma', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    color: #222;
}

h1 {
    font-size: 36px;
    font-family: 'HelveticaNeueW01-Thin';
}

h2 {
    font-size: 24px;
    font-family: 'HelveticaNeueW01-Thin';
}

h3 {
    font-size: 24px;
    font-family: 'HelveticaNeueW01-Thin';
}

h4 {
    font-size: 20px;
    font-family: 'HelveticaNeueW01-Thin';
}

h5,
h6 {
    font-family: 'HelveticaNeueW01-55Roma'
}

p {
    color: #666;
    line-height: 1.5;
    font-family: 'HelveticaNeueW01-55Roma';
}

p.uk-text-large {
    font-family: 'HelveticaNeueW01-Thin'
}


a {
    color: inherit;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

i,
em {
    color: inherit;
    font-family: 'Helvetica', 'Arial', sans-serif;
    line-height: 1.5;
}

b,
strong {
    font-family: 'HelveticaNeueW01-75Bold'
}

ul,
ol {
    color: inherit;
    font-family: 'HelveticaNeueW01-55Roma';
}

.entry-content ul {
    padding-left: 0;
    list-style: none;
}

.entry-content ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    background: url('assets/img/list-item.png') 0 3px no-repeat;
    color: #666;
    font-family: 'HelveticaNeueW01-55Roma';
    letter-spacing: 0.01em;
}

.financial-aid-widgets .financial-aid-widget {
    min-height: 200px;
    display: block;
}


/* ==========================================================================
   Page
   ========================================================================== */


/* Contact Information */

#contact-information {
    padding: 5px 0;
    background: #eee;
    border-bottom: 1px solid #ddd;
}

#contact-information a {
    font-family: 'HelveticaNeueW01-75Bold'
}


/* ==========================================================================
   Masthead
   ========================================================================== */


/* Site Branding */

.site-branding {
    position: relative
}

.site-branding p {
    position: absolute;
    left: 0;
    top: 97px;
    z-index: 1;
    margin: 0;
    padding: 0 15px 15px;
    width: 159px;
    background: #000;
    font-size: 18px;
    font-family: 'HelveticaNeueW01-Thin';
    letter-spacing: 1px;
    color: #fff;
    text-transform: lowercase;
    text-align: right;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .site-branding p {
        top: 94px;
    }
}

.site-branding a {
    display: block
}

.site-branding .secondary-logo {
    position: absolute;
    left: 0;
    top: 145px;
    z-index: 1;
    display: block;
}


/* Site Navigation */

#site-navigation {
    padding-left: 10px
}

#menu-primary {
    margin: 0 0 0 20px
}

#menu-primary li {
    position: relative;
    margin: 0 10px;
}

#menu-primary li a {
    text-decoration: none
}

#menu-primary>li>a {
    display: block;
    padding: 40px 0;
    font-size: 15px;
    font-family: 'HelveticaNeueW01-55Roma';
    color: #444;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#menu-primary>li:hover>a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #000;
}

#menu-primary>li>ul {
    position: absolute;
    nowhitespace: afterproperty;
    left: -25px;
    top: 97%;
    z-index: 2;
    margin: 0;
    padding: 0 15px;
    /* width: 160px; */
    border-bottom: 3px solid #000;
    background: #fff;
    list-style: none;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    ;
    ;
}

#menu-primary>li>ul a {
    display: block;
    padding: 5px 0;
    width: 160px;
    font-size: 16px;
    line-height: 1;
    font-family: 'HelveticaNeueW01-55Roma';
    color: #444;
}

#menu-primary>li>ul li {
    margin: 5px
}

#menu-primary>li>ul li:first-child {
    margin-top: 15px
}

#menu-primary>li>ul li:last-child {
    margin-bottom: 15px
}

#menu-primary>li.programs-menu>ul {
    border-bottom-color: #0099cc
}

#menu-primary>li.programs-menu:hover>a,
#menu-primary>li.programs-menu ul a,
#menu-primary>li.programs-menu.current_page_item a,
#menu-primary>li.programs-menu.current-page-ancestor a,
.page-template-page-template-financial-aid-page-php #menu-primary>li.programs-menu a,
.single-program #menu-primary>li.programs-menu a {
    color: #0099cc
}

#menu-primary>li.programs-menu:hover>a:after {
    background: transparent
}

#menu-primary>li.guest-services-menu:hover>a,
#menu-primary>li.guest-services-menu.current_page_item a,
#menu-primary>li.guest-services-menu.current-page-ancestor a {
    color: #deb900
}

#menu-primary>li.guest-services-menu:hover>a:after {
    background: #deb900
}

#menu-primary>li.tspa-life-menu>ul {
    border-bottom-color: #6ec117
}

#menu-primary>li.tspa-life-menu:hover>a,
#menu-primary>li.tspa-life-menu ul a,
#menu-primary>li.tspa-life-menu.current_page_item a,
#menu-primary>li.tspa-life-menu.current-page-ancestor a {
    color: #6ec117
}

#menu-primary>li.tspa-life-menu:hover>a:after {
    background: transparent
}

#menu-primary>li.contact-us-menu:hover>a,
#menu-primary>li.contact-us-menu.current_page_item a,
#menu-primary>li.contact-us-menu.current-page-ancestor a {
    color: #cc3399
}

#menu-primary>li.advanced-training-menu:hover>a,
#menu-primary>li.advanced-training-menu.current_page_item a,
#menu-primary>li.advanced-training-menu.current-page-ancestor a,
.single-classes #menu-primary>li.advanced-training-menu a {
    color: #cc6000
}

#menu-primary>li.advanced-training-menu>ul {
    border-bottom-color: #cc6000
}

#menu-primary>li.contact-us-menu:hover>a:after {
    background: #cc3399
}

.sub-menu {
    display: none
}

.uk-offcanvas {
    z-index: 11000;
    background: rgba(0, 0, 0, 0.3);
}

.uk-offcanvas-bar {
    background: #000 url('https://tspashorewood.wpenginepowered.com/wp-content/themes/tspa/assets/img/offcanvas-bg.jpg');
    box-shadow: inset 2px 0 8px #000;
}

.uk-offcanvas-bar p,
.uk-offcanvas-bar a {
    font-family: 'HelveticaNeueW01-55Roma';
    color: #fff;
}

.uk-offcanvas-bar a {
    font-size: 18px;
    font-family: 'HelveticaNeueW01-Thin';
}

.uk-offcanvas-bar ul {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 0 15px 0;
}

.uk-offcanvas-bar ul li {
    margin: 0 30px;
    padding: 10px 0;
    border-bottom: 1px dotted #333;
}

#offcanvas-search {
    padding: 30px 0 30px 30px
}

#offcanvas-search form {
    position: relative
}

#offcanvas-search label[for=search] {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 3;
    margin-top: -10px;
}

#offcanvas-search input {
    width: 90%
}


/* #offcanvas-contacts { padding-bottom: 30px; border-bottom: 1px solid #222; } _NO__DOTCOMMA__AFTER___NO__DOTCOMMA__AFTER__*/

#offcanvas-contacts p {
    margin: 0 0 10px 30px;
    overflow: hidden;
}

#offcanvas-contacts p .phone-type {
    display: block;
    font-size: 11px;
    font-family: 'HelveticaNeueW01-75Bold';
    color: #666;
    text-transform: uppercase;
}

#offcanvas-contacts p .phone-number,
#offcanvas-contacts p .phone-extension {
    font-size: 16px;
    color: #fff;
}

#offcanvas-contacts+hr {
    margin: 20px 30px 0;
    border-color: #333;
}

#offcanvas-button {
    display: inline-block;
    padding: 30px 0;
    font-size: 36px;
}


/* Header Contacts */

#header-contacts {
    position: relative;
    padding-left: 0;
    padding-right: 30px;
}

#header-contacts p {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1;
    font-family: 'HelveticaNeueW01-55Roma';
    color: #444;
}

#header-contacts p:first-of-type {
    margin-top: 20px
}

#header-contacts a {
    text-decoration: none
}


/* #header-contacts p span { display: block; margin-left: 10px; } _NO__DOTCOMMA__AFTER___NO__DOTCOMMA__AFTER__*/


/* Header Search */

#header-search {
    position: absolute;
    nowhitespace: afterproperty;
    top: 50%;
    right: 0;
    z-index: 1;
    /* margin-top: -15px; */
    padding: 5px 0;
    ;
    ;
}

#header-search #search {
    position: absolute;
    top: 50%;
    right: -10px;
    z-index: 2;
    display: none;
    margin-top: -5px;
    width: 400px;
}

#search {
    padding: 6px 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
}

#header-search #search:focus {
    outline: none
}

#header-search label[for=search] {
    position: absolute;
    top: 45%;
    right: 0;
    z-index: 3;
    cursor: pointer;
}

form fieldset {
    margin: 0
}

@media only screen and (max-width: 768px) {
    #masthead {
        margin-bottom: -20px;
    }
    .flip .slide-content {
        right: 0px !important;
        bottom: 0px;
    }
}

#masthead.short {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 9998;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
}

#masthead.short .site-branding {
    width: 130px
}

#masthead.short .site-branding p {
    top: 66px;
    padding: 0 10px 10px 5px;
    width: 115px;
    font-size: 15px;
}

#masthead.short .site-branding .secondary-logo {
    top: 5px;
    left: 135px;
    width: 135px;
}

#masthead.short #offcanvas-button {
    padding: 20px 0 15px 0;
    font-size: 30px;
}


/* ==========================================================================
   Forms
   ========================================================================== */

textarea,
input[type=text],
input[type=email],
input[type=url],
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type=text],
.uk-form input[type=password],
.uk-form input[type=datetime],
.uk-form input[type=datetime-local],
.uk-form input[type=date],
.uk-form input[type=month],
.uk-form input[type=time],
.uk-form input[type=week],
.uk-form input[type=number],
.uk-form input[type=email],
.uk-form input[type=url],
.uk-form input[type=search],
.uk-form input[type=tel],
.uk-form input[type=color] {
    height: auto;
    padding: 6px 8px;
    border: 1px solid #999;
    color: #808285;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    -webkit-appearance: none;
    border-radius: 0;
}

.uk-form input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
}

.uk-form input[type=checkbox] {
    border-radius: 0
}

.uk-form select,
.uk-form textarea {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}

.uk-form select {
    border: 1px solid #ddd;
    border-radius: 0;
    background: #eee url('assets/img/select-arrow.png') 95% 50% no-repeat;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
}

.uk-form textarea {
    margin-bottom: 15px
}

.uk-form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-form.no-labels label {
    display: none
}

.uk-form .ginput_complex {
    overflow: hidden
}

.uk-form .ginput_left,
.uk-form .ginput_right {
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
}

.uk-form .ginput_left {
    padding-right: 10px;
    float: left;
}

.uk-form .ginput_right {
    padding-left: 10px;
    float: right;
}

input[type=submit],
.uk-form input[type=submit] {
    padding: 8px 12px;
    border: 0;
    background: #666;
    font-size: 13px;
    font-family: 'HelveticaNeueW01-75Bold';
    color: #fff;
}

.uk-form .gform_description,
.uk-form .gform_confirmation_message {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    clear: both;
    font-size: 13px;
    line-height: 1.3;
    font-family: 'HelveticaNeueW01-55Roma';
}

.uk-form .gform_confirmation_message {
    font-size: 16px
}

.uk-form .gform_validation_container {
    display: none !important
}

.uk-form .validation_error,
.uk-form .validation_message {
    margin: 10px 0;
    padding: 5px;
    border: 1px solid #e26848;
    clear: both;
    border-radius: 3px;
    background: #f4e0da;
    color: #e26848;
    font-size: 13px;
}

.uk-form input[type="checkbox"] {
    margin-right: 5px
}

.uk-form .agree input[type="checkbox"]+label {
    display: inline-block;
    font-size: 10px;
}

.uk-form .agree input[type="checkbox"]+label span {
    text-decoration: underline
}

.name_first,
.name_last {
    width: 49%;
    float: left;
}

.name_last {
    float: right
}

.name_first input,
.name_last input {
    width: 100%
}


/* ==========================================================================
   Content
   ========================================================================== */

body {
    background-image: url('assets/img/page-hero-bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body.home-page {
    background: none
}

#masthead,
.site-content,
#subnav,
#site-footer,
.footer-widgets {
    background: #fff
}


/* Redken Black Bar */

.redken-bar {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #000;
}

.has-redken-bar .redken-bar {
    display: block
}


/* Tabs */

.tabs-nav {
    position: relative;
    margin: 0 30px;
    border-bottom: 3px solid #000;
    overflow-x: hidden;
    white-space: nowrap;
}

.tabs-nav li {
    margin: 0;
    padding: 8px 15px;
    background: #ddd;
}

.tabs-nav li.uk-active {
    background: #000
}

.tabs-nav.uk-subnav a {
    text-decoration: none
}

.tabs-nav.uk-subnav>li.uk-active a {
    color: #fff
}

.tabs-nav.uk-subnav>li:nth-child(n+2) {
    margin: 0 0 0 5px
}

.tabs-nav.uk-subnav>li>a {
    font-size: 16px;
    line-height: 1;
    font-family: 'HelveticaNeueW01-55Roma';
    color: #999;
}

.tabs-content {
    padding: 20px 0
}

.page-left,
.page-right {
    position: absolute;
    nowhitespace: afterproperty;
    top: 0;
    bottom: 3px;
    right: 0;
    padding: 6px 0;
    /* width: 36px; height: 36px; */
    box-shadow: inset 40px 0 10px rgba(255, 255, 255, 1);
    color: #6EC117;
    font-size: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    ;
    ;
}

.page-left {
    right: auto;
    left: 0;
    padding: 6px 0;
}

.page-left,
.page-right:hover {
    color: #6EC117
}

.parent-pageid-8 .tabs-nav,
.programs-page .tabs-nav {
    border-color: #0099cc
}

.parent-pageid-8 .tabs-nav li.uk-active,
.programs-page .tabs-nav li.uk-active {
    background: #0099cc
}

.parent-pageid-18 .tabs-nav,
.programs-page .tabs-nav,
.single-program .tabs-nav {
    border-color: #deb900
}

.parent-pageid-18 .tabs-nav li.uk-active,
.programs-page .tabs-nav li.uk-active,
.single-program .tabs-nav li.uk-active {
    background: #deb900
}

.parent-pageid-20 .tabs-nav,
.programs-page .tabs-nav {
    border-color: #6ec117
}

.parent-pageid-20 .tabs-nav li.uk-active,
.programs-page .tabs-nav li.uk-active {
    background: #6ec117
}

.parent-pageid-28 .tabs-nav,
.programs-page .tabs-nav {
    border-color: #cc3399
}

.parent-pageid-28 .tabs-nav li.uk-active,
.programs-page .tabs-nav li.uk-active {
    background: #cc3399
}


/* Date Picker */

.ui-datepicker {
    display: none;
    position: absolute;
    padding: 15px;
    border: 1px solid #aaa;
    width: 200px;
    background: #fff;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.datepicker:focus .ui-datepicker {
    display: block
}

.ui-datepicker-calendar {
    width: 100%
}

.ui-datepicker-calendar th {
    text-align: left
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td {
    font-size: 13px
}

.ui-datepicker-prev,
.ui-datepicker-next {
    font-size: 13px
}

.ui-datepicker-next {
    float: right
}

.ui-datepicker-title {
    margin: 5px 0;
    padding: 9px 0 12px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.ui-datepicker-month {
    width: 60%
}

.ui-datepicker-year {
    margin-left: 5%;
    width: 35%;
}


/* Page Hero */

#page-hero {
    position: relative;
    height: 420px;
    border-bottom: 5px solid #000;
}

#page-hero .hero-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 420px;
}

#page-hero .hero-container .uk-container {
    position: relative;
    height: 420px;
}

#page-hero .hero-content-outer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 35px;
    padding: 30px;
    width: 340px;
    background: rgba(0, 0, 0, 0.8);
}

#page-hero .hero-content-inner {
    position: relative;
    height: 360px;
}

#page-hero .hero-content-inner h4 {
    font-size: 50px;
    line-height: 1;
    font-family: 'HelveticaNeueW01-Thin' !important;
}

#page-hero .hero-content-inner h4,
#page-hero .hero-content-inner p {
    margin: 0;
    color: #fff;
}

#page-hero .hero-content-inner p {
    font-size: 16px;
    line-height: 1.3;
    font-family: 'HelveticaNeueW01-55Roma';
}

#page-hero .hero-content {
    position: absolute;
    bottom: 0;
}

#page-hero.has-redken-bar {
    height: 470px
}

#page-hero.has-redken-bar .hero-content-inner {
    /* height: 330px; */
}

.parent-pageid-8 #page-hero,
.programs-page #page-hero,
.single-program #page-hero {
    border-bottom-color: #0099cc
}

.parent-pageid-8 #page-hero .hero-content-outer,
.programs-page #page-hero .hero-content-outer,
.single-program #page-hero .hero-content-outer {
    background: rgb(0, 153, 204);
    background: transparent\9;
    background: rgba(0, 153, 204, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#cc0099cc, endColorstr=#cc0099cc);
    zoom: 1;
}

.parent-pageid-18 #page-hero,
.guest-services-page #page-hero {
    border-bottom-color: #deb900
}

.parent-pageid-18 #page-hero .hero-content-outer,
.guest-services-page #page-hero .hero-content-outer {
    background: rgb(222, 185, 0);
    background: transparent\9;
    background: rgba(222, 185, 0, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ccdeb900, endColorstr=#ccdeb900);
    zoom: 1;
}

.parent-pageid-20 #page-hero,
.tspa-life-page #page-hero {
    border-bottom-color: #6ec117
}

.parent-pageid-20 #page-hero .hero-content-outer,
.tspa-life-page #page-hero .hero-content-outer {
    background: rgb(110, 193, 23);
    background: transparent\9;
    background: rgba(110, 193, 23, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#cc6ec117, endColorstr=#cc6ec117);
    zoom: 1;
}

.parent-pageid-28 #page-hero,
.contact-us-page #page-hero {
    border-bottom-color: #cc3399
}

.parent-pageid-28 #page-hero .hero-content-outer,
.contact-us-page #page-hero .hero-content-outer {
    background: rgb(204, 51, 153);
    background: transparent\9;
    background: rgba(204, 51, 153, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#cccc3399, endColorstr=#cccc3399);
    zoom: 1;
}

.parent-pageid-30 #page-hero,
.financial-aid-page #page-hero {
    border-bottom-color: #0099cc
}

.parent-pageid-30 #page-hero .hero-content-outer,
.financial-aid-page #page-hero .hero-content-outer {
    background: rgb(0, 153, 204);
    background: transparent\9;
    background: rgba(0, 153, 204, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#cc0099cc, endColorstr=#cc0099cc);
    zoom: 1;
}

.page-template-page-advanced-training #page-hero,
.post-type-archive-classes #page-hero,
.single-classes #page-hero {
    border-bottom-color: #CC6000
}

.page-template-page-advanced-training #page-hero .hero-content-outer,
.post-type-archive-classes #page-hero .hero-content-outer,
.single-classes #page-hero .hero-content-outer {
    background: rgba(204, 96, 0, 1);
    background: transparent\9;
    background: rgba(204, 96, 0, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#CC6000cc, endColorstr=#CC6000cc);
    zoom: 1;
}


/* Subnav */

#subnav ul {
    margin: 0;
    border: 1px solid #ddd;
    border-top: 0;
    background: #f2f2f2;
}

@media only screen and (max-width:768px) {
    #subnav ul {
        display: none
    }
}

#subnav li {
    margin: 0;
    padding: 15px 25px;
    border-right: 1px solid #ddd;
    background-color: transparent;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -ms-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

@media only screen and (max-width:768px) {
    #subnav h3 {
        margin: 0;
        padding: 15px 10px;
        background: #f2f2f2;
        border: 1px solid #ddd;
    }
}

#subnav li:hover {
    background-color: rgba(0, 0, 0, 0.05)
}

#subnav li a {
    font-size: 20px;
    line-height: 1;
    font-family: 'HelveticaNeueW01-55Roma';
    color: #999;
    text-decoration: none;
}

#subnav li.current_page_item {
    background: #ddd
}

#subnav li.current_page_item a {
    color: #fff
}

.page-template-page-template-parent-page-php #subnav {
    display: none
}

.parent-pageid-8 #subnav li.current_page_item,
.programs-page #subnav li.current_page_item,
.single-program #subnav li.current_page_item {
    background: #0099cc
}

.parent-pageid-18 #subnav li.current_page_item,
.guest-services-page #subnav li.current_page_item {
    background: #deb900
}

.parent-pageid-20 #subnav li.current_page_item,
.tspa-life-page #subnav li.current_page_item {
    background: #6ec117
}

.parent-pageid-28 #subnav li.current_page_item,
.contact-us-page #subnav li.current_page_item {
    background: #cc3399
}

.post-type-archive-classes #subnav li.current_page_item,
.single-classes #subnav li.current_page_item {
    background: #CC6000
}


/* Child Page Nav */

#child-page-nav .page-nav {
    margin-bottom: 35px
}

#child-page-nav .page-nav a {
    position: relative;
    display: block;
    color: #fff;
}

#child-page-nav .page-nav a:hover {
    border: 0
}

#child-page-nav .page-nav img {
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#child-page-nav .page-nav-overlay {
    position: absolute;
    bottom: 11px;
    left: 11px;
    right: 11px;
    z-index: 2;
    box-sizing: border-box;
    padding: 20px 20px;
    color: #fff;
    background: #000;
    opacity: 0.9;
    font-size: 18px;
    font-family: 'HelveticaNeueW01-Thin';
    letter-spacing: 1px;
}

.programs-page #child-page-nav .page-nav-overlay {
    background: #0099cc
}

.guest-services-page #child-page-nav .page-nav-overlay {
    background: #deb900
}

.tspa-life-page #child-page-nav .page-nav-overlay {
    background: #6ec117
}

.contact-us-page #child-page-nav .page-nav-overlay {
    background: #cc3399
}

.post-type-archive-classes #child-page-nav .page-nav-overlay {
    background: #CC6000
}

.page-template-page-advanced-training #child-page-nav .page-nav-overlay {
    background: #CC6000
}


/* Anchor Jump */

.anchor-jump {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}


/* Site Content */

#main {
    padding-top: 50px;
    padding-bottom: 60px;
}

.entry-content a {
    font-family: 'HelveticaNeueW01-75Bold'
}

.entry-content>p:first-of-type {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.4;
    font-family: 'HelveticaNeueW01-Thin';
}

.post .entry-content>p:first-of-type {
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'HelveticaNeueW01-55Roma';
}

h4.widget-title {
    position: relative;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1;
}

h4.widget-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background: #000;
}

.entry-title {
    margin-bottom: 15px
}

.post .entry-title {
    margin-bottom: 0
}

.entry-meta {
    margin-bottom: 20px
}

.entry-meta span,
.entry-footer {
    font-size: 12px
}

.entry-meta a,
.entry-footer a {
    font-family: 'HelveticaNeueW01-75Bold'
}

.edit-link {
    display: block;
    clear: both;
    width: 100%;
}


/* ==========================================================================
   Widgets
   ========================================================================== */

.widget-inner {
    padding: 25px 20px
}

.widgets-outer>div {
    box-sizing: border-box;
    border-left: 1px solid #ddd;
}

.widgets-outer>div.third {
    width: 33.333333%;
}

.widgets-outer>div.quarter {
    width: 25%;
}

.widgets-outer>div:last-child {
    border-right: 1px solid #ddd
}

.widget-title {
    font-family: 'HelveticaNeueW01-Thin'
}


/* WordPress Widgets
   ========================================================================== */


/* Archives */

.widget_archive {
    padding: 25px 0
}

.widget_archive h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1;
}

.widget_archive h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background: #000;
}

.widget_archive ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.widget_archive select {
    width: 100%
}


/* Calendar */

.widget_calendar table {
    width: 100%
}

.widget_calendar th {
    text-align: left
}


/* Categories */

#category-widget ul {
    margin-bottom: 0
}

.widget_categories select {
    width: 100%
}


/* Tags  */

.widget_tag_cloud {
    padding: 25px 0
}

.widget_tag_cloud h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1;
}

.widget_tag_cloud h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background: #000;
}


/* Theme Widgets
   ========================================================================== */


/* Upcoming Programs */

.upcoming-programs-widget h4.widget-title:after {
    background: #0099cc
}

.upcoming-programs-widget i,
.upcoming-programs-widget a {
    color: #0099cc
}

.upcoming-programs-widget a {
    font-family: 'HelveticaNeueW01-75Bold';
    font-size: 14px;
}

.upcoming-programs-widget span {
    display: block
}

.upcoming-programs-widget ul {
    margin: 0
}

.upcoming-programs-widget li {
    font-size: 13px;
    line-height: 1.3;
    font-family: 'HelveticaNeueW01-55Roma';
}

.upcoming-programs-widget .uk-list-line>li:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top-style: dotted;
}


/* Get Started */

.get-started-widget h4.widget-title:after {
    background: #de0000
}

.get-started-widget i,
.get-started-widget a {
    color: #de0000
}

.get-started-widget a {
    font-size: 14px;
    font-family: 'HelveticaNeueW01-75Bold';
}

.get-started-widget span {
    display: block
}

.get-started-widget li>i {
    display: inline-block;
    width: 55px;
    font-size: 50px;
    color: #222222;
}

.get-started-widget li>div {
    display: inline-block;
    width: 76.5%;
    font-size: 13px;
    line-height: 1.3;
    font-family: 'HelveticaNeueW01-55Roma';
}

.get-started-widget li:last-child>i {
    position: relative;
    left: -10px;
}

.get-started-widget .uk-list-space>li:nth-child(n+2) {
    margin-top: 20px
}


/* Latest News */

.latest-news-widget h4.widget-title:after {
    background: #6ec117
}

.latest-news-widget h5 {
    margin: 0
}

.latest-news-widget a {
    font-family: 'HelveticaNeueW01-75Bold';
    color: #6ec117;
}

.latest-news-widget p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.4;
    font-family: 'HelveticaNeueW01-55Roma';
}

.widget-inner>a {
    font-size: 13px
}


/* Why TSPA */

.testimonial-widget {
    background: url('assets/img/testimonial-quote.png') 15px 70px no-repeat
}

.testimonial-widget h4.widget-title:after {
    background: #cc3399
}

.testimonial-widget>div>p {
    margin: 5px 0 0
}

.testimonial-widget blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    max-height: 180px;
    overflow: hidden;
}

.testimonial-widget-full blockquote {
    max-height: none;
}

.testimonial-widget blockquote p {
    font-size: 13px;
    line-height: 1.4;
    font-family: 'HelveticaNeueW01-55Roma';
}

.testimonial-widget a {
    display: inline-block;
    margin-top: 10px;
    color: #cc3399;
    font-family: 'HelveticaNeueW01-75Bold';
}

.testimonial-widget img {
    display: none
}


/* Gallery */

.gallery-thumbs h4.widget-title:after {
    background: #0022cc
}

.gallery-thumbs ul li {
    box-sizing: border-box;
    /* width: 50%; */
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    ;
    ;
}

.gallery-thumbs li:first-of-type {
    width: 50%
}

.gallery-thumbs li:not(:first-child) {
    width: 25%
}

.gallery-thumbs strong {
    color: #666
}


/* Connect with Us */

#social-feed h4.widget-title:after {
    background: #ff6c00
}

#social-feed p {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.3;
    font-family: 'HelveticaNeueW01-55Roma';
}

#social-feed a {
    color: #ff6c00
}

#social-feed time {
    font-size: 12px;
    color: #ff6c00;
}

#social-feed .uk-grid div:last-child {
    padding-left: 0
}

#social-feed ul {
    height: 135px;
    overflow: scroll;
}

#social-feed .view-on-fb {
    margin: 0
}

#social-feed>div>a {
    font-size: 13px;
    font-family: 'HelveticaNeueW01-75Bold';
    color: #666;
}

#social-feed #fb-feed {
    margin-bottom: 10px;
    height: 250px;
    overflow: scroll;
}

#secondary #social-feed #fb-feed {
    margin-bottom: 10px;
    height: auto;
    overflow: scroll;
}


/* Stay Informed */

.salon-promo-widget h4.widget-title:after,
.stay-informed-widget h4.widget-title:after {
    background: #deb900
}

.salon-promo-widget div,
.stay-informed-widget div {
    border: 0
}

.salon-promo-widget .uk-margin-small-top,
.stay-informed-widget .uk-margin-small-top {
    margin-top: 10px !important
}

.salon-promo-widget button,
.stay-informed-widget button {
    background: #deb900
}

.salon-promo-widget li:last-child,
.stay-informed-widget li:last-child {
    float: right;
    margin-top: 3px;
}

.salon-promo-widget input[type="email"],
.salon-promo-widget input[type="tel"],
.stay-informed-widget input[type="email"] {
    margin: 10px 0;
    width: 100%;
}

.salon-promo-widget .widget-footer {
    font-size: 0.7em;
}


/* Contact Us */

.contact-us-widget p,
.contact-us-widget span {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    line-height: 2;
}

.contact-us-widget hr {
    margin: 10px 0;
    border: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #ddd;
    clear: both;
}

.contact-us-widget .uk-float-right {}

@media only screen and (max-width:1823px) {
    .contact-us-widget p,
    .contact-us-widget span {
        font-size: 13px
    }
}


/* Schedule an Appointment */

.schedule-appointment-widget li:nth-child(odd),
.schedule-appointment-widget li:nth-child(even) {
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 10px;
    width: 50%;
}

.schedule-appointment-widget li:nth-child(odd) {
    float: left;
    padding-right: 10px;
}

.schedule-appointment-widget li:nth-child(even) {
    float: right;
    padding-left: 10px;
}

.schedule-appointment-widget li.date {
    position: relative
}

.schedule-appointment-widget li.date img {
    position: absolute;
    right: 7px;
    top: 9px;
    z-index: 2;
}


/* Redken Features widget. */

.redken-features-widget p {
    font-size: 13px;
    line-height: 1.3;
    font-family: 'HelveticaNeueW01-55Roma';
}

.redken-features-widget a {
    font-family: 'HelveticaNeueW01-75Bold'
}


/* Upcoming class */

.upcoming-classes-widget h4.widget-title:after {
    background: #CC6000
}

.upcoming-classes-widget i,
.upcoming-classes-widget a {
    color: #CC6000
}

.upcoming-classes-widget a {
    font-family: 'HelveticaNeueW01-75Bold';
    font-size: 14px;
}

.upcoming-classes-widget span {
    display: block
}

.upcoming-classes-widget ul {
    margin: 0
}

.upcoming-classes-widget li {
    font-size: 13px;
    line-height: 1.3;
    font-family: 'HelveticaNeueW01-55Roma';
}

.upcoming-classes-widget .uk-list-line>li:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top-style: dotted;
}


/* ==========================================================================
   Sidebar
   ========================================================================== */

#secondary {
    padding: 0
}

#secondary>div,
#secondary>aside {
    margin-left: 80px;
    border-bottom: 1px solid #ddd;
}

#secondary>div:first-of-type,
#secondary>aside:first-of-type {
    margin-top: 60px
}

#secondary>div:last-of-type,
#secondary>aside:last-of-type {
    margin-bottom: 60px
}

#secondary .widget-inner {
    padding-left: 0;
    padding-right: 0;
}


/* Why TSPA */

#secondary .testimonial-widget {
    background-position: 0 70px
}


/* ==========================================================================
   Footer
   ========================================================================== */


/* ==========================================================================
   Footer Top
   ========================================================================== */

#footer-top {
    border-top: 1px solid #ddd
}


/* ==========================================================================
   Footer Bottom
   ========================================================================== */

#footer-bottom {
    border-top: 1px solid #ddd;
    background: #f2f2f2;
}


/* ==========================================================================
   Fotter Bottom Alt
   ========================================================================== */

#footer-bottom-alt {
    border-top: 1px solid #ddd
}


/* ==========================================================================
   Footer Gainful Employment
   ========================================================================== */

#footer-gainful-employment {
    border-top: 1px solid #ddd;
}

#footer-gainful-employment p:last-of-type {
    margin-bottom: 0
}

#footer-gainful-employment .inline-title {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    line-height: 1;
    font-family: 'HelveticaNeueW01-55Roma';
    color: #444;
}

#footer-gainful-employment a {
    display: inline-block;
    margin: 0 5px 0 10px;
    font-family: 'HelveticaNeueW01-75Bold';
    color: #666;
}


/* ==========================================================================
   Locations Menu
   ========================================================================== */

#locations-menu {
    background: transparent url('https://tspashorewood.wpenginepowered.com/wp-content/themes/tspa/assets/img/locations-bg.jpg');
    box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

#locations-inner {
    padding: 30px 0 40px
}

.location {
    box-sizing: border-box;
    padding: 0 15px;
}

.location * {
    margin: 0;
    text-shadow: 0 1px #fff;
}

.location h3 {
    margin-bottom: 5px;
    font-size: 18px;
}

.location a {
    display: inline-block;
    margin-top: 5px;
}

#locations-menu .bx-wrapper .bx-pager,
#locations-menu .bx-wrapper .bx-controls-auto {
    bottom: -30px
}


/* ==========================================================================
   Colophon
   ========================================================================== */

#colophon {
    padding: 30px 0;
    background: #000;
}

#colophon a,
#colophon p {
    font-family: 'HelveticaNeueW01-55Roma';
    line-height: 1;
    color: #fff;
}

#colophon span {
    position: relative;
    top: -3px;
    display: inline-block;
}

#menu-footer {
    margin: 0
}

#menu-footer a {
    text-decoration: none
}

#social-links {
    margin-top: 15px;
}

#social-links a {
    margin-left: 5px;
    font-size: 40px;
    display: inline-flex;
    text-decoration: none;
    float: left;
}

#copyright p {
    margin: 0;
}

#copyright {
    padding-bottom: 0;
}


/* ==========================================================================
   Site Footer
   ========================================================================== */

#site-footer {
    padding: 40px 0
}

#site-footer p {
    margin: 0;
    color: #444;
}

#site-footer p.address {
    margin: 5px 0 20px;
    font-size: 13px;
}

#site-footer time:not(:last-child),
#site-footer [itemprop="telephone"]:not(:last-child),
#site-footer [itemprop="address"]:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
}

#site-footer a {
    font-family: 'HelveticaNeueW01-75Bold'
}


/* ==========================================================================
   Blog Pages (Single, Archives, Categories, Tags, Authors, etc.)
   ========================================================================== */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.logo-alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    max-width: 150px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

#comments {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #ddd;
}

#comments-form p:nth-child(n+2):nth-child(-n+4) {
    width: 32.33333%;
    margin-right: 1.5%;
}

#comments-form p:nth-child(n+2):nth-child(-n+4) input,
#comments-form textarea {
    box-sizing: border-box;
    padding: 7px;
    width: 100%;
    font-size: 16px;
}

#comments-form p:nth-child(4) {
    margin-right: 0 !important
}

#comments-form .comment-form-comment {
    width: 100% !important
}

#comments-submit {
    width: auto !important
}

.comment-metadata {
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

.comment-reply-link {
    padding: 8px 12px;
    border: 0;
    background: #666;
    font-size: 13px;
    font-family: 'HelveticaNeueW01-75Bold';
    color: #fff;
}

.comment-list li {
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.comment-respond {
    margin-top: 20px
}

#reply-title,
.comment-notes {
    margin-bottom: 0
}

ol.children {
    margin: 40px 30px 30px;
    padding: 0;
    list-style: none;
}


/* ==========================================================================
   Home
   ========================================================================== */

#home-slider {
    overflow: hidden;
    margin-bottom: 20px;
}

#home-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slide-container {
    /* height: 650px; */
}

.slide-container>.uk-container {
    position: relative;
    /* height: 650px; */
    ;
    ;
}

.slide-content {
    position: absolute;
    bottom: 0;
    left: 35px;
    width: 420px;
}

@media only screen and (min-width: 1151px) and (max-width: 1400px) {
    .slide-content {
        max-width: 400px;
    }
}

@media only screen and (min-width: 1020px) and (max-width: 1150px) {
    .slide-content {
        /*max-width: 375px;*/
    }
}

.slide-content-inner {
    position: relative;
    padding: 30px;
}


.slide-container.has-redken-bar .slide-content {
    /*bottom: 44px*/
}
@media only screen and (min-width: 1151px) and (max-width: 1400px) {
    .slide-container.has-redken-bar .slide-content {
        bottom: 32px
    }
}
@media only screen and (min-width: 1221px) and (max-width: 1400px) {
    .slide-container.has-redken-bar .slide-content {
        bottom: 34px
    }
}
@media only screen and (min-width: 1400px) {
    .slide-container.has-redken-bar .slide-content {
        bottom: 39px
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1150px) {
    .slide-container.has-redken-bar .slide-content {
        bottom: 31px;
    }
    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: 0px !important;
    }
}

@media only screen and (min-width: 1151px) and (max-width: 1400px) {
    .slide-content-inner {
        padding: 15px;
    }
}

@media only screen and (min-width: 1020px) and (max-width: 1150px) {
    .slide-content-inner {
        padding: 10px;
    }
}

.slide-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #000;
    opacity: 0.8;
}

.slide-content h4 {
    font-size: 50px;
    line-height: 1;
    font-family: 'HelveticaNeueW01-Thin';
}

.slide-content h4,
.slide-content p,
.slide-content a {
    position: relative;
    z-index: 1;
    color: #fff;
}

.slide-content h4,
.slide-content p {
    margin: 0;
    color: #fff;
    opacity: 1;
}

.slide-content p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'HelveticaNeueW01-55Roma';
}

@media only screen and (min-width: 1151px) and (max-width: 1400px) {
    .slide-content h4 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1150px) {
    .slide-content h4 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 1151px) and (max-width: 1400px) {
    .slide-content p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1020px) {
    .slide-content p {
        font-size: 14px;
    }
}

.slide-content a {
    display: inline-block;
    color: #fff;
    opacity: 1;
}

.slide-content h1+a {
    margin-top: 20px
}

.slide-container img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.flip .slide-content {
    left: auto;
    right: 35px;
}

.bx-wrapper .bx-controls-direction a {
    margin-top: -80px
}


/* .slide img { display: block; margin: 0 auto; width: 100%;  } _NO__DOTCOMMA__AFTER___NO__DOTCOMMA__AFTER__*/


/* ==========================================================================
   Programs
   ========================================================================== */

#program-details {
    margin-left: 30px;
    padding: 20px;
    width: 200px;
    background: #0099cc;
}

#program-details * {
    color: #fff
}

#program-details p {
    margin: 0
}

#program-details p#optional-title {
    font-family: 'HelveticaNeueW01-75Bold'
}

#program-details p#next-class-dates {
    margin-top: 10px;
    font-family: 'HelveticaNeueW01-75Bold';
}

#program-details a.button {
    display: inline-block;
    margin: 20px 0;
    padding: 10px 15px;
    background: #fff;
    color: #222;
}

#program-details a.button:hover {
    border: 0
}

#program-details ul {
    margin: 0;
    padding-left: 15px;
    list-style: disc;
}

#program-details li {
    margin: 0;
    padding: 0;
    background: none;
}

#program-details h4 {
    font-size: 18px;
    font-family: 'HelveticaNeueW01-55Roma';
}


/* ==========================================================================
   About Us
   ========================================================================== */

#leadership-content img {
    margin-right: 20px
}

#leadership-content .person-name {
    margin: 10px 0;
    cursor: pointer;
}

#leadership-content .person-name i {
    position: relative;
    top: 3px;
}

#leadership-content .bio-content {
    position: relative;
    display: none;
    overflow: hidden;
}

#leadership-content .bio-content p:first-of-type {
    margin-top: 0
}

#leadership-content .bio-content p:last-of-type {
    margin-bottom: 0
}

#testimonials li {
    padding: 0 50px
}

#testimonials blockquote {
    margin: 0;
    padding: 0 0 20px;
    border: 0;
    width: 100%;
    background: url('assets/img/testimonial-quote.png') no-repeat;
}

#testimonials img+blockquote {
    width: 70%
}

#testimonials blockquote p {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'HelveticaNeueW01-Thin';
}

#testimonials cite,
#testimonials strong {
    font-style: normal;
    font-size: 13px;
    line-height: 1.3;
    font-family: 'HelveticaNeueW01-75Bold';
}

#testimonials cite span {
    display: block;
    color: #cc3399;
}

#testimonials img {
    width: 25%;
    margin-right: 5%;
}

#testimonial-slider .bx-wrapper .bx-controls-direction a {
    top: 75px
}

#testimonial-slider .bx-wrapper .bx-prev {
    left: 0
}

#testimonial-slider .bx-wrapper .bx-next {
    right: 0
}

#testimonials-tab {}


/* ==========================================================================
   Guest Services
   ========================================================================== */

#guest-services>li {
    margin-bottom: 20px
}

#guest-services a {
    display: block;
    padding: 20px 35px 20px 20px;
    background: #DEB900 url('https://tspashorewood.wpenginepowered.com/wp-content/themes/tspa/assets/img/guest-services-arrow.png') 95% 50% no-repeat;
    color: #fff;
    font-size: 20px;
    font-family: 'HelveticaNeueW01-Thin';
}

#guest-services p {
    margin: 0;
    clear: both;
    font-family: 'HelveticaNeueW01-Thin';
}

#guest-services em {
    color: #999
}

#guest-services a+div {
    display: none;
    padding: 20px;
    background: #f2f2f2;
}

#guest-services ul ul {
    padding: 0
}

#guest-services ul li {
    margin-bottom: 10px
}

#guest-services span {
    display: inline-block;
    font-size: 16px;
    font-family: 'HelveticaNeueW01-55Roma';
}

#guest-services span:nth-child(odd) {
    width: 80%
}

#guest-services span:nth-child(even) {
    width: 20%
}

#guest-services-widgets-small .widget-outer {
    padding: 5px;
    border: 1px solid #ddd;
}

#guest-services-widgets-small .widget-inner {
    position: relative;
    height: 135px;
    background: url('https://tspashorewood.wpenginepowered.com/wp-content/themes/tspa/assets/img/gift-card-bg.png') left top no-repeat;
}

#guest-services-widgets-small .widget-inner p {
    position: absolute;
    bottom: 45px;
    right: 20px;
    margin: 0;
    max-width: 90%;
    color: #222;
    line-height: 1.2;
    font-family: 'HelveticaNeueW01-75Bold';
}

#guest-services-widgets-small .widget-inner p:last-child {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: 0;
    width: 90%;
    font-size: 16px;
    font-family: 'HelveticaNeueW01-55Roma';
}

#guest-services-widgets-small .widget-inner a {
    color: #222
}

.wide-widget .widget-outer,
#brochure-widget-small .widget-outer {
    padding: 5px;
    border: 1px solid #ddd;
}

.wide-widget .widget-inner,
#brochure-widget-small .widget-inner {
    padding: 20px;
    height: 145px;
    background: url('https://tspashorewood.wpenginepowered.com/wp-content/themes/tspa/assets/img/brochure-bg.png') left top no-repeat;
}

.wide-widget .widget-inner img,
#brochure-widget-small .widget-inner img {
    display: inline-block;
    margin-right: 15px;
}

.wide-widget .widget-inner p,
#brochure-widget-small .widget-inner p {
    margin-top: 0;
    color: #fff;
}

.wide-widget .widget-inner i,
#brochure-widget-small .widget-inner i {
    color: #fff
}

.wide-widget .widget-inner a,
#brochure-widget-small .widget-inner a {
    font-family: 'HelveticaNeueW01-75Bold';
    color: #fff;
}

.wide-widget {
    padding-top: 30px
}

.wide-widget .widget-inner {
    background: url('https://tspashorewood.wpenginepowered.com/wp-content/themes/tspa/assets/img/wide-widget-bg.png') center center no-repeat
}

.wide-widget .widget-inner img {
    margin-right: 30px
}

.wide-widget .widget-inner p,
.wide-widget .widget-inner a {
    color: #222;
    font-size: 16px;
    line-height: 22px;
}


/* ==========================================================================
   Contact Us
   ========================================================================== */

#location-address {
    margin-top: 40px;
    margin-bottom: 40px;
}

.address-details {
    padding: 0 0 0 50px;
    background-color: #fff;
}

@media only screen and (max-width:768px) {
    .address-details {
        padding: 0 0 0 25px
    }
}

.address-details p {
    margin: 0
}

#contact-us-form input {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}

#contact-us-form input[type="submit"] {
    width: auto
}

#contact-us-form li:first-child {
    overflow: hidden
}

#contact-us-form li:first-child span:first-child input {
    margin-right: 10px
}

#contact-us-form li:first-child span:last-child input {
    margin-left: 10px
}

#contact-us-form li:nth-child(n+2):nth-child(-n+4) {
    box-sizing: border-box;
    width: 28%;
    margin: 15px 0;
    float: left;
}

#contact-us-form li:nth-child(n+2):nth-child(-n+3) {
    margin-right: 0
}

#contact-us-form li:nth-child(n+3):nth-child(-n+4) {
    margin-left: 0
}

#contact-us-form li:nth-child(3) {
    margin-left: 2% !important;
    margin-right: 2% !important;
}

#contact-us-form li:nth-child(4) {
    width: 40% !important
}

#contact-us-form li.questions-or-comments {
    width: 100% !important;
    float: none !important;
    clear: both;
}

#contact-us-form .agree {
    float: right !important
}

#contact-us-form .agree li:last-child {
    float: right
}

#contact-us-form .agree input {
    width: auto;
    padding: 0;
}


/* ==========================================================================
   Apply Now
   ========================================================================== */

#apply-now-form .gform_wrapper {
    display: block !important
}

#apply-now-form input:not([type="checkbox"]),
#apply-now-form textarea {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}

#apply-now-form .gform_fields>li {
    margin-bottom: 25px
}

#apply-now-form .programs {
    overflow: hidden
}

#apply-now-form .programs li {
    margin-bottom: 5px;
    width: 33%;
    float: left;
}

#apply-now-form .programs li input {
    width: auto;
    padding: 0;
}

#apply-now-form span label {
    display: none
}

#apply-now-form .address .ginput_full {
    margin-bottom: 10px;
    width: 100%;
    clear: both;
    float: left;
}

#apply-now-form .address span:nth-child(n+2):nth-child(-n+4) {
    box-sizing: border-box;
    padding: 0;
    width: 32%;
    float: left;
}

#apply-now-form .address span:nth-child(n+2):nth-child(-n+3) {
    margin-right: 0
}

#apply-now-form .address span:nth-child(n+3):nth-child(-n+4) {
    margin-left: 0
}

#apply-now-form .address span:nth-child(3) {
    margin-left: 2% !important;
    margin-right: 2% !important;
}

#apply-now-form .phone,
#apply-now-form .phone-carrier,
#apply-now-form .email-address {
    width: 32%;
    float: left;
}

#apply-now-form .phone-carrier {
    margin-left: 2% !important;
    margin-right: 2% !important;
}

#apply-now-form .graduation-year,
#apply-now-form .how-did-you-hear,
#apply-now-form .when-start,
#apply-now-form .interested-in-financial-aid {
    box-sizing: border-box;
    width: 49%;
    float: left;
}

#apply-now-form .how-did-you-hear,
#apply-now-form .interested-in-financial-aid {
    margin-left: 2%
}

#apply-now-form .graduation-year,
#apply-now-form .why-this-career {
    clear: left
}

#apply-now-form input[type="submit"] {
    width: auto;
    float: left;
}

#apply-now-form .agree {
    float: right
}

#apply-now-form .agree>label {
    display: none
}

#apply-now-form .agree input {
    margin-top: 5px;
    width: auto;
    float: left;
}


/* ==========================================================================
   Schedule a Visit
   ========================================================================== */

#schedule-a-visit-form li {
    margin-bottom: 10px
}

#schedule-a-visit-form .gform_body div {
    position: relative;
    width: 50%;
}

#schedule-a-visit-form input {
    width: 100%
}

#schedule-a-visit-form input[type="submit"] {
    width: auto
}

#schedule-a-visit-form .date img {
    position: absolute;
    top: 8px;
    right: 12px;
}

#schedule-a-visit-form .agree li:last-child {
    float: right
}

#schedule-a-visit-form .agree input {
    width: auto;
    padding: 0;
}


/* ==========================================================================
   Tell Me More
   ========================================================================== */

#tell-me-more-form .gform_wrapper {
    display: block !important
}

#tell-me-more-form input:not([type="checkbox"]),
#tell-me-more-form textarea {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}

#tell-me-more-form .gform_fields>li {
    margin-bottom: 25px
}

#tell-me-more-form .programs {
    overflow: hidden
}

#tell-me-more-form .programs li {
    margin-bottom: 5px;
    width: 33%;
    float: left;
}

#tell-me-more-form .programs li input {
    width: auto;
    padding: 0;
}

#tell-me-more-form span label {
    display: none
}

#tell-me-more-form .address .ginput_full {
    margin-bottom: 10px;
    width: 100%;
    clear: both;
    float: left;
}

#tell-me-more-form .address span:nth-child(n+2):nth-child(-n+4) {
    box-sizing: border-box;
    padding: 0;
    width: 32%;
    float: left;
}

#tell-me-more-form .address span:nth-child(n+2):nth-child(-n+3) {
    margin-right: 0
}

#tell-me-more-form .address span:nth-child(n+3):nth-child(-n+4) {
    margin-left: 0
}

#tell-me-more-form .address span:nth-child(3) {
    margin-left: 2% !important;
    margin-right: 2% !important;
}

#tell-me-more-form .questions-comments {
    width: 100%;
    clear: both;
}

#tell-me-more-form .graduation-year,
#tell-me-more-form .how-did-you-hear {
    box-sizing: border-box;
    width: 48%;
    float: left;
}

#tell-me-more-form .schedule-of-interest,
#tell-me-more-form .program-of-study,
#tell-me-more-form .when-start,
#tell-me-more-form .interested-in-financial-aid {
    box-sizing: border-box;
    width: 31%;
    float: left;
}

#tell-me-more-form .schedule-of-interest,
#tell-me-more-form .interested-in-financial-aid,
#tell-me-more-form .program-of-study,
#tell-me-more-form .graduation-year {
    margin-left: 2%
}

#tell-me-more-form .questions-comments {
    margin-bottom: 0 !important
}

#tell-me-more-form .why-this-career {
    clear: left
}

#tell-me-more-form input[type="submit"] {
    width: auto;
    float: left;
}

#tell-me-more-form .agree {
    float: right
}

#tell-me-more-form .agree>label {
    display: none
}

#tell-me-more-form .agree input {
    margin-top: 5px;
    width: auto;
    float: left;
}


/* ==========================================================================
   Scholarships
   ========================================================================== */

#scholarships-form .gform_wrapper {
    display: block !important
}

#scholarships-form input:not([type="checkbox"]),
#scholarships-form textarea {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}

#scholarships-form .gform_fields>li {
    margin-bottom: 25px;
    padding: 0;
    background: none;
}

#scholarships-form .programs {
    overflow: hidden
}

#scholarships-form .programs li {
    margin-bottom: 5px;
    width: 33%;
    float: left;
}

#scholarships-form .programs li input {
    width: auto;
    padding: 0;
}

#scholarships-form span label {
    display: none
}

#scholarships-form .address .ginput_full {
    margin-bottom: 10px;
    width: 100%;
    clear: both;
    float: left;
}

#scholarships-form .address span:nth-child(n+2):nth-child(-n+4) {
    box-sizing: border-box;
    padding: 0;
    width: 32%;
    float: left;
}

#scholarships-form .address span:nth-child(n+2):nth-child(-n+3) {
    margin-right: 0
}

#scholarships-form .address span:nth-child(n+3):nth-child(-n+4) {
    margin-left: 0
}

#scholarships-form .address span:nth-child(3) {
    margin-left: 2% !important;
    margin-right: 2% !important;
}

#scholarships-form .phone,
#scholarships-form .phone-carrier,
#scholarships-form .email-address {
    width: 32%;
    float: left;
}

#scholarships-form .phone-carrier {
    margin-left: 2% !important;
    margin-right: 2% !important;
}

#scholarships-form .graduation-year,
#scholarships-form .how-did-you-hear,
#scholarships-form .when-start,
#scholarships-form .interested-in-financial-aid {
    box-sizing: border-box;
    width: 49%;
    float: left;
}

#scholarships-form .how-did-you-hear,
#scholarships-form .interested-in-financial-aid {
    margin-left: 2%
}

#scholarships-form .graduation-year,
#scholarships-form .why-this-career {
    clear: left
}

#scholarships-form input[type="submit"] {
    width: auto;
    float: left;
}

#scholarships-form .agree {
    float: right;
}

#scholarships-form .agree li {
    padding: 0;
    background: none;
}

#scholarships-form .agree>label {
    display: none
}

#scholarships-form .agree input {
    margin-top: 5px;
    width: auto;
    float: left;
}


/* ==========================================================================
   Media Gallery
   ========================================================================== */

.gallery-items {
    padding-bottom: 60px
}

.gallery-items li {
    box-sizing: border-box;
    width: 25%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    float: left;
}

.gallery-items li a {
    position: relative;
    display: block;
}

.gallery-items .gallery-item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('https://tspashorewood.wpenginepowered.com/wp-content/themes/tspa/assets/img/video-overlay.png') center center no-repeat;
}

.gallery-tabs {
    position: relative
}


/* ==========================================================================
   What's Happening
   ========================================================================== */

.whats-happening-page article {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.whats-happening-page article:first-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.whats-happening-page article:nth-child(2) {
    margin-top: 20px
}

.whats-happening-page article p {
    color: #666
}


/* ==========================================================================
   Financial Aid
   ========================================================================== */

.net-price-calculator-page #subnav,
.financial-aid-page #subnav,
.welcome-page #subnav {
    display: none
}

#financial-aid-widgets h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.3;
}

#financial-aid-widgets a {
    font-size: 14px;
    font-family: 'HelveticaNeueW01-75Bold';
}

#financial-aid-widgets hr {
    margin: 40px 0
}

#calculator a {
    color: #0099cc
}

#fafsa a {
    color: #e97835
}

#fafsa h3,
#fafsa p {
    margin: 0
}


/* ==========================================================================
   Financial Aid Calculator
   ========================================================================== */

.financial-aid-calculator-page #subnav {
    display: none
}

#net-price-calculator-form li {
    margin-bottom: 15px;
    overflow: hidden;
}

#net-price-calculator-form li input {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}

#net-price-calculator-form li.email-address,
#net-price-calculator-form li.phone-number {
    box-sizing: border-box;
    width: 50%;
    float: left;
}

#net-price-calculator-form li.email-address {
    padding-right: 10px
}

#net-price-calculator-form li.phone-number {
    padding-left: 10px
}

#net-price-calculator-form li.address {
    margin-bottom: 0;
    width: 100%;
    clear: both;
}

#net-price-calculator-form li.address>div {
    overflow: hidden
}

#net-price-calculator-form li.address input,
#net-price-calculator-form li.address select {
    margin-bottom: 15px
}

#net-price-calculator-form li.address .ginput_left,
#net-price-calculator-form li.address .ginput_right {
    float: left;
    padding: 0;
    width: 33%;
}

#net-price-calculator-form li.address .ginput_right {
    padding-left: 20px;
    padding-right: 20px;
}

#net-price-calculator-form .agree li:last-child {
    float: right
}

#net-price-calculator-form .agree input {
    width: auto;
    padding: 0;
}


/* ==========================================================================
   Welcome Page
   ========================================================================== */

.welcome-page #subnav {
    display: none
}

.button {
    padding: 8px 12px;
    border: 0;
    background: #666;
    font-size: 13px;
    font-family: 'HelveticaNeueW01-75Bold';
    color: #FFF;
}


/* ==========================================================================
   Search Page
   ========================================================================== */

.search-page .hero-content-outer,
.search-results .hero-content-outer,
.search-results #subnav {
    display: none
}

.search-page .entry-title {
    text-align: center;
    font-size: 48px;
}

.search-page .entry-content form {
    position: relative;
    width: 50%;
    margin: 10px auto 200px;
}

.search-page .entry-content label {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -16px;
}

.search-page .entry-content label i {
    font-size: 32px
}

.search-page .entry-content #search {
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    font-size: 24px;
}

.search #subnav,
.search-page #subnav,
.search-results #subnav {
    display: none
}


/* ==========================================================================
   Locations
   ========================================================================== */

#map-locations h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'HelveticaNeueW01-55Roma';
}

.single-location {
    margin-bottom: 3em
}

.single-location p {
    margin: .5em 0
}

.location-name {
    margin-top: 0
}


/* ==========================================================================
   Classes - Advanced Training
   ========================================================================== */

#class-details {
    margin-left: 30px;
    padding: 20px;
    width: 200px;
    background: #CC6000;
}

#class-details * {
    color: #fff
}

#class-details p {
    margin: 0
}

#class-details p#optional-title {
    font-family: 'HelveticaNeueW01-75Bold'
}

#class-details p#next-class-dates {
    margin-top: 10px;
    font-family: 'HelveticaNeueW01-75Bold';
}

#class-details a.button {
    display: inline-block;
    margin: 20px 0;
    padding: 10px 15px;
    background: #fff;
    color: #222;
}

#class-details a.button:hover {
    border: 0
}

#class-details ul {
    margin: 0;
    padding-left: 15px;
    list-style: disc;
}

#class-details li {
    margin: 0;
    padding: 0;
    background: none;
}

#class-details h4 {
    font-size: 18px;
    font-family: 'HelveticaNeueW01-55Roma';
}


/*
 * Virtual Tour
   ------------------------------------ */
.open-tour {
    display: block;
    margin: 1.75rem 2rem 0;
    padding: 1rem 2rem;
    border: 1px solid #0099cc;
    border-radius: 3px;
    background: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #0099cc;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.open-tour:hover {
    background: #0099cc;
    color: #fff;
}
@media only screen
and (max-width : 480px) {
    .open-tour {
        margin: 1.25rem 1rem 0 0;
        padding: 5px 10px;
    }
}
.short .open-tour {
    margin-top: 1rem;
}
.open-tour.contact-page {
    display: inline-block;
    margin: 2rem 0 0;
}
.close-tour {
    position: absolute;
    top: -25px;
    right: 0;
    color: #fff;
    text-decoration: none;
}
.close-tour:hover {
    color: #fff;
    text-decoration: none;
}
#tour-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);

    display: none;
}
.tour-wrapper {
    position: relative;
    margin: 2.5%;
    width: 95%;
    height: 90%;
}
@media only screen
and (max-width : 480px) {
    .tour-wrapper {
        margin: 10% 2.5% 2.5%;
        height: 87.5%;
    }
}
.tour-wrapper iframe {
    border: 0 !important;
}


/* ==========================================================================
   JS Plugins
   ========================================================================== */

.bx-wrapper {
    margin-bottom: 0
}

.bx-wrapper .bx-viewport {
    left: 0;
    border: 0;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bx-slider {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 10px;
    padding: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #999
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #fff
}

.fancybox-overlay {
    z-index: 9999
}

.fancybox-opened {
    z-index: 10000
}

.fancybox-nav {
    top: 30%;
    width: 10%;
    height: 40%;
}

.qtip-default {
    border-color: #aaa;
    background: #fff;
    color: #999;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.qtip-content {
    padding: 15px;
    font-size: 9px;
    line-height: 1.3;
    text-align: justify;
}


/* ==========================================================================
   Back to Top
   ========================================================================== */

#back-to-top {
    display: none
}

@media only screen and (max-width:768px) {
    #back-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 999;
        display: inline-block;
    }
    #back-to-top a {
        display: block
    }
    #back-to-top i {
        border-radius: 5px;
        display: block;
        padding: 5px;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        font-size: 30px;
        line-height: 1;
    }
}


/* ---------------------------------------
 *
 * Sticky Lead Gen Form
 *
   ------------------------------------ */

#sticky-lead-gen {
    position: fixed;
    top: 100%;
    bottom: auto;
    z-index: 99;
    margin-top: 0;
    width: 100%;
    -webkit-transition: margin 200ms ease-in-out;
    -moz-transition: margin 500ms ease-in-out;
    -ms-transition: margin 500ms ease-in-out;
    -o-transition: margin 500ms ease-in-out;
    transition: margin 500ms ease-in-out;
}

#sticky-lead-gen.loaded,
#sticky-lead-gen.focused {
    bottom: 0;
    margin-top: -114px;
}

@media only screen and (max-width: 480px) {
    #sticky-lead-gen.focused {
        margin-top: -445px;
    }
}

#sticky-lead-gen.slide-down {
    //top: auto;
    margin-top: -30px;
}

@media only screen and (max-width: 480px) {
    #sticky-lead-gen.slide-down {
        margin-top: -50px;
    }
}

#sticky-lead-gen.loaded.slide-up {
    bottom: 0;
    margin-top: -114px;
}

#sticky-wrapper {
    position: relative;
    box-sizing: border-box;
    padding: 1em;
    width: 100%;
    //border: 1px solid #ff6c00;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    background: rgba(0, 0, 0, 0.85);
    box-shadow: 0 -1px 15px rgba(0, 0, 0, 0.2);
}

.close-sticky {
    position: absolute;
    top: 7px;
    right: 14px;
    display: block;
    color: #fff;
    font-size: .8em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.close-sticky:hover {
    color: #fff;
}

.close-sticky i {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-left: 3px;
    font-size: 1.3em;
}

.show-sticky {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 6px 0;
    width: 100%;
    border-radius: 5px 5px 0 0;
    background: #666;
    font-size: .8em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

.show-sticky:hover {
    text-decoration: none;
    color: #fff;
}

#sticky-lead-gen h3 {
    margin: 0;
    font-size: 1.1em;
    color: #fff;
}

#sticky-lead-gen label {
    color: #fff;
    font-weight: 700;
    font-size: .9em;
    text-transform: uppercase;
}

.sticky-wrapper,
.sticky-form_wrapper,
.sticky-form,
.stick-form ul {
    overflow: hidden;
}

.sticky-form_wrapper {
    float: left;
    width: 98%;
}

.sticky-form li {
    float: left;
    margin-right: 2%;
    padding-top: 10px;
    width: 17%;

}

@media only screen and (max-width: 480px) {
    .sticky-form li {
        display: block;
        float: none;
        margin-right: 0;
        width: 100%;
    }
}

.sticky-form li input[type="text"] {
    width: 100%;
    height: 40px;
}

.sticky-form input[type="submit"] {
    width: 50px;
    height: 40px;
    background: #fff;
    color: #444;
}

.sticky-form .gform_footer {
    padding-top: 22px;
}

@media only screen and (max-width: 480px) {
    .sticky-form .gform_footer {
        width: 100%;
        clear: both;
    }
}

.accept-terms {
    position: relative;
    top: 30px;
    right: 10px;
    float: right;
    color: #fff;
}

.scholarship-posts>div:nth-child(odd) {
    clear: left;
}


/* ==========================================================================
   Responsive
   ========================================================================== */


/* All Smartphones in portrait and landscape ----------- */

@media only screen and (min-width:320px) and (max-width:480px) {
    /* ==========================================================================
               Body
               ========================================================================== */
    body {
        background-size: 1000px;
        background-position-x: -150px !important;
        background-position-y: 0 !important;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'HelveticaNeueW01-55Roma'
    }
    h1 {
        font-size: 46px;
        font-family: 'HelveticaNeueW01-Thin';
    }
    h2 {
        font-size: 32px;
        font-family: 'HelveticaNeueW01-Thin';
    }
    /* ==========================================================================
               Page
               ========================================================================== */
    /* ==========================================================================
               Masthead
               ========================================================================== */
    /* Site Branding */
    .site-branding {
        width: 80px
    }
    .site-branding p {
        top: 40px;
        padding: 5px;
        width: 70px;
        font-size: 12px;
        line-height: 1;
    }
    .site-branding .secondary-logo {
        top: 12px;
        left: 95px;
        width: 80px;
    }
    /* Site Navigation */
    #offcanvas-button {
        font-size: 20px;
        padding: 20px 0;
    }
    /* Header Contacts */
    /* Header Search */
    /* ==========================================================================
               Forms
               ========================================================================== */
    .uk-form .ginput_left,
    .uk-form .ginput_right {
        display: block;
        margin-bottom: 10px;
        width: 100% !important;
    }
    .uk-form .ginput_left,
    .uk-form .ginput_right {
        padding: 0;
        float: none;
    }
    .uk-form .gfield_checkbox,
    .uk-form .gfield_checkbox li {
        display: block;
        width: 100% !important;
        clear: both;
    }
    /* ==========================================================================
               Content
               ========================================================================== */
    #main {
        padding-bottom: 0
    }
    /* Page Hero */
    #page-hero {
        position: relative;
        height: 240px;
        border-bottom: 5px solid #000;
    }
    #page-hero .hero-container {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
    }
    #page-hero .hero-container .uk-container {
        position: relative;
        height: auto;
    }
    #page-hero .hero-content-outer {
        position: relative;
        top: auto;
        bottom: 0;
        right: auto;
        margin-left: -25px;
        padding: 15px 25px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
    }
    #page-hero .hero-content-inner {
        position: relative;
        height: auto;
    }
    #page-hero .hero-content-inner h4,
    #page-hero .hero-content-inner p {
        margin: 0;
        color: #fff;
    }
    #page-hero .hero-content-inner h4 {
        margin-bottom: 15px;
        font-size: 32px;
    }
    #page-hero .hero-content-inner p {
        font-size: 14px;
        line-height: 1.3;
        font-family: 'HelveticaNeueW01-55Roma';
    }
    #page-hero .hero-content {
        position: relative;
        bottom: auto;
    }
    #page-hero>img {
        width: 100%
    }
    #page-hero.has-redken-bar {
        height: 250px
    }
    #page-hero.has-redken-bar .hero-content-outer {
        padding-bottom: 45px
    }
    .redken-bar {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 30px;
        background: #000;
    }
    .redken-bar img {
        max-width: 50%
    }
    /* Subnav */
    #subnav h3 {
        margin: 0;
        padding: 15px 10px;
        background: #f2f2f2;
        border: 1px solid #ddd;
    }
    #subnav ul {
        display: none
    }
    #subnav li {
        box-sizing: border-box;
        width: 100%;
        border: 0;
        padding-left: 10px;
    }
    /* .contact-us-page #subnav { display: none; } */
    /* Site Content */
    #main {
        padding-top: 30px
    }
    h4.widget-title {
        position: relative;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1;
    }
    h4.widget-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 50px;
        height: 3px;
        background: #000;
    }
    .entry-content p:first-child {
        margin-bottom: 20px;
        font-size: 16px;
    }
    /* ==========================================================================
               Sidebar
               ========================================================================== */
    #secondary>div:first-of-type,
    #secondary>aside:first-of-type {
        margin-top: 0
    }
    #secondary>div,
    #secondary>aside {
        margin-bottom: 0;
        margin-left: 25px;
    }
    /* ==========================================================================
               Widgets
               ========================================================================== */
    .widgets-outer>div.quarter,
    .widgets-outer>div.third {
        position: relative;
        width: 100%;
        float: none;
        border: 0;
        border-bottom: 1px solid #ddd;
    }
    .widgets-outer>div:last-child {
        border-bottom: 0
    }
    .widget-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .widget {
        box-sizing: border-box;
        margin-bottom: 15px;
        padding-bottom: 15px;
        width: 50%;
        float: left;
    }
    .widget:nth-child(odd) {
        padding-right: 5%
    }
    .widget:nth-child(even) {
        padding-left: 5%
    }
    .widget hr {
        display: none
    }
    /* Upcoming Classes */
    .upcoming-classes-widget .uk-list-line>li:nth-child(n+2) {
        margin-top: 8px;
        padding-top: 8px;
    }
    /* Get Started */
    .get-started-widget li>i {
        display: inline-block;
        width: 55px;
        font-size: 50px;
        color: #222222;
    }
    .get-started-widget li>div {
        display: inline-block;
        width: 76.5%;
        font-size: 13px;
        line-height: 1.3;
        font-family: 'HelveticaNeueW01-55Roma';
    }
    .get-started-widget .uk-list-space>li:nth-child(n+2) {
        margin-top: 15px
    }
    /* Latest News */
    /* Why TSPA */
    .testimonial-widget {
        background-position: 0 70px
    }
    /* Gallery */
    .gallery-items li {
        width: 50%
    }
    /* Connect with Us */
    /* #social-feed div { margin: 0; border: 0; } */
    #social-feed ul {
        height: 215px;
        overflow: scroll;
    }
    /* Stay Informed */
    .stay-informed-widget label {
        display: none
    }
    .stay-informed-widget .agree label {
        display: inline-block
    }
    .stay-informed-widget .agree>label {
        display: none
    }
    .stay-informed-widget .ginput_complex input {
        width: 100%
    }
    .stay-informed-widget li:last-child {
        display: inline-block;
        width: auto !important;
        clear: none;
    }
    /* ==========================================================================
               Footer
               ========================================================================== */
    /* ==========================================================================
               Footer Top
               ========================================================================== */
    #footer-top {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .home-page #footer-top {
        border-top: 0
    }
    /* ==========================================================================
               Footer Bottom
               ========================================================================== */
    #footer-bottom {
        border-bottom: 1px solid #ddd;
        background: #f2f2f2;
    }
    /* ==========================================================================
               Fotter Bottom Alt
               ========================================================================== */
    #footer-bottom-alt .get-started-widget li>div {
        width: 70%
    }
    /* ==========================================================================
               Footer Gainful Employment
               ========================================================================== */
    #footer-gainful-employment li {
        width: 100%;
        display: block;
    }
    #footer-gainful-employment li:first-child {
        margin-left: -20px;
        padding-left: 40px;
        border-right: 0;
        border-bottom: 1px solid #ddd;
    }
    #footer-gainful-employment li:nth-child(2) {
        padding-left: 20px
    }
    /* ==========================================================================
               Colophon
               ========================================================================== */
    #colophon p {
        margin-bottom: 0;
        /*float: left;*/
        display: inline-flex;
    }
    #footer-offcanvas-button {
        font-size: 20px;
        color: #fff;
    }
    /* ==========================================================================
               Site Footer
               ========================================================================== */
    #site-footer {
        padding: 40px 0
    }
    #site-footer p {
        text-align: left
    }
    #site-footer p.address {
        margin-top: 20px
    }
    #site-footer img,
    #site-footer a {
        display: inline-block;
        clear: both;
    }
    #site-footer .address>span,
    #site-footer time:not(:last-child) {
        display: block;
        margin: 0;
        padding: 0;
    }
    /* ==========================================================================
               Home
               ========================================================================== */
    .slide-container {
        height: auto;
        background: none !important;
    }
    .slide-container>.uk-container {
        position: relative;
        height: auto;
    }
    .slide-container.has-redken-bar .slide-content {
        bottom: auto
    }
    #home-slider {
        /* height: auto;*/
    }
    #home-slider .bx-pager {
        display: none
    }
    #home-slider .bx-wrapper .bx-prev {
        left: 10px
    }
    #home-slider .bx-wrapper .bx-next {
        right: 10px
    }
    .slide-content {
        position: relative;
        left: auto;
        margin-left: -25px;
        margin-right: -25px;
        width: auto;
    }
    .slide-content h4 {
        font-size: 30px
    }
    .slide-content p {
        margin: 10px 0;
        font-size: 14px;
    }
    .slide-content a {
        font-size: 13px
    }
    .slide-content h4+a {
        margin-top: 10px
    }
    .slide-content-inner {
        padding: 15px 20px
    }
    .slide-container img {
        display: block
    }
    .flip .slide-content {
        right: auto
    }
    /* ==========================================================================
               About Us
               ========================================================================== */
    /* ==========================================================================
               Programs
               ========================================================================== */
    #program-details {
        display: block;
        margin-left: 0;
        width: auto;
        float: none;
    }
    /* ==========================================================================
               Guest Services
               ========================================================================== */
    #guest-services {
        margin-left: 0
    }
    #guest-services-widgets-small {
        margin-bottom: 10px
    }
    #guest-services-widgets-small .widget-inner p {
        width: 100%
    }
    #brochure-widget-small .widget-inner a:first-of-type {
        display: inline-block;
        margin-right: 10px;
        width: 30%;
        float: left;
    }
    /* ==========================================================================
               Contact Us
               ========================================================================== */
    #location-address {
        margin-top: 0
    }
    #location-address img {
        margin-bottom: 15px;
        max-width: 100%;
    }
    #contact-us-form li:nth-child(n+2):nth-child(-n+4),
    #contact-us-form li:nth-child(4) {
        margin: 0 0 10px;
        width: 100% !important;
    }
    #contact-us-form li:nth-child(3) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    /* ==========================================================================
               Apply Now
               ========================================================================== */
    #apply-now-form li {
        margin-right: 0 !important;
        width: 100% !important;
        float: none !important;
    }
    #apply-now-form .address span:nth-child(3),
    #apply-now-form .phone-carrier,
    #apply-now-form .how-did-you-hear,
    #apply-now-form .interested-in-financial-aid {
        margin-left: 0 !important
    }
    /* ==========================================================================
               Schedule A Visit
               ========================================================================== */
    #schedule-a-visit-form li div {
        width: 100% !important
    }
    /* ==========================================================================
               Tell Me More
               ========================================================================== */
    #tell-me-more-form .address span:nth-child(3),
    #tell-me-more-form .schedule-of-interest,
    #tell-me-more-form .interested-in-financial-aid,
    #tell-me-more-form .program-of-study,
    #tell-me-more-form .graduation-year {
        margin-left: 0 !important
    }
    #tell-me-more-form .schedule-of-interest,
    #tell-me-more-form .program-of-study,
    #tell-me-more-form .when-start,
    #tell-me-more-form .interested-in-financial-aid,
    #tell-me-more-form .graduation-year,
    #tell-me-more-form .how-did-you-hear {
        width: 100%
    }
    /* ==========================================================================
               Gallery
               ========================================================================== */
    #gallery-items li {
        /* width: 50%;*/
    }
    /* ==========================================================================
               Financial Aid
               ========================================================================== */
    #financial-aid-widgets>div>div {
        margin-bottom: 45px
    }
    #calculate.widget-inner h3 {
        font-size: 18px
    }
    /* ==========================================================================
               Financial Aid Calculator
               ========================================================================== */
    #net-price-calculator-form li.address input,
    #net-price-calculator-form li.address select {
        margin-bottom: 0
    }
    #net-price-calculator-form li.address .ginput_full {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    #net-price-calculator-form li.address .ginput_left,
    #net-price-calculator-form li.address .ginput_right {
        float: none;
        padding: 0;
        width: 100%;
    }
    #net-price-calculator-form li.address .ginput_right {
        padding-left: 0;
        padding-right: 0;
    }
    div#divInstitutionNameWindow {
        height: 800px !important
    }
    #divInstitutionNameWindow>div {
        top: 10px !important;
        left: 10px !important;
        right: 10px !important;
        padding: 10px !important;
    }
}


/* All Smartphones in landscape ----------- */

@media only screen and (min-width:321px) and (max-width:768px) and (orientation:landscape) {
    /* ==========================================================================
               Body
               ========================================================================== */
    body {
        background-size: 1000px;
        background-position-x: -150px !important;
        background-position-y: 0 !important;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'HelveticaNeueW01-55Roma'
    }
    h1 {
        font-size: 46px;
        font-family: 'HelveticaNeueW01-Thin';
    }
    h2 {
        font-size: 32px;
        font-family: 'HelveticaNeueW01-Thin';
    }
    /* ==========================================================================
               Page
               ========================================================================== */
    /* ==========================================================================
               Masthead
               ========================================================================== */
    /* Site Branding */
    .site-branding {
        width: 80px
    }
    .site-branding p {
        top: 40px;
        padding: 5px;
        width: 70px;
        font-size: 12px;
        line-height: 1;
    }
    .site-branding .secondary-logo {
        top: 12px;
        left: 95px;
        width: 80px;
    }
    /* Site Navigation */
    #offcanvas-button {
        font-size: 20px;
        padding: 20px 0;
    }
    /* Header Contacts */
    /* Header Search */
    /* ==========================================================================
               Forms
               ========================================================================== */
    .uk-form .ginput_left,
    .uk-form .ginput_right {
        display: block;
        margin-bottom: 10px;
        width: 100% !important;
    }
    .uk-form .ginput_left,
    .uk-form .ginput_right {
        padding: 0;
        float: none;
    }
    .uk-form .gfield_checkbox,
    .uk-form .gfield_checkbox li {
        display: block;
        width: 100% !important;
        clear: both;
    }
    /* ==========================================================================
               Content
               ========================================================================== */
    #main {
        padding-bottom: 0
    }
    /* Page Hero */
    #page-hero {
        position: relative;
        height: 240px;
        border-bottom: 5px solid #000;
    }
    #page-hero .hero-container {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
    }
    #page-hero .hero-container .uk-container {
        position: relative;
        height: auto;
    }
    #page-hero .hero-content-outer {
        position: relative;
        top: auto;
        bottom: 0;
        right: auto;
        margin-left: -25px;
        padding: 15px 25px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
    }
    #page-hero .hero-content-inner {
        position: relative;
        height: auto;
    }
    #page-hero .hero-content-inner h4,
    #page-hero .hero-content-inner p {
        margin: 0;
        color: #fff;
    }
    #page-hero .hero-content-inner h4 {
        margin-bottom: 15px;
        font-size: 32px;
    }
    #page-hero .hero-content-inner p {
        font-size: 14px;
        line-height: 1.3;
        font-family: 'HelveticaNeueW01-55Roma';
    }
    #page-hero .hero-content {
        position: relative;
        bottom: auto;
    }
    #page-hero>img {
        width: 100%
    }
    #page-hero.has-redken-bar {
        height: 250px
    }
    #page-hero.has-redken-bar .hero-content-outer {
        padding-bottom: 45px
    }
    .redken-bar {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 30px;
        background: #000;
    }
    .redken-bar img {
        max-width: 25%
    }
    /* Subnav */
    #subnav h3 {
        margin: 0;
        padding: 15px 10px;
        background: #f2f2f2;
        border: 1px solid #ddd;
    }
    #subnav ul {
        display: none
    }
    #subnav li {
        box-sizing: border-box;
        width: 100%;
        border: 0;
        padding-left: 10px;
    }
    /* .contact-us-page #subnav { display: none; } */
    /* Site Content */
    #main {
        padding-top: 30px
    }
    h4.widget-title {
        position: relative;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1;
    }
    h4.widget-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 50px;
        height: 3px;
        background: #000;
    }
    .entry-content p:first-child {
        margin-bottom: 20px;
        font-size: 16px;
    }
    /* ==========================================================================
               Sidebar
               ========================================================================== */
    #secondary>div:first-of-type,
    #secondary>aside:first-of-type {
        margin-top: 0
    }
    #secondary>div,
    #secondary>aside {
        margin-bottom: 0;
        margin-left: 25px;
    }
    /* ==========================================================================
               Widgets
               ========================================================================== */
    .widgets-outer>div.quarter,
    .widgets-outer>div.third {
        position: relative;
        width: 100%;
        float: none;
        border: 0;
        border-bottom: 1px solid #ddd;
    }
    .widgets-outer>div:last-child {
        border-bottom: 0
    }
    .widget-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .widget {
        box-sizing: border-box;
        margin-bottom: 15px;
        padding-bottom: 15px;
        width: 50%;
        float: left;
    }
    .widget:nth-child(odd) {
        padding-right: 5%
    }
    .widget:nth-child(even) {
        padding-left: 5%
    }
    .widget hr {
        display: none
    }
    /* Upcoming Classes */
    .upcoming-classes-widget .uk-list-line>li:nth-child(n+2) {
        margin-top: 8px;
        padding-top: 8px;
    }
    /* Get Started */
    .get-started-widget li>i {
        display: inline-block;
        width: 55px;
        font-size: 50px;
        color: #222222;
    }
    .get-started-widget li>div {
        display: inline-block;
        width: 76.5%;
        font-size: 13px;
        line-height: 1.3;
        font-family: 'HelveticaNeueW01-55Roma';
    }
    .get-started-widget .uk-list-space>li:nth-child(n+2) {
        margin-top: 15px
    }
    /* Latest News */
    /* Why TSPA */
    .testimonial-widget {
        background-position: 0 70px
    }
    /* Gallery */
    /* Connect with Us */
    /* #social-feed div { margin: 0; border: 0; } */
    #social-feed ul {
        height: 215px;
        overflow: scroll;
    }
    /* Stay Informed */
    .stay-informed-widget label {
        display: none
    }
    .stay-informed-widget .agree label {
        display: inline-block
    }
    .stay-informed-widget .agree>label {
        display: none
    }
    .stay-informed-widget .ginput_complex input {
        width: 100%
    }
    .stay-informed-widget li:last-child {
        display: inline-block;
        width: auto !important;
        clear: none;
    }
    /* ==========================================================================
               Footer
               ========================================================================== */
    /* ==========================================================================
               Footer Top
               ========================================================================== */
    #footer-top {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .home-page #footer-top {
        border-top: 0
    }
    /* ==========================================================================
               Footer Bottom
               ========================================================================== */
    #footer-bottom {
        border-bottom: 1px solid #ddd;
        background: #f2f2f2;
    }
    /* ==========================================================================
               Fotter Bottom Alt
               ========================================================================== */
    #footer-bottom-alt .get-started-widget li>div {
        width: 70%
    }
    /* ==========================================================================
               Footer Gainful Employment
               ========================================================================== */
    #footer-gainful-employment li {
        width: 100%;
        display: block;
    }
    #footer-gainful-employment li:first-child {
        margin-left: -20px;
        padding-left: 40px;
        border-right: 0;
        border-bottom: 1px solid #ddd;
    }
    #footer-gainful-employment li:nth-child(2) {
        padding-left: 20px
    }
    /* ==========================================================================
               Colophon
               ========================================================================== */
    #colophon p {
        margin-bottom: 0;
        float: left;
    }
    #footer-offcanvas-button {
        font-size: 20px;
        color: #fff;
    }
    /* ==========================================================================
               Site Footer
               ========================================================================== */
    #site-footer {
        padding: 40px 0
    }
    #site-footer p {
        text-align: left
    }
    #site-footer p.address {
        margin-top: 20px
    }
    #site-footer img,
    #site-footer a {
        display: inline-block;
        clear: both;
    }
    #site-footer .address>span,
    #site-footer time:not(:last-child) {
        display: block;
        margin: 0;
        padding: 0;
    }
    /* ==========================================================================
               Home
               ========================================================================== */
    .slide-container {
        height: auto;
        background: none !important;
    }
    .slide-container>.uk-container {
        position: relative;
        height: auto;
    }
    .slide-container.has-redken-bar .slide-content {
        bottom: auto
    }
    #home-slider .bx-pager {
        display: none
    }
    #home-slider .bx-wrapper .bx-prev {
        left: 10px
    }
    #home-slider .bx-wrapper .bx-next {
        right: 10px
    }
    .slide-content {
        position: relative;
        left: auto;
        margin-left: -25px;
        margin-right: -25px;
        width: auto;
    }
    .slide-content h4 {
        font-size: 30px
    }
    .slide-content p {
        margin: 10px 0;
        font-size: 14px;
    }
    .slide-content a {
        font-size: 13px
    }
    .slide-content h4+a {
        margin-top: 10px
    }
    .slide-content-inner {
        padding: 15px 20px
    }
    .slide-container img {
        display: block
    }
    .flip .slide-content {
        right: auto
    }
    /* ==========================================================================
               About Us
               ========================================================================== */
    /* ==========================================================================
               Programs
               ========================================================================== */
    #program-details {
        display: block;
        margin-left: 0;
        width: auto;
        float: none;
    }
    /* ==========================================================================
               Guest Services
               ========================================================================== */
    #guest-services {
        margin-left: 0
    }
    #guest-services-widgets-small {
        margin-bottom: 10px
    }
    #guest-services-widgets-small .widget-inner p {
        width: 100%
    }
    #brochure-widget-small .widget-inner a:first-of-type {
        display: inline-block;
        margin-right: 10px;
        width: 30%;
        float: left;
    }
    /* ==========================================================================
               Contact Us
               ========================================================================== */
    #location-address {
        margin-top: 0
    }
    #location-address img {
        margin-bottom: 15px;
        max-width: 100%;
    }
    #contact-us-form li:nth-child(n+2):nth-child(-n+4),
    #contact-us-form li:nth-child(4) {
        margin: 0 0 10px;
        width: 100% !important;
    }
    #contact-us-form li:nth-child(3) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    /* ==========================================================================
               Apply Now
               ========================================================================== */
    #apply-now-form li {
        margin-right: 0 !important;
        width: 100% !important;
        float: none !important;
    }
    #apply-now-form .address span:nth-child(3),
    #apply-now-form .phone-carrier,
    #apply-now-form .how-did-you-hear,
    #apply-now-form .interested-in-financial-aid {
        margin-left: 0 !important
    }
    /* ==========================================================================
               Schedule A Visit
               ========================================================================== */
    #schedule-a-visit-form li div {
        width: 100% !important
    }
    /* ==========================================================================
               Tell Me More
               ========================================================================== */
    #tell-me-more-form .address span:nth-child(3),
    #tell-me-more-form .schedule-of-interest,
    #tell-me-more-form .interested-in-financial-aid,
    #tell-me-more-form .program-of-study,
    #tell-me-more-form .graduation-year {
        margin-left: 0 !important
    }
    #tell-me-more-form .schedule-of-interest,
    #tell-me-more-form .program-of-study,
    #tell-me-more-form .when-start,
    #tell-me-more-form .interested-in-financial-aid,
    #tell-me-more-form .graduation-year,
    #tell-me-more-form .how-did-you-hear {
        width: 100%
    }
    /* ==========================================================================
               Gallery
               ========================================================================== */
    #gallery-items li {
        width: 50%
    }
    /* ==========================================================================
               Financial Aid
               ========================================================================== */
    #financial-aid-widgets>div>div {
        margin-bottom: 45px
    }
    #calculate.widget-inner h3 {
        font-size: 18px
    }
    /* ==========================================================================
               Financial Aid Calculator
               ========================================================================== */
    #net-price-calculator-form li.address input,
    #net-price-calculator-form li.address select {
        margin-bottom: 0
    }
    #net-price-calculator-form li.address .ginput_full {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    #net-price-calculator-form li.address .ginput_left,
    #net-price-calculator-form li.address .ginput_right {
        float: none;
        padding: 0;
        width: 100%;
    }
    #net-price-calculator-form li.address .ginput_right {
        padding-left: 0;
        padding-right: 0;
    }
    div#divInstitutionNameWindow {
        height: 800px !important
    }
    #divInstitutionNameWindow>div {
        top: 10px !important;
        left: 10px !important;
        right: 10px !important;
        padding: 10px !important;
    }
}

@media only screen and (min-width:480px) and (max-width:768px) {
    .slide-content {
        position: relative;
        left: auto;
        margin-left: -25px;
        margin-right: -25px;
        width: auto;
    }
    .slide-content h4 {
        font-size: 30px
    }
    .slide-content p {
        margin: 10px 0;
        font-size: 14px;
    }
    .slide-content a {
        font-size: 13px
    }
    .slide-content h4+a {
        margin-top: 10px
    }
    .slide-content-inner {
        padding: 15px 20px
    }
    .widgets-outer>div.quarter,
    .widgets-outer>div.third {
        position: relative;
        width: 100%;
        float: none;
        border: 0;
        border-bottom: 1px solid #ddd;
    }
}


/***** ALL GENERATION IPADS *****/


/* iPads in portrait and landscape----------- */

@media only screen and (min-width:768px) and (max-width:959px) {
    /* ==========================================================================
              Body
              ========================================================================== */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'HelveticaNeueW01-55Roma'
    }
    h1 {
        font-size: 46px;
        font-family: 'HelveticaNeueW01-Thin';
    }
    h2 {
        font-size: 32px;
        font-family: 'HelveticaNeueW01-Thin';
    }
    /* ==========================================================================
               Content
               ========================================================================== */
    /* Page Hero */
    #page-hero .hero-content-inner h4,
    #page-hero .hero-content-inner p {
        margin: 0;
        color: #fff;
    }
    #page-hero .hero-content-inner h4 {
        margin-bottom: 20px
    }
    #page-hero .hero-content-inner p {
        font-size: 16px;
        line-height: 1.3;
        font-family: 'HelveticaNeueW01-55Roma';
    }
    .redken-bar {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 50px;
        background: #000;
    }
    /* Subnav */
    /* Site Content */
    #main,
    #secondary {
        padding-top: 60px
    }
    h4.widget-title {
        position: relative;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1;
    }
    h4.widget-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 50px;
        height: 3px;
        background: #000;
    }
    /* ==========================================================================
               Sidebar
               ========================================================================== */
    #secondary {
        position: relative;
        margin: 0;
        padding: 0;
    }
    #secondary:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: -25px;
        height: 1px;
        background: #ddd;
    }
    #secondary>div,
    #secondary>aside {
        margin-left: 25px
    }
    #secondary>div:first-of-type,
    #secondary>aside:first-of-type {
        margin-top: 0
    }
    #secondary>div:last-of-type,
    #secondary>aside:last-of-type {
        margin-bottom: 0
    }
    /* ==========================================================================
               Widgets
               ========================================================================== */
    .widgets-outer>div.quarter,
    .widgets-outer>div.third {
        position: relative;
        width: 50%;
        float: left;
        border: 0;
        border-bottom: 1px solid #ddd;
    }
    .widgets-outer>div.third,
    .widgets-outer>div:last-child,
    .widgets-outer>div.quarter:nth-child(3) {
        border-bottom: 0
    }
    .widget {
        box-sizing: border-box;
        margin-bottom: 15px;
        padding-bottom: 15px;
        width: 50%;
        float: left;
    }
    .widget:nth-child(odd) {
        padding-right: 5%
    }
    .widget:nth-child(even) {
        padding-left: 5%
    }
    .widget hr {
        display: none
    }
    /* Upcoming Classes */
    .upcoming-classes-widget .uk-list-line>li:nth-child(n+2) {
        margin-top: 8px;
        padding-top: 8px;
    }
    /* Get Started */
    .get-started-widget li>i {
        display: inline-block;
        width: 55px;
        font-size: 50px;
        color: #222222;
    }
    .get-started-widget li>div {
        display: inline-block;
        width: 76.5%;
        font-size: 13px;
        line-height: 1.3;
        font-family: 'HelveticaNeueW01-55Roma';
    }
    .get-started-widget .uk-list-space>li:nth-child(n+2) {
        margin-top: 15px
    }
    /* Latest News */
    /* Why TSPA */
    /* Gallery */
    #secondary .gallery-thumbs ul.uk-list {
        width: 50%
    }
    /* #social-feed div { margin: 0; border: 0; } */
    #social-feed ul {
        height: 215px;
        overflow: scroll;
    }
    /* Stay Informed */
    .stay-informed-widget label {
        display: none
    }
    .stay-informed-widget .agree li {
        display: block;
        margin-bottom: 10px;
        float: none;
    }
    .stay-informed-widget .agree label {
        display: inline-block
    }
    .stay-informed-widget .agree>label {
        display: none
    }
    .stay-informed-widget .ginput_complex input {
        width: 100%
    }
    /* ==========================================================================
               Footer
               ========================================================================== */
    /* ==========================================================================
               Footer Top
               ========================================================================== */
    #footer-top {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    #footer-top .widgets-outer>div.third {
        width: 33%
    }
    #footer-top .widgets-outer>div.quarter {
        width: 50%
    }
    /* ==========================================================================
               Footer Bottom
               ========================================================================== */
    #footer-bottom {
        border-bottom: 1px solid #ddd;
        background: #f2f2f2;
    }
    #footer-bottom .widgets-outer>div.third {
        width: 33%
    }
    #footer-bottom .widgets-outer>div.quarter {
        width: 50%
    }
    #footer-bottom .widgets-outer>div.third,
    #footer-bottom .widgets-outer>div.quarter {
        box-sizing: border-box;
        padding: 0 15px;
        border-right: 1px solid #ddd;
    }
    #footer-bottom .widgets-outer>div.third:last-child,
    #footer-bottom .widgets-outer>div.quarter:last-child {
        border-right: 0
    }
    #footer-bottom .widgets-outer>div.third:first-child {
        padding-left: 0
    }
    /* ==========================================================================
               Fotter Bottom Alt
               ========================================================================== */
    #footer-bottom-alt .widgets-outer>div.third {
        width: 33%
    }
    #footer-bottom-alt .widgets-outer>div.quarter {
        width: 50%
    }
    #footer-bottom-alt .widgets-outer>div.third,
    #footer-bottom-alt .widgets-outer>div.quarter {
        box-sizing: border-box;
        padding: 0 15px;
        border-right: 1px solid #ddd;
    }
    #footer-bottom-alt .widgets-outer>div.third:last-child,
    #footer-bottom-alt .widgets-outer>div.quarter:last-child {
        border-right: 0
    }
    #footer-bottom-alt .widgets-outer>div.third:first-child {
        padding-left: 0
    }
    #footer-bottom-alt .get-started-widget li>div {
        width: 70%
    }
    /* ==========================================================================
               Footer Gainful Employment
               ========================================================================== */
    #footer-gainful-employment li:first-child {
        padding-left: 20px;
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #ddd;
    }
    /* ==========================================================================
               Colophon
               ========================================================================== */
    #colophon {
        padding: 30px 0;
        background: #000;
    }
    #colophon p {
        margin-bottom: 0;
        float: left;
    }
    #footer-offcanvas-button {
        font-size: 20px;
        color: #fff;
    }
    /* ==========================================================================
               Site Footer
               ========================================================================== */
    #site-footer {
        padding: 40px 0
    }
    #site-footer p {
        text-align: left
    }
    #site-footer p.address {
        margin-top: 20px
    }
    #site-footer img,
    #site-footer a {
        display: inline-block;
        clear: both;
    }
    #site-footer .address>span,
    #site-footer time:not(:last-child) {
        display: block;
        margin: 0;
        padding: 0;
    }
    /* ==========================================================================
               Home
               ========================================================================== */
    .slide-container {
        height: auto;
        background: none !important;
    }
    .slide-container>.uk-container {
        position: relative;
        height: auto;
    }
    .slide-container.has-redken-bar .slide-content {
        bottom: auto
    }
    #home-slider .bx-pager {
        display: none
    }
    #home-slider .bx-wrapper .bx-prev {
        left: 10px
    }
    #home-slider .bx-wrapper .bx-next {
        right: 10px
    }
    .slide-content {
        position: relative;
        left: auto;
        margin-left: -25px;
        margin-right: -25px;
        width: auto;
    }
    .slide-content h4 {
        font-size: 30px
    }
    .slide-content p {
        margin: 10px 0;
        font-size: 14px;
    }
    .slide-content a {
        font-size: 13px
    }
    .slide-content h4+a {
        margin-top: 10px
    }
    .slide-content-inner {
        padding: 15px 20px
    }
    .slide-container img {
        display: block
    }
    .flip .slide-content {
        right: auto
    }
    /* ==========================================================================
               Guest Services
               ========================================================================== */
    #guest-services>ul {
        padding-left: 25px
    }
}


/* iPad in landscape----------- */

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    /* ==========================================================================
              Body
              ========================================================================== */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'HelveticaNeueW01-55Roma'
    }
    h1 {
        font-size: 46px;
        font-family: 'HelveticaNeueW01-Thin';
    }
    h2 {
        font-size: 32px;
        font-family: 'HelveticaNeueW01-Thin';
    }
    /* ==========================================================================
               Content
               ========================================================================== */
    /* Page Hero */
    #page-hero .hero-content-inner h4,
    #page-hero .hero-content-inner p {
        margin: 0;
        color: #fff;
    }
    #page-hero .hero-content-inner h4 {
        margin-bottom: 20px
    }
    #page-hero .hero-content-inner p {
        font-size: 16px;
        line-height: 1.3;
        font-family: 'HelveticaNeueW01-55Roma';
    }
    .redken-bar {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 50px;
        background: #000;
    }
    /* Subnav */
    /* Site Content */
    #main,
    #secondary {
        padding-top: 60px
    }
    h4.widget-title {
        position: relative;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1;
    }
    h4.widget-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 50px;
        height: 3px;
        background: #000;
    }
    /* ==========================================================================
               Sidebar
               ========================================================================== */
    #secondary {
        position: relative;
        margin: 0;
        padding: 0;
    }
    #secondary:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: -25px;
        height: 1px;
        background: #ddd;
    }
    #secondary>div,
    #secondary>aside {
        margin-left: 25px
    }
    #secondary>div:first-of-type,
    #secondary>aside:first-of-type {
        margin-top: 0
    }
    #secondary>div:last-of-type,
    #secondary>aside:last-of-type {
        margin-bottom: 0
    }
    /* ==========================================================================
               Widgets
               ========================================================================== */
    .widgets-outer>div.quarter,
    .widgets-outer>div.third {
        position: relative;
        width: 50%;
        float: left;
        border: 0;
        border-bottom: 1px solid #ddd;
    }
    .widgets-outer>div.third,
    .widgets-outer>div:last-child,
    .widgets-outer>div.quarter:nth-child(3) {
        border-bottom: 0
    }
    .widget-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .widget {
        box-sizing: border-box;
        margin-bottom: 15px;
        padding-bottom: 15px;
        width: 50%;
        float: left;
    }
    .widget:nth-child(odd) {
        padding-right: 5%
    }
    .widget:nth-child(even) {
        padding-left: 5%
    }
    .widget hr {
        display: none
    }
    /* Upcoming Classes */
    .upcoming-classes-widget .uk-list-line>li:nth-child(n+2) {
        margin-top: 8px;
        padding-top: 8px;
    }
    /* Get Started */
    .get-started-widget li>i {
        display: inline-block;
        width: 55px;
        font-size: 50px;
        color: #222222;
    }
    .get-started-widget li>div {
        display: inline-block;
        width: 76.5%;
        font-size: 13px;
        line-height: 1.3;
        font-family: 'HelveticaNeueW01-55Roma';
    }
    .get-started-widget .uk-list-space>li:nth-child(n+2) {
        margin-top: 15px
    }
    /* Latest News */
    /* Why TSPA */
    /* Gallery */
    #secondary .gallery-thumbs ul.uk-list {
        width: 50%
    }
    /* Connect with Us */
    /* #social-feed div { margin: 0; border: 0; } */
    #social-feed ul {
        height: 215px;
        overflow: scroll;
    }
    /* Stay Informed */
    .stay-informed-widget label {
        display: none
    }
    .stay-informed-widget .agree li {
        display: block;
        margin-bottom: 10px;
        float: none;
    }
    .stay-informed-widget .agree label {
        display: inline-block
    }
    .stay-informed-widget .agree>label {
        display: none
    }
    .stay-informed-widget .ginput_complex input {
        width: 100%
    }
    /* ==========================================================================
               Footer
               ========================================================================== */
    /* ==========================================================================
               Footer Top
               ========================================================================== */
    #footer-top {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    #footer-top .widgets-outer>div.third {
        width: 33%
    }
    #footer-top .widgets-outer>div.quarter {
        width: 50%
    }
    /* ==========================================================================
               Footer Bottom
               ========================================================================== */
    #footer-bottom {
        border-bottom: 1px solid #ddd;
        background: #f2f2f2;
    }
    #footer-bottom .widgets-outer>div.third {
        width: 33%
    }
    #footer-bottom .widgets-outer>div.quarter {
        width: 50%
    }
    #footer-bottom .widgets-outer>div.third,
    #footer-bottom .widgets-outer>div.quarter {
        box-sizing: border-box;
        padding: 0 15px;
        border-right: 1px solid #ddd;
    }
    #footer-bottom .widgets-outer>div.third:last-child,
    #footer-bottom .widgets-outer>div.quarter:last-child {
        border-right: 0
    }
    #footer-bottom .widgets-outer>div.third:first-child {
        padding-left: 0
    }
    /* ==========================================================================
               Fotter Bottom Alt
               ========================================================================== */
    #footer-bottom-alt .widgets-outer>div.third {
        width: 33%
    }
    #footer-bottom-alt .widgets-outer>div.quarter {
        width: 50%
    }
    #footer-bottom-alt .widgets-outer>div.third,
    #footer-bottom-alt .widgets-outer>div.quarter {
        box-sizing: border-box;
        padding: 0 15px;
        border-right: 1px solid #ddd;
    }
    #footer-bottom-alt .widgets-outer>div.third:last-child,
    #footer-bottom-alt .widgets-outer>div.quarter:last-child {
        border-right: 0
    }
    #footer-bottom-alt .widgets-outer>div.third:first-child {
        padding-left: 0
    }
    #footer-bottom-alt .get-started-widget li>div {
        width: 70%
    }
    /* ==========================================================================
               Footer Gainful Employment
               ========================================================================== */
    #footer-gainful-employment li:first-child {
        box-sizing: border-box;
        padding-left: 20px;
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #ddd;
    }
    /* ==========================================================================
               Colophon
               ========================================================================== */
    #colophon {
        padding: 30px 0;
        background: #000;
    }
    #colophon p {
        margin-bottom: 0;
        float: left;
    }
    #footer-offcanvas-button {
        font-size: 20px;
        color: #fff;
    }
    #footer-navigation {
        display: none;
    }
    #copyright {
        width: 100%
    }
    #footer-offcanvas-button {
        display: block !important
    }
    /* ==========================================================================
               Site Footer
               ========================================================================== */
    #site-footer {
        padding: 40px 0
    }
    #site-footer p {
        text-align: left
    }
    #site-footer p.address {
        margin-top: 20px
    }
    #site-footer img,
    #site-footer a {
        display: inline-block;
        clear: both;
    }
    #site-footer .address>span,
    #site-footer time:not(:last-child) {
        display: block;
        margin: 0;
        padding: 0;
    }
    #site-footer .uk-visible-large {
        display: none !important
    }
    /* ==========================================================================
               Home
               ========================================================================== */
    .slide-container {
        height: auto;
        background: none !important;
    }
    .slide-container>.uk-container {
        position: relative;
        height: auto;
    }
    .slide-container.has-redken-bar .slide-content {
        bottom: auto
    }
    #home-slider .bx-pager {
        display: none
    }
    #home-slider .bx-wrapper .bx-prev {
        left: 10px
    }
    #home-slider .bx-wrapper .bx-next {
        right: 10px
    }
    .slide-content {
        position: relative;
        left: auto;
        /*margin-left: -47px;
        margin-right: -47px;*/
        width: auto;
    }
    .slide-content h4 {
        font-size: 30px
    }
    .slide-content p {
        margin: 10px 0;
        font-size: 14px;
    }
    .slide-content a {
        font-size: 13px
    }
    .slide-content h4+a {
        margin-top: 10px
    }
    .slide-content-inner {
        padding: 15px 45px
    }
    .slide-container .uk-visible-medium {
        display: block !important;
        width: 100%;
    }
    .flip .slide-content {
        right: auto
    }
    /* ==========================================================================
               Guest Services
               ========================================================================== */
    #guest-services>ul {
        padding-left: 25px
    }
    /* ==========================================================================
               Contact Us
               ========================================================================== */
    #location-address img {
        width: 100% !important
    }
}


/* Desktops and laptops ----------- */

@media only screen and (min-width:960px) and (max-width:1219px) {
    #site-navigation {
        padding-left: 0
    }
    #menu-primary {
        margin-left: 0
    }
    menu-primary li {
        margin: 0
    }
    /* Header Contacts */
    #header-contacts {
        position: relative;
        padding-left: 0;
        padding-right: 30px;
    }
    #header-contacts p {
        margin: 8px 0;
        font-size: 13px;
    }
    #header-contacts p span {
        display: block
    }
    /* Header Search */
    #header-search {
        margin-top: -12px
    }
    #header-search #search {
        width: 200px
    }
    /* ==========================================================================
               Footer Gainful Employment
               ========================================================================== */
    #footer-gainful-employment li {
        padding: 15px 10px
    }
    #footer-gainful-employment li:first-child {
        font-size: 16px;
        line-height: 1.3;
    }
    #footer-gainful-employment a {
        font-size: 13px
    }
    /* ==========================================================================
               Colophon
               ========================================================================== */
    #social-links p {
        float: left;
        /*display: none*/
    }
    /* ==========================================================================
               Contact Us
               ========================================================================== */
    #location-address {
        margin-top: 0
    }
    #location-address img {
        margin-bottom: 15px;
        max-width: 100%;
    }
    .slide-container>.uk-container {
        padding: 0px;
        width: 100% !important;
        margin: 0px;
        max-width: none; 
    }
}


/* Large screens ----------- */

@media only screen and (min-width:1420px) {
    .uk-container {
        max-width: 1400px
    }
    /* ==========================================================================
               Locations
               ========================================================================== */
    #locations-map {
        width: 1330px;
        height: 500px;
    }
}

.pum-title.popmake-title {
    font-size: 1rem !important; 
}
.pum-container {
    background-color: #444;
    color: #fff !important;
    /* position: fixed !important; */
    /* margin-bottom: 0em; */
    /* bottom: 0;  */
    height: 100%;
    display: block;
    z-index: 10000 !important;
}
.pum-container label {
    color: #fff !important;
}
.pum-container ul.gfield_checkbox {
    width: 200px;
    float: left; 
}
.pum-container ul.gfield_checkbox li {
    width: 100%; 
}
.pum-container ul.gform_fields {
    float: left;
    max-width: 90%; 
}
.pum-container .gform_footer {
    float: left; 
}
.pum-container .gform_footer input[type="submit"] {
    margin-top: -14px; 
}
.pum-title.popmake-title {
    color: #fff !important;
}
.pum-content.popmake-content h3.gform_title {
    display: none !important; 
}
@media only screen and (max-width: 800px) {
    .pum-container ul.gform_fields {
        max-width: 100%;
        width: 100%; 
    } 
}

#label_10_8_1 {
    width: max-content;
    z-index: 100000 !important;
}

.sticky-form li.gfield.gform_hidden {
    padding-top: 0px;
}