@charset "UTF-8";
/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 */
/*
 * IMPORTS
 */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
/*nav,*/
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/*nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}*/

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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;
}

.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

.input_full_wrap {
  display: block;
  padding-right: 8px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 5px 0;
  -moz-box-shadow: #0066ff 0 0 5px 0;
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #dddddd url("../images/button.png?1298351022") repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}

button:hover,
a.button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  text-decoration: none;
}

button:active,
a.button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#dddddd, #eeeeee);
  background-image: -moz-linear-gradient(#dddddd, #eeeeee);
  background-image: -o-linear-gradient(#dddddd, #eeeeee);
  background-image: linear-gradient(#dddddd, #eeeeee);
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd;
}

button::-moz-focus-inner,
a.button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a.button {
  *padding-bottom: 3px;
}

button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}

textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border-color: #666666;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}

optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ie6_button,
* html button,
* html a.button {
  background: #dddddd url("../images/button.png?1298351022") repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0;
  text-decoration: none;
  overflow: visible;
  vertical-align: top;
  width: auto;
}

* html a.button {
  position: relative;
  top: 3px;
  padding-bottom: 2px;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}

.ie6_input_disabled {
  background: #eeeeee;
}

/**
 * Fix for vw, vh, vmin, vmax on iOS 7.
 * http://caniuse.com/#feat=viewport-units
 *
 * This fix works by replacing viewport units with px values on known screen sizes.
 *
 * iPhone 6 and 6 Plus cannot run iOS 7, so are not targeted by this fix.
 * Target devices running iOS 8+ will incidentally execute the media query,
 * but this will still produce the expected result; so this is not a problem.
 *
 * As an example, replace:
 *
 *   height: 50vh;
 *   font-size: 5vmin;
 *
 * with:
 *
 *   @include viewport-unit(height, 50vh);
 *   @include viewport-unit(font-size, 5vmin);
 */
/*
 * COLORS
 */
/* Normal text */
/* Links */
/* Borders */
/* Table backgrounds */
/* Backgrounds */
/* Highlight text */
/*
 * FONTS
 */
@font-face {
  font-family: Montserrat;
  font-weight: 100;
  src: url("/wp-content/themes/tvsquared/fonts/Montserrat-UltraLight.otf") format("opentype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 200;
  src: url("/wp-content/themes/tvsquared/fonts/Montserrat-Light.otf") format("opentype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 300;
  src: url("/wp-content/themes/tvsquared/fonts/Montserrat-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: Montserrat;
  font-weight: bold;
  src: url("/wp-content/themes/tvsquared/fonts/Montserrat-Bold.otf") format("opentype");
}
/*
 * TYPOGRAPHY
 */
html {
  font-size: 12px;
}

html html {
  background-color: none;
  background: none;
}

body {
  font-size: 1em;
  line-height: 1.4;
  letter-spacing: .02em;
  word-spacing: 0;
  color: #003764 !important; /*#818892*/
  font-family: Montserrat, Arial, "Nimbus Sans L", sans-serif !important;
  font-weight: 200 !important;
}

header, section, footer {
  margin: 0 auto;
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: .25em 0;
  line-height: 1.25;
  font-weight: bold !important;
  letter-spacing: .08em;
}

h1 {
  font-size: 3.8em !important;
  text-transform: uppercase;
}

h2 {
  font-size: 2.8em !important; 
  text-transform: uppercase;
  /*letter-spacing: 0.02em; P1C Custom Edit*/
}

h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: .06em;
}

h4 {
  font-size: 1.0em;
  text-transform: uppercase;
  letter-spacing: .06em;
}

h5 {
  font-size: 1.5em !important;
  color: #818a92 !important;
  text-transform: uppercase;
  letter-spacing: .06em;
}

h6 {
  font-size: 0.9em;
  color: #818a92;
  text-transform: uppercase;
  letter-spacing: .06em;
}
h7 { /*P1C Custom Edit*/
  font-size: 2.8em;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
h8 { /*P1C Custom Edit*/
  font-size: 1.8em;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

p {
  margin: 0 0 1.2em 0 !important;/*P1C Custom Edit*/
  font-size: 1.4em;/*P1C Custom Edit*/
  letter-spacing: .02em;
  line-height: 1.6;
  font-weight: 100;
}

a, a:link, a:visited {
  color: #40b4e5;
  text-decoration: none !important;
  font-weight: bold;
  outline: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #40b4e5 !important;
}

a:active, a.active, a.active-trail {
  text-decoration: none;
}

a:active {
  border: none;
}

a.alt, a:link.alt, a:visited.alt { /*P1C Custom Edit*/
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  outline: none;
}
a:hover.alt, a:focus.alt { /*P1C Custom Edit*/
  color: #fff !important;
  text-decoration: none;
}

span {
  color: #72b1c8;
}

i, em, dfn, var, cite {
  font-style: italic;
}

strong, b {
  font-weight: bold;
  word-spacing: .2em;
  /*letter-spacing: .03em;*/
}

small {
  font-size: .8em;
  letter-spacing: .07em;
}

del {
  font-weight: 200;
  text-decoration: line-through;
}

ins {
  text-decoration: underline;
}

sup, sub {
  font-size: .7em;
  letter-spacing: .08em;
  line-height: 0;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

pre {
  margin-bottom: 1.5em;
  white-space: pre;
}

code, kbd, samp {
  font-family: "Courier New", "DejaVu Sans Mono", monospace;
  letter-spacing: 0em;
  word-spacing: 0em;
}

abbr, acronym {
  border-bottom: 1px dotted #e8362a;
  cursor: help;
  white-space: nowrap;
}

blockquote, q {
  quotes: none;
  font-style: italic;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

blockquote {
  margin-left: 1.5em;
}

hr {
  height: 7px !important;
  width: 60px;
  margin: 1.2em auto;
  padding: 0;
  border: 0;
  border-top: 2px solid #e8362a !important;
  display: block;
  clear: both;
}

/* Images */
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

img, a img {
  display: block;
  border: 0;
}

/* Lists */
ul, ol, dl {
  margin: 0 0 1.2em 0 !important;/*0 0 1.5em 0*/
  padding: 0;
  font-size: 1.38em;/*P1C Custom Edit*/
  line-height: 1.6;/*P1C Custom Edit*/
  list-style: outside;
}

ul ul, ol ol {
  margin-top: .3em;
  margin-bottom: .3em;
  padding: 0;
}

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
}

ul ul ul {
  list-style-type: square;
}

ul ul ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

li {
  margin: .3em 0 .7em 0; /*.3em 0 .7em 1.5em*/
  display: list-item;
  letter-spacing: .02em;
  font-weight: 100;
  list-style-position: inherit;
}

li li {
  margin: .3em 0 .7em 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 .5em 1.5em;
  padding: 0;
  font-style: italic;
}

/* Tables */
table {
  width: 100%;
  margin: 0 0 1.5em 0;
  padding: 0;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}

tr, tr.odd {
  background-color: #fff;
}

tr.even, tr:nth-child(even) {
  background-color: #eee;
}

th, td {
  padding: .1em .4em;
  border: 1px solid #e8362a;
  vertical-align: top;
  text-align: left;
}

th {
  font-weight: bold;
  background-color: #ccc;
}

td {
  font-weight: normal;
}

/* Forms */
form {
  margin-bottom: 1.5em;
  padding: 0;
}

fieldset {
  margin: 0;
  margin-bottom: 1.5em;
  padding: 1em;
  border: 1px solid #e8362a;
}

textarea {
  resize: vertical;
}

input {
  text-shadow: none !important;
}

/* Text highlights (Removes text shadow — see h5bp.com/i for details) */
::-moz-selection {
  color: #000;
  background: yellow;
  text-shadow: none;
}

::selection {
  color: #000;
  background: yellow;
  text-shadow: none;
}

/* Images, videos, audio (Removes gaps at bottom of their containers — see h5bp.com/i/440 for details) */
audio, canvas, img, video {
  vertical-align: middle;
}

/*
 * HELPER CLASSES
 */
/* Hidden (hide visually and in layout) */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Invisible (Hide visually and from screenreaders, but maintain layout) */
.invisible {
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
  position: static;
}

/* BUTTONS */
button, a.button, span.button, .rev-btn {
  min-width: 190px;
  margin: 15px 0 !important;
  padding: 15px !important;
  color: #fff;
  background: none;
  border: none;
  background-color: #40b4e5;
  font-size: 14px !important; /*0.9em*/
  font-family: Montserrat, Arial, "Nimbus Sans L", sans-serif !important;
  font-weight: bold !important;
  letter-spacing: .02em;
  text-align: center;
  text-transform: uppercase !important;
  display: inline-block;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  text-shadow: none !important;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

button:hover, a.button:hover, span.button:hover, .rev-btn:hover {
  background: none;
  background-color: #40b4e5;
  color: #fff !important;
}

/*
 * LAYOUT (P1C custom styles)
 */

.p1c_custom_width {
  width: 100%;
  max-width: 1100px !important;
  margin: 0 auto !important;
}

.vc_btn3.vc_btn3-size-sm {
  text-transform: uppercase !important;
  letter-spacing: .03em !important;
}
.vc_btn3.vc_btn3-style-custom {
    background-image: none !important;
}
.cq-accordion ul li {
  border-top: none !important;
}
.cq-accordion h4 {
  font-size: 0.7em;
  padding: 12px 18px;
  margin: 0 auto;
  text-align: center;
  width: 160px;
  background-color: rgb(64, 180, 229);
  color: #fff;
  border-radius: 5px;
}
.experts-accordion h4 {
  padding: 12px 18px !important;
  margin: 0 auto !important;
}
.career-values h4 {
  padding: 5.5rem 0 !important;
  margin: 0 auto !important;
  background-color: #40b4e5;
  border-radius: 50%;
}
.career-values-2lines h4 {
  padding: 4.5rem 0 !important;
  margin: 0 auto !important;
  background-color: #40b4e5;
  border-radius: 50%;
}
.career-opportunities h4 {
  padding: 5.5rem 0 !important;
  margin: 0 auto !important;
  background-color: #003764;
  border-radius: 50%;
}
.career-opportunities-2lines h4 {
  padding: 4.5rem 0 !important;
  margin: 0 auto !important;
  background-color: #003764;
  border-radius: 50%;
}
.career-opportunities-row {
  border-bottom: 1px solid #EFEFEF;
  padding: 10px 0;
}
.career-opportunities-listing {
  font-family: Montserrat, Arial, "Nimbus Sans L", sans-serif !important;
  font-size: 1.4em;
  letter-spacing: .02em;
  line-height: 1.45;
  margin: 0 0 0 22px;
}
#careers-listing {
  font-size: 1.35rem;
  color: #e8362a;
  padding: 1.8% 0;
  float: left;
}
.career-5-columns { width: 20% !important; }
.cq-accordion div.accordion-content {
  margin-top: 30px !important;
  font-size: 0.8em !important;
}
.cq-accordion p {
  padding: 0 !important;/*8px 0*/
}
.cq-accordion ul li i::after, .cq-accordion ul li i::before {
  content: none !important;
}

.cqlist-container{
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.cqlist h3 {
  font-size: 1.8em !important;
  font-weight: bold !important;
  padding: 30px 10px !important;
}
.cqlist ul li {
  padding: 15px 0 15px 0 !important;
}
/*.cqlist ul li span.todolist-content {
  width: 96% !important;
}*/

.do-not-display {
  display: none;
}

#content_blog_post_single .content_blog_post {
  margin-bottom: 0;
}

#google_translate_element{
    height: 30px !important;
    overflow: hidden;
}
.goog-te-gadget {
  border-radius: 5px !important;
  font-family: Montserrat, Arial, "Nimbus Sans L", sans-serif !important;
}
.goog-te-gadget-simple {
  background-color: transparent !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
  font-size: 1rem !important;
  line-height: initial !important;
}
a.goog-te-menu-value > span:hover, a.goog-te-menu-value > span:focus {
  text-decoration: none;
  color: #40b4e5 !important;
}
.goog-te-menu-value {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
a.goog-te-menu-value > span {
  border-left: none !important;
  color: #fff !important;
}
.goog-te-gadget-icon {
  display: none !important;
}
.goog-te-menu-frame {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
}
.goog-te-menu2 {
    border: 1px solid #99a4ae !important;
}

.error-section {
    max-height: 100%;
    overflow: hidden;
    background-color:#003764;
}
.error_background {
  background-color:#003764;
}
.error_container {
  padding:8% 17% 20%;
}
.error_image {
  margin:0 auto;
  width:40%;
}
#sign_404 {
  width:100%;
}
#title_404 {
  font-size:3.4em;
  color:#fff;
  text-transform:inherit;
  letter-spacing:inherit;
  line-height:1.2;
  text-align:center;
  width:70%;
  margin:0 auto;
}
#message_404 {
  /*font-size:1.07em;*/
  color:#fff;
  /*width:38%;*/
  margin:0 auto !important;
  text-align:center;
}
.home_button {
  width: 160px;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: center;
}
#error_button {
  min-width: 100px;
}

.custom-header {
  text-transform: initial;
  color: #003764;
  letter-spacing: 0.02em;
}
.custom-header-light {
  text-transform: initial;
  letter-spacing: initial;
  color: #003764;
  font-weight: 100;
  padding-bottom: 0;
}

.vc_general.vc_btn3:hover, .vc_general.vc_btn3:focus {
  color: #fff !important;
}
.primary-menu li a:hover {
    color: #fff !important;
}

/*FROM: http://178.d6d.mwp.accessdomain.com/wp-content/plugins/vc-extensions-bundle/colorblock/css/style.min.css?ver=4.9.1*/
.cq-colorblock-textcontainer {
    font-size: inherit !important;
    font-weight: 200 !important;
}

.cqlist-container div {
    border: none !important;
}

.custom_feat_cards {
    height: 36em;
}

.blog-filter {
    color: #818892;
    padding: 10px 0;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .08em;
}
.blog-listing-container {
    width: 74%;
    float: left;
    padding: 80px 0 0 5%;
}
.hp-blog-listing-container {
    width: 100%;
    float: left;
    padding: 0;
}
.blog-listing {
    padding: 0;/*2em 0 1em*/
    width: 46%;
    float: left;
    border: 1px solid #bdccda;
    margin: 1em 1em;/*0 1em*/
}
.hp-blog-listing {
    padding: 0;/*20px 20px*/
    width: 31.22222222%;
    float: left;
    border: 1px solid #bdccda;
    margin: 1em 1em;
    height: 320px;
}
#blog-list-post {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
    clear: both;
    overflow: hidden;
}
.blog-list-title {
    max-width: 100%;
    word-break: normal;
}
.post-list-thumb {
    position: relative;
    top: -50%;
}
.post-list-thumb img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.content-blog-list-details {
    color: #818892;
    padding: 10px 0;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .08em;
}
#next-post {
    padding: 0 0 4em;
}
.post-list-thumb-frame {
    height: 12em;
    overflow: hidden;
}
.post-thumb-frame {
    height: 12em;
    overflow: hidden;
    background-color: #003764;
}
.post-thumb {
    position: relative;
    top: -150%; /*-12em*/
}
.post-thumb img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.post-title {
    max-width: 80%;
    word-break: normal;
}
#custom-tag-filter .custom-tag-filter-header-image {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
    background-image: url(http://178.d6d.mwp.accessdomain.com/wp-content/uploads/2016/07/slider_placeholder3.jpg?id=126) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#olark-wrapper .olark-launch-button {
    letter-spacing: .002em !important;
}

