/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@import url("//fonts.cdnfonts.com/css/aktiv-grotesk-cd-trial");
/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
body {
    font-family: 'Aktiv Grotesk Trial', sans-serif;
    font-weight:400;
    font-size: 16px;
    color: #000000;
}
body.ar-ae {
    font-family: 'Aktiv Grotesk Trial', sans-serif;
}

.ar-ae .subscription-section {
    float: left;
    text-align: left;
}
.wrapper {
    width: 100%;
    max-width:1320px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
}
.check-subscription-link {
    padding-bottom: 8px;
    font-weight: 700;
    font-size: 14px;
    font-weight: normal!important;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: right;
}

.subscription-header, .export-header {
    font-weight: normal;
}

a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #f58220;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px ;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
	color: #f58220;
    text-decoration: none;
}
.main-heading {
    color: #000000 !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    text-transform: capitalize;
    font-size: 20px;

}
/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/

/* NEXT EVENT HEADER */

/* END OF PAGINATION */

/****************************************** END OF ALIGNMENT FOR CALENDAR ************************************************/
.time-line-item:hover {
    background-color: #f58220!important;
    color: #ffffff;
}
/*************************************************** BUTTONS *************************************************************/
.btn,
.btn-primary,
.btn-submit,
.btn-cancel,
.btn:focus,
.btn-primary:focus,
.btn-submit:focus,
.btn-cancel:focus {
    font-family: 'Aktiv Grotesk Trial', sans-serif;
    padding: 14px 20px;
    border: 0;
    font-weight: normal;
    height: auto;
    line-height: normal;
    color: #fff;
    background: #f58220;
    font-size: 16px;
    border-radius: 0;
    /* min-width: 120px; */
    text-transform: uppercase;
    transition: background 0.5s, color 0.5s, border 0.5s;
}
.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    background: #F8F8F8;
    color: #f58220;
    cursor: pointer;
}   
/************************************************ END OF BUTTONS *********************************************************/

/***************************************************** TABS **************************************************************/
body.body-rtl .tabs li {
    float: none !important;
}
.tabs-wrapper {
    margin: 1em 0 1.5em 0;
}
.tabs {
    background-color: transparent;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    height:auto;
    line-height: normal;
    float: none;
    text-align: center;
    font-size:0;
}
.ar-ae .tabs{
    text-align: center;
}
.tabs li {
    float: none;
    margin: -2.2px;
    display:inline-block;
}
.tabItem {
    height: auto;
    line-height: normal;
    padding-top: 0.6em !important;
    padding-right: 1.5em;
    padding-bottom: 0.8em !important;
    padding-left: 1.5em;
    margin-top: 0em;
    margin-right: 4px !important;
    margin-bottom: 0em;
    margin-left: 4px !important;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    background: #f2f2f2;
    border: 0;
    border-bottom: 0;
    border-top: 0;
    text-transform: uppercase;
    transition: none;
    font-size: 14px;
    color:#000000 !important;
    border-top: 0.08em solid #e0e0e0;
    border-right: 0.08em solid #e0e0e0;
    border-bottom: 0em solid #e0e0e0;
    border-left: 0.08em solid #e0e0e0;
    text-transform: capitalize;
    outline: none;
    position: relative;
    top: 0;
    left: 0em;
    transition: none !important;
   font-family: 'Aktiv Grotesk Trial', sans-serif;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 34.944px !important;
    text-transform: capitalize !important;
    padding: 0px !important;
    margin: 0px 24px !important;
}

.tabItem:hover {
    background: #f2f2f2;
    color: #797B75!important;
    border-top: 0.08em solid #e0e0e0;
    border-right: 0.08em solid #e0e0e0;
    border-bottom: 0em solid #e0e0e0;
    border-left: 0.08em solid #e0e0e0;
}

.tab-active {
    color: #fff !important;
    background: #005699;
    cursor: default;
}


/* YEAR BUTTONS */
.year-filter ul::before, .year-filter ul::after {
    box-sizing: border-box;
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 100%;
}
.year-filter ul {
    margin:1em 0;
}
.year-filter ul li {
    padding:0;
    margin-right: 13px;
    display:inline-block;
}
.year-filter ul li a {
    height: auto;
    font-size: 1em;
    line-height: normal;
    padding: 0.5em 1em !important;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    background: transparent;
    border: 0.04em solid #000000 !important;
    transition: background 0.5s;
    color: #4e4e4e;
    border-radius: 0;
    margin: 0;
}
.year-filter ul li a.selected {
    background: #000000;
    color: #fff;
}
/* END OF YEAR BUTTONS */
/* REQUIRED TO OVERWRITE MAIN CSS */
.en-gb .tabItem {
    text-transform: none;
    color: #43414A !important;
    font-weight: 700 !important;
}
.tabItem {
    text-transform: none;
    color: #43414A !important;
    font-weight: 700 !important;
}
/* END OF IT */
/************************************************** END OF TABS **********************************************************/

