@import url("/sites/all/themes/custom/auditscotland/css/custom.css");

/*
---------------------------------------------------------------
Audit Scotland CSS

Index

1.      Reset
2.      Fonts
3.      Columns
4.      Repetitive
5.      General
6.      Inputs
7.      Header
8.      Call to Action
9.      Footer
10.     Report Filter Form
11.     Report Results
12.     Front Page
13.     Latest Reports Block
14.     Featured Report
15.     Slider
16.     Landing Pages
17.     Sidebars
18.     Single Report
19.     Pagination
20.     Videos
21.     Galleries
22.     Widgets
23.     Breadcrumbs
24.     News
25.     News Article
26.     Drupal Admin Overrides
27.     Lightbox
28.     Login Page
29.     Site Search
30.     Ehubs

---------------------------------------------------------------
*/







/*
---------------------------------------------------------------
1.  Reset
---------------------------------------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.focused,
:focus {
    outline-style: none!important;
    box-shadow: 0 0 5px #05637c;
}

body.ie9 select {
    background: #fff!important;
    padding-right: 0!important;
}









/*
---------------------------------------------------------------
2.  Fonts
---------------------------------------------------------------
*/

#breadcrumb,
.mock-cover span:first-child,
.widget h4,
.file-link > a > span:nth-of-type(2),
.tweet_time,
#header .menu > li > a,
.button,
input[type="submit"],
button,
#filter-toggle + label
h1, h2, h3, h4, h5, h6 {
    font-family: 'UniversLTStd', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "kern", "liga" 0, "calt" 0;
    -o-font-feature-settings: "kern", "liga" 0, "calt" 0;
    -ms-font-feature-settings: "kern", "liga" 0, "calt" 0;
    -moz-font-feature-settings: "kern", "liga" 0, "calt" 0;
    -webkit-font-feature-settings: "kern", "liga" 0, "calt" 0;
}

@font-face { 
    font-family: 'auditscotland'; 
    src:    url('../fonts/auditscotland.eot'); 
    src:    url('../fonts/auditscotland.eot?#iefix') format('embedded-opentype'), 
            url('../fonts/auditscotland.woff') format('woff'), 
            url('../fonts/auditscotland.ttf') format('truetype'), 
            url('../fonts/auditscotland.svg#auditscotland') format('svg'); 
    font-weight: normal; 
    font-style: normal; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
}

[class^="icon-"], 
[class*=" icon-"] { 
    font-family: 'auditscotland'; 
    speak: none; 
    font-style: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    line-height: 1; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
}

.icon-search:before { content: "\e986"; }
.icon-uni2C:before { content: "\2c"; }
.icon-uni40:before { content: "\40"; }
.icon-uni61:before { content: "\61"; }
.icon-uni62:before { content: "\62"; }
.icon-uni63:before { content: "\63"; }
.icon-uni64:before { content: "\64"; }
.icon-uni6A:before { content: "\6a"; }
.icon-chevron_left:before { content: "\e207"; }
.icon-chevron_right:before { content: "\e208"; }
.icon-close:before { content: "\e209"; }
.icon-menu:before { content: "\e20e"; }
.icon-unfold_more:before { content: "\e213"; }
.icon-share:before { content: "\e25a"; }
.icon-check_box:before { content: "\e25c"; }
.icon-check_box_outline_blank:before { content: "\e25d"; }
.icon-radio_button_unchecked:before { content: "\e25e"; }
.icon-radio_button_checked:before { content: "\e25f"; }
.icon-get_app:before { content: "\e298"; }
.icon-zoom_in:before { content: "\e311"; }
.icon-ac-icon:before { content: "\e600"; }
.icon-ag-icon:before { content: "\e601"; }
.icon-as-icon:before { content: "\e602"; }











/*
---------------------------------------------------------------
3.  Columns
---------------------------------------------------------------
*/

div.col-group {
    width: 100%;
    position: relative;
    clear: both;
    margin: 0;
}

[class^="col-"],
[class*=" col-"] {
    float: left;
    position: relative;
    margin: 0 20px 20px 0;
}

.profiles .profile {
    clear: none;
}

.profiles > h4 {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.col-group {
    margin-bottom: 0;
}

.columns-row h3 {
    display: inline-block;
    width: 100%;
}

.file-download:before,
.file-download:after,
.diagonal-sep:before,
.diagonal-sep:after,
main:before,
main:after,
.wrap:before,
.wrap:after,
.col-group:before,
.col-group:after,
[class^="col-"]:before,
[class^="col-"]:after,
[class*=" col-"]:before,
[class*=" col-"]:after {
    content: "";
    display: table;
}

.file-download:after,
.diagonal-sep:after,
main:after,
.wrap:after,
.col-group:after,
[class^="col-"]:after,
[class*=" col-"]:after,
.clearfix:after {
  clear: both;
}

[class^="col-"]:last-child,
[class*=" col-"]:last-child {
    margin-right: 0;
}

.col-1-1 {
    width: 100%;
    margin-right: 0;
}

.col-1-2 {
    width: calc(50% - 10px);
}

.col-1-3 {
    width: calc(33.33333333333333% - 13.333333333333333333333333333333px);
}

.col-2-3 {
    width: calc(66.66666666666666% - 13.333333333333333333333333333333px);
}

.col-1-4 {
    width: calc(25% - 15px);
}

.col-3-4 {
    width: calc(75% - 30px);
}

.col-1-5 {
    width: calc(20% - 16px);
}

.col-1-6 {
    width: calc(16.666666666666666666666666666667% - 16.666666666666666666666666666667px);
}

.col-1-6 {
    margin-bottom: 0;
}

main.col-3-5 {
    width: calc(60% - 32px);
}

.node-type-landing-page .col-1-3,
.landing-page-block.col-1-3,
.front .col-1-3 {
    margin-bottom: 0!important;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}


[class*=" col-"] *:last-child {
    margin-bottom: 0;
}

.col-1-3.profile {
   width: calc(33.33333333333333% - 13.3333333333333333333333333px);
   margin: 0 19px 19px 0;
}













/*
---------------------------------------------------------------
4.  Repetitive
---------------------------------------------------------------
*/

/* Transitions */

#header .menu > li > ul li,
input[type="submit"],
button {
    transition: all .4s;
}

/* Clear Fix */

.latest-reports:after {
    content: "";
    display: table;
    clear: both;
}

/* Border Radius */

.button,
input[type="submit"],
button,
#filter-toggle + label {
    border-radius: 4px;
}


/*  Reader only */
#skiptocontent {
    font-size: 14px;
    position: relative;
    margin: 32px 0 0 0;
    vertical-align: top;
    display: inline-block;
}

/*

Brand Colors

-------------------------------------

Teal: #016983
Turquoise: #1d5457

*/













/*
---------------------------------------------------------------
5.  General
---------------------------------------------------------------
*/

html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    background: #fafafa;
    color: #666;
    font-family: UniversLTStd-Light, sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal!important;
}

body.cke_editable {
    padding: 20px;
}

a {
    color: #016983;
    text-decoration: underline;
}

a:hover {
    color: #043b3e;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #666;
    font-family: UniversLTStd-Light, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 16px;
}

h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
}

h3 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 16px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
}

p {
    margin-bottom: 22px;
}

.career-font h3 {
font-size: 20px;
line-height: 30px;
text-align: center;
}

h3.section-title {
    margin: -5px 0 24px 0;
}

h3.article-title {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 24px;
    color: #666; /*#016983;*/
    font-family: UniversLTStd, sans-serif;
}

h3.article-title a {
    text-decoration: underline;
}

.video-widget h3.article-title {
    margin-bottom: 12px;
}

img {
    max-width: 100%;
    height: auto;
    image-rendering:optimiseQuality;
    background: transparent none repeat scroll 0% 0%;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)" !important;

}

.lightbox {
    line-height: 0;
}

.node-type-news-article .lightbox {
    display: inline-block;
    float: left;
    position: relative;
    width: 188px;
    height: auto;
    margin: 4px 22px 12px 0;
}

.lightbox img {
    background: #fff;
}

.lightbox .featured-image {
}

.wrap {
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

h1.page-title {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.node-type-media-page .page-title,
.node-type-page .page-title {
    margin-bottom: 24px;
}

h1.page-title span {
    color: #003650; /*#016983;*/
}


i,
em,
italic {
    font-style: italic;
}

ul,
ol {
    margin: 0 0 20px 28px;
}

ol {
    margin-left: 28px;
}

ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 4px;
}

ol > li {
    list-style-type: decimal;
    margin: 0 0 4px 0;
}

ul li:last-child,
ol li:last-child {
    margin-bottom: 0;
}

ul li ul,
ol li ol {
    margin-bottom: 0;
}

li * {
    margin-bottom: 0;
    padding-bottom: 0;
}

ol li ol li {
    list-style-type: lower-roman;
}

ul li ul li:first-child,
ol li ol li:first-child {
    margin-top: 4px;
}

.node-type-landing-page .wrap > ul li {
    padding-left: 16px;
    position: relative;
}

.node-type-landing-page .wrap > ul li:before {
    content: "\f0da";
    font-family: auditscotland;
    font-size: 12px;
    display: inline-block;
    left: 0;
    position: absolute;
}

#content ul:not(.custom-ul):not(.pager) > li:before {
    content: "\f0da";
    font-family: auditscotland;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    left: -16px;
}

blockquote {
    padding: 12px 16px;
    overflow:hidden;
    font-size: 16px;
    line-height: 28px;
    color: #555;
    position: relative;
    margin: 0 0 24px 0;
    background: rgba(0,0,0,0.03);
    border-left: 3px solid rgba(0,0,0,0.2);
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:after {
    content: "\f10e";
    font-family: auditscotland;
    font-size: 18px;
    position: absolute;
    right: 16px;
    bottom: 12px;
    color: rgba(0,0,0,0.3);
}

blockquote p:last-child {
    margin-bottom: 0;
}

cite {
    font-style: italic;
    font-size: 16px;
    display: block;
    clear: both;
    color: #999;
}

q:before {
    content: "“";
}

q:after {
    content: "”";
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

var,
tt,
pre,
kbd,
code {
    font-family: Pragmata, Menlo, 'DejaVu LGC Sans Mono', 'DejaVu Sans Mono', Consolas, 'Everson Mono', 'Lucida Console', 'Andale Mono', 'Nimbus Mono L', 'Liberation Mono', FreeMono, 'Osaka Monospaced', Courier, 'New Courier', monospace;
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
}

ins {
    background: #777;
    color: #ffffff;
    text-decoration: none;
}

pre {
    padding: 24px;
    margin-bottom:24px;
    border-radius: 2px;
}

b,
bold,
strong {
    font-family: UniversLTStd, sans-serif;
    font-weight: normal;
}

small {
    font-size: 85%;
}

 dl {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 12px 16px;
}

dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    
    color: #016983;
}

dt:after {
    content: ":";
}

dd {
    margin: 0 0 0 116px;
    padding: 0 0 16px 0;
}

hr {
    background: rgba(0,0,0,0.1);
    display: block;
    width: 100%;
    clear: both;
    border: none;
    height: 1px;
    margin: 0 0 24px 0;
}

table {
    width: 100%;
    margin: 0 0 24px;
}

table caption,
table th,
table td {
    text-align: left;
    line-height: 24px;
    padding: 8px 12px;
}

table caption {
    background: #016983;
    color: #fafafa;
    padding: 12px;
    font-size: 16px;
    margin-bottom: 2px;
}

table th,
table td {
    border-right: 2px solid #fafafa;
    border-bottom: 2px solid #fafafa;
}

table th:last-child,
table td:last-child {
    border-right: none;
}

table th {
    background: rgba(0,0,0,0.08);
    color: #444;
    padding: 8px 12px;
}

table tfoot th {
    background: rgba(0,0,0,0.06);
}

table tr:nth-of-type(odd) {
    background: rgba(0,0,0,0.04);
}

table tr:nth-of-type(even) {
    background: rgba(0,0,0,0.02);
}

table thead tr,
table tfoot tr {
    background: none!important;
}

.screen-reader-text {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    height: 0;
    width: 0;
    position: absolute;
    top: -100000px;
}

main#content.right-sidebar {
    width: 70%;
    float: left;
    position: relative;
}

#sidebar {
    width: calc(30% - 30px);
    margin: 0 0 0 30px;
    float: left;
    position: relative;
}

h2.element-invisible {
    font-size: 0!important;
    line-height: 0;
    overflow: hidden;
    display: none;
    position: relative !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 0;
    display: none;
}

.back-to-top {
    border-top: 1px solid rgba(0,0,0,0.1);
    display: inline-block;
    width: 100%;
    padding: 4px 0 0 0;
    margin: 30px 0 0 0;
    font-size: 12px;
    text-align: right;
    overflow: hidden;
    line-height: 16px;
    font-family: UniversLTStd, sans-serif;
    font-weight: normal;
}

