html {
  font-family: "Open sans";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*	Clearfix */
.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: ""; }

.clearfix:after {
  clear: both; }

/* Screen readers only */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.kb-grid {
  *zoom: 1; }
  @media screen and (min-width: 400px) {
    .kb-grid.kb-grid-gutter-10 {
      margin: 0 -10px; } }
  @media screen and (min-width: 400px) {
    .kb-grid.kb-grid-gutter-10 .kb-grid-col {
      padding: 0 10px; } }
  @media screen and (min-width: 400px) {
    .kb-grid.kb-grid-gutter-20 {
      margin: 0 -20px; } }
  @media screen and (min-width: 400px) {
    .kb-grid.kb-grid-gutter-20 .kb-grid-col {
      padding: 0 20px; } }
  @media screen and (min-width: 400px) {
    .kb-grid.kb-grid-gutter-30 {
      margin: 0 -30px; } }
  @media screen and (min-width: 400px) {
    .kb-grid.kb-grid-gutter-30 .kb-grid-col {
      padding: 0 30px; } }
  @media screen and (min-width: 400px) {
    .kb-grid.kb-grid-gutter-55 {
      margin: 0 -74px; } }
  @media screen and (min-width: 400px) {
    .kb-grid.kb-grid-gutter-55 .kb-grid-col {
      padding: 0 75px; } }
  .kb-grid.kb-grid-gutter-bottom-10 .kb-grid-col {
    margin-bottom: 10px; }
  .kb-grid.kb-grid-gutter-bottom-20 .kb-grid-col {
    margin-bottom: 20px; }
  .kb-grid.kb-grid-gutter-bottom-30 .kb-grid-col {
    margin-bottom: 30px; }
  .kb-grid.kb-grid-gutter-bottom-40 .kb-grid-col {
    margin-bottom: 40px; }
  .kb-grid:before, .kb-grid:after {
    display: table;
    content: ""; }
  .kb-grid:after {
    clear: both; }
  .kb-grid .kb-grid-col {
    float: left; }
  .kb-grid .kb-grid-12 {
    width: 100%; }
  .kb-grid .kb-grid-11 {
    width: 91.666%; }
  .kb-grid .kb-grid-10 {
    width: 83.333%; }
  .kb-grid .kb-grid-9 {
    width: 75%; }
  .kb-grid .kb-grid-8 {
    width: 66.666%; }
  .kb-grid .kb-grid-7 {
    width: 58.333%; }
  .kb-grid .kb-grid-6 {
    width: 50%; }
  .kb-grid .kb-grid-5 {
    width: 41.666%; }
  .kb-grid .kb-grid-4 {
    width: 33.333%; }
  .kb-grid .kb-grid-3 {
    width: 25%; }
    @media screen and (max-width: 720px) {
      .kb-grid .kb-grid-3 {
        width: 50%; } }
    @media screen and (max-width: 480px) {
      .kb-grid .kb-grid-3 {
        width: 100%; } }
  .kb-grid .kb-grid-2 {
    width: 16.666%; }
    @media screen and (max-width: 800px) {
      .kb-grid .kb-grid-2 {
        width: 33.333%; } }
    @media screen and (max-width: 600px) {
      .kb-grid .kb-grid-2 {
        width: 50%; } }
    @media screen and (max-width: 400px) {
      .kb-grid .kb-grid-2 {
        width: 100%; } }
  .kb-grid .kb-grid-1 {
    width: 8.333%; }
    @media screen and (max-width: 800px) {
      .kb-grid .kb-grid-1 {
        width: 16.666%; } }
    @media screen and (max-width: 600px) {
      .kb-grid .kb-grid-1 {
        width: 25%; } }
    @media screen and (max-width: 400px) {
      .kb-grid .kb-grid-1 {
        width: 33.333%; } }
  @media screen and (max-width: 620px) {
    .kb-grid .kb-grid-11,
    .kb-grid .kb-grid-10,
    .kb-grid .kb-grid-9,
    .kb-grid .kb-grid-8,
    .kb-grid .kb-grid-7,
    .kb-grid .kb-grid-6,
    .kb-grid .kb-grid-5,
    .kb-grid .kb-grid-4 {
      width: 100%; } }

form {
  font-size: 14px;
  /* Inputs */
  /* Buttons */ }
  form textarea,
  form select,
  form input[type="date"],
  form input[type="datetime"],
  form input[type="datetime-local"],
  form input[type="email"],
  form input[type="month"],
  form input[type="number"],
  form input[type="password"],
  form input[type="search"],
  form input[type="tel"],
  form input[type="text"],
  form input[type="time"],
  form input[type="url"],
  form input[type="week"] {
    background: #fff;
    border: 1px solid #ebebeb;
    color: #6e6c6c;
    padding: 10px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    outline: 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
    max-width: 100%;
    *padding-top: 2px;
    *padding-bottom: 1px;
    *height: auto; }
  form textarea[disabled],
  form select[disabled],
  form input[type="date"][disabled],
  form input[type="datetime"][disabled],
  form input[type="datetime-local"][disabled],
  form input[type="email"][disabled],
  form input[type="month"][disabled],
  form input[type="number"][disabled],
  form input[type="password"][disabled],
  form input[type="search"][disabled],
  form input[type="tel"][disabled],
  form input[type="text"][disabled],
  form input[type="time"][disabled],
  form input[type="url"][disabled],
  form input[type="week"][disabled] {
    color: #eee; }
  form input[disabled],
  form select[disabled],
  form select[disabled] option,
  form select[disabled] optgroup,
  form textarea[disabled],
  form a.button_disabled {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    color: #c7c7c7;
    cursor: default; }
  form input::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder {
    color: #c7c7c7; }
  form input:-moz-placeholder,
  form textarea:-moz-placeholder {
    color: #c7c7c7; }
  form textarea {
    min-height: 40px;
    overflow: auto;
    resize: vertical;
    width: 100%;
    max-width: 600px; }
  form button,
  form input[type="reset"],
  form input[type="submit"],
  form input[type="button"] {
    background: #434345;
    border: none;
    padding: 12px 14px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 0 0.3s ease-out;
    -o-transition: all 0 0.3s ease-out;
    -webkit-transition: all 0 0.3s ease-out;
    -ms-transition: all 0 0.3s ease-out;
    transition: all 0 0.3s ease-out;
    text-shadow: none;
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    overflow: visible;
    margin: 0;
    text-decoration: none;
    vertical-align: top;
    width: auto; }
  form button,
  form input[type="submit"],
  form input[type="button"],
  form input[type="reset"] {
    cursor: pointer; }
  form button[disabled],
  form input[disabled] {
    cursor: default; }
  form button:hover,
  form input[type="reset"]:hover,
  form input[type="submit"]:hover,
  form input[type="button"]:hover {
    text-decoration: none; }
  form form button:active,
  form form input[type="reset"]:active,
  form form input[type="submit"]:active,
  form form input[type="button"]:active {
    position: relative;
    top: 1px; }
  form input[type="reset"]::-moz-focus-inner,
  form input[type="submit"]::-moz-focus-inner,
  form input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0; }
  form textarea, form select[size], form select[multiple] {
    height: auto; }
  form input[type="search"]::-webkit-search-decoration {
    display: none; }

body {
  background: #fff;
  color: #4b4d4d;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  font-size-adjust: auto;
  -webkit-backface-visibility: hidden; }
  @media screen and (min-width: 321px) {
    body {
      font-size: 16px;
      line-height: 30px; } }

/* Links */
a, a:visited {
  text-decoration: none;
  outline: 0;
  -moz-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  -webkit-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out; }

a:hover {
  cursor: pointer; }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1; }

/* Structure */
#kb-site-container {
  background: #fff;
  margin: 0 auto; }
  #kb-site-container.ht-sc-boxed {
    max-width: 1200px;
    margin: 0 auto; }

.kb-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative; }
  @media screen and (min-width: 321px) {
    .kb-container {
      padding: 0 20px; } }

