/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
button,
input
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: #fff;
  color: #000;
  outline: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1em;
  height: 1em;
  vertical-align: middle;
}

select,
select,
select {
  background: #fff;
  background-repeat: no-repeat;
  background-position: 97% center;
  padding: 0 25px 0 8px;
  font-size: .875em;
}

/* 
	Global Variables and Style Declarations
	Author: Jordan Mason
*/

body {
  background: url("/images/header/texture_background.jpg") repeat;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.is-loading .all-content__wrapper {
  background: url("/images/general/loading.gif") repeat;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: #CB2E32;
  text-decoration: none;
}

a:hover,
a:active {
  color: #911013;
}

h1,
h2 {
  font-size: 20px;
  line-height: 23px;
}

h3 {
  font-size: 18px;
  line-height: 20px;
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 10px;
}

ul li ul {
  margin-top: 5px;
  padding-left: 15px;
}

ul li ul li {
  list-style-type: circle;
}

.clearfix {
  clear: both;
  float: none;
}

.center-text {
  text-align: center;
}

.screenreader {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
  right: -10000px !important;
  overflow: hidden !important;
}

a.linkButton {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 7px 12px;
  background: #CB2E32;
  border: 1px solid #CB2E32;
  border-bottom: 3px solid #911013;
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

a.linkButton:hover {
  background: #911013 !important;
  color: #FFFFFF !important;
}

a.linkButton:active {
  transform: translate(0px, 3px);
  -webkit-transform: translate(0px, 3px);
  border-top: 2px solid transparent;
  border-bottom: 1px solid #630b0d !important;
}

ul.featured li {
  position: relative;
  list-style: none;
  list-style-type: none;
}

ul.featured li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 4px;
  left: -18px;
  width: 0;
  height: 0;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid #CB2E32;
}

img.no-border,
.all-content__main-content img.no-border {
  border: none;
}

.photo-gallery__arrow {
  width: 45px;
  height: 45px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -50px;
  background: url("/images/general/slider_arrows.png") no-repeat;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.67s ease;
  transition: all 0.67s ease;
}

.photo-gallery__arrow.photo-gallery__arrow--right {
  left: auto;
  right: -50px;
  background-position: -45px 0px;
}

.photo-gallery__viewport:hover .photo-gallery__arrow {
  left: 15px;
}

.photo-gallery__viewport:hover .photo-gallery__arrow.photo-gallery__arrow--right {
  left: auto;
  right: 15px;
}

.dena__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10000;
}

a.dena__wrapper,
a.dena__wrapper:link,
a.dena__wrapper:hover,
a.dena__wrapper:visited,
a.dena__wrapper:active,
div.dena__wrapper {
  display: block;
  position: absolute;
  width: 300px;
  background: #FFFFFF;
  color: #CB2E32;
  z-index: 1000;
}

a.dena__wrapper.dena__wrapper--low-alert,
div.dena__wrapper.dena__wrapper--low-alert {
  top: 190px;
  left: 135px;
}

a.dena__wrapper.dena__wrapper--low-alert ul,
div.dena__wrapper.dena__wrapper--low-alert ul {
  margin-left: 15px;
}

a.dena__wrapper.dena__wrapper--low-alert ul li,
div.dena__wrapper.dena__wrapper--low-alert ul li {
  padding: 3px 0;
}

a.dena__wrapper.dena__wrapper--med-alert,
div.dena__wrapper.dena__wrapper--med-alert {
  position: relative;
  display: table;
  margin: auto;
}

a.dena__wrapper.dena__wrapper--no_link,
div.dena__wrapper.dena__wrapper--no_link {
  cursor: default;
}

a.dena__wrapper > .dena__close,
div.dena__wrapper > .dena__close {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 24px;
  height: 24px;
  top: -11px;
  right: -12px;
  padding: 1px 0 0 4px;
  background: #CB2E32;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.dena__header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  width: 100%;
  height: 55px;
  padding: 3px;
  background: #CB2E32;
}

.dena__header--exclamation {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  width: 55px;
  height: 100%;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 40px;
  text-align: center;
  vertical-align: middle;
}

.dena__header--headline {
  display: table-cell;
  width: 234px;
  height: 100%;
  margin-left: 5px;
  padding-top: 2px;
  background: #FFFFFF;
  border-left: 5px solid #CB2E32;
  color: #CB2E32;
  font-family: "Open Sans-600";
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
}

.dena__content {
  padding: 10px;
  font-family: "Open Sans-600";
}

.dena__content--subheadline {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D2D2D2;
  font-size: 15px;
}

.dena__content--message {
  color: #333;
  font-size: 14px;
}

.dena__content--message ul,
.dena__content--message ol {
  margin: 5px 0;
  padding-left: 15px;
}

.dena__content--message p {
  margin: 5px 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.m-scene {
  /** Reverse "exit" animations */
}

.m-scene .scene_element {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.m-scene .scene_element--fadein {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.m-scene .scene_element--fadeinup {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.m-scene .scene_element--fadeinright {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.m-scene .scene_element--fadeinleft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.m-scene .scene_element--fadeinbottom {
  -webkit-animation-name: fadeInBottom;
          animation-name: fadeInBottom;
}

.m-scene.is-exiting .scene_element {
  animation-direction: alternate-reverse;
}

