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 .rte-header nav {
  max-width: 1020px;
}
html .rte-header nav a {
  font-weight: 600;
}
html .rte-header .nav-level-one a {
  font-weight: 700;
}
header {
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 1020px) {
  header .wrapper {
    max-width: 1020px;
    position: relative;
  }
}
#brand {
  display: block;
  padding: 36px 0 20px;
  text-align: center;
}
#brand a {
  background: url(/img/ci-brand-footer.svg) no-repeat top center;
  background-size: 100% auto;
  display: block;
  height: 99px;
  margin: 0 auto;
  text-indent: -4000em;
  width: 226px;
}
.grey-strip {
  background: #222;
  background: rgba(34, 34, 34, 0.6);
  padding: 27px 20px 37px;
  position: relative;
}
@media only screen and (min-width: 760px) {
  .grey-strip {
    padding: 31px 20px 37px;
  }
}
@media only screen and (min-width: 1020px) {
  .grey-strip {
    padding: 30px 0 32px;
  }
  .grey-strip.fixed {
    background: #222;
    background: rgba(34, 34, 34, 0.8);
    position: fixed;
    top: -99px;
    width: 100%;
    z-index: 100;
  }
}
.search-btn {
  background: #fff;
  border-radius: 50%;
  color: #333;
  display: block;
  float: left;
  font-size: 1.25em;
  height: 36px;
  line-height: 1em;
  padding-top: 8px;
  text-align: center;
  text-decoration: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  width: 36px;
}
.search-btn:hover {
  background: #222;
  color: #fff;
  text-decoration: none;
}
.search-btn.close-ico {
  background: 0 0;
  color: #fff;
  font-size: 1.625em;
}
.search-btn.close-ico .icon-search:before {
  content: "\e60c";
}
@media only screen and (min-width: 760px) {
  .search-btn {
    display: none;
  }
}
.ui-autocomplete {
  color: #333;
  cursor: default;
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 5px 0 0;
  position: absolute;
  top: 5px;
  z-index: 100;
}
.ui-autocomplete li {
  background: #fff;
  color: #333;
  cursor: pointer;
  font: 300 0.9375em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  padding: 12px 10px;
}
.ui-autocomplete li:hover {
  background: #e0e0e0;
}
.ui-helper-hidden-accessible {
  display: none;
}
.search-bar {
  background: #c32e2e;
  display: none;
  left: 0;
  padding: 26px 20px 28px;
  position: absolute;
  top: 255px;
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .search-bar {
    background: 0 0;
    display: block;
    left: 33px;
    max-width: 220px;
    padding: 0;
    top: 57px;
    width: 25%;
  }
}
@media only screen and (min-width: 1020px) {
  .search-bar {
    left: 10px;
  }
}
.site-search {
  position: relative;
  width: 100%;
}
.site-search input[type="text"] {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 18px;
  color: #333;
  font: 300 0.9375em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  height: 36px;
  line-height: 1.2em;
  padding: 9px 17px 9px 43px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  width: 100%;
}
.site-search input[type="text"]:focus {
  border: 1px solid #333;
  outline: none;
}
.site-search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  color: #333;
  cursor: pointer;
  height: 33px;
  left: 4px;
  padding: 0;
  position: absolute;
  top: 2px;
  width: 40px;
}
.site-search button:focus {
  outline: none;
}
.site-search button:before {
  content: "\e60f";
  line-height: 32px;
  font-family: gallipoli;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
}
.social-icons {
  display: block;
  left: 72px;
  position: absolute;
  top: 182px;
  z-index: 4;
}
.social-icons a {
  background: #c32e2e;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 1.5em;
  height: 36px;
  margin: 0 3px;
  padding-top: 6px;
  text-align: center;
  text-decoration: none;
  width: 36px;
}
.social-icons a:hover {
  background: #222;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 760px) {
  .social-icons {
    right: 30px;
    left: auto;
    top: 58px;
  }
}
@media only screen and (min-width: 1020px) {
  .social-icons {
    right: 50px;
  }
}
.main-image-bg {
  height: 970px;
  position: relative;
  z-index: 100;
}
.main-image-bg .managed-image {
  position: absolute;
  width: 100%;
}
.main-image-bg .image-container {
  display: block;
  height: 970px;
  overflow: hidden;
  position: relative;
}
.main-image-bg .image-container img {
  bottom: -9999px;
  display: block;
  left: -9999px;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: -9999px;
  top: -9999px;
}
@media only screen and (min-width: 400px) {
  .main-image-bg {
    height: 900px;
  }
  .main-image-bg .image-container {
    height: 900px;
  }
}
.guide-image-bg {
  background: #222;
  height: 738px;
  position: relative;
  z-index: 100;
}
.guide-image-bg .managed-image {
  position: absolute;
  width: 100%;
}
.guide-image-bg .image-container {
  display: block;
  height: 738px;
  overflow: hidden;
  position: relative;
}
.guide-image-bg .image-container img {
  bottom: -9999px;
  display: block;
  left: -9999px;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: -9999px;
  top: -9999px;
}
@media only screen and (min-width: 760px) {
  .guide-image-bg {
    height: 895px;
  }
  .guide-image-bg .image-container {
    height: 895px;
  }
}
.standard-image-bg {
  background: #222;
  height: 590px;
  position: relative;
  z-index: 100;
}
.standard-image-bg .managed-image {
  position: absolute;
  width: 100%;
}
.standard-image-bg .image-container {
  display: block;
  height: 590px;
  overflow: hidden;
  position: relative;
}
.standard-image-bg .image-container img {
  bottom: -9999px;
  display: block;
  left: -9999px;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: -9999px;
  top: -9999px;
}
.banner-content {
  background: #c32e2e;
  background: rgba(195, 46, 46, 0.75);
  color: #fff;
  margin: 7% auto;
  max-width: 660px;
  padding: 32px 20px 23px;
  position: relative;
  text-align: center;
  width: 87.5%;
  z-index: 2;
}
.banner-content h1 {
  color: #fff;
  font: 700 2.5em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  line-height: 1.05em;
  margin: 0 0 17px;
  text-transform: uppercase;
}
.banner-content h2 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 26px;
  text-transform: uppercase;
}
.banner-content p {
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 1.6em;
  padding: 0 15px;
}
.banner-content .main-btn,
.banner-content .ghost-btn,
.banner-content .newsletter button,
.newsletter .banner-content button,
.banner-content .calendar-search button,
.calendar-search .banner-content button {
  display: inline-block;
  margin-bottom: 12px;
  max-width: 310px;
  width: 100%;
}
.banner-content .ghost-btn,
.banner-content .newsletter button,
.newsletter .banner-content button {
  display: inline-block;
  margin-bottom: 12px;
  max-width: 310px;
  margin-bottom: 0;
}
.banner-content.guide {
  margin: 28% auto 0;
  padding: 26px 10px 24px;
}
.banner-content.guide h1 {
  font: 700 2.25em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  line-height: 1.11111em;
  margin: 0 0 6px;
}
.banner-content.guide h1 .section-title {
  display: block;
  font: 300 0.66667em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.banner-content.guide h2 {
  font-size: 1.875em;
  letter-spacing: 0.01em;
  line-height: teom(34px, 30px);
  margin-bottom: 0;
}
.banner-content.standard-content {
  margin: 10% auto 0;
  padding: 26px 10px 24px;
}
.banner-content.standard-content h1 {
  font: 700 1.875em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  line-height: 1.25em;
  margin: 0 0 6px;
}
.banner-content.standard-content h1 .section-title {
  display: block;
  font: 300 0.8em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  margin-bottom: 14px;
}
.banner-content.standard-content h1.longer-word {
  font-size: 1.875em;
}
@media only screen and (min-width: 760px) {
  .banner-content {
    margin: 13% auto;
    padding: 41px 36px 61px;
  }
  .banner-content h1 {
    font-size: 5.8125em;
    line-height: 1em;
    margin-bottom: 0;
  }
  .banner-content h2 {
    font-size: 1.6875em;
    margin-bottom: 11px;
  }
  .banner-content p {
    font-size: 1.0625em;
    line-height: 1.41176em;
    margin-bottom: 25px;
  }
  .banner-content .main-btn,
  .banner-content .ghost-btn,
  .banner-content .newsletter button,
  .newsletter .banner-content button,
  .banner-content .calendar-search button,
  .calendar-search .banner-content button,
  .banner-content .ghost-btn,
  .banner-content .newsletter button,
  .newsletter .banner-content button {
    margin: 0 10px;
    max-width: 270px;
  }
  .banner-content.guide {
    margin-top: 178px;
    padding: 28px 10px 31px;
  }
  .banner-content.guide h1 {
    font-size: 3.75em;
    letter-spacing: 0.01em;
    line-height: 1em;
  }
  .banner-content.guide h1 .section-title {
    font-size: 0.45em;
    margin-bottom: 1px;
  }
  .banner-content.guide h2 {
    font-size: 2.1875em;
    line-height: 1.08571em;
  }
  .banner-content.standard-content {
    margin-top: 60px;
    padding: 28px 10px 23px;
  }
  .banner-content.standard-content h1 {
    font-size: 2.8125em;
    letter-spacing: 0.01em;
    line-height: 1.2em;
  }
  .banner-content.standard-content h1.longer-word {
    font-size: 2.8125em;
  }
  .banner-content.standard-content h1 .section-title {
    font-size: 0.6em;
    margin-bottom: 2px;
  }
  .banner-content.standard-content h2 {
    font-size: 2.1875em;
    line-height: 1.08571em;
  }
}
@media only screen and (min-width: 1020px) {
  .banner-content {
    margin: 96px auto;
    max-width: 700px;
    padding: 43px 20px 59px;
  }
  .banner-content h2 {
    margin-bottom: 13px;
  }
  .banner-content .actions {
    padding-top: 22px;
    *zoom: 1;
  }
  .banner-content .actions:before,
  .banner-content .actions:after {
    content: "";
    display: table;
  }
  .banner-content .actions:after {
    clear: both;
  }
  .banner-content .main-btn,
  .banner-content .ghost-btn,
  .banner-content .newsletter button,
  .newsletter .banner-content button,
  .banner-content .calendar-search button,
  .calendar-search .banner-content button,
  .banner-content .ghost-btn,
  .banner-content .newsletter button,
  .newsletter .banner-content button {
    margin: 0 8px;
    max-width: 310px;
  }
  .banner-content.guide {
    margin-top: 172px;
    max-width: 980px;
  }
  .banner-content.guide h1 .section-title {
    margin-bottom: 4px;
  }
  .banner-content.standard-content {
    margin-top: 50px;
    max-width: 700px;
  }
  .banner-content.standard-content h1 {
    font-size: 3.125em;
  }
  .banner-content.standard-content h1 .section-title {
    font-size: 0.54em;
    margin-bottom: 4px;
  }
}
#back-to-CI,
#guides-back-to {
  display: block;
  position: relative;
  width: 300px;
  margin: 40px auto 0;
}
#guides-back-to {
  margin-top: 95px;
}
@media only screen and (min-width: 760px) {
  #guides-back-to {
    margin-top: 140px;
  }
}
html .rte-footer {
  font-weight: 700;
  padding: 0;
  text-align: left;
}
html .rte-footer ul a {
  font-weight: 600;
}
html .rte-footer .footer-sections,
html .rte-footer .footer-additional .additional-section {
  max-width: 1020px;
}
html .rte-footer .additional-section p {
  font-weight: 600;
  margin: 1em 0;
}
footer {
  background: #2c2b2b;
  color: #fff;
  padding: 51px 20px 33px;
  text-align: center;
}
footer #footer-brand {
  margin: 0 auto 40px;
  width: 145px;
}
footer #footer-brand img {
  display: block;
  width: 100%;
}
footer p {
  font-size: 1.0625em;
  line-height: 1.23529em;
}
footer .footer-links {
  overflow: hidden;
  padding: 0;
}
footer .footer-links li {
  color: #fff;
  display: block;
  margin: 18px 0;
  text-align: center;
}
footer .footer-links li a {
  color: #fff;
  display: block;
  font-family: brandon-grotesque, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.125em;
}
footer .footer-links li a:hover {
  color: #c32e2e;
}
footer .social-icons-footer {
  overflow: hidden;
  padding: 10px 0 20px;
}
footer .social-icons-footer a {
  background: #c32e2e;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin: 0 4px;
  padding: 7px 0 0;
  text-align: center;
  vertical-align: top;
  width: 40px;
}
footer .social-icons-footer a:hover {
  background: #fff;
  color: #c32e2e;
  text-decoration: none;
}
footer .social-icons-footer a span {
  font-size: 1.6875em;
  line-height: 1em;
}
footer .social-icons-footer a.mail {
  background: #fff;
  color: #333;
}
footer .social-icons-footer a.mail:hover {
  background: #c32e2e;
  color: #fff;
}
footer .utilities,
footer .logos {
  text-align: center;
}
footer .utilities li,
footer .logos li {
  display: inline-block;
}
footer .utilities li a,
footer .logos li a {
  color: #969494;
  font: 700 0.75em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  line-height: 1.25em;
  margin: 0 10px;
}
footer .utilities li a:hover,
footer .logos li a:hover {
  color: #fff;
}
footer .utilities li a img,
footer .logos li a img {
  margin-top: 20px;
  width: 200px;
}
footer .logos li a {
  display: inline-block;
}
@media only screen and (min-width: 760px) {
  footer p {
    margin-bottom: 36px;
  }
  footer .footer-links {
    margin: 0 auto;
    max-width: 480px;
    padding: 0 0 3px;
  }
  footer .footer-links li {
    display: inline-block;
    margin: 0 15px 25px;
  }
}
@media only screen and (min-width: 1020px) {
  footer {
    padding: 51px 20px 50px;
  }
  footer .wrapper {
    max-width: 900px;
  }
  footer #footer-brand {
    margin: 0 auto 24px;
  }
  footer p {
    margin-bottom: 28px;
  }
  footer .footer-links {
    max-width: none;
  }
}
.design-by {
  background: #252525;
  color: #606060;
  padding: 23px 20px;
}
.design-by a {
  color: #606060;
  display: block;
  height: 19px;
  margin: 0 auto;
  width: 93px;
}
.design-by a:hover {
  color: #fff;
  text-decoration: none;
}
.menu-btn,
#pull-menu .menu-btn-desk {
  color: #fff;
  display: block;
  float: right;
  font-size: 1.6875em;
  padding-top: 8px;
}
.menu-btn.active .icon-rhs-menu:before,
#pull-menu .active.menu-btn-desk .icon-rhs-menu:before {
  content: "\e60c";
}
.menu-btn:hover,
#pull-menu .menu-btn-desk:hover {
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 1020px) {
  .menu-btn,
  #pull-menu .menu-btn-desk {
    display: none;
  }
}
#pull-menu {
  margin-top: -30px;
  position: fixed;
  right: -60px;
  top: 50%;
  width: 60px;
  z-index: 100;
}
#pull-menu.active {
  right: 0;
}
#pull-menu.toggled {
  right: 260px !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#pull-menu.toggled .menu-btn .icon-rhs-menu,
