/* Minification failed. Returning unminified contents.
(1852,5): run-time error CSS1019: Unexpected token, found '}'
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import 'https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700,700i';

/**
 * Remove default margin.
 */
/* line 19, src/_normalize.scss */

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}
/* HTML5 display definitions
   ========================================================================== */


@font-face {
    font-family: 'Arial';
    src: local('Arial');
    unicode-range: U+020-007F;
}
body {
    margin: 0;
    font-family: Arial,'MS PGothic',sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.63;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, src/_normalize.scss */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, src/_normalize.scss */
a {
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    background-color: transparent;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, src/_normalize.scss */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, src/_normalize.scss */
img {
    border: 0;
}



/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, src/_normalize.scss */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, src/_normalize.scss */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, src/_normalize.scss */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, src/_normalize.scss */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, src/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, src/_normalize.scss */
button {
    overflow: visible;
    background:unset;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, src/_normalize.scss */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, src/_normalize.scss */
button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    /* line 302, src/_normalize.scss */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    /* line 311, src/_normalize.scss */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, src/_normalize.scss */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    /* line 334, src/_normalize.scss */
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    /* line 346, src/_normalize.scss */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
    /* line 357, src/_normalize.scss */
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        /* 2 */
        box-sizing: content-box;
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        /* line 370, src/_normalize.scss */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, src/_normalize.scss */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, src/_normalize.scss */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, src/_normalize.scss */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, src/_normalize.scss */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, src/_normalize.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 424, src/_normalize.scss */
td,
th {
    padding: 0;
}

/* line 79, src/_extends.scss */
.embed-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
    /* line 84, src/_extends.scss */
    .embed-container iframe, .embed-container object, .embed-container embed, .embed-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@-webkit-keyframes fadeIn {
    /* line 6, src/_animations.scss */
    0% {
        opacity: 0;
    }
    /* line 9, src/_animations.scss */
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    /* line 6, src/_animations.scss */
    0% {
        opacity: 0;
    }
    /* line 9, src/_animations.scss */
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    /* line 6, src/_animations.scss */
    0% {
        opacity: 0;
    }
    /* line 9, src/_animations.scss */
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    /* line 6, src/_animations.scss */
    0% {
        opacity: 0;
    }
    /* line 9, src/_animations.scss */
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    /* line 6, src/_animations.scss */
    0% {
        opacity: 0;
    }
    /* line 9, src/_animations.scss */
    100% {
        opacity: 1;
    }
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}
/* line 16, src/_base.scss */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    /* line 23, src/_base.scss */
    *::selection {
        background-color: #d5ecff;
    }

    /* line 26, src/_base.scss */
    *::-moz-selection {
        background-color: #d5ecff;
    }

    /* line 29, src/_base.scss */
    *::-webkit-selection {
        background-color: #d5ecff;
    }

/* line 36, src/_base.scss */

/* line 44, src/_base.scss */
.page-content {
    margin: 0 auto;
    max-width: 1140px;
}

/* line 50, src/_base.scss */
header, nav, section, article, aside, footer {
    display: block;
}



/* line 17, src/_typography.scss */
p {
    margin: 0 0 .5em 0;
}

/* line 22, src/_typography.scss */
small {
    font-size: .875em;
}

/* line 23, src/_typography.scss */
strong {
    font-weight: 700;
}

/* line 24, src/_typography.scss */
em {
    font-style: italic;
}

/* line 25, src/_typography.scss */
cite {
    font-style: normal;
}

/* line 30, src/_typography.scss */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.5em 0;
    /*text-transform: uppercase;*/
    font-weight: 700;
    line-height: 1.2;
    text-rendering: optimizelegibility;    
    font-family: Arial,'MS Gothic',sans-serif !important;
}

/* line 39, src/_typography.scss */
h1 {
    font-size: 22px;
}

/* line 43, src/_typography.scss */
h2 {
    font-size: 1.3em;
}

/* line 44, src/_typography.scss */
h3 {
    font-size: 1.2em;
}

/* line 45, src/_typography.scss */
h4 {
    font-size: 1.2em;
}

/* line 46, src/_typography.scss */
h5 {
    font-size: 1.2em;
}

/* line 47, src/_typography.scss */
h6 {
    font-size: 1.1em;
}

/* line 51, src/_typography.scss */
hr {
    margin: 1em 0;
    border: 0;
    border-top: 1px solid black;
    border-bottom: 1px solid white;
}

/* line 59, src/_typography.scss */
address {
    display: block;
    margin: 0 0 .5em 0;
    font-style: normal;
    line-height: 1.2;
}

/* line 69, src/_typography.scss */
i {
    font-size: 2em !important;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/* line 7, src/_elements.scss */
hr {
    margin: 1.2 0;
    border: 0;
    border-top: 1px solid black;
}

/* line 15, src/_elements.scss */
img {
    max-width: 100%;
    border-width: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

/* line 24, src/_elements.scss */
figure {
    margin: 0;
}

/* line 30, src/_elements.scss */
ul, ol {
    margin: 1em 0 2em 0;
    list-style-type: none;
}

/* line 7, src/_layouts.scss */
.wrapper {
    overflow: hidden;
    *zoom: 1;
    position: relative;
    max-width: 1248px;
    padding: 0 16px 0 16px;
    margin: 0 auto;
}
.site-footer .wrapper {
    overflow:unset;
    *zoom: 1;
    position:static;
    max-width: 1248px;
    padding: 0 16px 0 16px;
    margin: 0 auto;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
/* line 7, src/owl-carousel/_owl.carousel.scss */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
/* line 16, src/owl-carousel/_owl.carousel.scss */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    /* line 22, src/owl-carousel/_owl.carousel.scss */
    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    /* line 27, src/owl-carousel/_owl.carousel.scss */
    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        /* line 32, src/owl-carousel/_owl.carousel.scss */
        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    /* line 40, src/owl-carousel/_owl.carousel.scss */
    .owl-carousel .owl-item {
        float: left;
    }

/* line 43, src/owl-carousel/_owl.carousel.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

/* line 47, src/owl-carousel/_owl.carousel.scss */
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
/* line 57, src/owl-carousel/_owl.carousel.scss */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
/* line 62, src/owl-carousel/_owl.carousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* line 72, src/owl-carousel/_owl.carousel.scss */
#carousel {
    background-color: #fff;
}
    /* line 75, src/owl-carousel/_owl.carousel.scss */
    #carousel #image-carousel .item {
        width: 100%;
        height: 200px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
        /* line 81, src/owl-carousel/_owl.carousel.scss */
        #carousel #image-carousel .item .caption {
            background-color: rgba(0, 0, 0, 0.3);
            padding: 1em;
            color: white;
        }

@media (min-width: 768px) {
    /* line 93, src/owl-carousel/_owl.carousel.scss */
    #carousel #image-carousel .item {
        height: 300px;
    }
        /* line 96, src/owl-carousel/_owl.carousel.scss */
        #carousel #image-carousel .item .caption .text {
            max-width: 67%;
        }
}

@media (min-width: 1024px) {
    /* line 107, src/owl-carousel/_owl.carousel.scss */
    #carousel #image-carousel .item {
        height: 400px;
    }
    /* line 110, src/owl-carousel/_owl.carousel.scss */
    #carousel #image-carousel .item .caption .text {
        max-width: 75%;
    }
}

