﻿@charset "UTF-8";

body [class^="icon-"]:before, body [class*=" icon-"]:before {
    font-family: 'rtr' !important;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Source Serif 4', serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 76px;
    line-height: 1.4;
    font-weight: 800;
}

mark {
    background: #ff0;
    color: #333333;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"]:not(.btn),
input[type="reset"]:not(.btn),
input[type="submit"]:not(.btn) {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #333333 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #333333 !important;
    }

    .label {
        border: 1px solid #333333;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #E5DED4 !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body.japan {
    font-family: 'Source Serif 4', 'こぶりなゴシック W3 JIS2004', "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #E5DED4;
}

body {
    font-size: 18px;
    line-height: 1.42857143;
    color: #333;
    background-color: #E5DED4;
}

input,
button,
select,
textarea {
    font-size: inherit;
    line-height: inherit
}

a {
    color: #007AA4;
    text-decoration: none
}

    a:hover,
    a:focus {
        color: #00546B;
        text-decoration: underline
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #c7c8ba;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition: all all .2s ease-in-out ease-out;
    -moz-transition: all all .2s ease-in-out ease-out;
    -o-transition: all all .2s ease-in-out ease-out;
    transition: all all .2s ease-in-out ease-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.4;
    color: inherit
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h2,
.h2 {
    font-size: 34px;
    line-height: 1.4;
    font-weight: 800;
}

h3,
.h3 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 800;
}

h4,
.h4 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 800;
}

p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}

.grid-section .main-content p {
    font-weight: 400 !important;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}


h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%
    }
/*
h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}
*/
p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #d77726
}

a.text-primary:hover,
a.text-primary:focus {
    color: #ac5f1e
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #E5DED4;
    background-color: #d77726
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #ac5f1e
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '— '
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right
    }

        .blockquote-reverse footer:before,
        blockquote.pull-right footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right .small:before {
            content: ''
        }

        .blockquote-reverse footer:after,
        blockquote.pull-right footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right .small:after {
            content: ' —'
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #E5DED4;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

@media(min-width:768px) {
    .container {
        width: 740px
    }
}

@media(min-width:992px) {
    .container {
        width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1160px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.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%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #c7c8ba
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #E5DED4;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
    -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
    -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
    transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px
}

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333;
        text-decoration: none
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        -moz-opacity: .65;
        -khtml-opacity: .65;
        -webkit-opacity: .65;
        opacity: .65;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #E5DED4;
    border-color: #ccc
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #E5DED4;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #E5DED4;
        background-color: #333
    }

.btn-primary {
    color: #E5DED4;
    background-color: #d77726;
    border-color: #c16b22
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #E5DED4;
        background-color: #ac5f1e;
        border-color: #552f0f
    }

    .btn-primary:hover {
        color: #E5DED4;
        background-color: #ac5f1e;
        border-color: #8d4e19
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #E5DED4;
        background-color: #ac5f1e;
        border-color: #8d4e19
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #E5DED4;
            background-color: #8d4e19;
            border-color: #552f0f
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #d77726;
        border-color: #c16b22
    }

    .btn-primary .badge {
        color: #d77726;
        background-color: #E5DED4
    }

.btn-success {
    color: #E5DED4;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success:focus,
    .btn-success.focus {
        color: #E5DED4;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success:hover {
        color: #E5DED4;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #E5DED4;
        background-color: #449d44;
        border-color: #398439
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: #E5DED4;
            background-color: #398439;
            border-color: #255625
        }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #E5DED4
    }

.btn-info {
    color: #E5DED4;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info:focus,
    .btn-info.focus {
        color: #E5DED4;
        background-color: #31b0d5;
        border-color: #1b6d85
    }

    .btn-info:hover {
        color: #E5DED4;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #E5DED4;
        background-color: #31b0d5;
        border-color: #269abc
    }

        .btn-info:active:hover,
        .btn-info.active:hover,
        .open > .dropdown-toggle.btn-info:hover,
        .btn-info:active:focus,
        .btn-info.active:focus,
        .open > .dropdown-toggle.btn-info:focus,
        .btn-info:active.focus,
        .btn-info.active.focus,
        .open > .dropdown-toggle.btn-info.focus {
            color: #E5DED4;
            background-color: #269abc;
            border-color: #1b6d85
        }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #E5DED4
    }

.btn-warning {
    color: #E5DED4;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: #E5DED4;
        background-color: #ec971f;
        border-color: #985f0d
    }

    .btn-warning:hover {
        color: #E5DED4;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #E5DED4;
        background-color: #ec971f;
        border-color: #d58512
    }

        .btn-warning:active:hover,
        .btn-warning.active:hover,
        .open > .dropdown-toggle.btn-warning:hover,
        .btn-warning:active:focus,
        .btn-warning.active:focus,
        .open > .dropdown-toggle.btn-warning:focus,
        .btn-warning:active.focus,
        .btn-warning.active.focus,
        .open > .dropdown-toggle.btn-warning.focus {
            color: #E5DED4;
            background-color: #d58512;
            border-color: #985f0d
        }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none
    }

    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #E5DED4
    }

.btn-danger {
    color: #E5DED4;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #E5DED4;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-danger:hover {
        color: #E5DED4;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #E5DED4;
        background-color: #c9302c;
        border-color: #ac2925
    }

        .btn-danger:active:hover,
        .btn-danger.active:hover,
        .open > .dropdown-toggle.btn-danger:hover,
        .btn-danger:active:focus,
        .btn-danger.active:focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .btn-danger:active.focus,
        .btn-danger.active.focus,
        .open > .dropdown-toggle.btn-danger.focus {
            color: #E5DED4;
            background-color: #ac2925;
            border-color: #761c19
        }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #E5DED4
    }

.btn-link {
    color: #d77726;
    font-weight: normal;
    border-radius: 0
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #96531b;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    -webkit-transition: all opacity .15s linear ease-out;
    -moz-transition: all opacity .15s linear ease-out;
    -o-transition: all opacity .15s linear ease-out;
    transition: all opacity .15s linear ease-out
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -moz-transition-duration: .35s;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 95%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #E5DED4;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #E5DED4;
        text-decoration: none;
        outline: 0;
        background-color: #d77726
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #777
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eee;
        border-color: #d77726
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555;
            background-color: #c7c8ba;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media(min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #c7c8ba
    }
}

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 4px
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #E5DED4;
        background-color: #d77726
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media(min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd
    }

@media(min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #c7c8ba
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media(min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse.in {
        overflow-y: auto
    }

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 350px
}

@media(max-device-width:480px)and (orientation:landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -10px;
    margin-left: -10px
}

@media(min-width:768px) {

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media(min-width:768px) {

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -10px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -10px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none
            }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }
}

.navbar-form {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 10px;
        margin-right: 10px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important;
        float: left
    }

    .navbar-right {
        float: right !important;
        float: right;
        margin-right: -10px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555
    }

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #333
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #E5DED4;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #E5DED4;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #E5DED4;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #E5DED4
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #080808;
        color: #E5DED4
    }

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #E5DED4;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #E5DED4;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #E5DED4
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #E5DED4
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            content: "/ ";
            padding: 0 5px;
            color: #ccc
        }

    .breadcrumb > .active {
        color: #777
    }

.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;
            line-height: 1.42857143;
            text-decoration: none;
            color: #d77726;
            background-color: #E5DED4;
            border: 1px solid #ddd;
            margin-left: -1px
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #96531b;
            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: #E5DED4;
        background-color: #d77726;
        border-color: #d77726;
        cursor: default
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        background-color: #E5DED4;
        border-color: #ddd;
        cursor: not-allowed
    }

.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-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-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-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

    .pager li {
        display: inline
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #E5DED4;
            border: 1px solid #ddd;
            border-radius: 15px
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a,
    .pager .next > span {
        float: right
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #777;
        background-color: #E5DED4;
        cursor: not-allowed
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #E5DED4;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,
a.label:focus {
    color: #E5DED4;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #d77726
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #ac5f1e
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #E5DED4;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
    color: #E5DED4;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #d77726;
    background-color: #E5DED4
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border-radius: 10px;
    background-color: #c7c8ba;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    -webkit-transition: all border .2s ease-in-out ease-out;
    -moz-transition: all border .2s ease-in-out ease-out;
    -o-transition: all border .2s ease-in-out ease-out;
    transition: all border .2s ease-in-out ease-out
}

    .thumbnail > img,
    .thumbnail a > img {
        margin-left: auto;
        margin-right: auto
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #d77726
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.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 {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #E5DED4;
    text-align: center;
    background-color: #d77726;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    -webkit-transition: all width .6s ease ease-out;
    -moz-transition: all width .6s ease ease-out;
    -o-transition: all width .6s ease ease-out;
    transition: all width .6s ease ease-out
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.media-right,
.media > .pull-right {
    padding-left: 10px
}

.media-left,
.media > .pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #E5DED4;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

a.list-group-item,
button.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:hover,
    button.list-group-item:hover,
    a.list-group-item:focus,
    button.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5
    }

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text {
        color: #777
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #E5DED4;
    background-color: #d77726;
    border-color: #d77726
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text {
        color: #f7e3d2
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:hover,
    button.list-group-item-success:hover,
    a.list-group-item-success:focus,
    button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active,
    button.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    button.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus,
    button.list-group-item-success.active:focus {
        color: #E5DED4;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:hover,
    button.list-group-item-info:hover,
    a.list-group-item-info:focus,
    button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active,
    button.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    button.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus,
    button.list-group-item-info.active:focus {
        color: #E5DED4;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:hover,
    button.list-group-item-warning:hover,
    a.list-group-item-warning:focus,
    button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active,
    button.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    button.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus,
    button.list-group-item-warning.active:focus {
        color: #E5DED4;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:hover,
    button.list-group-item-danger:hover,
    a.list-group-item-danger:focus,
    button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active,
    button.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    button.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus,
    button.list-group-item-danger.active:focus {
        color: #E5DED4;
        background-color: #a94442;
        border-color: #a94442
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #E5DED4;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #d77726
}

    .panel-primary > .panel-heading {
        color: #E5DED4;
        background-color: #d77726;
        border-color: #d77726
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d77726
        }

        .panel-primary > .panel-heading .badge {
            color: #d77726;
            background-color: #E5DED4
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d77726
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, .15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #333333;
    text-shadow: 0 1px 0 #E5DED4;
    -moz-opacity: .2;
    -khtml-opacity: .2;
    -webkit-opacity: .2;
    opacity: .2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    filter: alpha(opacity=20)
}

    .close:hover,
    .close:focus {
        color: #333333;
        text-decoration: none;
        cursor: pointer;
        -moz-opacity: .5;
        -khtml-opacity: .5;
        -webkit-opacity: .5;
        opacity: .5;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
        filter: alpha(opacity=50)
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -moz-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #E5DED4;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #333333
}

    .modal-backdrop.fade {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        -moz-opacity: .8;
        -khtml-opacity: .8;
        -webkit-opacity: .8;
        opacity: .8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
        filter: alpha(opacity=80)
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0)
}

    .tooltip.in {
        -moz-opacity: .9;
        -khtml-opacity: .9;
        -webkit-opacity: .9;
        opacity: .9;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
        filter: alpha(opacity=90)
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #E5DED4;
    text-align: center;
    background-color: #333333;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #333333
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #333333
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #333333
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #333333
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #333333
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #333333
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #333333
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #333333
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #E5DED4;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        border-width: 10px;
        content: ""
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #E5DED4
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #E5DED4
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #E5DED4
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #E5DED4;
        bottom: -10px
    }

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
        -webkit-transition: all .6s ease-in-out left ease-out;
        -moz-transition: all .6s ease-in-out left ease-out;
        -o-transition: all .6s ease-in-out left ease-out;
        transition: all .6s ease-in-out left ease-out
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            line-height: 1
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #E5DED4;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0)
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#33333300', GradientType=1)
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33333300', endColorstr='#80000000', GradientType=1)
    }

    .carousel-control:hover,
    .carousel-control:focus {
        outline: 0;
        color: #E5DED4;
        text-decoration: none;
        -moz-opacity: .9;
        -khtml-opacity: .9;
        -webkit-opacity: .9;
        opacity: .9;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
        filter: alpha(opacity=90)
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif
    }

        .carousel-control .icon-prev:before {
            content: '‹'
        }

        .carousel-control .icon-next:before {
            content: '›'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #E5DED4;
        border-radius: 10px;
        cursor: pointer;
        background-color: #333333 \9;
        background-color: rgba(0, 0, 0, 0)
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #E5DED4
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #E5DED4;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.contourPage .row-fluid:before,
.contourPage .row-fluid:after {
    content: " ";
    display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.contourPage .row-fluid:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px)and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/Assets/fonts/fontawesome-webfont.eot?v=4.6.2');
    src: url('/Assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.2') format('embedded-opentype'), url('/Assets/fonts/fontawesome-webfont.woff2?v=4.6.2') format('woff2'), url('/Assets/fonts/fontawesome-webfont.woff?v=4.6.2') format('woff'), url('/Assets/fonts/fontawesome-webfont.ttf?v=4.6.2') format('truetype'), url('/Assets/fonts/fontawesome-webfont.svg?v=4.6.2#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: #E5DED4
}


.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
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: underline
}

    a:hover i,
    a:active i,
    a:focus i {
        text-decoration: underline
    }

textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="button"],
input[type="submit"]:not(.btn),
input[type=radio] + label {
    -webkit-appearance: none;
    border-radius: 0;
    font-weight: 300
}


.japan textarea,
.japan input[type="text"],
.japan input[type="email"],
.japan input[type="search"],
.japan input[type="button"],
.japan input[type="submit"]:not(.btn),
.japan input[type=radio] + label {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

h1,
.h1 {
    font-weight: 800
}

.japan h1,
.Japan .h1 {
    /*    font-family: clarendon-urw, 'こぶりなゴシック W3 JIS2004', "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
*/ font-weight: 400
}

/*@media(max-width:991px) {

    h1,
    .h1 {
        font-size: 28px
    }
}

h2,
.h2 {

    font-weight: 600;
    margin-bottom: 20px
}

@media(max-width:991px) {

    h2,
    .h2 {
        font-size: 28px
    }
}

h3,
.h3 {

    font-weight: 600
}

h4,
.h4 {

    font-weight: 600
}*/

/*p {
    font-size: 22px;
    color: #333333;
    margin-bottom: 20px;
    line-height: 28px;

    font-weight: 400
}*/

.japan p {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    p {
        font-size: 16px;
        line-height: 23px
    }
}

p .section-header {
    margin: 10px 0
}

.container.rte p a {
    font-size: inherit;
    color: #007AA4;
}

.top-margin-20 {
    margin-top: 20px
}

.top-margin-35 {
    margin-top: 35px
}

.top-margin-40 {
    margin-top: 40px
}

.top-margin-45 {
    margin-top: 45px
}

.top-margin-50 {
    margin-top: 50px
}

.top-margin-60 {
    margin-top: 60px !important
}

.bottom-margin-20 {
    margin-bottom: 20px
}

.bottom-margin-40 {
    margin-bottom: 40px
}

.right-margin-35 {
    margin-right: 35px
}

.hide-me {
    display: none
}

.form-control.hide-me {
    display: none
}

.no-padding {
    padding: 0 !important
}

@media(min-width:992px) {
    .no-padding-desktop {
        padding: 0 !important
    }
}

.no-padding-l {
    padding-left: 0 !important
}

@media(max-width:991px) {
    .no-padding-l {
        padding-left: 10px !important
    }
}

@media(min-width:992px) {
    .no-padding-l-desktop {
        padding-left: 0 !important
    }
}

no-padding-r {
    padding-right: 0 !important
}

@media(max-width:991px) {
    no-padding-r {
        padding-right: 10px !important
    }
}

.no-padding-r {
    padding-right: 0 !important
}

.no-margin-lr {
    margin-left: 0;
    margin-right: 0
}

@media(max-width:991px) {
    .no-padding-m {
        padding: 0 !important
    }
}

.line-primary {
    border-top: 2px solid #e8a100
}

.line-secondary {
    border-top: 2px solid #ffb819
}

ul,
ol {
    list-style-position: inside;
    padding-left: 20px
}

    ul.no-style,
    ol.no-style {
        padding-left: 0;
        list-style: none
    }

    ul li,
    ol li {
        font-size: 18px;
        color: #333333;
        margin-bottom: 0;
        line-height: 1.4;
        font-weight: 400;
    }

.japan ul li,
.japan ol li {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {

    ul li,
    ol li {
        font-size: 16px;
        line-height: 23px;
    }
}

.relative {
    position: relative;
}

body {
    background: #ffffff;
}

.container div[class^="col-"] .container {
    width: 100%;
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width: 1310px) {
    .container {
        width: 1280px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1000px)and (max-width: 1450px) {
    .col-mid-offset-1 {
        margin-left: 8.33333333%;
    }
}

.circle-svg {
    -webkit-filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .5));
    position: relative;
    z-index: 30
}

    .circle-svg.svg-pulse {
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-name: pulse;
        -moz-animation-name: pulse;
        animation-name: pulse
    }

@-webkit-keyframes pulse {
    40% {
        transform: scale(1.2);
        -webkit-filter: none;
        filter: none
    }

    60% {
        transform: scale(.6);
        -webkit-filter: none;
        filter: none
    }

    80% {
        transform: scale(1.6);
        -webkit-filter: none;
        filter: none
    }

    100% {
        transform: scale(1);
        -webkit-filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .5));
        filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .5))
    }
}

@-moz-keyframes pulse {
    40% {
        transform: scale(.8);
        -webkit-filter: none;
        filter: none
    }

    60% {
        transform: scale(.4);
        -webkit-filter: none;
        filter: none
    }

    80% {
        transform: scale(1.2);
        -webkit-filter: none;
        filter: none
    }

    100% {
        transform: scale(1);
        -webkit-filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .5));
        filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .5))
    }
}

@keyframes pulse {
    40% {
        transform: scale(.8);
        -webkit-filter: none;
        filter: none
    }

    60% {
        transform: scale(.4);
        -webkit-filter: none;
        filter: none
    }

    80% {
        transform: scale(1.2);
        -webkit-filter: none;
        filter: none
    }

    100% {
        transform: scale(1);
        -webkit-filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .5));
        filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .5))
    }
}

.svg-connect {
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, .2));
    -moz-filter: drop-shadow(0 0 8px rgba(0, 0, 0, .2));
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, .2))
}

.safari-detected .circle-svg {
    -webkit-filter: none;
    filter: none;
    -webkit-animation-duration: 0s;
    animation-duration: 0s
}

.safari-detected .svg-connect {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    -webkit-animation-duration: 0s;
    animation-duration: 0s
}

@media(max-width:991px) {
    .circle-svg {
        -webkit-filter: none;
        filter: none
    }

    .svg-connect {
        -webkit-filter: none;
        -moz-filter: none;
        filter: none
    }
}

.yellow-bottom-border {
    border-bottom: 2px solid #FFCC4E
}

@media(max-width:991px) {
    .text-center-m {
        text-align: center
    }
}

html {
    height: 100%
}

body.modal-open {
    height: 100%
}

.contourPage .row-fluid {
    margin-left: -10px;
    margin-right: -10px
}

.important-heading {
    line-height: 28px;
    font-size: 22px;
    font-weight: 500
}

.japan .important-heading {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .important-heading {
        font-size: 16px;
        line-height: 23px
    }
}

.top-body-blog {
    position: relative;
    background-color: #00789f;
    height: 300px
}

    .top-body-blog .top-inner {
        height: 100%
    }

        .top-body-blog .top-inner .inner-left {
            width: 50%;
            height: 100%;
            float: left;
            display: table;
            color: #E5DED4
        }

            .top-body-blog .top-inner .inner-left .top-content {
                display: table-cell;
                vertical-align: middle
            }

                .top-body-blog .top-inner .inner-left .top-content h1 {
                    margin: 0;
                    font-size: 76px;
                    text-align: center
                }

                .top-body-blog .top-inner .inner-left .top-content h4 {
                    font-size: 22px;
                    text-align: center
                }

