html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: 'itc-icons';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/fonts/itc-icons.eot");
  src: url("../assets/fonts/itc-icons.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/itc-icons.woff") format("woff"), url("../assets/fonts/itc-icons.ttf") format("truetype"), url("../assets/fonts/itc-icons.svg#itc-icons") format("svg"); }

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, 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 {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

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

a:active,
a:focus {
  outline: none; }

html {
  line-height: 1.5;
  min-height: 100%;
  position: relative; }

body {
  margin: 0 0 40px;
  padding-bottom: 50px;
  position: relative; }

body,
html,
body > div {
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  color: #4c4c4c;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-smoothing: antialiased;
  font-weight: 300;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4c4c4c;
  margin: 0; }

h1,
h2 {
  font-size: 21px;
  font-weight: 300; }

h2 {
  margin-top: 10px; }

h3 {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 10px; }
  @media screen and (max-width: 640px) {
    h3 {
      font-size: 19px; } }

h4 {
  font-size: 13px;
  font-weight: 300; }
  @media screen and (max-width: 640px) {
    h4 {
      font-size: 15px; } }

p {
  color: #333333;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
  margin-top: 10px;
  overflow-wrap: break-word; }
  @media screen and (max-width: 640px) {
    p {
      font-weight: normal;
      color: #5f5f5f;
      line-height: 17px; } }
  p strong {
    font-weight: normal; }

button {
  outline: none; }

.light-font {
  font-weight: light; }

.normal-font {
  font-weight: normal; }

.small-font {
  font-size: 13px; }

.medium-font {
  font-size: 15px; }

.large-font {
  font-size: 19px; }

.larger-font {
  font-size: 21px; }

.largest-font {
  font-size: 23px; }

.container {
  min-height: 100%;
  position: relative; }

.content {
  padding: 30px 30px 80px; }
  @media screen and (max-width: 490px) {
    .content {
      padding: 30px 13px 80px; } }

.active {
  border-bottom: 1px solid #000;
  color: #666; }

a {
  color: #0088ff;
  font-weight: 300;
  text-decoration: none; }
  a.block {
    color: #0088ff;
    cursor: pointer;
    display: block;
    text-decoration: none; }
  a:hover {
    color: #0074d9;
    text-decoration: none; }

span.more::before {
  border-style: solid;
  border-width: .12em .12em 0 0;
  content: '';
  display: inline-block;
  height: .45em;
  left: 5px;
  position: relative;
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: top;
  width: .45em; }

span.more-left::before {
  border-style: solid;
  border-width: 0 0 .12em .12em;
  content: '';
  display: inline-block;
  height: .45em;
  position: relative;
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: top;
  width: .45em; }

section {
  margin-bottom: 5px; }

input {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  height: 31px;
  line-height: 20px;
  margin: 7px 0 5px;
  outline: none;
  padding: 2px 16px; }
  @media screen and (max-width: 640px) {
    input {
      font-size: 16px; } }
  input::-webkit-input-placeholder {
    color: #aaa;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-align: start; }
    input::-webkit-input-placeholder::before {
      content: '  '; }
  input:-moz-placeholder {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 300; }
  input::-moz-placeholder {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 300; }
  input:-ms-input-placeholder {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 300; }
  @media screen and (max-width: 640px) {
    input::-webkit-input-placeholder {
      color: #aaa;
      font-size: 12px; }
      input::-webkit-input-placeholder::before {
        content: ''; }
    input:-moz-placeholder {
      color: #4c4c4c;
      font-size: 12px; }
    input::-moz-placeholder {
      color: #4c4c4c;
      font-size: 12px; }
    input:-ms-input-placeholder {
      color: #4c4c4c;
      font-size: 12px; } }

.row {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .row::after {
    clear: both;
    content: '';
    display: table; }
  .row::after {
    clear: both;
    content: '';
    display: table; }

.grid2col .column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .grid2col .column:last-child {
    margin-right: 0; }

.grid3col .column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .grid3col .column:last-child {
    margin-right: 0; }

.grid4col .column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .grid4col .column:last-child {
    margin-right: 0; }
  .grid4col .column:nth-child(4n) {
    margin-right: 0; }
  .grid4col .column:nth-child(4n+1) {
    clear: left; }

@media screen and (max-width: 640px) {
  .grid2col .column,
  .grid4col .column,
  .grid3col .column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .grid2col .column:last-child,
    .grid4col .column:last-child,
    .grid3col .column:last-child {
      margin-right: 0; } }

.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

.no-link-style {
  color: #4c4c4c;
  text-decoration: none; }
  .no-link-style:hover {
    color: inherit;
    text-decoration: none; }

.divider {
  background-color: #e5e5e5;
  height: 1px;
  overflow: hidden; }

.no-border {
  border: 0; }

.icon {
  display: inline-block;
  position: relative; }
  .icon.flip-down {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .icon.default {
    fill: #4c4c4c;
    height: 16px;
    width: 16px; }

[class^='itc-icon-']::before,
[class*=' itc-icon-']::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'itc-icons' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  speak: none;
  text-transform: none !important; }

.itc-icon-help ::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: '\e022';
  font-family: 'itc-icons' !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  speak: none;
  text-transform: none !important; }

.itc-icon-close ::before {
  content: '\e010';
  font-size: 2em; }

.itc-icon-play {
  left: 38px !important;
  top: 16px !important; }
  @media screen and (max-width: 640px) {
    .itc-icon-play {
      left: 20px !important;
      top: 5px !important; } }
  .itc-icon-play::before {
    content: '\e01f';
    font-size: 58px; }
  .itc-icon-play.landing {
    top: 18px !important; }
    @media screen and (max-width: 960px) {
      .itc-icon-play.landing {
        top: 15px !important;
        left: 28px !important; } }
    .itc-icon-play.landing::before {
      font-size: 40px; }

.itc-icon-play-circle {
  background: #000;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  height: 56px;
  left: 39px;
  line-height: 100px;
  opacity: .25;
  position: absolute;
  text-align: center;
  top: 17px;
  width: 56px; }
  @media screen and (max-width: 640px) {
    .itc-icon-play-circle {
      left: 21px !important;
      top: 6px !important; } }
  .itc-icon-play-circle.landing {
    height: 38px;
    top: 19px;
    width: 38px; }
    @media screen and (max-width: 960px) {
      .itc-icon-play-circle.landing {
        top: 16px !important;
        left: 29px !important; } }

.back::before {
  background-image: url("../assets/images/chevron_left.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  content: ' ';
  height: 10px;
  width: 10px; }

.violator {
  background: transparent;
  border: 1px solid #d6d6d6;
  border-color: #fb9236;
  border-radius: 2px;
  color: #fb9236;
  display: inline-block;
  font-size: 11px;
  padding: 0 2px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap; }

.btn {
  -moz-border-radius: 3px;
  -moz-transition-duration: 300ms;
  -moz-transition-property: all;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -o-transition-duration: 300ms;
  -o-transition-property: all;
  -webkit-border-radius: 3px;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: all;
  background: none;
  border: 1px solid #4cabff;
  border-radius: 3px;
  color: #0088ff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 19px;
  margin-top: 2px;
  outline: none;
  padding: 3px 10px 4px;
  position: relative;
  text-align: right;
  -webkit-transition: 300ms ease;
          transition: 300ms ease;
  vertical-align: middle; }

.search-section h1 {
  font-size: 21px;
  line-height: 21px;
  margin: 30px auto 0;
  text-align: center;
  width: 300px; }
  @media screen and (max-width: 640px) {
    .search-section h1 {
      font-size: 1.2em;
      margin: 20px auto 0; } }

.search-section .search-content {
  margin: 10px auto 25px auto;
  width: 100%; }

.search-section form {
  margin: 14px auto 0;
  position: relative;
  text-align: center;
  width: 400px; }
  @media screen and (max-width: 640px) {
    .search-section form {
      margin: auto;
      width: 90%; } }
  .search-section form label {
    -webkit-transition: 0.35s ease;
    left: 30px;
    padding: 0 30px 0 12px;
    position: absolute;
    top: 5px;
    -webkit-transition: .35s ease;
            transition: .35s ease; }
    @media screen and (max-width: 640px) {
      .search-section form label {
        margin-top: -1px;
        padding-left: 17%; } }
    @media screen and (max-width: 490px) {
      .search-section form label {
        padding-left: 2%; } }
    @media screen and (max-width: 365px) {
      .search-section form label {
        margin-left: -15px;
        padding-left: 0%; } }
    .search-section form label.has-focus {
      -webkit-transition: .35s ease;
      left: 0;
      -webkit-transition: .35s ease;
              transition: .35s ease; }
      @media screen and (max-width: 640px) {
        .search-section form label.has-focus {
          padding-left: 1px; } }
      @media screen and (max-width: 490px) {
        .search-section form label.has-focus {
          padding-left: 2%; } }
      @media screen and (max-width: 365px) {
        .search-section form label.has-focus {
          margin-left: 1%;
          padding-left: 0; } }

.search-section input {
  -webkit-transition: .2s ease;
  border-radius: 4px;
  display: block;
  margin: auto;
  padding: 0 30px 0 50px;
  -webkit-transition: .35s ease;
          transition: .35s ease;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .search-section input {
      padding: 0 0 0 55px; } }
  @media screen and (max-width: 640px) {
    .search-section input {
      padding: 6px 0 2px 28%; } }
  @media screen and (max-width: 490px) {
    .search-section input {
      padding: 0 0 2px 15%;
      width: 96%; } }
  @media screen and (max-width: 365px) {
    .search-section input {
      padding: 0 0 2px 10%; } }
  .search-section input:focus {
    -webkit-transition: .35s ease;
    padding-left: 22px;
    -webkit-transition: .35s ease;
            transition: .35s ease; }
    @media screen and (max-width: 960px) {
      .search-section input:focus {
        padding-left: 27px; } }
    @media screen and (max-width: 640px) {
      .search-section input:focus {
        padding-left: 19px; } }

@-moz-document url-prefix() {
  .search-section input:focus {
    padding-left: 40px; } }

@-moz-document url-prefix() {
  .search-section input {
    padding-left: 70px; } }

.search-section .search-icon {
  color: #aaa;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 13px;
  position: relative;
  width: 16px; }
  @media screen and (max-width: 640px) {
    .search-section .search-icon {
      -webkit-transition: .2s ease;
      padding-left: 8px;
      top: 0;
      -webkit-transition: .35s ease;
              transition: .35s ease; } }
  .search-section .search-icon::before {
    content: "\e00c";
    font-family: "itc-icons"; }
    @media screen and (max-width: 640px) {
      .search-section .search-icon::before {
        font-size: 11px; } }

@font-face {
  font-family: 'itc-icons';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/fonts/itc-icons.eot");
  src: url("../assets/fonts/itc-icons.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/itc-icons.woff") format("woff"), url("../assets/fonts/itc-icons.ttf") format("truetype"), url("../assets/fonts/itc-icons.svg#itc-icons") format("svg"); }

.signed-out {
  width: 310px; }

.itc-dropdown-less-than-four {
  width: 464px; }

#header {
  -webkit-justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  line-height: 1 !important;
  min-height: 42px;
  min-width: 640px;
  padding: 0 30px;
  position: static;
  top: 0;
  width: 100%;
  z-index: 8500;
  /* align-content: space-between; */ }
  @media screen and (max-width: 640px) {
    #header {
      border: 0;
      height: 45px; } }
  @media screen and (max-width: 640px) {
    #header {
      min-width: 0;
      padding: 0 13px; } }
  #header a:hover {
    text-decoration: none;
    color: #0074d9; }
  #header .hasPopOver {
    position: relative;
    display: inline-block; }
  #header #logoNavWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: auto;
    z-index: 900; }
    #header #logoNavWrapper h1.itc-header-mobile {
      display: none; }
      @media screen and (max-width: 640px) {
        #header #logoNavWrapper h1.itc-header-mobile {
          display: block;
          font-size: 19px;
          color: #0088ff; } }
  #header #logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    #header #logo a {
      background: url("../assets/images/itunes_connect.png") top left no-repeat;
      background-size: 136px 31px;
      height: 16px;
      margin: 15px 10px 15px 0;
      text-indent: -9999px;
      width: 136px; }
      @media screen and (max-width: 640px) {
        #header #logo a {
          margin-right: 5px; } }
  #header #site-nav-wrapper {
    float: left;
    font-size: 21px;
    line-height: 24px;
    padding-top: 11px;
    position: relative;
    z-index: 8500; }
    @media screen and (max-width: 640px) {
      #header #site-nav-wrapper #sitenav {
        display: none; } }
    #header #site-nav-wrapper #sitenav li {
      display: inline-block;
      position: relative;
      z-index: 6000; }
    #header #site-nav-wrapper #sitenav .dropdown-menu {
      border: 0;
      height: 0;
      position: static;
      -webkit-transition: .35s ease;
              transition: .35s ease; }
    #header #site-nav-wrapper #sitenav .signed-out {
      font-size: 15px; }
      #header #site-nav-wrapper #sitenav .signed-out span {
        font-size: 15px; }
    #header #site-nav-wrapper #sitenav #main-nav-signed-out {
      -moz-border-radius: 1px;
      -webkit-border-radius: 1px;
      background: #fff;
      border-radius: 1px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
      font-size: 13px;
      left: -45px;
      line-height: 16px;
      margin-top: 4px;
      opacity: 1;
      padding: 20px;
      position: absolute;
      top: 40px;
      width: 352px;
      z-index: 6000; }
      #header #site-nav-wrapper #sitenav #main-nav-signed-out:before {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        background-image: url("../assets/images/ui-tooltip-spike.png");
        background-position: right top;
        background-repeat: no-repeat;
        background-size: auto 14px;
        content: '';
        height: 14px;
        left: 80px;
        margin-left: -15px;
        position: absolute;
        top: -14px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        width: 32px; }
      #header #site-nav-wrapper #sitenav #main-nav-signed-out a {
        margin: 0; }
    #header #site-nav-wrapper #sitenav #main-nav {
      -moz-border-radius: 1px;
      -webkit-border-radius: 1px;
      background: #fff;
      border-radius: 1px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
      font-size: 13px;
      left: -145px;
      line-height: 16px;
      margin-top: 4px;
      opacity: 1;
      padding: 40px 20px 0;
      position: absolute;
      top: 30px;
      width: 552px;
      z-index: 6000; }
      #header #site-nav-wrapper #sitenav #main-nav:before {
        content: '';
        position: absolute;
        margin-left: -15px;
        left: 180px;
        width: 32px;
        height: 14px;
        background-image: url("../assets/images/ui-tooltip-spike.png");
        background-size: auto 14px;
        background-repeat: no-repeat;
        background-position: right top;
        top: -14px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      #header #site-nav-wrapper #sitenav #main-nav li {
        display: block;
        float: left;
        padding-bottom: 10px;
        position: relative;
        text-align: center; }
        #header #site-nav-wrapper #sitenav #main-nav li a {
          color: #4c4c4c;
          display: block;
          height: 118px;
          margin: 0 10px 30px 0;
          padding: 0;
          text-align: center;
          width: 120px; }
          #header #site-nav-wrapper #sitenav #main-nav li a img {
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            border: 1px solid #e5e5e5;
            border-radius: 20px;
            height: 75px;
            margin-bottom: 5px;
            width: 75px; }
          #header #site-nav-wrapper #sitenav #main-nav li a span {
            min-width: 80px;
            display: inline-block;
            padding: 3px 10px 4px;
            border-radius: 15px; }
        #header #site-nav-wrapper #sitenav #main-nav li a[href$="resources_page"] span {
          border: 1px solid #b7dafd;
          background-color: #e5f2fe;
          color: #08f; }
        #header #site-nav-wrapper #sitenav #main-nav li:nth-child(4n) a {
          margin-right: 0; }
    #header #site-nav-wrapper #sitenav li a {
      position: relative;
      padding-right: 15px;
      display: inline-block; }
    #header #site-nav-wrapper #sitenav li a .chevron {
      width: 11px;
      height: 6px;
      display: block;
      background: url("../assets/images/chevron_2x.png") top left no-repeat;
      background-size: 11px 12px;
      margin: 6px 0 0 5px;
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 12px; }
  #header #rightgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: auto; }
    @media screen and (max-width: 640px) {
      #header #rightgroup {
        display: none; } }
    #header #rightgroup #session-wrapper {
      position: relative;
      z-index: 900;
      float: left;
      top: 6px; }
      #header #rightgroup #session-wrapper #session-nav-info {
        text-align: right; }
      #header #rightgroup #session-wrapper #session-menu div#session-nav-multi {
        left: auto;
        right: 0;
        top: 28px;
        position: absolute;
        z-index: 6000;
        cursor: default;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.14902), 0 0 1px rgba(0, 0, 0, 0.04706);
        border-radius: 1px;
        background-color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 18px;
        border: 1px solid #e6e6e6;
        font-size: 15px;
        line-height: 19px;
        font-weight: 300; }
        #header #rightgroup #session-wrapper #session-menu div#session-nav-multi:before {
          left: auto;
          right: 14px;
          top: -14px;
          content: '';
          position: absolute;
          margin-left: -15px;
          width: 32px;
          height: 14px;
          background-image: url("/assets/images/ui-tooltip-spike.png");
          background-size: auto 14px;
          background-repeat: no-repeat;
          background-position: right top;
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
        #header #rightgroup #session-wrapper #session-menu div#session-nav-multi ul li.session-nav-username {
          font-size: 15px;
          color: #b3b3b3;
          padding: 15px 30px;
          border-bottom: 1px solid #e6e6e6; }
          #header #rightgroup #session-wrapper #session-menu div#session-nav-multi ul li.session-nav-username .session-nav-header {
            display: inline-block; }
            #header #rightgroup #session-wrapper #session-menu div#session-nav-multi ul li.session-nav-username .session-nav-header:before {
              font-family: 'itc-icons' !important;
              content: '\e009';
              color: #b3b3b3;
              font-size: 32px;
              float: left;
              line-height: 1; }
            #header #rightgroup #session-wrapper #session-menu div#session-nav-multi ul li.session-nav-username .session-nav-header .session-nav-multiline {
              display: block;
              padding-left: 44px !important;
              white-space: nowrap; }
            #header #rightgroup #session-wrapper #session-menu div#session-nav-multi ul li.session-nav-username .session-nav-header a {
              color: #08f;
              padding: 5px 0 5px 44px; }
              #header #rightgroup #session-wrapper #session-menu div#session-nav-multi ul li.session-nav-username .session-nav-header a:hover {
                background-color: transparent;
                color: #0074d9; }
        #header #rightgroup #session-wrapper #session-menu div#session-nav-multi div.popupmenuinner {
          overflow-y: auto;
          overflow-x: hidden;
          position: relative; }
          #header #rightgroup #session-wrapper #session-menu div#session-nav-multi div.popupmenuinner ul {
            list-style: none; }
          #header #rightgroup #session-wrapper #session-menu div#session-nav-multi div.popupmenuinner.bottomline {
            margin-bottom: 10px;
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #d9d9d9;
            max-height: 288px; }
        #header #rightgroup #session-wrapper #session-menu div#session-nav-multi.checkmarkable li a {
          padding: 5px 30px; }
          #header #rightgroup #session-wrapper #session-menu div#session-nav-multi.checkmarkable li a.current:before {
            font-family: 'itc-icons' !important;
            font-size: 14px;
            position: absolute;
            left: 6px;
            top: 8px;
            content: '\e00e';
            line-height: 1; }
        #header #rightgroup #session-wrapper #session-menu div#session-nav-multi li a {
          color: #4c4c4c;
          display: block; }
          #header #rightgroup #session-wrapper #session-menu div#session-nav-multi li a:hover {
            background-color: #e5f2fe; }
        #header #rightgroup #session-wrapper #session-menu div#session-nav-multi li.session-nav-link {
          margin-top: 5px; }
          #header #rightgroup #session-wrapper #session-menu div#session-nav-multi li.session-nav-link:last-child {
            margin-bottom: 10px; }
      #header #rightgroup #session-wrapper #session-menu li a {
        position: relative;
        padding-right: 15px;
        display: inline-block;
        margin-bottom: 0; }
      #header #rightgroup #session-wrapper #session-menu ul#session-nav {
        font-size: 15px;
        line-height: 19px;
        left: auto;
        right: 0;
        top: 28px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.14902), 0 0 1px rgba(0, 0, 0, 0.04706); }
        #header #rightgroup #session-wrapper #session-menu ul#session-nav:before {
          left: auto;
          right: 14px;
          top: -14px;
          content: '';
          position: absolute;
          margin-left: -15px;
          width: 32px;
          height: 14px;
          background-image: url("../assets/images/ui-tooltip-spike.png");
          background-size: auto 14px;
          background-repeat: no-repeat;
          background-position: right top;
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
        #header #rightgroup #session-wrapper #session-menu ul#session-nav li.session-nav-username {
          font-size: 15px;
          color: #b3b3b3;
          padding: 15px 30px;
          border-bottom: 1px solid #e6e6e6; }
        #header #rightgroup #session-wrapper #session-menu ul#session-nav li.session-nav-link {
          margin-top: 10px; }
          #header #rightgroup #session-wrapper #session-menu ul#session-nav li.session-nav-link a {
            margin-bottom: 0;
            display: block;
            padding: 10px 20px;
            color: #4c4c4c; }
            #header #rightgroup #session-wrapper #session-menu ul#session-nav li.session-nav-link a:hover {
              background-color: #e5f2fe; }
          #header #rightgroup #session-wrapper #session-menu ul#session-nav li.session-nav-link:last-child {
            margin-bottom: 10px; }
        #header #rightgroup #session-wrapper #session-menu ul#session-nav li.session-nav-link + .session-nav-link {
          margin-top: 0; }
      #header #rightgroup #session-wrapper #session-menu > li a .chevron {
        width: 11px;
        height: 6px;
        display: block;
        background: url("../assets/images/chevron_2x.png") top left no-repeat;
        background-size: 11px 12px;
        margin: 6px 0 0 5px;
        position: absolute;
        top: 0;
        right: 0; }
      #header #rightgroup #session-wrapper .sign-in {
        padding-top: 7px; }
      #header #rightgroup #session-wrapper .session-menu-username {
        font-size: 15px;
        margin-bottom: 3px; }
      #header #rightgroup #session-wrapper .session-menu-providername {
        font-size: 14px;
        opacity: .7;
        color: #000; }
      #header #rightgroup #session-wrapper .hasPopOver {
        position: relative;
        display: inline-block; }
    #header #rightgroup #resources-help {
      margin: 10px 0 0 15px;
      z-index: 900;
      position: relative;
      display: inline-block; }
    #header #rightgroup #resources-help .icon-help {
      font-size: 22px;
      font-style: normal;
      font-variant: normal;
      text-rendering: optimizelegibility; }
      #header #rightgroup #resources-help .icon-help:before {
        font-family: 'itc-icons' !important;
        content: '\e022'; }
    #header #rightgroup #resources-help .icon-help:after {
      content: '';
      border-left: 1px solid #e6e6e6;
      width: 2px;
      height: 22px;
      float: left;
      padding-right: 15px; }
    #header #rightgroup #resources-help #help-menu {
      left: auto;
      right: -20px;
      top: 35px;
      font-size: 15px;
      line-height: 19px;
      position: absolute;
      z-index: 6000;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14902), 0 0 1px rgba(0, 0, 0, 0.04706);
      background: #fff;
      border: 1px solid #e6e6e6;
      border-radius: 1px; }
      #header #rightgroup #resources-help #help-menu:before {
        left: auto;
        right: 14px;
        top: -14px;
        content: '';
        position: absolute;
        margin-left: -15px;
        width: 32px;
        height: 14px;
        background-image: url("../assets/images/ui-tooltip-spike.png");
        background-size: auto 14px;
        background-repeat: no-repeat;
        background-position: right top;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    #header #rightgroup #resources-help #help-menu li {
      display: block; }
    #header #rightgroup #resources-help #help-menu li a {
      margin-bottom: 0;
      display: block;
      padding: 10px 20px;
      color: #4c4c4c;
      white-space: nowrap; }
    #header #rightgroup #resources-help #help-menu li a:hover {
      background-color: #e5f2fe; }
    #header #rightgroup #resources-help #help-menu li.sectionBreak {
      border-bottom: 1px solid #d9d9d9; }