@media (min-width: 1368px) {
    /* line 121, src/owl-carousel/_owl.carousel.scss */
    #carousel #image-carousel .item {
        height: 500px;
    }
}

@media (min-width: 1660px) {
    /* line 130, src/owl-carousel/_owl.carousel.scss */
    #carousel #image-carousel .item {
        height: 600px;
    }
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
/* line 6, src/owl-carousel/_owl.theme.scss */
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

    /* Styling Next and Prev buttons */
    /* line 13, src/owl-carousel/_owl.theme.scss */
    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        *display: inline;
        /*IE7 life-saver */
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #869791;
        filter: Alpha(Opacity=50);
        /*IE7 fix*/
        opacity: 0.5;
    }

    /* Clickable class fix problem with hover on touch devices */
    /* Use it for non-touch hover action */
    /* line 30, src/owl-carousel/_owl.theme.scss */
    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100);
        /*IE7 fix*/
        opacity: 1;
        text-decoration: none;
    }

    /* Styling Pagination*/
    /* line 38, src/owl-carousel/_owl.theme.scss */
    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline;
        /*IE7 life-saver */
    }

        /* line 43, src/owl-carousel/_owl.theme.scss */
        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            filter: Alpha(Opacity=50);
            /*IE7 fix*/
            opacity: 0.5;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #869791;
        }

        /* line 56, src/owl-carousel/_owl.theme.scss */
        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100);
            /*IE7 fix*/
            opacity: 1;
        }

        /* If PaginationNumbers is true */
        /* line 64, src/owl-carousel/_owl.theme.scss */
        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

/* preloading images */
/* line 76, src/owl-carousel/_owl.theme.scss */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
/* line 6, src/owl-carousel/_owl.transitions.scss */
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

/* fade */
/* line 16, src/owl-carousel/_owl.transitions.scss */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

/* line 22, src/owl-carousel/_owl.transitions.scss */
.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

/* backSlide */
/* line 28, src/owl-carousel/_owl.transitions.scss */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

/* line 33, src/owl-carousel/_owl.transitions.scss */
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

/* goDown */
/* line 39, src/owl-carousel/_owl.transitions.scss */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

/* line 44, src/owl-carousel/_owl.transitions.scss */
.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

/* scaleUp */
/* line 50, src/owl-carousel/_owl.transitions.scss */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

/* line 56, src/owl-carousel/_owl.transitions.scss */
.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    /* line 64, src/owl-carousel/_owl.transitions.scss */
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    /* line 67, src/owl-carousel/_owl.transitions.scss */
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    /* line 70, src/owl-carousel/_owl.transitions.scss */
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    /* line 73, src/owl-carousel/_owl.transitions.scss */
    0% {
        opacity: 0;
    }
    /* line 74, src/owl-carousel/_owl.transitions.scss */
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    /* line 77, src/owl-carousel/_owl.transitions.scss */
    0% {
        opacity: 0;
    }
    /* line 78, src/owl-carousel/_owl.transitions.scss */
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    /* line 81, src/owl-carousel/_owl.transitions.scss */
    0% {
        opacity: 0;
    }
    /* line 82, src/owl-carousel/_owl.transitions.scss */
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    /* line 85, src/owl-carousel/_owl.transitions.scss */
    0% {
        opacity: 1;
    }
    /* line 86, src/owl-carousel/_owl.transitions.scss */
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    /* line 89, src/owl-carousel/_owl.transitions.scss */
    0% {
        opacity: 1;
    }
    /* line 90, src/owl-carousel/_owl.transitions.scss */
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    /* line 93, src/owl-carousel/_owl.transitions.scss */
    0% {
        opacity: 1;
    }
    /* line 94, src/owl-carousel/_owl.transitions.scss */
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    /* line 97, src/owl-carousel/_owl.transitions.scss */
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    /* line 98, src/owl-carousel/_owl.transitions.scss */
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    /* line 99, src/owl-carousel/_owl.transitions.scss */
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    /* line 102, src/owl-carousel/_owl.transitions.scss */
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    /* line 103, src/owl-carousel/_owl.transitions.scss */
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    /* line 104, src/owl-carousel/_owl.transitions.scss */
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    /* line 107, src/owl-carousel/_owl.transitions.scss */
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    /* line 108, src/owl-carousel/_owl.transitions.scss */
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
    /* line 109, src/owl-carousel/_owl.transitions.scss */
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    /* line 112, src/owl-carousel/_owl.transitions.scss */
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    /* line 113, src/owl-carousel/_owl.transitions.scss */
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    /* line 114, src/owl-carousel/_owl.transitions.scss */
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    /* line 117, src/owl-carousel/_owl.transitions.scss */
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    /* line 118, src/owl-carousel/_owl.transitions.scss */
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    /* line 119, src/owl-carousel/_owl.transitions.scss */
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    /* line 122, src/owl-carousel/_owl.transitions.scss */
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }
    /* line 123, src/owl-carousel/_owl.transitions.scss */
    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    /* line 124, src/owl-carousel/_owl.transitions.scss */
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    /* line 127, src/owl-carousel/_owl.transitions.scss */
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@-moz-keyframes scaleToFade {
    /* line 130, src/owl-carousel/_owl.transitions.scss */
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}

