/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
 Site Name:
 Author:
 Stylesheet: Main Stylesheet
 ******************************************************************/
/*********************
 IMPORTING PARTIALS
 These files are needed at the beginning so that we establish all
 our mixins, functions, and variables that we'll be using across
 the whole project.
 *********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
 HTML5 display definitions
 ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block;
}
/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* ==========================================================================
 Base
 ========================================================================== */
/**
 * 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 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
 Links
 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}
/* ==========================================================================
 Typography
 ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong, .strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn, em, .em {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
 */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before, q:after {
  content: '';
  content: none;
}
small, .small {
  font-size: 75%;
}
/**
 * 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;
}
/* ==========================================================================
 Lists
 ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl, menu, ol, ul {
  margin: 1em 0;
}
dd {
  margin: 0;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}
ol, ul {
  padding: 0;
  list-style-type: none;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
 Embedded content
 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
 Figures
 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
 Forms
 ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * 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 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
 Tables
 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement, .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .cf:before, .comment-respond:before, .clearfix:after, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}
/*
 use the best ampersand
 http://simplebits.com/notebook/2008/08/14/ampersands-2/
 */
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
  font-style: italic;
}
/******************************************************************
 Site Name:
 Author:
 Stylesheet: Variables
 Here is where we declare all our variables like colors, fonts,
 base values, and defaults. We want to make sure this file ONLY
 contains variables that way our files don't get all messy.
 No one likes a mess.
 ******************************************************************/
/*********************
 COLORS
 Need help w/ choosing your colors? Try this site out:
 http://0to255.com/
 *********************/
/*
 Here's a great tutorial on how to
 use color variables properly:
 http://sachagreif.com/sass-color-variables/
 */
/******************************************************************
 Site Name:
 Author:
 Stylesheet: Typography
 Need to import a font or set of icons for your site? Drop them in
 here or just use this to establish your typographical grid. Or not.
 Do whatever you want to...GOSH!
 Helpful Articles:
 http://trentwalton.com/2012/06/19/fluid-type/
 http://ia.net/blog/responsive-typography-the-basics/
 http://alistapart.com/column/responsive-typography-is-a-physical-discipline
 ******************************************************************/
/*********************
 FONT FACE (IN YOUR FACE)
 *********************/
/*  To embed your own fonts, use this syntax
 and place your fonts inside the
 library/fonts folder. For more information
 on embedding fonts, go to:
 http://www.fontsquirrel.com/
 Be sure to remove the comment brackets.
 */
/*  @font-face {
 font-family: 'Font Name';
 src: url('/wp-content/themes/tls-theme/library/scss/library/fonts/font-name.eot');
 src: url('/wp-content/themes/tls-theme/library/scss/library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
 url('/wp-content/themes/tls-theme/library/scss/library/fonts/font-name.woff') format('woff'),
 url('/wp-content/themes/tls-theme/library/scss/library/fonts/font-name.ttf') format('truetype'),
 url('/wp-content/themes/tls-theme/library/scss/library/fonts/font-name.svg#font-name') format('svg');
 font-weight: normal;
 font-style: normal;
 }
 */
/*
 The following is based of Typebase:
 https://github.com/devinhunt/typebase.css
 I've edited it a bit, but it's a nice starting point.
 */
@font-face {
  font-family: 'icomoon';
  src: url('/wp-content/themes/tls-theme/library/scss/../fonts/icomoon.eot?pj4tss');
  src: url('/wp-content/themes/tls-theme/library/scss/../fonts/icomoon.eot?#iefixpj4tss') format('embedded-opentype'), url('/wp-content/themes/tls-theme/library/scss/../fonts/icomoon.woff?pj4tss') format('woff'), url('/wp-content/themes/tls-theme/library/scss/../fonts/icomoon.ttf?pj4tss') format('truetype'), url('/wp-content/themes/tls-theme/library/scss/../fonts/icomoon.svg?pj4tss#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  -ms-word-wrap: keep-all;
  word-break: keep-all;
  word-break: keep-all;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}
/******************************************************************
 Site Name:
 Author:
 Stylesheet: Sass Functions
 You can do a lot of really cool things in Sass. Functions help you
 make repeated actions a lot easier. They are really similar to mixins,
 but can be used for so much more.
 Anyway, keep them all in here so it's easier to find when you're
 looking for one.
 For more info on functions, go here:
 http://sass-lang.com/documentation/Sass/Script/Functions.html
 ******************************************************************/
/*********************
 COLOR FUNCTIONS
 These are helpful when you're working
 with shadows and such things. It's essentially
 a quicker way to write RGBA.
 Example:
 box-shadow: 0 0 4px black(0.3);
 compiles to:
 box-shadow: 0 0 4px rgba(0,0,0,0.3);
 *********************/
/*********************
 RESPONSIVE HELPER FUNCTION
 If you're creating a responsive site, then
 you've probably already read
 Responsive Web Design: http://www.abookapart.com/products/responsive-web-design
 Here's a nice little helper function for calculating
 target / context
 as mentioned in that book.
 Example:
 width: cp(650px, 1000px);
 or
 width: calc-percent(650px, 1000px);
 both compile to:
 width: 65%;
 *********************/
/******************************************************************
 Site Name:
 Author:
 Stylesheet: Mixins Stylesheet
 This is where you can take advantage of Sass' great features: Mixins.
 I won't go in-depth on how they work exactly,
 there are a few articles below that will help do that. What I will
 tell you is that this will help speed up simple changes like
 changing a color or adding CSS3 techniques gradients.
 A WORD OF WARNING: It's very easy to overdo it here. Be careful and
 remember less is more.
 Helpful:
 http://sachagreif.com/useful-sass-mixins/
 http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
 http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/
 ******************************************************************/
/*********************
 TRANSITION
 *********************/
/*
 I totally rewrote this to be cleaner and easier to use.
 You'll need to be using Sass 3.2+ for these to work.
 Thanks to @anthonyshort for the inspiration on these.
 USAGE: @include transition(all 0.2s ease-in-out);
 */
/*********************
 CSS3 GRADIENTS
 Be careful with these since they can
 really slow down your CSS. Don't overdo it.
 *********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
 BOX SIZING
 *********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
 probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
 Site Name: TLS
 Author:
 Stylesheet: Grid Stylesheet
 ******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important;
}
/*
 Mobile Grid Styles
 These are the widths for the mobile grid.
 There are four types, but you can add or customize
 them however you see fit.
 */
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 30px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .m-1of2 {
    float: left;
    padding-right: 30px;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    padding-right: 30px;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 30px;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 30px;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 30px;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 30px;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    padding-right: 30px;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    padding-right: 30px;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    padding-right: 30px;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    padding-right: 30px;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 30px;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 30px;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 30px;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 30px;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 30px;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 30px;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    padding-right: 30px;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 30px;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 30px;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 30px;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 30px;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 30px;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 30px;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 30px;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 30px;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 30px;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 30px;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    padding-right: 30px;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    padding-right: 30px;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 30px;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    padding-right: 30px;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    padding-right: 30px;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 30px;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 30px;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 30px;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 30px;
    width: 9.0909090909%;
  }
  .d-1of12 {
    float: left;
    padding-right: 30px;
    width: 8.33%;
  }
}
/*********************
 IMPORTING MODULES
 Modules are reusable blocks or elements we use throughout the project.
 We can break them up as much as we want or just keep them all in one.
 I mean, you can do whatever you want. The world is your oyster. Unless
 you hate oysters, then the world is your peanut butter & jelly sandwich.
 *********************/
/******************************************************************
 Site Name:
 Author:
 Stylesheet: Alert Styles
 If you want to use these alerts in your design, you can. If not,
 you can just remove this stylesheet.
 ******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}
/******************************************************************
 Site Name:
 Author:
 Stylesheet: Button Styles
 Buttons are a pretty important part of your site's style, so it's
 important to have a consistent baseline for them. Use this stylesheet
 to create all kinds of buttons.
 Helpful Links:
 http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/
 ******************************************************************/
/*********************
 BUTTON DEFAULTS
 We're gonna use a placeholder selector here
 so we can use common styles. We then use this
 to load up the defaults in all our buttons.
 Here's a quick video to show how it works:
 http://www.youtube.com/watch?v=hwdVpKiJzac
 *********************/
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: "myriad-pro", sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover, .blue-btn:focus {
  color: #fff;
  text-decoration: none;
}
.blue-btn:active {
  top: 1px;
}
/*
 An example button.
 You can use this example if you want. Just replace all the variables
 and it will create a button dependant on those variables.
 */
.blue-btn {
  background-color: #0f77d7;
}
.blue-btn:hover, .blue-btn:focus {
  background-color: #0e6cc4;
}
.blue-btn:active {
  background-color: #0d6abf;
}
/******************************************************************
 Site Name:
 Author:
 Stylesheet: Form Styles
 ******************************************************************/
