/*
Theme Name: Georgia Highlands
Author: Full Media
*/
/* FONTS */
/*
NORMAL
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
font-style: normal;
font-weight: 500;

font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
font-style: italic;
font-weight: 400;

BOLD 
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
font-style: normal;
font-weight: bold;

font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
font-style: italic;
font-weight: bold;

*/
@import "ghc-custom-styles.css";

@font-face {
    font-family: 'galliard_btroman';
    src: url('/includes/fonts/galirdn-webfont.eot');
    src: url('/includes/fonts/galirdn-webfont.svg#galliard_btroman') format('svg'), url('/includes/fonts/galirdn-webfont.eot?#iefix') format('embedded-opentype'), url('/includes/fonts/galirdn-webfont.woff2') format('woff2'), url('/includes/fonts/galirdn-webfont.woff') format('woff'), url('/includes/fonts/galirdn-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5 {
font-variant-ligatures: none;
}

.logo {
    background-color: white;
    border-color: #002B7F;
    padding-bottom: 5px;
    border: 1px, 8px, 8px, 1px;
    border-style: solid;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    4px 4px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}

body {
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    font-size: 16px;
    color: #404040;
    line-height: 1.75;
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    margin: auto;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
}

.section-pd {
    padding: 1em 15px;
}

.section-pd-2x {
    padding: 2em 15px;
}

.section-pd-4x {
    padding: 4em 15px;
}

.relative {
    position: relative;
}

a:hover {}
/* youtube responsive styles */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ==================================================
 menu styles 
=================================================== */

.menu-item-6 {
    display: none;
}

.header-search {
    float: right;
    width: 100%;
    max-width: 310px;
    margin: 2.75em 0;
    padding: .25em 1em;
    background: none;
    color: white;
    border: 2px solid rgba(255, 255, 255, .55);
}

.header-search #searchform {
    /*background: none;*/
    /*border: none;*/
    /*outline: none;*/
    color: #ffffff;
}

#mobile-menu #searchsubmit {
    padding: 0 20px;
}

#searchsubmit {
    float: right;
    padding: 0 .5em;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    /*line-height: 2.15;*/
    height: 34px;
    background: #002b7f;
    border: #002b7f;
    padding: .5em 2em;
}

#searchsubmit:hover {
    background: #345fb2;
    border: #345fb2;
}

.header-search:focus {
    border-color: white;
}

.header-search:focus #searchsubmit {
    color: white;
    text-align: right;
}

.menu {
    width: 80%;
}