.kb-container-home {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  backgound-color: white;
  margin-top: 36px; }
  @media screen and (min-width: 321px) {
    .kb-container-home {
      padding: 0 20px; } }

#primary.sidebar-left #content {
  float: right;
  width: 68%; }

#primary.sidebar-left #sidebar {
  padding-right: 50px; }

#primary.sidebar-right #content {
  float: left;
  width: 68%; }

#primary.sidebar-right #sidebar {
  padding-left: 50px; }

@media screen and (max-width: 720px) {
  #primary.sidebar-off #content,
  #primary.sidebar-right #content,
  #primary.sidebar-left #content,
  #primary.sidebar-off #sidebar,
  #primary.sidebar-right #sidebar,
  #primary.sidebar-left #sidebar {
    width: 100%;
    float: none;
    clear: both;
    padding: 0; } }

#content {
  position: relative;
  width: 100%;
  margin: 70px 0 0; }
  @media screen and (min-width: 720px) {
    #content {
      margin: 90px 0 0; } }

#sidebar {
  position: relative;
  float: left;
  width: 32%;
  margin: 70px 0 0; }
  @media screen and (min-width: 720px) {
    #sidebar {
      margin: 90px 0 0; } }

#site-header {
  background: #0985B1;
  color: #fff;
  padding: 15px 0;
  position: fixed;
  top: 0px;
  margin: auto;
  z-index: 100000;
  width: 100%;
  opacity: .85;
  height: 112px; }
  @media screen and (min-width: 321px) {
    #site-header {
      padding: 25px 0; } }
  #site-header .kb-container {
    display: table;
    width: 100%; }
  #site-header #logo {
    float: left;
    font-size: 26px;
    color: #fff;
    height: 55px;
    line-height: 55px;
    vertical-align: middle;
    background: url(/images/logo2.png) no-repeat center left;
    font-family: "Nunito", sans-serif;
    padding-left: 55px; }
    @media screen and (max-width: 901px) {
      #site-header #logo {
        line-height: 55px;
        height: 55px;
        font-size: 20px;
        font-family: "Nunito", sans-serif; } }
    #site-header #logo h1 {
      display: none; }
    #site-header #logo img {
      max-width: 100%;
      height: auto; }
      @media screen and (max-width: 321px) {
        #site-header #logo img {
          max-height: 35px;
          vertical-align: middle; } }

#site-footer {
  background: #f5f8fa;
  color: #666;
  padding: 30px 0; }

#site-footer-widgets {
  background: #f5f8fa;
  color: #666;
  padding: 20px 0 15px;
  font-size: 16px;
  line-height: 16px; }
  #site-footer-widgets a, #site-footer-widgets a:visited {
    color: #666; }
  #site-footer-widgets a:hover {
    color: #1a1a1a; }
  #site-footer-widgets .widget {
    margin-bottom: 30px;
    position: relative; }
    #site-footer-widgets .widget .widget-title {
      margin-bottom: 25px;
      font-size: 16px; }
    #site-footer-widgets .widget > ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #site-footer-widgets .widget > ul > li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e7e9; }
        #site-footer-widgets .widget > ul > li:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: 0; }
  #site-footer-widgets .contact-title {
    list-style: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 15px; }
  #site-footer-widgets .widget-title-name {
    font-size: 15px; }
  #site-footer-widgets .links {
    color: #0985B1; }
  #site-footer-widgets .contact-name {
    font-weight: bold;
    font-size: 18px; }
  #site-footer-widgets .address {
    padding-bottom: 0px;
    margin-top: -3px; }

.ht-icon-preview {
  float: left;
  display: block;
  font-size: 30px; }

ul.ht-social-media-list {
  list-style-type: none; }

ul.ht-social-media-list li {
  font-size: 30px;
  float: left;
  margin-right: 2px;
  padding-right: 8px; }

ul.ht-social-media-list li:before {
  content: ''; }

.HT_Social_Widget_Display li {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.facebook-social {
  color: #3b5998; }

.google-social {
  color: #dd4b39; }

.twitter-social {
  color: #55acee; }

.linkedin-social {
  color: #4875B4; }

.youtube-social {
  color: #FF3333; }

#nav-primary {
  font-family: "Nunito", sans-serif;
  display: table-cell;
  vertical-align: middle;
  /* Responsive Nav */ }
  #nav-primary ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #nav-primary ul a {
      display: block;
      color: #FFFFFF; }
  #nav-primary button {
    float: right;
    background: none;
    border: none;
    color: #fff;
    padding: 0 0px 0 50px;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    outline: none;
    position: relative; }
    #nav-primary button span:before {
      content: "\f0c9";
      font-family: FontAwesome;
      margin: 0 5px 0 0; }
  @media screen and (max-width: 900px) {
    #nav-primary #nav-primary-menu {
      display: none;
      clear: both;
      position: fixed;
      display: hidden;
      background: #0985B1;
      left: 0;
      right: 0;
      z-index: 99999;
      padding: 20px;
      top: 100px; }
      #nav-primary #nav-primary-menu ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 0 0 15px;
        margin: 0 0 15px; }
        #nav-primary #nav-primary-menu ul li:last-child {
          border-bottom: 0;
          margin-bottom: 0;
          padding-bottom: 0; }
        #nav-primary #nav-primary-menu ul li ul {
          border-top: 1px solid rgba(255, 255, 255, 0.2);
          margin-left: 20px;
          margin-top: 15px;
          padding-top: 15px; }
    #nav-primary #nav-primary-menu2 {
      display: none;
      clear: both;
      position: absolute;
      left: 0;
      right: 0;
      z-index: 99999;
      padding: 20px;
      top: 100px; }
      #nav-primary #nav-primary-menu2 ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 0 0 15px;
        margin: 0 0 15px; }
        #nav-primary #nav-primary-menu2 ul li:last-child {
          border-bottom: 0;
          margin-bottom: 0;
          padding-bottom: 0; }
        #nav-primary #nav-primary-menu2 ul li ul {
          border-top: 1px solid rgba(255, 255, 255, 0.2);
          margin-left: 20px;
          margin-top: 15px;
          padding-top: 15px; } }
  @media screen and (min-width: 901px) {
    #nav-primary #kb-nav-toggle {
      display: none; }
    #nav-primary #nav-primary-menu {
      float: right;
      top: 87px;
      position: fixed;
      display: inline-block !important; }
    #nav-primary ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #nav-primary ul > li {
        display: inline-block;
        position: relative; }
        #nav-primary ul > li a {
          font-size: 14px;
          font-weight: 800;
          color: #FFFFFF;
          margin: 0 0 2px;
          padding: 6px 15px;
          line-height: 20px;
          text-transform: uppercase;
          letter-spacing: 1px; }
        #nav-primary ul > li:hover > ul {
          opacity: 1;
          max-height: 500px;
          visibility: visible;
          margin: 0 0 2px; }
      #nav-primary ul ul {
        margin: 50px 0 0;
        opacity: 0;
        max-height: 0;
        visibility: hidden;
        top: 45px;
        left: 15px;
        z-index: 99;
        width: 230px;
        background: #fff;
        position: absolute;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transition-delay: 0.15s;
        -moz-transition-delay: 0.15s;
        -o-transition-delay: 0.15s;
        transition-delay: 0.15s;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
        #nav-primary ul ul li {
          float: none;
          display: block;
          position: relative; }
          #nav-primary ul ul li.menu-item-has-children > a:after {
            content: "+";
            font-size: 18px;
            position: absolute;
            top: 8px;
            right: 15px;
            color: #999; }
          #nav-primary ul ul li a, #nav-primary ul ul li a:visited {
            padding: 10px;
            display: block;
            float: none;
            text-transform: none;
            color: #4b4d4d;
            font-size: 14px;
            line-height: 1.3;
            letter-spacing: 0;
            font-weight: 600;
            font-family: "Open Sans", sans-serif; }
          #nav-primary ul ul li a:hover {
            background: #f1f1f1;
            color: #1a1a1a; }
          #nav-primary ul ul li:first-child a {
            -webkit-border-top-left-radius: 2px;
            -webkit-border-top-right-radius: 2px;
            -webkit-border-bottom-right-radius: 0;
            -webkit-border-bottom-left-radius: 0;
            -moz-border-radius-topleft: 2px;
            -moz-border-radius-topright: 2px;
            -moz-border-radius-bottomright: 0;
            -moz-border-radius-bottomleft: 0;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0; }
          #nav-primary ul ul li:last-child a {
            -webkit-border-top-left-radius: 0;
            -webkit-border-top-right-radius: 0;
            -webkit-border-bottom-right-radius: 2px;
            -webkit-border-bottom-left-radius: 2px;
            -moz-border-radius-topleft: 0;
            -moz-border-radius-topright: 0;
            -moz-border-radius-bottomright: 2px;
            -moz-border-radius-bottomleft: 2px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 2px;
            border-bottom-left-radius: 2px; }
        #nav-primary ul ul ul {
          position: absolute;
          top: 0;
          left: 230px; } }
  @media screen and (min-width: 901px) {
    #nav-primary #kb-nav-toggle {
      display: none; }
    #nav-primary #nav-primary-menu2 {
      float: right;
      display: inline-block !important; }
    #nav-primary ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #nav-primary ul > li {
        display: inline-block;
        position: relative; }
        #nav-primary ul > li a {
          font-size: 14px;
          font-weight: 800;
          color: #FFFFFF;
          margin: 0 0 2px;
          padding: 6px 15px;
          line-height: 20px;
          text-transform: uppercase;
          letter-spacing: 1px; }
        #nav-primary ul > li:hover > ul {
          opacity: 1;
          max-height: 500px;
          visibility: visible;
          margin: 0 0 2px; }
      #nav-primary ul ul {
        margin: 50px 0 0;
        opacity: 0;
        max-height: 0;
        visibility: hidden;
        top: 45px;
        left: 15px;
        z-index: 99;
        width: 230px;
        background: #fff;
        position: absolute;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transition-delay: 0.15s;
        -moz-transition-delay: 0.15s;
        -o-transition-delay: 0.15s;
        transition-delay: 0.15s;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
        #nav-primary ul ul li {
          float: none;
          display: block;
          position: relative; }
          #nav-primary ul ul li.menu-item-has-children > a:after {
            content: "+";
            font-size: 18px;
            position: absolute;
            top: 8px;
            right: 15px;
            color: #999; }
          #nav-primary ul ul li a, #nav-primary ul ul li a:visited {
            padding: 10px;
            display: block;
            float: none;
            text-transform: none;
            color: #4b4d4d;
            font-size: 14px;
            line-height: 1.3;
            letter-spacing: 0;
            font-weight: 600;
            font-family: "Open Sans", sans-serif; }
          #nav-primary ul ul li a:hover {
            background: #f1f1f1;
            color: #1a1a1a; }
          #nav-primary ul ul li:first-child a {
            -webkit-border-top-left-radius: 2px;
            -webkit-border-top-right-radius: 2px;
            -webkit-border-bottom-right-radius: 0;
            -webkit-border-bottom-left-radius: 0;
            -moz-border-radius-topleft: 2px;
            -moz-border-radius-topright: 2px;
            -moz-border-radius-bottomright: 0;
            -moz-border-radius-bottomleft: 0;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0; }
          #nav-primary ul ul li:last-child a {
            -webkit-border-top-left-radius: 0;
            -webkit-border-top-right-radius: 0;
            -webkit-border-bottom-right-radius: 2px;
            -webkit-border-bottom-left-radius: 2px;
            -moz-border-radius-topleft: 0;
            -moz-border-radius-topright: 0;
            -moz-border-radius-bottomright: 2px;
            -moz-border-radius-bottomleft: 2px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 2px;
            border-bottom-left-radius: 2px; }
        #nav-primary ul ul ul {
          position: absolute;
          top: 0;
          left: 230px; } }