.back-to-top:after {
    content: "\f106";
    font-family: auditscotland;
    font-weight: normal;
    font-size: 12px;
    padding-left: 4px;
}

.article-content img {
    max-width: 100%;
    height: auto;
    padding: 6px;
    border: 1px solid rgba(0,0,0,0.1);
}

.img_right {
    float: right;
    margin: 0 0 10px 10px;
    position: relative;
}

.img_left {
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
}


abbr, acronym {
    /*border-bottom: dotted 1px;*/
}










/*
---------------------------------------------------------------
6.  Inputs
---------------------------------------------------------------
*/

.button,
input[type="submit"],
button,
#filter-toggle + label {
    line-height: 24px;
    padding: 6px 16px;
    display: inline-block;
    font-size: 12px;
    background: #05637c; /*#e1e1e1;*/
    color: #f0f0f0; /*#444;*/
    cursor: pointer;
    border: 1px solid #05637c; /* #c1c1c1;*/
    -webkit-appearance: none;
	 background: -webkit-linear-gradient(#1f7d96, #05637c);
    background: -o-linear-gradient(#1f7d96, #05637c);
    background: -moz-linear-gradient(#1f7d96, #05637c);
    background: linear-gradient(#1f7d96, #05637c);
    text-decoration: none;
    /*original
	background: -webkit-linear-gradient(#f3f3f3, #e0e0e0);
    background: -o-linear-gradient(#f3f3f3, #e0e0e0);
    background: -moz-linear-gradient(#f3f3f3, #e0e0e0);
    background: linear-gradient(#f3f3f3, #e0e0e0);*/
}

.button:hover,
input[type="submit"]:hover,
button:hover {
    background: #e1e1e1; /*#05637c;*/
    color: #444; /*#f0f0f0;*/
    border-color: #c1c1c1; /*#05637c;*/
	text-decoration:none;
}

input[type="file"],
input[type="password"],
input[type="text"],
input[type="email"],
textarea {
    padding: 8px;
    font-family: UniversLTStd-Light, sans-serif;
    font-weight: normal;
    border: 1px solid #706F6F;
    display: block;
    font-size: 14px;
    margin: 0;
    line-height: 24px;
    height: 40px;
    -webkit-appearance: none;
    cursor: text;
    max-width: 100%;
    border-radius: 2px;
}

input[type="file"]:focus,
input[type="file"]:hover,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="text"]:focus,
input[type="text"]:hover,
input[type="email"]:focus,
input[type="email"]:hover,
textarea:focus,
textarea:hover {
    border-color: #3C3C3B;
}

input[type="file"] {
    float: left;
    margin-right: 4px;
}

#edit-search-block-form--2 {
    padding: 4px 10px;
    width: 100%;
}

#edit-keywords {
    width: 100%!important;
}

input[type="password"]:hover,
input[type="text"]:hover,
input[type="email"]:hover,
textarea:hover,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #3C3C3B;
    outline: 0;
}

textarea {
    width:100%;
    font-size:14px;
    border-radius: 2px;
}

input[type="checkbox"] {
    position: absolute;
    left: -100000px;
    display: block;
    width: 1px;
    height: 1px;
}

input[type="checkbox"] + label {
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    margin: 0 0 6px 0;
}

input[type="checkbox"]:focus + label {
    color: #016983;
}

input[type="checkbox"] + label:before {
    font-family: auditscotland;
    content: "\e25d";
    font-size: 14px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    box-shadow: none;
    border: none;
    color: #777;
}

input[type="checkbox"]:checked + label:before {
     content: "\e25c";
}

select {
    width:100%;
    padding: 0 25px 0 8px;
    font-size:14px;
    line-height: 42px;
    height: 42px;
    background: #fff url('../img/select-bg.png') no-repeat;
    background-size: 40px 40px;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #e2e2e2;
    font-family: UniversLTStd-Light, sans-serif;
}

select::-ms-expand{
    display:none;
}

select:hover {
    cursor: pointer;
}

.form-managed-file:after {
    content: "";
    display: table;
    clear: both;
}




.-reader-text {
    font-size: 0;
    line-height: 0;
}














/*
---------------------------------------------------------------
7.  Header
---------------------------------------------------------------
*/

#header {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-align: right;
    z-index: 1000;
}

#logo {
    display: block;
    line-height: 0;
    height: 40px;
    margin: 22px 0 16px 0;
    position: relative;
    float: left;
    font-size: 0;
    overflow: hidden;
}

#logo object,
#logo img {
    height: 100%;
    width: auto;
    pointer-events: none;
    height: 40px;
    width: 315px;
}

#header .social-links {
    margin: 30px 0 0 0;
    display: inline-block;
}

#header .social-links .social-links {
    margin: 0 !important;
}

#mobile-search-trigger + label:before,
#mobile-search-trigger + label,
#mobile-search-trigger,
#mobile-menu-trigger + label:before,
#mobile-menu-trigger + label,
#mobile-menu-trigger {
    content: "";
    display: none;
}

#header nav {
    width: 100%;
    clear: both;
}

#header .menu {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

#header .menu li {
    text-align: left;
}

#header .menu > li {
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
}

#header nav > .menu > li:last-child:after {
    display: none;
}

#header .menu > li:last-child {
    border: none;
}

#header nav ul li a {
    text-decoration: none;
}

#header nav > ul > li > a:first-of-type {
    line-height: 20px;
    display: block;
    padding: 12px 16px;
    margin: 0;
    color: #666;
    font-size: 12px;
}

header form {
    float: right;
    position: relative;
}

header #header-search {
    line-height: 24px;
    padding: 5px 28px 5px 8px;
    height: 34px;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    background: none;
    width: 220px;
}

label[for="header-search"] {
    float: right;
    font-size: 0;
}

label[for="header-search"]:before {
    content: "\e986";
    font-family: 'auditscotland';
    display: block;
    font-size: 14px;
    width: 24px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    color: #016983;
    text-align: left;
}

#mobile-menu-trigger,
#mobile-menu-trigger + label,
#mobile-menu-trigger + label:before {
    display: none;
}

/* Search Form */

#header .icon-search {
    display: inline-block;
    line-height: 88px;
    float: right;
    color: #f0f0f0;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    margin: 0 -12px 0 16px;
    padding: 0 12px 0 16px;
    font-size: 0;
    line-height: 0;
    position: relative;
}

#header .icon-search:before {
    font-size: 16px;
    line-height: 88px;
    display: inline-block;
    line-height: 88px;
}

#header .icon-search:hover {
    color: #b8d4d8;
}

#header .icon-search.open:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #3c3c3b;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.form-item-search-block-form:after {
    content: "\e986";
    font-family: auditscotland;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 34px;
    font-size: 12px;
    opacity: 0.6;
}

/* Content */

#content {
    width: 100%;
}














/*
---------------------------------------------------------------
8.  Call to Action
---------------------------------------------------------------
*/

.call-to-action {
    width: 100%;
    padding: 40px 20%;
    background: #f0f0f0;
    text-align: center;
    color: #555;
    border-bottom: 4px solid #016983;
}

.call-to-action p {
    font-size: 18px;
    color: #444;
    line-height: 32px;
}

.call-to-action h3{
    color:#001d37; /*#016983;*/
}














/*
---------------------------------------------------------------
9.  Footer
---------------------------------------------------------------
*/

#footer {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

#footer > .wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer .col-1-3 {
    margin-bottom: 0;
}

#footer .as-icon {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
}

#footer .menu {
    margin: 0 0 0 110px;
    position: relative;
    text-align: left;
}

#footer .menu li {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: none;
}

#footer .menu li:last-child {
    margin: 0;
}

#footer .menu li a {
    color: #58595b;
    text-decoration: none;
}

#footer .menu li:after {
    display: none;
}

#footer .menu li ul {
    display: none;
}

.social-links {
    display: inline-block;
    vertical-align: top;
}

#footer .col-1-3.right {
    padding-right: 20px;
    border-right: 1px solid rgba(0,0,0,0.1);
    height: 100%;
}

#footer .social-links {
    padding-top: 0;
    margin-top: 0;
}

.social-links h3 {
    margin-bottom: 12px;
}

.social-links .mail-us,
.social-links a {
    margin-left: 12px;
    font-size: 0;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
}

.social-links a.dac-certificate {
    display: block;
    overflow: hidden;
    line-height: 0;
    width: 120px;
    height: auto;
    float: right;
    clear: both;
    height: auto;
    margin-left: calc(100% - 110px);
    margin-top: 12px;
}

.social-links a.dac-certificate img {
    width: 100%;
    height: auto;
}

.social-links .mail-us:before,
.social-links a:before {
    font-family: auditscotland;
    font-weight: normal;
    font-size: 20px;
}

.social-links a.wordpress:before {
    content: "\f19a";
}

.social-links a.twitter:before {
    content: "\f099";
}

.social-links a.facebook:before {
    content: "\f09a";
}

.social-links a.pinterest:before {
    content: "\f0d2";
}

.social-links a.rss:before {
    content: "\f09e";
}

.social-links a.linkedin:before {
    content: "\f0e1";
}

.social-links a.instagram:before {
    content: "\e900";
}

.social-links .mail-us {
    margin-bottom: 12px;
    color: #016983;
}

.social-links .mail-us:before {
    content: "\f0e0";
    font-size: 24px;
}

.front .col-1-3 .social-links {
    margin-top: 16px;
    text-align: right;
    width: 100%;
}

.front .col-1-3 .social-links > span {
    float: left;
}

.social-links a span {
   /* display: none;*/
}

/* don't display underline on social media icons */
.social-links a:hover {
	text-decoration: none;
}

.copyright {
    width: 100%;
    overflow: hidden;
    background: #58595b;
    color: #e0e0e0;
    font-size: 12px;
    padding: 8px 0;
}

.copyright p {
    margin: 0;
    padding: 0;
}

input.form_button {
    width: 78px!important;
    padding-left: 0!important;
    padding-right: 0!important;
    text-align: center!important;
    float: right;
}

input#email.long {
    width: calc(100% - 82px);
    float: left;
    position: relative;
    margin-bottom: 12px;
}

#footer label[for="email"] {
    /*display: none;*/
}

.sign-up {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}
















/*
---------------------------------------------------------------
10.  Report Filter Form
---------------------------------------------------------------
*/

.col-3 {
    width: 30%;
    overflow: hidden;
}

/* fieldset {
    margin-bottom: 24px;
} */

fieldset legend {
    
    margin: 0;
    padding: 0;
    font-size: 12px;
    display: block;
    overflow: hidden;
    margin-bottom: 4px;
    position: relative;
    clear: both;
    overflow: hidden;
}

fieldset legend + br {
    display: none;
}

input[type="checkbox"] {
    margin-right: 4px;
    margin-left: 0;
}

br {
    display: block;
    width: 100%;
    line-height: 1px;
}

fieldset fieldset {
    height: 24px;
    margin-top: 2px;
    overflow: hidden;
}

fieldset fieldset legend {
    padding-right: 12px;
    text-transform: uppercase;
    margin: 0 0 4px 0;
    cursor: pointer;
    overflow: hidden;
    color: #3d9eb7;
}

fieldset fieldset legend:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #3d9eb7;
    position: absolute;
    top: 9px;
    right: 0;
}

legend + * {
    -webkit-margin-top-collapse: separate;
}

html.js input.form-autocomplete {
    width: 100%;
}

#autocomplete ul li {
    transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkittransition: all .4s ease;
    padding: 8px 12px;
    
}
#autocomplete ul li.selected {
    background: #016983;
    color: #fafafa;
}

.search-widget {
    position: relative;
    margin-bottom: 12px;
}

.search-widget h4 {
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 0 0 8px 0;
    border-bottom: 2px solid #1d5457;
    font-family: UniversLTStd, sans-serif;
}

.search-widget .form-item-field-report-date-value-value,
.search-widget #edit-field-report-date-value-value,
.search-widget .form-item-field-report-date-value-value-year {
    width: 100%;
    margin: 0;
}

#edit-reset {
    float: right;
}

.bef-toggle {
    font-size: 12px;
    
    position: absolute;
    top: 4px;
    right: 0;
}

#edit-field-keyword-tid {
    width: 100%;
}

.view-filters {
    width: calc(24% - 20px);
    float: left;
    position: relative;
    margin: 0 20px 40px 0;
}

.page-report-search .view-filters {
    margin: 0 20px 0 0;
}

.view-filters + main {
    width: 76%;
    float: left;
    position: relative;
}

.view-filters .buttons {
    margin: 0 0 12px 0;
    padding: 0;
}

#filter-toggle,
#filter-toggle + label,
#filter-toggle + label:before {
    display: none;
}

