.node--unpublished {
    background-color: #fff4f4;
}

.password-field {
    margin: 0;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 1em 0;
    min-width: 0;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

details,
fieldset,
.filter-wrapper {
    border-radius: 4px;
}

.filter-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.filter-help a {
    font-size: 0.857em;
}

.filter-wrapper .form-item label {
    margin-right: 10px;
}

[dir="rtl"] .filter-wrapper .form-item label {
    margin-left: 10px;
    margin-right: 0;
}

summary {
    background: #dbdbdb;
    color: #3b3b3b;
    text-shadow: 0 1px 0 #fff;
}

details summary a {
    color: #3b3b3b;
}

details summary a:hover,
details summary a:active,
details summary a:focus {
    color: #000;
}

details .details-description {
    font-style: italic;
}

label {
    display: table;
    font-weight: bold;
}

label[for] {
    cursor: pointer;
}

input,
textarea,
select {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

input {
    margin: 2px 0;
    padding: 4px;
    max-width: 100%;
    box-sizing: border-box;
}

input,
textarea {
    font-size: 0.929em;
}

@media screen and (max-width:60em) {

    input,
    textarea {
        font-size: 16px;
    }
}

textarea {
    line-height: 1.5;
}

textarea.form-textarea,
select.form-select {
    padding: 4px;
}

input.form-text,
input.form-tel,
input.form-email,
input.form-url,
input.form-search,
input.form-file,
input.form-number,
input.form-color,
textarea.form-textarea,
select.form-select {
    border: 1px solid #ccc;
    color: #3b3b3b;
}

input.form-submit:hover,
input.form-submit:focus {
    background: #dedede;
}

.password-suggestions ul li {
    margin-left: 1.2em;
}

[dir="rtl"] .password-suggestions ul li {
    margin-right: 1.2em;
    margin-left: 0;
}

.form-item label,
.form-wrapper .label {
    font-size: 0.929em;
}

.form-wrapper .field-multiple-table .label {
    font-size: inherit;
}

.form-type-radio label,
.form-type-checkbox label {
    margin-left: 4px;
}

[dir="rtl"] .form-type-radio label,
[dir="rtl"] .form-type-checkbox label {
    margin-right: 4px;
    margin-left: 0;
}

.form-type-radio .description,
.form-type-checkbox .description {
    margin-left: 2px;
}

[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
    margin-right: 2px;
    margin-left: 0;
}

.form-actions {
    padding-top: 10px;
}

#edit-body {
    margin-bottom: 2em;
}

.node-form label,
.node-form .description,
.node-form .form-wrapper .label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.node-form .form-wrapper .field-multiple-table .label {
    font-family: inherit;
}

.node-form .form-wrapper {
    margin-bottom: 2em;
}

.contact-form #edit-name {
    width: 75%;
    border-radius: 4px;
}

.contact-form #edit-mail {
    width: 75%;
    border-radius: 4px;
}

.contact-form #edit-subject {
    width: 75%;
    border-radius: 4px;
}

.contact-form #edit-message {
    width: 76.3%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.form-disabled input,
.form-disabled select,
.form-disabled textarea {
    background: #ededed;
    border-color: #bbb;
    color: #717171;
}

.form-disabled label {
    color: #717171;
}

.comment-form label {
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.929em;
    width: 120px;
}

[dir="rtl"] .comment-form label {
    float: right;
}

.comment-form input,
.comment-form .form-select {
    margin: 0;
    border-radius: 4px;
}

.comment-form .form-type-textarea label {
    float: none;
}

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
    margin-bottom: 10px;
    overflow: hidden;
}

.comment-form .form-type-checkbox,
.comment-form .form-radios {
    margin-left: 120px;
}

[dir="rtl"] .comment-form .form-type-checkbox,
[dir="rtl"] .comment-form .form-radios,
[dir="rtl"] .comment-form .form-item .description {
    margin-left: 0;
    margin-right: 120px;
}

.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
    float: none;
    margin-top: 0;
}

.comment-form input.form-file {
    width: auto;
}

.layout-no-sidebars .comment-form .form-text {
    width: 800px;
}

.layout-one-sidebar .comment-form .form-text {
    width: 500px;
}

.layout-two-sidebars .comment-form .form-text {
    width: 320px;
}

.comment-form .form-item .description {
    font-size: 0.786em;
    line-height: 1.2;
    margin-left: 120px;
}

.comment-form .form-textarea {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 100px;
    width: 100%;
}

.comment-form .form-textarea::placeholder {
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
    font-size: 2.5em;
    font-family: gotham;
    font-weight: 200;
    padding-top: 20px;
}

.comment-form details.filter-wrapper .details-wrapper,
.comment-form .text-format-wrapper .form-item {
    margin-top: 0;
    margin-bottom: 0;
}

.filter-wrapper label {
    width: auto;
    float: none;
}

.filter-wrapper .form-select {
    min-width: 120px;
}

.comment-form details.filter-wrapper .tips {
    font-size: 0.786em;
}

#comment-body-add-more-wrapper .form-type-textarea label {
    margin-bottom: 0.4em;
}

#edit-actions input {
    margin-right: 0.6em;
}

[dir="rtl"] #edit-actions input {
    margin-left: 0.6em;
    margin-right: 0;
}

.form-item textarea.error+.cke {
    border: 2px solid red;
}

.form-item--error-message {
    color: #e32700;
}