@keyframes scaleToFade {
    /* line 133, src/owl-carousel/_owl.transitions.scss */
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

@-webkit-keyframes goDown {
    /* line 136, src/owl-carousel/_owl.transitions.scss */
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    /* line 139, src/owl-carousel/_owl.transitions.scss */
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    /* line 142, src/owl-carousel/_owl.transitions.scss */
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    /* line 146, src/owl-carousel/_owl.transitions.scss */
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    /* line 149, src/owl-carousel/_owl.transitions.scss */
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    /* line 152, src/owl-carousel/_owl.transitions.scss */
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    /* line 156, src/owl-carousel/_owl.transitions.scss */
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    /* line 159, src/owl-carousel/_owl.transitions.scss */
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    /* line 162, src/owl-carousel/_owl.transitions.scss */
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}
/* line 3, src/components/_alumni.scss */
.alumni .sub-subnav hr {
    display: none;
}
/* line 7, src/components/_alumni.scss */
.alumni .name-search {
    overflow: hidden;
    *zoom: 1;
}
    /* line 9, src/components/_alumni.scss */
    .alumni .name-search .select-styling {
        clear: none;
        float: left;
        width: 48.75%;
        margin-right: 2.5%;
    }
    /* line 12, src/components/_alumni.scss */
    .alumni .name-search input {
        clear: none;
        float: left;
        width: 48.75%;
        margin-right: 2.5%;
        margin-right: 0;
        float: right;
        height: 44px;
    }
/* line 19, src/components/_alumni.scss */
.alumni table td .envelope {
    width: auto;
    height: 14px;
    margin-top: 2px;
    float: right;
}
/* line 27, src/components/_alumni.scss */
.alumni .add-school {
    display: block;
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    /* line 36, src/components/_alumni.scss */
    .alumni .sub-subnav .sub-nav {
        display: inline-block;
        margin-bottom: 0;
        margin-left: 20px;
    }
        /* line 40, src/components/_alumni.scss */
        .alumni .sub-subnav .sub-nav li {
            width: 240px;
        }
    /* line 44, src/components/_alumni.scss */
    .alumni .sub-subnav hr {
        display: block;
        margin-top: 0;
        margin-bottom: 3em;
    }
}
.home-box {
    width:95%;
    margin:auto;
}
    .home-box .header-title {
        background-color: #004E7C;
        color: white;
        font-weight: 600;
        font-size: 1em;
        /* text-transform: uppercase; */
        margin:unset;
        padding: 0.5em;
        margin:0px !important;
    }
    .home-box .home-box-content {
        border: 1px solid #d1d1d1;
        padding: 1em;
        min-height:207px;
    }
.home-contrib-block {
    color: #383838;
    text-align: left;
    border: none !important;
    padding: 0 1em 1em 1em;
    
}
    .home-contrib-block .home-box {
        width:100% !important;
    }
    .home-contrib-block .get-started {
        /*background-color: #383838;*/
        color: white;
        padding: 0.5em;
        display: inline-block;
        margin-top: 0.4em;
    }

/* line 1, src/components/_contribBlocks.scss */
#contribution-links {
    margin-top: -3em;
    padding-bottom: 3em;
}
    /* line 7, src/components/_contribBlocks.scss */
    #contribution-links .contrib-block {
        color: #383838;
        text-align: center;
        border: 1px solid #858585;
        padding: 0 1em 1em 1em;
    }
        /* line 12, src/components/_contribBlocks.scss */
        #contribution-links .contrib-block .get-started {
            /*background-color: #383838;*/
            color: white;
            padding: 0.5em;
            display: inline-block;
            margin-top: 0.4em;
        }
        /* line 20, src/components/_contribBlocks.scss */
        #contribution-links .contrib-block:first-child {
            clear: none;
            float: left;
            width: 48.75%;
            margin-right: 2.5%;
            /*background-color: #dbdbdb;*/
            *zoom: 1;
            filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFDBDBDB', endColorstr='#FFD1D1D1');
            /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIvPjxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjZmVmZWZlIi8+PHN0b3Agb2Zmc2V0PSI4OSUiIHN0b3AtY29sb3I9IiNkMWQxZDEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMWQxZDEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
			background-size: 100%;
			background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dbdbdb), color-stop(29%, #fefefe), color-stop(89%, #d1d1d1), color-stop(100%, #d1d1d1));
			background-image: -moz-linear-gradient(top, #dbdbdb 0%, #fefefe 29%, #d1d1d1 89%, #d1d1d1 100%);
			background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #fefefe 29%, #d1d1d1 89%, #d1d1d1 100%);
			background-image: linear-gradient(to bottom, #dbdbdb 0%, #fefefe 29%, #d1d1d1 89%, #d1d1d1 100%);*/
        }
        /* line 26, src/components/_contribBlocks.scss */
        #contribution-links .contrib-block:last-child {
            /*background-color: #c19e67;*/
            *zoom: 1;
            filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC19E67', endColorstr='#FFB68D4C');
            /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxOWU2NyIvPjxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjZTlkNGIzIi8+PHN0b3Agb2Zmc2V0PSI4OSUiIHN0b3AtY29sb3I9IiNiNjhkNGMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNjhkNGMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
			background-size: 100%;
			background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c19e67), color-stop(29%, #e9d4b3), color-stop(89%, #b68d4c), color-stop(100%, #b68d4c));
			background-image: -moz-linear-gradient(top, #c19e67 0%, #e9d4b3 29%, #b68d4c 89%, #b68d4c 100%);
			background-image: -webkit-linear-gradient(top, #c19e67 0%, #e9d4b3 29%, #b68d4c 89%, #b68d4c 100%);
			background-image: linear-gradient(to bottom, #c19e67 0%, #e9d4b3 29%, #b68d4c 89%, #b68d4c 100%);*/
            clear: none;
            float: left;
            width: 48.75%;
            margin-right: 2.5%;
            margin-right: 0;
            float: right;
        }

@media (min-width: 480px) {
    /* line 35, src/components/_contribBlocks.scss */
    .contrib-block {
        font-size: 1.3em;
    }
    .home-contrib-block {
        font-size: 1.3em;
    }
}

@media (min-width: 768px) {
    /* line 41, src/components/_contribBlocks.scss */
    .contrib-block {
        font-size: 1.5em;
    }
    .home-contrib-block {
        font-size: 1.5em;
    }
}
/* line 1, src/components/_donorPortal.scss */
#donor-portal {
    background-color: #eaeaea;
    pointer-events: none;
}

/* line 6, src/components/_donorPortal.scss */
.donor-login {
    position: relative;
    pointer-events: all;
    padding: 1em 0;
    background-color: #eaeaea;
}
    /* line 11, src/components/_donorPortal.scss */
    .donor-login h1 {
        text-align: center;
        font-size: 1.5em;
        margin: 0;
    }
    /* line 16, src/components/_donorPortal.scss */
    .donor-login input[type="text"],
    .donor-login input[type="password"] {
        width: 100%;
        padding: 0.5em;
        margin: 0.5em 0 0 0;
    }
    /* line 21, src/components/_donorPortal.scss */
    .donor-login input[type="submit"] {
        margin: 0.5em 0 0 0;
    }
    /* line 24, src/components/_donorPortal.scss */
    .donor-login .visit-soka {
        display: none;
        position: absolute;
        bottom: auto;
        top: 1em;
        right: 100%;
        margin-right: 2em;
        width: 125px;
        text-align: right;
        color: #7baed4;
    }
        /* line 34, src/components/_donorPortal.scss */
        .donor-login .visit-soka:hover {
            color: #a1c6e1;
        }

/* line 40, src/components/_donorPortal.scss */
#reg-link {
    width: 60%;
    float: right;
}
    /* line 43, src/components/_donorPortal.scss */
    #reg-link a {
        margin: 0.5em 0;
        text-align: right;
        display: block;
        font-size: 0.875em;
        color: #004a88;
    }
        /* line 49, src/components/_donorPortal.scss */
        #reg-link a:hover {
            color: #0066bb;
        }

