@charset "UTF-8";
    @import url(https: //fonts.googleapis.com/css?family=Playfair+Display:400, 400i, 700, 700i|Raleway:300, 300i, 400, 400i, 500, 500i, 600, 600i, 700, 700i);
    :root {
    --main-color: #033c73;
    --hover-color: #0467c8;
    --link-color: var(--main-color);
}
a {
    color: var(--link-color);
}
a:hover {
    color: var(--hover-color);
}
h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
h1 span {
    display: block;
    font-size: .5em;
    line-height: 1.3;
}
h1 em {
    font-style: normal;
    font-weight: 600;
}
.two h1 {
    text-transform: capitalize;
}
.two h1:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    content: "";
    background-color: var(--main-color);
}
.two h1 span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 3em;
    padding-left: .25em;
    color: rgba(0, 0, 0, .4);
    padding-bottom: 10px;
}
.alt-two h1 {
    text-align: center;
}
.alt-two h1:before {
    left: 50%;
    margin-left: -30px;
}
li {
    list-style-type: none;
}
.card-content {
    background: #fff;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    margin-bottom: 20px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}
.carousel p {
    font-size: 20px;
    color: #444;
}
.carousel {
    background: #e6f2ff;
    padding-top: 0;
    padding-bottom: 10px;
}
#fade-quote-carousel.carousel {
    padding-bottom: 30px;
    padding-top: 30px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators>li {
    background-color: #72a0c1;
    border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
.indexings img {
    width: 90px;
    background: #fff;
    border: none;
}
.counter-box [class^=col-] {
    padding: 33px 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}
.counter-box [class^=col-]:last-child {
    border-right: 0px;
    margin-bottom: 30px;
}
.counter-box-dark [class^=col-] {
    border-right: 1px solid rgba(120, 130, 140, .13);
}
.counter-box-dark [class^=col-]:last-child {
    border-right: 0px;
    margin-bottom: 30px;
}
.counter h2 {
    font-size: 40px;
    color: #444;
}
.counter h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    letter-spacing: 1.5px;
    color: #707070;
}
@media (max-width:991px) {
    .counter-box [class^=col-] {
    border: none;
}
}.main_heading h1 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.row-most-viewed {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.row-editors-choice {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.card {
    flex: 1 20rem;
    display: flex;
    margin: 10px 20px;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 0 15px rgb(0, 0, 0, .4);
    padding: 10px 10px;
    align-self: normal;
}
.card img {
    max-width: 100%;
    margin-bottom: 20px;
}
.card h4 {
    font-size: 1.3rem;
    tex-transform: uppercase;
    margin: 10px 0;
    color: #444;
    font-size: 1.5rem;
    margin: 0;
    padding-bottom: .5rem;
    line-height: 1.25;
}
.card p {
    margin-bottom: 10px;
    color: #000;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-weight: 400;
}
.card .badge {
    display: inline-block;
    margin-top: auto;
}
.card .btn {
    color: #000;
    padding: .8rem;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 400;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid #ddd;
    background: 0 0;
    display: inline-block;
    margin-top: auto;
}
.card .btn:hover {
    background-color: #f5f5f59e;
}
.row-most-viewed .card:nth-of-type(2) img {
    content: url("https://seisense.com/download/images/mostviewed/b2.jpg");
}
.row-most-viewed .card:nth-of-type(3) img {
    content: url("https://seisense.com/download/images/mostviewed/b4.jpg");
}
.row-most-viewed .card:nth-of-type(4) img {
    content: url("https://seisense.com/download/images/mostviewed/b3.jpg");
}
.main3 {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.main3 h1 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.main3 img {
    margin-bottom: 20px;
    height: 40px;
    margin-top: 20px;
    width: 110px;
}
.cards3 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-around;
}
.cards_item3 {
    display: flex;
    padding: 1rem;
}
.main2 {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.main2 h1 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.main2 img {
    margin-bottom: 20px;
    margin-top: 20px;
}
.main_information {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.main_information h1 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.main_information img {
    border-radius: 50%;
    margin-bottom: 20px;
    width: 90px;
    margin-top: 20px;
}
.cards_information {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.cards_item_information {
    display: flex;
    padding: 1rem;
}
.card_information {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, .25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 300px;
    margin-bottom: 30px;
}
.card_content_information {
    padding: 1rem;
}
.card_title_information {
    color: #444;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}
.card_text_information {
    color: #000;
    font-size: .875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-weight: 400;
}
.btn_information {
    color: #000;
    padding: .8rem;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 400;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid #ddd;
    background: 0 0;
    margin-top: auto;
    text-align: center;
}
.btn_information:hover {
    background-color: #f5f5f59e;
}
@media (min-width:20rem) {
    .cards_item_information {
    width: 50%}
}@media (min-width:40rem) {
    .cards_item_information {
    width: 50%}
}@media (min-width:56rem) {
    .cards_item_information {
    width: 25%}
}.wrapper {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fill, 55px);
    margin-top: 15px;
}
.row-meta {
    margin-top: 10px;
}
.btn-primary {
    line-height: .8;
    margin-right: 2px;
    background: var(--main-color);
}
.btn-primary:hover {
    background: var(--hover-color);
}
.media {
    margin-bottom: 0;
    margin-top: 5px;
}
h3.media-heading {
    font-size: 16px;
    font-weight: 700;
}
hr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}
.wrapp {
    margin-top: 10px;
}
#one {
    float: left;
    margin-right: 20px;
}
@media screen and (max-width:400px) {
    #one {
    margin-right: 0;
    width: auto;
    margin-bottom: 5px;
}
}#doi {
    background-color: #fcb426;
}
.doitoc {
    margin-bottom: 5px;
}
.identifiers {
    display: table-cell;
    border-top-left-radius: .25em;
    border-bottom-left-radius: .25em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
    min-width: 40px;
    text-align: center;
}
.identifier-value {
    display: table-cell;
    background-color: #999;
    border-top-right-radius: .25em;
    border-bottom-right-radius: .25em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    padding: 5px;
    line-height: 1;
}
.title-widget {
    color: #898989;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 28px;
}
.title-widget::before {
    background-color: var(--main-color);
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 5px;
}
.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}
.widget_archive ul li {
    background-color: rgba(0, 0, 0, .3);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}
.widget_nav_menu ul li {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: 7px;
    padding-bottom: 7px;
    width: 95%}
.title-median {
    color: #636363;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
#social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
#social {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.social-fb:hover {
    color: #3b5998;
}
.social-tw:hover {
    color: #4099ff;
}
.social-gp:hover {
    color: #25d366;
}
.social-em:hover {
    color: #f39c12;
}
.nomargin {
    margin: 0;
    padding: 0;
}
.footer-bottom {
    background-color: var(--main-color);
    min-height: 30px;
    width: 100%}
.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}
.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}
.design a {
    color: #fff;
}
.footer-bottom, .margin-right-5 {
    margin-right: .5rem;
}
.footer-bottom {
    font-size: 12px;
    padding: 0 1.5rem 0 4.5rem;
    line-height: 3.5;
    letter-spacing: -.12px;
    color: #fff;
}
.navbar {
    font-size: 1.5rem;
}
.navbar-fixed-top {
    border-width: 0 0 1px;
    position: relative; /*sticky*/
    top: -1px;
    z-index: 1020;
}
.header_view .dropdown-menu a, .navbar .dropdown-menu a {
    color: #444;
}
.navbar-default .badge {
    background-color: #444;
}
.header_view, .navbar {
    margin-bottom: 0;
    background-image: none;
}
.navbar-brand-logo img {
    max-height: 230%;
    margin-top: -17px;
    opacity: 85%}
