/* ---------- Overall Specifications ---------- */


/* Option 1: Using !important (use sparingly) */

p:empty {
    display: none !important;
}


/* Option 2: Using more specific selectors */

.field-content p:empty {
    display: none;
}


/* Option 3: Even more specific using block class */

.block .field-content p:empty {
    display: none;
}


/* Option 4: Super specific using multiple classes */

.block-views .field-content p:empty,
.block-content .field-content p:empty {
    display: none;
}

body {
    line-height: 1.5;
    font-size: 87.5%;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow-x: hidden
}

body.overflow-hidden {
    overflow: hidden
}

* {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a:link,
a:visited {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: inherit
}

h1 {
    font-size: 1.357em;
    color: #000
}

h2 {
    font-size: 1.143em
}

p {
    margin: 0 0 1em;
    font: 14px arial
}

del {
    text-decoration: line-through
}

tr.odd {
    background-color: #ddd
}

img {
    outline: 0
}

code,
kbd,
pre,
samp,
var {
    padding: 0 .4em;
    font-size: .857em;
    font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New"
}

code {
    background-color: #f2f2f2;
    background-color: rgba(40, 40, 0, .06)
}

code var,
kbd kbd,
kbd samp,
pre code,
pre kbd,
pre samp,
pre var {
    font-size: 100%;
    background-color: transparent
}

pre code,
pre samp,
pre var {
    padding: 0
}

.description code {
    font-size: 1em
}

kbd {
    background-color: #f2f2f2;
    border: 1px outset #575757;
    margin: 0 3px;
    color: #666;
    display: inline-block;
    padding: 0 6px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

pre {
    background-color: #f2f2f2;
    background-color: rgba(40, 40, 0, .06);
    margin: 10px 0;
    overflow: hidden;
    padding: 15px;
    white-space: pre-wrap
}

@font-face {
    font-family: gill;
    src: url(../fonts/gill/gill.eot);
    src: local("?"), url(../fonts/gill/gill.woff) format("woff"), url(../fonts/gill/gill.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "work-sans";
    src: url("../fonts/WorkSans/WorkSans-Regular.ttf");
}


/* ***********-- Fonts ***********-- */

#site-slogan,
.comment-form label,
.ui-widget,
body {
    font-family: Georgia, "Times New Roman", Times, serif
}

.comment-form label[for=edit-captcha-response] {
    width: 100%
}

#footer-wrapper,
#header,
#skip-link,
.breadcrumb,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
table,
ul.contextual-links,
ul.links,
ul.primary {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

a.button,
input,
select,
textarea {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif
}


/* ***********-- Reset Styles ***********-- */

caption {
    text-align: left;
    font-weight: 400
}

blockquote {
    background: #f7f7f7;
    border-left: 1px solid #bbb;
    font-style: italic;
    margin: 1.5em 10px;
    padding: .5em 10px
}

blockquote:before {
    color: #bbb;
    content: "\201C";
    font-size: 3em;
    line-height: .1em;
    margin-right: .2em;
    vertical-align: -.4em
}

blockquote:after {
    color: #bbb;
    content: "\201D";
    font-size: 3em;
    line-height: .1em;
    vertical-align: -.45em
}

blockquote>p:first-child {
    display: inline
}

a.feed-icon {
    display: inline-block;
    padding: 15px 0 0
}


/* ***********-- Table Styles ***********-- */

table {
    border: 0;
    border-spacing: 0;
    font-size: .857em;
    margin: 10px 0;
    width: 100%
}

#footer-wrapper table,
table table {
    font-size: 1em
}

table tr th {
    background: #757575;
    background: rgba(0, 0, 0, .51);
    border-bottom-style: none
}

table tr th,
table tr th a,
table tr th a:hover {
    color: #FFF;
    font-weight: 700
}

table tbody tr th {
    vertical-align: top
}

tr td,
tr th {
    padding: 4px 9px;
    border: 1px solid #fff;
    text-align: left
}

#footer-wrapper tr td,
#footer-wrapper tr th {
    border-color: #555;
    border-color: rgba(255, 255, 255, .18)
}

tr.odd {
    background: #e4e4e4;
    background: rgba(0, 0, 0, .105)
}

tr,
tr.even {
    background: #efefef;
    background: rgba(0, 0, 0, .063)
}

table ul.links {
    margin: 0;
    padding: 0;
    font-size: 1em
}

table ul.links li {
    padding: 0 1em 0 0
}


/* ***********-- List Styles ***********-- */

.block ol,
.block ul {
    margin: 0;
    padding: 0
}

.contextual-links-wrapper {
    font-size: small !important
}

ul.contextual-links {
    font-size: .923em
}

.contextual-links-wrapper a {
    text-shadow: 0 0 0 !important
}

.item-list .pager {
    font-size: .929em
}

ul.menu li {
    margin: 0
}

.region-content ol,
.region-content ul {
    margin: 1em 0;
    padding: 0
}

.item-list ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.tips {
    padding: 0 0 0 1.25em
}


/* ***********-- Header ***********-- */

#skip-link {
    left: 50%;
    margin-left: -5.25em;
    margin-top: 0;
    position: absolute;
    width: auto;
    z-index: 50
}

#skip-link a,
#skip-link a:link,
#skip-link a:visited {
    background: #444;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    display: block;
    font-size: .94em;
    line-height: 1.7;
    padding: 1px 10px 2px;
    text-decoration: none;
    -khtml-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px
}

#skip-link a:active,
#skip-link a:focus,
#skip-link a:hover {
    outline: 0
}


/* ************ System Tabs  ************ */

.tabs {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0
}

.tabs ul.primary {
    padding: 0 3px;
    margin: 0;
    overflow: hidden;
    border: none;
    background: url(../images/tabs-border.png) left bottom repeat-x
}

.tabs ul.primary li {
    display: block;
    float: left;
    vertical-align: bottom;
    margin: 0 5px 0 0
}

.tabs ul.primary li.active a {
    border-bottom: 1px solid #fff
}

.tabs ul.primary li a {
    color: #000;
    background-color: #ededed;
    height: 1.8em;
    line-height: 1.9;
    display: block;
    font-size: .929em;
    float: left;
    padding: 0 10px 3px;
    margin: 0;
    text-shadow: 0 1px 0 #fff;
    -khtml-border-radius-topleft: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -khtml-border-radius-topright: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px
}

.tabs ul.primary li.active a {
    background-color: #fff
}

.tabs ul.secondary {
    border-bottom: none;
    padding: .5em 0
}

.tabs ul.secondary li {
    display: block;
    float: left
}

.tabs ul.secondary li:last-child {
    border-right: none
}

.tabs ul.secondary li:first-child {
    padding-left: 0
}

.tabs ul.secondary li a {
    padding: .25em .5em
}

.tabs ul.secondary li a.active {
    background: #f2f2f2;
    border-bottom: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px
}

ul.action-links {
    list-style: none;
    margin: 5px;
    padding: .5em 1em
}

ul.action-links li {
    display: inline-block;
    margin-left: 10px
}

ul.action-links li a {
    padding-left: 15px;
    background: url(../images/add.png) left center no-repeat;
    margin: 0 10px 0 0
}


/* *********** Messages  ***********- */

#messages {
    padding: 10px 0 5px;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    float: right
}

.featured #messages {
    background: #f0f0f0;
    background: rgba(30, 50, 10, .08)
}

div.messages {
    margin: 0
}


/* *********** Buttons    *********** */

a.button,
input.form-submit {
    background: url(../images/buttons.png) repeat-x #fff;
    border: 1px solid #e4e4e4;
    border-bottom: 1px solid #b4b4b4;
    border-left-color: #d2d2d2;
    border-right-color: #d2d2d2;
    color: #3a3a3a;
    cursor: pointer;
    font-size: .929em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1em;
    margin-right: .6em;
    padding: 4px 17px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

a.button:active,
a.button:focus,
a.button:hover,
a.button:link,
a.button:visited {
    text-decoration: none;
    color: #5a5a5a
}


/************ Form Elements   ************/

fieldset {
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 32px;
    padding: 0 0 10px;
    position: relative;
    top: 12px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.fieldset-wrapper {
    margin-top: 25px
}

.node-form .vertical-tabs .fieldset-wrapper {
    margin-top: 0
}

.filter-wrapper {
    top: 0;
    padding: 1em 0 .2em;
    -khtml-border-radius-topright: 0;
    -khtml-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: none
}

.filter-help a {
    font-size: .857em;
    padding: 2px 20px 0
}

.filter-wrapper .form-item label {
    margin-right: 10px
}

.filter-wrapper .form-item {
    padding: 0 0 .5em .5em
}

.filter-guidelines {
    padding: 0 1.5em 0 .5em
}

fieldset.collapsed {
    background: 0 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

fieldset legend {
    background: #dbdbdb;
    border: 1px solid #ccc;
    border-bottom: none;
    color: #3b3b3b;
    display: block;
    height: 2em;
    left: -1px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    line-height: 2;
    padding: 0;
    position: absolute;
    text-indent: 10px;
    text-shadow: 0 1px 0 #fff;
    top: -12px;
    width: 100%;
    -khtml-border-radius-topleft: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -khtml-border-radius-topright: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

fieldset.collapsed legend {
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

fieldset legend a {
    color: #3b3b3b
}

fieldset legend a:active,
fieldset legend a:focus,
fieldset legend a:hover {
    color: #000
}

fieldset .fieldset-wrapper {
    padding: 0 10px
}

fieldset .fieldset-description {
    margin-top: 5px;
    margin-bottom: 1em;
    line-height: 1.4;
    color: #3c3c3c;
    font-style: italic
}

input {
    margin: 2px 0;
    padding: 4px
}

input,
textarea {
    font-size: .929em
}

textarea {
    line-height: 1.5
}

select.form-select,
textarea.form-textarea {
    padding: 4px
}

input.form-text,
select.form-select,
textarea.form-textarea {
    border: 1px solid #ccc
}

input.form-submit:focus,
input.form-submit:hover {
    background: #dedede
}

.password-suggestions ul li {
    margin-left: 1.2em
}

.form-item {
    margin-bottom: 1em;
    margin-top: 2px
}

.form-item label {
    font-size: .929em
}

.form-type-checkbox label,
.form-type-radio label {
    margin-left: 4px
}

.form-type-checkbox .description,
.form-type-radio .description {
    margin-left: 2px
}

.form-actions {
    padding-top: 10px
}


/********************* Disabled form elements **************************/

.form-disabled input,
.form-disabled select,
.form-disabled textarea,
input.form-button-disabled,
input.form-button-disabled:active,
input.form-button-disabled:focus,
input.form-button-disabled:hover {
    background: #ededed;
    border-color: #bbb;
    color: #717171
}

.form-disabled .grippie {
    background-color: #ededed;
    border-color: #bbb
}

.form-disabled label {
    color: #717171
}

.region-featured .ads {
    margin-top: 30px;
    padding: 0 15px;
}

.tabligh-section {
    display: inline-block;
    width: 100%
}


/************************************** 
			HEADER REGION 
***************************************/


/*************** header logo ****************/

.logo-holder {
    position: absolute;
    top: 6px;
    width: 100%;
    max-width: 492px;
    left: 150px;
    height: 140px;
    z-index: 1110
}

.logo-holder img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    padding: 0;
}

#logo {
    float: left;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    margin-left: 0;
    z-index: 60;
    text-indent: -200px;
}

#logo img {
    width: 100%
}

#name-and-slogan {
    float: left;
    padding-top: 34px;
    margin: 0 0 30px 15px;
    display: none
}

#site-name {
    font-size: 1.821em;
    color: #686868;
    line-height: 1
}

h1#site-name {
    margin: 0
}

#site-name a {
    font-weight: 400
}

#site-slogan {
    font-size: .929em;
    margin-top: 7px;
    word-spacing: .1em;
    font-style: italic
}

.search-icon-mobile {
    float: right;
    padding: 3px 7px;
    display: none;
    width: auto;
    position: absolute;
    right: 2px;
    top: 1px;
    cursor: pointer;
}

.search-icon-mobile i {
    color: #e5e5e5;
    font-size: 13px;
}

.search-icon-mobile i:hover {
    color: red
}

@media screen and (max-width:600px) {
    .search-icon-mobile {
        display: inline-block
    }
}

@media screen and (max-width:1000px) {
    .logo-holder {
        left: 18px;
    }
}

@media screen and (max-width:550px) {
    .logo-holder {
        left: 18px;
        width: 328px;
        height: 88px
    }
}

#header {
    display: inline-block;
    width: 100%;
    float: right;
    position: relative;
    z-index: 0;
}

@media screen and (max-width:1170px) {
    #header {
        /* display:none */
    }
}

.user-icons {
    position: absolute;
    right: 270px;
    top: 3px;
    font-family: Helvetica;
}

.user-icons a {
    font-size: 11px;
    color: #d1d1d1;
    font-family: Helvetica;
    margin-left: 10px;
}

.user-icons a i {
    margin-right: 4px;
}

.user-icons a {
    display: none
}

.user-icons a:hover {
    color: red
}

body.not-logged-in .user-icons a.not-logged-in {
    display: inline-block
}

body.logged-in .user-icons a.logged-in {
    display: inline-block;
}

@media screen and (max-width:600px) {
    .user-icons {
        right: 31px;
    }
}


/******************** Header adv *******************/

.not-front .header-adv {
    max-width: 400px;
}

.header-adv {
    position: absolute;
    right: 0px;
    top: 23px;
}

.header-adv .image {
    display: inline-block;
    width: 100%;
    float: left;
    border: 1px solid #eee
}

.header-adv .image * {
    display: inline-block;
    width: 100%;
    float: left;
    height: auto;
}

@media screen and (max-width:1200px) {
    .header-adv {
        right: 20px;
    }
}

@media screen and (max-width:1100px) {
    .header-adv {
        max-width: 300px;
        top: 40px;
    }
}

@media screen and (max-width:850px) {
    .header-adv {
        display: none !important
    }
}


/******************* header-top *******************/

.header-top {
    display: inline-block;
    width: 100%;
    float: left;
    height: 30px;
    background: #000;
    position: relative;
    z-index: 10;
}

.header-top .region {
    display: inline-block;
    width: 100%;
    float: left;
    height: 30px;
}


/******************* header-bottom *******************/

.header-bottom {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    height: 190px
}

.header-bottom .subscript-date {
    position: absolute;
    left: 0;
    width: 250px;
    bottom: 40px;
    z-index: 100
}

.header-bottom .subscribe-buttom {
    display: inline-block;
    padding: 8px 20px;
    background: #999;
    color: #fff;
    margin-bottom: 21px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Helvetica
}

.header-bottom .subscribe-buttom:hover {
    background: #fff;
    border: 1px solid #ddd;
    color: #999
}

.header-bottom .subscript-date .day {
    font: 32px gill;
    float: left;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #999;
    margin-top: 0;
    margin-right: 10px
}

.header-bottom .subscript-date .date {
    display: inline-block;
    float: left;
    font: 11px arial;
    clear: right;
    color: #999;
    margin-top: 14px;
}

@media screen and (max-width:1000px) {
    .header-bottom .subscript-date {
        display: none
    }
}

@media screen and (max-width:550px) {
    .header-bottom {
        height: 140px
    }
}


/******************* Region header blocks. *******************/

.region-header .block {
    font-size: .857em;
    float: left;
    margin: 0;
    padding: 0;
    display: inline-block
}

.region-header .block .content {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: right;
    width: 100%
}

.region-header .block ul {
    margin: 0;
    padding: 0;
    position: relative
}

.region-header .block li {
    list-style: none;
    padding: 0
}

.region-header .form-text {
    background: #fefefe;
    background: rgba(255, 255, 255, .7);
    border-color: #ccc;
    border-color: rgba(255, 255, 255, .3);
    margin-right: 2px;
    width: 120px
}

.region-header .form-text:active,
.region-header .form-text:focus,
.region-header .form-text:hover {
    background: #fff;
    background: rgba(255, 255, 255, .8)
}

.region-header .form-required {
    color: #eee;
    color: rgba(255, 255, 255, .7)
}


/******************* Region header block menus. *******************/

.region-header .block-menu {
    border: 0 solid;
    border-color: #eee;
    padding: 0;
    width: 208px
}

.region-header .block-menu li a {
    display: block;
    padding: 3px 7px
}

.region-header .block-menu li a:active,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, .15)
}

.region-header .block-menu li.last a {
    border-bottom: 0
}

.region-header #block-user-login {
    width: auto
}

.region-header #block-user-login .content {
    margin-top: 2px
}

.region-header #block-user-login .form-item {
    float: left;
    margin: 0;
    padding: 0
}

.region-header #block-user-login div.description,
.region-header #block-user-login div.item-list {
    font-size: .916em;
    margin: 0
}

.region-header #block-user-login div.item-list {
    clear: both
}

.region-header #block-user-login div.description {
    display: inline
}

.region-header #block-user-login .item-list ul {
    padding: 0;
    line-height: 1
}

.region-header #block-user-login .item-list li {
    list-style: none;
    float: left;
    padding: 3px 0 1px
}

.region-header #block-user-login .item-list li.last {
    padding-left: .5em
}

.region-header #block-user-login ul.openid-links li.last {
    padding-left: 0
}

.region-header #user-login li.openid-link a,
.region-header #user-login-form li.openid-link a {
    padding-left: 20px
}

.region-header #block-user-login .form-actions {
    margin: 4px 0 0;
    padding: 0;
    clear: both
}

.region-header #block-user-login input.form-submit {
    border: 1px solid;
    border-color: #ccc;
    border-color: rgba(255, 255, 255, .5);
    background: #eee;
    background: rgba(255, 255, 255, .7);
    margin: 4px 0;
    padding: 3px 8px
}

.region-header #block-user-login input.form-submit:focus,
.region-header #block-user-login input.form-submit:hover {
    background: #fff;
    background: rgba(255, 255, 255, .9)
}

.region-header #block-search-form {
    position: absolute;
    bottom: 53px;
    right: 20px;
    width: 342px;
    margin: 0
}

.region-header .captcha-admin-links {
    display: none
}

.region-header #block-search-form .form-text {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 30px;
    border-radius\: 1;
    display: inline-block;
    border-radius: 100px;
    background: #fff !important;
    padding-left: 10px !important;
    font-size: 13px
}

.region-header .block-locale ul li {
    display: inline;
    padding: 0 .5em
}


/************************** block-search-form-instance ********************************/

.block-search-form-instance {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 10px 20px 0;
    position: relative;
    margin-bottom: 0px;
}

.block-search-form-instance input[type='text'] {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0px 10px 0;
    outline: none;
    height: 30px;
    margin: 0;
}

.block-search-form-instance input[type='submit'] {
    position: absolute;
    top: 11px;
    right: 31px;
    margin: 0;
    width: 28px;
    text-indent: -90px;
    padding: 0;
    height: 28px;
    border: 0 solid;
    background: transparent;
    outline: none;
}

.block-search-form-instance .form-item-search-block-form:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    right: 36px;
    font-size: 18px;
    color: #333;
    top: 12px;
}


/******************* menu date wrapper *******************/

.menu-date-wrapper {
    display: inline-block;
    width: 100%;
    float: left;
    background: #0c2f82;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0
}

.menu-date-wrapper .fas {
    float: left;
    font-size: 22px;
    color: #f3f3f3;
    margin: 9px 0 9px 16px;
    user-select: none;
}

.menu-date-wrapper .all-link-menu {
    float: left;
    color: #fff;
    cursor: pointer;
    user-select: none;
    display: none;
}

@media screen and (max-width:700px) {
    .menu-date-wrapper .all-link-menu {
        display: inline-block
    }
}

.menu-date-wrapper .all-link-menu:hover i {
    color: #d2d2d2
}

.menu-date-wrapper .all-link-menu span {
    font-size: 14px;
    font-family: Helvetica;
    font-weight: 700;
    margin: 10px 1px 1px 10px;
    float: left;
    display: none
}

.menu-date-wrapper .date-desktop-hidden,
.menu-date-wrapper .subscribe-button {
    display: none
}

.menu-date-wrapper .dateWrapper {
    float: left;
    padding-left: 10px;
    height: 33px;
    padding-top: 4px
}

.menu-date-wrapper .dateWrapper .day {
    font: 28px gill;
    float: left;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #d7dbe2;
    margin-top: 0;
    margin-right: 10px
}

.menu-date-wrapper .dateWrapper .date {
    display: inline-block;
    float: left;
    font: 11px arial;
    clear: right;
    color: #d7dbe2;
    margin-top: 10px
}

.menu-date-wrapper:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 22px solid transparent;
    border-right: 22px solid #fff;
    border-bottom: 22px solid #fff;
    position: absolute;
    right: -1px
}

@media screen and (max-width:1000px) {
    .menu-date-wrapper .date-desktop-hidden {
        display: inline-block;
        float: left
    }
    .menu-date-wrapper .subscribe-button {
        display: inline-block;
        padding: 12px 20px 12px 12px;
        color: #d1d6e0;
        text-transform: uppercase;
        font-size: 11px;
        font-family: Helvetica;
        margin-left: 10px
    }
    .menu-date-wrapper .subscribe-button .fas {
        margin: 2px 7px 0 0;
        font-size: 13px;
        color: #bfc7d6
    }
}


/******************* Main Menu *******************/

#main-menu {
    width: 79%;
    height: 40px;
    border-bottom: 0 solid #fff;
    display: inline-block;
    float: left;
    padding-left: 10px
}

#main-menu>.menu {
    display: inline-block;
    height: 33px;
    width: 100%
}

