/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=3e94a5616b1e1291015f)
 * Config saved to config.json and https://gist.github.com/3e94a5616b1e1291015f
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

@import url(/s/resources/css/appstyles.css);
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 600
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 600
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a, a:visited {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr, img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
    select {
        background: #fff !important
    }
    .navbar {
        display: none
    }
    .btn>.caret, .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
}

* {
    box-sizing: border-box
}

*:before, *:after {
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:700px) {
    .container {
        width: 100%
    }
}

@media (min-width:1024px) {
    .container {
        width: 100%
    }
}

@media (min-width:1171px) {
    .container {
        width: 1170px;
        max-width: 100%
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0%
}

@media (min-width:700px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
}

@media (min-width:1024px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
}

@media (min-width:1171px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in {
    display: block;
    visibility: visible
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:700px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:1024px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width:699px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:699px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:699px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:699px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:700px) and (max-width:1023px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:700px) and (max-width:1023px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:700px) and (max-width:1023px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:700px) and (max-width:1023px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1024px) and (max-width:1170px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1024px) and (max-width:1170px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:1024px) and (max-width:1170px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:1024px) and (max-width:1170px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1171px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1171px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1171px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1171px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:699px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:700px) and (max-width:1023px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:1024px) and (max-width:1170px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1171px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

/*!
* js-offcanvas v1.2.3 (https://github.com/vmitsaras/js-offcanvas)
* jQuery Accesible Offcanvas Panels
* Licensed under MIT (https://github.com/vmitsaras/js-offcanvas/blob/master/LICENSE)
*/

.c-offcanvas, .c-offcanvas-content-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.c-offcanvas, .c-offcanvas-bg.c-offcanvas-bg--push, .c-offcanvas-bg.c-offcanvas-bg--reveal, .c-offcanvas-content-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .6, 1);
    transition: transform .3s cubic-bezier(.4, 0, .6, 1)
}

.c-offcanvas.is-open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible
}

.c-offcanvas-content-wrap {
    position: relative;
    overflow: hidden;
    background: #fff
}

.c-offcanvas {
    position: fixed;
    min-height: 100%;
    max-height: none;
    top: 0;
    display: block;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto
}

.c-offcanvas--opening {
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .6, 1);
    transition-timing-function: cubic-bezier(.4, 0, .6, 1)
}

.c-offcanvas.is-closed {
    max-height: 100%;
    overflow: hidden;
    visibility: hidden;
    box-shadow: none
}

.c-offcanvas--overlay {
    z-index: 6
}

.c-offcanvas-bg {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    left: -100%;
    background-color: transparent;
    -webkit-transition: background-color .4s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: background-color .4s cubic-bezier(.23, 1, .32, 1) 0s
}

.c-offcanvas-bg.is-animating, .c-offcanvas-bg.is-open {
    left: 0;
    background-color: rgba(0, 0, 0, 0.68);
    visibility: visible
}

.c-offcanvas-bg.is-closed {
    visibility: hidden
}

.c-offcanvas--left {
    height: 100%;
    width: 300px;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0)
}

.c-offcanvas--right {
    height: 100%;
    width: 300px;
    right: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0)
}

.c-offcanvas--bottom, .c-offcanvas--top {
    left: 0;
    right: 0;
    height: 12.5em;
    min-height: auto;
    width: 100%
}

.c-offcanvas--top {
    top: 0;
    -webkit-transform: translate3d(0, -12.5em, 0);
    transform: translate3d(0, -12.5em, 0)
}

.c-offcanvas--bottom {
    top: auto;
    bottom: 0;
    -webkit-transform: translate3d(0, 12.5em, 0);
    transform: translate3d(0, 12.5em, 0)
}

.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--left.is-open {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0)
}

.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--right.is-open {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0)
}

.c-offcanvas--reveal {
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--left.is-open {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0)
}

.c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--right.is-open {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0)
}

.c-offcanvas--push {
    z-index: 6
}

.c-offcanvas--push--opening {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.c-offcanvas-content-wrap {
    z-index: 3
}

.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--left.is-open {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0)
}

.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--right.is-open {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0)
}

.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--left.is-open {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0)
}

