@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

/* variables */
:root{
  /* colors */
  --blue: #2789c2;
  --blue2: #2789c2;
  --deep-blue: #0678ba;
  --deep-blue2: #04598a;
  --light-blue: #a4c0e3;
  --green: #32db56;
  --grey: #888;
  --light-grey: #ccc;
  --pink: #ffd8dd;
  --deep-pink: #c94758;


  /* layout */

  --padding-sm: 0.4em;
  --padding: 0.6em;
  --margin: 1em;
  --margin-bg: 1.6em;
}
/*  Site CSS   */
/* =Base, reset, normalize
-----------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal; }

/* Structure tags */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

/* Responsive images and other embedded objects */
img,
object,
embed,
video,
iframe {
  width: auto;
  max-width: 100%; }

/* Responsive images aspect ratio */
img,
video,
iframe {
  height: auto; }

/* To prevent some browsers from inserting quotes on q and p */
blockquote, q {
  quotes: none; }

blockquote p:before,
blockquote p:after,
q:before,
q:after {
  content: '';
  content: none; }

/* Table reset */
table {
  border-collapse: collapse;
  border-spacing: 0; }

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

thead th,
thead td {
  font-weight: bold;
  vertical-align: bottom; }

/* Image inside */
a img, th img, td img {
  vertical-align: top; }

/* Webkit browsers reset margin */
button,
input,
select,
textarea {
  margin: 0; }

textarea {
  overflow: auto; }

/* Normalize buttons in IE */
button {
  width: auto;
  overflow: visible; }

/* Hand cursor on clickable controls */
input[type=button],
input[type=submit],
button {
  cursor: pointer; }

/* Trick with vertical align for radio and checkbox  */
input[type="radio"],
input[type="checkbox"] {
  font-size: 110%; }

/* Horizontal rule reset  */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd; 
}

/* Clearfix */
.group {
  zoom: 1\9; }
  .group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* =Typography
-----------------------------------------------------------------------------*/
body {
  background: white;
  color: black;
  font-size: 1.1em;
  line-height: 1.5em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
  font-weight: 300;
}