/********************************************* MODAL WINDOW CONTROLS *****************************************************/
.modal-title {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    color: #000000;
    font-family: inherit;
    padding-top: 0em;
    padding-bottom: 0;
}
.modal-header .close {
    margin-top: 0.1em;
    font-size: 1.5em;
    line-height: 0.25em;
}
li.type {
    width: 50%;
    padding: 0.5em 0;
	white-space: normal;
}
.checkbox-event-type {
    padding: 0;
}
label {
    vertical-align: text-top;
}
.modal-body {
    position: relative;
    padding: 1em;
}
.your-preference-title {
    text-align: center;
    padding: 0 0 1em 0;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: normal;
}
.your-preferences {
    background-color: transparent;
    box-sizing: border-box;
    border: 0em solid #000000;
    padding: 1em 0 1em 0;
}
.form input,
.form select {

    padding: 0 0.16em;
    box-sizing: border-box;
    font-size: 16px;
    color: #000000;
    font-family: inherit;
    outline: none;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px #cccccc solid;
    border-radius: 0px;
    height: 45px;

}

.ar-ae .form input,
.ar-ae .form select {

    font-size: 1em;
    padding: 0 0.16em;
    box-sizing: border-box;
    font-size: 16px;
    color: #000000;
    font-family: inherit;
    outline: none;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px #cccccc solid;
    border-radius: 0px;
    height: 45px;

}
.events-container {
    padding-top: 22px;
    clear: both;
    border-top: 0px solid #cccccc !important;
}
.form .lable {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.22em;
}
/***************************************** END OF MODAL WINDOW CONTROLS **************************************************/

/**************************************************** TOOLTIP ************************************************************/
.popup-date {
    line-height: normal;
}
.popup-event-name {
    line-height: normal;
    padding: 0.25em 0;
}
.etooltip {
    border: 0.08em solid #003E5C;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #fff;
    box-shadow: 0 0.08em 0.32em #003E5C;
    -moz-box-shadow: 0 0.08em 0.32em #000000;
    -webkit-box-shadow: 0 0.08em 0.32em #000000;
}
.etooltip .tip-arrow {
    background:transparent;
}
/************************************************* END OF TOOLTIP ********************************************************/
/*THIS IS REQUIRED*/
@media (max-width: 768px) and (min-width: 0) {
    body,
    .tabItem,
    .tab-active,
    .form input,
    .form select,
    .next-event
      {
        font-size: 16px;
    }
}
@media(max-width:640px) {
    li.type {
        width: 50%!important
    }
}

@media (max-width:320px) {
    .subscription-section .btn-subscribe-wrapper {
        float: none;
        width: 100% !important;
        padding-top: 0.5em !important;
        text-align: right;
    }
    .export-types {
        padding-bottom: inherit;
    }
}
.time-line-month-name {
    padding: 0px !important;
    height: 25px !important;
}
.headline-left .date-time {
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 5px;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 13px;
	direction: ltr;
}
.headline-left .event-name {
    color: #f58220 !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    font-weight: 400;
    font-family: inherit;
}
/*END*/
.events-container {
    padding-top: 22px;
    clear: both;
    border-top: 1px solid #cccccc ;
}
.tabs-wrapper {
    margin: 7px 0px -1px 0;
}

.year-filter ul li a {
    height: auto;
    font-size: 1em;
    line-height: normal;
    padding: 0 !important;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    background: transparent;
    border: 00em solid #000000 !important;
    transition: background 0.5s;
    background: transparent;
    color: #000000;
    font-weight: 700;
    border-radius: 0;
    margin: 0;
}
.eupagination>li>a, .eupagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #2C2E30;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0px !important;

}
.year-filter .selected {
    font-weight: 700;
    text-decoration: underline!important;
}
.eupagination>.active>a, .eupagination>.active>span, .eupagination>.active>a:hover, .eupagination>.active>span:hover, .eupagination>.active>a:focus, .eupagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #f58220;
    border-color: #f58220;
    
}
.eupagination>li:last-child>a, .eupagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
/* @media (min-width: 0px) and (max-width: 360px) {
    .tabs li {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        height: auto !important;
    }

    .tabs {
        line-height: auto !important;
        height: auto !important;
        border-bottom: solid 0px #d9d9d9;
        min-height: auto;
        text-align: center;
    }
} */
.ar-ae .tabs li {
    float: none;
    float: none;
 
    display: inline-block;
   
  
}