#main-menu ul {
    margin: 0;
    padding: 0;
    position: relative
}

#main-menu-links {
    font-size: .929em;
    margin: 0;
    padding: 0
}

#main-menu li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0
}

#main-menu>ul>li.leaf.last a:after {
    display: none
}

#main-menu a {
    color: #e3e4e5;
    background: none !important;
    float: left;
    height: 40px;
    padding: 5px 7px;
    text-decoration: none;
    font-size: 14px;
    line-height: 2.2em;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 700;
    font-family: Helvetica
}

#main-menu>ul>li>a:hover {
    color: #ccc
}

#main-menu>ul>li>a:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

#main-menu a:active {
    background: #b3b3b3;
    background: rgba(255, 255, 255, 1)
}

#main-menu li a.active {
    border-bottom: none;
    color: #ccc
}

.featured #main-menu li a.active,
.featured #main-menu li a:active {
    background: #f0f0f0;
    background: rgba(240, 240, 240, 1)
}

#main-menu li.expanded {
    position: relative
}

#main-menu li.expanded>ul {
    display: none;
    position: absolute;
    width: 254px;
    top: 100%;
    left: 50%;
    margin-left: -127px
}

#main-menu li.expanded:hover>ul {
    display: inline-block;
    padding: 9px 0
}

#main-menu li.expanded:hover>ul>li {
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #2e6cce;
    background: #1b5bc0
}

#main-menu li.expanded:hover>ul>li a {
    line-height: 2.4em;
    text-align: center;
    padding: 0;
    width: 100%
}

#main-menu li.expanded:hover>ul>li a:hover {
    color: #ccc
}

@media screen and (max-width:700px) {
    #main-menu {
        display: none
    }
}

body.logged-in #main-menu>ul>li {
    clear: none
}

body.logged-in #main-menu>ul>li.leaf.login,
body.not-logged-in #main-menu>ul>li.leaf.profile {
    display: none;
    clear: none
}

#main-menu>ul>li.leaf.lastone,
#main-menu>ul>li.leaf.one-to-last {
    margin: 0;
    float: right
}

#main-menu>ul>li.leaf.lastone a,
#main-menu>ul>li.leaf.one-to-last a {
    font-size: 16px;
    line-height: 38px;
    padding: 3px 10px;
    text-transform: unset
}

#main-menu>ul>li.leaf.one-to-last a:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -1px;
    top: 12px;
    height 20px;
    width: 1px;
    background: #bb6062;
    height: 20px
}

body.logged-in #main-menu1>ul>li {
    clear: none
}

body.logged-in #main-menu1>ul>li.leaf.login,
body.not-logged-in #main-menu1>ul>li.leaf.profile {
    display: none;
    clear: none
}

#main-menu1>ul>li.lastone,
#main-menu1>ul>li.one-to-last {
    width: 50%;
    margin: 10px 0 20px
}

#main-menu1>ul>li.lastone a,
#main-menu1>ul>li.one-to-last a {
    border: 0 solid;
    padding: 0;
    text-align: center;
    font-weight: 700
}


/****************** SOCIAL ICONS ******************/

.block-menu.social-header-icons {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    margin: 2px
}

.block-menu.social-header-icons .content li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 10110px;
    padding: 0;
    overflow: hidden;
    text-indent: -100px;
    position: relative
}

.block-menu.social-header-icons .content li a:before {
    position: absolute;
    left: -2px;
    top: -1px;
    font-size: 30px;
    text-indent: 0;
    color: #fff
}

.block-menu.social-header-icons .content li a#socialContact:before {
    top: -2px
}

.block-menu.social-header-icons li a#SocialHome:before {
    font-size: 20px;
    left: 3px;
    top: 3px
}

.block-menu.social-header-icons li a#SocialRSS:before,
.block-menu.social-header-icons li a#socialArchive:before {
    font-size: 18px;
    left: 4px;
    top: 4px
}

.block-menu.social-header-icons li a#linkedin:before {
    font-size: 17px;
    left: 4px;
    top: 3px
}

.block-menu.social-header-icons li a#socialTwitter:before {
    font-size: 18px;
    left: 4px;
    top: 4px
}

.block-menu.social-header-icons li a#socialContact {
    left: 0
}

.block-menu.social-header-icons li a#socialFacebook:before {
    left: 3px;
    font-size: 18px;
    top: 4px
}

.block-menu.social-header-icons li {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 30px
}


/**********************************

		BODY REGION 
		
***********************************/

#page-wrapper {
    width: 100%;
    display: block;
    margin: auto;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    position: relative;
    background: #fff;
    z-index: 1;
    float: right
}

@media screen and (max-width:1170px) {
    #page-wrapper {
        display: inline-block;
        overflow: hidden;
    }
}

#main-wrapper {
    min-height: 600px;
    width: 100%;
    display: inline-block;
    float: right;
    padding-top: 0;
    padding-bottom: 50px;
}

@media screen and (max-width:1210px) {
    #main-wrapper {
        padding: 0 15px;
    }
}

#page {
    position: relative;
    z-index: 1;
    background: #fff !important;
    max-width: 1170px;
    width: 100%;
    float: none;
    margin: auto;
    display: block;
}

@media screen and (max-width:1210px) {
    #page {
        display: inline-block;
        width: 100%;
        padding: 0 0px;
        max-width: 100%;
    }
}


/******************** Main ******************/

#main {
    margin-top: 0;
    margin-bottom: 0px;
    display: block;
    margin: auto;
    position: relative;
    z-index: 0;
}

@media screen and (max-width:1210px) {
    #main {
        display: inline-block;
        width: 100%;
        float: left;
    }
}

.page-node-23 #main,
.page-node-25 #main {
    padding-top: 20px;
}

.page-node-23 .entry-title {
    display: inline-block;
    font-size: 40px;
    color: #2e2e2e;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 44px;
    width: 100%;
    margin-bottom: 10px;
}


/******************** featured ******************/

#featured {
    text-align: center;
    font-size: 1.643em;
    font-weight: 400;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
    width: 100%;
}

#featured h2 {
    font-size: 1.174em;
    line-height: 1
}


/* ************ Highlighted *********** */

#highlighted {
    border-bottom: 1px solid #d3d7d9;
    font-size: 120%;
}


/* ***********--- Help ***********--- */

.region-help {
    border: 1px solid #d3d7d9;
    padding: 0 1.5em;
    margin-bottom: 30px;
}

.not-front #main #content {
    display: inline-block;
    width: 100%;
}

.page-taxonomy.not-front #main #content {
    padding-top: 20px;
}

.not-front #main #sidebar-second {
    display: inline-block;
    width: 32%;
    padding-left: 40px
}

.page-taxonomy.not-front #main #sidebar-second {
    padding-top: 20px;
}

.not-front.page-archives #main #content {
    width: 100%
}

@media screen and (max-width:1200px) {
    .not-front #main #sidebar-second {
        padding-left: 23px
    }
}

@media screen and (max-width:1000px) {
    .not-front #main #content,
    .not-front #main #sidebar-second {
        display: inline-block;
        width: 100%;
        padding: 0
    }
}

.not-front.page-archives #main #sidebar-second>.section,
.not-front.page-node-23 #main #sidebar-second>.section,
.not-front.page-node-25 #main #sidebar-second>.section {
    display: none
}


/************************************** 
		   Footer REGION
***************************************/

#footer-wrapper {
    color: #666;
    background: #f5f5f5;
    position: relative;
    display: inline-block;
    width: 100%;
    float: right
}

#footer-wrapper .content a {
    color: #727272;
    display: inline;
}

#footer-wrapper a:focus,
#footer-wrapper a:hover {
    color: #fefefe;
    color: rgba(202, 23, 23, 0.95)
}

#footer .block,
#footer-columns .block-menu {
    margin: 0;
    padding: 0;
    border: none
}

#footer .block {
    margin: .5em 0
}

#footer .block .content {
    padding: .5em 0;
    margin-top: 0
}

#footer .block h2 {
    margin: 0
}

#footer-columns h2 {
    border-bottom: 1px solid #555;
    border-color: rgba(255, 255, 255, .15);
    font-size: 1em;
    margin-bottom: 0;
    padding-bottom: 3px;
    text-transform: uppercase
}

#footer-columns .content {
    margin-top: 0;
    float: left;
    width: 100%;
}

#footer-columns p {
    margin-top: 0;
    margin-bottom: 12px;
    float: left;
    width: 100%;
}

#footer-columns .content ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

#footer-columns .content li {
    list-style: none;
    margin: 0;
    padding: 0
}

#footer {
    letter-spacing: .2px;
    margin-top: 0;
    border-top: 0 solid #555;
    border-color: rgba(255, 255, 255, .15);
    display: inline-block;
    float: left;
    padding-left: 0
}

#footer .region {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    float: right
}

#footer .block {
    clear: both;
    display: inline-block;
    float: right
}

#footer li,
#footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#footer li.expanded {
    position: relative
}

#footer li a {
    float: left;
    padding: 3px 0;
    display: block;
    border-right: 0 solid #555;
    border-color: rgba(255, 255, 255, .15);
    font: 18px arial;
    text-align: left;
    width: 100%;
    position: relative
}

#footer .block-menu li a:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50px
}

#footer .block-menu li a {
    text-indent: 15px
}

#footer li ul {
    display: inline-block;
    float: left;
    clear: both
}

#footer li ul li {
    display: inline-block;
    width: 100%;
    float: left
}

#footer .content li {
    display: inline-block;
    float: left;
    width: 100%
}

#footer .content li ul,
#footer .content li ul li {
    width: 100%
}

#footer .content li ul li a {
    border: 0 solid #aaa;
    text-align: left;
    width: 100%
}

#footer li.last a {
    border-right: none
}

#footer-wrapper tr.odd {
    background-color: transparent
}

#footer-wrapper tr.even {
    background-color: #2c2c2c;
    background-color: rgba(0, 0, 0, .15)
}

@media screen and (max-width:1200px) {
    #footer-wrapper {
        padding: 0 10px;
    }
    #footer-wrapper #footer-columns {
        padding-bottom: 0
    }
}


/******************** all-topcis-menu-wrapper ******************/

.all-topcis-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999999999;
    background: #fff;
    height: 100%;
    margin: 0;
    display: none;
    /* overflow: scroll; */
}

.all-topcis-menu-wrapper.active {
    display: inline-block !important
}

.all-topcis-menu-wrapper>.btitle {
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #383838;
    padding: 5px 10px 2px;
    text-indent: -180px;
    position: relative;
    z-index: 10000;
    background: #fff;
    z-index: 100;
    height: 80px;
}

.all-topcis-menu-wrapper>.btitle a {
    max-width: 230px;
    position: absolute;
    left: 50%;
    margin-left: -520px;
}

.all-topcis-menu-wrapper>.btitle a,
.all-topcis-menu-wrapper .btitle a img {
    display: inline-block;
    width: 100%;
    height: auto;
    float: left;
}

.all-topcis-menu-wrapper>.btitle>span {
    background: url(http://demo.financialtribune.com/sites/all/themes/MPM/images/logo-new.png?sd69dd) 0 0/cover;
    width: 230px;
    display: inline-block;
    height: 70px;
    text-indent: -280px;
    float: left;
    overflow: hidden
}

.all-topcis-menu-wrapper>.btitle i {
    position: absolute;
    right: 10px;
    color: #ddd;
    font-size: 30px;
    text-indent: 0;
    top: 20px;
}

.all-topcis-menu-wrapper.active {
    display: inline-block
}

.all-topcis-menu-wrapper .section {
    display: inline-block;
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    padding-top: 90px;
    height: 100%;
    overflow-y: scroll;
    z-index: 1;
    right: 0;
}

.all-topcis-menu-wrapper .section .region {
    margin: auto;
    max-width: 1070px;
}

@media screen and (max-width:1100px) {
    .all-topcis-menu-wrapper>.btitle a {
        margin: 0;
        left: 20px;
    }
}


/******************** all-topcis-menu ******************/

.all-topcis-menu {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
    background: #fff;
    height: 110%;
    margin: 0;
    /* display:none */
    display: inline-block;
}

.all-topcis-menu .btitle {
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #383838;
    padding: 5px 10px 2px;
    text-indent: -180px;
    position: relative;
    z-index: 10000;
    background: #fff;
    display: none;
}

.all-topcis-menu .btitle>span {
    background: url(http://demo.financialtribune.com/sites/all/themes/MPM/images/logo-new.png?sd69dd) 0 0/cover;
    width: 230px;
    display: inline-block;
    height: 70px;
    text-indent: -280px;
    float: left;
    overflow: hidden
}

.all-topcis-menu.active {
    display: inline-block
}

.all-topcis-menu .content {
    display: block;
    padding: 20px 12px 20px;
    margin: auto;
    /* position:absolute; */
    /* top:0; */
    /* overflow-y:auto; */
    /* height: 100%; */
    width: 100%;
}

.all-topcis-menu .content a {
    color: #333
}

.all-topcis-menu .content>ul>li {
    width: 20%;
    padding: 0 10px 0;
    /* min-height: 320px; */
    float: left;
    list-style-image: none;
    list-style: none;
}

.all-topcis-menu .content>ul>li:nth-child(5n+1) {
    clear: left
}

.all-topcis-menu .content>ul>li>a {
    border-bottom: 1px solid #757575;
    font-size: 15px;
    font-weight: 700;
    font-family: lato;
    text-indent: 0;
    padding-bottom: 10px;
    margin-bottom: 5px;
    width: 100%;
    display: block;
}

.all-topcis-menu .content>ul>li ul,
.all-topcis-menu .content>ul>li ul li {
    list-style: none;
    background: none;
    padding: 0;
}

.all-topcis-menu .content>ul>li ul li>a {
    font-size: 13px;
    font-family: lato;
    display: inline-block;
    width: 100%;
    padding: 9px 0;
    text-indent: 0;
    color: #737373
}

.all-topcis-menu .content>ul>li ul li>a:hover {
    color: red
}

.all-topcis-menu .content>ul>li a:after {
    display: none
}

@media screen and (max-width:1100px) {
    .all-topcis-menu .content {
        padding: 20px 10px;
    }
    .all-topcis-menu .content>ul>li {
        width: 25%;
        padding: 0 20px;
        min-height: 0;
        margin-bottom: 30px
    }
    .all-topcis-menu .content>ul>li:nth-child(4n+1) {
        clear: left
    }
}

@media screen and (max-width:850px) {
    .all-topcis-menu .content {
        padding: 20px 10px;
    }
    .all-topcis-menu .content>ul>li {
        width: 33.3%;
        padding: 0 20px
    }
    .all-topcis-menu .content>ul>li:nth-child(4n+1) {
        clear: none
    }
    .all-topcis-menu .content>ul>li:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (max-width:700px) {
    .all-topcis-menu .content {
        padding: 20px 10px;
    }
    .all-topcis-menu .content>ul>li {
        width: 50%;
        padding: 0 20px;
    }
    .all-topcis-menu .content>ul>li:nth-child(3n+1),
    .all-topcis-menu .content>ul>li:nth-child(4n+1) {
        clear: none
    }
    .all-topcis-menu .content>ul>li:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (max-width:550px) {
    .all-topcis-menu .content {
        padding: 20px 10px 0;
    }
    .all-topcis-menu .content>ul>li {
        width: 50%;
        padding: 0 20px;
        clear: none !important;
        max-width: 50%;
    }
    .all-topcis-menu .content>ul>li:nth-child(2n+1) {
        clear: left !important;
    }
}

@media screen and (max-width:400px) {
    .all-topcis-menu .content {
        padding: 20px 10px 0;
    }
    .all-topcis-menu .content>ul>li {
        width: 100%;
        max-width: 100%
    }
}


/*************** copyright ***************/

#footer .block.copyright .content {
    padding: 0;
    display: inline-block;
    width: 100%;
}

#footer .block.copyright .content * {
    padding: 0;
    display: inline-block;
    width: 100%;
}

#footer .block.copyright {
    display: inline-block;
    width: 100%;
    float: right;
    padding: 0;
    margin: 0;
}

#footer .block.copyright p {
    display: inline-block;
    width: 100%;
    float: right;
    margin: 0;
    text-align: center;
}


/******************* footer logo *********************/

.footer-logo {
    display: inline-block;
    width: 100%;
    float: left;
}

.footer-logo .content,
.footer-logo .content * {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    height: auto;
    /* float: left; */
}

.footer-logo .content p {
    /* text-align:center; */
}

.footer-logo .content .icons-wrapper {
    display: inline-block;
    float: left;
}

.footer-logo .content .icons-wrapper a {
    float: left;
    width: auto;
    margin: 0;
    color: #f5f5f5 !important;
    height: 28px;
    position: relative;
    margin-right: 4px;
}

.footer-logo .content .icons-wrapper a:before {
    display: none
}

.footer-logo .content .icons-wrapper a i {
    color: #f5f5f5 !important;
    width: 27px;
    height: 28px;
    margin: 0;
}

.footer-logo .content .icons-wrapper a i:before {
    color: #333 !important;
    font-size: 23px;
}

.footer-logo .content .icons-wrapper a.icon-telegram i:before {
    color: #0088cc !important;
    font-size: 28px;
}

.footer-logo .content .icons-wrapper a.icon-linkedin {
    background: #0077B5 !important;
    text-align: center;
    border-radius: 80px;
}

.footer-logo .content .icons-wrapper a.icon-linkedin i:before {
    color: #fff !important;
    font-size: 17px;
    position: absolute;
    left: 7px;
    top: 4px;
}

.footer-logo .content .icons-wrapper a.icon-twitter {
    background: #00aced !important;
    text-align: center;
    border-radius: 80px;
}

.footer-logo .content .icons-wrapper a.icon-twitter i:before {
    color: #fff !important;
    font-size: 17px;
    position: absolute;
    left: 6px;
    top: 6px;
}

.footer-logo .content .icons-wrapper a.icon-facebook {
    background: #2055c3 !important;
    text-align: center;
    border-radius: 80px;
}

.footer-logo .content .icons-wrapper a.icon-facebook i:before {
    color: #fff !important;
    font-size: 17px;
    position: absolute;
    left: 10px;
    top: 6px;
}

.footer-logo .content .den-links a {
    font-size: 11px
}

.footer-logo .content .den-links strong {
    margin-bottom: 6px;
}

.footer-logo .content .den-links a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #aaa;
    margin-right: 7px;
    border-radius: 1000px;
    position: relative;
    top: -1px;
}

.footer-logo .content .den-links p {
    margin-bottom: 5px !important;
}


/************************ about-us-footer ****************************/

.about-us-footer .content .icons-wrapper {
    display: inline-block;
    float: left;
}

.about-us-footer .content .icons-wrapper a {
    float: left;
    width: auto;
    margin: 0;
    color: #030303 !important;
    height: 28px;
    position: relative;
    margin-right: 4px !important;
    overflow: hidden;
}

.about-us-footer .content .icons-wrapper a:before {
    display: none
}

.about-us-footer .content .icons-wrapper a i {
    color: #000000 !important;
    width: 27px;
    height: 28px;
    margin: 0;
    text-indent: -180px;
}

.about-us-footer .content .icons-wrapper a i:before {
    color: #333 !important;
    font-size: 23px;
    text-indent: 0;
    display: inline-block;
    float: left;
}

.about-us-footer .content .icons-wrapper a.icon-telegram i:before {
    color: #f5f5f5 !important;
    font-size: 28px;
}

.about-us-footer .content .icons-wrapper a.icon-linkedin {
    /* background:#0077B5 !important; */
    text-align: center;
    border-radius: 80px;
}

.about-us-footer .content .icons-wrapper a.icon-linkedin i:before {
    color: #000 !important;
    font-size: 17px;
    position: absolute;
    left: 7px;
    top: 0px;
}

.about-us-footer .content .icons-wrapper a.icon-telegram {
    background: #fff;
    border-radius: 10000px;
    display: none !important;
}

.about-us-footer .content .icons-wrapper a.icon-twitter {
    /* background: #00aced !important; */
    text-align: center;
    border-radius: 80px;
}

.about-us-footer .content .icons-wrapper a.icon-twitter i:before {
    color: #000 !important;
    font-size: 17px;
    position: absolute;
    left: 6px;
    top: 2px;
}

.about-us-footer .content .icons-wrapper a.icon-facebook {
    /* background: #2055c3 !important; */
    text-align: center;
    border-radius: 80px;
}

.about-us-footer .content .icons-wrapper a.icon-facebook i:before {
    color: #070707 !important;
    font-size: 17px;
    position: absolute;
    left: 8px;
    top: 1px;
}

.about-us-footer .content .icons-wrapper a.icon-instagram {
    /* background: #333; */
}


/****************** Contact Form ********************/

