/*!
 * jQuery ClassyScroll
 * http://www.class.pm/projects/jquery/classyscroll
 *
 * Copyright 2011 - 2013, Class.PM www.class.pm
 * Written by Marius Stanciu - Sergiu <marius@picozu.net>
 * Licensed under the GPL Version 3 license.
 * Version 1.1.0
 *
*/

.scrollbar-path-vertical, .scrollbar-path-horizontal {
    position: absolute;
    background-color: #BF5700;
    z-index: 100;
}
.scrollbar-path-horizontal {
    top: 0px;
    left: 0;
    width: 100%;
    height: 14px;
}
.scrollbar-path-vertical {
    right: 5px; 
    top: 0; 
    height: 100%; 
    width: 10px; 
}
.scrollbar-path-vertical {
    box-shadow: inset 1px 0px 1 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 0px 1 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 0px 0 rgba(0,0,0,0.1);
}
.scrollbar-path-horizontal {
/*    box-shadow: inset 0px 1px 1 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 1px 1 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px 1px 0 rgba(0,0,0,0.1);*/
}
.scrollbar-handle{
    position: relative;
    top: 0;
    left: 0;
    background: #ABA89E;
    border: 2px solid white;
    opacity: 1 !important;
}
.scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%;
}
.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%;
}
.scrollbar-path-vertical, .scrollbar-path-horizontal, .scrollbar-handle {
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.scrollbar-content {
    padding: 0 20px 0 0;
}

@media (min-width: 1200px) {
    #heroHomeDesk {
        background-position-y: 14%
    }
}

.announcement-banner {
    padding: 30px;
    text-align: center;
    background: #faebd7;
}
.announcement-banner h3{
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: 600;
}
.announcement-banner .primaryCTA:after {
    color: #fff;
}

.brandbar {
    background-color: #b95100;
    text-align: right;
    padding: 5px 20px 2px;
}
#masthead {
    border-top:0;
}
.tuition-group {
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
    max-width: 400px;
    margin: 20px auto;
}

.member-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.member-list .member:nth-child(even) {
    max-width:47%;
    margin:1% 1% 2% 2%;
}
.member-list .member:nth-child(odd) {
    max-width:47%;
    margin:1% 2% 2% 1%;
}
.member-list img {
    margin-bottom: 1rem;
}

@media (max-width: 600px) {
    .member-list .member:nth-child(even) {
        max-width:100%;
        margin:2%;
    }
    .member-list .member:nth-child(odd) {
        max-width:100%;
        margin:2%;
    }
}

.accordion-heading span {
    font-size: 0.9rem;
}

@media (max-width: 1024px) {
    #desktopNav #mega-menu-wrap-desktop ul#mega-menu-desktop > li.mega-menu-item.search.searchBig .mega-search-wrap {
        width: 170px;
    }
    #desktopNav #mega-menu-wrap-desktop ul#mega-menu-desktop > li.mega-menu-item {
        margin-right: 12px;
    }
}

.semester-course {
    margin-bottom: 1rem;
    border-bottom: solid 1px #ccc;
    padding-bottom: 2rem;
}

/* .semester-course input {
    width:auto;
    -webkit-appearance: none;
    height: auto;
}*/

.semester-course .input-group {
    position: relative;
}

.semester-course input {
    max-width: 580px;
    padding: 0 20px;
    background: #F2F1ED;
    border: none;
    box-shadow: none;
    height: 60px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14.5px;
    line-height: 22px;
    -webkit-appearance: none;
}
.semester-course .input-group input[type='radio'] {
    opacity: 0;
    float: left;
    margin: 0;
    position: absolute;
    cursor: pointer;
}

.cs-widget form {
    border-top: solid 1px #ccc;
    padding-top: 2rem;
}

.cs-widget form h4 {
    color: #000;
}
.cs-widget form h3 {
    text-transform: uppercase;
    font-size: 1.3rem;
}


@media (min-width: 600px) {
    .cs-widget form .col {
        width: 32%;
    }
}