footer {
    background-color: #003764;
    color: #fff;
    font-size: 1.1rem;
    padding-bottom: 5rem;
    /*padding-top: 4rem;*/
}
footer hr {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
}
footer strong {
    /*color: #c7c7c7;
    display: inline-block;
    margin-bottom: 1rem;*/
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
}
#footer_hr_top {
    padding-bottom: 30px;
    margin-top: 0;
}
#footer_hr_bottom {
    margin-top: 30px;
}
.revised_footer_ul {
    margin: 1.5em 0 1.5em 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.02;
    list-style: outside;
    list-style-type: none !important;
}
.revised_footer_li a {
    color: #fff;
    text-decoration: none !important;
    font-weight: 100;
    outline: none;
}
.social {
    margin-top: 2rem;
    list-style-type: none !important;
}
.social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
}
.social li a:hover, .social li a:focus {
    color: #fff !important;
}
.social li {
    background-color: #e8362a;
    border: 1px solid #e8362a;
    border-radius: 1.5rem;
    float: left;
    font-size: 1.2rem;
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 0.8rem;
    transition: background-color 0.3s ease;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -ms-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
}
#footer_privacy_terms_copyright {
    /*text-transform: uppercase;*/
    font-size: 1rem;
    font-weight: 100;
}
#footer_privacy_terms_copyright a {
    color: #fff;
    text-decoration: none !important;
    font-weight: 100;
    outline: none;
}
#navbarSupportedContent ul li {
    margin: 0 !important;
}
.wpb_wrapper strong {
    /*text-transform: uppercase;*/
    line-height: initial;
}
.C_module_width {
    width: 100% !important;
    margin: 0 auto;
    max-width: 1100px;
    clear: both;
}
.C_module_width_blogteaser {
    width: 100% !important;
    margin: 0 auto;
    max-width: 1194px;
    clear: both;
}
.embed_video {
	position: relative;
	padding-bottom: 44.95%;/*56.25%*/
	height: 0;
	overflow: hidden;
    width: 80%;/*P1C addition*/
    margin: 0 auto;/*P1C addition*/
}
.embed_video iframe, .embed_video object, .embed_video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ul.checkmark-list {
    list-style-position: inside !important;
    list-style-image: url(../tvsquared/images/checkmark-list.png);
}
.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 3px !important;
}