.contact-form #edit-mail,
.contact-form #edit-name,
.contact-form #edit-subject {
    width: 75%;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.contact-form #edit-message {
    width: 76.3%;
    -khtml-border-top-left-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.contact-form .resizable-textarea .grippie {
    width: 76%;
    -khtml-border-bottom-left-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.mpm-contactform {
    display: table;
    margin: auto;
    max-width: 700px;
    background: #f5f5f5;
    padding: 10px 20px;
    width: 100%;
}

.mpm-contactform select {
    display: inline-block;
    width: 100%;
}

.mpm-contactform label {
    display: inline-block;
    width: 100%;
    font: 13px tahoma;
    font-weight: bold;
}


/******************** Comment form **********************/

.comment-form label {
    float: left;
    font-size: .929em;
    width: 120px
}

.comment-form .form-select,
.comment-form input {
    margin: 0;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.comment-form .form-type-textarea label {
    float: none
}

#content #comments h3.comment-form {
    display: none !important
}

.comment-form .form-textarea {
    -khtml-border-radius-topleft: 4px;
    -khtml-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.comment-form .text-format-wrapper .form-item,
.comment-form fieldset.filter-wrapper .fieldset-wrapper {
    margin-top: 0;
    margin-bottom: 0
}

.filter-wrapper label {
    width: auto;
    float: none
}

.filter-wrapper .form-select {
    min-width: 120px
}

.comment-form fieldset.filter-wrapper .tips {
    font-size: .786em
}

#comment-body-add-more-wrapper .form-type-textarea label {
    margin-bottom: .4em
}

#edit-actions input {
    margin-right: .6em
}


/************ Other Overrides ************/

div.password-suggestions {
    border: 0
}

.ui-widget-overlay {
    background: #222;
    opacity: .7
}

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
    padding: 1em
}

#forum .name {
    font-size: 1.083em
}

#forum .description {
    font-size: 1em
}


/* ************ Search Form *********** */

#block-search-form {
    padding: 0;
    margin: 0;
    width: 100%;
    float: right;
    max-width: 260px;
    padding-left: 10px;
    border-left: 1px solid #6d6d6d;
}

#block-search-form .captcha-admin-links {
    display: none
}

#block-search-form .content {
    margin-top: 0;
    width: 100%;
}

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
    float: left;
    /* LTR */
    font-size: 1em;
    height: 29px;
    margin: 0 !important;
    width: 100% !important;
    color: #e2e2e2;
    background: none !important;
    padding: 0 !important;
    border: 0 solid !important;
}

#search-block-form input.form-submit,
#search-form input.form-submit {
    margin-left: 0;
    margin-right: 0;
    height: 26px;
    width: 26px;
    padding: 0;
    cursor: pointer;
    text-indent: -9999px;
    border: 0 solid;
    background: transparent;
    overflow: hidden;
    position: absolute;
    right: 3px;
    top: 1px;
    margin: 0;
    padding: 0;
    outline: none;
}

#search-block-form .form-item-search-block-form:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    right: 5px;
    font-size: 15px;
    color: #777;
    top: 4px;
}

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {}

#search-form .form-item-keys label {
    display: block;
}

#block-search-form #edit-captcha {
    display: none
}

@media screen and (max-width:600px) {
    #block-search-form {
        display: none
    }
}

.page-search .search-form {
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 20px;
    position: relative
}

.page-search .search-form label {
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 0;
    margin-bottom: 5px
}

.page-search #content .btitle {
    display: none
}

.page-search .apachesolr_search-results li {
    display: inline-block;
    width: 100%;
    float: left;
    background: #fdfdfd;
    margin: 0;
    padding: 10px
}

.page-search .apachesolr_search-results li:nth-child(2n+1) {
    background: #f7f7f7
}

.page-search .apachesolr_search-results .search-info a {
    display: none
}

.page-search .apachesolr_search-results .search-info {
    color: red
}

.page-search .apachesolr_search-results * {
    margin: 0;
    color: #666
}

.page-search .apachesolr_search-results a {
    font: 17px tahoma;
    color: #444;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%
}

.page-search #search-form #edit-basic [type=submit] {
    display: none
}

.page-search #search-form #edit-basic {
    padding: 10px;
    background: #eee;
    display: inline-block;
    width: 100%
}

.page-search #search-form #edit-basic .form-item-keys {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: auto
}

.page-search #search-form #edit-basic .form-item-keys>label {
    float: left;
    margin-right: 10px;
    width: 100px;
    padding: 5px 0 0
}

.page-search #search-form #edit-basic .form-item-keys #edit-keys {
    width: 390px;
    float: left
}

.page-search #search-form .captcha-admin-links {
    display: none
}


/* ************ Search Results *********** */

ol.search-results {
    padding-left: 0
}

.search-results li {
    border-bottom: 1px solid #d3d7d9;
    padding-bottom: .4285em;
    margin-bottom: .5em
}

.search-results li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 1em
}

.search-results .search-snippet-info {
    padding-left: 0
}


/************ Shortcut Links*********** */

.shortcut-wrapper {
    margin: 2.2em 0 1.1em
}

.shortcut-wrapper h1#page-title {
    float: left;
    margin: 0
}

div.add-or-remove-shortcuts {
    padding-top: .9em
}

.overlay div.add-or-remove-shortcuts {
    padding-top: .8em
}


/************** nemidonam ******************/


/****************** newspaper Archive ********************/

.newspaper-front .views-row-first .views-field-field-image .field-content div {
    padding-top: 136%;
    width: 100%
}

.region-content .newspaper-front .views-row-first .views-field-field-image .field-content div {
    padding-top: 136%
}

.front .region-content>.block.newspaper-front {
    max-height: 100000px
}

.newspaperArchive {
    display: inline-block;
    float: right;
    width: 100%
}

.newspaperArchive .item-list {
    display: inline-block;
    float: right;
    position: relative;
    width: 100%
}

.newspaperArchive .item-list * {
    float: right;
    width: 100%;
    display: inline-block;
    margin: 0;
    font: 25px gill;
    color: #f71216
}

.newspaperArchive .item-list .views-field-field-gsu {
    float: right;
    width: auto;
    margin: 9px 0
}

.views-field.views-field-field-author a {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-indent: -100px;
    overflow: hidden;
    z-index: 10000
}

.newspaperArchive .item-list .views-field-title {
    display: inline-block;
    width: auto;
    margin: 10px 0;
    color: #E10505;
    font: 16px tahoma;
    font-weight: 700;
    text-align: right
}

.newspaperArchive .item-list .views-field-title a {
    color: red;
    display: inline-block;
    font: 25px gill
}

.newspaperArchive .item-list .views-field-body {
    display: inline-block;
    width: auto;
    margin: 10px 0;
    color: #E10505;
    font: 16px tahoma;
    font-weight: 700;
    text-align: right;
    float: left
}

.newspaperArchive .item-list .views-field-body * {
    letter-spacing: -1px
}

.newspaperArchive .item-list .field-content {
    display: inline-block
}

.newspaperArchive .item-list ul li .views-field-field-image a {
    display: none;
    width: 100%;
    padding: 0;
    border: 1px solid #bbb;
    height: auto
}

.newspaperArchive .item-list ul li .views-field-field-image a:first-child {
    display: inline-block
}

.newspaperArchive .item-list ul li .views-field-field-files img {
    display: none
}

.newspaperArchive .item-list ul li .views-field-field-image a:first-child img {
    display: inline-block;
    width: 100%;
    height: auto
}

.newspaperArchive .bubbleWrapper {
    display: none;
    width: 100%;
    float: left;
    margin: 10px 0
}

.newspaperArchive .bubbleWrapper span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #D4D4D4;
    margin-right: 5px;
    border-radius: 100px;
    color: #FFF;
    text-align: center;
    font: 14px arial;
    line-height: 20px;
    cursor: pointer;
    margin-bottom: 5px
}

.newspaperArchive .bubbleWrapper span.active {
    background: #F80000;
    color: #fff
}

.page-archives .item-list .pager li.date-prev {
    float: left
}

.page-archives .item-list .pager li {
    position: relative;
    right: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    float: right;
    padding: 0;
    border-radius: 5px;
}

.page-archives .item-list .pager {
    width: 100%;
    float: right;
    position: relative;
    margin-bottom: 10px;
}

.page-archives .item-list .pager li a {
    margin: 5px;
    color: #000;
}

.page-archives .view-header .item-list .pager li a {
    color: #000
}

.page-archives .date-box .month.day {
    width: 100%;
    display: inline-block;
}

.page-archives .single-day .persian-date {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.page-archives .single-day .persian-date a {
    width: 100%;
    display: inline-block;
    text-align: center;
}


/*********************** taxonomy *************************/

.page-taxonomy #main {
    max-width: 1200px !important;
}

.page-taxonomy #content {
    padding-left: 0px !important;
}

.page-taxonomy .term-page-lists {
    opacity: 1;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.vocabulary-services .term-page-lists,
.vocabulary-tags .term-page-lists {
    opacity: 0;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.page-taxonomy .term-page-lists .view-content .item-list ul li.old {
    width: 33.3%;
    height: auto;
    min-height: 88px;
    margin: 0;
    border: 0 solid
}

.page-taxonomy .term-page-lists .view-content .item-list ul li.date_seperator {
    display: inline-block;
    width: 100%;
    float: right;
    min-height: 0;
    border: 0 solid;
    text-align: center;
    font-size: 15px;
    background: #f3f3f3;
    font-family: arial;
    font-weight: 700;
    color: #aaa;
    margin: 0 0 10px
}

.page-taxonomy .term-page-lists .view-content .item-list li.old>div.views-field-title,
.page-taxonomy .term-page-lists .view-content .item-list li.old>div.views-field-title * {
    width: auto;
    max-width: 300px;
    height: auto;
    position: relative;
    top: 0;
    bottom: 0
}

.page-taxonomy .term-page-lists .view-content .item-list li.old>div.views-field-title * {
    float: left;
    font-size: 14px
}

.page-taxonomy .term-page-lists .view-content .item-list ul li.old .views-field-field-image {
    width: 75px
}

.page-taxonomy .term-page-lists .item-list li.old>div.views-field-body,
.page-taxonomy .term-page-lists .item-list li.old>div.views-field-body-1 {
    width: auto;
    overflow: none;
    display: block;
    font-size: 12px;
    padding: 0;
    color: #aaa;
    line-height: 14px;
    max-height: 29px;
    max-width: 230px
}

.page-taxonomy .term-page-lists .view-content .item-list ul li.views-row-odd,
.page-taxonomy .term-page-lists .view-content .item-list ul li:nth-child(3n+1) {
    clear: none
}

.page-taxonomy .term-page-lists .view-content .item-list ul li.old-1,
.page-taxonomy .term-page-lists .view-content .item-list ul li.old-10,
.page-taxonomy .term-page-lists .view-content .item-list ul li.old-13,
.page-taxonomy .term-page-lists .view-content .item-list ul li.old-16,
.page-taxonomy .term-page-lists .view-content .item-list ul li.old-19,
.page-taxonomy .term-page-lists .view-content .item-list ul li.old-22,
.page-taxonomy .term-page-lists .view-content .item-list ul li.old-25,
.page-taxonomy .term-page-lists .view-content .item-list ul li.old-28,
.page-taxonomy .term-page-lists .view-content .item-list ul li.old-31,
.page-taxonomy .term-page-lists .view-content .item-list ul li.old-34,
.page-taxonomy .term-page-lists .view-content .item-list ul li.old-4,
.page-taxonomy .term-page-lists .view-content .item-list ul li.old-7,
.page-taxonomy.tax-page-first .term-page-lists .view-content .item-list ul li.new:nth-child(3n+1) {
    clear: left
}

.page-taxonomy .term-page-lists .view-content .item-list ul li.old .views-field-field-publish-date-calendar {
    margin-top: -5px;
    display: none
}

.page-taxonomy .term-page-lists .view-content .item-list ul li.old .views-field-title {
    margin-top: -3px;
    max-width: 230px
}

.page-taxonomy .term-page-lists .view-content .item-list ul li.old .date-display-single {
    font-size: 12px
}

.page-taxonomy .term-page-lists .view-content .term-page-lists .item-list>ul {
    display: inline-block;
    margin: 0;
    width: 100%
}

.page-taxonomy .term-page-lists .view-content .item-list ul li.old.old-even {
    margin-right: 0;
    margin-left: 0
}

.page-taxonomy .term-page-lists .item-list ul {
    margin: 0 auto
}

.page-taxonomy .author-wrapper {
    margin-bottom: 10px;
}

.author-wrapper {
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 0;
}

.author-wrapper .l {
    float: left;
    display: inline-block;
    width: 520px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}

.page-taxonomy .author-wrapper .l {
    width: 600px;
}

.page-taxonomy .author-wrapper .l a:first-child {
    margin-top: 10px;
}


/*******************  taxonomy-headings  ********************/


/* Base taxonomy heading styles */

.taxonomy-headings {
    display: inline-block;
    width: 100%;
    float: left;
    border-bottom: 0px solid #eee;
    margin: 10px 0 20px;
}


/* Content area */

.taxonomy-headings .content {
    display: inline-block;
    width: 100%;
    float: left;
}


/* Views content wrapper */

.taxonomy-headings .view-wrapper {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
}


/* Main view area */

.taxonomy-headings .views-content.main-view {
    display: inline-block;
    width: 100%;
    float: left;
    padding-bottom: 0;
    border-bottom: 0 solid #eee;
    margin: 10px 0 20px;
}


/* Title styling */

.taxonomy-headings .views-field-name.title {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 0;
}

.taxonomy-headings .views-field-name.title:before {
    display: inline-block;
    width: 100%;
    float: left;
    content: '';
    height: 1px;
    background: #444;
    position: absolute;
    top: 23px;
    z-index: 0;
}

.taxonomy-headings .views-field-name.title h1 {
    font-family: Helvetica;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    float: left;
    display: inline-block;
    color: #2e2e2e;
    line-height: 44px;
    width: auto;
    position: relative;
    z-index: 10;
    background: #fff;
    padding-right: 5px;
}


/* Brief description */

.taxonomy-headings .views-field-description__value.brief {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 0;
}

.taxonomy-headings .views-field-description__value.brief p {
    font-family: lato;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    color: #666;
}


/* Image field */

.taxonomy-headings .views-field-field-image.image {
    display: inline-block;
    width: 100%;
    max-width: 240px;
    position: relative;
    float: left;
    margin-right: 14px;
}

.taxonomy-headings .views-field-field-image.image * {
    display: inline-block;
    width: 100%;
    position: relative;
    float: left;
}

.taxonomy-headings .views-field-field-image.image img {
    max-width: 100%;
    border: 1px solid #eee;
    margin: 0 0 10px;
}


/* Attachment wrappers */

.taxonomy-headings .attachment-before-wrapper.abw,
.taxonomy-headings .attachment-after-wrapper.aaw {
    display: inline-block;
    width: 100%;
    float: left;
    /* padding: 10px 0;
    margin-bottom: 15px; */
}


/* Related tags section */

.taxonomy-headings .related-tags {
    display: inline-block;
    width: 100%;
    float: left;
    border-top: 1px solid #eee;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-top: 15px;
}

.taxonomy-headings .related-tags .views-label {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 10;
    background: #fff;
    padding-right: 5px;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 600;
    margin-right: 7px;
}

.taxonomy-headings .related-tags .article-tags {
    display: inline-block;
    float: left;
    background: #eee;
    border-radius: 10px;
    padding: 0 5px;
    margin-right: 10px;
}

.taxonomy-headings .related-tags .article-tags a {
    display: inline-block;
    float: left;
    font-size: 11px;
    font-family: lato;
    color: #333;
    padding: 3px;
}

.taxonomy-headings .related-tags .article-tags i {
    display: inline-block;
    float: left;
    font-size: 9px;
    margin-right: 1px;
    margin-top: 7px;
}

.taxonomy-headings .related-tags .article-tags:hover {
    background: #ddd;
}

.taxonomy-headings .related-tags ol {
    margin: 0;
}


/* Vocabulary specific styles */

.vocabulary-tags .taxonomy-headings {
    background: #fff;
    padding: 0;
}

.vocabulary-services .taxonomy-headings .content {
    overflow: hidden;
    float: left;
    width: 100%;
}

.vocabulary-services .taxonomy-headings .content .views-field-description {
    overflow: hidden;
}


/* Special issue styles */

.vocabulary-special_issue.not-front.one-sidebar .frontServices .view-content .item-list li {
    min-height: 140px;
}

.vocabulary-special_issue.not-front.one-sidebar .frontServices .view-content .item-list li>div.views-field-title {
    width: 100%;
    height: auto;
    display: inline-block;
    overflow: visible;
    float: left;
}

.vocabulary-special_issue.not-front.one-sidebar .frontServices .view-content .item-list li>div.views-field-title * {
    display: inline-block;
    width: 100%;
    float: left;
    max-width: 100%;
    position: relative;
}

.vocabulary-special_issue.not-front.one-sidebar .frontServices .view-content .item-list li>div.views-field-title a {
    max-width: 250px;
    margin-bottom: 10px;
}

.vocabulary-special_issue.not-front.one-sidebar .frontServices .view-content .item-list li>div.views-field-field-publish-date-calendar {
    width: 100%;
    height: auto;
    display: inline-block;
    overflow: visible;
    float: left;
}

.vocabulary-special_issue.not-front.one-sidebar .frontServices .view-content .item-list li>div.views-field-field-publish-date-calendar * {
    display: inline-block;
    width: 100%;
    float: left;
}


/* Hide specific elements */

.vocabulary-newspaper_number .term-page-lists,
.vocabulary-services .slideshow-slider,
.vocabulary-services .special-style {
    display: none;
}


/* Contextual elements */

.contextual-region {
    position: relative;
}


/* Responsive containers */

.views-element-container {
    width: 100%;
    float: left;
}


/******************* Search STYLES ****************/

.page-search.page-search-content .node-article {
    display: inline-block;
    width: 48%;
    float: left;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 21px;
}

.page-search.page-search-content .node-article .field.field-short-url {
    display: none !important;
}

.page-search.page-search-content .node-article.even {
    margin-left: 4%;
}

.page-search.page-search-content .node-article .field-name-field-image {
    margin-right: 10px;
}

.page-search.page-search-content .node-article .field-name-field-image,
.page-search.page-search-content .node-article .field-name-field-image * {
    display: inline-block;
    width: 150px;
    float: left;
}

.page-search.page-search-content .node-article .field-name-title {
    width: 320px;
    height: 132px;
    float: left;
    position: relative;
}

.page-search.page-search-content .node-article .field-name-title a {
    display: block;
    margin-bottom: 0;
    font: 17px tahoma;
    width: 190px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #333
}

.page-search.page-search-content .node-article .field-name-title a:hover {
    color: #888
}

#google-cse-results tr {
    background: none;
    margin: 0
}

#google-cse-results * {
    background: #fff;
    margin: 0;
    padding: 0
}

#google-cse-results .gsc-webResult.gsc-result {
    margin-bottom: 10px;
}

#google-cse-results .gsc-cursor-box .gsc-cursor-page {
    background: #E8E8E8;
    padding: 10px 15px;
    margin: 4px;
    border-radius: 4px;
    color: #000;
    box-shadow: 0 0 1px #666;
}

#google-cse-results .gsc-cursor-box {
    margin: auto;
    display: table;
}

#google-cse-results .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
    margin-right: 10px
}

#google-cse-results .gs-image-box.gs-web-image-box.gs-web-image-box,
#google-cse-results .gs-web-image-box * {
    max-width: 100px;
    width: 100px;
    height: auto
}


/* news-views */

.news-views .views-row.class-Small.Image .views-field-field-image {
    display: none
}

.news-views .article-image {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
    width: 100%;
    overflow: hidden;
    max-width: 480px;
    margin-right: 20px;
}

@media screen and (max-width:750px) {
    .news-views .article-image {
        max-width: 380px;
    }
}

@media screen and (max-width:650px) {
    .news-views .article-image {
        max-width: 100%;
    }
}

.news-views .article-image .caption {
    background: #f5f5f5;
    font-size: 12px;
    padding: 2px 5px;
    font-family: times new roman;
    color: #999;
    font-style: italic
}

.news-views .article-image * {
    display: inline-block;
    width: 100%;
    height: auto;
    float: right
}

.news-views .article-details {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.news-views .article-details .article-services {
    display: inline;
    float: left;
    color: #7f7f7f
}

.news-views .article-details .article-services a {
    font-size: 12px;
    font-family: tahoma;
    color: #7f7f7f
}

.news-views .article-details .article-services i {
    font-size: 10px;
    margin-right: 6px;
    color: #7f7f7f
}

.news-views .article-image .field-content>a:nth-child(2) {
    display: none
}

.news-views .article-details .article-date {
    display: inline;
    float: left;
    font-size: 12px;
    font-family: tahoma;
    color: #7f7f7f;
    margin-left: 20px;
    margin-top: 2px
}

.news-views .article-details .article-date * {
    color: #7f7f7f;
    font-size: 12px;
}

.news-views .article-details .article-date i {
    font-size: 12px;
    margin-right: 6px;
    color: #7f7f7f
}

.news-views .article-details .article-comment-count {
    float: left;
    font-size: 12px;
    font-family: tahoma;
    color: #333;
    margin-left: 20px;
    display: none
}

.news-views .article-details .article-comment-count i {
    font-size: 12px;
    margin-right: 6px;
    color: #999
}

.news-views .title {
    display: inline-block;
    float: left;
    width: 100%
}

.news-views .title h1 {
    display: inline-block;
    font-size: 40px;
    color: #2e2e2e;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 44px;
    width: 100%;
    margin-bottom: 10px
}

.news-views .body {
    /* display: inline-block; */
    /* width: 100%; */
    /* float: left; */
    margin-bottom: 20px
}

.news-views .body p {
    display: block;
    text-align: left;
    line-height: 27px;
    font-size: 18px;
    color: #505050;
    font-family: lato;
    margin-bottom: 10px
}

.news-views .body .image {
    width: 100%;
    max-width: 300px;
    margin: 10px
}

.news-views .body .image img {
    width: 100%;
    height: auto;
    display: inline-block
}

.news-views .body h2 {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
    font-family: lato
}

.news-views .body ul {
    padding-left: 20px;
    margin: 20px 0
}

.news-views .body ul li {
    display: block;
    line-height: 21px;
    font-size: 16px;
    color: #505050;
    font-family: lato;
    margin-bottom: 13px;
    position: relative;
    padding-left: 20px
}

.news-views .body ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 9px;
    background: #444;
    border-radius: 1000px
}

