@charset "UTF-8";
/* CSS Document */

html {  
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
body {
	background-color: rgba(255,255,255,1.0);
	margin: 0;
	padding: 0;
	font-family: open-sans;
	font-style: normal;
	text-rendering: optimizeLegibility;
}
.container {
	width: 90%; 
	max-width: 940px;
	margin: 2.8em auto 0 auto;
	padding: 0;
}
.banner-mobile-logo {
    width: 100%;
    height: auto;
    float: left;
    background-color: rgba(232,125,30,1.00);
    text-align: left;
    margin: 0;
    padding: 0;
}
.banner-mobile-logo img {
	width: 280px;
    float: left;
    height: auto;
}
.banner-mobile-img {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    margin: 0;
    padding: 0;
}
.banner-mobile-img img {
	width: 100%;
    height: auto;
}
.banner {
	width: 100%;
	height: auto; 
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}
.banner img {
	width: 100%;
    height: auto;
}
.sidebar { 
	width: 21%;
	float: left; 
	margin: 0; 
	padding: 0;   
}
.nav {
    width: 100%;
    background-color: rgba(184,169,100,1.00);
    float: left;
    margin: 0;
    padding: 4% 7% 14% 13%;
    border-bottom-left-radius: 13px;
}
.nav p {
    font-family: open-sans;
    font-size: .85em;
    line-height: 1.3em;
    color: rgba(255, 255, 255, 1.0);
    text-align: left;
    text-rendering: optimizeLegibility;
    font-style: normal;
    font-weight: 700;
    margin: 1.3em 0 0 0;
    padding: 0;
    text-decoration: none;
}
.nav a {
	color: rgba(255, 255, 255, 1.0);
    -webkit-transition: all 0s ease-in-out .2s;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	text-decoration: none;
}
.nav a:hover {
    color: rgba(0,0,0,1.00);
    text-decoration: none;
}
.quote {
    width: 100%;
    float: left;
    margin: 0;
    padding: 6% 7% 14% 8%;
}
.quote p {
    font-family: open-sans;
    font-size: .85em;
    line-height: 1.5em;
    color: rgba(71,125,156,1.00);
    text-align: left;
    text-rendering: optimizeLegibility;
    font-style: normal;
    font-weight: 500;
    margin: 0.8em 0 0 0;
    padding: 0;
}
.quote ul {
	font-family: open-sans;
	font-size: .85em;
    line-height: 1.5em;
    color: rgba(71,125,156,1.00);
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 400;
	margin: 0 0 0 2em;
	padding: 0 0 0 0;
	list-style-type: disc;
	list-style-position: outside;
}
.quote li {
	margin: 0;
	padding: 0;	
}
.quote img {
	width: 100%;
    height: auto;
}
.quote-with-img {
    width: 100%;
    float: left;
    margin: 0;
    padding: 3% 0 14% 8%;
}
.quote-with-img p {
    font-family: open-sans;
    font-size: .85em;
    line-height: 1.5em;
    color: rgba(71,125,156,1.00);
    text-align: left;
    text-rendering: optimizeLegibility;
    font-style: normal;
    font-weight: 500;
    margin: 0.8em 0 0 0;
    padding: 0;
}
.quote-with-img img {
	width: 100%;
    margin: 0.5em 0 0 0;
    height: auto;
}
.ital400 {
	font-family: open-sans;
	font-style: italic;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
.ital600 {
	font-family: open-sans;
	font-style: italic;
	font-weight: 600;
	text-rendering: optimizeLegibility;
}
.ital700 {
	font-family: open-sans;
	font-style: italic;
	font-weight: 700;
	text-rendering: optimizeLegibility;
}
.bold600 {
	font-family: open-sans;
	font-style: normal;
	font-weight: 600;
}
.bold600-orange {
	font-family: open-sans;
	font-style: normal;
    color: rgba(232,125,30,1.00);
	font-weight: 600;
}
.bold700 {
	font-family: open-sans;
	font-style: normal;
	font-weight: 700;
}
.maintext {
	width: 78%;
	float: right;
	margin: 0;
	padding: 1% 1% 0 5%;
}
.maintext h1 {
    font-family: open-sans;
    font-size: 1.1em;
    line-height: 1.9em;
    color: rgba(232,125,30,1.00);
    text-align: left;
    letter-spacing: 0.05em;
    text-rendering: optimizeLegibility;
    font-style: normal;
    font-weight: 700;
    margin: 1.9em 0 0 0;
    padding: 0;
}
.maintext h2 {
	font-family: open-sans;
	font-size: 1.1em;
	line-height: 1.9em;
	color: #B8A964;
	text-align: left;
	letter-spacing: 0.02em;
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 700;
	margin: 1.3em 0 0 0;
	padding: 0;
}
.maintext h3 {
	font-family: open-sans;
	font-size: 1.1em;
	line-height: 1.9em;
	color: #B8A964;
	text-align: left;
	letter-spacing: 0.02em;
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 700;
	margin: 1.3em 0 0.8em 0;
	padding: 0;
}
.maintext h4 {
	font-family: open-sans;
	font-size: 1.05em;
	line-height: 1.9em;
	color: #B8A964;
	text-align: left;
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 600;
	margin: 0 0 0.8em 0;
	padding: 0;
}
.maintext p {
	font-family: open-sans;
	font-size: 1.05em;
	line-height: 1.9em;
	color: rgba(51, 51, 51, 1.0);
	text-align: left;
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 400;
	margin: 1em 0 0 0;
	padding: 0;
}
.maintext ul {
	font-family: open-sans;
	font-size: 1.05em;
	line-height: 1.9em;
	color: rgba(51, 51, 51, 1.0);
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 400;
	margin: 0 0 0 3em;
	padding: 0 0 0 0;
	list-style-type: disc;
	list-style-position: outside;
}
.maintext li {
	margin: 0;
	padding: 0;	
}
.maintext ol {
	font-family: open-sans;
	font-size: 1.05em;
	line-height: 1.9em;
	color: rgba(51, 51, 51, 1.0);
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 400;
	margin: 0 0 0 3em;
	padding: 0 0 0 0;
	list-style-type: decimal;
	list-style-position: outside;
}
.maintext blockquote {
	color: rgba(51, 51, 51, 1.0);
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: 400;
	margin: 0.3em 0 1.8em 4.0em;
	padding: 0;
}
.maintext a {
	font-family: open-sans;
	font-weight: 700;
	color: rgba(0, 0, 0, 1.0);
	text-decoration: underline;
	-webkit-transition: all 0s ease-in-out .3s;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-rendering: optimizeLegibility;
	font-style: normal;
}
.maintext a:hover {
    text-decoration: underline;
}
.maintext img {
	width: 100%;
	max-width: 500px;
	height: auto;
	margin: 0 20em 1em 0; 
	padding: 0;
	border: none;
}
.maintext-caption1 {
	font-size: 0.7em;
	line-height: 1.4em;
	color: #333;
	text-align: left;
	font-weight: normal;
	font-family: open-sans;
	padding: 0;
	margin: 0;
}
.caption1 {
	width: 35%;
	float: left;
	margin: 0;
	padding: 2.0em 1.0em 0 0;
}
.caption1 p {
	font-size: 0.7em;
	line-height: 1.4em;
	color: #333;
	text-align: left;
	font-weight: normal;
	font-family: open-sans;
	padding: 0;
	margin: 0 0 0 0;
}
.caption1 img {
	width: 100%;
    float: left;
	margin: 0 0 0.5em 0;
	border: 0;
}
.caption1 a {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
.caption1 a:hover {
	color: rgba(0,0,0,1.00);
	text-decoration: underline;
}
.footer {
	width: 100%;
	float: left;
	margin: 3em 0 3em 0;
	padding: 1em 0 0 0;
	border-top: 1px solid rgba(71,125,156,1.00);
}
.footer-1 {
    float: left;
	margin: 0;
	padding: 0 0 0 27%;
}
.footer-1 p {
	font-size: 0.7em;
	line-height: 1.45em;
	font-weight: 500;
	color: #888;
	font-family: open-sans;
    text-rendering: optimizeLegibility;
	text-align: left;
	margin: 0;
	padding: 0;
}
.footer-1 a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.footer-1 a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
.footer-2 {
    float: right;
	margin: 0;
	padding: 0;
}
.footer-2 p {
	font-size: 0.7em;
	line-height: 1.45em;
	font-weight: 500;
	color: #888;
	font-family: open-sans;
    text-rendering: optimizeLegibility;
	text-align: left;
	margin: 0;
	padding: 0;
}
.footer-mobile {
	width: 100%;
	float: left;
	margin: 2em 0 3em 0;
	padding: 0.5em 0 0 0;
	border-top: 1px solid rgba(71,125,156,1.00);
}
.footer-mobile p {
    font-size: 0.7em;
    line-height: 1.45em;
    font-weight: 500;
    color: rgba(94,94,94,1.00);
    font-family: open-sans;
    text-rendering: optimizeLegibility;
    text-align: left;
    margin: 0.5em 0 0 0;
    padding: 0;
}
.footer-mobile a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.footer-mobile a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
.fltleft {
	float: left;
	margin-right: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: -75px;
	border: 0;
}
.fltrt {
	float: right;
	margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 0px;
	border: 0;
}
.clear {clear:both; font-size:1px;
}


@media (min-width: 768px){
.banner-mobile-logo {
	display: none; 
}
.banner-mobile-img {
	display: none; 
}
.footer-mobile {
	display: none; 
}
}


@media (max-width: 767px){
.banner {
	display: none; 
}
.sidebar {
	display: none; 
}
.container {
	width: 90%; 
	max-width: 940px;
	margin: 0 auto;
	padding: 0;
}
.caption1 {
	width: 100%;
}
.caption1 p {
	margin: 0 0 2.5em 0;
}
.maintext {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.footer {
	display: none; 
}
}




