/* -----------------------------------------------------------------------------

  CSS RESET
  
----------------------------------------------------------------------------- */
@font-face {
    font-family: 'calgary-regular';
    src: url('/application/themes/krueger/fonts/calgary-regular-webfont.eot');
    src: url('/application/themes/krueger/fonts/calgary-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/application/themes/krueger/fonts/calgary-regular-webfont.woff2') format('woff2'),
         url('/application/themes/krueger/fonts/calgary-regular-webfont.woff') format('woff'),
         url('/application/themes/krueger/fonts/calgary-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html, body {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

div, span, object, iframe, img, table, caption, thead, tbody, tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu, nav, footer, header, section, summary, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code, del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, legend, label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

table caption, table th, table td {
  text-align: left;
  vertical-align: middle;
}

a img {
  border: 0;
}

:focus {
  outline: 0;
}

/* -----------------------------------------------------------------------------

  TYPOGRAPHY

----------------------------------------------------------------------------- */
html {
  font: 100%/1.5 "calgary-regular", sans-serif;
}

body, input, button {
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.9em;
  font-family: "calgary-regular", sans-serif;
  font-weight: 900;
}

h2 {
  font-size: 1.5em;
  font-family: "calgary-regular", sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 1.25em;
  font-family: "calgary-regular", sans-serif;
  font-weight: 900;
}

h4 {
  font-size: 1em;
  font-family: "calgary-regular", sans-serif;
  font-weight: 400;
}

h5 {
  font-size: 0.875em;
  font-family: "calgary-regular", sans-serif;
  font-weight: 400;
}

h6 {
  font-size: 0.75em;
  font-family: "calgary-regular", sans-serif;
  font-weight: 300;
}

p {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 10px 0;
  font-family: "calgary-regular", sans-serif;
}

a, a:visited, a:hover {
  text-decoration: none;
  color: #7b0d1d;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
}

a:hover, a:visited:hover, a:hover:hover {
  color: #828282;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.uc {
  text-transform: uppercase;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
blockquote:before, blockquote:after {
  display: inline-block;
  padding: 0 2px;
  font-size: 1.4rem;
  content: '"';
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2.9em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 14px;
  line-height: 1.42857143;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #7b0d1d;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #828282;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  max-width: 1100px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 769px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.gridWrap table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.gridWrap table > thead > tr > th,
.gridWrap table > tbody > tr > th,
.gridWrap table > tfoot > tr > th,
.gridWrap table > thead > tr > td,
.gridWrap table > tbody > tr > td,
.gridWrap table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.gridWrap table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.gridWrap table > caption + thead > tr:first-child > th,
.gridWrap table > colgroup + thead > tr:first-child > th,
.gridWrap table > thead:first-child > tr:first-child > th,
.gridWrap table > caption + thead > tr:first-child > td,
.gridWrap table > colgroup + thead > tr:first-child > td,
.gridWrap table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.gridWrap table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.gridWrap table .gridWrap table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.gridWrap table {
  border: 1px solid #dddddd;
}

.gridWrap table > thead > tr > th,
.gridWrap table > tbody > tr > th,
.gridWrap table > tfoot > tr > th,
.gridWrap table > thead > tr > td,
.gridWrap table > tbody > tr > td,
.gridWrap table > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.gridWrap table > thead > tr > th,
.gridWrap table > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.gridWrap table > thead > tr > td.active,
.gridWrap table > tbody > tr > td.active,
.gridWrap table > tfoot > tr > td.active,
.gridWrap table > thead > tr > th.active,
.gridWrap table > tbody > tr > th.active,
.gridWrap table > tfoot > tr > th.active,
.gridWrap table > thead > tr.active > td,
.gridWrap table > tbody > tr.active > td,
.gridWrap table > tfoot > tr.active > td,
.gridWrap table > thead > tr.active > th,
.gridWrap table > tbody > tr.active > th,
.gridWrap table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.gridWrap table > thead > tr > td.success,
.gridWrap table > tbody > tr > td.success,
.gridWrap table > tfoot > tr > td.success,
.gridWrap table > thead > tr > th.success,
.gridWrap table > tbody > tr > th.success,
.gridWrap table > tfoot > tr > th.success,
.gridWrap table > thead > tr.success > td,
.gridWrap table > tbody > tr.success > td,
.gridWrap table > tfoot > tr.success > td,
.gridWrap table > thead > tr.success > th,
.gridWrap table > tbody > tr.success > th,
.gridWrap table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.gridWrap table > thead > tr > td.info,
.gridWrap table > tbody > tr > td.info,
.gridWrap table > tfoot > tr > td.info,
.gridWrap table > thead > tr > th.info,
.gridWrap table > tbody > tr > th.info,
.gridWrap table > tfoot > tr > th.info,
.gridWrap table > thead > tr.info > td,
.gridWrap table > tbody > tr.info > td,
.gridWrap table > tfoot > tr.info > td,
.gridWrap table > thead > tr.info > th,
.gridWrap table > tbody > tr.info > th,
.gridWrap table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.gridWrap table > thead > tr > td.warning,
.gridWrap table > tbody > tr > td.warning,
.gridWrap table > tfoot > tr > td.warning,
.gridWrap table > thead > tr > th.warning,
.gridWrap table > tbody > tr > th.warning,
.gridWrap table > tfoot > tr > th.warning,
.gridWrap table > thead > tr.warning > td,
.gridWrap table > tbody > tr.warning > td,
.gridWrap table > tfoot > tr.warning > td,
.gridWrap table > thead > tr.warning > th,
.gridWrap table > tbody > tr.warning > th,
.gridWrap table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.gridWrap table > thead > tr > td.danger,
.gridWrap table > tbody > tr > td.danger,
.gridWrap table > tfoot > tr > td.danger,
.gridWrap table > thead > tr > th.danger,
.gridWrap table > tbody > tr > th.danger,
.gridWrap table > tfoot > tr > th.danger,
.gridWrap table > thead > tr.danger > td,
.gridWrap table > tbody > tr.danger > td,
.gridWrap table > tfoot > tr.danger > td,
.gridWrap table > thead > tr.danger > th,
.gridWrap table > tbody > tr.danger > th,
.gridWrap table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .gridWrap table {
    margin-bottom: 0;
  }
  .table-responsive > .gridWrap table > thead > tr > th,
  .table-responsive > .gridWrap table > tbody > tr > th,
  .table-responsive > .gridWrap table > tfoot > tr > th,
  .table-responsive > .gridWrap table > thead > tr > td,
  .table-responsive > .gridWrap table > tbody > tr > td,
  .table-responsive > .gridWrap table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .gridWrap table {
    border: 0;
  }
  .table-responsive > .gridWrap table > thead > tr > th:first-child,
  .table-responsive > .gridWrap table > tbody > tr > th:first-child,
  .table-responsive > .gridWrap table > tfoot > tr > th:first-child,
  .table-responsive > .gridWrap table > thead > tr > td:first-child,
  .table-responsive > .gridWrap table > tbody > tr > td:first-child,
  .table-responsive > .gridWrap table > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .gridWrap table > thead > tr > th:last-child,
  .table-responsive > .gridWrap table > tbody > tr > th:last-child,
  .table-responsive > .gridWrap table > tfoot > tr > th:last-child,
  .table-responsive > .gridWrap table > thead > tr > td:last-child,
  .table-responsive > .gridWrap table > tbody > tr > td:last-child,
  .table-responsive > .gridWrap table > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .gridWrap table > tbody > tr:last-child > th,
  .table-responsive > .gridWrap table > tfoot > tr:last-child > th,
  .table-responsive > .gridWrap table > tbody > tr:last-child > td,
  .table-responsive > .gridWrap table > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}
.pull-right .pull-right {
  float: none !important;
}
.pull-right-custom {
  float: right;
}
@media(max-width: 991px) {
  .pull-right-custom {
    float: left;
  }
}

.pull-left {
  float: left !important;
}
.pull-left .pull-left {
  float: none !important;
}
@media(max-width: 768px) {
  .pull-right {
    float: none !important;
  }
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 768px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 768px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* -----------------------------------------------------------------------------

  Global Styles
  
----------------------------------------------------------------------------- */
.gridWrap {
  overflow: hidden;
}
/*** Pagination ***/
.gridWrap .inner-page .pagination>.active>a,
.gridWrap .inner-page .pagination>.active>span,
.gridWrap .inner-page .pagination>.active>a:hover,
.gridWrap .inner-page .pagination>.active>span:hover,
.gridWrap .inner-page .pagination>.active>a:focus,
.gridWrap .inner-page .pagination>.active>span:focus {
  background-color: #7b0d1d;
  border-color: #7b0d1d;
  color: #fff;
}
.gridWrap .inner-page .pagination>li>a,
.gridWrap .inner-page .pagination>li>span {
  color: #7b0d1d;
}
.gridWrap .grey-box {
  background-color: #eee;
  padding: 20px;
  margin: 10px 0;
}
.gridWrap .red-box {
  background-color: #7b0d1d;
  padding: 20px;
  color: #fff;
  margin: 10px 0;
}
.gridWrap .red-box h1,
.gridWrap .inner-page .red-box h1,
.gridWrap .red-box h2,
.gridWrap .inner-page .red-box h2,
.gridWrap .red-box h3,
.gridWrap .inner-page .red-box h3,
.gridWrap .red-box h4,
.gridWrap .inner-page .red-box h4,
.gridWrap .red-box h5,
.gridWrap .inner-page .red-box h5,
.gridWrap .red-box h6,
.gridWrap .inner-page .red-box h6,
.gridWrap .red-box p,
.gridWrap .inner-page .red-box p,
.gridWrap .red-box li,
.gridWrap .inner-page .red-box li {
  color: #fff;
}

/* -----------------------------------------------------------------------------
/*
/*  HEADER
/*
/*----------------------------------------------------------------------------- */

.gridWrap .header-wrapper {
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 499;
  background-color: #fff;
}

.gridWrap .header-wrapper .logo-wrapper {
  padding: 25px 0;
  bottom: 0;
  position: relative;
  opacity: 1;
}

@media (min-width: 769px) {
  .gridWrap .header-wrapper .logo-wrapper {
    text-align: center;
    opacity: 0;
    bottom: -30px;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
  }
  .gridWrap .header-wrapper .logo-wrapper.animate-in {
    opacity: 1;
    bottom: 0;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
  }
}

.gridWrap .header-wrapper .logo-wrapper a {
  display: inline-block;
}

.gridWrap .header-wrapper .logo-wrapper a img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 769px) {
  .gridWrap .header-wrapper .logo-wrapper a img {
    margin: auto;
  }
}

.gridWrap .header-wrapper .col-xs-6 {
  position: static;
}

.gridWrap .header-wrapper .mobilenav-btn-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

@media (min-width: 769px) {
  .gridWrap .header-wrapper .mobilenav-btn-wrapper {
    display: none;
  }
}

.gridWrap .header-wrapper .nav-wrapper {
  background-color: #eeeeee;
  text-align: center;
}

@media (max-width: 768px) {
  .gridWrap .header-wrapper .nav-wrapper {
    display: none;
  }
}

.gridWrap .header-wrapper .nav-wrapper > ul > li {
  display: inline-block;
  position: relative;
}

.gridWrap .header-wrapper .nav-wrapper > ul > li > a {
  padding: 10px;
  color: #757575;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
  font-size: 18px;
}

@media (max-width: 982px) {
  .gridWrap .header-wrapper .nav-wrapper > ul > li > a {
    font-size: 12px;
  }
}

.gridWrap .header-wrapper .nav-wrapper > ul > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #7b0d1d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.gridWrap .header-wrapper .nav-wrapper > ul > li > a:hover, .gridWrap .header-wrapper .nav-wrapper > ul > li > a:active {
  color: #fff;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}

.gridWrap .header-wrapper .nav-wrapper > ul > li > a:hover:before, .gridWrap .header-wrapper .nav-wrapper > ul > li > a:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gridWrap .header-wrapper .nav-wrapper > ul > li:hover > a, .gridWrap .header-wrapper .nav-wrapper > ul > li:active > a {
  color: #fff;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}

.gridWrap .header-wrapper .nav-wrapper > ul > li:hover > a:before, .gridWrap .header-wrapper .nav-wrapper > ul > li:active > a:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gridWrap .header-wrapper .nav-wrapper > ul > li:hover > ul, .gridWrap .header-wrapper .nav-wrapper > ul > li:active > ul {
  opacity: 1;
  pointer-events: auto;
  left: 0;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

@media (max-width: 1000px) {
  .gridWrap .header-wrapper .nav-wrapper > ul > li:hover:nth-child(n+5) > ul, .gridWrap .header-wrapper .nav-wrapper > ul > li:active:nth-child(n+5) > ul {
    right: 0;
    left: auto;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }
}

.gridWrap .header-wrapper .nav-wrapper > ul > li > ul {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: -20px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  min-width: 200px;
  text-align: left;
  right: auto;
}

@media (max-width: 982px) {
  .gridWrap .header-wrapper .nav-wrapper > ul > li > ul {
    left: auto;
    right: -20px;
  }
}

.gridWrap .header-wrapper .nav-wrapper > ul > li > ul li {
  list-style: none;
}

.gridWrap .header-wrapper .nav-wrapper > ul > li > ul li a {
  color: #fff;
  padding: 10px;
  display: block;
  background-color: rgba(123, 13, 29, 0.81);
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  border-top: 1px solid #75222f;
}

@media (max-width: 982px) {
  .gridWrap .header-wrapper .nav-wrapper > ul > li > ul li a {
    font-size: 11px;
  }
}

.gridWrap .header-wrapper .nav-wrapper > ul > li > ul li a:hover, .gridWrap .header-wrapper .nav-wrapper > ul > li > ul li a:active {
  background-color: rgba(255, 255, 255, 0.8);
  color: #414141;
}

/* -----------------------------------------------------------------------------
/*
/*  HERO SLIDER
/*
/*----------------------------------------------------------------------------- */

.gridWrap .hero-wrapper {
  position: relative;
}

.gridWrap .hero-wrapper .hero-slider .slide {
  position: relative;
  min-height: 1px;
  min-width: 1px;
  list-style: none;
}

.gridWrap .hero-wrapper .hero-slider .slide .top-accent {
  width: 98%;
  height: 92%;
  left: 1%;
  border-right: #fff 1px solid;
  border-left: #fff 1px solid;
  border-top: #fff 1px solid;
  bottom: 31.5px;
  position: absolute;
}

@media (max-width: 850px) {
  .gridWrap .hero-wrapper .hero-slider .slide .top-accent {
    bottom: 26px;
  }
}

@media (max-width: 650px) {
  .gridWrap .hero-wrapper .hero-slider .slide .top-accent {
    bottom: 24px;
    height: 90%;
  }
}

@media (max-width: 520px) {
  .gridWrap .hero-wrapper .hero-slider .slide .top-accent {
    bottom: 22px;
    height: 88%;
  }
}

@media (max-width: 445px) {
  .gridWrap .hero-wrapper .hero-slider .slide .top-accent {
    bottom: 21px;
    height: 86%;
  }
}

@media (max-width: 400px) {
  .gridWrap .hero-wrapper .hero-slider .slide .top-accent {
    bottom: 20px;
    height: 86%;
  }
}

@media (max-width: 360px) {
  .gridWrap .hero-wrapper .hero-slider .slide .top-accent {
    bottom: 20px;
    height: 84%;
  }
}

.gridWrap .hero-wrapper .hero-slider .slide img {
  width: 100%;
  height: auto;
  display: block;
}

.gridWrap .hero-wrapper .hero-slider .slide .slide-content {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 98%;
  left: 1%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gridWrap .hero-wrapper .hero-slider .slide .slide-content h1 {
  padding: 10px 15px;
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  display: table;
  white-space: nowrap;
  margin: 0 auto;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  position: relative;
}

@media (max-width: 850px) {
  .gridWrap .hero-wrapper .hero-slider .slide .slide-content h1 {
    font-size: 24px;
  }
}

@media (max-width: 650px) {
  .gridWrap .hero-wrapper .hero-slider .slide .slide-content h1 {
    font-size: 20px;
  }
}

@media (max-width: 520px) {
  .gridWrap .hero-wrapper .hero-slider .slide .slide-content h1 {
    font-size: 18px;
  }
}

@media (max-width: 445px) {
  .gridWrap .hero-wrapper .hero-slider .slide .slide-content h1 {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .gridWrap .hero-wrapper .hero-slider .slide .slide-content h1 {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .gridWrap .hero-wrapper .hero-slider .slide .slide-content h1 {
    font-size: 12px;
  }
}

.gridWrap .hero-wrapper .hero-slider .slide .slide-content hr {
  width: 100%;
}

.gridWrap .hero-wrapper .controls-wrapper .next-slide, .gridWrap .hero-wrapper .controls-wrapper .prev-slide {
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 500;
  content: '';
  width: 55px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.4);
}

.gridWrap .hero-wrapper .controls-wrapper .next-slide a, .gridWrap .hero-wrapper .controls-wrapper .prev-slide a {
  display: block;
  height: 55px;
  opacity: 0;
}

.gridWrap .hero-wrapper .controls-wrapper .next-slide {
  background-image: url("../img/arrow-right.png");
  right: 1.1%;
}

.gridWrap .hero-wrapper .controls-wrapper .prev-slide {
  background-image: url("../img/arrow-left.png");
  left: 1.1%;
}

/* -----------------------------------------------------------------------------
/*
/*  INTERIOR PAGE
/*
/*----------------------------------------------------------------------------- */

.gridWrap .inner-hero-wrapper {
  position: relative;
}
.gridWrap .inner-hero-wrapper img {
  width: 100%;
  height: auto;
}
.gridWrap .inner-hero-wrapper .title-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
}
.gridWrap .inner-hero-wrapper .title-overlay h1 {
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  top: 50%;
  width: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  max-width: 1100px;
  margin: auto;
  text-align: left;
  right: 0;
  left: 0;
  padding: 0 20px;
  font-size: 3em;
  text-align: center;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
@media(max-width: 768px) {
  .gridWrap .inner-hero-wrapper .title-overlay h1 {
    font-size: 1.75em;
  }
  .gridWrap .inner-hero-wrapper .title-overlay.blog-title-overlay h1 {
    font-size: 1.5em;
  }
}
@media(max-width: 580px) {
  .gridWrap .inner-hero-wrapper .title-overlay.blog-title-overlay h1 {
    font-size: 1.25em;
  }
}
@media(max-width: 375px) {
  .gridWrap .inner-hero-wrapper .title-overlay h1 {
    font-size: 1.25em;
  }
  .gridWrap .inner-hero-wrapper .title-overlay.blog-title-overlay h1 {
    font-size: 1em;
  }
}
.gridWrap .inner-page {
  padding-top: 35px;
  position: relative;
  z-index: 1;
}
.gridWrap .inner-page ul,
.gridWrap .inner-page ol {
  margin-left: 25px;
  margin-bottom: 10px;
}
.gridWrap .inner-page ul li,
.gridWrap .inner-page ol li {
  margin: 0 0 10px 0;
  color: #828282;
  font-family: calgary-regular, sans-serif;
  letter-spacing: 1px;
}
.gridWrap .inner-page h3 {
  font-weight: 400;
}
.gridWrap .inner-page h1, 
.gridWrap .inner-page h2 {
  color: #7b0d1d;
  margin-top: 0;
  margin-bottom: 10px;
}
.gridWrap .inner-page h3, 
.gridWrap .inner-page h4,
.gridWrap .inner-page h5,
.gridWrap .inner-page h6 {
  margin: 5px 0;
}
.gridWrap .inner-page p {
  font-family: calgary-regular, sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 17px;
  margin: 0;
  color: #666;
}
.gridWrap .inner-page img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 0 10px;
}
.gridWrap .inner-page p strong,
.gridWrap .inner-page li strong {
  color: #4d4d4d;
}
.gridWrap .inner-page .blog-item h2 {
 font-size: 1.5em;
}
.gridWrap .inner-page .blog-item b {
 font-size: 17px;
 font-weight: 600;
 color: #666;
}
.center, .center img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.round {
  border-radius: 50%;
}
.grey-box-wrapper {
  padding: 20px 0;
  background-color: #eee;
}
.box-wrapper {
  padding: 20px 0;
}
.btn-link a,
.btn-link-full a,
a.btn-link,
a.btn-link-full, 
a.btn-link:visited,
a.btn-link-full:visited {
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  background-color: #7b0d1d;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s linear all;
}
.btn-link a:hover,
.btn-link-full a:hover,
.btn-link a:active,
.btn-link-full a:active,
a.btn-link:hover,
a.btn-link-full:hover,
a.btn-link:active,
a.btn-link-full:active {
  background-color: #757575;
  transition: .3s linear all;
  color: #fff;
}
.btn-link-full a,
a.btn-link-full {
  display: block;
  text-align: center;
}

.btn-link.notActive a {
  background-color: #757575;
}

/* -----------------------------------------------------------------------------
/*
/*  MAP SETUP
/*
/*----------------------------------------------------------------------------- */

.gridWrap .inner-page .map-wrapper #mapContainer {
  border-top:3px solid #fff;
  border-bottom:3px solid #fff;
  background-color:#eed;
  padding:0px 0px;
}    
.gridWrap .inner-page .map-wrapper  #mapContainer2{
  border-top:3px solid #fff;
  border-bottom:3px solid #fff;
  background-color:#FFF;
  padding:0px 0px;
}         
.gridWrap .inner-page .map-wrapper #controls {
  padding: 10px 0px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}    
.gridWrap .inner-page .map-wrapper #controls input[type=button]{
  min-width:60px;
  padding: 10px;
  margin-right: 10px;
  background-color:#333;
  color:#fff;
  transition: .3s linear all;
}
.gridWrap .inner-page .map-wrapper #controls input[type=button]:hover {
  background-color: #aeaeae;
  transition: .3s linear all;
}
.gridWrap .inner-page .map-wrapper #map {
  width: 100%;  
  height: 480px;
}
@media(max-width: 580px) {
  .gridWrap .inner-page .map-wrapper #map {
    height: 280px;
  }
}    
.gridWrap .inner-page .map-wrapper #developments {
  text-align:left;
  padding: 20px;
  background-color: #eee;
}    
.gridWrap .inner-page .map-wrapper #legend {
  width:100%;   
  min-height:20px;
  text-align:center;
  margin-left: 35px;
}    
.gridWrap .inner-page .map-wrapper #top {
  margin:10px auto;
  min-height:715px;    
}    
.gridWrap .inner-page .map-wrapper #developments h2 {
  margin-bottom: 5px;
  margin-top: 0;
} 
.gridWrap .inner-page .map-wrapper #developments ul {
  margin-left: 0;
} 
.gridWrap .inner-page .map-wrapper #regionMaps {
  width:20%;
  float:left;
}
.gridWrap .inner-page .map-wrapper #smallMaps {
  width:30%;
  float:left;
}    
.gridWrap .inner-page .map-wrapper #map:-webkit-full-screen {
  width:100%;
  height:100%;
}    
.gridWrap .inner-page .map-wrapper #map:-moz-full-screen {
  width:100%;
  height:100%;
}    
.gridWrap .inner-page .map-wrapper #map:-o-full-screen {
  width:100%;
  height:100%;
}    
.gridWrap .inner-page .map-wrapper #map:-ms-full-screen {
  width:100%;
  height:450px;
}    
.gridWrap .inner-page .map-wrapper #map:full-screen {
  width:100%;
  height:100%;   
}    
.gridWrap .inner-page .map-wrapper #download {    
  display: block;
  color:#7b0d1d;
}
.gridWrap .inner-page .map-wrapper #download a p {
  padding: 5px 20px;
  background-color: #7b0d1d;
  color: #fff;
  border-radius: 5px;
  transition: .3s linear all;
}
.gridWrap .inner-page .map-wrapper #download a:hover p {
  background-color: #757575;
  transition: .3s linear all;
}
.gridWrap .inner-page .map-wrapper #download a, 
.gridWrap .inner-page .map-wrapper #download a:visited {
  text-decoration: none;
  color: #962e4c;
  display: block;
  padding-top: 20px;
  border-top: 1px solid #cecece;
  margin-top: 20px;
}     
.gridWrap .inner-page .map-wrapper #download img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  max-width: 125px;
}    
.gridWrap .inner-page .map-wrapper .key {
  margin: 10px auto;
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 445px;
  vertical-align: middle;
}    
.gridWrap .inner-page .map-wrapper .selectMap {
  text-align:center;
}    
.gridWrap .inner-page .map-wrapper .mapLink {
  display:block;
  vertical-align: text-top;
  width: 120px;
  color:#780c1b;
  font-size: 15px;
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
  margin: 5px auto;  
}    
.gridWrap .inner-page .map-wrapper .mapLink:hover {
  background-color:#780c1b;
  color:#fff;
}           
.gridWrap .inner-page .map-wrapper .mapImg {
  width: 120px;
  height: 80px;
}             
.gridWrap .inner-page .map-wrapper li.devels {
  cursor: pointer;
  font-weight: 600;
  margin: 5px auto; 
  padding: 3px 10px 3px 20px;
  border-radius: 5px;
  list-style-position: inside;
}              
.gridWrap .inner-page .map-wrapper .devels:hover {
  background-color:#7b0d1d;
  color:#fff;
}     
.gridWrap .inner-page .map-wrapper .clearfloat {
  clear:both;
}     
.gridWrap .inner-page .map-wrapper .title {
  line-height:1.8em;
  margin:0px auto;
  text-shadow:1px 1px 2px #333;
}
.gridWrap .inner-page .map-wrapper .active {
  background-color: #7b0d1d;
  color: #fff;
}

