* {
    box-sizing: border-box
}

body {
    background-color: #fff;
    color: #040f1d;
    font-family: Nunito, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased
}
.container {
    width: 100%;
    background-image: url("/assets/image/contact/Back.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    overflow: hidden;
    object-fit: cover;

}
.article{
    background-image: url(/assets/image/contact/Rec.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    overflow: hidden;
    padding-top: 20px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Nunito, sans-serif;
    font-weight: 400;
    margin-top: 0
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px;
    font-weight: 600
}

h4 {
    font-size: 16px
}

a {
    color: #154c91;
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    text-decoration: underline
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.button,
[role=button] {
    border: 1px solid #4472c4;
    border-radius: 4px;
    color: #4472c4;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 2.34;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    -webkit-touch-callout: none
}

@media (min-width:768px) {

    .button,
    [role=button] {
        width: auto
    }
}

.button::after,
[role=button]::after {
    color: #4472c4
}

.button:active,
.button:focus,
.button:hover,
.button[aria-selected=true],
[role=button]:active,
[role=button]:focus,
[role=button]:hover,
[role=button][aria-selected=true] {
    background-color: #4472c4;
    color: #fff;
    text-decoration: none
}

.button[aria-selected=true]:active,
.button[aria-selected=true]:focus,
.button[aria-selected=true]:hover,
[role=button][aria-selected=true]:active,
[role=button][aria-selected=true]:focus,
[role=button][aria-selected=true]:hover {
    background-color: #27457b;
    border-color: #27457b
}

.button[data-disabled],
[role=button][data-disabled] {
    cursor: default
}

.header {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    align-items: center;
    display: flex;
    height: 71px;
    justify-content: space-between
}

@media (min-width:1160px) {
    .header {
        padding: 0;
        width: 90%
    }
}

.user-info {
    display: inline-block
}

.user-info>[role=button] {
    border: 0;
    color: #154c91;
    min-width: 0;
    padding: 0;
    white-space: nowrap
}

.user-info>[role=button]:hover {
    color: #154c91;
    background-color: transparent
}

.user-info>[role=button]::after {
    color: #154c91;
    padding-right: 15px
}

[dir=rtl] .user-info>[role=button]::after {
    padding-left: 15px;
    padding-right: 0
}

.user-avatar {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle
}

.avatar {
    display: inline-block;
    position: relative
}

.avatar img {
    height: 40px;
    width: 40px
}

.footer {
    border-top: 1px solid #ddd;
    margin-top: 60px;
    padding: 30px 0
}

.footer a {
    color: #fff
}

.section {
    margin-bottom: 40px
}
@media (max-width: 992px) {
    .container {
        background-position: right center;
        background-size: cover;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
   .container {
        max-width: 100%;
    }
}

@media (min-width:768px) {
    .section {
        margin-bottom: 60px
    }
}

.section h2 {
    margin-bottom: 10px;
    text-align: center
}

.category-content {
    flex: 1
}

@media (min-width:1024px) {
    .category-content {
        flex: 0 0 80%
    }
}

.section-content {
    flex: 1
}

@media (min-width:1024px) {
    .section-content {
        flex: 0 0 80%
    }
}

.article {
    flex: 1 0 auto
}

@media (min-width:1024px) {
    .article {
        flex: 1 0 66%;
        max-width: 60%;
        min-width: 640px;
        padding: 30px 30px
    }
}

.article-header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 20px
}

@media (min-width:768px) {
    .article-header {
        flex-direction: row;
        margin-top: 0
    }
}

.article-author {
    margin-bottom: 10px
}

@media (min-width:768px) {
    .article-title {
        flex-basis: 100%
    }
}

.article [role=button] {
    flex-shrink: 0;
    width: 100%
}

@media (min-width:768px) {
    .article [role=button] {
        width: auto
    }
}

.article-info {
    max-width: 100%
}

.article-meta {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle
}

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

.article-body ul {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px 20px
}

.article-body ul>ul {
    margin: 0
}

.article-body ul {
    list-style-type: disc
}

.article-body>p:last-child {
    margin-bottom: 0
}

.article-content {
    line-height: 1.6;
    margin: 40px 0;
    word-wrap: break-word
}

.article-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px
}

.article-relatives {
    border-top: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    padding: 20px 0
}

@media (min-width:768px) {
    .article-relatives {
        flex-direction: row
    }
}

.article-relatives>* {
    flex: 1 0 auto;
    margin-right: 0
}

.article-relatives>:last-child {
    margin: 0
}

@media (min-width:768px) {
    .article-relatives>* {
        margin-right: 20px
    }
}

.article-votes {
    border-top: 1px solid #ddd;
    padding: 30px 0;
    text-align: center
}

.article-vote {
    background: 0 0;
    border: 1px solid #4472c4;
    color: #4472c4;
    margin: 10px 5px;
    min-width: 90px;
    width: auto
}

.article-vote::before {
    font-size: 8px;
    margin-right: 10px
}

[dir=rtl] .article-vote::before {
    margin-right: 0;
    margin-left: 10px
}

.article-vote::after {
    content: attr(title)
}

.article-vote:active,
.article-vote:focus {
    background-color: transparent;
    color: #4472c4
}

.article-vote:hover {
    background-color: #4472c4
}

.article-vote:hover::after,
.article-vote:hover::before,
.article-vote[aria-selected=true]::after,
.article-vote[aria-selected=true]::before {
    color: #fff
}

.article-vote-up::before {
    content: "\2713"
}

.article-vote-down::before {
    content: "\2715"
}

.related-articles h3 {
    font-size: 15px;
    margin: 20px 0
}

.related-articles li {
    margin-bottom: 15px
}

.vote {
    display: inline-block;
    text-align: center;
    width: 35px
}

.vote a {
    outline: 0
}

.vote a:active,
.vote a:focus,
.vote a:hover {
    text-decoration: none
}

.vote-down:hover::before,
.vote-up:hover::before {
    color: #4472c4
}

.vote-down::before,
.vote-up::before {
    color: #fff;
    font-size: 24px
}

.vote-up::before {
    content: "\2B06"
}

.vote-down::before {
    content: "\2B07"
}

.request-follow-up {
    color: #fff
}

.request-title {
    width: 100%;
    color: #fff
}

@media (min-width:1024px) {
    .request-title {
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
        max-width: 66%;
        padding-bottom: 20px
    }
}

.request-follow-up {
    padding-top: 20px
}

.meta-group {
    display: block
}

.meta-group * {
    display: inline
}

.meta-data {
    color: #fff;
    font-size: 13px;
    font-weight: 300
}

.meta-data:not(:last-child)::after {
    content: "\00B7";
    margin: 0 5px
}

.article-vote::before,
.vote-down::before,
.vote-up::before,
[class*=" icon-"]::before,
[class^=icon-]::before {
    font-family: copenhagen-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    line-height: 1em;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased
}

@font-face {
    font-family: icomoon;
    src: url(https://taboola-swissknife.herokuapp.com/fonts/icomoon.eot?rltu1z);
    src: url(https://taboola-swissknife.herokuapp.com/fonts/icomoon.eot?rltu1z#iefix) format('embedded-opentype'), url(https://taboola-swissknife.herokuapp.com/fonts/icomoon.ttf?rltu1z) format('truetype'), url(https://taboola-swissknife.herokuapp.com/fonts/icomoon.woff?rltu1z) format('woff'), url(https://taboola-swissknife.herokuapp.com/fonts/icomoon.svg?rltu1z#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeueLTStd-Th;
    src: url(https://taboola-swissknife.herokuapp.com/fonts/HelveticaNeueLTStd-Th.eot);
    src: url(https://taboola-swissknife.herokuapp.com/fonts/HelveticaNeueLTStd-Th.eot?#iefix) format('embedded-opentype'), url(https://taboola-swissknife.herokuapp.com/fonts/HelveticaNeueLTStd-Th.woff) format('woff'), url(https://taboola-swissknife.herokuapp.com/fonts/HelveticaNeueLTStd-Th.ttf) format('truetype'), url(https://taboola-swissknife.herokuapp.com/fonts/HelveticaNeueLTStd-Th.svg#vegurlight) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeueLTStd-Md;
    src: url(https://taboola-swissknife.herokuapp.com/fonts/HelveticaNeueLTStd-Md.eot);
    src: url(https://taboola-swissknife.herokuapp.com/fonts/HelveticaNeueLTStd-Md.eot?#iefix) format('embedded-opentype'), url(https://taboola-swissknife.herokuapp.com/fonts/HelveticaNeueLTStd-Md.woff) format('woff'), url(https://taboola-swissknife.herokuapp.com/fonts/HelveticaNeueLTStd-Md.ttf) format('truetype'), url(https://taboola-swissknife.herokuapp.com/fonts/HelveticaNeueLTStd-Md.svg#vegurlight) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeueLTStd-Lt;
    src: url(https://taboola-swissknife.herokuapp.com/fonts/HelveticaNeueLTStd-Lt.eot);
    src: url(https://taboola-swissknife.herokuapp.com/fonts/HelveticaNeueLTStd-Lt.eot?#iefix) format('embedded-opentype'), url(https://taboola-swissknife.herokuapp.com/fonts/HelveticaNeueLTStd-Lt.woff) format('woff'), url(https://taboola-swissknife.herokuapp.com/fonts/HelveticaNeueLTStd-Lt.ttf) format('truetype'), url(https://taboola-swissknife.herokuapp.com/fonts/HelveticaNeueLTStd-Lt.svg#vegurlight) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeueLTStd-Bd;
    src: url(https://taboola-swissknife.herokuapp.com/fonts/HelveticaNeueLTStd-Bd.eot);
    src: url(https://taboola-swissknife.herokuapp.com/fonts/HelveticaNeueLTStd-Bd.eot?#iefix) format('embedded-opentype'), url(https://taboola-swissknife.herokuapp.com/fonts/HelveticaNeueLTStd-Bd.woff) format('woff'), url(https://taboola-swissknife.herokuapp.com/fonts/HelveticaNeueLTStd-Bd.ttf) format('truetype'), url(https://taboola-swissknife.herokuapp.com/fonts/HelveticaNeueLTStd-Bd.svg#vegurlight) format('svg');
    font-weight: 400;
    font-style: normal
}

h1,
h1 *,
h2,
h2 * {
    font-family: Nunito, sans-serif;
    font-weight: 400
}

* {
    font-family: Nunito, sans-serif;
    font-weight: 400
}

.article-header {
    margin-bottom: -25px
}

.article-author,
.article-subscribe {
    display: none
}

/*!*content: "\f071";*!*/
/*!* font-weight: bold; *!*/
.article-body ul {
    margin: 0
}

body,
html {
    height: 100%
}

@-webkit-keyframes cd-close-1 {

    0%,
    50% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(45deg)
    }
}

@-moz-keyframes cd-close-1 {

    0%,
    50% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(45deg)
    }
}

@keyframes cd-close-1 {

    0%,
    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@-webkit-keyframes cd-close-2 {

    0%,
    50% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-45deg)
    }
}

@-moz-keyframes cd-close-2 {

    0%,
    50% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(-45deg)
    }
}

@keyframes cd-close-2 {

    0%,
    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@media (min-width:1024px) {
    .category-content {
        flex: 0 0 100%
    }
}

.list-group {
    min-width: 245px !important
}

.list-group a {
    cursor: pointer
}

.article-vote-down,
.article-vote-up {
    height: 45px;
    width: 45px;
    font-family: FontAwesome;
    border: 1px #666 solid;
    border-radius: 50%;
    box-shadow: none;
    padding: 0;
    margin: 14px 0;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #444 !important
}

.article-vote-down:before,
.article-vote-up:before {
    font-family: FontAwesome;
    font-size: 26px;
    margin: 0;
    position: relative;
    bottom: 3px
}

.article-vote-up:before {
    content: '\f164'
}

.article-vote-down:before {
    content: '\f165'
}

.article-votes {
    border-top: none;
    padding: 0;
    text-align: left;
    float: left;
    position: relative;
    margin-bottom: 20px
}

.article-votes span {
    font-weight: 700
}

.article-votes-controls {
    position: absolute;
    right: -100px;
    top: -22px
}

.article-vote {
    min-width: 0
}

.article-vote:after {
    content: none
}

.article-vote:hover {
    background-color: transparent
}

.button.article-vote.article-vote-up[aria-selected=true] {
    background-color: #63c685;
    border-color: transparent
}

.button.article-vote.article-vote-down[aria-selected=true] {
    background-color: #b7391e;
    border-color: transparent
}

.button.article-vote.article-vote:hover[aria-selected=false] {
    background-color: #444;
    border-color: #666
}

.related-articles h3 {
    display: none
}

.related-articles-heading {
    font-size: 20px;
    font-family: Nunito, sans-serif;
    font-weight: 700
}

.related-articles-overview hr {
    text-align: left;
    border-color: #cecbcb;
    max-width: 156px;
    margin: 13px 0 20px 0
}

.related-articles ul li::before {
    width: 26px;
    content: url(https://taboola-swissknife.herokuapp.com/images/Article.svg);
    display: inline-block;
    position: relative;
    top: 6px
}

.related-articles ul li a {
    font-size: 16px;
    position: relative;
    top: -3px
}

.footer {
    border-top: none
}

span.article-vote-label {
    display: none;
    font-family: Nunito, sans-serif;
    font-size: 14px;
    font-weight: 100;
    top: -2px;
    color: #c5c4c4;
    position: relative
}

.article-votes span {
    ffont-family: Nunito, sans-serif;
    font-weight: 400
}

.article-body {
    font-size: 16px
}

.article-body img {
    cursor: pointer
}

.article-relatives {
    clear: both
}

.av-title {
    margin-right: 20px
}

.av-suffix {
    margin-left: 20px
}

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

.footer {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 25px 0 0 0 !important;
    text-align: center;
    width: 100%
}

html {
    height: 100%;
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%
}

.article-votes.row {
    text-align: center;
    width: 100%
}

@media only screen and (max-width:768px) {
    .av-title {
        margin-right: 0;
        display: block
    }

    .av-suffix {
        margin-left: 0;
        display: block
    }
}

ul.s {
    display: none !important
}

a {
    color: #006bff;
    text-decoration: none
}

footer.footer {
    background: #1f2635;
    padding-bottom: 20px !important
}

.article-vote-down,
.article-vote-up {
    height: 45px;
    width: 45px;
    font-family: FontAwesome;
    border: 1px #fff solid;
    border-radius: 50%;
    box-shadow: none;
    padding: 0;
    margin: 14px 0;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #fff !important
}

.button.article-vote.article-vote:hover[aria-selected=false] {
    background-color: #006bff;
    border-color: #006bff
}

.related-articles ul li a {
    color: #006bff
}

.article-body a {
    color: #ffa300
}

footer.footer {
    margin-top: 0
}

.related-articles ul li a {
    color: #006bff;
    color: rgba(255, 255, 255, .5)
}

.col-xs-12.related-articles-overview {
    padding-top: 10px
}

h3.related-articles-heading.trn {
    color: #fff
}

h1.article-title {
    color: #fff
}

.article-body * {
    color: #fff
}

h1.article-title {
    color: #fff
}

.article-body * {
    color: #fff
}

h3.related-articles-heading {
    color: #fff
}

span.av-title.trn {
    color: #fff
}

label {
    color: #fff
}

h1 {
    color: #fff
}

.submit-art p {
    color: #fff;
    font-size: 20px
}

.submit-art {
    padding: 50px 10px;
    margin-top: 90px;
    text-align: center
}

.submit-art a {
    color: #ffa300
}

.related-articles ul li a:hover {
    color: #fff
}

a.trn:hover {
    color: #fff
}

a.trn {
    color: #006bff
}

.related-articles ul li a {
    color: #006bff;
    color: rgba(255, 255, 255, .5);
    color: #fff
}

.related-articles ul li a:hover {
    color: #006bff;
    color: rgba(255, 255, 255, .5);
    color: #006bff
}

section ul.article-list {
    padding-top: 20px
}

a:hover {
    color: #ffa300 !important
}