article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
button,
input,
select,
textarea {
  color: #4d4d4d;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.box-sizing-reset {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-model-reset {
  margin: 0;
  padding: 0;
}
.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-reset {
  float: none;
  width: auto;
  margin: 0;
}
.inline-block {
  display: inline-block;
}
.ie7 .inline-block {
  *display: inline;
  zoom: 1;
}
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(../images/media-manager/bigplay.png) top left no-repeat;
}
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(../images/media-manager/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../images/media-manager/loading.gif) center center no-repeat;
}
.mejs-container .mejs-controls {
  position: absolute;
  background: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(../images/media-manager/background.png);
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
}
.mejs-controls .mejs-button span {
  cursor: pointer;
  display: block;
  font-size: 0px;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  height: 16px;
  width: 16px;
  background: transparent url(../images/media-manager/controls.png) 0 0 no-repeat;
}
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px ;
  overflow: hidden;
  text-align: center;
  padding: auto 4px;
}
.mejs-container .mejs-controls .mejs-time span {
  font-size: 11px;
  color: #fff;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}
.mejs-controls .mejs-play span {
  background-position: 0 0;
}
.mejs-controls .mejs-pause span {
  background-position: 0 -16px;
}
.mejs-controls .mejs-stop span {
  background-position: -112px 0;
}
.mejs-controls div.mejs-time-rail {
  width: 200px;
  padding-top: 5px;
}
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#1E1E1E, endColorstr=#3C3C3C);
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#2C7C91, endColorstr=#4EB7D4);
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#C8C8C8);
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  visibility: hidden;
  position: absolute;
  display: block;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
.mejs-controls .mejs-time-rail:hover .mejs-time-float {
  visibility: visible;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}
.mejs-controls .mejs-fullscreen-button span {
  background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen span {
  background-position: -32px -16px;
}
.mejs-controls .mejs-mute span {
  background-position: -16px -16px;
}
.mejs-controls .mejs-unmute span {
  background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
  position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(../images/media-manager/background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px ;
  -moz-border-radius: 0 0 4px 4px ;
  border-radius: 0 0 4px 4px ;
}
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
  display: block;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}
.mejs-controls .mejs-captions-button {
  position: relative;
}
.mejs-controls .mejs-captions-button span {
  background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../images/media-manager/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
  visibility: visible;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0px 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
}
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs-captions-position-hover {
  bottom: 45px;
}
.mejs-captions-text {
  padding: 3px 5px;
  background: url(../images/media-manager/background.png);
  background: rgba(20, 20, 20, 0.8);
}
.mejs-clear {
  clear: both;
}
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
.mejs-controls .mejs-loop-off span {
  background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on span {
  background-position: -64px 0;
}
.mejs-controls .mejs-backlight-off span {
  background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on span {
  background-position: -80px 0;
}
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
/*==== SET MAIN VARIABLES TO CONTROL PAGE STRUCTURE ====*/
/*==== SET MAIN DESIGN VARIABLES ====*/
/*SYSTEM COLOURS*/
/*FULL NHS PALETTE*/
.grad-blue {
  background-image: linear-gradient(to right, #0072CE 0%, #003087 100%);
}
.grad-blue-reversed {
  background-image: linear-gradient(to right, #003087 0%, #0072CE 100%);
}
.grad-light-blue-to-white {
  background-image: linear-gradient(to right, #cee9ff 0%, #fff 100%);
}
.grad-cyan-to-blue {
  background-image: linear-gradient(to right, #41B6E6 0%, #0072CE 100%);
}
.grad-blue-to-cyan {
  background-image: linear-gradient(to right, #0072CE 0%, #41B6E6 100%);
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
}
@font-face {
  font-family: 'Frutiger';
  src: url('/base-install/fonts/FrutigerLTStd-Roman.eot');
  src: url('/base-install/fonts/FrutigerLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('/base-install/fonts/FrutigerLTStd-Roman.woff') format('woff'), url('/base-install/fonts/FrutigerLTStd-Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger';
  src: url('/base-install/fonts/FrutigerLTStd-Italic.eot');
  src: url('/base-install/fonts/FrutigerLTStd-Italic.eot?#iefix') format('embedded-opentype'), url('/base-install/fonts/FrutigerLTStd-Italic.woff') format('woff'), url('/base-install/fonts/FrutigerLTStd-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Frutiger';
  src: url('/base-install/fonts/FrutigerLTStd-LightItalic.eot');
  src: url('/base-install/fonts/FrutigerLTStd-LightItalic.eot?#iefix') format('embedded-opentype'), url('/base-install/fonts/FrutigerLTStd-LightItalic.woff') format('woff'), url('/base-install/fonts/FrutigerLTStd-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Frutiger';
  src: url('/base-install/fonts/FrutigerLTStd-Bold.eot');
  src: url('/base-install/fonts/FrutigerLTStd-Bold.eot?#iefix') format('embedded-opentype'), url('/base-install/fonts/FrutigerLTStd-Bold.woff') format('woff'), url('/base-install/fonts/FrutigerLTStd-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger';
  src: url('/base-install/fonts/FrutigerLTStd-Light.eot');
  src: url('/base-install/fonts/FrutigerLTStd-Light.eot?#iefix') format('embedded-opentype'), url('/base-install/fonts/FrutigerLTStd-Light.woff') format('woff'), url('/base-install/fonts/FrutigerLTStd-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
.fonticon,
[data-icon]:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-icon]:before {
  content: attr(data-icon);
  speak: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 400;
}
p {
  margin: 0.6em 0;
  line-height: 140%;
}
blockquote {
  margin: 1em 0;
  padding: 1em;
  background: #f6f6f6;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
ul,
ol {
  margin: 0.1em 0;
  padding: 0 2em;
}
ul li,
ol li {
  margin: 0.2em 0;
}
.accented .content-headline h2,
.default .content-headline h2,
.accented .content-headline h3,
.default .content-headline h3 {
  margin-top: 0.2em;
  font-size: 2.2em;
}
.col .accented .content-headline h2,
.col .default .content-headline h2,
.col .accented .content-headline h3,
.col .default .content-headline h3 {
  font-size: 1.8em;
}
@media only screen and (max-width: 768px) {
  .accented .content-headline h2,
  .default .content-headline h2,
  .accented .content-headline h3,
  .default .content-headline h3 {
    font-size: 1.8em;
  }
}
.content-image-aligned-left,
.content-image-aligned-right {
  max-width: 100%;
  height: auto;
}
.content-image-aligned-left {
  float: left;
  margin: 0.5em 2.5em 1em 0;
}
.content-image-aligned-right {
  float: right;
  margin: 0.5em 0 1em 2.5em;
}
img,
video,
iframe,
audio {
  max-width: 100%;
}
table img {
  max-width: none;
}
.map-wrapper-inner img {
  max-width: none!important;
}
iframe {
  border: none !important;
}
a {
  color: #005EB8;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:visited {
  color: #003087;
}
.cta {
  color: #005EB8;
  padding: 0.6em 1.2em 0.4em 1.2em;
  border: solid 2px #005EB8;
  border-radius: 0;
  box-shadow: none;
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  border-radius: 4px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cta {
    border: solid 1px #005EB8;
  }
}
.cta:hover,
.cta:focus,
.cta:active {
  background: #005EB8;
  color: #fff !important;
}
table {
  width: 100%;
}
table th,
table td {
  padding: 0.3em 0.5em;
}
table th {
  background: #333;
  color: #fff;
}
table tbody tr:nth-child(even) td {
  background: #f6f6f6;
}
table tbody tr:hover td {
  background: #f1f1f1;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
#container input[type='text'],
#container input[type='password'],
#container input[type='tel'],
#container input[type='url'],
#container input[type='email'],
#container input[type="search"],
#container textarea {
  width: 100%;
}
.ie7 #container input[type='text'],
.ie7 #container input[type='password'],
.ie7 #container input[type='tel'],
.ie7 #container input[type='url'],
.ie7 #container input[type='email'],
.ie7 #container input[type="search"],
.ie7 #container textarea {
  width: 96%;
}
#container label {
  margin: 0.5em 0 0.2em 0;
  display: block;
  vertical-align: top;
}
#container input[type='text'],
#container input[type='search'],
#container input[type='password'],
#container input[type='tel'],
#container input[type='url'],
#container input[type='email'] {
  border: 1px solid #999;
  padding: 0.3em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#container input[type='text']:hover,
#container input[type='search']:hover,
#container input[type='password']:hover,
#container input[type='tel']:hover,
#container input[type='url']:hover,
#container input[type='email']:hover,
#container input[type='text']:focus,
#container input[type='search']:focus,
#container input[type='password']:focus,
#container input[type='tel']:focus,
#container input[type='url']:focus,
#container input[type='email']:focus {
  border-color: #666;
  outline: none;
}
#container textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.3em;
  min-height: 8em;
  resize: vertical;
}
#container textarea:hover,
#container textarea:focus {
  border-color: #666;
  outline: none;
}
#container .col select {
  width: 100%;
}
#container button,
#container input[type="submit"] {
  color: #fff;
  background-color: #005EB8;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
#container button:hover,
#container input[type="submit"]:hover,
#container button:focus,
#container input[type="submit"]:focus {
  background-color: #004485;
}
@media only screen and (max-width: 768px) {
  #container button,
  #container input[type="submit"] {
    display: block;
    text-align: center;
  }
}
#container input[type='checkbox'],
#container input[type='radio'] {
  clear: left;
  float: left;
  margin: 0.2em 0.7em;
}
#container input[type='checkbox']:focus,
#container input[type='radio']:focus {
  outline: 1px solid #212121;
}
@media only screen and (max-width: 768px) {
  #container input[type='checkbox'],
  #container input[type='radio'] {
    margin: 0;
  }
}
#container .checkbox_label {
  margin: 0;
  float: left;
}
#container ::-webkit-input-placeholder {
  color: #999;
  font-family: Frutiger;
  font-size: 1em;
}
#container :-moz-placeholder {
  color: #999;
  font-family: Frutiger;
  font-size: 1em;
}
#container ::-moz-placeholder {
  color: #999;
  font-family: Frutiger;
  font-size: 1em;
}
#container :-ms-input-placeholder {
  color: #999;
  font-family: Frutiger;
  font-size: 1em;
}
ul.ui-autocomplete {
  margin: 0;
  list-style-type: none;
  background: #fff;
  border: 1px solid #bbb;
  width: 250px;
  margin: 1em 0;
  padding: 0;
}
ul.ui-autocomplete li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.ui-autocomplete a {
  display: block;
  padding: 0.5em;
}
ul.ui-autocomplete a:hover,
ul.ui-autocomplete a:focus {
  background: #f6f6f6;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}
/*#main-content {
	.main-wrapper {
		width: 100%;
		max-width: 100%;
		margin: 0;
		#site-content-top-row,
		#site-content-bottom-row {
			.placement-row-1-up {
				.page-placement {
					float: none;
					margin: 0 auto;
					width:@default-site-width;
					max-width:@max-site-width;
					&.wide {
						width: 100%;
						max-width: 100%;
						margin: 0;
						padding: 0;
						.placement-inner {
							margin: 0;
						}
					}
				}
			}
		}
		#content-wrapper {
			&.layout_0_0 {
				.placement-row {
						margin: 0 auto;
						width:@default-site-width;
						max-width:@max-site-width;
					&.placement-row-1-up {
						width: 100%;
						max-width: 100%;
						margin: 0;
						.page-placement {
							float: none;
							margin: 0 auto;
							width:@default-site-width;
							max-width:@max-site-width;
							&.wide {
								width: 100%;
								max-width: 100%;
								margin: 0;
								padding: 0;
								.placement-inner {
									margin: 0;
								}
							}
						}
					}
				}
				#site-article-footer-row {
					#footer-links {
						margin: 0 auto;
						width:@default-site-width;
						max-width:@max-site-width;
					}
				}
			}
			&.layout_0_1,
			&.layout_1_0,
			&.layout_1_1 {
				margin: 0 auto;
				width:@default-site-width;
				max-width:@max-site-width;
			}
		}
	}
}*/
.left .layout_col_inner {
  padding-right: 0.5em;
}
.right .layout_col_inner {
  padding-left: 0.5em;
}
.col {
  float: left;
}
.left {
  margin-left: -100%;
}
.wrapper {
  width: 100%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    float: none;
    width: auto;
  }
}
/*------------------- 2 column layouts -------------------*/
.layout_1_0 .left {
  width: 29.16666667%;
}
.layout_1_0 .middle {
  margin-left: 29.16666667%;
}
.layout_0_1 .right {
  width: 29.16666667%;
  margin-left: -29.16666667%;
}
.layout_0_1 .middle {
  margin-right: 29.16666667%;
}
@media only screen and (max-width: 1100px) {
  .layout_0_1 .left .page-placement,
  .layout_1_0 .left .page-placement,
  .layout_0_1 .right .page-placement,
  .layout_1_0 .right .page-placement {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .flexbox-legacy .layout_0_1 .left .placement-row,
  .flexbox-legacy .layout_1_0 .left .placement-row,
  .flexbox-legacy .layout_0_1 .right .placement-row,
  .flexbox-legacy .layout_1_0 .right .placement-row,
  .flexbox .layout_0_1 .left .placement-row,
  .flexbox .layout_1_0 .left .placement-row,
  .flexbox .layout_0_1 .right .placement-row,
  .flexbox .layout_1_0 .right .placement-row,
  .flexbox-legacy .layout_0_1 .left .page-placement,
  .flexbox-legacy .layout_1_0 .left .page-placement,
  .flexbox-legacy .layout_0_1 .right .page-placement,
  .flexbox-legacy .layout_1_0 .right .page-placement,
  .flexbox .layout_0_1 .left .page-placement,
  .flexbox .layout_1_0 .left .page-placement,
  .flexbox .layout_0_1 .right .page-placement,
  .flexbox .layout_1_0 .right .page-placement,
  .flexbox-legacy .layout_0_1 .left .placement-inner,
  .flexbox-legacy .layout_1_0 .left .placement-inner,
  .flexbox-legacy .layout_0_1 .right .placement-inner,
  .flexbox-legacy .layout_1_0 .right .placement-inner,
  .flexbox .layout_0_1 .left .placement-inner,
  .flexbox .layout_1_0 .left .placement-inner,
  .flexbox .layout_0_1 .right .placement-inner,
  .flexbox .layout_1_0 .right .placement-inner {
    display: block;
  }
}
@media only screen and (max-width: 920px) {
  .layout_0_1 .left,
  .layout_1_0 .left,
  .layout_0_1 .right,
  .layout_1_0 .right {
    width: 33.33333333%;
  }
  .layout_0_1 .middle .page-placement,
  .layout_1_0 .middle .page-placement {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .flexbox-legacy .layout_0_1 .middle .placement-row,
  .flexbox-legacy .layout_1_0 .middle .placement-row,
  .flexbox .layout_0_1 .middle .placement-row,
  .flexbox .layout_1_0 .middle .placement-row,
  .flexbox-legacy .layout_0_1 .middle .page-placement,
  .flexbox-legacy .layout_1_0 .middle .page-placement,
  .flexbox .layout_0_1 .middle .page-placement,
  .flexbox .layout_1_0 .middle .page-placement,
  .flexbox-legacy .layout_0_1 .middle .placement-inner,
  .flexbox-legacy .layout_1_0 .middle .placement-inner,
  .flexbox .layout_0_1 .middle .placement-inner,
  .flexbox .layout_1_0 .middle .placement-inner {
    display: block;
  }
  .layout_0_1 .right {
    margin-left: -33.33333333%;
  }
  .layout_0_1 .middle {
    margin-right: 33.33333333%;
  }
  .layout_1_0 .middle {
    margin-left: 33.33333333%;
  }
}
/*------------------- 3 column layouts -------------------*/
.layout_1_1 .left,
.layout_1_1 .right {
  width: 20.83333333%;
}
.layout_1_1 .middle {
  margin: 0 20.83333333%;
}
.layout_1_1 .right {
  margin-left: -20.83333333%;
}
@media only screen and (max-width: 1300px) {
  .layout_1_1 .left .page-placement,
  .layout_1_1 .right .page-placement {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .flexbox-legacy .layout_1_1 .left .placement-row,
  .flexbox-legacy .layout_1_1 .right .placement-row,
  .flexbox .layout_1_1 .left .placement-row,
  .flexbox .layout_1_1 .right .placement-row,
  .flexbox-legacy .layout_1_1 .left .page-placement,
  .flexbox-legacy .layout_1_1 .right .page-placement,
  .flexbox .layout_1_1 .left .page-placement,
  .flexbox .layout_1_1 .right .page-placement,
  .flexbox-legacy .layout_1_1 .left .placement-inner,
  .flexbox-legacy .layout_1_1 .right .placement-inner,
  .flexbox .layout_1_1 .left .placement-inner,
  .flexbox .layout_1_1 .right .placement-inner {
    display: block;
  }
}
@media only screen and (max-width: 1050px) {
  .layout_1_1 .left,
  .layout_1_1 .right {
    width: 25%;
  }
  .layout_1_1 .middle {
    margin: 0 25%;
  }
  .layout_1_1 .middle .page-placement {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .flexbox-legacy .layout_1_1 .middle .placement-row,
  .flexbox .layout_1_1 .middle .placement-row,
  .flexbox-legacy .layout_1_1 .middle .page-placement,
  .flexbox .layout_1_1 .middle .page-placement,
  .flexbox-legacy .layout_1_1 .middle .placement-inner,
  .flexbox .layout_1_1 .middle .placement-inner {
    display: block;
  }
  .layout_1_1 .right {
    margin-left: -25%;
  }
}
@media only screen and (max-width: 768px) {
  .left .layout_col_inner {
    padding-right: 0;
  }
  .right .layout_col_inner {
    padding-left: 0;
  }
  .layout_1_0 .middle,
  .layout_0_1 .middle,
  .layout_1_1 .middle {
    margin: 0;
  }
  #container .page-placement {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .flexbox-legacy #container .placement-row,
  .flexbox #container .placement-row,
  .flexbox-legacy #container .page-placement,
  .flexbox #container .page-placement,
  .flexbox-legacy #container .placement-inner,
  .flexbox #container .placement-inner {
    display: block;
  }
  #container .col {
    margin: 0;
    float: none;
    width: auto;
    clear: both;
  }
}
/*------------------- IE6 Fixes -------------------*/
.ie6 .middle {
  padding: 0;
  margin: 0;
}
.ie6 .left {
  margin-left: -980px;
  padding: 0;
}
.ie6 .right {
  margin-left: -206px;
  padding: 0;
}
.ie6 .layout_0_0 .middle {
  width: 980px;
}
.ie6 .layout_1_1 .left {
  width: 200px;
}
.ie6 .layout_1_1 .middle {
  margin: 0 210px;
}
.ie6 .layout_1_1 .right {
  width: 200px;
}
.ie6 .layout_1_0 {
  width: 980px;
}
.ie6 .layout_1_0 .left {
  width: 240px;
}
.ie6 .layout_1_0 .middle {
  margin-left: 240px;
}
.ie6 .layout_0_1 .middle {
  margin-right: 240px;
}
.ie6 .layout_0_1 .right {
  width: 240px;
  margin-left: -250px;
}
.page-placement {
  float: left;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.placement-inner {
  margin: 0 0.5em;
}
/*
.flexbox-legacy,
.flexbox{
	.placement-row{
		.flexbox();
	}
	.page-placement{
		.flexbox();
	}
	.placement-inner{
		.flex(1);
	}
}
*/
.placement-row-1-up .page-placement {
  width: 100%;
}
.placement-row-2-up .page-placement {
  width: 50%;
}
.placement-row-3-up .page-placement {
  width: 33.33333333%;
}
.placement-row-4-up .page-placement {
  width: 25%;
}
.placement-row-5-up .page-placement {
  width: 20%;
}
.placement-row-6-up .page-placement {
  width: 16.66666667%;
}
.placement-row-7-up .page-placement {
  width: 14.28571429%;
}
.placement-row-8-up .page-placement {
  width: 12.5%;
}
.placement-row-9-up .page-placement {
  width: 11.11111111%;
}
.placement-row-10-up .page-placement {
  width: 10%;
}
.placement-row-11-up .page-placement {
  width: 9.09090909%;
}
.placement-row-12-up .page-placement {
  width: 8.33333333%;
}
.ie7 .col .placement-row-2-up .page-placement {
  width: 49%;
}
.ie7 .col .placement-row-3-up .page-placement {
  width: 31%;
}
html,
body {
  height: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Frutiger", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 140%;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4em;
  }
}
.container {
  position: relative;
  min-height: 100%;
  padding-bottom: 181px;
}
.top-wrap-outer {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.top-wrap-outer .top-wrap-inner {
  position: relative;
}
#main-content {
  padding-bottom: 3em;
  padding-top: 140px;
}
@media only screen and (max-width: 768px) {
  #main-content {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .contains-charity-btns #main-content {
    padding-top: 115px;
  }
}
@media only screen and (max-width: 1080px) {
  #main-content .breadcrumb {
    margin-top: 1.5em;
  }
}
#fontsizedown {
  background-image: url("../images/access-bar/textdown.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#fontsizeup {
  background-image: url("../images/access-bar/textup.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#webpagecontrast0 {
  background-image: url("../images/access-bar/contrast-normal.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#webpagecontrast1 {
  background-image: url("../images/access-bar/contrast-soft.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#webpagecontrast2 {
  background-image: url("../images/access-bar/contrast-high.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#accessibility-controls {
  height: 0;
  overflow: hidden;
}
#accessibility-controls .access-controls-wrapper {
  *zoom: 1;
  padding: 0.4em 0.5em;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0.85em 0 0.2em 0;
  background: #005EB8;
  color: #fff;
  display: none;
}
#accessibility-controls .access-controls-wrapper:before,
#accessibility-controls .access-controls-wrapper:after {
  content: " ";
  display: table;
}
#accessibility-controls .access-controls-wrapper:after {
  clear: both;
}
#accessibility-controls .access-controls-wrapper a {
  color: #fff;
}
#accessibility-controls .access-controls-wrapper .access-controls-wrapper-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  text-align: right;
}
#accessibility-controls .access-controls-wrapper ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
#accessibility-controls .access-controls-wrapper ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  margin-right: 1em;
}
#accessibility-controls .access-controls-wrapper ol li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  #accessibility-controls .access-controls-wrapper {
    display: none;
  }
}
#accessibility-controls #accessbar:before {
  content: "|";
  padding: 0 0.65em 0 0.5em;
  float: left;
  position: relative;
  top: -1px;
  opacity: 0.6;
}
#accessibility-controls #accessbar form {
  display: inline-block;
}
#accessibility-controls #accessbar input[type="submit"] {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  padding: 0 !important;
}
#accessibility-controls #accessbar input[type="submit"]:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.ie7 #accessibility-controls #accessbar input[type="submit"] {
  *display: inline;
  zoom: 1;
}
.ie7 #accessibility-controls #accessbar input[type="submit"] {
  float: left;
  text-transform: capitalize;
  margin-right: 0.2em;
}
#accessibility-controls #accessbar input[type="submit"]:focus {
  outline: 1px solid #bbb;
}
#accessibility-controls .access-options-label {
  float: left;
  margin-right: 0.2em;
}
#accessibility-controls .site-search {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0.5em 0;
  background: #005EB8;
  color: #fff;
  display: none;
}
#accessibility-controls .site-search .content-item-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}
#accessibility-controls .site-search .content-item-inner .content-headline,
#accessibility-controls .site-search .content-item-inner label,
#accessibility-controls .site-search .content-item-inner .advanced-search {
  display: none;
}
#accessibility-controls .site-search .content-item-inner form {
  padding: 0 20%;
}
@media only screen and (max-width: 768px) {
  #accessibility-controls .site-search .content-item-inner form {
    padding: 0;
  }
}
#accessibility-controls .site-search .content-item-inner form .search-inputs {
  position: relative;
}
#accessibility-controls .site-search .content-item-inner form .search-inputs input[type="search"],
#accessibility-controls .site-search .content-item-inner form .search-inputs input[type="text"] {
  width: 100%;
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #fff;
}
#accessibility-controls .site-search .content-item-inner form .search-inputs input[type="search"]::-webkit-input-placeholder,
#accessibility-controls .site-search .content-item-inner form .search-inputs input[type="text"]::-webkit-input-placeholder {
  color: #fff;
  font-family: Frutiger;
  font-size: 1em;
}
#accessibility-controls .site-search .content-item-inner form .search-inputs input[type="search"]:-moz-placeholder,
#accessibility-controls .site-search .content-item-inner form .search-inputs input[type="text"]:-moz-placeholder {
  color: #fff;
  font-family: Frutiger;
  font-size: 1em;
}
#accessibility-controls .site-search .content-item-inner form .search-inputs input[type="search"]::-moz-placeholder,
#accessibility-controls .site-search .content-item-inner form .search-inputs input[type="text"]::-moz-placeholder {
  color: #fff;
  font-family: Frutiger;
  font-size: 1em;
}
#accessibility-controls .site-search .content-item-inner form .search-inputs input[type="search"]:-ms-input-placeholder,
#accessibility-controls .site-search .content-item-inner form .search-inputs input[type="text"]:-ms-input-placeholder {
  color: #fff;
  font-family: Frutiger;
  font-size: 1em;
}
#accessibility-controls .site-search .content-item-inner form .search-inputs .submit-wrap {
  position: absolute;
  top: -4px;
  right: 0;
  height: 35px;
  width: 35px;
  transition: opacity 0.33s ease-in-out;
}
#accessibility-controls .site-search .content-item-inner form .search-inputs .submit-wrap:hover,
#accessibility-controls .site-search .content-item-inner form .search-inputs .submit-wrap:focus,
#accessibility-controls .site-search .content-item-inner form .search-inputs .submit-wrap:active {
  opacity: 0.7;
}
#accessibility-controls .site-search .content-item-inner form .search-inputs .submit-wrap:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  font-size: 25px;
  line-height: 1;
  color: #fff;
  pointer-events: none;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 35px;
  height: 35px;
}
#accessibility-controls .site-search .content-item-inner form .search-inputs .submit-wrap input[type="submit"] {
  background-color: transparent;
  border: none;
  font-size: 0;
  color: transparent;
  /*background-image: url("/base-install/images/_site/icons/search-white.png");
							background-repeat: no-repeat;
							background-size: contain;*/
  width: 100%;
  height: 100%;
}
#container #site-header-row .some-stuff-has-moved .placement-row-wrapper {
  right: 0;
}
#site-header-row .logo-container {
  float: left;
}
@media only screen and (max-width: 768px) {
  #site-header-row .logo-container + .placement-row-wrapper {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #site-header-row .logo-container {
    width: 40%;
  }
}
#site-header-row .placement-row-1 {
  margin-left: 320px;
}
@media only screen and (max-width: 768px) {
  #site-header-row .placement-row-1 {
    margin-left: 0;
  }
}
.logo-container #logo {
  width: 300px;
  display: block;
  padding: 1em 0.5em;
}
@media only screen and (max-width: 768px) {
  .logo-container #logo {
    max-width: 144px;
    padding: 0.5em;
    width: 100%;
  }
}
.logo-container #logo img {
  width: 100%;
  height: auto;
}
#site-header-row {
  border-bottom: solid 2px #ececec;
}
@media only screen and (max-width: 768px) {
  #site-header-row {
    border-bottom: none;
  }
}
#site-header-row .placement-row-1 {
  text-align: right;
  height: 91px;
  padding-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  #site-header-row .placement-row-1 {
    float: right;
    margin: 0;
    height: 44px;
  }
}
#site-header-row .placement-row-1 .page-placement {
  display: inline-block;
  text-align: right;
  float: none;
  width: auto;
  padding: 0;
  height: 100%;
}
#site-header-row .placement-row-1 .page-placement .placement-inner {
  margin: 0;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #site-header-row .type-textcontent {
    display: none !important;
  }
}
#site-header-row .type-textcontent .content-headline {
  display: table;
  height: 91px;
}
#site-header-row .type-textcontent .content-headline h2 {
  display: table-cell;
  vertical-align: middle;
  font-weight: 300;
  font-size: 26px;
  line-height: 32px;
  color: #005EB8;
  margin: 0;
  position: relative;
  top: 3px;
  padding-right: 1em;
}
#site-header-row .type-droplet .tool-button-wrap {
  display: table;
  height: 91px;
}
.ie7 #site-header-row .type-droplet .tool-button-wrap {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  #site-header-row .type-droplet .tool-button-wrap {
    height: 44px;
  }
}
#site-header-row .type-droplet .tool-button-wrap .icon-only {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  #site-header-row .type-droplet .tool-button-wrap .icon-only {
    font-size: 20px;
    line-height: 20px;
  }
}
#site-header-row .type-droplet .tool-button-wrap .tool-button {
  display: table-cell;
  vertical-align: middle;
  border-left: solid 2px #ececec;
  color: #4d4d4d;
  padding: 0 0.5em;
  position: relative;
  transition: background 0.33s ease-in-out, color 0.33s ease-in-out;
  outline: none !important;
  text-decoration: none !important;
}
#site-header-row .type-droplet .tool-button-wrap .tool-button:before {
  content: "";
  background: transparent;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  transition: background 0.4s;
  text-decoration: none !important;
}
#site-header-row .type-droplet .tool-button-wrap .tool-button.accessibility-toggle:after,
#site-header-row .type-droplet .tool-button-wrap .tool-button.search-toggle:after,
#site-header-row .type-droplet .tool-button-wrap .tool-button.translate-toggle:after {
  position: absolute;
  top: 91px;
  margin-top: 4px;
  background: rgba(51, 51, 51, 0.95);
  border-radius: 4px;
  padding: 0.75em;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity 0.33s ease-in-out;
  font-size: 14px;
  line-height: 14px;
  font-family: "Frutiger", Helvetica, Arial, sans-serif;
  width: 150px;
  left: 50%;
  margin-left: -85.5px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  #site-header-row .type-droplet .tool-button-wrap .tool-button.accessibility-toggle:after,
  #site-header-row .type-droplet .tool-button-wrap .tool-button.search-toggle:after,
  #site-header-row .type-droplet .tool-button-wrap .tool-button.translate-toggle:after {
    display: none;
  }
}
.ie7 #site-header-row .type-droplet .tool-button-wrap .tool-button.accessibility-toggle:after,
.ie7 #site-header-row .type-droplet .tool-button-wrap .tool-button.search-toggle:after,
.ie7 #site-header-row .type-droplet .tool-button-wrap .tool-button.translate-toggle:after,
.ie8 #site-header-row .type-droplet .tool-button-wrap .tool-button.accessibility-toggle:after,
.ie8 #site-header-row .type-droplet .tool-button-wrap .tool-button.search-toggle:after,
.ie8 #site-header-row .type-droplet .tool-button-wrap .tool-button.translate-toggle:after {
  display: none !important;
}
#site-header-row .type-droplet .tool-button-wrap .tool-button:hover:after {
  opacity: 1;
}
#site-header-row .type-droplet .tool-button-wrap .tool-button.open:hover:after {
  display: none;
}
#site-header-row .type-droplet .tool-button-wrap .tool-button:hover,
#site-header-row .type-droplet .tool-button-wrap .tool-button.open {
  background: #005EB8;
  color: #fff;
  text-decoration: none;
}
#site-header-row .type-droplet .tool-button-wrap .translate-toggle {
  position: relative;
}
#site-header-row .type-droplet .tool-button-wrap .translate-toggle:after {
  content: "Google Translate";
}
@media only screen and (max-width: 768px) {
  #site-header-row .type-droplet .tool-button-wrap .translate-toggle {
    display: none;
  }
}
.ie7 #site-header-row .type-droplet .tool-button-wrap .translate-toggle,
.ie8 #site-header-row .type-droplet .tool-button-wrap .translate-toggle {
  display: none !important;
}
#site-header-row .type-droplet .tool-button-wrap .translate-toggle .goog-te-gadget {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  height: 92px;
}
#site-header-row .type-droplet .tool-button-wrap .translate-toggle .goog-te-gadget .goog-te-gadget-simple {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 92px;
}
#site-header-row .type-droplet .tool-button-wrap .accessibility-toggle:after {
  content: "Accessibility tools";
}
@media only screen and (max-width: 768px) {
  #site-header-row .type-droplet .tool-button-wrap .accessibility-toggle {
    display: none;
  }
}
#site-header-row .type-droplet .tool-button-wrap .accessibility-toggle:hover,
#site-header-row .type-droplet .tool-button-wrap .accessibility-toggle.open {
  background: #005EB8;
}
#site-header-row .type-droplet .tool-button-wrap .accessibility-toggle.open:before {
  background: #005EB8;
}
@media only screen and (max-width: 768px) {
  #site-header-row .type-droplet .tool-button-wrap .search-toggle {
    height: 59px;
  }
}
#site-header-row .type-droplet .tool-button-wrap .search-toggle:after {
  content: "Search our site";
}
#site-header-row .type-droplet .tool-button-wrap .search-toggle:hover,
#site-header-row .type-droplet .tool-button-wrap .search-toggle.open {
  background: #005EB8;
}
#site-header-row .type-droplet .tool-button-wrap .search-toggle.open:before {
  background: #005EB8;
}
#site-header-row .type-droplet .tool-button-wrap .menu-toggle .button-text {
  display: inline-block;
  margin-right: 0.5em;
  line-height: 20px;
  font-size: 80%;
  position: relative;
  top: -3px;
}
#site-header-row .type-droplet .tool-button-wrap .menu-toggle:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c9";
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
}
#site-header-row .type-droplet .tool-button-wrap .mobile-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  #site-header-row .type-droplet .tool-button-wrap .mobile-only {
    display: table-cell;
  }
}
@media only screen and (max-width: 768px) {
  #site-header-row-inner {
    width: 100vw;
    left: 0;
  }
}
.content-datetime-meta .first-published {
  margin: 0.5em;
}
.content-datetime-meta .first-published time,
.content-datetime-meta .first-published .content-author {
  font-weight: bold;
}
#footer-links {
  border-top: 1px solid #ececec;
  font-size: 80%;
  margin: 0.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer-links {
    text-align: left;
  }
}
.home-page #footer-links {
  display: none;
}
#footer-links p {
  margin: 0.5em;
}
#footer-links p a {
  padding: 2px 1em 2px 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