/* -----------------------------------------------------------------------------
/*
/*  Gallery
/*
/*----------------------------------------------------------------------------- */
.gridWrap .inner-page .plan-render-wrapper img {
  margin: 0;
  pointer-events: none;
}
.gridWrap .inner-page .sg-item-image img {
  margin: 0;
}
.gridWrap .inner-page .gallery-list.gallery-list-large .gallery-link-wrapper {
  max-width: 510px;
}
.gridWrap .inner-page .gallery-list .gallery-link-wrapper {
  max-width: 480px;
  margin: auto;
}
.gridWrap .inner-page figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 20px 0;
  min-width: 320px;
  max-width: 100%;
  width: 100%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.gridWrap .inner-page figure img {
  position: relative;
  display: block;
  min-height: 100%;
  opacity: 0.8;
  width: 100%;
  height: auto;
}
.gridWrap .inner-page figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gridWrap .inner-page figure figcaption::before,
.gridWrap .inner-page figure figcaption::after {
  pointer-events: none;
}
.gridWrap .inner-page figure figcaption,
.gridWrap .inner-page figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 88, 0, 0.2);
}
.gridWrap .inner-page figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.gridWrap .inner-page figure h2 {
  word-spacing: -0.15em;
}
.gridWrap .inner-page figure h2 span {
  font-weight: 800;
}
.gridWrap .inner-page figure h2,
.gridWrap .inner-page figure p {
  margin: 0;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, .7);
  color: #fff;
  font-weight: 700;
}
.gridWrap .inner-page figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
/* hover */
.gridWrap .inner-page figure.hover-effect {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7b0d1d+0,ffffff+100 */
  background: -moz-linear-gradient(-45deg, rgba(123,13,29,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(123,13,29,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(123,13,29,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b0d1d', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.gridWrap .inner-page figure.hover-effect img {
  opacity: 0.9;
  margin: 0;
}
.gridWrap .inner-page figure.hover-effect figcaption::after,
.gridWrap .inner-page figure.hover-effect img,
.gridWrap .inner-page figure.hover-effect p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.gridWrap .inner-page figure.hover-effect figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
  transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.gridWrap .inner-page figure.hover-effect h2,
.gridWrap .inner-page figure.hover-effect p {
  opacity: 1;
  -webkit-transform: scale3d(0.8,0.8,1);
  transform: scale3d(0.8,0.8,1);
}
.gridWrap .inner-page figure.hover-effect h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  word-spacing: 1px;
}
.gridWrap .inner-page figure.hover-effect p {
  padding: 0.5em 2em;
  text-transform: none;
  font-size: 0.85em;
  opacity: 0;
}
.gridWrap .inner-page figure.hover-effect:hover img {
  opacity: 0.7;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}
.gridWrap .inner-page figure.hover-effect:hover figcaption::after {
  opacity: 1;
  -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
  transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}
.gridWrap .inner-page figure.hover-effect:hover h2,
.gridWrap .inner-page figure.hover-effect:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

/* -----------------------------------------------------------------------------
/*
/*  HOME PLANS
/*
/*----------------------------------------------------------------------------- */
.gridWrap .inner-page .guarded-content {
  padding: 20px 0;
  background-color: #eee;
}
.gridWrap .inner-page .guarded-content hr {
  border-top: 1px solid #969696;
}
.gridWrap .inner-page .plans-form-wrapper {
  padding: 10px 20px;
  background-color: #eee;
}
.gridWrap .inner-page .plans-form-wrapper .form-group {
  margin: 10px 0;
}
.gridWrap .inner-page .plans-form-wrapper .form-group label {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  color: #444;
}
.gridWrap .inner-page .plans-form-wrapper .form-group input {
  display: block;
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  color: #444;
}
.gridWrap .inner-page .plans-form-wrapper .form-controls input {
  text-align: center;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 25px;
  background-color: #7b0d1d;
  color: #fff;
  transition: .3s linear all;
  display: inline-block;
  margin: 10px 0 15px;
  font-size: 20px;
}
.gridWrap .inner-page .plans-form-wrapper .form-controls input:hover {
  background-color: #757575;
  transition: .3s linear all;
}

/* -----------------------------------------------------------------------------
/*
/*  STAFF PAGE
/*
/*----------------------------------------------------------------------------- */

.gridWrap .inner-page .staff-list .staff-link-wrapper {
  position: relative;
  max-width: 400px;
  margin: 0px auto 40px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, .5);
}
.gridWrap .inner-page .staff-list .staff-link-wrapper a {
  display: block;
}
.gridWrap .inner-page .staff-list .staff-link-wrapper a .staff-image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.gridWrap .inner-page .staff-list .staff-link-wrapper a .staff-name {
  padding: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.gridWrap .inner-page .staff-list .staff-link-wrapper a:hover .staff-name {
  background-color: rgba(123, 13, 29, 0.7);
  transition: .3s linear all;
}
.gridWrap .inner-page .staff-list .staff-link-wrapper a .staff-name h3 {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  position: absolute;
  width: 100%;
  top: 85%;
  transform: translateY(-85%);
  -ms-transform: translateY(-85%);
  -webkit-transform: translateY(-85%);
  left: 0;
  transition: .3s linear all;
  padding: 10px;
  background-color: rgba(0, 0, 0, .5);
}
.gridWrap .inner-page .staff-list .staff-link-wrapper a:hover .staff-name h3 {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: .3s linear all;
}
/*** Interior Page **/
.gridWrap .inner-hero-wrapper .title-overlay.staff-overlay {
  background-color: rgba(0, 0, 0, 0.2);
}
.gridWrap .inner-page .staff-bio-wrapper {
  padding: 20px;
  background-color: #eeeeee;
  color: #444;
}
@media(max-width: 768px) {
  .gridWrap .inner-page .staff-bio-wrapper {
    margin-top: 10px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    background-color: #eeeeee;
    color: #444;
  }
}
.gridWrap .inner-page .staff-bio-wrapper h1 {
  margin: 0 0 10px 0;
}
.gridWrap .inner-page .staff-bio-wrapper p {
  line-height: 1.4;
  font-weight: 600;
  color: #999;
}
.gridWrap .inner-page .staff-bio-wrapper b {
  line-height: 1.4;
  font-weight: 600;
  color: #000;
}
.gridWrap .inner-page .full-width-background {
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
.gridWrap .inner-page .full-width-background h1,
.gridWrap .inner-page .full-width-background h2
.gridWrap .inner-page .full-width-background h3
.gridWrap .inner-page .full-width-background p {
  color: #fff;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, .3);
}

/*** PREV NEXT STAFF ***/
.gridWrap .inner-page .prev-next-wrapper {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee; 
}
.gridWrap .inner-page ul.custom-prev-next {
  text-align: center;
  margin: 20px 0 0 0;
}
.gridWrap .inner-page ul.custom-prev-next li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  text-align: center;
}
@media(max-width: 768px) {
  .gridWrap .inner-page ul.custom-prev-next li {
    display: block;
  }
}
.gridWrap .inner-page ul.custom-prev-next li p {
  margin: 0;
}


/* -----------------------------------------------------------------------------
/*
/*  BLOG
/*
/*----------------------------------------------------------------------------- */
.gridWrap .inner-page .blog-wrapper.mls-setup {
  margin-top: 20px;
}
.gridWrap .inner-page .blog-wrapper .blog-item {
  display: table;
  margin-top: 20px;
  position: relative;
  width: 100%;
}
@media(max-width: 800px) {
  .gridWrap .inner-page .blog-wrapper .blog-item {
    display: block;
    max-width: 450px;
    margin: 15px auto;
  }
}
.gridWrap .inner-page .blog-wrapper .blog-item span.date {
  position: absolute;
  top: 10px;
  left: -10px;
  padding: 10px;
  background-color: #7b0d1d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.gridWrap .inner-page .blog-wrapper .blog-item:first-of-type {
  border-top: none;
  margin-top: 0;
}
.gridWrap .inner-page .blog-wrapper .blog-item .blog-img {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  position: relative;
}
@media(max-width: 800px) {
  .gridWrap .inner-page .blog-wrapper .blog-item .blog-img {
    display: block;
    width: 100%;
  }
}
.gridWrap .inner-page .blog-wrapper .blog-item .blog-img img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper {
  display: table-cell;
  vertical-align: middle;
  border-top: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  padding: 0 20px;
  width: 60%;
}
@media(max-width: 800px) {
  .gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper {
    display: block;
    border-top: none;
    border-left: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
    width: 100%;
    padding-top: 10px;
  }
}
.gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper h2 {
  margin: 0;
  text-transform: uppercase;
}
@media(max-width: 980px) {
  .gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper h2 {
    font-size: 1.25em;
  }
}
@media(max-width: 800px) {
  .gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper h2 {
    font-size: 1em;
  }
}
.gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper h4.date {
  margin: 5px 0;
}
.gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper p {
  margin: 5px 0;
}
.gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper p.b-link {
  margin-top: 10px;
}
@media(max-width: 980px) and (min-width: 581px) {
  .gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper p {
    line-height: 1.4;
    font-size: 12px;
  }
}
.gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper p.b-link a {
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  background-color: #7b0d1d;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s linear all;
}
@media(max-width: 800px) {
  .gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper p.b-link {
    text-align: center;
    font-size: 12px;
  }
}
.gridWrap .inner-page .blog-wrapper .blog-item .blog-content-wrapper p.b-link a:hover {
  background-color: #757575;
  transition: .3s linear all;
}

/* -----------------------------------------------------------------------------
/*
/*  CONTACT
/*
/*----------------------------------------------------------------------------- */

.gridWrap .inner-page .contact-form {
  padding: 30px 40px 20px;
  background: #eaeaea;
}
@media(max-width: 768px) {
  .gridWrap .inner-page .contact-form {
    padding: 20px;
  }
}
.gridWrap .inner-page .contact-form fieldset {
  border: none;
  padding: 0;
}
.gridWrap .inner-page .contact-form fieldset fieldset {
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.gridWrap .inner-page .contact-form legend {
  width: 100%;
  margin: 10px 0;
  font-size: 2em;
  border-bottom: 1px solid #aeaeae;
  padding: 5px 0;
}
.gridWrap .inner-page .contact-form fieldset .form-group {
  margin-bottom: 10px;
}
.gridWrap .inner-page .contact-form fieldset .form-group label {
  color: #656565;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
.gridWrap .inner-page .contact-form fieldset .form-group label span {
  font-size: 14px;
  color: #969696;
}
.gridWrap .inner-page .contact-form fieldset .form-group input,
.gridWrap .inner-page .contact-form fieldset .form-group textarea,
.gridWrap .inner-page .contact-form fieldset .form-group select {
  display: block;
  width: 100%;
  padding: 7px;
  border: none;
  border-radius: 5px;
}
.gridWrap .inner-page .contact-form fieldset .form-group select {
  border: none;
  font-size: 16px;
  height: 38px;
}
.gridWrap .inner-page .contact-form .form-actions {
  text-align: center;
}
.gridWrap .inner-page .contact-form .form-actions button {
  text-align: center;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 25px;
  background-color: #7b0d1d;
  color: #fff;
  transition: .3s linear all;
  display: inline-block;
  margin: 10px 0 0;
  font-size: 20px;
  width: 40%;
}
@media(max-width: 768px) {
  .gridWrap .inner-page .contact-form .form-actions button {
    display: block;
    width: 100%;
  }
}
.gridWrap .inner-page .contact-form .form-actions button:hover {
  background-color: #757575;
  transition: .3s linear all;
}
.gridWrap .inner-page .contact-form img.ccm-captcha-image {
  display: block;
  margin: 10px 0;
}
.gridWrap .inner-page .contact-form input#ccm-captcha-code {
  margin: 5px 0;
  width: 100%;
  border-radius: 5px;
  border: none;
}

/* -----------------------------------------------------------------------------
/*
/*  MORTGAGE CALCULATOR
/*
/*----------------------------------------------------------------------------- */

.gridWrap .inner-page #loanCalbodyDiv2 {

}
.gridWrap .inner-page #loanCalbodyDiv2 .BankrateFCC_col1 {
  font-size: 1.25em;
  color: #757575;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
}
.gridWrap .inner-page #loanCalbodyDiv2 .BankrateFCC_col1:first-of-type {
  margin-top: 0;
}
.gridWrap .inner-page #loanCalbodyDiv2 .BankrateFCC_form-error {
  color: #5f1c30;
  font-size: 12px;
}
.gridWrap .inner-page #loanCalbodyDiv2 input {
  width: 100%;
  padding: 10px;
  display: block;
  border: 1px solid #aeaeae;
}
.gridWrap .inner-page #loanCalbodyDiv2 div#loanCalresultDiv {
  padding: 15px;
  background-color: #eee;
}
.gridWrap .inner-page #loanCalbodyDiv2 #loanCalDivCalculate {
  margin: 10px 0;
}
.gridWrap .inner-page #loanCalbodyDiv2 #loanCalDivCalculate a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 20px;
  color: #fff;
  background-color: #7b0d1d;
}
.gridWrap .inner-page #loanCalbodyDiv2 div#loanCalresultDiv .BankrateFCC_results-col1 {
  color: #252525;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 10px;
}
.gridWrap .inner-page #loanCalbodyDiv2 div#loanCalresultDiv .BankrateFCC_results-col1:first-of-type {
  margin-top: 0;
}