.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--right.is-open {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0)
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: 'Utopia';
    src: url('fonts/Utopia-Bold.eot');
    src: url('fonts/Utopia-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Utopia-Bold.woff2') format('woff2'), url('fonts/Utopia-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Whitney HTFMSC';
    src: url('fonts/WhitneyHTF-MediumSC.eot');
    src: url('fonts/WhitneyHTF-MediumSC.eot?#iefix') format('embedded-opentype'), url('fonts/WhitneyHTF-MediumSC.woff2') format('woff2'), url('fonts/WhitneyHTF-MediumSC.woff') format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Whitney HTF';
    src: url('fonts/WhitneyHTF-Light.eot');
    src: url('fonts/WhitneyHTF-Light.eot?#iefix') format('embedded-opentype'), url('fonts/WhitneyHTF-Light.woff2') format('woff2'), url('fonts/WhitneyHTF-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Whitney HTF';
    src: url('fonts/WhitneyHTF-BookItalic.eot');
    src: url('fonts/WhitneyHTF-BookItalic.eot?#iefix') format('embedded-opentype'), url('fonts/WhitneyHTF-BookItalic.woff2') format('woff2'), url('fonts/WhitneyHTF-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Whitney HTF';
    src: url('fonts/WhitneyHTF-Book.eot');
    src: url('fonts/WhitneyHTF-Book.eot?#iefix') format('embedded-opentype'), url('fonts/WhitneyHTF-Book.woff2') format('woff2'), url('fonts/WhitneyHTF-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Whitney HTF';
    src: url('fonts/WhitneyHTF-SemiBold.eot');
    src: url('fonts/WhitneyHTF-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/WhitneyHTF-SemiBold.woff2') format('woff2'), url('fonts/WhitneyHTF-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Whitney HTF';
    src: url('fonts/WhitneyHTF-Medium.eot');
    src: url('fonts/WhitneyHTF-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/WhitneyHTF-Medium.woff2') format('woff2'), url('fonts/WhitneyHTF-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Whitney BookSC';
    src: url('fonts/WhitneyHTF-BookSC.eot');
    src: url('fonts/WhitneyHTF-BookSC.eot?#iefix') format('embedded-opentype'), url('fonts/WhitneyHTF-BookSC.woff2') format('woff2'), url('fonts/WhitneyHTF-BookSC.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Whitney HTF";
    src: url('fonts/WhitneyHTF-SemiBold.eot');
    src: url('fonts/WhitneyHTF-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/WhitneyHTF-SemiBold.woff2') format('woff2'), url('fonts/WhitneyHTF-SemiBold.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

.structBody {
    background: #fff;
    padding: 0 0 0
}

.interior .structBody .midWrap {
    padding-top: 0px;
    padding-bottom: 60px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .interior .structBody .midWrap {
        padding-top: 0px;
        padding-bottom: 40px
    }
}

@media only screen and (max-width : 699px) {
    .interior .structBody .midWrap {
        padding-top: 0px;
        padding-bottom: 30px
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .interior.sideBar .structBody {
        padding-top: 40px;
        padding-bottom: 0px
    }
}

@media only screen and (max-width : 699px) {
    .interior.sideBar .structBody {
        padding-top: 20px;
        padding-bottom: 0px
    }
}

.interior .sidebar-left .midWrap {
    padding-left: 40px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .interior .sidebar-left .midWrap {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (max-width : 699px) {
    .interior .sidebar-left .midWrap {
        padding-left: 15px
    }
}

.interior .sidebar-left .midWrap .ftImg img {
    width: 100%
}

.interior .sidebar-right .midWrap {
    padding-right: 40px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .interior .sidebar-right .midWrap {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (max-width : 699px) {
    .interior .sidebar-right .midWrap {
        padding-right: 15px
    }
}

.interior .sidebar-both .midWrap {
    padding-left: 40px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .interior .sidebar-both .midWrap {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (max-width : 699px) {
    .interior .sidebar-both .midWrap {
        padding-right: 15px;
        padding-left: 15px
    }
}

.interior .sidebar-both .midWrap .mainCol {
    padding-right: 30px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .interior .sidebar-both .midWrap .mainCol {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width : 699px) {
    .interior .sidebar-both .midWrap .mainCol {
        padding-right: 15px
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .interior .sidebar-both .midWrap .structRight {
        padding-left: 15px;
        padding-right: 15px
    }
}

.interior .eventDetailLayout1 .eventLeft img {
    margin-bottom: 15px
}

.interior .eventDetailLayout1 .eventLeft .mobileEventButtons ul {
    margin: 0;
    padding: 0
}

.interior .eventDetailLayout1 .eventLeft .mobileEventButtons ul li {
    list-style: none;
    margin-bottom: 15px
}

.interior .eventDetailLayout1 .eventLeft .mobileEventButtons ul li.register a {
    background: #55198B
}

.interior .eventDetailLayout1 .eventLeft .mobileEventButtons ul li a {
    display: block;
    padding: 15px;
    text-align: center;
    background: #55198B;
    color: #fff;
    text-decoration: none
}

.interior .eventDetailLayout1 .eventLeft .mobileEventButtons ul li a:hover {
    background: #363636
}

.interior .eventDetailLayout1 .eventRight {
    padding-left: 25px
}

@media only screen and (max-width : 699px) {
    .interior .eventDetailLayout1 .eventRight {
        padding-left: 15px
    }
}

.interior .eventDetailLayout1 .eventRight h3 {
    font-weight: normal
}

.interior .eventDetailLayout1 .eventRight .eventButtons ul {
    margin: 0;
    padding: 0
}

.interior .eventDetailLayout1 .eventRight .eventButtons ul li {
    list-style: none;
    margin-bottom: 15px
}

.interior .eventDetailLayout1 .eventRight .eventButtons ul li.register a {
    background: #55198B
}

.interior .eventDetailLayout1 .eventRight .eventButtons ul li a {
    display: block;
    padding: 15px;
    text-align: center;
    background: #55198B;
    color: #fff;
    text-decoration: none
}

.interior .eventDetailLayout1 .eventRight .eventButtons ul li a:hover {
    background: #363636
}

.interior .eventDetailLayout1 .eventRight .whenWhere {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 2px solid #f2f2f2
}

.interior .eventDetailLayout1 .eventRight .whenWhere ul {
    margin-left: 3.142857em
}

.interior .eventDetailLayout1 .eventRight .whenWhere ul li {
    margin: 20px 0;
    font-size: 18px
}

.interior .eventDetailLayout1 .eventRight .whenWhere ul li i {
    font-size: 30px;
    color: #55198B;
    top: -0.1em
}

.interior .eventDetailLayout1 .eventRight .location {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 2px solid #f2f2f2
}

.interior .eventDetailLayout1 .eventRight .location .embed-container {
    position: relative;
    padding-bottom: 90%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-top: 10px
}

.interior .eventDetailLayout1 .eventRight .location .embed-container iframe, .interior .eventDetailLayout1 .eventRight .location .embed-container object, .interior .eventDetailLayout1 .eventRight .location .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.interior .eventDetailLayout1 .eventRight .contact {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 2px solid #f2f2f2
}

.interior .eventDetailLayout2 .eventLeft .eventDateTime {
    float: left;
    width: 130px
}

@media only screen and (max-width : 699px) {
    .interior .eventDetailLayout2 .eventLeft .eventDateTime {
        width: 100%
    }
}

.interior .eventDetailLayout2 .eventLeft .eventDateTime .date {
    text-align: center;
    width: 130px;
    margin-bottom: 20px
}

@media only screen and (max-width : 699px) {
    .interior .eventDetailLayout2 .eventLeft .eventDateTime .date {
        float: left;
        margin-right: 20px
    }
}

.interior .eventDetailLayout2 .eventLeft .eventDateTime .date .month {
    background: #2D0D4A;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px
}

.interior .eventDetailLayout2 .eventLeft .eventDateTime .date .day {
    background: rgba(45, 13, 74, 0.5);
    font-size: 55px;
    line-height: 55px;
    color: #fff;
    padding: 15px
}

.interior .eventDetailLayout2 .eventLeft .eventDateTime ul {
    margin-left: 0;
    padding: 0
}

.interior .eventDetailLayout2 .eventLeft .eventDateTime ul li {
    margin: 20px 0;
    list-style: none
}

.interior .eventDetailLayout2 .eventLeft .eventDateTime ul li.timeTitle {
    font-size: 25px;
    color: #55198B
}

.interior .eventDetailLayout2 .eventLeft .eventDateTime ul li.timeTitle .fa {
    margin-right: 10px
}

.interior .eventDetailLayout2 .eventLeft .eventDateTime ul li i {
    font-size: 30px;
    color: #55198B;
    top: -0.1em
}

.interior .eventDetailLayout2 .eventLeft .eventSummary {
    padding-left: 170px
}

@media only screen and (max-width : 699px) {
    .interior .eventDetailLayout2 .eventLeft .eventSummary {
        padding-left: 0;
        float: left
    }
}

.interior .eventDetailLayout2 .eventLeft .eventSummary img {
    margin-bottom: 15px
}

.interior .eventDetailLayout2 .eventLeft .eventSummary .mobileEventButtons ul {
    margin: 0;
    padding: 0
}

.interior .eventDetailLayout2 .eventLeft .eventSummary .mobileEventButtons ul li {
    list-style: none;
    margin-bottom: 15px
}

.interior .eventDetailLayout2 .eventLeft .eventSummary .mobileEventButtons ul li.register a {
    background: #55198B
}

.interior .eventDetailLayout2 .eventLeft .eventSummary .mobileEventButtons ul li a {
    display: block;
    padding: 15px;
    text-align: center;
    background: #55198B;
    color: #fff;
    text-decoration: none
}

.interior .eventDetailLayout2 .eventLeft .eventSummary .mobileEventButtons ul li a:hover {
    background: #363636
}

.interior .eventDetailLayout2 .eventRight {
    padding-left: 25px
}

@media only screen and (max-width : 699px) {
    .interior .eventDetailLayout2 .eventRight {
        padding-left: 15px
    }
}

.interior .eventDetailLayout2 .eventRight h3 {
    font-weight: normal
}

.interior .eventDetailLayout2 .eventRight .eventButtons ul {
    margin: 0;
    padding: 0
}

.interior .eventDetailLayout2 .eventRight .eventButtons ul li {
    list-style: none;
    margin-bottom: 15px
}

.interior .eventDetailLayout2 .eventRight .eventButtons ul li.register a {
    background: #55198B
}

.interior .eventDetailLayout2 .eventRight .eventButtons ul li a {
    display: block;
    padding: 15px;
    text-align: center;
    background: #55198B;
    color: #fff;
    text-decoration: none
}

.interior .eventDetailLayout2 .eventRight .eventButtons ul li a:hover {
    background: #363636
}

.interior .eventDetailLayout2 .eventRight .whenWhere {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 2px solid #f2f2f2
}

.interior .eventDetailLayout2 .eventRight .whenWhere ul {
    margin-left: 3.142857em
}

.interior .eventDetailLayout2 .eventRight .whenWhere ul li {
    margin: 20px 0;
    font-size: 18px
}

.interior .eventDetailLayout2 .eventRight .whenWhere ul li i {
    font-size: 30px;
    color: #55198B;
    top: -0.1em
}

.interior .eventDetailLayout2 .eventRight .location {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 2px solid #f2f2f2
}

.interior .eventDetailLayout2 .eventRight .location .embed-container {
    position: relative;
    padding-bottom: 90%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-top: 10px
}

.interior .eventDetailLayout2 .eventRight .location .embed-container iframe, .interior .eventDetailLayout2 .eventRight .location .embed-container object, .interior .eventDetailLayout2 .eventRight .location .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.interior .eventDetailLayout2 .eventRight .location .fa {
    margin-right: 10px
}

.interior .eventDetailLayout2 .eventRight .contact {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 2px solid #f2f2f2
}

.interior .eventDetailLayout2 .eventRight .contact .fa {
    margin-right: 10px
}

.interior .classnotes .classnotes-title {
    margin: 0 0 20px;
    font-size: 2em;
    display: none
}

.interior .classnotes .Instructions {
    margin: 0 0 15px
}

.interior .classnotes .imod-button-section {
    margin: 15px 0;
    clear: both
}

.interior .classnotes .classnote-search-category {
    margin: 15px 0;
    font-size: 1.2em
}

.interior .classnotes .classnotes-checkbox-list {
    border: 1px solid #aaa;
    border-radius: 2px;
    overflow-y: auto;
    max-height: 150px
}

.interior .classnotes .classnotes-search .field-findall {
    display: none
}

.interior .classnotes .classnote-unverified {
    font-style: italic
}

.interior .classnotes .classnotes-form {
    max-width: 600px
}

.interior .classnotes .classnotes-form.classnotes-search {
    max-width: 400px
}

.interior .classnotes .classnotes-form textarea {
    width: 100%;
    color: #6d6d6d;
    height: 150px
}

.interior .classnotes .classnotes-form .imod-field-item {
    clear: both;
    padding: 10px 0
}

.interior .classnotes .classnotes-form .imod-field-label {
    width: 100%
}

.interior .classnotes .classnotes-form .imod-field-control {
    width: 100%
}

.interior .classnotes .classnotes-form .imod-field-control.imod-no-label {
    float: none
}

.interior .classnotes .classnotes-form .imod-field-control input[type=text], .interior .classnotes .classnotes-form .imod-field-control select {
    width: 100%
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .interior .classnotes input.button.imod-secondary-action {
        float: right
    }
    .interior .classnotes .classnotes-options input {
        padding: 0;
        height: 60px;
        width: 60px!important;
        display: inline-block;
        white-space: normal;
        box-sizing: border-box;
        margin: 0
    }
}

@media only screen and (max-width : 699px) {
    .interior .classnotes input.button.imod-secondary-action {
        float: right
    }
    .interior .classnotes .classnotes-options input {
        padding: 0;
        height: 60px;
        width: 60px!important;
        display: inline-block;
        white-space: normal;
        box-sizing: border-box;
        margin: 0
    }
}

.interior .classnotes .classnotes-options {
    margin: 10px 0 30px
}

.interior .classnotes .classnotes-options .imod-pill-nav {
    overflow: hidden;
    width: 100%;
    margin: 30px 0
}

.interior .classnotes .classnotes-options .imod-pill-nav>div {
    display: inline-block;
    margin-right: 15px
}

.interior .classnotes .classnotes-options .imod-pill-nav>div>a, .interior .classnotes .classnotes-options .imod-pill-nav>div>span {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #55198B;
    display: block;
    padding: 5px 15px;
    text-decoration: none
}

.interior .classnotes .classnotes-options .imod-pill-nav>div a:hover {
    color: #55198B
}

.interior .classnotes .classnotes-options .imod-pill-nav>div a.selected, .interior .classnotes .classnotes-options .imod-pill-nav>div span.selected, .interior .classnotes .classnotes-options .imod-pill-nav>div.selected a, .interior .classnotes .classnotes-options .imod-pill-nav>div.selected span {
    background: #55198B none repeat scroll 0 0;
    border-color: #55198B;
    color: #C382FC !important;
    font-weight: 600;
    text-decoration: none
}

.interior .classnotes .classnotes-nav {
    clear: both;
    margin: 15px 0
}

.interior .classnotes .classnotes-instructions {
    margin: 0 0 30px
}

.interior .classnotes .classnotes-container {
    margin: 30px 0;
    clear: left
}

.interior .classnotes .classnotes-container .imod-pager {
    clear: both;
    overflow: hidden;
    padding: 30px 0;
    border-top: 2px solid #ccc
}

.interior .classnotes .classnotes-container .imod-pager .pager-info {
    display: block;
    float: left;
    left: 30%;
    position: relative;
    text-align: center;
    width: 40%
}

.interior .classnotes .classnotes-container .imod-pager .pager-info .currentPage {
    color: #666;
    font-size: .85em
}

.interior .classnotes .classnotes-container .imod-pager .pageBtn {
    display: block;
    float: left;
    position: relative;
    width: 30%
}

.interior .classnotes .classnotes-container .imod-pager .pageBtn.prev-page {
    left: -40%
}

.interior .classnotes .classnotes-container .imod-pager .pageBtn.next-page {
    text-align: right
}

.interior .classnotes .classnotes-container .imod-pager .pageBtn a {
    background: #333 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1.05em;
    font-weight: 400;
    padding: 10px 15px;
    text-decoration: none
}

.interior .classnotes .classnotes-container .imod-pager .pageBtn a:hover {
    opacity: .75
}

.interior .classnotes .classnotes-container .imod-pager .pageBtn a[disabled=disabled] {
    opacity: .75
}

.interior .classnotes .imod-profile-class-notes.classnotes-container {
    padding: 0 5px
}

.interior .classnotes .classnote-item {
    border-top: 2px solid #f2f2f2;
    display: block;
    padding: 30px 0;
    position: relative
}

.interior .classnotes .classnote-item .classnote-header {
    padding: 0 0 15px;
    position: relative
}

.interior .classnotes .classnote-item .classnote-header .classnote-edit {
    bottom: 20px;
    position: absolute;
    right: 0
}

.interior .classnotes .classnote-item .classnote-header .classnote-edit a {
    background: #55198B none repeat scroll 0 0 !important;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: .85em;
    font-weight: 700;
    padding: 10px 15px;
    text-decoration: none
}

.interior .classnotes .classnote-item .classnote-header .classnote-edit a:hover {
    opacity: .75
}

.interior .classnotes .classnote-item .classnote-header h3 {
    margin: 0 0 5px
}

.interior .classnotes .classnote-item .classnote-header h3 a {
    text-decoration: none
}

.interior .classnotes .classnote-item .classnote-header h3 a:hover {
    opacity: .75
}

.interior .classnotes .classnote-item .classnote-header .classnote-deceased {
    color: #999;
    display: inline-block;
    font-style: italic
}

.interior .classnotes .classnote-item .classnote-header .classnote-classyear {
    display: inline-block;
    font-size: 1.25em;
    line-height: normal
}

.interior .classnotes .classnote-item .classnote-image {
    float: left;
    margin: 0 30px 20px 0;
    width: 25%
}

.interior .classnotes .classnote-item .classnote-image img {
    max-width: 100%
}

.interior .classnotes .classnote-item .classnote-image .classnote-caption {
    color: #888;
    font-size: .75em;
    font-style: italic;
    padding-top: 10px;
    text-align: center
}

.interior .classnotes .classnote-item .classnote-footer {
    clear: both;
    color: #999;
    font-size: .9em;
    margin-top: 20px;
    padding-top: 10px
}

.interior .classnotes .classnote-item .classnote-footer a {
    text-decoration: none
}

.interior .classnotes .classnote-item .classnote-footer a:hover {
    opacity: .75
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .interior .classnotes .classnote-item {
        padding: 20px 0
    }
    .interior .classnotes .classnote-item .classnote-header .classnote-edit {
        bottom: auto;
        margin: 0 0 10px;
        position: relative
    }
    .interior .classnotes .classnote-item .classnote-image {
        float: none;
        text-align: center;
        width: 100%
    }
    .interior .classnotes .classnotes-container .imod-pager {
        padding: 10px 0
    }
    .interior .classnotes .classnotes-container .imod-pager .pager-info {
        float: none;
        left: 0;
        padding: 0 0 5px;
        width: 100%
    }
    .interior .classnotes .classnotes-container .imod-pager .pageBtn {
        width: 50%
    }
    .interior .classnotes .classnotes-container .imod-pager .pageBtn.prev-page {
        left: 0
    }
    .interior .classnotes .classnotes-nav {
        border-left: 1px solid #ccc;
        display: table;
        width: 100%
    }
    .interior .classnotes .classnotes-nav>div {
        display: table-cell;
        vertical-align: top
    }
    .interior .classnotes .classnotes-nav>div>a {
        border-left: medium none;
        border-radius: 0;
        font-size: 12px;
        padding: 5px;
        text-align: center
    }
}

@media only screen and (max-width : 699px) {
    .interior .classnotes .classnote-item {
        padding: 20px 0
    }
    .interior .classnotes .classnote-item .classnote-header .classnote-edit {
        bottom: auto;
        margin: 0 0 10px;
        position: relative
    }
    .interior .classnotes .classnote-item .classnote-image {
        float: none;
        text-align: center;
        width: 100%
    }
    .interior .classnotes .classnotes-container .imod-pager {
        padding: 10px 0
    }
    .interior .classnotes .classnotes-container .imod-pager .pager-info {
        float: none;
        left: 0;
        padding: 0 0 5px;
        width: 100%
    }
    .interior .classnotes .classnotes-container .imod-pager .pageBtn {
        width: 50%
    }
    .interior .classnotes .classnotes-container .imod-pager .pageBtn.prev-page {
        left: 0
    }
    .interior .classnotes .classnotes-nav {
        border-left: 1px solid #ccc;
        display: table;
        width: 100%
    }
    .interior .classnotes .classnotes-nav>div {
        display: table-cell;
        vertical-align: top
    }
    .interior .classnotes .classnotes-nav>div>a {
        border-left: medium none;
        border-radius: 0;
        font-size: 12px;
        padding: 5px;
        text-align: center
    }
}

.pageName h1 {
    margin: 0 0 10px
}

.breadCrumbs ul {
    padding: 0 0 10px;
    margin: 0 0 30px;
    list-style: none;
    border-bottom: 2px solid #f5f5f5
}

.breadCrumbs ul li {
    padding: 0 0px 0 0px;
    margin: 0;
    display: inline;
    font-size: .8em
}

.breadCrumbs ul li:before {
    content: "»"
}

.breadCrumbs ul li a {
    text-decoration: none;
    padding: 0px 5px 0 8px
}

.breadCrumbs ul li:first-child a {
    padding-left: 0
}

.breadCrumbs ul li:first-child:before {
    content: ""
}

.breadCrumbs ul li.selected a {
    font-weight: bold
}

.pageHero {
    float: left;
    width: 100%;
    top: 0px;
    position: relative;
    margin-bottom: 60px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .pageHero {
        margin-bottom: 35px
    }
}

@media only screen and (max-width : 699px) {
    .pageHero {
        margin-bottom: 25px
    }
}

.pageHero img {
    display: block;
    margin: 0 auto
}

.pageHero p {
    margin: 0
}

.pageHero .fullImg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.sectionRow {
    padding: 60px 0
}

@media only screen and (max-width : 699px) {
    .sectionRow {
        padding: 30px 0
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .sideBar {
        padding-top: 30px
    }
}

@media only screen and (max-width : 699px) {
    .sideBar {
        clear: both;
        margin-top: 30px
    }
}

.home-section {
    position: relative
}

.home-section>.sectionBkgd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-size: cover;
    background-position: center;
    opacity: .2
}

.home-section .sectionRow {
    position: relative;
    z-index: 5
}

.home-section .sectionRow>.container {
    position: relative;
    z-index: 5
}

.home-section .sectionBtn {
    text-align: center
}

.home-section .sectionBtn .viewAll {
    line-height: 50px;
    margin-top: 20px
}

.home-section .sectionBtn .viewAll a {
    background: #55198B;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    -webkit-transition: .3s background ease;
    transition: .3s background ease
}

.home-section .sectionBtn .viewAll a:hover, .home-section .sectionBtn .viewAll a:focus {
    background: #000
}

.home-section.section-1 {
    background-color: #fff;
    color: #fff
}

.home-section.section-1 a {
    color: #fff
}

.home-section.section-1 .sectionHeader h2 {
    color: #55198B
}

.home-section.section-1 h2, .home-section.section-1 h3, .home-section.section-1 h4, .home-section.section-1 h5 {
    color: #55198B
}

.home-section.section-2 {
    background-color: #fff;
    color: inherit
}

.home-section.section-2 a {
    color: #55198B
}

.home-section.section-2 .sectionHeader h2 {
    color: #55198B
}

.home-section.section-2 h2, .home-section.section-2 h3, .home-section.section-2 h4, .home-section.section-2 h5 {
    color: #55198B
}

.home-section.section-3 {
    background-color: #f8f8f8;
    color: #363636
}

.home-section.section-3 a {
    color: #55198B
}

.home-section.section-3 .sectionHeader h2 {
    color: #2D0D4A
}

.home-section.section-3 h2, .home-section.section-3 h3, .home-section.section-3 h4, .home-section.section-3 h5 {
    color: #2D0D4A
}

.home-section.section-4 {
    background-color: #fff;
    color: #363636
}

.home-section.section-4 a {
    color: #363636
}

.home-section.section-4 .sectionHeader h2 {
    color: #2D0D4A
}

.home-section.section-4 h2, .home-section.section-4 h3, .home-section.section-4 h4, .home-section.section-4 h5 {
    color: #2D0D4A
}

.home-section.section-5 {
    background-color: #55198B;
    color: #fff
}

.home-section.section-5 a {
    color: #fff
}

.home-section.section-5 .sectionHeader h2 {
    color: #fff
}

.home-section.section-5 h2, .home-section.section-5 h3, .home-section.section-5 h4, .home-section.section-5 h5 {
    color: #fff
}

.home-section .sectionHeader {
    margin-bottom: 0px;
    text-align: center
}

.home-section .sectionHeader h2 {
    margin: 0 0 40px;
    line-height: 1
}

@media only screen and (max-width : 699px) {
    .home-section .sectionHeader h2 {
        margin-bottom: 20px
    }
}

.home-section .sectionBtn {
    text-align: center
}

.circular-countdown {
    width: 565px;
    margin: 0 auto
}

@media only screen and (max-width : 699px) {
    .circular-countdown {
        width: 285px
    }
}

.circular-countdown * {
    margin: 0;
    padding: 0
}

.circular-countdown .time {
    position: relative;
    float: left
}

.circular-countdown canvas.bg {
    position: absolute;
    z-index: 1
}

.circular-countdown canvas.circle {
    position: relative;
    z-index: 2
}

.circular-countdown .count {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    text-align: center;
    color: #333;
    line-height: 30px
}

.circular-countdown .text {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    text-align: center;
    color: #5f5f5f;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px
}

.imod-countdown-2 .sectionHeader {
    text-align: right
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-countdown-2 .sectionHeader {
        text-align: center
    }
}

@media only screen and (max-width : 699px) {
    .imod-countdown-2 .sectionHeader {
        text-align: center
    }
}

.imod-countdown-2 .sectionHeader h2 {
    margin-left: 0
}

.imod-countdown-2 .sectionHeader h4 {
    margin-left: 0;
    margin-top: 15px
}

.imod-countdown-2 .sectionContent .counter {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width : 1023px) {
    .imod-countdown-2 .sectionContent .counter {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-countdown-2 .sectionContent .counter {
        margin: 0 auto;
        width: 365px
    }
}

@media only screen and (max-width : 699px) {
    .imod-countdown-2 .sectionContent .counter {
        width: 200px;
        margin: 0 auto
    }
}

.imod-countdown-2 .sectionContent .counter .unit {
    display: block;
    float: left;
    font-size: 12px;
    margin: 0 5px 10px;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (max-width : 699px) {
    .imod-countdown-2 .sectionContent .counter .unit {
        min-width: 90px
    }
}

.imod-countdown-2 .sectionContent .counter .unit .unitInner {
    padding: 10px 15px 0
}

.imod-countdown-2 .sectionContent .counter .unit .unitInner .val {
    font-size: 36px;
    font-weight: 300;
    line-height: 1em
}

.imod-countdown-2 .sectionContent .counter .unit .unitInner .label {
    padding: 0 0 10px
}

.imod-cpi-1 .imod-progWidget {
    max-width: 750px;
    margin: 0 auto
}

.imod-cpi-1 .imod-progWidget .progressInfo {
    position: relative
}

.imod-cpi-1 .imod-progWidget .progressInfo .widgetStat .value {
    font-weight: 300;
    font-size: 1.5em
}

.imod-cpi-1 .imod-progWidget .progressInfo .widgetStat .label {
    display: block;
    padding-top: 3px;
    font-size: .85em;
    text-transform: uppercase
}

.imod-cpi-1 .imod-progWidget .progressInfo .amt-current {
    position: absolute;
    left: 20px;
    bottom: 40px
}

.imod-cpi-1 .imod-progWidget .progressInfo .amt-current .label {
    display: inline-block;
    padding-left: 5px
}

.imod-cpi-1 .imod-progWidget .progressInfo .amt-goal {
    position: absolute;
    right: 20px;
    bottom: 40px
}

@media only screen and (max-width : 699px) {
    .imod-cpi-1 .imod-progWidget .progressInfo .amt-goal {
        display: none
    }
}

.imod-cpi-1 .imod-progWidget .progressInfo .amt-goal .label {
    display: inline-block;
    padding-left: 5px
}

.imod-cpi-1 .imod-progWidget .data-viz {
    padding: 5px 0 28px
}

.imod-cpi-1 .imod-progWidget .data-viz .vizWrapper {
    display: block;
    padding: 0
}

.imod-cpi-1 .imod-progWidget .data-viz .vizWrapper .bar {
    background: #ccc;
    position: relative;
    height: 40px;
    width: 100%;
    border-radius: 3px
}

.imod-cpi-1 .imod-progWidget .data-viz .vizWrapper .bar .value {
    z-index: 10
}

.imod-cpi-1 .imod-progWidget .data-viz .vizWrapper .bar .progressBar {
    background: #55198B;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 3px
}

.imod-cpi-1 .imod-progWidget .giveBtn {
    margin: 0 auto;
    width: 200px;
    padding-top: 20px
}

.imod-cpi-1 .imod-progWidget .giveBtn a {
    display: block;
    position: relative;
    border-radius: 0;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #55198B;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.imod-cpi-1 .imod-progWidget .giveBtn a .sr-only {
    right: 0
}

.imod-cpi-1 .imod-progWidget .giveBtn a:hover, .imod-cpi-1 .imod-progWidget .giveBtn a:focus {
    background: #000 !important
}

.imod-cpi-2 .text .title {
    font-size: 1.4375rem;
    line-height: normal;
    padding: 15px 0;
    font-weight: 600
}

.imod-cpi-2 .text .giveBtn {
    width: 200px;
    padding-top: 20px
}

.imod-cpi-2 .text .giveBtn a {
    display: block;
    position: relative;
    border-radius: 0;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #55198B;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.imod-cpi-2 .text .giveBtn a .sr-only {
    right: 0
}

.imod-cpi-2 .text .giveBtn a:hover {
    background: #2d0d4a
}

.imod-cpi-2 .data-viz .vizWrapper {
    display: block;
    padding: 0
}

.imod-cpi-2 .data-viz .vizWrapper .bar {
    background: #ccc none repeat scroll 0 0;
    border: 10px solid #e1e1e1;
    border-radius: 300px;
    height: 205px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 205px;
    z-index: 5
}

.imod-cpi-2 .data-viz .vizWrapper .bar .value {
    font-size: 2.25em;
    line-height: 185px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    top: 0;
    width: 100%;
    z-index: 10
}

.imod-cpi-2 .data-viz .vizWrapper .bar .progressBar {
    border-radius: 0;
    bottom: 0;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 2;
    background-color: #55198B
}

.cpiBasicCF .fundRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundRow {
        display: block
    }
}

.cpiBasicCF .fundItem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundItem {
        padding-left: 0;
        padding-right: 0
    }
}

.cpiBasicCF .fundItem .fundInner {
    overflow: hidden;
    position: relative;
    padding-bottom: 240px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner {
        padding-bottom: 270px
    }
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundItem .fundInner {
        padding-bottom: 0
    }
}

.cpiBasicCF .fundItem .fundInner .thumb img {
    width: 100%
}

.cpiBasicCF .fundItem .fundInner .text {
    position: relative
}

.cpiBasicCF .fundItem .fundInner .text .title {
    font-size: 23px;
    line-height: normal;
    padding: 33px 0px 15px 0px;
    font-weight: 600
}

.cpiBasicCF .fundItem .fundInner .text .preview {
    font-size: 14px
}

.cpiBasicCF .fundItem .fundInner .progressInfo {
    width: 100%;
    padding: 0px 0px;
    position: absolute;
    bottom: 65px;
    left: 0
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundItem .fundInner .progressInfo {
        position: static;
        padding: 15px 0
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner .progressInfo .widgetStat {
        width: 100%!important
    }
}

.cpiBasicCF .fundItem .fundInner .progressInfo .widgetStat .value {
    font-weight: 600;
    font-size: 1.5em
}

.cpiBasicCF .fundItem .fundInner .progressInfo .widgetStat .label {
    display: block;
    padding-top: 3px;
    font-size: .85em;
    text-transform: uppercase
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner .progressInfo .widgetStat .label {
        display: inline-block;
        padding-left: 5px
    }
}

.cpiBasicCF .fundItem .fundInner .progressInfo .amt-current {
    padding-top: 20px;
    font-size: 1.3em
}

.cpiBasicCF .fundItem .fundInner .progressInfo .amt-current .label {
    display: inline-block;
    padding-left: 5px
}

.cpiBasicCF .fundItem .fundInner .progressInfo .amt-goal {
    padding-top: 0px
}

.cpiBasicCF .fundItem .fundInner .progressInfo .amt-goal .label {
    display: inline-block;
    padding-left: 5px
}

.cpiBasicCF .fundItem .fundInner .progressInfo .data-viz {
    padding: 5px 0 10px
}

.cpiBasicCF .fundItem .fundInner .progressInfo .data-viz .vizWrapper {
    display: block;
    padding: 0
}

.cpiBasicCF .fundItem .fundInner .progressInfo .data-viz .vizWrapper .bar {
    background: #ccc;
    position: relative;
    height: 20px;
    width: 100%;
    border-radius: 3px
}

.cpiBasicCF .fundItem .fundInner .progressInfo .data-viz .vizWrapper .bar .progressBar {
    background: #55198B;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 3px
}

.cpiBasicCF .fundItem .fundInner .progressInfo .extras {
    font-size: .8em;
    overflow: hidden
}

.cpiBasicCF .fundItem .fundInner .progressInfo .extras .widgetStat {
    float: left;
    width: 33%;
    text-align: center
}

.cpiBasicCF .fundItem .fundInner .giveBtn {
    position: absolute;
    bottom: 0;
    left: 0
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundItem .fundInner .giveBtn {
        position: static
    }
}

.cpiBasicCF .fundItem .fundInner .giveBtn a {
    display: block;
    position: relative;
    border-radius: 0;
    line-height: 1.1;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #55198B;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.cpiBasicCF .fundItem .fundInner .giveBtn a .sr-only {
    right: 0
}

.cpiBasicCF .fundItem .fundInner .giveBtn a:hover, .cpiBasicCF .fundItem .fundInner .giveBtn a:focus {
    background: #000
}

.cpiBasicCF .container {
    width: 1400px;
    max-width: 100%
}

@media only screen and (max-width : 1023px) {
    .cpiBasicCF .fundRow {
        display: block
    }
}

.cpiBasicCF .fundRow .fundSubWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundRow .fundSubWrap {
        display: block
    }
}

.cpiDesign2 .fundWrapper {
    margin: 0 -15px
}

.cpiDesign2 .fundRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width : 1023px) {
    .cpiDesign2 .fundRow {
        display: block
    }
}

.cpiDesign2 .fundRow .fundItem {
    padding: 30px;
    position: relative;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 1180px) {
    .cpiDesign2 .fundRow .fundItem {
        padding: 45px
    }
}

@media only screen and (max-width : 699px) {
    .cpiDesign2 .fundRow .fundItem {
        padding: 0 20px 40px
    }
}

.cpiDesign2 .fundRow .fundItem .fundInner {
    position: relative;
    padding-bottom: 235px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiDesign2 .fundRow .fundItem .fundInner {
        padding-bottom: 0
    }
}

.cpiDesign2 .fundRow .fundItem .fundInner .thumb {
    position: relative
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiDesign2 .fundRow .fundItem .fundInner .thumb {
        float: left;
        width: 325px
    }
}

@media only screen and (max-width : 699px) {
    .cpiDesign2 .fundRow .fundItem .fundInner .thumb {
        margin: 0 -20px
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiDesign2 .fundRow .fundItem .fundInner .text {
        padding-left: 350px
    }
}

.cpiDesign2 .fundRow .fundItem .fundInner .title {
    text-align: center;
    font-size: 1.3em;
    line-height: normal;
    display: block;
    padding: 20px 0 10px;
    font-weight: bold;
    text-transform: uppercase
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiDesign2 .fundRow .fundItem .fundInner .title {
        padding-top: 0;
        font-size: 1.15em
    }
}

.cpiDesign2 .fundRow .fundItem .fundInner .title a {
    color: #55198B;
    text-decoration: none
}

.cpiDesign2 .fundRow .fundItem .fundInner .campaignStats {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiDesign2 .fundRow .fundItem .fundInner .campaignStats {
        position: static;
        padding-left: 350px;
        padding-top: 25px
    }
}

.cpiDesign2 .fundRow .fundItem .fundInner .campaignStats .widgetProgress {
    float: left;
    width: 50%;
    color: #2D0D4A;
    font-weight: bold
}

.cpiDesign2 .fundRow .fundItem .fundInner .campaignStats .widgetProgress.amt-goal {
    text-align: right
}

.cpiDesign2 .fundRow .fundItem .fundInner .campaignStats .widgetProgress .label {
    font-size: .8em;
    line-height: normal;
    text-transform: uppercase
}

.cpiDesign2 .fundRow .fundItem .fundInner .campaignStats .data-viz {
    padding: 0px 0 5px
}

.cpiDesign2 .fundRow .fundItem .fundInner .campaignStats .data-viz .vizWrapper {
    display: block;
    padding: 0
}

.cpiDesign2 .fundRow .fundItem .fundInner .campaignStats .data-viz .vizWrapper .bar {
    background: #fff;
    position: relative;
    height: 35px;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #55198B
}

.cpiDesign2 .fundRow .fundItem .fundInner .campaignStats .data-viz .vizWrapper .bar .progressBar {
    background: #55198B;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 0px
}

.cpiDesign2 .fundRow .fundItem .fundInner .campaignStats .extras {
    display: block;
    padding: 10px 0 5px;
    clear: both;
    overflow: hidden;
    margin: 0 -5px
}

.cpiDesign2 .fundRow .fundItem .fundInner .campaignStats .extras .widgetStat {
    padding: 5px;
    width: 33.333%;
    float: left;
    text-align: center
}

.cpiDesign2 .fundRow .fundItem .fundInner .campaignStats .extras .widgetStat .widgetInner {
    background: #2D0D4A;
    color: #fff;
    padding: 15px 5px
}

.cpiDesign2 .fundRow .fundItem .fundInner .campaignStats .extras .widgetStat .label {
    display: block;
    text-transform: uppercase;
    font-size: .85em;
    line-height: normal
}

@media only screen and (max-width : 699px) {
    .cpiDesign2 .fundRow .fundItem .fundInner .campaignStats .extras .widgetStat .label {
        font-size: .75em
    }
}

.cpiDesign2 .fundRow .fundItem .fundInner .campaignStats .extras .widgetStat .value {
    display: block;
    font-size: 1.5em;
    line-height: 1em;
    padding: 0 0 5px
}

@media only screen and (max-width : 699px) {
    .cpiDesign2 .fundRow .fundItem .fundInner .campaignStats .extras .widgetStat .value {
        font-size: 1.25em
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiDesign2 .fundRow .fundItem .fundInner .campaignStats .giveBtn {
        display: none
    }
}

.cpiDesign2 .fundRow .fundItem .fundInner .giveBtn {
    text-align: center
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiDesign2 .fundRow .fundItem .fundInner .giveBtn {
        position: absolute;
        bottom: -60px;
        width: 100%
    }
}

.cpiDesign2 .fundRow .fundItem .fundInner .giveBtn a {
    display: inline-block;
    position: relative;
    border-radius: 0;
    font-size: 1.2em;
    line-height: 1.1em;
    padding: 15px 30px 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    width: 50%;
    background: #55198B;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.cpiDesign2 .fundRow .fundItem .fundInner .giveBtn a .sr-only {
    right: 0
}

.cpiDesign2 .fundRow .fundItem .fundInner .giveBtn a:hover {
    background: #2D0D4A
}

.cpiDesign2 .fundRow .altBkgd {
    background: #dfc7f5
}

@media only screen and (min-width: 1180px) {
    .imod-cpi-6 .fundRow .fundItem {
        padding: 30px
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .imod-cpi-6 .fundRow .fundItem {
        padding: 25px
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .imod-cpi-6 .fundRow .fundItem .fundInner {
        padding-bottom: 205px
    }
}

.imod-cpi-6 .fundRow .fundItem .fundInner .campaignStats .data-viz .vizWrapper .bar {
    height: 25px
}

.imod-cpi-6 .fundRow .fundItem .fundInner .campaignStats .extras .widgetStat .widgetInner {
    padding: 10px 5px
}

.imod-cpi-6 .fundRow .fundItem .fundInner .campaignStats .extras .widgetStat .value {
    font-size: 1.25em;
    line-height: 1em
}

.imod-cpi-6 .fundRow .fundItem .fundInner .campaignStats .extras .widgetStat .label {
    font-size: .75em;
    line-height: 1em
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .imod-cpi-6 .fundRow .fundItem .fundInner .campaignStats .extras .widgetStat {
        width: 50%
    }
    .imod-cpi-6 .fundRow .fundItem .fundInner .campaignStats .extras .widgetStat.amt-percent {
        display: none
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .imod-cpi-6 .fundRow .fundItem .fundInner .giveBtn a {
        width: 70%
    }
}

.checkerboardTiling.sectionRow {
    padding: 0px 0
}

.cfDesign2.sectionRow {
    padding: 40px 0
}

.cfDesign2.checkerboardTiling {
    padding: 0
}

.admin-code textarea {
    height: 500px;
    max-width: 100%;
    width: 100%;
    font-family: "Courier", sans-serif;
    font-size: 12px
}

.admin-code .replace-href {
    margin-right: 10px;
    padding: 3px 10px;
    width: 300px
}

.admin-code button.generate-html {
    background: #55198B;
    border: none;
    box-shadow: none;
    color: #fff;
    padding: 5px 15px
}

.admin-code .code-template, .admin-code .code-output {
    display: none
}

.admin-code .code-template h3, .admin-code .code-output h3 {
    color: #000;
    font-size: 22px;
    padding: 0px 0 5px
}

.cpiBasicCF.checkerboardTiling .fundWrapper {
    margin: 0 -15px
}

.cpiBasicCF.checkerboardTiling .fundRow {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width : 1023px) {
    .cpiBasicCF.checkerboardTiling .fundRow {
        display: block
    }
}

.cpiBasicCF.checkerboardTiling .fundRow .fundItem {
    padding: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

@media only screen and (min-width: 1180px) {
    .cpiBasicCF.checkerboardTiling .fundRow .fundItem {
        padding: 40px
    }
}

@media only screen and (max-width : 1023px) {
    .cpiBasicCF.checkerboardTiling .fundRow .fundItem {
        display: block
    }
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF.checkerboardTiling .fundRow .fundItem {
        padding: 40px 20px 40px
    }
}

.cpiBasicCF.checkerboardTiling .fundRow .fundItem .fundInner {
    position: relative
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF.checkerboardTiling .fundRow .fundItem .fundInner {
        padding-bottom: 0
    }
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF.checkerboardTiling .fundRow .fundItem .fundInner {
        padding-bottom: 0
    }
}

.cpiBasicCF.checkerboardTiling .fundRow .fundItem .fundInner.cpi1 {
    background: none
}

.cpiBasicCF.checkerboardTiling .fundRow .fundItem .fundInner.cpi2 {
    background: none
}

.cpiBasicCF.checkerboardTiling .fundRow .fundItem .fundInner.cpi2 .campaignStats .progressInfo .data-viz .vizWrapper .bar {
    background: #c79bee
}

.cpiBasicCF.checkerboardTiling .fundRow .altBkgd {
    background: #dabef4
}

.cpiBasicCF.checkerboardTiling .fundRow .altBkgd .fundInner .campaignStats .progressInfo .data-viz .vizWrapper .bar, .cpiBasicCF.checkerboardTiling .fundRow .altBkgd .fundInner.cpi2 .campaignStats .progressInfo .data-viz .vizWrapper .bar {
    background: #ae70e6
}

@media only screen and (min-width: 1180px) {
    .imod-cf-1-4 .fundRow .fundItem {
        padding: 30px
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .imod-cf-1-4 .fundRow .fundItem {
        padding: 25px
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .imod-cf-1-4 .fundRow .fundItem .fundInner {
        padding-bottom: 205px
    }
}

.imod-cf-1-4 .fundRow .fundItem .fundInner .campaignStats .data-viz .vizWrapper .bar {
    height: 25px
}

.imod-cf-1-4 .fundRow .fundItem .fundInner .campaignStats .extras .widgetStat .widgetInner {
    padding: 10px 5px
}

.imod-cf-1-4 .fundRow .fundItem .fundInner .campaignStats .extras .widgetStat .value {
    font-size: 1.25em;
    line-height: 1em
}

.imod-cf-1-4 .fundRow .fundItem .fundInner .campaignStats .extras .widgetStat .label {
    font-size: .75em;
    line-height: 1em
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .imod-cf-1-4 .fundRow .fundItem .fundInner .campaignStats .extras .widgetStat {
        width: 50%
    }
    .imod-cf-1-4 .fundRow .fundItem .fundInner .campaignStats .extras .widgetStat.amt-percent {
        display: none
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .imod-cf-1-4 .fundRow .fundItem .fundInner .giveBtn a {
        width: 70%
    }
}

.cpiBasicCF .fundRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    padding-right: 30px
}

@media only screen and (max-width : 1023px) {
    .cpiBasicCF .fundRow {
        display: block
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundRow {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundRow {
        display: block;
        padding-left: 0;
        padding-right: 0
    }
}

.cpiBasicCF .fundRow>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width : 1023px) {
    .cpiBasicCF .fundRow>div {
        display: block
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundRow>div {
        padding-left: 5px;
        padding-right: 5px
    }
}

.cpiBasicCF .fundItem {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width : 1023px) {
    .cpiBasicCF .fundItem {
        display: block;
        padding-bottom: 0
    }
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundItem {
        margin-bottom: 8px;
        margin-top: 7px
    }
}

.cpiBasicCF .fundItem .fundInner.cpi1 {
    position: relative;
    padding-bottom: 255px;
    background: #fff
}

@media only screen and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi1 {
        padding-bottom: 15px !important
    }
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundItem .fundInner.cpi1 {
        padding-bottom: 0
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi1 .fundInfo {
        float: left;
        width: 65%;
        padding-right: 20px;
        padding-left: 15px
    }
}

.cpiBasicCF .fundItem .fundInner.cpi1 .thumb {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 auto
}

.cpiBasicCF .fundItem .fundInner.cpi1 .thumb a {
    display: block;
    height: 100%;
    width: 100%
}

.cpiBasicCF .fundItem .fundInner.cpi1 .text {
    padding: 20px 10px;
    margin: 0
}

@media only screen and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi1 .text {
        padding-bottom: 0
    }
}

.cpiBasicCF .fundItem .fundInner.cpi1 .text .title {
    display: block;
    padding: 0 0 10px;
    font-size: 1.25em;
    line-height: normal;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif
}

@media only screen and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi1 .text .title {
        font-size: 1.2em;
        line-height: normal
    }
}

.cpiBasicCF .fundItem .fundInner.cpi1 .text .title a {
    text-decoration: none
}

.cpiBasicCF .fundItem .fundInner.cpi1 .text .preview {
    color: #363636
}

.cpiBasicCF .fundItem .fundInner.cpi1 .campaignStats {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #363636
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi1 .campaignStats {
        position: static;
        padding-left: 65%
    }
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundItem .fundInner.cpi1 .campaignStats {
        position: static
    }
}

.cpiBasicCF .fundItem .fundInner.cpi1 .campaignStats .progressInfo {
    padding: 0 10px 0px;
    bottom: 75px
}

@media only screen and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi1 .campaignStats .progressInfo {
        position: static
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi1 .campaignStats .progressInfo {
        padding: 0 20px
    }
}

.cpiBasicCF .fundItem .fundInner.cpi1 .campaignStats .progressInfo .data-viz {
    padding: 10px 0 10px
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundItem .fundInner.cpi1 .campaignStats .progressInfo .data-viz {
        padding-bottom: 0;
        padding-top: 15px
    }
}

.cpiBasicCF .fundItem .fundInner.cpi1 .campaignStats .progressInfo .data-viz .amt-percent {
    text-align: center;
    font-weight: bold
}

.cpiBasicCF .fundItem .fundInner.cpi1 .campaignStats .progressInfo .data-viz .vizWrapper {
    display: block;
    padding: 0
}

.cpiBasicCF .fundItem .fundInner.cpi1 .campaignStats .progressInfo .data-viz .vizWrapper .bar {
    background: #c79bee;
    position: relative;
    height: 20px;
    width: 100%;
    border-radius: 0px;
    border: none
}

.cpiBasicCF .fundItem .fundInner.cpi1 .campaignStats .progressInfo .data-viz .vizWrapper .bar .progressBar {
    background: #2D0D4A;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 0px 0 0 0px
}

.cpiBasicCF .fundItem .fundInner.cpi1 .extras {
    padding: 0;
    overflow: hidden
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundItem .fundInner.cpi1 .extras {
        display: none
    }
}

.cpiBasicCF .fundItem .fundInner.cpi1 .extras .widgetStat {
    display: block;
    float: left;
    width: 33%;
    padding: 10px 5px;
    text-align: center;
    font-size: .9em;
    line-height: normal;
    text-transform: uppercase
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi1 .extras .widgetStat {
        width: 100%
    }
}

.cpiBasicCF .fundItem .fundInner.cpi1 .giveBtn {
    text-align: center;
    padding: 0px 10px 10px 10px;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif
}

@media only screen and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi1 .giveBtn {
        position: static;
        margin-top: 20px
    }
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundItem .fundInner.cpi1 .giveBtn {
        padding-top: 5px
    }
}

.cpiBasicCF .fundItem .fundInner.cpi1 .giveBtn a {
    display: block;
    position: relative;
    font-size: 1.2em;
    line-height: 1.1em;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    width: 100%;
    background: #55198B;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.cpiBasicCF .fundItem .fundInner.cpi1 .giveBtn a .sr-only {
    right: 0
}

.cpiBasicCF .fundItem .fundInner.cpi1 .giveBtn a:hover, .cpiBasicCF .fundItem .fundInner.cpi1 .giveBtn a:focus {
    background: #000
}

.cpiBasicCF .fundItem .fundInner.cpi2 {
    position: relative;
    padding-bottom: 125px;
    background: #fff
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 {
        margin: 20px 0;
        padding: 0
    }
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 {
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .fundInfo {
        float: left;
        width: 100%;
        padding-right: 0px;
        padding-left: 0px
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .thumbWrap {
        float: left;
        width: 40%
    }
}

.cpiBasicCF .fundItem .fundInner.cpi2 .thumb {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 auto
}

.cpiBasicCF .fundItem .fundInner.cpi2 .thumb a {
    display: block;
    height: 100%;
    width: 100%
}

.cpiBasicCF .fundItem .fundInner.cpi2 .buttons {
    float: left;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cpiBasicCF .fundItem .fundInner.cpi2 .buttons>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cpiBasicCF .fundItem .fundInner.cpi2 .buttons a {
    display: block;
    font-size: .85em;
    line-height: 1.1em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    width: 100%;
    background: #55198B;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    text-transform: uppercase;
    font-weight: bold
}

.cpiBasicCF .fundItem .fundInner.cpi2 .buttons a:hover, .cpiBasicCF .fundItem .fundInner.cpi2 .buttons a:focus {
    background: #000
}

.cpiBasicCF .fundItem .fundInner.cpi2 .buttons a:before {
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-weight: normal;
    padding-right: 5px
}

.cpiBasicCF .fundItem .fundInner.cpi2 .buttons .giveBtn {
    position: static;
    width: 50%;
    float: right;
    text-align: center;
    padding: 0px;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.cpiBasicCF .fundItem .fundInner.cpi2 .buttons .giveBtn a {
    position: relative
}

.cpiBasicCF .fundItem .fundInner.cpi2 .buttons .giveBtn a:before {
    content: "\f004"
}

.cpiBasicCF .fundItem .fundInner.cpi2 .buttons .giveBtn a .sr-only {
    right: 0
}

.cpiBasicCF .fundItem .fundInner.cpi2 .buttons .moreBtn {
    float: left;
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.cpiBasicCF .fundItem .fundInner.cpi2 .buttons .moreBtn a {
    position: relative;
    background-color: #767676
}

.cpiBasicCF .fundItem .fundInner.cpi2 .buttons .moreBtn a:hover {
    background: #5c5c5c
}

.cpiBasicCF .fundItem .fundInner.cpi2 .buttons .moreBtn a:before {
    content: "\f005"
}

.cpiBasicCF .fundItem .fundInner.cpi2 .buttons .moreBtn a .sr-only {
    right: 0
}

.cpiBasicCF .fundItem .fundInner.cpi2 .text {
    clear: both;
    padding: 30px 10px 20px;
    margin: 0
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .text {
        clear: none;
        margin-left: 40%;
        padding: 10px 10px 105px 30px
    }
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .text {
        padding: 20px 10px 10px
    }
}

.cpiBasicCF .fundItem .fundInner.cpi2 .text .title {
    display: block;
    padding: 0 0 10px;
    font-size: 1.25em;
    line-height: normal;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif
}

@media only screen and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .text .title {
        font-size: 1.2em;
        line-height: normal
    }
}

.cpiBasicCF .fundItem .fundInner.cpi2 .text .title a {
    text-decoration: none
}

.cpiBasicCF .fundItem .fundInner.cpi2 .text .preview {
    color: #363636
}

.cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #363636
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats {
        padding-left: 40%
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats {
        position: absolute!important;
        bottom: 15px
    }
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats {
        position: static;
        overflow: hidden;
        padding: 0 10px
    }
}

.cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo {
    padding: 0 10px 15px;
    bottom: 0
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo {
        padding: 0 20px 0 30px;
        position: static
    }
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo {
        padding: 0
    }
}

.cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .data-viz {
    padding: 10px 0 10px;
    clear: both
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .data-viz {
        padding-top: 0
    }
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .data-viz {
        padding-bottom: 0;
        padding-top: 15px
    }
}

.cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .data-viz .amt-percent {
    text-align: center;
    font-weight: bold
}

.cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .data-viz .vizWrapper {
    display: block;
    padding: 0
}

.cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .data-viz .vizWrapper .bar {
    background-color: #f5f5f5;
    position: relative;
    height: 40px;
    width: 100%;
    border-radius: 0px;
    border: none
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .data-viz .vizWrapper .bar {
        height: 25px
    }
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .data-viz .vizWrapper .bar {
        height: 25px
    }
}

.cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .data-viz .vizWrapper .bar .progressBar {
    background: #2D0D4A;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 0px 0 0 0px
}

.cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .widgetStat {
    display: block;
    float: left;
    width: 50%;
    padding: 0px;
    text-align: center;
    font-size: .9em;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .widgetStat {
        width: 50%!important
    }
}

.cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .widgetStat .label {
    display: inline-block;
    line-height: 25px;
    padding: 0 5px 0 0;
    font-size: 13px;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .widgetStat .label {
        font-size: 12px;
        line-height: 24px
    }
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .widgetStat .label {
        font-size: 12px;
        line-height: 24px
    }
}

.cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .widgetStat .value {
    font-size: 20px;
    line-height: 25px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .widgetStat .value {
        font-size: 16px;
        line-height: 24px
    }
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .widgetStat .value {
        font-size: 16px;
        line-height: 24px
    }
}

.cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .widgetStat.largeTxt .label {
    font-size: 16px;
    line-height: 30px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .widgetStat.largeTxt .label {
        font-size: 14px;
        line-height: 24px
    }
}

.cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .widgetStat.largeTxt .value {
    font-size: 22px;
    line-height: 30px;
    color: #55198B
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .widgetStat.largeTxt .value {
        font-size: 18px;
        line-height: 24px
    }
}

.cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .widgetStat.wide {
    width: 100%;
    text-align: left
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .widgetStat.wide {
        width: 100%!important
    }
}

.cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .widgetStat.left {
    text-align: left
}

.cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .widgetStat.right {
    text-align: right
}

@media only screen and (max-width : 699px) {
    .cpiBasicCF .fundItem .fundInner.cpi2 .campaignStats .progressInfo .widgetStat.amt-percent {
        display: none
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-cf-4-3.cpiBasicCF .fundRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width : 699px) {
    .imod-cf-4-3.cpiBasicCF .fundRow {
        padding-left: 0px;
        padding-right: 0px
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-cf-4-3.cpiBasicCF .fundRow>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-cf-4-3.cpiBasicCF .fundItem {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-width : 699px) {
    .imod-cf-4-3.cpiBasicCF .fundItem {
        padding-bottom: 30px
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-cf-4-3.cpiBasicCF .fundItem .fundInner .fundInfo {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-cf-4-3.cpiBasicCF .fundItem .fundInner .campaignStats {
        padding-left: 5px;
        padding-right: 5px;
        position: static;
        clear: both
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-cf-4-3.cpiBasicCF .fundItem .fundInner.cpi1 {
        padding-bottom: 315px
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-cf-4-3.cpiBasicCF .fundItem .fundInner.cpi2 {
        padding-bottom: 95px
    }
    .imod-cf-4-3.cpiBasicCF .fundItem .fundInner.cpi2 .thumbWrap {
        width: 100%;
        float: none
    }
    .imod-cf-4-3.cpiBasicCF .fundItem .fundInner.cpi2 .text {
        margin-left: 0;
        clear: both;
        padding: 20px 20px
    }
}

.interior .crowdfunding-interior {
    padding: 50px 0
}

@media only screen and (max-width : 1023px) {
    .interior .crowdfunding-interior {
        padding: 0
    }
}

.interior .crowdfunding-interior .midWrap {
    padding-right: 60px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .interior .crowdfunding-interior .midWrap {
        padding-left: 15px;
        padding-right: 20px
    }
}

@media only screen and (max-width : 699px) {
    .interior .crowdfunding-interior .midWrap {
        padding-right: 15px
    }
}

.interior .crowdfunding-interior.sidebar-left .midWrap {
    padding-right: 15px
}

@media only screen and (max-width : 699px) {
    .interior .crowdfunding-interior .ftImg {
        margin-left: -15px;
        margin-right: -15px
    }
    .interior .crowdfunding-interior .ftImg img {
        margin-top: -20px
    }
}

.interior .crowdfunding-interior .spacer-bottom {
    margin-bottom: 15px
}

.interior .crowdfunding-interior .socialShareBar #divSocialButtons {
    margin-bottom: 50px
}

@media only screen and (max-width : 699px) {
    .interior .crowdfunding-interior .socialShareBar #divSocialButtons {
        margin-bottom: 20px
    }
}

.interior .crowdfunding-interior .socialShareBar .fb_iframe_widget span {
    float: left
}

.interior .crowdfunding-interior .sideBar {
    background: none;
    padding: 0 15px
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail {
    background: #f5f5f5;
    padding: 30px;
    overflow: hidden;
    height: 100%;
    margin-bottom: 45px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .interior .crowdfunding-interior .sideBar .cpiProjectDetail {
        padding: 15px
    }
}

@media only screen and (max-width : 699px) {
    .interior .crowdfunding-interior .sideBar .cpiProjectDetail {
        padding: 20px
    }
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.barsViz {
    margin: 0
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.barsViz .statsInner {
    position: relative;
    height: auto
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.barsViz .data-viz {
    float: left;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.barsViz .data-viz .amt-percent {
    text-align: center;
    font-weight: bold;
    font-size: 1.3em
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.barsViz .data-viz .vizWrapper {
    display: block;
    padding: 30px 0 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.barsViz .data-viz .vizWrapper .bar {
    background: #fff;
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #2D0D4A;
    overflow: hidden
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.barsViz .data-viz .vizWrapper .bar .progressBar {
    background: #2D0D4A;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0px;
    top: auto
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.barsViz .data-stats {
    padding-left: 80px
}

@media only screen and (max-width : 1023px) {
    .interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.barsViz .data-stats {
        padding-left: 65px
    }
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.barsViz .data-stats .widgetStat {
    background: #fff;
    margin: 0 0 30px;
    padding: 15px
}

@media only screen and (max-width : 1023px) {
    .interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.barsViz .data-stats .widgetStat {
        margin-bottom: 15px;
        text-align: center;
        padding: 15px 10px 7px
    }
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.barsViz .data-stats .widgetStat .label {
    display: inline-block;
    text-transform: uppercase;
    font-size: .9em
}

@media only screen and (max-width : 1023px) {
    .interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.barsViz .data-stats .widgetStat .label {
        font-size: .75em;
        line-height: normal
    }
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.barsViz .data-stats .widgetStat .value {
    display: block;
    float: right;
    font-size: 1.4em;
    line-height: 1
}

@media only screen and (max-width : 1023px) {
    .interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.barsViz .data-stats .widgetStat .value {
        float: none;
        font-size: 1.35em;
        line-height: normal
    }
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.barsViz .giveButton {
    padding-top: 30px 0 0
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.barsViz .giveButton a {
    display: block;
    border-radius: 0;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background: #55198B;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.barsViz .giveButton a:hover {
    background: #3b1160
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.bubbleViz {
    margin: 0 0px
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.bubbleViz .data-viz {
    padding: 5px 0 20px
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.bubbleViz .data-viz .vizWrapper {
    display: block;
    padding: 0
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.bubbleViz .data-viz .vizWrapper .bar {
    background: #ddd;
    border-radius: 300px;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 250px;
    z-index: 5;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border: 15px solid #fff
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.bubbleViz .data-viz .vizWrapper .bar {
        width: 165px;
        height: 165px;
        border: 10px solid #fff
    }
}

@media only screen and (max-width : 699px) {
    .interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.bubbleViz .data-viz .vizWrapper .bar {
        width: 200px;
        height: 200px
    }
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.bubbleViz .data-viz .vizWrapper .bar .value {
    font-size: 2.25em;
    line-height: 250px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    top: 0;
    width: 100%;
    z-index: 10
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.bubbleViz .data-viz .vizWrapper .bar .value {
        line-height: 165px
    }
}

@media only screen and (max-width : 699px) {
    .interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.bubbleViz .data-viz .vizWrapper .bar .value {
        line-height: 200px
    }
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.bubbleViz .data-viz .vizWrapper .bar .progressBar {
    border-radius: 0;
    bottom: 0;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 2;
    background-color: #55198B
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.bubbleViz .giveBtn {
    text-align: center;
    padding-top: 25px;
    line-height: 1em;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.bubbleViz .giveBtn a {
    position: relative;
    min-width: 70%;
    border-radius: 0;
    background: #2D0D4A;
    color: #fff;
    font-weight: bold;
    font-size: 1rem
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.bubbleViz .giveBtn a:hover {
    background: #13051f
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.bubbleViz .giveBtn a .sr-only {
    right: 0
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.bubbleViz .extras {
    background: #fff;
    padding: 10px 10px 7px;
    font-size: 1.2em;
    margin-top: 2px
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.bubbleViz .extras .widgetStat {
    display: inline-block;
    width: 49%;
    text-align: center;
    font-size: .9em;
    line-height: normal;
    text-transform: uppercase
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.bubbleViz .extras .widgetStat {
        width: 100%
    }
}

@media only screen and (max-width : 699px) {
    .interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.bubbleViz .extras .widgetStat {
        width: 100%
    }
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.bubbleViz .extras .widgetStat .value {
    display: inline-block;
    font-size: 1em;
    padding-right: 5px;
    font-weight: normal
}

.interior .crowdfunding-interior .sideBar .cpiProjectDetail .imod-progWidget.bubbleViz .extras .widgetStat .label {
    display: inline-block;
    font-size: 1em
}

.interior .crowdfunding-2 {
    padding: 50px 0
}

@media only screen and (max-width : 1023px) {
    .interior .crowdfunding-2 {
        padding-top: 0
    }
}

.interior .crowdfunding-2 .midWrap {
    padding-left: 40px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .interior .crowdfunding-2 .midWrap {
        padding-left: 20px;
        padding-right: 30px
    }
}

@media only screen and (max-width : 699px) {
    .interior .crowdfunding-2 .midWrap {
        padding-left: 15px
    }
}

.interior .crowdfunding-2 .midWrap .socialShareBar {
    margin-bottom: 40px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .interior .crowdfunding-2 .sideBar {
        background: none;
        padding: 0 15px
    }
}

@media only screen and (max-width : 699px) {
    .interior .crowdfunding-2 .sideBar {
        background: none;
        padding: 0
    }
}

.interior .crowdfunding-2 .structLeftInner {
    background: url("images/bkgd-ptrns/stripe-r-l.gif") repeat
}

.interior .crowdfunding-2 .structLeftInner .padded {
    padding: 0 30px 30px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .interior .crowdfunding-2 .structLeftInner .padded {
        padding: 0 20px 20px
    }
}

.interior .crowdfunding-2 .data-circles {
    text-align: center
}

.interior .crowdfunding-2 .data-circles .circle {
    display: inline-block;
    margin: 0 1%;
    padding: 10px 0
}

.interior .crowdfunding-2 .data-circles .circle .circleInner {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 1px solid #363636;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .interior .crowdfunding-2 .data-circles .circle .circleInner {
        width: 85px;
        height: 85px
    }
}

.interior .crowdfunding-2 .data-circles .circle.dark .circleInner {
    background: #363636;
    color: #fff
}

.interior .crowdfunding-2 .data-circles .circle .value {
    display: block;
    font-weight: bold;
    font-size: 1.25em;
    line-height: normal
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .interior .crowdfunding-2 .data-circles .circle .value {
        font-size: 1em
    }
}

.interior .crowdfunding-2 .data-circles .circle .label {
    display: block;
    padding: 5px 0 0;
    font-size: .95em;
    line-height: normal;
    text-transform: uppercase
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .interior .crowdfunding-2 .data-circles .circle .label {
        font-size: .75em
    }
}

.giving-wrap {
    float: left;
    width: 100%;
    background: #d3b1f1;
    padding: 30px;
    position: relative;
    margin-bottom: 30px
}

.giving-wrap .title {
    font-size: 1.25em;
    line-height: 1.25;
    color: #2D0D4A;
    font-weight: 600
}

.giving-wrap hr {
    margin: 1em 0
}

.giving-wrap .giveBtn {
    text-align: center;
    padding: 25px 0 0;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif
}

.giving-wrap .giveBtn a {
    display: block;
    position: relative;
    font-size: 1.25em;
    line-height: 1.1em;
    padding: 15px 30px 11px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    width: 100%;
    background: #55198B;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.giving-wrap .giveBtn a:hover {
    background: #2D0D4A
}

.giving-wrap .giveBtn a .sr-only {
    right: 0
}

footer {
    color: #fff;
    padding: 50px 0;
    background: #000000
}

@media only screen and (max-width : 699px) {
    footer {
        text-align: center;
        padding: 25px 0 0
    }
}

footer p {
    margin: 0 0 5px
}

.toplink {
    display: block;
    text-align: center;
    font-size: .8em;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    margin-top: 25px
}

.toplink a {
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    background: #767676;
    color: #fff
}

.footLogo img {
    width: 100%;
    max-width: 125px!important
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .footLogo img {
        max-width: 100%!important
    }
}

.footLogo a {
    display: block
}

@media only screen and (max-width : 699px) {
    .footLogo {
        text-align: center;
        margin-bottom: 20px
    }
}

@media only screen and (max-width : 699px) {
    .footMid {
        text-align: center;
        margin-bottom: 10px
    }
}

@media only screen and (max-width : 699px) {
    .footRight {
        text-align: center;
        margin-top: 10px
    }
}

footer .button {
    margin-top: 20px;
    background-color: #fff;
    color: #55198B
}

footer .button:hover, footer .button:focus {
    background-color: #d9d9d9;
    color: #55198B
}

footer .social {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    float: left
}

@media only screen and (max-width : 699px) {
    footer .social {
        float: none;
        margin: 5px 0 20px
    }
}

footer .social li {
    float: left;
    padding-right: 10px
}

@media only screen and (max-width : 699px) {
    footer .social li {
        float: none;
        display: inline-block
    }
}

footer .social li a {
    display: block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: transparent;
    text-align: center;
    font-size: 1.25em;
    border-radius: 5px
}

footer .social li a:hover {
    background: transparent;
    color: #8ED2CA
}

ul.footerUtilityNav {
    margin: 0px;
    padding: 0;
    list-style: none;
    float: right
}

@media only screen and (max-width : 699px) {
    ul.footerUtilityNav {
        float: none;
        margin-top: 15px
    }
}

ul.footerUtilityNav li {
    float: left;
    padding: 0px
}

@media only screen and (max-width : 699px) {
    ul.footerUtilityNav li {
        float: none;
        display: inline-block
    }
}

ul.footerUtilityNav li:before {
    content: "|";
    padding: 0 20px;
    display: block;
    float: left;
    color: #767676
}

@media only screen and (max-width : 699px) {
    ul.footerUtilityNav li:before {
        float: none;
        display: inline-block;
        padding: 0 10px
    }
}

ul.footerUtilityNav li:first-child:before {
    content: "";
    padding: 0
}

ul.footerUtilityNav li a {
    display: inline-block;
    text-decoration: underline;
    color: #fff
}

ul.footerUtilityNav li a:hover {
    text-decoration: none
}

footer.imod-foot-2 {
    padding: 0;
    font-size: .8em;
    line-height: normal
}

footer.imod-foot-2 .button {
    margin-top: 0px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    footer.imod-foot-2 .button {
        margin-top: 0px
    }
}

@media only screen and (max-width : 699px) {
    footer.imod-foot-2 .button {
        margin-top: 20px;
        float: none
    }
}

footer.imod-foot-2 .social {
    margin-top: 0px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    footer.imod-foot-2 .social {
        margin-top: 0
    }
}

@media only screen and (max-width : 699px) {
    footer.imod-foot-2 .social {
        margin-top: 0
    }
}

footer.imod-foot-2 .toplink {
    margin-top: 0
}

.mainFooter {
    padding: 40px 0
}

@media only screen and (max-width : 699px) {
    .mainFooter {
        padding: 30px 0
    }
}

.mainFooter>.container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width : 699px) {
    .mainFooter>.container>.row {
        display: block
    }
}

.subFooter {
    background: #000000;
    color: #fff;
    padding: 20px 0
}

footer.imod-foot-3 {
    text-align: center;
    padding: 20px 0 30px
}

footer.imod-foot-3 ul.social {
    float: none
}

footer.imod-foot-3 ul.social li {
    float: none;
    display: inline-block;
    padding: 0 5px
}

@media only screen and (max-width : 699px) {
    footer.imod-foot-3 {
        padding-bottom: 0
    }
    footer.imod-foot-3 .toplink {
        margin-top: 30px
    }
}

#ContentMiddle div[id*="pnlBreadcrumbs"], #ContentMiddle div.idbmsBreadcrumbWrapper {
    display: block;
    padding: 0 0 50px;
    overflow: hidden
}

#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb, #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb, #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive, #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
    display: block;
    float: left;
    border: 1px solid #dcdcdc;
    color: #767676;
    padding: 10px 15px;
    font-size: 18px;
    line-height: normal;
    margin-right: 10px;
    font-weight: 600;
    font-variant-caps: all-small-caps
}

#ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive, #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
    font-size: 18px;
    font-weight: normal;
    background: #2D0D4A;
    color: #fff;
    border-color: #2D0D4A;
    font-weight: 600;
    font-variant-caps: all-small-caps
}

@media only screen and (max-width : 699px) {
    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumbActive, #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumbActive {
        width: 100%;
        display: block;
        float: none
    }
}

@media only screen and (max-width : 699px) {
    #ContentMiddle div[id*="pnlBreadcrumbs"] .idbmsBreadcrumb, #ContentMiddle div.idbmsBreadcrumbWrapper .idbmsBreadcrumb {
        display: none
    }
}

#ContentMiddle div[id*="pnlBreadcrumbs"] .stepTxt, #ContentMiddle div.idbmsBreadcrumbWrapper .stepTxt {
    padding-right: 5px;
    font-weight: bold
}

#ContentMiddle .imod_formItemWrapper .EventsHeader, #ContentMiddle .imod_fieldWrapper .EventsHeader {
    background: #2D0D4A;
    color: #fff;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif;
    border-color: #dcdcdc;
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 14px 20px 10px;
    text-transform: uppercase;
    position: relative
}

#ContentMiddle .imod_formItemWrapper .EventsHeader a, #ContentMiddle .imod_fieldWrapper .EventsHeader a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#ContentMiddle .imod_formItemWrapper .EventsHeader a .categoryToggle, #ContentMiddle .imod_fieldWrapper .EventsHeader a .categoryToggle {
    display: block;
    float: right;
    padding: 7px 15px
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput {
    width: 70%
}

@media only screen and (max-width : 699px) {
    #ContentMiddle .imod_fieldWrapper .imod_fieldInput {
        width: 100%
    }
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput textarea, #ContentMiddle .imod_fieldWrapper .imod_fieldInput input[type="text"], #ContentMiddle .imod_fieldWrapper .imod_fieldInput select {
    background: #eee;
    border: 2px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    -webkit-filter: none;
    filter: none;
    padding: 0px 10px;
    width: 300px;
    max-width: 90%
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput input[type="text"] {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='DropDown1'], #ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddHowOften'], #ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddStartDay'], #ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddNumPayments'] {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='DropDown1'] option, #ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddHowOften'] option, #ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddStartDay'] option, #ContentMiddle .imod_fieldWrapper .imod_fieldInput select[id*='ddNumPayments'] option {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_fieldInput .divAdvancedDesignations input[type="text"] {
    width: auto
}

#ContentMiddle .imod_fieldWrapper .imod_col2 {
    float: left;
    width: 70%
}

@media only screen and (max-width : 699px) {
    #ContentMiddle .imod_fieldWrapper .imod_col2 {
        width: 100%
    }
}

#ContentMiddle .imod_fieldWrapper .imod_col2 textarea, #ContentMiddle .imod_fieldWrapper .imod_col2 input[type="text"], #ContentMiddle .imod_fieldWrapper .imod_col2 select {
    background: #eee;
    border: 2px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    -webkit-filter: none;
    filter: none;
    padding: 0px 10px;
    width: 300px;
    max-width: 90%
}

#ContentMiddle .imod_fieldWrapper .imod_col2 input[type="text"] {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col2 select[id*="DropDown"] {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col2 select[id*="DropDown"] option {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col3 {
    float: left;
    width: 70%
}

@media only screen and (max-width : 699px) {
    #ContentMiddle .imod_fieldWrapper .imod_col3 {
        width: 100%
    }
}

#ContentMiddle .imod_fieldWrapper .imod_col3 textarea, #ContentMiddle .imod_fieldWrapper .imod_col3 input[type="text"], #ContentMiddle .imod_fieldWrapper .imod_col3 select {
    background: #eee;
    border: 2px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    -webkit-filter: none;
    filter: none;
    padding: 0px 10px;
    width: 300px;
    max-width: 90%
}

#ContentMiddle .imod_fieldWrapper .imod_col3 input[type="text"] {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col3 select[id*="DropDown"] {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col3 select[id*="DropDown"] option {
    height: 42px
}

@media only screen and (max-width : 699px) {
    #ContentMiddle .imod_fieldWrapper .imod_col4 {
        width: 100%
    }
}

#ContentMiddle .imod_fieldWrapper .imod_col4 textarea, #ContentMiddle .imod_fieldWrapper .imod_col4 input[type="text"], #ContentMiddle .imod_fieldWrapper .imod_col4 select {
    background: #eee;
    border: 2px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    -webkit-filter: none;
    filter: none;
    padding: 0px 10px;
    width: 300px;
    max-width: 90%
}

#ContentMiddle .imod_fieldWrapper .imod_col4 input[type="text"] {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col4 select[id*="DropDown"] {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper .imod_col4 select[id*="DropDown"] option {
    height: 42px
}

#ContentMiddle .imod_fieldWrapper.giftAmountBox {
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    font-size: 20px;
    padding: 20px;
    margin-bottom: 30px
}

#ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldLabel {
    line-height: 60px;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif;
    width: auto;
    padding-right: 20px
}

@media only screen and (max-width : 699px) {
    #ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldLabel {
        width: 100%;
        padding: 0 0 10px;
        line-height: normal
    }
}

#ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldInput {
    width: auto
}

#ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldInput input[type="text"] {
    background: #fff;
    height: 60px;
    line-height: 1em;
    font-size: 35px;
    font-weight: bold
}

@media only screen and (max-width : 699px) {
    #ContentMiddle .imod_fieldWrapper.giftAmountBox .imod_fieldInput {
        width: 100%
    }
}

#ContentMiddle .imod_fieldWrapper span[id*="lblFullName2"], #ContentMiddle .imod_fieldWrapper span[id*='lblCCNoHypens'] {
    display: block;
    font-size: .8em;
    font-style: italic;
    opacity: .5
}

#ContentMiddle .imod_fieldWrapper #divPayByCC .imod_fieldWrapper .imod_fieldInput {
    width: auto
}

#ContentMiddle .imod_fieldWrapper #divPayByCC .imod_fieldWrapper .imod_fieldInput select, #ContentMiddle .imod_fieldWrapper #divPayByCC .imod_fieldWrapper .imod_fieldInput input {
    width: auto
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] {
    display: block;
    font-size: 14px;
    line-height: normal;
    margin: 0 -10px
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody {
    display: block
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr {
    display: block;
    float: left;
    width: 50%;
    border: 10px solid #fff
}

@media only screen and (max-width : 699px) {
    #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr {
        width: 100%;
        float: none;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr:nth-child(3n+3) {
    clear: left
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr.active td, #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr.active td:hover {
    background: #000;
    border-color: #2D0D4A
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td {
    padding: 0px;
    display: block;
    background: #2D0D4A;
    position: relative;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    border: 2px solid transparent
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td:hover {
    background: #13051f;
    cursor: pointer
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td input[type='radio'] {
    display: none
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td input[type='radio']:checked+label:before {
    content: "\f058"
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td label {
    display: block;
    padding: 18px 80px 18px 18px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5em;
    cursor: pointer
}

#ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td label:before {
    color: #ffffff;
    display: block;
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-size: 28px;
    line-height: 30px;
    padding: 0 0px;
    content: "\f111";
    width: 60px;
    text-align: center;
    height: 30px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: 0;
    font-weight: normal
}

#ContentMiddle .designation-section .divAdvancedDesignations {
    width: 100%;
    margin: 0;
    border: 2px solid #dcdcdc
}

#ContentMiddle .designation-section .divAdvancedDesignations label {
    display: inline-block;
    margin-right: 5px
}

#ContentMiddle .designation-section .divAdvancedDesignations input[type="text"] {
    display: inline-block;
    width: 130px
}

#ContentMiddle .designation-section .divAdvancedDesignations .fa {
    color: #2D0D4A
}

#ContentMiddle .login-password-box {
    width: 100%
}

#ContentMiddle .GiftMatchingLookupLink {
    display: block
}

.fancybox-wrap {
    width: 600px!important;
    max-width: 90%
}

.fancybox-wrap .fancybox-inner {
    width: 100%!important
}

.fancybox-wrap .fancybox-skin {
    padding: 30px!important
}

@media only screen and (max-width : 699px) {
    .fancybox-wrap .fancybox-skin {
        padding: 15px!important
    }
}

.fancybox-wrap div.imod_designations_wrapper {
    max-width: 100%
}

.fancybox-wrap div.imod_designations_wrapper br {
    display: none
}

.fancybox-wrap div.imod_designations_wrapper span.instruction-section {
    font-size: 1em;
    width: 100%;
    margin: 0 0 0px
}

.fancybox-wrap div.imod_designations_wrapper div.notification-section-top {
    margin-top: 10px
}

.fancybox-wrap div.header-section {
    float: left;
    min-height: 35px;
    padding: 0 0 15px;
    width: 100%
}

.fancybox-wrap div.header-section h1 {
    margin: 0;
    padding: 5px 220px 5px 0;
    font-size: 1.5em;
    min-height: 40px
}

@media only screen and (max-width : 699px) {
    .fancybox-wrap div.header-section h1 {
        margin-top: 40px;
        font-size: 1.3em;
        padding-right: 0
    }
}

.fancybox-wrap div.header-section div.search-section {
    background: #ddd;
    border: 1px solid #ccc;
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0
}

@media only screen and (max-width : 699px) {
    .fancybox-wrap div.header-section div.search-section {
        width: 100%
    }
}

.fancybox-wrap div.header-section div.search-section div.search-box {
    border: none;
    background: none
}

.fancybox-wrap div#main-section {
    background: #eee;
    border: 2px solid #ddd
}

.fancybox-wrap div#main-section fieldset {
    border: none;
    margin: 15px 0 0;
    padding: 8px 15px 10px
}

.fancybox-wrap div#main-section fieldset legend {
    font-size: 1.25em;
    line-height: 1.3em
}

@media only screen and (max-width : 699px) {
    .fancybox-wrap div#main-section fieldset legend {
        font-size: 1em
    }
}

.fancybox-wrap div#main-section fieldset ul li.section {
    background: #fff;
    border-radius: 3px;
    padding: 10px;
    margin: 0 0 5px;
    width: 100%;
    float: none;
    overflow: hidden
}

.fancybox-wrap div#main-section fieldset ul li.section input {
    margin-top: 2px
}

.fancybox-wrap div#main-section fieldset ul li.section label {
    display: block;
    max-width: 100%
}

.fancybox-wrap div#main-section fieldset ul li.section div.arrow {
    position: relative;
    top: -3px
}

.fancybox-wrap div#main-section fieldset ul li.section ul.sub-section {
    width: 100%;
    float: none;
    margin: 0;
    padding: 5px 0 0 17px
}

.fancybox-wrap div#main-section fieldset ul li.section ul.sub-section li.child {
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 5px 15px 5px 0
}

.fancybox-wrap div#main-section fieldset ul li.section ul.sub-section li.child input[type="checkbox"] {
    width: 15px;
    margin: 0
}

.fancybox-wrap div#main-section fieldset ul li.section ul.sub-section li.child label {
    float: none;
    padding-left: 23px;
    line-height: normal
}

.fancybox-wrap div.button-section {
    display: block;
    width: 100%;
    padding: 20px 0 0;
    float: left
}

.fancybox-wrap div.button-section input {
    background: #2D0D4A;
    color: #fff;
    display: inline-block;
    float: right;
    padding: 10px 20px;
    border: none;
    max-width: 40%;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}

.fancybox-wrap div.button-section input:hover {
    background: #363636;
    color: #fff
}

.fancybox-wrap div.button-section a {
    border: 1px solid #ccc;
    color: #333;
    margin: 0!important;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    float: left;
    max-width: 40%
}

.fancybox-wrap div.button-section a:hover {
    background: #363636;
    color: #fff;
    text-decoration: none;
    border-color: #363636
}

.flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width : 699px) {
    .flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody {
        display: block
    }
}

.flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr {
    display: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flexbox #ContentMiddle .designationButtons table[id*="rblAdvancedDesignations"] tbody tr td {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

ul.giveBtnsList {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    text-align: center
}

ul.giveBtnsList li {
    display: inline-block;
    padding: 0 10px;
    margin-right: -4px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    ul.giveBtnsList li {
        margin-top: 5px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width : 699px) {
    ul.giveBtnsList li {
        padding: 0 5px;
        width: 50%;
        margin-top: 5px;
        margin-bottom: 5px
    }
}

ul.giveBtnsList li a {
    text-decoration: none;
    display: block;
    font-size: 2em;
    line-height: 1em;
    padding: 20px 30px;
    background: #2D0D4A;
    color: #fff;
    font-weight: bold
}

ul.giveBtnsList li a.otherAmt {
    font-weight: normal;
    color: #fff
}

ul.giveBtnsList li a:hover {
    background: #363636;
    color: #fff;
    border-color: #000
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    ul.giveBtnsList li a {
        font-size: 26px;
        padding: 15px 20px
    }
}

@media only screen and (max-width : 699px) {
    ul.giveBtnsList li a {
        font-size: 24px;
        padding: 13px
    }
}

ul.giveBtnsList span.sm {
    float: left;
    font-size: .55em;
    margin-right: 2px;
    position: relative;
    top: -5px
}

@media only screen and (max-width : 699px) {
    ul.giveBtnsList span.sm {
        float: none
    }
}

.giveInputWrapper {
    display: block;
    position: relative;
    padding-right: 20px;
    max-width: 50%;
    margin: 0 auto
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .giveInputWrapper {
        max-width: 80%
    }
}

@media only screen and (max-width : 699px) {
    .giveInputWrapper {
        max-width: 100%
    }
}

.giveInputWrapper .giveInputInner {
    background: #fff;
    overflow: hidden;
    padding-left: 45px;
    position: relative;
    border: 2px solid #ccc;
    height: 50px
}

.giveInputWrapper label {
    display: none
}

.giveInputWrapper .dollarSign {
    position: absolute;
    top: 0;
    left: 0;
    color: #363636 !important;
    font-size: 25px;
    line-height: 50px;
    width: 35px;
    text-align: right
}

.giveInputWrapper #giveInput {
    background: none;
    border: none;
    height: 46px;
    color: #363636 !important;
    width: 100%;
    font-size: 25px
}

@media only screen and (max-width : 699px) {
    .giveInputWrapper #giveInput {
        font-size: 18px
    }
}

.giveInputWrapper #giveBtnSubmit {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    border: none;
    background: #363636;
    padding: 0 20px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    line-height: 50px;
    text-decoration: none;
    cursor: pointer;
    color: #fff
}

.giveInputWrapper #giveBtnSubmit:hover {
    background: #000
}

@media only screen and (max-width : 699px) {
    .giveInputWrapper #giveBtnSubmit {
        padding: 0 10px;
        font-size: 11px
    }
}

.giveInputWrapper #errorMsg {
    font-style: italic;
    padding-top: 5px;
    text-align: center;
    font-size: 13px
}

form, body, html {
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#outer-wrap {
    margin: 0 auto;
    max-width: 1700px;
    background: #363636;
    height: auto;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1.5;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif;
    background: #f5f5f5;
    font-weight: 400;
    color: #363636
}

@media only screen and (max-width : 699px) {
    body {
        font-size: .9375rem;
        line-height: 1.5
    }
}

a {
    color: #2D0D4A;
    text-decoration: underline;
    outline: none;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}

a:hover {
    color: #2D0D4A;
    text-decoration: none
}

a img {
    border: none
}

a[name="pagetop"] {
    color: #fff;
    background: #000
}

hr {
    height: 1px;
    line-height: 1px;
    margin: 2em 0px;
    clear: both;
    border: none;
    background: #ccc;
    color: #ccc
}

p {
    margin: .5em 0 1.5em;
    padding: 0
}

blockquote {
    border-left: 5px solid #2D0D4A;
    padding-left: 20px;
    font-size: 1.3em;
    margin: 2.5rem 0
}

h1, h2, h3, h4, h5, .PageTitleHeader, .PageSubTitleHeader {
    font-weight: 400;
    margin: .5em 0;
    padding: 0
}

h1, .PageTitleHeader {
    font-size: 5rem;
    line-height: 5.625rem;
    color: #231330;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif
}

h2, .PageSubTitleHeader {
    font-size: 2.625rem;
    line-height: 3.25rem;
    color: #231330;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif
}

h3 {
    font-size: 2.25rem;
    line-height: 2.875rem;
    color: #231330
}

h4 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    color: #231330
}

h5 {
    font-size: 1.3125rem;
    line-height: 1.9375rem;
    color: #231330;
    font-weight: 600
}

#MainBody .idbmsBreadcrumbSeparator {
    color: #2D0D4A
}

#MainBody .expand img {
    background-color: #2D0D4A;
    max-width: inherit !important
}

#MainBody .expand {
    background-color: #2D0D4A;
    display: inline-block
}

.Error, .error {
    width: auto !important
}

img {
    max-width: 100%;
    height: auto!important
}

img[src="/images/icons/v2/common/brick_edit.gif"], img[src="/images/icons/v2/common/delete.gif"], img[src="/images/icons/v2/common/arrow_out.gif"], img[src="/images/e.gif"], img[src="/images/spacer.gif"], img[src="/images/icons/v2/bomb.png"] {
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
    float: none!important;
    width: 16px!important;
    height: 16px !important
}

#PageTitle, .PageTitleHeader {
    display: none
}

#inner-wrap img[src="/images/spacer.gif"] {
    display: none
}

#inner-wrap {
    max-width: 100%;
    margin: 0 auto
}

::-moz-selection {
    background: #0066CC;
    color: #fff
}

::selection {
    background: #0066CC;
    color: #fff
}

::-moz-selection {
    background: #0066CC;
    color: #fff
}

#inner-wrap * {
    box-sizing: border-box
}

#inner-wrap img {
    max-width: 100%;
    height: auto
}

.tools a {
    display: inline-block !important
}

.admin-page-primary {
    background-color: #2D0D4A !important
}

.admin-page-secondary {
    background-color: #55198B !important
}

.admin-page-tertiary {
    background-color: #80f !important
}

#MainBody .snippetrow {
    width: auto;
    margin: 0 -15px
}

#MainBody .snippetrow>* {
    padding: 0 15px
}

#MainBody .snippetrow .split33left, #MainBody .snippetrow .split33middle, #MainBody .snippetrow .split33right {
    width: 33.3%
}

@media only screen and (max-width : 699px) {
    #MainBody .snippetrow .split33left, #MainBody .snippetrow .split33middle, #MainBody .snippetrow .split33right {
        width: 100%
    }
}

.interior .featImg img {
    margin-bottom: 40px
}

@media only screen and (max-width : 1023px) {
    .interior .featImg img {
        margin-top: 15px
    }
}

.utilityBar {
    background: #222;
    padding: 1em 0
}

.structHead {
    background-color: #f5f5f5;
    color: #363636;
    padding: 30px 10px 25px;
    position: relative;
    -webkit-transition: all ease 250ms;
    transition: all ease 250ms;
    z-index: 0;
    clear: both
}

.structHead .search {
    position: relative
}

.structHead .search label {
    font-size: .85em;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    line-height: 16px
}

.structHead .search input {
    color: #000;
    width: 100%;
    padding: 0 70px 0 15px;
    height: 50px;
    margin-bottom: 0px;
    position: relative;
    border: 2px solid #55198b;
    border-radius: 4px;
    color: #363636;
    font-size: 21px;
    font-size: 1.3125rem
}

.structHead .search input:focus {
    border-color: #55198B
}

.structHead .search img, .structHead .search img[id$="_imgbtnSearch"] {
    width: 13px;
    position: absolute;
    bottom: 11px;
    right: 11px;
    line-height: 50px;
    box-sizing: content-box !important;
    padding: 5px;
    display: block;
    border: 5px solid transparent;
    border-radius: 50%;
    background: #80f;
    color: white
}

.structHead .search img:focus, .structHead .search img[id$="_imgbtnSearch"]:focus {
    background: #f5f5f5;
    border-color: #55198B
}

.structHead .search .SearchModuleSpacer {
    display: none
}

.structHead .closeSearch {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: .75em;
    line-height: 16px
}

.structHead .closeSearch a {
    color: #363636
}

.structHead.noShow {
    margin-top: -140px
}

.structHead.show {
    margin-top: 0
}

.imod-warning {
    text-align: center;
    background: #f5d4d4;
    clear: both;
    z-index: 1000;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.imod-warning h1 {
    color: darkred;
    font-size: 16px;
    padding: 5px 0;
    font-weight: 400
}

.loggedin .imod-warning {
    display: block
}

.structHead {
    background: #2D0D4A;
    color: #f5f5f5;
    padding: 20px 0;
    clear: both;
    position: relative;
    z-index: 100
}

@media only screen and (max-width : 1023px) {
    .structHead {
        border-bottom: 10px solid #55198B
    }
}

.structHead.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

@media only screen and (max-width : 1023px) {
    .structHead.sticky {
        position: relative;
        background: inherit;
        box-shadow: none
    }
}

.headLogo h1 {
    margin: 0;
    line-height: 1em
}

.headLogo a {
    display: block
}

.headLogo a:focus {
    outline: 2px solid rgba(85, 25, 139, 0.9)
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .headRight {
        padding-top: 0px
    }
}

.memberToolInner {
    padding: 0
}

.memberTools {
    float: none;
    background: #2D0D4A;
    margin: 0;
    font-size: .85em;
    line-height: 40px
}

.memberTools ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right
}

.memberTools li {
    display: inline-block;
    margin-left: -3px;
    padding: 0 0px 0 0px
}

.memberTools a {
    display: block;
    padding: 0 1em;
    text-decoration: none;
    color: #fff;
    background: transparent
}

.memberTools a:hover, .memberTools a:focus {
    color: #55198B;
    background: transparent
}

.utilityNav ul {
    margin: 10px 0 15px;
    padding: 0;
    list-style: none;
    text-align: right
}

.utilityNav ul li {
    display: inline-block;
    padding-left: 20px;
    margin-right: -3px
}

.utilityNav ul li a {
    display: block;
    text-decoration: none;
    color: #55198B;
    font-size: .9em;
    line-height: normal
}

.utilityNav ul li a:hover, .utilityNav ul li a:focus {
    color: #2D0D4A
}

.headerSocial ul {
    margin: 0px 0 0;
    padding: 0;
    list-style: none;
    text-align: right
}

.headerSocial ul li {
    display: inline-block;
    margin-left: -4px;
    padding-left: 10px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .headerSocial ul li {
        padding-left: 0;
        padding-right: 10px
    }
}

.headerSocial ul li a {
    display: block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: transparent;
    text-align: center;
    font-size: 1.25em;
    border-radius: 5px
}

.headerSocial ul li a:hover, .headerSocial ul li a:focus {
    color: #8ED2CA
}

.headerSocial ul li.searchToggle a {
    background-color: #55198B
}

.desktopNav {
    position: relative;
    z-index: 99;
    background: #55198B
}

.desktopNav .desktopNavInner {
    min-height: 15px
}

.desktopNav .desktopNavInner ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.desktopNav .desktopNavInner li {
    float: left;
    padding: 0;
    line-height: 1.5em;
    text-transform: capitalize;
    position: relative;
    font-weight: 400;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif
}

.desktopNav .desktopNavInner li a {
    display: block;
    text-decoration: none;
    line-height: 2.8125rem;
    padding: 15px 30px;
    color: #fff;
    font-size: 1.4375rem
}

.desktopNav .desktopNavInner li.highlight>a {
    background: #55198B
}

.desktopNav .desktopNavInner li:hover>a, .desktopNav .desktopNavInner li a:hover {
    color: #fff
}

.desktopNav .desktopNavInner li ul {
    position: absolute;
    left: -999em;
    margin: 0px;
    background: #2D0D4A;
    float: none;
    padding: 0 0 10px 0;
    width: 300px;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    top: 100%
}

.desktopNav .desktopNavInner li.sfHover ul {
    left: 0;
    opacity: 1;
    top: 67px
}

.desktopNav .desktopNavInner li.lastVisible.sfHover ul {
    left: auto;
    right: 0
}

.desktopNav .desktopNavInner li li {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    background: none;
    line-height: normal;
    text-transform: none;
    font-size: 1em
}

.desktopNav .desktopNavInner li li a {
    font-weight: 600;
    text-align: left;
    padding: 15px 20px;
    border: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.5rem;
    letter-spacing: 1px;
    border-bottom: .25px solid #55198B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.desktopNav .desktopNavInner li li a:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f061'
}

.desktopNav .desktopNavInner li li:hover a {
    color: #C382FC
}

.desktopNav .desktopNavInner li li:last-of-type a {
    border-bottom: none
}

.desktopNav .desktopNavInner>ul>li:nth-child(n+8) {
    display: none!important
}

.mainHeaderWrap {
    position: relative;
    z-index: 1020
}

.imod-header-1 {
    padding: 0
}

.imod-header-1 .mainHeaderWrap {
    padding: 20px 0
}

@media only screen and (max-width : 699px) {
    .imod-header-1 .mainHeaderWrap {
        padding: 10px 0
    }
}

.imod-header-1 .mainHeaderWrap>.container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.imod-header-1 .mainHeaderWrap .headRight {
    position: relative
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-header-1 .mainHeaderWrap .headRight {
        padding-right: 110px
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-header-1 .mainHeaderWrap .headRight a.m-pikabu-nav-toggle {
        position: absolute;
        top: 0;
        right: 15px
    }
}

@media only screen and (max-width : 699px) {
    .imod-header-1 .mainHeaderWrap .headRight a.m-pikabu-nav-toggle {
        position: relative;
        top: 0;
        right: 15px
    }
}

.imod-header-1 .desktopNav {
    background: #55198B
}

.imod-header-1 .desktopNav .desktopNavInner>ul>li {
    width: 25%
}

.imod-header-1.sticky {
    top: -170px
}

.imod-header-1.sticky .mainHeaderWrap {
    padding: 10px 0
}

.imod-header-1.sticky .utilityNav {
    display: none
}

.imod-header-1.sticky .headLogo img {
    height: 40px!important;
    display: block
}

.imod-header-1.sticky .desktopNav li a {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px
}

.flexbox .imod-header-1 .desktopNavInner>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flexbox .imod-header-1 .desktopNavInner>ul>li {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flexbox .imod-header-1 .desktopNavInner>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media only screen and (max-width : 1023px) {
    .flexbox .imod-header-1 .desktopNavInner>ul>li>a {
        display: block
    }
}

.imod-header-2 {
    padding: 0px 0 0
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-header-2 {
        padding: 0
    }
}

@media only screen and (max-width : 699px) {
    .imod-header-2 {
        padding: 0
    }
}

.imod-header-2 .mainHeaderWrap {
    padding-top: 10px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-header-2 .mainHeaderWrap {
        padding: 20px 0
    }
}

@media only screen and (max-width : 699px) {
    .imod-header-2 .mainHeaderWrap {
        padding: 15px 0
    }
}

.imod-header-2 .mainHeaderWrap>.container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 1024px) and (max-width : 1179px), only screen and (min-width: 1180px) {
    .imod-header-2 .headLogo {
        padding-bottom: 10px
    }
}

.imod-header-2 .desktopNav .desktopNavInner ul {
    float: right
}

.imod-header-2 .desktopNav .desktopNavInner li.highlight a {
    color: #fff
}

.imod-header-2 .desktopNav .desktopNavInner li a {
    padding: 15px 30px
}

.imod-header-2 .headerSocial ul {
    margin-bottom: 15px
}

@media only screen and (max-width : 1023px) {
    .imod-header-2 .headerSocial ul {
        margin: 0
    }
}

.imod-header-2.sticky {
    top: -80px;
    padding: 10px 0
}

.imod-header-2.sticky .headLogo img {
    height: 60px!important;
    display: block
}

.imod-header-2.sticky .headerSocial {
    display: none
}

.imod-header-2.sticky .desktopNav {
    margin-top: 10px
}

.structHead.imod-header-3 {
    padding: 0
}

@media only screen and (max-width : 699px) {
    .structHead.imod-header-3 a.m-pikabu-nav-toggle {
        top: 0px!important;
        right: -10px !important
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .structHead.imod-header-3 .mainHeaderWrap {
        padding: 0px 0
    }
}

@media only screen and (max-width : 699px) {
    .structHead.imod-header-3 .mainHeaderWrap {
        padding: 0px 0
    }
}

.structHead.imod-header-3 .mainHeaderWrap>.container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.structHead.imod-header-3 .headLogo {
    padding-top: 20px;
    padding-bottom: 20px
}

.structHead.imod-header-3 .desktopNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.structHead.imod-header-3 .desktopNav ul {
    float: right
}

.structHead.imod-header-3 .desktopNav li.highlight a {
    background: #55198B;
    color: #2D0D4A
}

.structHead.imod-header-3 .desktopNav li:hover a {
    color: #fff
}

.structHead.imod-header-3 .desktopNav li a {
    padding: 15px 30px
}

.structHead.imod-header-3 .mobileNav .search img, .structHead.imod-header-3 .mobileNav .search img[id$="_imgbtnSearch"] {
    right: 0
}

.structHead.imod-header-3.sticky {
    top: -70px;
    padding: 0px 0
}

.structHead.imod-header-3.sticky .headLogo {
    padding: 5px
}

.structHead.imod-header-3.sticky .headLogo img {
    height: 50px!important;
    display: block
}

.structHead.imod-header-3.sticky .desktopNav {
    margin-top: 0px
}

.structHead.imod-header-3.sticky .desktopNav li a {
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0
}

.imod-header-4 {
    padding: 0
}

@media only screen and (max-width : 699px) {
    .imod-header-4 {
        border: none
    }
}

.imod-header-4 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.imod-header-4 .address {
    text-align: center
}

.imod-header-4 .address p {
    margin: 0
}

.imod-header-4 .headLogo {
    text-align: center
}

.imod-header-4 .headSocial .headerSocial {
    text-align: center
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-header-4 .headSocial .headerSocial {
        text-align: left
    }
}

.imod-header-4 .headSocial .headerSocial ul {
    text-align: center
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-header-4 .headSocial .headerSocial ul {
        width: auto;
        text-align: left
    }
}

.imod-header-4 .headSocial .headerSocial ul li {
    margin-left: 0
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-header-4 .headSocial .headerSocial ul li {
        padding-right: 5px;
        margin-left: 0
    }
}

.imod-header-4 .headSocial .headerSocial ul li:first-child a {
    font-size: 32px
}

.imod-header-4 .headSocial .headerSocial ul li:nth-child(2) a {
    font-size: 34px
}

.imod-header-4 .headSocial .headerSocial ul li:last-child a {
    font-size: 34px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-header-4 .headSocial .headerSocial {
        float: left
    }
}

.imod-header-4 .mainHeaderWrap {
    padding: 20px 0
}

@media only screen and (max-width : 699px) {
    .imod-header-4 .mainHeaderWrap {
        padding: 10px 0
    }
}

.imod-header-4 .desktopNav {
    background: #55198B
}

.imod-header-4 .desktopNav .desktopNavInner>ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.imod-header-4 .desktopNav .desktopNavInner>ul>li {
    width: 100%
}

.imod-header-4 .desktopNav .desktopNavInner>ul>li:first-of-type>a {
    padding: 15px 15px 15px 0
}

.imod-header-4 .mobileNav .search {
    width: 100%
}

.imod-header-4 .mobileNav .search img, .imod-header-4 .mobileNav .search img[id$="_imgbtnSearch"] {
    right: 0
}

.imod-header-4.sticky {
    top: -170px
}

.imod-header-4.sticky .mainHeaderWrap {
    padding: 10px 0
}

.imod-header-4.sticky .utilityNav {
    display: none
}

.imod-header-4.sticky .headLogo img {
    height: 40px!important;
    display: block
}

.imod-header-4.sticky .desktopNav li a {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px
}

@media only screen and (max-width : 699px) {
    .imod-header-4 .toggleMenu {
        padding: 0
    }
}

@media only screen and (max-width : 699px) {
    .imod-header-4 .toggleMenu a.m-pikabu-nav-toggle {
        width: 100%;
        font-size: 18px;
        line-height: 18px;
        height: auto;
        padding: 8px 5px 5px;
        border-radius: 0
    }
}

@media only screen and (max-width : 699px) {
    .imod-header-4 .toggleMenu a.m-pikabu-nav-toggle .fa {
        display: inline-block;
        font-size: 18px;
        line-height: 18px
    }
}

.imod-header-4 .flexbox .imod-header-1 .desktopNavInner>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.imod-header-4 .flexbox .imod-header-1 .desktopNavInner>ul>li {
    float: none;
    display: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.imod-header-4 .flexbox .imod-header-1 .desktopNavInner>ul>li>a {
    display: inherit;
    width: 100%;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.offcanvas.m-pikabu-sidebar {
    background: #050209
}

.offcanvas.m-pikabu-sidebar .mobileUtilityNavNow ul {
    padding: 0 20px
}

.offcanvas.m-pikabu-sidebar .mobileUtilityNavNow ul li {
    list-style: none;
    padding: 2px 0
}

.offcanvas.m-pikabu-sidebar .mobileUtilityNavNow ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    opacity: .7;
    font-weight: 300
}

.offcanvas.imod-header-2 a.m-pikabu-nav-toggle {
    right: 15px
}

@media only screen and (max-width : 699px), only screen and (min-width: 700px) and (max-width : 1023px) {
    .offcanvas.imod-header-2 {
        padding: 0
    }
    .offcanvas.imod-header-2 .headRight {
        padding-top: 0px;
        position: relative!important
    }
    .offcanvas.imod-header-2 .headRight .headerSocial {
        position: absolute;
        top: 0px;
        right: -2px;
        margin: 0;
        padding-right: 110px
    }
}

@media (min-width:1024px) {
    .drawer .desktopNav .desktopNavInner ul li a {
        margin-right: 0 !important
    }
    .drawer .desktopNav .desktopNavInner ul li .accordion-btn-wrap {
        display: none !important
    }
}

@media only screen and (max-width : 699px), only screen and (min-width: 700px) and (max-width : 1023px) {
    .drawer .desktopNav {
        display: none
    }
    .drawer .desktopNav .desktopNavInner {
        padding: 10px 0px 0;
        overflow: hidden;
        width: 100%
    }
    .drawer .desktopNav .desktopNavInner ul {
        display: block;
        float: none;
        width: 100%
    }
    .drawer .desktopNav .desktopNavInner ul li {
        display: block;
        width: 100%
    }
    .drawer .desktopNav .desktopNavInner ul li:hover {
        background: #13051f
    }
    .drawer .desktopNav .desktopNavInner ul li:hover>a {
        background: #13051f
    }
    .drawer .desktopNav .desktopNavInner ul li:hover a {
        background: none
    }
    .drawer .desktopNav .desktopNavInner ul li.active {
        background: #13051f
    }
    .drawer .desktopNav .desktopNavInner ul li.active>a {
        background: #13051f
    }
    .drawer .desktopNav .desktopNavInner ul li a {
        text-align: left;
        font-weight: 300;
        letter-spacing: 1px;
        font-size: 1em;
        padding: 15px 15px;
        color: #fff;
        width: auto
    }
    .drawer .desktopNav .desktopNavInner ul li a:focus {
        outline: 2px solid #55198B
    }
    .drawer .desktopNav .desktopNavInner ul li .accordion-btn-wrap {
        border: none;
        background: none;
        padding: 0;
        min-height: 45px
    }
    .drawer .desktopNav .desktopNavInner ul li .accordion-btn-wrap:focus {
        outline: 2px solid #55198B
    }
    .drawer .desktopNav .desktopNavInner ul li .accordion-btn-wrap .accordion-btn {
        color: #fff
    }
    .drawer .desktopNav .desktopNavInner ul li ul {
        position: relative;
        left: 0;
        padding: 0;
        top: 0;
        overflow: hidden;
        opacity: 1;
        background: #200934
    }
    .drawer .desktopNav .desktopNavInner ul li ul li {
        border-bottom: none
    }
    .drawer .desktopNav .desktopNavInner ul li ul li a {
        padding: 15px 30px;
        border-bottom: none;
        font-size: .95em;
        letter-spacing: normal
    }
}

.drawer .desktopNav .utilityWrap {
    padding: 0px 10px 0;
    overflow: hidden
}

.drawer .desktopNav .mobileUtilityNavNow {
    font-size: .9em;
    padding: 0;
    line-height: normal;
    background-color: #55198B;
    overflow: hidden
}

.drawer .desktopNav .mobileUtilityNavNow ul {
    margin: 0px 0;
    padding: 20px 0;
    list-style: none;
    width: 100%
}

@media only screen and (max-width : 699px) {
    .drawer .desktopNav .mobileUtilityNavNow ul {
        margin: 0px 0;
        padding: 10px 0
    }
}

.drawer .desktopNav .mobileUtilityNavNow ul li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none
}

@media only screen and (max-width : 699px) {
    .drawer .desktopNav .mobileUtilityNavNow ul li a {
        text-align: left
    }
}

.drawer .desktopNav .mobileUtilityNavNow ul li a:focus {
    outline: 2px solid #55198B
}

.drawer .desktopNav .mobileUtilityNavNow ul li:hover, .drawer .desktopNav .mobileUtilityNavNow ul li:focus {
    background: #000
}

.drawer .desktopNav.mobileNav {
    background-color: #2D0D4A;
    padding: 10px
}

.drawer.imod-header-2 a.m-pikabu-nav-toggle {
    z-index: 100
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .drawer.imod-header-2 a.m-pikabu-nav-toggle {
        position: relative;
        top: 0px;
        right: 20px
    }
}

@media only screen and (max-width : 699px) {
    .drawer.imod-header-2 a.m-pikabu-nav-toggle {
        position: relative;
        top: 0px;
        right: 15px
    }
}

@media only screen and (max-width : 699px), only screen and (min-width: 700px) and (max-width : 1023px) {
    .drawer.imod-header-2 {
        padding: 0
    }
    .drawer.imod-header-2 .headRight {
        padding-top: 0px;
        position: relative!important
    }
    .drawer.imod-header-2 .headRight .headerSocial {
        position: absolute;
        top: 0px;
        right: -2px;
        margin: 0;
        padding-right: 110px
    }
}

.drawer.imod-header-2 .desktopNav.mobileNav {
    display: none;
    background: #2D0D4A;
    padding: 0 10px
}

.drawer.imod-header-2 .desktopNav.mobileNav .utilityWrap {
    margin: 0 -10px
}

.drawer.imod-header-2 .structSearch {
    background-color: #2D0D4A;
    color: #fff
}

.drawer.imod-header-2 .structSearch a {
    color: #fff
}

.drawer.imod-header-2 .mobileNav .search {
    padding-top: 10px
}

.drawer.imod-header-2 .mobileNav .search input {
    margin: 0
}

.drawer.imod-header-3 a.m-pikabu-nav-toggle {
    z-index: 100
}

@media only screen and (max-width : 699px) {
    .drawer.imod-header-3 a.m-pikabu-nav-toggle {
        right: 20px;
        top: 20px
    }
}

@media only screen and (max-width : 699px), only screen and (min-width: 700px) and (max-width : 1023px) {
    .drawer.imod-header-3 {
        padding: 0px 0 0
    }
    .drawer.imod-header-3 .headRight {
        float: left;
        width: 100%;
        padding-top: 15px
    }
}

.drawer.imod-header-3 .mobileNav {
    display: none;
    background: #2D0D4A;
    padding: 0 10px
}

.drawer.imod-header-3 .mobileNav .utilityWrap {
    padding: 0
}

.drawer.imod-header-3 .searchToggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1.5em
}

.drawer.imod-header-3 .structSearch {
    background-color: #2D0D4A;
    color: #fff
}

.drawer.imod-header-3 .structSearch a {
    color: #fff
}

.drawer.imod-header-3 .mobileNav .search {
    padding-top: 10px
}

.drawer.imod-header-3 .mobileNav .search input {
    margin: 0
}

.openOverlay {
    overflow: hidden
}

@media (max-width:699px) {
    .openOverlay .mainHeaderWrap .headLogo {
        visibility: hidden;
        display: none
    }
}

.overlay .desktopNav.mobileNav {
    background: #55198B
}

.overlay .desktopNav.mobileNav .headLogo {
    padding: 1.5rem
}

@media (min-width:700px) {
    .overlay .desktopNav.mobileNav .headLogo img {
        visibility: hidden;
        display: none
    }
}

@media (max-width:699px) {
    .overlay .desktopNav.mobileNav .headLogo img {
        visibility: visible;
        max-width: 280px !important
    }
}

.overlay.imod-header-3 .searchToggle a {
    color: #fff;
    padding: 10px 15px
}

.overlay li.has-subnav .accordion-btn-wrap {
    display: none!important;
    color: #fff
}

@media only screen and (max-width : 1023px) {
    .overlay li.has-subnav .accordion-btn-wrap {
        display: inline-block !important
    }
}

.overlay a.m-pikabu-nav-toggle {
    display: none
}

@media only screen and (max-width : 1023px) {
    .overlay a.m-pikabu-nav-toggle {
        display: block
    }
}

@media only screen and (max-width : 1023px) {
    .overlay a.m-pikabu-nav-toggle {
        z-index: 1000
    }
    .overlay .headerSocial {
        z-index: 999;
        float: right;
        width: auto
    }
    .overlay .desktopNav.mob {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #55198B;
        z-index: 998;
        padding: 9rem 0 40px;
        display: none;
        overflow-y: auto;
        margin: 0
    }
    .overlay .desktopNav.mob .container {
        max-width: 750px
    }
    .overlay .desktopNav.mob .desktopNavInner {
        padding: 10px 15px 0;
        width: 100%
    }
    .overlay .desktopNav.mob .desktopNavInner ul {
        display: block;
        float: none;
        width: 100%
    }
    .overlay .desktopNav.mob .desktopNavInner ul li {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.22);
        overflow: hidden
    }
    .overlay .desktopNav.mob .desktopNavInner ul li:hover>a {
        text-decoration: underline
    }
    .overlay .desktopNav.mob .desktopNavInner ul li:hover a {
        background: none
    }
    .overlay .desktopNav.mob .desktopNavInner ul li a {
        text-align: left;
        color: #fff;
        padding: 7.5px 0;
        width: auto
    }
    .overlay .desktopNav.mob .desktopNavInner ul li a:focus {
        outline: 2px solid #C382FC
    }
    .overlay .desktopNav.mob .desktopNavInner ul li .accordion-btn-wrap:focus {
        outline: 2px solid #C382FC
    }
    .overlay .desktopNav.mob .desktopNavInner ul li ul {
        position: relative;
        left: 0;
        padding: 0;
        top: 0;
        overflow: hidden;
        opacity: 1;
        background: #200934
    }
    .overlay .desktopNav.mob .desktopNavInner ul li ul li {
        border-bottom: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
    .overlay .desktopNav.mob .desktopNavInner ul li ul li:after {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f061';
        color: #C382FC
    }
    .overlay .desktopNav.mob .desktopNavInner ul li ul li a {
        padding: 9px 20px;
        border-bottom: none;
        line-height: 22px;
        letter-spacing: 1.25px
    }
    .overlay .desktopNav.mob .desktopNavInner ul li ul li a:after {
        content: ''
    }
    .overlay .desktopNav.mob .desktopNavInner ul li ul li a.active, .overlay .desktopNav.mob .desktopNavInner ul li ul li a:hover, .overlay .desktopNav.mob .desktopNavInner ul li ul li a:focus {
        background: none;
        text-decoration: none
    }
    .overlay .desktopNav.mob .desktopNavInner ul li ul li a.active span, .overlay .desktopNav.mob .desktopNavInner ul li ul li a:hover span, .overlay .desktopNav.mob .desktopNavInner ul li ul li a:focus span {
        padding-bottom: 1px;
        border-bottom: 1px solid white
    }
    .overlay .desktopNav.mob .desktopNavInner ul li .accordion-btn-wrap {
        background: none;
        border: none
    }
    .overlay .desktopNav.mob .desktopNavInner ul li .accordion-btn-wrap .accordion-btn {
        color: #fff
    }
}

@media only screen and (max-width : 1023px) and (min-width:700px) {
    .overlay .desktopNav.mob {
        padding: 9rem 0 40px
    }
}

@media only screen and (max-width : 1023px) and (min-width:540px) and (max-width:699px) {
    .overlay .desktopNav.mob {
        padding: 60px 0 40px
    }
}

@media only screen and (max-width : 1023px) and (max-width:539px) {
    .overlay .desktopNav.mob {
        padding: 60px 0 35px
    }
}

@media only screen and (max-width : 1023px) and (min-width:700px) {
    .overlay .desktopNav.mob .desktopNavInner ul li ul li a {
        font-size: 14px
    }
}

@media only screen and (max-width : 1023px) and (min-width:700px) {
    .overlay .desktopNav.mob .desktopNavInner ul li .accordion-btn-wrap .accordion-btn {
        line-height: 80px !important
    }
}

.overlay .desktopNav.mob .search input {
    margin: 0
}

.overlay .mobileUtilityNavNow {
    font-size: .9em;
    line-height: normal
}

.overlay .mobileUtilityNavNow ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    width: 100%
}

@media only screen and (max-width : 699px) {
    .overlay .mobileUtilityNavNow ul {
        margin: 15px 0
    }
}

.overlay .mobileUtilityNavNow ul li a {
    display: block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none
}

@media only screen and (max-width : 1023px) {
    .overlay .mobileUtilityNavNow ul li a {
        text-align: center
    }
}

.overlay.imod-header-2 .desktopNav {
    background: transparent
}

@media only screen and (max-width : 699px) {
    .overlay.imod-header-2.dropdown {
        padding-bottom: 0px !important
    }
    .overlay.imod-header-2 a.m-pikabu-nav-toggle {
        top: 0px
    }
}

.structHead.imod-header-3.overlay .headLogo {
    z-index: 10
}

@media only screen and (max-width : 699px) {
    .structHead.imod-header-3.overlay .headRight .desktopNav.mob {
        display: none
    }
}

@media only screen and (max-width : 699px) {
    .structHead.imod-header-3.overlay .headRight .desktopNav .desktopNavInner {
        display: block
    }
}

.structHead.imod-header-3.overlay .headRight .desktopNav .desktopNavInner ul li {
    padding-bottom: 0 !important
}

@media only screen and (min-width: 1180px) {
    .structHead.imod-header-3.overlay .headRight .desktopNav .desktopNavInner ul li ul {
        z-index: 10
    }
    .structHead.imod-header-3.overlay .headRight .desktopNav .desktopNavInner ul li ul li {
        padding-top: 0px
    }
}

@media only screen and (min-width: 1024px) and (max-width : 1179px) {
    .structHead.imod-header-3.overlay .headRight .desktopNav .desktopNavInner ul li ul {
        z-index: 10;
        top: 61px
    }
    .structHead.imod-header-3.overlay .headRight .desktopNav .desktopNavInner ul li ul li {
        padding-top: 10px
    }
}

.structHead.imod-header-3.overlay .desktopNav.mob {
    position: fixed !important
}

.overlay.imod-header-4 .mainHeaderWrap .container {
    position: relative
}

@media only screen and (max-width : 699px) {
    .offcanvas.imod-header-4 .row {
        display: block
    }
}

@media only screen and (max-width : 699px) {
    .offcanvas.imod-header-4 .mainHeaderWrap {
        padding: 0
    }
}

@media only screen and (max-width : 699px) {
    .offcanvas.imod-header-4 .headLogo {
        padding-bottom: 15px;
        padding-top: 15px
    }
    .offcanvas.imod-header-4 .headLogo img {
        max-width: 80%!important
    }
}

.structHead.dropdown .desktopNav .desktopNavInner {
    position: static
}

.structHead.dropdown .desktopNav .desktopNavInner ul li {
    position: static
}

.structHead.dropdown .desktopNav .desktopNavInner ul li.sfHover .menuWrapper {
    left: 0;
    opacity: 1
}

.structHead.dropdown .desktopNav .desktopNavInner ul li .menuWrapper {
    position: absolute;
    left: -999em;
    top: 100%;
    padding: 20px 12%;
    margin: 0px;
    float: none;
    width: 100%;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    background: #2D0D4A;
    background: rgba(19, 5, 31, 0.95);
    z-index: 1000
}

@media only screen and (min-width: 1024px) {
    .structHead.dropdown .desktopNav .desktopNavInner ul li .menuWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.structHead.dropdown .desktopNav .desktopNavInner ul li .menuWrapper ul {
    position: relative;
    background: none;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    top: 0;
    float: none;
    padding-left: 15px;
    padding-right: 15px
}

.structHead.dropdown .desktopNav .desktopNavInner ul li .menuWrapper ul li a {
    color: #fff;
    background: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: .7em 1em;
    text-align: left
}

.structHead.dropdown .desktopNav .desktopNavInner ul li .menuWrapper ul li a:hover {
    color: #55198B;
    background: none
}

.structHead.dropdown .desktopNav .desktopNavInner ul li .menuWrapper ul li:first-child a {
    border-top: none
}

@media only screen and (min-width: 1024px) and (max-width : 1179px), only screen and (min-width: 1180px) {
    .structHead.imod-header-2.dropdown {
        padding-bottom: 0
    }
}

.structHead.imod-header-2.dropdown .headRight {
    position: initial
}

.structHead.imod-header-2.dropdown .headRight .desktopNav {
    position: initial
}

.structHead.imod-header-2.dropdown .headRight .desktopNav .desktopNavInner ul li {
    padding-bottom: 10px
}

.structHead.imod-header-2.dropdown .headRight .desktopNav .desktopNavInner ul li.hasSub:hover a {
    position: relative
}

.structHead.imod-header-2.dropdown .headRight .desktopNav .desktopNavInner ul li.hasSub:hover a:after {
    content: "\f0d7";
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0;
    text-align: center;
    font-family: fontawesome;
    z-index: 100;
    color: #2D0D4A;
    font-size: 30px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.structHead.imod-header-2.dropdown .headRight .desktopNav .desktopNavInner ul li.hasSub:hover li {
    padding-bottom: 0
}

.structHead.imod-header-2.dropdown .headRight .desktopNav .desktopNavInner ul li.hasSub:hover li a:after {
    content: ""
}

.structHead.imod-header-2.dropdown .headRight .desktopNav .desktopNavInner ul li .menuWrapper {
    top: 100%
}

.structHead.imod-header-2.dropdown .headRight .mobileNav .desktopNavInner {
    padding: 10px 10px 0
}

.structHead.imod-header-2.dropdown .headRight .mobileNav .desktopNavInner ul li {
    padding-bottom: 0
}

.structHead.imod-header-2.dropdown .headRight .mobileNav .desktopNavInner ul li a:after {
    display: none
}

.structHead.imod-header-3.dropdown {
    padding: 0
}

.structHead.imod-header-3.dropdown .mainHeaderWrap>.container>.row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media only screen and (min-width: 700px) and (max-width : 1023px), only screen and (max-width : 699px) {
    .structHead.imod-header-3.dropdown .mainHeaderWrap>.container>.row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.structHead.imod-header-3.dropdown .headRight {
    position: initial;
    padding-top: 0px
}

.structHead.imod-header-3.dropdown .headRight>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%
}

.structHead.imod-header-3.dropdown .headRight .desktopNav {
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width : 1023px) {
    .structHead.imod-header-3.dropdown .headRight .desktopNav {
        display: none
    }
}

.structHead.imod-header-3.dropdown .headRight .desktopNav .desktopNavInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.structHead.imod-header-3.dropdown .headRight .desktopNav .desktopNavInner>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.structHead.imod-header-3.dropdown .headRight .desktopNav .desktopNavInner>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0px
}

.structHead.imod-header-3.dropdown .headRight .desktopNav .desktopNavInner>ul>li.hasSub:hover a {
    position: relative
}

.structHead.imod-header-3.dropdown .headRight .desktopNav .desktopNavInner>ul>li.hasSub:hover a:after {
    content: "\f0d7";
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0;
    text-align: center;
    font-family: fontawesome;
    z-index: 100;
    color: #2D0D4A;
    font-size: 30px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

@media only screen and (max-width : 699px) {
    .structHead.imod-header-3.dropdown .headRight .desktopNav .desktopNavInner>ul>li.hasSub:hover a:after {
        display: none
    }
}

.structHead.imod-header-3.dropdown .headRight .desktopNav .desktopNavInner>ul>li.hasSub:hover li {
    padding-bottom: 0
}

.structHead.imod-header-3.dropdown .headRight .desktopNav .desktopNavInner>ul>li.hasSub:hover li a:after {
    content: ""
}

.structHead.imod-header-3.dropdown .headRight .mobileNav .desktopNavInner {
    padding: 10px 10px 0
}

.structHead.imod-header-3.dropdown .headRight .mobileNav .desktopNavInner ul li {
    padding-bottom: 0
}

.structHead.imod-header-3.dropdown .headRight .mobileNav .desktopNavInner ul li a:after {
    display: none
}

a.m-pikabu-nav-toggle {
    cursor: pointer;
    position: relative
}

@media only screen and (max-width : 699px) {}

@media only screen and (max-width : 699px) {}

body.has-offcanvas--visible {
    overflow: hidden
}

#off-canvas {
    z-index: 110;
    overflow-y: scroll;
    height: 100vh;
    min-height: 100vh;
    width: 300px;
    background: #13051f;
    opacity: 0;
    display: none
}

@media only screen and (max-width : 1023px) {
    #off-canvas {
        display: block
    }
}

#off-canvas.is-open, #off-canvas.is-animating {
    opacity: 1
}

