body {
    overflow-x: hidden;
}

.farbtastic {
    position: relative;
}

.farbtastic * {
    position: absolute;
    cursor: crosshair;
}

.farbtastic,
.farbtastic .wheel {
    width: 195px;
    height: 195px;
}

.farbtastic .color,
.farbtastic .overlay {
    top: 47px;
    left: 47px;
    width: 101px;
    height: 101px;
}

.farbtastic .wheel {
    background: url(../images/wheel.png) no-repeat;
    width: 195px;
    height: 195px;
}

.farbtastic .overlay {
    background: url(../images/mask.png) no-repeat;
}

.farbtastic .marker {
    width: 17px;
    height: 17px;
    margin: -8px 0 0 -8px;
    overflow: hidden;
    background: url(../images/marker.png) no-repeat;
}


/*** Basic Styles ***/

.rescue_portfolio #Grid .mix {
    opacity: 0;
    display: none;
}

.rescue_portfolio {
    margin-top: 20px;
}

.rescue_portfolio ul {
    list-style-type: none!important;
    margin-left: 0;
}


/* Filter */

.rescue_portfolio .filter_wrap ul {
    margin: 20px 0px 40px 0;
}

.rescue_portfolio ul #filter_title {
    color: #222222;
    text-transform: uppercase;
}

.rescue_portfolio .filter_wrap ul li {
    text-decoration: none;
    text-transform: uppercase;
    color: #676765;
    display: inline;
    margin-right: 20px;
}

.rescue_portfolio .filter_wrap ul li.active {
    border-bottom: thin dotted #ccc;
    color: #222222;
}

.rescue_portfolio .filter_wrap ul li:hover {
    text-decoration: none;
    color: #222222;
}


/* Main Grid */

.rescue_portfolio ul#Grid li {
    margin-right: .5em;
}

.rescue_portfolio ul#Grid li p {
    text-align: center;
    margin: 20px 0;
}

.rescue_portfolio .portfolio_title a {
    font-size: 18px;
}

.rescue_portfolio img {
    /*  height: 220px;*/
}


/* Single Page */

.portfolio .category_details,
.portfolio .tags {
    display: none;
}

.small-block-grid-3>li:nth-of-type(3n+1) {
    clear: none!important;
}

#acdpdw_widget-6.widget {
    padding-top: 0;
}

.widget_acdpdw_widget {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
}

#acdpdw_widget-6 h2 {
    margin-bottom: 0;
}

.widget_acdpdw_widget h2 {
    background-color: #e7e5e5;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

#acdpdw_widget-6 ul {
    margin: 0 20px;
}

.widget_acdpdw_widget h4 {
    border-top: 1px #ddd solid;
    padding-top: 10px;
    color: #000;
    margin-bottom: 5px;
}

.widget_acdpdw_widget h4:first-child {
    border-top: none;
}

.widget_acdpdw_widget li {
    margin: 10px;
    /*padding-bottom:10px;*/
}

.widget_acdpdw_widget li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget_acdpdw_widget a {
    color: #7d7b7b;
    text-decoration: none;
    display: block;
}

.widget_acdpdw_widget a:hover {
    color: #7d7b7b;
}

div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

@charset "UTF-8";

/*!
 * Give Frontend SCSS/CSS
 *
 * @description: The Main SCSS file for FRONTEND styles which is compiled and minified via Gulp taskrunner
 * @package:     Give
 * @subpackage:  SCSS/Frontend
 * @copyright:   Copyright (c) 2015, WordImpress
 * @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/

#qtip-overlay.blurs,
.qtip-close {
    cursor: pointer
}

.give-modal,
.mfp-wrap {
    -webkit-backface-visibility: hidden
}

.give-item-label {
    padding: .2em .6em .3em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.dashicons-give:before,
[class*=" give-icon-"],
[class^=give-icon-] {
    font-family: give-icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.give-item-label-gray {
    background-color: #929292
}

@font-face {
    font-family: give-icomoon;
    src: url(../assets/fonts/icomoon.eot?kdnr3d);
    src: url(../assets/fonts/icomoon.eot?kdnr3d#iefix) format("embedded-opentype"), url(../assets/fonts/icomoon.woff?kdnr3d) format("woff"), url(../assets/fonts/icomoon.ttf?kdnr3d) format("truetype"), url(../assets/fonts/icomoon.svg?kdnr3d#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" give-icon-"],
[class^=give-icon-] {}

.give-icon-lamp:before {
    content: "\e603"
}

.give-icon-heart:before {
    content: "\e604"
}

.give-icon-question:before {
    content: "\e602"
}

.give-icon-info:before {
    content: "\e601"
}

.give-icon-new-tab:before {
    content: "\ea7e"
}

.give-icon-alert:before {
    content: "\f02d"
}

.give-icon-help:before {
    content: "\e606"
}

.give-icon-spinner:before {
    content: "\e605"
}

.give-icon-spinner2:before,
form[id*=give-form] .give-loading-animation:before {
    content: "\e607"
}

.give-icon-plus:before {
    content: "\e040"
}

.give-icon-minus:before {
    content: "\e041"
}

#give_secure_site_wrapper span.padlock:before,
.give-icon-locked:before {
    content: "\e600"
}

.dashicons-give:before {
    content: "\e800"
}

.fa-spin,
form[id*=give-form] .give-loading-animation:before {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.qtip {
    position: absolute;
    left: -1750pc;
    top: -1750pc;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 9pt;
    direction: ltr;
    box-shadow: none;
    padding: 0
}

.qtip-content,
.qtip-titlebar {
    position: relative;
    overflow: hidden
}

.qtip-content {
    padding: 5px 9px;
    text-align: left;
    word-wrap: break-word
}

.qtip-titlebar {
    padding: 5px 35px 5px 10px;
    border-width: 0 0 1px;
    font-weight: 700
}

.qtip-titlebar+.qtip-content {
    border-top-width: 0!important
}

.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    outline: 0;
    border: 1px solid transparent
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px
}

* html .qtip-titlebar .qtip-close {
    top: 1pc
}

.qtip-icon .ui-icon,
.qtip-titlebar .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr
}

.qtip-icon,
.qtip-icon .ui-icon {
    border-radius: 3px;
    text-decoration: none
}

.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: normal 700 10px/13px Tahoma, sans-serif;
    color: inherit;
    background: -100em -100em no-repeat
}

.qtip-default {
    border: 1px solid #F1D031;
    background-color: #FFFFA3;
    color: #555
}

.qtip-default .qtip-titlebar {
    background-color: #FFEF93
}

.qtip-default .qtip-icon {
    border-color: #CCC;
    background: #F1F1F1;
    color: #777
}

.qtip-default .qtip-titlebar .qtip-close {
    border-color: #AAA;
    color: #111
}


/*! Light tooltip style */

.qtip-light {
    background-color: #fff;
    border-color: #E2E2E2;
    color: #454545
}

.qtip-light .qtip-titlebar {
    background-color: #f1f1f1
}


/*! Dark tooltip style */

.qtip-dark {
    background-color: #505050;
    border-color: #303030;
    color: #f3f3f3
}

.qtip-dark .qtip-titlebar {
    background-color: #404040
}

.qtip-dark .qtip-icon {
    border-color: #444
}

.qtip-dark .qtip-titlebar .ui-state-hover {
    border-color: #303030
}


/*! Cream tooltip style */

.qtip-cream {
    background-color: #FBF7AA;
    border-color: #F9E98E;
    color: #A27D35
}

.qtip-red,
.qtip-red .qtip-icon,
.qtip-red .qtip-titlebar .ui-state-hover {
    border-color: #D95252
}

.qtip-cream .qtip-titlebar {
    background-color: #F0DE7D
}

.qtip-cream .qtip-close .qtip-icon {
    background-position: -82px 0
}


/*! Red tooltip style */

.qtip-red {
    background-color: #F78B83;
    color: #912323
}

.qtip-red .qtip-titlebar {
    background-color: #F06D65
}

.qtip-red .qtip-close .qtip-icon {
    background-position: -102px 0
}


/*! Green tooltip style */

.qtip-green {
    background-color: #CAED9E;
    border-color: #90D93F;
    color: #3F6219
}

.qtip-green .qtip-titlebar {
    background-color: #B0DE78
}

.qtip-green .qtip-close .qtip-icon {
    background-position: -42px 0
}


/*! Blue tooltip style */

.qtip-blue {
    background-color: #E5F6FE;
    border-color: #ADD9ED;
    color: #5E99BD
}

.qtip-blue .qtip-titlebar {
    background-color: #D0E9F5
}

.qtip-blue .qtip-close .qtip-icon {
    background-position: -2px 0
}

.qtip-shadow {
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15)
}

.qtip-bootstrap,
.qtip-rounded,
.qtip-tipsy {
    border-radius: 5px
}

.qtip-rounded .qtip-titlebar {
    border-radius: 4px 4px 0 0
}

.qtip-youtube {
    border-radius: 2px;
    box-shadow: 0 0 3px #333;
    color: #fff;
    border: 0 solid transparent;
    background: #4A4A4A;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, #000));
    background-image: -webkit-linear-gradient(top, #4A4A4A 0, #000 100%);
    background-image: -o-linear-gradient(top, #4A4A4A 0, #000 100%)
}

.qtip-youtube .qtip-titlebar {
    background-color: transparent
}

.qtip-youtube .qtip-content {
    padding: .75em;
    font: 9pt arial, sans-serif;
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"
}

.qtip-youtube .qtip-icon {
    border-color: #222
}

.qtip-youtube .qtip-titlebar .ui-state-hover {
    border-color: #303030
}

.qtip-jtools {
    background: #232323;
    background: rgba(0, 0, 0, .7);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
    background-image: -webkit-linear-gradient(top, #717171, #232323);
    background-image: -o-linear-gradient(top, #717171, #232323);
    border: 2px solid #f1f1f1;
    border-radius: 2px;
    box-shadow: 0 0 9pt #333
}

.qtip-jtools .qtip-titlebar {
    background-color: transparent;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"
}

.qtip-jtools .qtip-content {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"
}

.qtip-jtools .qtip-content,
.qtip-jtools .qtip-titlebar {
    background: 0 0;
    color: #fff;
    border: 0 dashed transparent
}

.qtip-jtools .qtip-icon {
    border-color: #555
}

.qtip-jtools .qtip-titlebar .ui-state-hover {
    border-color: #333
}

.qtip-cluetip {
    box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
    background-color: #D9D9C2;
    color: #111;
    border: 0 dashed transparent
}

.qtip-cluetip .qtip-titlebar {
    background-color: #87876A;
    color: #fff;
    border: 0 dashed transparent
}

.qtip-cluetip .qtip-icon {
    border-color: #808064
}

.qtip-cluetip .qtip-titlebar .ui-state-hover {
    border-color: #696952;
    color: #696952
}

.qtip-tipsy {
    background: #000;
    background: rgba(0, 0, 0, .87);
    color: #fff;
    border: 0 solid transparent;
    font-size: 11px;
    font-family: 'Lucida Grande', sans-serif;
    font-weight: 700;
    line-height: 1pc;
    text-shadow: 0 1px #000
}

.qtip-tipsy .qtip-titlebar {
    padding: 6px 35px 0 10px;
    background-color: transparent
}

.qtip-tipsy .qtip-content {
    padding: 6px 10px
}

.qtip-tipsy .qtip-icon {
    border-color: #222;
    text-shadow: none
}

.qtip-tipsy .qtip-titlebar .ui-state-hover {
    border-color: #303030
}

.qtip-tipped {
    border: 3px solid #959FA9;
    border-radius: 3px;
    background-color: #F9F9F9;
    color: #454545;
    font-weight: 400;
    font-family: serif
}

.qtip-tipped .qtip-titlebar {
    border-bottom-width: 0;
    color: #fff;
    background: #3A79B8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
    background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"
}

.qtip-tipped .qtip-icon {
    border: 2px solid #285589;
    background: #285589
}

.qtip-tipped .qtip-icon .ui-icon {
    background-color: #FBFBFB;
    color: #555
}

.qtip-bootstrap {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-clip: padding-box
}

.qtip-bootstrap .qtip-titlebar {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
    right: 11px;
    top: 45%;
    border-style: none
}

.qtip-bootstrap .qtip-content {
    padding: 9px 14px
}

.qtip-bootstrap .qtip-icon {
    background: 0 0
}

.qtip-bootstrap .qtip-icon .ui-icon {
    width: auto;
    height: auto;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

#qtip-overlay,
#qtip-overlay div {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=40)
}

.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
    -webkit-filter: none;
    filter: none;
    -ms-filter: none
}

.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10
}

.qtip .qtip-tip,
x:-o-prefocus {
    visibility: hidden
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
    position: absolute;
    color: #123456;
    background: 0 0;
    border: 0 dashed transparent
}

.qtip .qtip-tip canvas {
    top: 0;
    left: 0
}

.qtip .qtip-tip .qtip-vml {
    behavior: url(#default#VML);
    display: inline-block;
    visibility: visible
}

#qtip-overlay {
    position: fixed
}

#qtip-overlay div {
    position: absolute;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.qtipmodal-ie6fix {
    position: absolute!important
}

body.give_receipt_page {
    background-color: #fff;
    color: #141412;
    margin: 0;
    font-family: Helvetica, sans-serif;
    font-size: 9pt
}

body.give_receipt_page #give_receipt_wrapper {
    width: 660px;
    margin: 0 auto;
    padding: 50px 0
}

body.give_receipt_page table {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px
}

body.give_receipt_page td,
body.give_receipt_page th {
    display: table-cell;
    text-align: left;
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
    font-weight: 400
}

body.give_receipt_page th {
    font-weight: 700;
    text-transform: uppercase
}

body.give_receipt_page h3 {
    font-size: 22px;
    margin: 40px 0 5px;
    clear: both;
    display: block;
    font-weight: 700
}

table#give_donation_receipt,
table#give_donation_receipt_products {
    width: 100%
}

table#give_donation_receipt td,
table#give_donation_receipt th {
    text-align: left
}

table#give_donation_receipt li {
    list-style: none;
    margin: 0 0 8px 10px
}

table#give_donation_receipt ul {
    margin: 0;
    padding: 0
}

table#give_donation_receipt .give_receipt_payment_status.failed,
table#give_donation_receipt .give_receipt_payment_status.pending,
table#give_donation_receipt .give_receipt_payment_status.revoked {
    color: #f73f2e
}

.give-clearfix:after,
.give-clearfix:before {
    content: " ";
    display: table
}

.give-clearfix:after {
    clear: both
}

[id*=give-form] .give-hidden {
    display: none
}

[id*=give-form] fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

[id*=give-form] .give-form-title,
[id*=give-form] div.images {
    margin: 0 0 15px
}

[id*=give-form] div#give-sidebar-left {
    width: 38%;
    float: left
}

[id*=give-form] div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

[id*=give-form] div.summary {
    width: 58%;
    float: right
}

[id*=give-form] div.summary.give-full-width {
    width: 100%;
    float: none
}

[id*=give-form] .give_form select.give-select.required {
    color: #000
}

[id*=give-form] div.give-form-content-wrap {
    margin: 0 0 20px
}

#give-purchase-gravatars .give-gravatars-title,
[id*=give-form].give-display-modal .give-btn,
[id*=give-form].give-display-reveal .give-btn {
    margin: 0 0 15px
}

.single-give_forms.et_right_sidebar #main-content .container:before,
[id*=give-form].give-display-modal #give-payment-mode-select,
[id*=give-form].give-display-modal #give_purchase_form_wrap,
[id*=give-form].give-display-reveal #give-payment-mode-select,
[id*=give-form].give-display-reveal #give_purchase_form_wrap {
    display: none
}

.single-give_forms .give_forms:after,
.single-give_forms .give_forms:before {
    content: " ";
    display: table
}

.single-give_forms .give_forms:after {
    clear: both
}

#give-purchase-gravatars .give-purchase-gravatars-list {
    list-style: none;
    margin: 0;
    padding: 0
}

#give-purchase-gravatars .give-purchase-gravatars-list li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0
}

#give-recurring-form,
form.give-form,
form[id*=give-form] {
    color: #333;
    margin: 0 0 25px;
    padding: 0
}

#give-recurring-form .give-hidden,
form.give-form .give-hidden,
form[id*=give-form] .give-hidden {
    display: none
}

#give-recurring-form .give-tooltip,
form.give-form .give-tooltip,
form[id*=give-form] .give-tooltip {
    margin: 0 3px;
    padding: 0;
    font-size: 14px;
    -webkit-transition: .2s all linear;
    transition: .2s all linear;
    color: rgba(51, 51, 51, .5)
}

#give-recurring-form .form-row input[type=text].required,
#give-recurring-form .form-row input[type=tel].required,
#give-recurring-form .form-row input[type=email].required,
#give-recurring-form .form-row input[type=password].required,
#give-recurring-form .form-row select.required,
#give-recurring-form .form-row textarea.required,
#give-recurring-form .give-tooltip:hover,
form.give-form .form-row input[type=text].required,
form.give-form .form-row input[type=tel].required,
form.give-form .form-row input[type=email].required,
form.give-form .form-row input[type=password].required,
form.give-form .form-row select.required,
form.give-form .form-row textarea.required,
form.give-form .give-tooltip:hover,
form[id*=give-form] .form-row input[type=text].required,
form[id*=give-form] .form-row input[type=tel].required,
form[id*=give-form] .form-row input[type=email].required,
form[id*=give-form] .form-row input[type=password].required,
form[id*=give-form] .form-row select.required,
form[id*=give-form] .form-row textarea.required,
form[id*=give-form] .give-tooltip:hover {
    color: #333
}

#give-recurring-form h3.give-section-break,
#give-recurring-form h4.give-section-break,
#give-recurring-form legend,
form.give-form h3.give-section-break,
form.give-form h4.give-section-break,
form.give-form legend,
form[id*=give-form] h3.give-section-break,
form[id*=give-form] h4.give-section-break,
form[id*=give-form] legend {
    font-weight: 700;
    margin: 10px 0 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid #EDEDED;
    width: 100%
}

#give-recurring-form h3.give-section-break span.sub-text,
#give-recurring-form h4.give-section-break span.sub-text,
#give-recurring-form legend span.sub-text,
form.give-form h3.give-section-break span.sub-text,
form.give-form h4.give-section-break span.sub-text,
form.give-form legend span.sub-text,
form[id*=give-form] h3.give-section-break span.sub-text,
form[id*=give-form] h4.give-section-break span.sub-text,
form[id*=give-form] legend span.sub-text {
    font-style: italic;
    font-weight: 400
}

#give_secure_site_wrapper span.padlock,
.give_error:before,
.give_success:before {
    font-style: normal;
    font-family: give-icomoon;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#give-recurring-form div[id^=section-] .give-section-break,
form.give-form div[id^=section-] .give-section-break,
form[id*=give-form] div[id^=section-] .give-section-break {
    margin: 0
}

#give-recurring-form .form-row,
form.give-form .form-row,
form[id*=give-form] .form-row {
    box-sizing: border-box;
    margin: 0 0 15px;
    padding: 0
}

#give-recurring-form .form-row:after,
#give-recurring-form .form-row:before,
form.give-form .form-row:after,
form.give-form .form-row:before,
form[id*=give-form] .form-row:after,
form[id*=give-form] .form-row:before {
    content: " ";
    display: table
}

#give-recurring-form .form-row:after,
form.give-form .form-row:after,
form[id*=give-form] .form-row:after {
    clear: both
}

#give-recurring-form .form-row label,
form.give-form .form-row label,
form[id*=give-form] .form-row label {
    display: block;
    margin: 0 0 5px;
    position: relative;
    line-height: 1.7;
    text-align: left
}

#give-recurring-form .form-row label.checkbox,
form.give-form .form-row label.checkbox,
form[id*=give-form] .form-row label.checkbox {
    display: inline
}

#give-recurring-form .form-row input[type=text],
#give-recurring-form .form-row input[type=tel],
#give-recurring-form .form-row input[type=email],
#give-recurring-form .form-row input[type=password],
#give-recurring-form .form-row select,
#give-recurring-form .form-row textarea,
form.give-form .form-row input[type=text],
form.give-form .form-row input[type=tel],
form.give-form .form-row input[type=email],
form.give-form .form-row input[type=password],
form.give-form .form-row select,
form.give-form .form-row textarea,
form[id*=give-form] .form-row input[type=text],
form[id*=give-form] .form-row input[type=tel],
form[id*=give-form] .form-row input[type=email],
form[id*=give-form] .form-row input[type=password],
form[id*=give-form] .form-row select,
form[id*=give-form] .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    outline: 0;
    color: #333
}

#give-recurring-form .form-row-first,
#give-recurring-form .form-row-last,
#give-recurring-form .form-row-two-thirds,
form.give-form .form-row-first,
form.give-form .form-row-last,
form.give-form .form-row-two-thirds,
form[id*=give-form] .form-row-first,
form[id*=give-form] .form-row-last,
form[id*=give-form] .form-row-two-thirds {
    float: left;
    width: 48.5%;
    overflow: visible
}

#give-recurring-form .form-row-two-thirds,
form.give-form .form-row-two-thirds,
form[id*=give-form] .form-row-two-thirds {
    float: left;
    width: 65.75%
}

#give-recurring-form .form-row-two-thirds.form-row-first,
form.give-form .form-row-two-thirds.form-row-first,
form[id*=give-form] .form-row-two-thirds.form-row-first {
    margin-left: 0
}

#give-recurring-form .form-row-one-third,
form.give-form .form-row-one-third,
form[id*=give-form] .form-row-one-third {
    float: left;
    width: 31.25%;
    margin-left: 3%
}

#give-recurring-form .card-expiration select.card-expiry-year,
#give-recurring-form .form-row-last,
form.give-form .card-expiration select.card-expiry-year,
form.give-form .form-row-last,
form[id*=give-form] .card-expiration select.card-expiry-year,
form[id*=give-form] .form-row-last {
    float: right
}

#give-recurring-form .form-row-one-third.form-row-first,
form.give-form .form-row-one-third.form-row-first,
form[id*=give-form] .form-row-one-third.form-row-first {
    margin-left: 0
}

#give-recurring-form .form-row-wide,
form.give-form .form-row-wide,
form[id*=give-form] .form-row-wide {
    clear: both
}

#give-recurring-form .form-row-wide:after,
#give-recurring-form .form-row-wide:before,
form.give-form .form-row-wide:after,
form.give-form .form-row-wide:before,
form[id*=give-form] .form-row-wide:after,
form[id*=give-form] .form-row-wide:before {
    content: " ";
    display: table
}

#give-recurring-form .form-row-wide:after,
form.give-form .form-row-wide:after,
form[id*=give-form] .form-row-wide:after {
    clear: both
}

#give-recurring-form .give-required-indicator,
form.give-form .give-required-indicator,
form[id*=give-form] .give-required-indicator {
    color: #a00
}

#give-recurring-form .card-expiration>select,
form.give-form .card-expiration>select,
form[id*=give-form] .card-expiration>select {
    width: 44%;
    margin: 0
}

#give-recurring-form .card-expiration>span.exp-divider,
form.give-form .card-expiration>span.exp-divider,
form[id*=give-form] .card-expiration>span.exp-divider {
    display: inline;
    text-align: center
}

#give-donation-level-button-wrap:after,
#give-donation-level-button-wrap:before,
#give-gateway-radio-list:after,
#give-gateway-radio-list:before {
    display: table;
    content: " "
}

form[id*=give-form] .give-donation-amount {
    margin: 0 0 15px
}

form[id*=give-form] .give-donation-amount .give-currency-symbol {
    background-color: #f2f2f2;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0 9pt;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    box-sizing: border-box
}

form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
    border-left: 1px solid #ccc;
    border-right: none
}

form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-after {
    border-left: none;
    border-right: 1px solid #ccc
}

form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text {
    float: left;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 35px;
    line-height: 35px;
    padding: 0 9pt;
    margin: 0;
    font-size: 18px;
    box-sizing: border-box;
    width: 125px
}

form[id*=give-form] .give-donation-amount #give-amount-text.invalid-amount,
form[id*=give-form] .give-donation-amount #give-amount.invalid-amount {
    border: 1px solid red
}

form[id*=give-form] .give-donation-amount span.give-final-total-amount {
    float: left;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 35px;
    line-height: 35px;
    padding: 0 9pt;
    margin: 0;
    font-size: 18px;
    box-sizing: border-box;
    cursor: not-allowed;
    background: #FFF
}

#give-donation-level-radio-list>li label,
#give-gateway-radio-list>li .give-gateway-option,
.give-btn {
    cursor: pointer
}

form[id*=give-form] #give-final-total-wrap {
    margin: 25px 0;
    padding: 0
}

form[id*=give-form] #give-final-total-wrap:after,
form[id*=give-form] #give-final-total-wrap:before {
    content: " ";
    display: table
}

form[id*=give-form] #give-final-total-wrap:after {
    clear: both
}

form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    background-color: #f2f2f2;
    margin: 0;
    padding: 0 9pt;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px solid #ccc
}

form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
    float: left;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 35px;
    line-height: 35px;
    padding: 0 9pt;
    margin: 0;
    font-size: 18px;
    box-sizing: border-box;
    border-left: none
}

.give_error,
.give_success {
    position: relative;
    margin: 15px 0;
    background: #F9F9F9;
    padding: 1em 1em 1em 2em;
    border-left: 4px solid #a00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .125);
    clear: both
}

.give_error>p,
.give_success>p {
    margin: 0!important
}

.give_error:before,
.give_success:before {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -17px;
    background-color: #a00;
    color: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    text-shadow: 1px 1px rgba(0, 0, 0, .5);
    content: '\f02d'
}

.give_error.give_warning,
.give_success.give_warning {
    border-color: #ffba00
}

.give_error.give_warning:before,
.give_success.give_warning:before {
    background-color: #ffba00;
    text-shadow: 1px 1px rgba(0, 0, 0, .1)
}

.give_success {
    border-color: #7ad03a
}

.give_success:before {
    background-color: #7ad03a;
    content: '\e601';
    text-shadow: 1px 1px rgba(0, 0, 0, .2)
}

#give-donation-level-radio-list {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    clear: both
}

#give-donation-level-radio-list>li {
    margin: 0 0 5px;
    padding: 0
}

#give-donation-level-radio-list>li input[type=radio] {
    margin: 0 5px 0 0;
    outline: 0
}

#give-gateway-radio-list {
    float: left;
    margin: 0 0 25px;
    padding: 0;
    list-style: none
}

#give-gateway-radio-list:after {
    clear: both
}

#give-gateway-radio-list>li {
    float: left;
    margin-right: 15px;
    margin-left: 0;
    list-style-type: none
}

#give-gateway-radio-list>li .give-gateway-option input[type=radio] {
    margin: 0 5px 0 0;
    outline: 0
}

form[id*=give-form] select.give-select-level {
    outline: 0;
    border-radius: 0;
    min-width: 155px;
    border: 1px solid #ccc;
    margin: 0 0 15px
}

#give-donation-level-button-wrap {
    margin: 0 0 15px;
    padding: 0;
    clear: both;
    list-style: none
}

#give-donation-level-button-wrap:after {
    clear: both
}

#give-donation-level-button-wrap>li {
    list-style-type: none;
    float: left;
    margin: 0 5px 5px 0
}

.give_terms_links {
    float: right
}

#give_secure_site_wrapper {
    padding: 4px 4px 15px 0;
    font-size: 1pc;
    line-height: 20px
}

#give_secure_site_wrapper span.padlock {
    font-size: 1pc;
    line-height: 20px
}

#give_secure_site_wrapper span.padlock :before {
    display: inline-block
}

#give_purchase_form_wrap input.give-input.card-number.valid {
    background-image: url(../assets/images/tick.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 1pc
}

#give_purchase_form_wrap input.give-input.card-number.valid.floatlabel-input {
    background-image: url(../assets/images/tick-alt.png);
    background-position: 100% 50%;
    background-size: 72px 1pc
}

#give_purchase_form_wrap span.card-type {
    position: absolute;
    top: -2px;
    right: 0;
    width: 37px;
    height: 26px;
    background-size: 37px 26px!important
}

.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0
}

#give_purchase_form_wrap .floatlabel span.card-type {
    top: 11px;
    right: 11px
}

#give_purchase_form_wrap span.card-type.off {
    display: none
}

#give_purchase_form_wrap span.card-type.visa {
    background: url(../assets/images/visa.png) no-repeat
}

#give_purchase_form_wrap span.card-type.mastercard {
    background: url(../assets/images/mastercard.png) no-repeat
}

#give_purchase_form_wrap span.card-type.discover {
    background: url(../assets/images/discover.png) no-repeat
}

#give_purchase_form_wrap span.card-type.amex {
    background: url(../assets/images/amex.png) no-repeat
}

#give_purchase_form_wrap span.card-type.maestro {
    background: url(../assets/images/maestro.png) no-repeat
}

#give_purchase_form_wrap span.card-type.dinersclub {
    background: url(../assets/images/diners-club.png) no-repeat
}

#give_purchase_form_wrap span.card-type.jcb {
    background: url(../assets/images/jcb.png) no-repeat
}

#give_purchase_form_wrap span.card-type.dankort {
    background: url(../assets/images/dankort.png) no-repeat
}

