/**Theme — Theme CSS Rulesets are basically to create theme-specific Styles. 
They mainly override default colors and images with the theme-specific properties.**/

/*-------------------------------Main Content Area (All Pages except Not Homepage)-------------------------------*/
/* :not(.path-frontpage) .content div{
    font-size: 1.071em;
} */
.container{
    width: 1400px;
}
/*-------------------------------Group Pages-------------------------------*/
.group{
    font-size: 1.071em;
}
/*-------------------------------View base styles-------------------------------*/
.view{
    margin-bottom: 1em;
}
.views-view-grid.horizontal .views-row{
    margin: 0;
    padding: 0;
    border-bottom: 0;
}
/* .path-frontpage .view{
    margin-bottom: 0em;
} */
/*-------------------------------View Field elements-------------------------------*/
.view .view-grouping-header{
    background: linear-gradient(45deg,rgba(239,239,239,1),transparent);
    font-size: 1.3em;
    padding: 1em;
    margin: 0;
    margin-bottom: 2em;
    border-left: 8px solid #104B8A;
}
.view .view-grouping-header h2{
    margin: 0;
}
/*-------------------------------View Grid styles-------------------------------*/
.view .view-content .views-view-grid .views-col{
    background-color: #F8F8F8;
}
.view .view-content .views-view-grid .views-row:nth-child(odd) .views-col:nth-child(even){
    background-color: #f1f1f1;
}
.view .view-content .views-view-grid .views-row:nth-child(even) .views-col:nth-child(odd){
    background-color: #f1f1f1;
}
.view .view-content .views-view-grid .views-col:hover{
    background-color: #104B8A !important;
}
.view .view-content .views-view-grid .views-field.views-field-title{
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    justify-content: center;
    height: 151px;
}
.view .view-content .views-view-grid .views-field.views-field-title.height-100{
    height: 100px;
}
.view .view-content .views-view-grid .views-field.views-field-title a{
    display: block;
    text-align: center;
    color: #3b3b3b;
    transition: color 300ms ease;
}
.view .view-content .views-view-grid .views-col:hover .views-field.views-field-title a{
    color: #ffffff;
}
/*-------------------------------View Grid styles - Homepage Recognition View-------------------------------*/

