/* Sass Document */
/* 
-----------------------------------------------------------------
--  SCSS Document:                                             --
--  File Name: _variable.scss                                  --
--                                                             --
--  File contains all the style component variables used       --
--  throughout the web site.                                   --
--                                                             --
--  Modification to try and force cache of css.                --
-----------------------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css?family=Oswald|Source+Sans+Pro");
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* 
-----------------------------------------------------------------
--  SCSS Document:                                             --
--  File Name: _base.scss                                      --
--                                                             --
--  File contains all the style components that override the   --
--  standard HTML tags.                                        --
--                                                             --
--  Note...                                                    --
--  The styling for the footer tag can be found in the footer  --
--  module.                                                    --
-----------------------------------------------------------------
*/
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875;
  color: #000000; }

@media (min-width: 768px) {
  body {
    font-size: 1rem; } }
.cursorPointer {
  cursor: pointer; }

/* 
-----------------------------------------------------------------
--  Standard Header tags                                       --
-----------------------------------------------------------------
*/
h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: #0E2747;
  padding: 5% 0% 5%; }

@media (min-width: 768px) {
  h1 {
    font-size: 2rem; } }
h2 {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  color: #7F8084; }

@media (min-width: 768px) {
  h2 {
    font-size: 1.625rem; } }
h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: bold; }

@media (min-width: 768px) {
  h3 {
    font-size: 1.375rem; } }
h4 {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  text-align: justify;
  margin-top: 0px; }

/* 
-----------------------------------------------------------------
--  Default Table styling                                      --
-----------------------------------------------------------------
*/
table {
  width: 100%; }

table, th, td {
  border: 1px solid #455874;
  border-collapse: collapse; }

th, td {
  padding: 5px;
  text-align: left; }

