/*@import "partials/module";

// small.scss for all screens below 608px (and above 319px)
// this will set up the main stlyes and will definitely be overridden by the stylesheets that follow
@import "partials/small";

// medium.scss for all screens above 608px (no-max size)
// this will set up more complex styles and variables and will be overridden by later styles
@import "partials/medium";*/
/*
Document   : settings
Created on : Jan 19, 2012, 2:48:45 PM
Author     : sunya
Description:
All main settings can be set here
*/
/* 
Document   : grid
Created on : 16-Jan-2012, 14:16:33
Author     : Sunya.Dickman
version     : 2.0
Description:
This contains the mixins for calculations for making grids based on variables that can be set in your main scss file. 
// for SCSS: http://sass-lang.com/
*/
/* line 38, ../../csd-src/sass/partials/base/_grid.scss */
body {
  width: 100%;
  position: absolute;
  min-height: 100%;
  *zoom: 1;
}
/* line 25, ../../csd-src/sass/partials/base/_grid.scss */
body:before, body:after {
  content: "";
  display: table;
}
/* line 30, ../../csd-src/sass/partials/base/_grid.scss */
body:after {
  clear: both;
}

/*
Document   : reset.scss
Created on : 23-Jan-2012, 10:51:46
Author     : Sunya.Dickman
Description: Reset stylesheet from Eric Meyer which includes the html5 elements
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
/* line 12, ../../csd-src/sass/partials/base/_reset.scss */
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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 33, ../../csd-src/sass/partials/base/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 37, ../../csd-src/sass/partials/base/_reset.scss */
body {
  line-height: 1;
}

/* line 40, ../../csd-src/sass/partials/base/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 43, ../../csd-src/sass/partials/base/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 46, ../../csd-src/sass/partials/base/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
/* line 58, ../../csd-src/sass/partials/base/_reset.scss */
ins {
  text-decoration: none;
}

/* line 61, ../../csd-src/sass/partials/base/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 65, ../../csd-src/sass/partials/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 54, ../../csd-src/sass/partials/base/_base.scss */
body, textarea {
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 58, ../../csd-src/sass/partials/base/_base.scss */
p {
  margin-bottom: 1em;
}

/* line 62, ../../csd-src/sass/partials/base/_base.scss */
h1 {
  font-size: 2.462em;
}

/* line 65, ../../csd-src/sass/partials/base/_base.scss */
h2 {
  font-size: 1.692em;
}

/* line 68, ../../csd-src/sass/partials/base/_base.scss */
h3 {
  font-size: 1.384em;
}

/* line 71, ../../csd-src/sass/partials/base/_base.scss */
h4 {
  font-size: 1.2em;
}

/* line 74, ../../csd-src/sass/partials/base/_base.scss */
h5 {
  font-size: 1.1em;
}

/* line 77, ../../csd-src/sass/partials/base/_base.scss */
figure {
  display: block;
}

/* line 80, ../../csd-src/sass/partials/base/_base.scss */
pre, code, tt {
  font-size: 100%;
  font-family: 'Andale Mono', 'Lucida Console', monospace;
}

/* line 84, ../../csd-src/sass/partials/base/_base.scss */
h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: bold;
}

/* line 87, ../../csd-src/sass/partials/base/_base.scss */
em, i, dfn, ins {
  font-style: italic;
}

/* line 90, ../../csd-src/sass/partials/base/_base.scss */
dfn {
  font-weight: bold;
}

/* line 93, ../../csd-src/sass/partials/base/_base.scss */
ins {
  border-bottom: 1px dashed;
}

/* line 96, ../../csd-src/sass/partials/base/_base.scss */
p, code, pre, kbd {
  margin: 0 0 1.5em 0;
}

/* line 99, ../../csd-src/sass/partials/base/_base.scss */
blockquote {
  margin: 0 1.5em 1.5em 1.5em;
}

/* line 102, ../../csd-src/sass/partials/base/_base.scss */
cite {
  font-style: italic;
}

/* line 105, ../../csd-src/sass/partials/base/_base.scss */
li ul, li ol {
  margin: 0 1.5em;
}

/* line 108, ../../csd-src/sass/partials/base/_base.scss */
ul, ol {
  margin: 0 1.5em 1.5em 1.5em;
}

/* line 111, ../../csd-src/sass/partials/base/_base.scss */
ul li {
  list-style-type: disc;
}

/* line 114, ../../csd-src/sass/partials/base/_base.scss */
ol li {
  list-style-type: decimal;
}

/* line 117, ../../csd-src/sass/partials/base/_base.scss */
ol ol li {
  list-style: upper-alpha;
}

/* line 120, ../../csd-src/sass/partials/base/_base.scss */
ol ol ol li {
  list-style: lower-roman;
}

/* line 123, ../../csd-src/sass/partials/base/_base.scss */
ol ol ol ol li {
  list-style: lower-alpha;
}

/* line 126, ../../csd-src/sass/partials/base/_base.scss */
dl {
  margin: 0 0 1.5em 0;
}

/* line 129, ../../csd-src/sass/partials/base/_base.scss */
dl dt {
  font-weight: bold;
}

/* line 132, ../../csd-src/sass/partials/base/_base.scss */
dd {
  margin-left: 1.5em;
}

/* line 135, ../../csd-src/sass/partials/base/_base.scss */
nav ul li, nav ol li {
  margin-left: 0;
  list-style: none;
  list-style-type: none;
}

