.container:after,
.home-slider .item .container:after {
    clear: both;
    content: "";
    display: table
}

input,
textarea,
select,
.pagination>span,
.pagination>a,
.container,
.home-slider .item .container {
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

input,
textarea,
select,
.pagination>span,
.pagination>a {
    display: inline-block;
    box-sizing: border-box
}

input:hover,
textarea:hover,
select:hover,
.pagination>span:hover,
.pagination>a:hover {
    text-decoration: none
}

.enable-js,
.browsehappy {
    background: #e3e3e3;
    color: #000;
    font-size: 14px;
    margin-bottom: .2em;
    padding: 0.5em;
    text-align: center;
    line-height: 1.3
}

.enable-js a,
.browsehappy a {
    font-weight: bold
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.logo .logo-header:after,
.site-foot>.container:after,
.byline:after {
    clear: both;
    content: "";
    display: table
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0;
    vertical-align:middle;
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

html {
    font-family: Helvetica, Arial, sans-serif
}

body {
    min-width: 320px;
    overflow-x: hidden
}

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

img.full {
    width: 100%;
    display: block
}

@media \0screen {

    img,
    svg {
        width: auto
    }
}

[class^="icon-"]::before,
[class*=" icon-"]::before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
    display: none
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0
}

label {
    cursor: pointer
}

figure,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

dl,
ul,
ol {
    padding: 0
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #4C4C4C
}

.hidden {
    display: none
}

.hidden-checkbox {
    position: absolute;
    left: -10000px
}

.top {
    margin-top: 0 !important;
    padding-top: 0 !important
}

.bottom {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.ad {
    margin: 0 auto 1.25em;
    text-align: center
}

.h3 {
    font-size: 33px;
    font-size: 2.0625rem;
    margin-bottom: 0.5em;
    color: #555
}

@media (max-width: 28.75em) {
    .h3 {
        font-size: 27px;
        font-size: 1.6875rem
    }
}

.h4 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: 10px
}

.sub-title {
    font-size: 18px;
    font-size: 1.125rem;
    color: #555;
    margin: 0.8em 0
}

p,
.p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    color: #464646;
    margin-bottom: 1.3em
}

.more {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 900;
    text-transform: uppercase
}

.more:hover {
    text-decoration: underline
}

.reverse {
    color: #fff
}

.tips {
    font-size: 12px;
    font-size: .75rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #888
}

.has-style p,
.has-style address {
    line-height: 1.6;
    margin-bottom: 1.6em;
    color: #888
}

.has-style a {
    color: #df292a
}

.has-style a:hover {
    text-decoration: underline
}

.has-style address {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.5;
    font-style: normal
}

.has-style ul,
.has-style ol {
    margin-left: 1.5em
}

.has-style ol {
    counter-reset: ol
}

.has-style ol>li:before {
    counter-increment: ol;
    content: counters(ol, ".") " "
}

.has-style ul>li {
    list-style-type: square
}

.has-style li {
    line-height: 1.6;
    font-family: Georgia, 'Times New Roman', Times, Baskerville, serif;
    margin-bottom: 1em;
    color: #888
}

.has-style form label {
    display: block;
    margin-bottom: 0.3em
}

.has-style form ul,
.has-style form ol {
    list-style: none;
    margin-left: 0
}

.has-style form li:before {
    content: ''
}

.has-style .required label:after {
    content: ' *';
    color: #DE2D0F
}

input,
textarea,
select {
    border-radius: .22em;
    font-size: 15px;
    font-size: .9375rem;
    padding: 0.7em 1em
}

.black {
    font-weight: bold;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #555;
    display: block;
    margin: 20px 0
}

.table-bg {
    font-size: 14px;
    font-size: .875rem;
    font-family: Georgia, 'Times New Roman', Times, Baskerville, serif;
    width: 100%;
    color: #888
}

.table-bg td {
    padding: 0.5em 0
}

.table-bg-wrap {
    padding: 30px;
    background-color: #f1f1f1;
    margin-bottom: 50px
}

.table-line {
    font-size: 13px;
    font-size: .8125rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 100%;
    margin: 30px 0;
    color: #888
}

.table-line th {
    padding: 8px 0;
    color: #555;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa
}

.table-line td {
    padding: 8px 0;
    border-bottom: 1px solid #eee
}

.breadcrumb {
    letter-spacing: -0.34em
}

.breadcrumb>a,
.breadcrumb>span {
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0
}

.breadcrumb>a:not(:last-child):after,
.breadcrumb>span:not(:last-child):after {
    content: '/';
    display: inline-block;
    padding: 0 0.4em 0 0.5em;
    color: #888;
    font-weight: normal
}

.breadcrumb .current,
.breadcrumb>span {
    color: #888
}

.pagination {
    margin: 20px 0
}

.pagination>span,
.pagination>a {
    border-radius: .22em;
    font-size: 14px;
    font-size: .875rem;
    padding: 0.3em 0.7em
}

.pagination>a.current,
.pagination>a:hover {
    color: #fff;
    background-color: #8d1516
}

.pagination>span {
    vertical-align: middle;
    cursor: pointer
}

.pagination>span:hover {
    color: #8d1516
}

.lang-mb-wrap {
    position: relative;
    display: inline-block;
    font-size: 12px;
    z-index: 5
}

.lang-mb-wrap>input {
    position: absolute;
    left: -9999px
}

.lang-mb-wrap>ul {
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top
}

.no-csstransforms .lang-mb-wrap>ul {
    display: none
}

.lang-mb-wrap>input:checked~ul {
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.no-csstransforms .lang-mb-wrap>input:checked~ul {
    display: block
}

.lang-mb-wrap>label {
    text-decoration: underline
}

.lang-mb-wrap>label,
.lang-mb-wrap li {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 8px
}

.lang-mb-wrap li>a {
    color: #C7D3DB
}

.lang-mb-wrap .current,
.lang-mb-wrap .current>a {
    color: #fff
}

.lang-mb-wrap i {
    margin-left: 5px;
    vertical-align: -2px
}

.lang-mb-wrap i:before {
    font-size: 20px;
    line-height: 14px;
    height: 14px
}

.lang-mb-wrap>ul {
    padding: 5px 40px 5px 0;
    border-top-width: 0;
    background-color: #00a5b8
}

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

@media (min-width: 76.875em) {
    .container {
        padding-left: 0;
        padding-right: 0
    }
}

.head-nav {
    text-align: right
}

.head-nav li {
    vertical-align: middle;
    display: inline-block
}

/*.head-nav li:last-child>a{padding-right:0}*/
.site-head {
    color: #fff
}

.lt-ie9 .site-head {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E68D1516, endColorstr=#E68D1516);
    zoom: 1
}

.site-head a {
    color: #fff
}

.site-head .top-header {
    padding: 7px 0;
    background-color: #333;
    opacity: 0.7
}

.sub .site-head .top-header {
    opacity: 1
}

.sub .site-head .top-header a {
    color: #fff
}

.sub .site-head .transparent-header {
    background-color: #fff;
    box-shadow: 1px 1px 10px #999;
    padding: 10px 0
}

.sub .site-head .transparent-header a {
    color: #8d1516
}

/*.sub .site-head .transparent-header .logo .logo-header {
    background-image: url("../images/logo-brand.png")
}

@media (max-width: 62.4375em) {
    .sub .site-head .transparent-header .logo .logo-header {
        background-image: url("../images/logo-md.png");
        background-position-y: 4px
    }
}

@media (max-width: 31.25em) {
    .sub .site-head .transparent-header .logo .logo-header {
        background-image: url("../images/logo-sm.png")
    }
}*/

.head-links a,
#menu-header a {
    display: block;
    transition: color 0.3s, padding 0.3s
}

.head-links .current a,
.head-links a:hover,
#menu-header .current a,
#menu-header a:hover {
    color: #8d1516
}