.mobile-menu-button {
    position: absolute;
    /*top: 134px;*/
    top: 60px;
    right: 20px;
    width: 45px;
    padding: .5em;
    border: 2px solid #fff;
    z-index: 15;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.mobile-menu-button span {
    display: block;
    max-width: 20px;
    margin: .25em auto;
    height: 2px;
    text-align: center;
    background: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.mobile-menu-call {
    position: absolute;
    top: 60px;
    left: 20px;
    width: 45px;
    padding: .5em;
    border: 2px solid #fff;
    color: #828181;
    z-index: 4;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.mobile-menu {
    position: fixed;
    padding: 8em 0 0;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(37, 50, 60, .95);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.mobile-menu .header-search .screen-reader-text {
    display: none;
}

.mobile-menu .header-search {
    float: none;
    width: 90%;
    max-width: inherit;
    margin: 0 auto 1.25em;
    border-color: white;
}

.mobile-menu ul {
    width: 90%;
    padding: 2em;
    margin: 0 auto;
    background: #004990;
    border: 2px solid #fff;
    list-style: none;
}

.mobile-menu ul li {
    margin: .5em 0;
}

.mobile-menu ul li a {
    display: block;
    padding: .5em 0;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}

.mobile-menu li.menu-item-84 a {
    background: #dd6641;
    text-align: center;
}

.mobile-header-subinfo {
    width: 90%;
    margin: 2em auto 0;
    padding: 0;
    font-size: .875em;
    color: rgba(255, 255, 255, .55);
}

.mobile-header-subinfo a {
    color: rgba(255, 255, 255, .55);
}

.mobile-header-subinfo ul {
    width: 100%;
    padding: 0;
    background: none;
    border: none;
}

.mobile-header-subinfo ul li {
    margin: 0;
}

.mobile-header-subinfo ul li a {
    color: rgba(255, 255, 255, .55);
    padding: 0;
}

.mobile-menu-open .mobile-menu {
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-menu-open .mobile-menu-button,
.mobile-menu-open .mobile-menu-call {
    top: 20px;
    color: white;
    border-color: white;
}

.mobile-menu-open .mobile-menu-button span {
    background: white;
}

.mobile-menu-open .mobile-menu-button {
    padding: .975em .5em;
}

body.mobile-menu-open {
    position: fixed;
}

.mobile-menu-open .first-bar {
    -webkit-transform: rotate(45deg);
    margin-bottom: -6px;
}

.mobile-menu-open .second-bar {
    display: none;
}

.mobile-menu-open .third-bar {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header-social li {
    display: inline-block;
    float: left;
    padding: 0 5px;
    font-weight: normal;
}

.header-social li a:hover {
    color: white;
}

ul.header-social {
    margin-bottom: 2em;
}

.mobile-header-subinfo p a.btn {
    display: block;
    float: left;
    color: white;
}
/* ===================================================
========== OVERALL COMMON STYLES    ==================
==================================================== */

.max-width-wrapper {
    margin: 0 auto;
}



.dkorangebg {
    background: #e87511;
    color: white;
}

#s {
    color: #002b7f;
}

.ltorangebg {
    background: #f28c34;
    //color: white;
}

.dkbluebg {
    background: #002b7f;
    color: #a3b7cb;
}

.dkgraybg {
    background: #282828;
}

.ltgraybg {
    background: #f5f5f5;
}

.whitebg {
    background: #fff;
}

.marginright {
    margin-right: 50px;
}

h1,
.h1 {
    font-size: 36px;
    line-height: 1.15;
    /* em */
    
    color: #002b7f;
    font-weight: normal;
}

h2,
.h2 {
    font-size: 27px;
    line-height: 1.15;
    /* em */
    
    color: #606060;
    font-weight: normal;
}

h3,
.h3 {
    font-size: 26px;
    line-height: 1.15;
    /* em */
    
    font-weight: normal;
    color: #345fb2;
}

h4,
.h4 {
    font-size: 18px !important;
    /* em */
    
    line-height: 1.15;
}

a,
a:visited {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.link {
    color: #f68834;
    font-family: 'galliard_btroman';
    font-style: italic;
}

.btn {}

blockquote {
    padding: 1.25em 2em;
    margin: 20px 0 30px 50px;
    background-color: #f8f8f8;
    font-size: 15px;
    border-left: 5px solid #E5740F;
}

code {
    color: #E67510;
    background-color: #EEE5DD;
}
/* ==================================
Generic site styles
=================================== */
/*-- HEADER --*/

header {}

.hdr-alert-bar,
.hdr-alert-bar a {
    color: white;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}

.hdr-alert-bar a,
.hdr-alert-bar a:hover {
    text-decoration: none;
}

.hdr-alert-bar a:hover {
    color: #f28c34;
}

.hdr-alert-bar span {
    padding: 0 10px;
}

.hdr-alert-bar p {
    margin: 0;
}

.logo {
    position: absolute;
    z-index: 5;
    top: 25px;
}

.hdr-subnav {
    padding-top: 1.5em;
}

.hdr-social {
    float: right;
    margin-left: 5px;
}

.hdr-social #social-icons {
    margin-right: 10px;
}

.hdr-social a {
    display: inline-block;
}

.hdr-social .fa-circle {
    color: #f59347;
}

.hdr-social .fa-inverse {
    color: #f5cfb2;
}

.hdr-social a .fa-circle:hover {
    color: #000;
}

#hdr-search {
    margin-right: 2px;
}

.give-btn {
    display: inline-block;
    float: right;
    color: #f5cfb2;
}

.give-btn a {
    color: #f5cfb2;
    font-weight: bold;
    text-transform: uppercase;
}

.give-btn a:hover {
    text-decoration: none;
    color: white;
}

.hdr-search {
    float: right;
    padding: 0 1em;
    line-height: 1.65;
    color: white;
}

.menu-desktop-container {
    float: right;
}
/* -- footer styles -- */

.ftrtitle {
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: white;
    font-size: 17px;
    margin-bottom: .5em;
}

.ftr-col ul {
    margin-left: 0!important;
    padding: 0;
}

.ftr-col ul li {
    list-style: none;
    line-height: 2;
}

.ftr-col ul li a {
    color: #a3b7cb;
}

.ftr-col ul li a:hover {
    color: white;
}

.ftr-col-04 {}

.ftr-col-04 img {
    float: left;
    margin: 0 1em 0 0;
}

.ftr-col-04 a {
    color: #f28c34;
}

.ftr-col-04 a:hover {
    color: white;
}

.columns-left {}

.columns-right {
    margin-top: 2em;
    border-top: 1px solid #244381;
    padding-top: 1.5em;
}

.ftr-top {
    margin-bottom: .75em;
}

.ftr-bot {}

.ftr-copyright,
.ftr-copyright a {
    color: #777;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.ftr-copyright a:hover {
    color: white;
    font-weight: normal!important;
    text-decoration: none;
}

.ftr-copyright .fa {
    font-size: 14px;
    padding: 0 5px;
}

.ftr-copyright span {
    color: #404040;
    padding: 0 5px;
}
/* == homepage styles == */

.hpcontent .entry-content img {
    margin: 0 auto;
    margin-bottom: 2em;
    width: 100%;
    height: inherit;
}

.hp-cta {
    width: 100%;
    max-width: 300px;
    border: 5px solid #f5f5f5;
    margin: 0 auto;
    padding: 2em;
    position: relative;
    min-height: 250px;
    /**/
    
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.hpimgcta {
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: -25px;
}

.hp-cta-01 .hpimg-01 {
    border-radius: 100%;
    height: 50px;
    width: 50px;
    background: url(/images/misc/cta-hover-01.png) left center no-repeat;
    /**/
    
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.hp-cta-01:hover .hpimg-01 {
    background: url(/images/misc/cta-hover-01.png) right center no-repeat;
}

.hp-cta-02 .hpimg-02 {
    border-radius: 100%;
    height: 50px;
    width: 50px;
    background: url(/images/misc/cta-hover-02.png) left center no-repeat;
    /**/
    
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.hp-cta-02:hover .hpimg-02 {
    background: url(/images/misc/cta-hover-02.png) right center no-repeat;
}

.hp-cta-03 .hpimg-03 {
    border-radius: 100%;
    height: 50px;
    width: 50px;
    background: url(/images/misc/cta-hover-03.png) left center no-repeat;
    /**/
    
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.hp-cta-03:hover .hpimg-03 {
    background: url(/images/misc/cta-hover-03.png) right center no-repeat;
}

.hp-cta:hover {
    border-color: #002b7f;
}

.hpcnt-left {
    padding
}

.hpblock {
    float: left;
    width: 50%;
}

.hpblock img {
    width: 100%;
}

.hpblock .hpblock-01 {}

.hpblock .hpblock-02 {}
/* ================= HP news styles ============================ */

.gray-bdr-box {
    border-right: 3px solid #f4f4f4;
    border-left: 3px solid #f4f4f4;
    border-bottom: 3px solid #f4f4f4;
    border-top: 3px solid #f4f4f4;
    padding: 0 5% 5%;
    width: 90%;
    margin: auto;
}

.hpnews-cont {
    padding: 8em 15px 4em;
}

.hpnews-cont .graybdiv {}

.hpnews-cont .h2 {}

.hpnews-cont .graybdiv .whitebg {
    max-width: 80%;
    margin: auto;
    padding: 1em 0 0;
}

.hpnews {
    padding-top: 5em;
}

.title-section {
    font-size: 25px;
    margin-bottom: 1.5em;
}

.title-section hr {
    margin-top: 10px;
    margin-bottom: 20px;
}

.title-section .link {
    text-align: right;
    float: right;
    font-size: 15px;
    line-height: 2.5;
}

li.hp-news-article {
    list-style: none;
}

li.hp-news-article img {
    width: auto;
    margin-bottom: 1em;
    height: 100%;
}

.hpnews-img {
    overflow: hidden;
    height: 235px;
}

/*li.hp-news-article:first-child {
    width: 100%;
}*/

.hpnews ul {
    margin-left: 0;
    padding-left: 0;
}

.hp-article-content {
    margin: 0 0 2em;
}

li.hp-news-article {
    width: 100%;
}

li.hp-news-article .article-title {
    color: #004990;
    font-size: 19px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-style: normal;
    font-weight: bold;
}

li.hp-news-article a .article-title {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

li.hp-news-article a .article-title:hover,
.hpevents-block .event-title a:hover {
    color: #f68834;
}

li.hp-news-article .article-tease {
    color: #606060;
    font-size: 17px;
}

li.hp-news-article a.link {}
/* events */

.hpevents-block {
    width: 100%;
    float: left;
    margin-bottom: 3em;
}

.hpevents-block .events_date {
    background: #f28c34;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 110px;
    height: 110px;
    position: relative;
    margin: auto;
    float: none
}

.hpevents-block .events_date span {
    color: white;
    text-align: center;
    position: absolute;
    top: 29%;
    width: 80%;
    margin-left: 10%;
    text-transform: uppercase;
    font-weight: bold;
}

.hpevents-block .event-title {
    margin: .5em 0;
}

.hpevents-block .event-title a {
    color: #004990;
    font-weight: bold;
    font-size: 19px;
}

.hpevents-block .event-title p a:hover {
    color: #e87511;
}

.hpevents-block .event-cnt {
    float: left;
    width: 100%;
    text-align: center;
}

.hpevents-block .event-teaser {
    font-size: 14px;
}

.hpevents-block .event-teaser a {
    display: block;
    padding: 1em;
}
/* -- internal page styles -- */

.int-splash {
    width: 100%;
    height: inherit;
}

.int-splash img {
    width: 100%;
    height: inherit;
}

.page-template h1,
.page-template .h1 {
    margin-bottom: .75em;
}

.page-template h2,
.page-template .h2 {
    color: #e67411;
}

.int-callouts {
    margin-top: 3em;
    border-top: 1px solid #eee;
    padding-top: 4em;
}

.int-callouts ul {
    margin: 0;
    padding: 0;
}

.entry-date {
	color: #595959 !important;
}

.int-callouts ul:hover {
    opacity: .85;
}

.int-callouts ul li {
    list-style-type: none;
}

.int-callouts li img {
    width: 100%;
}
/* hp campus locations */
/* articles */

.single-post .page-content article {
    margin-bottom: 2em;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 2em;
}

.single-post .post-edit-link {
    display: none;
}

.single-post .entry-meta {
    background-color: #F6F6F6;
    padding: 1em;
    margin: 2em 0;
    font-size: 11px;
}

.single-post .entry-content img {
    width: 100%;
    margin-bottom: 2em;
    height: auto;
}
/* homepage campus locations map */

.wpgmza_infowindow_title {
    color: #002b7f;
    font-weight: bold;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-size: 20px;
}

.wpgmza_infowindow_address {
    color: #000000;
}

.areas-50-block .row {
    height: 600px;
}

.areas-50-block h3,
.areas-50-block .h3 {
    color: white;
}

.areas-50-image img {
    width: 100%;
    height: auto;
}

.areas-50-block .nopadding {
    margin: 0;
    padding: 0;
    height: 100%;
}

.areas-50-content {
    padding: 2em;
}

.hover-item {
    position: relative;
    margin: 1em auto 2em;
}

.hover-item:hover .hover-item-content {
    opacity: 1;
}

.hover-item:hover > img {
    opacity: .2
}

.hover-item > img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.hover-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.hover-item-content {
    opacity: 1;
    width: 100%;
    text-align: center;
    top: 50%;
    padding: .5em;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.hover-item-content h2,
.hover-item-content {
    color: white;
}
/* ==================================
RESPONSIVE / Start at Mobile ========
=================================== */
/* ========= devices less than 768px wide ======= */

.main-header {
    background: #e87511 url(https://www.highlands.edu/images/bg/header-bg-swoosh.jpg) center center no-repeat;
    background-size: cover!important;
    min-height: 150px;
}

.logo {
    position: relative;
    z-index: 5;
    top: 5px;
    text-align: center;
    margin-left: 15px;
}

.logo img {
    width: 130px;
}

.hdr-alert-bar {
    font-size: 13px;
}

.desktop-slide {
    display: none !important;
}

.mobile-slide {
    display: block !important;
}

.hp-cta {
    margin-bottom: 2.5em;
}

.hp-cta.hp-cta-03 {
    margin-bottom: 0;
}

.hp-cta a p {
    color: #404040;
}

@media (min-width: 768px) {

    .max-width-wrapper {
        max-width: 1600px;
    }

    .mobile-slide {
        display: none !important;
    }
    .desktop-slide {
        display: block !important;
    }
    .hpcontent .entry-content img {
        margin: 0 2em 2em;
        width: inherit;
        height: inherit;
    }
    .hp-locations .h2 {
        background: url(/images/misc/orange-bdr-3px.jpg) center repeat-x;
    }
    .hp-locations .h2 .ltorangebg {
        width: 45%;
        margin: auto;
    }
    .columns-right {
        border-left: 1px solid #244381;
        padding: 0 0 0 20%;
        border-top: 0;
    }
    .entry-content img.alignleft {
        margin: 1em 2em 1em 0;
    }
    .entry-content img.alignright {
        margin: 1em 0 1em 2em;
    }
    .areas-50-content {
        padding: 2em 2em 0;
    }
    /* testimonials */
    
    .hover-item {
        margin: 1em auto;
    }
    .hover-item-content {
        opacity: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 1200px) and (max-width: 1630px) {
    .logo {
        margin-left: 25px;
    }
}

@media (max-width: 991px) {
  .logo {
    width: 170px; /*can be in percentage also.*/
    height: auto;
    margin: 0 auto;
    padding: 3px 5px 5px;
    position: relative;
  }
}

@media (min-width: 992px) {
    /* basic styles */
    
    h1,
    .h1 {
        font-size: 45px;
        line-height: 1.15;
        /* em */
        
        color: #002b7f;
        font-weight: normal;
    }
    h2,
    .h2 {
        font-size: 32px;
        line-height: 1.15;
        /* em */
        
        color: #606060;
        font-weight: normal;
    }
    h3,
    .h3 {
        font-size: 26px;
        line-height: 1.15;
        /* em */
        
        font-weight: normal;
        color: #345fb2;
    }
    h4,
    .h4 {
        font-size: 18px;
        /* em */
        
        line-height: 1.15;
    }
    .logo {
        position: absolute;
        z-index: 5;
        top: 15px;
        text-align: inherit;
        padding: 6px 10px 7px;
        /*padding-left: 15px;*/
    }

    .logo img {
        width: auto;
    }

    .hdr-alert-bar {
        font-size: 19px;
    }
    .sf-menu {
        font-size: 12px!important;
    }
    .sf-menu a {
        padding: .75em .5em!important;
    }
    /* homepage */
    
    .gray-bdr-box {
        border-top: 0;
        padding: 0 5% 2%;
    }
    .hpnews {
        margin-bottom: 2em;
    }
    .hpnews-cont .h2 {
        position: relative;
        margin-top: -37px;
    }
    .hpnews-cont .graybdiv .whitebg {
        max-width: 90%;
        margin: auto;
        padding: 0;
    }
    .hpnews-cont .graybdiv {
        background: url(/images/misc/gray-bdr-3px.jpg) center repeat-x;
        left: 50%;
        margin-left: -45%;
        width: 90%;
    }
    .hpnews-cont .graybdiv .whitebg {
        max-width: 60%;
        margin: auto;
    }
    /*li.hp-news-article:first-child {
        width: 44%;
    }*/
    li.hp-news-article {
        /*width: 28%;*/
        width: 33%;
        float: left;
        padding: 0 2%;
    }
    li.hp-news-article .hp-article-content {
        font-size: 14px;
    }
    .entry-date {
    	color: #595959;
    }
    /* events */
    
    .hpevents-block {
        width: 50%;
        float: left;
    }
    .hpevents-block .events_date {
        float: left;
        margin-right: 5%;
    }
    .hpevents-block .events_date span {
        color: white;
        text-align: center;
        position: absolute;
        top: 29%;
        width: 80%;
        margin-left: 10%;
        text-transform: uppercase;
        font-weight: bold;
    }
    .hp-article-content {
        margin: 2em 0;
    }
    .hpevents-block .event-title a {
        color: #004990;
        font-weight: bold;
    }
    .hpevents-block .event-teaser {
        font-size: 16px;
    }
    .hpevents-block .event-cnt {
        width: 75%;
        text-align: left;
    }
    .hpevents-block .event-teaser a.link {
        font-size: 15px;
    }
    /* events */
    
    .hpevents-block .events_date {
        background: #f28c34;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        width: 110px;
        height: 110px;
        position: relative;
        float: left;
        margin-right: 5%;
    }
    .hpevents-block .events_date span {
        color: white;
        text-align: center;
        position: absolute;
        font-weight: bold;
        top: 34%;
        width: 80%;
        margin-left: 10%;
        text-transform: uppercase;
        line-height: 1.25;
    }
    .hpevents-block .event-title {
        margin: .5em 0;
    }
    .hpevents-block .event-title a {
        color: #004990;
        font-weight: bold;
        font-size: 19px;
    }
    .hpevents-block .event-title a:hover {
        color: #e87511;
    }
    .hpevents-block .event-cnt {
        float: left;
        width: 55%;
    }
    .hpevents-block .event-teaser a {
        display: inline-block;
        padding: 0;
    }
    /* hp campus locations */
    
    .hp-locations .h2 .ltorangebg {
        width: 35%;
    }
    /* internal page styles */
    
    .page-template-two-column .page-content {
        border-right: 1px solid #eee;
        padding-right: 10%;
    }
    .int-menu {
        padding-left: 20%;
    }
    .sidemenu ul {
        list-style-image: url(/images/misc/gah-arrow-right-01.jpg);
        margin-left: 0;
        padding-left: 1em;
    }
    .sidemenu ul a {
        color: #8c8c8c;
        font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
        font-style: normal;
        font-weight: bold;
        line-height: 2.5;
    }
    .sidemenu ul a:hover {
        color: #e67411;
    }
}

@media (min-width: 1150px) {
    .sf-menu {
        font-size: 14px!important;
        float: right;
    }
}

@media (min-width: 1200px) {
    .hdr-alert-bar {
        font-size: 19px;
    }
    .menu-desktop-container {
        float: right;
        width: 95%;
        margin-top: 2em;
    }
    /* .hdr-search {
        margin-top: 2em;
    } */
    
    .sf-menu a {
        padding: .75em!important;
    }
    .menu-desktop-container
    /* .hdr-search */
    
    {
        margin-top: 1em;
    }
    .hpevents-block .event-teaser {
        font-size: 17px;
    }
    /* hp campus locations */
    
    .hp-locations .h2 .ltorangebg {
        width: 25%;
    }
    li.hp-news-article .hp-article-content {
        font-size: 16px;
    }
}

@media (min-width: 1355px) {
    .sf-menu {
        font-size: 16px!important;
    }
}

@media (min-width: 1450px) {}


/*GHC localizations*/


        .atoz {
            font-size: .85em;
        }
    	@media (max-width: 1400px) {
            .atoz {
            font-size: .75em;
            }
        }
        @media (max-width: 1130px) {
            .atoz {
            font-size: .65em;
            }
        }
         @media (max-width: 1010px) {
            .atoz {
            font-size: .55em;
            }
        }    
/* pagination-responsive */
.toggle-pagination {
    color: #002b7f !important;
}
@media (min-width:0px) and (max-width:650px) { 
	.toggle-pagination {
	    display: block
	}
	
   .atoz {
	    display: none;
	}

}

@media (min-width:651px) { 
	.toggle-pagination {
	    display: none
	}

}


 .give-btn span {
	        color: #f5cfb2;
	        font-weight: bold;
	        text-transform: uppercase;
        }
        .give-btn span:hover {
	        color: #ffffff;
        }
        #quick_links_content {
		    display: none;
		    color: #f5f5f5;
        }
        
        ul.quick_ul a {
		    color:  #b3b6b7   !important;
        }
        
        ul.quick_ul a:hover {
		    color: #ffffff !important;
        }
        li.quick_ul_header a {
		    color:  #f28c34 !important;
        }
    	@media (max-width: 1440px) {
            #quick_links_content {
            font-size: .75em;
            }
        }
        @media (max-width: 1130px) {
            #quick_links_content {
            font-size: .65em;
            }
        }
         @media (max-width: 1010px) {
            #quick_links_content {
            font-size: .55em;
            }
        }     
        #hdr-search {
		    display: none;
                   // height: 50px !important;
        }
        #searchsubmit {
		display: inline !important;
        }

        @media (max-width:1248px) {
            .need-help {
                display: none;
            }
            #need-help-top {
                margin-top: 0px !important;
                padding-top: 0px !important;
                border-top: 0px !important;
            }
        }
        @media (min-width:1249px) {
            .need-help-small {
                display: none;
            }}
        @media (max-width:767px) {
            #need-help-bottom {
                margin-top: 1em !important;
            }
        }

       @media (min-width: 768px) {
           .collapse-only-xs{
               display: block !important;
               padding-bottom: 0px;
               overflow: visible !important;
           }
           a[data-toggle="collapse"] {
               text-decoration: none;
           }
       }
#hdr-search input.gsc-input {
    height: 11px !important;
    font-size: 1.2em;
    color: #002b7f;
}
#search input.gsc-input {
    height: 20px !important;
    font-size: 1.2em;
    color: #002b7f;
}

.social {
        color: #f39849;
}

.former {
	font-size: 1.0em;
	font-weight: bold;
	}
#mobilebuttonopen {
     position: fixed !important;
     right: 1em !important;
}

        ul#menu-diversity-and-inclusion a {
              font-family: 'Pontano Sans' !important;
        }