#pull-menu.toggled .menu-btn-desk .icon-rhs-menu {
  font-size: 33px;
  line-height: 60px;
}
#pull-menu.toggled .menu-btn .icon-rhs-menu:before,
#pull-menu.toggled .menu-btn-desk .icon-rhs-menu:before {
  content: "\e60c";
}
#pull-menu .menu-btn,
#pull-menu .menu-btn-desk {
  background: #222;
  float: none;
  height: 60px;
  padding: 0 0 0 2px;
  text-align: center;
}
#pull-menu .menu-btn .icon-rhs-menu,
#pull-menu .menu-btn-desk .icon-rhs-menu {
  font-size: 29px;
  line-height: 62px;
}
#pull-menu .menu-btn:hover,
#pull-menu .menu-btn-desk:hover {
  background: #c32e2e;
  color: #fff;
  text-decoration: none;
}
#pull-menu .menu-btn-desk {
  display: none;
}
@media only screen and (min-width: 760px) {
  #pull-menu.toggled {
    right: 371px !important;
  }
}
@media only screen and (min-width: 1020px) {
  #pull-menu.toggled {
    right: 0;
  }
  #pull-menu .menu-btn,
  #pull-menu .menu-btn-desk {
    display: none;
  }
  #pull-menu .menu-btn-desk {
    display: block;
  }
}
.menu-strip {
  background: #222;
  clear: both;
  color: #fff;
  display: none;
  left: 0;
  padding: 33px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 4;
}
.menu-strip nav {
  position: relative;
}
.menu-strip nav .close {
  color: #fff;
  display: block;
  font-size: 2.125em;
  line-height: 1em;
  position: absolute;
  right: -15px;
  text-decoration: none;
  top: -4px;
}
.menu-strip nav .close:hover {
  color: #c32e2e;
}
.menu-strip nav li {
  display: block;
  margin-bottom: 6px;
}
.menu-strip nav li a {
  color: #fff;
  display: block;
  font: 700 1.1875em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  line-height: 1.15789em;
  padding: 8px 0;
  text-decoration: none;
}
.menu-strip nav li a:hover {
  color: #c32e2e;
}
@media only screen and (min-width: 1020px) {
  .menu-strip {
    background: 0 0;
    display: block;
    padding: 0;
    position: relative;
  }
  .menu-strip nav {
    margin: 0 auto;
    max-width: 1020px;
    *zoom: 1;
  }
  .menu-strip nav:before,
  .menu-strip nav:after {
    content: "";
    display: table;
  }
  .menu-strip nav:after {
    clear: both;
  }
  .menu-strip nav .close {
    display: none;
  }
  .menu-strip nav ul {
    text-align: center;
  }
  .menu-strip nav ul a:after {
    background: #fff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    -webkit--transform: scale(0);
    -moz--transform: scale(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 200;
  }
  .menu-strip nav ul a:hover {
    color: #fff;
  }
  .menu-strip nav ul a:hover:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit--transform: scale(1);
    -moz--transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale(1);
  }
  .menu-strip nav ul a.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit--transform: scale(1);
    -moz--transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale(1);
  }
  .menu-strip nav ul a.has-children:hover:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu-strip nav ul li {
    float: left;
    margin: 0 19px;
    overflow: hidden;
    position: relative;
  }
  .menu-strip nav ul li ul {
    left: 50%;
    margin: 0 0 0 -130px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    padding-top: 32px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 260px;
    z-index: 400;
  }
  .menu-strip nav ul li ul:before {
    content: "\e618";
    color: #222;
    display: inline-block;
    font-family: gallipoli;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    margin: -24px 0 0 -15px;
    position: absolute;
    text-transform: none;
    speak: none;
  }
  .menu-strip nav ul li ul li {
    display: block;
    float: none;
    margin: 0;
  }
  .menu-strip nav ul li ul li a {
    background: #222;
    color: #fff;
    display: block;
    font-size: 16px;
    font-family: museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.125em;
    padding: 17px 20px;
    text-align: center;
    text-transform: uppercase;
  }
  .menu-strip nav ul li ul li a:hover {
    background: #000;
  }
  .menu-strip nav ul li ul li a:after {
    display: none;
  }
  .menu-strip nav ul li:hover {
    overflow: visible;
  }
  .menu-strip nav ul li:hover ul {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
#pageslide {
  display: none;
  height: 100%;
  overflow: scroll;
  padding-bottom: 60px;
  position: absolute;
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 260px;
  padding: 0 0;
  background-color: #222;
  color: #fff;
}
#pageslide .close {
  display: none;
}
#pageslide .second-level {
  display: none;
}
#pageslide ul > li {
  display: block;
  width: 100%;
}
#pageslide ul > li a {
  color: #fff;
  display: block;
  font: 700 1.1875em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  line-height: 1.15789em;
  padding: 17px 10px 17px 40px;
  text-decoration: none;
}
#pageslide ul > li a:hover {
  color: #c32e2e;
}
#pageslide ul > li a.has-children,
#pageslide ul > li a.no-parent {
  position: relative;
}
#pageslide ul > li a.has-children:before,
#pageslide ul > li a.no-parent:before {
  content: "\e616";
  color: #c32e2e;
  font-family: gallipoli;
  speak: none;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 55px;
  left: 13px;
  position: absolute;
  top: 0;
  margin-right: 10px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pageslide ul > li a.has-children:hover:before,
#pageslide ul > li a.no-parent:hover:before {
  color: #fff;
}
#pageslide ul > li > div > ul {
  background: #ddd9cc;
  margin: 0;
  padding: 0;
}
#pageslide ul > li > div > ul li > a:before {
  display: none;
}
#pageslide ul > li > div > ul li.has-children > a:before {
  display: inline-block;
}
#pageslide ul > li > div > ul li > a {
  background: #ddd9cc;
  color: #222;
  font-family: museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