.head-links {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: 0.3px
}

#menu-header > li > a {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 600;
    text-transform: uppercase;
}

/*.logo {
    transition: max-width 0.3s;
    position: absolute
}

.logo img {
    max-width: 90%
}

.logo .logo-header {
    background-repeat: no-repeat;
    background-image: url("../images/logo-lg.png");
    width: 292px;
    height: 59px
}

@media (max-width: 62.4375em) {
    .logo .logo-header {
        background-image: url("../images/logo-md.png");
        width: 210px;
        height: 29px
    }
}

@media (max-width: 31.25em) {
    .logo .logo-header {
        background-image: url("../images/logo-sm.png");
        width: 170px;
        height: 23px
    }
}

.logo .logo-header a {
    display: block;
    width: 100%;
    height: 100%;
    transition: color 0.3s
}*/

.nav-toggle {
    position: absolute;
    right: 0;
    top: 5px;
    padding: 10px 15px;
    font-size: 24px
}

.site-head .top-bg-color {
    opacity: 1
}

.bg-color {
    background-color: #fff;
    box-shadow: 1px 1px 10px #999;
    padding: 10px 0
}

.bg-color a {
    color: #8d1516
}

/*.bg-color .logo .logo-header {
    background-image: url("../images/logo-brand.png")
}

@media (max-width: 62.4375em) {
    .bg-color .logo .logo-header {
        background-image: url("../images/logo-md.png");
        background-position-y: 4px
    }
}

@media (max-width: 31.25em) {
    .bg-color .logo .logo-header {
        background-image: url("../images/logo-sm.png")
    }
}*/

