@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    clear: none;
    float: none;
    background-color: #FFFFFF;
}
#header {
}
#mainnav {
    width: 100%;
    margin-left: 0;
    margin-bottom: 6px;
}
#hero {
}
#intro {
    width: 100%;
    margin-left: 0;
    background-color: #FCFBF7;
    border-top: 1px solid #EDEDEB;
    border-bottom: 1px solid #EDEDEB;
}
.teaser {
    width: 100%;
    clear: both;
    margin-left: 0;
}
.teaserhead {
width: 100%;
margin-left: 0;
}
.teaserimage {
width: 100%;
margin-left: 0;
}
.teasertext {
width: 100%;
clear: both;
margin-left: 0;
}
.teaserlink {
    width: 100%;
    clear: both;
    margin-left: 0;
    text-transform: uppercase;
    text-align: center;
}
.teaserlink a:link  , .teaserlink a:visited{
    background-color: #D7D7D7;
    padding: 5px 20px 6px;
    color: #202020;
    border-radius: 6px;
    text-decoration: none;
}
.teaserlink a:hover  , .teaserlink a:active, .teaserlink a:focus{
    background-color: #B9B9B9;
    color: #FFFFF4;
}


#footer {
    background-image: -webkit-linear-gradient(270deg,rgba(196,196,196,1.00) 0%,rgba(236,236,236,1.00) 75.13%);
    background-image: linear-gradient(180deg,rgba(196,196,196,1.00) 0%,rgba(236,236,236,1.00) 75.13%);
    background-color: #D7D7D7;
    margin-top: 22px;
}
.footerlinks {
width: 100%;
clear: both;
margin-left: 0;
}
#copyright {
    text-transform: uppercase;
    text-align: center;
}
#main {
width: 100%;
}
#sidebar {
width: 100%;
clear: both;
margin-left: 0;
}
.mainimage {
width: 100%;
margin-left: 0;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
body {
    /* [disabled]background-color: #F4FAFF; */
    color: #202020;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
a {
    text-decoration: none;
}
a:link {
    color: #588C7E;
}
a:visited {
    color: #84B3A6;
}
a:hover, a:active, a:focus {
    color: #D96459;
}




.gridContainer.clearfix #header {
}
h1, h2, h3 {
    color: #577A99;
    text-align: center;
}
.wf-active h1, .wf-active h2, .wf-active h3 {
    font-style: normal;
    font-weight: 600;
    font-family: source-sans-pro;
}
.wf-active h1 span {
    font-style: normal;
    font-weight: 400;
    font-family: kaushan-script;
}


figcaption {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding-top: 6px;
}
.teaserimage img {
    padding: 2%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 1px 1px 15px rgba(51,51,51,0.80);
    box-shadow: 1px 1px 15px rgba(51,51,51,0.80);
    width: 96%;
}
.footerlinks h3 {
    text-transform: uppercase;
    text-align: left;
    color: #202020;
    margin-left: 20px;
    font-size: 16px;
}
#mainnav a {
    display: block;
    font-variant: small-caps;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDEB;
    font-size: 20px;
    color: #334759;
}
#mainnav a:hover, #mainnav a:active, #mainnav a:focus {
    color: #82B7E5;
}

#mainnav li:first-child a {
    border-top: 1px solid #EDEDEB;
}
:lang(es) {
    font-style: italic;
}
#counter {
	text-align: center;
}
h1 {
	text-shadow: 0px 0px;
	color: #8B1903;
}












/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 97.7777%;
	padding-left: 1.1111%;
	padding-right: 1.1111%;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
}
#mainnav {
width: 100%;
margin-left: 0;
}
#hero {
}
#intro {
width: 100%;
margin-left: 0;
}
#intro p {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;

}

.teaser {
width: 100%;
clear: both;
margin-left: 0;
}
.teaserhead {
width: 100%;
margin-left: 0;
}
.teaserimage {
width: 54.5454%;
margin-left: 0;
}
.teasertext {
    width: 43.1818%;
    margin-left: 2.2727%;
    clear: none;
    padding-top: 42px;
}
.teaserlink {
width: 43.1818%;
margin-left: 2.2727%;
clear: none;
}
#footer {
}
.footerlinks {
width: 31.8181%;
margin-left: 2.2727%;
clear: none;
}
#copyright {
}
#main {
width: 100%;
}
#sidebar {
width: 100%;
clear: both;
margin-left: 0;
}
.mainimage {
    width: 65.909%;
    margin-left: 0;
}
.mainimage img {
    width: 98%;
}

.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
h1 {
    font-size: 40px;
    margin-top: 2px;
    margin-bottom: 10px;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
    width: 88.5%;
    max-width: 1200px;
    padding-left: 0.75%;
    padding-right: 0.75%;
    margin: auto;
    clear: none;
    float: none;
    margin-left: auto;
}
#header {
}
#mainnav {
width: 100%;
margin-left: 0;
}
#hero {
}
#intro {
width: 100%;
margin-left: 0;
}
.teaser {
width: 49.1525%;
margin-left: 1.6949%;
clear: none;
}
.teaserhead {
width: 100%;
margin-left: 0;
}
.teaserimage {
width: 65.5172%;
margin-left: 0;
}
.teasertext {
    width: 31.0344%;
    clear: none;
    margin-left: 3.4482%;
    padding-top: 0px;
}
.teaserlink {
width: 65.5172%;
clear: both;
margin-left: 17.2413%;
}
#footer {
}
.footerlinks {
width: 49.1525%;
clear: none;
margin-left: 18.644%;
}
#copyright {
}
#main {
width: 66.1016%;
}
#sidebar {
width: 32.2033%;
margin-left: 1.6949%;
clear: none;
}
.mainimage {
width: 61.5384%;
margin-left: 0;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
#intro p {
	width: 80%;


}
#mainnav a {
    display: block;
    font-variant: small-caps;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    color: #334759;
    border-bottom-style: none;
    width: 20%;
    float: left;
}
#mainnav li:first-child a {
    border-top-style: none;
}
.wf-active h1 span {
    position: relative;
    top: -34px;
    left: 42px;
}
h1 {
	font-size: 48px;
	margin-bottom: -10px;
	margin-top: 31px;
}



}