#sidebar {
  font-size: 13px;
  line-height: 20px;
  color: #666; }
  #sidebar .widget {
    background: #f5f8fa;
    margin-bottom: 20px;
    padding: 25px;
    position: relative; }
    #sidebar .widget a, #sidebar .widget a:visited {
      color: #666; }
    #sidebar .widget a:hover {
      color: #4D4D4D; }
    #sidebar .widget > ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #sidebar .widget > ul > li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e7e9; }
        #sidebar .widget > ul > li:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: 0; }
  #sidebar .widget-title {
    font-size: 17px;
    margin: 0 0 25px;
    font-weight: 400;
    text-transform: normal;
    letter-spacing: 0;
    color: #1a1a1a; }

.ht-kb-authors-widget-2 {
  max-height: 580px;
  overflow-x: hidden; }

.kb-widget-author__postcount .nav {
  height: 0px;
  overflow-x: hidden;
  padding-left: 5px;
  max-height: 300px; }

/*------------------------------------------------------------------------------
Homepage
------------------------------------------------------------------------------*/
#homepage-features {
  background: #f5f8fa;
  padding: 30px 0;
  margin-bottom: 40px; }
  @media screen and (min-width: 550px) {
    #homepage-features {
      padding: 40px 0;
      position: relative; } }
  #homepage-features .feature-block {
    background: #fff;
    padding: 25px;
    height: 102px;
    text-align: center; }
    #homepage-features .feature-block:hover {
      background: #434345;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      #homepage-features .feature-block:hover i,
      #homepage-features .feature-block:hover h4 {
        color: #fff; }
      #homepage-features .feature-block:hover h5 {
        color: rgba(255, 255, 255, 0.8); }
    #homepage-features .feature-block i {
      float: left;
      color: #0985B1;
      font-size: 40px;
      margin: 0 0 20px; }
      @media screen and (min-width: 620px) and (max-width: 770px) {
        #homepage-features .feature-block i {
          float: none; } }
    #homepage-features .feature-block h4 {
      font-size: 22px;
      margin: 0 0 10px; }
    #homepage-features .feature-block h5 {
      color: #999;
      font-size: 14px;
      margin: 0;
      line-height: 20px; }
  @media screen and (min-width: 620px) and (max-width: 750px) {
    #homepage-features {
      padding: 30px 0; } }

#homepage-widgets {
  padding: 0px 0 0; }
  #homepage-widgets .widget > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #homepage-widgets .widget > ul > li {
      margin-bottom: 8px;
      padding-bottom: 8px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
      #homepage-widgets .widget > ul > li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }

#homepage-pins {
  margin-bottom: 16px;
  border-bottom-style: solid;
  border-bottom-width: .2px;
  border-bottom-color: #ededed;
  padding-bottom: 5px;
  padding-top: 5px; }
  #homepage-pins > ul.kb-meta {
    float: right;
    max-width: 25%; }
  #homepage-pins > h3.kb-article__title {
    padding-right: 25%; }

#page-header {
  background: #32a3cb;
  padding: 15px 0;
  color: #fff; }
  @media screen and (min-width: 321px) {
    #page-header {
      padding: 25px 0 40px;
      padding-top: 134px; } }
  @media screen and (min-width: 550px) {
    #page-header {
      padding: 45px 0 40px; } }
  @media screen and (min-width: 550px) {
    #page-header.ph-large {
      padding: 140px 0 40px; } }
  @media screen and (min-width: 321px) {
    #page-header.ph-large {
      padding: 25px 0 40px;
      padding-top: 150px; } }
  #page-header.ph-align-center {
    text-align: center; }
    #page-header.ph-align-center .kb-container {
      max-width: 840px;
      text-align: center; }
    #page-header.ph-align-center .kb-site-search {
      margin-left: auto;
      margin-right: auto; }
  #page-header #page-header-title {
    color: #fff;
    margin: 0;
    font-size: 35px;
    line-height: 36px; }
    @media screen and (max-width: 901px) {
      #page-header #page-header-title {
        font-size: 25px;
        line-height: 26px; } }
    #page-header #page-header-title > span {
      color: rgba(255, 255, 255, 0.8);
      font-size: 15px; }
      #page-header #page-header-title > span:before {
        content: "/";
        margin: 0 5px 0 0; }
  #page-header #page-header-tagline {
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 10px 0 0; }
    @media screen and (min-width: 321px) {
      #page-header #page-header-tagline {
        font-size: 16px;
        line-height: 26px; } }
  #page-header .kb-site-search {
    margin-top: 10px;
    position: relative;
    max-width: 640px; }
    @media screen and (min-width: 321px) {
      #page-header .kb-site-search {
        margin-top: 20px; } }