.japan .top-body-blog .top-inner .inner-left .top-content h4 {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.top-body-blog .top-inner .inner-right {
    width: 50%;
    height: 100%;
    float: right;
    background-size: cover;
    background-position: 50%
}

.top-body-blog .social-icons-wrapper .jssocials-wrap {
    bottom: 20px
}

@media(max-width:991px) {
    .top-body-blog {
        height: auto
    }

        .top-body-blog .top-inner .inner-left {
            height: 100px;
            float: none;
            width: 100%
        }

            .top-body-blog .top-inner .inner-left .top-content h1 {
                font-size: 32px
            }

        .top-body-blog .top-inner .inner-right {
            height: 300px;
            float: none;
            width: 100%
        }
}

.top-body {
    position: relative;
    background-color: #00789f;
    margin-bottom: 80px
}

@media(max-width:991px) {
    .top-body {
        margin-bottom: 20px
    }

        .top-body .container {
            width: 100%
        }
}

.top-body .social-icons-wrapper {
    display: block;
    position: relative
}

    .top-body .social-icons-wrapper .social-icons {
        position: absolute;
        right: 0
    }

@media(max-width:991px) {
    .top-body img {
        min-width: 100%
    }
}

.top-body .page-details {
    height: 300px;
    display: table;
    color: #E5DED4
}

@media(max-width:991px) {
    .top-body .page-details {
        height: 100px
    }
}

.top-body .page-details .inner {
    display: table-cell;
    vertical-align: middle
}

.top-body .page-details h1 {
    font-size: 76px;
    margin-top: 15px;
    line-height: 89px
}

@media(max-width:991px) {
    .top-body .page-details h1, .article-page-wrapper h1 {
        font-size: 36px;
        line-height: 38px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
        line-height: 1.1;
        color: inherit;
    }
}

@media(max-width:426px) {
    .article-page-wrapper h1 {
        font-size: 26px;
    }
}

.top-body .page-details h4 {
    font-size: 22px;
    line-height: 25px
}


.japan .top-body .page-details h4 {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.top-body .page-details a {
    color: #E5DED4;
    font-size: 22px
}

    .top-body .page-details a i {
        font-size: 22px;
        line-height: 20px;
        margin-right: 5px
    }

    .top-body .page-details a:hover {
        text-decoration: none
    }

        .top-body .page-details a:hover i {
            text-decoration: none
        }

.top-body .page-banner {
    background-size: cover;
    overflow: hidden;
    position: absolute;
    background-position: center center;
    right: 0;
    top: 0;
    padding: 0;
    height: 100%
}

.body-content {
    font-size: 22px;
    margin: 50px 0 90px 0
}

    .body-content .testimonial {
        shape-outside: content-box;
        background: #E5DED4;
        width: 52%;
        height: auto;
        float: left;
        text-align: left;
        left: -5%;
        position: relative;
        font-size: 46px;
        margin-top: 220px;
        z-index: 10;
        padding-right: 45px
    }

        .body-content .testimonial:before {
            content: '“';
            font-family: serif;
            font-style: normal;
            font-weight: 700;
            position: absolute;
            font-size: 175px;
            top: -80px;
            left: -60px;
            color: #A3C754;
            z-index: -1
        }

        .body-content .testimonial .author {
            color: #00546B;
            font-size: 22px;
            margin-top: 20px
        }

        .body-content .testimonial .job-title {
            font-size: 15px;
            color: #006B4D;
            margin-bottom: 30px
        }

    .body-content .special-section .title {
        display: block;
        margin: 30px 0 10px 0;
        border-bottom: 2px solid #FFCC4E
    }

.section-header,
#contour legend,
.contour legend {
    margin: 0 0 10px 0;
    padding-bottom: 11px;
    border-bottom: 4px solid #FFCC4E;
    color: #333333;
    display: block;
    overflow: hidden
}

.japan .section-header,
.japan #contour legend,
.japan .contour legend {
    /*    font-family: clarendon-urw, 'こぶりなゴシック W3 JIS2004', "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
*/
}

@media(max-width:991px) {

    .section-header,
    #contour legend,
    .contour legend {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 6px
    }
}

.rte h2 {
    margin: 0 0 10px 0;
    color: #006B4D;
    display: block;
    overflow: hidden
}

.japan .contour legend.rte h2 {
    /*    font-family: clarendon-urw, 'こぶりなゴシック W3 JIS2004', "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
*/
}

@media(max-width:991px) {
    .rte h2 {
        font-size: 24px;
        line-height: 29px
    }
}

.rte h2.section-header {
    margin: 0 0 10px 0;
    padding-bottom: 11px;
    color: #333333;
    display: block;
    overflow: hidden
}

.japan.rte h2.section-header {
    /*    font-family: clarendon-urw, 'こぶりなゴシック W3 JIS2004', "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
*/
}

@media(max-width:991px) {
    .rte h2.section-header {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 6px
    }
}

.regional-chapters h2 {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    border-bottom: 2px solid #FFCC4E;
    padding-bottom: 15px;
    margin-bottom: 25px
}

.regional-chapters p {
    margin-bottom: 25px
}

.regional-chapters .btn {
    font-weight: 500;
    letter-spacing: 1.6px;
    padding: 14px 58px;
    white-space: normal
}


.japan .regional-chapters .btn {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.regional-partners .section-header {
    font-size: 34px;
    line-height: 38px;
    padding-bottom: 15px
}

.regional-partners .margin-60 {
    margin-bottom: 60px
}

.regional-partners .partner-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.regional-partners img {
    max-height: 150px
}

.regional-partners .partner-name {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #333333;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%
}

.japan .regional-partners .partner-name {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.regional-partners .partner-name:hover {
    color: #A3C754
}

.regional-partners .row > [class*='col-'] {
    height: 250px
}

.regional-partners .btn {
    font-weight: 500;
    letter-spacing: 1.6px;
    padding: 14px 35px
}

.japan .regional-partners .btn {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.regional-partners .see-all {
    color: #00546B;
    font-size: 22px;
    display: block;
    margin: 20px 0 50px;
    text-decoration: none;
    font-weight: 600
}

.japan .regional-partners .see-all {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.regional-partners .see-all:hover {
    text-decoration: none;
    color: #A3C754
}

.regional-partners .see-all:focus {
    text-decoration: none;
    color: #00546B
}

.regional-partners .see-all-partners {
    display: none
}

.grand-testimonial {
    background: #ffffff;
    /*width: 50%;*/
    height: auto;
    text-align: left;
    position: relative;
    font-size: 46px;
    z-index: 10;
    line-height: 47px;
    display: block;
    font-weight: 800;
}

.japan .grand-testimonial {
    /*    font-family: clarendon-urw, 'こぶりなゴシック W3 JIS2004', "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
*/
}

@media(max-width:991px) {
    .grand-testimonial {
        float: none !important;
        margin: 0 auto 25px !important;
        /*width: 95% !important*/
    }
}

.grand-testimonial:before {
    content: '“';
    font-family: serif;
    font-style: normal;
    font-weight: 700;
    position: absolute;
    font-size: 175px;
    top: 10px;
    left: -60px;
    color: #c0e6ed;
    z-index: -1
}

@media(max-width:991px) {
    .grand-testimonial:before {
        font-size: 85px;
        left: -3px;
        top: 30px
    }
}

.grand-testimonial .author {
    color: #00546B;
    font-size: 22px;
    margin-top: 20px;
    font-weight: 600;
    display: block;
    line-height: 24px
}

.japan .grand-testimonial .author {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .grand-testimonial .author {
        /*font-size: 14px;*/
        line-height: 16px;
        margin-top: 5px
    }
}

.grand-testimonial .job-title {
    font-size: 15px;
    color: #006B4D;
    margin-bottom: 30px;
    font-weight: 200;
    display: block;
    line-height: 24px
}

.japan .grand-testimonial .job-title {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .grand-testimonial .job-title {
        /*        font-size: 11px;
*/ line-height: 16px;
        margin-bottom: 0
    }
}

@media(max-width:991px) {
    .grand-testimonial {
        margin: 0 2% 25px !important;
        padding: 25px 19px 20px;
        width: 100%;
        font-size: 20px;
        line-height: 26px;
        border-top: 2px solid #eaeaea;
        border-bottom: 2px solid #eaeaea
    }
}

.quote-text-left {
    margin: 40px 40px 40px 10%;
    float: left
}

.quote-text-right {
    margin: 40px 0 40px 60px;
    float: right
}

.quote-text-center {
    margin: 40px 40px 40px 30%;
    float: left
}


.title-border {
    text-align: center;
    line-height: 24px;
    border-bottom: 4px solid #FFCC4E;
    padding-bottom: 15px;
    margin-bottom: 40px
}

@media(max-width:991px) {
    .title-border {
        font-size: 18px;
        line-height: 24px
    }
}

.rtr-modules #__mcenew {
    margin: 0 20px 15px 0;
    display: block
}

#__mcenew {
    margin: 0 20px 15px 0;
    display: block
}

.spacing-20 {
    height: 20px;
    display: block;
    clear: both
}

.spacing-40 {
    height: 20px;
    display: block;
    clear: both;
    height: 40px
}

.spacing-60 {
    height: 20px;
    display: block;
    clear: both;
    height: 60px
}

.social-feed {
    background: #c0e6ed
}

    .social-feed h2 {
        text-align: center
    }

    .social-feed .widget-parent {
        margin: 50px
    }

        .social-feed .widget-parent .widget-content {
            text-align: center
        }

@media(max-width:767px) {
    .social-feed .widget-parent .widget-content {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width:767px) {
    .social-feed .widget-parent {
        margin: 15px 0
    }
}

.tab-pane-open {
    overflow: hidden;
    position: fixed
}

.header {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 #cfcfcf;
    -moz-box-shadow: 0 2px 4px 0 #cfcfcf;
    box-shadow: 0 2px 4px 0 #cfcfcf
}

@media(max-width:991px) {
    .header .donate-wrapper-btn {
        margin-right: 20px
    }
}

.header .donate-wrapper-btn ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 55px;
    width: 100%;
    text-align: center;
    z-index: 1
}

@media(max-width:991px) {
    .header .donate-wrapper-btn ul {
        top: 49px;
        z-index: 1016
    }
}

.header .donate-wrapper-btn ul li a {
    display: block;
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 22px;
    padding: 17px 10px;
    text-decoration: none;
    background: rgba(241, 241, 241, .97);
    font-weight: 600;
    color: #FFCC4E
}

.japan .header .donate-wrapper-btn ul li a {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .header .donate-wrapper-btn ul li a {
        font-size: 14px;
        line-height: 14px;
        padding: 10px
    }
}

.header .donate-wrapper-btn ul li a:hover,
.header .donate-wrapper-btn ul li a:active,
.header .donate-wrapper-btn ul li a:focus {
    background: #FFCC4E;
    color: #E5DED4
}

.header .donate-wrapper-btn.open a.btn.btn-yellow {
    background: #FFCC4E
}

.header .donate-wrapper-btn.open ul {
    display: block
}

.header .navbar-brand {
    margin: 36px 28px 36px 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 135px;
    height: 110px;
}

@media(min-width:1000px)and (max-width:1310px) {
    .header .navbar-brand {
        margin: 26px 20px 5px 0
    }
}

@media(min-width:1000px)and (max-width:1199px) {
    .header .navbar-brand {
        margin: 26px 0 5px 0
    }
}

@media(max-width:991px) {
    .header .navbar-brand {
        background: url('/Assets/images/logo-mobile.png');
        width: 155px;
        height: 22px;
        margin: 21px 0 17px 14px
    }
}

.header .nav .open a {
    background-color: transparent;
    color: #007AA4
}

.header .nav .active {
    color: #007AA4
}

.header .nav .dropdown-menu {
    z-index: 1012
}

    .header .nav .dropdown-menu a {
        color: #007AA4;
        transition: all 0.25s;
    }

        .header .nav .dropdown-menu a:hover {
            color: #fff;
            background-color: #3D98B8;
            text-decoration: none;
        }

.header .navbar-nav {
    margin-top: 15px;
    display: flex;
    float: right;
}

    .header .navbar-nav .dropdown-menu {
        border: 0;
        background-color: #E5DED4;
        box-shadow: none;
        border-radius: 0;
    }

    .header .navbar-nav li a {
        font-size: 16px;
        color: #007AA4;
        padding: 12px;
        font-weight: 600;
    }

.japan .header .navbar-nav li a {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.header .navbar-nav li a:hover {
    background-color: transparent;
    color: #007AA4
}

.header .navbar-nav li a.active {
    color: #007AA4
}

.header .navbar-nav li a .icon-angle-down {
    text-decoration: none;
    color: #007AA4;
    padding-left: 5px;
    font-size: 0.65em;
}

.header .navbar-nav li a .fa-instagram {
    color: #007AA4;
    font-size: 28px;
    margin-top: -3px
}

.header .navbar-nav li a svg {
    fill: #007AA4;
    height: 15px;
}

.header .navbar-nav .twitter {
    background: url(/Assets/images/twitter.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 32px;
    height: 25px;
    display: inline-block;
    margin-top: -3px
}

.header .navbar-nav .facebook {
    background: url(/Assets/images/facebook.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 12px;
    height: 26px;
    display: inline-block;
    margin-top: -3px
}

.header .wrapper-nav-bottom {
    position: relative;
    display: block;
    float: left;
    width: 86%;
    border-top: 1px solid #007AA4;
    padding-top: 24px;
}
    /*@media(max-width:1310px) {
    .header .wrapper-nav-bottom {
        width: 100%;
    }
}*/

    .header .wrapper-nav-bottom .btn-yellow {
        padding: 15px 55px 12px 55px;
        font-family: 'Source Serif 4', serif;
        font-weight: 800;
        letter-spacing: 1.6px;
        text-transform: uppercase;
        border-radius: 10px;
    }

.japan .header .wrapper-nav-bottom .btn-yellow {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.header .wrapper-sticker {
    background: rgba(255, 255, 255, .9);
    width: 100%;
    display: block;
    z-index: 100
}

.header .sticky-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2001
}

.header .nav-bottom {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin: 0
}

    .header .nav-bottom li {
        display: block;
        position: relative;
        float: left
    }

        .header .nav-bottom li a {
            padding: 10px 0;
            margin: 0 15px;
            text-decoration: none;
            color: #333333;
            font-size: 22px;
            letter-spacing: -.44px;
            display: block;
            position: relative;
            font-weight: 600;
        }

.japan .header .nav-bottom li a {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.header .nav-bottom li a:after {
    content: '';
    position: absolute;
    border: 2px solid transparent;
    bottom: 2px;
    width: 100%;
    left: 0;
}

.header .nav-bottom li a:hover:after {
    border: 2px solid #FFCC4E;
}

.header .nav-bottom .dropdown-menu a {
    margin: 0;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 20px;
}

    .header .nav-bottom .dropdown-menu a:hover:after {
        border-width: 0;
    }

.header .nav-bottom li a.active:after {
    border: 2px solid #007AA4
}

.header .sticker {
    height: auto;
    padding-top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    border-top: 0;
    display: none;
    border-bottom: 1px solid #979797;
    border-top: 1px solid #979797
}

    .header .sticker .btn-yellow {
        padding: 14px 58px;
        color: #333;
        font-weight: 800;
        letter-spacing: 1.6px;
        text-transform: uppercase;
    }

.japan .header .sticker .btn-yellow {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.header .sticker img {
    display: inline-block;
    height: 38px;
    margin: 9px 96px 9px 50px;
    padding: 0;
    vertical-align: top;
    width: auto;
}

@media(max-width:1200px) {
    .header .sticker img {
        margin: 9px 40px 9px 50px
    }
}

.header .sticker li a {
    font-size: 20px;
    padding: 15px 0 7px 0
}

.header .mobile-navigation {
    background: #00789f;
    left: 0;
    padding: 22px 0 10px;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 1014
}

    .header .mobile-navigation ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .header .mobile-navigation ul li {
            color: #E5DED4;
            font-size: 16px;
            line-height: 18px;
            margin-bottom: 17px;
            padding: 0 30px
        }

            .header .mobile-navigation ul li a {
                color: #E5DED4;
                display: block;
                font-weight: 600;
                font-size: 16px
            }

.japan .header .mobile-navigation ul li a {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.header .mobile-navigation ul li a:hover,
.header .mobile-navigation ul li a:active,
.header .mobile-navigation ul li a:focus {
    text-decoration: none
}

.header .mobile-navigation ul li.dropdown ul.mobile-dropdown-items {
    display: none
}

.header .mobile-navigation ul li.has-borders {
    border-top: 1px solid rgba(255, 255, 255, .5);
    margin-bottom: 9px;
    padding-top: 8px
}

    .header .mobile-navigation ul li.has-borders a {
        font-weight: 400
    }

    .header .mobile-navigation ul li.has-borders:nth-last-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, .5);
        padding-bottom: 8px
    }

.header .mobile-navigation ul li:last-child {
    margin-bottom: 25px;
    font-weight: 400
}

.japan .header .mobile-navigation ul li:last-child {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.header .mobile-navigation ul li .mobile-dropdown-items {
    margin-top: 12px
}

    .header .mobile-navigation ul li .mobile-dropdown-items li {
        padding: 0 15px
    }

        .header .mobile-navigation ul li .mobile-dropdown-items li:last-child {
            margin-bottom: 10px
        }

.header .mobile-navigation .social-wrapper {
    padding: 0 30px
}

    .header .mobile-navigation .social-wrapper a {
        display: inline-block;
        background: #E5DED4;
        color: #007AA4;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        text-align: center;
        margin-left: 20px
    }

        .header .mobile-navigation .social-wrapper a i {
            font-size: 24px;
            line-height: 40px;
            text-align: center;
            vertical-align: middle;
            text-decoration: none
        }

        .header .mobile-navigation .social-wrapper a svg {
            fill: #007AA4;
            height: 24px;
            position: relative;
            top: 6px;
        }

.btn-yellow,
.btn-orange {
    background-color: #FFCC4E;
    color: #333333;
    border: 0;
    border-radius: 10px;
    font-family: 'Source Serif 4', serif;
    z-index: 21;
    padding: 15px 55px 12px 55px;
    white-space: normal;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
}

.japan .btn-yellow,
.japan .btn-orange {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.btn-yellow:hover,
.btn-orange:hover {
    background-color: #006b4d;
    color: #E5DED4
}

.btn-yellow.mobile-yellow,
.btn-orange.mobile-yellow {
    font-size: 15px;
    margin: 15px 0 0;
    padding: 5px 0;
    width: 73px
}

    .btn-yellow.mobile-yellow.alone,
    .btn-orange.mobile-yellow.alone {
        margin: 19px 0 0 19px
    }

.btn-blue {
    background-color: #007AA4;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-family: 'Source Serif 4', serif;
    z-index: 1011;
    white-space: normal;
    position: relative;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 15px 55px 12px 55px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
}

.japan .btn-blue {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
    font-size: 1.2rem;
}

@media(max-width:991px) {
    .btn-blue {
        background-color: #007AA4
    }
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
    background-color: #00546B;
    color: #E5DED4
}

@media(max-width:991px) {

    .btn-blue:hover,
    .btn-blue:active,
    .btn-blue:focus {
        background-color: #007AA4
    }
}

.btn-large {
    font-size: 20px;
    padding: 12px 60px
}

@media(max-width:991px) {
    .btn {
        font-size: 16px;
        line-height: 25px;
        padding: 10px 14px
    }
}

.jssocials-wrap {
    position: relative;
    bottom: -18px;
    padding-bottom: 0 !important;
    display: inline-block;
    z-index: 1010
}

    .jssocials-wrap .jssocials-share {
        display: inline-block;
        margin: 0 8px 15px 0
    }

        .jssocials-wrap .jssocials-share a {
            background: #d7d7d7 !important
        }

            .jssocials-wrap .jssocials-share a:hover {
                background: #fdb827 !important
            }

    .jssocials-wrap .jssocials-share-link {
        display: block;
        border-radius: 50%;
        width: 4rem;
        height: 4rem;
        text-align: center
    }

    .jssocials-wrap .jssocials {
        display: inline-block
    }

    .jssocials-wrap .jssocials-plus,
    .jssocials-wrap .jssocials-minus {
        margin-left: -4px
    }

    .jssocials-wrap .jssocials-wrap {
        padding-bottom: 20px
    }

        .jssocials-wrap .section.title-sharing .jssocials-wrap,
        .jssocials-wrap .jssocials-wrap.styled {
            margin-top: 20px
        }

    .jssocials-wrap .jssocials-share {
        margin: 0
    }

        .jssocials-wrap .jssocials-share a {
            display: inline-flex;
            text-decoration: none;
            background: #00789f !important;
            margin-left: 10px;
            width: 40px;
            height: 40px;
            border: 2px solid transparent;
            border-radius: 40px;
            align-items: center;
            justify-content: center;
            color: #E5DED4;
            transition: none;
            transition: all none ease-out
        }

@media(max-width:991px) {
    .jssocials-wrap .jssocials-share a {
        margin-left: 5px
    }
}

.jssocials-wrap .jssocials-share a i {
    color: #E5DED4;
    display: inline-block;
    font: normal normal normal 21px/1 FontAwesome;
    padding-top: 3px;
    text-decoration: none
}

.jssocials-wrap .jssocials-share a:hover {
    background-color: #E5DED4 !important;
    border: 2px solid #00789f
}

    .jssocials-wrap .jssocials-share a:hover i {
        color: #00789f
    }

.jssocials-wrap .other-social {
    float: right
}

.back-button {
    color: #00789f;
    text-decoration: none;
    background: rgba(255, 255, 255, .7);
    padding: 4px 6px;
    font-size: 22px
}

    .back-button i {
        margin-right: 5px
    }

    .back-button:hover {
        text-decoration: none;
        color: #00789f
    }

        .back-button:hover i {
            text-decoration: none
        }

.links {
    padding-left: 10px;
    padding-right: 10px
}

    .links a {
        color: #00546B;
        font-size: 22px;
        line-height: 24px;
        margin-right: 40px;
        margin-bottom: 20px;
        margin-top: 20px;
        text-decoration: none;
        display: inline-block;
        font-weight: 600
    }

.japan.links a {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.links a:hover {
    color: #A3C754
}

a.toggle-content {
    color: #00546B;
    font-size: 22px;
    text-decoration: none;
    display: block;
    margin: 15px 0
}

    a.toggle-content:hover,
    a.toggle-content:focus {
        text-decoration: none;
        color: #00546B
    }

    a.toggle-content i.expand {
        color: #00546B;
        display: inline-block;
        font: normal normal normal 18px/1 FontAwesome;
        text-decoration: none;
        margin-right: 5px
    }

        a.toggle-content i.expand:before {
            content: ""
        }

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    float: right;
    margin: 21px 10px 10px 0
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 30px;
        height: 4px;
        background-color: #006B4D;
        position: absolute;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-duration: .15s;
        transition-timing-function: ease
    }

        .hamburger-inner::before,
        .hamburger-inner::after {
            content: "";
            display: block
        }

        .hamburger-inner::before {
            top: -10px
        }

        .hamburger-inner::after {
            bottom: -10px
        }

.hamburger--slider .hamburger-inner {
    top: 2px
}

    .hamburger--slider .hamburger-inner::before {
        top: 10px;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        transition-timing-function: ease;
        transition-duration: .2s
    }

    .hamburger--slider .hamburger-inner::after {
        top: 20px
    }

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

    .hamburger--slider.is-active .hamburger-inner::before {
        -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        opacity: 0
    }

    .hamburger--slider.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
        transform: translate3d(0, -20px, 0) rotate(-90deg)
    }

.button-text-left {
    display: block;
    margin: 20px 20px 40px 0;
    width: 100%
}

@media(max-width:991px) {
    .button-text-left {
        margin: 20px 0 20px 0
    }
}

.button-text-right {
    display: block;
    text-align: right;
    margin: 20px 0 40px 20px;
    width: 100%
}

.btn-download {
    background-color: #E5DED4;
    color: #00546B;
    font-size: 15px;
    letter-spacing: -.15px
}

.japan .btn-download {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.btn-download:hover,
.btn-download:active,
.btn-download:focus,
.btn-download:visited {
    background-color: #E5DED4;
    color: #007AA4;
    outline: none
}

.btn-download .download-icon {
    background: url('/Assets/images/download.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 27px;
    height: 22px;
    background-size: cover;
    margin: 0 11px 0 0;
    position: relative;
    top: 1px;
    vertical-align: bottom
}

.btn-download.btn-orange {
    color: #FFCC4E
}

    .btn-download.btn-orange:hover {
        color: #FAAD1A
    }

    .btn-download.btn-orange .download-icon {
        background: url('/Assets/images/download-yellow.png')
    }

.bullet-white {
    width: 22px;
    height: 22px;
    background-color: #E5DED4;
    border-radius: 21px;
    display: inline-block;
    position: absolute;
    left: 12.5px;
    bottom: 17px;
    z-index: 21
}

.show-more {
    text-align: center;
    color: #00546B !important;
    clear: both;
    padding: 20px 0 40px 0;
    font-size: 22px !important;
    font-weight: 600 !important;
    display: inherit
}

    .show-more:hover {
        color: #A3C754
    }

.footer {
    margin-top: -1px
}

.footer-top {
    display: block;
    background-color: #994263;
    padding-top: 10px
}

    .footer-top .logo-footer {
        padding: 0 40px 0 0px;
        margin-left: -10px;
        margin-bottom: 23px;
        max-width: 125px;
    }

@media(max-width:991px) {
    .footer-top .logo-footer {
        display: inline-block;
        padding: 0;
        width: 100%;
        max-width: 68px;
        height: auto;
        margin: 20px 0 0
    }
}

.footerwrap {
    display: inline-flex;
}

    .footerwrap .footerlogo {
        margin-top: 12px;
    }

.footer-top .footer-title {
    color: #E5DED4;
}

.footer-title.footer-subhead {
    margin-top: 10px;
}

@media (max-width:991px) {

    .footerwrap {
        display: flex;
        justify-content: space-between;
    }
}

@media(max-width:991px) {
    .footer-top .footer-title span {
        font-size: 12px;
        margin-left: 2px
    }
}

@media(max-width:991px) {
    .footer-top .footer-title {
        display: block;
        float: right;
        font-size: 24px;
        line-height: 30px;
        margin: 30px 0 0;
        max-width: 240px;
        width: 100%
    }
}

.footer-top .footer-border {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 33px;
    border-color: rgba(255, 255, 255, .5)
}

    .footer-top .footer-border.first-border {
        margin-top: 10px
    }

@media(max-width:991px) {
    .footer-top .footer-border.first-border {
        margin-top: 20px
    }
}

@media(max-width:991px) {
    .footer-top .footer-border {
        margin: 20px 0
    }
}

.footer-top .footer-border-second {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 27px;
    border-color: rgba(255, 255, 255, .5)
}

@media(max-width:991px) {
    .footer-top .footer-border-second {
        margin: 17px 0 16px
    }
}

.footer-top .input-group {
    margin-bottom: 3px;
    position: relative;
    display: block
}

@media(max-width:767px) {
    .footer-top .input-group {
        display: block
    }
}

.footer-top .input-group .form-control {
    background-color: #FFFFFF;
    border: 2px solid #E5DED4;
    color: #333333;
    letter-spacing: -.18px;
    height: 50px;
    margin-bottom: 10px;
    font-size: 17px;
    width: 100%;
    padding-right: 165px
}

@media(max-width:991px) {
    .footer-top .input-group .form-control {
        border: none;
        width: 100%;
        height: 45px;
        text-align: left
    }
}

.footer-top .input-group .btn-blue {
    font-size: 20px;
    padding: 11px 39px;
    letter-spacing: 1.6px;
    width: auto;
    white-space: nowrap;
    font-weight: 600;
    border-radius: 10px;
}

@media(max-width:991px) {
    .footer-top .input-group .btn-blue {
        font-size: 20px;
        line-height: 20px;
        z-index: 999;
    }
}

.footer-top .input-group .input-group-btn {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99
}

.footer-top .input-group .extra-fields .form-control {
    width: 100%;
    padding-right: 0
}

@media(max-width:767.5px) {
    .footer-top .footer-icons {
        float: none !important;
        margin-top: 20px;
        text-align: right
    }
}

@media(max-width:767px) {
    .footer-top .footer-icons {
        text-align: left
    }
}

@media(max-width:991px) {
    .footer-top .footer-icons a:nth-child(3):after {
        content: "";
        display: block;
        white-space: pre
    }
}

.footer-top .footer-icons span {
    align-items: center;
    display: inline-flex;
    background: #E5DED4;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    margin-left: 15px;
    margin-top: 3px;
    justify-content: center;
}

@media(min-width:980px)and (max-width:1197px) {
    .footer-top .footer-icons span {
        margin-left: 10px
    }
}

@media(max-width:991px) {
    .footer-top .footer-icons span {
        margin-left: 12px;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        margin-bottom: 10px
    }
}

.footer-top .footer-icons i, .footer-top .footer-icons svg {
    text-decoration: none;
    display: inline-block;
    font-size: 26px;
    line-height: 1;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-family: FontAwesome
}

.footer-top .footer-icons svg.twitter-icon {
    display: inline-block;
    color: #007AA4;
    padding-top: 10px
}

.footer-top .footer-icons i.twitter-icon:before {
    content: ""
}

.footer-top .footer-icons i.facebook-icon {
    display: inline-block;
    color: #007AA4;
    padding-top: 10px
}

    .footer-top .footer-icons i.facebook-icon:before {
        content: ""
    }

.footer-top .footer-icons i.linkedin-icon {
    display: inline-block;
    padding-top: 10px;
    color: #007AA4
}

    .footer-top .footer-icons i.linkedin-icon:before {
        content: ""
    }

.footer-top .footer-icons i.instagram-icon {
    display: inline-block;
    padding-top: 10px;
    color: #007AA4
}

    .footer-top .footer-icons i.instagram-icon:before {
        content: ""
    }

.footer-top .footer-icons i.google-icon {
    display: inline-block;
    padding-top: 10px;
    color: #007AA4;
}

.footer-top .footer-icons i.google-icon:before {
    content: "";
}

.footer-top .footer-icons i.youtube-icon {
    display: inline-block;
    padding-top: 10px;
    color: #007AA4;
}

.footer-top .footer-icons i.youtube-icon:before {
    content: "";
}

.footer-top .footer-icons i.medium-icon {
    display: inline-block;
    padding-top: 10px;
    color: #007AA4;
}

.footer-top .footer-icons i.medium-icon:before {
    content: "";
}

.footer-top .footer-icons span:hover {
    background-color: #FFFFFF;
}

.footer-top .footer-icons span:hover .twitter-icon {
    color: #E5DED4;
}

.footer-top .footer-icons span:hover .facebook-icon {
    color: #E5DED4;
}

.footer-top .footer-icons span:hover .linkedin-icon {
    color: #E5DED4;
}

.footer-top .footer-icons span:hover .instagram-icon {
    color: #E5DED4;
}

.footer-top .footer-icons span:hover .google-icon {
    color: #E5DED4;
}

.footer-top .footer-icons span:hover .youtube-icon {
    color: #E5DED4;
}

.footer-top .footer-icons span:hover .medium-icon {
    color: #E5DED4;
}

.footer-top .footer-map {
    list-style-type: none;
    padding: 0;
    margin-bottom: 15px;
}

.footer-top .footer-map li {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: -.14px;
    line-height: 27px;
}

.japan .footer-top .footer-map li {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.footer-top .footer-map li a {
    color: #E5DED4;
    text-decoration: none;
}

.footer-top .footer-map li a:hover,
.footer-top .footer-map li a:active,
.footer-top .footer-map li a:focus {
    color: #E5DED4;
    text-decoration: underline;
    text-decoration-color: #E5DED4;
}

.footer-top .footer-map li:nth-child(1) {
    color: #E5DED4;
    margin-bottom: 15px;
    font-size: 20px;
}

.footer-top .awards-title {
    font-size: 20px;
    font-weight: 600;
    color: #E5DED4;
    margin-bottom: 15px;
}

@media(max-width:991px) {
    .footer-top .awards-title {
        border-top: 1px solid rgba(255, 255, 255, .5);
        margin-top: 10px;
        margin-bottom: 20px;
        padding-top: 18px;
        text-align: center;
    }
}

.footer-top .awards-description {
    font-size: 15px;
    color: #E5DED4;
    max-width: 125px;
    margin-top: 10px;
}

@media(max-width:991px) {
    .footer-top .awards-description {
        font-size: 12px !important;
        margin: 10px auto;
    }
}

@media(max-width:991px) {
    .footer-top .footer-awwards {
        text-align: center;
    }

    .footer-top .footer-awwards img {
        max-width: 46px;
        height: auto;
        width: 100%;
    }
}

.footer-bottom {
    display: block;
    background-color: #333333;
}

@media(max-width:991px) {
    .footer-bottom {
        height: auto;
    }
}

.footer-bottom .bottom-list {
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
}

.footer-bottom .bottom-list .dropdown {
    display: inline-block;
    margin-right: 13px
}

@media(max-width:991px) {
    .footer-bottom .bottom-list .dropdown {
        display: block;
        margin: 0 auto 20px;
        max-width: 175px;
    }
}

.footer-bottom .bottom-list .dropdown a {
    color: #c6c6c6;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    display: block;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 3px 50px;
}

@media(min-width:980px)and (max-width:1200px) {
    .footer-bottom .bottom-list .dropdown a {
        padding: 3px 40px;
    }
}

@media(max-width:991px) {
    .footer-bottom .bottom-list .dropdown a {
        line-height: 20px;
    }
}

.footer-bottom .bottom-list .dropdown a.dropdown-toggle {
    background: url(/Assets/images/globe.png);
    background-repeat: no-repeat;
    background-position: 5px 8px;
}

@media(max-width:991px) {
    .footer-bottom .bottom-list .dropdown a.dropdown-toggle {
        background-position: 5px 3px;
    }
}

.footer-bottom .bottom-list .dropdown a i {
    color: #007AA4;
    text-decoration: none;
    padding-left: 20px;
    font-size: 20px;
    vertical-align: middle;
    position: absolute;
    top: 7px;
    right: 11px;
}

@media(max-width:991px) {
    .footer-bottom .bottom-list .dropdown a i {
        top: 3px
    }
}

.footer-bottom .bottom-list .dropdown a .globe {
    background: url(/Assets/images/globe.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    display: inline-block;
    left: 6px;
    top: 3px;
}

.footer-bottom .bottom-list .dropdown-menu {
    bottom: 100%;
    margin-bottom: -2px;
    margin-left: -1px;
    margin-top: 0;
    padding: 0;
    top: auto;
    width: 101%;
}

.footer-bottom .bottom-list .dropdown-menu li {
    width: 100%;
}

.footer-bottom .bottom-list .dropdown-menu li a {
    display: block;
    text-align: center;
    color: #c6c6c6;
    background: #515c62;
    padding: 2px 5px;
    border-bottom: 0;
    margin-bottom: 0;
}

.footer-bottom .bottom-list .dropdown-menu li a:hover,
.footer-bottom .bottom-list .dropdown-menu li a:active,
.footer-bottom .bottom-list .dropdown-menu li a:focus {
    color: #E5DED4;
}

.footer-bottom .bottom-list .dropdown-menu li.active a {
    color: #E5DED4;
}

.footer-bottom .bottom-list .dropdown-menu li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.footer-bottom .bottom-list .dropdown-menu a {
    padding: 0;
}

.footer-bottom .bottom-list li {
    display: inline-block;
}

.footer-bottom .bottom-list li a {
    color: #FFCC4E;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin-right: 15px;
    letter-spacing: normal;
    line-height: 1.1;
}

.footer-bottom .bottom-list li:last-child a {
    margin-right: 0px;
}

@media(min-width:980px)and (max-width:1200px) {
    .footer-bottom .bottom-list li a {
        padding: 0 0;
        font-size: 14px;
    }
}

.footer-bottom .bottom-list li a:hover,
.footer-bottom .bottom-list li a:active,
.footer-bottom .bottom-list li a:focus {
    color: #FAAD1A;
}

@media(max-width:991px) {
    .footer-bottom .bottom-list li a {
        color: #FFCC4E;
        font-size: 12px;
        line-height: 12px;
        padding-left: 0;
        margin-bottom: 10px;
    }
}

.footer-bottom .rights {
    color: #cccccc;
    font-size: 15px !important;
    margin-top: 15px;
    margin-bottom: 15px;
    letter-spacing: -.14px;
}

@media (max-width:991px) {
    .footer-bottom .rights {
        color: #cfcfcf;
        font-size: 12px !important;
        line-height: 12px;
        margin-bottom: 15px;
    }

    .footer-bottom .rights span {
        display: none;
    }
}

.footer-bottom .register {
    font-size: 13px !important;
    line-height: 18px;
    letter-spacing: -.11px;
    color: #cccccc;
    margin-bottom: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media(max-width:991px) {
    .footer-bottom .register {
        font-size: 12px !important;
        margin-top: 0;
        margin-bottom: 16px
    }
}

.wrapper-featured-option-1 {
    background: url(/Assets/images/donation.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 735px
}

@media(max-width:767px) {
    .wrapper-featured-option-1 {
        min-height: 650px
    }
}

.wrapper-featured-option-1 .featured-option-1 {
    position: relative;
    padding-top: 172px
}

@media(max-width:767px) {
    .wrapper-featured-option-1 .featured-option-1 {
        padding-top: 75px
    }
}

.wrapper-featured-option-1 .featured-option-1 .circle-svg {
    position: absolute;
    top: 159px;
    left: 0;
    z-index: 1
}

.wrapper-featured-option-1 .featured-option-1 h2 {
    font-size: 34px;
    max-width: 505px;
    margin: 0 0 13px 0;
    line-height: 38px
}

@media(max-width:767px) {
    .wrapper-featured-option-1 .featured-option-1 h2 {
        margin: 0 auto 15px;
        text-align: center
    }
}

.wrapper-featured-option-1 .featured-option-1 p {
    font-size: 22px;
    line-height: 25px;
    max-width: 413px;
    margin: 0
}

@media(max-width:767px) {
    .wrapper-featured-option-1 .featured-option-1 p {
        max-width: 100%;
        text-align: center
    }
}

.wrapper-featured-option-1 .featured-option-1.donation-text-black h2,
.wrapper-featured-option-1 .featured-option-1.donation-text-black p {
    color: #333333
}

.wrapper-featured-option-1 .featured-option-1.donation-text-black .donation-form .centered-hr {
    border-bottom: 1px solid #333333
}

.wrapper-featured-option-1 .featured-option-1.donation-text-white h2,
.wrapper-featured-option-1 .featured-option-1.donation-text-white p {
    color: #E5DED4
}

.wrapper-featured-option-1 .featured-option-1.donation-text-white .donation-form .centered-hr {
    border-bottom: 1px solid #E5DED4
}

.wrapper-featured-option-1 .featured-option-1 .donation-form {
    min-width: 70%;
    max-width: 90%
}

@-moz-document url-prefix() {
    .wrapper-featured-option-1 .featured-option-1 .donation-form .bootstrap-select .btn-default {
        margin-top: -50px !important;
    }
}

@media(max-width:767px) {
    .wrapper-featured-option-1 .featured-option-1 .donation-form {
        max-width: 100%;
        margin-top: 50px
    }
}

.wrapper-featured-option-1 .featured-option-1 .donation-form .donation-form-currency {
    font-size: 32px
}

@media(max-width:767px) {
    .wrapper-featured-option-1 .featured-option-1 .donation-form .donation-form-currency {
        font-size: 22px
    }
}

.wrapper-featured-option-1 .featured-option-1 .donation-form .centered-hr {
    border-bottom: 1px solid #E5DED4;
    border-top: 1px solid transparent;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    margin-bottom: 60px
}

.wrapper-featured-option-1 .featured-option-1 .donation-form .donation-form-amount-group {
    max-width: 90%
}

@media(max-width:767px) {
    .wrapper-featured-option-1 .featured-option-1 .donation-form .donation-form-amount-group {
        max-width: 80%;
        margin: auto
    }
}

@media(min-width:768px) {
    .wrapper-featured-option-1 .featured-option-1 .donation-form .donation-form-amount-group {
        max-width: 80%
    }
}

@media(min-width:992px) {
    .wrapper-featured-option-1 .featured-option-1 .donation-form .donation-form-amount-group {
        max-width: 70%
    }
}

@media(min-width:1200px) {
    .wrapper-featured-option-1 .featured-option-1 .donation-form .donation-form-amount-group {
        max-width: 50%
    }
}

@media(max-width:540px) {
    .wrapper-featured-option-1 .featured-option-1 .donation-form .donation-form-amount-group {
        max-width: 100%
    }
}

.wrapper-featured-option-1 .featured-option-1 .donation-form .donation-form-amount {
    width: 55%;
    border-bottom: 1px solid transparent;
    font-size: 52px;
    color: #333333;
    padding: 0 5px;
    margin-bottom: 0
}

@media(max-width:767px) {
    .wrapper-featured-option-1 .featured-option-1 .donation-form .donation-form-amount {
        width: 45%;
        font-size: 40px
    }
}

@media(max-width:767px) {
    .wrapper-featured-option-1 .featured-option-1 .donation-form .donation-form-buttons {
        text-align: center
    }

        .wrapper-featured-option-1 .featured-option-1 .donation-form .donation-form-buttons .or {
            display: block;
            padding: 15px 0;
            margin: auto
        }

        .wrapper-featured-option-1 .featured-option-1 .donation-form .donation-form-buttons .btn,
        .wrapper-featured-option-1 .featured-option-1 .donation-form .donation-form-buttons .or {
            width: 80%
        }
}

.wrapper-featured-option-1 .featured-option-1 .donation-form .open > .dropdown-toggle.btn-default {
    border: 1px solid #E5DED4;
    background-color: rgba(0, 0, 0, .55)
}

    .wrapper-featured-option-1 .featured-option-1 .donation-form .open > .dropdown-toggle.btn-default:hover {
        background: transparent;
        background-color: rgba(255, 255, 255, .55);
        color: #333333
    }

.wrapper-featured-option-1 .featured-option-1 .donation-form .btn-default {
    border-bottom-color: transparent;
    border: 1px solid transparent;
    margin-left: -5px
}

.wrapper-featured-option-1 .featured-option-1 .donation-form .bootstrap-select {
    width: 100px;
    float: right;
    top: 20px
}

    .wrapper-featured-option-1 .featured-option-1 .donation-form .bootstrap-select .dropdown-menu {
        margin: -1px -5px 0
    }

.donation-form {
    margin-top: 85px;
    max-width: 50%
}

.footer .donation-form {
    margin-top: 0px;
    /*max-width: 50%*/
}

.donation-form .donation-form-amount {
    display: inline-block;
    background: transparent;
    border-left: 0;
    border-top: 0;
    border-bottom: 1px solid #E5DED4;
    border-right: 0;
    padding: 0 5px 0 10px;
    font-size: 52px;
    color: #E5DED4;
    line-height: 52px;
    outline: none;
    margin-bottom: 29px;
    font-weight: 600
}

.donation-form .or {
    font-size: 20px;
    letter-spacing: 1.6px;
    color: #E5DED4;
    padding: 0 14px;
    vertical-align: middle;
}


.japan .donation-form .or {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.donation-form .btn-group.open .dropdown-toggle {
    box-shadow: none !important
}

@-moz-document url-prefix() {
    .donation-form .bootstrap-select {
        margin-top: 33px !important;
    }
}

.donation-form .bootstrap-select {
    width: 17%;
    outline: none !important
}

@-moz-document url-prefix() {
    .donation-form .bootstrap-select .btn-default {
        margin-top: -33px !important;
    }
}

.donation-form .bootstrap-select .dropdown-menu {
    border-radius: 0;
    padding: 0;
    border-right: 1px solid #E5DED4;
    border-left: 1px solid #E5DED4;
    margin: -1px 0 0;
    background-color: transparent;
    z-index: 2000
}

    .donation-form .bootstrap-select .dropdown-menu ul.dropdown-menu li {
        border-bottom: 1px solid #E5DED4;
        background-color: rgba(0, 0, 0, .55)
    }

        .donation-form .bootstrap-select .dropdown-menu ul.dropdown-menu li a {
            font-size: 18px;
            padding: 10px 0;
            color: #E5DED4;
            background-color: transparent;
            text-align: center
        }

        .donation-form .bootstrap-select .dropdown-menu ul.dropdown-menu li:hover {
            background-color: rgba(0, 0, 0, .55)
        }

.donation-form .bootstrap-select .btn-default {
    background-color: transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #E5DED4;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    font-size: 22px;
    outline: none !important;
    color: #E5DED4;
    border-radius: 0;
    margin-top: -8px;
    padding: 7px 20px
}

    .donation-form .bootstrap-select .btn-default:active {
        box-shadow: none !important
    }

.donation-form .bootstrap-select .caret {
    font: normal normal normal 25px/1 FontAwesome;
    vertical-align: middle;
    border-top: 0 dashed;
    border-top: 0 solid \9;
    border-right: 0 solid transparent !important;
    border-left: 0 solid transparent !important;
    position: absolute;
    top: 50%;
    right: 22px !important;
    margin-top: -13px !important;
    padding-left: 0;
    color: #007AA4
}

    .donation-form .bootstrap-select .caret:before {
        content: ""
    }

.donation-form .bootstrap-select option {
    border: 0;
    background-color: rgba(241, 241, 241, .9);
    box-shadow: none;
    border-radius: 0;
    color: #006B4D;
    outline: none;
    padding: 10px
}

    .donation-form .bootstrap-select option:hover {
        background-color: #007AA4
    }

.donation-form .btn-yellow {
    text-transform: uppercase;
    padding: 13px 37px;
    position: relative;
    z-index: 2;
    letter-spacing: 1.6px;
    font-weight: 500
}

.donation-text-black .donation-form .donation-form-currency {
    color: #333333
}

.donation-text-black .donation-form .bootstrap-select .btn-default {
    color: #333333
}

.donation-text-black .donation-form-amount {
    color: #333333;
    border-color: #333333
}

.donation-text-white .donation-form .donation-form-currency {
    color: #E5DED4
}

.donation-text-white .donation-form .bootstrap-select .btn-default {
    color: #E5DED4
}

.donation-text-white .donation-form-amount {
    color: #E5DED4;
    border-color: #E5DED4
}

.featured-option-2 .panel-left {
    height: 741px;
    margin-right: .5px;
    position: relative;
    padding-top: 90px
}

@media(max-width:991px) {
    .featured-option-2 .panel-left {
        height: 500px;
        padding-top: 60px
    }
}

.featured-option-2 .panel-left h2 {
    font-size: 36px;
    text-align: center;
    line-height: 40px;
    color: #333333;
    margin-bottom: 37px
}

.featured-option-2 .panel-left p {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px
}

.featured-option-2 .panel-left .donation-form {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    position: relative
}

    .featured-option-2 .panel-left .donation-form .donation-form-currency {
        font-size: 32px
    }

@media(max-width:767px) {
    .featured-option-2 .panel-left .donation-form .donation-form-currency {
        font-size: 22px
    }
}

.featured-option-2 .panel-left .donation-form .donation-form-amount {
    width: 55%;
    border-bottom: 1px solid transparent;
    font-size: 52px;
    color: #333333;
    padding: 0 5px;
    margin-bottom: 61px
}

@media(max-width:767px) {
    .featured-option-2 .panel-left .donation-form .donation-form-amount {
        width: 45%;
        font-size: 40px
    }
}

.featured-option-2 .panel-left .donation-form .caret {
    right: 22px;
    margin-top: -12px;
    color: #333333
}

.featured-option-2 .panel-left .donation-form .bootstrap-select {
    width: 100px;
    float: right;
    top: 20px
}

    .featured-option-2 .panel-left .donation-form .bootstrap-select .dropdown-menu {
        border-radius: 0;
        padding: 0;
        border-right: 1px solid #333333;
        border-left: 1px solid #333333;
        margin: -2px -1px 0;
        background-color: transparent;
        z-index: 2000
    }

        .featured-option-2 .panel-left .donation-form .bootstrap-select .dropdown-menu ul.dropdown-menu li {
            border-bottom: 1px solid #333333;
            background-color: rgba(255, 255, 255, .55)
        }

            .featured-option-2 .panel-left .donation-form .bootstrap-select .dropdown-menu ul.dropdown-menu li a {
                font-size: 18px;
                padding: 10px 30px;
                color: #333333;
                background-color: rgba(255, 255, 255, .55)
            }

            .featured-option-2 .panel-left .donation-form .bootstrap-select .dropdown-menu ul.dropdown-menu li:hover {
                background-color: rgba(255, 255, 255, .55)
            }

.featured-option-2 .panel-left .donation-form .btn-default {
    color: #333333;
    border-bottom: 1px solid transparent;
    margin-left: -1px
}

    .featured-option-2 .panel-left .donation-form .btn-default:focus {
        background: transparent;
        border-color: transparent;
        border-bottom-color: transparent;
        color: #333333
    }

    .featured-option-2 .panel-left .donation-form .btn-default:active {
        box-shadow: none !important
    }

.featured-option-2 .panel-left .donation-form .open > .dropdown-toggle.btn-default {
    border: 1px solid #333333;
    border-bottom: 0;
    background-color: transparent
}

    .featured-option-2 .panel-left .donation-form .open > .dropdown-toggle.btn-default:hover {
        background: transparent;
        background-color: rgba(255, 255, 255, .55);
        color: #333333
    }

.featured-option-2 .panel-left .left-hr {
    border-bottom: 1px solid #333333;
    border-top: 1px solid transparent;
    width: 95%;
    position: absolute;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    margin: 0;
    top: 59px
}

.featured-option-2 .panel-left .btn-yellow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2)
}

.featured-option-2 .panel-left.donation-text-black h2,
.featured-option-2 .panel-left.donation-text-black p {
    color: #333333
}

.featured-option-2 .panel-left.donation-text-black .donation-form-amount {
    color: #333333
}

.featured-option-2 .panel-left.donation-text-black .donation-form .bootstrap-select .btn-default {
    color: #333333
}

.featured-option-2 .panel-left.donation-text-black .left-hr {
    border-bottom-color: #333333
}

.featured-option-2 .panel-left.donation-text-black .caret {
    color: #333333
}

.featured-option-2 .panel-left.donation-text-white h2,
.featured-option-2 .panel-left.donation-text-white p {
    color: #E5DED4
}

.featured-option-2 .panel-left.donation-text-white .donation-form-amount {
    color: #E5DED4
}

.featured-option-2 .panel-left.donation-text-white .donation-form .bootstrap-select .btn-default {
    color: #E5DED4
}

.featured-option-2 .panel-left.donation-text-white .left-hr {
    border-bottom-color: #E5DED4
}

.featured-option-2 .panel-left.donation-text-white .caret {
    color: #E5DED4
}

.featured-option-2 .panel-right {
    margin-right: .5px;
    position: relative;
    padding-top: 90px;
    height: 741px;
    margin-left: .5px
}

@media(max-width:991px) {
    .featured-option-2 .panel-right {
        height: 500px;
        padding-top: 60px
    }
}

.featured-option-2 .panel-right h2 {
    font-size: 36px;
    text-align: center;
    line-height: 40px;
    color: #333333;
    margin-bottom: 37px
}

.featured-option-2 .panel-right p {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px
}

.featured-option-2 .panel-right .donation-form {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    position: relative
}

    .featured-option-2 .panel-right .donation-form .donation-form-currency {
        font-size: 32px
    }

@media(max-width:767px) {
    .featured-option-2 .panel-right .donation-form .donation-form-currency {
        font-size: 22px
    }
}

.featured-option-2 .panel-right .donation-form .donation-form-amount {
    width: 55%;
    border-bottom: 1px solid transparent;
    font-size: 52px;
    color: #333333;
    padding: 0 5px;
    margin-bottom: 61px
}

@media(max-width:767px) {
    .featured-option-2 .panel-right .donation-form .donation-form-amount {
        width: 45%;
        font-size: 40px
    }
}

.featured-option-2 .panel-right .donation-form .caret {
    right: 22px;
    margin-top: -12px;
    color: #333333
}

.featured-option-2 .panel-right .donation-form .bootstrap-select {
    width: 100px;
    float: right;
    top: 20px
}

    .featured-option-2 .panel-right .donation-form .bootstrap-select .dropdown-menu {
        border-radius: 0;
        padding: 0;
        border-right: 1px solid #333333;
        border-left: 1px solid #333333;
        margin: -2px -1px 0;
        background-color: transparent;
        z-index: 2000
    }

        .featured-option-2 .panel-right .donation-form .bootstrap-select .dropdown-menu ul.dropdown-menu li {
            border-bottom: 1px solid #333333;
            background-color: rgba(255, 255, 255, .55)
        }

            .featured-option-2 .panel-right .donation-form .bootstrap-select .dropdown-menu ul.dropdown-menu li a {
                font-size: 18px;
                padding: 10px 30px;
                color: #333333;
                background-color: rgba(255, 255, 255, .55)
            }

            .featured-option-2 .panel-right .donation-form .bootstrap-select .dropdown-menu ul.dropdown-menu li:hover {
                background-color: rgba(255, 255, 255, .55)
            }

.featured-option-2 .panel-right .donation-form .btn-default {
    color: #333333;
    border-bottom: 1px solid transparent;
    margin-left: -1px
}

    .featured-option-2 .panel-right .donation-form .btn-default:focus {
        background: transparent;
        border-color: transparent;
        border-bottom-color: transparent;
        color: #333333
    }

    .featured-option-2 .panel-right .donation-form .btn-default:active {
        box-shadow: none !important
    }

.featured-option-2 .panel-right .donation-form .open > .dropdown-toggle.btn-default {
    border: 1px solid #333333;
    border-bottom: 0;
    background-color: transparent
}

    .featured-option-2 .panel-right .donation-form .open > .dropdown-toggle.btn-default:hover {
        background: transparent;
        background-color: rgba(255, 255, 255, .55);
        color: #333333
    }

.featured-option-2 .panel-right .left-hr {
    border-bottom: 1px solid #333333;
    border-top: 1px solid transparent;
    width: 95%;
    position: absolute;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    margin: 0;
    top: 59px
}

.featured-option-2 .panel-right .btn-yellow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2)
}

.featured-option-2 .panel-right.donation-text-black h2,
.featured-option-2 .panel-right.donation-text-black p {
    color: #333333
}

.featured-option-2 .panel-right.donation-text-black .donation-form-amount {
    color: #333333
}

.featured-option-2 .panel-right.donation-text-black .donation-form .bootstrap-select .btn-default {
    color: #333333
}

.featured-option-2 .panel-right.donation-text-black .left-hr {
    border-bottom-color: #333333
}

.featured-option-2 .panel-right.donation-text-black .caret {
    color: #333333
}

.featured-option-2 .panel-right.donation-text-white h2,
.featured-option-2 .panel-right.donation-text-white p {
    color: #E5DED4
}

.featured-option-2 .panel-right.donation-text-white .donation-form-amount {
    color: #E5DED4
}

.featured-option-2 .panel-right.donation-text-white .donation-form .bootstrap-select .btn-default {
    color: #E5DED4
}

.featured-option-2 .panel-right.donation-text-white .left-hr {
    border-bottom-color: #E5DED4
}

.featured-option-2 .panel-right.donation-text-white .caret {
    color: #E5DED4
}

@media(max-width:991px) {
    .featured-option-2 .panel-right {
        height: 500px;
        padding-top: 60px
    }
}

.featured-option-2 .panel-right .bootstrap-select .dropdown-menu {
    border-right: 1px solid #E5DED4 !important;
    border-left: 1px solid #E5DED4 !important
}

.featured-option-2 .panel-right .bootstrap-select ul.dropdown-menu li {
    border-bottom: 1px solid #E5DED4 !important;
    background-color: rgba(0, 0, 0, .55)
}

    .featured-option-2 .panel-right .bootstrap-select ul.dropdown-menu li a {
        color: #E5DED4 !important;
        background-color: rgba(0, 0, 0, .55) !important
    }

.featured-option-2 .panel-right h2 {
    color: #E5DED4
}

.featured-option-2 .panel-right p {
    color: #E5DED4
}

.featured-option-2 .panel-right .donation-form .donation-form-amount {
    color: #E5DED4
}

.featured-option-2 .panel-right .donation-form .caret {
    color: #E5DED4
}

.featured-option-2 .panel-right .donation-form .btn-default {
    color: #E5DED4
}

    .featured-option-2 .panel-right .donation-form .btn-default:focus {
        color: #E5DED4;
        border-bottom-color: transparent
    }

.featured-option-2 .panel-right .donation-form .open > .dropdown-toggle.btn-default {
    border: 1px solid #E5DED4;
    border-bottom: 0
}

    .featured-option-2 .panel-right .donation-form .open > .dropdown-toggle.btn-default:hover {
        background: transparent;
        background-color: rgba(255, 255, 255, .55);
        color: #E5DED4
    }

.featured-option-2 .panel-right .right-hr {
    border-bottom: 1px solid #E5DED4;
    border-top: 1px solid transparent;
    width: 95%;
    position: absolute;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    margin: 0;
    top: 59px
}

.featured-option-2 .panel-right.donation-text-black .donation-form-amount {
    color: #333333
}

.featured-option-2 .panel-right.donation-text-black .right-hr {
    border-bottom-color: #333333
}

.featured-option-2 .panel-right.donation-text-black .caret {
    color: #333333
}

.featured-option-2 .panel-right.donation-text-white .donation-form-amount {
    color: #E5DED4
}

.featured-option-2 .panel-right.donation-text-white .right-hr {
    border-bottom-color: #E5DED4
}

.featured-option-2 .panel-right.donation-text-white .caret {
    color: #E5DED4
}

.latest-slider {
    background-color: #E5DED4;
    padding-bottom: 40px;
    padding-top: 40px;
}

@media(max-width:991px) {
    .latest-slider {
        padding-bottom: 30px;
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.latest-slider .latest-cat-wrapper {
    display: block !important
}

.latest-slider h2 {
    color: #006B4D;
    margin-bottom: 40px;
    margin-top: 0;
}

@media(max-width:991px) {
    .latest-slider h2 {
        margin-bottom: 24px;
    }
}

.latest-slider .thumbnail .icon-bookmark {
    color: #fff;
    margin-right: 8px;
}

.latest-slider .slick-track {
    display: flex;
}

.latest-slider .slick-slide {
    height: auto;
}

.latest-slider .thumbnail {
    background-color: #006B4D;
    border-radius: 10px;
    border: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 10px 10px 14px 10px;
    position: relative;
    height: 100% !important;
    overflow: hidden;
    text-align: left;
    width: 100%;
}

.mt-auto {
    margin-top: auto;
}

@media(max-width:991px) {
    .latest-slider .thumbnail {
        padding: 36px 22px 18px
    }
}

.latest-slider .thumbnail .video-rtr {
    margin-bottom: 0
}

    .latest-slider .thumbnail .video-rtr .video-container {
        height: 185px;
        padding: 0
    }

@media(max-width:1199px) {
    .latest-slider .thumbnail .video-rtr .video-container {
        height: 125px
    }
}

@media(max-width:991px) {
    .latest-slider .thumbnail .video-rtr .video-container {
        height: 390px
    }
}

@media(max-width:767px) {
    .latest-slider .thumbnail .video-rtr .video-container {
        height: 185px
    }
}

@media(max-width:600px) {
    .latest-slider {
        padding-left: 0;
        padding-right: 0;
    }
}

.latest-slider .thumbnail .video-rtr .video-container .video-rtr-play-icon {
    width: 56px;
    height: 54px;
    background-size: cover;
    margin-left: -27px;
    margin-top: -28px;
    transform: scale(1)
}

.latest-slider .thumbnail .overlay {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 94px 94px 0;
    border-color: transparent rgba(18, 127, 152, .5) transparent transparent;
    z-index: 10
}

@media(max-width:991px) {
    .latest-slider .thumbnail .overlay {
        right: 22px;
        top: 36px;
        border-width: 0 74px 74px 0
    }
}

.latest-slider .thumbnail .overlay a {
    display: block;
    width: 94px;
    height: 94px;
    position: relative;
    color: #E5DED4
}

@media(max-width:991px) {
    .latest-slider .thumbnail .overlay a {
        width: 74px;
        height: 74px
    }
}

.latest-slider .thumbnail .overlay a:hover {
    text-decoration: none
}

    .latest-slider .thumbnail .overlay a:hover .fa {
        text-decoration: none;
        color: #A3C754
    }

.latest-slider .thumbnail .overlay a .fa {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 30px
}

@media(max-width:991px) {
    .latest-slider .thumbnail .overlay a .fa {
        font-size: 23px;
        line-height: 23px;
        right: 6px;
        top: 9px
    }
}

.latest-slider .thumbnail .caption {
    padding: 9px 9px 0 9px
}

.latest-slider .thumbnail img {
    width: 100%;
    height: auto
}

.latest-slider .thumbnail iframe {
    height: 185px
}

@media(max-width:1308px) {
    .latest-slider .thumbnail iframe {
        height: 160px
    }
}

@media(max-width:1200px) {
    .latest-slider .thumbnail iframe {
        height: 125px
    }
}

@media(max-width:991px) {
    .latest-slider .thumbnail iframe {
        height: 185px
    }
}

.latest-slider .thumbnail h4 {
    font-size: 19px;
    color: #E5DED4;
    letter-spacing: -.19px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    min-height: 72px
}

@media(max-width:991px) {
    .latest-slider .thumbnail h4 {
        max-height: none;
        min-height: 0
    }
}

.latest-slider .thumbnail hr {
    background: #E5DED4;
    height: 2px;
    margin-top: 8px;
    margin-bottom: 8px
}

.latest-slider .thumbnail p {
    font-size: 15px;
    color: #E5DED4;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: 400;
    display: inline-block
}
.latest-slider .thumbnail .caption p {
    color: #E5DED4;
}
    .latest-slider .thumbnail p.text-right {
        display: block;
        margin-bottom: 0
    }

    .latest-slider .thumbnail p .author a {
        font-size: 15px;
        color: #505050;
        line-height: 18px;
        margin-bottom: 10px;
        font-weight: 400;
        margin-right: 5px
    }

    .latest-slider .thumbnail p a {
        text-decoration: none;
        color: #E5DED4;
    }

.latest-slider .thumbnail .fa-bookmark {
    padding-right: 8px;
    vertical-align: bottom;
    line-height: 18px;
    color: #007AA4;
    font-size: 13px
}

.latest-slider .slider {
    width: 93% !important;
    margin-left: auto;
    margin-right: auto
}

@media(max-width:991px) {
    .latest-slider .slider {
        width: 100% !important
    }
}

.latest-slider .slider .padding-25 {
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
    outline: none
}

.latest-slider.get-involved-slider .thumbnail a.btn {
    padding: 11px 39px;
}

.latest-slider .slider .slick-prev:before, .latest-slider .slider .slick-next:before {
    color: inherit;
    font-family: 'rtr' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
}

.slick-slider .slick-prev:before {
    content: "\f104";
}

.slick-slider .slick-next:before {
    content: "\f105";
}

.latest-slider .slider .slick-next, .latest-slider .slider .slick-prev {
    color: #007AA4;
    padding: 8px;
}

    .latest-slider .slider .slick-next:hover, .latest-slider .slider .slick-prev:hover {
        background-color: #007AA4;
        color: #fff;
    }

.latest-slider .slider .slick-next {
    right: -36px;
}

.latest-slider .slider .slick-prev {
    left: -36px;
}

.latest-slider .slider .slick-next.slick-disabled {
    display: none !important;
}


.latest-slider .slider .slick-prev.slick-disabled {
    display: none !important;
}

.latest-slider.get-involved-slider {
    padding-bottom: 0;
}

.latest-slider.get-involved-slider .padding-25 {
    padding-left: 10px;
    padding-right: 10px;
}

.latest-slider.get-involved-slider .thumbnail {
    background-color: #333333;
    padding: 0;
    height: 100%;
    width: 100%;
}

.latest-slider.get-involved-slider .thumbnail img {
    margin-bottom: 25px;
}

.latest-slider.get-involved-slider .thumbnail p {
    padding: 0 18px;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
}

.latest-slider.get-involved-slider .thumbnail a.btn {
    max-width: 258px;
    margin: 0 auto 25px;
    display: block;
    text-transform: uppercase;
}

.latest-slider .events-see-all a {
    color: #00789f;
    font-size: 22px;
    line-height: 24px;
    margin: 43px 0 36px;
    display: inline-block;
}

.latest-slider.take-action-slider {
    background-image: url('/Assets/images/worldmap.png');
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
}

.latest-slider.take-action-slider .tka-slide {
    padding: 0 30px;
}

        .latest-slider.take-action-slider .tka-slide img {
            width: 100%;
            max-width: 140px;
            display: inline-block;
            border-radius: 100%;
            border: 4px solid #00789f;
            margin-top: 14px;
            margin-bottom: 12px;
        }

        .latest-slider.take-action-slider .tka-slide h1 {
            font-size: 25px;
            line-height: 27px;
            margin: 0 0 6px 0;
        }

        .latest-slider.take-action-slider .tka-slide h4.location {
            font-size: 15px;
            line-height: 16px;
            margin: 0 0 10px 0
        }

        .latest-slider.take-action-slider .tka-slide .desc {
            font-size: 16px;
            line-height: 20px;
            margin: 0 0 124px 0
        }

        .latest-slider.take-action-slider .tka-slide p.btn-cta {
            font-size: 16px;
            line-height: 24px;
            margin: 0
        }

        .latest-slider.take-action-slider .tka-slide a.btn {
            font-size: 20px;
            line-height: 22px;
            width: 100%;
            margin: 0 0 30px 0
        }

    .latest-slider.take-action-slider .slider-bottom {
        position: absolute;
        bottom: 0;
        left: 30px;
        right: 30px
    }

    .latest-slider.take-action-slider .slider .slick-prev {
        left: 2px;
        top: 80px
    }

    .latest-slider.take-action-slider .slider .slick-next {
        top: 80px;
        right: 2px
    }

.latest-slider.chapter-slider {
    padding-top: 0;
    padding-bottom: 0
}

.latest-slider.testimonial-slider {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0
}

.donation-panel-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 550px;
    position: relative
}

@media(max-width:991px) {
    .donation-panel-wrapper .container {
        clear: both
    }
}

@media(max-width:991px) {
    .donation-panel-wrapper .donation-container {
        margin-bottom: 30px
    }
}

@media(max-width:991px) {
    .donation-panel-wrapper {
        background-image: none !important
    }
}

.donation-panel-wrapper textarea,
.donation-panel-wrapper input[type="text"],
.donation-panel-wrapper input[type="number"],
.donation-panel-wrapper input[type="button"],
.donation-panel-wrapper input[type="submit"]:not(.btn) {
    -webkit-appearance: none;
    border-radius: 0
}

.donation-panel-wrapper .rtr-donation-image {
    background-size: cover;
    transition: min-height .5s ease-out
}

@media(max-width:991px) {
    .donation-panel-wrapper .rtr-donation-image {
        min-height: 480px
    }
}

@media(max-width:767px) {
    .donation-panel-wrapper .rtr-donation-image {
        min-height: 270px
    }
}

.donation-panel {
    padding-left: 45px;
    padding-top: 100px;
    position: relative
}

    .donation-panel.donation-text-right {
        float: right
    }

@media(max-width:991px) {
    .donation-panel {
        padding: 0
    }
}

.donation-panel .donation-amounts,
.donation-panel .donation-options {
    display: flex;
    flex-wrap: wrap
}

    .donation-panel .donation-options .donation-amount-field {
        flex-grow: 3
    }

@media(max-width:767px) {
    .donation-panel .donation-options .donation-amount-field {
        flex-grow: 1
    }
}

.donation-panel .donation-options .btn-default:active,
.donation-panel .donation-options .btn-default.active,
.donation-panel .donation-options .open > .dropdown-toggle.btn-default {
    background-color: rgba(34, 34, 34, .35)
}

.donation-panel .donation-options .btn-group.bootstrap-select {
    flex-grow: 1;
    min-width: 25%
}

@media(max-width:767px) {
    .donation-panel .donation-options .btn-group.bootstrap-select {
        min-width: 50%
    }
}

.donation-panel .donation-options .btn-group.bootstrap-select .btn-default {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    max-width: none
}

@-moz-document url-prefix() {
    .donation-panel .donation-options .btn-group.bootstrap-select .btn-default {
        padding-top: 15px;
    }
}

.donation-panel .donation-options .btn-group.bootstrap-select .open .dropdown-toggle .btn-default {
    background-color: rgba(34, 34, 34, .35)
}

.donation-panel .donation-options .btn-group.bootstrap-select div.dropdown-menu {
    border-radius: 0;
    padding: 0;
    background-color: rgba(34, 34, 34, .35);
    border-right: 2px solid #E5DED4;
    border-left: 2px solid #E5DED4;
    z-index: 2000
}

@media(max-width:991px) {
    .donation-panel .donation-options .btn-group.bootstrap-select div.dropdown-menu {
        background-color: rgba(34, 34, 34, .7)
    }
}

@media(min-width:992px) {
    .donation-panel .donation-options .btn-group.bootstrap-select div.dropdown-menu {
        margin: 0 -2px
    }
}

.donation-panel .donation-options .btn-group.bootstrap-select div.dropdown-menu ul.dropdown-menu li {
    border-bottom: 2px solid #E5DED4
}

    .donation-panel .donation-options .btn-group.bootstrap-select div.dropdown-menu ul.dropdown-menu li a {
        font-size: 18px;
        padding: 14px 34px;
        color: #E5DED4;
        background-color: transparent
    }

        .donation-panel .donation-options .btn-group.bootstrap-select div.dropdown-menu ul.dropdown-menu li a:hover {
            background-color: rgba(255, 255, 255, .55)
        }

.donation-panel h2 {
    font-size: 34px;
    max-width: 505px;
    margin: 0 0 10px 0;
    line-height: 38px
}

@media(max-width:991px) {
    .donation-panel h2 {
        color: #282828
    }
}

.donation-panel.donation-text-black h2 {
    color: #006B4D;
    font-weight: 800;
}

.donation-panel.donation-text-white h2 {
    color: #E5DED4
}

@media(max-width:991px) {
    .donation-panel.donation-text-white h2 {
        color: #333333
    }
}

.donation-panel .donation-amount-achievement {
    max-height: 80px;
    min-height: 80px;
    overflow: hidden
}

@media(max-width:991px) {
    .donation-panel .donation-amount-achievement {
        max-height: none;
        min-height: 20px
    }
}

.donation-panel p {
    max-width: 385px;
    min-height: 54px;
    margin: 0;
    font-weight: 600;
}

@media(max-width:991px) {
    .donation-panel p {
        max-width: inherit;
        max-height: 75px;
        min-height: 75px
    }
}

@media(max-width:991px) {
    .donation-panel p {
        color: #282828
    }
}

.donation-panel.donation-text-black p {
    color: #333333
}

.donation-panel.donation-text-white p {
    color: #E5DED4
}

@media(max-width:991px) {
    .donation-panel.donation-text-white p {
        color: #333333
    }
}

.donation-panel .circle-svg {
    position: absolute;
    top: 90px;
    left: 0
}

.donation-panel .line-svg {
    position: absolute;
    top: 131px;
    left: 15px;
    z-index: 0
}

.donation-panel .donation-form {
    margin-top: 45px;
    max-width: 430px
}

@media(max-width:991px) {
    .donation-panel .donation-form {
        max-width: inherit
    }
}

.donation-panel .donation-form input[type=number] {
    display: inline-block;
    background: transparent;
    border-left: 2px solid #E5DED4;
    border-top: 0;
    border-bottom: 2px solid #E5DED4;
    border-right: 2px solid #E5DED4;
    width: 312px;
    padding: 9px 5px 9px 10px;
    font-size: 20px;
    color: #E5DED4
}

@media(min-width:1199px)and (max-width:1309px) {
    .donation-panel .donation-form input[type=number] {
        width: 292px
    }
}

@media(max-width:991px) {
    .donation-panel .donation-form input[type=number] {
        border: 1px solid #cfcfcf;
        width: 50%;
        float: left;
        color: #333333
    }
}

.donation-panel .donation-form input[type=radio] {
    display: none;
    margin: 10px
}

    .donation-panel .donation-form input[type=radio] + label,
    .donation-panel .donation-form input[type=checkbox] + label {
        display: inline-block;
        margin: 0;
        width: 25%;
        padding: 11px 0;
        margin-bottom: 0;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-color: transparent;
        background-repeat: repeat-x;
        border: 2px solid #E5DED4;
        border-left: 0;
        border-bottom: 0;
        flex-grow: 1;
        font-weight: 400;
    }

@media(max-width:991px) {

    .donation-panel .donation-form input[type=radio] + label,
    .donation-panel .donation-form input[type=checkbox] + label {
        border: 1px solid #cfcfcf;
        border-left: 0;
        color: #333333;
        float: left;
        margin: 0 0 4px
    }
}

@media(max-width:767px) {

    .donation-panel .donation-form input[type=radio] + label,
    .donation-panel .donation-form input[type=checkbox] + label {
        width: 50%
    }
}

.donation-panel .donation-form input[type=radio] + label:nth-of-type(4n+1),
.donation-panel .donation-form input[type=checkbox] + label:nth-of-type(4n+1) {
    border-left: 2px solid #cfcfcf
}

@media(max-width:991px) {

    .donation-panel .donation-form input[type=radio] + label:nth-of-type(4n+1),
    .donation-panel .donation-form input[type=checkbox] + label:nth-of-type(4n+1) {
        border-left: 1px solid #cfcfcf
    }
}

@media(max-width:767px) {

    .donation-panel .donation-form input[type=radio] + label:nth-of-type(2n+1),
    .donation-panel .donation-form input[type=checkbox] + label:nth-of-type(2n+1) {
        border-left: 1px solid #cfcfcf
    }
}

.donation-panel .donation-form input[type=radio] + label:nth-last-of-type(-n+4),
.donation-panel .donation-form input[type=checkbox] + label:nth-last-of-type(-n+4) {
    border-bottom: 2px solid #cfcfcf;
    border-right: 2px solid #cfcfcf;
}

@media(max-width:991px) {

    .donation-panel .donation-form input[type=radio] + label:nth-last-of-type(-n+4),
    .donation-panel .donation-form input[type=checkbox] + label:nth-last-of-type(-n+4) {
        border-bottom: 1px solid #cfcfcf;
        border-right: 2px solid #cfcfcf;
    }
}

.donation-panel .donation-form input[type=radio]:checked + label,
.donation-panel .donation-form input[type=checkbox]:checked + label {
    background-image: none;
    outline: 0;
    background-color: rgba(255, 255, 255, .55)
}

@media(max-width:991px) {

    .donation-panel .donation-form input[type=radio]:checked + label,
    .donation-panel .donation-form input[type=checkbox]:checked + label {
        background-color: #eaeaea
    }
}

@media(min-width:992px) {

    .donation-panel .donation-form input[type=radio] + label:hover,
    .donation-panel .donation-form input[type=checkbox] + label:hover {
        background-image: none;
        outline: 0;
        background-color: rgba(255, 255, 255, .55)
    }
}

.donation-panel .donation-form .bootstrap-select {
    width: auto !important;
    outline: none !important
}

    .donation-panel .donation-form .bootstrap-select .btn-default {
        padding: 14px 24px;
        background-color: transparent;
        border-right: 2px solid #E5DED4;
        border-bottom: 2px solid #E5DED4;
        border-top: 0;
        border-left: 0;
        margin-left: -4px;
        font-size: 18px;
        outline: none !important;
        color: #E5DED4;
        border-radius: 0;
        line-height: 18px;
        margin-top: -4px;
        width: 110px;
        max-width: 112px
    }

@media(max-width:991px) {
    .donation-panel .donation-form .bootstrap-select .btn-default {
        border: 1px solid #cfcfcf;
        border-left: 0;
        margin: 0 0 0 -2px;
        max-width: 90px;
        padding: 14px
    }
}

.donation-panel .donation-form .bootstrap-select .btn-default .filter-option {
    text-overflow: ellipsis;
    text-align: center
}

@media(max-width:991px) {
    .donation-panel .donation-form .bootstrap-select .btn-default .filter-option {
        color: #333333
    }
}

.donation-panel .donation-form .bootstrap-select .caret {
    font: normal normal normal 25px/1 FontAwesome;
    vertical-align: middle;
    border-top: 0 dashed;
    border-top: 0 solid \9;
    border-right: 0 solid transparent;
    border-left: 0 solid transparent;
    position: absolute;
    top: 50%;
    right: 28px;
    padding-left: 0;
    margin-top: -13px;
    color: #007AA4
}

    .donation-panel .donation-form .bootstrap-select .caret:before {
        content: ""
    }

.donation-panel .donation-form .bootstrap-select option {
    border: 0;
    background-color: rgba(241, 241, 241, .9);
    box-shadow: none;
    border-radius: 0;
    color: #006B4D;
    outline: none;
    padding: 10px
}

    .donation-panel .donation-form .bootstrap-select option:hover {
        background-color: #007AA4
    }

.donation-panel .donation-form .btn-yellow {
    text-transform: uppercase;
    padding: 13px 83px;
    margin-top: 23px;
    position: relative;
    z-index: 1045;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
}

@media(max-width:991px) {
    .donation-panel .donation-form .btn-yellow {
        width: 100%
    }
}

.donation-panel.donation-text-black .donation-form input[type=radio] + label,
.donation-panel.donation-text-black .donation-form input[type=checkbox] + label {
    color: #333333;
    border-color: #006B4D
}

.donation-panel.donation-text-black .donation-form input[type=number] {
    border-color: #006B4D;
    color: #333333
}

.donation-panel.donation-text-black .donation-form .btn-default {
    color: #333333;
    border-color: #006B4D;
}

.donation-panel.donation-text-white .donation-form input[type=radio] + label,
.donation-panel.donation-text-white .donation-form input[type=checkbox] + label {
    color: #E5DED4;
    border-color: #E5DED4;
    border-right: 2px solid #cfcfcf;
}

@media(max-width:991px) {

    .donation-panel.donation-text-white .donation-form input[type=radio] + label,
    .donation-panel.donation-text-white .donation-form input[type=checkbox] + label {
        color: #333333;
        border-color: #333333;
        border-right: 2px solid #cfcfcf;
    }
}

.donation-panel.donation-text-white .donation-form input[type=number] {
    border-color: #E5DED4;
    color: #E5DED4
}

@media(max-width:991px) {
    .donation-panel.donation-text-white .donation-form input[type=number] {
        color: #333333;
        border-color: #333333
    }
}

.donation-panel.donation-text-white .donation-form .btn-default {
    color: #E5DED4;
    border-color: #E5DED4
}

@media(max-width:991px) {
    .donation-panel.donation-text-white .donation-form .btn-default {
        color: #333333;
        border-color: #333333
    }
}

.donation-panel-wrapper .donation-panel,
.donation-panel-wrapper-home .donation-panel {
    background-position: 50% 50%
}

@media(max-width:991px) {

    .donation-panel-wrapper .donation-panel,
    .donation-panel-wrapper-home .donation-panel {
        margin-top: 10px;
        margin-left: 35px
    }

        .donation-panel-wrapper .donation-panel .circle-svg,
        .donation-panel-wrapper-home .donation-panel .circle-svg {
            left: -32px;
            top: 10px
        }

        .donation-panel-wrapper .donation-panel h2,
        .donation-panel-wrapper-home .donation-panel h2 {
            font-size: 24px;
            line-height: 28px
        }

        .donation-panel-wrapper .donation-panel p,
        .donation-panel-wrapper-home .donation-panel p {
            font-size: 15px;
            line-height: 16px
        }

        .donation-panel-wrapper .donation-panel .donation-form,
        .donation-panel-wrapper-home .donation-panel .donation-form {
            margin-top: 15px;
            max-width: inherit
        }

            .donation-panel-wrapper .donation-panel .donation-form .bootstrap-select .caret,
            .donation-panel-wrapper-home .donation-panel .donation-form .bootstrap-select .caret {
                font: normal normal normal 20px/1 FontAwesome;
                margin-top: -10px;
                right: 20px
            }

            .donation-panel-wrapper .donation-panel .donation-form input[type=number],
            .donation-panel-wrapper-home .donation-panel .donation-form input[type=number] {
                text-align: center
            }

            .donation-panel-wrapper .donation-panel .donation-form input[type=radio] + label,
            .donation-panel-wrapper-home .donation-panel .donation-form input[type=radio] + label,
            .donation-panel-wrapper .donation-panel .donation-form input[type=number],
            .donation-panel-wrapper-home .donation-panel .donation-form input[type=number],
            .donation-panel-wrapper .donation-panel .donation-form .btn.dropdown-toggle.btn-default,
            .donation-panel-wrapper-home .donation-panel .donation-form .btn.dropdown-toggle.btn-default {
                font-size: 16px
            }
}

@media(max-width:767px) {

    .donation-panel-wrapper .donation-panel .circle-svg,
    .donation-panel-wrapper-home .donation-panel .circle-svg {
        left: -32px
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

@media(max-width:991px) {
    .testimonials .line-primary {
        max-width: 90%;
        margin-bottom: 28px !important
    }

        .testimonials .line-primary.top-margin-60 {
            margin-top: 34px !important
        }
}

.testimonials .line-primary:first-child {
    margin-bottom: 60px;
    margin-top: 0
}

.testimonials img {
    width: 85px;
    height: 85px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

@media(max-width:991px) {
    .testimonials img {
        width: 63px;
        height: 63px
    }
}

.testimonials .row {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden
}

    .testimonials .row .slick-prev,
    .testimonials .row .slick-next {
        display: none !important
    }

    .testimonials .row .slick-list {
        overflow: visible;
        padding: 0 25px
    }

.testimonials .padding-20 {
    padding-left: 20px;
    padding-right: 0
}

.testimonials .padding-30 {
    padding-left: 30px;
    padding-right: 30px
}

@media(max-width:991px) {
    .testimonials .padding-30 {
        padding-left: 10px;
        padding-right: 0
    }
}

@media(max-width:1199px) {
    .testimonials .padding-30 {
        padding-left: 10px;
        padding-right: 10px
    }
}

.testimonials .testimonial {
    background-color: #f3f0e9;
    position: relative;
    margin-bottom: 54px
}

@media(max-width:991px) {
    .testimonials .testimonial {
        margin-bottom: 35px
    }
}

.testimonials .testimonial:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 75px;
    bottom: -50px;
    border: 25px solid;
    border-color: #f3f0e9 transparent transparent #f3f0e9
}

@media(max-width:991px) {
    .testimonials .testimonial:before {
        left: 55px;
        bottom: -30px;
        border: 15px solid;
        border-color: #f3f0e9 transparent transparent #f3f0e9
    }
}

.testimonials .testimonial p {
    font-size: 22px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 12px 20px 15px 20px
}

@media(max-width:991px) {
    .testimonials .testimonial p {
        font-size: 16px;
        line-height: 20px
    }
}

.testimonials .person {
    font-size: 22px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 0;
    margin-top: 13px;
    font-weight: 400
}

.japan .testimonials .person {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .testimonials .person {
        font-size: 16px;
        margin-top: 0;
        line-height: 16px;
        margin-bottom: 5px
    }
}

.testimonials .person-description {
    font-size: 15px;
    color: #006B4D;
    line-height: 16px;
    margin: 0;
    font-weight: 100;
    font-style: italic
}

@media(max-width:991px) {
    .testimonials .person-description {
        font-size: 16px
    }
}

.donation-levels {
    padding: 29px 0 20px 0
}

    .donation-levels .donation-block {
        background-color: #2f93aa;
        padding: 15px;
        height: 100%;
        margin-bottom: 20px;
        border: 4px solid transparent
    }

        .donation-levels .donation-block h2 {
            font-size: 60px;
            letter-spacing: -1px;
            color: #E5DED4;
            margin-top: 0;
            margin-bottom: 15px
        }

        .donation-levels .donation-block p {
            font-size: 18px;
            color: #E5DED4;
            line-height: 23px;
            font-weight: 100
        }

.hijack {
    height: 400px;
    display: none;
    position: relative;
    background-position: 50%
}

@media(max-width:991px) {
    .hijack {
        height: auto
    }
}

.hijack .col-md-8 {
    height: 400px
}

@media(max-width:991px) {
    .hijack .col-md-8 {
        height: auto
    }
}

.hijack .breaking-news {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    background: rgba(255, 255, 255, .7);
    padding: 30px 80px 30px 80px
}

@media(max-width:991px) {
    .hijack .breaking-news {
        margin: 20px 0;
        padding: 20px;
        top: 0;
        transform: none
    }
}

.hijack h3 {
    margin-top: 0
}

.hijack h1 {
    margin-bottom: 30px
}

@media(max-width:991px) {
    .hijack h1 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 20px
    }
}

.article-page-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    color: #E5DED4;
    margin-bottom: 45px;
    background-position: center center !important;
    position: relative
}

@media(min-width:992px) {
    .article-page-wrapper .container {
        bottom: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: 0
    }

        .article-page-wrapper .container .social-icons {
            bottom: 23px;
            position: absolute;
            right: 0;
            top: auto
        }

        .article-page-wrapper .container p.category {
            padding-right: 260px
        }
}

@media(max-width:991px) {
    .article-page-wrapper {
        height: auto;
        min-height: 320px;
        background-position: center center !important;
        position: relative;
        margin-bottom: 0
    }

        .article-page-wrapper .mobile-wrapper {
            bottom: 0;
            left: 0;
            position: absolute
        }
}

.article-page-wrapper .fa-bookmark {
    color: #007AA4;
    font-size: 24px;
    margin-right: 10px
}

.article-page-wrapper .author {
    margin-right: 5px
}

.article-page-wrapper span {
    color: #E5DED4
}

    .article-page-wrapper span a {
        color: #E5DED4;
        text-decoration: none;
        font-weight: 500
    }

.japan .article-page-wrapper span a {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.article-page-wrapper span a:hover {
    color: #A3C754
}

.article-page-wrapper h3 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 20px;
    margin-top: 5px
}

.article-page-wrapper p {
    color: #E5DED4;
    font-size: 22px;
    font-weight: 400;
    display: inline-block
}

    .article-page-wrapper p a {
        font-weight: 400;
        font-size: 22px
    }

@media(max-width:991px) {
    .article-page-wrapper p a {
        font-size: 16px
    }
}

.article-page-wrapper .category {
    display: block
}

.article-page-wrapper .back-button {
    /*    margin-top: 200px;
*/ display: inline-block;
    color: #00546B;
    font-weight: 600
}

.japan .article-page-wrapper .back-button {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .article-page-wrapper .back-button {
        margin-top: 0
    }
}

.article-page-wrapper .social-icons {
    top: -60px;
    bottom: auto
}

h1.newsItem {
    font-size: 48px;
}

@media(max-width:991px) {
    .article-page-wrapper h3 {
        font-size: 19px;
        line-height: 21px
    }

    .article-page-wrapper p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 5px;
        padding-left: 5px;
    }

    h1.newsItem {
        font-size: 26px;
        line-height: 28px;
        text-align: unset;
    }
}

@media(max-width:991px) {
    .mobile-categories {
        background: #c0e6ed;
        padding: 15px 12px 13px;
        position: relative
    }

        .mobile-categories p {
            margin: 0
        }

            .mobile-categories p span {
                line-height: 16px;
                vertical-align: middle;
            }

        .mobile-categories a {
            color: #333333;
            display: inline-block;
            vertical-align: top
        }

    i.fa-bookmark {
        color: #007AA4;
        float: left
    }

    .mobile-social-text {
        border-top: 1px solid #cfcfcf;
        border-bottom: 1px solid #cfcfcf;
        margin-bottom: 35px;
        margin-top: 10px
    }

        .mobile-social-text h4 {
            font-size: 16px;
            line-height: 22px;
            text-align: center;
            margin-top: 12px;
            font-weight: 300;
            margin-bottom: 15px
        }

    .japan .mobile-social-text h4 {
        font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
    }

    .mobile-social-text .jssocials-wrap {
        bottom: auto;
        text-align: center;
        width: 100%;
        margin-left: -22.5px;
    }

        .mobile-social-text .jssocials-wrap .jssocials {
            margin-bottom: 14px
        }

            .mobile-social-text .jssocials-wrap .jssocials .jssocials-shares .jssocials-share-facebook,
            .mobile-social-text .jssocials-wrap .jssocials .jssocials-shares .jssocials-share-twitter {
                display: inline-block !important
            }

    .mobile-social-text .social-icons {
        bottom: auto;
        text-align: center
    }

        .mobile-social-text .social-icons a {
            display: inline-block;
            margin-bottom: 14px;
            margin-left: 10px
        }

        .mobile-social-text .social-icons .other-social {
            float: none;
            padding: 0 50px
        }
}

.article-footer {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 20px 0;
    border-top: 2px solid #FFCC4E;
    border-bottom: 2px solid #FFCC4E;
    font-size: 15px;
    position: relative
}

@media(max-width:991px) {
    .article-footer {
        border-bottom: none
    }
}

.article-footer a {
    font-size: 15px;
    color: #505050;
    text-decoration: none
}

    .article-footer a:hover {
        color: #A3C754
    }

.article-footer p {
    margin: 0;
    font-size: 15px;
    display: inline-block
}

    .article-footer p .author a {
        font-weight: 300;
        color: #006B4D;
        font-style: italic;
        margin-right: 5px;
        text-decoration: none
    }

.japan .article-footer p .author a {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.article-footer p .author a:hover {
    color: #A3C754
}

.article-footer .date {
    font-weight: 300;
    color: #006B4D;
    font-style: italic
}

.japan .article-footer .date {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.article-footer .fa-bookmark {
    color: #007AA4;
    margin: 0 0 0 20px;
    vertical-align: sub
}

@media(max-width:991px) {
    .article-footer .fa-bookmark {
        line-height: 24px;
        margin-right: 10px
    }
}

.article-footer .jssocials-wrap {
    bottom: 0;
    top: 13px;
    right: 47px;
    position: absolute
}

.article-footer .mobile-social-text {
    margin-bottom: 0
}

    .article-footer .mobile-social-text .jssocials-wrap {
        position: relative;
        top: 0
    }

.video-rtr {
    position: relative
}

@media(max-width:991px) {
    .video-rtr .mobile-social-text {
        margin-bottom: 0
    }
}

.video-top-pannel {
    bottom: 0;
    position: absolute;
    top: auto;
    width: 100%
}

@media(max-width:991px) {
    .video-top-pannel {
        background: #00789f;
        padding-top: 20px;
        position: relative
    }
}

.video-top-pannel h3 {
    font-size: 34px;
    line-height: 38px;
    color: #E5DED4
}

@media(max-width:991px) {
    .video-top-pannel h3 {
        margin-top: 0
    }
}

@media(max-width:991px) {
    .video-top-pannel p {
        margin-bottom: 5px
    }
}

.video-top-pannel .author a {
    color: #E5DED4
}

.video-top-pannel .a-date {
    color: #E5DED4
}

.video-top-pannel .category-list i {
    color: #007AA4
}

@media(max-width:991px) {
    .video-top-pannel .category-list i {
        line-height: 22px;
        margin-right: 8px
    }
}

.video-top-pannel .category-list a {
    color: #E5DED4
}

.video-top-pannel .social-module .jssocials-wrap {
    bottom: 10px;
    z-index: 9
}

.page-title {
    padding-top: 104px;
    position: relative
}

@media(max-width:991px) {
    .page-title {
        padding-top: 0
    }
}

.page-title .container {
    position: relative
}

@media(max-width:1199px) {
    .page-title .container {
        padding-left: 0;
        padding-right: 0
    }
}

.page-title a:hover i {
    text-decoration: none
}

.page-title h1 {
    font-size: 36px;
    color: #333333;
    line-height: 40px;
    margin: 0;
    margin-bottom: 38px;
    display: inline-block;
    padding-top: 35px
}

@media(max-width:991px) {
    .page-title h1 {
        display: block;
        font-size: 26px;
        border-bottom: 2px solid #FFCC4E;
        padding-bottom: 10px;
        margin-bottom: 22px
    }
}

.page-title .jssocials-wrap {
    bottom: 80px
}

@media(max-width:991px) {
    .page-title .jssocials-wrap {
        display: none
    }
}

.page-title .jssocials-wrap .other-social {
    display: inline-block
}

@media(max-width:991px) {
    .page-title .social-module.leadership-socials .jssocials-wrap {
        bottom: 0;
        display: block;
        float: none !important;
        margin-bottom: 20px;
        text-align: center
    }
}

.page-title .circle-svg {
    position: absolute;
    left: 52px;
    top: 25px;
    -webkit-filter: none;
    -moz-filter: none;
    filter: none
}

@media(max-width:1199px) {
    .page-title .circle-svg {
        left: 33px
    }
}

@media(max-width:991px) {
    .page-title .circle-svg {
        display: none
    }
}

.page-title .circle-svg-center {
    stroke: #00789f;
    fill: #00789f
}

.page-title .svg-connect {
    -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    -moz-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0))
}

.page-title .line-svg {
    position: absolute;
    left: -48.2%;
    top: -74px
}

@media(max-width:1199px) {
    .page-title .line-svg {
        left: -66.1%
    }
}

@media(max-width:991px) {
    .page-title .line-svg {
        display: none
    }
}

.cookies {
    background: #E5DED4;
    /*background-color: rgba(255, 255, 255, .9);*/
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
    border-radius: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1050;
    border-bottom: 1px solid #979797;
    border-top: 1px solid #979797
}

    .cookies p {
        display: inline-block
    }

    .cookies a {
        color: #007AA4;
        text-decoration: none
    }

    .cookies .close {
        font-size: 28px;
        top: 2px
    }

        .cookies .close span {
            color: #333333;
            opacity: 1
        }

@media(min-width:1200px)and (max-width:1310px) {
    .page-title .line-svg {
        left: -53.1%
    }
}

.short-cta-3 {
    display: inline-block
}

    .short-cta-3.pull-left {
        margin: 40px 40px 40px -11.2%
    }

@media(max-width:991px) {
    .short-cta-3.pull-left {
        margin: 20px 0 20px 0 !important;
        float: none !important;
        display: block
    }
}

.short-cta-3.pull-right {
    margin: 40px -11.2% 40px 40px
}

@media(max-width:991px) {
    .short-cta-3.pull-right {
        margin: 20px 0 40px 0 !important;
        float: none !important;
        display: block
    }
}

.short-cta-3 img {
    display: inline-block
}

@media(max-width:991px) {
    .short-cta-3 img {
        max-width: 100%;
        min-width: 100%
    }
}

.short-cta-3 .btn {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 13px
}
.copywithcallout-cta .btn:hover {
    color: #E5DED4 !important;
}
.short-cta-2 {
    display: inline-block;
    width: 100%;
}

    .short-cta-2.pull-left {
        margin: 40px 40px 40px -11.2%
    }

@media(max-width:991px) {
    .short-cta-2.pull-left {
        margin: 20px 0 20px 0 !important;
        float: none !important;
        display: block
    }
}

.short-cta-2.pull-right {
    margin: 40px 0 40px 40px
}

@media(max-width:991px) {
    .short-cta-2.pull-right {
        margin: 20px 0 40px 0 !important;
        float: none !important;
        display: block
    }
}

.short-cta-2 img {
    display: inline-block;
    width: 100%;
}

@media(max-width:991px) {
    .short-cta-2 img {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }
}

.short-cta-2 .btn {
    display: block;
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 13px;
    text-transform: uppercase;
}

.tall-cta-2 {
    display: inline-block
}

    .tall-cta-2.pull-left {
        margin: 40px 40px 40px -11.2%
    }

@media(max-width:991px) {
    .tall-cta-2.pull-left {
        margin: 20px 0 20px 0 !important;
        float: none !important;
        display: block
    }
}

.tall-cta-2.pull-right {
    margin: 40px -11.2% 40px 40px
}

@media(max-width:991px) {
    .tall-cta-2.pull-right {
        margin: 20px 0 40px 0 !important;
        float: none !important;
        display: block
    }
}

.tall-cta-2 img {
    display: inline-block
}

@media(max-width:991px) {
    .tall-cta-2 img {
        max-width: 100%;
        min-width: 100%
    }
}

.tall-cta-2 .btn {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 13px
}

.tall-cta-3 {
    display: inline-block;
    width: 100%;
}

    .tall-cta-3.pull-left {
        margin: 40px 40px 40px -11.2%
    }

@media(max-width:991px) {
    .tall-cta-3.pull-left {
        margin: 20px 0 20px 0 !important;
        float: none !important;
        display: block
    }
}

.tall-cta-3.pull-right {
    margin: 40px -11.2% 40px 40px
}

@media(max-width:991px) {
    .tall-cta-3.pull-right {
        margin: 20px 0 40px 0 !important;
        float: none !important;
        display: block
    }
}

.tall-cta-3 img {
    display: inline-block;
    width: 100%;
}

@media(max-width:991px) {
    .tall-cta-3 img {
        max-width: 100%;
        min-width: 100%
    }
}

.tall-cta-3 .btn {
    display: block;
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 13px
}

.image-rich-text {
    width: auto
}

    .image-rich-text .caption {
        padding: 10px;
        background-color: rgba(87, 85, 73, .5);
        position: absolute;
        bottom: 0;
        color: #E5DED4;
        margin: 10px;
        font-size: 15px;
        left: 0
    }

.japan .image-rich-text .caption {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.image-rich-text img {
    max-width: 100%;
    position: relative
}

.image-left {
    float: left;
    margin: 40px 40px 40px -11%;
    position: relative
}

@media(max-width:991px) {
    .image-left {
        margin: 20px 0 40px 0;
        float: none !important;
        display: block
    }
}

@media(max-width:991px) {
    .image-left img {
        max-width: 100%;
        min-width: 100%
    }
}

.image-left.no-margin-img {
    margin: 40px 40px 40px 0
}

.image-right {
    float: right;
    position: relative;
    margin: 40px -11.2% 40px 40px
}

@media(max-width:991px) {
    .image-right {
        margin: 20px 0 40px 0;
        float: none !important;
        display: block
    }
}

@media(max-width:991px) {
    .image-right img {
        max-width: 100%;
        min-width: 100%
    }
}

.image-right.no-margin-img {
    margin: 40px 0 40px 40px
}

.cta-images {
    text-align: center;
    margin-bottom: 40px
}

@media(max-width:991px) {
    .cta-images {
        margin-bottom: 20px
    }
}

.cta-images img {
    display: inline-block
}

@media(max-width:1199px) {
    .cta-images img {
        max-width: 100%;
        min-width: 100%
    }
}

@media(max-width:991px) {
    .cta-images img {
        max-width: 100%;
        min-width: 100%
    }
}

.cta-images .short .btn {
    display: inline-block;
    font-size: 20px;
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 13px;
    max-width: 360px;
    min-width: 360px
}

@media(max-width:1199px) {
    .cta-images .short .btn {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 15px
    }
}

@media(max-width:991px) {
    .cta-images .short .btn {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 15px
    }
}

.cta-images .tall .btn {
    display: inline-block;
    font-size: 20px;
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 13px;
    max-width: 250px;
    min-width: 250px
}

@media(max-width:1199px) {
    .cta-images .tall .btn {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 15px
    }
}

@media(max-width:991px) {
    .cta-images .tall .btn {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 15px
    }
}

.img-module {
    margin-top: 40px;
    margin-bottom: 40px
}

    .img-module img {
        width: 100%
    }

    .img-module .photo-caption p {
        font-size: 15px;
        color: #333333;
        line-height: 18px;
        margin-top: 11px;
        margin-bottom: 0
    }

    .img-module .photo-caption a {
        font-size: 15px;
        color: #00546B;
        text-decoration: none
    }

        .img-module .photo-caption a:hover {
            text-decoration: underline
        }

.full-bleed-img {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-top: 20px;
    display: block;
    margin-bottom: 0
}

    .full-bleed-img img {
        width: 100%
    }

    .full-bleed-img .photo-caption p {
        font-size: 15px;
        color: #333333;
        line-height: 18px;
        margin-top: 11px;
        margin-bottom: 0
    }

    .full-bleed-img .photo-caption a {
        font-size: 15px;
        color: #00546B;
        text-decoration: none
    }

        .full-bleed-img .photo-caption a:hover {
            text-decoration: underline
        }

    .full-bleed-img img {
        max-width: 100%
    }

    .full-bleed-img p {
        margin-right: 20px;
        font-size: 15px;
        color: #333333;
        text-align: right;
        line-height: 18px;
        margin-top: 11px;
        margin-bottom: 40px
    }

        .full-bleed-img p a {
            color: #00546B;
            text-decoration: none
        }

            .full-bleed-img p a:hover {
                text-decoration: underline
            }

@media(max-width:991px) {
    .full-bleed-img p {
        font-size: 12px;
        float: none;
        margin-right: 0;
        padding: 0 50px 0 50px;
        margin-top: 6px
    }
}

.breadcrumbs {
    font-size: 22px;
    line-height: 24px;
    color: #00546B;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    position: absolute;
    left: 10px
}

.japan .breadcrumbs {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .breadcrumbs {
        font-size: 16px;
        top: 15px
    }
}

.breadcrumbs:hover,
.breadcrumbs:active,
.breadcrumbs:focus,
.breadcrumbs:visited {
    color: #00546B;
    text-decoration: none
}

.breadcrumbs i {
    margin-right: 10px
}

    .breadcrumbs i:hover,
    .breadcrumbs i:active,
    .breadcrumbs i:focus,
    .breadcrumbs i:visited {
        text-decoration: none
    }

.quote-box {
    padding-bottom: 95px;
    max-height: 380px
}

    .quote-box .quote {
        padding-top: 80px;
        font-family: 'Source Serif 4', serif;
    }

.japan .quote-box .quote {
    /*    font-family: clarendon-urw, 'こぶりなゴシック W3 JIS2004', "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
*/
}

.quote-box .quote-author {
    font-size: 22px;
    max-width: 340px;
    font-family: 'Source Serif 4', serif;
    font-weight: 600;
}

.japan .quote-box .quote-author {
    font-family: 'Source Serif 4', "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.connecting-box .circle-svg-left {
    position: absolute;
    left: -58.5px;
    top: -5px
}

@media(max-width:991px) {
    .connecting-box .circle-svg-left {
        left: -45px;
        top: 10px
    }
}

.connecting-box .circle-svg-right {
    position: absolute;
    right: -58.5px;
    top: -5px
}

@media(max-width:991px) {
    .connecting-box .circle-svg-right {
        left: -45px;
        right: auto;
        top: 5px
    }
}

.connecting-box .learn-title {
    margin: 0 0 10px 0;
    color: inherit;
    font-family: 'Source Serif 4';
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
}

.japan .connecting-box .learn-title {
    
}

@media(max-width:991px) {
    .connecting-box .learn-title {
        font-size: 22px;
        line-height: 28px
    }
}

.connecting-box .learn {
    font-size: 22px;
    margin: 11px 0 0 0;
    line-height: 28px;
    color: inherit;
    font-weight: 400
}

.japan .connecting-box .learn {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .connecting-box .learn {
        font-size: 16px;
        line-height: 16px
    }
}

.literacy-section {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 700px
}

@media(max-width:991px) {
    .literacy-section {
        min-height: 200px;
        background: none !important
    }

        .literacy-section .connecting-box {
            margin: 5px 0 19px 48px;
            width: 85%
        }

            .literacy-section .connecting-box .btn-blue {
                margin: 10px 0 0 -15px;
                width: 105%
            }
}

.literacy-section .learn-title {
    color: inherit
}

@media(max-width:991px) {
    .literacy-section .learn-title {
        color: #333333
    }
}

.literacy-section .learn {
    color: inherit
}

@media(max-width:991px) {
    .literacy-section .learn {
        color: #333333
    }
}

@media(max-width:991px) {
    .literacy-section > .container {
        width: 100%;
        margin: 0
    }
}

.literacy-section .rtr-home-image {
    background-size: cover;
    transition: min-height .5s ease-out
}

@media(max-width:991px) {
    .literacy-section .rtr-home-image {
        min-height: 480px
    }
}

@media(max-width:767px) {
    .literacy-section .rtr-home-image {
        min-height: 270px
    }
}

/*@media(min-width:768px) {
	.literacy-section .quote-box {
		opacity: 0
	}

	.literacy-section .connecting-box {
		opacity: 0
	}
}*/

.girl-education {
    background: url(/Assets/images/panel-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 700px
}

    .girl-education .quote-box {
        padding-bottom: 20%
    }

@media(max-width:991px) {
    .girl-education {
        min-height: 200px;
        background: none !important
    }

        .girl-education .connecting-box {
            margin: 5px 0 19px 48px;
            width: 85%
        }

            .girl-education .connecting-box .btn-blue {
                margin: 10px 0 0 -15px;
                width: 105%
            }

            .girl-education .connecting-box .learn-title,
            .girl-education .connecting-box .learn {
                color: #282828
            }
}

@media(max-width:991px) {
    .girl-education > .container {
        width: 100%;
        margin: 0
    }
}

.girl-education .rtr-home-image {
    background-size: cover;
    transition: min-height .5s ease-out
}

@media(max-width:991px) {
    .girl-education .rtr-home-image {
        min-height: 480px
    }
}

@media(max-width:767px) {
    .girl-education .rtr-home-image {
        min-height: 270px
    }
}

/*@media(min-width:768px) {
	.girl-education .quote-box {
		opacity: 0
	}

	.girl-education .connecting-box {
		opacity: 0
	}
}*/

.impact {
    min-height: 650px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 20px;
}

/*@media(max-width:991px) {
    .impact {
        min-height: 500px
    }
}

@media(max-width:767px) {
    .impact {
        min-height: 308px
    }
}

@media only screen and (max-device-width:667px)and (-webkit-device-pixel-ratio:2) {
    .impact {
        min-height: 297px
    }
}

@media screen and (min-device-width:414px)and (-webkit-device-pixel-ratio:3) {
    .impact {
        min-height: 287px
    }
}

@media(max-width:330px) {
    .impact {
        min-height: 286px
    }
}*/

.impact .impact-image-wrapper {
    display: flex;
    flex-flow: row wrap;
    left: 0;
    position: absolute;
    top: 0
}

    .impact .impact-image-wrapper span {
        flex-basis: calc(8.33333333%);
        position: relative
    }

@media(max-width:1230px) {
    .impact .impact-image-wrapper span {
        flex-basis: calc(10%)
    }
}

@media(max-width:991px) {
    .impact .impact-image-wrapper span {
        flex-basis: calc(12.5%)
    }
}

.impact .impact-image-wrapper span.has-overlay:before {
    background: rgba(23, 202, 243, .08);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.impact .impact-image-wrapper span.has-overlay:after {
    background: rgba(40, 40, 40, .35);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.impact .impact-image-wrapper span img {
    max-width: 100%;
    height: 100%;
    width: 100%
}

.impact .impact-block {
    background-color: #E5DED4;
    position: relative;
    /*    width: 692px;*/
    max-width: 690px;
    width: 100%;
    height: auto;
    /*    top: 200px;*/
    z-index: 21;
    padding: 60px 20px;
/*    padding-bottom: 60px;*/
}

@media(max-width:991px) {
    .impact .impact-block {
        min-height: 10px;
        height: auto;
        width: 100%;
/*        max-width: 75%;*/
/*        top: 80px;*/
        padding: 60px 20px;
/*        margin-left: 15%;*/
    }

    .impact .impact-block .alt-h1 {
        font-size: 52px;
    }
}

@media(max-width:767px) {
    .impact .impact-block {
        top: 40px;
        padding: 44px 20px;
    }
}

.impact .impact-block h1 {
    color: #00546B;
    font-size: 63px;
    letter-spacing: -.71px;
    text-align: center;
    display: block;
    margin: 0;
    padding-top: 45px;
    line-height: 63px;
    font-weight: 600
}

@media(max-width:991px) {
    .impact .impact-block h1 {
        font-size: 36px;
        padding-top: 0
    }
}

@media(max-width:767px) {
    .impact .impact-block h1 {
        font-size: 24px;
        line-height: 28px;
        padding-top: 0
    }
}

.impact .impact-block p {
    color: #333333;
    text-align: center;
    margin: 14px 0 0 0;
}

.japan .impact .impact-block p {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .impact .impact-block p {
        font-size: 22px
    }
}

@media(max-width:767px) {
    .impact .impact-block p {
        font-size: 16px;
        line-height: 18px
    }
}

.impact .impact-block .btn-blue {
    margin-top: 19px;
    letter-spacing: 1.5px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
}

@media(max-width:991px) {
    .impact .impact-block .btn-blue {
/*        bottom: -115px;*/
        padding: 18px 14px;
/*        left: -5%;
        margin-top: 0;
        position: absolute;
        float: left;
        width: 110%;*/
    }
}

/*@media(max-width:767px) {
    .impact .impact-block .btn-blue {
        bottom: -75px;
        padding: 10px 14px
    }
}*/

.donation-panel-wrapper-home {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 550px;
    position: relative;
    min-height: 800px
}

@media(max-width:991px) {
    .donation-panel-wrapper-home .container {
        clear: both
    }
}

@media(max-width:991px) {
    .donation-panel-wrapper-home .donation-container {
        margin-bottom: 30px
    }
}

@media(max-width:991px) {
    .donation-panel-wrapper-home {
        background-image: none !important
    }
}

.donation-panel-wrapper-home textarea,
.donation-panel-wrapper-home input[type="text"],
.donation-panel-wrapper-home input[type="number"],
.donation-panel-wrapper-home input[type="button"],
.donation-panel-wrapper-home input[type="submit"]:not(.btn) {
    -webkit-appearance: none;
    border-radius: 0
}

.donation-panel-wrapper-home .rtr-donation-image {
    background-size: cover;
    transition: min-height .5s ease-out
}

@media(max-width:991px) {
    .donation-panel-wrapper-home .rtr-donation-image {
        min-height: 480px
    }
}

@media(max-width:767px) {
    .donation-panel-wrapper-home .rtr-donation-image {
        min-height: 270px
    }
}

.donation-panel-wrapper-home .donation-panel {
    background-position: 50% 50%
}

@media(max-width:991px) {
    .donation-panel-wrapper-home .donation-panel {
        margin-top: 10px;
        margin-left: 35px
    }

        .donation-panel-wrapper-home .donation-panel .circle-svg {
            left: -32px;
            top: 10px
        }

        .donation-panel-wrapper-home .donation-panel h2 {
            font-size: 24px;
            line-height: 28px
        }

        .donation-panel-wrapper-home .donation-panel p {
            font-size: 15px;
            line-height: 16px
        }

        .donation-panel-wrapper-home .donation-panel .donation-form {
            margin-top: 15px;
            max-width: inherit
        }

            .donation-panel-wrapper-home .donation-panel .donation-form .bootstrap-select .caret {
                font: normal normal normal 20px/1 FontAwesome;
                margin-top: -10px;
                right: 20px
            }

            .donation-panel-wrapper-home .donation-panel .donation-form input[type=number] {
                text-align: center
            }

            .donation-panel-wrapper-home .donation-panel .donation-form input[type=radio] + label,
            .donation-panel-wrapper-home .donation-panel .donation-form input[type=number],
            .donation-panel-wrapper-home .donation-panel .donation-form .btn.dropdown-toggle.btn-default {
                font-size: 16px
            }
}

@media(max-width:767px) {
    .donation-panel-wrapper-home .donation-panel .circle-svg {
        left: -32px
    }
}

@media(max-width:991px) {
    .donation-panel-wrapper-home {
        min-height: 200px;
        background-image: none !important
    }

        .donation-panel-wrapper-home .bullet-white {
            width: 10px;
            height: 10px;
            border-radius: 10px;
            background-color: #00546B;
            left: -28px
        }
}

.buttons-section {
    margin-top: 140px;
    padding-left: 45px
}

@media(max-width:991px) {
    .buttons-section {
        padding: 0;
        margin: 0 0 0 35px
    }
}

.buttons-section .btn-blue {
    /*width: 23.2%;*/
    padding: 18px;
    white-space: nowrap;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
}

@media(min-width:980px)and (max-width:1313px) {
    .buttons-section .btn-blue {
        width: 22%
    }
}

.buttons-section .btn-blue p {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1.6px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 600
}

@media(max-width:991px) {
    .buttons-section .btn-blue p {
        display: inline-block;
        font-size: 16px;
        line-height: 24px
    }
}

.buttons-section .btn-blue:nth-child(2) {
    margin-left: 23px
}

@media(max-width:991px) {
    .buttons-section .btn-blue:nth-child(2) {
        margin: 10px 0 0
    }
}

.buttons-section .btn-blue:nth-child(3) {
    margin-left: 23px
}

@media(max-width:991px) {
    .buttons-section .btn-blue:nth-child(3) {
        margin: 10px 0 0
    }
}

.buttons-section .btn-blue:nth-child(4) {
    margin-left: 23px
}

@media(max-width:991px) {
    .buttons-section .btn-blue:nth-child(4) {
        margin: 10px 0 10px
    }
}

@media(max-width:991px) {
    .buttons-section .btn-blue {
        width: 100%;
        margin: 10px 0 0;
        font-size: 16px;
        line-height: 25px;
        padding: 10px
    }
}

.girl-education div[class^="col-"],
.literacy-section div[class^="col-"] {
    padding-left: 35px;
    padding-right: 35px
}

@media(max-width:991px) {

    .girl-education div[class^="col-"],
    .literacy-section div[class^="col-"] {
        padding-left: 10%;
        padding-right: 10%;
    }
}

.cta-text-left {
    background-color: #f5f2ec;
    padding: 25px 20px 20px;
    margin: 35px 35px 35px 0;
    float: left;
    display: inline-block;
    max-width: 360px;
    position: relative
}

@media(max-width:991px) {
    .cta-text-left {
        margin: 0 0 20px 0;
        padding: 25px 20px 25px 20px;
        float: none;
        min-width: 100%
    }
}

.cta-text-left .title {
    font-size: 25px;
    color: #333333;
    line-height: 27px;
    margin: 0 0 20px 0;
    padding-bottom: 11px;
    border-bottom: 2px solid #FFCC4E;
    display: block
}

.japan .cta-text-left .title {
    /*    font-family: clarendon-urw, 'こぶりなゴシック W3 JIS2004', "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
*/
}

@media(max-width:991px) {
    .cta-text-left .title {
        text-align: center
    }
}

.cta-text-left .text {
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    line-height: 23px;
    display: block;
    margin-bottom: 20px
}

.japan .cta-text-left .text {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .cta-text-left .text {
        font-size: 16px
    }
}

.cta-text-left .btn {
    display: block;
    padding-top: 14px;
    padding-bottom: 13px;
    letter-spacing: 1.6px;
    font-size: 19px;
    position: relative;
    bottom: 20px;
    width: 100%;
    margin-top: 50px
}

@media(max-width:991px) {
    .cta-text-left .btn {
        font-size: 16px;
        position: relative;
        bottom: 0;
        width: 100%
    }
}

.cta-text-right {
    background-color: #f5f2ec;
    padding: 25px 20px 25px 20px;
    margin: 35px 0 35px 35px;
    float: right;
    display: inline-block;
    max-width: 380px
}

@media(max-width:991px) {
    .cta-text-right {
        margin: 0 0 20px 0;
        padding: 25px 20px 25px 20px;
        float: none;
        min-width: 100%
    }
}

.cta-text-right .title {
    font-size: 25px;
    color: #007AA4;
    line-height: 27px;
    margin: 0 0 20px 0;
    padding-bottom: 11px;
    border-bottom: 2px solid #FFCC4E;
    display: block;
    font-weight: 600;
}

.japan .cta-text-right .title {
    /*    font-family: clarendon-urw, 'こぶりなゴシック W3 JIS2004', "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
*/
}

@media(max-width:991px) {
    .cta-text-right .title {
        text-align: center
    }
}

.cta-text-right .text {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    line-height: 23px;
    display: block;
    margin-bottom: 20px
}

.japan .cta-text-right .text {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .cta-text-right .text {
        font-size: 16px
    }
}

.cta-text-right .btn {
    display: block;
    padding-top: 14px;
    padding-bottom: 13px;
    letter-spacing: 0;
    border-radius: 9px;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
}

@media(max-width:991px) {
    .cta-text-right .btn {
        font-size: 16px;
        position: relative;
        bottom: 0;
        width: 100%
    }
}

.cta-texts {
    margin-bottom: 40px
}

@media(max-width:991px) {
    .cta-texts {
        margin-bottom: 20px
    }
}

.cta-texts .cta-text {
    background-color: #f5f2ec;
    padding: 25px 20px 20px;
    margin: 35px 35px 35px 0;
    float: left;
    display: inline-block;
    max-width: 360px;
    position: relative;
    margin: 0 auto;
    float: none;
    display: block
}

@media(max-width:991px) {
    .cta-texts .cta-text {
        margin: 0 0 20px 0;
        padding: 25px 20px 25px 20px;
        float: none;
        min-width: 100%
    }
}

.cta-texts .cta-text .title {
    font-size: 25px;
    color: #333333;
    line-height: 27px;
    margin: 0 0 20px 0;
    padding-bottom: 11px;
    border-bottom: 2px solid #FFCC4E;
    display: block
}

.japan .cta-text .title {
    /*    font-family: clarendon-urw, 'こぶりなゴシック W3 JIS2004', "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
*/
}

@media(max-width:991px) {
    .cta-texts .cta-text .title {
        text-align: center
    }
}

.cta-texts .cta-text .text {
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    line-height: 23px;
    display: block;
    margin-bottom: 20px
}

.japan .cta-texts .cta-text .text {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .cta-texts .cta-text .text {
        font-size: 16px
    }
}

.cta-texts .cta-text .btn {
    display: block;
    padding-top: 14px;
    padding-bottom: 13px;
    letter-spacing: 1.6px;
    font-size: 19px;
    position: relative;
    bottom: 20px;
    width: 100%;
    margin-top: 50px
}

@media(max-width:991px) {
    .cta-texts .cta-text .btn {
        font-size: 16px;
        position: relative;
        bottom: 0;
        width: 100%
    }
}

.accordion .title-accordion {
    text-align: center;
    line-height: 28px;
    padding-bottom: 15px
}

@media(max-width:991px) {
    .accordion .title-accordion {
        line-height: 30px
    }
}

.accordion .rte p {
    padding-left: 10px
}

.accordion .rte ul {
    padding-left: 30px
}

.accordion .rte h1 {
    padding-left: 10px
}

.accordion .rte .short-cta-2.pull-left {
    margin: 20px 20px 20px 0
}

.accordion .rte .short-cta-2.pull-right {
    margin: 20px 0 20px 20px
}

.accordion .rte .short-cta-3.pull-left {
    margin: 20px 20px 20px 0
}

.accordion .rte .short-cta-3.pull-right {
    margin: 20px 0 20px 20px
}

.accordion .rte .tall-cta-2.pull-left {
    margin: 20px 20px 20px 0
}

.accordion .rte .tall-cta-2.pull-right {
    margin: 20px 0 20px 20px
}

.accordion .rte .tall-cta-3.pull-left {
    margin: 20px 20px 20px 0
}

.accordion .rte .tall-cta-3.pull-right {
    margin: 20px 0 20px 20px
}

.accordion .panel-group .panel {
    margin-top: 0
}

.accordion .border-yellow {
    margin: 0;
    border-color: #FFCC4E;
    border-width: 4px
}

.accordion .panel-default {
    border: none;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none
}

    .accordion .panel-default .panel-collapse .panel-body {
        border-top: 0
    }

.accordion .panel-heading {
    border-radius: 0;
    background-color: #fff;
    padding: 0;
    border-top: 4px solid #FFCC4E;
    margin-top: -2px
}


    .accordion .panel-heading .panel-title {
        font-size: 22px;
        color: #00546B;
        line-height: 28px;
        position: relative;
        padding-top: 10px;
        padding-left: 10px;
    }

.japan .accordion .panel-heading .panel-title {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.accordion .panel-heading .panel-title i {
    color: #007AA4;
    position: absolute;
    right: 27px;
    top: 13px;
    font-size: 30px;
    text-decoration: none
}

    .accordion .panel-heading .panel-title i:hover,
    .accordion .panel-heading .panel-title i:active,
    .accordion .panel-heading .panel-title i:focus {
        text-decoration: none
    }

@media(max-width:991px) {
    .accordion .panel-heading .panel-title i {
        top: 8px;
    }
}

.accordion .panel-body {
    font-family: 22px;
    color: #333333;
    line-height: 28px;
    padding: 0 10px 10px 10px
}

.blog-archive {
    margin: 40px 0
}

.full-width-blog-article {
    height: 400px;
    background-size: cover !important;
    margin-right: .5px;
    position: relative
}

@media(max-width:991px) {
    .full-width-blog-article {
        height: auto;
        min-height: 200px
    }
}

.full-width-blog-article .external-link-container {
    right: 0
}

.full-width-blog-article .date {
    margin-bottom: 10px;
    display: inline-block
}

.japan .full-width-blog-article .date {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .full-width-blog-article .date {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 5px;
        display: none
    }
}

.full-width-blog-article.is-featured-article:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 41px;
    background: transparent;
    border: 5px solid #E5DED4
}

@media(max-width:991px) {
    .full-width-blog-article.is-featured-article:before {
        width: 15px;
        height: 16px;
        border-width: 2px;
        z-index: 4
    }
}

.full-width-blog-article.is-featured-article:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 41px;
    background: transparent;
    border: 21px solid;
    border-color: transparent #E5DED4 #E5DED4 transparent
}

@media(max-width:991px) {
    .full-width-blog-article.is-featured-article:after {
        width: 15px;
        height: 16px;
        border-width: 8px
    }
}

.full-width-blog-article.video-post {
    vertical-align: middle;
    overflow: hidden;
    background-position: center center !important
}

    .full-width-blog-article.video-post .author {
        margin-bottom: 10px
    }

@media(max-width:991px) {
    .full-width-blog-article.video-post .author {
        display: none
    }
}

@media(max-width:767px) {
    .full-width-blog-article.video-post .author {
        display: none
    }
}

@media(max-width:767px) {
    .full-width-blog-article.video-post .date {
        display: none
    }
}

.full-width-blog-article.video-post .post-overlay {
    width: 60%
}

@media(max-width:991px) {
    .full-width-blog-article.video-post .post-overlay {
        width: 100%
    }
}

.full-width-blog-article.video-post .post-overlay .fa {
    margin: 0
}

.post-overlay .article-cats {
    display: block
}

@media(max-width:991px) {
    .post-overlay {
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 15px
    }

        .post-overlay .article-classification a {
            font-size: 13px;
        }

    .japan .post-overlay .article-classification a {
        font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
    }
}

.post-overlay span a {
    color: #E5DED4;
    text-decoration: none
}

.post-overlay span a:hover {
    color: #007AA4
}

@media(max-width:991px) {
    .post-overlay .featured-post {
        font-size: 12px;
        margin-left: -15px;
        max-width: 110px;
        padding: 5px 10px 5px 15px;
        text-align: left;
        width: auto;
        position: absolute;
        top: -27px
    }
}

@media(max-width:767px) {
    .post-overlay .featured-post {
        padding: 2px 10px 2px 15px;
        top: -21px
    }
}

.post-overlay .title h2 {
    margin-top: 0;
}

.post-overlay .title h2:hover {
    color: #007AA4
}

@media(max-width:991px) {
    .post-overlay .title h2 {
        font-size: 19px;
        line-height: 21px;
        margin-bottom: 30px
    }
}

.post-overlay .title a {
    -moz-opacity: .9;
    -khtml-opacity: .9;
    -webkit-opacity: .9;
    opacity: .9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    filter: alpha(opacity=90)
}

    .post-overlay .title a:hover,
    .post-overlay .title a:focus,
    .post-overlay .title a:active {
        text-decoration: none;
        color: #007AA4
    }

.post-overlay .fa {
    color: #007AA4;
    margin: 0 5px 0 40px
}

@media(max-width:991px) {
    .post-overlay .fa.fa-bookmark {
        margin-right: 5px !important;
        line-height: 22px
    }
}

.post-overlay .author {
    display: inline-block;
    margin-right: 5px
}

    .post-overlay .author p {
        font-size: 15px;
        color: #E5DED4;
        margin-bottom: 0;
        display: inline-block;
        margin-right: 30px
    }

.japan .post-overlay .author {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

    .japan .post-overlay .author p {
        font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
    }

.author-link {
    color: #E5DED4
}

    .author-link:hover {
        color: #007AA4
    }

@media(max-width:991px) {
    .author-link {
        display: none
    }
}

.half-width-blog-article {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    background-position: top center !important
}

@media(max-width:991px) {
    .half-width-blog-article {
        height: auto;
        min-height: 250px;
        background-size: cover !important
    }
}

@media(max-width:767px) {
    .half-width-blog-article {
        min-height: 200px
    }
}

.half-width-blog-article .img-link {
    display: block;
    z-index: 4;
    position: relative
}

.half-width-blog-article:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(95, 95, 95, .5);
    z-index: 1;
    top: 0;
    display: none
}

.half-width-blog-article:hover:after {
    display: block
}

.half-width-blog-article .author {
    margin-bottom: 10px;
    margin-right: 5px
}

@media(max-width:991px) {
    .half-width-blog-article .author {
        font-size: 13px;
        margin-bottom: 5px
    }
}

@media(max-width:767px) {
    .half-width-blog-article .author {
        display: none
    }
}

.half-width-blog-article .date {
    margin-bottom: 10px;
    display: inline-block
}

.japan .half-width-blog-article .date {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .half-width-blog-article .date {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 16px;
        display: none
    }
}

@media(max-width:767px) {
    .half-width-blog-article .date {
        display: none
    }
}

.half-width-blog-article img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: 100%
}

.half-width-blog-article .fa {
    margin: 0
}

.half-width-blog-article .post-overlay {
    width: 85%;
    z-index: 5
}

@media(max-width:991px) {
    .half-width-blog-article .post-overlay {
        bottom: 0;
        left: 0;
        width: 100%
    }
}

.half-width-blog-article .post-overlay .title a {
    width: 90%
}

.external-link-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 94px 94px 0;
    border-color: transparent rgba(18, 127, 152, .5) transparent transparent;
    z-index: 10
}

@media(max-width:991px) {
    .external-link-container {
        border-width: 0 70px 70px 0
    }
}

.external-link-container a {
    display: block;
    width: 94px;
    height: 94px;
    position: relative;
    color: #E5DED4
}

@media(max-width:991px) {
    .external-link-container a {
        width: 70px;
        height: 70px
    }
}

.external-link-container a:hover {
    text-decoration: none
}

    .external-link-container a:hover .fa {
        text-decoration: none;
        color: #A3C754
    }

.external-link-container a .fa {
    position: absolute;
    right: 12px;
    top: 15px;
    font-size: 30px
}

@media(max-width:991px) {
    .external-link-container a .fa {
        font-size: 23px;
        right: 8px;
        top: 12px
    }
}

.video-wrapper {
    background: #c0e6ed;
    padding: 40px 20px
}

    .video-wrapper .video-headline {
        display: block;
        font-size: 22px;
        margin-bottom: 10px
    }

.japan .video-wrapper .video-headline {
    /*    font-family: clarendon-urw, 'こぶりなゴシック W3 JIS2004', "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
*/
}

.video-wrapper .video-description {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
}

.japan .video-wrapper .video-description {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:435px) {
    .blog-landing-content .video-rtr .video-container .video-rtr-play-icon {
        z-index: 0
    }
}

.blog-landing-filters {
    padding: 30px 0
}

@media(max-width:991px) {
    .blog-landing-filters #filters-search-field {
        border-radius: 4px 0 0 4px;
        box-shadow: none
    }

        .blog-landing-filters #filters-search-field::-webkit-input-placeholder {
            color: #E5DED4
        }

        .blog-landing-filters #filters-search-field::-moz-placeholder {
            color: #E5DED4
        }

        .blog-landing-filters #filters-search-field:-ms-input-placeholder {
            color: #E5DED4
        }

        .blog-landing-filters #filters-search-field:-moz-placeholder {
            color: #E5DED4
        }
}

.blog-landing-filters .mobile-filters {
    background-image: url(/Assets/images/Filter.png);
    background-repeat: no-repeat;
    display: block;
    width: 29px;
    height: 38px;
    background-size: cover
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
    .blog-landing-filters .mobile-filters {
        background-image: url(/Assets/images/Filter2x.png);
        background-size: 29px 38px
    }
}

@media(max-width:991px) {
    .blog-landing-filters .mobile-filters-dropdown {
        display: none
    }
}

.blog-landing-filters .row {
    margin: 0
}

.blog-landing-filters .form-control {
    height: 40px;
    font-size: 20px;
    color: #333333;
    border-right: 0;
    border-color: rgba(147, 146, 146, .25)
}

.japan .blog-landing-filters .form-control {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.blog-landing-filters #filters-search {
    padding: 6px 30px;
    height: 40px;
    letter-spacing: 1.6px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    margin-left: 0;
    padding: 9px 50px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .14);
    margin-top: 14px;
}

@media(max-width:991px) {
    .blog-landing-filters #filters-search {
        font-size: 20px;
        line-height: 26px;
        padding: 8px 17px;
        letter-spacing: 0;
        font-size: 16px;
        border-radius: 0 4px 4px 0
    }
}

.blog-landing-filters .btn-group {
    width: 100%
}

    .blog-landing-filters .btn-group .btn {
        width: 100%;
        border-radius: 0;
        text-align: left;
        height: 40px
    }

        .blog-landing-filters .btn-group .btn .fa {
            font-size: 1.5em;
            position: absolute;
            top: 4px;
            right: 10px;
            color: #A3C754
        }

@media(max-width:1024px) {
    .blog-landing-filters .btn-group .btn {
        top: 4px
    }
}

.blog-landing-filters .btn-group .btn.btn-default:hover,
.blog-landing-filters .btn-group .btn.btn-default:focus {
    background-color: #e4e1e1
}

    .blog-landing-filters .btn-group .btn.btn-default:hover .fa,
    .blog-landing-filters .btn-group .btn.btn-default:focus .fa {
        color: #A3C754
    }

.blog-landing-filters .btn-group ul {
    width: 100%;
    border-radius: 0
}

    .blog-landing-filters .btn-group ul li {
        cursor: pointer
    }

        .blog-landing-filters .btn-group ul li a {
            color: #006B4D
        }

            .blog-landing-filters .btn-group ul li a.selected {
                color: #333333
            }

            .blog-landing-filters .btn-group ul li a:hover {
                color: #333333
            }

.blog-landing-filters .open > .dropdown-toggle.btn-default {
    background-color: transparent !important
}

.blog-landing-filters .dropdown-toggle {
    box-shadow: none !important
}

.blog-landing-filters .btn-default {
    border-color: rgba(147, 146, 146, .25);
    font-size: 22px;
    color: #006B4D;
    font-weight: 300;
    outline: none
}

.japan .blog-landing-filters .btn-default {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.blog-landing-filters .btn-default:hover,
.blog-landing-filters .btn-default:focus {
    background-color: transparent !important;
    outline: none !important;
    border-color: rgba(147, 146, 146, .25) !important
}

.blog-landing-filters .dropdown-menu {
    border-radius: 0;
    padding: 0;
    border: 1px solid rgba(147, 146, 146, .25);
    border-top: 0;
    margin: 0;
    z-index: 2000
}

    .blog-landing-filters .dropdown-menu li a {
        font-size: 22px;
        color: #006B4D;
        font-weight: 300;
        padding: 4px 12px;
        border-bottom: 1px solid rgba(147, 146, 146, .25);
        background-color: transparent !important;
        white-space: normal
    }

.japan .blog-landing-filters .dropdown-menu li a {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.blog-landing-filters .dropdown-menu li a:hover {
    color: #333333;
    background-color: transparent
}

.blog-landing-filters .dropdown-menu li .active {
    color: #333333
}

.blog-landing-filters .dropdown-menu li .selected {
    color: #333333
}

.blog-no-articles {
    padding: 20px 10px;
    margin-bottom: 30px
}

.blog-loading-articles {
    padding: 20px 10px;
    margin-bottom: 30px;
    text-align: center
}

    .blog-loading-articles i {
        color: #A3C754
    }

.blog-show-more {
    text-align: center;
    color: #00546B;
    clear: both;
    padding: 20px 0 40px 0;
    font-size: 22px
}

@media(max-width:991px) {
    .blog-show-more {
        padding: 0 0 24px
    }
}

.blog-show-more .blog-show-more-action {
    cursor: pointer
}

@media(max-width:991px) {
    .blog-show-more .blog-show-more-action {
        font-size: 16px
    }
}

.data-module-icon {
    font-size: 38px;
    font-weight: normal;
    font-style: normal
}

.icon-non-expanding {
    visibility: hidden
}

@media(max-width:991px) {
    .module-data-sharing .container {
        padding-left: 0;
        padding-right: 0
    }
}

.module-data-sharing button {
    position: absolute;
    right: 15px;
    bottom: 30px;
    font-size: 15px;
    letter-spacing: -.5px;
    font-weight: 400;
    outline: none
}

.japan .module-data-sharing button {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.module-data-sharing .book-large {
    background: url(/Assets/images/book-large.png);
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-size: cover;
    padding-bottom: 51.8%
}

@media(max-width:991px) {
    .module-data-sharing .book-large .data-module-icon {
        position: relative;
        font-size: 20px
    }
}

.module-data-sharing .book-large .left-side {
    margin-left: 18px;
    margin-top: 17px;
    position: relative;
    padding-bottom: 37%
}

@media(max-width:991px) {
    .module-data-sharing .book-large .left-side {
        margin-left: 8px;
        margin-top: 8px
    }
}

.module-data-sharing .book-large .left-side .data-sharing-text {
    font-weight: 600
}

.module-data-sharing .book-large .left-side .data-sharing-number {
    font-size: 50px;
    line-height: 55px;
    font-weight: 600
}

@media(max-width:991px) {
    .module-data-sharing .book-large .left-side .data-sharing-number {
        font-size: 20px !important
    }
}

.module-data-sharing .book-large .left-side .content-text {
    display: block;
    position: absolute;
    top: 23%
}

.module-data-sharing .book-large .left-side .sub-title p {
    font-weight: 400;
    font-size: 19px;
    line-height: 20px;
    color: #006B4D
}

.japan .module-data-sharing .book-large .left-side .sub-title p {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:1199px) {
    .module-data-sharing .book-large .left-side .sub-title p {
        font-size: 15px
    }
}

.module-data-sharing .book-large .right-side {
    float: right;
    margin-top: 20px;
    margin-right: 16px
}

@media(max-width:991px) {
    .module-data-sharing .book-large .right-side {
        padding-bottom: 0
    }
}

.module-data-sharing .book-large .right-side .text-holder {
    font-weight: 300;
    font-size: 19px;
    line-height: 22px;
    margin-right: 10px;
    color: #006B4D
}

.japan .module-data-sharing .book-large .right-side .text-holder {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:1199px) {
    .module-data-sharing .book-large .right-side .text-holder {
        font-size: 15px;
        padding-right: 5px;
        padding-left: 5px
    }
}

.module-data-sharing .book-large .right-side .mobile-holder {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.module-data-sharing .book-large .right-side .data-module-text-holder {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.module-data-sharing .book-large .right-side .other-social {
    bottom: 30px;
    right: 10px;
    position: absolute
}

.module-data-sharing .book-large .right-side .thumbnail-wrapper img {
    max-width: 100%
}

@media(max-width:1199px) {
    .module-data-sharing .book-large .right-side .thumbnail-wrapper img {
        max-width: 90%;
        margin-left: 15px
    }
}

.module-data-sharing .book {
    background: url(/Assets/images/book.png);
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 107%;
    background-size: cover
}

@media(max-width:991px) {
    .module-data-sharing .book {
        margin-bottom: 20px
    }
}

.module-data-sharing .book .content-text {
    display: block;
    position: absolute;
    top: 26%;
    left: 18px;
    right: 10px
}

.module-data-sharing .book .data-sharing-text {
    font-weight: 600
}

@media(max-width:991px) {
    .module-data-sharing .book .data-sharing-text {
        margin-bottom: 0
    }
}

.module-data-sharing .book .data-sharing-number {
    font-size: 50px;
    line-height: 55px;
    font-weight: 600
}

@media(max-width:991px) {
    .module-data-sharing .book .data-sharing-number {
        margin-bottom: 0;
        font-size: 20px !important
    }
}

.module-data-sharing .book .data-module-icon {
    position: absolute;
    left: 23px;
    top: 21px
}

@media(max-width:991px) {
    .module-data-sharing .book .data-module-icon {
        font-size: 25px
    }
}

.module-data-sharing .book p {
    font-weight: 400;
    font-size: 19px;
    line-height: 20px;
    color: #006B4D
}

.japan .module-data-sharing .book p {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .module-data-sharing .book p {
        max-height: 38px;
        overflow: hidden
    }
}

.module-data-sharing .book .other-social {
    position: absolute;
    right: 11px;
    bottom: 30px;
    margin-right: 0
}

.module-data-sharing .data-module-icon.share {
    font-family: "freerange-rtr";
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    right: 11px;
    bottom: 30px;
    left: auto;
    top: auto
}

@media(max-width:991px) {
    .module-data-sharing .data-module-icon.share {
        margin-top: 10px;
        position: absolute;
        bottom: 33px !important
    }
}

.module-data-sharing .data-module-icon.share:before {
    content: "c" !important
}

.module-data-sharing svg:not(:root) {
    width: 100%;
    position: relative
}

@media(max-width:991px) {
    .module-data-sharing svg:not(:root) {
        height: auto !important
    }
}

.module-data-sharing .mobile-btn {
    position: absolute;
    font-size: 35px;
    bottom: 7px !important;
    right: 5px !important
}

.module-data-sharing foreignobject {
    width: 94%
}

.modal {
    z-index: 2001
}

@media(max-width:1199px) {
    .modal .modal-dialog {
        width: 95%
    }
}

.data-module-modal-wrapper {
    margin-top: 80px
}

    .data-module-modal-wrapper .data-module-modal-inner {
        overflow: hidden;
        padding: 40px 0;
        height: 700px
    }

        .data-module-modal-wrapper .data-module-modal-inner a {
            color: #E5DED4
        }

        .data-module-modal-wrapper .data-module-modal-inner .video-carousel {
            background-color: #E5DED4;
            padding: 0
        }

            .data-module-modal-wrapper .data-module-modal-inner .video-carousel .video-carousel-info {
                display: none
            }

        .data-module-modal-wrapper .data-module-modal-inner .social-module {
            text-align: center
        }

            .data-module-modal-wrapper .data-module-modal-inner .social-module .jssocials-wrap {
                margin-top: 40px;
                margin-bottom: 19px;
                bottom: 0
            }

            .data-module-modal-wrapper .data-module-modal-inner .social-module .jssocials-share a {
                width: 35px;
                height: 35px;
                margin-left: 5px
            }

                .data-module-modal-wrapper .data-module-modal-inner .social-module .jssocials-share a i {
                    padding-top: 6px
                }

        .data-module-modal-wrapper .data-module-modal-inner .social-icons {
            bottom: auto;
            margin-top: 30px;
            text-align: center
        }

            .data-module-modal-wrapper .data-module-modal-inner .social-icons a {
                margin-left: 10px
            }

                .data-module-modal-wrapper .data-module-modal-inner .social-icons a.more-social span {
                    font-size: 22px;
                    line-height: 29px
                }

                .data-module-modal-wrapper .data-module-modal-inner .social-icons a span {
                    width: 32px;
                    height: 32px
                }

                    .data-module-modal-wrapper .data-module-modal-inner .social-icons a span i {
                        padding-top: 8px;
                        color: #E5DED4;
                        display: inline-block;
                        font: normal normal normal 18px/1 FontAwesome;
                        text-decoration: none
                    }

                        .data-module-modal-wrapper .data-module-modal-inner .social-icons a span i.pinterest-icon:before {
                            content: ""
                        }

                        .data-module-modal-wrapper .data-module-modal-inner .social-icons a span i.mailto-icon:before {
                            content: ""
                        }

.data-module-modal {
    background: transparent;
    border: 0 none;
    box-shadow: none;
    color: #006B4D
}

    .data-module-modal .left-side,
    .data-module-modal .right-side {
        background: #E5DED4;
        float: left;
        position: relative;
        height: 100%
    }

    .data-module-modal .bottom-corner {
        width: 0;
        height: 0;
        margin-left: -40px;
        position: absolute;
        top: 100%;
        left: 100%;
        border: 20px solid #E5DED4;
        border-left: 20px solid transparent;
        border-bottom: 20px solid transparent
    }

    .data-module-modal .left-side {
        width: 30%;
        padding: 50px 30px 40px
    }

        .data-module-modal .left-side:before {
            content: "";
            width: 100%;
            height: 40px;
            position: absolute;
            bottom: 100%;
            right: 40px;
            background: #E5DED4
        }

        .data-module-modal .left-side:after {
            content: "";
            width: 0;
            height: 0;
            margin-left: -40px;
            position: absolute;
            bottom: 100%;
            left: 100%;
            border: 20px solid #E5DED4;
            border-right: 20px solid transparent;
            border-top: 20px solid transparent
        }

        .data-module-modal .left-side p {
            font-size: 15px;
            line-height: 15px;
        }

.japan .data-module-modal .left-side p {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.data-module-modal .right-side {
    width: 69%;
    margin-left: 1%;
    padding: 20px 50px 60px
}

    .data-module-modal .right-side:before {
        content: "";
        width: 100%;
        height: 40px;
        position: absolute;
        bottom: 100%;
        left: 40px;
        background: #E5DED4
    }

    .data-module-modal .right-side:after {
        content: "";
        width: 0;
        height: 0;
        margin-right: -40px;
        position: absolute;
        bottom: 100%;
        right: 100%;
        border: 20px solid #E5DED4;
        border-left: 20px solid transparent;
        border-top: 20px solid transparent
    }

    .data-module-modal .right-side .right-wrapper {
        width: 100%;
        height: 520px;
        overflow-y: auto;
        font-size: 18px;
        padding-right: 15px
    }

        .data-module-modal .right-side .right-wrapper h1,
        .data-module-modal .right-side .right-wrapper h2,
        .data-module-modal .right-side .right-wrapper h3,
        .data-module-modal .right-side .right-wrapper h4,
        .data-module-modal .right-side .right-wrapper h5 {
            border-bottom: 2px solid;
            padding: 10px 0
        }

        .data-module-modal .right-side .right-wrapper .image-next-to-text img {
            width: 100%
        }

    .data-module-modal .right-side .bottom-corner {
        border-left: 20px solid #E5DED4;
        border-right: 20px solid transparent;
        right: 100%;
        left: 0;
        margin-right: -40px;
        margin-left: auto
    }

    .data-module-modal .right-side .slick-slide {
        outline: none;
        position: relative;
        height: 500px
    }

        .data-module-modal .right-side .slick-slide img {
            max-width: 100%;
            height: auto;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%)
        }

        .data-module-modal .right-side .slick-slide .caption {
            position: absolute;
            bottom: 10px;
            left: 10px;
            margin: 0 20px;
            padding: 4px 10px;
            background-color: rgba(0, 0, 0, .4);
            color: #E5DED4;
            left: 0
        }

.japan .data-module-modal .right-side .slick-slide .caption {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.data-module-modal .close {
    position: relative;
    top: -30px;
    right: -15px;
    color: #006B4D;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

    .data-module-modal .close .icon-times {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1
    }

    .data-module-modal .close:focus {
        outline: 0 !important
    }

.data-module-modal .data-module-icon {
    position: absolute;
    top: 0;
    left: 30px
}

.data-module-modal p {
    color: #006B4D
}

.data-module-modal .modal-inner-text {
    font-size: 15px;
    color: #505050;
    font-weight: 400;
    line-height: 18px
}

.japan .data-module-modal .modal-inner-text {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.data-module-modal .modal-inner-text:before {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    margin: 15px 0
}

.data-module-social {
    position: absolute;
    right: 0;
    bottom: 0
}

    .data-module-social.other-social {
        float: right;
        position: inherit;
        margin-top: 10px
    }

    .data-module-social .social-icon {
        display: inline-block;
        font: normal normal normal 24px/1 FontAwesome;
        color: #00546B;
        margin-left: 10px;
        text-decoration: none
    }

    .data-module-social .twitter-icon:before {
        content: ""
    }

    .data-module-social .facebook-icon:before {
        content: ""
    }

    .data-module-social a {
        position: relative
    }

        .data-module-social a:hover,
        .data-module-social a:focus {
            text-decoration: none
        }

.yellow .svg-outline {
    stroke: #cfcfcf
}

.yellow .data-module-social .social-icon {
    color: #FFCC4E
}

.yellow .data-module-icon {
    font-family: "freerange-rtr";
    color: #FFCC4E
}

    .yellow .data-module-icon:before {
        content: "e"
    }

    .yellow .data-module-icon.share {
        color: #FFCC4E
    }

.yellow h1,
.yellow button,
.yellow a {
    color: #FFCC4E;
    border: 0 none;
    background: transparent
}

.yellow .modal-inner-text:before {
    background: #FFCC4E
}

.yellow .right-wrapper h1,
.yellow .right-wrapper h2,
.yellow .right-wrapper h3,
.yellow .right-wrapper h4,
.yellow .right-wrapper h5 {
    border-color: #FFCC4E
}

.gray .svg-outline {
    stroke: #cfcfcf
}

.gray .data-module-social .social-icon {
    color: #006B4D
}

.gray .data-module-icon {
    font-family: "freerange-rtr";
    color: #006B4D
}

    .gray .data-module-icon:before {
        content: "d"
    }

    .gray .data-module-icon.share {
        color: #006B4D
    }

.gray h1,
.gray button,
.gray a {
    color: #006B4D;
    border: 0 none;
    background: transparent
}

.gray .modal-inner-text:before {
    background: #FFCC4E
}

.gray .right-wrapper h1,
.gray .right-wrapper h2,
.gray .right-wrapper h3,
.gray .right-wrapper h4,
.gray .right-wrapper h5 {
    border-color: #006B4D
}

.blue-dark .svg-outline {
    stroke: #cfcfcf
}

.blue-dark .data-module-social .social-icon {
    color: #00789f
}

.blue-dark .data-module-icon {
    font-family: "freerange-rtr";
    color: #00789f
}

    .blue-dark .data-module-icon:before {
        content: "b"
    }

    .blue-dark .data-module-icon.share {
        color: #00789f !important
    }

.blue-dark h1,
.blue-dark button,
.blue-dark a {
    color: #00789f;
    border: 0 none;
    background: transparent
}

.blue-dark .modal-inner-text:before {
    background: #00789f
}

.blue-dark .right-wrapper h1,
.blue-dark .right-wrapper h2,
.blue-dark .right-wrapper h3,
.blue-dark .right-wrapper h4,
.blue-dark .right-wrapper h5 {
    border-color: #00789f !important
}

.blue-light .svg-outline {
    stroke: #cfcfcf
}

.blue-light .data-module-social .social-icon {
    color: #007AA4
}

.blue-light .data-module-icon {
    font-family: "freerange-rtr";
    color: #007AA4
}

    .blue-light .data-module-icon:before {
        content: "a"
    }

    .blue-light .data-module-icon.share {
        color: #007AA4
    }

.blue-light h1,
.blue-light button,
.blue-light a {
    color: #007AA4;
    border: 0 none;
    background: transparent
}

.blue-light .modal-inner-text:before {
    background: #007AA4
}

.blue-light .right-wrapper h1,
.blue-light .right-wrapper h2,
.blue-light .right-wrapper h3,
.blue-light .right-wrapper h4,
.blue-light .right-wrapper h5 {
    border-color: #007AA4
}

.non-expanding.no-icon .data-module-icon {
    color: transparent
}

    .non-expanding.no-icon .data-module-icon.share {
        float: right;
        position: inherit
    }

.non-expanding a {
    right: -50px
}

    .non-expanding a:hover {
        text-decoration: none
    }

.non-expanding .left-side,
.non-expanding .right-side {
    float: left;
    width: 45%
}

.mobile-data-module {
    outline: 0 none
}

    .mobile-data-module foreignobject button,
    .mobile-data-module foreignobject a {
        position: initial;
        margin-top: 50px;
        float: right;
        font-size: 18px
    }

.data-module-photo-slider {
    height: 100%;
    width: 100%
}

    .data-module-photo-slider .slick-prev:before,
    .data-module-photo-slider .slick-next:before {
        color: #007AA4;
        content: ''
    }


@media(max-width:991px) {
    .data-module-photo-slider .slick-prev {
        left: 2px;
        z-index: 1
    }
}


.data-module-photo-slider .slick-list {
    height: 500px;
    min-width: 100%
}

    .data-module-photo-slider .slick-list .slick-track {
        margin: 0 auto
    }

.video-js {
    width: 100% !important;
    height: 100%
}

    .video-js .vjs-big-play-button {
        top: 43%;
        left: 44%;
        border: 0 none;
        background-color: transparent;
        background: url(/Assets/images/play-video-btn.png) no-repeat center;
        background-size: 100%;
        width: 100px;
        height: 100px;
        border-radius: 50%
    }

        .video-js .vjs-big-play-button:before {
            display: none
        }

        .video-js .vjs-big-play-button:hover {
            background-color: transparent
        }

    .video-js:hover .vjs-big-play-button {
        background-color: transparent
    }

.mobile-modal-container .data-module-modal-wrapper {
    background: #E5DED4;
    padding: 15px;
    margin: 0;
    width: 100%
}

    .mobile-modal-container .data-module-modal-wrapper .data-module-icon {
        left: 0
    }

    .mobile-modal-container .data-module-modal-wrapper .data-module-modal-inner {
        height: auto
    }

    .mobile-modal-container .data-module-modal-wrapper .mobile-video-holder {
        margin-top: 20px
    }

    .mobile-modal-container .data-module-modal-wrapper .data-module-modal .data-module-photo-slider {
        clear: both;
        margin-top: 50px;
        height: 300px
    }

        .mobile-modal-container .data-module-modal-wrapper .data-module-modal .data-module-photo-slider .slick-list {
            height: 100%
        }

            .mobile-modal-container .data-module-modal-wrapper .data-module-modal .data-module-photo-slider .slick-list .slick-track {
                height: 100%
            }

                .mobile-modal-container .data-module-modal-wrapper .data-module-modal .data-module-photo-slider .slick-list .slick-track .slick-slide {
                    overflow: hidden
                }

                .mobile-modal-container .data-module-modal-wrapper .data-module-modal .data-module-photo-slider .slick-list .slick-track img {
                    max-width: 100%;
                    height: auto;
                    display: block;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%)
                }

                .mobile-modal-container .data-module-modal-wrapper .data-module-modal .data-module-photo-slider .slick-list .slick-track .caption {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    padding: 4px 10px;
                    background-color: rgba(0, 0, 0, .4);
                    color: #E5DED4
                }

.module-data-sharing .btn.btn-blue {
    background: #007AA4
}

.module-data-sharing .video-rtr {
    background-color: #E5DED4;
    padding: 24px 0 40px 0
}

.module-data-sharing .book .other-social {
    position: absolute
}

.data-module-element {
    margin-bottom: 30px
}

@media(max-width:991px) {
    .data-module-element {
        margin-bottom: 20px
    }
}

.data-module-element .left-side,
.data-module-element .right-side {
    float: left;
    width: 45%
}

@media(max-width:991px) {
    .data-module-element .mobile-holder img {
        width: 80%;
        margin-left: 16px;
        margin-bottom: 25px
    }
}

@media(min-width:1200px) {
    .modal-lg {
        width: 1100px
    }
}

@media(max-width:1310px) {
    .module-data-sharing .share {
        right: 35px;
        bottom: 0
    }

    .data-sharing-number {
        font-size: 50px !important;
        line-height: 50px !important
    }
}

@media(max-width:1199px) {
    .data-sharing-number {
        font-size: 35px !important;
        line-height: 35px !important
    }

    .data-sharing-text {
        right: 5px;
        font-size: 30px;
        top: 24%
    }

    .book .data-module-icon {
        left: 13px !important;
        top: 0 !important
    }

    .module-data-sharing .share {
        font-size: 20px !important;
        bottom: 25px !important;
        right: 11px !important;
        left: auto !important;
        top: auto !important
    }

    .module-data-sharing button {
        right: 2px !important;
        bottom: 20px !important
    }
}

@media(max-width:991px)and (max-width:991px) {
    .module-data-sharing button {
        right: 15px !important;
        bottom: 33px !important
    }
}

@media(max-width:480px) {
    .data-sharing-text {
        font-size: 14px;
        line-height: 15px !important;
        top: 22% !important;
        left: 10px !important;
        margin-bottom: 4px
    }

    .module-data-sharing .mobile-btn {
        position: absolute;
        font-size: 30px !important;
        bottom: 2px !important;
        right: 0 !important
    }

    .module-data-sharing button {
        right: 0 !important;
        bottom: 22px !important;
        font-size: 12px !important
    }

    .module-data-sharing .data-module-icon.share {
        margin-top: 10px;
        position: absolute;
        bottom: 14px !important;
        font-size: 15px !important;
        right: 7px !important
    }

    .module-data-sharing .book .other-social {
        right: 7px;
        bottom: 17px;
        margin-right: 0
    }

    .module-data-sharing .book .data-module-icon {
        font-size: 15px !important;
        top: 5px !important
    }

        .module-data-sharing .book .data-module-icon.share {
            top: auto !important;
            bottom: 20px !important
        }

    .module-data-sharing .book .content-text {
        left: 7px;
        right: 6px
    }

    .module-data-sharing p {
        font-size: 12px !important;
        line-height: 12px !important
    }

    .data-module-social .social-icon {
        display: inline-block;
        font: normal normal normal 15px/1 FontAwesome;
        color: #00546B;
        margin-left: 11px;
        text-decoration: none
    }

    .non-expanding svg:not(:root) {
        height: auto !important
    }

    .non-expanding foreignobject {
        width: 92%
    }

        .non-expanding foreignobject .mobile-more {
            float: right;
            position: inherit;
            font-size: 30px
        }

    .non-expanding .mobile-holder {
        height: 210px;
        overflow: hidden
    }

        .non-expanding .mobile-holder img {
            height: 100%;
            width: 100%
        }

    .book foreignobject button {
        bottom: 25px;
        right: 65px
    }
}

.join-the-conversation {
    display: block;
    background-color: #00789f;
    padding: 40px 0
}

    .join-the-conversation .footer-icons {
        align-items: center;
        display: inline-flex;
    }

    .join-the-conversation h2 {
        color: #E5DED4;
        margin-top: 0;
        margin-bottom: 20px
    }

@media(max-width:991px) {
    .join-the-conversation .footer-icons {
        float: none !important;
        margin-top: 20px;
        margin-left: 0
    }
}

@media(max-width:991px) {
    .join-the-conversation .footer-icons a:nth-child(3):after {
        content: "";
        display: block;
        white-space: pre
    }
}

.join-the-conversation .footer-icons span {
    display: inline-flex;
    background: #E5DED4;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    margin-left: 25px;
    justify-content: center;
    align-items: center;
    margin-top: 3px
}

.footer-icons span i {
    color: #994263;
}

.footer-icons span svg {
    height: 20px;
    fill: #994263;
}

@media(min-width:980px)and (max-width:1197px) {
    .join-the-conversation .footer-icons span {
        margin-left: 10px
    }
}

@media(max-width:991px) {
    .join-the-conversation .footer-icons span {
        margin-left: 12px;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        margin-bottom: 10px
    }
}

.join-the-conversation .footer-icons i {
    text-decoration: none;
    font-size: 26px;
    line-height: 1;
}

@media(max-width:991px) {
    .join-the-conversation .footer-icons i {
        font-size: 22px
    }
}

.join-the-conversation .footer-icons i.twitter-icon {
    display: inline-block;
    color: #007AA4;
    padding-top: 10px
}

    .join-the-conversation .footer-icons i.twitter-icon:before {
        content: ""
    }

.join-the-conversation .footer-icons i.facebook-icon {
    display: inline-block;
    color: #007AA4;
    padding-top: 10px
}

    .join-the-conversation .footer-icons i.facebook-icon:before {
        content: ""
    }

.join-the-conversation .footer-icons i.linkedin-icon {
    display: inline-block;
    padding-top: 10px;
    color: #007AA4
}

    .join-the-conversation .footer-icons i.linkedin-icon:before {
        content: ""
    }

.join-the-conversation .footer-icons i.instagram-icon {
    display: inline-block;
    padding-top: 10px;
    color: #007AA4
}

    .join-the-conversation .footer-icons i.instagram-icon:before {
        content: ""
    }

.join-the-conversation .footer-icons i.google-icon {
    display: inline-block;
    padding-top: 10px;
    color: #007AA4
}

    .join-the-conversation .footer-icons i.google-icon:before {
        content: ""
    }

.join-the-conversation .footer-icons i.youtube-icon {
    display: inline-block;
    padding-top: 10px;
    color: #007AA4
}

    .join-the-conversation .footer-icons i.youtube-icon:before {
        content: ""
    }

.join-the-conversation .footer-icons i.medium-icon {
    display: inline-block;
    padding-top: 10px;
    color: #007AA4
}

    .join-the-conversation .footer-icons i.medium-icon:before {
        content: ""
    }

.join-the-conversation .footer-icons span:hover {
    background-color: #007AA4
}

    .join-the-conversation .footer-icons span:hover .twitter-icon {
        color: #E5DED4
    }

    .join-the-conversation .footer-icons span:hover .facebook-icon {
        color: #E5DED4
    }

    .join-the-conversation .footer-icons span:hover .linkedin-icon {
        color: #E5DED4
    }

    .join-the-conversation .footer-icons span:hover .instagram-icon {
        color: #E5DED4
    }

    .join-the-conversation .footer-icons span:hover .google-icon {
        color: #E5DED4
    }

    .join-the-conversation .footer-icons span:hover .youtube-icon {
        color: #E5DED4
    }

    .join-the-conversation .footer-icons span:hover .medium-icon {
        color: #E5DED4
    }

.img-overlay {
    display: block;
    width: 100%;
    min-height: 700px;
    padding-top: 156px;
    background-position: center center !important
}

    .img-overlay h1 {
        font-size: 36px;
        color: #E5DED4;
        line-height: 40px;
        text-align: left;
        margin-top: 0;
        margin-bottom: 30px
    }

    .img-overlay p {
        font-size: 22px;
        color: #E5DED4
    }

@media(max-width:767px) {
    .img-overlay {
        margin-bottom: 20px
    }
}

.img-overlay-dark {
    display: block;
    width: 100%;
    min-height: 700px;
    padding: 156px 0;
    background-position: center center !important
}

    .img-overlay-dark h2 {
        font-size: 36px;
        color: #E5DED4;
        line-height: 40px;
        text-align: left;
        margin-top: 0;
        margin-bottom: 30px
    }

    .img-overlay-dark p {
        font-size: 22px;
        color: #E5DED4
    }

@media(max-width:767px) {
    .img-overlay-dark {
        margin-bottom: 20px
    }
}

.img-overlay-dark h2 {
    color: #333333
}

.img-overlay-dark p {
    color: #333333
}

.contact {
    display: block;
    margin-bottom: 40px;
    margin-top: 10px
}

    .contact .row.is-flex {
        display: flex;
        flex-wrap: wrap
    }

        .contact .row.is-flex > [class*='col-'] {
            display: flex;
            flex-direction: column
        }

    .contact .row.is-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .contact .row.is-flex > [class*='col-'] {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column
        }

    .contact .col-md-8 {
        width: 66.5%
    }

@media(max-width:991px) {
    .contact .col-md-8 {
        width: 100%
    }
}

.contact h3 {
    margin-top: 0
}

.contact p {
    margin-bottom: 0;
    /*    font-size: 15px;
    line-height: 18px;*/
    color: #505050
}

    .contact p a {
        font-size: 18px;
        color: inherit;
    }

@media(max-width:991px) {
    .contact p a {
        font-size: 15px
    }
}

.contact .contact-text {
    padding-top: 30px;
    padding-bottom: 30px
}

.contact .border {
    border-top: 4px solid #FFCC4E;
    border-bottom: 4px solid #FFCC4E
}

@media(max-width:991px) {
    .contact .border {
        margin: 20px 10px 0
    }
}

.contact .padding-20 {
    padding-left: 20px;
    padding-right: 20px
}

.contact .padding-30 {
    padding-left: 30px;
    padding-right: 30px
}

@media(max-width:991px) {
    .contact .padding-30 {
        padding: 0
    }
}

.challenge-wrapper {
    position: relative;
    min-height: 400px;
    background-size: cover
}

@media(max-width:991px) {
    .challenge-wrapper {
        width: 100%;
        min-height: 320px;
        height: auto;
        background-position: 50% 50%
    }
}

.challenge-wrapper.active p,
.challenge-wrapper.active h1,
.challenge-wrapper.active a {
    color: #E5DED4 !important
}

.challenge-wrapper.active:before {
    background-color: rgba(0, 119, 159, .95);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.challenge-wrapper.active .social-icons-wrapper .jssocials-wrap .jssocials-share a {
    background: #E5DED4 !important
}

    .challenge-wrapper.active .social-icons-wrapper .jssocials-wrap .jssocials-share a i {
        color: #00789f
    }

.challenge-wrapper .container-height {
    min-height: 400px
}

@media(max-width:991px) {
    .challenge-wrapper .container-height {
        min-height: inherit
    }
}

.challenge-wrapper h1 {
    color: #E5DED4;
    margin-top: 120px
}

@media(max-width:991px) {
    .challenge-wrapper h1 {
        margin-top: 20px;
        font-size: 26px;
        line-height: 28px
    }
}

.challenge-wrapper p {
    color: #E5DED4;
    max-width: 550px;
    font-weight: 400
}

@media(max-width:991px) {
    .challenge-wrapper p {
        line-height: 18px;
        margin-bottom: 10px
    }
}

.challenge-wrapper a.challenge-read-more {
    color: #E5DED4;
    cursor: pointer;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    text-decoration: none;
    padding-bottom: 60px;
    display: block
}

.japan .challenge-wrapper a.challenge-read-more {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.challenge-wrapper a.challenge-read-more:hover {
    color: #A3C754
}

@media(max-width:991px) {
    .challenge-wrapper a.challenge-read-more {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 30px
    }
}

.challenge-wrapper .social-icons-wrapper {
    bottom: 0;
    position: absolute;
    right: 0
}

    .challenge-wrapper .social-icons-wrapper .social-icons {
        bottom: 30px
    }

.programs-wrapper {
    position: relative;
    z-index: 1000;
    margin-top: 63px
}

@media(max-width:991px) {
    .programs-wrapper {
        margin-top: 0
    }
}

@media(max-width:991px) {
    .programs-wrapper .program-section.program2 {
        margin-top: 40px
    }
}

.programs-wrapper .program-section .title-svg {
    left: -63px;
    position: absolute;
    top: 10px
}

@media(max-width:991px) {
    .programs-wrapper .program-section .title-svg {
        top: 3px
    }
}

@media(max-width:767px) {
    .programs-wrapper .program-section .title-svg {
        left: -30px
    }
}

.programs-wrapper .program-section h1 {
    font-size: 32px;
    line-height: 34px
}

@media(max-width:991px) {
    .programs-wrapper .program-section h1 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 0
    }
}

.programs-wrapper .program-section .program-subtitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
}

.japan .programs-wrapper .program-section .program-subtitle {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .programs-wrapper .program-section .program-subtitle {
        font-size: 16px;
        line-height: 22px
    }
}

.programs-wrapper .program-section .programs-tabs {
    margin-bottom: 90px;
    margin-top: 46px
}

@media(max-width:991px) {
    .programs-wrapper .program-section .programs-tabs {
        margin: 0
    }
}

.programs-wrapper .program-section .programs-tabs .programs-menu {
    background-color: #f5f2ec;
    text-align: center;
    display: flex;
    /*align-items: center;*/
}

@media(max-width:991px) {
    .programs-wrapper .program-section .programs-tabs .programs-menu {
        display: block
    }
}

.programs-wrapper .program-section .programs-tabs .programs-menu a.menu-item {
    color: #333333;
    display: inline-block;
    flex-basis: 100%;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    font-size: 20px;
    margin-left: 15px;
}

@media (max-width:991px) {
    .programs-wrapper .program-section .programs-tabs .programs-menu a.menu-item {
        display: block;
        background: #f5f2ec;
        padding: 0;
        margin-bottom: 11px;
        margin-left: 0;
    }
}

.programs-wrapper .program-section .programs-tabs .programs-menu a.menu-item .circle-svg {
    display: none
}

.programs-wrapper .program-section .programs-tabs .programs-menu a.menu-item.active .circle-svg {
    display: block
}

@media(max-width:991) {
    .programs-wrapper .program-section .programs-tabs .programs-menu a.menu-item.active .circle-svg {
        display: none
    }
}

.programs-wrapper .program-section .programs-tabs .programs-menu a p {
    line-height: 20px;
    font-size: 18px
}

.japan .programs-wrapper .program-section .programs-tabs .programs-menu a p {
    /*    font-family: clarendon-urw, 'こぶりなゴシック W3 JIS2004', "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
*/
}

@media(max-width:991px) {
    .programs-wrapper .program-section .programs-tabs .programs-menu a p {
        margin: 0
    }
}

.programs-wrapper .program-section .programs-tabs .programs-menu a p:hover {
    color: #A3C754
}

@media(max-width:991px) {
    .programs-wrapper .program-section .programs-tabs .programs-menu a p br {
        clear: none;
        content: " ";
        display: inline;
        float: left
    }
}

.programs-wrapper .program-section .programs-tabs .programs-menu a.active:before {
    content: "";
    border-style: solid;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent #00789f transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 15px;
}

@media(max-width:991px) {
    .programs-wrapper .program-section .programs-tabs .programs-menu a.active:before {
        display: none
    }
}

@media(max-width:991px) {
    .programs-wrapper .program-section .programs-tabs .programs-menu a.active {
        background: #007AA4
    }

        .programs-wrapper .program-section .programs-tabs .programs-menu a.active p {
            color: #E5DED4
        }

        .programs-wrapper .program-section .programs-tabs .programs-menu a.active:hover {
            background: #007AA4
        }
}

.programs-wrapper .program-section .programs-tabs .programs-menu a .circle-svg {
    bottom: -20px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: auto
}

@media(max-width:991px) {
    .programs-wrapper .program-section .programs-tabs .programs-menu a .circle-svg {
        bottom: 14px;
        right: auto
    }
}

@media(max-width:767px) {
    .programs-wrapper .program-section .programs-tabs .programs-menu a .circle-svg {
        left: -26px
    }
}

.programs-wrapper .program-section .programs-tabs .programs-content {
    clear: both
}

.programs-wrapper .program-section .programs-tabs .programs-content .tabs-here {
    /*margin-top: 65px;*/
}

@media(max-width:991px) {
    .programs-wrapper .program-section .programs-tabs .programs-content .tabs-here {
        margin-top: 0
    }
}

.programs-wrapper .program-section .programs-tabs .programs-content .tabs-here .tab {
    display: none
}

@media(max-width:991px) {
    .programs-wrapper .program-section .programs-tabs .programs-content .tabs-here .tab .tab-container {
        width: 100%
    }
}

.programs-wrapper .program-section .programs-tabs .programs-content .tabs-here .tab .flex-me {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1011
}

@media(max-width:991px) {
    .programs-wrapper .program-section .programs-tabs .programs-content .tabs-here .tab .flex-me {
        display: block
    }
}

.programs-wrapper .program-section .programs-tabs .programs-content .tabs-here .tab .flex-me hr {
    border-color: #E5DED4;
    border-width: 2px;
    left: -0px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 70px;
    width: 100%;
    z-index: 1022;
    max-width: 1200px
}

@media(max-width:991px) {
    .programs-wrapper .program-section .programs-tabs .programs-content .tabs-here .tab .flex-me hr {
        display: none
    }
}

.programs-wrapper .program-section .programs-tabs .programs-content .tabs-here .tab .flex-me .tab-content {
    min-height: 550px;
    padding-top: 70px
}

@media(max-width:991px) {
    .programs-wrapper .program-section .programs-tabs .programs-content .tabs-here .tab .flex-me .tab-content {
        text-align: left;
        min-height: 0;
        background-position: 50% 50%;
        background-size: cover
    }
}

.programs-wrapper .program-section .programs-tabs .programs-content .tabs-here .tab .flex-me .tab-content h4 {
    font-size: 25px;
    line-height: 27px;
}

@media(max-width:991px) {
    .programs-wrapper .program-section .programs-tabs .programs-content .tabs-here .tab .flex-me .tab-content h4 {
        font-size: 20px;
        line-height: 24px
    }
}

.programs-wrapper .program-section .programs-tabs .programs-content .tabs-here .tab .flex-me .tab-content p {
    font-size: 24px;
    line-height: 30px
}

@media(max-width:991px) {
    .programs-wrapper .program-section .programs-tabs .programs-content .tabs-here .tab .flex-me .tab-content p {
        font-size: 16px;
        line-height: 22px
    }
}

.programs-wrapper .program-section .programs-tabs .programs-content .tabs-here .tab .flex-me .tab-content.tab-left {
    background: #00789f;
    color: #E5DED4;
    padding-left: 80px;
    padding-right: 115px
}

    .programs-wrapper .program-section .programs-tabs .programs-content .tabs-here .tab .flex-me .tab-content.tab-left p {
        color: #E5DED4
    }

@media(max-width:991px) {
    .programs-wrapper .program-section .programs-tabs .programs-content .tabs-here .tab .flex-me .tab-content.tab-left {
        padding: 40px 30px
    }
}

.programs-wrapper .program-section .programs-tabs .programs-content .tabs-here .tab .flex-me .tab-content.tab-right {
    padding-left: 80px;
    padding-right: 105px
}

@media(max-width:991px) {
    .programs-wrapper .program-section .programs-tabs .programs-content .tabs-here .tab .flex-me .tab-content.tab-right {
        padding: 40px 30px
    }
}

.programs-wrapper .program-section .programs-tabs .tab-learn-more {
    text-align: center
}

    .programs-wrapper .program-section .programs-tabs .tab-learn-more p {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 0;
        margin-top: 31px;
        font-weight: 400;
        letter-spacing: 1.5px
    }

    .programs-wrapper .program-section .programs-tabs .tab-learn-more a.btn {
        font-size: 20px;
        line-height: 22px;
        margin-top: 5px;
        padding: 17px 28px;
        font-weight: 700;
        letter-spacing: 1.5px
    }

.japan .programs-wrapper .program-section .programs-tabs .tab-learn-more a.btn {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .programs-wrapper .program-section .programs-tabs .tab-learn-more a.btn {
        padding: 11px 12px 12px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 15px
    }
}

.programs-footer {
    margin-bottom: 70px
}

@media(max-width:991px) {
    .programs-footer {
        margin-bottom: 40px
    }
}

.programs-footer .circle-svg {
    left: -50px;
    position: absolute;
    top: 30px;
    -webkit-filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0))
}

@media(max-width:991px) {
    .programs-footer .circle-svg {
        left: -10px;
        top: 25px
    }
}

.programs-footer h1 {
    font-size: 32px;
    line-height: 40px
}

    .programs-footer h1 span {
        font-size: 18px;
        line-height: 28px;
        vertical-align: top
    }

@media(max-width:991px) {
    .programs-footer h1 {
        font-size: 20px;
        line-height: 22px
    }
}

.programs-footer p {
    font-size: 22px;
    line-height: 28px
}

@media(max-width:991px) {
    .programs-footer p {
        font-size: 18px;
        line-height: 22px
    }
}

.basic-list .basic-list-content {
    display: block
}

    .basic-list .basic-list-content .row {
        margin-left: 0;
        margin-right: 0
    }

@media(min-width:768px)and (max-width:991px) {
    .basic-list .basic-list-content {
        margin-bottom: 15px
    }
}

@media(min-width:768px)and (max-width:991px) {
    .basic-list .basic-list-content .basic-list-description {
        padding-left: 10px !important
    }

        .basic-list .basic-list-content .basic-list-description h3 {
            padding-left: 0
        }
}

@media(min-width:768px)and (max-width:991px) {
    .basic-list .basic-list-content .basic-list-logo {
        padding-right: 10px !important
    }
}

.basic-list img {
    width: 100%;
    margin-bottom: 45px
}

@media(max-width:991px) {
    .basic-list img {
        margin-bottom: 10px;
        width: auto;
        margin-left: auto;
        margin-right: auto
    }
}

.basic-list h2 {
    margin-top: 0;
    color: #00546B;
}

.japan .basic-list h2 {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .basic-list h2 {
        font-size: 18px
    }
}

.basic-list p {
    margin-top: 0;
    color: #333333;
}

.japan .basic-list p {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .basic-list p {
        font-size: 16px;
        margin-bottom: 30px
    }
}

@media(max-width:1199px) {
    .basic-list p {
        margin-bottom: 30px
    }
}

@media(min-width:992px) {
    .basic-list .padding-l {
        padding-left: 20px
    }
}

.basic-list a {
    text-decoration: none
}

    .basic-list a:hover h3 {
        color: #A3C754
    }

.basic-list .read-more {
    font-weight: 600;
    font-size: 22px;
    margin-top: 0
}

.japan .basic-list .read-more {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.basic-list .basic-list-toggle {
    text-align: center;
    margin-bottom: 50px
}

    .basic-list .basic-list-toggle .basic-list-toggle-button {
        cursor: pointer;
        margin: auto;
        color: #00546B;
        font-size: 22px
    }

        .basic-list .basic-list-toggle .basic-list-toggle-button:hover {
            color: #A3C754
        }

@media(max-width:991px) {
    .basic-list .basic-list-toggle .basic-list-toggle-button {
        font-size: 20px
    }
}

.basic-list .text {
    margin-top: -180px
}

@media(max-width:1199px) {
    .basic-list .text {
        margin-top: -135px
    }
}

@media(max-width:991px) {
    .basic-list .text {
        margin-top: 0
    }
}

.bio .img-here img {
    width: 100%;
    max-height: 350px
}

@media(max-width:1199px) {
    .bio .img-here img {
        height: auto;
        max-height: none
    }
}

@media(max-width:1199px) {
    .bio .container {
        padding-left: 0;
        padding-right: 0
    }
}

.bio .half-width-blog-article {
    height: auto
}

.bio .col-md-6.bottom-margin-20:nth-of-type(odd) {
    clear: left
}

hr {
    margin-top: 0
}

.bio-text p {
    display: block
}

.full-bio p {
    display: none
}

.twitter {
    background-image: url(/Assets/images/twitter-x-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    margin-top: 7px
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
    .twitter {
        background-image: url(/Assets/images/twitter-x-icon.svg);
        background-size: 23px 23px
    }
}

.x-social {
    background-image: url(/Assets/images/twitter-x-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    margin-top: 7px
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
    .x-social {
        background-image: url(/Assets/images/x-icon2x.png);
        background-size: 23px 18px
    }
}

.download {
    background-image: url(/Assets/images/download.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 22px;
    margin-top: 7px
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
    .download {
        background-image: url(/Assets/images/download2x.png);
        background-size: 25px 22px
    }
}

.mail {
    background-image: url(/Assets/images/mail.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 18px;
    margin-top: 8px
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
    .mail {
        background-image: url(/Assets/images/mail2x.png);
        background-size: 24px 18px
    }
}

.more-text {
    color: #00546B;
    font-size: 20px;
    display: block;
    margin: 40px 0 50px;
    text-decoration: none;
    font-weight: 600
}

.japan .more-text {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.more-text:hover {
    text-decoration: none;
    color: #A3C754
}

.more-text:focus {
    text-decoration: none;
    color: #00546B
}

.person a {
    text-decoration: none;
    display: block;
    font-size: 15px;
    letter-spacing: -.15px;
    line-height: 16px;
    color: #00546B;
    margin-bottom: 18px;
    margin-top: 4px
}

.japan .person a {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.person a:last-of-type {
    margin-bottom: 15px
}

@media(max-width:991px) {
    .person a {
        margin-bottom: 10px
    }
}

.person a:hover {
    color: #A3C754
}

.person a .icon {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 39px;
    margin-right: 30px;
    position: relative
}

@media(max-width:991px) {
    .person a .icon {
        background: #c0e6ed;
        width: 39px;
        border-radius: 100%;
        vertical-align: middle;
        text-align: center;
        margin-right: 10px
    }

        .person a .icon > div {
            display: inline-block;
            margin-top: 9px
        }

            .person a .icon > div.mail {
                margin-top: 11px
            }
}

.person .details {
    margin-top: -8px;
    margin-bottom: 13px;
    display: block;
    font-size: 15px;
    line-height: 16px;
    color: #006B4D;
    padding-left: 55px;
    font-style: italic
}

.person .post {
    font-size: 26px;
    line-height: 27px;
    margin: 22px 0 10px;
    color: #333333;
    padding-bottom: 11px;
    border-bottom: 2px solid #FFCC4E
}

.japan .person .post {
    /*    font-family: clarendon-urw, 'こぶりなゴシック W3 JIS2004', "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
*/
}

.blog-list .blog-list-content {
    margin-bottom: 45px;
    display: block
}

.blog-list a {
    text-decoration: none;
    color: #333333;
    font-weight: 300;
    font-size: 15px
}

.japan .blog-list a {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.blog-list a:hover {
    color: #007AA4
}

.blog-list h4 {
    font-weight: 600;
    font-size: 22px;
    color: #00546B;
    line-height: 24px;
    text-decoration: none
}

.japan .blog-list h4 {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.blog-list h4:hover {
    color: #007AA4
}

.blog-list p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 10px
}

.japan .blog-list p {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.blog-list .author {
    display: block;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 3px
}

.japan .blog-list .author {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.blog-list .author p {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 3px
}

.blog-list .fa {
    color: #007AA4;
    margin-right: 5px
}

.tabs {
    margin-top: 30px;
    position: relative
}

@media(max-width:991px) {
    .tabs {
        margin-top: 15px;
        margin-bottom: 15px
    }

        .tabs .container.rtr-modules {
            padding: 0
        }

            .tabs .container.rtr-modules .col-sm-6.column:first-child {
                padding-left: 0
            }

            .tabs .container.rtr-modules .col-sm-6.column:last-child {
                padding-right: 0
            }
}

@media(max-width:767px) {
    .tabs .col-sm-6.column {
        padding: 0
    }
}

.tabs .nav-tabs {
    border-bottom: 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

@media(max-width:991px) {
    .tabs .nav-tabs {
        display: block
    }
}

.tabs .nav-tabs li {
    margin-bottom: 0;
    background-color: #f5f2ec;
    margin-right: 3px;
    flex: 1 0;
    min-height: 60px
}

@media(max-width:991px) {
    .tabs .nav-tabs li {
        flex: auto;
        width: 100%;
        margin: 0 0 5px
    }
}

.tabs .nav-tabs li:last-child {
    margin-right: 0
}

.tabs .nav-tabs li.active a {
    background-color: #A3C754;
    border-color: transparent;
    border: 3px solid transparent;
    border-bottom: 1px solid transparent;
    min-height: 60px
}

@media(max-width:991px) {
    .tabs .nav-tabs li.active a {
        background-color: transparent;
        border: none
    }
}

.tabs .nav-tabs li.active a:hover {
    background-color: #007AA4;
    border-color: transparent;
    color: #333333
}

@media(max-width:991px) {
    .tabs .nav-tabs li.active a:hover {
        background-color: transparent
    }
}

.tabs .nav-tabs li a {
    border-radius: 0;
    border: 3px solid transparent;
    border-bottom: 1px solid transparent;
    margin-right: 0;
    padding: 8px 0;
    height: 100%;
    min-height: 60px
}

@media(min-width:992px) {
    .tabs .nav-tabs li a {
        width: 100%;
        display: table
    }
}

@media(max-width:991px) {
    .tabs .nav-tabs li a {
        border: none;
        padding: 20px
    }

        .tabs .nav-tabs li a:after {
            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;
            content: "";
            position: absolute;
            right: 8px;
            top: 18px;
            font-size: 26px;
            line-height: 26px;
            color: #007AA4
        }

            .tabs .nav-tabs li a:after.fa-pull-left {
                margin-right: .3em
            }

            .tabs .nav-tabs li a:after.fa-pull-right {
                margin-left: .3em
            }

            .tabs .nav-tabs li a:after.pull-left {
                margin-right: .3em
            }

            .tabs .nav-tabs li a:after.pull-right {
                margin-left: .3em
            }
}

.tabs .nav-tabs li a p {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 0
}

.japan .tabs .nav-tabs li a p {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(min-width:992px) {
    .tabs .nav-tabs li a p {
        display: table-cell;
        vertical-align: middle
    }
}

@media(max-width:991px) {
    .tabs .nav-tabs li a p {
        margin-top: 0 !important
    }

        .tabs .nav-tabs li a p br {
            display: none
        }
}

.tabs .nav-tabs li a:hover {
    background-color: transparent;
    border-color: #007AA4
}

.tabs .tab-line {
    width: 100%;
    border-color: #A3C754;
    border-width: 2px;
    margin-bottom: 50px
}

@media(max-width:991px) {
    .tabs .tab-line {
        display: none
    }
}

.tabs .padding-30 {
    padding-left: 30px;
    padding-right: 30px
}

.tabs .mobile-back .close-me {
    color: #00789f;
    font-size: 16px;
    line-height: 24px
}

    .tabs .mobile-back .close-me:hover,
    .tabs .mobile-back .close-me:active,
    .tabs .mobile-back .close-me:focus {
        color: #A3C754;
        text-decoration: none
    }

        .tabs .mobile-back .close-me:hover i,
        .tabs .mobile-back .close-me:active i,
        .tabs .mobile-back .close-me:focus i {
            text-decoration: none
        }

.tabs .mobile-back .m-title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 8px
}

.tabs .mobile-back .jssocials-wrap {
    bottom: 0;
    text-align: center
}

.tabs .mobile-back .mobile-social-text {
    margin-top: 0
}

    .tabs .mobile-back .mobile-social-text .jssocials-wrap .jssocials-share a {
        margin-left: 2px
    }

@media(max-width:991px) {
    .tab-pane.active {
        background: #E5DED4 none repeat scroll 0 0;
        height: 100%;
        left: 0;
        overflow: scroll;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-overflow-scrolling: touch
    }

        .tab-pane.active .accordion .panel .container {
            margin: 0;
            padding: 0;
            width: 100%
        }

        .tab-pane.active .basic-list .container {
            padding: 0
        }

        .tab-pane.active .basic-list .col-md-10 {
            margin: 0;
            padding: 0
        }

        .tab-pane.active .grid-section .container .col-md-10 {
            padding: 0
        }

        .tab-pane.active .container.rte,
        .tab-pane.active .container {
            padding-left: 0;
            padding-right: 0
        }
}

@media(max-width:991px) {
    .modal-open .list-grid .container {
        padding-left: 0;
        padding-right: 0
    }
}

.list-grid .row.is-flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0
}

@media(max-width:991px) {
    .list-grid .row.is-flex {
        width: 100%
    }
}

.list-grid .row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column
}

.list-grid .row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .list-grid .row.is-flex > [class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

.list-grid .col-md-4 {
    width: 33.3%
}

@media(max-width:991px) {
    .list-grid .col-xs-6 {
        width: 49.5%
    }
}

.list-grid img {
    width: 100%
}

@media(max-width:991px) {
    .list-grid img {
        height: auto
    }
}

@media(max-width:991px) {
    .list-grid .container {
        padding-left: 0;
        padding-right: 0
    }
}

.list-grid h3 {
    font-weight: 600;
    display: inline-block;
    margin-top: 16px;
    color: #00546B;
    font-size: 20px;
    text-decoration: none
}

.japan .list-grid h3 {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .list-grid h3 {
        font-size: 16px;
        margin-bottom: 0
    }
}

.list-grid p {
    /*   font-weight: 300;
    font-size: 15px;*/
    color: #333333;
    /*    line-height: 20px;
*/ text-decoration: none
}

@media(max-width:991px) {
    .list-grid p {
        /*        font-size: 12px;
*/ margin-bottom: 0
    }
}

.list-grid .padding-20 {
    padding-left: 20px;
    padding-right: 19px
}

.list-grid .margin-bottom-75 {
    margin-bottom: 75px
}

@media(max-width:991px) {
    .list-grid .margin-bottom-75 {
        margin-bottom: 25px
    }
}

.list-grid a:hover {
    text-decoration: none
}

    .list-grid a:hover p {
        color: #00546B
    }

    .list-grid a:hover .img-container {
        position: relative
    }

        .list-grid a:hover .img-container:after {
            content: ' ';
            background-color: rgba(95, 95, 95, .65);
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 20
        }

.upcoming-event .upcoming-event-content {
    background-color: #00789f;
    position: relative;
    padding: 25px 15px 40px 15px;
    color: #E5DED4;
    text-align: center;
    height: 100%
}

    .upcoming-event .upcoming-event-content:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 42px;
        height: 41px;
        background: transparent;
        border: 5px solid #E5DED4
    }

    .upcoming-event .upcoming-event-content:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 40px;
        height: 41px;
        background: transparent;
        border: 21px solid;
        border-color: transparent #E5DED4 #E5DED4 transparent
    }

    .upcoming-event .upcoming-event-content .upcoming-event-date {
        position: relative
    }

        .upcoming-event .upcoming-event-content .upcoming-event-date .upcoming-event-bullet-left {
            position: absolute;
            top: 10%;
            left: 5%
        }

        .upcoming-event .upcoming-event-content .upcoming-event-date .upcoming-event-bullet-right {
            position: absolute;
            top: 10%;
            right: 5%
        }

        .upcoming-event .upcoming-event-content .upcoming-event-date .upcoming-event-calendar {
            width: 25%;
            padding: 5px;
            left: 0;
            right: 0;
            margin: auto;
            border: 1px #E5DED4 solid;
            border-radius: 4px
        }

            .upcoming-event .upcoming-event-content .upcoming-event-date .upcoming-event-calendar .upcoming-event-month {
                font-size: 16px;
                text-transform: uppercase;
                font-weight: 600
            }

.japan.upcoming-event .upcoming-event-content .upcoming-event-date .upcoming-event-calendar .upcoming-event-month {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.upcoming-event .upcoming-event-content .upcoming-event-date .upcoming-event-calendar .upcoming-event-day {
    font-size: 36px;
    line-height: 34px;
    font-weight: 600
}

.japan .upcoming-event .upcoming-event-content .upcoming-event-date .upcoming-event-calendar .upcoming-event-day {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.upcoming-event .upcoming-event-content .upcoming-event-name {
    padding: 20px 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px
}

.japan .upcoming-event .upcoming-event-content .upcoming-event-name {
    /*    font-family: clarendon-urw, 'こぶりなゴシック W3 JIS2004', "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
*/
}

.upcoming-event .upcoming-event-content .upcoming-event-name a {
    color: #E5DED4;
    text-decoration: none;
    font-size: 36px;
    font-weight: 400
}

.japan .upcoming-event .upcoming-event-content .upcoming-event-name a {
    /*    font-family: clarendon-urw, 'こぶりなゴシック W3 JIS2004', "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
*/
}

.upcoming-event .upcoming-event-content .upcoming-event-location .upcoming-event-city {
    font-size: 20px;
    font-weight: 500
}

.japan .upcoming-event .upcoming-event-content .upcoming-event-location .upcoming-event-city {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.upcoming-event .upcoming-event-content .upcoming-event-location .upcoming-event-address p {
    margin: 0;
    color: #E5DED4;
    font-size: 15px;
    line-height: 18px
}

.japan .upcoming-event .upcoming-event-content .upcoming-event-location .upcoming-event-address p {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.chapter-list {
    display: block
}

    .chapter-list .row {
        margin-left: 0;
        margin-right: 0
    }

@media(max-width:991px) {
    .chapter-list .row {
        margin-left: 0;
        margin-right: 0
    }
}

.chapter-list .margin-70 {
    margin-bottom: 75px
}

@media(max-width:991px) {
    .chapter-list .margin-70 {
        margin-bottom: 20px
    }
}

.chapter-list .img-container {
    position: relative
}

    .chapter-list .img-container:after {
        content: " ";
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background-color: rgba(95, 95, 95, .35)
    }

    .chapter-list .img-container:hover:after {
        display: block
    }

    .chapter-list .img-container.no-hover:hover:after {
        display: none
    }

.chapter-list img {
    margin-bottom: 35px
}

@media(max-width:991px) {
    .chapter-list img {
        margin-bottom: 15px;
        /*min-height: 120px*/
    }
}

.chapter-list a {
    text-decoration: none;
    color: #00546B
}

    .chapter-list a:hover h2 {
        color: #A3C754
    }

@media(max-width:991px) {
    .chapter-list a {
        font-size: 16px
    }
}

.chapter-list h2 {
    font-size: 25px;
    color: #00546B;
    line-height: 27px;
    text-decoration: none
}

@media(max-width:991px) {
    .chapter-list h2 {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 10px
    }
}

.chapter-list p {
    font-size: 15px;
    color: #333333;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0
}

.japan .chapter-list p {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .chapter-list p {
        font-size: 16px;
        margin-bottom: 10px
    }
}

.featured-campaign {
    display: block;
    position: relative;
    padding: 60px 0 30px 0;
    background-color: #A3C754
}

    .featured-campaign h2 {
        font-size: 34px;
        line-height: 38px;
        color: #333333;
        text-align: center;
        margin-bottom: 25px
    }

    .featured-campaign .btn {
        font-weight: 500;
        letter-spacing: 1.6px;
        padding: 14px 25px;
        margin: 5px 0 5px 0;
        white-space: normal
    }

.japan .featured-campaign .btn {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.featured-campaign .border-r {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.rtr-table-hidden table {
    display: none
}

.rtr-table {
    margin: 20px 0 30px 0;
    font-weight: 300;
    font-size: 18px
}

.japan .rtr-table {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.rtr-table table {
    width: 100%
}

    .rtr-table table th,
    .rtr-table table td {
        padding: 8px;
        font-weight: 300
    }

    .rtr-table table th {
        background-color: #c0e6ed
    }

    .rtr-table table tr {
        background-color: #f5f2ec
    }

        .rtr-table table tr td:not(:first-child) {
            border-left: 2px solid #E5DED4
        }

    .rtr-table table.rtr-table-mobile th {
        background-color: #c0e6ed
    }

.table-heading {
    font-size: 22px;
    line-height: 28px
}

@media(max-width:991px) {
    .event-detail .line-secondary {
        margin-top: 10px
    }
}

.event-detail .mobile-social-text {
    margin-bottom: 20px;
    margin-top: 0
}

@media(max-width:991px) {
    .event-detail .row {
        margin-left: 0;
        margin-right: 0
    }
}

@media(max-width:991px) {
    .event-detail [class*='col-'] {
        padding-left: 5px;
        padding-right: 5px
    }
}

.event-detail p {
    margin: 0
}

.event-detail .event-info p {
    display: none;
    margin-bottom: 20px
}

@media(max-width:991px) {
    .event-detail .event-info p {
        font-size: 16px
    }
}

.event-detail .event-info p:first-of-type {
    display: block
}

.event-detail .more-text {
    text-align: center
}

.event-detail .img-here img {
    width: 100%;
    max-height: 250px
}

.event-detail h4 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 25px;
    margin-bottom: 5px
}

@media(max-width:991px) {
    .event-detail h4 {
        font-size: 18px;
        margin-top: 10px
    }
}

.event-detail h5 {
    font-size: 15px;
    line-height: 20px
}

.event-detail .btn-event {
    width: 100%;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1px;
    padding: 17px 0 16px;
    margin-top: 15px
}

@media(max-width:991px) {
    .event-detail .btn-event {
        font-size: 16px
    }
}

.event-detail .more-text {
    color: #00546B;
    font-size: 20px;
    display: block;
    margin: 40px 0 50px;
}

.japan .event-detail .more-text {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.financial-information {
    display: block;
    position: relative;
    padding: 60px 0 30px 0;
    background-color: #A3C754
}

    .financial-information h2 {
        font-size: 22px;
        color: #333333;
        line-height: 28px
    }

.get-involved {
    color: #E5DED4
}

    .get-involved p {
        color: #E5DED4
    }

    .get-involved .title-wrapper {
        position: relative
    }

        .get-involved .title-wrapper h1 {
            line-height: 40px;
            color: #333333
        }

        .get-involved .title-wrapper .social-icons-wrapper .social-icons {
            bottom: 0;
            position: absolute;
            right: 87px;
            top: 0
        }

    .get-involved hr {
        max-width: 95%;
        float: left;
        width: 100%
    }

        .get-involved hr.line-primary {
            margin-bottom: 25px;
            margin-top: 15px;
            max-width: none;
            width: 100%
        }

    .get-involved .flex-me {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

@media(max-width:991px) {
    .get-involved .flex-me {
        display: block
    }
}

.get-involved .left-side {
    background: #00789f;
    padding: 53px 91px 60px 133px
}

@media(max-width:991px) {
    .get-involved .left-side {
        padding: 10px 10px 40px 10px
    }

        .get-involved .left-side h2 {
            font-size: 26px;
            line-height: 26px
        }

        .get-involved .left-side hr {
            border-width: 2px;
            max-width: 100%
        }
}

.get-involved .left-side a.btn {
    padding: 11px 39px;
}

.get-involved .right-side {
    background-size: cover
}

@media(max-width:991px) {
    .get-involved .right-side {
        width: 100%;
        height: 400px
    }
}

@media(max-width:767px) {
    .get-involved .right-side {
        height: 220px
    }
}

.take-action-header {
    position: relative
}

    .take-action-header h1 {
        text-align: center;
        background: #00789f;
        padding: 60px 30px;
        font-size: 44px;
        color: #E5DED4
    }

@media(max-width:991px) {
    .take-action-header h1 {
        margin-top: 0
    }
}

@media(max-width:1400px) {
    .take-action-header h1 {
        padding: 60px 20%
    }
}

@media(max-width:768px) {
    .take-action-header h1 {
        padding: 20px;
        font-size: 28px
    }
}

.take-action-header .circle-svg {
    position: absolute;
    top: 0;
    right: 10%;
    bottom: 0;
    margin: auto
}

.take-action-interactive {
    background-image: url('/Assets/images/worldmap.png');
    background-size: contain;
    background-position: center center;
    margin-bottom: 50px;
    min-height: 876px;
    background-repeat: no-repeat
}

    .take-action-interactive .container {
        position: relative
    }

    .take-action-interactive .take-action-row {
        text-align: center;
        padding-top: 50px;
        z-index: 50
    }

    .take-action-interactive .row-interposed {
        clear: both
    }

        .take-action-interactive .row-interposed .take-action-hightlight {
            position: relative;
            z-index: 30;
            height: 390px;
            background-color: #E5DED4;
            margin-top: 50px;
            -webkit-box-shadow: 0 2px 4px 0 rgba(126, 118, 118, .5);
            -moz-box-shadow: 0 2px 4px 0 rgba(126, 118, 118, .5);
            box-shadow: 0 2px 4px 0 rgba(126, 118, 118, .5)
        }

            .take-action-interactive .row-interposed .take-action-hightlight > div {
                text-align: center
            }

            .take-action-interactive .row-interposed .take-action-hightlight p {
                font-weight: 400;
                font-size: 28px
            }

@media(max-width:1199px) {
    .take-action-interactive .row-interposed .take-action-hightlight p {
        font-size: 20px;
        line-height: 22px
    }
}

.take-action-interactive .row-interposed .take-action-hightlight .hightlight-name {
    padding: 50px 20px 0 20px;
    font-size: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*    font-family: clarendon-urw, sans-serif
*/
}

.japan .take-action-interactive .row-interposed .take-action-hightlight .hightlight-name {
    /*    font-family: clarendon-urw, 'こぶりなゴシック W3 JIS2004', "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
*/
}

.take-action-interactive .row-interposed .take-action-hightlight .hightlight-location {
    font-style: italic;
    font-weight: lighter;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.take-action-interactive .row-interposed .take-action-hightlight .hightlight-description {
    padding: 40px 20px 0 20px;
    max-height: 125px;
    overflow: hidden
}

.take-action-interactive .row-interposed .take-action-hightlight .hightlight-above-button {
    padding: 40px 20px 0 20px;
    font-size: 22px;
}

.japan .take-action-interactive .row-interposed .take-action-hightlight .hightlight-above-button {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.take-action-interactive .row-interposed .take-action-hightlight .hightlight-button {
    padding: 0 10px 10px 10px
}

    .take-action-interactive .row-interposed .take-action-hightlight .hightlight-button .btn {
        padding: 12px;
        border-radius: 10px;
    }

@media(min-width:992px) {
    .take-action-interactive .row-interposed .take-action-hightlight {
        position: absolute;
        top: 0;
        bottom: -25px;
        left: 0;
        right: 0;
        margin: auto
    }
}

@media(min-width:1199px)and (max-width:1310px) {
    .take-action-interactive .row-interposed .take-action-hightlight p {
        font-size: 20px;
        line-height: 22px
    }
}

.take-action-interactive .take-action-interactive-people {
    cursor: pointer;
    display: inline-block !important;
    border-radius: 75px;
    overflow: hidden;
    border: 5px solid transparent;
    opacity: .4;
    transition: all .5s ease-out
}

    .take-action-interactive .take-action-interactive-people.hide-me {
        display: none !important
    }

    .take-action-interactive .take-action-interactive-people.active-highlight {
        border: 5px solid #007AA4;
        opacity: 1;
        transition: all .5s ease-in
    }

    .take-action-interactive .take-action-interactive-people img {
        cursor: pointer
    }

.take-action-interactive .take-action-bottom {
    text-align: center;
    position: relative
}

    .take-action-interactive .take-action-bottom .take-action-bottom-bullet {
        position: relative;
        z-index: 30
    }

.get-involved .title-wrapper {
    margin-bottom: 60px
}

@media(max-width:991px) {
    .get-involved .title-wrapper {
        margin-bottom: 30px
    }
}

.get-involved .social-module {
    position: absolute;
    right: 50px;
    top: 0
}

    .get-involved .social-module .jssocials-wrap {
        bottom: 0
    }

@media(max-width:991px) {
    .get-involved .social-module .jssocials-wrap {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media(max-width:991px) {
    .get-involved .social-module {
        position: relative;
        right: 50px;
        top: 0;
        text-align: center;
        right: 0
    }
}

.about-title-wrapper h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 4px
}

.about-title-wrapper h2 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 27px;
}

.japan .about-title-wrapper h2 {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.chapter-activity .chapter-items {
    margin-bottom: 50px
}

@media(max-width:991px) {
    .chapter-activity .chapter-items {
        margin-bottom: 0
    }
}

.chapter-activity .chapter-items .item-wrapper {
    padding: 10px 5px;
}

    .chapter-activity .chapter-items .item-wrapper img {
        width: 100%;
        height: auto
    }

@media(max-width:991px) {
    .chapter-activity .chapter-items .item-wrapper img {
        background: #f5f2ec;
        padding: 10px
    }
}

.chapter-activity .chapter-items .item-wrapper .item-content {
    background: #f5f2ec;
    padding: 30px;
    position: relative
}

@media(max-width:991px) {
    .chapter-activity .chapter-items .item-wrapper .item-content {
        padding: 0 12px 12px 12px
    }
}

.chapter-activity .chapter-items .item-wrapper .item-content h2 {
    margin: 0;
    font-size: 25px;
    line-height: 27px;
    border-bottom: 2px solid #E5DED4;
    padding-bottom: 7px;
    margin-bottom: 9px
}

@media(max-width:991px) {
    .chapter-activity .chapter-items .item-wrapper .item-content h2 {
        font-size: 19px;
        line-height: 24px
    }
}

.chapter-activity .chapter-items .item-wrapper .item-content p {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 26px
}

@media(max-width:991px) {
    .chapter-activity .chapter-items .item-wrapper .item-content p {
        font-size: 15px;
        line-height: 18px
    }
}

.chapter-activity .chapter-items .item-wrapper .item-content a {
    display: block;
    text-align: right;
    font-size: 15px;
    color: #00546B;
    position: absolute;
    bottom: 12px;
    right: 12px;
    text-decoration: none;
    font-weight: 500
}

.japan .chapter-activity .chapter-items .item-wrapper .item-content a {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.chapter-activity .chapter-items .item-wrapper .item-content a:hover {
    font-weight: 600
}

    .chapter-activity .chapter-items .item-wrapper .item-content a:hover i {
        text-decoration: none
    }

.chapter-activity .chapter-items .item-wrapper .item-content a i {
    font-size: 11px
}

    .chapter-activity .chapter-items .item-wrapper .item-content a i:hover {
        text-decoration: none
    }

.chapter-activity .chapter-links {
    margin-bottom: 50px
}

@media(max-width:991px) {
    .chapter-activity .chapter-links {
        margin: 30px 0 10px 0
    }
}

.chapter-activity .chapter-links div:first-of-type a.btn {
    float: right
}

.chapter-activity .chapter-links a.btn {
    font-size: 20px;
    line-height: 22px;
    max-width: 360px;
    padding: 22px 10px;
    width: 100%;
    white-space: normal
}

@media(max-width:991px) {
    .chapter-activity .chapter-links a.btn {
        max-width: none;
        padding: 15px 10px;
        margin-bottom: 20px
    }
}

.chapter-map-wrapper {
    position: relative;
    clear: both
}

    .chapter-map-wrapper.chapter-map-closed {
        height: auto
    }

    .chapter-map-wrapper .take-action-map-wrapper {
        /*height: 800px;*/
        height:auto;
        overflow: hidden
    }

@media(max-width:991px) {
    .chapter-map-wrapper .take-action-map-wrapper {
        /*height: 500px;*/
        height: auto;
        overflow: hidden
    }
}

.chapter-map-wrapper #chapter-map {
    width: 100%;
    height: 1007px;
    position: relative;
    top: -25%
}

@media(max-width:991px) {
    .chapter-map-wrapper #chapter-map {
        top: -60%
    }
}

.chapter-map-wrapper #chapter-map path {
    stroke: #c0e6ed;
    fill: #f5eeda
}

    .chapter-map-wrapper #chapter-map path.hovered {
        fill: #FAAD1A
    }

.chapter-map-wrapper #chapter-map svg rect {
    fill: #c0e6ed
}

.chapter-map-wrapper #chapter-map .chapter-marker-group path {
    fill: #FFCC4E;
    stroke: transparent
}

    .chapter-map-wrapper #chapter-map .chapter-marker-group path.rtr-marker {
        fill: transparent
    }

@media(min-width:1025px)and (max-width:1320px) {
    .chapter-map-wrapper .take-action-map-wrapper {
        /*height: 800px*/
        height: auto;
    }
}

@media(min-width:992px)and (max-width:1024px) {
    .chapter-map-wrapper .take-action-map-wrapper {
        /*height: 650px*/
        height: auto;
    }
}

@media(max-width:450px) {
    .chapter-map-wrapper .take-action-map-wrapper {
        height: 250px
    }
}

.chapter-map-wrapper.take-action-map .chapter-dropdown-container {
    /*bottom: 0;*/
    top:170px;
}

.chapter-map-wrapper .chapter-dropdown-container,
.chapter-map-wrapper .chapter-dropdown-container-desktop {
    padding: 20px 10px;
    position: absolute;
    max-width: 300px;
    top: 170px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0
}

@media(max-width:991px) {

    .chapter-map-wrapper .chapter-dropdown-container,
    .chapter-map-wrapper .chapter-dropdown-container-desktop {
        top: initial;
        left: initial;
        right: initial;
        max-width: none
    }
}

.chapter-map-wrapper .chapter-dropdown-container .chapter-dropdown,
.chapter-map-wrapper .chapter-dropdown-container-desktop .chapter-dropdown {
    position: relative
}

    .chapter-map-wrapper .chapter-dropdown-container .chapter-dropdown .fa-caret-down,
    .chapter-map-wrapper .chapter-dropdown-container-desktop .chapter-dropdown .fa-caret-down {
        color: #007AA4;
        margin-left: 30px;
        transform: scale(1.5)
    }

    .chapter-map-wrapper .chapter-dropdown-container .chapter-dropdown #chapter-selected,
    .chapter-map-wrapper .chapter-dropdown-container-desktop .chapter-dropdown #chapter-selected {
        outline: none;
        width: 100%;
        padding: 10px;
        border: 2px solid #007AA4;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        text-align: left;
        border-radius: 15px;
        background-color: #e4f4f8
    }

        .chapter-map-wrapper .chapter-dropdown-container .chapter-dropdown #chapter-selected .fa-caret-down,
        .chapter-map-wrapper .chapter-dropdown-container-desktop .chapter-dropdown #chapter-selected .fa-caret-down {
            float: right;
            margin-top: 3px;
            margin-right: 5px
        }

    .chapter-map-wrapper .chapter-dropdown-container .chapter-dropdown .dropdown-menu,
    .chapter-map-wrapper .chapter-dropdown-container-desktop .chapter-dropdown .dropdown-menu {
        width: 100%;
        outline: none;
        padding: 15px 0;
        border: 2px solid #007AA4;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        background-color: #e4f4f8
    }

        .chapter-map-wrapper .chapter-dropdown-container .chapter-dropdown .dropdown-menu li a,
        .chapter-map-wrapper .chapter-dropdown-container-desktop .chapter-dropdown .dropdown-menu li a {
            text-align: left;
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }

.chapter-map-wrapper .chapter-dropdown-container {
    display: none;
    width: 100%
}

.chapter-map-wrapper .chapter-dropdown-container-desktop {
    min-width: 300px
}

@media(max-width:1024px) {
    .chapter-map-wrapper .chapter-dropdown-container {
        display: block
    }

    .chapter-map-wrapper .chapter-dropdown-container-desktop {
        display: none
    }
}

@media(max-width:535px) {
    .chapter-map-wrapper .chapter-dropdown-container {
        display: block
    }

    .chapter-map-wrapper .chapter-dropdown-container #chapter-selected {
        text-align: left;
        padding: 10px 20px
    }

    .chapter-map-wrapper .chapter-dropdown-container #chapter-selected .fa-caret-down {
        float: right;
        margin-left: 0;
        margin-top: 5px;
        margin-right: 5px
    }

    .chapter-map-wrapper .chapter-dropdown-container li a {
        text-align: left
    }

    .chapter-map-wrapper .chapter-dropdown-container-desktop {
        display: none
    }
    .chapter-map-wrapper .chapter-map-title h1 {
       font-size:30px;
    }
}

.chapter-map-wrapper .chapter-map-title {
    text-align: center;
    position: absolute;
    top: 25px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0
}

    .chapter-map-wrapper .chapter-map-title h1 {
        margin: 0
    }

    .chapter-map-wrapper .chapter-map-title h2 {
        font-size: 22px;
        line-height: 28px;
        max-width: 400px;
        margin: 0 auto
    }



.chapter-map-wrapper .chapter-box {
    position: absolute;
    z-index: 2550;
    top: 50px;
    right: 0;
    width: 320px;
    max-width: 320px;
    background: rgba(255, 255, 255, .9)
}

    .chapter-map-wrapper .chapter-box .chapter-box-wrapper {
        padding: 10px 33px 20px
    }

    .chapter-map-wrapper .chapter-box h2 {
        margin: 0;
        font-size: 22px
    }

        .chapter-map-wrapper .chapter-box h2 .chapter-box-title {
            color: inherit
        }

            .chapter-map-wrapper .chapter-box h2 .chapter-box-title:hover,
            .chapter-map-wrapper .chapter-box h2 .chapter-box-title:focus {
                text-decoration: none
            }

    .chapter-map-wrapper .chapter-box hr {
        margin: 11px 0 15px
    }

    .chapter-map-wrapper .chapter-box img {
        width: 100%;
        height: auto;
        margin-bottom: 12px
    }

    .chapter-map-wrapper .chapter-box .upcoming-event {
        margin-bottom: 16px
    }

        .chapter-map-wrapper .chapter-box .upcoming-event .upcoming-event-content a {
            color: #E5DED4
        }

            .chapter-map-wrapper .chapter-box .upcoming-event .upcoming-event-content a:hover,
            .chapter-map-wrapper .chapter-box .upcoming-event .upcoming-event-content a:active,
            .chapter-map-wrapper .chapter-box .upcoming-event .upcoming-event-content a:focus {
                text-decoration: none
            }

        .chapter-map-wrapper .chapter-box .upcoming-event .upcoming-event-content .upcoming-event-name {
            font-size: 28px;
            line-height: 30px
        }

            .chapter-map-wrapper .chapter-box .upcoming-event .upcoming-event-content .upcoming-event-name.upcoming-events {
                padding: 66px 10px 42px
            }

        .chapter-map-wrapper .chapter-box .upcoming-event .upcoming-event-content .upcoming-event-address p {
            font-size: 16px;
            line-height: 18px
        }

        .chapter-map-wrapper .chapter-box .upcoming-event .upcoming-event-content .see-all-events {
            color: #E5DED4;
            font-size: 18px;
            line-height: 24px
        }

    .chapter-map-wrapper .chapter-box a.btn {
        float: left;
        margin-bottom: 5px
    }

    .chapter-map-wrapper .chapter-box .jssocials-wrap {
        bottom: 0
    }

        .chapter-map-wrapper .chapter-box .jssocials-wrap .jssocials-share-link {
            background: #007AA4 !important
        }

            .chapter-map-wrapper .chapter-box .jssocials-wrap .jssocials-share-link:hover {
                background-color: #E5DED4 !important;
                color: #007AA4;
                border-color: #007AA4
            }

                .chapter-map-wrapper .chapter-box .jssocials-wrap .jssocials-share-link:hover i.fa {
                    color: #007AA4
                }

    .chapter-map-wrapper .chapter-box .chapter-close {
        display: block;
        cursor: pointer;
        height: 24px;
        float: right;
        width: 24px;
        z-index: 10;
        background-image: url(/Assets/images/x-icon.png);
        background-repeat: no-repeat;
        background-size: cover !important
    }

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
    .chapter-map-wrapper .chapter-box .chapter-close {
        background-image: url(/Assets/images/x-icon2x.png);
        background-size: 30px 30px
    }
}

.chapter-map-wrapper .chapter-box .video-rtr {
    padding: 0;
    background-color: transparent
}

.chapter-map-wrapper .chapter-box.country-page-box .chapter-box-wrapper h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 5px;
    display: block;
    width: 100%
}

.chapter-map-wrapper .chapter-box.country-page-box .chapter-box-wrapper h4.status {
    font-size: 18px;
    line-height: 23px;
    margin-top: 0
}

.chapter-map-wrapper .chapter-box.country-page-box .chapter-box-wrapper .desc p {
    font-size: 18px;
    line-height: 23px;
    margin: 0
}

.chapter-map-wrapper .chapter-box.country-page-box .chapter-box-wrapper .number-stats {
    margin-bottom: 20px
}

    .chapter-map-wrapper .chapter-box.country-page-box .chapter-box-wrapper .number-stats p {
        color: #00789f;
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 0;
        font-weight: bold;
        margin-bottom: 5px
    }

.japan .chapter-map-wrapper .chapter-box.country-page-box .chapter-box-wrapper .number-stats p {
    /*    font-family: clarendon-urw, 'こぶりなゴシック W3 JIS2004', "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
*/
}

.chapter-map-wrapper .chapter-box.country-page-box .chapter-box-wrapper .number-stats span {
    font-size: 18px;
    line-height: 19px;
    color: #00789f;
    font-weight: 400
}

.japan .chapter-map-wrapper .chapter-box.country-page-box .chapter-box-wrapper .number-stats span {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.chapter-map-wrapper .chapter-box.country-page-box .chapter-box-wrapper .article-wrapper .btn {
    width: 100%
}

.chapter-map-wrapper .chapter-box.country-page-box.chapter-box-large {
    width: 100%;
    max-width: 1095px
}

    .chapter-map-wrapper .chapter-box.country-page-box.chapter-box-large .desc p {
        margin-bottom: 20px
    }

    .chapter-map-wrapper .chapter-box.country-page-box.chapter-box-large .popout-article {
        clear: left
    }

        .chapter-map-wrapper .chapter-box.country-page-box.chapter-box-large .popout-article h2 {
            font-size: 22px;
            line-height: 24px;
            margin-top: 40px
        }

        .chapter-map-wrapper .chapter-box.country-page-box.chapter-box-large .popout-article p {
            font-size: 18px;
            line-height: 22px
        }

        .chapter-map-wrapper .chapter-box.country-page-box.chapter-box-large .popout-article .btn {
            width: 100%;
            margin-top: 45px
        }

    .chapter-map-wrapper .chapter-box.country-page-box.chapter-box-large .same-height-here {
        align-items: flex-end;
        display: flex;
        flex-wrap: wrap
    }

        .chapter-map-wrapper .chapter-box.country-page-box.chapter-box-large .same-height-here hr {
            width: 100%
        }

    .chapter-map-wrapper .chapter-box.country-page-box.chapter-box-large .latest-slider {
        background-color: transparent;
        padding-bottom: 15px;
        padding-top: 15px
    }

    .chapter-map-wrapper .chapter-box.country-page-box.chapter-box-large a.read-more-art {
        font-size: 19px;
        color: #00789f;
        display: block;
        text-align: center
    }

    .chapter-map-wrapper .chapter-box.country-page-box.chapter-box-large .chapter-box-wrapper h4.status {
        font-size: 22px;
        line-height: 24px;
        margin-top: 40px;
        margin-bottom: 5px;
        font-weight: 400
    }

.chapter-map-wrapper .chapter-box.country-page-box.chapter-box-small h2 {
    font-size: 22px;
    line-height: 26px
}

.chapter-map-wrapper .chapter-box.impact-box .chapter-box-wrapper a.btn {
    width: 100%
}

.chapter-map-wrapper .chapter-box.impact-box .chapter-box-wrapper h4.status {
    font-size: 17px;
    line-height: 23px;
    font-weight: 300
}

.japan .chapter-map-wrapper .chapter-box.impact-box .chapter-box-wrapper h4.status {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.chapter-map-wrapper .chapter-box.impact-box .chapter-box-wrapper .margin-tb-35 {
    margin: 35px 0
}

.chapter-map-wrapper .chapter-box.impact-box .chapter-box-wrapper .desc {
    max-height: 480px;
    overflow: hidden
}

@media(max-width:435px) {
    .chapter-map-wrapper .chapter-box {
        max-width: inherit;
        width: 100%;
        background: #E5DED4;
        border: 1px solid #ccc;
        -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .4);
        -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .4);
        box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .4)
    }
}

.chapter-map-wrapper .tooltip {
    margin-top: -6px
}

.events-sw .events-sw-tabs {
    margin-top: 20px
}

    .events-sw .events-sw-tabs .nav-tabs {
        border-bottom: none
    }

        .events-sw .events-sw-tabs .nav-tabs li a {
            color: #333333;
            border: none;
            border-radius: 0;
            background-color: #f5f2ec;
            font-size: 18px;
            line-height: 20px;
            font-weight: 300
        }

.japan .events-sw .events-sw-tabs .nav-tabs li a {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.events-sw .events-sw-tabs .nav-tabs li i {
    position: absolute;
    top: 18px;
    right: 10%;
    color: #00546B;
    display: none
}

.events-sw .events-sw-tabs .nav-tabs li.active {
    border: 1px solid transparent
}

    .events-sw .events-sw-tabs .nav-tabs li.active a {
        background-color: #4dd6f6
    }

.events-sw .events-sw-tabs .events-sw-mobile-back {
    padding: 0 10px;
    display: none
}

    .events-sw .events-sw-tabs .events-sw-mobile-back .fa-caret-left {
        color: #00546B;
        vertical-align: text-top
    }

    .events-sw .events-sw-tabs .events-sw-mobile-back a {
        margin-left: 5px;
        font-size: 18px;
        color: #00546B;
        text-decoration: none;
        cursor: pointer
    }

.events-sw .events-sw-tabs hr {
    width: 100%;
    border-color: rgba(77, 214, 246, .8);
    border-width: 3px;
    margin-bottom: 0;
    float: left
}

.events-sw .events-sw-tab-panes {
    margin-bottom: 30px
}

    .events-sw .events-sw-tab-panes .events-sw-dropdown {
        margin: 50px 0
    }

        .events-sw .events-sw-tab-panes .events-sw-dropdown .btn-default {
            border-color: rgba(147, 146, 146, .25);
            font-size: 22px;
            color: #006B4D;
            font-weight: 300;
            outline: none
        }

.japan .events-sw .events-sw-tab-panes .events-sw-dropdown .btn-default {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.events-sw .events-sw-tab-panes .events-sw-dropdown .btn-default:hover,
.events-sw .events-sw-tab-panes .events-sw-dropdown .btn-default:focus {
    background-color: transparent;
    outline: none !important;
    border-color: rgba(147, 146, 146, .25)
}

.events-sw .events-sw-tab-panes .events-sw-dropdown .dropdown-menu {
    border-radius: 0;
    padding: 0;
    border: 1px solid rgba(147, 146, 146, .25);
    border-top: 0;
    margin: 0;
    z-index: 2000
}

    .events-sw .events-sw-tab-panes .events-sw-dropdown .dropdown-menu li a {
        font-size: 22px;
        color: #006B4D;
        font-weight: 300;
        padding: 4px 12px;
        border-bottom: 1px solid rgba(147, 146, 146, .25);
        background-color: transparent !important
    }

.japan .events-sw .events-sw-tab-panes .events-sw-dropdown .dropdown-menu li a {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.events-sw .events-sw-tab-panes .events-sw-dropdown .dropdown-menu li a:hover {
    color: #333333;
    background-color: transparent
}

.events-sw .events-sw-tab-panes .events-sw-dropdown .dropdown-menu li .active {
    color: #333333
}

.events-sw .events-sw-tab-panes .events-sw-dropdown .dropdown-menu li .selected {
    color: #333333
}

.events-sw .events-sw-tab-panes .events-sw-dropdown .dropdown-toggle {
    box-shadow: none !important
}

.events-sw .events-sw-tab-panes .events-sw-dropdown .btn-group {
    width: 100%
}

    .events-sw .events-sw-tab-panes .events-sw-dropdown .btn-group .btn {
        text-align: left;
        border-radius: 0;
        width: 100%;
        padding: 4px 12px
    }

        .events-sw .events-sw-tab-panes .events-sw-dropdown .btn-group .btn .fa-caret-down {
            color: #007AA4;
            font-size: 30px
        }

    .events-sw .events-sw-tab-panes .events-sw-dropdown .btn-group ul {
        width: 100%
    }

        .events-sw .events-sw-tab-panes .events-sw-dropdown .btn-group ul li {
            cursor: pointer
        }

            .events-sw .events-sw-tab-panes .events-sw-dropdown .btn-group ul li.disabled a {
                cursor: default
            }

            .events-sw .events-sw-tab-panes .events-sw-dropdown .btn-group ul li.events-sub-menu a {
                padding-left: 30px
            }

    .events-sw .events-sw-tab-panes .events-sw-dropdown .btn-group i {
        float: right
    }

.events-sw .events-sw-tab-panes .event-sw-results {
    clear: both
}

    .events-sw .events-sw-tab-panes .event-sw-results .events-sw-loading {
        padding: 30px 0;
        text-align: center;
        color: #4dd6f6
    }

    .events-sw .events-sw-tab-panes .event-sw-results .alert {
        padding: 20px
    }

    .events-sw .events-sw-tab-panes .event-sw-results .sw-event {
        margin-bottom: 70px
    }

        .events-sw .events-sw-tab-panes .event-sw-results .sw-event .sw-event-title a {
            color: #00546B;
            margin-bottom: 10px;
            font-weight: 600;
            font-size: 22px;
            line-height: 24px;
            margin-top: 15px;
            text-decoration: none
        }

.japan .events-sw .events-sw-tab-panes .event-sw-results .sw-event .sw-event-title a {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.events-sw .events-sw-tab-panes .event-sw-results .sw-event .sw-event-details {
    padding: 10px;
    font-size: 22px;
    line-height: 28px;
    color: #333333;
    font-weight: 300
}

.japan .events-sw .events-sw-tab-panes .event-sw-results .sw-event .sw-event-details {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.events-sw .events-sw-tab-panes .event-sw-results .sw-event .sw-event-casette {
    float: right;
    font-size: 12px;
    margin-top: -10px
}

    .events-sw .events-sw-tab-panes .event-sw-results .sw-event .sw-event-casette .sw-casette-inner {
        background-color: #f5f2ec
    }

        .events-sw .events-sw-tab-panes .event-sw-results .sw-event .sw-event-casette .sw-casette-inner .sw-event-date-container {
            padding: 10px;
            font-size: 15px;
            font-weight: 300;
            line-height: 20px
        }

.japan .events-sw .events-sw-tab-panes .event-sw-results .sw-event .sw-event-casette .sw-casette-inner .sw-event-date-container {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.events-sw .events-sw-tab-panes .event-sw-results .sw-event .sw-event-casette .sw-casette-inner .sw-event-location {
    padding: 10px
}

.events-sw .events-sw-tab-panes .event-sw-results .sw-event .sw-event-casette .sw-casette-inner p {
    font-size: 15px;
    margin: 0;
    line-height: normal;
    font-weight: 300;
    line-height: 20px
}

.events-sw .events-sw-tab-panes .event-sw-results .sw-event .sw-event-rsvp {
    font-size: 20px;
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-weight: 600
}

.japan .events-sw .events-sw-tab-panes .event-sw-results .sw-event .sw-event-rsvp {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.events-sw .events-sw-tab-panes .event-sw-results .sw-event .sw-event-rsvp a {
    color: #00546B;
    text-decoration: none
}

@media(max-width:1240px) {
    .events-sw .sw-event .sw-event-image img {
        width: 100%;
        height: 100%;
        max-width: 170px;
        max-height: 170px
    }

    .events-sw .sw-event .sw-event-casette {
        margin-top: 0 !important
    }
}

@media(max-width:435px) {
    .events-sw .events-sw-tabs hr {
        display: none
    }

    .events-sw .events-sw-tabs .nav-tabs {
        margin-bottom: 30px
    }

        .events-sw .events-sw-tabs .nav-tabs li {
            float: none;
            padding-top: 5px
        }

            .events-sw .events-sw-tabs .nav-tabs li i {
                display: block
            }

    .events-sw .events-sw-tab-panes .sw-event-location p {
        font-size: 14px !important;
        line-height: normal
    }

    .events-sw .events-sw-tab-panes .sw-event-title {
        margin-bottom: auto;
        font-size: 16px !important;
        line-height: 18px !important;
        margin-top: 0 !important
    }

    .events-sw .events-sw-tab-panes .sw-event-details {
        font-size: 16px !important
    }

    .events-sw .events-sw-tab-panes .sw-event-date-container {
        font-size: 14px !important
    }
}

.using-data {
    margin-bottom: 70px
}

    .using-data h1,
    .using-data h2 {
        margin-bottom: 15px
    }

    .using-data p {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 30px;
        text-align: left
    }

    .using-data .btn {
        padding: 16.5px 76px;
        font-size: 20px;
        line-height: 22px;
        letter-spacing: 1px;
        text-align: center
    }

.download-module {
    background-color: #A3C754;
    display: block;
    padding: 30px 20px 20px 20px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 10px;
}

    .download-module h3 {
        font-size: 22px;
        line-height: 28px;
        color: #333333;
        text-align: center;
        margin-top: 0;
        margin-bottom: 35px
    }

.japan .download-module h3 {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.download-module .open > .dropdown-toggle.btn-default {
    background-color: transparent !important
}

.download-module .bootstrap-select {
    z-index: 2000;
    width: 100% !important;
    margin-bottom: 25px
}

    .download-module .bootstrap-select .btn-default {
        border-color: rgba(147, 146, 146, .25);
        font-size: 22px;
        color: #333333;
        font-weight: 400;
        padding: 10px 12px;
        outline: none
    }

.japan .download-module .bootstrap-select .btn-default {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.download-module .bootstrap-select .btn-default:hover,
.download-module .bootstrap-select .btn-default:focus {
    background-color: transparent;
    outline: none !important;
    border-color: rgba(147, 146, 146, .25)
}

.download-module .bootstrap-select .btn {
    border-radius: 0
}

.download-module .bootstrap-select .caret {
    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;
    border: 0;
    position: absolute;
    top: 10px !important;
    right: 25px !important;
    margin-top: 3px !important;
    font-size: 26px !important;
    color: #007AA4
}

    .download-module .bootstrap-select .caret:before {
        content: ""
    }

.download-module .bootstrap-select .dropdown-menu {
    border-radius: 0;
    padding: 0;
    border: 1px solid rgba(147, 146, 146, .25);
    border-top: 0;
    margin: 0
}

    .download-module .bootstrap-select .dropdown-menu li a {
        font-size: 22px;
        color: #006B4D;
        font-weight: 300;
        padding: 10px 12px;
        border-bottom: 1px solid rgba(147, 146, 146, .25);
        background-color: transparent !important
    }

.japan .download-module .bootstrap-select .dropdown-menu li a {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.download-module .bootstrap-select .dropdown-menu li a:hover {
    color: #333333;
    background-color: transparent
}

.download-module .bootstrap-select .dropdown-toggle {
    box-shadow: none !important
}

.download-module .btn-blue {
    width: 100%;
    padding: 15px 12px;
}

.download-module .download-icon {
    background: url(/Assets/images/download-icon.png);
    background-size: cover;
    width: 27px;
    height: 21px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: sub
}

.impact-map-wrapper {
    width: 100%;
    height: 800px;
    position: relative
}

    .impact-map-wrapper .impact-reach .jssocials-wrap {
        bottom: 20px;
        right: 70px
    }

    .impact-map-wrapper .impact-map-container {
        width: 100%;
        height: 100%;
        overflow: hidden
    }

        .impact-map-wrapper .impact-map-container #rtr-world-map path {
            stroke: #c5e2e0
        }

        .impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map {
            width: 200%;
            height: 250%;
            margin-left: -75%;
            margin-top: -60%
        }

            .impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map .rtr-active-selected {
                fill: #fda04b
            }

            .impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map .impact-svg-bubbles circle {
                opacity: .5;
                fill: #FAAD1A
            }

            .impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map .impact-svg-bubbles text {
                fill: #4a4a4a;
                font-weight: 400;
                font-size: 14px;
                pointer-events: none
            }

.japan .impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map .impact-svg-bubbles text {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map .impact-svg-bubbles text.bubbles-data-text {
    font-size: 30px;
    display: none;
    /*    font-family: clarendon-urw, sans-serif
*/
}

.japan .impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map .impact-svg-bubbles text.bubbles-data-text {
    /*    font-family: clarendon-urw, 'こぶりなゴシック W3 JIS2004', "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
*/
}

.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map .impact-svg-bubbles text.bubbles-label-text {
    text-transform: uppercase;
    font-size: 16px;
    display: none
}

.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map .impact-svg-bubbles text.bubbles-country-text {
    text-transform: uppercase;
    font-size: 16px;
    display: none
}

.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map .impact-svg-bubbles.big-bubble circle {
    opacity: .7
}

.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map .impact-svg-bubbles.big-bubble text.bubbles-data-text {
    display: block
}

.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map .impact-svg-bubbles.big-bubble text.bubbles-label-text {
    display: block
}

.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map .impact-svg-bubbles.big-bubble text.bubbles-country-text {
    display: block
}

.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map .impact-svg-bubbles.big-bubble text.bubbles-text {
    display: none
}

.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map {
    width: 150%;
    height: 230%;
    margin-left: -37%;
    margin-top: -55%
}

    .impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map .accelerator-text {
        font-weight: 300;
        font-size: 14px;
        fill: #4a4a4a
    }

.japan .impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map .accelerator-text {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map .rtr-active-country.hovered {
    fill: #fda04b
}

.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map .impact-svg-accelerator text {
    pointer-events: none
}

.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map .impact-svg-accelerator.hovered .accelerator-text {
    font-size: 24px
}

/*@media(min-width:2851px)and (max-width:3000px) {
	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map {
		margin-top: -33%
	}

	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map {
		margin-top: -27%
	}
}

@media(min-width:2501px)and (max-width:2850px) {
	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map {
		margin-top: -38%
	}

	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map {
		margin-top: -30%
	}
}

@media(min-width:2301px)and (max-width:2500px) {
	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map {
		margin-top: -40%
	}

	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map {
		margin-top: -34%
	}
}

@media(min-width:2051px)and (max-width:2300px) {
	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map {
		margin-top: -45%
	}

	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map {
		margin-top: -37%
	}
}

@media(min-width:1920px)and (max-width:2050px) {
	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map {
		margin-top: -50%
	}

	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map {
		margin-top: -43%
	}
}

@media(min-width:1800px)and (max-width:1900px) {
	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map {
		margin-top: -53%
	}

	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map {
		margin-top: -48%
	}
}

@media(min-width:1750px)and (max-width:1800px) {
	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map {
		margin-top: -55%
	}

	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map {
		margin-top: -48%
	}
}

@media(min-width:1600px)and (max-width:1750px) {
	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map {
		margin-top: -60%
	}

	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map {
		margin-top: -48%
	}
}

@media(min-width:1440px)and (max-width:1600px) {
	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map {
		margin-top: -60%
	}

	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map {
		margin-top: -48%
	}
}

@media(min-width:1250px)and (max-width:1439px) {
	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map {
		margin-top: -70%
	}

	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map {
		margin-top: -62%
	}
}

@media(min-width:1024px)and (max-width:1249px) {
	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map {
		margin-top: -75%
	}

	.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map {
		margin-top: -62%
	}
}

@media(max-width:1023px) {
	.impact-map-wrapper {
		height: 750px
	}

		.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map {
			margin-top: -88%
		}

			.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map .impact-svg-bubbles text {
				display: none
			}

		.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map {
			margin-top: -70%
		}

			.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map .impact-svg-accelerator text {
				display: none
			}
}

@media(max-width:767px) {
	.impact-map-wrapper {
		height: 600px
	}

		.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map {
			margin-top: -90%
		}

		.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map {
			margin-top: -75%
		}
}

@media(max-width:434px) {
	.impact-map-wrapper {
		height: 600px
	}

		.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map {
			margin-top: -135%
		}

		.impact-map-wrapper .impact-map-container #rtr-world-map.rtr-accelerator-map {
			margin-top: -110%
		}
}*/

/* March 2022 */
.impact-map-wrapper {
    height: calc(231px + 60vw);
}

    .impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map {
        width: 135vw;
        height: auto;
        margin-left: -20vw;
        margin-top: calc(231px + 89px - 39vw);
    }

        .impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map .impact-svg-bubbles text {
            display: none;
        }

    .impact-map-wrapper .impact-dropdown-container,
    .impact-map-wrapper .accelerator-dropdown-container {
        top: 231px;
    }

@media (min-width: 576px) {
    .impact-map-wrapper {
        height: calc(179px + 48vw);
    }

        .impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map {
            margin-top: calc(179px + 89px - 39vw);
        }

            .impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map .impact-svg-bubbles text {
                display: block;
            }

        .impact-map-wrapper .impact-dropdown-container,
        .impact-map-wrapper .accelerator-dropdown-container {
            top: 179px;
        }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .impact-map-wrapper {
        height: calc(341px + 41vw);
    }

        .impact-map-wrapper .impact-map-container #rtr-world-map.rtr-direct-map {
            margin-top: calc(341px - 37vw);
        }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

.impact-map-wrapper .impact-headings,
.impact-map-wrapper .impact-headings-accelerator {
    position: absolute;
    left: 20px;
    top: 23px
}

    .impact-map-wrapper .impact-headings h1,
    .impact-map-wrapper .impact-headings-accelerator h1 {
        font-size: 56px;
        line-height: 74px;
        margin: 0;
        margin-bottom: 35px
    }

        .impact-map-wrapper .impact-headings h1 span,
        .impact-map-wrapper .impact-headings-accelerator h1 span {
            background: #00789f;
            padding: 0 20px 10px 20px;
            color: #E5DED4
        }

    .impact-map-wrapper .impact-headings h2,
    .impact-map-wrapper .impact-headings-accelerator h2 {
        font-size: 36px;
        line-height: 40px;
        margin: 0;
        max-width: 450px
    }

    .impact-map-wrapper .impact-headings p,
    .impact-map-wrapper .impact-headings-accelerator p {
        font-size: 22px;
        line-height: 28px;
        margin: 0
    }

.impact-map-wrapper .impact-headings-accelerator {
    display: none
}

@media(max-width:768px) {

    .impact-map-wrapper .impact-headings,
    .impact-map-wrapper .impact-headings-accelerator {
        left: 0;
        top: 0;
        width: 100%
    }

        .impact-map-wrapper .impact-headings h1,
        .impact-map-wrapper .impact-headings-accelerator h1 {
            font-size: 30px
        }

            .impact-map-wrapper .impact-headings h1 span,
            .impact-map-wrapper .impact-headings-accelerator h1 span {
                width: 100%;
                display: block;
                float: left;
                text-align: center
            }

        .impact-map-wrapper .impact-headings h2,
        .impact-map-wrapper .impact-headings-accelerator h2 {
            font-size: 26px;
            background-color: #E5DED4;
            text-align: center;
            max-width: inherit;
            line-height: 26px;
            padding-top: 70px
        }

        .impact-map-wrapper .impact-headings p,
        .impact-map-wrapper .impact-headings-accelerator p {
            font-size: 18px;
            background-color: #E5DED4;
            text-align: center;
            line-height: 28px;
            padding-bottom: 20px
        }
}

.impact-map-wrapper .country-dropdown-container {
    padding: 20px 0
}

    .impact-map-wrapper .country-dropdown-container .country-dropdown {
        position: relative
    }

        .impact-map-wrapper .country-dropdown-container .country-dropdown .fa-caret-down {
            color: #007AA4;
            float: right;
            margin-top: 3px;
            margin-right: 5px;
            transform: scale(1.5)
        }

        .impact-map-wrapper .country-dropdown-container .country-dropdown #country-selected {
            outline: none;
            text-align: left;
            min-width: 300px;
            padding: 10px;
            font-size: 14px;
            border: 2px solid #007AA4;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            border-radius: 15px;
            background-color: #e4f4f8
        }

        .impact-map-wrapper .country-dropdown-container .country-dropdown .dropdown-menu {
            min-width: 300px;
            outline: none;
            padding: 15px 0;
            border: 2px solid #007AA4;
            background-color: #e4f4f8;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            border-radius: 15px
        }

            .impact-map-wrapper .country-dropdown-container .country-dropdown .dropdown-menu li a {
                text-align: left;
                font-size: 14px
            }

@media(max-width:1023px) {
    .impact-map-wrapper .country-dropdown-container {
        display: none
    }
}

.impact-map-wrapper .impact-dropdown-container,
.impact-map-wrapper .accelerator-dropdown-container {
    display: none;
    padding: 20px 10px;
    position: absolute;
    width: 100%;
}

    .impact-map-wrapper .impact-dropdown-container .impact-dropdown,
    .impact-map-wrapper .accelerator-dropdown-container .impact-dropdown,
    .impact-map-wrapper .impact-dropdown-container .accelerator-dropdown,
    .impact-map-wrapper .accelerator-dropdown-container .accelerator-dropdown {
        position: relative
    }

        .impact-map-wrapper .impact-dropdown-container .impact-dropdown .fa-caret-down,
        .impact-map-wrapper .accelerator-dropdown-container .impact-dropdown .fa-caret-down,
        .impact-map-wrapper .impact-dropdown-container .accelerator-dropdown .fa-caret-down,
        .impact-map-wrapper .accelerator-dropdown-container .accelerator-dropdown .fa-caret-down {
            color: #007AA4;
            margin-left: 30px;
            transform: scale(1.5)
        }

        .impact-map-wrapper .impact-dropdown-container .impact-dropdown #impact-selected,
        .impact-map-wrapper .accelerator-dropdown-container .impact-dropdown #impact-selected,
        .impact-map-wrapper .impact-dropdown-container .accelerator-dropdown #impact-selected,
        .impact-map-wrapper .accelerator-dropdown-container .accelerator-dropdown #impact-selected,
        .impact-map-wrapper .impact-dropdown-container .impact-dropdown #accelerator-selected,
        .impact-map-wrapper .accelerator-dropdown-container .impact-dropdown #accelerator-selected,
        .impact-map-wrapper .impact-dropdown-container .accelerator-dropdown #accelerator-selected,
        .impact-map-wrapper .accelerator-dropdown-container .accelerator-dropdown #accelerator-selected {
            outline: none;
            width: 100%;
            padding: 10px;
            font-size: 14px;
            border: 2px solid #007AA4;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            border-radius: 15px;
            background-color: #e4f4f8
        }

        .impact-map-wrapper .impact-dropdown-container .impact-dropdown .dropdown-menu,
        .impact-map-wrapper .accelerator-dropdown-container .impact-dropdown .dropdown-menu,
        .impact-map-wrapper .impact-dropdown-container .accelerator-dropdown .dropdown-menu,
        .impact-map-wrapper .accelerator-dropdown-container .accelerator-dropdown .dropdown-menu {
            width: 100%;
            outline: none;
            padding: 15px 0;
            border: 2px solid #007AA4;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            border-radius: 15px;
            background-color: #e4f4f8
        }

            .impact-map-wrapper .impact-dropdown-container .impact-dropdown .dropdown-menu li a,
            .impact-map-wrapper .accelerator-dropdown-container .impact-dropdown .dropdown-menu li a,
            .impact-map-wrapper .impact-dropdown-container .accelerator-dropdown .dropdown-menu li a,
            .impact-map-wrapper .accelerator-dropdown-container .accelerator-dropdown .dropdown-menu li a {
                text-align: center;
                font-size: 14px
            }

@media(max-width:1023px) {

    .impact-map-wrapper .impact-dropdown-container.dropdown-active,
    .impact-map-wrapper .accelerator-dropdown-container.dropdown-active {
        display: block
    }
}

@media(max-width:535px) {

    .impact-map-wrapper .impact-dropdown-container.dropdown-active #impact-selected,
    .impact-map-wrapper .accelerator-dropdown-container.dropdown-active #impact-selected,
    .impact-map-wrapper .impact-dropdown-container.dropdown-active #accelerator-selected,
    .impact-map-wrapper .accelerator-dropdown-container.dropdown-active #accelerator-selected {
        text-align: left;
        padding: 10px 20px
    }

        .impact-map-wrapper .impact-dropdown-container.dropdown-active #impact-selected .fa-caret-down,
        .impact-map-wrapper .accelerator-dropdown-container.dropdown-active #impact-selected .fa-caret-down,
        .impact-map-wrapper .impact-dropdown-container.dropdown-active #accelerator-selected .fa-caret-down,
        .impact-map-wrapper .accelerator-dropdown-container.dropdown-active #accelerator-selected .fa-caret-down {
            float: right;
            margin-left: 0;
            margin-top: 5px;
            margin-right: 5px
        }

    .impact-map-wrapper .impact-dropdown-container.dropdown-active li a,
    .impact-map-wrapper .accelerator-dropdown-container.dropdown-active li a {
        text-align: left !important
    }
}

.impact-map-wrapper .see-our-reach-container {
    position: absolute;
    bottom: 0;
    padding: 20px 10px
}

    .impact-map-wrapper .see-our-reach-container .rtr-accelerator-button,
    .impact-map-wrapper .see-our-reach-container .rtr-direct-map-button {
        outline: none;
        padding: 10px;
        border: 2px solid #007AA4;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        background-color: #e4f4f8
    }

    .impact-map-wrapper .see-our-reach-container .rtr-direct-map-button {
        display: none
    }

@media(max-width:1024px) {
    .impact-map-wrapper .see-our-reach-container {
        width: 100%
    }

        .impact-map-wrapper .see-our-reach-container .rtr-accelerator-button,
        .impact-map-wrapper .see-our-reach-container .rtr-direct-map-button {
            width: 100%;
            font-size: 14px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden
        }
}

@media(max-width:535px) {

    .impact-map-wrapper .see-our-reach-container .rtr-accelerator-button,
    .impact-map-wrapper .see-our-reach-container .rtr-direct-map-button {
        text-align: left
    }
}

#rtr-country-map {
    width: 100%
}

    #rtr-country-map #rtr-map-container {
        overflow: hidden
    }

        #rtr-country-map #rtr-map-container #rtr-map .rtr-active {
            fill: #ff9321
        }

        #rtr-country-map #rtr-map-container #rtr-map .rtr-not-active {
            fill: #ffb733
        }

        #rtr-country-map #rtr-map-container.map-expanded {
            height: 700px
        }

            #rtr-country-map #rtr-map-container.map-expanded #rtr-map {
                height: 100%
            }

                #rtr-country-map #rtr-map-container.map-expanded #rtr-map g > rect {
                    fill: #c3e5eb
                }

                #rtr-country-map #rtr-map-container.map-expanded #rtr-map .rtr-outer {
                    fill: #c3e5eb;
                    stroke: none
                }

                #rtr-country-map #rtr-map-container.map-expanded #rtr-map .rtr-not-active {
                    fill: #f5eeda
                }

                #rtr-country-map #rtr-map-container.map-expanded #rtr-map .rtr-active {
                    fill: #fdd598;
                    stroke: #f5eeda
                }

                    #rtr-country-map #rtr-map-container.map-expanded #rtr-map .rtr-active.hovered {
                        fill: #fda04b
                    }

@media(max-width:1320px) {
    #rtr-country-map #rtr-map-container.map-expanded {
        height: 600px
    }
}

@media(max-width:1024px) {
    #rtr-country-map #rtr-map-container.map-expanded {
        height: 500px
    }
}

@media(max-width:435px) {
    #rtr-country-map #rtr-map-container.map-expanded {
        height: 400px
    }
}

#rtr-country-map #rtr-map-container.map-collapsed {
    height: 400px
}

    #rtr-country-map #rtr-map-container.map-collapsed #rtr-map {
        height: 200%;
        margin-top: -200px
    }

        #rtr-country-map #rtr-map-container.map-collapsed #rtr-map rect {
            fill: #c3e5eb
        }

        #rtr-country-map #rtr-map-container.map-collapsed #rtr-map .rtr-outer {
            fill: #c3e5eb;
            stroke: none
        }

        #rtr-country-map #rtr-map-container.map-collapsed #rtr-map .rtr-not-active {
            fill: #f5eeda
        }

        #rtr-country-map #rtr-map-container.map-collapsed #rtr-map .rtr-active {
            fill: #fdd598;
            stroke: #f5eeda
        }

@media(max-width:1024px) {
    #rtr-country-map #rtr-map-container.map-collapsed {
        height: 250px
    }
}

#rtr-country-map #rtr-map-explore {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
    padding: 8px;
    background-color: rgba(23, 202, 243, .6)
}

@media(max-width:991px) {
    #rtr-country-map #rtr-map-explore {
        width: 90%
    }
}

#rtr-country-map #rtr-map-explore:hover {
    background-color: rgba(0, 120, 159, .6)
}

