html, body {
  width: 100%;
  height: 100%;
  font-family: futura-pt, sans-serif;
}
h1,h3,p {
  margin-top: 0;
}
.phone-number + .btn,
.css-checkbox + input + span + .btn,
.css-checkbox + span + .btn,
.ContentPlaceHolder1_lbError + .btn,
.fun-input + label,
.fun-input + .fun-input,
h3 + p,
h3 + .fun-input {
  margin-top: 15px;
}
input.form-control {
  vertical-align: middle;
}
.login-area {
  width: 100%;
  display: block;
}
.login-area-img {
  border-radius: 4px;
  display: table;
  width: 100%;
  margin: 40px auto 40px auto;
  border: 1px solid #0058D8;
  -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.075);
          box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.075);
}
.login-area-img > div {
  display: table-cell;
  vertical-align: middle;
  padding: 40px;
}
.login-inputs.cener-div > label {
  display: block;
  float: left;
  width: 100%;
}
.login-inputs > h5 {
  margin-top: 0;
  color: #0058D8;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .login-area-img {
    width: 650px;
  }
}
.logo {
  padding: 14px 0 0 14px;
  position: absolute;
}
.logo img {
  width: 235px;
}
.logo-spacer {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .logo {
  padding: 28px 0 0 28px;
}
}
.box-date {
  padding: 28px;
  text-align: right;
}
.box-time {
  padding: 28px;
  text-align: center;
  margin: 0 auto;
}
.box-date h2,
.box-time h1 {
  margin: 0;
  line-height: 48px;
}
.cener-div {
  margin:0 auto;
}
.login-side {
  text-align: center;
  width: 40%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #0058D8;
}
.login-side img {
  width: 100px;
}
.login-inputs {
  padding: 30px;
  width: 100%;
}
@media (min-width: 768px) {
.login-inputs {
  display: block;
}
}
.login-inputs h3 {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
}
.login-inputs .input-group-addon {
   background-color: #3196c4;
  border-color: #2b82ab;
  color:#FFF;
  font-weight: 300;
}
.login-inputs ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #1e5b78;
    font-weight: 300;
}
.login-inputs :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #1e5b78;
    font-weight: 300;
}
.login-inputs ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #1e5b78;
    font-weight: 300;
}
.login-inputs :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #1e5b78;
    font-weight: 300;
}
/* CSS Check box */
.css-checkbox input[type="radio"] {
    opacity: 0;
    width: 0;
}
.css-checkbox input[type="checkbox"] {
    opacity: 0;
    width: 0;
}
.css-checkbox label {
    position: relative;
    display: inline-block;
    font-weight: 400;
    color: #59595b;
    padding-left: 22px;
}
.css-checkbox label::before,
.css-checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
}
.css-checkbox label::before {
    height: 16px;
    width: 16px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    left: 0px;
    top: 3px;
}
.css-checkbox label::after {
    height: 12px;
    width: 12px;
    left: 2px;
    top: 5px;
    background-color: #0058D8;
    border-radius: 50%;
}
.css-checkbox input[type="radio"] + label::after,
.css-checkbox input[type="checkbox"] + label::after {
    content: none;
}
.css-checkbox input[type="radio"]:checked + label::after,
.css-checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}
/* Carousel base class */
.carousel {
  height: 430px;
  float: left;
  width: 100%;
  background:#FFF;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 430px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 430px;
}
.carousel-inner p {
  font-size: 18px;
}
.carousel-inner > .item > .container {
  height: 430px;
}
.login-inputs .input-group {
  margin-top: 4px;
}
.carousel-caption p {
  color: #5c5c5e;
}
.carousel-img {
  width: 300px;
}
.round-img {
  border-radius: 50%;
}
.carousel h2 {
  margin-top: 7px;
  line-height: 46px;
}
.carousel h2 + h2 {
  margin-top: 0;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


#sidekicks > div  {
  margin-bottom: 15px;
}
.side-kick-actual {
  display: table;
  padding: 0;
}
.side-kick-actual > div {
  display: table-cell;
  vertical-align: middle;
}
.side-kick-actual > div:first-child {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.side-kick-actual > div:last-child {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.side-kick-actual > div:nth-child(2n+1){
  background-color: #0058D8;
  color: #FFF;
  vertical-align: middle;
  height: 100%;
  border: 1px solid #0058D8;
  font-size: 26px;
  width: 90px;
}
.side-kick-actual > div:nth-child(2n) {
  border: 1px solid #0058D8;
  padding-left: 15px;
  height: 100px;
  font-size: 16px;
  line-height: 1.2em;
}
.side-kick-actual > div span.small {
  font-size: .8em;
  line-height: 1em;
  position: relative;
  display: block;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-left:  15px;
    padding-right: 15px;
  }
  .navbar-wrapper .navbar {
    padding-left:  0;
    padding-right: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}


.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
}
.wrapper.blue {
  background-color: #0058D8;
}

footer {
  background-color: #0058D8;
  height: 40px;
  display: none;
  width: 100%;
  float: left;
}

h1,
.h1,
h2,
h2,
h3,
.h3 {

}
h1,
.h1 {
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 120%;
}
h1.massive {
  font-size: 190px;
  font-weight: 600;
  letter-spacing: -9px;
  line-height: 160px;
}
h1.large {
  font-size: 90px;
  line-height: 80px;
  letter-spacing: -6px;
}
h1 sup {
  font-size: .6em;
  letter-spacing: -3px;
}
h2,
.h2 {
  font-size: 42px;
  font-weight: 300;
  letter-spacing: -2px;
}
h3,
.h3 {
  font-weight: 100;
  font-size: 28px;
  letter-spacing: -.5px;
}
h4,
.h4 {
  font-size: 24px;
  color: #434345;
  letter-spacing: -.5px;
  font-weight: 300;
}
h5,
.h5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}
p {
  line-height: 130%;
}
h1 + p {
  margin-top: 15px;
}
.regular-font {
  font-weight: 300;
}
label {
  font-weight: 300;
}
.white {
  color: #FFF;
}
.btn {
  padding: 11px 30px;
  border: 1px solid #0058D8;
  border-radius: 40px;
  color: #0058D8;
}
.btn:hover {
  background-color: #0058D8;
  color: #FFF;
}
.btn.regular-full,
.btn.regular {
  margin-top: 24px;
  font-weight: 300;
  padding: 18px 36px;
  font-size: 16px;
  background-color: #FFF;
  color: #434345;
}
.btn.regular-full {
  width: 100%;
}
.btn.special {
  margin-top: 12px;
  padding: 29px 0px 40px 30px;
  height: 120px;
  background-color: #FFF;
  color: #434345;
  font-size: 24px;
  position: relative;
  width: 100%;
  text-align: left;
  border-top: none;
  border-left: none;
  border-right: none;
  font-weight: 300;
  border-radius: 28px;
}
.in-btn {
  margin: 10px;
  padding-left: 0;
  padding: 0px 30px 0px 0px;
}
.in-btn-img {
  vertical-align: middle;
  line-height: 100%;
  margin-right: 15px;
  display: inline-block;
  padding: 15px;
  border-radius: 50%;
  background-color: #0058D8;
}
.in-btn-img img {
  width: 22px;
  height: 22px;
}
h4 + h1 {
  margin-top: 10px;
}
.btn.special.green:hover {
  color: #57b947;
}
.btn.special.pink:hover {
  color: #ee438f;
}
.btn.special .btn-arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 120px;
  display: block;
  z-index: 20;
  padding: 0;
}
.btn-text-center {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}
.green {
  color: #57b947;
}
.green-bg,
.btn.green-bg {
  color: #FFF;
}
.green-bg,
.btn.green-bg {
  background-color: #57b947;
  border-bottom: 3px solid #49a13d;
}
.green-bg:hover,
.btn.green-bg:hover {
  background-color: #49a13d;
  border-bottom: 3px solid #3d8733;
}
.darkblue {
  color: #0058d8;
}
.darkgreen {
  color: #377938;
}
.blue {
  color: #0058D8;
}
.orange {
  color: #F37120;
}
.gray {
  color: #434345;
}
/* Panels */ 
.cstm-panel {
  color: #38a8dd;
  border-bottom: 3px solid #e0e0e0;
}
.cstm-panel .panel-heading {
  font-size: 36px;
  background-color: #FFF;
}
.cstm-panel .panel-body {
  padding: 0;
}
.cstm-panel table.table {
  margin-bottom: 0;
}
.cstm-panel .table > tbody > tr > td,
.cstm-panel .table > tbody > tr > th {
  padding: 16px 24px;
  font-size: 18px;
  color: #5c5c5e;
}
.cstm-panel .table > tbody > tr > th,
.cstm-panel .table > tbody > tr:last-child > td {
  border-bottom: 1px solid #e1e1e1;
}
.cstm-panel .table > tbody > tr > th {
  color: #434345;
}
.panel-body.min-372 {
  max-height: 378px;
  overflow: hidden;
  min-height: 378px;
}

