/*
 Theme Name:   Nichols Child
 Theme URI:    http://www.nichols.edu
 Description:  Theme for Nichols Website
 Template:     nichols
 Text Domain:  nc
*/

/**
 * Additional Classes
 */

.line-height-2 {
    line-height: 2rem;
}

.line-height-3 {
    line-height: 2.5rem;
}

.card-body-p-0 .card-body {
    padding: 0;
}

.card-body-px-0 .card-body {
    padding-left: 0;
    padding-right: 0;
}

.card-body-py-0 .card-body {
    padding-top: 0;
    padding-bottom: 0;
}

.card-body .card-email, .card-footer .card-email {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px!important;
    border-radius: 50%;
}

.icon:hover {
    text-decoration: none!important;
}

.connect-card .card-body {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.btn-light{
    background-color: #ffffff!important;
    border-color: #ffffff!important;
}

.btn-light:hover{
    background-color: #d8d8d8!important;
    border-color: #d8d8d8!important;
}

.bg-lightest {
    background-color: #eeeeee!important;
}

.bg-darkest, #footer.bg-darkest {
    background-color: #000000!important;

}

.flex-25 {
    flex: 0 0 25%;
}

.flex-25.spaced {
    flex: 0 0 calc(25% - 18px);
}

.flex-100 {
    flex: 0 0 100%;
}

.flex-100.spaced {
    flex: 0 0 calc(100% - 18px);
}

.word-break-all {
    word-break: break-all;
}

@media (min-width: 1200px){
    .container.limit-width {
	max-width: 1080px;
    }
}

@media screen and ( min-width: 768px ) {
    .flex-md-25 {
        flex: 0 0 25%;
    }

    .flex-md-25.spaced {
        flex: 0 0 calc(25% - 18px);
    }

    .flex-md-100 {
        flex: 0 0 100%;
    }

    .flex-md-100.spaced {
        flex: 0 0 calc(100% - 18px);
    }
}


.z-depth-1 {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2)
}

.z-depth-1-half {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2)
}

.z-depth-2 {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3)
}

.z-depth-3 {
    -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.2);
}

.z-depth-4 {
    -webkit-box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -7px rgba(0,0,0,0.2);
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -7px rgba(0,0,0,0.2)
}

.z-depth-5 {
    -webkit-box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14),0 9px 46px 8px rgba(0,0,0,0.12),0 11px 15px -7px rgba(0,0,0,0.2);
    box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14),0 9px 46px 8px rgba(0,0,0,0.12),0 11px 15px -7px rgba(0,0,0,0.2)
}

.bg-icon-transition {
    background-color: var( --secondary ) !important;
}

.bg-icon-transition:hover, .bg-icon-transition:focus {
    background-color: var( --success ) !important;
}

.icon-lg {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px!important;
    /*border-radius: 50%;*/
}

.smallish {
    font-size: 90%;
}

.negative-margin-top{
    margin-top: -3rem;
}

@media (min-width: 768px) {
    .border-md-0 {
        border: none!important;
    }

    .negative-margin-top-md{
	    margin-top: -4rem;
    }
}

@media (min-width: 992px ) {
    .negative-margin-top-lg {
    	margin-top: -4rem;
    }
}

@media (min-width: 1200px ) {
    .negative-margin-top-xl {
    	margin-top: -4rem;
    }
}

p a { font-weight: bold; }

/**
 * Header
 */
@media ( min-width: 768px ) {
    header#masthead .logo-link.navbar-brand:before {
        content: ' ';
        background: url( 'https://www.nichols.edu/wp-content/themes/nichols-child/images/arrows in gradation_Transit.png' );
        background-size: cover;
        background-position: bottom right;
        position: absolute;
        top:-1rem;
        bottom:-1rem;
        left: -1rem;
        right: calc( -2rem + -1rem );
    }

    header#masthead .logo-link.navbar-brand:before {
        right: calc( -4rem + -1rem );
    }
}

#menu-hamburg {
	overflow: auto;
	max-height: 100vh;
}

body.menu-open {
	overflow: hidden;
}

/**
 * Cards
 */
.card-title {
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: bold;
}

.media-expert-card:hover, .media-expert-card *:hover {
    text-decoration: none!important;
}

div.term-link-container {
    border-width: 2px!important;
}

.term-link-container > a {
    flex: 0 1 33%;
}