.cs-widget form .col.study {
    padding: 0;
    margin-left: 0;
}


.cs-widget form .col.field {
    padding-right: 0;
}
.cs-widget form .col.submit {
    padding: 0;
    margin-left: 0;
    margin-top: 1rem;
}


.semester-course .input-group label {
    text-transform: uppercase;
    font-size: 1rem;
}

.semester-course .input-group input[type='radio'] + label {
    clear: none;
    margin: 0;
    width: 100%;
    display: block;
    cursor: pointer;
    border: 1px solid #F2F1ED;
    background: url(../images/radio-off.svg) no-repeat 20px center;
    background-size: 33px;
    padding: 20px 10px 20px 65px;
}

.semester-course .input-group input[type='radio']:checked + label {
    background: url(../images/radio-on.svg) no-repeat 20px center;
    background-size: 33px;
    padding: 20px 10px 20px 65px;
    box-shadow: 0 0px 8px rgba(151, 151, 151, 0.25);
    width: 100%;
}

/*   FAQ Search   */

#secondary #search-filter-form-2310 ul li:before,
#secondary #search-filter-form-2937 ul li:before,
#secondary #search-filter-form-2585 ul li:before,
#secondary #search-filter-form-3009 ul li:before,
#secondary #search-filter-form-2994 ul li:before,
#secondary #search-filter-form-2681 ul li:before{
   content:"";
}

/* radio buttons */
#secondary #search-filter-form-2310 input[type='radio'],
#secondary #search-filter-form-3009 input[type='radio'],
#secondary #search-filter-form-2937 input[type='radio']{
    opacity: 0;
    float: left;
    margin: 0;
    position: absolute;
    cursor: pointer;
}
#secondary #search-filter-form-2310 label:after,
#secondary #search-filter-form-3009 label:after,
#secondary #search-filter-form-2937 label:after{

    font-family: "Libre Franklin", sans-serif;
    font-weight: 600;
    font-style: normal;
    content: "›";
    margin-left: 5px;
    font-size: 16px;
}

#secondary #search-filter-form-2310 input[type='radio'] + label,
#secondary #search-filter-form-3009 input[type='radio'] + label,
#secondary #search-filter-form-2937 input[type='radio'] + label{
    white-space: initial;
    width: 100%;
}

#secondary #search-filter-form-2310 .sf-field-search,
#secondary #search-filter-form-3009 .sf-field-search,
#secondary #search-filter-form-2937 .sf-field-search{
    display: none;
}
#secondary #search-filter-form-2310 .sf-field-taxonomy-faq_category li label:hover,
#secondary #search-filter-form-3009 .sf-field-taxonomy-faq_category li label:hover,
#secondary #search-filter-form-2937 .sf-field-taxonomy-faq_category li label:hover{
    cursor: pointer;
    color:#b95100;
}

#secondary #search-filter-form-2310 .sf-field-taxonomy-faq_category label,
#secondary #search-filter-form-3009 .sf-field-taxonomy-faq_category label,
#secondary #search-filter-form-2937 .sf-field-taxonomy-faq_category label{
    font-size: 14px;
    line-height: 17px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #333;
}

#secondary #search-filter-form-2310 .children,
#secondary #search-filter-form-3009 .children,
#secondary #search-filter-form-2937 .children{
    border-left: none;
    margin-bottom: 0;
}
#secondary #search-filter-form-2310 .children li,
#secondary #search-filter-form-3009 .children li,
#secondary #search-filter-form-2937 .children li{
    border: 0;
    padding:0;
    padding-left: 15px;
    font-size: 14px;
    line-height: 17px;
}

#secondary .widget_search_filter_register_widget h3{
    font-family: "Libre Franklin", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #b95100 !important;
    margin-left: 20px;
}

#secondary #search-filter-form-2310 .children li label,
#secondary #search-filter-form-3009 .children li label,
#secondary #search-filter-form-2937 .children li label{
    padding: 4px 0;
    color: #737373;
    font-size: 14px;
    line-height: 17px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: lowercase;
}

