/*----   start style css   ----*/

@font-face {
    font-family: RAG-Sans;
    font-weight: 300;
    font-display: swap;
    font-style: normal;
    src: url('../fonts/RagSans-1.4-Light.woff2') format('woff2');
}

@font-face {
    font-family: RAG-Sans;
    font-weight: 400;
    font-display: swap;
    font-style: normal;
    src: url('../fonts/RagSans-1.4-Regular.woff2') format('woff2');

}

@font-face {
    font-family: RAG-Sans;
    font-weight: 500;
    font-display: swap;
    font-style: normal;
    src: url('../fonts/RagSans-1.4-Medium.woff2') format('woff2');

}

@font-face {
    font-family: RAG-Sans-1.4;
    font-weight: 600;
    font-display: swap;
    font-style: normal;
    src: url('../fonts/RagSans-1.4-ExtraBold.woff2') format('woff2');
}


* {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
}

body {
    font-family: 'RAG-Sans';
}

h1 {
    font-size: 35px;
    font-weight: 600;
    color: #0250C1;
    margin-top: 0;
    margin-bottom: 20px;
}

body.archive h1 {
    margin-top: 0;
}

h2 {
    font-size: 32px;
    color: #0250C1;
    margin-top: 0;
}

h3 {
    font-size: 22px;
    margin-top: 0;
    color: #0250C1;
}

h4 {
    font-size: 20px;
    margin-top: 0;
    color: #0250C1;
}

.PageTitleStrip {
    width: 100%;
    padding: 0 0 6px 0;
    /* background-image: url(../images/scrolling-image.jpg); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    background-color: #17191C;
    box-shadow: -1px -2px 14px 2px rgba(0, 0, 0, 0.32);
    margin-bottom: 3px;
}

.PageTitleStrip h1 {
    color: #fff;
}

.home .PageTitleStrip {
    display: none;
}

p {
    font-size: 18px;
}

a:hover,
a {
    color: #0250C1;
    font-weight: 500;
}

a:focus {
    outline: 1px solid #337ab7;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: auto 2px Highlight;
}

main {
    padding: 0 15px;
}

/*  Breadcrumbs  */

fieldset legend.gfieldset-legend {
    color: #333;
    font-size: 22px;
    padding: 2px 12px !important;
    background-color: #F4F4F4;
    font-weight: normal;
    margin-bottom: 14px;
}

.ContainerBreadcrumbs {
    display: block;
    color: #fff;
    font-size: 15px;
    padding-top: 69px;
}

.ContainerBreadcrumbs a {
    color: #fff;
}

.container.breadcrumbWhite {
    margin-top: -1px;
}

.breadcrumbWhite .ContainerBreadcrumbs {
    /*display: none;*/
}

.archive .breadcrumbWhite .ContainerBreadcrumbs {
    display: block;
    position: absolute;
    padding-top: 0;
    top: 30px;
    color: #fff;
}

.archive .breadcrumbWhite .ContainerBreadcrumbs a {
    color: #fff;
}

/*  End Breadcrumbs  */


/*  Strip Header  */

.StripHeader {
    width: 100%;
    min-height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

a.skip-link {
    position: absolute;
    display: inline-block;
    width: auto;
    top: 40px;
    right: 15px;
}

a.skip-link:not(:focus) {
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}

.HeaderMaimStrip {
    width: 100%;
    background-color: #fff;
    padding: 17px 0;
    display: flex;
    align-items: center;
}

.HeaderMenuStrip {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.88);
}

body:not(.hhf) .StripMain.Fixed {
    margin-top: 102px;
}

/*  Header Menu  */

.StripHeader .HeaderMenuStrip nav {
    float: right;
}

.StripHeader ul {
    text-decoration: none;
    padding-right: 0;
    margin-bottom: 0;
}

.StripFooter .SubFooter ul>li,
.StripHeader ul>li {
    display: inline-block;
    position: relative;
}

.StripHeader ul>li>a {
    display: block;
    font-size: 20px;
    line-height: 40px;
    padding: 0 15px;
    color: #fff;
}

/* Added when li has children focused - START */

.StripHeader ul>li.menu-item-has-children:focus::after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    top: 18px;
    left: 3px;
}

/* Added when li has children focused - END */

.StripHeader nav ul>li>a:hover {
    text-decoration: underline !important;
}

.StripHeader nav ul>li.current-menu-ancestor a,
.StripHeader nav ul>li.current-menu-item>a,
.StripHeader nav ul>li>a:focus,
.StripHeader nav ul>li>a:hover {
    text-decoration: none;
    background-color: #4C4C4C;
}

.StripHeader ul li ul.sub-menu li a {
    display: block;
    font-size: 18px;
    min-width: 150px;
    line-height: 32px;
    padding: 0 10px;
    color: #fff;
}

.StripHeader ul li ul.sub-menu li a:hover {
    background-color: rgba(0, 0, 0, 0.80);
}

.StripHeader ul li ul.sub-menu li {
    display: block;
}

.StripHeader ul li ul.sub-menu {
    position: absolute;
    margin-top: -1px;
    display: none;
    background-color: #4C4C4C;
}

.StripHeader ul>li:hover ul.sub-menu,
.StripHeader ul>li.menu-open ul.sub-menu {
    display: block;
}

/*  End Header Menu  */

.StripHeader .ColLogo {
    display: flex;
    align-items: center;
}

.StripHeader .Branding {}

.StripHeader .Branding .LogoImg {
    display: inline-block;
    float: right;
    margin-left: 50px;
    vertical-align: sub;
}

.HeadeSidebar {
    display: inline-block;
    float: right;
}

.header-left {
    display: flex;
    margin: 16px 0;
    justify-content: flex-end;
    align-items: center;
}

.HeadeSidebar.mobile-banner {
    z-index: 5;
    width: 100%;
    text-align: center;
    background-color: #fff;
    margin-top: 13px;
}

.StripHeader .BoxAccounts {
    display: flex;
    align-items: center;
    padding: 9px 20px;
    border-radius: 5px;
    gap: 35px;
}

.StripHeader .BoxAccounts .icon-title-wrapper {
    display: flex;
    gap: 8px;
}

