body, .ui-widget {
    font-family: 'Merriweather';
    font-family: 'Poppins';
}
/*static page css*/
.page-title {
    border-top: 5px solid #B5072F;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 30px;
}
h2.title-4 {
    font-size: 27px;
    color: #1E3690;
    font-weight: normal;
    font-style: italic;
    margin: 0;
}
/* p,ul li {
    font-family: Poppins;
    font-size: 15px;
    line-height: 30px;
} */
span.field.field--name-title, h1.title-16 {
    font-size: 30px;
    color: #1E3690;
    font-weight: 900;
    font-style: italic;
    margin: 0;
    font-family: 'Merriweather';
}
.pst-block a {
    color: #b5072f;
}
ul li::marker, ol li::marker {
    color: #b5072f;
}
ul {
    padding-left: 20px;
}
ul li {
    margin-bottom: 10px;
}
.item-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.about-wd {
    display: inline-block;
}
.pst-block-head.meet-team {
    border-top: 5px solid #B5072F;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
}
.path-story .pst-block-main.event-block-main {
    padding-top: 0;
}
.path-story input.form-text, .path-story textarea {
    margin: 0;
    float: none;
    font-family: 'helveticaregular';
    font-size: 15px;
}
.js-form-item label {
    display: block;
}
.path-story .file-pst-block-main {
    padding: 0;
}
.form-item, .form-actions {
    margin-top: 0;
}
.story_title {
    font-weight: normal;
}
.error {
    color: red;
    font-size: 12px;
    margin: 5px 0 0;
}


.abt-article figure {
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 26%;
    background: #b5072f;
    text-align: center;
    padding: 12px;
}
.abt-article {
    clear: both;
    float: left;
    margin-bottom: 20px;
}
.abt-article figure img {
    width: auto;
    max-width:100%
}
.abt-article figure h3.title-3 {
    color: #fff;
    font-family: Merriweather;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 10px 0 0;
}
.abt-article figure .meta-tp-2.about-position .date span {
    color: #fff;
    font-family: Poppins;
    font-size: 12px;
}
.abt-article:nth-child(even) figure {
    float: right;
    margin: 0;
    margin-left: 20px;
    margin-bottom: 20px;
}
.abt-article:nth-child(even) .abt-sub-title {
    text-align: right;
}

.pagenofoundpage {
    text-align: center;
}
.pagenofoundpage h1 {
    margin: 0;
    font-size: 170px;
    line-height: 180px;
    color: #b5072f;
    font-family: 'Poppins';
    font-weight: 700;
}
.pagenofoundpage h4 {
    font-size: 22px;
    text-transform: uppercase;
    color: #505050;
    letter-spacing: 4px;
}
.article-description .h1, .article-description .h2, .article-description .h3, .article-description .h4, .article-description .h5, .article-description .h6, .article-description h1, .article-description h2, .article-description h3, .article-description h4, .article-description h5, .article-description h6 {
    color: #1e3690;
    font-family: 'Merriweather';
    font-weight: 600;
}