#secondary #search-filter-form-2310 ul li,
#secondary #search-filter-form-3009 ul li,
#secondary #search-filter-form-2937 ul li{
    margin-left: 5px;
}

#secondary #search-filter-form-2310 .sf-field-reset,
#secondary #search-filter-form-3009 .sf-field-reset,
#secondary #search-filter-form-2994 .sf-field-reset,
#secondary #search-filter-form-2937 .sf-field-reset,
#secondary #search-filter-form-2310 .sf-field-submit,
#secondary #search-filter-form-2937 .sf-field-submit{
    display: none;
}


#primary #search-filter-form-2310 ul,
#primary #search-filter-form-3009 ul,
#primary #search-filter-form-2994 ul,
#primary #search-filter-form-2937 ul,
#primary #search-filter-form-2585 ul,
#primary #search-filter-form-2681 ul{
    margin: 0 0 2rem 0;
    padding: 20px;
    border:solid 1px #ccc;
}


#primary #faq-search h3 {

}

#primary #search-filter-form-2310 .sf-field-search h4,
#primary #search-filter-form-3009 .sf-field-search h4,
#primary #search-filter-form-2994 .sf-field-search h4,
#primary #search-filter-form-2937 .sf-field-search h4,
#primary #search-filter-form-2585 .sf-field-search h4,
#primary #search-filter-form-2681 .sf-field-search h4{
    font-weight: normal;
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 0;
    padding-bottom: 0;
}

#primary #search-filter-form-2310 ul li:before,
#primary #search-filter-form-3009 ul li:before,
#primary #search-filter-form-2994 ul li:before,
#primary #search-filter-form-2937 ul li:before,
#primary #search-filter-form-2585 ul li:before,
#primary #search-filter-form-2681 ul li:before{
    content: "";
}

#primary #search-filter-form-2310 .sf-field-taxonomy-faq_category[data-sf-field-input-type="radio"],
#primary #search-filter-form-3009 .sf-field-taxonomy-faq_category[data-sf-field-input-type="radio"],
#primary #search-filter-form-2937 .sf-field-taxonomy-faq_category[data-sf-field-input-type="radio"]{
    display: none;
}



#primary #search-filter-form-2585 .sf-field-taxonomy-faq_category label,
#primary #search-filter-form-2994 .sf-field-taxonomy-faq_category label,
#primary #search-filter-form-2681 .sf-field-taxonomy-faq_category label{
    width: 100%;
}
#primary #search-filter-form-2585 .sf-field-search,
#primary #search-filter-form-2310 .sf-field-search,
#primary #search-filter-form-3009 .sf-field-search,
#primary #search-filter-form-2994 .sf-field-search,
#primary #search-filter-form-2681 .sf-field-search,
#primary #search-filter-form-2937 .sf-field-search{
    width: 75%;
    display:inline-block;
    margin-right: 20px;
}

#primary #search-filter-form-2585 .sf-field-reset,
#primary #search-filter-form-2681 .sf-field-reset,
#primary #search-filter-form-2310 .sf-field-reset,
#primary #search-filter-form-3009 .sf-field-reset,
#primary #search-filter-form-2994 .sf-field-reset,
#primary #search-filter-form-2937 .sf-field-reset{
    padding: 0;
}

#primary #search-filter-form-2585 .sf-field-reset a,
#primary #search-filter-form-2681 .sf-field-reset a,
#primary #search-filter-form-2310 .sf-field-reset a,
#primary #search-filter-form-3009 .sf-field-reset a,
#primary #search-filter-form-2994 .sf-field-reset a,
#primary #search-filter-form-2937 .sf-field-reset a{
    padding: 0;
    font-size: 0.8rem;
    text-transform: uppercase;
}

#primary #search-filter-form-2585 .sf-field-reset a:after,
#primary #search-filter-form-2681 .sf-field-reset a:after,
#primary #search-filter-form-2310 .sf-field-reset a:after,
#primary #search-filter-form-3009 .sf-field-reset a:after,
#primary #search-filter-form-2994 .sf-field-reset a:after,
#primary #search-filter-form-2937 .sf-field-reset a:after{
    font-family: "Libre Franklin", sans-serif;
    font-weight: 600;
    font-style: normal;
    content: "›";
    margin-left: 5px;
    font-size: 16px;
}

