/* GLOBAL VARIABLE */
/* FONTS
--------------------------------------------------------------------------*/
/* Mixins */
/* Extends */
/* Colors */
/* Scss Document */
.etab {
  margin: 0;
  padding: 0 69px;
  text-align: center; }

.etab-item {
  width: 48.4%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  box-sizing: border-box;
  background: #bfdce7;
  border-radius: 8px 8px 0 0;
  border: 2px solid #bfdce7;
  border-bottom: 0;
  box-shadow: 0 -3px 11px 1px rgba(0, 0, 0, 0.3); }
  .etab-item:first-child {
    margin-right: 23px; }

.etab_link {
  color: #00759f;
  font-size: 2.025em;
  line-height: 1;
  display: block;
  text-decoration: none;
  padding: 15px 0 16px;
  outline: none;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 8px 8px 0 0;
  box-shadow: inset 0 -10px 13px -10px rgba(0, 0, 0, 0.4); }
  .etab_link:hover {
    color: #00264d;
    background: #bfdce7; }
  .etab_link.active {
    background: white;
    box-shadow: none; }

.etab-item.active {
  background: white;
  position: relative;
  top: 2px;
  box-shadow: 0 -7px 7px 0px rgba(0, 0, 0, 0.2); }

.tab-container .panel-container {
  min-height: 720px;
  background: white;
  border: 2px solid #bfdce7;
  padding: 48px 62px 65px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4); }
  .tab-container .panel-container .col-6 {
    padding-left: 48px; }
    .tab-container .panel-container .col-6:first-child {
      padding-left: 51px; }