@media only screen and (min-width: 701px) and (max-width: 1155px) {
  .page-publications .view-filters .buttons input[type="submit"] {
    width: 100%;
    margin-bottom: 10px;
  }
}


















/*
---------------------------------------------------------------
11.  Report Results
---------------------------------------------------------------
*/

.publications-quick-links-header {
  margin: 0;
  background: rgb(240 240 240);
  color: #016983;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
}

.publications-quick-links {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  border: 1px solid #e0e0e0;
  border-top: 0;
  padding: 10px;
  margin: 0 0 10px 0;
}

.publications-quick-links li {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.publications-quick-links li a {
  text-decoration: none;
  text-align: center;
  display: block;
  font-weight: 700 !important;
  padding: 0 10px;
}

.publications-quick-links li a span {
  display: block;
}

.publications-quick-links li a span:before {
  content: "\e603";
  font-family: auditscotland;
  font-size: 64px;
  color: #016983;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  line-height: 64px;
  height: 64px;
  margin: 10px 0;
}

.publications-quick-links li a span.national_performance_audit:before {
  content: "\e905";
}

.publications-quick-links li a span.blog:before {
  content: "\e902";
}

.publications-quick-links li a span.summary_report:before {
  content: "\e901";
}

.publications-quick-links li a span.annual_audit:before {
  content: "\e904";
}

.publications-quick-links li a span.best_value:before {
  content: "\e903";
}

@media only screen and (max-width: 768px) {
  .publications-quick-links {
    display: block;
    padding: 0;
  }
  
  .publications-quick-links li {
    display: block;
  }

  .publications-quick-links li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 10px 10px 40px;
    text-align: left;
  }

  .publications-quick-links li:last-of-type a {
    border-bottom: 0;
  }

  .publications-quick-links .publication-quick-link-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
  }

  .publications-quick-links li a span:before {
    height: 24px;
    width: 24px;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
  }
}

.reports {
        overflow: hidden;
}

.report {
        width: 100%;
        padding: 16px 24px;
        border: 1px solid #ddd;
        border-right-width: 6px;
        width: 49%;
        float: left;
        position: relative;
        overflow: hidden;
        margin: 0 2% 2% 0;
        min-height: 216px;
}

.report br {
        display: none;
}

.report:nth-of-type(even) {
        margin-right: 0;
}

.report p {
        margin-bottom: 0;
}

.report-files {
        display: block;
        width: 100%;
        padding: 8px 0  0 70px;
        /* overflow: hidden; */
        text-align: right;
}

.file-icon {
        display: inline-block;
        position: relative;
        width: 24px;
        text-align: center;
        background: #ddd;
        color: #f0f0f0;
        font-size: 9px;
        
        line-height: 10px;
        padding: 10px 0 4px 0;
        margin: 0 6px 6px 0;
}

.file-icon:hover {
        color: #f0f0f0;
}

.file-icon.pdf {
        background: #bf584d;
}

.file-icon.pdf:hover {
        background: #a5544b;
}

.file-icon.mp3 {
        background: #f9b000;
}

.file-icon.mp3:hover {
        background: #d79d13;
}

.file-icon.rtf {
        background: #77bbcc;
}

.file-icon.rtf:hover {
        background: #6aa3b1;
}

.report h3 {
        margin-bottom: 8px;
}

.report span {
        font-size: 12px;
        color: #c0c0c0;
        
        display: inline-block;
        padding-bottom: 12px;
}

.read-more {
        position: absolute;
        left: 24px;
        bottom: 16px;
        font-size: 12px;
        
}

.total-reports {
    width: 76%;
    float:right;
    margin: 0 0 12px 0;
    
}

.report-item {
    width: calc(50% - 11px);
    float: left;
    position: relative;
    margin: 0 20px 20px 0;
    border: 1px solid rgba(0,0,0,0.1);
    border-right-width: 6px;
    padding: 12px 16px 8px 16px;
}

.report-item:after {
    content: "";
    display: table;
    clear: both;
}

.report-item:nth-of-type(2n) {
    margin-right: 0;
}

.report-item header {
    margin-bottom: 16px;
}

.report-item .report-title {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 28px;
    font-family: UniversLTStd, sans-serif;
}

.report-teaser {
    width: calc(100% - 46px);
    float: right;
    position: relative;
}

.report-teaser p {
    margin-bottom: 16px;
}

.report-item .file-link {
    width: 33px;
    height: 33px;
    margin: 0 4px 0 0;
}

.report-files .file-link > a > span:nth-of-type(2) {
    font-size: 0;
    position: absolute;
    top: -10000px;
}

.report-item .report-files {
    text-align: left;
    padding: 0;
    position: relative;
    float: left;
    width: 38px;
    margin-top: -9px;
}

.report-teaser .report-date {
    margin: -4px 0 12px 0;
}

.read-report {
    position: absolute;
    right: 16px;
    bottom: 12px;
    font-size: 12px;
    
}