.poll input[type=radio] {
    opacity: 0;
    display: none;
}
.poll input[type=radio]:checked ~ label {
    color: #b5072f;
}
.poll input[type=radio] ~ label {
    color: #1E3690;
    cursor: pointer;
}
.poll input[type=radio] ~ label:hover {
    color: #b5072f;
}
.poll {
    border: 2px solid #b5072f;
    padding: 30px;
    margin-top: 40px;
    width: 70%;
    margin: 40px auto;
    background-image: linear-gradient(#ffffff, #F7F7FB);
}
.poll label.option {
    text-align: center;
    border-bottom: 2px solid #f2f2f2;
    padding: 15px;
    font-size: 18px;
	margin:0;
    font-weight: 700;
}
.poll .vote-form h3.poll-question {
    margin-bottom: 20px;
    border-bottom: none;
    padding-bottom: 0;
}
.poll h3.poll-question {
    font-size: 25px;
    text-align: center;
    font-family: 'Poppins';
    font-weight: bold;
    color: #1E3690;
    margin-bottom: 30px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
}
.poll .total {
    text-align: center;
    font-weight: bold;
    color: #b5072f;
    border-top: 2px solid #ccc;
    padding-top: 20px;
    margin-top: 50px;
}
.js-form-item.form-item.js-form-type-radio.form-type-radio.js-form-item-choice.form-item-choice:last-child label {
    border: none;
}
div#edit-actions {
    text-align: center;
    display: block;
}
.poll input#edit-vote, 
.poll input#edit-result,
input#edit-cancel,
.poll .vote-form input[data-drupal-selector="edit-vote"]{
    background: #fff;
    box-shadow: none;
    border: 1px solid #dedede;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: bold;
    color: #b5072f;
    text-transform: uppercase;
	outline:none;
}
.poll #edit-actions--2,
.poll .vote-form div[data-drupal-selector="edit-actions"],
.poll-view-form div[data-drupal-selector="edit-actions"]  {
    text-align: center;
}
.js-form-item.form-item.js-form-type-radio.form-type-radio.js-form-item-choice.form-item-choice {
    margin: 0;
}
.poll #edit-result { 
	display:none;
}
.poll .vote-form input[data-drupal-selector="edit-result"] {
    display: none;
}
.poll .bar .foreground {
    background-color: #b5072f;
}
dt.choice-title.not-current-selection {
    color: #1e3690;
}
.poll .bar {
    height: 5px;
    margin: 1px 0;
    background-color: transparent;
    border-radius: 20px;
    width: 70%;
    display: inline-block;
}
.poll .bar .foreground {
    height: 5px;
    float: left;
    border-radius: 20px;
}
.poll .percent {
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    float: right;
}
dt.choice-title.not-current-selection, dt.choice-title.is-current-selection {
    color: #1e3690;
    font-weight: 500;
}
dd.choice-result.not-current-selection, dd.choice-result.is-current-selection {
    margin-bottom: 20px;
}
dd.choice-result.not-current-selection .bar .foreground {
    background-color: #ccc;
}
dd.choice-result.not-current-selection .percent {
    color: #1D1F88;
}
dd.choice-result.is-current-selection .percent {
    color: #b5072f;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.popup-dialog-class {
    padding-bottom: 20px;
}
#share-story-form div[data-drupal-selector="edit-actions"] {
    text-align: left !important;
}
#share-story-form div[data-drupal-selector="edit-actions"] .btn-secondary {
    padding: 10px 60px;
}
/*sidebar modal css*/
.homepage-latestnews-setting label.option {
    font-size: 20px;
    color: #1E3690;
    font-weight: bold;
    font-style: italic;
    margin: 0;
    border: none;
    padding: 0;
    margin-left: 10px;
}
.homepage-latestnews-setting .title-bar {
    border-bottom: 5px solid #B5072F;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top:none;
    margin-bottom: 20px;	
}
.homepage-latestnews-setting .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-manually.form-item-manually {
    margin: 0;
}
.js input.form-autocomplete,
.js input.form-autocomplete.ui-autocomplete-loading {
    background-position: 99% center;
}
.homepage-latestnews-setting .js-form-item label {
    display: block;
    margin: 0;
    color: #333;
}

.homepage-latestnews-setting .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-manually.form-item-manually .option {
    margin-left: 10px;
    color: #1E3690;
}
.homepage-latestnews-setting .details-wrapper .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox .option {
    font-weight: normal;
    font-size: 16px;
    color: #333;
    font-style: normal;
    padding: 0;
}
.homepage-latestnews-setting summary:focus {
    outline: none;
}
.homepage-latestnews-setting summary:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: bold;
    float: right;
    font-size: 20px;
    margin: 2px 5px;
    line-height: normal;
}
.homepage-latestnews-setting summary[aria-expanded="true"]:after {
    content: '\f106';
}