#off-canvas ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#off-canvas ul li a {
    display: block
}

#off-canvas ul li ul {
    display: none
}

#off-canvas ul li li.selected>ul {
    display: block
}

#off-canvas .menuTitleBar {
    padding: 15px;
    background: #55198B;
    position: relative
}

#off-canvas .menuTitleBar h2 {
    margin: 0;
    color: #fff;
    font-size: 1.25rem;
    text-transform: uppercase
}

#off-canvas .menuTitleBar .js-offcanvas-close {
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem
}

#off-canvas .menuTitleBar .js-offcanvas-close:hover, #off-canvas .menuTitleBar .js-offcanvas-close:focus {
    background: #481575
}

#off-canvas .menuTitleBar .js-offcanvas-close:focus {
    outline: 2px solid #fff
}

.c-offcanvas-bg {
    z-index: 105
}

a#nav-close-btn {
    display: block;
    background: #55198B;
    color: #fff;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .8em;
    line-height: 1em;
    text-align: center;
    letter-spacing: 1px
}

a#nav-close-btn .fa {
    margin-right: 10px
}

#off-canvas .mainNav ul li {
    position: relative
}

#off-canvas .mainNav ul li a {
    -webkit-transition: none;
    transition: none;
    text-decoration: none
}

#off-canvas .mainNav ul li a:focus {
    outline: 2px solid #55198B;
    text-decoration: underline
}

