/*
 Additional stuff from HTML5 Boilerplate.
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

.tm {
	font-size: 50%;
	position: relative;
	top: -1em;
}

 p {
	 text-align: justify;
 }

 img.alignleft {
	 float: left;
 }

img.alignright {
	 float: right;
 }

/* 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */

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 {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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; /* 3 */
}

/**
 * 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"], /* 1 */
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: 0; /* 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.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * 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;
}

* {
  box-sizing: border-box;
}

html {
  color: #707466;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6666;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html, body {
  min-width: 320px;
  background: #003876;
}

body {
 /* padding-top: 3.5666em;*/
  position: relative;
}

@media (min-width: 768px) {
  body {
    /*padding-top: 3.55em;*/
  }
}

@media (min-width: 1000px) {
  body {
    /*padding-top: 4.75em;*/
  }
}

img {
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

p {
  margin: 1.3em 0;
}

a {
  color: #707466;
  text-decoration: none;
  -webkit-transition: all .15s;
          transition: all .15s;
}

a:focus,
a:active,
a:hover {
  color: #003876;
}

a:focus {
  outline-width: 3px;
  outline-color: #b3d8ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h2 {
  font-size: 1.6666em;
  line-height: 1.25;
  color: #8f9384;
}

ul, li {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  -moz-margin-before: 0;
  -moz-margin-after: 0;
  -moz-margin-start: 0;
  -moz-margin-end: 0;
  -moz-padding-start: 0;
}

.Navbar {
  background: white;
  /*position: absolute;*/
  top: 0;
  width: 100%;
  z-index: 100;
}

.Navbar.is-fixed {
  position: fixed;
  width: 100%;
}

.Navbar-inner {
  position: relative;
  z-index: 101;
  padding: .9166em .8333em .8333em;
  margin: auto;
  max-width: 1200px;
}

@media (min-width: 1000px) {
  .Navbar-inner {
    padding: 1.375em 1.3125em;
  }
}

.Navbar-brand {
  display: block;
  float: left;
  position: absolute;
  padding: .9166em .8333em .8333em;
  top: 1px;
  left: 1px;
}

@media (min-width: 768px) {
  .Navbar-brand {
    padding: .9166em .8333em .935em;
  }
}

@media (min-width: 1000px) {
  .Navbar-brand {
    padding: 1.375em 1.3125em 1.475em;
  }
}

.Navbar-brand:focus {
  box-shadow: 0 0 5px #003876;
  outline: none;
}

.Navbar-title {
  margin: 0;
  max-width: 191px;
  font-size: 1.75em;
  line-height: 1;
}

@media (min-width: 1000px) {
  .Navbar-title {
    max-width: 264px;
  }
}

.Navbar-logo {
  display: block;
  /*min-width: 191px;
  height: 20px;*/
  min-width: 256px;
  height: 32px;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 850px) {
   .Navbar-logo {
    min-width: 175px;
    height: 22px;
  }
}

@media (min-width: 1000px) {
  .Navbar-logo {
    /*min-width: 264px;
	height: 28px;*/
    min-width: 304px;
    height: 38px;
  }
}

.Navbar-toggle {
  display: block;
  float: right;
  background: white;
  border: 2px solid rgb(193, 195, 187);
  text-transform: uppercase;
  font-size: 1.1675em;
  line-height: 1;
  padding: .2125em .625em .2125em;
  margin-top: -.15em;
  -webkit-transition: all .15s;
          transition: all .15s;
}

.Navbar-toggle.is-active,
.Navbar-toggle:active {
  border-color: rgb(205, 207, 201);
  background: #8f9384;
  color: white;
}

.Navbar-toggle:hover,
.Navbar-toggle:focus {
  outline: none;
  border-color: #707466;
}

.Navbar-toggle:focus {
  box-shadow: 0 0 5px #707466;
}

@media (min-width: 768px) {
  .Navbar-toggle {
    display: none;
  }
}

@-webkit-keyframes showMenu {
  0% {
    display: block;
    top: -5%;
    opacity: 0;
  }
  100% {
    display: block;
    top: 0;
    opacity: .9;
  }
}

@keyframes showMenu {
  0% {
    display: block;
    top: -5%;
    opacity: 0;
  }
  100% {
    display: block;
    top: 0;
    opacity: .9;
  }
}

.Navbar-nav {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: -1;
  top: -5%;
  margin: 0;
  left: 0;
  width: 100%;
  height: 105%;
  background: white;
  -webkit-animation: showMenu .2s linear;
          animation: showMenu .2s linear;
  -webkit-animation-direction: reverse;
          animation-direction: reverse;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.Navbar-nav.is-active {
  display: block;
  opacity: .9;
  top: 0;
  -webkit-animation: showMenu .2s linear;
          animation: showMenu .2s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (min-width: 768px) {
  .Navbar-nav {
    float: right;
    display: block;
    position: static;
    opacity: 1;
    -webkit-animation: none;
            animation: none;
    background: transparent;
  }
}

.Navbar-list {
  display: block;
  list-style: none;
  padding: .1666em 1em 0;
  position: absolute;
  top: 50%;
  margin: -8em auto 0;
  width: 100%;
}

@media (min-height: 600px) {
  .Navbar-list {
    margin-top: -14em;
  }
}

@media (min-width: 768px) {
  .Navbar-list {
    text-align: right;
    position: static;
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .Navbar-list {
    padding: 0;
  }
}

.Navbar-item {
  display: block;
}

@media (min-width: 768px) {
  .Navbar-item {
    display: inline-block;
  }
}

@media (min-width: 1000px) {
  .Navbar-item {
    padding-left: .25em;
  }
}

.Navbar-link {
  font-size: 2.25em;
  line-height: 1.5;
  text-decoration: none;
  color: #003876;
}

.Navbar-link.is-active {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .Navbar-link {
    font-size: .875em;
    line-height: 1.5;
    padding: 0;
    display: inline-block;
    position: relative;
    margin: 0 .35em;
    left: -.35em;
    right: -.35em;
  }

  .Navbar-link.is-active {
    border-top: 5px solid #003876;
    position: relative;
    padding-top: 1.4375em;
  }
}

@media (min-width: 1000px) {
  .Navbar-link {
    font-size: 1em;
    line-height: 2;
  }
}

@media(min-width: 768px) {
  .Navbar-link--cursor {
    cursor: default;
    color: #003876 !important;
  }
}

@media(min-width: 768px) {
  .Navbar-list > .Navbar-item > .Navbar-link {
    border-top: 2px solid transparent;
  }

  .Navbar-list > .Navbar-item:hover > .Navbar-link {
    border-top: 2px solid #003876;
  }
}

.Navbar-sub {
 display: none;
}

.Navbar-sub li {
  list-style-type: none;
}

.Navbar-sub .Navbar-link {
  font-size: 1.5em;
  display: inline;
  padding: 0;
}

.Navbar-subTwo {
  padding: 0 0 0 1em;
}

@media(min-width: 768px) {

  .Navbar-sub {
    display: none;
  }

  .Navbar-sub .Navbar-link {
    font-size: 0.9em;
  }

  .Navbar-sub .Navbar-link:hover {
    color: #707466;
  }

  .Navbar-dropdown:hover .Navbar-sub {
    display: block;
  }

  .Navbar-mainSub {
    position: absolute;
    padding: 1.1em;
    background-color: #FFFFFF;
    background-color: rgba(255,255,255,0.9);
  }

  .Navbar-mainSub .Navbar-item {
    display: block;
    text-align: left;
  }

/*  .Navbar-link:hover {
    border-bottom: 1px solid var(--blue);
  }*/

}
.Footer {
  background: #003876;
  border-top: 5px solid rgb(0, 43, 92);
  padding: 1.75em 1.5em 3.5em;
  text-align: center;
  color: #8f9384;
}

.Footer small a {
	color: #ddd;
}

@media (min-width: 768px) {
  .Footer {
    text-align: left;
    padding: 2.75em 1.5em 3.25em;
  }
}

.Footer-inner {
  margin: 0 auto;
  max-width: 1000px;
}

.Footer-nav {
  margin-bottom: 2.5em;
}

@media (min-width: 768px) {
  .Footer-nav {
    float: right;
    text-align: right;
    margin-top: 0;
    margin-bottom: -1px;
  }
}

.Footer-link {
  text-decoration: none;
  display: inline-block;
  padding: 1em .85em 0;
  color: #8f9384;
}

@media (min-width: 768px) {
  .Footer-link {
    padding: 0 .5em;
    color: #8f9384;
  }
}

.Footer-link:hover,
.Footer-link:focus,
.Footer-link:active {
  color: white;
}

.Footer-logo {
  max-width: 256px;
  margin: .75em auto -.75em;
}

@media (min-width: 768px) {
  .Footer-logo {
    margin: 0;
  }
}
.Hero {
  position: relative;
  overflow: hidden;
  background: #003876 url(../timedomain/images/blue-pattern-large.jpg) repeat-x bottom center;
  max-height: 521px;
}

.Hero-inner {
  padding: 0 1.6666em;
  margin: auto;
  max-width: 1200px;
  position: relative;
}

.Hero-title {
  color: white;
  font-weight: normal;
  font-size: 3.3333em;
  line-height: 1.05;
  margin: .825em auto .5em;
  max-width: 530px;
}

.Hero-title--position {
  position: absolute;
  z-index: 1;
}

.Hero-body {
  color: white;
  font-size: 1em;
  line-height: 1.6666;
  margin-left: auto;
  margin-right: auto;
  max-width: 530px;;
}

@media (min-width: 768px) {
  .Hero-title,
  .Hero-body {
    float: left;
    max-width: 55%;
    position: absolute;
    top: .25em;
    z-index: 3;
  }

  .Hero-title {
    max-width: 65%;
    font-size: 3.75em;
  }

  .Hero-body {
    clear: left;
    top: 11em;
    line-height: 1.75;
    font-size: .875em;
  }
}

@media (min-width: 1000px) {
  .Hero-title,
  .Hero-body {
    top: 1.45em;
    max-width: 60%;
  }

  .Hero-title {
    font-size: 4.25em;
  }

  .Hero-body {
    max-width: 50%;
    font-size: 1em;
    top: 15.5em;
  }
}

@media (min-width: 1200px) {
  .Hero-title,
  .Hero-body {
    margin-left: 6%;
  }
}

.Hero-feature {
  display: block;
  width: 105%;
  margin: auto;
  position: relative;
  left: 0;
  right: -30px;
  max-width: 400px;
}

@media (min-width: 768px) {
  .Hero-feature {
    float: right;
    margin: 2em 0 0;
    left: auto;
    width: 45%;
    max-width: 590px;
  }
}

@media (min-width: 1000px) {
  .Hero-feature {
    width: 55%;
  }
}
.Section {
  background: white;
  padding: 3.5em 0 3.75em;
  margin: 0;
  text-align: left;
}

.Section.Section--center {
  text-align: center;
}

@media (min-width: 768px) {
  .Section {
    padding-bottom: 2.75em;
  }
}

.Section-inner {
  max-width: 1200px;
  padding: 0 1.6666em;
  margin: auto;
  position: relative;
}

.Section-inner li {
  margin-left: 1em;
}

.Section-inner--about {
  padding: 0 3em;
}

.Section--center .Section-inner {
  max-width: 540px;
}

@media (min-width: 768px) {
  .Section--center .Section-inner {
    max-width: 760px;
  }
}

.Section-main,
.Section-secondary {
  width: 100%;
  max-width: 530px;
  margin: auto;
}

.Section-secondary {
  text-align: center;
  padding-top: 1em;
}

@media (min-width: 768px) {
  .Section-main {
    width: 55%;
    float: left;
    max-width: 100%;
  }

  .Section-secondary {
    width: 40%;
    float: right;
    padding-top: 4em;
  }
}

@media (min-width: 1200px) {
  .Section-main {
    width: 54%;
    margin-left: 6%;
  }
}

.Section--gray {
  background-color: #dddeda;
}

.Section--contact {
  padding: 50px 10%;
}

.Section--contact p {
  color: #003876;
  margin: 0;
}

.Section--contact h2 {
  margin: 0.5em 0;
}

.Section-col {
  width: 100%;
}

@media(min-width: 768px) {
  .Section-col {
    width: 50%;
    float: left;
  }
}

.Posts-column {
  float: left;
  width: 33.3%;
}

.Posts-header {
  background-color: #003876;
  color: #fff;
  padding: 0.5em 0;
  border-bottom: 5px solid #002b5c;
}

.Posts-date {
  margin: 0;
}

.Section--levels {
  padding: 0;
}

.Posts-section {
  background-color: #ffffff;
}

@media(min-width: 900px) {

.Posts-section {
  width: 32%;
  /*float: left;*/
  /*padding: 2%;*/
  display: table-cell;
  position: relative;
}

.Posts-section--middle {
  margin: 0 2%;
}

}

.Posts-list li {
  list-style-type: none;
  margin-bottom: 1em;
  font-size: 0.9em;
}

.Posts-list li p {
  margin: 0;
}

.Posts-list li a {
  color: rgb(0, 43, 92);
  text-decoration: none;
}

.Posts-group {
  border-collapse: separate;
  border-spacing: 2em;
}

.Posts-content {
  padding: 2.5% 5%;
}

.Posts-readMore {
  /*bottom: 0;
  position: absolute;*/
  text-align: center;
  width: 100%;
  display: block;
  padding: 2.5% 5%;
}

@media(min-width: 768px) {

  .Section--contact .Section-col:first-child {
    border-right: 1px solid #000000;
    width: 35%;
  }

  .Section--contact .Section-col:nth-of-type(2) {
    padding-left: 5%;
    border-left: 1px solid #000000;
    position: relative;
    left: -1px;
    width: 65%;
  }

}
.Btn-set .Btn {
  margin: 0.5em;
  width: 200px;
  height: 50px;
}

@media(min-width: 768px) {
  .Btn-set {
    position: relative;
    top: 0;
    right: 0;
    width: 50%;
    margin-left: 50%;
    margin-bottom: 5em;
    /*float: right;*/
  }
  .Btn-set .Btn {
    width: 200px;
    height: auto;
    float: right;
    display: block;
  }
}

.Btn {
  display: inline-block;
  background: #003876;
  color: white;
  padding: .8em 2.5em .75em 1em;
  text-decoration: none;
  font-size: 1.3333em;
  line-height: 1;
  position: relative;
  -webkit-transition: none;
          transition: none;
}

.Btn--gray {
  background: #8f9384;
}

@media(min-width: 768px) {
  .Btn-set .Btn {
    font-size: 1em;
    line-height: 1;
  }
}

.Btn:before,
.Btn:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: .5em solid transparent;
  border-right: none;
  border-left: .85em solid white;
  position: absolute;
  right: 0.95em;
  top: .75em;
}

.Btn:after {
  border: .25em solid transparent;
  border-right: none;
  border-left: .425em solid #8f9384;
  right: 1.25em;
  top: 1em;
}

.Btn:active,
.Btn:hover {
  /*border-top: 4px solid var(--blueDark);
  padding: .8em 2.5em 8px 1em;*/
  color: white;
  /*transition: none;*/
}

@media (min-width: 768px) {
  .Btn:active,
  .Btn:hover {
    /*border-top-width: 6px;
    padding-bottom: 9px;*/
  }

  .Btn:active:before,
  .Btn:hover:before {
    /*top: .85em;*/
  }

  .Btn:active:after,
  .Btn:hover:after {
    /*top: 1.1em;*/
  }
}

.Btn:focus {
  outline: none;
  box-shadow: 0 0 0 .3333em #dddeda;
  color: white;
}

.Btn:disabled {
  background: transparent;
  box-shadow: inset 3px solid #dddeda;
  color: #8f9384;
}

.Btn:disabled:before {
  border-left-color: #8f9384;
}

.Btn:disabled:after {
  border-left-color: white;
}

.Btn.Btn--link {
  background: transparent;
  text-decoration: underline;
  font-size: 1em;
  padding: 0 1.5em 0 0;
  -webkit-transition: all .15s;
          transition: all .15s;
}

.Btn--link:active,
.Btn--link:hover {
  color: #003876;
  padding: 0 1.5em 0 0;
  border: 0;
  -webkit-transition: all .15s;
          transition: all .15s;
}

.Btn--link:before,
.Btn--link:after {
  right: 0;
  top: 0;
  -webkit-transition: all .15s;
          transition: all .15s;
}

.Btn--link:hover:before {
  border-left-color: #003876;
}

.Btn--link:after {
  right: .25em;
  top: 3px;
}

@media (min-width: 768px) {
  .Btn--link:after {
    right: 5px;
    top: 4px;
  }

  .Btn--link:active:before,
  .Btn--link:hover:before {
    top: 0;
  }

  .Btn--link:active:after,
  .Btn--link:hover:after {
    top: 4px;
  }
}
.ProductLine {
  text-align: center;
  background: #fcb131 url(images/orange-pattern-large.jpg);
  color: #464840;
  text-align: center;
  padding: 0 2em;
  overflow: hidden;
  position: relative;
}

.ProductLine-container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}

.ProductLine-left {
  margin-top: 1em;
}

.ProductLine-left, .ProductLine-right {
  padding: 0 3%;
}

.ProductLine--green {
  background: #73bb01 url(images/green-pattern-large.jpg);
}

.ProductLine-feature {
  display: block;
  margin: 0 auto;
}

.ProductLine-description {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .ProductLine-description {
    min-height: 10em;
  }
}

@media (min-width: 1000px) {
  .ProductLine-description {
    min-height: 7em;
  }
}

.ProductLine-title {
  font-size: 4.3333em;
  line-height: 1.5;
  color: white;
  margin-bottom: -.45em;
}

.Product-title {
  color: #ffffff;
  font-size: 3.5em;
  text-align: center;
}

.ProductLine--detail {
  position: relative;
  /*padding: 2em;*/
  padding: 0;
}

.ProductLine--detail .ProductLine-description {
  color: #ffffff;
/*  position: relative;
  z-index: 1;*/
}

.ProductLine--detail .ProductLine-subHeader {
  color: #ffffff;
}

.ProductLine--detail .ProductLine-title {
  font-size: 3.333em;
  margin-top: 0.5em;
}

@media(min-width: 400px) {
  .ProductLine--detail .ProductLine-title {
    font-size: 4.333em;
  }
}

@media(min-width: 768px){
  .ProductLine-container {
    /*background: linear-gradient(155deg, white 40%, transparent 40%);*/
  }

  .ProductLine-left {
    margin-top: 4em;
  }

  .ProductLine-left, .ProductLine-right {
    width: 50%;
    margin: 0;
    float: left;
    position: relative;
    z-index: 10;
  }
  .ProductLine--detail .ProductLine-title {
/*    position: absolute;
    top: 10%;
    left: 15%;*/
    font-size: 3em;
    text-align: left;
    padding-left: 20px;
    margin-top: 0;
  }

  .ProductLine--detail .ProductLine-subHeader {
/*    position: absolute;
    top: 18%;
    left: 15%;*/
    color: #707466;
    text-align: left;
    padding-left: 20px;
  }

  .ProductLine--detail .ProductLine-title--green {
    color: #73bb01;
  }

  .ProductLine--detail .ProductLine-title--orange {
    color: #fcb131;
    padding-left: 20px;
  }

  .ProductLine--detail .ProductLine-container:before {
      content: "";
      position: absolute;
      /*left: -240px;*/
      width: 120%;
      height: 37em;
      top: -370px;
      left: -10em;
      background-color: white;
      -webkit-transform: rotate(-14deg) skew(50deg);
      -ms-transform: rotate(-14deg) skew(50deg);
      transform: rotate(-14deg) skew(50deg);
  }

  .ProductLine--detail .ProductLine-feature {
    /*position: absolute;
    bottom: 0;*/
  }

  .ProductLine--detail .ProductLine-description {
    max-width: none;
    text-align: left;
    /*position: absolute;
    bottom: 0;*/
    /*width: 50%;*/
    /*float: right;*/
  }
}

@media(min-width: 768px) {
  .triangle-down {
      width: 100%;
      max-width: 800px;
      height: 0;
      padding-left:25%;
      padding-top: 25%;
      position: absolute;
  }
  .triangle-down div {
      width: 0;
      height: 0;
      margin-left:-33.5em;
      margin-top:-35em;
      max-width: 800px;
      border-left: 25em solid transparent;
      border-right: 120em solid transparent;
      border-top: 30em solid #ffffff;
  }
}

.ProductLine .select2-container {
  width: 200px !important;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 10px;
}

.select2-container--default .select2-selection--single {
  border: 2px solid #8f9384;
  border-radius: 0;
  height: 40px;
  /*padding: .8em 2.5em .75em 1em;*/
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  border-left: 2px solid #8f9384;
}

@media(min-width: 768px) {
  .ProductLine .select2-container {
    position: relative;
    display: block;
    float: right;
    margin: 0.5em;
    top: auto;
    right: auto;
  }
}

.select2-container .select2-selection--single {
  /*height: auto;*/
  /*padding: .8em 2.5em .75em 1em;*/
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  top: 50%;
  right: 5%;
  /*padding: 1.75em 1em;*/
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  /*padding: 0;*/
  line-height: 2;
}

.ProductLine .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 4px;
}

@media(min-width: 768px) {
  .ProductLine .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 2px;
  }
}

