﻿#page_info {
	display: none;
}

.gosbar_age-icon {
	opacity: 0.5;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 24px;
    text-align: center;
    border: 2px solid #dde1e6;
    border-radius: 50%;
    margin-right: 8px;
}

/* BREADCRUMB */
.my-breadcrumbRootNode > .s4-breadcrumb-arrowcont {
    display: none;
}

.breadcrumbs ul {
    padding: 0 5px;
}

ul.breadcrumbs ul,
ul.breadcrumbs li {
    display: inline;
}

.s4-breadcrumb-arrowcont {
    margin: 0 2px;
}

.s4-breadcrumb-arrowcont > span.s4-breadcrumb {
 display: inline !important;
 overflow: auto !important;
 position: static !important;
}

/* /BREADCRUMB */

/* RIBBON */
#toggleRibbon * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#toggleRibbon {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 200;
    text-align: left;
    width: 100%;
    font-size: 13px;
    color: #444;
}

.toggleRibbonOpened {
    background: url(/_layouts/images/mewa_upb.gif) no-repeat;
    width: 32px;
    height: 32px;
}

.toggleRibbonDiv {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 300;
    text-align: left;
}

.toggleRibbonClosed {
    background: url(/_layouts/images/mewa_downGb.gif) no-repeat;
    width: 32px;
    height: 32px;
}

#toggleRibbonLink {
    color: #FF00FF;
    font-weight: bold;
}

.toggleRibbonOpened a,
.toggleRibbonClosed a {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    width: 32px;
    height: 32px;
}

.admin-menu {
    bottom: 50px;
    left: 0;
    position: fixed;
    z-index: 1100;
    overflow: hidden;
    text-align: left;
    border: 1px solid #e5e5e5;
    border-right: 1px solid #ccc;
    border-left: none;
    background-color: #f9f9f9;
    font-size: 100%;
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}

.admin-menu-link {
    cursor: pointer;
    background-color: rgba(249, 249, 249, 0.5);
}

.admin-menu img, .admin-menu ul {
    position: relative;
    z-index: 1;
    vertical-align: top;
}

.admin-menu-option img {
    margin: 0.35em 0.35em 0 0;
}

.admin-menu-option div {
    text-align: right;
    cursor: pointer;
}

.admin-menu-option li {
    font-size: 75%;
    margin: 0 1em 0.7em 0.7em;
    max-width: 15em;
}

/* /RIBBON */

/* TOPMENU*/
.header-menu_component .root > li:nth-child(n+6) {
    display: none;
}
.header-menu_component .root
.header-menu_list {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
.page-scroll .header-menu_component .root,
.page-scroll .header-menu_list {
    display: none;
}

.header-menu_component .root > li > a:hover,
.header-menu_link:hover {
    color: #e4292f !important;
}
@media screen and (max-width: 1115px) {
   .header-menu_component .root,
   .header-menu_list {
        display: none;
   }
}
.header-menu_component .root > li,
.header-menu_item {
    position: relative;
    margin: 0 12px;
    display: inline-block;
    vertical-align: middle;
    height: 80px;
    font-weight: 500;
}
.sitemap-active .header-menu_component .root > li,
.sitemap-active .header-menu_item {
    pointer-events: none;
}
.header-menu_component .root > li > a,
.header-menu_link {
    text-decoration: none !important;
    margin-right: 0px !important;
    display: inline-block;
    color: #3B4256;
    background: none;
    border: none;
    padding: 0;
    line-height: 2.4rem;
}
.header-menu_component .root > li > a:hover,
.header-menu_link:hover {
    color: #e4292f;
}
.header-menu_component .root > li > a .material-icons ,
.header-menu_link .material-icons {
    vertical-align: bottom;
}
.header-menu_component .root > li:hover:after,
.header-menu_component .root > li.active:after,
.header-menu_item:hover:after,
.header-menu_item.active:after {
    width: 100%;
    margin-left: -50%;
}
.header-menu_component .root > li:after,
.header-menu_item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 50%;
    height: 2px;
    background: #8f1a1e;
    width: 0;
    margin-left: 0;
    transition: width .2s linear,margin-left .2s linear;
}
.header-menu_component .root > li > ul,
.header-submenu {
    display: none !important; /* REMOVE FOR ENABLE */
    list-style: none;
    padding: 8px 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -128px;
    background: #FFF;
    z-index: 70;
    box-shadow: 0 16px 24px rgba(47,52,68,.16);
    width: 256px;
    visibility: hidden;
    line-height: 2.4rem;
    opacity: 0;
    -webkit-transition: all 0.2s linear 0s;
       -moz-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
         -o-transition: all 0.2s linear 0s;
            transition: all 0.2s linear 0s;
}
.header-menu_component .root > li > ul > li > a:hover,
.header-submenu_link:hover {
    color: #e4292f !important;
}
@media screen and (max-width: 1264px) {
   .header-menu_component .root > li:last-child .header-menu_component .root > li > ul {
        margin-left: 0;
        right: 0;
        left: auto;
   }
}
.header-menu_component .root > li:hover ul {
    opacity: 1;
    visibility: visible;
}
.header-submenu_item {

}
.header-menu_component .root > li > ul > li > a {
    color: #2f3444;
    display: block;
    padding: 8px 24px;
    text-decoration: none !important;
}
.header-menu_component .root > li > ul > li > a:hover {
    color: #e4292f;
}
.header-menu_search {
    margin-right: 18px;
    display: none;
}