.media-sidebar img{
    max-width: 100%;
}

.expertise ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.media-expert + .media-expert {
    margin-top: 16px;
    padding-top: 16px;
}

.media-expert .card {
    flex: 0 0 calc(25% - 30px);
    width: 12rem;
    min-width: 12rem;
    max-width: 100%;
}

.media-expert .card .card-body{
    padding: 0;
    font-size: .8rem;
}

.media-expert .card .card-title {
    font-size: 1rem;
}

.expertise ul li {
    margin-bottom: 1rem;
}

@media ( max-width: 767px ) {
    .media-sidebar {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #dadada;
    }
}

@media (min-width: 768px) {
    .expertise ul {
        list-style: disc;
        margin-left: initial;
        padding-left: 40px;
    }

    .expertise ul li {
        margin-bottom: 1rem;
    }

    .media-sidebar .sidebar-container{
        padding: 1rem;
        border: 2px solid #000000;
    }
}

/**
 * Homepage Cards
 */
@media (max-width: 767px) {
    /*.wp-block-nicholscollege-card-container .card-deck > .card.homepage-card {
        width: calc((100% / 2) - (19px)) !important;
        flex: 0 0 calc((100% / 2) - (19px)) !important;
        margin-bottom: 0!important;
    }*/

    .wp-block-nicholscollege-card-container .card-deck > .card.homepage-card .card-body {
        padding: 1.25rem .5rem!important;
    }

    .wp-block-nicholscollege-card-container .card-deck > .card.homepage-card .card-body p {
        margin-bottom: 0!important;
    }

    .wp-block-nicholscollege-card-container .card-deck > .card.homepage-card:nth-child( odd ) {
        margin-left: 15px !important;
        /*margin-right: 4px !important;*/
    }

    .wp-block-nicholscollege-card-container .card-deck > .card.homepage-card:nth-child( even ) {
        margin-right: 15px !important;
        /*margin-left: 4px !important;*/
    }
}

/**
 * Override Hamburg Menu
 */
#menu-hamburg-container, #menu-hamburg {
    min-height: 650px;
}

div#menu-hamburg-container .nav-link {
    width: 145px!important;
    white-space: pre-wrap;
}

div#menu-hamburg-container #menu-hamburg .dropdown-menu {
    width: 265px;
    top: 65px;
    bottom: 15px;
    right: 15px;
    padding-top: 6px;
}

#menu-hamburg {
    padding: 15px;
}

#menu-hamburg .dropdown-toggle::after {
    display: none;
}

@media screen and ( max-width: 767px ) {
    div#menu-hamburg-container #menu-hamburg .dropdown-menu {
        position: relative;
        top: unset;
        lefT: unset;
        right: unset;
        bottom: unset;
        width: 100%;
    }

    div#menu-hamburg-container #menu-hamburg {
        width: 100%!important;
    }

    div#menu-hamburg-container .nav-link {
        width: 100%!important;
    }
}

/**
 * Homepage Slider
 */
.slick-slide .card-img-overlay { display: flex; }

body:not( .wp-admin ) .wp-block-nicholscollege-slick-slider:not( .slick-initialized ) {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    margin-bottom: 30px;
}

body:not( .wp-admin ) .wp-block-nicholscollege-slick-slider:not( .slick-initialized ) > .wp-block-nicholscollege-slide:first-of-type{
    flex: 0 0 100%;
}

body:not( .wp-admin ) .wp-block-nicholscollege-slide {
    overflow: hidden;
}

body.home #slider-5ab00639-1ba7-4c17-9b6e-475887f1a0dd .slick-slide {
    max-width: 480px;
}

/**
 * Images
 */
figure.wp-block-embed-youtube.w-100 iframe, .nichols-fancybox.w-100 picture img, .wp-block-image.w-100 img {
    width: 100%!important;
    height: auto!important;
}

figure.wp-block-image.img-fluid img, div.wp-block-image.img-fluid img{
    max-width: 100%!important;
    height: auto!important;
}

figure.wp-block-image.overlay-caption {
    margin-bottom: 0!important;
}

div.wp-block-image.mt-0 figure {
    margin-top: 0;
}

div.wp-block-image.mb-0 figure {
    margin-bottom: 0;
}

figure.wp-block-image.overlay-caption figcaption {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 2rem;
    text-align: center;
    margin: 0;
}

