html {
  box-sizing: border-box; }

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

@font-face {
  font-family: "itc-icons";
  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");
  font-weight: normal;
  font-style: normal; }

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

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

html {
  /*font-size: 95%;*/
  line-height: 1.5; }

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

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

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

h2 {
  margin-top: 10px; }

h3 {
  margin-top: 10px;
  font-size: 1.2em; }

p {
  font-size: 15px;
  margin-top: 10px;
  overflow-wrap: break-word; }

p strong {
  font-weight: 400; }

button {
  outline: none; }

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

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

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

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

.content {
  border-top: 1px solid #e5e5e5;
  padding: 30px 30px 80px; }
  @media screen and (max-width: 640px) {
    .content {
      padding: 20px 10px; } }

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

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

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

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

section {
  margin-bottom: 30px; }

input {
  height: 31px;
  line-height: 20px;
  margin: 7px 0 5px;
  padding: 2px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  outline: none;
  background-color: #fff;
  font-family: "Helvetica Neue",Helvetica,sans-serif;
  font-size: 15px;
  font-weight: 300;
  -webkit-appearance: none;
  border-radius: 0; }
  input::-webkit-input-placeholder {
    color: #aaa;
    text-align: start;
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-weight: 300;
    font-size: 15px; }
    input::-webkit-input-placeholder:before {
      content: "  "; }
  input:-moz-placeholder {
    /* Firefox 18- */
    color: #4c4c4c;
    font-weight: 300;
    font-size: 15px; }
  input::-moz-placeholder {
    /* Firefox 19+ */
    color: #4c4c4c;
    font-weight: 300;
    font-size: 15px; }
  input:-ms-input-placeholder {
    color: #4c4c4c;
    font-weight: 300;
    font-size: 15px; }
  @media screen and (max-width: 640px) {
    input::-webkit-input-placeholder {
      color: #aaa;
      font-size: 12px; }
      input::-webkit-input-placeholder:before {
        content: ""; }
    input:-moz-placeholder {
      /* Firefox 18- */
      color: #4c4c4c;
      font-size: 12px; }
    input::-moz-placeholder {
      /* Firefox 19+ */
      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 {
    content: "";
    display: table;
    clear: both; }
  .row:after {
    content: "";
    display: table;
    clear: both; }

.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, .page-nav .page-overlay h2 {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

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

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

.no-border {
  border: none; }

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

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

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

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

.itc-icon-play {
  top: 16px !important;
  left: 38px !important; }
  .itc-icon-play:before {
    font-size: 58px;
    content: "\e01f"; }
  .itc-icon-play.landing {
    top: 18px !important; }
    .itc-icon-play.landing:before {
      font-size: 40px; }

.itc-icon-play-circle {
  width: 56px;
  height: 56px;
  top: 17px;
  left: 39px;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  line-height: 100px;
  text-align: center;
  background: #000;
  position: absolute;
  opacity: 0.25; }
  .itc-icon-play-circle.landing {
    top: 19px;
    width: 38px;
    height: 38px; }

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

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

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

.search-section {
  margin-bottom: 30px; }
  .search-section form {
    position: relative;
    width: 400px;
    margin: 14px auto 0; }
    @media screen and (max-width: 640px) {
      .search-section form {
        width: 92%; } }
    .search-section form label {
      position: absolute;
      top: 5px;
      left: 30px;
      padding: 0 30px 0 12px; }
      .search-section form label.has-focus {
        left: 0px; }
  .search-section input {
    display: block;
    padding: 0 30px 0 50px;
    width: 420px;
    border-radius: 4px; }
    .search-section input:focus {
      padding-left: 20px; }

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

@-moz-document url-prefix() {
  .search-section input {
    padding-left: 70px; } }
  .search-section h1 {
    font-size: 21px;
    line-height: 21px;
    margin: 30px auto 0;
    width: 300px;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .search-section h1 {
        font-size: 1.2em; } }
  .search-section .search-icon {
    display: inline-block;
    height: 16px;
    width: 16px;
    position: relative;
    color: #aaa;
    font-size: 13px;
    cursor: pointer; }
    .search-section .search-icon:before {
      font-family: "itc-icons";
      content: "\e00c"; }
  @media screen and (max-width: 640px) {
    .search-section form label {
      left: 10px;
      top: 3px; }
      .search-section form label .search-icon:before {
        font-size: 11px; }
    .search-section form input {
      width: 96%;
      padding: 0 0 0 28px; } }

#header {
  line-height: 1 !important;
  padding: 0 30px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  min-width: 640px;
  width: 100%;
  min-height: 42px;
  position: static;
  top: 0;
  left: 0;
  z-index: 8500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  /* align-content: space-between; */ }
  @media screen and (max-width: 640px) {
    #header {
      min-width: 0px; } }
  #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; } }
  #header #logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 640px) {
      #header #logo {
        display: none; } }
    #header #logo a {
      text-indent: -9999px;
      width: 134px;
      height: 15px;
      background: url("../assets/images/itunes_connect.png") top left no-repeat;
      background-size: 134px 30px;
      margin: 15px 10px 15px 0px; }
  #header #site-nav-wrapper {
    position: relative;
    z-index: 8500;
    float: left;
    font-size: 21px;
    line-height: 24px;
    padding-top: 10px; }
    #header #site-nav-wrapper h1 {
      font-size: 15px; }
    @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 {
      position: static;
      height: 0px;
      border: none; }
    #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 {
      position: absolute;
      opacity: 1;
      left: -45px;
      top: 40px;
      font-size: 13px;
      line-height: 16px;
      width: 352px;
      padding: 20px 20px 20px;
      margin-top: 4px;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px rgba(0, 0, 0, 0.05);
      border-radius: 1px;
      z-index: 6000;
      position: absolute;
      background: #fff; }
      #header #site-nav-wrapper #sitenav #main-nav-signed-out:before {
        content: "";
        position: absolute;
        margin-left: -15px;
        left: 80px;
        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;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      #header #site-nav-wrapper #sitenav #main-nav-signed-out a {
        margin: 0; }
    #header #site-nav-wrapper #sitenav #main-nav {
      position: absolute;
      opacity: 1;
      left: -145px;
      top: 40px;
      font-size: 13px;
      line-height: 16px;
      width: 552px;
      padding: 40px 20px 0px;
      margin-top: 4px;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px rgba(0, 0, 0, 0.05);
      border-radius: 1px;
      z-index: 6000;
      position: absolute;
      background: #fff; }
      #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;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      #header #site-nav-wrapper #sitenav #main-nav .signed-out {
        width: 310px; }
      #header #site-nav-wrapper #sitenav #main-nav.itc-dropdown-less-than-four {
        width: 464px; }
      #header #site-nav-wrapper #sitenav #main-nav li {
        display: block;
        float: left;
        text-align: center;
        position: relative;
        padding-bottom: 10px; }
        #header #site-nav-wrapper #sitenav #main-nav li a {
          display: block;
          width: 120px;
          height: 118px;
          text-align: center;
          padding: 0;
          margin: 0 10px 30px 0;
          color: #4c4c4c; }
          #header #site-nav-wrapper #sitenav #main-nav li a img {
            width: 75px;
            height: 75px;
            border-radius: 20px;
            margin-bottom: 5px;
            border: 1px solid #e5e5e5; }
          #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;
      margin-bottom: 10px; }
    #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: 0px 0px 15px rgba(0, 0, 0, 0.14902), 0px 0px 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;
          -ms-transform: rotate(180deg);
          -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: 0px; }
      #header #rightgroup #session-wrapper #session-menu ul#session-nav {
        font-size: 15px;
        line-height: 19px;
        left: auto;
        right: 0;
        top: 28px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14902), 0px 0px 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;
          -ms-transform: rotate(180deg);
          -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: 0px; }
      #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: 13px;
        opacity: 0.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 {
      padding-left: 15px;
      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; }
    #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), 0px 0px 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;
        -ms-transform: rotate(180deg);
        -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; }