#rtr-country-map #rtr-map-explore a {
    font-size: 30px;
    color: #E5DED4;
    text-decoration: none
}

@media(max-width:991px) {
    #rtr-country-map #rtr-map-explore a {
        font-size: 20px;
        line-height: 22px
    }
}

#rtr-country-map .district-dropdown-container {
    display: none;
    padding: 20px 10px;
    position: absolute;
    width: 100%;
    bottom: 10px
}

    #rtr-country-map .district-dropdown-container .district-dropdown {
        position: relative
    }

        #rtr-country-map .district-dropdown-container .district-dropdown .fa-caret-down {
            color: #007AA4;
            margin-left: 30px;
            transform: scale(1.5)
        }

        #rtr-country-map .district-dropdown-container .district-dropdown #district-selected {
            outline: none;
            width: 100%;
            padding: 10px;
            border: 2px solid #007AA4;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            border-radius: 15px;
            background-color: #e4f4f8
        }

        #rtr-country-map .district-dropdown-container .district-dropdown .dropdown-menu {
            width: 100%;
            outline: none;
            padding: 15px 0;
            border: 2px solid #007AA4;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            border-radius: 15px;
            background-color: #e4f4f8;
            z-index: 2500
        }

            #rtr-country-map .district-dropdown-container .district-dropdown .dropdown-menu li a {
                text-align: center
            }