/* line 140, ../../csd-src/sass/partials/base/_base.scss */
table {
  margin-bottom: 1.4em;
  width: 100%;
}

/* line 144, ../../csd-src/sass/partials/base/_base.scss */
th {
  font-weight: bold;
}

/* line 147, ../../csd-src/sass/partials/base/_base.scss */
th, td, caption {
  padding: 4px 10px 4px 5px;
}

/* line 150, ../../csd-src/sass/partials/base/_base.scss */
tfoot {
  font-style: italic;
}

/* line 153, ../../csd-src/sass/partials/base/_base.scss */
sup, sub {
  line-height: 0;
}

/* line 156, ../../csd-src/sass/partials/base/_base.scss */
abbr, acronym {
  border-bottom: 1px dotted;
}

/* line 159, ../../csd-src/sass/partials/base/_base.scss */
address {
  margin: 0 0 1.5em;
  font-style: italic;
}

/* line 163, ../../csd-src/sass/partials/base/_base.scss */
del {
  text-decoration: line-through;
}

/* line 166, ../../csd-src/sass/partials/base/_base.scss */
pre {
  margin: 1.5em 0;
  white-space: pre;
}

/* line 171, ../../csd-src/sass/partials/base/_base.scss */
input {
  border-width: 1px;
}

/* line 172, ../../csd-src/sass/partials/base/_base.scss */
textarea {
  font-size: 1em;
}