.page-scroll .header-menu_search {
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .header-menu_search {
        margin-right: 0;
    }
    .page-scroll .header-menu_btn-text {
        display: none;
    }
}

/* /TOPMENU*/

/* SITEMAP */
.sitemap_component .root,
.sitemap_menu {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 48px 0 68px;
    line-height: 2.4rem;
}
@media screen and (max-width: 768px) {
    .sitemap_component .root,
    .sitemap_menu {
        padding: 0 !important;
    }
}
.sitemap_component .root > li,
.sitemap_menu-item {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
    .sitemap_component .root > li,
    .sitemap_menu-item {
        width: 100%;
        display: block;
        padding: 0;
        margin-top: -1px;
    }
}
.sitemap_component .root > li > a,
.sitemap_header {
    font-size: 1.8rem !important;
    font-weight: 500;
    display: block;
    text-decoration: none !important;
    color: #3B4256 !important;
    margin-bottom: 32px;
    position: relative;
    padding: 0 !important;
}
.sitemap_component .root > li > a:hover,
a.sitemap_header:hover {
    color: #E4292F !important;
}

.sitemap_component .root > li > a:hover,
a.sitemap_header:hover {
    color: #E4292F;
}

.sitemap_component .root > li > a .menu-item-text,
.sitemap_header-text {
    position: relative;
    display: inline-block;
}
.sitemap_component .root > li > ul,
.sitemap_submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 48px;
    -webkit-transition: all 0.4s ease-in-out 0s;
       -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
         -o-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
    .sitemap_component .root > li > ul,
    .sitemap_submenu {
        margin-bottom: 0;
        overflow: hidden;
        max-height: 0;
    }
    .sitemap_component .root > li.avtive > ul,
    .sitemap_menu-item.active .sitemap_submenu {
        max-height: 900px;
    }
}
.sitemap_component .root > li > ul > li,
.sitemap_submenu-item {
    margin-bottom: 16px;
    color: #848E99;
}
@media screen and (max-width: 768px) {
    .sitemap_component .root > li > ul > li:first-child,
    .sitemap_submenu-item:first-child {
        margin-top: 16px;
    }
}
.sitemap_component .root > li > ul > li > a,
.sitemap_submenu-link {
    display: block;
    color: #848E99 !important;
    text-decoration: none !important;
    padding: 0 !important;
}
@media screen and (max-width: 768px) {
    .sitemap_component .root > li > ul > li > a,
    .sitemap_submenu-link {
        padding: 0 15px !important;
        margin: 0;
    }
}
.sitemap_component .root > li > ul > li > a:hover,
.sitemap_submenu-link:hover {
    color: #E4292F !important;
}

.sitemap_component .root a {
    background-color: inherit !important;
}

/* /SITEMAP */


/*Footer menu*/
.footer-menu_component .root,
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.footer-menu_component .root > li,
.footer-menu_item {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding: 0 15px;
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 500;
    color: #F4F7FB;
    margin-bottom: 40px;
}
.footer-menu_component .root > li > a,
.footer-menu_link {
    color: #F4F7FB !important;
    text-decoration: none !important;
}
.footer-menu_component .root > li > a:hover,
.footer-menu_link:hover {
    color: #e4292f !important;
}
.footer-menu_component .root > li > ul,
.footer-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}
.footer-menu_component .root > li > ul > li,
.footer-submenu_item {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #848E99;
    font-weight: 500;
    margin-bottom: 8px;
}
.footer-menu_component .root > li > ul > li > a,
.footer-submenu_link {
    color: #848E99 !important;
    text-decoration: none !important;
}
.footer-menu_component .root > li > ul > li > a:hover,
.footer-submenu_link:hover {
    color: #FFF !important;
}
.footer-menu_component .ms-verticalAlignTop {
    display: none!important;
}
.footer .ms-core-listMenu-verticalBox > .ms-core-listMenu-item,
.footer .ms-core-listMenu-verticalBox li.static > .ms-core-listMenu-item,
.footer .ms-core-listMenu-verticalBox li.static > ul.static > li.static > .ms-core-listMenu-item {
    padding: 0;
}
.footer li > a.ms-core-listMenu-item.ms-core-listMenu-selected:hover,
.footer li > a.ms-core-listMenu-item:hover,
.footer li > a.ms-core-listMenu-item:active {
    background: none;
}