/*no-more-tables - for responsive tables*/
@media only screen and (max-width: 800px) {    
    /* Force table to not be like tables anymore */
    #no-more-tables table, .no-more-tables table, 
    #no-more-tables thead, .no-more-tables thead,
    #no-more-tables tbody, .no-more-tables tbody,
    #no-more-tables th, .no-more-tables th,
    #no-more-tables td, .no-more-tables td,
    #no-more-tables tr, no-more-tables tr { 
        display: block; 
}

/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables thead tr, .no-more-tables thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#no-more-tables tr, .no-more-tables tr { border: 1px solid #ccc; }
#no-more-tables td, .no-more-tables td { 
/* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
    white-space: normal;
    text-align:left;
}

#no-more-tables td:before, .no-more-tables td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
}

 /*Label the data*/
 #no-more-tables td:before, .no-more-tables td:before { content: attr(data-title); }
}
 /*end no-more-tables*/


/*End GHC Localizations*/
/* BEGIN OVERRIDES **********************************************/
/* HEADER **************/
/* QUICK LINKS */
.menu .give-btn a, #quick_links .give-btn {
    position: relative;
    top: 1px;
}
/***** NOTE: THESE SHOULD BE CHANGED VIA HTML ******/
.menu .give-btn a[href^="http://assistive"] {
    padding-right: 3px;
}
.menu .give-btn a[href^="https://sites"] {
    padding: 0 3px;
}
/***** END NOTE: THESE SHOULD BE CHANGED VIA HTML ******/
#quick_links:hover {
    cursor: pointer;
}
#quick_links span {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
/* social media */
.hdr-social .fa-stack .fa-circle, .hdr-social .fa-stack .fa-inverse {
    transition: color .4s;
}
.hdr-social .fa-stack:hover .fa-circle {
    color: white;
}
.hdr-social .fa-stack:hover .fa-inverse {
    color: #f59346;
}
/* search */
#search-box-toggle {
    cursor: pointer;
}
#search-box-toggle .hdr-search {
    line-height: 3.1rem;
}
#search-box-toggle.open i:before {
    content: '\f00d';
    font-size: 2rem;
}
#hdr-search {
    height: 32px;
}
#___gcse_1 .gsc-control-cse {
    bottom: 9px;
    left: 0;
}
#___gcse_1 .gsc-search-button-v2 {
    padding: 8px 27px;
}
#hdr-search {
    position: relative;
    left: 20px;    
    padding-top: 10px;
}
#gsc-i-id2 {
    text-indent: 0 !important;
}
ul.header-social {
    width: 14vw;
    float: left;
}
.header-social li {
    display: block;
    float: none;
}
.header-social .fa {    
    font-size: 3rem;
    display: block;
    padding: 2rem;
    padding-left: 30%;
}
.header-social .fa:hover {
    text-decoration: none;
}
.menu-desktop-container {
    width: 80vw;
}
#mobile-menu .gsc-search-button {
    padding-top: 8.25px;
    padding-bottom: 8.25px;
}
@media (max-width: 991px) {
    .logo {
        margin-top: 1.3rem;
    }
    .main-header {
        min-height: 13rem;
    }
    .home .ltgraybg .section-pd-4x {
        padding-bottom: 2rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .sf-menu a {
/*       font-size: 1.17rem;*/
    }
    .menu {
        width: 90%;
    }
    .logo img {
        width: 22.5rem;
    }
}
/* 3.27 OVERRIDES */
.sf-menu {
    float: right;
}
/* Mobile Search Fixes */

#mobile-menu .gsc-control-cse {
    width: 100%;
    left: 0;
    bottom: .5rem !important;
}
@media (max-width: 991px) {    
    body.mobile-menu-open {
        width: 100%;
    }
    #mobilebuttonopen {
        position: absolute !important;
        top: 2rem;
        right: 5% !important;
    }
    #mobile-menu input#gsc-i-id1.gsc-input {
        text-indent: unset !important;
        font-size: 1.1em !important;
        padding-bottom: 0 !important;
    }
    .mobile-menu-open #mobilebuttonopen {
        position: fixed !important;
    }
    #mobile-menu-container {
        position: relative;
    }
    .mobile-menu-open #mobile-menu-container {
        position: static;
    }
    #search {
        padding-top: 0.5rem !important;
        padding-bottom: 0.7rem;
    }
    #social-plus-menu {
        width: 90%;
        margin: 0 auto;
    }
    #menu-desktop {
        width: 100%;
        margin: unset;
    }
    .menu-desktop-container {
        width: 82%;
    }
    .mobile-header-subinfo {
        width: unset;
        margin: unset;
    }
    .mobile-header-subinfo .header-social {
        width: 18%;
    }
    .header-social {
        text-align: center;
    }
    .header-social .fa {
        padding: 2rem;
        margin-left: -1.5rem;
    }
    body>.hdr-alert-bar .col-xs-10 {
        padding: 0 .5rem;
    }
}
@media (min-width: 992px) {
    .menu-desktop-container {
        margin-top: 1em;
    }
}
/* END HEADER **********/