.check-subscription-link {

    font-weight: normal;
  
}

body.body-rtl  .subscription-section {
    float: left;
    text-align: left;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #f58220;

}

.eupagination>li:first-child>a, .eupagination>li:first-child>span {
    margin-left: 0;
    outline:
     none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.eupagination>li {
    display: inline;
    outline: none!important;
}


.eupagination>.disabled>span, .eupagination>.disabled>span:hover, .eupagination>.disabled>span:focus, .eupagination>.disabled>a, .eupagination>.disabled>a:hover, .eupagination>.disabled>a:focus {
    cursor: default;
    outline: none!important;
}



/*Modification*/

/*Arabic*/
.ar-ae .check-subscription-link {
    text-align: left;
}

.ar-ae .tabs {
    text-align: center;
}
/*Arabic End*/

   
.button-wrraper {
    text-align: center;
    padding: 16px 0 16px 1em;
}

.ar-ae .button-wrraper {
    text-align: left;
    padding: 16px 0 16px 11.2em;
}

/* @media (max-width: 580px) and (min-width: 0px){
.tabs li {
    display: inline-block;
    width: 70%;
    margin-bottom: 20px;
    text-align: center;
    height: auto !important;
    margin: 0;
    }
    .tabs{
    padding: 5px 0;
    }
    a.tabItem:before{
      display: none;
    }
    .tabItem{
    border: 0px;
    width: 80%;
    margin: 0 auto;
    border-top: 0.08em solid #e0e0e0;
    border-right: 0.08em solid #e0e0e0!important;
    border-bottom: 0.08em solid #e0e0e0;
    border-left: 0.08em solid #e0e0e0!important;
}
    .tab-active{
    border-bottom: 0;
    width: 80%;
    margin: 0 auto;
    }
    .button-wrraper {
    padding: 12px 0 0 0;
    }
    .ar-ae .button-wrraper {
    padding: 16px 0 16px 50px;
    }
    .tabItem:hover {
    background: #f2f2f2;
    color: #797B75!important;
    border-top: 0.08em solid #e0e0e0;
    border-right: 0.08em solid #e0e0e0;
    border-bottom: 0.08em solid #e0e0e0!important;
    }
    a.tabItem.second-heading.active.tab-active{
    border: 1px solid #e0e0e0!important;
    margin-bottom: 8px;
    }
} */

/*Iphone 580*/
/* @media (max-width:320px){
    .btn,
    .btn-primary,
    .btn-submit,
    .btn-cancel,
    .btn:focus,
    .btn-primary:focus,
    .btn-submit:focus,
    .btn-cancel:focus{
        min-width: 0!important;
    }
    .tabItem{
        border:0px;
        width: 82%;
    }
    .tab-active{
        border-bottom: 0;
        width: 81%;
        margin: 0 auto;
    }
    .button-wrraper {
      padding: 12px 0 0 0;
    }
    a.tabItem.second-heading {
    margin-bottom: 5px;
    }
} */

/*Modification*/
.filter-type ul li{
    padding-left: 0;    
}

.content-headline {
    margin-left: 0; 
    border-left: 0; 
    border-right: 0; 
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}

.content-headline .headline {
    padding: 0;
}

/* redesign */
.content-headline {
    margin-left: 21px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}

.box-border {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

* {
    outline: 0;
}

.expand-collapse>.exco-text {
    width: 20px;
    height: 25px;
}

.content-headline .headline {
    padding: 10px;
}

.content-headline.box-border {
    margin-left: 21px;
}

a.tabItem.second-heading.active.tab-active {
    font-size: 16px!important;
    font-weight: 700!important;
    text-align: center;
    color: #FFFFFF !important;
/*
    border-top: 0.08em solid #69696b;
    border-right: 0.08em solid #69696b;
    border-bottom: 0.08em solid #69696b;
    border-left: 0.08em solid #69696b;
*/
}

a.tabItem.second-heading {
    text-align: center;
}

body .hyperlink{
    color: #000000 !important;
}
body .hyperlink:hover{
    color: #0074a7!important;
}

body .cookies-box a {
    color: #000000  !important;
}
body .cookies-box a:hover{
    color: #0074a7!important;
}

.google-recapcha {
    display: none;
}

.form .label {
    width: 23%;
}

/*arabic*/
@media (max-width:470px){
.ar-ae a.tabItem.second-heading.active.tab-active {
    border-right: 0px solid #e0e0e0!important;
    border-left: 0;
    }
}

.events-scroller {
    margin-left: -9px;
}

@media (max-width:414px){
    .ar-ae .tabItem {
    border-right: 0;
    }
}

*{
    outline: 0;
}

@media (min-width: 768px){
.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    }
}

@media (min-width: 320px){
.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    }
}