@media (min-width: 768px) {
    /* line 56, src/components/_donorPortal.scss */
    #donor-portal {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        background-color: transparent;
    }

    /* line 64, src/components/_donorPortal.scss */
    .donor-login {
        padding: 0.5em 0.75em 0.75em 0.75em;
        clear: none;
        float: left;
        width: 31.66667%;
        margin-right: 2.5%;
        margin-right: 0;
        float: right;
        border: 1px solid #858585;
        border-top: none;
    }
        /* line 69, src/components/_donorPortal.scss */
        .donor-login .visit-soka {
            display: block;
        }

    /* line 75, src/components/_donorPortal.scss */
    #reg-link a:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    /* line 83, src/components/_donorPortal.scss */
    .donor-login {
        clear: none;
        float: left;
        width: 23.125%;
        margin-right: 2.5%;
        margin-right: 0;
        float: right;
    }
}
/* line 1, src/components/_events.scss */
.text-center {
    text-align: center;
}

/* line 5, src/components/_events.scss */
.header-bar {
    /*font-family: "Open Sans Condensed", sans-serif;*/
    text-transform: uppercase;
    text-align: center;
    background-color: #004a88;
    color: white;
    padding: 0.5em;
    margin: 1em 0;
}

/* line 16, src/components/_events.scss */
.events .event {
    margin: 2em 0;
}
/* line 19, src/components/_events.scss */
.events .details {
    margin: 1em 0;
}
/* line 23, src/components/_events.scss */
.events hr:nth-last-of-type(1) {
    display: none;
}

/* line 29, src/components/_events.scss */
.specific-event img {
    margin-top: 1em;
}
/* line 32, src/components/_events.scss */
.specific-event .btn {
    margin: 1em 0;
}

@media (min-width: 600px) {
    /* line 38, src/components/_events.scss */
    .all-events {
        overflow: hidden;
        *zoom: 1;
    }
        /* line 41, src/components/_events.scss */
        .all-events .event:nth-of-type(2n+1) {
            clear: none;
            float: left;
            width: 48.75%;
            margin-right: 2.5%;
        }
        /* line 44, src/components/_events.scss */
        .all-events .event:nth-of-type(2n) {
            clear: none;
            float: left;
            width: 48.75%;
            margin-right: 2.5%;
            margin-right: 0;
            float: right;
        }
        /* line 48, src/components/_events.scss */
        .all-events hr {
            clear: both;
        }
            /* line 50, src/components/_events.scss */
            .all-events hr:nth-of-type(2n+1) {
                display: none;
            }
}

@media (min-width: 1024px) {
    /* line 60, src/components/_events.scss */
    .all-events .event:nth-of-type(2n+1) {
        clear: none;
        float: left;
        width: 31.66667%;
        margin-right: 2.5%;
    }
    /* line 63, src/components/_events.scss */
    .all-events .event:nth-of-type(2n) {
        clear: none;
        float: left;
        width: 31.66667%;
        margin-right: 2.5%;
    }
    /* line 66, src/components/_events.scss */
    .all-events .event:nth-of-type(3n) {
        clear: none;
        float: left;
        width: 31.66667%;
        margin-right: 2.5%;
        margin-right: 0;
        float: right;
    }
    /* line 71, src/components/_events.scss */
    .all-events hr:nth-of-type(2n+1) {
        display: block;
    }
    /* line 74, src/components/_events.scss */
    .all-events hr:nth-of-type(3n+1), .all-events hr:nth-of-type(3n+2), .all-events hr:nth-last-of-type(1) {
        display: none;
    }
}
/* line 1, src/components/_footer.scss */


/* line 5, src/components/_footer.scss */
.site-footer {
    border-top: 1px solid #d1d1d1;
    padding: 1em 1em 2em 1em;
    text-align: center;
    /*box-shadow: 0px 1000px 0px 1000px #004a88;*/
}
    /* line 12, src/components/_footer.scss */
    .site-footer .menu {
        margin: 2em 0 0 0;
        text-align: center;
        padding: 0;
    }
        /* line 17, src/components/_footer.scss */
        .site-footer .menu .menu-item {
            border-right: 1px solid white;
            display: inline-block;
            margin: 0.5em 0;
            padding: 0 1em;
        }
            /* line 23, src/components/_footer.scss */
            .site-footer .menu .menu-item:first-child {
                padding-left: 0;
            }
            /* line 26, src/components/_footer.scss */
            .site-footer .menu .menu-item:last-child {
                border: none;
                padding-right: 0;
            }

/* line 1, src/components/_form.scss */
input[type="text"], input[type="password"], textarea {
    width: 100%;
    padding: 0.5em;
    margin: 0.5em 0 1.5em 0;
}

input[type="submit"] {
    background: none;
    -webkit-appearance: unset !important;
    background-color: unset !important;
}
/* line 6, src/components/_form.scss */
input[type="number"] {
    width: 100%;
    padding: 0.5em;
}


.btn-a {
    color: #000000 !important;
    font-size: 16px;
    font-weight: unset;   
    display: inline-block;
    border: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    text-align: center;
}
.btn {
    color: #000000 !important;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 22px;
    display: inline-block;
    border: 1px solid #818d94;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    text-align: center;
    z-index:1;
    background:#fff;
}


    .btn-a:after {
        content: "";
        display: block;
        width: 100%;
        background: #edda26;
        height: 2px;
        position: relative;
        margin-top: -0.28em;
        top: -1px;
        /*left: -2%;*/
        z-index: -1;
    }
    .btn:after {
        content: "";
        display: block;
        width: 104%;
        background: #edda26;
        height: 4px;
        position: relative;
        margin-top: -0.28em;
        top: -1px;
        left: -2%;
        z-index: -1;
    }


@media screen and (min-width: 700px) {

    .btn:after {
        top: -3px;
    }
   
}

.btn:hover {
    text-decoration: none;
}

input[type="submit"]:hover:before {
    height: 100%;
}

.btn:hover:before {
    height: 100%;
}
.btn-a:hover:before {
    height: 100%;
}