#primary #search-filter-form-2585 .sf-field-search label,
#primary #search-filter-form-2585 .sf-field-search label input,
#primary #search-filter-form-2994 .sf-field-search label,
#primary #search-filter-form-2994 .sf-field-search label input,
#primary #search-filter-form-2681 .sf-field-search label,
#primary #search-filter-form-2681 .sf-field-search label input{
    width: 100%;
}
#primary #search-filter-form-2585 .sf-field-submit,
#primary #search-filter-form-2310 .sf-field-submit,
#primary #search-filter-form-3009 .sf-field-submit,
#primary #search-filter-form-2994 .sf-field-submit,
#primary #search-filter-form-2681 .sf-field-submit,
#primary #search-filter-form-2937 .sf-field-submit{
    display: inline-block;
}
#primary #search-filter-form-2585 .search-filter-reset,
#primary #search-filter-form-2994 .search-filter-reset,
#primary #search-filter-form-2681 .search-filter-reset{
    max-width: 150px;
}
.page-template-template-faq #secondary .subpageNav{
    border-top:none;
}


/* multi selection */


#secondary #search-filter-form-2310 .customSelect,
#secondary #search-filter-form-3009 .customSelect,
#secondary #search-filter-form-3009 .customSelect,
#secondary #search-filter-form-2937 .customSelect{
    background: #fff;
    border:none;
}

#secondary #search-filter-form-2310 select,
#secondary #search-filter-form-3009 select,
#secondary #search-filter-form-2937 select{
    -moz-appearance:none !important;
    -webkit-appearance:none!important;
    overflow: visible;
    background: #fff;
    padding: 0;
    display: block;
    height: 100vh;

}
#secondary #search-filter-form-2310 select::-webkit-scrollbar,
#secondary #search-filter-form-3009 select::-webkit-scrollbar,
#secondary #search-filter-form-2937 select::-webkit-scrollbar{
    width:1px;
    background-color:transparent;
}

#secondary #search-filter-form-2310 select option,
#secondary #search-filter-form-3009 select option,
#secondary #search-filter-form-2937 select option{
    -moz-appearance:none !important;
    -webkit-appearance:none!important;
    padding: 1rem 0;
    border-top: solid 1px #ccc;
    white-space: initial;
    overflow: visible;
}

#secondary #search-filter-form-2310 .customSelect select option:checked,
#secondary #search-filter-form-3009 .customSelect select option:checked,
#secondary #search-filter-form-2937 .customSelect select option:checked{
    background: #fff!important;
    color: #b95100!important;
}

#secondary #search-filter-form-2310 select option:first-child,
#secondary #search-filter-form-3009 select option:first-child,
#secondary #search-filter-form-2937 select option:first-child{

    border-top: none;
}

#secondary #search-filter-form-2310 select option[data-sf-depth="1"],
#secondary #search-filter-form-3009 select option[data-sf-depth="1"],
#secondary #search-filter-form-2937 select option[data-sf-depth="1"]{
    padding: 1rem 0;
    border-top: none;
    font-size: 0.975rem;
}

#search-filter-form-2310 select option:hover,
#search-filter-form-3009 select option:hover,
#search-filter-form-2937 select option:hover{
    color:#b95100;
    cursor: pointer;
}

#secondary #search-filter-form-2310 .customSelect:after,
#secondary #search-filter-form-3009 .customSelect:after,
#secondary #search-filter-form-2937 .customSelect:after{
    content: "";
}

#secondary #search-filter-form-2310 .sf-field-taxonomy-faq_category:first-child,
#secondary #search-filter-form-3009 .sf-field-taxonomy-faq_category:first-child,
#secondary #search-filter-form-2937 .sf-field-taxonomy-faq_category:first-child{
    display: none;
}