@media (min-width: 414px){
.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    }
}

.tab-active {
    background-color: #FFF;
    color: #000000 !important;
}

a.tabItem.second-heading.active.tab-active:hover {
    background: #fff;
}

.tabs {
    border-bottom: 1px solid #e0e0e0;
}

.google-recapcha>div {
    display: none;
}

a.tabItem:before{
    content: " ";
    height: 1px;
    background: #626366;
    position: absolute;
    margin-top: 23px;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
a.tabItem:hover:before {
    transform: scaleX(1);
}

a.tabItem.second-heading.active.tab-active:before {
    transform: scaleX(1);
}

a.tabItem.second-heading:before {
    width: calc(100% - 45px);
}

/*
a.tabItem.second-heading.active.tab-active:before {
     width: 95px;
}
*/

.ar-ae a.tabItem.second-heading:before {
    width: calc(100% - 45px);
}

/* .ar-ae a[aria-controls=UpcomingEventsContainer]:before {
    width:calc(100% - 45px)!important;
} */
body.body-rtl .tabs {
    float: none !important;
}

*{
    outline: 0;
}

.btn:active, .btn.active {
    background-image: none!important;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

footer.footer {
    font-size: 14px;
}

.supply-by-box a {
    font-size: 14px !important;
}

body .cookies-box a {
    font-size: 14px !important;
}

a[aria-controls=UpcomingEventsContainer]:before {
    width: calc(100% - 45px)!important;
}

span.700-title {
    position: relative;
    top: 3px;
}

.subscribe-actions {
    margin-bottom: 16px;
}

@media (max-width:375px){
  
}

@media (max-width:520px){
.tabs {
    text-align: center!important;
    }
}

/* @media (max-width: 580px) {
    .tabs li {
        width: 80%;
    }
    .tabs {
        text-align: center !important;
    }
    
} */




/* LAST MOD */
.time-line-item:hover {
    background-color: #80a253 !important;
    color: #ffffff;
}

.btn, .btn-primary, .btn-submit, .btn-cancel, .btn:focus, .btn-primary:focus, .btn-submit:focus, .btn-cancel:focus {
    padding: 14.5px 20px;
    border: 0;
    font-weight: normal;
    height: auto;
    line-height: normal;
    color: #fff;
    background: #f58220;
    border: 1px solid #f58220;
    font-size: 16px;
    border-radius: 0;
    /* min-width: 120px; */
    text-transform: uppercase;
    transition: background 0.5s, color 0.5s, border 0.5s;
}
.btn, .btn-primary {
    color: #000000 !important;
    background: #FFFFFF !important;
    border: 1px solid #000000 !important;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #80a253;
    color: #FFFFFF;
}
.btn:active, .btn-primary:active, .btn-submit:active, .btn-cancel:active, .btn:hover, .btn-primary:hover, .btn-submit:hover, .btn-cancel:hover {
    background: #FFFFFF !important;
    color: #80a253 !important;
    cursor: pointer;
    border: 1px solid #80a253 !important;
}
.tabs {
    border-bottom: 0px solid #e0e0e0;
}
.tabs{
    text-align: center;
}
.tabItem {
    height: auto;
    line-height: normal;
    padding-top: 13px !important;
    padding-right: 1.5em;
    padding-bottom: 13px !important;
    padding-left: 1.5em;
    margin-top: 0em;
    margin-right: 0px !important;
    margin-bottom: 0em;
    margin-left: 0px !important;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    background: #FFFFFF;
    border: 0;
    border-bottom: 0;
    border-top: 0;
    text-transform: uppercase;
    transition: none;
    font-size: 14px;
    color: #000000  !important;
    /* border-top: 0.08em solid #e0e0e0; */
    /* border-right: 0.08em solid #e0e0e0; */
    /* border-bottom: 0em solid #e0e0e0; */
    /* border-left: 0.08em solid #e0e0e0; */
    border: 1px solid #e0e0e0 !important;
    text-transform: capitalize;
    outline: none;
    position: relative;
    top: 0;
    left: 0em;
    transition: background 0.5s, color 0.5s, border 0.5s;
}
a.tabItem:before {
    content: " ";
    height: 0px;
    background: #626366;
    position: absolute;
    margin-top: 23px;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
.tabItem:hover {
    background: #f58220 !important;
    color: #FFFFFF !important;
    /* border: 1px solid #f58220 !important; */
}
.tab-active {
    background: #f58220 !important;
    color: #FFFFFF !important;
    border: 1px solid #f58220 !important;
}
.tabs li {
    float: none;
    margin: 0px !important;
    display: inline-block;
}
.eupagination>.active>a, .eupagination>.active>span, .eupagination>.active>a:hover, .eupagination>.active>span:hover, .eupagination>.active>a:focus, .eupagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #f58220;
    border-color: #f58220;
}
.eupagination>li>a:hover, .eupagination>li>span:hover, .eupagination>li>a:focus, .eupagination>li>span:focus {
    color: #FFFFFF !important;
    background-color: #f58220;
    border: 1px solid #f58220 !important;
}
.eupagination>.disabled>span:hover, .eupagination>.disabled>a:hover {
    border: 1px solid #f58220 !important;
    color: #FFFFFF !important;
    background: #f58220 !important;
}
body .cookies-box a:hover {
    color: #80a253 !important;
    text-decoration: underline;
}
.ar-ae .tabs {
    text-align: center;
}

.btn, .btn-primary, .btn-submit, .btn-cancel, .btn:focus, .btn-primary:focus, .btn-submit:focus, .btn-cancel:focus {
    padding: 17.5px 20px;
    letter-spacing: 2px;
    border: 0;
    font-weight: 700;
    height: auto;
    line-height: normal;
    font-size: 12px !important;
    color: #fff;
    background: #f58220;
    border: 1px solid #f58220;
    font-size: 16px;
    border-radius: 0px;
    /* min-width: 120px; */
    text-transform: uppercase;
    transition: background 0.5s, color 0.5s, border 0.5s;
}
.ar-ae .btn, .ar-ae .btn-primary, .ar-ae .btn-submit, .ar-ae .btn-cancel, .ar-ae .btn:focus, .ar-ae .btn-primary:focus, .ar-ae .btn-submit:focus, .ar-ae .btn-cancel:focus {

    padding: 17px 20px;
    letter-spacing: 2px;
    border: 0;
    font-weight: 700;
    height: auto;
    line-height: normal;
    border: 1px solid #000000;
    font-size: 12px;
    border-radius: 0px;
    min-width: 87px;
    text-transform: uppercase;
    transition: background 0.5s, color 0.5s, border 0.5s;
}
.headline-right .event-type {
    color: #f58220;
}
/* @media screen and (max-width:580px){
    .tabItem {
        margin-bottom: 5px;
    }
}
@media screen and (max-width:580px){
    .tabItem {
        margin-bottom: 5px;
    }
} */

/* @media (max-width:479px) {
    #PastEventsContainer .attachments {
        margin-top: 0!important;
    }
    .button-wrraper {
        margin-top: 1em!important
    }
    .headline .headline-right {
        float: none;
        margin-top: 0.5em;
    }
} */

@media (max-width: 479px){
#PastEventsContainer .list-file-attachment {
    /* text-align: left; */
    text-align: right;
    margin-top: -34px;
}
.headline-left .event-name {
    width: 63%;
}

.headline-right .event-type {
    position: relative;
    top: -58px;
}
#PastEventsContainer .headline .headline-right {
    width: 100% !important;
    float: none;
    margin-top: 0px;
    height: 0px;
}
}
@media screen and (max-width:360px){
    .headline-left .event-name {
        width: 55%;
    }
}
.content-headline {
    margin-left: 0px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}

