/*!****************************************************************
Theme Name: indy Gives
Description: Custom WordPress theme built for MC Gives
Author: Michael Elias @ TMD
Version: 1.0
*******************************************************************/
*,*:before,*:after {
    box-sizing: border-box
}

html {
    color: #373e42;
    font-size: 1.125em;
    line-height: 1.5;
    font-weight: 400
}

@media only screen and (max-width: 960px) {
    html {
        font-size:1em
    }
}

@media only screen and (max-width: 768px) {
    html {
        font-size:0.9375em
    }
}

body {
    background-color: white;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif
}

::-moz-selection {
    background: DeepSkyBlue;
    color: #FFF;
    text-shadow: none
}

::selection {
    background: DeepSkyBlue;
    color: #FFF;
    text-shadow: none
}

.animals-color,.subnav li:nth-of-type(1) a,.term-animals .np-title {
    color: #52429B
}

.see-arts-color,.subnav li:nth-of-type(2) a,.term-arts-and-culture .np-title {
    color: #7E9AA5
}

.community-color,.subnav li:nth-of-type(3) a,.term-community-and-social-service .np-title {
    color: #f38809
}

.education-color,.subnav li:nth-of-type(4) a,.term-education-and-youth .np-title {
    color: #998ecf
}

.environment-color,.subnav li:nth-of-type(5) a,.term-environment-and-sustainability .np-title {
    color: #69BD45
}

.health-color,.subnav li:nth-of-type(6) a,.term-health-wellness-and-food .np-title {
    color: #e56170
}

html {
    height: 100%;
    overflow-y: scroll;
    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,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: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.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: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,canvas,img,svg,video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

/* FAQS Section */
/* ===============================
.collapseomatic {
    background-image: url('../images/arrow-down.png');
    background-repeat: no-repeat;
    padding: 0 0 10px 16px;
    cursor: pointer;
}
.collapseomatic:hover{
    text-decoration: underline;
}
.active, .collapseomatic:after {
    background-image: url('../images/arrow-up.png');
}

*/
/* FAQS Section 2020*/
.collapseomatic:focus {
    outline: 0;
}

.arrowright {
    background-position: top right;
    padding: 0 16px 10px 0;
}
.noarrow {
    background-image: none !important;
    padding: 0 0 10px 0;
}
.colomat-hover {
    text-decoration: underline;
}
.colomat-close {
    background-image: url('../images/arrow-up.png');
}
.colomat-swap {
    display: none;
}
.collapseomatic_excerpt, .collapseomatic_content {
    margin-top: 0px;
    margin-left: 16px;
    padding: 0px;
}
.content_collapse_wrapper {
    position: absolute; left: -999em;
}
.collapseall, .expandall {
    cursor: pointer;
}
.collapseall:hover, .expandall:hover, .collapseall:focus, .expandall:focus {
    text-decoration: underline;
}
.maptastic {
    position: absolute !important;
    left: -10000px !important;
    display:block !important;
    max-width: 9999px;
}
.span_fix {
    padding: 0 !important;
    margin: 0 !important;
}
.span_fix:before, .span_fix:after {
    content: none;
}

.big-logos img{
    width: auto;
    height: auto;
}



.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
}

.bg-cover {
    background-size: cover;
    background-position: center center
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.margin-auto {
    margin: 0 auto;
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.valign {
    display: table !important;
    width: 100%;
    height: 100%
}

.valign>p,.valign>img,.valign>div,.valign>figure {
    display: table-cell !important;
    vertical-align: middle
}

.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.mobile-only {
    display: none !important
}

/*Modal Popup*/
/*popupcss start*/
.main-popup {
    width: 850px;
    min-height: 400px;
    max-width: 100%;
}
#cboxWrapper,
#cboxContent,
#cboxBottomCenter,
#cboxTopCenter{
    width:750px !important;
    max-width: calc(100% - 42px) !important;
}
body #colorbox{
    left: calc(50% - 396px) !important;
    max-width: 792px !important;
    width: 100% !important;
}
#cboxLoadedContent{
    max-width: 100% !important;
    width: 750px !important;
}
/*popupcss end*/
.popup {
    color: white !important;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    padding: 1.25em 3em;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.pop-3 {
    width: 24%;
    padding: 1%;
    float: left;
}
.popup img {
    max-width: 140px;
}
.pop-9 {
    width: 74%;
    padding: 0 1% 0 4%;
    float: left;
}
.popup h1 {
    font-size: 4em;
    margin: 0em 0em .2em 0em;
    color: white;
}
.popup p {
    color: white;
    font-size: 1.15em;
    line-height: 1.25;
    margin: .3em 0em;
}
.pop-6 {
    width: 48%;
    padding: 1%;
    float: left;
}
.popup h2 {
    margin: 0 0 .5em 0;
    color: white;
    font-family: 'Cubano';
    line-height: 1.1;
    font-size: 2em;
}
.popup p a {
    text-decoration: underline;
}
#checkoutForm .th-errors-list{
    display: block !important;
}
.round-borders{
    object-fit: cover;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    object-position: center center;
}
.staff-board h4{
    padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
    .mobile-only {
        display:block !important
    }
}

.invisible {
    visibility: hidden
}

.clearfix:before,.hero .slide-text:before,.masthead:before,ul.totals:before,.meter-labels:before,.clearfix:after,.hero .slide-text:after,.masthead:after,ul.totals:after,.meter-labels:after {
    content: " ";
    display: table
}

.clearfix:after,.hero .slide-text:after,.masthead:after,ul.totals:after,.meter-labels:after {
    clear: both
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    padding-right: 15px;
    zoom:1;*display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container * {
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0,0,0,0.15)
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999
}

.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("images/chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("images/chosen-sprite.png") no-repeat 0px 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url("images/chosen-sprite.png") no-repeat 100% -20px;
    background: url("images/chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("images/chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important
}

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop {
    left: 9999px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: #fff url("images/chosen-sprite.png") no-repeat -30px -20px;
    background: url("images/chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}
.elementor ~ br{
    display:none;
    line-height: 0px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type="text"],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span {
        background-image:url("chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

.tooltipster-default {
    border-radius: 5px;
    border: 2px solid #000;
    background: #4c4c4c;
    color: #fff
}

.tooltipster-default .tooltipster-content {
    font-size: 15px;
    line-height: 22px;
    padding: 8px 10px;
    overflow: hidden
}

.tooltipster-icon {
    cursor: help;
    margin-left: 4px
}

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    max-width: 340px;
    overflow: visible
}

.tooltipster-base .tooltipster-content {
    overflow: hidden
}

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.tooltipster-arrow span,.tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute
}

.tooltipster-arrow-top span,.tooltipster-arrow-top-right span,.tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px
}

.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px
}

.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom-right span,.tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px
}

.tooltipster-arrow-top span,.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto
}

.tooltipster-arrow-top-left span,.tooltipster-arrow-bottom-left span {
    left: 6px
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px
}

.tooltipster-arrow-top-right span,.tooltipster-arrow-bottom-right span {
    right: 6px
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px
}

.tooltipster-arrow-left span,.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px
}

.tooltipster-arrow-right span,.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4)
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0
}

.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.tooltipster-light {
    border-radius: 5px;
    border: 1px solid #cccccc;
    background: #ededed;
    color: #666666
}

.tooltipster-light .tooltipster-content {
    font-size: 15px;
    line-height: 22px;
    padding: 12px 14px
}