#give_purchase_form_wrap span.card-type.unionpay {
    background: url(../assets/images/unionpay.png) no-repeat
}

@-webkit-keyframes opacity {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.give-loading-text span.elipsis {
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: opacity;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite
}

.give-loading-text span.elipsis:nth-child(1) {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s
}

.give-loading-text span.elipsis:nth-child(2) {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s
}

.give-loading-text span.elipsis:nth-child(3) {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s
}

form[id*=give-form] p.give-loading-text {
    display: none;
    float: right;
    margin: 0;
    padding: 0;
    font-style: italic;
    line-height: 20px;
    font-size: 1pc
}

form[id*=give-form] p.give-loading-text.give-updating-price-loader {
    float: left;
    margin: 6px 0 0 20px
}

form[id*=give-form] .give-loading-animation {
    font-family: give-icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 1pc;
    margin: 0 3px 0 0;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-color: transparent
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    width: 100%;
    height: 100%
}

#give-login-account-wrap:after,
#give-login-account-wrap:before {
    content: " ";
    display: table
}

#give-login-account-wrap:after {
    clear: both
}

#give-login-account-wrap>p {
    float: left;
    margin: 0 0 15px;
    padding: 0
}

#give-login-account-wrap p.give-login-message {
    margin-right: 10px
}

#give-user-login-submit input.give-submit,
#give-user-login-submit span.give-loading-animation,
.give-submit-button-wrap input.give-submit,
.give-submit-button-wrap span.give-loading-animation {
    float: left
}

#give-user-login-submit span.give-loading-animation,
.give-submit-button-wrap span.give-loading-animation {
    margin: 3px 6px;
    display: none
}

p.give-recurring-login-toggle {
    font-style: italic
}

#give-login-form div.give-login,
#give-login-form legend,
#give-register-form div.give-login,
#give-register-form legend {
    line-height: 2;
    margin-bottom: 15px
}

#give-login-form label,
#give-register-form label {
    min-width: 75pt;
    display: inline-block
}

div.give-form-wrap.mfp-hide {
    display: block!important
}

div.mfp-content .give-donation-amount,
div.mfp-content .give-form-content-wrap,
div.mfp-content .give-select-level {
    display: none
}

div.mfp-content fieldset ol,
div.mfp-content fieldset p,
div.mfp-content fieldset ul {
    margin-bottom: 1.2em;
    line-height: 1.4
}

.give-btn {
    background: #eee;
    border: 1px solid #ccc;
    padding: 8px 10px;
    line-height: 1.2em;
    font-size: 14px
}

.give-btn:hover {
    background: #dbdbdb
}

@media (max-width:768px) {
    [id*=give-form] div.images,
    [id*=give-form] div.summary {
        width: 100%;
        float: none
    }
}

.mfp-bg {
    top: 0;
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    z-index: 1043;
    outline: 0!important
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-close,
.mfp-preloader {
    text-align: center;
    position: absolute
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #CCC;
    top: 50%;
    width: auto;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-close,
.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    text-decoration: none;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 9pt;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 9pt;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}


/*!
 * Give Layouts SCSS/CSS
 *
 * @description: This file provides layout styles for various themes such as the default WordPress themes and others if applicable; Most themes handle Give's template system just fine ;)
 * @package:     Give
 * @subpackage:  SCSS/Frontend
 * @copyright:   Copyright (c) 2015, WordImpress
 * @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/

.twentythirteen .give_forms {
    padding: 40px 0
}

.twentyfourteen .tfgive {
    padding: 9pt 10px 0;
    max-width: 474px;
    margin: 0 auto
}

.twentyfourteen .tfgive .give_forms .entry-summary {
    padding: 0!important;
    margin: 0 0 1.618em!important
}

.twentyfourteen .tfgive div.give_forms.hentry.has-post-thumbnail {
    margin-top: 0
}

.twentyfourteen .tfgive .give_forms .images img {
    margin-bottom: 1em
}

@media screen and (min-width:673px) {
    .twentyfourteen .tfgive {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width:1040px) {
    .twentyfourteen .tfgive {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (min-width:1110px) {
    .twentyfourteen .tfgive {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width:1218px) {
    .twentyfourteen .tfgive {
        margin-right: 54px
    }
    .full-width .twentyfourteen .tfgive {
        margin-right: auto
    }
}

.twentyfifteen .t15give {
    padding-left: 7.6923%;
    padding-right: 7.6923%;
    padding-top: 7.6923%;
    margin-bottom: 7.6923%;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.twentyfifteen .t15give .page-title {
    margin-left: 0
}

.twentyfifteen .t15give div.summary {
    padding: 0
}

@media screen and (min-width:38.75em) {
    .twentyfifteen .t15give {
        margin-right: 7.6923%;
        margin-left: 7.6923%;
        margin-top: 8.3333%
    }
}

@media screen and (min-width:59.6875em) {
    .twentyfifteen .t15give {
        margin-left: 8.3333%;
        margin-right: 8.3333%;
        padding: 10%
    }
    .single-product .twentyfifteen .entry-summary {
        padding: 0!important
    }
}

.avada-row>div.give-wrap #content {
    width: 100%
}

.give-goal-progress {
    margin-bottom: 20px;
    clear: both
}

.give-goal-progress .income {
    font-size: 46px;
    line-height: 3pc;
    letter-spacing: -1px;
    color: #333
}

.give-goal-progress .raised {
    margin-bottom: 15px
}

.give-progress-bar {
    height: 20px;
    position: relative;
    background: #EEE;
    border-radius: 25px;
    overflow: hidden
}

.give-progress-bar>span {
    display: block;
    height: 100%;
    background-color: #2bc253;
    position: relative;
    overflow: hidden;
    border-radius: 20px 8px 8px 20px
}


/*!
 * Float Labels
 *
 * Version: 1.0.7
 * Author: Paul Ryley (http://geminilabs.io)
 * URL: https://github.com/geminilabs/float-labels.js
 * License: MIT
 */

form.floated-labels .floatlabel {
    position: relative
}

form.floated-labels .floatlabel input,
form.floated-labels .floatlabel select {
    font-size: 1pc;
    line-height: normal;
    background-color: inherit;
    border: 1px solid #ccc;
    padding: 9pt
}

form.floated-labels .floatlabel select {
    position: relative;
    color: #aaa;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none
}

form.floated-labels .floatlabel.is-active label.floatlabel-label {
    opacity: 1;
    visibility: visible
}

form.floated-labels .floatlabel.is-active input,
form.floated-labels .floatlabel.is-active select,
form.floated-labels .floatlabel.is-active textarea {
    color: #333;
    background-color: inherit;
    border-color: #ccc;
    padding-top: 20px;
    padding-bottom: 4px
}

form.floated-labels .floatlabel.is-focused label.floatlabel-label {
    color: #007ba4
}

form.floated-labels .floatlabel label.floatlabel-label {
    position: absolute;
    display: block;
    top: 8px;
    left: 9pt;
    color: #aaa;
    font-size: 11px;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0 1px
}

form.floated-labels .floatlabel label.floatlabel-label.is-visible {
    opacity: 1;
    visibility: visible
}

form.floated-labels .styled.select {
    position: relative
}

form.floated-labels .styled.select:after,
form.floated-labels .styled.select:before {
    content: '';
    position: absolute;
    display: block;
    top: 24px;
    height: 2px;
    width: 6px;
    background: #aaa;
    z-index: 2
}

form.floated-labels .styled.select:before {
    right: 18px;
    -webkit-transform: skew(0deg, 45deg);
    -ms-transform: skew(0deg, 45deg);
    transform: skew(0deg, 45deg)
}

form.floated-labels .styled.select:after {
    right: 9pt;
    -webkit-transform: skew(0deg, -45deg);
    -ms-transform: skew(0deg, -45deg);
    transform: skew(0deg, -45deg)
}

.give-modal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important
}

.give-modal form[id*=give-form],
.give-modal form[id*=give-form] .give-submit {
    margin-bottom: 0
}

.give-modal form[id*=give-form] .give-payment-mode-label {
    margin-top: 0;
    padding-top: 0
}

.give-modal .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.give-modal .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.give-modal .mfp-align-top .mfp-container:before {
    display: none
}

.give-modal .mfp-content {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 40px auto;
    z-index: 1045
}

.give-modal .mfp-content .give-btn-modal,
.give-modal .mfp-content .give-donation-levels-wrap {
    display: none
}

.give-modal .mfp-content [id*=give-form] #give-payment-mode-select,
.give-modal .mfp-content [id*=give-form] #give_purchase_form_wrap {
    display: block
}

.give-modal .mfp-ajax-holder .mfp-content,
.give-modal .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.give-modal .mfp-ajax-cur {
    cursor: progress
}

.give-modal .mfp-zoom-out-cur,
.give-modal .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.give-modal .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.give-modal .mfp-auto-cursor .mfp-content {
    cursor: auto
}

.give-modal .mfp-arrow,
.give-modal .mfp-close,
.give-modal .mfp-counter,
.give-modal .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.give-modal .mfp-loading.mfp-figure {
    display: none
}

table.give-table {
    color: #666;
    font-size: 14px;
    text-shadow: 1px 1px 0 #fff;
    background: #eaebec;
    margin: 20px 0;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-bottom: none;
    width: 100%
}

table.give-table thead {
    font-weight: 700
}

table.give-table thead th:first-child {
    border-left: none;
    text-align: left
}

table.give-table th {
    padding: 21px 25px 22px;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: none;
    background: #F6F6F6;
    text-align: center;
    font-weight: 700
}

table.give-table tbody tr {
    text-align: center
}

table.give-table tbody tr td {
    padding: 18px;
    border: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #FFF
}

table.give-table tbody tr td:first-child {
    text-align: left;
    border-left: 0
}

table.give-table tbody tr:nth-child(even) td {
    background: #fcfcfc
}

.give-divi .qtip-tipsy {
    z-index: 1000002!important
}

body.give-twentysixteen div.entry-summary {
    margin: 0
}

body.give-twentysixteen .give-btn {
    color: #333
}

body.give-twentysixteen .give-submit {
    color: #FFF
}

body.give-twentysixteen form[id*=give] fieldset {
    margin-bottom: 0
}

body.give-twentysixteen fieldset#give_terms_agreement {
    padding-left: 0
}


/*# sourceMappingURL=give.min.css.map */


/* Admin CSS */

#color-picker-example {
    float: left;
    border: 1px solid #c3c3c3;
    padding: 15px 15px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #f8f8f8;
    -moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin: 10px 0 10px 10px;
}

#tc-footer {
    margin-top: 15px;
    color: #7b7b7b;
    margin-bottom: -10px;
    font-size: 11px;
}

#color-container {
    min-width: 690px;
    overflow: auto;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-right: 15px;
}

#example-post {
    display: block;
    padding: 10px;
    color: #ffffff;
    width: 155px;
    height: 155px;
    margin-top: 10px;
    margin-left: 10px;
    line-height: 15px;
    background-color: #afe2f8;
}

#example-tile {
    text-transform: uppercase;
    font: normal normal 28px;
    margin-bottom: 10px;
}

#category-list {
    float: left;
    margin-left: 20px;
    overflow: auto;
}

#category-list li {
    padding: 5px 10px;
    margin-bottom: 0;
    list-style: none;
}

.tile-colors {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}

.tile-colors thead {
    background-color: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.47);
}

.tile-colors th {
    line-height: 26px;
}

.tile-colors input {
    width: auto;
}

.tile-colors td {
    padding: 5px;
}

.tc-note {
    padding: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #fffdeb;
    margin-top: 10px;
    font-size: 12px;
    border: 1px solid #edd500;
    clear: both;
}

.post-slides {
    margin-top: 10px;
    padding: 15px;
    background: #11b59f;
    color: #fff;
    border-radius: 10px;
}

.post-slides-button {
    display: block;
    font-size: 16px;
    width: 140px;
    text-align: center;
    padding: 10px 20px;
    background: #fff;
    color: #11b59f;
    margin-top: 10px;
    text-decoration: none;
}

.image-anchor {
    display: inline-block;
    width: 48.5%;
    margin-right: 2%;
}

.image-anchor:last-child {
    margin-right: 0;
}

.image-anchor img {
    width: 100%;
    border-radius: 5px;
}

.post-slides p,
.post-slides h3 {
    color: #fff;
}

.post-slides h3 {
    margin: 10px 0px 15px 0px;
    font-size: 40px;
    font-weight: 100;
}

#donate-box {
    font-size: 11px;
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 10px 0 0;
    color: #707070;
}

#donate-box h3 {
    margin: 0;
    font-size: 16px;
}

#donate-box form {
    text-align: center;
    float: right;
}

.category-key-list-item {
    overflow: auto;
    margin-bottom: 0;
    border-top: 1px solid #dbdbdb;
    margin-top: 0;
    padding: 10px;
}

#category-list ul li:nth-child(odd) {
    background-color: #f7f7f7;
}

.small-input {
    width: 95px;
}

#animation-style {
    width: 96px;
}

#submit-button {
    padding-top: 10px;
    border-top: 1px solid #dbdbdb;
    padding-bottom: 10px;
}

.category-key-radio {
    float: left;
    padding-top: 7px;
    padding-right: 20px;
}

.category-key-admin {
    float: left;
}

#category-list ul li hr {
    clear: both;
    border-top: 1px dashed #c9c9c9;
}


/* End Admin CSS */


/* Frontend CSS */

#post-tiles-container {
    padding-top: 15px;
}

ul#post-tiles {
    margin: 0;
    padding: 0 0 5px 0;
    overflow: auto;
}

ul#post-tiles li {
    margin: 0 5px 5px 0;
    padding: 0;
    list-style: none;
    float: left;
    overflow: hidden;
}

ul#post-tiles li a {
    display: block;
    padding: 10px;
    color: #ffffff;
    /*  width: 155px;
  height: 155px;*/
    position: relative;
    z-index: 100;
    margin-top: 0px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-variant: normal;
    text-transform: none;
    font-size: 13px;
    line-height: 16px;
}

ul#post-tiles li.news-image a {
    margin-top: -178px;
    margin-left: -170px;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

ul#post-tiles li a h3 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    line-height: 17px;
    letter-spacing: 0;
}

ul#post-tiles li a p {
    margin: 0;
    color: #ffffff;
    font-size: 11px;
    line-height: 15px;
}

ul#post-tiles li a:hover {
    background: url(plus.png) no-repeat 100% 100%;
}

#category-key {
    overflow: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
}

#category-key a {
    display: block;
    float: left;
    padding: 5px 10px;
    color: #ffffff;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

#category-all {
    border: 1px solid #b1b1b1;
    color: #888888 !important;
    padding: 4px 10px !important;
}

li.featured-image.static-over a {
    top: 0;
}

li.featured-image.up a {
    top: 100%;
}

li.featured-image.down a {
    bottom: 105%;
}

li.featured-image.left a {
    right: 105%;
}

li.featured-image.right a {
    left: 105%;
}

li.featured-image.fade a,
li.featured-image.static-hide a {
    left: 105%;
    display: none;
}

li.featured-image a {
    background: url(plus.png) no-repeat 100% 100%;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.62);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.62);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.62);
}


/* @group Pagination */

.posttiles-pagination {
    display: block;
    overflow: auto;
    padding-bottom: 14px;
}

.posttiles-pagination a {
    display: block;
    float: left;
    display: block;
    float: left;
    padding: 4px 10px;
    margin-right: 5px;
    font-size: 12px;
    border: 1px solid #b1b1b1;
    color: #888888;
}

.posttiles-pagination a {}

.posttiles-pagination span {
    display: block;
    float: left;
    display: block;
    float: left;
    padding: 4px 10px;
    margin-right: 5px;
    font-size: 12px;
    border: 1px solid #d3d3d3;
    color: #d3d3d3;
}


/* @end */


/* Add retina display plus icon */

@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (max-moz-device-pixel-ratio: 2) {
    li.featured-image a {
        background: url(plus@2x.png) no-repeat 100% 100%;
        background-size: 33px 33px;
    }
    ul#post-tiles li a:hover {
        background: url(plus@2x.png) no-repeat 100% 100%;
        background-size: 33px 33px;
    }
}


/* Responsive Code */

ul#post-tiles.responsive li a,
ul#post-tiles.responsive-mobile li a {
    width: 90%;
    height: 90%;
    padding: 5% 5% 5% 5%;
    position: relative;
}

ul#post-tiles.responsive li {
    margin-bottom: 10px;
    margin-right: 10px;
}

ul#post-tiles.responsive.tiles-large li:nth-child(4n+4) {
    margin-right: 0px;
}

ul#post-tiles.responsive.tiles-medium li:nth-child(2n+2) {
    margin-right: 0px;
}


/* End Frontend CSS */


/*!
 *  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"
}

.rescue-all {
    font-family: inherit;
}


/*----------------------------------------------------*/


/*  Clear Floats
/*----------------------------------------------------*/

.rescue-clear-floats {
    clear: both
}

.rescue-clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


/*----------------------------------------------------*/


/*  Spacing
/*----------------------------------------------------*/

.rescue-spacing {
    display: block;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    outline: none !important;
}


/*----------------------------------------------------*/


/*  Columns
/*----------------------------------------------------*/

.rescue-one-half {
    width: 48%
}

.rescue-one-third {
    width: 30.66%
}

.rescue-two-third {
    width: 65.33%
}

.rescue-one-fourth {
    width: 22%
}

.rescue-three-fourth {
    width: 74%
}

.rescue-one-fifth {
    width: 16.8%
}

.rescue-two-fifth {
    width: 37.6%
}

.rescue-three-fifth {
    width: 58.4%
}

.rescue-one-sixth {
    width: 13.33%
}