#footer-links p a.ref-page-top {
  background-image: url("../images/page-utils/page-top-k.png");
}
#footer-links p a.ref-page-top:hover {
  background-image: url("../images/page-utils/page-top.png");
}
#footer-links p a.ref-contact {
  background-image: url("../images/page-utils/contact-k.png");
}
#footer-links p a.ref-contact:hover {
  background-image: url("../images/page-utils/contact.png");
}
#footer-links p a.ref-print {
  background-image: url("../images/page-utils/print-k.png");
}
#footer-links p a.ref-print:hover {
  background-image: url("../images/page-utils/print.png");
}
#footer-links p a.ref-email {
  background-image: url("../images/page-utils/email-k.png");
}
#footer-links p a.ref-email:hover {
  background-image: url("../images/page-utils/email.png");
}
#footer-links p a.ref-sitemap {
  background-image: url("../images/page-utils/sitemap-k.png");
}
#footer-links p a.ref-sitemap:hover {
  background-image: url("../images/page-utils/sitemap.png");
}
@media only screen and (max-width: 768px) {
  #footer-links p a {
    float: left;
    width: 50%;
    padding-bottom: 0.2em;
  }
}
#site-footer-row {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 180px;
}
#site-footer-row * {
  color: #4d4d4d;
}
#site-footer-row {
  background: #fff;
}
#site-footer-row * {
  color: #4d4d4d;
}
#site-footer-row .client-credits,
#site-footer-row #verseone-credits {
  font-size: 80%;
  padding: 0 0.5em;
}
@media only screen and (max-width: 768px) {
  #site-footer-row .client-credits,
  #site-footer-row #verseone-credits {
    float: none;
    width: auto;
    text-align: center;
  }
}
#site-footer-row #verseone-credits {
  display: none;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #site-footer-row #verseone-credits {
    float: none;
    width: auto;
    text-align: center;
  }
}
#site-footer-row .client-credits {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}
#site-footer-row .content-container {
  max-width: 100%;
  width: auto;
}
#site-footer-row .content-container .placement-row-wrapper:first-child {
  background-color: #80bdda;
  padding: 1em 0;
}
#site-footer-row .content-container .placement-row-wrapper:first-child .placement-row {
  background-image: url("/base-install/images/_site/footer-graphic.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1300px) {
  #site-footer-row .content-container .placement-row-wrapper:first-child .placement-row {
    background-position: 96% center;
  }
}
@media only screen and (max-width: 768px) {
  #site-footer-row .content-container .placement-row-wrapper:first-child .placement-row {
    background-image: none;
  }
}
#site-footer-row .content-container .placement-row-wrapper:first-child .page-placement {
  width: auto;
  padding-right: 3em;
}
@media only screen and (max-width: 768px) {
  #site-footer-row .content-container .placement-row-wrapper:first-child .page-placement {
    padding-right: 0;
  }
}
#site-footer-row .content-container .placement-row-wrapper:first-child .page-placement * {
  color: #fff;
}
#site-footer-row .content-container .placement-row-wrapper:first-child .page-placement.type-textcontent .main-editor-output p {
  margin: 1em 0;
}
#site-footer-row .content-container .placement-row-wrapper .placement-row {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}
#site-footer-row .type-menuplacement .menu .menu-item {
  float: none;
  display: block;
  text-align: left;
  padding: 0 0 0.7em 0;
}
#site-footer-row .type-menuplacement .menu .menu-item a {
  padding: 0;
  text-align: left;
}
#site-footer-row .type-menuplacement .menu .menu-item a:hover,
#site-footer-row .type-menuplacement .menu .menu-item a:focus,
#site-footer-row .type-menuplacement .menu .menu-item a:active,
#site-footer-row .type-menuplacement .menu .menu-item a.current {
  background: transparent;
  text-decoration: underline;
}
#site-footer-row .placement-row-2 .type-textcontent .content-headline h2 {
  font-size: 1.8em;
  margin: 0.4em 0 0.25em 0;
}
@media only screen and (max-width: 768px) {
  #site-footer-row .placement-row-2 .type-textcontent .content-headline {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #site-footer-row .placement-row-2 .type-textcontent .main-editor-output p {
    text-align: center;
  }
}
#site-footer-row .placement-row-2 .type-textcontent .main-editor-output a img {
  transition: opacity 0.25s ease-in-out;
}
#site-footer-row .placement-row-2 .type-textcontent .main-editor-output a img:hover {
  opacity: 0.7;
}
#site-footer-row .placement-row-2 .type-textcontent.last-child .main-editor-output {
  padding-top: 1em;
}
@media only screen and (max-width: 768px) {
  #site-footer-row .placement-row-2 .type-textcontent.last-child .main-editor-output {
    border-top: solid 1px #ececec;
  }
}
@media only screen and (max-width: 768px) {
  #site-footer-row .placement-row-2 .type-textcontent.last-child .main-editor-output p {
    text-align: center !important;
  }
}
@media only screen and (max-width: 768px) {
  #site-footer-row .placement-row-2 .type-textcontent.last-child .main-editor-output img {
    border-right: none !important;
    width: 40% !important;
    height: auto !important;
    margin: 0 !important;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  #site-footer-row .placement-row-2 .type-textcontent.last-child .main-editor-output .cta {
    display: block !important;
    text-align: center;
    clear: both;
    margin-top: 1em;
  }
}
#site-footer-row .cta[href="/fundraising"] {
  color: #005EB8;
  padding: 3em 1.2em;
}
@media only screen and (max-width: 768px) {
  #site-footer-row .cta[href="/fundraising"] {
    padding: 0.6em 1.2em 0.4em 1.2em;
  }
}
.ie7 #site-footer-row .client-credits,
.ie7 #site-footer-row #verseone-credits {
  width: auto;
}
.ie7 #site-footer-row #verseone-credits {
  float: right;
}
#site-nav-row {
  background-color: #fff;
}
#top-nav li a {
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
#top-nav li a:hover,
#top-nav li a:focus,
#top-nav li a:active,
#top-nav li a.current {
  background: #0072CE;
  color: #fff;
}
#top-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table;
  width: 100%;
}
#top-nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table-cell;
  text-align: center;
}
#top-nav li a {
  padding: 0.75em 1em;
  text-align: center;
  text-decoration: none;
  color: #4d4d4d;
  display: block;
}
#top-nav {
  padding: 0 0.5em;
}
@media only screen and (max-width: 768px) {
  #top-nav {
    display: none;
    padding: 0;
  }
  #top-nav li {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
  #top-nav li a {
    text-align: left;
  }
}
.mobile-nav-toggle-wrap {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle-wrap {
    display: block;
  }
}
.mobile-nav-toggle-wrap .mobile-nav-toggle {
  *zoom: 1;
  display: block;
  width: 100%;
  padding: 0.7em 0.5em;
  border-bottom: none;
  color: #4d4d4d;
  font-size: 18px;
  background: #fff;
  outline: none !important;
  /*.nav-caret {
			display: block;
			float: right;
			background-image: url("@{base-images-url}icons/closed-caret.png");
			.bg-pos(no-repeat, center, center);
			width: 32px;
			height: 32px;
			.transition(transform, 0.3s);
			.open& {
				transform: rotate(90deg);
			}
		}*/
}
.mobile-nav-toggle-wrap .mobile-nav-toggle:before,
.mobile-nav-toggle-wrap .mobile-nav-toggle:after {
  content: " ";
  display: table;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle:after {
  clear: both;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle .nav-icon {
  float: left;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle .nav-icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c9";
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
}
.open.mobile-nav-toggle-wrap .mobile-nav-toggle .nav-icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  display: inline-block;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle .button-text {
  display: block;
  float: left;
  line-height: 32px;
  padding: 0 1.5em;
}
.ie8 #site-header-row,
.ie7 #site-header-row,
.ie8 .top-wrap-outer,
.ie7 .top-wrap-outer {
  border-bottom: solid 2px #ececec;
}
.ie7 #top-nav {
  *zoom: 1;
  display: block;
}
.ie7 #top-nav:before,
.ie7 #top-nav:after {
  content: " ";
  display: table;
}
.ie7 #top-nav:after {
  clear: both;
}
.ie7 #top-nav li {
  display: block;
  float: left;
}
.content-container.breadcrumb {
  width: auto;
  padding: 0.5em;
}
.content-container.breadcrumb #breadcrumbs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 80%;
}
.content-container.breadcrumb #breadcrumbs li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  margin-right: 0.3em;
}
.sidemenu {
  margin: 0 0.5em;
}
.sidemenu .menu li {
  float: none;
  display: block;
}
.sidemenu .menu a {
  display: block;
  text-decoration: none;
  text-align: left;
  padding: 0.5em 1em;
}
.sidemenu .menu ol a {
  padding-left: 2em;
}
.sidemenu .menu ol ol a {
  padding-left: 3em;
}
.sidemenu .menu ol ol ol a {
  padding-left: 4em;
}
.state-submenu {
  display: none;
}
@media only screen and (max-width: 768px) {
  #container .side-navigation-menu.hide-now {
    display: none;
  }
}
#container .side-navigation-menu .menu .menu-item {
  *zoom: 1;
  position: relative;
  float: none;
  display: block;
  width: 100%;
  border-bottom: solid 1px #ddd;
}
#container .side-navigation-menu .menu .menu-item:before,
#container .side-navigation-menu .menu .menu-item:after {
  content: " ";
  display: table;
}
#container .side-navigation-menu .menu .menu-item:after {
  clear: both;
}
#container .side-navigation-menu .menu .menu-item.has-children > a:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  display: inline-block;
  display: block !important;
  font-size: 18px;
  line-height: 38px;
  color: #4D8ECD;
  padding-right: 0.3em;
}
#container .side-navigation-menu .menu .menu-item.has-children > a:hover:before,
#container .side-navigation-menu .menu .menu-item.has-children > a:focus:before,
#container .side-navigation-menu .menu .menu-item.has-children > a:active:before {
  margin-right: 0 !important;
}
#container .side-navigation-menu .menu .menu-item.nav-item-expanded {
  border-top: solid 2px #4D8ECD;
  border-bottom: solid 2px #4D8ECD;
}
#container .side-navigation-menu .menu .menu-item.nav-item-expanded > a {
  background: #005EB8;
  color: #fff;
}
#container .side-navigation-menu .menu .menu-item.nav-item-expanded > a:before {
  color: #fff;
}
#container .side-navigation-menu .menu .menu-item a {
  color: #4d4d4d;
  text-align: left !important;
}
#container .side-navigation-menu .menu .menu-item a:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f061";
  display: inline-block;
  float: right;
  font-size: 20px;
  line-height: 36px;
  transition: margin 0.3s ease-in-out;
}
#container .side-navigation-menu .menu .menu-item > a {
  padding: 0;
  display: block;
}
#container .side-navigation-menu .menu .menu-item > a:hover,
#container .side-navigation-menu .menu .menu-item > a:focus,
#container .side-navigation-menu .menu .menu-item > a:active,
#container .side-navigation-menu .menu .menu-item > a.current {
  background: #4D8ECD;
  color: #fff;
}
#container .side-navigation-menu .menu .menu-item > a:hover:before,
#container .side-navigation-menu .menu .menu-item > a:focus:before,
#container .side-navigation-menu .menu .menu-item > a:active:before,
#container .side-navigation-menu .menu .menu-item > a.current:before {
  color: #fff;
}
#container .side-navigation-menu .menu .menu-item > a:before {
  display: none !important;
}
#container .side-navigation-menu .menu .menu-item > a .main-link-text {
  display: block;
  padding: 0.75em 0.5em 0.45em 0.5em;
  font-size: 1em;
}
#container .side-navigation-menu .menu .menu-item ol {
  background: #ececec;
}
#container .side-navigation-menu .menu .menu-item ol li {
  border-bottom: none;
}
.main-wrapper .mobile-subnav-toggle-wrap {
  display: none;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .main-wrapper .mobile-subnav-toggle-wrap {
    display: block;
  }
}
.main-wrapper .mobile-subnav-toggle-wrap .mobile-subnav-toggle {
  display: block;
  padding: 0.7em;
  background: #fff;
  outline: none !important;
  font-size: 16px;
  border-bottom: solid 2px #ddd;
  border-top: solid 2px #ddd;
  text-decoration: none !important;
}
.main-wrapper .mobile-subnav-toggle-wrap .mobile-subnav-toggle:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  display: inline-block;
  float: right;
  font-size: 28px;
  position: relative;
  top: -5px;
}
.main-wrapper .mobile-sub-nav {
  margin: 0;
  padding: 0;
  position: relative;
}
.main-wrapper .mobile-sub-nav .menu {
  display: none;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000000000;
  background: #fff;
  box-shadow: 0 -6px 0px #fff, 0 0 6px rgba(0, 0, 0, 0.4);
  border-bottom: solid 2px #ddd;
}
.menu,
.menu li,
.menu ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu a.current,
.menu li a.current,
.menu ol a.current,
.menu a:hover,
.menu li a:hover,
.menu ol a:hover,
.menu a:focus,
.menu li a:focus,
.menu ol a:focus {
  background: #ececec;
}
.standard-list li,
.description-list li {
  float: left;
}
@media only screen and (max-width: 768px) {
  .standard-list li,
  .description-list li {
    float: none;
    width: auto;
  }
}
.standard-list a,
.description-list a {
  display: block;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
}
.standard-list .icon-display .menu-item-img,
.description-list .icon-display .menu-item-img {
  display: inline-block;
  width: 30px;
  margin-right: 0.2em;
}
.ie7 .standard-list .icon-display .menu-item-img,
.ie7 .description-list .icon-display .menu-item-img {
  *display: inline;
  zoom: 1;
}
.standard-list .thumbnail-display .menu-item-img,
.description-list .thumbnail-display .menu-item-img {
  display: inline-block;
  width: 30px;
  margin-right: 0.2em;
}
.ie7 .standard-list .thumbnail-display .menu-item-img,
.ie7 .description-list .thumbnail-display .menu-item-img {
  *display: inline;
  zoom: 1;
}
.col .standard-list li,
.col .description-list li {
  float: none;
  display: block;
}
.col .standard-list a,
.col .description-list a {
  display: block;
  text-decoration: none;
  text-align: left;
  padding: 0.5em 1em;
}
.col .standard-list ol a,
.col .description-list ol a {
  padding-left: 2em;
}
.col .standard-list ol ol a,
.col .description-list ol ol a {
  padding-left: 3em;
}
.col .standard-list ol ol ol a,
.col .description-list ol ol ol a {
  padding-left: 4em;
}
.col .standard-list .icon-display a,
.col .description-list .icon-display a,
.col .standard-list .thumbnail-display a,
.col .description-list .thumbnail-display a {
  *zoom: 1;
}
.col .standard-list .icon-display a:before,
.col .description-list .icon-display a:before,
.col .standard-list .thumbnail-display a:before,
.col .description-list .thumbnail-display a:before,
.col .standard-list .icon-display a:after,
.col .description-list .icon-display a:after,
.col .standard-list .thumbnail-display a:after,
.col .description-list .thumbnail-display a:after {
  content: " ";
  display: table;
}
.col .standard-list .icon-display a:after,
.col .description-list .icon-display a:after,
.col .standard-list .thumbnail-display a:after,
.col .description-list .thumbnail-display a:after {
  clear: both;
}
.col .standard-list .icon-display .menu-item-img,
.col .description-list .icon-display .menu-item-img,
.col .standard-list .thumbnail-display .menu-item-img,
.col .description-list .thumbnail-display .menu-item-img {
  float: right;
}
.description-list .menu-item-desc {
  font-size: 80%;
  text-align: center;
}
.description-list .menu-item-desc p {
  margin-top: 0.2em;
}
.col .description-list .menu-item-desc {
  text-align: left;
  padding-left: 1em;
}
.col .description-list .output-level-2 .menu-item-desc {
  padding-left: 2em;
}
.col .description-list .output-level-3 .menu-item-desc {
  padding-left: 3em;
}
.col .description-list .output-level-4 .menu-item-desc {
  padding-left: 4em;
}
.pod-menu {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.pod-menu .menu-pod {
  display: table-cell;
  text-align: center;
  padding: 1em;
}
.pod-menu .content-item-container {
  border: 1px solid #999;
}
.pod-menu .pod-content {
  padding: 0 0.8em;
}
@media only screen and (max-width: 768px) {
  .pod-menu {
    display: block;
  }
  .pod-menu .menu-pod {
    display: block;
  }
}
.flexbox-legacy .pod-menu,
.flexbox .pod-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flexbox-legacy .pod-menu .menu-pod,
.flexbox .pod-menu .menu-pod {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex: 0 1 auto;
}
.flexbox-legacy .pod-menu .content-item-container,
.flexbox .pod-menu .content-item-container {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (max-width: 768px) {
  .flexbox-legacy .pod-menu,
  .flexbox .pod-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.ie7 .pod-menu .menu-pod {
  width: 30.66666667%;
  float: left;
}
.ie7 .col .pod-menu .menu-pod {
  float: none;
  width: auto;
}
.col .pod-menu,
.col .menu-pod {
  display: block;
}
.sitemap {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -moz-column-width: auto;
  -moz-column-count: 3;
  -moz-column-gap: 2em;
  -moz-column-rule-color: #ddd;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 1px;
  -webkit-column-width: auto;
  -webkit-column-count: 3;
  -webkit-column-gap: 2em;
  -webkit-column-rule-color: #ddd;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 1px;
  column-width: auto;
  column-count: 3;
  column-gap: 2em;
  column-rule-color: #ddd;
  column-rule-style: solid;
  column-rule-width: 1px;
}
.sitemap ol,
.sitemap li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sitemap li {
  padding-bottom: 0.3em;
}
.sitemap li .top-level {
  margin-bottom: 0.5em;
}
.sitemap li ol {
  padding-left: 1.5em;
}
@media only screen and (min-width: 769px) {
  .sitemap {
    -moz-column-width: auto;
    -moz-column-count: 2;
    -moz-column-gap: 2em;
    -moz-column-rule-color: #ddd;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 1px;
    -webkit-column-width: auto;
    -webkit-column-count: 2;
    -webkit-column-gap: 2em;
    -webkit-column-rule-color: #ddd;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 1px;
    column-width: auto;
    column-count: 2;
    column-gap: 2em;
    column-rule-color: #ddd;
    column-rule-style: solid;
    column-rule-width: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .sitemap {
    -moz-column-width: auto;
    -moz-column-count: 1;
    -moz-column-gap: 2em;
    -moz-column-rule-color: #ddd;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 1px;
    -webkit-column-width: auto;
    -webkit-column-count: 1;
    -webkit-column-gap: 2em;
    -webkit-column-rule-color: #ddd;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 1px;
    column-width: auto;
    column-count: 1;
    column-gap: 2em;
    column-rule-color: #ddd;
    column-rule-style: solid;
    column-rule-width: 1px;
  }
}
.content-items-list,
.list-content-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#container .content-wrapper-paginator-options select {
  width: auto;
}
#container .content-wrapper-paginator-options .results-totals-count {
  display: none;
}
.type-listdocuments #rss_gif {
  float: right;
}
.default .content-items-list .list-content-item,
.accented .content-items-list .list-content-item,
.accordion-base .content-items-list .list-content-item {
  *zoom: 1;
  border-bottom: solid 1px #ececec;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
}
.default .content-items-list .list-content-item:before,
.accented .content-items-list .list-content-item:before,
.accordion-base .content-items-list .list-content-item:before,
.default .content-items-list .list-content-item:after,
.accented .content-items-list .list-content-item:after,
.accordion-base .content-items-list .list-content-item:after {
  content: " ";
  display: table;
}
.default .content-items-list .list-content-item:after,
.accented .content-items-list .list-content-item:after,
.accordion-base .content-items-list .list-content-item:after {
  clear: both;
}
.default .content-items-list .list-content-item:last-child,
.accented .content-items-list .list-content-item:last-child,
.accordion-base .content-items-list .list-content-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.grid-list.default .content-items-list .list-content-item,
.grid-list.accented .content-items-list .list-content-item,
.grid-list.accordion-base .content-items-list .list-content-item {
  border-bottom: none;
}
.default .content-items-list .list-content-item h3,
.accented .content-items-list .list-content-item h3,
.accordion-base .content-items-list .list-content-item h3 {
  margin: 0.6em 0;
}
.default .content-items-list .list-content-item.mini-template h3,
.accented .content-items-list .list-content-item.mini-template h3,
.accordion-base .content-items-list .list-content-item.mini-template h3 {
  margin: 0.2em 0 0 0;
}
.default .content-items-list .list-content-item .content-main-image,
.accented .content-items-list .list-content-item .content-main-image,
.accordion-base .content-items-list .list-content-item .content-main-image {
  float: left;
  max-width: 25%;
  margin-right: 1.5em;
}
@media only screen and (max-width: 768px) {
  .default .content-items-list .list-content-item .content-main-image,
  .accented .content-items-list .list-content-item .content-main-image,
  .accordion-base .content-items-list .list-content-item .content-main-image {
    max-width: none;
    margin-right: 0;
    float: none;
    text-align: center;
  }
}
.list-content .content-wrapper-paginator-options {
  text-align: center;
  border-top: solid 1px #ececec;
  margin-top: 1em;
  padding-top: 1em;
}
.list-content .content-wrapper-paginator-options .goto-next-page {
  float: right;
}
.list-content .content-wrapper-paginator-options .goto-prev-page {
  float: left;
}
.advanced-search {
  font-size: 80%;
}
@media only screen and (min-width: 769px) {
  .search-type-options {
    display: inline-block;
    width: 24.5%;
  }
}
@media only screen and (max-width: 768px) {
  .search-type-options {
    display: inline-block;
    width: 49%;
  }
}
#container .main-content .site-search .content-headline {
  display: block;
}
#container .main-content .site-search .type-select-buttons,
#container .main-content .site-search .category-search-filter {
  margin-top: 0.6em;
}
#container .main-content .site-search input[type='checkbox'] {
  margin: 0.2em 0.4em;
}
#container .main-content .site-search .type-select-buttons input[type='radio'] {
  float: none;
  margin: 0 0.4em;
}
#container .main-content .site-search .type-select-buttons label {
  display: inline;
  margin-right: 0.7em;
}
#container .site-search .content-headline {
  display: none;
}
#container .site-search input[type="submit"],
#container .site-search input[type="search"],
#container .site-search input[type="text"] {
  width: auto;
}
#container .site-search .global-pagination {
  padding: 1em 0;
}
#container .site-search .global-pagination .per-page-label,
#container .site-search .global-pagination input[type="submit"] {
  margin-left: 0.5em;
}
#container .site-search .global-pagination select {
  width: auto;
}
#container .site-search .input-name-pagination-page,
#container .site-search .input-name-pagination-per-page {
  display: inline-block;
}
.ie7 #container .site-search .input-name-pagination-page,
.ie7 #container .site-search .input-name-pagination-per-page {
  *display: inline;
  zoom: 1;
}
#container .site-search .site-search-results,
#container .site-search .search-result-item,
#container .site-search .page-url-list,
#container .site-search .page-url-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#container .site-search .search-result-item {
  position: relative;
  padding: 1em;
}
#container .site-search .search-result-item:nth-child(odd) {
  background: #f6f6f6;
}
#container .site-search .search-result-item h3 {
  margin-top: 0;
}
#container .site-search .search-result-item p {
  margin-bottom: 0;
}
#container .site-search .entity-type {
  float: right;
  font-size: 80%;
  text-transform: capitalize;
  margin-right: 115px;
}
#container .site-search .search-ranking-bar {
  position: absolute;
  top: 1.3em;
  right: 1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  width: 100px;
  border: 1px solid #999;
}
#container .site-search .search-ranking-bar .search-ranking-score {
  height: 8px;
  background: #999;
}
#container .site-search .page-url-list {
  font-size: 90%;
}
@media only screen and (max-width: 768px) {
  #container .site-search .global-pagination .per-page-label,
  #container .site-search .global-pagination input[type="submit"] {
    margin-left: 0;
  }
  #container .site-search .global-pagination select {
    width: 100%;
    margin-bottom: 0.7em;
  }
  #container .site-search .search-ranking-bar {
    margin-top: 0.7em;
    position: static;
    width: 100%;
  }
  #container .site-search .entity-type {
    margin-right: 0;
  }
}
.search-type-options:nth-child(2),
.search-type-options:nth-child(3),
.search-type-options:nth-child(5),
.search-type-options:nth-child(6) {
  display: none;
}
.middle .site-search #site-search-form .search-inputs {
  position: relative;
}
.middle .site-search #site-search-form .search-inputs label {
  display: none;
}
.middle .site-search #site-search-form .search-inputs .submit-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
.middle .site-search #site-search-form .search-inputs .submit-wrap input {
  background-color: transparent;
  color: transparent;
  font-size: 0;
  width: 44px;
  height: 44px;
  background-image: url("/base-install/images/_site/icons/search-blue.png");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
}
.middle .site-search #site-search-form .search-inputs input[type="search"],
.middle .site-search #site-search-form .search-inputs input[type="text"] {
  width: 100%;
  padding: 0.8em 0.7em 0.6em 0.7em;
}
.a-to-z-letters,
.a-to-z-letters li,
.a-to-z-pages,
.a-to-z-pages li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.a-to-z-letters {
  *zoom: 1;
}
.a-to-z-letters:before,
.a-to-z-letters:after {
  content: " ";
  display: table;
}
.a-to-z-letters:after {
  clear: both;
}
.a-to-z-letters li {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #bbb;
  margin: 0.2em;
  overflow: hidden;
}
.a-to-z-letters li a {
  display: block;
  text-decoration: none;
}
.a-to-z-letters li a:hover,
.a-to-z-letters li a:focus {
  background: #ececec;
}
.a-to-z-pages {
  margin-top: 1em;
}
.a-to-z-pages li {
  margin: 0.1em 0;
}
.index-list,
.index-item,
.category-list,
.category-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.faq-list .index-item {
  padding: 0.1em 0;
}
.faq-list .back-to-top {
  float: right;
  font-size: 80%;
}
.faq-category-list li {
  display: inline-block;
  font-size: 90%;
  margin-right: 0.5em;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.1em 0.3em;
}
.ie7 .faq-category-list li {
  *display: inline;
  zoom: 1;
}
.job-ref-details,
.job-ref-details li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*------------- Events Calendar ----------------*/
.events-calendar-top {
  *zoom: 1;
  padding-bottom: 0em;
}
.events-calendar-top:before,
.events-calendar-top:after {
  content: " ";
  display: table;
}
.events-calendar-top:after {
  clear: both;
}
.events-calendar-top ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.events-calendar-top ol li {
  float: left;
  margin-right: 0.8em;
}
.events-calendar-top ol li a {
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
}
.events-calendar-top ol li a.month-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view-month.png");
}
.events-calendar-top ol li a.week-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view-week.png");
}
.events-calendar-top ol li a.day-view,
.events-calendar-top ol li a.today-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view-day.png");
}
.events-calendar-top ol li a.all-types-view {
  background-image: url("../images/events-calendar/view-nav-icons/event-types-view.png");
}
.events-calendar-top ol li a.all-events-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view.png");
}
#container .event-calendar-time-navigation .content-headline {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: none;
  margin: 0;
}
#container .event-calendar-time-navigation .month-year-nav {
  margin: 0 0 1em 0;
  padding: 0 1em;
}
.event-key {
  *zoom: 1;
  margin-top: 0.3em;
}
.event-key:before,
.event-key:after {
  content: " ";
  display: table;
}
.event-key:after {
  clear: both;
}
.event-key .event-key-table {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.event-key .event-key-table li {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-right: 1em;
}
.event-key .event-key-table span {
  display: inline-block;
  height: 12px;
  width: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: middle;
}
.ie7 .event-key .event-key-table span {
  *display: inline;
  zoom: 1;
}
.event-key .event-key-table .event-type-name {
  display: inline-block;
}
.type-eventscalendar .venue-itinerary-form {
  display: none;
}
/*------------- Month View ----------------*/
.activity-calendar {
  /*--- Mini calendar for mobile and columns ---*/
  /*--- In a column or mulitple placement row ---*/
}
.activity-calendar .content-headline {
  border-bottom: none !important;
}
.activity-calendar .content-headline h2 {
  margin-bottom: 0;
  text-align: center;
}
.activity-calendar .prev-year {
  float: left;
  margin-right: 1em;
}
.activity-calendar .prev-year:before {
  content: "<<";
}
.activity-calendar .next-year {
  float: right;
  margin-left: 1em;
}
.activity-calendar .next-year:after {
  content: ">>";
}
.activity-calendar .prev-month {
  float: left;
}
.activity-calendar .prev-month:before {
  content: "<";
}
.activity-calendar .next-month {
  float: right;
}
.activity-calendar .next-month:after {
  content: ">";
}
.activity-calendar .ac-calendar {
  margin: 0.8em 0;
}
.activity-calendar .days-head {
  *zoom: 1;
}
.activity-calendar .days-head:before,
.activity-calendar .days-head:after {
  content: " ";
  display: table;
}
.activity-calendar .days-head:after {
  clear: both;
}
.activity-calendar .days-head td {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 14.28571429%;
  padding: 0 0.4em;
}
.ie7 .activity-calendar .days-head {
  margin-top: 2.2em;
}
.activity-calendar .days-head {
  text-align: center;
}
.activity-calendar .days-head th {
  text-align: center;
  padding: 0.5em;
}
.activity-calendar .days-head td {
  height: 120px;
  border: 4px solid #fff !important;
  border-right: 0;
  border-top: 0;
  vertical-align: top;
  background: #f6f6f6;
  padding: 0.75em;
}
.activity-calendar .days-head td .ac-day-inner {
  text-align: left;
}
.activity-calendar .days-head td .ac-day-inner p {
  margin: 0;
}
.activity-calendar .days-head td .ac-day-inner p:first-child {
  text-align: right;
}
.activity-calendar .days-head td .ac-day-inner a {
  text-decoration: none !important;
}
.activity-calendar .ac-calendar-lead {
  background: #fefefe !important;
}
.activity-calendar .ac-activity {
  display: inline-block;
  height: 12px;
  width: 12px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  border: 0;
  margin: 0.3em 0.3em 0 0;
  color: rgba(0, 0, 0, 0);
}
.ie7 .activity-calendar .ac-activity {
  *display: inline;
  zoom: 1;
}
.activity-calendar .ac-activity:hover,
.activity-calendar .ac-activity:active,
.activity-calendar .ac-activity:focus {
  color: rgba(0, 0, 0, 0);
}
.activity-calendar .ac-activity.event-name {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  border-bottom: solid 4px;
  color: #4d4d4d;
  width: auto;
  height: auto;
  font-size: 80%;
  line-height: 1;
  -webkit-transition: border-bottom 0.2s ease-out;
  -moz-transition: border-bottom 0.2s ease-out;
  transition: border-bottom 0.2s ease-out;
}
.activity-calendar .ac-activity.event-name:hover,
.activity-calendar .ac-activity.event-name:active,
.activity-calendar .ac-activity.event-name:focus {
  border-bottom: solid 6px;
}
@media only screen and (max-width: 880px) {
  .activity-calendar .days-head {
    display: block;
  }
  .activity-calendar .days-head thead {
    display: none;
  }
  .activity-calendar .days-head tbody {
    display: block;
  }
  .activity-calendar .days-head tbody tr {
    height: auto !important;
    display: block;
  }
  .activity-calendar .days-head tbody tr td {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
  .activity-calendar .days-head tbody tr .ac-activity {
    font-size: 100%;
    margin: 1em 0;
  }
  .activity-calendar .days-head tbody tr .ac-calendar-lead {
    display: none;
  }
  .activity-calendar .ac-month-list {
    border-top: 1px solid #fff;
  }
  .activity-calendar .ac-month-list td {
    height: 45px;
  }
  .activity-calendar .ac-month-list td p {
    font-size: 0.8em;
  }
  .activity-calendar .ac-activity {
    display: block;
    margin: 2px 0.3em 0 0;
  }
}
.col .activity-calendar .days-head,
.placement-row-2-up .activity-calendar .days-head,
.placement-row-3-up .activity-calendar .days-head,
.placement-row-4-up .activity-calendar .days-head {
  display: block;
}
.col .activity-calendar .days-head thead,
.placement-row-2-up .activity-calendar .days-head thead,
.placement-row-3-up .activity-calendar .days-head thead,
.placement-row-4-up .activity-calendar .days-head thead {
  display: none;
}
.col .activity-calendar .days-head tbody,
.placement-row-2-up .activity-calendar .days-head tbody,
.placement-row-3-up .activity-calendar .days-head tbody,
.placement-row-4-up .activity-calendar .days-head tbody {
  display: block;
}
.col .activity-calendar .days-head tbody tr,
.placement-row-2-up .activity-calendar .days-head tbody tr,
.placement-row-3-up .activity-calendar .days-head tbody tr,
.placement-row-4-up .activity-calendar .days-head tbody tr {
  height: auto !important;
  display: block;
}
.col .activity-calendar .days-head tbody tr td,
.placement-row-2-up .activity-calendar .days-head tbody tr td,
.placement-row-3-up .activity-calendar .days-head tbody tr td,
.placement-row-4-up .activity-calendar .days-head tbody tr td {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.col .activity-calendar .days-head tbody tr .ac-activity,
.placement-row-2-up .activity-calendar .days-head tbody tr .ac-activity,
.placement-row-3-up .activity-calendar .days-head tbody tr .ac-activity,
.placement-row-4-up .activity-calendar .days-head tbody tr .ac-activity {
  font-size: 100%;
  margin: 1em 0;
}
.col .activity-calendar .days-head tbody tr .ac-calendar-lead,
.placement-row-2-up .activity-calendar .days-head tbody tr .ac-calendar-lead,
.placement-row-3-up .activity-calendar .days-head tbody tr .ac-calendar-lead,
.placement-row-4-up .activity-calendar .days-head tbody tr .ac-calendar-lead {
  display: none;
}
.col .activity-calendar .ac-month-list,
.placement-row-2-up .activity-calendar .ac-month-list,
.placement-row-3-up .activity-calendar .ac-month-list,
.placement-row-4-up .activity-calendar .ac-month-list {
  border-top: 1px solid #fff;
}
.col .activity-calendar .ac-month-list td,
.placement-row-2-up .activity-calendar .ac-month-list td,
.placement-row-3-up .activity-calendar .ac-month-list td,
.placement-row-4-up .activity-calendar .ac-month-list td {
  height: 45px;
}
.col .activity-calendar .ac-month-list td p,
.placement-row-2-up .activity-calendar .ac-month-list td p,
.placement-row-3-up .activity-calendar .ac-month-list td p,
.placement-row-4-up .activity-calendar .ac-month-list td p {
  font-size: 0.8em;
}
.col .activity-calendar .ac-activity,
.placement-row-2-up .activity-calendar .ac-activity,
.placement-row-3-up .activity-calendar .ac-activity,
.placement-row-4-up .activity-calendar .ac-activity {
  display: block;
  margin: 2px 0.3em 0 0;
}
.col .activity-calendar .prev-year,
.placement-row-2-up .activity-calendar .prev-year,
.placement-row-3-up .activity-calendar .prev-year,
.placement-row-4-up .activity-calendar .prev-year,
.col .activity-calendar .next-year,
.placement-row-2-up .activity-calendar .next-year,
.placement-row-3-up .activity-calendar .next-year,
.placement-row-4-up .activity-calendar .next-year,
.col .activity-calendar .events-calendar-top,
.placement-row-2-up .activity-calendar .events-calendar-top,
.placement-row-3-up .activity-calendar .events-calendar-top,
.placement-row-4-up .activity-calendar .events-calendar-top {
  display: none;
}
/*------------- Week view ----------------*/
.no-events {
  text-align: center;
}
.basic-event-details,
.event-details {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.basic-event-details li,
.event-details li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table-row;
}
.basic-event-details li span,
.event-details li span {
  padding-bottom: 0.5em;
}
.basic-event-details li .event-label,
.event-details li .event-label {
  display: table-cell;
  padding-right: 0.8em;
  color: #4d4d4d;
  font-weight: 700;
}
.basic-event-details li .event-detail,
.event-details li .event-detail {
  display: table-cell;
  padding-left: 13px;
}
.event-type-colour {
  display: inline-block;
  height: 12px;
  width: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ie7 .event-type-colour {
  *display: inline;
  zoom: 1;
}
.event-calendar-time-navigation {
  margin-bottom: 0.5em;
}
/*------------- Day View----------------*/
.event-list-wrap p {
  text-align: center;
}
.event-list-wrap .list-event-item p,
.event-list-wrap .single-event-wrap p {
  text-align: left;
}
.event-list-wrap .content-items-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*------------- IE fixes ----------------*/
.no-rgba .activity-calendar .ac-activity {
  text-decoration: none;
}
.ie7 .activity-calendar .days-head li,
.ie7 .activity-calendar .ac-month-list li {
  width: 12%;
}
.ie7 .col .activity-calendar .days-head li,
.ie7 .col .activity-calendar .ac-month-list li {
  width: 11%;
}
.ie7 .event-type-colour {
  margin-right: 0.4em;
}
.ie7 .basic-event-details li .event-label,
.ie7 .event-details li .event-label {
  padding: 0;
  width: 80px;
}
.ie7 .basic-event-details li .event-detail,
.ie7 .event-details li .event-detail {
  padding: 0;
}
.single-event-wrap .content-headline h2 {
  text-align: left;
  margin: 0.6em 0;
}
.single-event-wrap .content-wrapper-inner > h3 {
  display: none;
}
/*Create event form in frontend*/
#container #create-event-form fieldset {
  margin-top: 1em;
}
#container #create-event-form fieldset legend {
  font-weight: 700;
  font-size: 1.2em;
}
#container #create-event-form fieldset .row {
  border: none;
}
#container #create-event-form fieldset .row label {
  display: inline;
}
#container #create-event-form fieldset .row .mandatory-field {
  display: inline;
  color: red;
  padding-right: 1em;
}
#container #create-event-form fieldset .row select {
  display: block;
}
/*------------- Blog Module  ----------------*/
.post-meta {
  font-size: 80%;
}
/*------------- Blog list  ----------------*/
.older-posts {
  color: #fff;
  background-color: #005EB8;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
  padding: 0.5em 1em;
  display: block;
  float: left;
}
.older-posts:hover,
.older-posts:focus {
  background-color: #004485;
}
@media only screen and (max-width: 768px) {
  .older-posts {
    display: block;
    text-align: center;
  }
}
.newer-posts {
  color: #fff;
  background-color: #005EB8;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
  float: right;
  padding: 0.5em 1em;
  display: block;
}
.newer-posts:hover,
.newer-posts:focus {
  background-color: #004485;
}
@media only screen and (max-width: 768px) {
  .newer-posts {
    display: block;
    text-align: center;
  }
}
.colored-bg.type-blog .content-wrapper-inner {
  padding: 0 !important;
}
.type-blog .list-content .content-main-image {
  width: auto;
  float: left;
  margin: 0;
}
.ie8 .type-blog .list-content .content-main-image,
.ie7 .type-blog .list-content .content-main-image {
  width: 220px;
  height: 132px;
  overflow: hidden;
}
.type-blog .list-content .content-main-image > a {
  display: block;
}
@media only screen and (max-width: 768px) {
  .type-blog .list-content .content-main-image {
    float: none;
  }
}
.type-blog .list-content .content-main-image img {
  width: 220px;
}
@media only screen and (max-width: 768px) {
  .type-blog .list-content .content-main-image img {
    width: auto;
  }
}
.type-blog .content-main-image {
  /*width: 220px;
		float: left;
		margin: 0.8em 1.2em 1em 0;*/
}
.type-blog .blog-name h2 {
  margin-top: 0;
}
.type-blog .post-title {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .type-blog .post-title {
    margin: 0.6em 0 0 0;
  }
}
.type-blog .post-meta {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin: 1em 0 1em 0;
  padding: 0.8em 0 0.7em 0;
}
.type-blog .post-meta .posted-on {
  font-weight: 400;
}
.type-blog .post-meta .blog-comment-number {
  float: right;
}
.type-blog .post {
  padding: 0 0 1.75em 0;
  margin-bottom: 1.75em;
  border-bottom: solid 1px #ddd;
}
.type-blog .post:last-child {
  border-bottom: none;
}
.type-blog .post.single-post {
  background-color: transparent;
}
.type-blog .post.single-post .text,
.type-blog .post.single-post header {
  margin-left: 0;
}
.type-blog .post .post-title {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .type-blog .post .post-title {
    font-size: 20px;
  }
}
.type-blog .post .post-title a {
  transition: all 0.4s;
}
.type-blog .post header,
.type-blog .post .text {
  margin-left: 235px;
}
@media only screen and (max-width: 768px) {
  .type-blog .post header,
  .type-blog .post .text {
    margin-left: 0;
  }
}
.type-blog .post.no-image header,
.type-blog .post.no-image .text {
  margin-left: 0;
}
.type-blog .post .more-link {
  color: #fff;
  background-color: #999;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
  float: left;
  margin: 10px 0 10px 5px;
  position: relative;
}
.type-blog .post .more-link:hover,
.type-blog .post .more-link:focus {
  background-color: #808080;
}
@media only screen and (max-width: 768px) {
  .type-blog .post .more-link {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .type-blog .post .more-link {
    padding: 0;
  }
}
/*--- Blog search ---*/
#container .blog-search legend {
  display: none;
}
#container .blog-search input[type="search"],
#container .blog-search input[type="text"] {
  border: none;
  background: #f6f6f6;
  border-radius: 0;
  padding: 0.5em;
}
#container .blog-search input[type="submit"] {
  width: auto;
  text-indent: -9999px;
  background-image: url("/base-install/images/_site/icons/search-grey.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 0.5em 1.4em;
  transition: opacity 0.3s ease-out;
}
#container .blog-search input[type="submit"]:hover,
#container .blog-search input[type="submit"]:focus,
#container .blog-search input[type="submit"]:active {
  opacity: 0.6;
}
/*--- Archives ---*/
.archives-list,
.archives-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.archives-list.month {
  margin-left: 1.8em;
}
.archives-list a {
  display: block;
  padding: 0.3em 0;
}
.archives-list a.archive-list-item-year-toggle {
  padding-left: 18px;
  background-image: url("../images/blogs-v2/feedback/fs-expand.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.archives-list a.archive-list-item-year-toggle.open {
  background-image: url("../images/blogs-v2/feedback/fs-contract.png");
}
/*--- Categories ---*/
.article-categories a {
  display: block;
}
#container #main-content .type-blogsearch .blog-search fieldset {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #container #main-content .type-blogsearch .blog-search fieldset {
    text-align: center;
  }
}
#container #main-content .type-blogsearch .blog-search fieldset .input-label.input-name-blog-search {
  display: none;
}
#container #main-content .type-blogsearch .blog-search fieldset input[type="search"],
#container #main-content .type-blogsearch .blog-search fieldset input[type="text"] {
  width: 100%;
}
.ie7 #container #main-content .type-blogsearch .blog-search fieldset input[type="search"],
.ie7 #container #main-content .type-blogsearch .blog-search fieldset input[type="text"] {
  width: 96%;
}
#container #main-content .type-blogsearch .blog-search fieldset input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
}
#container #main-content .type-blogarchives .archives .archives-list .archive-list-item a {
  text-decoration: none;
  transition: all 0.4s;
  border-bottom: solid 1px #ddd;
}
#container #main-content .type-blogarchives .archives .archives-list .archive-list-item a:hover {
  border-bottom: solid 1px #003087;
}
#container #main-content .type-blogarchives .archives .archives-list .archive-list-item ol.archives-list.month {
  margin-left: 1.8em;
}
/*------------- Single blog post  ----------------*/
#container .single-post {
  position: relative;
  padding: 0;
}
#container .single-post .template-navigation-link a.back-to-blog-home {
  color: #fff;
  background-color: #005EB8;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
  display: inline-block;
  margin-top: 1em;
}
#container .single-post .template-navigation-link a.back-to-blog-home:hover,
#container .single-post .template-navigation-link a.back-to-blog-home:focus {
  background-color: #004485;
}
@media only screen and (max-width: 768px) {
  #container .single-post .template-navigation-link a.back-to-blog-home {
    display: block;
    text-align: center;
  }
}
#container .single-post .template-navigation-link a.back-to-blog-home:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  display: inline-block;
  font-size: 22px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