#headerNavigationContainer .row {
    margin-right: 0;
}
.navbar-form .form-control {
    border: 1px solid #666;
}
.header_view .nav>li>a, .navbar-default .nav>li>a {
    color: #000;
    /*font-weight: bold;*/
    font-size: 14px;
}
body {
    background-color: #fff;
    color: #444;
    font-family: 'Roboto', sans-serif;
}
.full-width {
    margin-right: 0;
    margin-left: 0;
    background: #eee;
    margin-bottom: 0;
    margin-top: 0;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
}
.journal-description-button {
    border-radius: 33px;
    background-color: #fff;
    color: #444;
    float: left;
    width: 160px;
    margin-right: 20px;
    margin-top: 20px;
    letter-spacing: 2.5px;
    box-shadow: 0 2px 7px rgba(74, 73, 73, .46), 0 3px 6px rgba(108, 108, 108, .32);
}
.journal-description-button-submit {
    border-radius: 33px;
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    width: 160px;
    margin-top: 20px;
    letter-spacing: 2.5px;
    box-shadow: 0 2px 7px rgba(74, 73, 73, .46), 0 3px 6px rgba(108, 108, 108, .32);
}
.journal-description-button-submit:hover {
    border-radius: 33px;
    background-color: #fff;
    border-color: #fff;
    color: var(--main-color);
    width: 160px;
    margin-top: 20px;
    letter-spacing: 2.5px;
    transition: all .4s ease-out;
}
.pkp_page_index .additional_content, .pkp_page_index .journal-description {
    margin-bottom: 0;
    margin-top: 0;
}
#current-archive {
    display: flex;
    justify-content: space-between;
}
#b {
    margin-top: 20px;
}
.offset-md-1 {
    margin-left: 8.33%}