table tr:nth-child(even) {
  background-color: #FFFFFF; }

table tr:nth-child(odd) {
  background-color: #BFBFBF; }

table th {
  background-color: #455874;
  color: #FFFFFF;
  text-align: center; }

/* 
-----------------------------------------------------------------
--  Default Link styling                                       --
-----------------------------------------------------------------
*/
a {
  text-decoration: none; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

/* 
-----------------------------------------------------------------
--  SCSS Document:                                             --
--  File Name: _global.scss                                    --
--                                                             --
--  File contains all the style components that are used by    --
--  multiple modules.                                          --
-----------------------------------------------------------------
*/
/* 
-----------------------------------------------------------------
--  Text styling                                             --
-----------------------------------------------------------------
*/
.bodyCopyText {
  line-height: 2;
  text-align: justify; }

.textBold {
  font-weight: bold; }

.generalLinks {
  font-size: 1rem;
  color: #0E2747; }

.generalLinks a, a:link, a:visited {
  color: #0E2747;
  text-decoration: underline; }

.featureList {
  text-align: left; }

/* 
-----------------------------------------------------------------
--  Button styling                                             --
-----------------------------------------------------------------
*/
.actionBtn, .actionBtn:hover {
  border: solid 2px #0E2747;
  background-color: #0E2747;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem; }

.actionBtn:hover {
  background-color: #FFFFFF;
  color: #0E2747; }

/*
-----------------------------------------------------------------
--  Hero Image components.                                     --
-----------------------------------------------------------------
*/
.heroImg {
  padding-top: 0%;
  padding-bottom: 0%;
  width: 100%; }

/* 
-----------------------------------------------------------------
--  Section Colouring                                          --
-----------------------------------------------------------------
*/
.backgroundMidToneBlue {
  background-color: #455874;
  color: #FFFFFF; }

.backgroundLiteBlue {
  background-color: #BAC6D7;
  color: #000000; }

/* 
-----------------------------------------------------------------
--  Page summary text styling.                                 --
--  Used on all pages to summarize the page content.           --
-----------------------------------------------------------------
*/
.pageSummary, .missionStatement {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  margin: 0% 5% 5%;
  line-height: 1.5;
  text-align: center; }

@media (min-width: 768px) {
  .pageSummary, .missionStatement {
    font-size: 1.125rem; } }
@media (min-width: 992px) {
  .pageSummary, .missionStatement {
    font-size: 1.3rem; } }
/* 
-----------------------------------------------------------------
--  Creates a container area to display specific information.  --
--  The background colour of the container is set by the page  --
--  css as three different colours are used for containers.    --
-----------------------------------------------------------------
*/
.summaryContainer, .backgroundMidToneBlue, .backgroundLiteBlue {
  margin: 5% 0%;
  padding-top: 8%;
  padding-bottom: 8%;
  text-align: justify; }

/* 
-----------------------------------------------------------------
--  Creating spacing between sections.                         --
-----------------------------------------------------------------
*/
.spacerXSm {
  padding-top: 1%; }

.spacerSm {
  padding-top: 2%; }

.spacerMed {
  padding-top: 3%; }

.spacerLg {
  padding-top: 5%; }

.spacerXLg {
  padding-top: 8%; }

.spacerXXLg {
  padding-top: 15%; }

.spacerMobile {
  padding-top: 5%; }

@media (min-width: 768px) {
  .spacerMobile {
    padding-top: 0%; }

  .rightPadding {
    padding-right: 4%; }

  .leftPadding {
    padding-left: 4%; } }
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s; }

.slider:hover {
  opacity: 1; }

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url("../images/sliderControl.svg");
  cursor: pointer; }

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url("../images/sliderControl.svg");
  cursor: pointer; }

/* 
---------------------------------------------------------------------
--  SCSS Document:                                                 --
--  File Name: _navBar.scss                                        --
--                                                                 --
--  File contains all the style components used by the navigation  --
--  bar (at the top of each page.                                  --
---------------------------------------------------------------------
*/
.navbar {
  padding: 2% 2%;
  background-color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0%; }

@media (min-width: 768px) {
  .navbar {
    padding: 0% 3% 2%; } }
@media (min-width: 992px) {
  .navbar {
    padding: 0% 5% 2%; } }
@media (min-width: 1200px) {
  .navbar {
    padding: 0% 5%; } }
.navbar-nav {
  padding-top: 4%;
  color: #000000; }

.navbar li a {
  color: #000000; }

.navbar-default {
  border-bottom: none;
  background-color: #FFFFFF; }

.navbar-toggle {
  border: none; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #7F8084;
  background-color: #FFFFFF;
  text-decoration: underline #0ba7b4; }

.companyLogo {
  padding: 2% 2% 1%; }

/* 
-----------------------------------------------------------------
--  SCSS Document:                                             --
--  File Name: _footer.scss                                    --
--                                                             --
--  File contains all the style components used by the footer  --
--  (displayed on each page.                                   --
-----------------------------------------------------------------
*/
footer {
  background: url(../images/heroImages/footer.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 15%;
  padding: 5% 0% 2%;
  color: #FFFFFF;
  text-align: justify; }

footer a {
  color: #FFFFFF;
  text-decoration: none; }

footer a:link {
  color: #FFFFFF;
  text-decoration: none; }

footer a:visited {
  color: #FFFFFF;
  text-decoration: none; }

footer ul {
  list-style-type: none;
  padding-left: 0px; }

.footerHeader {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #BFBFBF;
  padding-bottom: 1%; }

.copyright {
  padding-top: 4%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  text-align: center; }

@media (min-width: 992px) {
  copyright {
    font-size: 0.875rem; } }
/* 
------------------------------------------------------------------
--  SCSS Document:                                              --
--  File Name: _homePage.scss                                   --
--                                                              --
--  File contains all the style components used by the "Home"   --
--  page.                                                       --
------------------------------------------------------------------
*/
header {
  background: url(../images/heroImages//heroImg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 0%;
  padding: 20% 0%;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  text-align: center; }

.companyName {
  font-size: 1.625rem;
  color: #FFFFFF; }

.companyDesc {
  font-size: 0.875rem;
  color: #7F8084; }

@media (min-width: 768px) {
  .companyName {
    font-size: 2rem; }

  .companyDesc {
    font-size: 1rem; } }
.missionStatement {
  margin: 15% 5%; }

@media (min-width: 768px) {
  .missionStatement {
    font-size: 1.125rem; } }
@media (min-width: 992px) {
  .missionStatement {
    font-size: 1.5rem; } }
/* 
-------------------------------------------------------------------------
--  SCSS Document:                                                     --
--  File Name: _products.scss                                          --
--                                                                     --
--  File contains all the style components used by the "Product"       --
--  pages.                                                             --
-------------------------------------------------------------------------
*/
#productSummaryPolymer li {
  line-height: 2; }

.productCard {
  background-color: #FFFFFF;
  box-shadow: 0 5px 35px rgba(50, 50, 93, 0.1), 0 0px 5px rgba(0, 0, 0, 0.07);
  padding: 10px 10px 10px 10px;
  cursor: pointer; }

.productCardSummary {
  background-color: #FFFFFF;
  box-shadow: 0 5px 35px rgba(50, 50, 93, 0.1), 0 0px 5px rgba(0, 0, 0, 0.07);
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  color: #0E2747;
  cursor: pointer; }

/*
@media (min-width: $mediaDeviceLaptop)  /* Small devices (landscape phones, 576px and up) *
{
	.productCardSummary
	{
		font-size: 1.125rem;
		color: $darkBlue;
	}
}
*/
.selectedCard {
  background-color: #0E2747;
  color: #FFFFFF; }

.productLabel {
  padding-top: 10%;
  padding-bottom: 10%; }

.productImg {
  width: 100%; }

/* 
-------------------------------------------------------------------------
--  SCSS Document:                                                     --
--  File Name: _newsEvents.scss                                        --
--                                                                     --
--  File contains all the style components used by the "News & Events" --
--  pages.                                                             --
-------------------------------------------------------------------------
*/
/* 
-----------------------------------------------------------------
-  Timeline components                                          -
-----------------------------------------------------------------
*/
.timelineDate {
  font-family: "Oswald", sans-serif;
  padding: 0% 0%;
  margin: 0% 0%; }

@media (min-width: 768px) {
  .timelineDate {
    font-size: 1.375;
    padding: 1.5% 0%; } }
@media (min-width: 992px) {
  .timelineDate {
    padding: 0% 0%; } }
/* Year Selected */
.newsEventsYear {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #7F8084;
  text-align: center; }

.newsEventsTimelineInstruction {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875rem;
  color: #7F8084;
  text-align: center; }

/* 
-------------------------------------------------------------------------
--  SCSS Document:                                                     --
--  File Name: _publications.scss                                      --
--                                                                     --
--  File contains all the style components used by the "Publications"  --
--  page.                                                              --
-------------------------------------------------------------------------
*/
.publicationTitle {
  font-family: "Oswald", sans-serif;
  color: #0E2747;
  padding-bottom: 1%; }

.publicationTitle a, a:link, a:visited {
  color: #0E2747;
  text-decoration: none; }

.publicationAuthors {
  font-style: italic;
  font-weight: bold;
  font-size: 0.875rem; }

.publicationDesc {
  text-align: justify;
  font-size: 0.875rem;
  line-height: 1.75; }

@media (min-width: 768px) {
  .publicationTitle {
    font-size: 1.125rem; }

  .publicationAuthors {
    font-size: 1rem; }

  .publicationDesc {
    font-size: 1rem; } }
/* 
-------------------------------------------------------------------------
--  SCSS Document:                                                     --
--  File Name: _contact.scss                                           --
--                                                                     --
--  File contains all the style components used by the "Contact"       --
--  page.                                                              --
-------------------------------------------------------------------------
*/
#contactForm label {
  display: block;
  margin: 0;
  font-size: 1.125rem;
  line-height: 2; }

#contactForm placeholder {
  display: block;
  margin: 0;
  font-size: 1rem;
  line-height: 1; }

#contactForm input {
  margin-bottom: 2%;
  width: 100%;
  color: #000000; }

#contactForm textarea {
  width: 100%;
  color: #000000; }

#contactForm select {
  width: 100%;
  color: #000000; }

#contactForm select option {
  width: 100%;
  color: #000000; }

.message-success {
  background: rgba(0, 255, 4, 0.1);
  font-weight: bold;
  padding: 3% 2%;
  margin-top: 0%;
  margin-bottom: 2%; }

.message-error {
  background: rgba(255, 0, 0, 0.1);
  font-weight: bold;
  padding: 3% 2%;
  margin-top: 0%;
  margin-bottom: 2%; }

.contactData {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
  color: #FFFFFF; }

@media (min-width: 992px) {
  .contactData {
    font-size: 1.125rem; } }
.directionsFrom {
  font-size: 1.375rem;
  font-weight: bold;
  color: #7F8084;
  padding: 5% 0% 1%; }

/* 
-------------------------------------------------------------------------
--  SCSS Document:                                                     --
--  File Name: _team.scss                                             --
--                                                                     --
--  File contains all the style components used by the "Team"          --
--  pages.                                                             --
-------------------------------------------------------------------------
*/
.bioImg {
  box-shadow: 0 5px 35px rgba(50, 50, 93, 0.1), 0 0px 5px rgba(0, 0, 0, 0.07);
  padding: 2%;
  width: 100%; }

.employeeName {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  text-align: center;
  font-weight: bold; }

.employeePosition {
  font-size: 1rem;
  text-align: center; }

@media (min-width: 768px) {
  .employeeName {
    font-size: 1.125rem; }

  .employeePosition {
    font-size: 1.125rem; } }
@media (min-width: 992px) {
  .employeeName {
    font-size: 1.5rem; }

  .employeePosition {
    font-size: 1.125rem; } }
/* 
-------------------------------------------------------------------------
--  SCSS Document:                                                     --
--  File Name: _careers.scss                                           --
--                                                                     --
--  File contains all the style components used by the "Careers"       --
--  page.                                                              --
-------------------------------------------------------------------------
*/
.careersList {
  font-size: 1rem; }

@media (min-width: 768px) {
  .careersList {
    font-size: 1.125rem; } }
.careersList ul {
  padding-left: 7%; }

@media (min-width: 768px) {
  .careersList ul {
    line-height: 3; } }
.careersList li {
  list-style-type: none; }