.StripHeader .BoxAccounts .icon-title-wrapper .wrapper {
    display: flex;
    gap: 8px;
}


.StripHeader .BoxAccounts .icon-title-wrapper .personal-info {
    border-inline-end: 1px solid #17191C;
    padding-inline-end: 32px;
}
.StripHeader .BoxAccounts .icon-title-wrapper .employes-info {
    padding-inline-start:32px;
}

.StripHeader .BoxAccounts h3 {
    font-size: 18px;
    line-height: 1.5;
    color: #17191C;
    margin: 0;
    font-weight: 600;
}

.StripHeader .BoxAccounts .BoxLinks {
    display: flex;
    gap: 20px;
}

.StripHeader .BoxAccounts .BoxLinks li {
    display: inline-block;
    color: #0250C1;
    font-size: 18px;
    line-height: 1.5;
    padding-left: 20px;
    border-inline-end: 1px solid #17191C;
}

.StripHeader .BoxAccounts .BoxLinks li:last-child {
    border-inline-end: none;
}

.StripHeader .BoxAccounts .BoxLinks li a.Item {
    padding: 0;
    display: inline-block;
    color: #0250C1;
    font-size: 18px;
    line-height: 1.5;
}

.StripHeader .BoxAccounts .BoxLinks li a.Item:focus {
    outline-offset: 0;
}

.StripHeader a.BtnLanguages {
    display: inline-block;
    margin-right: 15px;
    text-decoration: underline;
    color: #000;
    margin-left: 15px;
    font-size: 20px;
    font-weight: 600;
}

.search-icon {
    background: none;
}

.StripHeader .Search .IconSearch {
    cursor: pointer;
    font-size: 25px;
    color: #0250C1;
}

.StripHeader .SearchBox {
    background-color: #fff;
    border: 1px solid #2D7A21;
    width: 333px;
    padding: 25px 10px 10px;
    position: absolute;
    left: 0;
    right: auto;
    top: 75px;
    z-index: 1000;
}

.StripHeader .SearchBox.collapsing {
    height: auto !important;
}

.StripHeader .SearchBox.show-search {
    display: block;
}

.StripHeader .SearchBox input.form-control {
    display: inline-block;
    float: right;
    width: 80%;
    height: 32px;
    margin-left: 3%;
    border-radius: 0;
}

.StripHeader .SearchBox input.btn {
    width: 17%;
    height: 32px;
    border-radius: 0;
    display: inline-block;
    float: right;
}

.StripHeader .SearchBox .btn-success {
    background-color: #0250C1;
}

.StripHeader .SearchBox .close-search {
    background: none;
    position: absolute;
    right: 10px;
    top: 0;
}

.StripHeader .SearchBox .close-search .ClosedBtn {
    position: relative;
    top: -3px;
    font-size: 18px;
    color: #ccc;
    cursor: pointer;
}

/*
.StripHeader .Search input[type="text"]{
display: inline-block;
padding: 0 5px;
height: 25px;
margin-top: 27px;
margin-right: 10px;
background-color: #00ADEF;
width: 4em;
}
.StripHeader .Search input[type="text"]:focus{
display: inline-block;
padding: 0 5px;
height: 25px;
margin-top: 27px;
margin-right: 10px;
background-color: #00ADEF;
width: 10em;
}
*/
/*
.StripHeader .Search .IconSearch {
position: absolute;
bottom: 5px;
left: 7px;
height: 15px;
width: 15px;
}
*/
.MobileMenu {
    float: left;
    margin-top: 5px;
    display: none;
}

.MobileUser {
    float: left;
    margin-top: 4px;
    margin-left: 20px;
    display: none;
}

.archive-top-strip img {
    width: 100%;
}

/* End Strip Header  */

/*  aside  */

aside .load_posts_list {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

aside .sfp-container {
    margin-bottom: 30px;
    text-align: center;
}

a.load-more {
    background-color: #02375B;
    color: #fff;
    font-size: 18px;
    border-width: 0;
    padding: 2px 5px;
    float: left;
}

a.load-more:hover {
    background-color: #022e4c;
}

a.load-more:after {
    content: url(../images/arrow-read-more.png);
    margin-right: 3px;
}

aside .widget.widget_sp_image {
    margin-bottom: 20px;
}

aside ul#side_menu,
aside ul.sub-menu {
    list-style-type: none;
}

.side-menu ul#side_menu {
    font-size: 18px;
    color: #333;
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-right: 0;
}

.side-menu ul#side_menu ul.sub-menu {
    margin-right: 0;
}

.side-menu ul.sub-menu li.menu-item,
.side-menu ul#side_menu li.menu-item {
    margin-bottom: 4px;
}

aside .side-menu ul#side_menu>li.current-menu-ancestor>a,
aside .side-menu ul#side_menu>li.current-menu-item>a {
    text-decoration: none;
    color: #333;
    padding: 2px 5px;
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
}

aside .side-menu ul.sub-menu li.menu-item a {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding: 2px 5px;
    margin-bottom: 7px;
    margin-right: 15px;
}

aside .side-menu ul#side_menu>li.current-menu-ancestor>ul.sub-menu>li.current-menu-item>a,
aside .side-menu ul#side_menu>li.current-menu-ancestor>ul.sub-menu>li.current-menu-ancestor>ul.sub-menu>li.current-menu-item>a,
aside .side-menu ul#side_menu>li.current-menu-ancestor>ul.sub-menu>li.current-menu-ancestor>ul.sub-menu>li.current-menu-ancestor>ul.sub-menu>li.current-menu-item>a {
    display: block;
    background-color: #333;
    text-decoration: none;
    color: #fff;
    padding: 2px 5px;
}

aside .side-menu ul#side_menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
    margin-right: 30px;
}

aside .side-menu ul#side_menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
    margin-right: 45px;
}

aside .side-menu ul#side_menu>li.current-menu-ancestor>ul.sub-menu>li.current-menu-ancestor>ul.sub-menu>li>a {}

aside .side-menu ul#side_menu>li.current-menu-ancestor>ul.sub-menu>li.current-menu-ancestor>ul.sub-menu>li.current-menu-ancestor>ul.sub-menu>li>a {}