@font-face {
  font-family: 'GothamRoundedMedium';
  src: url("/ukgwa/20170202164459oe_/http://antenna.sciencemuseum.org.uk/fonts/GothamRounded-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRoundedBold';
  src: url("/ukgwa/20170202164459oe_/http://antenna.sciencemuseum.org.uk/fonts/GothamRounded-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* line 42, ../../csd-src/sass/partials/settings.scss */
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 75%;
  background: #d2d2d2;
}

/* line 50, ../../csd-src/sass/partials/settings.scss */
h1 {
  font-size: 1.5em;
  margin-bottom: 18px;
}

/* line 54, ../../csd-src/sass/partials/settings.scss */
h2, h3 {
  font-size: 1.25em;
  margin-bottom: 8px;
}

/* line 58, ../../csd-src/sass/partials/settings.scss */
h4 {
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 8px;
}

/* line 63, ../../csd-src/sass/partials/settings.scss */
p {
  margin-bottom: 0.66667em;
  line-height: 1.3em;
}

/* line 68, ../../csd-src/sass/partials/settings.scss */
a {
  color: #000;
}

/*
Document   : Module
Created on : 2013-03-25
Author     : sunya.dickman@aerian.com
Description:

This is where you would set up styles for "modules" of markup like promos, news articles, etc.
The styles here can be overridden by later stylesheets, but the majority of the styling happens here
*/
/* line 10, ../../csd-src/sass/partials/module.scss */
.section-container {
  margin: 0 0 20px 0;
}

/* line 14, ../../csd-src/sass/partials/module.scss */
.section-header {
  background: #000;
  padding: 10px 10px 5px 10px;
  margin: 0 0 5px 0;
  border-radius: 18px 18px 0 0;
  position: relative;
}
/* line 20, ../../csd-src/sass/partials/module.scss */
.section-header .heading {
  font-size: 1.08333em;
  color: #fff;
  margin: 0;
}
/* line 24, ../../csd-src/sass/partials/module.scss */
.section-header .heading a {
  color: #fff;
  text-decoration: none;
}
/* line 25, ../../csd-src/sass/partials/module.scss */
.section-header .heading a:hover {
  text-decoration: underline;
}

/* line 28, ../../csd-src/sass/partials/module.scss */
.section-header.utility {
  background: #ccc;
}
/* line 30, ../../csd-src/sass/partials/module.scss */
.section-header.utility .heading {
  color: #000;
}

/* line 36, ../../csd-src/sass/partials/module.scss */
.section-content {
  box-shadow: #000 2px 2px 1px;
  border-radius: 10px;
  margin: 0 2px 2px 0;
  padding: 0 20px 20px 12px;
  position: relative;
  background: #fff;
}
/* line 44, ../../csd-src/sass/partials/module.scss */
.section-content .header a {
  text-decoration: none;
}

/* line 49, ../../csd-src/sass/partials/module.scss */
.section-content.summary {
  padding: 0 43px 20px 12px;
}
/* line 51, ../../csd-src/sass/partials/module.scss */
.section-content.summary .circle-img-wrapper {
  top: 0;
  right: -35px;
  position: absolute;
}

/* line 58, ../../csd-src/sass/partials/module.scss */
.section-content.poll .header {
  margin-top: 21px;
}
/* line 60, ../../csd-src/sass/partials/module.scss */
.section-content.poll .header h2 {
  font-weight: normal;
}
/* line 62, ../../csd-src/sass/partials/module.scss */
.section-content.poll .controls {
  margin: 15px 0 0 0;
}
/* line 63, ../../csd-src/sass/partials/module.scss */
.section-content.poll .radio {
  margin-right: 10px;
}

/* line 65, ../../csd-src/sass/partials/module.scss */
.section-content.like {
  overflow: hidden;
}
/* line 67, ../../csd-src/sass/partials/module.scss */
.section-content.like .controls, .section-content.like .aerian-form {
  float: left;
}
/* line 70, ../../csd-src/sass/partials/module.scss */
.section-content.like p {
  float: left;
  margin: 6px 0 0 6px;
}

/* line 73, ../../csd-src/sass/partials/module.scss */
.section-footer {
  position: relative;
}
/* line 75, ../../csd-src/sass/partials/module.scss */
.section-footer .news-icon {
  background: url("/ukgwa/20170202164459oe_/http://antenna.sciencemuseum.org.uk/img/f/news-icon.png") no-repeat 0 0;
  display: block;
  height: 25px;
  width: 36px;
  font-family: 'GothamRoundedMedium', Arial, Helvetica, sans-serif;
  font-size: 0.83333em;
  padding: 15px 0 0 39px;
  position: absolute;
  top: -7px;
  left: 0;
  text-decoration: none;
}
/* line 88, ../../csd-src/sass/partials/module.scss */
.section-footer .ugc-content {
  text-align: right;
  padding: 5px 0 10px 0;
  font-weight: bold;
}

/* line 96, ../../csd-src/sass/partials/module.scss */
.circle-img-wrapper {
  z-index: 10;
}
/* line 98, ../../csd-src/sass/partials/module.scss */
.circle-img-wrapper .circle {
  border-radius: 290px;
  overflow: hidden;
  display: block;
}
/* line 103, ../../csd-src/sass/partials/module.scss */
.circle-img-wrapper .circle.large {
  width: 137px;
  height: 137px;
}
/* line 107, ../../csd-src/sass/partials/module.scss */
.circle-img-wrapper .circle.large-v3 {
  width: 120px;
  height: 120px;
}
/* line 111, ../../csd-src/sass/partials/module.scss */
.circle-img-wrapper .circle.large-v2 {
  width: 107px;
  height: 107px;
}
/* line 115, ../../csd-src/sass/partials/module.scss */
.circle-img-wrapper .circle.medium-v2 {
  width: 80px;
  height: 80px;
}
/* line 119, ../../csd-src/sass/partials/module.scss */
.circle-img-wrapper .circle.medium {
  width: 75px;
  height: 75px;
}
/* line 123, ../../csd-src/sass/partials/module.scss */
.circle-img-wrapper .circle.small {
  width: 50px;
  height: 50px;
}

/* line 130, ../../csd-src/sass/partials/module.scss */
.latest-news-container {
  width: 675px;
  padding: 0 0 0 69px;
  float: right;
  overflow: hidden;
}
/* line 135, ../../csd-src/sass/partials/module.scss */
.latest-news-container .header {
  padding: 0 0 0 114px;
}
/* line 138, ../../csd-src/sass/partials/module.scss */
.latest-news-container .content {
  padding: 10px 0 0 114px;
  background: #000;
  height: 222px;
  -webkit-border-radius: 180px 180px;
  -moz-border-radius: 180px 0 0 180px / 180px 0 0 180px;
  -o-border-radius: 180px 0 0 180px / 180px 0 0 180px;
  -ms-border-radius: 180px 0 0 180px / 180px 0 0 180px;
  -khtml-border-radius: 180px 0 0 180px / 180px 0 0 180px;
  border-radius: 180px 0 0 180px / 180px 0 0 180px;
  position: relative;
  overflow: hidden;
}
/* line 151, ../../csd-src/sass/partials/module.scss */
.latest-news-container .content a {
  color: #fff;
}

/* line 154, ../../csd-src/sass/partials/module.scss */
.latest-news-container.homepage {
  background: url("/ukgwa/20170202164459oe_/http://antenna.sciencemuseum.org.uk/img/f/bg_lozenge_home-news.png") no-repeat 0 40px;
}

/* line 158, ../../csd-src/sass/partials/module.scss */
.featured-pov, .featured-interview {
  overflow: hidden;
  padding: 10px;
}
/* line 161, ../../csd-src/sass/partials/module.scss */
.featured-pov .circle-img-wrapper, .featured-interview .circle-img-wrapper {
  float: right;
  margin-left: 6px;
}

/* line 166, ../../csd-src/sass/partials/module.scss */
.img-gallery {
  overflow: hidden;
}
/* line 168, ../../csd-src/sass/partials/module.scss */
.img-gallery .content {
  padding: 10px;
}
/* line 171, ../../csd-src/sass/partials/module.scss */
.img-gallery .gallery {
  float: left;
  width: 100%;
}
/* line 174, ../../csd-src/sass/partials/module.scss */
.img-gallery .gallery .rounded-image {
  float: left;
  margin: 0 5px 5px 0;
}
/* line 178, ../../csd-src/sass/partials/module.scss */
.img-gallery .gallery a.youtube {
  display: none;
}

/*
Document   : large
Created on : 25-Mar-2013, 15:48:02
Author     : sunya
Description:

This stylesheet should be the most complex styles and overrides all others
*/
/* line 28, ../../csd-src/sass/partials/large.scss */
#site-wrapper {
  margin: 0 auto;
  float: none;
  position: relative;
}

/* line 36, ../../csd-src/sass/partials/large.scss */
#content {
  margin: 0 auto;
  width: 744px;
  background: #fff;
  overflow: hidden;
}

/* line 44, ../../csd-src/sass/partials/large.scss */
#site-header .wrapper, #site-footer .wrapper {
  width: 744px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