.blog-header {
  background: #006b8d;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}

.blog-header img {
  width: 100%;
  height: auto;
}

.blog-header .blog-header-wrap {
  padding: 10px 30px;
}

.blog-header .blog-title {
  margin: 0;
  color: #fff;
  font-family: UniversLTStd-Bold, sans-serif;
  font-size: 48px;
  line-height: 1.1em;
  margin-bottom: 1em;
  width: 90%;
}

.blog-header .blog-header-hr {
  background: #fff;
  height: 5px;
  margin: 20px 0;
}

.blog-header .blog-author {
  font-family: UniversLTStd-Bold, sans-serif;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  padding-right: 40px;
}

.blog-header .blog-header-icon {
  top: -8px;
  position: absolute;
  right: 0;
}

.blog-header .blog-header-icon:before {
  font-family: auditscotland;
  font-size: 36px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  height: 36px;
}

.blog-header .blog-header-icon.blog:before {
  content: "\e901";
}

@media only screen and (max-width: 768px) {
  .blog-header .blog-title {
    font-size: 28px;
    width: 100%;
  }

  .blog-header .blog-header-icon {
    top: -4px;
  }
}

.blog-endnotes {
  background: #e3e3e3;
  margin: 150px 0 30px;
  min-height: 120px;
  position: relative;
  clear: both;
  width: 100%;
  float: left;
}

.blog-endnotes img {
  position: absolute;
  bottom: 16px;
  right: 10px;
  width: 33%;
  max-width: 33%;
  width: 100% !important;
  height: auto !important;
}

.blog-endnotes .bio {
  padding: 20px;
  position: absolute;
  bottom: 16px;
  left: 10px;
  width: 62%;
}

@media all and (max-width: 959px) {
  .blog-endnotes {
    margin: 30px 0;
    min-height: inherit;
  }

  .blog-endnotes img {
    position: relative;
    bottom: inherit;
    right: inherit;
    width: inherit;
    max-width: 100%;
  }

  .blog-endnotes .bio {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: inherit;
  }

}

@media only screen and (min-width: 1024px) {
  .report-type-blog > div {
    width: 80%;
  }
}



/*
---------------------------------------------------------------
12. Front Page
---------------------------------------------------------------
*/

.front-section-links {
    margin: 20px 0;
    overflow: hidden;

}

.front-section-links a {
    display: block;
    float: left;
    position: relative;
    width: calc(33.333333333333% - 13.333333333333333333333333333333px);
    margin-right: 20px;
    background: rgba(0,0,0,0.04);
    padding: 8px 24px 8px 8px;
    height: 82px;
    overflow: hidden;
}

.front-section-links a:hover {
    background: rgba(0,0,0,0.07);
	text-decoration: none;
}

.front-section-links a:last-child {
    margin-right: 0;
}

.front-section-links a:before {
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    color: #fafafa;
    height: auto;
    float: left;
    position: relative;
    margin-right: 12px;
    font-family: auditscotland;
    font-size: 38px;
    font-weight: normal;
    background: rgba(0,0,0,0.2);
    transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.front-section-links a.section-3308:before {
    background:#71cbd2;
}

.front-section-links a.section-3602:before {
   background:#0097be;
}

.front-section-links a.section-3603:before {
   background:#00718e;
}

.front-section-links a.active:before,
.front-section-links a:hover:before {
    background: #016983;
}

.front-section-links a.section-3603.active:before,
.front-section-links a.section-3603:hover:before, .front-section-links a.section-3308.active:before,
.front-section-links a.section-3308:hover:before, .front-section-links a.section-3602.active:before,
.front-section-links a.section-3602:hover:before  {
	background: #929395;
}

.front-section-links a.section-3308:before {
    content: "\e600";
}

.front-section-links a.section-3602:before {
    content: "\e601";
}

.front-section-links a.section-3603:before {
    content: "\e602";
}


.front-section-links a h5 {
    margin: 0;
    color: #006783;
    font-size: 14px;
    line-height: 24px;
    margin-top: -2px;
    font-family: UniversLTStd, sans-serif;
}

.front-section-links a:hover h5 {
     color: #006783;
}

.front-section-links a h2 {
    margin: 0;
    color: #006783;
    font-size: 14px;
    line-height: 24px;
    margin-top: -2px;
    font-family: UniversLTStd, sans-serif;
}

.front-section-links a:hover h2 {
     color: #006783;
}

.front-section-links a:hover p,
.front-section-links a p {
    margin: 0;
    color: #58595b;
    font-size :13px;
    line-height: 22px;
    margin-top: 3px;
}

.front-section-links a:after {
    content: "\e208";
    font-family: 'auditscotland';
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-size: 24px;
}

.front-section-links a:hover:after {
    color: #555;
}


.diagonal-sep {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    height: 8px;
    background: url(https://www.audit-scotland.gov.uk/sites/all/themes/custom/auditscotland/img/stripe.png) repeat;
    background-size: 6px 6px;
    margin: 40px 0 35px 0;
}

.as-slider + .diagonal-sep {
    margin-top: 0;
}

.report-date,
.article-date {
    font-size: 12px;
    
}

/* Latest Tweets */

.tweet_list {
    margin: 0;
    padding: 0;
}

.tweet_list li {
    list-style-type: none;
    padding: 0 0 20px 32px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 2px dotted #00718e;
}

.tweet_list li:after {
    content: "\f099";
    font-family: 'auditscotland';
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #c0c0c0;
}

.tweet_time {
    font-size: 12px;
}

/*
li.subsequent_tweet:after {
    top: 50px;
}
*/

/* li.subsequent_tweet:before {
    color: #016983;
    content: '.........................................................................................................................................................................................................................................................................................................';
    display: block;
    letter-spacing: 1px;
    margin-top: 2px;
    font-size: 14px;
    margin-bottom: 16px;
} */

/* General styles */

.homepage-heading {
    font-size: 38px; 
}

.homepage-horizontal-line {
    margin: 24px 0;
}

/* Layout for the two columns */
.flex-columns {
    display: flex;
    align-items: stretch;
}

@media only screen and (min-width: 320px) and (max-width: 699px) {
    .flex-columns {
        flex-direction: column;
    }
}

/* Left column styling */

.homepage-left-column {
    border: 1px solid #b7b7b7;
    padding: 41px 20px;
}

.why-we-are-here-heading, .what-we-do-heading {
    color: #006b8d;
    font-size: 30px;
}

.why-we-are-here-content {
    background-color: #eaf6f9;
    color: #006b8d;
    padding: 23px;
    font-size: 23px;
    font-weight: bold;
    line-height: normal;
}

/* Grid icon layout and styling */

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px; /* Add some gap between icons */
    row-gap: 40px; /* Additional space between rows */
    margin: 22px 0;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}

.icon-item a {
    text-decoration: none;
}

.icon-item img {
    width: 116px;
    height: auto;
}

.icon-item  p {
    font-family: 'UniversLTStd-light', sans-serif;
    font-size: 20px;
    text-decoration: none;
    margin: 10px 0px;
}

@media only screen and (min-width: 320px) and (max-width: 699px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width:1020px) {
    .icon-item img {
        width: 50%;
    }

    .icon-item p {
        font-size: 16px;
    }
}

/* Right column styling */

.image-overlay-container {
    border: 1px solid #b7b7b7;
    padding: 8px;
}

.image-container {
    position: relative;
    height: 180px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #006b8d;
    color: white;
    padding: 5px; /* reduced padding */
    max-width: 80%;
    font-size: 20px; /* reduced font-size */
}

.text-container {
    font-size: 14px; /* reduced font-size */
    font-weight: 600;
    padding-top: 5px; /* reduced padding */
}

/* Button styles */

.homepage-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 110.828px;
    text-align: center;
}

/*
---------------------------------------------------------------
13. Latest Reports Block
---------------------------------------------------------------
*/

.report-cover-link {
    border: 1px solid #e6e6e6;
    padding: 6px;
    width: 100%;
    height: auto;
    line-height: 0;
    display: block;
    overflow: hidden;
    margin-bottom: 6px;
    position: relative;
    font-size: 0;
    transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.report-cover-link img {
    background: #fff;
}

.report-cover-link:after {
    content: "";
    background: rgba(0,114,143,0);
    position: absolute;
    top: 6px;
    left: 6px;
    transition: all .3s;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
}

.report-cover-link:hover:after {
    background: rgba(0,114,143,0.2);
}

.latest-reports {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.latest-reports article:last-of-type .button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.latest-reports h3.article-title {
    display: none;
}













/*
---------------------------------------------------------------
14. Featured Report
---------------------------------------------------------------
*/

.featured-report-details {
    padding: 0 0 0 10%;
}

.featured-report-details h3 {
    margin-bottom: 0;
}

.featured-report-details header {
    margin-bottom: 16px;
}

.perspective {
    overflow: hidden;
}

.perspective a:focus img {
outline-style: none !important;
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

.featured-report-cover-link {
    display: block;
    line-height: 0;
    perspective: 1000px;
    width: 100%;
    overflow: visible;
    padding: 20px 0;
    margin-top: -10px;
    font-size: 0;
}

.featured-report-cover-link:after {
    content: "";
    clear: both;
    display: table;
}

.featured-report-cover-link img {
    width: 70%;
    float: right;
    transform: rotateY(-30deg);
    -ms-transform: rotateY(-30deg);
    -webkit-transform: rotateY(-30deg);
    border-top: 1px solid rgba(255,255,255,0.05);
    border-right: 10px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    transition: all .6s ease;
    background: #fff;
}

.featured-report-cover-link img:hover {
    transform: rotateY(0);
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    border-right: 1px solid rgba(0,0,0,0.05);
}

.featured-report-cover-link:before {
    content: "";
    position: absolute;
    bottom: -2000px;
    left: 20px;
    width: 70%;
    height: 20px;
    box-shadow: 1px -2010px 20px rgba(0,0,0,0.06);
    border-radius: 50%;
    transition: all .6s ease;
}

.featured-report-cover-link:hover:before {
    left: 20%;
}

















/*
---------------------------------------------------------------
15. Slider
---------------------------------------------------------------
*/

.node-type-landing-page .as-slider {
    margin-top: 20px;
}

.as-slider {
    position: relative;
    overflow: hidden;
}

.as-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.as-slide img {
    max-width: 100%;
    height: auto;
}

.as-slide-left {
    width: 60%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.as-slide-right {
    width: 40%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

.as-slide a.main-item,
.as-slide a.medium-item {
    height: 0;
    padding-bottom: calc(64% - 4px);
    width: calc(100% - 4px);
}

.as-slide a {
    display: block;
    width: 100%;
    height: calc(64% - 4px);
    position: relative;
    background-size: cover;
    overflow: hidden;
    margin: 2px;
    transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.as-slide-left,
.as-slide-right {
    transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.as-slide a h2 {
    position: absolute;
    display: block;
    padding: 1% 8px;
    bottom: 8px;
    left: 0;
    margin: 0;
    background: rgba(0,103,131,1);
    width: 100%;
    color: #fafafa;
    font-family: UniversLTStd-Bold, sans-serif;
    letter-spacing: 0;
}

.slide-small-right-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 32%;
    position: relative;
    overflow: hidden;
}

.slide-small-right-wrap a {
    height: 0;
    padding-bottom: calc(32% - 4px);
    width: calc(50% - 4px);
    float: left;
}

.slide-main-wrap h2 {
    font-size: 48px;
    line-height: 56px;
    padding: 10px 20px 14px 20px!important;
}

.slide-small-left-wrap h2,
.slide-small-right-wrap h2 {
    font-size: 16px;
    line-height: 22px;
    padding: 4px 8px 6px 8px!important;
}

.slide-medium-top-wrap h2,
.slide-medium-bottom-wrap h2 {
    font-size: 28px;
    line-height: 34px;
    padding: 6px 12px 8px 12px!important;
}

.teaser p {
    display: none;
}

.slide-main-wrap a h2 {
}

.slide-medium-bottom-wrap a h2 {
}

.slide-small-left-wrap a h2 {
}


.slick-slider {
    clear: both;
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    overflow:visible;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-track, .slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
    max-height: 100%!important;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    max-height: 100%!important;
    min-height: 1px;
    opacity: 0;
}

.slick-slide.slick-active {
    opacity: 1;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -50px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.2;
}

.slick-prev:before,
.slick-next:before {
    font-family: "auditscotland";
    font-size: 54px;
    font-weight:normal;
    line-height: 30px;
    display:block;
    color: #777;
    padding:5px;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .6s;
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #006783;
    font-weight:normal;
}

.slick-prev { left: -60px; }

.slick-next:hover,
.slick-prev:hover {
    background: none !important;
}

.slick-prev:before {
    content: "\e207";
}
.slick-next { right: -60px; }

.slick-next:before {
    content: "\e208";
}

.slick-dots {
    position: relative;
    width: calc(100% - 48px);
    height: 40px;
    text-align: center;
    overflow: hidden;
    margin: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    line-height: 40px;
    z-index: 100;
}

.slick-dots li {
    vertical-align: middle;
    display: block;
    width: calc(33.333333333333% - 13.33333333333333px);
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    line-height: 40px;
    height: 40px;
    position: relative;
    margin: 0 20px 0 0;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    padding: 0;
    margin: 0;
    display: block;
    text-align: left;
    background: none;
    border: none;
    width: 100%;
    border-bottom: 3px solid rgba(0,0,0,0.1);
    border-radius: 0;
    font-size: 16px;
    transition: all .8s;
	color: #444;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    top: auto;
    border-bottom: 3px solid #006783;
    color: #006783;
}

.slick-dots li.slick-active button {
    border-bottom: 3px solid #006783;
    color: #006783;
}

.play-pause {
    font-size: 0;
    background: none;
    border: 1px solid #006783;
    border-radius: 2px;
    padding: 0;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    position: absolute;
    bottom: 12px;
    right: 0;
}

.play-pause:hover:before {
    color: #fafafa;
}

.play-pause:before {
    content: "\f04b";
    font-size: 14px;
    color: #006783;
    font-family: auditscotland;
    font-weight: normal;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-left: 1px;
}

.play-pause.playing:before {
    content: "\f04c";
}




.fr {
    margin-bottom: 40px!important;
}


.last-col button {

}







/*
---------------------------------------------------------------
16.  Landing Pages
---------------------------------------------------------------
*/

.landing-page-logo {
    width: 40%;
    padding: 10px;
}

.page-node-3308 .landing-page-logo {
    width: 60%;
    height: auto;
}

.news-rows {
    width: calc(70% - 30px);
    float: left;
    position: relative;
    margin: 0 30px 12px 0;
    overflow: hidden;
}

.news-row:first-child {
    height: 0;
    padding-bottom: calc(18.666666666666666666666666666667% - 4px);
    margin: 0 0 4px 0;
}

.news-row:first-child div {
    width: calc(33.33333333333333333333333% - 2.6666666666666666666666666666667px);
    margin-right: 4px;
    float: left;
    position: relative;
}

.news-row:first-child > div:last-child {
    margin-right: 0;
}

.news-row a {
    display: block;
    height: 0;
    padding-bottom: calc(56% - 4px);
}

.news-row:last-child div {
    width: calc(50% - 2px);
    margin-right: 4px;
    float: left;
    position: relative;
}

.news-row:last-child > div:last-child {
    margin-right: 0;
}


.news-row a h3 {
    position: absolute;
    display: block;
    padding: 1% 8px;
    bottom: 8px;
    left: 0;
    margin: 0;
    min-height: 54px;
    background: rgba(0,103,131,0.8);
    width: 100%;
    color: #fafafa;
    font-family: UniversLTStd-Bold, sans-serif;
    letter-spacing: 0;
}

.news-row:last-child a h3 {
    min-height: 68px;
}

.news-row:first-child a h3 {
    font-size: 16px;
    line-height: 24px;
}

.landing-page-right {
    width: 30%;
    position: relative;
    display: inline-block;
}

.news-rows + p {
    font-size: 20px;
    font-family: UniversLTStd, sans-serif;
    line-height: 30px;
    color: #016983;
}

.news-rows + p:last-child {
    margin-bottom: 0;
}

.landing-page-right p:last-child {
    margin: 0;
}

.landing-page-header {
    margin: 0 0 16px 0;
    background-color: #71cbd2;
}

.landing-page-header-img {
    margin-bottom: 16px;
}

.landing-page-block:last-child {
    padding-bottom: 0!important;
    margin-right: 0!important;
}

.landing-page-block h4 {
    font-size: 16px;
    line-height: 24px;
    border-bottom: 2px solid #1d5457;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.meeting-dates {
    margin: 0;
    width: 100%;
    display: block;
    clear: both;
    overflow: hidden;
}

.meeting-dates[data-year=next] {
    display: none;
}

.calendar-tabs {
    margin: 0 0 10px 0;
    overflow: hidden;
}

.calendar-tabs button {
    display: block;
    margin: 0;
    width: 50%;
    float: left;
    position: relative;
    font-weight: 700;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.calendar-tabs button:first-of-type {
    border-right: none;
}

.calendar-tabs button.active {
    border-bottom: 2px solid #006783!important;
    height: 38px;
	background:#e1e1e1;
	color:#444;
	border-color:#c1c1c1;
}

.meeting-dates li {
    width: calc(25% - 7.5px);
    float: left;
    position: relative;
    margin: 0 10px 10px 0!important;
    border-radius: 2px;
    padding: 0!important;
    border: 1px solid rgba(0,0,0,0.1);
    list-style-type: none;
}

.meeting-dates li:nth-of-type(4n) {
    margin-right: 0!important;
}

.meeting-dates li:before {
    content: "";
    display: none;
}

.meeting-dates li:after {
    display: none;
}

.meeting-dates li span:first-child {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    padding: 6px 0;
}

.meeting-dates li span:last-child {
    display: block;
    font-size: 12px;
    
    text-transform: uppercase;
    text-align: center;
    color: #555;
    overflow: hidden;
    background: rgba(0,0,0,0.05);
}

.meeting-dates li a span:last-child {
    background: #016983;
    color: #fafafa;
}

.meeting-dates li a {

}

.meeting-dates + p {
    width: 100%;
    overflow: hidden;
    margin-top: 16px;
}











/*
---------------------------------------------------------------
17.  Sidebars
---------------------------------------------------------------
*/


.widget-title {
    font-size: 16px;
    line-height: 24px;
    border-bottom: 2px solid #1d5457;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.sidebar ul {
    margin: 0 0 22px 0;
}

.sidebar ul li {
    list-style-type: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 8px 24px 8px 0;
    margin: 0;
    position: relative;
}

.menu li:before {
    content: "";
    display: none;
}

.sidebar ul li:after {
    content: "\e208";
    position: absolute;
    font-family: 'auditscotland';
    right: 0;
    top: 50%;
    margin-top: -10px;
    color: #555;
}


.sidebar {
    width: calc(30% - 40px);
    float: right;
    position: relative;
    margin-top: 20px;
}

.news-widget-item header {
    margin-bottom: 12px;
}

.widget {
    margin-bottom: 20px;
}

.widget:after {
    content: "";
    display: table;
    clear: both;
}

.widget ul {
    margin-bottom: 0;
}

.node-type-landing-page .news-widget-item,
.front .news-widget-item {
    overflow: hidden;
}

.node-type-landing-page .news-widget-item:first-of-type,
.front article.news-widget-item:first-of-type {
    margin-bottom: 22px;
}

body .news-widget-item .article-content p {
    margin-bottom: 0;
}

.news-widget-item .article-content p:first-of-type {
    font-size: 14px;
    line-height: 22px;
}

.video-widget article.news-widget-item {
    margin-bottom: 0!important;
}

.news-widget-item p {
    margin-bottom: 16px;
}

.node-type-landing-page .news-item-first,
.front .news-item-first {
    margin: 0;
    border-bottom: 2px dotted #00718e;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.node-type-landing-page .news-item-first article,
.front .news-item-first article {
    margin-bottom: 0 !important;
}


/* .node-type-landing-page .news-item-first + .news-widget-item:before,
.front .news-item-first + .news-widget-item:before {
    color: #016983;
    content: '.........................................................................................................................................................................................................................................................................................................';
    display: block;
    letter-spacing: 1px;
    margin-top: -7px;
    font-size: 14px;
    margin-bottom: 16px;
    font-weight: normal;
} */

.latest-reports .date-display-single:before {
    margin-bottom: 0;
}

.latest-reports .date-display-single {
    overflow: hidden;
    opacity: 1;
    margin-bottom: 0;
}










/*
---------------------------------------------------------------
18.  Single Report
---------------------------------------------------------------
*/

.report-meta {
    margin: 0 0 12px 0;
    display: block;
    font-size: 12px;
}

.date-display-single {

}

.report-cover {
    line-height: 0;
    text-align: center;
}

.report-cover a:first-of-type {
    display: block;
    line-height: 0;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 6px;
    margin: 0 0 12px 0;
}

.report-intro p:first-child {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #444;
    margin-bottom: 22px;
}


.report-body {
    width: 100%;
    clear: both;
}

.file-link {
    display: block;
    width: calc(50% - 10px);
    float: left;
    position: relative;
    margin: 0 20px 20px 0;
    display: table;
}

.file-link:nth-of-type(2n) {
    margin-right: 0;
}

[class^="report-icon-"],
[class*=" report-icon-"] {
    position: relative;
    padding: 0 6px 0 0;
    height: auto;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.page-report-search [class^="report-icon-"],
.page-report-search [class*=" report-icon-"] {
    margin-right: 0;
}

[class^="report-icon-"] span,
[class*=" report-icon-"] span {
    display: inline-block;
    width: 32px;
    height: 12px;
    position: relative;
}

[class^="report-icon-"] span:first-child,
[class*=" report-icon-"] span:first-child {
    text-transform: uppercase;
    font-size: 11px;
}

[class^="report-icon-"]:before,
[class*=" report-icon-"]:before {
    content: "\e603";
    font-family: auditscotland;
    font-size: 36px;
    color: #016983;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    height: 36px;
}

.main-file [class^="report-icon-"]:before,
.main-file [class*=" report-icon-"]:before {
    /* font-size: 42px;
    line-height: 42px;
    height: 42px; */
}

.file-link > a {
    overflow: hidden;
    /* min-height: 36px; */
    display: block;
    position: relative;
    height: auto;
    padding-right: 0;
}

.file-link > a [class^="report-icon-"],
.file-link > a [class*=" report-icon-"] {
  padding-right: 0;
}

/* .file-link.main-file > a {
    min-height: 42px;
} */

/* .pagename-reports .file-link.main-file > a {
    min-height: 36px;
    height: 36px;
    width: 36px;
} */

/*
.main-file:after {
    width: 1px;
    height: 42px;
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
    background: rgba(0,0,0,0.1);
}*/

.node-type-report .file-link > a span:first-of-type:before {
    margin-top: -3px;
}

.node-type-report .file-link > a > span:nth-of-type(2) {
}

.file-link > a > span:nth-of-type(2) {
    font-weight: normal;
    font-family: UniversLTStd, sans-serif;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    line-height: 18px;
    margin-top: 2px;
    padding-left: 6px;
}

.report-icon-mp3:before {
    content: "\e605";
}

.report-icon-rtf:before {
    content: "\e606";
}

.report-icon-blog:before {
  content: "\e902";
}

.report-icon-summary-report:before {
  content: "\e901";
}

.rows [class^="report-icon-"]:before, 
.rows [class*=" report-icon-"]:before,
.rows .main-file [class^="report-icon-"]:before, 
.rows .main-file [class*=" report-icon-"]:before {
    font-size: 32px!important;
    /* height: 32px!important;
    line-height: 32px!important;
    width: 32px!important; */
}

.rows .file-link.main-file > a {
    /* min-height: 36px;
    height: 36px;
    width: 36px; */
}

.main-file [class^="report-icon-"]:before, 
.main-file [class*=" report-icon-"]:before {
    font-size: 42px;
    /* line-height: 42px;
    height: 42px; */
}
.all-files {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0;
    color: #003650; /*#016983;*/
    margin: 0 0 16px 0;
    font-size: 16px;
}

.main-report {
    margin-bottom: 4px;
    border-right: 1px solid rgba(0,0,0,0.1);
}

.main-report span:first-child {
    height: 44px!Important;
    line-height: 44px!Important;
    width: 44px!Important;
}
.main-report span:first-child:before {
    height: 44px!Important;
    line-height: 44px!Important;
    width: 44px!Important;
    font-size: 40px!Important;
}

.all-files:before {
    color: #016983;
    content: '.........................................................................................................................................................................................................................................................................................................';
    display: block;
    letter-spacing: 1px;
    margin: -17px 0 10px 0;
    font-size: 14px;
}


.node-type-report [class^="report-icon-"],
.node-type-report [class*=" report-icon-"] {
    width: 36px;
    height: 36px;
}

.node-type-report .main-file [class^="report-icon-"],
.node-type-report .main-file [class*=" report-icon-"] {
    width: 42px;
    height: 42px;
}

.file-size {
    font-size: 80%;
    color: #706F6F; 
}

.audit-share {
    display: block;
    position: absolute;
    right: 4%;
    top: 20px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.node-type-report .audit-share {
    position: relative;
    right: auto;
    top: auto;
    float: right;
}

.audit-share button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: 0;
    background-color: transparent;
    background: transparent;
    position: relative;
    color: #016983;
    padding: 0;
}

.audit-share button:after {
    content: "\e25a";
    font-family: auditscotland;
    font-size: 18px;
    border: 2px solid #016983;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    padding: 0;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    color: #016983;
    cursor: pointer;
}

.spider-share {
    background: #fafafa;
    width: 120px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    z-index: 10;
    position: absolute;
    top: calc(100% - 2px);
    right: 0;
    overflow: hidden;
    box-shadow: 4px 3px 10px -4px rgba(0,0,0,0.23);
    display: none;
}

.spider-share a {
    display: block;
    overflow: hidden;
    padding: 6px;
    font-size: 12px;   
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.spider-share a span {
    float: right;
    font-size: 10px;
}

.spider-share a:last-child {
    border: none;
}

.spider-share a:hover {
    background: #016983;
    color: #fafafa;
}

.audit-share button[aria-expanded="true"] + .spider-share {
    display: block;
}

.audit-share:hover .spider-share:before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0,0,0,0.2);
    display: block;
    position: absolute;
    top: -8px;
    right: 12px;
}

.report-header-image {
    line-height: 0;
    position: relative;
    margin-bottom: 30px;
    display: block;
}

.report-header-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}












/*
---------------------------------------------------------------
19.  Pagination
---------------------------------------------------------------
*/

.page-report-search .item-list {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pager {
    margin: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin: 20px 0 40px 0;
}

.pager li {
    list-style-type: none;
    display: inline-block;
    /*border: 1px solid rgba(0,0,0,0.1);*/
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 12px; 
    vertical-align: top;
    margin-bottom: 4px;
    border-radius: 4px;
}

.pager li:before {
    content: "";
    display: none;
}

.pager li a,
.pager li span {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
	color: #fafafa; /* new */
	background: #1f7d96; /* new */
    border-radius: 4px; /* new */
    text-decoration: none;
	
}

.pager li.pager-ellipsis {
    border: none;
    width: 24px;
    line-height: 26px;
    padding: 0 0 6px 0;
	background: #fafafa; /* new */
}

.pager li.pager-current {
    background: #fafafa; /*rgba(0,0,0,0.1);*/
    border: 1px solid rgba(0,0,0,0.3); /*none;*/
	color:#444; /* new */
    width: 40px;
    height: 40px;
    line-height:40px;
}

.pager li a:hover {
    background: #e1e1e1; /*#016983;*/
    color: #444; /*#fafafa;*/
	 border: 1px solid #c1c1c1; /* new */
	text-decoration: none;
}

.pager-next,
.pager-last,
.pager-first,
.pager-previous {
    font-size: 0!important;
}

.pager-next a:before,
.pager-last a:before,
.pager-first a:before,
.pager-previous a:before {
    font-family: auditscotland;
    font-size: 18px;
    letter-spacing: -12px;
    margin: 0;
    padding: 0;
    display: block;
    margin-left: -10px;
    font-weight: normal;
}

.pager-next a:before {
    content: "\e208";
}

.pager-last a:before {
    content: "\e208\e208";
}

.pager-previous a:before {
    content: "\e207";
}

.pager-first a:before {
    content: "\e207\e207";
}













/*
---------------------------------------------------------------
20.  Videos
---------------------------------------------------------------
*/

.video-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 62%;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
}

.front .video-wrap {
    margin-bottom: 8px;
}

.video-wrap-inner {

}

.video-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 6px;
    border: 1px solid rgba(0,0,0,0.1);
}











/*
---------------------------------------------------------------
21.  Galleries
---------------------------------------------------------------
*/

.gallery {
    width: 100%;
    overflow: hidden;
    margin: 0 0 24px;
}

.gallery figure {
    position: relative;
    float: left;
    padding: 6px;
    border: 1px solid rgba(0,0,0,0.1);
    width: calc(25% - 3px);
    margin: 0 4px 4px 0;
    overflow: hidden;
}

.gallery figure:nth-of-type(4n) {
    margin-right: 0;
}

.gallery figure a {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 0;
    padding-top: 100%;
}

.gallery figure a img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: inline-block;
}

.gallery figure a span:first-of-type {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #ffffff;
    text-align: center;
}

.gallery figure a span:nth-of-type(2) {
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    display: block;
    padding-top: 6px;
}

.gallery-col-1 figure {
    width: 100%;
    height: auto;
}

.gallery-col-2 figure,
.gallery-col-4 figure {
    width: calc(50% - 2px);
    height: auto;
}

.gallery figure:nth-of-type(2n) {
    margin-right: 0;
}

.gallery-col-3 figure,
.gallery-col-5 figure,
.gallery-col-6 figure,
.gallery-col-9 figure {
    width: 33.333333333333%;
    height: auto;
}











/*
---------------------------------------------------------------
22.  Widgets
---------------------------------------------------------------
*/

.widget h4 {
    font-size: 14px;
    margin: 0;
    line-height: 22px;
}

.widget article {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.widget article:after {
    content: "";
    display: table;
    clear: both;
}

.widget article .img-thumb {
    width: 68px;
    height: auto;
    line-height: 0;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0 12px 0 0;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 4px;
}














/*
---------------------------------------------------------------
23.  Breadcrumbs
---------------------------------------------------------------
*/

#breadcrumb {
    padding: 6px 0;
    width: 100%;
    position: relative;
    font-size: 11px;
}

#breadcrumb a:not(:last-of-type) {
    color: #666;
}

#breadcrumb a:last-of-type {
    color: #666;
}

#breadcrumb span {
    font-size: 0;
}

#breadcrumb span:before {
    content: "\f105";
    font-family: auditscotland;
    font-weight: normal;
    font-size: 12px;
    padding: 0 6px;
    vertical-align: baseline;
    color: #bbb;
}












/*
---------------------------------------------------------------
24.  News
---------------------------------------------------------------
*/

.search-widget .form-item-search input[type="text"] {
    width: 100%;
}

.small-right {
    font-size: 14px;
    float: right;
}

.news-teaser {
    overflow: hidden;
    width: calc(50% - 11px);
    float: left;
    position: relative;
    margin: 0 20px 20px 0;
    border: 1px solid rgba(0,0,0,0.1);
    border-right-width: 6px;
    padding: 12px 16px;
    min-height: 200px;
}

.news-teaser:nth-of-type(2n) {
    margin-right: 0;
}

.news-teaser h2 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    font-family: UniversLTStd, sans-serif;
}

.news-teaser > div a {
    display: block;
    float: left;
    position: relative;
    padding: 4px;
    border: 1px solid rgba(0,0,0,0.1);
    line-height: 0;
    margin: 5px 20px 12px 0;
    width: 120px;
    height: auto;
}

.news-teaser > div  {
    overflow: hidden;
}

.news-teaser > div a img {
    width: 100%;
    height: auto;
}

.news-teaser p:last-child {
    margin-bottom: 0;
}

.news-item-first .news-teaser p {
    font-size: 18px;
    line-height: 26px;
}

.news-item-first {
    width: 100%!important;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.news-item-first article {
    width: 100%;
    min-height: auto;
    margin: 0;
}

.news-item-first article h2 {
    font-size: 24px;
}

.news-item-first article > div > a {
    width: 30%;
}













/*
---------------------------------------------------------------
25.  News Article
---------------------------------------------------------------
*/

.node-type-news-article h1.page-title {
    padding-right: 140px;
}

.article-content p:first-of-type {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #444;
    margin-bottom: 22px;
}

.node-type-news-article .audit-share {
    top: 6px;
    right: 0;
}
















/*
---------------------------------------------------------------
26.  Drupal Generated Overrides
---------------------------------------------------------------
*/

#toolbar {
    background: #353535;
    box-shadow: none!important;
}










/*
---------------------------------------------------------------
27.  Lightbox
---------------------------------------------------------------
*/


.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
  display: block;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

    Contents:

    1. Buttons
    2. Share modal and links
    3. Index indicator ("1 of X" counter)
    4. Caption
    5. Loading indicator
    6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

    1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
    Arrow buttons hit area
    (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

    2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

    3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*

    4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

    5. Loading indicator (preloader)

    You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../img/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
            The idea of animating inner circle is based on Polymer ("material") loading indicator
             by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
        */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*

    6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
    pswp__ui--hidden class is added when controls are hidden
    e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }














/*
---------------------------------------------------------------
28.  Login Page
---------------------------------------------------------------
*/

.not-logged-in.pagename-user-account #breadcrumb {
}

