/* 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}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

* html .clearfix {
	-ms-zoom: 1;
	zoom: 1;
	}

*:first-child + html .clearfix {
	-ms-zoom: 1;
	zoom: 1;
	}


/* STYLES */

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

body {
	color: #666;
	}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1.3125rem;
	font: normal 100%/1.75 "museo-sans-condensed", sans-serif;
	color: #303030;
	}

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 */

h4, h5 {
	font-weight: 600;
	text-transform: uppercase;
	}

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 {
	margin: 1em 0;
	line-height: 1.5em;
	font-size: 115%;
	font-style: italic;
	border-color: #079bdb;
	border-style: solid;
	border-left-width: 3px;
	padding-left: 10px;
	}

blockquote p {
	line-height: 1.5em;
	margin: 0.5em 0;
	}

[class*="-uppercase"]  { text-transform: uppercase }

[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 */


/* TEXT STYLES */

.text-center {
	text-align: center;
	}

[class*="-uppercase"] {
	text-transform: uppercase;
	}

[class*="-notupper"] {
	text-transform: none;
	}


[class*="-blue"] {
	color: #294578;
	}

[class*="-gray"] {
	color: #666;
	}


[class*="-serif"] {
	font-family: 'chaparral-pro', serif;
	}

[class*="-sans"] {
	font-family: 'museo-sans', sans-serif;
	}

[class*="-sanscondensed"] {
	font-family: "museo-sans-condensed", sans-serif;
	}

[class*="subdue"] {
	opacity: 0.7;
	}

.content .text h3{
	text-transform: uppercase;
	font-size: 1.5rem;    line-height: 2.1rem;
	font-weight: 600;
}
/* 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;
	}



/* TABLE STYLES */

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

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

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