/*********************
 INPUTS
 *********************/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 3px 12px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #3a3a3c;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  font-family: "myriad-pro", sans-serif;
  background-color: #dddddd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, select:focus, textarea:focus, .field:focus, input[type="text"]:active, input[type="password"]:active, input[type="datetime"]:active, input[type="datetime-local"]:active, input[type="date"]:active, input[type="month"]:active, input[type="time"]:active, input[type="week"]:active, input[type="number"]:active, input[type="email"]:active, input[type="url"]:active, input[type="search"]:active, input[type="tel"]:active, input[type="color"]:active, select:active, textarea:active, .field:active {
  background-color: #fff;
}
input[type="text"].error, input[type="password"].error, input[type="datetime"].error, input[type="datetime-local"].error, input[type="date"].error, input[type="month"].error, input[type="time"].error, input[type="week"].error, input[type="number"].error, input[type="email"].error, input[type="url"].error, input[type="search"].error, input[type="tel"].error, input[type="color"].error, select.error, textarea.error, .field.error, input[type="text"].is-invalid, input[type="password"].is-invalid, input[type="datetime"].is-invalid, input[type="datetime-local"].is-invalid, input[type="date"].is-invalid, input[type="month"].is-invalid, input[type="time"].is-invalid, input[type="week"].is-invalid, input[type="number"].is-invalid, input[type="email"].is-invalid, input[type="url"].is-invalid, input[type="search"].is-invalid, input[type="tel"].is-invalid, input[type="color"].is-invalid, select.is-invalid, textarea.is-invalid, .field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/tls-theme/library/scss/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type="text"].success, input[type="password"].success, input[type="datetime"].success, input[type="datetime-local"].success, input[type="date"].success, input[type="month"].success, input[type="time"].success, input[type="week"].success, input[type="number"].success, input[type="email"].success, input[type="url"].success, input[type="search"].success, input[type="tel"].success, input[type="color"].success, select.success, textarea.success, .field.success, input[type="text"].is-valid, input[type="password"].is-valid, input[type="datetime"].is-valid, input[type="datetime-local"].is-valid, input[type="date"].is-valid, input[type="month"].is-valid, input[type="time"].is-valid, input[type="week"].is-valid, input[type="number"].is-valid, input[type="email"].is-valid, input[type="url"].is-valid, input[type="search"].is-valid, input[type="tel"].is-valid, input[type="color"].is-valid, select.is-valid, textarea.is-valid, .field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/tls-theme/library/scss/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="password"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="date"][disabled], input[type="month"][disabled], input[type="time"][disabled], input[type="week"][disabled], input[type="number"][disabled], input[type="email"][disabled], input[type="url"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="color"][disabled], select[disabled], textarea[disabled], .field[disabled], input[type="text"].is-disabled, input[type="password"].is-disabled, input[type="datetime"].is-disabled, input[type="datetime-local"].is-disabled, input[type="date"].is-disabled, input[type="month"].is-disabled, input[type="time"].is-disabled, input[type="week"].is-disabled, input[type="number"].is-disabled, input[type="email"].is-disabled, input[type="url"].is-disabled, input[type="search"].is-disabled, input[type="tel"].is-disabled, input[type="color"].is-disabled, select.is-disabled, textarea.is-disabled, .field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="password"][disabled]:focus, input[type="datetime"][disabled]:focus, input[type="datetime-local"][disabled]:focus, input[type="date"][disabled]:focus, input[type="month"][disabled]:focus, input[type="time"][disabled]:focus, input[type="week"][disabled]:focus, input[type="number"][disabled]:focus, input[type="email"][disabled]:focus, input[type="url"][disabled]:focus, input[type="search"][disabled]:focus, input[type="tel"][disabled]:focus, input[type="color"][disabled]:focus, select[disabled]:focus, textarea[disabled]:focus, .field[disabled]:focus, input[type="text"].is-disabled:focus, input[type="password"].is-disabled:focus, input[type="datetime"].is-disabled:focus, input[type="datetime-local"].is-disabled:focus, input[type="date"].is-disabled:focus, input[type="month"].is-disabled:focus, input[type="time"].is-disabled:focus, input[type="week"].is-disabled:focus, input[type="number"].is-disabled:focus, input[type="email"].is-disabled:focus, input[type="url"].is-disabled:focus, input[type="search"].is-disabled:focus, input[type="tel"].is-disabled:focus, input[type="color"].is-disabled:focus, select.is-disabled:focus, textarea.is-disabled:focus, .field.is-disabled:focus, input[type="text"][disabled]:active, input[type="password"][disabled]:active, input[type="datetime"][disabled]:active, input[type="datetime-local"][disabled]:active, input[type="date"][disabled]:active, input[type="month"][disabled]:active, input[type="time"][disabled]:active, input[type="week"][disabled]:active, input[type="number"][disabled]:active, input[type="email"][disabled]:active, input[type="url"][disabled]:active, input[type="search"][disabled]:active, input[type="tel"][disabled]:active, input[type="color"][disabled]:active, select[disabled]:active, textarea[disabled]:active, .field[disabled]:active, input[type="text"].is-disabled:active, input[type="password"].is-disabled:active, input[type="datetime"].is-disabled:active, input[type="datetime-local"].is-disabled:active, input[type="date"].is-disabled:active, input[type="month"].is-disabled:active, input[type="time"].is-disabled:active, input[type="week"].is-disabled:active, input[type="number"].is-disabled:active, input[type="email"].is-disabled:active, input[type="url"].is-disabled:active, input[type="search"].is-disabled:active, input[type="tel"].is-disabled:active, input[type="color"].is-disabled:active, select.is-disabled:active, textarea.is-disabled:active, .field.is-disabled:active {
  background-color: #d5edf8;
}
input[type="password"] {
  letter-spacing: 0.3em;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}
select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(/wp-content/themes/tls-theme/library/scss/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}
/*********************
 BASE (MOBILE) SIZE
 This are the mobile styles. It's what people see on their phones. If
 you set a great foundation, you won't need to add too many styles in
 the other stylesheets. Remember, keep it light: Speed is Important.
 *********************/
/******************************************************************
 Site Name: TLS
 Author:
 Stylesheet: Base Mobile Stylesheet
 ******************************************************************/
/*********************
 GENERAL STYLES
 *********************/