@media(min-width: 1000px) {
  .ProductLine-left {
    width: 50%;
  }
  .ProductLine-right {
    width: 50%;
  }

}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
}
.Team {
  background-color: #fff;
  padding: 0;
  margin: 0 10%;
  max-width: 1200px;
}

@media(min-width: 1200px) {
  .Team {
    margin: 0 auto;
  }
}
.Person {
  float: left;
  width: 50%;
  margin-bottom: 2em;
}

@media(min-width: 500px) {
  .Person {
    width: 33.3%;
  }
}

.Person-triangle {
  margin: 1em auto 0;
  display: block;
}

.Person-bio {
  position: absolute;
  top: -9999px;
/*  transition: all 0.5s;*/
  z-index: 2000;
}

.Person-bio p {

}

.Person-bioActive {
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  position: fixed;
  background-color: #ffffff;
  display: none;
  overflow: auto;
}

.Person-bio-container {
  height: 100%;
  width: 100%;
  padding: 10%;
}

.Person-bio-close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 1.5em;
  text-decoration: none;
}
.Specs {
  width: 100%;
  margin-bottom: 1em;
}

.Specs-row, .Specs-title, .Specs-content {
  width: 100%;
}

.Specs-title, .Specs-content {
    padding: 2.5% 5%;
}

