@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,300);
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
@import url('http://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700,300');
*/
/*	colours	*/
body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

p {
  font-size: 13px;
  line-height: 16px;
}

a {
  text-decoration: none;
  color: #435D8A;
}

ul {
  font-size: 13px;
  line-height: 16px;
}

header {
  height: 94px;
  max-width: 990px;
  margin: 0 auto;
  position: relative;
}
header h1 {
  height: 50px;
  padding: 30px 0 0 60px;
  background-image: url(/img/small-logo.png);
  background-repeat: no-repeat;
  background-position: left 17px;
  margin-left: 10px;
  color: #B2B4B6;
  font-size: 24px;
}
header h1 span {
  display: block;
  color: #435D8A;
}
header .language-switch {
  position: absolute;
  right: 20px;
  display: block;
  background-color: #6f96ea;
  font-weight: 700;
  color: #fff;
  padding: 10px;
}
@media (max-device-width: 380px) {
  header .language-switch {
    font-size: 12px;
    right: 10px;
  }
}
header .social-bar {
  right: 20px;
  top: 53px;
  position: absolute;
  width: 500px;
}
header .social-bar a {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0 0 10px;
  float: right;
  overflow: hidden;
  text-indent: -900px;
  background-size: cover;
}
header .social-bar a.twitter {
  background-image: url(/img/social/twitter.png);
}
header .social-bar a.facebook {
  background-image: url(/img/social/facebook.png);
}
header .social-bar a.flickr {
  background-image: url(/img/social/flickr.png);
}
header .social-bar a.youtube {
  background-image: url(/img/social/youtube.png);
}
@media (max-device-width: 380px) {
  header .social-bar {
    display: none;
  }
}
@media (max-device-width: 380px) {
  header h1 {
    font-size: 16px;
    padding-top: 37px;
    margin-left: 10px;
    background-position: left 17px;
  }
}

nav.top-level {
  height: 34px;
  background-color: rgba(202, 202, 202, 0.3);
}
nav.top-level ul {
  max-width: 990px;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
nav.top-level ul li {
  border-right: 1px solid rgba(81, 87, 143, 0.3);
  display: inline-block;
  margin: 3px 0;
  text-align: center;
}
nav.top-level ul li a {
  display: block;
  padding: 0 14px 0 14px;
  text-decoration: none;
  color: #4A5A8C;
}
nav.top-level ul li:first-child {
  border-left: 1px solid rgba(81, 87, 143, 0.3);
  margin-left: 8px;
}
nav.top-level ul li:last-child {
  padding-right: 7px;
}
nav.top-level .hamburger {
  z-index: 999;
  position: absolute;
  width: 50px;
  height: 35px;
  background-color: #435D8A;
  cursor: pointer;
  left: 100%;
  font-weight: 900;
  line-height: 35px;
  padding-left: 30px;
  margin-left: 0px;
  background-image: url(/img/hamburger.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  display: none;
}
@media (max-device-width: 420px) {
  nav.top-level {
    position: absolute;
    z-index: 998;
    height: 100%;
    width: 225px;
    background-color: #f3f3f3;
    color: #fff;
    -moz-transition-property: margin;
    -o-transition-property: margin;
    -webkit-transition-property: margin;
    transition-property: margin;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -moz-box-shadow: rgba(0, 0, 0, 0.9) 0 5px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.9) 0 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.9) 0 5px 10px;
  }
  nav.top-level.toggle {
    margin-left: -225px;
  }
  nav.top-level .hamburger {
    display: block;
  }
  nav.top-level ul {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
  }
  nav.top-level ul li {
    width: auto;
    display: block;
    height: 35px;
    float: none;
    border-right: none;
    border-bottom: 1px solid rgba(81, 87, 143, 0.3);
    text-align: left;
  }
  nav.top-level ul li:first-child {
    border-left: none;
    margin-left: 0;
  }
  nav.top-level ul li:last-child {
    padding-right: none;
  }
}

.scots nav.top-level ul li a {
  padding: 0 11.5px 0 12px;
}

.nav-spacer {
  display: none;
}

@media (max-device-width: 420px) {
  .nav-spacer {
    display: block;
    height: 35px;
    background-color: #435D8A;
    margin-bottom: 5px;
  }
}
footer {
  min-height: 80px;
  background-color: #435D8A;
  color: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px inset;
  box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px inset;
  margin: 0 auto;
}
footer .footer-content {
  width: 980px;
  margin: 0px auto;
}
footer .social-bar {
  margin-top: 20px;
}
footer .social-bar a {
  display: block;
  height: 30px;
  margin: 0 0 15px 0;
  padding: 0 0 0 40px;
  line-height: 30px;
  font-size: 23px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px 28px;
}
footer .social-bar a.twitter {
  background-image: url(/img/social/twitter-w.png);
}
footer .social-bar a.facebook {
  background-image: url(/img/social/facebook-w.png);
}
footer .social-bar a.flickr {
  background-image: url(/img/social/flickr-w.png);
}
footer .social-bar a.youtube {
  background-image: url(/img/social/youtube-w.png);
}
@media (max-device-width: 380px) {
  footer .social-bar {
    display: none;
  }
}
footer .col {
  float: left;
  width: 305px;
  margin: 10px 10px 10px 10px;
}
footer .col h4, footer .col label {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Open Sans";
  display: block;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #787993;
}
footer .col ul {
  margin: 20px 0;
}
footer .col ul li {
  margin: 0px 0 10px 0;
  height: 70px;
  border-bottom: 1px solid #787993;
  padding-bottom: 5px;
}
footer .col ul li .thumb {
  width: 40px;
  height: 40px;
  overflow: hidden;
  float: left;
  margin: 0 10px 10px 0;
  background-color: #fff;
  background-image: url(/images/img/small-logo.png);
  background-position: center center;
  background-repeat: no-repeat;
}
footer .col ul li .thumb img {
  height: 100%;
}
footer .col ul li h4 {
  margin-top: 0px;
  padding: 0;
}
footer .col.search {
  float: right;
}
footer .col.search .form-area {
  padding: 20px 0 20px 0px;
}
footer .col.search .form-area input[type="text"] {
  font-size: 18px;
  height: 25px;
  width: 255px;
  padding: 5px 0 5px 10px;
  border: none;
  margin-right: 0px;
}
footer .col.search .form-area input[type="submit"] {
  font-size: 18px;
  -webkit-apperance: none;
  margin-left: 0px;
  border: none;
  background-image: url(/img/search.png);
  background-position: center center;
  text-indent: -900px;
  overflow: hidden;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  padding: 5px;
  background-color: #fff;
}
footer a {
  color: #fff;
}
footer p.terms {
  clear: both;
  padding: 20px 0 20px 0;
  font-size: 14px;
  text-align: center;
}
@media (max-device-width: 380px) {
  footer {
    display: none;
  }
}