.issue-details .col-md-8 .offset-md-1, h3 {
    margin-top: 0;
}
.page-header {
    margin: 30px 0 45px;
    border-bottom: 1px solid #ddd;
}
.thumbnail a>img, .thumbnail>img {
    border: 4px solid #eee;
    box-shadow: .08rem .18rem .8rem -.03rem rgb(0 0 0 / 65%);
}
.current_issue .issue-toc .sections {
    display: none;
}
.pkp_structure_main {
    display: flex;
    flex-direction: column;
}
.orcid .orcid_icon {
    width: 17px;
    height: 17px;
}
.fa, .fab, .far {
    margin-right: 12px;
}
.container-most-viewed {
    order: 1;
}
.additionalcontent {
    order: 2;
}
.slick-track {
    padding: 1rem 0;
}
.issue-toc .thumbnail {
    background: 0 0;
    border: none;
}
.PlumX-Summary .pps-container {
    border: none;
}
.PlumX-Summary .pps-col.plx-plum {
    border-top: none;
}
.PlumX-Summary .pps-col.plx-citation {
    border-top: 1px dotted #ccc;
}
.PlumX-Summary .pps-col.plx-capture {
    border-top: 1px dotted #ccc;
}
.PlumX-Summary .pps-col.plx-socialMedia {
    border-top: 1px dotted #ccc;
}
.PlumX-Summary .pps-col.plx-usage {
    border-top: 1px dotted #ccc;
}
.PlumX-Summary .pps-col.plx-mentions {
    border-top: 1px dotted #ccc;
}
.PlumX-Summary .pps-container {
    border: none!important;
    width: 100%}
.list-group-item.plumx {
    padding-top: 0!important;
    padding-bottom: 5px!important;
    padding-left: 0!important;
    padding-right: 0!important;
}
.PlumX-Summary .pps-col {
    padding-left: 10px!important;
}
.plx-logo {
    padding-left: 5px!important;
}
a.plx-wrapping-print-link {
    margin-left: -20px!important;
    margin-bottom: -20px!important;
    margin-top: -20px!important;
}
.trendmd-widget-container, .trendmd-widget-header {
    background: #f5f5f5!important;
    padding: 10px!important;
}
.article-author-affilitation {
    display: flex;
}
.article-author-affilitation {
    align-items: baseline;
}
.author {
    margin-bottom: 1em;
}
.nav-pills>li>a {
    padding-top: 13px;
}
.citations-container {
    margin-bottom: -30px;
}
.scopusplugin .citations-count {
    text-align: left;
}
.article-author-affilitation {
    display: flex;
}
.article-author-affilitation {
    align-items: baseline;
}
.author {
    margin-bottom: 1em;
}
.issue-details, p.published {
    padding-left: 0;
    margin-bottom: 15px;
    padding-right: 40px;
    font-size: 20px;
    color: #444;
}
.lead, p.currrent_issue_title {
    margin-bottom: 5px;
    display: none;
}
.list-group {
    margin-bottom: 0;
}
.sharethis:last-child {
    background: #f8f8f8;
    margin-bottom: 25px;
}
a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}
#accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
#accordion .panel-heading {
    padding: 0;
    border-radius: 4px;
    border: none;
    box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
}
#accordion .panel-title a {
    display: block;
    padding: 14px 30px 14px 70px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: all .5s ease 0s;
}
#accordion .panel-title a.collapsed:hover {
    color: var(--main-color);
}
#accordion .panel-title a:before {
    content: "";
    width: 55px;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: -13px;
    transform: skewX(-25deg);
    transition: all .5s ease 0s;
}
#accordion .panel-title a.collapsed:hover:before {
    background: var(--main-color);
}
#accordion .panel-title a:after {
    content: "\f101";
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 10px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
#accordion .panel-title a.collapsed:hover:after {
    color: #fff;
}
#accordion .panel-body {
    padding: 20px 5px 20px;
    position: relative;
    border: none;
    transition: all .5s ease 0s;
}
.additional_content, .obj_issue_toc .description, .pkp_page_about, .pkp_page_article .article-abstract {
    text-align: justify;
}
.description, issue-details {
    text-align: justify;
    font-size: 20px;
    color: #444;
}
.article-references-content {
    overflow-wrap: break-word;
}
.form-container {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .2), 0 9px 26px 0 rgba(0, 0, 0, .19);
}
.form-container .left-content {
    background-color: #2e323b;
    font-family: 'Roboto', sans-serif;
    width: 40%;
    padding: 66px 50px;
    display: inline-block;
    vertical-align: top;
}
.form-container .left-content .title {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 55px;
}
.form-container .left-content .sub-title {
    color: #fff;
    font-size: 46px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}