.Specs-title {
    background-color: #dddeda;
    text-transform: uppercase;
}

@media(min-width: 650px) {

  .Specs {
    display: table;
  }

  .Specs-row {
    display: table-row;
  }

  .Specs-title, .Specs-content {
    display: table-cell;
    padding: 0 5%;
  }

  .Specs-title {
    width: 40%;
  }

  .Specs-content {
    width: 60%;
  }

}
.Tabs {
  position: relative;
  /*width: 90%;*/
  max-width: 1200px;
  margin: 2em auto;
}

.Tabs:after {
  content: "";
  display: table;
  clear: both;
}

.Tabs:after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.no-cssgradients .Tabs:after {
  display: none;
}
.Tabs.is-ended:after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.Tabs nav {
  /*overflow: auto;*/
  /*-webkit-overflow-scrolling: touch;*/
}
@media only screen and (min-width: 820px) {
  .Tabs:after {
    display: none;
  }
  .Tabs nav {
    /*position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;*/
  }
}
@media only screen and (min-width: 960px) {
  .Tabs nav {
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
  }
}

.Tabs-nav-list {
  list-style-type: none;
  display: block;
  text-align: center;
  margin: 0;
}

.Tabs-nav-item {
  /*display: inline-block;*/
  display: block;
  /*width: 90px;*/
  width: 50%;
  margin: 0 auto;
  /*position: absolute;*/
  /*transition: all 1s;*/
  top: 0;
  z-index: 0;
  padding-bottom: 5px;
}