ul.sub-menu li.menu-item-has-children {
    display: none;
}

ul.sub-menu li.current-menu-item.menu-item-has-children,
ul.sub-menu li.current-menu-ancestor.menu-item-has-children {
    display: block;
}



aside .side-menu ul.sub-menu li.menu-item a:hover {
    background-color: #333;
    text-decoration: none;
    color: #fff;
    display: block;
}

.side-menu .current_menu_item_hide {
    display: none;
}

/*  End aside  */

/*  Strip Footer  */


.StripFooter footer {
    position: relative;
}

.StripFooter footer::before,
.StripFooter footer::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.StripFooter footer::before {
    background-image: url(../images/footer-dec-3.png);
    left: 0;
    height: 130px;
    width: 150px;
    bottom: -20px;
}

.StripFooter footer::after {
    background-image: url(../images/footer-dec-1.png);
    right: 0;
    height: 100%;
    width: 107px;
    bottom: 0;
    max-height: 87%;
}

footer {
    margin-bottom: 20px;
    padding-top: 30px;
}

.StripFooter {
    width: 100%;
    min-height: 80px;
    background-color: #0250C1;
}

.StripFooter .widget h3.widgettitle {
    color: #718FA3;
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
}

.StripFooter .widget ul.menu {
    list-style-type: none;
    padding-right: 0;
}

.StripFooter .widget .gfield_label,
.StripFooter .widget ul.menu li a,
.StripFooter .widget .textwidget,
.StripFooter .widget .gform_heading span.gform_description {
    color: #718FA3;
}

.footer-menu li {
    list-style-type: none;
    margin-bottom: 4px;
}

.footer-menu li ul.sub-menu {
    padding-top: 10px;
}

.footer-menu li ul.sub-menu a {
    color: #fff;
    font-size: 18px;
}

.footer-menu ul>li>a {
    color: #fff;
    font-size: 18px;
}

.footer-menu ul.menu>li {
    display: inline-block;
    float: right;
    width: 16%;
}

footer .GoTopBtn {
    background-image: url(../images/go-top-btn-new.png);
    width: 36px;
    height: 36px;
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    left: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 9;
}

footer .GoTopBtn:hover {
    opacity: 0.8;
}

.StripFooter .SubFooter {
    background-color: #000;
    color: #fff;
    width: 100%;
    line-height: 40px;
}

.StripFooter .SubFooter .utility-menu {
    display: inline-block;
    margin-right: 29px;
}

.StripFooter .SubFooter ul {
    margin-bottom: 0;
}

.StripFooter .SubFooter ul li a {
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}

.StripFooter .SubFooter ul li {
    margin-left: 15px;
}

.FooterLogo {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.StripFooter .ContainerItems a {
    display: inline-block;
    float: left;
}

.StripFooter .ContainerItems a {
    margin-left: 7px;
}

.StripFooter .ContainerItems a:nth-child(2),
.StripFooter .ContainerItems a:first-child {
    margin-left: 0;
}

.CreditProfile {
    margin-right: 20px;
}

.CreditProfile img {
    height: 50px;
}

/*  End Strip Footer  */

/*  home page  */

.home .HomeStrip1:not(:has(.widget)) {
    display: none;
}

.home .HomeStrip2:not(:has(.widget)) {
    display: none;
}

.home .HomeStrip3:not(:has(.widget)) {
    display: none;
}

.home .HomeStrip4:not(:has(.widget)) {
    display: none;
}

.home .HomeStrip5:not(:has(.widget)) {
    display: none;
}


.home .HomeStrip1 {
    width: 100%;
    background-color: #fff;
    margin-bottom: 3px;
    height: auto;
    overflow: hidden;
    box-shadow: -1px -2px 14px 2px rgba(0, 0, 0, 0.32);
}

.home .HomeStrip2 {
    width: 100%;
    background-color: #F4F4F4;
    padding: 30px 0;
}

.home .HomeStrip3 {
    background-color: #fff;
    padding: 50px 0;
}

.home .HomeStrip4 {
    background-color: #17191C;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}

.home .HomeStrip4 .container {
    position: relative;
    z-index: 1;
}

.home .HomeStrip4::before,
.home .HomeStrip4::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.home .HomeStrip4::before {
    background-image: url(../images/strip-dec-1.png);
    left: 0;
    height: 100%;
    width: 150px;
    top: 0;
}

.home .HomeStrip4::after {
    background-image: url(../images/strip-dec-2.png);
    right: 0;
    height: 190px;
    width: 270px;
    bottom: 0;
}

.home .HomeStrip5 {
    background-color: #fff;
    padding: 50px 0 20px 0;
}

.fund-boxes-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.fund_box {
    border: 4px solid #0250C1;
    padding: 10px;
    flex: 0 0 24%;
    border-radius: 6px;
    min-height: 135px;
}

.fund_box img {
    display: block;
    margin: auto;
    margin-bottom: 15px;
    height: auto;
    width: 85%;

}

.fund_box a:first-child:hover {
    background-color: transparent;
}

.fund_box a:first-child {
    background-color: transparent;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}

.fund_box a {
    display: inline-block;
    background-color: #0250C1;
    color: #fff;
    font-size: 18px;
    padding: 5px 8px;
    border-radius: 7px;
}

.fund_box a:hover {
    text-decoration: none;
    background-color: #0144A5;
}

.fund_box a+a {
    width: 45%;
    text-align: center;
}

.fund_box a+a+a {
    float: left;
    width: 45%;
    text-align: center;
}

.fund_box a+a:nth-child(2):last-child {
    float: none;
    text-align: center;
    width: 100%;
}

.HomeStrip4 .widget_text {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    width: 49%;
    float: right;
}

.HomeStrip3 .widget_text .textwidget,
.HomeStrip4 .widget_text .textwidget {
    font-size: 18px;
}

.HomeStrip3 #text-2.widget_text a,
.HomeStrip4 .widget_text .textwidget a {
    color: #0250C1;
    display: inline-block;
    float: left;
}

.HomeStrip3 #text-2.widget_text span,
.HomeStrip4 .widget_text .textwidget span {
    display: inline-block;
    margin-right: 4px;
    color: #0250C1;
    float: left;
}

.HomeStrip3 #text-2.widget_text a:hover:after,
.HomeStrip4 .widget_text .textwidget a:hover:after {
    text-decoration: none;
}

.HomeStrip4 #text-4.widget_text {
    margin-left: 2%;
}

.HomeStrip3 #text-2.widget_text {
    background-color: #0250C1;
    border-radius: 4px;
    padding: 17px;
    width: 65%;
    min-height: 216px;
    background-image: url(../images/customer-service-new.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-left: 2%;
    background-size: contain;
}

.HomeStrip3 #text-2.widget_text h2.widgettitle,
.HomeStrip3 #text-2.widget_text .textwidget {
    padding-right: 200px;
    color: #fff;
}

