html,body {
    height:100%;
}

body{
	background-image: URL("images/aspen walpaper fixed.png");
	font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
	color: #000;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
}

/*
 * Stripe
 */

.stripe {
    background: #9BAEDC;
    text-align: right;
}

.stripe p {
    display: inline-block;
    padding: 15px 20px;
    margin: 0;
    font-size: 28px;
    color: #fff;
}

.signature {
    max-width: 250px;
}

/*
 * Footer
 */

footer .wrapper{
    margin-bottom: 60px;
    text-align: right;
    background: #9BAEDC;
    color: #fff;
}

footer p {
    display: inline-block;
    padding: 17px 20px;
    margin: 0;
    color: #fff;
}

footer .navFeature {
    top: 0;
}

div.footerLogos {
    margin-top: 40px;
    position: relative;
    clear: both;
}

.footerLogos img {
    margin-right: 20px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

a {
     -webkit-transition: color 0.3s ease-in; /* Safari */
    transition: color 0.3s ease-in;
    text-decoration: none;
    color: #9BAEDC;
    font-weight: 700;
}

a:hover, a:visited {
    color: #9BAEDC;
}

h2 {
    font-size: 24px;
    font-weight: 600;
    color: #9BAEDC;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    color: #9BAEDC;
}

strong {
    font-weight: bold;
}

.content div {
    margin-bottom: 20px;
}


.wrapper {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

.wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.imageWrapper {
    position: relative;
}

p > img {
    float: left;
    margin: 6px 20px 15px 0;
    max-width: 250px;
}

.content > ul, .content > ol  {
    clear: both;
}

.content ol li{
    list-style-type: decimal;
}

.imageWrapper img {
    width: 100%;
}

.leader {
    max-width: 225px;
}

/*
 * Header
 */

header .wrapper {
    display: table;
    background-color: #fff;
}

/*
 * Logo
 */

.logoImageWrapper {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    min-height: 200px;
    background-color: #fff;
    text-align: center;
}

.logo {
    position: relative;
    padding: 20px 0 0;
    max-width: 300px;
}

/*
 * Slider
 */

.sliderWrapper {
    float:right;
    height:333px !important;
    background: #fff;
}

.slider {
    position: relative;
    width:500px;
    height:333px !important;
}

.slider img {
    width: 100%;
    height: 333px;
}

/*
 * Navigation
 */
nav {
    position: relative;
    width: 900px;
    margin: 0 auto;
    clear: both;
    background: #fff;
    text-align: right;
    z-index: 1;
}

nav ul {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

nav ul li {
    /*float: left;*/
    display: inline-block;
    text-align: center;
}

nav ul li a, nav ul li a:visited {
    display: inline-block;
    padding: 16px 10px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
}

nav ul li a:hover {
    color: 501146;
}

.active {
    color: rgba(0,112,120,1);;
}

/*
 * Content
 */

.content {
    padding: 20px 50px;
    background-color: #fff;
    min-height: 30vh;
}

.content li {
    list-style-type: square;
}

/*
 * Additional styles
 */

.left {
    float: left;
    margin: 0 20px 20px 0;
}

.caption {
    font-size: 14px;
    font-style: italic;
    color: #3d3d3d;
    margin: 0;
    text-align: center;
}

.tiny {
    font-size: 11px;
    font-style: italic;
}

.timeTable ul li:nth-of-type(2) strong {
    /*font-weight: normal;
    font-style: italic;*/
}

table {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}

thead {
    border-bottom: 1px solid #000;
}

table p {
    margin: 0
}

tr {
}

td {
    padding: 20px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    vertical-align: top;
}

.legal p {
    margin: 0 0 4px;
    font-size: 11px;
}

[v-cloak] {
  display: none;
}