@media(min-width: 820px) {
  .test {
    display: none;
  }

  .Tabs-nav-list {
    position: relative;
    top: 7px;
  }
}

.Tabs-mobileMenu {
  background-color: #73bb01;
  box-shadow: 0 5px #649c0b;
}

.test li {
  width: 50%;
  margin: 0 auto;
  list-style-type: none;
  text-align: center;
  padding: 1em;
}

.Tabs--greenMobileBtn {
  background-color: #73bb01;
  border-bottom: 5px solid #649c0b;
}

.Tabs--orangeMobileBtn {
  background-color: #fcb131;
  border-bottom: 5px solid #e7a431;
}

.test li a {
  color: #ffffff;
  text-decoration: none;
}

@media(max-width: 767px) {
  .test2 {
    max-height: 0;
    -webkit-transition: all 1s;
            transition: all 1s;
  }
}

.height {
  max-height: 3000px;
  /*transition: all 1s;*/
}

.tab-select {
  z-index: 1;
}

.Tabs-nav-item a {
  display: block;
  padding: 1em;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #707466;
  box-shadow: 0 5px #464840;
}

/*@media(min-width: 400px) {
  .Tabs-nav-item {
    top: 50px;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  }
}*/

@media(min-width: 820px) {
  .Tabs-nav-item {
    width: 150px;
    display: inline-block;
    padding-bottom: 0;
  }
  .Tabs-nav-item a {
    box-shadow: none;
  }
  .Tabs-nav-link {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
  }
  .Tabs-nav-item--green {
    -webkit-transition: width 0.2s;
            transition: width 0.2s;
  }
  .Tab-width {
    width: 200px;
    -webkit-transition: width 0.2s;
            transition: width 0.2s;
  }
}