a {
  color: #2789c2; }

a:hover {
  color: #164d6d; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 0.5em; }

h1 {
  letter-spacing: -1px;
  font-size: 2.25em;
  line-height: 1em; }

h2 {
  font-size: 1.625em;
  line-height: 1.1em; }

h3 {
  font-size: 1.25em;
  line-height: 1.3em; }

h4 {
  font-size: 1.0625em;
  line-height: 1.3em; }

h5 {
  font-size: 0.9375em;
  line-height: 1.3em; }

h6 {
  font-size: 0.875em;
  line-height: 1.2em;
  text-transform: uppercase; }

hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4 {
  margin-bottom: .1em; }

p,
ul,
ol,
dl,
dd,
dt,
blockquote,
td,
th {
  line-height: 1.4em; 
}

ul,
ol,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0 0 0 2em; }

ol ol li {
  list-style-type: lower-alpha; }

ol ol ol li {
  list-style-type: lower-roman; }

p,
ul,
ol,
dl,
blockquote,
pre,
hgroup,
table,
form,
fieldset {
  margin-bottom: 1.5em; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 1em; }

blockquote {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  border-left: 1px solid #ccc;
  color: #666; }

blockquote small, cite {
  font-style: italic; }

blockquote p {
  margin-bottom: 1em;
  font-style: italic; }

small, .small,
blockquote cite {
  font-size: 0.85em;
  line-height: 1; }

blockquote .pull-right, .row blockquote .pull-right {
  float: none;
  text-align: right;
  display: block; }

address {
  font-style: italic; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

strong,
b {
  font-weight: bold; }

em,
i {
  font-style: italic; }

sub,
sup {
  font-size: 0.7em;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

figcaption {
  font-size: 0.85em;
  font-style: italic; }

ins,
mark {
  background-color: #ffee55;
  color: black;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-size: 90%;
  font-family: Menlo, Monaco, monospace, sans-serif; }

pre {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 1.5em;
  white-space: pre;
  overflow: auto; }

code {
  padding: 2px 3px;
  display: inline-block;
  line-height: 1;
  background: #f8f8f8;
  border: 1px solid #ddd; }

kbd {
  padding: 0 6px;
  border-radius: 4px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px white inset;
  background-color: #fafafa;
  border-color: #ccc #ccc white;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  color: #444;
  font-weight: bold;
  white-space: nowrap; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  font-size: 13px; 
  color: var(--deep-blue2);
}

fieldset {
  padding: 2em 1.5em;
  margin-bottom: 1.5em;
  border: 1px solid #dddddd; }

legend {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 1em; }

tfoot th, tfoot td {
  background-color: #f2f2f2; }

th, td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.75em 0.5em; }

/* =Typography------------------------------------------------------------------------------*/
body {
  font-family: "Geologica", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #222222; }

h1 {
  font-size: 2.25em;
  line-height: 1em; }

h2 {
  font-size: 1.625em;
  line-height: 1.1em; }

h3 {
  font-size: 1.25em;
  line-height: 1.3em; }

h4 {
  font-size: 1.0625em;
  line-height: 1.3em; }

h5 {
  font-size: 0.9375em;
  line-height: 1.3em; }

h6 {
  font-size: 0.875em;
  line-height: 1.3em;
  text-transform: uppercase; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  text-rendering: optimizeLegibility; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--deep-blue); 
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: var(--blue);
}

h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6,
h1 + h3, h2 + h4, h3 + h5, h4 + h6,
h1 + h4, h2 + h5, h3 + h6 {
  margin-top: 0;
  margin-bottom: 0.9em; }

p + h2, p + h3, p + h4, p + h5, p + h6,
ul + h2, ul + h3, ul + h4, ul + h5, ul + h6,
div + h2, div + h3, div + h4, div + h5, div + h6 {
  margin-top: 1.5em; }

p {
  margin-bottom: 0.9em; }

ul {
  margin-bottom: 2.0em; }

li {
  margin-bottom: 0.5em; }

a {
  color: #2789c2;
  text-decoration-thickness: 1.5px;
}
a:hover {
  color: #21486f; 
}
a:active,
a:focus{
  text-decoration: none;
}
a:focus{
  color: #2789c2;
}

b, strong {
  font-weight: 600; }

::selection {
  /* color: #fff; */
  background-color: #fffb00ae;
  text-shadow: none; }

.colorReverse {
  color: white; }
  .colorReverse a {
    color: #98ccea; }
    .colorReverse a:hover {
      color: white; }

.colorHighlight {
  color: #2789c2; }

div.pulloutbox, span.pulloutbox {
  background: #f9f9f9;
  margin: 1.5em 0;
  padding: 1em;
  margin-bottom: 1.875em;
  margin-top: 1.875em; }
  div.pulloutbox:first-child, span.pulloutbox:first-child {
    margin-top: 0; }

q, .inline-quote {
  font-style: italic;
  color: #666; }

/* =Tables
-----------------------------------------------------------------------------*/
table caption {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 0.5em;
  color: #666; }

table.simple td,
table.simple th {
  border: none;
  padding: 0.75em 0.7em 0.75em 0; }

table.bordered td,
table.bordered th {
  border: 1px solid #ddd; }

table.stroked td,
table.stroked th {
  border-bottom: 1px solid #eee; }

table.striped tbody tr:nth-child(odd) td {
  background-color: #f8f8f8; }

table.hovered tbody tr:hover td, table.hovered thead tr:hover th {
  background-color: #f6f6f6; }

.thead-gray td, .thead-gray th {
  background-color: #f0f0f0; }

.thead-black td, .thead-black th {
  font-weight: normal;
  color: #f6f6f6;
  color: rgba(255, 255, 255, 0.9);
  background-color: #222; }

table.bordered .thead-black td,
table.bordered .thead-black th {
  border: 1px solid #444; }

/* =Forms
-----------------------------------------------------------------------------*/
.forms label {
  display: block;
  margin-bottom: 2px; }

.descr {
  color: #999999;
  font-size: 0.85em;
  line-height: 1.5em; }

div.descr {
  margin: 4px 0; }

.columnar div.descr {
  margin-bottom: 10px; }

.forms ul {
  list-style: none;
  margin: 0; }

.forms ul li {
  margin-bottom: 10px; }

.forms.columnar ul li {
  margin-bottom: 15px; }

/* liner fieldset */
fieldset.liner {
  border: none;
  padding: 0; }

fieldset.liner legend {
  padding: 0;
  width: 100%;
  padding-bottom: 12px; }

fieldset.liner legend span {
  padding: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  display: block; }

/* multicolumn */
.forms .multicolumn {
  zoom: 1\9; }
  .forms .multicolumn:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.forms .multicolumn li {
  float: left;
  margin-right: 12px;
  margin-bottom: 0;
  line-height: 1.8em; }

.forms .multicolumn li label {
  margin-bottom: 0; }

.forms .multicolumn li.width-50 {
  width: 48%;
  margin-right: 2%; }

.forms .multicolumn li.width-33 {
  width: 31%;
  margin-right: 2%; }

/* columnar */
.forms.columnar legend {
  margin-bottom: 1em; }

.forms.columnar label {
  float: left;
  width: 150px;
  text-align: right;
  margin-right: 20px; }

.forms.columnar .push, .forms.columnar div.descr {
  margin-left: 170px; }

.forms.columnar li fieldset label {
  float: none;
  width: auto;
  text-align: left;
  margin-right: 0; }

.forms.columnar li fieldset {
  border: none;
  padding: 0;
  margin: 0;
  padding-left: 170px;
  position: relative; }

.forms.columnar li fieldset section {
  padding: 0;
  position: absolute;
  width: 150px;
  text-align: right;
  left: 0;
  top: 0; }

.forms.columnar li fieldset div.descr {
  margin-left: 0; }

/* section */
.forms li.form-section {
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding: 1.5em 0 .7em 0;
  font-size: 1.1em;
  margin-bottom: 1.5em; }

.columnar li.form-section {
  padding-left: 170px; }

/* tableforms */
table.tableforms td {
  font-size: 90%;
  padding: 1px 10px 3px 0 !important;
  border: none; }

table.tableforms tr.labels td {
  padding-top: .8em !important;
  font-weight: bold; }

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  top: -1px; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  position: relative;
  z-index: 2;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  height: auto;
  border: 1px solid #ccc;
  margin: 0;
  padding: var(--padding) var(--padding);
  background-color: white;
  font-size: 13px;
  line-height: 1;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  transition: border 0.3s ease-in; 
}

textarea {
  line-height: 1.4em; }

/* Errors and Success */
.error,
.success {
  margin-left: 5px;
  font-weight: normal;
  font-size: 0.85em; }

input.input-error, textarea.input-error, select.input-error, .input-error {
  border-color: #da3e5a;
  box-shadow: 0 0 0 2px rgba(218, 62, 90, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset; }

input.input-success, textarea.input-success, select.input-success, .input-success {
  border-color: #18a011;
  box-shadow: 0 0 0 2px rgba(24, 160, 17, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset; }

input.input-gray, textarea.input-gray, select.input-gray, .input-gray {
  border-color: #ccc;
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset; }

input:focus, textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset; }

input.input-search {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 0;
  border-radius: 15px; }

.input-append, .input-prepend {
  display: inline-block;
  background-color: #eee;
  height: 25px;
  border: 1px solid #ccc;
  margin: 0;
  padding: 1px 8px;
  color: #333;
  font-size: 14px;
  line-height: 25px; }

.input-prepend {
  margin-right: -1px; }

.input-append {
  position: relative;
  z-index: 1;
  margin-left: -1px; }

.btn, input[type="submit"] {
  position: relative;
  cursor: pointer;
  outline: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  font-size: 13px;
  font-weight: normal;
  padding: var(--margin);
  border: none;
  border-radius: 3px;
  background: #abddfa;
  color: #0d2f43; 
  box-shadow: 0px 1px 1px #013351;
  transition: all 0.1s ease-in-out;
}
.btn a, input[type="submit"] a {
  color: #0d2f43; 
}
.btn a:hover, input[type="submit"] a:hover {
  color: #fff; 
}
.btn:hover, 
input[type="submit"]:hover {
  background: none;
  background: #2789c2;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); 
  transform: translateY(-1px);
  box-shadow: 0px 2px 1px #013351;
}
.btn:active, 
input[type="submit"]:active {
  transform: translateY(1px);
  background: #185e86;
  box-shadow: 0px -1px 1px #000b11;
}

/* Active  */
.btn-big.btn-active, input[type="submit"].btn-big.btn-active, .btn-big.btn-active:hover {
  padding: 11px 25px; }

.btn-active, input[type="submit"].btn-active, .btn-active:hover, input[type="submit"].btn-active:hover {
  color: #555;
  border: none;
  background: none;
  filter: none;
  background-color: #ddd;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  padding: 7px 16px 8px 16px; }

/* Small */
.btn-small, input[type="submit"].btn-small {
  padding: 4px 12px;
  font-size: 11px; }

.btn-small.btn-active, input[type="submit"].btn-small.btn-active {
  padding: 5px 12px; }

/* Big */
.btn-big, input[type="submit"].btn-big {
  padding: 10px 24px;
  font-size: 20px; }

/* Square */
.btn-square, input[type="submit"].btn-square {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

/* Round */
.btn-round, input[type="submit"].btn-round {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border-radius: 0 \0;
  /* ie9 hack */ }

/* Full */
.btn-full, input[type="submit"].btn-full {
  width: 100%; }

/* Group  */
.btn-group {
  display: inline-block;
  margin-right: 2px;
  zoom: 1\9;
  vertical-align: bottom; }
  .btn-group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.btn-group > .btn, .btn-group > input[type="submit"], .btn-group > input {
  float: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: -1px; }

.btn-group > .btn:first-child, .btn-group > input[type="submit"]:first-child {
  border-radius: 4px 0 0 4px; }

.btn-group > .btn:last-child, .btn-group > input[type="submit"]:last-child {
  border-radius: 0 4px 4px 0; }

.btn-group > .btn.btn-round:first-child, .btn-group > input[type="submit"].btn-round:first-child, .btn-group > .input-search:first-child {
  border-radius: 15px 0 0 15px; }

.btn-group > .btn.btn-round:last-child, .btn-group > input[type="submit"].btn-round:last-child, .btn-group > .input-search:last-child {
  border-radius: 0 15px 15px 0; }

.btn-group {
  margin-bottom: 1em; }
  .btn-group .btn, .btn-group input[type="submit"] {
    border-right: 2px solid #fff; }
    .btn-group .btn:last-child, .btn-group input[type="submit"]:last-child {
      border-right: none; }

/* Append  */
.btn-append {
  margin-left: -2px;
  border-radius: 0 4px 4px 0; }

/* Disabled  */
.btn.disabled, input.disabled[type="submit"],
.btn-disabled,
input[type="submit"].btn-disabled,
.btn[disabled],
input[disabled][type="submit"] {
  border: none;
  filter: none;
  background: none;
  background-color: #e9e9e9;
  opacity: 0.6;
  cursor: default;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6); }

.main-content p > .btn{
  margin-bottom: var(--margin);
}

/* FF fix */
@-moz-document url-prefix("http://") {
  input[type=submit].btn::-moz-focus-inner, input[type=submit][type="submit"]::-moz-focus-inner, button.btn::-moz-focus-inner {
    border: 0;
    padding: 0; } }

/* =Grid  ODC FOUNDATION3 METHOD
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 560px) {
  .grid{
    display: grid;
    gap: var(--margin);
  }
  .three-up{
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.row {
  margin-bottom: 1.5em; }

.container.row {
  margin-bottom: 0; }

.container:after, .row:after {
  zoom: 1\9; }
  .container:after:after, .row:after:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.row .row, .wrapper .row {
  margin-left: -15px;
  margin-right: -15px; }

.row > .row {
  margin-left: 0;
  margin-right: 0; }

.space, .space-after {
  margin-bottom: 1.5em; }

.space-before {
  margin-top: 1.5em; }

.space-after + .space-before {
  margin-top: 3em; }

.half,
.third,
.quarter,
.fifth,
.sixth,
.seventh,
.eighth,
.twothird,
.twofifth,
.threefifth,
.fourfifth,
.fivesixth,
.threequarter,
.fivetwelfth,
.seventwelfth,
.eleventwelfth,
.whole {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  min-height: 1px; }

.twelfth {
  width: 8.33333%; }

.eighth {
  width: 12.5%; }

.seventh {
  width: 14.28571%; }

.sixth {
  width: 16.66667%; }

.fifth {
  width: 20%; }

.quarter {
  width: 25.0%; }

.third {
  width: 33.33333%; }

.half {
  width: 50.0%; }

.whole {
  width: 100.0%; }

.threequarter {
  width: 75.0%; }

.twothird {
  width: 66.66667%; }

.twofifth {
  width: 40%; }

.threefifth {
  width: 60%; }

.fourfifth {
  width: 80%; }

.fivesixth {
  width: 83.33333%; }

.fivetwelfth {
  width: 41.66667%; }

.seventwelfth {
  width: 58.33333%; }

.eleventwelfth {
  width: 91.66667%; }

.push-half,
.push-threequarter,
.push-quarter,
.push-third,
.push-twothird,
.push-fifth,
.push-twofifth,
.push-threefifth,
.push-fourfifth,
.push-sixth,
.push-twelfth,
.push-fivesixth,
.push-fivetwelfth,
.push-seventwelfth,
.push-eleventwelfth {
  position: relative; }

.push-half {
  left: 50.0%; }

.push-third {
  left: 33.33333%; }

.push-quarter {
  left: 25.0%; }

.push-fifth {
  left: 20%; }

.push-sixth {
  left: 16.66667%; }

.push-seventh {
  left: 14.28571%; }

.push-eighth {
  left: 12.5%; }

.push-twelfth {
  left: 8.33333%; }

.push-threequarter {
  left: 75.0%; }

.push-twothird {
  left: 66.66667%; }

.push-twofifth {
  left: 40%; }

.push-threefifth {
  left: 60%; }

.push-fourfifth {
  left: 80%; }

.push-fivesixth {
  left: 83.33333%; }

.push-fivetwelfth {
  left: 41.66667%; }

.push-seventwelfth {
  left: 58.33333%; }

.push-eleventwelfth {
  left: 91.66667%; }

.split .half,
.split .third,
.split .quarter,
.split .fifth,
.split .sixth,
.split .twothird,
.split .twofifth,
.split .threefifth,
.split .fourfifth,
.split .fivesixth,
.split .threequarter {
  padding-left: 0;
  padding-right: 0; }

.inner {
  padding: 0.625em; }

.inner-left {
  padding-left: 0.625em; }

.inner-right {
  padding-right: 0.625em; }

.inner-nobottom {
  padding-bottom: 1px; }

.inner-double {
  padding: 1.25em; }

.inner-double-left {
  padding-left: 1.25em; }

.inner-double-right {
  padding-right: 1.25em; }

.inner-double-nobottom {
  padding-bottom: 1px; }

.row .push-right {
  float: right; }

.row .centered {
  float: none;
  margin: 0 auto; }

html, body {
  height: 100%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.no-boxsizing body {
  min-width: 990px !important; }
.no-boxsizing .wrapper {
  width: 930px; }

.wrapper {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: auto;
  padding: 0 30px;
  max-width: 930px;
  zoom: 1\9; }
  .wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.wrapper.full {
  padding: 0 0;
  width: 990px;
  max-width: 990px; }

.row, .panel, .item, .block, .blocklink, .inner, .clearfix {
  zoom: 1\9; }
  .row:after, 
  .panel:after, 
  /* .item:after,  */
  .block:after, 
  .blocklink:after, 
  .inner:after, 
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.block-two,
.block-three,
.block-four,
.block-five,
.block-six {
  margin: 0 -15px;
  zoom: 1\9; }
  .block-two:after,
  .block-three:after,
  .block-four:after,
  .block-five:after,
  .block-six:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.block-two > li,
.block-three > li,
.block-four > li,
.block-five > li,
.block-six > li {
  height: auto;
  float: left;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 5px; }

.block-two > li {
  width: 50.0%; }

.block-three > li {
  width: 33.33333%; }

.block-four > li {
  width: 25.0%; }

.block-five > li {
  width: 20%; }

.block-six > li {
  width: 16.66667%; }

ul[class*="block-"] {
  letter-spacing: -0.31em;
  /* webkit */
  *letter-spacing: normal;
  /* reset IE < 8 */
  word-spacing: -0.43em;
  /* IE < 8 && gecko */ }

ul[class*="block-"] > li {
  float: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal; }

.lt-ie8 ul[class*="block-"] > li {
  zoom: 1;
  *display: inline; }

/* ODC Goodies
-----------------------------------------------------------------------------*/
.clearfix {
  zoom: 1\9; }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.box-shaddow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 4px; }

.rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.round {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }

.divider {
  margin-top: 2em;
  border-top: 1px dotted #999999;
  padding-top: 2em; }

.blocklink {
  transition: all 0.15s ease-in-out 0s; 
}
.blocklink.hovered {
  cursor: pointer; 
}

a.blocklink {
  display: block;
  color: #2a5580; }
  a.blocklink:hover {
    color: #444444; }

.content-block {
  border-top: 3px dotted #ccc;
  margin-top: 30px;
  padding-top: 20px; }
  .content-block:first-child {
    margin-top: 0px; }

.panel {
  background: #ffffff;
  padding: 0.625em;
  margin-bottom: 1.5em;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; 
}
.panel > :first-child {
  margin-top: 0; 
}
.panel > :last-child {
  margin-bottom: 0; 
}
.panel.callout {
  background: #2789c2; 
}

ul.inline-list, ul.link-list {
  margin-left: 0;
  display: block; }
  ul.inline-list.inline, ul.link-list.inline {
    display: inline-block;
    margin-right: 2em; }
    ul.inline-list.inline + .inline, ul.link-list.inline + .inline {
      margin-right: 0; }
  ul.inline-list > li, ul.link-list > li {
    display: block;
    float: left;
    list-style: none outside none;
    margin-left: 2em; }
    ul.inline-list > li:first-child, ul.link-list > li:first-child {
      margin-left: 0; }

.inline {
  display: inline; }

.list-text {
  margin-top: 3em;
  margin-bottom: 1.5em; }
.list-text .item {
  position: relative;
  background: transparent;
  border-bottom: 2px var(--light-grey) solid;
  padding: var(--margin) 0 var(--padding-sm); 
}
.list-text .item .small{
  text-decoration: none;
}
.list-text .item .date{
  margin-bottom: var(--padding-sm);
}
.list-text .item .link_heading{
  font-size: 115%;
}
.list-text .item > :first-child {
  margin-top: 0; 
}
.list-text .item > :last-child {
  margin-bottom: 0; 
}
.list-text .item.hovered {
  border-bottom: 2px var(--grey) solid;
}
.list-text .item.hovered h3, .list-text .item.hovered .title {
  color: #000; 
}
.list-text .item.hovered h4, .list-text .item.hovered .subtitle {
  color: #000; 
}
.list-text a.item:hover, 
.list-text a.blocklink:hover {

}

.list-text:first-child {
  margin-top: 0; }

.list-text.subtle {
  margin-bottom: 1.5em; }
  .list-text.subtle .item {
    background: transparent;
    border-bottom: 0px solid #fff;
    padding: .3em 0; }
    .list-text.subtle .item:first-child {
      margin-top: -1em; }
    .list-text.subtle .item h3, .list-text.subtle .item .title {
      margin-bottom: 0em; }
    .list-text.subtle .item h4, .list-text.subtle .item .subtitle {
      margin-bottom: 0em; }
  .list-text.subtle a.item:hover, .list-text.subtle a.blocklink:hover {
    background-color: transparent; }

.list-simple {
  margin-bottom: 1.5em; }
.list-simple .item {
  display: block;
  padding: .5em 0; 
  margin-bottom: 0.2em;
}
    .list-simple .item p {
      margin: 0; }
    .list-simple .item h3, .list-simple .item .title {
      margin: 0; }
    .list-simple .item h4, .list-simple .item .subtitle {
      margin-top: 0em;
      margin-bottom: 0px; }
    .list-simple .item .subtitle {
      font-size: 1em; }
  .list-simple a.item:hover, .list-simple a.blocklink:hover {
    background-color: transparent; }

.list-blocks {
  margin-bottom: 1.5em; }
  .list-blocks .item {
    position: relative;
    background: #eeeeee;
    padding: 0.625em; }
    .list-blocks .item > :first-child {
      margin-top: 0; }
    .list-blocks .item > :last-child {
      margin-bottom: 0; }
    .list-blocks .item.hovered {
      background-color: #fbfbfb;
      -webkit-box-shadow: 0 2px 6px #999999;
      -moz-box-shadow: 0 2px 6px #999999;
      box-shadow: 0 2px 6px #999999; }
.list-blocks a.item:hover,
.list-blocks a.item:focus,
.list-blocks a.blocklink:hover,
.list-blocks a.blocklink:focus {
  transform: translateY(-2px);
  box-shadow: 0 2px 4px #888;
}
.list-blocks a.item:active, 
.list-blocks a.blocklink:active{
  transform: translateY(0px);
  box-shadow: 0 -1px 1px #333;
}
ul.item-list{
  margin-left: 0;
}
ul.item-list .item{
  list-style: none;
}
ul.item-list .exact-match{
  background-color: #e6f6ff;
}
/* =Goodies
-----------------------------------------------------------------------------*/
figure {
  margin-bottom: 1em; }

.image-left {
  float: left;
  margin: 0 1em 1em 0; }

.image-right {
  float: right;
  margin: 0 0 1em 1em; }

.image-left img, .image-right img {
  position: relative;
  top: .2em; }

p.lead {
  font-size: 1.2em; }

.fontsize.supersmall {
  font-size: 0.7em; }

.fontsize.small {
  font-size: 0.85em; }

.fontsize.big {
  font-size: 1.2em; }

input.big {
  padding: 2px 0;
  font-size: 1.2em; }

.text-centered {
  text-align: center; }

.uppercase {
  text-transform: uppercase; }

.nowrap {
  white-space: nowrap; }

.clear {
  clear: both; }

.last {
  margin-right: 0 !important; }

.end {
  margin-bottom: 0 !important; }

.handle {
  cursor: move; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.req, .required {
  font-weight: normal;
}

.highlight {
  background-color: #e5ecf5 !important; }

/* Width */
.width-33 {
  width: 33%; }

.width-50 {
  width: 50%; }

.width-100, .full {
  width: 100%; }

input.width-100, input.full {
  width: 98.6%; }

textarea.width-100, textarea.full {
  width: 99.4%; }

select.width-100, select.full {
  width: 99.4%; }

/* Colors */
.black {
  color: black; }

.gray-dark {
  color: #555555; }

.gray {
  color: #777777; }

.gray-light {
  color: #999999; }

.white {
  color: white; }

.red, .error {
  color: #da3e5a; }

.green, .success {
  color: #18a011; }

/* Link Colors Hover */
a.white:hover {
  color: #d9d9d9;
  color: rgba(255, 255, 255, 0.8); }

a.green:hover, a.red:hover, a.error:hover {
  color: black; }

nav, nav ul, ul.nav, ul.nav ul {
  list-style: none; }
  nav a, nav ul a, ul.nav a, ul.nav ul a {
    display: block; }

@font-face {
  font-family: 'icomoon';
  src: url("/site/templates/fonts/icomoon.eot");
  src: url("/site/templates/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/site/templates/fonts/icomoon.svg#iconmoon") format("svg"), url("/site/templates/fonts/icomoon.woff") format("woff"), url("/site/templates/fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.iconStyle, .icon-font, [class^="icon-"]:before, [class*=" icon-"]:before, .generatedcontent.fontface ul.icons-list li:before, .generatedcontent.fontface ul.icons-bullets li:before, .generatedcontent.fontface .wysiwyg ul[class=""] li:before {
  font-family: 'icomoon';
  speak: none;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  color: #cccccc;
  vertical-align: text-top;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-font, [class^="icon-"]:before, [class*=" icon-"]:before {
  margin-right: 0.5em;
  font-size: 1em; }

.small-icon:before {
  font-size: 0.8em; }

.big-icon:before {
  font-size: 1.5em; }

a[class^="icon-"], a[class*=" icon-"], span[class^="icon-"], span[class*=" icon-"], small[class^="icon-"], small[class*=" icon-"] {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.icon-linkedin:before {
  content: "\e600"; }

.icon-link:before {
  content: "\e601"; }

.icon-kub-mail:before {
  content: "\e02d"; }

.icon-kub-link:before {
  content: "\e02c"; }

.icon-cl-chevron-up:before {
  content: "\e026"; }

.icon-cl-chevron-down:before {
  content: "\e025"; }

.icon-kub-search:before {
  content: "\e024"; }

.icon-kub-calendar:before {
  content: "\e01f"; }

.icon-kub-document:before {
  content: "\e01e"; }

.icon-cl-chevron-left:before, .generatedcontent.fontface .icon-backward:before {
  content: "\e01c"; }

.icon-cl-chevron-right:before, .generatedcontent.fontface .icon-forward:before, .generatedcontent.fontface ul.icons-list li:before {
  content: "\e01b"; }

.icon-twitter:before {
  content: "\e01a"; }

.icon-twitter2:before {
  content: "\f099"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-radio-unchecked:before {
  content: "\e019"; }

.icon-calendar-alt-fill:before {
  content: "\e012"; }

.icon-check-alt:before {
  content: "\e00f"; }

.icon-x-altx-alt:before {
  content: "\e00e"; }

.icon-minus-alt:before {
  content: "\e00d"; }

.icon-plus-alt:before {
  content: "\e00c"; }

.icon-arrow-down-alt1:before {
  content: "\e00b"; }

.icon-arrow-up-alt1:before {
  content: "\e00a"; }

.icon-arrow-right-alt1:before {
  content: "\e009"; }

.icon-arrow-left-alt1:before {
  content: "\e008"; }

.icon-at:before {
  content: "\e007"; }

.icon-paperclip:before {
  content: "\e006"; }

.icon-user:before {
  content: "\e004"; }

.icon-right-quote-alt:before {
  content: "\e003"; }

.icon-left-quote-alt:before {
  content: "\e002"; }

.icon-right-quote:before {
  content: "\e001"; }

.icon-left-quote:before {
  content: "\e000"; }

.icon-chevron-sign-right:before {
  content: "\e603"; }

.icon-chevron-sign-up:before {
  content: "\e604"; }

.icon-chevron-sign-down:before {
  content: "\e605"; }

.icon-plus:before {
  content: "\e606"; }

.icon-minus:before {
  content: "\e607"; }

.icon-arrow-left:before {
  content: "\e608"; }

.icon-arrow-right:before {
  content: "\e609"; }

.icon-arrow-up:before {
  content: "\e60a"; }

.icon-arrow-down:before {
  content: "\e60b"; }

.icon-exclamation-sign:before {
  content: "\e60c"; }

.icon-repeat:before {
  content: "\e60d"; }

.icon-map-marker:before {
  content: "\e60e"; }

.icon-circle-arrow-left:before {
  content: "\e60f"; }

.icon-circle-arrow-right:before {
  content: "\e610"; }

.icon-circle-arrow-up:before {
  content: "\e611"; }

.icon-circle-arrow-down:before {
  content: "\e612"; }

.icon-reorder:before {
  content: "\e613"; }

.icon-file-alt:before {
  content: "\e614"; }

.icon-circle:before {
  content: "\e615"; }

.icon-reply:before {
  content: "\e616"; }

.icon-expand-alt:before {
  content: "\e617"; }

.icon-collapse-alt:before {
  content: "\e618"; }

.icon-exclamation:before {
  content: "\e619"; }

.icon-play-sign:before {
  content: "\e61a"; }

.icon-chevron-sign-left:before {
  content: "\e61b"; }

.icon-envelope-alt:before {
  content: "\e61c"; }

/* ========================  ICON SPECIFICS  ========================= */
.icon-twitter:before, .icon-twitter-2:before {
  color: #33CCFF; }

.generatedcontent.fontface ul.icons-list {
  list-style-type: none;
  margin-left: 1.6em; }
  .generatedcontent.fontface ul.icons-list li {
    text-indent: -0.8em; }
    .generatedcontent.fontface ul.icons-list li:before {
      display: inline-block;
      width: 0.8em;
      font-size: 1em;
      color: #2789c2; }

.lt-ie10.generatedcontent.fontface ul.icons-list li, .lt-ie9.generatedcontent.fontface ul.icons-list li {
  text-indent: -0.8em; }

.generatedcontent.fontface ul.icons-bullets, .generatedcontent.fontface .wysiwyg ul[class=""] {
  list-style-type: none;
  margin-left: 1.6em; }
  .generatedcontent.fontface ul.icons-bullets li, .generatedcontent.fontface .wysiwyg ul[class=""] li {
    text-indent: -0.8em; }
    .generatedcontent.fontface ul.icons-bullets li:before, .generatedcontent.fontface .wysiwyg ul[class=""] li:before {
      display: inline-block;
      width: 1.33333em;
      font-size: 0.6em;
      color: #2789c2; }

.lt-ie10.generatedcontent.fontface ul.icons-bullets li, .lt-ie10.generatedcontent.fontface .wysiwyg ul[class=""] li, .lt-ie9.generatedcontent.fontface ul.icons-bullets li, .lt-ie9.generatedcontent.fontface .wysiwyg ul[class=""] li {
  text-indent: -1.33333em; }

.lt-ie8 .main-content .wysiwyg ul {
  list-style-type: circle outside !important; }

.vimeo-ie8 {
  display: none !important; }

.lt-ie9 .vimeo_wrap {
  display: none !important; }
.lt-ie9 .vimeo-ie8 {
  display: block !important;
  margin-bottom: 2em; }
.lt-ie9 #tab-container .tab {
  margin-left: 1px; }
.lt-ie9 #tab-container .tab:first-child {
  margin-left: 0px; }

.nav-link {
  background-color: yellow !important; }

body {
  background-color: #fff; }

body.mceContentBody {
  padding: 10px;
  background-image: none;
  background-color: #fafafa; }

body {
  padding: 0px 0px 0px 0px; }

#outerwrap {
  min-width: 990px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
  padding-top: 40px; }

#bodywrap {
  clear: both;
  height: auto !important;
}

/* ================================== HEADER ===================================================*/
#page_top {
  background: #fff; }
  #page_top > .wrapper {
    height: 68px;
    position: relative; }

#logo h1 {
  margin: 0;
  padding: 0; }
#logo img {
  height: 65px;
  margin-top: -15px; 
}

/* ================================== LAYOUT ===================================================*/

#page_content {
  padding: 0;
  position: relative; 
  background-color: #efefef;
}
#page_content .wrapper{
  background-color: white;
  padding-top: calc(var(--margin) * 2 );
}

#right .small p {
  line-height: 1.2em; }

#content .wrapper {
  padding-top: 50px;
  padding-bottom: 50px; }

/* ================================== STUFF ===================================================*/
body.cke_editable {
  padding: 20px; }

p.intro {
  font-size: 1.25em;
  line-height: 1.3em;
  color: #164d6d;
  font-weight: 400; }

.book_reviews_template .item {
  min-height: 200px; }

.nowrap, .nobreak {
  white-space: nowrap; }

.list-text .item.annual-dinner, 
.list-text .item.annual-conference {
  background: #edf6fb; 
  padding-left: var(--padding);
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

[class^="icon-"], [class*=" icon-"] {
  padding-left: 1.5em !important; }
  [class^="icon-"]:before, [class*=" icon-"]:before {
    margin-left: -1.5em !important;
    float: left; }

p > img {
  margin-right: 0.6em; }

p > img.right {
  margin-right: 0em;
  margin-left: 0.6em; }

.page_error_panel {
  padding: 10px 0px;
  background: #aaa;
  color: #fff; }
  .page_error_panel p:last-child {
    margin-bottom: 0; }

#gmap img {
  max-width: none; }

h1, h2 {
  font-weight: 400;
  color: #2789c2;
  line-height: 1.15em; }

h3, h4, h5 {
  color: #444444;
  font-weight: 600; }

.main-content > hr, .cke_editable > hr, #tinymce > hr {
  clear: both;
  display: block;
  border-top: 2px #2789c2 solid;
  margin-top: 3em;
  margin-bottom: 1.0em; }
  .main-content > hr:first-child, .cke_editable > hr:first-child, #tinymce > hr:first-child {
    margin-top: 0; }

.rule-above {
  border-top: 2px #2789c2 solid;
  margin-top: 1.5em;
  padding-top: 0.75em; }
  .rule-above:first-child {
    margin-top: 0; }

.main-block h1:first-child {
  margin-top: -.25em; }

.title-overlay-bar h1 {
  color: #fff; }

.main-content .btn {
  margin-bottom: 0.2em;
}
.main-content p a {
  font-weight: 600; }
.main-content h3, .main-content h4, .main-content h5, .main-content h6 {
  color: #444444; }
  .main-content h3 a, .main-content h4 a, .main-content h5 a, .main-content h6 a {
    color: #2789c2; }
    .main-content h3 a:hover, .main-content h4 a:hover, .main-content h5 a:hover, .main-content h6 a:hover {
      color: #2789c2; }

#news-side-list .item a {
  color: #444444; }
  #news-side-list .item a:hover {
    color: #2789c2; }

.btn-group.processwire .btn, .btn-group.processwire input[type="submit"] {
  padding: 0 !important; 
}
.btn-group.processwire a {
  padding: var(--padding) var(--margin);
  display: block; 
}

.item p + h3 {
  margin-top: -0.2em; }

#left #submenu {
  margin-bottom: 3em; }

.heading {
  margin-bottom: var(--margin-bg); 
}
  .heading h4 + h4 {
    margin-top: -0.6em; }
  .heading h4 {
    font-weight: 400; }

.main-content .page-subhead {
  margin-bottom: 1em;
  color: var(--deep-blue2); 
}

h1 + h4 {
  margin-top: 0; }
h1 + h2 {
  margin-top: -0.5em; 
}

.next-prev {
  margin-bottom: 4em; }
  .next-prev strong {
    color: #444444; }
  .next-prev a {
    display: block; }

.main-content > .page_links {
  margin-top: 2em;
  padding-top: 1em; 
  border-top: 2px solid var(--light-grey)
}

/* ======================================== LISTINGS =====================================================*/
p.heading-block-content + p.heading-block-content {
  margin-top: -0.6em; }

.item .summary {
  font-size: 12px;
  line-height: 14px;
  color: #444444; }

/* ======================================== IMAGES =====================================================*/
.body_image_container {
  float: left;
  width: 150px;
  margin: 0 20px 20px 0;
  margin-top: 0.5em; }
  .body_image_container.big {
    width: 200px; }
  .body_image_container.format_full {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 2em; }
  .body_image_container + * {
    margin-top: 0.5em; }
  .body_image_container img {
    display: block; }
  .body_image_container img + figcaption {
    padding: 0.5em;
    background: #eee;
    margin-top: 0; }

.chart_title {
  padding: 0.5em;
  background: #eee;
  margin-bottom: 0px;
  line-height: 1.1em; }

.pic_decoration {
  margin-bottom: 4.5em; }

.pic_decoration .image_wrap {
  overflow: hidden;
  border-bottom: 1px solid #fff; }
  .pic_decoration .image_wrap:first-child {
    border-top-left-radius: 60px; }
  .pic_decoration .image_wrap:last-child {
    border-bottom-right-radius: 60px;
    border-bottom: 0px solid #fff; }
    .pic_decoration .image_wrap:last-child img {
      display: block; }
  .pic_decoration .image_wrap img {
    display: block; }

.banner_image_wrap {
  border-bottom-right-radius: 120px;
  border-top-left-radius: 120px;
  margin: 0 0px 30px 0;
  overflow: hidden; }
  .banner_image_wrap img {
    display: block; }

.content-block .image-left {
  width: 120px;
  line-height: 1.1em; }

/* ================================== Books ===================================================*/
#random_books_wrapper{
  padding-bottom: 1em;
}
#random_books img{
  transition: all 0.2s ease-out;
  box-shadow: 0px 1px 1px #aaa;
}
#random_books img:hover,
#random_books img:focus{
  transform: translateY(-4px);
  box-shadow: 0px 4px 3px #888;
}
.shadow, .shaddow, .cover {
  -webkit-box-shadow: 0 2px 6px #999999;
  -moz-box-shadow: 0 2px 6px #999999;
  box-shadow: 0 2px 6px #999999; }

img.cover, .cover img {
  display: block; }

.cover.item {
  margin-bottom: 1.5em; }

.list-image {
  background: white;
  padding: 2px;
  position: absolute;
  right: -150px;
  top: 0px; }
  .list-image.tilt {
    transform: rotate(10deg); }

/* ========================================================================================================*/
/* =================================== PAGE DECORATION ====================================================*/
/* ========================================================================================================*/
/* This overides base setting in goodies.scss */
.panel {
  padding: 0.625em 0.625em 1.25em 0.625em;
  background: #f2f2f2;
  margin-bottom: 4.5em;
  border: none;
  border-top: 5px #999999 solid;
  border-radius: 0px 0px 40px 0px; 
}
.panel > :first-child {
  margin-top: 0; 
}
.panel > :last-child {
  margin-bottom: 0; 
}
.panel.callout {
  background: #2789c2; 
}

a .panel {
  color: #2a5580; }

a:hover .panel {
  border-color: #2789c2;
  color: #1d3b5a; }

.panel + .panel {
  margin-top: 0;
  padding-top: 0;
/* border-top: 0px #999999 solid;  */
}

.panel figure {
  margin: -0.625em -0.625em 0.625em -0.625em !important; }

img + p, img + figcaption {
  margin-top: 0.5em; }

/* Style the panel contents */
.side-block-small {
  margin-bottom: 4.5em; }
.side-block-small h4 {
  font-weight: 600;
  color: #444444;
  font-size: 1em; }
.side-block-small h3 {
  color: #444444;
  font-size: 1.2em; }
.side-block-small img + p {
  margin-top: 0.8em;
  font-size: 90%;
  line-height: 1.3em; }
.side-block-small img + figcaption {
    margin-top: 0.8em; }
.side-block.panel p{
  font-size: 80%;
}
img.logo + img.logo {
  margin-bottom: 0.5em; }

.overline {
  border-top: 5px solid #2789c2;
  padding-top: 0.3em;
  margin-top: 1.8em; }
  .overline.swatch1 {
    border-color: #2789c2; }
  .overline.swatch2 {
    border-color: #ffbf00; }
  .overline.swatch3 {
    border-color: #37a642; }

/* ================================== Content block overides ===================================================*/
.content-block {
  border-top: 2px #2789c2 solid; }
  .content-block h3 {
    margin-bottom: 1em;
    color: #2789c2; }
    .content-block h3 + h4 {
      margin-top: -0.9em;
      margin-bottom: 1em; }

.image-left img {
  -webkit-border-radius: 15px 0px 15px 0px;
  -moz-border-radius: 15px 0px 15px 0px;
  border-radius: 15px 0px 15px 0px; }

figcaption {
  margin-top: 0.5em;
  line-height: 1.3em; }

/* ================================== Block lists () ===================================================*/
.list-blocks li .thumb {
  margin-bottom: 8px; }

p + .listing-panel {
  margin-top: 3em; }

#nav-main .more, .menu-link {
  display: none; }

#nav_bar {
  background: linear-gradient(90deg, var(--deep-blue) 0%, var(--light-blue) 100%); 
}

#nav-main > ul {
  margin: 0; 
}
#nav-main a {
  display: block;
  line-height: 16px;
  padding: var(--margin) 15px;
  margin: 0;
  color: #eef0f0; 
  font-weight: 400;
  text-decoration: none;
}
@media all and (min-width: 970px){
  #nav-main a.item-home{
    display: none;
  }
}
#nav-main li {
  margin: 0;
  position: relative; }
#nav-main li:hover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; 
}
#nav-main li:hover > ul {
  visibility: visible; }
#nav-main li.active {
  background: #2789c2; }
#nav-main li.active:hover {
  background: #237aad; }
#nav-main li.active > a {
  color: white;
  font-weight: 600; }
#nav-main li.parent {
  background: #0f6698; 
}
#nav-main li.parent:hover {

}
#nav-main li.parent > a {
  color: #eef0f0;
  font-weight: 600; 
}
#nav-main li.hover, #nav-main li:hover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #5e5e5e; }
#nav-main ul ul {
  position: absolute;
  z-index: 10000; }
#nav-main > ul > li {
  display: inline-block;
  float: left; }
  #nav-main > ul > li:first-child {
    margin-left: -15px; }
    #nav-main > ul > li:first-child.active, #nav-main > ul > li:first-child.parent {
      margin-left: 0px; }
  #nav-main > ul > li.hover {
    background: #5e5e5e; }
#nav-main > ul > li ul {
  top: 0px;
  left: 20em;
  width: 20em;
  padding: 0 20px 20px 20px;
  visibility: hidden;
  margin-left: -60px; 
}
    #nav-main > ul > li ul li {
      background: #6a6a6a; }
      #nav-main > ul > li ul li:last-child {
        -webkit-box-shadow: 0px 5px 5px -5px #333333;
        -moz-box-shadow: 0px 5px 5px -5px #333333;
        box-shadow: 0px 5px 5px -5px #333333; }
      #nav-main > ul > li ul li > a {
        border-left: 1px solid #fff; }
      #nav-main > ul > li ul li:first-child > a {
        border-left: none; }
      /* #nav-main > ul > li ul li.haschildren > a:after {
        content: "▼";
        float: right;
        font-size: 0.7em;
        color: #fff; } */
  #nav-main > ul > li li:last-child ul li > a {
    border-left: none; }
  #nav-main > ul > li > ul {
    margin-left: 0;
    top: calc(var(--margin) * 2.9);
    left: -20px; }
    #nav-main > ul > li > ul > li > a {
      border: none; }

#nav-main > ul > li ul li:last-child {
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px; }

#nav-main > ul > li > ul ul li:first-child {
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px; }

#nav-main > ul > li ul li.haschildren:last-child:hover {
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-right-radius: 0px; }

#nav-main li:hover > ul > li > a {
  opacity: 1; }

#nav-main li > ul > li > a {
  opacity: 0;
  -webkit-transition: height 0.1s, opacity 0.2s;
  -moz-transition: height 0.1s, opacity 0.2s;
  -ms-transition: height 0.1s, opacity 0.2s;
  -o-transition: height 0.1s, opacity 0.2s;
  transition: height 0.1s, opacity 0.2s; }

.grad-grey-to-white{
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, white 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, white 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, white 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, white 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to right, white 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=1 );
  /* IE6-8 */ }

/* ======SIDE NAV ====== */
.list-head, .section-head {
  display: block;
  margin: 0 0 1em 0;
  padding: 0 0 .4em 0;
  font-weight: 600;
  font-size: 14px; }
  .list-head + br, .section-head + br {
    display: none; }
  .list-head a, .section-head a {
    display: block; }

.side-nav {
  margin-left: 0;
  line-height: 1.2em; 
}
.side-nav li a {
  font-weight: 600;
  display: block;
  padding: var(--padding) var(--padding);
  position: relative; 
  background-color: #eee;
  text-decoration: none;
  margin-bottom: 2px;
  transition: all 0.2s ease;
}
.side-nav li a:hover {
  color: #eee;
  background-color: #666;
  text-indent: var(--padding-sm);
}
.side-nav li {
  position: relative;
  margin: 0; 
}
.side-nav li.active > a, 
.side-nav li.parent > a {
  font-weight: 600; 
  color: white;
  background-color: var(--blue2);
}
.side-nav li.active > a:hover, 
.side-nav li.parent > a:hover {
  text-indent: 0;
}
.side-nav li.parent > a {

}
.side-nav li > ul {
  margin-left: var(--padding);
  font-size: 90%; 
}
.side-nav .lvl2 > li a {

}
.side-nav .lvl2 > li a:hover {

}
.side-nav .lvl2 > li.active > a, .side-nav .lvl2 > li.parent > a {

}
.side-nav a strong {
  color: #2789c2; 
}
.side-nav a strong:hover {
  color: #444444; 
}

#nav-main {
  font-size: 0.9375em;
  position: absolute;
  z-index: 500;
  width: 930px; }

#topnav_search,
.topnav_social{
  padding: calc(var(--padding-sm) + 2px ) calc(var(--padding-sm) - 3px );
}
#topnav_search a:hover,
.topnav_social a:hover{
  opacity: 0.8;
}
.topnav_social a img,
#topnav_search a img{
  width: 22px;
}


.list-head, .section-head {
  font-size: 0.9375em; }

.outer-menu {
  height: 40px;
  margin-bottom: -40px;
  color: #fff;
  float: right; }
  .outer-menu ul.inline-list {
    margin: 0px; }
  .outer-menu ul {
    margin: 0;
    line-height: 40px; }
  .outer-menu li.active a {
    font-weight: 600; 
    color: var(--deep-blue2);
  }
  .outer-menu a {
    color: #666; }
    .outer-menu a:hover {
      color: #000; }

div.breadcrumbs {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  background: #eef0f0;
  position: absolute;
  top: 0;
  width: 100%; }

/* =Banner-----------------------------------------------------------------------------*/
#banner {
  background-repeat: no-repeat;
  position: relative;
  min-height: 225px; }
  #banner img {
    display: block; }

/* =Footer-----------------------------------------------------------------------------*/
#page_footer {
  overflow: hidden;
  background: #383838;
  padding: var(--padding) 0 var(--padding-sm);
  color: #e6e6e6; 
  font-size: 80%;
}

#page_footer .footer_top_bar {
  margin-top: -0.625em;
  margin-bottom: 0.625em;
  background: #eee;
  padding: var(--margin-bg) 0 var(--padding);
}

/* ==================== ODC =====================  */
#page_footer .quarter{
  text-align: right;
}
@media all and (max-width: 970px){
  #page_footer .quarter{
    text-align: left;
  }
}
#page_footer .row{
  margin-bottom: 0;
}

.odc-credit {
  color: white;
}

div.gallery {
  margin-bottom: 30px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  div.gallery > a {
    display: block;
    zoom: 1\9;
    background-image: url("/site/templates/images/base/magnifier.png");
    background-position: left 10px bottom 10px;
    background-repeat: no-repeat;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    div.gallery > a:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }

.gallerythumb_main {
  border: 10px solid #fff;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.gallerythumb_sml {
  background: #fff;
  float: right;
  margin: 0 10px 10px 0; }

/* Home page-----------------------------------------------------------------------------*/
.facet-blocks {
  margin-bottom: 50px; }
  .facet-blocks img {
    min-width: 100%;
    min-height: 100%; }
  .facet-blocks .item {
    height: 130px;
    overflow: hidden;
    position: relative; }
  .facet-blocks .title {
    color: #fff;
    font-size: 1.125em;
    line-height: 1.3em;
    display: block;
    padding: 0.625em;
    background: #2789c2;
    background: rgba(0, 0, 0, 0.8); }
  .facet-blocks .half .title {
    height: 130px;
    margin-left: -15px; }
  .facet-blocks .quarter .title {
    width: 100%;
    line-height: 1em;
    overflow-x: hidden;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0; }
  .facet-blocks .no1 .title {
    background: #2789c2;
    background: rgba(39, 137, 194, 0.8); }
  .facet-blocks .no2 .title {
    background: #ffbf00;
    background: rgba(255, 191, 0, 0.8); }
  .facet-blocks .no3 .title {
    background: #37a642;
    background: rgba(55, 166, 66, 0.8); }
  .facet-blocks .no4 .title {
    background: #99ff00;
    background: rgba(153, 255, 0, 0.8); }
.facet-blocks .blocklink {
  transform: translateY(0px);
  transition: all 0.1 ease-in-out;
  box-shadow: 0 1px 1px #aaa; 
}
.facet-blocks .blocklink:hover,
.facet-blocks .blocklink:focus {
  box-shadow: 0 2px 3px #777; 
  transform: translateY(-1px);
}
.facet-blocks .blocklink:active {
  box-shadow: 0 -1px 1px #666; 
  transform: translateY(1px);
}
.comment_feed {
  margin-bottom:1em
}
.comment_feed *{
  line-height:1.2em;
}
.comment_feed p{
  margin-bottom: var(--padding-sm)
}

#page_pre_base_strip {
  background: #ccc;
  padding-top: 1em; }

#page_base_strip.home_template {
  /* border-top: #eef0f0 5px solid; */
  /* margin-top: -10px;  */
}
#page_base_strip.home_template .row{
  margin-left: 0;
  margin-right: 0;
}

.home_template #tab-container ul.tabs {
  height: 33px;
  overflow: hidden; }