#off-canvas .mainNav ul li button.accordion-btn-wrap {
    background: transparent;
    border: none;
    padding: 0
}

#off-canvas .mainNav ul li button.accordion-btn-wrap:hover, #off-canvas .mainNav ul li button.accordion-btn-wrap:focus {
    background: rgba(255, 255, 255, 0.1)
}

#off-canvas .mainNav ul li button.accordion-btn-wrap:focus {
    outline: 2px solid #55198B
}

#off-canvas .mainNav ul li.active {
    background: #2D0D4A
}

#off-canvas .mainNav ul li.has-subnav .accordion-btn {
    color: #fff;
    background: none;
    border: none;
    padding: 0
}

#off-canvas .mainNav>ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

#off-canvas .mainNav>ul>li {
    border-top: 1px solid rgba(255, 255, 255, 0.3)
}

#off-canvas .mainNav>ul>li>a {
    font-weight: bold;
    padding: 12px 15px;
    color: #fff
}

#off-canvas .mainNav>ul>li>ul {
    background: #000
}

#off-canvas .mainNav>ul>li>ul>li {
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

#off-canvas .mainNav>ul>li>ul>li>a {
    color: #fff;
    padding: 10px 15px 10px 30px
}

#off-canvas .mainNav>ul>li>ul>li>ul {
    padding: 0 0 10px;
    background: #050209
}