#tipue_drop_input {
    float: right;
    color: #333;
    padding: 2px;
    width: 130px;
    border: 1px solid #e2e2e2;
    margin: 0;
    background: #fff url("../images/icon-search.png") no-repeat 107px 4px
}

@media (max-width: 62.4375em) {
    /*.logo {
        width: 85%;
        max-width: 270px
    }*/

    .head-nav {
        overflow: hidden;
        transition: max-height 0.3s
    }

    #nav-toggle:checked~.head-nav {
        max-height: 370px
    }

    .head-nav a {
        padding: 7px 0
    }

    #menu-header {
        margin: 20px 0
    }
}

@media (min-width: 62.5em) {
    .site-head {
        position: fixed;
        width: 100%;
        z-index: 10
    }

    .nav-toggle {
        display: none
    }

    /*.logo {
        float: left;
        max-width: 300px
    }*/

    .head-links {
        transition: padding 0.3
    }

    .head-links a {
        padding: 0 7px
    }

    #menu-header a {
        padding: 0 14px
    }
}

@media (min-width: 70.625em) {
    /*.logo {
        max-width: 400px
    }*/

    .head-links a {
        padding: 0 10px
    }

    #menu-header {
        padding-top: 20px
    }

    #menu-header a {
        padding: 0 20px
    }
}

.footer-nav {
    background-color: #383838;
    color: #fff;
    padding: 55px 0 40px
}

.footer-nav li.nav {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 300;
    width: 15%;
    float: left;
    padding-bottom: 13px
}

.footer-nav li.nav:first-child {
    margin-right: 2%
}

.footer-nav li.nav:nth-child(2n) {
    margin: 0px 2%
}

.footer-nav li.nav:nth-child(3n) {
    margin: 0px 2%
}

.footer-nav li.nav:nth-child(4n) {
    margin: 0px 2%
}

.footer-nav li.nav:last-child {
    margin-left: 2%
}

.footer-nav li.nav h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    padding-bottom: 30px
}

.footer-nav li.nav .contact {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 300
}

.footer-nav li.nav li {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 300
}

.footer-nav li.nav li a {
    color: #fff
}

.footer-nav li.nav li a:hover {
    text-decoration: underline
}

.site-foot {
    background-color: #000
}

.foot-utility {
    padding: 15px 0
}

/*.foot-logo {
    display: none;
    padding-bottom: 13px;
    float: left;
    width: 250px;
    height: 33px;
    background-repeat: no-repeat;
    background-image: url("../images/logo-footer.png")
}

@media (max-width: 62.4375em) {
    .foot-logo {
        width: 170px;
        height: 23px;
        background-image: url("../images/logo-sm.png")
    }
}

@media (max-width: 40em) {
    .foot-logo {
        width: 120px;
        height: 16px;
        background-image: url("../images/logo-xsm.png")
    }
}

@media (max-width: 31.25em) {
    .foot-logo {
        background-image: none
    }
}*/

.foot-logo a {
    display: block;
    width: 100%;
    height: 100%;
    transition: color 0.3s
}

.foot-social i:before {
    font-size: 16px;
    line-height: 14px;
    height: 14px
}

@media (max-width: 37.5em) {
    .foot-social i:before {
        font-size: 14px
    }
}