#pageslide ul > li > div > ul li > a:hover {
  color: #fff;
}
#pageslide ul > li > div > ul > li > ul {
  background: #ddd9cc;
  margin: 0 -10px 0;
  padding: 0 10px;
}
#pageslide ul > li > div > ul > li > ul > li {
  display: list-item;
  font-size: 0.875em;
  list-style: disc inside;
}
#pageslide ul > li > div > ul > li > ul > li > a {
  padding: 10px 5px 10px 32px;
}
@media only screen and (min-width: 760px) {
  #pageslide {
    width: 371px;
  }
}
@media only screen and (min-width: 1020px) {
  #pageslide {
    display: none !important;
  }
}
@font-face {
  font-family: gallipoli;
  src: url(fonts/gallipoli.eot);
  src: url(fonts/gallipoli.eot) format("embedded-opentype"),
    url(fonts/gallipoli.woff) format("woff"),
    url(fonts/gallipoli.ttf) format("truetype"),
    url(fonts/gallipoli.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: gallipoli;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-triangle-up:before {
  content: "\e618";
}
.icon-calendar:before {
  content: "\e612";
}
.icon-rhs-menu:before {
  content: "\e617";
}
.icon-bullet-point:before {
  content: "\e600";
}
.icon-audio-icon:before {
  content: "\e60e";
}
.icon-camera:before {
  content: "\e611";
}
.icon-mail:before {
  content: "\e606";
}
.icon-by-kooba:before {
  content: "\e610";
}
.icon-tracker-news:before {
  content: "\e60b";
}
.icon-guide:before {
  content: "\e60d";
}
.icon-search:before {
  content: "\e60f";
}
.icon-pause-circle:before {
  content: "\e61b";
}
.icon-zoom:before {
  content: "\e619";
}
.icon-pdf:before {
  content: "\e61a";
}
.icon-menu:before {
  content: "\e601";
}
.icon-play-arrow:before {
  content: "\e602";
}
.icon-play-circle:before {
  content: "\e603";
}
.icon-download:before {
  content: "\e604";
}
.icon-twitter:before {
  content: "\e605";
}
.icon-googleplus-circle:before {
  content: "\e607";
}
.icon-facebook-circle:before {
  content: "\e608";
}
.icon-twitter-circle:before {
  content: "\e609";
}
.icon-facebook:before {
  content: "\e60a";
}
.icon-minus:before {
  content: "\e615";
}
.icon-plus:before {
  content: "\e616";
}
.icon-arrow-left:before {
  content: "\e613";
}
.icon-arrow-right:before {
  content: "\e614";
}
.icon-close:before {
  content: "\e60c";
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.group,
.grey-strip,
.two-col,
.two-col .link,
.tabs ul,
.large-social,
.calendar-search,
.calendar-search ol,
.calendar-search li,
.two-col-articles,
#stories-strip {
  *zoom: 1;
}
.group:before,
.group:after,
.grey-strip:before,
.two-col:before,
.two-col .link:before,
.tabs ul:before,
.large-social:before,
.calendar-search:before,
.calendar-search ol:before,
.calendar-search li:before,
.two-col-articles:before,
#stories-strip:before,
.grey-strip:after,
.two-col:after,
.two-col .link:after,
.tabs ul:after,
.large-social:after,
.calendar-search:after,
.calendar-search ol:after,
.calendar-search li:after,
.two-col-articles:after,
#stories-strip:after {
  content: "";
  display: table;
}
.group:after,
.grey-strip:after,
.two-col:after,
.two-col .link:after,
.tabs ul:after,
.large-social:after,
.calendar-search:after,
.calendar-search ol:after,
.calendar-search li:after,
.two-col-articles:after,
#stories-strip:after {
  clear: both;
}
a {
  color: #c32e2e;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #c32e2e;
  text-decoration: underline;
}
html a,
html a:focus {
  outline: 0;
}
::-moz-selection {
  color: #fff;
  background: #c32e2e;
}
::selection {
  color: #fff;
  background: #c32e2e;
}
body {
  background: #fff;
  color: #333;
  font: 300 1em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.3em;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
.wrapper {
  margin: 0 auto;
}
em,
i {
  font-style: italic;
}
strong {
  font-weight: 700;
}
p {
  font: 300 1.0625em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.41176em;
  margin: 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
h1 {
  color: #c32e2e;
  font-size: 2.25em;
  letter-spacing: 0.05em;
  line-height: 1.05556em;
}
@media only screen and (min-width: 760px) {
  h1 {
    font-size: 2.8125em;
    line-height: 1em;
  }
}
h2 {
  font-size: 1.75em;
  letter-spacing: 0.02em;
  line-height: 1.14286em;
}
@media only screen and (min-width: 760px) {
  h2 {
    font-size: 2em;
    line-height: 1.09375em;
  }
}
@media only screen and (min-width: 1020px) {
  h2 {
    font-size: 2.25em;
    line-height: 1.11111em;
  }
}
h3 {
  font-size: 1.625em;
  letter-spacing: 0.03em;
  line-height: 1.11538em;
}
@media only screen and (min-width: 760px) {
  h3 {
    font-size: 1.75em;
    line-height: 1.14286em;
  }
}
h4 {
  font-size: 1.5em;
  line-height: 1.16667em;
}
h5 {
  font-size: 1.125em;
  letter-spacing: -0.03em;
  line-height: 1.11111em;
}
h6 {
  font-size: 1em;
  letter-spacing: -0.03em;
  line-height: 1.125em;
}
h1.section-header,
h2.section-header,
h3.section-header,
h4.section-header,
h5.section-header,
h6.section-header {
  font-size: 2.375em;
  font-family: brandon-grotesque, helvetica neue, Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.18421em;
  margin: 46px 0 19px;
  text-align: center;
}
blockquote {
  display: inline-block;
  text-align: center;
}
blockquote p {
  font: 300 1.375em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  font-style: italic;
  line-height: 1.27273em;
  margin-top: -15px;
}
.main-btn,
.ghost-btn,
.newsletter button,
.calendar-search button {
  background: #222;
  color: #fff;
  font: 700 1.1875em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.15789em;
  padding: 17px 10px 18px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main-btn:hover,
.ghost-btn:hover,
.newsletter button:hover,
.calendar-search button:hover {
  background: #3c3c3c;
  color: #fff;
}
.main-btn:hover,
.ghost-btn:hover,
.newsletter button:hover,
.calendar-search button:hover {
  background: #333;
  text-decoration: none;
}
.main-btn.white,
.white.ghost-btn,
.newsletter button.white,
.calendar-search button.white {
  background: #fff;
  color: #222;
}
.main-btn.white:hover,
.white.ghost-btn:hover,
.newsletter button.white:hover,
.calendar-search button.white:hover {
  background: #c32e2e;
  color: #fff;
}
.main-btn.red,
.red.ghost-btn,
.newsletter button.red,
.calendar-search button.red {
  background: #c32e2e;
  color: #fff;
}
.main-btn.red:hover,
.red.ghost-btn:hover,
.newsletter button.red:hover,
.calendar-search button.red:hover {
  background: #ac3434;
}
@media only screen and (min-width: 760px) {
  .main-btn,
  .ghost-btn,
  .newsletter button,
  .calendar-search button {
    font-size: 1.1875em;
  }
}
.ghost-btn,
.newsletter button {
  background: 0 0;
  border: 2px solid #fff;
  padding: 15px 5px;
}
.ghost-btn:hover,
.newsletter button:hover {
  background: #fff;
  color: #333;
}
.text-link {
  color: #c32e2e;
  font: 700 1.1875em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.10526em;
}
.valign-table {
  display: table;
  height: 100%;
  width: 100%;
}
.valign-tr {
  display: table-row;
  height: 100%;
  width: 100%;
}
.valign-td {
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.limited-width {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 780px;
  text-align: center;
}
.author-details {
  *zoom: 1;
}
.author-details:before,
.author-details:after {
  content: "";
  display: table;
}
.author-details:after {
  clear: both;
}
.author-details img.profile-pic {
  border-radius: 21px;
  display: block;
  float: left;
  height: 42px;
  margin: 0 10px 0 15px;
  vertical-align: top;
  width: 42px;
}
.author-details .by-line {
  color: #676666;
  display: block;
  padding-top: 3px;
}
.author-details .date {
  color: #676666;
  display: block;
}
.author-details .caps {
  text-transform: uppercase;
}
@media only screen and (min-width: 1020px) {
  .author-details .by-line {
    padding-bottom: 2px;
  }
}
article.sub {
  *zoom: 1;
  text-align: left;
  margin-bottom: 13px;
  padding-bottom: 13px;
}
article.sub:before,
article.sub:after {
  content: "";
  display: table;
}
article.sub:after {
  clear: both;
}
article.sub h3 {
  color: #333;
  font-size: 1.125em;
  line-height: 1.22222em;
  margin-bottom: 0;
}
article.sub h3 a {
  color: #333;
}
article.sub h3 a:hover {
  color: #c32e2e;
}
article.sub h3.smaller {
  font-size: 0.875em;
  line-height: 1.28571em;
  margin: 0;
}
article.sub figure {
  display: block;
  float: left;
  width: 50%;
}
article.sub figure img {
  display: block;
  width: 100%;
}
article.sub .article-title {
  float: right;
  padding-left: 10px;
  width: 50%;
}
article.sub .author-details {
  font-size: 0.875em;
  line-height: 1.14286em;
}
article.sub .author-details .date {
  font-size: 0.85714em;
}
article.sub .excerpt {
  font-size: 0.875em;
  line-height: 1.14286em;
}
article.sub .excerpt p {
  color: #676666;
  font-size: 1em;
  margin: 0;
}
@media only screen and (min-width: 480px) {
  article.sub h3 {
    font-size: 1.25em;
    line-height: 1.2em;
    margin: 10px 0;
  }
  article.sub h3.smaller {
    font-size: 1em;
    line-height: 1.375em;
    margin: 10px 0;
  }
  article.sub figure {
    width: 34%;
  }
  article.sub .article-title {
    width: 66%;
  }
}
@media only screen and (min-width: 760px) {
  article.sub h3 {
    margin: -3px 0 2px;
  }
  article.sub h3.smaller {
    margin: -3px 0 2px;
    line-height: 1.125em;
  }
  article.sub figure {
    overflow: hidden;
    width: 150px;
  }
  article.sub .article-title {
    float: left;
    padding-left: 20px;
    width: 52%;
  }
}
@media only screen and (min-width: 1020px) {
  article.sub {
    margin-bottom: 9px;
    padding-bottom: 9px;
  }
  article.sub h3 {
    margin: 0 0 3px;
  }
  article.sub figure {
    width: 32%;
  }
  article.sub .article-title {
    padding: 0 10px 0 20px;
    width: 68%;
  }
}
.material-list .col1 {
  border-bottom: 1px solid #fff;
  padding: 34px 15px;
}
.material-list .col2 {
  padding: 34px 15px;
}
.material-list h3.title {
  color: #000;
  font: 700 1.1875em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.10526em;
  margin-bottom: 33px;
  text-align: left;
}
.material-list h3.media-title {
  margin: 33px 10px 0;
}
@media only screen and (min-width: 1020px) {
  .material-list h3.media-title {
    margin: 50px 0 33px;
  }
}
.material-list article.sub h3 {
  font: 700 0.875em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.28571em;
  text-transform: uppercase;
}
.material-list article.sub .article-title {
  padding-left: 15px;
}
.material-list article.sub .by-line,
.material-list article.sub .date {
  color: #222;
}
.material-list article.sub .excerpt {
  font-size: 0.875em;
  line-height: 1.14286em;
}
.material-list article.sub .excerpt p {
  color: #676666;
  font-size: 1em;
  margin: 0;
}
.material-list article.sub figure a {
  display: block;
  position: relative;
}
.material-list article.sub figure a .hover-panel {
  background: #333;
  background: rgba(51, 51, 51, 0.68);
  color: #fff;
  display: block;
  height: 100%;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 3;
}
.material-list article.sub figure a .hover-panel span {
  display: inline-block;
  font-size: 1.5625em;
  margin-top: 38px;
}
.material-list article.sub figure a .hover-panel span.icon-audio-icon {
  font-size: 38px;
  margin-top: 31px;
}
.material-list article.sub figure a .hover-panel span.icon-tracker-news {
  font-size: 32px;
}
.material-list article.sub figure a:hover .hover-panel {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}
.material-list .main-btn,
.material-list .ghost-btn,
.material-list .newsletter button,
.newsletter .material-list button,
.material-list .calendar-search button,
.calendar-search .material-list button {
  display: block;
  margin: 0 auto;
  max-width: 320px;
}
.material-list.one-column {
  padding: 34px 15px 43px;
}
.material-list.images article.sub h3,
.material-list.images article.sub h3 a {
  color: #c32e2e;
}
@media only screen and (min-width: 760px) {
  .material-list {
    *zoom: 1;
  }
  .material-list:before,
  .material-list:after {
    content: "";
    display: table;
  }
  .material-list:after {
    clear: both;
  }
  .material-list .col1,
  .material-list .col2 {
    border-bottom: 0;
    display: block;
    float: left;
    width: 50%;
  }
  .material-list .col1 {
    padding: 34px 0 34px 20px;
  }
  .material-list .col2 {
    padding: 34px 10px;
  }
  .material-list article.sub h3 {
    font-size: 1em;
    line-height: 1.25em;
    margin-top: 2px;
  }
  .material-list article.sub .article-title {
    padding-left: 20px;
  }
  .material-list article.sub .by-line,
  .material-list article.sub .date {
    color: #222;
  }
  .material-list .main-btn,
  .material-list .ghost-btn,
  .material-list .newsletter button,
  .newsletter .material-list button,
  .material-list .calendar-search button,
  .calendar-search .material-list button {
    margin: 20px 0 0;
  }
  .material-list.one-column article.sub {
    float: left;
    width: 50%;
  }
  .material-list.one-column article.sub:nth-child(2n) {
    float: right;
  }
  .material-list.one-column .action {
    clear: both;
  }
  .material-list.one-column .main-btn,
  .material-list.one-column .ghost-btn,
  .material-list.one-column .newsletter button,
  .newsletter .material-list.one-column button,
  .material-list.one-column .calendar-search button,
  .calendar-search .material-list.one-column button {
    clear: both;
    margin: 10px auto;
  }
}
@media only screen and (min-width: 1020px) {
  .material-list {
    margin: 0 auto;
    max-width: 980px;
  }
  .material-list .col1,
  .material-list .col2 {
    padding: 34px 15px 34px 0;
  }
  .material-list article.sub {
    margin-bottom: 16px;
  }
  .material-list article.sub h3 {
    font-size: 1.1875em;
    line-height: 1.21053em;
    margin: 5px 0 1px;
  }
  .material-list article.sub .article-title {
    padding-right: 20px;
  }
  .material-list .main-btn,
  .material-list .ghost-btn,
  .material-list .newsletter button,
  .newsletter .material-list button,
  .material-list .calendar-search button,
  .calendar-search .material-list button {
    margin: 38px 0 0;
  }
  .material-list.one-column {
    padding: 34px 0 43px;
  }
  .material-list.one-column .action {
    padding: 10px 0 33px;
  }
}
.two-col {
  padding: 29px 20px;
}
.two-col h3 {
  color: #c32e2e;
  font: 700 2.25em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.11111em;
  margin: 0 0 26px;
  text-transform: uppercase;
}
.two-col p {
  color: #332d2d;
}
.two-col p a {
  color: #332d2d;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.two-col p a:hover {
  text-decoration: underline;
}
.two-col figure {
  display: block;
  margin-bottom: 22px;
  width: 100%;
}
.two-col figure img {
  display: block;
  margin: 0 auto;
  max-width: 480px;
  width: 100%;
}
.two-col figure figcaption {
  color: #332d2d;
  font: 400 1em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  margin: 10px;
}
.two-col figure figcaption .title {
  display: block;
  margin-bottom: 10px;
}
.two-col figure figcaption .credit {
  display: block;
  font-weight: 300;
}
.two-col figure figcaption .credit strong {
  font-weight: 700;
}
.two-col .link {
  padding: 15px 0 0;
}
.two-col .link a {
  display: block;
  overflow: hidden;
}
.two-col .link .icon {
  background: #c32e2e;
  color: #fff;
  display: block;
  float: left;
  font-size: 2em;
  height: 60px;
  line-height: 1em;
  margin: 0 14px 10px 0;
  padding: 12px 0 0;
  width: 60px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.two-col .link a:hover .icon {
  background: #222;
}
.two-col .link .grouped {
  display: block;
  float: left;
}
.two-col .link .msg {
  color: #333;
  display: block;
  font: 500 1.0625em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.11765em;
  padding: 11px 0 0;
}
.two-col .link .size {
  color: #737373;
  display: block;
  font-family: museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.two-col.alt-colour {
  background: #ddd9cc;
}
.two-col.alt-colour h3 {
  color: #222;
}
.two-col ul li {
  color: #333;
  font: 300 1.0625em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.29412em;
  margin-bottom: 19px;
  padding: 0 0 0 20px;
  position: relative;
}
.two-col ul li:before {
  content: "\e600";
  color: #c32e2e;
  font-family: gallipoli;
  speak: none;
  font-size: 6px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 9px;
  left: 0;
}
@media only screen and (min-width: 760px) {
  .two-col {
    padding: 53px 50px;
  }
  .two-col h3 {
    margin-bottom: 50px;
  }
  .two-col figure {
    display: block;
    float: left;
    width: 48.48%;
  }
  .two-col .content-area {
    float: right;
    padding: 0 0 0 38px;
    width: 51%;
  }
  .two-col .link {
    clear: left;
    float: left;
  }
  .two-col.image-right figure {
    float: right;
  }
  .two-col.image-right .content-area {
    float: left;
    padding: 0 38px 0 0;
  }
  .two-col.image-right .link {
    clear: right;
    float: right;
    width: 48.48%;
  }
  .two-col ul {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1020px) {
  .two-col {
    padding: 60px 20px;
  }
  .two-col .wrapper {
    max-width: 1020px;
  }
  .two-col figure {
    width: 48.97%;
  }
  .two-col h3 {
    font-size: 2.375em;
    float: right;
    line-height: 1.10526em;
    margin: 10px 0 32px;
    padding: 0 0 0 38px;
    width: 51%;
  }
  .two-col .link {
    clear: right;
    float: right;
    padding: 0 0 0 38px;
    width: 51%;
  }
  .two-col.image-right h3 {
    float: left;
    padding: 0 38px 0 0;
  }
  .two-col.image-right .link {
    clear: left;
    float: left;
    padding: 0;
  }
}
.two-col.single-col h3 {
  width: 100%;
}
.two-col.single-col figure {
  width: 100%;
}
.two-col.single-col figure figcaption {
  text-align: center;
}
.two-col.single-col .content-area {
  width: 100%;
}
.two-col.single-col.image-right .link {
  width: 100%;
}
.video-strip {
  background: #ddd9cc;
  padding: 34px 15px 50px;
  text-align: center;
}
.video-strip h3 {
  color: #333;
  font: 700 2.25em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.11111em;
  margin: 0 0 26px;
  text-transform: uppercase;
}
.video-strip h3.content-page {
  color: #c32e2e;
  font: 700 2.25em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.11111em;
}
.video-strip p {
  color: #333;
}
.video-strip p a {
  color: #333;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.video-strip p a:hover {
  text-decoration: underline;
}
.video-strip .featured-gallery-element {
  margin: 0 -15px;
}
.video-strip img {
  max-width: 100%;
}
@media only screen and (min-width: 760px) {
  .video-strip {
    padding: 47px 30px 60px;
  }
  .video-strip h3.content-page {
    color: #c32e2e;
    font: 700 2.8125em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
    line-height: 1.15556em;
  }
  .video-strip .featured-gallery-element {
    margin: 35px 0 0;
  }
}
@media only screen and (min-width: 1020px) {
  .video-strip {
    padding: 47px 20px 70px;
  }
  .video-strip .wrapper {
    max-width: 1020px;
  }
  .video-strip .featured-gallery-element {
    margin: 35px auto 0;
  }
}
.content-multiple-images {
  background: url(/img/img-gallipoli-bg.jpg) no-repeat center top #515151;
  color: #fff;
  padding: 50px 20px 30px;
  text-align: center;
}
.content-multiple-images h3 {
  color: #ddd9cc;
  font: 700 2.375em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.18421em;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.content-multiple-images .image-group {
  *zoom: 1;
  text-align: center;
  margin-bottom: 15px;
}
.content-multiple-images .image-group:before,
.content-multiple-images .image-group:after {
  content: "";
  display: table;
}
.content-multiple-images .image-group:after {
  clear: both;
}
.content-multiple-images .image-group img,
.content-multiple-images .image-group figure {
  display: block;
  margin: 0 0 18px;
  width: 100%;
}
.content-multiple-images .ghost-btn,
.content-multiple-images .newsletter button,
.newsletter .content-multiple-images button {
  display: block;
  margin: 10px auto 0;
  max-width: 310px;
  width: 100%;
}
.content-multiple-images a {
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.content-multiple-images a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 760px) {
  .content-multiple-images {
    padding: 50px 40px 40px;
  }
  .content-multiple-images h3 {
    margin-bottom: 17px;
  }
  .content-multiple-images .image-group {
    padding-top: 15px;
    margin-bottom: 30px;
  }
  .content-multiple-images .image-group img,
  .content-multiple-images .image-group figure {
    display: inline-block;
    margin: 0 0.4%;
    vertical-align: top;
    width: 32%;
  }
  .content-multiple-images .image-group figure img {
    margin: 0;
    width: 100%;
  }
  .content-multiple-images .image-group figure > figcaption {
    color: #fff;
    font: 700 1.0625em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
    padding: 10px 0;
  }
  .content-multiple-images .image-group figure > figcaption .title {
    display: block;
    margin-bottom: 10px;
  }
  .content-multiple-images .image-group figure > figcaption .credit {
    display: block;
    font-weight: 300;
  }
  .content-multiple-images .image-group figure > figcaption .credit strong {
    font-weight: 700;
  }
  .content-multiple-images .ghost-btn,
  .content-multiple-images .newsletter button,
  .newsletter .content-multiple-images button {
    margin: 33px auto 12px;
  }
}
@media only screen and (min-width: 1020px) {
  .content-multiple-images {
    padding: 50px 0 40px;
  }
  .content-multiple-images .wrapper {
    max-width: 980px;
  }
  .content-multiple-images .image-group {
    margin: 0 auto;
    max-width: 1000px;
    padding-bottom: 30px;
  }
  .content-multiple-images .ghost-btn,
  .content-multiple-images .newsletter button,
  .newsletter .content-multiple-images button {
    margin: 46px auto 24px;
  }
}
.one-col-centered {
  background: #fff;
  color: #333;
  padding: 44px 20px 30px;
  text-align: center;
}
.one-col-centered.alt-colour {
  background: #ddd9cc;
}
.one-col-centered.alt-colour h3,
.one-col-centered.alt-colour h4 {
  color: #222;
}
.one-col-centered h3 {
  color: #c32e2e;
  font: 700 2.25em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.25em;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.one-col-centered h4 {
  color: #c32e2e;
  font: 700 1.875em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  margin: 42px 0 16px;
}
.one-col-centered img {
  display: block;
  margin: 44px -20px 48px;
  width: calc(100% + 40px);
}
.one-col-centered .resources {
  background: 0 0;
  padding: 0;
}
.one-col-centered .resources h3 {
  color: #c32e2e;
  font: 700 2.25em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.25em;
}
.one-col-centered .resources .limited-width p {
  color: #333;
}
.one-col-centered .resources .resource-list {
  overflow: hidden;
  padding-bottom: 18px;
}
.one-col-centered .resources .resource-list li {
  margin: 0 0 17px;
}
.one-col-centered .resources .resource-list img {
  margin: 0;
}
.one-col-centered .main-btn,
.one-col-centered .ghost-btn,
.one-col-centered .newsletter button,
.newsletter .one-col-centered button,
.one-col-centered .calendar-search button,
.calendar-search .one-col-centered button {
  background: #c32e2e;
  display: block;
  margin: 0 auto;
  max-width: 310px;
}
.one-col-centered .main-btn:hover,
.one-col-centered .ghost-btn:hover,
.one-col-centered .newsletter button:hover,
.newsletter .one-col-centered button:hover,
.one-col-centered .calendar-search button:hover,
.calendar-search .one-col-centered button:hover {
  background: #ac3434;
}
@media only screen and (min-width: 760px) {
  .one-col-centered {
    padding: 45px 50px 50px;
  }
  .one-col-centered h3 {
    margin-bottom: 32px;
  }
  .one-col-centered h4 {
    margin: 42px 0 25px;
  }
  .one-col-centered img {
    margin: 44px -50px 48px;
    width: calc(100% + 100px);
  }
  .one-col-centered .resources {
    padding-top: 35px;
  }
  .one-col-centered .resources h3 {
    margin-bottom: 26px;
  }
  .one-col-centered .resources .resource-list li {
    margin: 0 8px 21px;
  }
}
@media only screen and (min-width: 1020px) {
  .one-col-centered {
    padding: 64px 0 60px;
  }
  .one-col-centered h3 {
    margin-bottom: 21px;
  }
  .one-col-centered h4 {
    margin: 31px 0 25px;
  }
  .one-col-centered img {
    margin: 54px 0;
    width: 100%;
  }
  .one-col-centered .wrapper {
    max-width: 980px;
  }
  .one-col-centered .resources {
    padding-top: 53px;
  }
  .one-col-centered .resources h3 {
    margin-bottom: 13px;
  }
  .one-col-centered .resources .resource-list {
    padding: 12px 0 48px;
  }
}
.breadcrumb {
  color: #333;
  font: 300 1.0625em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.23529em;
  padding: 19px 20px 10px;
}
@media only screen and (min-width: 760px) {
  .breadcrumb {
    padding: 33px 50px 14px;
  }
}
@media only screen and (min-width: 1020px) {
  .breadcrumb {
    padding: 43px 170px 14px;
  }
  .breadcrumb .wrapper {
    max-width: 660px;
  }
  .breadcrumb.full {
    padding: 43px 20px 14px;
  }
  .breadcrumb.full .wrapper {
    max-width: 980px;
  }
}
.standard-content {
  padding: 19px 20px 35px;
}
.standard-content h1 {
  margin-bottom: 27px;
}
.standard-content h2 {
  color: #333;
  font: 700 1.75em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.21429em;
  margin-bottom: 19px;
}
.standard-content h3 {
  color: #333;
  font-size: 1.5em;
  letter-spacing: 0.03em;
  line-height: 1.20833em;
  margin-bottom: 20px;
}
.standard-content ul li {
  color: #333;
  font: 300 1.0625em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.29412em;
  margin-bottom: 19px;
  padding: 0 0 0 20px;
  position: relative;
}
.standard-content ul li:before {
  content: "\e600";
  color: #c32e2e;
  font-family: gallipoli;
  speak: none;
  font-size: 6px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 9px;
  left: 0;
}
.standard-content p {
  color: #332d2d;
}
.standard-content .main-btn,
.standard-content .ghost-btn,
.standard-content .newsletter button,
.newsletter .standard-content button,
.standard-content .calendar-search button,
.calendar-search .standard-content button {
  display: block;
  margin-top: 25px;
  max-width: 310px;
}
.standard-content .author-details {
  margin-bottom: 29px;
}
.standard-content .author-details img.profile-pic {
  border-radius: 33px;
  height: 66px;
  margin: 0 10px 0 0;
  width: 66px;
}
.standard-content .author-details .by-line {
  color: #333;
  font: 700 1.375em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  padding-top: 10px;
}
.standard-content .author-details .date {
  color: #9b999a;
  font-size: 1.0625em;
  font-weight: 700;
  line-height: 1em;
}
.standard-content figure {
  margin: 37px -20px 23px;
  position: relative;
}
.standard-content figure img {
  display: block;
  width: 100%;
}
.standard-content figure figcaption {
  color: #fff;
  font: 700 1.0625em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  background: #333;
  background: rgba(51, 51, 51, 0.75);
  padding: 20px;
}
.standard-content figure figcaption .title {
  display: block;
  margin-bottom: 10px;
}
.standard-content figure figcaption .credit {
  display: block;
  font-weight: 300;
}
.standard-content figure figcaption .credit strong {
  font-weight: 700;
}
.standard-content a {
  word-break: break-word;
}
@media only screen and (min-width: 760px) {
  .standard-content {
    padding: 23px 50px 47px;
  }
  .standard-content h1 {
    margin-bottom: 21px;
  }
  .standard-content figure {
    margin: 37px -50px 34px;
  }
  .standard-content figure figcaption {
    bottom: 0;
    padding: 18px 30px;
    position: absolute;
    width: 100%;
  }
  .standard-content figure figcaption .title {
    float: left;
    width: 50%;
  }
  .standard-content figure figcaption .credit {
    float: right;
    text-align: right;
    width: 50%;
  }
  .standard-content ul {
    margin-bottom: 35px;
  }
  .standard-content .main-btn,
  .standard-content .ghost-btn,
  .standard-content .newsletter button,
  .newsletter .standard-content button,
  .standard-content .calendar-search button,
  .calendar-search .standard-content button {
    margin-top: 38px;
  }
}
@media only screen and (min-width: 1020px) {
  .standard-content {
    padding: 23px 170px 47px;
  }
  .standard-content .wrapper {
    max-width: 660px;
  }
  .standard-content h3 {
    margin-top: 36px;
  }
  .standard-content figure {
    margin: 50px -170px 48px;
    max-width: 1000px;
  }
  .standard-content .main-btn,
  .standard-content .ghost-btn,
  .standard-content .newsletter button,
  .newsletter .standard-content button,
  .standard-content .calendar-search button,
  .calendar-search .standard-content button {
    margin-bottom: 30px;
  }
}
.standard-listing {
  padding: 0 0 43px;
}
.standard-listing .limited-width {
  padding: 0 20px;
}
.standard-listing h2.section-header {
  color: #c32e2e;
  margin: 12px 0 19px;
}
.standard-listing .item {
  *zoom: 1;
  margin: 0 auto 20px;
  width: 90.625%;
}
.standard-listing .item:before,
.standard-listing .item:after {
  content: "";
  display: table;
}
.standard-listing .item:after {
  clear: both;
}
.standard-listing .item figure {
  display: block;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
.standard-listing .item figure img {
  display: block;
  width: 100%;
}
.standard-listing .item figure .hover-panel {
  color: #fff;
  background: #333;
  background: rgba(51, 51, 51, 0.68);
  font-size: 2.125em;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  padding-top: 29%;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 4;
}
.standard-listing .item figure .hover-panel .icon-guide {
  font-size: 1em;
}
.standard-listing .item figure .hover-panel .icon-camera {
  font-size: 1.29412em;
}
.standard-listing .item figure .hover-panel .icon-audio-icon {
  font-size: 1.17647em;
}
.standard-listing .item figure:hover .hover-panel {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}
.standard-listing .item h3 {
  color: #333;
  font: 700 1.5em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.16667em;
  margin: 0 0 11px;
}
.standard-listing .item h3 a {
  color: #333;
}
.standard-listing .item h3 a:hover {
  color: #c32e2e;
}
.standard-listing .item p {
  font: 300 0.875em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}
.standard-listing .item .author-details {
  margin-bottom: 20px;
}
.standard-listing .item .author-details .profile-pic {
  margin: 0 10px 0 0;
}
.standard-listing .main-btn,
.standard-listing .ghost-btn,
.standard-listing .newsletter button,
.newsletter .standard-listing button,
.standard-listing .calendar-search button,
.calendar-search .standard-listing button {
  display: block;
  margin: 0 auto;
  max-width: 310px;
  width: calc(100%-40px);
}
@media only screen and (min-width: 760px) {
  .standard-listing {
    padding: 13px 50px 53px;
  }
  .standard-listing h2.section-header {
    margin: 0 0 13px;
  }
  .standard-listing .limited-width {
    padding: 0 0 20px;
  }
  .standard-listing .item {
    max-width: 980px;
    width: 100%;
  }
  .standard-listing .item figure {
    float: left;
    margin-right: 20px;
    width: 310px;
  }
  .standard-listing .item .content {
    display: block;
    float: left;
    padding: 0 10px;
    width: calc(100% - 330px);
  }
  .standard-listing .author-details {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1020px) {
  .standard-listing {
    padding: 13px 20px 59px;
  }
  .standard-listing .item .content {
    padding: 0 10px 0 0;
  }
  .standard-listing .item h3 {
    font-size: 1.75em;
    line-height: 1.14286em;
    margin: 20px 0 10px;
  }
  .standard-listing .item p {
    font-size: 1.0625em;
    line-height: 1.23529em;
  }
  .standard-listing .main-btn,
  .standard-listing .ghost-btn,
  .standard-listing .newsletter button,
  .newsletter .standard-listing button,
  .standard-listing .calendar-search button,
  .calendar-search .standard-listing button {
    margin-top: 51px;
  }
}
#loader {
  background: rgba(34, 34, 34, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 150;
}
#loader .loading-svg {
  bottom: 0;
  left: 0;
  height: 80px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
#loader .fallback-gif {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #loader .loading-svg {
    display: none;
  }
  #loader .fallback-gif {
    bottom: 0;
    display: block;
    left: 0;
    height: 80px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
  }
}
.tabs ul li {
  display: block;
  float: left;
  width: 50%;
}
.tabs ul li a {
  background: #e8e5dc;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  font: 700 1.1875em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  line-height: 1.10526em;
  margin: 0 1px;
  padding: 21px 0 23px;
  text-align: center;
}
.tabs ul li a:hover,
.tabs ul li a.active {
  background: #ddd9cc;
  text-decoration: none;
}
.tabs ul li a.active {
  border-bottom: 1px solid #ddd9cc;
}
.tabs ul li:first-child a {
  margin-left: 0;
}
.tabs ul li:last-child a {
  margin-right: 0;
}
@media only screen and (min-width: 1020px) {
  .tabs ul {
    margin: 0 auto;
    max-width: 980px;
  }
}
#tabs {
  padding: 19px 0 0;
  text-align: center;
}
#tabs .tab-content {
  background: #ddd9cc;
  padding: 25px 0 12px;
}
@media only screen and (min-width: 760px) {
  #tabs .tab-content {
    padding: 36px 30px 20px;
  }
  #tabs .tab-content.watch {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1020px) {
  #tabs .tab-content {
    padding: 43px 20px 37px;
  }
  #tabs .tab-content.watch {
    padding-bottom: 0;
  }
}
.featured-gallery-element {
  position: relative;
}
.featured-gallery-element figure {
  display: block;
  width: 100%;
}
.featured-gallery-element figure img {
  display: block;
  width: 100%;
}
.featured-gallery-element .cycle-slideshow {
  min-height: 400px;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}
.featured-gallery-element .description-panel {
  background: #fff;
  background: rgba(255, 255, 255, 0.58);
  padding: 20px;
  text-align: left;
}
.featured-gallery-element .description-panel h4 {
  color: #ddd9cc;
  font: 700 1.125em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  line-height: 1.33333em;
  margin-bottom: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured-gallery-element .description-panel h4 a {
  color: #ddd9cc;
}
.featured-gallery-element .description-panel h4 a:hover {
  color: #fff;
}
.featured-gallery-element .description-panel h4 .light {
  display: block;
  font-weight: 300;
}
.featured-gallery-element .description-panel .valign-td,
.featured-gallery-element .description-panel .valign-tr {
  text-align: left;
}
.featured-gallery-element .banner-slide h4 {
  opacity: 0;
}
.featured-gallery-element .banner-slide.cycle-slide-active h4 {
  opacity: 1;
}
.featured-gallery-element .author-details .date,
.featured-gallery-element .author-details .by-line {
  color: #fff;
  font-weight: 500;
}
.featured-gallery-element .author-details .profile-pic {
  margin-left: 0;
}
.featured-gallery-element .icon {
  color: #ddd9cc;
  height: 92px;
  left: 50%;
  margin: -66px 0 0 -46px;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 3;
  width: 92px;
}
.featured-gallery-element .icon:before {
  font-family: gallipoli;
  font-size: 5.75em;
  line-height: 0;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.featured-gallery-element:hover .icon {
  color: #ddd9cc;
}
.featured-gallery-element:hover .description-panel h4 {
  color: #ddd9cc;
}
.featured-gallery-element.video .description-panel {
  background: #000;
  background: rgba(0, 0, 0, 0.49);
}
.featured-gallery-element.video .icon:before {
  content: "\e603";
}
.featured-gallery-element.audio .description-panel {
  background: #000;
  background: rgba(0, 0, 0, 0.49);
}
.featured-gallery-element.audio .icon:before {
  content: "\e60e";
  font-size: 80px;
}
.featured-gallery-element.tracker {
  margin-bottom: 20px;
}
.featured-gallery-element.tracker .description-panel {
  background: #000;
  background: rgba(0, 0, 0, 0.15);
}
.featured-gallery-element.tracker .description-panel h4 {
  color: #333;
}
.featured-gallery-element.tracker .description-panel h4 .light {
  display: block;
  font-weight: 300;
}
.featured-gallery-element.tracker .author-details .by-line,
.featured-gallery-element.tracker .author-details .date {
  color: #333;
}
.featured-gallery-element.tracker .icon:before {
  color: #c32e2e;
  content: "\e60b";
  font-size: 73px;
}
.featured-gallery-element.images .description-panel {
  background: #ddd9cc;
  background: rgba(221, 217, 204, 0.58);
}
.featured-gallery-element.images .description-panel h4 {
  color: #333;
}
.featured-gallery-element.images .icon:before {
  color: #c32e2e;
  content: "\e611";
}
.featured-gallery-element.images .author-details .by-line {
  color: #333;
}
.featured-gallery-element.images .author-details .date {
  color: #333;
  font-size: 0.875em;
}
.featured-gallery-element.images.slider .description-panel {
  background: #fff;
  background: rgba(255, 255, 255, 0.58);
}
.featured-gallery-element.images.slider .icon {
  display: none;
}
@media only screen and (min-width: 760px) {
  .featured-gallery-element .cycle-slideshow {
    min-height: 500px;
  }
  .featured-gallery-element .icon {
    bottom: 0;
    left: 75px;
    top: auto;
  }
  .featured-gallery-element .description-panel {
    bottom: 0;
    display: block;
    height: 177px;
    padding: 25px 100px 20px 156px;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .featured-gallery-element .description-panel h4 {
    font-size: 1.625em;
    line-height: 1.26923em;
  }
  .featured-gallery-element .author-details .date {
    font-size: 0.875em;
  }
  .featured-gallery-element.images .description-panel {
    background: #fff;
    background: rgba(255, 255, 255, 0.58);
  }
  .featured-gallery-element.images .description-panel h4 {
    color: #333;
  }
  .featured-gallery-element.images.slider .description-panel {
    bottom: auto;
    padding: 3px 100px 20px 0;
    position: relative;
  }
  .featured-gallery-element.audio .icon {
    left: 70px;
  }
  .featured-gallery-element.audio .icon:before {
    font-size: 88px;
  }
  .featured-gallery-element.tracker {
    margin-bottom: 20px;
  }
  .featured-gallery-element.tracker .description-panel {
    background: #fff;
    background: rgba(255, 255, 255, 0.68);
    min-height: 170px;
    padding: 20px 100px 15px 156px;
  }
  .featured-gallery-element.tracker .description-panel h4 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1020px) {
  .featured-gallery-element {
    margin: 0 auto;
    max-width: 980px;
    overflow-x: hidden;
  }
  .featured-gallery-element .cycle-slideshow {
    min-height: 625px;
  }
  .featured-gallery-element.tracker .description-panel h4 {
    margin-bottom: 10px;
  }
  .featured-gallery-element.images.slider .icon {
    display: block;
  }
  .featured-gallery-element.images.slider .description-panel {
    height: 95px;
  }
}
.gallery-listing h2.section-header {
  color: #c32e2e;
  font-size: 1.75em;
  margin: 12px 0 19px;
}
.gallery-listing p {
  color: #333;
}
@media only screen and (min-width: 760px) {
  .gallery-listing {
    padding: 13px 33px 0;
  }
  .gallery-listing h2.section-header {
    font-size: 2.375em;
    margin: 0 0 13px;
  }
  .gallery-listing .limited-width {
    padding: 0 0 20px;
  }
  .gallery-listing .material-list .col1 {
    padding: 34px 0 34px 20px;
  }
  .gallery-listing .material-list .col2 {
    padding: 34px 10px 34px 0;
  }
  .gallery-listing .material-list.one-column .action {
    padding-top: 5px;
  }
}
@media only screen and (min-width: 1020px) {
  .gallery-listing h3.section-header {
    margin: 19px 0 13px;
  }
  .gallery-listing .limited-width {
    padding: 0 0 33px;
  }
  .gallery-listing .material-list .col1 {
    padding: 34px 15px 34px 0;
  }
  .gallery-listing .material-list .col2 {
    padding: 34px 15px 34px 0;
  }
  .gallery-listing .material-list.one-column .action {
    padding: 18px 0 10px;
  }
}
.video-listing h2.section-header {
  color: #c32e2e;
  font-size: 1.75em;
  margin: 12px 0 19px;
}
.video-listing p {
  color: #333;
}
.video-listing .material-list .col1,
.video-listing .material-list .col2 {
  padding-bottom: 0;
}
.video-listing .video-col:last-of-type {
  padding-bottom: 34px;
}
@media only screen and (min-width: 760px) {
  .video-listing {
    padding: 13px 33px 27px;
  }
  .video-listing h2.section-header {
    font-size: 2.375em;
    margin: 0 0 13px;
  }
  .video-listing .limited-width {
    padding: 0 0 20px;
  }
  .video-listing .material-list .main-btn,
  .video-listing .material-list .ghost-btn,
  .video-listing .material-list .newsletter button,
  .newsletter .video-listing .material-list button,
  .video-listing .material-list .calendar-search button,
  .calendar-search .video-listing .material-list button {
    margin: 40px 0 0;
  }
}
@media only screen and (min-width: 1020px) {
  .video-listing {
    padding: 13px 33px 42px;
  }
  .video-listing h2.section-header {
    margin: 19px 0 13px;
  }
  .video-listing .limited-width {
    padding: 0 0 33px;
  }
  .video-listing .material-list.one-column .action {
    padding: 18px 0 10px;
  }
}
.audio-listing h2.section-header {
  color: #c32e2e;
  font-size: 1.75em;
  margin: 12px 0 19px;
}
.audio-listing p {
  color: #333;
}
.audio-listing .material-list .col1,
.audio-listing .material-list .col2 {
  padding-bottom: 0;
}
.audio-listing .audio-col:last-of-type {
  padding-bottom: 34px;
}
@media only screen and (min-width: 760px) {
  .audio-listing {
    padding: 13px 33px 27px;
  }
  .audio-listing h2.section-header {
    font-size: 2.375em;
    margin: 0 0 13px;
  }
  .audio-listing .limited-width {
    padding: 0 0 20px;
  }
  .audio-listing .material-list .main-btn,
  .audio-listing .material-list .ghost-btn,
  .audio-listing .material-list .newsletter button,
  .newsletter .audio-listing .material-list button,
  .audio-listing .material-list .calendar-search button,
  .calendar-search .audio-listing .material-list button {
    margin: 40px 0 0;
  }
}
@media only screen and (min-width: 1020px) {
  .audio-listing {
    padding: 13px 33px 42px;
  }
  .audio-listing h2.section-header {
    margin: 19px 0 13px;
  }
  .audio-listing .limited-width {
    padding: 0 0 33px;
  }
  .audio-listing .material-list.one-column .action {
    padding: 18px 0 10px;
  }
  .audio-listing .material-list .main-btn,
  .audio-listing .material-list .ghost-btn,
  .audio-listing .material-list .newsletter button,
  .newsletter .audio-listing .material-list button,
  .audio-listing .material-list .calendar-search button,
  .calendar-search .audio-listing .material-list button {
    margin: 57px 0 0;
  }
}
.audio-description {
  background: #ddd9cc;
  color: #333;
  margin: 0 auto;
  max-width: 980px;
  padding: 20px 15px;
}
.audio-description p {
  margin-bottom: 0;
}
@media only screen and (min-width: 760px) {
  .audio-description {
    padding: 33px 30px;
  }
}
@media only screen and (min-width: 1020px) {
  .audio-description {
    margin-bottom: 23px;
  }
}
.news-tracker h2.section-header {
  color: #c32e2e;
  font-size: 1.75em;
  margin: 12px 0 19px;
}
.news-tracker p {
  color: #333;
}
.news-tracker .material-list .col1 {
  padding-bottom: 0;
}
@media only screen and (min-width: 760px) {
  .news-tracker {
    padding: 13px 33px 27px;
  }
  .news-tracker.no-padding {
    padding-bottom: 7px;
  }
  .news-tracker h2.section-header {
    font-size: 2.375em;
    margin: 0 0 13px;
  }
  .news-tracker .limited-width {
    padding: 0 0 20px;
  }
  .news-tracker .material-list.one-column .action {
    padding-top: 27px;
  }
}
@media only screen and (min-width: 1020px) {
  .news-tracker {
    padding: 13px 33px 9px;
  }
  .news-tracker h2.section-header {
    margin: 19px 0 13px;
  }
  .news-tracker .limited-width {
    padding: 0 0 33px;
  }
  .news-tracker .material-list.one-column .action {
    padding: 12px 0 0;
  }
  .news-tracker .material-list.one-column .action a {
    margin-bottom: 0;
  }
}
.gallery-detail h2.section-header {
  color: #c32e2e;
  font-size: 1.75em;
  margin: 12px 0 19px;
}
.gallery-detail p {
  color: #333;
}
.gallery-detail .main-btn,
.gallery-detail .ghost-btn,
.gallery-detail .newsletter button,
.newsletter .gallery-detail button,
.gallery-detail .calendar-search button,
.calendar-search .gallery-detail button {
  display: block;
  margin: 10px auto 40px;
  max-width: 280px;
}
.gallery-detail .featured-gallery-element.images.slider .description-panel {
  height: auto;
  padding: 20px;
  text-align: left;
}
.gallery-detail .featured-gallery-element.images.slider .description-panel h4 {
  color: #333;
  font: 700 1.125em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  line-height: 1.33333em;
  margin-bottom: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-detail
  .featured-gallery-element.images.slider
  .description-panel
  h4
  a {
  color: #ddd9cc;
}
.gallery-detail
  .featured-gallery-element.images.slider
  .description-panel
  h4
  a:hover {
  color: #fff;
}
.gallery-detail
  .featured-gallery-element.images.slider
  .description-panel
  h4
  .light {
  display: block;
  font-weight: 300;
}
.gallery-detail .featured-gallery-element.images.slider .description-panel p {
  font: 400 0.8em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  margin: 0;
}
.gallery-detail
  .featured-gallery-element.images.slider
  .description-panel
  .valign-td,
.gallery-detail
  .featured-gallery-element.images.slider
  .description-panel
  .valign-tr {
  text-align: left;
}
.gallery-detail .banner-slide {
  transition: none;
  -moz-transition: none;
  -webkit-transform: none;
  width: 100%;
}
.gallery-detail .banner-slide figure,
.gallery-detail .banner-slide img {
  transition: none;
  -moz-transition: none;
  -webkit-transform: none;
}
.gallery-detail .banner-slide:first-child {
  display: block;
}
@media only screen and (min-width: 760px) {
  .gallery-detail {
    padding: 13px 33px 0;
  }
  .gallery-detail h2.section-header {
    font-size: 2.375em;
    margin: 0 0 13px;
  }
  .gallery-detail .limited-width {
    padding: 0 0 20px;
  }
  .gallery-detail .main-btn,
  .gallery-detail .ghost-btn,
  .gallery-detail .newsletter button,
  .newsletter .gallery-detail button,
  .gallery-detail .calendar-search button,
  .calendar-search .gallery-detail button {
    margin: 20px auto 50px;
  }
}
@media only screen and (min-width: 1020px) {
  .gallery-detail h3.section-header {
    margin: 19px 0 13px;
  }
  .gallery-detail .limited-width {
    padding: 0 0 33px;
  }
  .gallery-detail .main-btn,
  .gallery-detail .ghost-btn,
  .gallery-detail .newsletter button,
  .newsletter .gallery-detail button,
  .gallery-detail .calendar-search button,
  .calendar-search .gallery-detail button {
    margin: 53px auto 70px;
  }
}
.cycle-prev,
.cycle-next {
  background: #333;
  background: rgba(51, 51, 51, 0.7);
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 2.5em;
  height: 40px;
  width: 40px;
  position: absolute;
  text-align: center;
  top: 27%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 300;
}
.cycle-prev:hover,
.cycle-next:hover {
  background: #c32e2e;
  background: rgba(195, 46, 46, 0.7);
}
.cycle-prev {
  left: 15px;
}
.cycle-next {
  right: 15px;
}
@media only screen and (min-width: 760px) {
  .cycle-next,
  .cycle-prev {
    border-radius: 39px;
    font-size: 3.75em;
    height: 78px;
    margin-top: -39px;
    padding-top: 8px;
    top: 35%;
    width: 78px;
  }
}
@media only screen and (min-width: 1020px) {
  .cycle-next,
  .cycle-prev {
    top: 44%;
  }
}
.newsletter {
  background: url(/img/newsletter-panel-bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 43px 20px 53px;
  text-align: center;
}
.newsletter h3 {
  font: 300 2.375em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.18421em;
  margin: 0 0 20px;
}
.newsletter input[type="email"] {
  border: 1px solid #fff;
  border-radius: 0;
  color: #333;
  font: 300 1.125em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.22222em;
  margin-bottom: 20px;
  padding: 22px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  width: 100%;
}
.newsletter input[type="email"]:focus {
  border: 1px solid #333;
  outline: none;
}
.newsletter button {
  cursor: pointer;
  border-radius: 0;
  display: block;
  max-width: 310px;
  margin: 0 auto 41px;
  width: 100%;
}
.newsletter button:focus {
  outline: none;
}
@media only screen and (min-width: 760px) {
  .newsletter {
    padding: 60px 50px 40px;
  }
  .newsletter .limited-width {
    margin: 0 auto;
    max-width: 810px;
  }
  .newsletter h3 {
    margin-bottom: 13px;
  }
  .newsletter p {
    margin-bottom: 34px;
  }
  .newsletter input[type="email"] {
    margin: 0 auto 43px;
    max-width: 660px;
  }
}
.large-social {
  text-align: center;
}
.large-social a {
  color: #fff;
  display: inline-block;
  font-size: 3.875em;
  height: 62px;
  width: 62px;
}
.large-social a span {
  display: block;
  height: 62px;
  line-height: 1.1em;
  width: 62px;
}
.large-social a:hover {
  color: #000;
  text-decoration: none;
}
@media only screen and (min-width: 760px) {
  .large-social a {
    height: 124px;
    font-size: 7.625em;
    width: 124px;
  }
  .large-social a span {
    height: 124px;
    width: 124px;
  }
}
.resources {
  background: url(/img/img-resources-bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 43px 20px 30px;
  text-align: center;
}
.resources h3 {
  font: 300 2.375em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.18421em;
  margin: 0 0 16px;
}
.resources .limited-width {
  padding: 0;
}
.resources .limited-width p {
  margin-bottom: 29px;
}
.resources ul {
  *zoom: 1;
  text-align: center;
}
.resources ul:before,
.resources ul:after {
  content: "";
  display: table;
}
.resources ul:after {
  clear: both;
}
.resources li {
  display: inline-block;
  margin: 0 10px 17px;
  max-width: 280px;
}
.resources figure {
  display: block;
  overflow: hidden;
  position: relative;
}
.resources figure img {
  display: block;
  max-width: 100%;
  position: relative;
}
.resources figure .img-hover {
  background: #c32e2e;
  background: rgba(195, 46, 46, 0.6);
  display: block;
  height: 184px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  top: 184px;
  transition: transform 0.4s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  width: 100%;
  z-index: 2;
}
.resources figure:hover .img-hover {
  opacity: 1;
  -webkit-transform: translateY(-184px);
  -moz-transform: translateY(-184px);
  -ms-transform: translateY(-184px);
  transform: translateY(-184px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.resources figure figcaption {
  bottom: 0;
  padding: 0 18px 10px;
  position: absolute;
  text-align: left;
  z-index: 3;
}
.resources figure h5 {
  color: #fff;
  font-family: brandon-grotesque, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4375em;
  margin-bottom: 5px;
}
.resources figure .text-link {
  color: #fff;
}
.resources .ghost-btn,
.resources .newsletter button,
.newsletter .resources button {
  display: block;
  margin: 10px auto 0;
  max-width: 310px;
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .resources {
    padding: 60px 35px 40px;
  }
  .resources h3 {
    margin-bottom: 13px;
  }
  .resources p {
    margin-bottom: 34px;
  }
  .resources li {
    display: inline-block;
    margin: 0 13px 26px;
    max-width: 310px;
  }
  .resources figure .img-hover {
    height: 204px;
    top: 204px;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .resources figure:hover .img-hover {
    opacity: 1;
    -webkit-transform: translateY(-204px);
    -moz-transform: translateY(-204px);
    -ms-transform: translateY(-204px);
    transform: translateY(-204px);
  }
  .resources .ghost-btn,
  .resources .newsletter button,
  .newsletter .resources button {
    margin: 18px auto 24px;
  }
}
@media only screen and (min-width: 1020px) {
  .resources {
    padding: 60px 0 40px;
  }
  .resources .resource-list {
    margin: 0 auto;
    max-width: 1000px;
  }
  .resources .resource-list li {
    margin: 0 0 0 20px;
  }
  .resources .resource-list li:first-child {
    margin-left: 0;
  }
  .resources .ghost-btn,
  .resources .newsletter button,
  .newsletter .resources button {
    margin: 46px auto 24px;
  }
}
.calendar-search {
  background: #f2f2f2;
  padding: 15px 20px 16px;
}
.calendar-search ol {
  list-style: none outside;
}
.calendar-search li {
  display: block;
  margin-bottom: 16px;
}
.calendar-search li.submit {
  margin-bottom: 0;
}
.calendar-search label {
  color: #333;
  font: 700 1.1875em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.15789em;
}
.calendar-search .date-selector label {
  display: block;
  float: left;
  font: 500 0.84211em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  padding-top: 16px;
  width: 17.85%;
}
.calendar-search .date-entry {
  display: block;
  float: right;
  position: relative;
  width: 81%;
}
.calendar-search .date-entry input[type="text"] {
  background: #fff;
  border: 0;
  font: 300 1em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.125em;
  padding: 12px 45px 12px 13px;
  width: 100%;
}
.calendar-search .date-entry a {
  color: #b1b1b1;
  display: block;
  font-size: 1.5em;
  position: absolute;
  right: 14px;
  top: 10px;
  z-index: 3;
}
.calendar-search .date-entry a:hover {
  color: #222;
  text-decoration: none;
}
.calendar-search button {
  background: #c32e2e;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  max-width: 310px;
  margin: 0 auto;
  padding: 14px 10px;
  width: 100%;
}
.calendar-search button:hover {
  background: #ac3434;
}
.calendar-search button:focus {
  outline: none;
}
@media only screen and (min-width: 600px) {
  .calendar-search label {
    display: block;
    text-align: center;
    width: 100%;
  }
  .calendar-search li.date-selector {
    display: block;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .calendar-search li.submit {
    clear: both;
  }
}
@media only screen and (min-width: 760px) {
  .calendar-search {
    padding: 21px 33px 16px;
  }
  .calendar-search label {
    text-align: left;
  }
  .calendar-search li.date-selector {
    width: 35%;
  }
  .calendar-search li.date-selector label {
    width: 22%;
  }
  .calendar-search li.date-selector label.smaller {
    padding-left: 10px;
  }
  .calendar-search li.date-selector .date-entry {
    width: 76%;
  }
  .calendar-search li.submit {
    clear: none;
    float: right;
    width: 30%;
  }
  .calendar-search li.submit button {
    padding: 12px 10px;
  }
}
@media only screen and (min-width: 1020px) {
  .calendar-search {
    padding: 21px 30px;
  }
  .calendar-search .wrapper {
    max-width: 980px;
  }
  .calendar-search li {
    margin-bottom: 0;
  }
  .calendar-search li:first-child {
    float: left;
    width: 18.4%;
  }
  .calendar-search li:first-child label {
    padding-top: 13px;
  }
  .calendar-search li.date-selector.from {
    width: 27.5%;
  }
  .calendar-search li.date-selector.to {
    width: 27.6%;
  }
  .calendar-search li.date-selector.to.smaller {
    padding-left: 24px;
  }
  .calendar-search li.submit {
    width: 22.1%;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.two-col-articles {
  padding: 10px 0 15px;
}
@media only screen and (min-width: 760px) {
  .two-col-articles {
    padding: 37px 40px 60px;
  }
}
@media only screen and (min-width: 1020px) {
  .two-col-articles .wrapper {
    max-width: 1000px;
  }
}
.article-list {
  padding: 32px 15px 25px;
  position: relative;
  text-align: center;
}
.article-list h4 {
  color: #c32e2e;
  font-size: 1.75em;
  line-height: 1.07143em;
  margin: 0 0 13px;
}
.article-list p {
  margin-bottom: 30px;
}
.article-list figure {
  display: block;
  overflow: hidden;
  width: 100%;
}
.article-list figure img {
  backface-visibility: hidden;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit--transform: scale(1);
  -moz--transform: scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(1);
  width: 100%;
}
.article-list figure:hover img {
  -webkit--transform: scale(1.2);
  -moz--transform: scale(1.2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(1.2);
}
.article-list h2 {
  color: #333;
  margin-bottom: 11px;
}
.article-list h2 a {
  color: #333;
}
.article-list h2 a:hover {
  color: #c32e2e;
}
.article-list .text-link {
  display: block;
  margin: 22px 0 5px;
  text-align: left;
}
.article-list .text-link.news {
  margin: 36px 0 1px;
}
.article-list.guides {
  border-bottom: 1px solid #e0e0e0;
}
.article-list article {
  *zoom: 1;
  text-align: left;
}
.article-list article:before,
.article-list article:after {
  content: "";
  display: table;
}
.article-list article:after {
  clear: both;
}
.article-list article.main {
  padding-bottom: 50px;
}
.article-list article.main figure {
  display: block;
  margin: 0 -15px 20px;
  width: calc(100% + 30px);
}
@media only screen and (min-width: 760px) {
  .article-list {
    display: block;
    float: left;
    padding: 0 10px;
    width: 50%;
  }
  .article-list h2 {
    font-size: 1.75em;
    line-height: 1.14286em;
  }
  .article-list .text-link {
    margin: 22px 0 5px;
  }
  .article-list .text-link.news {
    margin: 31px 0 5px;
  }
  .article-list.guides {
    border-bottom: 0;
  }
  .article-list article figure {
    overflow: hidden;
  }
  .article-list article.main figure {
    margin: 0 0 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 1020px) {
  .article-list .text-link {
    margin: 40px 0 0;
  }
  .article-list .text-link.news {
    margin-top: 49px;
  }
}
.author-details {
  *zoom: 1;
}
.author-details:before,
.author-details:after {
  content: "";
  display: table;
}
.author-details:after {
  clear: both;
}
.author-details img.profile-pic {
  border-radius: 21px;
  display: block;
  float: left;
  margin: 0 10px 0 15px;
  vertical-align: top;
  width: 42px;
}
.author-details .by-line {
  color: #676666;
  display: block;
  padding-top: 3px;
}
.author-details .date {
  color: #676666;
  display: block;
}
.author-details .caps {
  text-transform: uppercase;
}
@media only screen and (min-width: 1020px) {
  .author-details .by-line {
    padding-bottom: 2px;
  }
}
#eyewitness-strip {
  position: relative;
  width: 100%;
}
#eyewitness-strip .bg-img {
  height: 426px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#eyewitness-strip .bg-img img {
  height: 145%;
  left: 50%;
  margin-left: -551px;
  position: absolute;
}
@media only screen and (min-width: 760px) {
  #eyewitness-strip .bg-img {
    height: 294px;
  }
  #eyewitness-strip .bg-img img {
    height: 294px;
    margin-left: -510px;
    left: 50%;
  }
}
@media only screen and (min-width: 1020px) {
  #eyewitness-strip .bg-img img {
    height: auto;
    left: auto;
    margin-left: auto;
    min-height: 100%;
    min-width: 100%;
  }
}
#eyewitness-strip .strip-content {
  padding: 0 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
#eyewitness-strip .strip-content .wrapper {
  max-width: 900px;
}
#eyewitness-strip .section-header {
  color: #fff;
}
#eyewitness-strip .actions {
  margin-top: 60px;
}
#eyewitness-strip p {
  color: #fff;
}
#eyewitness-strip .main-btn,
#eyewitness-strip .ghost-btn,
#eyewitness-strip .newsletter button,
.newsletter #eyewitness-strip button,
#eyewitness-strip .calendar-search button,
.calendar-search #eyewitness-strip button {
  display: block;
  margin: 0 auto 18px;
  padding: 17px 9px 18px;
  max-width: 310px;
}
#eyewitness-strip .ghost-btn,
#eyewitness-strip .newsletter button,
.newsletter #eyewitness-strip button {
  padding: 17px 9px 18px;
}
@media only screen and (min-width: 760px) {
  #eyewitness-strip p {
    margin-bottom: 30px;
  }
  #eyewitness-strip .main-btn,
  #eyewitness-strip .ghost-btn,
  #eyewitness-strip .newsletter button,
  .newsletter #eyewitness-strip button,
  #eyewitness-strip .calendar-search button,
  .calendar-search #eyewitness-strip button {
    display: inline-block;
    margin: 0 10px;
    min-width: 310px;
  }
}
#stories-strip .story-section-block figure {
  height: 508px;
  overflow: hidden;
  position: relative;
}
#stories-strip .story-section-block figure img {
  height: 508px;
  left: 50%;
  margin-left: -218px;
  position: absolute;
}
#stories-strip .story-section-block .title {
  background: #c6bfaa;
  background: rgba(198, 191, 170, 0.65);
  color: #fff;
  height: 170px;
  margin-top: -170px;
  padding: 30px 10px 10px;
  position: relative;
  text-align: center;
  z-index: 2;
}
#stories-strip .story-section-block .title span {
  display: block;
  font: 300 1.125em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.11111em;
}
#stories-strip .story-section-block .title h4 {
  font: 700 1.875em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.06667em;
  margin: 0 0 1px;
}
#stories-strip .story-section-block .diary-entry {
  background: #c6bfaa;
  color: #fff;
  padding: 29px 40px;
  text-align: center;
}
#stories-strip .story-section-block .diary-entry h6 {
  font-size: 1.125em;
  letter-spacing: 0.08em;
  line-height: 1.22222em;
  margin: 0 0 10px;
}
#stories-strip .story-section-block .diary-entry blockquote {
  color: #fff;
}
#stories-strip .story-section-block .ghost-btn,
#stories-strip .story-section-block .newsletter button,
.newsletter #stories-strip .story-section-block button {
  text-transform: uppercase;
}
#stories-strip .story-section-block.alt-colour .title {
  background: #c32e2e;
  background: rgba(195, 46, 46, 0.65);
}
#stories-strip .story-section-block.alt-colour .diary-entry {
  background: #c32e2e;
}
@media only screen and (min-width: 436px) {
  #stories-strip .story-section-block {
    margin: 0 auto;
    max-width: 436px;
  }
  #stories-strip .story-section-block figure img {
    left: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 760px) {
  #stories-strip .story-section-block {
    display: block;
    float: left;
    margin: 0;
    max-width: none;
    width: 33.3%;
  }
  #stories-strip .story-section-block.alt-colour {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 33.4%;
  }
  #stories-strip .story-section-block figure img {
    left: 50%;
    margin-left: -218px;
  }
  #stories-strip .story-section-block .ghost-btn,
  #stories-strip .story-section-block .newsletter button,
  .newsletter #stories-strip .story-section-block button {
    margin: 0;
    min-width: 180px;
  }
}
@media only screen and (min-width: 1300px) {
  #stories-strip .story-section-block figure img {
    height: auto;
    left: auto;
    margin-left: 0;
    width: 100%;
  }
}
#watch-listen #tab-two {
  display: none;
}
.gallery h3.section-header {
  color: #c32e2e;
}
@media only screen and (min-width: 760px) {
  .gallery {
    padding: 0 33px;
  }
  .gallery .limited-width {
    padding: 0 0 28px;
  }
  .gallery .material-list.one-column .action {
    padding: 5px;
  }
  .gallery .material-list.one-column .action .main-btn,
  .gallery .material-list.one-column .action .ghost-btn,
  .gallery .material-list.one-column .action .newsletter button,
  .newsletter .gallery .material-list.one-column .action button,
  .gallery .material-list.one-column .action .calendar-search button,
  .calendar-search .gallery .material-list.one-column .action button {
    margin-bottom: 0;
  }
}
.flexnav {
  background: #222;
  left: 0;
  margin-top: 110px;
  max-height: 0;
  overflow: hidden;
  padding: 26px 15px;
  position: absolute;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  width: 100%;
}
.flexnav.opacity {
  opacity: 0;
}
.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.flexnav li {
  position: relative;
  overflow: hidden;
}
.flexnav li a {
  color: #fff;
  display: block;
  font: 500 1.125em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.11111em;
  overflow: hidden;
  padding: 9px 0;
  position: relative;
  z-index: 2;
}
.flexnav li a:hover {
  color: #c32e2e;
  text-decoration: none;
}
.menu-button {
  color: #fff;
  cursor: pointer;
  display: block;
  left: 0;
  margin-top: 24px;
  position: absolute;
  text-align: left;
  width: 100%;
}
.menu-button .section1 {
  background: #222;
  display: block;
  font: 700 1.125em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  float: left;
  height: 85px;
  line-height: 1.33333em;
  padding: 22px 10px 0 19px;
  width: 75%;
}
.menu-button .touch-button {
  background: #222;
  display: inline-block;
  height: 85px;
  padding: 36px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 24.5%;
  z-index: 999;
}
.menu-button .touch-button .icon-menu {
  color: #fff;
  font-size: 1.25em;
}
@media only screen and (min-width: 760px) {
  .menu-button {
    margin-top: 31px;
  }
  .menu-button .section1 {
    height: 70px;
    text-align: center;
    width: 89.24%;
  }
  .menu-button .touch-button {
    height: 70px;
    padding: 22px 0 0;
    width: 10.5%;
  }
  .flexnav {
    margin-top: 102px;
  }
}
@media all and (min-width: 1020px) {
  .flexnav {
    margin-top: 31px;
    padding: 0;
    overflow: visible;
  }
  .flexnav.opacity {
    opacity: 1;
  }
  .flexnav li {
    display: block;
    float: left;
    list-style: none;
    overflow: visible;
    position: relative;
    width: 20%;
  }
  .flexnav li a {
    background: #222;
    background: rgba(34, 34, 34, 0.75);
    font-size: 1.0625em;
    height: 70px;
    line-height: 1.23529em;
    padding: 14px 0 0 10px;
  }
  .flexnav li a:hover {
    background: #c32e2e;
    background: rgba(195, 46, 46, 0.75);
    color: #fff;
  }
  .menu-button {
    display: none;
  }
}
.oldie body.one-page {
  padding-top: 70px;
}
.oldie .flexnav {
  overflow: visible;
}
.oldie .flexnav li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  background-color: #222;
  width: 20%;
  min-height: 50px;
  overflow: visible;
}
.oldie .menu-button {
  display: none;
}
.oldie.ie7 .flexnav li {
  width: 19.9%;
}
.diary-list {
  *zoom: 1;
  padding: 0 20px;
}
.diary-list:before,
.diary-list:after {
  content: "";
  display: table;
}
.diary-list:after {
  clear: both;
}
.diary-list h2.section-header {
  margin: 21px 0 14px;
}
.diary-list .limited-width {
  padding: 0;
}
@media only screen and (min-width: 760px) {
  .diary-list .limited-width {
    padding: 0 0 20px;
  }
  .diary-list h2.section-header {
    margin: 12px 0 13px;
  }
}
@media only screen and (min-width: 1020px) {
  .diary-list h2.section-header {
    margin: 19px 0 13px;
  }
}
.diary-author-list {
  padding: 0 20px 39px;
}
.diary-author-list ul {
  margin: 0 auto;
  max-width: 320px;
  text-align: center;
}
.diary-author-list ul li {
  float: left;
  margin-bottom: 40px;
  vertical-align: top;
}
.diary-author-list ul figure {
  border-radius: 100px;
  display: inline-block;
  height: 200px;
  margin-bottom: 8px;
  position: relative;
  width: 200px;
}
.diary-author-list ul figure img {
  display: block;
  border-radius: 100px;
  height: 200px;
  width: 200px;
}
.diary-author-list ul figure a {
  background: #c32e2e;
  background: rgba(195, 46, 46, 0.75);
  border-radius: 100px;
  color: #fff;
  display: block;
  font: 700 1.1875em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  height: 100%;
  line-height: 1.26316em;
  padding: 0 20px;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  top: 0;
  z-index: 4;
  width: 100%;
}
.diary-author-list ul figure a:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.diary-author-list ul figure a.deceased {
  background: #333;
  background: rgba(51, 51, 51, 0.55);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}