#page-header-breadcrumbs {
  background: #f5f8fa;
  padding: 10px 0;
  display: none;
  width: 100%;
  z-index: 9999;
  position: absolute; }
  @media screen and (min-width: 321px) {
    #page-header-breadcrumbs {
      display: block; } }
  #page-header-breadcrumbs.isFixed {
    position: fixed; }

.kb-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  overflow: hidden;
  height: 30px;
  white-space: nowrap;
  display: flex;
  max-width: 70%;
  width: 70%; }
  .kb-breadcrumbs li {
    display: inline-block;
    margin: 0; }
    .kb-breadcrumbs li:after {
      content: "/";
      color: #8c8c8c;
      margin: 0 6px; }
    .kb-breadcrumbs li:last-child {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .kb-breadcrumbs li:last-child:after {
      content: "";
      margin: 0; }
  .kb-breadcrumbs a, .kb-breadcrumbs a:visited, .kb-breadcrumbs a:hover {
    color: #8c8c8c; }

.entry {
  position: relative;
  margin: 0 0 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  border-bottom: 1px solid #dfe4e6;
  /* Entry Header */
  /* Entry Thumb */
  /* Entry Video */
  /* Entry Header  */
  /* Entry Title */
  /* Entry Meta */ }
  .entry .entry-header {
    margin: 0; }
  .entry .entry-thumb {
    position: relative;
    overflow: hidden;
    margin: -20px -15px 20px; }
    @media screen and (min-width: 321px) {
      .entry .entry-thumb {
        margin: 0 0 20px; } }
    .entry .entry-thumb > a {
      position: relative;
      display: block; }
    .entry .entry-thumb > a:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: block;
      content: "";
      z-index: 1;
      -moz-transition: all 0.25s linear;
      -o-transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -ms-transition: all 0.25s linear;
      transition: all 0.25s linear; }
    .entry .entry-thumb > a:hover:before,
    .entry .entry-thumb .entry-header:hover + a:before {
      background: rgba(0, 0, 0, 0.5);
      -moz-transition: all 0.25s linear;
      -o-transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -ms-transition: all 0.25s linear;
      transition: all 0.25s linear; }
    .entry .entry-thumb a img {
      -webkit-transform: scale(1, 1) rotate(0deg);
      -webkit-transition-timing-function: ease-out;
      -webkit-transition-duration: 250ms;
      -moz-transform: scale(1, 1) rotate(0deg);
      -moz-transition-timing-function: ease-out;
      -moz-transition-duration: 250ms; }
    .entry .entry-thumb a:hover img,
    .entry .entry-thumb .entry-header:hover + a img {
      -webkit-transform: scale(1.05, 1.07) rotate(2deg);
      -webkit-transition-timing-function: ease-out;
      -webkit-transition-duration: 250ms;
      -moz-transform: scale(1.05, 1.07) rotate(2deg);
      -moz-transition-timing-function: ease-out;
      -moz-transition-duration: 250ms; }
    .entry .entry-thumb img {
      display: block;
      height: auto;
      max-width: 100%;
      width: 100%;
      position: relative; }
    .entry .entry-thumb .entry-header + a {
      background: #ff0000; }
  .entry .entry-video {
    margin: 0 0 20px; }
  .entry .entry-header {
    margin: 0 0 5px; }
  .entry .entry-title {
    color: #1a1a1a;
    font-weight: 400;
    margin: 0;
    font-size: 18px;
    line-height: 1.2; }
    @media screen and (min-width: 321px) {
      .entry .entry-title {
        font-size: 20px; } }
    @media screen and (min-width: 500px) {
      .entry .entry-title {
        font-size: 24px; } }
    .entry .entry-title a {
      color: #1a1a1a;
      text-decoration: none;
      outline: none; }
      .entry .entry-title a:visited {
        color: #1a1a1a; }
      .entry .entry-title a:hover {
        color: #000; }
  .entry .post .entry-title {
    font-size: 24px; }
    @media screen and (min-width: 321px) {
      .entry .post .entry-title {
        font-size: 26px; } }
    @media screen and (min-width: 500px) {
      .entry .post .entry-title {
        font-size: 30px; } }
  .entry .entry-meta {
    font-size: 13px;
    color: #999;
    list-style: none;
    margin: 0;
    padding: 0; }
    .entry .entry-meta li {
      display: inline; }
      .entry .entry-meta li:after {
        content: "|";
        color: #999;
        margin: 0 5px; }
      .entry .entry-meta li:last-child:after {
        content: ""; }

.search .entry {
  padding: 10px 0; }
  .search .entry .entry-title {
    display: inline-block;
    font-size: 18px;
    line-height: 1.2;
    margin: 0; }
    @media screen and (min-width: 321px) {
      .search .entry .entry-title {
        font-size: 18px; } }
    @media screen and (min-width: 500px) {
      .search .entry .entry-title {
        font-size: 24px; } }
  .search .entry .kb-knowledge-meta {
    margin: 5px 0 0; }
    @media screen and (min-width: 500px) {
      .search .entry .kb-knowledge-meta {
        float: right;
        margin: 4px 0 0; } }

.search .kb-knowledge-search {
  margin: 30px 0 0; }

.results {
  max-width: 520px; }

.search-bar {
  position: relative; }

.search-heading {
  padding-bottom: 30px; }

span.highlight {
  background-color: yellow; }

.search-results {
  max-width: 720px;
  word-wrap: break-word; }

.page_size {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-top: 0px; }

.results-per-page {
  font-size: 13px;
  padding-right: 5px;
  color: #4b4d4d; }

#result-filter {
  display: inline-flex;
  float: right;
  font-size: 10px; }

.kb-pagination {
  font-size: 13px;
  padding: 20px 0;
  padding-top: 2px; }
  .kb-pagination ul {
    list-style: none;
    text-align: left;
    padding: 0;
    align: center; }
    .kb-pagination ul li {
      display: inline-block; }
    .kb-pagination ul a,
    .kb-pagination ul span {
      color: #4b4d4d;
      border: 1px solid #dfe4e6;
      padding: 5px;
      line-height: 1;
      padding: 3px 6px; }
      .kb-pagination ul a.current,
      .kb-pagination ul span.current {
        background: #dfe4e6;
        color: #4b4d4d; }
      .kb-pagination ul a:hover,
      .kb-pagination ul span:hover {
        background: #dfe4e6; }

/*------------------------------------------------------------------------------
404
------------------------------------------------------------------------------*/
body.error404 #primary {
  background: #32a3cb; }

body.error404 .post.error404 {
  margin: 80px 0;
  text-align: center; }
  body.error404 .post.error404 .entry-title {
    font-size: 160px;
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 20px;
    color: #fff; }
  body.error404 .post.error404 .entry-tagline {
    font-size: 22px;
    margin: 0 0 20px;
    line-height: 100%;
    color: #fff; }
  body.error404 .post.error404 .search-form .search-field {
    width: 320px; }
  body.error404 .post.error404 .search-form .search-submit {
    display: none; }

/**
* # Mixims & Variables
*
*/
/* Clearfix */
.kb-breadcrumbs:after, .kb-archive:after, .kb-site-search:after, .kb-site-search-breadcrumbs:after, .kb-category .kb-category__header:after, .kb-meta:after, .kb-entry-content:after, .kb_widget_articles .kb-meta:after {
  content: "";
  display: table;
  clear: both; }

/* kb-Meta Mixim (used in multiple places) */
/* SASS Variables */
/* Start #kb */
/**
	* # kb - Archive
	*
	*/
.kb-archive {
  list-style: none;
  padding: 0;
  margin: 0; }
  .kb-archive > li {
    margin: 0; }
  @media screen and (min-width: 720px) {
    .kb-archive.kb-archive--two-cols {
      margin: 0 -20px; }
      .kb-archive.kb-archive--two-cols > li {
        float: left;
        width: 50%;
        padding: 0 20px; }
        .kb-archive.kb-archive--two-cols > li:nth-child(2n+3) {
          clear: left; } }
  .kb-archive.kb-archive--three-cols {
    margin: 0 -20px; }
    .kb-archive.kb-archive--three-cols > li {
      float: left;
      width: 33.333%;
      padding: 0 20px; }
      .kb-archive.kb-archive--three-cols > li:nth-child(3n+4) {
        clear: left; }
  .kb-archive.kb-archive--four-cols {
    margin: 0 -20px; }
    .kb-archive.kb-archive--four-cols > li {
      float: left;
      width: 25%;
      padding: 0 20px; }
      .kb-archive.kb-archive--four-cols > li:nth-child(4n+5) {
        clear: left; }

/**
	* # kb - Search Box
	*
	*/
.kb-site-search {
  margin: 20px 0 0;
  position: relative;
  max-width: 730px; }
  .kb-site-search .kb-site-search__field {
    float: left;
    width: 86%;
    margin: 0;
    min-height: 50px;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 2px 0 0 2px; }
    @media screen and (min-width: 550px) {
      .kb-site-search .kb-site-search__field {
        width: 82%; } }
    .kb-site-search .kb-site-search__field.live-search-loading {
      background: #fff url("../images/loader.svg") no-repeat right 5px center; }
  .kb-site-search #kb-site-search__results {
    position: absolute;
    margin-top: 50px;
    background: #fff;
    padding: 0;
    max-height: 400px;
    overflow: auto;
    position: absolute;
    z-index: 99;
    border: 1px solid #e6e6e6;
    border-width: 0 1px 1px 1px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    z-index: 999999; }
    .kb-site-search #kb-site-search__results .lhn_result {
      color: #4b4d4d;
      text-align: left;
      padding: 10px 10px 10px 35px;
      position: relative; }
      .kb-site-search #kb-site-search__results .lhn_result:before {
        content: "\f0f6";
        font-family: FontAwesome;
        position: absolute;
        left: 10px; }
      .kb-site-search #kb-site-search__results .lhn_result a {
        display: block;
        color: #4b4d4d;
        font-weight: bold;
        padding-right: 90px; }
      .kb-site-search #kb-site-search__results .lhn_result:hover {
        background-color: #f7f7f7; }
      .kb-site-search #kb-site-search__results .lhn_result .lhn_content {
        line-height: 1.8em; }
      .kb-site-search #kb-site-search__results .lhn_result .lhn_metadata {
        position: absolute;
        top: 10px;
        right: 10px; }
        .kb-site-search #kb-site-search__results .lhn_result .lhn_metadata > div {
          float: left;
          margin: 0px 0px 0px 5px;
          padding: 5px;
          border-radius: 3px;
          background-color: #ededed;
          line-height: 1em; }
          .kb-site-search #kb-site-search__results .lhn_result .lhn_metadata > div.lhn_views:before {
            content: "\f06e";
            color: #6d6d6d;
            display: inline-block;
            font-family: FontAwesome;
            margin-right: 3px; }
          .kb-site-search #kb-site-search__results .lhn_result .lhn_metadata > div.lhn_ratings {
            background-color: #9cc051;
            color: #ffffff; }
            .kb-site-search #kb-site-search__results .lhn_result .lhn_metadata > div.lhn_ratings:before {
              content: "\f164";
              color: #ffffff;
              display: inline-block;
              font-family: FontAwesome;
              margin-right: 3px; }
  .kb-site-search .kb-site-search__button {
    width: 14%;
    margin: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 3px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center; }
    @media screen and (min-width: 550px) {
      .kb-site-search .kb-site-search__button {
        width: 18%; } }
    .kb-site-search .kb-site-search__button:before {
      content: "\f002";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      right: 3px; }
      @media screen and (min-width: 550px) {
        .kb-site-search .kb-site-search__button:before {
          display: none; } }
    .kb-site-search .kb-site-search__button span {
      display: none; }
      @media screen and (min-width: 550px) {
        .kb-site-search .kb-site-search__button span {
          display: inline; } }

