@font-face {
	font-family: 'ProximaNova-Regular';
	src: url('/fonts/ProximaNova-Regular.eot');
	src: local('☺'), url('/fonts/ProximaNova-Regular.woff') format('woff'),
            url('/fonts/ProximaNova-Regular.ttf') format('truetype'),
            url('/fonts/ProximaNova-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


html {font-size: 100%;min-height: 100%; height: 100%;}

body {
    min-width: 320px;
    min-height: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.1px;
    font-family: "ProximaNova-Regular",sans-serif;
}


img { margin-bottom: 20px;}

img[align="left"] {
    margin: 4px 20px 20px 0;
    max-width: 100%;
}

img[align="middle"] {
    margin: 0 20px 20px;
    max-width: 100%;
}

img[align="right"] {
    margin: 4px 0px 20px 20px;
    max-width: 100%;
}

p+h2, p+h3, p+h4, ul+h2, ul+h3, ul+h4{margin-top: 45px;}

h1 {
    line-height: 2.4375rem;
}

h2 {
    line-height: 2.0625rem;
}

h3 {
    line-height: 1.375rem;
}

ol{margin: 20px 0;padding: 0;list-style: none;counter-reset: item;}
ol li{position: relative;margin-top: 9px;padding-left: 30px;}
ol ol li {
    padding-left: 44px;
}

ol ol ol li {
    padding-left: 59px;
}

ol ol ol li {
    padding-left: 73px;
}

ol li:before {
    counter-increment: item;
    content:counters(item,". ") '.';
    position: absolute;
    left: 0;
    top: 0px;
    min-width: 23px;
    padding-left: 0px;
    font-weight: bold;
    line-height: 23px;
    padding-left: 5px;
    color: #c2b9a8;
    font-size: 1.0625rem;
}

a {
    -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

ol li ol{margin: 0;}

ul{margin: 20px 0;padding: 0;list-style: none;}

ul li {
    margin-top: 9px;
    padding-left: 29px;
    background: url(/desimages/ul_li.png) left 9px no-repeat;
}

ul li ul{margin: 0;}

table{margin: 20px 0;border-collapse: collapse;font-size: 1rem;}

th, td{border: 1px solid #c2cacd;}
th{padding: 10px;font-weight: normal;background-color: #f7f3e7;}
td{padding: 10px;}


iframe{max-width: 100%;border: 0;}

blockquote {
    border-left: 3px solid #436fae;
    display: block;
    background: #f8f1e4;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 21px 25px;
    font-style: italic;
}