/*=====  =====  =====
        Stately
  =====  =====  =====*/
  
#content-well ul li { 
    padding-left: 0; 
    text-indent: 0;
    line-height: 100%;
}
#content-well ul li:before {
    content: none;
    padding-right: 0;
    position: relative;
    top: 0;
	font-size: normal;
	line-height: 100%;
    color: #960C22;
}
@font-face {
  font-family: 'stately-webfont';
  src: url("stately/font/stately-webfont.eot");
  src: url("stately/font/stately-webfont.eot?#iefix") format("embedded-opentype"), url("stately/font/stately-webfont.woff") format("woff"), url("stately/font/stately-webfont.ttf") format("truetype"), url("stately/font/stately-webfont.svg#testfontRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
ul.stately {
    font: normal normal 70vmin "stately-webfont";
    line-height: 100% !important;
    font-size-adjust: none;
    webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    ms-text-rendering: optimizeLegibility;
    o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: "liga=1";
    -ms-font-feature-settings: "liga" 1;
    -ms-font-feature-settings: "liga", "dlig";
    overflow: hidden;
    width: 70vmin;
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    background: #eeeeee;
    border-top: #888B8D solid thin;
    border-right: #888B8D solid thin;
    border-left: #54585A solid thin;
    border-bottom: #54585A solid thin;
    box-shadow:
    	-1px 0px 0 #888B8D, 0px 1px 0 #54585A,
		-2px 1px 0 #888B8D, -1px 2px 0 #54585A,
		-3px 2px 0 #888B8D, -2px 3px 0 #54585A,
		-4px 3px 0 #888B8D, -3px 4px 0 #54585A,
		-5px 4px 0 #888B8D;
}
ul.stately li {
    float: left;
    margin: -20% 0 0 -100%;
    position: relative;
    left: 101%;
    width: 100%;
    cursor: default;
    -webkit-transition: all 1s ease-in;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}