.foot-social a {
    color: #fff;
    display: inline-block;
    padding: 0px 3px;
    transition: color 0.3s ease 0s
}

.foot-social a:last-child {
    padding-right: 0
}

.foot-social a:hover {
    color: #fff
}

@media (max-width: 50em) {
    .foot-social a {
        padding: 0px 1px
    }
}

.copyright-wrap {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 300;
    color: #b2b2b2;
    transition: color 0.3s;
    text-align: center;
    padding-top: 5px;
    margin: 0 auto;
    width: 350px;
    line-height: 2
}

@media (max-width: 50em) {
    .copyright-wrap {
        font-size: 11px;
        font-size: .6875rem;
        width: 220px
    }
}

@media (max-width: 31.25em) {
    .copyright-wrap {
        width: 100%;
        float: left
    }

    .copyright-wrap .copyright {
        text-align: left
    }
}

@media (max-width: 31.25em) {
    .foot-utility {
        padding: 5px 0
    }

    .foot-logo {
        height: 0
    }
}

.sub-nav li {
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 0 15px 13px;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #888;
    cursor: pointer;
    transition: color 0.3s
}

.sub-nav li a:hover {
    color: #8d1516
}

.sub-nav-mb {
    display: none
}

@media (max-width: 50em) {
    .sub-nav-mb {
        display: block;
        width: 100%
    }

    .sub-nav-mb li {
        border-bottom: 1px solid #d5d5d5;
        padding: 10px 0 15px 13px;
        margin-bottom: 0;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 300;
        font-family: 'Open Sans', Arial, sans-serif;
        color: #888;
        cursor: pointer;
        transition: color 0.3s
    }

    .sub-nav-mb li a:hover {
        color: #8d1516
    }
}

.fixed {
    position: fixed
}

.owl-carousel {
    z-index: 1
}

.owl-prev,
.owl-next {
    opacity: .8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 50%;
    height: 54px;
    padding: 0 1%;
    margin-top: -20px;
    color: #fff;
    font-size: 0;
    background-color: rgba(145, 98, 93, 0);
    transition: height 0.3s, background-color 0.3s, padding 0.3s
}

.owl-prev:hover,
.owl-next:hover {
    background-color: #8d1516
}


@media (min-width: 62.5em) {

}

@media (min-width: 81.25em) {

    .owl-prev,
    .owl-next {
        height: 67px
    }

}

.owl-prev {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.owl-prev:hover {
    padding-left: 2.5%
}

.owl-next {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    right: 0
}

.owl-next:hover {
    padding-right: 2.5%
}

.owl-prev::before,
.owl-next::before {
    content:"";
    display:inline-block;
    width:15px;
    height:15px;
    border:3px solid white;
    border-radius:3px;
    transform:translate(-50%,-50%) rotate(-45deg);
    position:absolute;
    top:50%;
    left:50%;
}
.owl-prev::before {
    border-right: 0;
    border-bottom: 0;
}
.owl-next::before {
    border-left: 0;
    border-top: 0;
}
.home-slider .item {
    position: relative;
    background: #8d1516 50% 50% no-repeat;
    background-size: cover;
    -ms-behavior: url(assets/background-size-polyfill/backgroundsize.min.htc)
}

@media (max-width: 41.8125em) {
    .home-slider .item {
        height: 268px
    }
}

@media (min-width: 41.875em) and (max-width: 49.9375em),
(min-width: 62.5em) and (max-width: 68.6875em) {
    .home-slider .item {
        padding-bottom: 40%
    }
}

@media (min-width: 50em) and (max-width: 62.4375em),
(min-width: 68.75em) {
    .home-slider .item {
        padding-bottom: 33%
    }
}

@media (min-width: 93.75em) {
    .home-slider .item {
        height: 595px;
        padding-bottom: 0
    }
}

.home-slider .item .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 76.875em) {
    .home-slider .item .container {
        padding-left: 0;
        padding-right: 0
    }
}

.home-slider .txt {
    position: absolute;
    bottom: 7%;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    color: #8d1516;
    background: url("../images/w-bg.png")
}

.lt-ie9 .home-slider .txt {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E68D1516, endColorstr=#E68D1516);
    zoom: 1
}

@media (min-width: 86.875em) {
    .home-slider .txt {
        padding: 20px 25px
    }
}