.rescue-one-half,
.rescue-one-third,
.rescue-two-third,
.rescue-three-fourth,
.rescue-one-fourth,
.rescue-one-fifth,
.rescue-two-fifth,
.rescue-three-fifth,
.rescue-one-sixth {
    position: relative;
    margin-right: 4%;
    margin-bottom: 2em;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rescue-column-last {
    margin-right: 0!important;
    clear: right;
}

.rescue-column-last:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


/*----------------------------------------------------*/


/*  Buttons
/*----------------------------------------------------*/

.rescue-button {
    margin: 20px 5px 5px 0;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    outline: none;
    border-radius: 3px;
    background: #aaaaaa;
    text-decoration: none !important;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.rescue-button span.rescue-button-inner {
    font-family: inherit;
    display: block;
    color: #fff;
    font-weight: inherit;
    font-size: 14px;
    padding: 0.625rem 1.25rem 0.6875rem;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

.rescue-button:focus,
.rescue-button:hover,
.rescue-button:active {
    opacity: 0.8;
}

.rescue-button.black {
    background: #3c5166;
}

.rescue-button.red {
    background: #e74c3c;
}

.rescue-button.orange {
    background: #e67e22;
}

.rescue-button.blue {
    background: #3498db;
}

.rescue-button.green {
    background: #2ecc71;
}

.rescue-button.white {
    background: #ecf0f1;
}

.rescue-button.white span.rescue-button-inner {
    color: #95a5a6;
}

.rescue-button.large {
    font-size: 16px
}

.rescue-button.giant {
    font-size: 18px
}

.rescue-button.left {
    float: left
}

.rescue-button.right {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}


/*----------------------------------------------------*/


/*  Highlights
/*----------------------------------------------------*/

.rescue-highlight-yellow,
.rescue-highlight-yellow a {
    background-color: #FFF7A8;
    color: #695D43;
}

.rescue-highlight-blue,
.rescue-highlight-blue a {
    color: #5091b2;
    background: #e9f7fe;
}

.rescue-highlight-green,
.rescue-highlight-green a {
    color: #5f9025;
    background: #ebf6e0;
}

.rescue-highlight-red,
.rescue-highlight-red a {
    color: #de5959;
    background: #ffe9e9;
}

.rescue-highlight-gray,
.rescue-highlight-gray a {
    color: #666;
    background: #f9f9f9;
}


/*----------------------------------------------------*/


/*  Boxes
/*----------------------------------------------------*/

.rescue-box {
    display: block;
    padding: 10px 20px;
    margin: 10px 0px;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.rescue-box p:last-child {
    margin: 0
}

.rescue-box.left {
    float: left
}

.rescue-box.right {
    float: right
}

.rescue-box.gray {
    color: #666;
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.rescue-box.red {
    color: #de5959;
    background: #ffe9e9;
    border: 1px solid #fbc4c4;
}

.rescue-box.green {
    color: #5f9025;
    background: #ebf6e0;
    border: 1px solid #b3dc82;
}

.rescue-box.blue {
    color: #5091b2;
    background: #e9f7fe;
    border: 1px solid #b6d7e8;
}

.rescue-box.yellow {
    color: #c4690e;
    background: #fffdf3;
    border: 1px solid #f2dfa4;
}


/*----------------------------------------------------*/


/*  Toggle
/*----------------------------------------------------*/

.rescue-toggle .rescue-toggle-trigger {
    display: block;
    color: #333333;
    display: block;
    padding: 15px 15px 15px 37px;
    border: 1px solid #DFDFDF;
    position: relative;
    background: #fbfbfb;
    outline: 0;
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    margin-top: 10px;
    cursor: pointer;
}

.rescue-toggle .rescue-toggle-trigger:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #cccccc;
    font-size: 15px;
    padding-left: 1em;
    position: absolute;
    top: 15px;
    left: 0;
}

.rescue-toggle .rescue-toggle-trigger:hover {
    border: 1px solid #c5c5c5;
    text-decoration: none;
}

.rescue-toggle .rescue-toggle-trigger.active,
.rescue-toggle .rescue-toggle-trigger.active:hover {
    color: #333333;
    background-color: #fbfbfb;
    position: relative;
    text-decoration: none;
}

.rescue-toggle .rescue-toggle-trigger.active:before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #cccccc;
    font-size: 15px;
    padding-left: 1em;
    position: absolute;
    top: 15px;
    left: 0;
}

.rescue-toggle .rescue-toggle-container {
    display: none;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 0px;
    font-size: 14px;
}

.rescue-toggle .rescue-toggle-container p {
    font-size: 14px;
    padding: 10px 20px 0;
}


/*----------------------------------------------------*/


/*  Tabs
/*----------------------------------------------------*/

.rescue-tabs ul.ui-tabs-nav {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #ddd;
    margin-left: 1px;
}

.rescue-tabs ul.ui-tabs-nav li {
    display: block;
    width: auto;
    height: 40px;
    padding: 0 !important;
    float: left !important;
    margin: 0 !important;
    outline: none;
}

.rescue-tabs ul.ui-tabs-nav li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 40px;
    padding: 0px 20px;
    line-height: 40px;
    border: solid 1px #ddd;
    border-width: 1px 1px 0 0;
    margin: 0;
    background-color: #FBFBFB;
    font-size: 14px;
    color: #444;
    outline: none;
}

.rescue-tabs ul.ui-tabs-nav li a:hover {
    color: #373737;
    background: #ffffff;
}

.rescue-tabs ul.ui-tabs-nav .ui-state-active a {
    background: #fff;
    height: 40px;
    position: relative;
    top: 1px;
    padding-top: 0px;
    border-left-width: 1px;
    margin: 0 0 0 -1px;
    color: #111 !important;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

.rescue-tabs ul.ui-tabs-nav .ui-state-active a:hover {
    background: #fff
}

.rescue-tabs ul.ui-tabs-nav li:first-child .ui-state-active a {
    margin-left: 0
}

.rescue-tabs ul.ui-tabs-nav li:first-child a {
    border-width: 1px 1px 0 1px
}

.rescue-tabs .tab-content {
    background: #fff;
    padding: 30px 20px 0;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
}

.rescue-tabs ul.tabs:before,
ul.tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.rescue-tabs ul.tabs:after {
    clear: both
}

.rescue-tabs ul.tabs {
    zoom: 1
}

.rescue-tabs .ui-tabs-hide {
    display: none
}

.rescue-tabs:before,
ul.rescue-tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.rescue-tabs:after {
    clear: both
}

.rescue-tabs {
    zoom: 1
}

.rescue-tabs .ui-tabs-hide {
    display: none
}

.rescue-tabs .ui-widget-header {
    background: none;
    border: none;
}


/*.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: none;
background: none;
font-weight: 300;
color: #333;
}*/


/*----------------------------------------------------*/


/*  Donation Tabs
/*----------------------------------------------------*/

.ui-widget-content {
    border: none;
}

.rescue-donation-tabs {
    width: 310px;
}

.rescue-donation-tabs p {
    margin-bottom: .5rem;
}

.rescue-donation-tabs .rescue_donation_header {
    height: 65px;
    background-color: #34495e;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    padding-top: 18px;
    border-radius: 3px 3px 0 0;
}

.rescue-donation-tabs ul.ui-tabs-nav {
    display: block;
    margin: 0;
    padding: 0;
    margin-left: 1px;
    border-top: 1px solid #ffffff;
}

.rescue-donation-tabs ul.ui-tabs-nav li {
    display: block;
    width: 33.333333333%;
    height: 75px;
    padding: 0 !important;
    float: left !important;
    margin: 0 !important;
    outline: none;
}

.rescue-donation-tabs ul.ui-tabs-nav li a {
    font-size: 14px;
    color: #34495e;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #f9fafc;
    width: auto;
    height: 75px;
    padding: 0 0;
    margin: 0;
    outline: none;
}

.rescue-donation-tabs ul.ui-tabs-nav li a span {
    position: relative;
    top: 30px;
}

.rescue-donation-tabs ul.ui-tabs-nav .ui-state-active a {
    background: #dcdcdc;
    height: 75px;
    position: relative;
    padding-top: 0px;
    color: #34495e !important;
    font-weight: 300;
}

.rescue-donation-tabs ul.ui-tabs-nav li a:hover {
    background: #e4e4e4;
    color: #34495e;
}

.rescue-donation-tabs ul.ui-tabs-nav .ui-state-active a:hover {}

.rescue-donation-tabs ul.ui-tabs-nav li:first-child .ui-state-active a {
    margin-left: 0
}

.rescue-donation-tabs ul.ui-tabs-nav li:first-child a {
    border-width: 1px 1px 0 1px
}

.rescue-donation-tabs .tab-content {
    height: 320px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 30px 20px 0;
    font-size: 14px;
}

.rescue-donation-tabs ul.tabs:before,
ul.tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.rescue-donation-tabs ul.tabs:after {
    clear: both
}

.rescue-donation-tabs ul.tabs {
    zoom: 1
}

.rescue-donation-tabs .ui-tabs-hide {
    display: none
}

.rescue-donation-tabs:before,
ul.rescue-donation-tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.rescue-donation-tabs:after {
    clear: both
}

.rescue-donation-tabs {
    zoom: 1
}

.rescue-donation-tabs .ui-tabs-hide {
    display: none
}


/* force a height so the tabs don't jump as content height changes */

.rescue-donation-tabs .tabs-spacer {
    float: left;
    height: 200px;
}

.tabs-bottom .ui-tabs-nav {
    clear: left;
    padding: 0 .2em .2em .2em;
    border: none;
}

.tabs-bottom .ui-tabs-nav li {
    top: auto;
    bottom: 0;
    margin: 0 .2em 1px 0;
    border: none;
}

.tabs-bottom .ui-tabs-nav li.ui-tabs-active {
    margin-top: -1px;
    padding-top: 1px;
}

.rescue-donation-tabs .button {
    border-radius: 4px;
    font-size: 13px;
    padding: 0.3rem 1.25rem 0.4rem;
    display: inline-block;
    background-color: #1ABC9C;
    color: #FFFFFF;
    cursor: pointer;
    margin: 1.25rem 0;
    position: relative;
    float: right;
    text-align: center;
    text-decoration: none;
    transition: background-color 300ms ease-out 0s;
}

.rescue-donation-tabs .button:focus,
.rescue-donation-tabs .button:hover {
    background-color: #15967D;
}


/*----------------------------------------------------*/


/*  Google Map
/*----------------------------------------------------*/

.googlemap {
    position: relative;
    max-width: inherit;
}

.googlemap .map_canvas {
    width: 100%;
    height: 100%;
}

.googlemap .map_canvas h3 {
    margin: 0 0 10px;
    font-size: 14px;
}

.map_canvas img {
    max-width: none !important
}


/*----------------------------------------------------*/


/*  Progress Bar
/*----------------------------------------------------*/

.rescue-progressbar {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    background: #eee;
    height: 35px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}

.rescue-progressbar-title {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    background: #6adcfa;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.rescue-progressbar-title span {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.rescue-progressbar-bar {
    height: 35px;
    width: 0px;
    background: #6adcfa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.rescue-progress-bar-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 11px;
    height: 35px;
    line-height: 35px;
    color: #444;
    color: rgba(0, 0, 0, 0.4);
}


/*----------------------------------------------------*/


/*  Icons
/*----------------------------------------------------*/

.fa.pull-center {
    margin: 0 auto;
    display: table!important;
}


/*----------------------------------------------------*/


/*  Responsive
/*----------------------------------------------------*/

@media only screen and (max-width: 520px) {
    .rescue-one-half,
    .rescue-one-third,
    .rescue-two-third,
    .rescue-three-fourth,
    .rescue-one-fourth,
    .rescue-one-fifth,
    .rescue-two-fifth,
    .rescue-three-fifth,
    .rescue-one-sixth {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .rescue-box,
    .rescue-box.left,
    .rescue-box.right {
        float: none;
        width: 100% !important;
    }
    .rescue-tabs ul.ui-tabs-nav {
        margin-left: 0
    }
    .rescue-tabs ul.ui-tabs-nav li {
        width: 100%
    }
    .rescue-tabs ul.ui-tabs-nav li a {
        border-left-width: 1px
    }
    .rescue-tabs ul.ui-tabs-nav .ui-state-active a,
    .rescue-tabs ul.ui-tabs-nav .ui-state-active a:hover {
        height: 39px;
        padding-top: 0;
        margin-left: 0;
        top: auto;
        background-color: #eee;
        color: #000;
        font-weight: bold;
    }
}

.rescue-hidden-desktop,
.rescue-visible-phone,
.rescue-visible-tablet {
    display: none
}

@media only screen and (max-width: 959px) {
    .rescue-hidden-desktop {
        display: block
    }
    .rescue-visible-desktop {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .wc-shortcodes-clearfix:before,
    .wc-shortcodes-clearfix:after {
        content: "";
        display: table;
    }
    .wc-shortcodes-clearfix:after {
        clear: both;
    }
    .wc-shortcodes-clearfix {
        zoom: 1;
        /* For IE 6/7 (trigger hasLayout) */
    }
    /**
 * [wc_accordion]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-accordion {
        margin-bottom: 20px;
    }
    .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger {
        display: block;
        position: relative;
        padding: 0;
        border: 1px solid #cccccc;
        outline: 0;
        margin: 3px 0 0 0;
    }
    .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a {
        display: block;
        padding: 10px 20px;
        cursor: pointer;
    }
    .wc-shortcodes-font-awesome-enabled .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a {
        padding: 10px 20px 10px 40px;
        position: relative;
    }
    .wc-shortcodes-font-awesome-enabled .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-size: inherit;
        text-decoration: inherit;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* *margin-right: @spacing; */
        speak: none;
        content: "\f105";
        margin-right: 0px;
        display: inline-block;
        line-height: inherit;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        padding: 10px 0;
        width: 40px;
        text-align: center;
    }
    .wc-shortcodes-font-awesome-enabled .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a:hover:before {
        text-decoration: none;
    }
    .wc-shortcodes-font-awesome-enabled .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger.wc-shortcodes-accordion-header-active a:before {
        content: "\f107";
    }
    .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger:first-child {
        margin-top: 0;
    }
    .wc-shortcodes-accordion .wc-shortcodes-accordion-content {
        padding: 20px;
        border: 1px solid #cccccc;
        border-top: 0px;
        display: none;
    }
    .wc-shortcodes-accordion.wc-shortcodes-accordion-layout-none .wc-shortcodes-accordion-content {
        padding: 20px 0;
        border-width: 0;
    }
    .wc-shortcodes-accordion .wc-shortcodes-accordion-content *:last-child {
        margin-bottom: 0
    }
    /**
 * [wc_toggle]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-toggle {
        margin-bottom: 20px;
    }
    .wc-shortcodes-toggle .wc-shortcodes-toggle-trigger {
        display: block;
        position: relative;
        padding: 0;
        border: 1px solid #cccccc;
        outline: 0;
        margin: 3px 0 0 0;
    }
    .wc-shortcodes-toggle .wc-shortcodes-toggle-trigger a {
        display: block;
        padding: 10px 20px;
        cursor: pointer;
    }
    .wc-shortcodes-font-awesome-enabled .wc-shortcodes-toggle .wc-shortcodes-toggle-trigger a {
        padding: 10px 20px 10px 40px;
        position: relative;
    }
    .wc-shortcodes-font-awesome-enabled .wc-shortcodes-toggle .wc-shortcodes-toggle-trigger a:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-size: inherit;
        text-decoration: inherit;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* *margin-right: @spacing; */
        speak: none;
        content: "\f105";
        margin-right: 0px;
        display: inline-block;
        line-height: inherit;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        padding: 10px 0;
        width: 40px;
        text-align: center;
    }
    .wc-shortcodes-font-awesome-enabled .wc-shortcodes-toggle .wc-shortcodes-toggle-trigger a:hover:before {
        text-decoration: none;
    }
    .wc-shortcodes-font-awesome-enabled .wc-shortcodes-toggle .wc-shortcodes-toggle-trigger.active a:before {
        content: "\f107";
    }
    .wc-shortcodes-toggle .wc-shortcodes-toggle-trigger.active a {}
    .wc-shortcodes-toggle .wc-shortcodes-toggle-trigger:first-child {
        margin-top: 0;
    }
    .wc-shortcodes-toggle .wc-shortcodes-toggle-container {
        display: none;
        overflow: hidden;
        padding: 20px;
        border: 1px solid #cccccc;
        border-top: 0px;
    }
    .wc-shortcodes-toggle.wc-shortcodes-toggle-layout-none .wc-shortcodes-toggle-container {
        border-width: 0;
        padding: 20px 0;
    }
    .wc-shortcodes-toggle .wc-shortcodes-toggle-container *:last-child {
        margin-bottom: 0
    }
    /**
 * [wc_tabs]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-tabs {
        margin-bottom: 20px;
    }
    .wc-shortcodes-tabs ul.wcs-tabs-nav {
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: solid 1px #cccccc;
    }
    .wc-shortcodes-tabs ul.wcs-tabs-nav li {
        display: block;
        width: auto;
        padding: 0;
        float: left;
        margin: 0 0 -1px 0;
        outline: none;
    }
    .wc-shortcodes-tabs ul.wcs-tabs-nav li a {
        display: block;
        width: auto;
        padding: 10px 20px;
        border: 1px solid #cccccc;
        border-width: 1px 1px 0 1px;
        margin-right: 3px;
        outline: none;
    }
    .wc-shortcodes-tabs ul.wcs-tabs-nav .wcs-state-active a {
        background-color: #ffffff;
        border-bottom-width: 0;
        border-bottom-color: transparent;
    }
    .wc-shortcodes-tabs .tab-content {
        background: #ffffff;
        padding: 20px;
        border-left: solid 1px #cccccc;
        border-right: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
        display: none;
    }
    .wc-shortcodes-tabs.wc-shortcodes-tabs-layout-none .tab-content {
        padding: 20px 0;
        border-width: 0;
    }
    .wc-shortcodes-tabs .tab-content *:last-child {
        margin-bottom: 0
    }
    /**
 * [wc_row]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-row {
        display: block;
        width: 100%;
    }
    /**
 * [wc_column]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-one-half {
        width: 48%
    }
    .wc-shortcodes-one-third {
        width: 30.66%
    }
    .wc-shortcodes-two-third {
        width: 65.33%
    }
    .wc-shortcodes-one-fourth {
        width: 22%
    }
    .wc-shortcodes-three-fourth {
        width: 74%
    }
    .wc-shortcodes-one-fifth {
        width: 16.8%
    }
    .wc-shortcodes-two-fifth {
        width: 37.6%
    }
    .wc-shortcodes-three-fifth {
        width: 58.4%
    }
    .wc-shortcodes-four-fifth {
        width: 67.2%
    }
    .wc-shortcodes-one-sixth {
        width: 13.33%
    }
    .wc-shortcodes-five-sixth {
        width: 82.67%
    }
    .wc-shortcodes-one-half,
    .wc-shortcodes-one-third,
    .wc-shortcodes-two-third,
    .wc-shortcodes-three-fourth,
    .wc-shortcodes-one-fourth,
    .wc-shortcodes-one-fifth,
    .wc-shortcodes-two-fifth,
    .wc-shortcodes-three-fifth,
    .wc-shortcodes-four-fifth,
    .wc-shortcodes-one-sixth,
    .wc-shortcodes-five-sixth {
        position: relative;
        margin-left: 4%;
        margin-bottom: 0;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .wc-shortcodes-column-first {
        margin-left: 0!important;
        clear: left;
    }
    @media (max-width: 480px) {
        body .wc-shortcodes-one-half,
        body .wc-shortcodes-one-third,
        body .wc-shortcodes-two-third,
        body .wc-shortcodes-three-fourth,
        body .wc-shortcodes-one-fourth,
        body .wc-shortcodes-one-fifth,
        body .wc-shortcodes-two-fifth,
        body .wc-shortcodes-three-fifth,
        body .wc-shortcodes-four-fifth,
        body .wc-shortcodes-one-sixth,
        body .wc-shortcodes-five-sixth {
            width: 100%;
            float: none;
            margin-left: 0;
            margin-bottom: 20px;
        }
    }
    /**
 * [wc_testimonials]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-testimonial {
        margin-bottom: 20px;
    }
    .wc-shortcodes-testimonial-content {
        position: relative;
        float: left;
        background: #eeeeee;
        padding: 20px;
        width: 100%;
    }
    .wc-shortcodes-testimonial-content:after {
        content: "";
        position: absolute;
        left: 12px;
        bottom: -15px;
        width: 0px;
        height: 0px;
        border-bottom: 15px solid rgba(255, 255, 255, 0);
        border-top: 15px solid rgba(255, 255, 255, 0);
        border-right: 15px solid #eeeeee;
        font-size: 0px;
        line-height: 0px;
    }
    .wc-shortcodes-testimonial-content *:last-child {
        margin-bottom: 0;
        clear: both;
    }
    .wc-shortcodes-testimonial-author {
        float: left;
        margin-top: 20px;
        margin-left: 15px;
    }
    .wc-shortcodes-testimonial-right .wc-shortcodes-testimonial-content:after {
        right: 12px;
        left: auto;
        bottom: -15px;
        border-left: 15px solid #eeeeee;
        border-right-width: 0;
    }
    .wc-shortcodes-testimonial-right .wc-shortcodes-testimonial-author {
        float: right;
        margin-right: 15px;
        margin-left: 0;
        text-align: right;
    }
    /**
 * Border
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-divider {
        display: block;
        width: 100%;
        background: none;
    }
    /* Image Line */
    .wc-shortcodes-divider.wc-shortcodes-divider-style-image {
        border: 0;
        height: 10px;
        background: url("../img/circle-border.png") repeat-x center left scroll;
    }
    /* Image Line 2 */
    .wc-shortcodes-divider.wc-shortcodes-divider-style-image2 {
        border: 0;
        height: 10px;
        background: url("../img/dash-border.png") repeat-x center left scroll;
    }
    /* Image Line 3 */
    .wc-shortcodes-divider.wc-shortcodes-divider-style-image3 {
        border: 0;
        height: 10px;
        background: url("../img/rustic-border.png") repeat-x center left scroll;
    }
    /* Single Solid Line */
    .wc-shortcodes-divider.wc-shortcodes-divider-style-solid {
        border: 0;
        height: auto;
        background: none;
        border-bottom: 1px solid #cccccc;
    }
    /* Single Dotted Line */
    .wc-shortcodes-divider.wc-shortcodes-divider-style-dotted {
        border: 0;
        height: auto;
        background: none;
        border-bottom: 1px dotted #cccccc;
    }
    /* Single Dashed Line */
    .wc-shortcodes-divider.wc-shortcodes-divider-style-dashed {
        border: 0;
        height: auto;
        background: none;
        border-bottom: 1px dashed #cccccc;
    }
    /* Double Solid Line */
    .wc-shortcodes-divider.wc-shortcodes-divider-line-double.wc-shortcodes-divider-style-solid {
        border: 0;
        background: none;
        height: 5px;
        border-bottom: 1px solid #cccccc;
    }
    .wc-shortcodes-divider.wc-shortcodes-divider-line-double.wc-shortcodes-divider-style-solid:before {
        content: '';
        display: block;
        width: 100%;
        border: 0;
        height: auto;
        background: none;
        border-bottom: 1px solid #cccccc;
    }
    /* Double Dotted Line */
    .wc-shortcodes-divider.wc-shortcodes-divider-line-double.wc-shortcodes-divider-style-dotted {
        border: 0;
        background: none;
        height: 5px;
        border-bottom: 1px dotted #cccccc;
    }
    .wc-shortcodes-divider.wc-shortcodes-divider-line-double.wc-shortcodes-divider-style-dotted:before {
        content: '';
        display: block;
        width: 100%;
        border: 0;
        height: auto;
        background: none;
        border-bottom: 1px dotted #cccccc;
    }
    /* Double Dashed Line */
    .wc-shortcodes-divider.wc-shortcodes-divider-line-double.wc-shortcodes-divider-style-dashed {
        border: 0;
        background: none;
        height: 5px;
        border-bottom: 1px dashed #cccccc;
    }
    .wc-shortcodes-divider.wc-shortcodes-divider-line-double.wc-shortcodes-divider-style-dashed:before {
        content: '';
        display: block;
        width: 100%;
        border: 0;
        height: auto;
        background: none;
        border-bottom: 1px dashed #cccccc;
    }
    /**
 * [wc_spacing]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-spacing {
        display: block !important;
        height: auto;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        outline: none !important;
        background: none !important;
    }
    /**
 * [wc_button]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-button {
        line-height: 1.3;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .wc-shortcodes-button:visited,
    .wc-shortcodes-button {
        border: none;
        text-decoration: none;
        color: #ffffff;
        background-color: #428bca;
        border: 1px solid #357ebd;
        display: inline-block;
        padding: 6px 20px;
    }
    .wc-shortcodes-button:hover {
        color: #ffffff;
        background-color: #3276b1;
        border-color: #285e8e;
        text-decoration: none;
        outline: none;
    }
    .wc-shortcodes-button:active {}
    .wc-shortcodes-button-left {
        text-align: left;
        margin-right: 0px;
        margin-left: 0px;
    }
    .wc-shortcodes-button-center {
        text-align: center;
        margin-right: 0px;
        margin-left: 0px;
    }
    .wc-shortcodes-button-center .wc-shortcodes-button {
        margin-right: 0px;
        margin-left: 0px;
    }
    .wc-shortcodes-button-right {
        text-align: right;
    }
    .wc-shortcodes-button-right .wc-shortcodes-button {
        margin-right: 0px;
        margin-left: 10px;
    }
    /* Secondary */
    .wc-shortcodes-button.wc-shortcodes-button-secondary:visited,
    .wc-shortcodes-button.wc-shortcodes-button-secondary {
        color: #333333;
        background-color: #ffffff;
        border: 1px solid #cccccc;
    }
    .wc-shortcodes-button.wc-shortcodes-button-secondary:hover {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
    }
    /* Inverse */
    .wc-shortcodes-button.wc-shortcodes-button-inverse:visited,
    .wc-shortcodes-button.wc-shortcodes-button-inverse {
        color: #357ebd;
        background-color: #e4ecf3;
        border: 1px solid #428bca;
    }
    .wc-shortcodes-button.wc-shortcodes-button-inverse:hover {
        color: #ffffff;
        background-color: #428bca;
        border-color: #357ebd;
    }
    /* Success */
    .wc-shortcodes-button.wc-shortcodes-button-success:visited,
    .wc-shortcodes-button.wc-shortcodes-button-success {
        color: #ffffff;
        background-color: #5cb85c;
        border: 1px solid #4cae4c;
    }
    .wc-shortcodes-button.wc-shortcodes-button-success:hover {
        color: #ffffff;
        background-color: #47a447;
        border-color: #398439;
    }
    /* Warning */
    .wc-shortcodes-button.wc-shortcodes-button-warning:visited,
    .wc-shortcodes-button.wc-shortcodes-button-warning {
        color: #ffffff;
        background-color: #f0ad4e;
        border: 1px solid #eea236;
    }
    .wc-shortcodes-button.wc-shortcodes-button-warning:hover {
        color: #ffffff;
        background-color: #ed9c28;
        border-color: #d58512;
    }
    /* Danger */
    .wc-shortcodes-button.wc-shortcodes-button-danger:visited,
    .wc-shortcodes-button.wc-shortcodes-button-danger {
        color: #ffffff;
        background-color: #d9534f;
        border: 1px solid #d43f3a;
    }
    .wc-shortcodes-button.wc-shortcodes-button-danger:hover {
        color: #ffffff;
        background-color: #d2322d;
        border-color: #ac2925;
    }
    /* Info */
    .wc-shortcodes-button.wc-shortcodes-button-info:visited,
    .wc-shortcodes-button.wc-shortcodes-button-info {
        color: #ffffff;
        background-color: #5bc0de;
        border: 1px solid #46b8da;
    }
    .wc-shortcodes-button.wc-shortcodes-button-info:hover {
        color: #ffffff;
        background-color: #39b3d7;
        border-color: #269abc;
    }
    /**
 * [wc_box]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-box {
        display: block;
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .wc-shortcodes-box *:last-child {
        margin: 0;
    }
    .wc-shortcodes-box *:first-child {
        margin-top: 0;
    }
    /* Primary Box */
    .wc-shortcodes-box.wc-shortcodes-box-primary {
        background-color: #428bca;
        border: 1px solid #358ebd;
    }
    .wc-shortcodes-box.wc-shortcodes-box-primary * {
        color: #ffffff;
    }
    /* Secondary Box */
    .wc-shortcodes-box.wc-shortcodes-box-secondary {
        background-color: #ffffff;
        border: 1px solid #cccccc;
    }
    .wc-shortcodes-box.wc-shortcodes-box-secondary * {
        color: #333333;
    }
    /* Inverse Box */
    .wc-shortcodes-box.wc-shortcodes-box-inverse {
        background-color: #e4ecf3;
        border: 1px solid #428bca;
    }
    .wc-shortcodes-box.wc-shortcodes-box-inverse * {
        color: #357ebd;
    }
    /* Success Box */
    .wc-shortcodes-box.wc-shortcodes-box-success {
        background-color: #5cb85c;
        border: 1px solid #4cae4c;
    }
    .wc-shortcodes-box.wc-shortcodes-box-success * {
        color: #ffffff;
    }
    /* Warning Box */
    .wc-shortcodes-box.wc-shortcodes-box-warning {
        background-color: #f0ad4e;
        border: 1px solid #eea236;
    }
    .wc-shortcodes-box.wc-shortcodes-box-warning * {
        color: #ffffff;
    }
    /* Danger Box */
    .wc-shortcodes-box.wc-shortcodes-box-danger {
        background-color: #d9534f;
        border: 1px solid #d43f3a;
    }
    .wc-shortcodes-box.wc-shortcodes-box-danger * {
        color: #ffffff;
    }
    /* Info */
    .wc-shortcodes-box.wc-shortcodes-box-info {
        background-color: #5bc0de;
        border: 1px solid #46b8da;
    }
    .wc-shortcodes-box.wc-shortcodes-box-info * {
        color: #ffffff;
    }
    /**
 * [wc_googlemap]
 * ----------------------------------------------------------------------------
 */
    .googlemap {
        position: relative;
        max-width: inherit;
        margin-bottom: 20px;
    }
    .googlemap .map_canvas {
        width: 100%;
        height: 100%;
    }
    .googlemap .map_canvas h3 {
        margin: 0 0 10px;
        font-size: 14px;
    }
    #page .map_canvas img {
        max-width: none;
    }
    /**
 * [wc_social_icons]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-social-icons-wrapper {
        width: 100%;
        margin-bottom: 14px;
        line-height: 1;
    }
    .wc-shortcodes-social-icons {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
        line-height: 1;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-social-icons-align-center {
        text-align: center;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-social-icons-align-center li {
        margin-right: 3px;
        margin-left: 3px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-social-icons-align-right {
        text-align: right;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-social-icons-align-right li {
        margin-right: 0;
        margin-left: 6px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-social-icons-size-medium img {
        max-height: 24px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-social-icons-size-medium i {
        font-size: 14px;
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-social-icons-size-small img {
        max-height: 16px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-social-icons-size-small i {
        font-size: 10px;
        width: 16px;
        height: 16px;
        line-height: 16px;
    }
    .wc-shortcodes-social-icons li {
        display: inline-block;
        margin-right: 6px;
        margin-bottom: 6px;
    }
    .wc-shortcodes-social-icons li a {
        display: block;
        line-height: 1;
    }
    .wc-shortcodes-social-icons li img {
        max-height: 48px;
    }
    .wc-shortcodes-social-icons li i {
        font-size: 24px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        background-color: #999999;
        color: #ffffff;
    }
    .wc-shortcodes-social-icons li i.fa-facebook {
        background-color: #305999;
    }
    .wc-shortcodes-social-icons li i.fa-google-plus {
        background-color: #ee7321;
    }
    .wc-shortcodes-social-icons li i.fa-twitter {
        background-color: #00a7f1;
    }
    .wc-shortcodes-social-icons li i.fa-pinterest {
        background-color: #d64800;
    }
    .wc-shortcodes-social-icons li i.fa-instagram {
        background-color: #b2b2b4;
    }
    .wc-shortcodes-social-icons li i.fa-plus-square {
        background-color: #00b5fc;
    }
    .wc-shortcodes-social-icons li i.fa-flickr {
        background-color: #ff6182;
    }
    .wc-shortcodes-social-icons li i.fa-rss {
        background-color: #facf4c;
    }
    .wc-shortcodes-social-icons li i.fa-envelope {
        background-color: #ebe180;
    }
    .wc-shortcodes-social-icons li i.fa-dollar {
        background-color: #d46000;
    }
    .wc-shortcodes-social-icons li i.fa-camera {
        background-color: #333333;
    }
    .wc-shortcodes-social-icons li i.fa-shopping-cart {
        background-color: #a5d488;
    }
    .wc-shortcodes-social-icons li i.fa-youtube {
        background-color: #c74a00;
    }
    .wc-shortcodes-social-icons li i.fa-tumblr {
        background-color: #426b8a;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-10 img {
        max-height: 10px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-12 img {
        max-height: 12px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-14 img {
        max-height: 14px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-16 img {
        max-height: 16px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-18 img {
        max-height: 18px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-20 img {
        max-height: 20px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-22 img {
        max-height: 22px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-24 img {
        max-height: 24px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-26 img {
        max-height: 26px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-28 img {
        max-height: 28px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-30 img {
        max-height: 30px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-32 img {
        max-height: 32px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-34 img {
        max-height: 34px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-36 img {
        max-height: 36px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-38 img {
        max-height: 38px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-40 img {
        max-height: 40px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-42 img {
        max-height: 42px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-44 img {
        max-height: 44px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-46 img {
        max-height: 46px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-48 img {
        max-height: 48px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-50 img {
        max-height: 50px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-52 img {
        max-height: 52px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-54 img {
        max-height: 54px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-56 img {
        max-height: 56px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-58 img {
        max-height: 58px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-60 img {
        max-height: 60px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-62 img {
        max-height: 62px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-64 img {
        max-height: 64px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-66 img {
        max-height: 66px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-68 img {
        max-height: 68px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-70 img {
        max-height: 70px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-10 i {
        font-size: 6px;
        line-height: 10px;
        height: 10px;
        width: 10px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-12 i {
        font-size: 8px;
        line-height: 12px;
        height: 12px;
        width: 12px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-14 i {
        font-size: 8px;
        line-height: 14px;
        height: 14px;
        width: 14px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-16 i {
        font-size: 10px;
        line-height: 16px;
        height: 16px;
        width: 16px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-18 i {
        font-size: 10px;
        line-height: 18px;
        height: 18px;
        width: 18px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-20 i {
        font-size: 12px;
        line-height: 20px;
        height: 20px;
        width: 20px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-22 i {
        font-size: 12px;
        line-height: 22px;
        height: 22px;
        width: 22px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-24 i {
        font-size: 14px;
        line-height: 24px;
        height: 24px;
        width: 24px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-26 i {
        font-size: 14px;
        line-height: 26px;
        height: 26px;
        width: 26px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-28 i {
        font-size: 16px;
        line-height: 28px;
        height: 28px;
        width: 28px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-30 i {
        font-size: 16px;
        line-height: 30px;
        height: 30px;
        width: 30px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-32 i {
        font-size: 18px;
        line-height: 32px;
        height: 32px;
        width: 32px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-34 i {
        font-size: 18px;
        line-height: 34px;
        height: 34px;
        width: 34px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-36 i {
        font-size: 18px;
        line-height: 36px;
        height: 36px;
        width: 36px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-38 i {
        font-size: 20px;
        line-height: 38px;
        height: 38px;
        width: 38px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-40 i {
        font-size: 20px;
        line-height: 40px;
        height: 40px;
        width: 40px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-42 i {
        font-size: 22px;
        line-height: 42px;
        height: 42px;
        width: 42px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-44 i {
        font-size: 22px;
        line-height: 44px;
        height: 44px;
        width: 44px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-46 i {
        font-size: 24px;
        line-height: 46px;
        height: 46px;
        width: 46px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-48 i {
        font-size: 24px;
        line-height: 48px;
        height: 48px;
        width: 48px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-50 i {
        font-size: 26px;
        line-height: 50px;
        height: 50px;
        width: 50px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-52 i {
        font-size: 26px;
        line-height: 52px;
        height: 52px;
        width: 52px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-54 i {
        font-size: 28px;
        line-height: 54px;
        height: 54px;
        width: 54px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-56 i {
        font-size: 28px;
        line-height: 56px;
        height: 56px;
        width: 56px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-58 i {
        font-size: 30px;
        line-height: 58px;
        height: 58px;
        width: 58px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-60 i {
        font-size: 30px;
        line-height: 60px;
        height: 60px;
        width: 60px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-62 i {
        font-size: 32px;
        line-height: 62px;
        height: 62px;
        width: 62px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-64 i {
        font-size: 32px;
        line-height: 64px;
        height: 64px;
        width: 64px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-66 i {
        font-size: 34px;
        line-height: 66px;
        height: 66px;
        width: 66px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-68 i {
        font-size: 34px;
        line-height: 68px;
        height: 68px;
        width: 68px;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-maxheight-70 i {
        font-size: 36px;
        line-height: 70px;
        height: 70px;
        width: 70px;
    }
    .wc-shortcodes-social-icons li:first-child {
        margin-left: 0;
    }
    .wc-shortcodes-social-icons li:last-child {
        margin-right: 0;
    }
    /**
 * [wc_share]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-share-buttons {
        line-height: 1;
    }
    .wc-shortcodes-share-buttons ul {
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 1;
    }
    .wc-shortcodes-share-buttons li {
        display: inline-block;
        margin-right: 7px;
    }
    .wc-shortcodes-share-buttons li a {
        display: block;
        line-height: 1;
    }
    .wc-shortcodes-share-buttons li a img {
        vertical-align: top;
        max-height: 36px;
    }
    .wc-shortcodes-share-buttons ul li:last-child {
        margin-right: 0;
    }
    .wc-shortcodes-share-buttons li i {
        font-size: 20px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        overflow: hidden;
        text-align: center;
        vertical-align: top;
        background-color: #999999;
        color: #ffffff;
    }
    .wc-shortcodes-share-buttons-format-icon-text li span {
        margin-left: 0.4em;
    }
    .wc-shortcodes-share-buttons-format-text li a i {
        display: none;
    }
    .wc-shortcodes-share-buttons li i.fa-facebook {
        background-color: #305999;
    }
    .wc-shortcodes-share-buttons li i.fa-google-plus {
        background-color: #ee7321;
    }
    .wc-shortcodes-share-buttons li i.fa-twitter {
        background-color: #00a7f1;
    }
    .wc-shortcodes-share-buttons li i.fa-pinterest {
        background-color: #d64800;
    }
    .wc-shortcodes-share-buttons li i.fa-instagram {
        background-color: #b2b2b4;
    }
    .wc-shortcodes-share-buttons li i.fa-plus-square {
        background-color: #00b5fc;
    }
    .wc-shortcodes-share-buttons li i.fa-flickr {
        background-color: #ff6182;
    }
    .wc-shortcodes-share-buttons li i.fa-rss {
        background-color: #facf4c;
    }
    .wc-shortcodes-share-buttons li i.fa-envelope {
        background-color: #ebe180;
    }
    .wc-shortcodes-share-buttons li i.fa-dollar {
        background-color: #d46000;
    }
    .wc-shortcodes-share-buttons li i.fa-camera {
        background-color: #333333;
    }
    .wc-shortcodes-share-buttons li i.fa-shopping-cart {
        background-color: #a5d488;
    }
    .wc-shortcodes-share-buttons li i.fa-youtube {
        background-color: #c74a00;
    }
    .wc-shortcodes-share-buttons li i.fa-tumblr {
        background-color: #426b8a;
    }
    /**
 * [wc_skillbar]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-skillbar {
        position: relative;
        display: block;
        margin-bottom: 15px;
        width: 100%;
        background: #eee;
        height: 35px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -webkit-transition: 0.4s linear;
        -moz-transition: 0.4s linear;
        -ms-transition: 0.4s linear;
        -o-transition: 0.4s linear;
        transition: 0.4s linear;
        -webkit-transition-property: width, background-color;
        -moz-transition-property: width, background-color;
        -ms-transition-property: width, background-color;
        -o-transition-property: width, background-color;
        transition-property: width, background-color;
    }
    .wc-shortcodes-skillbar-title {
        position: absolute;
        top: 0;
        left: 0;
        font-weight: bold;
        font-size: 13px;
        color: #fff;
        background: #6adcfa;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    .wc-shortcodes-skillbar-title span {
        display: block;
        background: rgba(0, 0, 0, 0.1);
        padding: 0 20px;
        height: 35px;
        line-height: 35px;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    .wc-shortcodes-skillbar-bar {
        height: 35px;
        width: 0px;
        background: #6adcfa;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }
    .wc-shortcodes-skill-bar-percent {
        position: absolute;
        right: 10px;
        top: 0;
        font-size: 11px;
        height: 35px;
        line-height: 35px;
        color: #444;
        color: rgba(0, 0, 0, 0.4);
    }
    /**
 * [wc_pricing]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-pricing {
        margin-bottom: 20px;
    }
    .wc-shortcodes-pricing div {
        list-style: none;
    }
    .wc-shortcodes-pricing>div {
        list-style: none;
        text-shadow: none;
        margin-bottom: 0;
    }
    .wc-shortcodes-pricing .wc-shortcodes-pricing-header {
        background: #428bca;
        color: #ffffff;
        text-align: center;
        padding: 20px 0;
        border: 1px solid #357ebd;
    }
    .wc-shortcodes-pricing .wc-shortcodes-pricing-header h5 {
        color: #ffffff;
        font-size: 130%;
        margin: 0;
        padding: 0 20px 20px;
    }
    .wc-shortcodes-pricing .wc-shortcodes-pricing-cost {
        font-size: 170%;
        padding-top: 20px;
        border-top: 1px solid #357ebd;
    }
    .wc-shortcodes-pricing .wc-shortcodes-pricing-per {
        font-size: 80%;
    }
    .wc-shortcodes-pricing .wc-shortcodes-pricing-content {
        background: #ffffff;
        text-align: center;
        border-left: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
    }
    .wc-shortcodes-pricing .wc-shortcodes-pricing-content ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .wc-shortcodes-pricing .wc-shortcodes-pricing-content ul li {
        margin: 0;
        padding: 10px 20px;
        border-bottom: 1px solid #eeeeee;
        list-style: none;
    }
    .wc-shortcodes-pricing .wc-shortcodes-pricing-content ul li:nth-child(2n+2) {
        background: #f7f7f7;
    }
    .wc-shortcodes-pricing .wc-shortcodes-pricing-button {
        text-align: center;
        padding: 20px;
        border: 1px solid #eeeeee;
        border-top-width: 0;
    }
    .wc-shortcodes-pricing .wc-shortcodes-pricing-button .wc-shortcodes-button {
        float: none;
        margin: 0;
    }
    /* Secondary */
    .wc-shortcodes-pricing.wc-shortcodes-pricing-type-secondary .wc-shortcodes-pricing-header {
        background: #333333;
        color: #ffffff;
        border: 1px solid #cccccc;
    }
    .wc-shortcodes-pricing.wc-shortcodes-pricing-type-secondary .wc-shortcodes-pricing-header h5 {
        color: #ffffff;
    }
    .wc-shortcodes-pricing.wc-shortcodes-pricing-type-secondary .wc-shortcodes-pricing-cost {
        border-top: 1px solid #000000;
    }
    /* Inverse */
    .wc-shortcodes-pricing.wc-shortcodes-pricing-type-inverse .wc-shortcodes-pricing-header {
        background: #e4ecf3;
        color: #357ebd;
        border: 1px solid #cccccc;
    }
    .wc-shortcodes-pricing.wc-shortcodes-pricing-type-inverse .wc-shortcodes-pricing-header h5 {
        color: #357ebd;
    }
    .wc-shortcodes-pricing.wc-shortcodes-pricing-type-inverse .wc-shortcodes-pricing-cost {
        border-top: 1px solid #cccccc;
    }
    /**
 * [wc_highlight]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-highlight-yellow,
    .wc-shortcodes-highlight-yellow a {
        background-color: #fff7a8;
        color: #695d43;
    }
    .wc-shortcodes-highlight-blue,
    .wc-shortcodes-highlight-blue a {
        color: #5091b2;
        background: #e9f7fe;
    }
    .wc-shortcodes-highlight-green,
    .wc-shortcodes-highlight-green a {
        color: #5f9025;
        background: #d3e8da;
    }
    .wc-shortcodes-highlight-red,
    .wc-shortcodes-highlight-red a {
        color: #de5959;
        background: #ffe9e9;
    }
    .wc-shortcodes-highlight-gray,
    .wc-shortcodes-highlight-gray a {
        color: #555555;
        background: #f7f7f7;
    }
    /**
 * [wc_html]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-html-wrapper {
        margin-bottom: 20px;
    }
    /**
 * [wc_pre]
 * ----------------------------------------------------------------------------
 */
    /* desert scheme ported from vim to google prettify */
    pre.prettyprint {
        display: block;
        background-color: #333;
        overflow: auto;
        padding: 20px;
        white-space: pre;
        word-wrap: normal;
    }
    pre .nocode {
        background-color: transparent;
        color: #000
    }
    pre .str {
        color: #ffa0a0
    }
    /* string  - pink */
    pre .kwd {
        color: #f0e68c;
        font-weight: bold
    }
    pre .com {
        color: #87ceeb
    }
    /* comment - skyblue */
    pre .typ {
        color: #98fb98
    }
    /* type    - lightgreen */
    pre .lit {
        color: #cd5c5c
    }
    /* literal - darkred */
    pre .pun {
        color: #fff
    }
    /* punctuation */
    pre .pln {
        color: #fff
    }
    /* plaintext */
    pre .tag {
        color: #f0e68c;
        font-weight: bold
    }
    /* html/xml tag    - lightyellow */
    pre .atn {
        color: #bdb76b;
        font-weight: bold
    }
    /* attribute name  - khaki */
    pre .atv {
        color: #ffa0a0
    }
    /* attribute value - pink */
    pre .dec {
        color: #98fb98
    }
    /* decimal         - lightgreen */
    /* Specify class=linenums on a pre to get line numbering */
    ol.linenums {
        margin-top: 0;
        margin-bottom: 0;
        color: #AEAEAE
    }
    /* IE indents via margin-left */
    /* li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none } */
    /* Alternate shading for lines */
    li.L1,
    li.L3,
    li.L5,
    li.L7,
    li.L9 {}
    @media print {
        pre.prettyprint {
            background-color: transparent;
        }
        pre .str,
        code .str {
            color: #060
        }
        pre .kwd,
        code .kwd {
            color: #006;
            font-weight: bold
        }
        pre .com,
        code .com {
            color: #600;
            font-style: italic
        }
        pre .typ,
        code .typ {
            color: #404;
            font-weight: bold
        }
        pre .lit,
        code .lit {
            color: #044
        }
        pre .pun,
        code .pun {
            color: #440
        }
        pre .pln,
        code .pln {
            color: #000
        }
        pre .tag,
        code .tag {
            color: #006;
            font-weight: bold
        }
        pre .atn,
        code .atn {
            color: #404
        }
        pre .atv,
        code .atv {
            color: #060
        }
    }
    pre.pre-scrollable {
        max-height: 600px;
    }
    pre.pre-wrap {
        white-space: pre-wrap;
        /* css-3 */
        white-space: -moz-pre-wrap;
        /* Mozilla, since 1999 */
        white-space: -pre-wrap;
        /* Opera 4-6 */
        white-space: -o-pre-wrap;
        /* Opera 7 */
        word-wrap: break-word;
        /* Internet Explorer 5.5+ */
    }
    /**
 * [wc_center]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-center {
        margin: 0 auto;
        width: 100%;
    }
    .wc-shortcodes-center.wc-shortcodes-center-inner-align-center {
        text-align: center;
    }
    .wc-shortcodes-center.wc-shortcodes-center-inner-align-left {
        text-align: left;
    }
    .wc-shortcodes-center.wc-shortcodes-center-inner-align-right {
        text-align: right;
    }
    /**
 * [wc_heading]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-heading .wc-shortcodes-heading-style1 {
        padding-bottom: 20px;
        border-bottom: 1px solid #cccccc;
    }
    .wc-shortcodes-heading.text-align-center {
        text-align: center;
    }
    .wc-shortcodes-heading.text-align-left {
        text-align: left;
    }
    .wc-shortcodes-heading.text-align-right {
        text-align: right;
    }
    /**
 * Social Media Widget
 * ----------------------------------------------------------------------------
 */
    .widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons {
        text-align: center;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-columns-float-left {
        text-align: left;
    }
    .wc-shortcodes-social-icons.wc-shortcodes-columns-float-right {
        text-align: right;
    }
    .widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons li {
        display: inline-block;
        padding: 3px;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons.wc-shortcodes-columns-float-left li {
        padding-right: 6px;
        padding-left: 0;
    }
    .widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons.wc-shortcodes-columns-float-right li {
        padding-right: 0;
        padding-left: 6px;
    }
    .widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons.wc-shortcodes-columns-8 li {
        width: 12.5%;
    }
    .widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons.wc-shortcodes-columns-7 li {
        width: 14.28571428%;
    }
    .widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons.wc-shortcodes-columns-6 li {
        width: 16.66666666%;
    }
    .widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons.wc-shortcodes-columns-5 li {
        width: 20%;
    }
    .widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons.wc-shortcodes-columns-4 li {
        width: 25%;
    }
    .widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons.wc-shortcodes-columns-3 li {
        width: 33.33333333%;
    }
    .widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons.wc-shortcodes-columns-2 li {
        width: 50%;
    }
    .widget_wc_shortcodes_social_icons .wc-shortcodes-social-icons.wc-shortcodes-columns-1 li {
        width: 100%;
    }
    /**
 * jQuery Countdown styles 1.6.3.
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-countdown-bg4 {
        margin-bottom: 20px;
    }
    .wc-shortcodes-countdown {
        border: 1px solid #ccc;
        background-color: #eee;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .wc-shortcodes-countdown.countdown_rtl {
        direction: rtl;
    }
    .wc-shortcodes-countdown.countdown_holding div {
        color: #888;
    }
    .wc-shortcodes-countdown .countdown_row {
        clear: both;
        width: 100%;
        padding: 0px 2px;
        text-align: center;
    }
    .wc-shortcodes-countdown .countdown_show1 .countdown_section {
        width: 98%;
    }
    .wc-shortcodes-countdown .countdown_show2 .countdown_section {
        width: 48%;
    }
    .wc-shortcodes-countdown .countdown_show3 .countdown_section {
        width: 32.5%;
    }
    .wc-shortcodes-countdown .countdown_show4 .countdown_section {
        width: 24.5%;
    }
    .wc-shortcodes-countdown .countdown_show5 .countdown_section {
        width: 19.5%;
    }
    .wc-shortcodes-countdown .countdown_show6 .countdown_section {
        width: 16.25%;
    }
    .wc-shortcodes-countdown .countdown_show7 .countdown_section {
        width: 14%;
    }
    .wc-shortcodes-countdown .countdown_section {
        display: inline-block;
        font-size: 80%;
        text-align: center;
        border-right: 1px solid #cccccc;
    }
    .wc-shortcodes-countdown .countdown_row *:last-child,
    .wc-shortcodes-countdown .countdown_row:last-child {
        border-width: 0;
    }
    .wc-shortcodes-countdown .countdown_amount {
        font-size: 200%;
    }
    .wc-shortcodes-countdown .countdown_descr {
        display: block;
        width: 100%;
    }
    .wc-shortcodes-countdown .countdown_expired_message {
        font-size: 200%;
    }
    /**
 * [wc_rsvp]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-rsvp input[type="text"],
    .wc-shortcodes-rsvp textarea,
    .wc-shortcodes-rsvp select {
        width: 100%;
    }
    .wc-shortcodes-rsvp-align-center {
        text-align: center;
    }
    .wc-shortcodes-rsvp-align-right {
        text-align: right;
    }
    .rsvp-button-align-center .rsvp-button-wrapper {
        text-align: center;
    }
    .rsvp-button-align-center .wc-shortcodes-box {
        text-align: center;
    }
    .rsvp-button-align-right .rsvp-button-wrapper {
        text-align: right;
    }
    .rsvp-button-align-right .wc-shortcodes-box {
        text-align: right;
    }
    .rsvp-button-align-left .rsvp-button-wrapper {
        text-align: left;
    }
    .rsvp-button-align-left .wc-shortcodes-box {
        text-align: left;
    }
    .wc-shortcodes-rsvp .wc-shortcodes-box {
        padding-top: 5px;
        padding-bottom: 5px;
        display: none;
    }
    /**
 * [wc_post]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-posts-wrapper {
        overflow-x: hidden;
    }
    .wc-shortcodes-post-content {
        padding: 0 20px;
    }
    .wc-shortcodes-post-border {
        border: 1px solid #dddddd;
    }
    .wc-shortcodes-entry-thumbnail {
        margin: 0;
        text-align: center;
    }
    .wc-shortcodes-entry-title {
        margin-top: 20px;
        margin-bottom: 20px;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }
    .wc-shortcodes-entry-meta {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .wc-shortcodes-entry-meta-inner {
        margin-bottom: 20px;
    }
    .wc-shortcodes-entry-summary {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .wc-shortcodes-entry-quote blockquote {
        margin-top: 0;
        padding: 10px 20px;
    }
    .wc-shortcodes-footer-entry-meta {
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 80%;
    }
    .wc-shortcodes-posts {
        position: relative;
        overflow: hidden;
    }
    .wc-shortcodes-post-box {
        background-color: #ffffff;
        margin-bottom: 20px;
        padding: 0;
    }
    .wc-shortcodes-posts-layout-masonry .wc-shortcodes-post-box {
        display: none;
    }
    .wc-shortcodes-sep {
        padding-left: 5px;
        padding-right: 5px;
    }
    .wc-shortcodes-sep,
    .wc-shortcodes-author,
    .wc-shortcodes-date {
        float: left;
    }
    /* No Masonry */
    .wc-shortcodes-posts.wc-shortcodes-posts-no-masonry {
        visibility: visible;
    }
    /* Comment Box */
    .wc-shortcodes-comments-link {
        float: right;
    }
    .wc-shortcodes-comments-link a {
        position: relative;
        margin-left: 3px;
        padding: 2px 7px;
        background-color: #eeeeee;
        color: #999999;
        line-height: 1;
    }
    .wc-shortcodes-comments-link a:after {
        content: "";
        position: absolute;
        left: 40%;
        bottom: -8px;
        width: 0px;
        height: 0px;
        border-bottom: 8px solid rgba(255, 255, 255, 0);
        border-left: 8px solid #eeeeee;
        font-size: 0px;
        line-height: 0px;
    }
    .wc-shortcodes-comments-link a,
    .wc-shortcodes-comments-link a:hover,
    .wc-shortcodes-comments-link a:visited,
    .wc-shortcodes-comments-link a:active,
    .wc-shortcodes-comments-link a:focus {
        color: #999999;
        text-decoration: none;
    }
    /* masonry filtering */
    .wc-shortcodes-filtering {
        margin-bottom: 20px;
    }
    .wc-shortcodes-filtering .tag-divider {
        display: inline-block;
        padding: 0 7px;
    }
    /* Post Gallery Slider */
    .wc-shortcodes-post-box.format-gallery .rslides-wrapper {
        position: relative;
        background-color: #000000;
    }
    .wc-shortcodes-post-box.format-gallery .rslides {
        position: relative;
        list-style: none;
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .wc-shortcodes-post-box.format-gallery .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
        text-align: center;
    }
    .wc-shortcodes-post-box.format-gallery .rslides li:first-child {
        position: relative;
        display: block;
        float: left;
    }
    .wc-shortcodes-post-box.format-gallery .rslides img {
        display: inline-block;
        height: auto;
        /* float: left; */
        /* width: 100%; */
        border: 0;
    }
    .wc-shortcodes-post-box.format-gallery .rslides_nav {
        position: absolute;
        top: 50%;
        margin-top: -18px;
        width: 36px;
        height: 36px;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: rgba(0, 0, 0, .2);
        z-index: 2;
    }
    .wc-shortcodes-post-box.format-gallery .rslides_nav.prev {
        left: 0;
        background-image: url("../img/slide-arrow-left.png");
    }
    .wc-shortcodes-post-box.format-gallery .rslides_nav.next {
        right: 0;
        background-image: url("../img/slide-arrow-right.png");
    }
    /* Masonry 2 */
    .wc-shortcodes-posts-template-borderless .wc-shortcodes-post-border {
        border: none;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 20px;
    }
    .wc-shortcodes-posts-template-borderless .wc-shortcodes-post-border>*:first-child {
        margin-top: 0;
    }
    .wc-shortcodes-posts-template-borderless .wc-shortcodes-post-border>*:last-child {
        margin-bottom: 0;
    }
    .wc-shortcodes-posts-gutter-space-0 .wc-shortcodes-post-box {
        margin-bottom: 0px;
    }
    .wc-shortcodes-posts-gutter-space-1 .wc-shortcodes-post-box {
        margin-bottom: 1px;
    }
    .wc-shortcodes-posts-gutter-space-2 .wc-shortcodes-post-box {
        margin-bottom: 2px;
    }
    .wc-shortcodes-posts-gutter-space-3 .wc-shortcodes-post-box {
        margin-bottom: 3px;
    }
    .wc-shortcodes-posts-gutter-space-4 .wc-shortcodes-post-box {
        margin-bottom: 4px;
    }
    .wc-shortcodes-posts-gutter-space-5 .wc-shortcodes-post-box {
        margin-bottom: 5px;
    }
    .wc-shortcodes-posts-gutter-space-6 .wc-shortcodes-post-box {
        margin-bottom: 6px;
    }
    .wc-shortcodes-posts-gutter-space-7 .wc-shortcodes-post-box {
        margin-bottom: 7px;
    }
    .wc-shortcodes-posts-gutter-space-8 .wc-shortcodes-post-box {
        margin-bottom: 8px;
    }
    .wc-shortcodes-posts-gutter-space-9 .wc-shortcodes-post-box {
        margin-bottom: 9px;
    }
    .wc-shortcodes-posts-gutter-space-10 .wc-shortcodes-post-box {
        margin-bottom: 10px;
    }
    .wc-shortcodes-posts-gutter-space-11 .wc-shortcodes-post-box {
        margin-bottom: 11px;
    }
    .wc-shortcodes-posts-gutter-space-12 .wc-shortcodes-post-box {
        margin-bottom: 12px;
    }
    .wc-shortcodes-posts-gutter-space-13 .wc-shortcodes-post-box {
        margin-bottom: 13px;
    }
    .wc-shortcodes-posts-gutter-space-14 .wc-shortcodes-post-box {
        margin-bottom: 14px;
    }
    .wc-shortcodes-posts-gutter-space-15 .wc-shortcodes-post-box {
        margin-bottom: 15px;
    }
    .wc-shortcodes-posts-gutter-space-16 .wc-shortcodes-post-box {
        margin-bottom: 16px;
    }
    .wc-shortcodes-posts-gutter-space-17 .wc-shortcodes-post-box {
        margin-bottom: 17px;
    }
    .wc-shortcodes-posts-gutter-space-18 .wc-shortcodes-post-box {
        margin-bottom: 18px;
    }
    .wc-shortcodes-posts-gutter-space-19 .wc-shortcodes-post-box {
        margin-bottom: 19px;
    }
    .wc-shortcodes-posts-gutter-space-20 .wc-shortcodes-post-box {
        margin-bottom: 20px;
    }
    .wc-shortcodes-posts-gutter-space-21 .wc-shortcodes-post-box {
        margin-bottom: 21px;
    }
    .wc-shortcodes-posts-gutter-space-22 .wc-shortcodes-post-box {
        margin-bottom: 22px;
    }
    .wc-shortcodes-posts-gutter-space-23 .wc-shortcodes-post-box {
        margin-bottom: 23px;
    }
    .wc-shortcodes-posts-gutter-space-24 .wc-shortcodes-post-box {
        margin-bottom: 24px;
    }
    .wc-shortcodes-posts-gutter-space-25 .wc-shortcodes-post-box {
        margin-bottom: 25px;
    }
    .wc-shortcodes-posts-gutter-space-26 .wc-shortcodes-post-box {
        margin-bottom: 26px;
    }
    .wc-shortcodes-posts-gutter-space-27 .wc-shortcodes-post-box {
        margin-bottom: 27px;
    }
    .wc-shortcodes-posts-gutter-space-28 .wc-shortcodes-post-box {
        margin-bottom: 28px;
    }
    .wc-shortcodes-posts-gutter-space-29 .wc-shortcodes-post-box {
        margin-bottom: 29px;
    }
    .wc-shortcodes-posts-gutter-space-30 .wc-shortcodes-post-box {
        margin-bottom: 30px;
    }
    .wc-shortcodes-posts-gutter-space-31 .wc-shortcodes-post-box {
        margin-bottom: 31px;
    }
    .wc-shortcodes-posts-gutter-space-32 .wc-shortcodes-post-box {
        margin-bottom: 32px;
    }
    .wc-shortcodes-posts-gutter-space-33 .wc-shortcodes-post-box {
        margin-bottom: 33px;
    }
    .wc-shortcodes-posts-gutter-space-34 .wc-shortcodes-post-box {
        margin-bottom: 34px;
    }
    .wc-shortcodes-posts-gutter-space-35 .wc-shortcodes-post-box {
        margin-bottom: 35px;
    }
    .wc-shortcodes-posts-gutter-space-36 .wc-shortcodes-post-box {
        margin-bottom: 36px;
    }
    .wc-shortcodes-posts-gutter-space-37 .wc-shortcodes-post-box {
        margin-bottom: 37px;
    }
    .wc-shortcodes-posts-gutter-space-38 .wc-shortcodes-post-box {
        margin-bottom: 38px;
    }
    .wc-shortcodes-posts-gutter-space-39 .wc-shortcodes-post-box {
        margin-bottom: 39px;
    }
    .wc-shortcodes-posts-gutter-space-40 .wc-shortcodes-post-box {
        margin-bottom: 40px;
    }
    .wc-shortcodes-posts-gutter-space-41 .wc-shortcodes-post-box {
        margin-bottom: 41px;
    }
    .wc-shortcodes-posts-gutter-space-42 .wc-shortcodes-post-box {
        margin-bottom: 42px;
    }
    .wc-shortcodes-posts-gutter-space-43 .wc-shortcodes-post-box {
        margin-bottom: 43px;
    }
    .wc-shortcodes-posts-gutter-space-44 .wc-shortcodes-post-box {
        margin-bottom: 44px;
    }
    .wc-shortcodes-posts-gutter-space-45 .wc-shortcodes-post-box {
        margin-bottom: 45px;
    }
    .wc-shortcodes-posts-gutter-space-46 .wc-shortcodes-post-box {
        margin-bottom: 46px;
    }
    .wc-shortcodes-posts-gutter-space-47 .wc-shortcodes-post-box {
        margin-bottom: 47px;
    }
    .wc-shortcodes-posts-gutter-space-48 .wc-shortcodes-post-box {
        margin-bottom: 48px;
    }
    .wc-shortcodes-posts-gutter-space-49 .wc-shortcodes-post-box {
        margin-bottom: 49px;
    }
    .wc-shortcodes-posts-gutter-space-50 .wc-shortcodes-post-box {
        margin-bottom: 50px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-0 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 0px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-1 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 1px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-2 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 2px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-3 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 3px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-4 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 4px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-5 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 5px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-6 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 6px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-7 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 7px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-8 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 8px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-9 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 9px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-10 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 10px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-11 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 11px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-12 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 12px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-13 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 13px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-14 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 14px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-15 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 15px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-16 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 16px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-17 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 17px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-18 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 18px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-19 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 19px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-20 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 20px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-21 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 21px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-22 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 22px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-23 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 23px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-24 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 24px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-25 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 25px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-26 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 26px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-27 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 27px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-28 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 28px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-29 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 29px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-30 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 30px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-31 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 31px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-32 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 32px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-33 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 33px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-34 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 34px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-35 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 35px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-36 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 36px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-37 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 37px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-38 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 38px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-39 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 39px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-40 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 40px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-41 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 41px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-42 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 42px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-43 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 43px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-44 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 44px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-45 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 45px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-46 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 46px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-47 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 47px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-48 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 48px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-49 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 49px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-50 .wc-shortcodes-post-box .wc-shortcodes-post-border {
        margin-right: 50px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-0 {
        margin-right: 0px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-1 {
        margin-right: -1px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-2 {
        margin-right: -2px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-3 {
        margin-right: -3px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-4 {
        margin-right: -4px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-5 {
        margin-right: -5px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-6 {
        margin-right: -6px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-7 {
        margin-right: -7px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-8 {
        margin-right: -8px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-9 {
        margin-right: -9px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-10 {
        margin-right: -10px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-11 {
        margin-right: -11px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-12 {
        margin-right: -12px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-13 {
        margin-right: -13px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-14 {
        margin-right: -14px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-15 {
        margin-right: -15px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-16 {
        margin-right: -16px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-17 {
        margin-right: -17px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-18 {
        margin-right: -18px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-19 {
        margin-right: -19px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-20 {
        margin-right: -20px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-21 {
        margin-right: -21px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-22 {
        margin-right: -22px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-23 {
        margin-right: -23px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-24 {
        margin-right: -24px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-25 {
        margin-right: -25px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-26 {
        margin-right: -26px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-27 {
        margin-right: -27px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-28 {
        margin-right: -28px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-29 {
        margin-right: -29px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-30 {
        margin-right: -30px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-31 {
        margin-right: -31px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-32 {
        margin-right: -32px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-33 {
        margin-right: -33px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-34 {
        margin-right: -34px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-35 {
        margin-right: -35px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-36 {
        margin-right: -36px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-37 {
        margin-right: -37px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-38 {
        margin-right: -38px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-39 {
        margin-right: -39px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-40 {
        margin-right: -40px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-41 {
        margin-right: -41px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-42 {
        margin-right: -42px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-43 {
        margin-right: -43px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-44 {
        margin-right: -44px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-45 {
        margin-right: -45px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-46 {
        margin-right: -46px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-47 {
        margin-right: -47px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-48 {
        margin-right: -48px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-49 {
        margin-right: -49px;
    }
    .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-gutter-space-50 {
        margin-right: -50px;
    }
    .wc-shortcodes-posts-layout-grid .wc-shortcodes-post-box {
        float: left;
    }
    .wc-shortcodes-posts.wc-shortcodes-posts-layout-grid .wc-shortcodes-post-box {
        margin-bottom: 50px;
    }
    .wc-shortcodes-posts-template-borderless .wc-shortcodes-post-box .wc-shortcodes-post-border {
        padding-bottom: 20px;
    }
    @media (min-width: 991px) {
        .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-2 .wc-shortcodes-post-box {
            width: 50%;
        }
        .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-3 .wc-shortcodes-post-box {
            width: 33.33%;
        }
        .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-4 .wc-shortcodes-post-box {
            width: 25%;
        }
        .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-5 .wc-shortcodes-post-box {
            width: 20%;
        }
        .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-6 .wc-shortcodes-post-box {
            width: 16.66%;
        }
        .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-7 .wc-shortcodes-post-box {
            width: 14.28%;
        }
        .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-8 .wc-shortcodes-post-box {
            width: 12.5%;
        }
        .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-9 .wc-shortcodes-post-box {
            width: 11.11%;
        }
        .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-2 .wc-shortcodes-post-box:nth-child(2n+3) {
            clear: left;
        }
        .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-3 .wc-shortcodes-post-box:nth-child(3n+4) {
            clear: left;
        }
        .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-4 .wc-shortcodes-post-box:nth-child(4n+5) {
            clear: left;
        }
        .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-5 .wc-shortcodes-post-box:nth-child(5n+6) {
            clear: left;
        }
        .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-6 .wc-shortcodes-post-box:nth-child(6n+7) {
            clear: left;
        }
        .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-7 .wc-shortcodes-post-box:nth-child(7n+8) {
            clear: left;
        }
        .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-8 .wc-shortcodes-post-box:nth-child(8n+9) {
            clear: left;
        }
        .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-9 .wc-shortcodes-post-box:nth-child(9n+10) {
            clear: left;
        }
    }
    @media (max-width: 990px) {
        body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-2 .wc-shortcodes-post-box {
            width: 50%;
        }
        body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-3 .wc-shortcodes-post-box {
            width: 50%;
        }
        body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-4 .wc-shortcodes-post-box {
            width: 33.33%;
        }
        body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-5 .wc-shortcodes-post-box {
            width: 25%;
        }
        body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-6 .wc-shortcodes-post-box {
            width: 20%;
        }
        body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-7 .wc-shortcodes-post-box {
            width: 16.66%;
        }
        body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-8 .wc-shortcodes-post-box {
            width: 14.28%;
        }
        body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-9 .wc-shortcodes-post-box {
            width: 12.5%;
        }
        body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-2 .wc-shortcodes-post-box:nth-child(2n+3) {
            clear: left;
        }
        body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-3 .wc-shortcodes-post-box:nth-child(2n+3) {
            clear: left;
        }
        body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-4 .wc-shortcodes-post-box:nth-child(3n+4) {
            clear: left;
        }
        body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-5 .wc-shortcodes-post-box:nth-child(4n+5) {
            clear: left;
        }
        body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-6 .wc-shortcodes-post-box:nth-child(5n+6) {
            clear: left;
        }
        body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-7 .wc-shortcodes-post-box:nth-child(6n+7) {
            clear: left;
        }
        body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-8 .wc-shortcodes-post-box:nth-child(7n+8) {
            clear: left;
        }
        body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-9 .wc-shortcodes-post-box:nth-child(8n+9) {
            clear: left;
        }
    }
    @media (max-width: 767px) {
        html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-2 .wc-shortcodes-post-box {
            width: 50%;
        }
        html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-3 .wc-shortcodes-post-box {
            width: 50%;
        }
        html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-4 .wc-shortcodes-post-box {
            width: 50%;
        }
        html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-5 .wc-shortcodes-post-box {
            width: 33.33%;
        }
        html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-6 .wc-shortcodes-post-box {
            width: 25%;
        }
        html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-7 .wc-shortcodes-post-box {
            width: 20%;
        }
        html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-8 .wc-shortcodes-post-box {
            width: 16.66%;
        }
        html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-9 .wc-shortcodes-post-box {
            width: 14.28%;
        }
        html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-2 .wc-shortcodes-post-box:nth-child(2n+3) {
            clear: left;
        }
        html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-3 .wc-shortcodes-post-box:nth-child(2n+3) {
            clear: left;
        }
        html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-4 .wc-shortcodes-post-box:nth-child(2n+3) {
            clear: left;
        }
        html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-5 .wc-shortcodes-post-box:nth-child(3n+4) {
            clear: left;
        }
        html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-6 .wc-shortcodes-post-box:nth-child(4n+5) {
            clear: left;
        }
        html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-7 .wc-shortcodes-post-box:nth-child(5n+6) {
            clear: left;
        }
        html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-8 .wc-shortcodes-post-box:nth-child(6n+7) {
            clear: left;
        }
        html body .wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-9 .wc-shortcodes-post-box:nth-child(7n+8) {
            clear: left;
        }
    }
    @media (max-width: 567px) {
        html body div.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-2 .wc-shortcodes-post-box,
        html body div.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-3 .wc-shortcodes-post-box,
        html body div.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-4 .wc-shortcodes-post-box,
        html body div.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-5 .wc-shortcodes-post-box,
        html body div.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-6 .wc-shortcodes-post-box,
        html body div.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-7 .wc-shortcodes-post-box,
        html body div.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-8 .wc-shortcodes-post-box,
        html body div.wc-shortcodes-posts-layout-grid.wc-shortcodes-posts-col-9 .wc-shortcodes-post-box {
            width: 100%;
        }
        html body div.wc-shortcodes-posts.wc-shortcodes-posts-layout-grid .wc-shortcodes-post-box .wc-shortcodes-post-border,
        html body div.wc-shortcodes-posts.wc-shortcodes-posts-layout-grid {
            margin-right: 0;
        }
    }
    /**
 * [wc_image]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-image-wrapper {
        position: relative;
    }
    .wc-shortcodes-image-anchor {}
    .wc-shortcodes-image {}
    .wc-shortcodes-image-flag-bg {
        position: absolute;
        padding: 5px 10px;
        background-color: #56ab00;
        color: #ffffff;
    }
    .wc-shortcodes-image-wrapper.alignnone,
    .wc-shortcodes-image-wrapper.aligncenter {
        margin-bottom: 20px;
    }
    /**
 * [wc_fullwidth]
 * ----------------------------------------------------------------------------
 */
    .wc-shortcodes-full-width {
        visibility: hidden;
    }
    .rescue-hidden-desktop {
        display: block
    }
    .rescue-visible-desktop {
        display: none
    }
    .rescue-hidden-tablet {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .rescue-hidden-desktop {
        display: block
    }
    .rescue-visible-desktop {
        display: none
    }
    .rescue-hidden-phone {
        display: none
    }
}


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0  Foundation Settings Imported
1.0 Normalize.css
2.0 Foundation Modules

--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 normalize.css v3.0.2 | MIT License | git.io/normalize
--------------------------------------------------------------*/


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */


/*small {
  font-size: 80%;
}*/


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */


/*button,
input,
optgroup,
select,
textarea {
  color: inherit;
  
  font: inherit;

  margin: 0;

}*/


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */


/*table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}*/


/*--------------------------------------------------------------
1.0 Foundation Modules
--------------------------------------------------------------*/

meta.foundation-version {
    font-family: "/5.5.2/";
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0;
}

meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0;
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.0625em)/";
    width: 40.0625em;
}

meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
    width: 40.0625em;
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.0625em)/";
    width: 64.0625em;
}

meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
    width: 64.0625em;
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.0625em)/";
    width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
    width: 90.0625em;
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.0625em)/";
    width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
    font-family: false;
}

html,
body {
    height: 100%;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body {
    font-size: 100%;
}

body {
    background: white;
    color: #666666;
    cursor: auto;
    font-family: "Open Sans", Verdana, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    /*line-height: 1.5;*/
    margin: 0;
    padding: 0;
    position: relative;
}

a:hover {
    cursor: pointer;
}

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

img {
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}

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


/*img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}*/

@media only screen {
    .small-block-grid-1>li {
        list-style: none;
        width: 100%;
    }
    .small-block-grid-1>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: both;
    }
    .small-block-grid-2>li {
        list-style: none;
        width: 50%;
    }
    .small-block-grid-2>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-2>li:nth-of-type(2n+1) {
        clear: both;
    }
    .small-block-grid-3>li {
        list-style: none;
        width: 33.33333%;
    }
    .small-block-grid-3>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-3>li:nth-of-type(3n+1) {
        clear: both;
    }
    .small-block-grid-4>li {
        list-style: none;
        width: 25%;
    }
    .small-block-grid-4>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-4>li:nth-of-type(4n+1) {
        clear: both;
    }
    .small-block-grid-5>li {
        list-style: none;
        width: 20%;
    }
    .small-block-grid-5>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-5>li:nth-of-type(5n+1) {
        clear: both;
    }
    .small-block-grid-6>li {
        list-style: none;
        width: 16.66667%;
    }
    .small-block-grid-6>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-6>li:nth-of-type(6n+1) {
        clear: both;
    }
    .small-block-grid-7>li {
        list-style: none;
        width: 14.28571%;
    }
    .small-block-grid-7>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-7>li:nth-of-type(7n+1) {
        clear: both;
    }
    .small-block-grid-8>li {
        list-style: none;
        width: 12.5%;
    }
    .small-block-grid-8>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-8>li:nth-of-type(8n+1) {
        clear: both;
    }
    .small-block-grid-9>li {
        list-style: none;
        width: 11.11111%;
    }
    .small-block-grid-9>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-9>li:nth-of-type(9n+1) {
        clear: both;
    }
    .small-block-grid-10>li {
        list-style: none;
        width: 10%;
    }
    .small-block-grid-10>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-10>li:nth-of-type(10n+1) {
        clear: both;
    }
    .small-block-grid-11>li {
        list-style: none;
        width: 9.09091%;
    }
    .small-block-grid-11>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-11>li:nth-of-type(11n+1) {
        clear: both;
    }
    .small-block-grid-12>li {
        list-style: none;
        width: 8.33333%;
    }
    .small-block-grid-12>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-12>li:nth-of-type(12n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-block-grid-1>li {
        list-style: none;
        width: 100%;
    }
    .medium-block-grid-1>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-1>li:nth-of-type(1n+1) {
        clear: both;
    }
    .medium-block-grid-2>li {
        list-style: none;
        width: 50%;
    }
    .medium-block-grid-2>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-2>li:nth-of-type(2n+1) {
        clear: both;
    }
    .medium-block-grid-3>li {
        list-style: none;
        width: 33.33333%;
    }
    .medium-block-grid-3>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-3>li:nth-of-type(3n+1) {
        clear: both;
    }
    .medium-block-grid-4>li {
        list-style: none;
        width: 25%;
    }
    .medium-block-grid-4>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-4>li:nth-of-type(4n+1) {
        clear: both;
    }
    .medium-block-grid-5>li {
        list-style: none;
        width: 20%;
    }
    .medium-block-grid-5>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-5>li:nth-of-type(5n+1) {
        clear: both;
    }
    .medium-block-grid-6>li {
        list-style: none;
        width: 16.66667%;
    }
    .medium-block-grid-6>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-6>li:nth-of-type(6n+1) {
        clear: both;
    }
    .medium-block-grid-7>li {
        list-style: none;
        width: 14.28571%;
    }
    .medium-block-grid-7>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-7>li:nth-of-type(7n+1) {
        clear: both;
    }
    .medium-block-grid-8>li {
        list-style: none;
        width: 12.5%;
    }
    .medium-block-grid-8>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-8>li:nth-of-type(8n+1) {
        clear: both;
    }
    .medium-block-grid-9>li {
        list-style: none;
        width: 11.11111%;
    }
    .medium-block-grid-9>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-9>li:nth-of-type(9n+1) {
        clear: both;
    }
    .medium-block-grid-10>li {
        list-style: none;
        width: 10%;
    }
    .medium-block-grid-10>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-10>li:nth-of-type(10n+1) {
        clear: both;
    }
    .medium-block-grid-11>li {
        list-style: none;
        width: 9.09091%;
    }
    .medium-block-grid-11>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-11>li:nth-of-type(11n+1) {
        clear: both;
    }
    .medium-block-grid-12>li {
        list-style: none;
        width: 8.33333%;
    }
    .medium-block-grid-12>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-12>li:nth-of-type(12n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-block-grid-1>li {
        list-style: none;
        width: 100%;
    }
    .large-block-grid-1>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-1>li:nth-of-type(1n+1) {
        clear: both;
    }
    .large-block-grid-2>li {
        list-style: none;
        width: 50%;
    }
    .large-block-grid-2>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-2>li:nth-of-type(2n+1) {
        clear: both;
    }
    .large-block-grid-3>li {
        list-style: none;
        width: 33.33333%;
    }
    .large-block-grid-3>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-3>li:nth-of-type(3n+1) {
        clear: both;
    }
    .large-block-grid-4>li {
        list-style: none;
        width: 25%;
    }
    .large-block-grid-4>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-4>li:nth-of-type(4n+1) {
        clear: both;
    }
    .large-block-grid-5>li {
        list-style: none;
        width: 20%;
    }
    .large-block-grid-5>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-5>li:nth-of-type(5n+1) {
        clear: both;
    }
    .large-block-grid-6>li {
        list-style: none;
        width: 16.66667%;
    }
    .large-block-grid-6>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-6>li:nth-of-type(6n+1) {
        clear: both;
    }
    .large-block-grid-7>li {
        list-style: none;
        width: 14.28571%;
    }
    .large-block-grid-7>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-7>li:nth-of-type(7n+1) {
        clear: both;
    }
    .large-block-grid-8>li {
        list-style: none;
        width: 12.5%;
    }
    .large-block-grid-8>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-8>li:nth-of-type(8n+1) {
        clear: both;
    }
    .large-block-grid-9>li {
        list-style: none;
        width: 11.11111%;
    }
    .large-block-grid-9>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-9>li:nth-of-type(9n+1) {
        clear: both;
    }
    .large-block-grid-10>li {
        list-style: none;
        width: 10%;
    }
    .large-block-grid-10>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-10>li:nth-of-type(10n+1) {
        clear: both;
    }
    .large-block-grid-11>li {
        list-style: none;
        width: 9.09091%;
    }
    .large-block-grid-11>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-11>li:nth-of-type(11n+1) {
        clear: both;
    }
    .large-block-grid-12>li {
        list-style: none;
        width: 8.33333%;
    }
    .large-block-grid-12>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-12>li:nth-of-type(12n+1) {
        clear: both;
    }
}


/*button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #1fa67a;
  border-color: #198562;
  color: white;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #198562;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}*/


/*button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
button.success, .button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: white;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: white;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: white;
}
button.large, .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}
button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}
button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}
button.expand, .button.expand {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 3px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #1fa67a;
  border-color: #198562;
  color: white;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #198562;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1fa67a;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: white;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43ac6a;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: white;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: white;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: white;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  button, .button {
    display: inline-block;
  }
}*/


/* Clearing Styles */

.clearing-thumbs,
[data-clearing] {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

.clearing-thumbs:before,
.clearing-thumbs:after,
[data-clearing]:before,
[data-clearing]:after {
    content: " ";
    display: table;
}

.clearing-thumbs:after,
[data-clearing]:after {
    clear: both;
}

.clearing-thumbs li,
[data-clearing] li {
    float: left;
    margin-right: 10px;
}

.clearing-thumbs[class*="block-grid-"] li,
[data-clearing][class*="block-grid-"] li {
    margin-right: 0;
}

.clearing-blackout {
    background: #333333;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    left: 0;
}

.clearing-blackout .clearing-close {
    display: block;
}

.clearing-container {
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 998;
}

.clearing-touch-label {
    color: #aaaaaa;
    font-size: .6em;
    left: 50%;
    position: absolute;
    top: 50%;
}

.visible-img {
    height: 95%;
    position: relative;
}

.visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%;
}

.clearing-caption {
    background: #333333;
    bottom: 0;
    color: #cccccc;
    font-size: 0.875em;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 10px 30px 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
}

.clearing-close {
    color: #cccccc;
    display: none;
    font-size: 30px;
    line-height: 1;
    padding-left: 20px;
    padding-top: 10px;
    z-index: 999;
}

.clearing-close:hover,
.clearing-close:focus {
    color: #cccccc;
}

.clearing-assembled .clearing-container {
    height: 100%;
}

.clearing-assembled .clearing-container .carousel>ul {
    display: none;
}

.clearing-feature li {
    display: none;
}

.clearing-feature li.clearing-featured-img {
    display: block;
}

@media only screen and (min-width: 40.0625em) {
    .clearing-main-prev,
    .clearing-main-next {
        height: 100%;
        position: absolute;
        top: 0;
        width: 40px;
    }
    .clearing-main-prev>span,
    .clearing-main-next>span {
        border: solid 12px;
        display: block;
        height: 0;
        position: absolute;
        top: 50%;
        width: 0;
    }
    .clearing-main-prev>span:hover,
    .clearing-main-next>span:hover {
        opacity: .8;
    }
    .clearing-main-prev {
        left: 0;
    }
    .clearing-main-prev>span {
        left: 5px;
        border-color: transparent;
        border-right-color: #cccccc;
    }
    .clearing-main-next {
        right: 0;
    }
    .clearing-main-next>span {
        border-color: transparent;
        border-left-color: #cccccc;
    }
    .clearing-main-prev.disabled,
    .clearing-main-next.disabled {
        opacity: .3;
    }
    .clearing-assembled .clearing-container .carousel {
        background: rgba(51, 51, 51, 0.8);
        height: 120px;
        margin-top: 10px;
        text-align: center;
    }
    .clearing-assembled .clearing-container .carousel>ul {
        display: inline-block;
        z-index: 999;
        height: 100%;
        position: relative;
        float: none;
    }
    .clearing-assembled .clearing-container .carousel>ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: .4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px;
    }
    .clearing-assembled .clearing-container .carousel>ul li.fix-height img {
        height: 100%;
        max-width: none;
    }
    .clearing-assembled .clearing-container .carousel>ul li a.th {
        border: none;
        box-shadow: none;
        display: block;
    }
    .clearing-assembled .clearing-container .carousel>ul li img {
        cursor: pointer !important;
        width: 100% !important;
    }
    .clearing-assembled .clearing-container .carousel>ul li.visible {
        opacity: 1;
    }
    .clearing-assembled .clearing-container .carousel>ul li:hover {
        opacity: .8;
    }
    .clearing-assembled .clearing-container .visible-img {
        background: #333333;
        height: 85%;
        overflow: hidden;
    }
    .clearing-close {
        padding-left: 0;
        padding-top: 0;
        position: absolute;
        top: 10px;
        right: 20px;
    }
}


/* Foundation Dropdowns */

.f-dropdown {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 2px;
    max-width: 200px;
}

.f-dropdown.open {
    display: block;
}

.f-dropdown>*:first-child {
    margin-top: 0;
}

.f-dropdown>*:last-child {
    margin-bottom: 0;
}

.f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89;
}

.f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88;
}

.f-dropdown.right:before {
    left: auto;
    right: 10px;
}

.f-dropdown.right:after {
    left: auto;
    right: 9px;
}

.f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px;
}

.f-dropdown.drop-right.open {
    display: block;
}

.f-dropdown.drop-right>*:first-child {
    margin-top: 0;
}

.f-dropdown.drop-right>*:last-child {
    margin-bottom: 0;
}

.f-dropdown.drop-right:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent white transparent transparent;
    border-right-style: solid;
    position: absolute;
    top: 10px;
    left: -12px;
    z-index: 89;
}

.f-dropdown.drop-right:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent #cccccc transparent transparent;
    border-right-style: solid;
    position: absolute;
    top: 9px;
    left: -14px;
    z-index: 88;
}

.f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px;
}

.f-dropdown.drop-left.open {
    display: block;
}

.f-dropdown.drop-left>*:first-child {
    margin-top: 0;
}

.f-dropdown.drop-left>*:last-child {
    margin-bottom: 0;
}

.f-dropdown.drop-left:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent white;
    border-left-style: solid;
    position: absolute;
    top: 10px;
    right: -12px;
    left: auto;
    z-index: 89;
}

.f-dropdown.drop-left:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #cccccc;
    border-left-style: solid;
    position: absolute;
    top: 9px;
    right: -14px;
    left: auto;
    z-index: 88;
}

.f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: -2px;
    max-width: 200px;
}

.f-dropdown.drop-top.open {
    display: block;
}

.f-dropdown.drop-top>*:first-child {
    margin-top: 0;
}

.f-dropdown.drop-top>*:last-child {
    margin-bottom: 0;
}

.f-dropdown.drop-top:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: white transparent transparent transparent;
    border-top-style: solid;
    bottom: -12px;
    position: absolute;
    top: auto;
    left: 10px;
    right: auto;
    z-index: 89;
}

.f-dropdown.drop-top:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: #cccccc transparent transparent transparent;
    border-top-style: solid;
    bottom: -14px;
    position: absolute;
    top: auto;
    left: 9px;
    right: auto;
    z-index: 88;
}

.f-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0;
}

.f-dropdown li:hover,
.f-dropdown li:focus {
    background: #eeeeee;
}

.f-dropdown li.radius {
    border-radius: 3px;
}

.f-dropdown li a {
    display: block;
    padding: 0.5rem;
    color: #555555;
}

.f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    padding: 1.25rem;
    width: 100%;
    z-index: 89;
    max-width: 200px;
}

.f-dropdown.content.open {
    display: block;
}

.f-dropdown.content>*:first-child {
    margin-top: 0;
}

.f-dropdown.content>*:last-child {
    margin-bottom: 0;
}

.f-dropdown.tiny {
    max-width: 200px;
}

.f-dropdown.small {
    max-width: 300px;
}

.f-dropdown.medium {
    max-width: 500px;
}

.f-dropdown.large {
    max-width: 800px;
}

.f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important;
}

.f-dropdown.mega.open {
    left: 0 !important;
}


/* Standard Forms */

form {
    margin: 0 0 1rem;
}


/* Using forms within rows, we need to set some defaults */

form .row .row {
    margin: 0 -0.5rem;
}

form .row .row .column,
form .row .row .columns {
    padding: 0 0.5rem;
}

form .row .row.collapse {
    margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
    padding: 0;
}

form .row .row.collapse input {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
    padding-left: 0.5rem;
}


/* Label Styles */

label {
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
    /* Styles for required inputs */
}

label.right {
    float: none !important;
    text-align: right;
}

label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0;
}

label small {
    text-transform: capitalize;
    color: #676767;
}


/* Attach elements to the beginning or end of an input */

.prefix,
.postfix {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
    overflow: visible;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}


/* Adjust padding, alignment and radius if pre/post element is a button */

.postfix.button {
    border-color: true;
}

.prefix.button {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
}

.prefix.button.radius {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.postfix.button.radius {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.prefix.button.round {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

.postfix.button.round {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}


/* Separate prefix and postfix styles when on span or label so buttons keep their own */

span.prefix,
label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333333;
    border-color: #cccccc;
}

span.postfix,
label.postfix {
    background: #f2f2f2;
    color: #333333;
    border-color: #cccccc;
}


/* We use this to get basic styling on all basic form elements */


/*input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #dddddd;
  cursor: default;
}
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #dddddd;
  cursor: default;
}
input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 3px;
}*/

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

form .row .prefix-radius.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}


/* Respect enforced amount of rows for textarea */

textarea[rows] {
    height: auto;
}


/* Not allow resize out of parent */

textarea {
    max-width: 100%;
}

::-webkit-input-placeholder {
    color: #cccccc;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #cccccc;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #cccccc;
}

:-ms-input-placeholder {
    color: #cccccc;
}


/* Add height value for select elements to match text input height */


/*select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fafafa;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 3px;
}
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}
select:disabled {
  background-color: #dddddd;
  cursor: default;
}
select[multiple] {
  height: auto;
}*/


/* Adjust margin for form elements below */


/*input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}*/


/* Normalize file input width */


/*input[type="file"] {
  width: 100%;
}*/


/* HTML5 Number spinners settings */


/* We add basic fieldset styling */


/*fieldset {
  border: 1px solid #dddddd;
  margin: 1.125rem 0;
  padding: 1.25rem;
}
fieldset legend {
  background: white;
  font-weight: bold;
  margin-left: -0.1875rem;
  margin: 0;
  padding: 0 0.1875rem;
}*/


/* Error Handling */

[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #f04124;
    color: white;
}

[data-abide] span.error,
[data-abide] small.error {
    display: none;
}

span.error,
small.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #f04124;
    color: white;
}

.error input,
.error textarea,
.error select {
    margin-bottom: 0;
}

.error input[type="checkbox"],
.error input[type="radio"] {
    margin-bottom: 1rem;
}

.error label,
.error label.error {
    color: #f04124;
}

.error small.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #f04124;
    color: white;
}

.error>label>small {
    background: transparent;
    color: #676767;
    display: inline;
    font-size: 60%;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.error span.error-message {
    display: block;
}

input.error,
textarea.error,
select.error {
    margin-bottom: 0;
}

label.error {
    color: #f04124;
}

.row {
    margin: 0 auto;
    max-width: 62.5rem;
    width: 100%;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0;
}

.row.collapse .row {
    margin-left: 0;
    margin-right: 0;
}

.row .row {
    /*margin: 0 -0.9375rem;*/
    max-width: none;
    width: auto;
}

.row .row:before,
.row .row:after {
    content: " ";
    display: table;
}

.row .row:after {
    clear: both;
}

.row .row.collapse {
    margin: 0;
    max-width: none;
    width: auto;
}

.row .row.collapse:before,
.row .row.collapse:after {
    content: " ";
    display: table;
}

.row .row.collapse:after {
    clear: both;
}

.column,
.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
}

.column+.column:last-child,
.columns+.column:last-child,
.column+.columns:last-child,
.columns+.columns:last-child {
    float: right;
}

.column+.column.end,
.columns+.column.end,
.column+.columns.end,
.columns+.columns.end {
    float: left;
}

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }
    .small-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }
    .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }
    .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }
    .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }
    .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }
    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }
    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }
    .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }
    .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }
    .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }
    .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }
    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }
    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }
    .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }
    .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }
    .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }
    .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }
    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }
    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }
    .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }
    .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }
    .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }
    .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
    .small-1 {
        width: 8.33333%;
    }
    .small-2 {
        width: 16.66667%;
    }
    .small-3 {
        width: 25%;
    }
    .small-4 {
        width: 33.33333%;
    }
    .small-5 {
        width: 41.66667%;
    }
    .small-6 {
        width: 50%;
    }
    .small-7 {
        width: 58.33333%;
    }
    .small-8 {
        width: 66.66667%;
    }
    .small-9 {
        width: 75%;
    }
    .small-10 {
        width: 83.33333%;
    }
    .small-11 {
        width: 91.66667%;
    }
    .small-12 {
        width: 100%;
    }
    .small-offset-0 {
        margin-left: 0 !important;
    }
    .small-offset-1 {
        margin-left: 8.33333% !important;
    }
    .small-offset-2 {
        margin-left: 16.66667% !important;
    }
    .small-offset-3 {
        margin-left: 25% !important;
    }
    .small-offset-4 {
        margin-left: 33.33333% !important;
    }
    .small-offset-5 {
        margin-left: 41.66667% !important;
    }
    .small-offset-6 {
        margin-left: 50% !important;
    }
    .small-offset-7 {
        margin-left: 58.33333% !important;
    }
    .small-offset-8 {
        margin-left: 66.66667% !important;
    }
    .small-offset-9 {
        margin-left: 75% !important;
    }
    .small-offset-10 {
        margin-left: 83.33333% !important;
    }
    .small-offset-11 {
        margin-left: 91.66667% !important;
    }
    .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }
    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .column.small-uncentered,
    .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none;
    }
    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left;
    }
    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right;
    }
    .row.small-collapse>.column,
    .row.small-collapse>.columns {
        padding-left: 0;
        padding-right: 0;
    }
    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .row.small-uncollapse>.column,
    .row.small-uncollapse>.columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }
    .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }
    .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }
    .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }
    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }
    .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }
    .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }
    .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }
    .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }
    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }
    .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }
    .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }
    .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }
    .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }
    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }
    .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }
    .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }
    .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }
    .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
    .medium-1 {
        width: 8.33333%;
    }
    .medium-2 {
        width: 16.66667%;
    }
    .medium-3 {
        width: 25%;
    }
    .medium-4 {
        width: 33.33333%;
    }
    .medium-5 {
        width: 41.66667%;
    }
    .medium-6 {
        width: 50%;
    }
    .medium-7 {
        width: 58.33333%;
    }
    .medium-8 {
        width: 66.66667%;
    }
    .medium-9 {
        width: 75%;
    }
    .medium-10 {
        width: 83.33333%;
    }
    .medium-11 {
        width: 91.66667%;
    }
    .medium-12 {
        width: 100%;
    }
    .medium-offset-0 {
        margin-left: 0 !important;
    }
    .medium-offset-1 {
        margin-left: 8.33333% !important;
    }
    .medium-offset-2 {
        margin-left: 16.66667% !important;
    }
    .medium-offset-3 {
        margin-left: 25% !important;
    }
    .medium-offset-4 {
        margin-left: 33.33333% !important;
    }
    .medium-offset-5 {
        margin-left: 41.66667% !important;
    }
    .medium-offset-6 {
        margin-left: 50% !important;
    }
    .medium-offset-7 {
        margin-left: 58.33333% !important;
    }
    .medium-offset-8 {
        margin-left: 66.66667% !important;
    }
    .medium-offset-9 {
        margin-left: 75% !important;
    }
    .medium-offset-10 {
        margin-left: 83.33333% !important;
    }
    .medium-offset-11 {
        margin-left: 91.66667% !important;
    }
    .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }
    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .column.medium-uncentered,
    .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none;
    }
    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left;
    }
    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right;
    }
    .row.medium-collapse>.column,
    .row.medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0;
    }
    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .row.medium-uncollapse>.column,
    .row.medium-uncollapse>.columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
    .push-0 {
        position: relative;
        left: 0;
        right: auto;
    }
    .pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }
    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }
    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }
    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }
    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }
    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }
    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }
    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }
    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }
    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }
    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }
    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }
    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }
    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }
    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }
    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }
    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }
    .large-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }
    .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }
    .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }
    .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }
    .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }
    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }
    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }
    .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }
    .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }
    .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }
    .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }
    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }
    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }
    .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }
    .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }
    .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }
    .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }
    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }
    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }
    .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }
    .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }
    .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }
    .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
    .large-1 {
        width: 8.33333%;
    }
    .large-2 {
        width: 16.66667%;
    }
    .large-3 {
        width: 25%;
    }
    .large-4 {
        width: 33.33333%;
    }
    .large-5 {
        width: 41.66667%;
    }
    .large-6 {
        width: 50%;
    }
    .large-7 {
        width: 58.33333%;
    }
    .large-8 {
        width: 66.66667%;
    }
    .large-9 {
        width: 75%;
    }
    .large-10 {
        width: 83.33333%;
    }
    .large-11 {
        width: 91.66667%;
    }
    .large-12 {
        width: 100%;
    }
    .large-offset-0 {
        margin-left: 0 !important;
    }
    .large-offset-1 {
        margin-left: 8.33333% !important;
    }
    .large-offset-2 {
        margin-left: 16.66667% !important;
    }
    .large-offset-3 {
        margin-left: 25% !important;
    }
    .large-offset-4 {
        margin-left: 33.33333% !important;
    }
    .large-offset-5 {
        margin-left: 41.66667% !important;
    }
    .large-offset-6 {
        margin-left: 50% !important;
    }
    .large-offset-7 {
        margin-left: 58.33333% !important;
    }
    .large-offset-8 {
        margin-left: 66.66667% !important;
    }
    .large-offset-9 {
        margin-left: 75% !important;
    }
    .large-offset-10 {
        margin-left: 83.33333% !important;
    }
    .large-offset-11 {
        margin-left: 91.66667% !important;
    }
    .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }
    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .column.large-uncentered,
    .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none;
    }
    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left;
    }
    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right;
    }
    .row.large-collapse>.column,
    .row.large-collapse>.columns {
        padding-left: 0;
        padding-right: 0;
    }
    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .row.large-uncollapse>.column,
    .row.large-uncollapse>.columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
    .push-0 {
        position: relative;
        left: 0;
        right: auto;
    }
    .pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }
    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }
    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }
    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }
    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }
    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }
    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }
    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }
    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }
    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }
    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }
    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }
    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }
    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }
    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }
    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }
    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
}