/*Live TV Channel List Styles*/
h2.channel_country {
    float: left;
    padding: 30px 10px;
    text-align: center;
    width: 33.33333333%;
    border-top: 1px solid #eef1f3;
    margin-bottom: 0 !important;
}
h2.channel_list {
    float: left;
    width: 66.66666667%;
    padding: 30px 10px;
    text-align: center;
    border-top: 1px solid #eef1f3;
    margin-bottom: 0 !important;
}
h4.channel_country {
    float: left;
    padding: 33px;
    background-color: #003764;
    color: #ffffff;
    font-size: 1.1em;
    text-transform: none;
    text-align: center;
    width: 33.33333333%;
    margin: 0;
}
p.channel_list {
    float: left;
    width: 66.66666667%;
    padding: 30px;
    background-color: #eef1f3;
    font-size: 1.1em;
    text-align: left;
    margin: 0 0 10px !important;
}

/*--- Search Form Styling ---*/
.search_label {
    width: 80%;
    margin: 0 1em 0;
    padding: 0 0 2em;
}
.search-field {
    width: 100% !important;
    box-shadow: none !important;
    height: 3.5rem !important;
    border: 2px solid #bdccda !important;
    font-family: Montserrat, Arial, "Nimbus Sans L", sans-serif !important;
    padding: 2px 10px !important;
}
.search-field:focus {
  border: 2px solid #40b4e5 !important;
}
.search-submit {
    min-width: 120px;
    margin: 0 !important;
    padding: 10px !important;
}
.screen-reader-text {
    color: #fff;
    font-size: 1rem;
}
.page-title {
    letter-spacing: .02em;
    padding: 0 0 .25em;
    margin: 0 1rem 0;
}
.no_content_text {
    margin: 0 1rem 10em;
}

/*--- Categories Dropdown Styling ---*/
select#cat {
    width: 100%;
    height: 3.5rem;
    font-family: Montserrat, Arial, "Nimbus Sans L", sans-serif;
    box-shadow: none;
    padding: 2px 10px;
    border: 1px solid #bdccda;
}

/*--- Resources Section Item Widths ---*/
.custom-sec-width {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto !important;
}
#custom-cat-width {
    padding: 80px 0 0;
    width: 84.6%;
    margin: 0 auto;
}
.container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.custom_dropdown_width {
    width: 32.22222222%;
    float: left;
    margin: 0 0 0 1rem;
}
.custom_search_width {
    width: 66.66666667%;
    float: left;
}
.cat-listing {
    padding: 0;
    width: 31.22222222%;
    float: left;
    border: 1px solid #bdccda;
    margin: 1em 1em;
}
a.post-thumbnail img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

/*--- Marketo Content Form Styling ---*/
.marketo_content_form {
    padding: 40px 20px;
    border-radius: 10px;
    background-color: #003764;
}

.navbar-nav {
  margin-bottom: 0 !important;
}

.post_author_img {
    padding-bottom: 30px;
}

#blog_post_info {
    height: 90px;
}

#centered_TV_background {
    background-image: url(../tvsquared/images/bg-tv.svg);
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-size: 50%;
}

#rocket_background {
    background-image: url(/wp-content/uploads/2018/05/careers-rocket.png);
    background-position: 100% 140%;
    background-repeat: no-repeat;
    background-size: 40%;
}

.rnd_wht_txt_background2 {
    background-color: #72b1c8; 
    margin: 0 auto; 
    border-radius: 50%; 
    width: 160px; 
    height: 160px; 
    padding: 56px 14px 24px;
}
.rnd_wht_txt_background1 {
    background-color: #72b1c8; 
    margin: 0 auto; 
    border-radius: 50%; 
    width: 160px; 
    height: 160px; 
    padding: 66px 14px 24px;
}
.rnd_tvsblue_txt_background {
    background-color: #003764; 
    margin: 0 auto; 
    border-radius: 50%; 
    width: 160px; 
    height: 160px; 
    padding: 66px 14px 24px;
}

.row {
    margin-right: -6px !important;
    margin-left: -6px !important;
}

/*
 * END LAYOUT (P1C custom styles)
 */

