/* 

Built on Rock Hammer by Stuff and Nonsense
URL: http://stuffandnonsense.co.uk/projects/rock-hammer/ 

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

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

/*a {
    color: palette(purple);
    &:hover {
        color: palette(purple, light);
    }
}*/
::-moz-selection {
  background-color: white;
  color: #8B2C41;
  text-shadow: none;
}

::selection {
  background-color: white;
  color: #8B2C41;
  text-shadow: none;
}

form {
  margin: 0 0 1.5em 0;
  font-family: "Open Sans", sans-serif;
}
form p {
  margin-bottom: 0.75em;
}
form ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
form br {
  display: none;
}

fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
fieldset:last-of-type {
  margin-bottom: 0;
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0 0 0.75em 0;
  border: 0;
  color: #212121;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.5em;
  white-space: normal;
}
legend small {
  font-size: 1.125em;
  color: #3b3b3b;
}

label,
input,
button,
select,
textarea {
  font-family: "Open Sans", sans-serif;
}

label {
  display: block;
  margin-bottom: 0.375em;
  font-size: 18px;
  font-size: 1.8rem;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
  display: inline-block;
  margin-bottom: 0.75em;
  padding: 6px 11px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
  color: inherit;
  border-radius: 5px;
  vertical-align: middle;
}

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"] {
  display: -webkit-inline-flex;
}

input,
textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  height: auto;
  resize-x: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
}
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover {
  border-color: #c7c7c7;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #a0a0a0;
  outline: 0;
  outline: thin dotted \ 9;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \ 9;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select {
  padding: 0;
  width: 90%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #757575;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #757575;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #757575;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #757575;
}

.radio,
.checkbox {
  min-height: 1.5em;
  font-size: 18px;
  font-size: 1.8rem;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-right: 0.5em;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 0.5em;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  opacity: .25;
}

.form-actions {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 0.5em 1em 1.5em;
}
.form-actions:after {
  content: "";
  display: table;
  clear: both;
}

[placeholder]:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity .5s .5s ease;
}

figure {
  margin-bottom: 1.5em;
}
figure img {
  margin-bottom: 0.375em;
}
figure figcaption {
  display: block;
  font-weight: normal;
  font-style: italic;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
}

hr {
  clear: both;
  display: block;
  margin: 3em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #e0e0e0;
}

img {
  max-width: 100%;
  height: auto;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #073E10;
  text-decoration: none;
}
a:active, a:focus {
  outline: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #bcbcbc;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  color: #212121;
}

body:after {
  content: '320';
  display: none;
}
.lt-ie9 body:after {
  content: 'bp-small';
}
.lt-ie9 body:after {
  content: 'bp-medium';
}
.lt-ie9 body:after {
  content: 'bp-large';
}

.m-hide {
  display: none !important;
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
  -ms-word-break: break-word;
  word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-rendering: optimizelegibility;
}
.lt-ie9 body {
  font-size: 19.8px;
  font-size: 1.98rem;
  line-height: 1.65em;
}

h1, h2, h3, .welcome p, .home-page-article .post-title, .archive-page-article .post-title, h4, h5, h6 {
  margin: 0;
  font-family: "Vollkorn", serif;
  font-weight: lighter;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, .welcome p small, .home-page-article .post-title small, .archive-page-article .post-title small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #757575;
}

h1,
.h1 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 0.75em;
}
.lt-ie9 h1, .lt-ie9
.h1 {
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1.05;
}

h2,
.h2 {
  font-size: 29.25px;
  font-size: 2.925rem;
  line-height: 1.15384615;
  margin-bottom: 0.75em;
}
.lt-ie9 h2, .lt-ie9
.h2 {
  font-size: 40.5px;
  font-size: 4.05rem;
  line-height: 1.25;
}

h3, .welcome p, .home-page-article .post-title, .archive-page-article .post-title,
.h3 {
  font-size: 24.75px;
  font-size: 2.475rem;
  line-height: 1.23636364em;
  margin-bottom: 1em;
}
.lt-ie9 h3, .lt-ie9 .welcome p, .welcome .lt-ie9 p, .lt-ie9 .home-page-article .post-title, .home-page-article .lt-ie9 .post-title, .lt-ie9 .archive-page-article .post-title, .archive-page-article .lt-ie9 .post-title, .lt-ie9
.h3 {
  font-size: 31.5px;
  font-size: 3.15rem;
  line-height: 1.25;
}

h4,
.h4 {
  font-size: 20.25px;
  font-size: 2.025rem;
  line-height: 1.111111;
  margin-bottom: 1.5em;
}
.lt-ie9 h4, .lt-ie9
.h4 {
  font-size: 20.25px;
  font-size: 2.025rem;
  line-height: 1.222222;
}

h5,
.h5 {
  font-size: 20.7px;
  font-size: 2.07rem;
  margin-bottom: 1.5em;
}

h6,
.h6 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1.5em;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p,
address {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
  letter-spacing: 0.01rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

small {
  font-size: 14.4px;
  font-size: 1.44rem;
}

blockquote {
  font-size: 22.5px;
  font-size: 2.25rem;
  line-height: 1.25;
  margin: 0 0 1.5em 0;
  padding: 0.5em;
  background-color: #bcbcbc;
  font-style: normal;
}
.lt-ie9 blockquote {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.45833333;
}
blockquote small:before {
  content: '\00A0 \2014';
}
blockquote small:after {
  content: '';
}
blockquote.pull-right {
  float: right;
  background-color: transparent;
}
blockquote.pull-right p, blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
blockquote cite {
  font-style: normal;
}

q {
  quotes: none;
}

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

ins {
  background-color: #bcbcbc;
  color: #212121;
  text-decoration: none;
}

mark {
  background-color: #bcbcbc;
  color: #212121;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14.4px;
  font-size: 1.44rem;
  line-height: 1.5em;
  color: #222222;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

sub,
sup {
  position: relative;
  font-size: 14.4px;
  font-size: 1.44rem;
  line-height: 0;
  vertical-align: baselineheight;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.lead {
  font-size: 20.7px;
  font-size: 2.07rem;
}

.secondary {
  font-size: 15.65217px;
  font-size: 1.56522rem;
}

.tertiary {
  font-size: 14.4px;
  font-size: 1.44rem;
}

.amp {
  font-family: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua");
}

.footnotes li {
  margin-bottom: 0.75em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13.84615px;
  font-size: 1.38462rem;
  line-height: 1.4;
}

/*footnotes*/
.spaced {
  letter-spacing: 1px;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  @page {
    margin: 0.5cm;
  }
  h2, h3, .welcome p, .home-page-article .post-title, .archive-page-article .post-title {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  pre, blockquote {
    border: 1px solid #666;
    page-break-inside: avoid;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }
}
.navigation-toggle {
  float: right;
  display: block;
  padding: 0.75em 0.5em;
}
.lt-ie9 .navigation-toggle {
  display: none;
}

.lt-ie9 #nav-toggle {
  display: none;
}

nav[role=navigation] {
  clear: both;
  background-color: #212121;
  -webkit-transition: max-height 1s ease;
  -moz-transition: max-height 1s ease;
  transition: max-height 1s ease;
}

.js nav[role=navigation] {
  overflow: hidden;
  max-height: 0;
}
.lt-ie9 .js nav[role=navigation] {
  max-height: none;
}

nav[role=navigation].active {
  max-height: 25em;
}

#navigation-toggle {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lt-ie9 #navigation-toggle {
  margin: 0;
  border-width: 0;
}
.lt-ie9 #navigation-toggle li {
  display: inline-block;
}
#navigation-toggle li:not(:last-child) {
  margin: 0 0.5em 0 0;
}
#navigation-toggle ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lt-ie9 #navigation-toggle ul {
  margin: 0 auto;
}
#navigation-toggle a {
  display: block;
  padding: .8em;
  border-bottom: 1px solid #080808;
  text-transform: uppercase;
}
.lt-ie9 #navigation-toggle a {
  border-width: 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
}
#navigation-toggle a:hover {
  color: #e6e6e6;
  text-decoration: none;
}