.itc-header span {
  background: url("../assets/images/itunes_connect.png") bottom left no-repeat;
  background-size: 134px 30px;
  float: left;
  height: 30px;
  margin-top: 13px;
  width: 134px; }

@media screen and (max-width: 640px) {
  .itc-header {
    display: none; } }

.resource-heading-link {
  font-size: 21px;
  line-height: 24px;
  font-weight: 300; }
  .resource-heading-link:hover {
    text-decoration: none; }
  @media screen and (max-width: 640px) {
    .resource-heading-link {
      display: none; } }

.resource-heading-disabled {
  display: none; }
  @media screen and (max-width: 640px) {
    .resource-heading-disabled {
      display: block;
      font-size: 1.2em;
      color: #999; } }

.user-login {
  float: right; }
  @media screen and (max-width: 640px) {
    .user-login {
      display: none; } }
  .user-login li {
    float: left; }
    .user-login li .help {
      position: relative;
      top: 8px; }
    .user-login li.user-info {
      line-height: 20px; }
      .user-login li.user-info a {
        cursor: pointer; }
        .user-login li.user-info a:hover {
          text-decoration: none; }
      .user-login li.user-info .more::before {
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg); }

.header-main {
  width: 100%;
  z-index: 10000;
  background-color: #fff; }
  .header-main::after {
    clear: both;
    content: '';
    display: table; }
  .header-main ul {
    list-style: none;
    margin-top: 0; }
  .header-main .header-nav {
    padding: 0 30px;
    max-width: none; }
    .header-main .header-nav .row {
      height: 44px; }
    .header-main .header-nav h1.itc-header-mobile {
      display: none;
      font-size: 15px !important; }
      @media screen and (max-width: 640px) {
        .header-main .header-nav h1.itc-header-mobile {
          display: block; } }
    .header-main .header-nav li {
      float: left;
      margin-left: 10px;
      line-height: 24px; }
    .header-main .header-nav h1 {
      float: left;
      font-weight: 300;
      line-height: 45px;
      color: #000; }
      @media screen and (max-width: 640px) {
        .header-main .header-nav h1 {
          font-size: 15px; } }
  .header-main section {
    border-bottom: 1px solid #ebebeb; }
    .header-main section::after {
      clear: both;
      content: '';
      display: table; }

@media screen and (max-width: 640px) {
  .page-title {
    text-align: center;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 20px; }
    .page-title.hide {
      display: none; } }

.search-container .input {
  padding: 2px 5px; }

.search-box {
  -webkit-transition: width 0.2s ease, border-radius 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
          transition: width 0.2s ease, border-radius 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  margin-top: 4px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  background-color: transparent; }
  .search-box + label .search-icon {
    color: #4c4c4c; }
  .search-box:focus {
    margin-left: 10px;
    -webkit-transition: width 0.2s ease, border-radius 0.2s ease, background 0.2s ease;
            transition: width 0.2s ease, border-radius 0.2s ease, background 0.2s ease;
    border: 0;
    outline: none;
    padding-left: 22px;
    cursor: text;
    width: 270px;
    background: #fff;
    color: #4c4c4c;
    font-size: 14px;
    border: 1px solid #ebebeb; }
    .search-box:focus + label {
      left: 38px; }
      .search-box:focus + label .search-icon {
        color: #aaa;
        padding-left: 5px; }

.search-icon {
  color: #aaa;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 13px;
  position: relative;
  width: 16px; }
  @media screen and (max-width: 640px) {
    .search-icon {
      top: 2px; } }
  .search-icon:before {
    font-family: 'itc-icons';
    content: '\e00c'; }

.nav-main {
  position: relative;
  padding: 2px 0 1px 0;
  background: #fcfcfc;
  border-bottom: 1px solid #ebebeb;
  z-index: 1;
  font-size: 15px;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, sans-serif; }
  @media screen and (max-width: 640px) {
    .nav-main {
      padding: 0;
      z-index: 10; } }
  .nav-main a {
    font-weight: 300; }
  .nav-main ul {
    list-style-type: none;
    padding: 0;
    text-align: center; }
    .nav-main ul::after {
      clear: both;
      content: '';
      display: table; }
  .nav-main li {
    display: inline-block;
    color: white;
    margin-right: 40px; }
    @media screen and (max-width: 640px) {
      .nav-main li {
        margin-right: 6px; } }
    .nav-main li a {
      display: block;
      text-decoration: none;
      font-weight: 300;
      line-height: 40px;
      color: #4c4c4c; }
      @media screen and (max-width: 960px) {
        .nav-main li a {
          line-height: 45px; } }
  .nav-main .nav-search {
    position: relative;
    display: inline-block;
    float: right;
    height: 0;
    bottom: 40px;
    right: 4px;
    margin-right: 6px; }
    .nav-main .nav-search .search-container {
      position: relative;
      height: 100%; }
    .nav-main .nav-search #search-submit {
      position: relative;
      right: -5000px;
      display: none; }
    .nav-main .nav-search label {
      position: relative;
      float: left;
      clear: both;
      top: 9px;
      left: 28px; }
      @media screen and (max-width: 640px) {
        .nav-main .nav-search label {
          top: 7px; } }

.nav-spacer {
  display: none; }
  .nav-spacer.spacerOn {
    display: none;
    height: 40px; }
    @media screen and (max-width: 640px) {
      .nav-spacer.spacerOn {
        display: block;
        height: 45px; } }
    @media screen and (max-width: 960px) {
      .nav-spacer.spacerOn {
        height: 45px; } }

.page-overlay {
  display: none; }

.page-nav {
  height: 40px; }
  @media screen and (max-width: 640px) {
    .page-nav {
      height: 45px; } }
  @media screen and (max-width: 960px) {
    .page-nav {
      height: 45px; } }
  .page-nav .page-menu {
    color: #4c4c4c;
    -webkit-transition: 1s linear;
    /*to only change opacity*/
    /*-webkit-transition: opacity 1s linear*/
    transition: 1s linear;
    opacity: 1; }
    @media screen and (max-width: 640px) {
      .page-nav .page-menu .hidden {
        opacity: 0; } }
    #landing .page-nav .page-menu li:first-child a,
    #news .page-nav .page-menu li:nth-child(2) a,
    #videos .page-nav .page-menu li:nth-child(3) a,
    #specs .page-nav .page-menu li:nth-child(4) a,
    #faq .page-nav .page-menu li:nth-child(5) a {
      border-bottom: 1px solid #4c4c4c;
      color: #4c4c4c;
      font-weight: light; }
      @media screen and (max-width: 640px) {
        #landing .page-nav .page-menu li:first-child a,
        #news .page-nav .page-menu li:nth-child(2) a,
        #videos .page-nav .page-menu li:nth-child(3) a,
        #specs .page-nav .page-menu li:nth-child(4) a,
        #faq .page-nav .page-menu li:nth-child(5) a {
          border-bottom: 0;
          color: #4c4c4c; } }
      #landing .page-nav .page-menu li:first-child a:hover,
      #news .page-nav .page-menu li:nth-child(2) a:hover,
      #videos .page-nav .page-menu li:nth-child(3) a:hover,
      #specs .page-nav .page-menu li:nth-child(4) a:hover,
      #faq .page-nav .page-menu li:nth-child(5) a:hover {
        color: #4c4c4c;
        font-weight: light;
        border-bottom: 1px solid #999; }
        @media screen and (max-width: 640px) {
          #landing .page-nav .page-menu li:first-child a:hover,
          #news .page-nav .page-menu li:nth-child(2) a:hover,
          #videos .page-nav .page-menu li:nth-child(3) a:hover,
          #specs .page-nav .page-menu li:nth-child(4) a:hover,
          #faq .page-nav .page-menu li:nth-child(5) a:hover {
            border-bottom: 0; } }
    .page-nav .page-menu a:hover {
      color: #0088ff; }
    @media screen and (max-width: 960px) {
      .page-nav .page-menu {
        white-space: nowrap;
        margin-left: 160px;
        margin-right: 50px;
        line-height: 45px; } }
  @media screen and (max-width: 640px) {
    .page-nav {
      background-color: #f9f9f9; }
      .page-nav.sticky {
        -webkit-transform: translate3d(0, 0, 0);
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        opacity: .85; }
      .page-nav .page-overlay {
        display: block;
        height: 45px;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb; }
        .page-nav .page-overlay div {
          float: left; }
        .page-nav .page-overlay h2 {
          /*@extend .capitalize;*/
          position: relative;
          margin: 0 auto;
          width: 100px; }
      .page-nav .page-menu {
        top: 45px;
        position: absolute;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        height: 45px;
        -webkit-transition: height .2s ease;
                transition: height .2s ease;
        overflow: hidden;
        background-color: #f9f9f9;
        opacity: 1;
        border-bottom: 1px solid #ebebeb;
        white-space: nowrap; }
        .page-nav .page-menu.hidden {
          height: 0;
          border: none; }
        .page-nav .page-menu li {
          font-size: 15px;
          margin-right: 7%;
          padding: 0;
          margin-top: 2px; }
        .page-nav .page-menu li:last-of-type {
          margin-right: 0; }
      .page-nav .page-menu li {
        -webkit-transition: .5s ease;
                transition: .5s ease;
        opacity: 1; }
      .page-nav .page-menu.hidden li {
        -webkit-transition: .5s ease;
                transition: .5s ease;
        opacity: 0; }
      .page-nav .page-menu li:nth-child(1) {
        -webkit-transition-delay: 100ms;
        /* Safari */
        transition-delay: 100ms; }
      .page-nav .page-menu li:nth-child(2) {
        -webkit-transition-delay: 200ms;
        /* Safari */
        transition-delay: 200ms; }
      .page-nav .page-menu li:nth-child(3) {
        -webkit-transition-delay: 275ms;
        /* Safari */
        transition-delay: 275ms; }
      .page-nav .page-menu li:nth-child(4) {
        -webkit-transition-delay: 325ms;
        /* Safari */
        transition-delay: 325ms; }
      .page-nav .page-menu li:nth-child(5) {
        -webkit-transition-delay: 350ms;
        /* Safari */
        transition-delay: 350ms; }
      .page-nav .sticky {
        position: fixed;
        left: 0;
        width: 100%; } }

.type-locale {
  float: right;
  list-style-type: none; }
  .type-locale li {
    float: left;
    line-height: 45px;
    padding: 0 10px; }

.dropdown {
  -webkit-transition: .35s ease;
  height: 0;
  -webkit-transition: .35s ease;
          transition: .35s ease; }
  .dropdown.open {
    -webkit-transition: .35s ease;
    height: auto;
    -webkit-transition: .35s ease;
            transition: .35s ease; }
    @media screen and (max-width: 640px) {
      .dropdown.open {
        height: 100vh; } }

.chevron {
  background: url("../assets/images/chevron_2x.png") top left no-repeat;
  background-size: 11px 12px;
  display: inline-block;
  height: 6px;
  margin: 0;
  position: relative;
  right: 0;
  top: -2px;
  width: 11px; }

.dropdown-toggle {
  display: inline-block;
  padding-right: 0;
  position: relative; }
  @media screen and (max-width: 640px) {
    .dropdown-toggle {
      float: right;
      position: relative;
      right: 10px;
      top: 10px; } }

.site-dropdown {
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  position: absolute;
  top: 57px;
  -webkit-transition: .25s ease-in-out;
          transition: .25s ease-in-out;
  z-index: 850; }
  @media screen and (max-width: 640px) {
    .site-dropdown {
      font-size: 1em;
      left: 0;
      top: 0;
      width: 100%; } }
  .site-dropdown .dropdown-menu {
    padding: 10px 0;
    top: 33px;
    left: -15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
    border-radius: 1px; }
    @media screen and (max-width: 640px) {
      .site-dropdown .dropdown-menu {
        -webkit-transition: .35s ease;
                transition: .35s ease;
        padding: 0;
        margin-top: 10px;
        border: 0;
        border-top: 1px solid #subtle-border;
        width: 100%;
        left: 0;
        box-shadow: none; }
        .site-dropdown .dropdown-menu.open {
          -webkit-transition: .35s ease;
                  transition: .35s ease;
          height: 100vh !important; } }
    .site-dropdown .dropdown-menu li {
      width: 100%;
      margin: 0;
      line-height: 25px; }
      @media screen and (max-width: 640px) {
        .site-dropdown .dropdown-menu li {
          line-height: 50px;
          float: none;
          width: 100%; }
          .site-dropdown .dropdown-menu li:hover {
            display: block;
            background-color: #e5f2fe; } }
      .site-dropdown .dropdown-menu li a {
        text-align: left;
        width: 100%;
        margin: auto;
        padding: 5px 50px 5px 20px;
        color: #4c4c4c; }
        @media screen and (max-width: 640px) {
          .site-dropdown .dropdown-menu li a {
            padding: 0 0 0 5px;
            margin-left: 35px;
            border-bottom: 1px solid #ebebeb;
            width: auto;
            color: #0088ff; } }
        .site-dropdown .dropdown-menu li a:hover {
          display: block;
          background-color: #e5f2fe; }
    .site-dropdown .dropdown-menu .arrow {
      left: 10%; }
    .site-dropdown .dropdown-menu:before {
      content: '';
      position: absolute;
      margin-left: -15px;
      left: 36px;
      width: 32px;
      height: 14px;
      background-image: url("../assets/images/ui-tooltip-spike.png");
      background-size: auto 14px;
      background-repeat: no-repeat;
      background-position: right top;
      top: -14px;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
      @media screen and (max-width: 640px) {
        .site-dropdown .dropdown-menu:before {
          content: none;
          position: absolute;
          margin-left: -15px;
          left: 36px;
          width: 32px;
          height: 14px;
          background: none;
          top: 0px;
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); } }

.resource-dropdown .dropdown-spike {
  position: absolute;
  margin-left: -35px;
  left: 180px;
  width: 32px;
  height: 14px;
  background-image: url("../../assets/images/ui-tooltip-spike.png");
  background-size: auto 14px;
  background-repeat: no-repeat;
  background-position: right top;
  top: -14px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.resource-dropdown .dropdown-menu {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05); }
  .resource-dropdown .dropdown-menu.itc-dropdown {
    padding: 40px 20px;
    width: 317px;
    left: -147px; }
    .resource-dropdown .dropdown-menu.itc-dropdown ul li {
      width: 100%;
      text-align: left; }
      .resource-dropdown .dropdown-menu.itc-dropdown ul li:nth-child(-n+2) {
        margin-bottom: 10px; }
      .resource-dropdown .dropdown-menu.itc-dropdown ul li img {
        width: 75px;
        height: 75px; }
      .resource-dropdown .dropdown-menu.itc-dropdown ul li a {
        display: block;
        text-decoration: none; }
        .resource-dropdown .dropdown-menu.itc-dropdown ul li a:hover span {
          text-decoration: none;
          background-color: #e5f2fe;
          border: 1px solid #0088ff;
          border-radius: 20px; }
        .resource-dropdown .dropdown-menu.itc-dropdown ul li a span {
          padding: 3px 10px 4px;
          display: block;
          min-width: 100px;
          font-size: 13px;
          line-height: 14px;
          border: 1px solid transparent; }
    .resource-dropdown .dropdown-menu.itc-dropdown .signed-out {
      text-align: center;
      line-height: 45px;
      padding: 0; }
  .resource-dropdown .dropdown-menu.signed-out {
    position: fixed;
    min-height: 10px;
    left: 126px;
    padding: 0 15px; }
  .resource-dropdown .dropdown-menu.change-z {
    display: none; }
  .resource-dropdown .dropdown-menu.itc-dropdown-less-than-five {
    padding: 40px 20px;
    width: 317px; }
    .resource-dropdown .dropdown-menu.itc-dropdown-less-than-five ul li {
      width: 45%;
      text-align: center; }
      .resource-dropdown .dropdown-menu.itc-dropdown-less-than-five ul li:nth-child(-n+3) {
        margin-bottom: 10px; }
      .resource-dropdown .dropdown-menu.itc-dropdown-less-than-five ul li:nth-child(5n) {
        clear: left; }
  .resource-dropdown .dropdown-menu.itc-dropdown-five-to-six {
    padding: 40px 20px;
    width: 370px; }
    .resource-dropdown .dropdown-menu.itc-dropdown-five-to-six ul li {
      width: 29%;
      text-align: center; }
      .resource-dropdown .dropdown-menu.itc-dropdown-five-to-six ul li:nth-child(-n+3) {
        margin-bottom: 10px; }
      .resource-dropdown .dropdown-menu.itc-dropdown-five-to-six ul li:nth-child(4n) {
        clear: left; }
  .resource-dropdown .dropdown-menu.itc-dropdown-more-than-six {
    padding: 40px 20px;
    width: 510px; }
    .resource-dropdown .dropdown-menu.itc-dropdown-more-than-six ul li {
      width: 22%;
      height: 143px;
      text-align: center; }
      .resource-dropdown .dropdown-menu.itc-dropdown-more-than-six ul li:nth-child(-n+4) {
        margin-bottom: 10px; }
      .resource-dropdown .dropdown-menu.itc-dropdown-more-than-six ul li img {
        width: 75px;
        height: 75px; }
      .resource-dropdown .dropdown-menu.itc-dropdown-more-than-six ul li:nth-child(4n+1) {
        clear: left; }
  .resource-dropdown .dropdown-menu.itc-dropdown-five-to-six {
    padding: 40px 20px;
    width: 370px; }
    .resource-dropdown .dropdown-menu.itc-dropdown-five-to-six ul li {
      width: 29%;
      text-align: center; }
      .resource-dropdown .dropdown-menu.itc-dropdown-five-to-six ul li:nth-child(-n+3) {
        margin-bottom: 10px; }
      .resource-dropdown .dropdown-menu.itc-dropdown-five-to-six ul li:nth-child(4n) {
        clear: left; }
  .resource-dropdown .dropdown-menu.itc-dropdown-more-than-six {
    padding: 40px 20px;
    width: 500px; }
    .resource-dropdown .dropdown-menu.itc-dropdown-more-than-six ul li {
      width: 22%;
      text-align: center; }
      .resource-dropdown .dropdown-menu.itc-dropdown-more-than-six ul li:nth-child(-n+4) {
        margin-bottom: 10px; }
      .resource-dropdown .dropdown-menu.itc-dropdown-more-than-six ul li img {
        width: 75px;
        height: 75px; }
      .resource-dropdown .dropdown-menu.itc-dropdown-more-than-six ul li:nth-child(4n+1) {
        clear: left; }
  .resource-dropdown .dropdown-menu .arrow {
    left: 50%; }

.burger-box {
  border: 0;
  display: inline-block;
  float: left;
  height: 100%;
  margin-left: 13px;
  position: relative;
  width: 24px;
  z-index: 10; }

.burger {
  position: absolute;
  top: 18px; }

.burger:before,
.burger:after {
  -webkit-transition: .1s ease-in;
  background: #333333;
  height: 1px;
  position: absolute;
  top: 28px;
  width: 18px; }

.burger:before {
  top: -4px;
  left: 0;
  content: ''; }

.burger:after {
  top: 8px;
  left: 0;
  content: ''; }

.open .burger {
  background: transparent; }

.open .burger:before {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg); }

.open .burger:after {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg); }

.select-page .nav-main {
  display: none; }

.select-page .site-dropdown {
  display: none; }

.select-page .user-login {
  display: none; }

.site-right,
.resource-down {
  fill: #0088ff;
  height: 12px;
  left: 4px;
  top: 2px;
  width: 12px; }

.dropdown-toggle-name {
  float: right;
  top: 5px; }
  .dropdown-toggle-name span {
    float: right; }

.line-pipe {
  border-right: 1px solid #e6e6e6;
  height: 19px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 14px;
  padding-right: 15px; }

.dropdown.help-dropdown {
  bottom: 2px;
  width: 10px; }

a.dropdown-toggle-name.ng-binding {
  left: 12px;
  position: relative; }

.user-dropdown-menu {
  display: block;
  left: -60px !important;
  top: 57px; }

.logged-in-target {
  float: left; }

.row-icon-name {
  color: #4c4c4c; }

.dropdown-spike-user {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  background-image: url("../../assets/images/ui-tooltip-spike.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 14px;
  height: 14px;
  left: 200px;
  margin-left: -35px;
  position: absolute;
  top: -14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 32px; }

.ng-hide {
  -webkit-transition: .5s ease-in-out;
          transition: .5s ease-in-out; }

@font-face {
  font-family: 'itc-icons';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/fonts/itc-icons.eot");
  src: url("../assets/fonts/itc-icons.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/itc-icons.woff") format("woff"), url("../assets/fonts/itc-icons.ttf") format("truetype"), url("../assets/fonts/itc-icons.svg#itc-icons") format("svg"); }

.footer-main {
  border-top: 1px solid #ebebeb;
  background-color: #fff;
  bottom: 0;
  font-size: 13px;
  height: 50px;
  left: 0;
  margin-top: 50px;
  position: absolute;
  width: 100%;
  z-index: 100; }
  @media screen and (max-width: 640px) {
    .footer-main {
      margin: 0;
      position: absolute;
      font-size: 12px; } }
  @media screen and (max-width: 365px) {
    .footer-main {
      font-size: 10px; } }
  .footer-main p {
    margin-bottom: 4px;
    text-align: center; }
  .footer-main .dropdown-toggle {
    top: 0;
    right: 0;
    left: 5px;
    padding-right: 5px; }
  .footer-main .pipped {
    text-align: center;
    padding: 10px 0 10px; }
    @media screen and (max-width: 640px) {
      .footer-main .pipped {
        padding-bottom: 10px;
        margin-bottom: 0; } }
    .footer-main .pipped li {
      border-right: 1px solid #ebebeb;
      display: inline-block;
      padding: 0 8px; }
    .footer-main .pipped .last {
      border-right: 0; }
  .footer-main .language-picker .dropdown-menu {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
    left: -20px;
    text-align: left;
    width: 140px; }
    @media screen and (max-width: 640px) {
      .footer-main .language-picker .dropdown-menu {
        box-shadow: none;
        -webkit-transition: 0.2s ease;
                transition: 0.2s ease;
        width: 100%;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 45px;
        background-color: #fff;
        overflow-x: hidden; } }
    .footer-main .language-picker .dropdown-menu li {
      padding: 0;
      border: 0;
      width: 100%; }
      @media screen and (max-width: 640px) {
        .footer-main .language-picker .dropdown-menu li {
          line-height: 50px; }
          .footer-main .language-picker .dropdown-menu li:hover {
            background-color: #e5f2fe; } }
      .footer-main .language-picker .dropdown-menu li:first-child {
        padding-top: 10px; }
        @media screen and (max-width: 640px) {
          .footer-main .language-picker .dropdown-menu li:first-child {
            padding-top: 0; } }
      .footer-main .language-picker .dropdown-menu li:last-child {
        padding-bottom: 10px; }
      .footer-main .language-picker .dropdown-menu li a {
        color: #0088ff;
        font-size: 15px;
        padding: 5px 30px 5px 20px;
        display: inline-block;
        width: 100%; }
        @media screen and (max-width: 640px) {
          .footer-main .language-picker .dropdown-menu li a {
            margin-left: 35px;
            padding: 0 0 0 5px;
            border-bottom: 1px solid #ebebeb; } }
        .footer-main .language-picker .dropdown-menu li a:hover {
          background-color: #e5f2fe; }

.dropup {
  display: inline-block;
  vertical-align: bottom; }

.arrow {
  background-color: transparent;
  border-left: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  height: 16px;
  position: absolute;
  right: 0;
  top: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 16px;
  z-index: 1; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  -webkit-transition: visibility .35s ease, opacity .35s ease;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: visibility .35s ease, opacity .35s ease;
          transition: visibility .35s ease, opacity .35s ease;
  visibility: hidden;
  z-index: 1000; }
  .dropdown-menu li {
    visibility: hidden; }
  .dropdown-menu > li > a {
    clear: both;
    display: block;
    padding: 0 20px; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      background-color: #f9f9f9;
      text-decoration: none; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  outline: 0;
  text-decoration: none; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #4c4c4c; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  background-color: transparent;
  background-image: none;
  cursor: disabled;
  text-decoration: none; }

.open > .dropdown-menu {
  -webkit-transition: visibility .35s ease, opacity .35s ease;
  height: auto;
  opacity: 1;
  -webkit-transition: visibility .35s ease, opacity .35s ease;
          transition: visibility .35s ease, opacity .35s ease;
  visibility: visible;
  z-index: 1000; }
  @media screen and (max-width: 640px) {
    .open > .dropdown-menu {
      height: 100%; } }
  .open > .dropdown-menu li {
    visibility: visible; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px; }

.dropdown-backdrop {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  left: auto;
  right: 0; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom: 4px solid;
  border-top: 0;
  content: ''; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: 100%;
  margin-bottom: 2px;
  top: auto; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background: transparent; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  min-height: 16px;
  padding: 15px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.alert {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 40px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }
  .alert-dismissable button.close,
  .alert-dismissible button.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    border-color: transparent;
    background-color: transparent;
    opacity: .2; }
    .alert-dismissable button.close .sr-only,
    .alert-dismissible button.close .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #4c4c4c; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #333333; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #4c4c4c; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #333333; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #4c4c4c; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #333333; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #4c4c4c; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #333333; }

.videogular-container {
  position: relative;
  top: 20%;
  width: 100%;
  margin: 0 auto;
  max-width: 840px;
  height: auto; }
  .videogular-container videogular {
    margin: 0 auto;
    background-color: transparent; }
    .videogular-container videogular vg-time-display {
      font-size: 12px; }
    .videogular-container videogular .iconButton:focus {
      border: none; }
    .videogular-container videogular vg-controls {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      text-align: center;
      margin: auto;
      background-color: transparent; }
      @media screen and (max-width: 640px) {
        .videogular-container videogular vg-controls {
          display: none; } }
      .videogular-container videogular vg-controls .controls-container {
        height: 100%; }
        .videogular-container videogular vg-controls .controls-container .controls-wrapper {
          margin: 48% auto 0;
          width: 450px;
          background-image: url("../assets/images/ac_video_background.png");
          background-size: 450px 75px;
          background-repeat: no-repeat; }
        .videogular-container videogular vg-controls .controls-container .vg-control {
          display: inline-block; }
        .videogular-container videogular vg-controls .controls-container .scrubber {
          position: relative;
          bottom: 6px; }
        .videogular-container videogular vg-controls .controls-container .top-row {
          position: relative;
          top: 4px; }
      .videogular-container videogular vg-controls vg-volume {
        left: 20px;
        position: absolute;
        top: 5px; }
        .videogular-container videogular vg-controls vg-volume .iconButton.mute, .videogular-container videogular vg-controls vg-volume .iconButton.level0, .videogular-container videogular vg-controls vg-volume .iconButton.level1, .videogular-container videogular vg-controls vg-volume .iconButton.level2, .videogular-container videogular vg-controls vg-volume .iconButton.level3 {
          font-size: 1.2em; }
      .videogular-container videogular vg-controls vg-play-pause-button .iconButton.play, .videogular-container videogular vg-controls vg-play-pause-button .iconButton.pause {
        font-size: 2em; }
      .videogular-container videogular vg-controls vg-fullscreen-button {
        position: absolute;
        right: 20px;
        top: 5px; }
        .videogular-container videogular vg-controls vg-fullscreen-button .iconButton.enter {
          font-size: 1.2em; }
      .videogular-container videogular vg-controls vg-caption-button {
        position: absolute;
        right: 75px;
        top: 5px;
        padding: 5px 0; }
        .videogular-container videogular vg-controls vg-caption-button button {
          color: #fcfcfc;
          font-weight: 400;
          font-size: 16px;
          cursor: pointer; }
        .videogular-container videogular vg-controls vg-caption-button .active {
          color: #fff;
          font-weight: 700; }
      .videogular-container videogular vg-controls vg-scrub-bar {
        height: 30px; }
        .videogular-container videogular vg-controls vg-scrub-bar [role=slider] {
          margin-top: 12px;
          width: 150px; }
        .videogular-container videogular vg-controls vg-scrub-bar vg-scrub-bar-current-time {
          background-color: #0088ff; }

.video-backdrop {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all .1s linear;
          transition: all .1s linear; }
  @media screen and (max-width: 640px) {
    .video-backdrop {
      height: 0; } }
  .video-backdrop.is-playing {
    display: block;
    opacity: 1; }
  .video-backdrop .video-close {
    position: absolute;
    top: 25px;
    left: 25px;
    border: none;
    background: transparent;
    font-size: 1em;
    color: #666;
    cursor: pointer; }
    @media screen and (max-width: 640px) {
      .video-backdrop .video-close {
        display: none; } }
    .video-backdrop .video-close .icon.close-alt {
      height: 50px;
      width: 50px;
      fill: #4c4c4c; }
    .video-backdrop .video-close:hover {
      color: #4c4c4c; }
    .video-backdrop .video-close:active, .video-backdrop .video-close:focus {
      outline: 0;
      outline-style: none;
      outline-width: 0; }

.video-container .video-title {
  cursor: pointer; }

.video-container .video-trigger {
  position: relative;
  display: block;
  background-color: #4c4c4c;
  height: 90px;
  width: 135px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-size: 135px 90px; }
  @media screen and (max-width: 640px) {
    .video-container .video-trigger {
      width: 100px;
      height: 70px;
      background-size: 100px 70px; } }
  .video-container .video-trigger.landing {
    height: 75px;
    width: 113px;
    background-size: 113px 75px; }
    @media screen and (max-width: 960px) {
      .video-container .video-trigger.landing {
        width: 100px;
        height: 70px;
        background-size: 100px 70px; } }
  .video-container .video-trigger:hover {
    color: #0088ff; }
  .video-container .video-trigger .play-button {
    position: absolute;
    font-size: 1em;
    top: 23%;
    left: 33%; }
    @media screen and (max-width: 960px) {
      .video-container .video-trigger .play-button {
        top: 15%;
        left: 20%; } }

#mobile-video {
  display: none; }
  #mobile-video.is-playing {
    display: block;
    opacity: 1; }
  @media screen and (max-width: 640px) {
    #mobile-video {
      padding-top: 0;
      padding-bottom: 0;
      border-top: none; } }

@font-face {
  font-family: 'videogular';
  src: url("../assets/fonts/videogular.eot");
  src: url("../assets/fonts/videogular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/videogular.woff") format("woff"), url("../assets/fonts/videogular.ttf") format("truetype"), url("../assets/fonts/videogular.svg#videogular") format("svg");
  font-weight: normal;
  font-style: normal; }

videogular, [videogular] {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000000;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none; }

videogular button, [videogular] button {
  cursor: pointer; }

videogular.fullscreen, [videogular].fullscreen {
  position: fixed;
  left: 0;
  top: 0; }

videogular vg-media, [videogular] vg-media {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block; }

videogular video, [videogular] video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }

videogular .iconButton, [videogular] .iconButton {
  color: #FFFFFF;
  font-family: 'videogular';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background: none;
  padding: 6px;
  border: none; }

videogular .iconButton:focus, [videogular] .iconButton:focus {
  border: 1px solid white; }

videogular vg-poster, [videogular] vg-poster {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  z-index: 1;
  top: 0; }

videogular vg-poster img, [videogular] vg-poster img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute; }

videogular vg-poster img.pause,
videogular vg-poster img.play, [videogular] vg-poster img.pause,
[videogular] vg-poster img.play {
  display: none; }

videogular vg-poster img.stop, [videogular] vg-poster img.stop {
  display: block; }

videogular vg-overlay-play, [videogular] vg-overlay-play {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 2;
  top: 0; }

videogular vg-overlay-play .play:before, [videogular] vg-overlay-play .play:before {
  content: "\e000"; }

videogular vg-overlay-play .overlayPlayContainer, [videogular] vg-overlay-play .overlayPlayContainer {
  font-size: 100px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: table;
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: 0.6; }

videogular vg-overlay-play .overlayPlayContainer div, [videogular] vg-overlay-play .overlayPlayContainer div {
  vertical-align: middle;
  text-align: center;
  display: table-cell; }

videogular vg-controls, [videogular] vg-controls {
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 3;
  top: calc(100% - 50px); }

videogular vg-controls .controls-container, [videogular] vg-controls .controls-container {
  width: 100%;
  height: 50px;
  background-color: transparent;
  position: absolute;
  display: table;
  zoom: 1; }

videogular vg-play-pause-button, [videogular] vg-play-pause-button {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer; }

videogular vg-time-display, [videogular] vg-time-display {
  color: #FFFFFF;
  display: table-cell;
  font-family: Arial;
  font-size: 18px;
  width: 75px;
  vertical-align: middle;
  text-align: center;
  cursor: default; }

videogular .vgTimeDisplay, [videogular] .vgTimeDisplay {
  display: table-cell;
  font-family: Arial;
  font-size: 18px;
  width: auto; }

videogular vg-scrub-bar, [videogular] vg-scrub-bar {
  width: auto;
  display: table-cell;
  cursor: pointer;
  vertical-align: middle; }

videogular vg-scrub-bar [role=slider], [videogular] vg-scrub-bar [role=slider] {
  margin-top: 24px;
  margin-bottom: 24px;
  height: 2px;
  background-color: black; }

videogular vg-scrub-bar :focus vg-scrub-bar-current-time, [videogular] vg-scrub-bar :focus vg-scrub-bar-current-time {
  border-right: 6px black groove; }

videogular vg-scrub-bar-current-time, [videogular] vg-scrub-bar-current-time {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer; }

videogular vg-scrub-bar-cue-points, [videogular] vg-scrub-bar-cue-points {
  width: 100%;
  height: 100%;
  display: block;
  position: relative; }

videogular vg-scrub-bar-cue-points .cue-point-timeline, [videogular] vg-scrub-bar-cue-points .cue-point-timeline {
  color: #FFFFFF;
  padding-top: 3px; }

videogular vg-scrub-bar-cue-points .cue-point-timeline .cue-point, [videogular] vg-scrub-bar-cue-points .cue-point-timeline .cue-point {
  position: absolute;
  height: 3px;
  background-color: #FFFFFF; }

videogular vg-playback-button, [videogular] vg-playback-button {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer; }

videogular vg-volume, [videogular] vg-volume {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer; }

videogular vg-volume-bar, [videogular] vg-volume-bar {
  width: 50px;
  height: 100px;
  top: -100px;
  margin-left: -25px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  cursor: pointer; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  videogular vg-volume-bar, [videogular] vg-volume-bar {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5; } }

videogular vg-fullscreen-button, [videogular] vg-fullscreen-button {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer; }

videogular vg-volume-bar .verticalVolumeBar, [videogular] vg-volume-bar .verticalVolumeBar {
  width: 50px;
  height: 100px;
  background-color: #000000;
  position: absolute; }

videogular vg-volume-bar .volumeBackground, [videogular] vg-volume-bar .volumeBackground {
  width: 20px;
  height: 70px;
  left: 15px;
  top: 15px;
  background-color: #222222;
  position: absolute; }

videogular vg-volume-bar .volumeValue, [videogular] vg-volume-bar .volumeValue {
  width: 20px;
  height: 100%;
  background-color: #FFFFFF;
  position: absolute; }

videogular vg-volume-bar .volumeClickArea, [videogular] vg-volume-bar .volumeClickArea {
  width: 20px;
  height: 100%;
  position: absolute; }

videogular vg-controls.hidden, [videogular] vg-controls.hidden {
  opacity: 0; }

videogular vg-controls.hide-animation, [videogular] vg-controls.hide-animation {
  -webkit-animation: hideControlsAnimationFrames ease-out 0.5s;
          animation: hideControlsAnimationFrames ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: hideControlsAnimationFrames ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: hideControlsAnimationFrames ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: hideControlsAnimationFrames ease-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: hideControlsAnimationFrames ease-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/ }

@keyframes hideControlsAnimationFrames {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

videogular vg-controls.show-animation, [videogular] vg-controls.show-animation {
  -webkit-animation: showControlsAnimationFrames ease-out 0.5s;
          animation: showControlsAnimationFrames ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: showControlsAnimationFrames ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: showControlsAnimationFrames ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: showControlsAnimationFrames ease-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: showControlsAnimationFrames ease-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/ }

@keyframes showControlsAnimationFrames {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes showControlsAnimationFrames {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

videogular vg-controls .hide-animation, [videogular] vg-controls .hide-animation {
  -webkit-animation: hideControlsAnimationFrames ease-out 0.5s;
          animation: hideControlsAnimationFrames ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: hideControlsAnimationFrames ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: hideControlsAnimationFrames ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: hideControlsAnimationFrames ease-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: hideControlsAnimationFrames ease-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/ }

@keyframes hideControlsAnimationFrames {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

videogular vg-controls .show-animation, [videogular] vg-controls .show-animation {
  -webkit-animation: showControlsAnimationFrames ease-out 0.5s;
          animation: showControlsAnimationFrames ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: showControlsAnimationFrames ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: showControlsAnimationFrames ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: showControlsAnimationFrames ease-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: showControlsAnimationFrames ease-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/ }

@keyframes showControlsAnimationFrames {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes showControlsAnimationFrames {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

videogular vg-play-pause-button .play:before, [videogular] vg-play-pause-button .play:before {
  content: "\e000"; }

videogular vg-play-pause-button .pause:before, [videogular] vg-play-pause-button .pause:before {
  content: "\e001"; }

videogular vg-mute-button, [videogular] vg-mute-button {
  width: 50px;
  display: block; }

videogular vg-mute-button .level3:before, [videogular] vg-mute-button .level3:before {
  content: "\e002"; }

videogular vg-mute-button .level2:before, [videogular] vg-mute-button .level2:before {
  content: "\e003"; }

videogular vg-mute-button .level1:before, [videogular] vg-mute-button .level1:before {
  content: "\e004"; }

videogular vg-mute-button .level0:before, [videogular] vg-mute-button .level0:before {
  content: "\e005"; }

videogular vg-mute-button .mute:before, [videogular] vg-mute-button .mute:before {
  content: "\e006"; }

videogular vg-fullscreen-button .enter:before, [videogular] vg-fullscreen-button .enter:before {
  content: "\e007"; }

videogular vg-fullscreen-button .exit:before, [videogular] vg-fullscreen-button .exit:before {
  content: "\e008"; }

videogular vg-caption-button .subtitle, [videogular] vg-caption-button .subtitle {
  background-image: url("../assets/images/subtitle_icon_small.png");
  height: 23px;
  width: 26px;
  background-position: 0px -23px;
  background-repeat: no-repeat; }
  @media screen and (max-width: 640px) {
    videogular vg-caption-button .subtitle, [videogular] vg-caption-button .subtitle {
      display: none; } }
  videogular vg-caption-button .subtitle.active, [videogular] vg-caption-button .subtitle.active {
    background-position: 0px 0px; }

videogular vg-buffering, [videogular] vg-buffering {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: 0; }

videogular vg-buffering .bufferingContainer, [videogular] vg-buffering .bufferingContainer {
  width: 100%;
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -50px;
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: 0.6; }

videogular vg-buffering .loadingSpinner, [videogular] vg-buffering .loadingSpinner {
  background-color: transparent;
  border: 5px solid white;
  opacity: .9;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-radius: 50px;
  box-shadow: 0 0 35px #FFFFFF;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -moz-animation: spin .5s infinite linear;
  -webkit-animation: spin .5s infinite linear; }

videogular vg-buffering .loadingSpinner .stop, [videogular] vg-buffering .loadingSpinner .stop {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }

videogular vg-ima-ads, [videogular] vg-ima-ads {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  display: none; }

@font-face {
  font-family: 'itc-icons';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/fonts/itc-icons.eot");
  src: url("../assets/fonts/itc-icons.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/itc-icons.woff") format("woff"), url("../assets/fonts/itc-icons.ttf") format("truetype"), url("../assets/fonts/itc-icons.svg#itc-icons") format("svg"); }

.faq {
  height: 100%; }
  @media screen and (max-width: 640px) {
    .faq {
      overflow-x: hidden;
      position: relative; } }

.caret {
  -moz-transition: .25s ease;
  -webkit-transition: .25s ease;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  border-top-width: 8px;
  display: inline-block;
  position: relative;
  -webkit-transition: .25s ease;
          transition: .25s ease;
  vertical-align: top;
  top: 5px; }
  @media screen and (max-width: 640px) {
    .caret {
      top: 7px; } }

.caret-close {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.side-nav {
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  height: 100%;
  margin-bottom: 50px;
  margin-right: 0px !important;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .side-nav:last-child {
    margin-right: 0; }
  @media screen and (max-width: 640px) {
    .side-nav {
      border-left: 0;
      border-right: 0;
      height: 100vh;
      padding-left: 13px;
      width: 100%;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .side-nav:last-child {
        margin-right: 0; } }

.toc {
  padding: 0; }

.panel {
  overflow: hidden;
  position: relative; }
  .panel a {
    color: #4c4c4c; }
    .panel a:hover {
      text-decoration: none; }
    .panel a span {
      padding-left: 8px;
      display: inline-block;
      width: 85%;
      vertical-align: top; }

.panel-heading {
  border-bottom: 1px solid #ebebeb;
  display: block;
  padding: 0 9px;
  position: relative;
  text-decoration: none; }
  .panel-heading:last-child {
    border-bottom: 0; }
  @media screen and (max-width: 640px) {
    .panel-heading {
      padding: 0; } }
  .panel-heading h4 a {
    display: block;
    padding: 14px 20px 14px 0; }
    .panel-heading h4 a:hover span {
      color: #0088ff; }

.panel-body > div {
  list-style: none;
  padding-left: 0; }
  .panel-body > div a {
    border-bottom: 1px solid #ebebeb;
    border-image: -webkit-linear-gradient(left, #fff 0, #fff 37px, #ebebeb 23px, #ebebeb 100%) 0 0 1 0;
    border-image-width: 0 0 1px 0;
    display: block;
    font-size: 13px;
    padding: 14px 20px;
    padding-left: 46px; }
    @media screen and (max-width: 640px) {
      .panel-body > div a {
        padding-left: 30px;
        font-size: 15px; } }
    .panel-body > div a:hover {
      color: #0088ff; }
      .panel-body > div a:hover span {
        color: #0088ff; }
  .panel-body > div.selected {
    background-color: #e3e8e9;
    position: relative;
    top: -1px; }
    .panel-body > div.selected a {
      border-bottom: 0; }

.back-arrow {
  display: none; }
  @media screen and (max-width: 640px) {
    .back-arrow {
      display: inline-block;
      float: left;
      line-height: 55px;
      margin-left: 13px;
      position: relative;
      width: 15%; } }

.title {
  display: none;
  font-size: 21px;
  line-height: 23px;
  padding: 10px 0 0 40px; }
  @media screen and (max-width: 640px) {
    .title {
      display: inline-block;
      font-size: 19px;
      height: 50px;
      line-height: 50px;
      margin-left: -10%;
      padding: 0;
      text-align: center;
      width: 80%; } }

@media screen and (max-width: 640px) {
  .category {
    border-bottom: 1px solid #ebebeb;
    display: inline-block;
    height: 50px;
    width: 100%; } }

.faq-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-right: 0;
  margin-top: 13px; }
  .faq-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 640px) {
    .faq-content {
      left: 100%;
      margin-top: 0;
      position: absolute;
      width: 100%;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .faq-content:last-child {
        margin-right: 0; } }

.faq-item-container:last-child {
  margin-bottom: 80px; }

.faq-item {
  margin: 20px 0 30px 40px;
  padding-right: 10px; }
  @media screen and (max-width: 640px) {
    .faq-item {
      margin: 20px 13px 50px;
      padding: 0; } }
  .faq-item h3 {
    color: #000;
    line-height: 24px; }
    @media screen and (max-width: 640px) {
      .faq-item h3 {
        font-size: 17px;
        font-weight: 300;
        line-height: 19px;
        padding-bottom: 5px; } }
  .faq-item ul {
    list-style-position: outside;
    margin-bottom: 1em;
    margin-left: 1.5em;
    margin-top: .3em; }
  .faq-item p,
  .faq-item li {
    color: #333333;
    font-size: 13px;
    line-height: 18px;
    margin: .3em 0 .7em; }
    @media screen and (max-width: 640px) {
      .faq-item p,
      .faq-item li {
        font-size: 15px;
        color: #5f5f5f; } }
  .faq-item li {
    padding-left: .25em; }
  .faq-item ol {
    list-style-position: outside;
    margin-bottom: 1em;
    margin-left: 1.65em;
    margin-top: .3em; }
  .faq-item code {
    color: gray;
    font-family: Menlo, monospace;
    font-size: .85em;
    word-wrap: break-word; }
  .faq-item table {
    border-collapse: collapse;
    display: table;
    font-size: 13px;
    line-height: 1.275rem;
    margin-bottom: 2em;
    margin-left: -.5em;
    margin-top: 1em;
    page-break-inside: avoid;
    table-layout: fixed;
    text-align: left;
    width: 100%; }
    .faq-item table thead > tr {
      background: #97a6b2;
      border-spacing: 1px 1px;
      display: table-row; }
    .faq-item table th {
      color: #fff;
      font-weight: 700;
      padding: .25em .6em .3em .5em; }
  .faq-item table > tbody {
    border-top: 1px solid #e4e4e4; }
    .faq-item table > tbody > tr {
      border-bottom: 1px solid #e4e4e4;
      display: table-row; }
      .faq-item table > tbody > tr > td {
        padding: .65em .6em .6em .5em; }

@media screen and (max-width: 640px) {
  .faq.show .side-nav,
  .faq.show .faq-content {
    -webkit-transform: translateX(-100%);
    -webkit-transition: 200ms linear;
            transition: 200ms linear; } }

@font-face {
  font-family: 'itc-icons';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/fonts/itc-icons.eot");
  src: url("../assets/fonts/itc-icons.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/itc-icons.woff") format("woff"), url("../assets/fonts/itc-icons.ttf") format("truetype"), url("../assets/fonts/itc-icons.svg#itc-icons") format("svg"); }

@media screen and (max-width: 1180px) {
  .news .footer-main {
    position: initial; } }

.news pre {
  white-space: pre-wrap; }

.news strong {
  font-weight: 300; }

.news h2 {
  line-height: 24px;
  margin-top: 0px; }

.news h3 {
  margin-top: 20px;
  color: #0088ff; }

.news p {
  font-size: 15px;
  font-weight: 300; }

.news li {
  list-style: inside; }

.news ol li {
  list-style-type: decimal; }

.news a.block {
  line-height: 24px; }

.news span.more-left::before {
  margin-right: 6px;
  top: 9px; }

.news span.more-left {
  margin-left: 2px; }

.news .content {
  padding-top: 0;
  padding-bottom: 30px;
  border-top: none; }
  @media screen and (max-width: 640px) {
    .news .content {
      padding-bottom: 15px; } }
  .news .content.first {
    padding-top: 30px; }
    @media screen and (max-width: 640px) {
      .news .content.first {
        padding-top: 15px; } }
  @media screen and (max-width: 640px) {
    .news .content {
      padding-left: 13px; } }
  .news .content:first-child {
    padding-top: 30px; }
    @media screen and (max-width: 640px) {
      .news .content:first-child {
        padding-top: 15px; } }
  .news .content.last {
    border: none;
    padding-bottom: 90px; }
    @media screen and (max-width: 640px) {
      .news .content.last {
        margin-bottom: 0px;
        padding-bottom: 70px; } }
    .news .content.last .news-item:last-child {
      border-bottom: none; }
  .news .content .news-item:last-child {
    border-bottom: 1px solid #ebebeb; }
    .news .content .news-item:last-child .text {
      padding-bottom: 30px; }
      @media screen and (max-width: 640px) {
        .news .content .news-item:last-child .text {
          padding-bottom: 15px; } }

.news .date {
  margin: 2px 0;
  line-height: 16px;
  color: #999;
  font-weight: 300; }
  @media screen and (max-width: 640px) {
    .news .date {
      font-weight: normal; } }

.news .news-item {
  margin-top: 30px; }
  @media screen and (max-width: 640px) {
    .news .news-item {
      margin-top: 25px; } }
  .news .news-item .text {
    max-width: 766px; }
  .news .news-item .news-item-title {
    font-size: 15px;
    line-height: 18px; }
    @media screen and (max-width: 640px) {
      .news .news-item .news-item-title {
        font-size: 17px;
        line-height: 17px; } }
  .news .news-item .news-copy {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    color: #4c4c4c; }
    @media screen and (max-width: 640px) {
      .news .news-item .news-copy {
        font-size: 15px;
        font-weight: normal;
        line-height: 19px;
        color: #5f5f5f; } }
    .news .news-item .news-copy hr {
      visibility: hidden; }

.news .single-item {
  font-size: 15px;
  line-height: 18px;
  list-style: inside; }
  .news .single-item strong {
    font-weight: 500; }
  .news .single-item h3 {
    font-size: 21px;
    line-height: 21px;
    margin-top: 0px;
    color: #4c4c4c; }
  .news .single-item p {
    font-size: 15px;
    line-height: 20px; }
    .news .single-item p::first-child {
      margin-top: 20px; }
  .news .single-item div.news-body {
    padding-bottom: 30px;
    max-width: 745px; }
    .news .single-item div.news-body p {
      line-height: 21px; }
    .news .single-item div.news-body table {
      margin-top: 1em;
      margin-bottom: 2em;
      margin-left: -.5em;
      display: table;
      width: 100%;
      font-size: 13px;
      line-height: 1.275rem;
      text-align: left;
      border-collapse: collapse;
      table-layout: fixed;
      page-break-inside: avoid; }
      .news .single-item div.news-body table thead > tr {
        display: table-row;
        background: #97a6b2;
        border-spacing: 1px 1px; }
      .news .single-item div.news-body table th {
        padding: .25em .6em .3em .5em;
        font-weight: 700;
        color: #fff; }
    .news .single-item div.news-body table > tbody {
      border-top: 1px solid #e4e4e4; }
      .news .single-item div.news-body table > tbody > tr {
        display: table-row;
        border-bottom: 1px solid #e4e4e4; }
        .news .single-item div.news-body table > tbody > tr > td {
          padding: .65em .6em .6em .5em; }
  .news .single-item a.back {
    padding-top: 20px;
    border-top: 1px solid #ebebeb; }
  .news .single-item.content {
    border-top: none;
    margin-bottom: 45px; }
  .news .single-item ul {
    margin-left: 1.5em;
    margin-bottom: 1em;
    margin-top: .3em;
    list-style-position: outside; }
  .news .single-item ol {
    margin-left: 1.65em;
    margin-bottom: 1em;
    margin-top: .3em;
    list-style-position: outside; }
  .news .single-item li {
    padding-left: .25em;
    list-style-position: outside; }
  .news .single-item .date {
    margin-top: 9px;
    margin-bottom: 20px;
    font-weight: 400; }

.specs div.content.no-border.first.ng-scope:last-of-type > div.row.grid2col:last-of-type {
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .specs div.content.no-border.first.ng-scope:last-of-type > div.row.grid2col:last-of-type {
      margin-bottom: 10px; } }

.specs div#specs.container.specs.ng-scope section.specs div.content.no-border.first.ng-scope div.row.grid2col div.column div.ng-scope p.ng-binding p, .specs div#specs.container.specs.ng-scope section.specs div.content.no-border.first.ng-scope div.row.grid2col div.column div.ng-scope p.ng-binding {
  margin-top: 0px; }

.specs .section-header h2 {
  margin-bottom: 10px; }
  @media screen and (max-width: 640px) {
    .specs .section-header h2 {
      margin-bottom: 0; } }

.specs .section-header p {
  margin-bottom: 35px; }
  @media screen and (max-width: 640px) {
    .specs .section-header p {
      margin-top: 0;
      margin-bottom: 20px; } }

@media screen and (max-width: 640px) {
  .specs .content {
    padding: 10px 13px 10px 13px; } }

.specs .content h4 {
  margin-top: 30px; }

.specs .content.first {
  padding-bottom: 0px; }

.specs .content p {
  font-size: 13px; }
  @media screen and (max-width: 640px) {
    .specs .content p {
      font-size: 15px; } }

.specs .content .grid2col {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb; }
  @media screen and (max-width: 640px) {
    .specs .content .grid2col {
      padding-bottom: 20px; } }

.specs .content:last-of-type {
  padding-bottom: 45px; }
  .specs .content:last-of-type .grid2col {
    border: none; }

.specs .content .guide-title {
  font-size: 15px;
  line-height: 17px;
  font-weight: 300; }
  @media screen and (max-width: 640px) {
    .specs .content .guide-title {
      font-size: 17px; } }

.specs .section-header p {
  font-size: 15px; }

.specs .column {
  margin-right: 10%;
  width: 40%; }
  @media screen and (max-width: 640px) {
    .specs .column {
      width: 100%; } }
  .specs .column div {
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .specs .column div {
        margin-bottom: 20px; } }
  .specs .column div p {
    margin-top: 0px; }

.videos-page {
  padding: 25px 13px 10px 13px; }
  @media screen and (max-width: 640px) {
    .videos-page {
      padding-top: 10px; } }
  .videos-page .grid2col .column {
    margin-right: 0; }
  .videos-page .grid2col p {
    margin-top: 0px; }
  .videos-page .video-container {
    position: relative;
    height: 100%;
    width: 50%;
    margin-bottom: 40px;
    padding: 10px 0px 10px 0;
    min-height: 90px; }
    @media screen and (max-width: 640px) {
      .videos-page .video-container {
        display: block;
        width: 100%;
        margin-bottom: 0;
        padding-right: 0;
        padding-top: 10px; } }
    @media screen and (max-width: 365px) {
      .videos-page .video-container {
        padding-top: 20px; } }
    .videos-page .video-container a.video-trigger {
      display: inline-block;
      float: left;
      z-index: 1;
      vertical-align: top;
      margin-right: 10px; }
      @media screen and (max-width: 960px) {
        .videos-page .video-container a.video-trigger {
          float: none;
          min-height: 70px; } }
      @media screen and (max-width: 640px) {
        .videos-page .video-container a.video-trigger {
          margin-right: 5px;
          margin-right: 13px; } }
    .videos-page .video-container .video-copy-container {
      display: inline-block;
      width: 55%;
      height: 90px;
      z-index: 100;
      vertical-align: top; }
      @media screen and (max-width: 960px) {
        .videos-page .video-container .video-copy-container {
          height: 90px;
          margin-right: 0;
          width: 52%; } }
      @media screen and (max-width: 640px) {
        .videos-page .video-container .video-copy-container {
          height: 70px;
          width: 66%; } }
      @media screen and (max-width: 365px) {
        .videos-page .video-container .video-copy-container {
          width: 61%; } }
      .videos-page .video-container .video-copy-container .video-copy {
        position: relative;
        font-size: 15px;
        line-height: 17px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .videos-page .video-container .video-copy-container .video-copy .video-title {
          font-size: 15px;
          line-height: 19px;
          padding-bottom: 10px; }
          @media screen and (max-width: 640px) {
            .videos-page .video-container .video-copy-container .video-copy .video-title {
              font-size: 17px;
              line-height: 15px; } }
      .videos-page .video-container .video-copy-container .video-description {
        font-size: 13px;
        line-height: 16px; }
        @media screen and (max-width: 640px) {
          .videos-page .video-container .video-copy-container .video-description {
            font-size: 15px;
            line-height: 15px; } }

.landing .getting-started {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  margin-bottom: 0;
  padding-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .landing .getting-started {
      padding-bottom: 15px; } }
  .landing .getting-started .header {
    -webkit-transition: .35s ease;
    cursor: pointer;
    font-size: 21px;
    font-weight: 300;
    line-height: 21px;
    -webkit-transition: .35s ease;
            transition: .35s ease; }
    @media screen and (max-width: 640px) {
      .landing .getting-started .header {
        float: none;
        height: 100%; } }
    .landing .getting-started .header .rightSide {
      display: inline-block;
      padding-left: 10px;
      width: 90%; }
      @media screen and (max-width: 640px) {
        .landing .getting-started .header .rightSide {
          padding-left: 2%; } }
    .landing .getting-started .header > * {
      float: left; }
    .landing .getting-started .header .summary {
      margin-left: 30px; }
    .landing .getting-started .header p {
      font-size: 15px;
      line-height: 17px;
      margin-top: 11px;
      display: block;
      clear: left; }
      @media screen and (max-width: 640px) {
        .landing .getting-started .header p {
          display: inline;
          float: none;
          margin-bottom: 6px;
          margin-left: 0; } }
    .landing .getting-started .header a {
      font-weight: 300;
      color: #0088ff; }
      @media screen and (max-width: 640px) {
        .landing .getting-started .header a {
          font-weight: normal; } }
    @media screen and (max-width: 640px) {
      .landing .getting-started .header span .header {
        display: inline-block;
        margin: 0 10px 0 0; } }
    .landing .getting-started .header .icon {
      -webkit-transition: .35s ease;
      transition: .35s ease;
      margin-left: 5px;
      display: inline-block; }
      @media screen and (max-width: 640px) {
        .landing .getting-started .header .icon {
          margin-left: 3%; } }
  .landing .getting-started ol {
    -webkit-transition: .25s ease;
    transition: .25s ease;
    height: 120px;
    padding-left: 20px; }
    @media screen and (max-width: 640px) {
      .landing .getting-started ol {
        height: 140px; } }
    .landing .getting-started ol.hidden {
      -webkit-transition: .35s ease;
      transition: .35s ease;
      height: 0px; }
    .landing .getting-started ol div.column {
      margin-top: 15px;
      font-size: 15px; }
      @media screen and (max-width: 640px) {
        .landing .getting-started ol div.column {
          margin-top: 0;
          padding-top: 11px; } }
      .landing .getting-started ol div.column li {
        color: #0088ff; }
      .landing .getting-started ol div.column:first-child {
        clear: left; }
      .landing .getting-started ol div.column:last-child {
        padding-left: 5%; }
        @media screen and (max-width: 640px) {
          .landing .getting-started ol div.column:last-child {
            padding-left: 0; } }
    .landing .getting-started ol li {
      line-height: 17px;
      margin-bottom: 11px; }
    .landing .getting-started ol .last {
      list-style: none;
      margin-left: -27px; }
      @media screen and (max-width: 640px) {
        .landing .getting-started ol .last {
          margin-left: -22px; } }
  .landing .getting-started .hidden .column {
    -webkit-transition: .35s ease;
    transition: .35s ease;
    padding-top: 0;
    margin-left: -5px;
    display: none;
    opacity: 0; }
  .landing .getting-started .column {
    -webkit-transition: .35s;
    transition: .35s;
    margin-left: -5px;
    opacity: 1; }
  .landing .getting-started span.more::before {
    top: 12px; }
  @media screen and (max-width: 640px) {
    .landing .getting-started.content {
      padding-top: 10px;
      padding-left: 0; }
    .landing .getting-started .column:last-child {
      padding-top: 0; }
      .landing .getting-started .column:last-child li:last-child {
        margin-bottom: 0; } }

.landing .content a.small-font {
  width: 100px; }

.landing h2 {
  line-height: 24px;
  font-size: 21px;
  margin-top: 0px; }

.landing .content-links {
  display: block;
  margin: 15px 0;
  font-size: 15px;
  line-height: 19px; }
  .landing .content-links .small-font {
    font-weight: 400;
    font-size: 13px;
    width: 150px; }

.landing .content-feed {
  padding-bottom: 30px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ebebeb; }
  @media screen and (max-width: 640px) {
    .landing .content-feed {
      padding: 0;
      border-bottom: none;
      padding-bottom: 0;
      border: none; }
      .landing .content-feed .column {
        padding: 20px 13px 20px 13px;
        border-bottom: 1px solid #ebebeb; } }
  .landing .content-feed .content-links a {
    font-size: 15px; }

.landing .content .resources-column {
  padding-right: 48px; }
  .landing .content .resources-column h3 {
    margin-top: 20px;
    width: 102%;
    font-size: 17px;
    line-height: 20px; }
    @media screen and (max-width: 640px) {
      .landing .content .resources-column h3 {
        margin-top: 30px; } }
  .landing .content .resources-column p {
    margin: 20px 0 20px;
    font-size: 13px;
    line-height: 16px;
    color: #5f5f5f; }
    @media screen and (max-width: 640px) {
      .landing .content .resources-column p {
        font-size: 15px;
        line-height: 17px;
        margin: 5px 0; } }

.landing .video-container {
  position: relative;
  float: left;
  height: 100%;
  margin-top: 20px; }
  @media screen and (max-width: 640px) {
    .landing .video-container {
      display: block;
      margin-bottom: 0;
      margin-top: 0;
      padding-bottom: 10px;
      padding-right: 0;
      padding-top: 30px; } }
  @media screen and (max-width: 365px) {
    .landing .video-container {
      padding-top: 20px; } }
  .landing .video-container a.video-trigger {
    display: inline-block;
    float: left;
    z-index: 1;
    vertical-align: top;
    margin-right: 10px; }
    @media screen and (max-width: 960px) {
      .landing .video-container a.video-trigger {
        float: none;
        min-height: 70px; } }
    @media screen and (max-width: 640px) {
      .landing .video-container a.video-trigger {
        margin-right: 5px;
        margin-right: 13px; } }
  .landing .video-container .video-copy-container {
    display: inline-block;
    width: 60%;
    height: 75px;
    z-index: 100;
    vertical-align: top; }
    @media screen and (max-width: 960px) {
      .landing .video-container .video-copy-container {
        margin-right: 0;
        height: 70px; } }
    @media screen and (max-width: 640px) {
      .landing .video-container .video-copy-container {
        width: 63%; } }
    @media screen and (max-width: 365px) {
      .landing .video-container .video-copy-container {
        width: 57%; } }
    .landing .video-container .video-copy-container .video-copy {
      position: relative;
      font-size: 15px;
      line-height: 17px;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-53%);
              transform: translateY(-53%); }
      @media screen and (max-width: 960px) {
        .landing .video-container .video-copy-container .video-copy {
          margin-top: 0; } }
      .landing .video-container .video-copy-container .video-copy p {
        margin-top: 0; }
      .landing .video-container .video-copy-container .video-copy .video-title {
        font-size: 15px;
        line-height: 19px; }
        @media screen and (max-width: 365px) {
          .landing .video-container .video-copy-container .video-copy .video-title {
            font-size: 15px;
            line-height: 15px; } }
    .landing .video-container .video-copy-container .video-description {
      font-size: 15px;
      line-height: 15px; }

.resources {
  padding-bottom: 80px; }
  @media screen and (max-width: 640px) {
    .resources {
      padding: 20px 13px 70px 13px; } }
  .resources a {
    font-size: 13px;
    line-height: 16px;
    width: 115px; }
    @media screen and (max-width: 640px) {
      .resources a {
        font-size: 15px;
        line-height: 17px; } }
  .resources h2 {
    margin-bottom: 0; }
  .resources p {
    margin-bottom: 20px;
    margin-top: 5px; }
  .resources .grid4col
.column {
    padding: 0 20px; }
    .resources .grid4col
.column:first-child {
      padding-left: 0; }
    @media screen and (min-width: 641px) and (max-width: 1000px) {
      .resources .grid4col
.column {
        width: 23%; }
        .resources .grid4col
.column:nth-child(even) {
          padding-right: 0; }
        .resources .grid4col
.column:nth-child(odd) {
          padding-left: 0; }
        .resources .grid4col
.column:nth-child(1), .resources .grid4col
.column:nth-child(2) {
          margin-bottom: 30px; } }
  .resources .grid3col
.column.first {
    padding-left: 0; }
  .resources .grid3col
.column.last {
    padding-right: 0; }
  .resources span.more::before {
    top: 6px; }
  @media screen and (max-width: 640px) {
    .resources p {
      margin: 0;
      min-height: 0; }
    .resources .grid4col .column,
    .resources .grid3col .column {
      padding: 0; } }

.chevron-right {
  fill: #4c4c4c;
  height: 16px;
  left: 10px;
  top: 2px;
  width: 16px; }

.gs-chevron-right {
  fill: #0088ff;
  height: 13px;
  top: 5px;
  width: 13px; }

@media screen and (max-width: 640px) {
  section {
    margin-bottom: 0; } }

.search p {
  font-size: 13px; }

.search h2 {
  font-size: 21px;
  line-height: 24px;
  margin-top: 0px; }

.search h3 {
  margin-top: 25px;
  margin-bottom: 5px;
  color: #0088ff;
  font-size: 15px; }

.search .results {
  margin: 0;
  margin-top: -50px; }
  @media screen and (max-width: 640px) {
    .search .results {
      margin: 0; } }
  @media screen and (max-width: 960px) {
    .search .results {
      margin: 0; } }
  .search .results .content {
    padding: 0 0 0 30px; }
    @media screen and (max-width: 640px) {
      .search .results .content {
        padding-left: 13px; } }
    .search .results .content p {
      font-size: 13px !important;
      margin-top: 0px; }
    .search .results .content h2 {
      border-bottom: 1px solid #ebebeb;
      margin-top: 20px;
      padding-bottom: 20px; }
      @media screen and (max-width: 640px) {
        .search .results .content h2 {
          padding-bottom: 0; } }

.search .counts-section {
  margin-bottom: 20px; }
  .search .counts-section .counts {
    margin-top: 10px;
    padding: 0 30px 0 30px; }
    @media screen and (max-width: 640px) {
      .search .counts-section .counts {
        padding: 0 13px 0 13px; } }
    .search .counts-section .counts a {
      font-size: 13px;
      line-height: 16px;
      margin: 0 5% 0 0; }
      @media screen and (max-width: 640px) {
        .search .counts-section .counts a {
          margin: 0; } }
    .search .counts-section .counts .jellybean {
      width: auto;
      padding: 4px 10px 4px 10px;
      border-radius: 4px;
      border: 1px solid transparent;
      color: #4c4c4c;
      font-weight: 400;
      cursor: pointer; }
      @media screen and (max-width: 640px) {
        .search .counts-section .counts .jellybean {
          padding: 4px 5px 4px 5px; } }
      .search .counts-section .counts .jellybean:hover {
        background-color: #e5f2fe;
        border: 1px solid #e5f2fe;
        text-decoration: none;
        color: #0088ff; }
      .search .counts-section .counts .jellybean .selected {
        background-color: #e5f2fe;
        border: 1px solid #e5f2fe;
        text-decoration: none;
        color: #0088ff; }

.search .results-content {
  padding-bottom: 20px; }
  .search .results-content .content {
    border-bottom: 1px solid #ebebeb; }
  .search .results-content section:first-child .content {
    border-top: none; }
  .search .results-content ul, .search .results-content ol {
    list-style-position: inside; }

.search .videos h3 {
  margin-top: 0; }

.search .videos .video-container {
  margin-top: 40px; }
  .search .videos .video-container a.video-trigger {
    float: left;
    margin-right: 10px;
    z-index: 100;
    width: 135px;
    display: inline-block; }
    @media screen and (max-width: 640px) {
      .search .videos .video-container a.video-trigger {
        float: none;
        width: 100px; } }
  .search .videos .video-container .video-copy-container {
    display: inline-block;
    width: 55%;
    height: 90px;
    z-index: 100;
    vertical-align: top; }
    @media screen and (max-width: 960px) {
      .search .videos .video-container .video-copy-container {
        height: 90px;
        margin-right: 0;
        width: 52%; } }
    @media screen and (max-width: 640px) {
      .search .videos .video-container .video-copy-container {
        height: 70px;
        width: 66%; } }
    @media screen and (max-width: 365px) {
      .search .videos .video-container .video-copy-container {
        width: 61%; } }
    .search .videos .video-container .video-copy-container .video-copy {
      position: relative;
      font-size: 15px;
      line-height: 17px;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .search .videos .video-container .video-copy-container .video-copy .video-title {
        font-size: 15px;
        line-height: 19px;
        padding-bottom: 10px; }
        @media screen and (max-width: 365px) {
          .search .videos .video-container .video-copy-container .video-copy .video-title {
            line-height: 15px; } }
    .search .videos .video-container .video-copy-container .video-description {
      font-size: 13px;
      line-height: 16px; }
      @media screen and (max-width: 640px) {
        .search .videos .video-container .video-copy-container .video-description {
          font-size: 15px;
          line-height: 15px; } }
  .search .videos .video-container p {
    margin-top: 0; }

.search h3.guides-repeat-titles.ng-binding {
  font-size: 15px; }

.search .guides-repeat-item-title.ng-binding {
  margin-top: 8px;
  color: #4c4c4c; }

.search a.guides-repeat-link {
  text-decoration: none;
  font-size: 13px; }

.search a.guides-repeat-link :hover {
  color: #0088ff; }

.search .bullet-color {
  color: #4c4c4c; }

.search .guides-align, .search x:-moz-any-link, .search x:default {
  left: 14px;
  position: relative; }

#select {
  min-height: 564px;
  height: 100%;
  margin: 0 auto -82px; }
  #select h2.select-type {
    text-align: center; }
  #select ul.container {
    display: table;
    width: 100%;
    margin: 200px auto 30px;
    padding: 0;
    list-style: none;
    text-align: center; }
    @media screen and (max-width: 640px) {
      #select ul.container {
        display: block;
        margin: 20px 0 20px; } }
    @media screen and (max-height: 600px) and (max-width: 800px) {
      #select ul.container {
        margin-top: 20px; } }
  #select li.content-type {
    display: table-cell;
    text-align: center; }
    @media screen and (max-width: 640px) {
      #select li.content-type {
        display: inline-block;
        margin: 0 20px 0px; } }
    #select li.content-type a {
      text-decoration: none; }
    #select li.content-type img {
      margin: 0 auto;
      height: 100px;
      width: 100px; }
    #select li.content-type p {
      color: #4c4c4c;
      text-align: center; }
  #select .push {
    height: 82px; }

.select-footer {
  height: 82px; }

.modal-content {
  margin-top: 300px; }
  .modal-content .scroll-content {
    overflow-y: scroll;
    height: 300px;
    margin: 0 20px 20px 20px;
    padding: 20px;
    border: 1px solid #ebebeb; }
    .modal-content .scroll-content ol {
      list-style-position: inside; }
      .modal-content .scroll-content ol li {
        margin-top: 10px; }

.tools {
  font-size: 15px; }
  .tools .column {
    padding-bottom: 60px; }
    .tools .column:last-child {
      padding-bottom: 0; }
    .tools .column p, .tools .column div {
      font-size: 13px;
      font-weight: 300; }
      @media screen and (max-width: 640px) {
        .tools .column p, .tools .column div {
          font-size: 15px;
          font-weight: normal;
          color: #5f5f5f; } }
    .tools .column div {
      padding-top: 10px; }
      .tools .column div a {
        font-size: 13px; }
    .tools .column:nth-child(2n) {
      margin-right: 0px; }
    .tools .column a {
      font-size: 15px;
      line-height: 17px; }
      @media screen and (max-width: 640px) {
        .tools .column a {
          font-size: 17px; } }
  .tools .row {
    padding-bottom: 80px; }
    .tools .row:first-child {
      padding-bottom: 0; }
    .tools .row:last-child {
      padding-bottom: 0; }
    .tools .row p {
      padding-bottom: 60px; }
      @media screen and (max-width: 640px) {
        .tools .row p {
          padding-bottom: 40px; } }
      .tools .row p:first-child {
        padding-bottom: 60px; }
        @media screen and (max-width: 640px) {
          .tools .row p:first-child {
            padding-bottom: 30px; } }
  .tools p {
    margin-top: 0px; }
  .tools .intro {
    color: #888888; }

#digitalsupplier .services-hidden {
  display: none; }

#digitalsupplier h3 {
  font-size: 15px;
  line-height: 24px; }
  @media screen and (max-width: 640px) {
    #digitalsupplier h3 {
      font-size: 15px;
      line-height: 19px; } }

#digitalsupplier a#apps-link {
  display: none; }

#digitalsupplier .services-chevron {
  left: 5px;
  top: 1px; }

#digitalsupplier .site-dropdown {
  z-index: 101; }

#digitalsupplier .services-wrapper {
  list-style-type: none;
  text-align: center;
  padding: 0; }

#digitalsupplier .services-item {
  display: inline-block;
  width: 100px;
  padding: 10px 20px;
  font-size: 15px;
  vertical-align: baseline;
  color: #4c4c4c; }

#digitalsupplier .services-item-row {
  text-align: left;
  width: 140px; }

#digitalsupplier span.ag-header-icon {
  position: absolute;
  margin: auto;
  height: 25px;
  width: 30px;
  top: 0;
  bottom: 0;
  right: -30%;
  fill: #4c4c4c; }

#digitalsupplier .ag-header-container {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ebebeb;
  font-weight: 500;
  padding-bottom: 0; }
  @media screen and (max-width: 1180px) {
    #digitalsupplier .ag-header-container {
      width: 100%; } }

@media screen and (max-width: 1180px) {
  #digitalsupplier .ag-body-container {
    width: 100%; } }

#digitalsupplier .ag-row {
  border-bottom: 1px solid #ebebeb;
  width: auto !important;
  height: auto !important; }
  @media screen and (max-width: 640px) {
    #digitalsupplier .ag-row {
      height: 100px !important; } }
  #digitalsupplier .ag-row .services-item {
    font-weight: 500; }
  #digitalsupplier .ag-row .services-item-row {
    font-size: 13px;
    font-weight: 300; }

#digitalsupplier .ag-header-cell-label {
  width: auto;
  position: relative; }

#digitalsupplier .ag-header-container {
  height: auto !important;
  z-index: -1; }

#digitalsupplier .ag-cell, #digitalsupplier .ag-header-cell, #digitalsupplier .ag-header-cell-not-grouped {
  display: inline-block;
  width: 100px;
  padding: 10px 8px;
  font-size: 13px;
  vertical-align: baseline;
  color: #4c4c4c; }
  @media screen and (max-width: 640px) {
    #digitalsupplier .ag-cell, #digitalsupplier .ag-header-cell, #digitalsupplier .ag-header-cell-not-grouped {
      white-space: normal;
      z-index: 0; } }

@media screen and (max-width: 640px) {
  #digitalsupplier .ag-header-cell.ag-header-cell-not-grouped:first-child {
    position: absolute;
    left: 0;
    border-right: 1px solid #ebebeb;
    padding: 45px 0 75px 0 !important;
    background-color: #f9f9f9;
    z-index: 1; } }

@media screen and (max-width: 640px) {
  #digitalsupplier .ag-header-cell-not-grouped {
    position: relative; } }

#digitalsupplier .ag-cell {
  font-weight: 500;
  vertical-align: -webkit-baseline-middle; }
  @media screen and (max-width: 640px) {
    #digitalsupplier .ag-cell {
      position: relative;
      z-index: 0; } }

#digitalsupplier .ag-cell.cell-col-0 {
  font-size: 15px;
  text-align: left;
  font-weight: 300;
  padding-right: 0; }
  @media screen and (max-width: 640px) {
    #digitalsupplier .ag-cell.cell-col-0 {
      font-size: .9em;
      border-right: 1px solid #ebebeb;
      text-align: left;
      left: 0;
      position: absolute;
      padding-right: 5px;
      height: 101px;
      background-color: #f9f9f9;
      border-top: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb;
      margin-top: -1px;
      z-index: 1; } }

#digitalsupplier .ag-header-cell-label, #digitalsupplier .header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#digitalsupplier .ag-header-cell-label:hover {
  cursor: pointer; }

#digitalsupplier .ag-header-cell-text {
  color: #999;
  z-index: 0; }

#digitalsupplier .check {
  width: 16px;
  vertical-align: middle; }

#digitalsupplier .third-party {
  width: 40px;
  margin: 0 auto;
  line-height: 12px;
  padding-top: -5px;
  font-size: 15px; }

@media screen and (max-width: 640px) {
  #digitalsupplier .page-title {
    width: 200px; } }

#digitalsupplier .services-filter {
  list-style-type: none;
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding-top: 15px;
  margin-top: 30px;
  border-top: 1px solid #ebebeb;
  min-width: 1080px; }
  @media screen and (max-width: 1060px) {
    #digitalsupplier .services-filter {
      min-width: 100%;
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3; } }
  @media screen and (max-width: 800px) {
    #digitalsupplier .services-filter {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  @media screen and (max-width: 640px) {
    #digitalsupplier .services-filter {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1;
      min-width: initial;
      border-top: 0;
      padding: 11px 30px;
      position: fixed;
      top: 15px;
      left: 0;
      height: 100%;
      width: 100%;
      overflow: scroll;
      background-color: white;
      z-index: 105;
      font-size: 1.3em; } }

#digitalsupplier span.header.services-header.services-filter-button {
  color: #0088ff; }

#digitalsupplier .checkbox input {
  -webkit-appearance: checkbox;
  height: 16px;
  width: 16px; }

#digitalsupplier .checkbox input[type=checkbox]:not(old) {
  margin: 0px 0px 0px 4px;
  padding: 0;
  font-size: 15px;
  opacity: 0; }

#digitalsupplier .checkbox input[type=checkbox]:not(old) + label {
  display: inline-block;
  margin-left: -2em;
  line-height: 1.5em; }

#digitalsupplier .checkbox input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 3px 9px 3px 5px;
  border: 1px solid silver;
  border-radius: 2px;
  background: #e0e0e0;
  background-color: white;
  vertical-align: bottom; }

#digitalsupplier .checkbox input[type=checkbox]:not(old):checked + label > span {
  background-color: #e1edf9; }

#digitalsupplier .checkbox input[type=checkbox]:not(old):checked + label > span:before {
  content: url("../assets/images/check_menu_small.png");
  display: block;
  width: 1em;
  color: black;
  font-size: 14px;
  line-height: 0.9em;
  text-align: center; }

#digitalsupplier .filter-name {
  font-size: 15px;
  display: inline-block; }

#digitalsupplier .getting-started {
  background-color: white;
  padding-bottom: 20px; }
  #digitalsupplier .getting-started .services-chevron {
    margin-right: 10px; }
  #digitalsupplier .getting-started .services-header > * {
    float: none;
    vertical-align: top;
    padding: 0; }
  @media screen and (max-width: 640px) {
    #digitalsupplier .getting-started {
      padding: 0 13px; }
      #digitalsupplier .getting-started .services-header {
        margin-left: 0; } }

#digitalsupplier .content {
  border-top: 0; }
  #digitalsupplier .content.grid {
    min-width: 1080px; }
    @media screen and (max-width: 640px) {
      #digitalsupplier .content.grid {
        min-width: 100%;
        overflow: auto;
        white-space: nowrap;
        padding: 0; } }
    @media screen and (max-width: 1180px) {
      #digitalsupplier .content.grid {
        min-width: 100%;
        padding: 0; } }

#digitalsupplier .search-header {
  width: 700px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 20px 0; }
  @media screen and (max-width: 640px) {
    #digitalsupplier .search-header {
      width: 100%;
      border-bottom: 1px solid #ebebeb;
      padding: 10px 10px 0; } }

