﻿/* header style */

.about-us-header {
    /*color: #ffffff;
    text-align: center;
    box-sizing: border-box;*/
}
.about-us-header > h1 {
    /*font-size: 3.5em;
    font-weight: 400;
    margin-bottom: 20px;*/
}
.about-us-header > p {
    /*max-width: 670px;
    margin: 0 auto;
    font-size: 1.5em;*/
}

/*@media only screen and (max-width: 780px) {
    .about-us-header > h1 {
        font-size: 2em;
    }
    .about-us-header > p {
        font-size: 1em;
    }
}*/

.about-us-main-banner {
    background-image: linear-gradient(110deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 60%), url('/Images/GetEducated/banner_GetEducated.jpg');
    height: 480px;
}
.service-rates-banner {
    background-image: linear-gradient(110deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 60%), url('/Images/AboutUs/banner_OurStory.jpg');
    height: 480px;
}
.our-team-main-banner {
    background-image: linear-gradient(110deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 60%), url('/Images/AboutUs/banner_OurTeam.jpg');
    height: 480px;
}
.locations-main-banner {
    background-image: linear-gradient(110deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 60%), url('/Images/AboutUs/banner_Locations.jpg');
    height: 480px;
}
.location-irvine-banner {
    background-image: linear-gradient(110deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 60%), url('/Images/AboutUs/banner_IrvineTowers.jpg');
    height: 480px;
}
.careers-main-banner {
    background-image: linear-gradient(110deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 60%), url('/Images/AboutUs/banner_Careers.jpg');
    height: 480px;
}
.our-story-main-banner {
    background-image: linear-gradient(110deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 60%), url('/Images/AboutUs/banner_OurStory.jpg');
    height: 480px;
}
.minority-owned-main-banner {
    background-image: linear-gradient(110deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 60%), url('/Images/AboutUs/banner_OurStory.jpg');
    height: 280px;
}