@font-face {
    font-family: 'gives-font';
    src: url("../fonts/gives-font.eot?-bk8");
    src: url("../fonts/gives-font.eot?#iefix-bk8") format("embedded-opentype"),url("../fonts/gives-font.ttf?-bk8") format("truetype"),url("../fonts/gives-font.woff?-bk8") format("woff"),url("../fonts/gives-font.svg?-bk87z2#gives-font") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],[class*=" icon-"], .nonprofit-slider .slick-prev:before, .nonprofit-slider .slick-next:before {
    font-family: 'gives-font';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-glass:before {
    content: "\f000"
}

.icon-music:before {
    content: "\f001"
}

.icon-search:before {
    content: "\f002"
}

.icon-envelope-o:before {
    content: "\f003"
}

.icon-heart:before {
    content: "\f004"
}

.icon-star:before {
    content: "\f005"
}

.icon-star-o:before {
    content: "\f006"
}

.icon-user:before {
    content: "\f007"
}

.icon-film:before {
    content: "\f008"
}

.icon-th-large:before {
    content: "\f009"
}

.icon-th:before {
    content: "\f00a"
}

.icon-th-list:before {
    content: "\f00b"
}

.icon-check:before {
    content: "\f00c"
}

.icon-close:before {
    content: "\f00d"
}

.icon-search-plus:before {
    content: "\f00e"
}

.icon-search-minus:before {
    content: "\f010"
}

.icon-power-off:before {
    content: "\f011"
}

.icon-signal:before {
    content: "\f012"
}

.icon-cog:before {
    content: "\f013"
}

.icon-trash-o:before {
    content: "\f014"
}

.icon-home:before {
    content: "\f015"
}

.icon-file-o:before {
    content: "\f016"
}

.icon-clock-o:before {
    content: "\f017"
}

.icon-road:before {
    content: "\f018"
}

.icon-download:before {
    content: "\f019"
}

.icon-arrow-circle-o-down:before {
    content: "\f01a"
}

.icon-arrow-circle-o-up:before {
    content: "\f01b"
}

.icon-inbox:before {
    content: "\f01c"
}

.icon-play-circle-o:before {
    content: "\f01d"
}

.icon-repeat:before {
    content: "\f01e"
}

.icon-refresh:before {
    content: "\f021"
}

.icon-list-alt:before {
    content: "\f022"
}

.icon-lock:before {
    content: "\f023"
}

.icon-flag:before {
    content: "\f024"
}

.icon-headphones:before {
    content: "\f025"
}

.icon-volume-off:before {
    content: "\f026"
}

.icon-volume-down:before {
    content: "\f027"
}

.icon-volume-up:before {
    content: "\f028"
}

.icon-qrcode:before {
    content: "\f029"
}

.icon-barcode:before {
    content: "\f02a"
}

.icon-tag:before {
    content: "\f02b"
}

.icon-tags:before {
    content: "\f02c"
}

.icon-book:before {
    content: "\f02d"
}

.icon-bookmark:before {
    content: "\f02e"
}

.icon-print:before {
    content: "\f02f"
}

.icon-camera:before {
    content: "\f030"
}

.icon-font:before {
    content: "\f031"
}

.icon-bold:before {
    content: "\f032"
}

.icon-italic:before {
    content: "\f033"
}

.icon-text-height:before {
    content: "\f034"
}

.icon-text-width:before {
    content: "\f035"
}

.icon-align-left:before {
    content: "\f036"
}

.icon-align-center:before {
    content: "\f037"
}

.icon-align-right:before {
    content: "\f038"
}

.icon-align-justify:before {
    content: "\f039"
}

.icon-list:before {
    content: "\f03a"
}

.icon-dedent:before {
    content: "\f03b"
}

.icon-indent:before {
    content: "\f03c"
}

.icon-video-camera:before {
    content: "\f03d"
}

.icon-image:before {
    content: "\f03e"
}

.icon-pencil:before {
    content: "\f040"
}

.icon-map-marker:before {
    content: "\f041"
}

.icon-adjust:before {
    content: "\f042"
}

.icon-tint:before {
    content: "\f043"
}

.icon-edit:before {
    content: "\f044"
}

.icon-share-square-o:before {
    content: "\f045"
}

.icon-check-square-o:before {
    content: "\f046"
}

.icon-arrows:before {
    content: "\f047"
}

.icon-step-backward:before {
    content: "\f048"
}

.icon-fast-backward:before {
    content: "\f049"
}

.icon-backward:before {
    content: "\f04a"
}

.icon-play:before {
    content: "\f04b"
}

.icon-pause:before {
    content: "\f04c"
}

.icon-stop:before {
    content: "\f04d"
}

.icon-forward:before {
    content: "\f04e"
}

.icon-fast-forward:before {
    content: "\f050"
}

.icon-step-forward:before {
    content: "\f051"
}

.icon-eject:before {
    content: "\f052"
}

.icon-chevron-left:before {
    content: "\f053"
}

.icon-chevron-right:before {
    content: "\f054"
}

.icon-plus-circle:before {
    content: "\f055"
}

.icon-minus-circle:before {
    content: "\f056"
}

.icon-times-circle:before {
    content: "\f057"
}

.icon-check-circle:before {
    content: "\f058"
}

.icon-question-circle:before {
    content: "\f059"
}

.icon-info-circle:before {
    content: "\f05a"
}

.icon-crosshairs:before {
    content: "\f05b"
}

.icon-times-circle-o:before {
    content: "\f05c"
}

.icon-check-circle-o:before {
    content: "\f05d"
}

.icon-ban:before {
    content: "\f05e"
}

.icon-arrow-left:before {
    content: "\f060"
}

.icon-arrow-right:before {
    content: "\f061"
}

.icon-arrow-up:before {
    content: "\f062"
}

.icon-arrow-down:before {
    content: "\f063"
}

.icon-mail-forward:before {
    content: "\f064"
}

.icon-expand:before {
    content: "\f065"
}

.icon-compress:before {
    content: "\f066"
}

.icon-plus:before {
    content: "\f067"
}

.icon-minus:before {
    content: "\f068"
}

.icon-asterisk:before {
    content: "\f069"
}

.icon-exclamation-circle:before {
    content: "\f06a"
}

.icon-gift:before {
    content: "\f06b"
}

.icon-leaf:before {
    content: "\f06c"
}

.icon-fire:before {
    content: "\f06d"
}

.icon-eye:before {
    content: "\f06e"
}

.icon-eye-slash:before {
    content: "\f070"
}

.icon-exclamation-triangle:before {
    content: "\f071"
}

.icon-plane:before {
    content: "\f072"
}

.icon-calendar:before {
    content: "\f073"
}

.icon-random:before {
    content: "\f074"
}

.icon-comment:before {
    content: "\f075"
}

.icon-magnet:before {
    content: "\f076"
}

.icon-chevron-up:before {
    content: "\f077"
}

.icon-chevron-down:before {
    content: "\f078"
}

.icon-retweet:before {
    content: "\f079"
}

.icon-shopping-cart:before {
    content: "\f07a"
}

.icon-folder:before {
    content: "\f07b"
}

.icon-folder-open:before {
    content: "\f07c"
}

.icon-arrows-v:before {
    content: "\f07d"
}

.icon-arrows-h:before {
    content: "\f07e"
}

.icon-bar-chart:before {
    content: "\f080"
}

.icon-twitter-square:before {
    content: "\f081"
}

.icon-facebook-square:before {
    content: "\f082"
}

.icon-camera-retro:before {
    content: "\f083"
}

.icon-key:before {
    content: "\f084"
}

.icon-cogs:before {
    content: "\f085"
}

.icon-comments:before {
    content: "\f086"
}

.icon-thumbs-o-up:before {
    content: "\f087"
}

.icon-thumbs-o-down:before {
    content: "\f088"
}

.icon-star-half:before {
    content: "\f089"
}

.icon-heart-o:before {
    content: "\f08a"
}

.icon-sign-out:before {
    content: "\f08b"
}

.icon-linkedin-square:before {
    content: "\f08c"
}

.icon-thumb-tack:before {
    content: "\f08d"
}

.icon-external-link:before {
    content: "\f08e"
}

.icon-sign-in:before {
    content: "\f090"
}

.icon-trophy:before {
    content: "\f091"
}

.icon-github-square:before {
    content: "\f092"
}

.icon-upload:before {
    content: "\f093"
}

.icon-lemon-o:before {
    content: "\f094"
}

.icon-phone:before {
    content: "\f095"
}

.icon-square-o:before {
    content: "\f096"
}

.icon-bookmark-o:before {
    content: "\f097"
}

.icon-phone-square:before {
    content: "\f098"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-facebook:before {
    content: "\f09a"
}

.icon-github:before {
    content: "\f09b"
}

.icon-unlock:before {
    content: "\f09c"
}

.icon-credit-card:before {
    content: "\f09d"
}

.icon-feed:before {
    content: "\f09e"
}

.icon-hdd-o:before {
    content: "\f0a0"
}

.icon-bullhorn:before {
    content: "\f0a1"
}

.icon-bell-o:before {
    content: "\f0a2"
}

.icon-certificate:before {
    content: "\f0a3"
}

.icon-hand-o-right:before {
    content: "\f0a4"
}

.icon-hand-o-left:before {
    content: "\f0a5"
}

.icon-hand-o-up:before {
    content: "\f0a6"
}

.icon-hand-o-down:before {
    content: "\f0a7"
}

.icon-arrow-circle-left:before {
    content: "\f0a8"
}

.icon-arrow-circle-right:before {
    content: "\f0a9"
}

.icon-arrow-circle-up:before {
    content: "\f0aa"
}

.icon-arrow-circle-down:before {
    content: "\f0ab"
}

.icon-globe:before {
    content: "\f0ac"
}

.icon-wrench:before {
    content: "\f0ad"
}

.icon-tasks:before {
    content: "\f0ae"
}

.icon-filter:before {
    content: "\f0b0"
}

.icon-briefcase:before {
    content: "\f0b1"
}

.icon-arrows-alt:before {
    content: "\f0b2"
}

.icon-group:before {
    content: "\f0c0"
}

.icon-chain:before {
    content: "\f0c1"
}

.icon-cloud:before {
    content: "\f0c2"
}

.icon-flask:before {
    content: "\f0c3"
}

.icon-cut:before {
    content: "\f0c4"
}

.icon-copy:before {
    content: "\f0c5"
}

.icon-paperclip:before {
    content: "\f0c6"
}

.icon-floppy-o:before {
    content: "\f0c7"
}

.icon-square:before {
    content: "\f0c8"
}

.icon-bars:before,.icon-navicon:before {
    content: "\f0c9"
}

.icon-list-ul:before {
    content: "\f0ca"
}

.icon-list-ol:before {
    content: "\f0cb"
}

.icon-strikethrough:before {
    content: "\f0cc"
}

.icon-underline:before {
    content: "\f0cd"
}

.icon-table:before {
    content: "\f0ce"
}

.icon-magic:before {
    content: "\f0d0"
}

.icon-truck:before {
    content: "\f0d1"
}

.icon-pinterest:before {
    content: "\f0d2"
}

.icon-pinterest-square:before {
    content: "\f0d3"
}

.icon-google-plus-square:before {
    content: "\f0d4"
}

.icon-google-plus:before {
    content: "\f0d5"
}

.icon-money:before {
    content: "\f0d6"
}

.icon-caret-down:before {
    content: "\f0d7"
}

.icon-caret-up:before {
    content: "\f0d8"
}

.icon-caret-left:before {
    content: "\f0d9"
}

.icon-caret-right:before {
    content: "\f0da"
}

.icon-columns:before {
    content: "\f0db"
}

.icon-sort:before {
    content: "\f0dc"
}

.icon-sort-desc:before {
    content: "\f0dd"
}

.icon-sort-asc:before {
    content: "\f0de"
}

.icon-envelope:before {
    content: "\f0e0"
}

.icon-linkedin:before {
    content: "\f0e1"
}

.icon-rotate-left:before {
    content: "\f0e2"
}

.icon-gavel:before {
    content: "\f0e3"
}

.icon-dashboard:before {
    content: "\f0e4"
}

.icon-comment-o:before {
    content: "\f0e5"
}

.icon-comments-o:before {
    content: "\f0e6"
}

.icon-bolt:before {
    content: "\f0e7"
}

.icon-sitemap:before {
    content: "\f0e8"
}

.icon-umbrella:before {
    content: "\f0e9"
}

.icon-clipboard:before {
    content: "\f0ea"
}

.icon-lightbulb-o:before {
    content: "\f0eb"
}

.icon-exchange:before {
    content: "\f0ec"
}

.icon-cloud-download:before {
    content: "\f0ed"
}

.icon-cloud-upload:before {
    content: "\f0ee"
}

.icon-user-md:before {
    content: "\f0f0"
}

.icon-stethoscope:before {
    content: "\f0f1"
}

.icon-suitcase:before {
    content: "\f0f2"
}

.icon-bell:before {
    content: "\f0f3"
}

.icon-coffee:before {
    content: "\f0f4"
}

.icon-cutlery:before {
    content: "\f0f5"
}

.icon-file-text-o:before {
    content: "\f0f6"
}

.icon-building-o:before {
    content: "\f0f7"
}

.icon-hospital-o:before {
    content: "\f0f8"
}

.icon-ambulance:before {
    content: "\f0f9"
}

.icon-medkit:before {
    content: "\f0fa"
}

.icon-fighter-jet:before {
    content: "\f0fb"
}

.icon-beer:before {
    content: "\f0fc"
}

.icon-h-square:before {
    content: "\f0fd"
}

.icon-plus-square:before {
    content: "\f0fe"
}

.icon-angle-double-left:before {
    content: "\f100"
}

.icon-angle-double-right:before {
    content: "\f101"
}

.icon-angle-double-up:before {
    content: "\f102"
}

.icon-angle-double-down:before {
    content: "\f103"
}

.icon-angle-left:before {
    content: "\f104"
}

.icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

.icon-desktop:before {
    content: "\f108"
}

.icon-laptop:before {
    content: "\f109"
}

.icon-tablet:before {
    content: "\f10a"
}

.icon-mobile:before {
    content: "\f10b"
}

.icon-circle-o:before {
    content: "\f10c"
}

.icon-quote-left:before {
    content: "\f10d"
}

.icon-quote-right:before {
    content: "\f10e"
}

.icon-spinner:before {
    content: "\f110"
}

.icon-circle:before {
    content: "\f111"
}

.icon-mail-reply:before {
    content: "\f112"
}

.icon-github-alt:before {
    content: "\f113"
}

.icon-folder-o:before {
    content: "\f114"
}

.icon-folder-open-o:before {
    content: "\f115"
}

.icon-smile-o:before {
    content: "\f118"
}

.icon-frown-o:before {
    content: "\f119"
}

.icon-meh-o:before {
    content: "\f11a"
}

.icon-gamepad:before {
    content: "\f11b"
}

.icon-keyboard-o:before {
    content: "\f11c"
}

.icon-flag-o:before {
    content: "\f11d"
}

.icon-flag-checkered:before {
    content: "\f11e"
}

.icon-terminal:before {
    content: "\f120"
}

.icon-code:before {
    content: "\f121"
}

.icon-mail-reply-all:before {
    content: "\f122"
}

.icon-star-half-empty:before {
    content: "\f123"
}

.icon-location-arrow:before {
    content: "\f124"
}

.icon-crop:before {
    content: "\f125"
}

.icon-code-fork:before {
    content: "\f126"
}

.icon-chain-broken:before {
    content: "\f127"
}

.icon-question:before {
    content: "\f128"
}

.icon-info:before {
    content: "\f129"
}

.icon-exclamation:before {
    content: "\f12a"
}

.icon-superscript:before {
    content: "\f12b"
}

.icon-subscript:before {
    content: "\f12c"
}

.icon-eraser:before {
    content: "\f12d"
}

.icon-puzzle-piece:before {
    content: "\f12e"
}

.icon-microphone:before {
    content: "\f130"
}

.icon-microphone-slash:before {
    content: "\f131"
}

.icon-shield:before {
    content: "\f132"
}

.icon-calendar-o:before {
    content: "\f133"
}

.icon-fire-extinguisher:before {
    content: "\f134"
}

.icon-rocket:before {
    content: "\f135"
}

.icon-maxcdn:before {
    content: "\f136"
}

.icon-chevron-circle-left:before {
    content: "\f137"
}

.icon-chevron-circle-right:before {
    content: "\f138"
}

.icon-chevron-circle-up:before {
    content: "\f139"
}

.icon-chevron-circle-down:before {
    content: "\f13a"
}

.icon-html5:before {
    content: "\f13b"
}

.icon-css3:before {
    content: "\f13c"
}

.icon-anchor:before {
    content: "\f13d"
}

.icon-unlock-alt:before {
    content: "\f13e"
}

.icon-bullseye:before {
    content: "\f140"
}

.icon-ellipsis-h:before {
    content: "\f141"
}

.icon-ellipsis-v:before {
    content: "\f142"
}

.icon-rss-square:before {
    content: "\f143"
}

.icon-play-circle:before {
    content: "\f144"
}

.icon-ticket:before {
    content: "\f145"
}

.icon-minus-square:before {
    content: "\f146"
}

.icon-minus-square-o:before {
    content: "\f147"
}

.icon-level-up:before {
    content: "\f148"
}

.icon-level-down:before {
    content: "\f149"
}

.icon-check-square:before {
    content: "\f14a"
}

.icon-pencil-square:before {
    content: "\f14b"
}

.icon-external-link-square:before {
    content: "\f14c"
}

.icon-share-square:before {
    content: "\f14d"
}

.icon-compass:before {
    content: "\f14e"
}

.icon-caret-square-o-down:before {
    content: "\f150"
}

.icon-caret-square-o-up:before {
    content: "\f151"
}

.icon-caret-square-o-right:before {
    content: "\f152"
}

.icon-eur:before {
    content: "\f153"
}

.icon-gbp:before {
    content: "\f154"
}

.icon-dollar:before {
    content: "\f155"
}

.icon-inr:before {
    content: "\f156"
}

.icon-cny:before {
    content: "\f157"
}

.icon-rouble:before {
    content: "\f158"
}

.icon-krw:before {
    content: "\f159"
}

.icon-bitcoin:before {
    content: "\f15a"
}

.icon-file:before {
    content: "\f15b"
}

.icon-file-text:before {
    content: "\f15c"
}

.icon-sort-alpha-asc:before {
    content: "\f15d"
}

.icon-sort-alpha-desc:before {
    content: "\f15e"
}

.icon-sort-amount-asc:before {
    content: "\f160"
}

.icon-sort-amount-desc:before {
    content: "\f161"
}

.icon-sort-numeric-asc:before {
    content: "\f162"
}

.icon-sort-numeric-desc:before {
    content: "\f163"
}

.icon-thumbs-up:before {
    content: "\f164"
}

.icon-thumbs-down:before {
    content: "\f165"
}

.icon-youtube-square:before {
    content: "\f166"
}

.icon-youtube:before {
    content: "\f167"
}

.icon-xing:before {
    content: "\f168"
}

.icon-xing-square:before {
    content: "\f169"
}

.icon-youtube-play:before {
    content: "\f16a"
}

.icon-dropbox:before {
    content: "\f16b"
}

.icon-stack-overflow:before {
    content: "\f16c"
}

.icon-instagram:before {
    content: "\f16d"
}

.icon-flickr:before {
    content: "\f16e"
}

.icon-adn:before {
    content: "\f170"
}

.icon-bitbucket:before {
    content: "\f171"
}

.icon-bitbucket-square:before {
    content: "\f172"
}

.icon-tumblr:before {
    content: "\f173"
}

.icon-tumblr-square:before {
    content: "\f174"
}

.icon-long-arrow-down:before {
    content: "\f175"
}

.icon-long-arrow-up:before {
    content: "\f176"
}

.icon-long-arrow-left:before {
    content: "\f177"
}

.icon-long-arrow-right:before {
    content: "\f178"
}

.icon-apple:before {
    content: "\f179"
}

.icon-windows:before {
    content: "\f17a"
}

.icon-android:before {
    content: "\f17b"
}

.icon-linux:before {
    content: "\f17c"
}

.icon-dribbble:before {
    content: "\f17d"
}

.icon-skype:before {
    content: "\f17e"
}

.icon-foursquare:before {
    content: "\f180"
}

.icon-trello:before {
    content: "\f181"
}

.icon-female:before {
    content: "\f182"
}

.icon-male:before {
    content: "\f183"
}

.icon-gittip:before {
    content: "\f184"
}

.icon-sun-o:before {
    content: "\f185"
}

.icon-moon-o:before {
    content: "\f186"
}

.icon-archive:before {
    content: "\f187"
}

.icon-bug:before {
    content: "\f188"
}

.icon-vk:before {
    content: "\f189"
}

.icon-weibo:before {
    content: "\f18a"
}

.icon-renren:before {
    content: "\f18b"
}

.icon-pagelines:before {
    content: "\f18c"
}

.icon-stack-exchange:before {
    content: "\f18d"
}

.icon-arrow-circle-o-right:before {
    content: "\f18e"
}

.icon-arrow-circle-o-left:before {
    content: "\f190"
}

.icon-caret-square-o-left:before {
    content: "\f191"
}

.icon-dot-circle-o:before {
    content: "\f192"
}

.icon-wheelchair:before {
    content: "\f193"
}

.icon-vimeo-square:before {
    content: "\f194"
}

.icon-try:before {
    content: "\f195"
}

.icon-plus-square-o:before {
    content: "\f196"
}

.icon-space-shuttle:before {
    content: "\f197"
}

.icon-slack:before {
    content: "\f198"
}

.icon-envelope-square:before {
    content: "\f199"
}

.icon-wordpress:before {
    content: "\f19a"
}

.icon-openid:before {
    content: "\f19b"
}

.icon-bank:before {
    content: "\f19c"
}

.icon-graduation-cap:before {
    content: "\f19d"
}

.icon-yahoo:before {
    content: "\f19e"
}

.icon-google:before {
    content: "\f1a0"
}

.icon-reddit:before {
    content: "\f1a1"
}

.icon-reddit-square:before {
    content: "\f1a2"
}

.icon-stumbleupon-circle:before {
    content: "\f1a3"
}

.icon-stumbleupon:before {
    content: "\f1a4"
}

.icon-delicious:before {
    content: "\f1a5"
}

.icon-digg:before {
    content: "\f1a6"
}

.icon-pied-piper:before {
    content: "\f1a7"
}

.icon-pied-piper-alt:before {
    content: "\f1a8"
}

.icon-drupal:before {
    content: "\f1a9"
}

.icon-joomla:before {
    content: "\f1aa"
}

.icon-language:before {
    content: "\f1ab"
}

.icon-fax:before {
    content: "\f1ac"
}

.icon-building:before {
    content: "\f1ad"
}

.icon-child:before {
    content: "\f1ae"
}

.icon-paw:before {
    content: "\f1b0"
}

.icon-spoon:before {
    content: "\f1b1"
}

.icon-cube:before {
    content: "\f1b2"
}

.icon-cubes:before {
    content: "\f1b3"
}

.icon-behance:before {
    content: "\f1b4"
}

.icon-behance-square:before {
    content: "\f1b5"
}

.icon-steam:before {
    content: "\f1b6"
}

.icon-steam-square:before {
    content: "\f1b7"
}

.icon-recycle:before {
    content: "\f1b8"
}

.icon-automobile:before {
    content: "\f1b9"
}

.icon-cab:before {
    content: "\f1ba"
}

.icon-tree:before {
    content: "\f1bb"
}

.icon-spotify:before {
    content: "\f1bc"
}

.icon-deviantart:before {
    content: "\f1bd"
}

.icon-soundcloud:before {
    content: "\f1be"
}

.icon-database:before {
    content: "\f1c0"
}

.icon-file-pdf-o:before {
    content: "\f1c1"
}

.icon-file-word-o:before {
    content: "\f1c2"
}

.icon-file-excel-o:before {
    content: "\f1c3"
}

.icon-file-powerpoint-o:before {
    content: "\f1c4"
}

.icon-file-image-o:before {
    content: "\f1c5"
}

.icon-file-archive-o:before {
    content: "\f1c6"
}

.icon-file-audio-o:before {
    content: "\f1c7"
}

.icon-file-movie-o:before {
    content: "\f1c8"
}

.icon-file-code-o:before {
    content: "\f1c9"
}

.icon-vine:before {
    content: "\f1ca"
}

.icon-codepen:before {
    content: "\f1cb"
}

.icon-jsfiddle:before {
    content: "\f1cc"
}

.icon-life-bouy:before {
    content: "\f1cd"
}

.icon-circle-o-notch:before {
    content: "\f1ce"
}

.icon-ra:before {
    content: "\f1d0"
}

.icon-empire:before {
    content: "\f1d1"
}

.icon-git-square:before {
    content: "\f1d2"
}

.icon-git:before {
    content: "\f1d3"
}

.icon-hacker-news:before {
    content: "\f1d4"
}

.icon-tencent-weibo:before {
    content: "\f1d5"
}

.icon-qq:before {
    content: "\f1d6"
}

.icon-wechat:before {
    content: "\f1d7"
}

.icon-paper-plane:before {
    content: "\f1d8"
}

.icon-paper-plane-o:before {
    content: "\f1d9"
}

.icon-history:before {
    content: "\f1da"
}

.icon-circle-thin:before {
    content: "\f1db"
}

.icon-header:before {
    content: "\f1dc"
}

.icon-paragraph:before {
    content: "\f1dd"
}

.icon-sliders:before {
    content: "\f1de"
}

.icon-share-alt:before {
    content: "\f1e0"
}

.icon-share-alt-square:before {
    content: "\f1e1"
}

.icon-bomb:before {
    content: "\f1e2"
}

.icon-futbol-o:before {
    content: "\f1e3"
}

.icon-tty:before {
    content: "\f1e4"
}

.icon-binoculars:before {
    content: "\f1e5"
}

.icon-plug:before {
    content: "\f1e6"
}

.icon-slideshare:before {
    content: "\f1e7"
}

.icon-twitch:before {
    content: "\f1e8"
}

.icon-yelp:before {
    content: "\f1e9"
}

.icon-newspaper-o:before {
    content: "\f1ea"
}

.icon-wifi:before {
    content: "\f1eb"
}

.icon-calculator:before {
    content: "\f1ec"
}

.icon-paypal:before {
    content: "\f1ed"
}

.icon-google-wallet:before {
    content: "\f1ee"
}

.icon-cc-visa:before {
    content: "\f1f0"
}

.icon-cc-mastercard:before {
    content: "\f1f1"
}

.icon-cc-discover:before {
    content: "\f1f2"
}

.icon-cc-amex:before {
    content: "\f1f3"
}

.icon-cc-paypal:before {
    content: "\f1f4"
}

.icon-cc-stripe:before {
    content: "\f1f5"
}

.icon-bell-slash:before {
    content: "\f1f6"
}

.icon-bell-slash-o:before {
    content: "\f1f7"
}

.icon-trash:before {
    content: "\f1f8"
}

.icon-copyright:before {
    content: "\f1f9"
}

.icon-at:before {
    content: "\f1fa"
}

.icon-eyedropper:before {
    content: "\f1fb"
}

.icon-paint-brush:before {
    content: "\f1fc"
}

.icon-birthday-cake:before {
    content: "\f1fd"
}

.icon-area-chart:before {
    content: "\f1fe"
}

.icon-pie-chart:before {
    content: "\f200"
}

.icon-line-chart:before {
    content: "\f201"
}

.icon-lastfm:before {
    content: "\f202"
}

.icon-lastfm-square:before {
    content: "\f203"
}

.icon-toggle-off:before {
    content: "\f204"
}

.icon-toggle-on:before {
    content: "\f205"
}

.icon-bicycle:before {
    content: "\f206"
}

.icon-bus:before {
    content: "\f207"
}

.icon-ioxhost:before {
    content: "\f208"
}

.icon-angellist:before {
    content: "\f209"
}

.icon-cc:before {
    content: "\f20a"
}

.icon-ils:before {
    content: "\f20b"
}

.icon-meanpath:before {
    content: "\f20c"
}

.icon-buysellads:before {
    content: "\f20d"
}

.icon-connectdevelop:before {
    content: "\f20e"
}

.icon-dashcube:before {
    content: "\f210"
}

.icon-forumbee:before {
    content: "\f211"
}

.icon-leanpub:before {
    content: "\f212"
}

.icon-sellsy:before {
    content: "\f213"
}

.icon-shirtsinbulk:before {
    content: "\f214"
}

.icon-simplybuilt:before {
    content: "\f215"
}

.icon-skyatlas:before {
    content: "\f216"
}

.icon-cart-plus:before {
    content: "\f217"
}

.icon-cart-arrow-down:before {
    content: "\f218"
}

.icon-diamond:before {
    content: "\f219"
}

.icon-ship:before {
    content: "\f21a"
}

.icon-user-secret:before {
    content: "\f21b"
}

.icon-motorcycle:before {
    content: "\f21c"
}

.icon-street-view:before {
    content: "\f21d"
}

.icon-heartbeat:before {
    content: "\f21e"
}

.icon-venus:before {
    content: "\f221"
}

.icon-mars:before {
    content: "\f222"
}

.icon-mercury:before {
    content: "\f223"
}

.icon-intersex:before {
    content: "\f224"
}

.icon-transgender-alt:before {
    content: "\f225"
}

.icon-venus-double:before {
    content: "\f226"
}

.icon-mars-double:before {
    content: "\f227"
}

.icon-venus-mars:before {
    content: "\f228"
}

.icon-mars-stroke:before {
    content: "\f229"
}

.icon-mars-stroke-v:before {
    content: "\f22a"
}

.icon-mars-stroke-h:before {
    content: "\f22b"
}

.icon-neuter:before {
    content: "\f22c"
}

.icon-genderless:before {
    content: "\f22d"
}

.icon-facebook-official:before {
    content: "\f230"
}

.icon-pinterest-p:before {
    content: "\f231"
}

.icon-whatsapp:before {
    content: "\f232"
}

.icon-server:before {
    content: "\f233"
}

.icon-user-plus:before {
    content: "\f234"
}

.icon-user-times:before {
    content: "\f235"
}

.icon-bed:before {
    content: "\f236"
}

.icon-viacoin:before {
    content: "\f237"
}

.icon-train:before {
    content: "\f238"
}

.icon-subway:before {
    content: "\f239"
}

.icon-medium:before {
    content: "\f23a"
}

.icon-y-combinator:before {
    content: "\f23b"
}

.icon-optin-monster:before {
    content: "\f23c"
}

.icon-opencart:before {
    content: "\f23d"
}

.icon-expeditedssl:before {
    content: "\f23e"
}

.icon-battery-4:before {
    content: "\f240"
}

.icon-battery-3:before {
    content: "\f241"
}

.icon-battery-2:before {
    content: "\f242"
}

.icon-battery-1:before {
    content: "\f243"
}

.icon-battery-0:before {
    content: "\f244"
}

.icon-mouse-pointer:before {
    content: "\f245"
}

.icon-i-cursor:before {
    content: "\f246"
}

.icon-object-group:before {
    content: "\f247"
}

.icon-object-ungroup:before {
    content: "\f248"
}

.icon-sticky-note:before {
    content: "\f249"
}

.icon-sticky-note-o:before {
    content: "\f24a"
}

.icon-cc-jcb:before {
    content: "\f24b"
}

.icon-cc-diners-club:before {
    content: "\f24c"
}

.icon-clone:before {
    content: "\f24d"
}

.icon-balance-scale:before {
    content: "\f24e"
}

.icon-hourglass-o:before {
    content: "\f250"
}

.icon-hourglass-1:before {
    content: "\f251"
}

.icon-hourglass-2:before {
    content: "\f252"
}

.icon-hourglass-3:before {
    content: "\f253"
}

.icon-hourglass:before {
    content: "\f254"
}

.icon-hand-grab-o:before {
    content: "\f255"
}

.icon-hand-paper-o:before {
    content: "\f256"
}

.icon-hand-scissors-o:before {
    content: "\f257"
}

.icon-hand-lizard-o:before {
    content: "\f258"
}

.icon-hand-spock-o:before {
    content: "\f259"
}

.icon-hand-pointer-o:before {
    content: "\f25a"
}

.icon-hand-peace-o:before {
    content: "\f25b"
}

.icon-trademark:before {
    content: "\f25c"
}

.icon-registered:before {
    content: "\f25d"
}

.icon-creative-commons:before {
    content: "\f25e"
}

.icon-gg:before {
    content: "\f260"
}

.icon-gg-circle:before {
    content: "\f261"
}

.icon-tripadvisor:before {
    content: "\f262"
}

.icon-odnoklassniki:before {
    content: "\f263"
}

.icon-odnoklassniki-square:before {
    content: "\f264"
}

.icon-get-pocket:before {
    content: "\f265"
}

.icon-wikipedia-w:before {
    content: "\f266"
}

.icon-safari:before {
    content: "\f267"
}

.icon-chrome:before {
    content: "\f268"
}

.icon-firefox:before {
    content: "\f269"
}

.icon-opera:before {
    content: "\f26a"
}

.icon-internet-explorer:before {
    content: "\f26b"
}

.icon-television:before {
    content: "\f26c"
}

.icon-contao:before {
    content: "\f26d"
}

.icon-500px:before {
    content: "\f26e"
}

.icon-amazon:before {
    content: "\f270"
}

.icon-calendar-plus-o:before {
    content: "\f271"
}

.icon-calendar-minus-o:before {
    content: "\f272"
}

.icon-calendar-times-o:before {
    content: "\f273"
}

.icon-calendar-check-o:before {
    content: "\f274"
}

.icon-industry:before {
    content: "\f275"
}

.icon-map-pin:before {
    content: "\f276"
}

.icon-map-signs:before {
    content: "\f277"
}

.icon-map-o:before {
    content: "\f278"
}

.icon-map:before {
    content: "\f279"
}

.icon-commenting:before {
    content: "\f27a"
}

.icon-commenting-o:before {
    content: "\f27b"
}

.icon-houzz:before {
    content: "\f27c"
}

.icon-vimeo:before {
    content: "\f27d"
}

.icon-black-tie:before {
    content: "\f27e"
}

.icon-fonticons:before {
    content: "\f280"
}

.container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 78px;
    box-sizing: border-box
}

.container:before,.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

@media only screen and (max-width: 768px) {
    .container {
        padding:0 25px
    }
}

@media only screen and (max-width: 640px) {
    .container {
        margin:0 auto;
        padding: 0 15px
    }
}

.container-big {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 25px
}

.row {
    width: 100%;
    margin: auto;
    *zoom:1}

.row:before,.row:after {
    display: table;
    line-height: 0;
    content: ""
}

.row:after {
    clear: both
}

.row [class*="col-"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    box-sizing: border-box
}

.row [class*="col-"]:first-child {
    margin-left: 0
}

.row .col-12 {
    width: 100%
}

.row .col-11 {
    width: 91.45299145299145%
}

.row .col-10 {
    width: 82.90598290598291%
}

.row .col-9 {
    width: 74.35897435897436%
}

.row .col-8 {
    width: 65.81196581196582%
}

.page-content .row .col-8 {
    width: 63.811966%
}

.row .col-7 {
    width: 57.26495726495726%
}

.row .col-6 {
    width: 48.717948717948715%
}

.row .col-5 {
    width: 40.17094017094017%
}

.row .col-4 {
    width: 31.623931623931625%
}

.page-content .row .col-4 {
    width: 31.623931623931625%;
    margin-left: 4.564103%
}

.row .col-3 {
    width: 23.076923076923077%
}

.row .col-2 {
    width: 14.52991452991453%
}

.row .col-1 {
    width: 5.982905982905983%
}

@media only screen and (max-width: 640px) {
    .row [class*="col-"]:first-child {
        margin-left:0
    }

    .row .controls-row [class*="col-"]+[class*="col-"] {
        margin-left: 0
    }

    .row [class*="col-"] {
        width: 100% !important;
        margin-left: 0 !important;
        *margin-left: 0
    }

    .row img {
        display: block;
        margin: 0 auto
    }
}

.half-column {
    position: relative;
    width: 50%;
    float: left;
    display: block
}

@media only screen and (max-width: 640px) {
    .half-column {
        width:100% !important
    }
}

p {
    line-height: 1.5
}

a {
    color: #69BD45
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-weight: 400
}

h1,h2,h3 {
    margin: 0.83em 0
}

h4,h5,h6 {
    margin: 0.625em 0
}

h1 {
    font-size: 2em;
    color: #52429B;
    margin: 0.75em 0
}

h2 {
    font-size: 1.75em;
    color: #F1582A
}

h3 {
    font-size: 1.5em;
    color: #F7941E
}

h4 {
    font-size: 1.375em
}

h5 {
    font-size: 1em
}

header[role="banner"] {
    background: #007d9a url("images/hdrtoneb.gif") repeat
}

header[role="banner"] .donate-btn {
    position: absolute;
    right: 83px;
    top: 0;
    font-size: 1.125em;
    background-color: #007d9a !important;
}

@media only screen and (max-width: 640px) {
    .home header[role="banner"] .donate-btn {
        top:48px;
        z-index: 900
    }
}

@media only screen and (max-width: 768px) {
    header[role="banner"] .donate-btn {
        right:0
    }
}

@media only screen and (max-width: 640px) {
    header[role="banner"] .donate-btn {
        font-size:1em;
        right: 0
    }
}

header[role="banner"] .container {
    position: relative;

}

.custom-logo-link {
    display: inline-block;
    float: left;
    margin: 27px 0 0 0
}

@media only screen and (max-width: 768px) {
    .custom-logo-link {
        margin:27px 0 8px 0
    }
}

@media only screen and (max-width: 640px) {
    .custom-logo-link {
        margin:13px 0 10px 0
    }
}

.custom-logo-link img {
    /* width: 400px */
}

@media only screen and (max-width: 640px) {
    .custom-logo-link img {
        /* width:245px */
    }
}

#countdown {
    position: absolute;
    right: 80px;
    color: #FFF;
    background: rgba(0,0,0,0.2);
    padding: 0px 10px;
    border-radius: 0 0 10px 10px
}

.home #countdown {
    right: 220px
}

@media only screen and (max-width: 768px) {
    .home #countdown {
        right:130px
    }
}

@media only screen and (max-width: 768px) {
    #countdown {
        right:20px
    }
}

@media only screen and (max-width: 768px) {
    #countdown {
        display:none
    }
}

.cd-segment {
    float: left;
    padding: 0 6px;
    text-align: center;
    color: #F7941E;
    border-right: 1px solid #705fbb
}

.cd-segment:last-child {
    border-right: none
}

.countdown-label {
    display: block;
    font-size: 12px;
    margin-top: -3px;
    color: #FFF
}

.countdown-text {
    position: absolute;
    right: 247px;
    color: #eae7f5;
    font-size: 0.6875em;
    top: 10px;
    text-align: right;
    line-height: 1.2
}

.home .countdown-text {
    display: none
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-nav {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    margin-top: 60px;
    text-align: right;
    z-index: 9999;
    padding-right: 30px;
    line-height: 1;
    margin-bottom: -2px
}

.main-nav.active {
    max-height: 100em;
    background: none;
}

@media only screen and (max-width: 768px) {
    .main-nav {
        max-height:0;
        margin: 0;
        width: 100%;
        padding: 0 8px;
        box-sizing: content-box;
        font-size: 1.125em;
        overflow: hidden;
        position: relative;
        right: 0;
        background: #52429B
    }
}

@media only screen and (max-width: 768px) {
    .main-nav {
        margin-top:0
    }
}

.main-nav ul {
    margin-top: 5px;
    list-style: none;
    position: relative;
    display: inline-table
}

@media only screen and (max-width: 640px) {
    .main-nav ul {
        display:block
    }
}

.main-nav ul:after {
    content: '';
    clear: both;
    display: block
}

.main-nav ul li {
    float: left
}

@media only screen and (max-width: 640px) {
    .main-nav ul li {
        float:none;
        width: 100%;
        text-align: right;
        border-bottom: 1px solid rgba(255,255,255,0.2)
    }
}

.main-nav ul li:hover>ul {
    display: block
}

.main-nav ul li a {
    color: #FFF;
    padding: 8px 13px;
    display: block;
    text-decoration: none;
    border-right: 1px solid #e2e2e2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media only screen and (max-width: 640px) {
    .main-nav ul li a {
        border-right:none;
        padding-right: 0
    }
}

.main-nav ul li a:hover {
    background: #493a89
}

.main-nav ul li:last-child a {
    border-right: none
}

.main-nav ul ul {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 100%;
    z-index: 9999;
    min-width: 220px
}

@media only screen and (max-width: 640px) {
    .main-nav ul ul {
        display:block;
        position: static;
        margin-top: 0;
        padding-top: 0
    }
}

.main-nav ul ul li {
    float: none;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    background: #3b3070
}

@media only screen and (max-width: 640px) {
    .main-nav ul ul li {
        background:inherit
    }
}

.main-nav ul ul li a {
    border-right: none
}

.main-nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0
}

a.cart-btn {
    position: absolute;
    bottom: 3px;
    right: 80px;
    line-height: 1;
    color: #F1582A;
    text-decoration: none;
    font-size: 1.375em
}

@media only screen and (max-width: 768px) {
    a.cart-btn {
        right:27px
    }
}

@media only screen and (max-width: 640px) {
    a.cart-btn {
        position:static
    }
}

.navicon {
    display: none;
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 1.125em;
    color: #998ecf;
    text-decoration: none;
    background: none;
}

@media only screen and (max-width: 768px) {
    .navicon {
        display:block;
        float: right
    }

    .navicon .icon-bars {
        color: #373e42 !important;
    }
}

.navicon .icon-bars {
    color: #FFF;
    position: relative;
    top: 1px;
    font-size: 1.5em
}

.subnav ul {
    margin: 0;
    padding: 0
}

.subnav a {
    color: #74707a;
    font-size: 1em;
    display: block;
    padding: 7px;
    text-decoration: none;
    border-bottom: 1px solid #e2e2e2
}

.subnav a:hover {
    color: #52429B;
    background: #EEEDED
}

.subnav .current-menu-item a {
    color: #52429B;
    background: #EEEDED
}

.subnav .category-list li.active a {
    background-color: #EEEDED;
    text-decoration: none
}

.side-search {
    border-top: 1px solid #fcdab2;
    border-bottom: 1px solid #fcdab2;
    margin: 1em 0;
    padding: 15px 0
}

.no-hand>a {
    cursor: default
}

.menu-more {
    position: relative
}

.menu-more:before {
    position: absolute;
    content: "\25BE";
    right: 12px;
    color: #FFF;
    top: 7px
}

footer .menu-more:before {
    display: none
}

.menu-more>a {
    cursor: default;
    text-decoration: none;
    padding-right: 29px !important
}

footer .menu-more>a {
    padding-right: 0 !important
}

.hero {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: auto
}

.hero h2 {
    color: #FFF;
    font-size: 3em;
    font-weight: 700;
    margin: 0 0 0.5em 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2
}