a:hover, a:active, .hyperline:active, .hyperlink:active, .check-subscription-link:hover {
    color: #80a253;
    text-decoration: none;
}
.time-line-item {
    padding-top: 5px;
    margin: -1px 0 0 -1px;
    border: solid 1px #e0e0e0;
    text-align: center;
}
@media (max-width: 320px){
.ar-ae .subscription-section .btn-subscribe-wrapper {
    float: none;
    width: 100% !important;
    padding-top: 0.5em !important;
    text-align: left;
}
}

/* 
CUSTOM CHECKBOX FC */

/* .checkbox-event-type li label .checkbox-checked + span:nth-child(2):before {
    content: "";
    position: absolute;
    left: -29px;
    top: -5px;
    width: 27px;
    height: 25px;
    background: transparent;
    padding-top: 0;
    padding-left: 0;
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/om-oqgn/fc22.png") !important;
    background-size: 100% 100%;
    display: inline-block;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

.checkbox-event-type li label span:nth-child(2):before {
    position: absolute;
    content: "";
    left: -29px;
    top: -5px;
    content: "";
    width: 27px;
    height: 25px;
    background: transparent;
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/om-oqgn/fc33.png") !important;
    background-size: 100% 100%;
    display: inline-block;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
} */

/* .period .radio + span:before {

    position: absolute;
    left: -8px;
    top: 17px;
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 30px;
    border: 1px solid #9d9d9c;
    background: #fff;
} */