/*---------------Block Overrides---------------*/
.content .block h2, .block-views h2{
    background: linear-gradient(45deg ,rgba(239,239,239,1),transparent);
    /* padding: .5em; */
    font-size: 1.3em;
    padding: .8em;
    margin: 0;
    margin-bottom: 1em;
    border-left: 8px solid #104B8A;
    /* position: relative; */
}
/* .content .block h2, .block-views h2::after{
    content: "";
    position: absolute;
    width: 100px;
    height: 50px;
    background-color: #59739B;
    z-index: -1;
    top: 10px;
    bottom: 0;
    left: -15px;
    transform: translateY(-50%);
} */
/*---------------Layoutbuilder  Overrides---------------*/
.block-layout-builder h2{
    background: linear-gradient(45deg ,rgba(239,239,239,1),transparent);
    padding: 1em;
    margin: 0;
    margin-bottom: 1em;
}
/*homepage*/
/* .path-frontpage .content .block h2{
    margin: inherit;
    padding: 0;
    background: inherit;
    border-left: 0;
} */
/*-------------------------------Form elements-------------------------------*/
.form-item label, .form-wrapper .label{
    font-size: inherit;
    margin: 1em 0;
}
/*********View Exposed Filters -  List of Documents by Department view*******/
#views-exposed-form-list-of-documents-by-department-block-1 .form--inline{
    display: flex;
    align-items: center;
    margin-bottom: 2.5em;
}
#views-exposed-form-list-of-documents-by-department-block-1 .form--inline .form-item{
    margin: 0;
    margin-right: 0.5em;
}
#views-exposed-form-list-of-documents-by-department-block-1 .form--inline .form-item .form-select{
    padding: .5em;
}
#views-exposed-form-list-of-documents-by-department-block-1 .form-actions{
    margin: 0;
    align-self: flex-end;
}
#views-exposed-form-list-of-documents-by-department-block-1 .form-actions input[type="submit"]{
    padding: .5em 3em; 
}
/*-------------------------------Special List Items-------------------------------*/
/* div.item-list{
    margin-bottom: 2.5em;
} */
div.item-list h3{
    background: linear-gradient(45deg,rgba(239,239,239,1),#ffffff);
    /* background: #F4F4F4;  */
    /* font-size: 1.3em; */
    padding: .5em;
    margin-left: 1em;
    max-width: 100%;
    margin-top: 1.5em;
    position: relative;
    margin-bottom: 1em;
    /* box-shadow: 0 10px 15px -16px rgb(16 75 138 / 40%); */
}
div.item-list h3::after{
    content: "";
    position: absolute;
    width: 100px;
    height: 50px;
    background-color: #59739B;
    z-index: -1;
    top: 5px;
    bottom: 0;
    left: -10px;
    transform: translateY(-50%);
    animation: none;
}
/* div.item-list h3::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 80px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    right: 0;
    top: -1px;
} */

div.item-list li{
    padding: 0;
    position: relative;
    /* padding-left: 2.5em; */
}
/* div.item-list li::after{
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #59739B;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
} */
div.item-list li a{
    display: block;
    padding: .5em;
    /* transition: all 200ms ease; */
}
/* div.item-list li:nth-child(even) a{
    background-color: #F3F3F3;
} */
div.item-list li a:hover{
    background: linear-gradient(45deg,rgba(89, 115, 155,1),transparent);
    color:white;
}
div.item-list li:hover::after{
    border: 3px solid #59739B;
}
/* div.item-list li a:hover::after{
    background-color: #59739B;
} */
/*-------------------------------Remove default file icons from files-------------------------------*/
.file{
    background: none !important;
    padding: 0;
}
/*-------------------------------Override default AJAX throbber-------------------------------*/
body > .ajax-spinner.ajax-spinner--inline{
    display: none;
}
.ajax-spinner.ajax-spinner--inline{
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: #ffffff;
    padding: 5em;
    box-shadow: 0 10px 30px -16px rgb(16 75 138 / 40%);
    bottom: 0;
    border-radius: 4px;
}
.ajax-spinner .ajax-spinner__text{
    font-size: 2em;
    color: #ffffff;
    margin-right: 1em;
}
/*Spinning Ajax Loader Icon*/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    margin: 6px;
    border: 6px solid #104B8A;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #104B8A transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
/*-------------------------------Buttons-------------------------------*/
input[type="submit"]{
    border: 0;
    background: none;
    border: 2px solid #59739B;
    color: #59739B;
    border-radius: 3px;
    padding: 1em 4em !important;
    transition: all 300ms ease;
}
input[type="submit"]:hover{
    background:#59739B;
    color: #ffffff;
}
.block .content{
    margin-top: 0;
}
/*-------------------------------Override Default Drupal Modal styles-------------------------------*/
.ui-widget-overlay{
    animation: fadeIn ease 700ms;
    -webkit-animation: fadeIn ease 700ms;
    -moz-animation: fadeIn ease 700ms;
    -o-animation: fadeIn ease 700ms;
    -ms-animation: fadeIn ease 700ms;
}
#drupal-modal{
    padding: 1em;
}
#drupal-modal a:focus{
    color: inherit;
}
/* #drupal-modal a:hover{
    color: #018fe2;
} */
div[aria-describedby="drupal-modal"]{
    border: 0 !important;
    animation: fadeIn ease 700ms;
    -webkit-animation: fadeIn ease 700ms;
    -moz-animation: fadeIn ease 700ms;
    -o-animation: fadeIn ease 700ms;
    -ms-animation: fadeIn ease 700ms;
    /* animation: scale 300ms ease; */
}
div[aria-describedby="drupal-modal"] .ui-dialog-titlebar{
    color: white;
    border: 0;
    padding: 1em;
    background-color: #F4F4F4;
    color: white;
    border: 0;
    padding: 0;
    /* padding: 1em; */
    /* box-shadow: rgb(16 14 23 / 25%) 0px 0px 30px; */
}
div[aria-describedby="drupal-modal"] .ui-dialog-title{
    font-size: 1.4em;
    background-color: rgb(16, 75, 138);
    padding: 1em;
    padding-right: 5em;
    margin: 0;
    position: relative;
    width: auto;
    white-space: normal;
}
div[aria-describedby="drupal-modal"] .ui-dialog-title::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 80px 0;
    border-color: transparent #F4F4F4 transparent transparent;
    position: absolute;
    right: 0%;
    z-index: 999;
    top: 0;
}
/************Modal Submit Button************/
/* div[aria-describedby="drupal-modal"] a {
    color: #337ab7;
} */
div[aria-describedby="drupal-modal"] .ui-dialog-buttonpane{
    background-color: #F4F4F4;
}
div[aria-describedby="drupal-modal"] .ui-dialog-buttonpane button{
    background: none;
    border: 2px solid #59739B;
    color: #59739B;
    border-radius: 3px;
    padding: 1em 4em !important;
    transition: all 300ms ease;
}
div[aria-describedby="drupal-modal"] .ui-dialog-buttonpane button:hover{
    background-color: #59739B;
    color: #ffffff;
}
@media only screen and (max-width : 768px) {
    div[aria-describedby="drupal-modal"] .ui-dialog-title{
        width: 100%;
    }
    div[aria-describedby="drupal-modal"] .ui-dialog-title::after{
        display: none;
    }
}
/************Modal <a> element styles************/
.ui-widget-content a{
    color: inherit;
}
/*----------------------Table Elements----------------------*/
table{
    font-size: 1.071em;
}
table tr{
    background-color: #F4F4F4;
    border: 0;
}
table tr:nth-child(odd){
    background-color: #ffffff;
}
table tr th{
    background: #F3F3F3;
    color: #104B8A;
    border-bottom: 3px solid #104B8A;
}
table tr th a{
    color: #104B8A;
    position: relative;
}
table tr th a::after{
    content: "";
    background-color: #59739B;
    position: absolute;
    bottom: 0;
    transition: all 300ms ease;
    height: 2px;
    margin: 0 auto;
    width: 0;
    left: 0;
}
table tr th a:hover{
    color: inherit;
    transform: scale(1.1);
}
table tr th a:hover::after{
    width: 100%;
}
table tr th, table tr td{
    padding: 1em;
}
/*table resets*/
td.is-active{
    background-color: transparent;
}
/*----------------------Modal close button----------------------*/
.ui-icon{
    width: 44px;
    height: 44px;
}
.ui-icon{
    background-image: url(/themes/custom/gcrta/assets/icons/close-icon.png) !important;
}
.ui-button-icon-only .ui-icon{
    position: absolute;
    top: -.5em;
    left: -2.5em;
    z-index: 999;
    background-position: inherit;
    background: #ffff;
    border-radius: 100%;
}
/*-------------------------------Homepage Overrides-------------------------------*/
/*Additional breakpoint for homepage*/
@media only screen and (max-width : 1400px) {
    body.path-frontpage .two-column-responsive .left-region, body.path-frontpage .two-column-responsive .right-region{
        width: 100%;
    }
    .header__content{ /*Overrides the bootstrap col-lg-8 class applied to this element*/
        width: 100%;
    }
}

