
.switcher * {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.switcher {
  width: 100%;
  float:left;
  /*border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 2em 0;*/
  background: #ffffff;/*#0c4e98;*/
}

.tab-nav {
  padding: 0;
  padding-left:4px;
  margin: 0;
  width: 31%;
  float:left;
}
.tab-nav li {
  width: 100%;
  list-style:none;
  /*padding: 1em;*/
  /*padding: 7.5%;*/
  float: left;
  z-index: 10;
  cursor: pointer;
  font-size: 1em;
  font-weight: 100;
  color: #6180af;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tab-nav li:last-child {
  border-bottom:none !important;
}

.tab-nav li.flex-active, .tab-nav li:hover {
  cursor: pointer;
  background: #2a64a4;
  color: #fff;
}
.tab-nav li.flex-active:after {
  content:"•";
  float:right;
  font-size: 2em;
  line-height:.7;
}

.tab-container {
  float: left;
  width: 69%;
  padding-right:5px;
}
.tab-container img {
  display:block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

@media only screen and (max-width : 992px) {
  .switcher {background:none;border:none;}
  .tab-nav {
    width: 100%;
  }
  .tab-container {
    width: 100%;
  }
  .tab-nav li {
    width: auto;
    border: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
    list-style:none;
    padding: 10px 20px;
    float: left;
    z-index: 10;
    cursor: pointer;
    font-size: .75em;
    color: #bababa;
    background: #eeeeee;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .tab-nav li:last-child {
    border-right: 1px solid #ddd;
  }
  .tab-nav li.flex-active:after {
    content:"";
  }
}

@media only screen and (max-width : 768px) {
  .tab-nav li {
    width: 100%;
  }
}

.flex-control-nav,.flex-direction-nav,.slides{margin:0;padding:0;list-style:none}.flexslider{padding:0}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}