html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, .site-map ul, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, .site-map ul, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ----------------------------------------------------------
colours
---------------------------------------------------------- */
/* ----------------------------------------------------------
variables
---------------------------------------------------------- */
/* ----------------------------------------------------------
sprites
---------------------------------------------------------- */
/* ----------------------------------------------------------
functions
---------------------------------------------------------- */
/* ----------------------------------------------------------
media queries
@include respond-to(tablet) { }
---------------------------------------------------------- */
/* ----------------------------------------------------------
helper classes and fixes (largely from h5bp.com)
---------------------------------------------------------- */
header, nav, footer, section, article, figure, aside {
  display: block;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

::-moz-selection {
  background: #181919;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #181919;
  color: #fff;
  text-shadow: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

textarea {
  resize: vertical;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.chromeframe {
  background: #000000;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  margin: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: .7;
}

/* ----------------------------------------------------------
sass mixins
---------------------------------------------------------- */
/* ----------------------------------------------------------
sass placeholders
---------------------------------------------------------- */
.section-style a, article header, .header, .wrapper, .row, .masonry, .feed, .img-wrapper, .img-wrapper figure, .caption-listings .channel-filter {
  *zoom: 1;
}
.section-style a:before, article header:before, .header:before, .wrapper:before, .row:before, .masonry:before, .feed:before, .img-wrapper:before, .img-wrapper figure:before, .caption-listings .channel-filter:before, .section-style a:after, article header:after, .header:after, .wrapper:after, .row:after, .masonry:after, .feed:after, .img-wrapper:after, .img-wrapper figure:after, .caption-listings .channel-filter:after {
  content: " ";
  display: table;
}
.section-style a:after, article header:after, .header:after, .wrapper:after, .row:after, .masonry:after, .feed:after, .img-wrapper:after, .img-wrapper figure:after, .caption-listings .channel-filter:after {
  clear: both;
}

.img-frame-cta ul .first a, .img-frame-cta ul .second a, .img-frame-cta ul .last a, .bg-img {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* ----------------------------------------------------------
typography
---------------------------------------------------------- */
body {
  color: #2f323a;
  font: normal 16px/1.6em "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "adelle", Helvetica, Arial, sans-serif;
  line-height: normal;
  margin-bottom: 20px;
  font-weight: 600;
}

p + img {
  margin-top: 15px;
}
@media only screen and (min-width: 960px) {
  p + img {
    margin-top: 35px;
  }
}

p + h2,
p + h3,
p + h4 {
  margin-top: 35px;
}

h1 {
  font-size: 28px;
}
@media only screen and (min-width: 960px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 24px;
}
@media only screen and (min-width: 960px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 20px;
}
@media only screen and (min-width: 960px) {
  h3 {
    font-size: 26px;
  }
}

strong {
  font-weight: 600;
}

em {
  font-style: oblique;
}

p {
  margin: 15px 0;
}
p a {
  border-bottom: 1px solid #acadaf;
}
p a:hover, p a:focus {
  border-bottom: none;
}

a {
  color: #2f323a;
  text-decoration: none;
}
a.main-link:hover, a.main-link:focus {
  color: #17b3a2 !important;
}
a.main-link:hover .ss-icon, a.main-link:focus .ss-icon {
  margin-left: 20px;
  color: #17b3a2;
}

.tags {
  margin: 0 0 10px 0;
}
.tags a {
  text-decoration: underline;
}
.tags a:hover, .tags a:focus {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .tags {
    margin: 0 30px 0 0;
  }
}

.tags, .date {
  display: block;
  padding-left: 20px;
  position: relative;
  font-size: 0.9375em;
  font-family: "adelle", Helvetica, Arial, sans-serif;
}
.tags .ss-gizmo, .date .ss-gizmo {
  top: 3px;
  left: 0;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .tags, .date {
    display: inline;
  }
  .tags .ss-gizmo, .date .ss-gizmo {
    top: 0;
  }
}

.context-wrap {
  float: left;
  width: 80%;
  padding-left: 4%;
}

.section-style {
  max-width: 730px;
  padding-bottom: 25px;
  margin: 0 auto 50px auto;
  border-bottom: 4px solid #e9ebef;
}
.section-style a {
  display: block;
}
.section-style h2 {
  margin: 0 0 10px 0;
}
.section-style p {
  margin: 10px 0 0 0;
}
.section-style img {
  width: 20%;
  float: left;
  max-width: 170px;
  margin-top: 7px;
}
.section-style a:hover span, .section-style a:hover h2, .section-style a:focus span, .section-style a:focus h2 {
  text-decoration: none;
}
.section-style h2, .section-style span {
  text-decoration: underline;
}
.section-style .date {
  text-decoration: none;
}

.blockquote {
  font-size: 28px;
  padding: 50px 0;
  color: #17b3a2;
  line-height: 38px;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e9ebef;
  font-family: "adelle", Helvetica, Arial, sans-serif;
}
.blockquote blockquote {
  margin-bottom: 0 !important;
}
.blockquote * {
  font-size: inherit;
  line-height: inherit;
}
.blockquote p {
  margin: 0;
}
@media only screen and (min-width: 960px) {
  .blockquote {
    font-size: 40px;
    padding: 100px 0;
    line-height: 50px;
  }
}

.main-link {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 1.05882em;
  font-family: "adelle", Helvetica, Arial, sans-serif;
  transition: color 0.2s ease;
}
.main-link .ss-icon {
  top: 50%;
  margin-top: -11px;
  margin-left: 12px;
  position: absolute;
  transition: margin-left 0.2s ease;
}

.block-link {
  display: block;
}
.block-link:hover .main-link, .block-link:focus .main-link {
  color: #17b3a2 !important;
}
.block-link:hover .main-link .ss-icon, .block-link:focus .main-link .ss-icon {
  margin-left: 20px;
  color: #17b3a2;
}

iframe {
  width: 100%;
  min-height: 390px;
  max-width: 640px;
}

.addthis_native_toolbox {
  margin-top: 30px;
}
.addthis_native_toolbox iframe {
  height: 20px !important;
  min-height: 20px !important;
}
.addthis_native_toolbox .addthis_button_tweet {
  margin-top: 7px;
  margin-left: 20px;
}

ul, ol, .site-map ul {
  font-size: 0.9375em;
  margin-left: 33px;
}

ul {
  list-style: disc;
}
ul li {
  line-height: 22px;
  padding: 5px 0;
}
ul li ul {
  list-style: circle;
  margin-left: 30px;
}
ul li ul li.last {
  padding-bottom: 0;
}

ol, .site-map ul {
  list-style: decimal-leading-zero;
  border-top: 1px solid #e9ebef;
  border-bottom: 1px solid #e9ebef;
}
ol li, .site-map ul li {
  padding: 15px 0;
  line-height: 22px;
  border-bottom: 1px solid #e9ebef;
}
ol li:last-child, .site-map ul li:last-child {
  border-bottom: none;
}
ol li ol, .site-map ul li ol, ol li .site-map ul, .site-map ol li ul, .site-map ul li ul {
  border: none;
  margin-left: 30px;
  list-style: lower-alpha;
}
ol li ol li.last, .site-map ul li ol li.last, ol li .site-map ul li.last, .site-map ol li ul li.last, .site-map ul li ul li.last {
  padding-bottom: 0;
}

.site-map {
  margin-left: 30px;
}

figcaption {
  margin-top: 8px;
  font-size: 0.9375em;
  font-family: "adelle", Helvetica, Arial, sans-serif;
  color: #97989c;
}
figcaption a {
  color: #17b3a2;
}
figcaption a:hover, figcaption a:focus {
  text-decoration: underline;
}

.vidWrapper .fluid-video-embed + div {
  margin-top: -30px;
}
@media only screen and (min-width: 960px) {
  .vidWrapper .fluid-video-embed + div {
    margin-top: -60px;
  }
}

.acControl {
  color: white;
  border: none;
  cursor: pointer;
  background: none;
  text-decoration: underline;
}
article .acControl {
  color: black;
}
.acControl:hover, .acControl:focus {
  text-decoration: none;
}

.skip-link {
  top: -47px;
  color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 10px 20px;
  position: absolute;
  background: transparent;
  text-decoration: underline;
  transition: top 1s ease, background 1s linear;
}
.skip-link:focus {
  top: 0;
  left: 0;
  background: #2f323a;
  transition: top 0.1s ease, background 0.1s linear;
}

/* ----------------------------------------------------------
navigation
---------------------------------------------------------- */
.navigation {
  top: 0;
  left: -90%;
  width: 80%;
  height: 100%;
  z-index: 100;
  position: fixed;
  background: #141619;
  transition: left 0.3s ease;
}
.navigation.visible {
  left: 0;
  height: 100%;
  min-height: 400px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 1150px) {
  .navigation {
    left: 0;
    top: 28px;
    width: auto;
    height: auto;
    z-index: 300;
    background: none;
    position: absolute;
  }
}

.ie8 .home-page .navigation ul.first-level .sub-items.open:hover .second-level a {
  color: #141619;
  border-bottom-color: #141619;
}
.ie8 .home-page .navigation ul.first-level .sub-items.open ul a {
  color: #141619;
}

.navigation ul.first-level {
  border: none;
  list-style: none;
  margin-left: 0;
}
.navigation ul.first-level ul.second-level {
  margin-left: 0;
  font-size: 15px;
  overflow: hidden;
  padding: 5px 20px 15px 20px;
}
.navigation ul.first-level ul.second-level li {
  background: #141619;
  border-bottom-color: #2d3138;
}
.navigation ul.first-level ul.second-level li:first-child {
  border-top: 1px solid #2d3138;
}
.navigation ul.first-level ul.second-level li:last-child {
  border-bottom: none;
}
.navigation ul.first-level li {
  padding: 0;
  display: block;
  position: relative;
  background: #1f2228;
  border-bottom: 1px solid #111111;
  transition: background 0.2s ease;
}
.navigation ul.first-level .sub-items.open {
  background: #141619;
}
.navigation ul.first-level .sub-items.open .ss-icon {
  color: #ffffff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation ul.first-level .sub-items.open:hover {
  background: #141619;
}
.navigation ul.first-level .sub-items.open:hover a {
  color: #ffffff;
}
.navigation ul.first-level a {
  color: #ffffff;
  display: block;
  padding: 15px 20px;
  transition: color 0.2s ease;
}
.navigation ul.first-level .ss-icon {
  right: 18px;
  position: absolute;
  color: #5a6273;
  transition: color 0.2s ease;
}
.navigation ul.first-level li:hover, .navigation ul.first-level li:focus {
  background: #141619;
}
.navigation ul.first-level li:hover a, .navigation ul.first-level li:focus a {
  color: #bcc1cb;
}
.navigation ul.first-level li:hover .ss-icon, .navigation ul.first-level li:focus .ss-icon {
  color: #ffffff;
}

@media only screen and (min-width: 1150px) {
  .fade-to-white .navigation ul.first-level li:hover a, .fade-to-white .navigation ul.first-level li:focus a {
    color: #000000;
  }
  .fade-to-white .navigation ul.first-level li:hover .ss-icon, .fade-to-white .navigation ul.first-level li:focus .ss-icon {
    color: #000000;
  }
  .fade-to-white .navigation ul.first-level a {
    color: #000000;
  }
  .fade-to-white .navigation ul.first-level a.active {
    position: relative;
  }
  .fade-to-white .navigation ul.first-level a.active:after {
    content: '';
    top: 100%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #17b3a2;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .fade-to-white .navigation ul.first-level a:hover, .fade-to-white .navigation ul.first-level a:focus {
    position: relative;
  }
  .fade-to-white .navigation ul.first-level a:hover:after, .fade-to-white .navigation ul.first-level a:focus:after {
    content: '';
    top: 100%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #17b3a2;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .fade-to-white .navigation ul.first-level .ss-icon {
    color: #000000;
  }
  .fade-to-white .navigation ul.first-level .sub-items.open .ss-icon {
    color: #000000;
  }
  .fade-to-white .navigation ul.first-level .sub-items.open:hover a {
    color: #000000;
  }
  .navigation ul.first-level li {
    background: none;
    margin-right: 20px;
    border-bottom: none;
    display: inline-block;
    font-size: 1em;
    font-family: "adelle", Helvetica, Arial, sans-serif;
  }
  .navigation ul.first-level li:hover, .navigation ul.first-level li:focus {
    background: none;
  }
  .navigation ul.first-level li:hover a, .navigation ul.first-level li:focus a {
    color: #ffffff;
  }
  .navigation ul.first-level a {
    padding: 0;
    color: #ffffff;
    display: inline;
    margin-right: 5px;
  }
  .navigation ul.first-level a.active {
    position: relative;
  }
  .navigation ul.first-level a.active:after {
    content: '';
    top: 100%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .navigation ul.first-level a:hover, .navigation ul.first-level a:focus {
    position: relative;
  }
  .navigation ul.first-level a:hover:after, .navigation ul.first-level a:focus:after {
    content: '';
    top: 100%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .navigation ul.first-level .ss-icon {
    top: 3px;
    right: -5px;
    color: #ffffff;
    position: relative;
  }
  .navigation ul.first-level .sub-items {
    position: static;
    background: none;
  }
  .navigation ul.first-level .sub-items a {
    display: inline;
  }
  .navigation ul.first-level .sub-items ul {
    display: none;
  }
  .navigation ul.first-level .sub-items ul li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .navigation ul.first-level .sub-items.open {
    background: none;
  }
  .navigation ul.first-level .sub-items.open .ss-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navigation ul.first-level .sub-items.open:hover {
    background: none;
  }
  .navigation ul.first-level .sub-items.open ul {
    left: 0;
    top: 63px;
    width: 100%;
    height: 60px;
    display: block;
    padding: 19px 0;
    position: absolute;
    background: none;
    min-width: 880px;
  }
  .navigation ul.first-level .sub-items.open ul li {
    border: none;
    background: none;
  }
}

.page-wrap {
  left: 0;
  width: 100%;
  z-index: 200;
  position: relative;
  background: #ffffff;
  transition: left 0.3s ease;
}
.page-wrap.nav-visible {
  left: 80%;
}
@media only screen and (min-width: 1150px) {
  .page-wrap {
    z-index: 200;
  }
}

.border-menu {
  width: 20px;
  height: 17px;
  position: relative;
  padding-left: 1.25em;
  display: inline-block;
  font-size: 0 !important;
  color: transparent !important;
}
.fade-to-white .border-menu:before {
  border-color: #000000;
}
@media only screen and (min-width: 768px) {
  .fade-to-white .border-menu {
    color: #000000 !important;
    border-color: #000000;
  }
}
.border-menu:before {
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 3px;
  position: absolute;
  border-top: 9px double;
  border-bottom: 3px solid;
  border-color: #ffffff;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .border-menu {
    width: 110px;
    height: 43px;
    padding-top: 7px;
    padding-left: 45px;
    color: #ffffff !important;
    border: 2px solid;
    border-color: #ffffff;
    border-radius: 5px;
    font-size: 17px !important;
    font-family: "adelle", Helvetica, Arial, sans-serif;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .border-menu:before {
    top: 50%;
    left: 15px;
    margin-top: -8px;
    transition: border-top-color 0.2s ease, border-bottom-color 0.2s ease;
  }
  .border-menu:hover {
    background: #2f323a;
    color: #ffffff !important;
  }
  .border-menu:hover:before {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
  }
}
@media only screen and (min-width: 1150px) {
  .border-menu {
    display: none;
  }
}

/* ----------------------------------------------------------
pagination
---------------------------------------------------------- */
.pag-wrap {
  text-align: center;
}

.pagination {
  margin: 0 auto;
  position: relative;
  display: inline-block;
  font-size: 0.75em;
}
.pagination li {
  padding: 0;
  width: 38px;
  height: 39px;
  margin: 0 2px;
  position: relative;
  display: inline-block;
}
.pagination a {
  display: block;
  position: absolute;
  padding: 9px 16px 8px 16px;
  background: #e9ebef;
  transition: color 0.2s ease, background 0.2s ease;
}
.pagination a:hover, .pagination a:focus {
  color: #ffffff;
  background: #17b3a2;
}
.pagination .active {
  color: #ffffff;
  background: #17b3a2;
}
.pagination .ss-icon {
  font-size: 1.125em;
  padding: 11px 13px 6px 13px;
}

/* ----------------------------------------------------------
buttons
---------------------------------------------------------- */
.button {
  color: #ffffff;
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 4px;
  border: 1px solid;
  position: relative;
  display: inline-block;
  background: #c9d2d6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
.button:hover, .button:focus {
  color: #c9d2d6;
  background: transparent;
}
.button.invert {
  color: #c9d2d6;
  background: transparent;
}
.button.invert:hover, .button.invert:focus {
  color: #ffffff;
  background: #c9d2d6;
}

.green {
  color: #ffffff;
  background: #7ec526;
}
.green:hover, .green:focus {
  color: #7ec526;
}
.green.invert {
  color: #7ec526;
}
.green.invert:hover, .green.invert:focus {
  background: #7ec526;
}
.bg-green .green:hover, .bg-green .green:focus {
  background: #ffffff;
  color: #7ec526;
}

.blue {
  color: #ffffff;
  background: #17b3a2;
}
.blue:hover, .blue:focus {
  color: #17b3a2;
}
.blue.invert {
  color: #17b3a2;
}
.blue.invert:hover, .blue.invert:focus {
  background: #17b3a2;
}
.bg-blue .blue:hover, .bg-blue .blue:focus {
  background: #ffffff;
  color: #17b3a2;
}

.extend-right {
  padding: 8px 45px 8px 20px;
  transition: padding-right 0.2s ease;
}
.extend-right:hover, .extend-right:focus {
  padding-right: 55px;
}
.extend-right .ss-icon {
  top: 50%;
  right: 20px;
  margin-top: -12px;
  position: absolute;
  transition: right 0.2s ease;
}

.extend-left {
  margin-left: 0;
  padding: 8px 20px 8px 45px;
  transition: padding-left 0.2s ease, margin-left 0.2s ease;
}
.extend-left:hover, .extend-left:focus {
  margin-left: -10px;
  padding-left: 55px;
}
.extend-left .ss-icon {
  top: 50%;
  left: 20px;
  margin-top: -12px;
  position: absolute;
}

button.load-more {
  border: 0;
  outline: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  padding: 12px 40px;
  border-radius: 5px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  transition: margin-left 0.2s ease, padding 0.2s ease;
  left: 50%;
  margin-left: -133px;
  position: relative;
}
button.load-more:hover, button.load-more:focus {
  margin-left: -143px;
  padding: 12px 50px;
}

.arrow-button, .left, .right {
  color: #ffffff;
  padding: 20px;
  background: #c9d2d6;
  border-radius: 0;
  box-shadow: 4px 4px 0 0 #f2f2f2;
}
.arrow-button:hover, .left:hover, .right:hover, .arrow-button:focus, .left:focus, .right:focus {
  padding-right: 30px;
}
@media only screen and (min-width: 960px) {
  .arrow-button, .left, .right {
    padding: 25px;
  }
  .arrow-button .ss-icon, .left .ss-icon, .right .ss-icon {
    margin-top: -9px;
  }
}

.left .ss-icon, .right .ss-icon {
  font-size: 1.29412em;
}

.left {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.left .ss-icon {
  right: 12px;
}
@media only screen and (min-width: 960px) {
  .left .ss-icon {
    right: 15px;
  }
}

.right {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.right .ss-icon {
  right: 9px;
}
.right:hover .ss-icon, .right:focus .ss-icon {
  right: 20px;
}
@media only screen and (min-width: 960px) {
  .right .ss-icon {
    right: 12px;
  }
}

/* ----------------------------------------------------------
captioning table
---------------------------------------------------------- */
table {
  border: 1px solid #2f323a;
  font-family: "adelle", Helvetica, Arial, sans-serif;
}
table td[data-title="Time"] {
  font-weight: bold;
}

.caption-listings table td p {
  display: inline !important;
}
@media only screen and (max-width: 767px) {
  .caption-listings {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  .caption-listings table,
  .caption-listings thead,
  .caption-listings tbody,
  .caption-listings th,
  .caption-listings td,
  .caption-listings tr {
    display: block;
  }
  .caption-listings thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .caption-listings tr {
    border-bottom: 1px solid #2f323a;
  }
  .caption-listings tr:last-child {
    border-bottom: none;
  }
  .caption-listings tr:last-child td:last-child {
    border-bottom: none;
  }
  .caption-listings td {
    /* Behave  like a "row" */
    border: none;
    text-align: left;
    position: relative;
    white-space: normal;
    padding: 7px 10px 7px 50%;
    border-bottom: 1px solid #2f323a;
  }
  .caption-listings td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .caption-listings td:before {
    content: attr(data-title);
  }
}
@media only screen and (min-width: 768px) {
  .caption-listings table tr td[data-title="Channel"] {
    min-width: 134px;
  }
}

@media only screen and (min-width: 768px) {
  table {
    width: 100%;
  }
  table th, table td {
    padding: 7px 10px;
  }
  table tr {
    border-bottom: 1px solid #2f323a;
  }
  table td {
    border-right: 1px solid #2f323a;
  }
  table th {
    font-weight: bold;
  }
  table thead {
    color: #ffffff;
    background: #2f323a;
  }
}

.ie9 .caption-listings, .ie8 .caption-listings {
  /* Force table to be tables */
  /* Show table headers */
}
.ie9 .caption-listings th,
.ie9 .caption-listings td, .ie8 .caption-listings th,
.ie8 .caption-listings td {
  display: table-cell;
}
.ie9 .caption-listings tr, .ie8 .caption-listings tr {
  display: table-row;
}
.ie9 .caption-listings table,
.ie9 .caption-listings thead,
.ie9 .caption-listings tbody, .ie8 .caption-listings table,
.ie8 .caption-listings thead,
.ie8 .caption-listings tbody {
  width: 100%;
  display: table;
}
.ie9 .caption-listings td:before, .ie8 .caption-listings td:before {
  display: none;
}
.ie9 .caption-listings thead tr, .ie8 .caption-listings thead tr {
  position: static;
}
.ie9 .caption-listings table, .ie8 .caption-listings table {
  width: 100%;
}
.ie9 .caption-listings table th, .ie9 .caption-listings table td, .ie8 .caption-listings table th, .ie8 .caption-listings table td {
  padding: 7px 10px;
}
.ie9 .caption-listings table tr:last-child td, .ie8 .caption-listings table tr:last-child td {
  border-bottom: none;
}
.ie9 .caption-listings table td, .ie8 .caption-listings table td {
  border-right: 1px solid #2f323a;
}
.ie9 .caption-listings table td:last-child, .ie8 .caption-listings table td:last-child {
  border-right: none;
}
.ie9 .caption-listings table th, .ie8 .caption-listings table th {
  font-weight: bold;
}
.ie9 .caption-listings table thead, .ie8 .caption-listings table thead {
  color: #ffffff;
  background: #2f323a;
}
.ie9 .caption-listings table td[data-title="Channel"], .ie8 .caption-listings table td[data-title="Channel"] {
  font-size: 0;
  min-width: 60px;
  padding-left: 0;
}
.ie9 .caption-listings .tvone, .ie9 .caption-listings .tvtwo, .ie9 .caption-listings .tvthree, .ie9 .caption-listings .tvfour, .ie9 .caption-listings .tvbravo, .ie9 .caption-listings .tvprime, .ie9 .caption-listings .tvduke, .ie8 .caption-listings .tvone, .ie8 .caption-listings .tvtwo, .ie8 .caption-listings .tvthree, .ie8 .caption-listings .tvfour, .ie8 .caption-listings .tvbravo, .ie8 .caption-listings .tvprime, .ie8 .caption-listings .tvduke {
  position: relative;
}
.ie9 .caption-listings .tvone:after, .ie9 .caption-listings .tvtwo:after, .ie9 .caption-listings .tvthree:after, .ie9 .caption-listings .tvfour:after, .ie9 .caption-listings .tvbravo:after, .ie9 .caption-listings .tvprime:after, .ie9 .caption-listings .tvduke:after, .ie8 .caption-listings .tvone:after, .ie8 .caption-listings .tvtwo:after, .ie8 .caption-listings .tvthree:after, .ie8 .caption-listings .tvfour:after, .ie8 .caption-listings .tvbravo:after, .ie8 .caption-listings .tvprime:after, .ie8 .caption-listings .tvduke:after {
  margin-top: -14px;
  margin-left: -14px;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .ie9 .caption-listings table td[data-title="Channel"], .ie8 .caption-listings table td[data-title="Channel"] {
    font-size: 15px;
    padding-left: 10px;
  }
  .ie9 .caption-listings table tr:last-child, .ie8 .caption-listings table tr:last-child {
    border-bottom: none;
  }
  .ie9 .caption-listings .tvone:after, .ie9 .caption-listings .tvtwo:after, .ie9 .caption-listings .tvthree:after, .ie9 .caption-listings .tvfour:after, .ie9 .caption-listings .tvbravo:after, .ie9 .caption-listings .tvprime:after, .ie9 .caption-listings .tvduke:after, .ie8 .caption-listings .tvone:after, .ie8 .caption-listings .tvtwo:after, .ie8 .caption-listings .tvthree:after, .ie8 .caption-listings .tvfour:after, .ie8 .caption-listings .tvbravo:after, .ie8 .caption-listings .tvprime:after, .ie8 .caption-listings .tvduke:after {
    margin-top: 0;
  }
}

/* ----------------------------------------------------------
forms
---------------------------------------------------------- */
form {
  padding-top: 20px;
  font-size: 1.0625em;
}
form button {
  border: none;
  cursor: pointer;
  font-size: 0.88235em;
  -webkit-appearance: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
form .button {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}
form .button .ss-icon {
  margin-top: -9px;
}
form legend {
  width: 100%;
  margin: 20px 0;
  display: block;
  text-align: center;
  font-size: 1.17647em;
  font-family: "adelle", Helvetica, Arial, sans-serif;
}
form input {
  width: 100%;
  padding: 10px;
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 0.94118em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.general-content-page form .button {
  left: 0;
  margin-left: 0;
  margin-top: 30px;
}

a.media-block .title {
  text-decoration: underline;
  -webkit-text-decoration-color: #acadaf;
          text-decoration-color: #acadaf;
}
a.media-block.bg-blue .title, a.media-block.bg-green .title {
  text-decoration: none;
}
a.media-block:hover .title, a.media-block:focus .title {
  text-decoration: none;
}

.media-block {
  width: 100%;
  display: block;
  position: relative;
}
.media-block.center {
  text-align: center;
}
.media-block.bg-blue {
  background: #17b3a2;
}
.media-block.bg-blue .button-style:hover, .media-block.bg-blue .button-style:focus {
  color: #17b3a2;
}
.media-block.bg-green {
  background: #56c628;
}
.media-block.bg-green .button-style:hover, .media-block.bg-green .button-style:focus {
  color: #56c628;
}
.media-block.bg-blue, .media-block.bg-green {
  color: #ffffff;
}
.media-block.bg-blue *, .media-block.bg-green * {
  color: inherit;
}
.media-block.bg-blue .title, .media-block.bg-green .title {
  color: inherit;
}
.media-block.bg-blue .button-style, .media-block.bg-green .button-style {
  border-color: #ffffff;
}
.media-block.bg-blue .button-style:hover, .media-block.bg-blue .button-style:focus, .media-block.bg-green .button-style:hover, .media-block.bg-green .button-style:focus {
  background: #ffffff;
}
.media-block.max-w {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.media-block.padded {
  padding: 70px 20px;
}
.media-block.bordered {
  padding: 30px;
  border-radius: 4px;
  border: 2px solid transparent;
}
.media-block:hover .arrow, .media-block:hover .icon-thumb img, .media-block:focus .arrow, .media-block:focus .icon-thumb img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  transition: -webkit-filter 0.3s linear;
  transition: filter 0.3s linear;
  transition: filter 0.3s linear, -webkit-filter 0.3s linear;
}
.media-block:hover.bordered, .media-block:focus.bordered {
  border-color: #f6f8fb;
  transition: border-color 0.3s linear;
}
.media-block .icon-thumb.restrict-size + .title {
  margin-top: 15px;
}
.media-block .icon-thumb + .title.t-sm {
  margin-top: 30px;
}
.media-block .title + .button-style {
  margin-top: 30px;
}
.media-block .title.t-sm + .snippet {
  margin-top: 20px;
}
.media-block .title + .fluid-video-embed {
  margin-top: 20px;
}
.media-block .title-icon-wrap + .fluid-video-embed {
  margin-top: 20px;
}
.media-block .title {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin: 25px 0 0 0;
  font-family: "adelle", Helvetica, Arial, sans-serif;
}
.media-block .title.t-lg {
  font-size: 26px;
}
.media-block .title.t-sm {
  font-size: 18px;
}
@media only screen and (min-width: 960px) {
  .media-block .title.t-lg {
    font-size: 30px;
  }
}
.media-block .snippet {
  margin-top: 10px;
  line-height: 22px;
  padding-bottom: 20px;
}
.media-block .snippet p:first-child {
  margin-top: 0;
}
.media-block .date {
  color:#202020;
}
.media-block .snippet,
.media-block .date,
.media-block .button-style {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.media-block .button-style {
  margin-top: 30px;
}
.media-block .icon-thumb {
  margin: 0 auto;
  max-height: 90px;
}
.media-block .icon-thumb.restrict-size {
  width: 80px;
  height: 80px;
  max-width: 80px;
}
.media-block .icon-thumb img {
  max-height: 90px;
  max-width: 100%;
}
.media-block .greyscale, .media-block .icon-thumb img, .media-block .arrow {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.media-block .arrow {
  margin-bottom: 30px;
}
.media-block .btm, .media-block .btm-mid {
  bottom: 0;
  position: absolute;
}
.media-block .mid, .media-block .btm-mid {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.media-block .title-icon-wrap {
  width: 100%;
  display: table;
  min-height: 46px;
}
.media-block .title-icon-wrap img, .media-block .title-icon-wrap .title {
  display: table-cell;
}
.media-block .title-icon-wrap img {
  float: right;
  max-height: 37px;
  margin-top: 6px;
}
.media-block .title-icon-wrap .title {
  margin: 0;
  vertical-align: middle;
}
.media-block .fluid-video-embed {
  margin-bottom: 20px;
}

.arrow {
  width: 14px;
  height: 12px;
  display: block;
  margin: 0 auto;
  background-image: url("../../img/svg/arrow.svg");
  background-size: cover;
}

.flex-stretch-children {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex-fill-children {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.flex-fill-children > * {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.flex-center-children {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button-style {
  border: 1px solid;
  font-size: 14px;
  border-radius: 4px;
  padding: 8px 20px;
  display: inline-block;
  transition: color 0.2s linear, background 0.2s linear;
}

.section-commercial-services .media-block.max-w {
  max-width: none;
}

.banner {
  height: 300px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner .banner-title {
  font-size: 30px;
  font-weight: 600;
  color: #17b3a2;
  font-family: "adelle", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 960px) {
  .banner .banner-title {
    font-size: 40px;
  }
}
.banner .banner-snippet {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  max-width: 580px;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .banner .banner-snippet {
    font-size: 16px;
  }
}
.banner .centered {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.banner .banner-content {
  width: 90%;
  z-index: 1;
  position: absolute;
}
@media only screen and (min-width: 1150px) {
  .banner .banner-content {
    margin-top: 30px;
  }
}
.banner .banner-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(29, 32, 33, 0.8);
}
@media only screen and (min-width: 960px) {
  .banner {
    height: 400px;
  }
}

.banner-home,
.banner-video {
  height: 90vh;
  min-height: 415px;
}
@media only screen and (min-width: 768px) {
  .banner-home,
  .banner-video {
    min-height: 590px;
  }
}
@media only screen and (min-width: 960px) {
  .banner-home,
  .banner-video {
    min-height: 630px;
  }
}
.banner-home .banner-title,
.banner-video .banner-title {
  font-size: 26px;
}
@media only screen and (min-width: 960px) {
  .banner-home .banner-title,
  .banner-video .banner-title {
    font-size: 56px;
  }
}
.banner-home .banner-button-cta,
.banner-video .banner-button-cta {
  text-align: left;
}
.banner-home .banner-content,
.banner-video .banner-content {
  left: 20px;
  width: 95%;
  bottom: 30px;
  max-width: 700px;
  padding-right: 20px;
}
@media only screen and (min-width: 960px) {
  .banner-home .banner-content,
  .banner-video .banner-content {
    left: 100px;
    bottom: 100px;
  }
}
@media only screen and (min-width: 1150px) {
  .banner-home .banner-content,
  .banner-video .banner-content {
    margin-top: 0px;
  }
}
.banner-home .banner-button-cta,
.banner-video .banner-button-cta {
  padding: 0;
  border: none;
  background: none;
  color: #ffffff;
  font-size: 16px;
  display: table;
  font-family: "adelle", Helvetica, Arial, sans-serif;
}
.banner-home .banner-button-cta > div,
.banner-video .banner-button-cta > div {
  display: table-cell;
  vertical-align: middle;
}
.banner-home .banner-button-cta .play-button-circular,
.banner-video .banner-button-cta .play-button-circular {
  margin-right: 15px;
  transition: background-color 0.2s linear;
}
.banner-home .banner-button-cta:hover .play-button-circular, .banner-home .banner-button-cta:focus .play-button-circular,
.banner-video .banner-button-cta:hover .play-button-circular,
.banner-video .banner-button-cta:focus .play-button-circular {
  background-color: #17b3a2;
}
@media only screen and (min-width: 960px) {
  .banner-home .banner-button-cta,
  .banner-video .banner-button-cta {
    font-size: 18px;
  }
}
.banner-home .play-button-circular,
.banner-video .play-button-circular {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  border: 2px solid #17b3a2;
  font-size: 0;
  color: transparent;
}
.banner-home .play-button-circular:before,
.banner-video .play-button-circular:before {
  color: #ffffff;
  font-size: 24px;
  margin-top: 3px;
  margin-left: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 960px) {
  .banner-home .play-button-circular,
  .banner-video .play-button-circular {
    width: 90px;
    height: 90px;
  }
}

.banner-video[data-widget-lightbox] .lightbox-overlay:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.25em;
}

.banner-video[data-widget-lightbox] .video-lightbox {
  display: inline-block;
  vertical-align: middle;
}

.banner-video[data-widget-lightbox] .lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-in, visibility 0.8s ease-in;
}
.banner-video[data-widget-lightbox] .video-lightbox {
  position: relative;
  width: 90%;
  max-width: 320px;
  max-height: 90%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in, visibility 1s ease-in;
}
.banner-video[data-widget-lightbox] iframe {
  height: 180px;
  min-height: 0;
  max-width: 800px;
}
.banner-video[data-widget-lightbox] .lightbox-content {
  margin-top: 40px;
}
.banner-video[data-widget-lightbox] .close {
  top: 0;
  right: 0;
  position: absolute;
  border: none;
  color: #ffffff;
  background: transparent;
  opacity: 0;
  visibility: hidden;
}
.banner-video[data-widget-lightbox].is-shown .lightbox-overlay {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease-in, visibility 0.8s ease-in;
}
.banner-video[data-widget-lightbox].is-shown .video-lightbox,
.banner-video[data-widget-lightbox].is-shown .close {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease-in, visibility 1s ease-in;
}
@media only screen and (min-width: 520px) {
  .banner-video[data-widget-lightbox] .video-lightbox {
    max-width: 500px;
    margin-top: 80px;
  }
  .banner-video[data-widget-lightbox] iframe {
    height: 280px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-video[data-widget-lightbox] .video-lightbox {
    max-width: 640px;
  }
  .banner-video[data-widget-lightbox] iframe {
    height: 360px;
  }
}
@media only screen and (min-width: 960px) {
  .banner-video[data-widget-lightbox] .video-lightbox {
    max-width: 800px;
  }
  .banner-video[data-widget-lightbox] iframe {
    height: 450px;
  }
}

article {
  padding-top: 30px;
}
article header {
  padding: 0;
  border: none;
  margin-bottom: 35px;
}

.columns-2 {
  -webkit-columns: 250px 2;
  columns: 250px 2;
  -webkit-column-gap: 3em;
  column-gap: 3em;
}
.columns-2 h1, .columns-2 h2, .columns-2 h3, .columns-2 h4, .columns-2 h5, .columns-2 p {
  margin-top: 0;
}
.columns-2 img {
  height: auto !important;
  max-width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 960px) {
  .columns-2 img {
    margin-bottom: 50px;
  }
}

.full-w-img img {
  max-width: 100%;
  margin-bottom: 30px;
}

.fluid-video-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.fluid-video-embed iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  min-height: 0;
  max-width: none;
}

.narrow, .blockquote blockquote {
  margin: auto;
  max-width: 700px;
}
.narrow img, .blockquote blockquote img {
  height: auto !important;
  max-width: 100%;
  margin-bottom: 30px;
}

.columns-2,
.narrow,
.blockquote blockquote,
.blockquote,
.full-w-img,
.fluid-video-embed {
  margin-bottom: 50px;
}
@media only screen and (min-width: 960px) {
  .columns-2,
  .narrow,
  .blockquote blockquote,
  .blockquote,
  .full-w-img,
  .fluid-video-embed {
    margin-bottom: 80px;
  }
}

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

.restrict-width {
  max-width: 640px;
  margin: 0 auto;
}

.logo-item {
  width: 100%;
  height: 100px;
  display: block;
  border: 1px solid #e9ebef;
  text-align: center;
  position: relative;
}
.logo-item img {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  max-width: 110px;
}
@media only screen and (min-width: 960px) {
  .logo-item {
    height: 250px;
  }
  .logo-item img {
    width: 60%;
    max-width: 180px;
  }
}

.scroll-cta {
  text-align: center;
  color: #ccd4d8;
  font-size: 28px;
}
.scroll-cta a {
  color: inherit;
  display: block;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .scroll-cta a {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .md-1-3-spacing > div {
    padding: 0 10px;
    margin-bottom: 0;
  }
}

.sm-1-btm-spacing > div {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .sm-1-btm-spacing {
    margin-bottom: 0;
  }
}

/* ----------------------------------------------------------
header
---------------------------------------------------------- */
.header {
  top: 0;
  width: 100%;
  z-index: 1000;
  position: fixed;
  padding: 20px 5% 20px 5%;
}
.page-wrap.nav-visible .header {
  left: 80%;
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 30px 5% 30px 5%;
  }
}
@media only screen and (min-width: 1150px) {
  .header {
    padding: 10px 5% 90px 5%;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .header.fade-to-white {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .header.fade-to-white.sub-nav-open:before {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .header .wrapper {
    max-width: none;
  }
  .header:before {
    top: 0;
    left: 0;
    height: 0;
    content: "";
    width: 100%;
    margin-top: 101px;
    position: absolute;
  }
  .header.sub-nav-open:before {
    height: 60px;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
  }
}

.header.fade-bg-on-scroll {
  transition: background 0.5s linear;
}
.header.fade-bg-on-scroll:before {
  transition: background 0.5s linear;
}
.header.fade-bg-on-scroll.fade-to-white {
  background: white;
}
.header.fade-bg-on-scroll.fade-to-white:before {
  background: white;
}
.header.fade-bg-on-scroll.fade-to-transparent {
  background: rgba(255, 255, 255, 0);
}
.header.fade-bg-on-scroll.fade-to-transparent:before {
  background: rgba(255, 255, 255, 0);
}

.logo {
  top: 0;
  right: 0;
  position: absolute;
  width: 57px;
  height: auto;
  color: transparent;
  font-size: 0;
  background-image: url(../../img/svg/able.svg);
  background-repeat: no-repeat;
  background-size: 57px auto;
}
@media only screen and (min-width: 768px) {
  .logo {
    top: 0;
    width: 121px;
    height: 45px;
    background-size: 117px auto;
  }
}
@media only screen and (min-width: 1150px) {
  .logo {
    top: 18px;
  }
}

/* ----------------------------------------------------------
general
---------------------------------------------------------- */
body {
  margin-bottom: 0;
  background: #141619;
}
@media only screen and (min-width: 1150px) {
  body.home-page li.page-home-page a, body.section-captioning li.page-captioning a, body.section-audio-description li.page-audio-description a, body.section-about-us li.page-about-us a {
    border-bottom: 1px solid #6d6e6f;
  }
}

.container {
  min-width: 240px;
  position: relative;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.logo-wrapper {
  max-width: 190px;
  padding: 40px 20px;
  background: #e9ebef;
  margin: 20px auto;
}
.logo-wrapper img {
  width: 100%;
}
@media only screen and (min-width: 520px) {
  .logo-wrapper {
    max-width: 140px;
    padding: 30px 20px;
    display: inline-block;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .logo-wrapper {
    max-width: 190px;
    padding: 40px 20px;
    margin-right: 3%;
  }
  .logo-wrapper:last-of-type {
    margin-right: 0;
  }
}

.bg-grey {
  background-color: #f1f5f7;
}
.bg-grey .section-title {
  color: black;
}

.section-title {
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (min-width: 960px) {
  .section-title {
    font-size: 20px;
  }
}

.center-section-title .section-title {
  text-align: center;
}

.general-content-page {
  /*
  	article {

  		p:first-of-type {
  			margin-top: 0;
  			line-height: 30px;
  			font-weight: 600;
  			font-size: em(20px);
  			font-family: $font-stack-heading;
  		}

  		h2 + p:first-of-type {
  			margin: 25px 0;
  		}
  	}
  	*/
}
.general-content-page .button {
  left: 50%;
  margin-top: 20px;
  margin-left: -120px;
}
@media only screen and (min-width: 520px) {
  .general-content-page .button {
    left: 0;
    margin-left: 0;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .general-content-page {
    /*
    		article {
    			h2:first-of-type {
    				margin-top: 10px;
    			}
    		}
    		*/
  }
  .general-content-page .intro {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 960px) {
  .general-content-page .intro {
    margin-bottom: 0;
  }
}

.row {
  padding: 25px 5% 50px 5%;
}
.row.full-width .column {
  width: 100%;
  float: none;
}
@media only screen and (min-width: 768px) {
  .row.first {
    padding-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .row {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .row.first {
    padding-top: 65px;
    padding-bottom: 95px;
  }
  .row.full-width .column {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
  }
  .row.left .column {
    margin-left: 0;
  }
}

.column .row {
  padding: 0;
  font-size: 0.94118em;
}
.column .row.first {
  margin-top: 45px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .column {
    width: 48%;
    float: left;
  }
  .column:nth-of-type(odd) {
    margin-right: 4%;
  }
  .column.intro {
    margin-top: 30px;
  }
  .column .row.first {
    margin-top: 40px;
  }
}

.col-2-thirds .column .row {
  margin-bottom: 20px;
}
.col-2-thirds .column .row h4 {
  margin: 10px 0 5px 0;
}
.col-2-thirds .column .row h4 + p {
  margin-top: 5px;
}
@media only screen and (min-width: 960px) {
  .col-2-thirds .column:last-of-type {
    width: 37%;
  }
  .col-2-thirds .column:first-of-type {
    width: 59%;
  }
}

.col3 {
  padding-bottom: 25px;
}
.col3 .column {
  display: block;
}
@media only screen and (min-width: 520px) {
  .col3 .column {
    width: 47%;
    float: left;
  }
  .col3 .column:nth-of-type(odd) {
    margin: 0;
  }
  .col3 .column:nth-of-type(even) {
    margin: 0 0 0 6%;
  }
  .col3 .column.last {
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .col3 .column {
    width: 30%;
    float: left;
  }
  .col3 .column:nth-of-type(odd) {
    margin: 0;
  }
  .col3 .column:nth-of-type(even) {
    margin: 0 3.5%;
  }
  .col3 .column:nth-of-type(even):nth-last-of-type(2) {
    margin-left: 0;
  }
  .col3 .column:nth-of-type(even):nth-of-type(2) {
    margin-left: 5%;
  }
  .col3 .column.no-left-margin {
    margin-left: 0 !important;
  }
  .col3 .column.no-right-margin {
    margin-right: 0 !important;
  }
  .col3 .column.last {
    width: 31%;
  }
  .col3 .column.horizontal {
    width: 100%;
    margin: 0 0 70px 0 !important;
  }
  .col3 .column.horizontal img {
    width: 31%;
    float: left;
    display: block;
    margin: 0 3.5% 20px 0;
  }
  .col3 .column.horizontal p {
    clear: both;
    max-width: 100%;
  }
  .col3 .column.horizontal h2 {
    margin-top: 8%;
  }
}
@media only screen and (min-width: 960px) {
  .col3 {
    padding-bottom: 75px;
  }
  .col3 .column {
    width: 30%;
    float: left;
  }
  .col3 .column:nth-of-type(even) {
    margin: 0 5%;
  }
  .col3 .column.last {
    width: 30%;
  }
  .col3 .column.horizontal img {
    margin-right: 4%;
  }
  .col3 .column.horizontal p {
    clear: none;
    float: left;
    max-width: 64%;
  }
  .col3 .column.horizontal h2 {
    float: left;
    width: 64%;
    margin-top: 0;
  }
  .col3 .column.horizontal .contact {
    float: left;
  }
  .col3 .column.horizontal .contact:first-of-type {
    margin-left: 35%;
  }
}

.half {
  max-width: 340px;
}

.circle {
  top: 0;
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  border-radius: 50px;
  background: #c9d2d6;
  transition: background 0.2s ease, top 0.2s ease;
}
.circle .ss-icon {
  top: 50%;
  left: 50%;
  color: #ffffff;
  position: absolute;
  margin-top: -11px;
  margin-left: -8px;
}
.circle:hover, .circle:focus {
  top: -5px;
  background: #17b3a2;
}

.spacing {
  padding: 10px 10px 10px 0;
  display: inline-block;
}

.dark, .home-page .col3 {
  color: #ffffff;
  background: #2f323a;
  border-top: 5px solid #141619;
}
.dark a, .home-page .col3 a {
  color: #ffffff;
}
.dark p, .home-page .col3 p {
  font-size: 0.94118em;
}
.dark h2, .home-page .col3 h2 {
  padding-bottom: 20px;
  border-bottom: 4px solid #51545d;
}
.dark .main-link, .home-page .col3 .main-link {
  color: #ffffff;
}

/* ----------------------------------------------------------
homepage
---------------------------------------------------------- */
.home-page .row.first .column .button {
  margin-top: 20px;
}
.home-page .row.first .column h1 {
  color: #88c93e;
  margin: 27px 0 20px 0;
  font: normal 2em/1.25em "adelle", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .home-page .row.first .column {
    width: 48%;
    float: right;
  }
  .home-page .row.first .column:nth-of-type(odd) {
    margin-left: 4%;
    margin-right: 0;
  }
  .home-page .row.first .column h1 {
    font-size: 1.875em;
  }
}
@media only screen and (min-width: 960px) {
  .home-page .row.first .column h1 {
    font-size: 2.125em;
  }
}
@media only screen and (min-width: 1150px) {
  .home-page .row.first .column {
    width: 51%;
  }
  .home-page .row.first .column:first-child {
    width: 45%;
  }
}

.home-page .col3 {
  border: none;
}
.home-page .col3 h2 {
  font-size: 27px;
}
@media only screen and (min-width: 768px) {
  .home-page .col3 h2 {
    font-size: 1.375em;
  }
  .home-page .col3 .column:nth-of-type(even) {
    margin: 0 3.5%;
  }
  .home-page .col3 .column:nth-of-type(even):nth-last-of-type(2) {
    margin-left: 3.5%;
  }
}
@media only screen and (min-width: 960px) {
  .home-page .col3 h2 {
    font-size: 1.625em;
  }
}
@media only screen and (min-width: 1080px) {
  .home-page .col3 h2 {
    font-size: 1.875em;
  }
}

.img-with-frame {
  width: 100%;
  max-width: 560px;
  border-style: solid;
  border-top-width: 13px;
  border-left-width: 21px;
  border-right-width: 21px;
  border-bottom-width: 13px;
  border-color: #f1f5f7;
  border-radius: 10px;
  box-shadow: 5px 5px 0 0 #c9d2d6;
}
@media only screen and (min-width: 768px) {
  .img-with-frame {
    margin-top: 27px;
  }
}
@media only screen and (min-width: 960px) {
  .img-with-frame {
    border-top-width: 21px;
    border-left-width: 40px;
    border-right-width: 40px;
    border-bottom-width: 21px;
  }
}

.img-frame-cta {
  max-width: 560px;
  position: relative;
}

.img-frame-cta ul {
  left: 50%;
  bottom: 20px;
  margin-left: -125px;
  position: absolute;
  list-style: none;
  border: none;
}
.img-frame-cta ul li {
  padding: 0;
  border: none;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.9);
  transition: bottom 0.2s ease;
}
.img-frame-cta ul li.second {
  background: rgba(126, 197, 38, 0.9);
}
.img-frame-cta ul li:hover, .img-frame-cta ul li:focus {
  background: white;
}
.img-frame-cta ul li:hover.second, .img-frame-cta ul li:focus.second {
  background: #7ec526;
}
.img-frame-cta ul a {
  display: block;
}
.img-frame-cta ul .first a {
  left: 50%;
  margin-top: 13px;
  margin-left: -15px;
  position: absolute;
  height: 30px;
  width: 30px;
  background-image: url('../../img/../img/sprites-s6339048930.png');
  background-position: 0 -275px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .img-frame-cta ul .first a {
    background-image: url('../../img/../img/sprites-retina-se921c1832e.png');
    background-position: 0 -275px;
    background-size: 292px auto;
  }
}
.img-frame-cta ul .second a {
  left: 50%;
  margin-top: 19px;
  margin-left: -21px;
  position: absolute;
  height: 17px;
  width: 44px;
  background-image: url('../../img/../img/sprites-s6339048930.png');
  background-position: 0 -1245px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .img-frame-cta ul .second a {
    background-image: url('../../img/../img/sprites-retina-se921c1832e.png');
    background-position: 0 -1235.5px;
    background-size: 292px auto;
  }
}
.img-frame-cta ul .last a {
  left: 50%;
  margin-top: 21px;
  margin-left: -21px;
  position: absolute;
  height: 17px;
  width: 43px;
  background-image: url('../../img/../img/sprites-s6339048930.png');
  background-position: 0 -82px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .img-frame-cta ul .last a {
    background-image: url('../../img/../img/sprites-retina-se921c1832e.png');
    background-position: 0 -82px;
    background-size: 292px auto;
  }
}
@media only screen and (min-width: 960px) {
  .img-frame-cta ul {
    bottom: 35px;
    margin-left: -177px;
  }
  .img-frame-cta ul li {
    width: 95px;
    height: 95px;
  }
  .img-frame-cta ul .first a {
    margin-top: 19px;
    margin-left: -29px;
    height: 54px;
    width: 56px;
    background-image: url('../../img/../img/sprites-s6339048930.png');
    background-position: 0 -335px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-resolution: 144dpi) {
  .img-frame-cta ul .first a {
    background-image: url('../../img/../img/sprites-retina-se921c1832e.png');
    background-position: 0 -335px;
    background-size: 292px auto;
  }
}
@media only screen and (min-width: 960px) {
  .img-frame-cta ul .second a {
    margin-top: 35px;
    margin-left: -32px;
    height: 23px;
    width: 64px;
    background-image: url('../../img/../img/sprites-s6339048930.png');
    background-position: 0 -1262px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-resolution: 144dpi) {
  .img-frame-cta ul .second a {
    background-image: url('../../img/../img/sprites-retina-se921c1832e.png');
    background-position: 0 -1252.5px;
    background-size: 292px auto;
  }
}
@media only screen and (min-width: 960px) {
  .img-frame-cta ul .last a {
    margin-top: 30px;
    margin-left: -38px;
    height: 32px;
    width: 79px;
    background-image: url('../../img/../img/sprites-s6339048930.png');
    background-position: 0 -116px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 960px) and (min-resolution: 144dpi) {
  .img-frame-cta ul .last a {
    background-image: url('../../img/../img/sprites-retina-se921c1832e.png');
    background-position: 0 -116px;
    background-size: 292px auto;
  }
}

/* ----------------------------------------------------------
team
---------------------------------------------------------- */
.team-page h2 {
  line-height: 32px;
  font-size: 1.6875em;
  margin-top: 20px;
}
.team-page .team {
  background: #f1f5f7;
}
.team-page .team h2 {
  line-height: 37px;
}
.team-page .team .block {
  padding-bottom: 10px;
  padding: 0 3% 50px 3%;
}
.team-page .column {
  max-width: 405px;
  margin: 50px auto 70px auto;
}
.team-page .column img {
  width: 100%;
  max-width: 405px;
  box-shadow: 5px 5px 0 0 #e9ebef;
}
.team-page .column h2 {
  padding-bottom: 20px;
  border-bottom: 4px solid #e9ebef;
}
.team-page .column h2 span {
  display: block;
  font-size: 0.74074em;
  margin-top: 0;
}
.team-page .intro .column {
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .team-page .column {
    width: 46%;
    margin-top: 0;
  }
  /*
  .team-page .column:nth-of-type(odd) {
    margin-right: 6%;
  }
  */
  .team-page .column.odd {
    margin-right: 6%;
  }
  .team-page .intro {
    margin-bottom: 40px;
  }
  .team-page .intro .column {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 960px) {
  .team-page .intro {
    margin-bottom: 0;
  }
  .team-page .col2 .wrapper {
    max-width: 860px;
  }
  .team-page .team .block {
    margin-bottom: 0;
  }
}

.contact, span.contact a {
  margin-right: 15px;
  text-decoration: underline;
  font-family: "adelle", Helvetica, Arial, sans-serif;
}
.contact:hover, .contact:focus, span.contact a:hover, span.contact a:focus {
  text-decoration: none;
}

.left, .right {
  cursor: pointer;
  position: absolute;
}

.right {
  right: 0;
}

.team {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background: #ffffff;
  position: relative;
}
.team h2 {
  font-size: 1.6875em;
}
.team .block {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  padding: 0 5% 100px 5%;
}
.team .block .button {
  left: 50%;
  margin-top: 5px;
  position: absolute;
  margin-left: -79px;
}
@media only screen and (min-width: 960px) {
  .team {
    padding-top: 75px;
  }
  .team .block {
    margin-bottom: 30px;
  }
  .team .block .button {
    margin-top: 25px;
  }
}

.popup {
  z-index: 200;
  position: relative;
  padding: 9px 15px;
  width: 200px;
  border: 1px solid #bcc7cc;
  border-radius: 5px;
  background: #ffffff;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
}
.popup:before {
  left: 50%;
  content: "";
  bottom: -10px;
  position: absolute;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #bcc7cc transparent;
  display: block;
  width: 0;
}
.popup:after {
  left: 50%;
  content: "";
  bottom: -9px;
  position: absolute;
  margin-left: -9px;
  border-width: 9px 9px 0;
  border-style: solid;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
}

/* ----------------------------------------------------------
accessing captions page
---------------------------------------------------------- */
/* ----------------------------------------------------------
masonry
---------------------------------------------------------- */
.masonry-row {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .masonry-row {
    padding-top: 75px;
  }
}

.masonry .item {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .masonry .item {
    width: 46%;
    padding-right: 40px;
    margin-bottom: 90px;
  }
}

.img-tv {
  height: 67px;
  width: 205px;
  background-image: url('../../img/../img/sprites-s6339048930.png');
  background-position: 0 -1149px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .img-tv {
    background-image: url('../../img/../img/sprites-retina-se921c1832e.png');
    background-position: 0 -1141.5px;
    background-size: 292px auto;
  }
}

.img-freeview {
  height: 69px;
  width: 205px;
  background-image: url('../../img/../img/sprites-s6339048930.png');
  background-position: 0 -526px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .img-freeview {
    background-image: url('../../img/../img/sprites-retina-se921c1832e.png');
    background-position: 0 -525.5px;
    background-size: 292px auto;
  }
}

.img-igloo {
  height: 66px;
  width: 195px;
  background-image: url('../../img/../img/sprites-s6339048930.png');
  background-position: 0 -620px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .img-igloo {
    background-image: url('../../img/../img/sprites-retina-se921c1832e.png');
    background-position: 0 -617.5px;
    background-size: 292px auto;
  }
}

.img-tivo {
  height: 65px;
  width: 205px;
  background-image: url('../../img/../img/sprites-s6339048930.png');
  background-position: 0 -1084px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .img-tivo {
    background-image: url('../../img/../img/sprites-retina-se921c1832e.png');
    background-position: 0 -1076.5px;
    background-size: 292px auto;
  }
}

.img-sky {
  height: 66px;
  width: 204px;
  background-image: url('../../img/../img/sprites-s6339048930.png');
  background-position: 0 -989px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .img-sky {
    background-image: url('../../img/../img/sprites-retina-se921c1832e.png');
    background-position: 0 -983px;
    background-size: 292px auto;
  }
}

.img-mysky {
  height: 66px;
  width: 204px;
  background-image: url('../../img/../img/sprites-s6339048930.png');
  background-position: 0 -752px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .img-mysky {
    background-image: url('../../img/../img/sprites-retina-se921c1832e.png');
    background-position: 0 -747.5px;
    background-size: 292px auto;
  }
}

/* ----------------------------------------------------------
contact page
---------------------------------------------------------- */
.contact-page h4 {
  margin-top: 40px;
}
.contact-page img + h4 {
  margin-top: 25px;
}
.contact-page .column .row img {
  width: 100%;
  max-width: 370px;
  box-shadow: 5px 5px 0 0 #e9ebef;
}
.contact-page .column .last {
  margin-top: 50px;
}
.contact-page .col-2-thirds .column:last-of-type {
  max-width: 370px;
}
.contact-page .intro .social-contact {
  max-width: 370px;
}
@media only screen and (min-width: 768px) {
  .contact-page h2 {
    margin-top: 40px;
  }
  .contact-page .col-2-thirds .column:last-of-type {
    float: right;
  }
}

.social-contact {
  position: relative;
  margin-bottom: 50px !important;
}
.social-contact ul {
  left: 50%;
  bottom: 10px;
  border: none;
  list-style: none;
  margin-left: -130px;
  position: absolute;
}
.social-contact ul li {
  width: 50px;
  height: 50px;
  border: none;
  padding: 0px;
  bottom: 0;
  margin-right: 50px;
  background: #ffffff;
  position: relative;
  display: inline-block;
  border-radius: 60px;
  transition: bottom 0.2s ease, background 0.2s ease;
}
.social-contact ul li:last-child {
  margin-right: 0px;
}
.social-contact ul li:hover {
  bottom: 5px;
  cursor: pointer;
  background: #17b3a2;
}
.social-contact ul li:hover .ss-icon {
  color: #ffffff;
}
.social-contact .ss-icon {
  left: 50%;
  margin-top: 14px;
  margin-left: -8px;
  position: absolute;
  color: #ffffff;
  transition: color 0.2s ease;
}
.social-contact span {
  top: 30px;
  left: 50%;
  display: block;
  margin-left: -96px;
  position: absolute;
  font-size: 1.05882em;
  font-family: "adelle", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .social-contact ul {
    margin-left: -145px;
  }
  .social-contact ul li {
    width: 60px;
    height: 60px;
  }
  .social-contact .ss-icon {
    margin-top: 19px;
    margin-left: -9px;
    font-size: 1.17647em;
  }
}

[data-widget=team-slider] {
  min-height: 276px;
  position: relative;
  overflow: visible !important;
}
[data-widget=team-slider] .controls {
  position: absolute;
  top: -50px;
  width: 100%;
  height: 50px;
}
[data-widget=team-slider] .left,
[data-widget=team-slider] .right {
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../../img/arrows.png");
  background-repeat: no-repeat;
  font-size: 0px;
  color: transparent;
}
[data-widget=team-slider] .left {
  display: none;
  background-position: 12px center;
}
[data-widget=team-slider] .right {
  background-position: -75px center;
}
[data-widget=team-slider] .rail {
  overflow: hidden;
  position: relative;
  height: 276px;
  width: 100%;
}
[data-widget=team-slider] .member {
  float: left;
  height: 100%;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity ease-out 2s;
}
[data-widget=team-slider] .member.reveal {
  opacity: 0;
}
[data-widget=team-slider] .member {
  color: transparent;
}
[data-widget=team-slider] .member .popup {
  position: absolute;
  top: -12px;
  left: 0;
  display: none;
  color: black;
}
[data-widget=team-slider] .member .layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
[data-widget=team-slider] .member .hover {
  display: none;
}

[data-widget=team-slider] .member.active .popup,
.no-touch [data-widget=team-slider] .member:hover .popup {
  display: block;
}

[data-widget=team-slider] .member.active .normal,
.no-touch [data-widget=team-slider] .member:hover .normal {
  display: none;
}

[data-widget=team-slider] .member.active .hover,
.no-touch [data-widget=team-slider] .member:hover .hover {
  display: block;
}

/* ----------------------------------------------------------
newsfeed
---------------------------------------------------------- */
.home-page .newsfeed {
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 10;
}
.home-page .newsfeed .wrapper {
  z-index: 9;
}
.home-page .newsfeed:after, .home-page .newsfeed:before {
  left: 0;
  right: 0;
  content: "";
  height: 250px;
  min-width: 120%;
  position: absolute;
  overflow: hidden;
}
.home-page .newsfeed:before {
  bottom: 50%;
  background: #2f323a;
}
.home-page .newsfeed:after {
  top: 50%;
  background: #2f323a;
}
@media only screen and (min-width: 768px) {
  .home-page .newsfeed {
    padding: 20px 5%;
  }
  .home-page .newsfeed:before, .home-page .newsfeed:after {
    height: 273px;
  }
  .home-page .newsfeed:before {
    top: auto;
    bottom: 50%;
    background: #ffffff;
  }
  .home-page .newsfeed:after {
    top: 50%;
    background: #2f323a;
  }
}
@media only screen and (min-width: 960px) {
  .home-page .newsfeed {
    padding: 0 5%;
  }
}
@media only screen and (min-width: 1080px) {
  .home-page .newsfeed:before, .home-page .newsfeed:after {
    height: 198px;
  }
}

.newsfeed {
  background: #ffffff;
  position: relative;
}

.feed-content {
  padding: 20px;
}
.feed-content span {
  font-size: 0.875em;
  line-height: 14px;
  font-family: "adelle", Helvetica, Arial, sans-serif;
}
.feed-content h2 {
  margin: 0;
  font-weight: bold;
  font-size: 1.25em;
  text-decoration: underline;
}
.feed-content p {
  font-size: 0.875em;
  line-height: 20px;
}
@media only screen and (min-width: 960px) {
  .feed-content h2 {
    font-size: 1.375em;
  }
}
@media only screen and (min-width: 1080px) {
  .feed-content {
    float: right;
    width: 70%;
    padding-left: 10px;
  }
  .feed-content h2 {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 1150px) {
  .feed-content h2 {
    font-size: 1.375em;
  }
}

.feed-visual {
  height: 150px;
  position: relative;
  background: #c9d2d6;
  transition: background 0.2s ease;
  background-size: 150px 150px;
  background-repeat: no-repeat;
  background-position: top left;
}
.feed-visual:before {
  top: 50%;
  z-index: 1;
  width: 26px;
  height: 26px;
  content: "";
  right: 50%;
  margin-top: -13px;
  margin-right: -80px;
  position: absolute;
  background-image: url(../../img/right-arrow-white.png);
  background-repeat: no-repeat;
  background-position: 70% 50%;
  background-size: 25px 25px;
}
@media only screen and (min-width: 768px) {
  .feed-visual:before {
    margin-right: -85px;
  }
}
@media only screen and (min-width: 1080px) {
  .feed-visual {
    float: left;
    width: 30%;
    height: 291px;
    max-width: 140px;
  }
  .feed-visual:before {
    right: auto;
    top: auto;
    left: 50%;
    bottom: 50%;
    margin-bottom: -84px;
    margin-top: auto;
    margin-right: auto;
    margin-left: -13px;
  }
}

.feed {
  display: block;
  margin: 0 auto;
  max-width: 360px;
  margin-top: 50px;
  background: #f1f5f7;
}
@media only screen and (min-width: 768px) {
  .feed {
    width: 48%;
    float: left;
    margin-top: 0;
    max-width: none;
  }
}
.feed:hover .feed-content h2, .feed:focus .feed-content h2 {
  text-decoration: none;
}
.feed:hover.feed-one .feed-visual, .feed:focus.feed-one .feed-visual {
  background-color: #7ec526;
}
.feed:hover.feed-two .feed-visual, .feed:focus.feed-two .feed-visual {
  background-color: #17b3a2;
}

.feed-one {
  margin-top: 0;
  border-top: 4px solid #7ec526;
}
@media only screen and (min-width: 768px) {
  .feed-one {
    margin-right: 4%;
  }
}

.feed-two {
  border-top: 4px solid #17b3a2;
}

/* ----------------------------------------------------------
newsfeed
---------------------------------------------------------- */
#disqus_thread {
  margin-top: 80px;
}

.news .newsfeed {
  padding-top: 65px;
}
.news article {
  margin-top: 40px;
}
.news article .button {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .news .newsfeed {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 960px) {
  .news .newsfeed {
    padding-bottom: 0;
  }
  .news article {
    margin-top: 0;
  }
}

.img-wrapper {
  max-width: 900px;
  margin: 20px auto;
}
.img-wrapper img {
  max-width: 100%;
  height: auto !important;
}
@media only screen and (min-width: 768px) {
  .img-wrapper {
    margin: 30px auto;
  }
  .img-wrapper img {
    width: 60%;
    float: left;
  }
  .img-wrapper figcaption {
    float: left;
    position: relative;
    margin: 20px 0 0 30px;
  }
  .img-wrapper figcaption a {
    display: block;
  }
  .img-wrapper figcaption:before {
    top: -20px;
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    background: #97989c;
  }
}
@media only screen and (min-width: 960px) {
  .img-wrapper {
    margin-left: -60px;
  }
  .img-wrapper figure {
    margin-bottom: 0;
  }
}

/* ----------------------------------------------------------
caption listing page
---------------------------------------------------------- */
.caption-listings .section-style {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
  max-width: 830px;
}
.caption-listings .section-style strong {
  font-weight: bold;
}
.caption-listings .section-style h2 {
  font-size: 18px;
  text-decoration: none;
}
@media only screen and (min-width: 520px) {
  .caption-listings .dot {
    width: 10px;
    height: 10px;
    margin-right: 3px;
    background: #000000;
    border-radius: 10px;
    display: inline-block;
  }
  .caption-listings .dot.dot-red {
    background: #ff0600;
  }
  .caption-listings .dot.dot-blue {
    background: #1ebbee;
  }
  .caption-listings .dot.dot-purple {
    background: #9e63b4;
  }
}
.caption-listings .channel-filter {
  margin-top: 20px;
  margin-bottom: 30px;
  		/*
  		// if .all-channels is 100 wide
  		// not will require .radius-border-left on
  		// first tv-channel
  		&.audio-desc {
  			max-width: 438px;
  			margin-left: auto;
  			margin-right: auto;

  			.tv-channel {
  				width: 50%;
  			}
  		}
  		*/
}
.caption-listings .channel-filter.audio-desc {
  max-width: 438px;
  margin-left: auto;
  margin-right: auto;
}
.caption-listings .channel-filter.audio-desc button {
  width: 33.33%;
}
.caption-listings .channel-filter.audio-desc .all-channels {
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.caption-listings .channel-filter button {
  border: 0;
  height: 50px;
  width: 16.66%;
  font-size: 0px;
  font-weight: bold;
  position: relative;
  background-color: #ffffff;
  font-family: "adelle", Helvetica, Arial, sans-serif;
  transition: all 0.2s ease;
}
.caption-listings .channel-filter button:focus, .caption-listings .channel-filter button:hover, .caption-listings .channel-filter button:active, .caption-listings .channel-filter button.active {
  color: #ffffff;
  outline: none;
  cursor: pointer;
  background-color: #2f323a;
}
.caption-listings .channel-filter .tv-channel {
  float: left;
  border-top: 1px solid #2f323a;
  border-bottom: 1px solid #2f323a;
  border-right: 1px solid #2f323a;
}
.caption-listings .channel-filter .tv-channel:after {
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
}
.caption-listings .channel-filter .tv-channel.radius-border-left {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #2f323a;
}
.caption-listings .channel-filter .tv-channel.radius-border-right {
  border-radius: 0 4px 4px 0;
}
.caption-listings .channel-filter .all-channels {
  display: block;
  margin: 0 auto 5px;
  width: 33.32%;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #2f323a;
}
@media only screen and (min-width: 768px) {
  .caption-listings .channel-filter {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .caption-listings .channel-filter .tv-channel {
    font-size: 12px;
    padding-left: 50px;
  }
  .caption-listings .channel-filter .tv-channel:after {
    left: 0;
    margin-left: 12px;
  }
}
@media only screen and (min-width: 960px) {
  .caption-listings .channel-filter .all-channels {
    margin-bottom: 15px;
  }
  .caption-listings .channel-filter .tv-channel {
    font-size: 15px;
  }
  .caption-listings .channel-filter .tv-channel:after {
    left: 0;
    margin-left: 20px;
  }
}
.caption-listings .tv-channel:after {
  content: "";
  left: 50%;
  width: 29px;
  height: 29px;
  position: absolute;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .caption-listings .tv-channel:after {
    left: auto;
    right: 10px;
  }
}
.caption-listings .tvone:after {
  height: 29px;
  width: 29px;
  background-image: url('../../img/../img/sprites-s6339048930.png');
  background-position: 0 -865px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .caption-listings .tvone:after {
    background-image: url('../../img/../img/sprites-retina-se921c1832e.png');
    background-position: 0 -859px;
    background-size: 292px auto;
  }
}
.caption-listings .tvtwo:after {
  height: 29px;
  width: 29px;
  background-image: url('../../img/../img/sprites-s6339048930.png');
  background-position: 0 -1216px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .caption-listings .tvtwo:after {
    background-image: url('../../img/../img/sprites-retina-se921c1832e.png');
    background-position: 0 -1206.5px;
    background-size: 292px auto;
  }
}
.caption-listings .tvthree:after {
  height: 29px;
  width: 29px;
  background-image: url('../../img/../img/sprites-s6339048930.png');
  background-position: 0 -1055px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .caption-listings .tvthree:after {
    background-image: url('../../img/../img/sprites-retina-se921c1832e.png');
    background-position: 0 -1047.5px;
    background-size: 292px auto;
  }
}
.caption-listings .tvfour:after {
  height: 29px;
  width: 29px;
  background-image: url('../../img/../img/sprites-s6339048930.png');
  background-position: 0 -497px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .caption-listings .tvfour:after {
    background-image: url('../../img/../img/sprites-retina-se921c1832e.png');
    background-position: 0 -496.5px;
    background-size: 292px auto;
  }
}
.caption-listings .tvbravo:after {
  height: 29px;
  width: 29px;
  background-image: url('../../img/../img/sprites-s6339048930.png');
  background-position: 0 -246px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .caption-listings .tvbravo:after {
    background-image: url('../../img/../img/sprites-retina-se921c1832e.png');
    background-position: 0 -246px;
    background-size: 292px auto;
  }
}
.caption-listings .tvprime:after {
  height: 29px;
  width: 29px;
  background-image: url('../../img/../img/sprites-s6339048930.png');
  background-position: 0 -894px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .caption-listings .tvprime:after {
    background-image: url('../../img/../img/sprites-retina-se921c1832e.png');
    background-position: 0 -888px;
    background-size: 292px auto;
  }
}
.caption-listings .tvduke:after {
  height: 29px;
  width: 29px;
  background-image: url('../../img/../img/sprites-s6339048930.png');
  background-position: 0 -468px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .caption-listings .tvduke:after {
    background-image: url('../../img/../img/sprites-retina-se921c1832e.png');
    background-position: 0 -467.5px;
    background-size: 292px auto;
  }
}
.caption-listings table {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 40px;
}
.caption-listings table td[data-title="Channel"] {
  position: relative;
  padding-left: 62%;
}
@media only screen and (min-width: 520px) {
  .caption-listings table {
    font-size: 17px;
  }
  .caption-listings table td[data-title="Channel"] {
    padding-left: 57%;
  }
}
@media only screen and (min-width: 768px) {
  .caption-listings table {
    margin-bottom: 50px;
  }
  .caption-listings table td[data-title="Channel"] {
    padding-left: 10px;
  }
}

/* ----------------------------------------------------------
footer
---------------------------------------------------------- */
.general-content-page footer .button {
  left: auto;
  margin-left: auto;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  .general-content-page footer .button {
    margin: 30px auto 40px;
  }
}

footer {
  text-align: center;
}
footer .bg-blue {
  color: #ffffff;
  background: #17b3a2;
}
footer span {
  width: 70%;
  margin: 0 auto;
  color: #ffffff;
  display: block;
  font-size: 1.05882em;
  font-family: "adelle", Helvetica, Arial, sans-serif;
}
footer .button {
  display: block;
  margin: 20px auto;
  max-width: 300px;
}
footer .button:hover, footer .button:focus {
  color: #ffffff;
  text-decoration: none;
}
footer .button .ss-icon {
  color: #ffffff;
  font-size: 1.125em;
}
footer .ss-icon {
  font-size: 1.47059em;
}
footer a, footer .ss-icon {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer .ss-icon:hover {
  text-decoration: none;
}
footer ul {
  border: none;
  list-style: none;
  margin: 28px 0 20px 0;
}
footer li {
  bottom: 0;
  padding: 0;
  border: none;
  position: relative;
  display: inline-block;
  transition: bottom 0.2s ease;
}
footer li:hover {
  bottom: 5px;
}
footer li a {
  padding: 0 11px;
  display: inline-block;
  transition: color 0.2s ease, font-size 0.2s ease;
}
footer a.contact {
  margin: 0;
  padding: 5px 10px;
  display: block;
}
footer a.contact.first, footer a.contact.middle {
  border: none;
  text-decoration: none;
}
footer a.contact:hover.first, footer a.contact:hover.middle {
  text-decoration: underline;
}
footer address.contact {
  color: #ffffff;
  margin-right: 0;
  text-decoration: none;
}
footer address.contact span {
  margin-top: 5px;
  font-size: 1em;
}
footer a.pitch {
  display: block;
}
footer .footer-logo {
  display: block;
  margin: 0 auto;
  height: 47px;
  width: 90px;
  background-image: url('../../img/../img/sprites-s6339048930.png');
  background-position: 0 -818px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  footer .footer-logo {
    background-image: url('../../img/../img/sprites-retina-se921c1832e.png');
    background-position: 0 -812px;
    background-size: 292px auto;
  }
}
footer .row, footer .row.first {
  padding: 50px 5%;
}
footer .first {
  border-bottom-color: #26282e;
}
footer .last {
  background: #0d8d7f;
  font-size: 0.82353em;
}
footer .last span {
  width: auto;
  clear: both;
  margin: 15px 0;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer .last a:nth-of-type(2) {
  margin: 0 25px;
}
@media only screen and (min-width: 520px) {
  footer span {
    width: 50%;
  }
  footer address.contact {
    margin-top: 10px;
  }
  footer a.contact {
    display: inline;
  }
  footer a.contact.first {
    padding-right: 15px;
  }
  footer a.contact.middle {
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer a.pitch {
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  footer .last {
    padding: 25px 5%;
  }
  footer .last a {
    float: left;
  }
  footer .last span {
    float: left;
    margin: 10px 0 0 0;
    font-size: 1em;
  }
  footer .button {
    margin: 30px auto 40px;
  }
  footer a.footer-logo {
    float: right;
    margin: auto;
    margin-top: -15px;
  }
  footer .row.first {
    border-bottom: none;
  }
  footer a.first {
    padding-top: 5px !important;
  }
  footer a.contact.middle {
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer address.contact {
    display: inline;
    padding-left: 8px;
  }
}
@media only screen and (min-width: 960px) {
  footer span {
    font-size: 1.47059em;
  }
  footer ul {
    margin-top: 38px;
    margin-bottom: 20px;
  }
  footer .ss-icon {
    font-size: 1.58824em;
  }
  footer .row, footer .row.first {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  footer .last {
    padding: 27px 5% 15px 5%;
  }
  footer .last span {
    clear: none;
    margin: 0 0 0 25px;
  }
  footer .last a.footer-logo {
    margin-top: -12px;
  }
}
@media only screen and (min-width: 1080px) {
  footer address.contact span {
    width: auto;
    display: inline;
    margin-left: 15px;
    padding: 5px 0 5px 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.general-content-page footer .row.first {
  padding: 50px 5%;
}
@media only screen and (min-width: 960px) {
  .general-content-page footer .row.first {
    padding: 95px 5%;
  }
}

/* ----------------------------------------------------------
ie8 fixes
---------------------------------------------------------- */
.ie8 .logo {
  width: 121px;
  height: 45px;
  background: url("../../img/../img/sprites/logo-desktop.png") no-repeat;
}
.ie8 #timed-swap {
  display: none;
}
.ie8 .img-frame-cta ul {
  display: none;
}
.ie8 .home-page .row.first .column:first-child {
  margin-left: 4%;
}
.ie8 .home-page .col3 .column {
  margin-left: 3.5%;
}
.ie8 .home-page .col3 .column:first-child {
  margin-left: 0;
}
.ie8 .col-2-thirds .column {
  width: 37%;
}
.ie8 .col-2-thirds .column:first-child {
  width: 59%;
  margin-right: 4%;
}
.ie8 .team-page .col3 .column {
  width: 29% !important;
  margin-left: 2% !important;
  margin-right: 2% !important;
}
.ie8 footer a {
  margin-right: 25px;
}

.develop {
  background: none;
}
.develop h1 {
  color: black;
}

.clear {
    width: 100%;
    clear: both;
}