.news-views .body .drop {
    font-size: 89px;
    float: left;
    margin-top: 16px;
    margin-right: 10px;
    height: 59px;
    font-family: 'Libre Baskerville', serif;
    color: #0c2f82;
    line-height: 55px;
    font-weight: 500
}

.news-views .body .article-quote-1 {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    padding: 90px 70px
}

.news-views .body .article-quote-1.right {
    float: right
}

.news-views .body .article-quote-1 p {
    text-align: center;
    margin: 0;
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
    font-family: 'Libre Baskerville', serif;
    color: #999
}

.news-views .body .article-quote-1:after {
    content: '';
    display: inline-block;
    width: 200px;
    position: absolute;
    bottom: 50px;
    height: 2px;
    background: #666;
    right: 50%;
    margin-right: -100px
}

.news-views .body .article-quote-1 i {
    font-size: 60px;
    margin-bottom: 20px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -30px
}

.news-views .body .article-quote-2 {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    padding: 90px 20px 64px;
    max-width: 350px;
    background: #fff
}

.news-views .body .article-quote-2.right {
    float: right
}

.news-views .body .article-quote-2 p {
    text-align: center;
    margin: 0;
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
    font-family: 'Libre Baskerville', serif;
    color: #999
}

.news-views .body .article-quote-2:after {
    content: '';
    display: inline-block;
    width: 200px;
    position: absolute;
    bottom: 35px;
    height: 2px;
    background: #3b3b3b;
    right: 50%;
    margin-right: -100px
}

.news-views .body .article-quote-2 i {
    font-size: 60px;
    margin-bottom: 20px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -30px
}

.news-views .intro {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 18px;
    color: #999;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 20px;
    text-decoration: underline
}

.news-views .intro div {
    font-size: 18px;
    color: #999;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 22px;
}

.news-views .highlight {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #383838;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    margin-bottom: 20px;
    display: none
}

.news-views .copyright-block-link {
    text-align: center;
    padding: 5px 0;
    font-size: 13px;
    display: inline-block;
    float: right
}

.news-views .copyright-block-link a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #333;
    float: left;
    text-align: center;
    margin-right: 20px;
    font-family: lato
}

.news-views .copyright-block-link a:hover {
    color: red
}

.news-views {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-top: 30px;
}

.news-views:after {
    display: inline-block;
    width: 100%;
    float: right;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100
}

.news-views .content-restrict-access {
    position: relative;
    z-index: 200
}

.news-views .shareButton {
    display: inline-block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    z-index: 1000;
    position: relative;
    margin-bottom: 10px
}

.news-views .views-field-nothing .shareButton {
    padding-top: 16px;
    border-top: 1px solid #eee
}

.news-views .shareButton a[class*=icon-] {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #22276b;
    margin-right: 3px;
    float: left;
    border-radius: 1000px;
    position: relative
}

.news-views .shareButton a:before {
    display: none
}

.news-views .shareButton a.print {
    float: right;
    background: #bbb
}

.news-views .shareButton a.print:before {
    left: 8px;
    top: 7px
}

.news-views .shareButton a.icon-google-plus {
    background: #da4835
}

.news-views .shareButton a.icon-telegram {
    background: #ffffff;
}

.news-views .shareButton a.icon-telegram:before {
    left: 6px
}

.news-views .shareButton a.icon-linkedin {
    background: #0274b3
}

.news-views .shareButton a.icon-twitter {
    background: #55acee
}

.news-views .shareButton a:before {
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 7px;
    left: 8px
}

.news-views .shareButton a i {
    color: #f5f5f5 !important;
    width: 27px;
    height: 28px;
    margin: 0;
}

.news-views .shareButton a i:before {
    color: #333 !important;
    font-size: 23px;
}

.news-views .shareButton a.icon-telegram i:before {
    color: #0088cc !important;
    font-size: 30px;
}

.news-views .shareButton a.icon-linkedin {
    background: #0077B5 !important;
    text-align: center;
    border-radius: 80px;
}

.news-views .shareButton a.icon-linkedin i:before {
    color: #fff !important;
    font-size: 17px;
    position: absolute;
    left: 8px;
    top: 5px;
}

.news-views .shareButton a.icon-twitter {
    background: #00aced !important;
    text-align: center;
    border-radius: 80px;
}

.news-views .shareButton a.icon-twitter i:before {
    color: #fff !important;
    font-size: 17px;
    position: absolute;
    left: 7px;
    top: 7px;
}

.news-views .shareButton a.icon-facebook {
    background: #2055c3 !important;
    text-align: center;
    border-radius: 80px;
}

.news-views .shareButton a.icon-facebook i:before {
    color: #fff !important;
    font-size: 17px;
    position: absolute;
    left: 10px;
    top: 6px;
}

.news-views .shareButton a.icon-print {
    background: #dddddd !important;
    text-align: center;
    border-radius: 80px;
}

.news-views .shareButton a.icon-print i:before {
    color: #fff !important;
    font-size: 17px;
    position: absolute;
    left: 7px;
    top: 6px;
}

.news-views .shareButton span {
    float: left;
    margin-top: 5px;
    font-family: arial;
    margin-right: 10px;
    font-size: 13px
}

.news-views .gsu {
    z-index: 300;
    display: inline-block;
    margin-bottom: 0;
    position: relative
}

.news-views .gsu span {
    padding: 7px 18px;
    font-size: 11px;
    display: inline-block;
    background: #eee;
    border-radius: 100px;
    font-family: lato;
    cursor: pointer;
    margin: 0
}

.news-views .gsu span.extra {
    position: absolute;
    top: 39px;
    left: 50%;
    background: #626262;
    color: #fff;
    margin-left: -31px;
    padding: 5px 14px
}

.news-views .gsu span.extra:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-right0: 6px solid #333;
    border-bottom: 6px solid #626262;
    position: absolute;
    top: -12px;
    right: 50%;
    margin-right: -6px
}

.news-views .gsu span.extra.hover {
    left: 50%;
    margin-left: -61px;
    display: none
}

.news-views .gsu span.extra.after-copy {
    display: none;
    background: #626262
}

.news-views .gsu:hover span.extra.hover {
    display: inline-block;
    background: #626262
}

.news-views .gsu.bounceIn .extra.after-copy {
    display: inline-block
}

.news-views .gsu.bounceIn span.extra.hover {
    display: none !important
}

.news-views .gsu:hover span {
    background: #d5d5d5
}

.views-field.views-field-field-article-tags.article-tags {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}


/* Target individual tags */

.views-field.views-field-field-article-tags.article-tags a {
    display: inline-block;
    float: left;
    background: #eee;
    margin: 3px;
    border-radius: 500px;
    position: relative;
    padding: 1px 10px 1px 17px;
    color: #333;
    font-size: 11px;
    font-family: lato;
    text-transform: uppercase;
}


/* Add bullet point before each tag */

.views-field.views-field-field-article-tags.article-tags a:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 7px;
    left: 7px;
    background: #aaa;
    border-radius: 50%;
}

.news-views .article-tags a {
    display: inline-block;
    float: left;
    padding: 1px 10px 1px 6px;
    color: #333;
    font-size: 11px;
    font-family: lato;
    text-transform: uppercase
}

.news-views .article-tags {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    float: left;
    border-bottom: 0 solid #ededed;
    padding-bottom: 10px
}

.news-views .article-tags .article-tag {
    display: inline-block;
    float: left;
    background: #eee;
    margin: 3px;
    border-radius: 500px;
    position: relative;
    padding-left: 17px
}

.news-views .article-tags .article-tag:hover {
    background: #d8d8d8
}

.news-views .article-tags .article-tag i {
    font-size: 8px;
    color: #aaa;
    position: absolute;
    top: 5px;
    left: 8px
}

.news-views .author-lists-wrapper {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.news-views .author-lists-wrapper .views-row {
    display: inline-block;
    width: auto;
    float: left;
    margin-right: 15px
}

@media screen and (max-width:900px) {
    .news-views .article-image .field-content>a:nth-child(1) img {
        display: inline-block;
        width: 100%;
        height: auto
    }
}

@media screen and (max-width:850px) {
    .news-views .title h1 {
        font-size: 35px;
        line-height: 40px
    }
}

@media screen and (max-width:700px) {
    .news-views .body .article-quote-1 {
        padding: 90px 20px
    }
    .news-views .body .article-quote-2 {
        width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width:600px) {
    .news-views .body .image {
        width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width:550px) {
    .news-views {
        padding: 0
    }
}

.news-views .class-Small.Image .rightpart .new-design .image {
    display: none
}

.node-taxonomy-sponsered-content .news-views .article-details .article-services {
    background: red;
    padding: 5px 20px;
    border-radius: 5px;
    margin-top: 10px;
}

.node-taxonomy-sponsered-content .news-views .article-details .article-services i {
    color: #fff;
    font-size: 12px;
}

.node-taxonomy-sponsered-content .news-views .article-details .article-services a {
    color: #fff;
    font-size: 16px;
}

.node-taxonomy-sponsered-content .news-views .article-details .article-date {
    margin-top: 6px;
}


/********************** author-wrapper **********************/

.author-wrapper .l a:first-child {
    float: left;
    margin-right: 10px;
    width: 100px;
    border-radius: 10000px;
    overflow: hidden;
    height: 100px;
    margin-top: 3px
}

.author-wrapper .l img {
    float: left;
    margin-right: 10px;
    width: 100%;
    border-radius: 10000px;
    overflow: hidden;
    height: auto
}

.author-wrapper .l a {
    font: 20px tahoma;
    font-weight: 700;
    color: #666
}

.author-wrapper .l h1 {
    font: 20px tahoma;
    font-weight: 700;
    color: #666;
    margin-bottom: 10px
}

.author-wrapper .l p {
    font: 12px tahoma;
    color: #777;
    display: block;
    line-height: 15px;
    margin: 0
}

.author-wrapper .r {
    display: inline-block;
    width: 200px;
    float: left;
    margin-left: 20px;
    min-height: 100px
}

.author-wrapper .r a:before {
    font-size: 25px
}

.author-wrapper .r div {
    float: left;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: tahoma;
    font-size: 16px;
    color: #666
}

.author-wrapper .r div a {
    display: inline-block;
    text-indent: -100px;
    overflow: hidden;
    float: left;
    border-radius: 1050px;
    background: #ccc;
    width: 30px;
    height: 30px;
    margin-right: 5px
}

.author-wrapper .r>div {
    width: 100%;
    margin-top: 37px
}

.author-wrapper a:before {
    display: inline-block;
    text-indent: 0;
    float: left;
    font-size: 23px;
    margin-left: 5px;
    margin-top: 3px;
    color: #b3b3b3
}

.author-wrapper a.icon-envelope:before {
    font-size: 20px;
    margin-left: 5px
}

.news-views .author-wrapper .image {
    float: left;
    width: 45px;
    border-radius: 1000px;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-right: 7px
}

.news-views .author-wrapper .image * {
    float: left;
    width: 100%
}

.news-views .author-wrapper .details {
    display: table;
    padding: 0 0 7px;
    margin-top: 0
}

.news-views .author-wrapper .details .name {
    display: table;
    border-bottom: 1px solid #e3e3e3;
    padding: 0
}

.news-views .author-wrapper .details .name a {
    font: 13px tahoma;
    font-weight: 700;
    color: #333;
    float: left;
    margin-right: 10px
}

.news-views .author-wrapper .details .name a:hover {
    color: red
}

.news-views .author-wrapper .details .name div {
    float: left
}

.news-views .author-wrapper .details .bio {
    font: 11px tahoma;
    margin-top: 1px;
    color: #999
}

.news-views .author-wrapper .details a:before {
    font-size: 13px
}

.news-views .author-wrapper .details a[class*=icon-] {
    display: inline-block;
    text-indent: -100px;
    overflow: hidden;
    float: left;
    border-radius: 1050px;
    width: 21px;
    height: 21px;
    margin-right: 1px;
    margin-top: -1px
}

.news-views .author-wrapper .details a.icon-envelope:before {
    font-size: 12px;
    margin-top: 4px;
    margin-left: 5px
}

.news-views .author-wrapper .details a.icon-twitter:before {
    font-size: 15px;
    margin-top: 3px;
    margin-left: 4px
}

.author_lists .author-wrapper .l {
    width: 100%;
    border: 0 solid;
    padding: 0
}

.author_lists .author-wrapper .l a:first-child {
    width: 70px;
    height: 70px;
    border: 1px solid #f5f5f5;
    margin-top: 0
}

.author_lists .author-wrapper .l a {
    font-size: 16px;
    margin-top: 20px
}

.author_lists .author-wrapper .r {
    display: none
}

.author_lists .author-wrapper {
    margin: 0
}


/********************* Login Page ********************/

.page-user #block-system-main form {
    display: table;
    margin: 60px auto auto;
    max-width: 410px;
    padding: 30px 30px 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 44, 99, .75)), to(#22276b)), url(https://dl.dropboxusercontent.com/u/22006283/preview/codepen/clouds-cloudy-forest-mountain.jpg) center center no-repeat;
    background: linear-gradient(rgba(34, 44, 99, .75), #22276b), url(https://dl.dropboxusercontent.com/u/22006283/preview/codepen/clouds-cloudy-forest-mountain.jpg) center center no-repeat;
    border-radius: 5px
}

.page-user #block-system-main form>div>div {
    margin-bottom: 10px !important;
    display: inline-block;
    width: 100%
}

.page-user #block-system-main form * {
    color: #fff
}

.page-user #block-system-main form fieldset {
    background: 0 0;
    border: 0 solid #eee;
    padding: 0;
    margin: 0
}

.page-user #block-system-main form #edit-account {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 0 !important
}

.page-user #block-system-main form .password-strength {
    display: none
}

.page-user #block-system-main form #edit-simplenews {
    border-radius: 0;
    float: left;
    width: 100%;
    position: relative;
    color: #aaa;
    top: 0;
    border-top: 0 solid #ddd;
    padding-top: 0
}

.page-user #block-system-main form #edit-simplenews .fieldset-description {
    display: none !important
}

.page-user #block-system-main form #edit-simplenews * {
    color: #9790dc;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif
}

.page-user #block-system-main form #edit-newsletters {
    position: relative
}

.page-user #block-system-main form #edit-newsletters input {
    position: absolute;
    left: 0;
    top: 3px
}

.page-user #block-system-main form #edit-newsletters label {
    padding-left: 20px
}

.page-user #block-system-main form fieldset * {
    margin: 0;
    padding: 0
}

.page-user #block-system-main form>div {
    display: inline-block;
    width: 100%;
    float: left
}

.page-user #block-system-main form #edit-actions {
    display: inline-block;
    width: 100%;
    float: left;
    margin: 20px 0 0;
    padding: 0
}

.page-user #block-system-main form input[type=password],
.page-user #block-system-main form input[type=text] {
    display: inline-block;
    width: 100%;
    -webkit-appearance: none;
    float: left;
    outline: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAAXNSRÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦KC6FYs4+7Oz0j8jIbTPD/5kB7blg6cV5yvf6YDBf8a8gSLtXzq+l6rIQAAAABJRU5ErkJggg==) !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: 16px 18px !important;
    background-position: 98% 50% !important;
    cursor: auto !important;
    background: 0;
    border: 0 solid;
    line-height: 28px;
    border-radius: 115px;
    color: #eee;
    padding-left: 15px;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
    margin: 0
}

.page-user #block-system-main form input[type=submit] {
    background: #fff;
    color: #22276b;
    padding: 8px 10px 5px;
    min-width: 100px;
    outline: 0;
    -webkit-appearance: none;
    margin: 0 !important;
    float: left;
    text-transform: uppercase;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    width: 100%;
    height: 35px;
    border: none;
    border-radius: 20px;
    background: rgba(16, 89, 255, 1);
    left: 0;
    top: 0;
    -webkit-transition: all .5s ease, top .5s ease .5s, height .5s ease .5s, background-color .5s ease .75s;
    transition: all .5s ease, top .5s ease .5s, height .5s ease .5s, background-color .5s ease .75s;
    font-weight: 500;
    font-size: 14px
}

.page-user #block-system-main form input[type=submit]:focus {
    background-color: #0444d4;
    -webkit-transition: all .5s ease, top .5s ease .5s, height .5s ease .5s, background-color .5s ease .75s;
    transition: all .5s ease, top .5s ease .5s, height .5s ease .5s, background-color .5s ease .75s
}

.page-user #block-system-main form .captcha img {
    float: left;
    width: 40%;
    height: auto
}

.page-user #block-system-main form .captcha .form-item {
    width: 60%;
    float: left;
    padding-left: 10px;
    margin: 0
}

.page-user #block-system-main form .form-item {
    float: left;
    margin-bottom: 0;
    width: 100%
}

.page-user #block-system-main form .password-suggestions {
    display: inline-block;
    width: 100% !important;
    float: left;
    padding: 10px 15px !important
}

.page-user #block-system-main form .description {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 5px;
    color: #aaa;
    font-family: tahoma;
    line-height: 13px
}

.page-user #block-system-main form .description li {
    color: #aaa
}

.page-user #block-system-main form input[type=password]:focus,
.page-user #block-system-main form input[type=text]:focus {
    background: rgba(255, 255, 255, .3);
    border: none;
    padding-right: 40px;
    -webkit-transition: background .5s ease;
    transition: background .5s ease
}

.page-user #block-system-main form label {
    font-weight: 500;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 7px;
    padding-left: 15px;
    color: #bbb;
    float: left;
    width: 100%
}

.page-user #block-system-main form .captcha .form-item-captcha-response label {
    text-align: center;
    padding-left: 0;
    color: #9790dc;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif
}

.page-user #block-system-main form .captcha {
    margin-top: 10px !important;
    margin-bottom: 0 !important
}

.page-user .captcha .description,
.page-user .form-item-mail .description,
.page-user .form-item-name .description,
.page-user .form-item-pass .description {
    display: none
}

.page-user #block-system-main form .captcha,
.page-user #block-system-main form .field-name-field-full-name,
.page-user #block-system-main form .form-item-mail,
.page-user #block-system-main form .form-item-name,
.page-user #block-system-main form .form-item-pass {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    display: inline-block;
    width: 100%;
    float: left
}

.page-user .captcha img {
    margin-top: 10px
}

.page-user #block-system-main form .forgot {
    display: inline-block;
    width: 100%;
    float: right;
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #645eac
}

.page-user #block-system-main form .forgot a {
    display: inline-block;
    width: 100%;
    float: right;
    color: #9790dc;
    text-align: center;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif
}

.page-user #block-system-main form .field-name-field-full-name .form-item {
    margin: 0 !important;
    padding: 0 !important
}

.page-user #block-system-main form div.password-confirm {
    margin: 0 !important;
    padding: 0 !important;
    display: none
}

.page-user-edit #block-system-main form #edit-mimemail,
.page-user-edit #block-system-main form #edit-picture,
.page-user-edit #block-system-main form #edit-timezone {
    display: none
}

.page-user-edit #block-system-main form #edit-account .description,
.page-user-edit #block-system-main form .description * {
    color: #aaa;
    font-size: 10px
}

.page-user-edit #block-system-main form #edit-account>div {
    margin-bottom: 10px !important
}

.page-user .tabs {
    display: none !important
}

.page-user #block-system-main form .form-header {
    text-align: center;
    font-size: 30px;
    font-family: tah;
    font-weight: 700;
    color: #d8d8d8;
    border-bottom: 1px solid #656b95;
    padding-bottom: 5px;
    margin-bottom: 30px !important
}

.page-user #block-system-main form textarea {
    background: #4b5186;
    border: 0 solid
}

.page-user #block-system-main form textarea~.grippie {
    display: none
}

body.page-user.page-user-edit[class*=page-user-] #block-system-main {
    display: inline-block !important;
    width: 100% !important
}

.user-info-block {
    display: inline-block;
    width: 100%;
    float: left;
    background: #f1f1f1;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    margin-top: 30px
}

.user-info-block .views-row,
.user-info-block .views-row .views-field {
    display: inline-block;
    width: 100%;
    float: left
}

.user-info-block .views-row .views-label {
    display: inline-block;
    width: 150px;
    float: left;
    font-weight: 700
}

.user-info-block .views-row .field-content * {
    font-size: 11px;
    color: #444;
    font-family: tahoma
}


/***************** Node Type Premium ****************/

.node-type-premium-content .content-restrict-access {
    display: inline-block;
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px 70px 10px;
    margin: 30px 0
}

.node-type-premium-content .content-restrict-access .cra-title {
    font-family: gill !important;
    font-weight: 700 !important;
    font-size: 40px !important;
    margin-bottom: 10px !important;
    color: #000 !important;
    text-align: center
}

.node-type-premium-content .content-restrict-access>* {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 0 !important
}

.node-type-premium-content .content-restrict-access p {
    margin: 0 0 8px;
    font-size: 18px !important;
    color: #222 !important;
    text-align: center;
    font-family: lato
}

@media screen and (max-width:550px) {
    .node-type-premium-content .content-restrict-access {
        padding: 30px 20px
    }
}

.node-type-premium-content.fa .content-restrict-access p {
    font-family: tahoma !important;
    direction: rtl;
    font-size: 14px !important;
}