@media only screen and (max-device-width: 320px) {
  .yiiLog {
    display: none;
  }
}
nav.one-col {
  width: 220px;
  margin-left: 10px;
  		/*
  		@media only screen and (max-device-width : 330px){
  	
  			width: 100%;
  			margin-left:0;
  			
  			&:after {
  				
  				width: 100%;
  				}
  
  		}*/
  border-right: 1px solid #c2c2c2;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
  position: relative;
  height: inherit;
}
nav.one-col:after {
  content: "";
  display: block;
  width: 220px;
  position: absolute;
  height: 5px;
  bottom: 0px;
  border-bottom: 1px solid #c2c2c2;
}
@media only screen and (max-device-width: 420px) {
  nav.one-col {
    width: calc(100% - 10px);
    margin-left: 5px;
  }
  nav.one-col:after {
    width: calc(100% - 10px);
  }
}
nav.one-col:after {
  border-bottom: none;
}

nav.sub-level ul {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  margin-left: 0px;
}
nav.sub-level ul li {
  display: block;
  margin: 0;
  text-align: left;
  clear: both;
  border-left: 5px solid #fff;
  border-bottom: 1px solid #ccc;
  margin: 0 0 0 -8px;
  padding: 10px 0 10px 3px;
}
nav.sub-level ul li .thumb {
  width: 60px;
  height: 60px;
  margin: 0 10px 30px 0;
  overflow: hidden;
  float: left;
}
nav.sub-level ul li .thumb img {
  width: 100%;
}
nav.sub-level ul li h4 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 22px;
  line-height: 23px;
  color: #435D8A;
}
nav.sub-level ul li p {
  margin: 0 0 0 0;
  padding: 0;
}
nav.sub-level ul li p .date {
  display: block;
  font-weight: 900;
}
nav.sub-level ul li p.date {
  color: #435D8A;
  font-weight: 900;
}
nav.sub-level ul li a {
  display: block;
  text-decoration: none;
  color: inherit;
}
nav.sub-level ul li.active, nav.sub-level ul li:hover {
  border-left: 5px solid #435D8A;
}
nav.sub-level ul li ul {
  border-top: 1px solid #ccc;
}
nav.sub-level ul li ul li {
  padding: 5px 0 5px 20px;
}
nav.sub-level ul li ul li h4 {
  font-size: 16px;
  line-height: 18px;
}
nav.sub-level ul li ul li:last-child {
  border-bottom: none;
}
nav.sub-level ul li.pagination {
  text-align: center;
  height: auto;
}
nav.sub-level ul li.pagination a {
  display: inline;
  font-weight: bold;
  font-size: .7em;
  color: #435D8A;
}
nav.sub-level.right li {
  text-align: right;
  border-left: none;
  border-right: 5px solid #fff;
  padding: 10px 3px 10px 0;
  margin: 0 -8px 0 -0;
}
nav.sub-level.right li.active, nav.sub-level.right li:hover {
  border-left: none;
  border-right: 5px solid #435D8A;
}

section {
  max-width: 975px;
  overflow: hidden;
  border-left: 1px solid #ccc;
  margin: 10px auto;
  position: static;
}
@media only screen and (max-device-width: 960px) {
  section {
    width: auto;
    margin: 0;
    padding: 0 5px 0 5px;
    border: none;
  }
}

article {
  background-color: #fff;
}
article h1 {
  font-size: 32px;
  line-height: 32px;
  color: #435D8A;
  padding: 15px 0 15px 0;
}
article h2 {
  font-size: 24px;
  line-height: 24px;
  color: #435D8A;
  padding: 5px 0 0 0;
}
article h3 {
  font-size: 22px;
  line-height: 1.2;
  color: #435D8A;
  padding: 0 0 5px 0;
}
article p {
  padding: 3px 0 0 0;
}
article ul {
  padding: 5px 0 0 0px;
  margin: 0 0 0 0;
  list-style: inside square;
  color: #435D8A;
}
article ul a {
  font-weight: 700;
  line-height: 18px;
}
article ul.panel-links {
  float: right;
  width: 45%;
  margin-right: 10px;
  margin-left: 5px;
}
article .long-list ul.panel-links {
  float: left;
  width: 100%;
  line-height: none;
  margin: 0;
  padding: 0;
}
article .long-list ul.panel-links li {
  display: inline-block;
}
article .long-list ul.panel-links li::after {
  content: ", ";
}
article .long-list ul.panel-links li:last-child::after {
  content: "";
}
article a.read-more {
  font-family: "Montserrat";
}
article a.read-more:before {
  content: "\003e";
  font-weight: 700;
  font-size: 90%;
  display: inline-block;
  margin-right: 3px;
  margin-left: 5px;
}
article a.read-more:hover {
  text-decoration: underline;
}
article .bottom-panel {
  position: absolute;
  bottom: 0px;
  padding-bottom: 10px;
  background-color: #fff;
  padding: 5px 20px 10px 0;
}
article .bottom-panel h2 {
  padding-top: 0px;
  margin-bottom: 0px;
}
article .bottom-panel p {
  line-height: 18px;
}
@media only screen and (max-device-width: 600px) {
  article .bottom-panel {
    display: table;
    width: 100%;
  }
  article .bottom-panel h2, article .bottom-panel p {
    width: calc(100% - 10px);
    margin: 0;
  }
  article .bottom-panel ul {
    display: table-footer-group;
    width: 100%;
    float: none;
  }
}
article .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eeeded;
}
@media only screen and (max-device-width: 600px) {
  article .image {
    height: 200px;
    width: calc(100% );
  }
}
article .image-clip {
  height: 170px;
  background-position: center center;
}
article .image-clip.tall {
  height: 240px;
}
article .inline {
  float: left;
  margin: 10px 10px 10px 0;
}
article .inline.right {
  float: right;
  margin: 10px 0 10px 10px;
}
article .inline.fr-fil, article .inline .left {
  float: left;
  margin-right: 10px;
}
article .inline.fr-fir {
  float: right;
  margin-left: 10px;
}
article .inline.fr-fin, article .inline .clear {
  clear: both;
  margin: 10px auto 10px auto;
}
article.one-col {
  overflow: hidden;
}
article.one-col .bottom-panel {
  width: 100%;
}
article.one-col .bottom-panel ul.panel-links {
  width: 100%;
  margin: 0;
  padding: 0;
}