#secondary #search-filter-form-2310 li.sf-item-11{
    display:none;
}

@media (max-width: 768px) {
    #primary #search-filter-form-2310 .sf-field-taxonomy-faq_category,
    #primary #search-filter-form-3009 .sf-field-taxonomy-faq_category,
    #primary #search-filter-form-2937 .sf-field-taxonomy-faq_category {
        display: block;
    }

    #primary #search-filter-form-2310 .sf-field-taxonomy-faq_category[data-sf-field-input-type="radio"],
    #primary #search-filter-form-3009 .sf-field-taxonomy-faq_category[data-sf-field-input-type="radio"],
    #primary #search-filter-form-2937 .sf-field-taxonomy-faq_category[data-sf-field-input-type="radio"]{
        display: none;
    }

    #primary #search-filter-form-2585 .sf-field-search,
    #primary #search-filter-form-2310 .sf-field-search,
    #primary #search-filter-form-3009 .sf-field-search,
    #primary #search-filter-form-2994 .sf-field-search,
    #primary #search-filter-form-2681 .sf-field-search,
    #primary #search-filter-form-2937 .sf-field-search{
        width: 100%;
    }
}

#search-filter-form-2310 .sf-field-search,#search-filter-form-2310 .sf-field-search label,
#search-filter-form-3009 .sf-field-search,#search-filter-form-3009 .sf-field-search label,
#search-filter-form-2937 .sf-field-search,#search-filter-form-2937 .sf-field-search label{
    width:100%;
}

#faq-search .accordion-heading span{
    text-transform: uppercase;
    font-size: 0.9rem;
    color:#b95100;
}

.show-mobile {
    display: none;
}
@media (max-width: 768px) {
    .show-mobile {
        display: block;
    }
}


@media (min-width: 1024px) {
    #desktopNav #mega-menu-wrap-desktop ul#mega-menu-desktop > li.mega-menu-item.search.searchDesk {
        display: inline-block;
    }
}

@media (min-width: 1024px) {
    #desktopNav #mega-menu-wrap-desktop ul#mega-menu-desktop > li.mega-menu-item.search.searchBig {
        display: none;
    }
}

/* Homepage */

#dates .additional-info {
    padding-top: 20px;
}
#dates .additional-info p {
   font-size: 1rem;
}
#dates .additional-info a {
    border-bottom: 1px solid #b95100;
}
#dates .additional-info a:hover {
    color: #b95100;
}

.hide {
    display:none;
}
.show {
    display: block;
}

p.scroll {
    color:#68645A;
}

button.cs-widget__submit {
    background:#fff;
}

/*  FAQ page sidebar */

#sidebar-faq-categories:hover {
    cursor: pointer;
    color: #59707b !important;
}

.subpageNav ul li ul li a {
  color:#333;
}



#featured {
    background: #F2F1ED;
    padding:2rem 0;
}


#featured .inner {
    margin: 0 auto;
    width: 94%;
    max-width: 1110px;
    table-layout: fixed;
    display: table;
    margin-top: 50px;
    margin-bottom: 60px;
}


#featured .callouts .callouts-container  {
    display: flex;
    align-items: center;

}


#featured .callouts .callouts-container .callout {
    position: relative;
    background: white;
    box-shadow: 0 3px 8px rgb(0 0 0 / 25%);
    margin: 1rem;
    padding: 35px 25px;
}


#featured .callouts .callouts-container .callout h3 {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 26px;
}

#featured .callouts .callouts-container .callout h3:hover {
    color:#b95100;
}

@media (min-width: 900px) {
    #featured .callouts .callouts-container .callout h3 {
        margin-bottom: 30px;
    }
}

@media (min-width: 1024px) {
    #featured .callouts .callouts-container .callout h3 {
        font-size: 25px;
        line-height: 30px;
    }
}



#featured .callouts .callouts-container .callout:before {
    content: "";
    height: 3px;
    width: 100%;
    background: #b95100;
    position: absolute;
    left: 0;
    top: 0;
}