body.path-frontpage .content, body.path-frontpage .node__content{
    margin: 0;
}
body.path-frontpage .node__meta{
    display: none;
}
body.path-frontpage .one-column-responsive.row:nth-of-type(1){
    margin-bottom: 0;
}
/*Hide local tasks for logged in users on homepage*/
body.path-frontpage #block-gcrta-local-tasks{
    display: none;
}
/*----------------Homepage Latest news----------------*/
.homepage-section-2-two-column .left-region-wrapper{
    display: grid;
    grid-template-rows: auto 1fr;
}
/*--Responsive Homepage Latest News--*/
@media only screen and (max-width : 992px) {
    .homepage-section-2-two-column .left-region-wrapper{
        grid-row-gap: 0;
    }
}
/*----------------Homepage Publications----------------*/
.homepage-section-4-two-column .left-region-wrapper{
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
.homepage-section-4-two-column .left-region-wrapper .block:not(:first-child){
    flex-grow: 1;
    text-align: center;
    display: flex;
    height: 350px;
}
.homepage-section-4-two-column .left-region-wrapper .block:not(:first-child) .content{
    background: #56739D;
    padding: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    min-width: 150px;
    transition: all 800ms ease;
    opacity: .9;
    transition: 300ms ease;
    align-self: flex-start;
    height: 80px;
}
.homepage-section-4-two-column .left-region-wrapper .block:not(:first-child):hover .content{
    width: 100%;
    opacity: 1;
}
.homepage-section-4-two-column .left-region-wrapper .block:not(:first-child) .content .field-content a{
    color: #ffffff;
}

.homepage-section-4-two-column .left-region-wrapper .block:not(:first-child).block-views{
    background-size: cover;
    background-position: 50% 35%;
    border-left: 8px solid #56739D;
    cursor: pointer;
}

.homepage-section-4-two-column .left-region-wrapper .block.block-views-blockmost-recent-publication-wir{
    background-image: URL(/themes/custom/gcrta/assets/images/homepage_major_projects.jpg);
    
}
.homepage-section-4-two-column .left-region-wrapper .block.block-views-blockmost-recent-publication-team{
    background-image: URL(/themes/custom/gcrta/assets/images/homepage_TEAM.jpg);
}
.homepage-section-4-two-column .left-region-wrapper .block.block-views-blockmost-recent-publication-gm-update{
    background-image: URL(/themes/custom/gcrta/assets/images/homepage_gm_update.jpg);
}
.homepage-section-4-two-column .right-region .right-region-wrapper{
    display: grid;
    grid-template-rows: auto 1fr;
}
/*----------------Responsive Homepage Publications----------------*/
@media only screen and (max-width : 992px) {
    .homepage-section-4-two-column .left-region-wrapper{
        grid-row-gap: 0;
    }
    .homepage-section-4-two-column .left-region-wrapper .block.block-views-blockmost-recent-publication-wir{
        grid-column-start: 1;
        grid-column-end: 5;
    }
    .homepage-section-4-two-column .left-region-wrapper .block.block-views-blockmost-recent-publication-team{
        grid-column-start: 1;
        grid-column-end: 5;
    }
    .homepage-section-4-two-column .left-region-wrapper .block.block-views-blockmost-recent-publication-gm-update{
        grid-column-start: 1;
        grid-column-end: 5;
    }
    .homepage-section-4-two-column .left-region-wrapper .block:not(:first-child) .content{
        width: 100%;
    }
}
/*----------------Homepage Recognitions----------------*/
.homepage-section-4-two-column .right-region{
    padding-left: 0;
}
/*-------------------------------FOOTER---------------------------------*/
.sites-footer-columns{
    background-color: #ffffff;
}
.site-footer-columns__first, .site-footer-columns__second{
    align-self: start;
}
.site-footer{
    padding: 1em;
    background-color: #104B8A;
    color: #ffffff;
    margin-top: 1em;
    display: none;
}
.site-footer__contact{
    place-self: flex-end;
}
.site-footer__contact .social-ico{
    margin-right: 1em;
    cursor: pointer;
}
.footer__motto{
    margin-top: 1em;
    height: 60px;
    background-color: #E0EBF4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__motto__logo{
    width: 50px;
}
.footer__motto__text{
    font-weight: bold;
    padding-left: 1em;
}
.site-footer__wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
}
.site-footer__branding{
    display:flex;
    align-items: center;
}
.site-footer__branding .logo, .site-footer__address-wrapper{
    float: left;
}
.site-footer__address-wrapper{
    padding-left: 1em;
}
.site-footer__address{
    font-weight: bold;
}
.site-footer__agency{
    display: block;
    font-weight: bold;
}
/*---------------Footer Menus---------------*/
#block-footercolumnone .menu, #block-footercolumntwo .menu{
    text-align:center;
    padding: 0;
}
nav#block-footercolumnone, nav#block-footercolumntwo, .site-footer-column__third{
    padding: 1em 0;
}
.site-footer-column__third{
    display: flex;
    justify-content: center;
    align-self: stretch;
    color: #ffffff;
    background-image: url(/themes/custom/gcrta/assets/images/cle.jpg);
    background-size: cover;
}
.site-footer-column__third .survey-btn{
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 1em;
}
.site-footer-column__third div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}
.site-footer-column__third.col-xs-12.col-lg-4::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg,rgba(16,75,138,1),transparent);
    opacity: .9;
    top: 0;
    z-index: 0;
    transition: all 300ms ease;
}
.site-footer-column__third h2,.site-footer-column__third h3{
    margin: 0;
}
.site-footer-column__third h3::after{
    display: none;
}
.site-footer-column__third.col-xs-12.col-lg-4:hover::after{
    background-color: #104B8A;
}
nav#block-footercolumnone .menu li, nav#block-footercolumntwo .menu li{
    padding: 1em 0;
}
nav#block-footercolumnone .menu li a, nav#block-footercolumntwo .menu li a{
    color: #3b3b3b;
}
h2#block-footercolumnone-menu,h2#block-footercolumntwo-menu, h2#block-footercolumnthree-menu{
    text-align:center;
    font-weight:normal;
    color: #3b3b3b;
    font-size: 1.5rem;
    position: relative;
}
h2#block-footercolumnthree-menu{
    font-weight: bold;
}
.site-footer-column__third h3, h2#block-footercolumnthree-menu, h2#block-footercolumnthree-menu a{
    color: #ffffff;
}
h2#block-footercolumnone-menu::after, h2#block-footercolumntwo-menu::after{
    content: "";
    width: 25%;
    background-color: #3b3b3b;
    height: 1px;
    position: absolute;
    bottom: -.5em;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}