.node-type-premium-content.fa .content-restrict-access .cra-title {
    font-family: tahoma !important;
    font-size: 20px !important;
}


/* Checkout page */

[class*=page-checkout-] .block-system {
    max-width: 800px;
    margin: auto;
    border: 0 solid
}

[class*=page-checkout-] .block-system .cart_contents.form-wrapper legend {
    display: none;
    border: 0 solid
}

[class*=page-checkout-] .block-system .cart_contents.form-wrapper {
    border: 0 solid;
    margin: 0
}

[class*=page-checkout-] .block-system .commerce_payment.form-wrapper legend {
    display: none;
    border: 0 solid;
    margin: 0
}

[class*=page-checkout-] .block-system .commerce_payment.form-wrapper {
    border: 0 solid;
    margin-bottom: 0
}

[class*=page-checkout-] .block-system .commerce_payment.form-wrapper .fieldset-wrapper {
    margin: 0
}

[class*=page-checkout-] .block-system .checkout-buttons.form-wrapper {
    border: 0 solid;
    margin: 0
}

[class*=page-checkout-] .block-system .checkout-buttons.form-wrapper .fieldset-wrapper {
    margin: 0
}

[class*=page-checkout-] .block-system .checkout-buttons.form-wrapper .checkout-back {
    color: #aaa
}

[class*=page-checkout-] .block-system .checkout-buttons.form-wrapper .button-operator,
[class*=page-checkout-] .block-system .checkout-buttons.form-wrapper .checkout-cancel,
[class*=page-checkout-] .block-system .checkout-help {
    display: none
}

[class*=page-checkout-] .block-system .checkout-buttons.form-wrapper .checkout-processed {
    margin: auto;
    display: block;
    background: #129c0a;
    border-radius: 1px;
    border: 1px solid #f0f0f0;
    color: #fff;
    padding: 8px 19px;
    float: right
}

[class*=page-checkout-] .block-system fieldset .fieldset-wrapper {
    margin: 0
}

[class*=page-checkout-] .checkout-info p {
    font-size: 19px;
    font-weight: 700;
    margin: 0
}


/********************** page-subscription **********************/

[class*=page-subscription-plans-] .view-content {
    max-width: 1100px;
    margin: auto
}

[class*=page-subscription-plans-] .view-header {
    float: right;
    width: 100%;
    display: inline-block
}

[class*=page-subscription-plans-] .view-header .global-right {
    float: right;
    width: 37%;
    display: inline-block
}

[class*=page-subscription-plans-] .view-header .global-left {
    float: right;
    width: 63%;
    display: inline-block;
    padding-top: 100px;
    padding-right: 20px
}

[class*=page-subscription-plans-] .view-header .global-left h2 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 40px
}

@media screen and (max-width:1280px) {
    [class*=page-subscription-plans-] .view-header .global-left {
        padding-left: 25px;
        padding-top: 40px
    }
}

@media screen and (max-width:850px) {
    [class*=page-subscription-plans-] .view-header .global-left,
    [class*=page-subscription-plans-] .view-header .global-right {
        width: 50%
    }
}

@media screen and (max-width:650px) {
    [class*=page-subscription-plans-] .view-header .global-left,
    [class*=page-subscription-plans-] .view-header .global-right {
        width: 100%;
        padding: 0 20px
    }
}

[class*=page-subscription-plans-] #sidebar-second {
    display: none
}

[class*=page-subscription-plans-] #content {
    width: 100%;
    max-width: 100%
}


/********************** vocabulary-author *************************/

.vocabulary-author #block-system-main .view {
    display: inline-block;
    width: 100%;
    float: left
}

.vocabulary-author #block-system-main .view .views-field-field-image {
    display: inline-block;
    width: 100%;
    float: left;
    max-width: 210px;
}

.vocabulary-author #block-system-main .view .views-field-title a {
    /* font-size:14px; */
    /* width:100%; */
    /* max-width:100%; */
}

.vocabulary-author #block-system-main .view .views-field-title {
    /* height:auto; */
    /* width:240px; */
    margin-bottom: 5px;
}

.vocabulary-author #block-system-main .view .views-field-title * {
    height: auto;
    position: relative
}

.vocabulary-author #block-system-main .view .views-field-body {
    display: block;
    width: auto;
    padding: 0;
    min-height: 0;
    font-size: 13px
}

.vocabulary-author #block-system-main .view .views-field-field-publish-date-calendar {
    display: none
}

.vocabulary-author #block-system-main .view .views-row {
    min-height: 0
}

.vocabulary-author #block-system-main .view .views-row:nth-child(3n+1) {
    clear: left
}


/***************** userlists ******************/

.userlists {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: auto
}

.userlists tr>td:first-child {
    width: 35%
}

.userlists tr>td:nth-child(2) {
    width: 30%
}

.userlists .views-field-nothing>div>div>div a {
    display: inline-block;
    text-indent: -100px;
    overflow: hidden;
    float: left;
    border-radius: 1050px;
    background: #757575;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-bottom: 5px
}

.userlists .views-field-nothing>div>div>div a:before {
    display: inline-block;
    text-indent: 0;
    float: left;
    font-size: 19px;
    margin-left: 6px;
    margin-top: 4px;
    color: #fff
}

.userlists .views-field-name a {
    color: #000
}

.page-node-66199 #block-system-main .question {
    position: relative;
    background: #22276B;
    margin: 0;
    padding: 10px 10px 10px 10px;
    display: block;
    width: 100%;
    cursor: pointer;
    color: white;
    font: 18px arial;
}

.page-node-66199 #block-system-main .plus {
    display: none !important
}

.page-node-66199 #block-system-main table {
    max-width: 1000px;
    margin: auto;
}

.page-node-66199 #block-system-main img {
    max-width: 1110px;
    margin: auto;
    float: none;
    display: block;
}

.page-node-66199 #content {
    max-width: 100%;
}

.page-node-66199.not-front .field-name-body img {
    width: 100% !important;
    height: auto
}

.page-node-66199.not-front .field-name-body iframe {
    width: 100% !important;
    min-height: 1000px;
}

.page-node-47743 #block-system-main .node {
    display: table;
    margin: auto;
    max-width: 400px;
    padding: 30px 0 10px;
}

.page-node-50029 #block-system-main .node {
    display: table;
    margin: auto;
    max-width: 400px;
    padding: 30px 0 10px;
}

.page-node-50029 .block-simplenews .content p {
    display: none
}

.page-node-47743 .block-simplenews .content p {
    display: none
}

.page-node-50029 .block-simplenews input[type="submit"] {
    display: none
}

.page-node-50029 .block-simplenews #edit-unsubscribe {
    display: inline-block
}


/************************ CONTACT PAGE ************************/

.page-node-25 .field-name-body table {
    max-width: 100%;
    margin: 20px auto;
}

.page-node-25 .field-name-body p,
.page-node-25 .field-name-body p strong {
    text-align: center;
    font-size: 20px !important;
}

.search-form.google-cse {
    position: relative;
    display: inline-block;
    width: 100%;
}

#search-form.google-cse input.form-submit {
    top: auto;
    bottom: 3px;
}

#google-cse-results .gsc-selected-option {
    min-width: 100px;
}


/********************* special-issue *************************/

.special-issue {
    display: inline-block;
    width: 100%;
    float: left;
}

.special-issue .btitle {
    text-indent: -200px;
    overflow: hidden;
    background: url(https://financialtribune.com/sites/all/themes/MPM/images/special-reports.png) no-repeat left top;
    height: 56px;
    padding: 0;
}

.special-issue>.content {
    display: inline-block;
    width: 100%;
    float: left;
}

.special-issue>.content>.view {
    display: inline-block;
    width: 100%;
    float: left;
}

.special-issue .with-attachment>.abw {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.special-issue .with-attachment>.abw * {
    display: inline-block;
    width: 100%;
    float: left;
    height: auto;
}

.special-issue .with-attachment>.abw .image {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.special-issue .with-attachment>.abw a {
    font: 13px tahoma;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    color: #000;
}

.special-issue .with-attachment>.main-view {
    display: inline-block;
    width: 100%;
    float: left;
    height: auto;
}

.special-issue .with-attachment>.main-view * {
    display: inline-block;
    width: 100%;
    float: left;
    height: auto;
    font: 13px tahoma;
    font-weight: bold;
    color: #999;
}

.special-issue .with-attachment>.main-view a:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #333;
    margin-right: 5px;
    position: relative;
    top: -2px;
    border-radius: 50px;
}

.special-issue .with-attachment>.main-view a {
    border-bottom: 2px solid #ddd;
    padding: 4px;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.bounceInDown {
    animation-duration: .75s
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}


/***************** adv-fixed-bottom **************/

.adv-fixed-bottom {
    display: none;
    width: 100%;
    max-width: 350px;
    background: #9c0a0d;
    position: fixed;
    bottom: 0;
    margin: 0 !important;
    right: 50%;
    margin-right: -175px !important;
    padding-top: 41px !important;
    z-index: 10000;
}

#footer .block.adv-fixed-bottom {
    display: none
}

.adv-fixed-bottom .btitle {
    padding: 5px 10px 3px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    cursor: pointer;
}

.adv-fixed-bottom .content {
    display: none;
    width: 100%;
    line-height: 33px;
    padding: 0 !important;
}

.adv-fixed-bottom .content p {
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    font: 16px tahoma;
    padding: 5px 40px !important;
    opacity: 0;
}

.adv-fixed-bottom .content p:first-child {
    font-size: 20px;
    font: 21px tahoma;
    letter-spacing: 0px;
    font-weight: bold;
    padding: 40px 40px 0 !important;
    opacity: 0;
    display: inline-block;
}

.adv-fixed-bottom .content p.bounceInDown {
    opacity: 1
}

.adv-fixed-bottom .content p:last-child {
    padding: 5px 40px 40px !important;
}

.adv-fixed-bottom .content p a {
    background: #630305;
    color: #e6e6e6;
    display: inline-block;
    text-indent: 0;
    padding: 8px 40px 11px;
    border-radius: 3px;
    font-weight: bold;
    font-family: tahoma;
    font-size: 16px;
}

.adv-fixed-bottom .close {
    position: absolute;
    top: 0;
    right: 0;
    background: #9c0a0d;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
    border-radius: 10000px;
    margin: -14px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-indent: 1px;
    cursor: pointer;
}


/**************** pricing-table *****************/

#block-system-main .panel {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    position: relative;
    width: 100%;
    z-index: 10;
    display: inline-block
}

#block-system-main .pricing-table {
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .08), 0 20px 31px 3px rgba(0, 0, 0, .09), 0 8px 20px 7px rgba(0, 0, 0, .02);
    display: flex;
    flex-direction: column
}

@media (min-width:900px) {
    #block-system-main .pricing-table {
        flex-direction: row
    }
}

#block-system-main .pricing-table * {
    text-align: center;
    text-transform: uppercase
}

#block-system-main .pricing-plan {
    border-bottom: 1px solid #e1f1ff;
    padding: 25px
}

#block-system-main .pricing-plan:last-child {
    border-bottom: none
}

@media (min-width:900px) {
    #block-system-main .pricing-plan {
        border-bottom: none;
        border-right: 1px solid #e1f1ff;
        flex-basis: 100%;
        padding: 25px 30px;
        width: 25%;
        float: left
    }
    #block-system-main .pricing-plan:last-child {
        border-right: none
    }
}

#block-system-main img {
    max-width: 100%;
    margin: auto;
    display: block
}

#block-system-main .pricing-header {
    color: #888;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 14px
}

#block-system-main .pricing-header a {
    text-align: center;
    display: inline-block;
    width: 100%;
    font: 18px tahoma;
    font-weight: 700;
    color: #22276b
}

#block-system-main .pricing-features li {
    text-align: center;
    display: inline-block;
    width: 100%;
    font: 14px tahoma;
    color: #4049c1
}

#block-system-main .pricing-features {
    color: #016FF9;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0
}

#block-system-main .captcha-admin-links {
    opacity: 0;
    display: none
}

#block-system-main .pricing-features-item {
    border-top: 1px solid #e1f1ff;
    font-size: 12px;
    line-height: 1.5;
    padding: 15px 0
}

#block-system-main .pricing-features-item:last-child {
    border-bottom: 1px solid #e1f1ff
}

#block-system-main .pricing-price {
    color: #353da9e0;
    display: block;
    font-siz: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    border-bottom 1px solid #e1f1ff;
    padding-bottom: 2px;
    font-family: tahoma
}

#block-system-main .pricing-button input {
    background: 0 0;
    border: 0 solid;
    margin: 0;
    padding: 0;
    color: #22276b
}

#block-system-main .pricing-button {
    border: 1px solid #9dd1ff;
    border-radius: 10px;
    color: #348EFE;
    display: table;
    padding: 9px 35px;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    margin: 10px auto;
    min-width: 150px;
    text-align: center
}

#block-system-main .pricing-button a,
#block-system-main .register-button a {
    background: 0 0;
    border: 0 solid;
    margin: 0;
    padding: 0;
    color: #22276b;
    font-family: tahoma;
    font-size: 13px
}

#block-system-main .register-button {
    border: 1px solid #9dd1ff;
    border-radius: 10px;
    color: #348EFE;
    display: table;
    padding: 9px 35px;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    margin: 10px auto;
    min-width: 150px;
    text-align: center
}

#block-system-main .pricing-button:focus,
#block-system-main .pricing-button:hover {
    background-color: #e1f1ff
}

.logged-in #block-system-main .register-button,
.not-logged-in #block-system-main .pricing-button {
    display: none !important
}

.pricing-button.is-featured {
    background-color: #48aaff;
    color: #fff
}

#block-system-main .pricing-button.is-featured:active,
#block-system-main .pricing-button.is-featured:hover {
    background-color: #269aff
}

#block-system-main .pricing-plan .pricing-header .a {
    display: none
}

#block-system-main .pricing-plan-1 .pricing-header .a {
    display: inline-block
}

#block-system-main .pricing-plan .pricing-header-number span,
#block-system-main .pricing-plan-1 .pricing-header .b {
    display: none
}

#block-system-main .pricing-plan-1 .pricing-header-number span:nth-child(1),
#block-system-main .pricing-plan-2 .pricing-header-number span:nth-child(2),
#block-system-main .pricing-plan-3 .pricing-header-number span:nth-child(3),
#block-system-main .pricing-plan-4 .pricing-header-number span:nth-child(4) {
    display: inline-block;
    text-align: center;
    width: 100%;
    float: left;
    font-size: 60px;
    color: #22276b;
    line-height: 50px;
    margin-bottom: 30px
}

#block-system-main .pricing-header * {
    text-align: center;
    display: inline-block;
    width: 100%;
    font: 18px tahoma;
    font-weight: 700;
    color: #22276b
}

.menu-block-newsletter .content ul {
    padding-left: 20px;
    display: inline-block;
    width: 100%
}

.menu-block-newsletter .content ul li a {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    width: 100%
}

.menu-block-newsletter .content ul li a:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50px;
}

.page-newsletter .confirmation {
    padding-top: 20px;
}

.page-newsletter .confirmation [type="submit"] {
    display: inline-block;
    border-radius: 4px;
    background: #59a73d;
    color: #fff;
    border: 1px solid #fff;
}

.page-newsletter .confirmation #edit-cancel {
    display: inline-block;
    border-radius: 4px;
    background: #da5145;
    color: #fff;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 0.929em;
    font-weight: normal;
    text-align: center;
    margin-bottom: 1em;
    margin-right: 0.6em;
    padding: 4px 17px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 0;
    border-radius: 5px;
}


/****************************************
	NEW THEME REGION
****************************************/

.width75 {
    display: inline-block;
    width: 68.5% !important;
    padding-right: 15px;
    float: left;
}

.width25 {
    display: inline-block;
    width: 31.5% !important;
    padding-left: 30px;
}

.sidebar .width25>h3 {
    margin: 0;
    padding: 0;
    line-height: 41px;
    border-bottom: 2px solid #333;
    margin-bottom: 30px;
    font-size: 18px;
    color: #333;
}

.region_wide {
    display: inline-block;
    width: 100%;
    float: left;
}

.region_wide>.container {
    padding: 0;
    margin: auto;
    max-width: 1200px;
}

.two_region {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 0;
}

.two_region>.container {
    padding: 0;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* flex-direction: column-reverse; */
}

@media screen and (max-width:900px) {
    .two_region.upsidedown>.container {
        flex-direction: column-reverse;
    }
}

.two_region * {
    box-sizing: border-box;
}

.two_region .left {
    display: inline-block;
    width: 68.5%;
}

.two_region .right {
    display: inline-block;
    width: 29%;
}

.region_wide #regiona {
    /* padding-top: 20px; */
}

@media screen and (max-width:1170px) {}

@media screen and (max-width:900px) {
    .two_region .right,
    .two_region .left,
    .width75,
    .width25 {
        padding: 0px;
        width: 100% !important;
    }
}

.block .view-content .views-row .post-date,
.block .view-content .views-row .post-date time,
.block .view-content .views-row .date,
.block .view-content .views-row .created {
    text-transform: uppercase;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    color: #999;
    margin-bottom: 5px;
}

.block .view-content .views-row .post-date *,
.block .view-content .views-row .created *,
.block .view-content .views-row .date * {
    font-size: 10px;
    color: #999;
    margin-bottom: 5px;
    margin-right: 5px;
}

.block .view-content .views-row .post-date i,
.block .view-content .views-row .date i {
    color: #999;
    font-size: 10px;
    margin-right: 3px;
}


/*************** block0 ****************/

.block0 {
    display: inline-block;
    float: right;
    position: absolute;
    width: 420px;
    right: 0;
    top: 0;
    z-index: 9000;
    height: 190px;
    padding-top: 5px !important
}

.block0 .image {
    width: 256px;
    display: inline-block;
    float: left
}

.block0 .image * {
    display: inline-block;
    width: 100%;
    float: left;
    height: auto
}

.block0 .article-details {
    position: absolute;
    bottom: 45px;
    width: 100%;
    display: inline-block;
    right: 0;
    max-width: 180px
}

.block0 .article-details a {
    display: inline-block;
    font-size: 16px;
    color: #2e2e2e;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 19px;
    width: auto;
    margin-bottom: 2px;
    text-align: right;
    padding-top: 4px;
    float: left
}

.block0 .article-details a:hover {
    color: red
}

.block0 .article-details .tags {
    display: inline-block;
    width: 100%;
    float: left
}

.block0 .article-details .tags a {
    float: right;
    margin: 0;
    background: 0 0;
    color: #fff;
    display: block;
    padding: 2px 8px;
    font-family: work-sans;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 500;
    background: #ddd;
}

.block0 .article-details .tags a:hover {
    background: #aaa
}

.block0 .article-details .date i {
    margin-right: 5px
}

.block0 .date {
    text-align: right
}

.block0 .article-details .date {
    margin: 0 !important;
    color: #999;
}

@media screen and (max-width:850px) {
    .block0 {
        display: none !important
    }
}


/***************  block112  ****************/

.block112 {
    display: inline-block;
    width: 100%;
    float: left
}

.block .block112 .with-attachment>.attachment-before-wrapper {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden
}

.block112 .with-attachment>.attachment-before-wrapper .views-row {
    position: relative;
}

.block112 .with-attachment>.attachment-before-wrapper .image {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    z-index: 10
}

.block112 .with-attachment>.attachment-before-wrapper .image a:before {
    right: 0;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0, #00000070 65%, #000);
    opacity: .6;
    z-index: 2
}

.block112 .with-attachment>.attachment-before-wrapper .image * {
    width: 100%;
    float: left;
    display: inline-block;
    height: auto
}

.block112 .with-attachment>.attachment-before-wrapper .image .field-content>a:nth-child(2) {
    display: none
}

.block112 .with-attachment>.attachment-before-wrapper .info {
    position: absolute;
    bottom: 70px;
    left: 60px;
    z-index: 1000;
    display: inline-block;
    width: 40%
}

.block112 .with-attachment>.attachment-before-wrapper .info * {
    text-decoration: none;
    text-align: left;
    display: inline-block;
    float: left;
    clear: both
}

.block112 .with-attachment>.attachment-before-wrapper .info .tags {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #fff;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    transition: transform .35s;
    margin-bottom: 10px
}

.block112 .with-attachment>.attachment-before-wrapper:hover .info .tags {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: transform .35s;
    opacity: 1
}

.block112 .with-attachment>.attachment-before-wrapper .info .tags a {
    color: #fff;
    display: block;
    padding: 2px 8px;
    background: #000;
    font-family: work-sans;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px
}

.block112 .with-attachment>.attachment-before-wrapper .info .title {
    display: inline-block;
    width: 100%;
    text-align: left;
    max-width: 550px;
    line-height: 32px;
    clear: both;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    transition: transform .35s;
    margin-bottom: 10px
}

.block112 .with-attachment>.attachment-before-wrapper .info .title a {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 34px
}

.block112 .with-attachment>.attachment-before-wrapper .views-row.premium-content .title a:before {
    content: '\f023';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 13px;
    margin-right: 9px;
    position: relative;
    top: -6px;
    color: #ffffff;
}

.block112 .with-attachment>.attachment-before-wrapper:hover .info .title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: transform .35s
}

.block112 .with-attachment>.attachment-before-wrapper .info .created {
    display: inline-block;
    width: 100%;
    text-align: left;
    clear: both;
    font-size: 11px;
    color: #eaeaea;
    position: relative;
    padding-left: 17px;
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    transition: .35s ease
}