/**
  * # kb - Breadcrumbs Search Box
  *
  */
.kb-site-search-breadcrumbs-block {
  width: 26.4%;
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 20px; }

.kb-site-search-breadcrumbs {
  margin: 0px 0 0;
  position: relative; }
  .kb-site-search-breadcrumbs .kb-site-search__field-breadcrumbs {
    float: left;
    width: 100%;
    margin: 0;
    min-height: 14px;
    padding: 5px 1em;
    border-radius: 2px 0 0 2px; }
    .kb-site-search-breadcrumbs .kb-site-search__field-breadcrumbs.live-search-loading-breadcrumbs {
      background: #fff url("../images/loader.svg") no-repeat right 5px center; }
  .kb-site-search-breadcrumbs .kb-site-search__button-breadcrumbs {
    width: 14%;
    margin: 0;
    position: absolute;
    bottom: 0;
    content: "\f002";
    font-family: FontAwesome;
    top: 0;
    right: 0px;
    padding: 0px;
    text-align: center; }
    @media screen and (min-width: 550px) {
      .kb-site-search-breadcrumbs .kb-site-search__button-breadcrumbs {
        width: 14%;
        content: "\f002";
        font-family: FontAwesome; } }
    .kb-site-search-breadcrumbs .kb-site-search__button-breadcrumbs:before {
      content: "\f002";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      right: 3px; }
      @media screen and (min-width: 550px) {
        .kb-site-search-breadcrumbs .kb-site-search__button-breadcrumbs:before {
          display: none;
          content: "\f002";
          font-family: FontAwesome; } }
    .kb-site-search-breadcrumbs .kb-site-search__button-breadcrumbs span {
      display: none; }
      @media screen and (min-width: 550px) {
        .kb-site-search-breadcrumbs .kb-site-search__button-breadcrumbs span {
          display: inline; } }

/**
	* # kb - Category Block
	*
	*/
.kb-category {
  margin: 0 0 40px;
  position: relative; }
  .kb-category[data-kb-cat-icon="true"] .kb-category__header {
    padding-left: 50px; }
  .kb-category[data-kb-cat-icon="true"] .kb-category__icon {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 35px; }
  .kb-category[data-kb-cat-icon="false"] .kb-category__header {
    padding-left: 50px; }
    .kb-category[data-kb-cat-icon="false"] .kb-category__header:before {
      font-family: FontAwesome;
      font-size: 30px;
      line-height: 30px;
      content: "\f114";
      color: #6d6d6d;
      margin: 4px 0 0;
      position: absolute;
      top: 0;
      left: 0; }
  .kb-category .kb-category__header {
    position: relative;
    padding: 0 0 15px;
    border-bottom: 2px solid #dfe4e6; }
  .kb-category .kb-category__title {
    display: inline-block;
    font-size: 18px;
    line-height: 1.3;
    margin: 0; }
    .kb-category .kb-category__title a, .kb-category .kb-category__title a:visited {
      color: #1a1a1a; }
  .kb-category .kb-category__count {
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin-left: 2px; }
    .kb-category .kb-category__count:before {
      content: "("; }
    .kb-category .kb-category__count:after {
      content: ")"; }
  .kb-category .kb-category__description {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.5; }
  .kb-category .kb-article-list {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 22px; }
  .kb-category .kb-category__view-all {
    display: block;
    font-size: 15px;
    line-height: 22px;
    position: relative;
    padding-left: 25px;
    padding-top: 15px;
    color: inherit;
    font-weight: normal; }
    .kb-category .kb-category__view-all:before {
      font-family: FontAwesome;
      content: "\f18e";
      color: #6d6d6d;
      font-size: 16px;
      position: absolute;
      padding-top: 15px;
      top: 0;
      bottom: 0;
      left: 0; }

/**
	* # kb - Article List
	*
	*/
.kb-article-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .kb-article-list > li {
    font-size: 15px;
    border-bottom: 1px solid #e1e3e6;
    margin: 0 0 8px;
    padding: 0 0 8px;
    line-height: 25px; }
  .kb-article-list a {
    color: inherit;
    font-weight: normal; }
  .kb-article-list .kb-article-list__format-standard,
  .kb-article-list .kb-article-list__format-video {
    position: relative;
    padding-left: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    @media screen and (min-width: 1051px) {
      .kb-article-list .kb-article-list__format-standard,
      .kb-article-list .kb-article-list__format-video {
        text-overflow: ellipsis;
        overflow: hidden; } }
    .kb-article-list .kb-article-list__format-standard:before,
    .kb-article-list .kb-article-list__format-video:before {
      font-family: FontAwesome;
      content: "\f0f6";
      color: #6d6d6d;
      font-size: 16px;
      position: absolute;
      top: 2px;
      bottom: 0;
      left: 0; }
  @media screen and (min-width: 1051px) {
    .kb-article-list .kb-article-list__format-standard.related {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      padding-right: 25%; } }
  .kb-article-list .kb-article-list__format-standard:before {
    content: "\f0f6"; }
  .kb-article-list .kb-article-list__format-video:before {
    content: "\f0f6"; }

/**
	* # kb - Article Meta
	*
	*/
.kb-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1; }
  .kb-meta li {
    float: left;
    margin: 0 0 0 5px;
    background: #ededed;
    padding: 5px 5px;
    border-radius: 3px; }
    .kb-meta li:first-child {
      margin-left: 0; }
  .kb-meta .kb-meta__views:before {
    content: "\f06e";
    color: #6d6d6d;
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 3px; }
  .kb-meta .kb-meta__usefulness {
    background: #9cc051;
    color: #fff; }
    .kb-meta .kb-meta__usefulness:before {
      display: inline-block;
      font-family: FontAwesome;
      margin-right: 3px; }
    .kb-meta .kb-meta__usefulness.kb-meta__usefulness--good:before {
      content: "\f164";
      color: #fff; }
    .kb-meta .kb-meta__usefulness.kb-meta__usefulness--bad {
      background: #d26a40; }
      .kb-meta .kb-meta__usefulness.kb-meta__usefulness--bad:before {
        content: "\f165";
        color: #fff; }
  .kb-meta .kb-meta__comments:before {
    content: "\f075";
    color: #6d6d6d;
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 3px; }
  @media screen and (max-width: 1050px) {
    .kb-meta {
      display: none; } }

.kb-entry-meta {
  list-style: none;
  color: #999;
  font-size: 14px;
  margin: 10px 0 0;
  padding: 0; }
  .kb-entry-meta a {
    text-decoration: none; }
    .kb-entry-meta a:hover {
      text-decoration: underline; }
  .kb-entry-meta li {
    float: left;
    margin: 0;
    padding: 0; }
    .kb-entry-meta li:after {
      content: "|";
      margin: 0 5px;
      color: #e1e3e6; }
    .kb-entry-meta li:last-child:after {
      content: none; }

.kb-article {
  position: relative; }
  .kb-article .kb-article__title {
    margin: 0 0 10px; }
    .kb-article .kb-article__title a {
      color: inherit; }

/* Entry-Content Wrapper */
.kb-article__content {
  margin: 0 0 2em; }
  .kb-article__content ul li {
    list-style: disc; }

.kb-article__links {
  margin: -1em 0 2em; }

/**
	* # kb - Article (Single) Tags
	*
	*/
.kb-article-tags a {
  border: none;
  margin-left: 5px; }
  .kb-article-tags a:after {
    content: ","; }
  .kb-article-tags a:last-child:after {
    content: ""; }

/**
	* # kb - Article (Single) Related
	*
	*/
.kb-article-related {
  margin: 0 0 13px; }
  .kb-article-related .kb-article-related__title {
    font-size: 22px;
    margin: 0 0 20px;
    padding: 30px 0px 15px 0px;
    border-bottom: 2px solid #dfe4e6; }
  .kb-article-related .kb-meta {
    position: absolute;
    right: 0;
    top: 1px;
    max-width: 25%; }

/**
	* # kb - Article (Single) Author
	*
	*/
.kb-article-author {
  padding: 30px 0 0; }
  .kb-article-author .kb-article-author__avatar {
    float: left;
    margin: 0 35px 0 0; }
  .kb-article-author .kb-article-author__name {
    margin: 0 0 15px;
    display: inline-block; }
  .kb-article-author .kb-article-author__bio {
    margin: 0 0 0 105px; }

/**
	* # kb - Article (Single) Attachments
	*
	*/
.kb-article-attachments {
  margin: 0 0 2em; }
  .kb-article-attachments .kb-article-attachments__title {
    margin: 0 0 0.6em;
    padding: 0; }
  .kb-article-attachments .kb-article-attachments__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .kb-article-attachments .kb-article-attachments__item a {
    color: inherit; }
    .kb-article-attachments .kb-article-attachments__item a[href$='.pdf'], .kb-article-attachments .kb-article-attachments__item a[href$='.doc'], .kb-article-attachments .kb-article-attachments__item a[href$='.docx'], .kb-article-attachments .kb-article-attachments__item a[href$='.ppt'], .kb-article-attachments .kb-article-attachments__item a[href$='.pptx'], .kb-article-attachments .kb-article-attachments__item a[href$='.pps'], .kb-article-attachments .kb-article-attachments__item a[href$='.ppsx'], .kb-article-attachments .kb-article-attachments__item a[href$='.mp4'], .kb-article-attachments .kb-article-attachments__item a[href$='.m4v'], .kb-article-attachments .kb-article-attachments__item a[href$='.mov'], .kb-article-attachments .kb-article-attachments__item a[href$='.wmv'], .kb-article-attachments .kb-article-attachments__item a[href$='.avi'], .kb-article-attachments .kb-article-attachments__item a[href$='.mpg'], .kb-article-attachments .kb-article-attachments__item a[href$='.ogv'], .kb-article-attachments .kb-article-attachments__item a[href$='.3gp'], .kb-article-attachments .kb-article-attachments__item a[href$='.3g2'], .kb-article-attachments .kb-article-attachments__item a[href$='.mp3'], .kb-article-attachments .kb-article-attachments__item a[href$='.m4a'], .kb-article-attachments .kb-article-attachments__item a[href$='.ogg'], .kb-article-attachments .kb-article-attachments__item a[href$='.wav'], .kb-article-attachments .kb-article-attachments__item a[href$='.jpg'], .kb-article-attachments .kb-article-attachments__item a[href$='.jpeg'], .kb-article-attachments .kb-article-attachments__item a[href$='.png'], .kb-article-attachments .kb-article-attachments__item a[href$='.gif'], .kb-article-attachments .kb-article-attachments__item a[href$='.js'], .kb-article-attachments .kb-article-attachments__item a[href$='.css'], .kb-article-attachments .kb-article-attachments__item a[href$='.html'], .kb-article-attachments .kb-article-attachments__item a[href$='.php'], .kb-article-attachments .kb-article-attachments__item a[href$='.zip'], .kb-article-attachments .kb-article-attachments__item a[href$='.rar'] {
      position: relative;
      padding-left: 25px; }
      .kb-article-attachments .kb-article-attachments__item a[href$='.pdf']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.doc']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.docx']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.ppt']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.pptx']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.pps']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.ppsx']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.mp4']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.m4v']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.mov']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.wmv']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.avi']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.mpg']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.ogv']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.3gp']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.3g2']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.mp3']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.m4a']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.ogg']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.wav']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.jpg']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.jpeg']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.png']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.gif']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.js']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.css']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.html']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.php']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.zip']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.rar']:before {
        color: #6d6d6d;
        font-family: FontAwesome;
        font-size: 16px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0; }
    .kb-article-attachments .kb-article-attachments__item a[href$='.pdf']:before {
      content: "\f1c1"; }
    .kb-article-attachments .kb-article-attachments__item a[href$='.doc']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.docx']:before {
      content: "\f1c2"; }
    .kb-article-attachments .kb-article-attachments__item a[href$='.ppt']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.pptx']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.pps']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.ppsx']:before {
      content: "\f1c4"; }
    .kb-article-attachments .kb-article-attachments__item a[href$='.mp4']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.m4v']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.mov']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.wmv']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.avi']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.mpg']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.ogv']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.3gp']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.3g2']:before {
      content: "\f1c8"; }
    .kb-article-attachments .kb-article-attachments__item a[href$='.mp3']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.m4a']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.ogg']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.wav']:before {
      content: "\f1c7"; }
    .kb-article-attachments .kb-article-attachments__item a[href$='.jpg']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.jpeg']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.png']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.gif']:before {
      content: "\f1c5"; }
    .kb-article-attachments .kb-article-attachments__item a[href$='.js']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.css']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.html']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.php']:before {
      content: "\f1c9"; }
    .kb-article-attachments .kb-article-attachments__item a[href$='.zip']:before, .kb-article-attachments .kb-article-attachments__item a[href$='.rar']:before {
      content: "\f1c6"; }