/* -----------------------------------------------------------------------------
/*
/*  SECTION ONE
/*
/*----------------------------------------------------------------------------- */

.gridWrap .section-one-wrapper {
  padding: 40px 0;
  text-align: center;
}

.gridWrap .section-one-wrapper h1 {
  font-weight: 600;
  color: #000;
}

.gridWrap .section-one-wrapper p {
  font-weight: 600;
  font-size: 17px;
  margin: 0;
  color: #666;
}

@media (max-width: 400px) {
  .gridWrap .section-one-wrapper p {
    font-size: 12px;
    line-height: 18px;
  }
}

.gridWrap .section-one-wrapper .section-link {
  margin-top: 30px;
}

.gridWrap .section-one-wrapper .section-link p {
  margin: 0;
}

.gridWrap .section-one-wrapper .section-link p a {
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  display: inline-block;
  padding: 0px 10px;
  font-size: 23px;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
  text-decoration: none;
}

.gridWrap .section-one-wrapper .section-link p a:hover, .gridWrap .section-one-wrapper .section-link p a:active {
  color: #fff;
  border-color: #7b0d1d;
  background-color: #7b0d1d;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}

@media (max-width: 580px) {
  .gridWrap .section-one-wrapper .section-link p a {
    font-size: 16px;
    padding: 5px 10px;
  }
}

/* -----------------------------------------------------------------------------
/*
/*  SECTION TWO
/*
/*----------------------------------------------------------------------------- */

.gridWrap .section-two-wrapper {
  padding: 30px 0 100px;
}

.gridWrap .section-two-wrapper .image-nav-wrapper {
  background-image: url("../img/section-2-bkg.jpg");
  background-position: center;
  background-size: cover;
  padding: 65px 20px 30px;
}

.gridWrap .section-two-wrapper .image-nav-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}

