/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
}
/* 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;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body {
  background: #eeeeee;
  font: normal 16px/22px 'Roboto', arial, sans-serif;
  color: #666666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 400;
  color: #226a75;
}
h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark,
h6.dark {
  color: #666666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 {
  color: #666666;
  font-weight: bold;
  font-size: 35px;
  line-height: 45px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 24px;
  line-height: 30px;
}
h3 {
  font-size: 20px;
  line-height: 26px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
}
h5 {
  font-size: 18px;
  line-height: 24px;
}
h6 {
  font-size: 16px;
  line-height: 22px;
}
h1 + h4 {
  margin: 0 0 20px 0;
}
.headline {
  position: relative;
  padding: 0 0 20px 0;
}
.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}
.headline .banner {
  position: relative;
  z-index: 1;
  padding: 7px 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
}
.headline:after {
  content: "";
  width: 102px;
  height: 64px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/dashes_sprite.png) -88px 0 no-repeat;
  background-size: 385px auto;
}
.headline.light .banner {
  background: rgba(46, 168, 107, 0.9);
}
.headline.light:after {
  background-position: -88px 0;
}
.headline.dark .banner {
  background: rgba(24, 127, 115, 0.8);
}
.headline.dark:after {
  background-position: -282px 0;
}
@media only screen and (max-width: 767px) {
  .headline .banner {
    font-size: 21px;
  }
}
a {
  color: #2ea86b;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1045px) {
  a {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media only screen and (max-device-width: 767px) {
  a {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
a img {
  border: 0;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0 0 20px 0;
}
ol,
ul,
dd {
  margin: 5px 0 5px 5px;
}
hr {
  border: 0;
  border-bottom: 1px solid #dedede;
  height: 0px;
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
pre,
code,
blockquote {
  padding: 40px;
}
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.lowlite,
.placeholder {
  color: #666666;
}
/*used for js placeholder fix for ie*/
.large-font {
  font-size: 18px;
  line-height: 24px;
}
.bold {
  font-weight: bold;
}
.rtecontent {
  overflow: hidden;
}
.rtecontent ul {
  list-style: none;
  margin: 0 0 10px 0;
}
.rtecontent ul li {
  position: relative;
  padding: 0 0 0 25px;
}
.rtecontent ul li:before {
  position: absolute;
  left: 8px;
  content: "\2022";
  font-size: 23px;
  color: #1a887b;
}
.rtecontent img {
  margin: 10px 20px;
  max-width: 100% !important;
}
.rtecontent img.rte_image_left {
  display: block;
  float: left;
  margin-left: 0;
  margin-top: 5px;
}
.rtecontent img.rte_image_right {
  display: block;
  float: right;
  margin-right: 0;
  margin-top: 5px;
}
.rtecontent img.rte_image_full {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.rtecontent table {
  margin: 0 0 15px 0;
}
.rtecontent table td {
  padding: 0 10px 0 0;
  vertical-align: top;
}
.rtecontent .rtecolumns {
  overflow: hidden;
}
.rtecontent .rtecolumns .rtecol50 {
  width: 50%;
  float: left;
  padding: 0 0 25px 12px;
}
.rtecontent .rtecolumns .rtecol50:first-child {
  padding: 0 25px 12px 0;
}
.rtecontent .rtecolumns .rtecol30 {
  width: 33%;
  float: left;
  padding: 0 0 25px 25px;
}
.rtecontent .rtecolumns .rtecol30:first-child {
  padding: 0 0 25px 0;
}
.rtecontent .rtecolumns .rtecol70 {
  width: 67%;
  float: left;
  padding: 0 0 25px 25px;
}
.rtecontent .rtecolumns .rtecol70:first-child {
  padding: 0 0 25px 0;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.hide,
.no_display {
  display: none !important;
}
.col_half {
  width: 50%;
  padding: 0 0 0 2%;
  float: left;
}
.col_half:first-child {
  padding: 0 2% 0 0;
}
@media only screen and (max-width: 767px) {
  .col_half {
    width: 100%;
    clear: both;
    padding: 0 !important;
    margin: 0 0 20px 0;
  }
}
.row {
  overflow: hidden;
}
.row .col40 {
  float: left;
  width: 36%;
}
.row .col60 {
  float: right;
  width: 64%;
  padding: 0 0 0 20px;
}
a.vid_link {
  display: block;
  position: relative;
}
a.vid_link:before {
  content: "";
  width: 37px;
  height: 37px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  background: url(../img/cvtv_sprite.png) -263px -1px no-repeat;
  background-size: 415px auto;
}
a.vid_link.disabled {
  cursor: default;
}
a.vid_link.disabled:before {
  display: none;
}
a.vid_link img {
  display: block;
  width: 100%;
}
a.vid_link span.channel {
  background: none repeat scroll 0 0 #000;
  color: #fff;
  left: 0;
  padding: 10px 25px;
  position: absolute;
  top: 0;
}
a.vid_link.tag:before {
  margin-top: -40px;
}
a.vid_link .tag {
  background: #2ea86b;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  padding: 14px 0;
  -webkit-transition: none;
  transition: none;
}
a.vid_link:hover {
  text-decoration: none;
}
a.vid_link:hover:before {
  background-position: -263px -41px;
}
a.vid_link:hover .tag {
  background: #9cd150;
}
a.vid_link.live:after {
  content: "Live";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 15px;
  color: #FFF;
  font-size: 16px;
  background: #e2b322;
}
.popup_container {
  max-width: 1045px;
  padding: 25px;
  margin: 0 auto;
  background: #0b0b0b;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.popup_container h2 {
  font-weight: bold;
  color: #2ea86b;
}
.popup_container h4 {
  color: #2ea86b;
}
.popup_container a {
  color: #9cd150;
}
.popup_container .pop_main {
  width: 82%;
  float: left;
  position: relative;
}
.popup_container .pop_main > img {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  opacity: 0;
}
.popup_container .pop_main .video {
  left: 0;
  margin: 0 0 20px;
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 0 20px 0;
}
.popup_container .pop_main .video img,
.popup_container .pop_main .video iframe {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .popup_container .pop_main {
    width: 96%;
  }
  .popup_container .pop_main .video .jwplayer_error:not(object) {
    height: 150px !important;
  }
}
.popup_container .pop_main .vid_tabs .ui-tabs-nav {
  list-style: none;
  margin: 0;
}
.popup_container .pop_main .vid_tabs .ui-tabs-nav li {
  display: inline-block;
  margin-right: 5px;
}
.popup_container .pop_main .vid_tabs .ui-tabs-nav li.ui-tabs-active a.agenda_banner {
  background: #333 !important;
}
.popup_container .pop_main .vid_tabs .ui-tabs-panel .agenda_items,
.popup_container .pop_main .vid_tabs .ui-tabs-panel ul {
  max-height: 220px;
  overflow: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.popup_container .pop_main .vid_tabs .ui-tabs-panel .agenda_items li a,
.popup_container .pop_main .vid_tabs .ui-tabs-panel ul li a {
  color: #eee;
  background: #333;
  display: block;
  font-size: 15px;
  padding: 12px 20px;
  -webkit-transition: none;
  transition: none;
}
.popup_container .pop_main .vid_tabs .ui-tabs-panel .agenda_items li a:hover,
.popup_container .pop_main .vid_tabs .ui-tabs-panel ul li a:hover {
  color: #2ea86b;
  background: #454545;
  text-decoration: none;
}
.popup_container .pop_main .agenda_banner {
  background: #2ea86b;
  display: inline-block;
  -webkit-transition: none;
  transition: none;
  padding: 5px 10px;
  margin: 20px 0 0;
  font-size: 12px;
  color: #fff;
}
.popup_container .pop_main .agenda_banner:hover {
  text-decoration: none;
  background: #9cd150;
}
.popup_container .pop_main .agenda_items {
  max-height: 220px;
  overflow: scroll;
  list-style: none;
  margin: 0;
  padding: 0;
}
.popup_container .pop_main .agenda_items li a {
  color: #eee;
  background: #333;
  display: block;
  font-size: 15px;
  padding: 12px 20px;
  -webkit-transition: none;
  transition: none;
}
.popup_container .pop_main .agenda_items li a:hover {
  color: #2ea86b;
  background: #454545;
  text-decoration: none;
}
.popup_container aside {
  width: 18%;
  padding: 0 0 15px 25px;
  float: right;
}
.popup_container aside a.vid_link {
  margin-top: 20px;
}
.popup_container aside .caption {
  color: #eeeeee;
  font-size: 14px;
  line-height: 17px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .popup_container aside {
    width: 100%;
    clear: both;
    padding: 30px 0 0 0;
  }
  .popup_container aside a.vid_link {
    width: 50%;
  }
}
div.messages {
  border: 1px solid #0c4c78;
  margin: 0 0 20px 0;
  padding: 20px;
  background: #cdd8df;
  color: #0c4c78;
}
div.messages p {
  padding: 0;
  margin: 0;
}
div.messages.error {
  border-color: #82080d;
  background: #e4caca;
  color: #82080d;
}
div.messages.error b {
  color: #82080d;
}
div.messages.success {
  border-color: #0f5312;
  background: #edf1e7;
  color: #0f5312;
}
div.messages.success b {
  color: #0f5312;
}
div.messages.warning {
  border-color: #785606;
  background: #f6e9cd;
  color: #785606;
}
div.messages.warning b {
  color: #785606;
}
/* FlexSlider Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* Responsive YouTube Embeds */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rtecontent .videoWrapper {
  padding-top: 0;
}
.rtecontent form {
  margin: 10px 0;
  padding: 20px;
  background: #dedede;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
select {
  margin-left: 1px;
}
input[type=text],
input[type=password],
textarea,
.form-control {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 15px;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 0;
  color: #666666;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
.form-control:focus {
  border-color: #9cd150;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(156, 209, 80, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(156, 209, 80, 0.6);
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #666666;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #666666;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #666666;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #666666;
  padding-top: 2px;
}
input[type=text][disabled],
input[type=password][disabled],
textarea[disabled],
.form-control[disabled],
input[type=text][readonly],
input[type=password][readonly],
textarea[readonly],
.form-control[readonly],
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=password],
fieldset[disabled] textarea,
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #aaaaaa;
}
textarea {
  height: 150px;
  line-height: 16px;
}
input[type=checkbox],
input[type=radio] {
  position: absolute;
  left: -9999em;
  opacity: 0;
}
.lt-ie9 input[type=checkbox],
.lt-ie9 input[type=radio] {
  position: relative;
  left: auto;
  opacity: 1;
}
input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  display: inline-block !important;
  margin: 0 5px 10px 0;
  padding: 0 0 0 25px !important;
  font-weight: normal;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 1px;
  left: 0;
  background: url(../img/checkbox_radio.png) 0 0 no-repeat;
}
input[type=checkbox] + label.checked:before,
input[type=radio] + label.checked:before {
  background-position: -19px 0;
}
input[type=radio] + label:before {
  background-position: 0 -19px;
}
input[type=checkbox]:checked + label:before {
  background-position: -19px 0;
}
input[type=radio]:checked + label:before {
  background-position: -19px -19px;
}
.lt-ie9 input[type=checkbox] + label,
.lt-ie9 input[type=radio] + label {
  padding: 0;
}
.lt-ie9 input[type=checkbox] + label:before,
.lt-ie9 input[type=radio] + label:before {
  display: none;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.lt-ie9 input[type="radio"],
.lt-ie9 input[type="checkbox"] {
  margin: 4px 0 0 1px;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="submit"],
input[type="button"],
.button {
  display: inline-block;
  max-width: 100%;
  margin: 20px 0;
  background: #2ea86b;
  color: #fff;
  padding: 10px 30px;
  border: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
input[type="submit"]:hover,
input[type="button"]:hover,
.button:hover {
  color: #fff;
  background: #1a887b;
}
.minict_wrapper {
  background: #ffffff;
  position: relative;
  width: 100%;
  height: 35px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 15px;
  color: #666666;
}
.minict_wrapper:after {
  content: "\25BC";
  display: block;
  position: absolute;
  height: 35px;
  width: 35px;
  top: 0;
  right: 0;
  text-align: center;
  color: #666666;
  font-size: 18px;
  line-height: 35px;
}
.minict_wrapper.active:after {
  content: "\25B2";
}
.minict_wrapper input {
  border: 0;
  outline: none;
  margin: 0;
  cursor: default;
  width: 100%;
  height: 35px;
}
.minict_wrapper ul {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  max-height: 130px;
  overflow-y: auto;
  z-index: 999999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 3px 8px rgba(156, 209, 80, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 3px 8px rgba(156, 209, 80, 0.6);
}
.minict_wrapper ul li {
  list-style: none;
  padding: 8px 10px;
  cursor: pointer;
  background: #fff;
}
.minict_wrapper ul li:before {
  display: none;
}
.minict_wrapper ul li:hover {
  background: #dedede;
}
.minict_wrapper ul li.minict_group {
  color: #444;
  background: #f6f6f6;
  font-weight: bold;
  cursor: default;
}
.minict_wrapper ul li.minict_empty {
  display: none;
  background: #fff !important;
  color: #bbb;
  text-align: center;
}
.minict_wrapper ul li.selected {
  color: #fff;
  background: #2ea86b;
}
.minict_wrapper ul li.highlighted {
  color: #fff;
  background: #aaaaaa;
}
.minict_wrapper ul li.hidden {
  display: none;
}
.container {
  max-width: 1045px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
header {
  height: 97px;
  width: 100%;
  background: #000;
}
.home header {
  position: absolute;
  top: 0;
  background: transparent;
  z-index: 850;
}
header .container {
  position: relative;
  height: 97px;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  header .container {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  header .container {
    height: auto;
    overflow: hidden;
  }
}
header #logo {
  display: block;
  width: 134px;
  height: 44px;
  float: left;
  margin: 25px 3% 0 0;
  background: url(../img/logo.png) 0 0 no-repeat;
  background-size: 134px 44px;
  overflow: hidden;
  text-indent: -9999em;
}
header .global {
  float: right;
  height: 97px;
  margin-left: 21px;
  padding-left: 3%;
  width: 374px;
}
header .global.mobile {
  display: none;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
  height: auto;
}
header .global.mobile .search {
  width: 60%;
  max-width: 320px;
  margin-bottom: 15px;
}
header .global.mobile .social {
  float: left;
  width: 108px;
}
header .global.mobile .social li a.fb {
  width: 25px;
  margin-left: 15px;
  background-position: -304px 0;
}
header .global.mobile .nav {
  clear: both;
}
header .global.mobile .nav li {
  margin: 0;
  margin-left: 15px;
}
header .global.mobile .nav li:first-child {
  margin-left: 0;
}
header .global.mobile .nav li a {
  font-size: 10px;
}
header .global .nav {
  list-style: none;
  display: block;
  margin-left: 2px;
}
header .global .nav li {
  display: inline-block;
  margin-left: 26px;
}
header .global .nav li:first-child {
  margin-left: 0;
}
header .global .nav li a,
header .global .nav li span {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
header .global .nav li a:hover,
header .global .nav li span:hover {
  text-decoration: none;
  color: #9cd150;
}
header .global .nav li span:hover {
  color: #fff;
}
header .global form.search {
  float: left;
  width: 247px;
  height: 35px;
  position: relative;
}
header .global form.search:after {
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  background: transparent url(../img/cvtv_sprite.png) -362px -29px no-repeat;
  background-size: 415px auto;
  pointer-events: none;
}
header .global form.search.active:after {
  background: transparent url(../img/search_green.png) -5px -6px no-repeat;
  background-size: 35px 35px;
}
header .global form.search input[type="text"] {
  position: relative;
  background: #5a5551;
  border-radius: 15px;
  padding-right: 40px;
  color: #fff;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
header .global form.search input[type="text"]:focus {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-box-shadow: 0px 0px 4px #226a75;
  -moz-box-shadow: 0px 0px 4px #226a75;
  box-shadow: 0px 0px 4px #226a75;
  background: #fff;
  color: #666666;
}
header .global .social {
  padding-top: 6px;
  list-style: none;
  display: block;
  height: 35px;
  width: 95px;
  float: left;
  margin: 0;
}
header .global .social li a {
  display: block;
  float: left;
  height: 20px;
  width: 30px;
}
header .global .social li a.fb {
  width: 25px;
  margin-left: 2px;
  background: url(../img/cvtv_sprite.png) -300px 0px no-repeat;
  background-size: 415px auto;
}
header .global .social li a.tw {
  margin-left: 2px;
  background: url(../img/cvtv_sprite.png) -327px 0px no-repeat;
  background-size: 415px auto;
}
header .global .social li a.yt {
  margin-left: 6px;
  background: url(../img/cvtv_sprite.png) -355px 0px no-repeat;
  background-size: 415px auto;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  header .global {
    margin: 0;
    padding: 0;
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  header .global {
    display: none;
  }
  header .global.mobile.open {
    display: block;
  }
}
header nav {
  float: left;
  margin: 34px 0 0 0;
}
header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  header nav ul {
    clear: both;
    display: inline-block;
    float: none;
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
  }
}
header nav ul li {
  float: left;
}
header nav ul li a,
header nav ul li span {
  display: block;
  padding: 9px 30px;
  font-family: 'Roboto', arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  header nav ul li a,
  header nav ul li span {
    font-size: 25px;
    padding: 9px 42px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1045px) {
  header nav ul li a,
  header nav ul li span {
    -webkit-transition: none;
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  header nav ul li a,
  header nav ul li span {
    padding: 8px 0px 4px 15px;
    padding-right: 0 !important;
    display: inline-block;
    width: auto;
    clear: both;
  }
}
header nav ul li:hover a,
header nav ul li.active a {
  color: #9cd150;
  text-decoration: none;
}
header nav ul li ul.sub {
  position: absolute;
  width: 285px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  margin-left: 5px;
  padding: 15px;
  overflow: hidden;
  left: -999em;
  z-index: 1000;
}
header nav ul li ul.sub span {
  display: block;
  padding: 5px 10px;
  color: #eee;
}
header nav ul li ul.sub li {
  width: 100%;
  float: left;
  clear: left;
}
header nav ul li ul.sub li a {
  color: #b6b6b6;
  text-transform: none;
  font-size: 14px;
  padding: 5px 10px;
  display: inline-block;
  clear: both;
  width: 100%;
  line-height: 120%;
}
header nav ul li ul.sub li a.focus,
header nav ul li ul.sub li a.active,
header nav ul li ul.sub li a:hover {
  background: #2ea86b;
  color: #fff;
}
@media only screen and (max-device-width: 767px) {
  header nav ul li ul.sub li a:hover {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  header nav ul li ul.sub {
    display: block;
    position: absolute;
    width: 30%;
    background: #000;
    background: rgba(0, 0, 0, 0.85);
    margin: 20px 0 0 20px;
    padding: 15px;
    text-align: left;
    overflow: visible;
    visibility: hidden;
    left: -999em;
  }
  header nav ul li ul.sub:before {
    content: "";
    top: -20px;
    height: 20px;
    left: 0;
    right: 0;
    position: absolute;
    background: transparent;
  }
  header nav ul li ul.sub span {
    display: none;
  }
  header nav ul li ul.sub li {
    width: 100%;
    float: left;
    clear: left;
  }
  header nav ul li ul.sub li a {
    -webkit-transition: none;
    transition: none;
    color: #b6b6b6;
    text-transform: none;
    font-size: 14px;
    padding: 5px 10px;
    display: inline-block;
    clear: both;
    width: 100%;
    line-height: 120%;
  }
  header nav ul li ul.sub li a.focus,
  header nav ul li ul.sub li a.active,
  header nav ul li ul.sub li a:hover {
    background: #2ea86b;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1045px) and only screen and (max-device-width: 767px) {
  header nav ul li ul.sub li a:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  header nav ul li ul.sub {
    display: block;
    position: relative;
    left: auto;
    padding: 0;
  }
  header nav ul li ul.sub span {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    padding: 0 30px;
  }
  header nav ul li ul.sub li a {
    color: #9b9b9b;
    text-transform: none;
    font-size: 12px;
    padding: 0 0 0 30px;
    display: inline-block;
    width: auto;
    clear: both;
  }
  header nav ul li ul.sub li a.focus,
  header nav ul li ul.sub li a.active,
  header nav ul li ul.sub li a:hover {
    background: none;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-device-width: 767px) {
  header nav ul li ul.sub li a:hover {
    color: #fff;
  }
}
header nav ul li:hover ul {
  left: auto;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  header nav {
    clear: both;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  header nav {
    display: none;
    float: none;
    clear: both;
    margin: 0;
    padding: 30px 0 60px;
  }
  header nav ul {
    margin-bottom: 20px;
  }
  header nav ul li {
    display: block;
    float: none;
  }
  header nav ul li > a {
    font-size: 18px;
    padding: 9px 30px 9px 15px;
  }
  header nav.open {
    display: block;
  }
  header nav .nav {
    clear: both;
  }
  header nav .nav li {
    margin: 0;
    margin-left: 15px;
    display: inline-block;
  }
  header nav .nav li:first-child {
    margin-left: 0;
  }
  header nav .nav li a,
  header nav .nav li span {
    font-size: 10px;
    padding: 9px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  header {
    height: 150px;
  }
}
header #nav-button {
  display: none;
  color: #fff;
  width: 75px;
  height: 21px;
  position: absolute;
  text-transform: uppercase;
  right: 22px;
  top: 32px;
  background: url(../img/burg.png) top right no-repeat;
  background-size: 31px 21px;
  -webkit-transition: none;
  transition: none;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none !important;
}
header #nav-button:before {
  content: "Menu";
  display: inline-block;
}
header #nav-button.open {
  background: url(../img/menu_close.png) top right no-repeat;
  background-size: 21px 21px;
  width: 63px;
}
header #nav-button.open:before {
  content: "Menu";
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  header #nav-button {
    display: block;
  }
}
section.hero {
  position: relative;
  min-height: 730px;
  padding: 150px 0 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  section.hero {
    padding-top: 130px;
    padding-bottom: 45px;
  }
}
section.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  z-index: 2;
  background: url(../img/bg_header_home_fade.png) 0 0 repeat-x;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  section.hero .container {
    width: 100%;
    padding: 0 60px;
  }
}
section.hero .background_slides {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.hero .background_slides ul {
  height: 100%;
}
section.hero .background_slides li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 100%;
}
section.hero .background_slides:before {
  content: "";
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
section.hero .main_slides {
  position: relative;
  z-index: 2;
}
section.hero .main_slides li img {
  float: left;
  width: 64%;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  section.hero .main_slides li img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section.hero .main_slides li img {
    display: none;
  }
}
section.hero .main_slides li .caption {
  position: relative;
  width: 36%;
  padding: 2% 3% 2% 3%;
  float: right;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  section.hero .main_slides li .caption {
    width: 100%;
  }
}
section.hero .main_slides li .caption h2 {
  color: #fff;
  font-size: 35px;
  line-height: 38px;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  section.hero .main_slides li .caption h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  section.hero .main_slides li .caption h2 {
    font-size: 30px;
  }
}
section.hero .main_slides li .caption.live {
  padding-top: 35px;
}
section.hero .main_slides li .caption.live h2:after {
  content: "Live";
  display: inline-block;
  margin-bottom: 18px;
  padding: 2px 15px;
  background: #e2b322;
  font-size: 16px;
  color: #FFF;
  line-height: 140%;
  position: absolute;
  left: 8%;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  section.hero .main_slides li .caption.live h2:after {
    position: relative;
    margin: 0 0 0 15px;
    vertical-align: 5px;
    left: 0;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  section.hero .main_slides li .caption.live {
    padding: 2% 3% 2% 3%;
  }
}
@media only screen and (max-width: 767px) {
  section.hero .main_slides li .caption.live {
    padding: 0;
  }
  section.hero .main_slides li .caption.live h2:after {
    display: none;
  }
}
section.hero .main_slides li .caption a.button {
  position: relative;
  display: block;
  width: 216px;
  height: 55px;
  padding: 19px 30px 21px 0;
  margin: 30px 0 0 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border: 3px solid #2ea86b;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  border-radius: 27px;
}
section.hero .main_slides li .caption a.button:after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 55px;
  height: 55px;
  border: 3px solid #2ea86b;
  background: #000000 url(../img/cvtv_sprite.png) -303px -24px no-repeat;
  background-size: 415px auto;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  border-radius: 27px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
section.hero .main_slides li .caption a.button:hover {
  border-color: #9cd150;
  background: rgba(0, 0, 0, 0.75);
}
section.hero .main_slides li .caption a.button:hover:after {
  border-color: #9cd150;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  section.hero .main_slides li .caption {
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
  }
  section.hero .main_slides li .caption p {
    display: none;
  }
  section.hero .main_slides li .caption a.button {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  section.hero .main_slides li .caption {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  section.hero .main_slides li .caption {
    text-align: center;
  }
  section.hero .main_slides li .caption a.button {
    margin: 30px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  section.hero .main_slides li {
    display: none !important;
  }
  section.hero .main_slides li.flex-active-slide {
    display: block !important;
  }
}
section.hero .thumbs {
  position: relative;
  top: -12px;
  z-index: 3;
  width: 64%;
  overflow: hidden;
}
section.hero .thumbs .flex-viewport {
  padding-top: 12px;
}
section.hero .thumbs ul {
  width: 102.24% !important;
}
section.hero .thumbs li {
  position: relative;
  width: 33.3% !important;
  height: 200px;
  padding: 0 2.24% 0 0;
  cursor: pointer;
}
section.hero .thumbs li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-bottom: 12px solid #2ea86b;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
section.hero .thumbs li .caption {
  margin-top: 13px;
  background: #fff;
  font-size: 12px;
  line-height: 14px;
  color: #36495e;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
section.hero .thumbs li .caption .text {
  padding: 13px;
  height: 100px;
}
section.hero .thumbs li .caption.live:before {
  content: "Live";
  display: block;
  position: absolute;
  right: 6.75%;
  padding: 8px 15px;
  background: #e2b322;
  font-size: 16px;
  color: #FFF;
}
section.hero .thumbs li .caption img {
  width: 101%;
}
section.hero .thumbs li.flex-active-slide {
  cursor: default;
}
section.hero .thumbs li.flex-active-slide .caption {
  margin-top: 0;
  padding-top: 6px;
  background: #2ea86b;
  color: #fff;
}
section.hero .thumbs li.flex-active-slide:before {
  top: -12px;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  section.hero .thumbs li {
    height: 235px;
  }
}
@media only screen and (max-width: 900px) {
  section.hero .thumbs li {
    height: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  section.hero .thumbs {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section.hero .thumbs {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  section.hero {
    min-height: 500px;
  }
}
section.top_banner {
  background: #2ea86b url(../img/clark_bg_wide.jpg) 0 0 no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  section.top_banner {
    background-size: auto 103%;
  }
}
.dark section.top_banner {
  background: #226a75 url(../img/van_bg_wide.jpg) 0 0 no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .dark section.top_banner {
    background-size: auto 103%;
  }
}
section.top_banner .container {
  display: table;
  width: 100%;
  height: 166px;
}
section.top_banner .container .cell {
  display: table-cell;
  vertical-align: middle;
}
section.top_banner .container .cell .sub_logo {
  display: block;
  background: url(../img/clark_logo1.png) 0 0 no-repeat;
  background-size: 415px 85px;
  overflow: hidden;
  text-indent: -9999em;
  width: 415px;
  height: 85px;
}
.dark section.top_banner .container .cell .sub_logo {
  width: 261px;
  height: 104px;
  background: url(../img/van_logo.png) 0 0 no-repeat;
  background-size: 261px 104px;
}
@media only screen and (max-width: 767px) {
  section.top_banner .container .cell .sub_logo {
    width: 94px;
    height: 85px;
    margin: 0 auto;
    background: url(../img/clark_logo2.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  section.top_banner .container .cell .sub_logo.dark {
    margin: 0;
    background: url(../img/van_logo.png) 0 0 no-repeat;
    background-size: 261px 104px;
    width: 100%;
    max-width: 261px;
    background-size: 100% auto;
  }
}
section.top_banner + section.content {
  padding: 40px 0 !important;
}
section.content {
  padding: 100px 0 50px 0;
  min-height: 500px;
}
.home section.content {
  padding: 50px 0;
  min-height: 0;
}
section.content.white {
  background: #fff;
}
section.content .container {
  overflow: hidden;
}
.home section.content .col_main {
  width: 64%;
  float: left;
}
.home section.content .col_main .block {
  position: relative;
  background: #fff;
  height: 495px;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .home section.content .col_main .block {
    width: 100%;
    height: auto;
    clear: both;
    margin: 0;
  }
}
.home section.content .col_main .block .text {
  padding: 35px;
}
.home section.content .col_main .block .text h3 {
  color: #2ea86b;
  margin: 0;
}
.home section.content .col_main .block .text h5.sub {
  color: #666666;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 25px 0;
}
.home section.content .col_main .block .text h3 + .snippet {
  margin-top: 15px;
}
.home section.content .col_main .block .text .snippet {
  max-height: 180px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  .home section.content .col_main {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .home section.content .col_main {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
  }
}
.home section.content .col_small {
  width: 36%;
  float: right;
  padding-left: 3%;
}
.home section.content .col_small .tabs_widget {
  min-height: 495px;
  position: relative;
  /* BEGIN Home Schedule Widget Customization */
  /* END Home Schedule Widget Customization */
}
.home section.content .col_small .tabs_widget ul.tablist {
  margin-bottom: 0px;
}
.home section.content .col_small .tabs_widget .tabpane {
  max-height: 397px;
  overflow: auto;
}
.home section.content .col_small .tabs_widget .tabpane ul li .title {
  padding-right: 15px;
}
.home section.content .col_small .tabs_widget a.full_schedule_link {
  bottom: 0;
  font-size: 12px;
  margin-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  .home section.content .col_small {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home section.content .col_small {
    width: 100%;
    clear: both;
    padding: 0;
    margin: 0;
  }
}
.home section.content .row_2col:before,
.home section.content .row_2col:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.home section.content .row_2col:after {
  clear: both;
}
.home section.content .row_2col:before,
.home section.content .row_2col:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.home section.content .row_2col:after {
  clear: both;
}
.home section.content .row_2col .col_half {
  padding: 0 0 0 3%;
  overflow: hidden;
}
.home section.content .row_2col .col_half:first-child {
  padding: 0 3% 0 0;
}
.home section.content .row_2col .col_half:first-child .grid_3col .block .vid_link {
  margin-bottom: 10px;
  overflow: hidden;
  padding-top: 56.25%;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  .home section.content .row_2col .col_half:first-child .grid_3col .block .vid_link {
    padding-top: 56.25%;
  }
}
@media only screen and (max-width: 767px) {
  .home section.content .row_2col .col_half:first-child .grid_3col .block .vid_link {
    padding-top: 56.25%;
  }
}
.home section.content .grid_3col {
  width: 105%;
  overflow: hidden;
  margin-right: -5%;
}
.home section.content .grid_3col:before,
.home section.content .grid_3col:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.home section.content .grid_3col:after {
  clear: both;
}
.home section.content .grid_3col:before,
.home section.content .grid_3col:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.home section.content .grid_3col:after {
  clear: both;
}
.home section.content .grid_3col .block {
  display: block;
  float: left;
  width: 29.7%;
  height: 151px;
  overflow: hidden;
  margin: 0 3% 15px 0;
  color: #666666;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
}
.home section.content .grid_3col .block img {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 767px) {
  .home section.content .grid_3col .block {
    min-height: 175px;
  }
  .home section.content .grid_3col a.block {
    height: auto;
  }
}
.home section.content .home_lower_row {
  padding: 15px 0 0 35px;
  margin: 0 0 15px 0;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  .home section.content .home_lower_row {
    padding: 2.5% 0 0 2.5%;
    margin: 0 0 2.5% 0;
  }
  .home section.content .home_lower_row:nth-child(3) {
    margin-bottom: 0;
  }
}
.home section.content .home_lower_row .grid_3col {
  width: 100%;
  margin: 0;
}
.home section.content .home_lower_row .grid_3col .block {
  width: 33.33%;
  margin: 0 0 15px 0;
  padding: 0 35px 0 0;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  .home section.content .home_lower_row .grid_3col .block {
    margin: 0 0 2.5% 0;
    padding: 0 2.5% 0 0;
  }
}
.home section.content .home_lower_row .grid_3col .block img {
  display: block;
  margin: 0 0 15px;
}
.home section.content .home_lower_row .grid_3col .block .button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px 30px;
  margin: 2px 0 0 0;
}
.home section.content .home_lower_row .grid_3col .block .button:hover {
  color: #fff;
  background: #1a887b;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  .home section.content .home_lower_row .grid_3col .block.logo {
    position: relative;
  }
  .home section.content .home_lower_row .grid_3col .block.logo img {
    width: 75%;
    margin: 0 auto 27%;
  }
  .home section.content .home_lower_row .grid_3col .block.logo a.button {
    position: absolute;
    right: 7.5%;
    left: 0;
    bottom: 0;
    width: auto !important;
  }
}
section.content aside {
  width: 204px;
  float: left;
}
section.content aside .headline .banner {
  padding-left: 12px;
  padding-right: 12px;
}
section.content aside nav .nav_list {
  position: relative;
  background: #fff;
  margin-top: -8px;
  padding: 0 0 15px 0;
}
section.content aside nav .nav_list h3 {
  padding: 15px 15px 5px 15px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
section.content aside nav .nav_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section.content aside nav .nav_list ul li a {
  display: block;
  padding: 5px 15px;
  color: #666666;
  font-size: 14px;
  line-height: 18px;
}
section.content aside nav .nav_list ul li a:hover {
  background: #dedede;
  text-decoration: none;
  color: #666666;
}
section.content aside nav .nav_list ul li a.active {
  background: #2ea86b;
  color: #fff;
}
.dark section.content aside nav .nav_list ul li a.active {
  background: #226a75;
}
section.content aside nav .nav_list ul li ul {
  margin: 3px 0 5px 15px;
}
section.content aside nav .nav_list ul li ul li a {
  padding: 3px 10px;
}
section.content aside nav .nav_list ul li ul li a.active,
section.content aside nav .nav_list ul li ul li a:hover {
  background: none !important;
  color: #2ea86b !important;
}
section.content aside.widgets {
  width: 279px;
  float: right;
}
section.content aside.widgets .tabs_widget {
  margin-top: -8px;
  position: relative;
}
section.content aside.widgets .tabs_widget ul.tablist {
  font-size: 14px;
}
section.content aside.widgets .tabs_widget .tabpane ul .title {
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  section.content aside {
    clear: both;
    width: 279px;
    float: left !important;
    margin-bottom: 30px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1045px) and (orientation : portrait) {
  section.content aside {
    width: 210px;
  }
  section.content aside.widgets {
    width: 210px;
  }
  section.content aside.widgets .tabs_widget .tablist li a {
    font-size: 12px;
  }
  section.content aside.widgets .tabs_widget .tablist li a.HD:after {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  section.content aside.widgets .tabs_widget .tabpane .date {
    font-size: 14px;
  }
  section.content aside.widgets .tabs_widget .tabpane .time {
    font-size: 12px;
  }
  section.content aside.widgets .tabs_widget .tabpane .title {
    padding-right: 10px;
  }
  section.content aside.widgets .tabs_widget .tabpane .title a {
    font-size: 14px;
    display: block;
    line-height: 16px;
  }
  section.content aside.widgets .tabs_widget .tabpane .title .sub {
    font-size: 12px;
    line-height: 16px;
  }
  section.content aside .headline .banner {
    font-size: 16px;
  }
  section.content aside .nav_list h3 {
    font-size: 14px;
  }
  section.content aside .nav_list ul li a {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  section.content aside {
    display: none;
  }
  section.content aside.widgets {
    display: block;
  }
}
section.content .main {
  margin: 0 0 0 245px;
}
section.content .main.middle {
  margin-right: 310px;
}
section.content .main .listing_row {
  margin: 30px 0 0 0;
}
section.content .main .listing_row .col60 {
  font-size: 14px;
  line-height: 18px;
}
section.content .main .listing_row .col60 h3 {
  margin: 0 0 5px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  section.content .main {
    margin: 0 0 0 310px;
  }
  section.content .main.middle {
    margin-right: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1045px) and (orientation : portrait) {
  section.content .main {
    margin: 0 0 0 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  section.content {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.content {
    padding: 50px 0;
  }
  section.content aside {
    width: 100%;
    margin-bottom: 30px;
  }
  section.content aside.widgets {
    float: left;
    width: 100%;
  }
  section.content .main {
    margin: 0;
  }
  section.content .main.middle {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  section.content.youtube .home_lower_row {
    padding: 20px;
  }
  section.content.youtube .home_lower_row .grid_3col .block {
    padding: 0;
    width: 100%;
  }
  section.content.youtube .home_lower_row .grid_3col .block.logo {
    width: 100%;
  }
  section.content.youtube .home_lower_row .grid_3col .block.logo a {
    -webkit-transition: none;
    transition: none;
  }
}
.tabs_widget {
  background: #fff;
  min-height: 400px;
}
.tabs_widget ul.tablist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 66px;
  width: 100%;
  font-size: 18px;
  margin-bottom: 20px;
}
.tabs_widget ul.tablist li {
  float: left;
  width: 50%;
  background: #dedede;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.tabs_widget ul.tablist li:hover {
  background: #9cd150;
}
.tabs_widget ul.tablist li a {
  display: block;
  height: 66px;
  padding: 25px 10px 20px;
  text-decoration: none;
  text-align: center;
  color: #666666;
  font-weight: bold;
  cursor: pointer;
}
.tabs_widget ul.tablist li a.HD:after {
  content: "";
  width: 25px;
  height: 16px;
  margin: 0 0 -2px 5px;
  display: inline-block;
  background: url(../img/cvtv_sprite.png) -386px -1px no-repeat;
  background-size: 415px auto;
}
@media only screen and (max-width: 767px) {
  .tabs_widget ul.tablist li a {
    font-size: 14px;
  }
}
.tabs_widget ul.tablist li.active {
  background-color: #fff;
}
.tabs_widget ul.tablist li.active a {
  position: relative;
  color: #000;
  cursor: default;
}
.tabs_widget ul.tablist li.active a:before {
  content: "";
  display: block;
  position: absolute;
  left: 20%;
  right: 20%;
  height: 5px;
  background: #9cd150;
  bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  .tabs_widget ul.tablist li.active a:before {
    left: 15%;
    right: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .tabs_widget ul.tablist li.active a:before {
    left: 15%;
    right: 15%;
  }
}
.tabs_widget .tabpane {
  display: none;
  padding: 0 0 10px 0;
}
.tabs_widget .tabpane.active {
  display: block;
}
.tabs_widget .tabpane .date {
  margin: 20px 15px 0 15px;
  padding: 12px 5px 12px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  position: relative;
}
.tabs_widget .tabpane .date a.scroll_back,
.tabs_widget .tabpane .date a.scroll_for {
  display: block;
  width: 38px;
  height: 20px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../img/schedule_arrows.png) 0 0 no-repeat;
  background-size: 83px 80px;
  position: absolute;
  -webkit-transition: none;
  transition: none;
}
.tabs_widget .tabpane .date a.scroll_back {
  left: 50%;
  margin-left: -19px;
  top: -25px;
  background-position: 0px -38px;
}
.tabs_widget .tabpane .date a.scroll_back:hover {
  background-position: -39px -38px;
}
.tabs_widget .tabpane .date a.scroll_for {
  left: 50%;
  margin-left: -19px;
  bottom: -25px;
  background-position: 0 -61px;
}
.tabs_widget .tabpane .date a.scroll_for:hover {
  background-position: -39px -61px;
}
.tabs_widget .tabpane ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tabs_widget .tabpane ul li {
  display: table;
  width: 100%;
  min-height: 70px;
  padding: 12px 0;
  border-top: 1px solid #dedede;
}
.tabs_widget .tabpane ul li .time {
  display: table-cell;
  width: 30%;
  padding: 10px 15px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}
.tabs_widget .tabpane ul li .title {
  display: table-cell;
  vertical-align: middle;
  color: #2ea86b;
  font-size: 18px;
}
.tabs_widget .tabpane ul li .title .sub {
  color: #666666;
  font-size: 14px;
}
.tabs_widget.full_width .tabpane {
  padding: 25px 0 25px 25px;
}
.tabs_widget.full_width .tabpane .date {
  margin: 0;
  float: left;
  width: 30%;
}
.tabs_widget.full_width .tabpane ul {
  float: left;
  width: 70%;
  padding: 0 25px;
}
.tabs_widget.full_width .tabpane ul li .time {
  font-size: 18px;
  line-height: 20px;
}
.tabs_widget.full_width .tabpane ul li.last {
  border-bottom: 1px solid #dedede;
}
.tabs_widget.full_width .tabpane ul:first-child {
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .tabs_widget.full_width .tabpane {
    padding: 25px;
  }
  .tabs_widget.full_width .tabpane .date {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
  .tabs_widget.full_width .tabpane .date a.scroll_back,
  .tabs_widget.full_width .tabpane .date a.scroll_for {
    display: block;
    width: 20px;
    height: 38px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: url(../img/schedule_arrows.png) 0 0 no-repeat;
    background-size: 83px 80px;
    position: absolute;
    -webkit-transition: none;
    transition: none;
  }
  .tabs_widget.full_width .tabpane .date a.scroll_back {
    left: -28px;
    margin-left: 0;
    top: 3px;
    background-position: -1px 0px;
  }
  .tabs_widget.full_width .tabpane .date a.scroll_back:hover {
    background-position: -43px 0px;
  }
  .tabs_widget.full_width .tabpane .date a.scroll_for {
    left: auto;
    right: -28px;
    margin-left: 0;
    bottom: auto;
    top: 3px;
    background-position: -22px 0px;
  }
  .tabs_widget.full_width .tabpane .date a.scroll_for:hover {
    background-position: -64px 0px;
  }
  .tabs_widget.full_width .tabpane ul {
    padding: 0;
    width: 100%;
  }
  .tabs_widget.full_width .tabpane ul li:first-child {
    border-top: none;
  }
  .tabs_widget.full_width .tabpane ul li .time {
    font-size: 14px;
    padding: 0 10px;
  }
  .tabs_widget.full_width .tabpane ul li .title {
    font-size: 16px;
  }
  .tabs_widget.full_width .tabpane ul li .title .sub {
    font-size: 12px;
  }
}
.pagination {
  position: relative;
  bottom: 0;
  left: 0;
}
.pagination ul {
  list-style: none;
  margin: 25px 0;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li:first-of-type {
  margin-right: 10px;
}
.pagination ul li:last-of-type {
  margin-left: 10px;
}
.pagination ul li.page {
  display: inline-block;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #dfdfdf;
  text-align: center;
  margin: 0 2px;
}
.pagination ul li.page a,
.pagination ul li.page span {
  display: block;
  padding: 0 5px;
  height: 100%;
  -webkit-transition: none;
  transition: none;
}
.pagination ul li.page.active a,
.pagination ul li.page.active span,
.pagination ul li.page:hover a {
  color: #fff;
  background: #226a75;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  .pagination {
    position: relative;
    padding-top: 15px;
    clear: both;
  }
  .pagination ul {
    margin: 25px 0;
  }
  .pagination ul li:first-of-type {
    margin-right: 5px;
  }
  .pagination ul li:last-of-type {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .pagination {
    position: relative;
    padding-top: 15px;
    clear: both;
  }
  .pagination ul {
    margin: 25px 0;
  }
  .pagination ul li:first-of-type {
    margin-right: 5px;
  }
  .pagination ul li:last-of-type {
    margin-left: 5px;
  }
}
footer {
  padding: 52px 0 0 0;
  background: #226a75;
}
footer nav #logo {
  margin: 0 0 25px 0;
  display: block;
  width: 245px;
  height: 32px;
  float: left;
  background: url(../img/cvtv_sprite.png) 0 0 no-repeat;
  background-size: 415px auto;
  overflow: hidden;
  text-indent: -9999em;
}
footer nav .col25 {
  width: 240px;
  float: left;
  overflow: hidden;
  padding-left: 20px;
}
footer nav .col25 .col_title {
  color: #fff;
  display: block;
  font-size: 18px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  footer nav .col25 .col_title {
    font-size: 16px;
  }
}
footer nav .col25 ul {
  margin-bottom: 10px;
  list-style: none;
  margin: 0;
  clear: both;
}
footer nav .col25 ul li {
  color: #dedede;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 5px;
}
footer nav .col25 ul li a {
  color: #dedede;
}
footer nav .col25 ul li a:hover {
  color: #fff;
}
footer nav .col25.first {
  width: 288px;
  padding-left: 0;
}
footer nav .col25.first li {
  margin-bottom: 10px;
}
footer nav .col25.first li a {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  footer nav .col25.first {
    margin-top: 0;
  }
}
footer nav .col25.second,
footer nav .col25.third {
  width: 264px;
}
footer nav .col25.fourth {
  width: 228px;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  footer nav .col25 {
    margin-top: 55px;
    width: 25% !important;
    overflow: visible;
  }
  footer nav .col25 ul li {
    margin-bottom: 10px;
  }
  footer nav .col25 ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1045px) {
  footer nav .col25 {
    margin-top: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1045px) and (orientation : portrait) {
  footer nav .col25 {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  footer nav .col25 {
    width: 100% !important;
    padding: 0;
    margin: 0 0 30px;
  }
  footer nav .col25.fourth {
    margin-bottom: 0;
  }
}
footer .copy {
  margin: 45px 0 0 0;
  padding: 20px 0;
  background: #18535c;
  color: #6d9ba2;
  font-size: 12px;
  line-height: 16px;
}
footer .copy a {
  color: #6d9ba2;
}
@media only screen and (min-width: 768px) and (max-width: 1045px) {
  .vid_tabs .clip-sharing-tab,
  .vid_tabs .clip-sharing-content {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .vid_tabs .clip-sharing-tab,
  .vid_tabs .clip-sharing-content {
    display: none !important;
  }
}