.grid {
  margin: 0 -1em;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}

[class^='col-'],
[class*='col-'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  text-align: center;
}

.col-1-1 {
  width: 100%;
}

.col-1-2 {
  width: 50%;
}

.col-2-2 {
  width: 100%;
}

.col-1-3 {
  width: 33.33333%;
}

.col-2-3 {
  width: 66.66667%;
}

.col-3-3 {
  width: 100%;
}

.col-1-4 {
  width: 25%;
}

.col-2-4 {
  width: 50%;
}

.col-3-4 {
  width: 75%;
}

.col-4-4 {
  width: 100%;
}

.col-1-5 {
  width: 20%;
}

.col-2-5 {
  width: 40%;
}

.col-3-5 {
  width: 60%;
}

.col-4-5 {
  width: 80%;
}

.col-5-5 {
  width: 100%;
}

.lt-ie9 .col-small-1-1 {
  width: 100%;
}

.lt-ie9 .col-small-1-2 {
  width: 50%;
}

.lt-ie9 .col-small-2-2 {
  width: 100%;
}

.lt-ie9 .col-small-1-3 {
  width: 33.33333%;
}

.lt-ie9 .col-small-2-3 {
  width: 66.66667%;
}

.lt-ie9 .col-small-3-3 {
  width: 100%;
}

.lt-ie9 .col-small-1-4 {
  width: 25%;
}

.lt-ie9 .col-small-2-4 {
  width: 50%;
}

.lt-ie9 .col-small-3-4 {
  width: 75%;
}

.lt-ie9 .col-small-4-4 {
  width: 100%;
}

.lt-ie9 .col-small-1-5 {
  width: 20%;
}

.lt-ie9 .col-small-2-5 {
  width: 40%;
}

.lt-ie9 .col-small-3-5 {
  width: 60%;
}

.lt-ie9 .col-small-4-5 {
  width: 80%;
}

.lt-ie9 .col-small-5-5 {
  width: 100%;
}

.lt-ie9 .col-medium-1-1 {
  width: 100%;
}

.lt-ie9 .col-medium-1-2 {
  width: 50%;
}

.lt-ie9 .col-medium-2-2 {
  width: 100%;
}

.lt-ie9 .col-medium-1-3 {
  width: 33.33333%;
}

.lt-ie9 .col-medium-2-3 {
  width: 66.66667%;
}

.lt-ie9 .col-medium-3-3 {
  width: 100%;
}

.lt-ie9 .col-medium-1-4 {
  width: 25%;
}

.lt-ie9 .col-medium-2-4 {
  width: 50%;
}

.lt-ie9 .col-medium-3-4 {
  width: 75%;
}

.lt-ie9 .col-medium-4-4 {
  width: 100%;
}

.lt-ie9 .col-medium-1-5 {
  width: 20%;
}

.lt-ie9 .col-medium-2-5 {
  width: 40%;
}

.lt-ie9 .col-medium-3-5 {
  width: 60%;
}

.lt-ie9 .col-medium-4-5 {
  width: 80%;
}

.lt-ie9 .col-medium-5-5 {
  width: 100%;
}

.lt-ie9 .col-large-1-1 {
  width: 100%;
}

.lt-ie9 .col-large-1-2 {
  width: 50%;
}

.lt-ie9 .col-large-2-2 {
  width: 100%;
}

.lt-ie9 .col-large-1-3 {
  width: 33.33333%;
}

.lt-ie9 .col-large-2-3 {
  width: 66.66667%;
}

.lt-ie9 .col-large-3-3 {
  width: 100%;
}

.lt-ie9 .col-large-1-4 {
  width: 25%;
}

.lt-ie9 .col-large-2-4 {
  width: 50%;
}

.lt-ie9 .col-large-3-4 {
  width: 75%;
}

.lt-ie9 .col-large-4-4 {
  width: 100%;
}

.lt-ie9 .col-large-1-5 {
  width: 20%;
}

.lt-ie9 .col-large-2-5 {
  width: 40%;
}

.lt-ie9 .col-large-3-5 {
  width: 60%;
}

.lt-ie9 .col-large-4-5 {
  width: 80%;
}

.lt-ie9 .col-large-5-5 {
  width: 100%;
}

/*<div class="grid">
  <div class="col-1-1 col-large-2-3"> 
     <article class="module">
        stuff
     </article>
     <article class="module">
        stuff
     </article>
  </div>
  <div class="col-large-1-3"> //you could leave out col-1-1 if you wanted as it will be 100% by default anyway!!
    <aside class="module">
       Sidebar stuff. Sub modules?
    </aside>
  </div>
</div>*/
.btn-maroon {
  color: #ffffff;
  background: #8B2C41;
}
.btn-maroon:hover {
  background: #41000E;
}
.btn-maroon.btn-flat {
  box-shadow: none;
  background: none;
  color: #8B2C41;
}
.btn-maroon.btn-flat:hover {
  background: #D17F91;
}

.btn-green, .map-link {
  color: #ffffff;
  background: #488329;
}
.btn-green:hover, .map-link:hover {
  background: #073E10;
}
.btn-green.btn-flat, .btn-flat.map-link {
  box-shadow: none;
  background: none;
  color: #488329;
}
.btn-green.btn-flat:hover, .btn-flat.map-link:hover {
  background: #93C478;
}

.btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
}
.btn.btn-large {
  padding: 20px 40px;
}
.btn.btn-medium, .btn.map-link {
  padding: 10px 20px;
}
.btn.btn-small {
  padding: 5px 10px;
}

.btn-raised {
  -moz-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.19), 0 6px 13px 0 rgba(0, 0, 0, 0.24);
}
.btn-raised:active:not(.btn-link) {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.23), 3px 8px 20px 0 rgba(0, 0, 0, 0.18), -3px 8px 20px 0 rgba(0, 0, 0, 0.18);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.btn-fab {
  margin: 0;
  padding: 15px;
  font-size: 26px;
}
.btn-fab {
  border-radius: 100%;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

.ripple {
  /*stylings for the circular overlay*/
  position: absolute;
  border-radius: 100%;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.05);
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.notransition {
  /*used to reset the ripple without an animatiion*/
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.hero-unit {
  margin-bottom: 0.75em;
  padding: 1em;
  border-radius: 5px;
  color: #212121;
  /*p*/
}
.lt-ie9 .hero-unit {
  padding: 2em;
}
.lt-ie9 .hero-unit h1 {
  margin-bottom: 0.375em;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 22.5px;
  font-size: 2.25rem;
}
.hero-unit p:last-child {
  margin-bottom: 0;
}

/*hero-unit*/
.img-rounded {
  border-radius: 5px;
}

.img-polaroid {
  padding: 0.5em;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  border-radius: 500px;
}

#back-top {
  display: block;
  bottom: 30px;
  margin-bottom: 0;
  margin-right: 3px;
  position: fixed;
  right: 0;
  z-index: 100;
  opacity: 0.8;
}
.lt-ie9 #back-top {
  margin-right: 50px;
}

