/********************************************************
 START GENERAL CSS
*******************************************************/

@font-face {
    font-family: 'webfont';
    src: url('font/font.otf');
    src: url('font/font.eot'); /* IE9 Compat Modes */
    src: url('font/font.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('font/font.woff') format('woff'),
        /* Modern Browsers */ url('font/font.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('font/font.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'webfontbold';
    src: url('font/font-bold.otf');
    src: url('font/font-bold.eot'); /* IE9 Compat Modes */
    src: url('font/font-bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('font/font-bold.woff') format('woff'),
        /* Modern Browsers */ url('font/font-bold.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('font/font.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'webfontmed';
    src: url('font/font-med.otf');
    src: url('font/font-med.eot'); /* IE9 Compat Modes */
    src: url('font/font-med.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('font/font-med.woff') format('woff'),
        /* Modern Browsers */ url('font/font-med.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('font/font.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body {
    font-family: webfont !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: webfont !important;
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative;

}

ul li {
    list-style: none;
}

a:hover,
a:focus,
a:active {
    color: #3C3C3C;
}

.row {
    margin: 0 !important;
}

em {
    font-style: normal;
}

.main-page {
    background: white;
    padding-top: 10px;
    padding-bottom: 70px;
}

#page-main-content {
    min-height: unset;
}

.main-page .gsc-column {
    z-index: 0;
}

.main-content {
    padding: 0;
}

.gbb-row .bb-inner {
    padding: 0;
}

.tooltip {
    position: fixed;
}

/*.tooltip-inner {*/
/*background: #2C4369;*/
/*color: white;*/
/*font-size: 14px;*/
/*}*/

/*.tooltip.bottom .tooltip-arrow {*/
/*background: #2C4369;*/
/*}*/

/************** START scrollbar ************/
/* width */
::-webkit-scrollbar {
    width: 10px;
    display: none;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #C2C3BE;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #ed1c24;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: auto;
    right: 0;
    width: 7px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    width: 100%;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ed1c24;
    border-radius: 0px;
    width: 100%;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-radius: 7px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    background-color: #ed1c24;
}

/************** END scrollbar **************/

/************** START BREADCRUMB ************/
.breadcrumb-content-inner,
.block.block-system-breadcrumb-block {
    margin-bottom: 0 !important;
    background: #FAFAFA;
}

.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
    margin-bottom: 0 !important;
    background: transparent !important;
    padding: 0;
}

nav.breadcrumb ol {
    margin-top: 10px;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links {
    float: right;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li {
    float: right !important;
    color: #3C3C3C !important;
}

/*.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li .fa {*/
/*color: #FFA700;*/
/*}*/

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li .fa-caret-left.fa-lg {
    position: absolute;
    top: 20px;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li a {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #3C3C3C;
    display: inline-block;
    margin-top: 4px;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li:nth-child(1) a {
    margin-top: 0;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li a:hover {
    color: #3C3C3C;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb .current-page {
    font-weight: bold;
    font-size: 15px;
    margin-right: 7px;
    margin-top: 4px;
    float: right;
}

/************** END BREADCRUMB ************/

.topbar {
    background: white;
    padding: 0;
}

.topbar-content {
    display: flow-root;
}

.topbar .links {
    padding: 0;
}

.main-issue-number {
    background: #ed1c24;
    text-align: center;
    width: 13%;
}

.homepage-issue-number a {
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.social-media {
    float: right;
    margin-top: 21px;
}

.social-media .inline {
    padding: 0;
}

.has-feedback {
    margin-top: 10px;
    position: relative;
    width: 70%;
    margin-right: auto;
}

.has-search .form-control-feedback {
    top: 0;
    left: initial;
    right: 0;
    color: #ed1c24;
    border: 1px solid #ed1c24;
    font-size: 18px;
}

.has-search .form-control {
    text-align: center;
    border-radius: 0;
    border: 1px solid #ed1c24 !important;
    color: #343638;
    font-weight: bold;
}

.search-form__submit {
    background-color: transparent;
    background-size: 70%;
    width: 100%;
    height: 100%;
    border: 0;
}

.has-search .form-control-feedback .fa-search {
    color: #ed1c24;
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
    font-size: 23px;
    z-index: -1;
}

header.header-v1 {
    background: #ed1c24;
    margin-top: 0;
    height: 50px;
}

header.header-v1 .row,
.footer-center .row {
    margin: 0;
}

header.header-v1 .header-inner {
    padding: 0;
}

header .area-main-menu .navigation ul.gva_menu {
    width: max-content;
    margin: auto;
    float: none;
}

.navigation .gva_menu > li {
    height: 50px;
}

.navigation .gva_menu > li > a {
    font-size: 16px !important;
    font-weight: bold !important;
    color: white !important;
    padding-top: 11px !important;
    transition: none;
    border-radius: 0 !important;
    height: 100%;
    border-bottom: 4px solid transparent;

}

.navigation .gva_menu > li:hover > a,
.navigation .gva_menu > li.menu-item--active-trail > a {
    border-color: white;
    color: white !important;
}

.navigation .gva_menu > li:nth-child(11) a {
    cursor: default;
    text-decoration: none;

}

.navigation .gva_menu > li:nth-child(11):hover > a {
    border-color: transparent;
}

.navigation .gva_menu > li:nth-child(11) a:before {
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    width: 8px;
    content: '';
    height: 8px;
    transform: rotate(-45deg);
    margin-top: 8px;
    margin-right: 9px;
    float: left;
}

.navigation .gva_menu > li > a:after {
    content: none;
}

.navigation .gva_menu .sub-menu {
    right: -104px;
    left: auto;
    min-width: 185px;
}

.navigation .gva_menu .sub-menu li a {
    text-align: right !important;
    font-weight: bold;
    color: #343638;
    font-size: 16px;
}

.navigation .gva_menu .sub-menu li a:hover {
    color: #ed1c24;
!important;
    cursor: pointer;
}

.navigation .gva_menu .sub-menu:hover ~ .navigation .gva_menu > li > a {
    color: #ed1c24;
}

.menu-bar {
    height: unset;
    width: unset;
    position: relative;
    cursor: pointer;
    margin-top: unset;
    float: right;
    top: 25px;
}

.menu-bar span {
    background-color: white;
}

.footer {
    font-size: 14px;
    color: #bbbbbb;
    background: #252429;
    line-height: 28px;
    z-index: -1;
    width: 100%;
}

.footer .footer-inner {
    color: #343638;
    background-color: #f6f6f8;
}

.footer .copyright {
    background: #ed1c24;
    color: white;
}

.copyright .copyright-inner {
    padding-top: 10px;
    padding-bottom: 5px;
}

.drupal-message {
    color: white;
    text-align: center;
    font-size: 20px;
    border-radius: 6px;
    background: #ed1c24
}

.messages:last-child {
    margin-bottom: 5px;
}

.messages:first-child {
    margin-top: 5px;
}

.views-view-grid .views-col {
    float: right;
}

.pager li > a,
.pager li > span {
    padding: 1px 10px;
    background-color: transparent;
    border: 0;
    color: #3C3C3C;
    font-weight: bold;
    font-size: 14px;
}

.pager li.is-active > a,
.pager li > a:hover,
.pager li > a:focus {
    background-color: #ed1c24;
    color: white;
}

.more-link {
    background: #ed1c24;
    position: absolute;
    bottom: 25px;
    left: 25px;
    margin: 0;
    border-radius: 25px;
}

.more-link a {
    font-size: 11px;
    color: white;
    border: 0;
}

.more-link a:hover {
    background: transparent;
    color: white;
}

.captcha {
    color: #3C3C3C;
    font-weight: bold;
}

.captcha summary {
    cursor: pointer;
}

.captcha summary:focus {
    outline: unset;
}

.g-recaptcha > div {
    margin: auto;
    margin-bottom: 15px;
    margin-top: 10px;
}

.logo {
    margin-top: -16%
}

.logo a {
    display: block;
}

.footer .branding {
    padding-left: 60px;
}

.issues-div .prev-issues-btn {
    color: #fff;
    background-color: #ed1c24;
    text-align: center;
    width: 200px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    -moz-transform: translateX(-50%) rotate(-90deg);
    -o-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
    position: fixed;
    left: 1%;
    cursor: pointer;
    top: 60% !important;
    z-index: 999;
    font-size: 16px;
    line-height: 2em;
}

.contact-info {
    color: #343638;
    font-size: 15px;
    font-family: webfontmed !important;
}

.no-result {
    margin-top: 15px;
    padding: 25px;
}

.no-result p {
    font-family: webfontmed !important;
    text-align: center;
    font-size: 30px;
    color: #343638;
    margin-bottom: 0 !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.no-result img {
    margin: auto;
    width: 50%;
    display: block;
}

.gsc-column {
    margin-bottom: 15px;
}

.gsc-column.heading {
    margin-bottom: 0;
}

.addtoany {
    display: flow-root;
    width: 100%;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 15px;
}

.search-res {
    padding-top: 10px;
    background: #efeff1;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.search-res .title {
    font-family: webfontmed !important;
    margin-bottom: 5px;
}
.search-res .title a {
    font-size: 18px;
}

.search-res .body {
    color: #A6ADB4;
    font-size: 17px;
    line-height: 40px;
}

.search-res .magazine a {
    font-family: webfontmed !important;
    font-size: 16px;
}

.search-res  .date {
    font-family: webfontmed !important;
    color: #ed1c24;
    font-size: 15px;
}

.pager-footer {
    text-align: center;
    font-family: webfontmed !important;
    color: #ed1c24;
    font-size: 15px;

}


/********************************************************
 END GENERAL CSS
*******************************************************/

/********************************************************
START HOMEPAGE
*******************************************************/
.main-top {
    background: url(../images/icons/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 500px;
}

.main-top #block-previssues {
    margin: 0;
}

.home-block-title {
    height: 100%;
    background: #EFEFF1;
    padding-bottom: 7px !important;
    text-align: right !important;
    padding-top: 10px !important;
    border-right: 12px solid #ed1c24;
    padding-right: 10px !important;
    font-family: webfontbold !important;
}

.home-block-title .heading-inner {
    padding: 0 !important;;
}

.home-block-title .title,
.home-block-title .title a {
    margin: 0 !important;
    font-size: 20px !important;;
    color: #ed1c24 !important;;

}

.single-title {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccc;
    margin-right: 10px;
    margin-left: 10px;
}

.single-title a {
    color: #A6ADB4;
    font-family: webfontmed !important;
    font-size: 17px;
}

.content-body {
    padding: 15px;
    padding-top: 10px;
}

.content-body .image {
    margin-bottom: 10px;
}

.content-body .image a,
.content-body .image img {
    display: block;
    height: 100%;
    width: 100%;
}

.content-body .title a,
.content-body .title {
    color: #343638;
    font-size: 20px;
    font-family: webfontmed !important;
    margin-bottom: 10px;
}

.content-body .body p,
.content-body .body,
.issue-opening .body p,
.issue-opening .body,
.dialogue-content .body p,
.dialogue-content .body {
    color: #A6ADB4;
    font-size: 17px;
    line-height: 40px;
}

.content-body .body table,
.dialogue-content .body table{
    table-layout: fixed;
    text-align: center;
}

.content-body .body table td,
.dialogue-content .body table td {
    white-space: normal;
}

.homepage .gsc-column .views-element-container,
.homepage .gsc-column .block-content,
.homepage .gsc-column .block-content > div,
.homepage .gsc-column .contextual-region,
.homepage .gsc-column .view-content-wrap,
.homepage .gsc-column .views-field-nothing,
.homepage .gsc-column .views-field-nothing .field-content,
.homepage .gsc-column .view-content-wrap .item,
.homepage .gsc-column .content-body {
    height: 100%;
}

.homepage .column-inner {
    height: 550px;
    background: #F6F6F8;
}

.homepage .column-content-inner {
    height: 100%;
}

.homepage .widget.gsc-block-drupal {
    height: 89% !important;
    position: relative;
}

.homepage .header.widget.gsc-block-drupal {
    height: 11% !important;
    border-bottom: 5px solid white;

}

.homepage .gsc-column.ads {
    padding: 0;
}

.homepage .gsc-column.ads img {
    margin-bottom: 10px;
    width: 100%;
}

.homepage .gsc-column.ads .views-row {
    padding: 0
}

.homepage .gsc-column.ads .column-inner {
    background: unset;
    height: unset;
}

.insurance-culture .pull-right {
    width: 35%;
}

.insurance-culture .pull-left {
    width: 65%;
}

.insurance-culture .pull-right .view-content-wrap .item,
.insurance-news .pull-right .view-content-wrap .item,
.insurance-culture .pull-right .views-field-nothing,
.insurance-news .pull-right .views-field-nothing,
.insurance-culture .pull-right .views-field-nothing .field-content,
.insurance-news .pull-right .views-field-nothing .field-content {
    height: unset;
}

.insurance-culture, .faq {
    padding-right: 0;
}

.legal-angles, .reportage {
    padding: 0;
}

.homepage .insurance-news {
    padding: 0;
    background: #F6F6F8;
    min-height: 500px;
    padding-bottom: 15px;
}

.homepage .insurance-news .column-inner {
    height: unset;
    background: unset;
}

.insurance-news .pull-right.widget.gsc-block-drupal {
    clear: both;
    width: 30%;
    height: unset !important;
    display: inline-block;
}

.insurance-news .pull-left.widget.gsc-block-drupal {
    float: none !important;
    width: 70%;
    clear: both;
    display: inline-block;
}

.insurance-news .widget.gsc-block-drupal.title-align-left .block-title {
    border-bottom: 0;
    margin: 0 15px 0 0;
    padding: 0;
    text-align: right;
}

.insurance-news .block .block-title > span {
    font-family: webfontmed !important;
    color: #ed1c24;
    font-size: 18px;
}

.views-field-field-insurance-news-album {

}

.ads .widget.gsc-block-drupal {
    background: transparent;
}

.author {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}

.author ul {
    padding: 0;
}

.author p,
.author ul li {
    margin-bottom: 0 !important;
    font-size: 16px;
    color: #343638;
    font-family: webfontmed !important;
}

.issue-opening,
.dialogue-content {
    padding: 15px;
    padding-top: 10px;
    display: flow-root;
}

.issue-opening .pull-right,
.dialogue-content .pull-right {
    width: 70%;
    padding-left: 20px;
}

.issue-opening .pull-left,
.dialogue-content .pull-left {
    width: 30%;
}

.issue-opening .pull-left a,
.dialogue-content .pull-left a {
    display: block;
    width: 100%;
}

.issue-opening .pull-left img,
.dialogue-content .pull-left img {
    width: 100%;
}

.issue-opening .pull-left .author,
.dialogue-content .pull-left .author {
    width: 100%;
    float: none;
}

/********************************************************
END HOMEPAGE
*******************************************************/

/********************************************************
START PAGES
*******************************************************/

.inner-ads {
    width: 30%;
    clear: both;
    margin-left: 2%;
    margin-bottom: 10px;
    display: inline-block;
}

.fixed-ads .view-content-wrap .item,
.inner-ads .view-content-wrap .item {
    margin-bottom: 10px !important;
}

.fixed-ads img,
.inner-ads img {
    width: 100%;
}

.fixed-nodes {
    background: #efeff1;
    padding-top: 20px;
    padding-bottom: 1px;
    margin: 0;
    margin-bottom: 10px;
}

.inner-nodes {
    background: #efeff1;
    padding-top: 20px;
    margin: 0;
    width: 30%;
    display: inline-block;
    clear: both;
    margin-left: 2%;
    margin-bottom: 10px;
}

.fixed-nodes .single-title,
.inner-nodes .single-title {
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    margin-right: 15px;
    margin-left: 15px;
}

.fixed-nodes .single-title a,
.inner-nodes .single-title a {
    color: #343638;
    font-size: 16px;
    font-family: webfontmed !important;
}

.fixed-nodes .single-title:hover,
.inner-nodes .single-title:hover {
    border-right: 5px solid #ed1c24;
    padding-right: 10px;
    transition: 0.5s;
}

.fixed-nodes .single-title.active,
.inner-nodes .single-title.active {
    border-right: 5px solid #ed1c24;
    padding-right: 10px;
}

.fixed-nodes .single-title:hover a,
.fixed-nodes .single-title.active a,
.inner-nodes .single-title:hover a,
.inner-nodes .single-title.active a {
    color: #ed1c24;
}

.insurance-news-col {
    float: right;
    width: 30%;
}

.node--type-insurance-news .inner-ads {
    width: 100%;
}

.fixed-nodes-insurance-news {
    padding-top: 0;
    margin-bottom: 0;
    width: 100%;
}

.fixed-nodes-insurance-news .block-title {
    background: #ed1c24;
    border-bottom: unset;
    padding: 0;
    text-align: right !important;
    padding-right: 15px;
    margin: 0 0 10px;
}

.fixed-nodes-insurance-news .block-title span {
    color: white;
    font-family: webfontmed !important;
}

.main-block {
    background: #efeff1;
    display: flow-root;
}

.inner-main-block {
    background: #efeff1;
    width: 68%;
    display: inline-block;
    float: left;
    margin: 0;
    margin-bottom: 10px;
}

.header-issue-num {
    margin-bottom: 10px;
}

.header-issue-num .home-block-title {
    display: flow-root;
    width: 100%;
}

.header-issue-num .home-block-title .title {
    float: right;
}

.header-issue-num .home-block-title .issue-num {
    float: left;
    margin-left: 20px;
    margin-top: 2px;
}

.header-issue-num .home-block-title .issue-num,
.header-issue-num .home-block-title .issue-num a,
.header-issue-num .home-block-title .issue-num time {
    font-size: 17px;
    font-family: webfontmed !important;
    color: #ed1c24;
}

.magazine-issue-col {
    float: right;
    width: 30%;
}

.node--type-magazine-issue .inner-nodes {
    padding-top: 0;
    margin-bottom: 0;
    width: 100%;
}

.node--type-magazine-issue .single-title {
    margin-bottom: 10px;
}

.node--type-magazine-issue .inner-nodes .single-title a {
    font-size: 15px;
}

.index-container-title {
    background: #A6ADB4;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 17px;
    font-family: webfontmed !important;
    margin-bottom: 10px;
}

.second-title {
    font-size: 16px;
    font-family: webfontmed !important;
    color: #A6ADB4;
    margin-bottom: 10px;
    padding-right: 12px;
}

.issue-opening .title,
.dialogue-content .title {
    color: #ed1c24;
    font-size: 23px;
    font-family: webfontmed !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.dialogue-content .title {
    color: #343638;
}

.prev-issues .content.block-content {
    background-color: #F6F6F8;
    padding-top: 20px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 60px;
}

.prev-issues .views-view-grid {
    padding-top: 20px;
}

body.hidden-title .node--view-mode-full .gsc-column header {
    display: block !important;
    width: 400px
}

.filter-block {
    display: block;
    color: #ed1c24;
    background: url(../images/icons/search.svg) no-repeat center center #FFF;
    background-size: 7%;
    background-position: 96% 40%;
    border: 1px solid #ed1c24;
    height: 45px;
    padding-right: 54px;
    cursor: pointer;
    font-weight: bold;
    padding-top: 10px;
}

.filter-block:hover,
.filter-block:focus {
    color: #ed1c24;
}

#filter-btn-show {
    border-radius: 18px;
}

#filter-btn-hide {
    display: none;
    border-bottom: 0;
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
}

.views-exposed-form {
    display: none;
    width: 400px;
    border: 1px solid #ed1c24;
    border-top: 0;
    box-shadow: 0 8px 9px -2px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 1;
    background: white;
    padding: 20px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}

.views-exposed-form label {
    display: block;
    color: #ed1c24;
}

.views-exposed-form input,
.views-exposed-form select {
    width: 100%;
    border: 0;
    background: #F6F6F8 !important;
    color: black;
    height: 35px;
}

.views-exposed-form .form-actions {
    margin-top: 30px;
}

.views-exposed-form .form-actions input {
    background: #ed1c24 !important;
    color: white;
    font-weight: bold;
    font-family: sans-serif;
    border-radius: 4px;
}

.views-exposed-form .form-actions input:nth-child(2) {
    margin-top: 5px;
}

.views-exposed-form .js-form-item {
    margin-bottom: 15px;
}

.archive {
    background-color: #A6ADB4;
    padding: 10px;
    padding-right: 15px;
    margin-bottom: 15px;
    display: flex;
    position: relative;
    padding-bottom: 40px;
}

.archive-info {
    width: 70%;
    float: right;
}

.archive-img {
    width: 30%;
    float: right;
    background: url(../images/icons/prv-issue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
}

.archive a.download {
    position: absolute;
    bottom: 0;
    left: 14px;
    font-size: 20px;
    color: white;
}

.issue-title a,
.issue-title {
    font-family: webfontmed !important;
    color: white;
    font-size: 17px;
}

.issue-number {
    padding-top: 7px;
    padding-bottom: 4px;
}

.issue-number span {
    font-family: webfontmed !important;
    color: white;
    font-size: 21px;
    margin-left: 8px;
}

.issue-number i {
    font-size: 20px;
}

.issue-date {
    color: white;
    font-weight: bold;
    font-size: 15px;
    margin-top: 5px;
}

.issue-date img {
    width: 20px;
    margin-left: 5px;
    margin-top: 3px;
}

.files {
    margin-top: 15px;
}

.files .title {
    margin-bottom: 10px;
}

.files ul {
    padding-right: 10px;
}

.files li {
    margin-bottom: 10px;
    font-size: 16px;
}

.files li a {
    color: #ed1c24;
}

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

.node--type-insurance-oddities .inner-ads,
.node--type-statistics .inner-ads,
.node--type-insurance-history .inner-ads,
.node--type-faq .inner-ads,
.node--type-issue-dialogue .inner-ads,
.node--type-insurance-terms .inner-ads,
.node--type-last-word .inner-ads {
    margin-left: 0;
    margin-right: 2%;
}

.node--type-insurance-oddities .header-issue-num,
.node--type-statistics .header-issue-num,
.node--type-insurance-history .header-issue-num,
.node--type-faq .header-issue-num,
.node--type-issue-dialogue .header-issue-num,
.node--type-insurance-terms .header-issue-num,
.node--type-last-word .header-issue-num {
    display: inline-block;
    width: 68%;
    float: right;
}

.node--type-insurance-oddities .inner-main-block,
.node--type-statistics .inner-main-block,
.node--type-insurance-history .inner-main-block,
.node--type-faq .inner-main-block,
.node--type-issue-dialogue .inner-main-block,
.node--type-insurance-terms .inner-main-block,
.node--type-last-word .inner-main-block {
    float: right;
}

.node--type-magazine-issue {

}

/********************************************************
END PAGES
*******************************************************/
@media (max-width: 1340px) {
    .navigation .gva_menu > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1072px) {
    .navigation .gva_menu > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/*  Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .main-issue-number {
        width: 14%;
    }
}

/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .main-issue-number {
        width: 18%;
    }

    .gva-offcanvas-mobile .block {
        border-bottom: none;
    }

    .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a {
        color: #343638;
        font-size: 20px;
        font-family: webfontmed !important;
    }

    .gva-offcanvas-mobile .gva-navigation .gva_menu > li.menu-item--active-trail > a,
    .gva-offcanvas-mobile .gva-navigation .gva_menu li a:hover {
        color: #ed1c24 !important;
    }

    .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu li a {
        font-size: 17px;
    }

    .gva-offcanvas-mobile .gva-navigation .gva_menu > li:nth-child(11) a {
        padding-right: 16px !important;
    }

    .inner-nodes,
    .inner-ads,
    .inner-main-block,
    .insurance-news-col,
    .magazine-issue-col {
        width: 100%;
        float: none;
    }

    .node--type-reportage .header-issue-num,
    .node--type-faq .header-issue-num,
    .node--type-issue-dialogue .header-issue-num,
    .node--type-insurance-terms .header-issue-num {
        width: 100%;
    }

    .insurance-culture, .faq {
        padding: 0;
    }

    .insurance-news .main-block .image,
    .insurance-news .main-block .title-body {
        width: 100%;
    }

    .node--type-reportage .inner-ads,
    .node--type-faq .inner-ads,
    .node--type-issue-dialogue .inner-ads,
    .node--type-insurance-terms .inner-ads {
        margin-right: 0;
    }

    .has-feedback {
        width: 100%;
    }

    .gva-offcanvas-mobile .close-offcanvas {
        padding-top: 70px;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

    .issue-opening .pull-right,
    .dialogue-content .pull-right,
    .issue-opening .pull-left,
    .dialogue-content .pull-left {
        width: 100%;
        float: none;
    }

    .main-issue-number {
        width: 100%;
    }

    .logo {
        margin-top: -8%;
    }

    .footer .branding {
        display: none;
    }

    .row-wrapper {
        padding-right: 15px;
        padding-left: 15px
    }

    .archive {
        margin-bottom: 10px;
    }

    .has-feedback {
        margin: auto;
        width: 70%;
    }

    .social-media .inline {
        margin: auto;
        width: max-content;
        width: -moz-max-content;
    }

    .social-media {
        float: none;
        margin-top: 21px;
        margin-bottom: 15px;
        display: flow-root;
    }

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .homepage .column-inner {
        height: unset;
        padding-bottom: 20px;
    }

    .more-link {
        background: #ed1c24;
        position: unset;
        bottom: unset;
        left: unset;
        margin: unset;
        border-radius: 25px;
        width: 40%;
        margin: auto;
    }

    .homepage .widget.gsc-block-drupal {
        height: 100% !important;
        position: relative;
    }

    .insurance-culture .pull-right,
    .insurance-culture .pull-left,
    .insurance-news .pull-right.widget.gsc-block-drupal,
    .insurance-news .pull-left.widget.gsc-block-drupal {
        width: unset;
        float: none !important;
    }

    .issues-div .prev-issues-btn {
        padding-top: 30px;
    }

    body.hidden-title .node--view-mode-full .gsc-column header,
    .views-exposed-form {
        width: 100%;
    }

    .prev-issues .content.block-content {
        padding-right: 0px;
        padding-left: 0px;
    }

    .archive {
        display: block;
    }

    .archive-info,
    .archive-img {
        width: 100%;
        float: none;
        background: unset;
    }

}