.one-col {
  width: 220px;
  margin-left: 10px;
  		/*
  		@media only screen and (max-device-width : 330px){
  	
  			width: 100%;
  			margin-left:0;
  			
  			&:after {
  				
  				width: 100%;
  				}
  
  		}*/
  border-right: 1px solid #c2c2c2;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
  position: relative;
}
.one-col:after {
  content: "";
  display: block;
  width: 220px;
  position: absolute;
  height: 5px;
  bottom: 0px;
  border-bottom: 1px solid #c2c2c2;
}
@media only screen and (max-device-width: 420px) {
  .one-col {
    width: calc(100% - 10px);
    margin-left: 5px;
  }
  .one-col:after {
    width: calc(100% - 10px);
  }
}
.one-col h2 {
  font-size: 22px;
  line-height: 24px;
  color: #435D8A;
  padding: 5px 0 0 0;
}

.two-col {
  width: 460px;
  margin-left: 10px;
  border-right: 1px solid #c2c2c2;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
  position: relative;
}
.two-col:after {
  content: "";
  display: block;
  width: 460px;
  position: absolute;
  height: 5px;
  bottom: 0px;
  border-bottom: 1px solid #c2c2c2;
}
@media only screen and (max-device-width: 380px) {
  .two-col {
    width: 100%;
    margin-left: 0;
  }
}
.two-col h2 {
  font-size: 28px;
  line-height: 28px;
  color: #435D8A;
  padding: 5px 0 0 0;
}

.three-col {
  width: 700px;
  margin-left: 10px;
  border-right: 1px solid #c2c2c2;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
  position: relative;
}
.three-col:after {
  content: "";
  display: block;
  width: 700px;
  position: absolute;
  height: 5px;
  bottom: 0px;
  border-bottom: 1px solid #c2c2c2;
}
@media only screen and (max-device-width: 380px) {
  .three-col {
    width: 100%;
    margin-left: 0;
  }
}

.four-col {
  width: 940px;
  margin-left: 10px;
  width: 943px;
  border-right: 1px solid #c2c2c2;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
  position: relative;
}
.four-col:after {
  content: "";
  display: block;
  width: 940px;
  position: absolute;
  height: 5px;
  bottom: 0px;
  border-bottom: 1px solid #c2c2c2;
}
.four-col:after {
  width: 943px;
}
@media only screen and (max-device-width: 380px) {
  .four-col {
    width: 100%;
    margin-left: 0;
  }
}

.one-row {
  margin-bottom: 10px;
  height: 141px;
  border-right: 1px solid #c2c2c2;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
  position: relative;
}
@media only screen and (max-device-width: 600px) {
  .one-row {
    min-height: 141px;
    height: auto;
  }
}

.two-row {
  margin-bottom: 10px;
  height: 302px;
  border-right: 1px solid #c2c2c2;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
  position: relative;
}
@media only screen and (max-device-width: 600px) {
  .two-row {
    min-height: 302px;
    height: auto;
  }
}

.three-row {
  margin-bottom: 10px;
  height: 463px;
  border-right: 1px solid #c2c2c2;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
  position: relative;
}
@media only screen and (max-device-width: 600px) {
  .three-row {
    min-height: 463px;
    height: auto;
  }
}

.four-row {
  margin-bottom: 10px;
  height: 624px;
  border-right: 1px solid #c2c2c2;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
  position: relative;
}
@media only screen and (max-device-width: 600px) {
  .four-row {
    min-height: 624px;
    height: auto;
  }
}

.five-row {
  margin-bottom: 10px;
  height: 785px;
  border-right: 1px solid #c2c2c2;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
  position: relative;
}
@media only screen and (max-device-width: 600px) {
  .five-row {
    min-height: 785px;
    height: auto;
  }
}

.stuart-illy {
  height: 530px;
}

.four-col.three-row.list-panel .bottom-panel {
  width: 100%;
}
.four-col.three-row.list-panel .bottom-panel h2 {
  position: absolute;
}
.four-col.three-row.list-panel .bottom-panel p {
  float: left;
}
.four-col.three-row.list-panel .bottom-panel .copy {
  width: 50%;
  margin: 30px 0 0 0;
  padding: 0;
}
.four-col.three-row.list-panel .bottom-panel .panel-links {
  float: left;
  width: 50%;
  margin: 10px 0 0 0;
  padding: 0;
}
@media only screen and (max-device-width: 600px) {
  .four-col.three-row.list-panel .bottom-panel {
    width: 100%;
  }
  .four-col.three-row.list-panel .bottom-panel .panel-links, .four-col.three-row.list-panel .bottom-panel .copy {
    float: none;
    width: auto;
    padding-right: 10px;
  }
  .four-col.three-row.list-panel .image {
    height: 400px;
    width: 100%;
  }
}

.clear, nav.clear {
  float: none;
}

.right, nav.right {
  float: right;
  margin-left: 0;
  margin-right: 11px;
}
@media only screen and (max-device-width: 380px) {
  .right, nav.right {
    margin-right: 0px;
    float: left;
  }
}

.divider {
  height: auto;
}
.divider:after {
  border-bottom: 3px solid #c2c2c2;
}

.small-feature .image {
  width: auto;
  height: 160px;
}
.small-feature.one-row .image {
  width: auto;
  height: 100%;
  width: 100%;
  position: absolute;
}
.small-feature.one-row h2 {
  position: relative;
  bottom: 0px;
}
.small-feature.one-row p {
  width: 55%;
  position: relative;
}