/* line 55, ../../csd-src/sass/partials/large.scss */
#site-header .wrapper {
  padding: 14px 0 0 0;
}
/* line 58, ../../csd-src/sass/partials/large.scss */
#site-header .logo {
  padding: 0 9px 0 0;
  width: 213px;
  float: left;
}
/* line 63, ../../csd-src/sass/partials/large.scss */
#site-header .tagline-wrapper {
  float: left;
  width: 522px;
  margin: 8px 0 0 0;
  overflow: hidden;
}
/* line 68, ../../csd-src/sass/partials/large.scss */
#site-header .tagline-wrapper .tagline {
  margin: 1px 6px 0 0;
  float: left;
  background: #000;
  color: #fff;
  padding: 6px 12px 5px 12px;
  border-radius: 15px;
  font-family: 'GothamRoundedMedium', Arial, Helvetica, sans-serif;
  font-size: 1.08333em;
  position: relative;
}
/* line 79, ../../csd-src/sass/partials/large.scss */
#site-header .tagline-wrapper span {
  display: block;
  height: 29px;
  width: 252px;
  float: right;
  background: url("/ukgwa/20170202164459oe_/http://antenna.sciencemuseum.org.uk/img/f/page-header-bg.png") repeat-x 0 0;
}
/* line 87, ../../csd-src/sass/partials/large.scss */
#site-header .main-nav {
  overflow: hidden;
  padding: 25px 0 20px 0;
  width: 100%;
  float: left;
}
/* line 92, ../../csd-src/sass/partials/large.scss */
#site-header .main-nav ul {
  float: left;
  position: relative;
  padding: 0 0 4px 17px;
  margin: 0 10px 10px 0;
  width: 717px;
}
/* line 99, ../../csd-src/sass/partials/large.scss */
#site-header .main-nav li {
  margin: -10px 0 0 0;
  position: relative;
  top: -10px;
  display: inline;
}
/* line 105, ../../csd-src/sass/partials/large.scss */
#site-header .main-nav a {
  font-size: 0.91667em;
  position: relative;
}

/* line 110, ../../csd-src/sass/partials/large.scss */
.nav ul {
  box-shadow: #000 0.5px 2px 1.5px;
  border-radius: 20px 0px / 14px 0px;
  background: #fff;
}
/* line 115, ../../csd-src/sass/partials/large.scss */
.nav li {
  list-style: none;
}
/* line 118, ../../csd-src/sass/partials/large.scss */
.nav a {
  font-weight: bold;
  text-decoration: none;
  padding: 5px 4px;
}
/* line 123, ../../csd-src/sass/partials/large.scss */
.nav a:hover, .nav a.current {
  border-radius: 12px;
  background: #000;
  color: #fff;
}
/* line 128, ../../csd-src/sass/partials/large.scss */
.nav a.latest-news-link:hover {
  background: #1dd7e8;
}

/* line 133, ../../csd-src/sass/partials/large.scss */
.sm-banner {
  width: 744px;
  height: 129px;
  margin: 0 auto 8px auto;
  overflow: hidden;
  background: url("/ukgwa/20170202164459oe_/http://antenna.sciencemuseum.org.uk/img/c/sm-banner.png") no-repeat 0 0;
  position: relative;
}
/* line 140, ../../csd-src/sass/partials/large.scss */
.sm-banner ul {
  position: absolute;
  right: 0;
  top: 102px;
  margin: 0;
  height: 26px;
  display: block;
}
/* line 147, ../../csd-src/sass/partials/large.scss */
.sm-banner ul li {
  list-style: none;
  float: left;
  width: 96px;
  height: 26px;
  margin: 0 0 0 3px;
}
/* line 153, ../../csd-src/sass/partials/large.scss */
.sm-banner ul li a {
  display: block;
  width: 86px;
  height: 18px;
  color: #fff;
  padding: 8px 0 0 10px;
  text-decoration: none;
  font-weight: lighter;
  background: url("/ukgwa/20170202164459oe_/http://antenna.sciencemuseum.org.uk/img/f/sm-nav-sprite.png") no-repeat 0 0;
}
/* line 163, ../../csd-src/sass/partials/large.scss */
.sm-banner ul li a:hover {
  background-position: 0 -26px;
  color: #1f1d89;
}

/* line 171, ../../csd-src/sass/partials/large.scss */
#site-footer {
  width: 744px;
  margin: 8px auto 0 auto;
  overflow: hidden;
  border-top: solid 8px #1f1d89;
}

/* line 177, ../../csd-src/sass/partials/large.scss */
.footer {
  margin: 0 0 15px 0;
  float: right;
  padding: 8px 0 0 0;
}
/* line 181, ../../csd-src/sass/partials/large.scss */
.footer li {
  list-style: none;
  float: left;
  padding: 0 0 0 4px;
}
/* line 185, ../../csd-src/sass/partials/large.scss */
.footer li a {
  padding: 0 4px 0 0;
  font-size: 0.91667em;
  color: #333;
}
/* line 190, ../../csd-src/sass/partials/large.scss */
.footer li a:hover {
  color: #000;
}

/*** styling for lumps of content coming from CMS (snippets) ***/
/* line 196, ../../csd-src/sass/partials/large.scss */
.rte li {
  line-height: 1.4em;
}

/* line 200, ../../csd-src/sass/partials/large.scss */
.primary-content {
  width: 546px;
  float: left;
  overflow: hidden;
}

