/* Styles Extended */

/* BS Equal Height Cols */
/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/

/* content styles */

.inside {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

/* Navbar Adjustments */

.logo-tag {
    font-size: 12px;
}
header .navbar-brand img.logo-img {
    height: 45px;
}
header .div-contact
{
    width: auto;
}
    header .div-contact h3 {
        color: #7e3f98;
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        padding: 0;
    }
.navbar-header .phone-default .phone-toggle.dp-phone {
    border: 1px solid #7e3f98;
    width: 98px;
    color: #7e3f98;
}

.navbar-header .dp-mobile-nav .icon-button {
    width: 42px;
    height: 42px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 0;
}

.navbar-header .phone-default .phoner-toggle {
    border-color: #7e3f98;
}

.navbar-header .phone-default .phone-toggle {
    border-color: #7e3f98;
}

.navbar-header .phone-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-header .phone-default .phone-toggle.dp-phone:hover, .navbar-header .phone-default .phone-toggle.dp-phone:focus {
    background-color: #7e3f98;
    color: #fff;
    text-decoration: none;
}

.navbar-header .phone-default {
    text-align: center;
       padding-top: 0px !Important;
    padding-right: 0px !Important;
    padding-bottom: 0px !Important;
    padding-left: 0px !Important;
    margin-top: 0px !Important;
    margin-right: 15px !Important;
    margin-bottom: 0px !Important;
    margin-left: 0px !Important;
}
.navbar-header .phone-default a.dp-phone {
    padding-top: 12px !Important;
    padding-right: 6px !Important;
    padding-bottom: 12px !Important;
    padding-left: 6px !Important;
    margin-top: 0px !Important;
    margin-right: 0px !Important;
    margin-bottom: 0px !Important;
    margin-left: 0px !Important;
}

/* Cart Specific */

.cigna.secure-checkout {
    max-width: 80%;
}

@media only screen and (min-width:768px) 
{
    header .navbar-wp .navbar-brand {
	margin-top: 10px !Important;
	margin-bottom: 10px !Important;
    }
}

.brand-primary {
    color: #7e3f98;
}

.brand-secondary {
    color: #f07520;
}

.cog-loader i {
    font-size: 60px;
}

/* flex styles */

.pricing-plans .alert {
    margin-bottom: 0px;
}