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: #2c2a29;
    text-align: right;
}

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

.signature {
    max-width: 250px;
}

/*
 * Footer
 */

footer .wrapper{
    margin-bottom: 60px;
    text-align: right;
    background: #5e269e;
}

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;
    color: #003da5;
    font-weight: 700;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

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

h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

h4 {
    color: #000;
}

strong {
    color: #000;
}

.centerImage {
    text-align: center;
}

.centerImage img {
    display: inline-block;
}

.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: 145px;
    margin-top: 14px;
}

/*
 * Header
 */

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

/*
 * Logo
 */

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

.logo {
    position: relative;
    padding: 46px 0 30px;
    max-width: 295px;
}

/*
 * Slider
 */

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

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

.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;
    font-size: 0;
}

nav ul li {
    /*float: left;*/
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 25%;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
}

nav ul li:after {
    content: '';
    height: 20px;
    display: block;
    width: 1px;
    background: #757575;
    position: absolute;
    top: 50%;
    margin: -10px 0 0;
    right: 2px;
    opacity: 0.5;

}

nav ul li:last-child:after {
    display: none;
}

nav ul li a {
    display: inline-block;
    padding: 20px 15px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

nav ul li a:hover {
    color: #003da5;
    text-decoration: none;
}

.active {
    color: #003da5;
}

/*
 * Content
 */

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

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

/*
 * Additional styles
 */

.left {
    float: left;
    margin: 6px 20px 0px 0;
    margin-bottom: 8px !important;
}

.right {
    float: right;
    margin: 6px 0 0 20px;
    margin-bottom: 8px !important;
}

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

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

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

table {
    border: 0;
}

thead {
    border: 0;
}

tr {
}

th {
    background: #000;
    color: #fff;
    padding: 10px 0;
    border: 0;
}


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

td:first-of-type {
    font-weight: bold;
    color: #000;
}

td p {
    margin: 0;
    padding: 0;
}

td ul {
    padding: 0;
}

td ul li {
    list-style-type: none !important;
}

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

/*
 * Videos
 */

.videos {
    padding-left: 0;
}

.videos li {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    list-style-type: none;
}

.videos li:nth-of-type(2n) {
    margin-right: 0;
}

.videos li:nth-of-type(2n+1) {
    clear: both;
}

.videos li video {
    width: 100%;
}

[v-cloak] {
  display: none;
}
.largeImage {
    clear: both;
    overflow: hidden;
}

.largeImage img {
    max-width: 100%;
}

.video {
    text-align: center;
}

.centreImage {
    display: block;
    margin: 0 auto;
}

.pullIn {
    margin-left: 50px;
}

.pullIn h4 {
    margin-bottom: 10px;
}

.pullIn p {
    margin-top: 0;
}

.groupPeopleWrap {
    float: left;
    width: 185px;
}

.groupPeople {
    float: left;
    clear: none !important;
    padding-left: 17px;
    font-size: 14px;
}

.groupPeopleWrap h4 {
    margin-bottom: 0;
}

.workingSLCC {
    float: left;
    width: 100%;
}

.name {
    margin: 5px 0 0;
}