.btn-a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #edda26;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    z-index: -1;
}
.btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #edda26;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    z-index: -1;
}

@media screen and (min-width: 700px) {
    input[type="submit"],
    .btn {
        font-size: 16px;
    }
}

.btn a {
    font-weight: 700;
}

.modal-content .btn {
    z-index: 9999;
    text-transform: initial;
    background:unset;
}

    .modal-content .btn:after {
        /* z-index: 1; */
    }

    .modal-content .btn:before {
        /* z-index: 1; */
        /* transform: none; */
    }
/* line 43, src/components/_form.scss */
input[type=text]:focus,
textarea:focus {
    /*outline: none !important;*/
    border-left: 2px solid #004a88;
}

/* line 59, src/components/_form.scss */
.select-styling {
    position: relative;
    line-height: 17px;
    border: none;
    background-color: white;
    margin: 0.5em 0 1.5em 0;
}
    /* line 67, src/components/_form.scss */
    .select-styling:after {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        right: 1em;
        bottom: 15px;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 9px solid #004a88;
    }
    /* line 80, src/components/_form.scss */
    .select-styling:hover:after {
        border-left-color: #7baed4;
    }
    /* line 84, src/components/_form.scss */
    .select-styling select {
        -moz-appearance: none;
        -webkit-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
        border-radius: 0;
        background-color: transparent;
        z-index: 1;
        position: relative;
        display: block;
        width: 100%;
        padding: .75em 1em;
        outline: none;
        /*border: none;*/
    }
        /* line 101, src/components/_form.scss */
        .select-styling select::-ms-expand {
            display: none;
        }

/* line 1, src/components/_header.scss */
#site-header {
    height: 90px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #d1d1d1;
}

/* line 7, src/components/_header.scss */
.wrapper.logo-and-toggle {
    height: 90px;
}

/* line 10, src/components/_header.scss */
#logo {
    position: absolute;
    top: 0;
    left: 1em;
    z-index: 1;
}
    /* line 15, src/components/_header.scss */
    #logo img {
        margin: 25px 0;
        height: 40px;
        width: auto;
    }

/* line 21, src/components/_header.scss */
#header-links {
    visibility: hidden;
    opacity: 0;
    -moz-transition: opacity, ease-in-out 0.5s;
    -o-transition: opacity, ease-in-out 0.5s;
    -webkit-transition: opacity, ease-in-out 0.5s;
    transition: opacity, ease-in-out 0.5s;
    position: absolute;
    top: 90px;
    background: #fff;
    width: 100%;
}
    /* line 22, src/components/_header.scss */
    #header-links.active {
        visibility: visible;
        opacity: 1;
    }
    /* line 33, src/components/_header.scss */
    #header-links .menu-item {
        padding: 1em;
        display: block;
        -webkit-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    }
        /* line 36, src/components/_header.scss */
        #header-links .menu-item.light {
            background-color: #000;
        }
        /* line 39, src/components/_header.scss */
        #header-links .menu-item.welcome {
            padding: 0;
        }
            /* line 41, src/components/_header.scss */
            #header-links .menu-item.welcome .welcome-name {
                display: none;
            }
    /* line 46, src/components/_header.scss */
    #header-links .menu .menu-item {
        padding: 0;
    }
        /* line 48, src/components/_header.scss */
        #header-links .menu .menu-item a {
            display: block;
            padding: 1em;
        }

/* line 54, src/components/_header.scss */


/* line 58, src/components/_header.scss */
nav {
    /*text-transform: uppercase;*/
}
    /* line 60, src/components/_header.scss */
    nav #menu-primary-menu-links {
        padding: 0;
    }
    /* line 63, src/components/_header.scss */
    nav .menu {
        margin: 0;
    }

/* line 68, src/components/_header.scss */
#menu-overlay {
    visibility: hidden;
    opacity: 0;
    -moz-transition: opacity, ease-in-out 0.5s;
    -o-transition: opacity, ease-in-out 0.5s;
    -webkit-transition: opacity, ease-in-out 0.5s;
    transition: opacity, ease-in-out 0.5s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
}
    /* line 69, src/components/_header.scss */
    #menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

@media (min-width: 769px) {
    .site-footer .footer-logo .ft-logo img {
        height: 54px !important;
    }
    /* line 87, src/components/_header.scss */
    #site-header {
        height: 96px;
        overflow: visible;
    }

    /* line 91, src/components/_header.scss */
    .wrapper.logo-and-toggle {
        height: 96px;
    }

    /* line 95, src/components/_header.scss */
    #logo img {
        margin: 16px 0;
        height: 64px;
    }

    /* line 100, src/components/_header.scss */
    #header-links {
        visibility: visible;
        opacity: 1;
        top: -96px;
        background-color: transparent;
        height: 96px;
        overflow: hidden;
        *zoom: 1;
        position: relative;
        max-width: 1248px;
        padding: 0 16px 0 16px;
        margin: 0 auto;
        overflow: visible;
    }
        /* line 112, src/components/_header.scss */
        #header-links .welcome-container {
            postion: relative;
        }
        /* line 115, src/components/_header.scss */
        #header-links .menu-item {
            position: relative;
            display: inline-block;
            padding: 0 2em 0 0;
        }
            /* line 119, src/components/_header.scss */
            #header-links .menu-item.anchor {
                padding: 0;
            }
            /* line 122, src/components/_header.scss */
            #header-links .menu-item.half {
                padding: 0 1em 0 0;
            }
            /* line 125, src/components/_header.scss */
            #header-links .menu-item.light {
                background-color: transparent;
            }
            /* line 128, src/components/_header.scss */
            #header-links .menu-item.visit-soka, #header-links .menu-item.welcome {
                cursor: pointer;
                color: #000;
            }
                /* line 131, src/components/_header.scss */
                #header-links .menu-item.visit-soka:hover, #header-links .menu-item.welcome:hover {
                    /*color: #a1c6e1;*/
                }
            /* line 135, src/components/_header.scss */
            #header-links .menu-item.welcome {
                font-size: 1.2em;
                margin-right: 24px;
            }
                /* line 139, src/components/_header.scss */
                #header-links .menu-item.welcome:hover:after {
                    /*border-top-color: #a1c6e1;*/
                }
                /* line 142, src/components/_header.scss */
                #header-links .menu-item.welcome:hover .options {
                    display: block;
                }
                /* line 146, src/components/_header.scss */
                #header-links .menu-item.welcome:after {
                    content: '';
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-left: 7px solid transparent;
                    border-right: 7px solid transparent;
                    border-top: 10px solid #7baed4;
                    top: 10px;
                    right: -20px;
                }
                /* line 157, src/components/_header.scss */
                #header-links .menu-item.welcome:before {
                    content: '';
                    position: absolute;
                    width: 20px;
                    height: 33px;
                    background-color: transparent;
                    top: -3px;
                    right: -20px;
                }
                /* line 166, src/components/_header.scss */
                #header-links .menu-item.welcome .welcome-name {
                    display: block;
                }
                /* line 169, src/components/_header.scss */
                #header-links .menu-item.welcome .options {
                    display: none;
                    position: absolute;
                    top: 26px;
                    left: 0;
                    border: 1px solid #818d94;
                    /*background-color: #004a88;*/
                    width: 112%;
                    text-align: right;
                    padding: 0.5em 0.5em 0 0.5em;
                }
                    /* line 178, src/components/_header.scss */
                    #header-links .menu-item.welcome .options a {
                        font-size: 0.95em;
                        font-weight: normal;
                        display: block;
                        padding-bottom: 0.5em;
                    }

        /* line 187, src/components/_header.scss */
        #header-links .menu .menu-item a {
            padding: 0 2em 0 0;
        }
        /* line 190, src/components/_header.scss */
        #header-links .menu .menu-item.anchor a {
            padding: 0;
        }

    /* line 194, src/components/_header.scss */
    #menu-overlay {
        visibility: hidden;
        opacity: 0;
    }
        /* line 197, src/components/_header.scss */
        #menu-overlay.active {
            visibility: hidden;
            opacity: 0;
        }

    /* line 203, src/components/_header.scss */
    .visit-login-register {
        position: absolute;
        top: 2.4em;
        left: 300px;
    }
        /* line 207, src/components/_header.scss */
        .visit-login-register .visit-soka, .visit-login-register .login-register-links {
            display: inline-block;
        }

        .visit-login-register .menu-item:hover {
            text-decoration: underline;
        }


    /* line 218, src/components/_header.scss */
    .site-nav {
        display: none;
        position: absolute;
        bottom: 1em;
        right: 1em;
    }

    /* line 224, src/components/_header.scss */
    nav {
        text-transform: uppercase;
    }
        /* line 227, src/components/_header.scss */
        nav .menu .menu-item {
            display: inline-block;
        }
}
/* line 1, src/components/_login.scss */
.un-pw {
    overflow: hidden;
    *zoom: 1;
}