/*login page css start*/
.user-login-form label.js-form-required.form-required {
    font-weight: bold;
    margin: 0;
    color: #1E3690;
}
.user-login-form .form-text {
    margin: 0;
    width: 100%;
    background: #F3F4F9;
    border: none;
    height: 30px;
}
.user-login-form div#edit-actions {
    text-align: left;
    display: block;
}
.user-login-form {
    padding: 30px;
    border: 1px solid #b5072f;
}
.user-login-form input#edit-submit {
    background: #fff;
    font-weight: bold;
    color: #1E3690;
    text-transform: uppercase;
    border: solid 3px transparent;
    background-image: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) ), linear-gradient(101deg, #1E3690, #B5072F);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 30px;
    margin: 20px 0 0;
}
.user-login-form input#edit-submit:hover {
    color: #fff !important;
    background-image: linear-gradient(to right, #1E3690, #B5072F) !important;
    box-shadow: none;
    background-clip: border-box;
    border: none;
    border: solid 3px transparent;
}


/*contact us page css start*/
.path-contact-us .contact-main-div .tab.contact-form-li {
    list-style: none;
    cursor: pointer;
}
.path-contact-us .contact-main-div ul {
    padding: 0;
}
.path-contact-us .contact-main-div .contact-form-li p {
    font: 12px/25px "poppins";
    margin: 0;
    line-height: normal;
}
.contact-main-div .contact-form-li h4 {
    font-size: 16px;
}
.path-contact-us .contact-main-div .contact-form-li h4 {
    font-family: 'poppins';
}
.path-contact-us .contact-main-div .contact-form-li {
    padding: 20px 20px !important;
}
.path-contact-us .contact-main-div .common-file-upload.midium-box {
    float: none;
    width: auto;	
}
.path-contact-us .contact-main-div .pst-block-main.file-pst-block-main.main-midium-box {
    margin-top: 5px;
    background: #fff;
    width: 50%;
}
.path-contact-us .contact-main-div #myImg {
    max-width: 100%;
    width: 100%;
}
.path-contact-us .contact-main-div input[type=radio] {
    visibility: hidden;
    position: absolute;
}
.path-contact-us .contact-main-div .form-radios .js-form-item {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.path-contact-us .contact-main-div input[type=radio] + label.option {
    border: 1px solid #ccc;
    padding: 7px 15px;
    cursor: pointer;
    font-size: 12px;
	color: #212529;
}
.path-contact-us .contact-main-div input[type=radio]:checked + label.option {
    display: inline-block;
    margin: 0;
    visibility: visible;
    padding: 7px 15px;
    height: auto;
    color: #fff !important;
    background-image: linear-gradient(to right, #1E3690, #B5072F) !important;
    box-shadow: none;
    background-clip: border-box;
    border: none;
}
.contact-main-div .form-group.event-multiitem {
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    color: #1e3690;
}
.contact-main-div .form-group.event-multiitem .form-control::placeholder {
    font-weight: normal;
    font-size: 12px;
	color:#8895C4;
}
.contact-main-div .form-group.event-multiitem .form-control {
    font-size: 12px;
    font-weight: normal;
    padding: 0.475rem .75rem;
}
div.min_imgs {
    color: #666;
    font-size: 12px;
    line-height: 23px;
    font-weight: normal;
	color: #212529;
}

/*Search pagee css start*/
.search-form + h2 {
    display: none;
}
.search-block-news .search-results .cat-mg {
    margin: 0;
}
/* form#search-form {
    padding: 0 40px 0 10px;
} */


.search-block-news .pager__items {
    padding: 0;
	text-align: center;
}
.search-block-news .pager__item a {
    font-size: 18px;
    font-family: 'Poppins';
}
.search-block-news li.pager__item.is-active a{
	color: #b5072f;
}
.search-block-news li.pager__item {
    padding: 0 9px;
    display: inline-block;
}
.search-block-news li.pager__item a.button {
    margin: 20px 0 35px;
}

/*Search pagee css end*/
/*Search pagee css start*/
.js-form-item-keys.form-item-keys {
    width: 100%;
}
.js-form-item-keys.form-item-keys .form-text {
    width: 100%;
    background: transparent;
    height: auto;
    border-radius: 3px;
    padding: 6px 10px;
    border: 1px solid #b5072f;
    position: relative;
    margin: 0;
    font-size: 12px;	
}
.js-form-item-keys.form-item-keys label {
    font-size: 35px;
    color: #1E3690;
    font-weight: bold;
    font-style: italic;
    margin: 0;
	border-top: 5px solid #B5072F;
    padding-top: 15px;
    padding-bottom: 30px;
    line-height: 42px;
}

.js-form-item-domain.form-item-domain select,
.js-form-item-sort-by.form-item-sort-by select,
.js-form-item-sort-order.form-item-sort-order select {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #b5072f;
	outline: none;
    font-size: 12px;	
}


.js-form-item-sort-by.form-item-sort-by,
.js-form-item-sort-order.form-item-sort-order {
    float: left;
}
.js-form-item-domain.form-item-domain label,
.js-form-item-sort-by.form-item-sort-by label,
.js-form-item-sort-order.form-item-sort-order label  {
    font-weight: bold;
    color: #1e3690;
    margin-bottom: 5px;
}
.js-form-item-domain.form-item-domain:focus,
.js-form-item-sort-by.form-item-sort-by:focus,
.js-form-item-sort-order.form-item-sort-order:focus,
input#edit-submit-custom-search:focus {
    outline: none;
}
.views-exposed-form div#edit-actions,.views-exposed-form .form-actions.js-form-wrapper.form-wrapper {
    float: right;
    display: inline-block;
    clear: none;
    margin: 0;
}
.form-actions.js-form-wrapper.form-wrapper .button.js-form-submit.form-submit {
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 3px transparent;
    background-image: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) ), linear-gradient(101deg, #1E3690, #B5072F);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    padding: 10px 30px;
    border-radius: 50px;
    margin-top: 17px;
    color: #1E3690;
    font-weight: 700;
    font-size: 12px;	
}
.form-actions.js-form-wrapper.form-wrapper .button.js-form-submit.form-submit:hover {
    color: #fff !important;
    background-image: linear-gradient(to right, #1E3690, #B5072F) !important;
    box-shadow: none;
    background-clip: border-box;
    border: none;
    border: solid 3px transparent;
}
form#views-exposed-form-custom-search-page-1 {
    margin-bottom: 30px;
}
li.pager__item {
    list-style: none;
}
/*Search pagee css end*/