.home-slider h2 {
    width: 70%;
    float: right;
    letter-spacing: 0.3px;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    text-transform: uppercase
}

.home-slider h2+p {
    margin-top: 5px
}

@media (max-width: 50em) {
    .home-slider h2 {
        font-size: 25px;
        font-size: 1.5625rem;
        font-weight: 700
    }
}

.home-slider p {
    width: 70%;
    float: right;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 200;
    color: #333;
    margin-bottom: 0
}

@media (max-width: 33.6875em) {
    .home-slider p {
        display: none !important
    }
}

.home-slider .owl-dots {
    position: absolute;
    right: 50%;
    bottom: 25px
}

.home-slider .owl-dot {
    float: left;
    margin-left: 7px
}

.home-slider .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: background-color 0.3s;
    background-color: #fff
}

.home-slider .owl-dot.active>span {
    background-color: #8d1516
}

.lt-ie9 .home-slider .owl-dot.active>span {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF, endColorstr=#66FFFFFF);
    zoom: 1
}

.home-bg {
    background-color: #fff
}

.efi-more {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    color: #999
}

.efi-more:hover {
    color: #8d1516
}

.home-wrapper {
    overflow: hidden
}

.home-wrapper>.container {
    position: relative
}

.home-wrapper.word p {
    font-family: 'FranklinGothicURW-Boo', Arial, sans-serif;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.5;
    font-weight: 400;
    padding: 70px 5% 50px;
    text-align: center
}

.home-wrapper.word p span {
    color: #8d1516
}

.home-wrapper.events {
    padding-bottom: 70px
}

.home-wrapper.events h2 {
    text-align: center;
    color: #8d1516;
    margin-bottom: 25px
}

.home-wrapper .resource,
.home-wrapper .calendar {
    width: 45%;
    padding: 40px 0 60px
}

.home-wrapper .resource {
    float: left;
    margin-right: 2%
}

.home-wrapper .resource li {
    padding: 10px 0
}

.home-wrapper .resource-contents {
    overflow: hidden
}

.home-wrapper .resource-contents figure {
    float: left;
    margin-right: 3%
}

.home-wrapper .resource-contents h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'FranklinGothicURW-Boo', Arial, sans-serif
}

.home-wrapper .resource-contents h4 a {
    color: #333
}

.home-wrapper .resource-contents h4 a:hover {
    text-decoration: underline
}

.home-wrapper .calendar {
    float: right;
    margin-left: 2%
}

.home-wrapper .calendar h2 {
    color: #8d1516;
    margin-bottom: 15px
}

.home-wrapper .calendar .calendar-contents {
    background-color: #f4f4f4;
    padding: 30px 25px
}

.home-wrapper .calendar li {
    overflow: hidden;
    margin-bottom: 20px
}

.home-wrapper .calendar li:last-child {
    margin-bottom: 0px
}

.home-wrapper .calendar li .calendar-box {
    background-color: #8d1516;
    overflow: hidden;
    width: 80px;
    float: left;
    margin-right: 20px
}

.home-wrapper .calendar li time {
    float: left;
    font-family: 'FranklinGothicURW-Boo', Arial, sans-serif;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 20px 0;
    color: #fff
}

.home-wrapper .calendar li time .day {
    font-size: 25px;
    display: block;
    line-height: 23px
}

.home-wrapper .calendar li time .month {
    font-size: 15px;
    text-transform: uppercase
}

.home-wrapper .calendar li .events h4 {
    font-family: 'FranklinGothicURW-Boo', Arial, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 400;
    padding-bottom: 5px
}

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

.clearfix:after{
  clear: both;
}
.home-block-box .header {
    overflow: hidden;
    padding: 10px 0px
}

.home-block-box .header .title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #8d1516;
    letter-spacing: 0.5px;
    float: left
}

.home-block-box .header .efi-more {
    float: right
}

.home-block-box .box {
    width: 100%
}

.home-block-box .box-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3;
    font-family: 'FranklinGothicURW-Boo', Arial, sans-serif;
    color: #999;
    overflow: hidden;
    display: block
}

.home-block-box .box-text h3 a {
    color:#8d1516;
}
.home-block-box .box-img {
    display:block;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    padding-bottom:30%;
    background:url(../images/icon-gray.svg) center / 20% no-repeat #f0f0f0;
}