/* End #kb */
/**
* # Template Specific Element Styling
*
* Styling for elements in specific areas of the layout
*/
/* Archive Element Styling */
/* Category Element Styling */
#kb.kb-template-category .kb-article {
  padding-top: 15px;
  border-bottom: 1px solid #dfe4e6;
  margin: 0; }
  @media screen and (min-width: 1051px) {
    #kb.kb-template-category .kb-article .kb-article__title {
      font-size: 18px;
      line-height: 20px;
      margin: 0;
      padding: 0 120px 0 0;
      padding-right: 25%;
      font-weight: 400; } }
  @media screen and (max-width: 500px) {
    #kb.kb-template-category .kb-article .kb-article__title {
      line-height: 18px;
      font-weight: 400; } }
  @media screen and (max-width: 375px) {
    #kb.kb-template-category .kb-article .kb-article__title {
      line-height: 16px;
      font-weight: 400; } }
  #kb.kb-template-category .kb-article .kb-meta {
    position: absolute;
    right: 0;
    top: 14px;
    bottom: 10px;
    max-width: 25%; }

#kb.kb-template-category .kb-article__format-standard,
#kb.kb-template-category .kb-article__format-video {
  position: relative;
  padding-left: 30px;
  padding: 15px;
  padding-left: 30px; }
  #kb.kb-template-category .kb-article__format-standard:before,
  #kb.kb-template-category .kb-article__format-video:before {
    font-family: FontAwesome;
    content: "\f0f6";
    color: #6d6d6d;
    font-size: 16px;
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 0; }