.home_template .alt-panel {
  margin-top: 28px;
  border-top: 5px solid #ffbf00;
  padding-top: 20px; }
.home_template .panel{
  margin-bottom: var(--margin); 
  padding-left: var(--margin);
  padding-right: var(--margin);
}
#carousel .nav-link {
  background-color: #ddd !important; }
  #carousel .nav-link.active {
    background-color: #6db7e2 !important; }

/* ================================== Contact form ====================================================*/
input[type="text"], 
input[type="password"], 
input[type="email"], 
textarea {
  width: 100%;
  margin-bottom: 1em; 
}

.ui-widget-header {
  margin-bottom: 0.3em;
  display: block; }

#wrap_sendemail {
  display: none; }

.ui-state-error, .InputfieldStateRequired {
  /* font-weight: bold;  */
}

span.ui-state-error {
  color: red;
  font-style: italic; }

.page_alert {
  background: #999;
  background: rgba(0, 0, 0, 0.7);
  margin: 0 -20px 0px -20px;
  padding: 1em 0px;
  color: #fff;
  bottom: 0;
  z-index: 99;
  left: 0;
  right: 0;
  position: fixed;
}
  .page_alert:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .page_alert p, .page_alert .content {
    margin: auto;
    width: 970px;
    padding: 0 20px;
    line-height: 18px; }
  .page_alert .close {
    float: right;
    margin-left: 1em; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #666; 
  font-size: 1.6em;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* FADE EFFECT http://codepen.io/FStop/pen/tDzLH */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.mfp-figure, .ajaxPopup {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  -ms-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

/* ODC OVERIDES */
.mfp-figure {
  background: #666;
  padding: 0px 10px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure:after {
  display: none; }

.mfp-bottom-bar > div {
  padding: 0 10px; }

button.mfp-close {
  padding-right: 10px !important; }

.mfp-content > div {
  border-radius: 10px; }

/* load the anim cursor */
.mfp-s-loading:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -20px;
  background: black;
  display: block;
  width: 60px;
  height: 40px;
  background-image: url("/site/templates/images/base/icons/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.ajaxPopupPanel {
  position: relative;
  background-color: #fff;
  padding: 30px;
  margin: auto; }

.mfp-preloader {
  display: none; }

/* To hide the Loading... text - since there is a graphic to indicate this */
.modal_background .main-content, #login-modal {
  margin: 0 auto;
  max-width: 400px;
  width: 90%;
  padding: 1em 2em;
  background: #eee;
  float: none; 
  position: relative;
}

a .magnifier {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px !important;
  height: 30px !important;
  opacity: 0.4; }

a:hover .magnifier {
  opacity: 1; }

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0; }

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0; }