#container .single-post .template-navigation-link a.back-to-blog-home:hover,
#container .single-post .template-navigation-link a.back-to-blog-home:focus,
#container .single-post .template-navigation-link a.back-to-blog-home:active {
  text-decoration: none;
}
#container .single-post .content-main-image {
  width: auto;
  float: right;
  margin: 1.1em 0em 1em 1.2em;
}
#container .single-post .content-main-image img {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  #container .single-post .content-main-image {
    float: none;
    width: 100%;
    margin: 0 0 0.5em 0;
  }
  #container .single-post .content-main-image img {
    width: auto;
  }
}
#container .single-post .content-headline.post-title {
  float: none;
  padding: 0;
  border: none !important;
}
#container .single-post .content-headline.post-title h2 {
  margin: 0 0px 0 0;
  line-height: 1.2;
}
/*--- Comment Form ---*/
.blog-comment-toggle {
  display: block;
  margin-bottom: 0.5em;
  outline: none;
  border: none;
  color: #003087 !important;
  font-weight: 400;
}
.blog-comment-toggle .button-text {
  transition: all 0.4s;
  font-size: 16px;
}
.blog-comment-toggle .button-text {
  display: inline-block;
}
.ie7 .blog-comment-toggle .button-text {
  *display: inline;
  zoom: 1;
}
.blog-comment-toggle:hover,
.blog-comment-toggle:focus,
.blog-comment-toggle:active {
  outline: none;
}
.blog-comment-toggle:hover .blog-comment-toggle-icon,
.blog-comment-toggle:focus .blog-comment-toggle-icon,
.blog-comment-toggle:active .blog-comment-toggle-icon {
  transform: translateY(-4px);
}
#blog-comments {
  padding: 1em;
  background: #f6f6f6;
}
#blog-comments h3 {
  margin: 0 0 1em 0;
}
#blog-comments .comment-content .comment-author {
  font-weight: bold;
}
#blog-comments .comment-content p {
  margin: 0 0 0 0;
}
#blog-comments .comments-list {
  clear: both;
}
#blog-comments .comments-list .blog-cmt {
  margin: 1em 0 0 0;
  padding: 1em;
  background: #eeeeee;
}
#blog-comments #blg-cmt-frm {
  display: none;
  clear: both;
}
.ie7 #blog-comments #blg-cmt-frm {
  display: block;
}
#blog-comments #blg-cmt-frm .row.comment-website {
  display: none;
}
#blog-comments #blg-cmt-frm .row {
  border-top: none;
  padding: 0.5em 1.5em;
}
#blog-comments #blg-cmt-frm input[type="submit"] {
  padding: 0.6em 1em;
  float: right;
}
.comments-list,
.comments-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.type-blogsminilist.default .blog-posts-list {
  *zoom: 1;
}
.type-blogsminilist.default .blog-posts-list:before,
.type-blogsminilist.default .blog-posts-list:after {
  content: " ";
  display: table;
}
.type-blogsminilist.default .blog-posts-list:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .type-blogsminilist.default .blog-posts-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post {
  float: left;
  width: 25%;
  padding: 0.5em;
}
.col .type-blogsminilist.default .blog-posts-list .blog-posts-post {
  width: 100%;
}
.layout_1_0 .middle .type-blogsminilist.default .blog-posts-list .blog-posts-post,
.layout_0_1 .middle .type-blogsminilist.default .blog-posts-list .blog-posts-post {
  width: 33.333%;
}
.layout_1_1 .middle .type-blogsminilist.default .blog-posts-list .blog-posts-post {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .type-blogsminilist.default .blog-posts-list .blog-posts-post {
    width: 50%;
  }
}
.ie7 .type-blogsminilist.default .blog-posts-list .blog-posts-post {
  width: 22% !important;
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner {
  background: #fff;
  border: solid 1px #ddd;
}
@media only screen and (max-width: 768px) {
  .type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner {
    height: 100%;
  }
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .content-main-image {
  height: 170px;
  overflow: hidden;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .content-main-image {
    max-height: none;
    height: 0;
    padding-top: 100%;
  }
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .content-main-image img {
  width: 100%;
  visibility: hidden;
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .content-main-image.no-thumb {
  padding-top: 100%;
  background-color: #f6f6f6;
  background-image: url("/base-install/images/_site/no-thumb.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper {
  padding: 1em;
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper .post-title {
  display: block;
  color: #4d4d4d;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  min-height: 4.8em;
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper .post-title:hover,
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper .post-title:focus,
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper .post-title:active {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper .post-title {
    min-height: 0;
    font-size: 14px;
    font-weight: 400;
  }
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper .blog-post-summary {
  display: none;
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper .post-meta {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper .post-meta {
    font-weight: 300;
  }
}
.type-blogsminilist.default .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper .post-meta .post-author {
  display: none;
}
.type-blogsminilist.default .blog-page-link {
  text-align: center;
}
.type-blogsminilist.default .blog-page-link a {
  display: inline-block;
  float: none;
  padding: 0;
  text-align: center;
  padding: 0.5em 1.2em;
  border: solid 1px #AE2573;
  margin-top: 1em;
  font-size: 16px;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  text-decoration: none;
  color: #AE2573;
}
.type-blogsminilist.default .blog-page-link a:hover,
.type-blogsminilist.default .blog-page-link a:focus,
.type-blogsminilist.default .blog-page-link a:active {
  background-color: #AE2573;
  color: #fff;
}
.poll-question,
.poll-question li,
.poll-results,
.poll-results li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.type-poll input[type="submit"] {
  margin-top: 1em;
}
.type-poll .poll-result-answer {
  padding-bottom: 0.5em;
}
.poll-result-bar {
  width: 100%;
  border: 1px solid #bbb;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 1em;
}
.poll-result-bar div {
  background: #bbb;
  height: 100%;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ie7 .poll-question input[type="radio"] {
  float: left;
  position: relative;
  top: 8px;
}
.ie7 .poll-question label {
  float: left;
}
.ie7 .type-poll input[type="submit"] {
  clear: left;
}
.form,
.form-in-new-window {
  margin: 0.5em 0;
}
.form fieldset,
.form-in-new-window fieldset {
  padding: 0;
}
.form legend,
.form-in-new-window legend {
  margin-top: 1em;
  font-weight: 700;
  padding: 0.3em 0;
}
.form p.labelman,
.form-in-new-window p.labelman {
  margin: 0;
  padding: 0.6em 0;
  border-top: solid 3px #ececec;
}
.form .labelman,
.form-in-new-window .labelman {
  font-size: 85%;
  color: red;
}
.form label .labelman,
.form-in-new-window label .labelman {
  color: red;
  font-size: 18px;
  font-weight: 700;
}
.form table .labelman,
.form-in-new-window table .labelman {
  font-size: 18px;
  font-weight: 700;
}
.form input[type='text'],
.form-in-new-window input[type='text'],
.form input[type='password'],
.form-in-new-window input[type='password'],
.form input[type='tel'],
.form-in-new-window input[type='tel'],
.form input[type='url'],
.form-in-new-window input[type='url'],
.form input[type='email'],
.form-in-new-window input[type='email'],
.form input[type="search"],
.form-in-new-window input[type="search"],
.form textarea,
.form-in-new-window textarea {
  width: 100%;
  -webkit-appearance: none;
}
.ie7 .form input[type='text'],
.ie7 .form-in-new-window input[type='text'],
.ie7 .form input[type='password'],
.ie7 .form-in-new-window input[type='password'],
.ie7 .form input[type='tel'],
.ie7 .form-in-new-window input[type='tel'],
.ie7 .form input[type='url'],
.ie7 .form-in-new-window input[type='url'],
.ie7 .form input[type='email'],
.ie7 .form-in-new-window input[type='email'],
.ie7 .form input[type="search"],
.ie7 .form-in-new-window input[type="search"],
.ie7 .form textarea,
.ie7 .form-in-new-window textarea {
  width: 96%;
}
.form label,
.form-in-new-window label {
  margin: 0.5em 0 0.2em 0;
  display: block;
}
.form input[type='text'],
.form-in-new-window input[type='text'],
.form input[type='search'],
.form-in-new-window input[type='search'],
.form input[type='password'],
.form-in-new-window input[type='password'],
.form input[type='tel'],
.form-in-new-window input[type='tel'],
.form input[type='url'],
.form-in-new-window input[type='url'],
.form input[type='email'],
.form-in-new-window input[type='email'] {
  border: 1px solid #999;
  padding: 0.3em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form input[type='text']:hover,
.form-in-new-window input[type='text']:hover,
.form input[type='search']:hover,
.form-in-new-window input[type='search']:hover,
.form input[type='password']:hover,
.form-in-new-window input[type='password']:hover,
.form input[type='tel']:hover,
.form-in-new-window input[type='tel']:hover,
.form input[type='url']:hover,
.form-in-new-window input[type='url']:hover,
.form input[type='email']:hover,
.form-in-new-window input[type='email']:hover,
.form input[type='text']:focus,
.form-in-new-window input[type='text']:focus,
.form input[type='search']:focus,
.form-in-new-window input[type='search']:focus,
.form input[type='password']:focus,
.form-in-new-window input[type='password']:focus,
.form input[type='tel']:focus,
.form-in-new-window input[type='tel']:focus,
.form input[type='url']:focus,
.form-in-new-window input[type='url']:focus,
.form input[type='email']:focus,
.form-in-new-window input[type='email']:focus {
  border-color: #666;
  outline: none;
}
.form textarea,
.form-in-new-window textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.3em;
  min-height: 8em;
  resize: vertical;
}
.form textarea:hover,
.form-in-new-window textarea:hover,
.form textarea:focus,
.form-in-new-window textarea:focus {
  border-color: #666;
  outline: none;
}
.form .col select,
.form-in-new-window .col select {
  width: 100%;
}
.form button,
.form-in-new-window button,
.form input[type="submit"],
.form-in-new-window input[type="submit"],
.form input[type="button"],
.form-in-new-window input[type="button"] {
  color: #fff;
  background-color: #005EB8;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.form button:hover,
.form-in-new-window button:hover,
.form input[type="submit"]:hover,
.form-in-new-window input[type="submit"]:hover,
.form input[type="button"]:hover,
.form-in-new-window input[type="button"]:hover,
.form button:focus,
.form-in-new-window button:focus,
.form input[type="submit"]:focus,
.form-in-new-window input[type="submit"]:focus,
.form input[type="button"]:focus,
.form-in-new-window input[type="button"]:focus {
  background-color: #004485;
}
@media only screen and (max-width: 768px) {
  .form button,
  .form-in-new-window button,
  .form input[type="submit"],
  .form-in-new-window input[type="submit"],
  .form input[type="button"],
  .form-in-new-window input[type="button"] {
    display: block;
    text-align: center;
  }
}
.form input[type='checkbox'],
.form-in-new-window input[type='checkbox'],
.form input[type='radio'],
.form-in-new-window input[type='radio'] {
  clear: left;
  float: left;
  margin: 0.2em 0.7em;
}
.form input[type='checkbox']:focus,
.form-in-new-window input[type='checkbox']:focus,
.form input[type='radio']:focus,
.form-in-new-window input[type='radio']:focus {
  outline: 1px solid #212121;
}
.form .checkbox_label,
.form-in-new-window .checkbox_label {
  margin: 0 0 0 26px !important;
  float: none !important;
  width: auto !important;
  display: block !important;
}
.form ::-webkit-input-placeholder,
.form-in-new-window ::-webkit-input-placeholder {
  color: #999;
  font-family: Helvetica;
  font-size: 1em;
}
.form :-moz-placeholder,
.form-in-new-window :-moz-placeholder {
  color: #999;
  font-family: Helvetica;
  font-size: 1em;
}
.form ::-moz-placeholder,
.form-in-new-window ::-moz-placeholder {
  color: #999;
  font-family: Helvetica;
  font-size: 1em;
}
.form :-ms-input-placeholder,
.form-in-new-window :-ms-input-placeholder {
  color: #999;
  font-family: Helvetica;
  font-size: 1em;
}
.form-in-new-window form {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  padding: 0 1em;
}
.form-in-new-window {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
  background-image: none;
}
.form-in-new-window .logo-container {
  display: none;
}
.form-in-new-window .content-container {
  width: 100%;
}
.form-in-new-window legend {
  padding: 0;
  color: #4d4d4d;
}
.form-in-new-window .labelman {
  border-top: none !important;
}
.form-in-new-window h1 {
  border-bottom: 5px solid #333;
  line-height: normal;
  margin-bottom: 0;
}
.form-in-new-window .progressborder {
  margin-top: 1em;
}
.form-in-new-window .logo-on-form {
  margin-top: 1.5em;
}
.form-in-new-window .button_row {
  border-top: solid 3px #ececec;
}
.form-in-new-window .button_row input {
  width: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .form-in-new-window .button_row input {
    /*width: 100%;
				float: none !important;*/
  }
}
@media only screen and (max-width: 768px) {
  .form-in-new-window .button_row a[title="Edit previous Page"] {
    /*width: 100%;
					margin-bottom: 2em;
					padding: 0.7em 0 !important;
					text-align: center;*/
  }
}
@media only screen and (max-width: 768px) {
  .form-in-new-window table {
    font-size: 70% !important;
  }
}
#container form .row,
.form-in-new-window form .row {
  *zoom: 1;
  padding: 0.5em 0;
}
#container form .row:before,
.form-in-new-window form .row:before,
#container form .row:after,
.form-in-new-window form .row:after {
  content: " ";
  display: table;
}
#container form .row:after,
.form-in-new-window form .row:after {
  clear: both;
}
#container form .row label,
.form-in-new-window form .row label {
  margin-top: 0;
}
#container form .row table th,
.form-in-new-window form .row table th {
  text-align: left;
}
#container form .row table th input[type="submit"],
.form-in-new-window form .row table th input[type="submit"] {
  color: #fff;
  background-color: #fff;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
  color: #4d4d4d;
}
#container form .row table th input[type="submit"]:hover,
.form-in-new-window form .row table th input[type="submit"]:hover,
#container form .row table th input[type="submit"]:focus,
.form-in-new-window form .row table th input[type="submit"]:focus {
  background-color: #e6e6e6;
}
@media only screen and (max-width: 768px) {
  #container form .row table th input[type="submit"],
  .form-in-new-window form .row table th input[type="submit"] {
    display: block;
    text-align: center;
  }
}
#container form .row table tr,
.form-in-new-window form .row table tr {
  padding: 0.5em 0;
}
#container form .button_row,
.form-in-new-window form .button_row {
  *zoom: 1;
  margin: 0;
  padding: 1em 0;
  border-top: solid 3px #ececec;
}
#container form .button_row:before,
.form-in-new-window form .button_row:before,
#container form .button_row:after,
.form-in-new-window form .button_row:after {
  content: " ";
  display: table;
}
#container form .button_row:after,
.form-in-new-window form .button_row:after {
  clear: both;
}
.ie7 #container form .button_row,
.ie7 .form-in-new-window form .button_row {
  margin: 0;
}
#container form .button_row input,
.form-in-new-window form .button_row input {
  float: right;
  margin-top: 0.4em;
  line-height: 1.4;
}
#container form .button_row input#segment_summary,
.form-in-new-window form .button_row input#segment_summary,
#container form .button_row input#save_and_edit_later,
.form-in-new-window form .button_row input#save_and_edit_later {
  float: left;
  margin-right: 1em;
  color: #fff;
  background-color: #333;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
  line-height: 1.4;
}
#container form .button_row input#segment_summary:hover,
.form-in-new-window form .button_row input#segment_summary:hover,
#container form .button_row input#save_and_edit_later:hover,
.form-in-new-window form .button_row input#save_and_edit_later:hover,
#container form .button_row input#segment_summary:focus,
.form-in-new-window form .button_row input#segment_summary:focus,
#container form .button_row input#save_and_edit_later:focus,
.form-in-new-window form .button_row input#save_and_edit_later:focus {
  background-color: #1a1a1a;
}
@media only screen and (max-width: 768px) {
  #container form .button_row input#segment_summary,
  .form-in-new-window form .button_row input#segment_summary,
  #container form .button_row input#save_and_edit_later,
  .form-in-new-window form .button_row input#save_and_edit_later {
    display: block;
    text-align: center;
  }
}
#container form .button_row a[title="Edit previous Page"],
.form-in-new-window form .button_row a[title="Edit previous Page"] {
  color: #fff;
  background-color: #333;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  border-radius: 4px;
  float: left;
  margin-right: 1em;
  margin-top: 0.4em;
  text-decoration: none !important;
}
#container form .button_row a[title="Edit previous Page"]:hover,
.form-in-new-window form .button_row a[title="Edit previous Page"]:hover,
#container form .button_row a[title="Edit previous Page"]:focus,
.form-in-new-window form .button_row a[title="Edit previous Page"]:focus {
  background-color: #1a1a1a;
}
@media only screen and (max-width: 768px) {
  #container form .button_row a[title="Edit previous Page"],
  .form-in-new-window form .button_row a[title="Edit previous Page"] {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #container form .button_row,
  .form-in-new-window form .button_row {
    border: none;
    background: none;
  }
  #container form .button_row input,
  .form-in-new-window form .button_row input {
    padding: 0.7em !important;
  }
}
#form_summary_legend {
  margin: 1em 0;
}
#form_summary_legend legend {
  float: left;
  margin: 0.6em 2em 0.6em 0;
}
#form_summary_legend .incomplete,
#form_summary_legend .maybe,
#form_summary_legend .done {
  float: left;
  margin-right: 2.5em;
}
#form_summary_legend img {
  margin-right: 0.5em;
  margin-top: -0.4em;
}
table#form_summary tbody th {
  text-align: left;
}
table#form_summary tr.button_row form {
  padding: 0.5em;
}
table#form_summary tr.button_row form #markAsComplete {
  float: right;
}
@media only screen and (max-width: 768px) {
  table#form_summary tr.button_row form #markAsComplete {
    padding: 0.8em 0;
    margin: 0.5em 0;
  }
}
table#form_summary tr.button_row form #edit_later {
  margin-right: 1em;
  color: #fff;
  background-color: #333;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
table#form_summary tr.button_row form #edit_later:hover,
table#form_summary tr.button_row form #edit_later:focus {
  background-color: #1a1a1a;
}
@media only screen and (max-width: 768px) {
  table#form_summary tr.button_row form #edit_later {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  table#form_summary tr.button_row form #edit_later {
    padding: 0.8em 0;
    margin: 0.5em 0;
  }
}
table#form_summary tr.button_row form a {
  display: inline-block;
  margin-right: 1em;
}
.ie7 table#form_summary tr.button_row form a {
  *display: inline;
  zoom: 1;
}
.progressborder {
  border: 1px solid #bbb;
}
.progressborder .progressbar {
  padding: 0.5em;
  text-align: right;
}
.progressborder p {
  margin: 0;
}
#form_complete input[type="email"] {
  float: left;
  width: 60%;
  margin-right: 0.8em;
}
@media only screen and (max-width: 768px) {
  #form_complete input[type="email"] {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
}
#form_complete .input-name-forms-finished-email {
  margin-top: 2em;
}
.form-in-new-window .progressborder,
.progressborder {
  margin-bottom: 1.5em;
}
.form-in-new-window .progressborder .progressbar,
.progressborder .progressbar {
  background: #ddd;
}
/*- Only when a form is in a single placement row, and not in mobile view, use row layout -*/
#container .middle .placement-row-1-up .form .row,
.form-in-new-window .form .row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#container .middle .placement-row-1-up .form label,
.form-in-new-window .form label,
#container .middle .placement-row-1-up .form .label,
.form-in-new-window .form .label {
  display: table-cell;
  width: 26%;
}
#container .middle .placement-row-1-up .form .field,
.form-in-new-window .form .field {
  display: table-cell;
  padding: 0 0 0 2em;
  width: 74%;
}
@media only screen and (max-width: 768px) {
  #container .middle .placement-row-1-up .form .field,
  .form-in-new-window .form .field {
    width: 100%;
    padding: 0;
  }
}
#container .middle .placement-row-1-up .form .field br,
.form-in-new-window .form .field br {
  display: none;
}
#container .middle .placement-row-1-up .form .field label,
.form-in-new-window .form .field label {
  display: inline;
  padding-left: 0.5em;
}
.ie7 #container .middle .placement-row-1-up .form .field,
.ie7 .form-in-new-window .form .field {
  padding: 0;
  width: 99%;
}
#container .middle .placement-row-1-up .form select,
.form-in-new-window .form select {
  width: auto;
}
@media only screen and (max-width: 768px) {
  #container .middle .placement-row-1-up .form .row,
  .form-in-new-window .form .row,
  #container .middle .placement-row-1-up .form label,
  .form-in-new-window .form label,
  #container .middle .placement-row-1-up .form .label,
  .form-in-new-window .form .label {
    width: auto;
    display: block;
  }
  #container .middle .placement-row-1-up .form .field,
  .form-in-new-window .form .field {
    display: block;
    padding: 0;
  }
  #container .middle .placement-row-1-up .form select,
  .form-in-new-window .form select {
    width: 100%;
  }
  #container .middle .placement-row-1-up .form .button_row input,
  .form-in-new-window .form .button_row input {
    margin-bottom: 0.5em;
  }
}
/*TEMPORARY FIX FOR FORMS THING*/
.main-editor-output #container.form-auth-wrapper {
  display: none;
}
#classic-form-0 .matrixQuestions thead tr td,
#classic-form-0 .matrixQuestions thead tr th,
#container .form .matrixQuestions thead tr td,
#container .form .matrixQuestions thead tr th {
  background: #f2f2f2;
  color: #444;
  border-right: solid 1px #bbb;
  border-bottom: solid 1px #bbb;
  padding: 1em;
  font-weight: 400;
}
#classic-form-0 .matrixQuestions thead tr th:last-child,
#container .form .matrixQuestions thead tr th:last-child {
  border-right: none;
}
#classic-form-0 .matrixQuestions tbody tr:nth-child(even) td,
#container .form .matrixQuestions tbody tr:nth-child(even) td {
  background: 0 0;
}
#classic-form-0 .matrixQuestions tbody tr:focus th,
#classic-form-0 .matrixQuestions tbody tr:hover th,
#container .form .matrixQuestions tbody tr:focus th,
#container .form .matrixQuestions tbody tr:hover th {
  background: #eaeaea;
}
#classic-form-0 .matrixQuestions tbody tr:focus td,
#classic-form-0 .matrixQuestions tbody tr:hover td,
#container .form .matrixQuestions tbody tr:focus td,
#container .form .matrixQuestions tbody tr:hover td {
  background: #f2f2f2;
}
#classic-form-0 .matrixQuestions tbody tr td,
#classic-form-0 .matrixQuestions tbody tr th,
#container .form .matrixQuestions tbody tr td,
#container .form .matrixQuestions tbody tr th {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  border-bottom: solid 1px #ddd;
}
#classic-form-0 .matrixQuestions tbody tr th,
#container .form .matrixQuestions tbody tr th {
  width: 50%;
  padding: 1em;
  background: #f2f2f2;
  color: #444;
  font-weight: 400;
}
#classic-form-0 .matrixQuestions tbody tr td,
#container .form .matrixQuestions tbody tr td {
  border-left: solid 1px #ddd;
}
#classic-form-0 table caption,
#container .form table caption {
  text-align: left;
}
#classic-form-0 table tbody tr th,
#container .form table tbody tr th {
  background: #f2f2f2;
  color: #444;
  border-right: solid 1px #bbb;
  border-bottom: solid 1px #bbb;
  padding: 0.5em;
  font-weight: 400;
}
#classic-form-0 table tbody tr th:last-child,
#container .form table tbody tr th:last-child {
  border-right: none;
}
#classic-form-0 table tbody tr th input[value="Add A Row"],
#container .form table tbody tr th input[value="Add A Row"],
#classic-form-0 table tbody tr td input[value="Add A Row"],
#container .form table tbody tr td input[value="Add A Row"] {
  background-image: url(/base-install/images/_site/icons/add.png) !important;
  background-color: #ffffff !important;
}
#classic-form-0 table tbody tr input[type=submit],
#container .form table tbody tr input[type=submit] {
  text-indent: -9999px;
  background-repeat: no-repeat !important;
  background-position: center center!important;
  background-size: 70% !important;
}
#classic-form-0 table tbody tr input[type=submit]:active,
#classic-form-0 table tbody tr input[type=submit]:focus,
#classic-form-0 table tbody tr input[type=submit]:hover,
#container .form table tbody tr input[type=submit]:active,
#container .form table tbody tr input[type=submit]:focus,
#container .form table tbody tr input[type=submit]:hover {
  background-color: #ddd;
}
#classic-form-0 table tbody tr:nth-child(even) td,
#container .form table tbody tr:nth-child(even) td {
  background: 0 0;
}
#classic-form-0 table tbody tr:focus th,
#classic-form-0 table tbody tr:hover th,
#container .form table tbody tr:focus th,
#container .form table tbody tr:hover th {
  background: #eaeaea;
}
#classic-form-0 table tbody tr:focus td,
#classic-form-0 table tbody tr:hover td,
#container .form table tbody tr:focus td,
#container .form table tbody tr:hover td {
  background: #f2f2f2;
}
#classic-form-0 table tbody tr td,
#container .form table tbody tr td {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
#classic-form-0 table tbody tr td br {
  display: none;
}
#classic-form-0 table tbody tr td input[value=Delete],
#container .form table tbody tr td input[value=Delete] {
  background-color: #f2f2f2;
  background-image: url(/base-install/images/_site/icons/remove.png) !important;
}
#classic-form-0 table tbody tr td select,
#container .form table tbody tr td select {
  float: left;
  padding: 0.2em 0;
}
#classic-form-0 table tbody tr td .form-date-input-year,
#container .form table tbody tr td .form-date-input-year {
  float: left;
  width: 70px;
}
#classic-form-0 table tbody tr td:first-child,
#container .form table tbody tr td:first-child {
  border-left: none;
}
.form legend,
.form-in-new-window legend {
  color: #444444;
}
.form_window_container #form_window_head {
  margin-top: 1em;
  padding-top: 130px;
  background-image: url("/base-install/images/main-logo/company-logo.png");
  background-position: left 32px;
  background-repeat: no-repeat;
}
.form_window_container #form_window_head h1 {
  margin: 0;
  border: none;
  font-weight: 400;
  font-size: 22px;
  padding: 0.4em 0.4em 0.3em 0.4em;
  background: #4D8ECD;
  margin-top: 0.5em;
  color: #fff;
}
.form_window_container form {
  margin-top: 0;
  padding: 1em;
}
#breadcrumbs {
  float: left;
}
.favourite-container,
.favourite-icon-wrap {
  display: none;
}
.favourite-container,
.breadcrumb .favourite-icon-wrap {
  float: right;
}
.favourite-icon-wrap a {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0.5em;
}
.ie7 .favourite-icon-wrap a {
  *display: inline;
  zoom: 1;
}
.favourite-object {
  height: 16px;
  width: 16px;
  background-image: url("../images/favourites/list-unfavourite.png");
}
.favourite-object:hover {
  background-image: url("../images/favourites/list-favourite.png");
}
.favourite-object.unfavourite-this {
  background-image: url("../images/favourites/list-favourite.png");
}
.favourite-object.unfavourite-this:hover {
  background-image: url("../images/favourites/list-unfavourite.png");
}
.favourite-object.favourite-page {
  height: 24px;
  width: 24px;
  background-image: url("../images/favourites/favourite-page.gif");
}
.favourite-object.favourite-page:hover {
  background-image: url("../images/favourites/unfavourite-page.png");
}
.favourite-object.favourite-page.unfavourite-this {
  background-image: url("../images/favourites/unfavourite-page.png");
}
.favourite-object.favourite-page.unfavourite-this:hover {
  background-image: url("../images/favourites/favourite-page.gif");
}
.middle .favourite-object.favourite-page {
  display: none;
}
#container .favourites-list .favourite-icon-wrap a {
  display: inline-block;
  height: 24px;
  width: 24px;
  float: right;
}
.ie7 #container .favourites-list .favourite-icon-wrap a {
  *display: inline;
  zoom: 1;
}
#container .favourites-list .list-content-item {
  line-height: 24px;
  padding: 0.2em 0;
}
#container .favourites-list .list-content-item a {
  vertical-align: middle;
}
.type-popupplacement .pop-up-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #bbb;
  background-color: rgba(187, 187, 187, 0.6);
  z-index: 999999;
  display: none;
}
.type-popupplacement .pop-up-backdrop .pop-up-content-box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 640px;
  height: 480px;
  margin-top: -240px;
  margin-left: -320px;
  border: solid 1.5em #fff;
}
@media only screen and (max-width: 768px) {
  .type-popupplacement .pop-up-backdrop .pop-up-content-box {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
  }
}
.type-popupplacement .pop-up-backdrop .pop-up-content-box .content-item-inner {
  width: 100%;
  height: 100%;
  display: block;
  overflow-y: auto;
}
.default.type-popupplacement .pop-up-backdrop .pop-up-content-box .content-item-inner {
  background: #fff;
}
.type-popupplacement .pop-up-backdrop .pop-up-content-box .pop-up-close-trigger {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('/base-install/images/_site/popupclose.png');
  position: absolute;
  top: -14px;
  right: -14px;
}
/*==== Feedback Messages styling ====*/
#container .feedback-message-wrapper .content-wrapper-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.4em 0 0 0;
  margin: 0.6em 0 0 0;
  border-top: 1px solid #dddddd;
}
#container .feedback-message-wrapper .feedback-message-input {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1;
  flex: 1 1 300px;
  padding: 0.4em 1.6em 0.4em 0;
}
#container .feedback-message-wrapper .feedback-message-input .fbm-input-inner {
  background-color: #ececec;
  background-image: url("/base-install/images/_site/icons/trees.png");
  padding: 1em;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: bottom;
}
#container .feedback-message-wrapper .feedback-message-input .fbm-input-inner .fbm-feedback-inactive {
  color: #58C458;
  border-radius: 5px;
  margin-bottom: 0.5em;
}
#container .feedback-message-wrapper .feedback-message-input .fbm-input-inner input,
#container .feedback-message-wrapper .feedback-message-input .fbm-input-inner textarea,
#container .feedback-message-wrapper .feedback-message-input .fbm-input-inner select {
  border-color: #ddd;
}
#container .feedback-message-wrapper .feedback-message-input .fbm-input-inner select {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ddd;
  padding: 0.5em 2em 0.5em 0.5em;
  background: url("/base-install/images/_site/icons/select-arrows.png") no-repeat 97% center;
  background-size: 18px;
  background-color: #fff;
}
#container .feedback-message-wrapper .feedback-message-stream-container {
  flex: 2 1 600px;
  padding: 0.4em 0.4em 0.4em 1.6em;
  border-left: 1px solid #dddddd;
}
#container .feedback-message-wrapper .feedback-message-stream {
  opacity: 0;
  transition: 0.1s linear;
}
#container .feedback-message-wrapper .feedback-message-stream.data-loaded {
  opacity: 1;
  transition: 0.5s ease;
}
#container .feedback-message-wrapper .fbm-message-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#container .feedback-message-wrapper .fbm-message-list .fbm-meta-details {
  font-size: 0.8em;
  font-weight: 700;
  color: #848484;
}
#container .feedback-message-wrapper .fbm-message-list .fbm-meta-details .fbm-site-name:after {
  content: ":";
}
#container .feedback-message-wrapper .fbm-message-list .fbm-message {
  margin-bottom: 1.5em;
}
#container .feedback-message-wrapper .fbm-message-list .msg-inner {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 0.8em 1.2em;
  background-color: #f2faff;
  border-radius: 0;
}
#container .feedback-message-wrapper .fbm-message-list .msg-inner + .fbm-message-list {
  margin-left: 0.8em;
}
#container .feedback-message-wrapper .fbm-message-list .msg-inner + .fbm-message-list .msg-inner {
  background-color: #FFF2F5;
}
#container .feedback-message-wrapper .fbm-message-list .btn-fbm-reply {
  background: #003087;
}
#container .feedback-message-wrapper .fbm-message-list .btn-fbm-reject {
  background: #E35F55;
}
#container .feedback-message-wrapper .fbm-message-list .btn-fbm-edit {
  background: #8DD3F0;
}
#container .feedback-message-wrapper .fbm-message-list .btn-fbm-moderate {
  background: #9980B9;
}
#container .feedback-message-wrapper .fbm-message-list .fbm-mod-highlight .msg-inner {
  border-right: 40px solid red;
}
#container .feedback-message-wrapper .fbm-hide-mod > .msg-inner {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0.5;
}
#container .feedback-message-wrapper .fbm-hide-mod > .msg-inner:hover {
  opacity: 1;
}
#container .feedback-message-wrapper .fbm-reference {
  margin-right: 1em;
  float: right;
  opacity: 0.25;
}
#container .fbm-feedback {
  width: 100%;
}
.feedback-message-stream-control select {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ddd;
  padding: 0.5em 2em 0.5em 0.5em;
  background: url("/base-install/images/_site/icons/select-arrows.png") no-repeat 97% center;
  background-size: 18px;
  background-color: #fff;
}
.feedback-message-stream-control .filter-selector {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
}
.fmsp-total-results {
  display: none;
}
.feedback-message-stream-pagination {
  margin-bottom: 1em;
}
.feedback-message-stream-pagination select {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ddd;
  padding: 0.5em 1.5em 0.25em 0.5em;
  background: url("/base-install/images/_site/icons/select-arrows.png") no-repeat 97% center;
  background-size: 18px;
  background-color: #fff;
}
.slider {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 512px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .slider {
    height: 0;
    padding-top: 39.4%;
  }
}
.slider .individual-slides {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 512px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .slider .individual-slides {
    height: 100%;
  }
}
.slider .slide-img-wrapper {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ie7 .slider .slide-img-wrapper,
.ie8 .slider .slide-img-wrapper {
  background-image: none !important;
}
.slider .slide-img-wrapper .wrapper-link {
  display: block;
}
.slider .slide-img-wrapper img {
  width: 100%;
  height: auto;
  visibility: hidden;
}
.ie7 .slider .slide-img-wrapper img,
.ie8 .slider .slide-img-wrapper img {
  visibility: visible !important;
}
@media only screen and (max-width: 768px) {
  .slider .slide-img-wrapper {
    background-position: center top;
  }
}
@media only screen and (max-width: 768px) {
  .slider .has-overlay .slide-img-wrapper {
    height: 100%;
  }
}
.slider .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45%;
  padding: 1em;
}
.no-rgba .slider .slide-overlay {
  background: #fff;
}
.slider .slide-text-container {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.5em 1em;
  background: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 768px) {
  .slider .slide-text-container {
    top: 0;
    background: #ececec;
    font-size: 80%;
    padding: 1em;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 768px) {
  .slider .individual-slides:hover .slide-text-container,
  .slider .individual-slides:focus .slide-text-container,
  .slider .individual-slides:active .slide-text-container {
    opacity: 1;
  }
}
.slider-controls,
.slider-controls li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slideshow-wrapper {
  position: relative;
}
.slider-controls {
  /*position: absolute;
	bottom: 5px;
	right: 5px;*/
  z-index: 9999;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.slider-controls li {
  display: inline-block;
}
.ie7 .slider-controls li {
  *display: inline;
  zoom: 1;
}
.slider-controls .previous,
.slider-controls .play-pause,
.slider-controls .paused,
.slider-controls .next {
  background-position: center center;
  background-repeat: no-repeat;
}
.slider-controls .previous,
.slider-controls .next {
  display: none;
}
.slider-controls .play-pause {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  opacity: 0.7;
}
.slider-controls .play-pause:hover {
  opacity: 1;
}
.slider-controls a {
  display: block;
  text-indent: -99999px;
  width: 21px;
  height: 21px;
  outline: none !important;
}
.slider-controls a.previous {
  background-image: url("../images/slideshows/controls1-16px-k/back.png");
}
.slider-controls a.previous:focus,
.slider-controls a.previous:hover,
.slider-controls a.previous:active {
  background-image: url("../images/slideshows/controls1-16px-w/back.png");
}
.slider-controls a.play-pause {
  background-image: url("../images/slideshows/controls1-16px-k/pause.png");
  margin: 0 3px;
}
.slider-controls a.play-pause:focus,
.slider-controls a.play-pause:hover,
.slider-controls a.play-pause:active {
  background-image: url("../images/slideshows/controls1-16px-w/pause.png");
}
.slider-controls a.play-pause.paused {
  background-image: url("../images/slideshows/controls1-16px-k/play.png");
}
.slider-controls a.play-pause.paused:focus,
.slider-controls a.play-pause.paused:hover,
.slider-controls a.play-pause.paused:active {
  background-image: url("../images/slideshows/controls1-16px-w/play.png");
}
.slider-controls a.next {
  background-image: url("../images/slideshows/controls1-16px-k/forward.png");
}
.slider-controls a.next:focus,
.slider-controls a.next:hover,
.slider-controls a.next:active {
  background-image: url("../images/slideshows/controls1-16px-w/forward.png");
}
.decoration-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  padding: 1em;
}
.decoration-right a {
  font-size: 0;
  color: transparent;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.8s ease-in-out;
  display: inline-block;
  margin-left: 5px;
}
.decoration-right a.activeSlide {
  background-color: #333;
}
#site-content-top-row .type-slideshow {
  padding-top: 0;
}
.home-page #site-content-top-row .type-slideshow {
  padding-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  #site-content-top-row .type-slideshow {
    padding-bottom: 1px;
  }
}
@media only screen and (max-width: 768px) {
  #site-content-top-row .type-slideshow .placement-inner {
    margin: 0;
  }
}
.decoration-left {
  display: none;
}
.jcarousel-clip {
  height: 270px;
  overflow: hidden;
}
.jcarousel,
.jcarousel li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.jcarousel .slide-img-wrapper img {
  width: 100%;
  height: auto;
}
.jcarousel .individual-slides {
  height: 270px;
  position: relative;
}
.jcarousel .slide-text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45%;
  padding: 1em;
  background: rgba(255, 255, 255, 0.9);
}
.no-rgba .jcarousel .slide-text-overlay {
  background: #fff;
}
.jcarousel .slide-text-container {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 1em;
  background: #fff;
}
.jcarousel-prev,
.jcarousel-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background: #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
  cursor: hand;
  cursor: pointer;
}
.jcarousel-prev .carousel-control,
.jcarousel-next .carousel-control {
  width: 20px;
  height: 20px;
}
.jcarousel-prev {
  left: -20px;
}
.jcarousel-prev .carousel-control {
  background-image: url("../images/slideshows/controls1-16px-k/back.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.jcarousel-prev .carousel-control:focus,
.jcarousel-prev .carousel-control:hover,
.jcarousel-prev .carousel-control:active {
  background-image: url("../images/slideshows/controls1-16px-w/back.png");
}
.jcarousel-next {
  right: -20px;
}
.jcarousel-next .carousel-control {
  background-image: url("../images/slideshows/controls1-16px-k/forward.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.jcarousel-next .carousel-control:focus,
.jcarousel-next .carousel-control:hover,
.jcarousel-next .carousel-control:active {
  background-image: url("../images/slideshows/controls1-16px-w/forward.png");
}
.speechbubble-slideshow .slide-overlay {
  background-image: url("/base-install/images/_site/speechbubble.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: table;
  position: absolute;
  width: 475px;
  height: 312px;
  left: 10%;
  top: 3%;
  padding: 2em 5em;
}
@media only screen and (max-width: 1300px) {
  .speechbubble-slideshow .slide-overlay {
    transform: scale(0.7);
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .speechbubble-slideshow .slide-overlay {
    transform: scale(1);
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ececec;
    padding: 1em;
    width: auto;
    height: auto;
    font-size: 80%;
  }
}
.speechbubble-slideshow .slide-text-overlay {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 115%;
}
@media only screen and (max-width: 768px) {
  .speechbubble-slideshow .slide-text-overlay {
    font-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .speechbubble-slideshow .has-overlay .slide-img-wrapper {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .speechbubble-slideshow .has-overlay .slide-img-wrapper:before {
    content: "tap to read more";
    display: block;
    background: rgba(0, 48, 135, 0.75);
    padding: 0.3em 0.6em;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .speechbubble-slideshow .has-overlay .slide-img-wrapper .slide-overlay {
    top: 0;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .speechbubble-slideshow .has-overlay .slide-img-wrapper .slide-overlay:hover,
  .speechbubble-slideshow .has-overlay .slide-img-wrapper .slide-overlay:focus,
  .speechbubble-slideshow .has-overlay .slide-img-wrapper .slide-overlay:active {
    opacity: 1;
  }
}
.blue-container.speechbubble-slideshow .slide-text-container {
  background-color: rgba(128, 189, 218, 0.9);
  color: #fff;
}
.blue-container.speechbubble-slideshow .slide-text-container .cta {
  color: #fff;
  padding: 0.6em 1.2em 0.4em 1.2em;
  border: solid 2px #fff;
  border-radius: 0;
  box-shadow: none;
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  border-radius: 4px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .blue-container.speechbubble-slideshow .slide-text-container .cta {
    border: solid 1px #fff;
  }
}
.blue-container.speechbubble-slideshow .slide-text-container .cta:hover,
.blue-container.speechbubble-slideshow .slide-text-container .cta:focus,
.blue-container.speechbubble-slideshow .slide-text-container .cta:active {
  background: #fff;
  color: #fff !important;
}
.blue-container.speechbubble-slideshow .slide-text-container .cta:hover,
.blue-container.speechbubble-slideshow .slide-text-container .cta:focus,
.blue-container.speechbubble-slideshow .slide-text-container .cta:active {
  color: #005EB8 !important;
}
.col .accented.accent-color-2 .placement-inner,
.home-page .accented.accent-color-2 .placement-inner {
  padding: 1em;
  background: #ececec;
}
.accented.accent-color-2 .placement-inner a,
.accented.accent-color-2 .placement-inner h2,
.accented.accent-color-2 .placement-inner h3,
.accented.accent-color-2 .placement-inner h4,
.accented.accent-color-2 .placement-inner h5,
.accented.accent-color-2 .placement-inner h6 {
  color: #005EB8;
}
.accented.accent-color-2 .placement-inner legend {
  color: #005EB8;
  border-color: rgba(0, 94, 184, 0.3);
}
.accented.accent-color-2 .placement-inner .button_row {
  border-color: rgba(0, 94, 184, 0.3);
}
.accented.accent-color-2 .placement-inner input[type="submit"],
.accented.accent-color-2 .placement-inner button {
  color: #fff;
  background-color: #005EB8;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-2 .placement-inner input[type="submit"]:hover,
.accented.accent-color-2 .placement-inner button:hover,
.accented.accent-color-2 .placement-inner input[type="submit"]:focus,
.accented.accent-color-2 .placement-inner button:focus {
  background-color: #004485;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-2 .placement-inner input[type="submit"],
  .accented.accent-color-2 .placement-inner button {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-2 .placement-inner input,
.accented.accent-color-2 .placement-inner textarea,
.accented.accent-color-2 .placement-inner blockquote {
  border-color: #005EB8;
  border-style: solid;
  border-width: 1px;
}
.accented.accent-color-2 .placement-inner .cta {
  color: #005EB8;
  padding: 0.6em 1.2em 0.4em 1.2em;
  border: solid 2px #005EB8;
  border-radius: 0;
  box-shadow: none;
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  border-radius: 4px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-2 .placement-inner .cta {
    border: solid 1px #005EB8;
  }
}
.accented.accent-color-2 .placement-inner .cta:hover,
.accented.accent-color-2 .placement-inner .cta:focus,
.accented.accent-color-2 .placement-inner .cta:active {
  background: #005EB8;
  color: #fff !important;
}
.accented.accent-color-2 .placement-inner .btn {
  color: #fff;
  background-color: #005EB8;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-2 .placement-inner .btn:hover,
.accented.accent-color-2 .placement-inner .btn:focus {
  background-color: #004485;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-2 .placement-inner .btn {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-2 .placement-inner .main-editor-output table th,
.type-flexilistplacement.accented.accent-color-2 .placement-inner table th {
  background: #005EB8;
}
.accented.accent-color-2 .placement-inner .slider .slide-overlay,
.accented.accent-color-2 .placement-inner .slider .slide-text-container {
  background: rgba(0, 94, 184, 0.5) !important;
}
.no-rgba .accented.accent-color-2 .placement-inner .slider .slide-overlay,
.no-rgba .accented.accent-color-2 .placement-inner .slider .slide-text-container {
  background: #005EB8;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.accented.accent-color-2 .placement-inner table th {
  background-color: #005EB8;
  color: #fff;
}
.accented.accent-color-2 .placement-inner blockquote {
  border-left: none;
  border-right: none;
  background: #e0ecf6;
}
.accented.accent-color-2 .placement-inner .a-to-z-letters li a {
  background: #005EB8 !important;
}
.accented.accent-color-2 .placement-inner .a-to-z-letters li a:hover,
.accented.accent-color-2 .placement-inner .a-to-z-letters li a:focus {
  background: #0078eb !important;
}
.accented.accent-color-2 .placement-inner .pod-menu .content-headline {
  background: rgba(0, 94, 184, 0.8);
}
.accented.accent-color-2 .placement-inner .pod-menu .content-headline h2 {
  color: #fff;
}
.accented.accent-color-2 .placement-inner .pod-menu .menu-pod:hover .content-headline,
.accented.accent-color-2 .placement-inner .pod-menu .menu-pod:focus .content-headline,
.accented.accent-color-2 .placement-inner .pod-menu .menu-pod:active .content-headline {
  background: #005EB8;
}
.accented.accent-color-2 .placement-inner table th {
  border-color: #005EB8;
}
.accented.accent-color-2 .placement-inner .forum-thread-reply-likes {
  background-color: #004485;
}
.accented.accent-color-2 .placement-inner .forum-submission-form input[type="submit"],
.accented.accent-color-2 .placement-inner a.jump-to-submission-form {
  color: #fff;
  background-color: #005EB8;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-2 .placement-inner .forum-submission-form input[type="submit"]:hover,
.accented.accent-color-2 .placement-inner a.jump-to-submission-form:hover,
.accented.accent-color-2 .placement-inner .forum-submission-form input[type="submit"]:focus,
.accented.accent-color-2 .placement-inner a.jump-to-submission-form:focus {
  background-color: #004485;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-2 .placement-inner .forum-submission-form input[type="submit"],
  .accented.accent-color-2 .placement-inner a.jump-to-submission-form {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-2 .placement-inner .sd-search-inputs input[type="submit"],
.accented.accent-color-2 .placement-inner .sd-item .edit-profile,
.accented.accent-color-2 .placement-inner .edit-profile-controls input[type="submit"] {
  color: #fff;
  background-color: #005EB8;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-2 .placement-inner .sd-search-inputs input[type="submit"]:hover,
.accented.accent-color-2 .placement-inner .sd-item .edit-profile:hover,
.accented.accent-color-2 .placement-inner .edit-profile-controls input[type="submit"]:hover,
.accented.accent-color-2 .placement-inner .sd-search-inputs input[type="submit"]:focus,
.accented.accent-color-2 .placement-inner .sd-item .edit-profile:focus,
.accented.accent-color-2 .placement-inner .edit-profile-controls input[type="submit"]:focus {
  background-color: #004485;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-2 .placement-inner .sd-search-inputs input[type="submit"],
  .accented.accent-color-2 .placement-inner .sd-item .edit-profile,
  .accented.accent-color-2 .placement-inner .edit-profile-controls input[type="submit"] {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-2 .placement-inner .sd-search-results .content-items-list .list-content-item .content-item-container {
  border-color: #99bfe3;
}
.grid-list.accented.accent-color-2 .placement-inner .list-content-item .content-item-container {
  background: #005EB8;
  color: #fff;
}
.grid-list.accented.accent-color-2 .placement-inner .list-content-item .content-item-container a {
  color: #fff;
}
.col .accented.accent-color-22 .placement-inner,
.home-page .accented.accent-color-22 .placement-inner {
  padding: 1em;
  background: #ececec;
}
.accented.accent-color-22 .placement-inner a,
.accented.accent-color-22 .placement-inner h2,
.accented.accent-color-22 .placement-inner h3,
.accented.accent-color-22 .placement-inner h4,
.accented.accent-color-22 .placement-inner h5,
.accented.accent-color-22 .placement-inner h6 {
  color: #8DD3F0;
}
.accented.accent-color-22 .placement-inner legend {
  color: #8DD3F0;
  border-color: rgba(141, 211, 240, 0.3);
}
.accented.accent-color-22 .placement-inner .button_row {
  border-color: rgba(141, 211, 240, 0.3);
}
.accented.accent-color-22 .placement-inner input[type="submit"],
.accented.accent-color-22 .placement-inner button {
  color: #fff;
  background-color: #8DD3F0;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-22 .placement-inner input[type="submit"]:hover,
.accented.accent-color-22 .placement-inner button:hover,
.accented.accent-color-22 .placement-inner input[type="submit"]:focus,
.accented.accent-color-22 .placement-inner button:focus {
  background-color: #60c2ea;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-22 .placement-inner input[type="submit"],
  .accented.accent-color-22 .placement-inner button {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-22 .placement-inner input,
.accented.accent-color-22 .placement-inner textarea,
.accented.accent-color-22 .placement-inner blockquote {
  border-color: #8DD3F0;
  border-style: solid;
  border-width: 1px;
}
.accented.accent-color-22 .placement-inner .cta {
  color: #8DD3F0;
  padding: 0.6em 1.2em 0.4em 1.2em;
  border: solid 2px #8DD3F0;
  border-radius: 0;
  box-shadow: none;
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  border-radius: 4px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-22 .placement-inner .cta {
    border: solid 1px #8DD3F0;
  }
}
.accented.accent-color-22 .placement-inner .cta:hover,
.accented.accent-color-22 .placement-inner .cta:focus,
.accented.accent-color-22 .placement-inner .cta:active {
  background: #8DD3F0;
  color: #fff !important;
}
.accented.accent-color-22 .placement-inner .btn {
  color: #fff;
  background-color: #8DD3F0;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-22 .placement-inner .btn:hover,
.accented.accent-color-22 .placement-inner .btn:focus {
  background-color: #60c2ea;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-22 .placement-inner .btn {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-22 .placement-inner .main-editor-output table th,
.type-flexilistplacement.accented.accent-color-22 .placement-inner table th {
  background: #8DD3F0;
}
.accented.accent-color-22 .placement-inner .slider .slide-overlay,
.accented.accent-color-22 .placement-inner .slider .slide-text-container {
  background: rgba(141, 211, 240, 0.5) !important;
}
.no-rgba .accented.accent-color-22 .placement-inner .slider .slide-overlay,
.no-rgba .accented.accent-color-22 .placement-inner .slider .slide-text-container {
  background: #8DD3F0;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.accented.accent-color-22 .placement-inner table th {
  background-color: #8DD3F0;
  color: #fff;
}
.accented.accent-color-22 .placement-inner blockquote {
  border-left: none;
  border-right: none;
  background: #f1fafd;
}
.accented.accent-color-22 .placement-inner .a-to-z-letters li a {
  background: #8DD3F0 !important;
}
.accented.accent-color-22 .placement-inner .a-to-z-letters li a:hover,
.accented.accent-color-22 .placement-inner .a-to-z-letters li a:focus {
  background: #bae4f6 !important;
}
.accented.accent-color-22 .placement-inner .pod-menu .content-headline {
  background: rgba(141, 211, 240, 0.8);
}
.accented.accent-color-22 .placement-inner .pod-menu .content-headline h2 {
  color: #fff;
}
.accented.accent-color-22 .placement-inner .pod-menu .menu-pod:hover .content-headline,
.accented.accent-color-22 .placement-inner .pod-menu .menu-pod:focus .content-headline,
.accented.accent-color-22 .placement-inner .pod-menu .menu-pod:active .content-headline {
  background: #8DD3F0;
}
.accented.accent-color-22 .placement-inner table th {
  border-color: #8DD3F0;
}
.accented.accent-color-22 .placement-inner .forum-thread-reply-likes {
  background-color: #60c2ea;
}
.accented.accent-color-22 .placement-inner .forum-submission-form input[type="submit"],
.accented.accent-color-22 .placement-inner a.jump-to-submission-form {
  color: #fff;
  background-color: #8DD3F0;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-22 .placement-inner .forum-submission-form input[type="submit"]:hover,
.accented.accent-color-22 .placement-inner a.jump-to-submission-form:hover,
.accented.accent-color-22 .placement-inner .forum-submission-form input[type="submit"]:focus,
.accented.accent-color-22 .placement-inner a.jump-to-submission-form:focus {
  background-color: #60c2ea;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-22 .placement-inner .forum-submission-form input[type="submit"],
  .accented.accent-color-22 .placement-inner a.jump-to-submission-form {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-22 .placement-inner .sd-search-inputs input[type="submit"],
.accented.accent-color-22 .placement-inner .sd-item .edit-profile,
.accented.accent-color-22 .placement-inner .edit-profile-controls input[type="submit"] {
  color: #fff;
  background-color: #8DD3F0;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-22 .placement-inner .sd-search-inputs input[type="submit"]:hover,
.accented.accent-color-22 .placement-inner .sd-item .edit-profile:hover,
.accented.accent-color-22 .placement-inner .edit-profile-controls input[type="submit"]:hover,
.accented.accent-color-22 .placement-inner .sd-search-inputs input[type="submit"]:focus,
.accented.accent-color-22 .placement-inner .sd-item .edit-profile:focus,
.accented.accent-color-22 .placement-inner .edit-profile-controls input[type="submit"]:focus {
  background-color: #60c2ea;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-22 .placement-inner .sd-search-inputs input[type="submit"],
  .accented.accent-color-22 .placement-inner .sd-item .edit-profile,
  .accented.accent-color-22 .placement-inner .edit-profile-controls input[type="submit"] {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-22 .placement-inner .sd-search-results .content-items-list .list-content-item .content-item-container {
  border-color: #d1edf9;
}
.grid-list.accented.accent-color-22 .placement-inner .list-content-item .content-item-container {
  background: #8DD3F0;
  color: #4d4d4d;
}
.grid-list.accented.accent-color-22 .placement-inner .list-content-item .content-item-container a {
  color: #4d4d4d;
}
.col .accented.accent-color-23 .placement-inner,
.home-page .accented.accent-color-23 .placement-inner {
  padding: 1em;
  background: #ececec;
}
.accented.accent-color-23 .placement-inner a,
.accented.accent-color-23 .placement-inner h2,
.accented.accent-color-23 .placement-inner h3,
.accented.accent-color-23 .placement-inner h4,
.accented.accent-color-23 .placement-inner h5,
.accented.accent-color-23 .placement-inner h6 {
  color: #4D8ECD;
}
.accented.accent-color-23 .placement-inner legend {
  color: #4D8ECD;
  border-color: rgba(77, 142, 205, 0.3);
}
.accented.accent-color-23 .placement-inner .button_row {
  border-color: rgba(77, 142, 205, 0.3);
}
.accented.accent-color-23 .placement-inner input[type="submit"],
.accented.accent-color-23 .placement-inner button {
  color: #fff;
  background-color: #4D8ECD;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-23 .placement-inner input[type="submit"]:hover,
.accented.accent-color-23 .placement-inner button:hover,
.accented.accent-color-23 .placement-inner input[type="submit"]:focus,
.accented.accent-color-23 .placement-inner button:focus {
  background-color: #3375b4;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-23 .placement-inner input[type="submit"],
  .accented.accent-color-23 .placement-inner button {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-23 .placement-inner input,
.accented.accent-color-23 .placement-inner textarea,
.accented.accent-color-23 .placement-inner blockquote {
  border-color: #4D8ECD;
  border-style: solid;
  border-width: 1px;
}
.accented.accent-color-23 .placement-inner .cta {
  color: #4D8ECD;
  padding: 0.6em 1.2em 0.4em 1.2em;
  border: solid 2px #4D8ECD;
  border-radius: 0;
  box-shadow: none;
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  border-radius: 4px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-23 .placement-inner .cta {
    border: solid 1px #4D8ECD;
  }
}
.accented.accent-color-23 .placement-inner .cta:hover,
.accented.accent-color-23 .placement-inner .cta:focus,
.accented.accent-color-23 .placement-inner .cta:active {
  background: #4D8ECD;
  color: #fff !important;
}
.accented.accent-color-23 .placement-inner .btn {
  color: #fff;
  background-color: #4D8ECD;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-23 .placement-inner .btn:hover,
.accented.accent-color-23 .placement-inner .btn:focus {
  background-color: #3375b4;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-23 .placement-inner .btn {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-23 .placement-inner .main-editor-output table th,
.type-flexilistplacement.accented.accent-color-23 .placement-inner table th {
  background: #4D8ECD;
}
.accented.accent-color-23 .placement-inner .slider .slide-overlay,
.accented.accent-color-23 .placement-inner .slider .slide-text-container {
  background: rgba(77, 142, 205, 0.5) !important;
}
.no-rgba .accented.accent-color-23 .placement-inner .slider .slide-overlay,
.no-rgba .accented.accent-color-23 .placement-inner .slider .slide-text-container {
  background: #4D8ECD;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.accented.accent-color-23 .placement-inner table th {
  background-color: #4D8ECD;
  color: #fff;
}
.accented.accent-color-23 .placement-inner blockquote {
  border-left: none;
  border-right: none;
  background: #eaf1f9;
}
.accented.accent-color-23 .placement-inner .a-to-z-letters li a {
  background: #4D8ECD !important;
}
.accented.accent-color-23 .placement-inner .a-to-z-letters li a:hover,
.accented.accent-color-23 .placement-inner .a-to-z-letters li a:focus {
  background: #75a7d8 !important;
}
.accented.accent-color-23 .placement-inner .pod-menu .content-headline {
  background: rgba(77, 142, 205, 0.8);
}
.accented.accent-color-23 .placement-inner .pod-menu .content-headline h2 {
  color: #fff;
}
.accented.accent-color-23 .placement-inner .pod-menu .menu-pod:hover .content-headline,
.accented.accent-color-23 .placement-inner .pod-menu .menu-pod:focus .content-headline,
.accented.accent-color-23 .placement-inner .pod-menu .menu-pod:active .content-headline {
  background: #4D8ECD;
}
.accented.accent-color-23 .placement-inner table th {
  border-color: #4D8ECD;
}
.accented.accent-color-23 .placement-inner .forum-thread-reply-likes {
  background-color: #3375b4;
}
.accented.accent-color-23 .placement-inner .forum-submission-form input[type="submit"],
.accented.accent-color-23 .placement-inner a.jump-to-submission-form {
  color: #fff;
  background-color: #4D8ECD;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-23 .placement-inner .forum-submission-form input[type="submit"]:hover,
.accented.accent-color-23 .placement-inner a.jump-to-submission-form:hover,
.accented.accent-color-23 .placement-inner .forum-submission-form input[type="submit"]:focus,
.accented.accent-color-23 .placement-inner a.jump-to-submission-form:focus {
  background-color: #3375b4;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-23 .placement-inner .forum-submission-form input[type="submit"],
  .accented.accent-color-23 .placement-inner a.jump-to-submission-form {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-23 .placement-inner .sd-search-inputs input[type="submit"],
.accented.accent-color-23 .placement-inner .sd-item .edit-profile,
.accented.accent-color-23 .placement-inner .edit-profile-controls input[type="submit"] {
  color: #fff;
  background-color: #4D8ECD;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-23 .placement-inner .sd-search-inputs input[type="submit"]:hover,
.accented.accent-color-23 .placement-inner .sd-item .edit-profile:hover,
.accented.accent-color-23 .placement-inner .edit-profile-controls input[type="submit"]:hover,
.accented.accent-color-23 .placement-inner .sd-search-inputs input[type="submit"]:focus,
.accented.accent-color-23 .placement-inner .sd-item .edit-profile:focus,
.accented.accent-color-23 .placement-inner .edit-profile-controls input[type="submit"]:focus {
  background-color: #3375b4;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-23 .placement-inner .sd-search-inputs input[type="submit"],
  .accented.accent-color-23 .placement-inner .sd-item .edit-profile,
  .accented.accent-color-23 .placement-inner .edit-profile-controls input[type="submit"] {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-23 .placement-inner .sd-search-results .content-items-list .list-content-item .content-item-container {
  border-color: #b8d2eb;
}
.grid-list.accented.accent-color-23 .placement-inner .list-content-item .content-item-container {
  background: #4D8ECD;
  color: #fff;
}
.grid-list.accented.accent-color-23 .placement-inner .list-content-item .content-item-container a {
  color: #fff;
}
.col .accented.accent-color-24 .placement-inner,
.home-page .accented.accent-color-24 .placement-inner {
  padding: 1em;
  background: #ececec;
}
.accented.accent-color-24 .placement-inner a,
.accented.accent-color-24 .placement-inner h2,
.accented.accent-color-24 .placement-inner h3,
.accented.accent-color-24 .placement-inner h4,
.accented.accent-color-24 .placement-inner h5,
.accented.accent-color-24 .placement-inner h6 {
  color: #E35F55;
}
.accented.accent-color-24 .placement-inner legend {
  color: #E35F55;
  border-color: rgba(227, 95, 85, 0.3);
}
.accented.accent-color-24 .placement-inner .button_row {
  border-color: rgba(227, 95, 85, 0.3);
}
.accented.accent-color-24 .placement-inner input[type="submit"],
.accented.accent-color-24 .placement-inner button {
  color: #fff;
  background-color: #E35F55;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-24 .placement-inner input[type="submit"]:hover,
.accented.accent-color-24 .placement-inner button:hover,
.accented.accent-color-24 .placement-inner input[type="submit"]:focus,
.accented.accent-color-24 .placement-inner button:focus {
  background-color: #dc3629;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-24 .placement-inner input[type="submit"],
  .accented.accent-color-24 .placement-inner button {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-24 .placement-inner input,
.accented.accent-color-24 .placement-inner textarea,
.accented.accent-color-24 .placement-inner blockquote {
  border-color: #E35F55;
  border-style: solid;
  border-width: 1px;
}
.accented.accent-color-24 .placement-inner .cta {
  color: #E35F55;
  padding: 0.6em 1.2em 0.4em 1.2em;
  border: solid 2px #E35F55;
  border-radius: 0;
  box-shadow: none;
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  border-radius: 4px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-24 .placement-inner .cta {
    border: solid 1px #E35F55;
  }
}
.accented.accent-color-24 .placement-inner .cta:hover,
.accented.accent-color-24 .placement-inner .cta:focus,
.accented.accent-color-24 .placement-inner .cta:active {
  background: #E35F55;
  color: #fff !important;
}
.accented.accent-color-24 .placement-inner .btn {
  color: #fff;
  background-color: #E35F55;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-24 .placement-inner .btn:hover,
.accented.accent-color-24 .placement-inner .btn:focus {
  background-color: #dc3629;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-24 .placement-inner .btn {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-24 .placement-inner .main-editor-output table th,
.type-flexilistplacement.accented.accent-color-24 .placement-inner table th {
  background: #E35F55;
}
.accented.accent-color-24 .placement-inner .slider .slide-overlay,
.accented.accent-color-24 .placement-inner .slider .slide-text-container {
  background: rgba(227, 95, 85, 0.5) !important;
}
.no-rgba .accented.accent-color-24 .placement-inner .slider .slide-overlay,
.no-rgba .accented.accent-color-24 .placement-inner .slider .slide-text-container {
  background: #E35F55;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.accented.accent-color-24 .placement-inner table th {
  background-color: #E35F55;
  color: #fff;
}
.accented.accent-color-24 .placement-inner blockquote {
  border-left: none;
  border-right: none;
  background: #fceceb;
}
.accented.accent-color-24 .placement-inner .a-to-z-letters li a {
  background: #E35F55 !important;
}
.accented.accent-color-24 .placement-inner .a-to-z-letters li a:hover,
.accented.accent-color-24 .placement-inner .a-to-z-letters li a:focus {
  background: #ea8881 !important;
}
.accented.accent-color-24 .placement-inner .pod-menu .content-headline {
  background: rgba(227, 95, 85, 0.8);
}
.accented.accent-color-24 .placement-inner .pod-menu .content-headline h2 {
  color: #fff;
}
.accented.accent-color-24 .placement-inner .pod-menu .menu-pod:hover .content-headline,
.accented.accent-color-24 .placement-inner .pod-menu .menu-pod:focus .content-headline,
.accented.accent-color-24 .placement-inner .pod-menu .menu-pod:active .content-headline {
  background: #E35F55;
}
.accented.accent-color-24 .placement-inner table th {
  border-color: #E35F55;
}
.accented.accent-color-24 .placement-inner .forum-thread-reply-likes {
  background-color: #dc3629;
}
.accented.accent-color-24 .placement-inner .forum-submission-form input[type="submit"],
.accented.accent-color-24 .placement-inner a.jump-to-submission-form {
  color: #fff;
  background-color: #E35F55;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-24 .placement-inner .forum-submission-form input[type="submit"]:hover,
.accented.accent-color-24 .placement-inner a.jump-to-submission-form:hover,
.accented.accent-color-24 .placement-inner .forum-submission-form input[type="submit"]:focus,
.accented.accent-color-24 .placement-inner a.jump-to-submission-form:focus {
  background-color: #dc3629;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-24 .placement-inner .forum-submission-form input[type="submit"],
  .accented.accent-color-24 .placement-inner a.jump-to-submission-form {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-24 .placement-inner .sd-search-inputs input[type="submit"],
.accented.accent-color-24 .placement-inner .sd-item .edit-profile,
.accented.accent-color-24 .placement-inner .edit-profile-controls input[type="submit"] {
  color: #fff;
  background-color: #E35F55;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-24 .placement-inner .sd-search-inputs input[type="submit"]:hover,
.accented.accent-color-24 .placement-inner .sd-item .edit-profile:hover,
.accented.accent-color-24 .placement-inner .edit-profile-controls input[type="submit"]:hover,
.accented.accent-color-24 .placement-inner .sd-search-inputs input[type="submit"]:focus,
.accented.accent-color-24 .placement-inner .sd-item .edit-profile:focus,
.accented.accent-color-24 .placement-inner .edit-profile-controls input[type="submit"]:focus {
  background-color: #dc3629;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-24 .placement-inner .sd-search-inputs input[type="submit"],
  .accented.accent-color-24 .placement-inner .sd-item .edit-profile,
  .accented.accent-color-24 .placement-inner .edit-profile-controls input[type="submit"] {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-24 .placement-inner .sd-search-results .content-items-list .list-content-item .content-item-container {
  border-color: #f4bfbb;
}
.grid-list.accented.accent-color-24 .placement-inner .list-content-item .content-item-container {
  background: #E35F55;
  color: #fff;
}
.grid-list.accented.accent-color-24 .placement-inner .list-content-item .content-item-container a {
  color: #fff;
}
.col .accented.accent-color-25 .placement-inner,
.home-page .accented.accent-color-25 .placement-inner {
  padding: 1em;
  background: #ececec;
}
.accented.accent-color-25 .placement-inner a,
.accented.accent-color-25 .placement-inner h2,
.accented.accent-color-25 .placement-inner h3,
.accented.accent-color-25 .placement-inner h4,
.accented.accent-color-25 .placement-inner h5,
.accented.accent-color-25 .placement-inner h6 {
  color: #9980B9;
}
.accented.accent-color-25 .placement-inner legend {
  color: #9980B9;
  border-color: rgba(153, 128, 185, 0.3);
}
.accented.accent-color-25 .placement-inner .button_row {
  border-color: rgba(153, 128, 185, 0.3);
}
.accented.accent-color-25 .placement-inner input[type="submit"],
.accented.accent-color-25 .placement-inner button {
  color: #fff;
  background-color: #9980B9;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-25 .placement-inner input[type="submit"]:hover,
.accented.accent-color-25 .placement-inner button:hover,
.accented.accent-color-25 .placement-inner input[type="submit"]:focus,
.accented.accent-color-25 .placement-inner button:focus {
  background-color: #7f5fa7;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-25 .placement-inner input[type="submit"],
  .accented.accent-color-25 .placement-inner button {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-25 .placement-inner input,
.accented.accent-color-25 .placement-inner textarea,
.accented.accent-color-25 .placement-inner blockquote {
  border-color: #9980B9;
  border-style: solid;
  border-width: 1px;
}
.accented.accent-color-25 .placement-inner .cta {
  color: #9980B9;
  padding: 0.6em 1.2em 0.4em 1.2em;
  border: solid 2px #9980B9;
  border-radius: 0;
  box-shadow: none;
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  border-radius: 4px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-25 .placement-inner .cta {
    border: solid 1px #9980B9;
  }
}
.accented.accent-color-25 .placement-inner .cta:hover,
.accented.accent-color-25 .placement-inner .cta:focus,
.accented.accent-color-25 .placement-inner .cta:active {
  background: #9980B9;
  color: #fff !important;
}
.accented.accent-color-25 .placement-inner .btn {
  color: #fff;
  background-color: #9980B9;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-25 .placement-inner .btn:hover,
.accented.accent-color-25 .placement-inner .btn:focus {
  background-color: #7f5fa7;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-25 .placement-inner .btn {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-25 .placement-inner .main-editor-output table th,
.type-flexilistplacement.accented.accent-color-25 .placement-inner table th {
  background: #9980B9;
}
.accented.accent-color-25 .placement-inner .slider .slide-overlay,
.accented.accent-color-25 .placement-inner .slider .slide-text-container {
  background: rgba(153, 128, 185, 0.5) !important;
}
.no-rgba .accented.accent-color-25 .placement-inner .slider .slide-overlay,
.no-rgba .accented.accent-color-25 .placement-inner .slider .slide-text-container {
  background: #9980B9;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.accented.accent-color-25 .placement-inner table th {
  background-color: #9980B9;
  color: #fff;
}
.accented.accent-color-25 .placement-inner blockquote {
  border-left: none;
  border-right: none;
  background: #f3f0f7;
}
.accented.accent-color-25 .placement-inner .a-to-z-letters li a {
  background: #9980B9 !important;
}
.accented.accent-color-25 .placement-inner .a-to-z-letters li a:hover,
.accented.accent-color-25 .placement-inner .a-to-z-letters li a:focus {
  background: #b3a1cb !important;
}
.accented.accent-color-25 .placement-inner .pod-menu .content-headline {
  background: rgba(153, 128, 185, 0.8);
}
.accented.accent-color-25 .placement-inner .pod-menu .content-headline h2 {
  color: #fff;
}
.accented.accent-color-25 .placement-inner .pod-menu .menu-pod:hover .content-headline,
.accented.accent-color-25 .placement-inner .pod-menu .menu-pod:focus .content-headline,
.accented.accent-color-25 .placement-inner .pod-menu .menu-pod:active .content-headline {
  background: #9980B9;
}
.accented.accent-color-25 .placement-inner table th {
  border-color: #9980B9;
}
.accented.accent-color-25 .placement-inner .forum-thread-reply-likes {
  background-color: #7f5fa7;
}
.accented.accent-color-25 .placement-inner .forum-submission-form input[type="submit"],
.accented.accent-color-25 .placement-inner a.jump-to-submission-form {
  color: #fff;
  background-color: #9980B9;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-25 .placement-inner .forum-submission-form input[type="submit"]:hover,
.accented.accent-color-25 .placement-inner a.jump-to-submission-form:hover,
.accented.accent-color-25 .placement-inner .forum-submission-form input[type="submit"]:focus,
.accented.accent-color-25 .placement-inner a.jump-to-submission-form:focus {
  background-color: #7f5fa7;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-25 .placement-inner .forum-submission-form input[type="submit"],
  .accented.accent-color-25 .placement-inner a.jump-to-submission-form {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-25 .placement-inner .sd-search-inputs input[type="submit"],
.accented.accent-color-25 .placement-inner .sd-item .edit-profile,
.accented.accent-color-25 .placement-inner .edit-profile-controls input[type="submit"] {
  color: #fff;
  background-color: #9980B9;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-25 .placement-inner .sd-search-inputs input[type="submit"]:hover,
.accented.accent-color-25 .placement-inner .sd-item .edit-profile:hover,
.accented.accent-color-25 .placement-inner .edit-profile-controls input[type="submit"]:hover,
.accented.accent-color-25 .placement-inner .sd-search-inputs input[type="submit"]:focus,
.accented.accent-color-25 .placement-inner .sd-item .edit-profile:focus,
.accented.accent-color-25 .placement-inner .edit-profile-controls input[type="submit"]:focus {
  background-color: #7f5fa7;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-25 .placement-inner .sd-search-inputs input[type="submit"],
  .accented.accent-color-25 .placement-inner .sd-item .edit-profile,
  .accented.accent-color-25 .placement-inner .edit-profile-controls input[type="submit"] {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-25 .placement-inner .sd-search-results .content-items-list .list-content-item .content-item-container {
  border-color: #d6cce3;
}
.grid-list.accented.accent-color-25 .placement-inner .list-content-item .content-item-container {
  background: #9980B9;
  color: #fff;
}
.grid-list.accented.accent-color-25 .placement-inner .list-content-item .content-item-container a {
  color: #fff;
}
.col .accented.accent-color-26 .placement-inner,
.home-page .accented.accent-color-26 .placement-inner {
  padding: 1em;
  background: #ececec;
}
.accented.accent-color-26 .placement-inner a,
.accented.accent-color-26 .placement-inner h2,
.accented.accent-color-26 .placement-inner h3,
.accented.accent-color-26 .placement-inner h4,
.accented.accent-color-26 .placement-inner h5,
.accented.accent-color-26 .placement-inner h6 {
  color: #d11e79;
}
.accented.accent-color-26 .placement-inner legend {
  color: #d11e79;
  border-color: rgba(209, 30, 121, 0.3);
}
.accented.accent-color-26 .placement-inner .button_row {
  border-color: rgba(209, 30, 121, 0.3);
}
.accented.accent-color-26 .placement-inner input[type="submit"],
.accented.accent-color-26 .placement-inner button {
  color: #fff;
  background-color: #d11e79;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-26 .placement-inner input[type="submit"]:hover,
.accented.accent-color-26 .placement-inner button:hover,
.accented.accent-color-26 .placement-inner input[type="submit"]:focus,
.accented.accent-color-26 .placement-inner button:focus {
  background-color: #a4185f;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-26 .placement-inner input[type="submit"],
  .accented.accent-color-26 .placement-inner button {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-26 .placement-inner input,
.accented.accent-color-26 .placement-inner textarea,
.accented.accent-color-26 .placement-inner blockquote {
  border-color: #d11e79;
  border-style: solid;
  border-width: 1px;
}
.accented.accent-color-26 .placement-inner .cta {
  color: #d11e79;
  padding: 0.6em 1.2em 0.4em 1.2em;
  border: solid 2px #d11e79;
  border-radius: 0;
  box-shadow: none;
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  border-radius: 4px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-26 .placement-inner .cta {
    border: solid 1px #d11e79;
  }
}
.accented.accent-color-26 .placement-inner .cta:hover,
.accented.accent-color-26 .placement-inner .cta:focus,
.accented.accent-color-26 .placement-inner .cta:active {
  background: #d11e79;
  color: #fff !important;
}
.accented.accent-color-26 .placement-inner .btn {
  color: #fff;
  background-color: #d11e79;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-26 .placement-inner .btn:hover,
.accented.accent-color-26 .placement-inner .btn:focus {
  background-color: #a4185f;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-26 .placement-inner .btn {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-26 .placement-inner .main-editor-output table th,
.type-flexilistplacement.accented.accent-color-26 .placement-inner table th {
  background: #d11e79;
}
.accented.accent-color-26 .placement-inner .slider .slide-overlay,
.accented.accent-color-26 .placement-inner .slider .slide-text-container {
  background: rgba(209, 30, 121, 0.5) !important;
}
.no-rgba .accented.accent-color-26 .placement-inner .slider .slide-overlay,
.no-rgba .accented.accent-color-26 .placement-inner .slider .slide-text-container {
  background: #d11e79;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.accented.accent-color-26 .placement-inner table th {
  background-color: #d11e79;
  color: #fff;
}
.accented.accent-color-26 .placement-inner blockquote {
  border-left: none;
  border-right: none;
  background: #f9e4ef;
}
.accented.accent-color-26 .placement-inner .a-to-z-letters li a {
  background: #d11e79 !important;
}
.accented.accent-color-26 .placement-inner .a-to-z-letters li a:hover,
.accented.accent-color-26 .placement-inner .a-to-z-letters li a:focus {
  background: #e33f92 !important;
}
.accented.accent-color-26 .placement-inner .pod-menu .content-headline {
  background: rgba(209, 30, 121, 0.8);
}
.accented.accent-color-26 .placement-inner .pod-menu .content-headline h2 {
  color: #fff;
}
.accented.accent-color-26 .placement-inner .pod-menu .menu-pod:hover .content-headline,
.accented.accent-color-26 .placement-inner .pod-menu .menu-pod:focus .content-headline,
.accented.accent-color-26 .placement-inner .pod-menu .menu-pod:active .content-headline {
  background: #d11e79;
}
.accented.accent-color-26 .placement-inner table th {
  border-color: #d11e79;
}
.accented.accent-color-26 .placement-inner .forum-thread-reply-likes {
  background-color: #a4185f;
}
.accented.accent-color-26 .placement-inner .forum-submission-form input[type="submit"],
.accented.accent-color-26 .placement-inner a.jump-to-submission-form {
  color: #fff;
  background-color: #d11e79;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-26 .placement-inner .forum-submission-form input[type="submit"]:hover,
.accented.accent-color-26 .placement-inner a.jump-to-submission-form:hover,
.accented.accent-color-26 .placement-inner .forum-submission-form input[type="submit"]:focus,
.accented.accent-color-26 .placement-inner a.jump-to-submission-form:focus {
  background-color: #a4185f;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-26 .placement-inner .forum-submission-form input[type="submit"],
  .accented.accent-color-26 .placement-inner a.jump-to-submission-form {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-26 .placement-inner .sd-search-inputs input[type="submit"],
.accented.accent-color-26 .placement-inner .sd-item .edit-profile,
.accented.accent-color-26 .placement-inner .edit-profile-controls input[type="submit"] {
  color: #fff;
  background-color: #d11e79;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
.accented.accent-color-26 .placement-inner .sd-search-inputs input[type="submit"]:hover,
.accented.accent-color-26 .placement-inner .sd-item .edit-profile:hover,
.accented.accent-color-26 .placement-inner .edit-profile-controls input[type="submit"]:hover,
.accented.accent-color-26 .placement-inner .sd-search-inputs input[type="submit"]:focus,
.accented.accent-color-26 .placement-inner .sd-item .edit-profile:focus,
.accented.accent-color-26 .placement-inner .edit-profile-controls input[type="submit"]:focus {
  background-color: #a4185f;
}
@media only screen and (max-width: 768px) {
  .accented.accent-color-26 .placement-inner .sd-search-inputs input[type="submit"],
  .accented.accent-color-26 .placement-inner .sd-item .edit-profile,
  .accented.accent-color-26 .placement-inner .edit-profile-controls input[type="submit"] {
    display: block;
    text-align: center;
  }
}
.accented.accent-color-26 .placement-inner .sd-search-results .content-items-list .list-content-item .content-item-container {
  border-color: #eda5c9;
}
.grid-list.accented.accent-color-26 .placement-inner .list-content-item .content-item-container {
  background: #d11e79;
  color: #fff;
}
.grid-list.accented.accent-color-26 .placement-inner .list-content-item .content-item-container a {
  color: #fff;
}
.home-page .character-menu-base .content-headline {
  text-align: center;
}
.home-page .character-menu-base .content-headline h2,
.home-page .character-menu-base .content-headline h3 {
  font-size: 250%;
  margin-bottom: 0.3em;
  margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .home-page .character-menu-base .content-headline h2,
  .home-page .character-menu-base .content-headline h3 {
    font-size: 180%;
  }
}
.character-menu-base .menu {
  margin: 0 -1em;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-wrap: wrap;
  margin-top: 31px;
}
.layout_0_1 .middle .character-menu-base .menu,
.layout_1_0 .middle .character-menu-base .menu,
.layout_1_1 .middle .character-menu-base .menu {
  margin: 31px 0 0 1.2em;
}
.character-menu-base .menu .home-page {
  margin-top: 0;
}
@media only screen and (max-width: 1300px) {
  .character-menu-base .menu {
    margin: 31px 0em 0 2em;
  }
}
@media only screen and (max-width: 768px) {
  .character-menu-base .menu {
    margin: 0 -2px;
  }
}
.character-menu-base .menu .menu-item {
  padding: 0.5em 1em;
  float: none;
  flex: 1 1 18%;
  position: relative;
}
.no-flexbox .character-menu-base .menu .menu-item,
.no-flexboxlegacy .character-menu-base .menu .menu-item {
  flex: none;
}
.character-menu-base .menu .menu-item:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  position: absolute;
  z-index: 12;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .character-menu-base .menu .menu-item:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .character-menu-base .menu .menu-item {
    flex: 1 1 33%;
    padding: 2px;
  }
}
.no-flexbox .character-menu-base .menu .menu-item,
.no-flexboxlegacy .character-menu-base .menu .menu-item {
  width: 20%;
  display: block;
  float: left;
}
.no-flexbox .character-menu-base .menu .menu-item[class*="-of-1"],
.no-flexboxlegacy .character-menu-base .menu .menu-item[class*="-of-1"] {
  width: 100%;
}
.no-flexbox .character-menu-base .menu .menu-item[class*="-of-2"],
.no-flexboxlegacy .character-menu-base .menu .menu-item[class*="-of-2"] {
  width: 50%;
}
.no-flexbox .character-menu-base .menu .menu-item[class*="-of-3"],
.no-flexboxlegacy .character-menu-base .menu .menu-item[class*="-of-3"],
.no-flexbox .character-menu-base .menu .menu-item[class*="-of-6"],
.no-flexboxlegacy .character-menu-base .menu .menu-item[class*="-of-6"],
.no-flexbox .character-menu-base .menu .menu-item[class*="-of-9"],
.no-flexboxlegacy .character-menu-base .menu .menu-item[class*="-of-9"] {
  width: 33.333%;
}
.no-flexbox .character-menu-base .menu .menu-item[class*="-of-4"],
.no-flexboxlegacy .character-menu-base .menu .menu-item[class*="-of-4"],
.no-flexbox .character-menu-base .menu .menu-item[class*="-of-8"],
.no-flexboxlegacy .character-menu-base .menu .menu-item[class*="-of-8"] {
  width: 25%;
}
.no-flexbox .character-menu-base .menu .menu-item[class*="-of-5"],
.no-flexboxlegacy .character-menu-base .menu .menu-item[class*="-of-5"] {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .no-flexbox .character-menu-base .menu .menu-item,
  .no-flexboxlegacy .character-menu-base .menu .menu-item {
    width: 50%;
  }
}
.character-menu-base .menu .menu-item a {
  background-color: #4D8ECD;
  border-radius: 6px;
  padding: 1em;
  text-align: center;
  color: #fff;
  transition: background-color 0.3s;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .character-menu-base .menu .menu-item a {
    padding: 0.5em;
  }
}
.character-menu-base .menu .menu-item a:hover,
.character-menu-base .menu .menu-item a:focus,
.character-menu-base .menu .menu-item a:active {
  background-color: #d11e79;
}
.character-menu-base .menu .menu-item a .main-image-wrapper,
.character-menu-base .menu .menu-item a .menu-item-img {
  display: block;
  text-align: center;
  padding: 0 2em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .character-menu-base .menu .menu-item a .main-image-wrapper,
  .character-menu-base .menu .menu-item a .menu-item-img {
    display: inline-block;
    max-width: 95px;
    padding: 0.5em;
  }
}
.character-menu-base .menu .menu-item a .main-image-wrapper img,
.character-menu-base .menu .menu-item a .menu-item-img img {
  width: 50px;
  max-width: 100%;
}
.character-menu-base .menu .menu-item a .main-link-text {
  padding-top: 0.25em;
  text-align: center;
  display: block;
}
.ie7 .character-menu-base .menu .menu-item a .main-link-text,
.ie8 .character-menu-base .menu .menu-item a .main-link-text {
  line-height: 1.2;
  min-height: 2.4em;
}
@media only screen and (max-width: 768px) {
  .character-menu-base .menu .menu-item a .main-link-text {
    margin-top: 0;
    font-size: 80%;
  }
}
.character-menu-1 .menu .menu-item.menu-item-1:before {
  background-image: url("/base-install/images/_site/people/person1.png");
  height: 115%;
  width: 53px;
  left: -20px;
  bottom: 0.5em;
}
.ie7 .character-menu-1 .menu .menu-item.menu-item-1:before,
.ie8 .character-menu-1 .menu .menu-item.menu-item-1:before {
  height: 130%;
}
.character-menu-1 .menu .menu-item.menu-item-2:before {
  background-image: url("/base-install/images/_site/people/gyne-female.png");
  height: 115%;
  width: 45px;
  right: -15px;
  bottom: 0.5em;
}
.ie7 .character-menu-1 .menu .menu-item.menu-item-2:before,
.ie8 .character-menu-1 .menu .menu-item.menu-item-2:before {
  height: 130%;
}
.character-menu-1 .menu .menu-item.menu-item-4:before {
  background-image: url("/base-install/images/_site/people/person4.png");
  height: 115%;
  width: 77px;
  right: -30px;
  bottom: 0.5em;
}
.ie7 .character-menu-1 .menu .menu-item.menu-item-4:before,
.ie8 .character-menu-1 .menu .menu-item.menu-item-4:before {
  height: 130%;
}
.character-menu-2 .menu .menu-item.menu-item-1:before {
  background-image: url("/base-install/images/_site/people/tree1.png");
  height: 115%;
  width: 72px;
  left: -36px;
  bottom: 0.5em;
}
.ie7 .character-menu-2 .menu .menu-item.menu-item-1:before,
.ie8 .character-menu-2 .menu .menu-item.menu-item-1:before {
  height: 130%;
}
.character-menu-2 .menu .menu-item.menu-item-2:before {
  background-image: url("/base-install/images/_site/people/tree3.png");
  height: 115%;
  width: 72px;
  right: -26px;
  bottom: 0.5em;
}
.ie7 .character-menu-2 .menu .menu-item.menu-item-2:before,
.ie8 .character-menu-2 .menu .menu-item.menu-item-2:before {
  height: 130%;
}
.character-menu-2 .menu .menu-item.menu-item-4:before {
  background-image: url("/base-install/images/_site/people/tree2.png");
  height: 115%;
  width: 83px;
  right: -44px;
  bottom: 0.5em;
}
.ie7 .character-menu-2 .menu .menu-item.menu-item-4:before,
.ie8 .character-menu-2 .menu .menu-item.menu-item-4:before {
  height: 130%;
}
.character-menu-3 .menu .menu-item.menu-item-2:before {
  background-image: url("/base-install/images/_site/people/character1.png");
  height: 115%;
  width: 53px;
  left: -20px;
  bottom: 0.5em;
}
.ie7 .character-menu-3 .menu .menu-item.menu-item-2:before,
.ie8 .character-menu-3 .menu .menu-item.menu-item-2:before {
  height: 130%;
}
.character-menu-3 .menu .menu-item.menu-item-3:before {
  background-image: url("/base-install/images/_site/people/character2.png");
  height: 115%;
  width: 72px;
  right: -35px;
  bottom: 0.5em;
}
.ie7 .character-menu-3 .menu .menu-item.menu-item-3:before,
.ie8 .character-menu-3 .menu .menu-item.menu-item-3:before {
  height: 130%;
}
.character-menu-3 .menu .menu-item.menu-item-5:before {
  background-image: url("/base-install/images/_site/people/character3.png");
  height: 115%;
  width: 77px;
  right: -30px;
  bottom: 0.5em;
}
.ie7 .character-menu-3 .menu .menu-item.menu-item-5:before,
.ie8 .character-menu-3 .menu .menu-item.menu-item-5:before {
  height: 130%;
}
.character-menu-4 .menu .menu-item.menu-item-1:before {
  background-image: url("/base-install/images/_site/people/character6.png");
  height: 115%;
  width: 113px;
  left: -43px;
  bottom: 0.5em;
}
.ie7 .character-menu-4 .menu .menu-item.menu-item-1:before,
.ie8 .character-menu-4 .menu .menu-item.menu-item-1:before {
  height: 130%;
}
.character-menu-4 .menu .menu-item.menu-item-2:before {
  background-image: url("/base-install/images/_site/people/character5.png");
  height: 115%;
  width: 66px;
  right: -34px;
  bottom: 0.5em;
}
.ie7 .character-menu-4 .menu .menu-item.menu-item-2:before,
.ie8 .character-menu-4 .menu .menu-item.menu-item-2:before {
  height: 130%;
}
.character-menu-4 .menu .menu-item.menu-item-4:before {
  background-image: url("/base-install/images/_site/people/character4.png");
  height: 115%;
  width: 107px;
  right: -51px;
  bottom: 0.5em;
}
.ie7 .character-menu-4 .menu .menu-item.menu-item-4:before,
.ie8 .character-menu-4 .menu .menu-item.menu-item-4:before {
  height: 130%;
}
.carousel-menu .bx-wrapper {
  padding: 0 3em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .carousel-menu .bx-wrapper {
    padding: 0 3em;
  }
}
.carousel-menu .menu .menu-item a {
  padding: 1em;
}
.carousel-menu .menu .menu-item a:hover,
.carousel-menu .menu .menu-item a:focus,
.carousel-menu .menu .menu-item a:active {
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .carousel-menu .menu .menu-item a {
    padding: 0.2em;
  }
}
.carousel-menu .menu .menu-item a .main-image-wrapper {
  display: block;
}
.carousel-menu .menu .menu-item a .main-image-wrapper img {
  width: 100%;
}
.carousel-menu .menu .menu-item a .main-link-text {
  display: none;
}
.carousel-menu .bx-controls .bx-pager {
  display: none;
}
.carousel-menu .bx-controls .bx-prev,
.carousel-menu .bx-controls .bx-next {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  display: block;
  outline: none !important;
  font-size: 0;
  color: transparent;
  border-radius: 50%;
  background: #999;
  margin-top: -20px;
  text-align: center;
  transition: background 0.3s ease-in-out;
}
.carousel-menu .bx-controls .bx-prev:hover,
.carousel-menu .bx-controls .bx-next:hover,
.carousel-menu .bx-controls .bx-prev:focus,
.carousel-menu .bx-controls .bx-next:focus,
.carousel-menu .bx-controls .bx-prev:active,
.carousel-menu .bx-controls .bx-next:active {
  background: #4D8ECD;
}
.carousel-menu .bx-controls .bx-prev:before,
.carousel-menu .bx-controls .bx-next:before {
  color: #fff;
  font-size: 34px;
  line-height: 39px !important;
  position: relative;
}
.carousel-menu .bx-controls .bx-prev {
  left: 0;
}
.carousel-menu .bx-controls .bx-prev:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  display: inline-block;
  left: -2px;
}
.carousel-menu .bx-controls .bx-next {
  right: 0;
}
.carousel-menu .bx-controls .bx-next:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  right: -2px;
}
.thumbnail-blog .blog-posts-list {
  *zoom: 1;
  margin: -0.5em;
}
.thumbnail-blog .blog-posts-list:before,
.thumbnail-blog .blog-posts-list:after {
  content: " ";
  display: table;
}
.thumbnail-blog .blog-posts-list:after {
  clear: both;
}
.thumbnail-blog .blog-posts-list .blog-posts-post {
  padding: 0.5em;
}
.thumbnail-blog .blog-posts-list .blog-posts-post:nth-child(1) {
  float: left;
  width: 66.666%;
}
.thumbnail-blog .blog-posts-list .blog-posts-post:nth-child(1) .post-title {
  font-size: 160%;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .thumbnail-blog .blog-posts-list .blog-posts-post:nth-child(1) .post-title {
    font-size: 100%;
  }
}
.thumbnail-blog .blog-posts-list .blog-posts-post:nth-child(1) .blog-post-inner {
  padding-top: 80%;
}
.thumbnail-blog .blog-posts-list .blog-posts-post:nth-child(2),
.thumbnail-blog .blog-posts-list .blog-posts-post:nth-child(3) {
  float: right;
  width: 33.333%;
}
.thumbnail-blog .blog-posts-list .blog-posts-post:nth-child(2) .blog-post-inner,
.thumbnail-blog .blog-posts-list .blog-posts-post:nth-child(3) .blog-post-inner {
  padding-top: 79%;
}
@media only screen and (max-width: 768px) {
  .thumbnail-blog .blog-posts-list .blog-posts-post {
    width: 100% !important;
    float: none !important;
  }
}
.thumbnail-blog .blog-posts-list .blog-posts-post .blog-post-inner {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.thumbnail-blog .blog-posts-list .blog-posts-post .blog-post-inner:hover .blog-post-detail-wrapper,
.thumbnail-blog .blog-posts-list .blog-posts-post .blog-post-inner:focus .blog-post-detail-wrapper,
.thumbnail-blog .blog-posts-list .blog-posts-post .blog-post-inner:active .blog-post-detail-wrapper {
  opacity: 1;
}
.thumbnail-blog .blog-posts-list .blog-posts-post .blog-post-inner .content-main-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
}
.thumbnail-blog .blog-posts-list .blog-posts-post .blog-post-inner .content-main-image img {
  display: none;
}
.thumbnail-blog .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  padding: 0.4em 1em;
  transition: opacity 0.4s ease-in-out;
  color: #fff;
}
.ie8 .thumbnail-blog .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper,
.ie7 .thumbnail-blog .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper {
  background-image: url("/base-install/images/_site/b-85.png");
  background-repeat: repeat;
}
.thumbnail-blog .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper a {
  color: #fff;
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
  .thumbnail-blog .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper {
    top: auto;
    opacity: 1;
    padding: 1em;
  }
}
.thumbnail-blog .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper .post-meta .post-time {
  display: none;
}
.thumbnail-blog .blog-posts-list .blog-posts-post .blog-post-inner .blog-post-detail-wrapper .blog-post-summary {
  display: none;
}
.thumbnail-blog .blog-page-link {
  clear: both;
}
.thumbnail-blog .blog-page-link a {
  color: #005EB8;
  padding: 0.6em 1.2em 0.4em 1.2em;
  border: solid 2px #005EB8;
  border-radius: 0;
  box-shadow: none;
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  border-radius: 4px;
  line-height: 1.3;
  text-align: center;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .thumbnail-blog .blog-page-link a {
    border: solid 1px #005EB8;
  }
}
.thumbnail-blog .blog-page-link a:hover,
.thumbnail-blog .blog-page-link a:focus,
.thumbnail-blog .blog-page-link a:active {
  background: #005EB8;
  color: #fff !important;
}
.thumbnail-menu .menu {
  *zoom: 1;
  margin: -0.5em;
}
.thumbnail-menu .menu:before,
.thumbnail-menu .menu:after {
  content: " ";
  display: table;
}
.thumbnail-menu .menu:after {
  clear: both;
}
.thumbnail-menu .menu .menu-item {
  padding: 0.3em;
}
.thumbnail-menu .menu .menu-item:nth-child(1),
.thumbnail-menu .menu .menu-item:nth-child(4),
.thumbnail-menu .menu .menu-item:nth-child(7) {
  float: left;
  width: 55%;
}
.thumbnail-menu .menu .menu-item:nth-child(2),
.thumbnail-menu .menu .menu-item:nth-child(3),
.thumbnail-menu .menu .menu-item:nth-child(5),
.thumbnail-menu .menu .menu-item:nth-child(6),
.thumbnail-menu .menu .menu-item:nth-child(8),
.thumbnail-menu .menu .menu-item:nth-child(9) {
  float: right;
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .thumbnail-menu .menu .menu-item {
    width: 100% !important;
    float: none !important;
  }
}
.thumbnail-menu .menu .menu-item a {
  padding: 0;
  position: relative;
  color: #fff;
}
.thumbnail-menu .menu .menu-item a:hover,
.thumbnail-menu .menu .menu-item a:focus,
.thumbnail-menu .menu .menu-item a:active {
  background: transparent;
}
.thumbnail-menu .menu .menu-item a:hover .main-link-text,
.thumbnail-menu .menu .menu-item a:focus .main-link-text,
.thumbnail-menu .menu .menu-item a:active .main-link-text {
  opacity: 1;
}
.ie8 .thumbnail-menu .menu .menu-item a:hover .main-link-text,
.ie8 .thumbnail-menu .menu .menu-item a:focus .main-link-text,
.ie8 .thumbnail-menu .menu .menu-item a:active .main-link-text,
.ie7 .thumbnail-menu .menu .menu-item a:hover .main-link-text,
.ie7 .thumbnail-menu .menu .menu-item a:focus .main-link-text,
.ie7 .thumbnail-menu .menu .menu-item a:active .main-link-text {
  display: block;
}
.thumbnail-menu .menu .menu-item a .main-image-wrapper,
.thumbnail-menu .menu .menu-item a .menu-item-img {
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 768px) {
  .thumbnail-menu .menu .menu-item a .main-image-wrapper img,
  .thumbnail-menu .menu .menu-item a .menu-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.thumbnail-menu .menu .menu-item a .main-link-text {
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  padding: 1.6rem;
  text-align: left;
  font-size: 115%;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}
.ie8 .thumbnail-menu .menu .menu-item a .main-link-text,
.ie7 .thumbnail-menu .menu .menu-item a .main-link-text {
  background-image: url("/base-install/images/_site/b-85.png");
  background-repeat: repeat;
  padding: 1em;
  display: none;
}
.type-blogsminilist.highlight-blog .placement-inner {
  background-color: #ececec;
  background-image: url("/base-install/images/_site/blog-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.type-blogsminilist.highlight-blog .placement-inner .content-headline h2,
.type-blogsminilist.highlight-blog .placement-inner .content-headline h3 {
  text-align: center;
  font-size: 250%;
  margin-bottom: 0.5em;
  margin-top: 0.1em;
}
@media only screen and (max-width: 768px) {
  .type-blogsminilist.highlight-blog .placement-inner .content-headline h2,
  .type-blogsminilist.highlight-blog .placement-inner .content-headline h3 {
    font-size: 180%;
  }
}
.type-blogsminilist.highlight-blog .placement-inner .blog-posts-list {
  *zoom: 1;
  margin: 0 -1em;
}
.type-blogsminilist.highlight-blog .placement-inner .blog-posts-list:before,
.type-blogsminilist.highlight-blog .placement-inner .blog-posts-list:after {
  content: " ";
  display: table;
}
.type-blogsminilist.highlight-blog .placement-inner .blog-posts-list:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .type-blogsminilist.highlight-blog .placement-inner .blog-posts-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.type-blogsminilist.highlight-blog .placement-inner .blog-posts-list .blog-posts-post {
  float: left;
  width: 25%;
  padding: 0.5em 1em;
  border-radius: 8px;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out;
}
.col .type-blogsminilist.highlight-blog .placement-inner .blog-posts-list .blog-posts-post {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .type-blogsminilist.highlight-blog .placement-inner .blog-posts-list .blog-posts-post {
    flex: 1 1 40%;
    margin: 0.5em;
    float: none;
    display: flex;
    border-radius: 8px;
    background: #fff;
  }
}
.type-blogsminilist.highlight-blog .placement-inner .blog-posts-list .blog-posts-post:hover {
  opacity: 0.85;
}
.type-blogsminilist.highlight-blog .placement-inner .blog-posts-list .blog-posts-post .content-main-image {
  padding-top: 67%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  border-radius: 8px 8px 0 0;
}
.type-blogsminilist.highlight-blog .placement-inner .blog-posts-list .blog-posts-post .content-main-image img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .type-blogsminilist.highlight-blog .placement-inner .blog-posts-list .blog-posts-post .content-main-image {
    margin: -1em -1em 0 -1em;
  }
}
.type-blogsminilist.highlight-blog .placement-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper {
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding: 1em;
}
@media only screen and (max-width: 768px) {
  .type-blogsminilist.highlight-blog .placement-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper {
    padding: 0.5em 0 0 0;
  }
}
.type-blogsminilist.highlight-blog .placement-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper .blog-post-summary {
  display: none;
}
.type-blogsminilist.highlight-blog .placement-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper .post-meta {
  margin: 0;
  padding: 6px 0 4px 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .type-blogsminilist.highlight-blog .placement-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper .post-meta {
    margin-top: 0.5em;
  }
}
.type-blogsminilist.highlight-blog .placement-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper .post-meta .post-time,
.type-blogsminilist.highlight-blog .placement-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper .post-meta .post-author {
  display: none;
}
.type-blogsminilist.highlight-blog .placement-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper .post-title {
  color: #4d4d4d;
  display: block;
  min-height: 5.6em;
}
.type-blogsminilist.highlight-blog .placement-inner .blog-page-link {
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.type-blogsminilist.highlight-blog .placement-inner .blog-page-link a {
  color: #fff;
  background-color: #fff;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
  color: #4d4d4d;
  padding: 0.9em 1.8em 0.7em 1.8em;
}
.type-blogsminilist.highlight-blog .placement-inner .blog-page-link a:hover,
.type-blogsminilist.highlight-blog .placement-inner .blog-page-link a:focus {
  background-color: #e6e6e6;
}
@media only screen and (max-width: 768px) {
  .type-blogsminilist.highlight-blog .placement-inner .blog-page-link a {
    display: block;
    text-align: center;
  }
}
.type-blogsminilist.highlight-blog .placement-inner .blog-page-link a:hover,
.type-blogsminilist.highlight-blog .placement-inner .blog-page-link a:focus,
.type-blogsminilist.highlight-blog .placement-inner .blog-page-link a:active {
  background: #8DD3F0;
}
.accordion-base {
  margin: 0.5em 0 0.5em 0;
  padding: 0;
}
.accordion-base .placement-inner {
  padding: 0;
  position: relative;
}
.accordion-base .placement-inner .content-headline {
  position: relative;
  padding: 1em 4em 1em 1em;
  cursor: pointer;
  transition: box-shadow 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.accordion-base .placement-inner .content-headline:hover,
.accordion-base .placement-inner .content-headline:focus,
.accordion-base .placement-inner .content-headline:active {
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.3);
  opacity: 0.9;
}
.accordion-base .placement-inner .content-headline:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  display: inline-block;
  position: absolute;
  top: 0.45em;
  right: 0.5em;
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  .accordion-base .placement-inner .content-headline:before {
    top: 0.2em;
  }
}
@media only screen and (max-width: 768px) {
  .accordion-base .placement-inner .content-headline {
    padding: 0.75em 4em 0.75em 0.75em;
  }
}
.accordion-base .placement-inner .content-headline.open:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f106";
  display: inline-block;
}
.accordion-base .placement-inner .content-headline h2,
.accordion-base .placement-inner .content-headline h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .accordion-base .placement-inner .content-headline h2,
  .accordion-base .placement-inner .content-headline h3 {
    font-size: 16px;
  }
}
.accordion-base .placement-inner .content-wrapper-inner {
  background-color: #f6f6f6;
  padding: 1em 2.5em;
  display: none;
}
.col .accordion-base .placement-inner .content-wrapper-inner {
  padding: 1em;
}
.placement-row-2-up .accordion-base .placement-inner .content-wrapper-inner,
.placement-row-3-up .accordion-base .placement-inner .content-wrapper-inner,
.placement-row-4-up .accordion-base .placement-inner .content-wrapper-inner,
.placement-row-5-up .accordion-base .placement-inner .content-wrapper-inner {
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .accordion-base .placement-inner .content-wrapper-inner {
    padding: 0.75em;
  }
}
.accordion-color-2 .content-headline {
  background-color: #005EB8 !important;
  color: #fff;
}
.accordion-color-22 .content-headline {
  background-color: #8DD3F0 !important;
  color: #fff;
}
.accordion-color-23 .content-headline {
  background-color: #4D8ECD !important;
  color: #fff;
}
.accordion-color-24 .content-headline {
  background-color: #E35F55 !important;
  color: #fff;
}
.accordion-color-25 .content-headline {
  background-color: #9980B9 !important;
  color: #fff;
}
.accordion-color-26 .content-headline {
  background-color: #d11e79 !important;
  color: #fff;
}
#container .solid-base .placement-inner {
  padding: 1em;
  color: #fff;
}
#container .solid-base .placement-inner .content-headline h2,
#container .solid-base .placement-inner .content-headline h3 {
  color: #fff;
  margin-top: 0;
}
#container .solid-base .placement-inner .content-wrapper-inner {
  color: #fff;
}
#container .solid-base .placement-inner .content-wrapper-inner a {
  color: #fff;
  text-decoration: underline;
}
#container .solid-base .placement-inner .content-wrapper-inner a:hover,
#container .solid-base .placement-inner .content-wrapper-inner a:focus,
#container .solid-base .placement-inner .content-wrapper-inner a:active {
  text-decoration: none;
}
#container .solid-base .placement-inner .content-wrapper-inner .cta {
  color: #fff;
  padding: 0.6em 1.2em 0.4em 1.2em;
  border: solid 2px #fff;
  border-radius: 0;
  box-shadow: none;
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  border-radius: 4px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #container .solid-base .placement-inner .content-wrapper-inner .cta {
    border: solid 1px #fff;
  }
}
#container .solid-base .placement-inner .content-wrapper-inner .cta:hover,
#container .solid-base .placement-inner .content-wrapper-inner .cta:focus,
#container .solid-base .placement-inner .content-wrapper-inner .cta:active {
  background: #fff;
  color: #fff !important;
}
#container .solid-base .placement-inner .content-wrapper-inner .cta:hover,
#container .solid-base .placement-inner .content-wrapper-inner .cta:focus,
#container .solid-base .placement-inner .content-wrapper-inner .cta:active {
  color: #4d4d4d;
}
#container .solid-base .placement-inner .content-wrapper-inner button,
#container .solid-base .placement-inner .content-wrapper-inner input[type="submit"] {
  color: #fff;
  background-color: #fff;
  padding: 0.6em 1.2em 0.5em 1.2em;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border: none;
  outline: none !important;
  transition: background 0.25s ease-in-out;
  text-decoration: none !important;
  border-radius: 4px;
}
#container .solid-base .placement-inner .content-wrapper-inner button:hover,
#container .solid-base .placement-inner .content-wrapper-inner input[type="submit"]:hover,
#container .solid-base .placement-inner .content-wrapper-inner button:focus,
#container .solid-base .placement-inner .content-wrapper-inner input[type="submit"]:focus {
  background-color: #e6e6e6;
}
@media only screen and (max-width: 768px) {
  #container .solid-base .placement-inner .content-wrapper-inner button,
  #container .solid-base .placement-inner .content-wrapper-inner input[type="submit"] {
    display: block;
    text-align: center;
  }
}
#container .solid-base .placement-inner .content-wrapper-inner blockquote,
#container .solid-base .placement-inner .content-wrapper-inner table th,
#container .solid-base .placement-inner .content-wrapper-inner .progressbar {
  background: rgba(0, 0, 0, 0.15);
}
#container .solid-base .placement-inner .content-wrapper-inner * {
  border-color: rgba(0, 0, 0, 0.25);
}
#container .solid-base .placement-inner .content-wrapper-inner table th {
  color: #fff;
}
#container .solid-base .placement-inner .content-wrapper-inner table tbody tr:nth-child(2n) td {
  background: rgba(0, 0, 0, 0.08);
}
#container .solid-base .placement-inner .content-wrapper-inner .form legend,
#container .solid-base .placement-inner .content-wrapper-inner .form .labelman {
  color: #fff;
}
#container .solid-base .poll-result-bar div {
  background: rgba(255, 255, 255, 0.9) !important;
}
#container .solid-color-2 .placement-inner .content-item {
  background-color: #005EB8;
}
#container .solid-color-2 .placement-inner .content-wrapper-inner button,
#container .solid-color-2 .placement-inner .content-wrapper-inner input[type="submit"] {
  color: #005EB8 !important;
}
#container .solid-color-2.type-popupplacement .content-item {
  border-color: #005EB8 !important;
}
#container .solid-color-22 .placement-inner .content-item {
  background-color: #8DD3F0;
}
#container .solid-color-22 .placement-inner .content-wrapper-inner button,
#container .solid-color-22 .placement-inner .content-wrapper-inner input[type="submit"] {
  color: #8DD3F0 !important;
}
#container .solid-color-22.type-popupplacement .content-item {
  border-color: #8DD3F0 !important;
}
#container .solid-color-23 .placement-inner .content-item {
  background-color: #4D8ECD;
}
#container .solid-color-23 .placement-inner .content-wrapper-inner button,
#container .solid-color-23 .placement-inner .content-wrapper-inner input[type="submit"] {
  color: #4D8ECD !important;
}
#container .solid-color-23.type-popupplacement .content-item {
  border-color: #4D8ECD !important;
}
#container .solid-color-24 .placement-inner .content-item {
  background-color: #E35F55;
}
#container .solid-color-24 .placement-inner .content-wrapper-inner button,
#container .solid-color-24 .placement-inner .content-wrapper-inner input[type="submit"] {
  color: #E35F55 !important;
}
#container .solid-color-24.type-popupplacement .content-item {
  border-color: #E35F55 !important;
}
#container .solid-color-25 .placement-inner .content-item {
  background-color: #9980B9;
}
#container .solid-color-25 .placement-inner .content-wrapper-inner button,
#container .solid-color-25 .placement-inner .content-wrapper-inner input[type="submit"] {
  color: #9980B9 !important;
}
#container .solid-color-25.type-popupplacement .content-item {
  border-color: #9980B9 !important;
}
#container .solid-color-26 .placement-inner .content-item {
  background-color: #d11e79;
}
#container .solid-color-26 .placement-inner .content-wrapper-inner button,
#container .solid-color-26 .placement-inner .content-wrapper-inner input[type="submit"] {
  color: #d11e79 !important;
}
#container .solid-color-26.type-popupplacement .content-item {
  border-color: #d11e79 !important;
}
.grid-list .content-items-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.grid-list .content-items-list .list-content-item {
  flex: 0 1 302px;
  position: relative;
  max-width: 33.333%;
  padding: 1em;
}
.grid-list .content-items-list .list-content-item:last-child {
  padding-bottom: 1em;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 1300px) {
  .grid-list .content-items-list .list-content-item {
    max-width: none;
  }
}
.grid-list .content-items-list .list-content-item .content-item-container {
  padding: 1em;
  background: #E35F55;
  height: 100%;
  color: #fff;
}
.grid-list .content-items-list .list-content-item .content-item-container .content-main-image {
  text-align: center;
  background: #fff;
  margin: -1em -1em 1em -1em;
  float: none;
  max-width: none;
}
.grid-list .content-items-list .list-content-item .content-item-container .content-main-image img {
  width: 100%;
  transition: opacity 0.4s ease-in-out;
}
.grid-list .content-items-list .list-content-item .content-item-container .content-main-image:hover img,
.grid-list .content-items-list .list-content-item .content-item-container .content-main-image:focus img,
.grid-list .content-items-list .list-content-item .content-item-container .content-main-image:active img {
  opacity: 0.7;
}
.grid-list .content-items-list .list-content-item .content-item-container h3 {
  margin: 0 0 0.3em 0;
}
.grid-list .content-items-list .list-content-item .content-item-container h3 a {
  color: #fff;
}
#container .footer-login {
  position: relative;
  width: auto !important;
}
@media only screen and (max-width: 768px) {
}
#container .footer-login .close-overlay {
  display: none;
}
@media only screen and (max-width: 768px) {
  #container .footer-login .close-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background-color: #c0392b;
    text-align: center;
  }
  #container .footer-login .close-overlay:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    display: inline-block;
    color: #fff;
    line-height: 46px;
    font-size: 30px;
  }
}
#container .footer-login .placement-inner {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 0;
  z-index: 9998;
  text-align: left;
  margin: 0;
  padding: 1em;
  background: #fff;
  width: 300px;
  border: solid 1px #ddd;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 768px) {
  #container .footer-login .placement-inner {
    display: none;
    z-index: 999999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 5%;
    right: 5%;
    box-shadow: 0 0 70px 50px rgba(0, 0, 0, 0.6);
    max-width: none;
    width: auto;
    height: 100vh;
    padding: 50px 1em 65px 1em;
    overflow-y: auto;
  }
}
#container .footer-login .placement-inner .content-headline {
  display: none;
}
@media only screen and (max-width: 768px) {
  #container .footer-login .placement-inner .content-headline {
    display: block;
  }
}
#container .footer-login .placement-inner .login-wrapper .labelman {
  display: none;
}
#container .footer-login .placement-inner .login-wrapper .login-button-wrapper .login-submit {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}
#container .footer-login .placement-inner .login-wrapper .login-button-wrapper .login-submit span {
  color: #fff;
}
#container .footer-login .placement-inner .login-wrapper .login-button-wrapper a.login-button {
  padding: 0;
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 0.5em;
}
#container .footer-login .placement-inner .login-wrapper .login-button-wrapper a.forgot-password {
  margin-bottom: 0;
}
.login-switch-wrapper {
  display: inline-block;
}
@media only screen and (max-width: 1300px) {
  .login-switch-wrapper {
    padding: 0 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  .login-switch-wrapper {
    padding: 0 0.5em;
  }
}
/*.login-switch-wrapper {
	display: inline-block;
	position: relative;
	.login-open & {
		z-index: 9999;
	}
	@media @mobile {
		display: none;
		float: right;
		z-index: 10000;
		position: static;
	}
	.login-switch {
		display: block;
		padding: 0.3em 2em 0.3em 0.8em;
		color: @text-color;
		border: solid 2px @text-color;
		border-radius: 4px;
		outline: none !important;
		position: relative;
		text-decoration: none;
		@media @mobile {
			padding: 0.3em 2em 0.3em 0.6em;
			font-size: 14px;
		}
		&:hover {
			background-color: @color1;
			color: @bright-white;
			&:before {
				color: @bright-white;
			}
		}
		&:before {
			position: absolute;
			right: 0;
			top: 0;
			.add-icon("f007");
			color: @text-color;
			font-size: 19px;
			line-height: 27px;
			padding-right: 0.4em;
		}
	}
	&.open {
		.login-switch {
			border-color: @text-color !important;
			color: @text-color !important;
			&:before {
				color: @text-color !important;
			}
		}
	}
}*/
.left-floater {
  display: inline-block;
  width: auto;
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 999;
  transform: rotate(270deg) translateY(-439%);
}
#container .left-floater {
  width: auto;
}
.left-floater .menu > li {
  background: blue;
}
.left-floater .menu > li:not(:last-child) {
  margin-right: 1em;
}
.charity-buttons {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 999;
  padding: 0.75em;
  transform: rotate(270deg) translate(0, -375%);
  left: 213px;
  z-index: 23;
  overflow: visible;
  width: 600px;
  display: flex;
  top: 40%;
  left: 0.3em;
}
@media only screen and (max-width: 768px) {
  .charity-buttons {
    display: flex;
    position: static;
    transform: none;
    border-top: 2px solid #ececec;
    max-width: 100vw;
    overflow: hidden;
    justify-content: space-evenly;
  }
}
.charity-buttons a {
  color: #fff;
  padding: 0.75em 1.5em;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: 0.4s ease all;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .charity-buttons a {
    padding: 0.5em 1em;
    border-radius: 15px;
  }
}
.charity-buttons a:first-child {
  background-color: #5F259F;
}
.charity-buttons a:first-child:hover,
.charity-buttons a:first-child:active,
.charity-buttons a:first-child:focus {
  background-color: rgba(95, 37, 159, 0.75);
  transition: 0.4s ease all;
  text-decoration: none;
}
.charity-buttons a:nth-child(2) {
  background-color: #E31933;
}
.charity-buttons a:nth-child(2):hover,
.charity-buttons a:nth-child(2):active,
.charity-buttons a:nth-child(2):focus {
  background-color: rgba(227, 25, 51, 0.75);
  transition: 0.4s ease all;
  text-decoration: none;
}
.charity-buttons a:not(:last-child) {
  margin-right: 0.5em;
}
.charity-buttons a.womens-charity-btn:after {
  content: '';
  width: 1em;
  height: auto;
  background-image: url(/base-install/images/_site/icons/heart-icon.png);
  width: 22px;
  height: 30px;
  display: block;
  transform: rotate(90deg);
  margin: -5px 1px 1px 16px;
}
@media only screen and (max-width: 768px) {
  .charity-buttons a.womens-charity-btn:after {
    display: none;
  }
}
.charity-buttons a.childrens-charity-btn:after {
  content: '';
  width: 1em;
  height: auto;
  background-image: url(/base-install/images/_site/icons/balloon-icon.png);
  width: 15px;
  height: 31px;
  display: block;
  transform: rotate(90deg);
  margin: -5px 1px 1px 16px;
}
@media only screen and (max-width: 768px) {
  .charity-buttons a.childrens-charity-btn:after {
    display: none;
  }
}
.slideshow-mini-imgs {
  height: 370px;
}
@media only screen and (max-width: 768px) {
  .slideshow-mini-imgs {
    height: auto;
  }
}
.slideshow-mini-imgs .decoration-right {
  display: none;
}
#container .slideshow-mini-imgs .slider {
  height: 370px;
}
@media only screen and (max-width: 768px) {
  #container .slideshow-mini-imgs .slider {
    height: auto;
    padding-top: 0;
  }
}
#container .slideshow-mini-imgs .slider .individual-slides {
  height: 370px;
}
@media only screen and (max-width: 768px) {
  #container .slideshow-mini-imgs .slider .individual-slides {
    height: auto !important;
    position: relative !important;
  }
}
#container .slideshow-mini-imgs .slider .individual-slides .slide-img-wrapper {
  background-size: contain;
  background-position: right;
}
#container .slideshow-mini-imgs .slider .individual-slides .slide-text-container {
  width: 55%;
  height: 100%;
  color: #fff;
  padding: 1em 3em;
  padding-right: 207px;
  background-image: url('/base-install/images/_site/misc-images/slide-wrapper-bg-img.png');
}
@media only screen and (max-width: 768px) {
  #container .slideshow-mini-imgs .slider .individual-slides .slide-text-container {
    display: block;
    width: 100%;
    padding: 1em;
    position: static;
    opacity: 1;
  }
}
#container .slideshow-mini-imgs .slider .individual-slides .slide-text-container h2 {
  font-size: 4rem;
  margin-bottom: 0.5em;
}
#container .slideshow-mini-imgs .slider .individual-slides .slide-text-container .cta {
  background-color: #fff;
  color: #4d4d4d;
  border: none;
  margin-top: 1em;
}
#container .slideshow-mini-imgs .slider .individual-slides .slide-text-container .cta:hover,
#container .slideshow-mini-imgs .slider .individual-slides .slide-text-container .cta:active,
#container .slideshow-mini-imgs .slider .individual-slides .slide-text-container .cta:focus {
  background: #0072CE;
}
#container .slideshow-mini-imgs .slider .individual-slides .slide-text-container:after {
  width: 291px;
  height: 371px;
  content: '';
  right: 0;
  top: 0;
  position: absolute;
  transform: translateX(29%);
  background-image: url('/base-install/images/_site/misc-images/blue-fill.png');
}
@media only screen and (max-width: 768px) {
  #container .slideshow-mini-imgs .slider .individual-slides .slide-text-container:after {
    display: none;
  }
}
#container .slideshow-mini-imgs .slider .individual-slides .slide-text-container .mini-img-1,
#container .slideshow-mini-imgs .slider .individual-slides .slide-text-container .mini-img-2 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 200px !important;
  height: 155px !important;
  object-fit: contain;
  object-position: center;
}
@media only screen and (max-width: 768px) {
  #container .slideshow-mini-imgs .slider .individual-slides .slide-text-container .mini-img-1,
  #container .slideshow-mini-imgs .slider .individual-slides .slide-text-container .mini-img-2 {
    display: none;
  }
}
#container .slideshow-mini-imgs .slider .individual-slides .slide-text-container .mini-img-2 {
  right: -117px;
  width: 247px !important;
  height: 350px !important;
}
.slideshow-mini-imgs .slider-controls {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: unset;
  height: 100%;
  left: 0;
  transform: unset;
  background: none;
  display: flex;
  align-items: center;
  pointer-events: none;
  z-index: 3;
}
.slideshow-mini-imgs .slider-controls li {
  pointer-events: all;
}
.slideshow-mini-imgs .slider-controls li a {
  text-indent: unset;
  display: block;
  font-size: 0;
  font-weight: bold;
  color: #fff;
  background-image: none !important;
  height: auto;
  width: auto;
  transition: 0.4s ease all;
  text-decoration: none !important;
  display: flex;
}
.slideshow-mini-imgs .slider-controls li a:hover,
.slideshow-mini-imgs .slider-controls li a:focus,
.slideshow-mini-imgs .slider-controls li a:active {
  color: #41B6E6;
  transition: 0.4s ease all;
}
.slideshow-mini-imgs .slider-controls li:nth-child(1) {
  font-weight: bold;
  background: #0A5DBC;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow-mini-imgs .slider-controls li:nth-child(1) a {
  margin: 0;
  margin-left: 3rem;
}
.slideshow-mini-imgs .slider-controls li:nth-child(1) a:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  display: inline-block;
  font-size: 3rem;
}
.slideshow-mini-imgs .slider-controls li:nth-child(2) {
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 7%;
}
.slideshow-mini-imgs .slider-controls li:nth-child(2) a {
  margin: 0;
  margin-left: 3rem;
}
.slideshow-mini-imgs .slider-controls li:nth-child(2) a:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04c";
  display: inline-block;
  font-size: 3rem;
  font-size: 2rem;
  margin-right: 0.5em;
}
.slideshow-mini-imgs .slider-controls li:nth-child(3) {
  margin-left: auto;
  font-weight: bold;
  background: #0A5DBC;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  transform: translateX(50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow-mini-imgs .slider-controls li:nth-child(3) a:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  font-size: 3rem;
  margin-right: 3rem;
}
.error-404 #main-content {
  padding: 0;
}
.error-404 .container {
  padding-bottom: 0;
  min-height: 0;
}
.error-404 .wrapper-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 95vh;
}
@media only screen and (max-width: 768px) {
  .error-404 .wrapper-inner {
    height: auto;
  }
}
.error-404 .wrapper-inner #brand-row {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 2em;
}
@media only screen and (max-width: 768px) {
  .error-404 .wrapper-inner #brand-row {
    padding: 1em 1em 0 1em;
  }
}
.error-404 .wrapper-inner #brand-row #logotype {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .error-404 .wrapper-inner #brand-row #logotype a {
    max-width: 200px;
    display: inline-block;
  }
}
.error-404 .wrapper-inner #hero-row {
  flex: 1 1 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.error-404 .wrapper-inner #hero-row .container {
  padding: 2em 0 2.5em 2em;
  border-left: solid 1px #ddd;
}
@media only screen and (max-width: 768px) {
  .error-404 .wrapper-inner #hero-row .container {
    border-left: none;
    padding: 1em;
  }
}
.error-404 .wrapper-inner #hero-row .page-headline {
  font-size: 200%;
  margin-top: 0;
}
.error-404 .wrapper-inner #hero-row .search-headline {
  display: none;
}
.error-404 .wrapper-inner #hero-row .form-wrapper {
  margin-top: 1.5em;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs {
  position: relative;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs input[type="text"],
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs input[type="search"] {
  padding: 0.5em;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs label {
  display: none;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs .submit-wrap {
  position: absolute;
  top: 3px;
  right: 6px;
  height: 35px;
  width: 35px;
  transition: opacity 0.33s ease-in-out;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs .submit-wrap:hover,
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs .submit-wrap:focus,
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs .submit-wrap:active {
  opacity: 0.7;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs .submit-wrap:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  font-size: 25px;
  line-height: 1;
  color: #005EB8;
  pointer-events: none;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 35px;
  height: 35px;
}
.error-404 .wrapper-inner #hero-row .form-wrapper .search-inputs .submit-wrap input[type="submit"] {
  background-color: transparent;
  border: none;
  font-size: 0;
  color: transparent;
  /*background-image: url("/base-install/images/_site/icons/search-white.png");
							background-repeat: no-repeat;
							background-size: contain;*/
  width: 100%;
  height: 100%;
}
.error-404 #footer-row .footer-list {
  float: left;
  width: 50%;
  color: #ddd;
  font-size: 85%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.error-404 #footer-row .footer-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.error-404 #footer-row .footer-list.copyright {
  text-align: right;
  padding-right: 1em;
  border-right: solid 2px #ddd;
}
.error-404 #footer-row .footer-list.verseone-credit {
  padding-left: 1em;
}
.error-404 #footer-row .footer-list.verseone-credit a {
  color: #ddd;
  text-decoration: underline;
}
.error-404 #footer-row .footer-list.verseone-credit a:hover {
  text-decoration: none;
}
.home-page .sidemenu-parent {
  display: none;
}
.home-page #site-content-top-row .type-general {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .home-page #site-content-top-row .type-general .placement-inner {
    margin: 0;
  }
}
.home-page #site-content-top-row .site-search {
  background: #ddd;
  padding: 0.75em 0;
}
.home-page #site-content-top-row .site-search .content-headline,
.home-page #site-content-top-row .site-search label,
.home-page #site-content-top-row .site-search .advanced-search {
  display: none;
}
.home-page #site-content-top-row .site-search form {
  padding: 0 30%;
}
@media only screen and (max-width: 768px) {
  .home-page #site-content-top-row .site-search form {
    padding: 0 10%;
  }
}
.home-page #site-content-top-row .site-search form .search-inputs {
  position: relative;
}
.home-page #site-content-top-row .site-search form .search-inputs input[type="search"],
.home-page #site-content-top-row .site-search form .search-inputs input[type="text"] {
  width: 100% !important;
  border-radius: 4px;
  font-size: 120%;
  border-color: transparent;
  padding: 0.5em 40px 0.4em 0.5em;
}
@media only screen and (max-width: 768px) {
  .home-page #site-content-top-row .site-search form .search-inputs input[type="search"],
  .home-page #site-content-top-row .site-search form .search-inputs input[type="text"] {
    font-size: 100%;
  }
}
.ie7 .home-page #site-content-top-row .site-search form .search-inputs input[type="search"],
.ie7 .home-page #site-content-top-row .site-search form .search-inputs input[type="text"],
.ie8 .home-page #site-content-top-row .site-search form .search-inputs input[type="search"],
.ie8 .home-page #site-content-top-row .site-search form .search-inputs input[type="text"] {
  border: none !important;
}
.home-page #site-content-top-row .site-search form .search-inputs .submit-wrap {
  position: absolute;
  top: 5px;
  right: 7px;
}
@media only screen and (max-width: 768px) {
  .home-page #site-content-top-row .site-search form .search-inputs .submit-wrap {
    top: 0;
  }
}
.home-page #site-content-top-row .site-search form .search-inputs .submit-wrap input {
  background-color: transparent;
  border: none;
  background-image: url("/base-install/images/_site/icons/search-blue.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
  font-size: 0;
  color: transparent;
  width: 32px;
  height: 32px;
  transition: opacity 0.3s ease-in-out;
}
.home-page #site-content-top-row .site-search form .search-inputs .submit-wrap input:hover,
.home-page #site-content-top-row .site-search form .search-inputs .submit-wrap input:focus,
.home-page #site-content-top-row .site-search form .search-inputs .submit-wrap input:active {
  opacity: 0.7;
}
.ie7.home-page #site-content-top-row .site-search form .search-inputs .submit-wrap input,
.ie8.home-page #site-content-top-row .site-search form .search-inputs .submit-wrap input {
  background-image: url("/base-install/images/_site/icons/search-blue-32.png") !important;
}
.home-page .placement-row-2-up .accented {
  padding-top: 4px;
}
.home-page .placement-row-2-up .accented .placement-inner {
  margin-right: 2px;
}
@media only screen and (max-width: 768px) {
  .home-page .placement-row-2-up .accented .placement-inner {
    margin-right: 0.5em;
  }
}
.home-page .placement-row-2-up .accented.last-child .placement-inner {
  margin-left: 2px;
  margin-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  .home-page .placement-row-2-up .accented.last-child .placement-inner {
    margin-left: 0.5em;
  }
}
.home-page .accented .placement-inner {
  padding: 1em 3em;
}
.home-page .accented .content-wrapper-inner {
  position: relative;
}
.home-page .accented .content-headline h2 {
  font-size: 200%;
  max-width: 60%;
}
@media only screen and (max-width: 768px) {
  .home-page .accented .content-headline h2 {
    font-size: 150%;
    max-width: none;
  }
}
.home-page .accented .content-main-image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 40%;
}
@media only screen and (max-width: 768px) {
  .home-page .accented .content-main-image {
    position: static;
    max-width: 30%;
    top: 0;
    max-height: 110px;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .home-page .accented .content-main-image img {
    max-height: 110px;
  }
}
.ie7.home-page .accented .content-main-image,
.ie8.home-page .accented .content-main-image {
  position: static !important;
  float: right !important;
}
.home-page .accented .main-editor-output > p:first-child {
  max-width: 55%;
  font-size: 120%;
  min-height: 9.6em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .home-page .accented .main-editor-output > p:first-child {
    min-height: 0;
    max-width: 60%;
    font-size: 100%;
    text-align: left;
    clear: none;
  }
}
.home-page .accented .main-editor-output .cta {
  margin-left: 2em;
}
@media only screen and (max-width: 768px) {
  .home-page .accented .main-editor-output .cta {
    margin-left: 0;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1.5em;
  }
}
.home-page .accented .main-editor-output p {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .home-page .accented .main-editor-output p {
    text-align: center;
    clear: both;
  }
}
.home-page .accented .main-editor-output sub {
  display: block;
  border-top: solid 1px #ddd;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .home-page .accented .main-editor-output .btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .home-page .main-article-area-7 {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .home-page .main-article-area-7 .placement-row-wrapper:nth-child(1) {
    order: 2;
  }
  .home-page .main-article-area-7 .placement-row-wrapper:nth-child(2) {
    order: 3;
  }
  .home-page .main-article-area-7 .placement-row-wrapper:nth-child(3) {
    order: 1;
  }
  .home-page .main-article-area-7 .placement-row-wrapper:nth-child(4) {
    order: 4;
  }
  .home-page .main-article-area-7 .placement-row-wrapper:nth-child(5) {
    order: 5;
  }
}
.home-page .character-menu .content-headline {
  border-top: solid 1px #ececec;
}
.home-page .carousel-menu .content-headline {
  border-top: solid 1px #ececec;
}
.home-page .carousel-menu .content-headline h2,
.home-page .carousel-menu .content-headline h3 {
  text-align: center;
  font-size: 250%;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 768px) {
  .home-page .carousel-menu .content-headline h2,
  .home-page .carousel-menu .content-headline h3 {
    font-size: 180%;
  }
}
.home-page iframe[src*="youtube"] {
  width: 100%;
}
.home-page .middle .placement-row-2-up .type-textcontent.default .content-headline h2,
.home-page .middle .placement-row-2-up .thumbnail-blog .content-headline h2,
.home-page .middle .placement-row-2-up .thumbnail-menu .content-headline h2,
.home-page .middle .placement-row-2-up .type-textcontent.default .content-headline h3,
.home-page .middle .placement-row-2-up .thumbnail-blog .content-headline h3,
.home-page .middle .placement-row-2-up .thumbnail-menu .content-headline h3 {
  text-align: left;
  font-size: 200%;
  margin-top: 0em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .home-page .middle .placement-row-2-up .type-textcontent.default .content-headline h2,
  .home-page .middle .placement-row-2-up .thumbnail-blog .content-headline h2,
  .home-page .middle .placement-row-2-up .thumbnail-menu .content-headline h2,
  .home-page .middle .placement-row-2-up .type-textcontent.default .content-headline h3,
  .home-page .middle .placement-row-2-up .thumbnail-blog .content-headline h3,
  .home-page .middle .placement-row-2-up .thumbnail-menu .content-headline h3 {
    font-size: 100%;
  }
}
.home-page .middle .placement-row-2-up .type-textcontent.default .placement-inner {
  padding-right: 1em;
}
@media only screen and (max-width: 768px) {
  .home-page .middle .placement-row-2-up .type-textcontent.default .placement-inner {
    padding-right: 0;
  }
}
.home-page .middle .placement-row-2-up .thumbnail-blog,
.home-page .middle .placement-row-2-up .thumbnail-menu {
  border-left: solid 1px #ececec;
}
.home-page .middle .placement-row-2-up .thumbnail-blog .placement-inner,
.home-page .middle .placement-row-2-up .thumbnail-menu .placement-inner {
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  .home-page .middle .placement-row-2-up .thumbnail-blog .placement-inner,
  .home-page .middle .placement-row-2-up .thumbnail-menu .placement-inner {
    padding-left: 0;
  }
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden,
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden .focusable:active,
.visuallyhidden .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix:after {
  clear: both;
}
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 13pt;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=styles.css.map */