/* .period .radio-checked + span:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 17px;
    width: 19px;
    font-size: 7px;
    height: 19px;
    background: transparent;
    padding-top: 2px;
    padding-left: 2px;
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/om-oqgn/fc44.png") !important;
    background-size: 100% 100%;
    display: inline-block;
} */

.checkbox-event-type li label span:nth-child(2) {
    position: relative;
    margin-left: 0px;
}

/* .checkbox {
    background: none;
} */

.preference-period {
    text-align: center;
}

/* span.radio {
    display: none;
} */

.checkbox-wrapper {
    overflow: inherit;
    line-height: 1.25em;
}

span.radio, span.checkbox, span.event-name, span.color-box {
    vertical-align: initial;
}

li.type {
    overflow-x: unset;
}

.period .radio + span {
    border-bottom: 4px solid transparent;
    padding: 1em 0em;
    display: inline-block;
}
.btn, .btn-primary, .btn-submit, .btn-cancel, .btn:focus, .btn-primary:focus, .btn-submit:focus, .btn-cancel:focus{
    font-family: inherit;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    margin: 0 !important;
    padding: 12.5px 30px !important;
    border: 1px solid #80a253 !important;
    background: #80a253 !important;
    border-radius: 0px !important;
    transition: background 0.5s, color 0.5s, border 0.5s !important;
    text-decoration: none !important;
    position: relative;
    font-family: 'Aktiv Grotesk Trial', sans-serif;
}
.btn:active, .btn-primary:active, .btn-submit:active, .btn-cancel:active, .btn:hover, .btn-primary:hover, .btn-submit:hover, .btn-cancel:hover{
    color: #FFFFFF;
    /* border: 1px solid transparent !important; */
    text-decoration: none;
    font-style: normal;
    z-index: 9;
    font-family: 'Aktiv Grotesk Trial', sans-serif;
}
.tabItem{
    height: auto !important;
    line-height: normal !important;
    padding: 14px 16px !important;
    margin-top: 0em !important;
    margin-right: 20px !important;
    margin-bottom: 1px !important;
    margin-left: 20px !important;
    border-radius: 0em !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-transform: none !important;
    color: #000000 !important;
    font-style: normal !important;
    text-decoration: none !important;
    border-top: 0em solid #FFFFFF !important;
    border-right: 0em solid #FFFFFF !important;
    border-bottom: 0em solid #FFFFFF !important;
    border-left: 0em solid #FFFFFF !important;
    transition: background 0.5s, color 0.5s, border 0s !important;
    position: relative;
    top: 0;
    left: 0em;
    border-bottom: 1px solid transparent !important;
}
a.tabItem.second-heading.active.tab-active {
    font-size: 16px !important;
    font-weight: 700!important;
    text-align: center;
    color: #f58220  !important;
    background: #FFFFFF !important;
    border: 0px solid !important;
}
.tabItem:hover{
    font-size: 16px!important;
    font-weight: 700!important;
    text-align: center;
    color: #f58220 !important;
    background: #FFFFFF !important;
    /* border: 0px solid !important; */
}
.tabItem:hover::before{
    content: "";
    width: 100% !important;
    height: 3px;
    position: absolute;
    top: 100%;
    left: 0%;
    margin-left: 0em;
    background: #79a149;
    border: 0px solid #f58220;
    transition: none !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
a.tabItem.second-heading.active.tab-active::before{
    content: "";
    width: 100% !important;
    height: 3px;
    position: absolute;
    top: 100%;
    left: 0%;
    margin-left: 0em;
    margin-top: 0px !IMPORTANT;
    background: #79a149;
    border: 0px solid #f58220;
    transition: none !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.events-container {
    margin-top: 10px;
}

.tabs {
    border-bottom: 0px solid #e7e7e7;
}

    /* arabic */

    body.body-rtl .tabs {
        float: none !important;
    }
    .ar-ae .tabs {
        text-align: center !important;
    }   

    /* .ar-ae .checkbox-event-type li label span:nth-child(2) {
        position: relative;
        margin-left: 0px;
    }
    .ar-ae .checkbox-event-type li label .checkbox-checked + span:nth-child(2):before {
        content: "";
    position: absolute;
    left: unset;
    top: -6px;
    width: 27px;
    height: 25px;
    background: transparent;
    padding-top: 0;
    padding-left: 0;
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/om-oqgn/fc22.png") !important;
    background-size: 100% 100%;
    display: inline-block;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    right: -28px;
    }
    .ar-ae .checkbox-event-type li label span:nth-child(2):before{
        position: absolute;
        content: "";
        left: unset;
        top: -6px;
        content: "";
        width: 27px;
        height: 25px;
        background: transparent;
        background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/om-oqgn/fc33.png") !important;
        background-size: 100% 100%;
        display: inline-block;
        image-rendering: auto;
        image-rendering: crisp-edges;
        image-rendering: pixelated;  
        right: -28px; 
    } */
/* @media screen and (max-width:675px){
    .checkbox-event-type li label span:nth-child(2) {
        position: relative;
        margin-left: 0px;
    }
} */
/* @media screen and (max-width:624px){
    .checkbox-event-type li label span:nth-child(2) {
        position: relative;
        margin-left: 26px;
    }
} */

/* 11-20 */
body.ar-ae .tabs{
    text-align: right;
}
.tabItem {
    transition: none !important;
   font-family: 'Aktiv Grotesk Trial', sans-serif;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    padding: 0px !important;
    margin: 0px 1px 0px 1px !important;
    height: auto;
    display: block;
    line-height: normal;
    min-width: 10em;
    padding-top: 1em !important;
    padding-right: 2em;
    padding-bottom: 1em !important;
    padding-left: 2em;
    margin-top: 0em;
    margin-right: 0.08em;
    margin-bottom: 0em;
    margin-left: 0.08em;
    border-radius: 0em 0em 0em 0em;
    font-family: inherit;
    font-weight: bold;
    font-size: 1.0em;
    text-transform: none;
    color: #43414A;
    font-style: normal;
    text-decoration: none;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background: #FFFFFF;
    transition: background 0.5s, color 0.5s, border 0.5s;
}
body.ar-ae .tabItem{
    margin: 0px 0px 0px 24px !important;
}
.ar-ae .tabs {
    text-align: center !important;
}
@media screen and (max-width:520px){
    .ar-ae .tabs {
        text-align: center !important;
    }
    body.ar-ae .tabItem {
        margin: 12px 24px 12px 24px !important;
    }
}
@media screen and (max-width:350px){

}
.main-heading {
    display: none;
}
.headline-right .event-type {
    color: #000000;
    font-weight: 500 !important;
}
.headline-left .date-time {
    color: #000000;
    font-size: 16px;
}
span.type-filter-name {
    color: #000000;
}
a#\32 {
    color: #000000;
}

.subscribe-content-wrapper .700-title {
    font-weight: 500;
}
@media screen and (max-width:408px){
    .event-type > span {
        display: none;
    }
}
@media screen and (max-width:353px){
    .tabItem {
        margin: 10px 24px !important;
    }
}
@media screen and (max-width:750px){

}
.filter-type ul li {
    padding: 2px 10px 2px 2px;
}
body.ar-ae .filter-type ul li, body.ku-arab-iq .filter-type ul li {
    float: right;
    padding: 2px 2px 2px 10px;
}
.year-filter ul li {
    margin-right: 0px;
}
@media screen and (max-width:479px){
    body.ar-ae .headline-right .event-type {
        display: none;
    }
    /* body.ar-ae  #PastEventsContainer .attachments {
        margin-top: -13px;
    }
    .item-attachment {
        margin-top: 0px;
    } */
    body.ar-ae .item-attachment a {
        margin-top: 31px;
    }
}
@media screen and (max-width:479px){
    .row-control {
        padding: 16px 0 16px 0;
    }
}
@media screen and (max-width:346px){
    body.ar-ae .period {
        margin-right: 0px !important;
    }
    body.ar-ae  .subscribe-content-wrapper .visibility-hidden .period {
        margin-right: 0px !important;
    }
}
@media screen and (max-width:325px){
    body.ar-ae  .checkbox-wrapper {
        margin-left: 4px;
    }
}
.tabs{
    position: relative;
}
.tabs::before{
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: -1;
    border-bottom: 1px solid #CCCCCC;
}
.color-dot-box .display-none {
    display: inline-block;
    width: 9px;
    height: 9px;
}
.color-dot-box .color-dot, .color-dot-box .color-shape {
    margin-right: -4px;
} 
div#UpcomingEventsContainer .content-headline {
    margin-left: 15px;
}
.expand-collapse>.exco-text {
    line-height: 26px;
    border: 1px solid #cccccc;
}
.expand-collapse.expand>.exco-text {
    border-right-color: #CCCCcc;
}
.filter-type a:active {
    color: #F58220 !important;
    text-decoration: none;
}
.year-filter .selected {
    font-weight: 700;
    text-decoration: none !important;
    color: #F58220 !important;
}