#digitalsupplier .search-copy {
  text-align: center;
  padding: 0 20px 20px; }

#digitalsupplier .services-row {
  border-top: 1px solid #ebebeb;
  padding-top: 35px;
  position: relative; }
  @media screen and (max-width: 640px) {
    #digitalsupplier .services-row {
      border-top: 0;
      padding-top: 10px; } }

@media screen and (max-width: 640px) {
  #digitalsupplier .site-right {
    width: 12px; } }

#digitalsupplier .search-result-count {
  position: absolute;
  top: 7px;
  right: 0;
  padding-right: 30px;
  color: #cfcfcf; }

#digitalsupplier .no-results {
  height: 30px;
  text-align: center; }

#digitalsupplier .hidden-header {
  display: none !important; }

#digitalsupplier .filter-dropdown {
  font-size: 15px;
  position: relative;
  float: right;
  top: -30px;
  padding-left: 40px; }
  @media screen and (max-width: 640px) {
    #digitalsupplier .filter-dropdown {
      padding-left: 15px; } }
  @media screen and (max-width: 640px) {
    #digitalsupplier .filter-dropdown .dropdown-toggle {
      top: 7px; } }

@media screen and (max-width: 640px) {
  #digitalsupplier .mobile-nav {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0; } }

#digitalsupplier a.dropdown-toggle:hover {
  text-decoration: none; }