#off-canvas .mainNav>ul>li>ul>li>ul>li>a {
    color: #fff;
    padding: 10px 15px 10px 45px
}

#off-canvas .mobileUtilityNavNow {
    font-size: .8em;
    line-height: normal
}

#off-canvas .mobileUtilityNavNow>ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none
}

#off-canvas .mobileUtilityNavNow>ul>li>a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #f5f5f5;
    text-transform: uppercase;
    -webkit-transition: none;
    transition: none
}

#off-canvas .mobileUtilityNavNow>ul>li>a:focus {
    outline: 2px solid #55198B;
    text-decoration: underline
}

.m-pikabu-left-visible .m-pikabu-overlay, .m-pikabu-right-visible .m-pikabu-overlay {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3)
}

#off-canvas .search, .drawer .mobileNav .search, .overlay .mobileNav .search {
    position: relative
}

#off-canvas .search>div, .drawer .mobileNav .search>div, .overlay .mobileNav .search>div {
    position: relative
}

#off-canvas .search label, .drawer .mobileNav .search label, .overlay .mobileNav .search label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

#off-canvas .search input, .drawer .mobileNav .search input, .overlay .mobileNav .search input {
    color: #000;
    width: 100%;
    padding: 0 50px 0 15px;
    height: 50px;
    font-size: 1rem;
    margin-bottom: 0px;
    border: 2px solid transparent;
    margin-top: 0px
}

