﻿@charset "utf-8";
/* CSS Document */

/******* Fonts Face CSS Start **********/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
/********* Fonts Face CSS End **********/

/******* Common Element CSS Start ******/
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Guardian TextSans Web","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #363636;
    background: #e7e7e7;
}

.clear {
    clear: both;
}

img {
    border: 0px;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

    a:focus, a:active, a:visited {
        outline: none;
        border: 0px;
    }

    a:hover {
        text-decoration: none;
    }

.siteMainWrapper {
    padding: 0;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.71);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.71);
    box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.71);
}
/******* Common Element CSS End *********/

/******* Header Section CSS Start *******/
.top-header {
    padding: 10px 30px;
    border-bottom: 4px solid #5176BB;
}

    .top-header p,
    .top-header ul {
        margin-bottom: 0;
    }

        .top-header ul li {
            padding: 0 8px;
            position: relative;
        }

            .top-header ul li::after {
                content: "|";
                display: inline-block;
                position: absolute;
                right: -4px;
                top: -1px;
                color: #353535;
            }

            .top-header ul li:last-child::after {
                content: "";
            }

            .top-header ul li a {
                color: #353535;
            }

.middle-header {
    padding: 20px 30px;
}

.main-menu .navbar {
    background: none;
    border: none;
    color: #ffffff;
    border-radius: 0;
    text-align: right;
}

    .main-menu .navbar ul {
        float: none;
    }

    .main-menu .navbar li {
        float: none;
        display: inline-block;
    }

        .main-menu .navbar li a {
            color: #5176BB;
            font-weight: 500;
        }

            .main-menu .navbar li a:hover {
                background: #2B1180;
                color: #ffffff;
            }

.logo {
    padding: 10px 5px;
    background: #cf3d24;
    border-radius: 6px;
    box-shadow: 0px 0px 8px #3a3737;
    border: 1px solid #fff;
}

    .logo h2 {
        margin: 0;
        font-size: 16px;
        color: #ffffff;
        font-weight: 900;
        text-align: center;
    }

.logo1 {
    padding: 10px 5px;
    background: #9168a2;
    border-radius: 6px;
    box-shadow: 0px 0px 8px #3a3737;
    border: 1px solid #fff;
}

    .logo1 h2 {
        margin: 0;
        font-size: 16px;
        color: #ffffff;
        font-weight: 900;
        text-align: center;
    }
/******* Header Section CSS End *********/
/******* Middle section CSS Start ******/
.middle {
    padding: 0 30px 30px;
}

    .middle p {
        line-height: 25px;
        text-align: justify;
    }

p.highlighted {
    color: #c55f2f;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.sidebar .side-img {
    position: relative;
    text-align: center;
}

.volumestring {
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.coverstring {
    width: 104%;
    position: relative;
    display: block;
    text-align: center;
    padding: 5px;
    left: -4px;
    background-color: #b70d0ddb;
    border-radius: 5px;
    bottom: 0;
    color: #FFF;
}

.list-group-border {
    padding-bottom: 15px;
    margin-bottom: 20px;
}

ul.list-group {
    margin-bottom: 0;
}

    ul.list-group li a.list-group-item-default {
        font-size: 15px;
        color: #FFF;
        background: #b70d0ddb;
        padding: 8px 15px;
        border-radius: 5px;
        margin-bottom: 2px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #b70d0ddb;
    }

        ul.list-group li a.list-group-item-default:hover {
            background: #ffffff;
            color: #b70d0ddb;
        }

.standardbox {
    padding-top: 15px;
    padding-bottom: 15px;
    border: solid 1px #dbdbdb;
    background-color: #fbfbfb;
    margin-bottom: 15px;
}

    .standardbox ul li {
        margin: 17px 0;
    }

a.imgHover img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity:50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.bottom-content ul li {
    margin-bottom: 15px;
}

h3.main-title {
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
}

ul.next-prev {
    padding: 10px 0 20px;
}

    ul.next-prev li:first-child {
        float: left;
    }

    ul.next-prev li:last-child {
        float: right;
    }

    ul.next-prev li a {
        padding: 5px 10px;
        background: #b70d0ddb;
        color: #ffffff;
        border-radius: 12px;
    }

        ul.next-prev li a:hover {
            background: #5176BB;
        }

.list-content {
    font-size: 14px;
}

    .list-content span.inner-title {
        margin: 10px 0 20px;
        border-bottom: solid 1px;
        font-weight: bold;
        display: inline-block;
    }

    .list-content strong {
        margin: 5px 0;
        display: block;
    }

    .list-content ol {
        padding-left: 20px;
        list-style: decimal;
    }

        .list-content ol > li + li {
            margin-top: 30px;
        }

ul.issue-links {
    margin-top: 15px;
}

    ul.issue-links li:nth-child(2) {
        margin: 0 30px;
    }

    ul.issue-links li a {
        color: #981B1E;
        border-radius: 5px;
        text-decoration: none;
        font-weight: 700;
        font-size: 13px;
    }
/*ul.issue-links li a:hover   { background: #b70d0ddb}*/

h4.sidebar-title {
    margin: 0;
    padding: 10px 15px;
    background: #143E4C;
    color: #ffffff;
    font-size: 16px;
}

.inner-sidebar {
    border: solid 1px #ccc;
}

    .inner-sidebar ul {
        margin: 0;
    }

        .inner-sidebar ul li a {
            padding: 10px 15px;
            color: #363636;
            display: block;
        }

        .inner-sidebar ul li + li a {
            border-top: solid 1px #ccc;
        }

        .inner-sidebar ul li a:hover {
            color: #b70d0ddb;
        }

.list-content .pdfaccess {
    float: right;
    margin: 0 0 1em 3em;
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/pdf_img.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
/******** Middle section CSS End *******/

/***** Bottom section CSS Start *******/
.height30 {
    height: 30px;
}

footer {
    padding: 30px;
    color: #FFF;
    background: #283339;
    font-size: .9em;
}

    footer ul {
        margin-bottom: 20px;
    }

    footer h2 {
        margin: 30px 0 20px;
        font-size: 30px;
    }

    footer h6 {
        padding-bottom: 5px;
        font-size: 15px;
        display: inline-block;
        border-bottom: solid 1px #fff;
    }

p.footer-text {
    margin-bottom: 20px;
}

ul.logo-list {
    padding: 10px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

    ul.logo-list li img {
        height: 33px;
        border: 1px solid #484848;
    }

footer a {
    color: #ffffff;
}

    footer a:hover {
        color: #374EA3;
    }

.footer-right {
    border-right: dotted 1px #fff;
}

.footer-left ul li {
    margin-bottom: 5px;
}
/****** Bottom section CSS End *******/
.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea;
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}