.HomeStrip3 #text-2.widget_text a {
    color: #fff;
}

.HomeStrip3 #text-2.widget_text p:has(a) {
    margin-top: 50px;
}

.HomeStrip3 #text-3.widget_text {
    background-color: #0250C1;
    border-radius: 4px;
    padding: 20px;
    width: 33%;
    min-height: 216px;
}

.HomeStrip3 #text-3.widget_text h2,
.HomeStrip3 #text-3.widget_text p {
    color: #fff;
}

.HomeStrip3 #text-3.widget_text a {
    display: inline-block;
    background-color: #fff;
    color: #0250C1;
    padding: 6px 12px;
    line-height: 20px;
    font-size: 18px;
    border-radius: 4px;
    position: absolute;
    width: 42%;
    text-align: center;
    border: 1px solid #fff;
}

.HomeStrip3 #text-3.widget_text a:nth-of-type(2) {
    bottom: 20px;
    left: 20px;
    right: auto;
}

.HomeStrip3 #text-3.widget_text a:nth-of-type(1) {
    bottom: 20px;
    right: 20px;
    left: auto;
}

.StripHeader .SearchBox .btn-success:hover,
.HomeStrip3 #text-3.widget_text a:hover {
    text-decoration: none;
    background-color: #0144A5;
    color: #fff;
}

.HomeStrip3 #text-3.widget_text a:before {
    display: none;
    /* display: inline-block; */
    /* content: url(../images/personal-area-icon-s.png); */
    width: 15px;
    height: 17px;
    margin-left: 8px;
    vertical-align: top;
}

.home .ContainerBreadcrumbs {
    display: none;
}

.home .term-title {
    background-color: #F4F7FD;
    padding: 5px;
    margin-bottom: 20px;
}

.home #black-studio-tinymce-2 h2.widgettitle {
    margin-bottom: 25px;
}

.home .term-title h3 {
    padding-bottom: 5px;
    border-bottom: 3px solid #ccc;
    display: inline-block;
    padding-left: 30px;
}

.striped {
    margin-bottom: 30px;
}

.home .description {
    font-size: 14px;
    height: 40px;
    overflow: hidden;
}

body:not(.hhf) #content {
    padding: 50px 0;
}

#content ul {
    font-size: 18px;
    margin-right: 20px;
}

body.search main {
    padding-top: 40px;
}

body.search #more_posts {
    margin-bottom: 40px;
}

body.search .tagged-posts {
    margin-bottom: 40px;
}

main ol {
    font-size: 18px;
    margin-right: 15px;
}

main.status-publish h2,
aside h2.widgettitle,
.home h2.widgettitle.FullScreen,
.home .widget.widget_black_studio_tinymce h2.widgettitle {
    font-size: 34px;
}

main.status-publish h2,
.home h2.widgettitle.FullScreen {
    margin-bottom: 30px;
}

.home .collapse~button {
    float: left;
    background-color: #02375B;
    color: #fff;
    font-size: 18px;
    border-width: 0;
    padding: 2px 5px;
}

.home .widget.col-md-4.widget_sp_image {
    text-align: center;
}


/*  home slider  */

.metaslider .flexslider {
    margin-bottom: 0 !important;
    position: relative;
}

.metaslider .flexslider ul.slides {
    margin-right: 0 !important;
}

.metaslider .caption-wrap {
    bottom: 42px !important;
    right: 32px !important;
    background-color: #fff !important;
    color: #000 !important;
    width: 70% !important;
}

.metaslider .caption {
    padding: 5px 10px;
    font-size: 45px;
    line-height: 53px;
    text-align: right;
}

.flex-direction-nav .flex-prev {
    left: 36px !important;
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 36px !important;
}

.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}

.metaslider .flexslider .flex-direction-nav li a:focus {
    outline: 1px solid #337ab7;
}

.metaslider .flexslider a:focus {
    outline: 2px solid #337ab7;
}

/*  End home slider  */

/*  archive page  */


.archive .category_description {
    padding: 15px;
    background-color: rgba(244, 247, 253, 0.9);
    margin-bottom: 50px;
    min-height: 178px;
    margin-top: -178px;
    clear: both;
    overflow: hidden;
}

.archive .status-publish.has-post-thumbnail.hentry {
    min-height: 145px;
}

.archive aside .status-publish.has-post-thumbnail.hentry,
aside post.type-post.status-publish.format-standard.has-post-thumbnail {
    margin-bottom: 30px;
    min-height: 110px;
}

.archive .category_description span {
    font-size: 24px;
    font-weight: 700;
    color: #02375B;
}

.archive .category_description p {
    font-size: 14px;
    height: 60px;
    overflow: hidden;
}

.archive .category_description h1+p:after {
    content: "..."
}

.archive p#pbd-alp-load-posts {
    float: left;
}

.archive button.load-more {
    background-color: #02375B;
    color: #fff;
    font-size: 18px;
    border-width: 0;
    padding: 2px 5px;
    float: left;
}

.archive button.load-more:hover {
    background-color: #022e4c;
}

.home .collapse~button:after,
.archive button.load-more:after {
    content: url(../images/arrow-read-more.png);
    margin-right: 3px;
}

.active-tabs {
    border-bottom: 1px solid #0175C3;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.active-tabs span.reset {
    color: #337ab7;
    cursor: pointer;
}