/* line 206, ../../csd-src/sass/partials/large.scss */
.secondary-content {
  width: 156px;
  padding: 0 14px 0 28px;
  float: left;
  overflow: hidden;
}

/* line 218, ../../csd-src/sass/partials/large.scss */
.page-header.branded h1 {
  color: #f85720;
  font-size: 1.75em;
}

/* line 220, ../../csd-src/sass/partials/large.scss */
.page-header.tz-branded-header {
  overflow: hidden;
}
/* line 222, ../../csd-src/sass/partials/large.scss */
.page-header.tz-branded-header h1 {
  font-size: 2em;
  margin: 0 0 12px 12px;
}
/* line 226, ../../csd-src/sass/partials/large.scss */
.page-header.tz-branded-header a {
  text-decoration: none;
}
/* line 227, ../../csd-src/sass/partials/large.scss */
.page-header.tz-branded-header .sub-nav {
  margin: 0 0 22px 0;
  width: 560px;
}
/* line 230, ../../csd-src/sass/partials/large.scss */
.page-header.tz-branded-header .sub-nav ul {
  margin: 0;
  overflow: hidden;
  padding: 0 5px 5px 5px;
  border-radius: 0 35px 35px 0 / 25px 0;
  position: relative;
  background: #fff;
}
/* line 238, ../../csd-src/sass/partials/large.scss */
.page-header.tz-branded-header .sub-nav li {
  float: left;
  margin: 0 5px 0 0;
}
/* line 242, ../../csd-src/sass/partials/large.scss */
.page-header.tz-branded-header .sub-nav a {
  display: block;
  padding: 6px 8px;
  position: relative;
}

/* line 250, ../../csd-src/sass/partials/large.scss */
.latest-news-wrapper {
  margin: 0 0 17px 0;
  overflow: hidden;
}

/* line 255, ../../csd-src/sass/partials/large.scss */
.news-summary-wrapper {
  width: 232px;
  margin: 0 36px 35px 0;
  float: left;
}

/* line 261, ../../csd-src/sass/partials/large.scss */
.news-summary-wrapper.odd {
  clear: both;
}

/* line 265, ../../csd-src/sass/partials/large.scss */
.expert-detail {
  position: relative;
  margin: 0 168px 20px 90px;
}
/* line 268, ../../csd-src/sass/partials/large.scss */
.expert-detail .section-content {
  padding: 4px 20px 20px 124px;
  min-height: 136px;
}
/* line 272, ../../csd-src/sass/partials/large.scss */
.expert-detail .circle {
  position: absolute;
  top: 0;
  left: -68px;
}
/* line 278, ../../csd-src/sass/partials/large.scss */
.expert-detail .img-caption {
  font-size: 0.91667em;
  position: absolute;
  bottom: -2px;
  right: 10px;
}

/* line 285, ../../csd-src/sass/partials/large.scss */
.expert-detail.even {
  margin: 0 80px 20px 189px;
}
/* line 287, ../../csd-src/sass/partials/large.scss */
.expert-detail.even .section-content {
  box-shadow: #000 -2px 2px 1px;
  padding: 4px 116px 20px 8px;
}
/* line 291, ../../csd-src/sass/partials/large.scss */
.expert-detail.even .circle {
  right: -70px;
  left: auto;
}

/* line 297, ../../csd-src/sass/partials/large.scss */
.news-article-wrapper, .topiczone-article-wrapper {
  padding: 0 12px 10px 12px;
  overflow: hidden;
}
/* line 300, ../../csd-src/sass/partials/large.scss */
.news-article-wrapper h1, .topiczone-article-wrapper h1 {
  font-size: 2.16667em;
}
/* line 303, ../../csd-src/sass/partials/large.scss */
.news-article-wrapper .primary-content, .topiczone-article-wrapper .primary-content {
  width: 355px;
}
/* line 307, ../../csd-src/sass/partials/large.scss */
.news-article-wrapper .secondary-content, .topiczone-article-wrapper .secondary-content {
  width: 345px;
  padding: 0 0 0 20px;
}

/* line 313, ../../csd-src/sass/partials/large.scss */
.secondary-article-wrapper {
  padding: 0 12px 10px 12px;
  overflow: hidden;
}

/* line 319, ../../csd-src/sass/partials/large.scss */
.default .primary-content {
  width: 525px;
  padding: 0 0 20px 32px;
}
/* line 322, ../../csd-src/sass/partials/large.scss */
.default .primary-content h2 {
  font-size: 1.5em;
}
/* line 324, ../../csd-src/sass/partials/large.scss */
.default .secondary-content {
  width: 155px;
  padding: 0 12px 20px 20px;
}

/* line 330, ../../csd-src/sass/partials/large.scss */
.author .primary-content {
  width: 413px;
  padding: 0 0 20px 32px;
}
/* line 334, ../../csd-src/sass/partials/large.scss */
.author .secondary-content {
  width: 267px;
  padding: 0 12px 20px 20px;
}

/* line 340, ../../csd-src/sass/partials/large.scss */
.commenting {
  width: 525px;
  float: left;
  margin: 10px 41px 0 0;
}

/* line 346, ../../csd-src/sass/partials/large.scss */
.utilities {
  width: 154px;
  float: left;
}

/* line 351, ../../csd-src/sass/partials/large.scss */
.pagination {
  float: left;
  width: 100%;
  padding: 15px 0;
}