.inline-list {
    list-style: none;
    margin-left: -1.375rem;
    margin-right: 0;
    margin: 0 auto 1.0625rem auto;
    overflow: hidden;
    padding: 0;
}

.inline-list>li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem;
}

.inline-list>li>* {
    display: block;
}

ul.pagination {
    display: block;
    margin-left: -0.3125rem;
    min-height: 1.5rem;
}

ul.pagination li {
    color: #222222;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.3125rem;
}

ul.pagination li a,
ul.pagination li button {
    border-radius: 3px;
    transition: background-color 300ms ease-out;
    background: none;
    color: #999999;
    display: block;
    font-size: 1em;
    font-weight: normal;
    line-height: inherit;
    padding: 0.0625rem 0.625rem 0.0625rem;
}

ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
    background: #e6e6e6;
}

ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
    cursor: default;
    color: #999999;
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
    background: transparent;
}

ul.pagination li.current a,
ul.pagination li.current button {
    background: #1fa67a;
    color: white;
    cursor: default;
    font-weight: bold;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus {
    background: #1fa67a;
}

ul.pagination li {
    display: block;
    float: left;
}


/* Pagination centred wrapper */

.pagination-centered {
    text-align: center;
}

.pagination-centered ul.pagination li {
    display: inline-block;
    float: none;
}


/*table {
  background: white;
  border: solid 1px #dddddd;
  margin-bottom: 1.25rem;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}
table thead {
  background: whitesmoke;
}
table thead tr th,
table thead tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}
table tfoot {
  background: whitesmoke;
}
table tfoot tr th,
table tfoot tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}
table tr th,
table tr td {
  color: #222222;
  font-size: 0.875rem;
  padding: 0.5625rem 0.625rem;
  text-align: left;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}*/


/* Tooltips */

.has-tip {
    border-bottom: dotted 1px #cccccc;
    color: #333333;
    cursor: help;
    font-weight: bold;
}

.has-tip:hover,
.has-tip:focus {
    border-bottom: dotted 1px #0e4b37;
    color: #1fa67a;
}

.has-tip.tip-left,
.has-tip.tip-right {
    float: none !important;
}

.tooltip {
    background: #333333;
    color: white;
    display: none;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.3;
    max-width: 300px;
    padding: 0.75rem;
    position: absolute;
    width: 100%;
    z-index: 1006;
    left: 50%;
}

.tooltip>.nub {
    border-color: transparent transparent #333333 transparent;
    border: solid 5px;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px;
}

.tooltip>.nub.rtl {
    left: auto;
    right: 5px;
}

.tooltip.radius {
    border-radius: 3px;
}

.tooltip.round {
    border-radius: 1000px;
}

.tooltip.round>.nub {
    left: 2rem;
}

.tooltip.opened {
    border-bottom: dotted 1px #0e4b37 !important;
    color: #1fa67a !important;
}

.tap-to-close {
    color: #777777;
    display: block;
    font-size: 0.625rem;
    font-weight: normal;
}

@media only screen and (min-width: 40.0625em) {
    .tooltip>.nub {
        border-color: transparent transparent #333333 transparent;
        top: -10px;
    }
    .tooltip.tip-top>.nub {
        border-color: #333333 transparent transparent transparent;
        bottom: -10px;
        top: auto;
    }
    .tooltip.tip-left,
    .tooltip.tip-right {
        float: none !important;
    }
    .tooltip.tip-left>.nub {
        border-color: transparent transparent transparent #333333;
        left: auto;
        margin-top: -5px;
        right: -10px;
        top: 50%;
    }
    .tooltip.tip-right>.nub {
        border-color: transparent #333333 transparent transparent;
        left: -10px;
        margin-top: -5px;
        right: auto;
        top: 50%;
    }
}

meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:40.0625em)/";
    width: 40.0625em;
}