/* line 4, src/components/_login.scss */
.account-status {
    margin-bottom: 1em;
    padding-left: 1px;
}



/* line 14, src/components/_login.scss */
.need-help {
    clear: both;
    margin-top: 1em;
}

@media (min-width: 480px) {
    /* line 19, src/components/_login.scss */
    .username {
        clear: none;
        float: left;
        width: 48.75%;
        margin-right: 2.5%;
    }

    /* line 22, src/components/_login.scss */
    .password {
        clear: none;
        float: left;
        width: 48.75%;
        margin-right: 2.5%;
        margin-right: 0;
        float: right;
    }
}
/* line 4, src/components/_menu-toggle.scss */
.menu-toggle {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    z-index: 151;
    position: absolute;
    top: 0;
    right: 16px;
    width: 2.5em;
    height: 90px;
    font-size: 8px;
    cursor: pointer;
}
    /* line 17, src/components/_menu-toggle.scss */
    .menu-toggle:hover .menu-toggle-icon {
        background-color: #000;
    }
        /* line 19, src/components/_menu-toggle.scss */
        .menu-toggle:hover .menu-toggle-icon:after, .menu-toggle:hover .menu-toggle-icon:before {
            background-color: #000;
        }
    /* line 28, src/components/_menu-toggle.scss */
    .menu-toggle.active .menu-toggle-icon {
        background: transparent;
    }
        /* line 30, src/components/_menu-toggle.scss */
        .menu-toggle.active .menu-toggle-icon:hover {
            background: transparent;
        }
        /* line 33, src/components/_menu-toggle.scss */
        .menu-toggle.active .menu-toggle-icon:after, .menu-toggle.active .menu-toggle-icon:before {
            background-color: #000;
        }
        /* line 38, src/components/_menu-toggle.scss */
        .menu-toggle.active .menu-toggle-icon:hover:after, .menu-toggle.active .menu-toggle-icon:hover:before, .menu-toggle.active .menu-toggle-icon:after, .menu-toggle.active .menu-toggle-icon:before {
            top: 50%;
        }
        /* line 44, src/components/_menu-toggle.scss */
        .menu-toggle.active .menu-toggle-icon:hover:before, .menu-toggle.active .menu-toggle-icon:before {
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -moz-transform-origin: 50% 50% 0;
            -webkit-transform-origin: 50% 50% 0;
            transform-origin: 50% 50% 0;
        }
        /* line 49, src/components/_menu-toggle.scss */
        .menu-toggle.active .menu-toggle-icon:hover:after, .menu-toggle.active .menu-toggle-icon:after {
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -moz-transform-origin: 50% 50% 0;
            -webkit-transform-origin: 50% 50% 0;
            transform-origin: 50% 50% 0;
        }

/* line 57, src/components/_menu-toggle.scss */
.menu-toggle-icon {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -0.125em;
    width: 2.5em;
    height: .25em;
    background-color: #000;
    -moz-transition: background 400ms;
    -o-transition: background 400ms;
    -webkit-transition: background 400ms;
    transition: background 400ms;
}
    /* line 67, src/components/_menu-toggle.scss */
    .menu-toggle-icon:after, .menu-toggle-icon:before {
        position: absolute;
        width: 2.5em;
        height: .25em;
        background-color: #000;
        content: '';
        -moz-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
    }
    /* line 76, src/components/_menu-toggle.scss */
    .menu-toggle-icon:before {
        top: -.75em;
        right: 0;
    }
    /* line 80, src/components/_menu-toggle.scss */
    .menu-toggle-icon:after {
        right: 0;
        bottom: -.75em;
    }

@media (min-width: 480px) {
    /* line 87, src/components/_menu-toggle.scss */
    .menu-toggle {
        font-size: 12px;
    }
}

@media (min-width: 769px) {
    /* line 93, src/components/_menu-toggle.scss */
    .menu-toggle {
        display: none;
    }
}
/* line 2, src/components/_payment.scss */
.payment section, .portal section, .events section, .plate section, .alumni section {
    margin: 12em 0;
}

/* line 7, src/components/_payment.scss */
.background-box {
    /*background-color: #eaeaea;*/
    padding: 2em;
}

/* line 13, src/components/_payment.scss */
.payment-paypal {
    overflow: hidden;
    *zoom: 1;
}

/* line 17, src/components/_payment.scss */
.contribution-amount {
    margin-bottom: 2em;
}