@media all and (max-width:600px) {
    .form-actions .button {
        float: none;
        margin: 10px 0 0;
        padding-bottom: 6px;
        width: 100%;
        display: block;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .js .dropbutton .dropbutton-action>input,
    .js .dropbutton .dropbutton-action>a,
    .js .dropbutton .dropbutton-action>button {
        text-align: center;
        padding-left: 3em;
    }
}

div.tabs {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
}

.tabs ul.primary {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tabs ul.primary li a {
    color: #000;
    background-color: #ededed;
    border-color: #bbb;
    border-style: solid solid none solid;
    border-width: 1px;
    height: 1.8em;
    line-height: 1.9;
    display: block;
    font-size: 0.929em;
    padding: 0 10px 3px;
    text-shadow: 0 1px 0 #fff;
}

.tabs ul.primary li.is-active a {
    background-color: #ffffff;
    border: 1px solid #bbb;
}

@media screen and (max-width:37.5em) {
    .tabs ul.primary {
        border-bottom: 1px solid #bbb;
    }

    .tabs ul.primary li {
        display: block;
        margin: 0;
    }

    .tabs ul.primary li a {
        padding: 5px 10px;
    }

    .tabs ul.primary li.is-active a {
        border-bottom: none;
    }
}

@media screen and (min-width:37.5em) {
    .tabs ul.primary {
        border-collapse: collapse;
        height: auto;
        line-height: normal;
        padding: 0 3px;
        margin: 0;
        overflow: hidden;
        border: none;
        white-space: nowrap;
    }

    .tabs ul.primary li {
        display: block;
        float: left;
        vertical-align: bottom;
        margin: 0 5px 0 0;
    }

    [dir="rtl"] .tabs ul.primary li {
        margin: 0 0 0 5px;
        float: right;
    }

    .tabs ul.primary li a {
        float: left;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .tabs ul.primary li.is-active a {
        border-bottom: 1px solid #fff;
    }
}

.tabs ul.secondary {
    border-bottom: none;
    margin: 5px;
    padding: 0.5em 0;
    overflow: hidden;
}

.tabs ul.secondary li {
    border-right: 1px solid #ccc;
    display: block;
    float: left;
    margin: 0;
    padding: 0 1em;
}

[dir="rtl"] .tabs ul.secondary li {
    border-left: 1px solid #ccc;
    border-right: none;
    float: right;
}

.tabs ul.secondary li:last-child {
    border-right: none;
}

[dir="rtl"] .tabs ul.secondary li:last-child {
    border-left: none;
}

.tabs ul.secondary li:first-child {
    padding-left: 0;
}

[dir="rtl"] .tabs ul.secondary li:first-child {
    padding-right: 0;
}

.tabs ul.secondary li a {
    display: inline;
    padding: 0.25em 0.5em;
    text-decoration: none;
}

.tabs ul.secondary li a.is-active {
    background: #f2f2f2;
    border-bottom: none;
    border-radius: 5px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

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

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after {
    clear: both;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* @font-face {
    font-family: 'FontAwesome';
    src: url(../../../../themes/custom/emgage/fonts/fontawesome-webfont3e6e.eot?v=4.7.0);
    src: url(../../../../themes/custom/emgage/fonts/fontawesome-webfont.eot#iefix&v=4.7.0) format('embedded-opentype'), url(../../../../themes/custom/emgage/fonts/fontawesome-webfont3e6e.woff2?v=4.7.0) format('woff2'), url(../../../../themes/custom/emgage/fonts/fontawesome-webfont3e6e.woff?v=4.7.0) format('woff'), url(../../../../themes/custom/emgage/fonts/fontawesome-webfont3e6e.ttf?v=4.7.0) format('truetype'), url(../../../../themes/custom/emgage/fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal
} */

@font-face {
    font-family: 'FontAwesome';
    src: url(../themes/custom/emgage/fonts/fontawesome-webfont3e6e.eot?v=4.7.0);
    src: url(../themes/custom/emgage/fonts/fontawesome-webfont.eot#iefix&v=4.7.0) format('embedded-opentype'), url(../themes/custom/emgage/fonts/fontawesome-webfont3e6e.woff2?v=4.7.0) format('woff2'), url(../themes/custom/emgage/fonts/fontawesome-webfont3e6e.woff?v=4.7.0) format('woff'), url(../themes/custom/emgage/fonts/fontawesome-webfont3e6e.ttf?v=4.7.0) format('truetype'), url(../themes/custom/emgage/fonts/fontawesome-webfont3e6e.svg?v=4.7.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 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-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 {
    -ms-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-pp: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-resistance: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: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"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.popup {
    position: fixed;
    z-index: 99999;
    top: 100px;
    left: 50%;
    -moz-transition: top 800ms;
    -o-transition: top 800ms;
    -webkit-transition: top 800ms;
    transition: top 800ms;
}

.p_content {
    width: 100%;
    text-align: center;
    background: #fff;
    -moz-box-shadow: 4px 4px 30px #130507;
    -webkit-box-shadow: 4px 4px 30px #130507;
    box-shadow: 4px 4px 30px #130507;
}

.p_anch {
    float: left;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 80px 0 0 0;
    text-align: center;
    font-size: 18px;
}

.p_anch a {
    color: #000;
}

.p_anch a:hover {
    text-decoration: none;
}

.p_anch_bottom {
    margin: 1500px 0 0 0;
    padding: 0 0 50px 0;
}

.p_close {
    position: absolute;
    top: 0;
    right: 10px;
    width: 16px;
    height: 12px;
    padding: 15px 11px 0 0;
}

.p_close span {
    display: block;
    width: 18px;
    height: 5px;
    background: #333;
}

.p_close span:first-child {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.p_close span:last-child {
    margin: -5px 0 0;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.p_body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    -moz-transition: opacity 800ms;
    -o-transition: opacity 800ms;
    -webkit-transition: opacity 800ms;
    transition: opacity 800ms;
}

.js__popup {}

.js__p_start {}

.js__p_close {}

.js__p_body {}

.js__slide_top {
    height: 0;
    overflow: hidden;
    top: 0;
}

.js__fadeout {
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.github {
    position: fixed;
    top: 0;
    right: 0;
    width: 99px;
    height: 99px;
    /* background: url(../../../../themes/custom/emgage/img/github.html); */
    background: url(../themes/custom/emgage/img/github.html);
}

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

/* @font-face {
    font-family: 'futura';
    src: url(../../../../themes/custom/emgage/fonts/futura/futura-bold.eot);
    src: url(../../../../themes/custom/emgage/fonts/futura/futura-bold.eot) format('embedded-opentype'), url(../../../../themes/custom/emgage/fonts/futura/futura-bold.woff2) format('woff2'), url(../../../../themes/custom/emgage/fonts/futura/futura-bold.woff) format('woff'), url(../../../../themes/custom/emgage/fonts/futura/futura-bold.ttf) format('truetype'), url(../../../../themes/custom/emgage/fonts/futura/futura-bold.html) format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'futura';
    src: url(../../../../themes/custom/emgage/fonts/futura/futura-medium.eot);
    src: url(../../../../themes/custom/emgage/fonts/futura/futura-medium.eot) format('embedded-opentype'), url(../../../../themes/custom/emgage/fonts/futura/futura-medium.woff2) format('woff2'), url(../../../../themes/custom/emgage/fonts/futura/futura-medium.woff) format('woff'), url(../../../../themes/custom/emgage/fonts/futura/futura-medium.ttf) format('truetype'), url(../../../../themes/custom/emgage/fonts/futura/futura-medium.html) format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'futura';
    src: url(../../../../themes/custom/emgage/fonts/futura/futura-regular.eot);
    src: url(../../../../themes/custom/emgage/fonts/futura/futura-regular.eot) format('embedded-opentype'), url(../../../../themes/custom/emgage/fonts/futura/futura-regular.woff2) format('woff2'), url(../../../../themes/custom/emgage/fonts/futura/futura-regular.woff) format('woff'), url(../../../../themes/custom/emgage/fonts/futura/futura-regular.ttf) format('truetype'), url(../../../../themes/custom/emgage/fonts/futura/futura-regular.html) format('svg');
    font-weight: 400;
    font-style: normal;
} */


@font-face {
    font-family: 'futura';
    src: url(../themes/custom/emgage/fonts/futura/futura-bold.eot);
    src: url(../themes/custom/emgage/fonts/futura/futura-bold.eot) format('embedded-opentype'), url(../themes/custom/emgage/fonts/futura/futura-bold.woff2) format('woff2'), url(../themes/custom/emgage/fonts/futura/futura-bold.woff) format('woff'), url(../themes/custom/emgage/fonts/futura/futura-bold.ttf) format('truetype'), url(../themes/custom/emgage/fonts/futura/futura-bold.html) format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'futura';
    src: url(../themes/custom/emgage/fonts/futura/futura-medium.eot);
    src: url(../themes/custom/emgage/fonts/futura/futura-medium.eot) format('embedded-opentype'), url(../themes/custom/emgage/fonts/futura/futura-medium.woff2) format('woff2'), url(../themes/custom/emgage/fonts/futura/futura-medium.woff) format('woff'), url(../themes/custom/emgage/fonts/futura/futura-medium.ttf) format('truetype'), url(../themes/custom/emgage/fonts/futura/futura-medium.html) format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'futura';
    src: url(../themes/custom/emgage/fonts/futura/futura-regular.eot);
    src: url(../themes/custom/emgage/fonts/futura/futura-regular.eot) format('embedded-opentype'), url(../themes/custom/emgage/fonts/futura/futura-regular.woff2) format('woff2'), url(../themes/custom/emgage/fonts/futura/futura-regular.woff) format('woff'), url(../themes/custom/emgage/fonts/futura/futura-regular.ttf) format('truetype'), url(../themes/custom/emgage/fonts/futura/futura-regular.html) format('svg');
    font-weight: 400;
    font-style: normal;
}


#popup-message-window h1.popup-message-title {
    display: none;
}

body {
    font-size: 100%;
    font-family: 'futura';
    overflow-x: hidden;
}

.container {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

h1 {
    font-size: 5em;
    font-family: futura;
}

h2 {
    font-size: 2em;
    color: #233F8A;
    font-family: futura;
    margin-bottom: 20px;
}

h3 {
    color: #233F8A;
    font-size: 1.5em;
    font-family: futura;
}

section {
    padding: 50px 0
}

p {
    line-height: 1.3em;
    margin: 20px 0;
}

p:first-of-type {
    margin-top: 0
}

p:last-of-type {
    margin-bottom: 0
}

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

.section {
    padding: 30px 0
}

.section>img,
.section>p>img {
    margin: 30px 0;
}

hr {
    border: none;
    border-top: 1px solid #dfdfdf;
}

blockquote {
    color: #3e3e3e;
    font-size: 1.2em;
    font-style: italic;
    font-family: futura;
    margin: 20px 0;
}

.large-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.medium-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.small-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}

.internal_slider_one {
    height: 600px;
    background-size: cover !important;
    border-bottom-right-radius: 300px;
}

.internal_slider_two {
    padding: 80px 0;
    margin-bottom: 60px;
    background-size: cover !important;
}

.internal_slider_three {
    height: 500px;
    background-size: cover !important;
}

.btn_style2 {
    background: #EB1E49;
    font-size: 1.9em;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 15px;
}

.border_btn {
    color: #233F8A;
    font-size: 14px;
    border: 2px solid #233F8A;
    display: inline-block;
    text-decoration: none;
    padding: 10px 13px;
}

.button_blue {
    background: #233F8A;
    color: #fff;
    display: inline-block;
    font-family: futura;
    font-size: 1.15em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
}

.main_header {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.main_header>div {
    text-align: right;
}

.get_updates>span {
    font-family: futura;
    color: #233F8A;
    font-weight: 500;
    font-style: italic;
    font-size: 1.2em;
    position: relative;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 2px solid #c1c1c1;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #ababab;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

input:checked+.slider {
    background-color: #EB1E49;
}

input:focus+.slider {
    box-shadow: 0 0 1px #EB1E49;
}

input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

ul.main-nav {
    font-size: 1em;
    font-family: 'futura';
    font-weight: 500;
}

ul.main-nav>li {
    list-style-type: none;
    display: inline-block;
    margin: 0 2%;
    position: relative;
}

ul.main-nav>li:last-child {
    margin-right: 0;
}

ul.main-nav>li>ul {
    display: none;
}

ul.main-nav>li>ul {
    position: absolute;
    text-align: left;
    z-index: 2;
    background: #fff;
    padding: 10px 15px;
    list-style-type: none;
    width: 230px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
}

ul.main-nav>li>ul>li {
    padding: 5px 0;
}

ul.main-nav a {
    color: #233F8A;
    text-decoration: none;
}

ul.main-nav .donate_link {
    color: #EB1D49;
}

ul.main-nav>li:hover>a,
ul.main-nav>li a:hover,
ul.main-nav>li a.is-active {
    color: #EB1D49;
}

ul.main-nav>li>a:hover:after,
ul.main-nav>li>a.is-active:after,
ul.main-nav .donate_link:after {
    content: '';
    border-top: 2px solid #EB1D49;
    height: 2px;
    width: 100%;
    display: block;
    bottom: -3px;
    position: absolute;
}

.main_slider {
    /* background: #d1d1d1 url(../../../../themes/custom/emgage/img/home_1.jpg) center no-repeat; */
    background: #d1d1d1 url(../themes/custom/emgage/img/home_1.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 60px 0;
    position: relative;
    border-bottom-right-radius: 150px;
}

.main_slider h1 {
    font-weight: 400;
    color: #233F8A;
    font-size: 2.5em;
    line-height: 1em;
}

.main_slider h1>span {
    color: #EB1E49;
    position: relative;
}

.main_slider h1>span:after {
    content: '';
    border-top: 2px solid #EB1E49;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.main_slider .row>div {
    position: inherit;
}

.main_slider .slider_content:before,
.main_slider .slider_content:after {
    content: '';
    height: 60px;
    left: 0;
    position: absolute;
    width: 4vw;
    border-bottom-right-radius: 20px;
}

.main_slider .slider_content:before {
    background: #233F8A;
    top: 60px;
}

.main_slider .slider_content:after {
    background: #EB1E49;
    top: 130px;
}

.slider_content>p {
    max-width: 540px;
    font-size: 1.05em;
    line-height: 1.4em;
    margin: 20px 0;
    text-align: justify;
}

.get_updates_section {
    padding: 30px 0;
}

.get_updates_section input,
.get_updates_section select {
    width: 100%;
    height: 50px;
    border: 1px solid #233F8A;
    font-family: futura;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
}

.get_updates_section input:focus,
.get_updates_section select:focus {
    outline: none;
}

.get_updates_section select {
    text-align-last: center;
}

.get_updates_section input::-webkit-input-placeholder {
    text-align: center;
}

.get_updates_section input::-moz-placeholder {
    text-align: center;
}

.get_updates_section input:-ms-input-placeholder {
    text-align: center;
}

.get_updates_section input:-moz-placeholder {
    text-align: center;
}

.get_updates_section input[type="submit"] {
    background: #EB1E49;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 1.1em;
}

.get_updates_section select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.get_updates_section>h3 {
    margin-bottom: 20px;
}

.community {
    background: #fff;
}

.community h2,
.what_we_do h2 {
    text-align: center;
    margin-bottom: 50px;
}

.community_slider {
    text-align: center;
    position: relative;
}

.community_slider .slider_navs>a {
    background: #2A62F8;
    display: inline-block;
    height: 55px;
    width: 55px;
    color: #fff;
    font-size: 2em;
    border-radius: 50%;
    padding: 8px 0;
    text-align: center;
    z-index: 2;
}

.community_slider .slider_navs>a.left_slide {
    left: 20px;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto 0;
}

.community_slider .slider_navs>a.right_slide {
    right: 20px;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto 0;
}

div#community-slider {
    width: calc(100% - 200px);
    margin: 0 auto;
}

.community_list {
    max-width: 1600px;
    margin: 0 auto;
}

.community_list>li,
#community-slider .owl-item {
    width: 30%;
    height: 27vw;
    opacity: 0.5;
    background: #fff;
    border-radius: 50%;
    list-style-type: none;
    display: inline-block;
    text-align: center;
    border: 2px solid #8da9f5;
    padding: 30px;
    vertical-align: middle;
    overflow: hidden;
}

.community_list>li>div {
    opacity: 0.5;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}

.community_list>li.active_main,
#community-slider .owl-item.center {
    background: #2A62F8;
    border: 2px solid #2A62F8;
    opacity: 1;
}

.owl-carousel .owl-stage {
    padding: 50px 0 20px;
}

#community-slider .owl-item.active.center {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    z-index: 1;
}

.community_list>li.active_main>div {
    opacity: 1;
}

.owl-nav {
    display: none;
}

.community_list .user_detail,
.views-field-title .user_detail {
    color: #233F8A;
    font-size: 1.1vw;
    font-weight: 500;
    line-height: 1.2em;
    width: 100%;
}

.community_list>li>.user_testimonial,
.views-field-body>.field-content {
    max-width: 90%;
    margin: 0 auto;
}

.community_list>li>.user_testimonial,
.views-field-body>.field-content p {
    font-size: 0.8vw;
    margin: 4px;
}

.community_list>li p {
    line-height: 1.7em;
    font-size: 1.1em;
}

.community_list>li.active_main .user_detail,
.community_list>li.active_main p,
.active.center .views-field-title .user_detail,
.active.center .views-field-body>.field-content {
    color: #fff;
}

.community_list>li div.user_pic,
.views-field-field-image>.field-content {
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.user_testimonial {
    max-width: 80%;
    margin: 0 auto;
}

.what_we_do {
    background: #f3f3f3;
}

.what_we_do_content p {
    font-family: futura;
    font-size: 1em;
    line-height: 1.55em;
    text-align: center;
}

.emerge_containers>ul {
    display: flex;
    display: -webkit-flex;
    list-style-type: none;
}

.emerge_containers>ul h3,
.emerge_containers>ul p,
.emerge_containers>ul a {
    color: #fff;
}

.emerge_containers>ul p {
    font-size: 1.25em;
    line-height: 1.5em;
}

.emerge_containers>ul>li {
    margin-left: 45px;
    border-bottom-right-radius: 120px;
    padding-bottom: 30px;
    width: 33%;
}

.emerge_containers>ul>li:first-child {
    margin-left: 0;
}

.emerging_voters {
    background: #E21D46;
}

.emerging_data {
    background: #fff;
    border: 3px solid #233F8A;
}

.emerging_data .emerge_content h3,
.emerging_data .emerge_content a {
    color: #233F8A;
}

.emerging_data .emerge_content p {
    color: #000;
}

.emerging_leaders {
    background: #233F8A;
}

.emerge_containers {
    margin: 100px 0;
}

.emerge_img img {
    width: 100%;
}

.emerge_content {
    padding: 30px;
}

.emerge_containers h3 {
    font-weight: 500;
    font-size: 2em;
    margin: 15px 0;
}

a.read_more {
    font-size: 12px;
    font-weight: 300;
    color: #233F8A;
    text-decoration: none;
    display: inline-block;
    margin: 20px 0 0;
    position: relative;
}

a.read_more:after {
    content: "\f178";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 7px;
    position: relative;
    top: 1px;
}

.the_impact {
    position: relative;
}

.the_impact .row {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.impact_img {
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 100px;
    overflow: hidden;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
}

.impact_img img {
    margin-bottom: -5px;
}

.impact_content {
    padding: 50px 0;
}

.impact_content p {
    font-size: 1.25em;
}

.impact_content .head_margin {
    margin-bottom: 20px;
}

.head_margin>.subline {
    color: #233F8A;
    font-weight: 600;
}

.give_to_engage {
    position: relative;
    padding: 150px 0;
}

.give_to_engage:after {
    content: '';
    background: #2A62F8;
    height: 60%;
    width: 100%;
    position: absolute;
    top: -1px;
    z-index: -1;
}

.give_to_engage .row {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.engage_content {
    background: #fff;
    padding: 50px 15%;
    position: relative;
    left: 13%;
    width: 90%;
    max-width: 500px;
}

.engage_content h2 {
    margin-bottom: 15px;
}

.social_stream {
    background: #D1D1D1;
}

footer {
    background: #233F8A;
    padding: 100px 0 50px;
}

.sub_footertext {
    display: block;
    font-size: 1.25em;
    color: #fff;
    margin: 20px 0 40px;
    letter-spacing: 4px;
}

.social_lists {
    float: left;
}

.social_lists>li {
    list-style-type: none;
    display: inline-block;
}

.social_lists>li>a {
    display: block;
    background: #232323;
    padding: 7px 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    text-decoration: none;
}

.copyright_text {
    display: block;
    float: right;
    color: #fff;
    font-weight: 200;
    position: relative;
    top: 5px;
}

#block-footer-menu {
    font-size: 1.5em;
    margin: 0;
}

footer h3,
#block-footer-menu {
    color: #fff;
    font-weight: 600;
    min-height: 55px;
    font-family: futura;
}

.footer_navs {
    column-count: 2;
    -webkit-column-count: 2;
    list-style-type: none;
    font-size: 1.1em;
}

.footer_navs li {
    margin-bottom: 25px;
}

.footer_navs li>a {
    color: #fff;
    text-decoration: none;
}

.footer_address,
.contact_footer span {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.4em;
}

.contact_footer span {
    display: block;
    margin-bottom: 20px;
}

.who_we_are p {
    font-size: 1.5em;
}

.mission_circle {
    background: #EB1E49;
    border-radius: 50%;
    width: 600px;
    height: 600px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 50px;
    color: #fff;
}

.mission_container .mission_circle h2,
.yourTeam h2 {
    font-size: 3.5em;
    color: #fff;
    font-family: futura;
}

.mission_container .mission_circle p,
.yourTeam p {
    font-size: 1.5em;
    font-weight: 200;
}

.yourTeam>.container>.row {
    text-align: center;
}

section.mission_container {
    background: rgba(223, 223, 223, 0.3);
}

section.yourTeam {
    padding-bottom: 25px;
}

.mission_circle:before,
.mission_circle:after {
    content: '';
    background: #e6e6e6;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    border-radius: 50%;
    z-index: -1;
}

.mission_circle:before {
    left: -50%;
}

.mission_circle:after {
    right: -50%;
}

.our_partner {
    background: #2A62F8;
}

.our_partner h2 {
    color: #fff;
    font-size: 2em;
    font-weight: 400;
    text-transform: uppercase;
}

.yourTeam h2 {
    color: #233F8A;
}

.right_team {
    margin-top: 20px;
    border: 2px solid #233f8a;
    padding: 15px 0;
}

.right_team,
.right_team a {
    color: #233F8A;
}

.right_team>span {
    display: block;
    font-size: 1.25em;
    font-weight: 500;
    margin-bottom: 5px;
    width: 100%;
}

.right_team a {
    font-weight: 400;
    font-size: 1.1em;
    font-family: futura;
}

.profile_team_img {
    border-bottom-right-radius: 60px;
    overflow: hidden;
}

.profile {
    width: auto;
    margin: auto;
    text-align: center;
}

.profile>div>div:first-child {
    float: left;
    width: 50%;
    text-align: right;
    margin-right: 10px;
    font-weight: bold;
}

.profile>div>div:last-child {
    text-align: left;
}

.team-lists {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 25px;
    list-style-type: none;
}

.team-lists>li {
    width: 22%;
    margin-left: 4%;
    color: #233F8A;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: left;
}

.team-lists img {
    width: 100%;
}

.team-lists>li:nth-child(4n+1) {
    margin-left: 0;
}

.profile_info {
    margin-top: 15px;
}

.profile_info>.profile_name {
    font-size: 1.25em;
}

.profile_info>.profile_designation {
    font-size: 1.25em;
    font-weight: 200;
    display: block;
}

.profile_share_icon {
    margin-top: 15px;
}

.profile_share_icon>a {
    width: 30px;
    height: 30px;
    background: #EB1E49;
    display: block;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 15px;
    font-weight: bold;
}

.annual_report h2 {
    color: #fff;
}

.annual_report>.container>.row {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.left_annual_part {
    background: #2A62F8;
    padding: 50px 50px 20px;
    border-bottom-right-radius: 100px;
}

.reports_list {
    column-count: 3;
    -webkit-column-count: 3;
    font-size: 2em;
    font-weight: 500;
    list-style-type: none;
}

.reports_list>li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 40px;
}

.reports_list>li:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.reports_list a {
    color: #fff;
    text-decoration: none;
}

.programs_link a {
    font-size: 2.5em;
    color: #2A62F8;
    text-decoration: none;
}

.programs_link>a>span {
    display: inline-block;
    background: #2A62F8;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    color: #fff;
    text-align: center;
    padding: 6px;
}

.all_programs ul {
    display: table;
    width: 100%;
}

.all_programs ul>li {
    width: 25%;
    height: 800px;
    display: table-cell;
    vertical-align: middle;
}

.all_programs ul>li a {
    color: #fff;
    display: block;
    text-align: center;
    font-family: futura;
    font-size: 3.15em;
    text-decoration: none;
}

/* .program_1 {
    background: #f1f1f1 url(../../../../themes/custom/emgage/img/program_1.png) no-repeat;
}

.program_2 {
    background: #f1f1f1 url(../../../../themes/custom/emgage/img/program_2.png) no-repeat;
}

.program_3 {
    background: #f1f1f1 url(../../../../themes/custom/emgage/img/program_3.png) no-repeat;
}

.program_4 {
    background: #f1f1f1 url(../../../../themes/custom/emgage/img/program_4.png) no-repeat;
} */

.program_1 {
    background: #f1f1f1 url(../themes/custom/emgage/img/program_1.png) no-repeat;
}

.program_2 {
    background: #f1f1f1 url(../themes/custom/emgage/img/program_2.png) no-repeat;
}

.program_3 {
    background: #f1f1f1 url(../themes/custom/emgage/img/program_3.png) no-repeat;
}

.program_4 {
    background: #f1f1f1 url(../themes/custom/emgage/img/program_4.png) no-repeat;
}

.round_banner_content {
    background: #fff;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
}

.round_banner_content h2,
.round_banner_content span {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.round_banner_content span {
    font-size: 1.25em;
    color: #233F8A;
    margin: 10px auto 20px;
}

.round_banner_content>div {
    margin: 0 auto;
}

.news-list,
.events-list-full {
    width: calc(100% - 180px);
    float: right;
}

.item-list-news:after {
    clear: both;
    content: " ";
    display: table;
}

.state-name-menus {
    float: left;
    list-style-type: none;
    margin-left: 15px;
    padding-bottom: 50px;
}

.state-name-menus>li {
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

.state-name-menus>li>div {
    display: inline-block;
}

.state-name-menus>li:last-child {
    margin-bottom: 0;
}

.state-name-menus>li:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #EB1E49;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}

.state-name-menus a {
    color: #000;
    text-decoration: none;
    font-weight: 200;
}

.state-name-menus>.current:before {
    background: #EB1E49;
}

.news-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.news-list>li,
.events-list-full>li {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    width: calc(33.33% - 20px);
    margin: 10px;
    list-style-type: none;
}

.news_tags>div>div {
    display: inline-block;
    padding: 2px;
}

.news_tags a {
    background: #EB1D49;
    color: #fff;
    text-decoration: none;
    padding: 4px 13px;
    font-size: 14px;
    border-radius: 3px;
    display: block;
}

.user_img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(223, 223, 223, 0.5);
}

.news_user .right-part>span {
    font-size: 14px;
    color: #95989A;
    display: block;
    margin: 3px 0;
}

.news_detail h4 {
    font-size: 1.2em;
    font-weight: 500;
}

.news_detail h4>a {
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}

.news_detail p {
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 200;
    display: block;
    margin-bottom: 10px;
}

.read_style {
    color: #4D4D4D;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.news-list .news_user {
    padding: 15px 25px;
}

.news_user {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.news_user .right-part {
    margin-left: 20px;
}

.news_detail {
    padding: 10px 20px;
}

.upcoming_events {
    position: relative;
}

.upcoming_events:after {
    content: '';
    background: #2A62F8;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.upcoming_events .internal_container {
    background: #fff;
    padding: 50px 0 0;
}

.upcoming_events h2 {
    font-family: futura;
    font-size: 2.5em;
    font-weight: 400;
    color: #000;
}

.upcoming_events .more_btn a {
    text-decoration: none;
    color: #000;
    font-weight: 200;
    font-size: 14px;
}

.upcoming_events .more_btn a>i {
    color: #E21D46;
    font-size: 2em;
    position: relative;
    top: 4px;
}

.bottom_arrow {
    position: relative;
}

.bottom_arrow:after {
    content: '\f107';
    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;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}

.events-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.events-list>li {
    width: 25%;
    list-style-type: none;
    position: relative;
    padding: 70px 40px 50px;
    margin: 20px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.events-list>li:hover {
    background: #2A62F8;
}

.events-list>li:hover * {
    color: #fff;
}

.events-list>li * {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.events-list>li h4 {
    font-size: 4.375em;
}

.events-list>li p {
    font-size: 1.5em;
    margin: 15px 0;
}

.events-list>li span {
    font-weight: bold;
}

.events-list>li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.event_img {
    border-bottom-right-radius: 100px;
    overflow: hidden;
}

.press_releases>.container:before {
    content: '';
    position: absolute;
    background: #f1f1f1;
    width: 18%;
    height: 100%;
    top: 0;
    z-index: -1;
    display: none;
}

.press_releases>.container:after {
    content: '';
    position: absolute;
    background: #f1f1f1;
    width: 9999px;
    height: 100%;
    top: 0;
    left: -9999px;
    z-index: -1;
    display: block;
}

.press_releases .internal_container {
    padding: 0;
}

.press_releases h2 {
    color: #2A62F8;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

.press_releases h2:before {
    content: '';
    background: #2a62f8;
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -10px;
}

.press-news {
    list-style-type: none;
}

.press-news>li {
    margin-bottom: 20px;
}

.press-news>li:last-child {
    margin-bottom: 0;
}

.press-news>li>div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.press-news>li>div>div.left_news {
    width: calc(100% - 250px);
}

.press-news>li>div>div.right_news {
    width: 200px;
    min-height: 100px;
    max-height: 200px;
    margin-left: 50px;
}

.press-news>li>div>div.right_news img {
    max-height: 200px;
}

.press-news .news_date {
    font-size: 14px;
    font-weight: 200;
}

.press-news h4 a {
    color: #000;
    text-decoration: none;
    font-family: futura;
    font-weight: 500;
}

.press-news p {
    font-size: 1.25em;
}

.press-news .left_news>* {
    margin-bottom: 8px;
    display: block;
}

.press_releases_more_link {
    padding-bottom: 20px;
    background: #f1f1f1;
    text-transform: capitalize;
}

.press_releases_more_link span {
    color: #E21D46;
    font-size: 1.2em;
    font-weight: bold;
    font-family: monospace;
}

.press_releases_more_link a {
    text-decoration: none;
    color: #000;
    font-weight: 200;
    font-size: 14px;
}

.blue_content {
    background: #2A62F8;
    padding: 120px 20px 120px 50px;
}

.blue_content>h3 {
    color: #fff !important;
    font-family: futura;
    margin-bottom: 20px;
}

.blue_content>p {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.blue_btn,
.white_btn,
.red_btn {
    border-radius: 17px;
    font-size: 1.25em;
    font-family: futura;
    text-decoration: none;
    display: inline-block;
    padding: 9px 20px;
}

.blue_btn {
    background: #7c9bee;
    color: #fff;
}

.white_btn {
    background: #fff;
    color: #2a62f8;
}

.red_btn {
    background: #EB1E49;
    color: #fff;
}

.buttons_container {
    margin: 10px 0;
}

.buttons_container>* {
    margin-right: 10px;
}

.buttons_container>*:last-child {
    margin-right: 0;
}

.press_release_maincontainer {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.press_release_maincontainer .blue_content {
    border-bottom-right-radius: 100px;
}

.blog_info {
    padding: 30px;
    box-shadow: 0 5px 10px rgba(179, 179, 179, 0.5);
    border-radius: 5px;
}

.blog_info h3 {
    color: #000;
    font-weight: 500;
}

.blog_info .news_user {
    padding-top: 22px;
}

.blog_info .news_tags {
    margin-top: 10px;
}

.blog_info .user_img {
    height: 70px;
    width: 70px;
}

.blog_info .user_img img {
    width: 100%;
}

.section h3 {
    color: #000;
    font-size: 1.5em;
    line-height: 1.3em;
}

.user_name_profile>a {
    color: #000;
    font-size: 1.25em;
    text-decoration: none;
    font-weight: bold;
}

.footer_comment {
    align-items: initial;
    -webkit-align-items: initial;
}

.blog_contact>span {
    font-size: 1em;
    color: #95989A;
    font-weight: 200;
    display: block;
    margin-bottom: 30px;
}

.blog_contact>span>a {
    color: #95989a;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin-top: 10px;
}

.blog_comments {
    background: #e2e3e4;
}

.comments_container {
    background: #fff;
    box-shadow: 0 3px 6px rgba(179, 179, 179, 0.2);
    padding: 60px 80px;
}

.comments_container>input {
    font-size: 2.5em;
    border: none;
    font-family: futura;
    font-weight: 200;
    width: 100%;
}

.comments_container>input:focus {
    outline: none;
}

.comments_list {
    max-width: 80%;
    margin-top: 70px;
}

.comments_list ul>li {
    background: #fff;
    box-shadow: 0 3px 6px rgba(179, 179, 179, 0.2);
    padding: 30px 40px;
    list-style-type: none;
    margin-bottom: 50px;
}

.comments_list .news_user .user_img {
    width: 70px;
    height: 70px;
}

.comments_list .right-part>span {
    font-size: 1.1em;
    margin: 10px 0;
}

.comment_display {
    width: calc(100% - 90px);
    margin-left: 90px;
}

.comment_display>p {
    font-size: 1.25em;
    font-weight: 200;
}

.comment_display>p:first-child {
    margin-top: 0;
}

.comment_display>p:last-child {
    margin-bottom: 0;
}

.get_involved_aside {
    position: absolute;
    left: 0;
}

.get_involved_aside>div {
    position: relative;
}

.get_involved_aside>div>div:first-child {
    background: #2A62F8;
    padding: 25px;
}

.get_involved_aside>div>div:last-child {
    right: -80px;
    top: 0;
    position: absolute;
    bottom: 0;
    margin: auto;
    display: table;
}

.get_involved_aside h3 {
    font-size: 1.25em;
    color: #fff;
    margin-bottom: 20px;
}

.get_involved_aside h4 {
    color: #95989A;
    font-size: 1.25em;
    font-weight: 400;
}

.get_involved_aside .buttons_container {
    margin-bottom: 0;
}

.share_icons>li {
    list-style-type: none;
    border-radius: 50%;
    margin: 10px 0;
}

.share_icons>li>a {
    display: block;
    background: #333333;
    color: #fff;
    width: 35px;
    border-radius: 50%;
    padding: 9px;
    height: 35px;
    text-align: center;
}

.box_container {
    background: #fff;
    box-shadow: 0 3px 6px rgba(179, 179, 179, 0.2);
    border-radius: 3px;
    padding: 30px 0;
}

.event_info {
    max-width: 350px;
    margin: 0 auto;
}

.event_info .event_Date {
    font-size: 7.5em;
    display: block;
    font-weight: bold;
}

.event_info>p {
    font-size: 1.55em;
}

.event_info>a {
    font-size: 1em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.event_details {
    list-style-type: none;
    width: 60%;
}

.event_details li>* {
    font-size: 1.9em;
}

.event_details>li {
    margin-bottom: 60px;
}

.event_details>li span,
.event_details>li a {
    font-weight: 200;
    text-decoration: none;
    color: #000;
}

.event_details h4 {
    margin-bottom: 20px;
}

.banner_content_style_2 {
    background: #fff;
    max-width: 600px;
    float: right;
    padding: 80px 40px;
    border-bottom-right-radius: 300px;
    margin-top: 200px;
    margin-right: 30px;
}

.banner_content_style_2 h1 {
    line-height: 1em;
    color: #2A62F8;
}

.banner_content_style_2 p {
    font-size: 1.2em;
    color: #2A62F8;
    font-weight: 200;
}

.banner_content_style_2 .blue_btn {
    background: #2A62F8;
    min-width: 120px;
    text-align: center;
}

.banner_content_style_2 .white_btn {
    border: 1px solid #2A62F8;
    min-width: 120px;
    text-align: center;
}

.banner_content_style_2 .white_btn:hover {
    background: #2A62F8;
    color: #fff;
}

.get-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.get-list>li {
    list-style-type: none;
    position: relative;
    width: calc(50% - 40px);
    height: 450px;
    overflow: hidden;
    padding: 30px;
    margin: 0 0 60px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.get-list>li:before {
    content: '';
    background: rgba(18, 70, 208, 0.65);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.get-list>li:nth-child(2n+2) {
    margin-left: 80px;
}

.get-list>li>.bg_img {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.get-list>li>.bg_content {
    position: relative;
    z-index: 2;
}

.get-list .bg_content>span {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.get-list .bg_content>h4 {
    color: #fff;
    margin: 20px 0 30px;
    font-size: 2em;
}

.get-list .bg_content>h4>a {
    text-decoration: none;
    color: #fff;
}

.get-list .bg_content .pink_btn {
    background: #EB1E49;
    font-size: 1.7em;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 17px 25px;
}

.pink_btn>a {
    text-decoration: none;
    color: #fff;
}

.career_opportunities {
    background: #2A62F8;
    margin-bottom: 50px;
    padding: 60px 0 0;
}

.career_opportunities h2 {
    color: #fff;
    font-size: 3.4em;
    margin-bottom: 100px;
}

.careers-list {
    color: #fff;
    list-style-type: none;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.careers-list>li {
    width: calc(33.33% - 70px);
    margin-left: 100px;
    margin-bottom: 60px;
}

.careers-list>li:nth-child(3n+1) {
    margin-left: 0;
}

.careers-list .career_date {
    font-size: 14px;
    font-weight: 200;
}

.careers-list h4 {
    font-size: 2.5em;
    margin: 15px 0 22px;
}

.careers-list h4>a {
    color: #fff;
    text-decoration: none;
}

.careers-list p {
    font-size: 1.25em;
}

.careers-list .white_btn {
    border-radius: 0;
    font-size: 14px;
}

.donate_aside {
    background: #fff;
    padding: 90px 75px;
    border-top-right-radius: 100px;
    max-width: 700px;
    margin-top: -300px;
}

.donate_aside h2 {
    color: #EB1E49;
}

.donate_aside p {
    font-size: 1.25em;
}

.buttons_radio {
    list-style-type: none;
}

.buttons_radio>li {
    display: inline-block;
    margin: 5px;
}

.buttons_radio input {
    display: none;
}

.buttons_radio label>span {
    display: block;
    border: 2px solid #233F8A;
    padding: 10px 20px;
    font-size: 1.1em;
    color: #233F8A;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.buttons_radio label>span:hover,
.buttons_radio input[type="radio"]:checked+span {
    background: #EB1E49;
    border-color: #EB1E49;
    color: #fff;
}

.donate_options {
    margin: 40px 0;
}

.donate_options h4 {
    font-size: 1.8em;
    color: #233F8A;
    margin-bottom: 20px;
}

.donate_options h4>span {
    font-size: 0.7em;
    font-weight: 200;
    display: block;
}

.voter_education h2 {
    font-size: 4.3em;
}

.voter_education p {
    line-height: 1.6em;
}

.educators_list {
    list-style-type: none;
    padding: 20px 40px;
}

.side_education {
    background: #233F8A;
    margin-right: -20px;
    border-bottom-left-radius: 50px;
}

.side_education img {
    width: 100%;
    opacity: 0.4;
}

.educators_list>li {
    font-weight: 500;
}

.educators_list>li:last-child {
    padding-bottom: 10px;
}

.educators_list a {
    color: #fff;
    text-decoration: none;
}

.voters_content h3 {
    font-size: 3.15em;
}

.voters_content span {
    font-size: 1.25em;
    color: #000;
    font-weight: 500;
    display: block;
    padding: 15px 0;
}

.voters_content p {
    font-size: 1.25em;
    font-weight: 200;
    line-height: 1.5em;
}

.crop_img img {
    width: 100%;
    margin-bottom: -5px;
}

.crop_img {
    border-top-right-radius: 100px;
    overflow: hidden;
    margin-top: -30px;
}

.voters_list_section ul>li {
    background: #f1f1f1;
}

.voters_list_section ul>li>div,
.voters_list_section ul>li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.voters_list_section ul>li:last-of-type {
    margin-bottom: 0;
}

.voters_list_section ul>li:nth-child(even) {
    background: #fff;
}

.voters_list_section ul>li:nth-child(even)>div {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

.leadership_list ul>li:nth-child(even) {
    background: #f1f1f1;
}

.voters_list_section.leadership_list h3 {
    color: #2A62F8 !important;
}

.voters_list_section ul>li:nth-child(even) .crop_img {
    border-top-right-radius: 0;
    border-top-left-radius: 100px;
}

.red_color h2,
.red_color h3 {
    color: #EB1E49;
}

.red_color .side_education {
    background: #EB1E49;
}

.red_color .border_btn {
    border-color: #EB1E49;
    color: #EB1E49;
}

.owl-carousel .owl-item img {
    display: inline-block !important;
    width: inherit !important;
}

.js-pager__items {
    text-align: right;
    text-decoration: none;
    color: #000;
    font-weight: 200;
    font-size: 14px;
    padding: 0px 15px 30px;
}

ul.js-pager__items>li {
    display: inline-block;
    padding: 3px;
}

ul.js-pager__items>li>a {
    text-decoration: none;
    position: relative;
    top: 2px;
}

ul.js-pager__items>li>a>span {
    color: #E21D46;
    font-size: 1.8em;
    font-weight: bold;
    font-family: monospace;
}

.alumni_engage .engage_content {
    border: 3px solid #2A62F8;
    max-width: inherit;
}

.alumni_engage:after {
    display: none;
}

.alumni_engage h2 {
    color: #2A62F8;
}

.alumni_experience {
    background: #EB1E49;
}

.alumni_experience h2 {
    text-align: center;
    color: #fff;
}

.experiences-list>ul {
    display: flex;
    display: -webkit-flex;
    list-style-type: none;
    text-align: center;
}

.experiences-list>ul>li {
    text-align: center;
    color: #fff;
    margin-left: 5%;
    width: 33%;
}

.experiences-list>ul>li:first-child {
    margin-left: 0;
}

.experiences-list .alumni_info {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 10px 0;
}

.experiences-list .alumni_comment>p {
    font-size: 1.15em;
    text-align: justify;
}

.voters_list_section.leadership_list ul>li:nth-child(odd) {
    background: #2A62F8;
    color: #fff;
}

.voters_list_section.leadership_list ul>li:nth-child(odd)>div h3 {
    color: #fff !important;
}

.voters_list_section.leadership_list ul>li:nth-child(odd)>div>div {
    color: #fff;
}

.voters_list_section.leadership_list h3 {
    color: #fff;
}

.alumni_img {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(39, 39, 39, 0.81);
}

.modal-content {
    position: relative;
    background-color: none;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.get_update_form .close,
.volunteer_form .close {
    top: -36px;
    right: 0;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.at h1 {
    font-size: 25px;
    text-align: center;
}

section.at-inner {
    padding: inherit;
}

.get_update_form,
.volunteer_form {
    width: 60%;
    margin: 0 auto;
    position: relative;
}

.addtoany_list {
    display: none;
}

.get_involved_aside .addtoany_list {
    display: block;
}

.share_icons>li>a {
    padding: 1px;
}

section.donate_side {
    padding-bottom: 0;
}

.donate_form {
    padding-bottom: 60px;
}

.main-nav .drop>a:before {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: absolute;
    right: -14px;
    bottom: 0px;
    color: #eb1d49;
}

ul.main-nav a {
    position: relative;
}

.user-login-form,
.contact-message-contact-us-form,
.user-pass,
.user-register-form,
.user-form#user-form,
.member_profile {
    max-width: 600px;
    margin: 50px auto;
    padding: 30px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}

.contact-message-contact-us-form label,
.user-pass label,
.user-login-form label,
.user-register-form label,
.user-form#user-form label {
    display: block;
    margin: 15px 0 5px;
    color: #233f8a;
    font-weight: 400;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.user-pass input,
.user-login-form input,
.user-register-form select,
.user-register-form textarea,
.user-form#user-form input,
.user-form#user-form textarea,
.user-form#user-form select {
    width: 100% !important;
}

.contact-form input:focus,
.contact-form textarea:focus,
.user-pass input:focus,
.user-login-form input:focus,
.user-register-form input:focus,
.user-register-form textarea:focus,
.user-form#user-form input:focus,
.user-form#user-form textarea:focus {
    outline: none;
}

.contact-form textarea {
    height: 150px;
}

.contact-form input[type="radio"],
.contact-form input[type="checkbox"],
.contact-form input[type="submit"],
.user-pass input[type="submit"],
.user-login-form input[type="submit"],
.user-form#user-form input[type="submit"] {
    width: inherit !important;
    display: inline-block !important;
}

.contact-form #edit-name,
.contact-form #edit-mail {
    color: #eb1d49;
}

.form-item-copy label {
    width: inherit;
    display: inline-block;
}

input.form-submit[type="submit"] {
    background: #eb1d49;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1em;
    cursor: pointer;
}

form .description,
.password-strength__title,
.password-confirm {
    font-size: 12px;
    color: #8e8e8e;
}

ul.tabs.primary {
    text-align: center;
    max-width: 600px;
    margin: 20px auto;
}

ul.tabs.primary>li {
    display: inline-block;
    float: none;
}

.tabs ul.tabs.primary li a {
    background: none;
    border-radius: 0;
    border: 2px solid #233F8A;
    color: #233f8a;
    text-decoration: none;
    height: inherit;
    padding: 0px 10px;
    font-size: 1em;
    font-weight: 200;
    font-family: futura;
    letter-spacing: -1px;
}

.tabs ul.tabs.primary li.is-active a,
.tabs ul.tabs.primary li:hover a {
    background: #eb1d49 !important;
    color: #fff !important;
    text-shadow: none;
    border-color: #eb1d49 !important;
}

.comment-form label,
.form-item #edit-comment-body-0-format {
    display: none;
}

.lead_section .side_education {
    background: #2A62F8 !important;
}

.lead_section h2.pro_headline {
    color: #2A62F8 !important;
}

h2.pro_headline {
    position: relative;
}

h2.pro_headline:before {
    content: '';
    width: 3px;
    height: 50px;
    display: block;
    position: absolute;
    top: -74px;
    left: 3px;
}

.voter_education h2.pro_headline:before {
    background: #233f8a;
}

.lead_section h2.pro_headline:before {
    background: #2A62F8;
}

.voter_education.red_color h2.pro_headline:before {
    background: #EB1E49;
}

#block-emgage-account-menu {
    position: absolute;
    z-index: 9;
    margin-left: 15px;
    right: 200px;
    height: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

#block-emgage-account-menu ul {
    list-style-type: none;
}

#block-emgage-account-menu ul>li {
    display: inline-block;
}

#block-emgage-account-menu ul>li:after {
    content: '|';
    color: #bbb;
}

#block-emgage-account-menu ul>li:last-child:after {
    display: none;
}

#block-emgage-account-menu ul a {
    text-decoration: none;
    color: #233f8a;
    font-weight: 500;
}

#block-emgage-account-menu ul a:hover {
    color: #eb1d49;
}

.basic_page {
    max-width: 1900px;
    padding: 20px;
    margin: 0 auto;
}

.owl-item.active>.item {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.home_subscribe .at-inner {
    border: 0;
    background: none;
}

.home_subscribe .at-fields {
    display: flex;
    display: -webkit-flex;
}

.home_subscribe .at {
    overflow: inherit;
}

.home_subscribe .at form {
    margin: 0;
    display: flex;
    display: -webkit-flex;
}

.home_subscribe .at-row>[class^="at-"] {
    min-width: 114px;
    margin: 0;
    margin-left: 0;
    margin-right: 30px;
}

.home_subscribe .at input[type="text"],
.home_subscribe .at select,
.home_subscribe .at input[type="email"] {
    width: 100%;
    height: 40px;
    border: 1px solid #233F8A !important;
    font-family: futura;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    max-width: 114px;
    margin: 5px 0 0;
    border-radius: 0;
}

.at input[type="text"],
.at input[type="password"],
.at input[type="date"],
.at input[type="datetime"],
.at input[type="datetime-local"],
.at input[type="month"],
.at input[type="week"],
.at input[type="email"],
.at input[type="number"],
.at input[type="search"],
.at input[type="tel"],
.at input[type="time"],
.at input[type="url"],
.at input[type="color"],
.at textarea,
.at select {
    height: 40px !important;
    border: 1px solid #233F8A !important;
    font-family: futura !important;
    font-size: 14px !important;
    text-align: left;
    margin-top: 7px !important;
    border-radius: 0 !important;
}

.home_subscribe footer.at-markup.FooterHtml.clearfix {
    display: none;
}

.home_subscribe .at-form-submit {
    margin: 0.625rem;
    display: inline-block;
    float: right;
    padding: 0px;
    height: 40px;
}

.home_subscribe .at .at-fieldset {
    min-width: 78%;
}

.home_subscribe input.at-submit.btn-at.btn-at-primary {
    background: #EB1E49 !important;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 1.1em;
    margin-top: 15px;
    height: 40px;
    line-height: 1em;
    background: #EB1E49;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 1.1em;
}

.node-eaevent-edit-form .form-item-field-ea-event-id-0-value,
.node-eaevent-edit-form fieldset.js-form-wrapper {
    display: none !important;
}

.at-markup {
    padding: 20px 0 0;
}

.home_subscribe .at .at-fieldset {
    min-width: 100%;
}

.home_subscribe .at {
    overflow: inherit;
    max-width: 430px !important;
    margin-left: 0;
}

.home_subscribe .at .at-fieldset {
    padding: 0 !important;
}

.get_updates_section>.row {
    padding: 0 15px;
}

h1 {
    font-size: 4.5em;
}

h2,
.voter_education h2,
.career_opportunities h2,
.mission_container .mission_circle h2,
.yourTeam h2,
.mission_container .mission_circle h2,
.yourTeam h2 {
    font-size: 2em;
}

header.main {
    padding: 15px 0 10px;
}

header.main>.container {
    position: relative;
}

#block-emgage-branding {
    max-width: 250px;
}

ul.main-nav,
.get_updates>span,
.emerge_containers>ul p,
.impact_content p,
.button_blue,
.experiences-list .alumni_comment>p {
    font-size: 1em;
}

.get_updates {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.get_updates_section {
    padding-bottom: 0;
}

.community h2,
.what_we_do h2,
.the_impact h2 {
    margin-bottom: 20px;
}

.what_we_do_content p,
.who_we_are p {
    font-size: 1em;
    line-height: 1.55em;
    text-align: justify;
}

.emerge_containers {
    margin: 20px auto;
    max-width: 1600px;
}

.emerge_containers h3 {
    font-size: 1.5em;
}

.give_to_engage {
    padding: 50px 0;
}

footer {
    padding: 60px 0 40px;
}

footer img {
    max-width: 250px;
    width: 100%;
}

footer h3 {
    font-size: 1.3em !important;
}

footer p {
    margin: 0;
}

.mission_container .mission_circle p,
.yourTeam p {
    font-size: 1em;
}

.mission_circle {
    height: 400px;
    width: 400px;
}

.profile_info>.profile_name,
.profile_info>.profile_designation,
.experiences-list .alumni_info {
    font-size: 1.1em;
}

.profile_info>.profile_designation {
    margin-top: 5px;
}

.annual_report {
    padding: 0;
    margin-bottom: 50px;
}

.reports_list {
    font-size: 1.5em;
    padding: 20px 0 0;
}

.programs_link a {
    font-size: 2em;
}

.voter_education p,
.voters_content p,
.press-news p {
    font-size: 1em;
}

.educators_list>li {
    font-size: 1em;
    padding: 0 0 20px 0;
}

.alumni_engage {
    padding: 50px 0;
}

.voters_content {
    padding: 20px;
}

.voters_list_section.leadership_list h3,
.voters_content h3 {
    font-size: 1.8em;
    margin-bottom: 20px;
}

.voters_list_section ul>li {
    margin: 70px 0;
}

.round_banner_content h2 {
    font-size: 2em;
}

.btn_style2 {
    font-size: 1.5em;
}

.upcoming_events h2 {
    font-size: 2.2em;
}

.events-list>li h4 {
    font-size: 3.7em;
}

.events-list>li p,
.blue_content>p {
    font-size: 1.2em;
}

.press-news h4 {
    font-size: 1.2em;
}

.blue_content>h3 {
    font-size: 1.6em !important;
    text-transform: uppercase;
}

.press_releases {
    position: relative;
    background: #f1f1f1;
}

.events-list>li {
    padding: 40px;
}

.banner_content_style_2 {
    margin-top: 100px;
    padding: 40px 30px;
    max-width: 500px;
    border-bottom-right-radius: 150px;
    margin-bottom: 0;
}

.banner_content_style_2 h1 {
    font-size: 2em;
}

.get-list .bg_content .pink_btn {
    font-size: 1.3em;
}

.banner_content_style_2 p {
    padding: 15px 0;
}

.career_opportunities h2 {
    margin-bottom: 30px;
    border-bottom: 1px solid #4e7eff;
    padding-bottom: 20px;
}

.careers-list h4 {
    font-size: 1.4em;
    margin: 10px 0;
    font-weight: 500;
}

.careers-list p,
.donate_aside p {
    font-size: 1em;
}

.donate_aside {
    padding: 40px 35px;
    margin-top: -300px;
    min-height: 400px;
}

.at .at-step.active {
    border-bottom-color: #ec1f4a !important;
}

header.at-title {
    display: none;
}

.donate_form .at form .label-amount>a {
    background: #ff9aaf;
    border: 2px solid #f17790;
    border-radius: 0;
}

.donate_form .at form .label-amount {
    font-family: futura;
    font-weight: 200;
}

.at form .label-amount:hover>a,
.at form .label-amount input[type="radio"]:checked+a {
    background: #ec1f4a !important;
    border-color: #ec1f4a !important;
}

.at form .label-amount:hover {
    color: #fff;
}

.at .btn-at-primary {
    background: #EB1E49 !important;
}

.get_involved_aside>div>div:first-child {
    padding: 15px;
}

.get_involved_aside h3 {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.get_involved_aside .white_btn,
.get_involved_aside .red_btn {
    padding: 8px 16px;
    font-size: 0.9em;
}

.share_icons>li>a {
    height: 30px;
    width: 30px;
    padding: 0;
    font-size: 13px;
    margin: 0 auto;
}

.share_icons>li {
    margin: 5px 0;
}

.get_involved_aside h4 {
    font-size: 1em;
}

.addtoany_list.a2a_kit_size_32>a {
    display: none;
}

.get_involved_aside>div>div:last-child {
    right: -60px;
}

.get_involved_aside {
    position: fixed;
    left: 0;
    z-index: 99999;
    top: 40%;
}

.blog_info h3 {
    font-size: 1.8em;
}

.event_info .event_Date {
    font-size: 5em;
}

.event_info>p,
.event_details li>* {
    font-size: 1.3em;
}

#event_map {
    position: absolute;
    right: 0;
    height: 250px;
    width: 420px;
    overflow: hidden;
}

#event_map section,
div#event_info.section {
    padding: 0;
}

.item-list-taxonomy-news .news-list,
.item-list-taxonomy-news .events-list-full {
    float: none;
    margin: 20px auto 30px;
}

.tabs ul.primary {
    border-bottom: none !important;
}

fieldset.at-fieldset.ContactInformation .at-legend {
    display: none;
}

.form-required:after {
    content: "*";
    color: #ff0000;
    padding-left: 2px;
}

.volunteer_form .at h1 {
    color: #233F8A;
    font-size: 1.5em;
    font-family: futura;
    font-weight: bold;
    padding: 18px;
    line-height: 1.3em;
    border-bottom: 1px solid #dfdfdf;
    margin: 0 auto;
}

h2.pro_headline:before {
    display: none;
}

a#dialog-close,
a#dialog-close:hover,
a#dialog-close:focus {
    outline: none;
    color: #fff;
}

.p_close span {
    background: #fff;
}

.give_to_engage.alumni_engage .engage_content {
    padding: 50px;
}

.position_relative {
    position: relative;
}

.emerge_containers {
    max-width: 1400px;
    margin: 40px auto 0;
}

.emerge_containers>ul>li {
    padding-bottom: 0;
}

.engage_content .button_blue {
    margin-top: 20px;
}

.social_stream {
    padding: 0;
    background: none;
}

.social_stream ul {
    display: flex;
    display: -webkit-flex;
}

section.social_stream ul>li {
    width: 50%;
    text-align: center;
    list-style-type: none;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

section.social_stream ul>li.facebook_stram {
    background: #486ab2;
}

section.social_stream ul>li.facebook_stram:before {
    /* content: url(../../../../themes/custom/emgage/img/fb_left.png); */
    content: url(../themes/custom/emgage/img/fb_left.png);
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 0;
}

section.social_stream ul>li.facebook_stram:after {
    /* content: url(../../../../themes/custom/emgage/img/fb_right.png); */
    content: url(../themes/custom/emgage/img/fb_right.png);
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 0;
}

section.social_stream ul>li.twitter_stream {
    background: #32aadc;
    overflow: hidden;
    padding: 65px 0 55px;
}

section.social_stream ul>li.twitter_stream:after {
    /* content: url(../../../../themes/custom/emgage/img/twitter_left.png); */
    content: url(../themes/custom/emgage/img/twitter_left.png);
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 0;
}

.twitter_stream>div,
.facebook_stram .fb-page {
    position: relative;
    z-index: 1;
}

.who_we_are .medium-container {
    max-width: 1600px;
}

.voters_content .border_btn {
    margin-top: 15px;
}

.news_img {
    background: #eaeaea;
    text-align: center;
    min-height: 200px;
}

section.involved_list {
    padding: 0;
}

table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.careers-list .blue_btn,
.careers-list .white_btn,
.careers-list .red_btn {
    margin-top: 15px;
}

.social_stream iframe {
    position: absolute;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

ul.main-nav,
.get_updates>span,
#block-emgage-account-menu ul>li {
    font-size: 1em;
}

.what_we_do_content {
    max-width: 1400px;
    margin: 0 auto;
    float: none;
}

.logos_middle {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.logos_middle img {
    max-width: 200px;
}

#views-exposed-form-news-page-1 {
    display: none;
}

.blog_layout h1 {
    font-size: 1.5em;
}

.voter_education p {
    text-align: justify;
}

section.voters_list_section {
    padding-top: 0;
}

.semi_footer {
    background: #1b3375;
    color: #fff;
    padding: 10px 0;
}

.semi_footer a {
    color: #a6beff;
}

.semi_footer .container>.row>div:first-child {
    float: left;
}

@media (min-width:1921px) {

    .community_list>li,
    #community-slider .owl-item {
        max-height: 550px;
    }

    .community_list .user_detail,
    .views-field-title .user_detail {
        font-size: 1.6em;
    }

    .community_list>li>.user_testimonial,
    .views-field-body>.field-content p {
        font-size: 1em;
    }
}

@media (max-width:1920px) {
    .get_updates_section {
        padding-top: 15px !important;
    }

    .internal_slider_one {
        height: 430px;
    }

    .footer_address,
    .contact_footer span,
    .footer_navs {
        font-size: 1em;
    }

    .emerge_content {
        padding: 25px;
    }
}

@media (max-width:1600px) {
    .impact_content {
        padding: 0;
    }
}

@media (max-width:1500px) {

    .get_involved_aside .white_btn,
    .get_involved_aside .red_btn {
        width: 100%;
        margin: 8px 0 0;
        text-align: center;
    }

    .get_involved_aside>div>div:first-child {
        padding: 10px;
        font-size: 0.8em;
        max-width: 140px;
    }

    .get_involved_aside h3 {
        margin-bottom: 8px;
    }
}

@media (max-width:1400px) {
    .main_slider .row>div {
        margin-left: 4vw;
    }
}

@media (min-width:1261px) {

    .community_list>li,
    #community-slider .owl-item {
        max-height: 360px;
    }

    .community_list>li div.user_pic,
    .views-field-field-image>.field-content {
        height: 120px;
        width: 120px;
    }

    .community_list>li>.user_testimonial,
    .views-field-body>.field-content p {
        font-size: 15px;
    }

    .community_list .user_detail,
    .views-field-title .user_detail {
        font-size: 18px;
    }
}

@media (max-width:1260px) {

    .community_list>li,
    #community-slider .owl-item {
        height: 26vw;
    }

    .community_list>li>.user_testimonial,
    .views-field-body>.field-content p {
        font-size: 1.05vw;
    }
}

@media (max-width:1200px) {
    body {
        font-size: 80%;
    }

    .community_list>li {
        display: none;
    }

    .community_list>li.active_main {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        width: 500px;
        margin: 0 auto;
        height: 500px;
    }

    .community_list>li div.user_pic {
        width: 150px;
        height: 150px;
    }

    .community_list>li>div {
        height: auto;
    }

    .what_we_do h2 {
        margin-bottom: 20px;
    }

    .emerge_containers {
        margin: 50px;
    }

    .emerge_containers>ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        margin: 0;
    }

    .emerge_containers>ul>li {
        width: calc(50% - 23px);
        margin-bottom: 40px;
    }

    .emerge_containers>ul>li:nth-child(2n+1) {
        margin-left: 0;
    }

    .internal_slider_one {
        height: 400px;
    }

    .mission_circle {
        height: 350px;
        width: 350px;
    }

    .annual_report {
        font-size: 13px;
    }

    .round_banner_content {
        height: 275px;
        width: 275px;
        font-size: 11px;
    }

    .internal_slider_two {
        padding: 60px 0;
    }

    .news_tags>a {
        padding: 4px 6px;
    }

    .events-list>li {
        width: 33.33%;
    }

    .press_release_maincontainer {
        display: block;
    }

    .blue_content {
        background: #2A62F8;
        padding: 40px 20px;
        margin-top: 40px;
    }

    .banner_content_style_2 {
        margin-top: 0;
    }

    .banner_content_style_2 {
        font-size: 12px;
        max-width: 400px;
        padding: 40px;
        border-bottom-right-radius: 100px;
    }

    .donate_aside {
        margin: 0;
        max-width: inherit;
        padding: 0 20px;
    }

    .internal_slider_three {
        height: 400px;
    }

    .get_involved_aside,
    .get_involved_aside>div>div:last-child {
        position: initial;
    }

    .get_involved_aside>div>div:first-child {
        max-width: inherit;
    }

    .get_involved_aside .white_btn,
    .get_involved_aside .red_btn {
        max-width: 200px;
    }

    .get_involved_aside>div>div:first-child {
        text-align: center;
        font-size: 1em;
    }

    .get_involved_aside h4 {
        display: inline-block;
    }

    .get_involved_aside>div>div:last-child>h4+div {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }

    .share_icons>li {
        display: inline-block;
    }

    .get_updates_section>.row {
        padding: 0;
    }

    .emerge_containers>ul>li {
        border-bottom-right-radius: 100px;
    }

    .emerge_containers>ul>li:last-child {
        margin-bottom: 0;
    }

    .emerge_containers {
        margin: 50px 50px 0;
    }

    .programs_link>a>span {
        height: 45px;
        width: 45px;
    }

    .donate_aside {
        min-height: inherit;
    }

    .ngp-form {
        max-width: inherit !important;
        margin: 0 15px !important;
    }

    .donate_aside {
        padding: 0;
    }

    .get_involved_aside>div>div:last-child {
        position: initial;
    }

    .get_involved_aside h4 {
        text-align: center;
    }

    .blog_info {
        padding: 20px;
    }

    .get_update_form .close,
    .volunteer_form .close {
        right: 15px;
    }

    .mission_container .mission_circle h2 {
        margin-bottom: 10px;
    }
}

@media (max-width:991px) {
    .main_header {
        display: block;
    }

    .main_header ul.main-nav {
        padding: 20px 0 0;
        text-align: center;
    }

    .get_updates_section input,
    .get_updates_section select {
        margin: 5px 0;
    }

    .the_impact .row {
        display: block;
    }

    .impact_content .head_margin {
        margin: 0 0 10px;
    }

    .impact_content .head_margin h2 {
        margin-bottom: 10px;
    }

    .the_impact:after {
        display: none;
    }

    .impact_content {
        padding: 0;
    }

    .engage_content {
        padding: 20px 10%;
    }

    .footer_social>* {
        float: none !important;
    }

    .copyright_text {
        margin-top: 15px;
        display: block;
    }

    .sub_footertext {
        margin: 20px 0;
    }

    footer {
        padding: 50px 0;
    }

    .internal_slider_one {
        height: 300px;
        border-bottom-right-radius: 150px;
    }

    .team-lists>li {
        width: 30%;
    }

    .team-lists>li:nth-child(4n+1) {
        margin-left: 4%;
    }

    .team-lists>li:nth-child(3n+1) {
        margin-left: 0;
    }

    .news-list {
        float: none;
        width: 100%;
    }

    .state-name-menus {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .state-name-menus>li:before {
        position: initial;
        left: inherit;
        top: inherit;
        display: inline-block;
        margin-right: 5px;
    }

    .state-name-menus>li {
        display: inline-block;
    }

    section.latest_news {
        padding: 40px 0;
    }

    .news_tags>a {
        padding: 2px;
    }

    .events-list,
    .press_releases {
        font-size: 12px;
    }

    .get-list>li {
        width: 100%;
        margin-left: 0 !important;
        margin: 0 0 20px;
        height: inherit;
        padding: 50px 30px;
    }

    .careers-list>li {
        width: calc(33.33% - 35px);
        margin-left: 50px;
        margin-bottom: 50px;
    }

    .careers-list h4 {
        margin: 5px 0 15px;
    }

    .career_opportunities h2 {
        margin-bottom: 50px;
    }

    .career_opportunities {
        padding: 50px 0 0;
    }

    .community_list>li.active_main,
    #community-slider .owl-item.center {
        background: none;
        border: none;
        opacity: 1;
        padding: 2px;
    }

    .owl-item.active.center>.item {
        background: #2a62f8;
        height: 25vw;
        width: 25vw;
        margin: 0 auto;
        border-radius: 50%;
        opacity: 1;
        padding: 5px;
    }

    .reports_list>li:before {
        width: 30px;
    }

    .reports_list>li {
        padding-left: 45px;
    }

    .owl-item.active>.item {
        height: 100% !important;
        width: 100% !important;
        max-height: 250px !important;
        max-width: 250px !important;
    }

    .community_list>li div.user_pic,
    .views-field-field-image>.field-content {
        width: 70px;
        height: 70px;
    }

    .community_list .user_detail,
    .views-field-title .user_detail {
        font-size: 12px;
        line-height: 1.2em;
        margin-top: 10px;
    }

    .community_list>li>.user_testimonial,
    .views-field-body>.field-content p {
        font-size: 10px;
    }

    .community_list>li,
    #community-slider .owl-item {
        height: 260px !important;
    }

    .footer_navs {
        font-size: 1em;
    }

    .main-nav .drop>a:before {
        margin-top: 40px 0 10px;
    }

    #block-emgage-branding {
        margin: 0 auto;
        text-align: center;
    }

    #block-emgage-branding small {
        display: block;
    }

    .main_slider {
        padding: 60px 0;
    }

    .team-lists {
        margin-top: 40px;
    }

    .programs_link a {
        font-size: 2em;
    }

    .alumni_img {
        width: 150px;
        height: 150px;
    }

    .voters_list_section.leadership_list h3,
    .voters_content h3 {
        font-size: 2.2em;
    }

    #event_map {
        position: initial;
        width: 100%;
        margin-bottom: 30px;
    }

    .event_details>li {
        margin-bottom: 20px;
    }

    .event_details h4 {
        margin-bottom: 10px;
    }

    .press_release_maincontainer .blue_content {
        border-bottom-right-radius: 50px;
    }

    .community_list>li,
    #community-slider .owl-item {
        padding: 0;
    }

    section {
        padding: 40px 0;
    }

    .social_stream ul {
        display: block;
    }

    section.social_stream ul>li {
        width: 100%;
        padding: 40px 0;
    }

    .event_details {
        width: inherit;
    }
}

@media (min-width:768px) {

    a.nav_btn,
    ul.main-nav>li.drop>ul {
        display: none !important;
    }

    .medium-container .blue_content {
        border-bottom-right-radius: 100px;
        padding: 40px 40% 40px 70px;
    }

    ul.main-nav>li.drop:hover>ul {
        display: block !important;
    }

    .no_result_news {
        min-height: 200px;
    }
}

@media (max-width:767px) {
    ul.main-nav>li {
        display: block;
        padding: 10px 0;
    }

    ul.main-nav>li a:after {
        content: '';
        border-top: 2px solid transparent;
        height: 2px;
        width: 100%;
        display: block;
        margin-top: 3px;
    }

    .main_header ul.main-nav {
        display: none;
        max-width: 320px;
        margin: 0 auto;
    }

    .main_header {
        position: relative;
    }

    .main_header img {
        max-width: 200px;
    }

    .main_header>div {
        position: initial;
    }

    a.nav_btn {
        display: block;
        position: absolute;
        right: 20px;
        font-size: 1.5em;
        color: #eb1d49;
        top: 10px;
        height: 27px;
    }

    .main_slider {
        padding: 50px 0;
        border-bottom-right-radius: 100px;
    }

    .community_list>li.active_main {
        width: 350px;
        height: 350px;
    }

    .active_main .user_testimonial p {
        max-height: 50px;
        overflow: hidden;
    }

    .emerge_containers>ul {
        display: block;
    }

    .emerge_containers>ul>li {
        width: 100%;
        margin: 20px auto !important;
        max-width: 400px;
    }

    .emerge_containers {
        margin: 50px 0;
    }

    .give_to_engage {
        padding: 60px 0;
    }

    .give_to_engage .row {
        display: block;
    }

    .engage_content {
        left: 0;
        width: 100%;
        padding: 20px;
        max-width: inherit;
    }

    .give_to_engage .row>div:first-child {
        margin-bottom: 20px;
    }

    .give_to_engage .row>div:last-child {
        margin-top: 20px;
        max-width: 350px;
        margin: 20px auto 0;
        float: none;
    }

    .give_to_engage:after {
        display: none;
    }

    .give_to_engage {
        background: #2A62F8;
    }

    footer img {
        max-width: 300px;
        width: 100%;
    }

    .list_footer>* {
        margin-top: 30px;
    }

    .footer_navs li {
        margin-bottom: 15px;
    }

    footer h3,
    #block-emgage-footer-menu {
        min-height: initial;
        margin-bottom: 15px;
    }

    .mission_circle {
        height: 250px;
        width: 250px;
        padding: 25px;
    }

    .team-lists>li {
        width: 48%;
    }

    .team-lists>li:nth-child(3n+1) {
        margin-left: 4%;
    }

    .team-lists>li:nth-child(2n+1) {
        margin-left: 0;
    }

    .round_banner_content {
        margin: 0 auto;
    }

    .internal_slider_two {
        padding: 40px 0;
    }

    .news-list>li {
        width: calc(50% - 20px);
    }

    .events-list>li {
        width: 50%;
        margin: 0;
        padding: 30px 40px;
    }

    .upcoming_events {
        padding: 20px 0 50px;
    }

    .press-news>li>div {
        align-items: inherit;
        -webkit-align-items: inherit;
    }

    .press-news>li>div>div.left_news {
        width: calc(100% - 170px);
        margin-left: 20px;
    }

    .press-news>li>div>div.right_news {
        width: 150px;
        height: auto;
        margin-left: 0;
    }

    .blog_info h3 {
        font-size: 1.6em;
    }

    .section,
    section {
        padding: 20px 0;
    }

    .blog_info {
        padding: 20px 10px;
    }

    .blog_contact {
        margin-top: 40px;
    }

    .comments_container {
        padding: 20px;
    }

    .comments_container>input {
        font-size: 1.5em;
    }

    .comments_list {
        margin-top: 20px;
        max-width: 90%;
    }

    .comments_list ul>li {
        padding: 20px;
        margin-bottom: 20px;
    }

    .internal_slider_two {
        padding: 20px 0;
    }

    .banner_content_style_2 {
        margin-right: 0;
        max-width: inherit;
        margin-bottom: 400px;
    }

    .careers-list>li {
        margin-left: 25px;
        width: calc(50% - 13px);
        margin-bottom: 30px;
    }

    .careers-list>li:nth-child(3n+1) {
        margin-left: 25px;
    }

    .careers-list>li:nth-child(2n+1) {
        margin-left: 0;
    }

    .career_opportunities {
        padding: 30px 0 0;
        font-size: 11px;
    }

    .career_opportunities h2 {
        margin-bottom: 30px;
    }

    .internal_slider_three {
        height: 250px;
    }

    ul.main-nav>li>ul {
        position: inherit;
        width: 100%;
        text-align: center;
        background: #f5f5f5;
        margin-top: 5px;
    }

    ul.main-nav>li:hover>ul {
        display: none;
    }

    .annual_report>.container>.row {
        display: block;
    }

    .left_annual_part {
        padding: 20px;
    }

    .alumni_engage {
        background: none;
    }

    .alumni_engage .row>div:last-child {
        float: left;
        max-width: inherit;
    }

    .alumni_engage .engage_content {
        border-right: 3px solid #2A62F8;
    }

    .alumni_engage img {
        max-width: 350px;
        margin: 0 auto;
        display: block;
    }

    .experiences-list>ul {
        display: block;
    }

    .get_update_form,
    .volunteer_form {
        width: 100%;
        margin: 0 auto;
    }

    section.social_stream ul>li {
        display: block;
        vertical-align: top;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .user-login-form,
    .contact-message-contact-us-form {
        max-width: inherit;
        margin: 15px 15px;
        padding: 0;
        box-shadow: none;
    }

    .crop_img {
        margin-top: 0;
    }

    h2.pro_headline:before {
        height: 30px;
        top: -40px;
    }

    #block-emgage-account-menu {
        right: 180px;
    }

    div#community-slider {
        width: 100%;
    }

    .profile_share_icon>a {
        padding-top: 0 !important;
    }

    .petition_form>div {
        padding: 0;
        margin: 0 !important;
        width: 100%;
    }

    .right_team a {
        margin: 0 auto;
    }

    .home_subscribe .at-fields,
    .home_subscribe .at form {
        display: block;
    }

    .home_subscribe .at-row {
        display: block;
        width: 100%;
    }

    .home_subscribe .at input[type="text"],
    .home_subscribe .at select,
    .home_subscribe .at input[type="email"] {
        max-width: inherit;
    }

    .home_subscribe .at-form-submit,
    .home_subscribe input.at-submit.btn-at.btn-at-primary {
        margin: 0;
        float: none;
    }

    .home_subscribe .at-form-submit {
        margin-top: 20px;
        padding-right: 30px;
    }

    .home_subscribe .at-form-submit,
    .home_subscribe input.at-submit.btn-at.btn-at-primary {
        width: 100%;
    }

    .get_updates_section input,
    .get_updates_section select {
        height: 40px;
    }

    ul.main-nav>li>a:hover:after,
    ul.main-nav>li>a.is-active:after,
    ul.main-nav .donate_link:after,
    ul.main-nav>li a:after {
        position: inherit;
        display: none;
    }

    .emerge_containers>ul>li {
        border-bottom-right-radius: 50px;
    }

    footer {
        padding: 40px 0 20px;
    }

    .give_to_engage {
        padding: 30px 0;
    }

    .yourTeam>.container>.row,
    .voters_list_section ul>li>div,
    .voters_list_section ul>li {
        display: block;
    }

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

    .programs_link {
        padding: 20px 0;
        font-size: 10px;
        text-align: center;
    }

    .programs_link>a>span {
        height: 35px;
        width: 35px;
    }

    .reports_list {
        font-size: 1.2em;
    }

    .voters_list_section ul>li>div>div:last-child {
        padding: 20px !important;
    }

    .voters_list_section ul>li:nth-child(odd)>div>div .crop_img {
        border-top-right-radius: 0;
    }

    .voters_list_section .crop_img img {
        max-width: 350px;
        margin: 15px auto 0;
        display: block;
    }

    .yourTeam>.container>.row,
    .voters_list_section ul>li>div,
    .voters_list_section ul>li {
        text-align: center;
    }

    .voters_list_section ul>li {
        margin: 20px 0;
    }

    .voters_list_section ul>li:nth-child(even) .crop_img {
        border-top-left-radius: 0;
    }

    .banner_content_style_2 {
        background: rgba(255, 255, 255, 0.9);
        padding: 20px;
    }

    .banner_content_style_2 {
        margin-bottom: 200px;
    }

    .banner_content_style_2 p {
        font-size: 1.2em;
        margin-top: 10px;
    }

    .at form .label-amount {
        font-size: 16px !important;
    }

    .at form .label-amount>a {
        height: 38px !important;
    }

    .side_education {
        display: none;
    }

    .medium-container .blue_content {
        border-bottom-right-radius: 50px;
    }

    .emerge_content {
        padding: 20px;
    }

    .impact_content {
        margin-top: 20px;
    }

    .right_team {
        margin-top: 20px;
    }

    .programs_link {
        text-align: left;
    }

    .annual_report {
        margin-bottom: 0;
    }

    .internal_slider_one {
        border-bottom-right-radius: 100px;
    }

    .experiences-list>ul>li {
        margin-bottom: 25px;
    }

    .experiences-list>ul>li:last-child {
        margin-bottom: 0;
    }

    .lead_section h2.pro_headline {
        font-size: 2em !important;
        margin-bottom: 20px;
    }

    h2,
    .voter_education h2,
    .career_opportunities h2,
    .mission_container .mission_circle h2,
    .yourTeam h2,
    .mission_container .mission_circle h2,
    .yourTeam h2,
    .voters_list_section.leadership_list h3,
    .voters_content h3 {
        font-size: 1.8em;
    }

    .internal_slider_two {
        margin-bottom: 20px;
    }

    .give_to_engage.alumni_engage .engage_content {
        padding: 20px;
        border-width: 2px;
    }

    .section h3 {
        font-size: 1.2em;
    }

    .experiences-list>ul>li {
        width: 100%;
        margin-left: 0;
    }

    .upcoming_events .internal_container {
        padding: 30px 0 0;
    }
}

@media (max-width:500px) {
    .mission_circle {
        height: 300px;
        width: 290px;
    }

    .mission_container .mission_circle h2 {
        margin-bottom: 10px;
    }

    .mission_container .mission_circle p {
        margin: 0;
    }

    .team-lists>li {
        width: 100%;
        margin-left: 0;
    }

    .team-lists>li:nth-child(3n+1) {
        margin-left: 0;
    }

    .team-lists>li:nth-child(2n+1),
    .careers-list>li:nth-child(3n+1) {
        margin-left: 0;
    }

    .news-list>li {
        width: 90% !important;
        margin: 10px auto;
    }

    .events-list>li {
        width: 100%
    }

    .press-news>li>div {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }

    .press-news>li>div>div.left_news,
    .press-news>li>div>div.right_news {
        width: 100%;
        margin: 0;
        min-height: inherit;
    }

    .press-news>li {
        margin-bottom: 10px;
    }

    .comment_display,
    .careers-list>li {
        width: 100%;
        margin-left: inherit;
        margin-top: 10px;
    }

    .banner_content_style_2 {
        font-size: 9px;
        padding: 15px;
    }

    .reports_list,
    .state-name-menus {
        column-count: 2;
        -webkit-column-count: 2;
    }

    .state-name-menus>li {
        text-align: left;
        display: block;
    }

    #block-emgage-account-menu {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 40px;
        margin-left: 0;
        width: 100%;
        left: 0;
        z-index: -1;
    }

    .get_updates,
    #block-emgage-account-menu {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .what_we_do_content p,
    .who_we_are p {
        font-size: 1em;
    }

    .banner_content_style_2 {
        border-bottom-right-radius: 50px;
    }

    .banner_content_style_2 .buttons_container>* {
        margin: 10px 0;
        display: block;
    }

    div#block-getupdates {
        margin-bottom: 40px;
    }

    .community_slider .slider_navs>a.right_slide,
    .community_slider .slider_navs>a.left_slide {
        position: inherit;
    }

    .community_slider .slider_navs>a {
        padding: 6px 0;
        height: 35px;
        width: 35px;
        font-size: 1.5em;
    }

    .slider_navs {
        margin-bottom: -20px;
    }

    .footer_navs {
        column-count: 1;
        -webkit-column-count: 1;
    }

    .blue_content {
        padding: 20px;
    }
}

