/*List page*/
.pressrelease-grid-item .list-item-inner .pressrelease-item-description .read-more,
.pressrelease-list-item .list-item-inner .pressrelease-item-description .read-more,
.pressrelease-press-view .back-btn .read-more {
    background-color: #006bb4;
    border-color: #006bb4;
    color: #fff;
    margin: 0px;
}
.pressrelease-grid-item .list-item-inner .pressrelease-item-description .read-morehover::before,
.pressrelease-list-item .list-item-inner .pressrelease-item-description .read-more:hover::before,
.pressrelease-press-view .back-btn .read-more:hover::before{
    background-color: #006bb4;
}
.pressrelease-press-view .back-btn {
    padding-top: 0px;
}
.pressrelease-list-container {
    display: block;
}
.pressrelease-list-container .press-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    float: left;
    overflow-wrap: break-word;
    word-break: break-all;
}
.press-wrapper .pressrelease-list-item {
    padding: 15px 15px;
    margin: 0 0 30px 0;
    border-radius: 0px;
    box-shadow: 0px 0px 2px #d6d6d6;
    border: 1px solid #e6e6e6;
    display: inline-block;
    float: none;
    position: relative;
}
.press-wrapper.pressrelease_data.press-widget-withoutslider .pressrelease-list-item {
    width: 45%;
    float: left;
    display: block;
    margin-right: 30px;
}
.press-wrapper .owl-item .pressrelease-list-item {
  margin: 0 10px 30px 0 !important;
}
.pressrelease-item-images {
    box-sizing: border-box;
    display: inline-block;
    padding-right: 20px;
    width: 30%;
    vertical-align: middle;
    float: left;
}
.pressrelease-item-description {
    box-sizing: border-box;
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    overflow-wrap: break-word;
    word-break: break-all;
}
.pressrelease-item-description .release-date p {
    color: #006bb4;
}
.pressrelease-item-description .full-name,
.pressrelease-detail .press-description .pressrelease-description b {
    font-size: 3rem;
    margin: 0 0 25px 0;
    padding: 0px 0 15px 0 !important;
    padding-top: 0px;
    padding-top: 10px;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    max-height: inherit;
    overflow: inherit;
    color: #000;
    display: block;
    white-space: normal;
    line-height: normal;
    word-break: break-word;
}
.pressrelease-item-description .full-name::before,
.pressrelease-detail .press-description .pressrelease-description b::before{
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    background: #006bb4;
    bottom: -2px;
    position: absolute;
    left: 0px;
}
.pressrelease-item-description .full-name a{
    color: #000000;
    transition: all 0.5s;
}
.pressrelease-item-description .full-name a:hover{
    color: #006bb4;
}
.pressrelease-item-description .release-date p,
.pressrelease-item-description .description p {
    margin-bottom: 15px;
}
.pressrelease-item-description .tag-block {
    margin-bottom: 15px;
}
.pressrelease-item-description .read-more {
    background-color: #006bb4;
    border-color: #006bb4;
    color: #fff;
    margin: 0px;
}
.pressrelease-item-description .read-more:hover::before {
    background-color: #006bb4;
}
.pressrelease-list-item .press-mem-img {
    display: block;
}
.pressrelease-item-images .press-mem-img a {
    display: block;
    overflow: hidden;
}
.pressrelease-item-images .press-mem-img a img {
    box-shadow: 0px 0px 5px #d6d6d6;
    border-radius: 0;
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
    height: auto;
    width: auto;
    display: block;
    margin: 0px auto;
}
.pressrelease-item-images .press-mem-img a:hover img{
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.pressrelease-list-item .press-mem-img a img {
    display: block;
    height: auto;
    max-width: 100%;
}
.pressrelease-list-item .release-date span {
    color: #006bb4;
}
.pressrelease-list-container .pager {
    float: left;
    width:100%;
    position: relative;
}

/*Detail page*/
.pressrelease-detail h2 {
    margin: 10px 0;
    font-size: 18px;
    display: block;
    color: #1979c3;
    font-weight: normal;
}
.pressrelease-detail .press-description .pressrelease-description {
    margin-bottom: 20px;
}
.pressrelease-detail .press-description {
    display: block;
    margin: 20px 0px 0px 0px;
    float: left;
    width: 100%;
}
.pressrelease-detail .tag-block {
    display: block;
    margin: 10px 0;
}
.pressrelease-detail .tag-block > div {
    display: block;
    margin: 0 0 5px;
}
.pressrelease-detail .tag-block a,
.pressrelease-list-item .tag-block a,
.pressrelease-grid-item .tag-block a {
    display: inline-block;
    padding: 6px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    width: auto !important;
    overflow-wrap: break-word;
    word-break: break-all;
}

.press-search {
    padding-bottom: 30px;
}
.press-label {
    float: left;
    padding: 8px 0;
}
.control-search {
    float: left;
    padding: 0 10px;
    width: 30%;
}
.filter-select{
    float: left;
    padding: 0 10px;
    width: 30%;
}
/* grid css start */
.pressrelease-grid-item {
    width: calc(50% - 20px);
    margin: 0 30px 30px 0;
    border-radius: 0px;
    box-shadow: 0px 0px 2px #d6d6d6;
    border: 1px solid #e6e6e6;
    display: inline-block;
    float: none;
    position: relative;
    vertical-align: top;
}
.pressrelease-grid-item:nth-child(2n) {
    margin-right: 0px;
}
.pressrelease-grid-item .list-item-inner .pressrelease-item-images {
    width: 100%;
    display: block;
    padding: 0px;
}
.pressrelease-grid-item .list-item-inner .pressrelease-item-description {
    width: 100%;
    display: block;
    padding: 20px;
}
.pressrelease-grid-item.three {
    width: calc(33.33% - 20px);
    vertical-align: top;
    margin: 0px 30px 30px 0px;
    display: block;
    float: left;
    border: 0px;
}
.pressrelease-grid-item.three:nth-child(3n) {
    margin-right: 0px;
}
/* grid css end */
.pressrelease-press-view .page-main > .page-title-wrapper .page-title {
    display: none;
}
.pressrelease-view .pressrelease-detail .pressrelease-video{
    border: 1px solid #e6e6e6;
    border-bottom: 0px;
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
}
.pressrelease-view .pressrelease-detail {
    display: block;
    float: left;
    width: 100%;
}
.pressrelease-view .pressrelease-detail a {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.pressrelease-view .pressrelease-detail iframe {
    margin: 0px auto;
    float: left;
    width: 100%;
    display: block;
}
.pressrelease-press-view .pressrelease-view .pressrelease-detail h2 {
    display: block;
    color: #ffffff;
    background: #006bb4;
    line-height: 70px;
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-size: 3rem;
    float: left;
    width: 100.10%;
    word-break: break-all;
    overflow-wrap: break-word;
}
.pressrelease-press-view .pressrelease-view .pressrelease-detail .pressrelease-post {
    margin-top: 30px;
    display: block;
    width: 100%;
    float: left;
    overflow-wrap: break-word;
    word-break: break-all;
}
.pressrelease-press-view .pressrelease-view .pressrelease-detail .pressrelease-post p {
    font-size: 18px;
    color: #888;
    margin: 0px;
    font-weight: normal;
}

.press-search {
    margin: 30px 0px;
    border: 1px solid #cccccc;
    padding: 15px 15px !important;
}
.press-search .form {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
}
.press-search .search {
    width: 100%;
    padding-right: 15px;
}
.press-search .search .control-search {
    float: none;
    width: 100%;
    padding: 0px !important;
}
.press-search .search .control-search .input-text {
    height: auto;
    padding: 12px 12px;
    font-size: 14px;
    width: 100%;
}
.press-search .actions .action.search {
    padding: 13px 30px;
    background-color: #006bb4;
    border-color: #006bb4;
    font-size: 15px;
    color: #fff;
    transition: all 0.3s;
    box-shadow: none;
    border-radius: 0px;
}
.press-search .actions .action.search:hover {
    opacity: .8;
}
.pressrelease-grid-item .list-item-inner .pressrelease-item-description .release-date {
    overflow-wrap: break-word;
    word-break: break-word;
}
.pressrelease-press-index .page-main > .page-title-wrapper .page-title {
    overflow-wrap: break-word;
    word-break: break-word;
}
@media only screen and (max-width:639px){
    .pressrelease-view .pressrelease-detail iframe {
        height: auto;
        width: 100%;
    }
    .pressrelease-grid-item,
    .pressrelease-grid-item .three {
        width: calc(100% - 0px) !important;
        margin-right: 0px !important;
    }
    .press-wrapper .pressrelease-list-item {
        width: calc(100% - 30px);
    }
    .pressrelease-item-images {
        width: 100%;
        display: block;
        margin-bottom: 15px;
        padding-right: 0px;
    }
    .pressrelease-item-description {
        display: block;
        width: 100%;
    }
    .press-wrapper.pressrelease_data.press-widget-slider .pressrelease-list-item {
        width: calc(100% - 10px);
    }
}
@media screen and (max-width: 767px) and (min-width: 640px){
    .pressrelease-grid-item.three {
        width: calc(50% - 15px);
    }
    .pressrelease-grid-item.three:nth-child(2n) {
        margin-right: 0px;
    }
    .pressrelease-grid-item.three:nth-child(2n+1) {
        clear: both;
    }
    .pressrelease-grid-item.three:nth-child(3n){
        margin-right: 30px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .pressrelease-grid-item.three {
        width: calc(50% - 15px);
    }
    .pressrelease-grid-item.three:nth-child(2n) {
        margin-right: 0px;
    }
    .pressrelease-grid-item.three:nth-child(2n+1) {
        clear: both;
    }
    .pressrelease-grid-item.three:nth-child(3n){
        margin-right: 30px;
    }
}
.pressrelease-list-container .pager .pages {
    float: left;
    margin-left: 10px;
}
.block-title{
  margin: 10px 0;
  font-size: 18px;
  display: block;
  color: #1979c3;
  font-weight: normal;
}
.pressrelease-press-index .limiter {
    float: right;
}
.presssidebar-section {
  padding-bottom: 20px;
}
.press-wrapper .owl-item .pressrelease-list-item .full-name {
    font-weight: 600;
    word-break: break-all;
}
.press-wrapper.pressrelease_data.press-widget-withoutslider .pressrelease-list-item:nth-child(2n+1) {
    clear: both;
}
.press-wrapper.pressrelease_data.press-widget-withoutslider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
}
.press-wrapper.pressrelease_data.press-widget-withoutslider .pressrelease-list-item {
    flex: 0 0 calc(50% - 20px);
    margin: 0 20px 20px 0;
    padding: 15px;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-break: break-all;
}
.press-wrapper.pressrelease_data.press-widget-slider .pressrelease-list-item {
    margin: 0 5px 30px 5px !important;
    box-sizing: border-box;
}
.pressrelease-list-container h1 {
    display: inline-block;
    font-size: 36px;
    line-height: 52px;
    margin: 0 0 8px;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
}

@media screen and (max-width: 479px) {
    .press-wrapper.pressrelease_data.press-widget-withoutslider .pressrelease-list-item {
        flex: 0 0 100%;
    }
}

.presssidebar-section, .pressrelease-description {
    word-break: break-word;
}

.pressrelease-view .pressrelease-detail a:first-child {
    line-height: 0px;
}

.pressrelease-item-description .description {
    margin-bottom: 20px;
}

.pressrelease-description img {
    width: 100%;
    object-fit: contain;
}

li.pressrelease-list-item .description {
    margin-bottom: 20px;
}
div.pressrelease-list-item .description {
    margin-bottom: 20px;
}
.description{
    word-break: break-word;
}
@media screen and (max-width: 370px) {
  .press-search .search .control-search .input-text {
    font-size: 10px;
    text-overflow: ellipsis;
  }
}

@media screen and (device-aspect-ratio: 2/3) {
	.press-search .search .control-search .input-text {
		font-size: 16px;
  }
}

@media screen and (device-aspect-ratio: 40/71) {
  .press-search .search .control-search .input-text {
		font-size: 16px;
  }
}

@media screen and (device-aspect-ratio: 375/667) {
  .press-search .search .control-search .input-text {
		font-size: 16px;
  }
}

@media screen and (device-aspect-ratio: 9/16) {
  .press-search .search .control-search .input-text {
		font-size: 16px;
  }
}