.active-tabs span.reset.active,
.active-tabs span.active {
    cursor: default;
    background-color: #fff;
    border: 1px solid #0175C3;
    border-radius: 4px 4px 0 0;
    border-bottom-color: transparent;
}

.active-tabs span {
    padding: 10px 15px;
}

.active-tabs span a,
.active-tabs span a:hover {
    text-decoration: none;
}

aside {
    background-color: #F4F4F4;
    padding: 45px 14px;
    margin-bottom: 20px;
}

/*   content page   */


/*  single page  */

.status_row {
    padding-bottom: 15px;
    border-bottom: #0175C3 solid 1px;
    margin-bottom: 25px;
}

.single .status_row .post_date {
    display: inline-block;
    width: auto;
    float: right;
    color: #999;
    margin-left: 5px;
}

.single .status_row .single_post_subjects.cats {
    display: inline-block;
    width: auto;
    float: right;
    margin-left: 5px;
}

.single .status_row .single_post_subjects.tags {
    display: inline-block;
    width: auto;
    float: right;
}

.status_row .single_post_subjects.tags span {
    background-color: #F4F4F4;
    padding: 0 10px;
    color: #09375B;
    margin: 0 4px;
}

span.share {
    display: inline-block;
    background-image: url(../images/share-img.jpg);
    width: 57px;
    height: 20px;
    float: left;
    margin-right: 15px;
}

span.tweeter {
    display: inline-block;
    background-image: url(../images/tweeter-img.jpg);
    width: 50px;
    height: 20px;
    float: left;
}

/*.single .wp-post-image{
width: 100%;
height: auto;
float: right;
margin-left: 20px;
margin-bottom: 10px;
margin-top: 3px;
}*/
.single .MainImgPost {
    width: 50%;
}

/* Site map page */
main.status-publish .wsp-container h2.wsp-pages-title,
main.status-publish .wsp-container h2.wsp-categories-title {
    margin-bottom: 15px;
    border-bottom: 0;
}

.wsp-container {
    margin-bottom: 50px;
}

.wsp-container ul.wsp-categories-list,
.wsp-container ul.wsp-pages-list {
    list-style-type: none;
}

ul.wsp-pages-list ul.children {
    margin-right: 18px;
}

ul.wsp-pages-list ul.children a {
    color: #000;
    font-size: 16px;
}

/*ul.wsp-pages-list li::before{
content: ">";
font-weight: 700;
color: #02375B;
margin-left: 6px;
}*/
ul.wsp-pages-list>li {
    margin-bottom: 10px;
}

ul.wsp-pages-list>li>a {
    color: #0250C1;
    font-weight: 700;
    font-size: 20px;
}

ul.wsp-pages-list>li>ul>li>a {
    font-weight: 700;
}

ul.wsp-pages-list li ul li {
    font-weight: normal;
}

.pages_list_widget,
.col-md-4.pages_list_widget {
    width: 100%;
    text-align: center;
}

.nowrap-strip .page_boxes_list {
    flex-wrap: nowrap;
}

.page_boxes_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.page_boxes_list .page_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page_boxes_list .page_box_link {
    flex: 0 1 33%;
    margin: 20px 0;
    cursor: pointer;
    color: #333;
}

.page_boxes_list .page_box_link:hover {
    color: #0250C1;
    text-decoration: none;
}

.pages_list_widget .page_box .image_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border: 6px solid #0250C1;
    background-color: #f2f2f2;
    border-radius: 50%;
    transition: transform 0.2s ease-in-out;
    height: 124px;
    width: 124px;
}

.pages_list_widget .page_box .image_box {
    object-fit: contain;
    max-width: 70px;
    width: auto;

}

.pages_list_widget .page_box:hover .image_wrapper {
    transform: translateY(10px);
}

.pages_list_widget .page_box:hover h3 {
    color: #0250C1;
}

.pages_list_widget .page_box h3 {
    color: inherit;
    font-size: 22px;
    font-weight: 500;
}

.pages_list_widget .page_box h3 a {
    color: #333;
}

.pages_list_widget .page_box h3 a:hover {
    text-decoration: none;
    color: #0250C1;
}

/*  accordion  */

.panel-default>.panel-heading {
    background-color: #fff;
}

.panel-heading {
    padding: 5px;
}

.panel-group h2 {
    font-size: 22px !important;
    margin-bottom: 7px !important;
}

.panel-group ol {
    padding-right: 15px;
}

