/*--------------------------------------------------------------------------
* Author      : Nathan Winch
* Date        : June 27, 2012
* Project     : Pi Microsite
* Description : Main CSS. 
--------------------------------------------------------------------------*/
/*
* CONTENTS
*
* 1. STYLE GUIDE
* 2. SWATCH COLORS
* 3. FRAMEWORK
*   3.1. SASS
        3.1.1. VARIABLES
        3.1.2. MIXINS
*   3.2. ELEMENT
*   3.3. PRIMARY
*       3.3.1. Site Wide
*   3.4. SKELETON
* 4. PAGE SPECIFIC
*   4.1. Home
* 5. MEDIA QUERIES
* 6. OVERWRITES
*   6.1. webCampaign.css
*   6.2. mobileCampaign.css
--------------------------------------------------------------------------*/
/*
* 1. STYLE GUIDE
*
* - All colors must be listed in the Swatch Colors section of this file.
* - All properties must be listed in alphabetical order for each declaration block.
--------------------------------------------------------------------------*/
/*
* 2. SWATCH COLORS
*
* 4ec4e2 - CBA brand sky
* 71d0e8 - CBA brand sky tint 1
* 95dcee - CBA brand sky tint 2
* b8e7f3 - CBA brand sky tint 3
* dcf3f9 - CBA brand sky tint 4
* c4b6a2 - CBA brand sandstone
* d0c5b5 - CBA brand sandstone tint 1
* dcd3c7 - CBA brand sandstone tint 2
* e7e2da - CBA brand sandstone tint 3
* f3f0ec - CBA brand sandstone tint 4
* 8a97a1 - CBA brand dusk
* a1acb4 - CBA brand dusk tint 1
* b9c1c7 - CBA brand dusk tint 2
* d0d5d9 - CBA brand dusk tint 3
* e8eaec - CBA brand dusk tint 4
* 808285 - CBA brand slate
* 999b9d - CBA brand slate tint 1
* b3b4b6 - CBA brand slate tint 2
* cccdce - CBA brand slate tint 3
* e6e6e7 - CBA brand slate tint 4
* ffcc00 - CBA brand yellow
* 231f20 - CBA brand dark
--------------------------------------------------------------------------*/
/*
* 3. FRAMEWORK
--------------------------------------------------------------------------*/
/*
* 3.1. SASS
---------------------------------------*/
/*
* 3.1.1. VARIABLES
---------------------------------------*/
/*
* 3.1.2. MIXINS
---------------------------------------*/
/*
* 3.2. ELEMENT
---------------------------------------*/
/*
* 3.3. PRIMARY
---------------------------------------*/
/*
* 3.3.1 Site wide useable primary styles.
* Weight: ALL pages.
---------------------------------------*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
}

.ellipsis.multiline {
  white-space: normal;
}

/*
* 4. PAGE SPECIFIC
--------------------------------------------------------------------------*/
/*
* 4.1. Home
---------------------------------------*/
#piTheme h1 {
  float: left;
}
#piTheme .logo-pi-dark {
  display: none;
  float: left;
}
#piTheme .cta {
  padding-top: 10px;
}
#piTheme .cta-findoutmore a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
#piTheme .cta-findoutmore a span {
  text-decoration: underline;
}
#piTheme .cta-findoutmore a:hover {
  color: #ffcc00;
}
#piTheme .cta-findoutmore a:hover span {
  text-decoration: none;
}
#piTheme .pi-row2 {
  height: 440px;
  padding-top: 44px;
  position: relative;
}
#piTheme .pi-row2 p {
  color: #fff;
  font: 18px 'HelveticaNeueW01-75Bold', Helvetica, sans-serif;
}
#piTheme .pi-row2 .left {
  /*float:left;*/
  width: 390px;
}
#piTheme .pi-row2 .btn-wrapper {
  /*float:left;*/
}
#piTheme .pi-row2 .btn-wrapper h4 {
  margin-bottom: 12px;
}
#piTheme .pi-row2 .btn-wrapper .btn-wrapperleft,
#piTheme .pi-row2 .btn-wrapper .btn-wrapperright {
  float: left;
  text-align: center;
  width: 195px;
}
#piTheme .pi-row2 .btn-wrapper .btn-registermyinterest {
  margin: 0 auto;
}
#piTheme .pi-row2 .right {
  /*
  float:right;
  padding-top:26px;
  */
  left: 416px;
  position: absolute;
  top: 44px;
}
#piTheme .pi-row2 .right h2 {
  font-size: 28px;
  padding-bottom: 10px;
}
#piTheme .pi-row2 .right .video {
  background: url(/content/dam/commbank/business/pi/images/bg-video.jpg) no-repeat;
  height: 300px;
  width: 530px;
}
#piTheme .feed .tweets {
  background-color: #a1acb4;
  height: 275px;
  margin-bottom: 30px;
  padding: 15px 10px 0;
  position: relative;
}
#piTheme .feed .icon {
  height: 22px;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 22px;
}
#piTheme .feed .tweets .icon {
  background-position: -22px -22px;
}
#piTheme .feed .post {
  border-bottom: 1px solid #b9c1c7;
  height: 75px;
  padding: 10px 0;
}
#piTheme .feed .first {
  padding-top: 0;
}
#piTheme .feed .last {
  border-bottom: 0;
}
#piTheme .feed .pic {
  float: left;
}
#piTheme .feed .text {
  float: left;
  padding-left: 10px;
  width: 200px;
}
#piTheme .feed .msg {
  color: #231f20;
  display: block;
  font-size: 11px !important;
  font-weight: normal;
  height: 35px;
  padding-bottom: 2px;
}
#piTheme .feed .user {
  color: #231f20;
  padding-bottom: 5px;
}
#piTheme .feed .handle {
  color: #231f20;
  font-weight: bold;
}
#piTheme .feed .time {
  color: #fff;
  font-size: 11px !important;
  font-style: italic;
  font-weight: normal;
  padding-bottom: 5px;
}
#piTheme .feed .time a {
  color: #fff;
  font-weight: normal;
}

/*
* 5. MEDIA QUERIES
--------------------------------------------------------------------------*/
@media screen and (max-width:640px) {
  #piTheme h1 {
    font-size: 32px !important;
    padding-left: 80px;
  }
  #piTheme h4 {
    margin-bottom: 25px;
  }
  #piTheme .cta-findoutmore a {
    color: #fff !important;
    font-size: 12px !important;
  }
  #piTheme .cta-findoutmore a:hover {
    color: #ffcc00 !important;
  }
  #piTheme .pi-row2 {
    height: auto;
    padding-bottom: 16px;
    padding-top: 30px;
  }
  #piTheme .pi-row2 .logo-pi-dark {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
  }
  #piTheme .pi-row2 .left {
    float: left;
    position: relative;
    width: auto;
  }
  #piTheme .pi-row2 .btn-wrapper {
    float: left;
  }
  #piTheme .pi-row2 .right {
    float: left;
    /*padding-top:10px;*/
    padding-bottom: 20px;
    position: static;
  }
  #piTheme .pi-row2 .right .video {
    background: none;
    height: 160px;
    width: 280px;
  }
}
/*
* 6. OVERWRITES
--------------------------------------------------------------------------*/
/*
* 6.1. webCampaign.css
---------------------------------------*/
#bodyInner {
  padding-top: 0;
}
