﻿/* blue 0561d8 --> red e61e28 c71922 --> c71922 */
 body {
     min-width:100%
}
 @font-face {
     font-family: 'almoniTzar400';
     font-weight: 400;
     font-style: normal;
     src: url('/Static/fonts/almoni-tzar/almoni-tzar-regular-aaa.eot');
     src: url('/Static/fonts/almoni-tzar/almoni-tzar-regular-aaa.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/almoni-tzar/almoni-tzar-regular-aaa.woff') format('woff'), url('/Static/fonts/almoni-tzar/almoni-tzar-regular-aaa.woff2') format('woff2');
}
 @font-face {
     font-family: 'almoniTzar700';
     font-weight: 700;
     font-style: normal;
     src: url('/Static/fonts/almoni-tzar/almoni-tzar-bold-aaa.eot');
     src: url('/Static/fonts/almoni-tzar/almoni-tzar-bold-aaa.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/almoni-tzar/almoni-tzar-bold-aaa.woff') format('woff2'), url('/Static/fonts/almoni-tzar/almoni-tzar-bold-aaa.woff2') format('woff') 
}
 @font-face {
     font-family: 'demibold';
     font-weight: 900;
     font-style: normal;
     src: url('/Static/fonts/almoni2019/almoni-neue-demibold-aaa.eot');
     src: url('/Static/fonts/almoni2019/almoni-neue-demibold-aaa.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/almoni2019/almoni-neue-demibold-aaa.woff2') format('woff2'), url('/Static/fonts/almoni2019/almoni-neue-demibold-aaa.woff') format('woff') 
}
 #wrapper,header{
     max-width:unset;
     width:100%;
}
 header.sticked {
    overflow: hidden;
    height: 60px;
    display: flex;
}
 #wrapper {
     background: #f2f2f5;
}
 .desc {
     margin:75px auto;
     text-align:center;
     max-width:705px;
}
 .desc.article{
     margin:20px auto;
}
 .odot p, .desc p{
     font-family:demibold;
     font-size:20px;
     line-height:23px;
     color:#004f9f;
     margin: 0 auto;
     max-width: 750px;
}
 .odot strong{
     font-family:'almoniDL900';
 }
 .hpSB{
     display:flex;
     align-items:center;
     justify-content:space-between;
     width:calc(100% - 40px);
     text-align:right;
     direction:rtl;
     background:#0b1742;
     padding: 0 20px;
     left:0;
     overflow:hidden;
     z-index: 1111111111;
     box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
     position:fixed;
}
 .hpSB .del {
     height: 30px;
     border: solid 1px #004f9f;
     margin:0 16px;
     display:inline-block;
}
 .hpSB .globesLink {
     background: url(https://res.cloudinary.com/globes/image/upload/v1612704592/Digital/elbit/logo-globes_hrndme.svg) no-repeat 0 0;
     width: 136px;
     height: 42px;
     display:inline-block;
}
 .hpSB .project_logo{
     display: inline-block;
     font-family: almoniTzar700;
     color:#a41c65;
}
 .hpSB .lnkSB{
     display: inline-block;
     font-family: demibold;
     font-weight:normal;
     margin-left: 45px;
     font-size: 16px;
     color:#a6aab7;
     white-space:nowrap;
}
 .hpSB .lnkSB.active{
    color:#ffffff;
     position:relative
}
 .hpSB .lnkSB.active:after {
     position: absolute;
     width: 20px;
     height: 2px;
     right:0;
     bottom:-5px;
     background-color: #ffe500;
     content: '';
}
 #dvRSB, #logos{
     display:flex;
     align-items:center;
}
 #dvRSB a span {
    margin:0;
    line-height: 37px;
     font-size:16px
}
 #dvRSB a img {
    margin-right:15px
}
 .hpSB .lnkReg{
     font-family: demibold;
     font-size: 16px;
     text-align: right;
     letter-spacing: -0.3px;
     padding:5px 13px;
     color:#fff;
     border:1px #fff solid;
     border-radius:20px;
    margin-left: 20px;
}
 .hpSB .lnkSB:hover{
     color:#fff;
     position:relative;
}
 .hpSB .lnkSB:hover::after{
     content:"";
     position:absolute;
     width:20px;
     height:2px;
     background-color:#ffe500;
     bottom: -5px;
     right: 0;
}
 .hpSB .imgShare{
     margin:0px;
     width:16px;
     height:16px;
     cursor: pointer;
     background-image:url(https://res.cloudinary.com/globes/image/upload/v1613045507/Digital/elbit/a-icon-share_1_elztko.svg);
     background-repeat:no-repeat;
}
  .hpSB .imgShare:hover{
       background-image:url(https://res.cloudinary.com/globes/image/upload/v1613045505/Digital/elbit/a-icon-share-copy_hkpddn.svg);
  }
 .hpSB span {
    color: #fff;
     margin-top: 14px;
}
 .hpSB .l {
    font-family: AlmoniDL400;
     margin: 0;
     font-size: 16px;
    color:#000
}
 .l {
     display: flex;
     align-items:center;
}
 #SBTopLinks{
     display:inline;
     width: 100%;
    margin-right: 100px;
}
 #SBTopLinks .table{
     display:inline;
}
 #kidumSB{
     padding-top: 60px;
     background-color: #020e2e;
}
 #kidumSB h1{
     position:absolute;
     top:60px;
     right:350px;
     font-family: 'almoniDL700';
     font-size:50px;
}
 #kidumSB h3{
     position:absolute;
     top:110px;
     right:450px;
     font-family: 'almoniDL700';
     font-size:40px;
}
 .odot {
     background: #ffe500;
     padding: 40px 20px; 
     position:relative;
}
 .odot:after, .article_header:after{
     content:url(https://res.cloudinary.com/globes/image/upload/v1612784388/Digital/elbit/stroke-5-copy_tngvhq.svg);
     position: absolute;
     left: -170px;
     bottom: -50px;
}
 .divSBTitle h2{
     text-align:center;
     font-family: 'almoniTzar700';
     font-size:56px;
     line-height: 65px;
     margin:20px auto;
     color:#004f9f;
     letter-spacing: -0.18px;
     position:relative;
     display:inline-block;
     padding: 0 20px;
}
 .divSBTitle {
     position: relative;
     max-width: 1440px;
     width: calc(100% - 30px);
     margin: 0 auto;
}
 .section-comment{
    font-family: almoniDL400;
    font-size: 18px;
    color: #484848;
    text-align: center;
}
 #lnkTips2{
     display:inline-block;
}
 .process {
     padding: 80px 0 20px;
     position:relative;
}
 .process:after{
     content:url(https://res.cloudinary.com/globes/image/upload/v1612801934/Digital/elbit/stroke-11_1_li39sw.svg);
     position:absolute;
     right:-1%;
     bottom:0;
}
 #divSBInstruction {
     width:calc(100% - 30px);
     margin:30px auto 78px;
     max-width: 1040px;
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     grid-gap:40px;
     position:relative;
}
 #divSBInstruction div{
     display:inline-block;
}
 #divSBInstruction div>span img {
     border-radius:50%;
     width: 130px;
     height: 130px;
}
 #divSBInstruction p{
     font-family: demibold;
     font-size:20px;
     color:#004f9f;
     margin: 30px auto 0;
     line-height: 29px;
     max-width:190px;
}
 #divSBInstruction div{
     position:relative;
     z-index:1;
}
 #divSBInstruction div:after{
     content: "";
     position: absolute;
     width: 8px;
     height: 8px;
     border-left: 1px solid;
     border-top: 1px solid;
     border-bottom: 0px solid #0000;
     transform: rotate(315deg);
     left: 0;
     top:30%;
     bottom: -6px;
     color: #3333ff;
}
 #divSBInstruction div:last-child:after{
     content:none;
}
 #SBFilterBtns::after{
     content:url(https://res.cloudinary.com/globes/image/upload/v1612805274/Digital/elbit/stroke-7-copy_oilr2w.svg);
     position:absolute;
     left:0;
     z-index:0;
}
 .sponser {
    position: absolute;
    left: 0;
    top:50%;
    margin: 0;
    display: flex;
    align-items: center;
    font-family: 'almoniDL400';
    font-size: 16px;
    transform: translateY(-50%);
}
  .sponser img{
      margin-right:10px;
  }
 .mainInfo .socialLinks {
     text-align: center;
     direction: ltr;
     padding:10px 0 10px 20px;
     border-top: 1px #ffffff66 solid;
     border-bottom: 1px #ffffff66 solid;
     margin-top:20px;
     display:flex;
     justify-content: space-around;
}
.mainInfo .mainInfo_inner .socialLinks a {
    width:30px;
     height:30px;
     cursor:pointer;
     background-position-y:center;
}
.linkTo {
    position: absolute;
    left: 0;
    top: 50%;
    color: #004f9f;
    font-size: 22px;
    font-family: 'almoniTzar500';
    transform: translateY(-50%);
}
.linkTo:after{
    content:url(https://res.cloudinary.com/globes/image/upload/v1613496852/Digital/elbit/arrows-left_dlfvcm.svg);
        top: 4px;
    position: relative;
}
 .socialLinks .icon1 {
    background:url(https://res.cloudinary.com/globes/image/upload/v1612799834/Digital/elbit/icons-social-facebook_qcqvjf.svg) no-repeat 0 0;
}
.socialLinks .icon2 {
    background:url(https://res.cloudinary.com/globes/image/upload/v1612799836/Digital/elbit/icons-social-twitter_y5aiid.svg) no-repeat 0 0;
}
.socialLinks .icon3 {
    background:url(https://res.cloudinary.com/globes/image/upload/v1612799831/Digital/elbit/icons-social-mail_lueohf.svg) no-repeat 0 0;
}
.socialLinks .icon4 {
    background:url(https://res.cloudinary.com/globes/image/upload/v1612799828/Digital/elbit/icons-social-linkedin_teqrnr.svg) no-repeat 0 0;
}
.socialLinks .icon5 {
    background:url(https://res.cloudinary.com/globes/image/upload/v1612799826/Digital/elbit/icons-social-whatsapp_zhg4ln.svg) no-repeat 0 0;
}
.socialLinks .icon1:hover {
    background:url(https://res.cloudinary.com/globes/image/upload/v1612855973/Digital/elbit/icons-social-facebook-hover_zhmv9g.svg) no-repeat 0 0;
}
.socialLinks .icon2:hover {
    background:url(https://res.cloudinary.com/globes/image/upload/v1612855971/Digital/elbit/icons-social-twitter-hover_f3sixe.svg) no-repeat 0 0;
}
.socialLinks .icon3:hover {
    background:url(https://res.cloudinary.com/globes/image/upload/v1612855969/Digital/elbit/icons-social-mail-hover_fuv903.svg) no-repeat 0 0;
}
.socialLinks .icon4:hover {
    background:url(https://res.cloudinary.com/globes/image/upload/v1612855975/Digital/elbit/icons-social-linkedin-hover_fbrdki.svg) no-repeat 0 0;
}
.socialLinks .icon5:hover {
    background:url(https://res.cloudinary.com/globes/image/upload/v1612855966/Digital/elbit/icons-social-whatsapp-hover_zkz69r.svg) no-repeat 0 0;
}
 #divSBBanner1, #divSBBanner2{
     grid-column: 1 / -1;
     margin:20px auto;
}
 #p2048.article .ArticleRetatedItems {
    background:#fff
}
 #SBFilterData{
     max-width:1440px;
     margin:30px auto 90px;
     width:calc(100% - 30px);
     display: grid;
     grid-template-columns: repeat(auto-fill, 213px);
     grid-gap:32px;
     justify-content: space-evenly;
     grid-auto-flow: row dense;
     position:relative;
}
 #SBFilterData:after{
     content:url(https://res.cloudinary.com/globes/image/upload/v1612805493/Digital/elbit/stroke-5-copy_3_uhzdgu.svg);
     position:absolute;
     left:-25%;
     bottom:0;
     z-index:0;
}
 #SBFilterData:before{
     content:url(https://res.cloudinary.com/globes/image/upload/v1612805629/Digital/elbit/stroke-11-copy_1_ucf6va.svg);
     position:absolute;
     right:-25%;
     top:35%;
     z-index:0;
}
 #lnkArt2, #lnkTips2 {
    position: relative;
    z-index: 1;
}
 #SBFilterData>a:visited * {
    color:#66605b
}
 .SBCoach{
     border:1px solid #d5d5e4;
     border-radius:15px;
     padding:32px 0;
     position:relative;
     background-color: rgba(255, 255, 255, 0.28);
     z-index: 1;
}
 .moreInfoCoach {
     position: absolute;
     top: 0;
     background: #0b1742;
     height: calc(100% - 64px);
     width: calc(100% - 46px);
     border-radius: 15px;
     padding: 32px 23px;
     transition:all ease-in 0.2s;
     opacity: 0;
     z-index: -1;
     display:grid;
}
 .SBCoach:hover .moreInfoCoach {
     opacity: 1;
     z-index: initial;
}
 .SBCoach .moreInfoCoach h4{
     color: #ffe500;
     margin-bottom: 16px;
}
 .SBCoach .moreInfoCoach p, .womanDesc{
     font-size:16px;
     line-height:19px;
     color: #fff;
     margin-bottom:26px;
     font-family:almoniDL400;
}
 .SBCoach .moreInfoCoach span {
     font-size:16px;
     line-height:19px;
     color: #ffe500;
     border:1px solid #ffe500;
     border-radius:35px;
     font-family:demibold;
     padding:8px 16px;
     transition:background ease 0.2s;
     justify-self: center;
     align-self: end;
}
 .SBCoach .moreInfoCoach span:hover {
     background-color: #ffe500;
     color: #0b1742;
}
 .SBCoach img{
     width:120px;
     height:120px;
     border-radius:50%;
     margin-bottom:24px;
}
 .SBCoach h4{
     font-size:20px;
     line-height:29px;
     margin:0;
     font-family: demibold;
     color:#004f9f 
}
 .SBCoach h6, .SBCoach p{
     font-size:16px;
     line-height:23px;
     font-family: 'almoniDL400';
     margin:0;
     color:#000;
     text-align: center;
     font-weight: normal;
}
 .mobile, .mobile + p {
     display:none;
}
 #SBInStaffItem {
     grid-column: 1 / -1;
     margin: 44px auto 106px;
     max-width:900px;
     overflow:hidden;
     width: 100%;
}
 #divSBArt1{
     position:relative;
}
 #SBInStaffItem h2 {
     font-family: AlmoniTzar500;
     font-size: 32px;
     font-weight: normal;
     line-height: 1.47;
     letter-spacing: -0.09px;
     text-align: right;
     color: #e61e27;
     float:right;
     margin-right:38px;
}
 #SBInStaffItem .link {
     font-size: 18px;
     font-weight: normal;
     font-stretch: normal;
     font-style: normal;
     line-height: 1.5;
     letter-spacing: -0.05px;
     text-align: right;
     color: #b3203a;
     border:1px #b3203a solid;
     float:left;
     margin: 34px 0 0 48px;
     font-family:almoniDL400;
     padding:0 12px;
}
 #SBInStaffItem img {
    width:100%
}
 .close {
     font-size: 20px;
     font-family: 'Open Sans';
}

 .closetext {
     line-height: 25px;
     font-family: 'almoniDL400';
}
 .errInput{
     border:2px solid #cc0000 !important;
}
/*--------------------------form section------------------------------------*/
 .form__section{
     position:relative;
}
 .form__section:before{
     content:url(https://res.cloudinary.com/globes/image/upload/v1612784390/Digital/elbit/stroke-7_dz0koi.svg);
     position:absolute;
     right: -1%;
     top: -25px;
}
 #SBSendMailSuccess {
    display:none;
     position: relative;
}
 #SBSendMailSuccess h3{
     font-family: 'demibold';
     font-size: 24px;
     margin: 20px 0;
}
 .container {
     background: #ffe500;
     padding: 50px 20px;
     max-width: 1440px;
     margin: 0 auto;
     border-radius:10px;
}
 .form {
     display: flex;
     flex-wrap:wrap;
     max-width:950px;
     position: relative;
     margin:auto;
     width: 100%;
}
 .form_title {
     font-size: 64px;
     font-family: 'almoniTzar400';
     padding-bottom: 0;
     margin: 0;
     font-weight: normal;
     text-align: right;
}
 .form_desc {
     font-size:24px;
     line-height:29px;
     margin: 0 auto 28px;
     font-family: 'almoniDL400';
     text-align:center;
}
 .form_msg{
     padding:100px 0;
     text-align:center;
 }
 .form_msg h4{
     font-size:56px;
     color:#004f9f;
     font-family: 'almoniTzar700';
     margin:0;
 }
  .form_msg p{
      font-size:24px;
      font-family: 'almoniDL400';
      margin:10px 0;
  }
 .form_terms{
     text-align:center;
     color:#3e3e3e;
     font-size:14px;
     line-height:17px;
     font-family: 'almoniDL400';
     margin:0 0 30px 0;
}
 .form_terms a{
     text-decoration:underline;
     color:#3e3e3e;
}
 .form-boxes{
     width:100%;
}
 .form-boxes h3 {
     color: #004f9f;
     font-size: 24px;
     text-align: right;
     font-family: 'almoniTzar500';
     font-weight: normal;
     margin: 0 0 15px 0;
}
 .form_row{
     display:grid;
     grid-template-columns: repeat(4, 1fr);
     grid-gap:13px;
}
 .twoCol{
     grid-column: 2 span;
}
 .form-img {
     width: 100%;
     margin: 20px 0 40px 0;
}
 .form_desc a {
     border-bottom:1px #e61e28 solid;
     color:#e61e28
}
 .form_desc #chkSBAgree {
     float: right;
     margin: 8px 0 55px 20px;
     width: 20px;
     height: 20px;
}
 .form input, .form textarea {
     font-size:18px;
     border:none;
     padding:10px;
     margin:0;
     font-family: 'almoniDL400';
     background-color: transparent;
}
 .form input::placeholder, .form textarea::placeholder {
     color: #666666;
}
 #BusinessF ~ label, #BusinessName ~ label{
     display:none;
}
 #user_name, #user_email{
     flex: 1 1 calc(50% - 40px);
}
 #user_name {
     margin-left:20px;
}
 #user_msg {
     flex: 1 1 100%;
     min-height: 50px;
     border: 1px #004f9f solid;
    grid-column: 1 / -1;
     background: #fff;
     color: #353c4c;
     margin-bottom:28px;
       -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
 .form .btn_submit {
     width:260px;
     margin:0 auto;
     font-size:20px;
     font-family:demibold;
}
 .form-label input[type="text"], .form-label input[type="password"], .form-label input[type="tel"], .form-label input[type="email"], .form-label select{
     background-color:#fff!important;
     border: 1px #004f9f solid!important;
}
 .form-label label{
     background:none;
     color: #353c4c;
     -webkit-filter: none;
    white-space:nowrap;
}
 #btnRegStaff {
    margin-bottom:130px
}
 .btn_submit.disable:hover, .btn_submit.disable {
    background:#66605b !important;
     cursor:auto
}
 #SBSendMailContainer .btn_submit,#btnRegStaff, .lnkReg2 {
     background-color: #3333ff;
     font-family: demibold;
     border: none;
     color: #fff;
     font-size: 20px;
     cursor:pointer;
     border-radius:30px;
     position:relative;
     z-index:1;
     -webkit-appearance: none;
}
 .btn_submit:hover, #btnRegStaff:hover, .lnkReg2:hover {
     background-color: #1919D8;
}
 #err_msg {
     flex: 1;
     font-family: 'almoniDL400';
     font-size: 14px;
     text-align: right;
     color: #c00;
     margin-right: 39px;
     margin-top: -10px;
}
 .form-label .errMsg, .error_message, .red_bottom, .loginWr .errMsg {
     font-family: 'almoniDL400';
     font-size: 14px;
}
 .msg-success {
     font-size:56px;
     font-family: 'ultrabold';
     padding: 70px 0;
}
 #SBFilterBtns {
    margin:0;
}
 #SBFilterBtns input {
     color:#611940;
     font-size:20px;
     line-height: 29px;
     letter-spacing: -0.05px;
     padding:0px 23px;
     font-family:demibold;
     cursor:pointer;
     position:relative;
     background: none;
     border: none;
}
 #SBFilterBtns input:after:hover, #SBFilterBtns input.active:after{
     position:absolute;
     width: 20px;
     height: 2px;
     right: 0;
     bottom: 0;
     background-color: #ab218e;
     content: '';
}
 .kidumImg {
    width:100%
}
/* adviser */
 .adviserWr {
    background: #020e2e;
     padding-top:60px;
}
 .adviser {
    margin:0 auto;
     max-width: 1040px;
     width:calc(100% - 160px);
    overflow: hidden;
     position:relative;
     border-radius:15px;
    display: grid;
     grid-template-columns: auto 1fr;
     align-items: center;
     padding: 50px;
}
 .mainInfo {
     padding-left: 90px;
     border-left: 1px #ffffff66 solid;
}
 .mainInfo_inner, .mainTxt_inner{
     max-width:340px;
     margin:auto;
}
 .mainTxt {
     padding-right: 90px;
}
 .mainInfo img {
     border-radius: 50%;
     width:230px;
}
 .mainInfo h2{
    color:#ffe500;
}
 .mainInfo h3, .mainInfo h4 {
    margin:0;
     color:#fff;
     line-height:1
}
 .mainInfo h2 {
     font-size: 46px;
     line-height:45px;
     font-family: almoniDL500;
     margin:15px 0 5px;
     font-weight:normal;
}
 .mainInfo h3, .mainInfo p {
    font-size:24px;
     font-family: 'almoniDL400';
     margin:0 0 4px;
     font-weight: normal;
     text-align:center;
}
 .mainInfo .credit{
     font-size: 14px;
    color: #fff;
    text-align: center;
 }
 .mainInfo h4 {
    font-size:16px;
     font-family: 'almoniDL400';
}
 .mainTxt p {
     font-weight:normal;
     line-height: 28px;
     font-size:22px;
     text-align: right;
     color: #fff;
     font-family: 'almoniDL400';
     margin:0
}
/* end adviser*/
 .mainTxt h3 {
     color: #ffe500;
     font-family: 'demibold';
     font-size: 24px;
     text-align: right;
     margin: 20px 0 5px 0;
}
 .divSBArtContainer {
     width:calc(100% - 54px);
     margin:0 auto 54px;
     max-width: 1268px;
     display: grid;
     grid-template-columns: repeat(auto-fill, 325px);
     justify-content: space-evenly;
     grid-gap: 40px;
}
 .item {
     display: inline-block;
     max-width: 400px;
     border-radius:10px;
     margin-bottom: 0;
     padding-bottom: 0;
     border: 1px #e0e0e0 solid;
}
 .item:nth-of-type(3) {
    margin-left:0
}
 .item img {
     width: 100%;
     height: auto;
     border-radius: 10px 10px 0 0;
     display: block;
}
 .SBArtMadorTitle {
     text-align:left;
     font-size: 32px;
     font-family: 'almoniTzar500';
     line-height: 1.47;
     letter-spacing: -0.09px;
     color: #5c6769;
     width: calc(100% - 54px);
     margin: 0 auto 42px;
     max-width: 1268px;
}
 .SBArtLogo {
    position: relative;
     top: 45px;
}
 .divSBArtContainer .item .title a:visited {
     color:#484848;
}
 .divSBArtContainer .item .title a:hover, .divSBArtContainer .box_text a:hover {
     color:#004f9f!important
}
 
 .item h2, .item h4 {
     font-size: 20px;
     font-family: 'demibold';
     line-height: 24px;
     color: #6e5663;
     margin:20px auto 0;
     width: calc(100% - 40px);
     min-height: 82px;
     text-align:center;
}
 .hWr4 {
    width: calc(100% - 40px);
     margin:0 auto 16px;
     text-align:center;
}
    .author {
        color: #8c8c8c;
         font-family: 'almoniDL400';
        font-size: 14px;
         display: inline-block;
        white-space: nowrap;
        margin-left:2px;
    }

    .datetime {
        color: #989898;
        font-size: 14px;
        display: inline-block;
        font-family: 'almoniDL400';
    }
      .datetime:before {
    content: "|";
    margin: 0 16px;
    color: #cbb;
    font-family: 'almoniTzar300';
}
 #SBAllArt {
     margin:75px auto 130px;
     display:block;
     font-family: AlmoniDL400;
     font-size: 18px;
     border:1px #e61e28 solid;
     letter-spacing: -0.3px;
     padding:4px 25px;
     background-color:#fff !important;
     color:#e61e28;
     width:100px;
     cursor:pointer;
     grid-column: 1 / -1;
}
 #SBAllArt:after {
     border: solid #e61e28;
     border-width: 0 2px 2px 0;
     margin-right: 6px;
     display: inline-block;
     padding: 3px;
     content:'';
     position: relative;
     top: -1px;
     transform: rotate(135deg);
     -webkit-transform: rotate(135deg);
}
 #SBAllArt:hover:after {
    border: solid #fff;
     border-width: 0 2px 2px 0;
}
 .lnkReg2 {
    width:auto;
     margin-bottom:50px;
     padding: 10px 100px;
}
 #SBAllArt:hover,.hpSB .lnkReg:hover {
     background-color: #fff;
     color:#0b1742
}
 #SBFooter {
     background:#ededf1;
     margin-top: 100px;
     overflow: hidden;
     padding: 15px 30px;
     display: flex;
     justify-content: space-between;
     align-items: baseline;
}
 #SBFooter p, #SBFooter a{
     font-family: AlmoniDL400;
     font-size: 16px;
     line-height:23px;
     text-align: right;
     color: #3e3e3e;
}
 .hh{
     animation:animatezoom1 .7s forwards;
}
 .cc{
     animation:animatezoom2 .7s forwards;
}
 .tagiotSection {
     font-family: 'demibold';
     margin-bottom: 25px;
     display:none;
}
 .tagiotSection p {
     color: #6e5663;
     font-size: 20px;
     display: inline-block;
     direction: ltr;
     margin:10px;
}
 .feed_subject{
     color: #a22165;
     font-size: 16px;
     border: 1px solid #a22165;
     border-radius: 20px;
     padding: 8px 16px;
     margin: 10px;
     display: inline-block;
     cursor:pointer;
     transition:background ease-in 0.2s;
}
 .feed_subject.feed_added, .feed_subject:hover {
     background: #a22165;
     color: #fff;
}
 .form-label select {
     text-indent:0;
     padding-right:14px
}
 .form-label input:valid ~ label, .form-label input:focus ~ label, .form-label textarea:valid ~ label, .form-label textarea:focus ~ label {
     background: #ffe500;
     transform: translate3d(0,-34px,0);
}
 .form-label input[type="text"], .form-label input[type="password"], .form-label input[type="tel"], .form-label input[type="email"], .form-label select{
    -webkit-box-shadow:none !important;
}
 #SBSendMailContainer > div > div:nth-child(5), #SBSendMailContainer > div > div:nth-child(8){
     margin-left:0;
}
/* takanon */
 #SBTakanon {
    width:80%;
     margin:0 auto;
    text-align:right;
     width: 62%;
     margin: 0 auto;
     text-align: right;
     margin-right: 354px;
     max-width: 592px;
     padding-top:100px;
}
 #SBTakanon h1 {
     font-size: 64px;
     margin-right: 25px;
     margin-bottom:32px;
     font-family: almoniTzar400;
     font-weight: normal;
     margin: 0;
     color: #1a1a1a;
     letter-spacing: -0.18px;
     line-height: 64px;
}
 #SBTakanon ol li {
     text-align:right;
     font-family: OpenSansHebrew;
     font-size: 18px;
     line-height: 28px;
     letter-spacing: -0.09px;
     color: #555;
     margin-bottom: 14px;
}
 #SBTakanon p {
     text-align:right;
     font-family: OpenSansHebrew;
     font-size: 18px;
     line-height: 28px;
     letter-spacing: -0.09px;
     color: #555;
     margin-bottom: 14px;
}
 #SBTakanon p a {
    color:#a41c65 ;
     border-bottom:1px #a41c65 solid;
     word-break: break-word;
}
/* article */
 #p2048 header {
    max-width:1280px
}
 #p2048 .socialIconsArt a {
    background-color:#0b1742;
}
 #p2048 .socialIconsArt a:hover {
    background-color:#ffe8ee
}
 #p2048 .wr_item h3 {
     color:#000
}
 #p2048 .wr_item h3:hover, #p2048 .item50pr .wr_item h2:hover {
    color:#f44336
}
 #p2048 {
    background:#f2f2f5;
}
 #p2048 .divSBArtContainer {
     grid-template-columns: repeat(2, 1fr);
     margin:0;
     width: 100%;
}
 #p2048 #divSBArt2 {
    max-width: 1010px;
     position:relative;
     z-index:111111
}
 #p2048 #divSBArt2 .item {
     max-width: 490px;
}
 #p2048 #divSBArt2 .item h2 {
     text-align: right;
     font-size: 32px;
     font-family: 'almoniTzar400';
     line-height: 32px;
     font-weight:normal
}
 #p2048 #divSBArtTitle {
    margin-bottom:16px;
     overflow:hidden
}
 #p2048 #divSBArtTitle .SBArtMadorTitle1 {
     font-size: 54px;
     font-family: 'almoniTzar700';
     line-height: 1;
     letter-spacing: -0.18px;
     text-align: right;
     color: #0b1742;
     float:right;
}
 #p2048 #divSBArtTitle .SBArtMadorTitle2 {
     font-size: 26px;
    font-family: 'almoniTzar400';
     line-height: 1;
     letter-spacing: -0.07px;
     float:left;
     text-align: right;
     color: #66605b;
     margin: 22px 0 0 0;
}
 #p2048 #divSBArtTitle .SBArtLogo {
     position:static;
    float:left
}
 #p2048 #divSBArtTitle .SBArtLogo img {
     width: 150px;
     margin-top: 20px;
}
.articleInner {
    background: url(https://res.cloudinary.com/globes/image/upload/v1612705429/Digital/elbit/hero_iaelz0.png) center center;
    height: 600px;
    background-size: 101%;
}

element.style {
}
:not(#F_Content ul), :not(#F_Content li) {
    list-style: none;
}
.veidaWr.article .section_content {
    max-width: 700px;
    width: 100%;
    margin: 0px auto 100px;
    text-align: right;
    position:relative;
}
.articleInner img {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 60px auto 0;
    height: auto;
    z-index:1;
}
p.credit {
    z-index: 1;
    position: relative;
    max-width: 1280px;
    text-align: right;
    margin: auto;
    font-size: 14px;
    font-family: 'almoniDL400';
    color: #020e2e;
}
.article_header {
    background: #ffe500;
    color: #004f9f;
    padding:150px 0 50px;
    position:relative;
}
.article_title {
    font-size: 56px;
    font-family: 'almoniTzar700';
    max-width: 900px;
    margin: 0 auto 30px;
    line-height:1;
}
.article_subTitle {
    font-size: 20px;
    font-family: 'demibold';
    max-width: 800px;
    margin:0 auto;
    line-height: 1.2;
}
.authorArticle {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: auto auto;
    grid-gap: 14px;
}
.author_name {
    font-family: 'almoniDL700';
    color: #353c4c;
    font-size: 18px;
    margin-left: 20px;
}
.section_content .date {
    color: #5a5a5a;
    font-size: 18px;
    margin: 0;
    font-family: 'almoniDL400';
}
.author_title {
    grid-column: 3 span;
    align-self: start;
      color: #353c4c;
    font-size: 16px;
    font-family: 'almoniDL400';
}
.sbTitle h2.title {
    text-align: center;
    font-size: 56px;
    font-family: almoniTzar700;
    margin: 0 0 30px;
    color: #004f9f;
}
.article_info {
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: 1px #e5e2e0 solid;
    border-top: 1px #e5e2e0 solid;
    margin: 25px 0px;
}
.veidaWr.article .socialLinks {
    margin: 0;
    display: flex;
    justify-content: space-between;
   position: absolute;
    flex-direction: column;
    top: 0;
    right: -100px;
}
.veidaWr {
    position: relative;
    background: #f2f2f5;
}
.article_text p strong {
    font-size: 28px;
    font-family: 'almoniTzar700';
    color: #353c4c;
}
.article_text p strong a{
     font-size:18px;
     color: #484848;
    font-family: OpenSansHebrew;
}
.article_text  p {
    line-height: 28px;
    font-size: 18px;
    color: #484848;
    font-family: OpenSansHebrew;
    margin: 0 0 20px;
}
.section_articles {
    max-width: 1400px;
    margin: 0 auto 50px;
}
.meetings {
    max-width: 1400px;
   display: flex;
    justify-content: center;
     width: calc(100% - 36px);
        margin:auto;
       gap:30px;
}
.section_articles .meetings .meet {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px #e9e2de solid;
    display: flex;
    flex-direction: column;
    flex: 0 0 350px;

}
.section_articles .meetings .meet .title {
    text-align: center;
    letter-spacing: -0.06px;
    font-size: 20px;
    font-family: demibold;
    margin-bottom: 32px;
    padding: 14px 23px 0;
}
.title a{
     color:#0b1742;
}
 .title a:hover{
    color:#004f9f;
}
.section_articles .meet_info {
    display: flex;
    margin-top: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-family: 'almoniDL400'
}
.section_articles .meet_info .autor {
    border-left: 1px solid #8c8c8c;
    padding-left: 15px;
}
.section_articles .meet_info span {
    margin: 0 10px;
    color: #8c8c8c;
    font-size: 14px;
}
.meetings .meet img {
    width: 100%;
    height: auto;
}
.article .socialLinks a {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom:20px;
}
.article .socialLinks .facebook{
    background:url(https://res.cloudinary.com/globes/image/upload/v1612958288/Digital/elbit/share-facebook_glkrtr.svg) no-repeat 0 0;
}
.article .socialLinks .mail{
     background:url(https://res.cloudinary.com/globes/image/upload/v1612958288/Digital/elbit/share-mail_on1643.svg) no-repeat 0 0;
}
.article .socialLinks .twitter{
     background:url(https://res.cloudinary.com/globes/image/upload/v1612958288/Digital/elbit/share-twitter_bk4zlv.svg) no-repeat 0 0;
}
.article .socialLinks .whatsap{
     background:url(https://res.cloudinary.com/globes/image/upload/v1612958288/Digital/elbit/share-whatsapp_dv1kf3.svg) no-repeat 0 0;
}
.article .socialLinks .linkedin{
     background:url(https://res.cloudinary.com/globes/image/upload/v1612960610/Digital/elbit/share-linkedin_ap1l82.svg) no-repeat 0 0;
}
.article .socialLinks .facebook:hover{
    background:url(https://res.cloudinary.com/globes/image/upload/v1612958288/Digital/elbit/share-facebook-hover_nyiw6h.svg) no-repeat 0 0;
}
.article .socialLinks .mail:hover{
     background:url(https://res.cloudinary.com/globes/image/upload/v1612958290/Digital/elbit/share-mail-hover_ihcsfe.svg) no-repeat 0 0;
}
.article .socialLinks .twitter:hover{
     background:url(https://res.cloudinary.com/globes/image/upload/v1612958290/Digital/elbit/share-twitter-hover_wbzhdt.svg) no-repeat 0 0;
}
.article .socialLinks .whatsap:hover{
     background:url(https://res.cloudinary.com/globes/image/upload/v1612958288/Digital/elbit/share-whatsapp-hover_ntt7zz.svg) no-repeat 0 0;
}
.article .socialLinks .linkedin:hover{
     background:url(https://res.cloudinary.com/globes/image/upload/v1612960612/Digital/elbit/share-linkedin-hover_mxruys.svg) no-repeat 0 0;
}
 #divFooter {
     background:#fff 
}
 #divFooter > div:after {
     color:#000
}
 @keyframes animatezoom1{
    from{
        transform:scale(1)
    }
     to{
        transform:scale(0)
    }
}
 @keyframes animatezoom2{
    from{
        transform:scale(0)
    }
     to{
        transform:scale(1)
    }
}
 @media only screen and (max-width: 1550px) {
     .hpSB .lnkReg {
        display:none
    }
     .hpSB h2 {
        margin-left:40px
    }
}
 @media only screen and (max-width: 1500px) {
}
 @media only screen and (max-width: 1300px) {
     .hpSB .lnkSB {
        margin-left:30px 
    }
}
 @media screen and (max-width: 1240px) {
     .hpSB .globesLink {
         background: url(https://res.cloudinary.com/globes/image/upload/v1612707034/Digital/elbit/logo_hbu8mc.svg) no-repeat 0 0;
         width: 24px;
         height: 24px;
    }
     #SBInStaffItem img {
        width:98%
    }
     #p2048 #divSBArt2 {
         width: 98%;
         margin: 0 auto;
    }
     .form__section .container {
         background-position: 0 center;
    }
     .desc {
         font-size: 28px;
    }
     #SBTakanon {
         width: 80% !important;
         margin: 0 auto !important;
    }
}
 @media screen and (max-width: 1100px) {
     .mainInfo .socialLinks a {
         margin:0 10px
    }
     .hpSB .lnkSB {
        font-size: 15px;
        margin-left: 24px;
    }
     .mainTxt p {
         font-weight: normal;
         line-height: 22px;
         font-size: 18px;
    }
     .odot {
         padding: 20px 20px 60px;
    }
     .odot:after, .article_header:after{
         content:url(https://res.cloudinary.com/globes/image/upload/v1612786419/Digital/elbit/stroke-5-copy_1_dbv7xw.svg);
         left: -15px;
         bottom: -30px;
    }
      .form__section:before {
         content: url(https://res.cloudinary.com/globes/image/upload/v1612786431/Digital/elbit/stroke-7_1_evhn8x.svg);
         right: -10px;
         top: -35px;
    }
.divSBArtContainer {
    grid-template-columns: repeat(auto-fill, 303px);
    grid-gap: 30px;
}
}
@media screen and (max-width: 900px) {
    #SBTopLinks {
    width: auto;
    margin-right: 0;
}
}
 @media screen and (max-width: 790px) {
     .hpSB {
         height: 135px;
         flex-direction:column;
         align-items:baseline;
          padding: 15px 0 0;
          width: 100%;
         top:0;
    }
     .hpSB .imgShare {
         position: absolute;
         left: 18px;
         top: 15px;
    }
     #dvRSB {
         width: 100%;
         background: #0b1742;
         margin-top: -5px;
         justify-content: center;
         border-top: 1px solid #004f9f;
    }
     .hpSB .del{
         height:21px;
    }
     #dvRSB .noMobile {
         display: none;
    }
     .hpSB .l {
         font-family: AlmoniDL400;
         margin: 0 auto;
         font-size: 16px;
         color: #000;
    }
     header.sticked .l{
         display:none;
    }
     #logos, #SBTopLinks {
    width: calc(100% - 36px);
    margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
    header.sticked {
        height: 83px;
    }

    .divSBTitle::before {
        width: calc(100% - 40px);
        right: 20px;
    }

    .divSBTitle h2 {
        font-size: 35px;
        line-height: 36px;
        padding: 0 15px;
    }

    .form__section .container {
        background-image: none;
    }

    .form_msg h4 {
        font-size: 36px;
    }

    .form_msg p {
        font-size: 19px;
    }

    #divSBInstruction {
        display: block;
        margin-bottom: 30px;
    }

    #SBFooter div {
        float: none !important;
        margin: 0 !important;
    }

        #SBFooter div:nth-child(1) {
            font-size: 20px;
            text-align: center;
        }

        #SBFooter div:nth-child(2) a {
            font-size: 16px;
            margin: 0 10px;
        }

    .btn_submit {
        flex: 1 1 100%;
        position: initial;
        font-size: 22px;
        height: 48px;
    }

    .form_row {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    hpSB .lnkSB:hover::after, .hpSB .lnkSB.active:after {
        bottom: 0;
        right: 0;
    }

    .form-boxes {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .form-label {
        margin-bottom: 16px;
    }

    .lnkReg {
        display: none;
    }

    .sponser {
        justify-content: center;
        position: inherit;
        margin: 10px 0 0 0;
        font-size: 12px;
    }

        .sponser img {
            width: 93px;
        }

    .form__section .container {
        padding: 40px 20px;
        margin: 3px;
        border-radius: 10px;
    }

    .form-label {
        width: 45% !important;
    }

    .hpSB .lnkSB {
        font-size: 16px;
        margin-left: 0;
    }

    .form_terms {
        text-align: right;
        color: #3e3e3e;
        font-size: 16px;
        line-height: 23px;
        font-family: 'almoniDL400';
    }

    .odot {
        padding: 20px 20px 80px;
    }

        .odot p, .desc p {
            font-size: 18px;
            line-height: 27px;
            text-align: right;
        }

    #SBInStaffItem img {
        max-width: 375px;
    }

    #divSBInstruction div {
        width: calc(100% - 60px);
        margin: 0 auto 50px;
        display: flex;
        border-bottom: 1px solid #004f9f;
        padding-bottom: 30px;
    }

    #SBFilterBtns::after {
        display: none;
        content: url(https://res.cloudinary.com/globes/image/upload/v1612805274/Digital/elbit/stroke-7-copy_oilr2w.svg);
    }

    .process:after {
        content: url(https://res.cloudinary.com/globes/image/upload/v1612800878/Digital/elbit/stroke-11_nnfutk.svg);
        right: -10px;
        top: 150px;
        bottom: auto;
    }

    #SBFilterData:after {
        content: url(https://res.cloudinary.com/globes/image/upload/v1612800891/Digital/elbit/stroke-5-copy_2_ukblbl.svg);
        left: -20px;
        bottom: 255px;
    }

    #SBFilterData:before {
        content: url(https://res.cloudinary.com/globes/image/upload/v1612800876/Digital/elbit/stroke-11-copy_ttiqqq.svg);
        right: -16px;
        top: 9%;
    }

    #divSBInstruction > div:nth-child(4) {
        margin: 0 auto;
    }

    #divSBInstruction div:after {
        content: none;
    }

    #divSBInstruction div:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-left: 1px solid;
        border-top: 1px solid;
        border-bottom: 0px solid #0000;
        transform: rotate(225deg);
        left: 50%;
        bottom: -6px;
        background: #f2f2f5;
        color: #004f9f;
    }

    #divSBInstruction > div:nth-child(4) {
        border-bottom: none;
    }

        #divSBInstruction > div:nth-child(4):before {
            content: none;
        }

    #divSBInstruction p {
        text-align: right;
        font-size: 18px;
        margin: 20px 25px 0 0;
        line-height: 20px;
        max-width: 190px;
    }

    #divSBInstruction div > span img {
        border-radius: 50%;
        width: 90px;
        height: 90px;
    }

    .process {
        padding: 40px 0 20px;
        position: relative;
    }

    #SBTopLinks {
        display: block;
        height: auto;
        overflow: auto;
        background: #0b1742;
        top: -10px;
        right: 0;
    }

        #SBTopLinks .table {
            display: flex;
            width: 100%;
            justify-content: space-between;
        }

            #SBTopLinks .table a {
                white-space: nowrap;
                vertical-align: middle;
                text-align: center;
                padding: 0;
            }

    #kidumSB {
        margin-top: 112px;
        padding-top: 0;
    }

    .hpSB .project_logo {
        display: inline-block;
    }

    .linkTo{
        position:initial;
        display: block;
    margin: 10px 0;
    }
    /* end header */
     .form {
         padding-bottom: 60px;
    }
     .form_desc{
         font-size:18px;
         line-height:24px;
         text-align:right;
         margin-top:0;
         margin-bottom: 20px;
    }
     #user_name {
         margin-left: 0;
    }
     #user_name, #user_email {
         flex: 1 1 100%;
    }
     .msg-success {
         font-size:40px;
         text-align:center;
         padding:0 0 100px;
    }
     #Tagiut_Tohen a {
         margin-left: 40px;
         font-size: 18px;
         line-height: 30px;
    }
     #Tagiut_Tohen span:before {
         width:30px;
         height:30px;
    }
     .bgImg {
         background-size: contain;
         background-position: center;
    }
     .mainInfo h2 {
         font-size: 35px;
         line-height: 45px;
    }
     .mainInfo h3, .mainInfo p {
         font-size: 20px;
         margin: 0;
         font-weight: normal;
    }
     .mainInfo img {
         width: 200px;
    }
     .mainTxt {
        border:0;
        padding: 35px 0 0 0;
         max-width: 340px;
    }
     .mainTxt p {
        font-size: 19px;
         line-height: 24px;
         font-family: 'almoniDL400' letter-spacing: -0.05px;
    }
     .mainTxt h3{
        font-size:19px;
    }
     .mainInfo {
         border-left:0;
         padding-left: 0;
         width: 100%;
    }
     .adviserWr {
         padding-top: 155px;
    }
     .adviser {
         grid-template-columns: 1fr;
         padding: 35px 25px;
         width:calc(100% - 50px);
         border-radius:0;
         justify-items: center;
    }
     .article_text {
    width: calc(100% - 36px);
    margin: 0 auto;
}
}
 @media screen and (max-width: 480px) {
     #p2048.article .ItemMain {
        margin-top: 140px;
    }
     [type="button"] {
         -webkit-appearance: none;
    }
     .SBCoach p {
        text-align:right;
    }
     .divSBTitle h2 {
         padding: 0px 5px;
         margin: 20px 0;
    }
     .divSBTitle::before {
         width: calc(100% - 20px);
         right: 10px;
    }
     .form_desc #chkSBAgree {
        margin-bottom:122px
    }
     #p2048 #divSBArt2 .item h2 {
        font-size:22px;
         letter-spacing: -0.06px;
        color: #1a1a1a;
         line-height: 24px;
         font-family:demibold;
         width: calc(100% - 30px);
    }
     #p2048 #divSBArt2 .hWr4 {
        width: calc(100% - 30px);
         text-align: right;
    }
     #p2048 #divSBArt2 {
         width:calc(100% - 44px);
        margin: 0 auto;
    }
     #p2048 #divSBArtTitle .SBArtMadorTitle1 {
         font-size:40px;
         display: inline-block;
         float:none
    }
     #p2048 #divSBArtTitle .SBArtMadorTitle2 {
         font-size:20px;
         display: inline-block;
         float:none
    }
     #p2048 #divSBArtTitle .SBArtLogo {
         float:none
    }
     #p2048 #divSBArtTitle .SBArtLogo img {
        margin-bottom: 9px;
    }
     .tagiotSection p{
        display:block;
    }
     .SBArtLogo {
        position:static;
    }
     .SBArtLogo img {
        width:84%
    }
     .SBArtMadorTitle {
         font-size: 20px;
         margin: 8px auto 16px;
         text-align: center;
         line-height: 26px;
    }
     .hpSB h2 {
         width:auto
    }
     
     #SBTakanon {
        margin-top: 100px !important;
    }
     #SBTakanon h1 {
        font-size: 45px;
         line-height: 45px;
    }
     #SBAllArt {
         margin: 25px auto 50px;
    }
     #btnRegStaff {
        margin-bottom:40px
    }
     header.sticked {
         overflow:hidden;
         height: 85px;
    }
     .form__section .form-label {
         width:100% !important;
        max-width:100%;
         margin-left:0 
    }
     .desc{
        font-size:22px;
         letter-spacing: -0.06px;
         margin: 40px 30px 30px;
    }
     .desc.article{
         margin: 0 30px 20px 30px;
    }
     .desc p {
        margin:0
    }
     #SBFilterBtns input {
         margin: 0 10px 24px;
         width: 40%;
    }
     #SBFilterBtns {
        margin-bottom:-10px
    }
     #SBFilterData {
        grid-template-columns: 100%;
         grid-gap: 20px;
    }
     .mobile, .mobile + p {
        display:inline-block;
         text-align: right;
    }
     .mobile, .SBCoach p {
         font-size: 17px;
         line-height: 23px;
         font-family: 'demibold';
         margin: 0;
         color: #484848;
         text-align:right;
    }
     .SBCoach {
         display: grid;
         grid-template-columns: 80px 1fr;
         grid-template-rows: auto auto 35px;
         padding: 15px;
         grid-gap: 0 15px;
    }
     .SBCoach img {
         width:75px;
         height:75px;
         grid-row:2 span;
    }
     .SBCoach .link{
         grid-column: 2 span;
         font-size: 16px;
         line-height: 35px;
         color: #004f9f;
         border: 1px solid #004f9f;
         border-radius: 35px;
         font-family: demibold;
         text-align:center;
    }
     .SBCoach:hover .moreInfoCoach{
         display:none;
    }
     .SBCoach h4 {
        text-align:right;
         line-height:20px;
         align-self: center;
    }
     #divSBArt2 {
        margin-bottom:54px
    }
     .divSBArtContainer {
        display:block;
         width: calc(100% - 34px);
    }
     .divSBArtContainer .item {
         margin: 0 auto 30px;
    }
     .divSBArtContainer .item h2 {
         letter-spacing: -0.06px;
         text-align: center;
         color: #1a1a1a;
    }
     .hWr4 {
        text-align:center
    }

     #divSBBanner1 {
        width:100%;
         height:auto;
         margin: 0px auto 20px
    }
     .divSBTitle {
         font-size:40px;
         line-height:40px
    }
     .form_title {
         max-width:100%;
         margin: 0 auto;
        font-size:40px;
         line-height:40px;
         text-align: center !important;
    }
     .hpSB .del1 {
         display:block;
         opacity: 1;
         top: 22px;
         height: 16px;
         border: solid 1px #d4d4d4;
    }
     #SBInStaffItem {
        margin: 0px auto;
         border-left: 0;
         border-right: 0;
    }
     #SBInStaffItem h2, #SBInStaffItem a {
         float:none !important;
         text-align:center !important;
         display: inline-block;
    }
     #SBInStaffItem h2 {
        margin:20px 0 0 0 
    }
     #SBInStaffItem a {
        margin:20px 0 !important;
    }
     .btn_submit, #btnRegStaff, .lnkReg2, #SBAllArt {
         width: calc(100% - 54px);
    }
     #SBAllArt {
         padding:5px 0
    }
     .SBArtLogo img {
        width:84%
    }
     #SBFooter {
         margin-top: 40px !important;
    }
     #SBFooter p {
         margin: 0;
    }
     .form {
         padding-bottom: 25px;
    }
    .form-label input[type="text"], .form-label input[type="password"], .form-label input[type="tel"], .form-label input[type="email"], .form-label select, #user_msg {
        background-color: #fff !important;
    }
    .articleInner img {
        position:initial;
        margin-top: 150px;
    }
    .articleInner {
        background: none;
        height: auto;
    }
    .article_header {
        padding: 30px 0 50px;
    }
    .article_title {
        font-size: 36px;
        width:calc(100% - 36px);
    }
    .article_subTitle {
        font-size: 18px;
         width:calc(100% - 36px);
    }
    .article_header {
    margin-top: -5px;
}
    .article_header:after{
        content:none;
    }
    .article_info{
        width:calc(100% - 36px);
        margin:15px  auto;
    }
    .veidaWr.article .socialLinks {
    position: initial;
    flex-direction: row;
    width: calc(100% - 60px);
    margin:0 auto 40px;

}
    .sbTitle h2.title {
        font-size: 36px;
    }
    .meetings {

        grid-template-columns: 1fr;
    }
    .article_text p img{
        width:100%; 
        height:auto;
    }
}
 @media screen and (max-width: 320px) {
     .hpSB h2 {
        width:72%
    }
     .form_desc #chkSBAgree {
         margin-bottom: 190px;
    }
     .mainInfo .socialLinks a {
        margin:0 10px;
    }
}