.search h1 {
  width: 600px;
  margin: 0 auto;
  font-size: 24px;
}
.search .paginationHeader {
  width: 600px;
  margin: 0 auto;
  font-size: 24px;
}
.search .pagination {
  width: 780px;
  margin: 0 auto;
  font-size: 18px;
  list-style: none;
}
.search .pagination li {
  float: left;
  margin: 0 10px 0 0;
}
.search .pagination li.selected {
  text-decoration: underline;
}
.search .pagination li.selected a {
  color: #8a8a8a;
}
.search .pagination li.hidden {
  display: none;
}

.search-results {
  list-style: none;
  width: 600px;
  margin: 0 auto;
}
.search-results li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.search-results li h3 {
  font-size: 18px;
}
.search-results li p {
  color: #000;
}
.search-results li p a {
  color: inherit;
  font-weight: 400;
}
.search-results .thumb {
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  margin: 0 10px 10px 0;
}
.search-results .thumb img {
  height: 100%;
}

.cursor {
  cursor: pointer;
}

article[data-template="news"] .image {
  width: 50%;
  position: absolute;
}
article[data-template="news"] .label {
  display: inline-block;
  position: static;
  left: auto;
  top: auto;
  margin-left: 50%;
  font-size: 20px;
  font-weight: 700;
  padding-left: 15px;
  color: #435D8A;
}
article[data-template="news"] h2 {
  font-size: 18px;
  line-height: 18px;
  width: 100%;
}
@media only screen and (max-device-width: 600px) {
  article[data-template="news"] h2 {
    width: 100%;
  }
}
article[data-template="news"] p {
  padding-right: 20px;
}
article[data-template="news"] .panel-links .date {
  color: #000;
  margin-left: 10px;
}
article[data-template="news"] .bottom-panel {
  width: auto;
}

article[data-template="poems"] .label {
  display: inline-block;
  margin-top: -30px;
  font-weight: 400;
  position: absolute;
  background-color: #fff;
  padding: 5px 10px 5px 0px;
}

article[data-template="podcast"] .label {
  display: inline-block;
  margin-top: -30px;
  font-weight: 400;
  position: absolute;
  background-color: #fff;
  padding: 5px 10px 5px 0px;
}

.dialects p {
  padding-top: 0px;
}
.dialects p b {
  color: #435D8A;
  font-weight: 900;
}
.dialects.two-col p {
  font-size: 14px;
  line-height: 16px;
}
.dialects h1 {
  margin-bottom: 5px;
}
.dialects .audioMap {
  right: 10px;
  position: absolute;
}

.youtube-panel h2 {
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 20px;
}
.youtube-panel h2:before {
  display: block;
  float: left;
  content: '\201C';
  width: 25px;
  height: 24px;
  overflow: hidden;
  text-indent: -900px;
  margin-right: 3px;
  margin-top: -2px;
  background-image: url(/images/img/youtube-icon.png);
}
.youtube-panel ul.video-list {
  list-style: none;
  margin-bottom: 10px;
  margin-top: -5px;
}
.youtube-panel ul.video-list li {
  min-height: 67px;
  position: relative;
}
.youtube-panel ul.video-list h4 {
  margin: 2px 0 5px 0;
}
.youtube-panel ul.video-list img {
  float: left;
  width: 55px;
  margin-right: 5px;
}
.youtube-panel ul.video-list p {
  color: #000;
  padding-top: 0;
}
.youtube-panel ul.video-list li {
  position: relative;
}
.youtube-panel ul.video-list li::after {
  content: " ";
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
  background-image: url("/images/img/large-play.png");
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 12px;
  pointer-events: none;
}
@media only screen and (max-device-width: 600px) {
  .youtube-panel ul.video-list h4 {
    font-size: 18px;
  }
  .youtube-panel ul.video-list img {
    float: left;
    width: calc(100%);
    margin-right: 5px;
    margin-bottom: 10px;
  }
}

.flickr-panel h2 {
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 20px;
}
.flickr-panel h2:before {
  display: block;
  float: left;
  content: '\201C';
  width: 25px;
  height: 24px;
  overflow: hidden;
  text-indent: -900px;
  margin-right: 3px;
  margin-top: -2px;
  background-image: url(/images/img/flickr-icon.png);
}
.flickr-panel .list-mask {
  position: relative;
  width: 220px;
  height: 300px;
  overflow: hidden !important;
}
@media only screen and (max-device-width: 375px) {
  .flickr-panel .list-mask {
    width: 355px;
    height: 266px;
  }
}
@media only screen and (max-device-width: 320px) {
  .flickr-panel .list-mask {
    width: 300px;
    height: 225px;
  }
}
.flickr-panel ul.flickr-list {
  list-style: none;
  width: 2400px;
  position: absolute;
  height: 300px;
}
.flickr-panel ul.flickr-list li {
  display: block;
  float: left;
  width: 220px;
}
.flickr-panel ul.flickr-list li .image-clip {
  display: block;
  height: 170px;
  width: 100%;
  margin-bottom: 0px;
  overflow: hidden;
}
.flickr-panel ul.flickr-list li .image-clip img {
  width: 100%;
}
@media only screen and (max-device-width: 375px) {
  .flickr-panel ul.flickr-list li {
    width: 355px;
    height: 266px;
  }
}
@media only screen and (max-device-width: 320px) {
  .flickr-panel ul.flickr-list li {
    width: 300px;
    height: 225px;
  }
}
.flickr-panel ul.flickr-list li p {
  color: #000;
}
.flickr-panel .prev, .flickr-panel .next {
  z-index: 99;
  display: block;
  position: absolute;
  background-color: #435D8A;
  overflow: hidden;
  text-indent: -9000px;
  top: 75px;
  width: 40px;
  height: 40px;
  background-image: url(/images/img/arrow.png);
  opacity: 0.5;
}
.flickr-panel .next {
  right: 0px;
  background-image: url(/images/img/arrow-right.png);
}