.block112 .with-attachment>.attachment-before-wrapper .info .created * {
    color: #eaeaea;
}

.block112 .with-attachment>.attachment-before-wrapper .info .created span {
    text-transform: uppercase
}

.block112 .with-attachment>.attachment-before-wrapper .info .created i {
    position: absolute;
    left: 0;
    top: 2px
}

.block112 .with-attachment>.attachment-before-wrapper:hover .info .created {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .35s ease
}

.block112 .with-attachment>.views-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2%;
}

.block112 .with-attachment>.views-content .views-row {
    display: inline-block;
    flex: 0 0 32%;
}

.block112 .with-attachment>.views-content .views-row>div {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left
}

.block112 .with-attachment>.views-content .views-row .image,
.block112 .with-attachment>.views-content .views-row .image img {
    display: inline-block;
    width: 100%;
    float: left;
    height: auto;
    position: relative
}

.block112 .with-attachment>.views-content .views-row .image {
    margin-bottom: 10px
}

.block112 .with-attachment>.views-content .views-row .image:before {
    opacity: .1;
    background-color: #010001;
    background-image: -webkit-gradient(linear, left top, right top, from(#080808), color-stop(20%, #101010), color-stop(40%, #080808), to(#151414));
    background-image: linear-gradient(90deg, #212020 0, #4a4747 20%, #272525 40%, #1d1c1c 100%);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.block112 .with-attachment>.views-content .views-row .date span {
    text-transform: uppercase
}

.block112 .with-attachment>.views-content .views-row .image .tag-wrapper {
    position: absolute;
    left: 10px;
    bottom: 10px
}

.block112 .with-attachment>.views-content .views-row .image .tag-wrapper a {
    color: #fff;
    display: block;
    padding: 2px 8px;
    background: #000;
    font-family: work-sans;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 500
}

.block112 .with-attachment>.views-content .views-row .title {
    margin-bottom: 10px
}

.block112 .with-attachment>.views-content .views-row .title a {
    display: inline-block;
    width: 100%;
    float: left;
    color: #333;
    font-family: 'Libre Baskerville', serif;
    line-height: 23px;
    font-size: 16px;
    font-weight: 700
}

.block112 .with-attachment>.views-content .views-row.premium-content .title a:before {
    content: '\f023';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 10px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.block112 .with-attachment>.views-content .views-row .title a:hover {
    color: red
}

.block112 .with-attachment>.views-content .views-row-1,
.block112 .with-attachment>.views-content .views-row-2,
.block112 .with-attachment>.views-content .views-row-3 {
    float: left
}

.block112 .with-attachment>.views-content .views-row-4 {
    float: right
}

.block112 .with-attachment>.views-content .views-row:nth-child(4) {
    display: none
}

@media screen and (max-width:750px) {
    .block112 .with-attachment>.views-content {
        justify-content: center;
    }
    .block112 .with-attachment>.views-content .views-row {
        flex: 0 0 49%;
    }
    .block112 .with-attachment>.views-content .views-row:nth-child(2n+1) {}
    .block112 .with-attachment>.views-content .views-row .image {
        float: left
    }
    .block112 .with-attachment>.attachment-before-wrapper .info {
        bottom: 10px;
        width: 60%;
        left: 10%
    }
    .block112 .with-attachment>.views-content .views-row:nth-child(4) {
        display: inline-block
    }
}

@media screen and (max-width:850px) {
    .block112 .with-attachment>.attachment-before-wrapper .image .field-content>div:nth-child(1) img {
        display: inline-block;
        width: auto;
        height: 300px
    }
    .block112 .with-attachment>.attachment-before-wrapper .info {
        bottom: 10px;
        left: 10%
    }
}

@media screen and (max-width:650px) {
    .block112 .with-attachment>.attachment-before-wrapper .image .field-content>a:nth-child(1) {
        display: none
    }
    .block112 .with-attachment>.attachment-before-wrapper .image .field-content>div:nth-child(2) {
        display: inline-block
    }
    .block112 .with-attachment>.attachment-before-wrapper .image .field-content>a:nth-child(2) {
        display: inline-block
    }
    .block112 .with-attachment>.attachment-before-wrapper .info {
        bottom: 20px;
        width: 70%;
        left: 10%
    }
}


/***************  block212  ****************/

.block212 {
    display: inline-block;
    width: 100%;
    background: #111;
    float: left
}

.block212 .btitle {
    font-family: Helvetica;
    color: #fff;
    padding: 12px 20px 0;
    font-weight: 700;
    display: none
}

.block212 h3.btitle {
    text-shadow: none;
    color: #fff;
    font-size: 15px;
    padding: 18px 20px 0;
    margin: 0;
    font-weight: 700
}

.block212 .with-attachment>.abw {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    padding: 25px 25px 50px
}

.block212 .with-attachment>.abw .image {
    width: 100%;
    float: left;
    display: inline-block;
    position: relative;
    z-index: 10
}

.block212 .with-attachment>.abw .image a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 0 0
}

.block212 .with-attachment>.abw .image * {
    width: 100%;
    float: left;
    display: inline-block;
    height: auto
}

.block212 .with-attachment>.abw .info {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 50%;
    float: left;
    margin-right: 20px
}

.block212 .with-attachment>.abw .info * {
    text-decoration: none;
    text-align: left;
    display: inline-block;
    float: left;
    clear: both
}

.block212 .with-attachment>.abw .info .field-content {
    display: inline-block;
    width: 100%
}

.block212 .with-attachment>.abw .info .image {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #fff;
    width: 100%
}

.block212 .with-attachment>.abw .info .tags {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    letter-spacing: 2px
}

.block212 .with-attachment>.abw .info .tags a {
    color: #fff;
    display: block;
    padding: 2px 8px;
    background: #000;
    font-family: work-sans;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px
}

.block212 .with-attachment>.abw .title {
    text-align: left;
    line-height: 32px;
    margin-bottom: 4px;
    position: relative;
    top: -4px
}

.block212 .with-attachment>.abw .title a {
    color: #fff;
    font-size: 22px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 28px;
    display: block
}

.block212 .with-attachment>.abw .views-row.premium-content .title a:before {
    content: '\f023';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 13px;
    margin-right: 8px;
    position: relative;
    top: -4px;
    left: 0;
}

.block212 .with-attachment>.abw .title a:hover {
    color: red
}

.block212 .with-attachment>.abw .created,
.block212 .with-attachment>.abw .date {
    color: #8e8e8e;
    display: block;
    float: none;
    margin-bottom: 0
}

.block212 .with-attachment>.abw .date span {
    text-transform: uppercase;
    color: #8e8e8e
}

.block212 .with-attachment>.abw .body {
    display: block;
    max-height: 64px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 15px
}

.block212 .with-attachment>.abw .body p {
    display: block;
    text-align: left;
    color: #b7b7b7;
    font-family: lato;
    font-size: 12.5px;
    line-height: 16px
}

.block212 .with-attachment>.abw .read-more {
    display: block
}

.block212 .with-attachment>.abw .read-more a {
    float: left;
    font-size: 12px;
    padding: 7px 20px;
    background: #333;
    color: #fff;
    font-family: lato;
    text-transform: uppercase
}

.block212 .with-attachment>.abw .read-more a:hover {
    background: red
}

.block212 .with-attachment>.main-view {
    display: inline-block;
    width: 100%;
    float: left;
    margin-left: 0;
    padding: 0 20px 25px
}

.block212 .with-attachment>.main-view {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0 0 25px 20px
}

.block212 .with-attachment>.views-content.main-view .views-row {
    clear: left;
    padding-right: 20px;
    padding-left: 0;
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
    float: left;
}

@media screen and (max-width: 850px) {
    .block212 .with-attachment>.views-content.main-view .views-row {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .block212 .with-attachment>.views-content.main-view .image {
        width: 100px;
        margin-bottom: 10px;
    }
    .block212 .with-attachment>.views-content.main-view .title {
        min-height: auto;
    }
}

.block212 .with-attachment>.main-view .views-row-3,
.block212 .with-attachment>.main-view .views-row-4 {
    padding-bottom: 0
}

.block212 .with-attachment>.main-view .title {
    text-align: left;
    direction: ltr;
    margin-bottom: 0;
    min-height: 65px;
    overflow: hidden;
    position: relative;
    top: -2px
}

.block212 .with-attachment>.main-view .title a {
    color: #fff;
    padding: 0;
    display: block;
    font-size: 14px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 0
}

.block212 .with-attachment>.main-view .views-row.premium-content .title a:before {
    content: '\f023';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 9px;
    margin-right: 10px;
    position: relative;
    top: -2px;
    left: 2px;
}

.block212 .with-attachment>.main-view .title a:hover {
    color: red
}

.block212 .with-attachment>.main-view .date {
    color: #c5c5c5;
    margin: 0;
    position: relative;
    top: 3px
}

.block212 .with-attachment>.main-view .date span {
    text-transform: uppercase;
    color: #8e8e8e
}

.block212 .with-attachment>.main-view .image {
    float: left;
    display: inline-block;
    margin-right: 10px;
    width: 120px
}

.block212 .with-attachment>.main-view .image * {
    float: left;
    display: inline-block;
    width: 100%;
    height: auto
}

@media screen and (max-width:850px) {
    .block212 .with-attachment>.abw .info {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px
    }
    .block212 .with-attachment>.abw {
        padding: 20px
    }
    .block212 .with-attachment>.main-view {
        width: 100%;
        padding: 0;
        margin-bottom: 10px
    }
    .block212 .with-attachment>.main-view .views-row-4 {
        margin: 0
    }
}


/***************  block211  ****************/

.block211 {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 40px
}

.block211 .with-attachment>.abw {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee
}

.block211 .with-attachment>.abw .image {
    width: 100%;
    float: left;
    display: inline-block;
    position: relative;
    z-index: 10
}

.block211 .with-attachment>.abw .image a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 0 0
}

.block211 .with-attachment>.abw .image * {
    width: 100%;
    float: left;
    display: inline-block;
    height: auto
}

.block211 .with-attachment>.abw .info {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    float: left
}

.block211 .with-attachment>.abw .info * {
    text-decoration: none;
    text-align: left;
    display: inline-block;
    float: left;
    clear: both
}

.block211 .with-attachment>.abw .info .field-content {
    width: 100%;
    float: left
}

.block211 .with-attachment>.abw .image>div:nth-child(2) {
    display: none
}

.block211 .with-attachment>.abw .info .tags {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000
}

.block211 .with-attachment>.abw .info .tags a {
    color: #fff;
    display: block;
    padding: 2px 8px;
    background: #000;
    font-family: work-sans;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px
}

.block211 .with-attachment>.abw .title {
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 32px;
    clear: both;
    float: left;
    color: #222;
    margin-bottom: 10px
}

.block211 .with-attachment>.abw .title a {
    font-size: 33px;
    color: #1f1f1f;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 35px
}

.block211 .with-attachment>.abw .views-row.premium-content .title a:before {
    content: '\f023';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 16px;
    margin-right: 7px;
    position: relative;
    top: -7px;
    color: #292727;
}

.block211 .with-attachment>.abw .title a:hover {
    color: red
}

.block211 .with-attachment>.abw .created span {
    text-transform: uppercase
}

.block211 .with-attachment>.abw .body {
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 32px;
    clear: both;
    font-size: 10px;
    color: #121212
}

.block211 .with-attachment>.abw .body p {
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 23px;
    clear: both;
    font-size: 14px;
    color: #505050;
    font-family: lato
}

.block211 .with-attachment>.abw .read-more {
    float: left
}

.block211 .with-attachment>.abw .read-more a {
    float: left;
    font-size: 12px;
    padding: 7px 20px;
    background: #333;
    color: #fff;
    font-family: lato;
    text-transform: uppercase
}

.block211 .with-attachment>.abw .read-more a:hover {
    background: red
}

.block211 .with-attachment>.main-view {
    display: inline-block;
    width: 100%;
    float: left;
    margin-left: 0
}

.block211 .with-attachment>.main-view .views-row {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0
}

.block211 .with-attachment>.main-view .views-row>div {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left
}

.block211 .with-attachment>.main-view .views-row .image,
.block211 .with-attachment>.main-view .views-row .image img {
    display: inline-block;
    width: 100%;
    float: left;
    height: auto;
    position: relative
}

.block211 .with-attachment>.main-view .views-row .image {
    margin-bottom: 10px
}

.block211 .with-attachment>.main-view .views-row .date {
    font-size: 11px;
    color: #666
}

.block211 .with-attachment>.main-view .views-row .image .tag-wrapper {
    position: absolute;
    left: 10px;
    bottom: 10px
}

.block211 .with-attachment>.main-view .views-row .image .tag-wrapper a {
    font-size: 12px;
    color: #fff;
    background: #333;
    padding: 5px;
    float: left
}

.block211 .with-attachment>.main-view .views-row .title a {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #4c4c4c;
    padding: 5px 30px 5px 18px;
    position: relative;
    font-weight: 700;
    font-family: 'Libre Baskerville', serif;
    line-height: 20px
}

.block211 .with-attachment>.main-view .views-row.premium-content .title a:before {
    content: '\f023';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 10px;
    margin-right: 5px;
    position: absolute;
    top: 10px;
    left: 0;
}

.block211 .with-attachment>.main-view .views-row .title a:before {
    content: "\f0da";
    /*  */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 11px;
    margin-right: 5px;
    position: absolute;
    top: 10px;
    left: 2px;
}

.block211 .with-attachment>.main-view .views-row .title a:hover {
    color: red
}

.block211 .with-attachment>.main-view .views-row .title a i {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 14px;
    color: #0e4c79;
    display: none;
}

.block211 .with-attachment>.main-view .views-row:nth-child(2n+1) {
    clear: left
}

.block211 .with-attachment>.main-view .views-row-1 a {
    float: left
}

.block211 .with-attachment>.main-view .views-row-2 a {
    float: left;
    padding-left: 40px
}

.block211 .with-attachment>.main-view .views-row-3 a {
    float: left;
    padding-right: 40px
}

.block211 .with-attachment>.main-view .views-row-4 a {
    float: left;
    padding-left: 40px
}

@media screen and (max-width:1100px) {
    .block211 .with-attachment>.abw {
        overflow: hidden
    }
    .block211 .with-attachment>.abw .info img {
        width: 100%
    }
}

@media screen and (max-width:900px) {
    .block211 .with-attachment>.abw .image>div:nth-child(1) img {
        display: inline-block;
        width: 100%;
        height: auto
    }
}

@media screen and (max-width:850px) {
    .block211 .with-attachment>.abw .image>div:nth-child(1) img {
        display: inline-block;
        width: auto;
        height: 300px
    }
    .block112 .with-attachment>.attachment-before-wrapper .info {
        bottom: 10px;
        left: 10%
    }
}

@media screen and (max-width:650px) {
    .block211 .with-attachment>.main-view .views-row {
        width: 100%
    }
}

@media screen and (max-width:550px) {
    .block211 .with-attachment>.abw .image>div:nth-child(1) {
        display: none
    }
    .block211 .with-attachment>.abw .image>div:nth-child(2) {
        display: inline-block
    }
    .block112 .with-attachment>.attachment-before-wrapper .info {
        bottom: 20px;
        width: 70%;
        left: 10%
    }
}


/***************  block213  ****************/

.block213 {
    display: inline-block;
    width: 100%;
    float: left
}

.block213 .with-attachment>.abw {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px
}

.block213 .with-attachment>.abw .image {
    width: 100%;
    float: left;
    display: inline-block;
    position: relative;
    z-index: 10
}

.block213 .with-attachment>.abw .image:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 0 0
}

.block213 .with-attachment>.abw .image * {
    width: 100%;
    float: left;
    display: inline-block;
    height: auto
}

.block213 .with-attachment>.abw .info {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 10;
    display: inline-block;
    width: 100%;
    padding-left: 0
}

.block213 .with-attachment>.abw .info * {
    text-decoration: none;
    text-align: left;
    display: inline-block;
    float: left;
    clear: both;
    color: #fff
}

.block213 .with-attachment>.abw .info .field-content {
    display: inline-block;
    width: 100%;
    float: left
}

.block213 .with-attachment>.abw .info .tags {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #fff;
    bottom: 0;
    left: 0;
    z-index: 1000
}

.block213 .with-attachment>.abw .info .tags a {
    color: #fff;
    display: block;
    padding: 2px 8px;
    background: #333
}

.block213 .with-attachment>.abw .title {
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 32px;
    clear: both;
    float: left;
    color: #fffdfd
}

.block213 .with-attachment>.abw .title a {
    display: inline-block;
    font-size: 30px;
    color: #fff
}

.block213 .with-attachment>.abw .created {
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 32px;
    clear: both;
    font-size: 11px;
    color: #bbb8b8
}

.block213 .with-attachment>.abw .body {
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 32px;
    clear: both;
    font-size: 10px;
    color: #121212
}

.block213 .with-attachment>.abw .body p {
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 22px;
    clear: both;
    font-size: 13px;
    color: #121212
}

.block213 .with-attachment>.abw .read-more {
    float: left
}

.block213 .with-attachment>.abw .read-more a {
    float: left;
    font-size: 13px;
    padding: 7px 20px;
    background: #333;
    color: #fff
}

.block213 .with-attachment>.main-view {
    display: inline-block;
    width: 102%;
    float: left;
    margin-left: -1%
}

.block213 .with-attachment>.main-view {
    display: inline-block;
    width: 33.3%;
    float: left;
    padding: 0 1%
}

.block213 .with-attachment>.main-view .views-row>div {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left
}

.block213 .with-attachment>.main-view .image,
.block213 .with-attachment>.main-view .image img {
    display: inline-block;
    width: 100%;
    float: left;
    height: auto;
    position: relative
}

.block213 .with-attachment>.main-view .image {
    margin-bottom: 10px
}

.block213 .with-attachment>.main-view .date {
    font-size: 11px;
    color: #666
}

.block213 .with-attachment>.main-view .image .tag-wrapper {
    position: absolute;
    left: 10px;
    bottom: 10px
}

.block213 .with-attachment>.main-view .image .tag-wrapper a {
    font-size: 12px;
    color: #fff;
    background: #333;
    padding: 5px;
    float: left
}

.block213 .with-attachment>.main-view .title a {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333
}

.block213 .with-attachment>.main-view .views-row-1,
.block213 .with-attachment>.main-view .views-row-2,
.block213 .with-attachment>.main-view .views-row-3 {
    float: left
}

.block213 .with-attachment>.main-view .views-row-4 {
    float: right
}


/***************  block401  ****************/

.block401 {
    display: inline-block;
    width: 100%
}

.block401 .with-attachment>.abw {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 30px
}

.block401 .with-attachment>.abw .image {
    width: 100%;
    float: left;
    display: inline-block;
    position: relative;
    z-index: 10
}

.block401 .with-attachment>.abw .image a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 0 0
}

.block401 .with-attachment>.abw .image * {
    width: 100%;
    float: left;
    display: inline-block;
    height: auto
}

.block401 .with-attachment>.abw .info {
    position: relative;
    display: inline-block;
    width: 50%;
    max-width: 440px;
    float: left;
    margin-right: 20px
}

.block401 .with-attachment>.abw .info * {
    text-decoration: none;
    text-align: left;
    display: inline-block;
    float: left;
    clear: both
}

.block401 .with-attachment>.abw .info .field-content {
    display: inline-block;
    width: 100%
}

.block401 .with-attachment>.abw .info .image {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #fff;
    width: 100%
}

.block401 .with-attachment>.abw .info .tags {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10
}

.block401 .with-attachment>.abw .info .tags a {
    color: #fff;
    display: block;
    padding: 2px 8px;
    background: #000;
    font-family: work-sans;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px
}

.block401 .with-attachment>.abw .title a {
    color: #1c261a;
    text-align: left;
    font-size: 24px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 28px;
    display: block;
    margin-bottom: 10px
}

.block401 .with-attachment>.abw .views-row.premium-content .title a:before {
    content: '\f023';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 13px;
    margin-right: 8px;
    position: relative;
    top: -5px;
    left: 1px;
}

.block401 .with-attachment>.abw .title a:hover {
    color: red
}

.block401 .with-attachment>.abw .date span {
    text-transform: uppercase;
    color: #aaa
}

.block401 .with-attachment>.abw .body {
    max-height: 114px;
    overflow: hidden;
    margin-bottom: 20px
}

.block401 .with-attachment>.abw .body p {
    color: #5d5d5d;
    display: block;
    text-align: left;
    font-family: lato;
    font-size: 12.5px;
    line-height: 19px
}

.block401 .with-attachment>.abw .read-more {
    float: left
}

.block401 .with-attachment>.abw .read-more a {
    margin-left: 0;
    float: left;
    font-size: 12px;
    padding: 7px 20px;
    background: #333;
    color: #fff;
    font-family: lato;
    text-transform: uppercase
}

.block401 .with-attachment>.main-view {
    display: inline-block;
    width: 104%;
    float: left;
    margin-left: -2%
}

.block401 .with-attachment>.main-view .views-row {
    display: inline-block;
    width: 33.3%;
    float: left;
    padding: 0 2%
}

.block401 .with-attachment>.main-view .views-row>div {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left
}

.block401 .with-attachment>.main-view .image,
.block401 .with-attachment>.main-view .image img {
    display: inline-block;
    width: 100%;
    float: left;
    height: auto;
    position: relative
}

.block401 .with-attachment>.main-view .image {
    margin-bottom: 10px;
    border: 1px solid #eee
}

.block401 .with-attachment>.main-view .date span {
    text-transform: uppercase
}

.block401 .with-attachment>.main-view .image .tag-wrapper {
    position: absolute;
    left: 10px;
    bottom: 10px
}

.block401 .with-attachment>.main-view .image .tag-wrapper a {
    font-size: 12px;
    color: #fff;
    background: #333;
    padding: 5px;
    float: left
}

.block401 .with-attachment>.main-view .title {
    margin-bottom: 10px
}

.block401 .with-attachment>.main-view .title a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 21px
}