/**********Emergency Preparedness Footer Link Icon***********/
.site-footer-columns__second .menu .menu-item:first-of-type a{
    position: relative;
}
.site-footer-columns__second .menu .menu-item:first-of-type a::after{
    background: url(/themes/custom/gcrta/assets/images/icons/emergency-preparedness-icon.png);
    content: "";
    width: 25px;
    height: 25px;
    background-size: 25px;
    position: absolute;
    top: -.3em;
    background-repeat: no-repeat;
    left: -2.5em;
}
/***********Hide Webform*************/
#edit-webform-wrapper{
    display: none !important;
}
/*----------------------Responsive Footer----------------------*/
@media only screen and (max-width : 768px) {
    .site-footer-columns__first h2#block-footercolumnone-menu::after, .site-footer-columns__second h2#block-footercolumntwo-menu::after{
        width: 32px;
        height: 4px;
        content: "";
        display: block;
        margin-top: 9px;
        background-color: #104B8A;
    }
    .site-footer-column__third{
        flex: 100%;
        padding: 3em 0;
    }
    nav#block-footercolumnone .menu li, nav#block-footercolumntwo .menu li{
        padding: 1em 2em;
    }
}
@media only screen and (max-width : 480px) {
    .site-footer__wrapper{
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        grid-gap: 1em;
    }
    .site-footer__branding, .site-footer__contact{
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
        justify-self: center;
    }
}
/*---------------Drupal Primary Tab Overrides---------------*/
.tabs.primary{
    border: 0;
    background-color: transparent;
    color: #ffff;
    letter-spacing: 2px;
    padding: .5em 1em;
}
/*---------------Remote Embed Media Type Video Overrides---------------*/
.media.media--type-remote-video iframe:first-of-type{
    width: 500px;
    height: 400px;
}

