body {
font-family: 'Montserrat', Arial, Candara, Roboto, Helvetica, sans-serif;
font-size: 1.1em;
color: black;
background-color: #e6f0ff;
margin: 0;
padding: 0;
}

a.menu-link {
margin-right: 2.5em;
}

a:link {
color: #981212;
}

a.light:link {
color: #white;
}

a:visited {
color: #981212;
}

a.light:visited {
color: #white;
}

a:hover {
color: black;
}

a:active {
color: #ff0000;
}

a img {
border: none;
}

#banner {
color: #121298;
font-size: 3em;
font-weight: bold;
line-height: 1.1;
margin-top: -1em;
}

#content {
overflow: hidden;
padding: 0 1em 1em 1em;
}

#footer {
clear: both;
background-color: #121298;
color: #fff;
font-size: .8em;
font-style: italic;
padding: 0 1em 1em 1em;
text-align: center;
}

h1 {
color: #000080;
font-family: 'Dosis', Arial, Candara, Roboto, Helvetica, sans-serif;
}

h2 {
color: #000080;
font-family: Roboto, Candara, Arial, Helvetica, sans-serif;
}

#header {
background: white;
font-family: 'Dosis', Arial, Candara, Roboto, Helvetica, sans-serif;
margin: 0;
padding: .5em;
text-align: center;
}

.logo-tx {
width: 84px;
height: 95px;
}

.logo-us {
width: 175px;
height: 100px;
}

#menu-bottom {
display: none;
background-color: #000080;
text-align: center;
color: white;
font-family: Roboto, Candara, Arial, Helvetica, sans-serif;
padding: 1em 1em 0 1em;
}

#menu-side {
color: #000080;
font-family: Roboto, Candara, Arial, Helvetica, sans-serif;
font-size: .8em;
margin: 0;
padding: .5em;
}

#menu-top {
background: white;
color: 000080;
font-family: Roboto, Candara, Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: bold;
margin: 0;
padding: .5em 0;
text-align: center;
}

#mobile-header {
display: none;
background: white;
color: 000080;
font-family: 'Dosis', Arial, Candara, Roboto, Helvetica, sans-serif;
margin: 0;
padding: .5em;
text-align: center;
}

#outer-wrapper {
}

#sidebar {
float: left;
width: 290px;
}

.subtitle {
margin: 0;
font-family: 'Times New Roman';
font-style: italic;
color: #981212;
}


@media only screen and (max-width:1120px) {
#content {
}
#footer {
margin: 0;
}
.menu-link {
display: inline-block;
padding-bottom: .5em;
}
}

@media only screen and (max-width:800px) {
#banner {
margin-top: 0;
}
#content {
width: initial;
margin: 0;
border-radius: 0;
}
#header {
display: none;
}
#menu-bottom {
display: block;
}
#menu-side {
float: none;
display: none;
}
#menu-top {
margin-bottom: 0;
}
#mobile-header {
display: block;
}
#sidebar {
float: none;
}
}