/*Revised TVS Homepage styles*/
/* ------------------------------------ Hover Dropdown Button ------------------------------------ */
.dropdown-toggle {
    color: white;
    padding: 16px;
    font-size: 1em;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    /*min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
    border-left: 0 !important;
}

/* Links inside the dropdown */
.dropdown-menu a {
    color: #332e2e;
    /*padding: 12px 16px;*/
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-menu a:hover {color: #e8362a;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {
    display: block;
    border-top: 3px solid #40b4e5;
    top: 90%;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropdown-toggle {
    background-color: #40b4e5;
}
/* ----------------------------------- End Hover Dropdown Button ----------------------------------- */
nav.navbar {
  padding: 1.5rem; }
  nav.navbar .navbar-nav {
    margin-top: 2rem; }
    nav.navbar .navbar-nav .nav-link {
      color: #fff;
      font-weight: 600;
      font-size: 1rem;
      text-transform: uppercase; }
      nav.navbar .navbar-nav .nav-link:hover, nav.navbar .navbar-nav .nav-link:active, nav.navbar .navbar-nav .nav-link:focus {
        color: #fff !important;
        opacity: 1;
        outline: 0; }
    nav.navbar .navbar-nav .active > .nav-link {
      color: #40b4e5; }

.navbar-brand {
  margin-right: 15rem !important; }
  .navbar-brand img {
    height: 2.5rem; }

.navbar-toggler {
  border: none;
  color: #f4f7f9;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase; }
  .navbar-toggler:focus {
    outline: none; }

.nav-item {
  border-top: 1px solid #72b1c8;
  padding: 1.25rem 0; }

.dropdown-toggle::after {
  border: none;
  content: '\f105';
  font-family: fontawesome;
  margin: 0 0 0 .75rem;/*margin-left*/
  vertical-align: top; }

.dropdown-menu {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  text-align: center; }
  .dropdown-menu .dropdown-item {
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 1.3rem;
    padding: .75rem;
    width: auto; }
    .dropdown-menu .dropdown-item:hover {
      background-color: transparent; }

[class*='col-md'] {
  margin-bottom: 3rem; }

nav.navbar {
  background: #003764;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1020; }

#measure-and-optimize {
  background-image: url(../tvsquared/images/bg-connected.svg); }
#optimize-tv {
  background-image: url(../tvsquared/images/bg-tv.svg);
  background-position: 100% bottom;
  background-repeat: no-repeat;
  background-size: 50%; }
#products {
  background-image: url(../tvsquared/images/our-products.png); }
#placeholder {
  background-image: url(../tvsquared/images/placeholders/placeholder-image.png); }

.module_white_text {
    color: #fff;
}

.headerIconC2 {
  background-color: #e8362a;
  border-radius: 4rem;
  display: flex;
  justify-content: center;
  margin: 0 auto 2rem auto;
  overflow: hidden;
  height: 8rem;
  width: 8rem; }
  .headerIcon img {
    align-self: center;
    height: 100%;
    width: 100%; }
.headerIconC4 {
  background-color: #72b1c8;
  border-radius: 4rem;
  display: flex;
  justify-content: center;
  margin: 0 auto 2rem auto;
  overflow: hidden;
  height: 8rem;
  width: 8rem; }
  .headerIcon img {
    align-self: center;
    height: 100%;
    width: 100%; }

.C1 h1 {
  color: #fff;
  max-width: 50vw; }
.C1 .lead {
  color: #fff;
  max-width: 40vw; }
.C1.C1-2 h1 {
  color: #003764; }
.C1.C1-2 .lead {
  color: #003764; }
.C1.C1-3 {
  background-color: #003764;
  text-align: center; }
  .C1.C1-3 h1, .C1.C1-3 p {
    max-width: none; }
.C2 {
  background-position: 200% bottom;
  background-repeat: no-repeat;
  background-size: 75%; }
  .C2 h2 {
    color: #003764; }
  .C2 .lead {
    color: #72b1c8; }
  .C2.C2-2 img {
    margin-bottom: 2rem;
    width: 100%; }
  .C2.C2-2 p:not(.lead) {
    text-align: left; }
.C3 {
  background-position: 110% 50px;
  background-repeat: no-repeat;
  background-size: contain; }
.C4 .headerIcon {
  background-color: #72b1c8; }
.C6 header {
  padding-bottom: 1.5rem; }
.C6 img {
  max-height: 25rem; }
.C8 .lead {
  color: #72b1c8; }

/*End Revised TVS Homepage styles*/

/*
 * LAYOUT (Pie Head's custom styles)
 */
/* HEADER */
#header_logo {
  width: 170px;
  height: 39px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 480;/*P1C Custom Edit*/
}
#header_logo .custom-logo-link {
  width: 100%;
  height: 100%;
}
#header_logo .custom-logo-link .custom-logo {
  width: 170px;
  height: 39px;
}

.header_support_menu {
  position: absolute;
  top: 0;
  right: 90px;
  z-index: 480;/*P1C Custom Edit*/
}
.header_support_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header_support_menu ul li {
  margin: 0;
  padding: 40px 20px 10px 20px;
  float: left;
}
.header_support_menu ul li a {
  color: #fff;
  font-size: .9em;
  font-weight: bold;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.header_support_menu ul li a:hover { /*P1C Custom Addition*/
    color: #fff !important;
}

#header_hamburger {
  width: 65px;
  height: 65px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 500;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #003764;
  display: block;
}

#header_hamburger:hover {
  background-color: #121e35;
}

#header_hamburger:hover #header_hamburger_icon, #header_hamburger:hover #header_hamburger_icon:before, #header_hamburger:hover #header_hamburger_icon:after {
  background: #fff;
}

#header_hamburger_icon, #header_hamburger_icon:before, #header_hamburger_icon:after {
  position: absolute;
  top: 30px;
  left: 15px;
  width: 35px;
  height: 3px;
  background: #fff;
  -moz-transition: -moz-transform 0.3s, background 0.3s, top 0.3s;
  -o-transition: -o-transform 0.3s, background 0.3s, top 0.3s;
  -webkit-transition: -webkit-transform 0.3s, background 0.3s, top 0.3s;
  transition: transform 0.3s, background 0.3s, top 0.3s;
}

#header_hamburger_icon:before {
  top: -10px;
  left: 0;
  content: "";
}

#header_hamburger_icon:after {
  top: 10px;
  left: 0;
  content: "";
}

#header_hamburger.open {
  background-color: #121e35;
}

#header_hamburger.open #header_hamburger_icon {
  background: transparent;
}

#header_hamburger.open #header_hamburger_icon:before {
  background: #fff !important;
  top: 0;
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

#header_hamburger.open #header_hamburger_icon:after {
  background: #fff !important;
  top: 0;
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

#header_hamburger_menu {
  width: 100%;
  height: 100%;
  background-color: #00233f;
  overflow: visible;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 499;
  display: none;
}
#header_hamburger_menu ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #00233f;
  list-style: none;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 101;
}
#header_hamburger_menu ul ul {
  top: 0;
}
#header_hamburger_menu ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
#header_hamburger_menu ul li a {
  width: 100%;
  padding: 18px 0;/*P1C Custom Edit*/
  color: #fff;
  font-weight: bold;
  letter-spacing: .12em;
  font-size: 1.2em;
  text-transform: uppercase;
  position: relative;
  display: block;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
#header_hamburger_menu ul li a:hover {
  background-color: #40b4e5; /*#005cb9*/
  text-decoration: none;
}
#header_hamburger_menu ul .hamburger_has_children > a::before, #header_hamburger_menu ul .hamburger_has_children > a::after, #header_hamburger_menu ul .hamburger_nested_parent > a::before, #header_hamburger_menu ul .hamburger_nested_parent > a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #464c4e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#header_hamburger_menu ul .hamburger_has_children > a::before, #header_hamburger_menu ul .hamburger_nested_parent > a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header_hamburger_menu ul .hamburger_has_children > a::after, #header_hamburger_menu ul .hamburger_nested_parent > a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header_hamburger_menu ul .hamburger_has_children > a::before, #header_hamburger_menu ul .hamburger_has_children > a::after, #header_hamburger_menu ul .hamburger_nested_parent > a::before, #header_hamburger_menu ul .hamburger_nested_parent > a::after {
  background: #fff;
}
#header_hamburger_menu ul .hamburger_has_children a::before, #header_hamburger_menu ul .hamburger_has_children a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}
#header_hamburger_menu ul .hamburger_nested_top {
  height: 50px;
  margin-bottom: 40px;
}
#header_hamburger_menu ul .hamburger_nested_parent {
  margin-bottom: 40px;
}
#header_hamburger_menu ul .hamburger_nested_parent a {
  padding-left: 50px;
  text-align: left;
  background-color: transparent !important;/*P1C Custom Edit*/
}
#header_hamburger_menu ul .hamburger_nested_overview a {
  color: #72b1c8;
  font-size: 1.8em;
}
#header_hamburger_menu ul .hamburger_nested_parent a::before, #header_hamburger_menu ul .hamburger_nested_parent a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}
#header_hamburger_menu ul .hamburger_menu_active {
  z-index: 102;
}

/* SECTION */
#content {
  width: 100%;
  overflow-x: hidden;
}
.custom-homepage-subheader {
    font-size: 1.06em !important;
}

/* BLOG */
#content_blog_tags {
  width: 26%;/*P1C Custom Edit*/
  padding: 82px 0;
  text-align: center;/*P1C Custom Edit*/
  overflow: visible;
  float: left;
  margin: 0;
}
#content_blog_tags a {
  min-width: 190px;
  margin: 10px 10px 0 0;
  padding: 10px;
  background-color: none;
  border: 2px solid #40b4e5;
  color: #40b4e5;
  font-size: .8em !important;
  font-family: Montserrat, Arial, "Nimbus Sans L", sans-serif !important;
  font-weight: bold !important;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: none !important;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#content_blog_tags a:hover {
  background-color: #40b4e5;
  color: #fff !important;
}