figure.wp-block-image.overlay-caption figcaption a{
    color: #ffffff;
}

figure.wp-block-image.overlay-caption figcaption a:hover{
    text-decoration: none;
}

picture img.img-fluid, picture.img-fluid img {
    width: 100%;
    height: auto
}

picture.img-fluid.wp-post-image img {
    max-width: 100%;
    height: auto;
}

picture.img-fluid.wp-post-image.mb-3 img {
    margin-bottom: 1rem!important;
}

picture.mw-100 img {
    max-width: 100%;
    height: auto;
}

/**
 * Gallery
 */
figure.wp-block-gallery figcaption span {
    font-size: 1.2rem!important;
}

figure.wp-block-gallery figcaption {
    height: 100%;
    padding: 0;
}

figure.wp-block-gallery figcaption a, figure.wp-block-gallery.no-link figcaption {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

figure.wp-block-gallery figcaption a:hover {
    text-decoration: none;
}

figure.wp-block-gallery figcaption a span, figure.wp-block-gallery.no-link figcaption span {
    font-weight: bold;
}

figure.wp-block-gallery .blocks-gallery-item {
    overflow: hidden;
}

figure.wp-block-gallery .blocks-gallery-item:hover img {
    transform: scale(1.25);
    transition: all 5s linear;
}

/**
 * Blockquotes
 */
.wp-block-quote {
    margin-left: 40px!important;
    border-left: 4px solid;
    padding-left: 16px;
}

/**
 * Archive Pagination
 */
.pagination .page-link{
    color: var( --success );
}

.pagination .page-item.active .page-link {
    background-color: var( --success );
    border-color: var( --success );
}

.pagination .dots{
    display: block;
    height: 100%;
    padding: 5px;
}


/**
 * Faculty Archive
 */
.post-type-archive-faculty .card {
    width: 100%;
}

@media screen and ( min-width: 576px ) {
    .post-type-archive-faculty .card {
        flex: unset!important;
        width: calc( ( 100% / 2 ) - 30px );
    }
}

@media screen and ( min-width: 992px ) {
    .post-type-archive-faculty .card {
        width: calc( ( 100% / 3 ) - 30px );
    }
}

@media screen and ( min-width: 1200px ) {
    .post-type-archive-faculty .card {
        width: calc( ( 100% / 4 ) - 30px );
    }
}

/**
 * Offices Archives
 */
.post-type-archive-offices #main a:hover {
    text-decoration: none;
}

/**
 * Hero Image
 */
.hero-title {
    bottom: 16px;
}

@media screen and ( min-width: 768px ) {
    .hero-title {
        left: 50%;
        bottom: 100px;
    }

    .hero-title .row {
        left: -50%;
    }
}

/**
 *  Footer
 */
#footer #menu-footer .nav-link {
    padding: 5px 0 0 0!important;
}

#footer #menu-footer .menu-item:first-of-type .nav-link {
    padding-top: 0!important;
}

#footer a[itemprop="telephone"] {
    padding-top: 15px;display: block;
}

ul#menu-footer.menu {
    padding-left: 0;
}

/**
 * Cards
 */
.wp-block-nicholscollege-card-container .card-deck {
    display: flex;
    flex-wrap: wrap;
}

.wp-block-nicholscollege-card .card-header.mb-0 > span {
    margin-bottom: 0!important;
}

/**
 * Directory Search
 */
.directory-search-container.card-deck{
    margin: -15px;
}

.directory-search-container.card-deck .directory-search-card{
     width: calc( ( 100% / 1 ) - ( 15px * 2 ) );
     margin: 15px;
     flex: 0 0 calc( ( 100% / 1 ) - ( 15px * 2 ) );
 }

@media (min-width: 576px) {
    .directory-search-container.card-deck .directory-search-card{
        width: calc( ( 100% / 1 ) - ( 15px * 2 ) );
        flex: 0 0 calc( ( 100% / 1 ) - ( 15px * 2 ) );
    }
}

@media (min-width: 768px) {
    .directory-search-container.card-deck .directory-search-card{
        width: calc( ( 100% / 3 ) - ( 15px * 2 ) );
        flex: 0 0 calc( ( 100% / 3 ) - ( 15px * 2 ) );
    }
}

