/*!
 * Theme Name: Precision 2000
 * Author: Chris Burns @ Burns Creative Ltd
 * Author URI: https://burns-creative.com
 * Version: 1.0
 */
/*
|--------------------------------------------------------------------------
| $CLEARFIX
|--------------------------------------------------------------------------
*/
/**
 * Contain floats within an element
 *
 * @link http://nicolasgallagher.com/micro-clearfix-hack/
 *
 * 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 are clearfixed.
 * 2. The use of 'table' rather than 'block' is only necessary if using
 *    ':before' to contain the top-margins of child elements.
 */
.grid:before, #gform_fields_1:before, .box:before, .media:before, .grid:after, #gform_fields_1:after, .box:after, .media:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.grid:after, #gform_fields_1:after, .box:after, .media:after {
  clear: both;
}

/*
|--------------------------------------------------------------------------
| $NORMALIZE
|--------------------------------------------------------------------------
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  height: 100%;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  border: none;
  color: #A6CBEC;
  background-color: #A6CBEC;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 1px;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  border: none;
  /* 3 */
}

input {
  height: 3em;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 5px 0 px 5px 0px;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
|--------------------------------------------------------------------------
| $MEDIA
|--------------------------------------------------------------------------
*/
img {
  /*
    max-height: 100%;
    height: auto;
    max-width: 100%;
  */
  max-width: 100%;
  display: block;
  height: auto;
}
img .center {
  margin: 0 auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
|--------------------------------------------------------------------------
| Variables 
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| $CLEARFIX
|--------------------------------------------------------------------------
*/
/**
 * Contain floats within an element
 *
 * @link http://nicolasgallagher.com/micro-clearfix-hack/
 *
 * 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 are clearfixed.
 * 2. The use of 'table' rather than 'block' is only necessary if using
 *    ':before' to contain the top-margins of child elements.
 */
.grid:before, #gform_fields_1:before, .box:before, .media:before, .grid:after, #gform_fields_1:after, .box:after, .media:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.grid:after, #gform_fields_1:after, .box:after, .media:after {
  clear: both;
}

/*
|--------------------------------------------------------------------------
| $NORMALIZE
|--------------------------------------------------------------------------
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  height: 100%;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  border: none;
  color: #A6CBEC;
  background-color: #A6CBEC;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 1px;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  border: none;
  /* 3 */
}

input {
  height: 3em;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 5px 0 px 5px 0px;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'Saira Condensed', sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@700&display=swap");
  font-weight: bold;
}
header {
  width: 100%;
}
header .mainbar {
  width: 100%;
  overflow: auto;
}