#off-canvas .search input:focus, .drawer .mobileNav .search input:focus, .overlay .mobileNav .search input:focus {
    border-color: #55198B
}

#off-canvas .search img, .drawer .mobileNav .search img, .overlay .mobileNav .search img, #off-canvas .search img[id$="_imgbtnSearch"], .drawer .mobileNav .search img[id$="_imgbtnSearch"], .overlay .mobileNav .search img[id$="_imgbtnSearch"] {
    width: 26px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    line-height: 50px;
    box-sizing: content-box !important;
    padding: 12px;
    display: block
}

#off-canvas .search img:focus, .drawer .mobileNav .search img:focus, .overlay .mobileNav .search img:focus, #off-canvas .search img[id$="_imgbtnSearch"]:focus, .drawer .mobileNav .search img[id$="_imgbtnSearch"]:focus, .overlay .mobileNav .search img[id$="_imgbtnSearch"]:focus {
    outline: 2px solid #55198B
}

#off-canvas .search .SearchModuleSpacer, .drawer .mobileNav .search .SearchModuleSpacer, .overlay .mobileNav .search .SearchModuleSpacer {
    display: none
}

#off-canvas .search {
    padding: 15px
}

.offcanvas.mobileNav .search {
    border: 10px solid transparent
}

.offcanvas.mobileNav .search input {
    margin: 0;
    font-size: 18px
}