/* line 366, ../../csd-src/sass/partials/large.scss */
.button {
  background: #000;
  color: #fff;
  border-radius: 12px;
  padding: 3px 14px;
  border: solid 2px #000;
  margin: 0;
  cursor: pointer;
  position: relative;
}

/* line 376, ../../csd-src/sass/partials/large.scss */
.button:hover {
  background: #fff;
  color: #000;
}

/* line 381, ../../csd-src/sass/partials/large.scss */
.enlarge-icon {
  float: right;
  background: url("/ukgwa/20170202164459oe_/http://antenna.sciencemuseum.org.uk/img/f/enlarge-icon.png") no-repeat 0 0;
  display: block;
  height: 25px;
  width: 47px;
  font-family: 'GothamRoundedMedium', Arial, Helvetica, sans-serif;
  font-size: 0.83333em;
  padding: 15px 0 0 39px;
  text-decoration: none;
}

/* line 393, ../../csd-src/sass/partials/large.scss */
.gallery-icon {
  float: left;
  background: url("/ukgwa/20170202164459oe_/http://antenna.sciencemuseum.org.uk/img/f/gallery-icon.png") no-repeat 0 0;
  display: block;
  height: 26px;
  width: 44px;
  font-family: 'GothamRoundedMedium', Arial, Helvetica, sans-serif;
  font-size: 0.83333em;
  padding: 15px 0 0 39px;
  text-decoration: none;
  display: none;
}

/* line 408, ../../csd-src/sass/partials/large.scss */
.rounded-image img {
  border-radius: 15px;
  position: relative;
}

/* line 416, ../../csd-src/sass/partials/large.scss */
.posts {
  margin: 0;
}
/* line 418, ../../csd-src/sass/partials/large.scss */
.posts .item {
  list-style: none;
  margin: 0 0 10px 0;
  overflow: hidden;
}
/* line 422, ../../csd-src/sass/partials/large.scss */
.posts .item a {
  display: block;
  overflow: hidden;
}
/* line 423, ../../csd-src/sass/partials/large.scss */
.posts .item .circle {
  float: left;
  margin-right: 10px;
}
/* line 427, ../../csd-src/sass/partials/large.scss */
.posts .item p {
  margin-top: 6px;
}

/* line 433, ../../csd-src/sass/partials/large.scss */
.promotion {
  float: right;
  width: 184px;
  height: 67px;
  overflow: hidden;
  padding: 0 0 0 15px;
}
/* line 439, ../../csd-src/sass/partials/large.scss */
.promotion .promotion-advert {
  position: relative;
  border-radius: 50px;
  padding: 17px 0 0 0;
  width: 67px;
  height: 50px;
  float: left;
  text-align: center;
  color: #fff;
  font-family: 'GothamRoundedMedium', Arial, Helvetica, sans-serif;
  font-size: 0.91667em;
}
/* line 450, ../../csd-src/sass/partials/large.scss */
.promotion .promotion-advert p {
  line-height: 1em;
}
/* line 452, ../../csd-src/sass/partials/large.scss */
.promotion .space-furniture {
  box-shadow: #000 1px 2px 1.5px;
  border-radius: 35px 0 0 35px / 0 25px;
  position: relative;
  background: #fff;
  width: 98px;
  height: 64px;
  float: right;
}

/* line 464, ../../csd-src/sass/partials/large.scss */
.detail-wrapper {
  background: url("/ukgwa/20170202164459oe_/http://antenna.sciencemuseum.org.uk/img/f/bg_lozenge_insight.png") no-repeat center right;
  margin: 0 0 30px 0;
}

/* line 469, ../../csd-src/sass/partials/large.scss */
.topiczone-detail {
  width: 635px;
  height: 272px;
  background: #000;
  padding: 20px 50px 0 10px;
  color: #fff;
  border-radius: 0 180px 180px 0 / 0 180px 180px 0;
  overflow: hidden;
  position: relative;
}
/* line 478, ../../csd-src/sass/partials/large.scss */
.topiczone-detail a {
  color: #fff;
}
/* line 479, ../../csd-src/sass/partials/large.scss */
.topiczone-detail .rounded-image {
  float: left;
  padding: 0 25px 0 0;
}

/* line 485, ../../csd-src/sass/partials/large.scss */
.introduction-wrapper {
  padding: 0 170px;
  min-height: 100px;
  margin: 0 0 30px 0;
  background: url("/ukgwa/20170202164459oe_/http://antenna.sciencemuseum.org.uk/img/f/bg_lozenge_pointsview.png") no-repeat center left;
}

/* line 491, ../../csd-src/sass/partials/large.scss */
.introduction-wrapper.v-two {
  background: url("/ukgwa/20170202164459oe_/http://antenna.sciencemuseum.org.uk/img/f/bg_lozenge_60sec.png") no-repeat center left;
}

/* line 494, ../../csd-src/sass/partials/large.scss */
.introduction {
  background: #000;
  color: #fff;
  border-radius: 50px;
  padding: 10px 40px;
  min-height: 80px;
  position: relative;
}

/* line 503, ../../csd-src/sass/partials/large.scss */
.interview-authors {
  overflow: hidden;
  margin: 0 22px 20px 22px;
}

/* line 507, ../../csd-src/sass/partials/large.scss */
.author {
  float: left;
}
/* line 509, ../../csd-src/sass/partials/large.scss */
.author .caption {
  margin: 45px 0 0 0;
}