/* 1-24 */
/* 
CUSTOM CHECKBOX FC */
/* .checkbox-wrapper input, .checkbox-wrapper input {
    opacity: 10;
    height: 18px;
    width: 18px;
    position: absolute;
    visibility: unset !important;
    left: 0;
    top: 5px !important;
}
span.radio, span.checkbox, span.event-name {
    vertical-align: middle;
}
.checkbox, .radio {
    background: none !important;
}
.radio, .checkbox {
    width: 18px;
    height: 18px;
    border: none;
    line-height: 18px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
} */

.checkbox-event-type li label .checkbox-checked + span:nth-child(2):before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #73a846 !important;
    background: transparent;
    border-radius: 0px !important;
    -webkit-border-radius: 0px;
    margin-top: 0px;
    display: block;
    background: #73a846;
    position: absolute;
    top: -3px;
    left: -21px;
}
body.ar-ae .checkbox-event-type li label .checkbox-checked + span:nth-child(2):before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #73a846 !important;
    background: transparent;
    border-radius: 0px !important;
    -webkit-border-radius: 0px;
    margin-top: 0px;
    display: block;
    background: #73a846;
    position: absolute;
    top: -3px;
    left: unset;
    right: -22px;
}

.checkbox-event-type li label span:nth-child(2):before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #dfdfdf !important;
    background: transparent;
    border-radius: 0px !important;
    -webkit-border-radius: 0px;
    margin-top: 0px;
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: -3px;
    left: -21px;
}
body.ar-ae .checkbox-event-type li label span:nth-child(2):before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #dfdfdf !important;
    background: transparent;
    border-radius: 0px !important;
    -webkit-border-radius: 0px;
    margin-top: 0px;
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: -3px;
    left: unset;
    right: -21px;
}
.period .radio + span:before {
    position: absolute;
    left: -8px;
    top: 16px;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 30px;
    border: 2px solid #dfdfdf;
    background: #fff;
}
body.ar-ae .period .radio + span:before {
    position: absolute;
    left: unset;
    right: -8px;
    top: 16px;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 30px;
    border: 2px solid #dfdfdf;
    background: #fff;
}
.period .radio-checked + span:after {
    position: absolute;
    left: -8px;
    top: 16px;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 30px;
    border: 2px solid #73a846;
    background: #73a846;
}
body.ar-ae .period .radio-checked + span:after {
    position: absolute;
    left: unset;
    right: -8px;
    top: 16px;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 30px;
    border: 2px solid #73a846;
    background: #73a846;
}
.checkbox-event-type li label span:nth-child(2) {
    position: relative;
    margin-left: 0px;
}