.multiple-together {
  padding: 0;
}
.multiple-together + .multiple-together {
  padding-left: 15px;
  padding-right: 9
}

@font-face {
  font-family: 'PhoneBox-Icons';
  src:url('../fonts/PhoneBox-Icons.eot?mpgrdn');
  src:url('../fonts/PhoneBox-Icons.eot?#iefixmpgrdn') format('embedded-opentype'),
    url('../fonts/PhoneBox-Icons.ttf?mpgrdn') format('truetype'),
    url('../fonts/PhoneBox-Icons.svg?mpgrdn#PhoneBox-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="phonebox-"], [class*=" phonebox-"] {
  font-family: 'PhoneBox-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.phonebox-icon-arrow-bottom:before {
  content: "\e615";
}
.phonebox-icon-arrow-top:before {
  content: "\e616";
}
.phonebox-icon-x:before {
  content: "\e600";
}
.phonebox-icon-wrong:before {
  content: "\e601";
}
.phonebox-icon-unlock:before {
  content: "\e602";
}
.phonebox-icon-rightcheck:before {
  content: "\e603";
}
.phonebox-icon-profile:before {
  content: "\e604";
}
.phonebox-icon-profile-phonebox:before {
  content: "\e605";
}
.phonebox-icon-profile-additional:before {
  content: "\e606";
}
.phonebox-icon-plus:before {
  content: "\e607";
}
.phonebox-icon-phonebox-logo:before {
  content: "\e608";
}
.phonebox-icon-phone:before {
  content: "\e609";
}
.phonebox-icon-minus:before {
  content: "\e60a";
}
.phonebox-icon-mail:before {
  content: "\e60b";
}
.phonebox-icon-locked:before {
  content: "\e60c";
}
.phonebox-icon-key:before {
  content: "\e60d";
}
.phonebox-icon-iphone:before {
  content: "\e60e";
}
.phonebox-icon-ipad:before {
  content: "\e60f";
}
.phonebox-icon-checkmark:before {
  content: "\e610";
}
.phonebox-icon-box-open:before {
  content: "\e611";
}
.phonebox-icon-arrow-right:before {
  content: "\e612";
}
.phonebox-icon-arrow-left:before {
  content: "\e613";
}
.phonebox-icon-alter:before {
  content: "\e614";
}
.inputgroup-sub {
  margin-top:4px;
}
.input-group-addon.cstm-icons {
  padding: 4px 8px 2px 8px;
}
.btn-login-drp {
  width: 100%;
}
.btn-login-drp label {
  color: #FFF;
  display: block;
  float: left;
  width: 100%;
}
.btn-login-drp > .col-xs-12 {
  padding-left: 0;
}
.btn-group.btn-login-drp > .dropdown-toggle:not(:first-child) {
  border-radius: 2px;
}
.btn-login-drp button.btn {
  background-color: #3196c4;
  border-color: #2b82ab;
  color: #0058d8;
  width: 100%;
  text-align: left;
  border-radius: 2px;
  padding: 6px 12px 2px 12px;
}
.btn-login-drp button.btn span {
  display: inline-block;
  float: right
}
.btn-login-drp ul.dropdown-menu {
  background-color: #3196c4;
  color: #FFF;
  width: 100%;
  min-width: 100px;
}
.btn-login-drp ul.dropdown-menu > li > a {
  color: #FFF;
}
.btn-login-drp ul.dropdown-menu > li > a:hover {
  background-color: #2b82ab;
}
.cstm-icons {
  font-size: 24px;
}
.cstm-icons-center {
  font-size: 24px;
  padding-right:8px;
  display: block;
  float: left;
  position: relative;
  bottom: 1px;
}
ul.plan-list li,
ul.plan-list {
  list-style: none;
  padding-left: 0;
}
ul.plan-list li {
  font-size: 28px;
}
.regular-full + .regular-full {
  margin-top: 8px;
}
.nopad {
  padding: 0;
}
.text-shdw {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.fun-input {
    position: relative;
    padding: 6px 0;
}
.login-label {
    color: #5c5c5e;
    font-weight: normal;
    padding: 4px 8px;
}
.fun-input > label:first-child {
    background: transparent;
    color: #5c5c5e;
    font-weight: normal;
    padding: 4px 8px;
    border-radius: 20px;
    margin: 0;
    display: block;
    float: left;
    left: 16px;
    top: 14px;    
    position: absolute;
}
.fun-input.input-active > label:first-child {
    top: -9px;
    background: #FFF;
}
.fun-input label + input.form-control {
    outline: none;
    height: 44px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.fun-input label + input.form-control::placeholder {
    color: #FFF;
}
.fun-input > label:first-child,
.fun-input.input-active > label:first-child {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.input-round {
    border-radius: 40px;
    padding: 6px 12px 6px 18px;
    border:1px solid #ccc;
    background-color: transparent;
    color: #0058D8;
}
.phone-number {
  display: table;
}
.phone-number > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.phone-number > div:nth-child(-n+2) {
  width: 32%;
  padding-right: 5px;
}
.phone-number > div:last-child {
  width: 36%;
}
.secondary-logo-color,
.main-logo-color {
  fill:#FFF;
}
/* Single Use */

.margin-top-55px {
  margin-top: 55px;
}
.margin-top-75px {
  margin-top: 75px;
}

/* 2015-04 */

.table-div {
  display: table;
}
.table-div > div {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.chevron-right:before,
.chevron-right,
.chevron-left:before,
.chevron-left {
  position: relative;
  width: 20px;
  height: 4px;
  background-color: #0058D8;
  content: "";
  display: block;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.chevron-right:before,
.chevron-left:before {
  top: 8px;
  right: 9px;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.chevron-right {
}
.chevron-right:before {

}
.chevron-outer {
  height: 100%;
  position: absolute;
  left: 20px;
  display: table;
}
.chevron-outer-right {
  right: 20px;
  left: auto;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.chevron-inner {
  display: table-cell;
  vertical-align: middle;
}
#ContentPlaceHolder1_lbError {
  color: #F04E63;
}