.Tabs-nav-item--green a.selected {
  background-color: #73bb01;
  box-shadow: 0 5px #649c0b;
}

.Tabs-nav-item--orange a.selected {
  background-color: #fcb131;
  box-shadow: 0 5px #e7a431;
}

.cd-tabs {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 2em auto;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs:after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  /*background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));*/
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs:after {
  display: none;
}
.cd-tabs.is-ended:after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #f8f7ee;
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
@media only screen and (min-width: 820px) {
  .cd-tabs:after {
    display: none;
  }
  .cd-tabs nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
  }
}



.Tabs-content {
  background: #ffffff;
  overflow: hidden;
  clear: both;
  z-index: 2;
  position: relative;
  min-height: 300px;
}
@media(min-width: 820px) {
  .Tabs-content {
    position: static;
    min-height: auto;
  }
}
.Tabs-content .Tabs-contentBlock {
  display: none;
  padding: 2em 5em;
}
.Tabs-content .Tabs-contentBlock.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
.Tabs-contentBlock a {
  color: rgb(0, 43, 92);
}
.Tabs-contentBlock a:hover {
  border-top: 2px solid #003876;
  padding-top: 0.2em;
}
.Tabs-contentBlock li {
  margin-left: 1em;
}
.cd-tabs-content li p {
  font-size: 14px;
  font-size: 12px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #8493bf;
  margin-bottom: 2em;
}
@media only screen and (min-width: 820px) {
  .cd-tabs-content {
    min-height: 480px;
  }
  .cd-tabs-content li {
    padding: 2em 2em 2em 7em;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    min-height: 0;
  }
  .cd-tabs-content li {
    padding: 3em;
  }
  .cd-tabs-content li p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.Paper {
  padding-top: 2em;
}

.Paper-item {
  margin-bottom: 3em;
}

@media(min-width: 600px) {
  .Paper-item {
    float: left;
    width: 50%;
  }
}

.Paper-cat {
  color: #003876;
  text-transform: uppercase;
}

.Paper-img {
  float: left;
}

.Paper-text {
  padding-left: 150px;
}

.Paper-title {
  font-size: 14px;
}

.Paper-link {
  color: #003876;
  text-decoration: none;
  text-transform: uppercase;
  border-top: 2px solid transparent;
}

.Paper-link:hover {
  border-top: 2px solid #003876;
  padding-top: 0.2em;
  -webkit-transition: all 0.1s;
          transition: all 0.1s;
}
.IconSet {
  display: block;
  list-style: none;
  text-align: center;
  padding: 0 2em;
  margin: 2.5em auto;
  color: white;
}

.IconSet--detail {
  position: relative;
  z-index: 1;
}

.IconSet-icon {
  display: inline-block;
  list-style: none;
  width: 22%;
  margin-left: 3%;
  text-align: center;
}

@media (min-width: 500px) {
  .IconSet-icon {
    width: 15%;
  }
}

@media (min-width: 768px) {
  .IconSet-icon {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .IconSet-icon {
    width: 15%;
  }
}

.IconSet-icon:first-child {
  margin-left: 0;
}

.IconSet-img {
  display: block;
  margin: auto;
  width: 47px !important;
  /*width: 100%;*/
}

@media (min-width: 768px) {
  .IconSet-img {
    max-width: 47px;
  }
}

.IconSet-label {
  font-size: .8333em;
  line-height: 1.3333;
}

.IconSet--home .IconSet-img {
  box-shadow: 1px 1px 5px #000000;
  border-radius: 100px;
}

.IconSet--home .IconSet-label {
  color: #003876;
}

@media(min-width: 768px) {
  .IconSet-img {
    box-shadow: 1px 1px 5px #000000;
    border-radius: 100px;
  }
  .IconSet--detail {
    text-align: right;
    /*top: 5em;
    left: 5em;*/
    margin: 0;
    padding-left: 20px;
  }
  .IconSet-icon {
    width: auto !important;
  }

  .IconSet-label {
    color: #003876;
  }
}
.Levels-title {
  color: #ffffff;
  background-color: rgb(0, 43, 92);
  text-transform: uppercase;
  display: inline-block;
  padding: 0.5em;
}

.Levels-single {
  padding: 5%;
}

.Levels-single li {
  margin-left: 1em;
}

.Levels-single--white {
  background-color: #ffffff;
}

.Levels-content {
  max-width: 1200px;
  margin: 0 auto;
}
.Blog {
  /*background-color: var(--grayDark);*/
  background-color: #ffffff;
  margin: 0;
  padding-bottom: 5%;
}

.Blog .post, .Blog .news, .Blog .event {
  /*background-color: var(--white);*/
  padding: 0 10%;
}

.Blog .entry-title {
  color: rgb(0, 43, 92);
  padding: 0.67em 0;
}

.Blog .url {
  color: rgb(0, 43, 92);
}

.widget_categories {
  padding: 2% 10%;
  background: #003876 url(../timedomain/images/blue-pattern-large.jpg) repeat-x top center;
}

.widget-title {
  display: block;
  color: #ffffff;
}

@media(min-width: 768px) {
  .widget-title {
    display: inline-block;
  }
}

.navigation, #comments {
  /*background-color: var(--white);*/
  padding: 0 10%;
}

#primary.content-area {
  background-color: #dddeda;
}

