.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  
  .col-sm-12 {
    width: 100%;
  }
  
  .col-sm-11 {
    width: 91.66666667%;
  }
  
  .col-sm-10 {
    width: 83.33333333%;
  }
  
  .col-sm-9 {
    width: 75%;
  }
  
  .col-sm-8 {
    width: 66.66666667%;
  }
  
  .col-sm-7 {
    width: 58.33333333%;
  }
  
  .col-sm-6 {
    width: 50%;
  }
  
  .col-sm-5 {
    width: 41.66666667%;
  }
  
  .col-sm-4 {
    width: 33.33333333%;
  }
  
  .col-sm-3 {
    width: 25%;
  }
  
  .col-sm-2 {
    width: 16.66666667%;
  }
  
  .col-sm-1 {
    width: 8.33333333%;
  }
  
  .col-sm-pull-12 {
    right: 100%;
  }
  
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  
  .col-sm-pull-9 {
    right: 75%;
  }
  
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  
  .col-sm-pull-6 {
    right: 50%;
  }
  
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  
  .col-sm-pull-3 {
    right: 25%;
  }
  
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  
  .col-sm-pull-0 {
    right: 0%;
  }
  
  .col-sm-push-12 {
    left: 100%;
  }
  
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  
  .col-sm-push-9 {
    left: 75%;
  }
  
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  
  .col-sm-push-6 {
    left: 50%;
  }
  
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  
  .col-sm-push-3 {
    left: 25%;
  }
  
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  
  .col-sm-push-0 {
    left: 0%;
  }
  
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  
  .col-md-12 {
    width: 100%;
  }
  
  .col-md-11 {
    width: 91.66666667%;
  }
  
  .col-md-10 {
    width: 83.33333333%;
  }
  
  .col-md-9 {
    width: 75%;
  }
  
  .col-md-8 {
    width: 66.66666667%;
  }
  
  .col-md-7 {
    width: 58.33333333%;
  }
  
  .col-md-6 {
    width: 50%;
  }
  
  .col-md-5 {
    width: 41.66666667%;
  }
  
  .col-md-4 {
    width: 33.33333333%;
  }
  
  .col-md-3 {
    width: 25%;
  }
  
  .col-md-2 {
    width: 16.66666667%;
  }
  
  .col-md-1 {
    width: 8.33333333%;
  }
  
  .col-md-pull-12 {
    right: 100%;
  }
  
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  
  .col-md-pull-9 {
    right: 75%;
  }
  
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  
  .col-md-pull-6 {
    right: 50%;
  }
  
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  
  .col-md-pull-3 {
    right: 25%;
  }
  
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  
  .col-md-pull-0 {
    right: 0%;
  }
  
  .col-md-push-12 {
    left: 100%;
  }
  
  .col-md-push-11 {
    left: 91.66666667%;
  }
  
  .col-md-push-10 {
    left: 83.33333333%;
  }
  
  .col-md-push-9 {
    left: 75%;
  }
  
  .col-md-push-8 {
    left: 66.66666667%;
  }
  
  .col-md-push-7 {
    left: 58.33333333%;
  }
  
  .col-md-push-6 {
    left: 50%;
  }
  
  .col-md-push-5 {
    left: 41.66666667%;
  }
  
  .col-md-push-4 {
    left: 33.33333333%;
  }
  
  .col-md-push-3 {
    left: 25%;
  }
  
  .col-md-push-2 {
    left: 16.66666667%;
  }
  
  .col-md-push-1 {
    left: 8.33333333%;
  }
  
  .col-md-push-0 {
    left: 0%;
  }
  
  .col-md-offset-12 {
    margin-left: 100%;
  }
  
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  
  .col-md-offset-9 {
    margin-left: 75%;
  }
  
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  
  .col-md-offset-6 {
    margin-left: 50%;
  }
  
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  
  .col-md-offset-3 {
    margin-left: 25%;
  }
  
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  
  .col-lg-12 {
    width: 100%;
  }
  
  .col-lg-11 {
    width: 91.66666667%;
  }
  
  .col-lg-10 {
    width: 83.33333333%;
  }
  
  .col-lg-9 {
    width: 75%;
  }
  
  .col-lg-8 {
    width: 66.66666667%;
  }
  
  .col-lg-7 {
    width: 58.33333333%;
  }
  
  .col-lg-6 {
    width: 50%;
  }
  
  .col-lg-5 {
    width: 41.66666667%;
  }
  
  .col-lg-4 {
    width: 33.33333333%;
  }
  
  .col-lg-3 {
    width: 25%;
  }
  
  .col-lg-2 {
    width: 16.66666667%;
  }
  
  .col-lg-1 {
    width: 8.33333333%;
  }
  
  .col-lg-pull-12 {
    right: 100%;
  }
  
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  
  .col-lg-pull-9 {
    right: 75%;
  }
  
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  
  .col-lg-pull-6 {
    right: 50%;
  }
  
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  
  .col-lg-pull-3 {
    right: 25%;
  }
  
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  
  .col-lg-pull-0 {
    right: 0%;
  }
  
  .col-lg-push-12 {
    left: 100%;
  }
  
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  
  .col-lg-push-9 {
    left: 75%;
  }
  
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  
  .col-lg-push-6 {
    left: 50%;
  }
  
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  
  .col-lg-push-3 {
    left: 25%;
  }
  
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  
  .col-lg-push-0 {
    left: 0%;
  }
  
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.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;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "intel-clear", "tahoma", Helvetica, "helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fefefe;
}

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

a {
  color: #0071c5;
  text-decoration: none;
}

a:hover, a:focus {
  color: #004579;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #ebebeb;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 1px) and (max-width: 1650px) {
  .no-desktop .newmenu-container {
    display: none !important;
  }
}