.diary-author-list ul figure a.active {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}
.diary-author-list ul figure a.active span {
  display: none;
}
.diary-author-list ul .position {
  color: #333;
  display: block;
  font: 300 1.125em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  line-height: 1.16667em;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.diary-author-list ul .title-wrap {
  display: table;
  margin-bottom: 13px;
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .diary-author-list ul .title-wrap {
    height: 90px;
  }
}
@media only screen and (min-width: 800px) {
  .diary-author-list ul .title-wrap {
    height: 60px;
  }
}
@media only screen and (min-width: 1020px) {
  .diary-author-list ul .title-wrap {
    height: 90px;
  }
}
@media only screen and (min-width: 760px) {
  .diary-author-list ul .title-wrap.eyewitness {
    height: 50px;
  }
}
.diary-author-list ul h3 {
  color: #333;
  font: 700 1.75em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  line-height: 1.07143em;
}
@media only screen and (min-width: 760px) {
  .diary-author-list ul h3 {
    display: table-cell;
    vertical-align: middle;
  }
}
.diary-author-list ul h3 a {
  color: #333;
}
.diary-author-list ul h3 a:hover {
  color: #c32e2e;
}
.diary-author-list ul p {
  font: 300 1.0625em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.29412em;
  font-style: italic;
}
.diary-author-list .main-btn,
.diary-author-list .ghost-btn,
.diary-author-list .newsletter button,
.newsletter .diary-author-list button,
.diary-author-list .calendar-search button,
.calendar-search .diary-author-list button {
  display: block;
  margin: 0 auto;
  max-width: 310px;
}
@media only screen and (min-width: 760px) {
  .diary-author-list {
    padding: 0 0 39px;
  }
  .diary-author-list ul {
    max-width: 1020px;
  }
  .diary-author-list li {
    display: inline-block;
    margin: 0 1.469%;
    width: 30%;
  }
}
@media only screen and (min-width: 1020px) {
  .diary-author-list {
    padding: 8px 0 92px;
  }
  .diary-author-list li {
    margin: 0 0.2%;
    padding: 0 15px;
    width: 24.28%;
  }
}
.diary-tracker {
  background: #ddd9cc;
  padding: 30px 20px 23px;
}
.diary-tracker h2 {
  color: #c32e2e;
  font: 700 2.25em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  margin-bottom: 31px;
}
.diary-tracker .limited-width {
  padding: 0;
}
@media only screen and (min-width: 760px) {
  .diary-tracker {
    padding: 47px 20px 23px;
  }
  .diary-tracker h2 {
    font-size: 2.8125em;
    line-height: 1.06667em;
    margin-bottom: 25px;
  }
  .diary-tracker .limited-width {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1020px) {
  .diary-tracker {
    padding: 58px 20px 34px;
  }
  .diary-tracker h2 {
    margin-bottom: 27px;
  }
}
.diary-entries li {
  background: #e8e5dc;
  padding: 30px 20px 23px;
  text-align: center;
}
.diary-entries li:nth-child(2n) {
  background: #d5d1c4;
}
@media only screen and (min-width: 760px) {
  .diary-entries li {
    padding: 45px 30px 30px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 1020px) {
  .diary-entries li {
    padding: 45px 30px 22px;
    text-align: left;
  }
}
.diary-actions {
  background: #ddd9cc;
  padding: 40px 20px;
}
.diary-actions .main-btn,
.diary-actions .ghost-btn,
.diary-actions .newsletter button,
.newsletter .diary-actions button,
.diary-actions .calendar-search button,
.calendar-search .diary-actions button {
  display: block;
  margin: 0 auto;
  max-width: 340px;
}
@media only screen and (min-width: 1020px) {
  .diary-actions {
    padding: 57px 20px;
  }
}
.soldier-entry {
  text-align: center;
}
.soldier-entry figure {
  display: inline-block;
  height: 114px;
  margin: 0 0 17px;
  width: 114px;
}
.soldier-entry figure img {
  border-radius: 57px;
  height: 114px;
  width: 114px;
}
.soldier-entry h4 {
  font: 700 1.1875em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.21053em;
  margin: 0 0 13px;
  text-transform: uppercase;
}
.soldier-entry .date {
  color: #c32e2e;
  display: block;
  font: 700 1.1875em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.10526em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 760px) {
  .soldier-entry figure {
    margin-bottom: 22px;
  }
  .soldier-entry h4 {
    margin-bottom: 10px;
  }
  .soldier-entry .date {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1020px) {
  .soldier-entry {
    *zoom: 1;
    margin: 0 auto;
    max-width: 960px;
    text-align: left;
  }
  .soldier-entry:before,
  .soldier-entry:after {
    content: "";
    display: table;
  }
  .soldier-entry:after {
    clear: both;
  }
  .soldier-entry figure {
    float: left;
    margin-right: 24px;
  }
  .soldier-entry .content {
    float: left;
    padding: 5px 0 0;
    width: 822px;
  }
  .soldier-entry .content p {
    margin-top: 10px;
  }
  .soldier-entry h4 {
    display: inline;
    margin: 0;
    padding: 4px 20px 0 0;
  }
  .soldier-entry .date {
    display: inline;
    margin: 0;
  }
}
.diary-tracker {
  background: #ddd9cc;
  padding: 30px 20px 23px;
}
.diary-tracker h2 {
  color: #c32e2e;
  font: 700 2.25em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  margin-bottom: 31px;
}
.diary-tracker .limited-width {
  padding: 0;
}
@media only screen and (min-width: 760px) {
  .diary-tracker {
    padding: 47px 20px 23px;
  }
  .diary-tracker h2 {
    font-size: 2.8125em;
    line-height: 1.06667em;
    margin-bottom: 25px;
  }
  .diary-tracker .limited-width {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1020px) {
  .diary-tracker {
    padding: 58px 20px 34px;
  }
  .diary-tracker h2 {
    margin-bottom: 27px;
  }
}
.death-notice-list {
  *zoom: 1;
  padding: 0 20px;
}
.death-notice-list:before,
.death-notice-list:after {
  content: "";
  display: table;
}
.death-notice-list:after {
  clear: both;
}
.death-notice-list h2.section-header {
  color: #c32e2e;
  margin: 21px 0 14px;
}
.death-notice-list .limited-width {
  padding: 0;
}
@media only screen and (min-width: 760px) {
  .death-notice-list {
    padding: 0 30px;
  }
  .death-notice-list .limited-width {
    padding: 0;
  }
  .death-notice-list h2.section-header {
    margin: 12px 0 13px;
  }
}
@media only screen and (min-width: 1020px) {
  .death-notice-list h2.section-header {
    margin: 19px 0 13px;
  }
}
.notices .soldier-entry {
  padding: 30px 20px 3px;
}
@media only screen and (min-width: 760px) {
  .notices {
    padding: 0 30px;
  }
  .notices .soldier-entry {
    padding: 18px 0 13px;
  }
}
@media only screen and (min-width: 1020px) {
  .notices {
    padding: 30px 30px 27px;
  }
}
.death-notice-actions {
  padding: 20px 20px 52px;
}
.death-notice-actions .main-btn,
.death-notice-actions .ghost-btn,
.death-notice-actions .newsletter button,
.newsletter .death-notice-actions button,
.death-notice-actions .calendar-search button,
.calendar-search .death-notice-actions button {
  display: block;
  margin: 0 auto;
  max-width: 340px;
  width: 100%;
}
.news-tracker {
  padding: 0;
  text-align: left;
}
.news-tracker.homepage {
  border-top: 2px solid #ddd9cc;
  border-bottom: 2px solid #333;
  position: relative;
}
.news-tracker.homepage .scrollable {
  overflow: hidden;
  width: 100%;
}
.news-tracker.homepage .news-element {
  width: 100%;
}
.news-tracker.homepage .date-element {
  padding: 16px 0 2px;
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .news-tracker.homepage {
    overflow: hidden;
    width: 100%;
  }
  .news-tracker.homepage .scrollable {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow: auto;
    padding-right: 100px;
    width: 100%;
  }
}
.news-tracker .wrapper {
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .news-tracker .wrapper {
    padding: 0;
    width: 660px;
  }
}
.news-tracker .date-element {
  border-bottom: 2px solid #222;
  padding: 24px 0 18px;
}
.news-tracker .date-element h4 {
  color: #000;
  font: 700 1.125em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
}
.news-tracker .date-element h4 span {
  font-size: 0.6em;
  vertical-align: top;
}
.news-tracker .news-element {
  border-bottom: 1px solid #ddd;
  padding: 50px 0 30px;
}
.news-tracker .news-element .time {
  color: #676666;
  font: 400 0.875em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.news-tracker .news-element h3 {
  color: #c32e2e;
  font: 700 1.0625em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  line-height: 1.23529em;
  margin-bottom: 22px;
}
.news-tracker .news-element p {
  line-height: 21px;
}
.news-tracker .news-element img {
  width: 100%;
}
.news-tracker .news-element a.more {
  color: #c32e2e;
  display: inline-block;
  font: 700 1.0625em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  margin-bottom: 13px;
}
.news-tracker .news-element a.download {
  color: #c32e2e;
  display: inline-block;
  font: 700 0.875em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  margin-bottom: 27px;
  padding: 10px 0 0 62px;
  position: relative;
  text-transform: uppercase;
}
.news-tracker .news-element a.download .icon-pdf {
  color: #ddd9cc;
  font-size: 68px;
  display: inline-block;
  position: absolute;
  left: -25px;
  top: 0;
}
.news-tracker .news-element a.download .file {
  color: #333;
  display: inline-block;
  font: 300 1.21429em museo-sans, helvetica neue, Helvetica, Arial, sans-serif;
  margin: 3px 0 5px;
  text-transform: none;
  width: 100%;
}
.news-tracker .news-element figure {
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .news-tracker .news-element figure {
    margin-top: 30px;
  }
}
.news-tracker .news-element figure span {
  bottom: 13px;
  color: #fff;
  font-size: 37px;
  position: absolute;
  right: 8px;
}
.news-tracker .news-element figure img {
  display: block;
  width: 100%;
}
.news-tracker .news-element .video {
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 760px) {
  .news-tracker .news-element .video {
    margin-top: 35px;
  }
}
.news-tracker .news-element .video a {
  display: block;
}
.news-tracker .news-element .video a .discription-panel {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: block;
  left: 0;
  padding: 16px 20px 16px 72px;
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .news-tracker .news-element .video a .discription-panel {
    padding: 31px 100px 31px 130px;
  }
}
.news-tracker .news-element .video a .discription-panel span {
  color: #ddd9cc;
  font-size: 36px;
  position: absolute;
  left: 30px;
  margin-top: -18px;
  top: 50%;
}
@media only screen and (min-width: 760px) {
  .news-tracker .news-element .video a .discription-panel span {
    font-size: 64px;
    margin-top: -32px;
  }
}
.news-tracker .news-element .video a .discription-panel h4 {
  color: #ddd9cc;
  display: inline-block;
  font: 700 0.75em brandon-grotesque, helvetica neue, Helvetica, Arial,
    sans-serif;
  line-height: 1.5em;
  text-decoration: none;
}
@media only screen and (min-width: 760px) {
  .news-tracker .news-element .video a .discription-panel h4 {
    font-size: 1.3125em;
    line-height: 1.42857em;
  }
}
.news-tracker .news-element .player {
  background: #ddd9cc;
  height: 55px;
  margin: 26px 0 20px;
  padding: 25px 72px 25px 57px;
  position: relative;
  width: 100%;
}
.news-tracker .news-element .player .icon-play-circle {
  background: 0 0;
  border: none;
  color: #000;
  cursor: pointer;
  font-size: 35px;
  height: 35px;
  outline: none;
  padding: 0;
  position: absolute;
  left: 14px;
  top: 10px;
  width: 35px;
}
.news-tracker .news-element .player .icon-play-circle.pause:before {
  content: "\e61b";
}
.news-tracker .news-element .player .process {
  background: #c3bdaa;
  height: 5px;
  position: relative;
}
.news-tracker .news-element .player .process span {
  background: #c32e2e;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
}
.news-tracker .news-element .player .time {
  color: #000;
  font: 700 1em brandon-grotesque, helvetica neue, Helvetica, Arial, sans-serif;
  position: absolute;
  top: 16px;
  right: 14px;
}
@media only screen and (min-width: 760px) {
  .news-tracker .news-element {
    padding: 48px 0 30px;
  }
  .news-tracker .news-element h3 {
    font-size: 1.1875em;
    margin-bottom: 29px;
  }
}
.news-tracker .pagination {
  height: 62px;
  margin-bottom: 20px;
  text-align: center;
}
.news-tracker .pagination .main-btn,
.news-tracker .pagination .ghost-btn,
.news-tracker .pagination .newsletter button,
.newsletter .news-tracker .pagination button,
.news-tracker .pagination .calendar-search button,
.calendar-search .news-tracker .pagination button {
  background: 0 0;
  color: transparent;
  display: inline-block;
  margin: 48px 0 51px;
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .news-tracker .pagination .main-btn,
  .news-tracker .pagination .ghost-btn,
  .news-tracker .pagination .newsletter button,
  .newsletter .news-tracker .pagination button,
  .news-tracker .pagination .calendar-search button,
  .calendar-search .news-tracker .pagination button {
    background: 0 0;
    color: transparent;
  }
}
.scroll-button {
  background: #ddd9cc;
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 30px;
  font-weight: 700;
  height: 30px;
  right: 0;
  position: absolute;
  width: 30px;
  text-align: center;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scroll-button.up {
  top: 10px;
}
.scroll-button.up:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);
  *zoom: 1;
}
.scroll-button:before {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  *zoom: 1;
}
.scroll-button:hover {
  background: #c6bfaa;
}
#infscr-loading {
  padding: 10px 0 20px;
  text-align: center;
}
#infscr-loading img {
  display: inline-block;
}