/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0; }

.mfp-no-margins .mfp-figure {
  padding: 0; }

.mfp-no-margins figure {
  margin-bottom: 0em; }

.mfp-no-margins img + figcaption {
  margin-top: 0; }

	/* 

	for zoom animation 
	uncomment this part if you haven't added this code anywhere else

	*/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

ul.tabs {
  display: block;
  border-bottom: solid 5px #2789c2;
  margin: 0 0 0 0;
  padding: 0; }

.tab {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: none;
  margin-bottom: 0; }

.tab a, .tab span {
  color: #164d6d;
  font-size: 14px;
  line-height: 2em;
  display: block;
  padding: 0 20px;
  outline: none; }

.tab a:hover {
  color: #164d6d;
  background: #98ccea; }

.tab.active {
  background: #2789c2; }
  .tab.active span {
    font-weight: bold;
    color: #fff; }
  .tab.active a {
    font-weight: bold;
    color: #fff; }
    .tab.active a:hover {
      background: #2789c2; }

.tab [class*=" icon-"]:before, .tab [class^="icon-"]:before {
  padding-left: 0.5em; }

.tab a:hover:before {
  color: #fff !important; }

#tab-container {
  margin-bottom: 10px; }

.tab-container {
  padding-top: 20px;
  min-height: 250px;
}

.devrama-slider.inner, .devrama-slider .inner {
  padding: 0; }

.slide_content {
  padding-top: 50px; }
.slide_content h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400; }
.slide_content h2.light {
  color: #ffffff; }
.slide_content h2.dark {
  color: #000000; }

.display-mobile {
  display: none !important; }

.display-desktop {
  display: block; 
}
.display-desktop.list-head,
.members-notice{
  border-bottom: 2px solid var(--deep-blue2);
  padding-bottom: var(--padding-sm);
}

/* FIX TO MATCH OLD SPE8 SITE - FONT SIZE UNDONE WITH RESPONSIVE.CSS*/
.outer-menu {
  font-size: 13px;
  position: absolute;
  right: 30px;
  z-index: 0; }

.wrapper {
  position: relative;
  width: 930px; 
}

.logged_in_admin_action_button {
  display: block;
  padding: 3px 15px;
  font-size: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
  background: yellow;
  font-weight: bold;
  z-index: 1000; }

.body_image_container img {
  width: 100%; }

.body_image_container {
  width: 250px; }

.body_image_container.format_landscape {
  width: 100%; }

.body_image_container.format_portrait {
  width: 250px; }

.body_image_container.format_square {
  width: 250px; }

.body_image_container.format_full {
  width: 100%; }

@media only screen and (max-width: 970px) {
  #page_content .wrapper{
    padding-top: 0;
  }
  .body_image_container {
    width: 250px; 
  } 
}
@media only screen and (max-width: 560px) {
  .body_image_container,
  .body_image_container.format_square,
  .body_image_container.format_portrait {
    width: 180px; }

  .body_image_container.format_landscape {
    width: 100%; } }
/* 
.display-mobile {
.display-desktop 
*/
/*stop text wrapping round an image etc */
.wrap {
  overflow: hidden; }

/* image that sits alongside stories and listings items */
.avatar {
  border-radius: 240px; }

.avatar.listing {
  margin-right: 20px;
  width: 120px;
  height: 120px;
  float: left; }

.profile-wrapper {
  padding: 0px 0px 30px 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px; }

.profile-wrapper .avatar {
  width: 210px;
  height: 210px;
  float: left;
  margin: -15px 15px 8px -15px; }

.profile-wrapper .wrap {
  overflow: hidden;
  min-width: 100px; }

/*home page prettify */
h2 a {
  display: block; }

h2 a:hover {
  color: #2a5580; }

/* h2 a:hover::after {
  content: " >>";
  float: right;
  opacity: 1; }

h2 a::after {
  content: " >";
  float: right;
  opacity: 0.5; 
} */

.main-content h2 a {
  background-color: #c2e1f3;
  padding: 8px 10px 8px 10px;
  margin-top: -8px;
  margin-bottom: -11px;
  font-size: 60%;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}

.alt-panel h2 a {
  color: white;
  background-color: #ffbf00;
  margin-left: 0px;
  margin-right: 0px; }

.alt-panel h2 a:hover {
  background-color: #e6ac00; }

.tab-container h2 a:hover,
.tab-container h2 a:focus {
  background-color: #d2e7f4; 
}
.tab-container h2 a:active {
  background-color: #86bddf; 
}

a:hover h3, a:hover h4, a:hover h5 {
  /*	color: #2789c2;		*/ }

.main-content .list-simple p {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: solid 1px #98ccea; 
  display: block;
}
.main-content .list-simple a:hover {}

.tab-container .half {
  padding: 0 5px 0 0; }

.tab-container .half:nth-child(2n) {
  padding: 0 0 0 5px; }

@media only screen and (max-width: 970px) {
  .tab-container .half, .tab-container .half:nth-child(2n) {
    padding: 0 0 0 0; } }
.wrapper {
  max-width: 1200px;
  width: auto; }

/* FIX TO MATCH OLD SPE8 SITE - FONT SIZE UNDONE WITH RESPONSIVE.CSS*/
.outer-menu {
  font-size: 100%; }

/* Setting defaults for call to action blocks */
.panel figure {
  height: 100px;
  overflow: hidden; }

.panel figure img {
  object-fit: cover;
  object-position: 50% 30%;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  max-width: 100%; }

/* to prevent multi-level menus on desktop site */
#nav-main > ul ul ul {
  display: none !important; }

#nav-main {
  position: relative;
  width: auto; }

@media only screen and (max-width: 970px) {
  .display-mobile {
    display: block !important; }

  .display-desktop {
    display: none !important; }

  /* THIS NEEDS SORTING ON HOME PAGE */
  .home_template .block.quarter {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .nowrap, .nobreak {
    white-space: normal; }

  /* NAV */
  #nav_bar {
    margin-top: 40px; }

  #nav-main {
    display: none;
    width: auto !important; }

  #page_top {
    position: fixed;
    width: 100%;
    top: 0px;
    height: 80px;
    background: #fff;
    z-index: 999;
    /* to come below popups */ }

  #logo img {
    margin-top: 16px;
    width: 320px;
    height: auto;
    max-width: 437px; }

  .scrollactive #logo {
    width: 120px;
    overflow: hidden; }

  .scrollactive #page_top::after {
    display: block;
    content: ' ';
    height: 8px;
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    background: #000;
    opacity: 0.2; }

  nav:not(.mm) {
    display: none; }
  .mm::after{
    text-align: left !important;
  }
  .page_alert {
    z-index: 500;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 0 0 0 0; 
    display: block;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
  }

  .page_alert p, .page_alert .content {
    width: 100%;
    padding: 20px;
    line-height: 18px; }

  .page_alert .close {
    float: left;
    margin: 1em 0 1em 0; }

  #accept-cookies,
  #reject-cookies {
    padding: 0.6em 1em;
    display: block;
    width: 200px; 
    margin: 0.1em 0.1em;
  }

  /*Login Modal - above mmenu */
  .mfp-bg {
    z-index: 11000; }

  .mfp-wrap {
    z-index: 11050; }

  .mm-body--open {
    /* To prevent nav elements of menu being clickable while modal is open - not sure of implications */
    pointer-events: unset !important; }

  /*CAROUSEL */
  /* Stop the image scaling disproportionately */
  div .primary-img.background img {
    object-fit: cover !important; }

  .slide_bg_orientation_left img {
    object-position: 55% 50%; }

  .slide_bg_orientation_right img {
    object-position: 47% 50%; }

  .primary-img .slide_content.right {
    padding-left: 51% !important;
    padding-right: 30px !important;
    width: 100% !important; }

  .primary-img .slide_content.left {
    padding-right: 51% !important;
    padding-left: 30px !important;
    width: 100% !important; }

  .slide_content::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #151d4d;
    opacity: 0.3;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1; }

  .slide_content.dark::after {
    background-color: white; }

  /* home page facet blocks */
  .row .facet-blocks .item {
    height: 180px; }

  .row .facet-blocks .half {
    width: 100%; }

  .row .facet-blocks .half.no1 .half {
    width: 35%;
    height: 180px; }

  .row .facet-blocks .half.no1 img {
    height: 100%;
    object-fit: cover; }

  .row .facet-blocks .half.no1 .title {
    width: 65% !important; }

  .row .facet-blocks .quarter {
    width: 50%; }

  .row .facet-blocks .no2, .row .facet-blocks .no3 {
    margin-top: 2em; }

  .facet-blocks img {
    object-fit: cover; }

  /* LARGE BANNERS - MAKE FULL WIDTH */
  .banner_image_wrap {
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    margin: 0px -15px 30px -15px; }

  .banner_image_wrap img {
    width: 100%; }

  /* POPUPS - a la profiles */
  .popup > div {
    clear: left;
    /* need to check this doesnt stuff stuff up */ }

  .ajaxPopupPanel {
    width: 90% !important;
    min-width: 90% !important;
    margin-top: 30px !important; }

  /* Add space after listing blocks */
  ul[class*="block-"] > li {
    margin-bottom: 0.5em; 
  }

  .btn-group .btn, .btn-group input[type="submit"] {
    font-size: 1.5em;
  }

  .btn.MarkupPagerNavSeparator, input.MarkupPagerNavSeparator[type="submit"] {
    background: none; }

  .btn, input[type="submit"] {
    /* font-size: inherit !important;  */
  }

  #outerwrap {
    min-width: 300px;
    padding-bottom: 149px; }

  .pic_decoration .image_wrap {
    border-bottom: 0px solid #fff;
    width: 33.3%;
    float: left; }

  .pic_decoration .image_wrap img {
    width: 100%; }

  .pic_decoration .image_wrap:first-child {
    border-top-left-radius: 0px; }

  .pic_decoration .image_wrap:last-child {
    border-bottom-right-radius: 0px; }

  #page_content {
    padding-top: 0px;
    padding-bottom: 0px; }

  #left > * {
    width: 100%;
    float: left; }

  #submenu {
    margin-left: -30px;
    margin-right: -30px;
    background: #eee;
    padding: 0px 0px 0px 0px;
    margin-top: -20px;
    margin-bottom: 20px; }

  #submenu > ul {
    margin-bottom: 0px; }

  .side-nav li a {
    padding: 6px 20px 8px 30px !important;
    border-top: 0px; 
    text-decoration: none;
  }

  .side-nav .lvl2 > li a, .side-nav .lvl2 > li a:hover {
    border-bottom: 0px; 
  }

  .side-nav li.active > a, .side-nav li.parent > a {
    border-bottom: 0px solid #2789c2;
    background: #2789c2;
    color: #fff; }

  .side-nav li a:hover, 
  .side-nav li.active > a:hover, 
  .side-nav li.parent > a:hover {
    border-bottom: 0px solid var(--green);
    padding-top: 6px !important; }

  .side-nav .lvl2 > li.active > a, .side-nav .lvl2 > li.parent > a {
    border-bottom-width: 0px; }

  .side-nav .lvl2 > li.active > a, .side-nav .lvl2 > li.parent > a {
    background: #63a7ce; }

  #topnav_search,
  .topnav_social{
    background-color: #000;
  }

  #right {
    width: 100%;
    float: left; }

  .main-content, .main-block {
    /*float:right;*/
    margin-top: 20px; }

  #carousel {
    margin-bottom: 40px; }

  .side-block-small {
    margin-bottom: 1em; }

  /* COMMENT BOX */
  #CommentForm {
    margin-top: -2em; }

  .side-block.panel {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-left: 50%;
    min-height: 150px; 
  }

  .panel {
    margin-bottom: 1em; }

  .panel figure {
    background: green;
    height: 100%;
    width: 45%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 0 0 0 !important; }

  .panel img {
    height: 100%;
    width: 100%;
    object-fit: cover; 
  }
  .home_template .panel img {
    height: auto;
    width: 100%;
    object-fit:contain; 
  }


  /* Downloads Box */
  div.downloads {
    background: #ffbf002f;
    padding: 0.5em 1em; }

  h3.overline {
    border-top: 0px;
    font-size: 1.42857em; }

  /* NEXT PREVIOUS */
  .next-prev > p {
    width: 50%;
    float: right; }

  .next-prev p:last-child {
    float: left; }

  .next-prev-container {
    background: #EEF0F0;
    /* $pale */
    padding: 1em;
    margin-bottom: 1em;
    margin-top: 0em;
    /*-2em */ }

  /* IMAGERY */
  /* make full width images full width... need to make the originals 768px */
  .format_full img {
    width: 100%; }

  .format_default, .format_portrait {
    width: 40%; }

  .format_default img, .format_portrait img {
    width: 100%; }

  /* TYPO */
  body {
    font-size: 1em; }

  .item .summary {
    /* esp in book reviews */
    font-size: 0.85em; }

  /* BOOK REVIEWS AND FOOTER */
  /* NOTE this also has a small screen breakpoint addition */
  #page_footer {
    height: auto !important; }

  .random_book.eighth {
    width: 33%; }

  .random_book.eighth > a {
    margin-bottom: 1.5em;
    display: block; }

  .footer_top_bar .quarter {
    height: auto !important;
    margin-bottom: 1.5em; }

  .list-image {
    right: 0px;
    /*0*/ }

  .book_reviews_template .list-text a h3,
  .book_reviews_template .list-text a h4,
  .book_reviews_template .list-text a p,
  .book_reviews_template .contributors {
    padding-right: 120px;
    /*120*/ }

  /* to put book image inset into body */
  .inset-mobile {
    width: 40%;
    float: left;
    margin-right: 1em; }

  .inset-mobile .cover {
    width: 100%; }

  .row .half,
  .row .third,
  .row .quarter,
  .row .fifth,
  .row .sixth,
  .row .twothird,
  .row .twofifth,
  .row .threefifth,
  .row .fourfifth,
  .row .fivesixth,
  .row .threequarter {
    margin-left: 0;
    width: 100%; }

  .push-half,
  .push-threequarter,
  .push-quarter,
  .push-third,
  .push-twothird,
  .push-fifth,
  .push-twofifth,
  .push-threefifth,
  .push-fourfifth,
  .push-sixth,
  .push-fivesixth {
    left: 0; }

  .row .pull-right {
    float: none; }

  .block-two,
  .block-three,
  .block-four,
  .block-five,
  .block-six {
    margin-left: 0;
    margin-bottom: 1.30769em; }

  .block-two > li,
  .block-three > li,
  .block-four > li,
  .block-five > li,
  .block-six > li {
    float: none;
    margin: 0;
    width: 95%; }

  .forms.columnar label {
    float: none;
    text-align: left;
    width: auto; }

  .forms.columnar .push,
  .forms.columnar div.descr {
    margin-left: 0; }

  .forms .multicolumn li {
    float: none;
    margin-right: 0; }

  .forms .multicolumn li.width-50,
  .forms .multicolumn li.width-33 {
    width: 100%; }

  .forms.columnar li fieldset,
  .forms.columnar li fieldset section {
    width: 100%;
    padding-left: 0;
    text-align: left;
    position: static; }

  .forms fieldset {
    padding: 0;
    padding-top: 1em;
    border: none; }

  .forms fieldset legend {
    padding: 0; 
  }
  .btn, 
  input[type="submit"]{
    padding: var(--padding);
  } 
}
body { min-width: 300px; }