@media (min-width: 992px) {
    .directory-search-container.card-deck .directory-search-card{
        width: calc( ( 100% / 3 ) - ( 15px * 2 ) );
        flex: 0 0 calc( ( 100% / 3 ) - ( 15px * 2 ) );
    }
}

@media (min-width: 1200px) {
    .directory-search-container.card-deck .directory-search-card{
        width: calc( ( 100% / 3 ) - ( 15px * 2 ) );
        flex: 0 0 calc( ( 100% / 3 ) - ( 15px * 2 ) );
    }
}

/**
 * Trustees
 */
.trustee-container.card-deck{
    margin: -15px;
}

.trustee-container.card-deck .card-title {
    font-size: 18px!important;
    font-family: 'Open Sans'!important;
    font-weight: bold;
}

.trustee-container.card-deck .card-text {
    font-size: 15px!important;
}

.trustee-container.card-deck .trustee-card{
    width: calc( ( 100% / 1 ) - ( 15px * 2 ) );
    margin: 15px;
    flex: 0 0 calc( ( 100% / 1 ) - ( 15px * 2 ) );
}

@media (min-width: 576px) {
    .trustee-container.card-deck .trustee-card{
        width: calc( ( 100% / 1 ) - ( 15px * 2 ) );
        flex: 0 0 calc( ( 100% / 1 ) - ( 15px * 2 ) );
    }
}

@media (min-width: 768px) {
    .trustee-container.card-deck .trustee-card{
        width: calc( ( 100% / 3 ) - ( 15px * 2 ) );
        flex: 0 0 calc( ( 100% / 3 ) - ( 15px * 2 ) );
    }
}

@media (min-width: 992px) {
    .trustee-container.card-deck .trustee-card{
        width: calc( ( 100% / 3 ) - ( 15px * 2 ) );
        flex: 0 0 calc( ( 100% / 3 ) - ( 15px * 2 ) );
    }
}

@media (min-width: 1200px) {
    .trustee-container.card-deck .trustee-card{
        width: calc( ( 100% / 4 ) - ( 15px * 2 ) );
        flex: 0 0 calc( ( 100% / 4 ) - ( 15px * 2 ) );
    }
}

/**
 * Tables
 */
.wp-block-table {
    border: 1px solid #f0f0f0
}

.wp-block-table td, .wp-block-table th {
    padding: 10px 5px;
}

.wp-block-table.is-style-stripes tbody {
    border-top: 2px solid #dadada;
    border-bottom: 2px solid #dadada;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: var( --info )!important;
}

.wp-block-table figcaption {
    padding: 10px 5px;
    font-size: .85rem;
}

.nichols-table, .nichols-table-alt {
    max-width: 750px;
}

.nichols-table th:nth-of-type(2), .nichols-table td:nth-of-type(2),
.nichols-table-alt th:nth-of-type(3), .nichols-table-alt td:nth-of-type(3){
    text-align: right;
    padding-right: 10px;
}

.nichols-table th:nth-of-type(1), .nichols-table td:nth-of-type(1),
.nichols-table th:nth-of-type(1), .nichols-table td:nth-of-type(1){
    text-align: left;
    padding-left: 10px;
}

.nichols-table-alt th:nth-of-type(2), .nichols-table-alt td:nth-of-type(2){
	text-align: center;
}

.nichols-table-fill, .nichols-table-fill table {
    height: 100%;
    margin-bottom: 0;
    max-width: unset!important;
}

/**
 * Lists
 */
ul.list-spacing-1 li{
    margin-bottom: .25rem;
}

ul.list-spacing-2 li{
    margin-bottom: .4rem;
}

ul.list-spacing-3 li{
    margin-bottom: .5rem;
}

ul.list-spacing-4 li{
    margin-bottom: .6rem;
}

ul.list-spacing-5 li{
    margin-bottom: .75rem;
}

ul ul {
	margin-top: 1rem;
}

/**
 * Gravity Forms
 */
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    padding-bottom: 0!important;
}