.gsc-control-cse { 
	background-color: transparent !important;
	border: none !important;
	padding: 0px !important;
}

.gsc-input {
	margin-left: 3px !important;
    box-shadow: inherit !important;
}

#hdr-search {
    left: 10px;
}
td span#gs_cb51.gscb_a {
  padding-top: 0 !important;
  position: relative;
  top: 2px;
}

/* TWEAKS */
a, a:visited, .link, .link:visited {
    color: #3174AF;
}
.dkbluebg {
    color: #a3b7cb;
}
.dkbluebg a {
    color: #cacaca;
}
.ftr-copyright, .ftr-copyright a, .ftr-copyright span {
    color: #cacaca;
}
.hpevents-block .events_date {
    background: #002b7e;
}
@media (max-width: 767px) {
    .hpcontent .entry-content img {
        float: none;
        max-width: 220px;
    }
}

#header .give-btn a, #header .give-btn a:visited {
    color: #f5cfb2;
}
.sf-menu a, #header a, #header a:visited, #header .give-btn a:hover, #header .give-btn a:focus, #header .give-btn a:active {
    color: white;
}
#header .give-btn a:focus {
    text-decoration: none;
}


/* BEGIN ADA Header Styling Updates */
.hdr-subnav {
    float: right;
}

.give-btn {
    float: none;
}