@media (min-width:800px) {
    .home-block-box .box-img{
        margin-bottom:14px;
        padding-bottom:80%;
    }
    .home-block-box:nth-child(3n+1) {
        clear:left;
    }
    .home-block {
        float: left;
        overflow: hidden
    }
    
    .home-block-box {
        padding: 0px;
        width: 30%;
        float: left
    }
    
    .home-block-box:first-child {
        margin-right: 2%
    }
    
    .home-block-box:nth-child(2n) {
        margin: 0px 2%
    }
    
    .home-block-box:last-child {
        margin-left: 2%
    }

}
@media (max-width:799px) {
    .home-block-box {
        margin-bottom:20px;
    }
    .home-block-box .box-img{
      float:left;
      width:40%;
      margin-right:20px;
    }
}
.home-partners {
    width: 100%;
    text-align: center;
}

.home-partners .partners {
    padding: 0px;
    width: 20%;
    display: inline-block;
    text-align: center;
    margin: 0px 2%
}

.efi-belt {
    background-color: #8d1516;
    color:white;
    padding-top:50px;
    padding-bottom:20px;
    font-size:14px;
    line-height:18px;
}
.efi-belt li {
    padding-bottom:30px;
}
.efi-belt p,
.efi-belt a {
    color:inherit;
}
.efi-belt a {
    text-decoration:underline;
}
.efi-belt a:hover {
    text-decoration:none;
}
.efi-belt figure {
    text-align:center;
    margin-bottom:20px;
}
@media (min-width: 768px) {
    .efi-belt .col-sm-4.flex-sm figure {
        margin-right:15px;
        margin-bottom:0;
    }
    .efi-belt summary {
        padding-left:15px;
        padding-right:15px;
    }
}
/*.efi-belt.magazine h2 {
    text-align: center;
    color: #fff;
    padding: 40px 0 10px
}

.efi-belt.magazine .email-container {
    background: white;
    display: table;
    margin: 1.5em 20% 0;
    box-sizing: border-box
}

.efi-belt.magazine .email-container span {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.efi-belt.magazine input {
    background: 0;
    border: 0;
    font-size: 14px;
    line-height: 14px;
    outline: 0;
    padding: 10px;
    width: 100%
}

.efi-belt.magazine button {
    background: #C28383;
    border: 0;
    cursor: pointer;
    display: table-cell;
    font-size: 1em;
    height: 40px;
    outline: 0;
    position: relative;
    vertical-align: middle;
    width: 70px
}

.efi-belt.magazine ul {
    padding: 30px 0 50px;
    overflow: hidden;
    width: 100%
}

.efi-belt.magazine ul li {
    width: 25%;
    float: left;
    padding: 0px;
    color: #fff;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.2;
    font-weight: normal
}

.efi-belt.magazine ul li:nth-child(2n) {
    width: 40%;
    text-align: center
}

.efi-belt.magazine ul li:last-child {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'FranklinGothicURW-Boo', Arial, sans-serif;
    text-align: center
}

.efi-belt.magazine ul li:last-child a {
    color: #fff
}

.efi-belt.magazine ul li:last-child a:hover {
    text-decoration: underline
}
*/
.sub .site-head {
    position: relative
}

.sub .site-head a {
    color: #8d1516
}

.section-inner {
    background-color: #f0f4f5
}

.section-inner .section-contents {
    overflow: hidden
}

.section-inner .section-contents .sub-contents {
    float: none;
    width: 100%
}

.section-inner .section-contents .sub-contents .section {
    padding: 15px;
    border: 1px solid #d5d5d5;
    background-color: #fff
}
.section {
    margin: 15px 0;
    overflow: hidden
}
@media (min-width:768px) {
    .section-inner .section-contents .sub-contents .section {
        width: 70%;
        padding: 3% 2.5%;
        margin: 30px auto;
    }
    .section {
        margin: 50px 0;
    }
}

.section-img {
    padding-bottom: 5%;
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-size: contain;
    -ms-behavior: url(/background-size-polyfill/backgroundsize.min.htc)
}

.section .media-l {
    display: table-cell;
    vertical-align: top;
    padding-left: 16px;
    display: block
}

.section .media-l img {
    max-width: none
}

.section .media-r {
    display: table-cell;
    vertical-align: top;
    padding-right: 16px;
    display: block
}

