/* @less partials */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
iframe {
  border: none;
}
::selection {
  background-color: #555553;
  color: white;
}
::-moz-selection {
  background-color: #555553;
  color: white;
}
.ready {
  display: none;
}
body {
  font-size: 14px;
  line-height: 22px;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Frutiger Neue W01 Book';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  color: #555553;
  overflow-x: hidden;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  body {
    font-size: 13px;
    line-height: 18px;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 13px;
    line-height: 18px;
  }
}
/* @group Typography */
a {
  color: #555553;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #434341;
  text-decoration: none;
}
p:last-child {
  margin-bottom: 0px;
}
small,
.small {
  font-size: 82%;
}
small p,
.small p,
small li,
.small li,
small article,
.small article {
  line-height: 1.5em;
}
b,
strong {
  font-weight: normal;
  font-family: 'Frutiger Neue W01 Md';
}
b em,
strong em {
  font-style: normal;
  font-family: 'Frutiger Neue W01 Md It';
}
.intro {
  margin-bottom: 1.5rem;
}
h1,
h2,
h3,
h4,
h5 {
  color: #555553;
  font-variant: normal;
  font-style: normal;
  font-weight: normal;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #555553;
}
.HeroText {
  font-size: 1.1em;
  line-height: 1.5em;
}
h1 {
  font-size: 2.4em;
  line-height: 1.2em;
  font-family: 'Frutiger Neue W01 Light';
  margin-bottom: 1rem;
}
h2 {
  font-family: 'Frutiger Neue W01 Light';
  margin-bottom: 0.6rem !important;
  font-size: 1.8em;
  line-height: 1.2em;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  h1#fittext1 {
    line-height: 1.1em !important;
  }
}
h3 {
  font-size: 1.25em;
  line-height: 1.23em;
  margin-top: 1.5rem;
  margin-bottom: 0.4em;
  font-family: 'FrutigerNeueW01-Regular';
}
h4,
h5 {
  font-size: 1.15em;
  line-height: 1.2em;
  margin-top: 1rem;
  margin-bottom: 0.3rem;
  font-family: 'Frutiger Neue W01 Book';
}
h6 {
  margin-top: 1.5rem;
}
/* @group Images */
.fullwidth,
.full-width {
  width: 100%;
  height: auto;
}
/* @end */
/* @group Lost password */
#BootstrapMemberLoginForm_LostPasswordForm label {
  font-weight: normal;
  margin-top: 0.5rem;
}
#BootstrapMemberLoginForm_LostPasswordForm input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* @end */
button#BootstrapMemberLoginForm_LostPasswordForm_action_forgotPassword {
  background-color: #555553 !important;
  padding-top: 0.5rem;
}
button#BootstrapMemberLoginForm_LostPasswordForm_action_forgotPassword:hover,
button#BootstrapMemberLoginForm_LostPasswordForm_action_forgotPassword:active {
  color: white!important;
  background-color: #3b3b3a !important;
}
/* @group Testimonials Holder */
blockquote {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 1.15em;
  line-height: 1.4em;
  padding-top: 0.25rem;
}
blockquote p {
  font-size: 1.4em;
  line-height: 1.25em;
}
cite {
  margin-bottom: 0px!important;
  margin-top: 0.85rem;
  display: block;
  font-style: normal!important;
  font-size: 0.85em !important;
}
/* @end */
/* @group Widgets */
.WidgetHolder {
  margin-bottom: 30px;
  padding: 8px 0 0;
  /* Select styling */
  /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
}
.WidgetHolder .BlogTagsWidget li {
  border-bottom: none;
  display: inline;
}
.WidgetHolder ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.WidgetHolder ul li {
  list-style: none;
  border-bottom: 1px solid #a19f9f;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
}
.WidgetHolder ul li.last,
.WidgetHolder ul li:last-child {
  border-bottom: none;
}
.WidgetHolder h4 {
  margin-top: 0px!important;
  margin-bottom: 0.4rem;
}
.WidgetHolder blockquote {
  margin-bottom: 0.8rem;
  font-size: 100%;
  border-left-color: #a19f9f;
  padding-top: 0px;
  font-size: 1.1em;
  line-height: 1.3em;
  padding-bottom: 0px;
  font-style: italic;
}
.WidgetHolder blockquote:before {
  color: #ccc;
  content: open-quote;
  font: 4em Georgia, "Times New Roman", Times, serif;
  line-height: 0.1em;
  margin-right: 0.1rem;
  vertical-align: -0.4em;
}
.WidgetHolder cite {
  margin-bottom: 0px!important;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}