@media screen and (max-width: 768px) {
    .footer-menu_component .root > li,
    .footer-menu_item {
        width: 100%;
        display: block;
        margin-bottom: 24px;
    }
}



/* Quotes */
.b-quotes {
	list-style-type:none;
}
.b-quotes li{
	list-style-type:none;
    padding: 0;
    margin: 0;
}
.b-quotes .b-quotes_item {
    border-bottom: 1px solid #FFF;    
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;    
    background: #f0f0f0;
    cursor: pointer;
    padding:0;
    margin:0;
}

    .b-quotes .b-quotes_item.active {
        background-color:#c0c0c0;  
    	border-bottom: 1px solid #f0f0f0;  
        color: #fff;
    }

.b-quotes .b-quotes_header {
    padding: 1em 4em 1em 2em;
    margin: 0;
    position:relative;
}

.b-quotes .b-quotes_header_wrap {
    text-transform: uppercase;
	font-weight: bold;
}

.b-quotes .b-quotes_group {
    padding:0;
    margin:0;	
}

.b-quotes_header_icon{
	height: 100%;
	width: 26px;
	position:absolute;
	right:1em;
	top:0;
	z-index:10;
    background: url('/Style Library/res/images/quotes_open.png') center right no-repeat;
}

.active .b-quotes_header_icon {
    background: url('/Style Library/res/images/quotes_close.png') center right no-repeat;
}

.b-quotes_text {
    display: none;
    background: #e9e5e2;
    background: #FFF;
    color: #3b3b3b;  
}

.active .b-quotes_text {
}

.b-quotes_text_wrap {
    padding: 1em 2em;
}

    .b-quotes_text_wrap:before {
        content: '«';
    }

    .b-quotes_text_wrap:after {
        content: '»';
    }

.usercontent:before {
    content: '';
}

.usercontent:after {
    content: '';
}

/* end Quotes */

.devby {
    display: none;
}

/* accordion */

.accordion {
	display: none;
	margin-bottom: 40px;
}

.accordion h4 {
    cursor: pointer;
	position: relative;
}

.accordion-item_content {
    display: none;
}

.active .accordion-item_content {
    display: block;
}

.accordion-item {
	border-bottom: 1px solid #DDE1E6;
}

.accordion-item h4:after {
    font-size: 30px;
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    transition: all .8s;
	font-weight: normal;
}

.active h4:after {
    transition: all .5s;
    transform: rotate(45deg);
}
/* /accordion */

/* /actual */
#actual .important {
	display: none;
}

#important .actual {
	display: none;
}

/* actual */

/* iframe */
.iframe-container {
	position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
	background-color: rgba(221, 225, 230, 1);
}

.iframe-video {
    padding-bottom: 56%;
	margin-bottom: 40px;
	background-color: black;
}

.iframe-fullscreen {
	top: 0;
    left: 0;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 100;
    padding-bottom: 0;
}

.iframe-fullscreen .iframe-button {
	z-index: 101;
}

.iframe-button {
	position: absolute;
    top: 0;
    right: 0;
	font-size: 50px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-top: 10px;
	margin-right: 10px;
    background-color: white;
    z-index: 10;
	cursor: pointer;
}

.iframe-video .iframe-button {
    background-color: rgba(255, 255, 255, 0.75);	
}

.iframe-video .iframe-button:hover {
    background-color: rgba(255, 255, 255, 1);	
}

.iframe-container iframe {
	position: absolute;
    width: 100%;
    height: 100%;
	border: none;
}


/* /iframe */

/* buttons */

/* /buttons */

.search-form {
	margin-bottom: 30px;
}

.search-form__button {
	height: 100%;
	width: 100%;
	margin: 0;
}

.lk-message {
	display: none;
}

.lk-message--active {
	display: block;
}

/* social links */
.social-links {
    display: flex;
    align-items: center;
    padding: 0 12px;
}

.social-links__item {
    padding: 0 12px;
    display: flex;
}

.social-links__item:hover .footer-socials_icon {
    fill: #F4F7FB;
}

@media screen and (max-width: 460px) {
    .gosbar__socials  {
        display: none;
    }
}

.sitemap__socials {
    text-align: center;
    padding: 18px 15px;
    border-bottom: 1px solid #dde1e6;
    justify-content: space-between;
}

.sitemap__socials .social-links__item:hover .footer-socials_icon {
    fill: #8F1A1E;
}

@media screen and (min-width: 459px) {
    .sitemap__socials  {
        display: none;
    }
}

.gosbar__right-block {
    margin-left: auto;
}