/* service rates style */
.service-rates-header {
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
}
.service-rates-header > h1 {
    font-size: 3.5em;
    font-weight: 400;
    margin-bottom: 20px;
}
.service-rates-header > p {
    max-width: 670px;
    margin: 0 auto;
    font-size: 1.5em;
}
.text-section-text {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* the team style */
.the-team-section {
    
}
.the-team-section > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
.the-team-section > ul > li {
    margin: 10px;
}

.team-tile-container {
    position: relative;
    width: 270px;
    height: 320px;
    border: solid 1px #cccccc;
    box-shadow: 2px 2px 4px #cccccc;
    overflow: hidden;
    box-sizing: border-box;
}

.team-tile-cover {
    top: 0px;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.team-tile-cover > img {
    display: inline;
    width: 270px;
    height: 240px;
}

.team-tile-cover > span {
    display: block;
    margin: 10px;
}
.team-tile-cover > a {
    display: block;
    width: 80px;
    margin: 0px auto 0px auto;
    text-align: center;
}

.team-tile-cover > span:nth-child(2) {
    /*color: #6b04a8;
    font-size: .8em;
    text-transform: uppercase;*/
    display: block;
    font-family: Muli-Bold;
    font-size: 12px;
    color: #545c69;
    margin-bottom: 8px;
}
.team-tile-cover > span:nth-child(3) {
    /*font-weight: 700;
    font-size: 1.3em;
    text-transform: uppercase;
    padding-bottom: 5px;*/
    display: block;
    font-family: Barlow-Medium;
    font-size: 24px;
    color: #363d42;
    margin-bottom: 20px;
}
.team-tile-cover > span:nth-child(4) {
    font-size: 14px;
    color: #777777;
    font-family: Barlow-Regular;
}


.team-tile-container:hover > .team-tile-cover, .team-tile-cover:hover {
    top: -200px;
}
/* invert button colors */
.team-tile-cover .navigation_button {
    /*color: #6b04a8;*/
}
.team-tile-cover .navigation_button:hover {
    color: #6b04a8;
}

/* our story style */
.our-story-section {

}
.our-story-section > ul {

}
.our-story-section > ul > li {
    padding: 20px;
}
.our-story-section > ul > li:nth-child(2n+1) > img {
    float: left;
    padding-right: 40px;
    width: 55%;
}
.our-story-section > ul > li:nth-child(2n) > img {
    float: right;
    padding-left: 40px;
    width: 55%;
}
.our-story-section > ul > li > div {
    padding: 40px;
}
.our-story-section > ul > li > div:after {
    content: '.';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.our-story-section > ul > li > div > p {
    padding: 10px;
    font-size: 1.2em;
}






/* (training) locations page style */
.locations-section {

}

.locations-nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    text-align: center;
}

.locations-nav > span {
    font-size: 1.3em;
    font-weight: 400;
    padding: 0 15px;
}

.locations-nav > ul {
    display: inline-block;
    list-style-type: none;
}
.locations-nav > ul > li {
    display: inline;
    
}
.locations-nav > ul > li + li:before {
    content: ' | ';
    padding: 0 10px;
    font-size: 0.8em;
    height: 0.8em;
    line-height: 0.8em;
}
.locations-nav > ul > li > a {
    text-transform: uppercase;
    line-height: 0.8em;
    height: 0.8em;
    font-size: 0.8em;
    font-weight: 400;
    color: #666666;
}
.locations-nav > ul > li > a:hover {
    color: #6b04a8;
}

/* locations directions */
.locations-directions-section {
    max-width: 1600px;
    margin: 0 auto;
}
.locations-directions-section > ul {
    width: 100%;
}
.locations-directions-section > ul > li {
    display: flex;
    margin-bottom: 50px;
}
.locations-directions-section > ul > li:nth-child(2n) {
    flex-direction: row-reverse;
}
.locations-directions-section > ul > li > div:nth-child(2n+1) {
    width: 55%;
}
.locations-directions-section > ul > li > div:nth-child(2n) {
    width: 45%;
}
.locations-directions-section > ul > li > div:nth-child(2n) {
    margin-left: 20px;
}
.locations-directions-section > ul > li > div > img {
    width: 100%;
    padding: 0px 10px 0px 10px;
}
.locations-directions-section > ul > li > div > span {
    display: block;
    padding-bottom: 20px;
}
.locations-directions-section > ul > li > div > p {
    margin: 20px 0;
    font-size: 1.2em;
}
.locations-directions-section > ul > li > div > ul {
    display: block;
    list-style-type: none;
}
.locations-directions-section > ul > li > div > ul > li {
    font-size: 1em;
    padding-bottom: 5px;
}
@media only screen and (max-width: 780px) {
    .locations-directions-section > ul > li {
        display: block;
    }
    .locations-directions-section > ul > li > div:nth-child(2n+1) {
        width: 100%;
    }
    .locations-directions-section > ul > li > div:nth-child(2n) {
        width: 100%;
    }
    .locations-directions-section > ul > li > div > p {
    width: calc(100% - 30px);
}
}

/* locations transportation */
.locations-transportation-section {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
    color: white;
}
.locations-transportation-section > ul {

}
.locations-transportation-section > ul > li {
    display: inline-block;
    background-color: #0f2a33;
    height: 110px;
    width: 210px;
    padding: 30px;
    margin: 10px;
    vertical-align: top;
    text-align: left;
}
.locations-transportation-section > ul > li > span {
    display: block;
    font-size: 0.7em;
    margin: 6px 0;
}
.locations-transportation-section > ul > li > span:nth-child(1) {
    font-size: 1.2em;
}

/* locations airports style */
.locations-airports-section {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
    color: white;
}
.locations-airports-section > ul {

}
.locations-airports-section > ul > li {
    display: inline-block;
    background-color: #0f2a33;
    height: 100px;
    width: 250px;
    padding: 30px;
    margin: 10px;
    vertical-align: top;
    text-align: left;
}
.locations-airports-section > ul > li > span {
    display: block;
    font-size: 0.7em;
    margin: 6px 0;
}
.locations-airports-section > ul > li > span:nth-child(1) {
    font-size: 1.2em;
}

/* locations hotels style */
.locations-hotels-section {
    max-width: 1200px;
    margin: 0 auto 40px auto;
}
.locations-hotels-section > table {
    width: 100%;
    border-collapse: collapse;
}
.locations-hotels-section > table > thead > tr {
    background-color: #353638;
    color: white;
    height: 70px;
    font-size: 1.2em;
    text-align: left;
}
.locations-hotels-section > table > thead > tr > th {
    text-align: left;
    padding: 20px;
}
.locations-hotels-section > table > tbody > tr {
    background-color: #ffffff;
    height: 70px;
    font-size: 1.1em;
}
.locations-hotels-section > table > tbody > tr:nth-child(2n) {
    background-color: #eaeaea;
}
.locations-hotels-section > table > tbody > tr > td {
    padding: 20px;
    text-align: left;
}


.locations-website-link {
    color: white;
    font-size: .8em;
    background-color: rgba(0, 0, 0, 0);
    border: solid 2px #6b04a8;
    border-radius: 10px;
    padding: 2px 20px 2px 20px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s linear, color 0.3s linear;
    -moz-transition: background-color 0.3s linear, color 0.3s linear;
    -o-transition: background-color 0.3s linear, color 0.3s linear;
    transition: background-color 0.3s linear, color 0.3s linear;
}
    .locations-website-link:hover {
        background-color: #6b04a8;
        color: black;
    }

.locations-hotels-section .locations-website-link, .locations-directions-section .locations-website-link {
    color: black;
}
.locations-hotels-section .locations-website-link:hover, .locations-directions-section .locations-website-link:hover {
    color: white;
}

@media(max-width:767px){
    .locations-hotels-section > table > tbody > tr > td {
    padding: 10px;
    display: block;
    text-align: center;
}
    .locations-hotels-section thead {
    display: none;
}
}


/* careers style */
.careers-section {
    max-width: 800px;
    margin: 48px auto 0px auto;
    text-align: center;
}
.careers-section > h1 {
    font-size: 3.5em;
    font-weight: 400;
}
.careers-section > h2 {
    font-weight: 400;
}
.careers-section p {
    font-size: 1.2em;
    padding-bottom: 10px;
}
.careers-section > div > table {
    margin: 0 auto;
}
.careers-section > div > table tr {
    border-bottom: 1px solid #cccccc;
}
.careers-section > div > table tr > th {
    background-color:#666666;
    color:white;
    min-width: 300px;
}
.careers-section > div > table tr > td {
    text-align: left;
    padding: 3px;
}
.careers-section-description {
    text-align: left
}
.careers-section-description > h1 {
    font-size: 3.5em;
    font-weight: 300;
}
.careers-section-description > h2 {
    font-weight: 300;
}