/*taxonomy page css start*/
.view-taxonomy-term .brk-news-title p a {
    font-size: 25px;
}




/* Absolute Center Spinner */
.ajax-progress {
    position: fixed;
    z-index: 999999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/* Transparent Overlay */
.ajax-progress:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}
/* :not(:required) hides these rules from IE9 and below */
.ajax-progress:not(:required) {
    /* hide "ajax-progress..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.ajax-progress:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: #d32f2f 1.5em 0 0 0, #d32f2f 1.1em 1.1em 0 0, #d32f2f 0 1.5em 0 0, #d32f2f -1.1em 1.1em 0 0, #d32f2f -1.5em 0 0 0, #d32f2f -1.1em -1.1em 0 0, #d32f2f 0 -1.5em 0 0, #d32f2f 1.1em -1.1em 0 0;
}
.js-pager__items.pager .pager__item a.loading:before {
    content: '';
    display: inline-block;
    font-size: 5px;
    width: 3px;
    height: 3px;
    margin-right: 15px;
    vertical-align: middle;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgb(255 255 255 / 75%) 1.5em 0 0 0, rgb(255 255 255 / 75%) 1.1em 1.1em 0 0, rgb(255 255 255 / 75%) 0 1.5em 0 0, rgb(255 255 255 / 75%) -1.1em 1.1em 0 0, rgb(255 255 255 / 75%) -1.5em 0 0 0, rgb(255 255 255 / 75%) -1.1em -1.1em 0 0, rgb(255 255 255 / 75%) 0 -1.5em 0 0, rgb(255 255 255 / 75%) 1.1em -1.1em 0 0;
    box-shadow: #ffffff 1.5em 0 0 0, #ffffff 1.1em 1.1em 0 0, #ffffff 0 1.5em 0 0, #ffffff -1.1em 1.1em 0 0, #ffffff -1.5em 0 0 0, #ffffff -1.1em -1.1em 0 0, #ffffff 0 -1.5em 0 0, #ffffff 1.1em -1.1em 0 0;
}
.ajax-progress {
	display:none;
}
.path-frontpage .ajax-progress {
	display:block;
}
.js-pager__items.pager .pager__item a.loading {
    color: #fff !important;
    background-image: linear-gradient(to right, #1E3690, #B5072F) !important;
    box-shadow: none;
    background-clip: border-box;
    border: none;
    border: solid 3px transparent;
}
.article_breaking_news_section .small-block-news .title-bar .txtns {
	font-size: 25px;
}


.path-frontpage .ajax-progress {
    display: block;
    margin: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	background: none;
}
.ui-dialog .ajax-progress-throbber .throbber, 
.ui-dialog .ajax-progress-throbber .message {
    display: block;
    background: transparent;
    color: white;
    font-size: 17px;
    word-break: normal;
    white-space: nowrap;
    margin: 60px 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Poppins';
    text-align: center;
}
.ui-dialog .homepage-breakingnews-setting .ajax-progress-throbber .message:after,
.ui-dialog .homepage-latestnews-setting .ajax-progress-throbber .message:after, 
.ui-dialog .homepage-categorynews-setting .ajax-progress-throbber .message:after, 
.ui-dialog .homepage-sponsorednews-setting .ajax-progress-throbber .message:after 
{
    content: 'Cache is getting cleared';
    display: block;
    font-size: 14px;
    margin: 20px;
}
.ajax-progress:not(:required):after {
    margin: 0 auto;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    left: 50%;
}




/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@media only screen and (max-width: 3840px) {

}
@media only screen and (max-width: 2560px) {

}
@media only screen and (max-width: 1920px) {

}
@media only screen and (max-width: 1680px) {

}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1366px) {
}
@media only screen and (max-width: 1280px) {

}
/*ipad pro portrait media query*/
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation:portrait){
    .abt-article figure {
        width: 30%;
    }
	.view-taxonomy-term .brk-news-title p a {
		font-size: 15px;
	}
	.poll {
		width: 90%;
	}
	.poll h3.poll-question {
		font-size: 20px;
	}
	.related_arti_page .small-block-news .brk-news-title p a {
		font-size: 20px;
		line-height: normal;
	}
	.poll label.option {
		font-size: 16px;
	}
}
/*ipad pro landscape media query*/
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation:landscape){
	.view-taxonomy-term .brk-news-title p a {
		font-size: 20px;
	}
}
/*ipad portrait media query*/
@media only screen and (min-width:768px) and (max-width: 1023px) and (orientation:portrait) {
    .abt-article figure {
		width: 45%;
		margin-bottom: 0;
	}
	.abt-article:nth-child(even) figure {
		margin-bottom: 0;
	}
    span.field.field--name-title, h1.title-16 {
        font-size: 23px;
    }
    .path-story .common-file-upload.midium-box {
        width: 100%;
    }
	.view-taxonomy-term .brk-news-title p a {
		font-size: 15px;
	}
	.poll {
		width: 100%;
	}
	.poll h3.poll-question {
		font-size: 20px;
	}
	.poll .percent {
		font-size: 14px;
	}
	dt.choice-title.not-current-selection, dt.choice-title.is-current-selection {
		font-size: 14px;
	}
	.related_arti_page .small-block-news .brk-news-title p a {
		font-size: 20px;
		line-height: normal;
	}
	.poll label.option {
		font-size: 16px;
	}
	.js-form-item-keys.form-item-keys label {
		font-size: 25px;
		line-height: normal;
	}
}
/*ipad landscape media query*/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation:landscape) {
    .abt-article figure {
        width: 33%;
		margin-bottom: 0;
	}
	.abt-article:nth-child(even) figure {
		margin-bottom: 0;
	}
	.view-taxonomy-term .brk-news-title p a {
		font-size: 20px;
	}
	.poll {
		width: 100%;
	}
	.poll h3.poll-question {
		font-size: 20px;
	}
	.poll .percent {
		font-size: 14px;
	}
	dt.choice-title.not-current-selection, dt.choice-title.is-current-selection {
		font-size: 14px;
	}
	.related_arti_page .small-block-news .brk-news-title p a {
		font-size: 20px;
		line-height: normal;
	}
	.poll label.option {
		font-size: 16px;
	}
	.js-form-item-keys.form-item-keys label {
		font-size: 25px;
		line-height: normal;
	}
	span.field.field--name-title, h1.title-16 {
		font-size: 25px;
	}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { 
}
@media only screen and (max-width: 767px){
    .abt-article figure {
		width: 50%;
		margin-bottom: 0;
	}
	.abt-article figure img {
		height: auto;
	}
	.about-wd a img {
		width: auto !important;
		height: 40px !important;
	}
    .abt-article:nth-child(even) figure {
        margin-bottom: 0;
    }
    .path-story .common-file-upload.midium-box {
        width: 100%;
    }
    div#edit-actions input#edit-submit {
        margin-top: 20px;
    }
    span.field.field--name-title, h1.title-16 {
        font-size: 20px;
    }
	.brk-news-title h1.node__title {
		line-height: 22px;
	}
	.view-taxonomy-term .brk-news-title p a {
		font-size: 14px;
	}
	.view-taxonomy-term .brk-news-title p {
		margin-bottom: 5px;
	}
	.poll {
		width: 100%;
	}
	.poll h3.poll-question {
		font-size: 18px;
	}
	.poll .percent {
		font-size: 10px;
	}
	.poll label.option {
		font-size: 15px;
	}
	dt.choice-title.not-current-selection, dt.choice-title.is-current-selection {
		font-size: 13px;
	}
	#share-story-form div[data-drupal-selector="edit-actions"] .btn-secondary {
		padding: 10px 30px;
	}
	.js-form-item-sort-by.form-item-sort-by {
		float: right;
		margin-right: auto;
	}
	.js-form-item-keys.form-item-keys label {
		font-size: 20px;
		line-height: normal;		
	}
	.article-description {
		margin-top: 10px;
		margin-bottom: 40px;
	}
	.search-block-news .pager__item a {
		font-size: 14px;
	}
	.search-block-news li.pager__item {
		padding: 0 6px;
	}
}
@media only screen and (max-width: 767px) and (orientation:landscape){
	.abt-article figure {
		width: 40%;
		margin-bottom: 0;
	}
	.js-form-item-sort-by.form-item-sort-by {
		float: left;
		margin-right: 10px;
	}
	
}
@media screen and (max-height: 450px) {
}
@media screen and (max-width: 320px) {
    .abt-article figure {
        width: 100%;
        margin-bottom: 0;
    }
    .abt-article:nth-child(even) figure {
        margin-bottom: 20px;
    }
    .abt-article:nth-child(even) .abt-sub-title {
        text-align: left;
    }
    .abt-article figure {
        width: 100%;
        margin-bottom: 20px;
    }
    .abt-article {
        margin-bottom: 0;
    }
}
.custom-button
{
    display: block !important;
    border-radius: 50px !important;
    margin: 10px 0 0 !important;
    line-height: normal !important;
    padding: 8px 10px !important;
    height: 40px;
    width: 40px;
}