.header-main {
  width: 100%;
  z-index: 10000;
  background-color: #fff; }
  .header-main:after {
    content: "";
    display: table;
    clear: both; }
  .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 span {
      margin-top: 13px;
      width: 134px;
      height: 30px;
      background: url("../assets/images/itunes_connect.png") bottom left no-repeat;
      background-size: 134px 30px;
      float: left; }
    @media screen and (max-width: 640px) {
      .header-main .header-nav h1.itc-header {
        display: none; } }
    .header-main .header-nav h1.itc-header-mobile {
      display: none; }
      @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;
      padding-top: 10px; }
    .header-main .header-nav h1 {
      float: left;
      font-weight: 300;
      line-height: 45px;
      color: #000; }
    .header-main .header-nav .resource-heading-link {
      font-size: 21px;
      line-height: 24px;
      font-weight: 300; }
      .header-main .header-nav .resource-heading-link:hover {
        text-decoration: none; }
      @media screen and (max-width: 640px) {
        .header-main .header-nav .resource-heading-link {
          display: none; } }
    .header-main .header-nav .resource-heading-disabled {
      display: none; }
      @media screen and (max-width: 640px) {
        .header-main .header-nav .resource-heading-disabled {
          display: block;
          font-size: 1.2em;
          color: #999; } }
  .header-main .user-login {
    float: right; }
    @media screen and (max-width: 640px) {
      .header-main .user-login {
        display: none; } }
    .header-main .user-login li {
      float: left; }
      .header-main .user-login li .help {
        position: relative;
        top: 8px; }
      .header-main .user-login li.user-info {
        line-height: 20px; }
        .header-main .user-login li.user-info a {
          cursor: pointer; }
          .header-main .user-login li.user-info a:hover {
            text-decoration: none; }
        .header-main .user-login li.user-info .more::before {
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg); }
  .header-main section {
    border-bottom: 1px solid #e5e5e5; }
    .header-main section:after {
      content: "";
      display: table;
      clear: both; }
  @media screen and (max-width: 640px) {
    .header-main h1,
    .header-main h2 {
      font-size: 1em;
      font-weight: 400; } }

.nav-main {
  position: relative;
  padding: 2px 0px 1px 0px;
  background: #fcfcfc;
  border-bottom: 1px solid #e5e5e5;
  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; } }
  .nav-main a {
    font-weight: 300; }
  .nav-main ul {
    list-style-type: none;
    padding: 0;
    text-align: center; }
    .nav-main ul:after {
      content: "";
      display: table;
      clear: both; }
  .nav-main li {
    display: inline-block;
    color: white;
    margin-right: 40px; }
    .nav-main li a {
      display: block;
      text-decoration: none;
      font-weight: 300;
      line-height: 40px;
      color: #4c4c4c; }
    @media screen and (max-width: 640px) {
      .nav-main li {
        margin-right: 6px; } }
  @media screen and (max-width: 640px) {
    .nav-main .page-title {
      text-align: center;
      font-size: 1.6em;
      font-weight: 300;
      line-height: 20px; }
      .nav-main .page-title.hide {
        display: none; } }
  .nav-main .nav-search {
    position: relative;
    float: right;
    height: 0;
    bottom: 40px;
    right: 4px;
    margin-right: 6px; }
    .nav-main .nav-search .search-container {
      position: relative;
      top: -4px; }
      @media screen and (max-width: 640px) {
        .nav-main .nav-search .search-container {
          top: 0; } }
    .nav-main .nav-search.hide-search {
      display: none; }
    .nav-main .nav-search .search-box {
      -webkit-transition: width 0.2s, border-radius 0.2s, background 0.2s, box-shadow 0.2s;
              transition: width 0.2s, border-radius 0.2s, background 0.2s, box-shadow 0.2s;
      width: 30px;
      height: 30px;
      border: 1px solid #e5e5e5;
      border-radius: 4px;
      border: none;
      cursor: pointer;
      background-color: transparent; }
      .nav-main .nav-search .search-box + label .search-icon {
        color: #4c4c4c; }
      .nav-main .nav-search .search-box:focus {
        -webkit-transition: width 0.2s linear, border-radius 0.2s, background 0.2s;
                transition: width 0.2s linear, border-radius 0.2s, background 0.2s;
        border: none;
        outline: none;
        padding-left: 33px;
        cursor: text;
        width: 270px;
        background: #fff;
        color: #4c4c4c;
        border: 1px solid #e5e5e5; }
        .nav-main .nav-search .search-box:focus + label {
          left: 38px; }
          .nav-main .nav-search .search-box:focus + label .search-icon {
            color: #aaa; }
    .nav-main .nav-search #search-submit {
      position: relative;
      right: -5000px;
      display: none; }
    .nav-main .nav-search .search-icon {
      display: inline-block;
      height: 16px;
      width: 16px;
      position: relative;
      color: #aaa;
      font-size: 13px;
      left: -6px;
      color: white;
      cursor: pointer; }
      .nav-main .nav-search .search-icon:before {
        font-family: "itc-icons";
        content: "\e00c"; }
    .nav-main .nav-search label {
      position: relative;
      float: left;
      clear: both;
      top: 12px;
      left: 28px; }

.page-nav {
  height: 40px; }
  .page-nav .page-overlay {
    display: none; }
  .page-nav .page-menu {
    color: #4c4c4c; }
    #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 {
      color: #4c4c4c;
      border-bottom: 1px solid #4c4c4c;
      font-weight: 400; }
      #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: #0088ff;
        border-bottom: 1px solid #0088ff; }
      @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: transparent; } }
    .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; } }
  @media screen and (max-width: 640px) {
    .page-nav {
      background-color: #f9f9f9; }
      .page-nav.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        opacity: .80; }
      .page-nav .page-overlay {
        display: block;
        height: 41px;
        border-bottom: 1px solid #e5e5e5; }
        .page-nav .page-overlay div {
          float: left; }
        .page-nav .page-overlay h2 {
          position: relative;
          top: 10px;
          margin: 0 auto;
          width: 100px; }
      .page-nav .page-menu {
        position: absolute;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        height: 54px;
        -webkit-transition: .5s;
                transition: .5s;
        overflow: hidden;
        background-color: #f9f9f9;
        opacity: .99;
        border-bottom: 1px solid #e5e5e5;
        white-space: nowrap; }
        .page-nav .page-menu.hidden {
          height: 0px; }
        .page-nav .page-menu li {
          font-size: 15px;
          margin-right: 3%;
          padding: 0; } }
      @media screen and (max-width: 640px) and (max-width: 640px) {
        .page-nav .page-menu li {
          margin-top: 8px; } }
  @media screen and (max-width: 640px) {
      .page-nav .sticky {
        position: fixed;
        left: 0;
        width: 100%; } }

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

.site-dropdown {
  position: absolute;
  top: 57px;
  z-index: 850;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300; }
  .site-dropdown .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: 10px; }
  .site-dropdown .dropdown-toggle {
    position: relative;
    padding-right: 15px;
    display: inline-block; }
  .site-dropdown .dropdown-menu {
    top: 30px;
    left: -15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px rgba(0, 0, 0, 0.05);
    border-radius: 1px;
    padding: 14px 0; }
    .site-dropdown .dropdown-menu li {
      width: 150px;
      margin: 0;
      padding: 0;
      line-height: 30px; }
      .site-dropdown .dropdown-menu li a {
        color: #4c4c4c; }
        .site-dropdown .dropdown-menu li a:hover {
          display: block;
          width: 100%;
          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;
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  @media screen and (max-width: 640px) {
    .site-dropdown {
      width: 100%;
      top: 0;
      left: 0;
      font-size: 1em; }
      .site-dropdown.open {
        height: 100%; }
        .site-dropdown.open .dropdown-menu {
          height: 100%; }
      .site-dropdown .dropdown-toggle {
        position: relative;
        float: right;
        top: 10px;
        right: 10px;
        font-size: 1em; }
      .site-dropdown .dropdown-menu {
        width: 100%;
        height: 100vh;
        top: 46px;
        border: none; }
        .site-dropdown .dropdown-menu > li {
          float: none;
          width: 100%; }
          .site-dropdown .dropdown-menu > li a {
            margin-left: 20px;
            border-bottom: 1px solid #e5e5e5; }
        .site-dropdown .dropdown-menu:before {
          content: none;
          position: absolute;
          margin-left: -15px;
          left: 36px;
          width: 32px;
          height: 14px;
          background: none;
          top: 0px;
          -ms-transform: rotate(180deg);
          -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);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.resource-dropdown .dropdown-menu {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 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: 45%;
      text-align: center; }
      .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 {
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 10px;
  height: 100%;
  width: 24px;
  z-index: 10;
  border: none; }

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

.burger:before,
.burger:after {
  position: absolute;
  top: 28px;
  left: 18px;
  width: 18px;
  height: 2px;
  background: #333;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s, top 0.3s; }

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

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

.open .burger {
  background: transparent; }

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

.open .burger:after {
  top: 0;
  -webkit-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 {
  top: 2px;
  left: 4px;
  height: 12px;
  width: 12px;
  fill: #0088ff; }

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

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

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

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

span.ng-binding.ng-scope {
  font-size: 13px; }

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

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

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

.dropdown-spike-user {
  position: absolute;
  margin-left: -35px;
  left: 200px;
  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);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.footer-main {
  border-top: 1px solid #e5e5e5;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 11px; }
  .footer-main p {
    text-align: center;
    margin-bottom: 4px; }
  .footer-main .pipped {
    margin-top: 10px;
    text-align: center;
    padding-bottom: 30px; }
    .footer-main .pipped li {
      display: inline;
      padding: 0 10px;
      border-right: 1px solid #e5e5e5; }
    .footer-main .pipped .last {
      border-right: none; }
  .footer-main .language-picker .dropdown-menu {
    left: -20px;
    margin-bottom: 8px;
    width: 140px;
    text-align: left;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px rgba(0, 0, 0, 0.05); }
    .footer-main .language-picker .dropdown-menu li {
      border: none; }
  @media screen and (max-width: 640px) {
    .footer-main {
      position: relative; } }

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }
  .dropdown-menu > li > a {
    display: block;
    padding: 0 20px;
    clear: both; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #f9f9f9; }

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

.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 {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: disabled; }

.open > .dropdown-menu {
  display: block; }

.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 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

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

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

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

.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 0.1s linear;
          transition: all 0.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; }
  .video-container .video-trigger.landing {
    height: 75px;
    width: 113px;
    background-size: 113px 75px; }
  .video-container .video-trigger:hover {
    color: #0088ff; }
  .video-container .video-trigger .play-button {
    position: absolute;
    font-size: 2em;
    top: 23%;
    left: 33%; }

#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 .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 0.5s infinite linear;
  -webkit-animation: spin 0.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; }

.faq {
  height: 100%; }

.side-nav {
  margin-right: 0px !important;
  border-left: 1px solid #e5e5e5; }
  .side-nav .toc {
    padding: 0; }
    .side-nav .toc .panel-group .panel {
      overflow: hidden;
      position: relative; }
      .side-nav .toc .panel-group .panel a {
        color: #4c4c4c; }
        .side-nav .toc .panel-group .panel a:hover {
          text-decoration: none; }
        .side-nav .toc .panel-group .panel a span {
          padding-left: 8px; }
        .side-nav .toc .panel-group .panel a .caret {
          border-top-width: 8px;
          position: relative;
          display: inline-block;
          /* width: 0; */
          /* height: 0; */
          /* margin-left: 2px; */
          vertical-align: middle;
          border-top: 4px solid;
          border-right: 4px solid transparent;
          border-left: 4px solid transparent; }
      .side-nav .toc .panel-group .panel .panel-heading {
        display: block;
        position: relative;
        padding: 0px 9px;
        /*padding: 14px 9px;*/
        text-decoration: none;
        border-bottom: 1px solid #e5e5e5; }
        .side-nav .toc .panel-group .panel .panel-heading .caret-close {
          -webkit-transform: rotate(-90deg); }
        .side-nav .toc .panel-group .panel .panel-heading h4 a {
          display: block;
          padding: 14px 46px 14px 0; }
        .side-nav .toc .panel-group .panel .panel-heading h4 a:hover span {
          color: #0088ff; }
      .side-nav .toc .panel-group .panel .panel-body > div {
        list-style: none;
        padding-left: 0px; }
        .side-nav .toc .panel-group .panel .panel-body > div a {
          display: block;
          padding: 14px 0px 14px 0;
          border-bottom: 1px solid #e5e5e5;
          padding-left: 46px;
          font-size: 13px;
          -webkit-border-image: -webkit-linear-gradient(left, #fff 0, #fff 37px, #e5e5e5 23px, #e5e5e5 100%) 0 0 1 0;
                  border-image: -webkit-linear-gradient(left, #fff 0, #fff 37px, #e5e5e5 23px, #e5e5e5 100%) 0 0 1 0;
          border-image-width: 0 0 1px 0; }
        .side-nav .toc .panel-group .panel .panel-body > div a:hover {
          color: #0088ff; }
          .side-nav .toc .panel-group .panel .panel-body > div a:hover span {
            color: #0088ff; }
        .side-nav .toc .panel-group .panel .panel-body > div.selected {
          background-color: #e3e8e9;
          position: relative;
          top: -1px; }
          .side-nav .toc .panel-group .panel .panel-body > div.selected a {
            border-bottom: 0; }

.category {
  display: none; }

.faq-content {
  margin-top: 13px; }
  .faq-content .faq-item {
    margin: 20px 0 30px 40px;
    padding-right: 10px; }
    .faq-content .faq-item ul {
      list-style-position: outside;
      margin-bottom: 1em;
      margin-top: .3em;
      margin-left: 1.5em; }
    .faq-content .faq-item h3 {
      color: #000;
      font-size: 15px;
      line-height: 18px; }
    .faq-content .faq-item p, .faq-content .faq-item li {
      margin: 0.3em 0 0.7em;
      font-size: 13px;
      line-height: 21px; }
    .faq-content .faq-item li {
      padding-left: .25em; }
    .faq-content .faq-item ol {
      margin-left: 1.65em;
      margin-bottom: 1em;
      margin-top: .3em;
      list-style-position: outside; }
    .faq-content .faq-item p {
      color: #333333; }
    .faq-content .faq-item code {
      color: gray;
      font-family: Menlo,monospace;
      font-size: .85em;
      word-wrap: break-word; }
    .faq-content .faq-item 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; }
      .faq-content .faq-item table thead > tr {
        display: table-row;
        background: #97a6b2;
        border-spacing: 1px 1px; }
      .faq-content .faq-item table th {
        padding: 0.25em 0.6em 0.3em 0.5em;
        font-weight: 700;
        color: #fff; }
    .faq-content .faq-item table > tbody {
      border-top: 1px solid #e4e4e4; }
      .faq-content .faq-item table > tbody > tr {
        display: table-row;
        border-bottom: 1px solid #e4e4e4; }
        .faq-content .faq-item table > tbody > tr > td {
          padding: 0.65em 0.6em 0.6em 0.5em; }

.side-nav {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  border-right: 1px solid #e5e5e5; }
  .side-nav:last-child {
    margin-right: 0; }

.faq-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-right: 0; }
  .faq-content:last-child {
    margin-right: 0; }

@media screen and (max-width: 640px) {
  .category {
    display: block;
    height: 50px;
    border-bottom: 1px solid #e5e5e5; }
    .category .title {
      text-align: center;
      line-height: 50px;
      font-size: 1.6em; }
    .category .back-arrow {
      position: absolute;
      line-height: 50px;
      left: 10px; }
  .side-nav {
    height: 100vh;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .side-nav:last-child {
      margin-right: 0; }
  .faq-content {
    /*overflow:hidden;*/
    position: absolute;
    left: 100%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .faq-content:last-child {
      margin-right: 0; }
  .faq {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative; }
  .faq.show .side-nav,
  .faq.show .faq-content {
    -webkit-transition: all 200ms linear;
            transition: all 200ms linear;
    -webkit-transform: translateX(-100%); } }

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

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

.news strong {
  font-weight: 300; }

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

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

.news p {
  color: #4c4c4c;
  font-size: 13px;
  line-height: 18px;
  margin: 0px 0px 15px; }

.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-bottom: 30px;
  padding-top: 0px; }
  .news .content:first-child {
    padding-top: 30px; }
  .news .content.last {
    margin-bottom: 30px; }

.news .date {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 16px;
  color: #999; }

.news .news-item {
  max-width: 766px;
  margin-top: 30px; }
  .news .news-item .news-item-title {
    font-size: 15px;
    line-height: 18px; }
  .news .news-item .news-copy {
    color: #4c4c4c;
    font-size: 13px;
    line-height: 16px; }
    .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: 17px;
    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 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: 0.25em 0.6em 0.3em 0.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: 0.65em 0.6em 0.6em 0.5em; }
  .news .single-item a.back {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5; }
  .news .single-item.content {
    border-top: none;
    margin-bottom: 30px; }
  .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; }

.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; }

.specs .section-header p {
  margin-bottom: 10px; }

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

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

.specs .content .grid2col {
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5; }

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

.specs .content .guide-title {
  font-size: 15px;
  line-height: 18px; }

.specs .content .guide-description p {
  font-size: 13px;
  line-height: 16px; }

.specs .column div p {
  margin-top: 0px; }

.videos-page .grid2col .column {
  margin-right: 0; }

.videos-page .grid2col p {
  margin-top: 0px; }

.videos-page .video-container {
  position: relative;
  height: 100%;
  margin-bottom: 40px;
  min-height: 90px; }
  .videos-page .video-container a.video-trigger {
    float: left;
    margin-right: 20px;
    z-index: 1; }
    @media screen and (max-width: 960px) {
      .videos-page .video-container a.video-trigger {
        float: none; } }
  @media screen and (max-width: 640px) {
    .videos-page .video-container {
      padding-top: 20px; } }
  .videos-page .video-container .video-copy-container {
    height: 90px;
    z-index: 100; }
    .videos-page .video-container .video-copy-container .video-copy {
      padding-right: 10px;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .videos-page .video-container .video-copy-container .video-copy .video-title {
        font-size: 15px;
        line-height: 18px; }
      .videos-page .video-container .video-copy-container .video-copy .video-description {
        font-size: 13px;
        line-height: 16px; }

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

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

.landing .content-feed {
  padding-bottom: 30px;
  margin-bottom: 0px; }
  .landing .content-feed .content-links a {
    font-size: 15px; }

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

.landing .content .resources-column {
  padding-right: 48px; }
  .landing .content .resources-column h3 {
    width: 102%;
    font-size: 17px;
    line-height: 20px; }
  .landing .content .resources-column p {
    margin-top: 20px;
    font-size: 13px;
    line-height: 16px; }

.landing .video-container {
  position: relative;
  float: left;
  height: 100%;
  margin-top: 20px; }
  .landing .video-container a.video-trigger {
    float: left;
    margin-right: 20px; }
    @media screen and (max-width: 960px) {
      .landing .video-container a.video-trigger {
        float: none; } }
  .landing .video-container .video-copy {
    margin-top: 11px;
    padding-right: 10px;
    min-width: 410px;
    line-height: 18px; }
    @media screen and (max-width: 960px) {
      .landing .video-container .video-copy {
        min-width: 0px; } }
    .landing .video-container .video-copy p {
      line-height: 1.2em;
      margin-top: 0px;
      font-size: 15px; }
    .landing .video-container .video-copy a {
      font-size: 15px; }

.resources {
  padding-bottom: 80px; }
  .resources a {
    font-size: 13px;
    line-height: 16px;
    width: 110px; }
  .resources h2 {
    margin-bottom: 10px; }
  .resources p {
    margin-top: 5px;
    margin-bottom: 20px; }
  .resources .grid4col .column {
    padding: 0 20px; }
    @media screen and (min-width: 641px) and (max-width: 1000px) {
      .resources .grid4col .column {
        width: 47%; }
        .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 .column.first {
    padding-left: 0; }
  .resources .column.last {
    padding-right: 0; }
  .resources span.more::before {
    top: 6px; }
  @media screen and (max-width: 640px) {
    .resources p {
      min-height: 0;
      margin: 0; }
    .resources .grid4col .column, .resources .grid3col .column {
      padding: 0; } }

.getting-started {
  margin: 0;
  padding-bottom: 30px;
  background-color: #f9f9f9;
  font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0; }
  .getting-started p {
    margin: 0; }
  .getting-started .header {
    font-size: 21px;
    line-height: 21px;
    font-weight: 300;
    cursor: pointer; }
    .getting-started .header > * {
      float: left; }
    .getting-started .header p {
      font-size: 15px;
      line-height: 15px;
      margin-top: 18px;
      display: block;
      clear: left; }
    .getting-started .header a {
      font-weight: normal;
      color: #4c4c4c; }
    .getting-started .header span {
      padding-left: 10px; }
  .getting-started ol {
    display: block;
    margin-left: 22px; }
    .getting-started ol div.column {
      margin-top: 20px; }
      .getting-started ol div.column:first-child {
        clear: left; }
    .getting-started ol li {
      margin-bottom: 8px; }
    .getting-started ol .last {
      list-style: none;
      margin-left: -27px; }
  .getting-started .hidden {
    display: none; }
  .getting-started span.more::before {
    top: 12px; }
  @media screen and (max-width: 640px) {
    .getting-started {
      font-size: 1em; }
      .getting-started .header {
        height: 100%;
        margin-left: 10px;
        float: none; }
        .getting-started .header div.icon {
          margin-left: -22px; }
        .getting-started .header p {
          display: inline;
          float: none;
          margin-bottom: 6px;
          margin-left: 0; }
        .getting-started .header span.header {
          display: inline-block;
          margin: 0 10px 0 0; }
      .getting-started ol .last {
        margin-left: -22px; }
      .getting-started ol li {
        margin-left: 12px; }
      .getting-started.content {
        padding-top: 10px;
        padding-left: 0; }
      .getting-started .column:last-child {
        margin-top: 0; } }

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

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

@media screen and (max-width: 640px) {
  section {
    margin-bottom: 0; }
  .content {
    padding-top: 0; }
  .content-feed {
    border: none; }
    .content-feed .column {
      margin: 30px 0 0; }
  .resources, .footer-main, .getting-started {
    margin-top: 20px; } }

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

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

.search .content p {
  font-size: 13px;
  margin-top: 0px; }

.search .results {
  border-top: 1px solid #e5e5e5;
  margin: 0; }
  .search .results .content {
    padding: 0;
    padding-left: 30px;
    border: none; }
    .search .results .content h2 {
      margin-top: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #e5e5e5; }

.search .results-content {
  padding-bottom: 30px; }
  .search .results-content section div.content {
    padding-bottom: 0px; }
  .search .results-content section:first-child .content {
    border-top: none; }
  .search .results-content ul, .search .results-content ol {
    list-style-position: inside; }

.search .jellybean {
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #4c4c4c;
  font-weight: 400;
  cursor: pointer; }
  .search .jellybean:hover {
    background-color: #e5f2fe;
    border: 1px solid #e5f2fe;
    text-decoration: none;
    color: #0088ff; }

.search .all {
  padding-left: 0px; }

.search .counts-section {
  margin-bottom: 0px; }
  .search .counts-section .counts {
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px; }
    .search .counts-section .counts a {
      font-size: 13px;
      line-height: 16px;
      margin: 0 5% 0 0; }
      .search .counts-section .counts a.all {
        margin-left: 0; }

.search .videos .video-container {
  margin-top: 50px; }
  .search .videos .video-container a.video-trigger {
    float: left;
    margin-right: 10px;
    z-index: 100; }
    @media screen and (max-width: 960px) {
      .search .videos .video-container a.video-trigger {
        float: none; } }
  .search .videos .video-container .video-copy {
    margin-top: 20px;
    padding-right: 10px;
    padding-top: 12px;
    z-index: 0; }
  .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 #e5e5e5; }
    .modal-content .scroll-content ol {
      list-style-position: inside; }
      .modal-content .scroll-content ol li {
        margin-top: 10px; }

.tools {
  font-size: 15px; }
  .tools .column {
    margin-top: 30px; }
    .tools .column p, .tools .column div {
      font-size: 13px; }
    .tools .column:nth-child(2n) {
      margin-right: 0px; }
  .tools .row {
    padding-bottom: 30px; }
    .tools .row:last-child {
      border-bottom: 1px solid #e5e5e5; }
  .tools p {
    margin-top: 0px; }

#digitalsupplier h3 {
  font-size: 18px;
  line-height: 24px; }

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

#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: 3px 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 #cfcfcf;
  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 #cfcfcf;
  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; }

#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; } }

@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 #cfcfcf;
    padding: 45px 0 75px 0 !important;
    background-color: #f9f9f9;
    z-index: 3; } }

@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: 2; } }

#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 #cfcfcf;
      text-align: left;
      left: 0;
      position: absolute;
      padding-right: 5px;
      padding-bottom: 69px;
      background-color: #f9f9f9;
      border-top: 1px solid #cfcfcf;
      border-bottom: 1px solid #cfcfcf;
      margin-top: -1px;
      z-index: 3; } }

#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; }

#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 #cfcfcf;
  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; } }

@media screen and (max-width: 640px) {
  #digitalsupplier span.header.normal-font.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; }
  #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-top: 0;
      padding-bottom: 0; }
      #digitalsupplier .getting-started .services-header {
        margin-left: 0; } }

#digitalsupplier span.header.normal-font.services-header {
  font-size: 18px; }
  @media screen and (max-width: 640px) {
    #digitalsupplier span.header.normal-font.services-header {
      font-size: 15px;
      margin-bottom: 8px; } }

#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 #cfcfcf; } }

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

#digitalsupplier .services-row {
  border-top: 1px solid #cfcfcf;
  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 .mobile-nav {
    border-bottom: 1px solid #cfcfcf;
    padding: 10px 0; } }

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

#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 #cfcfcf;
      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; }

@media screen and (max-width: 640px) {
  #digitalsupplier .search-section form input {
    padding: 0 0 0 40px; } }

#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; } }