#content_blog_posts, #content_blog_post_single {
  width: 86%;/*94%*/
  max-width: 1100px; /*1200px*/
  margin: 0 auto;
  padding: 0 0;
  text-align: center;
  clear: both;
  overflow: inherit; /*hidden*/
}
#content_blog_posts .content_blog_post, #content_blog_post_single .content_blog_post {
  padding: 20px 0 0; /*P1C Custom Edit*/
  /*border-bottom: 1px solid #bdccda; P1C Custom Edit*/
}
#content_blog_posts .content_blog_post hr, #content_blog_post_single .content_blog_post hr {
  width: 130px;
  margin: 60px 0;
}
#content_blog_posts .content_blog_post .content_blog_post_details {
  padding: 30px 0;
  font-size: 1.2em;
}
#content_blog_post_single .content_blog_post .content_blog_post_details { /*P1C custom: separated from above*/
    padding: 10px 0;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .08em;
    color: #818892;
}
#content_blog_posts .content_blog_post .content_blog_post_tags a, #content_blog_post_single .content_blog_post .content_blog_post_tags a {
  min-width: 190px;
  margin: 10px 10px 0 0;
  padding: 10px;
  background-color: none;
  border: 2px solid #40b4e5;
  color: #40b4e5;
  font-size: .8em;
  font-family: Montserrat, Arial, "Nimbus Sans L", sans-serif !important;
  font-weight: bold !important;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: none !important;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#content_blog_posts .content_blog_post .content_blog_post_tags a:hover, #content_blog_post_single .content_blog_post .content_blog_post_tags a:hover {
  background-color: #40b4e5;
  color: #fff !important;
}
#content_blog_posts .content_blog_post .content_blog_post_body {
  margin: 40px 0;
  font-size: 1.2em;
}
#content_blog_post_single .content_blog_post .content_blog_post_body { /*P1C custom: separated from above*/
  margin: 50px 0 100px;
  font-size: 1.2em;
}

#content_blog_post_single {
  text-align: left;
}

#content_blog_pager {
  font-size: 6.0em;
  text-align: initial;/*P1C Custom Edit*/
  position: relative;
  overflow: visible;/*P1C Custom Edit*/
  clear: both;
  padding: 30px 20px 80px;/*P1C Custom Edit*/
  margin: 0 auto;/*P1C Custom Edit*/
}
#content_blog_pager a {
  display: inline-block;
}
#content_blog_pager a .content_blog_pager_next, #content_blog_pager a .content_blog_pager_prev {
  width: 2.5em;
  height: 2.5em;
  margin-top: -1.25em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 12px;
  /*set the size for arrow*/
}
#content_blog_pager a .content_blog_pager_next {
  margin-right: 70px;
  border-top: 3px solid #40b4e5;
  border-left: 3px solid #40b4e5;
  transform: rotate(-45deg);
}
#content_blog_pager a .content_blog_pager_prev {
  border-top: 3px solid #40b4e5;
  border-right: 3px solid #40b4e5;
  transform: rotate(45deg);
}

/* COMMENTS */
#comments {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
}

/* FOOTER */
#footer {
  padding: 0 0 40px;/*P1C Custom Edit*/
  background-color: #fff;
}
#footer a.button {
  margin: 3px !important;
}
#footer a.button:hover {
  background-color: #40b4e5 !important; /*#3595be*/
  color: #fff;
}
#footer .footer_section {
  padding: 30px;
  border-top: 1px solid #bdccda;
  overflow: auto;
  clear: both;
}
#footer .footer_section .footer_section_text {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: visible;
  clear: both;
}
#footer .footer_section .footer_section_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer_section .footer_section_text ul li {
  padding: 3px 0;
  float: left;
}
#footer .footer_section .footer_section_text .footer_section_nav {
  font-size: .8em;
  font-weight: bold;
  letter-spacing: .12em;
  text-transform: uppercase;
  clear: both;
}
#footer .footer_section .footer_section_text .footer_section_nav li {
  margin: 0 20px;
  float: left;
}
#footer .footer_section .footer_section_text .footer_section_nav li a {
  margin-bottom: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #e8362a;
  color: #818892 !important;
  display: block;
}
#footer .footer_section .footer_section_text .footer_section_nav ul {
  margin: 0;
  padding: 0;
}
#footer .footer_section .footer_section_text .footer_section_nav ul li {
  margin: 0;
  float: none;
  clear: both;
}
#footer .footer_section .footer_section_text .footer_section_nav ul li a {
  margin-bottom: 0;
  border-bottom: none;
}
#footer .footer_section .footer_section_text .footer_section_nav ul ul {
  display: none;
}
#footer .footer_section .footer_section_text .footer_section_buttons, #footer .footer_section .footer_section_text .footer_section_translate {
  width: 50%;
  float: left;
}
#footer .footer_section .footer_section_text .footer_section_translate {
  margin-top: 3px;/*P1C Custom Edit*/
}
#footer .footer_section .footer_section_text .footer_section_translate #google_translate_element {
  margin: 0 auto;
  float: right;/*P1C Custom Edit*/
}
#footer .footer_section .footer_section_text .footer_section_translate #google_translate_element img {
  float: left;
}
#footer .footer_section .footer_section_text .footer_section_translate #google_translate_element span {
  float: left;
  letter-spacing: 0.1em;/*P1C Custom Edit*/
  /*color: #333;P1C Custom Edit*/
  text-transform: uppercase;/*P1C Custom Edit*/
  font-family: Montserrat, Arial, "Nimbus Sans L", sans-serif;/*P1C Custom Edit*/
  margin-left: 2px;/*P1C Custom Edit*/
}
#footer .footer_section .footer_section_text .footer_section_nav_support {
  font-size: .8em;
  font-weight: bold;
  letter-spacing: .12em;
  text-transform: uppercase;
  clear: both;
}
#footer .footer_section .footer_section_text .footer_section_nav_support li {
  margin: 0 10px;
  float: left;
}
#footer .footer_section .footer_section_text .footer_section_nav_support a {
  color: #818892 !important;
  display: block;
}
#footer .footer_section .footer_section_text .footer_section_social {
  width: 50%;
  margin-top: 40px;
  clear: both;
  float: left;
}
#footer .footer_section .footer_section_text .footer_section_social li {
  margin: 0 10px;
  font-size: 1.2em;
  float: left;
}
#footer .footer_section .footer_section_text .footer_section_credits {
  width: 50%;
  margin-top: 40px;
  font-size: .8em;
  text-align: right;
  float: right;
}
#footer .footer_section .footer_section_text .footer_section_credits li {
  margin: 0 10px;
  float: right;
}
#footer .footer_section .footer_section_text .footer_section_credits a {
  color: #818892 !important;
  font-weight: bold;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/*
 * MARKETO FORM STYLING (OVERRIDES)
 */