@media(max-width:1024px) {
    #rtr-country-map .district-dropdown-container.map-expanded {
        display: block
    }

        #rtr-country-map .district-dropdown-container.map-expanded .district-dropdown li a {
            font-size: 16px
        }
}

@media(max-width:535px) {
    #rtr-country-map .district-dropdown-container.map-expanded {
        display: block
    }

        #rtr-country-map .district-dropdown-container.map-expanded #district-selected {
            text-align: left;
            padding: 10px 20px
        }

            #rtr-country-map .district-dropdown-container.map-expanded #district-selected .fa-caret-down {
                float: right;
                margin-left: 0;
                margin-top: 5px;
                margin-right: 5px
            }

        #rtr-country-map .district-dropdown-container.map-expanded .district-dropdown li a {
            text-align: left
        }
}

@font-face {
    font-family: "freerange-rtr";
    src: url("/Assets/fonts/data-module/freerange-rtr.eot");
    src: url("/Assets/fonts/data-module/freerange-rtr.eot?#iefix") format("embedded-opentype"), url("/Assets/fonts/data-module/freerange-rtr.woff") format("woff"), url("/Assets/fonts/data-module/freerange-rtr.ttf") format("truetype"), url("/Assets/fonts/data-module/freerange-rtr.svg#freerange-rtr") format("svg");
    font-weight: normal;
    font-style: normal
}