.jumbotron {
  width: 100%;
  background-color: #2E2E2E;
  background-image: url("assets/img/jumbotron-background-1.jpg");
  height: 500px;
  background-size: cover;
  background-position: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.jumbotron .jumbotron-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  color: white;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5, .jumbotron h6 {
  color: #ec0029;
  font-weight: bold;
}
.jumbotron h1 .alt-header, .jumbotron h2 .alt-header, .jumbotron h3 .alt-header, .jumbotron h4 .alt-header, .jumbotron h5 .alt-header, .jumbotron h6 .alt-header {
  color: white;
}
.jumbotron h1 .jumbo-home-intro, .jumbotron h2 .jumbo-home-intro, .jumbotron h3 .jumbo-home-intro, .jumbotron h4 .jumbo-home-intro, .jumbotron h5 .jumbo-home-intro, .jumbotron h6 .jumbo-home-intro {
  font-size: 1rem;
  font-weight: 100;
  color: white;
}
.jumbotron h1.job-description, .jumbotron h2.job-description {
  text-align: left;
  width: 100%;
  margin: 0;
}

.jumbotron-mini {
  max-height: 350px;
}

.jumbo-search-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: 'Poppins', sans-serif;
  background: url("../images/Searchs_130.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 15px;
}
.jumbo-search-form form {
  width: 100%;
  max-width: 790px;
}
.jumbo-search-form form .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 34px;
  overflow: hidden;
  margin-bottom: 30px;
}
.jumbo-search-form form .inner-form .input-field {
  height: 68px;
}
.jumbo-search-form form .inner-form .input-field input {
  height: 100%;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
}
.jumbo-search-form form .inner-form .input-field input.placeholder, .jumbo-search-form form .inner-form .input-field input:-moz-placeholder, .jumbo-search-form form .inner-form .input-field input::-moz-placeholder {
  color: #222;
  font-size: 16px;
}
.jumbo-search-form form .inner-form .input-field input:hover, .jumbo-search-form form .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
.jumbo-search-form form .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: white;
}
.jumbo-search-form form .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.jumbo-search-form form .inner-form .input-field.first-wrap .svg-wrapper {
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.jumbo-search-form form .inner-form .input-field.first-wrap svg {
  width: 36px;
  height: 36px;
  fill: #ec0029;
}
.jumbo-search-form form .inner-form .input-field.second-wrap {
  min-width: 216px;
}
.jumbo-search-form form .inner-form .input-field.second-wrap .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #ec0029;
  transition: all .2s ease-out, color .2s ease-out;
  font-weight: 300;
}
.jumbo-search-form form .inner-form .input-field.second-wrap .btn-search:hover {
  background: #ec0029;
}
.jumbo-search-form form .inner-form .input-field.second-wrap .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
.jumbo-search-form form .info {
  font-size: 15px;
  color: #ccc;
  padding-left: 26px;
}