.word-panel {
  overflow-x: hidden;
  overflow-y: visible;
}
.word-panel h2 {
  font-size: 18px;
  line-height: 20px;
  padding-top: 0px;
  /*
  &:before{
  	content:'\201C';
  	font-size: 60px;
  	position: relative;
  	top:25px;
  	margin-top: -25px;
  	display: inline-block;
  
  }
  */
}
.word-panel blockquote {
  margin: 5px 0 0 0;
  padding: 0;
}
.word-panel blockquote a {
  font-family: "Montserrat";
  font-weight: 700;
  display: block;
  background-image: url("../img/large-play.png");
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 45px;
  padding-left: 50px;
  padding-bottom: 5px;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
}
.word-panel blockquote a:before {
  content: '\201C';
  font-size: 36px;
  line-height: 24px;
}
.word-panel blockquote a:after {
  content: '\201D';
  font-size: 36px;
  line-height: 24px;
}
.word-panel p {
  margin: 2px 0 0 0;
}
.word-panel p a.play {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  display: block;
  background-image: url("../img/large-play.png");
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 45px;
  padding-left: 50px;
  padding-bottom: 10px;
}
.word-panel.wow blockquote {
  margin: 5px 0 0 0;
}
.word-panel.wow blockquote a {
  font-family: "Montserrat";
  font-weight: 700;
  display: block;
  background-image: url("../img/large-play.png");
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 45px;
  padding-left: 50px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
}
.word-panel.wow blockquote a:before {
  content: '\201C';
  font-size: 38px;
}
.word-panel.wow blockquote a:after {
  content: '\201D';
  font-size: 38px;
}
.word-panel.wow p {
  font-size: 12px;
}
.word-panel.wow p a {
  display: block;
  margin-top: 5px;
}

.survey {
  position: absolute;
  max-width: 280px;
  top: 10%;
  left: 50%;
  border-radius: 10px;
  margin-left: -150px;
  border: 5px solid #435D8A;
  z-index: 9999;
  background-color: #fff;
}
.survey h2 {
  font-size: 20px;
  color: #435D8A;
  padding: 10px 0 5px 0px;
  text-align: center;
}
.survey p {
  padding: 10px 5px 20px 5px;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}
.survey a {
  position: relative;
  z-index: 100001;
}
.survey a.start {
  display: block;
  padding: 10px;
  text-align: center;
  width: 100px;
  color: #fff;
  background-color: #435D8A;
  margin: 10px auto;
  border-radius: 5px;
}
.survey a.close {
  display: block;
  padding: 10px;
  text-align: center;
  width: 100px;
  color: #a7a6a6;
  margin: 10px auto;
  border-radius: 5px;
}

article[data-state="editing"] {
  -moz-box-shadow: #116d94 0 0 10px;
  -webkit-box-shadow: #116d94 0 0 10px;
  box-shadow: #116d94 0 0 10px;
}
article[data-state="editing"] .copy {
  min-width: 40px;
  background-color: #ccc;
}
article h2, article h3 {
  font-weight: 700;
  color: #435D8A;
  margin: 10px 0 5px 0;
}
article p b, article p strong {
  font-weight: 700;
}
article p i, article p em {
  font-style: italic;
}
article blockquote {
  padding: 10px 10% 10px 10%;
  font-weight: 500;
}
article img {
  max-width: 100%;
}
article table {
  width: 100%;
}
article table td {
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 10px;
  font-weight: 400;
  vertical-align: top;
}
article table td strong, article table td em {
  font-weight: 700;
}
article .event-date h4 {
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 28px;
  padding-left: 30px;
  background-image: url("/images/img/calendar-icon.png");
}
article.extended p {
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 10px;
  font-weight: 400;
}
article.extended p.intro {
  font-size: 28px;
  line-height: 34px;
}
article.extended h2 {
  padding-top: 20px;
}
article .type-label {
  position: absolute;
  right: 13px;
  top: 3px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  font-weight: 900;
  font-size: 12px;
  color: #435D8A;
}
article .video-frame {
  display: block;
  width: auto;
  margin: 10px 15px 20px 0;
}
article .video-frame .video-player {
  width: 100%;
  min-height: 380px;
}
article[data-template="small-image"] .video-frame {
  display: block;
  width: auto;
  margin: 0px 10px 20px 0;
  height: auto;
}
article .dates {
  color: #435D8A;
  font-weight: 700;
  font-size: 18px;
}
article .inline-player {
  position: relative;
  background-color: #fff;
  z-index: 2;
  width: 100%;
  height: 100%;
  float: left;
  margin: 10px;
}
article .inline-player a.audio {
  z-index: 3;
  position: relative;
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin: 0px;
  background-image: url(/images/podcast/play.png);
}
article .inline-player a.pause {
  background-image: url(/images/podcast/pause.png);
}
article .inline-player p.description {
  z-index: 3;
  position: absolute;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  padding: 0 20px 0 20px;
  opacity: 0.7;
  font-weight: 600;
}
article .inline-player .progress {
  z-index: 3;
  width: auto;
  margin: 10px 25px 0 80px;
  position: relative;
  background-color: #435D8A;
  height: 50px;
  bottom: 5px;
}
article .inline-player .marker {
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
}
article .inline-player .timer {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  right: 30px;
  background-color: #fff;
  font-size: 20px;
  color: #435D8A;
  padding: 8px 8px 8px 8px;
  width: auto;
}
article .inline-player .share {
  display: none;
}
article .document-list, article .audio-list, article .video-list {
  list-style: none;
  clear: both;
  overflow: hidden;
}
article .document-list li, article .audio-list li, article .video-list li {
  margin: 15px 0 15px 0;
  clear: both;
}
article .document-list li a.pdf, article .audio-list li a.pdf, article .video-list li a.pdf {
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
}
article .generic-list {
  list-style: none;
}
article .generic-list li {
  margin: 15px 0 15px 0;
  clear: both;
}
article .generic-list li a.pdf {
  padding-bottom: 5px;
}
article .gallery-label {
  color: #435D8A;
  font-weight: 600;
  display: block;
  margin: 10px 0 0 5px;
  font-size: 20px;
}
article .gallery {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0;
}
article .gallery li {
  display: block;
  float: left;
  margin: 5px;
  padding: 0;
}
article .gallery li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
article .gallery li a img {
  height: 50px;
}
article .landing-list-articles {
  list-style: none;
}
article .landing-list-articles li {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #b5b5b5;
  overflow: hidden;
}
article .landing-list-articles li .thumb {
  width: 90px;
  height: 90px;
  margin: 0 10px 0 0;
  background-position: center center;
  background-size: cover;
  float: left;
  background-color: #dedede;
}
article .landing-list-articles li h2, article .landing-list-articles li p {
  display: block !important;
  width: auto;
  padding: 0;
  margin: 0;
  height: auto;
}