.offcanvas.mobileNav .search img, .offcanvas.mobileNav .search img[id$="_imgbtnSearch"] {
    right: 0
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .header-3 .offcanvas.mobileNav .search {
        display: block!important
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .m-pikabu-sidebar, .m-pikabu-right-visible .m-pikabu-right, .m-pikabu-left-visible .m-pikabu-left {
        width: 35% !important
    }
    .m-pikabu-left-visible .m-pikabu-container {
        -webkit-transform: translate3d(35%, 0, 0);
        transform: translate3d(35%, 0, 0)
    }
    .m-pikabu-right-visible .m-pikabu-container {
        -webkit-transform: translate3d(-35%, 0, 0);
        transform: translate3d(-35%, 0, 0)
    }
}

@media only screen and (max-width : 699px) {
    .imod-header-2 a.m-pikabu-nav-toggle {
        right: 20px;
        top: 0px;
        width: 60px;
        height: 60px;
        padding-top: 3px
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-header-3 a.m-pikabu-nav-toggle {
        right: 20px
    }
}

@media only screen and (max-width : 699px) {
    .imod-header-3 a.m-pikabu-nav-toggle {
        position: relative;
        right: 0px;
        top: 0px;
        width: 55px;
        height: 55px;
        padding-top: 3px
    }
}

@media only screen and (max-width : 699px) {
    .imod-header-4 a.m-pikabu-nav-toggle {
        position: relative
    }
}

.imod-progWidget.custom {
    display: block;
    margin: 0 0 15px;
    overflow: hidden;
    position: relative
}

.imod-progWidget.custom .data-viz {
    padding: 15px 0
}

.imod-progWidget.custom .data-viz .vizWrapper {
    display: block;
    padding: 0
}

.imod-progWidget.custom .data-viz .vizWrapper .bar {
    background: #ccc;
    border-radius: 5px;
    height: 40px;
    position: relative;
    width: 100%
}

.imod-progWidget.custom .data-viz .vizWrapper .bar .value {
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100
}

.imod-progWidget.custom .data-viz .vizWrapper .bar .progressBar {
    background: #2D0D4A;
    border-radius: 5px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.imod-progWidget.custom .text {
    position: relative
}

.imod-progWidget.custom .title {
    display: block;
    font-weight: bold;
    line-height: normal;
    padding: 0 0 5px;
    font-size: 1.35em
}

.imod-progWidget.custom .giveBtn {
    padding-top: 30px;
    text-align: center
}

.imod-progWidget.custom .giveBtn a, .imod-progWidget.custom .giveBtn a.expand {
    border-radius: 3px;
    background-color: #55198B;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    height: auto;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    line-height: 1em;
    letter-spacing: 1px
}

.imod-progWidget.custom .giveBtn a:hover, .imod-progWidget.custom .giveBtn a.expand:hover, .imod-progWidget.custom .giveBtn a:focus, .imod-progWidget.custom .giveBtn a.expand:focus {
    background-color: #000 !important
}

.imod-progWidget.custom.bubbleViz .data-viz {
    padding: 15px 0
}

.imod-progWidget.custom.bubbleViz .data-viz .vizWrapper {
    display: block;
    padding: 0
}

.imod-progWidget.custom.bubbleViz .data-viz .vizWrapper .bar {
    background: #000;
    border-radius: 300px;
    height: 205px;
    position: relative;
    width: 205px;
    margin: 0 auto;
    overflow: hidden;
    border: 10px solid #f5f5f5;
    z-index: 5
}

.imod-progWidget.custom.bubbleViz .data-viz .vizWrapper .bar .value {
    padding: 0 10px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    line-height: 185px;
    font-size: 2.25em;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
}

.imod-progWidget.custom.bubbleViz .data-viz .vizWrapper .bar .progressBar {
    border-radius: 0px;
    width: 100%;
    bottom: 0;
    top: auto;
    position: absolute;
    z-index: 2
}

.imod-progressbar-1 .imod-progWidget {
    margin: 0 10%;
    text-align: center
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-progressbar-1 .imod-progWidget {
        margin: 0 5%
    }
}

@media only screen and (max-width : 699px) {
    .imod-progressbar-1 .imod-progWidget {
        margin: 0 10px
    }
}

.imod-progressbar-1 .imod-progWidget .data-viz {
    max-width: 80%;
    margin: 0 auto
}

@media only screen and (max-width : 699px) {
    .imod-progressbar-1 .imod-progWidget .data-viz {
        max-width: 100%
    }
}

.imod-progressbar-1 .imod-progWidget .data-viz .vizWrapper .bar {
    height: 50px
}

.imod-progressbar-1 .imod-progWidget .data-viz .vizWrapper .bar .value {
    line-height: 50px
}

.imod-progressbar-2 .imod-progWidget.bubbleViz {
    margin: 0 8%
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-progressbar-2 .imod-progWidget.bubbleViz {
        margin: 0 0 0 20px
    }
}

@media only screen and (max-width : 699px) {
    .imod-progressbar-2 .imod-progWidget.bubbleViz {
        margin: 0
    }
}

.imod-progressbar-2 .imod-progWidget.bubbleViz .data-viz {
    float: right;
    width: 250px;
    padding: 0
}

@media only screen and (max-width : 699px) {
    .imod-progressbar-2 .imod-progWidget.bubbleViz .data-viz {
        float: none;
        width: 100%
    }
}

.imod-progressbar-2 .imod-progWidget.bubbleViz .text {
    padding-right: 280px;
    min-height: 225px;
    padding-top: 30px
}

@media only screen and (max-width : 699px) {
    .imod-progressbar-2 .imod-progWidget.bubbleViz .text {
        padding-right: 20px;
        padding-left: 20px;
        min-height: 10px;
        text-align: center
    }
}

.imod-progressbar-2 .imod-progWidget.bubbleViz .text .title {
    font-size: 1.5em;
    line-height: normal;
    padding-bottom: 10px
}

.imod-progressbar-2 .imod-progWidget.bubbleViz .text .giveBtn {
    padding-top: 15px;
    text-align: left
}

@media only screen and (max-width : 699px) {
    .imod-progressbar-2 .imod-progWidget.bubbleViz .text .giveBtn {
        text-align: center
    }
}

.secondaryNav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.secondaryNav ul li {
    border-top: 1px solid #f5f5f5
}

.secondaryNav ul li a {
    display: block;
    line-height: normal;
    padding: 15px 15px;
    text-decoration: none
}

.secondaryNav ul li a:hover {
    background-color: #f5f5f5
}

.secondaryNav>ul {
    margin-bottom: 30px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .secondaryNav>ul {
        padding-right: 15px
    }
}

.secondaryNav>ul>li:first-child {
    border-top: none
}

.secondaryNav>ul>li.selected>a {
    color: #363636;
    font-weight: bold
}

.secondaryNav>ul>li>ul>li>a {
    color: #363636;
    padding: 10px 10px 10px 40px
}

.secondaryNav>ul>li>ul>li.selected>a {
    color: #767676;
    font-weight: bold
}

.imod-text-1 .sectionContent {
    text-align: center
}

.imod-text-1 .sectionContent h2 {
    margin-bottom: 30px;
    text-align: center
}

.imod-text-2 .sectionContent h2 {
    margin-bottom: 30px;
    text-align: center
}

.imod-text-3 .sectionContent h2 {
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
    font-size: 2.05em;
    line-height: 1em
}

.imod-text-3 .sectionContent .iconRow {
    margin-top: 30px
}

.imod-text-3 .sectionContent .iconRow .icon {
    text-align: center
}

.imod-text-3 .sectionContent .iconRow .icon .fa {
    font-size: 30px
}

.imod-text-3 .sectionContent .iconItem {
    margin: 30px 0
}

@media only screen and (max-width : 699px) {
    .imod-text-3 .sectionContent .iconItem {
        margin-bottom: 0
    }
}

.imod-text-3 .sectionContent .iconItem a {
    display: block;
    text-decoration: none;
    color: inherit
}

.imod-text-3 .sectionContent .iconItem .icon {
    text-align: center;
    font-size: 2.25rem;
    line-height: 1
}

.imod-text-5 .leftCol {
    padding-right: 30px
}

@media only screen and (max-width : 1023px) {
    .imod-text-5 .leftCol {
        padding-right: 15px
    }
}

.imod-text-5 .rightCol {
    padding-left: 30px
}

@media only screen and (max-width : 1023px) {
    .imod-text-5 .rightCol {
        padding-left: 15px
    }
}

img.left {
    float: left;
    margin: 0 30px 15px 0
}

img.right {
    float: right;
    margin: 0 0 30px 15px
}

@media only screen and (max-width : 699px) {
    img.left, img.right {
        clear: both;
        display: block;
        margin: 0 auto 15px;
        float: none
    }
}

img.outline {
    border: 4px solid #333
}

.clearing {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    margin-top: -7px
}

.clearBoth {
    clear: both
}

.clearRight {
    clear: right
}

.clearLeft {
    clear: left
}

.left {
    float: left
}

.right {
    float: right
}

.center {
    text-align: center
}

.textalignright {
    text-align: right
}

.textalignleft {
    text-align: left
}

.spacer-bottom {
    margin-bottom: 30px
}

.button, input[type="submit"] {
    display: inline-block;
    background: #55198B;
    color: #fff !important;
    border: none;
    padding: 15px 40px;
    text-decoration: none !important;
    line-height: normal;
    margin: 10px 10px 10px 0;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}

.button a, input[type="submit"] a {
    text-decoration: none
}

.button:hover, input[type="submit"]:hover, .button:focus, input[type="submit"]:focus {
    background: #000;
    color: #fff
}

.flexbox .equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width : 699px) {
    .flexbox .equal-height {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.flexbox .equal-height .equal-height-item {
    display: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width : 699px) {
    .flexbox .equal-height .equal-height-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.flexbox .equal-height .equal-height-item-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

#ContentMiddle .button {
    width: auto !important;
}

.IMOD8 table.DataGrid {
    width: 100%;
    position: relative;
    margin-bottom: 0px
}

.IMOD8 table.DataGrid tr.DataGridHeader {
    border: none;
    padding: 0
}

.IMOD8 table.DataGrid tr.DataGridHeader th {
    background-color: #363636;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 10px 10px 0;
    line-height: 1.1em
}

.IMOD8 table.DataGrid tr td {
    padding: 10px 10px 10px 0
}

.IMOD8 table.DataGrid tr td:first-child {
    text-align: center
}

.IMOD8 table.DataGrid tr.DataGridFooter td {
    display: block!important;
    padding: 0
}

.IMOD8 table.DataGrid tr.DataGridFooter td .button {
    margin: 0;
    position: absolute;
    bottom: 50px;
    left: 0
}

.newsItem {
    position: relative;
    padding-bottom: 30px
}

.interior .newsItem+.newsItem {
    border-top: 1px solid #ccc;
    padding-top: 30px
}

@media only screen and (max-width : 699px) {
    .newsItem {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.newsItem .thumb {
    position: relative;
    left: 0;
    width: 120px;
    height: 120px;
    float: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.newsItem .thumb a {
    display: block
}

.newsItem .thumb img {
    opacity: 0
}

.newsItem .text.pad-left {
    padding-left: 150px
}

.newsItem .title {
    font-size: 1.2em;
    line-height: normal;
    padding: 0 0 5px;
    font-weight: bold
}

.newsItem .more {
    padding-top: 10px
}

.newsItem .more span {
    display: none
}

.newsItem .more a>span {
    display: block
}

.newsItem .more a {
    display: inline-block;
    text-decoration: none
}

.newsItem .more a .button {
    background: #55198B
}

.newsItem .more a .button:hover {
    background: #2d0d4a
}

@media only screen and (max-width : 699px) {
    .home .newsItem {
        padding-bottom: 10px
    }
}

.newsRow {
    margin: 0 -15px
}

.interior .newsItem {
    float: left;
    width: 100%;
    padding-left: 0px
}

.interior .newsItem>a {
    display: block;
    text-decoration: none;
    float: left;
    width: 100%;
    color: inherit
}

.interior .newsItem>a .title {
    color: #2D0D4A
}

.interior .newsItem>a:hover .title, .interior .newsItem>a:focus .title {
    text-decoration: underline
}

.interior .newsItem>a .title {
    font-size: 22px;
    line-height: 1.3em;
    padding: 5px 0
}

.newsItem.stacked {
    border: none
}

.newsItem.stacked .thumb {
    width: 100%;
    position: relative;
    float: none;
    min-height: 220px
}

.newsItem.stacked .text {
    width: 100%;
    padding-left: 0;
    padding-top: 20px
}

@media only screen and (max-width : 699px) {
    .newsItem.stacked .text .preview {
        display: block;
        line-height: 1.4em
    }
}

.newsItem.horiz {
    border: none
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .newsItem.horiz {
        padding-bottom: 0px
    }
}

@media only screen and (max-width : 699px) {
    .newsItem.horiz {
        padding-bottom: 20px;
        float: left;
        width: 100%
    }
}

.newsItem.horiz .thumb {
    width: 275px;
    position: relative;
    float: left
}

@media only screen and (max-width : 699px) {
    .newsItem.horiz .thumb {
        float: none;
        width: 100%
    }
}

.newsItem.horiz .text {
    padding-left: 305px;
    padding-right: 20px;
    padding-top: 5px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .newsItem.horiz .text {
        padding-right: 0
    }
}

@media only screen and (max-width : 699px) {
    .newsItem.horiz .text {
        padding-left: 0;
        padding-top: 10px;
        padding-right: 0
    }
}

.newsItem.horiz .text .preview {
    line-height: 1.4em
}

.newsItem.horiz.small .thumb {
    width: 120px;
    float: left
}

.newsItem.horiz.small .text {
    padding-left: 140px
}

.newsItem.horiz.odd .thumb {
    float: right
}

@media only screen and (max-width : 699px) {
    .newsItem.horiz.odd .thumb {
        float: none
    }
}

.newsItem.horiz.odd .text {
    padding-left: 20px;
    padding-right: 305px;
    text-align: right
}

@media only screen and (max-width : 699px) {
    .newsItem.horiz.odd .text {
        text-align: left;
        padding-left: 0px;
        padding-right: 0px
    }
}

.accordion {
    margin: 20px 0;
    float: left;
    width: 100%
}

.accordion>.accordion {
    margin: 0
}

.accordion .collapseItem {
    margin: 0 0 10px
}

.accordion .collapseItem .panel-heading {
    background: #f5f5f5;
    display: block;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif;
    font-weight: bold;
    position: relative;
    font-size: 1.25rem;
    line-height: 1.5
}

@media only screen and (max-width : 699px) {
    .accordion .collapseItem .panel-heading {
        font-size: 1.1em;
        line-height: normal
    }
}

.accordion .collapseItem .panel-heading a {
    display: block;
    padding: 10px 10px 10px 70px;
    text-decoration: none;
    color: #222;
    min-height: 50px
}

.accordion .collapseItem .panel-heading a:active, .accordion .collapseItem .panel-heading a:focus {
    outline: 3px solid #2D0D4A
}

.accordion .collapseItem .panel-heading a .fa {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50px;
    line-height: 50px;
    background: #2D0D4A;
    color: #fff;
    text-align: center;
    font-size: 30px
}

.accordion .collapseItem .panel-heading a.open {
    background: #2D0D4A;
    color: #fff
}

.accordion .collapseItem .panel-heading a.open .fa {
    background: rgba(0, 0, 0, 0.2)
}

.accordion .collapseItem .accordionPanelWrap {
    padding: 20px;
    overflow: hidden;
    background: #fff;
    border-left: 50px solid #f5f5f5
}

@media only screen and (max-width : 699px) {
    .accordion .collapseItem .accordionPanelWrap {
        border-left: none
    }
}

.accordion .collapseItem .accordionPanelWrap .thumb {
    float: left;
    margin: 0 20px 10px 0;
    width: 200px;
    border: 4px solid #fff
}

@media only screen and (max-width : 479px) {
    .accordion .collapseItem .accordionPanelWrap .thumb {
        float: none;
        width: 100%
    }
    .accordion .collapseItem .accordionPanelWrap .thumb img {
        width: 100%
    }
}

.accordion .collapseItem .accordionPanelWrap .more {
    padding-top: 10px
}

.accordion .collapseItem .accordionPanelWrap .more span {
    display: none
}

.accordion .collapseItem .accordionPanelWrap .more a>span {
    display: block
}

.accordion .collapseItem .accordionPanelWrap .more a {
    display: inline-block
}

.accordion .collapseItem .accordionPanelWrap .more a .button {
    background: #2D0D4A;
    margin: 0
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .gridWrapper .gridItem+.gridItem {
        padding-top: 0px
    }
}

@media only screen and (max-width : 699px) {
    .gridWrapper .gridItem+.gridItem {
        padding-top: 30px
    }
}

.gridWrapper .gridItem a {
    color: inherit;
    display: block;
    text-decoration: none
}

.gridWrapper .gridItem a:hover .title, .gridWrapper .gridItem a:focus .title {
    text-decoration: underline
}

.gridWrapper .gridItem .thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px
}

.gridWrapper .gridItem .title {
    color: #2D0D4A;
    display: block;
    padding: 0 0 10px;
    font-size: 1.4em;
    font-weight: bold;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .gridWrapper .gridItem.fourAcross {
        padding-bottom: 30px
    }
}

@media only screen and (max-width : 1023px) {
    .imod-quicklinks-1 .quicklinksWrapper {
        padding: 0 50px
    }
}

.imod-quicklinks-1 .icon {
    text-align: center
}

.imod-quicklinks-1 .icon .fa {
    font-size: 40px
}

.imod-quicklinks-1 .slick-arrow {
    color: inherit!important;
    width: 50px;
    font-size: 60px;
    padding: 5px
}

.imod-quicklinks-1 .slick-arrow.slick-next {
    right: -50px
}

.imod-quicklinks-1 .slick-arrow.slick-prev {
    left: -50px
}

@media only screen and (max-width : 1023px) {
    .imod-quicklinks-1 .slick-arrow.slick-next {
        right: 0
    }
    .imod-quicklinks-1 .slick-arrow.slick-prev {
        left: 0
    }
}

.imod-quicklinks-2 .quicklinkRow+.quicklinkRow {
    margin-top: 30px
}

@media only screen and (max-width : 699px) {
    .imod-quicklinks-2 .quicklinkRow+.quicklinkRow {
        margin: 0
    }
}

.imod-quicklinks-2 .icon .iconInner {
    background: #55198B;
    opacity: 1;
    transition: .3s ease all;
    -webkit-transition: .3s ease all
}

@media only screen and (max-width : 699px) {
    .imod-quicklinks-2 .icon .iconInner {
        margin: 5px 0
    }
}

.imod-quicklinks-2 .icon .iconInner:hover {
    opacity: .7
}

.imod-quicklinks-2 .icon .iconInner a {
    text-decoration: none;
    display: block;
    padding: 15px 20px
}

.imod-quicklinks-2 .icon .iconInner .fa {
    font-size: 40px;
    line-height: 1;
    float: left;
    color: #fff
}

.imod-quicklinks-2 .icon .iconInner h2 {
    padding-left: 60px
}

.imageRotator {
    padding: 0
}

.bx-wrapper {
    position: relative
}

.slick-slide {
    position: relative
}

.slick-slide .sldimg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    padding-bottom: 37%;
    height: 0
}

.slick-slide .sldimg a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.slick-slide .container {
    position: relative
}

.slick-slide .sldtxt {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 40%;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px
}

@media only screen and (max-width : 699px) {
    .slick-slide .sldtxt {
        position: relative;
        bottom: auto;
        left: 0;
        width: 100%
    }
}

.slick-slide .title {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 10px;
    text-decoration: none
}

.slick-slide .title a {
    color: #fff
}

.slick-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 100;
    outline: none;
    color: #fff !important;
    font-size: 3em;
    opacity: .5;
    background: none;
    border: none;
    padding: 20px
}

.slick-arrow:hover {
    opacity: 1
}

.slick-arrow:focus {
    outline-color: Highlight;
    outline-style: solid;
    outline-width: 5px;
    outline-offset: -2px
}

@media (-webkit-min-device-pixel-ratio:0) {
    .slick-arrow:focus {
        outline-color: -webkit-focus-ring-color;
        outline-style: auto
    }
}

.slick-arrow.prev {
    left: 50px
}

.slick-arrow.next {
    right: 50px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .slick-arrow {
        font-size: 3.5em
    }
    .slick-arrow.prev {
        left: 0px
    }
    .slick-arrow.next {
        right: 0px
    }
}

@media only screen and (max-width : 699px) {
    .slick-arrow {
        font-size: 30px
    }
    .slick-arrow.prev {
        left: 0px
    }
    .slick-arrow.next {
        right: 0px
    }
}

.imod-rotator-1 .controlsWrap {
    position: absolute;
    right: 10px;
    z-index: 100;
    bottom: 7px;
    color: #fff
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-rotator-1 .controlsWrap {
        bottom: 7px;
        right: 30px
    }
}

@media only screen and (max-width : 699px) {
    .imod-rotator-1 .controlsWrap {
        bottom: 0;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        right: 0;
        width: 100%
    }
}

.imod-rotator-1 .controlsWrap .controlsBtn {
    color: #fff;
    margin: 0 5px;
    display: none;
    padding: 0;
    background: transparent;
    border: 0
}

.imod-rotator-1 .controlsWrap .controlsBtn.active {
    opacity: .2
}

.imod-rotator-1 .controlsWrap .controlsBtn:focus {
    outline-color: Highlight;
    outline-style: solid;
    outline-width: 5px;
    outline-offset: -2px
}

@media (-webkit-min-device-pixel-ratio:0) {
    .imod-rotator-1 .controlsWrap .controlsBtn:focus {
        outline-color: -webkit-focus-ring-color;
        outline-style: auto
    }
}

.imod-rotator-1 .slick-slide {
    position: relative
}

.imod-rotator-1 .slick-slide a {
    text-decoration: none
}

.imod-rotator-1 .slick-slide a:hover .title, .imod-rotator-1 .slick-slide a:focus .title {
    text-decoration: underline
}

.imod-rotator-1 .slick-slide a:focus .title {
    outline-color: Highlight;
    outline-style: solid;
    outline-width: 5px;
    outline-offset: -2px
}

@media (-webkit-min-device-pixel-ratio:0) {
    .imod-rotator-1 .slick-slide a:focus .title {
        outline-color: -webkit-focus-ring-color;
        outline-style: auto
    }
}

@media only screen and (max-width : 1023px) {
    .imod-rotator-1 .slick-slide .sldimg {
        height: auto;
        padding-bottom: 0
    }
}

.imod-rotator-1 .slick-slide .sldimg img {
    display: none
}

@media only screen and (max-width : 1023px) {
    .imod-rotator-1 .slick-slide .sldimg img {
        display: block;
        opacity: 0;
        max-height: 375px
    }
}

.imod-rotator-1 .slick-slide .container {
    position: static
}

.imod-rotator-1 .slick-slide .sldtxt {
    bottom: 40px;
    width: 100%;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    background: none
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-rotator-1 .slick-slide .sldtxt {
        position: static;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width : 699px) {
    .imod-rotator-1 .slick-slide .sldtxt {
        padding-top: 10px;
        padding-bottom: 15px;
        bottom: 0
    }
}

.imod-rotator-1 .slick-slide .sldtxt .title {
    text-decoration: none;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif;
    text-transform: none
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-rotator-1 .slick-slide .sldtxt .title {
        font-size: 1.2em
    }
}

@media only screen and (max-width : 699px) {
    .imod-rotator-1 .slick-slide .sldtxt .title {
        padding: 0;
        font-size: 1em
    }
}

.imod-rotator-1 .slick-slide .sldtxt .title a {
    text-decoration: none
}

@media only screen and (max-width : 699px) {
    .imod-rotator-1 .slick-slide .sldtxt .preview {
        display: none
    }
}

.imod-rotator-1 .slick-slide .gradientOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #363636 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #363636 100%)
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-rotator-1 .slick-slide .gradientOverlay {
        display: none
    }
}

@media only screen and (max-width : 699px) {
    .imod-rotator-1 .slick-slide .gradientOverlay {
        display: none
    }
}

.imod-rotator-1 .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 20px 10px;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none
}

@media only screen and (max-width : 1023px) {
    .imod-rotator-1 .slick-dots {
        position: static
    }
}

.imod-rotator-1 .slick-dots li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.imod-rotator-1 .slick-dots li button {
    display: block;
    padding: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    text-indent: -999em;
    outline: none;
    background: #fff;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff
}

.imod-rotator-1 .slick-dots li button:focus {
    outline-color: Highlight;
    outline-style: solid;
    outline-width: 5px;
    outline-offset: -2px
}

@media (-webkit-min-device-pixel-ratio:0) {
    .imod-rotator-1 .slick-dots li button:focus {
        outline-color: -webkit-focus-ring-color;
        outline-style: auto
    }
}

.imod-rotator-1 .slick-dots li.slick-active button {
    background-color: #fff
}

.imod-rotator-2 {
    padding: 50px 0
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-rotator-2 {
        padding: 20px 0
    }
}

@media only screen and (max-width : 699px) {
    .imod-rotator-2 {
        padding: 0px 0 0px;
        background: #363636
    }
}

@media only screen and (max-width : 699px) {
    .imod-rotator-2 .container {
        padding: 0px
    }
}

.imod-rotator-2 .controlsWrap {
    position: absolute;
    right: 50px;
    z-index: 100;
    bottom: 27px;
    color: #fff
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-rotator-2 .controlsWrap {
        bottom: 7px;
        right: 30px
    }
}

@media only screen and (max-width : 699px) {
    .imod-rotator-2 .controlsWrap {
        bottom: 0;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        right: 0;
        width: 100%
    }
}

.imod-rotator-2 .controlsWrap .controlsBtn {
    color: #fff;
    margin: 0 5px
}

.imod-rotator-2 .controlsWrap .controlsBtn.active {
    opacity: .2
}

.imod-rotator-2 .slick-slider {
    background: #363636
}

@media only screen and (max-width : 699px) {
    .imod-rotator-2 .slick-slider {
        padding-bottom: 50px
    }
}

.imod-rotator-2 .slick-slide {
    position: relative;
    background: #363636
}

.imod-rotator-2 .slick-slide a {
    display: block;
    text-decoration: none
}

.imod-rotator-2 .slick-slide a:hover .title, .imod-rotator-2 .slick-slide a:focus .title {
    text-decoration: underline
}

.imod-rotator-2 .slick-slide .sldimg {
    width: 700px;
    position: relative;
    z-index: 10
}

@media only screen and (max-width : 699px) {
    .imod-rotator-2 .slick-slide .sldimg img {
        visibility: visible
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-rotator-2 .slick-slide .sldimg {
        width: 100%
    }
}

@media only screen and (max-width : 699px) {
    .imod-rotator-2 .slick-slide .sldimg {
        width: 100%;
        padding-bottom: 0;
        height: auto
    }
}

@media only screen and (max-width : 699px) {
    .imod-rotator-2 .slick-slide .sldimg a {
        position: static
    }
}

.imod-rotator-2 .slick-slide .sldtxt {
    top: 30px;
    bottom: auto;
    z-index: 4;
    width: 100%;
    text-align: left;
    background: none;
    padding-left: 740px;
    height: 300px;
    overflow: hidden
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-rotator-2 .slick-slide .sldtxt {
        position: relative;
        padding: 20px;
        top: 0;
        height: auto
    }
}

@media only screen and (max-width : 699px) {
    .imod-rotator-2 .slick-slide .sldtxt {
        position: relative;
        padding: 20px;
        top: 0;
        height: auto
    }
}

.imod-rotator-2 .slick-slide .sldtxt .title {
    line-height: 1.2;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif;
    text-transform: none
}

@media only screen and (max-width : 699px) {
    .imod-rotator-2 .slick-slide .sldtxt .title {
        font-size: 1.1rem
    }
}

.imod-rotator-2 .slick-arrow {
    height: 100%;
    padding: 15px;
    top: 0
}

.imod-rotator-2 .slick-arrow:focus {
    background: rgba(0, 0, 0, 0.2);
    opacity: 1
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-rotator-2 .slick-arrow {
        height: 0;
        padding: 18% 15px 19%
    }
}

@media only screen and (max-width : 699px) {
    .imod-rotator-2 .slick-arrow {
        height: 50px;
        top: auto;
        bottom: 0;
        padding-top: 0;
        padding-bottom: 0
    }
}

.imod-rotator-2 .slick-arrow.prev {
    left: 0px
}

.imod-rotator-2 .slick-arrow.next {
    right: auto;
    left: 630px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-rotator-2 .slick-arrow.next {
        right: 10px;
        left: auto
    }
}

@media only screen and (max-width : 699px) {
    .imod-rotator-2 .slick-arrow.next {
        right: 10px;
        left: auto
    }
}

.imod-rotator-2 .slick-dots {
    right: auto;
    left: 740px;
    position: absolute;
    bottom: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: none
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-rotator-2 .slick-dots {
        position: static;
        padding: 20px 20px 0;
        text-align: left
    }
}

@media only screen and (max-width : 699px) {
    .imod-rotator-2 .slick-dots {
        position: static;
        padding: 0px 20px 0;
        text-align: center;
        height: 50px;
        display: none !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.imod-rotator-2 .slick-dots li {
    display: inline-block;
    padding: 0 5px
}

.imod-rotator-2 .slick-dots li button {
    display: block;
    padding: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    text-indent: -999em;
    outline: none;
    background: #fff;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    outline: 0
}

.imod-rotator-2 .slick-dots li.slick-active button {
    background: #fff;
    opacity: 1
}

.imod-carousel-1 .slick-slider {
    padding-left: 80px;
    padding-right: 80px
}

@media only screen and (max-width : 1023px) {
    .imod-carousel-1 .slick-slider {
        padding-left: 50px;
        padding-right: 50px
    }
}

.imod-carousel-1 .slick-arrow {
    color: inherit!important;
    width: 50px;
    font-size: 60px;
    padding: 5px
}

.imod-carousel-1 .slick-arrow.next {
    right: 0
}

.imod-carousel-1 .slick-arrow.prev {
    left: 0
}

.quotesWrapper {
    padding-left: 80px;
    padding-right: 80px
}

@media only screen and (max-width : 1023px) {
    .quotesWrapper {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media only screen and (max-width : 699px) {
    .quotesWrapper {
        padding-left: 0;
        padding-right: 0
    }
}

.quotesWrapper .slick-arrow {
    color: inherit!important;
    width: 50px;
    font-size: 60px;
    padding: 5px
}

.quotesWrapper .slick-arrow.next {
    right: 0px
}

.quotesWrapper .slick-arrow.prev {
    left: 0px
}

@media only screen and (max-width : 699px) {
    .quotesWrapper .slick-arrow {
        font-size: 40px;
        padding: 0;
        width: 40px
    }
    .quotesWrapper .slick-arrow.next {
        right: -5px
    }
    .quotesWrapper .slick-arrow.prev {
        left: -5px
    }
}

.quotesWrapper .slick-arrow:focus, .quotesWrapper .slick-arrow:hover {
    opacity: 1
}

.quotesWrapper .slick-arrow:focus {
    background-color: rgba(54, 54, 54, 0.45)
}

.quoteItem {
    position: relative
}

.quoteItem .thumb {
    position: relative;
    width: 120px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (max-width : 699px) {
    .quoteItem .thumb {
        float: none;
        margin: 0 auto 20px
    }
}

.quoteItem .text {
    font-size: 1.2em;
    line-height: 1.5em
}

@media only screen and (max-width : 699px) {
    .quoteItem .text {
        min-height: 10px
    }
}

.quoteItem.hasThumb .text {
    padding-left: 140px
}

.quoteItem .title {
    font-size: .9em;
    line-height: normal;
    padding: 15px 0 0px;
    font-weight: bold
}

.quoteItem .title a {
    text-decoration: none
}

.quoteItem .more {
    padding-top: 10px
}

.quoteItem .more span {
    display: none
}

.quoteItem .more a>span {
    display: block
}

.interior .quoteItem {
    padding: 15px 0
}

@media only screen and (max-width : 699px) {
    .interior .quoteItem .text {
        padding-left: 0
    }
}

.flexbox .imod-quotes-1 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width : 699px) {
    .imod-quotes-1 .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.imod-quotes-1 a {
    text-decoration: none
}

.imod-quotes-1 .quoteItem {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px
}

@media only screen and (max-width : 699px) {
    .imod-quotes-1 .quoteItem {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.imod-quotes-1 .quoteItem .text {
    padding-left: 60px;
    padding-right: 60px;
    position: relative
}

@media only screen and (max-width : 699px) {
    .imod-quotes-1 .quoteItem .text {
        padding-left: 45px;
        padding-right: 45px;
        font-size: 1em;
        text-align: center
    }
}

.imod-quotes-1 .quoteItem .text:before {
    content: "\201C";
    position: absolute;
    left: 0px;
    top: 20px;
    font-size: 120px;
    font-family: Georgia, serif;
    opacity: .3
}

@media only screen and (max-width : 699px) {
    .imod-quotes-1 .quoteItem .text:before {
        display: none
    }
}

.imod-quotes-1 .quoteItem .text:after {
    content: "\201D";
    position: absolute;
    right: 0px;
    bottom: -30px;
    font-size: 120px;
    font-family: Georgia, serif;
    opacity: .3
}

@media only screen and (max-width : 699px) {
    .imod-quotes-1 .quoteItem .text:after {
        display: none
    }
}

.imod-quotes-1 .quoteItem .text .preview:before {
    content: "\201C"
}

.imod-quotes-1 .quoteItem .text .preview:after {
    content: "\201D"
}

.imod-quotes-1 .quoteItem.hasThumb .text {
    padding-left: 210px
}

@media only screen and (max-width : 699px) {
    .imod-quotes-1 .quoteItem.hasThumb .text {
        padding-left: 45px
    }
}

.imod-quotes-1 .quoteItem.hasThumb .text:before {
    content: "\201C";
    position: absolute;
    left: 150px;
    top: 20px;
    font-size: 120px;
    font-family: Georgia, serif;
    opacity: .3
}

@media only screen and (max-width : 699px) {
    .imod-quotes-1 .quoteItem.hasThumb .text:before {
        left: 0px
    }
}

.imod-quotes-2 .slick-arrow {
    color: inherit!important;
    width: 50px;
    font-size: 60px;
    padding: 5px
}

.imod-quotes-2 .slick-arrow.next {
    right: -50px
}

.imod-quotes-2 .slick-arrow.prev {
    left: -50px
}

@media only screen and (max-width : 699px) {
    .imod-quotes-2 .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.imod-quotes-2 .slick-slider .slick-dots {
    bottom: -40px
}

.imod-quotes-2 .slick-slider .slick-dots li button:before {
    font-size: 50px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-quotes-2 .slick-slider {
        padding: 0
    }
}

@media only screen and (max-width : 699px) {
    .imod-quotes-2 .slick-slider {
        padding: 0
    }
}

@media only screen and (max-width : 699px) {
    .imod-quotes-2 .sectionContent {
        padding: 0
    }
}

.imod-quotes-2 .quoteItem {
    position: relative
}

@media only screen and (max-width : 699px) {
    .imod-quotes-2 .quoteItem {
        padding: 0
    }
}

.imod-quotes-2 .quoteItem:focus {
    outline: 0
}

.imod-quotes-2 .quoteItem .main {
    text-align: center;
    margin-bottom: 40px
}

@media only screen and (max-width : 699px) {
    .imod-quotes-2 .quoteItem .main {
        margin-bottom: 20px
    }
}

.imod-quotes-2 .quoteItem .main .preview {
    padding: 60px 0 0;
    margin-top: 0;
    font-size: 1.125rem;
    position: relative
}

@media only screen and (max-width : 699px) {
    .imod-quotes-2 .quoteItem .main .preview {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 60px;
        font-size: 1em;
        text-align: center
    }
}

.imod-quotes-2 .quoteItem .main .preview:before {
    content: "\201C";
    position: absolute;
    left: -60px;
    top: 60px;
    font-size: 120px;
    font-family: Georgia, serif;
    opacity: .3
}

@media only screen and (max-width : 699px) {
    .imod-quotes-2 .quoteItem .main .preview:before {
        left: 10px;
        top: 0px;
        line-height: 1
    }
}

.imod-quotes-2 .quoteItem .main .preview:after {
    content: "\201D";
    position: absolute;
    right: -60px;
    bottom: -60px;
    font-size: 120px;
    font-family: Georgia, serif;
    opacity: .3
}

@media only screen and (max-width : 699px) {
    .imod-quotes-2 .quoteItem .main .preview:after {
        right: 10px;
        bottom: auto;
        top: 0;
        line-height: 1
    }
}

.imod-quotes-2 .quoteItem .thumb {
    position: relative;
    width: 80px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-quotes-2 .quoteItem .thumb {
        margin: 0 auto;
        display: block;
        float: none
    }
}

.imod-quotes-2 .quoteItem .title {
    padding: 30px 0 0 100px
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .imod-quotes-2 .quoteItem .title {
        clear: both;
        padding: 10px 0 0;
        text-align: center
    }
}

@media only screen and (max-width : 699px) {
    .imod-quotes-2 .quoteItem .title {
        padding: 0;
        text-align: center
    }
}

.imod-quotes-2 .quoteItem-nav {
    opacity: .3;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.imod-quotes-2 .quoteItem-nav.slick-current {
    opacity: 1
}

.imod-social-1 .newsItem {
    padding: 0
}

.imod-social-1 .newsItem .text {
    padding: 0
}

.imod-social-1 .newsItem .text .title {
    text-align: center;
    margin: 10px 0 20px
}

.tabSection {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (max-width : 699px) {
    .tabSection {
        padding-left: 0;
        padding-right: 0
    }
}

.tabSection .section-tabs {
    max-width: 1000px;
    margin: 0 auto
}

.tabSection .section-tabs .tabs-wrap.imodTabs .menuwrap ul.imodTabs-nav {
    margin: 0 auto -1px;
    padding: 0;
    text-align: center
}

.tabSection .section-tabs .tabs-wrap.imodTabs .menuwrap ul.imodTabs-nav .imodTabs-tab {
    margin: 0;
    list-style: none;
    display: inline-block
}

.tabSection .section-tabs .tabs-wrap.imodTabs .menuwrap ul.imodTabs-nav .imodTabs-tab:focus {
    outline: 2px solid #55198B
}

.tabSection .section-tabs .tabs-wrap.imodTabs .menuwrap ul.imodTabs-nav .imodTabs-tab+.imodTabs-tab {
    padding-left: 1px
}

.tabSection .section-tabs .tabs-wrap.imodTabs .menuwrap ul.imodTabs-nav .imodTabs-tab .imodTabs-anchor {
    background: #2D0D4A;
    border: 1px solid #2D0D4A;
    border-bottom-color: transparent;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 12px 25px;
    font-weight: bold;
    font-size: .9rem;
    line-height: 1.1;
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif
}

.tabSection .section-tabs .tabs-wrap.imodTabs .menuwrap ul.imodTabs-nav .imodTabs-tab.imodTabs-state-active .imodTabs-anchor {
    color: #2D0D4A;
    border-color: #f5f5f5;
    border-bottom: 1px solid transparent;
    background: #fff
}

@media only screen and (max-width : 699px) {
    .tabSection .section-tabs .tabs-wrap.imodTabs .menuwrap ul.imodTabs-nav {
        display: none
    }
}

@media only screen and (max-width : 699px) {
    .tabSection .section-tabs .tabs-wrap.imodTabs .content {
        border-top: 1px solid #f5f5f5
    }
}

.tabSection .section-tabs .tabs-wrap.imodTabs .content .content-container.imodTabs-panel {
    display: none;
    background: #fff;
    border: 1px solid #f5f5f5;
    padding: 30px 50px
}

@media only screen and (max-width : 699px) {
    .tabSection .section-tabs .tabs-wrap.imodTabs .content .content-container.imodTabs-panel {
        padding: 15px;
        min-height: auto!important;
        border: none;
        background: #eee;
        border-bottom: 1px solid #f5f5f5
    }
}

.tabSection .section-tabs .tabs-wrap.imodTabs .content .content-container.imodTabs-panel.imodTabs-state-active {
    display: block
}

.tabSection .section-tabs .tabs-wrap.imodTabs .content .content-container.imodTabs-panel h3 {
    margin-top: 0
}

.tabSection .section-tabs .tabs-wrap.imodTabs .content .imodTabs-accordion-title {
    display: none;
    background: #fff;
    color: #2D0D4A;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    text-align: left;
    margin: 0;
    font-size: 1.25rem
}

.tabSection .section-tabs .tabs-wrap.imodTabs .content .imodTabs-accordion-title::after {
    content: '\f067';
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-size: .75em;
    font-weight: 600;
    line-height: 40px;
    width: 44px;
    height: 44px;
    border: 2px solid #55198B;
    border-radius: 60px;
    margin-left: 20px;
    text-align: center
}

.tabSection .section-tabs .tabs-wrap.imodTabs .content .imodTabs-accordion-title .imodTabs-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 78%;
    height: 100%;
    text-decoration: none
}

@media only screen and (max-width : 699px) {
    .tabSection .section-tabs .tabs-wrap.imodTabs .content .imodTabs-accordion-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .tabSection .section-tabs .tabs-wrap.imodTabs .content .imodTabs-accordion-title a {
        color: inherit
    }
}

.tabSection .section-tabs .tabs-wrap.imodTabs .content .imodTabs-accordion-title.imodTabs-state-active {
    background-color: #2D0D4A;
    color: #fff;
    border-color: transparent
}

.tabSection .section-tabs .tabs-wrap.imodTabs .content .imodTabs-accordion-title.imodTabs-state-active::after {
    content: '\f068';
    background: #55198B
}

.tabSection .section-tabs .tabs-wrap.imodTabs .content .imodTabs-accordion-title.imodTabs-state-active a.imodTabs-anchor {
    color: #fff
}

.flexbox .tabSection .section-tabs .tabs-wrap.imodTabs .menuwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.flexbox .tabSection .section-tabs .tabs-wrap.imodTabs .menuwrap ul.imodTabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.flexbox .tabSection .section-tabs .tabs-wrap.imodTabs .menuwrap ul.imodTabs-nav .imodTabs-tab {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.flexbox .tabSection .section-tabs .tabs-wrap.imodTabs .menuwrap ul.imodTabs-nav .imodTabs-tab .imodTabs-anchor {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width : 699px) {
    .flexbox .tabSection .section-tabs .tabs-wrap.imodTabs .menuwrap ul.imodTabs-nav {
        display: none
    }
}

.flexbox .tabSection .section-tabs .tabs-wrap.imodTabs .content .content-container.imodTabs-panel {
    display: none
}

.flexbox .tabSection .section-tabs .tabs-wrap.imodTabs .content .content-container.imodTabs-panel.imodTabs-state-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flexbox .tabSection .section-tabs .tabs-wrap.imodTabs .content .imodTabs-accordion-title {
    display: none;
    margin: 0;
    cursor: pointer
}

@media only screen and (max-width : 699px) {
    .flexbox .tabSection .section-tabs .tabs-wrap.imodTabs .content .imodTabs-accordion-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.imod-tabs-2.tabSection {
    padding-left: 0;
    padding-right: 0
}

.imod-tabs-2.tabSection .section-tabs {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (max-width : 699px) {
    .imod-tabs-2.tabSection .section-tabs {
        padding-left: 0;
        padding-right: 0
    }
}

.flexbox .imod-tabs-2.tabSection .section-tabs .tabs-wrap.vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.imod-tabs-2.tabSection .section-tabs .tabs-wrap.vertical .menuwrap {
    float: left;
    width: 225px;
    position: relative;
    z-index: 1
}

.flexbox .imod-tabs-2.tabSection .section-tabs .tabs-wrap.vertical .menuwrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 225px;
    flex-basis: 225px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 225px;
    flex: 1 0 225px
}

@media only screen and (max-width : 699px) {
    .imod-tabs-2.tabSection .section-tabs .tabs-wrap.vertical .menuwrap {
        display: none
    }
}

.imod-tabs-2.tabSection .section-tabs .tabs-wrap.vertical .menuwrap ul.imodTabs-nav {
    height: 100%;
    margin: 0
}

.flexbox .imod-tabs-2.tabSection .section-tabs .tabs-wrap.vertical .menuwrap ul.imodTabs-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.imod-tabs-2.tabSection .section-tabs .tabs-wrap.vertical .menuwrap ul.imodTabs-nav .imodTabs-tab+.imodTabs-tab {
    padding-left: 0;
    padding-top: 1px
}

.imod-tabs-2.tabSection .section-tabs .tabs-wrap.vertical .menuwrap ul.imodTabs-nav .imodTabs-tab.imodTabs-state-active .imodTabs-anchor {
    border: 1px solid #f5f5f5;
    border-right: none
}

.imod-tabs-2.tabSection .section-tabs .tabs-wrap.vertical .content {
    margin-left: -1px;
    position: relative;
    z-index: 0
}

@media only screen and (max-width : 699px) {
    .imod-tabs-2.tabSection .section-tabs .tabs-wrap.vertical .content {
        margin-left: 0;
        width: 100%
    }
}

.imod-tabs-3.tabSection {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.imod-tabs-3.tabSection .section-tabs {
    max-width: 100%
}

@media only screen and (max-width : 699px) {
    .imod-tabs-3.tabSection .section-tabs {
        padding-left: 0;
        padding-right: 0
    }
}

.imod-tabs-3.tabSection .section-tabs .tabs-wrap.full-width .menuwrap {
    max-width: 1000px;
    margin: 0 auto
}

.imod-tabs-3.tabSection .section-tabs .tabs-wrap.full-width .content {
    border-left: none;
    border-right: none;
    border-bottom: none
}

.imod-tabs-3.tabSection .section-tabs .tabs-wrap.full-width .content .content-container.imodTabs-panel {
    padding: 50px
}

@media only screen and (max-width : 699px) {
    .imod-tabs-3.tabSection .section-tabs .tabs-wrap.full-width .content .content-container.imodTabs-panel {
        padding: 15px 0px
    }
}

.eventsItem {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f5f5f5
}

@media only screen and (max-width : 699px) {
    .eventsItem {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.eventsItem .thumb {
    position: relative;
    left: 0;
    width: 120px;
    float: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.eventsItem .thumb a {
    display: block
}

.eventsItem .thumb img {
    visibility: hidden
}

.eventsItem .thumb .date {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    background: rgba(85, 25, 139, 0.5);
    text-align: center;
    color: #fff;
    text-transform: uppercase
}

.eventsItem .thumb .date .month {
    margin-right: 5px
}

.eventsItem .thumb .date .day {
    font-size: 1.8em;
    line-height: 1
}

.eventsItem .text {
    padding-left: 150px
}

.eventsItem .title {
    font-size: 1.2em;
    line-height: normal;
    padding: 0 0 5px;
    font-weight: bold
}

@media only screen and (max-width : 699px) {
    .eventsItem .preview {
        display: none
    }
}

.eventsItem .more {
    padding-top: 10px
}

.eventsItem .more span {
    display: none
}

.eventsItem .more a>span {
    display: block
}

.eventsItem .more a {
    background: #2D0D4A;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 10px 30px;
    font-size: .8em;
    line-height: 1em;
    text-transform: uppercase
}

.eventsItem .more a:hover {
    background: #050209
}

@media only screen and (max-width : 699px) {
    .home .eventsItem {
        padding-bottom: 10px
    }
}

.eventsRow {
    margin: 0 -15px
}

@media only screen and (min-width: 1024px) {
    .eventsRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.interior .eventsItem {
    overflow: hidden;
    padding-left: 5px
}

.eventsItem.stacked {
    border: none
}

.eventsItem.stacked .thumb {
    width: 100%;
    position: relative;
    float: none
}

.eventsItem.stacked .text {
    width: 100%;
    padding-left: 0;
    padding-top: 20px
}

@media only screen and (max-width : 699px) {
    .eventsItem.stacked .text .preview {
        display: block;
        line-height: 1.4em
    }
}

.eventsItem.horiz {
    border: none
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .eventsItem.horiz {
        padding-bottom: 0px
    }
}

@media only screen and (max-width : 699px) {
    .eventsItem.horiz {
        padding-bottom: 20px;
        float: left;
        width: 100%
    }
}

.eventsItem.horiz .thumb {
    width: 275px;
    position: relative;
    float: left
}

.eventsItem.horiz .thumb .date {
    position: relative;
    width: 100px;
    height: 100px;
    background: #55198B;
    text-transform: uppercase
}

.flexbox .eventsItem.horiz .thumb .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.eventsItem.horiz .thumb .date .month {
    display: block;
    font-size: 1.2em;
    line-height: 1;
    margin: 10px 0 0
}

.flexbox .eventsItem.horiz .thumb .date .month {
    margin-top: 0
}

.eventsItem.horiz .thumb .date .day {
    display: block;
    font-size: 2.5em;
    line-height: 1
}

@media only screen and (max-width : 699px) {
    .eventsItem.horiz .thumb {
        float: none;
        width: 100%
    }
}

.eventsItem.horiz .text {
    padding-left: 305px;
    padding-right: 20px;
    padding-top: 5px
}

.eventsItem.horiz .text .date {
    text-transform: uppercase
}

.eventsItem.horiz .text .date .month {
    font-size: 1.2em;
    line-height: 1;
    margin-right: 5px
}

.eventsItem.horiz .text .date .day {
    font-size: 2.5em;
    line-height: 1
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .eventsItem.horiz .text {
        padding-right: 0
    }
}

@media only screen and (max-width : 699px) {
    .eventsItem.horiz .text {
        padding-left: 0;
        padding-top: 10px
    }
}

.eventsItem.horiz .text .preview {
    line-height: 1.4em
}

.eventsItem.horiz.small .thumb {
    width: 120px;
    float: left
}

.eventsItem.horiz.small .text {
    padding-left: 140px
}

.eventsItem.horiz.odd .thumb {
    float: right
}

@media only screen and (max-width : 699px) {
    .eventsItem.horiz.odd .thumb {
        float: none
    }
}

.eventsItem.horiz.odd .text {
    padding-left: 20px;
    padding-right: 305px;
    text-align: right
}

@media only screen and (max-width : 699px) {
    .eventsItem.horiz.odd .text {
        text-align: left;
        padding-left: 0px;
        padding-right: 0px
    }
}

.eventsItem.vert {
    border: none
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .eventsItem.vert {
        padding-bottom: 0px
    }
}

@media only screen and (max-width : 699px) {
    .eventsItem.vert {
        padding-bottom: 20px;
        float: left;
        width: 100%
    }
}

.eventsItem.vert .thumb {
    float: none;
    width: 100%
}

.eventsItem.vert .thumb .date {
    position: relative;
    width: 100px;
    height: 100px;
    background: #55198B;
    text-transform: uppercase;
    margin: 0 auto
}

.flexbox .eventsItem.vert .thumb .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.eventsItem.vert .thumb .date .month {
    display: block;
    font-size: 1.2em;
    line-height: 1;
    margin: 10px 0 0
}

.flexbox .eventsItem.vert .thumb .date .month {
    margin: 0
}

.eventsItem.vert .thumb .date .day {
    display: block;
    font-size: 2.5em;
    line-height: 1
}

@media only screen and (max-width : 699px) {
    .eventsItem.vert .thumb {
        float: none;
        width: 100%
    }
}

.eventsItem.vert .text {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    text-align: center
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .eventsItem.vert .text {
        padding-right: 0
    }
}

@media only screen and (max-width : 699px) {
    .eventsItem.vert .text {
        padding-left: 0;
        padding-top: 10px
    }
}

.eventsItem.vert .text .preview {
    line-height: 1.4em
}

.eventsItem.vert.small .thumb {
    width: 120px;
    float: left
}

.eventsItem.vert.small .text {
    padding-left: 140px
}

.interior #ContentMiddle .eventItem {
    border: none;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    padding-bottom: 25px
}

.interior #ContentMiddle .eventItem+.eventItem {
    border-top: 1px solid #f5f5f5;
    padding-top: 25px
}

.interior #ContentMiddle .eventItem .thumb {
    float: right;
    width: 120px;
    height: 120px;
    margin-left: 30px;
    margin-bottom: 10px;
    background-size: cover
}

.interior #ContentMiddle .eventItem .thumb img {
    opacity: 0
}

@media only screen and (max-width : 699px) {
    .interior #ContentMiddle .eventItem .thumb {
        display: none
    }
}

.interior #ContentMiddle .eventItem .date {
    float: left;
    width: 60px;
    height: 60px;
    background: #2D0D4A;
    text-align: center;
    padding: 6px
}

.interior #ContentMiddle .eventItem .date .month {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px
}

.interior #ContentMiddle .eventItem .date .day {
    color: #ffffff;
    font-size: 28px;
    line-height: 14px
}

.interior #ContentMiddle .eventItem .text {
    padding-left: 90px
}

@media only screen and (max-width : 699px) {
    .interior #ContentMiddle .eventItem .text {
        padding-left: 70px
    }
}

.interior #ContentMiddle .eventItem .text .title {
    font-family: "Whitney HTF", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.3;
    padding: 0 0 5px;
    color: inherit
}

@media only screen and (max-width : 699px) {
    .interior #ContentMiddle .eventItem .text .title {
        font-size: 1.25rem
    }
}

.interior #ContentMiddle .eventItem .text .title a {
    text-decoration: none
}

.interior #ContentMiddle .eventItem .text .title a:hover {
    text-decoration: underline
}

.interior #ContentMiddle .eventItem .text .preview {
    font-size: .95em;
    line-height: 1.6em;
    margin: 10px 0
}

.interior #ContentMiddle .eventItem .text .locationTime {
    color: #767676;
    font-size: 13px
}

.interior #ContentMiddle .eventItem .text .locationTime .location {
    display: inline-block;
    padding-right: 15px;
    line-height: normal
}

.interior #ContentMiddle .eventItem .text .locationTime .location:before {
    font-family: "Font Awesome 5 Free", "FontAwesome";
    content: "\f041";
    padding-right: 5px;
    font-weight: bold;
    color: #55198B
}

@media only screen and (max-width : 699px) {
    .interior #ContentMiddle .eventItem .text .locationTime .location {
        display: inline-block
    }
}

.interior #ContentMiddle .eventItem .text .locationTime .timeRange {
    display: inline-block
}