/* Wrapped around .top-bar to contain to grid width */

.contain-to-grid {
    width: 100%;
    background: #333333;
}

.contain-to-grid .top-bar {
    margin-bottom: 0;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
}

.fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
    margin-top: 2.8125rem;
    z-index: 98;
}

.top-bar {
    background: #333333;
    height: 2.8125rem;
    line-height: 2.8125rem;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

.top-bar ul {
    list-style: none;
    margin-bottom: 0;
}

.top-bar .row {
    max-width: none;
}

.top-bar form,
.top-bar input,
.top-bar select {
    margin-bottom: 0;
}

.top-bar input,
.top-bar select {
    font-size: 0.75rem;
    height: 1.75rem;
    padding-bottom: .35rem;
    padding-top: .35rem;
}

.top-bar .button,
.top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem;
}

@media only screen and (max-width: 40em) {
    .top-bar .button,
    .top-bar button {
        position: relative;
        top: -1px;
    }
}

.top-bar .title-area {
    margin: 0;
    position: relative;
}

.top-bar .name {
    font-size: 16px;
    height: 2.8125rem;
    margin: 0;
}

.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span {
    font-size: 1.0625rem;
    line-height: 2.8125rem;
    margin: 0;
}

.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
    color: white;
    display: block;
    font-weight: normal;
    padding: 0 0.9375rem;
    width: 75%;
}

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}

