/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
DEFAULTS
*********************/
.mobile {
  display: none;
}
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
/*********************
COLORS
*********************/
/*********************
SHADOWS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*declare in body*/
/*overrides*/
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.google {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
.fa {
  font-family: 'FontAwesome';
}
.placeholder::-webkit-input-placeholder {
  color: #767676;
}
.placeholder::-moz-placeholder {
  color: #767676;
}
.placeholder:-moz-placeholder {
  color: #767676;
}
.placeholder:-ms-input-placeholder {
  color: #767676;
}
/*********************
ZINDEX
*********************/
/*********************
BORDER RADIUS
*********************/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
.skew {
  height: 0px;
  background: transparent;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.skew:after {
  content: "";
  position: absolute;
  left: -10px;
  width: 50%;
  height: 20px;
  top: 0;
  background-color: #fff;
  -webkit-transform: skew(44deg);
  -moz-transform: skew(44deg);
  -o-transform: skew(44deg);
  -ms-transform: skew(44deg);
  transform: skew(44deg);
}
.skew:before {
  content: "";
  position: absolute;
  right: -10px;
  width: 50%;
  height: 20px;
  top: 0;
  background-color: #fff;
  -webkit-transform: skew(-44deg);
  -moz-transform: skew(-44deg);
  -o-transform: skew(-44deg);
  -ms-transform: skew(-44deg);
  transform: skew(-44deg);
}
.arrow-bottom {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
}
.arrow-top {
  content: '';
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
}
.grow {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
@media print {
  a:link,
  a:visited {
    /* underline all links */
    text-decoration: underline !important;
  }
  p,
  ul,
  ol,
  table,
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin-bottom: 16px;
  }
  #site-name a:link,
  #site-name a:visited {
    /* Don't underline header */
    text-decoration: none !important;
  }
  #content a[href]:after {
    /* Add visible URL after links. */
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    /* Only display useful links. */
    content: "";
  }
  #content abbr[title]:after {
    /* Add visible title after abbreviations. */
    content: " (" attr(title) ")";
  }
  #content {
    /* Un-float the content */
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .container {
    padding: 0;
  }
  body,
  #page,
  #main,
  #content {
    /* Turn off any background colors or images */
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .sidebar_first,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .flex-control-nav,
  .flex-control-paging,
  .flex-direction-nav,
  .breadcrumb-wrapper,
  .breadcrumbs-wrapper,
  .view .view-filters,
  #site-footer,
  .feed-icons {
    /* Hide sidebars and nav elements */
    visibility: hidden;
    display: none;
  }
  #header {
    background: #fff;
    box-shadow: none;
    position: relative;
  }
  #header.shrunk {
    position: relative !important;
  }
  #header #top-nav {
    display: none;
  }
  #header .nav-wrap {
    display: none;
  }
  .front #main .emergencies {
    background: transparent !important;
    color: #000 !important;
    text-align: left;
  }
  .front #main .emergencies h5 {
    color: #000 !important;
  }
  .front #main .flex-viewport:before {
    height: 0;
    width: 0;
    background-color: transparent;
  }
  .front #main .quicklinks-wrapper {
    padding: 0 !important;
    background: transparent !important;
  }
  .front #main .quicklinks-wrapper:after {
    display: none;
  }
  .front #main .quicklinks-wrapper ul > li.quicklink-item {
    float: left !important;
    width: 100% !important;
    border-left: 0 !important;
    min-height: 0 !important;
    margin-bottom: 16px;
  }
  .front #main .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper {
    max-width: none;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .front #main .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-icon {
    display: none;
  }
  .front #main .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-title {
    font-size: 24px;
  }
  .front #main .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-body {
    height: auto;
    margin-bottom: 16px;
  }
  .front #main .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-button {
    padding: 0;
  }
  .front #main .quicklinks-wrapper ul > li.quicklink-item .quicklink-wrapper .quicklink-button .button {
    float: left;
    width: auto;
  }
  .front #main .region-twitter {
    padding: 16px 0;
  }
  .front #main .region-twitter .title {
    text-align: left;
  }
  .front #main .region-twitter .item-list > ul > li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 16px 0;
  }
  .front #main .region-twitter:after {
    display: none;
  }
  .not-front #main {
    margin-top: 0;
  }
  .not-front #main.shrunk {
    margin-top: 0 !important;
  }
  .not-front #main #page-title {
    margin: 16px 0;
  }
  .not-front #main .container #content .page-content {
    border-left: 0;
    padding: 0 !important;
    width: 100% !important;
    float: left !important;
  }
  .not-front #main .container #content .page-content:before {
    display: none;
  }
}
/* End @media print */