#back-top a {
  background-color: #93C478;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  outline: medium none;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.lt-ie9 #back-top a {
  height: 40px;
  width: 40px;
  line-height: 40px;
}
#back-top a:hover {
  background-color: #8B2C41;
}

#back-top a i {
  font-size: 24px;
  line-height: 40px;
}

.pagination {
  margin: 0 0 1.5em 0;
}

.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 1em;
  font-size: 14.4px;
  font-size: 1.44rem;
  line-height: 1.5em;
  text-decoration: none;
  background-color: #eee;
  border: 1px solid #488329;
  border-left-width: 0;
  color: #073E10;
}

.pagination ul > li > a:hover {
  background-color: white;
  color: #8B2C41;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #eee;
  color: #8B2C41;
  text-decoration: none;
  cursor: default;
}

.pagination ul > .active > a:hover {
  background-color: #eee;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  background-color: transparent;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.page-numbers.current {
  background-color: #ddd;
  font-weight: bold;
}

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

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 8px 22px;
  font-size: 16px;
  font-size: 1.6rem;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 4px 11px;
  font-size: 14px;
  font-size: 1.4rem;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 2px 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

.wrapper, .wrapper-header, .wrapper-post, .wrapper-wide, .wrapper-news, nav[role=navigation] ul, .tribe-events-single {
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
  max-width: 96rem;
  padding: 1.5em 5%;
}
.wrapper:after, .wrapper-header:after, .wrapper-post:after, .wrapper-wide:after, .wrapper-news:after, nav[role=navigation] ul:after, .tribe-events-single:after {
  content: "";
  display: table;
  clear: both;
}
.wrapper > h2, .wrapper-header > h2, .wrapper-post > h2, .wrapper-wide > h2, .wrapper-news > h2, nav[role=navigation] ul > h2, .tribe-events-single > h2, .wrapper > h3, .wrapper-header > h3, .wrapper-post > h3, .wrapper-wide > h3, .wrapper-news > h3, nav[role=navigation] ul > h3, .tribe-events-single > h3, .welcome .wrapper > p, .welcome .wrapper-header > p, .welcome .wrapper-post > p, .welcome .wrapper-wide > p, .welcome .wrapper-news > p, nav[role=navigation] .welcome ul > p, .welcome nav[role=navigation] ul > p, .welcome .tribe-events-single > p, .home-page-article .wrapper > .post-title, .home-page-article .wrapper-header > .post-title, .home-page-article .wrapper-post > .post-title, .home-page-article .wrapper-wide > .post-title, .home-page-article .wrapper-news > .post-title, nav[role=navigation] .home-page-article ul > .post-title, .home-page-article nav[role=navigation] ul > .post-title, .home-page-article .tribe-events-single > .post-title, .archive-page-article .wrapper > .post-title, .archive-page-article .wrapper-header > .post-title, .archive-page-article .wrapper-post > .post-title, .archive-page-article .wrapper-wide > .post-title, .archive-page-article .wrapper-news > .post-title, nav[role=navigation] .archive-page-article ul > .post-title, .archive-page-article nav[role=navigation] ul > .post-title, .archive-page-article .tribe-events-single > .post-title {
  text-align: center;
}

.wrapper-header {
  padding: 0 5%;
}

.wrapper-post {
  max-width: 760px;
  max-width: 76rem;
}

.wrapper-wide {
  max-width: 1100px;
  max-width: 110rem;
}

.wrapper-news {
  max-width: 1400px;
  max-width: 140rem;
}
.lt-ie9 .wrapper-news {
  max-width: 760px;
  max-width: 76rem;
}

.lt-ie9 .col-medium-news-1-1 {
  width: 100%;
}

.lt-ie9 .col-medium-news-1-2 {
  width: 50%;
}

.lt-ie9 .col-medium-news-2-2 {
  width: 100%;
}

.lt-ie9 .col-medium-news-1-3 {
  width: 33.33333%;
}

.lt-ie9 .col-medium-news-2-3 {
  width: 66.66667%;
}

.lt-ie9 .col-medium-news-3-3 {
  width: 100%;
}

.lt-ie9 .col-medium-news-1-4 {
  width: 25%;
}

.lt-ie9 .col-medium-news-2-4 {
  width: 50%;
}

.lt-ie9 .col-medium-news-3-4 {
  width: 75%;
}

.lt-ie9 .col-medium-news-4-4 {
  width: 100%;
}

.lt-ie9 .col-medium-news-1-5 {
  width: 20%;
}

.lt-ie9 .col-medium-news-2-5 {
  width: 40%;
}

.lt-ie9 .col-medium-news-3-5 {
  width: 60%;
}

.lt-ie9 .col-medium-news-4-5 {
  width: 80%;
}

.lt-ie9 .col-medium-news-5-5 {
  width: 100%;
}

.lt-ie9 .col-large-news-1-1 {
  width: 100%;
}

.lt-ie9 .col-large-news-1-2 {
  width: 50%;
}

.lt-ie9 .col-large-news-2-2 {
  width: 100%;
}

.lt-ie9 .col-large-news-1-3 {
  width: 33.33333%;
}

.lt-ie9 .col-large-news-2-3 {
  width: 66.66667%;
}

.lt-ie9 .col-large-news-3-3 {
  width: 100%;
}

.lt-ie9 .col-large-news-1-4 {
  width: 25%;
}

.lt-ie9 .col-large-news-2-4 {
  width: 50%;
}

.lt-ie9 .col-large-news-3-4 {
  width: 75%;
}

.lt-ie9 .col-large-news-4-4 {
  width: 100%;
}

.lt-ie9 .col-large-news-1-5 {
  width: 20%;
}

.lt-ie9 .col-large-news-2-5 {
  width: 40%;
}

.lt-ie9 .col-large-news-3-5 {
  width: 60%;
}

.lt-ie9 .col-large-news-4-5 {
  width: 80%;
}

.lt-ie9 .col-large-news-5-5 {
  width: 100%;
}

.owl-wrapper {
  max-height: 500px;
  max-height: calc(100vh - 195px);
  min-height: 210px;
  /*@include breakpoint($bp-large){
  	max-height:750px;
  	max-height:calc(100vh - 205px);
  }*/
  overflow: hidden;
}
.lt-ie9 .owl-wrapper {
  max-height: 550px;
  max-height: calc(100vh - 165px);
}
.lt-ie9 .owl-wrapper {
  max-height: 750px;
  max-height: calc(100vh - 205px);
}

.owl-item > div > img {
  width: 100%;
}