#featured .slick-track
{
    display: flex !important;
}

#featured .slick-slide
{
    height: inherit !important;
}

#featured .slick-prev, #featured .slick-next {
    /* font-size: 0;
     line-height: 0;
     position: absolute;*/
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #bf5700;
    border-radius:50%;
}

#featured .slick-prev:before, #featured .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#featured .slick-next:before {
    content: '→';
}
#featured .slick-prev:before {
    content: '←';
}


#homeContent #callouts ul {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
#homeContent #callouts ul li {
    max-width:100%;
}

@media (min-width: 768px) {
    #homeContent #callouts ul li {
        max-width:100%;
    }
}


@media (min-width: 900px) {
    #homeContent #callouts ul li {
        max-width:48%;
    }
}

@media (min-width: 1024px) {
    #homeContent #callouts ul li {
        max-width:31%;
    }
}

@media (min-width: 900px) {
    #questionBox {
        top: 0;
        margin-bottom: -100px;
    }
}


#alert {
    display: block;
    position: relative;
    z-index: 2;
    background: #F2F1ED;
    padding: 11px 0;
}

#alert .content, #alert .actions {
    display: table-cell;
    vertical-align: middle;
}

#alert .wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    width: 92%;
    max-width: 1110px;
}

#alert .actions #alertClose {
    vertical-align: middle;
    background: none;
    border: none;
    color: #9b9b9b;
    padding: 10px 0 10px 13px;
    font-size: 12px;
}
#alert .actions {
    width: 50px;
    text-align: right;
}


#alertFlag {
    position: absolute;
    top: 0;
    background: #F2F1ED;
    width: 38px;
    height: 35px;
    font-size: 18px;
    color: #bf5700;
    border: none;
    padding: 7px 10px 8px;
    opacity: 1;
    z-index: 2;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    right: 10%;


}
@media (min-width: 1025px) {
    #alertFlag {
        right: 5%;
    }
}
@media (min-width: 2000px) {
    #alertFlag {
        right: 15%;
    }
}

@media (max-width: 1024px) {
    #alertFlag {
        right: 85%;
    }
}


#alertFlag.hide {
    opacity: 0;
}
/*
@media (min-width: 450px) {
    #alertFlag {
        right: 0;
    }
}
@media (min-width: 900px){
    #alertFlag {
        right: 0;
    }
}

@media (min-width: 2000px){
    #alertFlag {
        right: 4%;
    }
}

*/

#alert .actions .icon-alert {
    vertical-align: middle;
    font-size: 18px;
    color: #bf5700;
    display: inline-block;
}
.icon-x1:before {
    content: "\f00d";
}
.fa-close:before, .fa-times:before {
    content: "\f00d";
    font-family: fontawesome;
    font-style: normal;
    font-size: 12px;
}

#alert .content .btn {
    border: 1px solid #bf5700;
    color: #bf5700;
    background: white;
    margin: 5px;
    border-radius: 5px;
}
#alert .content .btn:hover {
    color: white;
    background: #bf5700;
}

.btn {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 600;
    font-style: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ABA89E;
    color: black;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 13px 23px 15px 23px;
}

.btn.thin {
    padding: 6px 12px 7px;
    font-size: 12px;
}
@media (min-width: 900px) {
    .btn.thin {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    #alert .content .btn {
        margin: 0 0 0 20px;
    }
}#alert .content p {
     vertical-align: middle;
     margin: 0;
     font-size: 13px;
     line-height: 16px;
     display: inline-block;
 }


#highlightsHome {
    position: relative;
    padding: 34px 0 41px;
    background-color: #bf5700;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#highlightsHome .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #bf5700;
    background: -moz-linear-gradient(right, #bf5700 0%, rgba(191, 87, 0, 0) 100%);
    background: -webkit-linear-gradient(right, #bf5700 0%, rgba(191, 87, 0, 0) 100%);
    background: linear-gradient(to right, #bf5700 0%, rgba(191, 87, 0, 0) 100%);
}
#highlightsHome .desk.wrap {
    margin: 0 auto;
    width: 92%;
    max-width: 1110px;
    position: relative;
}
@media (min-width: 768px) {
    #highlightsHome .mobile {
        display: none;
    }
}
#highlightsHome .desk.wrap h2 {
    margin-bottom: 1rem;
}
#highlightsHome .desk.wrap * {
    color: white !important;
}
#highlightsHome .desk.wrap * {
    color: white !important;
}