.gridWrap .section-two-wrapper .image-nav-wrapper .panel-nav {
  padding: 10px;
  display: table;
  width: 100%;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}

.gridWrap .section-two-wrapper .image-nav-wrapper .panel-nav h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 35px;
}

@media (max-width: 1000px) {
  .gridWrap .section-two-wrapper .image-nav-wrapper .panel-nav h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .gridWrap .section-two-wrapper .image-nav-wrapper .panel-nav h2 {
    font-size: 22px;
  }
}

.gridWrap .section-two-wrapper .image-nav-wrapper .panel-nav h2 a {
  border: 1px solid #fff;
  /*background-color: rgba(12, 26, 72, 0.8);
  outline: 10px solid rgba(12, 26, 72, 0.8);*/
  background-color: rgba(183, 181, 181, 0.8);
  outline: 10px solid rgba(183, 181, 181, 0.8);
  display: block;
  padding: 100px 10px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
}

@media (max-width: 1000px) {
  .gridWrap .section-two-wrapper .image-nav-wrapper .panel-nav h2 a {
    padding: 80px 10px;
  }
}

@media (max-width: 768px) {
  .gridWrap .section-two-wrapper .image-nav-wrapper .panel-nav h2 a {
    padding: 20px 10px;
    margin: 10px 0;
  }
}