.hero .btn {
    font-size: 1.5em;
    float: left
}

@media only screen and (max-width: 640px) {
    .hero .btn {
        float:none
    }
}

/*Added on Oct.2,20*/
@media only screen and (max-width: 500px) {
    .hero-content .btn {
        width: 100%;
    }
}

.hero .slide-text {
    position: absolute;
    display: inline-block;
    top: 50px;
    left: 80px;
    padding: 20px;
    max-width: 63%;
    display: inline-block;
    background: rgba(0,0,0,0.5)
}

@media only screen and (max-width: 640px) {
    .hero .slide-text {
        position:relative;
        padding: 10px;
        margin-bottom: 45px;
        background: none;
        text-align: center;
        left: 0;
        width: 100%;
        max-width: 100%
    }

    .hero .slide-text h2 {
        background-color: rgba(0,0,0,0.4);
        padding: 7px;
        margin: 0 20px;
        border-radius: 12px;
        font-size: 1.125em
    }

    .hero .slide-text a,.hero .slide-text p {
        font-size: 0.75em
    }

    .hero .slide-text .btn {
        font-size: 1em
    }

    .hero .slide-text a {
        position: relative;
        top: 15px
    }

    .hero .slide-text p {
        color: inherit
    }
}

.home-logos {
    text-align: center
}

.home-logos img {
    margin: 4em auto;
    max-width: 250px;
    display: block
}

.latest-news {
    margin-top: 2em
}

.latest-news .the-date {
    font-size: 1.5em;
    margin: 0 0 -3px -3px;
    display: inline-block
}

.latest-news p {
    font-size: 0.875em
}

.latest-news h3 {
    background: #52429B;
    color: #FFF;
    display: inline-block;
    padding: 3px 15px
}

.latest-news h4 {
    margin: 0;
    font-size: 1.125em;
    line-height: 1.3
}

.latest-news h4 a {
    text-decoration: none;
    color: inherit
}

.home-board img {
    max-width: 100%;
    height: auto
}

.donate-btn {
    background: #C02032;
    color: #FFF;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.donate-btn:hover {
    background: #dd3648
}

.masthead {
    border-bottom: 1px solid #fbc380;
    margin-bottom: 1.5em;
    line-height: 2.4
}

.masthead .donate-btn {
    float: right;
    padding: 30px
}

@media only screen and (max-width: 640px) {
    .masthead .donate-btn {
        position:relative;
        box-sizing: content-box;
        margin-right: -15px;
        width: 100%;
        padding: 4px 30px
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

.embed-container iframe,.embed-container object,.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.masthead h1 {
    float: left;
    font-weight: 300;
    width: 80%;
    line-height: 1.2;
    padding: 0;
    margin: 33px 0 0 0
}

@media only screen and (max-width: 640px) {
    .masthead h1 {
        margin:15px 0 0 0
    }
}

blockquote {
    position: relative;
    font-style: italic;
    font-weight: 300;
    font-size: 1.375em;
    padding: 0 50px 0 53px;
    margin: 1.5em 0;
    color: #52429B;
    word-break: break-word;
}

blockquote p:first-child {
    position: relative;
    display: inline
}

blockquote p:first-child:before,blockquote p:first-child:after {
    position: absolute;
    font-size: 4.5em;
    font-family: 'Georgia, Times';
    line-height: 1;
    color: #F1582A
}

blockquote p:first-child:before {
    left: -65px;
    top: -15px;
    content: '\201C'
}

blockquote p:first-child:after {
    right: -53px;
    bottom: -66px;
    content: '\201D'
}

blockquote em {
    font-size: 0.8125em;
    text-decoration: none;
    font-style: normal;
    color: #636363;
    margin-top: -15px;
    display: block
}

.page-id-33 .page-content h1 {
    font-weight: 700
}

.faq-container h1 {
    float: none
}

.logo-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.logo-list li {
    display: inline-block;
    vertical-align: middle;
    width: 31.14%;
    margin: 35px 0.8% 35px 0.8%
}

.logo-list li img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block
}

@media only screen and (max-width: 768px) {
    .logo-list li {
        width:47.3%;
        margin: 10px 0.8% 10px 0.8%
    }
}

@media only screen and (max-width: 640px) {
    .logo-list li {
        width:100%;
        margin: 10px 0;
        text-align: center
    }
}

.np-box {
    display: inline-block;
    width: 31.14%;
    margin: 10px 0.8% 15px 0.8%;
    vertical-align: top;
    min-height: 302px;
    border: 1px solid #E6E5E5;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 9px -1px rgba(0,0,0,0.2)
}

@media only screen and (max-width: 768px) {
    .np-box {
        width:47.3%;
        margin: 10px 0.8% 10px 0.8%
    }
}

@media only screen and (max-width: 640px) {
    .np-box {
        width:100%;
        margin: 10px 0;
        text-align: center
    }
}

.np-box:hover {
    border: 1px solid #a8a4a4
}

.np-box img {
    /* border-radius: 5px; */
    max-width: 100%;
    height: auto;
    min-height: 115px
}

.np-box a {
    text-decoration: none;
    color: inherit
}

.np-box a p {
    color: inherit;
    text-decoration: none
}

.np-box .favorites-title {
    background-position: right 10px;
    margin: 0.25em 0 0 0;
    color: #A0A0A1;
    font-size: .6875em;
    border-top: 1px dashed #e2e2e2;
    display: block;
    width: 100%;
    text-align: right;
    cursor: pointer;
    padding-top: 6px
}

.favorites-title {
    display: inline-block;
    background-image: url("../images/icons/fav-heart.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px auto;
    margin: 0.625em 0 0.25em 0;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.favorite-this-icon-w:hover{
    background-image: url("../images/icons/favoriteheart02-active.png");
    background-repeat: no-repeat;
}
.np-title {
    color: #52429B;
    font-size: 1em;
    font-weight: 400;
    line-height: 1
}

.np-info {
    font-size: 0.8125em
}

.left-sidebar {
    font-size: 0.875em
}

.np-single-stats {
    line-height: 1
}

.np-single-stats [class*="-amt"] {
    margin: 3px 0 15px 0;
    display: block;
    font-size: 2em;
    font-weight: 700
}

.np-single-stats .donors-amt {
    color: #F7941E;
    font-size: 3em;
    font-weight: 700
}

.np-single-stats .total-raised-amt {
    background-color: #69BD45;
    color: #FFF;
    padding: 5px 18px 5px 17px;
    margin-top: 2px;
    border-radius: 5px;
    display: inline-block !important
}

.np-single-stats .ind-donations-amt,.np-single-stats .cg-met-amt {
    color: #52429B
}

.np-single-img {
    position: relative;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    border: 2px solid #F7941E;
    box-shadow: 0 14px 5px -8px rgba(0,0,0,0.2);
    margin-bottom: 1em
}

.small-title {
    font-size: 0.875em;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    display: block
}

.share-btn {
    position: relative;
    background: #52429B;
    color: #FFF;
    text-decoration: none;
    padding: 5px 45px 5px 25px;
    border-radius: 3px
}

.share-btn:after {
    position: absolute;
    content: '';
    background: url("images/share_icon.png") no-repeat;
    width: 17px;
    height: 17px;
    right: 20px;
    top: 8px;
    background-size: 100%
}

.social-bugs {
    list-style: none;
    padding: 0;
    margin: 13px 0 0 0
}

.social-bugs a {
    text-decoration: none;
    font-size: 1.25em;
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px;
    color: #FFF;
    border-radius: 3px;
    opacity: 0.8
}

.social-bugs a:hover {
    opacity: 1
}

.social-bugs li {
    float: left;
    margin-right: 10px
}

.social-bugs li:last-child {
    margin-right: 0
}

.social-bugs .facebook {
    background: #3A5795
}

.social-bugs .twitter {
    background: #55ACEE
}

.social-bugs .youtube {
    background: #E62117
}

.np-single-share {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding: 15px 0;
    margin: 20px 0
}

.sidebar-np-single .donate-btn {
    display: block
}

#response_wrapper {
    font-size: 0.75em !important
}

.np-details {
    font-size: 0.875em;
    margin: 1.5em 0;
    padding: 1em 0
}

.np-details .external-link {
    margin-top: 10px;
    display: inline-block
}

.form-link {
    position: relative;
    padding-left: 18px;
    top: 5px
}

.form-link:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'gives-font';
    content: "\f1c1";
    color: #6F6F6F
}

.external-link {
    position: relative;
    padding-left: 18px
}

.external-link:before {
    position: absolute;
    left: 0;
    top: 3px;
    font-family: 'gives-font';
    content: "\f08e";
    color: #6F6F6F;
    font-size: 0.875em
}

.challenge-grant {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding: 2em 0;
    margin: 1em 0
}

.challenge-grant h4 {
    color: #F7941E;
    font-size: 1.25em;
    margin: 0
}

.challenge-grant .from-list {
    font-size: 0.8125em
}

.from-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0
}

.from-list li {
    border-bottom: 1px dashed #CAC3E6;
    padding: 5px 0
}

.from-list li:last-child {
    border-bottom: none
}

.cg-amt {
    color: #52429B;
    font-size: 3em;
    font-weight: 700
}

.favorites-info {
    font-style: italic;
    margin: 0.5em 0;
    color: #6F6F78
}

#stats-section {
    margin-bottom: 2em
}

#stats-section h2 {
    display: inline-block;
    color: #FFF;
    padding: 5px 25px;
    font-weight: 400;
    margin: 0 0 1em 0
}

.total-raised {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px
}

.total-raised span {
    display: block
}

.total-raised .stats-label-sm {
    font-size: 1.125em;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #6C6C70
}

.total-raised .amt-large {
    background-color: #69BD45;
    color: #FFF;
    padding: 5px 23px 5px 21px;
    margin-top: 2px;
    border-radius: 13px;
    display: inline-block !important
}

.total-raised .amt-small {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 2em;
    border-bottom: 1px solid #dad5ed
}

.stats-label-sm {
    font-size: 0.875em;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.amt-large {
    font-size: 4em;
    color: #69BD45;
    margin-bottom: 30px
}
.close-form{
    position: absolute;
    right: -23px;
    top: -23px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}
#post-854 .masthead{
    margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
    .amt-large {
        font-size:3em
    }
}

.amt-small {
    color: #52429B;
    font-size: 1.5em
}

.amt-donors {
    display: block;
    line-height: 1;
    color: #F7941E;
    font-size: 3em;
    font-weight: 700
}

.highcharts_container {
    margin: 0 auto;
}

@media only screen and (max-width: 640px) {
    .leaderboard {
        margin-top:2em
    }
}

ul.totals {
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0
}

ul.totals li {
    text-align: center;
    float: left;
    width: 25%;
    padding: 25px;
    color: #FFF
}

@media only screen and (max-width: 640px) {
    ul.totals li {
        width:100%
    }
}

ul.totals .individual-donations {
    background: #C02032
}

ul.totals .totals-amt {
    display: block;
    line-height: 1;
    font-size: 2.125em;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
    font-weight: 700
}

ul.totals .amt-small {
    color: #FFF;
    font-size: .8125em;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4)
}

ul.totals .avg-donation {
    background: #69BD45
}

ul.totals .largest-donation {
    background: #F7941E
}

ul.totals .days-left {
    background: #52429B
}

.meter {
    margin-top: 15px;
    height: 25px;
    position: relative;
    background: #cac3e6;
    border-radius: 25px;
    padding: 7px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.2)
}

.meter>span {
    display: block;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #69BD45;
    box-shadow: inset 0 2px 9px rgba(255,255,255,0.2),inset 0 -2px 6px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden
}

.meter-labels {
    line-height: 1;
    width: 100%
}

.meter-labels .start {
    margin-top: 18px;
    float: left
}

.meter-labels .end {
    text-align: right;
    float: right
}

.meter-labels.np-meter {
    margin-bottom: -10px
}

.meter-labels.np-meter .start {
    margin-top: 0
}

.np-donate-category {
    width: 48%;
    float: left;
    padding: 15px 1%
}

@media only screen and (max-width: 640px) {
    .np-donate-category {
        width:100%;
        float: none
    }
}

.np-donate-category:nth-of-type(odd) {
    clear: left
}

.np-donate-category h3 {
    margin: 0;
    font-weight: 400;
    border-bottom: 1px solid #fde6ca
}

.donate-np-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.donate-np-list li {
    margin: 0.75em 0
}

.np-donate-amt {
    border: 1px solid #D9D8D9;
    border-radius: 3px;
    padding: 3px;
    max-width: 80px
}

.np-donate-amt:focus {
    outline: none;
    border: 1px solid #fab768
}

.np-donate-amt.error {
    border: 1px solid red;
}

.donation-cart-side {
    border: 1px solid #e2e2e2;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 1em
}

.donation-cart-side h4 {
    font-size: 1.125em
}

.donation-cart-side .total {
    background: #E2E2E2;
    margin: 0 -10px -10px -10px;
    padding: 10px;
    color: #626262;
    font-size: 1.25em
}

.donation-cart-side .total strong {
    color: #2f2f2f
}

.donation-cart-side .delete_btn {
    position: relative;
    color: #d81e29;
    padding: 5px;
    float: right;
    cursor: pointer
}

.donation-cart-side .delete_btn:before {
    visibility: visible;
    position: absolute;
    content: '\2716';
    top: 0;
    right: 0
}

.cart-note {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 5px;
    padding-bottom: 5px
}

.cart-note:last-of-type {
    border-bottom: none
}

.checkout-btn {
    border: none;
    background: #dd3648;
    color: #FFF;
    text-align: center;
    padding: 5px 25px;
    display: block;
    text-decoration: none;
    font-size: 1.25em;
    border-radius: 3px;
    border-bottom: 3px solid #941927;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.checkout-btn:hover {
    background: #C02032
}

.donate-checkout label {
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 0.875em;
    line-height: 1.4
}

.donate-checkout input {
    width: 100%;
    border: 1px solid #afafaf;
    padding: 5px
}
.donate-checkout input.btn {
    margin-left: 0px;
}
.donate-checkout select {
    min-width: 194px;
}

.donate-checkout h3 {
    border-bottom: 1px solid #fcdab2
}

.donate-checkout input[type="radio"],.donate-checkout input[type="checkbox"] {
    width: auto !important;
    margin-right: 7px;
    float: left;
    font-size: 0.875em;
    margin-top: 2px
}

.donate-checkout .form-group {
    margin-bottom: 10px !important;
}

.sandbox_sec{
    text-align: center;
    border: red solid;
    padding: 20px 5px;
}
.sandbox_sec h3{
    color: red;
}
.sandbox_sec h4{
    color: black;
}

#card-holder-name label {
    margin-bottom: 0
}

.input-half {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px
}

.input-half.last {
    margin-right: 0
}

.checkout-page .donation-cart-side {
    margin-top: 2em
}

.checkout-page .info-tooltip {
    position: relative;
    top: 22px;
    font-size: 0.75em
}

.donate-checkout form>div {
    width: 47%;
    padding: 2%;
    float: left;
}

.th-errors-list {
    margin: 0;
    font-size: 11px;
}

.th-errors-list li:before {
    left: -10px !important;
    top: 5px !important;
    width: 5px !important;
    height: 5px !important;
}


.page-id-55 .np-donate-amt {
    margin: 10px
}

#dv_donate_container span.spn-donate-item-wrapper:before {
    padding: 1px 15px
}

.error {
    color: red
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.owl-controls .owl-pagination {
    position: relative;
    bottom: 40px
}
#cboxLoadedContent .popup-body p a{
    color: #fff;
}
@media only screen and (max-width: 640px) {
    .owl-controls .owl-pagination {
        display:none
    }
}

.grabbing {
    cursor: url(images/grabbing.png) 8 8,move
}

.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    margin-bottom: -39px
}

@media only screen and (max-width: 640px) {
    .owl-theme .owl-controls {
        margin-bottom:0
    }
}
+
.owl-theme .owl-controls .owl-buttons div {
    font-family: 'gives-font';
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.33);
    font-size: 1.75em;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 35%;
    zoom:1;*display: inline;
    margin: 5px;
    padding: 10px;
    width: 50px;
    height: 50px;
    filter: Alpha(Opacity=80);
    opacity: 0.8
}

@media only screen and (max-width: 640px) {
    .owl-theme .owl-controls .owl-buttons div {
        font-size:2em;
        padding: 5px;
        width: auto;
        height: auto;
        top: 35%
    }
    .close-form{
        right: 4px;
    }
}

.owl-buttons .owl-prev {
    left: 0
}

.owl-buttons .owl-next {
    right: 0
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom:1;*display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    border-radius: 20px;
    background: #FFF
}

.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url("images/AjaxLoader.gif") no-repeat center center
}

.home-slider .item img {
    display: block;
    width: 100%;
    height: auto
}

.home-slider .item {
    position: relative;
    width: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.nonprofit-slider .slick-next::before{
    content: "\f061" !important;
}

.nonprofit-slider .slick-prev::before{
    content: "\f060" !important;
}
.npr-loader{
    display: none;
}
@media only screen and (max-width: 768px) {
    .home-slider .item {
        min-height:350px
    }
}

@media only screen and (max-width: 640px) {
    .home-slider .item {
        min-height:220px
    }
}

.btn {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin: 0 5px;
    background: #e7691e !important;
    border: 2px solid transparent;
    color: #FFF;
    padding: 10px 25px;
    border-radius: 3px;
    text-decoration: none;
    border-bottom: 3px solid #e7691e !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-left: 2.564102564102564%;
}


.btn:hover {
    background: #be612d;
}

.btn-blue {
    background: #009FC3 !important;
    border-bottom: 3px solid #009FC3 !important;
    text-transform: uppercase;
    font-weight: 800;
}

.btn-blue:hover {
    background: #377b97 !important;
    border-bottom: 3px solid #377b97 !important;

}
.btn.ghost {
    border: 2px solid #FFF;
    background: none;
    color: #FFF;
    text-shadow: none
}

.btn.ghost:hover {
    background: rgba(255,255,255,0.2)
}

.searchform {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.searchform .submit {
    position: absolute;
    right: 6px;
    top: 6px
}

input[type="search"] {
    background: #EEEDED;
    border: 1px solid #d5d3d3;
    border-radius: 3px;
    padding: 5px
}

share-button {
    position: relative;
    font-size: 16px;
    color: #FFF;
    background: #52429B;
    padding: 5px 20px 5px 2.25em;
    border-radius: 5px;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase
}

share-button:hover {
    background: #6958b8
}

share-button:before {
    position: absolute;
    font-family: 'gives-font';
    color: #FFF;
    line-height: 1em;
    left: 1em;
    top: 0.5em;
    content: "\f045";
    width: 1em;
    height: 1em
}

share-button .sb-social {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

share-button .sb-social.sb-center {
    left: 50%
}

share-button .sb-social.sb-center.sb-top {
    top: 0;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%)
}

share-button .sb-social.sb-center.sb-bottom {
    bottom: 0;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%)
}

share-button .sb-social.sb-center.active.sb-top {
    top: -1em
}

share-button .sb-social.sb-center.active.sb-bottom {
    bottom: -1em
}

share-button .sb-social.sb-left {
    left: 50%
}

share-button .sb-social.sb-left.sb-top {
    top: 0;
    -webkit-transform: translate(calc(-100% + 30px), -100%);
    -ms-transform: translate(calc(-100% + 30px), -100%);
    transform: translate(calc(-100% + 30px), -100%)
}

share-button .sb-social.sb-left.sb-middle {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

share-button .sb-social.sb-left.sb-bottom {
    bottom: 0;
    -webkit-transform: translate(calc(-100% + 30px), 100%);
    -ms-transform: translate(calc(-100% + 30px), 100%);
    transform: translate(calc(-100% + 30px), 100%)
}

share-button .sb-social.sb-left.active.sb-top {
    top: -1em
}

share-button .sb-social.sb-left.active.sb-middle {
    left: -1em
}

share-button .sb-social.sb-left.active.sb-bottom {
    bottom: -1em
}

share-button .sb-social.sb-right {
    left: 50%
}

share-button .sb-social.sb-right.sb-top {
    top: 0;
    -webkit-transform: translate(-30px, -100%);
    -ms-transform: translate(-30px, -100%);
    transform: translate(-30px, -100%)
}

share-button .sb-social.sb-right.sb-middle {
    top: 50%;
    left: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

share-button .sb-social.sb-right.sb-bottom {
    bottom: 0;
    -webkit-transform: translate(-30px, 100%);
    -ms-transform: translate(-30px, 100%);
    transform: translate(-30px, 100%)
}

share-button .sb-social.sb-right.active.sb-top {
    top: -1em
}

share-button .sb-social.sb-right.active.sb-middle {
    left: calc(100% + 1em)
}

share-button .sb-social.sb-right.active.sb-bottom {
    bottom: -1em
}

share-button .sb-social.active {
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: visible
}

/*share-button .sb-social.load {
    -webkit-transition: none !important;
    transition: none !important
}*/

@media screen and (max-width: 400px) {
    share-button .sb-social.networks-6.sb-center {
        white-space:initial;
        text-align: center;
        width: 300px
    }
}

@media screen and (max-width: 460px) {
    share-button .sb-social.networks-7.sb-center {
        white-space:initial;
        text-align: center;
        width: 360px
    }
}

@media screen and (max-width: 400px) {
    share-button .sb-social.networks-7.sb-center {
        white-space:initial;
        text-align: center;
        width: 300px
    }
}

@media screen and (max-width: 520px) {
    share-button .sb-social.networks-8.sb-center {
        white-space:initial;
        text-align: center;
        width: 420px
    }
}

@media screen and (max-width: 460px) {
    share-button .sb-social.networks-8.sb-center {
        white-space:initial;
        text-align: center;
        width: 360px
    }
}

@media screen and (max-width: 400px) {
    share-button .sb-social.networks-8.sb-center {
        white-space:initial;
        text-align: center;
        width: 300px
    }
}

share-button .sb-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 0
}

share-button .sb-social ul li {
    position: relative;
    height: 22px;
    width: 60px;
    padding: 12px 0;
    margin: -3px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
    box-sizing: content-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

share-button .sb-social ul li.enabled {
    display: inline-block
}

share-button .sb-social ul li.disabled {
    display: none
}

share-button .sb-social ul li:hover:before {
    opacity: 0
}

share-button .sb-social ul li:hover:after {
    opacity: 0.5
}

share-button .sb-social ul li:before,share-button .sb-social ul li:after {
    content: ' ';
    position: absolute;
    width: inherit;
    height: inherit;
    -webkit-transform: translate(-20%, 0);
    -ms-transform: translate(-20%, 0);
    transform: translate(-20%, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-repeat: no-repeat !important
}

share-button .sb-social ul li:before {
    opacity: 1
}

share-button .sb-social ul li:after {
    opacity: 0
}

share-button .sb-social ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

share-button .sb-social li[class*='email'] {
    background: #42c5b0
}

share-button .sb-social li[class*='email']:before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M18.64%202.634c-.344.12-17.32%206.104-17.656%206.222-.284.1-.347.345-.01.48l3.796%201.52%202.25.9L18.004%203.69c.148-.106.318.097.21.213-.106.117-7.87%208.513-7.87%208.513v.002l-.452.503.6.323%204.98%202.682c.292.156.67.027.753-.334.1-.425%202.845-12.26%202.906-12.524.08-.343-.146-.552-.49-.43zM7%2017.162c0%20.246.14.315.33.14.252-.228%202.85-2.56%202.85-2.56L7%2013.098v4.064z%22%2F%3E%3C%2Fsvg%3E")
}

share-button .sb-social li[class*='email']:after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M18.64%202.634c-.344.12-17.32%206.104-17.656%206.222-.284.1-.347.345-.01.48l3.796%201.52%202.25.9L18.004%203.69c.148-.106.318.097.21.213-.106.117-7.87%208.513-7.87%208.513v.002l-.452.503.6.323%204.98%202.682c.292.156.67.027.753-.334.1-.425%202.845-12.26%202.906-12.524.08-.343-.146-.552-.49-.43zM7%2017.162c0%20.246.14.315.33.14.252-.228%202.85-2.56%202.85-2.56L7%2013.098v4.064z%22%2F%3E%3C%2Fsvg%3E")
}

share-button .sb-social li[class*='facebook'] {
    background: #3b5998
}

share-button .sb-social li[class*='facebook']:before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M288%20192v-38.1c0-17.2%203.8-25.9%2030.5-25.9H352V64h-55.9c-68.5%200-91.1%2031.4-91.1%2085.3V192h-45v64h45v192h83V256h56.4l7.6-64h-64z%22%2F%3E%3C%2Fsvg%3E")
}

share-button .sb-social li[class*='facebook']:after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M288%20192v-38.1c0-17.2%203.8-25.9%2030.5-25.9H352V64h-55.9c-68.5%200-91.1%2031.4-91.1%2085.3V192h-45v64h45v192h83V256h56.4l7.6-64h-64z%22%2F%3E%3C%2Fsvg%3E")
}

share-button .sb-social li[class*='googlePlus'] {
    background: #e34429
}