[data-icon]:before {
    font-family: "freerange-rtr" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}



.normal-form {
    font-size: 22px;
    line-height: 28px
}

    .normal-form .mandatory input[type="text"],
    .normal-form .mandatory textarea {
        background: url("/Assets/images/asteriks.png") no-repeat;
        background-position: 99% 5px;
        background-size: 10px 11px
    }

    .normal-form .mandatory .radiobuttonlist > label:after,
    .normal-form .mandatory .checkboxlist > label:after {
        background: url("/Assets/images/asteriks.png") no-repeat;
        background-position: 99% 5px;
        background-size: 10px 11px;
        content: " ";
        display: inline-block;
        height: 21px;
        position: relative;
        width: 20px
    }

    .normal-form .radio label,
    .normal-form .checkbox label {
        font-size: 22px;
        line-height: 28px
    }

    .normal-form .checkbox {
        padding-left: 20px
    }

        .normal-form .radio input[type="radio"],
        .normal-form .radio-inline input[type="radio"],
        .normal-form .checkbox input[type="checkbox"],
        .normal-form .checkbox-inline input[type="checkbox"] {
            margin-top: 8px
        }

    .normal-form .contourNavigation .btn {
        margin-bottom: 20px
    }

@media(max-width:991px) {
    .normal-form .contourNavigation .btn {
        font-weight: bold
    }
}