nav[role=navigation] {
  background-color: #ffffff;
}
nav[role=navigation] ul {
  width: auto;
}
.lt-ie9 nav[role=navigation] ul {
  width: 80%;
  float: left;
}
nav[role=navigation] ul a {
  color: #8B2C41;
  padding-bottom: 0.1em;
}
nav[role=navigation] ul .current_page_item {
  font-weight: bold;
}
nav[role=navigation] .search-form {
  margin: 0.25em 0;
}
.lt-ie9 nav[role=navigation] .search-form {
  width: 20%;
  float: right;
}
nav[role=navigation] .search-form #searchform {
  margin: 0;
}
nav[role=navigation] .search-form #searchform #s {
  margin-bottom: 0;
  color: #757575;
  font-size: 16px;
  font-size: 1.6rem;
}

.lt-ie9 .main-nav-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2000;
  opacity: 0.85;
}

#navigation-toggle {
  border-top: 1px solid #fbf4f6;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}
.lt-ie9 #navigation-toggle ul {
  border: 1px solid;
}
.lt-ie9 #navigation-toggle li:not(:last-child) {
  margin: 0;
}
.lt-ie9 #navigation-toggle li {
  width: 50%;
  float: left;
  display: inline-block;
}
.lt-ie9 #navigation-toggle li a {
  background-color: #41000E;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.lt-ie9 #navigation-toggle li a:hover {
  background-color: #3a000c;
}
.lt-ie9 #navigation-toggle li {
  width: 100%;
}
.lt-ie9 .lt-ie9 #navigation-toggle li:nth-child(even) a {
  border-left: 1px solid #ffffff;
}
#navigation-toggle a {
  padding: 0.5em 0.25em;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.lt-ie9 #navigation-toggle a {
  text-align: left;
}
#navigation-toggle a:hover {
  color: #488329 !important;
}

.navigation-toggle:active, .navigation-toggle:hover {
  background-color: #488329;
  color: #ffffff;
}

.navigation-toggle {
  padding: 0.75em 2% 0.75em 2.3em;
  margin-right: 5%;
  position: relative;
  color: #8B2C41;
  font-size: 20px;
  font-size: 2rem;
  border: 4px solid #8B2C41;
  text-transform: uppercase;
  -webkit-transition: color 0s ease 0s, all 500ms ease 0s, all 0s ease-in-out 0s;
  -moz-transition: color 0s ease 0s, all 500ms ease 0s, all 0s ease-in-out 0s;
  transition: color 0s ease 0s, all 500ms ease 0s, all 0s ease-in-out 0s;
}
.navigation-toggle span {
  top: 45%;
  left: 10px;
}
.navigation-toggle span, .navigation-toggle span:before, .navigation-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 30px;
  background: #8B2C41;
  position: absolute;
  display: block;
  content: '';
}
.navigation-toggle:hover span, .navigation-toggle:hover span:before, .navigation-toggle:hover span:after {
  background: #ffffff;
}
.navigation-toggle span:before {
  top: -7px;
}
.navigation-toggle span:after {
  bottom: -7px;
}
.navigation-toggle span, .navigation-toggle span:before, .navigation-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.navigation-toggle.active span {
  background-color: transparent;
}
.navigation-toggle.active span:before, .navigation-toggle.active span:after {
  top: 0;
}
.navigation-toggle.active span:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-toggle.active span:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  -o-transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
  margin-right: 2px;
  content: '[ ';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}

.cl-effect-1 a::after {
  margin-left: 2px;
  content: ' ]';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
  opacity: 0.5;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.logo {
  /*@include breakpoint($bp-large,max){
  	@include visuallyhidden();
  }*/
  max-height: 50px;
  vertical-align: top;
}
.lt-ie9 .logo {
  max-height: 70px;
}

.top-header-container {
  padding: 1em 0;
  display: inline-block;
  /*@include breakpoint($nav-breakpoint){
  	@include breakpoint(1120px,max){
  		@include visuallyhidden();
  	}
  }*/
}

.school-title {
  font-weight: bold;
  color: #8B2C41;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 30px;
  font-size: 3rem;
}

.title-container {
  display: inline-block;
  vertical-align: bottom;
}
.lt-ie9 .title-container {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.lt-ie9 .title-container.focusable:active, .lt-ie9 .title-container.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}

.school-title span {
  font-size: 16px;
  font-size: 1.6rem;
}

/*#header{
	padding:0 $baselineheight $baselineheight/3;
}*/
.office-365 {
  display: inline-block;
  float: right;
  padding: 1.5em 0 1em;
  /*a{
  	padding:0.5em;
  }*/
}
.office-365 .btn {
  border: 1px solid #8B2C41;
  font-size: 14px;
  font-size: 1.4rem;
}
.office-365 .btn i {
  color: #8B2C41;
}
.office-365 .btn-facebook:hover {
  background-color: #35538f;
}
.office-365 .btn-facebook:hover i {
  color: #ffffff;
}
.office-365 .btn-twitter:hover {
  background-color: #0b96c4;
}
.office-365 .btn-twitter:hover i {
  color: #ffffff;
}
.office-365 .btn-contact:hover {
  background-color: #8B2C41;
}
.office-365 .btn-contact:hover i {
  color: #ffffff;
}

.hero {
  position: relative;
}

.tint {
  margin-bottom: 0;
}
.tint img {
  margin-bottom: 0;
  width: 100%;
}

.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(139, 44, 65, 0.2);
  background-image: -webkit-linear-gradient(rgba(139, 44, 65, 0.2), rgba(139, 44, 65, 0.2));
  background-image: linear-gradient(rgba(139, 44, 65, 0.2), rgba(139, 44, 65, 0.2));
}