.gridWrap .section-two-wrapper .image-nav-wrapper .panel-nav h2 a:hover, .gridWrap .section-two-wrapper .image-nav-wrapper .panel-nav h2 a:active {
  /*background-color: rgba(123, 13, 29, 0.95);
  outline: 10px solid rgba(123, 13, 29, 0.95);*/
  background-color: rgba(0, 0, 0, 0.95);
  outline: 10px solid rgba(0, 0, 0, 0.95);
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
  color: #FFF;
}

.gridWrap #section-two-bkg-img {
  display: none;
}

/* -----------------------------------------------------------------------------
/*
/*  SECTION THREE
/*
/*----------------------------------------------------------------------------- */

.gridWrap #section-three-bkg-img {
  display: none;
}
.gridWrap .section-three-wrapper {
  text-align: center;
  padding: 30px 0 100px;
  background-image: url("../img/section-3-bkg.jpg");
  background-size: cover;
  background-position: center;
}
.gridWrap .section-three-wrapper.inner-section-three {
  padding: 100px 0;
}
.gridWrap .section-three-wrapper .section-header {
  margin-bottom: 50px;
}
.gridWrap .section-three-wrapper .section-header h1 {
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 10px;
  color: #414141;
  text-transform: uppercase;
}
.gridWrap .section-three-wrapper .section-header h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  color: #414141;
}
.gridWrap .section-three-wrapper .testimonial-o-wrapper {
  padding: 20px;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1200px) {
  .gridWrap .section-three-wrapper .testimonial-o-wrapper {
    max-width: 80%;
    margin: auto;
  }
}
.gridWrap .section-three-wrapper .testimonial-o-wrapper:before, .gridWrap .section-three-wrapper .testimonial-o-wrapper:after {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0px;
  right: 0;
  height: 100%;
  pointer-events: none;
}
.gridWrap .section-three-wrapper .testimonial-o-wrapper:before {
  content: '';
  top: -5%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  height: 45%;
}
.gridWrap .section-three-wrapper .testimonial-o-wrapper:after {
  content: '';
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  height: 45%;
  bottom: -5%;
}
.gridWrap .section-three-wrapper .testimonial-o-wrapper .testimonial-wrapper {
  padding: 20px 20px 10px;
  background-color: rgba(255, 255, 255, 0.6);
}
.gridWrap .section-three-wrapper .testimonial-o-wrapper .testimonial-wrapper .controls-wrapper .next-slide-ts, .gridWrap .section-three-wrapper .testimonial-o-wrapper .testimonial-wrapper .controls-wrapper .prev-slide-ts {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 500;
  content: '';
  width: 55px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.4);
}
.gridWrap .section-three-wrapper .testimonial-o-wrapper .testimonial-wrapper .controls-wrapper .next-slide-ts a, .gridWrap .section-three-wrapper .testimonial-o-wrapper .testimonial-wrapper .controls-wrapper .prev-slide-ts a {
  display: block;
  height: 55px;
  opacity: 0;
}
.gridWrap .section-three-wrapper .testimonial-o-wrapper .testimonial-wrapper .controls-wrapper .next-slide-ts {
  background-image: url("../img/arrow-right.png");
  right: -45px;
}
.gridWrap .section-three-wrapper .testimonial-o-wrapper .testimonial-wrapper .controls-wrapper .prev-slide-ts {
  background-image: url("../img/arrow-left.png");
  left: -45px;
}
.gridWrap .section-three-wrapper .testimonial-o-wrapper .testimonial-wrapper .testimonial-slider .testimonial {
  list-style: none;
  padding: 5px 0;
}
.gridWrap .section-three-wrapper .testimonial-o-wrapper .testimonial-wrapper .testimonial-slider .testimonial p {
  font-weight: 500;
}
@media (max-width: 1200px) {
  .gridWrap .section-three-wrapper .testimonial-o-wrapper .testimonial-wrapper .testimonial-slider .testimonial p {
    font-size: 12px;
  }
}
.gridWrap .section-three-wrapper .testimonial-o-wrapper .testimonial-wrapper .testimonial-slider .testimonial ul.stars li {
  display: inline-block;
}
.gridWrap .section-three-wrapper .testimonial-o-wrapper .testimonial-wrapper .testimonial-slider .testimonial ul.stars li .fa {
  color: #484746;
  font-size: 24px;
}
.gridWrap .section-three-wrapper .testimonial-o-wrapper .testimonial-wrapper .testimonial-slider .testimonial h3 {
  text-transform: uppercase;
  font-weight: 500;
  margin: 5px 0;
}
.gridWrap .section-three-wrapper .testimonial-o-wrapper .testimonial-wrapper .testimonial-slider .testimonial h4 {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}
.gridWrap .section-three-wrapper .testimonial-o-wrapper .testimonial-wrapper .testimonial-link {
  text-align: center;
  margin-top: 15px;
}
.gridWrap .section-three-wrapper .testimonial-o-wrapper .testimonial-wrapper .testimonial-link p a {
  color: #000;
  display: inline-block;
  padding: 0px 20px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
  text-decoration: none;
  font-weight: 500;
}
.gridWrap .section-three-wrapper .testimonial-o-wrapper .testimonial-wrapper .testimonial-link p a:hover, .gridWrap .section-three-wrapper .testimonial-o-wrapper .testimonial-wrapper .testimonial-link p a:active {
  color: #fff;
  background-color: #7b0d1d;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
  border: 1px solid #7b0d1d;
}