/* line 513, ../../csd-src/sass/partials/large.scss */
.author.interviewer {
  float: right;
  text-align: right;
}

/* line 518, ../../csd-src/sass/partials/large.scss */
.interview-questions-wrapper {
  width: 540px;
  margin: 15px auto;
}

/* line 522, ../../csd-src/sass/partials/large.scss */
.interview-question-answer {
  overflow: hidden;
  padding: 15px 10px;
}
/* line 525, ../../csd-src/sass/partials/large.scss */
.interview-question-answer .rounded-image {
  float: right;
  margin: 0 0 0 15px;
}

/* line 530, ../../csd-src/sass/partials/large.scss */
.accordion {
  padding: 6px 7px 7px 10px;
}
/* line 532, ../../csd-src/sass/partials/large.scss */
.accordion h2 {
  color: #fff;
  font-size: 1.08333em;
  margin: 5px;
}
/* line 537, ../../csd-src/sass/partials/large.scss */
.accordion .arrow {
  display: none;
  float: right;
  width: 22px;
  height: 22px;
  background: url("/ukgwa/20170202164459oe_/http://antenna.sciencemuseum.org.uk/img/f/accordion-arrow.png") no-repeat top right;
}

/* line 548, ../../csd-src/sass/partials/large.scss */
.sponsor-wrapper {
  padding: 30px 20px;
  overflow: hidden;
}
/* line 551, ../../csd-src/sass/partials/large.scss */
.sponsor-wrapper .sponsor {
  width: 320px;
  padding: 10px;
}
/* line 554, ../../csd-src/sass/partials/large.scss */
.sponsor-wrapper .sponsor p {
  margin: 0;
}
/* line 556, ../../csd-src/sass/partials/large.scss */
.sponsor-wrapper .main-sponsors {
  float: left;
}
/* line 559, ../../csd-src/sass/partials/large.scss */
.sponsor-wrapper .secondary-sponsors {
  float: right;
}
/* line 561, ../../csd-src/sass/partials/large.scss */
.sponsor-wrapper .secondary-sponsors h4 {
  margin: 0 0 20px 0;
}

/* line 565, ../../csd-src/sass/partials/large.scss */
.featured-content-wrapper {
  overflow: hidden;
  margin: 0 0 18px 0;
}
/* line 568, ../../csd-src/sass/partials/large.scss */
.featured-content-wrapper .header {
  padding: 0 0 0 25px;
}

/* line 573, ../../csd-src/sass/partials/large.scss */
.featured-tz-articles {
  width: 392px;
  height: 120px;
  background: #000;
  margin-left: -4px;
  padding: 20px 0 0 35px;
  border-radius: 75px 180px 180px 75px / 40px 180px 180px 40px;
  float: left;
  position: relative;
}
/* line 582, ../../csd-src/sass/partials/large.scss */
.featured-tz-articles .jq-articles {
  margin: 0;
  width: 330px;
  height: 80px;
  overflow: auto;
}
/* line 587, ../../csd-src/sass/partials/large.scss */
.featured-tz-articles .jq-articles li {
  list-style: none;
}
/* line 591, ../../csd-src/sass/partials/large.scss */
.featured-tz-articles a {
  color: #fff;
  text-decoration: none;
}

/* line 593, ../../csd-src/sass/partials/large.scss */
.jq-functions {
  display: none;
  position: relative;
  margin: 5px 0 0 0;
  width: 290px;
  padding: 5px 20px 0 20px;
}
/* line 599, ../../csd-src/sass/partials/large.scss */
.jq-functions .control {
  width: 16px;
  height: 23px;
  font-size: 0;
  text-indent: -9999em;
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  background: url("/ukgwa/20170202164459oe_/http://antenna.sciencemuseum.org.uk/img/f/carousel-arrows-sprite.png") no-repeat 0 0;
}
/* line 610, ../../csd-src/sass/partials/large.scss */
.jq-functions .backward {
  left: 0;
}
/* line 613, ../../csd-src/sass/partials/large.scss */
.jq-functions .forward {
  right: 0;
  background-position: 0 -23px;
}

/* line 618, ../../csd-src/sass/partials/large.scss */
.jq-paging-tz-articles, .jq-paging-news {
  margin: 0 auto;
  overflow: hidden;
  display: block;
}
/* line 622, ../../csd-src/sass/partials/large.scss */
.jq-paging-tz-articles li, .jq-paging-news li {
  list-style: none;
  float: left;
  margin: 0 3px;
}
/* line 626, ../../csd-src/sass/partials/large.scss */
.jq-paging-tz-articles li a, .jq-paging-news li a {
  display: block;
  width: 10px;
  height: 10px;
  border: solid 1px #fff;
  background: #000;
  border-radius: 20px;
  position: relative;
}
/* line 635, ../../csd-src/sass/partials/large.scss */
.jq-paging-tz-articles li a:hover, .jq-paging-tz-articles li a.current, .jq-paging-news li a:hover, .jq-paging-news li a.current {
  background: #fff;
}

/* line 641, ../../csd-src/sass/partials/large.scss */
.jq-news-img-wrapper {
  float: left;
  width: 305px;
}
/* line 644, ../../csd-src/sass/partials/large.scss */
.jq-news-img-wrapper .jq-functions {
  width: 265px;
}