.header-social .fa:hover,
.header-social .fa:focus,
.header-social .fa:active {
    text-decoration: none;
}

@media (min-width: 992px) {
    .menu-desktop-container {
        margin-top: 1.05em;
    }

    .hdr-social {
        height: 32px;
    }

    a#search-box-toggle {
        display: inline;
    }

    #search-box-toggle .hdr-search {
        padding-left: 2.5rem;
    }
}

@media (min-width: 861px) {
    .flexslider .flex-direction-nav .flex-next {
        right: -5rem;
    }
}

@media (max-width: 1010px) {
    #quick_links_content {
        font-size: .8em;
    }
}

@media (min-width: 992px) {

    _::-webkit-full-page-media,
    _:future,
    :root a#search-box-toggle {
        display: inline-block;
    }
}

/* END ADA Header Styling Updates */
/* BEGIN COOKIE-SETTER */
#cookie-law-info-bar {
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, .5) 0px 5px 35px;
    background-color: rgba(1, 33, 105, .95);
    color: rgb(255, 255, 255);
    bottom: 0px;
    position: fixed;
}

#cookie-law-info-bar span {
    display: inline-block;
}

.gdpr-link {
    color: #FF9756;
}

.gdpr-link:hover,
.gdpr-link:visited,
.gdpr-link:focus,
.gdpr-link:active {
    color: #f79f57;
}