/* -----------------------------------------------------------------------------
/*
/*  SECTION FOUR
/*
/*----------------------------------------------------------------------------- */

.gridWrap .section-four-wrapper {
  padding: 100px 0 35px;
}
.gridWrap .section-four-wrapper #background-image-wrapper {
  display: none;
}
.gridWrap .section-four-wrapper .img-bkg-wrapper {
  position: relative;
  height: 370px;
  background-size: cover;
  background-position: center;
}

.gridWrap .section-four-wrapper .img-bkg-wrapper .overlay-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 35%;
  text-align: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  display: table;
  height: 370px;
  right: 0;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}

@media (max-width: 768px) {
  .gridWrap .section-four-wrapper .img-bkg-wrapper .overlay-content {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@media (max-width: 580px) {
  .gridWrap .section-four-wrapper .img-bkg-wrapper .overlay-content {
    width: 75%;
    background-color: rgba(255, 255, 255, 0.7);
    margin: auto;
    -webkit-transition: .3s linear all;
    transition: .3s linear all;
  }
}

@media (max-width: 380px) {
  .gridWrap .section-four-wrapper .img-bkg-wrapper .overlay-content {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
  }
}

.gridWrap .section-four-wrapper .img-bkg-wrapper .overlay-content .inner-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.gridWrap .section-four-wrapper .img-bkg-wrapper .overlay-content .inner-wrapper h1 {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  color: #414141;
  margin: 0 0 1em;
}

@media (max-width: 380px) {
  .gridWrap .section-four-wrapper .img-bkg-wrapper .overlay-content .inner-wrapper h1 {
    font-size: 1.5em;
  }
}

.gridWrap .section-four-wrapper .img-bkg-wrapper .overlay-content .inner-wrapper .fa {
  color: #7b0d1d;
  font-size: 80px;
}

.gridWrap .section-four-wrapper .img-bkg-wrapper .overlay-content .inner-wrapper h2 {
  margin-bottom: 5px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 580px) {
  .gridWrap .section-four-wrapper .img-bkg-wrapper .overlay-content .inner-wrapper h2 {
    font-size: 16px;
  }
}

.gridWrap .section-four-wrapper .img-bkg-wrapper .overlay-content .inner-wrapper p {
  line-height: 1.2;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 580px) {
  .gridWrap .section-four-wrapper .img-bkg-wrapper .overlay-content .inner-wrapper p {
    font-size: 12px;
  }
}

.gridWrap .section-four-wrapper .img-bkg-wrapper .overlay-content .inner-wrapper p a {
  color: #000;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
  text-decoration: none;
}

.gridWrap .section-four-wrapper .img-bkg-wrapper .overlay-content .inner-wrapper p a:hover, .gridWrap .section-four-wrapper .img-bkg-wrapper .overlay-content .inner-wrapper p a:active {
  color: #7b0d1d;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}

/* -----------------------------------------------------------------------------
/*
/*  FOOTER
/*
/*----------------------------------------------------------------------------- */

.gridWrap .footer-wrapper {
  text-align: center;
  background-color: #fff;
}
.gridWrap .footer-wrapper .social-wrapper {
  padding: 0 0 30px 0;
}
.gridWrap .footer-wrapper .social-wrapper ul li {
  display: inline-block;
}
.gridWrap .footer-wrapper .social-wrapper ul li a {
  color: #919191;
  padding: 25px 10px 10px;
}
.gridWrap .footer-wrapper .social-wrapper ul li a:hover, .gridWrap .footer-wrapper .social-wrapper ul li a:active {
  color: #fff;
  background-color: #919191;
}
.gridWrap .footer-wrapper .social-wrapper ul li a .fa {
  font-size: 36px;
}
.gridWrap .footer-wrapper .copyright h5 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #999;
}
.gridWrap .footer-wrapper .copyright h5 a {
  color: #000;
  text-decoration: none;
}
.gridWrap .footer-wrapper .copyright h5 a:hover, .gridWrap .footer-wrapper .copyright h5 a:active {
  color: #7b0d1d;
}
.gridWrap .footer-wrapper .logo-list {
  padding: 0 0 50px;
}
.gridWrap .footer-wrapper .logo-list ul {
  margin: 0;
}
.gridWrap .footer-wrapper .logo-list ul li {
  display: inline-block;
}
/** Inner Footer **/
hr.footer-hr {
  margin-top: 35px;
}
/* -----------------------------------------------------------------------------
/*
/*  MOBILE NAV
/*
/*----------------------------------------------------------------------------- */
#mobileNavBtn {
  display: none;
  z-index: 1009;
}

#mobileNavBtn.lines-button {
  cursor: pointer;
  padding: 10.6666666667px 8px 16px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

#mobileNavBtn.lines-button:hover, #mobileNavBtn.lines-button:active {
  opacity: 1;
}