@media (min-width: 1px) and (max-width: 768px) {
  .desktop .newmenu-container {
    display: none !important;
  }
}

@media (min-width: 480px) {
  .container {
    max-width: 750px;
  }
  
  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11 {
    float: left;
  }
  
  .col-ms-12 {
    width: 100%;
  }
  
  .col-ms-11 {
    width: 91.66666667%;
  }
  
  .col-ms-10 {
    width: 83.33333333%;
  }
  
  .col-ms-9 {
    width: 75%;
  }
  
  .col-ms-8 {
    width: 66.66666667%;
  }
  
  .col-ms-7 {
    width: 58.33333333%;
  }
  
  .col-ms-6 {
    width: 50%;
  }
  
  .col-ms-5 {
    width: 41.66666667%;
  }
  
  .col-ms-4 {
    width: 33.33333333%;
  }
  
  .col-ms-3 {
    width: 25%;
  }
  
  .col-ms-2 {
    width: 16.66666667%;
  }
  
  .col-ms-1 {
    width: 8.33333333%;
  }
  
  .col-ms-pull-12 {
    right: 100%;
  }
  
  .col-ms-pull-11 {
    right: 91.66666667%;
  }
  
  .col-ms-pull-10 {
    right: 83.33333333%;
  }
  
  .col-ms-pull-9 {
    right: 75%;
  }
  
  .col-ms-pull-8 {
    right: 66.66666667%;
  }
  
  .col-ms-pull-7 {
    right: 58.33333333%;
  }
  
  .col-ms-pull-6 {
    right: 50%;
  }
  
  .col-ms-pull-5 {
    right: 41.66666667%;
  }
  
  .col-ms-pull-4 {
    right: 33.33333333%;
  }
  
  .col-ms-pull-3 {
    right: 25%;
  }
  
  .col-ms-pull-2 {
    right: 16.66666667%;
  }
  
  .col-ms-pull-1 {
    right: 8.33333333%;
  }
  
  .col-ms-pull-0 {
    right: 0%;
  }
  
  .col-ms-push-12 {
    left: 100%;
  }
  
  .col-ms-push-11 {
    left: 91.66666667%;
  }
  
  .col-ms-push-10 {
    left: 83.33333333%;
  }
  
  .col-ms-push-9 {
    left: 75%;
  }
  
  .col-ms-push-8 {
    left: 66.66666667%;
  }
  
  .col-ms-push-7 {
    left: 58.33333333%;
  }
  
  .col-ms-push-6 {
    left: 50%;
  }
  
  .col-ms-push-5 {
    left: 41.66666667%;
  }
  
  .col-ms-push-4 {
    left: 33.33333333%;
  }
  
  .col-ms-push-3 {
    left: 25%;
  }
  
  .col-ms-push-2 {
    left: 16.66666667%;
  }
  
  .col-ms-push-1 {
    left: 8.33333333%;
  }
  
  .col-ms-push-0 {
    left: 0%;
  }
  
  .col-ms-offset-12 {
    margin-left: 100%;
  }
  
  .col-ms-offset-11 {
    margin-left: 91.66666667%;
  }
  
  .col-ms-offset-10 {
    margin-left: 83.33333333%;
  }
  
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  
  .col-ms-offset-8 {
    margin-left: 66.66666667%;
  }
  
  .col-ms-offset-7 {
    margin-left: 58.33333333%;
  }
  
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  
  .col-ms-offset-5 {
    margin-left: 41.66666667%;
  }
  
  .col-ms-offset-4 {
    margin-left: 33.33333333%;
  }
  
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  
  .col-ms-offset-2 {
    margin-left: 16.66666667%;
  }
  
  .col-ms-offset-1 {
    margin-left: 8.33333333%;
  }
  
  .col-ms-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
    max-width: none;
  }
  
  .navbar .container {
    width: 780px;
    max-width: none;
  }
  
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  
  .col-sm-12 {
    width: 100%;
  }
  
  .col-sm-11 {
    width: 91.66666667%;
  }
  
  .col-sm-10 {
    width: 83.33333333%;
  }
  
  .col-sm-9 {
    width: 75%;
  }
  
  .col-sm-8 {
    width: 66.66666667%;
  }
  
  .col-sm-7 {
    width: 58.33333333%;
  }
  
  .col-sm-6 {
    width: 50%;
  }
  
  .col-sm-5 {
    width: 41.66666667%;
  }
  
  .col-sm-4 {
    width: 33.33333333%;
  }
  
  .col-sm-3 {
    width: 25%;
  }
  
  .col-sm-2 {
    width: 16.66666667%;
  }
  
  .col-sm-1 {
    width: 8.33333333%;
  }
  
  .col-sm-pull-12 {
    right: 100%;
  }
  
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  
  .col-sm-pull-9 {
    right: 75%;
  }
  
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  
  .col-sm-pull-6 {
    right: 50%;
  }
  
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  
  .col-sm-pull-3 {
    right: 25%;
  }
  
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  
  .col-sm-pull-0 {
    right: 0%;
  }
  
  .col-sm-push-12 {
    left: 100%;
  }
  
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  
  .col-sm-push-9 {
    left: 75%;
  }
  
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  
  .col-sm-push-6 {
    left: 50%;
  }
  
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  
  .col-sm-push-3 {
    left: 25%;
  }
  
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  
  .col-sm-push-0 {
    left: 0%;
  }
  
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .container, .navbar .container {
    width: 970px;
    max-width: none;
  }
  
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  
  .col-md-12 {
    width: 100%;
  }
  
  .col-md-11 {
    width: 91.66666667%;
  }
  
  .col-md-10 {
    width: 83.33333333%;
  }
  
  .col-md-9 {
    width: 75%;
  }
  
  .col-md-8 {
    width: 66.66666667%;
  }
  
  .col-md-7 {
    width: 58.33333333%;
  }
  
  .col-md-6 {
    width: 50%;
  }
  
  .col-md-5 {
    width: 41.66666667%;
  }
  
  .col-md-4 {
    width: 33.33333333%;
  }
  
  .col-md-3 {
    width: 25%;
  }
  
  .col-md-2 {
    width: 16.66666667%;
  }
  
  .col-md-1 {
    width: 8.33333333%;
  }
  
  .col-md-pull-12 {
    right: 100%;
  }
  
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  
  .col-md-pull-9 {
    right: 75%;
  }
  
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  
  .col-md-pull-6 {
    right: 50%;
  }
  
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  
  .col-md-pull-3 {
    right: 25%;
  }
  
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  
  .col-md-pull-0 {
    right: 0%;
  }
  
  .col-md-push-12 {
    left: 100%;
  }
  
  .col-md-push-11 {
    left: 91.66666667%;
  }
  
  .col-md-push-10 {
    left: 83.33333333%;
  }
  
  .col-md-push-9 {
    left: 75%;
  }
  
  .col-md-push-8 {
    left: 66.66666667%;
  }
  
  .col-md-push-7 {
    left: 58.33333333%;
  }
  
  .col-md-push-6 {
    left: 50%;
  }
  
  .col-md-push-5 {
    left: 41.66666667%;
  }
  
  .col-md-push-4 {
    left: 33.33333333%;
  }
  
  .col-md-push-3 {
    left: 25%;
  }
  
  .col-md-push-2 {
    left: 16.66666667%;
  }
  
  .col-md-push-1 {
    left: 8.33333333%;
  }
  
  .col-md-push-0 {
    left: 0%;
  }
  
  .col-md-offset-12 {
    margin-left: 100%;
  }
  
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  
  .col-md-offset-9 {
    margin-left: 75%;
  }
  
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  
  .col-md-offset-6 {
    margin-left: 50%;
  }
  
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  
  .col-md-offset-3 {
    margin-left: 25%;
  }
  
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .container, .navbar .container {
    width: 1170px;
    max-width: none;
  }
  
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  
  .col-lg-12 {
    width: 100%;
  }
  
  .col-lg-11 {
    width: 91.66666667%;
  }
  
  .col-lg-10 {
    width: 83.33333333%;
  }
  
  .col-lg-9 {
    width: 75%;
  }
  
  .col-lg-8 {
    width: 66.66666667%;
  }
  
  .col-lg-7 {
    width: 58.33333333%;
  }
  
  .col-lg-6 {
    width: 50%;
  }
  
  .col-lg-5 {
    width: 41.66666667%;
  }
  
  .col-lg-4 {
    width: 33.33333333%;
  }
  
  .col-lg-3 {
    width: 25%;
  }
  
  .col-lg-2 {
    width: 16.66666667%;
  }
  
  .col-lg-1 {
    width: 8.33333333%;
  }
  
  .col-lg-pull-12 {
    right: 100%;
  }
  
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  
  .col-lg-pull-9 {
    right: 75%;
  }
  
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  
  .col-lg-pull-6 {
    right: 50%;
  }
  
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  
  .col-lg-pull-3 {
    right: 25%;
  }
  
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  
  .col-lg-pull-0 {
    right: 0%;
  }
  
  .col-lg-push-12 {
    left: 100%;
  }
  
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  
  .col-lg-push-9 {
    left: 75%;
  }
  
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  
  .col-lg-push-6 {
    left: 50%;
  }
  
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  
  .col-lg-push-3 {
    left: 25%;
  }
  
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  
  .col-lg-push-0 {
    left: 0%;
  }
  
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1650px) {
  .container, .navbar .container {
    width: 1610px;
    max-width: none;
  }
  
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11 {
    float: left;
  }
  
  .col-xl-12 {
    width: 100%;
  }
  
  .col-xl-11 {
    width: 91.66666667%;
  }
  
  .col-xl-10 {
    width: 83.33333333%;
  }
  
  .col-xl-9 {
    width: 75%;
  }
  
  .col-xl-8 {
    width: 66.66666667%;
  }
  
  .col-xl-7 {
    width: 58.33333333%;
  }
  
  .col-xl-6 {
    width: 50%;
  }
  
  .col-xl-5 {
    width: 41.66666667%;
  }
  
  .col-xl-4 {
    width: 33.33333333%;
  }
  
  .col-xl-3 {
    width: 25%;
  }
  
  .col-xl-2 {
    width: 16.66666667%;
  }
  
  .col-xl-1 {
    width: 8.33333333%;
  }
  
  .col-xl-pull-12 {
    right: 100%;
  }
  
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  
  .col-xl-pull-9 {
    right: 75%;
  }
  
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  
  .col-xl-pull-6 {
    right: 50%;
  }
  
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  
  .col-xl-pull-3 {
    right: 25%;
  }
  
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  
  .col-xl-pull-0 {
    right: 0%;
  }
  
  .col-xl-push-12 {
    left: 100%;
  }
  
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  
  .col-xl-push-9 {
    left: 75%;
  }
  
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  
  .col-xl-push-6 {
    left: 50%;
  }
  
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  
  .col-xl-push-3 {
    left: 25%;
  }
  
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  
  .col-xl-push-0 {
    left: 0%;
  }
  
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}