.section .media-r img {
    max-width: none
}

.section .media-c {
    display: table-cell;
    vertical-align: top;
    padding-right: false;
    text-align: center;
    display: block
}

.section .media-c img {
    max-width: none
}

.section .media-body {
    display: table-cell;
    vertical-align: top;
    width: 10000px
}

.section .h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #8d1516;
    margin-bottom: 25px
}

.section ol {
    padding-left: 30px
}

.section ol.decimal li {
    list-style-type: decimal
}

.section ol.disc li {
    list-style-type: disc
}

.section ol li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-family: Georgia, 'Times New Roman', Times, Baskerville, serif;
    color: #464646;
    padding-bottom: 20px
}

.section .mb0 {
    margin-bottom: 0px
}

.section .pdf a:hover {
    color: #8d1516;
    text-decoration: underline
}

.section .pdf img {
    margin-right: 5px
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #530c0d url("../images/cd-top-arrow.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    transition: opacity .3s 0s, visibility 0s 0s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}

.cd-top.cd-fade-out {
    opacity: .7
}

.no-touch .cd-top:hover {
    background-color: #56E8C8;
    opacity: 1
}

@media (max-width: 50em) {
    .cd-top {
        right: 20px;
        bottom: 20px
    }
}

.news-list {
    padding-top: 15px
}

.news-list>article {
    padding: 20px 0 5px
}

.news-list>article:not(:last-child) {
    border-bottom: 1px solid #d5d5d5
}

.news-list>article>:first-child {
    margin-top: 0
}

.media-left>figure {
    float: left;
    margin-right: 15px
}

.media-left .article-info {
    font-size: 10px;
    font-size: .625rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.4em;
    color: #8d1516
}

.article {
    margin-top: 20px;
    margin-bottom: 50px
}

.article h1 {
    padding-bottom: 10px;
    font-size: 28px;
    font-size: 1.75rem;
    font-family: 'Open Sans', Arial, sans-serif
}
.article a {
    color:#8d1516;
    text-decoration:underline;
}
.article a:hover {
    text-decoration:none;
}
.article p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 1.6em
}

.article .imagebox {
    text-align: center;
    margin: 0px auto 20px
}

.article .imageRight {
    float: right;
    margin-left: 20px
}

.article .imageLeft {
    float: left;
    margin-right: 20px
}

.article .caption {
    font-size: 0.75rem;
    line-height: 1.3;
    color: #999
}

.byline {
    margin: 15px 0
}

.byline .auther,
.byline time {
    display: inline-block;
    font-size: 12px;
    font-size: .75rem;
    font-weight: bold;
    text-transform: uppercase
}

.byline .auther {
    color: #8d1516
}

.byline .auther:before {
    content: 'By '
}

.byline .auther:hover {
    color: #df292a
}

.byline time {
    margin-right: 10px;
    color: #999
}

.figure-main {
    margin: 0 auto 20px;
    text-align: center
}

.figure-main>figcaption {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.3;
    color: #999
}

.banner {
    width: 100%;
    background: #666 50% 50% no-repeat;
    background-size: cover;
    -ms-behavior: url(assets/background-size-polyfill/backgroundsize.min.htc)
}

.banner-whoweare {
    background-image: url("../images/img-sub-whoweare.jpg")
}

.banner-whatwedo {
    background-image: url("../images/img-sub-whatwedo.jpg")
}

.banner-news {
    background-image: url("../images/img-sub-news.jpg")
}

.banner-getinvolved {
    background-image: url("../images/img-sub-involved.jpg")
}

.banner .h3 {
    color: #8d1516;
    padding: 18.5% 0 1.5%;
    margin-bottom: 0;
    letter-spacing: 0.3px;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    font-family: 'Open Sans', Arial, sans-serif
}

@media (max-width: 50em) {
    .banner .h3 {
        font-size: 25px;
        font-size: 1.5625rem;
        font-weight: 700
    }
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100%;
    }

    @page {
        margin: 0.5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

/*# sourceMappingURL=main.css.map */
.imageNone {
    text-align: center;
    background-color: #f2f2f2;
}

.imageNone .caption {
    text-align: left;
    padding: 10px;
}

.rich-text p>ul>li {
    margin-bottom: 1.3em;
}