#user-login .description,
#user-login label {
    font-size: 0;
    line-height: 0;
    margin: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    display: none;
}

#user-login input {
    clear: both;
    margin-top: 8px;
}

#user-login #edit-actions {
}

.not-logged-in.pagename-user-account #user-login input {
    margin-top: 16px;
}












/*
---------------------------------------------------------------
29.  Site Search
---------------------------------------------------------------
*/

form.search-form .form-type-textfield {
    width: 100%;
    padding-right: 104px;
    display: block;
    position: relative;
}

.container-inline.form-wrapper {
    position: relative;
}

#search-form {
    margin: 12px 0 22px 0;
}

form.search-form .form-type-textfield input[type="text"] {
    width: 100%;
}

.container-inline.form-wrapper input[type="submit"] {
    position: absolute;
    right: 0;
    top: 23px;
    width: 100px;
    text-align: center;
}

.search-advanced .criterion {
    width: 100%;
    margin: 0 0 22px 0;
}

.search-advanced .criterion .form-type-textfield {
    padding: 0;
    width: calc(33.33333333333% - 13.333333333333333333333333333333px);
    margin: 0 20px 0 0;
    float: left;
    position: relative;
}

.search-advanced .criterion .form-type-textfield:last-of-type {
    margin-right: 0;
}