.hero-unit {
  /*@include breakpoint(1500px,max ){
  	@include visuallyhidden();
  }*/
  margin: 0 5%;
  width: 90%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  position: absolute;
  top: 0px;
  color: #ffffff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}
.hero-unit h1 {
  /*@include breakpoint(900px){
  	@include h1(1.5, 0.25);
  }*/
  /*@include breakpoint(900px){
  	@include h1(2, 0.25);
  }*/
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 0.075em;
}
.lt-ie9 .hero-unit h1 {
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1.05;
}
.lt-ie9 .lt-ie9 .hero-unit h1 {
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1.2;
  margin-bottom: 0.1875em;
}
.lt-ie9 .lt-ie9 .lt-ie9 .hero-unit h1 {
  font-size: 81px;
  font-size: 8.1rem;
  line-height: 1.05;
}
.lt-ie9 .hero-unit h1 {
  font-size: 72px;
  font-size: 7.2rem;
  line-height: 1.2;
  margin-bottom: 0.1875em;
}
.lt-ie9 .lt-ie9 .hero-unit h1 {
  font-size: 108px;
  font-size: 10.8rem;
  line-height: 1.05;
}
.lt-ie9 .lt-ie9 .hero-unit .hero-sub-heading {
  display: none !important;
  visibility: hidden;
}
.lt-ie9 .hero-unit .hero-sub-heading {
  display: none !important;
  visibility: hidden;
}
.lt-ie9 .hero-unit {
  top: 20px;
}
.hero-unit > * {
  text-align: center;
}
.lt-ie9 .hero-unit {
  top: 50px;
}
.lt-ie9 .lt-ie9 .hero-unit {
  top: 100px;
}

.lt-ie9 .call-to-action {
  display: none !important;
  visibility: hidden;
}
.lt-ie9 .call-to-action {
  width: 100%;
  text-align: center;
}
.lt-ie9 .call-to-action a {
  padding: 10px 20px;
}
.lt-ie9 .lt-ie9 .call-to-action a {
  padding: 20px 40px;
}

.arrows {
  width: 60px;
  height: 72px;
  padding-bottom: 1em;
}
.lt-ie9 .arrows {
  display: none !important;
  visibility: hidden;
}

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

.arrows path {
  stroke: #93C478;
  fill: transparent;
  stroke-width: 3px;
  -webkit-animation: arrow 2s infinite;
  -moz-animation: arrow 2s infinite;
  animation: arrow 2s infinite;
}
.arrows path:hover {
  stroke: #D17F91;
}

@-webkit-keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.arrows path.a1 {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  animation-delay: -1s;
}

.arrows path.a2 {
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.arrows path.a3 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

#twitter-widget-0 {
  width: 100%;
}

.line-behind-container {
  margin-bottom: 1.5em;
}

.line-behind {
  position: relative;
  top: 14px;
  padding: 0 0.5em;
}
.lt-ie9 .line-behind {
  top: 24px;
}

.line-behind-container-calendar {
  border-bottom: 1px solid #000000;
}

.line-behind-calendar {
  background-color: #ffffff;
}

.hentry {
  border-bottom: 1px dotted;
}
.hentry .list-date {
  display: none !important;
  visibility: hidden;
}

.tribe-events-widget-link {
  display: none !important;
  visibility: hidden;
}

div {
  /*@include breakpoint($bp-medium, max){
  padding-top:0.5em;
  padding-bottom:0.5em;
  }*/
}
div .academic-widget {
  border: 1px solid;
  background-color: #fbf4f6;
  padding: 0.5em;
}
div .academic-widget .tribe-mini-calendar-event {
  border-bottom: none;
}
div .academic-widget .tribe-mini-calendar-event .list-info {
  width: 100%;
}
div .academic-widget .tribe-mini-calendar-event .list-info h2 {
  font-weight: normal;
}
div .academic-widget .tribe-venue {
  padding-left: 5px;
}
div .academic-widget .vcalendar {
  font-size: 15px;
  font-size: 1.5rem;
}
div .academic-widget .hentry {
  position: relative;
}
div .academic-widget .hentry:after {
  content: "";
  display: table;
  clear: both;
}
div .academic-widget .duration {
  background-color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 4px;
  margin: 0px;
  text-align: center;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid #e0e0e0;
  line-height: 1.5;
  width: 30%;
}
div .academic-widget .duration:after {
  content: "";
  display: table;
  clear: both;
}
div .academic-widget .entry-title {
  margin-bottom: 0;
  padding-left: 5px;
  padding-top: 8px;
  display: block;
  float: right;
  width: 70%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 17px;
  font-size: 1.7rem;
}
div .academic-widget .entry-title a {
  background-color: transparent;
  text-transform: uppercase;
  color: #8B2C41;
}

.calendar-grid > div, .calendar-grid article {
  text-align: left;
}
.calendar-grid > div > h5, .calendar-grid article > h5 {
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #488329;
  margin-bottom: 1em;
}
.calendar-grid > div .more-link, .calendar-grid article .more-link {
  color: #488329;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}

.calendar-widget {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  /*div>a{
  	padding-left:5px;
  }*/
}
.lt-ie9 .calendar-widget article {
  border: 1px solid;
  background-color: #fbf4f6;
  padding: 0.5em;
}
.calendar-widget .hentry {
  position: relative;
  min-height: 100px;
}
.calendar-widget .hentry:after {
  content: "";
  display: table;
  clear: both;
}
.calendar-widget .duration {
  background-color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 4px;
  margin: 0px;
  text-align: center;
  width: 70px;
  position: absolute;
  top: 0.5em;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #e0e0e0;
  line-height: 1.5;
}
.lt-ie9 .calendar-widget .duration {
  background-color: #fbf4f6;
}
.calendar-widget .entry-title {
  margin-bottom: 0;
  padding-left: 5px;
  display: block;
  margin-left: 95px;
  text-transform: uppercase;
  font-size: 18px;
}
.calendar-widget .entry-title a {
  background-color: transparent;
  text-transform: uppercase;
  color: #8B2C41;
}

.latest-news-widget {
  /*article{
  	@include breakpoint($bp-large, max){
  	border:1px solid;
  	background-color:palette(maroon,x-light);
  	padding:0.5em;
  	}
  }*/
  padding-bottom: 0.5em;
}
.latest-news-widget ul li {
  padding-top: 0.25em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted;
}
.latest-news-widget ul li a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #8B2C41;
}
.latest-news-widget .module {
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
  border-top: 5px solid #8B2C41;
  border-left: 5px solid #8B2C41;
  border-right: 5px solid #8B2C41;
}
.latest-news-widget .module h3, .latest-news-widget .module .welcome p, .welcome .latest-news-widget .module p, .latest-news-widget .module .home-page-article .post-title, .home-page-article .latest-news-widget .module .post-title, .latest-news-widget .module .archive-page-article .post-title, .archive-page-article .latest-news-widget .module .post-title {
  -webkit-transition: height 0.2s linear 0s, opacity 0.2s linear 0s;
  -moz-transition: height 0.2s linear 0s, opacity 0.2s linear 0s;
  transition: height 0.2s linear 0s, opacity 0.2s linear 0s;
}
.latest-news-widget .module:hover h3, .latest-news-widget .module:hover .welcome p, .welcome .latest-news-widget .module:hover p, .latest-news-widget .module:hover .home-page-article .post-title, .home-page-article .latest-news-widget .module:hover .post-title, .latest-news-widget .module:hover .archive-page-article .post-title, .archive-page-article .latest-news-widget .module:hover .post-title, .latest-news-widget .module:active h3, .latest-news-widget .module:active .welcome p, .welcome .latest-news-widget .module:active p, .latest-news-widget .module:active .home-page-article .post-title, .home-page-article .latest-news-widget .module:active .post-title, .latest-news-widget .module:active .archive-page-article .post-title, .archive-page-article .latest-news-widget .module:active .post-title {
  height: 50%;
  opacity: 0.9;
}
.latest-news-widget .module:before {
  content: "";
  display: block;
  padding-top: 90%;
  /* initial ratio of 1:1 - 75% would be 4:3 */
}
.latest-news-widget img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.latest-news-widget .news-link {
  background-color: #8B2C41;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
  height: 65px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 0.25em;
  color: #ffffff;
  text-align: center;
}
.latest-news-widget .continue-reading {
  background-color: #8B2C41;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  font-size: 2.2rem;
  z-index: 1;
  padding: 0.25em;
  color: #ffffff;
  text-align: center;
}
.latest-news-widget .module .continue-reading {
  visibility: hidden;
  height: 0;
}
.latest-news-widget .module:hover .continue-reading {
  visibility: visible;
  height: 50%;
}
.latest-news-widget .col-medium-1-1 {
  padding-left: 0;
}

.welcome {
  padding: 1em 0;
  background-color: #8B2C41;
  color: #ffffff;
}
.welcome .message-container {
  text-align: center;
}
.welcome .btn-meet-principal {
  color: #93C478;
  border: 3px solid #93C478;
}
.welcome .btn-meet-principal:hover {
  color: #073E10;
  border: 3px solid #073E10;
}
.welcome .line-behind-container-welcome {
  border-bottom: 1px solid #ffffff;
}
.welcome .line-behind-welcome {
  background-color: #8B2C41;
}

#slit {
  background-color: #ffffff;
}
.lt-ie9 #slit {
  display: none !important;
  visibility: hidden;
}