share-button .sb-social li[class*='googlePlus']:before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M1.99%205.59c0%201.493.498%202.57%201.48%203.204.807.52%201.74.598%202.227.598.118%200%20.213-.006.28-.01%200%200-.155%201.004.59%201.996H6.53c-1.29%200-5.493.27-5.493%203.727%200%203.516%203.86%203.695%204.635%203.695.06%200%20.097-.002.097-.002.007%200%20.062.002.157.002.497%200%201.782-.062%202.975-.643%201.548-.75%202.333-2.06%202.333-3.885%200-1.764-1.196-2.814-2.07-3.582-.532-.47-.993-.873-.993-1.266%200-.4.337-.7.762-1.082.69-.615%201.34-1.492%201.34-3.15%200-1.457-.19-2.436-1.355-3.057.12-.062.55-.107.762-.137.63-.086%201.554-.184%201.554-.7V1.2h-4.6c-.046.002-4.65.172-4.65%204.39zm7.422%209.01c.088%201.406-1.115%202.443-2.922%202.574-1.834.135-3.344-.69-3.432-2.096-.043-.676.254-1.336.835-1.863.59-.533%201.398-.863%202.278-.928.106-.007.21-.013.31-.013%201.7%200%202.85%201%202.934%202.325zm-1.2-9.976c.45%201.588-.23%203.246-1.317%203.553-.125.034-.253.05-.384.05-.993%200-1.98-1.005-2.344-2.392-.204-.776-.187-1.458.047-2.112.23-.645.643-1.078%201.163-1.225.125-.034.254-.052.385-.052%201.2%200%201.973.498%202.45%202.178zM16%208V5h-2v3h-3v2h3v3h2v-3h3V8h-3z%22%2F%3E%3C%2Fsvg%3E")
}

share-button .sb-social li[class*='googlePlus']:after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M1.99%205.59c0%201.493.498%202.57%201.48%203.204.807.52%201.74.598%202.227.598.118%200%20.213-.006.28-.01%200%200-.155%201.004.59%201.996H6.53c-1.29%200-5.493.27-5.493%203.727%200%203.516%203.86%203.695%204.635%203.695.06%200%20.097-.002.097-.002.007%200%20.062.002.157.002.497%200%201.782-.062%202.975-.643%201.548-.75%202.333-2.06%202.333-3.885%200-1.764-1.196-2.814-2.07-3.582-.532-.47-.993-.873-.993-1.266%200-.4.337-.7.762-1.082.69-.615%201.34-1.492%201.34-3.15%200-1.457-.19-2.436-1.355-3.057.12-.062.55-.107.762-.137.63-.086%201.554-.184%201.554-.7V1.2h-4.6c-.046.002-4.65.172-4.65%204.39zm7.422%209.01c.088%201.406-1.115%202.443-2.922%202.574-1.834.135-3.344-.69-3.432-2.096-.043-.676.254-1.336.835-1.863.59-.533%201.398-.863%202.278-.928.106-.007.21-.013.31-.013%201.7%200%202.85%201%202.934%202.325zm-1.2-9.976c.45%201.588-.23%203.246-1.317%203.553-.125.034-.253.05-.384.05-.993%200-1.98-1.005-2.344-2.392-.204-.776-.187-1.458.047-2.112.23-.645.643-1.078%201.163-1.225.125-.034.254-.052.385-.052%201.2%200%201.973.498%202.45%202.178zM16%208V5h-2v3h-3v2h3v3h2v-3h3V8h-3z%22%2F%3E%3C%2Fsvg%3E")
}

share-button .sb-social li[class*='linkedin'] {
    background: #4875b4
}

share-button .sb-social li[class*='linkedin']:before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M5%203c0%201.1-.7%202-2%202-1.2%200-2-.9-2-1.9C1%202%201.8%201%203%201s2%20.9%202%202zM1%2019h4V6H1v13zM14.6%206.2c-2.1%200-3.3%201.2-3.8%202h-.1l-.2-1.7H6.9c0%201.1.1%202.4.1%203.9V19h4v-7.1c0-.4%200-.7.1-1%20.3-.7.8-1.6%201.9-1.6%201.4%200%202%201.2%202%202.8V19h4v-7.4c0-3.7-1.9-5.4-4.4-5.4z%22%2F%3E%3C%2Fsvg%3E")
}

share-button .sb-social li[class*='linkedin']:after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M5%203c0%201.1-.7%202-2%202-1.2%200-2-.9-2-1.9C1%202%201.8%201%203%201s2%20.9%202%202zM1%2019h4V6H1v13zM14.6%206.2c-2.1%200-3.3%201.2-3.8%202h-.1l-.2-1.7H6.9c0%201.1.1%202.4.1%203.9V19h4v-7.1c0-.4%200-.7.1-1%20.3-.7.8-1.6%201.9-1.6%201.4%200%202%201.2%202%202.8V19h4v-7.4c0-3.7-1.9-5.4-4.4-5.4z%22%2F%3E%3C%2Fsvg%3E")
}

share-button .sb-social li[class*='pinterest'] {
    background: #c5282f
}

share-button .sb-social li[class*='pinterest']:before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M8.617%2013.227C8.09%2015.98%207.45%2018.62%205.55%2020c-.587-4.162.86-7.287%201.533-10.605-1.147-1.93.138-5.812%202.555-4.855%202.975%201.176-2.576%207.172%201.15%207.922%203.89.78%205.48-6.75%203.066-9.2C10.37-.274%203.708%203.18%204.528%208.246c.2%201.238%201.478%201.613.51%203.322-2.23-.494-2.896-2.254-2.81-4.6.138-3.84%203.45-6.527%206.77-6.9%204.202-.47%208.145%201.543%208.69%205.494.613%204.462-1.896%209.294-6.39%208.946-1.217-.095-1.727-.7-2.68-1.28z%22%2F%3E%3C%2Fsvg%3E")
}

share-button .sb-social li[class*='pinterest']:after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M8.617%2013.227C8.09%2015.98%207.45%2018.62%205.55%2020c-.587-4.162.86-7.287%201.533-10.605-1.147-1.93.138-5.812%202.555-4.855%202.975%201.176-2.576%207.172%201.15%207.922%203.89.78%205.48-6.75%203.066-9.2C10.37-.274%203.708%203.18%204.528%208.246c.2%201.238%201.478%201.613.51%203.322-2.23-.494-2.896-2.254-2.81-4.6.138-3.84%203.45-6.527%206.77-6.9%204.202-.47%208.145%201.543%208.69%205.494.613%204.462-1.896%209.294-6.39%208.946-1.217-.095-1.727-.7-2.68-1.28z%22%2F%3E%3C%2Fsvg%3E")
}

share-button .sb-social li[class*='reddit'] {
    background: #a1caf2
}

share-button .sb-social li[class*='reddit']:before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20426.66%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M478.905%20196.556c0-4.5-1.028-8.933-3.268-13.09l-.053-.053-.026-.06c-3.004-6.198-7.72-10.862-13.4-14.05-5.677-3.19-12.317-4.836-18.983-4.836-6.02%200-12.016%201.363-17.338%204.038%2016.916%2014.677%2031.765%2032.37%2041.37%2053.128%203.08-2.668%205.717-5.97%207.68-9.604%202.57-4.785%204.018-10.186%204.018-15.475zm-33.635%2073.442c0-18.484-6.653-36.98-17.43-51.94-21.476-29.868-54.82-49.38-89.497-60.243l-.25-.118c-6.64-2.05-13.373-3.808-20.158-5.402-20.263-4.61-41.026-6.884-61.796-6.884-27.874%200-55.738%204.1-82.43%2012.347-34.67%2011.034-68.108%2030.375-89.557%2060.36v.054C73.29%20233.138%2066.92%20251.74%2066.92%20270.226c0%206.824.857%2013.648%202.655%2020.315h.02c3.906%2014.834%2011.54%2028.153%2021.416%2039.76%209.875%2011.542%2021.99%2021.45%2034.736%2029.525%202.82%201.766%205.652%203.412%208.55%205.06%2037.01%2020.645%2079.63%2029.695%20121.947%2029.695%207.146%200%2014.354-.224%2021.455-.737%2042.62-3.518%2085.41-16.1%20119.995-41.804h.013c11.015-8.145%2021.212-18.05%2029.288-29.25%208.09-11.21%2014.018-23.715%2016.653-37.31v-.067h.012c1.093-5.126%201.607-10.238%201.607-15.416zM86.078%20168.736c-5.514-2.562-11.212-4.387-16.845-4.387-.94%200-1.896.057-2.846.17h-.27c-8.09.23-16.25%203.754-22.377%209.445-6.133%205.633-10.19%2013.2-10.494%2021.62v.053l-.013.06c-.06.684-.08%201.362-.08%201.988%200%205.178%201.59%2010.184%204.276%2014.735%201.994%203.414%204.602%206.483%207.554%209.158%209.453-20.703%2024.222-38.226%2041.093-52.844zM390.448%2058.2c0%20.566%200%201.14.066%201.706v.112c.25%207.167%203.637%2013.827%208.788%2018.774%205.164%204.895%2012.016%207.964%2018.972%207.964h.185l1.5.06c7.01%200%2013.98-3.017%2019.21-7.91%205.242-4.948%208.707-11.66%208.983-18.888v-.053c.053-.572.08-1.08.08-1.653%200-7.45-3.48-14.505-8.933-19.795-5.414-5.237-12.713-8.478-19.92-8.478-2.318%200-4.61.34-6.877%201.026l-.053.053h-.08c-5.928%201.534-11.487%205.177-15.48%2010.07-4.017%204.835-6.44%2010.81-6.44%2017.01zm121.447%20134.937v.06c.08%201.14.105%202.22.105%203.36%200%2012.396-3.992%2024.405-10.646%2034.523-6.218%209.5-14.782%2017.47-24.637%2022.818.633%204.94%201%209.947%201%2014.9-.025%2026.798-9.247%2053.135-25.334%2074.24h-.026c-29.735%2039.538-75.373%2062.857-121.46%2074.583h-.012l-.04.055c-24.57%205.98-49.906%208.985-75.247%208.985-37.766%200-75.512-6.772-110.722-20.923h-.046c-36.508-15.085-71.296-38.97-92.633-74.016-11.475-18.72-17.772-40.683-17.772-62.685%200-5.006.33-10.013%201-14.913-9.617-5.454-17.937-13.082-24.116-22.238C4.71%20221.976.532%20210.487%200%20198.314v-.224c.013-17.068%207.424-33.228%2018.945-45.11%2011.52-11.95%2027.252-19.743%2044.136-19.743h.7c1.76-.12%203.558-.172%205.343-.172%208.478%200%2016.976%201.364%2025.045%204.493h.086c6.89%202.904%2013.734%206.43%2019.834%2011.265%201.977-1.02%204.13-2.22%206.555-3.13%2036.982-21.902%2079.958-30.32%20121.848-32.766.363-20.764%202.91-42.495%2013.03-61.5%208.426-15.81%2023.05-28.102%2040.48-32.37h.158c6.627-1.305%2013.32-1.877%2019.96-1.877%2017.706%200%2035.19%204.156%2051.565%2010.698%207.233-10.922%2017.575-19.46%2029.71-24.235l.118-.06.106-.053C404.73%201.31%20412.266%200%20419.83%200c7.956%200%2015.98%201.482%2023.503%204.835v-.053l.026.053.13.06c10.79%204.157%2019.92%2011.83%2026.39%2021.33%206.47%209.618%2010.29%2021.105%2010.29%2032.884%200%202.16-.133%204.32-.384%206.54l-.013.06-.026.11c-1.265%2015.25-8.985%2028.617-19.92%2038.116-11%209.617-25.243%2015.42-39.867%2015.42-2.345%200-4.716-.17-7.06-.46-14.507-1.134-28.024-8.13-37.958-18.604-9.974-10.408-16.39-24.347-16.39-39.36%200-.685.066-1.48.093-2.166-13.623-6.087-28.062-11.094-42.437-11.094-2.068%200-4.15.12-6.23.343h-.027c-10.75%201.027-20.75%207.793-25.597%2017.522v.053c-7.365%2014.342-8.814%2031.067-9.038%2047.733%2041.224%202.675%2082.71%2012.575%20119.087%2033.45h.054l.527.343c.686.396%201.95%201.08%203.123%201.707%202.49-2.05%205.14-4.098%208.155-5.916%2011.028-7.338%2024.085-10.98%2037.154-10.98%205.81%200%2011.62.737%2017.26%202.16h.013l.225.06.224.06c13.307%203.41%2025.36%2011.033%2034.426%2021.33%209.05%2010.354%2015.15%2023.384%2016.337%2037.6zm-345.39%2080.38h.15c3.254%201.198%206.606%201.765%209.934%201.765%208.285%200%2016.34-3.347%2022.44-8.866%206.094-5.573%2010.258-13.426%2010.258-22.358l-.015-.737.033-1.315c0-8.867-4.11-16.785-10.145-22.292-6.053-5.64-14.09-9.05-22.41-9.05-2.22%200-4.492.288-6.7.796h-.124c-11.008%202.34-20.678%2010.466-24.24%2021.73l-.015.066c-1.02%203.057-1.494%206.244-1.494%209.38%200%206.93%202.272%2013.597%206.198%2019.17%203.887%205.4%209.4%209.67%2016.008%2011.66m179.218%2041.42c-2.635-1.713-5.665-2.74-8.88-2.74-2.582%200-5.27.737-7.654%202.345-22.62%2013.48-49.234%2020.87-75.644%2020.87-19.82%200-39.524-4.15-57.37-12.91l-.092-.054-.085-.053c-2.688-1.08-5.758-3.426-9.104-5.64-1.7-1.132-3.47-2.213-5.44-3.017-1.942-.855-4.103-1.423-6.41-1.423-1.91%200-3.92.462-5.9%201.305l-.303.118h.013c-3.107%201.2-5.538%203.413-7.106%205.97-1.634%202.687-2.438%205.743-2.438%208.826%200%202.794.66%205.574%202.016%208.077%201.29%202.384%203.274%204.49%205.876%205.86%2025.514%2017.233%2055.545%2025.03%2085.702%2024.967%2027.187%200%2054.538-6.258%2078.885-17.747l.132-.054.132-.052c3.2-1.95%207.47-3.65%2011.486-6.087%202.003-1.317%203.94-2.74%205.612-4.678%201.66-1.87%203.003-4.204%203.767-6.997.304-1.252.462-2.45.462-3.584%200-2.267-.567-4.428-1.49-6.378-1.373-2.844-3.585-5.215-6.168-6.928zm20.473-82.5c1.318%203.372%201.91%206.89%201.91%2010.354%200%206.942-2.41%2013.78-6.455%2019.287-3.992%205.468-9.657%209.67-16.323%2011.555l-.146.053h-.09c-3.11%201.08-6.326%201.594-9.488%201.594-7.457%200-14.756-2.677-20.605-7.274-5.797-4.56-10.197-11.093-11.567-18.84h-.012l-.014-.105-.026-.064h.026c-.435-1.99-.658-3.98-.658-5.97%200-6.718%202.292-13.2%206.073-18.496%203.766-5.342%209.075-9.55%2015.294-11.712h.093c3.518-1.31%207.232-1.99%2010.896-1.99%206.692%200%2013.28%202.043%2018.84%205.745%205.48%203.637%209.934%208.985%2012.173%2015.65l.053.106.04.103h-.016z%22%2F%3E%3C%2Fsvg%3E")
}

share-button .sb-social li[class*='reddit']:after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20426.66%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M478.905%20196.556c0-4.5-1.028-8.933-3.268-13.09l-.053-.053-.026-.06c-3.004-6.198-7.72-10.862-13.4-14.05-5.677-3.19-12.317-4.836-18.983-4.836-6.02%200-12.016%201.363-17.338%204.038%2016.916%2014.677%2031.765%2032.37%2041.37%2053.128%203.08-2.668%205.717-5.97%207.68-9.604%202.57-4.785%204.018-10.186%204.018-15.475zm-33.635%2073.442c0-18.484-6.653-36.98-17.43-51.94-21.476-29.868-54.82-49.38-89.497-60.243l-.25-.118c-6.64-2.05-13.373-3.808-20.158-5.402-20.263-4.61-41.026-6.884-61.796-6.884-27.874%200-55.738%204.1-82.43%2012.347-34.67%2011.034-68.108%2030.375-89.557%2060.36v.054C73.29%20233.138%2066.92%20251.74%2066.92%20270.226c0%206.824.857%2013.648%202.655%2020.315h.02c3.906%2014.834%2011.54%2028.153%2021.416%2039.76%209.875%2011.542%2021.99%2021.45%2034.736%2029.525%202.82%201.766%205.652%203.412%208.55%205.06%2037.01%2020.645%2079.63%2029.695%20121.947%2029.695%207.146%200%2014.354-.224%2021.455-.737%2042.62-3.518%2085.41-16.1%20119.995-41.804h.013c11.015-8.145%2021.212-18.05%2029.288-29.25%208.09-11.21%2014.018-23.715%2016.653-37.31v-.067h.012c1.093-5.126%201.607-10.238%201.607-15.416zM86.078%20168.736c-5.514-2.562-11.212-4.387-16.845-4.387-.94%200-1.896.057-2.846.17h-.27c-8.09.23-16.25%203.754-22.377%209.445-6.133%205.633-10.19%2013.2-10.494%2021.62v.053l-.013.06c-.06.684-.08%201.362-.08%201.988%200%205.178%201.59%2010.184%204.276%2014.735%201.994%203.414%204.602%206.483%207.554%209.158%209.453-20.703%2024.222-38.226%2041.093-52.844zM390.448%2058.2c0%20.566%200%201.14.066%201.706v.112c.25%207.167%203.637%2013.827%208.788%2018.774%205.164%204.895%2012.016%207.964%2018.972%207.964h.185l1.5.06c7.01%200%2013.98-3.017%2019.21-7.91%205.242-4.948%208.707-11.66%208.983-18.888v-.053c.053-.572.08-1.08.08-1.653%200-7.45-3.48-14.505-8.933-19.795-5.414-5.237-12.713-8.478-19.92-8.478-2.318%200-4.61.34-6.877%201.026l-.053.053h-.08c-5.928%201.534-11.487%205.177-15.48%2010.07-4.017%204.835-6.44%2010.81-6.44%2017.01zm121.447%20134.937v.06c.08%201.14.105%202.22.105%203.36%200%2012.396-3.992%2024.405-10.646%2034.523-6.218%209.5-14.782%2017.47-24.637%2022.818.633%204.94%201%209.947%201%2014.9-.025%2026.798-9.247%2053.135-25.334%2074.24h-.026c-29.735%2039.538-75.373%2062.857-121.46%2074.583h-.012l-.04.055c-24.57%205.98-49.906%208.985-75.247%208.985-37.766%200-75.512-6.772-110.722-20.923h-.046c-36.508-15.085-71.296-38.97-92.633-74.016-11.475-18.72-17.772-40.683-17.772-62.685%200-5.006.33-10.013%201-14.913-9.617-5.454-17.937-13.082-24.116-22.238C4.71%20221.976.532%20210.487%200%20198.314v-.224c.013-17.068%207.424-33.228%2018.945-45.11%2011.52-11.95%2027.252-19.743%2044.136-19.743h.7c1.76-.12%203.558-.172%205.343-.172%208.478%200%2016.976%201.364%2025.045%204.493h.086c6.89%202.904%2013.734%206.43%2019.834%2011.265%201.977-1.02%204.13-2.22%206.555-3.13%2036.982-21.902%2079.958-30.32%20121.848-32.766.363-20.764%202.91-42.495%2013.03-61.5%208.426-15.81%2023.05-28.102%2040.48-32.37h.158c6.627-1.305%2013.32-1.877%2019.96-1.877%2017.706%200%2035.19%204.156%2051.565%2010.698%207.233-10.922%2017.575-19.46%2029.71-24.235l.118-.06.106-.053C404.73%201.31%20412.266%200%20419.83%200c7.956%200%2015.98%201.482%2023.503%204.835v-.053l.026.053.13.06c10.79%204.157%2019.92%2011.83%2026.39%2021.33%206.47%209.618%2010.29%2021.105%2010.29%2032.884%200%202.16-.133%204.32-.384%206.54l-.013.06-.026.11c-1.265%2015.25-8.985%2028.617-19.92%2038.116-11%209.617-25.243%2015.42-39.867%2015.42-2.345%200-4.716-.17-7.06-.46-14.507-1.134-28.024-8.13-37.958-18.604-9.974-10.408-16.39-24.347-16.39-39.36%200-.685.066-1.48.093-2.166-13.623-6.087-28.062-11.094-42.437-11.094-2.068%200-4.15.12-6.23.343h-.027c-10.75%201.027-20.75%207.793-25.597%2017.522v.053c-7.365%2014.342-8.814%2031.067-9.038%2047.733%2041.224%202.675%2082.71%2012.575%20119.087%2033.45h.054l.527.343c.686.396%201.95%201.08%203.123%201.707%202.49-2.05%205.14-4.098%208.155-5.916%2011.028-7.338%2024.085-10.98%2037.154-10.98%205.81%200%2011.62.737%2017.26%202.16h.013l.225.06.224.06c13.307%203.41%2025.36%2011.033%2034.426%2021.33%209.05%2010.354%2015.15%2023.384%2016.337%2037.6zm-345.39%2080.38h.15c3.254%201.198%206.606%201.765%209.934%201.765%208.285%200%2016.34-3.347%2022.44-8.866%206.094-5.573%2010.258-13.426%2010.258-22.358l-.015-.737.033-1.315c0-8.867-4.11-16.785-10.145-22.292-6.053-5.64-14.09-9.05-22.41-9.05-2.22%200-4.492.288-6.7.796h-.124c-11.008%202.34-20.678%2010.466-24.24%2021.73l-.015.066c-1.02%203.057-1.494%206.244-1.494%209.38%200%206.93%202.272%2013.597%206.198%2019.17%203.887%205.4%209.4%209.67%2016.008%2011.66m179.218%2041.42c-2.635-1.713-5.665-2.74-8.88-2.74-2.582%200-5.27.737-7.654%202.345-22.62%2013.48-49.234%2020.87-75.644%2020.87-19.82%200-39.524-4.15-57.37-12.91l-.092-.054-.085-.053c-2.688-1.08-5.758-3.426-9.104-5.64-1.7-1.132-3.47-2.213-5.44-3.017-1.942-.855-4.103-1.423-6.41-1.423-1.91%200-3.92.462-5.9%201.305l-.303.118h.013c-3.107%201.2-5.538%203.413-7.106%205.97-1.634%202.687-2.438%205.743-2.438%208.826%200%202.794.66%205.574%202.016%208.077%201.29%202.384%203.274%204.49%205.876%205.86%2025.514%2017.233%2055.545%2025.03%2085.702%2024.967%2027.187%200%2054.538-6.258%2078.885-17.747l.132-.054.132-.052c3.2-1.95%207.47-3.65%2011.486-6.087%202.003-1.317%203.94-2.74%205.612-4.678%201.66-1.87%203.003-4.204%203.767-6.997.304-1.252.462-2.45.462-3.584%200-2.267-.567-4.428-1.49-6.378-1.373-2.844-3.585-5.215-6.168-6.928zm20.473-82.5c1.318%203.372%201.91%206.89%201.91%2010.354%200%206.942-2.41%2013.78-6.455%2019.287-3.992%205.468-9.657%209.67-16.323%2011.555l-.146.053h-.09c-3.11%201.08-6.326%201.594-9.488%201.594-7.457%200-14.756-2.677-20.605-7.274-5.797-4.56-10.197-11.093-11.567-18.84h-.012l-.014-.105-.026-.064h.026c-.435-1.99-.658-3.98-.658-5.97%200-6.718%202.292-13.2%206.073-18.496%203.766-5.342%209.075-9.55%2015.294-11.712h.093c3.518-1.31%207.232-1.99%2010.896-1.99%206.692%200%2013.28%202.043%2018.84%205.745%205.48%203.637%209.934%208.985%2012.173%2015.65l.053.106.04.103h-.016z%22%2F%3E%3C%2Fsvg%3E")
}

share-button .sb-social li[class*='twitter'] {
    background: #6cdfea
}

share-button .sb-social li[class*='twitter']:before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M17.316%206.246c.008.162.01.326.01.488%200%204.99-3.796%2010.742-10.74%2010.742-2.132%200-4.115-.625-5.786-1.697.296.033.596.05.9.05%201.77%200%203.397-.603%204.688-1.614-1.65-.03-3.046-1.12-3.526-2.62.23.042.467.065.71.065.345%200%20.68-.044.995-.13C2.84%2011.18%201.54%209.658%201.54%207.828V7.78c.508.284%201.09.454%201.71.474-1.014-.678-1.68-1.832-1.68-3.143%200-.69.185-1.34.51-1.896C3.943%205.498%206.726%207%209.863%207.158c-.064-.277-.097-.564-.097-.86%200-2.085%201.69-3.774%203.774-3.774%201.085%200%202.066.457%202.755%201.19.86-.17%201.667-.483%202.397-.915-.282.88-.88%201.62-1.66%202.086.764-.092%201.49-.293%202.168-.594-.506.758-1.146%201.422-1.884%201.953z%22%2F%3E%3C%2Fsvg%3E")
}