.screen-reader-text {
  display: none;
}

.widget_categories .select2-container {
  float: left;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

@media(min-width: 768px) {
  .widget_categories .select2-container {
    float: right;
  }
}

.widget_categories .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.5;
}

.Blog-author {
  margin-bottom: 2em;
}

.Blog-author .byline:before,
.Blog-author .byline:after {
    content: " ";
    display: table;
}

.Blog-author .byline:after {
    clear: both;
}

@media(min-width: 768px) {

.Blog {
  margin: 0 10%;
}

.Blog-author {
  float: right;
  width: 40%;
  padding-left: 5%;
}

.Blog-content {
  float: left;
  width: 60%;
}

}

.Blog-content p:nth-of-type(1) {
  margin-top: 0;
}
.Search {
  width: 300px;
  margin: 3em auto 0;
}

@media(min-width: 768px) {
  .Search {
    width: 350px;
    float: right;
    margin: 0;
  }
}

.Search table.gsc-search-box {
  line-height: 1 !important;
}

.Search table.gsc-search-box .gsc-search-button {
  background: #003876;
  width: 26px !important;
}

.Search table.gsc-search-box .gsc-search-button input {
  max-width: 13px;
  max-height: 13px;
}

.Search .gsst_a {
  padding: 6px 0 0 0 !important;
}