/*===================================================*/
@media only screen and (max-width: 560px) {
  #logo img {
    width: 250px !important;
    height: auto !important;
    margin-top: 22px !important; }

  .scrollactive #logo {
    width: 100px !important; }

  .scrollactive #logo img {
    width: 350px !important;
    margin-top: 12px !important; }

  .wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .slide_content {
    padding-top: 25px; }

  .slide_content h2 {
    font-size: 18px;
    line-height: 22px; }

  .primary-img .slide_content.left {
    padding-left: 15px !important;
    /* padding-right: 25% !important; */
    /* width: 50% !important;  */
  }

  .primary-img .slide_content.right {
    width: 85% !important; 
    padding-right: 15px !important;
  }

  #submenu {
    margin-left: -15px !important;
    margin-right: -15px !important; }

  .side-nav li a {
    padding: 6px 15px 8px 15px !important; }

  /* Book reviews */
  .list-image {
    right: -15px;
    /*0*/
    top: -15px; }

  .list-image.tilt {
    transform: rotate(0deg); }

  .book_reviews_template .list-text a h3,
  .book_reviews_template .list-text a h4,
  .book_reviews_template .contributors {
    padding-right: 85px !important; }

  .book_reviews_template .list-text a .summary p {
    padding-right: 0px; }
  
  .banner_image_wrap {
    margin-top: -20px;
  }
}