body {
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #f6f6f6;
  background-color: #252525;
  background-image: url(/wp-content/themes/tls-theme/library/scss/../images/bg.png);
  background-size: cover;
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
}
.icon-home-page-03:before {
  content: "\e600";
}
.icon-home-page-01:before {
  content: "\e601";
}
.icon-home-page-02-01:before {
  content: "\e602";
}
.icon-blog-twitter:before {
  content: "\e603";
}
.icon-blog-facebook:before {
  content: "\e604";
}
.icon-blog-google:before {
  content: "\e605";
}
.icon-blog-rss:before {
  content: "\e606";
}
.icon-social-footer-youtube:before {
  content: "\e607";
}
.icon-social-header-google:before {
  content: "\e608";
}
.icon-social-header-facebook:before {
  content: "\e609";
}
.icon-social-footer-google:before {
  content: "\e60a";
}
.icon-social-footer-facebook:before {
  content: "\e60b";
}
.icon-social-footer-linkedin:before {
  content: "\e60c";
}
.icon-envelope:before {
  content: "\e60d";
}
.icon-arrow:before {
  content: "\e60e";
}
.icon-comment:before {
  content: "\e60f";
}
.icon-magnify:before {
  content: "\e610";
}
.icon-social-twitter:before {
  content: "\e611";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-chevron-circle-left:before {
  content: "\f137";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-cross:before {
  content: "\e117";
}
.icon-comment:before {
  content: "\f075";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-rss-square:before {
  content: "\f143";
}
.icon-instagram:before {
  content: "\e900";
}
/********************
 WORDPRESS BODY CLASSES
 style a page via class
 ********************/
.archive .sortBy {
  font-size: 30px;
}
.search .excerpt-read-more {
  margin-top: 15px;
}
/*********************
 LAYOUT & GRID STYLES
 *********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}
#bodyWrap {
  margin-top: 0px;
  margin-bottom: 0px;
  border: none;
  box-shadow: none;
  width: 100%;
}
/*********************
 LINK STYLES
 *********************/
a, a:visited {
  color: #3cb5fe;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover, a:visited:hover, a:focus, a:visited:focus {
  color: #0ea4fe;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
a.blueButton, button.blueButton {
  display: inline-block;
  padding: 10px 12px 10px 12px;
  background: #0d95e2;
  background: -moz-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d95e2), color-stop(100%, #084fc9));
  background: -webkit-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -o-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -ms-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: linear-gradient(to bottom, #0d95e2 0%, #084fc9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d95e2', endColorstr='#084fc9',GradientType=0);
  color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  line-height: 13px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -o-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  border: none;
}
a.blueButton:after, button.blueButton:after {
  content: '\00a0\00a0 \e60e';
  font-family: 'icomoon';
  font-style: normal;
  font-size: 12px;
}
a.blueButton:hover, button.blueButton:hover, a.blueButton:focus, button.blueButton:focus {
  background: #dad8d7;
  background: -moz-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ededed), color-stop(100%, #92908f));
  background: -webkit-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: -o-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: -ms-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: linear-gradient(to bottom, #ededed 1%, #92908f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#92908f',GradientType=0);
  color: #212122;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
}
hr {
  height: 1px;
  width: 100%;
  background-color: #4e4e50;
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
  display: block;
}
/******************************************************************
 H1, H2, H3, H4, H5 STYLES
 ******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}
h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3, .h3 {
  font-size: 1.125em;
}
h4, .h4, h3.comment-reply-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0px;
}
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*********************
 HEADER STYLES
 *********************/
.header {
  position: relative;
}
.header #inner-header {
  background: #3d3c3b;
  background: -moz-linear-gradient(top, #3d3c3b 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d3c3b), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #3d3c3b 0%, #000000 100%);
  background: -o-linear-gradient(top, #3d3c3b 0%, #000000 100%);
  background: -ms-linear-gradient(top, #3d3c3b 0%, #000000 100%);
  background: linear-gradient(to bottom, #3d3c3b 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d3c3b', endColorstr='#000000',GradientType=0);
  height: 140px;
  position: relative;
}
.header #inner-header a#logo {
  text-indent: -9999px;
  width: 248px;
  height: 109px;
  display: block;
  background-image: url(/wp-content/themes/tls-theme/library/scss/../images/logo.png);
  background-size: 248px 109px;
  margin: 0px auto;
  margin-top: 10px;
}
.header #inner-header .mobileCall {
  display: block !important;
  width: 45px;
  height: 45px;
  background-color: #615f5e;
  position: absolute;
  top: calc(50% - 22px);
  right: 20px;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-image: url(/wp-content/themes/tls-theme/library/scss/../images/call-answer.png);
  background-size: 22px 22px;
  background-position: 12px 12px;
  background-repeat: no-repeat;
}
.header #inner-header .mobileCall:hover {
  background-color: #0f77d7;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header #inner-header ul#headSocial {
  display: none;
}
.header #inner-header #headerRight {
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
}
.header #inner-header #headerRight a.blueButton {
  width: 124px;
}
.header #inner-header #headerRight a.blueButton:after {
  content: '\00a0\00a0\00a0\00a0\e60e';
}
.header #inner-header #headerRight .formWrapper {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #403f3d;
  width: 100%;
  height: 24px;
}
.header #inner-header #headerRight .formWrapper .screen-reader-text {
  display: none;
}
.header #inner-header #headerRight .formWrapper ::-webkit-input-placeholder {
  font-weight: 600;
  color: #c3c2c2;
  font-style: italic;
}
.header #inner-header #headerRight .formWrapper :-moz-placeholder {
  font-weight: 600;
  color: #c3c2c2;
  font-style: italic;
}
.header #inner-header #headerRight .formWrapper ::-moz-placeholder {
  font-weight: 600;
  color: #c3c2c2;
  font-style: italic;
}
.header #inner-header #headerRight .formWrapper :-ms-input-placeholder {
  font-weight: 600;
  color: #c3c2c2;
  font-style: italic;
}
.header #inner-header #headerRight .formWrapper input[type=text] {
  margin: 0 10px 0 10px;
  padding: 0px;
  background-color: transparent;
  float: left;
  width: 75px;
  height: 24px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  outline: none;
  border: none;
}
.header #inner-header #headerRight .formWrapper button[type=submit] {
  float: right;
  border: none;
  background-color: transparent;
  color: #c3c2c2;
  display: block;
  width: 24px;
  height: 24px;
  outline: none;
  margin-right: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header #inner-header #headerRight .formWrapper button[type=submit]:hover, .header #inner-header #headerRight .formWrapper button[type=submit]:focus {
  color: #fff;
}
.header nav {
  position: relative;
  z-index: 101;
  background: #0d95e2;
  background: -moz-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d95e2), color-stop(100%, #084fc9));
  background: -webkit-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -o-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -ms-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: linear-gradient(to bottom, #0d95e2 0%, #084fc9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d95e2', endColorstr='#084fc9',GradientType=0);
}
.header nav .menuLabel {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  line-height: 43px;
  padding-left: 10px;
  -moz-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -o-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
}
.header .nav {
  border-bottom: 0;
  -moz-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -o-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  max-height: 45px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.header .nav.showMenu {
  max-height: 2000px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  float: none;
}
.header .nav li.mobileMenu {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
}
.header .nav li.mobileMenu > a {
  padding-top: 8px;
}
.header .nav li.mobileMenu > a:before {
  content: "\f0c9";
  font-family: "icomoon";
  font-style: normal;
  font-size: 20px;
  float: right;
}
.header .nav li.mobileMenu > a:hover, .header .nav li.mobileMenu > a:focus {
  background-color: transparent;
  background-image: none;
  color: #fff;
  -moz-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -o-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
}
.header .nav li:first-of-type {
  margin-top: 45px;
}
.header .nav li:last-of-type {
  border-bottom: none;
}
.header .nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.75em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
}
.header .nav li a:hover, .header .nav li a:focus, .header .nav li.current-menu-item > a {
  color: #212122;
  background: #dad8d7;
  background: -moz-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ededed), color-stop(100%, #92908f));
  background: -webkit-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: -o-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: -ms-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: linear-gradient(to bottom, #ededed 1%, #92908f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#92908f',GradientType=0);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
}
.header .nav li ul.sub-menu, .header .nav li ul.children {
  margin: 0px;
}
.header .nav li ul.sub-menu li, .header .nav li ul.children li {
  margin-top: 0px;
  border-bottom: none;
}
.header .nav li ul.sub-menu li a, .header .nav li ul.children li a {
  padding-left: 30px;
  font-size: 12px;
}
.header .nav li ul.sub-menu li a:before, .header .nav li ul.children li a:before {
  content: "\f0da \00a0";
  font-family: "icomoon";
  font-style: normal;
}
/* end .menu li */
/* highlight current page */
/* end current highlighters */
/* end .nav */
/*********************
 POSTS & CONTENT STYLES
 *********************/
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#content {
  background-color: #373739;
}
.hentry {
  margin-bottom: 1.5em;
}
.hentry header.heroBanner {
  height: 220px;
  position: relative;
  overflow: hidden;
  background-color: #eaedf2;
  background-color: #373739;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hentry header.heroBanner:hover > .button {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hentry header.heroBanner div.entry-title {
  display: block;
  position: absolute;
  z-index: 99;
  width: auto;
  min-height: 42px;
  left: 20px;
  bottom: 20px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  padding: 0px 18px 0px 18px;
  background-color: rgba(15, 119, 215, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -o-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
}
.hentry header.heroBanner .vcard {
  text-indent: -9999px;
  line-height: 0px;
}
.hentry header.heroBanner .loader {
  position: relative;
  margin: 0px auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  margin-top: 80px;
  opacity: 0.7;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  padding-left: 2px;
}
.hentry header.heroBanner .loader:before {
  text-align: center;
  letter-spacing: 0px;
}
.hentry header.heroBanner .loader.hideLoader {
  display: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hentry header.heroBanner #heroSpace {
  display: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.hentry header.heroBanner #heroSpace li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 50;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
  box-shadow: inset 1px 4px 20px -6px rgba(0, 0, 0, 0.6);
}
.hentry header.heroBanner #heroSpace li:first-of-type {
  display: block;
}
.hentry header.heroBanner .button {
  display: none;
}
.hentry header.mapBanner {
  height: 220px;
  position: relative;
  overflow: hidden;
  background-color: #eaedf2;
  background-color: #373739;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hentry header.mapBanner #map_canvas {
  width: 100%;
  height: 100%;
}
.hentry header.mapBanner .vcard {
  text-indent: -9999px;
  line-height: 0px;
}
.hentry header.mapBanner h1.entry-title {
  display: block;
  position: absolute;
  z-index: 99;
  width: auto;
  min-height: 42px;
  left: 20px;
  bottom: 20px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  padding: 0px 18px 0px 18px;
  background-color: rgba(15, 119, 215, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -o-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
}
.hentry .last-col {
  padding-left: 0px;
}
.hentry section.headline {
  background-color: #4a494b;
  min-height: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  display: table;
  width: 100%;
}
.hentry section.headline h1 {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  font-style: italic;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  padding-left: 2%;
  padding-right: 2%;
}
.hentry section.headline_blocks {
  background-color: #4a494b;
  width: 100%;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.hentry section.headline_blocks .block {
  padding: 19px 0px;
}
.hentry section.headline_blocks .block_1, .hentry section.headline_blocks .block_4 {
  background: #3d3c3b;
  background: -moz-linear-gradient(top, #3d3c3b 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d3c3b), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #3d3c3b 0%, #000000 100%);
  background: -o-linear-gradient(top, #3d3c3b 0%, #000000 100%);
  background: -ms-linear-gradient(top, #3d3c3b 0%, #000000 100%);
  background: linear-gradient(to bottom, #3d3c3b 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d3c3b', endColorstr='#000000',GradientType=0);
}
.hentry section.headline_blocks .block_3, .hentry section.headline_blocks .block_2 {
  background: #505050;
  background: -moz-linear-gradient(top, #505050 0%, #1c1c1c 100%);
  background: -webkit-linear-gradient(top, #505050 0%, #1c1c1c 100%);
  background: linear-gradient(to bottom, #505050 0%, #1c1c1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#1c1c1c',GradientType=0);
}
.hentry .contentWrap {
  padding: 20px 20px 0px 20px;
}
.hentry section.entry-content {
  float: right;
}
.hentry section.entry-content .homeException {
  font-size: 90%;
}
.hentry section.entry-content.used {
  width: 100%;
  margin: 0px auto;
  float: none;
}
.hentry section.entry-content .breadCrumb {
  font-size: 13px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.hentry section.entry-content .breadCrumb .parentTitle a {
  color: #8f8f8f;
}
.hentry section.entry-content p {
  margin: 0 0 1.5em;
}
.hentry section.entry-content h2.blockTitle {
  margin-top: 0px;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3em;
}
.hentry section.entry-content img.sectionImage {
  display: block;
  width: 100%;
  height: auto;
  clear: both;
}
.hentry section.entry-content ul, .hentry section.entry-content ol {
  list-style: disc;
  margin-left: 40px;
}
.hentry section.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}
.hentry section.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hentry section.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}
.hentry section.entry-content tr:nth-child(even) {
  background-color: #c3c2c2;
}
.hentry section.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}
.hentry section.entry-content td:last-child {
  border-right: 0;
}
.hentry section.entry-content th {
  background-color: #c3c2c2;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
.hentry section.entry-content th:last-child {
  border-right: 0;
}
.hentry section.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #0f77d7;
  font-style: italic;
  color: #9fa6b4;
}
.hentry section.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.hentry section.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.hentry section.entry-content .size-auto, .hentry section.entry-content .size-full, .hentry section.entry-content .size-large, .hentry section.entry-content .size-medium, .hentry section.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.hentry section.entry-content pre {
  background: #323944;
  color: #c3c2c2;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}
.hentry section.entry-content .highlightProd .imgWrap {
  float: none;
}
.hentry section.entry-content .highlightProd .imgWrap a.itemTrigger {
  margin: 0px auto;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  max-width: 280px;
  font-size: 0px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.hentry section.entry-content .highlightProd .imgWrap a.itemTrigger img {
  margin: 0px;
}
.hentry section.entry-content .highlightProd .imgWrap a.itemTrigger:hover > .activeBut, .hentry section.entry-content .highlightProd .imgWrap a.itemTrigger:focus > .activeBut {
  display: block;
}
.hentry section.entry-content .highlightProd .imgWrap a.itemTrigger:hover:before, .hentry section.entry-content .highlightProd .imgWrap a.itemTrigger:focus:before {
  content: '';
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 93;
}
.hentry section.entry-content .highlightProd .imgWrap a.itemTrigger .activeBut {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  background-image: url(/wp-content/themes/tls-theme/library/scss/../images/open-but.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  display: none;
  z-index: 94;
  /* end .entry-content */
}
.hentry section.topSection {
  width: 100%;
  margin: 0px auto;
}
.hentry section.topSection h4 {
  text-align: center;
}
.hentry section.topSection .leftUpper, .hentry section.topSection .rightUpper {
  width: 100%;
  margin: 0px auto;
  float: left;
  clear: both;
  text-align: center;
}
.hentry section.topSection .leftLower, .hentry section.topSection .centerLower, .hentry section.topSection .rightLower {
  width: 100%;
  margin: 0px auto;
  float: left;
  clear: both;
  text-align: center;
}
.hentry section.bottomSection .staffMember {
  width: 50%;
  float: left;
  padding-right: 1%;
  font-size: 13px;
  min-height: 120px;
}
.hentry section.bottomSection .staffMember .name {
  font-weight: 700;
}
.hentry .testimonial {
  font-family: "Adelle", Cambria, Times New Roman, Times, serif;
  font-weight: 400;
  font-size: 25px;
  font-style: italic;
  text-align: center;
}
.hentry .testimonial .testi_content p:before {
  content: '“';
}
.hentry .testimonial .testi_content p:after {
  content: '”';
}
.hentry .testimonial .test_meta {
  font-family: "myriad-pro", sans-serif;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  clear: both;
  float: left;
  width: 100%;
  font-style: normal;
  padding-bottom: 14px;
}
.hentry .test-wrap {
  margin: 0px auto;
  width: 80%;
  position: relative;
  text-align: center;
}
.hentry .test-wrap #testimonialss {
  list-style: none;
  margin-left: 0px;
}
.hentry .test-wrap #testimonialss li {
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
}
.hentry .test-wrap #next2, .hentry .test-wrap #prev2 {
  display: block;
  position: absolute;
  color: #fff;
  width: 30px;
  height: 30px;
  opacity: 0.25;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0px;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
}
.hentry .test-wrap #prev2 {
  left: -54px;
}
.hentry .test-wrap #next2 {
  right: -54px;
}
.hentry .test-wrap #next2:hover, .hentry .test-wrap #prev2:hover {
  opacity: 1;
}
.hentry .test-wrap #pager_nav {
  margin: 0px auto;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.hentry .test-wrap #pager_nav li {
  display: inline-block;
}
.hentry .test-wrap #pager_nav li a {
  display: block;
  width: 5px;
  height: 5px;
  opacity: 0.25;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  margin: 0px 7px 0px 7px;
  background-color: #fff;
  cursor: default;
}
.hentry .test-wrap #pager_nav li.activeSlide a {
  opacity: 1;
}
.hentry .test-wrap .blueButton {
  margin: auto 30px !important;
}
.hentry footer p {
  margin: 0;
}
.hentry footer .shareWrap {
  height: 35px;
  position: relative;
}
.hentry footer iframe {
  display: block;
  float: left;
}
.hentry footer .googleWrap {
  width: 80px;
  display: block;
  float: left;
  height: 35px;
  position: relative;
}
.hentry footer .googleWrap:after {
  display: block;
  clear: both;
}
.hentry .itemWrapper {
  float: left;
  width: 98%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 25px;
}
.hentry .itemWrapper a.itemTrigger {
  display: block;
  width: 100%;
  font-size: 0px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.hentry .itemWrapper a.itemTrigger:hover > .activeBut, .hentry .itemWrapper a.itemTrigger:focus > .activeBut {
  display: block;
}
.hentry .itemWrapper a.itemTrigger:hover:before, .hentry .itemWrapper a.itemTrigger:focus:before {
  content: '';
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 93;
}
.hentry .itemWrapper a.itemTrigger .activeBut {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  background-image: url(/wp-content/themes/tls-theme/library/scss/../images/open-but.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  display: none;
  z-index: 94;
}
.hentry .itemWrapper.equipment img {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0px;
}
.hentry .itemWrapper.equipment a.itemTrigger {
  background-size: cover;
}
.hentry .itemWrapper.equipment .title {
  display: block;
  clear: both;
  margin-top: 15px;
  text-align: center;
  font-weight: 600;
}
.hentry .itemWrapper h3 {
  margin-top: 25px;
  margin-bottom: 0px;
  font-size: 20px;
}
.hentry .itemWrapper .price {
  font-size: 20px;
}
.hentry .itemWrapper a.orderButton {
  display: inline-block;
  background-color: #0f77d7;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  width: auto;
  padding: 3px 8px;
  border-radius: 3px;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hentry .itemWrapper a.orderButton:before {
  font-family: 'icomoon';
  content: "\e60d \00a0";
}
.hentry .itemWrapper a.orderButton:hover {
  background-color: #c3c2c2;
  color: #373739;
}
.hentry .itemWrapper .description {
  font-size: 13px;
  line-height: 12px;
  color: #dddddd;
}
.hentry .moreInfo {
  text-align: center;
  font-size: 15px;
}
.hentry .moreInfo .moreTitle {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
  display: inline-block;
}
.hentry .moreInfo .icon {
  display: block;
  margin: 0px auto;
  clear: both;
  background-size: 45px 45px;
  width: 45px;
  height: 45px;
  margin-bottom: 20px;
  margin-top: 0px;
}
.hentry .moreInfo .usedIcon {
  background-image: url(/wp-content/themes/tls-theme/library/scss/../images/used-icon@2x.png);
}
.hentry .moreInfo .servicesIcon {
  background-image: url(/wp-content/themes/tls-theme/library/scss/../images/services-icon@2x.png);
}
.hentry .moreInfo .galleryIcon {
  background-image: url(/wp-content/themes/tls-theme/library/scss/../images/gallery-icon@2x.png);
  background-position: center 5px;
}
.hentry .faqCat {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #4e4e50;
}
.hentry .faqCat .faqWrap {
  margin-bottom: 20px;
}
.hentry .faqCat .faqWrap .answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  transition: max-height 0.8s;
}
.hentry .faqCat .faqWrap .answer.showMe {
  max-height: 800px;
}
.hentry .faqCat.last {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.hentry .aboutWrap {
  width: 100%;
  margin-top: 20px;
}
.hentry .aboutWrap .logo {
  width: 25%;
  float: left;
  padding-right: 2%;
  min-height: 90px;
}
.hentry .aboutWrap .logo img {
  display: block;
  margin: 0px auto;
}
.hentry .top {
  float: right;
  margin-bottom: 20px;
}
.hentry .top:before {
  font-family: "icomoon";
  content: "\f0d8";
  float: left;
  margin-right: 5px;
}
.hentry h2.home {
  margin-bottom: 20px;
  font-size: 13px !important;
  text-align: left;
  font-weight: 700;
}
/* end .hentry */
.galleryWrap {
  background-color: #151515;
  padding-top: 20px;
}
.galleryWrap .rs-image-gallery, .galleryWrap .rsSlide {
  background: #151515 !important;
}
.galleryWrap .rsImg {
  margin-top: 0px !important;
}
.galleryWrap .rsOverflow {
  position: absolute !important;
  top: 0px !important;
  background: #151515 !important;
}
.galleryWrap .rsNav {
  position: absolute !important;
  bottom: 0px !important;
  background: #151515 !important;
}
.post .entry-content h1, .home .entry-content h1 {
  font-size: 28px;
  line-height: 32px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 600;
}
.post .entry-content .byline, .home .entry-content .byline {
  margin-bottom: 25px;
  font-style: normal;
  font-size: 15px;
}
.post .entry-content .byline .icon-comment, .home .entry-content .byline .icon-comment {
  font-size: 12px;
}
.post .entry-content .vcard a, .home .entry-content .vcard a {
  font-weight: 600;
}
.post .entry-content ul.post-categories, .home .entry-content ul.post-categories {
  display: inline;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.post .entry-content ul.post-categories li, .home .entry-content ul.post-categories li {
  display: inline;
}
.post .entry-content .featuredWrap, .home .entry-content .featuredWrap {
  width: 100%;
  float: left;
}
.post .entry-content .featuredWrap img, .home .entry-content .featuredWrap img {
  display: block;
  width: 100%;
  height: auto;
}
.post .entry-content .excerptWrap, .home .entry-content .excerptWrap {
  float: left;
  width: 100%;
  padding-left: 0px;
}
.post .entry-content .blueButton, .home .entry-content .blueButton {
  margin-top: 30px;
  clear: both;
}
.single .entry-content img {
  width: 100%;
  height: auto;
}
.disabled a {
  pointer-events: none;
  cursor: default;
}
.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99990;
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}
.modalDialog .closeCover {
  z-index: 99991;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0px 47px;
}
.modalDialog .closeCover > div {
  max-width: 980px;
  max-height: 90%;
  position: relative;
  z-index: 99999;
  margin: 2% auto;
  padding: 35px 10px 10px 10px;
  border-radius: 5px;
  background: #fff;
  overflow-y: auto;
  color: #373739;
}
.modalDialog .closeCover > div .closeModal {
  text-align: center;
  line-height: 22px;
  display: block;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 22px;
  height: 22px;
  color: #373739;
  font-size: 22px;
}
.modalDialog .closeCover > div .itemImg {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 0px auto;
}
.modalDialog .closeCover > div h3 {
  color: #0f77d7;
  margin-top: 20px;
  margin-bottom: 0px;
}
.modalDialog .closeCover > div .price {
  font-size: 20px;
}
.modalDialog .closeCover > div a.orderButton {
  display: inline-block;
  background-color: #0f77d7;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  width: auto;
  padding: 3px 8px;
  border-radius: 3px;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modalDialog .closeCover > div a.orderButton:before {
  font-family: 'icomoon';
  content: "\e60d \00a0";
}
.modalDialog .closeCover > div a.orderButton:hover {
  background-color: #c3c2c2;
  color: #373739;
}
.modalDialog .closeCover > div .description {
  font-size: 13px;
  line-height: 8px;
}
.modalDialog.equipment > div a.orderButton {
  margin-left: 0px;
}
.single-title, .page-title, .entry-title {
  margin: 0;
}
/* post meta */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0;
}
/******************************************************************
 PAGE NAVI STYLES
 ******************************************************************/
.pagination, .wp-prev-next {
  margin: 1.5em 0;
}
.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #3cb5fe;
}
.pagination a:hover, .pagination span:hover, .pagination a:focus, .pagination span:focus {
  color: #0ea4fe;
}
.pagination .current {
  cursor: default;
  text-decoration: underline;
}
/* end .bones_page_navi */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
 COMMENT STYLES
 ******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  /* number of comments span */
}
.commentlist {
  margin: 0;
  list-style-type: none;
}
.commentlist .alert-help, .commentlist .alert-info, .commentlist .alert-error, .commentlist .alert-success {
  border: none;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  background-color: transparent;
  font-style: italic;
}
.comment {
  position: relative;
  clear: both;
  overflow: hidden;
}
.comment .comment-author {
  border: 0;
  /* vcard */
}
.comment .vcard {
  float: left;
  width: 33%;
  padding-right: 10px;
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
  /* end .commentlist .vcard */
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
}
/* variations */
/* end children */
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
/* general comment classes */
/* comment meta */
/* comment content */
.comment_content {
  float: left;
  width: 66%;
}
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  display: inline-block;
  padding: 10px 12px 10px 12px;
  background: #0d95e2;
  background: -moz-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d95e2), color-stop(100%, #084fc9));
  background: -webkit-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -o-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -ms-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: linear-gradient(to bottom, #0d95e2 0%, #084fc9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d95e2', endColorstr='#084fc9',GradientType=0);
  color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  line-height: 13px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -o-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  border: none;
  float: right;
}
.comment-reply-link:after {
  content: '\00a0\00a0 \e60e';
  font-family: 'icomoon';
  font-style: normal;
  font-size: 12px;
}
.comment-reply-link:hover, .comment-reply-link:focus {
  background: #dad8d7;
  background: -moz-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ededed), color-stop(100%, #92908f));
  background: -webkit-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: -o-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: -ms-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: linear-gradient(to bottom, #ededed 1%, #92908f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#92908f',GradientType=0);
  color: #212122;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
}
.comment-reply-link:after {
  content: '';
}
/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}
/******************************************************************
 COMMENT FORM STYLES
 ******************************************************************/
.comment-respond .comment-notes {
  font-size: 12px;
  margin-bottom: 20px !important;
}
.comment-respond label {
  display: block;
  float: left;
  width: 33%;
}
.comment-respond input[type="text"], .comment-respond input[type="password"], .comment-respond input[type="datetime"], .comment-respond input[type="datetime-local"], .comment-respond input[type="date"], .comment-respond input[type="month"], .comment-respond input[type="time"], .comment-respond input[type="week"], .comment-respond input[type="number"], .comment-respond input[type="email"], .comment-respond input[type="url"], .comment-respond input[type="search"], .comment-respond input[type="tel"], .comment-respond input[type="color"], .comment-respond select, .comment-respond textarea {
  width: 66%;
  margin-bottom: 0px;
  max-width: 320px;
}
.comment-respond textarea {
  max-width: 380px;
}
.comment-respond p {
  margin-bottom: 10px !important;
}
#reply-title {
  margin: 0;
}
.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #f6f6f6;
}
.comment-form-comment {
  margin: 1.5em 0 0.75em;
}
.form-allowed-tags {
  padding: 1.5em;
  background-color: #c3c2c2;
  font-size: 0.9em;
}
/* comment submit button */
#submit {
  display: inline-block;
  padding: 10px 12px 10px 12px;
  background: #0d95e2;
  background: -moz-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d95e2), color-stop(100%, #084fc9));
  background: -webkit-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -o-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -ms-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: linear-gradient(to bottom, #0d95e2 0%, #084fc9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d95e2', endColorstr='#084fc9',GradientType=0);
  color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  line-height: 13px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -o-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  border: none;
  margin-left: 33%;
}
#submit:after {
  content: '\00a0\00a0 \e60e';
  font-family: 'icomoon';
  font-style: normal;
  font-size: 12px;
}
#submit:hover, #submit:focus {
  background: #dad8d7;
  background: -moz-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ededed), color-stop(100%, #92908f));
  background: -webkit-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: -o-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: -ms-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: linear-gradient(to bottom, #ededed 1%, #92908f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#92908f',GradientType=0);
  color: #212122;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
}
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
 SIDEBARS & ASIDES
 *********************/
.sidebar {
  float: left;
}
.widgettitle {
  text-transform: uppercase;
}
.widget, .no-widgets {
  background-color: #4b4b4d;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px;
  font-size: 13px;
}
.widget h4, .no-widgets h4 {
  margin: 0px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}
.widget ul, .no-widgets ul {
  margin: 0px;
}
.widget ul li, .no-widgets ul li {
  margin-bottom: 5px !important;
}
/* deep nesting */
.widget hr, .no-widgets hr {
  background-color: #424244;
  margin-top: 20px;
  margin-bottom: 20px;
}
.widget .searchform, .no-widgets .searchform {
  display: inline-block;
  width: 100%;
}
.widget .searchform > div, .no-widgets .searchform > div {
  width: 100%;
}
.widget .searchform > div #searchsubmit, .no-widgets .searchform > div #searchsubmit {
  display: inline-block;
  display: inline-block;
  padding: 10px 12px 10px 12px;
  background: #0d95e2;
  background: -moz-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d95e2), color-stop(100%, #084fc9));
  background: -webkit-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -o-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -ms-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: linear-gradient(to bottom, #0d95e2 0%, #084fc9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d95e2', endColorstr='#084fc9',GradientType=0);
  color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  line-height: 13px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -o-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  border: none;
  margin-bottom: 0px;
  float: none;
  padding: 8px 12px 8px 12px;
  margin-left: 0px;
  margin-top: 10px;
}
.widget .searchform > div #searchsubmit:after, .no-widgets .searchform > div #searchsubmit:after {
  content: '\00a0\00a0 \e60e';
  font-family: 'icomoon';
  font-style: normal;
  font-size: 12px;
}
.widget .searchform > div #searchsubmit:hover, .no-widgets .searchform > div #searchsubmit:hover, .widget .searchform > div #searchsubmit:focus, .no-widgets .searchform > div #searchsubmit:focus {
  background: #dad8d7;
  background: -moz-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ededed), color-stop(100%, #92908f));
  background: -webkit-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: -o-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: -ms-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: linear-gradient(to bottom, #ededed 1%, #92908f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#92908f',GradientType=0);
  color: #212122;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
}
.widget .searchform > div input[type=text], .no-widgets .searchform > div input[type=text] {
  display: inline-block;
  float: none;
  margin-bottom: 0px;
  width: 100%;
  border: none;
}
.widget .subscribeWrap .rss, .no-widgets .subscribeWrap .rss {
  position: relative;
  display: inline-block;
  height: 10px;
}
.widget .subscribeWrap .rss .blogWrap, .no-widgets .subscribeWrap .rss .blogWrap {
  position: absolute;
  left: 1px;
  top: 2px;
  z-index: 300;
  background-color: #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.widget .subscribeWrap .rss .icon-blog-rss, .no-widgets .subscribeWrap .rss .icon-blog-rss {
  position: absolute;
  left: 0px;
  top: 1px;
  z-index: 301;
}
.widget .subscribeWrap .rss .icon-blog-rss:before, .no-widgets .subscribeWrap .rss .icon-blog-rss:before {
  color: #f28132;
}
.widget .subscribeWrap .rss .label, .no-widgets .subscribeWrap .rss .label {
  position: absolute;
  left: 15px;
  top: -2px;
}
.widget .subscribeWrap .icon-envelope:before, .no-widgets .subscribeWrap .icon-envelope:before {
  color: #dbdbdb;
}
.widget .connectedWrap a.connected, .no-widgets .connectedWrap a.connected {
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 15px;
  border-radius: 3px;
  padding: 0px !important;
}
.widget .connectedWrap a.connected.icon-social-header-facebook, .no-widgets .connectedWrap a.connected.icon-social-header-facebook {
  background-color: #3a5b97;
  color: #fff;
  text-align: center;
}
.widget .connectedWrap a.connected.icon-instagram, .no-widgets .connectedWrap a.connected.icon-instagram {
  background-color: #c32aa3;
  color: #fff;
  text-align: center;
}
.widget .connectedWrap a.connected.icon-social-twitter, .no-widgets .connectedWrap a.connected.icon-social-twitter {
  color: #33acdf;
}
.widget.widget_nav_menu ul li, .no-widgets.widget_nav_menu ul li {
  background: #0d95e2;
  background: -moz-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d95e2), color-stop(100%, #084fc9));
  background: -webkit-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -o-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -ms-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: linear-gradient(to bottom, #0d95e2 0%, #084fc9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d95e2', endColorstr='#084fc9',GradientType=0);
  display: block;
  width: 100%;
  margin-bottom: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.widget.widget_nav_menu ul li:after, .no-widgets.widget_nav_menu ul li:after {
  content: '\00a0\00a0 \e60e';
  font-family: 'icomoon';
  font-style: normal;
  font-size: 12px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 200;
  right: 10px;
  top: 6px;
}
.widget.widget_nav_menu ul li:hover, .no-widgets.widget_nav_menu ul li:hover, .widget.widget_nav_menu ul li:focus, .no-widgets.widget_nav_menu ul li:focus {
  background: #dad8d7;
  background: -moz-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ededed), color-stop(100%, #92908f));
  background: -webkit-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: -o-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: -ms-linear-gradient(top, #ededed 1%, #92908f 100%);
  background: linear-gradient(to bottom, #ededed 1%, #92908f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#92908f',GradientType=0);
}
.widget.widget_nav_menu ul li:hover > a, .no-widgets.widget_nav_menu ul li:hover > a, .widget.widget_nav_menu ul li:focus > a, .no-widgets.widget_nav_menu ul li:focus > a, .widget.widget_nav_menu ul li:hover:after, .no-widgets.widget_nav_menu ul li:hover:after, .widget.widget_nav_menu ul li:focus:after, .no-widgets.widget_nav_menu ul li:focus:after {
  color: #212122;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
}
.widget.widget_nav_menu ul li.current_page_item, .no-widgets.widget_nav_menu ul li.current_page_item {
  background: #0d95e2;
  background: -moz-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d95e2), color-stop(100%, #084fc9));
  background: -webkit-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -o-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: -ms-linear-gradient(top, #0d95e2 0%, #084fc9 100%);
  background: linear-gradient(to bottom, #0d95e2 0%, #084fc9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d95e2', endColorstr='#084fc9',GradientType=0);
}
.widget.widget_nav_menu ul li.current_page_item > a, .no-widgets.widget_nav_menu ul li.current_page_item > a, .widget.widget_nav_menu ul li.current_page_item:after, .no-widgets.widget_nav_menu ul li.current_page_item:after {
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.widget.widget_nav_menu ul li a, .no-widgets.widget_nav_menu ul li a {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  font-size: 12px;
  -moz-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -o-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  padding: 4px 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget input[type=text], .no-widgets input[type=text], .widget input[type=email], .no-widgets input[type=email] {
  background-color: #939394;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
  color: #3a3a3c;
  margin-bottom: 10px;
  float: left;
  clear: both;
  height: 30px;
  max-width: 100%;
  border: none;
}
.widget input[type=text]:focus, .no-widgets input[type=text]:focus, .widget input[type=email]:focus, .no-widgets input[type=email]:focus {
  background-color: #fff;
}
.widget .really_simple_twitter_widget li, .no-widgets .really_simple_twitter_widget li {
  border-bottom: 1px solid #424244;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  font-style: italic;
  font-family: "Adelle", Cambria, Times New Roman, Times, serif;
  font-size: 11px;
}
.widget .really_simple_twitter_widget li:last-of-type, .no-widgets .really_simple_twitter_widget li:last-of-type {
  border-bottom: none;
}
.signup button.blueButton:after {
  content: '';
}
.signup label {
  display: none;
}
.signup ::-webkit-input-placeholder {
  color: #3a3a3c;
}
.signup :-moz-placeholder {
  color: #3a3a3c;
}
.signup ::-moz-placeholder {
  color: #3a3a3c;
}
.signup :-ms-input-placeholder {
  color: #3a3a3c;
}
.member .alia, .member .eia {
  display: inline-block;
  margin-right: 10px;
  width: 68px;
  height: 68px;
  text-indent: -9999px;
}
.member .alia a, .member .eia a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/tls-theme/library/scss/../images/logo-alia.jpg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.member .alia a:hover, .member .eia a:hover {
  opacity: 0.8;
}
.member .eia a {
  background-image: url(/wp-content/themes/tls-theme/library/scss/../images/logo-eia.jpg);
}
/*********************
 FOOTER STYLES
 *********************/
.footer {
  clear: both;
  background: #3d3c3b;
  background: -moz-linear-gradient(top, #3d3c3b 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d3c3b), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #3d3c3b 0%, #000000 100%);
  background: -o-linear-gradient(top, #3d3c3b 0%, #000000 100%);
  background: -ms-linear-gradient(top, #3d3c3b 0%, #000000 100%);
  background: linear-gradient(to bottom, #3d3c3b 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d3c3b', endColorstr='#000000',GradientType=0);
  color: #fff;
  border-top: 1px solid #fff;
  padding: 30px;
  font-size: 13px;
  text-align: center;
}
.footer .footerBlock {
  margin-bottom: 40px;
}
.footer h5 {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  margin-bottom: 15px;
  margin-top: 0px;
  letter-spacing: 0.02em;
}
.footer hr {
  float: left;
  margin: 20px 0px 20px 0px;
}
.footer hr:after {
  clear: both;
}
.footer p.copyright {
  float: left;
  margin-bottom: 0px;
  margin-top: 30px;
  display: block;
  width: 100%;
  color: #666666;
}
.footer p.copyright .devBy {
  display: none;
}
.footer p.copyright a {
  color: #888888;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer p.copyright a:hover {
  color: #fff;
}
.footer .last-col {
  padding-left: 0px;
}
.footer a.contact {
  font-size: 14px;
  font-weight: 700;
  float: none;
  margin: 0px auto;
  padding-top: 13px;
  padding-bottom: 13px;
}
.footer a.contact:before {
  content: "\e60d";
  font-family: "icomoon";
  margin-right: 10px;
  font-style: italic;
  line-height: 18px;
}
.footer a.contact:after {
  font-size: 14px;
  line-height: 18px;
  content: '\00a0\e60e';
}
.footer ul.footerLinks {
  margin: 0;
}
.footer ul.footerLinks li {
  display: inline-block;
  margin-left: 25px;
}
.footer ul.footerLinks li:first-of-type {
  margin-left: 0px;
}
.footer ul.footerLinks li a {
  color: #777777;
  line-height: 30px;
}
.footer ul.footerLinks li a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
}
.footer .socialWrapper {
  display: table;
  clear: both;
  margin: 0px auto;
  margin-bottom: 25px;
}
.footer .socialWrapper:before {
  clear: both;
}
.footer .socialWrapper ul {
  margin: 0px auto;
  width: auto;
}
.footer .socialWrapper ul li {
  display: inline-block;
  margin: 0 12px;
}
.footer .socialWrapper ul li:first-of-type {
  margin-left: 0px;
}
.footer .socialWrapper ul li a {
  color: #777777;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
}
.footer .socialWrapper ul li a span {
  font-size: 13px;
  font-family: "myriad-pro", sans-serif;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  display: none;
}
.footer .socialWrapper ul li a:hover {
  color: #fff;
}
.footer .socialWrapper ul li a.icon-instagram:before, .footer .socialWrapper ul li a.icon-social-footer-youtube:before {
  font-size: 22px;
  vertical-align: middle;
}
.footer .socialWrapper ul li a.icon-instagram:before {
  font-size: 26px;
  margin-bottom: -3px;
  display: inline-block;
  vertical-align: bottom;
}
/* end .footer-links */
/*********************
 LARGER MOBILE DEVICES
 This is for devices like the Galaxy Note or something that's
 larger than an iPhone but smaller than a tablet. Let's call them
 tweeners.
 *********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
   Site Name:
   Author:
   Stylesheet: 481px and Up Stylesheet
   This stylesheet is loaded for larger devices. It's set to
   481px because at 480px it would load on a landscaped iPhone.
   This isn't ideal because then you would be loading all those
   extra styles on that same mobile connection.
   A word of warning. This size COULD be a larger mobile device,
   so you still want to keep it pretty light and simply expand
   upon your base.scss styles.
   ******************************************************************/
  /*
   IMPORTANT NOTE ABOUT SASS 3.3 & UP
   You can't use @extend within media queries
   anymore, so just be aware that if you drop
   them in here, they won't work.
   */
  /*********************
   NAVIGATION STYLES
   *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu ul li a {
    /*
     you can use hover styles here even though this size
     has the possibility of being a mobile device.
     */
  }
  /*
   plan your menus and drop-downs wisely.
   */
  /* end .menu ul li */
  /* highlight current page */
  /* end current highlighters */
  /* end .menu ul */
  /* end .menu */
  /*********************
   POSTS & CONTENT STYLES
   *********************/
  .hentry {
    /* entry content */
  }
  .hentry section.entry-content {
    /* at this larger size, we can start to align images */
  }
  .hentry section.entry-content .alignleft, .hentry section.entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .hentry section.entry-content .alignright, .hentry section.entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .hentry section.entry-content .aligncenter, .hentry section.entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    /* end .entry-content */
  }
  .hentry section.bottomSection .staffMember {
    width: 33%;
  }
  .hentry .itemWrapper {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }
  /*********************
   POSTS & CONTENT STYLES
   *********************/
  .hentry header.heroBanner {
    height: 300px;
  }
  .post .entry-content .featuredWrap, .home .entry-content .featuredWrap {
    width: 33%;
    float: left;
  }
  .post .entry-content .excerptWrap, .home .entry-content .excerptWrap {
    float: left;
    width: 66%;
    padding-left: 30px;
  }
  /*********************
   FOOTER STYLES
   *********************/
  /*
   check your menus here. do they look good?
   do they need tweaking?
   */
  /* end .footer-links */
}
/*********************
 TABLET & SMALLER LAPTOPS
 This is the average viewing window. So Desktops, Laptops, and
 in general anyone not viewing on a mobile device. Here's where
 you can add resource intensive styles.
 *********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
   Site Name:
   Author:
   Stylesheet: Tablet & Small Desktop Stylesheet
   Here's where you can start getting into the good stuff.
   This size will work on iPads, other tablets, and desktops.
   So you can start working with more styles, background images,
   and other resources. You'll also notice the grid starts to
   come into play. Have fun!
   ******************************************************************/
  /*********************
   GENERAL STYLES
   *********************/
  /*********************
   LAYOUT & GRID STYLES
   *********************/
  #bodyWrap {
    overflow-x: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 10px solid #fff;
    box-shadow: 0px 0px 10px black;
    width: 96%;
  }
  /*********************
   HEADER STYLES
   *********************/
  .header #inner-header .mobileCall {
    display: none !important;
  }
  .header #inner-header ul#headSocial {
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    margin: 0px;
    padding: 0px;
  }
  .header #inner-header ul#headSocial li {
    display: inline-block;
    margin-right: 6px;
    border-bottom: none;
  }
  .header #inner-header ul#headSocial li a {
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #615f5e;
    color: #c3c2c2;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 24px;
    height: 24px;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
  }
  .header #inner-header ul#headSocial li a:hover {
    color: #fff;
  }
  .header #inner-header ul#headSocial li a.facebook:hover {
    background-color: #3b5a95;
  }
  .header #inner-header ul#headSocial li a.twitter:hover {
    background-color: #34aadd;
  }
  .header #inner-header ul#headSocial li a.instagram:hover {
    background-color: #c32aa3;
  }
  .header #inner-header ul#headSocial li.fbLike {
    position: relative;
  }
  .header #inner-header ul#headSocial li.fbLike .fb-like {
    position: absolute;
    top: -23px;
    left: 0px;
  }
  .header #inner-header #headerRight {
    display: block;
  }
  .header nav .menuLabel {
    display: none;
  }
  .header .nav {
    border: 0;
    max-height: auto;
    overflow: visible;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header .nav ul {
    margin-top: 0;
  }
  .header .nav li {
    float: left;
    position: relative;
    border-bottom: none;
  }
  .header .nav li.mobileMenu {
    display: none;
  }
  .header .nav li:first-of-type {
    margin-top: 0px;
  }
  .header .nav li a {
    border-bottom: 0;
    font-size: 12px;
  }
  /*
   plan your menus and drop-downs wisely.
   */
  .header .nav li ul.sub-menu, .header .nav li ul.children {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    height: auto;
    width: 320px;
    background-color: #084fc9;
  }
  .header .nav li ul.sub-menu li, .header .nav li ul.children li {
    float: left;
    width: 50%;
    clear: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .nav li ul.sub-menu li:nth-child(odd), .header .nav li ul.children li:nth-child(odd) {
    clear: left;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .nav li ul.sub-menu li a, .header .nav li ul.children li a {
    padding-left: 10px;
    display: block;
    width: 100%;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .header .nav li ul.sub-menu li a:before, .header .nav li ul.children li a:before {
    content: "";
  }
  /*
   if you need to go deeper, go nuts
   just remember deeper menus suck
   for usability. k, bai.
   */
  .header .nav li ul.sub-menu li ul, .header .nav li ul.children li ul {
    top: 0;
    left: 100%;
    /* highlight sub-menu current page */
  }
  /* showing sub-menus */
  .header .nav li:hover > ul {
    top: auto;
    visibility: visible;
    /* end .menu ul li */
  }
  .header .nav .menu-item-186 ul.sub-menu, .header .nav .menu-item-186 ul.children {
    width: 160px !important;
  }
  .header .nav .menu-item-186 ul.sub-menu li, .header .nav .menu-item-186 ul.children li {
    width: 100%;
    /* highlight current page */
  }
  /* end current highlighters */
  /* end .nav */
  /*********************
   POSTS & CONTENT STYLES
   *********************/
  .hentry header.heroBanner {
    height: 300px;
  }
  .hentry header.heroBanner div.entry-title {
    left: 30px;
    bottom: 30px;
    font-size: 60px;
    line-height: 75px;
    min-height: 80px;
  }
  .hentry header.heroBanner .loader {
    margin-top: 130px;
  }
  .hentry header.heroBanner .button {
    display: block;
    position: absolute;
    z-index: 60;
    width: 30px;
    height: 30px;
    color: #fff;
    opacity: 0;
    top: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
    cursor: pointer;
  }
  .hentry header.heroBanner #next {
    right: 20px;
  }
  .hentry header.heroBanner #next:before {
    text-align: right;
    padding-left: 2px;
  }
  .hentry header.heroBanner #prev {
    left: 20px;
  }
  .hentry header.mapBanner {
    height: 400px;
  }
  .hentry header.mapBanner h1.entry-title {
    left: 30px;
    bottom: 30px;
    font-size: 60px;
    line-height: 75px;
    min-height: 80px;
  }
  .hentry section.headline h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .hentry section.headline_blocks {
    font-size: 20px;
  }
  .hentry .contentWrap {
    padding: 30px 30px 0px 30px;
  }
  .hentry section.entry-content {
    float: right;
  }
  .hentry section.entry-content.used {
    width: 640px;
  }
  .hentry section.entry-content .homeException {
    font-size: 100%;
  }
  .hentry section.entry-content .highlightProd .imgWrap {
    float: left;
  }
  .hentry section.entry-content .highlightProd .imgWrap a.itemTrigger {
    margin-right: 30px;
  }
  .hentry section.topSection {
    width: 60%;
  }
  .hentry section.topSection h4 {
    text-align: left;
  }
  .hentry section.topSection .leftUpper, .hentry section.topSection .rightUpper {
    width: 50%;
    clear: none;
    text-align: left;
  }
  .hentry section.topSection .leftLower, .hentry section.topSection .centerLower, .hentry section.topSection .rightLower {
    width: 33%;
    clear: none;
    text-align: left;
  }
  .hentry section.bottomSection .staffMember {
    width: 20%;
  }
  .hentry .test-wrap #prev2 {
    left: -65px;
  }
  .hentry .test-wrap #next2 {
    right: -65px;
  }
  .hentry .itemWrapper {
    width: 31.3%;
    margin-bottom: 60px;
  }
  .modalDialog .closeCover > div {
    padding: 35px 20px 20px 20px;
  }
  .modalDialog .closeCover > div .closeModal {
    right: 20px;
    top: 8px;
  }
  /*********************
   SIDEBARS & ASIDES
   *********************/
  .widget .searchform > div #searchsubmit {
    margin-left: 10px;
    margin-top: 0px;
  }
  .widget .searchform > div input[type=text] {
    width: 45%;
    margin-top: -4px;
  }
  .widget ul li {
    margin-bottom: 0.75em;
  }
  /* deep nesting */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
   FOOTER STYLES
   *********************/
  .footer .socialWrapper ul li a span {
    display: inline-block;
  }
}
/*********************
 DESKTOP
 This is the average viewing window. So Desktops, Laptops, and
 in general anyone not viewing on a mobile device. Here's where
 you can add resource intensive styles.
 *********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
   Site Name:
   Author:
   Stylesheet: Desktop Stylsheet
   This is the desktop size. It's larger than an iPad so it will only
   be seen on the Desktop.
   ******************************************************************/
  #bodyWrap {
    width: 94%;
    overflow-x: auto;
  }
  .header .nav li a {
    font-size: 14px;
  }
  .header .nav li ul.sub-menu, .header .nav li ul.children {
    width: 350px;
  }
  .header .nav .menu-item-186 ul.sub-menu, .header .nav .menu-item-186 ul.children {
    width: 175px !important;
  }
  .header .nav .menu-item-186 ul.sub-menu li, .header .nav .menu-item-186 ul.children li {
    width: 100%;
  }
  /*********************
   POSTS & CONTENT STYLES
   *********************/
  .hentry section.entry-content.used {
    width: 900px;
  }
  .hentry header.heroBanner {
    height: calc(94vw / (21/8.5));
  }
  .hentry header.heroBanner .loader {
    margin-top: 180px;
  }
  .hentry .testimonial {
    font-size: 30px;
  }
  .hentry section.headline_blocks {
    font-size: 16px;
  }
  .hentry section.headline_blocks .block_1, .hentry section.headline_blocks .block_3 {
    background: #3d3c3b;
    background: -moz-linear-gradient(top, #3d3c3b 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d3c3b), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, #3d3c3b 0%, #000000 100%);
    background: -o-linear-gradient(top, #3d3c3b 0%, #000000 100%);
    background: -ms-linear-gradient(top, #3d3c3b 0%, #000000 100%);
    background: linear-gradient(to bottom, #3d3c3b 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d3c3b', endColorstr='#000000',GradientType=0);
  }
  .hentry section.headline_blocks .block_4, .hentry section.headline_blocks .block_2 {
    background: #505050;
    background: -moz-linear-gradient(top, #505050 0%, #1c1c1c 100%);
    background: -webkit-linear-gradient(top, #505050 0%, #1c1c1c 100%);
    background: linear-gradient(to bottom, #505050 0%, #1c1c1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#1c1c1c',GradientType=0);
  }
  /*********************
   SIDEBAR
   *********************/
  .widget .searchform > div input[type=text], .widget.widget_nav_menu .searchform > div input[type=text] {
    width: 57%;
  }
  .widget ul li, .widget.widget_nav_menu ul li {
    margin-bottom: 7px !important;
  }
  .widget ul li a, .widget.widget_nav_menu ul li a {
    padding: 6px 12px;
  }
  .widget h4.widgettitle, .widget.widget_nav_menu h4.widgettitle {
    font-size: 16px;
  }
  #sidebarBlog.sidebar .widget ul li {
    margin-bottom: 0.75em !important;
  }
  #sidebarBlog.sidebar .widget ul li a {
    padding: 0px;
  }
  /*********************
   FOOTER STYLES
   *********************/
  .footer {
    text-align: left;
  }
  .footer .socialWrapper {
    margin: 0;
  }
  .footer .socialWrapper ul li {
    margin: 0 16px;
  }
  .footer .socialWrapper ul li a span {
    display: inline-block;
  }
  .footer p.copyright .devBy {
    display: inline;
  }
  .footer .footerBlock {
    margin-bottom: 0px;
  }
  .footer a.contact {
    font-size: 18px;
    float: right;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .footer a.contact:before {
    margin-right: 10px;
    font-style: italic;
    line-height: 18px;
    padding-top: 30px;
  }
  .footer a.contact:after {
    font-size: 18px;
    line-height: 18px;
    content: '\00a0\e60e';
  }
}
/*********************
 LARGE VIEWING SIZE
 This is for the larger monitors and possibly full screen viewers.
 *********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
   Site Name: 
   Author: 
   Stylesheet: Super Large Monitor Stylesheet
   You can add some advanced styles here if you like. This kicks in
   on larger screens.
   ******************************************************************/
}
@media only screen and (min-width: 1640px) {
  /******************************************************************
   Site Name:
   Author:
   Stylesheet: Desktop Stylsheet
   This is the desktop size. It's larger than an iPad so it will only
   be seen on the Desktop.
   ******************************************************************/
  #bodyWrap {
    width: 1610px;
  }
  .hentry header.heroBanner {
    height: calc(1590px / (21/8.5));
  }
  .sidebar {
    width: 34%;
    padding-right: 60px;
  }
  .sidebar #nav_menu-4 h4 {
    font-size: 24px;
  }
  .widget.widget_nav_menu ul li a, .widget.widget_nav_menu ul li::after {
    font-size: 14px;
  }
  .hentry section.headline_blocks {
    font-size: 24px;
  }
  .hentry section.headline_blocks .block {
    padding: 21px 0px;
  }
  .hentry .itemWrapper {
    margin-bottom: 35px;
  }
  .entry-content {
    width: 66%;
  }
  .hentry .contentWrap {
    padding: 30px 130px 0px 130px;
  }
  .footer {
    padding: 30px 130px 30px 130px;
  }
}
/*********************
 RETINA (2x RESOLUTION DEVICES)
 This applies to the retina iPhone (4s) and iPad (2,3) along with
 other displays with a 2x resolution. You can also create a media
 query for retina AND a certain size if you want. Go Nuts.
 *********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
   Site Name: 
   Author: 
   Stylesheet: Retina Screens & Devices Stylesheet
   When handling retina screens you need to make adjustments, especially
   if you're not using font icons. Here you can add them in one neat
   place.
   ******************************************************************/
  .header a#logo {
    background-image: url(/wp-content/themes/tls-theme/library/scss/../images/logo@2x.png) !important;
  }
  .member .alia a, .member .eia a {
    background-image: url(/wp-content/themes/tls-theme/library/scss/../images/logo-alia@2x.jpg);
    background-size: 68px 68px;
  }
  .member .eia a {
    background-image: url(/wp-content/themes/tls-theme/library/scss/../images/logo-eia@2x.jpg);
  }
}
/*********************
 PRINT STYLESHEET
 Feel free to customize this. Remember to add things that won't make
 sense to print at the bottom. Things like nav, ads, and forms should
 be set to display none.
 *********************/
@media print {
  /******************************************************************
   Site Name:
   Author:
   Stylesheet: Print Stylesheet
   ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none;
  }
}
/*# sourceMappingURL=https://www.tlswa.com.au/wp-content/build/scss_library/34de1dc8a111606272d6bbc2a2668bddc91dd6c7.css.map */