/* Theme colors */
/* Button colors */
/* Text link colors */
/* Text colors */
/* Helper colors */
/* Typography */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
  Dependency-free breakpoint mixin
  http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
*/
.cft-g {
  margin-left: -30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cft-g > .cft-gi {
  width: 100%;
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, button {
  -webkit-appearance: none;
  border-radius: 0;
}

input, textarea, select, a {
  outline: none;
}

sticky,
.bypostauthor,
.gallery-caption {
  display: normal;
}

.alignnone {
  margin: 0 auto 1em;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter, div.aligncenter {
  display: block;
  clear: both;
  margin: 0em auto 1em !important;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
  max-width: 100% !important;
  height: auto;
  width: auto;
  display: block;
}

article img.wp-post-image {
  margin-bottom: 1em;
}

img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

img.alignright {
  margin-left: 0 0 1em 1em;
}

img.alignleft {
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

img#wpstats {
  display: block;
  margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
  border: none;
}

.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
  text-align: center;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0;
}

.gallery {
  margin: 0 auto;
}

.gallery .gallery-item {
  margin: 0;
  float: left;
  text-align: center;
  width: 33%;
}

.gallery a img {
  border: none;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body,
input,
textarea,
button,
select {
  font-size: 18px;
  line-height: 26px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-family: open-sans, sans-serif;
  color: #5B5E61;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.small-text {
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-family: minion-pro, serif;
  font-weight: 500;
  margin-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  font-weight: inherit;
}

h1, .h1 {
  font-size: 26px;
  line-height: 34px;
  font-size: 2.6rem;
  line-height: 3.4rem;
}

h2, .h2 {
  font-size: 24px;
  line-height: 32px;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

h3, .h3 {
  font-size: 18px;
  line-height: 26px;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

h4, .h4 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

h5, .h5 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media screen and (min-width: 700px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 38px;
    font-size: 3rem;
    line-height: 3.8rem;
  }

  h2, .h2 {
    font-size: 26px;
    line-height: 34px;
    font-size: 2.6rem;
    line-height: 3.4rem;
  }

  h3, .h3 {
    font-size: 24px;
    line-height: 32px;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  h4, .h4 {
    font-size: 20px;
    line-height: 28px;
    font-size: 2rem;
    line-height: 2.8rem;
  }

  h5, .h5 {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  h6, .h6 {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
p {
  margin: 0 0 20px 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

blockquote {
  font-size: 24px;
  line-height: 32px;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-family: minion-pro, serif;
  margin: 0 0 30px;
  padding: 15px 30px;
  margin-left: 30px;
  border-left: 3px solid #264D89;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p + cite {
  margin-top: 15px;
}
blockquote cite {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #777;
}
blockquote cite:before {
  content: "\2014 \0020";
}

hr {
  clear: both;
  border-top: solid #B9B9B9;
  border-width: 1px 0 0;
  margin: 60px 0;
}
hr.hr-small {
  margin: 30px 0;
}
hr.hr-clear {
  border-top: 0 none;
}

form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select {
  padding: 5px 4px;
  outline: none;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  font: 16px;
  color: #5B5E61;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #BEBEBE;
}

select {
  padding: 0;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
  min-height: 60px;
}

label, legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

select {
  width: 220px;
}

input[type="checkbox"] {
  display: inline;
}

label span, legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
form.cft-form {
  max-width: 600px;
  margin: 0;
  padding: 25px 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7e4e5+0,c9d4d6+100 */
  background: #d7e4e5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d7e4e5 0%, #c9d4d6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d7e4e5 0%, #c9d4d6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d7e4e5 0%, #c9d4d6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e4e5', endColorstr='#c9d4d6',GradientType=1 );
  /* IE6-9 */
}
form.cft-form p.form-message {
  display: none;
  padding: 5px;
  margin: 0 0 20px;
  clear: both;
}
form.cft-form p.form-message.error {
  background: #f4d7d7;
  color: #ab4545;
  border: 1px solid #ab4545;
}
form.cft-form p.form-message.success {
  background: #e6f9da;
  color: #519e20;
  border: 1px solid #519e20;
}
form.cft-form .req {
  color: #b90000;
}
form.cft-form input[type="text"].error, form.cft-form input[type="email"].error, form.cft-form textarea.error, form.cft-form select.error {
  background: #f4d7d7;
}
form.cft-form button[type="submit"].pulse {
  pointer-events: none;
  -webkit-animation: pulse .6s infinite ease-in-out;
  -o-animation: pulse .6s infinite ease-in-out;
  -ms-animation: pulse .6s infinite ease-in-out;
  -moz-animation: pulse .6s infinite ease-in-out;
  animation: pulse .6s infinite ease-in-out;
}
form.cft-form input, form.cft-form textarea {
  width: 100%;
  border: none;
  border-radius: 0;
}
form.cft-form .field-container {
  margin-bottom: 25px;
  position: relative;
}
form.cft-form .field-container label {
  pointer-events: none;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  position: absolute;
  top: 5px;
  left: 7px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
form.cft-form .field-container.active label {
  color: #fff;
  background: #000;
  font-size: 12px;
  line-height: 16px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 0 3px;
  top: -17px;
  left: 0;
}
form.cft-form textarea {
  min-height: 100px;
}

.btn, .btn-secondary,
a.btn-secondary, .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit], .post-password-form input[type="submit"],
a.btn,
a.btn-secondary {
  display: inline-block;
  padding: 8px 10px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  cursor: pointer;
  color: #fff;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-family: open-sans, sans-serif;
  -moz-transition: 0.2s all ease-in;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: #BF372D;
}
.btn.small, .small.btn-secondary, .nf-form-content button.small, .nf-form-content input.small[type=button], .nf-form-content input.small[type=submit], .post-password-form input.small[type="submit"],
a.btn.small,
a.small.btn-secondary {
  padding: 4px 5px;
  font-size: 13px;
  line-height: 24px;
  font-size: 1.3rem;
  line-height: 2.4rem;
}
@media screen and (min-width: 800px) {
  .btn.med, .med.btn-secondary, .nf-form-content button.med, .nf-form-content input.med[type=button], .nf-form-content input.med[type=submit], .post-password-form input.med[type="submit"],
  a.btn.med,
  a.med.btn-secondary {
    padding: 15px 25px;
    font-size: 21px;
    line-height: 28px;
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
  .btn.large, .large.btn-secondary, .nf-form-content button.large, .nf-form-content input.large[type=button], .nf-form-content input.large[type=submit], .post-password-form input.large[type="submit"],
  a.btn.large,
  a.large.btn-secondary {
    padding: 20px 35px;
    font-size: 30px;
    line-height: 36px;
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.btn.full, .full.btn-secondary, .nf-form-content button.full, .nf-form-content input.full[type=button], .nf-form-content input.full[type=submit], .post-password-form input.full[type="submit"],
a.btn.full,
a.full.btn-secondary {
  width: 100%;
}
.btn.white, .white.btn-secondary, .nf-form-content button.white, .nf-form-content input.white[type=button], .nf-form-content input.white[type=submit], .post-password-form input.white[type="submit"],
a.btn.white,
a.white.btn-secondary {
  color: #264D89;
  background: #fff;
  border: 2px solid #264D89;
}
.btn.white:hover, .white.btn-secondary:hover, .nf-form-content button.white:hover, .nf-form-content input.white[type=button]:hover, .nf-form-content input.white[type=submit]:hover, .post-password-form input.white[type="submit"]:hover,
a.btn.white:hover,
a.white.btn-secondary:hover {
  background: #264D89;
  color: #fff;
}
.btn:hover, .btn-secondary:hover, .nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover, .post-password-form input[type="submit"]:hover,
a.btn:hover,
a.btn-secondary:hover {
  background-color: #962b23;
  color: #fff;
}
.btn:active, .btn-secondary:active, .nf-form-content button:active, .nf-form-content input[type=button]:active, .nf-form-content input[type=submit]:active, .post-password-form input[type="submit"]:active,
a.btn:active,
a.btn-secondary:active {
  background-color: #6c1f1a;
  color: #fff;
}
.btn.grey-blue, .grey-blue.btn-secondary, .nf-form-content button.grey-blue, .nf-form-content input.grey-blue[type=button], .nf-form-content input.grey-blue[type=submit], .post-password-form input.grey-blue[type="submit"],
a.btn.grey-blue,
a.grey-blue.btn-secondary {
  background-color: #5B7397;
}
.btn.grey-blue:hover, .grey-blue.btn-secondary:hover, .nf-form-content button.grey-blue:hover, .nf-form-content input.grey-blue[type=button]:hover, .nf-form-content input.grey-blue[type=submit]:hover, .post-password-form input.grey-blue[type="submit"]:hover, .btn.grey-blue:active, .grey-blue.btn-secondary:active, .nf-form-content button.grey-blue:active, .nf-form-content input.grey-blue[type=button]:active, .nf-form-content input.grey-blue[type=submit]:active, .post-password-form input.grey-blue[type="submit"]:active,
a.btn.grey-blue:hover,
a.grey-blue.btn-secondary:hover,
a.btn.grey-blue:active,
a.grey-blue.btn-secondary:active {
  background-color: #485b77;
}
.btn[disabled], [disabled].btn-secondary, .nf-form-content button[disabled], .nf-form-content input[disabled][type=button], .nf-form-content input[disabled][type=submit], .post-password-form input[disabled][type="submit"], .btn.disabled, .disabled.btn-secondary, .nf-form-content button.disabled, .nf-form-content input.disabled[type=button], .nf-form-content input.disabled[type=submit], .post-password-form input.disabled[type="submit"],
a.btn[disabled],
a[disabled].btn-secondary,
a.btn.disabled,
a.disabled.btn-secondary {
  cursor: default;
  color: #ababab;
  background-color: #dfdfdf;
}

.ghost {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.ghost:hover {
  background: #fff;
  color: #BF372D;
}

.btn-secondary,
a.btn-secondary {
  background-color: #424242;
}
.btn-secondary:hover,
a.btn-secondary:hover {
  background-color: #292929;
  color: #fff;
}
.btn-secondary:active,
a.btn-secondary:active {
  background-color: #0f0f0f;
  color: #fff;
}

.text-link {
  display: inline;
  border: 0 none;
  background: none;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

.cft-pagination {
  display: block;
  width: 100%;
  padding: 15px 0;
}
.cft-pagination ul {
  text-align: center;
}
.cft-pagination ul li {
  display: inline-block;
  margin-left: 10px;
}
.cft-pagination ul li:first-child {
  margin-left: 0;
}
.cft-pagination ul li a {
  width: 25px;
  height: 25px;
  background: #264D89;
  color: #fff;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  line-height: 25px;
  font-size: 1.4rem;
  line-height: 2.5rem;
  display: block;
}
.cft-pagination ul li.next-post a, .cft-pagination ul li.prev-post a {
  position: relative;
}
.cft-pagination ul li.prev-post a:before {
  content: "\f104";
}
.cft-pagination ul li:hover a, .cft-pagination ul li.active a {
  background: #75BCB6;
}

#wpadminbar {
  opacity: .3;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  -webkit-transform: translateZ(0);
  position: absolute;
  pointer-events: none;
}
#wpadminbar ul li {
  pointer-events: all;
}

body.noscroll {
  overflow: hidden;
}

#wp-admin-bar-top-secondary {
  display: none;
}

html[lang="en-us"] {
  margin-top: 0 !important;
}

#wpadminbar:focus, #wpadminbar:hover {
  opacity: 1 !important;
}

@media screen and (min-width: 50.125em) {
  #wpadminbar {
    position: fixed;
    top: 0;
  }
}
.content-text > *:last-child {
  margin-bottom: 0;
}
.content-text ul, .content-text ol {
  padding-left: 40px;
  margin-bottom: 20px;
}
.content-text ul li:not(:last-child), .content-text ol li:not(:last-child) {
  margin-bottom: 5px;
}
.content-text h2 {
  font-size: 32px;
  line-height: 40px;
  font-size: 3.2rem;
  line-height: 4rem;
}
.content-text h3 {
  font-size: 28px;
  line-height: 36px;
  font-size: 2.8rem;
  line-height: 3.6rem;
}
.content-text h4 {
  font-size: 24px;
  line-height: 32px;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  color: #264D89;
  font-weight: 700;
}
a:hover {
  text-decoration: none;
  color: #75BCB6;
}

a.menu-toggle {
  display: block;
  width: 25px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
@media screen and (min-width: 800px) {
  a.menu-toggle {
    display: none;
  }
}
a.menu-toggle span.bars {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
a.menu-toggle span.bars:before, a.menu-toggle span.bars:after {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
  display: block;
  top: -8px;
  position: absolute;
}
a.menu-toggle span.bars:after {
  top: 8px;
}
a.menu-toggle.closer {
  z-index: 12;
}
a.menu-toggle.closer span.bars {
  background: transparent;
}
a.menu-toggle.closer span.bars:before {
  top: 0;
  transform: rotate(-45deg);
}
a.menu-toggle.closer span.bars:after {
  top: 0;
  transform: rotate(45deg);
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1460px;
}
.container.thin {
  max-width: 920px;
}
.container.full {
  max-width: none;
}
.container.collapse {
  padding: 0;
}
.container.collapse-right {
  padding-right: 0;
}
.container.collapse-left {
  padding-left: 0;
}
@media screen and (min-width: 800px) {
  .container {
    padding: 0 50px;
  }
}

.site-section {
  padding: 30px 0;
}
.site-section.collapse-top {
  padding-top: 0;
}
.site-section.collapse-bottom {
  padding-bottom: 0;
}
.site-section.collapse {
  padding: 0;
}
.site-section.lighter-blue {
  background: #F5F8FD;
}
.site-section.light-blue {
  background: #D6DFEC;
}
.site-section h1.section-header, .site-section h2.section-header, .site-section h3.section-header {
  font-size: 24px;
  line-height: 32px;
  font-size: 2.4rem;
  line-height: 3.2rem;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  color: #5B5E61;
}
@media screen and (min-width: 800px) {
  .site-section {
    padding: 60px 0;
  }
  .site-section.small {
    padding: 30px 0;
  }
  .site-section h1.section-header, .site-section h2.section-header, .site-section h3.section-header {
    font-size: 30px;
    line-height: 38px;
    font-size: 3rem;
    line-height: 3.8rem;
  }
  .site-section.desk-half {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .site-section.desk-half h1.section-header, .site-section.desk-half h2.section-header, .site-section.desk-half h3.section-header {
    text-align: left;
  }
  .site-section.desk-half .container {
    max-width: 730px;
    margin-right: 0;
  }
  .site-section.desk-half + .desk-half .container {
    margin: auto;
    margin-left: 0;
  }
}

h1.section-title, h2.section-title, h3.section-title {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
  font-size: 2.4rem;
  line-height: 3rem;
}
@media screen and (min-width: 800px) {
  h1.section-title, h2.section-title, h3.section-title {
    font-size: 36px;
    line-height: 44px;
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
}

header.banner {
  z-index: 9999;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}
header.banner a.brand {
  margin: 5px 0;
  width: 150px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 800px) {
  header.banner {
    text-align: left;
  }
  header.banner a.brand {
    width: 220px;
    margin: 8px 0;
  }
}
@media screen and (min-width: 1200px) {
  header.banner a.brand {
    width: 220px;
  }
}

a.menu-toggle {
  position: absolute;
  left: 15px;
}
@media screen and (min-width: 800px) {
  a.menu-toggle {
    display: none;
  }
}
a.menu-toggle span.bars-wrap {
  width: 25px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
a.menu-toggle span.bars-wrap span.bars {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 3px;
  background: #264D89;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
a.menu-toggle span.bars-wrap span.bars:before, a.menu-toggle span.bars-wrap span.bars:after {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 3px;
  background: #264D89;
  content: "";
  display: block;
  top: -8px;
  position: absolute;
}
a.menu-toggle span.bars-wrap span.bars:after {
  top: 8px;
}
a.menu-toggle.closer {
  z-index: 12;
}
a.menu-toggle.closer span.bars-wrap span.bars {
  background: transparent;
}
a.menu-toggle.closer span.bars-wrap span.bars:before {
  top: 0;
  transform: rotate(-45deg);
}
a.menu-toggle.closer span.bars-wrap span.bars:after {
  top: 0;
  transform: rotate(45deg);
}

nav.nav-primary {
  text-align: left;
  background: #264D89;
  position: fixed;
  left: -250px;
  width: 250px;
  top: 0;
  bottom: 0;
  height: 100vh;
  overflow: auto;
}
nav.nav-primary ul {
  margin-top: 7px;
}
nav.nav-primary ul li {
  position: relative;
}
nav.nav-primary ul li .caret {
  color: #fff;
  position: absolute;
  right: 15px;
  font-size: 18px;
  top: 8px;
}
nav.nav-primary ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 7px 15px;
  display: block;
}
nav.nav-primary ul li .sub-menu {
  display: none;
  margin: 0;
  position: relative;
  background: #1b3761;
}
nav.nav-primary ul li .sub-menu li a {
  font-size: 14px;
  line-height: 18px;
  padding-left: 25px;
}
nav.nav-primary ul li .sub-menu li .caret {
  display: none !important;
  top: 4px;
  font-size: 14px;
}
nav.nav-primary ul li .sub-menu li .sub-menu {
  display: none !important;
  background: #182944;
}
nav.nav-primary ul li .sub-menu li .sub-menu li a {
  padding-left: 35px;
}
@media screen and (min-width: 800px) {
  nav.nav-primary {
    background: transparent;
    margin: 0;
    top: 50%;
    position: absolute;
    right: 30px;
    height: auto;
    bottom: auto;
    left: auto;
    width: auto;
    overflow: visible;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  nav.nav-primary ul {
    margin-top: 0;
  }
  nav.nav-primary ul li {
    display: inline-block;
    /*
    &:not(:last-of-type){margin-right:35px;}
    @include at-query($min, 1200px){
    	&:not(:last-of-type){margin-right:50px;}
    }
    */
  }
  nav.nav-primary ul li .caret {
    display: none;
  }
  nav.nav-primary ul li a {
    color: #5B5E61;
    padding: 45px 10px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1200px) {
  nav.nav-primary ul li a {
    padding: 47px 25px;
  }
}
@media screen and (min-width: 800px) {
  nav.nav-primary ul li:hover a {
    background: #BF372D;
    color: #fff;
  }
  nav.nav-primary ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  nav.nav-primary ul li:hover .sub-menu li a {
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  nav.nav-primary ul li:last-child .sub-menu {
    right: 0;
  }
  nav.nav-primary ul li .sub-menu {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #BF372D;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 225px;
    top: 100%;
    column-count: 1;
    column-gap: 25px;
    padding: 25px;
    padding-bottom: 10px;
  }
  nav.nav-primary ul li .sub-menu li {
    display: block;
    padding-bottom: 15px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  nav.nav-primary ul li .sub-menu li a {
    color: #fff;
    background: transparent;
    opacity: 0;
    padding: 0;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    font-size: 18px;
    line-height: 22px;
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  nav.nav-primary ul li .sub-menu .sub-menu {
    display: none;
  }
}

.wrap, header.banner .container, nav.nav-primary {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

body.menu-open {
  overflow: hidden;
}
body.menu-open .wrap, body.menu-open header.banner .container {
  -moz-transform: translateX(250px);
  -o-transform: translateX(250px);
  -ms-transform: translateX(250px);
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}

.wrap {
  padding-top: 50px;
}
@media screen and (min-width: 800px) {
  .wrap {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .wrap {
    padding-top: 115px;
  }
}

.hero {
  padding: 15px;
}
.hero h1 {
  margin-bottom: 5px;
  color: #264D89;
  font-size: 25px;
  line-height: 30px;
  font-size: 2.5rem;
  line-height: 3rem;
}
.hero p.h3 {
  font-family: open-sans, sans-serif;
  margin-bottom: 15px;
}
.hero .search-form-container {
  padding: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  max-width: 900px;
  margin: auto;
}
.hero .search-form {
  margin: 0;
  width: 100%;
  display: block;
  position: relative;
}
.hero .search-form .input-container {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1000;
}
.hero .search-form .input-container input {
  width: 100%;
  margin: 0;
  height: 40px;
}
.hero .search-form .input-container button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
}
.hero .search-results {
  background: #fff;
  margin-top: -3px;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
  z-index: 999;
  max-height: 300px;
  overflow: auto;
  border-radius: 0 0 7px 7px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hero .search-results.active {
  opacity: 1;
  visibility: visible;
}
.hero .search-results ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.hero .search-results ul li {
  position: relative;
}
.hero .search-results ul li:not(:last-child) {
  margin-bottom: 15px;
}
.hero .search-results ul li a {
  display: block;
  padding-right: 75px;
  position: relative;
}
.hero .search-results ul li a span.post-type {
  position: absolute;
  text-transform: uppercase;
  color: #bfbfbf;
  right: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media screen and (min-width: 800px) {
  .hero {
    padding: 30px;
  }
  .hero .search-form-container {
    margin: 175px auto;
  }
  .hero .search-form-container .search-form .input-container input {
    height: 60px;
  }
  .hero .search-form-container .search-form .input-container button {
    height: 60px;
    width: 60px;
  }
  .hero h1 {
    font-size: 40px;
    line-height: 50px;
    font-size: 4rem;
    line-height: 5rem;
  }
  .hero p.h3 {
    margin-bottom: 30px;
  }
}

.cft-g.button-grid {
  margin-bottom: -30px;
}
.cft-g.button-grid.centered {
  text-align: center;
}
.cft-g.button-grid > .cft-gi {
  margin-bottom: 30px;
  width: 50%;
}
@media screen and (min-width: 1100px) {
  .cft-g.button-grid {
    margin-bottom: -50px;
    margin-left: -50px;
  }
  .cft-g.button-grid > .cft-gi {
    width: 33.3333%;
    margin-bottom: 50px;
    padding-left: 50px;
  }
}

.news-item {
  position: relative;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  padding: 10px;
  padding-right: 180px;
  background: #fff;
  min-height: 150px;
}
.news-item:not(:last-child) {
  margin-bottom: 20px;
}
.news-item .news-item-image {
  width: 150px;
  position: absolute;
  right: 0;
  top: 0;
}
.news-item .news-item-title {
  margin-bottom: 3px;
  color: #264D89;
  font-family: open-sans, sans-serif;
  font-weight: 600;
}
.news-item .news-item-content {
  margin-top: 10px;
}

.read-more-link {
  color: #264D89;
  font-style: italic;
}

.events-feed-container {
  background: #fff;
  padding: 10px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.events-feed-container .events-list {
  padding: 0;
  list-style: none;
  max-height: 450px;
  overflow: auto;
  padding-right: 15px;
}
.events-feed-container .events-list .single-event {
  position: relative;
  min-height: 55px;
  padding: 15px 0;
  padding-left: 115px;
  border-bottom: 1px solid #B9B9B9;
}
.events-feed-container .events-list .single-event .event-title {
  display: block;
}
.events-feed-container .events-list .single-event .date-btn {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 21px;
  line-height: 21px;
  font-size: 2.1rem;
  line-height: 2.1rem;
  padding: 17px;
  width: 100px;
}

.page-header {
  position: relative;
  padding: 100px 0 15px;
  color: #fff;
}
.page-header:after {
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.45) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.45) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130px;
  z-index: 1;
}
@media screen and (min-width: 800px) {
  .page-header {
    padding-top: 220px;
  }
}
.page-header h1, .page-header h2, .page-header h3 {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-size: 4rem;
  line-height: 4.8rem;
  margin: 0;
  z-index: 2;
  position: relative;
}

.page-header-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.visual-link {
  display: block;
}
.visual-link .link-image {
  padding-bottom: 65%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.visual-link .link-text {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #BF372D;
  color: #fff;
  padding: 15px;
  text-align: center;
  margin: 0;
  border-radius: 0 0 10px 10px;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-family: open-sans, sans-serif;
  font-weight: 600;
}
.visual-link:hover .link-image {
  opacity: .85;
}
.visual-link:hover .link-text {
  background: #962b23;
}

.cft-g.visual-links-grid {
  margin-left: -50px;
  margin-bottom: -50px;
}
.cft-g.visual-links-grid > .cft-gi {
  padding-left: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 650px) {
  .cft-g.visual-links-grid > .cft-gi {
    width: 33.333%;
  }
}

.cft-g.page-grid > .cft-gi {
  margin-bottom: 30px;
}
.cft-g.page-grid > .cft-gi.sidebar {
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .cft-g.page-grid {
    margin-left: -50px;
  }
  .cft-g.page-grid > .cft-gi {
    margin-bottom: 0;
    padding-left: 50px;
    width: 67%;
  }
  .cft-g.page-grid > .cft-gi.sidebar {
    width: 33%;
  }
}

.cft-g.footer-grid .cft-gi {
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  .cft-g.footer-grid {
    margin-left: -60px;
  }
  .cft-g.footer-grid .cft-gi {
    margin-bottom: 0;
    padding-left: 60px;
    width: 25%;
  }
  .cft-g.footer-grid .cft-gi:last-child {
    width: 50%;
  }
}

.rounded-box {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #D6DFEC;
  padding: 12px;
}
.rounded-box.light {
  background: #F5F8FD;
}

.page-template-template-people h2.section-header {
  text-align: left;
}

.person-image {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

.person-content {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
.person-content p {
  margin-bottom: 10px;
}

.entry-title {
  font-size: 40px;
  line-height: 50px;
  font-size: 4rem;
  line-height: 5rem;
  margin-bottom: 30px;
}

.sidebar-section:first-child {
  margin-top: 20px;
}
.sidebar-section:not(:last-child) {
  margin-bottom: 30px;
}
.sidebar-section h2.sidebar-section-title {
  font-size: 32px;
  line-height: 40px;
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 17px;
}
.sidebar-section b {
  font-weight: 600;
}

.links-list {
  list-style: none;
}
.links-list li {
  position: relative;
  display: block;
}
.links-list li.has-icon {
  padding-left: 20px;
}
.links-list li.has-icon i {
  position: absolute;
  left: 0;
  top: 5px;
}
.links-list li:not(:last-child) {
  margin-bottom: 10px;
}
.links-list li a {
  color: #264D89;
  font-weight: 600;
}
.links-list li a:hover {
  color: #75BCB6;
}

.calendar-link {
  margin-bottom: 15px;
}

.related-people-grid-wrap {
  margin-bottom: 30px;
}

.cft-g.related-people-grid {
  margin-bottom: -20px;
  margin-left: -20px;
}
.cft-g.related-people-grid > .cft-gi {
  margin-bottom: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 800px) {
  .cft-g.related-people-grid > .cft-gi {
    width: 50%;
  }
  .cft-g.related-people-grid.desk-three > .cft-gi {
    width: 33.3333%;
  }
}

.text-related-content-wrap {
  margin-top: 30px;
  display: block;
}
.text-related-content-wrap h3 {
  margin-bottom: 0px;
}
.text-related-content-wrap ul {
  list-style: none;
}
.text-related-content-wrap .related-content-item:not(:last-child) {
  margin-bottom: 30px;
}

.cft-g.post-item-grid {
  margin-left: -50px;
}
.cft-g.post-item-grid > .cft-gi {
  padding-left: 50px;
}
.cft-g.post-item-grid > .cft-gi.post-image.no-image {
  height: 0;
}
@media screen and (min-width: 650px) {
  .cft-g.post-item-grid {
    direction: rtl;
  }
  .cft-g.post-item-grid > .cft-gi {
    direction: ltr;
    width: 67%;
  }
  .cft-g.post-item-grid > .cft-gi.post-image {
    width: 33%;
  }
}

.posts-index-link {
  text-align: center;
}

.post-item {
  display: block;
}
.post-item.single-post {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #D8D8D8;
}
.post-item:not(:last-of-type) {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.post-item .post-item-header {
  margin-bottom: 20px;
}
.post-item .post-title {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-size: 2.4rem;
  line-height: 3rem;
}
.post-item .post-date {
  direction: block;
}
.post-item .post-image img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.post-item .readmore-wrap {
  margin-top: 15px;
}
@media screen and (min-width: 650px) {
  .post-item:not(:last-of-type) {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
  .post-item .post-image img {
    margin-bottom: 0;
  }
}

footer.site-footer {
  padding: 20px 0;
  background: #182944;
  color: #fff;
  text-align: center;
}
footer.site-footer .copyright {
  font-size: 16px;
}
footer.site-footer .footer-logo {
  max-width: 250px;
  margin: auto;
  display: block;
  margin-bottom: 15px;
}
footer.site-footer a:not(.btn):not(.btn-secondary) {
  color: #fff;
}
footer.site-footer a:not(.btn):not(.btn-secondary):hover {
  color: #75BCB6;
}
footer.site-footer .footer-links ul {
  font-size: 21px;
  line-height: 26px;
  font-size: 2.1rem;
  line-height: 2.6rem;
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}
footer.site-footer .footer-links ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer.site-footer .footer-box {
  max-width: 450px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #D8D8D8;
  padding: 10px 20px;
  color: #5B5E61;
  margin: auto;
}
footer.site-footer .footer-box p {
  margin-bottom: 10px;
}
footer.site-footer .footer-box h3 {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  color: #264D89;
  margin-bottom: 0px;
}
@media screen and (min-width: 800px) {
  footer.site-footer {
    text-align: left;
  }
  footer.site-footer .footer-box {
    max-width: none;
  }
  footer.site-footer .footer-box a.btn, footer.site-footer .footer-box a.btn-secondary {
    width: 100%;
  }
  footer.site-footer .footer-box:after {
    content: "";
    position: relative;
    clear: both;
    display: block;
  }
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(38, 77, 137, 0.5);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.overlay .overlay-container {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -moz-transform: translate(-50%, -20%);
  -o-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  background: #fff;
  width: 80%;
  max-width: 650px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.overlay .overlay-container .overlay-closer {
  background: #264D89;
  color: #fff;
  width: 23px;
  height: 23px;
  background: #264D89;
  position: absolute;
  top: 0px;
  right: -30px;
  border-radius: 50%;
}
.overlay .overlay-container .overlay-closer i {
  font-size: 16px;
  line-height: 23px;
  font-size: 1.6rem;
  line-height: 2.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-52%, -52%);
  -o-transform: translate(-52%, -52%);
  -ms-transform: translate(-52%, -52%);
  -webkit-transform: translate(-52%, -52%);
  transform: translate(-52%, -52%);
}
.overlay .overlay-container .scroll-container {
  width: 100%;
  height: 80vh;
  max-height: 700px;
  overflow: auto;
  padding: 20px;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.overlay.active .overlay-container {
  opacity: 1;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

form {
  margin: 0;
}

.nf-form-content {
  padding: 0 !important;
}

.nf-field-container.submit-container {
  margin-bottom: 0;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
  background: #264D89 !important;
  padding: 8px 10px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-size: 1.6rem !important;
  line-height: 2.4rem !important;
  height: auto !important;
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
  color: #fff !important;
  background: #1b3761 !important;
}

@media (print) {
  header.banner, footer.site-footer, .page-header {
    display: none;
  }
}
.agendas-list {
  margin-top: 30px;
}
.agendas-list h3 {
  margin-top: 7px;
  margin-bottom: 0;
}
.agendas-list .fa-plus, .agendas-list .fa-minus {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}
.agendas-list .agenda-year-trigger {
  display: block;
  position: relative;
  margin-bottom: 0;
  border-bottom: 2px solid #B9B9B9;
  padding-bottom: 7px;
}
.agendas-list .agenda-year-trigger:hover {
  text-decoration: none;
}
.agendas-list .agenda-files {
  margin-bottom: 45px;
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
.agendas-list .agenda-files li {
  padding: 5px;
  position: relative;
  margin-bottom: 0;
  padding-right: 170px;
  padding-left: 25px;
}
.agendas-list .agenda-files li:nth-child(odd) {
  background: #D6DFEC;
}
.agendas-list .agenda-files li i {
  position: absolute;
  left: 5px;
  top: 7px;
}
.agendas-list .agenda-files li .minutes-link {
  position: absolute;
  right: 5px;
  top: 5px;
}

.post-password-form {
  position: relative;
}

.post-password-form input[type="submit"] {
  position: absolute;
  left: 215px;
  margin-top: -59px;
}

#facebook body div._2p3a {
  width: 100% !important;
}

@media print {
  .page-header, header.banner {
    display: none;
  }

  .hero {
    display: none;
  }

  .footer-links {
    display: none;
  }
}
.cft-g.callouts-grid > .cft-gi:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (min-width: 850px) {
  .cft-g.callouts-grid > .cft-gi {
    width: 33.3333%;
  }
  .cft-g.callouts-grid > .cft-gi:not(:last-of-type) {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 950px) {
  .cft-g.callouts-grid {
    margin-left: -60px;
  }
  .cft-g.callouts-grid > .cft-gi {
    padding-left: 60px;
  }
}

table {
  width: 100%;
}
table th {
  background: #D6DFEC;
  padding: 5px 10px;
}
table th:first-child {
  text-align: left;
}
table th:last-child {
  text-align: right;
}
table tr {
  border-bottom: 1px solid #B9B9B9;
}
table td {
  padding: 5px 10px;
}
table td:first-child {
  text-align: left;
}
table td:last-child {
  text-align: right;
}

.expander-trigger {
  font-weight: bold;
  color: #264D89;
  position: relative;
  border: none;
  border-bottom: solid 1px #264D89;
}
.expander-trigger td {
  text-align: left !important;
}
.expander-trigger .year-label div {
  position: relative;
}
.expander-trigger .year-label div i, .expander-trigger .year-label div svg {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  pointer-events: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.expander-trigger.open .year-label div i, .expander-trigger.open .year-label div svg {
  -moz-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.expander-content {
  border: none;
}
.expander-content > td {
  padding: 0;
}
.expander-content .table-container {
  display: none;
}

.social-sidebar {
  display: none;
}
@media screen and (min-width: 800px) {
  .social-sidebar {
    display: block;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 0;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .social-sidebar ul li {
    display: block;
    width: 40px;
  }
  .social-sidebar ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .social-sidebar ul li a {
    display: block;
    width: 40px;
    height: 40px;
    background: #264D89;
    color: #fff;
    position: relative;
    font-size: 20px;
  }
  .social-sidebar ul li a:hover {
    color: #fff;
    background: #3163b1;
  }
  .social-sidebar ul li a i {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/*# sourceMappingURL=main.css.map */