/* =================== BLOGGERS ====================*/
@media only screen and (max-width: 970px) {
  .dark_mid {
    background: #444 !important; }

  .dark_mid * {
    color: white; }

  .dark_mid a {
    color: #FFBF00; }

  .dark_mid .btn, .dark_mid input[type="submit"] {
    background: #222 !important; }

  .profile-wrapper .avatar {
    margin: -5px 15px 8px -40px; }

  .profile-wrapper {
    background: #EEF0F0;
    /* $pale */
    padding: 20px; }

  /* expand beyond margins - may need to add .clearfix */
  .expand_w_mid {
    margin: 0px -30px 0px -30px;
    padding: 30px;
    width: auto !important;
    float: none !important; } }
@media only screen and (max-width: 560px) {
  .profile-wrapper .avatar {
    float: right;
    margin: -5px -30px 8px 15px;
    width: 170px;
    height: 170px; }

  .profile-wrapper .wrap {
    overflow: visible; }

  .profile-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px;
    overflow: hidden; }

  /* expand beyond margins */
  .expand_w_sml {
    margin: 0px -15px 0px -15px;
    padding: 20px;
    width: auto !important;
    float: none !important; } }
@media only screen and (max-width: 400px) {
  .profile-wrapper .avatar {
    width: 140px;
    height: 140px; } }


.members-notice{
  padding: var(--padding);
  background-color: var(--pink);
  border-color: var(--deep-pink);
}