.search-advanced .criterion .form-type-checkbox {
    padding: 0;
    width: calc(33.33333333333% - 13.333333333333333333333333333333px);
    margin: 0 20px 0 0;
    float: left;
    position: relative;
}

.search-advanced .criterion .form-type-checkbox:nth-of-type(3n) {
    margin-right: 0;
}

.search-advanced .fieldset-wrapper {
    overflow: hidden;
    padding: 16px;
    border: 1px solid rgba(0,0,0,0.1);
}

.search-advanced .criterion .form-type-checkbox input[type="checkbox"]:focus + label {
    outline-style: none!important;
    box-shadow: 0 0 5px rgb(81 203 238);
}

ol.search-results {
    margin: 0;
}

ol.search-results li {
    list-style-type: decimal;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 22px;
    margin-bottom: 22px;
}

ol.search-results li:last-child {
    border: none;
}

ol.search-results li h3 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
}












/*
---------------------------------------------------------------
30.  File Downloads - Minutes, Expenditure etc.
---------------------------------------------------------------
*/

.view-minutes {
    margin-bottom: 22px;
}

input.reveal-more,
input.reveal-more:before {
    display: none;
    content: "";
}

input.reveal-more + label:before {
    content: "";
    display: none;
}

input.reveal-more + label {
    border-bottom: 1px solid rgba(0,0,0,0.05);
    font-size: 12px;
    padding: 8px 0;
    font-family: UniversLTStd, sans-serif;
}

input.reveal-more + label:after {
    font-family: auditscotland;
    content: "\f107";
    font-weight: normal;
    float: right;
    display: inline-block;
    font-size: 14px;
}

input.reveal-more:checked + label {
    border-bottom: none;
    font-size: 0;
}

input.reveal-more:checked + label:before {
    font-size: 12px;
    padding-bottom: 8px;
    font-family: UniversLTStd, sans-serif;
    content: "Show Less";
    display: inline-block;
    margin: 0;
    padding: 0;
}

input.reveal-more:checked + label:after {
    content: "\f106";
}

input.reveal-more + label ~ div {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .6s ease;
}

/*
.view-display-id-accounts_commission .view-content, */
input.reveal-more:checked + label ~ div {
    max-height: 10000px;
    overflow: hidden;
    opacity: 1;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0 8px 0 8px;
    background: rgba(0,0,0,0.01);
    border-radius: 3px;
}

.expenditure-reports {
    margin-bottom: 22px;
}

.file-download {
    padding-top: 0;
}

.file-download span a > span:first-child {
    margin-top: 0!important;
}


.file-download {
    width: 100%;
    overflow: visible;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin: 0 0 0 0;
    padding: 5px 0 3px 0;
}

.file-download h6 {
    margin-bottom: 4px;
}

.file-download .file-link {
    margin: 8px 0 4px 0;
    width: 100%;
}

.file-download a {
    min-height: 28px;
    overflow: visible;
}


.file-download a span:first-of-type:before {
    margin-top: -5px;
}

.file-download [class^="report-icon-"]:before,
.file-download [class*=" report-icon-"]:before {
    font-size: 32px;
    line-height: 32px;
    height: 32px;
}

.file-download:last-child,
.file-download:last-child,
.reveal-more-block .file-download:last-child {
    margin-bottom: 0;
    border: none;
}

.view-id-minutes .view-filters {
    width: 120px;
    margin: 0;
    right: -42px;
    top: 0;
    position: absolute;
}

.view-id-minutes .view-filters .container-inline-date > .form-item {
    border: none;
    display: block;
    margin: 0;
    vertical-align: top;
    width: 100%;
}

.view-id-minutes .view-filters .container-inline-date > .form-item select {
    height: 30px;
    line-height: 28px;
    font-family: UniversLTStd, sans-serif;
    font-size: 12px;
    background-size: 28px 28px;
    color: #666;
    margin: 0;
}

.view-id-minutes .view-filters .ajax-progress .throbber {
    margin: 7px 0 0 -100px;
}























.view-members article:nth-of-type(2n) {
    margin-right: 0;
}

.view-members article .profile-pic {
    width: 100%;
    line-height: 0;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 6px;
    background: #fafafa;
    position: relative;
    display: inline-block;
    margin: 0 0 12px 0;
}

.view-members article img {
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
}

.view-members article h4 {
    margin: 0 0 12px 0;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.view-members article h4 + p {
    font-size: 12px;
    font-family: UniversLTStd, sans-serif;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 22px;
    color: #444;
}

.view-members .file-link {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin: 0;
    width: 100%;
    overflow: visible;
}

.view-members .file-link > a {
    overflow: visible;
}

.view-members [class^="report-icon-"]:before,
.view-members [class*=" report-icon-"]:before {
    font-size: 28px;
    line-height: 28px;
    height: 28px;
    margin-top: -4px;
}

.clear {
    overflow: hidden;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 1px;
    top: -32px;
}



.twitter-follow {
    font-family: UniversLTStd, sans-serif;
    font-weight: normal;
    margin-bottom: 16px;
    display: block;
}

.social-follow {
    font-family: UniversLTStd, sans-serif;
    font-weight: normal;
    margin-top: 16px;
    display: block;
    text-align: right;
    width: 100%;
}

.social-follow span {
    float: left;
}

.date-year label {
    position: absolute;
    left: -1000000em;
}










aside h3.section-title {
    font-size: 16px;
    margin: 0 0 12px 0!important;
    padding: 0 0 12px 0!important;
    line-height: 20px!important;
    border-bottom: 2px solid #016983;
    font-family: UniversLTStd, sans-serif;
}

aside h3.section-title a:hover {
	 text-decoration:none;
}


aside h3.section-title:after {
    content: "";
    display: table;
    clear: both;
}

aside.sub-pages h3.section-title {
    margin: 0 0 12px 0!important;
}

.sub-pages ul {
    margin: 0;
}

.sub-pages ul li:before {
    content: ""!important;
    display: none!important;
}

.sub-pages ul li {
    list-style-type: none!important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.sub-pages ul li.has-sub > a {
    padding-right: 54px;
}

.sub-pages ul li a {
    display: block;
    padding: 10px 0;
    color: #444;
    text-decoration: none;
}

/*  adds background, colour to side menu on hover  */
.sub-pages ul li a:hover  {
	background: rgba(0,0,0,0.01);
	 color: #006783;
	 text-decoration:none;
    }

.sub-pages ul li.active > a {
    font-family: UniversLTStd-Bold, sans-serif;
    color: #016983;
}


/* Careers Slider */

.ac-careers-slider {
    width: 100%;
    height: 450px;
    position: relative;
    margin-bottom: 30px;
}

.ac-careers-slider .slide,
.ac-careers-slider .slick-track {
    height: 100%;
}

.slide-inner {
    background: rgba(0, 103, 131, 0.8);
    max-width: 60%;
    padding: 20px;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.slide-inner h2 {
    color: #fff;
    margin: 0;
    font-sizE: 34px;
    line-height: 46px;
    font-family: UniversLTStd-Bold, sans-serif;
}

.ac-careers-slider .slick-slide > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.ac-careers-slider .slick-prev, 
.ac-careers-slider .slick-next {
    margin-top: -20px;
    margin-bottom: 0;
}










/* WYSIWIG Columns */

.columns-row {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    clear: both;
}

.ac-timeline:after,
.columns-row:after,
[class^="column-"]:after,
[class*=" column-"]:after {
    content: " ";
    display: table;
    clear: both;
}

.columns-row h3 {
    display: inline-block;
    width: 100%;
}

[class^="column-"] {
    float: left;
    position: relative;
    margin: 0 30px 0 0;
    *zoom: 1;
}

[class^="column-"]:last-child {
    margin-right: 0;
}

.column-half {
    width: calc(50% - 15px);
}

.column-third {
    width: calc(33.33333333333333% - 20px);
}

.column-fourth {
    width: calc(25% - 22.5px);
}

.column-two-thirds {
    width: calc(66.66666666666666% - 40px);
}

.offset-fourth {
    margin-left:  calc(25% - 22.5px + 20px);
}

.column-three-fourths {
    width: calc(75% - 67.5px);
}

.ac-cr {
    margin: 0 0 0 0;
    display: inline-block;
}

.ac-cr .column-half *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}


.ac-timeline {
    margin: 0 0 0 16px;
    padding: 24px 24px 0 0;
    border: 1px solid #e0e0e0;
    position: relative;
}

.ac-timeline li {
    list-style-type: none;
    margin: 0;
    position: relative;
}

.ac-timeline li:before {
    content: "";
    background: #e0e0e0;
    width: 100px;
    height: 1px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: -1;
}

.ac-timeline li h3 {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    color: #016983;
    font-size: 22px;
    width: auto;
    margin: 0 0 0 40px;
    padding: 12px 16px 12px 12px;
    display: inline-block;
    font-family: 'UniversLTStd-Light', sans-serif;
    clear: both;
}

.ac-timeline li h3 span {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius:50%;
    position: absolute;
    top: 6px;
    left: -17px;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    color: #016983;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
}

.ac-timeline li p {
    margin: 0 0 0 32px;
    font-size: 16px;
    line-height: 26px;
    padding: 16px;
    display: block;
    width: auto;
    clear: both;
    font-family: 'UniversLTStd-Light', sans-serif;
}






/* Select 2 overrides */

.select2-container {
    width: 100%!important;
}

.select2-container--default .select2-selection--multiple {
    height: auto;
    line-height: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: rgba(0,0,0,0.3);
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple {
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 2px;
    cursor: text;
    line-height: 24px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--single {
    border: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 5px;
}

.select2-container .select2-selection--single {
    height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
    margin-top: 5px;
}

.select2-dropdown {
    border-color: rgba(0,0,0,0.3)!important;
    border-radius: 1px;
}

.view-filters fieldset.search-widget {

}

.view-filters .search-widget legend {
    font-size: 16px;
    padding: 5px 0 !important;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #00718E;
    display: table;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.view-filters .search-widget label,
.view-filters .search-widget h4 {
    border-bottom: none;
    padding-bottom: 0;
    margin: 0;
    color: #00718E;
}

.select2-container--default .select2-search--inline .select2-search__field {
    line-height: 24px;
    -webkit-appearance: none;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    -webkit-appearance: none;
}

.select2-container .select2-search--inline {
    margin-top: 5px;
    -webkit-appearance: none;
}

.select2-container {
    width: 100%;
}




/* Special Case Report Views */

.page-node-3617 .view-filters,
.page-node-3671 .view-filters,
.page-node-3619 .view-filters,
.page-node-3676 .view-filters,
.page-node-3788 .view-filters,
.view-id-report_view_page_view .view-filters {
    margin: -50px 0 0 0;
    width: auto;
    float: right;
    position: relative;
}

.page-node-3617 .view-filters select,
.page-node-3671 .view-filters select,
.page-node-3619 .view-filters select,
.page-node-3676 .view-filters select,
.page-node-3788 .view-filters select {
    line-height: 32px;
    height: 32px;  
}

.page-node-3617 .view-filters label,
.page-node-3671 .view-filters label,
.page-node-3619 .view-filters label,
.page-node-3676 .view-filters label,
.page-node-3788 .view-filters label {
    width: auto;
    float: left;
    position: absolute;
    top: -100000px; 
}

.page-node-3617 aside.search-widget,
.page-node-3671 aside.search-widget,
.page-node-3619 aside.search-widget,
.page-node-3676 aside.search-widget
.page-node-3788 aside.search-widget {
    margin: 0;
}

.page-node-3617 aside.search-widget h4,
.page-node-3788 aside.search-widget h4,
.page-node-3671 aside.search-widget h4,
.page-node-3619 aside.search-widget h4,
.page-node-3676 aside.search-widget h4 {
    display: none;
}

.view-reports {
    width: 100%;
    position: relative;
}

.view-reports:after {
    content: "";
    display: table;
    clear: both;
}

#edit-date,
.date-year,
.page-node-3788 .form-item-date {
    height: 30px;
    line-height: 28px;
    font-family: UniversLTStd, sans-serif;
    font-size: 12px;
    background-size: 28px 28px;
    color: #666;
    margin: 0;
    display: block;
    width: 90px;
}

.page-node-3788 .view-filters,
.page-node-3788 .ctools-auto-submit-full-form,
.page-node-3788 .ctools-auto-submit-full-form > div,
.page-node-3788 .views-exposed-form,
.page-node-3788 .search-widget {
    width: 90px;
    height: 30px;
}

.ajax-progress {
    position: absolute;
    right: 90px;
    top: 7px;
}

.page-node-3788 .view-filters {
    margin-top: -90px;
}







/* Meeting Papers */

input.reveal-papers + label:before {
    display: none;
}

input.reveal-papers {
    position: absolute;
    top: -10000px;
    display: block;
}

input.reveal-papers + label {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 6px 0;
    font-size: 16px;
    color: #016983;
}

input.reveal-papers + label:after {
    font-family: auditscotland;
    content: "\f107";
    font-weight: normal;
    float: right;
    display: inline-block;
    font-size: 14px;
    float: right;
}

input.reveal-papers:focus + label {
    outline-style: dotted;
    outline-width: 1px;
    outline-color: #1d5457;
}

input.reveal-papers:checked + label:after {
    content: "\f106";
}

input.reveal-papers + label ~ div.expenditure-reports {
    height: 0;
    opacity: 0;
    transition: opacity .4s;
    overflow: hidden;
    margin: 0;
    visibility: hidden;
}

input.reveal-papers:checked + label ~ div.expenditure-reports {
    height: auto;
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 8px;
    background: rgba(0, 0, 0, 0.01);
    border-radius: 3px;
    visibility: visible;
}

input.reveal-papers:checked + label ~ div.gen-accordion {
     padding: 8px;
}

.gen-accordion *:last-child {
    margin-bottom: 0;
}


.sub-pages ul li ul li:last-child {
    border-bottom: none;
}

.sub-pages .menu > li ul {
    background: rgba(0,0,0,0.03);
    padding: 0 16px;
}

.sub-menu-toggle,
.sub-menu-toggle + label:before:not(#header .sub-menu-toggle) {
    display: none!important;
}

.sidebar-nav .sub-menu-toggle:focus:before {
    box-shadow: 0 0 6px rgba(81, 203, 238, 1);
}

.sub-pages .sub-menu-toggle {
    font-size: 0;
    overflow: visible!important;
}

.sub-pages .sub-menu-toggle {
    display: block!important;
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    width: 45px;
    margin: 6px 0 0 0;
    text-align: center;
    z-index: 10;
    padding: 0;
    border: none;
    border-left: 1px solid rgba(0,0,0,0.1);
    border-radius: 0;
    background: none;
    color: #444!important;
}

.sub-pages .sub-menu-toggle:before {
    content: "\e208";
    text-align: center;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    display: block!important;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    font-family: auditscotland;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}


.sub-pages .sub-menu-toggle.active:before {
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.sub-pages .sub-menu-toggle ~ ul {
    display: none!important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    display: none;
    transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.sub-pages .sub-menu-toggle:before:hover,
.sub-pages .sub-menu-toggle.active:before {
    color: #fff!important;
    background: #006783;
    border-radius: 50%;
    font-weight: normal;
}

.sub-pages .sub-menu-toggle.active ~ ul {
    display: block!important;
    max-height: 1000px;
    opacity: 1;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    display: block;
}

.sub-pages .sub-menu-toggle:focus {
   box-shadow: none!important;
}









/* Report Related Content */

.report-related-content article {
    position: relative;
}


.report-related-content article:nth-of-type(3n) {
    margin-right: 0!Important;   
}

.report-related-content article:nth-last-of-type(1),
.report-related-content article:nth-last-of-type(2),
.report-related-content article:nth-last-of-type(3) {
    margin-bottom: 0;
}

.report-related-content .img-thumb {
    max-height: 60px;
    display: block;
    overflow: hidden;
    line-height: 0;
    width: auto;
    float: left;
    position: relative;
    margin-right: 12px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 6px;
    vertical-align: top;
}

.report-related-content .img-thumb img {
    max-height: 60px;
    width: auto;
}

.report-related-content h4 {
    font-size: 14px;
    display: inline;
    margin: 0;
    vertical-align: top;
    font-family: 'UniversLTStd', sans-serif;
}








    
    
    
#toolbar div.toolbar-menu {
    width: 100%;
    background: #00718e!important;
}

#toolbar-menu {
    border-top: 1px solid rgba(0,0,0,0.2);
}

#toolbar div.toolbar-menu {
    line-height: 24px;
    padding: 0;
    position: relative;
}

#toolbar #toolbar-menu li a {
    padding: 8px 10px;
    font-size: 11px;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: 0;
    border-left: 0;
    transition: all .4s ease;
}


#toolbar div.toolbar-menu ul li a.active:hover, 
#toolbar div.toolbar-menu ul li a.active:active, 
#toolbar div.toolbar-menu ul li a.active, 
#toolbar div.toolbar-menu ul li.active-trail a {
    background: #025266;
    text-shadow: #333 0 1px 0;
}

#toolbar div.toolbar-menu ul li a:focus, #toolbar div.toolbar-menu ul li a:hover, #toolbar div.toolbar-menu ul li a:active, #toolbar div.toolbar-menu ul li a.active:focus {
    background: #025266;
    text-shadow: #333 0 1px 0;
}

#toolbar div.toolbar-menu ul li.home a {
    line-height: 41px;
    height: 41px;
    padding: 0 12px;
    border-radius: 0;
}