.mktoForm .mktoFormRow {
  margin: 0;/*P1C Custom Edit: 0 0 0 3%*/
}
.mktoForm textarea.mktoField {
  width: 98% !important;/*P1C Custom Edit*/
  height: 140px !important;/*P1C Custom Edit*/
  margin-right: 4% !important;/*P1C Custom Edit*/
}
.mktoForm .mktoOffset {
  display: none;/*P1C Custom Edit*/
}
.mktoForm {
  width: 81% !important;/*100%*/
  margin: 0 auto;/*0*/
  padding: 0;
}
.mktoForm .mktoFormCol {
  width: 32%;/*30%*/
  margin: 5px 1em 0 0;/*5px 1%*/
}
.mktoForm .mktoFieldWrap {
  width: 100%;
}
.mktoForm input {
  width: 96% !important;
  height: 40px;
  padding: 0 2%;
  line-height: 40px;
  background-color: #fff !important;
  color: #000 !important;
  font-size: 16px !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px !important;
  box-shadow: none !important;
}
.mktoForm select {
  width: 96% !important;
  height: 40px;
  padding: 0 2%;
  line-height: 40px;
}
.mktoForm input.mktoRequired {
  border: 1px solid #fff !important;
}
.mktoForm select.mktoField {
  background: url("images/select_arrow.gif") no-repeat right center !important;
  background-color: #fff !important;
}
.mktoForm .mktoFieldWrap label {
  width: 96% !important;
  padding: 20px 2% 10px 2%;/*P1C Custom Edit*/
  text-transform: uppercase;
  font-family: Montserrat, Arial, "Nimbus Sans L", sans-serif !important;
  color: #fff !important;/*P1C Custom Edit*/
  font-weight: bold !important;
  float: none !important;
  display: block;
  clear: both;
}
.mktoForm .mktoFieldWrap label .mktoAsterix {
  padding-right: 5px;
  color: #fff;
  float: left;
  display: inline !important;
}
.mktoForm .mktoFieldWrap label span {
  color: #fff !important;
  font-size: 1em !important;
}
.mktoForm div.mktoFormCol:first-child:nth-last-child(2) {
  width: 100%;
}
.mktoForm div.mktoFormCol:first-child:nth-last-child(2) label {
  width: auto !important;
  padding: 20px 0 10px !important;/*P1C Custom Edit*/
  /*text-transform: none;
  font-weight: 100 !important;P1C Custom Edit*/
  font-size: 1em;/*P1C Custom Edit*/
  display: block;
  float: inherit !important;/*P1C Custom Edit*/
}
.mktoForm div.mktoFormCol:first-child:nth-last-child(2) .mktoFieldWrap {
  width: inherit;/*P1C Custom Edit*/
}
.mktoForm div.mktoFormCol:first-child:nth-last-child(2) .mktoLogicalField {
  display: block;
  float: left !important;
}
.mktoForm div.mktoFormCol:first-child:nth-last-child(2) .mktoLogicalField label {
  padding: 0 !important;
  float: none !important;
}
.mktoForm .mktoButtonRow {
  width: 200px;
  margin: 0 auto !important;
  display: block !important;
  padding-top: 30px;/*P1C Custom Edit*/
}
.mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}
.mktoForm .mktoButtonRow button {
  background-color: #e8362a !important;
  background-image: none !important;/*P1C Custom Edit*/
  border: none !important;/*P1C Custom Edit*/
}
.mktoForm .mktoButtonRow button:hover {
  background-color: #e8362a !important;
}
.mktoModal .mktoModalContent {/*P1C Custom Edit*/
    position: fixed !important;
    padding: 0 !important;
    width: 500px;
    left: 30% !important;
    background-color: #003764 !important;
}
.mktoModalMain {/*P1C Custom Edit*/
    width: 500px !important;
}

/*
 * VISUAL COMPOSER (OVERRIDES)
 */
.cq-hovercard {
  margin-bottom: 40px !important;
  letter-spacing: 0.02em !important;/*P1C Custom Edit*/
}
.cq-hovercard a {
  font-weight: 200 !important;/*P1C Custom Edit*/
}
.cq-hovercard .cq-hovercard-textcontainer {
  width: calc(100% - 2em);
}
.cq-hovercard .cq-hovercard-textcontainer .cq-hovercard-title {
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: bold;/*P1C Custom Edit*/
}
.cq-hovercard .cq-hovercard-textcontainer .cq-hovercard-content {
  font-size: 1.3em;/*P1C Custom Edit*/
}

.cq-colorblock .cq-coverslider-image {
  width: 100% !important;
}

.cq-face-left {
  border: 2px solid #fff;
}

.cq-profilepanel {
  margin-bottom: 0;/*P1C Custom Edit*/
}
.cq-profilepanel .cq-profilepanel-text {
  text-align: center;
}

.wpb_text_column {
  margin-bottom: 0px !important;
}

.wpb_content_element {
  margin-bottom: 0px !important;
}

.tooltipster-content {
  background-color: #e8362a !important;
  color: #fff !important;
}

/*
 * COOKIE LAW POPUP
 */