#slitPath2, #slitPath3 {
  fill: #fbf4f6;
}

#slitPath1 {
  stroke: none;
  fill: #8B2C41;
}

.links {
  background-color: #fbf4f6;
}
.links i {
  display: block;
}
.links a span {
  font-size: 15px;
  font-size: 1.5rem;
  color: #073E10;
}

.link-grid div > a {
  font-size: 23px;
  font-size: 2.3rem;
  color: #488329;
}
.link-grid div > a:hover {
  color: #073E10;
}
.lt-ie9 .link-grid > div {
  margin-bottom: 1.5em;
}

/*.shadowed {
	-webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.1));
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12,Color='#444')";
	filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.1));
	filter: url(shadow.svg#drop-shadow);
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}*/
#bigTriangleColor {
  fill: #ffffff;
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.1));
  filter: 'url(#dropshadow)';
}

.ticker-wrapper.has-js {
  margin: 0;
  background-color: transparent;
  color: white;
  height: auto;
  font-size: 16px;
  font-size: 1.6rem;
}
.ticker-wrapper.has-js .ticker-title {
  color: white;
  line-height: 1.5em;
}
.ticker-wrapper.has-js .ticker-content {
  padding-top: 0;
}
.ticker-wrapper.has-js .ticker-content a {
  color: white;
}

.ab-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.latest-news {
  background-color: #8B2C41;
  color: #ffffff;
  opacity: 0.7;
  z-index: 200;
}
.lt-ie9 .latest-news .wrapper, .lt-ie9 .latest-news .wrapper-header, .lt-ie9 .latest-news .wrapper-post, .lt-ie9 .latest-news .wrapper-wide, .lt-ie9 .latest-news .wrapper-news, .lt-ie9 .latest-news nav[role=navigation] ul, nav[role=navigation] .lt-ie9 .latest-news ul, .lt-ie9 .latest-news .tribe-events-single {
  padding: 0.5em 5%;
}
.lt-ie9 .latest-news .ticker {
  font-size: 10px;
  font-size: 1rem;
  height: auto;
}
.lt-ie9 .latest-news .ticker-content {
  font-size: 11.5px;
  font-size: 1.15rem;
}

.slogan {
  background-color: #8B2C41;
  color: #ffffff;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-height: 200px;
  padding: 1em 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.lt-ie9 .slogan {
  background-image: -webkit-linear-gradient( rgba(139, 44, 65, 0.55), rgba(139, 44, 65, 0.55)), url("../img/slogan-background/DSC_0583-Copy-300x199.jpg");
  background-image: linear-gradient( rgba(139, 44, 65, 0.55), rgba(139, 44, 65, 0.55)), url("../img/slogan-background/DSC_0583-Copy-300x199.jpg");
}
.lt-ie9 .slogan {
  background-image: -webkit-linear-gradient( rgba(139, 44, 65, 0.55), rgba(139, 44, 65, 0.55)), url("../img/slogan-background/DSC_0583-Copy-480x318.jpg");
  background-image: linear-gradient( rgba(139, 44, 65, 0.55), rgba(139, 44, 65, 0.55)), url("../img/slogan-background/DSC_0583-Copy-480x318.jpg");
}
.lt-ie9 .slogan {
  background-image: -webkit-linear-gradient( rgba(139, 44, 65, 0.55), rgba(139, 44, 65, 0.55)), url("../img/slogan-background/DSC_0583-Copy-768x509.jpg");
  background-image: linear-gradient( rgba(139, 44, 65, 0.55), rgba(139, 44, 65, 0.55)), url("../img/slogan-background/DSC_0583-Copy-768x509.jpg");
}
.lt-ie9 .slogan {
  background-image: -webkit-linear-gradient( rgba(139, 44, 65, 0.55), rgba(139, 44, 65, 0.55)), url("../img/slogan-background/DSC_0583-Copy-992x657.jpg");
  background-image: linear-gradient( rgba(139, 44, 65, 0.55), rgba(139, 44, 65, 0.55)), url("../img/slogan-background/DSC_0583-Copy-992x657.jpg");
}
.lt-ie9 .slogan {
  background-image: -webkit-linear-gradient( rgba(139, 44, 65, 0.55), rgba(139, 44, 65, 0.55)), url("../img/slogan-background/DSC_0583-Copy-1300x861.jpg");
  background-image: linear-gradient( rgba(139, 44, 65, 0.55), rgba(139, 44, 65, 0.55)), url("../img/slogan-background/DSC_0583-Copy-1300x861.jpg");
}
.slogan h2 {
  font-size: 24.8625px;
  font-size: 2.48625rem;
  line-height: 1.15384615;
  margin-bottom: 0.75em;
  margin: 0.85em 0;
}
.lt-ie9 .slogan h2 {
  font-size: 34.425px;
  font-size: 3.4425rem;
  line-height: 1.25;
}

footer[role="contentinfo"] {
  background-color: #41000E;
  color: #ffffff;
}
footer[role="contentinfo"] a {
  color: #ffffff;
}
footer[role="contentinfo"] a:hover {
  color: #93C478;
}
footer[role="contentinfo"] .copyright {
  text-align: center;
  border-top: 1px solid #8B2C41;
  color: #D17F91;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(-450deg, rgba(0, 0, 0, 0.2) 0, #ffffff 10px);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0, #ffffff 10px);
}
footer[role="contentinfo"] .copyright a {
  color: #8B2C41;
}
.lt-ie9 footer[role="contentinfo"] .grid > div {
  padding-top: 1em;
  padding-bottom: 1em;
}
footer[role="contentinfo"] .eltb-logo {
  margin: 0 auto;
  display: block;
  margin-top: 1em;
}
.lt-ie9 footer[role="contentinfo"] #menu-footer li {
  margin-bottom: 1em;
  width: 50%;
  float: left;
}
footer[role="contentinfo"] .phone-number {
  padding-bottom: 0.5em;
}
footer[role="contentinfo"] .grid {
  padding-bottom: 1.5em;
}
footer[role="contentinfo"] .grid > div > .fa {
  padding: 1em 0.25em;
}
footer[role="contentinfo"] .grid h4 {
  margin-bottom: 1em;
}

.subject-grid > div:nth-child(12n+1) .module h3, .subject-grid > div:nth-child(12n+1) .module .welcome p, .welcome .subject-grid > div:nth-child(12n+1) .module p, .subject-grid > div:nth-child(12n+1) .module .home-page-article .post-title, .home-page-article .subject-grid > div:nth-child(12n+1) .module .post-title, .subject-grid > div:nth-child(12n+1) .module .archive-page-article .post-title, .archive-page-article .subject-grid > div:nth-child(12n+1) .module .post-title {
  background: #1abc9c;
}

.subject-grid > div:nth-child(12n+2) .module h3, .subject-grid > div:nth-child(12n+2) .module .welcome p, .welcome .subject-grid > div:nth-child(12n+2) .module p, .subject-grid > div:nth-child(12n+2) .module .home-page-article .post-title, .home-page-article .subject-grid > div:nth-child(12n+2) .module .post-title, .subject-grid > div:nth-child(12n+2) .module .archive-page-article .post-title, .archive-page-article .subject-grid > div:nth-child(12n+2) .module .post-title {
  background: #f1c40f;
}

