/* =============================================================== */
/*   SECTION
/* =============================================================== */
/* 1 Tier
=================================================== */
/* 2 Tier
------------------------------------------ */
/* 3 Tier
------------------------ */
/* 4 Tier */


/* =============================================================== */
/*   IMPORTS
/* =============================================================== */
@import url(_normalize.css);
@import url(../../common/vendor/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(../../common/fonts/icons/css/font-icons.css);

/* =============================================================== */
/*   GRID
/* =============================================================== */

.full-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}

/* =============================================================== */
/*   GENERAL
/* =============================================================== */
html {
  font-size: 62.5%;
  line-height: 1.5;
}

body {
  font-size: 12px;
  font-size: 1.2rem;
  background: #f3f5f6 !important;
}

.clearfix {
  overflow: auto;
  clear: both;
}

.clear {
  clear: both;
}


/* Icons
=================================================== */
.icon-arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}


/* =============================================================== */
/*   TYPOGRAPHY
/* =============================================================== */
@font-face {
  font-family: 'BebasNeueRegular';
  src: url('../../common/fonts/bebas/BebasNeue-webfont.eot');
  src: url('../../common/fonts/bebas/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
       url('../../common/fonts/bebas/BebasNeue.woff2') format('woff2'),
       url('../../common/fonts/bebas/BebasNeue-webfont.ttf') format('truetype'),
       url('../../common/fonts/bebas/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;

}

label {
  cursor: default;
}

/* =============================================================== */
/*   PAGE TABS
/* =============================================================== */
.page-tabs-wrap {
  height: 36px;
  background: url(../img/page-tab-bg-tile.png) repeat-x center 0;
}

.page-tabs {
  margin: 0 auto;
  height: 30px;
  max-width: 65.666667em;
  list-style-type: none;
  text-align: center;
  display: table;
  border-collapse: collapse;
}

.page-tabs > .columns {
  height: 30px;
  vertical-align: middle;
  border-right: solid 1px #a8aeb9;
}

.ie7 .page-tabs > .columns,
.ie8 .page-tabs > .columns {
  font-size: 13px;
}

.ie7 .page-tabs > .columns {
  width: 30%;
}

.page-tabs > .columns a {
  width: 100%;
  height: 30px;
  line-height: 29px;
  font-size: 1.3rem;
  vertical-align: middle;
  color: #819bb2;
  text-decoration: none;
  display: block;
  position: relative;
}

.page-tabs > .columns a:hover {
  color: #5a667e;
}

.page-tabs .icon-arrow-down {
  margin-left: -10px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  display: none;
}

.page-tabs .icon {
  font-size: 14px;
  font-size: 1.5rem;
  display: inline-block;
}


.page-tabs > .first {
  border-left: solid 1px #a8aeb9;
}

.page-tabs > .active,
.page-tabs > .active a {
  background: #a8aeb9;
  color: #fff;
}

.page-tabs .active .icon-arrow-down {
  display: block;
  border-top-color: #a8aeb9;
}

/* =============================================================== */
/*   CONTENT
/* =============================================================== */
.page-container {
  width: 800px;
  margin: 0 auto 45px auto;
  padding: 8px;
  background: #fafbfb;
  box-shadow: 0 0 10px #dedede;
  text-align: left;
  position: relative;
}

#logo {
    width: 155px;
    position: absolute;
    top: 14px;
    left: 20px;
    z-index: 100;
}

#logo > img {
  width: 155px;
}


/* =============================================================== */
/*   HELLO
/* =============================================================== */

.hello-listing {
  margin: 1rem 0 1.6rem !important;
  border: solid 1px #f0f0f0;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  transition: all 200ms ease;
  float: none !important;
}

.hello-listing .listing-logo {
  margin: 18px auto 10px;
  max-width: 170px;
  min-width: 130px;
  height: auto;
}
.hello-listing .listing-headline {
  margin: 0 15px 14px;
  font-size: 1.4rem;
  color: #9C9C9C;
}
.hello-listing .listing-url {
  margin: 0 auto 18px;
  width: 115px;
  font-size: 1.6rem;
  color: #84c400;
  text-align: center;
  text-transform: uppercase;
  border-bottom: solid 1px #fff;
  display: block;
  transition: all 200ms ease;
}

.hello-listing:hover {
  -webkit-box-shadow: 0 0 10px #dedede;
  box-shadow: 0 0 10px #dedede;
}

.ie7 .hello-listing:hover,
.ie8 .hello-listing:hover {
  border-color: #bbb;
}

.hello-listing:hover .listing-url {
  border-bottom-color: #84c400
}



/* =============================================================== */
/*   FOOTER
/* =============================================================== */
.footer-container {
  margin-top: 35px;
  padding: 10px inherit;
  width: 100%;
  height: auto;
  background: #1f2024;
  color: #93B2C9;
  text-align: center;
}

.footer {
  padding: 0 15px;
  text-align: left;
}

.ie7 .footer,
.ie8 .footer,
.ie7 .footer .columns,
.ie8 .footer .columns {
  margin: 0 auto;
  max-width: 800px;
  width: 800px;
}

.footer ul {
  margin: 21px 0 13px -10px;
  list-style-type: none;
  display: block;
  overflow: auto;
}

.footer ul li {
  padding: 0 10px;
  font-size: 1.25rem;
  border-right: solid 1px #444;
  float: left;
}

.footer ul li a {
  color: #93B2C9;
}

.footer .last {
  border-right: none;
  float: left;
}

.footer p {
  color: #7f7f7f;
  font-size: 1.25rem;
  line-height: 1.55rem;
  display: block;
}

.ie7 .footer p,
.ie8 .footer p {
    margin-bottom: 15px;
    line-height: 18px;
}

.carrier-logos {
  width: 100%;
  background: #fff;
}

.carrier-logos img {
  max-width:100%;
  margin: 0 auto;
  display: block;
}