#toolbar-home a span {
    margin-top: 14px;
}

#toolbar-user li a {
    border-radius: 0;
    height: 41px;
    line-height: 41px;
}

#toolbar div.toolbar-menu #toolbar-user li a:hover {
    border-radius: 0;
}






.landing-page-slide {
    width: 60%;
    height: 0;
    padding-bottom: 36%;
}

.landing-page-slide {
    float: left;
    position: relative;
    margin: 0 20px 0 0;
    overflow: hidden;
}

.landing-page-slide > span,
.landing-page-slide a {
    display: block;
    width: 100%;
    height: 36%;
    position: relative;
    background-size: cover;
    overflow: hidden;
    transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    padding-bottom: 60%;
}

.landing-page-slide > span h3,
.landing-page-slide a h3 {
    position: absolute;
    display: block;
    padding: 1% 8px;
    bottom: 8px;
    left: 0;
    margin: 0;
    background: rgba(0,103,131,1);
    width: 100%;
    color: #fafafa;
    font-family: UniversLTStd-Bold, sans-serif;
    letter-spacing: 0;
    font-size: 48px;
    line-height: 56px;
    padding: 10px 20px 14px 20px!important;
}

.visual-hide {
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: -10000px;
}

.landing-page-slide + p:first-of-type {
    font-size: 20px;
    font-family: UniversLTStd, sans-serif;
    line-height: 30px;
    color: #016983;
}

.node-type-landing-page .wrap > p,
.node-type-landing-page .wrap > ul,
.node-type-landing-page .wrap > li {
    overflow: hidden;
}





.widget-spaced {
    margin: 20px 0;
}

.file-link span:before {
    transition: all .4s;
}

.file-link:hover span:before {
    color: #1d5457;

}

.node-type-news-article span.date-display-single {
    font-size: 12px;
    margin: 8px 0 16px 0;
    display: block;
    overflow: hidden;
}



.view-id-minutes h4:not(:first-of-type) {
    font-size: 16px;
}


.page-report-search .item-list,
.page-news .item-list {
    width: 100%;
    overflow: hidden;
}


#cookie-law {
    width: 100%;
    color: #fafafa;
    background: #006783;
}

#cookie-law p {
    margin: 0;
    padding: 4px 0;
    line-height: 22px;
    padding-right: 32px;
}

#cookie-law a {
    color: #fafafa;
    font-family: UniversLTStd-Bold, sans-serif;
}

.close-cookie-banner {
    float: right;
    height: 22px;
    position: absolute;
    top: 3px;
    right: 0;
}

.close-cookie-banner span {
    font-size: 0;
}

.close-cookie-banner span:before {
    content: "\f057";
    font-family: auditscotland;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin: 0;
    padding: 0;
}

.as-slide a,
.as-slide a:hover {
    color: #fafafa!important;
    transition: none;
}

.as-slide a p,
.as-slide a:hover p {
    transition: all .3s;
}

.search-type input[type="radio"] {
    display: block!important;
    position: absolute;
    top: -9999px;
}


/* User links */

.user-menu {
    display: inline-block;
    margin: 29px 0 0 12px;
}

.user-menu a {
    display: inline-block;
    background: #016983;
    color: #fafafa;
    padding: 2px 6px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 2px;
    transition: all .4s;
    text-decoration: none;
}

.user-menu a:hover {
    background: rgba(0,0,0,0.2);
    color: #444;
	text-decoration: none;
}

.view-display-id-community_planning_partnership, 
.view-display-id-best_value, 
.view-display-id-report_view_page_block,
.view-display-id-annual_audits, 
.view-display-id-as_diversity_equality, 
.view-display-id-as_corporate, 
.view-display-id-ac_diversity_equality, 
.view-display-id-ac_corporate {
    
}

.view-display-id-community_planning_partnership .select2-container .select2-selection--single .select2-selection__rendered,
.view-display-id-best_value .select2-container .select2-selection--single .select2-selection__rendered,
.view-display-id-report_view_page_block .select2-container .select2-selection--single .select2-selection__rendered,
.view-display-id-annual_audits .select2-container .select2-selection--single .select2-selection__rendered,
.view-display-id-as_diversity_equality .select2-container .select2-selection--single .select2-selection__rendered,
.view-display-id-as_corporate .select2-container .select2-selection--single .select2-selection__rendered,
.view-display-id-ac_diversity_equality .select2-container .select2-selection--single .select2-selection__rendered,
.view-display-id-ac_corporate .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 5px;
}

.view-display-id-community_planning_partnership .select2-container--default .select2-selection--single .select2-selection__arrow, 
.view-display-id-best_value .select2-container--default .select2-selection--single .select2-selection__arrow, 
.view-display-id-report_view_page_block .select2-container--default .select2-selection--single .select2-selection__arrow, 
.view-display-id-annual_audits .select2-container--default .select2-selection--single .select2-selection__arrow, 
.view-display-id-as_diversity_equality.select2-container--default .select2-selection--single .select2-selection__arrow, 
.view-display-id-as_corporate .select2-container--default .select2-selection--single .select2-selection__arrow, 
.view-display-id-ac_diversity_equality .select2-container--default .select2-selection--single .select2-selection__arrow, 
.view-display-id-ac_corporate .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.view-display-id-community_planning_partnership .search-widget, 
.view-display-id-best_value .search-widget, 
.view-display-id-report_view_page_block .search-widget,
.view-display-id-annual_audits .search-widget, 
.view-display-id-as_diversity_equality .search-widget,  
.view-display-id-as_corporate .search-widget, 
.view-display-id-ac_diversity_equalityv 
.view-display-id-ac_corporate .search-widget {
    float: left;
    width: auto;
    line-height: 36px;
    padding-right: 6px;
}

.view-display-id-community_planning_partnership .buttons, 
.view-display-id-best_value .buttons,
.view-display-id-report_view_page_block .buttons,
.view-display-id-annual_audits .buttons,
.view-display-id-as_diversity_equality .buttons,
.view-display-id-as_corporate .buttons, 
.view-display-id-ac_diversity_equality .buttons, 
.view-display-id-ac_corporate .buttons {
    float: left;
    position: relative;
}