.panel-group {
    font-size: 18px;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading .panel-title a.accordion-toggle:before {
    /*    right: 15px;*/
}

/*.panel-group .accordion-group:first-child .panel-title a.accordion-toggle:before{
content: url(../images/minus-icon.png);
}
.panel-group .accordion-group:first-child .panel-title a[aria-expanded="false"]:before{
content: url(../images/plus-icon.png);
}*/
.panel-heading .panel-title a.accordion-toggle.collapsed:before {
    content: url(../images/plus-icon-new.png);
}

.panel-heading .panel-title a:before {
    content: url(../images/plus-icon-new.png);
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 30px;
}

.panel-heading .panel-title a[aria-expanded="true"]:before {
    content: url(../images/minus-icon-new.png);
}

.panel-heading .panel-title a[aria-expanded="false"]:before {
    content: url(../images/plus-icon-new.png);
}

.panel-title a {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    line-height: 22px;
    background-color: #f5f5f5;
    padding: 5px 15px;
    padding-right: 40px;
}

.panel-title a:focus,
.panel-title a:hover {
    text-decoration: none;
}

.panel-body ul li {
    /*    list-style-type: none;*/
}

.file-heading {
    padding: 0 5px;
    border: 1px solid #EFEFEF;
    margin-top: 0;
    margin-bottom: 8px;
    min-height: 48px;
}

.panel-body .file-heading h4.file-title,
.accordion-group .panel-body .file-heading h4.file-title {
    margin-top: 5px;
    margin-bottom: 0;
    padding-right: 30px;
}

.panel-body .file-heading h4.file-title a,
.accordion-group .panel-body .file-heading h4.file-title a {
    color: #0250C1;
    display: inline-block;
}

.inner-pages-footer-sidebar-strip {
    width: 100%;
    background-color: #F4F4F4;
    padding: 30px 0;
}

a.morefaq {
    float: left;
    margin-top: 5px;
}

/* information Center page */
.col-md-9 .page_boxes_list {
    margin-bottom: 45px;
}

.col-md-9 .page_box {
    float: right;
    margin-left: 2%;
    text-align: center;
    margin-bottom: 30px;
}

.col-md-9 .page_box:nth-last-child(1),
.col-md-9 .page_box:nth-last-child(2),
.col-md-9 .page_box:nth-last-child(3) {
    margin-bottom: 0;
}


/* .col-md-9 .page_box:nth-child(3n+0){
    margin-left: 0;
} */
.col-md-9 .page_box .image_box {
    cursor: pointer;
    margin-bottom: 20px;
    transition: transform 0.2s ease-in-out;
}

.col-md-9 .page_box h3 {
    color: #333;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
}

.col-md-9 .page_box h3>a {
    color: #333;
    font-size: 22px;
}

.col-md-9 .page_box p {
    font-size: 18px;
    font-weight: 400;
}

.col-md-9 .page_box span {
    font-size: 18px;
    color: #0250C1;
}

.col-md-9 .page_box a {
    font-size: 18px;
    color: #0250C1;
}

.col-md-9 .page_box .image_box:hover {
    transform: translateY(10px);
}

.col-md-9 .page_box h3:hover {
    text-decoration: none;
    color: #0250C1;
}

.ajax_post_date {
    float: right;
}

.ajax_post_category {
    font-size: 19px;
    float: right;
    line-height: 24px;
    font-weight: 400;
}

.ajax_post_category:before {
    content: "|";
    margin-right: 5px;
    font-size: 18px;
}

.ajax_post_content {
    float: right;
    min-width: 60%;
}

.tagged-posts img {
    float: right;
    display: inline-block;
    margin-left: 20px;
}

.tagged-posts .filter-selector {
    margin-bottom: 35px;
}

a.post_load_ajax:hover {
    color: #333;
}

a.post_load_ajax {
    color: #333;
    font-width: 400;
}

.tagged-posts .filter-selector h3 {
    color: #333;
    font-weight: 600;
}

.tagged-posts .filter-selector h3:hover {
    color: #333;
}

.tagged-posts .filter-selector .ajax_post_date {
    margin-bottom: 15px;
    font-size: 18px;
    color: #666;
    font-weight: 400;
}

.tagged-posts .filter-selector .ajax_post_date span {
    display: inline-block;
    margin-left: 8px;
}

.tagged-posts .filter-selector .ajax_post_content p {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

/* End information Center page */

/* form */

.gform_body {
    border: 1px solid #EFEFEF;
    padding: 3px;
}

.gform_body li.gfield,
.gform_body li.gfield.gsection {
    border-bottom: 0;
    padding: 0;
    padding-left: 0 !important;
}

.gform_body li.gfield.gsection h2.gsection_title {
    color: #333;
    font-size: 22px;
    padding: 6px 12px !important;
    background-color: #F4F4F4;
    font-weight: normal;
}

.gform_body li.gfield {
    clear: both;
    overflow: hidden;
}

.gform_body li.gfield:first-child {
    margin-top: 0;
}

.gform_body li.gfield .ginput_container {
    width: 40% !important;
    margin-right: 0 !important;
    float: right;
}

.gform_body li.gfield .ginput_container select,
.gform_body li.gfield .ginput_container textarea,
.gform_body li.gfield .ginput_container input {
    border: 1px solid #ccc;
    width: 100%;
}

.gform_body li.gfield .ginput_container select {
    height: 32px;
}

.gform_body li.gfield label.gfield_label {
    padding-right: 30px !important;
    width: 25% !important;
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    float: right;
}

html[dir=rtl] .gform_wrapper .right_label label.gfield_label {
    text-align: right !important;
}

.gform_footer.right_label {
    width: 100% !important;
    margin-left: 0 !important;
}

.gform_footer.right_label input[type="submit"].gform_button.button {
    background-color: #0250C1;
    padding: 0 12px;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    border-radius: 4px;
    float: left;
    margin: 0;
}

.gform_footer.right_label input[type="submit"].gform_button.button:hover {
    background-color: #509329;
}

body.rtl .gform_wrapper .gform_body+.gform_footer.right_label,
html[dir=rtl] .gform_wrapper .gform_body+.gform_footer.right_label {
    padding: 0 !important;
    clear: both;
    overflow: hidden;
}

/* End form */

/* page faq */

.page-template-page-faq form {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.page-template-page-faq form+p {
    font-size: 18px;
}

.page-template-page-faq select {
    border: 1px solid #ccc;
    font-size: 15px;
    width: 30%;
    height: 32px;
    float: left;
    margin-bottom: 20px;
}

#more_posts {
    display: block;
    width: 100px;
    background-color: #0250C1;
    padding: 0 12px;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    border-radius: 4px;
    margin: 0;
    min-width: 170px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}

#more_posts:hover {
    background-color: #509329;
}

#more_posts:focus {
    outline: 2px solid #337ab7;
}

/* End page faq */

/* service center page */

.panel-body .service-center-line {
    margin-bottom: 10px;
    display: flex;
}

.panel-body .service-center-line.message {
    display: block;
}

.service-center-line.message {
    background-color: #FFF4F4;
    padding: 10px;
    margin-bottom: 20px;
}

.service-center-line.acf-map {
    padding: 20px 0 0 0;
    margin-bottom: 0;
}

.panel-body .service-center-line span:first-child {
    display: inline-block;
    min-width: 126px;
    height: 25px;
    font-weight: 600;
}

.panel-body .service-center-line.message span:first-child {
    height: auto;
}

.service-center-line.direction span:first-child {
    display: inline-block;
    min-width: 126px;
    height: 23px;
    margin-right: 35px;
}

.service-center-line.direction span a {
    color: #0250C1;
}

.service-center-line:before {
    width: 23px;
    height: 23px;
    margin-left: 12px;
    vertical-align: sub;
}

.service-center-line.address:before {
    content: url(../images/address-icon-new.png);
}

.service-center-line.phone:before {
    content: url(../images/telephon-icon-new.png);
}