#cookie_action_close_header {
    padding: 5px 36px;
    color: rgb(1, 33, 105);
    background-color: rgb(255, 255, 255);
    line-height: 2;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

@media (min-width: 992px) {
        #cookie_action_close_header {
            margin-right: 8rem;
        }
    }

#cookie_action_close_header:hover,
#cookie_action_close_header:focus {
    background-color: #cadbff;
}

@media (max-width: 991px) {
    #cookie_action_close_header {
        display: block;
        margin-top: 0;
        text-align: center;
    }

    #cookie-law-info-bar span {
        display: inline-block;
        margin: 20px 30px 0;
        text-align: center;
    }

    #cookie-law-info-bar .gdpr-accept {
        display: block;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    #cookie-law-info-bar {
        display: table;
    }

    #cookie-law-info-bar span {
        display: table-cell;
        padding: 20px 30px;
        vertical-align: middle;
    }

    #cookie-law-info-bar .gdpr-accept {
        padding: 20px 30px;
        text-align: right;
    }
}

/* END COOKIE-SETTER */

/* Mobile Link Fix */
#content a {word-wrap: break-word;}

/* Side Menu Contrast Update */
.sidemenu ul a, caption {color: #757575;}


/* Header Update */
.main-header {
    background: url(https://www.highlands.edu/wp-content/uploads/2020/01/swoosh_header.png) #012169 center center no-repeat;
}
.hdr-social .fa-inverse {
    color: #fff;
}
.hdr-social .fa-circle {
    color: rgba(255,255,255,.25);
}
.hdr-social .fa-stack:hover .fa-circle, .hdr-social .fa-stack:focus .fa-circle,.hdr-social a:focus .fa-circle {
    color: rgba(255,255,255,1);
}
.hdr-social .fa-stack:hover .fa-inverse, .hdr-social .fa-stack:focus .fa-inverse, .hdr-social a:focus .fa-inverse {
    color: #012169;
}
.give-btn span, .give-btn a {
    color: #fff;
}
.give-btn span:hover, .give-btn a:hover, .give-btn a:focus span, a.give-btn:focus span {
    color: rgba(255,255,255,.75);
}
#header .give-btn a, #header .give-btn a:visited {
    color: #fff;
}
.give-btn {
    color: #ed7f23; font-weight: 900;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu li:focus, .sf-menu li.sfHover {
    background: transparent;
}
.menu-desktop-container .menu-item a span {
    border-bottom: 4px solid transparent;
    padding-bottom: 3px;
    transition: all .4s;
}
.menu-desktop-container .menu-item a:hover span, .menu-desktop-container .menu-item a:focus span {
    border-bottom: 4px solid #ed7f22;
}
.hdr-alert-bar {
    background-color: #f5f5f5;
    color: #345fb2;
}
.hdr-alert-bar a {
    color: #345fb2;
    border-bottom: 3px solid #ed7f22;
}
@media (min-width: 992px) {
    .sidemenu ul a:hover {
        color: #345fb2;
        text-decoration: none;
        border-bottom: 3px solid #e67411;
    }
    .sidemenu li {
        margin-bottom: 1.2rem;
    }
    .sidemenu ul a {
        line-height: 1;
        border-bottom: 3px solid transparent;
        transition: all .25s ease-in-out;
    }
    .sidemenu .sub-menu {
        margin-top: 1.2rem;
    }
    .sidemenu .menu {
        padding-top: .7rem;
    }
}

/* HIND UPDATE */

body, li.hp-news-article a .article-title, .hdr-alert-bar, .hdr-alert-bar a, li.hp-news-article .article-title, .sidemenu ul a {
    font-family: 'Hind', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}
body {
    font-size: 17px;
    font-weight: 400;
}
.hdr-alert-bar, .hdr-alert-bar a, .sidemenu ul a {
    font-weight: 500;
}
.hdr-alert-bar a {
    display: inline-block;
    line-height: 1.3;
    margin-left: .2rem;
}
.hdr-alert-bar, .hdr-alert-bar a {
    font-size: 14px;
}
@media (min-width: 768px) {
    .hdr-alert-bar, .hdr-alert-bar a {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
.hdr-alert-bar, .hdr-alert-bar a {
    font-size: 2.1rem;
}
.hdr-alert-bar a {
    margin-left: 0.5rem;
}
}

#quick_links_content {
    font-size: 0.85em;
    padding-top: 1rem;
}
@media (min-width: 1440px) {
    #quick_links_content {
        font-size: 16px;
    }
}
li.hp-news-article a .article-title, li.hp-news-article .article-title {
    line-height: 1.6;
}
@media (min-width: 1150px) {
.sf-menu {
    font-size: 15px!important;
}}
@media (min-width: 1355px) {
.sf-menu {
    font-size: 17px!important;
}}