.top-bar .toggle-topbar a {
    color: white;
    display: block;
    font-size: 0.8125rem;
    font-weight: bold;
    height: 2.8125rem;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
    position: relative;
    text-transform: uppercase;
}

.top-bar .toggle-topbar.menu-icon {
    margin-top: -16px;
    top: 50%;
}

.top-bar .toggle-topbar.menu-icon a {
    color: white;
    height: 34px;
    line-height: 33px;
    padding: 0 2.5rem 0 0.9375rem;
    position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 0.9375rem;
    box-shadow: 0 0 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
    width: 16px;
}

.top-bar .toggle-topbar.menu-icon a span:hover:after {
    box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}

.top-bar.expanded {
    background: transparent;
    height: auto;
}

.top-bar.expanded .title-area {
    background: #333333;
}

.top-bar.expanded .toggle-topbar a {
    color: #888888;
}

.top-bar.expanded .toggle-topbar a span::after {
    box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .top-bar.expanded .top-bar-section .has-dropdown.moved>.dropdown,
    .top-bar.expanded .top-bar-section .dropdown {
        clip: initial;
    }
    .top-bar.expanded .top-bar-section .has-dropdown:not(.moved)>ul {
        padding: 0;
    }
}

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out;
    z-index: 1001;
}

.top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%;
}

.top-bar-section ul li {
    background: #333333;
}

.top-bar-section ul li>a {
    color: white;
    display: block;
    font-family: "Open Sans", Verdana, Helvetica, sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;
    padding-left: 0.9375rem;
    padding: 12px 0 12px 0.9375rem;
    text-transform: none;
    width: 100%;
}

.top-bar-section ul li>a.button {
    font-size: 0.8125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background-color: #1fa67a;
    border-color: #198562;
    color: white;
}

.top-bar-section ul li>a.button:hover,
.top-bar-section ul li>a.button:focus {
    background-color: #198562;
}

.top-bar-section ul li>a.button:hover,
.top-bar-section ul li>a.button:focus {
    color: white;
}

.top-bar-section ul li>a.button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333;
}

.top-bar-section ul li>a.button.secondary:hover,
.top-bar-section ul li>a.button.secondary:focus {
    background-color: #b9b9b9;
}

.top-bar-section ul li>a.button.secondary:hover,
.top-bar-section ul li>a.button.secondary:focus {
    color: #333333;
}

.top-bar-section ul li>a.button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: white;
}

.top-bar-section ul li>a.button.success:hover,
.top-bar-section ul li>a.button.success:focus {
    background-color: #368a55;
}

.top-bar-section ul li>a.button.success:hover,
.top-bar-section ul li>a.button.success:focus {
    color: white;
}

.top-bar-section ul li>a.button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: white;
}

.top-bar-section ul li>a.button.alert:hover,
.top-bar-section ul li>a.button.alert:focus {
    background-color: #cf2a0e;
}

.top-bar-section ul li>a.button.alert:hover,
.top-bar-section ul li>a.button.alert:focus {
    color: white;
}

.top-bar-section ul li>a.button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: white;
}

.top-bar-section ul li>a.button.warning:hover,
.top-bar-section ul li>a.button.warning:focus {
    background-color: #cf6e0e;
}

.top-bar-section ul li>a.button.warning:hover,
.top-bar-section ul li>a.button.warning:focus {
    color: white;
}

.top-bar-section ul li>a.button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333;
}

.top-bar-section ul li>a.button.info:hover,
.top-bar-section ul li>a.button.info:focus {
    background-color: #61b6d9;
}

.top-bar-section ul li>a.button.info:hover,
.top-bar-section ul li>a.button.info:focus {
    color: white;
}

.top-bar-section ul li>button {
    font-size: 0.8125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background-color: #1fa67a;
    border-color: #198562;
    color: white;
}

.top-bar-section ul li>button:hover,
.top-bar-section ul li>button:focus {
    background-color: #198562;
}

.top-bar-section ul li>button:hover,
.top-bar-section ul li>button:focus {
    color: white;
}

.top-bar-section ul li>button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333;
}

.top-bar-section ul li>button.secondary:hover,
.top-bar-section ul li>button.secondary:focus {
    background-color: #b9b9b9;
}

.top-bar-section ul li>button.secondary:hover,
.top-bar-section ul li>button.secondary:focus {
    color: #333333;
}

.top-bar-section ul li>button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: white;
}

.top-bar-section ul li>button.success:hover,
.top-bar-section ul li>button.success:focus {
    background-color: #368a55;
}

.top-bar-section ul li>button.success:hover,
.top-bar-section ul li>button.success:focus {
    color: white;
}

.top-bar-section ul li>button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: white;
}

.top-bar-section ul li>button.alert:hover,
.top-bar-section ul li>button.alert:focus {
    background-color: #cf2a0e;
}

.top-bar-section ul li>button.alert:hover,
.top-bar-section ul li>button.alert:focus {
    color: white;
}

.top-bar-section ul li>button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: white;
}

.top-bar-section ul li>button.warning:hover,
.top-bar-section ul li>button.warning:focus {
    background-color: #cf6e0e;
}

.top-bar-section ul li>button.warning:hover,
.top-bar-section ul li>button.warning:focus {
    color: white;
}

.top-bar-section ul li>button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333;
}

.top-bar-section ul li>button.info:hover,
.top-bar-section ul li>button.info:focus {
    background-color: #61b6d9;
}

.top-bar-section ul li>button.info:hover,
.top-bar-section ul li>button.info:focus {
    color: white;
}

.top-bar-section ul li:hover:not(.has-form)>a {
    background-color: #555555;
    color: white;
    background: #222222;
}

.top-bar-section ul li.active>a {
    background: #1fa67a;
    color: white;
}

.top-bar-section ul li.active>a:hover {
    background: #1b8f69;
    color: white;
}

.top-bar-section .has-form {
    padding: 0.9375rem;
}

.top-bar-section .has-dropdown {
    position: relative;
}

.top-bar-section .has-dropdown>a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
    border-left-style: solid;
    margin-right: 0.9375rem;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0;
}

.top-bar-section .has-dropdown.moved {
    position: static;
}

.top-bar-section .has-dropdown.moved>.dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
    width: 100%;
}

.top-bar-section .has-dropdown.moved>a:after {
    display: none;
}

.top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%;
}

.top-bar-section .dropdown li {
    height: auto;
    width: 100%;
}

.top-bar-section .dropdown li a {
    font-weight: normal;
    padding: 8px 0.9375rem;
}

.top-bar-section .dropdown li a.parent-link {
    font-weight: normal;
}

.top-bar-section .dropdown li.title h5,
.top-bar-section .dropdown li.parent-link {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.125rem;
}

.top-bar-section .dropdown li.title h5 a,
.top-bar-section .dropdown li.parent-link a {
    color: white;
    display: block;
}

.top-bar-section .dropdown li.title h5 a:hover,
.top-bar-section .dropdown li.parent-link a:hover {
    background: none;
}

.top-bar-section .dropdown li.has-form {
    padding: 8px 0.9375rem;
}

.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
    top: auto;
}

.top-bar-section .dropdown label {
    color: #777777;
    font-size: 0.625rem;
    font-weight: bold;
    margin-bottom: 0;
    padding: 8px 0.9375rem 2px;
    text-transform: uppercase;
}

.js-generated {
    display: block;
}

@media only screen and (min-width: 40.0625em) {
    .top-bar {
        background: #333333;
        overflow: visible;
    }
    .top-bar:before,
    .top-bar:after {
        content: " ";
        display: table;
    }
    .top-bar:after {
        clear: both;
    }
    .top-bar .toggle-topbar {
        display: none;
    }
    .top-bar .title-area {
        float: left;
    }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
        width: auto;
    }
    .top-bar input,
    .top-bar select,
    .top-bar .button,
    .top-bar button {
        font-size: 0.875rem;
        height: 1.75rem;
        position: relative;
        top: 0.53125rem;
    }
    .top-bar.expanded {
        background: #333333;
    }
    .contain-to-grid .top-bar {
        margin-bottom: 0;
        margin: 0 auto;
        max-width: 62.5rem;
    }
    .top-bar-section {
        transition: none 0 0;
        left: 0 !important;
    }
    .top-bar-section ul {
        display: inline;
        height: auto !important;
        width: auto;
    }
    .top-bar-section ul li {
        float: left;
    }
    .top-bar-section ul li .js-generated {
        display: none;
    }
    .top-bar-section li.hover>a:not(.button) {
        background-color: #555555;
        background: #222222;
        color: white;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        background: #333333;
        line-height: 2.8125rem;
        padding: 0 0.9375rem;
    }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #222222;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        background: #1fa67a;
        color: white;
        line-height: 2.8125rem;
        padding: 0 0.9375rem;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #1b8f69;
        color: white;
    }
    .top-bar-section .has-dropdown>a {
        padding-right: 2.1875rem !important;
    }
    .top-bar-section .has-dropdown>a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem;
    }
    .top-bar-section .has-dropdown.moved {
        position: relative;
    }
    .top-bar-section .has-dropdown.moved>.dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block;
    }
    .top-bar-section .has-dropdown.hover>.dropdown,
    .top-bar-section .has-dropdown.not-click:hover>.dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }
    .top-bar-section .has-dropdown>a:focus+.dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        border: none;
        content: "\00bb";
        top: 0.1875rem;
        right: 5px;
    }
    .top-bar-section .dropdown {
        left: 0;
        background: transparent;
        min-width: 100%;
        top: auto;
    }
    .top-bar-section .dropdown li a {
        background: #333333;
        color: white;
        line-height: 2.8125rem;
        padding: 12px 0.9375rem;
        white-space: nowrap;
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
        background: #333333;
        color: white;
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
        background-color: #555555;
        color: white;
        background: #222222;
    }
    .top-bar-section .dropdown li label {
        background: #333333;
        white-space: nowrap;
    }
    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0;
    }
    .top-bar-section>ul>.divider,
    .top-bar-section>ul>[role="separator"] {
        border-right: solid 1px #4e4e4e;
        border-bottom: none;
        border-top: none;
        clear: none;
        height: 2.8125rem;
        width: 0;
    }
    .top-bar-section .has-form {
        background: #333333;
        height: 2.8125rem;
        padding: 0 0.9375rem;
    }
    .top-bar-section .right li .dropdown {
        left: auto;
        right: 0;
    }
    .top-bar-section .right li .dropdown li .dropdown {
        right: 100%;
    }
    .top-bar-section .left li .dropdown {
        right: auto;
        left: 0;
    }
    .top-bar-section .left li .dropdown li .dropdown {
        left: 100%;
    }
    .no-js .top-bar-section ul li:hover>a {
        background-color: #555555;
        background: #222222;
        color: white;
    }
    .no-js .top-bar-section ul li:active>a {
        background: #1fa67a;
        color: white;
    }
    .no-js .top-bar-section .has-dropdown:hover>.dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }
    .no-js .top-bar-section .has-dropdown>a:focus+.dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important;
    }
    .small-only-text-right {
        text-align: right !important;
    }
    .small-only-text-center {
        text-align: center !important;
    }
    .small-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important;
    }
    .small-text-right {
        text-align: right !important;
    }
    .small-text-center {
        text-align: center !important;
    }
    .small-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important;
    }
    .medium-only-text-right {
        text-align: right !important;
    }
    .medium-only-text-center {
        text-align: center !important;
    }
    .medium-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-text-left {
        text-align: left !important;
    }
    .medium-text-right {
        text-align: right !important;
    }
    .medium-text-center {
        text-align: center !important;
    }
    .medium-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important;
    }
    .large-only-text-right {
        text-align: right !important;
    }
    .large-only-text-center {
        text-align: center !important;
    }
    .large-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-text-left {
        text-align: left !important;
    }
    .large-text-right {
        text-align: right !important;
    }
    .large-text-center {
        text-align: center !important;
    }
    .large-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important;
    }
    .xlarge-only-text-right {
        text-align: right !important;
    }
    .xlarge-only-text-center {
        text-align: center !important;
    }
    .xlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 90.0625em) {
    .xlarge-text-left {
        text-align: left !important;
    }
    .xlarge-text-right {
        text-align: right !important;
    }
    .xlarge-text-center {
        text-align: center !important;
    }
    .xlarge-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
    .xxlarge-only-text-left {
        text-align: left !important;
    }
    .xxlarge-only-text-right {
        text-align: right !important;
    }
    .xxlarge-only-text-center {
        text-align: center !important;
    }
    .xxlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 120.0625em) {
    .xxlarge-text-left {
        text-align: left !important;
    }
    .xxlarge-text-right {
        text-align: right !important;
    }
    .xxlarge-text-center {
        text-align: center !important;
    }
    .xxlarge-text-justify {
        text-align: justify !important;
    }
}


/* Typography resets */

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


/* Default Link Styles */

a {
    color: #1fa67a;
    line-height: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #1b8f69;
}

a img {
    border: none;
}


/* Default paragraph styles */

p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

p.lead {
    font-size: 1.21875rem;
    line-height: 1.6;
}

p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35;
}


/* Default header styles */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #34495e;
    font-family: "Open Sans", Verdana, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #6789ab;
    font-size: 60%;
    line-height: 0;
}

h1 {
    font-size: 2.125rem;
}

h2 {
    font-size: 1.6875rem;
}

h3 {
    font-size: 1.375rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}

.subheader {
    line-height: 1.4;
    color: #6789ab;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

hr {
    border: solid #dddddd;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.1875rem;
}


/* Helpful Typography Defaults */

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}


/*small {
  font-size: 60%;
  line-height: inherit;
}*/

code {
    background-color: #f8f8f8;
    border-color: #dfdfdf;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    padding: 0.125rem 0.3125rem 0.0625rem;
}


/* Lists */

ul,
ol,
dl {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1.25rem;
}

ul {
    margin-left: 1.1rem;
}

ul.no-bullet {
    margin-left: 0;
}

ul.no-bullet li ul,
ul.no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none;
}


/* Unordered Lists */

ul li ul,
ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
    list-style: inherit;
}

ul.square {
    list-style-type: square;
    margin-left: 1.1rem;
}

ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem;
}

ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem;
}

ul.no-bullet {
    list-style: none;
}


/* Ordered Lists */

ol {
    margin-left: 1.4rem;
}

ol li ul,
ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}


/* Definition Lists */

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

dl dd {
    margin-bottom: 0.75rem;
}


/* Abbreviations */

abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #666666;
    cursor: help;
}

abbr {
    text-transform: none;
}

abbr[title] {
    border-bottom: 1px dotted #dddddd;
}


/* Blockquotes */

blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #dddddd;
}

blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #527394;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
    color: #527394;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #6789ab;
}


/* Microformats */

.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #dddddd;
    padding: 0.625rem 0.75rem;
}

.vcard li {
    margin: 0;
    display: block;
}

.vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem;
}

.vevent .summary {
    font-weight: bold;
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.0625em) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4;
    }
    h1 {
        font-size: 2.75rem;
    }
    h2 {
        font-size: 2.3125rem;
    }
    h3 {
        font-size: 1.6875rem;
    }
    h4 {
        font-size: 1.4375rem;
    }
    h5 {
        font-size: 1.125rem;
    }
    h6 {
        font-size: 1rem;
    }
}


/* small displays */

@media only screen {
    .show-for-small-only,
    .show-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up {
        display: inherit !important;
    }
    .hide-for-small-only,
    .hide-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important;
    }
    .visible-for-small-only,
    .visible-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }
    .hidden-for-small-only,
    .hidden-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }
    table.show-for-small-only,
    table.show-for-small-up,
    table.show-for-small,
    table.show-for-small-down,
    table.hide-for-medium-only,
    table.hide-for-medium-up,
    table.hide-for-medium,
    table.show-for-medium-down,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up {
        display: table !important;
    }
    thead.show-for-small-only,
    thead.show-for-small-up,
    thead.show-for-small,
    thead.show-for-small-down,
    thead.hide-for-medium-only,
    thead.hide-for-medium-up,
    thead.hide-for-medium,
    thead.show-for-medium-down,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up {
        display: table-header-group !important;
    }
    tbody.show-for-small-only,
    tbody.show-for-small-up,
    tbody.show-for-small,
    tbody.show-for-small-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-medium-up,
    tbody.hide-for-medium,
    tbody.show-for-medium-down,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up {
        display: table-row-group !important;
    }
    tr.show-for-small-only,
    tr.show-for-small-up,
    tr.show-for-small,
    tr.show-for-small-down,
    tr.hide-for-medium-only,
    tr.hide-for-medium-up,
    tr.hide-for-medium,
    tr.show-for-medium-down,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up {
        display: table-row;
    }
    th.show-for-small-only,
    td.show-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.show-for-small,
    td.show-for-small,
    th.show-for-small-down,
    td.show-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.hide-for-medium-up,
    td.hide-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.show-for-medium-down,
    td.show-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.hide-for-large-up,
    td.hide-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up {
        display: table-cell !important;
    }
}


/* medium displays */