#mobileNavBtn.lines-button:active {
  -webkit-transition: 0;
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}

#mobileNavBtn.lines-button.minus.close .lines:before, #mobileNavBtn.lines-button.minus.close .lines:after {
  -webkit-transform: none;
          transform: none;
  width: 32px;
  top: 0;
}

#mobileNavBtn .lines {
  background: #fff;
  border-radius: 2.2857142857px;
  display: inline-block;
  height: 4.5714285714px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  width: 32px;
  position: relative;
}

#mobileNavBtn .lines:before, #mobileNavBtn .lines:after {
  background: #fff;
  border-radius: 2.2857142857px;
  display: inline-block;
  height: 4.5714285714px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  width: 32px;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 2.2857142857px center;
          transform-origin: 2.2857142857px center;
}

#mobileNavBtn .lines:before {
  top: 8px;
}

#mobileNavBtn .lines:after {
  top: -8px;
}

@media (max-width: 767px) {
  #mobileNavBtn {
    display: inline-block;
  }
}

#mobileNavigation {
  background: #7b0d1d;
  display: none;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -240px;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
  width: 240px;
  z-index: 1009;
  overflow-y: auto;
}

@media (min-width: 769px) {
  #mobileNavigation {
    display: none !important;
  }
}

#mobileNavigation div {
  position: relative;
  top: 150px;
  opacity: 0;
  -webkit-transition: .7s all ease;
  transition: .7s all ease;
}