.checkbox {
    background: none;
}

.preference-period {
    text-align: center;
}

span.radio {
    display: none;
}

.checkbox-wrapper {
    overflow: inherit;
    line-height: 1.25em;
}

span.radio, span.checkbox, span.event-name, span.color-box {
    vertical-align: initial;
}

li.type {
    overflow-x: unset;
}

.period .radio + span {
    border-bottom: 4px solid transparent;
    padding: 1em 1em;
    display: inline-block;
}
.subscribe-actions span.checkbox.checkbox-checked, .subscribe-actions span.checkbox{
    position: relative;
}
.subscribe-actions span.checkbox.checkbox-checked::before{
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #73a846 !important;
    background: transparent;
    border-radius: 0px !important;
    -webkit-border-radius: 0px;
    margin-top: 0px;
    display: block;
    background: #73a846;
    position: absolute;
    top: -1px;
    left: 0px;
}
.subscribe-actions span.checkbox::before{

    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #dfdfdf !important;
    background: transparent;
    border-radius: 0px !important;
    -webkit-border-radius: 0px;
    margin-top: 0px;
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: -1px;
    left: 0px;
}

/* 3-1 */

/* body.body-rtl .subscription-section {
    float: right !important;
    text-align: right !important;
} */
@media (max-width: 320px){
body.body-rtl .subscription-section .subscription-header {
    text-align: right;
    width: 100% !important;
    float: right;
}
.ar-ae .subscription-section .btn-subscribe-wrapper {
    float: none;
    width: 100% !important;
    padding-top: 0.5em !important;
    text-align: right !important;
} 
.ar-ae .check-subscription-link {
    text-align: right !important;
}
}


/* modifications */

/* .expand-collapse{
    left: 15px !important;
}

div#UpcomingEventsContainer .content-headline{
    margin-left: 30px !important;
} */

/* 3-4 */


body.body-rtl .subscription-section {
    float: left !important;
    text-align: left !important;
}
.content-headline.box-border {
    margin-left: 0px !important;
}
.headline-left {
    position: relative;
    right: -14px ;
}
div#UpcomingEventsContainer .content-headline {
    margin-left: 0px !important;
}