@font-face {
  font-family: "intel-clear";
  src: url("../../inc/us/en/Fonts/intel-clear-latin.eot?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj");
  src: url("../../inc/us/en/Fonts/intel-clear-latin.eot?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj##iefix") format("embedded-opentype"), url('../../inc/us/en/Fonts/intel-clear-latin.woff?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj') format('woff'), url('../../inc/us/en/Fonts/intel-clear-latin.ttf?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "intel-clear";
  src: url("../../inc/us/en/Fonts/intel-clear-latin-bold.eot?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj");
  src: url("../../inc/us/en/Fonts/intel-clear-latin-bold.eot?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj##iefix") format("embedded-opentype"), url("../../inc/us/en/Fonts/intel-clear-latin-bold.woff?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj") format("woff"), url("../../inc/us/en/Fonts/intel-clear-latin-bold.ttf?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "intel-clear";
  src: url("../../inc/us/en/Fonts/intel-clear-latin-italic.eot?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj");
  src: url("../../inc/us/en/Fonts/intel-clear-latin-italic.eot?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj##iefix") format("embedded-opentype"), url("../../inc/us/en/Fonts/intel-clear-latin-italic.woff?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj") format("woff"), url("../../inc/us/en/Fonts/intel-clear-latin-italic.ttf?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "intel-clear";
  src: url("../../inc/us/en/Fonts/intel-clear-latin-bold-italic.eot?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj");
  src: url("../../inc/us/en/Fonts/intel-clear-latin-bold-italic.eot?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj##iefix") format("embedded-opentype"), url("../../inc/us/en/Fonts/intel-clear-latin-bold-italic.woff?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj") format("woff"), url("../../inc/us/en/Fonts/intel-clear-latin-bold-italic.ttf?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "intel-clear";
  src: url("../../inc/us/en/Fonts/intel-clear-latin-lite.eot?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj");
  src: url("../../inc/us/en/Fonts/intel-clear-latin-lite.eot?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj##iefix") format("embedded-opentype"), url("../../inc/us/en/Fonts/intel-clear-latin-lite.woff?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj") format("woff"), url("../../inc/us/en/Fonts/intel-clear-latin-lite.ttf?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "intel-clear";
  src: url("../../inc/us/en/Fonts/intel-clear-latin-lite-italic.eot?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj");
  src: url("../../inc/us/en/Fonts/intel-clear-latin-lite-italic.eot?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj##iefix") format("embedded-opentype"), url("../../inc/us/en/Fonts/intel-clear-latin-lite-italic.woff?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj") format("woff"), url("../../inc/us/en/Fonts/intel-clear-latin-lite-italic.ttf?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj") format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "intel-clear-headline";
  src: url("../../inc/us/en/Fonts/intel-clear-headline.eot?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj");
  src: url("../../inc/us/en/Fonts/intel-clear-headline.eot?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj##iefix") format("embedded-opentype"), url("../../inc/us/en/Fonts/intel-clear-headline.woff?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj") format("woff"), url("../../inc/us/en/Fonts/intel-clear-headline.ttf?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../inc/us/en/Fonts/glyphicons-halflings-regular.eot?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj');
  src: url('../../inc/us/en/Fonts/glyphicons-halflings-regular.eot?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj##iefix') format('embedded-opentype'), url('../../inc/us/en/Fonts/glyphicons-halflings-regular.woff?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj') format('woff'), url('../../inc/us/en/Fonts/glyphicons-halflings-regular.ttf?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj') format('truetype'), url('../../inc/us/en/Fonts/glyphicons-halflings-regular.svg?orgId=00DU0000000YT3c&orgId=00D4B0000000RTj##glyphicons_halflingsregular') format('svg');
}

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

.rwd body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "intel-clear", "tahoma", Helvetica, "helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  margin: 0;
}

.rwd .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rwd .glyphicon-asterisk:before {
  content: "\2a";
}

.rwd .glyphicon-plus:before {
  content: "\2b";
}

.rwd .glyphicon-euro:before, .rwd .glyphicon-eur:before {
  content: "\20ac";
}

.rwd .glyphicon-minus:before {
  content: "\2212";
}

.rwd .glyphicon-cloud:before {
  content: "\2601";
}

.rwd .glyphicon-envelope:before {
  content: "\2709";
}

.rwd .glyphicon-pencil:before {
  content: "\270f";
}

.rwd .glyphicon-glass:before {
  content: "\e001";
}

.rwd .glyphicon-music:before {
  content: "\e002";
}

.rwd .glyphicon-search:before {
  content: "\e003";
}

.rwd .glyphicon-heart:before {
  content: "\e005";
}

.rwd .glyphicon-star:before {
  content: "\e006";
}

.rwd .glyphicon-star-empty:before {
  content: "\e007";
}

.rwd .glyphicon-user:before {
  content: "\e008";
}

.rwd .glyphicon-film:before {
  content: "\e009";
}

.rwd .glyphicon-th-large:before {
  content: "\e010";
}

.rwd .glyphicon-th:before {
  content: "\e011";
}

.rwd .glyphicon-th-list:before {
  content: "\e012";
}

.rwd .glyphicon-ok:before {
  content: "\e013";
}

.rwd .glyphicon-remove:before {
  content: "\e014";
}

.rwd .glyphicon-zoom-in:before {
  content: "\e015";
}

.rwd .glyphicon-zoom-out:before {
  content: "\e016";
}

.rwd .glyphicon-off:before {
  content: "\e017";
}

.rwd .glyphicon-signal:before {
  content: "\e018";
}

.rwd .glyphicon-cog:before {
  content: "\e019";
}

.rwd .glyphicon-trash:before {
  content: "\e020";
}

.rwd .glyphicon-home:before {
  content: "\e021";
}

.rwd .glyphicon-file:before {
  content: "\e022";
}

.rwd .glyphicon-time:before {
  content: "\e023";
}

.rwd .glyphicon-road:before {
  content: "\e024";
}

.rwd .glyphicon-download-alt:before {
  content: "\e025";
}

.rwd .glyphicon-download:before {
  content: "\e026";
}

.rwd .glyphicon-upload:before {
  content: "\e027";
}

.rwd .glyphicon-inbox:before {
  content: "\e028";
}

.rwd .glyphicon-play-circle:before {
  content: "\e029";
}

.rwd .glyphicon-repeat:before {
  content: "\e030";
}

.rwd .glyphicon-refresh:before {
  content: "\e031";
}

.rwd .glyphicon-list-alt:before {
  content: "\e032";
}

.rwd .glyphicon-lock:before {
  content: "\e033";
}

.rwd .glyphicon-flag:before {
  content: "\e034";
}

.rwd .glyphicon-headphones:before {
  content: "\e035";
}

.rwd .glyphicon-volume-off:before {
  content: "\e036";
}

.rwd .glyphicon-volume-down:before {
  content: "\e037";
}

.rwd .glyphicon-volume-up:before {
  content: "\e038";
}

.rwd .glyphicon-qrcode:before {
  content: "\e039";
}

.rwd .glyphicon-barcode:before {
  content: "\e040";
}

.rwd .glyphicon-tag:before {
  content: "\e041";
}

.rwd .glyphicon-tags:before {
  content: "\e042";
}

.rwd .glyphicon-book:before {
  content: "\e043";
}

.rwd .glyphicon-bookmark:before {
  content: "\e044";
}

.rwd .glyphicon-print:before {
  content: "\e045";
}

.rwd .glyphicon-camera:before {
  content: "\e046";
}

.rwd .glyphicon-font:before {
  content: "\e047";
}

.rwd .glyphicon-bold:before {
  content: "\e048";
}

.rwd .glyphicon-italic:before {
  content: "\e049";
}

.rwd .glyphicon-text-height:before {
  content: "\e050";
}

.rwd .glyphicon-text-width:before {
  content: "\e051";
}

.rwd .glyphicon-align-left:before {
  content: "\e052";
}

.rwd .glyphicon-align-center:before {
  content: "\e053";
}

.rwd .glyphicon-align-right:before {
  content: "\e054";
}

.rwd .glyphicon-align-justify:before {
  content: "\e055";
}

.rwd .glyphicon-list:before {
  content: "\e056";
}

.rwd .glyphicon-indent-left:before {
  content: "\e057";
}

.rwd .glyphicon-indent-right:before {
  content: "\e058";
}

.rwd .glyphicon-facetime-video:before {
  content: "\e059";
}

.rwd .glyphicon-picture:before {
  content: "\e060";
}

.rwd .glyphicon-map-marker:before {
  content: "\e062";
}

.rwd .glyphicon-adjust:before {
  content: "\e063";
}

.rwd .glyphicon-tint:before {
  content: "\e064";
}

.rwd .glyphicon-edit:before {
  content: "\e065";
}

.rwd .glyphicon-share:before {
  content: "\e066";
}

.rwd .glyphicon-check:before {
  content: "\e067";
}

.rwd .glyphicon-move:before {
  content: "\e068";
}

.rwd .glyphicon-step-backward:before {
  content: "\e069";
}

.rwd .glyphicon-fast-backward:before {
  content: "\e070";
}

.rwd .glyphicon-backward:before {
  content: "\e071";
}

.rwd .glyphicon-play:before {
  content: "\e072";
}

.rwd .glyphicon-pause:before {
  content: "\e073";
}

.rwd .glyphicon-stop:before {
  content: "\e074";
}

.rwd .glyphicon-forward:before {
  content: "\e075";
}

.rwd .glyphicon-fast-forward:before {
  content: "\e076";
}

.rwd .glyphicon-step-forward:before {
  content: "\e077";
}

.rwd .glyphicon-eject:before {
  content: "\e078";
}

.rwd .glyphicon-chevron-left:before {
  content: "\e079";
}

.rwd .glyphicon-chevron-right:before {
  content: "\e080";
}

.rwd .glyphicon-plus-sign:before {
  content: "\e081";
}

.rwd .glyphicon-minus-sign:before {
  content: "\e082";
}

.rwd .glyphicon-remove-sign:before {
  content: "\e083";
}

.rwd .glyphicon-ok-sign:before {
  content: "\e084";
}

.rwd .glyphicon-question-sign:before {
  content: "\e085";
}

.rwd .glyphicon-info-sign:before {
  content: "\e086";
}

.rwd .glyphicon-screenshot:before {
  content: "\e087";
}

.rwd .glyphicon-remove-circle:before {
  content: "\e088";
}

.rwd .glyphicon-ok-circle:before {
  content: "\e089";
}

.rwd .glyphicon-ban-circle:before {
  content: "\e090";
}

.rwd .glyphicon-arrow-left:before {
  content: "\e091";
}

.rwd .glyphicon-arrow-right:before {
  content: "\e092";
}

.rwd .glyphicon-arrow-up:before {
  content: "\e093";
}

.rwd .glyphicon-arrow-down:before {
  content: "\e094";
}

.rwd .glyphicon-share-alt:before {
  content: "\e095";
}

.rwd .glyphicon-resize-full:before {
  content: "\e096";
}

.rwd .glyphicon-resize-small:before {
  content: "\e097";
}

.rwd .glyphicon-exclamation-sign:before {
  content: "\e101";
}

.rwd .glyphicon-gift:before {
  content: "\e102";
}

.rwd .glyphicon-leaf:before {
  content: "\e103";
}

.rwd .glyphicon-fire:before {
  content: "\e104";
}

.rwd .glyphicon-eye-open:before {
  content: "\e105";
}

.rwd .glyphicon-eye-close:before {
  content: "\e106";
}

.rwd .glyphicon-warning-sign:before {
  content: "\e107";
}

.rwd .glyphicon-plane:before {
  content: "\e108";
}

.rwd .glyphicon-calendar:before {
  content: "\e109";
}

.rwd .glyphicon-random:before {
  content: "\e110";
}

.rwd .glyphicon-comment:before {
  content: "\e111";
}

.rwd .glyphicon-magnet:before {
  content: "\e112";
}

.rwd .glyphicon-chevron-up:before {
  content: "\e113";
}

.rwd .glyphicon-chevron-down:before {
  content: "\e114";
}

.rwd .glyphicon-retweet:before {
  content: "\e115";
}

.rwd .glyphicon-shopping-cart:before {
  content: "\e116";
}

.rwd .glyphicon-folder-close:before {
  content: "\e117";
}

.rwd .glyphicon-folder-open:before {
  content: "\e118";
}

.rwd .glyphicon-resize-vertical:before {
  content: "\e119";
}

.rwd .glyphicon-resize-horizontal:before {
  content: "\e120";
}

.rwd .glyphicon-hdd:before {
  content: "\e121";
}

.rwd .glyphicon-bullhorn:before {
  content: "\e122";
}

.rwd .glyphicon-bell:before {
  content: "\e123";
}

.rwd .glyphicon-certificate:before {
  content: "\e124";
}

.rwd .glyphicon-thumbs-up:before {
  content: "\e125";
}

.rwd .glyphicon-thumbs-down:before {
  content: "\e126";
}

.rwd .glyphicon-hand-right:before {
  content: "\e127";
}

.rwd .glyphicon-hand-left:before {
  content: "\e128";
}

.rwd .glyphicon-hand-up:before {
  content: "\e129";
}

.rwd .glyphicon-hand-down:before {
  content: "\e130";
}

.rwd .glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.rwd .glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.rwd .glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.rwd .glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.rwd .glyphicon-globe:before {
  content: "\e135";
}

.rwd .glyphicon-wrench:before {
  content: "\e136";
}

.rwd .glyphicon-tasks:before {
  content: "\e137";
}

.rwd .glyphicon-filter:before {
  content: "\e138";
}

.rwd .glyphicon-briefcase:before {
  content: "\e139";
}

.rwd .glyphicon-fullscreen:before {
  content: "\e140";
}

.rwd .glyphicon-dashboard:before {
  content: "\e141";
}

.rwd .glyphicon-paperclip:before {
  content: "\e142";
}

.rwd .glyphicon-heart-empty:before {
  content: "\e143";
}

.rwd .glyphicon-link:before {
  content: "\e144";
}

.rwd .glyphicon-phone:before {
  content: "\e145";
}

.rwd .glyphicon-pushpin:before {
  content: "\e146";
}

.rwd .glyphicon-usd:before {
  content: "\e148";
}

.rwd .glyphicon-gbp:before {
  content: "\e149";
}

.rwd .glyphicon-sort:before {
  content: "\e150";
}

.rwd .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.rwd .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.rwd .glyphicon-sort-by-order:before {
  content: "\e153";
}

.rwd .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.rwd .glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.rwd .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.rwd .glyphicon-unchecked:before {
  content: "\e157";
}

.rwd .glyphicon-expand:before {
  content: "\e158";
}

.rwd .glyphicon-collapse-down:before {
  content: "\e159";
}

.rwd .glyphicon-collapse-up:before {
  content: "\e160";
}

.rwd .glyphicon-log-in:before {
  content: "\e161";
}

.rwd .glyphicon-flash:before {
  content: "\e162";
}

.rwd .glyphicon-log-out:before {
  content: "\e163";
}

.rwd .glyphicon-new-window:before {
  content: "\e164";
}

.rwd .glyphicon-record:before {
  content: "\e165";
}

.rwd .glyphicon-save:before {
  content: "\e166";
}

.rwd .glyphicon-open:before {
  content: "\e167";
}

.rwd .glyphicon-saved:before {
  content: "\e168";
}

.rwd .glyphicon-import:before {
  content: "\e169";
}

.rwd .glyphicon-export:before {
  content: "\e170";
}

.rwd .glyphicon-send:before {
  content: "\e171";
}

.rwd .glyphicon-floppy-disk:before {
  content: "\e172";
}

.rwd .glyphicon-floppy-saved:before {
  content: "\e173";
}

.rwd .glyphicon-floppy-remove:before {
  content: "\e174";
}

.rwd .glyphicon-floppy-save:before {
  content: "\e175";
}

.rwd .glyphicon-floppy-open:before {
  content: "\e176";
}

.rwd .glyphicon-credit-card:before {
  content: "\e177";
}

.rwd .glyphicon-transfer:before {
  content: "\e178";
}

.rwd .glyphicon-cutlery:before {
  content: "\e179";
}

.rwd .glyphicon-header:before {
  content: "\e180";
}

.rwd .glyphicon-compressed:before {
  content: "\e181";
}

.rwd .glyphicon-earphone:before {
  content: "\e182";
}

.rwd .glyphicon-phone-alt:before {
  content: "\e183";
}

.rwd .glyphicon-tower:before {
  content: "\e184";
}

.rwd .glyphicon-stats:before {
  content: "\e185";
}

.rwd .glyphicon-sd-video:before {
  content: "\e186";
}

.rwd .glyphicon-hd-video:before {
  content: "\e187";
}

.rwd .glyphicon-subtitles:before {
  content: "\e188";
}

.rwd .glyphicon-sound-stereo:before {
  content: "\e189";
}

.rwd .glyphicon-sound-dolby:before {
  content: "\e190";
}

.rwd .glyphicon-sound-5-1:before {
  content: "\e191";
}

.rwd .glyphicon-sound-6-1:before {
  content: "\e192";
}

.rwd .glyphicon-sound-7-1:before {
  content: "\e193";
}

.rwd .glyphicon-copyright-mark:before {
  content: "\e194";
}

.rwd .glyphicon-registration-mark:before {
  content: "\e195";
}

.rwd .glyphicon-cloud-download:before {
  content: "\e197";
}

.rwd .glyphicon-cloud-upload:before {
  content: "\e198";
}

.rwd .glyphicon-tree-conifer:before {
  content: "\e199";
}

.rwd .glyphicon-tree-deciduous:before {
  content: "\e200";
}

.rwd .glyphicon-cd:before {
  content: "\e201";
}

.rwd .glyphicon-save-file:before {
  content: "\e202";
}

.rwd .glyphicon-open-file:before {
  content: "\e203";
}

.rwd .glyphicon-level-up:before {
  content: "\e204";
}

.rwd .glyphicon-copy:before {
  content: "\e205";
}

.rwd .glyphicon-paste:before {
  content: "\e206";
}

.rwd .glyphicon-alert:before {
  content: "\e209";
}

.rwd .glyphicon-equalizer:before {
  content: "\e210";
}

.rwd .glyphicon-king:before {
  content: "\e211";
}

.rwd .glyphicon-queen:before {
  content: "\e212";
}

.rwd .glyphicon-pawn:before {
  content: "\e213";
}

.rwd .glyphicon-bishop:before {
  content: "\e214";
}

.rwd .glyphicon-knight:before {
  content: "\e215";
}

.rwd .glyphicon-baby-formula:before {
  content: "\e216";
}

.rwd .glyphicon-tent:before {
  content: "\26fa";
}

.rwd .glyphicon-blackboard:before {
  content: "\e218";
}

.rwd .glyphicon-bed:before {
  content: "\e219";
}

.rwd .glyphicon-apple:before {
  content: "\f8ff";
}

.rwd .glyphicon-erase:before {
  content: "\e221";
}

.rwd .glyphicon-hourglass:before {
  content: "\231b";
}

.rwd .glyphicon-lamp:before {
  content: "\e223";
}

.rwd .glyphicon-duplicate:before {
  content: "\e224";
}

.rwd .glyphicon-piggy-bank:before {
  content: "\e225";
}

.rwd .glyphicon-scissors:before {
  content: "\e226";
}

.rwd .glyphicon-bitcoin:before {
  content: "\e227";
}

.rwd .glyphicon-btc:before {
  content: "\e227";
}

.rwd .glyphicon-xbt:before {
  content: "\e227";
}

.rwd .glyphicon-yen:before {
  content: "\00a5";
}

.rwd .glyphicon-jpy:before {
  content: "\00a5";
}

.rwd .glyphicon-ruble:before {
  content: "\20bd";
}

.rwd .glyphicon-rub:before {
  content: "\20bd";
}

.rwd .glyphicon-scale:before {
  content: "\e230";
}

.rwd .glyphicon-ice-lolly:before {
  content: "\e231";
}

.rwd .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.rwd .glyphicon-education:before {
  content: "\e233";
}

.rwd .glyphicon-option-horizontal:before {
  content: "\e234";
}

.rwd .glyphicon-option-vertical:before {
  content: "\e235";
}

.rwd .glyphicon-menu-hamburger:before {
  content: "\e236";
}

.rwd .glyphicon-modal-window:before {
  content: "\e237";
}

.rwd .glyphicon-oil:before {
  content: "\e238";
}

.rwd .glyphicon-grain:before {
  content: "\e239";
}

.rwd .glyphicon-sunglasses:before {
  content: "\e240";
}

.rwd .glyphicon-text-size:before {
  content: "\e241";
}

.rwd .glyphicon-text-color:before {
  content: "\e242";
}

.rwd .glyphicon-text-background:before {
  content: "\e243";
}

.rwd .glyphicon-object-align-top:before {
  content: "\e244";
}

.rwd .glyphicon-object-align-bottom:before {
  content: "\e245";
}

.rwd .glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.rwd .glyphicon-object-align-left:before {
  content: "\e247";
}

.rwd .glyphicon-object-align-vertical:before {
  content: "\e248";
}

.rwd .glyphicon-object-align-right:before {
  content: "\e249";
}

.rwd .glyphicon-triangle-right:before {
  content: "\e250";
}

.rwd .glyphicon-triangle-left:before {
  content: "\e251";
}

.rwd .glyphicon-triangle-bottom:before {
  content: "\e252";
}

.rwd .glyphicon-triangle-top:before {
  content: "\e253";
}

.rwd .glyphicon-console:before {
  content: "\e254";
}

.rwd .glyphicon-superscript:before {
  content: "\e255";
}

.rwd .glyphicon-subscript:before {
  content: "\e256";
}

.rwd .glyphicon-menu-left:before {
  content: "\e257";
}

.rwd .glyphicon-menu-right:before {
  content: "\e258";
}

.rwd .glyphicon-menu-down:before {
  content: "\e259";
}

.rwd .glyphicon-menu-up:before {
  content: "\e260";
}

.rwd .recode50 {
  background-color: #f3f3f3 !important;
}

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

.rwd a {
  color: #0071c5;
  text-decoration: none;
  background: transparent;
}

.rwd a:hover {
  color: #00aeef;
}

.rwd button, .rwd input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

.rwd textarea {
  overflow: auto;
  vertical-align: top;
}

.rwd button, .rwd input, .rwd select, .rwd textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

.rwd p {
  line-height: 1.25;
  margin: 0 0 11px;
}

.rwd figure {
  margin: 0;
}

.rwd form {
  display: block;
  margin-top: 0em;
}

.rwd label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.rwd h1, .rwd h2, .rwd h3, .rwd .h1, .rwd .h2, .rwd .h3 {
  font-family: "intel-clear", "tahoma", Helvetica, "helvetica", Arial, sans-serif;
  font-weight: 200;
  line-height: 1.1;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
}

.rwd h1, .rwd .h1 {
  font-weight: 500;
  font-size: 28px;
}

.rwd h3, .rwd .h3 {
  font-size: 24px;
}

.rwd .table-responsive {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  border: 0;
}

.rwd .table-responsive table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  z-index: 10;
  font-size: 14px;
  border: 0;
  -webkit-user-select: none;
}

.rwd .table-responsive thead {
  color: #333;
  font-weight: bolder;
}

.rwd .table-responsive thead:first-child > tr:first-child > th {
  border-top: 0;
}

.rwd .table-responsive th, .rwd .table-responsive td {
  text-align: left;
  line-height: 1.428571429;
  vertical-align: top;
}

.rwd .table-responsive th {
  background-color: #e0e0e0;
  border-right: 1px solid #fff;
  border-bottom: 0;
  padding: 8px 35px 8px 20px;
}

.rwd .table-responsive th:last-of-type {
  border-right: 0;
}

.rwd .table-responsive td {
  background-color: #fff;
  border-right: 1px dotted #ebebeb;
  border-top: 2px solid #f3f3f3;
  padding: 20px 10px 20px 20px;
}

.rwd .table-responsive td:last-of-type {
  border-right: 0;
}

.rwd .container > .navbar-header, .rwd .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .rwd .container > .navbar-header, .rwd .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.rwd .blade-featured-content {
  padding-bottom: 2em;
  padding-top: 2em;
}

.rwd .blade-support-featured-content.blade-featured-content {
  padding-bottom: 2em;
}

@media (max-width: 767px) {
  .rwd .blade-support-featured-content.blade-featured-content {
    padding-bottom: 0;
  }
}

.rwd .blade.solid.brand-primary {
  background: #0071c5;
}

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

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

.rwd .theme-dark-1 {
  color: #f3f3f3;
}

.rwd .theme-dark-1 a {
  color: #9addf7;
}

.rwd .radio-inline, .rwd .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 0;
  vertical-align: top;
  font-weight: normal;
  cursor: pointer;
}

.rwd .radio-inline.last, .rwd .checkbox-inline.last {
  padding-right: 0px;
}

.rwd .form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #bbbbbb;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.rwd .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.rwd .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: relative;
  min-width: 96px;
  border-radius: 2px;
  padding: .3em 4em;
  box-shadow: 2px 2px 1px #000000;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.rwd .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.rwd .btn:hover {
  color: #333;
  text-decoration: none;
}

.rwd .btn:active {
  outline: 0;
  -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);
  transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  -webkit-transform: translate(3px, 3px);
}

.rwd .btn-no-shadow {
  box-shadow: none;
}

.rwd .btn-primary {
  color: white;
  background-color: #00aeef;
}

.rwd .btn-primary:hover {
  color: white;
  background-color: #0083d7;
}

.rwd .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875em;
  text-align: left;
  width: 100%;
}