.subject-grid > div:nth-child(12n+3) .module h3, .subject-grid > div:nth-child(12n+3) .module .welcome p, .welcome .subject-grid > div:nth-child(12n+3) .module p, .subject-grid > div:nth-child(12n+3) .module .home-page-article .post-title, .home-page-article .subject-grid > div:nth-child(12n+3) .module .post-title, .subject-grid > div:nth-child(12n+3) .module .archive-page-article .post-title, .archive-page-article .subject-grid > div:nth-child(12n+3) .module .post-title {
  background: #3498db;
}

.subject-grid > div:nth-child(12n+4) .module h3, .subject-grid > div:nth-child(12n+4) .module .welcome p, .welcome .subject-grid > div:nth-child(12n+4) .module p, .subject-grid > div:nth-child(12n+4) .module .home-page-article .post-title, .home-page-article .subject-grid > div:nth-child(12n+4) .module .post-title, .subject-grid > div:nth-child(12n+4) .module .archive-page-article .post-title, .archive-page-article .subject-grid > div:nth-child(12n+4) .module .post-title {
  background: #e74c3c;
}

.subject-grid > div:nth-child(12n+5) .module h3, .subject-grid > div:nth-child(12n+5) .module .welcome p, .welcome .subject-grid > div:nth-child(12n+5) .module p, .subject-grid > div:nth-child(12n+5) .module .home-page-article .post-title, .home-page-article .subject-grid > div:nth-child(12n+5) .module .post-title, .subject-grid > div:nth-child(12n+5) .module .archive-page-article .post-title, .archive-page-article .subject-grid > div:nth-child(12n+5) .module .post-title {
  background: #9b59b6;
}

.subject-grid > div:nth-child(12n+6) .module h3, .subject-grid > div:nth-child(12n+6) .module .welcome p, .welcome .subject-grid > div:nth-child(12n+6) .module p, .subject-grid > div:nth-child(12n+6) .module .home-page-article .post-title, .home-page-article .subject-grid > div:nth-child(12n+6) .module .post-title, .subject-grid > div:nth-child(12n+6) .module .archive-page-article .post-title, .archive-page-article .subject-grid > div:nth-child(12n+6) .module .post-title {
  background: #34495e;
}

.subject-grid > div:nth-child(12n+7) .module h3, .subject-grid > div:nth-child(12n+7) .module .welcome p, .welcome .subject-grid > div:nth-child(12n+7) .module p, .subject-grid > div:nth-child(12n+7) .module .home-page-article .post-title, .home-page-article .subject-grid > div:nth-child(12n+7) .module .post-title, .subject-grid > div:nth-child(12n+7) .module .archive-page-article .post-title, .archive-page-article .subject-grid > div:nth-child(12n+7) .module .post-title {
  background: #2ecc71;
}

.subject-grid > div:nth-child(12n+8) .module h3, .subject-grid > div:nth-child(12n+8) .module .welcome p, .welcome .subject-grid > div:nth-child(12n+8) .module p, .subject-grid > div:nth-child(12n+8) .module .home-page-article .post-title, .home-page-article .subject-grid > div:nth-child(12n+8) .module .post-title, .subject-grid > div:nth-child(12n+8) .module .archive-page-article .post-title, .archive-page-article .subject-grid > div:nth-child(12n+8) .module .post-title {
  background: #e67e22;
}

.subject-grid > div:nth-child(12n+9) .module h3, .subject-grid > div:nth-child(12n+9) .module .welcome p, .welcome .subject-grid > div:nth-child(12n+9) .module p, .subject-grid > div:nth-child(12n+9) .module .home-page-article .post-title, .home-page-article .subject-grid > div:nth-child(12n+9) .module .post-title, .subject-grid > div:nth-child(12n+9) .module .archive-page-article .post-title, .archive-page-article .subject-grid > div:nth-child(12n+9) .module .post-title {
  background: #2980b9;
}

.subject-grid > div:nth-child(12n+10) .module h3, .subject-grid > div:nth-child(12n+10) .module .welcome p, .welcome .subject-grid > div:nth-child(12n+10) .module p, .subject-grid > div:nth-child(12n+10) .module .home-page-article .post-title, .home-page-article .subject-grid > div:nth-child(12n+10) .module .post-title, .subject-grid > div:nth-child(12n+10) .module .archive-page-article .post-title, .archive-page-article .subject-grid > div:nth-child(12n+10) .module .post-title {
  background: #c0392b;
}

.subject-grid > div:nth-child(12n+11) .module h3, .subject-grid > div:nth-child(12n+11) .module .welcome p, .welcome .subject-grid > div:nth-child(12n+11) .module p, .subject-grid > div:nth-child(12n+11) .module .home-page-article .post-title, .home-page-article .subject-grid > div:nth-child(12n+11) .module .post-title, .subject-grid > div:nth-child(12n+11) .module .archive-page-article .post-title, .archive-page-article .subject-grid > div:nth-child(12n+11) .module .post-title {
  background: #8e44ad;
}

.subject-grid > div:nth-child(12n+12) .module h3, .subject-grid > div:nth-child(12n+12) .module .welcome p, .welcome .subject-grid > div:nth-child(12n+12) .module p, .subject-grid > div:nth-child(12n+12) .module .home-page-article .post-title, .home-page-article .subject-grid > div:nth-child(12n+12) .module .post-title, .subject-grid > div:nth-child(12n+12) .module .archive-page-article .post-title, .archive-page-article .subject-grid > div:nth-child(12n+12) .module .post-title {
  background: #f39c12;
}

.subject-grid .module {
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
}
.subject-grid .module h3, .subject-grid .module .welcome p, .welcome .subject-grid .module p, .subject-grid .module .home-page-article .post-title, .home-page-article .subject-grid .module .post-title, .subject-grid .module .archive-page-article .post-title, .archive-page-article .subject-grid .module .post-title {
  height: 40px;
  -webkit-transition: height 0.3s linear 0s, opacity 0.3s linear 0s;
  -moz-transition: height 0.3s linear 0s, opacity 0.3s linear 0s;
  transition: height 0.3s linear 0s, opacity 0.3s linear 0s;
}
.subject-grid .module:hover h3, .subject-grid .module:hover .welcome p, .welcome .subject-grid .module:hover p, .subject-grid .module:hover .home-page-article .post-title, .home-page-article .subject-grid .module:hover .post-title, .subject-grid .module:hover .archive-page-article .post-title, .archive-page-article .subject-grid .module:hover .post-title, .subject-grid .module:active h3, .subject-grid .module:active .welcome p, .welcome .subject-grid .module:active p, .subject-grid .module:active .home-page-article .post-title, .home-page-article .subject-grid .module:active .post-title, .subject-grid .module:active .archive-page-article .post-title, .archive-page-article .subject-grid .module:active .post-title {
  height: 50%;
  opacity: 0.8;
}
.subject-grid .module:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* initial ratio of 1:1*/
}
.subject-grid img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subject-grid h3, .subject-grid .welcome p, .welcome .subject-grid p, .subject-grid .home-page-article .post-title, .home-page-article .subject-grid .post-title, .subject-grid .archive-page-article .post-title, .archive-page-article .subject-grid .post-title {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 0.25em;
  color: #ffffff;
}