#kb.kb-template-category .kb-article__format-standard:before {
  content: "\f0f6"; }

#kb.kb-template-category .kb-article__format-video:before {
  content: "\f0f6"; }

@media screen and (min-width: 1051px) {
  #kb.kb-template-category .kb-article__format-standard .kb-article__title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; } }

/* Single Element Styling */
/* Search Element Styling */
#kb.kb-template-search .kb-article {
  padding: 10px 0;
  border-bottom: 1px solid #dfe4e6; }
  #kb.kb-template-search .kb-article .kb-article__title {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 0 120px 0 0; }
  #kb.kb-template-search .kb-article .kb-meta {
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px; }

/**
* # Live search styling
*/
#kb-jquery-live-search {
  background: #fff;
  padding: 0;
  max-height: 400px;
  overflow: auto;
  display: none;
  position: absolute;
  z-index: 99;
  border: 1px solid #e6e6e6;
  border-width: 0 1px 1px 1px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }

/* KB Search Results */
#kb.kb-searchresults {
  list-style: none;
  margin: 0;
  padding: 0; }
  #kb.kb-searchresults > li {
    position: relative;
    padding: 0 10px;
    margin: 0; }
    #kb.kb-searchresults > li:hover, #kb.kb-searchresults > li.kb-searchresults__current {
      background: #f7f7f7; }
    #kb.kb-searchresults > li:nth-last-child(2) a {
      padding-bottom: 12px; }
    #kb.kb-searchresults > li.kb-searchresults__article {
      padding-left: 30px; }
      #kb.kb-searchresults > li.kb-searchresults__article a:before {
        font-family: FontAwesome;
        color: #6d6d6d;
        font-size: 16px;
        line-height: 1;
        position: absolute;
        left: 10px;
        top: 10px;
        font-weight: normal; }
    #kb.kb-searchresults > li.kb-searchresults__article a:before {
      content: "\f0f6"; }
    #kb.kb-searchresults > li.kb-searchresults__showall, #kb.kb-searchresults > li.kb-searchresults__noresults {
      background: #f7f7f7;
      text-align: center;
      font-size: 15px;
      line-height: 22px; }
      #kb.kb-searchresults > li.kb-searchresults__showall a,
      #kb.kb-searchresults > li.kb-searchresults__showall span, #kb.kb-searchresults > li.kb-searchresults__noresults a,
      #kb.kb-searchresults > li.kb-searchresults__noresults span {
        display: block;
        padding: 10px; }
    #kb.kb-searchresults > li a {
      padding: 6px 0px 6px 10px;
      display: block;
      color: inherit;
      text-decoration: none; }
    #kb.kb-searchresults > li .kb-searchresults__title,
    #kb.kb-searchresults > li .kb-searchresults__excerpt {
      display: block; }
    #kb.kb-searchresults > li .kb-searchresults__title {
      font-size: 16px;
      line-height: 18px;
      font-weight: bold;
      padding: 0 90px 0 0; }
    #kb.kb-searchresults > li .kb-searchresults__excerpt {
      margin: 10px 0 0;
      font-size: 15px;
      line-height: 22px;
      font-weight: normal; }
    #kb.kb-searchresults > li .kb-meta {
      position: absolute;
      top: 6px;
      right: 10px;
      font-size: 11px;
      font-weight: normal; }