#mobileNavigation .menu-title {
  padding: 10px 20px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#mobileNavigation .menu-title h2 {
  font-size: 24px;
  color: #fff;
}

#mobileNavigation.open {
  -webkit-transform: translate(240px, 0);
          transform: translate(240px, 0);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

#mobileNavigation.open div {
  top: 0px;
  opacity: 1;
  -webkit-transition: .7s all ease;
  transition: .7s all ease;
}

#mobileNavigation ul {
  list-style: none;
}

#mobileNavigation ul li a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 16px;
  text-align: left;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#mobileNavigation ul li.has-submenu {
  position: relative;
}

#mobileNavigation ul li.has-submenu ul {
  display: none;
}

#mobileNavigation ul li.has-submenu > .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border: 1px solid rgba(120, 120, 120, 0.2);
  height: 100%;
  width: 46px;
  cursor: pointer;
}

#mobileNavigation ul li.has-submenu > .submenu-button:before {
  position: absolute;
  top: 25px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fffddd;
  content: '';
}

#mobileNavigation ul li.has-submenu > .submenu-button:after {
  position: absolute;
  top: 28px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fffddd;
  content: '';
}

#mobileNavigation ul li.has-submenu.submenu-opened > .submenu-button {
  height: 59px;
  background: #670c19;
}

#mobileNavigation ul li.has-submenu.submenu-opened > .submenu-button:before {
  display: none;
}

#mobileNavigation ul li.has-submenu.submenu-opened > ul {
  display: block;
  background: #670c19;
}

#mobileNavigation ul li.has-submenu.submenu-opened > ul li > ul {
  background: #670c19;
}

#mobileNavigation ul li.has-submenu.submenu-opened > ul li > .submenu-button {
  height: 54px;
}

#mobileNavigation ul li.has-submenu.submenu-opened > ul li.submenu-opened > .submenu-button {
  background-color: #670c19;
  height: 53px;
}

#mobileNavigation ul li.has-submenu.submenu-opened > ul li a {
  font-size: 14px;
}

@media (max-width: 986px) {
  #mobileNavigation {
    display: inline-block;
  }
}

.siteWrapper {
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
}

.siteWrapper.shift {
  -webkit-transform: translate(240px, 0);
          transform: translate(240px, 0);
  pointer-events: none;
  overflow-y: hidden;
}
@media (min-width: 860px) {
  .siteWrapper.shift {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.mobileNav-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
}
@media (min-width: 860px) {
  .mobileNav-overlay {
    display: none;
  }
}
.mobileNav-overlay.active {
  display: block;
}
@media (min-width: 860px) {
  .mobileNav-overlay.active {
    display: none;
  }
}
.mobileNav-overlay .mobileNav-close-btn {
  position: absolute;
  top: 0;
  left: 250px;
}
.mobileNav-overlay .mobileNav-close-btn a {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
}
/* -----------------------------------------------------------------------------
/*
/*  Time Line
/*
/*----------------------------------------------------------------------------- */
.timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 750px;
  position: relative;
}
.timeline_content h2 {
  font-weight: normal;
  font-size: 45px;
  margin: -10px 0 0 0;
  transition: .4s;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: "calgary-regular", sans-serif;
  color: #fff;
}
.timeline_content h3 {
  display: none;
}
.timeline_content p, 
.timeline_content ul li  {
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  font-family: "calgary-regular", sans-serif;
  font-weight: normal;
  line-height: 25px;
}
.timeline_content ul li {
  margin-bottom: 3px;
}
.timeline_content p {
  margin-bottom: 10px;
}
.timeline_content p strong {
  color: #fff;
  letter-spacing: 1px;
}
.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
}
@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}
.timeline-item {
  padding: 40px 0;
  opacity: .3;
  filter: blur(2px);
  transition: .5s;
  box-sizing: border-box;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
}
.timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 0.7);
  font-size: 30px;
  font-family: "calgary-regular", sans-serif;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 39px);
}
.timeline-item:nth-child(even) {
  align-self: flex-end;
}
.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 39px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}
.timeline-item--active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}
.timeline-item--active:before {
  top: 50%;
  transition: .3s all .2s;
  opacity: 1;
}
.timeline-item--active h2 {
  margin: -30px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 80px;
  }
  .timeline-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: 50px;
    text-align: center !important;
    width: 60px;
    border: none !important;
    font-size: 13px;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}
.timeline_content img {
  margin-bottom: -10px;
  max-width: 335px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
  height: auto;
}
.timeline-container {
  width: 100%;
  position: relative;
  padding: 80px 0;
  transition: .3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}
.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(99, 99, 99, 0.8);
  content: "";
}
.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.timeline-header_title {
  color: #fff;
  font-size: 46px;
  font-family: "calgary-regular", sans-serif;
  font-weight: normal;
  margin: 0;
}
.timeline-header_subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-family: "calgary-regular", sans-serif;
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal;
}
.timeline-background {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  z-index: -1;
  transition: .3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}
/* -----------------------------------------------------------------------------
/*
/*  Whale Gallery
/*
/*----------------------------------------------------------------------------- */
.gridWrap .inner-page .whale-grid-gallery img {
  margin: 0;
}
/* -----------------------------------------------------------------------------
/*
/*  PURE ACCORDION
/*
/*----------------------------------------------------------------------------- */
.pure-accordion-block-container .header {
  margin-bottom: 10px;
}
/* -----------------------------------------------------------------------------
/*
/*  CONCRETE OVERRIDE
/*
/*----------------------------------------------------------------------------- */
div#ccm-popover-menu-container .ccm-popover-file-menu {
  z-index: 11000 !important;
}
.autoGrid-lbcaption>div>div .l-title,
.autoGrid-lbcaption>div>div .l-description
{
  display:none!important;
}
.breadcrumb_custom2 {
    margin-left: 0px!important;;
}
    .breadcrumb_custom2 li {
        display: inline-block;
        margin-right: 10px !important;
        background-color: #eeeeee;
        padding: 5px;
        color: #828282;
    }
.breadcrumb_custom2 li:hover {
    background-color: #7b0d1d;
    color:#FFF!important;
}
.breadcrumb_custom2 a:hover {
        color: #FFF;
        text-decoration:none;
        transition:none;
        -webkit-transition:none;
}
    .breadcrumb_custom2 a, a:visited {
        color: #828282;
        transition: none;
        -webkit-transition: none;
    }
    .breadcrumb_custom2 .active {
        background-color: #7b0d1d;
        color:#FFF!important;
    }
        .breadcrumb_custom2 .active a {
            color: #FFF;
        }
