.appleLinks
{
  color: #6a716f;
}

body
{
  /*background-color: Ivory;*/
  color: #6a716f;
  /*margin-top: 20px;*/
}

hr {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #f5f5f5;
  margin-bottom: 10px;
  margin-top: 10px;
}

a {
  color: #00662E;
}

  a:hover {
    color: #01421e;
  }

.helper {
  color: #b4b4b4;
  font-size: 0.9em;
}

/* Bootstrap Overrides */

td.controls {
  text-align: center;
}

.label-default {
  background-color:#777
}

.form-group {
  margin-bottom: 5px;
}
.form-groupp {
  display: none;
}

.form-group.required .control-label:after {
  content:"*";
  color:#a94442;
}
  .form-control {
    color: #2d2d2d;
  }
  .form-control::-webkit-input-placeholder  { color: #ccc; }
::-webkit-input-placeholder { color: #ccc; }
FF 4-18 
:-moz-placeholder           { color: #ccc; }
 FF 19+
::-moz-placeholder          { color: #ccc; }
 IE 10+
:-ms-input-placeholder      { color: #ccc; } 

/* Header */

h1,
h2,
h3,
h4,
h5
{
  color: #00662E;
  font-family: 'Libre Baskerville', serif;
  font-weight: normal;
}

.logo a
{
  background: url(/public/images/the-will-advice-company.png) no-repeat 0 0;
  display: block;
  height: 103px;
  text-indent: -99999px;
  width: 319px;
}

.targetis
{
  background-image: url(/public/images/target-information-systems.png);
  background-repeat: no-repeat;
  display: block;
  float: right;
  overflow: hidden;
  height: 46px;
  text-indent: -9999px;
  width: 180px;
}

.ipw
{
  background-image: url(/public/images/IPW-TSI-member.png);
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  height: 53px;
  text-indent: -9999px;
  width: 250px;
}

h1
{
  font-size: 2em;
  margin-bottom: 20px;
}

  .withHeaderImage h1
  {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    display: inline;
    font-style: italic;
    padding: 0.3em 0.3em 0.3em 40px;
    position: relative;
    top: -60px;
  }

h2
{
  font-size: 1.6em;
  font-style: italic;
}

.headerWrapper
{
  border-bottom: 3px solid #eee;
}

.mainWrapper
{
  background: #fff;
  color: #2d2d2d;
  padding-bottom:20px;
}

.telephone
{
  display: block;
  font-size: 2.4em;
  margin-top: 30px;
}

.loginWrapper {
  padding: 0.3em 0;
  margin-bottom: 10px;
}

  .login
  {
    display: block;
  }

.btn.btn-primary.enquire
{
  background-color: #00662E;
  border-color: #01421e;
}
.btn.btn-primary.enquire:hover
{
  background-color: #01421e;
}


/* Nav */

  /* Mobile Menu */
  .navbar-toggle
  {
    color: #ccc;
  }

  .headerWrapper .navbar
  {
    font-family: 'Libre Baskerville', serif;
    min-height: 10px;
    margin-bottom: 0;
    margin-top: 20px;
  }

  .navbar-toggle .icon-bar
  {
    background-color:#01421e;
  }

  .navbar .container
  {
    margin: 0;
    padding: 0;
  }

  .nav>li>a.active,
  .nav>li>a:hover,
  .nav>li>a:focus
  {
    background: none;
  }

  .navbar-nav>li>a
  {
    color: #686659;
    font-size: 1.1em;
    margin: 0 1.4em 10px 0;
    padding: 0;
  }

    .nav:not(.nav-tabs)>li>a.active,
    .nav:not(.nav-tabs)>li>a:hover,
    .nav:not(.nav-tabs)>li>a:focus
    {
      border-bottom: 2px #00662E solid;
      margin-bottom: 8px; /* considering the border bottom */
    }

  .sideMenu
  {
    /*border-right: 1px dotted #bbb;*/
    list-style-type: none;
    padding: 0 5px 0 0;
    margin: 0;
  }

    .sideMenu li a
    {
      background: #00662E;
      color: #fff;
      display: block;
      font-size: 0.85em;
      padding: 0.5em 0.6em;
      margin-bottom: 1px;
    }

      .sideMenu li a.active,
      .sideMenu li a:hover
      {
        background: #01421e;
        text-decoration: none;
      }

  .dropdown-menu>li>a
  {
    color: #2d2d2d;
  }

/* SideBar */

  .sidebar h2
  {
    font-size: 1.3em;
    margin-bottom: 0;
  }

  .sidebar .sideMenu
  {
    margin-top: 0.5em;
  }

  .sidebar .sideMenu a
  {
    font-size: 0.95em;
  }

/* Footer */

  .logos
  {
    padding-top: 20px;
    margin-top: 10px;
  }

  .footerWrapper
  {
    /*background: #2d2d2d;*/
    background: #efefef;
    border-top: 3px solid #eee;
    padding-bottom: 40px;
    padding-top: 20px;
  }

/* Results */

.panel-heading+p {
  padding: 15px;
  margin: 0;
}

.results {
  list-style-type: none;
  padding: 15px;
  margin-bottom: 0;
}
  .results .details
  {
    padding-left: 100px;
  }

  .results .details>span
  {
    float: left; 
    margin-left: -100px;    
  }

  .results>li {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0.7em;
    margin-left: 0;
    padding-bottom: 0.7em;
  }

    .results>li.last {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    .results>li .controls {
      float: right;
    }

  .results h2 {
    font-size: 1.3em;
    margin-bottom: 0.3em;
    margin-top: 0;
    font-style: normal;
  }

    .results h2 a {
      color: #00662E;
    }

    .results h3 a {
      color: #6A7D73;
    }

    h1 .label,
    h2 .label {
      color: #fff;
      font-size: 12px;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

  .results h3 {
    font-size: 1em;
    margin-bottom: 0.3em;
    margin-top: 0;
    font-style: italic;
  }

/* Blocks */

  #block-why,
  #block-advisory,
  #block-introducers
  {
    background-color: #00662E;
    background-repeat: no-repeat;
    background-position: center right;
    color: #fff;
    display: block;
    font-size: 0.8em;
    width: 100%;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
  }

    #block-why span,
    #block-advisory span,
    #block-introducers span
    {
      background: #fff;
      background: rgba(255,255,255,0.8);
      color: #00662E;
      padding: 0.3em 0.3em 0.3em 40px;
      position: absolute;
      bottom: 20px;
    }

    #block-why
    {
      background-image: url(/public/images/blocks/block-why-make-a-will.jpg);
    }

    #block-advisory
    {
      background-image: url(/public/images/blocks/block-advisory.jpg);
    }

    #block-introducers
    {
      background-image: url(/public/images/blocks/block-introducers.jpg);
    }


.landing {
}

.landing .landing-text li {
  line-height:1.1em;
  margin-top:20px;
}



/* RESPONSIVE */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .logo a
  {
    background: url(/public/images/the-will-advice-company.svg) no-repeat 0 0;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    height: 103px;
    width: 318px;
  }

  .targetis
  {
    background: url(/public/images/targetis.svg) no-repeat 0 0;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    height: 46px;
    width: 180px;
  }

  .ipw
  {
    background: url(/public/images/IPW-TSI-member.svg) no-repeat 0 0;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    height: 53px;
    width: 250px;
  }

}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
  #block-why,
  #block-advisory,
  #block-introducers
  {
    height: 100px;
  }
  .logo a
  {
    width: 100%;
    background-size:contain;
  }
}

@media only screen and (min-width : 320px) and (max-width:768px) {
  .headerWrapper .text-right {
    text-align:left;
  }
  .withHeaderImage h1
  {
    font-size:1.4em;
  }
  .logos {
    text-align:center;    
  }
  .logos a {
    float:none;
    margin:0px auto 25px auto;
  }
  .footerWrapper,
  .footerWrapper .text-right {
    text-align: center;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
  .logo a
  {
    width: 100%;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

}