/*
	Theme Name: NHS-Gloucestershire-CCG
	Description: This stylesheet dictates everything within the user editable area
	Author: Rich Gwilt
	Author URI: http://www.activelabs.co.uk
*/

/* Default styles */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    /*font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;*/
    font-family: 'Heebo', sans-serif;
    font-weight:700;
    line-height:1.1;
    color:inherit;
}

h2,
h3,
h4,
h5 {
    color: #9b52ab;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight:normal;
    line-height:1;
    color:#d9e1e2
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top:46px;
    margin-bottom:28px
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size:65%
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top:13px;
    margin-bottom:13px
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size:75%
}
h1,
.h1 {
    font-size:48px
}
h2,
.h2 {
    font-size:32px
}
h3,
.h3 {
    font-size:26px
}
h4,
.h4 {
    font-size:22px
}
h5,
.h5 {
    font-size:18px
}
h6,
.h6 {
    font-size:16px
}
p {
    margin: 20px 0 30px
}
p:empty {
    display:none;
}
.lead {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 22px;
    line-height:1.4;
    margin-bottom:26px;
}
@media (min-width:767px) {
    .lead {
        font-size:27px
    }
}
small,
.small {
    font-size:88%
}
blockquote {
    border-left: 6px solid #9b52ab;
	background: #F0F4F5;
    padding: 10px 10px 2px 20px;
}
hr {
    margin-top:26px;
    margin-bottom:26px;
    border:0;
    border-top:1px solid #e7eced
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 30px 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* General link styles */
a,
a:visited {
    color: #9b52ab;
    text-decoration: underline;
}
a:hover {
    color: #57133A;
    text-decoration: underline;
}




/* Styles for admin editable content areas */
#content {
    margin-bottom: 50px;
}
#content .posttitle h1 {
    margin: 10px 0 50px 0;
}
#content .posttitle h1 small {
    color:#425563;
    display:block
}
#content ul {
	list-style-type: square;
	margin-bottom: 28px;
    padding-left: 21px;
}
#content ul > li {
	margin-bottom: 8px;
}


/* Generic content styles */
#content .well {
    background: #fafafa;
    padding: 10px 10px;
    border-radius: 0px;
    border-bottom: 5px solid #DDD;
    margin: 10px 0;
}


/* Table styles */



/* Cards */
#content .cards a:hover {
    text-decoration: none;
}
#content .cards .card {
    background: #0072CE;
    min-height: 130px;
    color: #fff;
}
#content .cards .card:hover{
    background: #9b52ab;
}
#content .cards .card .card-body {
    padding: 20px;
}
#content .cards .card .card-body h4 {
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 18px;
    margin-top: 0;
}
#content .cards .card .card-link {
    font-size: 24px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

#content .nhs-accordion-btn {
    margin-top: 10px;
    background-color: rgba(232,237,238,0.5);
    border-radius: 0px;
    color: #9b52ab;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px;
    text-align: left;
    text-decoration: none;
}
#content .nhs-accordion-btn:hover {
    color: #330072;
}
#content .nhs-accordion-btn:focus {
  outline: none;
  box-shadow: none;
}
#content .nhs-accordion-card {
    border: 2px solid  rgba(232,237,238,0.5);
}
#content .nhs-accordion-card p {
    margin: 20px 0 10px;
}

/* NHS vertical navigation tabs */
#content .nhs-vertical-tabs a.nav-link {
    background: #f4f4f4;
    padding: 20px 10px;
    border-radius: 0px;
    border-left: 5px solid #DDD;
    margin-bottom: 10px;
    text-decoration: none;
    min-height: 140px;
    color: #000;
}
#content .nhs-vertical-tabs a.nav-link i {
    float: right;
    margin-top: 12px;
    font-size: 18px;
}
#content .nhs-vertical-tabs a.nav-link.active {
    background: #0072CE;
    color: #fff;
}
#content .nhs-vertical-tabs a.nav-link:hover {
    background: #9b52ab;
    color: #fff;
}

/* NHS tabs */
#content ul.nav {
	list-style-type: none;
	margin-bottom: 0;
    padding-left: 0;
}
#content ul.nav li.nav-item {
    margin-bottom: 0px;
}
#content ul.nav li.nav-item a.nav-link {
    padding: 20px;
    border-radius: 0px;
    border: 0px;
}
#content ul.nav li.nav-item a.nav-link.active {
    background: #0072CE !important;
    color: #fff;
}
#content ul.nav li.nav-item a.nav-link:hover {
    background: #E8EDEE;
}
#content .nav-tabs {
    border-bottom: 5px solid #0072CE;
}
#content .tab-content-horizontal {
    padding: 30px 10px 10px;
    background: #f9f9f9;
    border: 8px solid #E8EDEE;
    border-top: 0px;
}