.image-container {
  position: relative;
  height: 100px;
  overflow: hidden;
  background-position: center center;
  margin-bottom: 1em;
}
.lt-ie9 .image-container {
  height: 200px;
}

.attachment-large {
  position: absolute;
  width: 100%;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

.lt-ie9 .contact-grid [class^="col-"], .lt-ie9 .contact-grid [class*="col-"] {
  text-align: left;
}
.contact-grid [class^="col-"]:first-of-type, .contact-grid [class*="col-"]:first-of-type {
  margin-bottom: 1.5em;
}

.page-nav, .page-nav-left {
  background-color: #fbf4f6;
  border: 3px solid #757575;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1.5em;
  display: table;
  width: 100%;
}
.lt-ie9 .page-nav, .lt-ie9 .page-nav-left {
  float: left;
  width: 25%;
  margin-left: 5%;
}
.page-nav ul li, .page-nav-left ul li {
  border-bottom: 1px solid #757575;
  font-size: 16px;
  font-size: 1.6rem;
}
.lt-ie9 .page-nav ul li, .lt-ie9 .page-nav-left ul li {
  width: 33.33333%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border-right: 1px solid #757575;
}
.lt-ie9 .page-nav ul li, .lt-ie9 .page-nav-left ul li {
  width: 50%;
}
.lt-ie9 .page-nav ul li, .lt-ie9 .page-nav-left ul li {
  width: 100%;
}
.page-nav ul li.current_page_item a, .page-nav-left ul li.current_page_item a {
  font-weight: bold;
}
.page-nav ul li.current_page_item a:before, .page-nav-left ul li.current_page_item a:before {
  font-family: FontAwesome;
  content: "\f0a9";
  float: left;
  padding-right: 5px;
}
.page-nav ul li a, .page-nav-left ul li a {
  color: #488329;
  padding: 5px 5px 5px 10px;
  display: block;
}

.lt-ie9 .page-nav-left {
  margin-right: 5%;
  margin-left: 0;
}

.lt-ie9 .page-article {
  float: left;
  width: 70%;
}

.single .page-article:not(.home-page-article) .entry-content p:first-of-type,
.page .page-article:not(.home-page-article) .entry-content p:first-of-type,
.wrapper-post .entry-content p:first-of-type {
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
}
.lt-ie9 .single .page-article:not(.home-page-article) .entry-content p:first-of-type, .lt-ie9
.page .page-article:not(.home-page-article) .entry-content p:first-of-type, .lt-ie9
.wrapper-post .entry-content p:first-of-type {
  font-size: 20px;
  font-size: 2rem;
}
.single .page-article:not(.home-page-article) .entry-content li,
.page .page-article:not(.home-page-article) .entry-content li,
.wrapper-post .entry-content li {
  list-style: disc;
  margin-left: 5%;
  font-size: 18px;
  font-size: 1.8rem;
}
.single .page-article:not(.home-page-article) .entry-content blockquote,
.page .page-article:not(.home-page-article) .entry-content blockquote,
.wrapper-post .entry-content blockquote {
  background-color: #93C478;
}
.single .page-article:not(.home-page-article) .entry-content ul, .single .page-article:not(.home-page-article) .entry-content img,
.page .page-article:not(.home-page-article) .entry-content ul,
.page .page-article:not(.home-page-article) .entry-content img,
.wrapper-post .entry-content ul,
.wrapper-post .entry-content img {
  margin-bottom: 2em;
}

#disqus_thread {
  border-top: 2px solid #8B2C41;
}

.home-page-article > article, .archive-page-article > article {
  margin-bottom: 1em;
  min-height: 150px;
}
.lt-ie9 .home-page-article .post-image, .lt-ie9 .archive-page-article .post-image {
  display: none !important;
  visibility: hidden;
}
.lt-ie9 .home-page-article .post-image, .lt-ie9 .archive-page-article .post-image {
  width: 25%;
  float: left;
  margin-right: 10px;
}
.home-page-article .hentry, .archive-page-article .hentry {
  padding: 0;
}
.home-page-article .article-header, .home-page-article .entry-content, .archive-page-article .article-header, .archive-page-article .entry-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-page-article .post-title, .archive-page-article .post-title {
  margin-bottom: 0.5em;
}
.home-page-article .byline, .archive-page-article .byline {
  margin-bottom: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #488329;
}

#tribe-events-pg-template {
  padding: 2em 0;
}

.lt-ie9 .sn-scm-fixture-table-row {
  padding: 0;
}

.lt-ie9 .sn-scm-fixture-table-row .cell-date {
  display: block;
  width: 100%;
  position: inherit;
  text-align: center;
}

.lt-ie9 .sn-scm-fixture-table-row .cell-home, .lt-ie9 .sn-scm-fixture-table-row .cell-away {
  width: 40%;
}
.lt-ie9 .sn-scm-fixture-table-row .cell-home, .lt-ie9 .sn-scm-fixture-table-row .cell-away {
  width: 80%;
  text-align: left;
}

.lt-ie9 .sn-scm-fixture-table-row .cell-home-score, .lt-ie9 .sn-scm-fixture-table-row .cell-away-score {
  width: 10%;
}
.lt-ie9 .sn-scm-fixture-table-row .cell-home-score, .lt-ie9 .sn-scm-fixture-table-row .cell-away-score {
  float: right;
  width: 19.3%;
}

.lt-ie9 .sn-scm-fixture-single span {
  font-size: 16px;
}

.sn-scm-fixture-single .sn-scm-fixture-single-header-teams span span {
  display: table-cell;
  vertical-align: top !important;
}
.lt-ie9 .sn-scm-fixture-single .sn-scm-fixture-single-header-teams span span {
  display: inline-block;
}

.lt-ie9 .sn-scm-fixture-single .sn-scm-fixture-single-header-teams .team-left, .lt-ie9 .sn-scm-fixture-single .sn-scm-fixture-single-header-teams .team-right {
  width: 100%;
}

.lt-ie9 .sn-scm-fixture-single .sn-scm-fixture-single-header-teams {
  height: auto;
  overflow: auto;
}
.lt-ie9 .sn-scm-fixture-single .sn-scm-fixture-single-header-teams .team-name {
  float: left;
  text-align: left;
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lt-ie9 .sn-scm-fixture-single .sn-scm-fixture-single-header-teams .team-score {
  float: right;
  width: 20%;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page-article:not(.home-page-article) .entry-content li, .wrapper-post .entry-content li {
  margin-left: 1%;
}

.page-article:not(.home-page-article) .entry-content ul,
.page-article:not(.home-page-article) .entry-content img,
.wrapper-post .entry-content ul,
.wrapper-post .entry-content img {
  margin-bottom: 1em;
}

.static-img {
  display: block;
}

iframe {
  max-width: 100%;
}

/* From http://codepen.io/chriscoyier/full/kycDp */
.map-container {
  width: 100%;
  margin: 0 auto;
  height: 0;
  padding-top: 38%;
  position: relative;
  display: none;
  /* Hide for small screens */
}
.map-container iframe {
  width: 100%;
  height: 100%;
  /* had to specify height/width */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/* Medium Screens */
@media all and (min-width: 34.375em) {
  .map-container {
    display: block;
  }

  .static-img {
    display: none;
  }
}

/*# sourceMappingURL=lte-ie8.css.map */