share-button .sb-social li[class*='twitter']:after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M17.316%206.246c.008.162.01.326.01.488%200%204.99-3.796%2010.742-10.74%2010.742-2.132%200-4.115-.625-5.786-1.697.296.033.596.05.9.05%201.77%200%203.397-.603%204.688-1.614-1.65-.03-3.046-1.12-3.526-2.62.23.042.467.065.71.065.345%200%20.68-.044.995-.13C2.84%2011.18%201.54%209.658%201.54%207.828V7.78c.508.284%201.09.454%201.71.474-1.014-.678-1.68-1.832-1.68-3.143%200-.69.185-1.34.51-1.896C3.943%205.498%206.726%207%209.863%207.158c-.064-.277-.097-.564-.097-.86%200-2.085%201.69-3.774%203.774-3.774%201.085%200%202.066.457%202.755%201.19.86-.17%201.667-.483%202.397-.915-.282.88-.88%201.62-1.66%202.086.764-.092%201.49-.293%202.168-.594-.506.758-1.146%201.422-1.884%201.953z%22%2F%3E%3C%2Fsvg%3E")
}

share-button .sb-social li[class*='whatsapp'] {
    background: #4dc247
}

share-button .sb-social li[class*='whatsapp']:before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2087%2088%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22fill%3A%23fff%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M61.623%2051.83c-.94-.515-5.562-3.01-6.428-3.363-.867-.35-1.5-.535-2.173.4-.675.934-2.593%203.023-3.175%203.642-.583.615-1.144.672-2.084.16-.94-.516-3.99-1.646-7.525-5.045-2.752-2.645-4.557-5.854-5.08-6.834-.526-.977-.005-1.477.493-1.936.45-.413%201-1.084%201.5-1.625.5-.54.678-.934%201.02-1.563.343-.625.204-1.19-.017-1.678-.222-.49-1.962-5.276-2.687-7.223-.725-1.946-1.537-1.657-2.095-1.678-.557-.023-1.194-.126-1.833-.15-.637-.024-1.684.176-2.6%201.104-.912.922-3.474%203.147-3.65%207.862-.174%204.713%203.084%209.395%203.538%2010.05.456.658%206.23%2010.875%2015.823%2015.075%209.596%204.2%209.645%202.92%2011.406%202.826%201.763-.09%205.756-2.104%206.638-4.31.884-2.205.955-4.125.73-4.532-.225-.408-.855-.673-1.794-1.188m-17.6%2022.714c-6.345%200-12.253-1.903-17.187-5.163L14.84%2073.22l3.902-11.6C15%2056.466%2012.79%2050.137%2012.79%2043.3c0-17.226%2014.014-31.24%2031.24-31.24%2017.224%200%2031.24%2014.012%2031.24%2031.24%200%2017.226-14.016%2031.24-31.24%2031.24M6.5%2043.3c0%207.09%201.968%2013.72%205.384%2019.38L5.11%2082.808l20.78-6.65c5.375%202.972%2011.558%204.667%2018.137%204.667%2020.725%200%2037.528-16.802%2037.528-37.525%200-20.727-16.804-37.528-37.53-37.528-20.723%200-37.523%2016.8-37.523%2037.527z%22%2F%3E%3C%2Fsvg%3E")
}

share-button .sb-social li[class*='whatsapp']:after {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2087%2088%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22fill%3A%23000%3B%22%20height%3D%22%22%20width%3D%22%22%3E%20%3Cpath%20d%3D%22M61.623%2051.83c-.94-.515-5.562-3.01-6.428-3.363-.867-.35-1.5-.535-2.173.4-.675.934-2.593%203.023-3.175%203.642-.583.615-1.144.672-2.084.16-.94-.516-3.99-1.646-7.525-5.045-2.752-2.645-4.557-5.854-5.08-6.834-.526-.977-.005-1.477.493-1.936.45-.413%201-1.084%201.5-1.625.5-.54.678-.934%201.02-1.563.343-.625.204-1.19-.017-1.678-.222-.49-1.962-5.276-2.687-7.223-.725-1.946-1.537-1.657-2.095-1.678-.557-.023-1.194-.126-1.833-.15-.637-.024-1.684.176-2.6%201.104-.912.922-3.474%203.147-3.65%207.862-.174%204.713%203.084%209.395%203.538%2010.05.456.658%206.23%2010.875%2015.823%2015.075%209.596%204.2%209.645%202.92%2011.406%202.826%201.763-.09%205.756-2.104%206.638-4.31.884-2.205.955-4.125.73-4.532-.225-.408-.855-.673-1.794-1.188m-17.6%2022.714c-6.345%200-12.253-1.903-17.187-5.163L14.84%2073.22l3.902-11.6C15%2056.466%2012.79%2050.137%2012.79%2043.3c0-17.226%2014.014-31.24%2031.24-31.24%2017.224%200%2031.24%2014.012%2031.24%2031.24%200%2017.226-14.016%2031.24-31.24%2031.24M6.5%2043.3c0%207.09%201.968%2013.72%205.384%2019.38L5.11%2082.808l20.78-6.65c5.375%202.972%2011.558%204.667%2018.137%204.667%2020.725%200%2037.528-16.802%2037.528-37.525%200-20.727-16.804-37.528-37.53-37.528-20.723%200-37.523%2016.8-37.523%2037.527z%22%2F%3E%3C%2Fsvg%3E")
}

.the-date {
    color: #52429B;
    font-weight: 600
}

.news-sidebar {
    list-style: none;
    margin: 1.5em 0 0 0;
    padding: 0
}

.news-sidebar ul {
    list-style: none;
    padding: 0
}

.news-sidebar h3 {
    font-size: 1em;
    margin: 0 0 1em 0
}

.alignnone {
    margin: 10px
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 15px 0 15px 15px
}

.alignleft {
    float: left;
    margin: 15px 15px 15px 0
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.wp-caption {
    position: relative;
    width: 100%;
    padding: 0;
    text-align: center;
    box-shadow: 0 10px 5px -5px rgba(0,0,0,0.3)
}

.wp-caption img {
    display: block;
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 3px
}

.wp-caption.alignnone {
    margin: 15px
}

.wp-caption.alignright {
    margin: 15px 0 15px 15px
}

.wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    font-size: 0.875em;
    font-style: italic;
    line-height: 1.3;
    margin: 0;
    padding: 5px;
    border-radius: 0 0 4px 3px
}

.form-allowed-tags {
    display: none
}

footer {
    padding: 1em 0;
    background: #23282D;
    color: #FFF;
    margin-top: 2em
}

footer .mcw-logo {
    max-width: 100%;
    height: auto;
    margin-top: 1.5em;
    display: block
}

footer p {
    font-size: 0.875em
}

@media only screen and (max-width: 640px) {
    footer p {
        text-align:center
    }
}

.site-map {
    list-style: none;
    padding: 0;
    font-size: 0.75em;
    margin: 17px -10px 0 0
}

@media only screen and (max-width: 640px) {
    .site-map {
        text-align:center;
        border-bottom: 1px solid #39424a;
        border-top: 1px solid #39424a;
        padding: 1em 0;
        margin: 1em 0
    }
}

.site-map li {
    margin-bottom: 2px
}

.site-map a {
    color: inherit
}

.site-map ul {
    list-style: none;
    padding: 0
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after,a[href^="#"]: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
    }
}


.thank-you-share-container {
    width: 235px;
    text-align: center;
    margin: 0px auto;
}

.addthis_inline_share_toolbox_nh0q {
    display: inline-block;
}

.at-share-tbx-element {
    position: relative;
    margin: 0px;
    color: rgb(255, 255, 255);
    font-size: 0px;
}

.at-share-tbx-element,
.at-share-tbx-element .at-share-btn {
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    padding: 0px;
    line-height: 0;
}

.addthis-smartlayers,
div#at4-follow,
div#at4-share,
div#at4-thankyou,
div#at4-whatsnext {
    padding: 0px;
    margin: 0px;
}

.at4-show {
    display: block;
    opacity: 1;
}

.addthis-animated {
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    animation-duration: 0.3s;
}

.at4-visually-hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0px;
    border: 0px;
    overflow: hidden;
}

.at-icon-wrapper {
    display: inline-block;
    overflow: hidden;
}

.at-share-tbx-element .at-share-btn {
    cursor: pointer;
    margin: 0px 5px 5px 0px;
    display: inline-block;
    overflow: hidden;
    border: 0px;
    text-decoration: none;
    text-transform: none;
    background-color: transparent;
    color: inherit;
    transition: all 0.2s ease-in-out 0s;
}

.at-share-tbx-element .at-share-btn:focus,
.at-share-tbx-element .at-share-btn:hover {
    transform: translateY(-4px);
    outline-offset: -1px;
    color: inherit;
}

.at-share-tbx-element .at-icon-wrapper {
    vertical-align: middle;
}

.at-share-tbx-element .at-share-btn {
    padding: 8px;
}

a .at-icon-wrapper {
    cursor: pointer;
}

.at-icon {
    fill: rgb(255, 255, 255);
    border: 0px;
}

a.at-icon-wrapper.at-share-btn.at-svc-facebook{
    background-color: rgb(59, 89, 152);
    border-radius: 0px;
}

/* Home Quiz Section */
.quizSection{
    background-color: #d83b21;
    color: white;
    padding: 51px 37px;
    margin: 29px -17px;
}
.quizSection h2{
    font-family: 'Cubano';
    font-size: 2em;
    font-weight: normal;
    line-height: 1.1;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    /* margin: 0.5em 0; */
    margin-top: 0px;
}
/*popupcss*/
@media only screen and (max-width: 750px){
    body #colorbox{
        left: 0px !important;
    }
    body .content-right,
    body #cboxWrapper{
        max-width: 100% !important;
    }
    body .section-bottom{
        display: block;
        margin-top: 15px;
    }
    body .left-half-col{
        width: 100%;
        padding-right: 0px;
        border-bottom: 1px solid #e0e0e0;
        border-right: 0px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    body .right-half-col{
        width: 100%;
    }
    body .section-top{
        text-align: center;
    }
}
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}


/* Styles */
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}



/* Boost pop up styles
   ========================================================================== */

  .level-up {
    text-align: center;
  }

  #boost-pop {
    text-align: center;
  }
  #boost-pop h2 {
    background: rgba(0, 159, 195, 1.0);
    color: #FFF;
    font-family: 'Cubano';
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    padding: 16px 0;
    border-bottom: 3px solid #FFF;
    border-radius: 20px 20px 0 0;
  }
  #boost-pop a {color: rgba(0, 159, 195, 1.0);}
  #boost-pop .btn {
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: none;
    color: #FFF;
  }
  #boost-pop .boost-info {
    background: rgba(220, 243, 249, 1.0);
    padding: 15px 0;
    border-radius: 0 0 20px 20px;
  }




/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* ==========================================================================
   Indy Give Custom Stylesheet
   ========================================================================== */
@font-face {
    font-family: 'Cubano';
    src: url('../fonts/cubano-regular-webfont.eot');
    src: url('../fonts/cubano-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/cubano-regular-webfont.woff') format('woff'),
    url('../fonts/cubano-regular-webfont.ttf') format('truetype'),
    url('../fonts/cubano-regular-webfont.svg#Cubano') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima-nova';
    src:  url('../fonts/ProximaNova-Regular.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
   Font Overrides
   ========================================================================== */
body, h2, h3, h4, h5, h6, .btn, .main-nav {
    font-family: "proxima-nova", sans-serif;
    font-size: 1.0em;
}

body {
    overflow-x: hidden;
}

.container {
    max-width: 1240px;
    padding: 5px 40px;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/* Font smoothing */
h1, h2, h3, h4, h5, h6, .donate-btn {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
}

h1 {
    font-family: 'Cubano';
    color: #E96D2C;
    font-size: 3.5em;
    line-height: 1.0625em;
    margin: 1em 0 0.25em 0;
    border: none;
}

h2, h3, h4, h5{
    font-weight: 700;
    margin: 0.25em 0 0 0;
}

h2, h3 {
    color: #009fc3;
    text-transform: uppercase;
}

h4, h5, h6 {
    color: #4a4a4a;
}

h2 {
    font-size: 2.5em;
}

h3 {
    font-size: 1.75em;
}

h4 {
    font-size: 1.65em;
}

h5 {
    font-size: 1.30em;
}

h6 {
    font-size: 1.125em;
}

.masthead h1 {
    margin-top: 75px;
    line-height: 1;
    float: left;
    font-weight: 300;
    width: 80%;
    padding: 0;
    margin: 33px 0 0 0;
}

p {
    margin: 0 0 1em 0;
}

a {
    color: #D83B20;
}

.custom-logo-link {
    max-width: 65%;
    height: 50px;
    margin: 18px 0 18px 0;
}

.custom-logo-link img {
    /* width: 100%; */
    height: 66px;
}

header[role="banner"] {
    position: relative;
}

header[role="banner"] .donate-btn {
    position: absolute;
    background: #E96D2C;
    right: 25px;
    padding: 7px;
    top: auto;
    bottom: 0;
    margin: 0;
}

header[role="banner"] .donate-btn:hover {
    background: #ff7625;
}

header[role="banner"] .donate-btn span {
    position: absolute !important;
    bottom: -24px !important;
    font-size: 14px !important;
    display: block;
    margin: 0 auto;
    background: #eaeaea;
    border-radius: 0 0 3px 3px;
    left: 0;
    right: 0;
    color: #D83B20;
    font-family: "proxima-nova", sans-serif;
    text-align: center;
    font-weight: 600;
    clear: both;
    padding: 5px 0;
    line-height: 1;
}

#mobile-cart {
    font-size: 1.75em;
    float: right;
    margin-top: 21px;
    text-decoration: none;
    padding-right: .5em;
}

/* Header search button */
a.search-pop {
    position: relative;
    display: inline-block;
    left: 25px;
    font-size: 1.375em;
    top: 10px;
    text-decoration: none;
}

.search-pop .icon-search {
    color: #FFF;
}

/* Search pop-up */
.search-modal .searchform {
    width: 100%;
    max-width: 640px;
}

.search-modal input[type="search"] {
    width: 100%;
    font-size: 2.5em;
    padding: 20px;
}

.search-modal .searchform .submit {
    top: 20px;
    right: 0;
}

.remodal-wrapper.search {
    bottom: unset;
    top: 60px;
}

.at-share-tbx-element .at-share-btn {
    padding: 8px !important;
}

.addthis_inline_share_toolbox_nh0q {
    display: inline-block !important;
}
.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    display: none;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay-content input[type="search"] {
    padding: 20px;
    font-size: 45px;
}
.overlay-content .searchform .submit {
    position: absolute;
    right: 35px;
    top: 21px;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}

}

/* ==========================================================================
   Global Elements
   ========================================================================== */

.cubano {
    font-family: 'Cubano';
}

.home-title {
    padding-top: .75em;
    font-family: 'Cubano';
    color: #007d9a !important;
    text-transform: uppercase;
}

.c-black {
    color: black !important;
}

.c-black-light {
    color: #373e42 !important;
}

.c-white {
    color: white !important;
}
.c-grey {
    color: #dddbd9 !important;
}

.c-light-grey {
    color: #efedea !important;
}

.c-blue-dark {
    color: #515E65 !important;
}

.c-blue {
    color: #007d9a !important;
}

.b-blue-light {
    color: #479cbf !important;
}

.c-orange {
    color: #ec5321 !important;
}

.c-orange-light {
    color: #e7691e !important;
}

.c-grey {
    color: rgba(55,62,66,1.0) !important;
}


.b-white {
    background-color: white !important;
}

.b-black {
    background-color: black !important;
}

.b-black-light {
    background-color: #373e42 !important;
}
.b-grey {
    background-color: #dddbd9 !important;
}

.b-light-grey {
    background-color: #efedea !important;
}

.b-blue {
    background-color: #007d9a !important;
}

.b-blue-light {
    background-color: #479cbf !important;
}

.b-blue-dark {
    background-color: #515E65 !important;
}

.b-orange {
    background-color: #ec5321 !important;
}

.b-orange-light {
    background-color: #e7691e !important;
}

.gives-font {
    font-family: 'gives-font';
}



/*Hide donate in masthead*/
.masthead .donate-btn {
    display: none;
}

.page-content .row [class*="col-"]:first-child {
    margin-left: 0;
}

.page-content .row .col-4 {
    margin-left: 2.564102564102564%;
}


.btn {
    display: inline-block;
    border: none;
    padding: .75em 1.5em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    white-space: pre;
    text-transform: uppercase;
}


/*New 2020*/
.btn {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin: 0 5px;
    background: #e7691e !important;
    border: 2px solid transparent;
    color: #FFF;
    padding: 10px 40px;
    border-radius: 3px;
    text-decoration: none;
    border-bottom: 3px solid #e7691e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
    margin-left: 2.564102564102564%;
}

.btn:hover {
    background: #be612d !important;
    border-bottom: 3px solid #be612d !important;
}

.btn-blue {
    background: #009FC3;
    border-bottom: 3px solid #009FC3 !important;
    font-weight: 800;
}

.btn-blue:hover {
    background: #377b97 !important;
    border-bottom: 3px solid #377b97 !important;
}

.link {
    text-decoration: none;
    color: #e7691e;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .025em;
    position: relative;
}

.link-blue {
    position: relative;
    text-decoration: none;
    color: #009FC3;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .025em;
    transition: all 0.25s linear;
}

.link-blue-no {
    position: relative;
    text-decoration: none;
    color: #009FC3;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .025em;
    transition: all 0.25s linear;
}

.link-blue:after {
    transition: all 0.15s linear;
    position: absolute;
    content: url('../images/icon-link-b.png');
    /* content: "\2192";
    content: "\25BC"; */
    color: #777777 !important;
    right: -38px;
    top: -14px;
    font-size: 30px;
    padding: 0px 0px 0px 0px;
}

.link-blue:hover {
    color: #007D9A !important;
}

.link-blue:hover:after {
    right: -44px;
}


.link-white{
    position: relative;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .025em;
    transition: all 0.25s linear;
}


.link-white:after {
    transition: all 0.15s linear;
    position: absolute;
    content: url('../images/icon-link-w.png');
    /* content: "\2192";
    content: "\25BC"; */
    color: #777777 !important;
    right: -38px;
    top: -14px;
    font-size: 30px;
    padding: 0px 0px 0px 0px;
}

.link-white:hover {
    text-shadow: 1px 1px rgba(69, 69, 69, 0.71) !important;
}

.link-white:hover:after {
    right: -44px;
}

.home-bars-icon {
    position: absolute;
    bottom: -2em;
    right: 0;
    max-width: 100px;
    z-index: 0;
}

.home-bars-b-icon {
    max-width: 120px;
    margin-bottom: 0em;
}


:root {
    --space-1: .75em;
}
:root {
    --space-2: .875em;
}
:root {
    --space-3: 1.45em;
}
:root {
    --space-4: 1.875em;
}
:root {
    --space-5: 2.75em;
}

.m-0  { margin:        0 !important; }
.mt-0 { margin-top:    0 !important;}
.mr-0 { margin-right:  0 !important;}
.mb-0 { margin-bottom: 0 !important;}
.ml-0 { margin-left:   0 !important;}
.mx-0 { margin-left:   0 !important; margin-right:  0 !important; }
.my-0 { margin-top:    0 !important; margin-bottom: 0 !important; }

.m-1  { margin:        var(--space-1) !important;}
.mt-1 { margin-top:    var(--space-1) !important; }
.mr-1 { margin-right:  var(--space-1) !important;}
.mb-1 { margin-bottom: var(--space-1) !important;}
.ml-1 { margin-left:   var(--space-1) !important;}
.mx-1 { margin-left:   var(--space-1) !important; margin-right:  var(--space-1) !important; }
.my-1 { margin-top:    var(--space-1) !important; margin-bottom: var(--space-1) !important; }

.m-2  { margin:        var(--space-2) !important; }
.mt-2 { margin-top:    var(--space-2) !important;}
.mr-2 { margin-right:  var(--space-2) !important;}
.mb-2 { margin-bottom: var(--space-2) !important;}
.ml-2 { margin-left:   var(--space-2) !important;}
.mx-2 { margin-left:   var(--space-2) !important;  margin-right:  var(--space-2) !important;}
.my-2 { margin-top:    var(--space-2) !important; margin-bottom: var(--space-2) !important;}

.m-3  { margin:        var(--space-3) !important; }
.mt-3 { margin-top:    var(--space-3) !important; }
.mr-3 { margin-right:  var(--space-3) !important; }
.mb-3 { margin-bottom: var(--space-3) !important; }
.ml-3 { margin-left:   var(--space-3) !important; }
.mx-3 { margin-left:   var(--space-3) !important; margin-right:  var(--space-3) !important;}
.my-3 { margin-top:    var(--space-3) !important;  margin-bottom: var(--space-3) !important;}

.m-4  { margin:        var(--space-4) !important; }
.mt-4 { margin-top:    var(--space-4) !important; }
.mr-4 { margin-right:  var(--space-4) !important; }
.mb-4 { margin-bottom: var(--space-4) !important; }
.ml-4 { margin-left:   var(--space-4) !important; }
.mx-4 { margin-left:   var(--space-4) !important; margin-right:  var(--space-4) !important;}
.my-4 { margin-top:    var(--space-4) !important; margin-bottom: var(--space-4) !important;}

.m-5  { margin:        var(--space-5) !important; }
.mt-5 { margin-top:    var(--space-5) !important; }
.mr-5 { margin-right:  var(--space-5) !important; }
.mb-5 { margin-bottom: var(--space-5) !important; }
.ml-5 { margin-left:   var(--space-5) !important; }
.mx-5 { margin-left:   var(--space-5) !important; margin-right:  var(--space-5) !important;}
.my-5 { margin-top:    var(--space-5) !important; margin-bottom: var(--space-5) !important;}

.mxn-1 { margin-left: -var(--space-1) !important; margin-right: -var(--space-1) !important; }
.mxn-2 { margin-left: -var(--space-2) !important; margin-right: -var(--space-2) !important; }
.mxn-3 { margin-left: -var(--space-3) !important; margin-right: -var(--space-3) !important; }
.mxn-4 { margin-left: -var(--space-4) !important; margin-right: -var(--space-4) !important; }

.ml-auto { margin-left: auto }
.mr-auto { margin-right: auto }
.mx-auto { margin-left: auto; margin-right: auto; }
.mxy-auto{ margin-top: auto;  margin-bottom: auto;  margin-right: auto;  margin-left: auto;}

.p-0  { padding:        0 !important; }
.pt-0 { padding-top:    0 !important; }
.pr-0 { padding-right:  0 !important; }
.pb-0 { padding-bottom: 0 !important; }
.pl-0 { padding-left:   0 !important; }
.px-0 { padding-left:   0 !important;  padding-right:  0 }
.py-0 { padding-top:    0 !important;  padding-bottom: 0 }

.p-1  { padding:        var(--space-1) !important; }
.pt-1 { padding-top:    var(--space-1) !important; }
.pr-1 { padding-right:  var(--space-1) !important; }
.pb-1 { padding-bottom: var(--space-1) !important; }
.pl-1 { padding-left:   var(--space-1) !important; }
.px-1 { padding-left:   var(--space-1) !important; padding-right:  var(--space-1) !important; }
.py-1 { padding-top:    var(--space-1) !important; padding-bottom: var(--space-1) !important; }

.p-2  { padding:        var(--space-2) }
.pt-2 { padding-top:    var(--space-2) }
.pr-2 { padding-right:  var(--space-2) }
.pb-2 { padding-bottom: var(--space-2) }
.pl-2 { padding-left:   var(--space-2) }
.px-2 { padding-left:   var(--space-2) !important; padding-right:  var(--space-2) !important;}
.py-2 { padding-top:    var(--space-2) !important; padding-bottom: var(--space-2) !important;}

.p-3  { padding:        var(--space-3) }
.pt-3 { padding-top:    var(--space-3) }
.pr-3 { padding-right:  var(--space-3) }
.pb-3 { padding-bottom: var(--space-3) }
.pl-3 { padding-left:   var(--space-3) }
.px-3 { padding-left:   var(--space-3) !important; padding-right:  var(--space-3) !important;}
.py-3 { padding-top:    var(--space-3) !important; padding-bottom: var(--space-3) !important;}

.p-4  { padding:        var(--space-4) }
.pt-4 { padding-top:    var(--space-4) }
.pr-4 { padding-right:  var(--space-4) }
.pb-4 { padding-bottom: var(--space-4) }
.pl-4 { padding-left:   var(--space-4) }
.px-4 { padding-left:   var(--space-4) !important; padding-right:  var(--space-4) !important;}
.py-4 { padding-top:    var(--space-4) !important; padding-bottom: var(--space-4) }

.p-5  { padding:        var(--space-5) }
.pt-5 { padding-top:    var(--space-5) }
.pr-5 { padding-right:  var(--space-5) }
.pb-5 { padding-bottom: var(--space-5) }
.pl-5 { padding-left:   var(--space-5) }
.px-5 { padding-left:   var(--space-5) !important; padding-right:  var(--space-5) !important;}
.py-5 { padding-top:    var(--space-5) !important; padding-bottom: var(--space-5) }

.pxn-1 { padding-left: -var(--space-1) !important; padding-right: -var(--space-1) !important;}
.pxn-2 { padding-left: -var(--space-2) !important; padding-right: -var(--space-2) !important;}
.pxn-3 { padding-left: -var(--space-3) !important; padding-right: -var(--space-3) !important; }
.pxn-4 { padding-left: -var(--space-4) !important; padding-right: -var(--space-4) !important; }

.pl-auto { padding-left: auto }
.pr-auto { padding-right: auto }
.px-auto { padding-left: auto; padding-right: auto; }

.overflow-hid{
    overflow: hidden;
}

.pos-rel{
    position: relative;
}

.pos-abs{
    position: absolute;
}

.align-c, .align-r, .align-l{
    text-align: center !important;
}

.align-rr {
    text-align: right;
}

.align-ll {
    text-align: left;
}


.w-60, .w-65 {
    width: 85%;
}

.w-70, .w-75, .w-80 {
    width: 90%;
    margin: 0 auto;
}

.w-85, .w-90, .w-95 {
    width: 95%;
    margin: 0 auto;
}

.opacity-40{
    opacity: .40 !important;
}

.opacity-90 {
    opacity: .90  !important;

}

/* Tables */
table {
    border: 1px solid #cacaca;
    margin-bottom: 1em;
}

table th {
    background: #009FC3;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.875em;
}

table td {
    border-bottom: 1px solid #cacaca;
}

table tr:nth-child(odd) td {
    background: #EFEDEA;
}

table td, table th {
    padding: 15px 20px;
}

/* Lists */
.col-8 ol, .col-9 ol {
    list-style-position: inside;
}

.col-8 ol, .col-8 ul, .col-9 ol, .col-9 ul {
    padding: 0;
    margin: 0.25em 0 1.5em 0;
}

.col-8 ol ol, .col-8 ul ul, .col-9 ol ol, .col-9 ul ul {
    margin: 0 0 0 15px;
}

.col-8 ol ol li, .col-9 ol ol li {
    list-style: upper-alpha;
    font-style: italic;
    margin-left: 40px;
}

.col-8 ul li, .col-9 ul li {
    margin-left: 20px;
}

.col-8 ul ul li, .col-9 ul ul li {
    font-style: italic;
}

.col-8 ul li, .col-9 ul li {
    position: relative;
    list-style: none;
}

.col-8 ul li:before, .col-9 ul li:before {
    position: absolute;
    left: -16px;
    top: 9px;
    content: " ";
    width: 7px;
    height: 7px;
    background: #F36F21;
}

/* Blockquote */
blockquote {
    background: #009FC3 url('../images/icon-pattern.png') repeat-y left center;
    color: #FFF;
    font-size: 1.5em;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    padding: 25px 15px 25px 84px;
    margin: 2em 0;
    border-radius: 3px;
}

blockquote em {
    color: #FFF;
    margin: 0;
}

blockquote p:before, blockquote p:after {
    display: none;
}

blockquote p:last-child {
    margin: 0 0 5px 0
}

/* FAQs and Collapsers */
.page-id-33 .page-content h1 {
    font-weight: 300;
}

body .collapseomatic {
    display: block;
    font-size: 1em;
    font-weight: 700;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-position: 0 16px;
    padding: 0em;
    border-top: 1px solid #e0f2f8;
    overflow: hidden;
    padding-top: .75em;
}

body .collapseomatic.active {
    background-color: #009fc3;
    color: white;
}

.collaps-container {
    border-radius: 8px;
    background: white;
    box-shadow: 1px 1px 10px 2px #00000038;
    margin: 1.5em 0;
    overflow: hidden;
}

.collapse-icon {
    background-color: #009fc3;
    color: white;
    padding: 1em 1em;
    float: right;
    height: 3em;
    margin-top: -.75em;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background-size: 35px;
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;

}

.collapse-icon:hover {
    background-color: #F36F21;
}

.collapseomatic.active .collapse-icon:hover {
    background-color: #009fc3;
}

.collapseomatic.active .icon-plus:before {
    content: "\f068"
}

.collapse-title {
    padding: .25em .75em;
    width: 87%;
    margin: 0;
    line-height: 1.25;
    float: left;

}

div.collapseomatic_excerpt, div.collapseomatic_content {
    padding: 10px 15px 24px 10px !important;
}

/* Navigation */
.main-nav {
    margin: 30px 0 0 25px;
    text-align: left;
    float: left;
    padding: 0;
    font-size: 0.9375em;
}

.main-nav ul li {
    margin: 0;
}

.main-nav ul li:before {
    display: none;
}

.main-nav ul li a {
    border-right: none;
    padding: 8px 14px;
    font-weight: 900;
}

.main-nav ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.main-nav ul ul li {
    background: white;
}

.main-nav ul ul li a {
    color: #373e42 !important;
}

.main-nav ul ul li:last-child {
    border-radius: 0 0 4px 4px;
}

.menu-item-has-children:after {
    position: absolute;
    font-family: 'gives-font';
    content: "\f107";
    /*content: "\25BC"; */
    color: #fff;
    right: 8px;
    top: 6px;
    font-size: 18px;
}

.navicon {
    font-size: 1.25em;
    top: 21px;
    left: 15px;
}

/* ==========================================================================
   About
   ========================================================================== */
.about-logo {
    transform: rotate(10deg);
    max-width: 330px;
}

.about-intro .col-4 {
    padding: 1em;
}

.about-intro .cards {
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
    min-height: 175px;
    padding: 1em .75em;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.10);
}