/*---------------Calendar Overrides---------------*/
.calendar-calendar table{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.calendar-calendar .month-view table{
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.calendar-calendar tr{
    margin: 0;
    padding: 0;
    background-color: white;
    border: 0;
}
.calendar-calendar tr, .calendar-calendar td{
    background: none;
}
.calendar-calendar th.days{
    border: 1px solid #59739B;
    background-color: white;
    color: #59739B;
    padding: 10px;
    font-size: 125%;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}
.calendar-calendar .month-view .full tr td.date-box{
    border-bottom: 0px;
}
.calendar-calendar .month-view .full tr.date-box, .calendar-calendar .month-view .full tr.date-box td, .calendar-calendar .month-view .full tr.multi-day, .calendar-calendar .month-view .full tr.multi-day td{
    height: 19px;
    max-height: 19px;
}
.calendar-calendar tbody, .calendar-calendar .month-view .full tr td.multi-day, .calendar-calendar .month-view .full tr td.single-day{
    border-top: none;
}
.calendar-calendar .month-view .full tr td.multi-day, .calendar-calendar .month-view .full tr td.date-box{
    border-bottom: 0px;
}
.calendar-calendar .month-view .full td .inner div.day{
    font-size: 125%;
}
.calendar-calendar .month-view .full td .inner div.day, .calendar-calendar .month-view .full td .inner div.day a{
    border: none;
    background: none;
    margin-bottom: 0px;
}
.calendar-calendar .month-view .full td .inner div.day{
    width: 100%;
    text-align: right;
}
.calendar-calendar div.day{
    float: right;
    text-align: center;
    padding: 0.125em 0.25em 0 0.25em;
    margin: 0;
    background-color: #f3f3f3;
    border: 1px solid gray;
    border-width: 0 0 1px 1px;
    clear: both;
    width: 1.5em;
}
.calendar-calendar .month-view .full td.single-day div.monthview{
    background: none;
    border-bottom: 1px dotted #CCC;
    padding: 5px;
}
.calendar-calendar td a{
    font-weight: normal;
    font-size: 1.5em;
}
.calendar-calendar .month-view .full td.date-box.today{
    border-color: #104B8A;
    border-width: 4px 4px 0 4px;
}
.calendar-calendar .month-view .full tr td.single-day.today{
    border-bottom: 4px solid #104B8A;
    border-left: 4px solid #104B8A;
    border-right: 4px solid #104B8A;
}
.calendar-calendar .pager{
    margin: 0;
}
.view-content-field-date-on-calendar .views-exposed-form{
    margin-bottom: 1em;
}
.view-content-field-date-on-calendar .views-exposed-form .form-item{
    margin:0;
    margin-right: 1em;
}
.view-content-field-date-on-calendar .views-exposed-form select[name="field_event_category_target_id"]{
    padding: .5em;
}
.view-content-field-date-on-calendar .views-exposed-form .form-item label{
    font-size: 1em;
    margin-right: .2em;
}
.view-content-field-date-on-calendar input[type="submit"]{
    border: 2px solid #59739B;
    border-radius: 0;
    padding: .5em 4em;
    background: none;
    color: #59739B;
    transition: all 300ms ease;
}
.view-content-field-date-on-calendar .form--inline{
    display: flex;
    align-items: center;
}
.view-content-field-date-on-calendar div[data-drupal-selector="edit-actions"]{
    display: inline-block;
    margin: 0;
    padding: 0;
    align-self: flex-end;
}
.view-content-field-date-on-calendar input[type="submit"]:hover{
    background: #59739B;
    color: white;
}
.view-content-field-date-on-calendar .view-header .pager{
    display: none;
}
.view-content-field-date-on-calendar .view-header h3{
    background: linear-gradient(45deg ,rgba(239,239,239,1),#ffffff);
    padding: .5em;
    margin-left: 1em;
    max-width: 100%;
    margin-top: 1.5em;
    position: relative;
    margin-bottom: 1em;
}
/* .view-content-field-date-on-calendar .view-header h3::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 80px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    right: 0;
    top: -1px;
} */
.view-content-field-date-on-calendar .view-header h3::after{
    content: "";
    position: absolute;
    width: 100px;
    height: 50px;
    background-color: #59739B;
    z-index: -1;
    top: 5px;
    bottom: 0;
    left: -10px;
    transform: translateY(-50%);
}
/*---------------Medium Devices, Desktops---------------*/
@media only screen and (max-width : 992px) {
    .view-content-field-date-on-calendar .form--inline{
        flex-direction: column;
        align-items: flex-start;
    }
    .view-content-field-date-on-calendar .views-exposed-form .form-item, .view-content-field-date-on-calendar .views-exposed-form .form-item select{
        width: 100%;
    }
    .view-content-field-date-on-calendar input[type="submit"]{
        margin: 0;
        margin-bottom: .5em;
    }
    .view-content-field-date-on-calendar div[data-drupal-selector="edit-actions"]{
        align-self: flex-start;
        margin-top: 1em;
    }
    .view-content-field-date-on-calendar div[data-drupal-selector="edit-actions"], .view-content-field-date-on-calendar div[data-drupal-selector="edit-actions"] input{
        width: 100%;
    }
}
/*---------------Small Devices, Tablets---------------*/
@media only screen and (max-width : 768px) {}
/*---------------Extra Small Devices, Phones---------------*/ 
@media only screen and (max-width : 480px) {}
/*-------------End of Calendar------------------*/