.service-center-line.fax:before {
    content: url(../images/fax-icon-new.png);
}

.service-center-line.reception:before {
    content: url(../images/reception-icon-new.png);
}

.service-center-line.mailing:before {
    content: url(../images/letters-icon-new.png);
}

.service-center-line.answer:before {
    content: url(../images/clock-icon-new.png);
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
}

/* End service center page */

/* about page */

figure.wp-caption.alignnone {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

figure figcaption.wp-caption-text {
    text-align: center;
    font-size: 16px;
}

.post-2 ol,
.post-2 ul {
    margin-top: 0;
    font-size: 18px;
}

/* End about page */

.info_fund_box {
    border: 1px solid #0250C1;
    border-radius: 4px;
    padding: 17px;
    clear: both;
    overflow: hidden;
}

.info_fund_box a {
    font-size: 18px;
    color: #0250C1;
    display: inline-block;
    float: left;
}

.service_notification {
    display: block;
    background-color: #FFF4F4;
    padding: 10px;
    margin-bottom: 20px;
}

.page-template-page-management-php .container.archive {
    padding: 50px 0;
}

.single-format-standard ul,
.single-format-standard ol {
    font-size: 18px;
    margin-right: 18px;
}

.status-publish table,
.single-format-standard table {
    border: 1px solid #ccc;
    font-size: 18px;
    margin-bottom: 10px;
}

.single-format-standard table thead th,
.status-publish table thead th {
    background-color: #eeeeee;
}

.single-format-standard table thead td,
.status-publish table thead td {
    background-color: #eeeeee;
}

.single-format-standard table thead td,
.status-publish table thead td {
    font-weight: bold;
}

.status-publish table td,
.status-publish table th,
.single-format-standard table td,
.single-format-standard table th {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 8px;
}

#post-tags {
    margin-bottom: 20px;
}

#post-tags button.dropdown-toggle {
    float: left;
    font-size: 18px;
}

#post-tags button.btn.dropdown-toggle {
    width: 30%;
    border-radius: 0;
    text-align: right;
    font-size: 18px;
}

#post-tags .btn-default.active.focus,
#post-tags .btn-default.active:focus,
#post-tags .btn-default.active:hover,
#post-tags .btn-default:active.focus,
#post-tags .btn-default:active:focus,
#post-tags .btn-default:active:hover,
#post-tags .open>.dropdown-toggle.btn-default.focus,
#post-tags .open>.dropdown-toggle.btn-default:focus,
#post-tags .open>.dropdown-toggle.btn-default:hover,
#post-tags .btn-default.dropdown-toggle:hover,
#post-tags .btn-default.dropdown-toggle:focus {
    background-color: #f7f7f7;
    border-color: #adadad;
}

#post-tags button.btn.dropdown-toggle .caret {
    float: left;
    margin-top: 9px;
}

#post-tags .dropdown-menu {
    left: 0;
    right: auto;
    float: left;
    z-index: 200;
    text-align: right;
    top: 34px;
    width: 30%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 18px;
    border-radius: 0px;
}

.notfound {
    color: #0250C1;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    display: block;
}

.panel-body {
    padding-right: 47px;
}

.file-heading.documet .file-title a:before,
.file-heading.xls .file-title a:before,
.file-heading.xltx .file-title a:before,
.file-heading.xlsx .file-title a:before,
.file-heading.jpeg .file-title a:before,
.file-heading.pdf .file-title a:before,
.file-heading.pptx .file-title a:before,
.file-heading.docx .file-title a:before,
.file-heading.doc .file-title a:before,
.file-heading.video .file-title a:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    float: right;
    margin-bottom: 7px;
    margin-right: -24px;
    margin-left: 5px;
}

.file-heading.documet .file-title a:before {
    content: url(../images/documet.png);
}

.file-heading.xltx .file-title a:before,
.file-heading.xls .file-title a:before,
.file-heading.xlsx .file-title a:before {
    content: url(../images/excel.png);
}

.file-heading.jpeg .file-title a:before {
    content: url(../images/jpeg.png);
}

.file-heading.pdf .file-title a:before {
    content: url(../images/pdf.png);
}

.file-heading.pptx .file-title a:before {
    content: url(../images/pp.png);
}

.file-heading.docx .file-title a:before,
.file-heading.doc .file-title a:before {
    content: url(../images/word.png);
}

.file-heading.video .file-title a:before {
    content: url(../images/video.png);
}

.search_count_total {
    color: #fff;
}

.wsp-container ul.wsp-pages-list ul.children ul.children li {
    list-style-type: disc;
}

.wsp-container ul.wsp-pages-list ul.children ul.children ul.children li {
    list-style-type: square;
}

.panel-group.panel-group-single .panel-default .panel-body {
    padding-right: 15px;
}

body.search .notfound {
    margin-top: 30px;
}

.gform_confirmation_message {
    text-align: center;
    color: #0250C1;
}

/*
img.aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}
.aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright{
display: block;
margin-left: auto;
margin-right: 0;
}
.alignright{
display: block;
margin-left: auto;
margin-right: 0;
}
img.alignleft{
display: block;
margin-left: 0;
margin-right: auto;
}
.alignleft{
display: block;
margin-left: 0;
margin-right: auto;
}
*/
iframe {
    max-width: 100%;
}

/* 18/06/2017 */

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gform_confirmation_message h3,
.gform_confirmation_message p {
    font-size: 25px;
    font-weight: 400;
}

.gform_confirmation_message h3:before,
.gform_confirmation_message+p:before {
    content: "\e013";
    color: #0250C1;
    font-size: 20px;
    margin-left: 5px;
}

.gform_confirmation_wrapper {
    padding-top: 30px;
}

/* End 18/06/2017 */


/* ovadia */
.hide_filter {
    display: none;
}

.active-tabs span {
    margin-left: 10px;
}

.page-template-page-faq #loading_icon,
.page-template-page-articals-list #loading_icon {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url("../images/preloaders/preloader2.gif") no-repeat center center rgba(0, 0, 0, 0.25)
}

/* ovadia */


/*Zimon page style*/
.zimon-container h4.subsubject-title {
    display: none;
}