@media screen and (max-width: 640px) {
  #digitalsupplier .dropdown-toggle {
    right: 13px; } }

#digitalsupplier ul.services-dropdown-menu {
  list-style-type: none;
  left: -45px; }
  @media screen and (max-width: 1180px) {
    #digitalsupplier ul.services-dropdown-menu {
      left: -150px; } }
  @media screen and (max-width: 640px) {
    #digitalsupplier ul.services-dropdown-menu {
      position: fixed;
      top: 45px;
      left: 0;
      height: 100%;
      width: 100%;
      overflow: scroll; } }

#digitalsupplier .services-dropdown-menu > li > a {
  padding: 15px 20px 15px 50px;
  width: 250px; }
  @media screen and (max-width: 640px) {
    #digitalsupplier .services-dropdown-menu > li > a {
      width: 100%;
      border-bottom: 1px solid #ebebeb;
      font-size: 1.2em; } }

@media screen and (max-width: 640px) {
  #digitalsupplier .dropdown-wrapper {
    padding-left: 0;
    width: 70%;
    float: right; } }

#digitalsupplier .header-nav-location {
  padding: 11px 30px;
  font-size: 15px;
  height: 45px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
  background-color: white; }

#digitalsupplier .itc-header-mobile-location {
  position: absolute; }

#digitalsupplier .location-done {
  position: absolute;
  right: 20px;
  color: #0088ff; }

#digitalsupplier .nav-main {
  z-index: 1; }

#digitalsupplier .search-section h3 {
  border: none; }

#digitalsupplier .countries-list {
  font-size: 13px;
  color: #aaa;
  font-weight: 400; }

#digitalsupplier .website-link {
  color: black;
  text-decoration: none; }

#digitalsupplier .location-item-checkmark-active {
  background-size: 13.5px 12px;
  background-position: 9% 50%;
  background-image: url(../assets/images/check_menu.png);
  background-repeat: no-repeat; }
  @media screen and (max-width: 640px) {
    #digitalsupplier .location-item-checkmark-active {
      background-position: 7% 50%; } }

@media screen and (max-width: 1180px) {
  #digitalsupplier .footer-main {
    position: initial; } }