.Search .gsc-search-box-tools .gsc-search-box .gsc-input {
  background: transparent !important;
}

.Search input.gsc-search-button {
  display: block;
  color: white;
  padding: 0;
  margin: 0 auto;
  text-decoration: none;
  font-size: 1.3333em;
  line-height: 1;
  position: relative;
  -webkit-transition: none;
          transition: none;
  border-radius: 0;
  border: 0;
}

.Search input.gsc-search-button:before,
.Search input.gsc-search-button:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: .5em solid transparent;
  border-right: none;
  border-left: .85em solid white;
  position: absolute;
  right: 0.95em;
  top: .75em;
}

.Search input.gsc-search-button:after {
  border: .25em solid transparent;
  border-right: none;
  border-left: .425em solid #8f9384;
  right: 1.25em;
  top: 1em;
}

.Search input.gsc-search-button:active,
.Search input.gsc-search-button:hover {
  /*border-top: 4px solid var(--blueDark);
  padding: .8em 2.5em 8px 1em;*/
  color: white;
  /*transition: none;*/
}

@media (min-width: 768px) {
  .Search input.gsc-search-button:active,
  .Search input.gsc-search-button:hover {
    /*border-top-width: 6px;
    padding-bottom: 9px;*/
  }

  .Search input.gsc-search-button:active:before,
  .Search input.gsc-search-button:hover:before {
    /*top: .85em;*/
  }

  .Search input.gsc-search-button:active:after,
  .Search input.gsc-search-button:hover:after {
    /*top: 1.1em;*/
  }
}