.about-intro .col-4 h1 {
    margin: .25em 0 0.25em 0;
    color: #007d9a !important;
    font-size: 2.5em;
}
.philanthropy {
    padding-top: 8em !important;
}


.philanthropy-design{
    display: none;
}

.philanthropy-img {
    margin-top: -12em;
    max-width: 280px;
    margin-left: -180px;
}

.philanthropy-content {
    margin-top: 2em;
}
.about-img {
    max-width: 120px;
    position: absolute;
    top: -15em;
}

.team-card {
    background: white;
    border-radius: 10px;
    margin: 0.75em;
}

.team-board.py-3 p{
    margin-top: -2px;
}

.team-card img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.team-content{
    text-align: center;
    padding: 1em 0;
}

/* Sub navigation */
.subnav ul li {
    margin: 0;
}

.subnav ul li:before {
    display: none;
}

.menu-mc_gives-container {
    float: left;
}

#countdown {
    background: #282828;
    border-radius: 0;
    min-width: 210px;
    right: 25px;
}

.home #countdown {
    right: 25px;
    padding: 0px 10px;
    font-size: .95em;
}

.cd-segment {
    position: relative;
    padding: 2px 12px;
    color: #FFF;
    border-right: none;
}

.cd-segment:after {
    position: absolute;
    top: -2px;
    right: -2px;
    content: ':';
    color: #a2a2a2;
}

.countdown-label {
    color: #a2a2a2;
    font-size: 0.60em;
    text-transform: uppercase;
}

.boost-reward-section {
    color: #f38809;
}

.cd-segment:nth-of-type(4):after {
    display: none;
}

.countdown-text {
    display: none;
}

.boost-section {
    display: none;
}

.donate-btn {
    font-family: 'Cubano';
    background: #E96D2C;
    float: right;
    margin-top: -44px;
    position: relative;
    padding: 1px;
    margin-right: -15px;
    font-size: 1.125em;
}

.donate-btn:hover {
    background: #EE4123;
}

.masthead {
    border: none;
}

.masthead .donate-btn {
    padding: 12px 12px;
    line-height: 1;
}

a.cart-btn {
    position: relative;
    top: 10px;
    right: -13px;
    color: #FFF;
}

#rewardLevels li.activated {
    color: #f38809;
}

/* ==========================================================================
   Homepage
   ========================================================================== */
/* Indy Hero */
.indy-hero {
    position: relative;
    padding: 35px 0;
    background-size: cover;
    background-image: url('../images/hero-background.jpg');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#249cc1', endColorstr='#49bed8', GradientType=0);
}

.indy-hero .container {
    margin-bottom: -2.25em;
}

.hero-home-slider  .owl-wrapper-outer{
    margin-bottom: -2em;
}

.indy-hero .first {
    overflow: hidden;
}

.indy-hero .hero-buttons{
    text-align: center;
}

.info-text {
    margin-top: 2em;
}

.hero-shome-slider .owl-wrapper-outer {
    margin-top: 2em;
}

.hero-image {
    max-height: 320px;
    width: auto !important;
    display: block;
    margin: 0 auto;
}

.hero-content {
    bottom: 14px;
    margin-bottom: -2em;
    float: right;
    text-align: center !important;
    padding: 30px;
}

.hero-content .btn {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 7px;
}

.hero-pre-title, hero-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
}

.hero-pre-title {
    display: block;
    font-size: 2.5em;
    font-family: 'Oleo Script', cursive;
    margin: 0 0 -25px 0;
}

.hero-home-slider h4{
    font-size: 2em;
    color: white;
    margin-top: -.25em;
    line-height: 1.15;
    padding-top: .45em;
}


.hero-home-slider .item-content , .col-8 .item-content{
    width: 30.33%;
    margin: .5%;
    display: block;
    float: left;
}

.hero-home-slider .item-img, .col-8 .item-img{
    width: 67.33%;
    margin: .5%;
    padding-top: 3.5em;
    display: block;
    float: left;
}

img.live-here-text {
    margin: 0 auto;
}

.hero-title {
    font-family: 'Cubano';
    font-size: 3em;
    display: block;
    margin: 0 auto 10px auto;
    line-height: 0.9;
}

.hero-byline {
    display: block;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.35em;
}

.hero-text {
    margin-bottom: 1.5em;
}

.rewards .hero-text {
    color: black;
    font-weight: 900;
}

.rewards .sponsors-section {
    display: none;
}

.row .home-rewards-col {
    float: right !important;
    padding-left: 1em !important;
}

.hero-giveto {
    colir: white !important;
}

.mighty-three {
    text-align: center;
    padding: 10px 25px 50px 25px;
}

.mighty-three .p1 {
    display: none;
}

.m3 {
    display: block;
    text-decoration: none !important;
    color: inherit;
    text-align: left;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
    transition: all 0.3s ease-in-out;
}

.m3:hover {
    color: inherit;
}

.m3:hover .m3-img:after, .m3:hover .m3-img:before {
    opacity: 1;
}

.m3:hover .m3-img:after {
    transform: translateY(0);
}

.m3-img {
    position: relative;
}

.m3-img:after, .m3-img:before {
    transition: all 0.3s ease-in-out;
}

.m3-img:before {
    opacity: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(243, 111, 33, 0.8);
    color: #FFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.m3-img:after {
    opacity: 0;
    position: absolute;
    top: 40%;
    line-height: 1.3;
    left: 0;
    right: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    content: 'Learn more \A About Us';
    white-space: pre;
    color: #FFF;
    transform: translateY(10px);
}

.m3-img {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.m3-img img {
    width: 100%;
    height: auto;
    display: block;
}

.m3-description {
    font-size: 0.875em;
    padding: 19px;
}

.m3-description p {
    margin: 0 0 0.5em 0;
}

.m3 h3 {
    color: #373e42;
    font-size: 1.25em;
    font-weight: 800;
    line-height: 1.2;
    margin: 0.5em 0;
    text-align: center;
}

.m3:hover h3 {
    color: #009FC3 !important;
}

/*New 2019*/
.height a {
    background: white;
    border-radius: 20px;
}

.height .p1 {
    display: none;
}

.btn-space{
    margin: 10px 0;
}
.sidebar-position{
    position: relative;
    padding-top: 10px;
}
.donate-btn-nav{
    /*right: 235px;*/
    right: 20px;
    top: 52px;
    position: absolute;
    font-family: 'Cubano', sans-serif;
    font-size: 1.125em;
    padding: 2px 7px;
    text-align: center;
    transition: 0.5s all ease-in-out;
    margin-left: 2vw;
    border-radius: 0px;
}
.donate-btn-nav span{
    display: block;
    opacity: 1;
    font-size: 10px;
    display: block;
    transition: 0.5s all ease-in-out;
}
/*.donate-btn-nav:hover span{
    opacity: 1;
}*/
/* M3 Force thumbnails to be the same size */
.m3-img {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center top;
    width: 100%;
    padding-bottom: 75%;
}

.mighty-three h2 {
    font-family: 'Cubano', sans-serif;
    font-weight: normal;
    font-size: 3em;
    line-height: 1.1;
    text-align: center;
    color: #009FC3;
    padding: 10px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mighty-three h2+p {
    margin-bottom: 30px;
}

.home-young-donors {
    background: #FF792A;
}

.home-young-donors p, .home-young-donors h2, .home-young-donors h3, .home-young-donors a {
    color: #FFF;
    text-decoration: none;
}

.home-young-donors a:hover {
    text-decoration: underline;
    opacity: 0.9;
}

.home-young-donors h2 {
    text-transform: uppercase;
    font-size: 2.25em;
    line-height: 1.1;
    margin-bottom: 12px;
}

.home-young-donors img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    /* padding: 33px; */
}

.home-young-donors .col-5 {
    border-left: 1px solid #FFE4D4;
}

.home-young-donors .row {
    margin-top: 35px;
    margin-bottom: 35px;
}

.the-numbers{
    z-index: 1;
    position: relative;
}


.home-hand-icon {
    margin-bottom: -4em;
    max-width: 240px;
    z-index: 1;
    position: relative;
}

/* Stats */
.the-numbers h2 {
    font-size: 2.25em !important;
    font-weight: 500 !important;
    line-height: 1.1;
    font-family: 'Source Sans Pro', sans-serif !important;
    padding: 15px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    margin: 0.75em 0 1em 0;
    text-transform: capitalize;
}


.total-raised .amt-large {
    font-family: 'Cubano', sans-serif;
    font-weight: normal;
    padding: 0;
    margin: 0;
    color: #F36F21;
    background: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.family-proxima-nova {
    font-family: "proxima-nova", sans-serif !important;
}

.leaderboard-title {
    font-family: "proxima-nova" , sans-serif!important;
    font-weight: bold !important;
}
#stats-section h2 {
    background: none;
    font-size: 1.5em;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 800;
    background: white;
}

body .amt-large {
    font-size: 2.25em !important;
}

body .numbers .amt-large {
    font-size: 2.25em !important;
}

body .amt-large.blue {
    color: #009FC3;
}

.stats-block .numbers {
    width: 89%;
    float: left;
    padding: .75em 0em;
}

.stats-block .icons {
    float: left;
    width: 6.3%;
    padding: 1.15em 0em;
    padding-right: .5em;
}

.stats-block span {
    font-weight: 400 !important;
}

.stats-block .stats-label-sm {
    font-weight: 700 !important;
}

.total-raised .stats-label-sm {
    color: #4A4A4A;
    font-size: 1.25em;
    margin: 5px 0 0 0;
}

.total-raised .btn {
    text-transform: uppercase;
    margin: 25px 0 0 0;
    display: inline-block;
}

.stats-block {
    border-bottom: none;
    padding: 15px 0;
}

.stats-block.last {
    border-bottom: 1px solid #49BDD7;

}

.totals li {
    margin: 0;
}

.totals li:before {
    display: none;
}

ul.totals .totals-amt {
    font-size: 1.9375em;
}

/*#transaction_fee, #total_with_fee {
    display:none;
}*/

/* Updated single stats format Oct 2017 */
.np-single-stats-2 {
    text-align: right;
    line-height: 1.2;
}

.np-single-stats-2 .amt-big-blue {
    font-size: 2.5em;
    color: #009EC3;
    font-weight: bold;
    display: block;
}

.np-single-stats-2 .small-title {
    font-weight: 300;
}

hr.orange {
    background: #FA6A34;
    border: none;
    height: 3px;
}

.np-single-stats-2 .amt-total-raised {
    display: block;
    color: #FA6A34;
    font-weight: bold;
    font-size: 2.75em;
}

.np-single-stats-2 .total-title {
    text-transform: uppercase;
    font-weight: bold;
}

/* Latest News */
.latest-news {
    background: #E0F2F8;
    padding: 14em 0 4em 0;
    margin-top: 0;
    position: relative;
}

.latest-news .col-6:nth-of-type(1) {
    padding-right: 40px;
}

.latest-news .col-6:nth-of-type(2) {
    padding-left: 40px
}

.latest-news h3 {
    font-family: 'Cubano', sans-serif;
    width: 100%;
    font-weight: normal;
    font-size: 3em;
    line-height: 1.1;
    text-align: left;
    color: #007d9a;
    margin-bottom: 48px;
    background: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
}

.latest-news h4, .home-faqs h4 {
    font-size: 1.5em;
    line-height: 1.3;
}

.latlatest-news a {
    color: #373E42;
}

.latlatest-news a:hover{
    color: #009FC3;
}

.home-faqs h4 {
    margin-bottom: .25em;
}

.latest-news .read-more {
    margin-top: 1em;
    display: block;
}

.latest-news a:hover {
    text-decoration: none;
}

.home-faqs {
    font-size: 1.125em;
}

.home-faqs .btn {
    font-size: 0.9375em;
    margin: 0;
    display: inline-block;
}

.donate-np-list li#np_li-5494 {
    display: none;
}


/*Added Oct. 2,20*/
.btn-list {
    background-color: #ffffff !important;
    color: black;
    cursor: pointer;
    margin-left: 9px;
    text-align: justify;
    padding: 16px 7px !important;
    text-shadow: none !important;
    font-family: 'proxima-nova';
    text-transform: inherit !important;
    border: #a4afb7 solid 1px !important;
    font-weight: unset !important;
}

.btn-list:hover, .btn-list:focus {
    background-color: #ffffff !important;
    color: black;
    border: #a4afb7 solid 1px !important;
}
i.icon-foo {
    margin-left: 10px;
    color: gray;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 280px;
    max-height: 300px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3;
    margin-left: 8px;
    overflow-y: auto;
    text-align: left;
    font-size: 14px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'proxima-nova';
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.mobile-view{
    display: none;
}
[for="th_pay_overhead_field"]{
    position: relative;
}
[for="th_pay_overhead_field"] + div.th-form-input-choice label{
    font-weight: bold;
}
[for="th_pay_overhead_field"] + div.th-form-input-choice{
    margin-bottom: 25px;
}
#pay-overhead{
    position: absolute;
    top: 20px;
}
@media screen and (max-width: 1400px){
    .philanthropy-img {
        margin-top: -5em;
        max-width: 200px;
        margin-left: -30px;
    }
}
@media screen and (max-width: 1188px){
    .dropdown-content {
        min-width: 262px;
    }
}
@media screen and (max-width: 960px){
    .dropdown-content {
        min-width: 236px;
    }
}
@media screen and (max-width: 900px){
    .dropdown-content {
        min-width: 207px;
        margin-top: -15px;
    }
    .btn-list{
        font-size: 13px;
    }
}
@media screen and (max-width: 640px){

    .align-r {
        text-align: right !important;
    }

    .align-l {
        text-align: left !important;
    }

    .btn-list{
        font-size: 18px;
        padding: 16px 7px !important;
    }
    .dropdown-content {
        min-width: 275px;
    }
    .mobile-view{
        display: block;
    }
    .btn.mobile-view {
        display: flex !important;
    }
    .laptop-view{
        display: none;
    }
    .home-rewards{
        margin-top: 30px;
    }
    .rewards-padding{
        padding: 30px;
    }
    .mighty-three h2 {
        text-align: left;
        margin-left: 10px;
    }
    .home-hand-icon {
        position: absolute;
        left: -42px;
        padding: 23px;
    }

    .row .home-rewards-col {
        float: none !important;
        padding-left: 0 !important
    }

    .col-6.same-line {
        width: 50% !important;
        padding: 0px 4px;
    }
    a.link-white.adding-margin{
        margin-left: 20px;
        padding-bottom: 20px;
    }
    .reward-increase .col-7 {
        padding: 0em !important;
    }
    .pb-3.mobile-view {
        margin-bottom: 27px;
    }
    .numbers.b-orange.p-2{
        margin-bottom: 40px;
    }
    hr.blue {
        margin: 37px 0px;
        border-top: 2px solid #009fc3;
    }
    .collapse-title {
        padding: 1.125em .75em;
    }
    .latest-news h4, .home-faqs h4 {
        font-size: 29px;
        line-height: 1.3;
        font-weight: 900;
    }
    h4.article-title {
        font-size: 1.2em;
        margin-top: 30px;
    }
    .at-above-post-homepage.addthis_tool {
        padding-right: 30px;
    }
    article.bottom-padding {
        margin-bottom: 30px;
    }
    .latest-news .col-6 {
        margin-bottom: 0px;
    }
    .latest-news {
        padding: 4em 0 0em 0 !important;
    }
    .sponsors-section h1 {
        font-size: 29px !important;
        line-height: 1.3;
        font-weight: 900 !important;
        margin-top: 0px !important;
    }
    h1.c-white.pb-1{
        font-size: 3em;
        margin-left: 16px;
    }
    .about-intro .cards {
        max-width: 550px;
        padding: 2em 0.75em;
    }
    .pt-4.impact-sec {
        padding: 20px;
    }

    p.impact-paragraph {
        margin-top: -11px;
    }

    .philanthropy {
        padding-top: 15em !important;
    }
    ul.philanthropy-list {
        list-style: none;
    }
    ul.philanthropy-list li::before {
        content: "\2022";
        color: #f26f22;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 1.9em;
    }
    .team-content h6{
        color: black;
        font-weight: 900;
    }
    .philanthropy-sec{
        padding: 20px;
    }
    .col-6.philanthropy-text{
        padding-bottom: 35px;
    }
    .philanthropy-content {
        padding-top: 35px;
    }
    .team-board.py-3 {
        padding: 0px 20px;
    }
    .team-board.py-3 h6{
        color: black;
        font-weight: 900;
    }
    .team.b-light-grey.py-4 {
        margin-bottom: 30px;
    }
    .team h2{
        padding: 0px 20px;
    }



}
@media screen and (max-width: 576px){
    .hero-content .btn {
        width: 100%;
        margin-left: 0px;
    }

    .dropdown {
        width: 100%;
    }

    .btn-list{
        padding: 16px 5px !important;
    }
    .dropdown-content {
        min-width: 100%;
    }
    i.icon-foo {
        margin-left: 238px
    }
}
@media screen and (max-width: 500px) {
    i.icon-foo {
        margin-left: 178px
    }
    .dropdown-content {
        min-width: 399px;
    }
}
@media screen and (max-width: 472px) {
    i.icon-foo {
        margin-left: 145px
    }.dropdown-content {
         min-width: 399px;
     }
}
@media screen and (max-width: 420px) {
    i.icon-foo {
        margin-left: 11px
    }.dropdown-content {
         min-width: 248px;
     }
}


@media screen and (max-width: 640px) {
    .latest-news .col-6 {
        margin-bottom: 48px;
    }

    .m3 h3 {
        text-align: center;
    }

    .custom-logo-link {
        max-width: 60%;
    }

    .about-logo {
        transform: rotate(10deg);
        width: 104%;
        margin: 0 auto;
        margin-left: -2%;
        max-width: 400px;
        text-align: center;
    }
}

@media screen and (max-width: 460px) {
    .custom-logo-link {
        max-width: 70%;
    }
}


