@font-face {
  font-family: "wf_segoe-ui_normal";
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.eot");
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.ttf") format("truetype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.svg#web") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "wf_segoe-ui_light";
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.eot");
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.ttf") format("truetype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.svg#web") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "wf_segoe-ui_semibold";
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.eot");
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.ttf") format("truetype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.svg#web") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "wf_segoe-ui_bold";
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.eot");
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.ttf") format("truetype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.svg#web") format("svg");
  font-weight: normal;
  font-style: normal; }

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

.grid, .row, [class*="col-"] {
  box-sizing: border-box; }

.grid {
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px; }
  .grid.full {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .grid.fixed .row {
    margin-left: -10px;
    margin-right: -10px; }
    .grid.fixed .row > [class*="col-"] {
      padding-left: 10px;
      padding-right: 10px; }
  .grid.fixed-small .row {
    margin-left: -2px;
    margin-right: -2px; }
    .grid.fixed-small .row > [class*="col-"] {
      padding-left: 2px;
      padding-right: 2px; }
  .grid.fixed-large .row {
    margin-left: -4px;
    margin-right: -4px; }
    .grid.fixed-large .row > [class*="col-"] {
      padding-left: 4px;
      padding-right: 4px; }
  @media screen and (min-width: 540px) {
    .grid.fixed-small .row {
      margin-left: -6px;
      margin-right: -6px; }
      .grid.fixed-small .row > [class*="col-"] {
        padding-left: 6px;
        padding-right: 6px; }
    .grid.fixed-large .row {
      margin-left: -12px;
      margin-right: -12px; }
      .grid.fixed-large .row > [class*="col-"] {
        padding-left: 12px;
        padding-right: 12px; } }
  @media screen and (min-width: 768px) {
    .grid.fixed-small .row {
      margin-left: -12px;
      margin-right: -12px; }
      .grid.fixed-small .row > [class*="col-"] {
        padding-left: 12px;
        padding-right: 12px; }
    .grid.fixed-large .row {
      margin-left: -24px;
      margin-right: -24px; }
      .grid.fixed-large .row > [class*="col-"] {
        padding-left: 24px;
        padding-right: 24px; } }
  .grid.zero-margin .row {
    margin-left: 0;
    margin-right: 0; }
    .grid.zero-margin .row > [class*="col-"] {
      padding-left: 0;
      padding-right: 0; }
  .grid .row {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1em;
    margin-right: -1em;
    margin-left: -1vw;
    margin-right: -1vw; }
    .grid .row.content-flush {
      margin-left: -2em;
      margin-right: -2em;
      margin-left: -2vw;
      margin-right: -2vw; }
    .grid .row.vertically-centered {
      align-items: center; }
  .grid .row:after, .grid [class*="col-"]:after {
    content: "";
    display: table;
    clear: both; }

[class*="col-"] {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding-left: 1em;
  padding-right: 1em;
  padding-left: 1vw;
  padding-right: 1vw; }
  [class*="col-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

@media screen and (min-width: 540px) {
  .grid {
    padding-left: 24px;
    padding-right: 24px; } }

@media screen and (min-width: 768px) {
  .grid {
    padding-left: 0;
    padding-right: 0;
    width: 90%; } }

@media screen and (min-width: 2000px) {
  .grid .row {
    margin-left: -1em;
    margin-right: -1em;
    margin-left: -0.5vw;
    margin-right: -0.5vw; }
    .grid .row > [class*="col-"] {
      padding-left: 1em;
      padding-right: 1em;
      padding-left: 0.5vw;
      padding-right: 0.5vw; } }

.mscom-vertical [class*="col-"] {
  padding: 1em 1em;
  padding: -webkit-calc(1em + 0.5vh) 1vw;
  padding: calc(1em + 0.5vh) 1vw; }

.col-1-3.nb, .col-2-6.nb {
  width: 33.3333333333%; }

.col-2-3.nb, .col-4-6.nb {
  width: 66.6666666667%; }

.col-1-2.nb, .col-2-4.nb, .col-3-6.nb, .col-1-8, .col-1-12 {
  width: 50%; }

.col-1-4.nb {
  width: 25%; }

.col-3-4.nb {
  width: 75%; }

.col-1-5.nb {
  width: 20%; }

.col-1-6.nb, .col-1-24 {
  width: 16.6666666667%; }

.col-1-8.nb {
  width: 12.5%; }

.col-1-12.nb {
  width: 8.3333333333%; }

.col-1-24.nb {
  width: 4.1666666667%; }

.col-2-8, .col-2-12, .col-4-12, .col-2-2, .col-3-3, .col-4-4, .col-5-5, .col-6-6, .col-8-8, .col-12-12, .col-24-24 {
  width: 100%; }

@media screen and (min-width: 540px) {
  .col-1-4, .col-1-6, .col-1-8, .col-2-12, .col-6-24, .col-6-24 + .preceding-col-6-24 {
    width: 50%; }
  .col-1-3 {
    width: 33.3333333333%; }
  .col-2-3 {
    width: 66.6666666667%; }
  .col-1-12 {
    width: 25%; }
  .col-3-6 + .col-1-6, .col-2-4, .col-2-6, .col-4-8, .col-3-4 + .col-1-4, .preceding-col-1-4, .preceding-col-6-24, .preceding-col-6-24 ~ .col-6-24 {
    width: 100%; }
  .col-1-24 {
    width: 8.3333333333%; } }

@media screen and (min-width: 768px) {
  .col-1-2, .col-2-4, .col-4-6 ~ .col-1-6, .preceding-col-1-6, .col-2-8, .col-6-8 ~ .col-1-8, .preceding-col-1-8, .col-12-24 {
    width: 50%; }
  .col-1-4, .col-3-4 + .col-1-4, .preceding-col-1-4, .col-1-8, .col-6-24, .preceding-col-6-24, .col-6-24 + .preceding-col-6-24, .preceding-col-6-24 ~ .col-6-24 {
    width: 25%; }
  .col-1-5 {
    width: 20%; }
  .col-2-5 {
    width: 40%; }
  .col-3-5 {
    width: 60%; }
  .col-4-5 {
    width: 80%; }
  .col-1-6, .col-3-6 + .col-1-6 {
    width: 33.3333333333%; }
  .col-3-4, .col-1-8 + .preceding-col-1-8 {
    width: 75%; }
  .col-2-6, .col-1-6 + .preceding-col-1-6 {
    width: 66.6666666667%; }
  .col-4-4, .col-3-6, .col-4-6, .col-4-6 + .col-2-6, .preceding-col-2-6, .col-4-8, .col-6-8, .col-6-8 + .col-2-8, .preceding-col-2-8 {
    width: 100%; }
  .col-1-24 {
    width: 4.1666666667%; } }

@media screen and (min-width: 1084px) {
  .col-4-6 + .col-2-6, .preceding-col-2-6, .col-2-6, .col-4-12 {
    width: 33.3333333333%; }
  .col-4-6 ~ .col-1-6, .preceding-col-1-6, .col-1-6, .col-3-6 + .col-1-6, .col-1-6 + .preceding-col-1-6, .col-2-12 {
    width: 16.6666666667%; }
  .col-6-8 + .col-2-8, .preceding-col-2-8, .col-2-8 {
    width: 25%; }
  .col-6-8 ~ .col-1-8, .preceding-col-1-8, .col-1-8 + .preceding-col-1-8, .col-1-8 {
    width: 12.5%; }
  .col-3-6, .col-4-8 {
    width: 50%; }
  .col-4-6 {
    width: 66.6666666667%; }
  .col-6-6 {
    width: 100%; }
  .col-6-8 {
    width: 75%; }
  .col-1-12 {
    width: 8.3333333333%; } }

@media screen and (min-width: 320px) {
  .xs-col-1-2 {
    width: 100%; } }

@media screen and (min-width: 540px) {
  .s-col-1-2 {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .m-col-1-2 {
    width: 50%; }
  .m-col-2-2 {
    width: 100%; } }

@media screen and (min-width: 1084px) {
  .l-col-1-2 {
    width: 50%; }
  .l-col-2-2 {
    width: 100%; } }

@media screen and (min-width: 1400px) {
  .xl-col-1-2 {
    width: 50%; }
  .xl-col-2-2 {
    width: 100%; } }

@media screen and (min-width: 320px) {
  .xs-col-1-3 {
    width: 100%; } }

@media screen and (min-width: 540px) {
  .s-col-1-3 {
    width: 33.3333333333%; }
  .s-col-2-3 {
    width: 66.6666666667%; }
  .s-col-3-3 {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .m-col-1-3 {
    width: 33.3333333333%; }
  .m-col-2-3 {
    width: 66.6666666667%; }
  .m-col-3-3 {
    width: 100%; } }

@media screen and (min-width: 1084px) {
  .l-col-1-3 {
    width: 33.3333333333%; }
  .l-col-2-3 {
    width: 66.6666666667%; }
  .l-col-3-3 {
    width: 100%; } }

@media screen and (min-width: 1400px) {
  .xl-col-1-3 {
    width: 33.3333333333%; }
  .xl-col-2-3 {
    width: 66.6666666667%; }
  .xl-col-3-3 {
    width: 100%; } }

@media screen and (min-width: 320px) {
  .xs-col-1-4 {
    width: 100%; } }

@media screen and (min-width: 540px) {
  .s-col-1-4 {
    width: 50%; }
  .s-col-2-4 {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .m-col-1-4 {
    width: 25%; }
  .m-col-2-4 {
    width: 50%; }
  .m-col-3-4 {
    width: 75%; }
  .m-col-4-4 {
    width: 100%; } }

@media screen and (min-width: 1084px) {
  .l-col-1-4 {
    width: 25%; }
  .l-col-2-4 {
    width: 50%; }
  .l-col-3-4 {
    width: 75%; }
  .l-col-4-4 {
    width: 100%; } }

@media screen and (min-width: 1400px) {
  .xl-col-1-4 {
    width: 25%; }
  .xl-col-2-4 {
    width: 50%; }
  .xl-col-3-4 {
    width: 75%; }
  .xl-col-4-4 {
    width: 100%; } }

@media screen and (min-width: 320px) {
  .xs-col-1-5 {
    width: 100%; } }

@media screen and (min-width: 540px) {
  .s-col-1-5 {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .m-col-1-5 {
    width: 20%; }
  .m-col-2-5 {
    width: 40%; }
  .m-col-3-5 {
    width: 60%; }
  .m-col-4-5 {
    width: 80%; }
  .m-col-5-5 {
    width: 100%; } }

@media screen and (min-width: 1084px) {
  .l-col-1-5 {
    width: 20%; }
  .l-col-2-5 {
    width: 40%; }
  .l-col-3-5 {
    width: 60%; }
  .l-col-4-5 {
    width: 80%; }
  .l-col-5-5 {
    width: 100%; } }

@media screen and (min-width: 1400px) {
  .xl-col-1-5 {
    width: 20%; }
  .xl-col-2-5 {
    width: 40%; }
  .xl-col-3-5 {
    width: 60%; }
  .xl-col-4-5 {
    width: 80%; }
  .xl-col-5-5 {
    width: 100%; } }

@media screen and (min-width: 320px) {
  .xs-col-1-6 {
    width: 100%; } }

@media screen and (min-width: 540px) {
  .s-col-1-6 {
    width: 50%; }
  .s-col-2-6 {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .m-col-1-6 {
    width: 33.3333333333%; }
  .m-col-2-6 {
    width: 66.6666666667%; }
  .m-col-3-6 {
    width: 100%; } }

@media screen and (min-width: 1084px) {
  .l-col-1-6 {
    width: 16.6666666667%; }
  .l-col-2-6 {
    width: 33.3333333333%; }
  .l-col-3-6 {
    width: 50%; }
  .l-col-4-6 {
    width: 66.6666666667%; }
  .l-col-5-6 {
    width: 83.3333333333%; }
  .l-col-6-6 {
    width: 100%; } }

@media screen and (min-width: 1400px) {
  .xl-col-1-6 {
    width: 16.6666666667%; }
  .xl-col-2-6 {
    width: 33.3333333333%; }
  .xl-col-3-6 {
    width: 50%; }
  .xl-col-4-6 {
    width: 66.6666666667%; }
  .xl-col-5-6 {
    width: 83.3333333333%; }
  .xl-col-6-6 {
    width: 100%; } }

@media screen and (min-width: 320px) {
  .xs-col-1-8 {
    width: 50%; }
  .xs-col-2-8 {
    width: 100%; } }

@media screen and (min-width: 540px) {
  .s-col-1-8 {
    width: 50%; }
  .s-col-2-8 {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .m-col-1-8 {
    width: 25%; }
  .m-col-2-8 {
    width: 50%; }
  .m-col-3-8 {
    width: 75%; }
  .m-col-4-8 {
    width: 100%; } }

@media screen and (min-width: 1084px) {
  .l-col-1-8 {
    width: 12.5%; }
  .l-col-2-8 {
    width: 25%; }
  .l-col-3-8 {
    width: 37.5%; }
  .l-col-4-8 {
    width: 50%; }
  .l-col-5-8 {
    width: 62.5%; }
  .l-col-6-8 {
    width: 75%; }
  .l-col-7-8 {
    width: 87.5%; }
  .l-col-8-8 {
    width: 100%; } }

@media screen and (min-width: 1400px) {
  .xl-col-1-8 {
    width: 12.5%; }
  .xl-col-2-8 {
    width: 25%; }
  .xl-col-3-8 {
    width: 37.5%; }
  .xl-col-4-8 {
    width: 50%; }
  .xl-col-5-8 {
    width: 62.5%; }
  .xl-col-6-8 {
    width: 75%; }
  .xl-col-7-8 {
    width: 87.5%; }
  .xl-col-8-8 {
    width: 100%; } }

@media screen and (min-width: 320px) {
  .xs-col-1-12 {
    width: 50%; }
  .xs-col-2-12 {
    width: 100%; } }

@media screen and (min-width: 540px) {
  .s-col-1-12 {
    width: 25%; }
  .s-col-2-12 {
    width: 50%; }
  .s-col-3-12 {
    width: 75%; }
  .s-col-4-12 {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .m-col-1-12 {
    width: 25%; }
  .m-col-2-12 {
    width: 50%; }
  .m-col-3-12 {
    width: 75%; }
  .m-col-4-12 {
    width: 100%; } }

@media screen and (min-width: 1084px) {
  .l-col-1-12 {
    width: 8.3333333333%; }
  .l-col-2-12 {
    width: 16.6666666667%; }
  .l-col-3-12 {
    width: 25%; }
  .l-col-4-12 {
    width: 33.3333333333%; }
  .l-col-5-12 {
    width: 41.6666666667%; }
  .l-col-6-12 {
    width: 50%; }
  .l-col-7-12 {
    width: 58.3333333333%; }
  .l-col-8-12 {
    width: 66.6666666667%; }
  .l-col-9-12 {
    width: 75%; }
  .l-col-10-12 {
    width: 83.3333333333%; }
  .l-col-11-12 {
    width: 91.6666666667%; }
  .l-col-12-12 {
    width: 100%; } }

@media screen and (min-width: 1400px) {
  .xl-col-1-12 {
    width: 8.3333333333%; }
  .xl-col-2-12 {
    width: 16.6666666667%; }
  .xl-col-3-12 {
    width: 25%; }
  .xl-col-4-12 {
    width: 33.3333333333%; }
  .xl-col-5-12 {
    width: 41.6666666667%; }
  .xl-col-6-12 {
    width: 50%; }
  .xl-col-7-12 {
    width: 58.3333333333%; }
  .xl-col-8-12 {
    width: 66.6666666667%; }
  .xl-col-9-12 {
    width: 75%; }
  .xl-col-10-12 {
    width: 83.3333333333%; }
  .xl-col-11-12 {
    width: 91.6666666667%; }
  .xl-col-12-12 {
    width: 100%; } }

@media screen and (min-width: 320px) {
  .xs-col-1-24 {
    width: 4.1666666667%; }
  .xs-col-2-24 {
    width: 8.3333333333%; }
  .xs-col-3-24 {
    width: 12.5%; }
  .xs-col-4-24 {
    width: 16.6666666667%; }
  .xs-col-5-24 {
    width: 20.8333333333%; }
  .xs-col-6-24 {
    width: 25%; }
  .xs-col-7-24 {
    width: 29.1666666667%; }
  .xs-col-8-24 {
    width: 33.3333333333%; }
  .xs-col-9-24 {
    width: 37.5%; }
  .xs-col-10-24 {
    width: 41.6666666667%; }
  .xs-col-11-24 {
    width: 45.8333333333%; }
  .xs-col-12-24 {
    width: 50%; }
  .xs-col-13-24 {
    width: 54.1666666667%; }
  .xs-col-14-24 {
    width: 58.3333333333%; }
  .xs-col-15-24 {
    width: 62.5%; }
  .xs-col-16-24 {
    width: 66.6666666667%; }
  .xs-col-17-24 {
    width: 70.8333333333%; }
  .xs-col-18-24 {
    width: 75%; }
  .xs-col-19-24 {
    width: 79.1666666667%; }
  .xs-col-20-24 {
    width: 83.3333333333%; }
  .xs-col-21-24 {
    width: 87.5%; }
  .xs-col-22-24 {
    width: 91.6666666667%; }
  .xs-col-23-24 {
    width: 95.8333333333%; }
  .xs-col-24-24 {
    width: 100%; } }

@media screen and (min-width: 540px) {
  .s-col-1-24 {
    width: 4.1666666667%; }
  .s-col-2-24 {
    width: 8.3333333333%; }
  .s-col-3-24 {
    width: 12.5%; }
  .s-col-4-24 {
    width: 16.6666666667%; }
  .s-col-5-24 {
    width: 20.8333333333%; }
  .s-col-6-24 {
    width: 25%; }
  .s-col-7-24 {
    width: 29.1666666667%; }
  .s-col-8-24 {
    width: 33.3333333333%; }
  .s-col-9-24 {
    width: 37.5%; }
  .s-col-10-24 {
    width: 41.6666666667%; }
  .s-col-11-24 {
    width: 45.8333333333%; }
  .s-col-12-24 {
    width: 50%; }
  .s-col-13-24 {
    width: 54.1666666667%; }
  .s-col-14-24 {
    width: 58.3333333333%; }
  .s-col-15-24 {
    width: 62.5%; }
  .s-col-16-24 {
    width: 66.6666666667%; }
  .s-col-17-24 {
    width: 70.8333333333%; }
  .s-col-18-24 {
    width: 75%; }
  .s-col-19-24 {
    width: 79.1666666667%; }
  .s-col-20-24 {
    width: 83.3333333333%; }
  .s-col-21-24 {
    width: 87.5%; }
  .s-col-22-24 {
    width: 91.6666666667%; }
  .s-col-23-24 {
    width: 95.8333333333%; }
  .s-col-24-24 {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .m-col-1-24 {
    width: 4.1666666667%; }
  .m-col-2-24 {
    width: 8.3333333333%; }
  .m-col-3-24 {
    width: 12.5%; }
  .m-col-4-24 {
    width: 16.6666666667%; }
  .m-col-5-24 {
    width: 20.8333333333%; }
  .m-col-6-24 {
    width: 25%; }
  .m-col-7-24 {
    width: 29.1666666667%; }
  .m-col-8-24 {
    width: 33.3333333333%; }
  .m-col-9-24 {
    width: 37.5%; }
  .m-col-10-24 {
    width: 41.6666666667%; }
  .m-col-11-24 {
    width: 45.8333333333%; }
  .m-col-12-24 {
    width: 50%; }
  .m-col-13-24 {
    width: 54.1666666667%; }
  .m-col-14-24 {
    width: 58.3333333333%; }
  .m-col-15-24 {
    width: 62.5%; }
  .m-col-16-24 {
    width: 66.6666666667%; }
  .m-col-17-24 {
    width: 70.8333333333%; }
  .m-col-18-24 {
    width: 75%; }
  .m-col-19-24 {
    width: 79.1666666667%; }
  .m-col-20-24 {
    width: 83.3333333333%; }
  .m-col-21-24 {
    width: 87.5%; }
  .m-col-22-24 {
    width: 91.6666666667%; }
  .m-col-23-24 {
    width: 95.8333333333%; }
  .m-col-24-24 {
    width: 100%; } }

@media screen and (min-width: 1084px) {
  .l-col-1-24 {
    width: 4.1666666667%; }
  .l-col-2-24 {
    width: 8.3333333333%; }
  .l-col-3-24 {
    width: 12.5%; }
  .l-col-4-24 {
    width: 16.6666666667%; }
  .l-col-5-24 {
    width: 20.8333333333%; }
  .l-col-6-24 {
    width: 25%; }
  .l-col-7-24 {
    width: 29.1666666667%; }
  .l-col-8-24 {
    width: 33.3333333333%; }
  .l-col-9-24 {
    width: 37.5%; }
  .l-col-10-24 {
    width: 41.6666666667%; }
  .l-col-11-24 {
    width: 45.8333333333%; }
  .l-col-12-24 {
    width: 50%; }
  .l-col-13-24 {
    width: 54.1666666667%; }
  .l-col-14-24 {
    width: 58.3333333333%; }
  .l-col-15-24 {
    width: 62.5%; }
  .l-col-16-24 {
    width: 66.6666666667%; }
  .l-col-17-24 {
    width: 70.8333333333%; }
  .l-col-18-24 {
    width: 75%; }
  .l-col-19-24 {
    width: 79.1666666667%; }
  .l-col-20-24 {
    width: 83.3333333333%; }
  .l-col-21-24 {
    width: 87.5%; }
  .l-col-22-24 {
    width: 91.6666666667%; }
  .l-col-23-24 {
    width: 95.8333333333%; }
  .l-col-24-24 {
    width: 100%; } }

@media screen and (min-width: 1400px) {
  .xl-col-1-24 {
    width: 4.1666666667%; }
  .xl-col-2-24 {
    width: 8.3333333333%; }
  .xl-col-3-24 {
    width: 12.5%; }
  .xl-col-4-24 {
    width: 16.6666666667%; }
  .xl-col-5-24 {
    width: 20.8333333333%; }
  .xl-col-6-24 {
    width: 25%; }
  .xl-col-7-24 {
    width: 29.1666666667%; }
  .xl-col-8-24 {
    width: 33.3333333333%; }
  .xl-col-9-24 {
    width: 37.5%; }
  .xl-col-10-24 {
    width: 41.6666666667%; }
  .xl-col-11-24 {
    width: 45.8333333333%; }
  .xl-col-12-24 {
    width: 50%; }
  .xl-col-13-24 {
    width: 54.1666666667%; }
  .xl-col-14-24 {
    width: 58.3333333333%; }
  .xl-col-15-24 {
    width: 62.5%; }
  .xl-col-16-24 {
    width: 66.6666666667%; }
  .xl-col-17-24 {
    width: 70.8333333333%; }
  .xl-col-18-24 {
    width: 75%; }
  .xl-col-19-24 {
    width: 79.1666666667%; }
  .xl-col-20-24 {
    width: 83.3333333333%; }
  .xl-col-21-24 {
    width: 87.5%; }
  .xl-col-22-24 {
    width: 91.6666666667%; }
  .xl-col-23-24 {
    width: 95.8333333333%; }
  .xl-col-24-24 {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .m-col-2-offset-0 {
    margin-left: 0%; }
  .m-col-2-offset-1 {
    margin-left: 50%; } }

@media screen and (min-width: 1084px) {
  .l-col-2-offset-0 {
    margin-left: 0%; }
  .l-col-2-offset-1 {
    margin-left: 50%; } }

@media screen and (min-width: 1400px) {
  .xl-col-2-offset-0 {
    margin-left: 0%; }
  .xl-col-2-offset-1 {
    margin-left: 50%; } }

@media screen and (min-width: 540px) {
  .s-col-3-offset-0 {
    margin-left: 0%; }
  .s-col-3-offset-1 {
    margin-left: 33.3333333333%; }
  .s-col-3-offset-2 {
    margin-left: 66.6666666667%; } }

@media screen and (min-width: 768px) {
  .m-col-3-offset-0 {
    margin-left: 0%; }
  .m-col-3-offset-1 {
    margin-left: 33.3333333333%; }
  .m-col-3-offset-2 {
    margin-left: 66.6666666667%; } }

@media screen and (min-width: 1084px) {
  .l-col-3-offset-0 {
    margin-left: 0%; }
  .l-col-3-offset-1 {
    margin-left: 33.3333333333%; }
  .l-col-3-offset-2 {
    margin-left: 66.6666666667%; } }

@media screen and (min-width: 1400px) {
  .xl-col-3-offset-0 {
    margin-left: 0%; }
  .xl-col-3-offset-1 {
    margin-left: 33.3333333333%; }
  .xl-col-3-offset-2 {
    margin-left: 66.6666666667%; } }

@media screen and (min-width: 540px) {
  .s-col-4-offset-0 {
    margin-left: 0%; }
  .s-col-4-offset-1 {
    margin-left: 50%; } }

@media screen and (min-width: 768px) {
  .m-col-4-offset-0 {
    margin-left: 0%; }
  .m-col-4-offset-1 {
    margin-left: 25%; }
  .m-col-4-offset-2 {
    margin-left: 50%; }
  .m-col-4-offset-3 {
    margin-left: 75%; } }

@media screen and (min-width: 1084px) {
  .l-col-4-offset-0 {
    margin-left: 0%; }
  .l-col-4-offset-1 {
    margin-left: 25%; }
  .l-col-4-offset-2 {
    margin-left: 50%; }
  .l-col-4-offset-3 {
    margin-left: 75%; } }

@media screen and (min-width: 1400px) {
  .xl-col-4-offset-0 {
    margin-left: 0%; }
  .xl-col-4-offset-1 {
    margin-left: 25%; }
  .xl-col-4-offset-2 {
    margin-left: 50%; }
  .xl-col-4-offset-3 {
    margin-left: 75%; } }

@media screen and (min-width: 768px) {
  .m-col-5-offset-0 {
    margin-left: 0%; }
  .m-col-5-offset-1 {
    margin-left: 20%; }
  .m-col-5-offset-2 {
    margin-left: 40%; }
  .m-col-5-offset-3 {
    margin-left: 60%; }
  .m-col-5-offset-4 {
    margin-left: 80%; } }

@media screen and (min-width: 1084px) {
  .l-col-5-offset-0 {
    margin-left: 0%; }
  .l-col-5-offset-1 {
    margin-left: 20%; }
  .l-col-5-offset-2 {
    margin-left: 40%; }
  .l-col-5-offset-3 {
    margin-left: 60%; }
  .l-col-5-offset-4 {
    margin-left: 80%; } }

@media screen and (min-width: 1400px) {
  .xl-col-5-offset-0 {
    margin-left: 0%; }
  .xl-col-5-offset-1 {
    margin-left: 20%; }
  .xl-col-5-offset-2 {
    margin-left: 40%; }
  .xl-col-5-offset-3 {
    margin-left: 60%; }
  .xl-col-5-offset-4 {
    margin-left: 80%; } }

@media screen and (min-width: 540px) {
  .s-col-6-offset-0 {
    margin-left: 0%; }
  .s-col-6-offset-1 {
    margin-left: 50%; } }

@media screen and (min-width: 768px) {
  .m-col-6-offset-0 {
    margin-left: 0%; }
  .m-col-6-offset-1 {
    margin-left: 33.3333333333%; }
  .m-col-6-offset-2 {
    margin-left: 66.6666666667%; } }

@media screen and (min-width: 1084px) {
  .l-col-6-offset-0 {
    margin-left: 0%; }
  .l-col-6-offset-1 {
    margin-left: 16.6666666667%; }
  .l-col-6-offset-2 {
    margin-left: 33.3333333333%; }
  .l-col-6-offset-3 {
    margin-left: 50%; }
  .l-col-6-offset-4 {
    margin-left: 66.6666666667%; }
  .l-col-6-offset-5 {
    margin-left: 83.3333333333%; } }

@media screen and (min-width: 1400px) {
  .xl-col-6-offset-0 {
    margin-left: 0%; }
  .xl-col-6-offset-1 {
    margin-left: 16.6666666667%; }
  .xl-col-6-offset-2 {
    margin-left: 33.3333333333%; }
  .xl-col-6-offset-3 {
    margin-left: 50%; }
  .xl-col-6-offset-4 {
    margin-left: 66.6666666667%; }
  .xl-col-6-offset-5 {
    margin-left: 83.3333333333%; } }

@media screen and (min-width: 320px) {
  .xs-col-8-offset-0 {
    margin-left: 0%; }
  .xs-col-8-offset-1 {
    margin-left: 50%; } }

@media screen and (min-width: 540px) {
  .s-col-8-offset-0 {
    margin-left: 0%; }
  .s-col-8-offset-1 {
    margin-left: 50%; } }

@media screen and (min-width: 768px) {
  .m-col-8-offset-0 {
    margin-left: 0%; }
  .m-col-8-offset-1 {
    margin-left: 25%; }
  .m-col-8-offset-2 {
    margin-left: 50%; }
  .m-col-8-offset-3 {
    margin-left: 75%; } }

@media screen and (min-width: 1084px) {
  .l-col-8-offset-0 {
    margin-left: 0%; }
  .l-col-8-offset-1 {
    margin-left: 12.5%; }
  .l-col-8-offset-2 {
    margin-left: 25%; }
  .l-col-8-offset-3 {
    margin-left: 37.5%; }
  .l-col-8-offset-4 {
    margin-left: 50%; }
  .l-col-8-offset-5 {
    margin-left: 62.5%; }
  .l-col-8-offset-6 {
    margin-left: 75%; }
  .l-col-8-offset-7 {
    margin-left: 87.5%; } }

@media screen and (min-width: 1400px) {
  .xl-col-8-offset-0 {
    margin-left: 0%; }
  .xl-col-8-offset-1 {
    margin-left: 12.5%; }
  .xl-col-8-offset-2 {
    margin-left: 25%; }
  .xl-col-8-offset-3 {
    margin-left: 37.5%; }
  .xl-col-8-offset-4 {
    margin-left: 50%; }
  .xl-col-8-offset-5 {
    margin-left: 62.5%; }
  .xl-col-8-offset-6 {
    margin-left: 75%; }
  .xl-col-8-offset-7 {
    margin-left: 87.5%; } }

@media screen and (min-width: 320px) {
  .xs-col-12-offset-0 {
    margin-left: 0%; }
  .xs-col-12-offset-1 {
    margin-left: 50%; } }

@media screen and (min-width: 540px) {
  .s-col-12-offset-0 {
    margin-left: 0%; }
  .s-col-12-offset-1 {
    margin-left: 25%; }
  .s-col-12-offset-2 {
    margin-left: 50%; }
  .s-col-12-offset-3 {
    margin-left: 75%; } }

@media screen and (min-width: 768px) {
  .m-col-12-offset-0 {
    margin-left: 0%; }
  .m-col-12-offset-1 {
    margin-left: 25%; }
  .m-col-12-offset-2 {
    margin-left: 50%; }
  .m-col-12-offset-3 {
    margin-left: 75%; } }

@media screen and (min-width: 1084px) {
  .l-col-12-offset-0 {
    margin-left: 0%; }
  .l-col-12-offset-1 {
    margin-left: 8.3333333333%; }
  .l-col-12-offset-2 {
    margin-left: 16.6666666667%; }
  .l-col-12-offset-3 {
    margin-left: 25%; }
  .l-col-12-offset-4 {
    margin-left: 33.3333333333%; }
  .l-col-12-offset-5 {
    margin-left: 41.6666666667%; }
  .l-col-12-offset-6 {
    margin-left: 50%; }
  .l-col-12-offset-7 {
    margin-left: 58.3333333333%; }
  .l-col-12-offset-8 {
    margin-left: 66.6666666667%; }
  .l-col-12-offset-9 {
    margin-left: 75%; }
  .l-col-12-offset-10 {
    margin-left: 83.3333333333%; }
  .l-col-12-offset-11 {
    margin-left: 91.6666666667%; } }

@media screen and (min-width: 1400px) {
  .xl-col-12-offset-0 {
    margin-left: 0%; }
  .xl-col-12-offset-1 {
    margin-left: 8.3333333333%; }
  .xl-col-12-offset-2 {
    margin-left: 16.6666666667%; }
  .xl-col-12-offset-3 {
    margin-left: 25%; }
  .xl-col-12-offset-4 {
    margin-left: 33.3333333333%; }
  .xl-col-12-offset-5 {
    margin-left: 41.6666666667%; }
  .xl-col-12-offset-6 {
    margin-left: 50%; }
  .xl-col-12-offset-7 {
    margin-left: 58.3333333333%; }
  .xl-col-12-offset-8 {
    margin-left: 66.6666666667%; }
  .xl-col-12-offset-9 {
    margin-left: 75%; }
  .xl-col-12-offset-10 {
    margin-left: 83.3333333333%; }
  .xl-col-12-offset-11 {
    margin-left: 91.6666666667%; } }

@media screen and (min-width: 320px) {
  .xs-col-24-offset-0 {
    margin-left: 0%; }
  .xs-col-24-offset-1 {
    margin-left: 4.1666666667%; }
  .xs-col-24-offset-2 {
    margin-left: 8.3333333333%; }
  .xs-col-24-offset-3 {
    margin-left: 12.5%; }
  .xs-col-24-offset-4 {
    margin-left: 16.6666666667%; }
  .xs-col-24-offset-5 {
    margin-left: 20.8333333333%; }
  .xs-col-24-offset-6 {
    margin-left: 25%; }
  .xs-col-24-offset-7 {
    margin-left: 29.1666666667%; }
  .xs-col-24-offset-8 {
    margin-left: 33.3333333333%; }
  .xs-col-24-offset-9 {
    margin-left: 37.5%; }
  .xs-col-24-offset-10 {
    margin-left: 41.6666666667%; }
  .xs-col-24-offset-11 {
    margin-left: 45.8333333333%; }
  .xs-col-24-offset-12 {
    margin-left: 50%; }
  .xs-col-24-offset-13 {
    margin-left: 54.1666666667%; }
  .xs-col-24-offset-14 {
    margin-left: 58.3333333333%; }
  .xs-col-24-offset-15 {
    margin-left: 62.5%; }
  .xs-col-24-offset-16 {
    margin-left: 66.6666666667%; }
  .xs-col-24-offset-17 {
    margin-left: 70.8333333333%; }
  .xs-col-24-offset-18 {
    margin-left: 75%; }
  .xs-col-24-offset-19 {
    margin-left: 79.1666666667%; }
  .xs-col-24-offset-20 {
    margin-left: 83.3333333333%; }
  .xs-col-24-offset-21 {
    margin-left: 87.5%; }
  .xs-col-24-offset-22 {
    margin-left: 91.6666666667%; }
  .xs-col-24-offset-23 {
    margin-left: 95.8333333333%; } }

@media screen and (min-width: 540px) {
  .s-col-24-offset-0 {
    margin-left: 0%; }
  .s-col-24-offset-1 {
    margin-left: 4.1666666667%; }
  .s-col-24-offset-2 {
    margin-left: 8.3333333333%; }
  .s-col-24-offset-3 {
    margin-left: 12.5%; }
  .s-col-24-offset-4 {
    margin-left: 16.6666666667%; }
  .s-col-24-offset-5 {
    margin-left: 20.8333333333%; }
  .s-col-24-offset-6 {
    margin-left: 25%; }
  .s-col-24-offset-7 {
    margin-left: 29.1666666667%; }
  .s-col-24-offset-8 {
    margin-left: 33.3333333333%; }
  .s-col-24-offset-9 {
    margin-left: 37.5%; }
  .s-col-24-offset-10 {
    margin-left: 41.6666666667%; }
  .s-col-24-offset-11 {
    margin-left: 45.8333333333%; }
  .s-col-24-offset-12 {
    margin-left: 50%; }
  .s-col-24-offset-13 {
    margin-left: 54.1666666667%; }
  .s-col-24-offset-14 {
    margin-left: 58.3333333333%; }
  .s-col-24-offset-15 {
    margin-left: 62.5%; }
  .s-col-24-offset-16 {
    margin-left: 66.6666666667%; }
  .s-col-24-offset-17 {
    margin-left: 70.8333333333%; }
  .s-col-24-offset-18 {
    margin-left: 75%; }
  .s-col-24-offset-19 {
    margin-left: 79.1666666667%; }
  .s-col-24-offset-20 {
    margin-left: 83.3333333333%; }
  .s-col-24-offset-21 {
    margin-left: 87.5%; }
  .s-col-24-offset-22 {
    margin-left: 91.6666666667%; }
  .s-col-24-offset-23 {
    margin-left: 95.8333333333%; } }

@media screen and (min-width: 768px) {
  .m-col-24-offset-0 {
    margin-left: 0%; }
  .m-col-24-offset-1 {
    margin-left: 4.1666666667%; }
  .m-col-24-offset-2 {
    margin-left: 8.3333333333%; }
  .m-col-24-offset-3 {
    margin-left: 12.5%; }
  .m-col-24-offset-4 {
    margin-left: 16.6666666667%; }
  .m-col-24-offset-5 {
    margin-left: 20.8333333333%; }
  .m-col-24-offset-6 {
    margin-left: 25%; }
  .m-col-24-offset-7 {
    margin-left: 29.1666666667%; }
  .m-col-24-offset-8 {
    margin-left: 33.3333333333%; }
  .m-col-24-offset-9 {
    margin-left: 37.5%; }
  .m-col-24-offset-10 {
    margin-left: 41.6666666667%; }
  .m-col-24-offset-11 {
    margin-left: 45.8333333333%; }
  .m-col-24-offset-12 {
    margin-left: 50%; }
  .m-col-24-offset-13 {
    margin-left: 54.1666666667%; }
  .m-col-24-offset-14 {
    margin-left: 58.3333333333%; }
  .m-col-24-offset-15 {
    margin-left: 62.5%; }
  .m-col-24-offset-16 {
    margin-left: 66.6666666667%; }
  .m-col-24-offset-17 {
    margin-left: 70.8333333333%; }
  .m-col-24-offset-18 {
    margin-left: 75%; }
  .m-col-24-offset-19 {
    margin-left: 79.1666666667%; }
  .m-col-24-offset-20 {
    margin-left: 83.3333333333%; }
  .m-col-24-offset-21 {
    margin-left: 87.5%; }
  .m-col-24-offset-22 {
    margin-left: 91.6666666667%; }
  .m-col-24-offset-23 {
    margin-left: 95.8333333333%; } }

@media screen and (min-width: 1084px) {
  .l-col-24-offset-0 {
    margin-left: 0%; }
  .l-col-24-offset-1 {
    margin-left: 4.1666666667%; }
  .l-col-24-offset-2 {
    margin-left: 8.3333333333%; }
  .l-col-24-offset-3 {
    margin-left: 12.5%; }
  .l-col-24-offset-4 {
    margin-left: 16.6666666667%; }
  .l-col-24-offset-5 {
    margin-left: 20.8333333333%; }
  .l-col-24-offset-6 {
    margin-left: 25%; }
  .l-col-24-offset-7 {
    margin-left: 29.1666666667%; }
  .l-col-24-offset-8 {
    margin-left: 33.3333333333%; }
  .l-col-24-offset-9 {
    margin-left: 37.5%; }
  .l-col-24-offset-10 {
    margin-left: 41.6666666667%; }
  .l-col-24-offset-11 {
    margin-left: 45.8333333333%; }
  .l-col-24-offset-12 {
    margin-left: 50%; }
  .l-col-24-offset-13 {
    margin-left: 54.1666666667%; }
  .l-col-24-offset-14 {
    margin-left: 58.3333333333%; }
  .l-col-24-offset-15 {
    margin-left: 62.5%; }
  .l-col-24-offset-16 {
    margin-left: 66.6666666667%; }
  .l-col-24-offset-17 {
    margin-left: 70.8333333333%; }
  .l-col-24-offset-18 {
    margin-left: 75%; }
  .l-col-24-offset-19 {
    margin-left: 79.1666666667%; }
  .l-col-24-offset-20 {
    margin-left: 83.3333333333%; }
  .l-col-24-offset-21 {
    margin-left: 87.5%; }
  .l-col-24-offset-22 {
    margin-left: 91.6666666667%; }
  .l-col-24-offset-23 {
    margin-left: 95.8333333333%; } }

@media screen and (min-width: 1400px) {
  .xl-col-24-offset-0 {
    margin-left: 0%; }
  .xl-col-24-offset-1 {
    margin-left: 4.1666666667%; }
  .xl-col-24-offset-2 {
    margin-left: 8.3333333333%; }
  .xl-col-24-offset-3 {
    margin-left: 12.5%; }
  .xl-col-24-offset-4 {
    margin-left: 16.6666666667%; }
  .xl-col-24-offset-5 {
    margin-left: 20.8333333333%; }
  .xl-col-24-offset-6 {
    margin-left: 25%; }
  .xl-col-24-offset-7 {
    margin-left: 29.1666666667%; }
  .xl-col-24-offset-8 {
    margin-left: 33.3333333333%; }
  .xl-col-24-offset-9 {
    margin-left: 37.5%; }
  .xl-col-24-offset-10 {
    margin-left: 41.6666666667%; }
  .xl-col-24-offset-11 {
    margin-left: 45.8333333333%; }
  .xl-col-24-offset-12 {
    margin-left: 50%; }
  .xl-col-24-offset-13 {
    margin-left: 54.1666666667%; }
  .xl-col-24-offset-14 {
    margin-left: 58.3333333333%; }
  .xl-col-24-offset-15 {
    margin-left: 62.5%; }
  .xl-col-24-offset-16 {
    margin-left: 66.6666666667%; }
  .xl-col-24-offset-17 {
    margin-left: 70.8333333333%; }
  .xl-col-24-offset-18 {
    margin-left: 75%; }
  .xl-col-24-offset-19 {
    margin-left: 79.1666666667%; }
  .xl-col-24-offset-20 {
    margin-left: 83.3333333333%; }
  .xl-col-24-offset-21 {
    margin-left: 87.5%; }
  .xl-col-24-offset-22 {
    margin-left: 91.6666666667%; }
  .xl-col-24-offset-23 {
    margin-left: 95.8333333333%; } }

@media screen and (min-width: 768px) {
  .m-col-2-push-1 {
    left: 50%;
    right: auto; } }

@media screen and (min-width: 768px) {
  .m-col-2-pull-1 {
    right: 50%;
    left: auto; } }

@media screen and (min-width: 1084px) {
  .l-col-2-push-1 {
    left: 50%;
    right: auto; } }

@media screen and (min-width: 1084px) {
  .l-col-2-pull-1 {
    right: 50%;
    left: auto; } }

@media screen and (min-width: 1400px) {
  .xl-col-2-push-1 {
    left: 50%;
    right: auto; } }

@media screen and (min-width: 1400px) {
  .xl-col-2-pull-1 {
    right: 50%;
    left: auto; } }

@media screen and (min-width: 540px) {
  .s-col-3-push-1 {
    left: 33.3333333333%;
    right: auto; }
  .s-col-3-push-2 {
    left: 66.6666666667%;
    right: auto; } }

@media screen and (min-width: 540px) {
  .s-col-3-pull-1 {
    right: 33.3333333333%;
    left: auto; }
  .s-col-3-pull-2 {
    right: 66.6666666667%;
    left: auto; } }

@media screen and (min-width: 768px) {
  .m-col-3-push-1 {
    left: 33.3333333333%;
    right: auto; }
  .m-col-3-push-2 {
    left: 66.6666666667%;
    right: auto; } }

@media screen and (min-width: 768px) {
  .m-col-3-pull-1 {
    right: 33.3333333333%;
    left: auto; }
  .m-col-3-pull-2 {
    right: 66.6666666667%;
    left: auto; } }

@media screen and (min-width: 1084px) {
  .l-col-3-push-1 {
    left: 33.3333333333%;
    right: auto; }
  .l-col-3-push-2 {
    left: 66.6666666667%;
    right: auto; } }

@media screen and (min-width: 1084px) {
  .l-col-3-pull-1 {
    right: 33.3333333333%;
    left: auto; }
  .l-col-3-pull-2 {
    right: 66.6666666667%;
    left: auto; } }

@media screen and (min-width: 1400px) {
  .xl-col-3-push-1 {
    left: 33.3333333333%;
    right: auto; }
  .xl-col-3-push-2 {
    left: 66.6666666667%;
    right: auto; } }

@media screen and (min-width: 1400px) {
  .xl-col-3-pull-1 {
    right: 33.3333333333%;
    left: auto; }
  .xl-col-3-pull-2 {
    right: 66.6666666667%;
    left: auto; } }

@media screen and (min-width: 540px) {
  .s-col-4-push-1 {
    left: 50%;
    right: auto; } }

@media screen and (min-width: 540px) {
  .s-col-4-pull-1 {
    right: 50%;
    left: auto; } }

@media screen and (min-width: 768px) {
  .m-col-4-push-1 {
    left: 25%;
    right: auto; }
  .m-col-4-push-2 {
    left: 50%;
    right: auto; }
  .m-col-4-push-3 {
    left: 75%;
    right: auto; } }

@media screen and (min-width: 768px) {
  .m-col-4-pull-1 {
    right: 25%;
    left: auto; }
  .m-col-4-pull-2 {
    right: 50%;
    left: auto; }
  .m-col-4-pull-3 {
    right: 75%;
    left: auto; } }

@media screen and (min-width: 1084px) {
  .l-col-4-push-1 {
    left: 25%;
    right: auto; }
  .l-col-4-push-2 {
    left: 50%;
    right: auto; }
  .l-col-4-push-3 {
    left: 75%;
    right: auto; } }

@media screen and (min-width: 1084px) {
  .l-col-4-pull-1 {
    right: 25%;
    left: auto; }
  .l-col-4-pull-2 {
    right: 50%;
    left: auto; }
  .l-col-4-pull-3 {
    right: 75%;
    left: auto; } }

@media screen and (min-width: 1400px) {
  .xl-col-4-push-1 {
    left: 25%;
    right: auto; }
  .xl-col-4-push-2 {
    left: 50%;
    right: auto; }
  .xl-col-4-push-3 {
    left: 75%;
    right: auto; } }

@media screen and (min-width: 1400px) {
  .xl-col-4-pull-1 {
    right: 25%;
    left: auto; }
  .xl-col-4-pull-2 {
    right: 50%;
    left: auto; }
  .xl-col-4-pull-3 {
    right: 75%;
    left: auto; } }

@media screen and (min-width: 768px) {
  .m-col-5-push-1 {
    left: 20%;
    right: auto; }
  .m-col-5-push-2 {
    left: 40%;
    right: auto; }
  .m-col-5-push-3 {
    left: 60%;
    right: auto; }
  .m-col-5-push-4 {
    left: 80%;
    right: auto; } }

@media screen and (min-width: 768px) {
  .m-col-5-pull-1 {
    right: 20%;
    left: auto; }
  .m-col-5-pull-2 {
    right: 40%;
    left: auto; }
  .m-col-5-pull-3 {
    right: 60%;
    left: auto; }
  .m-col-5-pull-4 {
    right: 80%;
    left: auto; } }

@media screen and (min-width: 1084px) {
  .l-col-5-push-1 {
    left: 20%;
    right: auto; }
  .l-col-5-push-2 {
    left: 40%;
    right: auto; }
  .l-col-5-push-3 {
    left: 60%;
    right: auto; }
  .l-col-5-push-4 {
    left: 80%;
    right: auto; } }

@media screen and (min-width: 1084px) {
  .l-col-5-pull-1 {
    right: 20%;
    left: auto; }
  .l-col-5-pull-2 {
    right: 40%;
    left: auto; }
  .l-col-5-pull-3 {
    right: 60%;
    left: auto; }
  .l-col-5-pull-4 {
    right: 80%;
    left: auto; } }

@media screen and (min-width: 1400px) {
  .xl-col-5-push-1 {
    left: 20%;
    right: auto; }
  .xl-col-5-push-2 {
    left: 40%;
    right: auto; }
  .xl-col-5-push-3 {
    left: 60%;
    right: auto; }
  .xl-col-5-push-4 {
    left: 80%;
    right: auto; } }

@media screen and (min-width: 1400px) {
  .xl-col-5-pull-1 {
    right: 20%;
    left: auto; }
  .xl-col-5-pull-2 {
    right: 40%;
    left: auto; }
  .xl-col-5-pull-3 {
    right: 60%;
    left: auto; }
  .xl-col-5-pull-4 {
    right: 80%;
    left: auto; } }

@media screen and (min-width: 540px) {
  .s-col-6-push-1 {
    left: 50%;
    right: auto; } }

@media screen and (min-width: 540px) {
  .s-col-6-pull-1 {
    right: 50%;
    left: auto; } }

@media screen and (min-width: 768px) {
  .m-col-6-push-1 {
    left: 33.3333333333%;
    right: auto; }
  .m-col-6-push-2 {
    left: 66.6666666667%;
    right: auto; } }

@media screen and (min-width: 768px) {
  .m-col-6-pull-1 {
    right: 33.3333333333%;
    left: auto; }
  .m-col-6-pull-2 {
    right: 66.6666666667%;
    left: auto; } }

@media screen and (min-width: 1084px) {
  .l-col-6-push-1 {
    left: 16.6666666667%;
    right: auto; }
  .l-col-6-push-2 {
    left: 33.3333333333%;
    right: auto; }
  .l-col-6-push-3 {
    left: 50%;
    right: auto; }
  .l-col-6-push-4 {
    left: 66.6666666667%;
    right: auto; }
  .l-col-6-push-5 {
    left: 83.3333333333%;
    right: auto; } }

@media screen and (min-width: 1084px) {
  .l-col-6-pull-1 {
    right: 16.6666666667%;
    left: auto; }
  .l-col-6-pull-2 {
    right: 33.3333333333%;
    left: auto; }
  .l-col-6-pull-3 {
    right: 50%;
    left: auto; }
  .l-col-6-pull-4 {
    right: 66.6666666667%;
    left: auto; }
  .l-col-6-pull-5 {
    right: 83.3333333333%;
    left: auto; } }

@media screen and (min-width: 1400px) {
  .xl-col-6-push-1 {
    left: 16.6666666667%;
    right: auto; }
  .xl-col-6-push-2 {
    left: 33.3333333333%;
    right: auto; }
  .xl-col-6-push-3 {
    left: 50%;
    right: auto; }
  .xl-col-6-push-4 {
    left: 66.6666666667%;
    right: auto; }
  .xl-col-6-push-5 {
    left: 83.3333333333%;
    right: auto; } }

@media screen and (min-width: 1400px) {
  .xl-col-6-pull-1 {
    right: 16.6666666667%;
    left: auto; }
  .xl-col-6-pull-2 {
    right: 33.3333333333%;
    left: auto; }
  .xl-col-6-pull-3 {
    right: 50%;
    left: auto; }
  .xl-col-6-pull-4 {
    right: 66.6666666667%;
    left: auto; }
  .xl-col-6-pull-5 {
    right: 83.3333333333%;
    left: auto; } }

@media screen and (min-width: 320px) {
  .xs-col-8-push-1 {
    left: 50%;
    right: auto; } }

@media screen and (min-width: 320px) {
  .xs-col-8-pull-1 {
    right: 50%;
    left: auto; } }

@media screen and (min-width: 540px) {
  .s-col-8-push-1 {
    left: 50%;
    right: auto; } }

@media screen and (min-width: 540px) {
  .s-col-8-pull-1 {
    right: 50%;
    left: auto; } }

@media screen and (min-width: 768px) {
  .m-col-8-push-1 {
    left: 25%;
    right: auto; }
  .m-col-8-push-2 {
    left: 50%;
    right: auto; }
  .m-col-8-push-3 {
    left: 75%;
    right: auto; } }

@media screen and (min-width: 768px) {
  .m-col-8-pull-1 {
    right: 25%;
    left: auto; }
  .m-col-8-pull-2 {
    right: 50%;
    left: auto; }
  .m-col-8-pull-3 {
    right: 75%;
    left: auto; } }

@media screen and (min-width: 1084px) {
  .l-col-8-push-1 {
    left: 12.5%;
    right: auto; }
  .l-col-8-push-2 {
    left: 25%;
    right: auto; }
  .l-col-8-push-3 {
    left: 37.5%;
    right: auto; }
  .l-col-8-push-4 {
    left: 50%;
    right: auto; }
  .l-col-8-push-5 {
    left: 62.5%;
    right: auto; }
  .l-col-8-push-6 {
    left: 75%;
    right: auto; }
  .l-col-8-push-7 {
    left: 87.5%;
    right: auto; } }

@media screen and (min-width: 1084px) {
  .l-col-8-pull-1 {
    right: 12.5%;
    left: auto; }
  .l-col-8-pull-2 {
    right: 25%;
    left: auto; }
  .l-col-8-pull-3 {
    right: 37.5%;
    left: auto; }
  .l-col-8-pull-4 {
    right: 50%;
    left: auto; }
  .l-col-8-pull-5 {
    right: 62.5%;
    left: auto; }
  .l-col-8-pull-6 {
    right: 75%;
    left: auto; }
  .l-col-8-pull-7 {
    right: 87.5%;
    left: auto; } }

@media screen and (min-width: 1400px) {
  .xl-col-8-push-1 {
    left: 12.5%;
    right: auto; }
  .xl-col-8-push-2 {
    left: 25%;
    right: auto; }
  .xl-col-8-push-3 {
    left: 37.5%;
    right: auto; }
  .xl-col-8-push-4 {
    left: 50%;
    right: auto; }
  .xl-col-8-push-5 {
    left: 62.5%;
    right: auto; }
  .xl-col-8-push-6 {
    left: 75%;
    right: auto; }
  .xl-col-8-push-7 {
    left: 87.5%;
    right: auto; } }

@media screen and (min-width: 1400px) {
  .xl-col-8-pull-1 {
    right: 12.5%;
    left: auto; }
  .xl-col-8-pull-2 {
    right: 25%;
    left: auto; }
  .xl-col-8-pull-3 {
    right: 37.5%;
    left: auto; }
  .xl-col-8-pull-4 {
    right: 50%;
    left: auto; }
  .xl-col-8-pull-5 {
    right: 62.5%;
    left: auto; }
  .xl-col-8-pull-6 {
    right: 75%;
    left: auto; }
  .xl-col-8-pull-7 {
    right: 87.5%;
    left: auto; } }

@media screen and (min-width: 320px) {
  .xs-col-12-push-1 {
    left: 50%;
    right: auto; } }

@media screen and (min-width: 320px) {
  .xs-col-12-pull-1 {
    right: 50%;
    left: auto; } }

@media screen and (min-width: 540px) {
  .s-col-12-push-1 {
    left: 25%;
    right: auto; }
  .s-col-12-push-2 {
    left: 50%;
    right: auto; }
  .s-col-12-push-3 {
    left: 75%;
    right: auto; } }

@media screen and (min-width: 540px) {
  .s-col-12-pull-1 {
    right: 25%;
    left: auto; }
  .s-col-12-pull-2 {
    right: 50%;
    left: auto; }
  .s-col-12-pull-3 {
    right: 75%;
    left: auto; } }

@media screen and (min-width: 768px) {
  .m-col-12-push-1 {
    left: 25%;
    right: auto; }
  .m-col-12-push-2 {
    left: 50%;
    right: auto; }
  .m-col-12-push-3 {
    left: 75%;
    right: auto; } }

@media screen and (min-width: 768px) {
  .m-col-12-pull-1 {
    right: 25%;
    left: auto; }
  .m-col-12-pull-2 {
    right: 50%;
    left: auto; }
  .m-col-12-pull-3 {
    right: 75%;
    left: auto; } }

@media screen and (min-width: 1084px) {
  .l-col-12-push-1 {
    left: 8.3333333333%;
    right: auto; }
  .l-col-12-push-2 {
    left: 16.6666666667%;
    right: auto; }
  .l-col-12-push-3 {
    left: 25%;
    right: auto; }
  .l-col-12-push-4 {
    left: 33.3333333333%;
    right: auto; }
  .l-col-12-push-5 {
    left: 41.6666666667%;
    right: auto; }
  .l-col-12-push-6 {
    left: 50%;
    right: auto; }
  .l-col-12-push-7 {
    left: 58.3333333333%;
    right: auto; }
  .l-col-12-push-8 {
    left: 66.6666666667%;
    right: auto; }
  .l-col-12-push-9 {
    left: 75%;
    right: auto; }
  .l-col-12-push-10 {
    left: 83.3333333333%;
    right: auto; }
  .l-col-12-push-11 {
    left: 91.6666666667%;
    right: auto; } }

@media screen and (min-width: 1084px) {
  .l-col-12-pull-1 {
    right: 8.3333333333%;
    left: auto; }
  .l-col-12-pull-2 {
    right: 16.6666666667%;
    left: auto; }
  .l-col-12-pull-3 {
    right: 25%;
    left: auto; }
  .l-col-12-pull-4 {
    right: 33.3333333333%;
    left: auto; }
  .l-col-12-pull-5 {
    right: 41.6666666667%;
    left: auto; }
  .l-col-12-pull-6 {
    right: 50%;
    left: auto; }
  .l-col-12-pull-7 {
    right: 58.3333333333%;
    left: auto; }
  .l-col-12-pull-8 {
    right: 66.6666666667%;
    left: auto; }
  .l-col-12-pull-9 {
    right: 75%;
    left: auto; }
  .l-col-12-pull-10 {
    right: 83.3333333333%;
    left: auto; }
  .l-col-12-pull-11 {
    right: 91.6666666667%;
    left: auto; } }

@media screen and (min-width: 1400px) {
  .xl-col-12-push-1 {
    left: 8.3333333333%;
    right: auto; }
  .xl-col-12-push-2 {
    left: 16.6666666667%;
    right: auto; }
  .xl-col-12-push-3 {
    left: 25%;
    right: auto; }
  .xl-col-12-push-4 {
    left: 33.3333333333%;
    right: auto; }
  .xl-col-12-push-5 {
    left: 41.6666666667%;
    right: auto; }
  .xl-col-12-push-6 {
    left: 50%;
    right: auto; }
  .xl-col-12-push-7 {
    left: 58.3333333333%;
    right: auto; }
  .xl-col-12-push-8 {
    left: 66.6666666667%;
    right: auto; }
  .xl-col-12-push-9 {
    left: 75%;
    right: auto; }
  .xl-col-12-push-10 {
    left: 83.3333333333%;
    right: auto; }
  .xl-col-12-push-11 {
    left: 91.6666666667%;
    right: auto; } }

@media screen and (min-width: 1400px) {
  .xl-col-12-pull-1 {
    right: 8.3333333333%;
    left: auto; }
  .xl-col-12-pull-2 {
    right: 16.6666666667%;
    left: auto; }
  .xl-col-12-pull-3 {
    right: 25%;
    left: auto; }
  .xl-col-12-pull-4 {
    right: 33.3333333333%;
    left: auto; }
  .xl-col-12-pull-5 {
    right: 41.6666666667%;
    left: auto; }
  .xl-col-12-pull-6 {
    right: 50%;
    left: auto; }
  .xl-col-12-pull-7 {
    right: 58.3333333333%;
    left: auto; }
  .xl-col-12-pull-8 {
    right: 66.6666666667%;
    left: auto; }
  .xl-col-12-pull-9 {
    right: 75%;
    left: auto; }
  .xl-col-12-pull-10 {
    right: 83.3333333333%;
    left: auto; }
  .xl-col-12-pull-11 {
    right: 91.6666666667%;
    left: auto; } }

@media screen and (min-width: 320px) {
  .xs-col-24-push-1 {
    left: 4.1666666667%;
    right: auto; }
  .xs-col-24-push-2 {
    left: 8.3333333333%;
    right: auto; }
  .xs-col-24-push-3 {
    left: 12.5%;
    right: auto; }
  .xs-col-24-push-4 {
    left: 16.6666666667%;
    right: auto; }
  .xs-col-24-push-5 {
    left: 20.8333333333%;
    right: auto; }
  .xs-col-24-push-6 {
    left: 25%;
    right: auto; }
  .xs-col-24-push-7 {
    left: 29.1666666667%;
    right: auto; }
  .xs-col-24-push-8 {
    left: 33.3333333333%;
    right: auto; }
  .xs-col-24-push-9 {
    left: 37.5%;
    right: auto; }
  .xs-col-24-push-10 {
    left: 41.6666666667%;
    right: auto; }
  .xs-col-24-push-11 {
    left: 45.8333333333%;
    right: auto; }
  .xs-col-24-push-12 {
    left: 50%;
    right: auto; }
  .xs-col-24-push-13 {
    left: 54.1666666667%;
    right: auto; }
  .xs-col-24-push-14 {
    left: 58.3333333333%;
    right: auto; }
  .xs-col-24-push-15 {
    left: 62.5%;
    right: auto; }
  .xs-col-24-push-16 {
    left: 66.6666666667%;
    right: auto; }
  .xs-col-24-push-17 {
    left: 70.8333333333%;
    right: auto; }
  .xs-col-24-push-18 {
    left: 75%;
    right: auto; }
  .xs-col-24-push-19 {
    left: 79.1666666667%;
    right: auto; }
  .xs-col-24-push-20 {
    left: 83.3333333333%;
    right: auto; }
  .xs-col-24-push-21 {
    left: 87.5%;
    right: auto; }
  .xs-col-24-push-22 {
    left: 91.6666666667%;
    right: auto; }
  .xs-col-24-push-23 {
    left: 95.8333333333%;
    right: auto; } }

@media screen and (min-width: 320px) {
  .xs-col-24-pull-1 {
    right: 4.1666666667%;
    left: auto; }
  .xs-col-24-pull-2 {
    right: 8.3333333333%;
    left: auto; }
  .xs-col-24-pull-3 {
    right: 12.5%;
    left: auto; }
  .xs-col-24-pull-4 {
    right: 16.6666666667%;
    left: auto; }
  .xs-col-24-pull-5 {
    right: 20.8333333333%;
    left: auto; }
  .xs-col-24-pull-6 {
    right: 25%;
    left: auto; }
  .xs-col-24-pull-7 {
    right: 29.1666666667%;
    left: auto; }
  .xs-col-24-pull-8 {
    right: 33.3333333333%;
    left: auto; }
  .xs-col-24-pull-9 {
    right: 37.5%;
    left: auto; }
  .xs-col-24-pull-10 {
    right: 41.6666666667%;
    left: auto; }
  .xs-col-24-pull-11 {
    right: 45.8333333333%;
    left: auto; }
  .xs-col-24-pull-12 {
    right: 50%;
    left: auto; }
  .xs-col-24-pull-13 {
    right: 54.1666666667%;
    left: auto; }
  .xs-col-24-pull-14 {
    right: 58.3333333333%;
    left: auto; }
  .xs-col-24-pull-15 {
    right: 62.5%;
    left: auto; }
  .xs-col-24-pull-16 {
    right: 66.6666666667%;
    left: auto; }
  .xs-col-24-pull-17 {
    right: 70.8333333333%;
    left: auto; }
  .xs-col-24-pull-18 {
    right: 75%;
    left: auto; }
  .xs-col-24-pull-19 {
    right: 79.1666666667%;
    left: auto; }
  .xs-col-24-pull-20 {
    right: 83.3333333333%;
    left: auto; }
  .xs-col-24-pull-21 {
    right: 87.5%;
    left: auto; }
  .xs-col-24-pull-22 {
    right: 91.6666666667%;
    left: auto; }
  .xs-col-24-pull-23 {
    right: 95.8333333333%;
    left: auto; } }

@media screen and (min-width: 540px) {
  .s-col-24-push-1 {
    left: 4.1666666667%;
    right: auto; }
  .s-col-24-push-2 {
    left: 8.3333333333%;
    right: auto; }
  .s-col-24-push-3 {
    left: 12.5%;
    right: auto; }
  .s-col-24-push-4 {
    left: 16.6666666667%;
    right: auto; }
  .s-col-24-push-5 {
    left: 20.8333333333%;
    right: auto; }
  .s-col-24-push-6 {
    left: 25%;
    right: auto; }
  .s-col-24-push-7 {
    left: 29.1666666667%;
    right: auto; }
  .s-col-24-push-8 {
    left: 33.3333333333%;
    right: auto; }
  .s-col-24-push-9 {
    left: 37.5%;
    right: auto; }
  .s-col-24-push-10 {
    left: 41.6666666667%;
    right: auto; }
  .s-col-24-push-11 {
    left: 45.8333333333%;
    right: auto; }
  .s-col-24-push-12 {
    left: 50%;
    right: auto; }
  .s-col-24-push-13 {
    left: 54.1666666667%;
    right: auto; }
  .s-col-24-push-14 {
    left: 58.3333333333%;
    right: auto; }
  .s-col-24-push-15 {
    left: 62.5%;
    right: auto; }
  .s-col-24-push-16 {
    left: 66.6666666667%;
    right: auto; }
  .s-col-24-push-17 {
    left: 70.8333333333%;
    right: auto; }
  .s-col-24-push-18 {
    left: 75%;
    right: auto; }
  .s-col-24-push-19 {
    left: 79.1666666667%;
    right: auto; }
  .s-col-24-push-20 {
    left: 83.3333333333%;
    right: auto; }
  .s-col-24-push-21 {
    left: 87.5%;
    right: auto; }
  .s-col-24-push-22 {
    left: 91.6666666667%;
    right: auto; }
  .s-col-24-push-23 {
    left: 95.8333333333%;
    right: auto; } }

@media screen and (min-width: 540px) {
  .s-col-24-pull-1 {
    right: 4.1666666667%;
    left: auto; }
  .s-col-24-pull-2 {
    right: 8.3333333333%;
    left: auto; }
  .s-col-24-pull-3 {
    right: 12.5%;
    left: auto; }
  .s-col-24-pull-4 {
    right: 16.6666666667%;
    left: auto; }
  .s-col-24-pull-5 {
    right: 20.8333333333%;
    left: auto; }
  .s-col-24-pull-6 {
    right: 25%;
    left: auto; }
  .s-col-24-pull-7 {
    right: 29.1666666667%;
    left: auto; }
  .s-col-24-pull-8 {
    right: 33.3333333333%;
    left: auto; }
  .s-col-24-pull-9 {
    right: 37.5%;
    left: auto; }
  .s-col-24-pull-10 {
    right: 41.6666666667%;
    left: auto; }
  .s-col-24-pull-11 {
    right: 45.8333333333%;
    left: auto; }
  .s-col-24-pull-12 {
    right: 50%;
    left: auto; }
  .s-col-24-pull-13 {
    right: 54.1666666667%;
    left: auto; }
  .s-col-24-pull-14 {
    right: 58.3333333333%;
    left: auto; }
  .s-col-24-pull-15 {
    right: 62.5%;
    left: auto; }
  .s-col-24-pull-16 {
    right: 66.6666666667%;
    left: auto; }
  .s-col-24-pull-17 {
    right: 70.8333333333%;
    left: auto; }
  .s-col-24-pull-18 {
    right: 75%;
    left: auto; }
  .s-col-24-pull-19 {
    right: 79.1666666667%;
    left: auto; }
  .s-col-24-pull-20 {
    right: 83.3333333333%;
    left: auto; }
  .s-col-24-pull-21 {
    right: 87.5%;
    left: auto; }
  .s-col-24-pull-22 {
    right: 91.6666666667%;
    left: auto; }
  .s-col-24-pull-23 {
    right: 95.8333333333%;
    left: auto; } }

@media screen and (min-width: 768px) {
  .m-col-24-push-1 {
    left: 4.1666666667%;
    right: auto; }
  .m-col-24-push-2 {
    left: 8.3333333333%;
    right: auto; }
  .m-col-24-push-3 {
    left: 12.5%;
    right: auto; }
  .m-col-24-push-4 {
    left: 16.6666666667%;
    right: auto; }
  .m-col-24-push-5 {
    left: 20.8333333333%;
    right: auto; }
  .m-col-24-push-6 {
    left: 25%;
    right: auto; }
  .m-col-24-push-7 {
    left: 29.1666666667%;
    right: auto; }
  .m-col-24-push-8 {
    left: 33.3333333333%;
    right: auto; }
  .m-col-24-push-9 {
    left: 37.5%;
    right: auto; }
  .m-col-24-push-10 {
    left: 41.6666666667%;
    right: auto; }
  .m-col-24-push-11 {
    left: 45.8333333333%;
    right: auto; }
  .m-col-24-push-12 {
    left: 50%;
    right: auto; }
  .m-col-24-push-13 {
    left: 54.1666666667%;
    right: auto; }
  .m-col-24-push-14 {
    left: 58.3333333333%;
    right: auto; }
  .m-col-24-push-15 {
    left: 62.5%;
    right: auto; }
  .m-col-24-push-16 {
    left: 66.6666666667%;
    right: auto; }
  .m-col-24-push-17 {
    left: 70.8333333333%;
    right: auto; }
  .m-col-24-push-18 {
    left: 75%;
    right: auto; }
  .m-col-24-push-19 {
    left: 79.1666666667%;
    right: auto; }
  .m-col-24-push-20 {
    left: 83.3333333333%;
    right: auto; }
  .m-col-24-push-21 {
    left: 87.5%;
    right: auto; }
  .m-col-24-push-22 {
    left: 91.6666666667%;
    right: auto; }
  .m-col-24-push-23 {
    left: 95.8333333333%;
    right: auto; } }

@media screen and (min-width: 768px) {
  .m-col-24-pull-1 {
    right: 4.1666666667%;
    left: auto; }
  .m-col-24-pull-2 {
    right: 8.3333333333%;
    left: auto; }
  .m-col-24-pull-3 {
    right: 12.5%;
    left: auto; }
  .m-col-24-pull-4 {
    right: 16.6666666667%;
    left: auto; }
  .m-col-24-pull-5 {
    right: 20.8333333333%;
    left: auto; }
  .m-col-24-pull-6 {
    right: 25%;
    left: auto; }
  .m-col-24-pull-7 {
    right: 29.1666666667%;
    left: auto; }
  .m-col-24-pull-8 {
    right: 33.3333333333%;
    left: auto; }
  .m-col-24-pull-9 {
    right: 37.5%;
    left: auto; }
  .m-col-24-pull-10 {
    right: 41.6666666667%;
    left: auto; }
  .m-col-24-pull-11 {
    right: 45.8333333333%;
    left: auto; }
  .m-col-24-pull-12 {
    right: 50%;
    left: auto; }
  .m-col-24-pull-13 {
    right: 54.1666666667%;
    left: auto; }
  .m-col-24-pull-14 {
    right: 58.3333333333%;
    left: auto; }
  .m-col-24-pull-15 {
    right: 62.5%;
    left: auto; }
  .m-col-24-pull-16 {
    right: 66.6666666667%;
    left: auto; }
  .m-col-24-pull-17 {
    right: 70.8333333333%;
    left: auto; }
  .m-col-24-pull-18 {
    right: 75%;
    left: auto; }
  .m-col-24-pull-19 {
    right: 79.1666666667%;
    left: auto; }
  .m-col-24-pull-20 {
    right: 83.3333333333%;
    left: auto; }
  .m-col-24-pull-21 {
    right: 87.5%;
    left: auto; }
  .m-col-24-pull-22 {
    right: 91.6666666667%;
    left: auto; }
  .m-col-24-pull-23 {
    right: 95.8333333333%;
    left: auto; } }

@media screen and (min-width: 1084px) {
  .l-col-24-push-1 {
    left: 4.1666666667%;
    right: auto; }
  .l-col-24-push-2 {
    left: 8.3333333333%;
    right: auto; }
  .l-col-24-push-3 {
    left: 12.5%;
    right: auto; }
  .l-col-24-push-4 {
    left: 16.6666666667%;
    right: auto; }
  .l-col-24-push-5 {
    left: 20.8333333333%;
    right: auto; }
  .l-col-24-push-6 {
    left: 25%;
    right: auto; }
  .l-col-24-push-7 {
    left: 29.1666666667%;
    right: auto; }
  .l-col-24-push-8 {
    left: 33.3333333333%;
    right: auto; }
  .l-col-24-push-9 {
    left: 37.5%;
    right: auto; }
  .l-col-24-push-10 {
    left: 41.6666666667%;
    right: auto; }
  .l-col-24-push-11 {
    left: 45.8333333333%;
    right: auto; }
  .l-col-24-push-12 {
    left: 50%;
    right: auto; }
  .l-col-24-push-13 {
    left: 54.1666666667%;
    right: auto; }
  .l-col-24-push-14 {
    left: 58.3333333333%;
    right: auto; }
  .l-col-24-push-15 {
    left: 62.5%;
    right: auto; }
  .l-col-24-push-16 {
    left: 66.6666666667%;
    right: auto; }
  .l-col-24-push-17 {
    left: 70.8333333333%;
    right: auto; }
  .l-col-24-push-18 {
    left: 75%;
    right: auto; }
  .l-col-24-push-19 {
    left: 79.1666666667%;
    right: auto; }
  .l-col-24-push-20 {
    left: 83.3333333333%;
    right: auto; }
  .l-col-24-push-21 {
    left: 87.5%;
    right: auto; }
  .l-col-24-push-22 {
    left: 91.6666666667%;
    right: auto; }
  .l-col-24-push-23 {
    left: 95.8333333333%;
    right: auto; } }

@media screen and (min-width: 1084px) {
  .l-col-24-pull-1 {
    right: 4.1666666667%;
    left: auto; }
  .l-col-24-pull-2 {
    right: 8.3333333333%;
    left: auto; }
  .l-col-24-pull-3 {
    right: 12.5%;
    left: auto; }
  .l-col-24-pull-4 {
    right: 16.6666666667%;
    left: auto; }
  .l-col-24-pull-5 {
    right: 20.8333333333%;
    left: auto; }
  .l-col-24-pull-6 {
    right: 25%;
    left: auto; }
  .l-col-24-pull-7 {
    right: 29.1666666667%;
    left: auto; }
  .l-col-24-pull-8 {
    right: 33.3333333333%;
    left: auto; }
  .l-col-24-pull-9 {
    right: 37.5%;
    left: auto; }
  .l-col-24-pull-10 {
    right: 41.6666666667%;
    left: auto; }
  .l-col-24-pull-11 {
    right: 45.8333333333%;
    left: auto; }
  .l-col-24-pull-12 {
    right: 50%;
    left: auto; }
  .l-col-24-pull-13 {
    right: 54.1666666667%;
    left: auto; }
  .l-col-24-pull-14 {
    right: 58.3333333333%;
    left: auto; }
  .l-col-24-pull-15 {
    right: 62.5%;
    left: auto; }
  .l-col-24-pull-16 {
    right: 66.6666666667%;
    left: auto; }
  .l-col-24-pull-17 {
    right: 70.8333333333%;
    left: auto; }
  .l-col-24-pull-18 {
    right: 75%;
    left: auto; }
  .l-col-24-pull-19 {
    right: 79.1666666667%;
    left: auto; }
  .l-col-24-pull-20 {
    right: 83.3333333333%;
    left: auto; }
  .l-col-24-pull-21 {
    right: 87.5%;
    left: auto; }
  .l-col-24-pull-22 {
    right: 91.6666666667%;
    left: auto; }
  .l-col-24-pull-23 {
    right: 95.8333333333%;
    left: auto; } }

@media screen and (min-width: 1400px) {
  .xl-col-24-push-1 {
    left: 4.1666666667%;
    right: auto; }
  .xl-col-24-push-2 {
    left: 8.3333333333%;
    right: auto; }
  .xl-col-24-push-3 {
    left: 12.5%;
    right: auto; }
  .xl-col-24-push-4 {
    left: 16.6666666667%;
    right: auto; }
  .xl-col-24-push-5 {
    left: 20.8333333333%;
    right: auto; }
  .xl-col-24-push-6 {
    left: 25%;
    right: auto; }
  .xl-col-24-push-7 {
    left: 29.1666666667%;
    right: auto; }
  .xl-col-24-push-8 {
    left: 33.3333333333%;
    right: auto; }
  .xl-col-24-push-9 {
    left: 37.5%;
    right: auto; }
  .xl-col-24-push-10 {
    left: 41.6666666667%;
    right: auto; }
  .xl-col-24-push-11 {
    left: 45.8333333333%;
    right: auto; }
  .xl-col-24-push-12 {
    left: 50%;
    right: auto; }
  .xl-col-24-push-13 {
    left: 54.1666666667%;
    right: auto; }
  .xl-col-24-push-14 {
    left: 58.3333333333%;
    right: auto; }
  .xl-col-24-push-15 {
    left: 62.5%;
    right: auto; }
  .xl-col-24-push-16 {
    left: 66.6666666667%;
    right: auto; }
  .xl-col-24-push-17 {
    left: 70.8333333333%;
    right: auto; }
  .xl-col-24-push-18 {
    left: 75%;
    right: auto; }
  .xl-col-24-push-19 {
    left: 79.1666666667%;
    right: auto; }
  .xl-col-24-push-20 {
    left: 83.3333333333%;
    right: auto; }
  .xl-col-24-push-21 {
    left: 87.5%;
    right: auto; }
  .xl-col-24-push-22 {
    left: 91.6666666667%;
    right: auto; }
  .xl-col-24-push-23 {
    left: 95.8333333333%;
    right: auto; } }

@media screen and (min-width: 1400px) {
  .xl-col-24-pull-1 {
    right: 4.1666666667%;
    left: auto; }
  .xl-col-24-pull-2 {
    right: 8.3333333333%;
    left: auto; }
  .xl-col-24-pull-3 {
    right: 12.5%;
    left: auto; }
  .xl-col-24-pull-4 {
    right: 16.6666666667%;
    left: auto; }
  .xl-col-24-pull-5 {
    right: 20.8333333333%;
    left: auto; }
  .xl-col-24-pull-6 {
    right: 25%;
    left: auto; }
  .xl-col-24-pull-7 {
    right: 29.1666666667%;
    left: auto; }
  .xl-col-24-pull-8 {
    right: 33.3333333333%;
    left: auto; }
  .xl-col-24-pull-9 {
    right: 37.5%;
    left: auto; }
  .xl-col-24-pull-10 {
    right: 41.6666666667%;
    left: auto; }
  .xl-col-24-pull-11 {
    right: 45.8333333333%;
    left: auto; }
  .xl-col-24-pull-12 {
    right: 50%;
    left: auto; }
  .xl-col-24-pull-13 {
    right: 54.1666666667%;
    left: auto; }
  .xl-col-24-pull-14 {
    right: 58.3333333333%;
    left: auto; }
  .xl-col-24-pull-15 {
    right: 62.5%;
    left: auto; }
  .xl-col-24-pull-16 {
    right: 66.6666666667%;
    left: auto; }
  .xl-col-24-pull-17 {
    right: 70.8333333333%;
    left: auto; }
  .xl-col-24-pull-18 {
    right: 75%;
    left: auto; }
  .xl-col-24-pull-19 {
    right: 79.1666666667%;
    left: auto; }
  .xl-col-24-pull-20 {
    right: 83.3333333333%;
    left: auto; }
  .xl-col-24-pull-21 {
    right: 87.5%;
    left: auto; }
  .xl-col-24-pull-22 {
    right: 91.6666666667%;
    left: auto; }
  .xl-col-24-pull-23 {
    right: 95.8333333333%;
    left: auto; } }

@media screen and (min-width: 320px) {
  .show-xs {
    display: block;
    visibility: visible; }
  .hide-xs {
    display: none;
    visibility: hidden; }
  .invisible-xs {
    visibility: hidden; } }

@media screen and (min-width: 540px) {
  .show-s {
    display: block;
    visibility: visible; }
  .hide-s {
    display: none;
    visibility: hidden; }
  .invisible-s {
    visibility: hidden; } }

@media screen and (min-width: 768px) {
  .show-m {
    display: block;
    visibility: visible; }
  .hide-m {
    display: none;
    visibility: hidden; }
  .invisible-m {
    visibility: hidden; } }

@media screen and (min-width: 1084px) {
  .show-l {
    display: block;
    visibility: visible; }
  .hide-l {
    display: none;
    visibility: hidden; }
  .invisible-l {
    visibility: hidden; } }

@media screen and (min-width: 1400px) {
  .show-xl {
    display: block;
    visibility: visible; }
  .hide-xl {
    display: none;
    visibility: hidden; }
  .invisible-xl {
    visibility: hidden; } }

.grid.fixed .row.row-sm {
  margin-left: 8px;
  margin-right: 8px; }

.grid.fixed .row.row-sm > [class*="col-"] {
  padding-left: 2px;
  padding-right: 2px; }

.grid.fixed {
  padding-left: 5px;
  padding-right: 5px; }
  .grid.fixed .row {
    margin-left: 0;
    margin-right: 0; }
    .grid.fixed .row.row-padded-top {
      margin-top: 2.5em; }
    .grid.fixed .row .row {
      margin-left: -10px;
      margin-right: -10px; }
    .grid.fixed .row .row.row-sm {
      margin-left: -2px;
      margin-right: -2px; }

@media (min-width: 540px) {
  .grid.fixed {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 768px) {
  .grid.fixed {
    width: 95%;
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 540px) {
  .grid.fixed .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; } }

@media screen and (max-width: 319px) {
  .mf-col-1-2 {
    width: 50%; } }

@media screen and (min-width: 320px) {
  .xs-col-1-2-force {
    width: 50%; } }

@media screen and (min-width: 540px) {
  .s-col-1-1 {
    width: 100%; } }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, 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-color: 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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td, .table th {
      background-color: #fff !important; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5625;
  color: #333333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #1570a6;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0c4262;
    text-decoration: underline; }
  a:focus {
    outline: 1px dotted #999;
    outline-offset: 1px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 1px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.5625;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 1px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #D2D2D2; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: wf_segoe-ui_light, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
  color: black; }
  h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px; }
  h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px; }
  h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 48px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 26px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 20px; }

h6, .h6 {
  font-size: 16px; }

p {
  margin: 0 0 12.5px; }

.lead {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small, .small {
  font-size: 81%; }

mark, .mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #737373; }

.text-primary {
  color: #1570a6; }

a.text-primary:hover {
  color: #0f5179; }

.text-success {
  color: #009E49; }

a.text-success:hover {
  color: #006b31; }

.text-info {
  color: #000000; }

a.text-info:hover {
  color: black; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #BA141A; }

a.text-danger:hover {
  color: #8c0f14; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #1570a6; }

a.bg-primary:hover {
  background-color: #0f5179; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #f2f2f2; }

a.bg-info:hover {
  background-color: #d8d8d8; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #D2D2D2; }

ul, ol {
  margin-top: 0;
  margin-bottom: 12.5px; }
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 25px; }

dt, dd {
  line-height: 1.5625; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.5625;
    color: #777777; }
    blockquote footer:before, blockquote small:before, blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.5625; }

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #333333;
  background-color: #f7f7f7;
  border-radius: 1px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 1px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 15px;
  line-height: 1.5625;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f7f7f7;
  border: 1px solid #efefef;
  border-radius: 1px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #737373;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px; }
  .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.5625;
    vertical-align: top;
    border-top: 1px solid transparent; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid transparent; }
  .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid transparent; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid transparent; }
  .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 1px solid transparent; }
  .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f2f2f2; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
  background-color: #f2f2f2; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #e5e5e5; }

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 18.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid transparent; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: 1px dotted #999;
  outline-offset: 1px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5625;
  color: #333333; }

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5625;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .form-control:focus {
    border-color: #1570a6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(21, 112, 166, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(21, 112, 166, 0.6); }
  .form-control::-moz-placeholder {
    color: #767676;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #767676; }
  .form-control::-webkit-input-placeholder {
    color: #767676; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: default; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 39px; }
    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] {
      line-height: 32px; }
    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
      line-height: 42px; } }

.form-group {
  margin-bottom: 15px; }

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label, .checkbox label {
    min-height: 25px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
  cursor: default; }

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: default; }

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: default; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 41px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 32px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5625;
  border-radius: 0; }

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
  height: 32px;
  line-height: 32px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 32px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5625;
  border-radius: 0; }
.form-group-sm select.form-control {
  height: 32px;
  line-height: 32px; }
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 32px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5625;
  min-height: 38px; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 0; }

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
  height: 42px;
  line-height: 42px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 0; }
.form-group-lg select.form-control {
  height: 42px;
  line-height: 42px; }
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 42px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.2;
  min-height: 41px; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 48.75px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #009E49; }
.has-success .form-control {
  border-color: #009E49;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #006b31;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #05ff79;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #05ff79; }
.has-success .input-group-addon {
  color: #009E49;
  border-color: #009E49;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #009E49; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #BA141A; }
.has-error .form-control {
  border-color: #BA141A;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #8c0f14;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eb494e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eb494e; }
.has-error .input-group-addon {
  color: #BA141A;
  border-color: #BA141A;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #BA141A; }

.has-feedback label ~ .form-control-feedback {
  top: 30px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 32px; }
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 13px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5625;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 1px dotted #999;
    outline-offset: 1px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #1570a6;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: default;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #1570a6;
  background-color: transparent;
  border-color: #1570a6; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #1570a6;
    background-color: transparent;
    border-color: #0e4b70; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: transparent;
    border-color: #1570a6; }
  .btn-default .badge {
    color: transparent;
    background-color: #1570a6; }

.btn-primary {
  color: #fff;
  background-color: #1570a6;
  border-color: #1570a6; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0f5179;
    border-color: #0e4b70; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #1570a6;
    border-color: #1570a6; }
  .btn-primary .badge {
    color: #1570a6;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #1570a6;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #0c4262;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 1px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5625;
  border-radius: 1px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5625;
  border-radius: 1px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup, .dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #1570a6;
  border: 1px solid #1570a6;
  border-radius: 1px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #d2d2d2; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5625;
    color: #333333;
    white-space: nowrap; }

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

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #1570a6; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #767676; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default; }

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.5625;
  color: #767676;
  white-space: nowrap; }

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

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

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
      z-index: 2; }

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

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #333333;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #d2d2d2;
  border-radius: 1px; }
  .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 1px; }
  .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 1px; }
  .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: default; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #1570a6; }
  .nav .nav-divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.5625;
      border: 1px solid transparent;
      border-radius: 1px 1px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 1px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #1570a6; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 1px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 1px 1px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.breadcrumb {
  padding: 0 0;
  margin-bottom: 25px;
  list-style: none;
  background-color: transparent;
  border-radius: 1px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "\203a\00a0";
      padding: 0 5px;
      color: #333333; }
  .breadcrumb > .active {
    color: #333333; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 1px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a, .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.5625;
      text-decoration: none;
      color: #333333;
      background-color: transparent;
      border: 1px solid transparent;
      margin-left: -1px; }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 1px;
      border-top-left-radius: 1px; }
    .pagination > li:last-child > a, .pagination > li:last-child > span {
      border-bottom-right-radius: 1px;
      border-top-right-radius: 1px; }
  .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    color: #1570a6;
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #1570a6;
    border-color: #1570a6;
    cursor: default; }
  .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #767676;
    background-color: transparent;
    border-color: transparent;
    cursor: default; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 16px; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px; }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px; }

.pager {
  padding-left: 0;
  margin: 25px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a, .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: transparent;
      border: 1px solid transparent;
      border-radius: 0; }
    .pager li > a:hover, .pager li > a:focus {
      text-decoration: none;
      background-color: transparent; }
  .pager .next > a, .pager .next > span {
    float: right; }
  .pager .previous > a, .pager .previous > span {
    float: left; }
  .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #767676;
    background-color: transparent;
    cursor: default; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #1570a6; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #0f5179; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #1570a6;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.alert {
  padding: 1em;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 0; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: normal; }
  .alert > p, .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 21em; }
  .alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #009E49; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #006b31; }

.alert-info {
  background-color: #f2f2f2;
  border-color: #e6e6e6;
  color: #000000; }
  .alert-info hr {
    border-top-color: #d9d9d9; }
  .alert-info .alert-link {
    color: black; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f8e2b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #BA141A; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #8c0f14; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 25px;
  margin-bottom: 25px;
  background-color: #e6e6e6;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background-color: #1570a6;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent; }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

a.list-group-item {
  color: #333333; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #333333;
    background-color: transparent; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: default; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: inherit;
  background-color: transparent;
  border-color: transparent; }
  .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #333333; }

.list-group-item-success {
  color: #009E49;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #009E49; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #009E49;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #009E49;
    border-color: #009E49; }

.list-group-item-info {
  color: #000000;
  background-color: #f2f2f2; }

a.list-group-item-info {
  color: #000000; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #000000;
    background-color: #e5e5e5; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #BA141A;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #BA141A; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #BA141A;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #BA141A;
    border-color: #BA141A; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: transparent;
  border-top: 1px solid #D2D2D2;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }
  .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 0px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 0px; }
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 0px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 0px; }
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid transparent; }
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 25px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 1px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #D2D2D2; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #D2D2D2; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #1570a6; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #1570a6;
    border-color: #1570a6; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #1570a6; }
    .panel-primary > .panel-heading .badge {
      color: #1570a6;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #1570a6; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #009E49;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #009E49; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #e6e6e6; }
  .panel-info > .panel-heading {
    color: #000000;
    background-color: #f2f2f2;
    border-color: #e6e6e6; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #e6e6e6; }
    .panel-info > .panel-heading .badge {
      color: #f2f2f2;
      background-color: #000000; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e6e6e6; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #BA141A;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #BA141A; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.close {
  float: right;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 10px;
  border-bottom: 1px solid transparent;
  min-height: 11.5625px; }

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

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

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

.modal-footer {
  padding: 10px;
  text-align: right;
  border-top: 1px solid transparent; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 1px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5625;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0px 0px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

i[class*="icon-"], .slick-prev, .slick-next {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  overflow: hidden;
  text-align: left; }
  i[class*="icon-"]:before, .slick-prev:before, .slick-next:before {
    display: block;
    width: 1em;
    height: 1em;
    font-family: "Icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.icon-arrow-right:before, .breadcrumb > li + li:before {
  content: "\f101"; }

.icon-back-arrow-left:before {
  content: "\f102"; }

.icon-back-arrow-right:before {
  content: "\f103"; }

.icon-carousel-left:before, .slick-prev:before {
  content: "\f104"; }

.icon-carousel-right:before, .slick-next:before {
  content: "\f105"; }

.icon-cart:before {
  content: "\f106"; }

.icon-checkbox-composite:before {
  content: "\f107"; }

.icon-chevron-down:before {
  content: "\f108"; }

.icon-chevron-left:before {
  content: "\f109"; }

.icon-chevron-right:before {
  content: "\f10a"; }

.icon-chevron-up:before {
  content: "\f10b"; }

.icon-clear:before {
  content: "\f10c"; }

.icon-clock:before {
  content: "\f10d"; }

.icon-collapse:before {
  content: "\f10e"; }

.icon-completed:before {
  content: "\f10f"; }

.icon-devices:before {
  content: "\f110"; }

.icon-expand:before {
  content: "\f111"; }

.icon-flag:before {
  content: "\f112"; }

.icon-media-browse:before {
  content: "\f113"; }

.icon-middot:before {
  content: "\f114"; }

.icon-music-app:before {
  content: "\f115"; }

.icon-pause:before {
  content: "\f116"; }

.icon-play-circle:before {
  content: "\f117"; }

.icon-play:before {
  content: "\f118"; }

.icon-radio-check:before {
  content: "\f119"; }

.icon-radio:before {
  content: "\f11a"; }

.icon-star:before {
  content: "\f11b"; }

.icon-storage-optical:before {
  content: "\f11c"; }

.icon-up:before {
  content: "\f11d"; }

.icon-view-all:before {
  content: "\f11e"; }

.icon-view-list:before {
  content: "\f11f"; }

.m-v-n {
  margin-top: 0;
  margin-bottom: 0; }

.m-h-n {
  margin-left: 0;
  margin-right: 0; }

.m-t-n {
  margin-top: 0; }

.m-b-n {
  margin-bottom: 0; }

.m-r-n {
  margin-right: 0; }

.m-l-n {
  margin-left: 0; }

.p-v-n {
  padding-top: 0;
  padding-bottom: 0; }

.p-h-n {
  padding-left: 0;
  padding-right: 0; }

.p-t-n {
  padding-top: 0; }

.p-b-n {
  padding-bottom: 0; }

.p-r-n {
  padding-right: 0; }

.p-l-n {
  padding-left: 0; }

.m-v-xs {
  margin-top: 2px;
  margin-bottom: 2px; }

.m-h-xs {
  margin-left: 2px;
  margin-right: 2px; }

.m-t-xs {
  margin-top: 2px; }

.m-b-xs {
  margin-bottom: 2px; }

.m-r-xs {
  margin-right: 2px; }

.m-l-xs {
  margin-left: 2px; }

.p-v-xs {
  padding-top: 2px;
  padding-bottom: 2px; }

.p-h-xs {
  padding-left: 2px;
  padding-right: 2px; }

.p-t-xs {
  padding-top: 2px; }

.p-b-xs {
  padding-bottom: 2px; }

.p-r-xs {
  padding-right: 2px; }

.p-l-xs {
  padding-left: 2px; }

.m-v-sm {
  margin-top: 5px;
  margin-bottom: 5px; }

.m-h-sm {
  margin-left: 5px;
  margin-right: 5px; }

.m-t-sm {
  margin-top: 5px; }

.m-b-sm {
  margin-bottom: 5px; }

.m-r-sm {
  margin-right: 5px; }

.m-l-sm {
  margin-left: 5px; }

.p-v-sm {
  padding-top: 5px;
  padding-bottom: 5px; }

.p-h-sm {
  padding-left: 5px;
  padding-right: 5px; }

.p-t-sm {
  padding-top: 5px; }

.p-b-sm {
  padding-bottom: 5px; }

.p-r-sm {
  padding-right: 5px; }

.p-l-sm {
  padding-left: 5px; }

.m-v-md {
  margin-top: 10px;
  margin-bottom: 10px; }

.m-h-md {
  margin-left: 10px;
  margin-right: 10px; }

.m-t-md {
  margin-top: 10px; }

.m-b-md {
  margin-bottom: 10px; }

.m-r-md {
  margin-right: 10px; }

.m-l-md {
  margin-left: 10px; }

.p-v-md {
  padding-top: 10px;
  padding-bottom: 10px; }

.p-h-md {
  padding-left: 10px;
  padding-right: 10px; }

.p-t-md {
  padding-top: 10px; }

.p-b-md {
  padding-bottom: 10px; }

.p-r-md {
  padding-right: 10px; }

.p-l-md {
  padding-left: 10px; }

.m-v-lg {
  margin-top: 20px;
  margin-bottom: 20px; }

.m-h-lg {
  margin-left: 20px;
  margin-right: 20px; }

.m-t-lg {
  margin-top: 20px; }

.m-b-lg {
  margin-bottom: 20px; }

.m-r-lg {
  margin-right: 20px; }

.m-l-lg {
  margin-left: 20px; }

.p-v-lg {
  padding-top: 20px;
  padding-bottom: 20px; }

.p-h-lg {
  padding-left: 20px;
  padding-right: 20px; }

.p-t-lg {
  padding-top: 20px; }

.p-b-lg {
  padding-bottom: 20px; }

.p-r-lg {
  padding-right: 20px; }

.p-l-lg {
  padding-left: 20px; }

.m-v-xl {
  margin-top: 30px;
  margin-bottom: 30px; }

.m-h-xl {
  margin-left: 30px;
  margin-right: 30px; }

.m-t-xl {
  margin-top: 30px; }

.m-b-xl {
  margin-bottom: 30px; }

.m-r-xl {
  margin-right: 30px; }

.m-l-xl {
  margin-left: 30px; }

.p-v-xl {
  padding-top: 30px;
  padding-bottom: 30px; }

.p-h-xl {
  padding-left: 30px;
  padding-right: 30px; }

.p-t-xl {
  padding-top: 30px; }

.p-b-xl {
  padding-bottom: 30px; }

.p-r-xl {
  padding-right: 30px; }

.p-l-xl {
  padding-left: 30px; }

.m-v-bl {
  margin-top: 40px;
  margin-bottom: 40px; }

.m-h-bl {
  margin-left: 40px;
  margin-right: 40px; }

.m-t-bl {
  margin-top: 40px; }

.m-b-bl {
  margin-bottom: 40px; }

.m-r-bl {
  margin-right: 40px; }

.m-l-bl {
  margin-left: 40px; }

.p-v-bl {
  padding-top: 40px;
  padding-bottom: 40px; }

.p-h-bl {
  padding-left: 40px;
  padding-right: 40px; }

.p-t-bl {
  padding-top: 40px; }

.p-b-bl {
  padding-bottom: 40px; }

.p-r-bl {
  padding-right: 40px; }

.p-l-bl {
  padding-left: 40px; }

.inline-block {
  display: inline-block; }

.v-align-top {
  vertical-align: top; }

.v-align-bottom {
  vertical-align: bottom; }

.v-align-middle {
  vertical-align: middle; }

.v-align-baseline {
  vertical-align: baseline; }

@media screen and (min-width: 540px) {
  .s-align-right {
    text-align: right; } }

@media screen and (min-width: 540px) {
  .s-align-left {
    text-align: left; } }

.d-n {
  display: none; }
  @media all and (min-width: 320px) {
    .d-n-xs {
      display: none; } }
  @media all and (min-width: 540px) {
    .d-n-sm {
      display: none; } }
  @media all and (min-width: 768px) {
    .d-n-md {
      display: none; } }
  @media all and (min-width: 1084px) {
    .d-n-lg {
      display: none; } }
  @media all and (min-width: 1400px) {
    .d-n-xl {
      display: none; } }
.d-b {
  display: block; }
  @media all and (min-width: 320px) {
    .d-b-xs {
      display: block; } }
  @media all and (min-width: 540px) {
    .d-b-sm {
      display: block; } }
  @media all and (min-width: 768px) {
    .d-b-md {
      display: block; } }
  @media all and (min-width: 1084px) {
    .d-b-lg {
      display: block; } }
  @media all and (min-width: 1400px) {
    .d-b-xl {
      display: block; } }
.d-i {
  display: inline; }
  @media all and (min-width: 320px) {
    .d-i-xs {
      display: inline; } }
  @media all and (min-width: 540px) {
    .d-i-sm {
      display: inline; } }
  @media all and (min-width: 768px) {
    .d-i-md {
      display: inline; } }
  @media all and (min-width: 1084px) {
    .d-i-lg {
      display: inline; } }
  @media all and (min-width: 1400px) {
    .d-i-xl {
      display: inline; } }
.d-ib {
  display: inline-block; }
  @media all and (min-width: 320px) {
    .d-ib-xs {
      display: inline-block; } }
  @media all and (min-width: 540px) {
    .d-ib-sm {
      display: inline-block; } }
  @media all and (min-width: 768px) {
    .d-ib-md {
      display: inline-block; } }
  @media all and (min-width: 1084px) {
    .d-ib-lg {
      display: inline-block; } }
  @media all and (min-width: 1400px) {
    .d-ib-xl {
      display: inline-block; } }
.d-f {
  display: flex; }
  @media all and (min-width: 320px) {
    .d-f-xs {
      display: flex; } }
  @media all and (min-width: 540px) {
    .d-f-sm {
      display: flex; } }
  @media all and (min-width: 768px) {
    .d-f-md {
      display: flex; } }
  @media all and (min-width: 1084px) {
    .d-f-lg {
      display: flex; } }
  @media all and (min-width: 1400px) {
    .d-f-xl {
      display: flex; } }

.page-heading {
  margin-top: 0; }

h1, .h1, .header-large {
  font-size: 48px;
  line-height: 1.2083333333;
  font-family: wf_segoe-ui_light, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }

h2, .h2, .header {
  font-size: 30px;
  line-height: 1.2;
  font-family: wf_segoe-ui_light, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }

h3, .h3, .header-small {
  font-size: 26px;
  line-height: 1;
  font-family: wf_segoe-ui_light, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }

h4, .h4, .header-sub {
  font-size: 20px;
  line-height: 1;
  font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }

h5, .h5, .header-sub-2 {
  font-size: 20px;
  line-height: 1;
  font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }

body, .body-open {
  font-size: 16px;
  line-height: 1.5625;
  font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
  color: #000000; }

.body-tight {
  font-size: 16px;
  line-height: 1.375;
  font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }

strong, .body-tight-2 {
  font-size: 16px;
  line-height: 1.375;
  font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }

.caption {
  font-size: 13px;
  line-height: 1.5384615385;
  font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }

.caption-2 {
  font-size: 13px;
  line-height: 1.5384615385;
  font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }

.has-newline {
  white-space: pre-line; }

hr.light {
  opacity: .3; }

.link-icon-after {
  display: inline-block; }
  .link-icon-after i[class*="icon-"] {
    float: right;
    margin: .25em .25em 0 .25em; }

.link-icon-before {
  display: inline-block; }
  .link-icon-before i[class*="icon-"] {
    float: left;
    margin: .25em .25em 0 .25em; }

.img-in-header {
  height: 1em;
  vertical-align: -.15em;
  margin: 0 10px; }

.age-gate {
  position: relative;
  width: 100%;
  height: 100%; }
  .age-gate .header, .age-gate p, .age-gate caption a, .age-gate .caption a:link, .age-gate .caption a:hover {
    color: #FFFFFF; }
  .age-gate h3 {
    font-size: 16px;
    line-height: 1.5625;
    font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }
    @media (min-width: 540px) {
      .age-gate h3 {
        font-size: 30px;
        line-height: 1.2;
        font-family: wf_segoe-ui_light, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; } }
    @media (min-width: 768px) {
      .age-gate h3 {
        font-size: 26px;
        line-height: 1;
        font-family: wf_segoe-ui_light, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; } }
    @media (min-width: 1084px) {
      .age-gate h3 {
        font-size: 30px;
        line-height: 1.2;
        font-family: wf_segoe-ui_light, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; } }
  .age-gate .list-inline {
    display: inline-block; }
  .age-gate .media-overlay {
    background-color: #737373; }
  .age-gate .dob {
    width: 100%;
    padding: 0 10px;
    text-align: center;
    position: absolute;
    height: 100%;
    top: 0; }
    @media (min-width: 540px) {
      .age-gate .dob {
        top: 1em; } }
    @media (min-width: 768px) {
      .age-gate .dob {
        top: 0em; } }
    @media (min-width: 1084px) {
      .age-gate .dob {
        top: 3em; } }
    .age-gate .dob > button, .age-gate .dob > .btn {
      width: 90%;
      margin: 0 auto;
      display: block; }
      @media (min-width: 540px) {
        .age-gate .dob > button, .age-gate .dob > .btn {
          width: auto;
          margin: 0;
          display: inline-block; } }
    .age-gate .dob .btn.disabled {
      opacity: 1;
      background-color: rgba(221, 221, 221, 0.65); }
  .age-gate .signin {
    font-size: 13px;
    line-height: 1.5384615385;
    font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 90%; }
    .age-gate .signin a {
      text-decoration: underline; }

.btn {
  -webkit-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s; }

.btn-xl {
  padding: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
  font-family: wf_segoe-ui_light, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }

.btn-primary:hover {
  border-color: #002050;
  background-color: #002050; }

.btn-default:hover {
  border-color: #002050;
  background-color: #f2f2f2; }

.btn-tag {
  background: #f2f2f2;
  text-align: left;
  margin-bottom: 4px;
  color: black; }
  .btn-tag:hover {
    border-color: #1570a6; }
  .btn-tag.btn-clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis; }

.btn.btn-mfd {
  width: 100%;
  display: block; }
  @media (min-width: 540px) {
    .btn.btn-mfd {
      display: inline-block;
      width: 48%; }
      .btn-group-justified .btn.btn-mfd {
        display: table-cell; }
      .btn.btn-mfd + .btn-mfd {
        margin-left: 5px; } }
  @media (min-width: 1084px) {
    .btn.btn-mfd {
      width: auto; } }

.btn-dropdown {
  background: none;
  border: 2px solid #D2D2D2; }
  .btn-dropdown.dropdown-opaque {
    background-color: #FFFFFF; }
  .btn-dropdown .caret {
    margin-left: .5em;
    border-top-width: 7px; }

.btn-choice {
  position: relative;
  background: none;
  border-color: #646464;
  line-height: 1.5625;
  text-align: left;
  color: #767676; }
  .btn-choice:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 1px solid #646464;
    -webkit-transition: border-width .2s;
    -o-transition: border-width .2s;
    transition: border-width .2s; }
  .btn-choice:hover, .btn-choice:focus {
    color: #000000; }
    .btn-choice:hover:after, .btn-choice:focus:after {
      border-width: 2px; }
  .btn-choice.active {
    font-size: 16px;
    line-height: 1.375;
    font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
    line-height: 1.5625;
    color: #000000; }
    .btn-choice.active:after {
      border-width: 3px; }

.btn-progress {
  position: relative; }

.btn-progress-bar {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 0;
  -webkit-transition: width 2s ease-in-out;
  -o-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out; }
  .btn-primary .btn-progress-bar {
    background: #0f547c; }
  .btn-primary:hover .btn-progress-bar {
    background: #002050; }

.btn-progress-label {
  position: relative; }

.btn[data-toggle="collapse"] i[class*="icon-"] {
  font-size: .9em; }
.btn[data-toggle="collapse"][aria-expanded="true"] .win-button-label-collapsed {
  display: none; }
.btn[data-toggle="collapse"][aria-expanded="false"] .win-button-label-expanded {
  display: none; }

.win-button-filter {
  border-color: #767676;
  background: none; }
  .win-button-filter .icon-clear {
    margin-left: 5px; }

.colored-bg .btn-primary {
  background-color: white;
  border-color: white;
  color: #333333; }
.colored-bg .btn-default {
  background-color: transparent;
  border-color: white;
  color: white; }

.win-btn-text {
  cursor: default; }
  .win-btn-text:hover, .win-btn-text:focus {
    color: inherit; }
  .win-btn-text:active {
    box-shadow: none; }

.rating ul {
  list-style: none;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0;
  padding: 0;
  white-space: nowrap; }
.rating li {
  display: inline-block; }

.rating-inline {
  display: inline-block; }

.btn + .rating-inline {
  margin-left: 1em; }

.win-rating-label {
  display: inline-block;
  margin-right: .5em; }

.win-rating-average {
  font-size: 48px;
  line-height: 1.2083333333;
  font-family: wf_segoe-ui_light, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 10px 0 0;
  line-height: 90px;
  text-align: center;
  background: #e6e6e6; }
  .win-rating-average + .rating-stars {
    font-size: 1.25em;
    margin-top: 20px; }

.win-rating-average-img {
  font-size: 20px;
  line-height: 1;
  font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
  display: inline-block;
  margin: 0 .5em .5em 0; }
  .win-rating-average-img img {
    vertical-align: middle; }

.rating-stars {
  position: relative;
  display: inline-block;
  letter-spacing: -.25em; }
  .rating-stars .icon-star, .rating-stars .icon-middot {
    color: #e6e6e6; }
  .rating-stars.rating-stars-lg {
    font-size: 20px;
    letter-spacing: 0; }

@media screen and (-ms-high-contrast) {
  .rating-stars-background {
    visibility: hidden; } }

.rating-stars-value {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }
  .rating-stars-value .icon-star {
    color: #d1480e; }

.win-rating-bars {
  position: relative;
  display: inline-block;
  letter-spacing: .15em;
  color: #D2D2D2;
  font-size: 16px;
  line-height: 1.375;
  font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }

@media screen and (-ms-high-contrast) {
  .win-rating-bars-background {
    visibility: hidden; } }

.win-rating-bars-value {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #DC3C00; }

.rating-numbers {
  font-size: 13px;
  line-height: 1.5384615385;
  font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
  margin-left: .15em; }

.win-rating-total {
  font-size: 13px;
  line-height: 1.5384615385;
  font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }

.win-rating-histogram {
  padding-left: 0;
  list-style: none;
  margin-bottom: .5em; }
  .win-rating-histogram li > a {
    font-size: 16px;
    line-height: 1.375;
    font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
    display: block;
    padding: 1px 5px 2px 5px;
    white-space: nowrap;
    color: #333333;
    text-decoration: none; }
    .win-rating-histogram li > a:hover {
      background: #f2f2f2; }
  .win-rating-histogram .progress {
    display: inline-block;
    width: 270px;
    width: calc(100% - 110px);
    margin-right: 5px;
    outline: 1px solid #e6e6e6; }
  .win-rating-histogram .progress-bar {
    background: #d1480e;
    box-shadow: none;
    border: 10px solid #d1480e; }
  .win-rating-histogram .icon-star {
    font-size: 13px;
    vertical-align: 0;
    margin: 0 2px; }

.win-rating-histogram-caption {
  font-size: 13px;
  line-height: 1.5384615385;
  font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
  color: #767676; }

.win-rating-stars-input {
  position: absolute;
  top: 0;
  left: 0; }

.win-rating-btn {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1;
  background: none; }
  .win-rating-btn .icon-star {
    visibility: hidden; }
  .win-rating-btn.active .icon-star {
    visibility: visible;
    color: #1570a6; }

.colored-bg .rating-stars .icon-star {
  color: white;
  opacity: .25; }
.colored-bg .rating-stars-value .icon-star {
  color: white;
  opacity: 1; }

.metadata-list {
  padding: 0 10px;
  color: #000000; }
  .metadata-list .metadata-list-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    cursor: default; }
    @media (min-width: 540px) {
      .metadata-list .metadata-list-title {
        cursor: initial; } }
  .metadata-list .icon-expand, .metadata-list .icon-collapse {
    font-size: 1.25em;
    height: 1.25em; }
    @media (min-width: 540px) {
      .metadata-list .icon-expand, .metadata-list .icon-collapse {
        display: none; } }
  .metadata-list [aria-expanded="false"] .icon-collapse {
    display: none; }
  .metadata-list [aria-expanded="true"] .icon-expand {
    display: none; }
  .metadata-list .metadata-list-content {
    padding-top: 5px;
    padding-bottom: 10px; }
    @media (min-width: 540px) {
      .metadata-list .metadata-list-content {
        display: block;
        padding-top: 10px;
        height: auto !important; } }
  .metadata-list .metadata-list-title:nth-of-type(2n+1), .metadata-list .metadata-list-content:nth-of-type(2n+1) {
    background: #f2f2f2; }
  .metadata-list .list-inline {
    margin: 0; }
    .metadata-list .list-inline > li {
      padding: 0; }

.media {
  position: relative;
  margin: 0; }
  .media a:focus img {
    opacity: .8; }
  .media .media-img {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0; }
    .media .media-img.ratio-movie {
      padding-bottom: 137%; }
    .media .media-img.ratio-2-1 {
      padding-bottom: 50%; }
    .media .media-img.ratio-16-9 {
      padding-bottom: 56.25%; }
    .media .media-img.ratio-1-1, .media .media-img.ratio-square {
      padding-bottom: 100%; }
    .media .media-img a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      cursor: pointer; }
      .media .media-img a:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0);
        -webkit-transition: background-color .3s;
        -o-transition: background-color .3s;
        transition: background-color .3s; }
        @media screen and (-ms-high-contrast) {
          .media .media-img a:after {
            content: none; } }
      .media .media-img a:hover:after {
        background-color: rgba(255, 255, 255, 0.3); }
      .media .media-img a:before {
        position: absolute;
        border: 1px solid #ccc;
        border-color: rgba(0, 0, 0, 0.1);
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        vertical-align: bottom; }
    .media .media-img.ratio-fluid {
      height: auto;
      padding-bottom: 0; }
      .media .media-img.ratio-fluid a {
        position: relative;
        right: auto;
        bottom: auto; }
    .media .media-img.media-img-has-play a i[class*="icon-"] {
      z-index: 1; }
    .media .media-img.media-img-has-play a:after {
      background-color: rgba(0, 0, 0, 0.2); }
    .media .media-img.media-img-has-play a:hover:after {
      background-color: transparent; }
    .media .media-img.media-img-has-play .media-img-label {
      pointer-events: auto; }
    .media .media-img img {
      display: inline-block;
      width: 100%;
      vertical-align: bottom;
      -webkit-transition: opacity .5s;
      -o-transition: opacity .5s;
      transition: opacity .5s; }
      .media .media-img img.loading {
        opacity: 0; }
      .media .media-img img.loaded {
        opacity: 1; }
    .media .media-img i[class*="icon-"] {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 60px;
      margin-left: -30px;
      margin-top: -30px;
      color: white; }
    .media .media-img .progress {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0; }
  .media.row .media-img a:before, .media.row .media-img img {
    vertical-align: top; }
  .media.row .media-caption {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .media.row .media-header {
    margin: 0; }
  .media.row .rating {
    margin: -.25em 0 .5em 0; }
  .media .media-header {
    font-size: 16px;
    line-height: 1.375;
    font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
    margin: 12px 0 10px;
    color: black; }
    .media .media-header b {
      font-weight: normal;
      font-size: .95em;
      color: #767676; }
    .media .media-header a {
      color: #1570a6; }
    .media .media-header i[class*="icon-"] {
      font-size: 1.25em;
      margin: 0 .1em 0 0; }
    .media .media-header + .media-header {
      margin-top: 0; }
  .media [class*="media-header-clamp-"] {
    position: relative;
    overflow: hidden; }
    .media [class*="media-header-clamp-"].fade-out:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 2em;
      height: 1.375em;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
      pointer-events: none; }
  .media .media-header-clamp-1 {
    max-height: 1.375em;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .media .media-header-clamp-1.clamp-fixed {
      height: 1.375em; }
  .media .media-header-clamp-2 {
    max-height: 2.75em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
    .media .media-header-clamp-2.clamp-fixed {
      height: 2.75em; }
  .media .media-subheader {
    font-size: 13px;
    line-height: 1.5384615385;
    font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
    color: #000000; }
    .media .media-subheader a {
      color: #000000; }
    .media .media-subheader ul {
      padding: 0;
      list-style-position: inside; }
  .media .media-caption {
    font-size: 16px;
    white-space: normal; }
    .media .media-caption p {
      margin-bottom: 0; }
  .media .media-price {
    font-size: 13px;
    line-height: 1.5384615385;
    font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
    color: #000000;
    font-family: wf_segoe-ui_bold, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }
    .media .media-price s {
      color: #000000;
      font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
      margin-right: .5em; }
    .media .media-price .list-price {
      font-size: 16px;
      line-height: 1.375;
      font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }
    .media .media-price .original-price {
      font-size: 13px;
      line-height: 1.5384615385;
      font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }
  .media .rating {
    margin-bottom: .25em; }
  .media .media-img-has-label a:before, .media .media-img-has-label img {
    vertical-align: top; }
  .media .media-img-has-label i[class*="icon-"] {
    top: 36%; }
  .media .media-img-label {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 27%;
    padding: 10% .75em 12%;
    font-size: 13px;
    background: #333333;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
    pointer-events: none; }

.media-play-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .media-play-overlay .btn-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    background: rgba(0, 0, 0, 0.2); }
    .media-play-overlay .btn-icon:hover {
      background: transparent; }
    @media screen and (-ms-high-contrast) {
      .media-play-overlay .btn-icon {
        background: none; } }

.media-info {
  font-size: 13px;
  line-height: 1.5384615385;
  font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
  color: #000000;
  white-space: normal; }

.media-sales-pitch {
  font-size: 16px;
  line-height: 1.5625;
  font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
  color: #1570a6;
  line-height: 1.2; }

[data-subclass="hybrid"] {
  padding: 1.5em 0; }
  [data-subclass="hybrid"] .media-subheader, [data-subclass="hybrid"] .rating.rating, [data-subclass="hybrid"] .media-price, [data-subclass="hybrid"] .media-sales-pitch {
    margin-top: 8px; }
    [data-subclass="hybrid"] .media-subheader:empty, [data-subclass="hybrid"] .rating.rating:empty, [data-subclass="hybrid"] .media-price:empty, [data-subclass="hybrid"] .media-sales-pitch:empty {
      margin-top: 0; }
  @media screen and (min-width: 540px) {
    [data-subclass="hybrid"] {
      padding: 0 0 3.75em 0; }
      [data-subclass="hybrid"] .media-subheader, [data-subclass="hybrid"] .rating.rating, [data-subclass="hybrid"] .media-price, [data-subclass="hybrid"] .media-sales-pitch {
        margin-top: 15px; }
        [data-subclass="hybrid"] .media-subheader:empty, [data-subclass="hybrid"] .rating.rating:empty, [data-subclass="hybrid"] .media-price:empty, [data-subclass="hybrid"] .media-sales-pitch:empty {
          margin-top: 0; } }

.img-border {
  border: 1px solid rgba(0, 0, 0, 0.1); }

.section {
  margin-bottom: 1.5em; }

.section + hr {
  margin: 0 10px 1.5em; }

.section-header {
  position: relative;
  margin-bottom: 1.5em; }
  .section-header .section-title {
    font-size: 26px;
    line-height: 1;
    font-family: wf_segoe-ui_light, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
    margin-bottom: 0;
    color: black; }
    @media (min-width: 540px) {
      .section-header .section-title {
        font-size: 30px;
        line-height: 1.2;
        font-family: wf_segoe-ui_light, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; } }
    .section-header .section-title a {
      color: inherit; }
      .section-header .section-title a:hover, .section-header .section-title a:focus {
        text-decoration: none;
        color: #1570a6; }

@media (min-width: 540px) {
  .section-header-aside {
    position: absolute;
    top: .25em;
    right: 10px; } }

.section-header-more.btn-link {
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0; }

.section-header-arrows {
  display: none; }
  @media (min-width: 768px) {
    .section-header-arrows {
      display: inline-block; } }
  .section-header-arrows:empty {
    display: none; }
  .section-header-arrows .slick-prev, .section-header-arrows .slick-next {
    position: static; }
  .section-header-arrows .slick-next {
    margin: 0 0 0 .5em; }

.section-body {
  margin-bottom: 1.5em; }

[class*="col-"] .section-carousel {
  margin: 0 -10px; }
.section-carousel .media {
  margin: 0 10px; }
  @media (max-width: 540px) {
    .section-carousel .media {
      margin: 0 5px; } }

.section-quick-links {
  margin-bottom: 0; }
  .section-quick-links .section-title {
    margin-top: 0; }

.section-gallery .media {
  margin-bottom: 20px; }

.channel .channel-gallery .media {
  margin-bottom: 20px; }

.section-spotlight + hr {
  display: none; }

.section.channel {
  margin-bottom: 32px; }
  @media (min-width: 540px) {
    .section.channel {
      margin-bottom: 52px; } }
  .section.channel .section-header-more.btn-link {
    margin-left: 0;
    padding-right: 0; }
  .section.channel .section-title {
    padding-left: 0; }

.section.channel + .section.channel {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 28px; }
  @media (min-width: 540px) {
    .section.channel + .section.channel {
      padding-top: 48px; } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.section-carousel.slick-initialized {
  white-space: inherit;
  font-size: inherit; }

.section-header-arrows .slick-prev, .section-header-arrows .slick-next {
  padding: 0;
  color: #1570a6;
  font-size: 1.5em;
  border: none;
  background: none; }
  .section-header-arrows .slick-prev:focus, .section-header-arrows .slick-prev:hover, .section-header-arrows .slick-next:focus, .section-header-arrows .slick-next:hover {
    color: #0c4262; }
  .section-header-arrows .slick-prev.slick-disabled, .section-header-arrows .slick-next.slick-disabled {
    color: #D2D2D2; }

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 1.5em;
  outline: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .slick-prev:focus, .slick-prev:hover, .slick-next:focus, .slick-next:hover {
    outline: none; }
  .slick-prev:before, .slick-next:before {
    margin-bottom: 15px; }
  .slick-prev.slick-disabled, .slick-next.slick-disabled {
    cursor: default; }
  .slick-slider .slick-prev, .slick-slider .slick-next {
    visibility: hidden;
    z-index: 1;
    margin-top: -1.1em;
    padding: .6em .1em;
    color: #737373;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(115, 115, 115, 0.5); }
    .slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
      background: rgba(255, 255, 255, 0.9); }
    .slick-slider .slick-prev:active, .slick-slider .slick-next:active {
      background: white; }
    .slick-slider .slick-prev.slick-disabled, .slick-slider .slick-next.slick-disabled {
      display: none !important; }

.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next {
  visibility: visible; }

.slick-prev {
  left: 10px; }
  .slick-slider .slick-prev {
    border-left-color: transparent; }
  .media-browser .slick-prev {
    left: 0; }
  .media-browser .slick-prev:before, .spotlight .slick-prev:before {
    float: left;
    margin-left: -2px; }

.slick-next {
  right: 10px; }
  .slick-slider .slick-next {
    border-right-color: transparent; }
  .media-browser .slick-next {
    right: 0; }
  .media-browser .slick-next:before, .spotlight .slick-next:before {
    float: right;
    margin-right: -2px; }

.slick-dots {
  list-style: none;
  font-size: 16px;
  padding: 0;
  margin: .5em 0 0;
  text-align: center; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li:nth-of-type(n+13) {
      display: none; }
    .slick-dots li button {
      width: .5em;
      height: 1em;
      font-size: 1.5em;
      overflow: hidden;
      margin: 0 .1em;
      padding: 0;
      background: none;
      border: none;
      line-height: 1;
      outline: none; }
      .slick-dots li button:before {
        content: "\2022";
        display: block;
        color: #e6e6e6; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        color: #1570a6; }
    .slick-dots li.slick-active button:before {
      color: #1570a6; }

.section-carousel {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0; }
  .section-carousel.slick-initialized {
    padding-right: 5px; }
  .section-carousel .slide {
    display: inline-block;
    vertical-align: top; }

.carousel-8 .slide {
  width: 12.5%; }
  @media (max-width: 1084px) {
    .carousel-8 .slide {
      width: 16.6666666667%; } }
  @media (max-width: 768px) {
    .carousel-8 .slide {
      width: 25%; } }
  @media (max-width: 540px) {
    .carousel-8 .slide {
      width: 33.3333333333%; } }

.carousel-6 .slide {
  width: 16.6666666667%; }
  @media (max-width: 1084px) {
    .carousel-6 .slide {
      width: 25%; } }
  @media (max-width: 540px) {
    .carousel-6 .slide {
      width: 33.3333333333%; } }
  @media (max-width: 380px) {
    .carousel-6 .slide {
      width: 50%; } }

.carousel-5 .slide {
  display: none; }
  @media (min-width: 768px) {
    .carousel-5 .slide {
      display: inline-block;
      width: 33.3333333333%; } }
  @media (min-width: 1084px) {
    .carousel-5 .slide {
      display: inline-block;
      width: 20%; } }

.carousel-4 .slide {
  width: 25%; }
  @media (max-width: 1084px) {
    .carousel-4 .slide {
      width: 33.3333333333%; } }
  @media (max-width: 768px) {
    .carousel-4 .slide {
      width: 50%; } }

.colored-bg {
  /*
    .slick-prev,
    .slick-next {
        color: white;
        opacity: .75;

        &:focus, &:hover {
            opacity: 1;
        }

        &.slick-disabled {
            opacity: .25;
            cursor: default;
        }
    }
*/ }
  .colored-bg .slick-dots li button:before {
    color: white;
    opacity: .5; }
  .colored-bg .slick-dots li button:hover:before, .colored-bg .slick-dots li button:focus:before {
    opacity: 1; }
  .colored-bg .slick-dots li.slick-active button:before {
    opacity: 1; }

.spotlight {
  height: 0;
  padding-bottom: 75%;
  overflow: hidden; }
  @media (min-width: 768px) {
    .spotlight {
      padding-bottom: 32.3%; } }
  .spotlight .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    padding-bottom: 75%;
    width: 100%; }
    @media (min-width: 768px) {
      .spotlight .slick-list {
        padding-bottom: 32.3%; } }
  .spotlight .row {
    display: block; }
  .spotlight .btn-default {
    color: white;
    background: rgba(0, 0, 0, 0.25); }
    .spotlight .btn-default:hover {
      background: #1570a6;
      border-color: #1570a6; }
  .spotlight a:focus img {
    opacity: .8; }

.spotlight-dots {
  height: 2.5em; }
  .spotlight-dots .slick-dots {
    margin-top: 0; }

.spotlight-media {
  position: relative;
  display: block;
  margin: 0 0 4px 0;
  background: black; }

.spotlight-img {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden; }
  .spotlight-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(transparent, #000000 80%);
    opacity: .2;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s; }
  .spotlight-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }

.spotlight-media:hover .spotlight-img:after {
  opacity: .4; }

.spotlight-caption {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px 20px;
  color: white; }
  .spotlight-caption h1, .spotlight-caption h2, .spotlight-caption h3 {
    color: inherit; }
  .spotlight-caption p {
    margin-bottom: 0; }
  @media (min-width: 320px) {
    .spotlight-caption {
      padding: 0 10px 10px; } }
  @media (min-width: 540px) {
    .spotlight-caption {
      padding: 0 20px 20px; } }

@media (min-width: 1084px) {
  .spotlight-primary .spotlight-caption {
    padding: 0 40px 40px; } }
.spotlight-primary .spotlight-caption h1 {
  font-size: 26px;
  line-height: 1;
  font-family: wf_segoe-ui_light, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
  margin: 0 0 .25em; }
  @media (min-width: 540px) {
    .spotlight-primary .spotlight-caption h1 {
      font-size: 48px;
      line-height: 1.2083333333;
      font-family: wf_segoe-ui_light, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; } }
.spotlight-primary .spotlight-caption p {
  font-size: 13px;
  line-height: 1.5384615385;
  font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }
  @media (min-width: 540px) {
    .spotlight-primary .spotlight-caption p {
      font-size: 16px;
      line-height: 1.375;
      font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; } }

.spotlight-secondary .spotlight-img:after {
  opacity: .4; }
.spotlight-secondary:hover .spotlight-img:after {
  opacity: .6; }
.spotlight-secondary .spotlight-caption h2 {
  font-size: 16px;
  line-height: 1.375;
  font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
  margin: 0 0 .25em;
  display: none; }
  @media (min-width: 320px) {
    .spotlight-secondary .spotlight-caption h2 {
      display: block;
      font-size: 13px;
      line-height: 1.5384615385;
      font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; } }
  @media (min-width: 540px) {
    .spotlight-secondary .spotlight-caption h2 {
      font-size: 16px;
      line-height: 1.375;
      font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; } }
  @media (min-width: 1084px) {
    .spotlight-secondary .spotlight-caption h2 {
      font-size: 20px;
      line-height: 1;
      font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; } }
.spotlight-secondary .spotlight-caption p {
  font-size: 13px;
  line-height: 1.5384615385;
  font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
  display: none; }
  @media (min-width: 1084px) {
    .spotlight-secondary .spotlight-caption p {
      display: block; } }

.spotlight-main .spotlight-img, .spotlight-collection .spotlight-img {
  padding-bottom: 75%; }
  @media (max-width: 768px) {
    .spotlight-main .spotlight-img:after, .spotlight-collection .spotlight-img:after {
      background: linear-gradient(transparent, #000000 70%);
      opacity: 1 !important; } }
  @media (min-width: 768px) {
    .spotlight-main .spotlight-img, .spotlight-collection .spotlight-img {
      padding-bottom: 33%; }
      .spotlight-main .spotlight-img img, .spotlight-collection .spotlight-img img {
        top: -10%; } }
@media (min-width: 1084px) {
  .spotlight-main .spotlight-caption, .spotlight-collection .spotlight-caption {
    padding: 0 40px 40px; } }

.spotlight-collection-content {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 10px;
  overflow: hidden;
  color: white; }
  .spotlight-collection-content h1 {
    color: white; }
  .spotlight-collection-content .media + .media + .media + .media, .spotlight-collection-content .media + .media + .media + .media + .media {
    display: none; }
    @media (min-width: 1084px) {
      .spotlight-collection-content .media + .media + .media + .media, .spotlight-collection-content .media + .media + .media + .media + .media {
        display: block; } }
  .spotlight-collection-content .media-caption {
    font-size: 13px; }
  .spotlight-collection-content .media-price {
    display: none;
    font-size: 13px; }
    @media (min-width: 1084px) {
      .spotlight-collection-content .media-price {
        display: block; } }
  .spotlight-collection-content .media-header a, .spotlight-collection-content .media-price {
    color: white; }
  .spotlight-collection-content [class*="media-header-clamp-"]:after {
    content: none; }

.spotlight-collection-list {
  display: none;
  height: 100%;
  background: #333333;
  box-shadow: -30px 0 100px 50px #333333;
  -webkit-transition: background-color 1.5s ease, box-shadow 1.5s ease;
  -o-transition: background-color 1.5s ease, box-shadow 1.5s ease;
  transition: background-color 1.5s ease, box-shadow 1.5s ease; }
  @media (min-width: 768px) {
    .spotlight-collection-list {
      display: block; } }
  @media (min-width: 768px) {
    .spotlight-collection-list .media {
      margin-top: 20px; } }
  @media (min-width: 1084px) {
    .spotlight-collection-list .media {
      margin-top: 35px; } }

.spotlight-collection-caption {
  position: relative;
  z-index: 1;
  padding: 0 10px 25px 35px; }

.spotlight-static {
  margin-bottom: 2em;
  overflow: hidden; }
  .spotlight-static .spotlight-img {
    padding-bottom: 35%; }
  .spotlight-static:hover .spotlight-img:after {
    opacity: .2; }
  .spotlight-static .spotlight-caption {
    padding: 0 15px 10px; }
    @media (min-width: 540px) {
      .spotlight-static .spotlight-caption {
        padding: 0 35px 25px; } }
  .spotlight-static h1 {
    font-size: 26px; }
    @media (min-width: 768px) {
      .spotlight-static h1 {
        font-size: 30px; } }
    @media (min-width: 1084px) {
      .spotlight-static h1 {
        font-size: 48px; } }
  .spotlight-static p {
    display: none; }
    @media (min-width: 540px) {
      .spotlight-static p {
        display: block; } }

.app-tile-slide {
  width: 100%;
  position: relative;
  text-align: center; }
  .app-tile-slide *, .app-tile-slide *:hover {
    text-decoration: none; }
  .app-tile-slide .fill {
    margin-left: 10px;
    margin-right: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
    background-color: #e6e6e6; }
    .app-tile-slide .fill.fill-hero:after {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      content: '';
      opacity: 1;
      background: linear-gradient(to top, #000000 35%, transparent 75%); }
  .app-tile-slide .collection {
    margin: 0 auto; }
    .app-tile-slide .collection img {
      margin: 0 4px; }
  .app-tile-slide .app-tile-meta {
    width: 100%;
    padding-top: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4; }
    @media (min-width: 540px) {
      .app-tile-slide .app-tile-meta {
        padding-top: 40%; } }
    @media (min-width: 768px) {
      .app-tile-slide .app-tile-meta {
        padding-top: 18%; } }
    @media (min-width: 1084px) {
      .app-tile-slide .app-tile-meta {
        padding-top: 20%; } }
  .app-tile-slide .spotlight-img {
    width: 100%;
    height: auto;
    padding-bottom: 30%; }
    .app-tile-slide .spotlight-img img {
      width: 100%;
      height: auto;
      position: relative; }
      .app-tile-slide .spotlight-img img.app-tile {
        position: relative;
        width: auto;
        height: auto; }
    .app-tile-slide .spotlight-img:after {
      background: none; }
  .app-tile-slide .spotlight-img + .app-tile-title {
    margin-top: 50%; }
  .app-tile-slide .app-tile-image {
    padding: 4% 0 2%;
    margin: 0 auto; }
  .app-tile-slide a {
    height: auto;
    padding-bottom: 75%;
    text-decoration: none; }
  .app-tile-slide p {
    padding: 0px;
    margin: 0px; }
    .app-tile-slide p.app-tile-title {
      padding: 0 0 10px; }
    .app-tile-slide p.app-tile-category {
      padding: 2.5% 0 0; }
  @media (min-width: 320px) {
    .app-tile-slide .app-tile-image {
      width: 35%;
      padding: 10% 0 5%; }
    .app-tile-slide p.app-tile-title {
      padding: 0 15px;
      overflow: hidden;
      font-size: 30px;
      line-height: 1.2;
      font-family: wf_segoe-ui_light, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }
    .app-tile-slide p.app-tile-category, .app-tile-slide p.app-tile-tagline {
      display: none; }
    .app-tile-slide .collection img.hidden-xs {
      display: none; }
    .app-tile-slide .collection img.hidden-s {
      display: none; } }
  @media (min-width: 540px) {
    .app-tile-slide .app-tile-image {
      width: 25%; }
    .app-tile-slide .spotlight-img + .app-tile-title {
      margin-top: 40%; }
    .app-tile-slide p.app-tile-title {
      overflow: visible;
      font-size: 48px;
      line-height: 1.2083333333;
      font-family: wf_segoe-ui_light, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }
    .app-tile-slide p.app-tile-category, .app-tile-slide p.app-tile-tagline {
      display: block; }
    .app-tile-slide .collection img.hidden-xs {
      display: inline-block; }
    .app-tile-slide .collection img.hidden-s {
      display: none; } }
  @media (min-width: 768px) {
    .app-tile-slide .spotlight-img {
      padding-bottom: 0;
      display: block;
      position: relative; }
      .app-tile-slide .spotlight-img img {
        width: 100%;
        height: auto; }
      .app-tile-slide .spotlight-img.img-ratio-2-1 {
        margin: 0 auto; }
        .app-tile-slide .spotlight-img.img-ratio-2-1 img {
          width: 67%; }
    .app-tile-slide .app-tile-image {
      width: 15%;
      padding: 3% 0 0; }
    .app-tile-slide .spotlight-img + .app-tile-title {
      margin-top: 18%; }
    .app-tile-slide .fill.fill-hero:after {
      background: linear-gradient(to top, #000000 0%, transparent 50%); }
    .app-tile-slide a {
      padding-bottom: 33%; }
    .app-tile-slide p.app-tile-category {
      padding: 0; }
    .app-tile-slide img.hidden-s {
      display: inline-block; } }
  @media (min-width: 1084px) {
    .app-tile-slide .app-tile-image {
      width: 11%;
      padding: 8% 0 1%; }
    .app-tile-slide .spotlight-img + .app-tile-title {
      margin-top: 20%; }
    .app-tile-slide p.app-tile-category {
      padding: 1% 0 0; }
    .app-tile-slide img.hidden-l {
      display: none; }
    .app-tile-slide img.hidden-xs {
      display: inline-block !important; } }
  @media (min-width: 1400px) {
    .app-tile-slide .app-tile-image {
      width: 130px;
      padding: 8% 0 1%; }
    .app-tile-slide .collection img {
      display: inline-block; }
    .app-tile-slide p.app-tile-category {
      padding: 3% 0 0; } }

.bkg-dark {
  color: white; }
  .bkg-dark p {
    color: white; }

.bkg-light {
  color: black; }
  .bkg-light p {
    color: black; }

.collection-overview {
  background-color: #333333;
  padding-left: inherit; }
  .collection-overview .collection-img {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 155px; }
    .collection-overview .collection-img img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      height: 155px; }
    .collection-overview .collection-img:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      z-index: 20;
      opacity: 1;
      background: linear-gradient(to left, #333333 0%, rgba(51, 51, 51, 0) 58px); }
    @media (min-width: 540px) {
      .collection-overview .collection-img {
        padding-bottom: 260px; }
        .collection-overview .collection-img img {
          height: 260px; }
        .collection-overview .collection-img:after {
          background: linear-gradient(to left, #333333 0%, rgba(51, 51, 51, 0) 97px); } }
    @media (min-width: 768px) {
      .collection-overview .collection-img {
        padding-bottom: 370px; }
        .collection-overview .collection-img img {
          height: 370px; }
        .collection-overview .collection-img:after {
          background: linear-gradient(to left, #333333 0%, rgba(51, 51, 51, 0) 140px); } }
    @media (min-width: 1084px) {
      .collection-overview .collection-img {
        padding-bottom: 340px; }
        .collection-overview .collection-img img {
          height: 340px; }
        .collection-overview .collection-img:after {
          background: linear-gradient(to left, #333333 0%, rgba(51, 51, 51, 0) 149px); } }
    @media (min-width: 1400px) {
      .collection-overview .collection-img {
        padding-bottom: 358px; }
        .collection-overview .collection-img img {
          height: 358px; }
        .collection-overview .collection-img:after {
          background: linear-gradient(to left, #333333 0%, rgba(51, 51, 51, 0) 180px); } }

.collection-overview-container .row > div.p-l-n {
  padding-left: 0 !important; }

.collection-overview-carousel {
  z-index: 2;
  overflow: hidden;
  height: 155px;
  display: table-cell;
  vertical-align: middle; }
  @media (min-width: 540px) {
    .collection-overview-carousel {
      height: 260px;
      display: table-cell;
      vertical-align: middle; } }
  @media (min-width: 768px) {
    .collection-overview-carousel {
      height: 100%;
      display: block;
      padding: 20px 20px 0 20px; } }
  .collection-overview-carousel section {
    margin-bottom: 0; }
  .collection-overview-carousel header, .collection-overview-carousel section {
    padding: 0; }
    @media (max-width: 768px) {
      .collection-overview-carousel header, .collection-overview-carousel section {
        padding: 0 2px 0 2px;
        margin: 0; } }
  .collection-overview-carousel .section-header-text {
    color: #fff;
    color: rgba(255, 255, 255, 0.75); }
  .collection-overview-carousel .section-header-arrows {
    display: none; }
  .collection-overview-carousel .section-header-more {
    color: #fff; }
    .collection-overview-carousel .section-header-more.btn-link {
      margin: 0; }
  .collection-overview-carousel .section-header .section-title {
    color: white; }
  .collection-overview-carousel .media .media-header, .collection-overview-carousel .media .media-header a, .collection-overview-carousel .media .media-price {
    color: #fff; }
  .collection-overview-carousel .media [class*="media-header-clamp-"]:after {
    content: none; }
  .collection-overview-carousel .media .media-subheader {
    color: #fff;
    color: rgba(255, 255, 255, 0.5); }
  .collection-overview-carousel .rating-stars-background .icon-star {
    color: #fff;
    color: rgba(255, 255, 255, 0.5); }
  .collection-overview-carousel .section-header-arrows .slick-prev:focus, .collection-overview-carousel .section-header-arrows .slick-prev:hover, .collection-overview-carousel .section-header-arrows .slick-next:focus, .collection-overview-carousel .section-header-arrows .slick-next:hover {
    color: #fff; }
  .collection-overview-carousel .slick-prev, .collection-overview-carousel .slick-next {
    color: #fff;
    color: rgba(255, 255, 255, 0.75); }
    .collection-overview-carousel .slick-prev.slick-disabled, .collection-overview-carousel .slick-next.slick-disabled {
      color: #fff;
      color: rgba(255, 255, 255, 0.15); }
  @media (min-width: 768px) {
    .collection-overview-carousel .row > [class*="col"] + [class*="col"] {
      text-align: right; } }
  .collection-overview-carousel:after {
    height: 100%; }
    @media (min-width: 768px) {
      .collection-overview-carousel:after {
        height: initial; } }

.collection-advanced {
  position: relative;
  overflow: hidden; }
  .collection-advanced .collection-advanced-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden; }
    .collection-advanced .collection-advanced-img img {
      max-width: 100%; }
  .collection-advanced .grid.fixed {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none; }
  .collection-advanced .section {
    max-width: 1084px;
    margin-top: 20px;
    color: #fff; }
  .collection-advanced .section-header {
    margin-bottom: 20px; }
  .collection-advanced .section-header-text {
    color: #fff;
    color: rgba(255, 255, 255, 0.75); }
  @media (min-width: 768px) {
    .collection-advanced .section-header-btn {
      text-align: right; } }
  .collection-advanced .section-header-more.btn-link {
    margin: 0;
    color: #fff; }
  .collection-advanced .section-header .section-title a {
    color: #fff; }
    .collection-advanced .section-header .section-title a:hover {
      text-decoration: underline; }
  .collection-advanced .media .media-header, .collection-advanced .media .media-header a, .collection-advanced .media .media-price {
    color: #fff; }
  .collection-advanced .media [class*="media-header-clamp-"]:after {
    content: none; }
  .collection-advanced .media .media-subheader {
    color: #fff;
    color: rgba(255, 255, 255, 0.5); }
  .collection-advanced .rating-stars-background .icon-star {
    color: #fff;
    color: rgba(255, 255, 255, 0.5); }

.labels-list {
  display: inline;
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0; }
  .labels-list li {
    margin: 0 .25em; }

.label {
  font-weight: normal;
  font-family: wf_segoe-ui_bold, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }

.label-metadata {
  display: inline-block;
  padding: .15em .35em;
  border: 1px solid black;
  border-radius: 0;
  vertical-align: .15em;
  font-size: 11px;
  background: none;
  text-transform: uppercase;
  color: black;
  cursor: default; }
  .label-metadata.label-danger {
    border-color: #f00;
    color: #f00; }

.dropdown-picker {
  margin: 0 0 2em 0; }
  .dropdown-picker .dropdown-label {
    display: inline-block; }
  .dropdown-picker .dropdown {
    display: inline-block;
    margin: 0 .5em;
    vertical-align: bottom; }

.dropdown-menu {
  box-shadow: none;
  height: auto;
  max-height: 15em;
  overflow: auto;
  overflow-x: hidden; }
  .dropdown-menu.position-right {
    left: auto;
    right: 0; }

.dropdown-block-sm .btn-dropdown, .dropdown-block-sm .dropdown-menu {
  width: 100%; }
  @media (min-width: 768px) {
    .dropdown-block-sm .btn-dropdown, .dropdown-block-sm .dropdown-menu {
      width: 50%; } }
  @media (min-width: 1084px) {
    .dropdown-block-sm .btn-dropdown, .dropdown-block-sm .dropdown-menu {
      width: auto; } }
.dropdown-block-sm .btn-dropdown {
  position: relative;
  text-align: left; }
  .dropdown-block-sm .btn-dropdown .caret {
    position: absolute;
    right: .75em;
    top: 1em; }
  @media (min-width: 1084px) {
    .dropdown-block-sm .btn-dropdown {
      text-align: center; }
      .dropdown-block-sm .btn-dropdown .caret {
        position: static; } }

.colored-bg .dropdown a {
  text-decoration: none; }
.colored-bg .dropdown .dropdown-menu a {
  color: #333333; }

.modal-header .close {
  position: absolute;
  top: -27px;
  right: 0;
  color: white;
  opacity: 1;
  font-size: 20px; }

.modal-content {
  box-shadow: none; }
  .modal-content .loader {
    display: none; }

.win-modal-center {
  text-align: center; }
  .win-modal-center:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .win-modal-center:before {
        content: ""; } }
  .win-modal-center .modal-dialog {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }

.win-modal-xl {
  width: auto;
  margin: 10px; }
  .win-modal-xl .modal-content {
    max-width: none; }

.modal.modal-has-progress .modal-content:before {
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  z-index: 500;
  content: ""; }
.modal.modal-has-progress .loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 1000; }
  .modal.modal-has-progress .loader:before {
    position: absolute;
    border-color: rgba(0, 0, 0, 0.1);
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: bottom; }
  .modal.modal-has-progress .loader:after {
    background-color: rgba(0, 0, 0, 0.9); }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.5; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  margin: -40px -5px 0 0px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 32px;
  font-family: wf_segoe-ui_light, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid transparent; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid transparent; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: none;
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.modal-content {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 800px;
  margin: 20px auto; }
  .modal-content iframe {
    border: none; }

.loader {
  position: relative;
  width: 40px;
  height: 40px; }
  .loader .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-animation: loader-animation 5s infinite;
    -o-animation: loader-animation 5s infinite;
    animation: loader-animation 5s infinite; }
    .loader .circle:after {
      content: "\2022";
      position: absolute;
      font-size: 20px;
      color: #1570a6; }
    .loader .circle:nth-child(2) {
      -webkit-animation-delay: 300ms;
      animation-delay: 300ms; }
    .loader .circle:nth-child(3) {
      -webkit-animation-delay: 600ms;
      animation-delay: 600ms; }
    .loader .circle:nth-child(4) {
      -webkit-animation-delay: 900ms;
      animation-delay: 900ms; }
    .loader .circle:nth-child(5) {
      -webkit-animation-delay: 1200ms;
      animation-delay: 1200ms; }

.loader-sm {
  width: 20px;
  height: 20px; }
  .loader-sm .circle {
    width: 20px;
    height: 20px; }
    .loader-sm .circle:after {
      font-size: 11px; }

@-webkit-keyframes loader-animation {
  0% {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  7% {
    -webkit-transform: rotate(345deg);
    -ms-transform: rotate(345deg);
    -o-transform: rotate(345deg);
    transform: rotate(345deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

  30% {
    -webkit-transform: rotate(455deg);
    -ms-transform: rotate(455deg);
    -o-transform: rotate(455deg);
    transform: rotate(455deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  39% {
    -webkit-transform: rotate(690deg);
    -ms-transform: rotate(690deg);
    -o-transform: rotate(690deg);
    transform: rotate(690deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

  70% {
    -webkit-transform: rotate(815deg);
    -ms-transform: rotate(815deg);
    -o-transform: rotate(815deg);
    transform: rotate(815deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  75% {
    -webkit-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  76% {
    -webkit-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
    opacity: 0; }

  100% {
    -webkit-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
    opacity: 0; } }

@keyframes loader-animation {
  0% {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  7% {
    -webkit-transform: rotate(345deg);
    -ms-transform: rotate(345deg);
    -o-transform: rotate(345deg);
    transform: rotate(345deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

  30% {
    -webkit-transform: rotate(455deg);
    -ms-transform: rotate(455deg);
    -o-transform: rotate(455deg);
    transform: rotate(455deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  39% {
    -webkit-transform: rotate(690deg);
    -ms-transform: rotate(690deg);
    -o-transform: rotate(690deg);
    transform: rotate(690deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

  70% {
    -webkit-transform: rotate(815deg);
    -ms-transform: rotate(815deg);
    -o-transform: rotate(815deg);
    transform: rotate(815deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  75% {
    -webkit-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  76% {
    -webkit-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
    opacity: 0; }

  100% {
    -webkit-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
    opacity: 0; } }

.page-header .nav-pills {
  margin-top: 2em; }
  .page-header .nav-pills > li > a {
    margin-right: 2.5em;
    padding: 1em 0;
    color: black; }
    .page-header .nav-pills > li > a:hover {
      color: #1570a6;
      text-decoration: underline;
      background: none; }
  .page-header .nav-pills > li.active > a, .page-header .nav-pills > li.active > a:hover, .page-header .nav-pills > li.active > a:focus {
    background: none;
    color: #1570a6;
    text-decoration: none; }
.page-header.colored-bg .nav-pills > li > a {
  color: white;
  text-decoration: none; }

.page-nav .nav-pills > li > a {
  margin-right: 2.5em;
  padding: 1em 0;
  color: black;
  font-size: 16px;
  line-height: 1.375;
  font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
  font-weight: normal; }
  .page-nav .nav-pills > li > a:hover {
    text-decoration: underline; }
  .page-nav .nav-pills > li > a:hover, .page-nav .nav-pills > li > a:focus {
    background: none;
    font-weight: bold;
    text-decoration: none; }
.page-nav .nav-pills > li.active > a, .page-nav .nav-pills > li.active > a:hover, .page-nav .nav-pills > li.active > a:focus {
  color: black;
  font-weight: bold;
  background: none;
  text-decoration: none; }

.list-items {
  padding-left: 0;
  list-style: none;
  color: #000000;
  margin: 1em 0; }
  .list-items .row {
    padding: 10px; }
    .list-items .row .row {
      padding: 0; }
  .list-items .list-items-row {
    margin: 0;
    padding: 0;
    border-top: 1px solid #f2f2f2; }
  .list-items [data-toggle="collapse"] {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    cursor: pointer; }
    .list-items [data-toggle="collapse"][aria-expanded="true"], .list-items [data-toggle="collapse"]:hover {
      background: #f2f2f2; }
  .list-items .icon-expand, .list-items .icon-collapse {
    font-size: 1.25em;
    height: 1.25em; }
  .list-items [aria-expanded="false"] .icon-collapse {
    display: none; }
  .list-items [aria-expanded="true"] .icon-expand {
    display: none; }
  .list-items .collapse, .list-items .collapsing {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2; }
  .list-items .list-items-row:last-child .collapse, .list-items .list-items-row:last-child .collapsing {
    border-bottom: 1px solid #f2f2f2; }

.list-quick-links {
  padding-left: 0;
  list-style: none;
  margin-bottom: 2em; }
  .list-quick-links li {
    font-size: 20px;
    line-height: 1;
    font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
    margin-bottom: 4px; }
  .list-quick-links a {
    display: block;
    padding: .5em .25em;
    background: #f2f2f2;
    text-align: center; }
    @media (min-width: 768px) {
      .list-quick-links a {
        display: inline-block;
        padding: 0;
        margin-bottom: 10px;
        background: none;
        text-align: left; } }

.list-bottom-link {
  position: relative;
  background: #f2f2f2;
  background-clip: content-box; }
  @media (min-width: 768px) {
    .list-bottom-link:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -10px;
      width: 21px;
      background: #d2d2d2;
      border: 10px solid #f2f2f2;
      border-top-width: 20px;
      border-bottom-width: 20px; }
    .list-bottom-link:first-child:before {
      content: none; } }

.pdp-header {
  padding-bottom: 0;
  margin-bottom: 0; }
  .pdp-header .brand {
    margin-left: 115px;
    margin-bottom: 50px; }
  .pdp-header .price {
    margin-top: 5px; }
    .pdp-header .price .sub {
      padding-left: 3px;
      white-space: nowrap;
      font-size: 13px;
      line-height: 1.5384615385;
      font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }
  .pdp-header .btn-default:hover, .pdp-header .btn-default:focus {
    background-color: #FFFFFF; }
  .pdp-header .ph-brand + .m-t-pdp {
    margin-top: 20px; }
  .pdp-header .m-t-pdp {
    margin-top: 35px; }
    @media (min-width: 768px) {
      .pdp-header .m-t-pdp {
        margin-top: 45px; } }
  .pdp-header .maturity-rating img {
    max-width: 50px; }

.tabbed-media-browser .slick-initialized ~ .tabs {
  display: inline-block; }
.tabbed-media-browser .tabs {
  display: none;
  margin: .5em 0 0 0; }
  .tabbed-media-browser .tabs, .tabbed-media-browser .tabs li {
    padding-left: 0;
    list-style: none; }
  @media (max-width: 539px) {
    .tabbed-media-browser .tabs {
      margin: 0; }
    .tabbed-media-browser .tabs li + li:before {
      content: "|";
      padding-right: 5px; } }
  .tabbed-media-browser .tabs li {
    display: inline-block;
    font-size: 13px;
    line-height: 1.5384615385;
    font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }
    .tabbed-media-browser .tabs li a {
      color: #333333;
      text-decoration: none; }
      .tabbed-media-browser .tabs li a:hover, .tabbed-media-browser .tabs li a:focus {
        color: #0c4262; }
      .tabbed-media-browser .tabs li a.selected {
        font-weight: bold;
        cursor: default;
        color: #000000; }
    .tabbed-media-browser .tabs li + li {
      padding: 0 0 0 5px; }
.tabbed-media-browser .slick-dots {
  text-align: left; }
  @media (min-width: 540px) {
    .tabbed-media-browser .slick-dots {
      display: block;
      float: right;
      text-align: center; } }

.page-header.colored-bg .btn-default {
  color: white;
  background: rgba(0, 0, 0, 0.25); }
  .page-header.colored-bg .btn-default:hover {
    background: #1570a6;
    border-color: #1570a6; }
.page-header.colored-bg .btn-more {
  text-decoration: underline; }
.page-header.colored-bg .dropdown-menu a {
  text-decoration: none; }
.page-header.colored-bg .media-browser .slick-prev, .page-header.colored-bg .media-browser .slick-next {
  color: white;
  background: rgba(21, 112, 166, 0.8); }
.page-header.colored-bg .slick-dots li button:before {
  color: white;
  opacity: .5; }
.page-header.colored-bg .slick-dots li button:hover:before, .page-header.colored-bg .slick-dots li button:focus:before {
  opacity: 1; }
.page-header.colored-bg .slick-dots li.slick-active button:before {
  opacity: 1; }

.media-list-items {
  overflow: hidden; }
  .media-list-items > div {
    border-top: 1px solid #D2D2D2; }
    .media-list-items > div:first-child {
      border-top: 0; }
    @media screen and (min-width: 540px) {
      .media-list-items > div {
        border-top: 0; } }
    @media screen and (min-width: 540px) {
      .media-list-items > div:nth-of-type(3n+1) {
        clear: both; } }
    @media screen and (min-width: 768px) {
      .media-list-items > div:nth-of-type(3n+1) {
        clear: none; } }
    @media screen and (min-width: 768px) {
      .media-list-items > div:nth-of-type(4n+1) {
        clear: both; } }

.refine-list .panel {
  box-shadow: none; }
.refine-list .panel-heading {
  padding: 10px 0;
  border-bottom: 1px solid #D2D2D2; }
  .refine-list .panel-heading a {
    padding: 0 0 0 1.5em;
    display: inline-block;
    position: relative; }
  .refine-list .panel-heading .icon-expand, .refine-list .panel-heading .icon-collapse {
    position: absolute;
    top: 0;
    left: 0; }
.refine-list [aria-expanded="false"] .icon-collapse, .refine-list [aria-expanded="false"] .refine-list-less {
  display: none; }
.refine-list [aria-expanded="true"] .icon-expand, .refine-list [aria-expanded="true"] .refine-list-more {
  display: none; }
.refine-list .panel-title {
  font-size: 1em;
  font-family: wf_segoe-ui_bold, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }
  .refine-list .panel-title a {
    text-decoration: none; }
.refine-list .panel-footer {
  position: relative;
  padding: 10px 0;
  border-top: none; }
  .refine-list .panel-footer .icon-expand, .refine-list .panel-footer .icon-collapse {
    position: absolute;
    top: 13px;
    left: 0; }
.refine-list .list-group-item {
  position: relative;
  padding: 5px 10px 5px 25px;
  cursor: pointer; }
  .refine-list .list-group-item:hover {
    text-decoration: underline; }
  .refine-list .list-group-item.active {
    text-decoration: none;
    cursor: default; }
.refine-list input[type="radio"] {
  position: absolute;
  top: 6px;
  left: 2px; }
.refine-list .icon-radio, .refine-list .icon-radio-check {
  position: absolute;
  top: 9px;
  left: 2px; }
.refine-list .icon-radio-check {
  color: #1570a6; }

.refine-list-title {
  margin-top: 0; }

.refine-list-clear {
  margin-bottom: 1em; }

.refine-list-sections .panel {
  border-left: 10px solid #ececec; }
.refine-list-sections .list-group-item {
  position: relative;
  padding-left: 15px;
  margin-top: 10px;
  color: #1570a6; }
  .refine-list-sections .list-group-item:first-child {
    margin-top: 0; }
  .refine-list-sections .list-group-item:hover {
    color: #1570a6; }
  .refine-list-sections .list-group-item.active {
    color: #000000; }
    .refine-list-sections .list-group-item.active:before {
      content: "";
      position: absolute;
      top: 50%;
      left: -10px;
      width: 10px;
      height: 10px;
      margin-top: -3px;
      background: #d1480e; }

.refine-list .panel {
  margin: 0px; }
.refine-list .panel-heading {
  margin-bottom: 2px;
  position: relative; }
  .refine-list .panel-heading.panel-heading-filter a {
    padding-left: 10px; }
.refine-list .list-group {
  padding-bottom: 0px; }
  .refine-list .list-group .list-group-item-filter {
    width: 100%;
    padding: 0;
    display: block;
    position: relative;
    clear: both;
    color: #333333;
    text-align: left; }
    .refine-list .list-group .list-group-item-filter a {
      padding: 6px 10px 9px 10px;
      display: block;
      cursor: pointer;
      color: #333333;
      line-height: 22px; }
    .refine-list .list-group .list-group-item-filter i {
      margin: 12px 10px 0 0;
      right: 0;
      display: none;
      position: absolute;
      top: 0;
      float: right;
      cursor: pointer; }
    .refine-list .list-group .list-group-item-filter.active > a {
      font-weight: bold;
      background-color: #f2f2f2; }
      .refine-list .list-group .list-group-item-filter.active > a i {
        display: block; }
    .refine-list .list-group .list-group-item-filter:hover {
      text-decoration: none; }
  .refine-list .list-group .list-group-item-sub a {
    content: '';
    padding-left: 25px; }

.refine-list-clear-filter {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 14px;
  text-align: right; }
  .refine-list-clear-filter a {
    padding: 0 !important; }

.list-group-sub {
  margin-bottom: 0;
  padding-top: 1px;
  padding-left: 0; }

.refine-filter-options {
  padding: 0px; }
  .refine-filter-options a, .refine-filter-options a:hover {
    color: #333333;
    text-decoration: none; }
  @media screen and (max-width: 540px) {
    .refine-filter-options {
      display: none; } }

.refine-filter-options-dark .win-button-filter {
  padding: 3px 12px 6px;
  margin: 0 5px 5px 0;
  float: left;
  color: #333333;
  border-color: transparent;
  background-color: #f2f2f2; }

.breadcrumb {
  margin: 20px 0 23px;
  font-size: 13px; }
  .breadcrumb a {
    color: #333333; }
    .breadcrumb a:hover {
      color: #1570a6; }
  .breadcrumb > li + li:before {
    font-family: "Icons";
    display: inline-block;
    padding: 0 4px 0 1px;
    vertical-align: -0.2em; }

.colored-bg .breadcrumb li a {
  color: white;
  text-decoration: none; }
.colored-bg .breadcrumb > li + li:before {
  color: white; }
.colored-bg .breadcrumb > .active {
  color: white; }

.progress {
  box-shadow: none; }
  .progress .progress-bar {
    -webkit-transition: width 2s ease-in-out;
    -o-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out; }

.progress-sm {
  height: 10px;
  margin: 0; }

.progress-xs {
  height: .5em;
  margin: 0; }

.progress-media {
  height: 5px; }

.win-progress-circle {
  position: relative;
  width: 32px;
  height: 32px; }

.win-progress-circle-draw {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: #d0e2ed;
  border-radius: 50%; }

.win-progress-circle-mask, .win-progress-circle-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform linear 1s;
  transition: transform linear 1s; }

.win-progress-circle-mask {
  clip: rect(0px, 32px, 32px, 16px); }
  .win-progress-circle-mask .win-progress-circle-fill {
    clip: rect(0px, 16px, 32px, 0px);
    background-color: #1570a6; }

.win-progress-circle-content {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%; }
  .win-progress-circle-content .btn {
    width: 100%;
    height: 100%;
    padding: 0;
    line-height: 1; }
    .win-progress-circle-content .btn:active, .win-progress-circle-content .btn:focus {
      outline: none; }
  .win-progress-circle-content .icon-play, .win-progress-circle-content .icon-pause {
    font-size: 1.5em;
    vertical-align: .25em; }

.alert {
  position: relative; }
  .alert.alert-dismissible {
    padding-left: 3em; }
  .alert .close {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1;
    font-size: 48px;
    line-height: 1.2083333333;
    font-family: wf_segoe-ui_light, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
    line-height: 1;
    opacity: 1; }

@media (min-width: 1084px) {
  .alert-actions {
    text-align: right; } }

.alert-stack.affix {
  top: 0;
  width: 100%;
  z-index: 1000; }
.alert-stack .alert {
  margin: 0;
  padding-left: 0;
  padding-right: 40px;
  border-top: none;
  border-right: none;
  border-left: none; }

.win-alert-info-footer {
  font-size: 13px;
  line-height: 1.5384615385;
  font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
  margin: 50px 0 10px;
  padding: 0;
  color: #767676;
  text-align: right; }
  .win-alert-info-footer img {
    vertical-align: -.1em; }

.back-to-top {
  position: fixed;
  z-index: 1030;
  right: 20px;
  bottom: 10px;
  padding: 5px;
  color: #000000;
  background: #f2f2f2;
  background: rgba(210, 210, 210, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity .3s, transform .3s, -webkit-transform .3s;
  -o-transition: opacity .3s, transform .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s; }
  .back-to-top.affix {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .back-to-top:hover {
    color: #000000;
    background: #e6e6e6;
    background: rgba(210, 210, 210, 0.85); }
  .back-to-top [class*="icon"] {
    font-size: 30px; }

.panel {
  box-shadow: none; }
  .panel .pager {
    margin: 0; }
    .panel .pager li > a {
      padding: 0; }
    .panel .pager i[class*="icon-"] {
      font-size: 1.7em; }
  .panel .nav-pills > .dropdown > a {
    border-left: none;
    margin: 0 25px;
    padding: 0;
    color: #333333;
    background: none; }
    .panel .nav-pills > .dropdown > a:last-of-type {
      margin-right: 0; }

.win-panel-clean {
  border: none; }
  .win-panel-clean .panel-heading, .win-panel-clean .panel-footer {
    padding: 15px 20px;
    background: #e6e6e6; }
    .win-panel-clean .panel-heading:before, .win-panel-clean .panel-heading:after, .win-panel-clean .panel-footer:before, .win-panel-clean .panel-footer:after {
      content: " ";
      display: table; }
    .win-panel-clean .panel-heading:after, .win-panel-clean .panel-footer:after {
      clear: both; }
    .win-panel-clean .panel-heading p, .win-panel-clean .panel-footer p {
      margin-bottom: 0; }
  .win-panel-clean .panel-heading + .panel-heading {
    padding-top: 0;
    padding-bottom: 10px; }
  .win-panel-clean .panel-body {
    padding: 25px 0 0; }
  .win-panel-clean .panel-footer {
    border: none; }
  .win-panel-clean .nav-pills > .divider {
    margin: 0 1.5em;
    height: 1.4em;
    border-left: 1px solid #333333; }
  .win-panel-clean .nav-pills > li > a {
    padding: 0;
    color: #333333;
    background: none; }
    .win-panel-clean .nav-pills > li > a:hover {
      color: #1570a6;
      background: none;
      text-decoration: underline; }
  .win-panel-clean .nav-pills > li.active > a {
    color: #1570a6;
    text-decoration: none;
    cursor: default; }
    .win-panel-clean .nav-pills > li.active > a:focus {
      background: none; }

.win-panel-line {
  margin: 0 0 15px 0; }
  .win-panel-line .panel-heading, .win-panel-line .panel-footer {
    padding: 20px 0;
    background: none; }
  .win-panel-line .panel-body {
    padding: 0; }
  .win-panel-line .panel-footer .icon-flag, .win-panel-line .panel-footer .icon-completed {
    font-size: 1.2em; }
  .win-panel-line .list-inline {
    display: inline; }
    .win-panel-line .list-inline li {
      padding: 0 0 0 3em; }
      .win-panel-line .list-inline li.active a {
        color: #767676; }
      .win-panel-line .list-inline li .icon-completed {
        color: #000000; }
  .win-panel-line .rating-inline {
    margin-right: 1em; }

.responsive-table label {
  display: none;
  margin: 0; }
@media (max-width: 768px) {
  .responsive-table thead {
    display: none; }
  .responsive-table > tbody > tr > td, .responsive-table tr {
    display: block;
    padding: 0; }
  .responsive-table.table-cols-gt-2 label {
    display: block; }
  .responsive-table.table-cols-gt-2.table-striped > tbody > tr > td {
    padding-bottom: 10px; }
    .responsive-table.table-cols-gt-2.table-striped > tbody > tr > td:nth-child(1) label {
      display: none; }
    .responsive-table.table-cols-gt-2.table-striped > tbody > tr > td:nth-child(1) span {
      font-size: 26px;
      line-height: 1;
      font-family: wf_segoe-ui_light, wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
      background: none; }
  .responsive-table.table-cols-gt-2.table-striped tr {
    background: none;
    margin-bottom: 10px; }
  .responsive-table.table-cols-2 th {
    display: none; }
  .responsive-table.table-cols-2 td {
    padding: 0; }
    .responsive-table.table-cols-2 td:first-child {
      font-weight: bold; } }
@media (min-width: 540px) and (max-width: 768px) {
  .responsive-table.table-striped.table-cols-gt-2 th {
    font-weight: bold;
    display: block; }
  .responsive-table.table-striped.table-cols-gt-2 > tbody > tr:nth-child(odd) {
    background: none; }
  .responsive-table.table-striped.table-cols-gt-2 > tbody > tr > td {
    padding: 8px; }
    .responsive-table.table-striped.table-cols-gt-2 > tbody > tr > td:nth-child(even) {
      background: #eee; }
  .responsive-table.table-striped.table-cols-gt-2 label {
    display: inline-block;
    width: 33%; }
  .responsive-table.table-striped.table-cols-gt-2 span {
    width: 66%;
    vertical-align: top; } }
@media screen and (max-width: 540px) {
  .responsive-table.table-striped tr, .responsive-table.table-striped td {
    background: none !important; }
  .responsive-table.table-striped.table-cols-gt-2 label, .responsive-table.table-striped.table-cols-gt-2 span {
    width: 100% !important;
    display: block; } }

label {
  font-weight: normal; }

.help-block {
  font-size: 13px;
  line-height: 1.5384615385;
  font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }

.form-control {
  border-width: 2px; }
  .form-control:focus {
    box-shadow: none; }

.form-control-static {
  padding: 0; }
  .form-control-static + .help-block {
    margin-top: 0; }

.form-group .rating-stars {
  margin-bottom: 10px; }
  .form-group .rating-stars .icon-star {
    margin-right: .75em; }

/* Multi-Column treatment, defaults to 2 columns wide and 225px per column with 30px column gap. Can be used around any type of element. */
.multi-column {
  -webkit-column-width: 225px;
  -mox-column-width: 225px;
  -o-column-width: 225px;
  column-width: 225px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  -o-column-gap: 30px;
  column-gap: 30px; }
  .multi-column .avoid-break {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    column-break-inside: avoid;
    -webkit-break-inside: avoid;
    -moz-break-inside: avoid;
    -o-break-inside: avoid;
    break-inside: avoid; }

.pagination > li > a, .pagination > li > span {
  min-width: 44px;
  margin: 0 2px;
  padding: 10px;
  text-align: center; }

.pagination-head {
  font-size: 13px;
  line-height: 1.5384615385;
  font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif; }
  @media (min-width: 320px) {
    .pagination-head {
      text-align: left;
      margin: 0;
      float: none; } }
  @media (min-width: 540px) {
    .pagination-head {
      margin: 15px 0 20px;
      float: right;
      text-align: right; } }
  @media (min-width: 1084px) {
    .pagination-head {
      margin: 15px 0 0; } }

.win-pagination:before, .win-pagination:after {
  content: " ";
  display: table; }
.win-pagination:after {
  clear: both; }
.win-pagination .caption {
  margin: 0;
  color: #767676; }
.win-pagination hr {
  margin: 10px 0; }
  @media (min-width: 768px) {
    .win-pagination hr {
      margin: 20px 0; } }
.win-pagination li.win-pagination-ellipsis > span {
  border-color: transparent;
  background: none;
  color: #333333; }
.win-pagination li.win-pagination-prev i[class*="icon"], .win-pagination li.win-pagination-next i[class*="icon"] {
  font-size: 1.2em;
  vertical-align: -.25em; }
.win-pagination li.win-pagination-prev.disabled, .win-pagination li.win-pagination-next.disabled {
  display: none; }
.win-pagination li.win-pagination-prev > a, .win-pagination li.win-pagination-prev > span, .win-pagination li.win-pagination-next > a, .win-pagination li.win-pagination-next > span {
  background: none;
  border-color: transparent; }

@media (min-width: 768px) {
  .win-pagination-prev > a:after, .win-pagination-prev > span:after {
    content: attr(aria-label); }
  .win-pagination-next > a:before, .win-pagination-next > span:before {
    content: attr(aria-label); } }

.win-track-list li.row {
  padding: 10px 0;
  border-top: 1px solid #f2f2f2; }
  .win-track-list li.row:first-child {
    border-top: none; }
.win-track-list [class*="col-"] {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }
.win-track-list .icon-completed {
  font-size: 1.5em;
  vertical-align: -.2em;
  color: #1570a6; }

.win-track-list-rank {
  text-align: center; }

.win-track-list-header {
  color: #333333; }

.win-track-list-metadata {
  color: #000000;
  font-size: 13px; }
  .win-track-list-metadata a {
    color: inherit; }

@media (max-width: 768px) {
  .win-track-list-metadata-col {
    position: relative;
    float: none;
    display: inline;
    width: auto; }
    .win-track-list-metadata-col + .win-track-list-metadata-col:before {
      content: "-";
      position: absolute;
      top: .15em;
      left: -.25em;
      font-size: 13px; } }

.showmore {
  max-height: 100%; }
  .showmore .content {
    display: block; }
    .showmore .content.bounded {
      display: -webkit-box;
      max-width: 100%;
      height: 6.25em;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      text-overflow: -o-ellipsis-lastline; }
      @media (min-width: 540px) {
        .showmore .content.bounded {
          height: 4.6875em;
          -webkit-line-clamp: 3; } }
      .showmore .content.bounded.clamp-2 {
        height: 3.125em;
        -webkit-line-clamp: 2; }
      .showmore .content.bounded.clamp-5 {
        height: 7.8125em;
        -webkit-line-clamp: 5; }

.labeled-dropdown {
  /* Override to potentially avoid word cutoffs */ }
  @media screen and (min-width: 540px) {
    .labeled-dropdown {
      display: inline-block; } }
  .labeled-dropdown .dropdown-label {
    font-size: 16px;
    line-height: 1.375;
    font-family: wf_segoe-ui_normal, Tahoma, Verdana, Arial, sans-serif;
    vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .labeled-dropdown .btn {
      width: auto; } }
  @media screen and (min-width: 540px) {
    .labeled-dropdown .btn .caret {
      position: static; } }
  .labeled-dropdown .btn, .labeled-dropdown .dropdown-menu > li > a {
    white-space: normal; }

main {
  clear: both;
  padding: 0 0 20px; }

.page-header {
  background: #f2f2f2;
  margin: 0;
  border: 0; }
  .page-header.colored-bg {
    color: white; }
    .page-header.colored-bg h1, .page-header.colored-bg h2, .page-header.colored-bg h3, .page-header.colored-bg a {
      color: white; }
    .page-header.colored-bg a {
      text-decoration: underline; }

.page-nav {
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 25px; }

.header-quick-links {
  text-align: center; }

.nav-quick-links {
  position: relative;
  height: 3.5em;
  overflow: hidden; }
  .nav-quick-links:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4em;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    pointer-events: none; }
  .nav-quick-links ul {
    white-space: nowrap;
    overflow: auto;
    margin: 0;
    padding: 1em 2em 5em 0; }
    .nav-quick-links ul li {
      padding: 0 1em; }
      .nav-quick-links ul li:first-child {
        padding-left: 0; }
      .nav-quick-links ul li:last-child {
        padding-right: 0; }

aside.debug {
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0; }
  aside.debug .btn-link {
    margin: 0; }
  aside.debug .progress {
    height: 5px;
    margin-bottom: 15px; }

.doc-home-buttons {
  padding-top: 2.2em; }

#icons i[class*="icon-"] {
  font-size: 2.3em; }

.color {
  height: 0;
  padding-bottom: 25%; }
  .color.cool-gray-2 {
    background: #f2f2f2; }
  .color.cool-gray-12 {
    background: #333333; }
  .color.primary {
    background: #1570a6; }
  .color.webstore-text {
    background: #333333; }
  .color.webstore-text-secondary {
    background: #767676; }
  .color.webstore-bg-dark {
    background: #e6e6e6; }
  .color.webstore-bg-light {
    background: #f2f2f2; }
  .color.webstore-border {
    background: #d2d2d2; }
  .color.webstore-orange {
    background: #d1480e; }
  .color.webstore-black {
    background: #000000; }
  .color.webstore-blue {
    background: #1570a6; }
  .color.lighter-purple {
    background: #9B4F96; }
  .color.core-purple {
    background: #68217A; }
  .color.darker-purple {
    background: #442359; }
  .color.mscom-cyan {
    background: #1570A6; }
  .color.darker-blue {
    background: #002050; }
  .color.darker-green {
    background: #007233; }
  .color.darker-orange {
    background: #DC3C00; }
  .color.darker-teal {
    background: #008272; }
  .color.darker-lime {
    background: #008A00; }
  .color.core-red {
    background: #E81123; }
  .color.darker-cyan {
    background: #0072C6; }
  .color.darker-red {
    background: #BA141A; }

pre {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: none;
  border-left: 8px solid #efefef;
  font-size: 13px; }

code .tag {
  color: #008080; }
  code .tag .title {
    color: #800000; }
code .value, code .string {
  color: #0451A5; }
code .attribute {
  color: red; }
code .comment {
  color: #008000;
  font-style: italic; }
code .number {
  color: #09885A; }

.caption-style-example {
  font-size: 6.67vh;
  background: rgba(0, 0, 0, 0.5) !important;
  color: white; }