.feature-image {
  overflow: hidden;
}
.feature-image img {
  width: 100%;
}
.feature-image .video-frame {
  display: block;
  width: auto;
  height: 100%;
  margin-right: 11px;
}
.feature-image .video-frame .video-player {
  width: 100%;
  height: 100%;
}
.feature-image .image {
  width: auto;
  margin-right: 11px;
  height: 380px;
}
.feature-image .image.loading {
  opacity: 0.5;
}
.feature-image .image-wrapper {
  overflow: hidden;
}
.feature-image.masthead, .feature-image.big-image {
  width: 100%;
  left: 10px;
  position: relative;
}
.feature-image.masthead .image, .feature-image.big-image .image {
  position: relative;
  height: 450px;
  width: 100%;
  background-position: center center;
  left: 0;
}
@media only screen and (max-device-width: 800px) {
  .feature-image.masthead, .feature-image.big-image {
    height: 280px;
  }
}
.feature-image.big-image {
  position: absolute;
  left: 0px;
  z-index: 1;
}
.feature-image.medium-image {
  width: 100%;
  float: right;
}
.feature-image.small-image {
  margin: 0px 0 0 -13px;
  width: 725px;
  z-index: 2;
}
.feature-image.small-image .image {
  margin-right: 0px;
}
@media only screen and (max-device-width: 960px) {
  .feature-image.small-image {
    width: 100%;
    height: 280px;
    margin: 0;
  }
}
.feature-image.tall-image {
  margin: 0px 0 0 241px;
  width: 733px;
  position: relative;
  z-index: 2;
  float: right;
  clear: both;
}
@media only screen and (max-device-width: 960px) {
  .feature-image.tall-image {
    width: 100%;
    height: 280px;
    margin: 0;
  }
}
.feature-image.short {
  height: 280px;
}
.feature-image.short .image {
  height: 280px;
}
.feature-image .audio-backdrop {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.3;
  z-index: 1;
  background-image: url("/images/manuscript_banner.jpg");
  background-size: 110%;
  background-position: center center;
}
.feature-image .audioControls {
  position: relative;
  background-color: #fff;
  z-index: 2;
  width: 100%;
  height: 340px;
  float: left;
}
.feature-image .audioControls a.audio {
  z-index: 3;
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px auto 0 -30px;
  background-image: url(/images/podcast/play.png);
}
.feature-image .audioControls a.pause {
  background-image: url(/images/podcast/pause.png);
}
.feature-image .audioControls p.description {
  z-index: 3;
  position: relative;
  font-size: 36px;
  text-align: center;
  color: #435D8A;
  font-weight: 600;
}
.feature-image .audioControls .progress {
  z-index: 3;
  width: 100%;
  position: absolute;
  background-color: #435D8A;
  height: 50px;
  bottom: 0;
}
.feature-image .audioControls .marker {
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
}
.feature-image .audioControls .timer {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  right: 0px;
  background-color: #fff;
  font-size: 20px;
  color: #435D8A;
  padding: 8px 10px 8px 10px;
}
.feature-image .audioControls .share {
  display: none;
}