@media screen and (max-width: 768px) {

    .indy-hero .row-eq-height {
        display: block !important;
    }

    .indy-hero .first {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .indy-hero .info-text {
        width: 112% !important;
        margin-left: -6% !important;
    }

    .indy-hero .hero-content {
        padding: 1em 2em;
    }



}

/* ==========================================================================
  Home Reward section
   ========================================================================== */
.reward-increase {
    background: #E96D2C;
    margin-bottom: -12em;
    position: relative;
}

.reward-increase .col-7, .reward-increase .col-5 {
    padding: 1em;
    text-decoration-color: rgba(0, 0, 0, 0.7);
}

.reward-increase .col-7 {
    padding-top: 2em;
    padding-right: 3em;
}

.reward-increase .second p {
    color: rgba(0, 0, 0, 0.7);
    margin: .5em 0 1em 0;
}

.home-rewards .item {
    display: flex;
    background: white;
}

.home-rewards .item img {
    border-radius: 20px;
    padding: 5px;
}

.home-rewards .owl-controls {
    display: none !important;
}


.nonprofits-content p{
    width: 50%;
    margin: 0 auto
}

.home-rewards .item {
    margin: 0 auto;
}

.rewards-item {
    max-height: 450px;
    margin: 0 auto;
}

.reward-increase {
    background-color: #E96D2C;
    padding: 2em 0em;
}

.reward-increase .btn {
    background-color: #F79851;
    text-transform: uppercase;
    margin-top: 1em;
}

.reward-increase .btn:hover {
    background-color: #ef4023;
}

.reward-increase p {
    color: #f1d6c6;
}

.reward-increase h2 {
    font-family: 'Cubano';
    font-size: 3em;
    font-weight: normal;
    line-height: 1.1;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    margin: 0.5em 0;
}

.home-rewards {
    background: white;
}

.home-rewards .first {
    width: 60%;
}

.home-rewares .second {
    width: 40%;
}

.home-rewards .first, .home-rewards .second {
    position: relative;
    float: left;
    flex: 1;
}

.home-rewards .first img {
    width: 100%;
}

.home-rewards .inner {
    min-height: 250px;
    padding: 1em 1em 0em 1.25em;
}

.home-rewards .second {
    border: 2px dashed #c6bfb5;
    margin: .75em;
}

.home-rewards h3 {
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Cubano';
}

.home-rewards h4 {
    text-transform: uppercase;
    color: white;
    padding: 0.15em 1em .15em .5em;
    background: #F79851;
    width: fit-content;
    position: absolute;
    right: -1em;
    top: .25em;
    font-weight: 300;
    font-family: 'Cubano';
    font-size: 1.25em;
}

.home-rewards .owl-controls .owl-buttons div {
    color: white !important;
    margin: 0em -1.2em !important;
}

/* New 2019 */
.center-sponsor {
    text-align: center;
}

.read-more {
    text-decoration: underline;
}

.read-more:hover {
    color: #D83B20;
}

/* ==========================================================================
   Nonprofits
   ========================================================================== */
.single-nonprofit .page-content .col-9 {
    padding-right: 25px;
}

.np-single-img {
    border: none;
    box-shadow: 0 10px 5px -8px rgba(0, 0, 0, 0.15);
}

.social-bugs:after {
    content: " ";
    display: block;
    clear: both;
}

.social-bugs a {
    line-height: 1.55;
}

.social-bugs li {
    margin-right: 5px;
}

.social-bugs li:before {
    display: none;
}

.social-bugs .instagram {
    background: #6745C5;
}

.social-bugs .pinterest {
    background: #BD081C;
}

.social-bugs .tumblr {
    background: #44546A;
}

.social-bugs .linkedin {
    background: #0A66C2;
}

.sidebar-np-single .donate-btn {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    float: none;
    min-width: 100px;
    margin: 5px 0px;
    padding: 10px 0;
    font-size: 16px;
}

.np-single-stats .total-raised-amt {
    background: none;
    padding: 10px 0;
    color: #F76E1D;
    display: block !important;
}

.np-single-stats .title-note {
    font-size: 0.875em;
}

.np-single-stats .small-title {
    margin-bottom: 5px;
}

.np-single-stats .donors-amt {
    color: #FA6A34;
    font-size: 2em;
}

.np-single-stats .ind-donations-amt, .np-single-stats .cg-met-amt {
    color: #E96D2C;
}

.single_donation_amount_add_to_cart_value {
    border: none;
    background: #EFEEEA;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 38px;
    width: 100%;
    color: #A7A6A4;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-indent: 10px;
    padding: 0;
    margin: 5px 0px;
}

.np-single-share {
    border: none;
}

.np-single-share:after {
    content: " ";
    display: block;
    clear: both;
}

.np-details {
    clear: both;
    margin: 1.5em 0 1em 0;
    line-height: 1.4;
}

.ind-donations-amt {
    margin-bottom: 20px;
}

.challenge-grants {
    background: #E0F3F9;
    padding: 30px 25px;
    margin-top: 15px;
}

.challenge-grants .cg-amt {
    color: #00A0BC;
    font-size: 1.75em;
}

.matching-grants-list {
    color: #444D4C;
    font-size: 0.875em;
    line-height: 1.4;
}

.np-single-stats .cg-met-amt {
    color: #009FC0;
    margin: 10px 0 0 0;
}

.np-single-stats .meter {
    overflow: hidden;
}

.favorite-this-btn {
    display: block;
    color: #009FC0;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #46C1D1;
    border-top: 1px solid #46C1D1;
    padding: 20px 0;
    margin: 20px 0;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
}

.favorite-this-btn:hover {
    background: #fdfff2;
}

.favorite-this-btn .favorite-this-icon {
    top: 9px;
    margin-right: 20px;
}

.favorite-this-icon {
    background-image: url('../images/icons/favoriteheart02.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 42px;
    height: 42px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.favorite-this-btn.favored .favorite-this-icon {
    background-image: url('../images/icons/favoriteheart02-active.png');
}

.nonprofits_fv_btn {
    position: relative;
}

.nonprofits_fv_btn i {
    position: absolute;
}

.nonprofits_fv_btn span {
    padding-left: 50px;
}

header[role="banner"] {
    background-color: white !important;
}

header[role="banner"] .donate-btn {
    padding: 5px 10px !important;
}

header[role="banner"] .text-center p{
    padding-top: 1.25em;
    font-size: .90em;
}

header[role="banner"] .text-center a{
    text-decoration: none;
}

share-button {
    background: #009FC3;
    width: 100%;
    display: block !important;
    padding: 15px 20px 15px 2.25em;
    text-align: center;
}

share-button:hover {
    background: #16b7d8;
}

share-button:before {
    left: auto;
    margin-left: -22px;
    top: 8px;
}

#response_wrapper span {
    color: #009fc3;
    font-weight: 700;
}

.nonprofit-logo {
    max-width: 100%;
    height: auto;
    margin: 0 auto 1.5em auto;
    display: block;
}

.home-sponsors {
    margin: 1em 0;
}

.single footer, .page footer, .archive footer {
    margin-top: 25px;
}

.page footer {
    margin-top: 0px !important;
}

.page.page-id-1882 footer {
    margin-top: 0;
}

.footer-rw {
    width: 100%;
    margin: auto;
}

.footer-cl-logo {
    width: 31%;
    display: block;
    float: left;
    padding: 1%;
}

.footer-cl-info {
    width: 64%;
    display: block;
    float: left;
    padding: 1%;
}

.footer-cl-icons {
    width: 64%;
    display: block;
    float: left;
    padding: 1%;
}

.footer-img {
    position: absolute;
    z-index: 5;
    width: 100%;
    max-width: 250px;
    bottom: -24em;
    right: 0;
}

/* New 2019 */
.col-4 a {
    text-decoration: none;
}
.masonary-container .grid-sizer {
    width: 48%;
}
.masonary-container .np-box {
    /*min-height: 0px;*/
}

/* Slider CSS */
.transform-style{
    opacity: 1;
    width: 1444px;
    transform: translate3d(0px, 0px, 0px);
}
.slider-width{
    width: 722px;
}
.slider-padding{
    padding: 1em;
}
.spinning-gear-position{
    margin-left: 10px;
    display: none;
}



/* Nonprofit Archive */
.np-box {
    position: relative;
    width: 48%;
    padding: 10px 10px 0 10px;
    box-shadow: none;
    border: 1px solid #e2e2e2 !important;
    border-radius: 0;
    padding: 0;
    min-height: 448px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 3px rgb(0 0 0 / 23%);
}

.np-box img {
    /* border-radius: 0;
    display: block;
    margin: 0 auto; */
    object-fit: cover;
    height: 337px;
}

.np-box h3 {
    font-size: 1.25em;
    font-weight: 700;
    color: #373e42;
    font-size: 1.25em;
    text-align: center;
}
.np-hover-box{
    position: relative;
}
.np-hover-hidden{
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 34%;
    color: #fff;
    background: rgba(243, 111, 33, 0.8);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.np-box:hover .np-hover-box .np-hover-hidden{
    opacity: 1;
}
.np-box:hover .np-title{
  color: #009FC3 !important;  
}
.np-info, .np-title {
    padding: 0 20px;
    margin-top: 25px;
}

.np-info {
    line-height: 1.4;
    margin-top: 14px;
    padding-bottom: 60px;
}

.np-box .favorites-title {
    position: absolute;
    bottom: 0;
    border: none;
    cursor: auto;
}

.np_favorite {
    cursor: pointer;
}

/* New 2019 */
.np-box-position{
    position: absolute;
    left: 49.5223%;
    top: 514px;
}
.np-box-position2{
    position: absolute;
    left: 0%;
    top: 1003px;
}
.np-box-position3{
    position: absolute;
    left: 49.5223%;
    top: 1008px;
}




.favorites-title {
    background: none;
    text-transform: uppercase;
    color: #009fc3;
    font-size: 1.5em;
    font-weight: 800;
    margin: 0;
}

.favorites-box {
    background: #E0F2F8;
    padding: 20px;
}

.favorites-box .favorites-title:hover {
    background: none;
}

.favorite_link a {
    color: #009fc3;
    text-decoration: none;
}

.favorite_link a:hover {
    text-decoration: underline;
}

.np-box .favorites-title .favorite-this-icon-w.favored {
    background-image: url(../images/icons/favoriteheart02-active.png);
}

.favorite-this-icon-w {
    background-image: url(../images/icons/favoriteheart02w.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 42px;
    height: 42px;
    display: inline-block;
    margin-top: -28px;
    margin-bottom: 12px;
    padding: 0 0 24px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.remove-btn{
    padding: 0 .5em 0 .5em;
    cursor: pointer;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 70%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* Nonprofits*/
.slick-slide img {
    width: 100% !important;
    /*max-height: 700px !important;*/
}

.nonprofit-slider .slick-prev:before, .nonprofit-slider .slick-next:before {
    color: #FA6A34 !important;
    font-size: 20px !important;
    background: white;
    border-radius: 50px;
    padding: .25em .35em;
    border: 4px solid;
}

.nonprofit-slider {
    padding: 0em !important;
}

.nonprofit-slider .slick-next {
    right: -18px !important;
}

.nonprofit-slider .slick-prev {
    left: -35px !important;
}

.nonprofit-slider img {
    max-width: 100% !important;
}

.nonprofit-slider .slick-prev, .nonprofit-slider .slick-next {
    bottom: -40px !important;
    top: auto;
}

.nonprofit-slider .slick-prev.slick-disabled:before,
.nonprofit-slider .slick-next.slick-disabled:before {
    opacity: .1 !important;
}

/* New 2019 */
.height-container {
    position: relative;
    height: 1536.06px;
}

.box-position-row1 {
    position: absolute;
    left: 0%;
    top: 0px;
}

.box-position-row2 {
    position: absolute;
    left: 49.5223%;
    top: 0px;
}

.box-position-row3 {
    position: absolute;
    left: 0%;
    top: 488px;
}

.font-italic{
    font-style: italic;
}

/* Remove coloring */
.subnav li:nth-of-type(1) a, .subnav li:nth-of-type(2) a, .subnav li:nth-of-type(3) a, .subnav li:nth-of-type(4) a, .subnav li:nth-of-type(5) a, .subnav li:nth-of-type(6) a {
    color: #808080;
}

.subnav {
    font-size: 1.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none;
}

nav.subnav a {
    color: #808080;
}

nav.subnav a:hover {
    background: #f7f7f7;
    color: #606060;
}

/* Nonprofits landing page */
.npl-search {
    background: #E9E7E4;
    width: 100%;
    text-align: center;
    padding: 63px 0;
}

.npl-search input[type="search"] {
    background: #FFF;
    border: none;
}

.cat-link {
    text-align: center;
    display: block;
    text-decoration: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.75em;
    width: 99.5%;
}

.cat-link:hover i {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.a-hand-up.cat-link:hover {
    box-shadow: 0 0 0 4px #fec325;
}

.animals.cat-link:hover {
    box-shadow: 0 0 0 4px #894d34;
}

.big-ideas.cat-link:hover {
    box-shadow: 0 0 0 4px #f36f21;
}

.build-community.cat-link:hover {
    box-shadow: 0 0 0 4px #ec1164;
}

.get-well.cat-link:hover {
    box-shadow: 0 0 0 4px #005aaa;
}

.great-outdoors.cat-link:hover {
    box-shadow: 0 0 0 4px #009e67;
}

.home-safe.cat-link:hover {
    box-shadow: 0 0 0 4px #009fc3;
}

.inspired-learning.cat-link:hover {
    box-shadow: 0 0 0 4px #522e91;
}

.see-art.cat-link:hover {
    box-shadow: 0 0 0 4px #ee4123;
}

.veterans.cat-link:hover {
    box-shadow: 0 0 0 4px #91278f;
}

.youth-in-action.cat-link:hover {
    box-shadow: 0 0 0 4px #a5cd38;
}

.vet.cat-link:hover {
    box-shadow: 0 0 0 4px #91268f;
}

.cat-link h3 {
    text-transform: none;
    margin: 0;
    padding: 10px 0;
}

.cat-icon {
    display: table;
    width: 100%;
    min-height: 96px;
}

.cat-icon i {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.cat-icon div {
    display: table-cell;
    vertical-align: middle;
}

/* Nonprofit colors */
.sidebar h3 {
    margin: 0.15em 0 0.5em 0;
}

li.active a {
    font-weight: bold;
}

.archive h1 {
    font-size: 3.25em;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.taxonomy-description {
    text-align: center;
    margin-top: 10px;
}

.taxonomy-description img {
    max-height: 100px;
    max-width: 300px;
    margin-bottom: 24px;
}

.term-a-hand-up h1, .a-hand-up, .a-hand-up h3, li.a-hand-up.active a, .term-a-hand-up .np-title {
    color: #fec325;
}

.term-animals h1, .animals, .animals h3, li.animals.active a, .term-animals .np-title {
    color: #894d34;
}

.term-big-ideas h1, .big-ideas, .big-ideas h3, li.big-ideas.active a, .term-big-ideas .np-title {
    color: #f36f21;
}

.term-build-community h1, .build-community, .build-community h3, li.build-community.active a, .term-build-community .np-title {
    color: #ec1164;
}

.term-get-well h1, .get-well, .get-well h3, li.get-well.active a, .term-get-well .np-title {
    color: #005aaa;
}

.term-great-outdoors h1, .great-outdoors, .great-outdoors h3, li.great-outdoors.active a, .term-great-outdoors .np-title {
    color: #009e67;
}

.term-home-safe h1, .home-safe, .home-safe h3, li.home-safe.active a, .term-home-safe .np-title {
    color: #009fc3;
}

.term-inspired-learning h1, .inspired-learning, .inspired-learning h3, li.inspired-learning.active a, .term-inspired-learning .np-title {
    color: #522e91;
}

.term-art h1, .see-art, .see-art h3, li.see-art.active a, .term-art .np-title {
    color: #ee4123;
}

.term-veterans h1, .veterans, .veterans h3, li.veterans.active a, .term-veterans .np-title {
    color: #91278f;
}

.term-youth-in-action h1, .youth-in-action, .youth-in-action h3, li.youth-in-action.active a, .term-youth-in-action .np-title {
    color: #a5cd38;
}

.term-a-hand-up .np-box .favorites-title, .a-hand-up .cat-icon {
    background: #fec325;
}

.vet .cat-icon {
    background: #91268f;
}

.vet h3 {
    color: #91268f;
}

.term-animals .np-box .favorites-title, .animals .cat-icon {
    background: #894d34;
}

.term-big-ideas .np-box .favorites-title, .big-ideas .cat-icon {
    background: #f36f21;
}

.term-build-community .np-box .favorites-title, .build-community .cat-icon {
    background: #ec1164;
}

.term-get-well .np-box .favorites-title, .get-well .cat-icon {
    background: #005aaa;
}

.term-great-outdoors .np-box .favorites-title, .great-outdoors .cat-icon {
    background: #009e67;
}

.term-home-safe .np-box .favorites-title, .home-safe .cat-icon {
    background: #009fc3;
}

.term-inspired-learning .np-box .favorites-title, .inspired-learning .cat-icon {
    background: #522e91;
}

.term-art .np-box .favorites-title, .see-art .cat-icon {
    background: #ee4123;
}

.term-veterans .np-box .favorites-title, .veterans .cat-icon {
    background: #91278f;
}

.term-youth-in-action .np-box .favorites-title, .youth-in-action .cat-icon {
    background: #a5cd38;
}

.a-hand-up.active a {
    border-top: 1px solid #fec325;
    border-bottom: 1px solid #fec325;
}

.animals.active a {
    border-top: 1px solid #894d34;
    border-bottom: 1px solid #894d34;
}

.big-ideas.active a {
    border-top: 1px solid #f36f21;
    border-bottom: 1px solid #f36f21;
}

.build-community.active a {
    border-top: 1px solid #ec1164;
    border-bottom: 1px solid #ec1164;
}

.get-well.active a {
    border-top: 1px solid #005aaa;
    border-bottom: 1px solid #005aaa;
}

.great-outdoors.active a {
    border-top: 1px solid #009e67;
    border-bottom: 1px solid #009e67;
}

.home-safe.active a {
    border-top: 1px solid #009fc3;
    border-bottom: 1px solid #009fc3;
}

.inspired-learning.active a {
    border-top: 1px solid #522e91;
    border-bottom: 1px solid #522e91;
}

.see-art.active a {
    border-top: 1px solid #ee4123;
    border-bottom: 1px solid #ee4123;
}

.veterans.active a {
    border-top: 1px solid #91278f;
    border-bottom: 1px solid #91278f;
}

.youth-in-action.active a {
    border-top: 1px solid #a5cd38;
    border-bottom: 1px solid #a5cd38;
}

/* Nonprofit Icons */
[class*="cicon"] {
    background-image: url('../images/give-categories-sprite.png');
    background-repeat: no-repeat;
    display: inline-block;
}

.cicon-vet-white {
    background: url('../images/Veterans_Icon.png');
    width: 44px;
    height: 34px;
    background-size: contain;
    background-repeat: no-repeat;
}

.cicon-animals-white {
    background-position: -9px -2px;
    width: 42px;
    height: 55px;
}

.cicon-animals-black {
    background-position: -69px -2px;
    width: 42px;
    height: 55px;
}

.cicon-animals-color {
    background-position: -129px -2px;
    width: 42px;
    height: 55px;
}

.cicon-big-ideas-white {
    background-position: -6px -63px;
    width: 48px;
    height: 55px;
}

.cicon-big-ideas-black {
    background-position: -67px -63px;
    width: 48px;
    height: 55px;
}

.cicon-big-ideas-color {
    background-position: -126px -63px;
    width: 48px;
    height: 55px;
}

.cicon-build-community-white {
    background-position: -6px -133px;
    width: 54px;
    height: 38px;
}

.cicon-build-community-black {
    background-position: -64px -133px;
    width: 54px;
    height: 38px;
}

.cicon-build-community-color {
    background-position: -124px -133px;
    width: 54px;
    height: 38px;
}

.cicon-get-well-white {
    background-position: -6px -190px;
    width: 52px;
    height: 41px;
}

.cicon-get-well-black {
    background-position: -65px -190px;
    width: 52px;
    height: 41px;
}

.cicon-get-well-color {
    background-position: -126px -190px;
    width: 52px;
    height: 41px;
}

.cicon-great-outdoors-white {
    background-position: -1px -251px;
    width: 55px;
    height: 34px;
}

.cicon-great-outdoors-black {
    background-position: -62px -251px;
    width: 55px;
    height: 34px;
}

.cicon-great-outdoors-color {
    background-position: -122px -251px;
    width: 55px;
    height: 34px;
}

.cicon-a-hand-up-white {
    background-position: -9px -310px;
    width: 41px;
    height: 41px;
}

.cicon-a-hand-up-black {
    background-position: -69px -310px;
    width: 41px;
    height: 41px;
}

.cicon-a-hand-up-color {
    background-position: -129px -310px;
    width: 41px;
    height: 41px;
}

.cicon-home-safe-white {
    background-position: -4px -370px;
    width: 52px;
    height: 42px;
}

.cicon-home-safe-black {
    background-position: -65px -370px;
    width: 52px;
    height: 42px;
}

.cicon-home-safe-color {
    background-position: -124px -370px;
    width: 52px;
    height: 42px;
}

.cicon-inspired-learning-white {
    background-position: -4px -432px;
    width: 55px;
    height: 38px;
}

.cicon-inspired-learning-black {
    background-position: -63px -432px;
    width: 55px;
    height: 38px;
}

.cicon-inspired-learning-color {
    background-position: -123px -432px;
    width: 55px;
    height: 38px;
}

.cicon-see-art-white {
    background-position: -2px -489px;
    width: 55px;
    height: 43px;
}

.cicon-art-black {
    background-position: -63px -489px;
    width: 55px;
    height: 43px;
}

.cicon-art-color {
    background-position: -123px -489px;
    width: 55px;
    height: 43px;
}

.cicon-youth-in-action-white {
    background-position: -8px -549px;
    width: 43px;
    height: 41px;
}

.cicon-youth-in-action-black {
    background-position: -69px -549px;
    width: 43px;
    height: 41px;
}

.cicon-youth-in-action-color {
    background-position: -129px -549px;
    width: 43px;
    height: 41px;
}

nav.subnav ul li.a-hand-up.active a, nav.subnav ul li.a-hand-up a:hover {
    background: #FFF3D3;
}

nav.subnav ul li.animals.active a, nav.subnav ul li.animals a:hover {
    background: #E7DBD6;
}

nav.subnav ul li.big-ideas.active a, nav.subnav ul li.big-ideas a:hover {
    background: #FDE2D3;
}

nav.subnav ul li.build-community.active a, nav.subnav ul li.build-community a:hover {
    background: #F9BAD2;
}

nav.subnav ul li.get-well.active a, nav.subnav ul li.get-well a:hover {
    background: #CCDEEE;
}

nav.subnav ul li.great-outdoors.active a, nav.subnav ul li.great-outdoors a:hover {
    background: #CCECE1;
}

nav.subnav ul li.home-safe.active a, nav.subnav ul li.home-safe a:hover {
    background: #CCECF3;
}

nav.subnav ul li.inspired-learning.active a, nav.subnav ul li.inspired-learning a:hover {
    background: #DCD5E9;
}

nav.subnav ul li.art.active a, nav.subnav ul li.see-art a:hover {
    background: #FCD9D3;
}

nav.subnav ul li.veterans.active a, nav.subnav ul li.veterans a:hover {
    background: #E9D4E9;
}

nav.subnav ul li.youth-in-action.active a, nav.subnav ul li.youth-in-action a:hover {
    background: #EDF5D7;
}

/* ==========================================================================
   Search page
   ========================================================================== */
.search h1 {
    margin-top: 0;
    font-size: 2.5em;
}

.search .page-content {
    margin-top: 2em;
}

/* ==========================================================================
   Donate
   ========================================================================== */
.donate-np-list {
    margin: 0 !important;
    padding: 0 !important;
}

.donate-np-list li {
    margin: 0.75em 0 !important;
}

.donate-np-list li:before {
    display: none;
}

.np-donate-category h3 {
    color: #009fc3;
    font-weight: bold;
}

.np-donate-amt {
    margin: auto 15px auto 0 !important;
}

.pod-category-price ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.pod-category-price ul>li {
    border-bottom: 1px solid #e0f2f8;
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
}

.pod-category-price ul>a {
    display: block;
    margin-top: 24px;
}

.pod-category-price ul>li>div {
    font-weight: normal;
}

.favorites-title, .favorites-info {
    background: #E0F2F8;
    padding: 0 20px;
}

.page-template-donate-landing .favorites-title {
    display: block;
    margin: 0;
    padding: 20px 20px 12px 20px;
}

.page-template-donate-landing .favorites-title:hover {
    background: #E0F2F8;
}

.page-template-donate-landing .favorites-info {
    padding-bottom: 20px;
    margin: 0 0 24px 0;
}

/* New 2019 */
.gform_body{
    line-height: 1.5em;
}
.gform_body h1{
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.gform_body h2 {
    line-height: 1em;
}
.dv_donate_item {
    display: flex;
}
.np-donate-lb {
    margin-left: 5px;
    display: inline-block;
    width: 65%;
    /* text-align: center; */
}
.np-donate-lb a {
    text-decoration: none;
    color: #373e42;
    font-weight: 200;
}
.donation_amnt_err{
    color: #fff;
    position: relative;
    top: 0;
    background: #009fc3;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 20px;
    z-index: 999;
}
.np-donate-amt {
    width: 30%;
    margin: auto;
}

.favorites-info {
    padding-bottom: 20px;
    margin: 0 0 24px 0;
}

.favorites-title {
    display: block;
    margin: 0;
    padding: 20px 20px 12px 20px;
}

.pod-category-price a{
    text-decoration: underline;
}

.pod-category-price a:hover{
    color: #D83B20;
}

@media only screen and (max-width: 768px){
    .np-donate-category {
        width: 100%;
        float: none;
    }
}

/* ==========================================================================
   CHECKOUT
   ========================================================================== */
.donate-checkout h3 {
    margin-bottom: 1em;
}

.checkout-btn {
    display: inline-block;
    background: #E96D2C;
    border: none !important;
    padding: 15px 35px !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    margin-bottom: 30px;
}

.checkout-btn:hover {
    background: #EE4123;
}
.donate-checkout label.form-check-label {
    font-weight: 900 !important;
    color: black;
}

.reward-checkout {
    background: #E0F3F9;
    padding: 13px;
    margin-bottom: 1em;
    line-height: 1;
    border: 1px solid #d0e6ec;
    border-radius: 3px;
}

.chosen-container {
    max-width: 100%;
}

/* New 2019 */
.info-tooltip {
    position: relative;
    top: 22px;
    font-size: 0.75em;
    text-decoration: underline;
}
.info-tooltip:hover{
    color: #D83B20;
}
.state-list{
    width: 194px;
}

.country-line{
    width: 454px;
}
.anonymous-checkbox{
    font-size: 16px;
    text-decoration: none;
}
.card-image{
    max-width: 120px;
    height: auto;
    margin-bottom: 15px;
}
.error-message-color{
    color:red;
}
.radio-width{
    width: 20%;
}
.expiration-width{
    min-width:165px !important;
}
.receive-rewards{
    position:static;
    font-size: inherit;
    text-decoration: none;
}
.receive-rewards:hover{
    color: #373e42;
}
@media only screen and (max-width: 640px){
    .donate-checkout form>div {
        width: 100%;
        margin-left: 0;
    }
}
/* ==========================================================================
   THANK YOU PAGE
   ========================================================================== */
.page-id-56 .masthead h1 {
    display: none;
}

.thank-you-download-container {
    background: #E0F2F8;
    padding: 2em;
}

.thank-you-share-title-container {
    /* border-bottom: 1px solid #009fc3; */
    border-top: 1px solid #009fc3;
}

.thank-you-share-title {
    margin-bottom: .4em;
    font-size: 1.5em;
    margin: 19px 0px 15px 0px;
    text-align: center;
}

.thank-you-share-subtitle {
    font-size: 1.2em;
    text-align: center;
}


.thank-you-share-container {
    width: 235px;
    text-align: center;
    margin: 0 auto;
}

.at-label {
    font-size: 14px !important;
}

/* ==========================================================================
   How to Donate
   ========================================================================== */
.give-clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.give-step-container {
    border-top: 1px solid #e0f2f8;
    padding: 48px 0;
}

.give-step {
    float: left;
    width: 84px;
    margin-right: 30px;
}

.give-step-number {
    position: relative;
    font-family: 'Cubano', sans-serif;
    display: inline-block;
    background: #009fc3;
    border-radius: 100px;
    width: 84px;
    height: 84px;
    text-align: center;
}

.give-step-number::before {
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 48px;
    margin-top: -24px;
    font-size: 48px;
    font-style: normal;
    line-height: 1;
}

.give-step-number.give-step-1::before {
    content: "1";
}

.give-step-number.give-step-2::before {
    content: "2";
}

.give-step-number.give-step-3::before {
    content: "3";
}

.give-step-number.give-step-4::before {
    content: "4";
}

.give-step-text {
    float: left;
    width: 80%;
    max-width: 750px;
}

.give-step-text h2 {
    margin: 14px 0 12px 0;
}

a.give-special {
    font-weight: 800;
    text-decoration: none;
}

.give-donate-callout {
    background: #e0f2f8;
    padding: 45px 60px 60px 60px;
    margin-bottom: 96px;
}

.give-donate-callout h2 {
    margin-top: 0;
}

.give-donate-callout p {
    margin: 0;
}

.give-donate-callout img {
    max-width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.give-cta-link {
    color: #D83B20;
    font-size: 1.15em;
    font-weight: 800;
    line-height: 2;
    text-decoration: none;
}

/* ==========================================================================
   Rewards Page
   ========================================================================== */
.rewards.row [class*="col-"]:first-child {
    margin-left: 0;
}

.rewards.row .col-4 {
    margin-left: 1.6%;
    min-height: 510px;
}

.rewards sup {
    top: -0.1em;
}

.indy-hero sup {
    top: -.75em;
    font-size: 50%;
}

.give-amount {
    border-bottom: 2px solid #0000003b;
    padding-bottom: .75em;
    margin-bottom: .75em;
}

.give-amount h4 {
    color: black;
}


.give-amount h5 {
    text-transform: uppercase;
    font-size: 1em;
}
.give-rewards-box {
    margin-bottom: 48px;
    border-radius: 25px;
    box-shadow: 3px 3px 5px 5px #00000024;
}

.rewards .level-1 h2 {
    background: #f36f21;
}

.rewards .level-2 h2 {
    background: #fec325;
}

.rewards .level-3 h2 {
    background: #a5cd38;
}

.rewards .level-4 h2 {
    background: #009e67;
}

.rewards .level-5 h2 {
    background: #91278f;
}

.rewards .level-6 h2 {
    background: #522e91;
}

.rewards .level-7 h2 {
    background: #ec1164;
}

.rewards .under-17-10 h2 {
    background: #005aaa;
}

.rewards .under-17-25 h2 {
    background: #005aaa;
}




.give-rewards-title {
    color: #fff;
    margin-bottom: 6px;
    border-radius: 38px;
    text-align: center;
    font-weight: 400 !important;
}

.give-rewards-title h2, .give-rewards-title h3, .give-rewards-level h2, .give-rewards-level h3 {
    color: #fff;
    font-size: 1.25em;
    font-weight: 800;
    margin-top: 0;
    line-height: 28px;
    float: left;
    text-align: left;
    padding-left: 1em;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.give-rewards-amount {
    font-weight: 400;
    font-family: 'Cubano';
}

.give-rewards-level, .give-rewards-amount {
    float: left;
    padding: 10px;
}

.give-rewards-level .icon-container {
    text-align: right;
}

.give-rewards-amount .icon-circle {
    opacity: .95;
    font-size: .5em;
    float: right;
    margin: .135em;
    padding-top: .75em;
}

.give-rewards-level {
    background: #009fc3;
    font-size: 18px;
    margin-right: 1%;
    width: 20%;
}

.give-rewards-level span, .give-rewards-amount span, .give-rewards-level strong, .give-rewards-amount strong {
    font-size: 24px;
}

.rewards-spon{
    max-width: 250px;
    max-height: 130px;
    width: auto !important;
    height: auto !important;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
}

.give-rewards-amount {
    background: #009fc3;
    font-size: 18px;
    width: 100%;
}

.give-rewards-multiply {
    background: #009fc3;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    margin-bottom: 6px;
    text-align: center;
    text-transform: uppercase;
}

.give-rewards-content {
    background: white;
    padding: 14px 22px 22px;
    font-size: 16px;
    min-height: 450px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.give-rewards-amount h4 {
    color: black;
    font-weight: 900;
}

.mas {
    width: 32%;
    margin: 5px 5px;
    min-height: 560px;
}

/* New 2019 */
.hr-position {
    margin: 3em 0;
}
.reward-parthners-paragraph {
    font-weight: 400;
}

.paragraph-bottom-space{
    margin-bottom: 48px;
}
.mas-location{
    float: left;
}
@media screen and (min-width: 1190px) {
    .mas.mas-location:nth-of-type(3n + 1) {
        clear: left;
    }
}

@media only screen and (max-width: 720px){
    .mas {
        min-height: 425px;
    }
}




/* ==========================================================================
   Boost reward box modifications
   ========================================================================== */
.give-rewards-box.boost-reward .give-rewards-level {
    width: 42%;
    min-height: 81px;
}

.give-rewards-box.boost-reward .give-rewards-level strong {
    font-size: 16px;
    text-shadow: 0px 3px 0 rgba(0, 0, 0, 0.2);
    line-height: 1;
}

.give-rewards-box.boost-reward .give-rewards-amount {
    width: 57%;
}

.bkd-orange {
    background: #f36f21;
}

.bkd-yellow {
    background: #fec325;
}

.bkd-lime-green {
    background: #a5cd38;
}

.bkd-green {
    background: #009e67;
}

.bkd-violet {
    background: #91278f;
}

.bkd-purple {
    background: #522e91;
}

.bkd-red {
    background: #ec1164;
}

.bkd-blue {
    background: #005aaa;
}

.bkd-dark-blue {
    background: #154f9b;
}

.give-rewards-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.give-rewards-content ul>li {
    margin-bottom: 15px;
}

.give-rewards-content ul>li strong {
    color: black;
    font-weight: 900;
    display: block;
    font-size: 1.125em;
}
.collapseomatic_content p a{
    
}
@media screen and (max-width: 640px) {
    .give-rewards-content {
        min-height: auto;
    }

    .rewards-item {
        max-height: 200px;
        width: auto !important;
    }

    .philanthropy-design{
        width: 80%;
        position: absolute;
        right: 0;
        top: -2em;
        padding-top: 1em;
        max-width: 450px;
        top: unset;
    }

    .philanthropy-content {
        margin-top: 4em;
    }

    .info-text {
        margin-top: 0em;
    }

    .reward-increase .col-7 {
        padding: 3em;
    }

    .hero-home-slider h4 {
        font-size: 1.5em;
    }

    .home-rewards h4 {
        padding: .15em 1.75em .15em .5em;
    }

    .nonprofits-content p {
        width: 95%;
        text-align: left;
    }

    .title-content {
        position: absolute;
        bottom: 2em;
        width: 300px;
    }

    .latest-news {
        padding: 4em 0 4em 0;
    }

    .hero-title {
        padding-top: .5em;
    }

    .the-numbers {
        display: none;
    }

    .reward-increase {
        margin-bottom: 0em;
    }

    .home-hand-icon {
        margin-bottom: -15em;
    }

    .home-bars-b-icon {
        display: none;
    }

    .mighty-three .home-title {
        padding-top: 4em;
        font-size: 2.5em;
    }


    .footer-img {
        position: relative;
        top: 0;
        z-index: 5;
        width: 100%;
        max-width: 200px;
        right: 0;
    }

    .footer-cl-icons {
        width: 100%;
    }
}

/* ==========================================================================
   Sponsors/Partners
   ========================================================================== */
.big-logos, .medium-logos {
    list-style: none;
    padding: 0;
    margin: 0;
}

.big-logos li, .medium-logos li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

.big-logos img, .medium-logos img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.big-logos li {
    width: 33%;
    padding: 1.5%;
}

.big-logos img, .medium-logos img {
    max-height: 201px;
}

.medium-logos li {
    width: 24.5%;
    padding: 1.5%;
}

@media screen and (max-width: 640px) {
    .big-logos li, .medium-logos li {
        width: 100%;
        margin: 1em 0;
    }
}

/* ==========================================================================
   Footer
   ========================================================================== */
.sponsors-section img {
    max-height: 145px !important;
    max-width: 230px !important;
    height: auto !important;
    width: auto !important;
    padding: .75em;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
}

.sponsors-section h1 {
    font-size: 1.25em;
    text-align: center;
    margin: .25em 0;
    font-weight: 800;
    font-family: 'proxima-nova';
}

.sponsors-section img:hover {
    filter: grayscale(70%);
    opacity: .75;
}

footer {
    margin: 0;
    padding: 0;
    background: #A2A2A2;
}

.footer-contact {
    font-size: 1.1em;
    font-weight: 800;
    margin: 0;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.footer-contact a {
    color: #FFF;
    text-decoration: none;
    text-transform: lowercase;
    padding: .125em;
}

.footer-sm {
    margin-top: 0px;
}

.footer-sm a {
    display: block;
    width: 22%;
    float: left;
    padding: 3%;
}

.footer-sm a:hover img {
    border: 4px solid grey;
}

.footer-sm img {
    max-width: 100%;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
    box-sizing: content-box;
    height: auto;
    margin: 0px;
    width: 60px;
}

.site-map {
    font-size: 1em;
    margin: 0 0 0 0px;
    float: none;
}

.site-map li {
    margin: 0;
    padding: 0;
    float: left;
    width: 99%;
}

.site-map a {
    margin: 0 10px;
    text-transform: capitalize;
    font-weight: 700;
    text-decoration: none;
    float: left;
    padding: 0.125em 0;
}

.site-map li:before {
    display: none;
}

.indy-logo {
    max-width: 100%;
    height: auto;
}

.footer-top {
    padding: 2em 0 1em 0;
    background: #007d9a;
}

.footer-top col-4 {
    border-right: 2px solid #327f9d;
}

.footer-bottom {
    background: #373e42;
    padding: 1em 0 0;
    color: #B4B4B4;
}

.footer-bottom a {
    color: #B4B4B4;
}

.footer-bottom p {
    text-align: center;
}

div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    height: auto !important;
}

/*New 2019*/
.full-width {
    width: 100% !important;
}
#rewardLogo .col-4{
    width: 31.623931623931625% !important;
    margin-left: 0px;
    min-height: 0px;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
}

/* ==========================================================================
  Favorite Sidebar
   ========================================================================== */
#fav-sidebar {
    right: 0px;
    width: 20%;
    top: 195px;
    position: absolute;
    z-index: 500;
}

#fav-sidebar .slideout-container {
    position: fixed;
    right: 0;
    min-width: 376px;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
}

#fav-sidebar .slideout-container.active {
    transform: translateX(32px);
}

#fav-sidebar a.slideout {
    position: relative;
    left: -76px;
    float: left;
    z-index: 20;
    display: inline-block;
    border-top: 1px solid #edeae7;
    border-bottom: 1px solid #edeae7;
    background: #edeae7;
    padding: 15px;
    border-left: 3px solid #EC1164;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    padding-top: 21px;
}

#fav-sidebar .slideout .icon-heart {
    background: #fff;
    border: 2px solid #EC1164;
    border-radius: 200px;
    padding: 10px 9px 8px 9px;
    font-size: 1.4em;
    color: #EC1164;
    line-height: 1;
}

#fav-sidebar .slideout .icon-heart:hover {
    font-size: 1.6em;
}

#fav-sidebar .favorites-container {
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 92%;
    color: black;
    background-color: #EFEDEA;
}

#fav-sidebar .favorites-container h4 {
    margin-top: 15px;
    text-align: left;
    color: #EC1164;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}

#fav-sidebar .align {
    padding: 10px 50px 10px 35px;
}

#fav-sidebar #favorites {
    padding-left: 39px;
}

#fav-sidebar .favorite {
    padding-bottom: 20px;
}

#fav-sidebar .favorite a {
    color: #009fc3;
    text-decoration: none;
}

#fav-sidebar .favorite a:hover {
    text-decoration: underline;
}