.Search input.gsc-search-button:focus {
  outline: none;
  color: white;
}

.Search input.gsc-search-button:disabled {
  background: transparent;
  box-shadow: inset 3px solid #dddeda;
  color: #8f9384;
}

.Search input.gsc-search-button:disabled:before {
  border-left-color: #8f9384;
}

.Search input.gsc-search-button:disabled:after {
  border-left-color: white;
}
.Social {
  margin-top: 1em;
  list-style-type: none;
}

.Social li {
  float: left;
  display: inline-block;
  padding-right: 5px;
}
.Video {
  position: relative;
}

.Video-container {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 15%;
  bottom: 15%;
}

.Video-header {
  color: #fff;
  font-size: 6vw;
  text-align: center;
  text-shadow: 1px 1px #000;
  font-weight: normal;
}

.Video-subheader {
  color: #fff;
  font-size: 4vw;
  text-align: center;
  text-shadow: 1px 1px #000;
  font-weight: normal;
}

@media(min-width: 768px) {
  .Video-container {
    top: 25%;
  }
  .Video-header {
    font-size: 5vw;
  }
  .Video-subheader {
    font-size: 2vw;
  }
}
.u-clearfix:before,
.u-clearfix:after {
    content: " ";
    display: table;
}

.u-clearfix:after {
    clear: both;
}

@media(min-width: 768px) {
  .u-half {
    width: 50%;
    float: left;
  }

  .u-half.u-half--marginLeft {
    width: 49%;
    margin-left: 1%;
    border: 1px solid #707466;
  }

  .u-half.u-half--marginRight {
    width: 49%;
    margin-right: 1%;
    border: 1px solid #707466;
  }
}

.u-borderBottom {
  border-bottom: 1px solid #707466;
  display: block;
  margin: 0 auto;
}

.u-borderBottom:last-child {
  border-bottom: none;
}

.u-wrapper {
  position: relative;
  overflow: hidden;
}

.u-wrapper:before,
.u-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
  border-top: 5px solid rgba(255, 255, 255, .25);
}

.u-wrapper:after {
  bottom: 0;
}

.u-lead {
  text-transform: uppercase;
  color: #b3d8ff;
  font-weight: normal;
}

.u-primary {
  color: #003876;
  font-size: 1.1666em;
}

.u-primary li {
  -webkit-margin-start: 20px;
     -moz-margin-start: 20px;
          margin-inline-start: 20px;
}

.u-largeText {
  font-size: 1.25em;
}

.u-first {
  margin-top: 0;
}

.u-header {
  background-color: #003876;
  color: #fff;
  padding: 0.5em 0;
  border-bottom: 5px solid #002b5c;
}

.u-header--large {
  font-size: 20px;
}

.u-center {
  text-align: center;
}

.u-img {
  margin: 0 auto;
  display: block;
}

.u-noMargin {
  margin: 0;
}

@media(min-width: 600px) {
  .u-TwoColText {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 6em;
    -moz-column-gap: 6em;
    column-gap: 6em;
  }
}

.u-TwoColText p:first-child {
  margin-top: 0;
}

.u-TwoColText ul {
  -webkit-padding-start: 40px;
}

.u-slideDown {
  max-height: 500px;
  opacity: 1;
}
.u-400 {
  min-height: 400px;
}
.u-allCaps {
  text-transform: uppercase;
}

@media(min-width: 768px) {

.u-tableCell {
  display: table-cell;
  width: 50%;
}

}

.u-overlay {
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.u-overlay--active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  background-color: rgba(0,0,0,0.5);
  z-index: 110;
}

.u-hidden {
  overflow: hidden;
}

.u-video {
  max-width: 100%;
}

.hp-wrap {
  display: none;
}

.Form--quote {
  position: absolute;
  top: -9999px;
/*  transition: all 0.5s;*/
  z-index: 2000;
}

.Form--quoteActive {
  position: fixed;
}

.Form--quoteInner {
  /*position: fixed;*/
  z-index: 1000;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  background-color: #fff;
  padding: 5%;
}

.Form--quoteClose {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 1.5em;
  text-decoration: none;
}

#ninja_forms_form_5_all_fields_wrap {
  font-size: 0.8em;
}

#ninja_forms_form_5_all_fields_wrap label {
  display: block;
}

@media(min-width: 500px) {
  #ninja_forms_form_5_all_fields_wrap {
    font-size: 1em;
  }
  #ninja_forms_form_5_all_fields_wrap label {
    display: inline-block;
    width: 130px;
  }
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.video-width {
  max-width: 560px;
  margin: 0 auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

@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;
    }
}