/* line 21, src/components/_payment.scss */
.paypal-option {
    padding: 2em;
}

/* line 24, src/components/_payment.scss */
.paypal-btn {
    display: block;
    max-width: 200px;
    margin: 2em auto;
}

/* line 29, src/components/_payment.scss */
.contribution-amount {
    background-color: #eaeaea;
    padding: 2em;
}
    /* line 32, src/components/_payment.scss */
    .contribution-amount .inputs {
        padding: 1em 2px;
        display: block;
    }
        /* line 35, src/components/_payment.scss */
        .contribution-amount .inputs .input {
            margin-bottom: 1em;
        }
        /* line 38, src/components/_payment.scss */
        .contribution-amount .inputs input[type="number"] {
            width: 50%;
        }

/* line 43, src/components/_payment.scss */
hr {
    border-color: #d1d1d1;
}

/* line 46, src/components/_payment.scss */
.error-msg {
    display: block;
    font-size: 0.875em;
    color: #a83338;
    margin-top: 0.5em;
}

.valid-msg {
    font-size: 0.875em;
    color: #a83338;
    top: -20px;
    position: relative;
}
/* line 52, src/components/_payment.scss */
.previous, .current, .next {
    display: inline-block;
    line-height: 4;
}

/* line 56, src/components/_payment.scss */
.breadcrumbs div {
    margin-right: 1em;
}
    /* line 58, src/components/_payment.scss */
    .breadcrumbs div:last-child {
        margin-right: 0;
    }
    /* line 61, src/components/_payment.scss */
    .breadcrumbs div .fa-angle-right {
        color: #7baed4;
        vertical-align: top;
        margin-right: 0.5em;
    }

/* line 68, src/components/_payment.scss */
.alt-link {
    color: #004a88;
    font-weight: 600;
}
    /* line 71, src/components/_payment.scss */
    .alt-link:hover {
        color: #7baed4;
    }

/* line 76, src/components/_payment.scss */
.large-number-container {
    display: inline-block;
    width: 2em;
    height: 2em;
    color: white;
    background-color: #004a88;
    border-radius: 50%;
    position: relative;
    top: 0.55em;
    margin-right: 0.5em;
}
    /* line 86, src/components/_payment.scss */
    .large-number-container .large-number {
        font-size: 1.3em;
        position: absolute;
        width: 1em;
        height: 1em;
        top: 0;
        left: 50%;
        margin-top: -1.2em;
        margin-left: -0.3em;
    }

/* line 99, src/components/_payment.scss */
.previous .large-number-container {
    background-color: #d1d1d1;
}

/* line 104, src/components/_payment.scss */
.expiration {
    overflow: hidden;
    *zoom: 1;
}
    /* line 107, src/components/_payment.scss */
    .expiration .select-styling:nth-child(2n+1) {
        clear: none;
        float: left;
        width: 48.75%;
        margin-right: 2.5%;
    }
    /* line 110, src/components/_payment.scss */
    .expiration .select-styling:nth-child(2n) {
        clear: none;
        float: left;
        width: 48.75%;
        margin-right: 2.5%;
        margin-right: 0;
        float: right;
    }

/* line 115, src/components/_payment.scss */
.labeled-detail {
    margin-bottom: 0.5em;
}

/* line 118, src/components/_payment.scss */
.thank-you {
    font-size: 1.5em;
    color: #7baed4;
    font-weight: 600;
}

/* line 124, src/components/_payment.scss */
a.btn {
    color: white;
    display: inline-block;
}

/* line 131, src/components/_payment.scss */
.col-box .one-of-two {
    margin-bottom: 1em;
}

@media (min-width: 480px) {
    /* line 138, src/components/_payment.scss */
    .contribution-amount .inputs {
        overflow: hidden;
        *zoom: 1;
    }
        /* line 141, src/components/_payment.scss */
        .contribution-amount .inputs .input:nth-child(2n+1) {
            clear: none;
            float: left;
            width: 48.75%;
            margin-right: 2.5%;
        }
        /* line 144, src/components/_payment.scss */
        .contribution-amount .inputs .input:nth-child(2n) {
            clear: none;
            float: left;
            width: 48.75%;
            margin-right: 2.5%;
            margin-right: 0;
            float: right;
        }
}

@media (min-width: 768px) {
    /* line 154, src/components/_payment.scss */
    .contribution-amount .inputs {
        overflow: hidden;
        *zoom: 1;
    }
        /* line 156, src/components/_payment.scss */
        .contribution-amount .inputs .input {
            clear: none;
            float: left;
            width: 23.125%;
            margin-right: 2.5%;
        }
            /* line 158, src/components/_payment.scss */
            .contribution-amount .inputs .input:nth-child(2n+1) {
                clear: none;
                float: left;
                width: 23.125%;
                margin-right: 2.5%;
            }
            /* line 161, src/components/_payment.scss */
            .contribution-amount .inputs .input:nth-child(2n) {
                clear: none;
                float: left;
                width: 23.125%;
                margin-right: 2.5%;
            }
            /* line 164, src/components/_payment.scss */
            .contribution-amount .inputs .input:nth-child(4n) {
                clear: none;
                float: left;
                width: 23.125%;
                margin-right: 2.5%;
                margin-right: 0;
                float: right;
            }

    /* line 170, src/components/_payment.scss */
    .col-box {
        overflow: hidden;
        *zoom: 1;
    }
        /* line 172, src/components/_payment.scss */
        .col-box .one-of-two {
            clear: none;
            float: left;
            width: 48.75%;
            margin-right: 2.5%;
            margin-bottom: 0;
        }
        /* line 176, src/components/_payment.scss */
        .col-box .two-of-two {
            clear: none;
            float: left;
            width: 48.75%;
            margin-right: 2.5%;
            margin-right: 0;
            float: right;
            margin-bottom: 1em;
        }

    /* line 181, src/components/_payment.scss */
    .payment-info {
        clear: none;
        float: left;
        width: 48.75%;
        margin-right: 2.5%;
    }

    /* line 184, src/components/_payment.scss */
    .paypal-option {
        clear: none;
        float: left;
        width: 48.75%;
        margin-right: 2.5%;
        margin-right: 0;
        float: right;
    }

    /* line 187, src/components/_payment.scss */
    .gift-print {
        overflow: hidden;
        *zoom: 1;
    }
        /* line 189, src/components/_payment.scss */
        .gift-print .gift-matching {
            clear: none;
            float: left;
            width: 74.375%;
            margin-right: 2.5%;
        }
        /* line 192, src/components/_payment.scss */
        .gift-print .print-page {
            clear: none;
            float: left;
            width: 23.125%;
            margin-right: 2.5%;
            margin-right: 0;
            float: right;
        }
}
/* line 1, src/components/_payment2.scss */
.start-date {
    margin-right: 20px;
}

