/*--------------- GLOBAL ---------------*/
/*IMAGE - width for pike 13 classes*/ 
img {
    max-width: 100%;
}
/*BUTTONS*/
button, .button, input[type=submit]  {
    border-radius: 2px 30px;
}
.ctaButton,
.scForm button {
    padding: 1em 3em;
}
button:hover, .button:hover, input[type=submit]:hover, .navContent li .button:hover, .scForm button:hover  {
    background: #ffabad;
    -webkit-transition: background .35s ease-in-out;
    -moz-transition: background .35s ease-in-out;
    -o-transition: background .35s ease-in-out;
    transition: background .35s ease-in-out;
}
.scForm input[type=text] {
    padding: .8em .5em;
}
/*pike 13 embed buttons*/
html #fd_schedule .green-button, .fd-schedule .green-button,
html #front-desk-staff-widget .front-desk-button {
    border-radius: 0;
    background: #ff585f;
    border: none;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: .05em;
}
html #fd_schedule .green-button:hover, .fd-schedule .green-button:hover,
html #front-desk-staff-widget .front-desk-button:hover {
    background: #e24e54;
}
/*borders*/
.items_d405841376644d10bcc69f9f4f772786 .item:last-child, /*HOME - ad*/
.items_b9c7714658f94ad2b6948f17c0148dd5 .item:last-child, /*HOME - classes*/ 
.items_dc296bce8ee9426bb0f073ca0fa5f301 .item:nth-child(even) /*CLASSES*/ {
    border: none;
}
/*--------------- SECONDARY NAV ---------------*/
/*font and background color*/
.ctaNav {
    background: #616365;
    color: white;
    padding: 0;
    width: 100%;
    display: table;
    box-sizing: border-box;
}
/*content width*/ 
.ctaNav .blockContent {
    margin: 0 auto;
    max-width: 100%;
    text-align: right;
}
/*link font color*/
.ctaNav a {
    color: white;
}
.ctaNav li {
    font-size: 16px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .08em;
}
.ctaNav li {   
    display: inline-block;
    margin-right: 1em;
}
.ctaNav ul {
    list-style-type: none;
    overflow: hidden;
}
.ctaNav .button {
    border-radius: 0;
}
/*--------------- CLASSES ---------------*/
.calendar .currentDay {
    background-color: #ff585f;
}
/*--------------- SCHEDULE ---------------*/
/*pike 13 embed*/
html #fd_schedule a, .fd-schedule a {
    text-decoration: none;
    color: #25a4a9;
}
html #fd_schedule .green-button, .fd-schedule .green-button, html #front-desk-staff-widget .front-desk-button {
    border-radius: 2px 30px;
} 
/*--------------- FAQ ---------------*/
.blockWrap_d8620e1a183048a2b9ad51808a017f10,
.blockWrap_c0f28fba90a941638b585520a3b0ec08,
.blockWrap_b7b04ef890154c0f8174b00891ff2926{
    padding-bottom: 60px;
}
/*--------------- TEAM ---------------*/
html #front-desk-staff-members {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: navajowhite;
}
html #front-desk-staff-members li.front-desk-staff-member {
    display: block;
    flex-basis: 20%;
    padding: 15px;
}
html #front-desk-staff-members li.front-desk-staff-member .front-desk-staff-member-photo {
    width: 100%;
}
html #front-desk-staff-members li.front-desk-staff-member .front-desk-staff-member-photo,
html #front-desk-staff-members li.front-desk-staff-member .front-desk-staff-member-details {
    display: block;
    text-align: center;
    border-bottom: none;
}
/*image*/
html #front-desk-staff-members li.front-desk-staff-member .front-desk-staff-member-photo img {
    width: auto;
    height: auto;
    border-radius: 50%;
    max-width: 92%;
}
/*schedule button - hide*/
html #front-desk-staff-members li.front-desk-staff-member .front-desk-staff-member-cta {
    display: none;
}
/*name*/
#front-desk-staff-members li.front-desk-staff-member .front-desk-staff-member-name {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: normal;
}
html #front-desk-staff-widget a {
    color: #616365;
}
/*interior page*/
html .front-desk-staff-member {
    display: none;
}
html .front-desk-staff-member-bio,
html .fd-schedule .group,
html .fd-schedule .data_grid {
    margin-bottom: 1.5em;
}
html .fd-schedule .green-button {
    display: inline-block;
}
/*--------------- MEDIA QUERIES ---------------*/
@media only screen and (max-width: 767px) {
/*pike 13 team*/
    html #front-desk-staff-members li.front-desk-staff-member {
        flex-basis: 50%;
    }
/*mobile ctaNav styles*/
    .ctaNav .blockText {
        text-align: center;
    }
    .ctaNav li {
        text-align: center;
        list-style-type: none;
    }
    .ctaNav ul:first-child {
        padding: 5px 0;
    }
    .ctaNav ul:last-child {
        background: rgba(255,255,255,.1);
    }
   .ctaNav ul:last-child li {
        width: 50%;
        margin-right: 0;
    }
    .ctaNav .button {
        width: 100%;
    }
    .item {
        padding: 15px !important;
    }
    .items_d405841376644d10bcc69f9f4f772786 .item, /*HOME - ad*/
    .items_b9c7714658f94ad2b6948f17c0148dd5 .item, /*HOME - classes*/ 
    .items_dc296bce8ee9426bb0f073ca0fa5f301 .item /*CLASSES*/ {
        border: none;
    }
}
@media only screen and (min-width: 768px) {
/*secondary nav*/
    .ctaNav .blockText {
        padding-left: 56px;
        padding-right: 0;
    }
    .ctaNav ul {
        float: left;
    }
    .ctaNav ul:first-child {
        padding: .5em 0;
    }
    .ctaNav ul:last-child  {
        float: right;
        display: block;
    }
    .ctaNav ul:last-child li {
        margin-right: 2em;
    }
    .ctaNav ul:last-child li:last-child {
        margin-right: 0;
    }
}