.eupopup-container {
  background-color: #40b4e5;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.2em;
  text-align: left;
  display: none;
  z-index: 9999999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.eupopup-container a {
  color: #fff !important;
  text-transform: uppercase;
  font-size: .8em;
  text-decoration: underline !important;
}
.eupopup-container a.eupopup-closebutton {
  text-transform: lowercase;
  font-size: 1.2em;
  text-decoration: none !important;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.eupopup-container-fixedtop {
  position: fixed;
}

.eupopup-container-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.eupopup-container-bottomleft {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 100%;
  max-width: 400px;
}

.eupopup-container-bottomright {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 300px;
}

.eupopup-closebutton {
  font-size: 16px;
  font-weight: 200;
  line-height: 1;
  color: #fff;
  filter: alpha(opacity=20);
  position: absolute;
  font-family: helvetica, arial, verdana, sans-serif;
  top: 0;
  right: 0;
  padding: 5px 10px;
}

.eupopup-closebutton:hover,
.eupopup-closebutton:active {
  color: #fff !important;
  text-decoration: none;
}

.eupopup-head {
  font-size: .9em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 7px 0;
  color: #fff;
}

.eupopup-body {
  color: #fff;
  font-size: .82em;
  font-weight: 200;
  letter-spacing: .08em;
}

.eupopup-buttons {
  padding: 7px 0;
}

.eupopup-button_1 {
  color: #fff;
  font-weight: bold;
}

.eupopup-button_2 {
  color: #fff;
  font-weight: normal;
}

.eupopup-button {
  margin: 0 20px 0 0;
}

.eupopup-button:hover,
.eupopup-button:focus {
  text-decoration: underline;
  color: #fff;
}

body .eupopup-color-inverse {
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
}

body .eupopup-color-inverse .eupopup-head {
  color: #000;
}

body .eupopup-style-compact {
  text-align: left;
  padding: 8px 30px 7px 20px;
  line-height: 15px;
}

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
  display: inline;
  padding: 0;
  margin: 0;
}

body .eupopup-style-compact .eupopup-button {
  margin: 0 5px;
}

/*
 * REVOLUTION SLIDER OVERIDES
 */
.tp-video-play-button {
  display: none !important;
}

.rev_slider video {
  pointer-events: none;
}

.rev_slider video::-webkit-media-controls {
  display: none !important;
}

/*
 * ADMINISTRATIVE
 */
.edit-link {
  width: 100%;
  padding: 30px 0;
  background: #333;
  color: #fff;
  text-align: center;
  display: block;
}
.edit-link a {
  padding-right: 30px;
  letter-spacing: 0;
  font-weight: bold;
  color: #fff;
}

/*
 * RETINA
 */
/* -------------------------------------------- MEDIA QUERIES 1. Tablet + Larger -------------------------------------------- */
@media (min-width: 529px) and (max-width: 767px) {

/* ------------------------------------ Hover Dropdown Button ------------------------------------ */
/* The container <div> - needed to position the dropdown content */
.container {
    position: relative;
    max-width: 100% !important;
    width: 100%;
}
/* Grow Content (Hidden by Default) */
.navbar-collapse {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    background-color: #003764 !important;
}
.dropdown-menu {
    background-color: #f9f9f9 !important;
    border: 0 !important;
    border-radius: 0 !important;
    text-align: center !important;
    margin: 0 !important;
}
/* Show the menu on hover */
.container:hover .navbar-collapse {
    display: block;
    bottom: 100%;
    background: #003764;
}
.dropdown:hover .dropdown-menu {
    display: block;
    border-top: 0 !important;
    /*top: 100% !important;*/
    padding: 1.25rem 0;
}
/* Links inside the Grow Element */
.dropdown-menu a {
    color: #332e2e !important;
    font-weight: 300 !important;
    padding: .75rem !important;
}
/* Change color of Grow Element links on hover */
.dropdown-menu a:hover {color: #40b4e5 !important;}
    
nav.navbar { padding: 1.5rem 0 !important; }
.navbar-brand img { z-index: 1000000; }
nav.navbar .navbar-nav .nav-link {
    padding: 1.25rem 3.5rem !important;
    font-size: 1rem !important;
    /*text-align: right;*/ 
}
nav.navbar .navbar-nav { margin-top: 0 !important; }
.nav-item { padding: 0; }
button.navbar-toggler { background-color: transparent !important;}
    button.navbar-toggler:active { border: none !important; }
/* ------------------------------------ End Hover Dropdown Button ------------------------------------ */

}

@media (max-width: 767px) {
  h1 {
    font-size: 2.6em;/*2.9em*/
  }

  /* HEADER */
  #header_logo {
    width: 110px;
    height: 25px;
    top: 25px;
    left: 20px;
  }
  #header_logo .custom-logo-link .custom-logo {
    width: 110px;
    height: 25px;
  }

  .header_support_menu {
    top: 16px;
    right: 50px;
  }
  .header_support_menu ul li {
    margin: 0;
    padding: 2px 0 2px 0px;
    font-size: .6em;
    text-align: right;
    float: none;
    clear: both;
  }

  #header_hamburger {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 5px;
  }

  #header_hamburger_icon, #header_hamburger_icon:before, #header_hamburger_icon:after {
    width: 28px;
    height: 2px;
    top: 20px;
    left: 6px;
  }

  #header_hamburger_icon:before {
    top: -8px;
    left: 0;
    content: "";
  }

  #header_hamburger_icon:after {
    top: 8px;
    left: 0;
    content: "";
  }

  #header_hamburger_menu ul li a {
    padding: 15px 0;
    font-size: .7em;
  }
  #header_hamburger_menu ul .hamburger_nested_top {
    height: 30px;
    margin-bottom: 0;
  }
  #header_hamburger_menu ul .hamburger_nested_parent {
    margin-bottom: 0;
  }
  #header_hamburger_menu ul .hamburger_nested_overview a {
    font-size: 1em;
  }

  /* FOOTER */
  #footer .footer_section .footer_section_text ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #footer .footer_section .footer_section_text .footer_section_nav, #footer .footer_section .footer_section_text .footer_section_nav_support {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    padding: 0;
    font-size: .6em;
    float: none;
    clear: both;
    overflow: auto;
  }
  #footer .footer_section .footer_section_text .footer_section_nav li, #footer .footer_section .footer_section_text .footer_section_nav_support li {
    width: 50%;
    height: 30px;
    margin: 0;
    padding: 3px 0;
    display: block;
    float: left;
  }
  #footer .footer_section .footer_section_text .footer_section_nav li a, #footer .footer_section .footer_section_text .footer_section_nav_support li a {
    margin: 0;
    padding: 8px 0;
    border-bottom: none;
  }
  #footer .footer_section .footer_section_text .footer_section_nav ul, #footer .footer_section .footer_section_text .footer_section_nav_support ul {
    display: none;
  }
  #footer .footer_section .footer_section_text .footer_section_buttons, #footer .footer_section .footer_section_text .footer_section_translate {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    margin-top: 3px;/*P1C Custom Edit*/
    float: none;
    clear: both;
  }
  #footer .footer_section .footer_section_text .footer_section_social, #footer .footer_section .footer_section_text .footer_section_credits {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    margin-top: 15px;
    float: none;
    clear: both;
    overflow: auto;
  }
  #footer .footer_section .footer_section_text .footer_section_social li {
    margin: 0 10px 0 0;
    font-size: .9em;
  }
  #footer .footer_section .footer_section_text .footer_section_credits {
    font-size: .6em;
    letter-spacing: 0;
  }
  #footer .footer_section .footer_section_text .footer_section_credits li {
    margin: 0 10px 0 0;
    float: left;
  }

  /*
   * MARKETO FORM STYLING (OVERRIDES)
   */
  .mktoForm label {
    margin-top: 20px !important;
  }
  .mktoForm div.mktoFormCol:first-child:nth-last-child(2) label {
    width: 90% !important;
    clear: both;
  }
  .mktoForm div.mktoFormCol:first-child:nth-last-child(2) .mktoLogicalField {
    width: 10% !important;
  }
  .mktoForm .mktoButton {
    font-size: 1em !important;
  }
  .mktoForm .mktoButtonRow {
    width: 170px !important;    
  }

  /*
  * COOKIE LAW POPUP
  */
  .eupopup-container-bottomleft {
    max-width: 92%; /*P1C Edit-300px*/
  }
  .eupopup-container-bottomleft {
  bottom: 20%;/*52px*/
  left: 12px;
  }
    
/* 
 *P1C custom styles - MEDIA QUERIES 767px max width 
 */

#footer .footer_section .footer_section_text .footer_section_translate #google_translate_element {
  margin: 0 3px;
  float: left;
}
.goog-te-gadget {
  padding: 0 !important;
}
#footer .footer_section .footer_section_text .footer_section_translate #google_translate_element span {
  margin-left: 1px;
}
#olark-wrapper .olark-launch-button {
    /*letter-spacing: .02em !important;*/
    display: none !important;
}
button, a.button {
    min-width: 170px;
    font-size: 1em;
}

.post_author_img {
    padding-bottom: 0;
}

/*Live TV Channel List Styles*/
h2.channel_country {
    width: 100%;
}
h2.channel_list {
    width: 100%;
}
h4.channel_country {
    width: 100%;
}
p.channel_list {
    width: 100%;
}
    
.custom_feat_cards {
    height: initial;
    width: 90%;
    margin: 0 auto;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
    
/* 
 *END P1C custom styles - MEDIA QUERIES 767px max width
 */
    
/* 
 *Revised TVS Homepage styles - MEDIA QUERIES 767px max width
 */

.C1 h1, .C1 .lead {
    max-width: 100vw; }
    
.C3 {
    background-image: none !important; }

.navbar-brand { margin-right: 22rem !important; }

#footer_privacy_terms_copyright { text-align: left !important; }

/* 
 * END Revised TVS Homepage styles - MEDIA QUERIES 767px max width
 */
    
}

/*
 * TABLET & LARGER MEDIA QUERIES LAYOUT (P1C custom styles)
*/
/*Revised TVS Homepage styles - MEDIA QUERIES 768px min width*/
@media (min-width: 768px) {
[class*='col-md'] {
    margin-bottom: 0; }
    
nav.navbar {
    position: -webkit-sticky;
    position: sticky;
    bottom: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    top: 0;
    background: #003764;
    z-index: 1020; }
    nav.navbar .navbar-nav {
      margin-top: 0; }
      nav.navbar .navbar-nav .nav-link {
        /*-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;*/
        color: #fff;
        padding: 1.5rem 1.4rem 1.5rem 1rem; }
      nav.navbar .navbar-nav .nav-item {
        border-top: none;
        padding: 0; }
        nav.navbar .navbar-nav .nav-item.show {
          background: #40b4e5; }
      nav.navbar .navbar-nav .request-demo {
        display: flex;
        align-items: center; }
        nav.navbar .navbar-nav .request-demo .nav-link {
          background-color: #40b4e5;
          border-radius: .3rem;
          color: #fff;
          font-size: 0.8rem;
          padding: 1rem 1.5rem;
          margin: 0 0 0 1rem; }
          nav.navbar .navbar-nav .request-demo .nav-link:hover {
            background-color: #40b4e5; }
    nav.navbar .navbar-collapse {
      flex-grow: 0; }
    
.dropdown-toggle::after {
    border: none;
    content: '\f107' !important;
    font-family: fontawesome;
    margin: 0 0 0 .4rem !important; /*margin-left: .75rem*/
    vertical-align: top !important;
    border: 0 !important; }

  .dropdown-menu {
    background: #fff; /*rgba(0, 55, 100, 0.9)*/
    border-top: 3px solid #40b4e5;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    display: none;
    margin-top: -3px;
    min-width: 17rem !important;
    text-align: left; }
    .dropdown-menu .dropdown-item {
      color: #332e2e; /*#818892*/
      display: block;
      font-family: "Montserrat", sans-serif;
      font-size: 1em;
      margin-left: 2rem;
      padding: 1.25rem 3rem 1.25rem 0;
      text-transform: uppercase; }
      .dropdown-menu .dropdown-item:not(:last-child) {
        border-bottom: 1px solid #eee; }
      .dropdown-menu .dropdown-item:hover {
        color: #e8362a; }
    .dropdown-menu.show {
      background: #fff;
      color: #332e2e; }

.col-md-2 { max-width: 18% !important; }
.col-md-8 { max-width: 65% !important; }
}
/*End Revised TVS Homepage styles - MEDIA QUERIES 768px min width*/

@media (min-width: 768px) and (max-width: 812px) {
    button, a.button {
    min-width: 130px;
    margin: 5px;
    padding: 10px;
    font-size: .72em !important; }
}

@media (min-width: 768px) and (max-width: 889px) {
    .custom_feat_cards {
    height: 47em; }
}

@media (max-width: 768px) {
body { font-size: 0.8rem !important; }
.custom-homepage-subheader, .custom-homepage-title {
    text-align: center !important;
}
.custom-homepage-title {
    font-size: 2em !important;
}
.custom-homepage-subheader {
    margin-top: 30px !important;
    font-weight: 100 !important;
}
#homepage-mobile-cta {
    margin-top: 35px !important;
}

.error_container {
  padding: 28% 15%;
}
.error_image {
  width: 70%;
}
#title_404 {
  font-size: 2em;
  width: 100%;
}
#message_404 {
  font-size: 1em;
  width: 100%;
}
.home_button {
  padding: 0;
}

#content_blog_tags {
  width: 100% !important;
  padding: 80px 0;
  text-align: center;
  float: none;
  margin: 0 auto;
}
.blog-listing-container {
    width: 100% !important;
    float: inherit;
    padding: 80px 3em 0;
    margin: 0
}
.blog-listing {
    padding: 0 0 1em;
    width: 100% !important;
    float: inherit;
    margin: 0 0 2em;
}
.post-list-thumb {
    top: -12em;
}
.post-thumb {
    top: -100%;
}
#content_blog_pager {
  text-align: center;
}
    
.mktoForm .mktoButtonRow { 
    width: 130px; }
    
.cat-listing {
    padding: 0 0 1em;
    width: 100%;
    margin: 2em 0 0;
}
}