#fav-sidebar .remove-btn {
    color: red;
    cursor: pointer;
}

#fav-sidebar .instructions {
    background-color: #dcd7d1;
}

.removeOverlay {
    visibility: hidden !important;
    opacity: 0 !important;
}
.removePopup {
    display: none !important;
}
html body .showOverlay {
    visibility: visible !important;
    opacity: 1 !important;
}
html body .showPopup {
    display: Block !important;
}

/* ==========================================================================
 Loader
   ========================================================================== */
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #009fc3;
    font-size: 5px;
    margin: 0px auto;
    margin-bottom: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

/*price warning popup*/
.myremodel {
    background: #009fc3;
    color: #fff;
}

.news-content {
    margin-top: 20px;
}


.news-events-sec {
    border: none;
    border-left: 2px #009EC2 solid;
    margin: 0 !important;
}


a.news-art {
    color: #303335 !important;
    font-size: .80em;
    text-decoration: none;
}

a.news-art:hover {
    color: #009FC3 !important;
}


@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

/*Splash Page Popup*/
#cboxContent #inline_content {
    padding: 5px !important;
}
#cboxLoadedContent {
    margin-bottom: 15px !Important;
}
.popup-body {
    background-color: #469DBF;
    color: #fff;
    padding: 25px 6%;
    border-radius: 5px;
    background-size: 100% 90%;
    background-repeat: repeat-y;
}
.popup-body h1 {
    color: #fff;
    margin-top: 0;
    line-height: 50px;
}
.logo-left img {
    max-width: 100%;
}
.logo-left {
    display: inline-block;
    vertical-align: top;
    padding-right: 40px;
    max-width: 29%;
}

.content-right {
    display: inline-block;
    vertical-align: top;
    max-width: 70%;
}
.content-right p {
    font-size: 16px;
}
.popup-body h3 {
    color: #fff;
    font-family: 'Cubano';
    margin-top: 0;
    line-height: 30px;
    margin-bottom: 15px;
}

.section-bottom {
    display: flex;
    text-align: center;
    margin-top: 40px
}
.section-bottom p {
    margin-bottom: 5px;
    line-height: 22px;
}
.left-half-col {
    width: 50%;
    border-right: 1px solid #e0e0e0;
    padding-right: 20px;
}
.right-half-col {
    width: 50%;
}
/* ===============
===========================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 1700px) {
    .sidebar {
        width: 28%;
    }
}

@media screen and (max-width: 1190px) {
    .custom-logo-link {
        display: block;
    }

    .main-nav {
        display: block;
        width: 100%;
        margin: -10px 0 0 -8px;
    }

    .donate-btn {
        margin-top: -68px;
    }

    header[role="banner"] .donate-btn {
        padding: 18px 0;
    }

    /* Homepage 1190 */
    .hero-content {
        font-size: 0.9375em;
    }

    .sidebar {
        width: 45%;
    }

    .home-rewards .inner {
        min-height: 300px;
    }

    .mas {
        width: 48%;
    }

    .donate-btn-nav{
        margin-top: 0px;
    }

    .hero-image {
        margin-top: 4em;
    }

}

@media screen and (max-width: 960px) {
    .main-nav, #countdown {
        font-size: 1.125em;
    }

    .container {
        padding: 0 20px;
    }

    header[role="banner"] .donate-btn {
        right: 18px;
    }

    #countdown {
        right: 20px;
    }

    .reward-increase .col-7, .reward-increase .col-5 {
        width: 100%;
    }

    .home-rewards .inner {
        min-height: 200px;
    }
    .donate-btn-nav{
        top: 42px;
    }
}

@media screen and (max-width: 900px) {
    header[role="banner"] .donate-btn {
        top: 0;
        margin: 0;
        bottom: auto;
        right: 230px;
        padding: 15px 20px 16px 20px;
    }

    #countdown {
        padding: 4px 10px;
    }

    .hero-content .btn {
        padding: 15px;
        margin-bottom: 20px;
    }

    .sidebar {
        width: 70%;
    }

    .sponsors-section img {
        width: 13.75%;
        padding: .75%;
    }

    .sponsors-section .row {
        padding: 1em .5em;
    }
}

@media screen and (max-width: 768px) {

    .hero-content {
        font-size: 1.125em;
    }

    .footer-img {
        max-width: 200px;
    }

    .news-events-sec {
        padding: 2em 0;
        border: none !important;
        border-top: 2px #009EC2 solid !important;
        border-bottom: 2px #009EC2 solid !important;
    }
}

@media screen and (max-width: 768px) {
    .indy-hero{
        margin-top: 50px;
    }
    header[role="banner"] .donate-btn {
        bottom: auto;
        padding: 13px 15px;
        right: 50px;
        min-width: 0;
        top: 0;
        margin-top: 14px;
    }


    .collapse-title {
        width: 80%;
    }

    .home header[role="banner"] .donate-btn {
        top: 0;
    }

    header[role="banner"] .donate-btn span {
        display: none !important;
    }

    .hero-content {
        text-align: left !important;
    }

    .custom-logo-link {
        width: 66%;
        text-align: right;
    }

    .main-nav.active {
        background: white;
    }

    .main-nav {
        background: inherit;
        margin: -10px 0 0 5px;
    }

    .main-nav ul li:active>ul, .main-nav ul li:hover>ul {
        display: block;
    }

    .main-nav ul li a {
        color: #373E42 !important;
    }

    .main-nav ul li {
        border-bottom: 2px solid #efedea;
    }

    .main-nav ul li:last-child {
        border: none;
    }

    .main-nav ul ul {
        display: none;
    }

    .donate-btn {
        margin-top: -25px;
    }

    .masthead .donate-btn {
        padding: 12px 15px;
    }

    .cart-btn, .search-pop{
        display: none !important;

    }

    .donate-btn-nav{
        position: relative;
        width: 114%;
        margin-right: 0;
        right: 0;
        margin-left: -8%;
    }

    .menu-mc_gives-container {
        float: none;
    }

    a.cart-btn {
        position: relative;
        top: auto;
        margin-right: 10px;
        float: right;
        right: auto;
        margin-top: 10px;
        padding: 5px 0;
    }

    .masthead h1, h1 {
        font-size: 2em;
        margin-top: 48px;
    }

    .single-nonprofit .page-content .col-9 {
        padding-right: 0;
    }

    blockquote {
        font-size: 1.1em;
    }

    .mighty-three .col-4 {
        margin-bottom: 1.5em;
    }

    .home-young-donors .col-5 {
        border-left: none;
    }

    .latest-news .col-6:nth-of-type(1) {
        padding-right: 0;
    }

    .latest-news .col-6:nth-of-type(2) {
        padding-left: 0;
    }

    .latest-news .col-6 {
        width: 100%;
    }

    .latest-news p {
        font-size: 1em;
    }

    .latest-news .btn.blue {
        margin: 0 0 25px 0;
    }

    footer .indy-logo {
        max-width: 90px;
    }

    footer .copy {
        float: none;
    }

    .footer-contact {
        margin: 10px 5px;
        display: grid;
    }

    .site-map {
        margin: 0;
        border: none;
    }

    .left-sidebar h3 {
        display: inline-block;
        position: relative;
        cursor: pointer;
    }

    .left-sidebar h3:after {
        position: absolute;
        content: "\25BC";
        color: #777777;
        right: -15px;
        top: 8px;
        font-size: 10px;
    }

    .left-sidebar .subnav {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .left-sidebar .subnav.active {
        max-height: 40em;
        background: none;
    }

    .sidebar {
        width: calc(100% - 13px);
        top: 0px;
    }

    .footer-top col-4 {
        border-right: none;
    }

    .footer-sm img {
        text-align: center;
        margin: 0 auto;
    }

    .home-rewards h3 {
        font-size: 1.25em;
    }

    .reward-increase .second p {
        margin: 0em 0 .5em 0;
    }

    .sponsors-section img {
        width: 19%;
        display: inline-block;
    }

    .mas {
        width: 98%;
    }
}

@media screen and (max-width: 508px) {
    .np-box {
        width: 100%;
        min-height: auto;
    }

    .np-info {
        font-size: 14px;
    }

    .favorites ul {
        margin-left: -15px;
        padding-right: 40px;
    }

    .sidebar-align {
        padding-left: 23px;
    }

    .thank-you-download-container {
        padding: 1em;
    }

    .favbar {
        min-width: 84%;
    }

    .home-rewards .inner {
        min-height: 220px;
        padding: 1em .5em 0 .5em;
    }

    .reward-increase .second p {
        font-size: .85em;
        line-height: 1.25;
    }

    .reward-increase .col-7 {
        padding: 1.75em;
    }

    .home-rewards h4 {
        font-size: 1em;
    }

    .home-rewards h3 {
        font-size: 1.1em;
    }
}

.dv_donate_item {
    display: flex;

}

.np-donate-lb {
    margin-left: 5px;
    display: inline-block;
    width: 65%;

    /* text-align: center; */

}

.np-donate-lb a {
    text-decoration: none;
    color: #373e42;
}

/* .donation_amnt_err{
  color: #fff;
  position: fixed;
  top: 0;
  background: #009fc3;
  width: 100%;
  left: 0;
  text-align: center;
  padding: 20px;
  z-index: 999;
} */

.np-donate-amt {
    width: 30%;
    margin: auto;

}

.np-donate-category{
    width: 395px;
}


@media only screen and (max-width: 460px){
    .hero-image {
        max-height: 280px;
    }

}


@media only screen and (max-width: 640px){
    .custom-logo-link img {
        max-width: 120px;
        height: auto;
    }

    .collapse-icon {
        height: 6em;
        background-size: 28px;
    }

    body .collapseomatic {
        padding-top: .65em;
    }


}


@media only screen and (max-width: 768px){

    .np-donate-category {
        width: 100%;
        float: none;
    }

}
.watchvideo-ar{
    color: #009fc3;
    z-index: 999;
    text-align: right;
    margin: 7px 10px;
    cursor: pointer;
    width: calc(100% - 20px);
    display: block;
    fotn-weight: bold;
    display: block;
    fotn-weight: bold;
}

@media only screen and (min-width: 768px) {
    header[role="banner"] {
        background-color: #007d9a !important;
    }

    #mobile-cart {
        display: none;
    }

    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .dis-flex {
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

    .mxy-auto {
        margin-top: auto;
        margin-bottom: auto;
        margin-right: auto;
        margin-left: auto;
    }

    .hero-image {
        max-height: 320px;
        width: auto !important;
        display: block;
        margin: 0 auto;
    }

}


@media only screen and (min-width: 768px) {

    .custom-logo-link img {
        padding-bottom: .5em;
    }

    :root {
        --space-1: .875em;
    }

    :root {
        --space-2: 1.5em;
    }

    :root {
        --space-3: 1.75em;
    }

    :root {
        --space-4: 2.25em;
    }

    :root {
        --space-5: 3em;
    }

    .w-60 {
        width: 60%;
    }

    .w-65 {
        width: 65%;
    }

    .w-70 {
        width: 70%;
    }

    .w-75 {
        width: 75%;
    }

    .w-80 {
        width: 80%;
    }

    .w-85 {
        width: 85%;
    }

    .w-90 {
        width: 90%;
    }

    .w-95 {
        width: 95%;
    }

    .home-hand-icon {
        margin-bottom: -10em;
        max-width: 300px;
    }

    .home-bars-icon {
        max-width: 150px;
    }

    .hero-content {
        margin-right: 2%;
        padding: 50px 30px;
    }

    .height .p1 {
        display: initial;
    }

    .height a {
        height: 615px;

    }

    .about-img {
        top: -13em;
    }


    .site-map li {
        width: 50%;
    }

    .site-map a {
        float: initial;
    }

    .hero-image {
        margin-bottom: -.5em;
        max-height: 440px;
        margin-top: 4em;
    }

    .hero-home-slider {
        margin-top: 2em;
    }

    .hero-title {
        font-size: 4em;
        margin: 0 auto 15px auto;
    }
}


@media only screen and (min-width: 968px) {
    .home-bars-b-icon {
        max-width: 130px;
        margin-bottom: 0em;
    }


    .hero-image {
        max-height: 470px;
        margin-top: 4em;
    }

    header[role="banner"] .text-center p{
        padding-top: 0.25em;
    }
}

/* Slider */
.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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-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 Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