@media only screen and (min-width: 40.0625em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up {
        display: inherit !important;
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important;
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.show-for-medium-only,
    table.show-for-medium-up,
    table.show-for-medium,
    table.show-for-medium-down,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up {
        display: table !important;
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.show-for-medium-only,
    thead.show-for-medium-up,
    thead.show-for-medium,
    thead.show-for-medium-down,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up {
        display: table-header-group !important;
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.show-for-medium-only,
    tbody.show-for-medium-up,
    tbody.show-for-medium,
    tbody.show-for-medium-down,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up {
        display: table-row-group !important;
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.show-for-medium-only,
    tr.show-for-medium-up,
    tr.show-for-medium,
    tr.show-for-medium-down,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up {
        display: table-row;
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.show-for-medium-only,
    td.show-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.show-for-medium,
    td.show-for-medium,
    th.show-for-medium-down,
    td.show-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.hide-for-large-up,
    td.hide-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up {
        display: table-cell !important;
    }
}


/* large displays */

@media only screen and (min-width: 64.0625em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up {
        display: inherit !important;
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important;
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.show-for-large-only,
    table.show-for-large-up,
    table.show-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up {
        display: table !important;
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.show-for-large-only,
    thead.show-for-large-up,
    thead.show-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up {
        display: table-header-group !important;
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.show-for-large-only,
    tbody.show-for-large-up,
    tbody.show-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up {
        display: table-row-group !important;
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.show-for-large-only,
    tr.show-for-large-up,
    tr.show-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up {
        display: table-row;
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.show-for-large-only,
    td.show-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.show-for-large,
    td.show-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up {
        display: table-cell !important;
    }
}


/* xlarge displays */

@media only screen and (min-width: 90.0625em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-large-only,
    .show-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up {
        display: inherit !important;
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-large-only,
    .hide-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important;
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-large-only,
    .visible-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-large-only,
    .hidden-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-large-only,
    table.show-for-large-up,
    table.hide-for-large,
    table.hide-for-large-down,
    table.show-for-xlarge-only,
    table.show-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up {
        display: table !important;
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-large-only,
    thead.show-for-large-up,
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.show-for-xlarge-only,
    thead.show-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up {
        display: table-header-group !important;
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-large-only,
    tbody.show-for-large-up,
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.show-for-xlarge-only,
    tbody.show-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up {
        display: table-row-group !important;
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-large-only,
    tr.show-for-large-up,
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.show-for-xlarge-only,
    tr.show-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up {
        display: table-row;
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.hide-for-large-down,
    td.hide-for-large-down,
    th.show-for-xlarge-only,
    td.show-for-xlarge-only,
    th.show-for-xlarge-up,
    td.show-for-xlarge-up,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up {
        display: table-cell !important;
    }
}


/* xxlarge displays */

@media only screen and (min-width: 120.0625em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-large-only,
    .show-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .hide-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: inherit !important;
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-large-only,
    .hide-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .show-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up {
        display: none !important;
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-large-only,
    .visible-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-large-only,
    .hidden-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-large-only,
    table.show-for-large-up,
    table.hide-for-large,
    table.hide-for-large-down,
    table.hide-for-xlarge-only,
    table.show-for-xlarge-up,
    table.show-for-xxlarge-only,
    table.show-for-xxlarge-up {
        display: table !important;
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-large-only,
    thead.show-for-large-up,
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.hide-for-xlarge-only,
    thead.show-for-xlarge-up,
    thead.show-for-xxlarge-only,
    thead.show-for-xxlarge-up {
        display: table-header-group !important;
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-large-only,
    tbody.show-for-large-up,
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.show-for-xlarge-up,
    tbody.show-for-xxlarge-only,
    tbody.show-for-xxlarge-up {
        display: table-row-group !important;
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-large-only,
    tr.show-for-large-up,
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.hide-for-xlarge-only,
    tr.show-for-xlarge-up,
    tr.show-for-xxlarge-only,
    tr.show-for-xxlarge-up {
        display: table-row;
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.hide-for-large-down,
    td.hide-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.show-for-xlarge-up,
    td.show-for-xlarge-up,
    th.show-for-xxlarge-only,
    td.show-for-xxlarge-only,
    th.show-for-xxlarge-up,
    td.show-for-xxlarge-up {
        display: table-cell !important;
    }
}


/* Orientation targeting */

.show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}


/* Specific visibility for tables */

table.hide-for-landscape,
table.show-for-portrait {
    display: table !important;
}

thead.hide-for-landscape,
thead.show-for-portrait {
    display: table-header-group !important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
    display: table-row-group !important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
    display: table-row !important;
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell !important;
}

@media only screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: inherit !important;
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
    /* Specific visibility for tables */
    table.show-for-landscape,
    table.hide-for-portrait {
        display: table !important;
    }
    thead.show-for-landscape,
    thead.hide-for-portrait {
        display: table-header-group !important;
    }
    tbody.show-for-landscape,
    tbody.hide-for-portrait {
        display: table-row-group !important;
    }
    tr.show-for-landscape,
    tr.hide-for-portrait {
        display: table-row !important;
    }
    td.show-for-landscape,
    td.hide-for-portrait,
    th.show-for-landscape,
    th.hide-for-portrait {
        display: table-cell !important;
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait,
    .hide-for-landscape {
        display: inherit !important;
    }
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }
    /* Specific visibility for tables */
    table.show-for-portrait,
    table.hide-for-landscape {
        display: table !important;
    }
    thead.show-for-portrait,
    thead.hide-for-landscape {
        display: table-header-group !important;
    }
    tbody.show-for-portrait,
    tbody.hide-for-landscape {
        display: table-row-group !important;
    }
    tr.show-for-portrait,
    tr.hide-for-landscape {
        display: table-row !important;
    }
    td.show-for-portrait,
    td.hide-for-landscape,
    th.show-for-portrait,
    th.hide-for-landscape {
        display: table-cell !important;
    }
}


/* Touch-enabled device targeting */

.show-for-touch {
    display: none !important;
}

.hide-for-touch {
    display: inherit !important;
}

.touch .show-for-touch {
    display: inherit !important;
}

.touch .hide-for-touch {
    display: none !important;
}


/* Specific visibility for tables */

table.hide-for-touch {
    display: table !important;
}

.touch table.show-for-touch {
    display: table !important;
}

thead.hide-for-touch {
    display: table-header-group !important;
}

.touch thead.show-for-touch {
    display: table-header-group !important;
}

tbody.hide-for-touch {
    display: table-row-group !important;
}

.touch tbody.show-for-touch {
    display: table-row-group !important;
}

tr.hide-for-touch {
    display: table-row !important;
}

.touch tr.show-for-touch {
    display: table-row !important;
}

td.hide-for-touch {
    display: table-cell !important;
}

.touch td.show-for-touch {
    display: table-cell !important;
}

th.hide-for-touch {
    display: table-cell !important;
}

.touch th.show-for-touch {
    display: table-cell !important;
}


/* Screen reader-specific classes */

.show-for-sr {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.show-on-focus {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.show-on-focus:focus,
.show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
}


/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/

.print-only {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: black !important;
        /* Black prints faster: h5bp.com/s */
        text-shadow: none !important;
    }
    .show-for-print {
        display: block;
    }
    .hide-for-print {
        display: none;
    }
    table.show-for-print {
        display: table !important;
    }
    thead.show-for-print {
        display: table-header-group !important;
    }
    tbody.show-for-print {
        display: table-row-group !important;
    }
    tr.show-for-print {
        display: table-row !important;
    }
    td.show-for-print {
        display: table-cell !important;
    }
    th.show-for-print {
        display: table-cell !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: .5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .hide-on-print {
        display: none !important;
    }
    .print-only {
        display: block !important;
    }
    .hide-for-print {
        display: none !important;
    }
    .show-for-print {
        display: inherit !important;
    }
}


/* Print visibility */

@media print {
    .show-for-print {
        display: block;
    }
    .hide-for-print {
        display: none;
    }
    table.show-for-print {
        display: table !important;
    }
    thead.show-for-print {
        display: table-header-group !important;
    }
    tbody.show-for-print {
        display: table-row-group !important;
    }
    tr.show-for-print {
        display: table-row !important;
    }
    td.show-for-print {
        display: table-cell !important;
    }
    th.show-for-print {
        display: table-cell !important;
    }
}

@media not print {
    .show-for-print {
        display: none !important;
    }
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}


/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}


/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('fancybox_sprite@2x.png');
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url('fancybox_loading@2x.gif');
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

#fancybox-buttons.top {
    top: 10px;
}

#fancybox-buttons.bottom {
    bottom: 10px;
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(68, 68, 68)), color-stop(50%, rgb(52, 52, 52)), color-stop(50%, rgb(41, 41, 41)), color-stop(100%, rgb(51, 51, 51)));
    background: -webkit-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -o-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -ms-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222', GradientType=0);
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url('fancybox_buttons.png');
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.8;
}

#fancybox-buttons a:hover {
    opacity: 1;
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
    opacity: 0.4;
    cursor: default;
}

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}

#fancybox-thumbs.bottom {
    bottom: 2px;
}

#fancybox-thumbs.top {
    top: 2px;
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5;
}

#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
    opacity: 1;
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none;
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none;
}

@charset "UTF-8";

/*!Animate.css - http://daneden.me/animate Licensed under the MIT license -http://opensource.org/licenses/MIT Copyright (c) 2015 Daniel Eden*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBjTOQ_MqJVwkKsUn0wKzc2I.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBjUj_cnvWIuuBMVgbX098Mw.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBkbcKLIaa1LC45dFaAfauRA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBmo_sUJ8uO4YLWRInS22T3Y.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBr6up8jxqWt8HVA3mDhkV_0.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBiYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@charset "UTF-8";

/*
Theme Name: Advocator
Theme URI: https://rescuethemes.com/wordpress-themes/advocator/
Author: Rescue Themes
Author URI: https://rescuethemes.com
Description: A WordPress theme for non-profits, charities, and organizations that do good.
Version:  2.3.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rescue
Tags: white, green, custom-menu, translation-ready, threaded-comments, theme-options, responsive-layout, two-columns, custom-colors, featured-images

Advocator WordPress Theme, Copyright 2014 - 2015 Rescue Themes
Advocator is distributed under the terms of the GNU GPL

Advocator is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1.0 Defaults
2.0 Typography
3.0 Alignments
4.0 Accessibility
5.0 Media
6.0 Header
  6.1 Navigation
7.0 Home
  7.1 Home Hero
  7.2 Home Content
  7.3 Home Events
  7.4 Home News
  7.5 Home Gallery
8.0 Forms
9.0 Content
  9.1 Posts
  9.2 Blog Page
  9.3 404 Page
  9.4 Archive Page
  9.5 Full Width
  9.6 Contact Page
  9.7 Gallery
  9.8 Search
  9.9 Donation Page
10.0 Comments
11.0 Widgets
  11.1 Mailchimp Widget
  11.2 Events Calendar
  11.3 Footer Widgets
12.0 Footer
13.0 Inifinte Scroll
14.0 Give Donations

--------------------------------------------------------------*/


/*--------------------------------------------------------------
  1.0 Defaults
--------------------------------------------------------------*/


/*--------------------------------------------------------------
  2.0 Typography
--------------------------------------------------------------*/

@font-face {
    font-family: FontAwesome;
    src: url("fonts/fontawesome-webfont.eot?#iefix") format("eot"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome-webfont.svg#FontAwesome") format("svg");
}

body,
p,
blockquote,
.format-link,
p,
pre,
address,
small,
abbr,
code,
kbd,
samp,
small,
var,
form,
legend,
label,
caption {
    font-family: "Open Sans", Verdana, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
ol.vcalendar .duration,
h6 {
    font-family: "Open Sans", Verdana, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 2.4rem;
}

h1 {
    font-size: 2.75rem;
    margin: 0;
}

p,
ul:not(#mms-admin-sidebar ul, #mheader_5_wrapper ul),
ol:not(#mms-admin-sidebar ol, #mheader_5_wrapper ol),
dl,
.textwidget {
    font-weight: 100;
    line-height: 28px;
}

a {
    line-height: inherit;
    text-decoration: none;
    color: #333333;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-tap-highlight-color: transparent;
    /* Remove Gray Highlight When Tapping Links in Mobile Safari - http://goo.gl/cs61C1 */
}

a:hover,
a:focus {
    color: #1fa67a;
}

blockquote,
.format-link,
blockquote p,
.format-link p {
    color: #333333;
    font-weight: 400;
    font-size: 1.5rem;
}

blockquote,
.format-link {
    border-left: 5px solid #333333;
    font-style: italic;
}

hr {
    border-color: #CCCCCC;
}

.vcard {
    border: none;
}


/*--------------------------------------------------------------
  3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: table;
    margin: 0 auto;
}


/*--------------------------------------------------------------
  4.0 Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}


/*--------------------------------------------------------------
  5.0 Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin: 2.5em 0;
    float: left;
}

.gallery figure {
    margin: 0 0;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
  6.0 Header
--------------------------------------------------------------*/

.top_header_wrap {
    padding: 20px 0;
    border-bottom: 4px solid #ffffff;
    background-color: #2c3135;
}

.top_header_wrap h1.site-title a {
    color: #FFFFFF;
    font-size: 24px;
}

.top_header_wrap h1.site-title a:hover {
    color: #1fa67a;
}

.top_header_wrap h2.site-description {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

.top_header_wrap .logo {
    float: left;
}

@media only screen and (max-width: 40em) {
    .top_header_wrap .logo {
        text-align: center;
        float: none;
        display: table;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .top_header_wrap .logo {
        text-align: center;
        float: none;
        display: table;
        margin: 0 auto;
    }
}

.top_header_wrap .logo h3 a {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 300;
}

.top_header_wrap .logo h3 a:hover {
    color: #1fa67a;
}

.donation_button .button {
    padding: 0.9rem 2.25rem 1rem 2.25rem;
    margin: 0;
    width: 100%;
    border-bottom: 10px solid #e2b709;
    background-color: #f1c40f;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.donation_button .button:hover,
.donation_button .button:focus {
    background-color: #fbce1c;
}


/*--------------------------------------------------------------
  6.1 Navigation
--------------------------------------------------------------*/

.top_header_wrap,
.top_header_wrap nav,
.top_header_wrap .top-bar-section li:not(.has-form) a:not(.button),
.top_header_wrap .top-bar-section .dropdown li:not(.has-form) a:not(.button),
.top_header_wrap .top-bar-section ul,
.top_header_wrap .top-bar.expanded .title-area {
    background: #2c3135;
}

.top-bar ul>li.has-dropdown .dropdown li:hover,
.top-bar ul>li.has-dropdown .dropdown li:focus {
    background: #FFFFFF;
}

.top_header_wrap .top_nav a {
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 12px;
}

.top_header_wrap .top-bar-section .has-dropdown>a:after {
    top: 13px;
    right: 5px;
    border-width: 3px;
    border-color: transparent transparent transparent;
    background-color: #4b4f52;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.top_header_wrap .top_mini_nav {
    float: right;
}

@media only screen and (max-width: 40em) {
    .top_header_wrap .top_mini_nav {
        float: none;
        display: table;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .top_header_wrap .top_mini_nav {
        float: none;
        display: table;
        margin: 0 auto;
    }
}

.top_header_wrap .top_mini_nav ul {
    list-style-type: none;
}

.top_header_wrap .top_mini_nav ul li {
    display: inline-block;
}

.top-bar-section ul li:hover:not(.has-form) a:hover:not(.button) {
    color: #DDDDDD;
}

.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
    background: #1fa67a;
    color: #DDDDDD;
}

.top-bar-section .dropdown li:hover:not(.has-form):not(.active)>a:not(.button) {
    background: #1fa67a;
    color: #DDDDDD;
}

.bottom_header_wrap,
.bottom_header_wrap nav,
.bottom_header_wrap .top-bar-section li:not(.has-form) a:not(.button),
.bottom_header_wrap .top-bar-section .dropdown li:not(.has-form) a:not(.button),
.bottom_header_wrap .top-bar-section ul,
.bottom_header_wrap .top-bar.expanded .title-area {
    background-color: #1fa67a;
}

.bottom_header_wrap .bottom_nav {
    margin: 10px 0;
}

.bottom_header_wrap .top-bar-section .has-dropdown>a:after {
    top: 13px;
    right: 5px;
    border-width: 4px;
    border-color: transparent transparent transparent;
    background-color: #FFFFFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .bottom_header_wrap .top-bar {
        float: none;
        display: table;
        margin: 0 auto;
    }
}

.bottom_header_wrap .bottom_nav a {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
}

.bottom_header_wrap .bottom_nav a:hover {
    color: #b2f2e5;
}

.bottom_header_wrap .top-bar-section .dropdown {
    padding: 0 0 10px 10px;
    padding-right: 20px;
    z-index: 999;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
}

.bottom_header_wrap .top-bar-section .dropdown li.title h5 a,
.bottom_header_wrap .top-bar-section .dropdown li.title ol.vcalendar .duration a,
ol.vcalendar .bottom_header_wrap .top-bar-section .dropdown li.title .duration a {
    color: #b2f2e5;
}

.bottom_header_wrap .top-bar.expanded .toggle-topbar a {
    color: #FFFFFF;
}


/*--- Hamburger Mobile Icon ---*/

.top-bar .toggle-topbar.menu-icon a {
    color: #FFFFFF;
    height: 34px;
    line-height: 33px;
    padding: 0 25px 0 0;
    position: relative;
}

.top-bar .toggle-topbar.menu-icon a:after {
    box-shadow: 0 10px 0 1px #FFFFFF, 0 16px 0 1px #FFFFFF, 0 22px 0 1px #FFFFFF;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
}


/*--------------------------------------------------------------
  7.0 Home
--------------------------------------------------------------*/

.home_widgets_section,
.home_events_wrap,
.home_image_gallery {
    margin-top: 70px;
}

.home_widgets_section h3,
.home_widget_events h3,
.home_latest_news h3,
.home_image_gallery h3 {
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

@media only screen and (max-width: 40em) {
    .home_text_widget_left {
        margin-bottom: 30px;
    }
}


/* Mobile */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .home_text_widget_left {
        margin-bottom: 30px;
    }
}


/* Tablet */


/*--------------------------------------------------------------
  7.1 Home Hero
--------------------------------------------------------------*/

.hero_slider {
    background-color: #FAFAFA;
}

.hero_slider h5,
.hero_slider ol.vcalendar .duration,
ol.vcalendar .hero_slider .duration {
    display: none;
}

.hero_slider .soliloquy-container .soliloquy-caption {
    bottom: 11em;
    /* Tablet */
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .hero_slider .soliloquy-container .soliloquy-caption {
        bottom: 2em;
    }
}

.hero_slider .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    line-height: 2.1;
    padding: 30px 10px;
    display: table;
    margin: 0 auto;
}

.hero_slider .soliloquy-theme-classic .soliloquy-pager {
    bottom: 110px !important;
    text-align: center !important;
    margin: 0 !important;
    /* Mobile */
    /* Tablet */
}

@media only screen and (max-width: 40em) {
    .hero_slider .soliloquy-theme-classic .soliloquy-pager {
        bottom: 20px !important;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .hero_slider .soliloquy-theme-classic .soliloquy-pager {
        bottom: 40px !important;
    }
}


/*--------------------------------------------------------------
  7.2 Home Content
--------------------------------------------------------------*/

.main_content_wrap {
    position: relative;
    top: -100px;
    z-index: 100;
    /* Mobile */
    /* Tablet */
}

@media only screen and (max-width: 40em) {
    .main_content_wrap {
        top: 0px;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .main_content_wrap {
        top: -10px;
    }
}


/* Home Top Widgets Area */

.home_top_bg,
.home_top_wrap,
.inner_sidebar #mc_signup,
.footer_widget #mc_signup {
    background-color: #34495e;
}

.home_top_bg {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    /* Mobile */
    /* Tablet */
}

@media only screen and (max-width: 40em) {
    .home_top_bg {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .home_top_bg {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
    }
}

.home_top_bg .home_top_wrap {
    margin: 4rem 0;
}

.home_widgets_top,
.home_widgets_top h1,
.home_widgets_top h2,
.home_widgets_top h3,
.home_widgets_top h4,
.home_widgets_top h5,
.home_widgets_top ol.vcalendar .duration,
ol.vcalendar .home_widgets_top .duration,
.home_widgets_top h6 {
    color: #FFFFFF;
    text-align: center;
}

.home_widgets_top {
    /* Mobile */
}

@media only screen and (max-width: 40em) {
    .home_widgets_top {
        margin-bottom: 50px;
    }
}

.home_widgets_top a {
    color: #AAAAAA;
    border-bottom: 1px dashed #888888;
}

.home_widgets_top .fa,
.home_widgets_top .textwidget h3 {
    margin-bottom: 20px;
}

.home_widgets_top .icon_hover i,
.home_widgets_top .icon_hover h3 {
    color: #FFFFFF;
    -o-transition: 0.15s;
    -ms-transition: 0.15s;
    -moz-transition: 0.15s;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.home_widgets_top .icon_hover h3 {
    font-size: 1.3rem;
}

.home_widgets_top .icon_hover:hover i,
.home_widgets_top .icon_hover:hover h3,
.home_widgets_top .icon_hover:hover a {
    color: #A2DA08;
}

.home_widgets_top .icon_hover p {
    padding: 0 1.2rem;
}

.home_widgets_top .icon_hover:hover p {
    color: #FFFFFF;
}

.home_widget_left {
    margin-bottom: 30px;
}


/*--------------------------------------------------------------
  7.3 Home Events
--------------------------------------------------------------*/


/*--------------------------------------------------------------
  7.4 Home News
--------------------------------------------------------------*/

.home_latest_news {
    padding: 40px 0 0px 0;
}

.home_latest_news .home_post {
    margin-bottom: 30px;
}

.home_latest_news .home_post h4 {
    font-weight: 300;
    /* Mobile */
    /* Tablet */
}

@media only screen and (max-width: 40em) {
    .home_latest_news .home_post h4 {
        text-align: center;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .home_latest_news .home_post h4 {
        text-align: center;
    }
}

.home_latest_news .home_post hr {
    margin-top: 0;
    border-color: #CCCCCC;
}


/*--------------------------------------------------------------
  7.5 Home Gallery
--------------------------------------------------------------*/

.home_image_gallery {
    margin-bottom: 3rem;
}

.home_image_gallery li {
    list-style: none;
}

.home_image_gallery .home_gallery_button {
    margin: 30px 0 0 0;
    /* Mobile */
}

@media only screen and (max-width: 40em) {
    .home_image_gallery .home_gallery_button {
        margin-bottom: 120px;
    }
}


/*--------------------------------------------------------------
  8.0 Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
  9.0 Content
--------------------------------------------------------------*/

.content-area {
    margin-top: 40px;
}

.single .content-area,
.page .content-area,
.blog .content-area {
    margin-top: 80px;
}

.content-area .inner_content {
    margin-bottom: 40px;
}

.inner_content hr {
    margin: 65px 0;
}

.page_title h2 {
    font-weight: 600;
    font-size: 36px;
    margin: 50px 0;
}

.sticky {
    padding: 40px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.sticky .entry-meta {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 2em 0;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
}

.page-links a:hover {
    background-color: #F6F6F6;
}


/*--------------------------------------------------------------
  9.1 Posts
--------------------------------------------------------------*/

.entry-content li {
    line-height: 2.3;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content ol.vcalendar .duration,
ol.vcalendar .entry-content .duration,
.entry-content h6 {
    line-height: 1.7;
}

.entry-content pre {
    background-color: #ebedf0;
    color: #999;
    padding: 2em 4em;
    line-height: 1.9em;
}

article h2.entry-title {
    line-height: 3.5rem;
}


/* Featured Image */

.featured_image {
    margin-bottom: 30px;
}

.featured_image a.link_hover {
    background: #fff url("img/link_hover.png") 50% 50% no-repeat;
}

.featured_image a.link_hover img {
    border: 15px solid #FFFFFF;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.featured_image a.link_hover img:hover {
    opacity: 0.4;
}

.entry-meta .rescue_staff {
    background: #1fa67a;
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    margin-right: 10px;
    padding: 0 10px;
}

.format-standard .entry-meta .post_format {
    display: none;
}


/* Post Meta */

article .entry-meta .rescue_staff {
    background: #1fa67a;
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    margin-right: 10px;
    padding: 0 10px;
}

article .entry-meta ul {
    list-style: none;
    margin: 20px 0 10px 0;
    font-size: 12px;
    color: #AAAAAA;
    font-style: italic;
    font-weight: 100;
}

article .entry-meta li {
    display: inline-block;
    margin-right: 20px;
}

article .entry-meta a {
    color: #AAAAAA;
}

article .entry-meta a:hover {
    color: #1fa67a;
}

article .entry-content {
    margin-top: 25px;
}

article .entry-content hr {
    margin: 40px 0;
}

article a.button {
    margin: 40px 0 20px 0;
    display: inline-block;
}

footer.entry_meta .post_details,
footer.entry_meta .share_title {
    color: #34495e;
    font-size: 13px;
    font-weight: 100;
}

footer.entry_meta .author_details,
footer.entry_meta .category_details {
    float: left;
    margin-right: 2em;
}

footer.entry_meta .post_details a {
    color: #AAAAAA;
}

footer.entry_meta .post_details a:hover {
    color: #1fa67a;
}

footer.entry_meta .tags {
    margin-top: 2.5em;
}

footer.entry_meta hr {
    margin: 20px 0;
}

footer.entry_meta .share_title {
    float: left;
    margin-right: 15px;
}

nav.posts-navigation,
nav.post-navigation {
    line-height: 30px;
    margin-top: 50px;
}

nav.posts-navigation .nav-previous,
nav.post-navigation .nav-previous {
    float: left;
}

nav.posts-navigation .nav-next,
nav.post-navigation .nav-next {
    text-align: right;
    float: right;
}

nav.posts-navigation a,
nav.post-navigation a {
    display: inline-flex;
}

nav.posts-navigation a span.meta-nav,
nav.post-navigation a span.meta-nav {
    margin: 0 0.5em;
}

nav.posts-navigation h5,
nav.posts-navigation ol.vcalendar .duration,
ol.vcalendar nav.posts-navigation .duration,
nav.posts-navigation a,
nav.post-navigation h5,
nav.post-navigation ol.vcalendar .duration,
ol.vcalendar nav.post-navigation .duration,
nav.post-navigation a {
    font-size: 14px;
}

nav.posts-navigation h5,
nav.posts-navigation ol.vcalendar .duration,
ol.vcalendar nav.posts-navigation .duration,
nav.post-navigation h5,
nav.post-navigation ol.vcalendar .duration,
ol.vcalendar nav.post-navigation .duration {
    color: #AAAAAA;
}

#ssba {
    float: right;
}

#ssba a {
    float: left;
    display: block;
}


/* Quote & Link Posts */

blockquote,
.format-link {
    margin-top: 20px;
    font-size: 16px;
    color: #333333;
}

blockquote cite a:hover,
.format-link cite a:hover,
blockquote cite a:focus,
.format-link cite a:focus {
    color: #34495e;
}

blockquote cite:before,
.format-link cite:before {
    color: #527394;
}

.format-quote h1 {
    display: none;
}

.format-quote .entry-content {
    background-color: #1fa67a;
}

.format-quote blockquote,
.format-quote .format-link {
    text-align: center;
    color: #FFFFFF;
    border-left: none;
    margin: 0 0 1.25rem;
    padding: 3rem 1.25rem 2rem 1.1875rem;
}

.format-quote blockquote p,
.format-quote .format-link p {
    color: #FFFFFF;
    font-size: 30px;
}

.format-link {
    border-left: none;
}

.format-link h2 {
    display: none;
}

.format-link .entry-content {
    background-color: #1fa67a;
}

.format-link .entry-content a {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
}

.format-link .entry-content a:hover,
.format-link .entry-content a:focus {
    color: #34495e;
}

.format-link p {
    text-align: center;
    color: #FFFFFF;
    border-left: none;
    margin: 0 0 1.25rem;
    padding: 3rem 1.25rem 2rem 1.1875rem;
}


/* Chat Posts */

.format-chat .entry-content p {
    padding: 15px 40px;
    margin-bottom: 0.4rem;
}

.format-chat .entry-content p:p:nth-child(odd) {
    background: #F6F6F6;
}


/*--------------------------------------------------------------
  9.2 Blog Page
--------------------------------------------------------------*/


/* Pagination */

.inner_content ul.pagination {
    margin-bottom: 60px;
}

.inner_content ul.pagination li a {
    border-radius: 0px;
    font-weight: 100;
}

.inner_content ul.pagination li:hover a,
.inner_content ul.pagination li:focus {
    background-color: #F5F5F5;
}

.inner_content ul.pagination li.current a {
    font-weight: 100;
}

.inner_content ul.pagination li.arrow a {
    background-color: #1fa67a;
    color: #FFFFFF;
}

.inner_content ul.pagination li span.current {
    background: #1fa67a;
    color: #FFFFFF;
    padding: 0.0625rem 0.625rem;
}


/*--------------------------------------------------------------
  9.3 404 Page
--------------------------------------------------------------*/

.error404 h1.page-title {
    margin: 1em 0;
    text-align: center;
}

.error404 .taxonomy-description {
    text-align: center;
}

.error404 .page-header hr {
    margin: 2.5em 0;
}

.error404 h2 {
    font-size: 16px;
    font-weight: bold;
}

.error404 .widget_recent_entries a {
    float: none;
    padding: 0 0 0 0;
    width: 100%;
}

.error404 .widget_recent_entries li {
    min-height: 1rem;
}

.error404 .search-form input[type="submit"] {
    width: 98%;
    color: #FFFFFF;
    font-size: 12px;
    border: none;
    padding: 0.5em 0;
    margin-bottom: 4em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.error404 .search-form label input {
    width: 98%;
}


/*--------------------------------------------------------------
  9.4 Events Page
--------------------------------------------------------------*/


/*----------------------------------*/


/*  Events Calendar Pages
/*----------------------------------*/

#tribe-events-bar {
    margin-bottom: 50px;
}

#tribe-bar-form {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 10px 5px;
}

@media only screen and (max-width: 40em) {
    #tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner {
        display: none;
    }
}


/* Mobile */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #tribe-bar-form .tribe-bar-views-inner label {
        display: none;
    }
}


/* Tablet */

#tribe-events .vcard {
    border: none;
}

#tribe-events .vevent abbr {
    font-weight: normal;
}

#tribe-events-content .tribe-events-event-meta dd span.adr {
    line-height: 1.8;
}

#tribe-events-content .tribe-events-abbr {
    color: #C4690E;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    line-height: 1;
    margin: 1.3rem 0;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    margin-right: 10px;
}

.single-tribe_events .tribe-events-schedule {
    /* Mobile */
}

@media only screen and (max-width: 40em) {
    .single-tribe_events .tribe-events-schedule {
        text-align: center;
    }
}

.single-tribe_events .tribe-events-schedule .recurringinfo {
    display: block;
    font-size: 18px;
}

.single-tribe_events .tribe-events-schedule .tribe-events-cost {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    background: #1fa67a;
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 1em;
    margin-right: 20px;
    padding: 3px 20px;
    text-align: center;
    width: 15%;
    /* Mobile */
}

@media only screen and (max-width: 40em) {
    .single-tribe_events .tribe-events-schedule .tribe-events-cost {
        width: 100%;
    }
}

.single-tribe_events .tribe-events-schedule .tribe-events-divider {
    display: none;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    float: left;
}

.single-tribe_events h2.tribe-events-single-event-title {
    font-weight: 500;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    background: #efefef;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
    background: #efefef;
}

#tribe-bar-views li.tribe-bar-views-option {
    display: inline-block;
    float: left;
}

#tribe-bar-views ul.tribe-bar-views-list {
    position: inherit;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option span {
    font-size: .975rem;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-upcoming,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-month {
    background-image: none;
    background-size: 0 0;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-upcoming:before,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-month:before {
    font-family: FontAwesome;
    color: #3C5166;
    padding-right: 5px;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-upcoming:before {
    content: "\f0ca";
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-month:before {
    content: "\f073";
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-upcoming:hover,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option span.tribe-icon-month:hover {
    color: #1FA67A;
}

#tribe-bar-views .tribe-bar-views-list {
    margin-left: 0;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    padding: 6px 6px;
}

.tribe-bar-views-inner {
    padding: 1rem 0;
}

.tribe-bar-views-inner .tribe-bar-views-inner .large-1 {
    width: 9%;
    padding-right: 0em;
    padding-left: 0em;
}

.tribe-bar-views-inner .tribe-bar-views-inner .large-11 {
    width: 91%;
    padding-left: 0em;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"] {
    background: #3C5166;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    border-radius: 3px;
    transition: background-color 300ms ease-out 0s;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
    background: #213344;
}

#tribe-bar-form input[type="text"] {
    border-style: solid;
    font-weight: normal;
    font-size: 13px;
    font-style: italic;
    text-transform: lowercase;
    margin-top: 10px;
}

#tribe-bar-form #tribe-bar-views {
    left: 0;
    width: 96.5%;
    margin-left: 1rem;
    padding: 0 0;
    border-bottom: 1px solid #e6e6e6;
}

#tribe-bar-form #tribe-bar-views+.tribe-bar-filters {
    right: 0;
    width: 100%;
}

#tribe-bar-form .tribe-bar-views-inner label {
    float: left;
}

#tribe-bar-form .tribe-bar-views-inner label {
    padding: 0 0;
    position: relative;
    top: .38rem;
    font-size: .9rem;
}

#tribe-bar-form .tribe-bar-filters-inner {
    margin-top: .5rem;
}

.tribe-events-list-separator-month {
    font-weight: 300;
}

.events-list .tribe-events-event-image {
    width: 100%;
}

.events-list #tribe-events-footer {
    border-top: none;
    padding-top: 0;
}

.events-list .tribe-events-event-cost span {
    background-color: #1fa67a;
    border: none;
    color: #ffffff;
    font-weight: 400;
    border-radius: 3px;
    padding: 10px 20px;
}

.events-list .tribe-events-loop,
.tribe-events-day .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop {
    max-width: 100%;
}

.tribe-events-loop hr {
    margin: 65px 0 10px 0;
    border-color: #E6E6E6;
}

.tribe-events-loop .tribe-events-event-meta,
.single-tribe_events .tribe-events-event-meta {
    margin-top: 1.5em;
}

.tribe-events-list .tribe-events-venue-details {
    font-style: normal;
    margin: 0;
    line-height: 2.1;
}

.tribe-events-list .tribe-events-venue-details span.org {
    font-weight: normal;
}

.tribe-events-list .tribe-events-venue-details a.tribe-events-gmap {
    display: block;
}

.tribe-events-event-meta .time-details {
    line-height: 2;
}

.tribe-events-event-meta .date-start,
.tribe-events-event-meta .date-end,
.tribe-events-event-meta .end-time {
    font-size: 16px;
}

.tribe-events-event-meta .event-is-recurring {
    font-size: 14px;
    padding-top: 0.2em;
}

.tribe-events-event-meta address.tribe-events-address {
    font-style: normal;
}

.tribe-events-read-more {
    margin: 30px 0;
}

a.tribe-events-read-more {
    background-color: #1fa67a;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: normal !important;
    line-height: normal;
    margin: 30px 0 0 0;
    padding: 0.325rem 1.25rem 0.3875rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    float: left;
    clear: both;
    transition: background-color 300ms ease-out 0s;
}

a.tribe-events-read-more:hover {
    background: #1fa67a;
}

.tribe-events-list-separator-month {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
}

.tribe-events-list-separator-month span {
    padding: 0 3rem 0 0;
    font-size: 1.3rem;
}

#tribe-bar-form #tribe-bar-views+.tribe-bar-filters,
.tribe-bar-views-inner,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    background: #ffffff !important;
}

.tribe-bar-filters-inner input[type="text"] {
    border: 1px solid #BDBFC0 !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    color: #666666 !important;
    cursor: pointer !important;
    float: none !important;
    font-size: 14px !important;
    padding: 7px 9px !important;
}

.tribe-bar-filters-inner label {
    font-size: 0.9rem !important;
}

.tribe-bar-date-filter {
    width: 35%;
}

#tribe-bar-form #tribe-bar-views+.tribe-bar-filters,
.tribe-bar-views-inner {
    color: #666666;
}

.tribe-bar-submit {
    width: 30%;
    margin-left: 0%;
    margin-top: 1.4rem;
}

h2.tribe-events-page-title {
    text-align: left;
}

.tribe-events-list .vevent.hentry h2 {
    font-weight: 500;
}

.tribe-events-list .tribe-events-event-image img,
.tribe-events-single .tribe-events-event-image img,
.tribe-events-tooltip .tribe-events-event-thumb img {
    border-radius: 50%;
    transition: opacity 300ms ease-out 0s;
    border: 15px solid #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.tribe-events-list .tribe-events-event-image img:hover,
.tribe-events-single .tribe-events-event-image img:hover {
    opacity: .7;
}

.tribe-events-loop .vcard {
    padding: 0 0;
}

.single-tribe_events .tribe-events-event-meta {
    background: #ffffff;
}

.tribe-events-single .row {
    margin-bottom: 50px;
}

#tribe-events-content .tribe-events-abbr {
    color: #34495E;
}

.tribe-events-single .tribe-events-single-section-title {
    font-size: 1.2rem;
    font-weight: 600;
}

.single-tribe_events .tribe-events-venue-map {
    border: 1px solid #efefef;
    background: #ffffff;
}

.tribe-events-single p.tribe-events-back {
    margin-bottom: 60px;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    font-weight: 500;
}

.tribe-events-calendar thead th {
    background-color: #3C5166;
}


/*  Events Calendar Pro */

.tribe-events-user-recurrence-toggle {
    float: left;
    margin-top: 2em;
}

.tribe-events-notices {
    clear: both;
}

.tribe-events-user-recurrence-toggle input {
    margin-right: .5em;
}

.tribe-events-user-recurrence-toggle label {
    color: #aaa;
}

.vevent.tribe-events-photo-event .tribe-events-photo-event-wrap {
    background: #ffffff;
}

.tribe-events-photo-event .tribe-events-event-image {
    margin-bottom: 2em;
}

.tribe-events-photo .tribe-events-loop .vevent.hentry .tribe-events-event-meta {
    margin-top: 2em;
}

.tribe-events-list .tribe-events-loop .tribe-events-content {
    font-family: "Open Sans", Verdana, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 28px;
    color: #656565;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 2em;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
    text-align: center;
}

.tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
    margin-left: 0;
    width: 100%;
    left: 0;
}

.tribe-bar-disabled #tribe-bar-form #tribe-bar-views+.tribe-bar-filters {
    right: 0;
    width: 100%;
}

.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type="text"] {
    width: 300px;
}


/*--------------------------------------------------------------
  9.5 Full Width
--------------------------------------------------------------*/

.page-template-template-full-php header h2 {
    text-align: center;
}


/*--------------------------------------------------------------
  9.6 Contact Page
--------------------------------------------------------------*/

.wpcf7 input[type="submit"] {
    background-color: #1fa67a;
    border: medium none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal !important;
    line-height: normal;
    margin: 0 0 1.25rem;
    padding: 0.625rem 1.25rem 0.6875rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.wpcf7 input[type="submit"]:hover {
    opacity: 0.8;
}


/*--------------------------------------------------------------
  9.7 Gallery
--------------------------------------------------------------*/

a.image_hover {
    background: #fff url("img/image_hover.png") 50% 50% no-repeat;
}

a.image_hover img {
    border: 15px solid #FFFFFF;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

a.image_hover>img:hover {
    opacity: 0.4;
}

.rescue_portfolio {
    margin-top: 50px;
}

.rescue_portfolio a.image_hover img {
    border: 15px solid #FFFFFF !important;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.fancybox-title-float-wrap .child,
.fancybox-title {
    background: none;
    text-shadow: none;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
}


/*--------------------------------------------------------------
  9.8 Search
--------------------------------------------------------------*/

.search h1.page-title {
    margin: 1em 0 2em;
}

.search h1.page-title span {
    font-style: italic;
}

.search h1.page-title .no-results h1.page-title {
    font-size: 18px;
    font-weight: bold;
}

.search .post_format {
    display: none;
}


/* Submission Widgets */

.widget span.screen-reader-text {
    font-weight: bold;
    font-size: 16px;
}

.widget label input {
    margin: 20px 0 30px;
}

.widget input[type="submit"] {
    background-color: #1fa67a;
    border: medium none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal !important;
    line-height: normal;
    margin: 0 0 1.25rem;
    padding: 0.625rem 1.25rem 0.6875rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 300ms ease-out 0s;
}

.widget input[type="submit"]:hover {
    background: #198562;
}


/*--------------------------------------------------------------
  9.9 Donation Page
--------------------------------------------------------------*/

#dgx-donate-container {
    margin: 0 0;
    background-color: #34495e;
    padding-bottom: 5px;
}

#dgx-donate-form h2 {
    font-size: 1.8rem;
}

#dgx-donate-form select,
#dgx-donate-form input[type="text"],
#dgx-donate-form #dgx-donate-form select {
    height: 2.6rem;
    border: 1px solid #BDBFC0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #666666;
    cursor: pointer;
    float: none;
    padding: 7px 9px;
}

#dgx-donate-form .dgx-donate-form-section .aftertext {
    margin-left: 0;
}

#dgx-donate-form #dgx-donate-tribute,
#dgx-donate-form #dgx-donate-employer {
    margin: 0 0 0 1em;
}