.normal-form input.text {
    border: 1px solid #cfcfcf;
    font-size: 22px;
    line-height: 28px;
    min-height: 45px
}

.normal-form .bootstrap-select.select-dropdown-form {
    min-height: 45px
}

    .normal-form .bootstrap-select.select-dropdown-form .dropdown-toggle {
        border-radius: 0;
        padding: 0;
        border: 1px solid #cfcfcf;
        font-size: 22px;
        line-height: 28px;
        padding: 8px 40px 8px 12px;
        color: #555
    }

        .normal-form .bootstrap-select.select-dropdown-form .dropdown-toggle .caret {
            font: normal normal normal 25px/1 FontAwesome;
            vertical-align: middle;
            border-top: 0 dashed;
            border-top: 0 solid \9;
            border-right: 0 solid transparent;
            border-left: 0 solid transparent;
            position: absolute;
            top: 50%;
            right: 28px;
            margin-top: -13px;
            color: #007AA4
        }

            .normal-form .bootstrap-select.select-dropdown-form .dropdown-toggle .caret:before {
                content: ""
            }

    .normal-form .bootstrap-select.select-dropdown-form .dropdown-menu {
        border-radius: 0;
        z-index: 1020;
        box-shadow: none;
        box-sizing: border-box;
        margin: 0;
        min-width: 100%;
        padding: 0;
        border: 1px solid #cfcfcf;
        border-bottom: none
    }

        .normal-form .bootstrap-select.select-dropdown-form .dropdown-menu li {
            border-bottom: 2px solid #cfcfcf;
            background-color: transparent
        }

            .normal-form .bootstrap-select.select-dropdown-form .dropdown-menu li a {
                font-size: 22px;
                line-height: 28px;
                padding: 8px 12px;
                background-color: transparent
            }

                .normal-form .bootstrap-select.select-dropdown-form .dropdown-menu li a:hover {
                    background-color: #cfcfcf
                }

            .normal-form .bootstrap-select.select-dropdown-form .dropdown-menu li.selected {
                background-color: #007AA4
            }