/**
* # Widget Styling
*
*/
.kb_widget_articles > ul,
.kb_widget_authors > ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* KB Articles Widget */
.kb_widget_articles > ul > li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 25px; }
  .kb_widget_articles > ul > li:before {
    font-family: FontAwesome;
    content: "\f0f6";
    color: #6d6d6d;
    font-size: 100%;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0; }
  .kb_widget_articles > ul > li a {
    color: #4b4d4d; }

.kb_widget_articles .kb-widget__entry-title {
  display: block;
  margin: 0 0 4px 0;
  font-size: 16px;
  color: #333 !important; }

.kb_widget_articles .kb-widget__entry-title-sidebar {
  display: block;
  margin: 0 0 4px 0;
  font-size: 14px;
  color: #333 !important; }

.kb_widget_articles .kb-widget__entry-title-footer {
  display: block;
  margin: 0 0 4px 0;
  font-size: 14px;
  color: #333 !important; }

.kb_widget_articles .kb-meta {
  list-style: none;
  margin: 2px 0 0 !important;
  padding: 0;
  font-size: 11px;
  line-height: 1; }
  .kb_widget_articles .kb-meta li {
    float: left;
    margin: 0 0 0 5px;
    background: #ededed;
    padding: 5px 5px;
    border-radius: 3px; }
    .kb_widget_articles .kb-meta li:first-child {
      margin-left: 0; }
  .kb_widget_articles .kb-meta .kb-meta__views:before {
    content: "\f06e";
    color: #6d6d6d;
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 3px; }
  .kb_widget_articles .kb-meta .kb-meta__usefulness {
    background: #9cc051;
    color: #fff; }
    .kb_widget_articles .kb-meta .kb-meta__usefulness:before {
      display: inline-block;
      font-family: FontAwesome;
      margin-right: 3px; }
    .kb_widget_articles .kb-meta .kb-meta__usefulness.kb-meta__usefulness--good:before {
      content: "\f164";
      color: #fff; }
    .kb_widget_articles .kb-meta .kb-meta__usefulness.kb-meta__usefulness--bad {
      background: #d26a40; }
      .kb_widget_articles .kb-meta .kb-meta__usefulness.kb-meta__usefulness--bad:before {
        content: "\f165";
        color: #fff; }
  .kb_widget_articles .kb-meta .kb-meta__comments:before {
    content: "\f075";
    color: #6d6d6d;
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 3px; }

/* KB Categories Widget */
.kb_widget_categories > ul > li {
  position: relative;
  padding-right: 30px;
  margin: 0 0 10px; }
  .kb_widget_categories > ul > li span {
    position: absolute;
    right: 0; }
  .kb_widget_categories > ul > li a {
    color: #333 !important;
    font-size: 14px; }

/* KB Authors Widget */
.kb_widget_authors .kb-widget-author__avatar {
  float: left;
  margin: 0 15px 0 0; }
  .kb_widget_authors .kb-widget-author__avatar a {
    color: #333 !important;
    display: block;
    line-height: 1; }

.kb_widget_authors .kb-widget-author__title {
  font-size: 15px;
  font-weight: bold;
  color: #333 !important; }

.kb_widget_authors .kb-widget-author__postcount span {
  clear: right;
  float: right;
  font-size: 85%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.kb_widget_authors .nav > ul {
  padding-left: inherit;
  list-style-type: none; }

/* KB Search Widget */
.elipsis {
  color: #999; }

.author {
  margin-bottom: 10px; }

.author-categories {
  font-weight: bold; }

.author-tags {
  font-weight: bold; }

.total-articles-label {
  font-weight: bold; }

.time {
  color: #0985B1; }

.author-name {
  color: #0985B1 !important; }

.author-description {
  font-weight: bold; }

.category-name {
  color: #0985B1; }

.tag-name {
  color: #0985B1; }

#comments iframe {
  width: 100%; }

#comments {
  width: 99.9%; }

.allow-comments {
  font-size: 22px;
  font-weight: 400px;
  padding-top: 5px; }

div.hearts {
  width: 280px;
  display: inline-block; }

input.heart {
  display: none; }

label.heart {
  float: left;
  margin: auto;
  margin-left: 1px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 24px;
  color: #87bad7;
  transition: all .2s; }

label.heart:hover {
  transform: rotate(-15deg) scale(1.3); }

label.heart:before {
  content: '\f08a';
  font-family: FontAwesome; }

label.heart.selected:before {
  content: '\f004';
  color: #87bad7;
  transition: all .25s; }

label.heart.selected.all:before {
  text-shadow: 0 0 20px #952; }

.heart-rating {
  font-size: 22px;
  font-weight: 400px; }

.heart-style {
  color: #87bad7;
  font-size: 13px;
  font-weight: bold; }

#btnSubmitYes {
  font-size: 14px;
  border: none;
  background: #9cc051;
  color: #fff;
  border-radius: 5px;
  text-transform: inherit;
  width: 50px; }

#btnSubmitNo {
  font-size: 14px;
  border: none;
  background: #d26a40;
  color: #fff;
  border-radius: 5px;
  text-transform: inherit;
  width: 50px; }

#slider {
  position: relative;
  overflow: hidden; }

#slider > ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }

#slider > ul > li {
  position: relative;
  display: block;
  float: left; }

.control_prev {
  display: none;
  font-size: 12px;
  border-width: 1px;
  background: none;
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: #ededed;
  border-style: solid;
  border-radius: 5px; }

.control_next {
  font-size: 12px;
  border-width: 1px;
  background: none;
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: #ededed;
  border-style: solid;
  border-radius: 5px; }

.ts_title {
  color: black;
  font-size: 16px;
  font-weight: 600;
  font-size: 18px; }

.next_prev_buttons {
  margin-left: 2px; }

.ts_navigation {
  font-size: 13px;
  padding: 20px 0;
  padding-top: 2px;
  padding-right: 3px;
  border-bottom: none;
  position: absolute;
  top: -10px;
  right: 0px; }
  .ts_navigation ul {
    list-style: none;
    text-align: left;
    padding: 0;
    align: center; }
    .ts_navigation ul li {
      display: inline-block; }
    .ts_navigation ul a,
    .ts_navigation ul span {
      color: #4b4d4d;
      border: 1px solid #dfe4e6;
      padding: 5px;
      line-height: 1;
      padding: 3px 6px; }
      .ts_navigation ul a.current,
      .ts_navigation ul span.current {
        background: #dfe4e6;
        color: #4b4d4d; }
      .ts_navigation ul a:hover,
      .ts_navigation ul span:hover {
        background: #dfe4e6; }

#answer-info {
  border-top: solid;
  border-width: 2px;
  border-color: #ededed;
  font-size: 16px; }

.slider_title {
  color: black;
  font-size: 16px;
  font-weight: 600; }

.slider_question {
  font-style: italic; }

.help-label-vote {
  display: -webkit-inline-box;
  font-size: 15px; }

.did-this-help-label {
  vertical-align: -webkit-baseline-middle;
  display: -webkit-inline-box;
  font-size: 15px;
  padding-right: 10px; }

.yes-no-buttons {
  vertical-align: -webkit-baseline-middle;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 7px; }

#btnSubscribe {
  background: #203040;
  border-radius: 5px;
  font-size: 13px;
  color: white;
  padding-bottom: inherit;
  padding-top: inherit;
  vertical-align: bottom;
  height: 36px;
  border: 2px solid #203040; }

#subscribeEmail {
  border-radius: 5px;
  border: 2px solid #e1e3e6;
  line-height: unset;
  width: 276px; }

#btnUnsubscribe {
  background: #203040;
  border-radius: 5px;
  font-size: 13px;
  color: white;
  padding-bottom: inherit;
  padding-top: inherit;
  vertical-align: bottom;
  height: 36px;
  border: 2px solid #203040; }

#unsubscribeEmail {
  border-radius: 5px;
  border: 2px solid #e1e3e6;
  line-height: unset;
  width: 276px; }

#subscribeLabel {
  display: none; }

#unsubscribeLabel {
  display: none; }

#unsubscribeAlert {
  display: none; }

#subscribe {
  display: block; }

#unsubscribe {
  display: none; }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local("Nunito-Regular"), url(http://fonts.gstatic.com/s/nunito/v7/6TbRXKWJjpj6V2v_WyRbMevvDin1pK8aKteLpeZ5c0A.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(http://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(http://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5UYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(http://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(http://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAoX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(http://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEEYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(http://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSg7aC6SjiAOpAWOKfJDfVRY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShdwxCXfZpKo5kWAx_74bHs.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSp6vnaPZw6nYDxM4SVEMFKg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSvy1_HTwRwgtl1cPga3Fy3Y.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSvgrLsWo7Jk1KvZser0olKY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSojoYw3YTyktCCer_ilOlhE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzA7aC6SjiAOpAWOKfJDfVRY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBdwxCXfZpKo5kWAx_74bHs.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJ6vnaPZw6nYDxM4SVEMFKg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzPy1_HTwRwgtl1cPga3Fy3Y.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzPgrLsWo7Jk1KvZser0olKY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzIjoYw3YTyktCCer_ilOlhE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBvZraR2Tg8w2lzm7kLNL0-w.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBl4sYYdJg5dU2qzJEVSuta0.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBlBW26QxpSj-_ZKm_xT4hWw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBgt_Rm691LTebKfY2ZkKSmI.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBtDiNsR5a-9Oe_Ivpu8XWlY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBqE8kM4xWR1_1bYURRojRGc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBogp9Q8gbYrhqGlRav_IXfk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

.avatar {
  -webkit-border-radius: 99%;
  -moz-border-radius: 99%;
  -ms-border-radius: 99%;
  border-radius: 99%; }