@media (min-width: 900px) {
    #highlightsHome  h2 {
        font-size: 27px;
        line-height: 36px;
    }
}

@media (min-width: 768px) {
    #highlightsHome .desk.wrap .btn {
        margin-right: 38px;
    }
}
#highlightsHome .desk.wrap .btn {
    border: 1px solid white;
    color: white;
    margin: 15px 20px 0 0;
}

#highlightsHome .secondaryCTA {
    border: 1px solid #fff !important;
}

#highlightsHome .secondaryCTA:hover {
    background:#b95100;
}

#highlightsHome .primaryCTA.internal:after, #highlightsHome .secondaryCTA.internal:after, #highlightsHome .orangeCTA.internal:after {
    color: white;
}

button.slick-prev, button.slick-next{
    border-radius: 50%;
    border: solid 1px #555;
    position: absolute;
    z-index: 33;
    cursor:pointer;
    width: 20px;

}

.slick-slider {
    margin-bottom: 10px;
}

button.slick-prev {
    top: 95%;
    left: 10%;
}

button.slick-next {
    right: 75%;
    top: 95%;
}
@media (min-width: 768px) {
    button.slick-next {
        right: 80%;
    }
}

@media (min-width: 900px) {
    button.slick-next {
        right: 75%;
    }
}

.custom-slick .slick-prev:before {
    content: ">";
    font-family: 'FontAwesome';
    font-size: 22px;
}
.custom-slick .slick-next:before {
    content: "<";
    font-family: 'FontAwesome';
    font-size: 22px;
}

/* button.slick-disabled {
    opacity: 0;
    pointer-events:none;
} */


/*  Homepage question Box */
#questionBox {
    margin: 0 auto;
    width: 94%;
    max-width: 700px;
    background: white;
    border-top: none;
    box-shadow: none;
    padding: 0;
    position: relative;
    top: 0;
    margin-bottom: 2rem;
}
#trendingqs {
    text-align: left;
}

#callouts .callouts-text h3 {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 26px;
}

#callouts .callouts-text a {
    border-bottom: 1px solid #b95100;
}

#callouts .callouts-text a:hover {
    color:#b95100;
}

.orangeText {
    color:#b95100;
}

.homeContent {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
    display: table;
    margin-top: 50px;
    margin-bottom: 60px;
}
#homeContent {
    width:100%;
    max-width:100%;
    margin-top:0;
}

.questionBox form.ask {
    position: relative;
}
@media (min-width: 900px) {
    .homeContent #dates {
        width: 40%;
        padding-left: 40px;
    }
}

@media (min-width: 900px) {
    .homeContent #callouts, .homeContent #dates {
        display: table-cell;
        vertical-align: top;
    }
}
.homeContentBg {
    background:#F2F1ED;
}

.homeInner {
    width: 94%;
    max-width: 1110px;
    margin: 0 auto;
    padding:50px 0;
}


.wrap {
    margin: 0 auto;
    width: 94%;
    max-width: 1110px;
    table-layout: fixed;
    display: table;
    display: block;
}

#homeContent #dates .wrap {
    padding: 0 0 1rem 0;
}

@media (max-width: 768px) {
    #heroHomeDesk, #heroHomeMobile {
        display:none;
    }
}

.questionsContainer, #dates {
    margin-bottom: 2rem;
}

.callouts-text {
    margin-bottom:3rem;
}

#heroHomeDesk {
    border-bottom: 6px solid #FA9921;
}

/* Scholarship Finder   */

@media (min-width: 600px) {
    #SFresults ul.results > li {
        width: 45%;
    }}