@media (max-width: 960px) {
.cq-hovercard .cq-hovercard-background {
  width: 140% !important;
}
.navbar-brand img { 
    height: 1.8rem; }
}

@media (min-width: 768px) and (max-width: 960px) {
.container { 
    max-width: 730px !important;
    padding-right: 30px !important;
    padding-left: 30px !important; }
.navbar-brand {
    margin-right: 1rem !important; /*7rem*/ }
nav.navbar .navbar-nav .nav-link {
    font-size: 0.7rem; }
nav.navbar .navbar-nav .request-demo .nav-link {
    padding: 1rem;
    margin: 0;
    }
.dropdown-toggle::after {
    margin: 0 .3rem 0 .2rem !important; }
}

@media (max-width: 974px) {
    .hp-blog-listing {
        width: 100%;
        height: initial;
        margin: 1em 0;
        padding: 0;
    }
}

@media (min-width: 961px) and (max-width: 991px) {
    .container { max-width: 880px !important; }
    .navbar-brand { margin-right: 8rem !important; }
}

@media (max-width: 1024px) {
#content_blog_tags {
width: 22%;
}
.blog-listing {
width: 38%;
}
.mktoForm .mktoFormCol {
    width: 100% !important;
}
button, a.button {
    margin: 0 !important; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #footer_privacy_terms_copyright {
    padding-top: 20px;
    padding-right: 0;
    text-align: left !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .container {
        padding-right: 20px !important;
        padding-left: 20px !important; }
    .dropdown-toggle::after {
        margin: 0 .6rem 0 .3rem !important; }
    .blog-listing-container {
        width: 76%; }
    #content_blog_pager {
        width: 97%; }
    .hp-blog-listing {
        width: 30.58%; }
    .cat-listing {
        width: 30.58%; }
}

@media (min-width: 975px) and (max-width: 1166px) {
    .hp-blog-listing { height: 380px; }
    .cat-listing { height: 380px; }
}

@media (max-width: 1199px) {
nav.navbar .navbar-nav .nav-link {
    padding: 1.5rem 0.4rem 1.5rem 0.3rem;/*1.5rem 0.7rem 1.5rem 0.4rem*/
    font-size: 0.8rem; }
}

/*Revised TVS Homepage styles - MEDIA QUERIES 1600px min width */
@media (min-width: 1600px) {
    .container {
        min-width: 1340px;
        max-width: 66.7%;
}
}
/*End Revised TVS Homepage styles - MEDIA QUERIES 1600px min width */
/*
 * END TABLET & LARGER MEDIA QUERIES LAYOUT (P1C custom styles)
*/

/* ----------------------------------------- MEDIA QUERIES 2. Smartphones + Smaller ----------------------------------------- */

@media (max-width: 648px) {
.C_module_width { width: 94% !important; }
.C_module_width_blogteaser { width: 94% !important; }
.post-title {
    max-width: 100%;
}
.post-list-thumb {
    top: 0;
}
.post-thumb {
    top: -50%;
}
/*.olark-launch-button.olark-chat-tab {
    bottom: 50px !important;
}
.olark-launch-button {
    font-size: .7em !important;
    right: 10px !important;
    height: 46px !important;
    box-shadow: none !important;
}*/
}

@media(max-width: 528px) {

/* ------------------------------------ Hover Dropdown Button ------------------------------------ */
/* The container <div> - needed to position the dropdown content */
.container {
    position: relative;
    max-width: 100% !important;
    width: 100%;
}
/* Grow Content (Hidden by Default) */
.navbar-collapse {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    background-color: #003764 !important;
}
.dropdown-menu {
    display: none;/*addition*/
    position: absolute;/*addition*/
    background-color: #f9f9f9 !important;
    border: 0 !important;
    border-radius: 0 !important;
    text-align: center !important;
    margin: 0 !important;
}
/* Show the menu on hover */
.container:hover .navbar-collapse {
    display: block;
    bottom: 100%;
    background: #003764;
}
.dropdown:hover .dropdown-menu {
    display: block;
    border-top: 0 !important;
    /*top: 100% !important;*/
    padding: 3rem 0;/*1.25rem*/
}
/* Links inside the Grow Element */
.dropdown-menu a {
    color: #332e2e !important;
    font-weight: 300 !important;
    padding: 0 !important;/*.75rem*/
    margin: 2rem 1rem !important;
    line-height: 1rem;
}
/* Change color of Grow Element links on hover */
.dropdown-menu a:hover {color: #40b4e5 !important;}
    
nav.navbar { padding: 1.5rem 0 !important; }
    nav.navbar .navbar-nav .nav-link {
        padding: 1.25rem !important;
        font-size: 1rem !important;
        /*text-align: right;*/ 
}
nav.navbar .navbar-nav { margin-top: 0 !important; }
.nav-item { padding: 0; }

.navbar-brand { margin-right: 8rem !important; margin-left: 1em; }
    .navbar-brand img { z-index: 1000000; }

button.navbar-toggler { min-width: 100px !important; }
    button.navbar-toggler { background-color: transparent !important;}
        button.navbar-toggler:active { border: none !important; }
/* ------------------------------------ End Hover Dropdown Button ------------------------------------ */

}

/* ----------------------------------------- MEDIA QUERIES 3. Search Function ----------------------------------------- */

@media (min-width: 1025px) and (max-width: 1068px) {
	.search_label {
		width: 75%;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	.search_label {
		width: 60%; /* 56% */
	}
}
@media (min-width: 649px) and (max-width: 768px) {
	.search_label {
		width: 66.3%;
	}
}
@media (min-width: 529px) and (max-width: 648px) {
	.search_label {
		width: 69%;
	}
}
@media(max-width: 528px) {
	.search_label {
		width: 100%;
        margin: 0;
        padding: 0 0 1em;
	}
    .search-submit {
        width: 100%;
        margin: 0 0 2em !important;
    }
    .page-title {
        margin: 0;
    }
}