.interior #ContentMiddle .eventItem .text .locationTime .timeRange:before {
    font-family: "Font Awesome 5 Free", "FontAwesome";
    content: "\f017";
    padding-right: 5px;
    color: #55198B
}

@media only screen and (max-width : 699px) {
    .interior #ContentMiddle .eventItem .text .locationTime .timeRange {
        display: inline-block;
        padding-left: 0px
    }
}

.interior #ContentMiddle .eventItem.withThumb .text {
    padding-right: 150px
}

@media only screen and (max-width : 699px) {
    .interior #ContentMiddle .eventItem.withThumb .text {
        padding-right: 0
    }
}

@media only screen and (min-width: 700px) and (max-width : 1023px) {
    .home .eventsItem.stacked {
        padding-top: 0
    }
    .home .eventsItem.stacked .eventsInner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .home .eventsItem.stacked .thumb {
        width: 300px;
        margin-right: 30px
    }
    .home .eventsItem.stacked .text {
        padding-top: 0
    }
}

footer .social li a {
    border-radius: 0
}

.headerSocial ul li a {
    border-radius: 0
}

.newsItem.stacked .newsInner>a {
    text-decoration: none;
    display: block
}

.newsItem.stacked .newsInner>a .text .title {
    text-decoration: underline
}

/* MAINT #145619 JF 5/4/20 */
@media only screen and (max-width: 1023px) {
    .leaderboard .scoreboard-container .data-grid-container .data-grid-row .data-grid-column.column-header.scoreboard-designation-column {
        display: flex !important;
        align-items: center !important;
        text-align: center;
    }
    .leaderboard .scoreboard-container .data-grid-container .data-grid-row .data-grid-column.column-header.scoreboard-donors-column {
        flex-grow: 1 !important;
        flex-basis: 33% !important;
    }
}

@media only screen and (min-width: 1024px) {
    .leaderboard .scoreboard-container .data-grid-container .data-grid-row .data-grid-column.column-header.scoreboard-designation-column {
        display: flex !important;
    }
    .leaderboard .scoreboard-container .data-grid-container .data-grid-row .data-grid-column.column-header.scoreboard-donors-column {
        flex-basis: 21% !important;
    }
}

/* MAINT 159850 DT 10072020 */
.interior .structBody .midWrap #ContentMiddle div:not(.Default):not([id*="Layout"]) > ul:not([class*="cms"]) > li:not(.ng-scope)::before {
    content: none !important;
}
/*# sourceMappingURL=style.css.map */

/* MAINT 162854 DT 11032020 */
#ContentMiddle div[class*="split25col"] > .button {
    width: 100% !important;
}

/* MAINT 174016 DT 03192021 */
.interior .structBody .midWrap #ContentMiddle .imod_fieldInput ul > li:not(.ng-scope) {
    list-style: disc !important;
}

/* MAINT 174016 DT 03232021 */
.interior .structBody .midWrap #ContentMiddle .giveBtn a {
    color: #fff;
}

.interior .structBody .midWrap #ContentMiddle .giveBtn a:hover {
    color: #fff;
}

/* MAINT 177457 DT 04152021 */
.desktopNav .container .row .desktopNavInner ul li a {
    white-space: normal !important;
}