.zimon-container h4.subsubject-title.show {
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 10px;
}

.zimon-container {
    margin-top: 20px;
}

.zimon-container .zimon-categories-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 847px;
}

.zimon-container .zimon-categories-list .content-wrapper {
    margin-left: 80px;
    margin-bottom: 20px;
}

.zimon-container .zimon-categories-list .content-wrapper:nth-child(5) {
    margin-left: 0;
}

.zimon-container .zimon-categories-list .page-box a.page-box-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    flex: 0 1 20%;
    width: 100%;
    margin: 0;
}

.zimon-container .zimon-categories-list .page-box a.page-box-link img {
    filter: grayscale(100%);
}

.zimon-container .zimon-categories-list .page-box a.page-box-link.active img {
    filter: grayscale(0);
}

.zimon-container .zimon-categories-list .page-box a.page-box-link h3.box-link-title {
    color: #333333;
}

.zimon-container .zimon-categories-list .page-box a.page-box-link.active h3.box-link-title {
    color: #0250C1;
}

.zimon-container .zimon-categories-list .page-box .image-box {
    margin-bottom: 10px;
    max-width: 80px;
    height: 80px;
}

.zimon-container .zimon-categories-list .page-box h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.zimon-container .zimon-subject-title {
    margin-bottom: 25px;
    margin-top: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.zimon-container .dropdown-wrap-full {
    display: none;
}

.zimon-container .dropdown-wrapper a.accordion-trigger .plus-icon {
    background-image: url(../images/plus-icon-new.png);
    width: 22px;
    height: 22px;
    position: relative;
    right: 8px;
    bottom: -3px;
    margin-left: 16px;
    transition: .4s ease-out;
}

.zimon-container .dropdown-wrapper a.accordion-trigger .plus-icon.minus {
    background-image: url(../images/minus-icon-new.png);
    width: 22px;
    height: 22px;
    position: relative;
    right: 8px;
    bottom: -3px;
    margin-left: 16px;
    transition: .4s ease-out;
}

.dropdown-wrap-full {
    background-color: #fff;
    border: 1px solid transparent;
}

.zimon-container .dropdown-wrap-full.active {
    display: block;
}

.zimon-container .dropdown-wrapper {
    display: block;
    background-color: #fff;
    color: #333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

.accordion-content {
    display: none;
    overflow: hidden;
}

.accordion-content.show-content {
    display: block;
    overflow: initial;
}

a.accordion-trigger {
    display: flex;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    background-color: #f5f5f5;
}

a.accordion-trigger h3 {
    margin-bottom: 6px;
    color: #000;
    font-weight: 600;
    font-size: 22px;
}

.dropdown-content {
    display: flex;
    background: #ffffff;
}

.dropdown-content .accordion-inner-content {
    flex: 0 1 70%;
    padding: 0 40px 40px;
    border-left: 1px solid #c1c1c1;
    margin: 25px 0 20px;
}

.dropdown-content .accordion-inner-content h3 {
    font-size: 22px;
    color: #000;
}

.dropdown-content .accordion-inner-content ul {
    /*list-style: none;*/
    padding: 0;
    margin-right: 14px;
    font-size: 18px;
}

/*.dropdown-content .accordion-inner-content ul li {
    padding-left: 1em;
    text-indent: -.7em;
}

.dropdown-content .accordion-inner-content ul li::before {
    content: "•";
    color: #0250C1;
    font-size: 30px;
}*/

.dropdown-content .general-info-wrapper {
    flex: 0 1 30%;
    padding: 0 40px 0 10px;
    margin: 25px 0 20px;
}

.dropdown-content .general-info-wrapper.mobile-only {
    display: none;
}

.dropdown-content .general-info-wrapper .general-info h3 {
    font-size: 22px;
    color: #000;
}

.dropdown-content .general-info-wrapper .general-info .items-inner {
    height: 100%;
}

.dropdown-content .general-info-wrapper .general-info .items-inner .info-item {
    margin-bottom: 15px;
}

.dropdown-content .general-info-wrapper .general-info .items-inner .info-item span {
    font-size: 16px;
    color: #000;
}

.dropdown-content .general-info-wrapper .general-info .items-inner .info-item a {
    font-size: 16px;
}

.dropdown-content .general-info-wrapper .general-info .items-inner .info-item.btn {
    margin-top: 12px;
    margin-bottom: 0;
    padding: 0;
}

.dropdown-content .general-info-wrapper .general-info .items-inner .info-item a.zimon-btn {
    font-size: 16px;
    background: #0250C1;
    color: #ffffff;
    padding: 4px 12px;
    line-height: 20px;
    border-radius: 3px;
}

.dropdown-content .general-info-wrapper .general-info .items-inner .info-item img {
    padding-left: 10px;
}

.metaslider .flexslider:hover .flex-next {
    font-size: 0;
}

.flex-pauseplay {
    display: block;
    width: 45px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 7px;
    z-index: 10;
    cursor: pointer;
    background: #999999;
}

.flex-pauseplay a.flex-play,
.flex-pauseplay a.flex-pause {
    display: block;
    cursor: pointer;
    color: white;
    transform: translate(-52%, -50%);
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
}

.flex-pauseplay a.flex-play:focus,
.flex-pauseplay a.flex-pause:focus {
    outline: 1px solid #337ab7;
}

.flex-pauseplay a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}


.expandables .panel-heading .panel-title a {
    position: relative;
}

.expandables .panel-heading .panel-title a:before {
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.expCat {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #818181;
}

.expOptions {
    padding-right: 15px;
    border-right: 4px solid #0250C1;
    margin-top: 10px;
    margin-bottom: 20px;
}

.expAttatchments {}

.expSelect select {
    border: 1px solid #D5D5D5;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    max-width: 330px;
    width: 100%;
    padding: 6px 10px;
    margin-bottom: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0) url(/wp-content/themes/amitim/images/arrow-down.png) no-repeat scroll 5% 14px/15px auto;
}

.expAttatchments svg {
    margin-left: 4px;
}

.expAttatchments a {
    font-size: 18px;
    color: #0250C1;
    font-weight: bold;
    display: inline-block;
    margin-left: 25px;
    margin-top: 10px;
}