.WidgetHolder select {
  font-weight: 400;
  font-size: 1em;
  padding: 0.6rem;
  width: 100%;
  margin: 0;
  border: 1px solid #dadada;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: url(images/down-arrow.png) right 6px no-repeat #EEEEEE;
  background-size: 24px 24px;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: white;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .WidgetHolder select {
    padding-right: 1rem;
  }
}
.WidgetHolder.firstWidget {
  margin-top: 0rem!important;
  padding-top: 0px!important;
}
/* @end */
/* @group File type icons */
a[href$='.zip'],
a[href$='.rar'],
a[href$='.gzip'] {
  background: url(images/icons/zip.png) center top no-repeat transparent;
  display: inline-block;
  padding-left: 1rem;
  line-height: 1.5em;
}
a[href$='.pdf'] {
  background: transparent url(images/icons/pdf.png) center left no-repeat;
  display: inline-block;
  padding-left: 1rem;
  line-height: 1.5em;
}
a[href$='.ppt'],
a[href$='.pptx'] {
  background: transparent url(images/icons/ppt.png) center left no-repeat;
  display: inline-block;
  padding-left: 1rem;
  line-height: 1.5em;
}
a[href$='.doc'],
a[href$='.docx'] {
  background: transparent url(images/icons/doc.png) center left no-repeat;
  display: inline-block;
  padding-left: 1rem;
  line-height: 1.5em;
}
a[href$='.xls'],
a[href$='.xlsx'] {
  background: transparent url(images/icons/xls.png) center left no-repeat;
  display: inline-block;
  padding-left: 1rem;
  line-height: 1.5em;
}
/* 1.25 dpr */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  a[href$='.zip'],
  a[href$='.rar'],
  a[href$='.gzip'] {
    background: transparent url(images/icons/zipx2.png) center left no-repeat;
    display: inline-block;
    padding-left: 1rem;
    line-height: 1.5em;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 32px 16px;
    -o-background-size: 32px 16px;
    background-size: 16px 16px;
  }
  a[href$='.pdf'] {
    background: transparent url(images/icons/pdfx2.png) center left no-repeat;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 32px 16px;
    -o-background-size: 32px 16px;
    background-size: 16px 16px;
  }
  a[href$='.ppt'],
  a[href$='.pptx'] {
    background: transparent url(images/icons/pptx2.png) center left no-repeat;
    display: inline-block;
    padding-left: 1rem;
    line-height: 1.5em;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 32px 16px;
    -o-background-size: 32px 16px;
    background-size: 16px 16px;
  }
  a[href$='.doc'],
  a[href$='.docx'] {
    background: transparent url(images/icons/docx2.png) center left no-repeat;
    display: inline-block;
    padding-left: 1rem;
    line-height: 1.5em;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 32px 16px;
    -o-background-size: 32px 16px;
    background-size: 16px 16px;
  }
  a[href$='.xls'],
  a[href$='.xlsx'] {
    background: transparent url(images/icons/xlsx2.png) center left no-repeat;
    display: inline-block;
    padding-left: 1rem;
    line-height: 1.5em;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 32px 16px;
    -o-background-size: 32px 16px;
    background-size: 16px 16px;
  }
}
/* 1.3 dpr */
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
  /* Retina-specific stuff here */
}
/* 1.5 dpr */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* Retina-specific stuff here */
}
/* @end */
/* @group DMS */
.downloadsWrap {
  margin-top: 1rem;
}
ul.download {
  padding-left: 0px;
}
.download li {
  margin-bottom: 0px;
  border-bottom: 1px solid #a19f9f;
  list-style: none;
  line-height: 2.1em;
  padding-top: 0.5rem;
  padding-left: 0.25rem;
  padding-bottom: 0.5rem;
}
.download li span {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  font-size: 83%;
}
.download li p {
  margin-top: 0px!important;
}
.download .last {
  border-bottom: none;
}
.download .first {
  padding-top: 0px;
}
.download img.fileType {
  width: 14px!important;
  float: left;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}
/* @end */
/* @end */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.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:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=typography.css.map */