.hp-cta .h3 {font-weight: bold;}
.ftr-copyright, .ftr-copyright a {font-size: 14px;}
#breadcrumbs {font-size: 80% !important;}
img[src^='https://tags'] {
    position: absolute; 
    left: -99px;}
img[src^="https://pixel.sitescout"] {
    display: none;
}
.hdr-subnav {font-size: 16px;}
blockquote {font-size: 16px;}
.btn-group-sm>.btn, .btn-sm {font-size: 14px;}
@media (max-width: 991px) {
body:not(.home) .section-pd-4x {
    padding: 2em 15px;
}
}
.btn { font-size: 16px;}

p {margin-bottom: 1.4rem;}

.list-checkbox-wrap .nf-field-element li label, .list-image-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label {
    font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1640px) {
.page-template-two-column .page-content {
         padding-left: 5%;
         padding-left: calc(5% - 15px);
         padding-right: 5%;
}
.int-menu {
    padding-left: 9%;
}
.menu {
    width: 90%;
}
}

/* DRAFT MODE */
.status-draft:before {
    height: 40px;
    content: 'draft mode (not visible to public)';
    background-color: red;
    text-align: right;
    display: block;
    color: white;
    padding-right: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 2rem;
}

.logged-in a[href*="page_id"] {
    background-color: #E20303;
    color: white;
    padding: 1px 7px;
}

/* Fix Beaver Builder Font Awesome Issue */
.hdr-social .fa-stack .fa-circle, .hdr-social .fa-stack .fa-inverse  {
    font-family: "FontAwesome" !important;
}
/* Sidemenu Nesting Tweak */
.sidemenu ul.children {
    margin-top: 1.2rem;
}
/* Fix Search Results on Mobile vs. Mobile Menu Button */
.gsc-overflow-hidden #mobilebuttonopen {z-index:0;}
@media (max-width: 991px) {
    .gsc-input-box {padding-top: 0 !important; padding-bottom: 0 !important;}
    .gsc-results-wrapper-overlay {
        width: 80% !important;
        left: 10% !important;
        height: 90% !important;
    }
}
/* Make images look better on search */
@media (min-width: 992px) {
.gs-web-image-box, .gs-promotion-image-box {width: 70px !important;}
}
@media (max-width: 991px) {
.gs-promotion-image-box img.gs-promotion-image, .gs-web-image-box-portrait img.gs-image, .gs-web-image-box-landscape img.gs-image {height: auto !important;}
}

/* Changing Side Nav from Border to Underline */
@media (min-width: 992px) {
    .sidemenu ul a:hover {
        border-bottom: none;
        text-decoration: underline;
        text-decoration-color: #e67411;
    }
    .sidemenu ul a {
        border-bottom: none;
        text-decoration: none;
        text-decoration-color: #e67411;
        text-underline-offset: 3px;
        text-decoration-thickness: 3px !important;
    }
}

/** Bold Social Links Fix  **/
.header-social .fa {font-weight: normal;}

/** Mobile Contrast Update **/
#mobile-menu #menu-desktop li:last-of-type a {
    background: #ffb97d;
    color: black;
}
#mobile-menu #menu-desktop li:last-of-type a:hover,
#mobile-menu #menu-desktop li:last-of-type a:focus {
    background-color: #ffa150;
}
.text-muted {color: #757575;}
code {color: #a15109;}

/* ADA Fix for 200% Zoom on Mobile */
@media (max-width: 991px) {
    .logo img {
        max-width: 130px;
        width: 100%;
    }
}

.hdr-social .fa, .hdr-social .fas {
	font-weight: 300;
}
/* ADA Fix for Search Updates */
.gsst_a .gscb_a {
    color: #004990 !important;
}
.gsc-tabHeader.gsc-tabhActive, .gsc-refinementHeader.gsc-refinementhActive {
    color: #717171 !important;
}
#wpadminbar .screen-reader-shortcut {
        color: #004277;
        background-color: white;
}
.adminbar-button {background-color: black;}

.gsc-results-wrapper-overlay .gsc-option-menu-item {
    color: #696969 !important;
}
.fa-search.hdr-search {font-family: "FontAwesome"}

#wpadminbar #adminbarsearch .adminbar-button {color: white;}

@media print {
  a[href]:after {
    content: none !important;
  }
  #header .logo img {max-width: 140px !important;}
  .int-splash, .int-callouts {display: none;}
  #content .section-pd-4x {padding-top: 0;}
  footer .columns-left {display: grid; grid-template-columns: 1fr 1fr 1fr;}
  .ftr-col-04>.col-xs-4 {display: grid; grid-template-columns: 1fr 1fr 1fr;}
  footer, #copyright {font-size: .85rem;}
  footer img {max-width: 100px !important;}
}

.fa-facebook:before {
    content: "\f09a" !important;
}

/*
a[href$=".pdf"]::after:not(:blank) {
    content: "\f1c1" !important;
}
a[href$=".xls"]::after:not(:empty), a[href$=".xlsx"]::after:not(:empty) {
    content: "\f1c3" !important;
}

a[href$=".doc"]::after:not(:empty), a[href$=".docx"]::after:not(:empty) {
    content: "\f1c2" !important;
}

a[href$=".ppt"]::after:not(:empty), a[href$=".pptx"]::after:not(:empty) {
    content: "\f1c4" !important;
}
*/

/** Footer Icons ***/
/*#footer-icons a, #footer-icons .fa {
    font-size: 16px;
    display: inline-block;

}
#footer-icons .fa-circle.fa-stack-2x {
    font-size: 2em;
    color: rgba(255, 255, 255, .25);
}
#footer-icons span {padding: 0;}
#footer-icons .fa {
    font-family: "FontAwesome";
    font-weight: 400;
    padding: 0;
}
#footer-icons .fa-circle, #footer-icons .fa-inverse {
    transition: color .4s;
}
#footer-icons .fa-stack:hover .fa-circle, #footer-icons .fa-stack:focus-visible .fa-circle, #footer-icons a:focus-visible .fa-circle {
    color: rgba(255, 255, 255, 1);
}
#footer-icons .fa-stack:hover .fa-inverse, #footer-icons .fa-stack:focus-visible .fa-inverse, #footer-icons a:focus .fa-inverse {
    color: black;
    color: #282828;
}
@media (min-width: 992px) {
    #search-box-toggle .hdr-search {
    	margin-top: -2.5px;
    }
}*/
/** END Footer Icons **/

/** NEW FOOTER **/

.footer-wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    width: unset;
    max-width: 1600px;
}