.gform_wrapper.gravity-theme .gform_footer input {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid #007a66;
    color: #fff;
    background-color: #007a66;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.gform_wrapper.gravity-theme .gform_footer input:hover
{
    color: #fff;
    background-color: #00473b;
    border-color: #003a31;
}

/**
 * Editor Styles
 */
body.post-type-offices.post-name-office-of-the-president .block-editor-block-list__layout.is-root-container {
	max-width: unset!important;
}

.wp-block-nicholscollege-button.block-editor-block-list__block {
	padding: 0!important;
	margin: 0!important;
}

.wp-block-nicholscollege-button.block-editor-block-list__block button.d-block {
	width: 100%;
}

.wp-block-nicholscollege-column.d-flex .block-editor-inner-blocks {
    width: 100%;
}

.wp-block-nicholscollege-column.d-flex.force-editor-flex .block-editor-block-list__layout {
    display: flex;
}

.wp-block-nicholscollege-column.flex-column.force-editor-flex .block-editor-block-list__layout {
    flex-direction: column;
}

.widgets-php div#widgets-right h2 {
    font-size: 1.2rem;
    margin-bottom: 0!important;
}

.widgets-php h3, .widgets-php h4 {
    margin-bottom: 0!important;
}


/*
 * FAB
 */

.floating-menu {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 15px;
    right: 20px;
}

.floating-menu input {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.floating-menu input:checked ~ .plus-icon {
    transform: rotate(135deg);
}

.floating-menu input:checked ~ .floating-nav li:nth-child(1) {
    transform: translatey(-48px);
        width: 85px;
}

.floating-menu input:checked ~ .floating-nav li:nth-child(2) {
    transform: translatey(-88px);
        width: 85px;
}

.floating-menu input:checked ~ .floating-nav li:nth-child(3) {
    transform: translatey(-128px);
        width: 85px;
}

.floating-menu input:checked ~ .floating-nav li:nth-child(4) {
	transform: translatey(-168px);
	width: 85px;
}

.floating-menu input ~ .plus-icon {
    transform: rotate(0);
}

.floating-menu > .plus-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 1;
    color: #FFFFFF;
    background: #007a66!important;
    border-radius: 50%;
    transform: rotate(0);
    transition: all 0.5s ease;
    pointer-events: none;
    position: absolute;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

.floating-menu > .floating-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.floating-menu > .floating-nav li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: #007a66!important;
    cursor: pointer;
    position: absolute;
    transition: all 0.5s ease;
}

.floating-menu > .floating-nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    padding: 5px;
}

.floating-menu > .floating-nav li a:hover {
    text-decoration: none;
}

.floating-menu > .floating-nav li span {
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    text-align: center;
}

.floating-menu > .floating-nav li a span {
    color: #ffffff;
}

@media screen and (min-width: 768px){
        .floating-menu {
            width: 150px;
                bottom: 35px;
                right:35px;
        }

        .floating-menu input {
                left: 50px;
        }

        .floating-menu input:checked ~ .floating-nav li:nth-child(1) {
                transform: translatey(-63px);
                width: 150px;
                height: 50px
        }

        .floating-menu input:checked ~ .floating-nav li:nth-child(2) {
                transform: translatey(-118px);
                width: 150px;
                height: 50px
        }

        .floating-menu input:checked ~ .floating-nav li:nth-child(3) {
                transform: translatey(-173px);
                width: 150px;
                height: 50px
        }

	.floating-menu input:checked ~ .floating-nav li:nth-child(4){
		transform: translatey(-228px);
		width: 150px;
		height: 50px;
	}

        .floating-menu > .plus-icon {
                left: 50px;
        }

        .floating-menu > .floating-nav li {
                overflow: hidden;
        }

        .floating-menu > .floating-nav li a span {
                font-size: 19px;
        }
}

/**
 * Slate Forms
 */
.slate-form {
	margin-bottom: 1.25rem;
}

.slate-form input[type=text],
.slate-form input[type=tel],
.slate-form input[type=email],
.slate-form select {
    border: 1px solid #ced4da;
	border-radius: 4px;
	font-size: .9375rem;
	padding: .5rem .75rem;
	max-height: 42px;
}

.slate-form select {
	padding-right: 2rem;
    background: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z" fill="%23687889"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px top 14px;
	background-size: 12px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.slate-form label {
	font-size: .875rem;
	color: #687889;
	margin-bottom: .375rem;
}

.slate-form .action button.form_button_submit {
	background-color: #007a66 !important;
	color: #fff;
	border: none;
	padding: .75rem;
	width: 100%;
}

.slate-form .action button.form_button_submit:hover {
	background-color: #005446 !important;
}

.conference-panelist-card{
	width: 100%;
}

@media screen and (min-width: 768px){
	.conference-panelist-card{
		width: 25% !important;
	}
}