#contour textarea,
.contour textarea {
    resize: none;
    width: 100%
}

.bootstrap-select {
    color: #555
}

.japan .bootstrap-select {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.bootstrap-select .btn-default:active,
.bootstrap-select .btn-default.active,
.bootstrap-select .open > .dropdown-toggle.btn-default {
    color: #555
}

.contourMessageOnSubmit {
    font-weight: 600
}

.datepickerfield {
    font-size: 22px;
    line-height: 28px;
    min-height: 45px;
    border: 1px solid #bbb;
    padding: 6px 6px
}

.video-rtr {
    width: 100%;
    padding: 40px 0 40px 0;
    background-color: #A3C754;
    margin-bottom: 40px;
}

    .video-rtr .video-rtr-info {
        min-height: 100px
    }

        .video-rtr .video-rtr-info .video-title {
            text-align: center;
            font-size: 22px;
            margin-bottom: 10px
        }

.japan .video-rtr .video-rtr-info .video-title {
    /*    font-family: clarendon-urw, 'こぶりなゴシック W3 JIS2004', "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
*/
}

.video-rtr .video-rtr-info.info-short {
    min-height: 55px
}

.video-rtr .video-rtr-info .video-description {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 20px;
    padding-left: 100px;
    padding-right: 100px
}

.japan .video-rtr .video-rtr-info .video-description {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

@media(max-width:991px) {
    .video-rtr .video-rtr-info .video-description {
        padding-left: 20px;
        padding-right: 20px
    }
}

.video-rtr .video-container {
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

    .video-rtr .video-container .video-rtr-play-icon {
        position: absolute;
        height: 108px;
        width: 112px;
        left: 50%;
        top: 50%;
        margin-left: -54px;
        margin-top: -56px;
        background: url(/Assets/images/owl.video.play.png) no-repeat;
        cursor: pointer;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -webkit-transition: scale 100ms ease;
        -moz-transition: scale 100ms ease;
        -ms-transition: scale 100ms ease;
        -o-transition: scale 100ms ease;
        transition: scale 100ms ease
    }

@media(max-width:435px) {
    .video-rtr .video-container .video-rtr-play-icon {
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6)
    }
}

@media(min-width:436px)and (max-width:768px) {
    .video-rtr .video-container .video-rtr-play-icon {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
}

.video-rtr .video-container .video-rtr-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.video-rtr.video-content-wrapper .video-container {
    margin: 0 20px
}

@media(max-width:414px) {
    .video-rtr .video-container {
        height: 200px
    }
}

@media(min-width:415px)and (max-width:435px) {
    .video-rtr .video-container {
        height: 240px
    }
}

@media(min-width:436px)and (max-width:768px) {
    .video-rtr .video-container {
        height: 400px
    }
}

.video-rtr.video-article-rtr {
    padding: 0;
    margin-bottom: 45px;
    background: #E5DED4
}

@media(max-width:980px) {
    .video-rtr.video-article-rtr {
        margin-bottom: 20px
    }
}

.video-rtr.video-article-rtr .video-container iframe {
    position: relative;
    z-index: 10
}

.video-rtr.video-article-rtr .video-container.paused iframe {
    z-index: -1
}

.image-carousel-info {
    background-color: #e0f2f6;
    padding: 20px 0;
    width: 100%
}

    .image-carousel-info h1 {
        text-align: center;
        margin: auto
    }

.image-carousel {
    background-color: #e0f2f6;
    padding: 20px 0 40px 0;
    width: 100%
}

    .image-carousel .nav-container {
        position: relative
    }

        .image-carousel .nav-container .image-nav-left,
        .image-carousel .nav-container .image-nav-right {
            position: absolute;
            background-size: cover;
            background-repeat: no-repeat;
            width: 26px;
            height: 40px;
            top: 50%;
            display: block;
            padding: 0;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            cursor: pointer;
            border: none;
            outline: none;
            z-index: 2
        }

        .image-carousel .nav-container .image-nav-left {
            background: url(/Assets/images/arrow-left.png);
            left: 8%
        }

        .image-carousel .nav-container .image-nav-right {
            background: url(/Assets/images/arrow-right.png);
            right: 8%
        }

@media(max-width:1024px) {
    .image-carousel .nav-container .image-nav-left {
        left: .5%
    }

    .image-carousel .nav-container .image-nav-right {
        right: .5%
    }
}

.image-carousel .nav-container .owl-carousel .owl-item {
    padding: 0 20px
}

    .image-carousel .nav-container .owl-carousel .owl-item .item {
        height: 500px;
        transition: height .25s;
        position: relative
    }

        .image-carousel .nav-container .owl-carousel .owl-item .item .rtr-image {
            position: relative;
            height: 100%;
            background-size: cover
        }

        .image-carousel .nav-container .owl-carousel .owl-item .item .rtr-image-caption {
            position: absolute;
            right: 20px;
            bottom: 20px;
            background-color: rgba(0, 0, 0, .4)
        }

            .image-carousel .nav-container .owl-carousel .owl-item .item .rtr-image-caption p {
                color: #E5DED4;
                margin: 0;
                font-size: 18px;
                padding: 5px 10px;
                font-weight: lighter
            }

                .image-carousel .nav-container .owl-carousel .owl-item .item .rtr-image-caption p a {
                    color: #00546B;
                    text-decoration: none
                }

                    .image-carousel .nav-container .owl-carousel .owl-item .item .rtr-image-caption p a:hover {
                        text-decoration: underline
                    }

@media(max-width:375px) {
    .image-carousel .nav-container .owl-carousel .owl-item .item {
        height: 160px
    }
}

@media(min-width:376px)and (max-width:414px) {
    .image-carousel .nav-container .owl-carousel .owl-item .item {
        height: 200px
    }
}

@media(min-width:415px)and (max-width:435px) {
    .image-carousel .nav-container .owl-carousel .owl-item .item {
        height: 240px
    }
}

@media(min-width:436px)and (max-width:655px) {
    .image-carousel .nav-container .owl-carousel .owl-item .item {
        height: 300px
    }
}

@media(min-width:656px)and (max-width:768px) {
    .image-carousel .nav-container .owl-carousel .owl-item .item {
        height: 400px
    }
}

.image-carousel .nav-container .owl-carousel .owl-item:not(.center) .rtr-image {
    opacity: .5
}

.image-carousel .nav-container .owl-carousel .owl-item:not(.center) .rtr-image-caption {
    background-color: rgba(0, 0, 0, .2)
}

@media(max-width:1024px) {
    .image-carousel .nav-container .owl-carousel .owl-item {
        padding: 0 35px
    }
}

.video-carousel {
    background-color: #e0f2f6;
    padding: 20px 0 40px 0;
    width: 100%
}

@media(max-width:1199px) {
    .video-carousel {
        margin-bottom: 20px
    }
}

.video-carousel .video-carousel-info {
    min-height: 100px
}

    .video-carousel .video-carousel-info > * {
        text-align: center;
        margin: auto;
        max-width: 60%
    }

    .video-carousel .video-carousel-info .video-title {
        font-size: 22px;
        font-weight: bold;
        /*    font-family: clarendon-urw, sans-serif
*/
    }

.japan .video-carousel .video-carousel-info .video-title {
    /*    font-family: clarendon-urw, 'こぶりなゴシック W3 JIS2004', "Koburina Gothic W3 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
*/
}

.video-carousel .video-carousel-info .video-title br {
    display: none
}

@media(max-width:991px) {
    .video-carousel .video-carousel-info .video-title {
        max-width: 70%
    }

        .video-carousel .video-carousel-info .video-title br {
            display: block
        }
}

.video-carousel .video-carousel-info .video-description {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 300
}

.japan .video-carousel .video-carousel-info .video-description {
    font-family: 'Source Serif 4', serif, "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.video-carousel .nav-container {
    position: relative
}

    .video-carousel .nav-container .video-nav-left,
    .video-carousel .nav-container .video-nav-right {
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        width: 26px;
        height: 40px;
        top: 50%;
        display: block;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        border: none;
        outline: none;
        z-index: 2
    }

    .video-carousel .nav-container .video-nav-left {
        background: url(/Assets/images/arrow-left.png);
        left: 8%
    }

    .video-carousel .nav-container .video-nav-right {
        background: url(/Assets/images/arrow-right.png);
        right: 8%
    }

@media(max-width:1024px) {
    .video-carousel .nav-container .video-nav-left {
        left: .5%
    }

    .video-carousel .nav-container .video-nav-right {
        right: .5%
    }
}

.video-carousel .nav-container .owl-carousel .owl-item {
    padding: 0 20px
}

    .video-carousel .nav-container .owl-carousel .owl-item .item-video .owl-carousel-video-wrapper {
        position: relative;
        height: 500px;
        transition: height .25s
    }

@media(max-width:414px) {
    .video-carousel .nav-container .owl-carousel .owl-item .item-video .owl-carousel-video-wrapper {
        height: 200px
    }
}

@media(min-width:415px)and (max-width:435px) {
    .video-carousel .nav-container .owl-carousel .owl-item .item-video .owl-carousel-video-wrapper {
        height: 240px
    }
}

@media(min-width:436px)and (max-width:655px) {
    .video-carousel .nav-container .owl-carousel .owl-item .item-video .owl-carousel-video-wrapper {
        height: 300px
    }
}

@media(min-width:656px)and (max-width:768px) {
    .video-carousel .nav-container .owl-carousel .owl-item .item-video .owl-carousel-video-wrapper {
        height: 400px
    }
}

.video-carousel .nav-container .owl-carousel .owl-item .item-video .owl-video-play-icon {
    height: 108px;
    width: 112px;
    margin-left: -54px;
    margin-top: -56px;
    background: url(/Assets/images/owl.video.play.png) no-repeat
}

@media(max-width:435px) {
    .video-carousel .nav-container .owl-carousel .owl-item .item-video .owl-video-play-icon {
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6)
    }
}

@media(min-width:436px)and (max-width:768px) {
    .video-carousel .nav-container .owl-carousel .owl-item .item-video .owl-video-play-icon {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
}

.video-carousel .nav-container .owl-carousel .owl-item .item-video .owl-video-tn {
    background-size: 150%, 150%, cover
}

@media(max-width:1024px) {
    .video-carousel .nav-container .owl-carousel .owl-item {
        padding: 0 35px
    }
}



/**umb_name:Font size 11*/
.font-size-11 {
    font-size: 11px;
}

/**umb_name:Font size 12*/
.font-size-12 {
    font-size: 12px;
}

/**umb_name:Font size 16*/
.font-size-16 {
    font-size: 16px;
}

/**umb_name:Font size 18*/
.font-size-18 {
    font-size: 18px;
}

/**umb_name:Font size 24*/
.font-size-24 {
    font-size: 24px;
}

/**umb_name:Font size 26*/
.font-size-26 {
    font-size: 26px;
}

/**umb_name:Font size 30*/
.font-size-30 {
    font-size: 30px;
}

/**umb_name:Font size 32*/
.font-size-32 {
    font-size: 32px;
}

/**umb_name:Font size 48*/
.font-size-48 {
    font-size: 48px;
}

.download-option .download-icon {
    background: url('/Assets/images/download.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 27px;
    height: 22px;
    background-size: cover;
    margin: 0 11px 0 0;
    position: relative;
    bottom: 3px;
    vertical-align: bottom
}

.download-option a {
    font-size: 15px !important;
}

#rtr-us-map,
.svg {
    position: absolute;
    top: calc(231px + 89px - 1.5vw);
    left: 1.2vw;
    width: 24vw;
    height: auto;
}

.svg {
    display: none;
}

    .svg circle {
        fill: #FAAD1A;
        stroke: #FAAD1A;
        stroke-width: 0;
        opacity: .5;
        transition: stroke-width .15s ease-in;
    }

        .svg circle:hover {
            stroke-width: 100;
            opacity: 0.7;
        }

    .svg text {
        fill: #4a4a4a;
        text-transform: uppercase;
        cursor: none;
    }

        .svg text.bubbles-data-text {
            font-size: 30px;
            display: none;
        }

        .svg text.bubbles-label-text,
        .svg text.bubbles-country-text,
        .svg circle:hover ~ .bubbles-text {
            display: none;
        }

    .svg circle:hover ~ .bubbles-data-text,
    .svg circle:hover ~ .bubbles-label-text,
    .svg circle:hover ~ .bubbles-country-text {
        display: block;
    }

.impact-svg-bubbles {
    display: none;
}

@media (min-width: 576px) {
    #rtr-us-map {
        top: calc(179px + 89px - 1.5vw);
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {

    #rtr-us-map,
    .svg {
        top: calc(341px + .6vw);
    }
}

@media (min-width: 1200px) {

    .impact-svg-bubbles,
    .svg {
        display: block;
    }
}

@media(max-width: 1310px) {
    .header-nav .header-menu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    /*.header-nav > .container {
        width: 95%;
    }*/

    .header .navbar-brand {
        background-size: 100%;
        background-position: center;
        width: 80px;
        height: 100px;
        margin: 0;
    }

    .header .wrapper-nav-bottom {
        float: none;
        width: 100%;
        margin: 0;
        padding-top: 15px;
        padding-bottom: 10px;
    }
}


@media(max-width: 1199px) {
    .header .nav-bottom li a {
        font-size: 18px;
    }

    .header .wrapper-nav-bottom .btn-yellow {
        font-size: 18px;
        padding: 15px 35px;
        border-radius: 5px;
    }
}

@media(max-width: 991px) {
    .header-nav .header-menu {
        display: block;
    }

    .header .navbar-brand {
        background-size: auto;
        background-position: center;
        width: 155px;
        height: 22px;
        margin: 21px 0 17px 14px;
    }
}

@media(min-width: 1140px) and (max-width: 1440px) {
    .header-menu .sticky-wrapper .sticker {
        padding: 10px;
    }

    .header-menu .sticky-wrapper .container {
        max-width: 1440px;
        width: 100%;
    }

    .header .sticker .btn-yellow {
        padding: 14px 30px;
    }
}

@media(min-width: 992px) and (max-width: 1139px) {
    .header .sticker .btn-yellow {
        padding: 14px 35px;
        font-size: 18px;
    }

    .header .sticker img {
        margin: 7px 0;
    }
}

@media(min-width: 992px) {
    .header-menu .sticky-wrapper .sticker {
        padding: 10px;
    }

        .header-menu .sticky-wrapper .sticker > .container > .row {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
}

.header .navbar-brand {
    /*background-image: url(/media/toople0w/rtr-logo-primary-fullcolor.png) !important;*/
}

.header .sticker a[title=logo] {
    display: inline-block;
    height: 85px;
    width: 70px;
    /*  background-image: url(/media/toople0w/rtr-logo-primary-fullcolor.png) !important;*/
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

    .header .sticker a[title=logo] img {
        display: none;
    }

@media(max-width: 991px) {
    .header .navbar-brand {
        /*  background-image: url(../images/rtr-logo-secondary-fullcolor-rgb.png) !important;*/
        background-size: contain;
        width: 60px;
        height: 55px;
        margin: 0;
    }

    .article-footer .jssocials-wrap {
        right: auto;
    }
}

@media (max-width: 600px) {
    .girl-education .connecting-box, .literacy-section .connecting-box {
        margin: 5px 0 19px 0;
        width: 100%;
    }

        .girl-education .connecting-box .btn-blue, .literacy-section .connecting-box .btn-blue {
            margin: 10px 0 0 0;
            width: 100%;
        }

    .latest-slider .slider .slick-next,
    .latest-slider .slider .slick-prev {
        background-color: #fff;
        transform: translate(0, -200%);
    }

    .latest-slider .slider .slick-next {
        right: 0;
    }

    .latest-slider .slider .slick-prev {
        left: 0;
        z-index: 1;
    }
}

@media (max-width:1310px) and (min-width:990px) {
    .bookmarkclass {
        width: 82%;
    }
}

.main-site {
    display: none !important;
}

.sub-site {
    display: none !important;
}

.floatclass {
    float: right;
}

.extramainclass {
    margin-top: 40px !important;
    border-top: none !important;
    text-align: right !important;
    bottom: 19px !important;
    padding-top: 24px !important;
}

.main-header-site {
    margin: 15px 28px 15px 0 !important;
}

.main-header-menu {
    display: block;
}

@media (max-width: 1310px) {
    .extramainclass {
        width: 85% !important;
    }
}

@media(max-width:991px) {
    .main-header-site {
        margin: 0px 0px 10px 0 !important;
    }
}