.view-display-id-community_planning_partnership .select2-container .select2-selection--single, 
.view-display-id-best_value .select2-container .select2-selection--single, 
.view-display-id-report_view_page_block .select2-container .select2-selection--single,
.view-display-id-annual_audits .select2-container .select2-selection--single, 
.view-display-id-as_diversity_equality .select2-container .select2-selection--single, 
.view-display-id-as_corporate .select2-container .select2-selection--single, 
.view-display-id-ac_diversity_equality .select2-container .select2-selection--single, 
.view-display-id-ac_corporate .select2-container .select2-selection--single {
    height: auto;
}

.page-node-59 main .view-members,
.page-node-59 main h4 {
    display: block;
    width: 100%!important;
    overflow: hidden;
}

#accessible-forms,
.hide {
    font-size: 0;
    position: absolute;
    top: -10000px;
}

.download-reader-link {
    margin: 16px 4px 0 0;
    line-height: 0;
    overflow: hidden;
    display: inline-block;
    position: relative;
}





.left-right-sidebar {
    width: calc(24% - 20px);
    float: left;
    position: relative;
    margin: 0 20px 40px 0;
}

.page-news .view-filters + main {
    float: right;
}

.page-news .view-filters {
    margin-bottom: 20px;
}

.page-news .widget-spaced {
    margin: 0 0 40px 0;
}







div.topic {
    height: auto;
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 16px;
    background: rgba(0, 0, 0, 0.01);
    border-radius: 3px;
    display: none;
    margin: 12px 0;
}

div.topic *:last-child {
    margin-bottom: 0;
}

div.topic:after {
    content: "";
    display: table;
    clear: both;
}

.wysiwyg-accordion h2 {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 32px 10px 0;
    font-size: 16px;
    color: #016983;
    position: relative;
    margin: 0;
}

.wysiwyg-accordion h2:hover {
	background:rgba(221, 221, 221, 0.4);
	color:#043b3e;
	text-decoration:underline;
}

.wysiwyg-accordion > button {
    position: relative;
    float: right;
    font-size: 0;
    padding: 2px 30px 2px 12px;
    margin-top: -39px;
    line-height: 0; 
    background: #1a7991;
    color: #fff;
    border: none;
}

.wysiwyg-accordion > button span {
    font-size: 14px;
    display: block;
    height: 24px;
    line-height: 24px;
}

.wysiwyg-accordion > button span:after {
    font-family: auditscotland;
    content: "\f107";
    font-weight: normal;
    position: absolute;
    right: 12px;
    top: 0;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    font-size: 14px;
}

.wysiwyg-accordion > button.toggle-open {
    background: #05637c;
    color: #f0f0f0;
    border-color: #05637c;
}

.wysiwyg-accordion > button.toggle-open span:after {
    content: "\f106";
}


.node-type-blog-entry .audit-share {
   top: 10px; 
}

.view-display-id-blog_view .news-item-first .news-teaser > div a {
    width: 220px;
}

.node-type-blog-entry h1 {
    padding-right: 120px;
}

.blog-tags {
    width: 100%;
    margin: 8px 0 16px 0;
}

#as-blog-tag-list a,
.blog-tags a {
    display: inline-block;
    background: #00718e;
    color: #fafafa;
    line-height: 20px;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 2px;
    margin: 0 4px 4px 0;
}

.node-type-blog-entry .date-display-single {
    display: block;
    margin: 0 0 12px 0;
}

.page-taxonomy h1.page-title,
.page-blog h1.page-title {
    margin: 0 0 16px 0;
}


/* Meetings and Papers */

.meeting-container {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 12px;
    background: rgba(0,0,0,0.02);
    padding: 12px;
}

.meeting-container:last-of-type {
    border: none;
    margin-bottom: 0;
}

.meeting-container h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.meeting-container .file-download {
    padding: 3px 0;
}


/* Webforms */

.webform-container-inline.webform-datepicker  div.form-item.form-type-select {
    display: none;
}

.webform-progressbar {
    width: 100%;
    margin: 0 auto 24px auto;
    text-align: center;
    padding: 24px 5% 12px 5%;
    background: rgba(0,0,0,0.02);
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.1);
}

.webform-progressbar:after {
    content: "";
    display: table;
    clear: both;
}

.webform-progressbar-inner {
    background-color: #74C421;
    height: 6px;
}

.webform-progressbar-outer {
    position: relative;
    border: none;
    width: 100%;
    height: 6px;
    margin: 4px 0 32px 0;
    background-color: #e5e5e5;
}

.webform-progressbar-page {
    position: absolute;
    width: 14px;
    height: 14px;
    margin: -10px -6px;
    border: 3px solid #fff;
    background-color: #d0d0d0;
    border-radius: 50%;
}

.webform-progressbar-page.completed {
    background-color: #74C421;
}

.webform-progressbar-page.current {
    background-color: #74C421;
}

.webform-progressbar-page .webform-progressbar-page-number {
    display: none;
}

.webform-progressbar-page .webform-progressbar-page-label {
    position: relative;
    top: 16px;
    margin: 0 -10em;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.5px;
    font-family: 'UniversLTStd-Bold', sans-serif;
}


.webform-component input[type="text"],
.webform-component input[type="number"],
.webform-component input[type="email"],
.webform-component select {
    width: 100%;
    margin: 0 0 16px 0;
}

.webform-component textarea {
    height: 140px;
    width: 100%;
    margin: 0 0 16px 0;
}

.form-textarea-wrapper .grippie {
    display: none!important;
}

.webform-component-time .webform-container-inline > div {
    width: calc(33.3333333333333333333% - 20px);
    float: left;
    position: relative;
    margin-right: 20px;
}

.webform-component-time .webform-container-inline > div:last-of-type {
    margin-right: 0;
}

.webform-component-time .webform-container-inline:after {
    content: "";
    display: table;
    clear: both;
}

input.webform-next,
input.webform-submit {
    float: right;
}

input[type="text"].webform-calendar {
    background: #fff url(../img/calendar.png) no-repeat right center;
    background-size: 34px 34px;
}


#views-exposed-form-news-page  .search-widget,
#views-exposed-form-reports-reports-search .search-widget {
    position: relative;
    margin-bottom: 12px;
    background: #f0f0f0;
    padding: 10px;
}

.search-widget > label {
    font-size: 16px;
    display: block;
    padding: 5px 0!important;
}

.bef-checkboxes {
    position: relative;
    overflow: hidden;
    padding-top: 10px;
}

.form-type-bef-checkbox {
    position: relative;
}

.form-type-bef-checkbox input[type="checkbox"] {
    position: absolute;
    left: -100000px;
    display: block;
    width: 1px;
    height: 1px;
}

.form-type-bef-checkbox input[type="checkbox"] + label {
    position: relative;
    padding-left: 28px;
    margin-bottom: 4px;
    color: #444;
}

.form-type-bef-checkbox input[type="checkbox"]:focus + label {
    outline-style: none!important;
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

.form-type-bef-checkbox input[type="checkbox"] + label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid #00718E;
}

.form-type-bef-checkbox input[type="checkbox"]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' viewBox='0 0 24 24' data-code='58826' data-tags='check'%3E%3Cg fill='%2300718E' transform='scale(0.0234375 0.0234375)'%3E%3Cpath d='M384 690l452-452 60 60-512 512-238-238 60-60z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 26px 26px;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    border: none;
    left: 0px;
    top: -2px;
}

.search-widget #edit-date,
.search-widget #news-page-date-year {
    width: 100%!important;
    padding: 0 25px 0 8px;
    font-size: 14px;
    line-height: 42px;
    height: 42px;
    background: #fff url(../img/select-bg.png) no-repeat;
    background-size: 40px 40px;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #e2e2e2;
    font-family: UniversLTStd-Light, sans-serif;
}

#views-exposed-form-news-page .date-year {
    width: 100%;
    height: auto;
}


.checkbox-group-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0 !important;
    height: 52px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: none!important;
    border: none!important;
}

.checkbox-group-toggle:before,
.checkbox-group-toggle:after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    background: #00718E;
    transition: all .4s;
}

.checkbox-group-toggle:before {
    transform: rotate(-45deg);
}

.checkbox-group-toggle:after {
    transform: rotate(45deg);
    right: 16px;
}

.checkbox-group-toggle[aria-expanded="true"]:before {
    transform: rotate(45deg);
}

.checkbox-group-toggle[aria-expanded="false"] + div input[type="checkbox"],
.checkbox-group-toggle[aria-expanded="false"] + div label {
    display: none;
}

.checkbox-group-toggle[aria-expanded="true"]:after {
    transform: rotate(-45deg);
}

.checkbox-group-toggle + div {
    max-height: 0;
    overflow-y: auto;
    display: none;
    clear: both;
}

.checkbox-group-toggle[aria-expanded="true"] + div {
    max-height: 200px;
    display: block;
}





/*
---------------------------------------------------------------
30.  Ehubs
---------------------------------------------------------------
*/

/* Digital */

/*digital strategy image and container */
.digital-container {
width: 80%;
margin-left: 10%;
border: 1px solid rgb(230, 230, 230);
padding: 10px;
margin-bottom: 30px;
}


.digital-background {
 background: url("https://www.audit-scotland.gov.uk/uploads/docs/um/images/digital_strategy_01.png") no-repeat center;
height:400px;
background-size:40%;
}


/*dropdown styling */
.digital-container .wysiwyg-accordion h2 {
border-bottom: none;
font-size: 20px;
font-weight:bold;
}

/*digital strategy text for image*/
.digital-container #digital {
width: 28%;
float: right;
padding-top: 15%;
}

.digital-container #auditing {
width: 28%;
float: left;
padding-top: 15%;
}

.digital-container #capacity {
width: 40%;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}

.digital-container #digital h2 {
color:#71cbd2;
}

.digital-container #auditing h2 {
color: #0097be; 
}

.digital-container #capacity h2 {
color:#00718e;
}

.webform-component-fieldset.fieldset-hide-label {
    height: auto !important;
}

.webform-component-fieldset legend {
    text-transform: none !important;
    color: inherit !important;
}

.webform-component-fieldset legend:after {
    display: none !important;
}

.webform-component-fieldset.fieldset-hide-label > .form-item > label:first-of-type {
    display: none !important;
}

.social-links {
  display: block;
  list-style-type: none;
  margin-left: 0 !important
}

.social-links li {
  display: inline;
}

.social-links h3 {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal!important;
    float: left;
}

.call-to-action .section-title {
  color: #001d37;
}



/** Client CSS */
/* Utility */
.teal {color: #006b8d;}
.mb0 {margin-bottom: 0!important;}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}


/* Typography */
body .report-type-blog,
body .report-type-summary {
    font-size: 16px;
    line-height: 26px;
}

.report-type-blog ul li {
    padding-left: 16px;
    list-style: disc;
}

.univers-light {font-family: UniversLTStd-Light, sans-serif;}
.univers {font-family: UniversLTStd, sans-serif;}
.univers-bold {font-family: UniversLTStd-Bold, sans-serif;}

/* Layout */
.report-type-blog .blog-intro,
.report-type-blog .report-intro p:first-child {
    font-family: UniversLTStd-Light, sans-serif;
    font-size: 20px;
    line-height: 30px; 
}

.blog-subtitle {
    color: #006b8d;
    font-family: UniversLTStd, sans-serif;
    font-size: 22px;
    line-height: 1.1em; 
}

.blog-feature {
    background: #e3e3e3;
    margin: 30px 0;
    padding: 30px;
}

/* Footnotes */
[aria-describedby="footnote-label"],
[aria-describedby="footnote-label"]:hover {
    color: inherit; 
    counter-increment: footnotes; 
    cursor: default;         
    outline: none; 
    text-decoration: none; 
}

[aria-describedby="footnote-label"]::after {
    color: #016983;
    content: '[' counter(footnotes) ']';
    cursor: pointer;
    font-size: 0.8em;
    margin-left: 2px;    
    text-decoration: underline;         
    vertical-align: super;
}

[aria-describedby="footnote-label"]:focus::after {
    outline: thin dotted;
    outline-offset: 2px;
}

[aria-label="Back to content"] {
    font-size: 0.8em;
}

.date-year.bef-select-as-checkboxes .form-item label {
	left: auto !important;
}

#header-search-form legend {
    position: absolute;
    top: -30px;
    color: #016983;
    font-size: 15px;
    font-weight: 600;
}

ol.audit-scotland-navpath {
    margin: 0;
    padding: 0;
}

ol.audit-scotland-navpath li {
    list-style-type: none;
    display: inline-block;
}

ol.audit-scotland-navpath li:not(:last-child):after {
    content: "\f105";
    font-family: auditscotland;
    font-weight: normal;
    font-size: 12px;
    padding: 0 6px;
    vertical-align: baseline;
    color: #bbb;
}
