/* RESET */
html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,menu,nav,section,time,mark,audio,video,details,summary{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent}body{-webkit-text-size-adjust:none}body,input{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}article,aside,figure,footer,header,nav,section,details,summary{display:block}object,embed{max-width:100%}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}th{font-weight:bold;vertical-align:bottom}td{font-weight:normal;vertical-align:top}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word}input[type="radio"]{vertical-align:text-bottom}input[type="text"],input[type="paddword"],textarea{font-family:sans-serif;-webkit-appearance:none}table{font-size:inherit;font:100%;-webkit-appearance:none}small{font-size:65%}strong{font-weight:bold}td,td img{vertical-align:top}sub,sup{font-size:75%;line-height:0;position:relative}sup{top:-0.5em}sub{bottom:-0.25em}pre,code,kbd,samp{font-family:monospace,sans-serif}input[type=button],input[type=submit],input[type=file],button{cursor:pointer}button,input,select,textarea{margin:0}button{width:auto;overflow:visible}*{outline:none}

/* ROW */
.row:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}


/* STYLES */

html {
	font: normal 100%/1.75 "mentone", sans-serif;
	}

body {
	background: #ffffff;
	color: #303030;
	}

a,
.text-blue {
	text-decoration: none;
	color: #02009a;
	}

.text-gray {
	color: #303030;
	}

a:hover {
	color: #302ec3;
	}

h1, h2, h3, h4, h5, h6 {
	position: relative;
	margin-bottom: 1.3125rem;
	font-weight: 300;
	}

h6 { font-size: 1rem;    line-height: 1.75rem }  /* 16px */
h5 { font-size: 1.5rem;  line-height: 2.1rem  }  /* 24px */
h4 { font-size: 2rem;    line-height: 2.45rem }  /* 32px */
h3 { font-size: 2.5rem;  line-height: 2.8rem  }  /* 40px */
h2 { font-size: 3rem;    line-height: 3.15rem }  /* 48px */
h1 { font-size: 3.5rem;  line-height: 3.5rem  }  /* 56px */

a + h1, a + h2, a + h3, a + h4, a + h5, a + h6,
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6,
ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6,
blockquote + h1, blockquote + h2, blockquote + h3, blockquote + h4, blockquote + h5, blockquote + h6,
div + h1, div + h2, div + h3, div + h4, div + h5, div + h6 {
	margin-top: 2.375rem;
	}

p, ul, ol {
	margin-bottom: 1.3125rem;
	}

ul, ol {
	margin-left: 2em;
	}

blockquote {
	padding: 20px;
	margin: 1em 0;
	border-color: #000999;
	border-style: solid;
	border-left-width: 2px;
	background: rgba(0,0,0,0.05);
	color: #000099;
	font-size: 1.75rem;
	line-height: 2.275rem;
	}

[class*="light"]      { font-weight: 300 }
[class*="regular"]    { font-weight: 400 }
[class*="semibold"]   { font-weight: 600 }
[class*="bold"]       { font-weight: 700 }

[class*="nano"]       { font-size: 0.6875rem;  line-height: 1.75rem  }  /* 11px */
[class*="micro"]      { font-size: 0.75rem;    line-height: 1.75rem  }  /* 12px */
[class*="milli"]      { font-size: 0.8125rem;  line-height: 1.75rem  }  /* 13px */
[class*="centi"]      { font-size: 0.875rem;   line-height: 1.75rem  }  /* 14px */
[class*="deci"]       { font-size: 0.9375rem;  line-height: 1.75rem  }  /* 15px */
[class*="normal"]     { font-size: 1rem;       line-height: 1.75rem  }  /* 16px */
[class*="normalplus"] { font-size: 1.125rem;   line-height: 1.75rem  }  /* 18px */
[class*="deca"]       { font-size: 1.25rem;    line-height: 1.925rem }  /* 20px */
[class*="hecto"]      { font-size: 1.5rem;     line-height: 2.1rem   }  /* 24px */
[class*="kilo"]       { font-size: 1.75rem;    line-height: 2.275rem }  /* 28px */
[class*="mega"]       { font-size: 2rem;       line-height: 2.45rem  }  /* 32px */
[class*="giga"]       { font-size: 2.25rem;    line-height: 2.625rem }  /* 36px */
[class*="tera"]       { font-size: 2.5rem;     line-height: 2.8rem   }  /* 40px */
[class*="peta"]       { font-size: 2.75rem;    line-height: 2.975rem }  /* 44px */
[class*="exa"]        { font-size: 3rem;       line-height: 3.15rem  }  /* 48px */
[class*="zetta"]      { font-size: 3.5rem;     line-height: 3.5rem   }  /* 56px */
[class*="yotta"]      { font-size: 4rem;       line-height: 4rem     }  /* 64px */

[class*="uppercase"]  { text-transform: uppercase }
[class*="texttransformnone"]  { text-transform: none }
[class*="italic"]     { font-style: italic; }
[class*="subdue"]     { opacity: 0.5 }
.text-center          { text-align: center }
.text-left            { text-align: left; }
.white                { color: white !important; }
.blue                 { color: #02009A !important; }

/* SMALL SCREENS */ @media screen and (max-width:560px) {

h5 { font-size: 1.25rem;  line-height: 1.925rem }  /* 20px */
h4 { font-size: 1.5rem;   line-height: 2.1rem   }  /* 24px */
h3 { font-size: 1.75rem;  line-height: 2.275rem }  /* 28px */
h2 { font-size: 2rem;     line-height: 2.45rem  }  /* 32px */
h1 { font-size: 2.25rem;  line-height: 2.625rem }  /* 36px */

[class*="deca"]  { font-size: 1.25rem;   line-height: 1.925rem  }  /* 20px */
[class*="hecto"] { font-size: 1.375rem;  line-height: 2.0125rem }  /* 22px */
[class*="kilo"]  { font-size: 1.5rem;    line-height: 2.1rem    }  /* 24px */
[class*="mega"]  { font-size: 1.625rem;  line-height: 2.1875rem }  /* 26px */
[class*="giga"]  { font-size: 1.75rem;   line-height: 2.275rem  }  /* 28px */
[class*="tera"]  { font-size: 1.875rem;  line-height: 2.3625rem }  /* 30px */
[class*="peta"]  { font-size: 2rem;      line-height: 2.45rem   }  /* 32px */
[class*="exa"]   { font-size: 2.125rem;  line-height: 2.5375rem }  /* 34px */
[class*="zetta"] { font-size: 2.25rem;   line-height: 2.625rem  }  /* 36px */
[class*="yotta"] { font-size: 2.5rem;    line-height: 2.8rem    }  /* 40px */

}



/* TABLE STYLES */

table.styled {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #d0ccb2;
	margin: 25px 0;
	}

table.styled th {
	background-color: #d0ccb2;
	text-align: left;
	}

table.styled th,
table.styled td {
	padding: 3px 6px;
	}

table.styled td {
	border: 1px solid #d0ccb2;
	}



/* IMAGE STYLES */

.image-left {
	float: left;
	max-width: 50%;
	margin: 0 30px 8px 0;
	}

.image-right {
	float: right;
	max-width: 50%;
	margin: 0 0 8px 30px;
	}

.image-full {
	width: 100%;
	margin: 15px 0;
	}