/* line 648, ../../csd-src/sass/partials/large.scss */
.jq-news-list-wrapper {
  float: right;
  width: 245px;
}
/* line 651, ../../csd-src/sass/partials/large.scss */
.jq-news-list-wrapper .more-news {
  font-weight: bold;
  text-decoration: none;
  padding: 10px 0 0 0;
  float: left;
}

/* line 659, ../../csd-src/sass/partials/large.scss */
.jq-list-news-img {
  margin: 0;
  height: 185px;
  overflow: hidden;
}
/* line 663, ../../csd-src/sass/partials/large.scss */
.jq-list-news-img li {
  list-style: none;
}

/* line 667, ../../csd-src/sass/partials/large.scss */
.jq-list-news {
  margin: 0;
  height: 185px;
  overflow: hidden;
}
/* line 671, ../../csd-src/sass/partials/large.scss */
.jq-list-news li {
  list-style: none;
  padding: 6px 0;
  border-bottom: dashed 1px #fff;
}
/* line 675, ../../csd-src/sass/partials/large.scss */
.jq-list-news li a {
  text-decoration: none;
  font-weight: bold;
}
/* line 679, ../../csd-src/sass/partials/large.scss */
.jq-list-news li a:hover, .jq-list-news li a.current {
  color: #1dd7e8;
}

/* line 686, ../../csd-src/sass/partials/large.scss */
.featured-exhibition {
  float: right;
  width: 308px;
}
/* line 689, ../../csd-src/sass/partials/large.scss */
.featured-exhibition .exhibition-img {
  float: left;
  border-radius: 400px;
  position: relative;
}
/* line 694, ../../csd-src/sass/partials/large.scss */
.featured-exhibition .exhibition-logo {
  float: right;
  width: 124px;
  padding: 10px 15px;
  background: #000;
  position: relative;
  border-radius: 180px 0 0 180px / 180px 0 0 180px;
}
/* line 701, ../../csd-src/sass/partials/large.scss */
.featured-exhibition .exhibition-logo a {
  display: block;
}

/* line 707, ../../csd-src/sass/partials/large.scss */
.comment-form {
  padding: 10px;
}
/* line 709, ../../csd-src/sass/partials/large.scss */
.comment-form .control-group {
  overflow: hidden;
}
/* line 712, ../../csd-src/sass/partials/large.scss */
.comment-form .control-label {
  font-weight: bold;
}
/* line 715, ../../csd-src/sass/partials/large.scss */
.comment-form .input-text, .comment-form .input-html5_email, .comment-form .input-html5_url {
  border: solid 1px #000;
  width: 98%;
  margin: 4px 0 10px 0;
  padding: 3px;
}
/* line 721, ../../csd-src/sass/partials/large.scss */
.comment-form .input-textarea {
  border: solid 1px #000;
  margin: 4px 0 20px 0;
  float: left;
  padding: 3px;
  width: 270px;
}
/* line 728, ../../csd-src/sass/partials/large.scss */
.comment-form .help-block {
  float: right;
  border: solid 2px #000;
  padding: 10px;
  width: 180px;
}
/* line 734, ../../csd-src/sass/partials/large.scss */
.comment-form .text-error {
  margin: 0 0 10px 0;
}
/* line 736, ../../csd-src/sass/partials/large.scss */
.comment-form .text-error li {
  list-style: none;
  color: red;
}

/* line 744, ../../csd-src/sass/partials/large.scss */
.comment-item {
  overflow: hidden;
  padding: 10px;
  margin: 0 0 20px 0;
}
/* line 748, ../../csd-src/sass/partials/large.scss */
.comment-item .profile-image {
  float: left;
  margin: 0 12px 0 0;
}
/* line 752, ../../csd-src/sass/partials/large.scss */
.comment-item .info {
  float: left;
  width: 445px;
}
/* line 755, ../../csd-src/sass/partials/large.scss */
.comment-item .info h3 {
  color: #000;
  margin: 0 0 7px 0;
}
/* line 759, ../../csd-src/sass/partials/large.scss */
.comment-item .info .date {
  font-size: 0.91667em;
}
/* line 760, ../../csd-src/sass/partials/large.scss */
.comment-item .info .controls, .comment-item .info .aerian-form {
  float: left;
}
/* line 763, ../../csd-src/sass/partials/large.scss */
.comment-item .info .like-text {
  float: left;
  padding: 5px 0 0 7px;
}

/* line 773, ../../csd-src/sass/partials/large.scss */
.poll p {
  margin: 8px 0 0 0;
}
/* line 774, ../../csd-src/sass/partials/large.scss */
.poll .total-votes {
  text-align: center;
}

/* line 776, ../../csd-src/sass/partials/large.scss */
.vote-chart {
  display: block;
  height: 10px;
  background: #ffb600;
  margin: 1px;
  border-radius: 15px;
  position: relative;
}

/* line 789, ../../csd-src/sass/partials/large.scss */
.js .img-gallery .gallery {
  display: none;
}
/* line 793, ../../csd-src/sass/partials/large.scss */
.js .interview-question-answer {
  display: none;
}
/* line 796, ../../csd-src/sass/partials/large.scss */
.js .accordion {
  cursor: pointer;
}
/* line 797, ../../csd-src/sass/partials/large.scss */
.js .arrow, .js .jq-functions, .js .gallery-icon {
  display: block;
}