section.article .archived {
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0px;
  background-color: #435D8A;
  z-index: 998;
}
section.article .archived p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 40px;
}
section.article .archived-spacer {
  height: 40px;
}
section.article article p {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
}
section.article article li p {
  display: inline-block;
  width: 90%;
  color: #000;
  vertical-align: top;
  padding: 0px 0 5px 0 !important;
}
section.article article img.block {
  display: block;
  clear: both;
  margin: 10px auto 10px auto;
}
section.article article.word-article h1, section.article article.proverb-article h1 {
  text-align: center;
  font-style: italic;
  font-size: 60px;
  line-height: 65px;
  padding-top: 30px;
}
section.article article.word-article h1:before, section.article article.proverb-article h1:before {
  content: '\201C';
  font-size: 60px;
  position: relative;
  display: inline-block;
}
section.article article.word-article h1:after, section.article article.proverb-article h1:after {
  content: '\201D';
  font-size: 60px;
  position: relative;
  display: inline-block;
  text-align: center;
}
section.article article.proverb-article p {
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  padding-bottom: 24px;
}
section.article article.podcast-article .share-links {
  float: right;
  width: 230px;
}
section.article article.podcast-article p {
  margin-right: 240px;
}
@media (max-device-width: 380px) {
  section.article article.podcast-article p {
    margin-right: 0;
  }
}
section.article article a.pdf {
  display: block;
  background-image: url(/images/img/pdf-icon.png);
  min-height: 40px;
  line-height: 32px;
  background-repeat: no-repeat;
  padding-left: 35px;
  font-size: 28px;
  font-weight: 900;
}
section.article article .playlist {
  width: 250px;
  float: right;
  background-color: rgba(232, 232, 232, 0.87);
}
section.article article .playlist h2 {
  font-size: 14px;
  line-height: 14px;
  margin: 10px 10px 5px 10px;
}
section.article article .playlist ul {
  list-style: none;
  margin: 10px;
}
section.article article .playlist ul li {
  font-size: 14px;
}
section.article article .playlist ul li a {
  display: block;
  min-height: 30px;
  line-height: 14px;
  padding: 5px 0 0 25px;
  background-image: url(/images/img/small-play.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 0 3px;
}
section.article article .playlist ul li a.pause {
  background-image: url(/images/img/soloPauseBlue.png);
}
section.article article .social-share ul {
  list-style: none;
  border-top: 5px solid #dbd8d8;
  margin-top: 20px;
}
section.article article .social-share ul li {
  width: 80px;
  height: 30px;
  margin: 5px 10px 0 0;
  float: left;
}
section.article article .social-share ul li:first-child {
  font-size: 18px;
  font-weight: 900;
}
section.article article .social-share ul li a.fb-like-choose {
  display: block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0;
  height: 21px;
  width: 65px;
  line-height: 21px;
  font-size: 12px;
  color: #fff;
  background-color: #4750A4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NjJiZCIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjNGQ1N2FlIi8+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiM0ODUyYTciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NjRmYTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5662bd), color-stop(30%, #4d57ae), color-stop(70%, #4852a7), color-stop(100%, #464fa3));
  background-image: -moz-linear-gradient(#5662bd, #4d57ae 30%, #4852a7 70%, #464fa3);
  background-image: -webkit-linear-gradient(#5662bd, #4d57ae 30%, #4852a7 70%, #464fa3);
  background-image: linear-gradient(#5662bd, #4d57ae 30%, #4852a7 70%, #464fa3);
}
section.article article .social-share ul li a.fb-like-choose i {
  display: block;
  width: 12px;
  height: 12px;
  float: left;
  margin: 4px 4px 0 4px;
  background-image: url(/img/social/tiny-facebook.gif);
}

.podcast-sprite, .podcast-player .play, .podcast-player .play.pause, .share-links .facebook i, .share-links .twitter i, .share-links .itunes i, .pairt .facebook i, .pairt .twitter i {
  background-image: url('/images/podcast-s6163b8466c.png');
  background-repeat: no-repeat;
}

.podcast-player {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover !important;
  overflow: hidden;
  background-position: center center;
}
.podcast-player .progress {
  position: absolute;
  bottom: 0;
  height: 30px;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.podcast-player .progress .timer {
  position: absolute;
  width: 40px;
  padding: 8px;
  height: 14px;
  margin: 0 -54px 0 0;
  font-size: 12px;
  text-align: center;
  background-color: #435D8A;
  color: #fff;
  right: 55px;
  bottom: 0px;
  z-index: 99;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.podcast-player .progress .loaded {
  height: 30px;
  background-color: #ccc;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  position: absolute;
}
.podcast-player .progress .loading {
  position: absolute;
  background-image: url(/img/audio-loadingbar.gif);
  height: 30px;
  background-color: #fff;
}
.podcast-player .progress .played {
  height: 30px;
  position: absolute;
  background-color: #435D8A;
}
.podcast-player .progress .marker {
  position: absolute;
  width: 18px;
  height: 30px;
  background-color: #fff;
  cursor: pointer;
}
.podcast-player h2 {
  font-size: 18px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 18px;
  color: #435D8A;
  margin: 5px 90px 5px 5px;
  padding: 4px;
}
.podcast-player p {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 16px;
  color: #435D8A;
  margin: 0 5px;
  padding: 4px;
}
.podcast-player .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  background-position: 0 -147px;
  width: 60px;
  height: 60px;
  text-indent: -6000px;
  display: block;
}
.podcast-player .play.pause {
  background-position: 0 -87px;
}

.feature-image .podcast-player {
  width: auto;
  margin-right: 10px;
  height: 380px;
  background-position: center center;
}
@media only screen and (max-device-width: 960px) {
  .feature-image .podcast-player {
    height: 280px;
    background-position: center bottom;
  }
}

.share-links {
  margin-top: 0px;
  list-style: none;
}
.share-links li {
  height: 38px;
}
.share-links a {
  font-size: 16px;
  line-height: 33px;
  font-weight: 900;
  color: #435D8A;
  text-decoration: none;
}
.share-links a i {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 5px;
}
.share-links .facebook i {
  background-position: 0 0;
}
.share-links .twitter i {
  background-position: 0 -225px;
}
.share-links .itunes i {
  background-position: 0 -32px;
}
@media (max-device-width: 380px) {
  .share-links {
    width: 100%;
    display: block;
    float: none !important;
  }
  .share-links li {
    height: 35px;
  }
}

/*
.scots-radio{

	@import "podcast/*.png";
	
	.show-notes{
		border-top:8px solid $blue;
		width:620px;
		float: left;
		margin-right: 20px;
		
		p{
			font-size: 13px;
			line-height: 15px;
			margin-left: 322px;
			a{
				color: $blue;
				text-decoration: none;
			}
		}
		
		.episode{
			font-size: 14px;
		}
		
		
		
	}
	
	.social-links{
	
		margin-top: 10px;
	
		li{
			height: 38px;
		}
		
		a{
			font-size: 18px;
			line-height: 33px;
			font-weight: $semi;
			color: $blue;
			text-decoration: none;
			
			i{
				display: block;
				width:32px;
				height:32px;
				float: left;
				margin-right: 5px;
			}
			
		}
		
		.facebook{
			
			i{
				@include podcast-sprite(facebook);
			}
		}
		
		.twitter{
			
			i{
				@include podcast-sprite(twitter);
			}
		}
		
		.itunes{
			
			i{
				@include podcast-sprite(itunes);
			}
		}
		
	}
	
	.podcast-share{
		
			margin:0 0 5px 0;
			padding:5px 0px 5px 5px;
			font-size: 12px;
			line-height: 6px;
			text-decoration: none;
			color: $blue;
			display: block;
			height:24px;
			width:215px;
			
			i{
				@include podcast-sprite(logo);
				width: 23px;
				height: 23px;
				display: inline-block;
				margin: 0px 5px 0 0;
				padding: 0;
			}
			
			span{
				@include podcast-sprite(share);
				width: 30px;
				height: 34px;
				margin-top: 2px;
				display: inline-block;
				float: right;
			}
			
			strong{
				font-weight: normal;
				display: block;
				height:5px;
				margin: -15px 0 0 30px;
			}
		}
	
	.player-col{
		
			float: left;
			width:300px;
			margin-right: 20px;
	}
	
	
	
	h2{
		font-size: 32px;
		color: $blue;
		margin-bottom: 10px;
	}
	
	h1{
		font-size: 22px;
		line-height: 22px;
		margin: 0  0 10px 0;
		padding: 0;
		color: $blue;
		
	}
	
	h4{
		font-size: 16px;
		font-weight: $semi;
		color: $blue;
		
		a{
			text-decoration: none;
			color: inherit;
		}
		
	}
	.episodes{
		border-top:8px solid $blue;
		float: left;
		width:310px;
		
		p{
					font-size: 12px;
				
				}
		
		ul{
			li{
				height: 60px;
				padding: 5px 0 5px 0;
				border-bottom: 2px solid $blue;
				
				.thumb{
					
					width:55px;
					height:55px;
					overflow: hidden;
					border:3px solid #fff;
					float: left;
					margin-right: 10px;
					
					img{
						height:55px;
						
					}
				}
				
				
				
			}
			
		}
	}
	
	

	.header{
		min-height:370px;
		width: 980px;
		
		margin: -15px -20px 10px -20px;
		padding: 10px 0 0 20px;

		background-image: url(/img/podcast_mast.jpg);
		background-position: center bottom;
		background-size: cover;
		.clearfix{
			width: 980px;
			clear: both;
		}
		
	}

}

.share-tools{
	height:500px;
	
	.iframe{
		width:400px;
		margin: 10px 0 10px 0;
		height: 60px;
		padding: 10px;
		color:#ccc;
		font-size: 16px;
		font-family: monospace;
		border: 1px solid #ccc;
	}
	
	.small{
		font-size: 11px;
	
		
	}
	
	h2{
		color: $blue;
		
	}
	
	.social{
		margin-top: 20px;
		border-top:none;
		clear:none;
		
	}
	
}

*/
.dialect-row {
  border-top: 2px solid #ccc;
  clear: both;
  overflow: visible;
  min-height: 180px;
}
.dialect-row h1 {
  color: #3172b5;
  padding-top: 20px;
}
.dialect-row img {
  float: left;
  margin: 10px 10px 10px 0;
  height: 200px;
}

.micro-playlist {
  float: right;
}

.micro-playlist p {
  font-size: 11px;
}

.micro-playlist ul {
  margin: 20px 0 0 20px;
  width: 290px;
  padding: 0 0 5px 0;
  list-style: none;
}

.micro-playlist ul li {
  min-height: 30px;
  line-height: 18px;
  clear: both;
  padding: 0 5px 0 5px;
  border-bottom: 1px solid #ccc;
  margin: 0;
  font-size: 14px;
}

.micro-playlist ul li:last-child {
  border-bottom: none;
}

.micro-playlist ul li .audio {
  margin-top: 0px;
  margin-left: 0px;
  background-position: 0 -1361px;
  width: 24px;
  height: 24px;
}

.micro-playlist ul li .audio.pause {
  background-position: 0 -1385px;
}

.podcast-sprite, .podcast-player .play, .podcast-player .play.pause, .share-links .facebook i, .share-links .twitter i, .share-links .itunes i, .pairt .facebook i, .pairt .twitter i {
  background-image: url('/images/podcast-s6163b8466c.png');
  background-repeat: no-repeat;
}

.pairt img.thumb {
  display: block;
  height: 230px;
  margin: 0px auto 20px auto;
}
.pairt a {
  font-size: 16px;
  display: block;
  float: left;
  line-height: 32px;
  font-weight: 900;
  color: #435D8A;
  text-decoration: none;
  margin-right: 20px;
}
.pairt a i {
  display: inline-block;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 5px;
}
.pairt .facebook i {
  background-position: 0 0;
}
.pairt .twitter i {
  background-position: 0 -225px;
}
@media only screen and (max-device-width: 900px) {
  .pairt {
    width: 45%;
  }
}

.pairt-modal {
  z-index: 99;
  top: 150px;
  left: 50%;
  width: 900px;
  max-width: 900px;
  margin-left: -450px;
  height: 100px;
  position: fixed;
  top: -900px;
}
.pairt-modal.active {
  top: 100px;
}
.pairt-modal img.pairt-hero {
  width: 100%;
}
.pairt-modal .social {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
}
.pairt-modal .social a {
  display: block;
  height: 25px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-color: #fff;
  padding: 0 10px 0 30px;
  margin: 5px;
  line-height: 25px;
}
.pairt-modal .social .facebook {
  background-image: url("/img/social/facebook.png");
}
.pairt-modal .social .twitter {
  background-image: url("/img/social/twitter.png");
}
@media only screen and (max-device-width: 900px) {
  .pairt-modal {
    width: 100%;
    margin-left: 0px;
    left: 0;
  }
  .pairt-modal .social {
    top: -20px;
  }
}

.big-map {
  width: 100%;
  width: 400px;
  height: 650px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  background-image: url("/images/big-map/map.png");
  background-size: cover;
  float: left;
}
.big-map.map-orkney {
  background-image: url("/images/big-map/orkney.png");
}
.big-map.map-shetland {
  background-image: url("/images/big-map/shetland.png");
}
.big-map.map-northEast {
  background-image: url("/images/big-map/northeast.png");
}
.big-map.map-caithness {
  background-image: url("/images/big-map/caithness.png");
}
.big-map.map-westCentral {
  background-image: url("/images/big-map/westCentral.png");
}
.big-map.map-eastCentralSouth {
  background-image: url("/images/big-map/eastCentralSouth.png");
}
.big-map.map-eastCentralNorth {
  background-image: url("/images/big-map/eastCentralNorth.png");
}
.big-map.map-galloway {
  background-image: url("/images/big-map/galloway.png");
}
.big-map.map-borders {
  background-image: url("/images/big-map/southern.png");
}
.big-map.map-eastAngus {
  background-image: url("/images/big-map/angus.png");
}
.big-map .placeholder {
  transform: scale(1.7);
  transform-origin: 0 0;
  position: absolute;
}
.big-map ul {
  margin: 0;
  padding: 0;
}
.big-map .mapLabel {
  position: absolute;
  display: none;
  border: 5px solid  #fff;
  background-color: #059ac9;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  min-width: 100px;
  list-style: none;
  margin: 0;
}
.big-map .mapLabel.active {
  display: inline-block;
}

/*
	
	
	$regions = array('orkney'=>'Orkney','shetland'=>'Shetland','northEast'=>'North&nbsp;East','caithness'=>'Caithness','westCentral'=>'West&nbsp;Central','eastCentralSouth'=>'East&nbsp;Central South','eastCentralNorth'=>'East&nbsp;Central North','galloway'=>'South Central','borders'=>'Borders','eastAngus'=>'East Angus and Kincardine ');
	
	*/
.loader,
.loader:before,
.loader:after {
  background: #FFF;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}

.loader:before {
  left: -1.5em;
}

.loader {
  text-indent: -9999em;
  margin: 8em auto;
  position: relative;
  font-size: 11px;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:after {
  left: 1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #FFF;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #FFF;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em;
  }
}
