/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
<style>
body {
    font-family: 'Zilla Slab', Georgia, serif;
    font-weight: 300;
    color: #414042;
}

/*class name for h1 tag .pageTitleCopy-heading*/
h1 {
    text-transform: none;
    font-size: 28pt;
    line-height: normal;
    margin-top: 0;
    padding-top: 0;
    color: #6F7271;
    Text-align: left;
    font-weight: 400;
}

h2 {
    font-size: 34pt;
    margin-bottom: 20px;
    line-height: normal;
    color: #434E7E;
}

h3 {
    font-size: 24pt;
    color: #434E7E;
    line-height: normal;
    font-weight: 400;
}

p {
    font-size: 18px;
    line-height: normal;
}

a {
    cursor: pointer;
    text-decoration: none;

}

ul ol {
    padding: 0 0 0 26px;
    margin-top: 0;
    margin-bottom: 0!important;
}

table {
    border: 0px;
    border-spacing: 0px;
    font-size: 18px;
}

table th {
        color: #fff !important;
        background-color: #434e7e;
        padding: 20px 25px;
        text-align: left;
        font-weight: 500;
}

table td {
    border: 0px;
    border-spacing: 0px;
    font-size: 18px;
}

table td p strong {
     color: #434e7e;
     font-weight: 500;
}

table tr.even {
    background-color: #f4f4f4;
}

strong {
    font-weight: bold;
}

/*horizontal line {
    margin-bottom: 0 !important;
    height: 1px;
    width: 100%;
    background-color: #dddddd;
    clear: both;
    margin: 0;
}*/

/*classes*/
.section {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
}

.section--contrastDark {
    color: rgb(97, 97, 97);
    background-color: #e6e6e6 !important;
    border-bottom: 0px solid #eaeaea;
}

.contained {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.btn {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.625;
    display: inline-block;
    width: auto;
    padding: 12.5px 25px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #ffffff !important;
    border: 1px solid #B31983;
    background: #B31983;
    -webkit-appearance: none;
    touch-action: manipulation;
    Letter-spacing: 1px;
    margin-bottom: 10px;
}

.btn:hover {
     color: #fff;
     border-color: #0782ce;
     background: #0891e7
}

.white {
    color: #fff;
}

.blue {
    color: #434E7E;
}

.magenta {
    color: #B31983 !important;
}

.h-hardSides {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.h-hardTop {
    padding-top: 0 !important;
}

.footermain-top {
    padding-left: 52px;
    padding-right: 52px;
    background: #434E7E;
    max-width: 1200px;
    margin: 0 auto;
}

/*footer width 1200px*/

.footermain {
    color: #fff;
}

/*footer image {
    max-width: 70%;
    margin-top: 10px;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}*/

/*IREM address below image {
    margin-top: 15px;
}*/

/*institute/resources/connect with us*/
.footerMain-heading {
    color: #FFC629;
    margin-bottom: 13px !important;
    font-size: 1.25rem;
    line-height: 1.3;
}

/*social links {
    display: block;
    padding: 6.5px;
    color: #fff !important;
    font-size: 1.125rem;
    line-height: 1.44444;
    cursor: pointer;
}*/
</style>
/*****************************************/