#footer {
    margin-top: 0;
    font-family: Hind, sans-serif;
    background: #012b7f;
    padding: 50px 0 2.1rem;
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    text-align: center
}

#footer a {
    text-decoration: underline;
}

#footer p {
    margin-bottom: 0;
}

#footer a:hover,
#footer a:focus {
    opacity: .8
}

#footer .footer-top-left img {
    max-width: 44.5%;
    max-width: 200px;
    margin-bottom: 2.25rem
}

#footer .footer-top-left .address {
    font-size: 1.8rem;
    margin-bottom: 2.1rem
}

#footer .footer-mid .footer-locations {
    font-size: 1.8rem;
    margin-bottom: 2.1rem
}

#footer .footer-mid .footer-locations p {
    text-transform: uppercase
}

#footer .footer-mid .footer-locations li {
    display: inline-block;
    margin-left: -2px
}

#footer .footer-mid .footer-locations li:nth-child(-n+5):after {
    content: "|";
    padding: 0 8px
}

#footer .footer-mid .footer-hours {
    font-size: 1.8rem;
    margin-bottom: 2.1rem
}

#footer .footer-mid .footer-hours p:first-child {
    text-transform: uppercase
}

#footer .footer-mid a {
    color: #fff;
    font-weight: bold;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

#footer ul {
    padding: 0 0rem;
    list-style: none;
}

#footer .footer-bottom-right ul {
    margin-bottom: 1.8rem;
    padding: 0 0rem;
    list-style: none;
}

#footer .footer-bottom-right li > a {
    color: orange;
    font-size: 2.6rem;
    font-weight: bold;
    text-decoration: none;
    position: relative
}

#footer .footer-bottom-right li > a:after {
    content: "";
    font-family: FontAwesome;
    padding-left: 1.6rem;
    font-size: 1.8rem;
    font-weight: bold;
    position: absolute;
    top: 4px
}

#footer .footer-bottom-right p {
    margin-bottom: 2.1rem
}

#footer .footer-bottom-right p a {
    color: #fff;
    text-underline-offset: 3px;
    font-weight: bold;
    font-size: 1.8rem
}

#footer .footer-copyright {
    margin-top: 3.6rem;
    border-top: 1px solid rgba(249, 249, 249, .1);
    text-align: center
}

#footer .footer-copyright p {
    margin-top: 1.7rem
}

#footer .footer-copyright a {
    color: #fff;
    text-underline-offset: 3px;
    font-weight: bold;
    font-size: 14px
}

@media(min-width: 768px) {
    #footer {
        text-align: left
    }

    #footer .footer-container {
        display: grid;
        grid-template-columns: 1.4fr 3fr 1.4fr;
        grid-gap: 1.6rem;
        padding: 2rem 0;
    }

    #footer .footer-top-left .address {
        margin-bottom: 1.8rem
    }

    #footer .footer-mid .footer-locations,
    #footer .footer-mid .footer-hours {
        margin-bottom: 1.8rem
    }

    #footer .footer-locations ul,
    #footer .footer-copyright ul {
        padding: 0 2px;
        list-style: none;
    }

    #footer .footer-bottom-right p {
        margin-bottom: 1.8rem
    }
}

@media(min-width: 768px)and (max-width: 1220px) {
    #footer .footer-container {
        grid-gap: 3%
    }

    #footer .footer-top-left img {
        max-width: 184px;
        max-width: 160px;
        margin-bottom: 1.9rem
    }

    #footer .footer-top-left .address {
        font-size: unset
    }

    #footer .footer-mid .footer-locations,
    #footer .footer-mid .footer-hours {
        font-size: unset
    }

    #footer .footer-bottom-right li > a {
        font-size: 1.9rem
    }

    #footer .footer-bottom-right p > a {
        font-size: unset
    }

    #footer .footer-bottom-right li > a {
        font-size: 2.05rem;
    }
}

@media(min-width: 1220px) {

    #footer p,
    #footer a {
        letter-spacing: .5px;
        margin-bottom: 0;
    }

    #footer .footer-container {
        display: grid;
        display: grid;
        grid-template-columns: 1.4fr 3fr 1.4fr;
        grid-gap: 4rem;
    }

    #footer .footer-top-left img {
        max-width: 201px;
    }
}

@media (max-width: 600px) {
    #footer .footer-top-left img {
        width: 250px;
        max-width: 60%;
    }
}

.footer-copyright ul {
    margin-top: 1.9rem;
}

.footer-copyright li {
    display: inline-block;
    margin-left: -2px;
}

.footer-copyright .copyright-links li:nth-child(-n+4):after {
    content: "|";
    padding: 0 8px;
}
#footer-icons .fa {
    font-family: "FontAwesome";
}

#footer-icons .fa-inverse {
    color: #012b7f;
    font-size: 1.7rem;
}

#footer-icons .fa-square {
    font-size: 28px;
}

#footer-icons li {
    margin-right: 1rem;
}

#footer-icons li:last-of-type {
    margin-right: 1rem;
}

@media (min-width: 992px) and (max-width: 1640px) {
    .footer-wrap {
        padding-left: calc(5% - 15px);
    }

}

@media (max-width: 767.9px) {

    #footer p,
    #footer a {
        font-size: 1.6rem;
    }
#footer .footer-top-left img {margin-left: auto; margin-right: auto;}
}

/** END NEW FOOTER **/

.fa-brands, .fab {
    font-family: "FontAwesome" !important;
}

/** Sidebar Fix **/
.sidemenu ul.children { display: none; }
.sidemenu .current_page_item>.children,
.sidemenu .current_page_ancestor>.children,
.sidemenu .current_page_parent>.children { display: block; }
@media (max-width: 767.9px) {
    .sidemenu ul.children {
        padding-left: 0;
        margin-top: 0;
    }
    .sidemenu ul.children>.page_item {padding-left: 0;}
    .sidemenu ul.children>.page_item>a {
        padding-left: 3rem;
    }
    .sidemenu ul.children>li>.children a {padding-left: 6rem;}

    .sidemenu ul.children>li>.children>li>.children a {padding-left: 9rem;}
    .sidemenu ul.children>li>.children>li>.children>li>.children a {padding-left: 12rem;}
}