.block401 .with-attachment>.main-view .views-row.premium-content .title a:before {
    content: '\f023';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 10px;
    margin-right: 8px;
    position: relative;
    top: -2px;
    left: 1px;
}

.block401 .with-attachment>.main-view .title a:hover {
    color: red
}

.block401 .with-attachment>.main-view .views-row-1,
.block401 .with-attachment>.main-view .views-row-2,
.block401 .with-attachment>.main-view .views-row-3 {
    float: left
}

.block401 .with-attachment>.main-view .views-row-4 {
    float: right
}

@media screen and (max-width:650px) {
    .block401 .with-attachment>.abw .info {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px
    }
    .block401 .with-attachment>.main-view {
        width: 100%
    }
    .block401 .with-attachment>.main-view .image {
        width: 100%;
        max-width: 150px;
        float: left;
        margin-right: 15px
    }
    .block401 .with-attachment>.main-view .title,
    .block401 .with-attachment>.main-view .title a {
        display: block;
        width: auto;
        float: none;
        margin: 0;
        min-height: 97px
    }
    .block401 .with-attachment>.main-view .views-row>div {
        width: auto
    }
}


/***************  block4011  ****************/

.block4011 {
    display: inline-block;
    width: 100%
}

.block4011 .with-attachment>.abw {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 30px
}

.block4011 .with-attachment>.abw .views-row {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left
}

.block4011 .with-attachment>.abw .image {
    width: 100%;
    float: left;
    display: inline-block;
    position: relative;
    z-index: 10
}

.block4011 .with-attachment>.abw .image a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 0 0
}

.block4011 .with-attachment>.abw .image * {
    width: 100%;
    float: left;
    display: inline-block;
    height: auto
}

.block4011 .with-attachment>.abw .info {
    display: inline-block;
    float: left;
    z-index: 100;
    left: 0;
    padding: 20px 15px 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 70%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 70%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 70%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 70%)
}

.block4011 .with-attachment>.abw .info .date span {
    text-decoration: none;
    text-align: left;
    display: inline-block;
    float: left;
    font-size: 10px;
    color: #eee;
    text-transform: uppercase
}

.block4011 .with-attachment>.abw .info .field-content {
    display: inline-block;
    width: 100%
}

.block4011 .with-attachment>.abw .info i {
    margin-right: 5px;
    position: relative;
    top: 2px;
    float: left;
    color: #fff;
    font-size: 10px
}

.block4011 .with-attachment>.abw .title {
    text-align: left;
    line-height: 32px;
    margin-bottom: 10px
}

.block4011 .with-attachment>.abw .title a {
    font-size: 22px;
    line-height: 22px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700
}

.block4011 .with-attachment>.abw .views-row.premium-content .title a:before {
    content: '\f023';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 10px;
    margin-right: 8px;
    position: relative;
    top: -5px;
    left: 1px;
}

.block4011 .with-attachment>.abw .title a:hover {
    color: red
}

.block4011 .with-attachment>.main-view {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    padding: 0
}

.block4011 .with-attachment>.main-view .views-row {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0 0 25px
}

.block4011 .with-attachment>.main-view .views-row:nth-child(2n+1) {
    clear: left;
    padding-right: 0;
    padding-left: 0
}

.block4011 .with-attachment>.main-view .views-row-last {
    padding-bottom: 0
}

.block4011 .with-attachment>.main-view .title {
    text-align: left;
    direction: ltr
}

.block4011 .with-attachment>.main-view .title a {
    color: #333;
    padding: 0;
    line-height: 19px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 0;
    min-height: 81px;
    overflow: hidden;
    position: relative;
    top: -3px;
}

.block4011 .with-attachment>.main-view .views-row.premium-content .title a:before {
    content: '\f023';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 10px;
    margin-right: 8px;
    position: relative;
    top: -1px;
    left: 1px;
}

.block4011 .with-attachment>.main-view .title a:hover {
    color: red
}

.block4011 .with-attachment>.main-view .date span {
    text-transform: uppercase
}

.block4011 .with-attachment>.main-view .image {
    float: left;
    display: inline-block;
    margin-right: 10px;
    max-width: 130px
}

.block4011 .with-attachment>.main-view .image * {
    width: 100%;
    float: left
}

.block4011 .with-attachment>.main-view .date {
    margin: 0
}


/***************  class402Left  ****************/

.class402Left {
    width: 100%;
    float: left;
    display: inline-block;
    background-color: #fff
}

.class402Left * {
    text-align: left;
}

.class402Left .view-content {
    width: 100%;
    float: left;
    display: inline-block
}

.class402Left .view-content .views-row {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 20px
}

.class402Left .view-content .views-row .image {
    display: inline-block;
    float: left;
    max-width: 150px;
    margin-right: 10px;
    position: relative;
    z-index: 100
}

.class402Left .view-content .views-row .image img {
    display: inline-block;
    height: auto;
    float: left;
    width: 100%
}

.class402Left .view-content .views-row .title {
    margin-bottom: 5px;
    position: relative;
    top: -3px
}

.class402Left .view-content .views-row .title a {
    color: #313131;
    font-size: 22px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 28px
}

.class402Left .view-content .views-row.premium-content .title a:before {
    content: '\f023';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 13px;
    margin-right: 8px;
    position: relative;
    top: -5px;
    left: 1px;
}

.class402Left .view-content .views-row .title a:hover {
    color: red
}

.class402Left .view-content .views-row .body p {
    color: #5d5d5d;
    display: block;
    text-align: left;
    font-family: lato;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0
}

.class402Left .view-content .views-row .wrapper {
    margin-bottom: 4px
}

.class402Left .view-content .views-row .post-date {
    margin-bottom: 0
}

@media screen and (max-width:650px) {
    .class402Left .view-content .views-row .body,
    .class402Left .view-content .views-row .date {
        width: 100%;
        display: inline-block
    }
    .class402Left .view-content .views-row-last {
        margin-bottom: 0
    }
}


/***************  class402Right  ****************/

.class402Right {
    width: 100%;
    float: left;
    display: inline-block;
    background-color: #fff;
}

.class402Right * {
    text-align: left;
}

.class402Right .view-content {
    width: 100%;
    float: left;
    display: inline-block
}

.class402Right .view-content .views-row {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 15px;
}

.class402Right .view-content .views-row .image {
    display: inline-block;
    float: left;
    max-width: 130px;
    margin-right: 10px
}

.class402Right.small-image .view-content .views-row .image {
    max-width: 90px;
    margin-right: 10px
}

.class402Right .view-content .views-row .image img {
    display: inline-block;
    height: auto;
    float: left;
    width: 100%
}

.class402Right .view-content .views-row .title {
    margin-bottom: 0
}

.class402Right .view-content .views-row .title a {
    font-size: 14px;
    color: #000;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 19px;
    /* min-height: 82px; */
    display: block
}

.class402Right .view-content .views-row.premium-content .title a:before {
    content: '\f023';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 10px;
    margin-right: 8px;
    position: relative;
    top: -1px;
    left: 1px;
}

.class402Right .view-content .views-row .title a:hover {
    color: red
}

.class402Right .view-content .views-row .wrapper {
    margin-bottom: 0;
    font-size: 14px
}

.class402Right .view-content .views-row .post-date {
    margin: 0
}

@media screen and (max-width:650px) {
    .class402Right .view-content .views-row-last {
        margin: 0
    }
}


/*********************** more-like-this *************************/


/* Main container */


/* Base container styles */

.more-like-this .more-time {
    display: inline-block;
    width: 100%;
    float: left;
    font: 12px arial;
    color: #999;
    padding-left: 70px;
    height: 14px;
}

.more-like-this,
.block-views.more-like-this {
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 0;
}


/* Header and title styles */

.more-like-this .btitle,
.more-like-this h4.btitle {
    padding-right: 15px;
    font: 1.69em tahoma;
    font-weight: bold;
    position: relative;
    top: 0;
}


/* Content area */

.more-like-this .content,
.more-like-this .views-content {
    display: inline-block;
    width: 100%;
    float: right;
}


/* Individual rows */

.more-like-this .views-row {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 33.3%;
    position: relative;
    padding-top: 0;
    margin-bottom: 10px;
    float: left;
}

.more-like-this .views-row:nth-child(3n+1) {
    clear: left;
}


/* Links styling */

.more-like-this .views-row .views-field-title span {
    display: block;
    position: relative;
}

.more-like-this .views-row a {
    padding-left: 70px;
    display: inline-block;
    max-width: 330px;
    min-height: 46px;
    font: 14px 'Libre Baskerville', serif;
    font-weight: bold;
    color: #333;
    position: relative;
    padding-top: 3px;
    width: 100%;
    padding-right: 10px;
    margin-bottom: 20px;
}

.more-like-this .views-row a:hover {
    color: red;
}


/* Bottom border for rows */

.more-like-this .views-row:after {
    content: '';
    display: inline-block;
    width: 170px;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: -4px;
}


/* Numbers for new HTML structure */

.more-like-this .views-row {
    counter-increment: article-counter;
}

.more-like-this .views-row::before {
    content: counter(article-counter);
    position: absolute;
    left: -3px;
    top: -10px;
    font: 70px gill;
    color: #e3e3e3;
    z-index: 1;
}

.more-like-this .views-row:hover::before {
    color: #aaa;
}


/* Date styling for new HTML structure */

.more-like-this .views-row .views-field-title::before {
    content: attr(data-date, "MM/DD/YYYY");
    display: inline-block;
    width: 100%;
    float: left;
    font: 12px arial;
    color: #999;
    padding-left: 70px;
    height: 14px;
}


/* Preserve existing date and number styles for old HTML */

.more-like-this .li-date {
    display: inline-block;
    width: 100%;
    float: left;
    font: 12px arial;
    color: #999;
    padding-left: 70px;
    height: 14px;
}

.more-like-this .li-numbers {
    position: absolute;
    left: -3px;
    top: -10px;
    font: 70px gill;
    color: #e3e3e3;
}

.more-like-this .views-row:hover .li-numbers {
    color: #aaa;
}


/* Responsive styles */

@media screen and (max-width: 850px) {
    .more-like-this .views-row {
        width: 50%;
    }
    .more-like-this .views-row:nth-child(3n+1) {
        clear: none;
    }
    .more-like-this .views-row:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 550px) {
    .more-like-this .views-row {
        width: 100%;
    }
    .more-like-this .block-header {
        width: 100%;
        margin-bottom: 15px;
    }
}


/***************  class702Class  ****************/

.class702Class {
    width: 100%;
    float: left;
    display: inline-block;
    max-width: 600px;
}

.class702Class * {
    text-align: left;
    font-family: 'Libre Baskerville', serif;
    font-size: 16px;
    font-weight: 700px;
}

.class702Class .view-content {
    width: 100%;
    float: left;
    display: inline-block;
}

.class702Class .view-content .views-row {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 5px;
    min-height: 400px;
}

.class702Class .view-content .views-row .title {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 10px;
}

.class702Class .view-content .views-row .title a {
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 21px;
}

.class702Class .view-content .views-row.premium-content .title a:before {
    content: '\f023';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 10px;
    margin-right: 8px;
    position: relative;
    top: -1px;
    left: 1px;
}

.class702Class .view-content .views-row .title a:hover {
    color: red
}