.form-container .right-content {
    text-align: center;
    width: 60%;
    padding: 30px 50px;
    display: inline-block;
}
.form-container .right-content .form-title {
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 2px;
    margin: 0 0 30px;
    border-bottom: 2px solid #999;
}
.form-container .right-content .form-horizontal {
    color: #999;
    font-size: 14px;
    text-align: left;
    margin: 0 0 15px;
}
.form-container .form-horizontal .form-group {
    margin: 0 0 20px;
}
.form-container .form-horizontal .form-group:nth-of-type(2) {
    margin-bottom: 35px;
}
.form-container .form-horizontal .form-group label {
    font-weight: 500;
}
.form-container .form-horizontal .form-control {
    color: #888;
    background: #f9f9f9;
    font-weight: 400;
    letter-spacing: 1px;
    height: 40px;
    padding: 6px 12px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
}
.form-container .form-horizontal .form-control:focus {
    box-shadow: 0 0 5px #ff97a8;
}
.form-container .form-horizontal .signin {
    color: #fff;
    background: linear-gradient(to right, #022b53, #0a62b9);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: capitalize;
    width: 100%;
    padding: 9px 11px;
    margin: 0 0 20px;
    border-radius: 50px;
    transition: all .3s ease 0s;
}
.form-container .form-horizontal .btn:focus, .form-container .form-horizontal .btn:hover {
    box-shadow: 0 0 3px #444;
    outline: 0;
}
.form-container .form-horizontal .remember-me {
    width: calc(100% - 105px);
    display: inline-block;
}
.form-container .form-horizontal .remember-me .check-label {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
}
.form-container .form-horizontal .remember-me .checkbox {
    height: 17px;
    width: 17px;
    min-height: auto;
    margin: 0 1px 0 0;
    border: 2px solid var(--main-color);
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all .3s ease 0s;
}
.form-container .form-horizontal .remember-me .checkbox:before {
    content: '';
    height: 5px;
    width: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 2px;
    top: 2.5px;
    transition: all .3s ease;
}
.form-container .form-horizontal .remember-me .checkbox:checked {
    background-color: var(--main-color);
}
.form-container .form-horizontal .remember-me .checkbox:checked:before {
    opacity: 1;
}
.form-container .form-horizontal .remember-me .checkbox:not(:checked):before {
    opacity: 0;
}
.form-container .form-horizontal .remember-me .checkbox:focus {
    outline: 0;
}
.form-container .form-horizontal .forgot {
    color: #999;
    font-size: 12px;
    text-align: right;
    width: 100px;
    vertical-align: top;
    display: inline-block;
    transition: all .3s ease 0s;
}
.form-container .form-horizontal .forgot:hover {
    text-decoration: underline;
}
.form-container .right-content .separator {
    color: #999;
    font-size: 15px;
    text-align: center;
    margin: 0 0 15px;
    display: block;
}
.form-container .right-content .social-links {
    text-align: center;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
}
.form-container .right-content .social-links li {
    margin: 0 2px 5px;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 2px 7px rgb(74 73 73 / 46%), 0 3px 6px rgb(108 108 108 / 32%);
}
.form-container .right-content .social-links li a {
    color: #444;
    font-size: 12px;
    padding: 9px 12px;
    border-radius: 1px;
    display: block;
    transition: all .3s ease 0s;
    text-decoration: none;
}
.form-container .right-content .social-links li a i {
    margin-right: 10px;
}
.form-container .right-content .social-links li a:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
.form-container .right-content .signup-link {
    color: #999;
    font-size: 13px;
}
.form-container .right-content .signup-link a {
    color: #f16262;
    transition: all .3s ease 0s;
}
.form-container .right-content .signup-link a:hover {
    text-decoration: underline;
}
@media only screen and (max-width:767px) {
    .form-container .left-content, .form-container .right-content {
    width: 100%;
    padding: 30px;
}
.form-container .left-content .title {
    margin: 0 0 20px;
}
.form-container .left-content .sub-title {
    font-size: 40px;
}
}.sixthsense {
    color: #f79e03;
    font-weight: 700;
}
.media-left, issue-summary {
    display: none;
}
.jumbotron {
    position: relative;
    background: 0 0;
}
.jumbotron:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://seisense.com/download/images/sjombanner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 100%;
    z-index: -1;
}
.jumbotron .titleheading {
    font-weight: bold;
    font-size: 24px;
    color: #444;
}
.jumbotron p {
    color: #444;
    font-size: 15px;
}
@media (max-width:500px) {
    .containereditor {
    text-align: center;
}
.containereditor img {
    margin: auto;
    float: none;
    display: block;
}
.journal-description {
    height: 575px;
}
}