/* ============================================================
iSL Theme Starter CSS

Notes:
This file is an empty framework to start with commonly
used mixins and functions.
================
-
/* ------------------------------------------------------------
Imports
------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* ==|== Partials =============================== */
/* Micro-clearfix: h5bp.com/q */
.clearfix, .main-footer, .main-footer .footer-nav {
  *zoom: 1;
}
.clearfix:before, .main-footer:before, .main-footer .footer-nav:before, .clearfix:after, .main-footer:after, .main-footer .footer-nav:after {
  content: "";
  display: table;
}
.clearfix:after, .main-footer:after, .main-footer .footer-nav:after {
  clear: both;
}

/* Hiding elements */
.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /*
   * Extends the .visuallyhidden class to allow the element to be focusable
   * when navigated to via the keyboard: h5bp.com/p
   */
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* ------------------------------------------------------------
+Variables
------------------------------------------------------------ */
/* ------------------------------------------------------------
+Mixins
------------------------------------------------------------ */
/* ------------------------------------------------------------
+Extends
------------------------------------------------------------ */
.imageMaskHorizontal {
  display: block;
  overflow: hidden;
}
.imageMaskHorizontal img {
  position: relative;
  width: auto;
  max-width: none;
  left: 50%;
}

.container, .main-footer .wrapper {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

/* ------------------------------------------------------------
+Functions
------------------------------------------------------------ */
/* ------------------------------------------------------------
+General
------------------------------------------------------------ */
img {
  display: block;
  height: auto;
  width: auto;
}

input:focus, textarea:focus {
  outline: none;
}

form label {
  position: absolute;
}
form .field {
  position: relative;
}

img,
embed,
object,
video {
  max-width: 100%;
}

/* ------------------------------------------------------------
+Layout
------------------------------------------------------------ */
/* ------------------------------------------------------------
+Header
------------------------------------------------------------ */
/* ------------------------------------------------------------
+Footer
------------------------------------------------------------ */
.main-footer {
  background-color: white;
  border-top: 1px solid whitesmoke;
  padding: 20px 0;
  color: #535353;
  font-size: 0.9em;
  clear: both;
}
.main-footer a {
  color: #535353;
}
.main-footer nav {
  float: left;
}
.main-footer nav li {
  float: left;
  margin-left: 20px;
}
.main-footer p {
  float: right;
}

@media all and (max-width: 767px) {
  footer.main-footer {
    padding-top: 20px;
  }
  footer.main-footer .footer-nav {
    width: 100%;
    text-align: center;
  }
  footer.main-footer .footer-nav ul {
    margin-bottom: 20px;
  }
  footer.main-footer .footer-nav li {
    float: none;
    display: inline-block;
    margin: 0 1em;
  }
  footer.main-footer p {
    width: 100%;
    text-align: center;
  }
  footer.main-footer .full-copy {
    display: none;
  }
}
/* ------------------------------------------------------------
+ IE-specific 
------------------------------------------------------------ */
