<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Wavecrest
Description: WordPress Theme for Wavecrest
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
}

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

::-webkit-input-placeholder {
  color: rgba(51, 109, 136, 0.32);
}

::-moz-placeholder {
  color: rgba(51, 109, 136, 0.32);
  opacity: 1;
}

input[type=tel],
input[type=url],
input[type=password],
input[type=text],
input[type=email],
input[type=reset],
input[type=button],
input[type=submit],
button,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

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

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a[href],
label[for],
select,
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

button,
input[type=button],
input[type=image],
input[type=reset],
input[type=submit] {
  padding: 0;
  overflow: visible;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=image]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: 0;
}

.hide {
  position: absolute;
  left: -9999em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

th,
td {
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}

address,
cite,
dfn {
  font-style: normal;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

textarea {
  overflow: auto;
}

html {
  height: 100%;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}

input,
button,
textarea {
  outline: none;
  font-family: 'myriad-pro', sans-serif;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track a {
  outline: none;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Normalized Styles
------------------------------------------------------------------------------*/

body {
  font: 14px/1.461em 'myriad-pro', sans-serif;
  background: #ffffff;
  -webkit-text-size-adjust: none;
  position: relative;
  min-height: 100%;
  color: #58595b;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main {
  position: relative;
  padding-top: 10px;
  margin-top: -10px;
  overflow: hidden;
  padding-bottom: 24px;
}

.home .main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 5;
  margin-top: 0;
  padding-top: 0;
  -ms-flex-positive: 5;
  flex-grow: 5;
  min-height: 300px;
  height: 100%;
}

.header:after {
  clear: both;

  display: block;
  content: "";
}

.home-slider {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 24px;
  overflow: hidden;
  left: 0;
  right: 0;
}

.home-slider .slick-list,
.home-slider .slick-track {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.home-slider .item {
  width: 100%;
  height: 100%;
  font-size: 40px;
  position: relative;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  background: no-repeat 50% 50%;
  background-size: cover;
}

.home-slider .item h2 {
  color: inherit;
  font-size: inherit;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

button {
  background: none;
  padding: 0;
  border: 0;
  outline: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: all .3s ease;
  color: inherit;
}

.container {
  padding: 0 20px;
  padding: 0;
  width: 1100px;
  margin: auto;
  max-width: 100%;
}

.bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: no-repeat 50% 50%;
  background-size: cover;
}

.retina {
  display: none;
}

.person-item p a:hover img {
  opacity: .5;
}

/* Header
------------------------------------------------------------------------------*/

.header {
  background: url(../images/bg-top.jpg) no-repeat 100% 0;
  background-size: auto 140px;
  padding-bottom: 24px;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.header .logo {
  float: left;
  padding: 20px 17px 0;
}

.maph {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-nav {
  clear: both;
  display: block;
  padding-top: 10px;
  height: 36px;
}

.main-nav&gt;ul {
  padding-left: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-nav&gt;ul&gt;li {
  position: relative;
  margin-right: 10px;
  /*margin-left: 5px;*/
  /*&amp;:hover &gt; a {
      padding-left: 0;
      padding-right: 0;
      }*/
}

.main-nav a {
  text-transform: uppercase
}

.main-nav&gt;ul&gt;li&gt;a {
  display: block;
  font-size: 14px;
  /*margin: 0 -10px;*/
  line-height: 17px;
  text-align: center;
  transition: color .3s ease;
  padding: 12px 10px 7px;
  color: #939598;
  white-space: nowrap;
}

.main-nav&gt;ul&gt;li&gt;a:hover {
  color: #292561;
  /*font-weight: 600;*/
}

.main-nav&gt;ul&gt;li.current,
.main-nav li.current-menu-ancestor&gt;a,
.main-nav li.current-menu-item&gt;a {
  color: #292561;
  font-weight: 600;
}

.main-nav&gt;ul li:hover&gt;ul {
  opacity: 1;
  pointer-events: auto;
}

.main-nav&gt;ul ul {
  position: absolute;
  min-width: 159px;
  z-index: 99;
  left: -5px;
  transition: opacity .3s ease;
  background: #dfdfe7;
  pointer-events: none;
  opacity: 0;
  top: 100%;
}

.main-nav&gt;ul ul ul {
  left: 100%;
  top: 0;
}

.main-nav&gt;ul ul li {
  display: block;
  position: relative;
}

.main-nav&gt;ul ul li:hover&gt;a {
  background: #b6c5dd;
}

.main-nav&gt;ul ul li+li {
  border-top: 2px solid #fff;
}

.main-nav&gt;ul ul li li a {
  font-style: italic;
}

.main-nav&gt;ul ul li a {
  display: block;
  font-size: 13px;
  font-weight: normal;
  padding: 8px 10px;
  line-height: 14px;
  text-transform: none;
  color: #58595b;
}

.main-nav&gt;ul ul li a:hover {
  background: #b6c5dd;
}

.main-nav&gt;ul ul li a.current&gt;a {
  background: #b6c5dd;
}

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -24px;
}

.row .col {
  padding-left: 24px;
  width: 25.8%;
}

.row .col.half {
  width: 50%;
}

.row .col.col-span-2 {
  width: 51.6%;
}

.row .col.col-span-3 {
  width: 77.4%;
}

.row .col.sm {
  width: 22.6%;
}

.job-meta {
  margin: -6px 0 6px;
}

.meta {
  margin: -6px 0 13px;
}

.h1,
h3,
h1 {
  color: #19499a;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: -4px;
}

h2 {
  color: #292561;
  font-weight: 600;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: -1px;
  margin-top: -3px;
}

.person-item {
  text-align: center;
}

.person-item .photo {
  margin-bottom: 11px;
}

.person-item h1 {
  margin-bottom: 0px;
}

.person-item p {
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 18px;
}

.person-item p a {
  color: #18489a;
  font-weight: normal;
}

.person-item p a:hover {
  text-decoration: underline;
}

.ci:not(.btn) {
  color: inherit;
  font-weight: inherit;
}

.btn {
  display: inline-block;
  padding: 7px 13px;
  letter-spacing: 0;
  line-height: 20px;
  background: #18489a;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  vertical-align: top;
}

.btn:hover {
  background: #5377b3;
  text-decoration: none;
}

.wp-caption {
  max-width: 50%;
  width: 270px;
  margin: auto;
  margin-bottom: 5px;
}

.wp-caption+p {
  margin-top: -7px;
}

.wp-caption.alignleft {
  float: left;
  margin-right: 20px;
}

.wp-caption.alignright {
  float: right;
  margin-left: 20px;
}

.wp-caption .wp-caption-text {
  font-style: italic;
  padding-top: 10px;
  display: block;
}

.map {
  height: 0;
  padding-bottom: 54%;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  border: 1px solid #18489a;
}

.box-grey+blockquote {
  margin-top: 19px;
}

.entry {
  /*text-align: justify;*/
  /* margin-bottom: -8px; */
}
.entry:not(:first-child) {
  margin-top: 10px;
}

.entry .row {
  margin-top: -2px;
}

.entry p+h2 {
  padding-top: 6px;
}

.entry .ci:not(.btn) {
  color: inherit;
  font-weight: inherit;
}

.entry .date {
  margin-top: -5px;
  font-size: 12px;
}

.entry li:last-child .date {
  margin-bottom: -11px;
}

.entry p+.btn {
  margin-top: 12px;
}

.entry p:first-child {
  margin-top: -4px;
}

.entry a:not(.btn) {
  color: #18489a;
  font-weight: 600;
}

.entry a:not(.btn):hover {
  text-decoration: underline;
}

.entry h2+h2 {
  margin-top: 7px;
}

.entry h2+h2:last-child {
  padding-bottom: 15px;
}

.entry ul {
  padding: 8px 0 14px;
}

.entry ul:last-child {
  padding-bottom: 10px;
}

.entry h2 a:not(.btn) {
  color: inherit;
}

.entry ol&gt;li {
  list-style: decimal outside;
  padding-left: 12px;
  position: relative;
  line-height: 24px;
  padding-bottom: 3px;
  margin-top: -3px;
  text-align: left;
}

.entry ul&gt;li {
  padding-left: 0px;
  position: relative;
  line-height: 24px;
  padding-bottom: 24px;
  text-align: left;
}

.entry ul&gt;li a {
  font-weight: normal;
}

.entry ul&gt;li:before {
  content: "";
  background: #292561;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 9px;
}
.entry &gt; ul &gt; li:before {
  display: none;
}
.entry p {
  padding-bottom: 8px;
}

blockquote:first-child {
  margin-top: -4px;
}

blockquote p {
  font-size: 14px;
  line-height: 20px;
  color: #18489a;
  font-style: italic;
}

blockquote cite {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  letter-spacing: .05em;
  color: #18489a;
  text-align: right;
}

blockquote cite small {
  font-size: 12px;
}

.side-nav {
  background: #18489a;
  padding: 14px 0 16px;
  margin-bottom: 20px;
  font-size: 14px;
}

.side-nav:last-child {
  margin-bottom: 0;
}

.side-nav a {
  display: block;
  line-height: 26px;
  color: #fff;
  padding: 0 28px;
}

.side-nav&gt;ul&gt;li&gt;a:hover:before,
.side-nav&gt;ul&gt;li&gt;a:hover:after {
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px);
}

.side-nav&gt;ul&gt;li {
  position: relative;
}

.side-nav&gt;ul&gt;li.current&gt;a:before,
.side-nav&gt;ul&gt;li.current&gt;a:after,
.side-nav&gt;ul&gt;li.current_page_item&gt;a:before,
.side-nav&gt;ul&gt;li.current_page_item&gt;a:after,
.side-nav .current-menu-parent a:before,
.side-nav .current-menu-parent a:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.side-nav&gt;ul&gt;li&gt;a:after {
  content: "";
  width: 17px;
  background: #fff;
  -webkit-transform: translateX(-24px);
  transform: translateX(-24px);
  height: 15px;
  transition: all .3s ease;
  position: absolute;
  left: 0;
  top: 7px;
}

.side-nav&gt;ul&gt;li&gt;a:before {
  content: "";
  position: absolute;
  left: 17px;
  transition: all .3s ease;
  top: 7px;
  width: 0;
  -webkit-transform: translateX(-24px);
  transform: translateX(-24px);
  box-shadow: -1px 0 0 #Fff;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 7px;
  border-color: transparent transparent transparent #fff;
}

.side-nav ul ul {
  padding-left: 15px;
}

.side-nav ul ul .current,
.side-nav ul ul .current_page_item,
.side-nav ul ul .current-menu-item {
  padding-left: 15px;
}

.side-nav ul ul .current a,
.side-nav ul ul .current_page_item a {
  font-style: normal;
}

.side-nav ul ul a {
  color: #a0a1a3;
  font-style: italic;
}

.side-nav ul ul a:hover {
  color: #fff;
}

.side-nav .current&gt;a,
.side-nav .current_page_item&gt;a,
.side-nav .current-menu-item &gt;a,
.side-nav .current-menu-parent&gt;a {
  font-weight: bold;
  font-style: normal;
  color: #fff;
}

.acc-content {
  display: none;
  margin: -3px 0;
  padding-top: 10px;
  line-height: 18px;
  font-size: 14px;
}

.acc-content.active {
  display: block;
}

.acc-title {
  padding-right: 10px;
  position: relative;
  padding-bottom: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #292561;
  font-weight: bold;
  margin-right: 11px;
}

.acc-title:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
/*   background: url(images/bg-acc.png) no-repeat; */
  width: 9px;
  height: 9px;
  background-size: 9px auto;
}

.acc-title.active {
  font-weight: 700;
}

.acc-title.active:before {
  background-position: 50% 100%;
}

.image {
  margin-bottom: 24px;
}

.image:last-child {
  margin-bottom: 0;
}

.image a {
  display: block;
}

.image img {
  width: 100%;
  display: block;
}

.image .item {
  width: 100%;
}

.image.slider&gt;.item {
  display: none;
}

.image.slider&gt;.item:first-child {
  display: block;
}

.box-grey {
  padding: 18px 20px 9px;
  padding-right: 5px;
  margin-bottom: 0;
  background: #e6e7e8;
}

.footer {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  line-height: 0;
  /* background: url(images/bg-foot.png) no-repeat 100% 50%; */
  /* background-size: auto 15px; */
}

.footer .copy {
  padding: 2px 340px 0 40px;
  font-size: 12px;
  color: #19499a;
  letter-spacing: -0.02em;
  line-height: 15px;
  position: relative;
/*   background: url(images/bg-foot-l.png) no-repeat 0 50%; */
  background-size: auto 14px;
}

.footer .copy a:hover {
  text-decoration: underline;
}

.footer .copy .div {
  padding: 0 6px;
}

.boxes {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.boxes a {
  display: block;
  width: 50%;
  max-width: 50%;
  max-height: 200px;
  /* height: 200px; */
  padding: 10px;
  transition: all 0.3s;
}

.boxes a:hover {
  opacity: 0.7;
}

.boxes a .box {
  width: 100%;
  height: 100%;
  background: #bcbec0;
}

@media screen and (max-width: 1099px) {
  .main-nav {
    width: 240px;
    background: #18489a;
    color: #fff;
    transition: all .3s ease;
    position: fixed;
    top: 0;
    padding-top: 60px;
    bottom: 0;
    height: 100%;
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    z-index: 100;
    -webkit-overflow-scrolling: touch;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
  }

  .active-menu .main-nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .main-nav&gt;ul {
    display: block;
  }

  .main-nav ul ul .sub-trigger {
    top: -4px;
    right: 0;
  }

  .main-nav ul ul .sub-trigger:before {
    content: "";
    border-color: #18489a transparent transparent transparent;
  }

  .main-nav .hover&gt;.sub-trigger:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .main-nav .sub-trigger {
    background: rgba(0, 0, 0, 0.001);
    position: absolute;
    top: 5px;
    bottom: 0;
    cursor: pointer;
    z-index: 9;
    height: 30px;
    width: 40px;
    right: -12px;
  }

  .main-nav .sub-trigger:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-width: 5px 3.5px 0 3.5px;
    border-color: #fff transparent transparent transparent;
  }

  .main-nav&gt;ul li {
    position: relative;
  }

  .main-nav&gt;ul&gt;li&gt;a {
    color: #fff;
    text-align: left;
  }

  .main-nav&gt;ul&gt;li&gt;a:hover {
    color: #fff;
  }

  .main-nav&gt;ul .hover&gt;ul {
    display: block;
  }

  .main-nav&gt;ul ul {
    position: static;
    opacity: 1;
    display: none;
    margin: 0 -12px;
    pointer-events: auto;
  }

  .main-nav&gt;ul ul ul {
    display: block;
    border-top: 2px solid #fff;
    padding-left: 12px;
  }

  .main-nav&gt;ul ul ul a {
    padding-left: 20px;
  }

  .main-nav&gt;ul ul li li.current-menu-item a {
    font-style: normal;
  }

  .header {
    position: relative;
    padding-left: 40px;
  }

  .menu-trigger {
    display: block;
    cursor: pointer;
    width: 70px;
    padding: 20px;
    height: 60px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 999;
  }

  .active-menu .menu-trigger {
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto;
  }

  .active-menu .menu-trigger:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #18489a;
  }

  .menu-trigger span {
    display: block;
    transition: all .3s ease;
    margin-bottom: 4px;
    height: 3px;
    background: #18489a;
  }

  .active-menu .menu-trigger span {
    background: #fff;
  }

  .active-menu .menu-trigger span:nth-child(2) {
    opacity: 0;
  }

  .active-menu .menu-trigger span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 9px 0 -10px;
  }

  .active-menu .menu-trigger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 1023px) {
  blockquote:first-child {
    margin-top: 0;
  }

  .header {
    background-size: auto 100px;
  }

  .header .logo img {
    height: 80px;
  }

  .row {
    display: block;
  }

  .row:after {
    content: "";
    clear: both;
    display: block;
  }

  .entry .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .row .col.sm {
    width: 30%;
    float: left;
  }

  .row .col.sm+.col~.col {
    padding-top: 24px;
  }

  .row .col.col-span-2,
  .row .col.col-span-3,
  .row .col {
    width: 70%;
    margin-left: auto;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
	.footer .container {
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
  .main {
    padding-bottom: 0;
  }

  .home-slider .item {
    font-size: 30px;
  }

  .home-slider {
    bottom: 0;
  }

  .footer .copy {
    padding: 0 0 0 30px;
    background-position: 0 2px;
    background-size: auto 10px;
  }

  .footer {
/*     padding-bottom: 24px; */
    margin-top: 24px;
    background-position: 100% 100%;
    background-size: auto 10px;
    margin-bottom: 0;
  }

  .header {
    padding-left: 0;
    background-size: 50% 10px;
    background-position: 100% 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .row .col {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .row .col.half {
    min-width: 50%;
  }

  .row .col.sm {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    padding-top: 24px;
  }
  .row .col.col-span-3 {
    width: 100%;
  }

  .header .logo {
    width: 134px;
    float: none;
    margin: 20px auto;
    display: block;
    padding: 0;
  }
}
/* 
@media screen and (max-width: 667px) {
  .home .main {
    min-height: 493px;
  }

  .boxes a {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 300px;
    margin-bottom: 20px;
    padding: 0;
  }
} */

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .non-retina {
    display: none;
  }

  .retina {
    display: block;
  }

  .header {
    background-image: url(../images/bg-top.jpg);
  }

  .acc-title:before {
/*     background-image: url(images/bg-acc@2x.png); */
  }

  .footer {
/*     background-image: url(images/bg-foot@2x.png); */
  }

  .footer .copy {
/*     background-image: url(images/bg-foot-l@2x.png); */
  }
}

/* Update on 11-06-2020 for Directors */
.directors-wrap {
	display: flex;
  flex-wrap: wrap;
}
.directors-wrap .sng-director {
	display: block;
  width: 140px;
	margin: 0 14px 40px;
}
.directors-wrap .sng-director .img-wrap {
	width: 130px;
  height: 180px;
  margin: 0 auto 10px;
	background-color: #D1D3D4;
	line-height: 0;
}
.directors-wrap .sng-director .img-wrap img {
  width: 100%;
  height: 100%;
}
.directors-wrap .sng-director p.name {
	font-size: 16px;
	line-height: 21px;
	margin: 0 0 5px;
	color: #19499A;
	font-weight: 700;
	text-align: center;
}
.directors-wrap .sng-director p.pos {
	color: #58595B;
	font-size: 14px;
	line-height: 20px;
  margin: 0;
  text-align: center;
}

.news-entry:not(:last-child) {
	border-bottom: 1px solid #808285;
	padding-bottom: 12px;
}
.news-entry p.publication:first-child {
	color: #808285;
	font-weight: 600;
	font-style: italic;
	margin-top: 0;
}
.news-entry .external {
	font-style: italic;
}
.year-archives {
	padding: 20px 18px;
}
.year-archives li {
	list-style: none;
	padding-left: 20px;
}
.year-archives li:not(:last-child) {
	margin-bottom: 5px;
}
.year-archives li a {
	color: #292561;
	font-size: 15px;
	padding-left: 20px;
	position: relative;
}
.year-archives li a::before {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	top: calc(50% - 3.5px);
	left: 0;
	background: #292561;
}
.year-archives li a:after {
	content: ' Articles'
}
.single-job:not(:first-child) {
	padding-top: 10px;
	border-top: 1px solid #808285; 
}
.col-span-2 .box-grey h2 {
	color: #19499a;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: -4px;
}
.col-span-2 .box-grey &gt; ul &gt; li {
	padding-bottom: 15px;
	padding-left: 0;
}
.col-span-2 .box-grey .acc-title {
	color: #19499a;
	font-weight: 600;
	line-height: 20px;
	font-size: 16px;
}

/* Rental Page */
.page-template-rentals .col-span-2 .box-grey h5 {
	color: #19499a;
	font-weight: 600;
	line-height: 20px;
	font-size: 14px;
}
.page-template-rentals .col-span-2 .box-grey ul &gt; li {
	padding-left: 12px;
	padding-bottom: 3px;
}
.page-template-rentals .col-span-2 .box-grey ul &gt; li::after {
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	background: #292561;
	width: 7px;
	height: 7px;
}
.page-template-rentals .float-box hr {
	margin-top: 0;
}
.page-template-rentals .float-box h2 {
	text-align: center;
	color: #19499a;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 0;
}
.page-template-rentals .float-box img {
	display: block;
	margin: 15px 0;
}
.single-employee .box-grey ul li {
	padding-left: 12px;
	position: relative;
	line-height: 24px;
	padding-bottom: 3px;
	margin-top: -3px;
	text-align: left;
}
.single-employee .box-grey ul li::after {
    position: absolute;
    left: 0;
    top: 9px;
	content: "";
    background: #292561;
    width: 7px;
    height: 7px;
}</pre></body></html>