/* line 4, src/components/_payment2.scss */
#datepicker {
    width: 200px;
}

/* line 10, src/components/_payment2.scss */
.annual-amount {
    margin-right: 100px;
}

/* line 13, src/components/_payment2.scss */
.next-contributions {
    padding: 0;
    max-width: 400px;
    max-height: 300px;
    overflow-y: scroll;
}
    /* line 18, src/components/_payment2.scss */
    .next-contributions.darker li {
        background-color: #d1d1d1;
    }
    /* line 21, src/components/_payment2.scss */
    .next-contributions li {
        background-color: #eaeaea;
        padding: 0.5em;
        margin-bottom: 0.5em;
    }
        /* line 25, src/components/_payment2.scss */
        .next-contributions li .date {
            display: inline-block;
            width: 150px;
        }

/* line 31, src/components/_payment2.scss */
.input.other {
    width: 75% !important;
}

/* line 2, src/components/_plate.scss */
.plate table, .alumni table {
    width: 100%;
    margin: 2em 0;
}
    /* line 5, src/components/_plate.scss */
    .plate table th, .alumni table th {
        background-color: #004a88;
        color: white;
        text-transform: uppercase;
        border-right: 4px solid white;
        padding: 0.2em 0.5em;
        width: 25%;
        text-align: left;
    }
        /* line 13, src/components/_plate.scss */
        .plate table th:last-child, .alumni table th:last-child {
            border: none;
        }
    /* line 18, src/components/_plate.scss */
    .plate table tr:nth-of-type(2n), .alumni table tr:nth-of-type(2n) {
        background-color: #eaeaea;
    }
    /* line 21, src/components/_plate.scss */
    .plate table tr:hover, .alumni table tr:hover {
        background-color: #7baed4;
        cursor: pointer;
    }
    /* line 26, src/components/_plate.scss */
    .plate table td, .alumni table td {
        width: 25%;
        padding: 0.2em 0.5em;
    }

/* line 1, src/components/_portal.scss */
.sub-nav {
    padding: 0;
    /*font-family: "Open Sans Condensed", sans-serif;*/
    text-transform: uppercase;
}
    /* line 5, src/components/_portal.scss */
    .sub-nav li {
        text-align: center;
        padding: 0;
        background-color: #eaeaea;
    }
        /* line 9, src/components/_portal.scss */
        .sub-nav li:hover {
            background-color: #d1d1d1;
        }
            /* line 11, src/components/_portal.scss */
            .sub-nav li:hover.active {
                background-color: #0066bb;
            }
        /* line 15, src/components/_portal.scss */
        .sub-nav li.active {
            background-color: #004a88;
        }
            /* line 17, src/components/_portal.scss */
            .sub-nav li.active a {
                color: white;
            }
        /* line 21, src/components/_portal.scss */
        .sub-nav li a {
            padding: 0.5em;
            display: block;
            color: #858585;
        }

/* line 28, src/components/_portal.scss */
.profile-information {
    margin: 2em 0;
}

/* line 31, src/components/_portal.scss */
.address-info {
    overflow: hidden;
    *zoom: 1;
    margin-top: 2em;
}

/* line 35, src/components/_portal.scss */
.billing-address {
    margin-top: 2em;
    padding: 2em;
}
    /* line 38, src/components/_portal.scss */
    .billing-address h2 {
        margin-bottom: 1.5em;
    }

@media (min-width: 768px) {
    /* line 45, src/components/_portal.scss */
    .sub-nav li {
        display: inline-block;
        width: 20%;
        border-left: 2px solid white;
        border-right: 2px solid white;
    }
        /* line 50, src/components/_portal.scss */
        .sub-nav li:first-child {
            border-left: none;
        }
        /* line 53, src/components/_portal.scss */
        .sub-nav li:last-child {
            border-right: none;
        }

    /* line 58, src/components/_portal.scss */
    .one-of-two.divider {
        border-right: 1px solid #d1d1d1;
    }
}
/* line 1, src/components/_register.scss */
.whats-this {
    margin: -1em 0 1em 0;
    text-align: right;
}

/* line 5, src/components/_register.scss */
.activate-intro {
    margin-bottom: 1em;
}
.site-footer .footer-logo {
    text-align:left;
}
.site-footer .footer-logo .ft-logo img {
    height: 64px;
}
.site-footer .footer-content {
    /*line-height: 64px;*/
   text-align:left;
   font-size: 16px;
   top:15px;
}
    .site-footer .footer-content .contact-mail {
        padding-left:15px;
    }
    .site-footer .footer-content .contact {
        padding-left: 220px;
    }

    @media (min-width: 768px) {
        /* line 10, src/components/_register.scss */
        #login-form.one-of-two {
            border-right: 1px solid #d1d1d1;
            padding-right: 2em;
        }
    }

    @media screen and (max-width: 767px) {
        .background-box {
            /*background-color: #eaeaea;*/
            padding: 1em;
        }

        #header-links .menu-item {
            padding: 8px 0px 8px 20px;
            /*display: block;*/
            color: #000;
            border-bottom: 1px solid #d1d1d1;
        }

            #header-links .menu-item > i {
                padding-right: 6px;
            }

        #contribution-links .contrib-block:first-child {
            width: 100% !important;
        }

        #contribution-links .contrib-block:last-child {
            width: 100% !important;
            margin-top: 10px;
        }

        .site-footer .footer-logo  {
           text-align:center;
        }

        .site-footer .footer-logo .ft-logo img {
            height: 40px !important;
        }

        .site-footer .footer-content {
           
            display: block;
            clear: both;
            text-align: center !important;
            width: 100% !important;
            line-height: 25px !important;
        }
            .site-footer .footer-content .contact-mail {
                padding-left: 0px;
                display:block;
            }
            .site-footer .footer-content .contact {
                text-align:center !important;
                padding:0px !important;
            }
    }
@media screen and (max-width: 768px) {
    .site-footer .footer-content .contact-mail {
        padding-left: 0px;
        display: block;
    }

    .site-footer .footer-content {
        top: 0px;
        padding: 0px;
    }

        .site-footer .footer-content .contact {
            text-align: left;
            padding: 0px;
        }

}
.g-recaptcha.has-error {
    border-left: 2px solid #a83338 !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
/*NewEvent20240223*/
.wapper-time-transport .col-md-1,
.wapper-time-transport .select-styling.col-md-2 {
    padding-right: 0%;
}
span.wrapper-checkbox {
    margin-left: 10px;
}
span.wrapper-delete-guest {
    margin-left: 5px;
}