.ui-dialog .ui-dialog-content,
.ui-dialog {
    padding: 0;
}

#dialog .ui-widget-content a {
    outline: none;
}

#dialog .popup_content h2 {
    font-weight: 800;
    font-size: 1.5em;
    color: #173159;
    text-transform: none;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
    padding-top: 7px;
}

#dialog .popup_content a {
    color: #d81f26;
    text-decoration: none;
    outline: none;
}

#dialog .popup_content p {
    line-height: 22px;
    margin-top: 5px;
    max-width: 400px;
    margin: 5px auto;
    text-align: center;
    font-size: 0.90em;
}

#dialog .popup_content {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}

#dialog .popup_content hr {
    margin: 15px auto;
    width: 100%;
}

#dialog .popup_content .joinusbutton {
    margin-bottom: 15px;
    min-width: 150px;
    font-weight: 400;
    font-size: 1.500em;
    color: #fff;
    text-transform: uppercase;
    background-color: #d81f26;
    padding: 5px 20px;
    border-radius: 5px;
    width: auto;
    display: inline-block;
}

.fixed-dialog {
    position: fixed;
    left: 50px;
}

.donate_form .ngp-form {
    margin: 0;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    /* background: url(../../../../themes/custom/emgage/css/owl.video.play.html) no-repeat; */
    background: url(../themes/custom/emgage/css/owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}