.rwd .btn-group > .btn {
  position: relative;
  float: left;
  padding: 14px 1em 14px 1em;
  text-align: left;
  width: 100%;
}

.rwd .btn-group > .btn:hover {
  z-index: 2;
}

.rwd .btn-group > .btn:first-child {
  margin-left: 0;
}

.rwd .btn-group > .btn:after {
  position: absolute;
  content: ' ';
  top: 50%;
  margin-top: -1px;
  background: url('img/sprite-carets.png') no-repeat 0 -432px transparent;
  width: 14px;
  height: 6px;
  right: 25px;
}

.rwd .btn-group .btn-primary {
  background-color: #0071c5;
}

.rwd .btn-group ul.dropdown-menu {
  margin: 0;
  width: 100%;
  background: #0071c5;
  border-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  list-style: none;
  font-size: 14px;
  display: none;
  border: 0;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.rwd .btn-group ul.dropdown-menu li {
  text-align: left;
  color: #fff;
  border-top: 1px solid #005a9d;
  padding: 0;
}

.rwd .btn-group ul.dropdown-menu li a {
  display: block;
  width: 100%;
  color: white;
  padding: 10px 1em 10px 1em;
}

.rwd .btn-group ul.dropdown-menu li a:hover {
  color: #9addf7;
  cursor: pointer;
}

.rwd .btn-group ul.dropdown-menu li a span:last-child {
  display: inline-block;
  float: right;
  color: #00aeef;
}

.rwd .btn-group ul.dropdown-menu li.selected {
  background-color: #003c71;
}

.rwd .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.rwd .input-group .form-control {
  width: 100%;
  margin-bottom: 0;
  display: table-cell;
}

.rwd .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.rwd .input-group .search-input-box {
  height: 48px;
  color: #555555;
  font-size: 16px;
}

.rwd .input-group .btn-clear {
  position: absolute;
  display: none;
  top: 0;
  right: 56px;
  padding: 6px 12px;
  border: 0;
  outline: 0;
  background-color: transparent;
}

.rwd .input-group .btn-clear:before {
  content: ' ';
  position: relative;
  display: inline-block;
  top: 2px;
  width: 18px;
  height: 18px;
  background-image: url("img/search-icons-x.png");
}

.rwd .input-group .btn-search {
  color: white;
  background-color: #0071c5;
}

.rwd .input-group .btn-search-input {
  width: 55px;
  height: 48px;
  min-width: inherit;
  padding: 9px 17px 0px 17px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.rwd .input-group .btn-search-input:before {
  content: ' ';
  position: relative;
  display: inline-block;
  top: 5px;
  margin-right: 5px;
  width: 28px;
  height: 34px;
  background: url('img/search-icon.png') no-repeat;
  background-size: 20px 20px;
}

.rwd .input-group-btn {
  display: table-cell;
  width: 1%;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
}

.rwd .input-group-btn > .btn {
  position: relative;
}

.rwd .intel-cta:after {
  content: '\203A';
  margin-left: 3px;
}