@media screen and (max-width: 992px) {
  .jumbo-search-form form .inner-form .input-field {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .jumbo-search-form form .inner-form .input-field.first-wrap .svg-wrapper {
    min-width: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 10px;
  }

  .jumbo-search-form form .inner-form .input-field.first-wrap svg {
    width: 26px;
    height: 26px;
    fill: #222;
  }

  .jumbo-search-form form .inner-form .input-field.second-wrap {
    min-width: 100px;
  }

  .jumbo-search-form form .inner-form .input-field.second-wrap .btn-search {
    font-size: 13px;
  }
}
footer {
  background-color: #05121c;
  color: white;
  position: relative;
  margin-top: calc(4 * 1rem);
  -ms-flex-pack: center;
      justify-content: center;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: white;
}
footer ul {
  list-style: none;
  /* Remove default bullets */
  padding: 0;
}
footer li a {
  color: white;
}
footer .fa-phone, footer .fa-envelope {
  color: #ec0029;
}
footer a.footer-contact {
  color: white;
  text-decoration: underline;
}
footer li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ec0029;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
footer ::after {
  content: '';
  height: 50px;
  width: 50px;
  position: absolute;
  background-image: url(assets/img/divider-white.svg);
  background-repeat: none;
  bottom: -25px;
  left: 10%;
  transform: rotate(45deg);
}

@media screen and (min-width: 769px) {
  footer {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  footer .bottom-bar {
    padding: 0;
  }
  footer .end-tablet {
    margin-top: 0;
  }
}
/*
|--------------------------------------------------------------------------
| $TYPOGRAPHY
|--------------------------------------------------------------------------
*/
.Sub_Contract__Engineering_Specialists {
  font-size: 72px;
  font-family: "Saira Condensed";
  color: #ec0029;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  position: absolute;
  left: 655.125px;
  top: 324.532px;
  z-index: 120;
}

html {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  font-family: "Saira Condensed", sans-serif;
  font-weight: bold;
  color: #05121c;
  text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  color: #05121c;
}

h1 {
  font-size: 4rem;
  line-height: 110%;
  margin: 2.1rem 0 1.68rem 0;
}

h2 {
  font-size: 3rem;
  line-height: 110%;
  margin: 1.78rem 0 1.424rem 0;
}

h3 {
  font-size: 2rem;
  line-height: 110%;
  margin: 1.46rem 0 1.168rem 0;
}

h4 {
  font-size: 1.6rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0;
}

h5 {
  font-size: 1.4rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0;
}

h6 {
  font-size: 1.2rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 400;
}

small {
  font-size: 75%;
}

hr {
  height: 1px !important;
  width: 100% !important;
}

.right-align {
  text-align: right;
}

.center-align {
  text-align: center;
}

.left-align {
  text-align: left;
}

a {
  color: #ec0029;
  text-decoration: none;
}
a:hover, a:active, a:visited {
  color: #ec0029;
}

.the_content ul {
  list-style: none;
  /* Remove default bullets */
}
.the_content ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

html {
  background-color: #e5e4ef;
}

.content {
  padding-top: calc(4 * 1rem);
  position: relative;
}
.content .bird {
  position: absolute;
  top: 20%;
  bottom: 10%;
  left: 0%;
  max-width: calc(50% - (2*1rem));
  max-height: 100%;
  overflow: hidden;
  z-index: -1;
}

.content-spacer {
  padding-top: calc(4 * 1rem) !important;
}

.content-alt {
  background-color: #e5e4ef;
  padding: 4rem 0;
}
.content-alt .card-container {
  background: white !important;
  -ms-flex: 1;
      flex: 1;
}

.content-divider {
  background: linear-gradient(45deg, #ec0029, #ec0029);
  color: white;
  padding: 4rem 0;
  position: relative;
  margin-top: 4rem;
}
.content-divider h2 {
  color: white;
}
.content-divider img.content-divider-img {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: -10%;
  max-width: calc(50% - (2*1rem));
  max-height: 80%;
  overflow: hidden;
}
.content-divider .bold {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

.stats {
  width: 100%;
  text-align: center;
  margin-bottom: calc(2* 1rem);
  font-weight: bold;
}

.stats-intro {
  width: 100%;
  margin-bottom: calc(2* 1rem);
  text-align: center;
}

.card {
  width: calc(100% - (2*1rem));
  border-radius: 3px;
  margin: 0 0 1rem 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.card h5 {
  color: #ec0029;
}
.card img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card .card-container {
  background: #e5e4ef;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 3px solid #ec0029;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.card .card-container h4 {
  text-decoration: none !important;
}
.card .card-container a {
  color: #ec0029;
  text-decoration: underline;
}
.card .card-container a.btn {
  color: white;
}
.card.card-highlight, .card .card-highlight {
  background: linear-gradient(45deg, #ec0029, #ec0029);
  color: white;
  padding: 1rem;
}
.card.card-highlight h1, .card.card-highlight h2, .card.card-highlight h3, .card.card-highlight h4, .card.card-highlight h5, .card.card-highlight h6, .card .card-highlight h1, .card .card-highlight h2, .card .card-highlight h3, .card .card-highlight h4, .card .card-highlight h5, .card .card-highlight h6 {
  color: white;
  margin-top: 0;
}
.card .highlight-btns {
  margin-top: auto;
}

.profile-summary {
  width: calc(50% - (2*1rem));
}
.profile-summary h4 {
  text-align: center;
  color: #ec0029;
  margin-bottom: 0;
}
.profile-summary h5 {
  text-align: center;
  font-weight: bold;
  margin-top: 0.5rem;
}

.profile {
  background-color: white;
  border-radius: 1rem;
  padding: 1rem;
}

.timeline {
  background: white;
  color: black;
  border-radius: 1rem;
  padding: 1rem;
  text-align: left !important;
  z-index: 1;
  margin: 1rem;
  -ms-flex-direction: column;
      flex-direction: column;
}
.timeline:nth-child(2) {
  -ms-flex-order: 1;
      order: 1;
}
.timeline:nth-child(4) {
  -ms-flex-order: 3;
      order: 3;
}
.timeline:nth-child(6) {
  -ms-flex-order: 5;
      order: 5;
}
.timeline:nth-child(13) {
  -ms-flex-order: 2;
      order: 2;
}
.timeline:nth-child(15) {
  -ms-flex-order: 4;
      order: 4;
}

.timeline-line {
  position: relative;
  height: 2px;
  display: block;
  background-color: white;
  width: 20%;
  margin: 1rem 0 !important;
  display: none;
}
.timeline-line .timeline-img {
  position: absolute;
  top: -1rem;
  left: calc(50% - 1rem);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: white;
  display: -ms-flexbox;
  display: flex;
}

.key-info-icon {
  margin-bottom: calc(2* 1rem);
  width: calc(50% - (2*1rem));
}
.key-info-icon img {
  width: calc(((100%/12)*11) - (2*1rem));
  margin: 0 auto;
}
.key-info-icon span {
  float: left;
  padding: 1rem;
}

.contact-details {
  margin: 0 !important;
  padding: 0.5rem 0;
  color: #e42f28;
}
.contact-details .contact-details-black {
  color: black;
}

.job-ref {
  text-align: right;
  color: grey;
  font-size: 80%;
}

@media screen and (min-width: 769px) {
  .card {
    width: calc((100%/3) - (2*1rem));
  }

  .stats {
    width: calc(25% - (2*1rem));
    margin-bottom: 0;
  }

  .profile-summary {
    width: calc(25% - (2*1rem));
  }

  .timeline {
    margin: 1rem;
    -ms-flex-order: unset !important;
        order: unset !important;
  }

  .timeline-line {
    display: block;
  }

  .profile {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 1251px) {
  .key-info-icon {
    width: calc(20% - (2*1rem));
  }

  .profile {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
}
ul.contact {
  padding: 0;
}
ul.contact li {
  list-style: none;
  margin-bottom: 1rem;
}

.svg-inline--fa {
  margin-right: 1rem;
}

.btn, a.btn {
  padding: calc( 0.5 * 1rem) calc( 2 * 1rem);
  border-radius: 3rem;
  background-color: #ec0029;
  color: white;
  border: 1px solid white;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in;
  text-decoration: none !important;
}
.btn.btn-secondary, a.btn.btn-secondary {
  background-color: white;
  color: #ec0029;
}
.btn.btn-secondary:hover, a.btn.btn-secondary:hover {
  background-color: #ec0029;
  color: white;
  border: 1px solid white;
}
.btn.btn-transparent, a.btn.btn-transparent {
  background-color: transparent;
}
.btn.btn-transparent:hover, a.btn.btn-transparent:hover {
  color: #ec0029;
  background: white;
}
.btn:hover, a.btn:hover {
  color: #ec0029;
  background: white;
}
.btn:hover.btn-content, a.btn:hover.btn-content {
  border: 1px solid #ec0029;
  color: #ec0029;
}

@media screen and (max-width: 768px) {
  .btn, a.btn {
    margin-bottom: 1rem;
  }
}
.navbar {
  font-size: 18px;
}

.main-nav {
  list-style-type: none;
  display: none;
}

.nav-links,
.logo,
.main-nav li a {
  text-decoration: none;
  color: black;
}

.main-nav li {
  text-align: center;
  margin: 15px auto;
}

.logo {
  display: block;
  font-size: 22px;
  margin: calc(2 * 1rem) 0;
  width: 250px;
}

.navbar-toggle {
  position: absolute;
  top: 4rem;
  right: 20px;
  cursor: pointer;
  color: black;
  font-size: 24px;
}

.active {
  display: block;
}

.subnav {
  margin-top: 0 !important;
}
.subnav > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.subnav > ul ul {
  list-style-type: none;
  padding: 0;
}
.subnav > ul ul li {
  border-bottom: 0.5px solid #e5e4ef;
}
.subnav > ul ul li a {
  color: #e5e4ef;
  text-decoration: none;
  width: 100%;
  margin: 1rem 0;
  display: block;
  transition: all 0.2s ease-in;
}
.subnav > ul ul li:hover {
  border-bottom: 0.5px solid #ec0029;
}

@media screen and (min-width: 768px) {
  .navbar-toggle {
    top: 5.5rem;
  }
}
@media screen and (min-width: 1250px) {
  .navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 0;
    -ms-flex-align: center;
        align-items: center;
  }

  .main-nav {
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .main-nav li {
    margin: 0;
  }

  .nav-links, .main-nav li a {
    margin-left: 40px;
  }
  .nav-links:hover, .main-nav li a:hover {
    border-bottom: 1px solid #ec0029;
  }

  .navbar-toggle {
    display: none;
  }

  .logo:hover,
  .nav-links:hover {
    color: black;
  }
}
.gform_wrapper input[type="submit" i] {
  background-color: #ec0029;
  color: white;
}
.gform_wrapper .input-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
}
.gform_wrapper .button-container {
  display: -ms-flexbox;
  display: flex;
  width: calc(((100%/6)*5) - (2*1rem));
  margin-left: calc((100%/6) - (2*1rem));
}
.gform_wrapper label {
  width: calc(100% - (2*1rem));
  display: block;
}
.gform_wrapper input[type="email"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea, .gform_wrapper select {
  background-color: #e5e4ef;
  border: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  outline: none;
  padding: calc(1rem / 2);
  transition: all 0.5s;
  margin: 1rem 0;
  padding: 1rem;
}
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="date"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="search"]:focus,
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper input[type="password"]:focus,
.gform_wrapper textarea:focus, .gform_wrapper select:focus {
  background-color: #e5e4ef;
}
.gform_wrapper input[type="email"]:required,
.gform_wrapper input[type="date"]:required,
.gform_wrapper input[type="number"]:required,
.gform_wrapper input[type="search"]:required,
.gform_wrapper input[type="text"]:required,
.gform_wrapper input[type="tel"]:required,
.gform_wrapper input[type="url"]:required,
.gform_wrapper input[type="password"]:required,
.gform_wrapper textarea:required, .gform_wrapper select:required {
  border: 1px solid rgba(229, 228, 239, 0.5);
}
.gform_wrapper input[type="email"]:required:valid,
.gform_wrapper input[type="date"]:required:valid,
.gform_wrapper input[type="number"]:required:valid,
.gform_wrapper input[type="search"]:required:valid,
.gform_wrapper input[type="text"]:required:valid,
.gform_wrapper input[type="tel"]:required:valid,
.gform_wrapper input[type="url"]:required:valid,
.gform_wrapper input[type="password"]:required:valid,
.gform_wrapper textarea:required:valid, .gform_wrapper select:required:valid {
  background-color: rgba(0, 128, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0);
}
.gform_wrapper input[type="email"]:required:required:valid,
.gform_wrapper input[type="date"]:required:required:valid,
.gform_wrapper input[type="number"]:required:required:valid,
.gform_wrapper input[type="search"]:required:required:valid,
.gform_wrapper input[type="text"]:required:required:valid,
.gform_wrapper input[type="tel"]:required:required:valid,
.gform_wrapper input[type="url"]:required:required:valid,
.gform_wrapper input[type="password"]:required:required:valid,
.gform_wrapper textarea:required:required:valid, .gform_wrapper select:required:required:valid {
  border: none;
}
.gform_wrapper input[type="email"].alt,
.gform_wrapper input[type="date"].alt,
.gform_wrapper input[type="number"].alt,
.gform_wrapper input[type="search"].alt,
.gform_wrapper input[type="text"].alt,
.gform_wrapper input[type="tel"].alt,
.gform_wrapper input[type="url"].alt,
.gform_wrapper input[type="password"].alt,
.gform_wrapper textarea.alt, .gform_wrapper select.alt {
  background-color: white;
}
.gform_wrapper .info-bar input[type="email"],
.gform_wrapper .info-bar input[type="date"],
.gform_wrapper .info-bar input[type="number"],
.gform_wrapper .info-bar input[type="search"],
.gform_wrapper .info-bar input[type="text"],
.gform_wrapper .info-bar input[type="tel"],
.gform_wrapper .info-bar input[type="url"],
.gform_wrapper .info-bar input[type="password"],
.gform_wrapper .info-bar textarea, .gform_wrapper .info-bar select {
  background-color: #e5e4ef;
}
.gform_wrapper .info-bar input[type="email"]:focus,
.gform_wrapper .info-bar input[type="date"]:focus,
.gform_wrapper .info-bar input[type="number"]:focus,
.gform_wrapper .info-bar input[type="search"]:focus,
.gform_wrapper .info-bar input[type="text"]:focus,
.gform_wrapper .info-bar input[type="tel"]:focus,
.gform_wrapper .info-bar input[type="url"]:focus,
.gform_wrapper .info-bar input[type="password"]:focus,
.gform_wrapper .info-bar textarea:focus, .gform_wrapper .info-bar select:focus {
  background-color: #e5e4ef;
}
@media screen and (max-width: 1250px) {
  .gform_wrapper .input-container {
    display: block;
  }
  .gform_wrapper .button-container {
    width: 100%;
    margin-left: 0;
  }
  .gform_wrapper label {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0;
  }
  .gform_wrapper input[type="email"],
  .gform_wrapper input[type="date"],
  .gform_wrapper input[type="number"],
  .gform_wrapper input[type="search"],
  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="tel"],
  .gform_wrapper input[type="url"],
  .gform_wrapper input[type="password"],
  .gform_wrapper textarea, .gform_wrapper select {
    width: 100%;
  }
}

/* Styleguide */
 /*
|--------------------------------------------------------------------------
| Flexed
|--------------------------------------------------------------------------
*/
/**
 * Apply a box model
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.container {
  margin: 0 auto;
  padding: 0 2rem;
  width: calc(100% - (2*padding));
  width: 100%;
  max-width: 1400px;
}

.flexbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.flexbox > div, .flexbox > section {
  float: left;
}

.flexbox > section {
  margin-top: calc(3* 1rem);
  margin-bottom: calc(3* 1rem);
}

@media screen and (min-width: 769px) {
  .flexbox > div, .flexbox > section {
    float: left;
    margin: 1rem;
  }
}
.flex-item {
  -ms-flex-order: 0;
  order: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100%;
}

.flexbox-fix {
  margin: 0 !important;
}

/*
|--------------------------------------------------------------------------
| $flexbox
|--------------------------------------------------------------------------
*/
/**
* Whole
*/
.one-whole {
  width: 100%;
}

/**
* Halves
*/
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: calc(50% - (2*1rem));
}

/**
* Thirds
*/
.one-third, .two-sixths, .four-twelfths {
  width: calc((100%/3) - (2*1rem));
}

.two-thirds, .four-sixths, .eight-twelfths {
  width: calc(((100%/3)*2) - (2*1rem));
}

/**
* Quarters
*/
.one-quarter, .two-eighths, .three-twelfths {
  width: calc(25% - (2*1rem));
}

.three-quarters, .six-eighths, .nine-twelfths {
  width: calc(75% - (2*1rem));
}

/**
* Fifths
*/
.one-fifth, .two-tenths {
  width: calc(20% - (2*1rem));
}

.two-fifths, .four-tenths {
  width: calc(40% - (2*1rem));
}

.three-fifths, .six-tenths {
  width: calc(60% - (2*1rem));
}

.four-fifths, .eight-tenths {
  width: calc(80% - (2*1rem));
}

/**
* Sixths
*/
.one-sixth, .two-twelfths {
  width: calc((100%/6) - (2*1rem));
}

.five-sixths, .ten-twelfths {
  width: calc(((100%/6)*5) - (2*1rem));
}

/**
* Eighths
*/
.one-eighth {
  width: calc(12.5% - (2*1rem));
}

.three-eighths {
  width: calc(37.5% - (2*1rem));
}

.five-eighths {
  width: calc(62.5% - (2*1rem));
}

.seven-eighths {
  width: calc(87.5% - (2*1rem));
}

/**
* Tenths
*/
.one-tenth {
  width: calc(10% - (2*1rem));
}

.three-tenths {
  width: calc(30% - (2*1rem));
}

.seven-tenths {
  width: calc(70% - (2*1rem));
}

.nine-tenths {
  width: calc(90% - (2*1rem));
}

/**
* Twelfths
*/
.one-twelfth {
  width: calc((100%/12) - (2*1rem));
}

.five-twelfths {
  width: calc(((100%/12)*5) - (2*1rem));
}

.seven-twelfths {
  width: calc(((100%/12)*7) - (2*1rem));
}

.eleven-twelfths {
  width: calc(((100%/12)*11) - (2*1rem));
}

/**
* Twelfths
*/
@media screen and (min-width: 769px) {
  /**
* Whole
*/
  .tablet-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  .tablet-one-half, .tablet-two-quarters, .tablet-three-sixths, .tablet-four-eighths, .tablet-five-tenths, .tablet-six-twelfths {
    width: calc(50% - (2*1rem));
  }

  /**
  * Thirds
  */
  .tablet-one-third, .tablet-two-sixths, .tablet-four-twelfths {
    width: calc((100%/3) - (2*1rem));
  }

  .tablet-two-thirds, .tablet-four-sixths, .tablet-eight-twelfths {
    width: calc(((100%/3)*2) - (2*1rem));
  }

  /**
  * Quarters
  */
  .tablet-one-quarter, .tablet-two-eighths, .tablet-three-twelfths {
    width: calc(25% - (2*1rem));
  }

  .tablet-three-quarters, .tablet-six-eighths, .tablet-nine-twelfths {
    width: calc(75% - (2*1rem));
  }

  /**
  * Fifths
  */
  .tablet-one-fifth, .tablet-two-tenths {
    width: calc(20% - (2*1rem));
  }

  .tablet-two-fifths, .tablet-four-tenths {
    width: calc(40% - (2*1rem));
  }

  .tablet-three-fifths, .tablet-six-tenths {
    width: calc(60% - (2*1rem));
  }

  .tablet-four-fifths, .tablet-eight-tenths {
    width: calc(80% - (2*1rem));
  }

  /**
  * Sixths
  */
  .tablet-one-sixth, .tablet-two-twelfths {
    width: calc((100%/6) - (2*1rem));
  }

  .tablet-five-sixths, .tablet-ten-twelfths {
    width: calc(((100%/6)*5) - (2*1rem));
  }

  /**
  * Eighths
  */
  .tablet-one-eighth {
    width: calc(12.5% - (2*1rem));
  }

  .tablet-three-eighths {
    width: calc(37.5% - (2*1rem));
  }

  .tablet-five-eighths {
    width: calc(62.5% - (2*1rem));
  }

  .tablet-seven-eighths {
    width: calc(97.5% - (2*1rem));
  }

  /**
  * Tenths
  */
  .tablet-one-tenth {
    width: calc(10% - (2*1rem));
  }

  .tablet-three-tenths {
    width: calc(30% - (2*1rem));
  }

  .tablet-seven-tenths {
    width: calc(70% - (2*1rem));
  }

  .tablet-nine-tenths {
    width: calc(90% - (2*1rem));
  }

  /**
  * Twelfths
  */
  .tablet-one-twelfth {
    width: calc((100%/12) - (2*1rem));
  }

  .tablet-five-twelfths {
    width: calc(((100%/12)*5) - (2*1rem));
  }

  .tablet-seven-twelfths {
    width: calc(((100%/12)*7) - (2*1rem));
  }

  .tablet-eleven-twelfths {
    width: calc(((100%/12)*11) - (2*1rem));
  }

  .tablet-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .tablet-center {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .tablet-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
}
@media screen and (min-width: 1251px) {
  /**
* Whole
*/
  .desktop-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  .desktop-one-half, .desktop-two-quarters, .desktop-three-sixths, .desktop-four-eighths, .desktop-five-tenths, .desktop-six-twelfths {
    width: calc(50% - (2*1rem));
  }

  /**
  * Thirds
  */
  .desktop-one-third, .desktop-two-sixths, .desktop-four-twelfths {
    width: calc((100%/3) - (2*1rem));
  }

  .desktop-two-thirds, .desktop-four-sixths, .desktop-eight-twelfths {
    width: calc(((100%/3)*2) - (2*1rem));
  }

  /**
  * Quarters
  */
  .desktop-one-quarter, .desktop-two-eighths, .desktop-three-twelfths {
    width: calc(25% - (2*1rem));
  }

  .desktop-three-quarters, .desktop-six-eighths, .desktop-nine-twelfths {
    width: calc(75% - (2*1rem));
  }

  /**
  * Fifths
  */
  .desktop-one-fifth, .desktop-two-tenths {
    width: calc(20% - (2*1rem));
  }

  .desktop-two-fifths, .desktop-four-tenths {
    width: calc(40% - (2*1rem));
  }

  .desktop-three-fifths, .desktop-six-tenths {
    width: calc(60% - (2*1rem));
  }

  .desktop-four-fifths, .desktop-eight-tenths {
    width: calc(80% - (2*1rem));
  }

  /**
  * Sixths
  */
  .desktop-one-sixth, .desktop-two-twelfths {
    width: calc((100%/6) - (2*1rem));
  }

  .desktop-five-sixths, .desktop-ten-twelfths {
    width: calc(((100%/6)*5) - (2*1rem));
  }

  /**
  * Eighths
  */
  .desktop-one-eighth {
    width: calc((100%/8) - (2*1rem));
  }

  .desktop-three-eighths {
    width: calc(((100%/8)*3) - (2*1rem));
  }

  .desktop-five-eighths {
    width: calc(((100%/8)*5) - (2*1rem));
  }

  .desktop-seven-eighths {
    width: calc(((100%/8)*7) - (2*1rem));
  }

  /**
  * Tenths
  */
  .desktop-one-tenth {
    width: 10%;
  }

  .desktop-three-tenths {
    width: 30%;
  }

  .desktop-seven-tenths {
    width: 70%;
  }

  .desktop-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  .desktop-one-twelfth {
    width: calc((100%/12) - (2*1rem));
  }

  .desktop-five-twelfths {
    width: calc(((100%/12)*5) - (2*1rem));
  }

  .desktop-seven-twelfths {
    width: calc(((100%/12)*7) - (2*1rem));
  }

  .desktop-eleven-twelfths {
    width: calc(((100%/12)*11) - (2*1rem));
  }
}
/* Uncomment and set these variables to customize the grid. */
.start-mobile {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-mobile {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-mobile {
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-mobile {
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-mobile {
  -ms-flex-align: center;
  align-items: center;
}

.bottom-mobile {
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-mobile {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-mobile {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-mobile {
  -ms-flex-order: -1;
  order: -1;
}

.last-mobile {
  -ms-flex-order: 1;
  order: 1;
}

/* Tablets Min-Width 768px */
@media only screen and (min-width: 769px) {
  .start-tablet {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-tablet {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-tablet {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-tablet {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-tablet {
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-tablet {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-tablet {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-tablet {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-tablet {
    -ms-flex-order: -1;
    order: -1;
  }

  .last-tablet {
    -ms-flex-order: 1;
    order: 1;
  }
}
/* Tablet */
@media only screen and (min-width: 1251px) {
  .start-desktop {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-desktop {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-desktop {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-desktop {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-desktop {
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-desktop {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-desktop {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-desktop {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-desktop {
    -ms-flex-order: -1;
    order: -1;
  }

  .last-desktop {
    -ms-flex-order: 1;
    order: 1;
  }
}
/* Mobile */
@media only screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }

  .tablet-only {
    display: none;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-only {
    display: block;
  }
}
/* Tablets */
@media only screen and (min-width: 1250px) {
  .desktop-only {
    display: none !important;
  }

  .tablet-only {
    display: block;
  }

  .tablet-hide {
    display: none !important;
  }
}
/* Desktop */
@media only screen and (min-width: 1251px) {
  .mobile-only {
    display: none;
  }

  .tablet-only {
    display: none;
  }

  .desktop-only {
    display: block !important;
  }

  .desktop-hide {
    display: none;
  }
}