#dgx-donate-form #dgx-donate-other-radio,
#dgx-donate-form #dgx-donate-repeating {
    margin: 0 1em 0 0;
}

#dgx-donate-form #dgx-donate-other-input {
    width: 25%;
    margin-top: 1rem;
}

#dgx-donate-form input.dgx_donate_zip_input,
#dgx-donate-form input[name="_dgx_donate_donor_city"] {
    width: 25%;
}

#dgx-donate-form input.dgx-donate-pay-enabled {
    height: 0;
    width: 0;
    margin-top: 10px;
    padding: 28px 125px !important;
    background: url("img/paypal_button.png") no-repeat #FFFFFF;
    box-shadow: 0 0 1px transparent;
    /* Mobile */
}

@media only screen and (max-width: 40em) {
    #dgx-donate-form input.dgx-donate-pay-enabled input.dgx-donate-pay-enabled {
        background: url("img/paypal_button_sm.png") no-repeat #FFFFFF;
        padding: 28px 100px !important;
    }
}

#dgx-donate-form img.dgx-donate-pay-disabled {
    height: 0;
    width: 0;
    padding: 28px 125px !important;
    background: #FFFFFF url("img/paypal_button.png") no-repeat;
}


/*--------------------------------------------------------------
  10.0 Comments
--------------------------------------------------------------*/

#comments {
    margin-top: 60px;
}

#comments h2.comments-title {
    font-size: 24px;
    color: #34495e;
    font-weight: 600;
}

#comments ol {
    margin: 60px 0 0 0;
}

#comments ol li {
    list-style-type: none;
    padding: 0;
    margin-bottom: 60px;
    margin: 0 0 4em 0;
}

#comments .children {
    margin: 4em 0 0 0;
    padding: 0 0 0 6em;
}

#comments .children li:last-child {
    margin: 0;
}

#comments .left {
    width: 70px;
    float: left;
}

#comments p {
    margin: 0;
}

#comments .right-comments {
    padding: 0 0 0 20px;
    overflow: hidden;
    min-height: 62px;
}

#comments .comment_content {
    border-left: 1px solid #EEEEEE;
    padding-left: 10px;
}

#comments .comment_content a {
    word-wrap: break-word;
}

#comments .bypostauthor .right-comments {
    border-left-color: #CCCCCC;
}

#comments .comment-text {
    font-size: 12px;
}

#comments .comment-reply-link {
    color: #34495e;
    font-size: 10px;
    padding: 0 0 0 5px;
}

#comments .rescue_staff {
    background: #1fa67a;
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    margin-right: 10px;
    padding: 0 10px;
    text-transform: uppercase;
}

#comments cite {
    font-size: 14px;
    padding: 0 5px 0 0;
    font-style: normal;
    color: #34495e;
    font-weight: 600;
}

#comments .commentmetadata {
    font-style: italic;
    color: #666666;
    font-size: 12px;
}

#comments .right-comments p {
    padding: 0 0 10px 0;
}

#comments:last-child {
    padding: 0 0 0 0;
}

#comments .navigation {
    padding: 0 0 20px 0;
}

#comments .avatar {
    margin-left: 0px;
}

.comment-respond {
    margin-top: 60px;
}

.comment-respond h3 {
    color: #34495e;
    font-size: 20px;
    font-weight: 600;
}

.comment-respond input[type="text"],
.comment-respond input[type="password"],
.comment-respond input[type="email"] {
    width: 100%;
}

.comment-respond textarea {
    float: left;
    width: 100%;
    min-height: 100px;
    margin: 30px 0;
}

.comment-respond #submit {
    margin: 0;
}

.comment-respond #commentform label,
.comment-respond #commentform span.required {
    color: #333333;
    font-weight: bold;
}

.comment-respond #commentform input,
.comment-respond #commentform textarea {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #666666;
    font-family: "Open Sans", Verdana, Helvetica, sans-serif;
    font-size: 14px;
    padding: 4px 7px;
    border-radius: 0px 0px 0px 0px;
    width: 100%;
}

.comment-respond #commentform input {
    float: left;
    margin: 0 0 0.7em 0;
}

.comment-respond #commentform p {
    margin-bottom: 27px;
}

.comment-respond #commentform span.required {
    color: #888888;
}

.comment-respond #commentform label {
    color: #888888;
    font-weight: bold;
    width: 100px;
    padding-bottom: 0.75em;
}

.comment-respond #commentform .comment-form-comment label {
    display: none;
}

.comment-respond #commentform p.form-submit {
    margin-bottom: 60px;
}

.comment-respond #commentform #submit {
    border: 1px solid #AAAAAA;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #666666;
    cursor: pointer;
    float: none;
    font-size: 14px;
    margin: 0;
    padding: 7px 9px;
}

.comment-respond #commentform #submit:hover {
    color: #333333;
    border: 1px solid #999999;
}

.comment-respond #commentform #submit:active {
    margin-top: 1px;
}

.comment-respond #commentform .form-allowed-tags {
    display: none;
}


/*--------------------------------------------------------------
  11.0 Widgets
--------------------------------------------------------------*/

.inner_sidebar,
.inner_sidebar .widget p {
    margin-bottom: 30px;
    color: #b2b2b2;
    font-size: 16px;
    font-weight: 100;
    line-height: 28px;
}

.inner_sidebar .widget-title,
.inner_sidebar .widget p .widget-title {
    text-align: left;
    color: #34495e;
}

.inner_sidebar .widget,
.inner_sidebar .widget p .widget {
    margin-bottom: 2e;
}

.widget_recent_entries ul {
    margin-left: 0;
}

.widget_recent_entries ul li {
    min-height: 4em;
    list-style: none;
    clear: both;
}

.widget_recent_entries a {
    width: 60%;
    display: inline-block;
}

.widget_recent_entries span {
    float: left;
    vertical-align: top;
    width: 6em;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    background: #1fa67a;
    padding: 0.6em;
    color: #FFFFFF;
    line-height: 1.3em;
    margin-right: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/*--------------------------------------------------------------
  11.1 Mailchimp Widget
--------------------------------------------------------------*/

.widget_mailchimpsf_widget {
    /* Mobile */
    /* Tablet */
}

.widget_mailchimpsf_widget .mc_form_inside {
    margin-top: 50px;
}

.widget_mailchimpsf_widget .mc_interests_header,
.widget_mailchimpsf_widget .mc_interest,
.widget_mailchimpsf_widget .mc_email_format,
.widget_mailchimpsf_widget .mc_email_options {
    float: left;
    clear: both;
}

.widget_mailchimpsf_widget .mc_merge_var,
.widget_mailchimpsf_widget #mc-indicates-required {
    display: inline-block !important;
    float: left;
    margin: 0 15px 20px 0;
    width: 25% !important;
    font-weight: 100;
    font-size: 14px;
    /* Mobile */
}

@media only screen and (max-width: 40em) {
    .widget_mailchimpsf_widget .mc_merge_var,
    .widget_mailchimpsf_widget #mc-indicates-required {
        width: 100%;
        clear: both;
    }
}

.widget_mailchimpsf_widget #mc-indicates-required {
    clear: both;
}

.widget_mailchimpsf_widget #mc_subheader {
    color: #CCCCCC;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
}

.widget_mailchimpsf_widget #mc_signup_form .mc_input {
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #CCCCCC;
    font-size: 12px;
    /* Mobile */
    /* Tablet */
}

@media only screen and (max-width: 40em) {
    .widget_mailchimpsf_widget #mc_signup_form .mc_input {
        width: 100%;
        clear: both;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .widget_mailchimpsf_widget #mc_signup_form .mc_input {
        width: 100%;
        clear: both;
    }
}

.widget_mailchimpsf_widget #mc_signup_form .mc_input:focus,
.widget_mailchimpsf_widget #mc-indicates-required {
    color: #666666;
}

.widget_mailchimpsf_widget #mc-indicates-required {
    color: #FFFFFF;
}

.widget_mailchimpsf_widget .mc_error_msg,
.widget_mailchimpsf_widget .mc_success_msg {
    font-weight: 100;
}

.widget_mailchimpsf_widget #mc_message {
    margin-bottom: 30px;
}

@media only screen and (max-width: 40em) {
    .widget_mailchimpsf_widget #mc_signup_submit {
        width: 100% !important;
        clear: both;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .widget_mailchimpsf_widget #mc_signup_submit {
        width: 100% !important;
        clear: both;
    }
}


/* Mailchimp Widget Sidebar */

.inner_sidebar .widget_mailchimpsf_widget #mc_signup {
    padding: 30px 0;
    background-color: #34495e;
}

.inner_sidebar .widget_mailchimpsf_widget .mc_header,
.inner_sidebar .widget_mailchimpsf_widget .mc_radio_label,
.inner_sidebar .widget_mailchimpsf_widget .mc_help,
.inner_sidebar .widget_mailchimpsf_widget .mc_interests_header,
.inner_sidebar .widget_mailchimpsf_widget .mc_interest_label,
.inner_sidebar .widget_mailchimpsf_widget .mc_email_format,
.inner_sidebar .widget_mailchimpsf_widget .mc_email_type {
    color: #FFFFFF;
    font-weight: 100;
}

.inner_sidebar .widget_mailchimpsf_widget .mc_signup_submit input.button {
    font-size: 13px;
    padding: 0.625rem 1.25rem 0.6875rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.inner_sidebar .widget_mailchimpsf_widget .mc_merge_var,
.inner_sidebar .widget_mailchimpsf_widget #mc-indicates-required {
    margin-left: 12.5%;
    width: 75% !important;
}

.inner_sidebar .widget_mailchimpsf_widget .signup_form input,
.inner_sidebar .widget_mailchimpsf_widget .mc_interests_header,
.inner_sidebar .widget_mailchimpsf_widget .mc_interest,
.inner_sidebar .widget_mailchimpsf_widget .mc_email_format,
.inner_sidebar .widget_mailchimpsf_widget .mc_email_options {
    margin-left: 12.5%;
}

.inner_sidebar .widget_mailchimpsf_widget #mc_subheader {
    text-align: center;
    color: #CCCCCC;
    font-size: 14px;
    font-weight: 300;
    padding: 0 40px;
}

.inner_sidebar .widget_mailchimpsf_widget h5,
.inner_sidebar .widget_mailchimpsf_widget ol.vcalendar .duration,
ol.vcalendar .inner_sidebar .widget_mailchimpsf_widget .duration {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.inner_sidebar .widget_mailchimpsf_widget .mc_error_msg {
    float: left;
    padding: 0 2em;
}


/* Mailchimp Widget Footer */

.footer_widget .widget_mailchimpsf_widget #mc_signup {
    padding: 30px 0;
}

.footer_widget .widget_mailchimpsf_widget #mc_subheader,
.footer_widget .widget_mailchimpsf_widget .mc_header,
.footer_widget .widget_mailchimpsf_widget .mc_radio_label,
.footer_widget .widget_mailchimpsf_widget .mc_help,
.footer_widget .widget_mailchimpsf_widget .mc_interests_header,
.footer_widget .widget_mailchimpsf_widget .mc_interest_label,
.footer_widget .widget_mailchimpsf_widget .mc_email_format,
.footer_widget .widget_mailchimpsf_widget .mc_email_type {
    color: #FFFFFF;
    font-weight: 100;
}

.footer_widget .widget_mailchimpsf_widget .mc_signup_submit input.button {
    font-size: 13px;
    padding: 0.625rem 1.25rem 0.6875rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.footer_widget .widget_mailchimpsf_widget .mc_merge_var,
.footer_widget .widget_mailchimpsf_widget #mc-indicates-required {
    margin-left: 12.5%;
    width: 75% !important;
}

.footer_widget .widget_mailchimpsf_widget .signup_form input,
.footer_widget .widget_mailchimpsf_widget .mc_interests_header,
.footer_widget .widget_mailchimpsf_widget .mc_interest,
.footer_widget .widget_mailchimpsf_widget .mc_email_format,
.footer_widget .widget_mailchimpsf_widget .mc_email_options {
    margin-left: 12.5%;
}

.footer_widget .widget_mailchimpsf_widget #mc_subheader {
    text-align: center;
    color: #CCCCCC;
    font-size: 14px;
    font-weight: 300;
    padding: 0 40px;
}

.footer_widget .widget_mailchimpsf_widget h5,
.footer_widget .widget_mailchimpsf_widget ol.vcalendar .duration,
ol.vcalendar .footer_widget .widget_mailchimpsf_widget .duration {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}


/* MailChimp for WordPress */

.inner_sidebar .mc4wp-form,
.inner_sidebar .widget p .mc4wp-form {
    background-color: #34495e;
    padding: 30px;
}

.inner_sidebar .mc4wp-form label {
    color: white;
}

.inner_sidebar .mc4wp-form input[type="submit"] {
    width: 100%;
}


/*--------------------------------------------------------------
  11.3 Footer Widgets
--------------------------------------------------------------*/

.footer_widget a {
    line-height: inherit;
    text-decoration: none;
    color: #AAAAAA;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.footer_widget a:hover,
.footer_widget a:focus {
    color: #1fa67a;
}

.footer_widget a.button {
    color: #FFFFFF;
}

.footer_widget input,
.footer_widget select,
.footer_widget textarea {
    background: #252A2E;
    border: 2px solid #2E2E2E;
    padding: 11px;
    width: 100%;
    color: #EFEFEF;
}

.footer_widget input[type="email"]:focus,
.footer_widget input[type="text"]:focus {
    background: #252A2E;
    color: #EFEFEF;
}

.footer_widget .alignleft {
    margin: 0 1em 0 0;
}

.footer_widget a.custom {
    border-bottom: 1px dashed #5E7286;
    color: #BCBCBC;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.footer_widget a.custom:hover,
.footer_widget a.custom:focus {
    color: #1fa67a;
}

.footer_widget .widget_recent_comments a {
    color: #FFFFFF;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.footer_widget input.wpcf7-submit {
    width: 100%;
    margin-top: 1.5rem;
}

.footer_widget form.wpcf7-form p {
    margin-bottom: .5rem;
    font-size: 13px !important;
    color: #838383 !important;
}

.footer_widget form.wpcf7-form textarea {
    height: 10em;
}


/*--------------------------------------------------------------
  11.2 Events Calendar Widget
--------------------------------------------------------------*/

ol.vcalendar {
    margin-left: 0;
    /* Tablet */
}

ol.vcalendar li {
    margin-bottom: 30px;
    list-style: none;
    border: 10px solid #FFFFFF;
    min-height: 430px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

ol.vcalendar li img {
    border-radius: 50%;
    margin-bottom: 1em;
}

ol.vcalendar li a {
    font-weight: normal;
}

ol.vcalendar li a div.event_detail_wrap h4 {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
}

ol.vcalendar h5,
ol.vcalendar .duration {
    text-align: center;
    margin: 10px 0 10px 0;
}

ol.vcalendar .duration {
    padding: 0 .5em;
    margin: 0 auto;
    display: table;
    /* Tablet */
}

ol.vcalendar .duration span {
    font-size: 14px;
    font-weight: 300;
    color: #555555;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    ol.vcalendar .duration {
        padding: 0 20px;
    }
}

ol.vcalendar h3 .recurringinfo {
    display: inline-block;
    float: left;
}

ol.vcalendar h3 .recurringinfo .event-is-recurring {
    font-size: 1rem;
}

ol.vcalendar .location {
    text-align: center;
}

ol.vcalendar .vcard {
    border: none;
    text-align: center;
    display: block;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    ol.vcalendar li a div.event_detail_wrap span {
        margin: 20px;
    }
    ol.vcalendar li a div.event_detail_wrap h4 {
        font-size: 20px;
    }
}

.duration .date-start {
    font-size: 14px;
}

.duration .event-is-recurring {
    line-height: 1.5;
}

.duration .tribe-events-divider {
    display: none;
}

.tribe-events-widget-link a.button {
    float: right;
    clear: both;
    font-size: 0.6875rem;
    padding: 0.625rem 1.25rem 0.6875rem;
}

.inner_sidebar ol.vcalendar {
    margin-left: 0;
}

.inner_sidebar .tribe-events-list-widget h4 {
    text-align: center;
    margin-bottom: 30px;
}

.footer_widget .tribe-events-widget-link a {
    margin-right: 0px;
}


/*--------------------------------------------------------------
  12.0 Footer
--------------------------------------------------------------*/

.home footer#site_footer {
    position: relative;
    margin-top: 0;
}

footer#site_footer {
    padding-top: 100px;
    min-height: 300px;
    background-color: #2c3135;
}

footer#site_footer h5,
footer#site_footer ol.vcalendar .duration,
ol.vcalendar footer#site_footer .duration {
    margin-bottom: 30px;
    color: #EEEEEE;
    text-transform: uppercase;
    font-size: 16px;
}

footer#site_footer p,
footer#site_footer .widget {
    color: #AAAAAA;
    font-size: 16px;
    font-weight: 100;
    line-height: 28px;
}

footer#site_footer .footer_widget_wrap {
    margin-bottom: 60px;
}

footer#site_footer .footer_widget_wrap aside {
    margin-bottom: 3em;
}

@media only screen and (max-width: 40em) {
    footer#site_footer .footer_widget {
        text-align: center;
    }
}

.footer_social {
    min-height: 110px;
    background-color: #252a2e;
}

.footer_social ul {
    margin-top: 40px;
    list-style: none;
    text-align: center;
}

.footer_social ul li {
    display: inline-block;
    margin: 0 8px;
}

.footer_social a {
    color: #AAAAAA;
}

.footer_social a:hover {
    color: #FFFFFF;
}

.footer_copyright {
    min-height: 40px;
}

.footer_copyright .copyright {
    margin-top: 20px;
}

.footer_copyright .copyright a {
    color: #AAAAAA;
}

.footer_copyright .copyright a:hover {
    color: #1fa67a;
}

.footer_copyright .copyright span {
    color: #666666;
    text-transform: uppercase;
    font-size: 12px;
    /* Mobile */
    /* Tablet */
}

@media only screen and (max-width: 40em) {
    .footer_copyright .copyright span {
        margin: 0 auto;
        display: table;
        margin-top: 20px;
        font-size: 10px;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .footer_copyright .copyright span {
        margin: 0 auto;
        display: table;
        margin-top: 20px;
    }
}

.footer_menu a {
    color: #666666;
    text-transform: uppercase;
    font-size: 12px;
}

.footer_menu a:hover {
    color: #FFFFFF;
}

.footer_menu ul {
    float: right;
    margin-top: 15px;
    list-style: none;
    margin-left: 0;
    /* Mobile */
    /* Tablet */
}

@media only screen and (max-width: 40em) {
    .footer_menu ul {
        margin: 0 auto;
        display: table;
        float: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.footer_menu ul li {
    display: inline-block;
    margin-left: 15px;
    list-style: none;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .footer_menu ul {
        margin: 0 auto;
        display: table;
        float: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


/*--------------------------------------------------------------
  13.0 Inifinte Scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
    display: block;
}

#infinite-footer .container {
    padding: 20px !important;
}

#infinite-footer .blog-info a {
    font-size: 1.325rem !important;
    color: #666666 !important;
    font-weight: normal !important;
}

#infinite-footer .blog-info a:before {
    font-family: 'FontAwesome';
    content: "";
    margin: 0 15px 0 -15px;
    margin: 0 10px 0 0;
}

#infinite-footer .blog-info a:hover {
    text-decoration: none !important;
    color: #1fa67a !important;
}


/*--------------------------------------------------------------
14.0 Give Donations
--------------------------------------------------------------*/

.give-form-wrap .give-form-title {
    font-size: 1.1em;
    font-style: italic;
    margin-bottom: 1em;
}

.give-form-wrap fieldset {
    padding: 0;
}

.give-form-wrap fieldset#give-payment-mode-select {
    padding: 1em 2em;
    background-color: #eceff1;
}

.give-form-wrap fieldset legend {
    background-color: #eceff1;
}

.give-form-wrap #give_purchase_form_wrap {
    padding: 1em 2em;
    background-color: #eceff1;
}

.give-form-wrap input[type="submit"] {
    background-color: #546e7a;
    border: medium none;
    box-shadow: 0 1px 4px 0 rgba(69, 90, 100, 0.16);
    color: #fff;
    display: block;
    font-size: 12px;
    letter-spacing: 0.05em;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

#give-recurring-form legend,
form.give-form legend,
form[id*="give-form"] legend {
    font-family: "Open Sans", Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.1em;
    font-style: italic;
}

form[id*="give-form"] .give-donation-amount .give-currency-symbol,
form[id*="give-form"] #give-final-total-wrap .give-donation-total-label,
form[id*="give-form"] #give-final-total-wrap .give-final-total-amount {
    height: 55px;
    line-height: 55px;
}

form[id*="give-form"] .give-donation-amount #give-amount {
    height: 55px;
}

#give-recurring-form .form-row input[type="text"],
#give-recurring-form .form-row input[type="email"],
#give-recurring-form .form-row input[type="password"],
#give-recurring-form .form-row select,
#give-recurring-form .form-row textarea,
form.give-form .form-row input[type="text"],
form.give-form .form-row input[type="email"],
form.give-form .form-row input[type="password"],
form.give-form .form-row select,
form.give-form .form-row textarea,
form[id*="give-form"] .form-row input[type="text"],
form[id*="give-form"] .form-row input[type="email"],
form[id*="give-form"] .form-row input[type="password"],
form[id*="give-form"] .form-row select,
form[id*="give-form"] .form-row textarea {
    background-color: white;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #38474d;
    height: 3rem;
}


/*# sourceMappingURL=style.css.map */


/*
 Theme Name:   Advocator Child
 Theme URI:    https://rescuethemes.com
 Description:  Advocator Child Theme
 Author:       Rescue Themes
 Author URI:   https://rescuethemes.com
 Template:     advocator
 Version:      1.0
 Tags: white, green, custom-menu, translation-ready, threaded-comments, theme-options, responsive-layout, two-columns, custom-colors, featured-images
 Text Domain:  advocator-child
*/


/* =Theme customization starts here -------------------------------------------------------------- */


/* --- Make the "Events" area neater, increase padding around h3 --- */

.home_widget_events h3 {
    margin-bottom: 50px;
    margin-top: 50px;
}


/* --- Move the 'events' button a little to the left --- */

.tribe-events-widget-link a.button {
    margin-right: 15px;
}


/* --- Move the trio callout box up above the fold --- */

.main_content_wrap {
    background-color: #2c3135;
    position: relative;
    top: -5px;
    z-index: 100;
}

.home_events_wrap {
    background-color: #fbfbfb;
    border-radius: 3px;
}

.home_top_bg {
    position: relative;
    top: -45px;
    background-color: #ecc83c;
}

.home_top_wrap {
    background-color: #ecc83c;
}

.page-id-323 {
    background: #2c3135;
}

.home_top_bg p {
    color: #2c3135;
}

.home_widgets_top .icon_hover:hover i,
.home_widgets_top .icon_hover:hover h3,
.home_widgets_top .icon_hover:hover a {
    color: #2c3135;
}

.bottom_header_wrap,
.bottom_header_wrap nav,
.bottom_header_wrap .top-bar-section li:not(.has-form) a:not(.button),
.bottom_header_wrap .top-bar-section .dropdown li:not(.has-form) a:not(.button),
.bottom_header_wrap .top-bar-section ul,
.bottom_header_wrap .top-bar.expanded .title-area {
    background-color: #ecc83c;
}

img .head-logo {
    width: 140px !important;
}

.wp-tiles-tile-with-image .wp-tiles-byline-title {
    color: #fff;
}

wp-tiles-tile-wrapper>a {
    color: #fff;
}

.custom-site-title {
    font-size: 1.5rem;
    display: inline-block;
    padding-left: 20px;
    padding-top: 15px;
    color: #FFF;
}


/* --- Remove giant space above footer --- */

footer#site_footer {
    padding-top: 15px !important;
}

.home_widgets_section {
    margin-top: 0px !important;
}


/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.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;
    transform: translate(0, 0);
}


/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.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: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.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: #ffffff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.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-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-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-genderless:before,
.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-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-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";
}

#mheader_5_wrapper {
    background: white;
    padding: 10px;
}

.page-title {
    padding: 10px;
    text-align: left;
    /*  color: white;
  background: #2C3135;
  margin: 5px 0px;*/
    color: #888888;
    font-family: Verdana;
    font-size: 18px !important;
}