.class702Class .view-content .views-row .views-field-nothing {
    width: 100%;
    float: left;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.class702Class .view-content .views-row .views-field-nothing img {
    width: 100%;
    float: left;
    display: inline-block;
    height: auto;
}

.class702Class .view-content .views-row .views-field-nothing .tag-wrapper a {
    font-size: 12px;
    color: #fff;
    background: #333;
    padding: 5px;
    float: left;
    color: #fff;
    display: block;
    padding: 2px 8px;
    background: #000;
    font-family: work-sans;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}

.class702Class .view-content .views-row .views-field-nothing .tag-wrapper {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.class702Class .view-content .views-row .post-date {
    float: left;
    font-size: 11px;
}

.class702Class .view-content .views-row-odd {
    padding-right: 20px;
    padding-left: 0;
    clear: left;
}

.class702Class .view-content .views-row-even {
    padding-left: 20px;
    padding-right: 0
}


/***************  class704Class  ****************/

.class704Class {
    width: 100%;
    float: left;
    display: inline-block;
    max-width: 750px
}

.class704Class * {
    text-align: left;
    font-family: tahoma
}

.class704Class .content>.view>.view-content {
    width: 48%;
    float: left;
    display: inline-block
}

.class704Class .content>.view>.view-content .views-row {
    width: 100%;
    float: left;
    display: inline-block
}

.class704Class .content>.view>.view-content .views-row .title {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 10px
}

.class704Class .content>.view>.view-content .views-row .title * {
    width: 100%;
    float: left;
    color: #000;
    font-size: 23px
}

.class704Class .content>.view>.view-content .views-row .body {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 15px
}

.class704Class .content>.view>.view-content .views-row .body * {
    width: 100%;
    float: left;
    display: inline-block;
    margin: 0;
    font-size: 13px
}

.class704Class .content>.view>.view-content .views-row .views-field-nothing {
    width: 100%;
    float: left;
    display: inline-block;
    position: relative;
    margin-bottom: 10px
}

.class704Class .content>.view>.view-content .views-row .views-field-nothing img {
    width: 100%;
    float: left;
    display: inline-block;
    height: auto
}

.class704Class .content>.view>.view-content .views-row .views-field-nothing .tag-wrapper a {
    font-size: 12px;
    color: #fff;
    background: #333;
    padding: 5px;
    float: left
}

.class704Class .content>.view>.view-content .views-row .views-field-nothing .tag-wrapper {
    position: absolute;
    left: 10px;
    bottom: 10px
}

.class704Class .content>.view>.view-content .views-row .views-field-view-node * {
    font-size: 12px;
    color: #fff;
    background: #333;
    padding: 5px;
    float: left
}

.class704Class .content>.view>.attachment {
    width: 48%;
    float: right;
    display: inline-block
}

.class704Class .content>.view>.attachment .views-row {
    width: 100%;
    float: right;
    display: inline-block;
    margin-bottom: 15px
}

.class704Class .content>.view>.attachment .views-row .title {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 10px
}

.class704Class .content>.view>.attachment .views-row .title * {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px
}

.class704Class .content>.view>.attachment .views-row .post-date {
    float: left;
    font-size: 14px
}

.class704Class .content>.view>.attachment .views-row .post-date:before {
    float: left;
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px
}


/***************  class707Class  ****************/

.class707Class {
    width: 100%;
    float: left;
    display: inline-block;
    background-color: #fff
}

.class707Class .view-content {
    width: 100%;
    float: left;
    display: inline-block
}

.class707Class .view-content .views-row {
    width: 50%;
    float: left;
    display: inline-block;
    /* margin-bottom: 20px */
}

.class707Class .view-content .views-row .views-field {
    text-align: left;
    display: block
}

.class707Class .view-content .views-row .image {
    display: inline-block;
    float: left;
    max-width: 120px;
    margin-right: 10px
}

.class707Class .view-content .views-row .image img {
    display: inline-block;
    height: auto;
    float: left;
    width: 100%
}

.class707Class .view-content .views-row .title {
    margin-bottom: 0;
    position: relative;
    top: -3px
}

.class707Class .view-content .views-row .title a {
    font-size: 14px;
    display: block;
    color: #272727;
    line-height: 19px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    min-height: 69px
}

.class707Class .view-content .views-row.premium-content .title a:before {
    content: '\f023';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 10px;
    margin-right: 3px;
    position: relative;
    top: -1px;
    left: -3px;
}

.class707Class .view-content .views-row .title a:hover {
    color: red
}

.class707Class .view-content .views-row .wrapper {
    margin-bottom: 0;
    font-size: 14px
}

.class707Class .view-content .views-row-odd {
    padding-right: 20px;
    clear: left
}

.class707Class .view-content .views-row-even {
    padding-left: 20px
}

.class707Class .view-content .views-row .post-date {
    margin: 0
}

@media screen and (max-width:650px) {
    .class707Class .view-content .views-row {
        width: 100%;
        padding: 0
    }
    .class707Class .view-content .views-row .title a {
        max-width: 450px
    }
    .class707Class .view-content .views-row-last {
        margin: 0
    }
}

@media screen and (max-width:500px) {
    .class707Class .view-content .views-row .title a {
        max-width: 370px
    }
}


/***************  class806Class  ****************/

.class806Class {
    width: 100%;
    float: left;
    display: inline-block
}

.class806Class .view-content {
    width: 102%;
    float: left;
    display: inline-block;
    margin: 0 -1%
}

.class806Class .view-content .views-row {
    width: 20%;
    float: left;
    padding: 0 10px
}

.class806Class .view-content .views-row .views-field-nothing {
    width: 100%;
    float: left;
    display: inline-block;
    position: relative;
    margin-bottom: 10px
}

.class806Class .view-content .views-row .views-field-nothing img {
    width: 100%;
    float: left;
    display: inline-block;
    height: auto
}

.class806Class .view-content .views-row .views-field-nothing .tag-wrapper a {
    float: left;
    color: #fff;
    display: block;
    padding: 2px 8px;
    background: #000;
    font-family: work-sans;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px
}

.class806Class .view-content .views-row .views-field-nothing .tag-wrapper {
    position: absolute;
    left: 10px;
    bottom: 10px
}

.class806Class .view-content .views-row .title {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 9px
}

.class806Class .view-content .views-row .title a {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 16px;
    color: #333;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 23px
}

.class806Class .view-content .views-row .post-date i {
    font-size: 10px;
    color: #999;
    margin-right: 3px;
}

.class806Class .view-content .views-row.premium-content .title a:before {
    content: '\f023';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 10px;
    margin-right: 7px;
    position: relative;
    top: -2px;
    left: 0;
}

.class806Class .view-content .views-row .title a:hover {
    color: red
}

@media screen and (max-width:750px) {
    .class806Class .view-content .views-row {
        width: 33.3%;
        margin-bottom: 20px
    }
    .class806Class .view-content .views-row:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (max-width:650px) {
    .class806Class .view-content .views-row {
        width: 50%;
        margin-bottom: 20px
    }
    .class806Class .view-content .views-row:nth-child(3n+1) {
        clear: none
    }
    .class806Class .view-content .views-row:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (max-width:400px) {
    .class806Class .view-content .views-row {
        width: 100%;
        margin-bottom: 20px
    }
    .class806Class .view-content .views-row:nth-child(3n+1) {
        clear: none
    }
    .class806Class .view-content .views-row:nth-child(2n+1) {
        clear: left
    }
}


/***************  block-101  ****************/


/***************  block-101  ****************/

.block-101 {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
}


/* Updated to handle the new nested structure */

.block-101 .content,
.block-101 .view-wrapper,
.block-101 .views-content.main-view {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 0;
}


/* Ensure wrapper elements don't interfere with positioning */

.block-101 .attachment-before-wrapper,
.block-101 .attachment-after-wrapper {
    display: none;
}


/* Image container */

.block-101 .views-field-field-image-1.image {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: auto;
    z-index: 10;
}


/* Image styling */

.block-101 .views-field-field-image-1.image .field-content {
    width: 100%;
    display: inline-block;
}

.block-101 .views-field-field-image-1.image .field-content a {
    width: 100%;
    display: block;
}

.block-101 .views-field-field-image-1.image .field-content a img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: top;
    margin: 0;
    padding: 0;
}


/* Hide the second image by default */

.block-101 .views-field-field-image-1.image .field-content a:nth-child(2) {
    display: none;
}


/* Gradient overlay */

.block-101 .views-field-field-image-1.image:before {
    right: 0;
    y content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0, #00000017 65%, #000);
    opacity: .6;
    z-index: 2;
}


/* Info section */

.block-101 .views-field-nothing.info {
    position: absolute;
    bottom: 70px;
    left: 60px;
    z-index: 1000;
    display: inline-block;
    width: 40%;
}

.block-101 .views-field-nothing.info .field-content>* {
    text-decoration: none;
    text-align: left;
    display: inline-block;
    float: left;
    clear: both;
}


/* Tags */

.block-101 .views-field-nothing.info .tags {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #fff;
    margin-bottom: 11px;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    transition: transform .35s;
}

.block-101 .views-row:hover .views-field-nothing.info .tags {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.block-101 .views-field-nothing.info .tags a {
    color: #fff;
    display: block;
    padding: 2px 8px;
    background: #000;
    font-family: work-sans;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}


/* Title */

.block-101 .views-field-nothing.info .title {
    display: inline-block;
    width: 100%;
    text-align: left;
    max-width: 550px;
    line-height: 32px;
    clear: both;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    transition: transform .35s;
    margin-bottom: 10px;
}

.block-101 .views-row:hover .views-field-nothing.info .title {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.block-101 .views-field-nothing.info .title a {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 34px;
}


/* Date */

.block-101 .views-field-nothing.info .created.date {
    display: inline-block;
    width: 100%;
    text-align: left;
    clear: both;
    font-size: 11px;
    color: #eaeaea;
    position: relative;
    padding-left: 17px;
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    transition: .35s ease;
}

.block-101 .views-field-nothing.info .created.date time {
    text-transform: uppercase;
}

.block-101 .views-field-nothing.info .created.date:before {
    content: '\f017';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 2px;
}

.block-101 .views-row:hover .views-field-nothing.info .created.date {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}


/* Media queries */

@media screen and (max-width: 850px) {
    .block-101 .views-field-field-image-1.image .field-content a:first-child img {
        height: 300px;
        object-fit: cover;
    }
    .block-101 .views-field-nothing.info {
        bottom: 10px;
        left: 10%;
        width: 80%;
    }
}

@media screen and (max-width: 550px) {
    .block-101 .views-field-field-image-1.image .field-content a:first-child {
        display: none;
    }
    .block-101 .views-field-field-image-1.image .field-content a:nth-child(2) {
        display: block;
    }
    .block-101 .views-field-nothing.info {
        bottom: 20px;
        width: 70%;
        left: 10%;
    }
}


/* Hot taxonomy specific */

.taxonomy-hot.block-101 .views-field-nothing.info {
    bottom: 10px;
}


/***************  block801  ****************/

.block801 {
    display: inline-block;
    width: 100%;
    float: left
}

.block801 .with-attachment>.abw {
    display: inline-block;
    width: 33.3%;
    float: left;
    position: relative;
    padding: 0 20px 20px 0
}

.block801 .with-attachment>.abw .image {
    width: 100%;
    float: left;
    display: inline-block;
    position: relative;
    z-index: 10
}

.block801 .with-attachment>.abw .image a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 0 0
}

.block801 .with-attachment>.abw .image * {
    width: 100%;
    float: left;
    display: inline-block;
    height: auto
}

.block801 .with-attachment>.abw .info {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 15px
}

.block801 .with-attachment>.abw .info * {
    text-decoration: none;
    text-align: left;
    display: inline-block;
    float: left;
    clear: both
}

.block801 .with-attachment>.abw .info .field-content {
    display: inline-block;
    width: 100%
}

.block801 .with-attachment>.abw .info .image {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #fff;
    width: 100%
}

.block801 .with-attachment>.abw .info .tags {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10
}

.block801 .with-attachment>.abw .info .tags a {
    color: #fff;
    display: block;
    padding: 2px 8px;
    background: #000;
    font-family: work-sans;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px
}

.block801 .with-attachment>.abw .title {
    text-align: left;
    line-height: 32px;
    width: 100%;
    display: inline-block
}

.block801 .with-attachment>.abw .title a {
    color: #1c261a;
    font-size: 22px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 25px;
}

.block801 .with-attachment>.abw .title a:hover {
    color: red
}

.block801 .with-attachment>.abw .date span {
    text-transform: uppercase;
    color: #868686
}

.block801 .with-attachment>.abw .body {
    max-height: 114px;
    overflow: hidden;
    margin-bottom: 20px
}

.block801 .with-attachment>.abw .body p {
    display: block;
    font-size: 12.5px;
    text-align: left;
    color: #5d5d5d;
    line-height: 19px;
    font-family: lato
}

.block801 .with-attachment>.abw .read-more {
    float: left
}

.block801 .with-attachment>.abw .read-more a {
    margin-left: 0;
    float: left;
    font-size: 12px;
    padding: 7px 20px;
    background: #333;
    color: #fff;
    font-family: lato;
    text-transform: uppercase
}

.block801 .with-attachment>.abw .read-more a:hover {
    background: red
}

.block801 .with-attachment>.aaw {
    display: inline-block;
    width: 33.3%;
    float: left;
    position: relative;
    padding: 0 0 20px 80px
}

.block801 .with-attachment>.aaw .image {
    width: 100%;
    float: left;
    display: inline-block;
    position: relative;
    z-index: 10
}

.block801 .with-attachment>.aaw .image:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 0 0
}

.block801 .with-attachment>.aaw .image * {
    width: 100%;
    float: left;
    display: inline-block;
    height: auto
}

.block801 .with-attachment>.aaw .info {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 15px
}

.block801 .with-attachment>.aaw .info * {
    text-decoration: none;
    text-align: left;
    display: inline-block;
    float: left;
    clear: both
}

.block801 .with-attachment>.aaw .info .field-content {
    display: inline-block;
    width: 100%
}

.block801 .with-attachment>.aaw .info .image {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #fff;
    width: 100%
}

.block801 .with-attachment>.aaw .info .tags {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10
}

.block801 .with-attachment>.aaw .info .tags a {
    color: #fff;
    display: block;
    padding: 2px 8px;
    background: #333;
    font-size: 12px;
    letter-spacing: 2px
}

.block801 .with-attachment>.aaw .title {
    text-align: left;
    line-height: 32px;
    width: 100%;
    display: inline-block
}

.block801 .with-attachment>.aaw .title i {
    position: absolute;
    left: 0;
    top: 2px;
    display: none;
}

.block801 .with-attachment>.aaw .title a {
    color: #1c261a;
    font-size: 14px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 19px;
    display: block;
    padding: 0 0 5px
}

.block801 .with-attachment>.aaw .title a:hover {
    color: red
}

.block801 .with-attachment>.aaw .created,
.block801 .with-attachment>.aaw .date {
    text-align: left;
    font-size: 10px;
    color: #868686;
    font-family: tahoma
}

.block801 .with-attachment>.aaw .date span {
    text-transform: uppercase;
    color: #aaa
}

.block801 .with-attachment>.aaw .body {
    max-height: 114px;
    overflow: hidden;
    margin-bottom: 20px
}

.block801 .with-attachment>.aaw .body p {
    display: block;
    font-size: 15px;
    text-align: left;
    color: #5d5d5d;
    line-height: 23px;
    font-family: 'PT Serif', serif
}

.block801 .with-attachment>.aaw .read-more {
    float: left
}

.block801 .with-attachment>.aaw .read-more a {
    font-size: 13px;
    color: #fff;
    background: #111;
    padding: 6px 30px;
    margin-left: 0
}

.block801 .with-attachment>.aaw .views-row {
    padding-left: 20px;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 13px;
    position: relative
}

.block801 .with-attachment>.aaw .views-row .date {
    margin: 0
}

.block801 .with-attachment>.main-view {
    display: inline-block;
    width: 33.3%;
    float: left;
    margin-left: 0;
    padding-left: 20px
}

.block801 .with-attachment>.main-view .views-row {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.block801 .with-attachment>.main-view .image,
.block801 .with-attachment>.main-view .image img {
    display: inline-block;
    width: 100%;
    float: left;
    height: auto;
    position: relative
}

.block801 .with-attachment>.main-view .image {
    margin-bottom: 0;
    border: 1px solid #eee;
    max-width: 130px;
    margin-right: 10px
}

.block801 .with-attachment>.main-view .date span {
    text-transform: uppercase
}

.block801 .with-attachment>.main-view .image .tag-wrapper {
    position: absolute;
    left: 10px;
    bottom: 10px
}

.block801 .with-attachment>.main-view .image .tag-wrapper a {
    font-size: 12px;
    color: #fff;
    background: #333;
    padding: 5px;
    float: left
}

.block801 .with-attachment>.main-view .title {
    margin-bottom: 0;
    position: relative;
    top: -3px
}

.block801 .with-attachment>.main-view .title a {
    font-size: 14px;
    color: #333;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 19px;
    min-height: 82px
}

.block801 .with-attachment>.main-view .title a:hover {
    color: red
}

.block801 .with-attachment>.main-view .views-row-1,
.block801 .with-attachment>.main-view .views-row-2,
.block801 .with-attachment>.main-view .views-row-3 {
    float: left
}

.block801 .with-attachment>.main-view .views-row-4 {
    float: right
}

.block801 .with-attachment>.main-view .date {
    margin: 0
}

@media screen and (max-width:1170px) {
    .block801 .with-attachment>.aaw {
        padding-left: 20px
    }
    .block801 .with-attachment>.abw {
        padding-right: 10px
    }
    .block801 .with-attachment>.main-view {
        padding-left: 10px
    }
}

@media screen and (max-width:900px) {
    .block801 .with-attachment>.aaw {
        padding-left: 0;
        width: 100%
    }
    .block801 .with-attachment>.aaw .views-row {
        width: 50%
    }
    .block801 .with-attachment>.aaw .views-row a {
        max-width: 310px
    }
    .block801 .with-attachment>.aaw .views-row-odd {
        padding-right: 20px;
        clear: left
    }
    .block801 .with-attachment>.aaw .views-row-even {
        padding-right: 20px
    }
    .block801 .with-attachment>.abw {
        padding-right: 10px;
        width: 50%
    }
    .block801 .with-attachment>.main-view {
        padding-left: 10px;
        width: 50%
    }
}

@media screen and (max-width:650px) {
    .block801 .with-attachment>.abw .title a {
        max-width: 550px;
        margin-bottom: 10px
    }
    .block801 .with-attachment>.aaw,
    .block801 .with-attachment>.abw,
    .block801 .with-attachment>.main-view {
        width: 100%;
        padding: 0 0 30px !important;
        margin-bottom: 25px;
        border-bottom: 1px solid #eee
    }
    .block801 .with-attachment>.main-view .title a {
        max-width: 450px
    }
    .block801 .with-attachment>.aaw .views-row-5,
    .block801 .with-attachment>.aaw .views-row-6,
    .block801 .with-attachment>.main-view .views-row-4 {
        margin: 0
    }
    .block801 .with-attachment>.aaw {
        margin-bottom: 10px
    }
}

@media screen and (max-width:560px) {
    .block801 .with-attachment>.aaw .views-row {
        width: 100%;
        margin-bottom: 10px
    }
    .block801 .with-attachment>.aaw .views-row-6 {
        margin-bottom: 0
    }
}


/***************  class305Class  ****************/

.class305Class {
    width: 100%;
    float: left;
    display: inline-block
}

.class305Class * {
    font-family: tahoma
}

.class305Class .content>.view>.view-content {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e3e3e3
}

.class305Class .content>.view>.view-content .views-row {
    width: 100%;
    float: left;
    display: inline-block
}

.class305Class .content>.view>.view-content .views-row .image {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 18px
}

.class305Class .content>.view>.view-content .views-row .image img {
    width: 100%;
    float: left;
    display: inline-block;
    height: auto
}

.class305Class .content>.view>.view-content .views-row .title {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 5px;
    line-height: 1.25;
    padding-right: 60px;
    position: relative
}

.class305Class .content>.view>.view-content .views-row .title a {
    width: 100%;
    float: left;
    display: inline-block;
    color: #000;
    font-size: 22px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 28px
}

.class305Class .content>.view>.view-content .views-row.premium-content .title a:before {
    content: '\f023';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 13px;
    margin-right: 10px;
    position: relative;
    top: -4px;
    left: 2px;
}

.class305Class .content>.view>.view-content .views-row .title a:hover {
    color: red
}

.class305Class .content>.view>.view-content .views-row .title a:after {
    content: '1';
    position: absolute;
    top: 0;
    transition: all .3s;
    right: 0;
    left: auto;
    text-align: center;
    height: auto;
    line-height: 1;
    width: 50px;
    border-left: 1px solid #eee;
    color: #d7d7d7;
    font: 70px gill
}

.class305Class .attachment {
    width: 100%;
    float: left;
    display: inline-block
}

.class305Class .attachment .views-row {
    width: 100%;
    float: left;
    display: inline-block;
    position: relative;
    padding-left: 60px;
    margin-bottom: 10px;
    min-height: 60px
}

.class305Class .attachment .views-row:after {
    content: '';
    display: inline-block;
    width: 170px;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    bottom: 3px
}

.class305Class .attachment .views-row .title {
    width: 100%;
    float: left;
    display: inline-block
}

.class305Class .attachment .views-row .title a {
    width: 100%;
    float: left;
    display: inline-block;
    color: #000;
    padding-bottom: 20px;
    font-size: 13px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 20px;
    max-width: 240px
}

.class305Class .attachment .views-row.premium-content .title a:before {
    content: '\f023';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 10px;
    margin-right: 8px;
    position: relative;
    top: -1px;
    left: 1px;
}

.class305Class .attachment .views-row .title a:hover {
    color: red
}

.class305Class .attachment .views-row:hover .title a:after {
    color: #9c9c9c
}

.class305Class .attachment .views-row .title a:after {
    text-align: center;
    line-height: 24px;
    padding: 0;
    border-radius: 100%;
    transition: all .3s;
    position: absolute;
    left: -3px;
    top: -20px;
    font: 70px gill;
    color: #e3e3e3
}

.class305Class .attachment .views-row:nth-child(1) .title a:after {
    content: '2'
}

.class305Class .attachment .views-row:nth-child(2) .title a:after {
    content: '3'
}

.class305Class .attachment .views-row:nth-child(3) .title a:after {
    content: '4'
}

.class305Class .attachment .views-row:nth-child(4) .title a:after {
    content: '5'
}

.class305Class .attachment .views-row:nth-child(5) .title a:after {
    content: '6'
}

.class305Class .attachment .views-row:nth-child(6) .title a:after {
    content: '7'
}

.class305Class .attachment .views-row:nth-child(7) .title a:after {
    content: '8'
}

.class305Class .attachment .views-row:nth-child(8) .title a:after {
    content: '9'
}


/***************  class308Class  ****************/

.class308Class {
    width: 100%;
    float: left;
    display: inline-block;
    background-color: #fff;
    max-width: 430px
}

.class308Class * {
    text-align: left;
    font-family: tahoma
}

.class308Class .view-content {
    width: 100%;
    float: left;
    display: inline-block
}

.class308Class .view-content .views-row {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 20px
}

.class308Class .view-content .views-row .image {
    display: inline-block;
    float: left;
    max-width: 130px;
    margin-right: 10px
}

.class308Class .view-content .views-row .image img {
    display: inline-block;
    height: auto;
    float: left;
    width: 100%
}

.class308Class .view-content .views-row .title {
    margin-bottom: 0
}

.class308Class .view-content .views-row .title a {
    font-size: 14px;
    color: #000;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    line-height: 19px;
    display: block;
    min-height: 83px;
    overflow: hidden
}

.class308Class .view-content .views-row.premium-content .title a:before {
    content: '\f023';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 10px;
    margin-right: 8px;
    position: relative;
    top: -1px;
    left: 1px;
}

.class308Class .view-content .views-row .title a:hover {
    color: red
}

.class308Class .view-content .views-row .wrapper {
    margin-bottom: 10px;
    font-size: 14px
}

.class308Class .view-content .views-row .wrapper .post-date {
    float: left;
    font-size: 11px
}

.class308Class .view-content .views-row .post-date {
    margin-bottom: 0
}

@media screen and (max-width:1200px) {
    .class308Class .view-content .views-row .image {
        max-width: 100px
    }
    .class308Class .view-content .views-row .title a {
        min-height: 60px
    }
}

@media screen and (max-width:1000px) {
    .class308Class {
        width: 100%;
        display: inline-block;
        max-width: 100%
    }
    .class308Class .view-content .views-row {
        width: 50%
    }
    .class308Class .view-content .views-row-even {
        padding-left: 20px
    }
    .class308Class .view-content .views-row-odd {
        padding-right: 20px
    }
    .class308Class .view-content .views-row .image {
        max-width: 130px
    }
    .class308Class .view-content .views-row .title a {
        min-height: 82px
    }
    .class308Class[class*=mobile-50-] .view-content .views-row {
        width: 100% !important;
        padding: 0 !important
    }
}

@media screen and (max-width:800px) {
    .class308Class .view-content .views-row .image {
        max-width: 100px
    }
    .class308Class .view-content .views-row .title a {
        min-height: 60px
    }
}

@media screen and (max-width:650px) {
    .class308Class .view-content .views-row {
        width: 100%;
        padding: 0;
        margin-bottom: 10px
    }
    .class308Class .view-content .views-row .image {
        max-width: 100px
    }
    .class308Class .view-content .views-row .title a {
        min-height: 60px;
        max-width: 250px
    }
}


/***************  class716Class  ****************/

.class716Class {
    width: 100%;
    display: inline-block
}

.class716Class * {}

.class716Class .with-attachment .abw {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    display: none;
}

.class716Class .with-attachment .abw .views-row {
    width: 100%;
    display: inline-block
}

.class716Class .with-attachment .abw .views-row .title {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px
}

.class716Class .with-attachment .aaw .views-row .title a {
    width: 100%;
    float: left;
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 5px;
    line-height: 19px;
}

.class716Class .with-attachment .aaw .views-row .title a:hover {
    color: red
}

.class716Class .with-attachment .aaw .views-row .views-field-nothing {
    width: 100%;
    float: left;
    display: inline-block;
    position: relative;
    margin-bottom: 10px
}

.class716Class .with-attachment img {
    width: 100%;
    display: inline-block;
    height: auto
}

.class716Class .with-attachment .tag-wrapper a {
    font-size: 12px;
    color: #fff;
    background: #333;
    padding: 5px;
    float: left;
}

.class716Class .with-attachment .tag-wrapper {
    position: absolute;
    left: 10px;
    bottom: 10px
}

.class716Class .with-attachment>.main-view {
    width: 100%;
    display: inline-block
}

.class716Class .with-attachment>.main-view .views-row {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.class716Class .with-attachment>.main-view .views-field-nothing {
    width: 100%;
    float: left;
    display: inline-block;
    position: relative;
    margin-bottom: 10px
}

.class716Class .with-attachment>.main-view .views-row .title {
    width: 100%;
    display: inline-block
}

.class716Class .with-attachment>.main-view .views-row .title a {
    color: #000;
    font-size: 22px;
    line-height: 28px;
    font-family: 'Libre Baskerville', serif;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.class716Class .with-attachment>.main-view .views-row .title a:hover {
    color: red
}

.class716Class .with-attachment p {
    font-size: 12.5px;
    line-height: 19px;
    color: #5d5d5d;
}

@media screen and (max-width:650px) {
    .class716Class .views-row .title a {
        max-width: 400px
    }
}


/********************* ads *********************/

.ads {
    width: 100%;
    float: left;
    display: inline-block;
    margin: 0 0px 20px;
}

.ads .view-content,
.ads .view-content .views-row,
.ads .view-content .views-row .image {
    width: 100%;
    float: left;
    display: inline-block
}

.ads .view-content .views-row .image img {
    width: 100%;
    float: left;
    display: inline-block;
    height: auto
}

.ads.ads-300x600 .views-row .image {
    max-width: 300px;
    max-height: 600px;
    margin: auto;
    display: table;
    float: none
}

@media screen and (max-width:900px) {
    .block.mobile-50-left {
        width: 50% !important;
        padding: 0 15px 0 0 !important;
        clear: left !important
    }
    .block.mobile-50-right {
        width: 50% !important;
        padding: 0 0 0 15px !important;
        clear: none
    }
}

@media screen and (max-width:650px) {
    .block.mobile-50-left {
        width: 100% !important;
        padding: 0 !important;
        clear: left !important
    }
    .block.mobile-50-right {
        width: 100% !important;
        padding: 0 !important
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

.gsc-positioningWrapper {
    display: inline-block;
    width: 100%;
    float: right;
}

.page-search #search-form #edit-basic .form-item-keys #edit-keys {
    background: #fff !important;
    border: 1px solid #eee !important;
    color: #000;
    padding: 0 10px !important;
}

.page-search #search-form #edit-basic .form-item-keys>label {
    width: 100%
}

.mas-download-pdf {
    display: inline-block;
    width: 100%;
    float: right;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 10px 20px;
    background: #FF0000;
    box-shadow: 0 0 5px #666;
}

.mas-download-pdf .mas-title {
    display: inline-block;
    width: 100%;
    float: right;
    font-size: 20px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    color: #fff;
}

.mas-download-pdf .mas-title2 {
    font-size: 17px;
}

.mas-download-pdf .mas-link {
    display: inline-block;
    right: 0;
    background-color: #ffffff;
    border-radius: 12px;
    color: #ff0000;
    border: 1px solid #ffffff;
    padding: 2px 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    font-size: 13px;
    min-width: 100px;
    text-align: center;
}

.mas-download-pdf .mas-link1 {
    top: 41px;
}

.mas-download-pdf .sdn-close {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    top: -30px;
    background: #f00;
}

.mas-download-pdf .sdn-close i {
    color: #fff;
    font-size: 16px;
    padding: 9px;
}

@media screen and (max-width:650px) {
    .mas-download-pdf .mas-link {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 10px
    }
}

i.far.fa-clock {
    font-family: 'FontAwesome';
}

.calendarw {
    width: 100%;
}

.calendarw .main-view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.calendarw .views-row {
    flex: 0 0 130px;
    background: #fff;
    box-shadow: 0px 0 0px 2px #ddd;
    margin: 1%;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
}

.calendarw .views-row .ydate {
    width: 100%;
    background: #0c2f82;
    height: 32px;
}

.calendarw .views-row .ydate time {
    text-align: center;
    display: inline-block;
    width: 100%;
    font: 13px tahoma;
    padding: 7px 0;
    color: #fff;
    font-weight: bold;
}

.calendarw .views-row .title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    flex: 0 0 100%;
    width: 100%;
}

.calendarw .views-row .title .field-content {
    width: 100%;
}

.calendarw .views-row .title a {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 45px;
    font: 13px tahoma;
    line-height: 47px;
}

.calendarw .pager__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.calendarw .pager__items li {
    flex: 0 0 30px;
    text-align: center;
}

@media screen and (max-width:1200px) {
    #regiong {
        padding: 0 15px;
    }
}

.news-views .no-image .article-image {
    display: none !important;
}