/* Minification failed. Returning unminified contents.
(7831,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7855,20): run-time error CSS1039: Token not allowed after unary operator: '-transition'
(7874,20): run-time error CSS1039: Token not allowed after unary operator: '-transition'
(7890,20): run-time error CSS1039: Token not allowed after unary operator: '-transition'
(7935,20): run-time error CSS1039: Token not allowed after unary operator: '-transition'
 */
.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url(/assets/Covington/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM/HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
  filter: alpha(opacity=50); /* Netscape */
  -moz-opacity: 0.5; /* Safari 1.x */
  -khtml-opacity: 0.5; /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: rgb(17, 169, 17);
  box-shadow: none;
  border-color: transparent;
  background-image: url(/assets/Covington/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: black;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}

body.nav-open,
body.scroll-disabled {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.container-fluid .row {
  margin-right: -30px;
  margin-left: -30px;
  padding-right: 15px;
  padding-left: 15px;
}
.container-fluid .row .col, .container-fluid .row .col-1, .container-fluid .row .col-10, .container-fluid .row .col-11, .container-fluid .row .col-12, .container-fluid .row .col-2, .container-fluid .row .col-3, .container-fluid .row .col-4, .container-fluid .row .col-5, .container-fluid .row .col-6, .container-fluid .row .col-7, .container-fluid .row .col-8, .container-fluid .row .col-9, .container-fluid .row .col-auto, .container-fluid .row .col-lg, .container-fluid .row .col-lg-1, .container-fluid .row .col-lg-10, .container-fluid .row .col-lg-11, .container-fluid .row .col-lg-12, .container-fluid .row .col-lg-2, .container-fluid .row .col-lg-3, .container-fluid .row .col-lg-4, .container-fluid .row .col-lg-5, .container-fluid .row .col-lg-6, .container-fluid .row .col-lg-7, .container-fluid .row .col-lg-8, .container-fluid .row .col-lg-9, .container-fluid .row .col-lg-auto, .container-fluid .row .col-md, .container-fluid .row .col-md-1, .container-fluid .row .col-md-10, .container-fluid .row .col-md-11, .container-fluid .row .col-md-12, .container-fluid .row .col-md-2, .container-fluid .row .col-md-3, .container-fluid .row .col-md-4, .container-fluid .row .col-md-5, .container-fluid .row .col-md-6, .container-fluid .row .col-md-7, .container-fluid .row .col-md-8, .container-fluid .row .col-md-9, .container-fluid .row .col-md-auto, .container-fluid .row .col-sm, .container-fluid .row .col-sm-1, .container-fluid .row .col-sm-10, .container-fluid .row .col-sm-11, .container-fluid .row .col-sm-12, .container-fluid .row .col-sm-2, .container-fluid .row .col-sm-3, .container-fluid .row .col-sm-4, .container-fluid .row .col-sm-5, .container-fluid .row .col-sm-6, .container-fluid .row .col-sm-7, .container-fluid .row .col-sm-8, .container-fluid .row .col-sm-9, .container-fluid .row .col-sm-auto, .container-fluid .row .col-xl, .container-fluid .row .col-xl-1, .container-fluid .row .col-xl-10, .container-fluid .row .col-xl-11, .container-fluid .row .col-xl-12, .container-fluid .row .col-xl-2, .container-fluid .row .col-xl-3, .container-fluid .row .col-xl-4, .container-fluid .row .col-xl-5, .container-fluid .row .col-xl-6, .container-fluid .row .col-xl-7, .container-fluid .row .col-xl-8, .container-fluid .row .col-xl-9, .container-fluid .row .col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
}
.container-fluid.container-fluid--max-width {
  max-width: 1470px;
}
.container-fluid.container-fluid--no-gutters {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.container-fluid.container-fluid--no-gutters .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.container-fluid.container-fluid--no-gutters .row > .col,
.container-fluid.container-fluid--no-gutters .row > [class*=col-] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

h1.h1-styling,
h2.h1-styling,
h3.h1-styling,
h4.h1-styling,
h5.h1-styling, h1,
h1.h2-styling,
h2.h2-styling,
h3.h2-styling,
h4.h2-styling,
h5.h2-styling,
h2,
h1.h3-styling,
h2.h3-styling,
h3.h3-styling,
h4.h3-styling,
h5.h3-styling,
h3,
h1.h4-styling,
h2.h4-styling,
h3.h4-styling,
h4.h4-styling,
h5.h4-styling,
h4,
h1.h5-styling,
h2.h5-styling,
h3.h5-styling,
h4.h5-styling,
h5.h5-styling,
h5,
h1.h5-styling-alt,
h2.h5-styling-alt,
h3.h5-styling-alt,
h4.h5-styling-alt,
h5.h5-styling-alt {
  color: black;
  margin: 0 0 24px 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}
h1.bold-heading,
h2.bold-heading,
h3.bold-heading,
h4.bold-heading,
h5.bold-heading {
  font-weight: 700;
}
h1.white-heading,
h2.white-heading,
h3.white-heading,
h4.white-heading,
h5.white-heading {
  color: white;
}
h1.teal-heading,
h2.teal-heading,
h3.teal-heading,
h4.teal-heading,
h5.teal-heading {
  color: #0F4859;
}

h1.h1-styling,
h2.h1-styling,
h3.h1-styling,
h4.h1-styling,
h5.h1-styling, h1 {
  font-size: 48px;
  line-height: 60px;
}

h1.h2-styling,
h2.h2-styling,
h3.h2-styling,
h4.h2-styling,
h5.h2-styling, h2 {
  font-size: 36px;
  line-height: 42px;
}

h1.h3-styling,
h2.h3-styling,
h3.h3-styling,
h4.h3-styling,
h5.h3-styling, h3 {
  font-size: 24px;
  line-height: 36px;
}

h1.h4-styling,
h2.h4-styling,
h3.h4-styling,
h4.h4-styling,
h5.h4-styling, h4 {
  font-size: 18px;
  line-height: 28px;
}

h1.h5-styling,
h2.h5-styling,
h3.h5-styling,
h4.h5-styling,
h5.h5-styling, h5 {
  font-size: 16px;
  line-height: 24px;
}

h1.h5-styling-alt,
h2.h5-styling-alt,
h3.h5-styling-alt,
h4.h5-styling-alt,
h5.h5-styling-alt {
  color: #0F4859;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 768px) {
  h1, h1.h1-styling,
  h2.h1-styling,
  h3.h1-styling,
  h4.h1-styling,
  h5.h1-styling {
    font-size: 60px;
    line-height: 75px;
  }
  h2, h1.h2-styling,
  h2.h2-styling,
  h3.h2-styling,
  h4.h2-styling,
  h5.h2-styling {
    font-size: 36px;
    line-height: 45px;
  }
  h3, h1.h3-styling,
  h2.h3-styling,
  h3.h3-styling,
  h4.h3-styling,
  h5.h3-styling {
    font-size: 28px;
    line-height: 35px;
  }
  h4, h1.h4-styling,
  h2.h4-styling,
  h3.h4-styling,
  h4.h4-styling,
  h5.h4-styling {
    font-size: 22px;
    line-height: 28px;
  }
}
p {
  margin-bottom: 24px;
}
p.bold,
p span.bold {
  font-weight: 700;
}

a {
  color: #3A6F8F;
  text-decoration: none;
}
a:hover {
  color: #3A6F8F;
  text-decoration: underline;
}

ul {
  margin: 0 0 24px 0;
  padding: 0 0 0 24px;
  list-style-type: none;
}
ul > li {
  margin: 0 0 14px 0;
  padding: 0;
  position: relative;
}
ul > li:before {
  width: 8px;
  height: 8px;
  background-color: #A0A0A0;
  display: block;
  position: absolute;
  top: 0.5em;
  left: -24px;
  content: "";
}
ul > li > ul {
  margin: 14px 0 0 0;
  padding: 0 0 0 20px;
}
ul > li > ul > li:before {
  border-radius: 100%;
  left: -20px;
}
ul > li > ul > li > ul > li:before {
  background-color: white;
  border: 1px solid #A0A0A0;
}
ul > li > ul > li > ul > li > ul > li:before {
  border-radius: 0;
  background-color: #A0A0A0;
  border: 0 none;
}
ul > li > ul > li > ul > li > ul > li > ul > li:before {
  border-radius: 100%;
  background-color: #A0A0A0;
}
ul.unlisted {
  margin: 0;
  padding: 0;
}
ul.unlisted > li {
  margin: 0;
  padding: 0;
  position: static;
}
ul.unlisted > li:before {
  display: none;
}
ul.unlisted > li > ul {
  margin: 0;
  padding: 0;
}
ul.inline > li {
  display: inline-block;
  vertical-align: top;
}

.hidden-text-for-accessibility {
  width: 1px;
  height: 1px;
  border: 0;
  overflow: hidden;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  clip: rect(0 0 0 0);
}

@media (min-width: 768px) {
  .hidden-text-for-accessibility-desktop {
    width: 1px;
    height: 1px;
    border: 0;
    overflow: hidden;
    margin: -1px !important;
    padding: 0 !important;
    position: absolute !important;
    clip: rect(0 0 0 0);
  }
}
.form-group {
  margin: 0 0 30px 0;
}

.form-group input.form-control {
  border-radius: 5px;
  margin: 0;
  padding: 0 15px 0 15px;
}
.form-group input.form-control:focus {
  box-shadow: none;
}

.custom-select-links {
  width: 100%;
  max-width: 202px;
  margin-bottom: 30px;
  position: relative;
}
.custom-select-links .custom-select-links__trigger {
  width: 100%;
  height: 45px;
  color: white;
  border-bottom: 1px solid white;
  padding: 12px 0 0 2px;
  position: relative;
  font-size: 18px;
  line-height: 21px;
  cursor: pointer;
}
.custom-select-links .custom-select-links__trigger:after {
  width: 16px;
  height: 10px;
  background: url(/assets/Covington/img/icon-chevron-down.svg) no-repeat center center;
  background-size: 16px 10px;
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.custom-select-links ul.unlisted.custom-select-links__dropdown {
  width: 100%;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 44px;
  z-index: 10;
  pointer-events: none;
}
.custom-select-links ul.unlisted.custom-select-links__dropdown li a {
  color: #444444;
  padding: 11px 20px 11px 20px;
  display: block;
  font-weight: 400;
  text-decoration: none !important;
}
.custom-select-links ul.unlisted.custom-select-links__dropdown li a:hover {
  background-color: #0F4859;
  color: white;
}
.custom-select-links.custom-select-links--blue .custom-select-links__trigger {
  color: #0F4859;
  border-bottom: 1px solid #0F4859;
}
.custom-select-links.custom-select-links--blue .custom-select-links__trigger:after {
  background: url(/assets/Covington/img/icon-chevron-down-teal.svg) no-repeat center center;
  background-size: 16px 10px;
}
.custom-select-links.custom-select-links--blue ul.unlisted.custom-select-links__dropdown {
  top: 45px;
}
.custom-select-links.custom-select-links--open .custom-select-links__trigger:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.custom-select-links.custom-select-links--open ul.unlisted.custom-select-links__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.custom-select-links-mobile-button {
  width: 100%;
  position: relative;
}
.custom-select-links-mobile-button .custom-select-links-mobile-button__trigger {
  height: 42px !important;
  background-color: white;
  color: #0F4859 !important;
  border: none;
  border-radius: 21px;
  margin: 0;
  padding: 12px 22px 0 22px;
  display: block;
  position: relative;
  z-index: 4;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select-links-mobile-button .custom-select-links-mobile-button__trigger:after {
  width: 9px;
  height: 16px;
  background: url(/assets/Covington/img/icon-chevron-right-teal.svg) no-repeat center center;
  background-size: 9px 16px;
  display: block;
  position: absolute;
  top: 13px;
  right: 20px;
  z-index: 2;
  pointer-events: none;
  content: "";
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.custom-select-links-mobile-button .custom-select-links-mobile-button__trigger:focus {
  color: white;
  box-shadow: none;
}
.custom-select-links-mobile-button ul.unlisted.custom-select-links-mobile-button__dropdown {
  width: auto;
  min-width: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
  padding-top: 21px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% - 21px);
  left: 0;
  z-index: 3;
  pointer-events: none;
}
.custom-select-links-mobile-button ul.unlisted.custom-select-links-mobile-button__dropdown li a {
  color: #444444;
  padding: 11px 20px 11px 20px !important;
  display: block;
  font-weight: 400;
  text-decoration: none !important;
}
.custom-select-links-mobile-button ul.unlisted.custom-select-links-mobile-button__dropdown li.disabled {
  display: none;
}
.custom-select-links-mobile-button ul.unlisted.custom-select-links-mobile-button__dropdown li:hover {
  background-color: #0F4859 !important;
}
.custom-select-links-mobile-button ul.unlisted.custom-select-links-mobile-button__dropdown li:hover a {
  color: white;
}
.custom-select-links-mobile-button.custom-select-links-mobile-button--teal .custom-select-links-mobile-button__trigger {
  height: 36px !important;
  color: #0F4859;
  border: 2px solid #0F4859;
  margin-top: 20px;
  padding-top: 7px;
  font-size: 14px;
}
.custom-select-links-mobile-button.custom-select-links-mobile-button--teal .custom-select-links-mobile-button__trigger:after {
  top: 8px;
}
.custom-select-links-mobile-button.custom-select-links-mobile-button--open ul.unlisted.custom-select-links-mobile-button__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (min-width: 992px) {
  .custom-select-links-mobile-button {
    max-width: 150px;
    margin-bottom: 30px;
  }
  .custom-select-links-mobile-button .custom-select-links-mobile-button__trigger {
    width: 100%;
    height: 25px !important;
    background-color: transparent;
    color: white !important;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    padding: 2px 22px 0 0;
    position: relative;
    font-weight: 700;
    font-size: 10px;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .custom-select-links-mobile-button .custom-select-links-mobile-button__trigger:after {
    width: 14px;
    height: 8px;
    background: url(/assets/Covington/img/icon-chevron-down.svg) no-repeat center center;
    background-size: 14px 8px;
    display: block;
    position: absolute;
    top: 8px;
    right: 2px;
    z-index: 2;
    pointer-events: none;
    content: "";
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    -ms-transition: transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
  }
  .custom-select-links-mobile-button ul.unlisted.custom-select-links-mobile-button__dropdown {
    width: 100%;
    background-color: white;
    padding-top: 0;
    position: absolute;
    left: 0;
    top: 24px;
    z-index: 10;
  }
  .custom-select-links-mobile-button ul.unlisted.custom-select-links-mobile-button__dropdown li a {
    color: #444444;
    padding: 6px 100px 6px 10px;
    display: block;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none !important;
  }
  .custom-select-links-mobile-button ul.unlisted.custom-select-links-mobile-button__dropdown li a:hover {
    background-color: #0F4859;
    color: white;
  }
  .custom-select-links-mobile-button .SelectBox {
    height: 25px !important;
    padding: 2px 0 0 0;
  }
  .custom-select-links-mobile-button .SelectBox:after {
    width: 14px;
    height: 8px;
    background-size: 14px 8px;
    top: 8px;
    right: 2px;
  }
  .custom-select-links-mobile-button .SelectBox > span.placeholder {
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .custom-select-links-mobile-button.custom-select-links-mobile-button--teal {
    margin-top: -3px;
  }
  .custom-select-links-mobile-button.custom-select-links-mobile-button--teal .custom-select-links-mobile-button__trigger {
    height: 25px !important;
    color: #0F4859 !important;
    border: none;
    border-bottom: 1px solid #0F4859 !important;
    margin-top: 0;
    padding-top: 2px;
    font-size: 10px;
  }
  .custom-select-links-mobile-button.custom-select-links-mobile-button--teal .custom-select-links-mobile-button__trigger:after {
    background: url(/assets/Covington/img/icon-chevron-down-teal.svg) no-repeat center center;
    background-size: 14px 8px;
  }
  .custom-select-links-mobile-button.custom-select-links-mobile-button--open .custom-select-links-mobile-button__trigger:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.SumoSelect {
  width: 100%;
  display: block;
}
.SumoSelect > .CaptionCont > span {
  padding-right: 0;
}
.SumoSelect .SelectBox {
  height: 42px !important;
  background-color: white;
  border: none;
  border-radius: 21px;
  margin: 0;
  padding: 12px 22px 0 22px;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.SumoSelect .SelectBox:after {
  width: 9px;
  height: 16px;
  background: url(/assets/Covington/img/icon-chevron-right-teal.svg) no-repeat center center;
  background-size: 9px 16px;
  display: block;
  position: absolute;
  top: 13px;
  right: 20px;
  z-index: 2;
  pointer-events: none;
  content: "";
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.SumoSelect .SelectBox label {
  display: none;
}
.SumoSelect .SelectBox:focus {
  color: white;
  box-shadow: none;
}
.SumoSelect span.placeholder, .SumoSelect > .CaptionCont > span {
  color: #0F4859 !important;
  font-weight: 700;
  font-style: normal !important;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
}
.SumoSelect .optWrapper {
  width: auto;
  min-width: 100%;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.SumoSelect .optWrapper .options {
  border-radius: 0 !important;
  padding: 0;
}
.SumoSelect .optWrapper .options .opt {
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0;
  padding: 11px 20px 11px 20px !important;
}
.SumoSelect .optWrapper .options .opt label {
  color: #444444;
  margin: 0;
  padding: 0;
}
.SumoSelect .optWrapper .options .opt.disabled {
  display: none;
}
.SumoSelect .optWrapper .options .opt:hover {
  background-color: #0F4859 !important;
}
.SumoSelect .optWrapper .options .opt:hover label {
  color: white;
}
.SumoSelect:hover .SelectBox, .SumoSelect:focus .SelectBox {
  box-shadow: none;
}
.SumoSelect.open .SelectBox {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.SumoSelect.open .optWrapper {
  top: 42px;
}

@media (min-width: 992px) {
  .SumoSelect {
    max-width: 202px;
  }
  .SumoSelect .SelectBox {
    height: 45px !important;
    background-color: transparent;
    border-bottom: 1px solid white !important;
    border-radius: 0;
    padding: 12px 0 0 2px;
  }
  .SumoSelect .SelectBox:after {
    width: 16px;
    height: 10px;
    background: url(/assets/Covington/img/icon-chevron-down.svg) no-repeat center center;
    background-size: 16px 10px;
    top: 18px;
    right: 0;
  }
  .SumoSelect span.placeholder, .SumoSelect > .CaptionCont > span {
    color: white !important;
    font-weight: 400;
    font-style: normal !important;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0;
    text-transform: none;
  }
  .SumoSelect.open .SelectBox:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .SumoSelect.open .optWrapper {
    top: 44px;
  }
}
.bttn {
  height: 36px;
  border-width: 2px;
  border-style: solid;
  border-radius: 19px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0s ease 0;
  -moz-transition: background-color 0s ease 0;
  -ms-transition: background-color 0s ease 0;
  -o-transition: background-color 0s ease 0;
  transition: background-color 0s ease 0;
}
.bttn:before {
  width: calc(100% + 6px);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: calc(100% + 3px);
  z-index: 1;
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  transform: skew(-25deg);
  content: "";
  -webkit-transition: right 0.25s ease-in-out;
  -moz-transition: right 0.25s ease-in-out;
  -ms-transition: right 0.25s ease-in-out;
  -o-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
}
.bttn button,
.bttn a,
.bttn input {
  width: calc(100% + 4px);
  height: 40px;
  background-color: transparent;
  border: none;
  padding: 0 28px 0 28px;
  display: block;
  position: relative;
  top: -4px;
  left: -2px;
  z-index: 3;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.bttn a {
  padding-top: 12px;
}
.bttn.bttn-small {
  height: 23px;
  border-width: 1px;
  border-radius: 12px;
}
.bttn.bttn-small button,
.bttn.bttn-small a {
  height: 28px;
  padding: 0px 15px 0 15px;
  top: -3px;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0;
}
.bttn.bttn-small a {
  padding-top: 8px;
}
.bttn.bttn-small.bttn-small--back button,
.bttn.bttn-small.bttn-small--back a {
  background: url(/assets/Covington/img/icon-chevron-left-teal.svg) no-repeat center left 15px;
  background-size: 12px 16px;
  padding: 0 15px 0 30px;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
.bttn.bttn-small.bttn-small--back:hover button,
.bttn.bttn-small.bttn-small--back:hover a {
  background: url(/assets/Covington/img/icon-chevron-left.svg) no-repeat center left 15px;
  background-size: 12px 16px;
}
.bttn.bttn-cta {
  width: 100%;
  height: 40px;
  border-radius: 21px;
}
.bttn.bttn-cta:after {
  width: 9px;
  height: 16px;
  display: block;
  position: absolute;
  top: 11px;
  right: 15px;
  z-index: 4;
  content: "";
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -ms-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.bttn.bttn-cta button,
.bttn.bttn-cta a,
.bttn.bttn-cta input {
  height: 44px;
  border-radius: 50%;
  padding: 0 42px 0 30px;
  text-align: left;
  top: -4px;
}
.bttn.bttn-cta a {
  padding-top: 14px;
}
.bttn:hover {
  -webkit-transition: background-color 0s ease 0.25s;
  -moz-transition: background-color 0s ease 0.25s;
  -ms-transition: background-color 0s ease 0.25s;
  -o-transition: background-color 0s ease 0.25s;
  transition: background-color 0s ease 0.25s;
}
.bttn:hover:before {
  right: -3px;
}

.bttn.bttn-outline {
  background-color: transparent;
  border-color: #0F4859;
}
.bttn.bttn-outline:before {
  background-color: #0F4859;
}
.bttn.bttn-outline button,
.bttn.bttn-outline a,
.bttn.bttn-outline input {
  color: #0F4859;
}
.bttn.bttn-outline:hover {
  background-color: #0F4859;
}
.bttn.bttn-outline:hover button,
.bttn.bttn-outline:hover a,
.bttn.bttn-outline:hover input {
  color: white;
}

.bttn.bttn-outline-reverse {
  background-color: transparent;
  border-color: white;
}
.bttn.bttn-outline-reverse:before {
  background-color: white;
}
.bttn.bttn-outline-reverse button,
.bttn.bttn-outline-reverse a,
.bttn.bttn-outline-reverse input {
  color: white;
}
.bttn.bttn-outline-reverse:hover {
  background-color: white;
}
.bttn.bttn-outline-reverse:hover button,
.bttn.bttn-outline-reverse:hover a,
.bttn.bttn-outline-reverse:hover input {
  color: #0F4859;
}

.bttn.bttn-teal {
  background-color: #0F4859;
  border-color: #0F4859;
}
.bttn.bttn-teal:before {
  background-color: white;
}
.bttn.bttn-teal button,
.bttn.bttn-teal a,
.bttn.bttn-teal input {
  color: white;
}
.bttn.bttn-teal.bttn-cta:after {
  background: url(/assets/Covington/img/icon-chevron-right.svg) no-repeat center center;
  background-size: 9px 16px;
}
.bttn.bttn-teal:hover button,
.bttn.bttn-teal:hover a,
.bttn.bttn-teal:hover input {
  color: #0F4859;
}
.bttn.bttn-teal:hover.bttn-cta:after {
  background: url(/assets/Covington/img/icon-chevron-right-teal.svg) no-repeat center center;
  background-size: 9px 16px;
}

.bttn.bttn-green {
  background-color: #00A39B;
  border-color: #00A39B;
}
.bttn.bttn-green:before {
  background-color: white;
}
.bttn.bttn-green button,
.bttn.bttn-green a,
.bttn.bttn-green input {
  color: white;
}
.bttn.bttn-green:hover button,
.bttn.bttn-green:hover a,
.bttn.bttn-green:hover input {
  color: #00A39B;
}

.bttn.bttn-violet {
  background-color: #582C83;
  border-color: #582C83;
}
.bttn.bttn-violet:before {
  background-color: white;
}
.bttn.bttn-violet button,
.bttn.bttn-violet a,
.bttn.bttn-violet input {
  color: white;
}
.bttn.bttn-violet:hover button,
.bttn.bttn-violet:hover a,
.bttn.bttn-violet:hover input {
  color: #582C83;
}

.bttn.bttn-white {
  background-color: white;
  border-color: white;
}
.bttn.bttn-white:before {
  background-color: #0F4859;
}
.bttn.bttn-white button,
.bttn.bttn-white a,
.bttn.bttn-white input {
  color: #0F4859;
}
.bttn.bttn-white.bttn-cta:after {
  background: url(/assets/Covington/img/icon-chevron-right-teal.svg) no-repeat center center;
  background-size: 9px 16px;
}
.bttn.bttn-white:hover button,
.bttn.bttn-white:hover a,
.bttn.bttn-white:hover input {
  color: white;
}
.bttn.bttn-white:hover.bttn-cta:after {
  background: url(/assets/Covington/img/icon-chevron-right.svg) no-repeat center center;
  background-size: 9px 16px;
}

.bttn.bttn-yes,
.bttn.bttn-no {
  width: 100%;
  height: 36px;
}
.bttn.bttn-yes button,
.bttn.bttn-yes a,
.bttn.bttn-yes input,
.bttn.bttn-no button,
.bttn.bttn-no a,
.bttn.bttn-no input {
  height: 40px;
  color: white;
  padding: 0 16px 0 16px;
}
.bttn.bttn-yes img,
.bttn.bttn-no img {
  width: 16px;
  height: 16px;
  margin: -4px 0 0 13px;
  display: inline-block;
  vertical-align: middle;
}

.bttn.bttn-yes {
  background-color: #007A96;
  border-color: #007A96;
}

.bttn.bttn-no {
  background-color: #0F4859;
  border-color: #0F4859;
}

.grid {
  margin-top: 30px;
}
.grid h4 {
  display: block;
  text-align: center;
}
.grid .container-fluid {
  margin-bottom: 60px;
}
.grid .container-fluid .row {
  background-color: rgba(85, 156, 190, 0.15);
}
.grid .container-fluid .row .col-1 div {
  width: 100%;
  height: 250px;
  background-color: rgba(85, 156, 190, 0.25);
}

ul.unlisted.color-boxes {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 0;
}
ul.unlisted.color-boxes li {
  margin: 0 30px 30px 0;
}
ul.unlisted.color-boxes li .color-boxes__box {
  width: 200px;
  height: 200px;
  color: white;
  padding: 15px;
  font-weight: 700;
  font-size: 18px;
}
ul.unlisted.color-boxes li .color-boxes__box span {
  display: block;
}
ul.unlisted.color-boxes li .color-boxes__box.color-boxes__box--light {
  color: black;
}

.search-bar {
  width: 100%;
  height: 50px;
  background-color: #3F6C7A;
  border-radius: 25px;
  margin: 0;
  padding: 0 8px 0 8px;
}
.search-bar .form-group {
  width: calc(100% - 127px);
  height: 50px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.search-bar .form-group input {
  width: 100%;
  height: 50px;
  background: transparent url(/assets/Covington/img/icon-search.svg) no-repeat top 12px left 12px;
  background-size: 23px 25px;
  border-radius: 25px;
  padding: 0 15px 0 47px;
  color: white;
  border: none;
  border-radius: 0;
}
.search-bar .form-group input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
.search-bar .form-group input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
.search-bar .form-group input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
.search-bar .form-group input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
.search-bar .bttn {
  margin-top: 7px;
  display: inline-block;
  vertical-align: middle;
  float: right;
}

.desktop-header-close {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 499;
}

@media (min-width: 1180px) {
  body.nav-open .desktop-header-close {
    display: block;
  }
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  -webkit-transition: top 0.25s ease-in-out;
  -moz-transition: top 0.25s ease-in-out;
  -ms-transition: top 0.25s ease-in-out;
  -o-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
}
header .header__subscribe-popup-trigger {
  cursor: pointer;
}
header .header__subscribe-popup-trigger a {
  font-weight: 700 !important;
  font-size: 10px !important;
  line-height: 12px !important;
}
header .header__subscribe-popup {
  width: 100%;
  height: 100%;
  background-color: #0F4859;
  color: white;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 605;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
header .header__subscribe-popup > * {
  color: white;
}
header .header__subscribe-popup .header__subscribe-popup__content .header__subscribe-popup__content__close {
  width: 26px;
  height: 27px;
  position: absolute;
  top: 30px;
  right: 29px;
  z-index: 10;
  cursor: pointer;
}
header.header--subscribe-popup-open .header__subscribe-popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .header__utility-bar {
  width: 100%;
  height: 46px;
  padding-top: 7px;
  display: none;
  position: relative;
  z-index: 1;
  -webkit-transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
header .header__utility-bar ul.unlisted {
  float: right;
}
header .header__utility-bar ul.unlisted li {
  margin-left: 28px;
}
header .header__utility-bar ul.unlisted li a {
  color: white;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
header .header__utility-bar ul.unlisted li:first-child {
  margin-left: 0;
}
header .header__main {
  width: 100%;
  height: 93px;
  -webkit-transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
header .header__main .header__main__logo {
  width: 190px;
  margin-top: 29px;
  display: inline-block;
}
header .header__main .header__main__logo svg {
  width: 190px;
}
header .header__main .header__main__logo svg #Practices---Corporate {
  -webkit-transition: fill 0.25s ease-in-out;
  -moz-transition: fill 0.25s ease-in-out;
  -ms-transition: fill 0.25s ease-in-out;
  -o-transition: fill 0.25s ease-in-out;
  transition: fill 0.25s ease-in-out;
}
header .header__main .header__main__right {
  float: right;
}
header .header__main .header__main__right .header__main__right__popup {
  width: 100%;
  height: 100%;
  background-color: #0F4859;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  padding: 92px 31px 57px 31px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__back {
  position: absolute;
  top: 30px;
  left: 29px;
  z-index: 6;
  cursor: pointer;
}
header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__back img {
  width: 13px;
  height: 23px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}
header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__back span {
  color: #9FB6BD;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
}
header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__logo {
  width: 190px;
  display: inline-block;
  position: absolute;
  top: 29px;
  left: 30px;
  z-index: 10;
  cursor: pointer;
}
header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__logo img {
  width: 100%;
}
header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 34px;
  right: 32px;
  z-index: 10;
  cursor: pointer;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav {
  margin: 0 0 19px 0;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__category {
  border-top: 1px solid #3F6C7A;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__category a {
  color: #9FB6BD;
  padding: 30px 0 32px 0;
  display: block;
  font-family: Georgia, Times, Times New Roman, serif;
  text-decoration: none !important;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item {
  border-top: 1px solid #3F6C7A;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main___nav__item__trigger,
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item a.header__main___nav__item__link,
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item a.header__main___nav__item__mobile-link {
  color: white;
  padding: 14px 0 17px 0;
  display: block;
  font-family: Georgia, Times, Times New Roman, serif;
  cursor: pointer;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main___nav__item__trigger.header__main___nav__item__trigger--desktop-only,
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item a.header__main___nav__item__link.header__main___nav__item__trigger--desktop-only,
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item a.header__main___nav__item__mobile-link.header__main___nav__item__trigger--desktop-only {
  display: none;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main___nav__item__trigger.header___practices-desktop {
  display: none;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item a.header__main___nav__item__link,
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item a.header__main___nav__item__mobile-link {
  font-weight: 400;
  text-decoration: none !important;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item:last-child {
  border-bottom: 1px solid #3F6C7A;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item.header__main___nav__item--open > .header__main__right__popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item.header__main___nav__item--open > .header__main__right__popup.header__main__right__popup--secondary, header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item.header__main___nav__item--open > .header__main__right__popup.header__main__right__popup--tertiary {
  left: 0;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item.header__main___nav__item--current-page > .header__main___nav__item__trigger, header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item.header__main___nav__item--current-page > a.header__main___nav__item__link, header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item.header__main___nav__item--current-page > a.header__main___nav__item__mobile-link {
  background: url(/assets/Covington/img/icon-arrow.svg) no-repeat top 12px left;
  background-size: 40px 22px;
  padding-left: 57px;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main___nav__item__with-sub-nav {
  padding-right: 20px;
  position: relative;
  font-weight: 400;
  text-decoration: none !important;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main___nav__item__with-sub-nav:after {
  width: 12px;
  height: 15px;
  background: url(/assets/Covington/img/icon-chevron-right.svg) no-repeat center center;
  background-size: 12px 15px;
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: -8px;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___utility-nav {
  margin-bottom: 19px;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___utility-nav li {
  margin: 0 0 12px 0;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___utility-nav li a {
  color: white;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
header .header__main .header__main__right .header__main__right__popup .custom-select-links {
  margin-bottom: 20px;
}
header .header__main .header__main__right .header__main__right__popup .bttn-outline-reverse {
  display: inline-block;
  vertical-align: middle;
}
header .header__main .header__main__right .header__main__right__popup .header__main___register {
  width: 202px;
  height: 45px;
  color: white;
  border-bottom: 1px solid white;
  margin: 0 0 56px 0;
  padding: 12px 0 0 2px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none !important;
}
header .header__main .header__main__right .header__main__right__popup .header__main___register:after {
  width: 11px;
  height: 20px;
  background: url(/assets/Covington/img/icon-chevron-right.svg) no-repeat center center;
  background-size: 11px 20px;
  display: block;
  position: absolute;
  top: 12px;
  right: 2px;
  z-index: 2;
  pointer-events: none;
  content: "";
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___social {
  margin-top: -2px;
  float: right;
  display: inline-block;
  vertical-align: middle;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___social li {
  margin-right: 39px;
  vertical-align: middle;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___social li a {
  display: block;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___social li a img.header__main___social__linkedin {
  width: 19px;
  height: 20px;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___social li a img.header__main___social__twitter {
  width: 20px;
  height: 20px;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___social li a img.header__main___social__facebook {
  width: 9px;
  height: 22px;
}
header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___social li:last-child {
  margin: 0;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary, header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--tertiary {
  left: 100%;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, left 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, left 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, left 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, left 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, left 0.25s ease-in-out;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary .col-8 {
  flex: 0 0 100%;
  max-width: 100%;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary .col-3.offset-1 {
  display: none;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary .row.desktop-only-styling .col-3.offset-1:before {
  width: 1px;
  height: 100%;
  background-color: #3F6C7A;
  display: block;
  position: absolute;
  top: 0;
  left: -58px;
  content: "";
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only {
  padding-right: 15px !important;
  padding-left: 15px !important;
  display: none;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-styling .col-3.offset-1:before,
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-professionals .col-3.offset-1:before,
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-global-reach .col-3.offset-1:before {
  width: 1px;
  height: 100%;
  background-color: #3F6C7A;
  display: block;
  position: absolute;
  top: 0;
  left: -58px;
  content: "";
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-news-insights .col-5,
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-news-insights .col-2 {
  padding-right: 55px;
  padding-left: 55px;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-news-insights .col-5:after,
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-news-insights .col-2:after {
  width: 1px;
  height: 100%;
  background-color: white;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-news-insights .col-5:first-child,
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-news-insights .col-2:first-child {
  padding-left: 17px;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-news-insights .col-5:last-child,
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-news-insights .col-2:last-child {
  padding-right: 17px;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-news-insights .col-5:last-child:after,
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-news-insights .col-2:last-child:after {
  display: none;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-news-insights h2.h5-styling {
  color: white;
  margin: 0 0 45px 0;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-news-insights .header__main__right__popup__article-link {
  margin: 0 0 37px 0;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-news-insights .header__main__right__popup__contacts {
  margin-top: -8px;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-news-insights .header__main__right__popup__contacts li {
  margin: 0 0 51px 0;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-news-insights .header__main__right__popup__contacts li h2.h5-styling {
  margin: 0 0 20px 0;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-news-insights .header__main__right__popup__contacts li p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 3px 0;
  font-size: 12px;
  line-height: 15px;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-news-insights .header__main__right__popup__contacts li a {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only .row.desktop-only-news-insights .header__main__right__popup__contacts li:last-child {
  margin: 0;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary .header__main__right__popup__desktop-head {
  width: 100%;
  margin: 21px 0 52px 0;
  display: none;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary .header__main__right__popup__desktop-head h2 {
  margin: 0;
  color: white;
  display: inline-block;
  font-size: 22px;
  line-height: 24px;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary .header__main__right__popup__desktop-head .bttn {
  margin: 1px 0 0 30px;
  float: right;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary .header__main__right__popup__view-all {
  width: 100%;
  color: #9FB6BD;
  border-top: 1px solid #3F6C7A;
  padding: 33px 0 36px 0;
  display: block;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary h2.header__main__right__popup__desktop-sub-head {
  color: white;
  margin: 22px 0 55px 0;
  font-size: 22px;
  line-height: 24px;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary .search-bar {
  display: none;
}
header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--secondary.header__main__right__popup--desktop-split .header__main__right__popup--desktop-split__right {
  display: none;
}
header .header__main ul.unlisted.header__main__right__controls {
  margin-top: 28px;
}
header .header__main ul.unlisted.header__main__right__controls li {
  margin-left: 14px;
  cursor: pointer;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__trigger svg {
  width: 21px;
  height: 21px;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__trigger svg #Navigation {
  -webkit-transition: fill 0.25s ease-in-out;
  -moz-transition: fill 0.25s ease-in-out;
  -ms-transition: fill 0.25s ease-in-out;
  -o-transition: fill 0.25s ease-in-out;
  transition: fill 0.25s ease-in-out;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup {
  width: 100%;
  height: 100%;
  background-color: #0F4859;
  padding: 92px 30px 30px 30px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  pointer-events: none;
  cursor: auto;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup h2,
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup h2.h5-styling {
  color: white;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__controls__search__popup__logo {
  width: 190px;
  display: inline-block;
  position: absolute;
  top: 29px;
  left: 30px;
  z-index: 10;
  cursor: pointer;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__controls__search__popup__logo img {
  width: 100%;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__controls__search__popup__close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 34px;
  right: 32px;
  z-index: 10;
  cursor: pointer;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .row.desktop-only-styling {
  width: calc(100% + 60px);
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .row.desktop-only-styling .col-8 {
  flex: 0 0 100%;
  max-width: 100%;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .row.desktop-only-styling .col-3.offset-1 {
  display: none;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .col-8 {
  border-top: 1px solid #3F6C7A;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .col-8 h2 {
  width: 100%;
  margin: 49px 0 52px 0;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .col-8 .search-bar {
  display: none;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .col-3.offset-1 {
  display: none;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__controls__search__popup__bar-mobile {
  width: 100%;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__controls__search__popup__bar-mobile .form-group {
  width: 100%;
  position: relative;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__controls__search__popup__bar-mobile .form-group input {
  width: 100%;
  height: 50px;
  background: #3F6C7A;
  color: rgba(255, 255, 255, 0.75);
  border: none;
  border-radius: 25px;
  padding: 0 15px 0 57px;
  font-size: 18px;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__controls__search__popup__bar-mobile .form-group input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__controls__search__popup__bar-mobile .form-group input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__controls__search__popup__bar-mobile .form-group input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__controls__search__popup__bar-mobile .form-group input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__controls__search__popup__bar-mobile .form-group button {
  width: 57px;
  height: 50px;
  background: transparent url(/assets/Covington/img/icon-search.svg) no-repeat top 12px left 19px;
  background-size: 23px 25px;
  border: none !important;
  border-radius: 50px;
  outline: none !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__controls__search__popup__bar-mobile .bttn {
  width: calc(100% - 60px);
  position: absolute;
  bottom: 55px;
  left: 30px;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__popup__article-link {
  width: 100%;
  margin: 0 0 37px 0;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__popup__article-link h2.h5-styling {
  color: white;
  margin: 0 0 54px 0;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__popup__article-link .header__main__right__popup__article-link__image {
  width: 100%;
  height: 145px;
  margin-bottom: 18px;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__popup__article-link .header__main__right__popup__article-link__image img {
  width: 100%;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__popup__article-link .header__main__right__popup__article-link__image.header__main__right__popup__article-link__image--video {
  position: relative;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__popup__article-link .header__main__right__popup__article-link__image.header__main__right__popup__article-link__image--video:before {
  width: 70px;
  height: 70px;
  background: url(/assets/Covington/img/icon-video-play.svg) no-repeat center center;
  background-size: 70px 70px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "";
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__popup__article-link ul.unlisted.header__main__right__popup__article-link__info {
  width: 100%;
  border-bottom: 1px solid #3F6C7A;
  padding-bottom: 3px;
  margin-bottom: 9px;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__popup__article-link ul.unlisted.header__main__right__popup__article-link__info li {
  color: #9FB6BD;
  margin-right: 5px;
  font-size: 12px;
  line-height: 15px;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__popup__article-link ul.unlisted.header__main__right__popup__article-link__info li.header__main__right__popup__article-link__category {
  text-transform: uppercase;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__popup__article-link ul.unlisted.header__main__right__popup__article-link__info li:last-child {
  margin: 0;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__popup__article-link a {
  color: white;
  margin: 0 0 30px 0;
  display: block;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search.header__main__right__controls__search--open .header__main__right__controls__search__trigger:before, header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search.header__main__right__controls__search--open .header__main__right__controls__search__trigger:after {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__search.header__main__right__controls__search--open .header__main__right__controls__search__popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__hamburger svg {
  width: 26px;
  height: 19px;
}
header .header__main ul.unlisted.header__main__right__controls li.header__main__right__controls__hamburger svg #Home---Mobile {
  -webkit-transition: stroke 0.25s ease-in-out;
  -moz-transition: stroke 0.25s ease-in-out;
  -ms-transition: stroke 0.25s ease-in-out;
  -o-transition: stroke 0.25s ease-in-out;
  transition: stroke 0.25s ease-in-out;
}
header .header__main ul.unlisted.header__main__right__controls li:first-child {
  margin: 0;
}
header:hover .header__utility-bar {
  background-color: #0F4859;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
}
header:hover .header__main {
  background-color: white;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
}
header:hover .header__main .header__main__logo #Practices---Corporate {
  fill: #0F4859;
}
header:hover .header__main .header__main__right ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__trigger svg #Navigation {
  fill: #0F4859;
}
header:hover .header__main .header__main__right ul.unlisted.header__main__right__controls li.header__main__right__controls__hamburger svg #Home---Mobile {
  stroke: #0F4859;
}
header.header--alternate .header__utility-bar {
  background-color: #0F4859;
}

body.scrolled-header-height header .header__utility-bar {
  background-color: #0F4859;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
}
body.scrolled-header-height header .header__main {
  background-color: white;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
body.scrolled-header-height header .header__main .header__main__logo #Practices---Corporate {
  fill: #0F4859;
}
body.scrolled-header-height header .header__main .header__main__right ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__trigger svg #Navigation {
  fill: #0F4859;
}
body.scrolled-header-height header .header__main .header__main__right ul.unlisted.header__main__right__controls li.header__main__right__controls__hamburger svg #Home---Mobile {
  stroke: #0F4859;
}

body.scrolled-header-hidden header {
  top: -103px;
}

body.nav-open header .header__main .header__main__right .header__main__right__popup--primary {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (min-width: 1180px) {
  header .header__subscribe-popup {
    width: 100%;
    height: auto;
    position: absolute;
    top: 156px;
    left: 0;
  }
  header .header__subscribe-popup:before, header .header__subscribe-popup:after {
    width: 100%;
    height: 100%;
    background-color: #0F4859;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
  }
  header .header__subscribe-popup:before {
    left: -100%;
  }
  header .header__subscribe-popup:after {
    right: -100%;
  }
  header .header__subscribe-popup > * {
    color: white;
  }
  header .header__subscribe-popup .header__subscribe-popup__content {
    padding: 69px 0 80px 0;
    display: flex;
    flex-wrap: wrap;
  }
  header .header__subscribe-popup .header__subscribe-popup__content .header__subscribe-popup__content__close {
    display: none;
  }
  header .header__subscribe-popup .header__subscribe-popup__content h2.h5-styling {
    color: white;
    margin: 0 0 45px 0;
  }
  header .header__subscribe-popup .header__subscribe-popup__content .header__subscribe-popup__content__row .col-4 {
    padding-right: 90px;
  }
  header .header__subscribe-popup .header__subscribe-popup__content .header__subscribe-popup__content__row .col-8:before {
    width: 1px;
    height: 100%;
    background-color: white;
    display: block;
    position: absolute;
    top: 0;
    left: -45px;
    content: "";
  }
  header .header__subscribe-popup .header__subscribe-popup__content .header__subscribe-popup__content__row p {
    color: white;
    margin: 0 0 71px 0;
    font-family: Georgia, Times, Times New Roman, serif;
  }
  header .header__subscribe-popup .header__subscribe-popup__content .header__subscribe-popup__content__row ul.unlisted {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  header .header__subscribe-popup .header__subscribe-popup__content .header__subscribe-popup__content__row ul.unlisted li {
    margin-bottom: 17px;
  }
  header .header__subscribe-popup .header__subscribe-popup__content .header__subscribe-popup__content__row ul.unlisted li a {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
  }
  header .header__subscribe-popup.header__main__right__popup--secondary, header .header__subscribe-popup.header__main__right__popup--tertiary {
    left: 0;
    -webkit-transition: opacity 0s ease-in-out, visibility 0s ease-in-out, left 0s ease-in-out;
    -moz-transition: opacity 0s ease-in-out, visibility 0s ease-in-out, left 0s ease-in-out;
    -ms-transition: opacity 0s ease-in-out, visibility 0s ease-in-out, left 0s ease-in-out;
    -o-transition: opacity 0s ease-in-out, visibility 0s ease-in-out, left 0s ease-in-out;
    transition: opacity 0s ease-in-out, visibility 0s ease-in-out, left 0s ease-in-out;
  }
  header .header__utility-bar {
    display: block;
  }
  header .header__utility-bar .header__utility-bar__subscribe {
    padding-top: 4px !important;
  }
  header.header--subscribe-popup-open .header__utility-bar__subscribe .header__subscribe-popup-trigger button,
  header.header--subscribe-popup-open .header__utility-bar__subscribe .header__subscribe-popup-trigger a {
    color: #0F4859;
  }
  header.header--subscribe-popup-open .header__utility-bar__subscribe .header__subscribe-popup-trigger:before {
    right: -3px;
  }
  header .header__main {
    height: 110px;
  }
  header .header__main .header__main__logo {
    width: 250px;
    margin-top: 38px;
  }
  header .header__main .header__main__logo svg {
    width: 250px;
  }
  header .header__main .header__main__right {
    margin: 39px 0 0 0;
  }
  header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__back,
  header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__logo,
  header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__close,
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___utility-nav,
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___social,
  header .header__main .header__main__right .header__main__right__popup .custom-select-links, header .header__main .header__main__right .header__main__right__popup > .bttn-outline-reverse,
  header .header__main .header__main__right .header__main__right__popup .header__main___register {
    display: none;
  }
  header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--primary {
    width: auto;
    height: auto;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    overflow-y: visible;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    position: static;
    top: auto;
    left: auto;
    z-index: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0s ease-in-out, visibility 0s ease-in-out, left 0s ease-in-out;
    -moz-transition: opacity 0s ease-in-out, visibility 0s ease-in-out, left 0s ease-in-out;
    -ms-transition: opacity 0s ease-in-out, visibility 0s ease-in-out, left 0s ease-in-out;
    -o-transition: opacity 0s ease-in-out, visibility 0s ease-in-out, left 0s ease-in-out;
    transition: opacity 0s ease-in-out, visibility 0s ease-in-out, left 0s ease-in-out;
  }
  header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--primary > ul.unlisted.header__main___nav > .header__main___nav__item {
    border: none !important;
    margin: 0 56px 0 0;
    display: inline-block;
  }
  header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--primary > ul.unlisted.header__main___nav > .header__main___nav__item > .header__main___nav__item__trigger {
    padding: 0;
    position: relative;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
  }
  header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--primary > ul.unlisted.header__main___nav > .header__main___nav__item > .header__main___nav__item__trigger:before {
    width: 0;
    height: 1px;
    background-color: #0F4859;
    visibility: hidden;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 1px;
    pointer-events: none;
    content: "";
    -webkit-transition: width 0.25s ease-in-out;
    -moz-transition: width 0.25s ease-in-out;
    -ms-transition: width 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
  }
  header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--primary > ul.unlisted.header__main___nav > .header__main___nav__item > .header__main___nav__item__trigger:after {
    width: 0;
    height: 0;
    border-bottom: 22px solid #0F4859;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top: calc(100% + 19px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    content: "";
  }
  header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--primary > ul.unlisted.header__main___nav > .header__main___nav__item > .header__main___nav__item__trigger.header__main___nav__item__trigger--desktop-only {
    display: block;
  }
  header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--primary > ul.unlisted.header__main___nav > .header__main___nav__item > .header__main___nav__item__trigger:hover:before {
    width: calc(100% - 1px);
    visibility: visible;
  }
  header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--primary > ul.unlisted.header__main___nav > .header__main___nav__item .header__main___nav__item__trigger.header___practices-mobile {
    display: none;
  }
  header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--primary > ul.unlisted.header__main___nav > .header__main___nav__item .header__main___nav__item__trigger.header___practices-desktop {
    display: block;
  }
  header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--primary > ul.unlisted.header__main___nav > .header__main___nav__item.header__main___nav__item--current-page > .header__main___nav__item__trigger {
    background: none;
    padding: 0;
  }
  header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--primary > ul.unlisted.header__main___nav > .header__main___nav__item.header__main___nav__item--open > .header__main___nav__item__trigger:after {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav {
    margin: 0;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item a.header__main___nav__item__mobile-link {
    display: none;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary {
    width: 100%;
    height: auto;
    color: white;
    padding: 30px 15px 29px 15px;
    opacity: 0;
    visibility: hidden;
    overflow-y: visible;
    position: absolute;
    top: calc(100% + 41px);
    pointer-events: none;
    -webkit-transition: opacity 0s ease-in-out, visibility 0s ease-in-out, left 0s ease-in-out;
    -moz-transition: opacity 0s ease-in-out, visibility 0s ease-in-out, left 0s ease-in-out;
    -ms-transition: opacity 0s ease-in-out, visibility 0s ease-in-out, left 0s ease-in-out;
    -o-transition: opacity 0s ease-in-out, visibility 0s ease-in-out, left 0s ease-in-out;
    transition: opacity 0s ease-in-out, visibility 0s ease-in-out, left 0s ease-in-out;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .col-3.offset-1 {
    min-height: 441px;
    display: block;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__view-all {
    display: none;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary > * {
    color: white;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary:before, header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary:after {
    width: 100%;
    height: 100%;
    background-color: #0F4859;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary:before {
    left: -100%;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary:after {
    right: -100%;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__desktop-head {
    display: block;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main___nav {
    margin-bottom: 60px;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main___nav.header__main___nav--two-col, header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main___nav.header__main___nav--three-col {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main___nav.header__main___nav--two-col li, header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main___nav.header__main___nav--three-col li {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main___nav.header__main___nav--two-col {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main___nav.header__main___nav--two-col .header__main___nav__item:nth-child(3) {
    border-bottom: 1px solid #3F6C7A;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main___nav.header__main___nav--three-col {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main___nav.header__main___nav--three-col .header__main___nav__item:nth-child(5), header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main___nav.header__main___nav--three-col .header__main___nav__item:nth-child(9) {
    border-bottom: 1px solid #3F6C7A;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main___nav .header__main___nav__item {
    border-top: 1px solid #3F6C7A;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main___nav .header__main___nav__item .header__main___nav__item__trigger,
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main___nav .header__main___nav__item a.header__main___nav__item__link {
    padding: 16px 0 19px 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main___nav .header__main___nav__item:last-child {
    border-bottom: 1px solid #3F6C7A;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main___nav .header__main___nav__item.header__main___nav__item--current-page > .header__main___nav__item__trigger, header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main___nav .header__main___nav__item.header__main___nav__item--current-page > a.header__main___nav__item__link, header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main___nav .header__main___nav__item.header__main___nav__item--current-page > a.header__main___nav__item__mobile-link {
    background: url(/assets/Covington/img/icon-arrow.svg) no-repeat top 17px left;
    background-size: 47px 26px;
    padding-left: 69px;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main___nav .header__main___nav__item.header__main___nav__item--view-all {
    display: none !important;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .search-bar {
    display: block;
    position: relative;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .search-bar.search-bar--open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .search-bar.search-bar--open .predictive-search {
    display: block;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__recently-viewed-links li {
    margin: 0 0 20px 0;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__recently-viewed-links li a {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__recently-viewed-links li:last-child {
    margin: 0;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__recently-viewed-links p {
    color: rgba(255, 255, 255, 0.75);
    margin: 54px 0 0 0;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__professionals {
    width: 100%;
    margin-bottom: 30px;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__professionals > li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__professionals > li .header__main__right__popup__professionals__image {
    width: 90px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__professionals > li .header__main__right__popup__professionals__image img {
    width: 100%;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__professionals > li .header__main__right__popup__professionals__info {
    width: calc(100% - 144px);
    margin-top: 2px;
    display: inline-block;
    vertical-align: middle;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__professionals > li .header__main__right__popup__professionals__info > * {
    margin: 0;
    font-weight: 400;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__professionals > li .header__main__right__popup__professionals__info a {
    color: white !important;
    display: block;
    font-weight: 400;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__professionals > li .header__main__right__popup__professionals__info h5 {
    margin-bottom: 1px;
    font-weight: 700;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__professionals > li .header__main__right__popup__professionals__info h5 a {
    font-size: 18px;
    line-height: 24px;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__professionals > li .header__main__right__popup__professionals__info ul.unlisted li {
    color: #C2D1D5;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__professionals > li .header__main__right__popup__professionals__info ul.unlisted li a {
    color: #C2D1D5 !important;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__professionals > li .header__main__right__popup__professionals__info ul.unlisted li:first-child {
    text-transform: uppercase;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__professionals > li:last-child {
    margin: 0;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__professionals p {
    color: rgba(255, 255, 255, 0.75);
    margin: 54px 0 0 0;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__professionals.header__main__right__popup__professionals--no-image .header__main__right__popup__professionals__info {
    width: 100%;
    margin-top: 0;
    display: block;
    vertical-align: baseline;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__article-link {
    width: 100%;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__article-link h2.h5-styling {
    color: white;
    margin: 0 0 54px 0;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__article-link .header__main__right__popup__article-link__image {
    width: 100%;
    height: 145px;
    margin-bottom: 18px;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__article-link .header__main__right__popup__article-link__image img {
    width: 100%;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__article-link .header__main__right__popup__article-link__image.header__main__right__popup__article-link__image--video {
    position: relative;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__article-link .header__main__right__popup__article-link__image.header__main__right__popup__article-link__image--video:before {
    width: 70px;
    height: 70px;
    background: url(/assets/Covington/img/icon-video-play.svg) no-repeat center center;
    background-size: 70px 70px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    content: "";
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__article-link ul.unlisted.header__main__right__popup__article-link__info {
    width: 100%;
    border-bottom: 1px solid #3F6C7A;
    padding-bottom: 3px;
    margin-bottom: 9px;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__article-link ul.unlisted.header__main__right__popup__article-link__info li {
    color: #9FB6BD;
    margin-right: 5px;
    font-size: 12px;
    line-height: 15px;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__article-link ul.unlisted.header__main__right__popup__article-link__info li.header__main__right__popup__article-link__category {
    text-transform: uppercase;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__article-link ul.unlisted.header__main__right__popup__article-link__info li:last-child {
    margin: 0;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary .header__main__right__popup__article-link a {
    color: white;
    margin: 0 0 30px 0;
    display: block;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary.header__main__right__popup--secondary--desktop-only {
    padding-right: 15px !important;
    padding-left: 15px !important;
    display: block;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary.header__main__right__popup--desktop-split {
    display: flex;
    flex-wrap: wrap;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary.header__main__right__popup--desktop-split .header__main__right__popup--desktop-split__left {
    border-right: 1px solid white;
    padding: 0 8% 0 15px;
    display: block;
    flex-basis: 71%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--secondary.header__main__right__popup--desktop-split .header__main__right__popup--desktop-split__right {
    padding: 0 15px 0 60px;
    display: block;
    flex-basis: 29%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___nav .header__main___nav__item .header__main__right__popup--tertiary {
    display: none;
  }
  header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__alphabet {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 54px;
  }
  header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__alphabet li {
    margin: 0 13px 10px 0;
  }
  header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__alphabet li span {
    margin-top: -1px;
    margin-right: 4px;
    display: block;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
  }
  header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__alphabet li a {
    color: #C2D1D5;
    display: block;
    font-weight: 400;
    font-size: 16px;
  }
  header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__alphabet li:last-child {
    margin-right: 0;
  }
  header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__professionals-search {
    width: 100%;
  }
  header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__professionals-search > h2.h5-styling {
    color: white;
  }
  header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__professionals-search .header__main__right__popup__professionals-search__search-bar {
    margin-bottom: 51px;
    position: relative;
  }
  header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__professionals-search .header__main__right__popup__professionals-search__search-bar input {
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.2) url(/assets/Covington/img/icon-search.svg) no-repeat top 14px left 20px;
    background-size: 23px 25px;
    color: rgba(255, 255, 255, 0.75);
    border: none;
    border-radius: 25px;
    padding: 0 15px 0 67px;
    font-size: 18px;
  }
  header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__professionals-search .header__main__right__popup__professionals-search__search-bar input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
  }
  header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__professionals-search .header__main__right__popup__professionals-search__search-bar input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
  }
  header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__professionals-search .header__main__right__popup__professionals-search__search-bar input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
  }
  header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__professionals-search .header__main__right__popup__professionals-search__search-bar input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
  }
  header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__professionals-search .header__main__right__popup__professionals-search__search-bar.header__main__right__popup__professionals-search__search-bar--open input {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__professionals-search .header__main__right__popup__professionals-search__search-bar.header__main__right__popup__professionals-search__search-bar--open ul.unlisted.predictive-search {
    display: block;
  }
  header .header__main .header__main__right .header__main__right__popup .header__main__right__popup__professionals-search .bttn.search-btn {
    margin: 7px 0 0 0;
    float: right;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls {
    margin: -1px 0 0 0;
    display: inline-block;
    vertical-align: middle;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__trigger {
    position: relative;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__trigger:before {
    width: calc(100% - 1px);
    height: 1px;
    background-color: #0F4859;
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    content: "";
    pointer-events: none;
    -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__trigger:after {
    width: 0;
    height: 0;
    border-bottom: 22px solid #0F4859;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    content: "";
    -webkit-transition: opacity 0s ease-in-out, visibility 0s ease-in-out;
    -moz-transition: opacity 0s ease-in-out, visibility 0s ease-in-out;
    -ms-transition: opacity 0s ease-in-out, visibility 0s ease-in-out;
    -o-transition: opacity 0s ease-in-out, visibility 0s ease-in-out;
    transition: opacity 0s ease-in-out, visibility 0s ease-in-out;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__trigger svg {
    width: 18px;
    height: 17px;
    margin-top: -4px;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__trigger:hover:before {
    opacity: 1;
    visibility: visible;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__popup {
    height: auto;
    padding: 30px 15px 29px 15px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 110px;
    -webkit-transition: opacity 0s ease-in-out, visibility 0s ease-in-out;
    -moz-transition: opacity 0s ease-in-out, visibility 0s ease-in-out;
    -ms-transition: opacity 0s ease-in-out, visibility 0s ease-in-out;
    -o-transition: opacity 0s ease-in-out, visibility 0s ease-in-out;
    transition: opacity 0s ease-in-out, visibility 0s ease-in-out;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__popup:before, header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__popup:after {
    width: 100%;
    height: 100%;
    background-color: #0F4859;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__popup:before {
    left: -100%;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__popup:after {
    right: -100%;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__controls__search__popup__close {
    display: none;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__controls__search__popup__logo {
    display: none;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__popup .row.desktop-only-styling .col-8 {
    border-top: none;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__popup .row.desktop-only-styling .col-8 h2 {
    width: auto;
    margin: 21px 0 0 0;
    display: inline-block;
    text-align: left;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__popup .row.desktop-only-styling .col-8 .search-bar {
    margin: 52px 0 0 0;
    display: block;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__popup .row.desktop-only-styling .col-3.offset-1 {
    min-height: 441px;
    display: block;
    position: relative;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__popup .row.desktop-only-styling .col-3.offset-1:before {
    width: 1px;
    height: 100%;
    background-color: #3F6C7A;
    display: block;
    position: absolute;
    top: 0;
    left: -58px;
    content: "";
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__popup .row.desktop-only-styling .col-3.offset-1 h2 {
    color: white;
    margin: 22px 0 55px 0;
    font-size: 22px;
    line-height: 24px;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__popup .row.desktop-only-styling .col-3.offset-1 .header__main__right__controls__search__popup__recent-searches ul.unlisted li {
    margin: 0 0 12px 0;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__popup .row.desktop-only-styling .col-3.offset-1 .header__main__right__controls__search__popup__recent-searches ul.unlisted li a {
    color: #C2D1D5;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__popup .row.desktop-only-styling .col-3.offset-1 .header__main__right__controls__search__popup__recent-searches ul.unlisted li:last-child {
    margin: 0;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__popup .row.desktop-only-styling .col-3.offset-1 .header__main__right__controls__search__popup__recent-searches p {
    color: rgba(255, 255, 255, 0.75);
    margin: 54px 0 0 0;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__search .header__main__right__controls__search__popup .header__main__right__controls__search__popup__bar-mobile {
    display: none;
  }
  header .header__main .header__main__right ul.unlisted.header__main__right__controls .header__main__right__controls__hamburger {
    display: none;
  }
  header:hover .header__main .header__main__right .header__main__right__popup.header__main__right__popup--primary > ul.unlisted.header__main___nav > .header__main___nav__item > .header__main___nav__item__trigger {
    color: #0F4859;
  }
  body.scrolled-header-height header .header__main .header__main__right .header__main__right__popup.header__main__right__popup--primary > ul.unlisted.header__main___nav > .header__main___nav__item > .header__main___nav__item__trigger {
    color: #0F4859;
  }
  body.scrolled-header-hidden header {
    top: -166px;
  }
  body.scrolled-header-hidden.nav-open-desktop header {
    top: 0 !important;
  }
  body.nav-open header .header__utility-bar {
    background-color: #0F4859;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  }
  body.nav-open header .header__main {
    background-color: white;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
  body.nav-open header .header__main .header__main__logo #Practices---Corporate {
    fill: #0F4859;
  }
  body.nav-open header .header__main .header__main__right .header__main__right__popup > ul.unlisted.header__main___nav > .header__main___nav__item > .header__main___nav__item__trigger {
    color: #0F4859;
  }
  body.nav-open header .header__main .header__main__right ul.unlisted.header__main__right__controls li.header__main__right__controls__search .header__main__right__controls__search__trigger svg #Navigation {
    fill: #0F4859;
  }
  body.nav-open header .header__main .header__main__right ul.unlisted.header__main__right__controls li.header__main__right__controls__hamburger svg #Home---Mobile {
    stroke: #0F4859;
  }
}
footer {
  width: 100%;
  background-color: #444444;
  color: white;
  margin-top: 60px;
  position: relative;
}
footer.footer--no-margin-top {
  margin-top: 0;
}
footer .container-fluid {
  padding-top: 36px;
  padding-bottom: 65px;
  overflow: visible;
}
footer .container-fluid > .row:first-child {
  position: relative;
  z-index: 3 !important;
}
footer .container-fluid .col-12 {
  position: static;
}
footer * {
  color: white;
}
footer .footer__logo {
  width: 100%;
  max-width: 188px;
  margin: 0 0 38px 0;
  display: inline-block;
}
footer .footer__logo svg {
  width: 100%;
}
footer .footer__main-nav {
  margin: 0 0 31px 0;
}
footer .footer__main-nav li {
  margin: 0 0 12px 0;
}
footer .footer__main-nav li a {
  color: white !important;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
}
footer .footer__main-nav li:last-child {
  margin: 0;
}
footer .footer__secondary-nav {
  margin-bottom: 49px;
  display: inline-block;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 73px;
  -moz-column-gap: 73px;
  column-gap: 73px;
}
footer .footer__secondary-nav li {
  margin: 0 0 15px 0;
  font-size: 12px;
  line-height: 15px;
}
footer .footer__secondary-nav li a {
  color: white !important;
  display: inline-block;
  font-weight: 400;
}
footer .footer__secondary-nav li:last-child {
  margin: 0;
}
footer .custom-select-links {
  margin-bottom: 20px;
}
footer .footer__register {
  width: 100%;
  max-width: 202px;
  height: 45px;
  color: white;
  border-bottom: 1px solid white;
  margin: 0 0 51px 0;
  padding: 12px 0 0 2px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none !important;
}
footer .footer__register:after {
  width: 11px;
  height: 20px;
  background: url(/assets/Covington/img/icon-chevron-right.svg) no-repeat center center;
  background-size: 11px 20px;
  display: block;
  position: absolute;
  top: 12px;
  right: 2px;
  z-index: 2;
  pointer-events: none;
  content: "";
}
footer ul.unlisted.footer__social {
  width: 100%;
  max-width: 200px;
  margin-bottom: 52px;
  text-align: center;
}
footer ul.unlisted.footer__social li {
  margin-right: 26px;
  vertical-align: middle;
}
footer ul.unlisted.footer__social li a {
  display: block;
}
footer ul.unlisted.footer__social li a img.header__main___social__linkedin {
  width: 19px;
  height: 19px;
}
footer ul.unlisted.footer__social li a img.header__main___social__twitter {
  width: 20px;
  height: 20px;
}
footer ul.unlisted.footer__social li a img.header__main___social__facebook {
  width: 9px;
  height: 22px;
}
footer ul.unlisted.footer__social li:last-child {
  margin: 0;
}
footer .bttn-outline-reverse {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
  display: block;
}
footer .footer__back-to-top {
  margin-bottom: 30px;
  text-align: center;
  position: absolute;
  top: 4px;
  right: 30px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  cursor: pointer;
}
footer .footer__back-to-top span {
  margin: 0 0 11px 0;
  display: block;
}
footer .footer__back-to-top img {
  width: 16px;
  height: 10px;
}
footer .footer__bottom p {
  margin: 0 0 18px 0;
  font-size: 12px;
  line-height: 20px;
}
footer .footer__bottom ul.unlisted.inline.footer__bottom__links li {
  margin-right: 30px;
}
footer .footer__bottom ul.unlisted.inline.footer__bottom__links li a {
  color: white !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
footer .footer__bottom ul.unlisted.inline.footer__bottom__links li:last-child {
  margin-right: 0;
}

@media (min-width: 992px) {
  footer .container-fluid {
    padding-top: 56px;
    padding-bottom: 47px;
  }
  footer .footer__logo {
    max-width: 200px;
    margin: 0 0 40px 0;
  }
  footer .footer__main-nav {
    margin: -2px 0 0 0;
  }
  footer .footer__secondary-nav {
    margin-top: 7px;
    margin-bottom: 0;
  }
  footer .custom-select-links {
    margin-top: -14px;
  }
  footer .footer__register {
    margin-bottom: 41px;
  }
  footer ul.unlisted.footer__social {
    margin-bottom: 0;
  }
  footer ul.unlisted.footer__social li {
    margin-right: 26px;
  }
  footer ul.unlisted.footer__social li a img.header__main___social__linkedin {
    width: 19px;
    height: 19px;
  }
  footer ul.unlisted.footer__social li a img.header__main___social__twitter {
    width: 20px;
    height: 20px;
  }
  footer ul.unlisted.footer__social li a img.header__main___social__facebook {
    width: 9px;
    height: 22px;
  }
  footer ul.unlisted.footer__social li:last-child {
    margin: 0;
  }
  footer .footer__back-to-top {
    text-align: right;
    top: 16px;
  }
  footer .footer__back-to-top span {
    margin: 0 18px 0 0;
    display: inline-block;
    vertical-align: middle;
  }
  footer .footer__back-to-top img {
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
  }
  footer .footer__bottom {
    margin-top: 97px;
  }
}
@media (min-width: 1400px) {
  footer .container-fluid {
    padding-top: 129px;
    position: relative;
  }
  footer .container-fluid > * {
    position: relative;
    z-index: 2;
  }
  footer .container-fluid:after {
    width: 1061px;
    height: 100%;
    background: #444444 url(/assets/Covington/img/pattern-footer.svg) no-repeat bottom left;
    background-size: 1061px 534px;
    display: block;
    position: absolute;
    bottom: 0;
    left: -818px;
    z-index: 1;
    content: "";
  }
  footer .footer__back-to-top {
    top: -67px;
  }
}
@media (min-width: 1400px) {
  footer .container-fluid {
    padding-top: 56px;
  }
  footer .footer__back-to-top {
    top: 0px;
  }
}
ul.unlisted.predictive-search {
  width: 100%;
  background-color: #3F6C7A;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 0 47px 16px 47px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 50;
}
ul.unlisted.predictive-search li {
  color: rgba(255, 255, 255, 0.75);
  padding: 1px 10px 1px 10px;
  font-weight: 400;
}
ul.unlisted.predictive-search li span {
  color: white;
  font-weight: 700;
}
ul.unlisted.predictive-search li:hover {
  background-color: #0F4859;
}

.twitter-typeahead {
  width: 100% !important;
}
.twitter-typeahead .tt-input {
  background-color: #3F6C7A !important;
  z-index: 5 !important;
}
.twitter-typeahead .tt-menu {
  width: 100% !important;
  max-height: 316px !important;
  background-color: #3F6C7A !important;
  border-bottom-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  padding: 25px 47px 16px 47px !important;
  overflow-y: auto !important;
  top: calc(100% - 25px) !important;
  z-index: 4 !important;
}
.twitter-typeahead .tt-menu .tt-dataset {
  width: 100% !important;
}
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion {
  width: 100% !important;
  color: rgba(255, 255, 255, 0.75) !important;
  padding: 1px 10px 1px 10px !important;
  font-weight: 400 !important;
}
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion .tt-highlight {
  font-weight: 700 !important;
}
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:hover {
  background-color: #0F4859 !important;
}

.content-area-center-offset {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-area-center-offset .bttn {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content-area-offset {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .content-area-offset {
    margin-bottom: 70px;
  }
}
.content-area-bullets-left-heading {
  margin-bottom: 50px;
  padding-top: 60px;
}
.content-area-bullets-left-heading ul {
  margin-bottom: 41px;
}
.content-area-bullets-left-heading ul > li p {
  margin: 0;
}
.content-area-bullets-left-heading ul > li > ul {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .content-area-bullets-left-heading {
    margin-bottom: 128px;
    padding-top: 143px;
  }
}
.article-date-source a {
  color: #0F4859;
  display: inline-block;
  font-style: italic;
}
.article-date-source a.article-date-source__external-link, .article-date-source a.article-date-source__download {
  padding-right: 25px;
  position: relative;
}
.article-date-source a.article-date-source__external-link:after, .article-date-source a.article-date-source__download:after {
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  content: "";
}
.article-date-source a.article-date-source__external-link:after {
  width: 16px;
  height: 15px;
  background: url(/assets/Covington/img/icon-external-link.svg) no-repeat center center;
  background-size: 16px 15px;
}
.article-date-source a.article-date-source__download:after {
  width: 17px;
  height: 15px;
  background: url(/assets/Covington/img/icon-download-white.svg) no-repeat center center;
  background-size: 17px 15px;
}

.article-tile {
  width: 100%;
  height: 255px;
  overflow: hidden;
  display: block;
  position: relative;
}
.article-tile:before {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
  opacity: 0.5;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.article-tile .article-tile__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.article-tile .article-tile__content {
  width: 100%;
  padding: 0 26px 17px 26px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.article-tile .article-tile__content p {
  color: white;
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
.article-tile .article-tile__content p span {
  margin: 0 18px 0 0;
  white-space: nowrap;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
}
.article-tile .article-tile__content h2.h3-styling {
  color: white;
  margin: 0;
  font-size: 24px !important;
  line-height: 36px !important;
}
.article-tile.article-tile--video:after {
  width: 58px;
  height: 58px;
  background: url(/assets/Covington/img/icon-video-play.svg) no-repeat center center;
  background-size: 58px 58px;
  display: block;
  position: absolute;
  top: 24px;
  left: 26px;
  z-index: 3;
  content: "";
}
.article-tile.article-tile--tall {
  height: 510px;
  padding: 0 !important;
  text-decoration: none !important;
}
.article-tile.article-tile--tall .article-tile__content {
  padding: 0 26px 31px 26px;
}
.article-tile.article-tile--tall .article-tile__content p {
  margin-bottom: 10px;
}
.article-tile.article-tile--tall.article-tile--video:after {
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
  top: 30px;
  left: 30px;
}
.article-tile.article-tile--contact .article-tile__content {
  padding: 0 15px;
  text-align: center;
  top: calc(50% - 2px);
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.article-tile.article-tile--contact .article-tile__content p {
  margin: 0 0 24px 0;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.article-tile.article-tile--contact .article-tile__content h2 {
  color: white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin: 0;
  padding: 20px 20px 18px 20px;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
}
.article-tile:hover:before {
  opacity: 0.75;
}
.article-tile:hover .article-tile__background {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 525px) {
  .article-tile {
    height: 365px;
  }
  .article-tile.article-tile--tall {
    height: 710px;
  }
}
@media (min-width: 768px) {
  .article-tile.article-tile--tall {
    height: 510px;
  }
}
@media (min-width: 992px) {
  .article-tile {
    height: 429px;
  }
  .article-tile .article-tile__content {
    padding: 0 30px 33px 30px;
  }
  .article-tile .article-tile__content p {
    margin: 0 0 9px 0;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.2px;
  }
  .article-tile .article-tile__content p span {
    margin-right: 16px;
    font-weight: 400;
  }
  .article-tile .article-tile__content p span:first-child {
    font-weight: 700;
  }
  .article-tile .article-tile__content h2.h3-styling {
    font-size: 28px !important;
    line-height: 35px !important;
  }
  .article-tile.article-tile--video:after {
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
    top: 30px;
    left: 30px;
  }
  .article-tile.article-tile--tall {
    height: 670px;
  }
  .article-tile.article-tile--tall .article-tile__content {
    padding: 0 30px 37px 30px;
  }
  .article-tile.article-tile--contact .article-tile__content {
    top: calc(50% + 6px);
  }
  .article-tile.article-tile--contact .article-tile__content p {
    margin-bottom: 34px;
  }
  .article-tile.article-tile--contact .article-tile__content h2 {
    padding: 36px 6px 42px 6px;
    font-size: 72px !important;
    line-height: 60px !important;
  }
}
@media (min-width: 1200px) {
  .article-tile.article-tile--tall {
    height: 750px;
  }
}
@media (min-width: 1600px) {
  .article-tile.article-tile--tall {
    height: 860px;
  }
}
.article-tile-featured {
  width: 100%;
  height: calc(100% - 22px);
  margin-top: 22px;
  padding: 0 15px 18px 15px;
}
.article-tile-featured .article-tile-featured__image {
  width: 100%;
  display: block;
  margin: 0 0 11px 0;
  overflow: hidden;
  position: relative;
  top: -22px;
}
.article-tile-featured .article-tile-featured__image img {
  width: 100%;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.article-tile-featured .article-tile-featured__content {
  padding: 0 15px 23px 15px;
}
.article-tile-featured .article-tile-featured__content h2 {
  color: white;
  margin: 0;
  font-size: 24px;
  line-height: 36px;
}
.article-tile-featured .article-tile-featured__content h2 a {
  color: white;
  font-weight: 400;
  text-decoration: none !important;
}
.article-tile-featured .article-tile-featured__content p {
  color: white;
  margin: 0 0 7px 0;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
.article-tile-featured .article-tile-featured__content p span {
  margin-right: 15px;
  white-space: nowrap;
}
.article-tile-featured .article-tile-featured__content p span:first-child {
  font-weight: 700;
  letter-spacing: 1px;
}
.article-tile-featured .article-tile-featured__content .bttn {
  width: 100%;
  display: block;
}
.article-tile-featured.article-tile-featured--purple {
  background: url(/assets/Covington/img/article-tile-featured-pattern-01.png) no-repeat center center;
  background-size: cover;
}
.article-tile-featured.article-tile-featured--blue {
  background: url(/assets/Covington/img/article-tile-featured-pattern-02.png) no-repeat center center;
  background-size: cover;
}
.article-tile-featured.article-tile-featured--video .article-tile-featured__image:after {
  width: 58px;
  height: 58px;
  background: url(/assets/Covington/img/icon-video-play.svg) no-repeat center center;
  background-size: 58px 58px;
  display: block;
  position: absolute;
  top: 24px;
  left: 26px;
  z-index: 3;
  content: "";
}
.article-tile-featured.article-tile-featured--full-width {
  width: 100%;
  padding: 0 0 33px 0;
}
.article-tile-featured.article-tile-featured--full-width .col-12 {
  padding-right: 0;
  padding-left: 0;
}
.article-tile-featured.article-tile-featured--full-width .article-tile-featured__content {
  padding-bottom: 8px;
}
.article-tile-featured:hover .article-tile-featured__image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

@media (min-width: 992px) {
  .article-tile-featured {
    height: calc(100% - 72px);
    margin-top: 72px;
    padding: 0 60px 55px 60px;
  }
  .article-tile-featured .article-tile-featured__image {
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
    margin: 0;
    top: -54px;
  }
  .article-tile-featured .article-tile-featured__content {
    margin-top: -16px;
    padding: 0;
  }
  .article-tile-featured .article-tile-featured__content h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .article-tile-featured .article-tile-featured__content p {
    margin: 0 0 6px 0;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.5px;
  }
  .article-tile-featured .article-tile-featured__content .bttn {
    width: auto;
    display: inline-block;
    float: right;
  }
  .article-tile-featured.article-tile-featured--full-width {
    margin-top: 54px;
    padding-bottom: 0;
  }
  .article-tile-featured.article-tile-featured--full-width .col-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .article-tile-featured.article-tile-featured--full-width .article-tile-featured__image {
    margin-top: -54px;
    margin-bottom: 61px;
    top: auto;
  }
  .article-tile-featured.article-tile-featured--full-width .article-tile-featured__content {
    margin: 0;
    padding: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .article-tile-featured.article-tile-featured--full-width .article-tile-featured__content p {
    margin-bottom: 6px;
  }
  .article-tile-featured.article-tile-featured--full-width .article-tile-featured__content .bttn {
    float: none;
  }
}
.article-link {
  margin-bottom: 36px;
}
.article-link a {
  width: 100%;
  color: #0F4859;
  margin-bottom: 16px;
  display: block;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}
.article-link a.article-link__image img {
  width: 100%;
}
.article-link p {
  color: #0F4859;
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
.article-link p span {
  margin: 0px;
  white-space: nowrap;
}
.article-link p span:first-child {
  margin-right: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .article-link {
    margin-bottom: 64px;
  }
  .article-link a {
    margin: -8px;
    font-size: 36px;
    line-height: 42px;
  }
  .article-link a.article-link__image {
    margin: 0;
  }
  .article-link a.article-link__image img {
    width: calc(100% - 15px);
  }
  .article-link p {
    margin: -3px 0 0 0;
    font-size: 18px;
    line-height: 21px;
  }
  .article-link p span {
    display: block;
  }
  .article-link p span:first-child {
    margin: 0 0 6px 0;
    letter-spacing: 2px;
  }
  .article-link p span:last-child {
    font-size: 14px;
  }
}
.info-tile-rta {
  width: 100%;
  height: 100%;
  min-height: 375px;
  padding: 30px;
  display: block;
  text-align: center;
  position: relative;
}
.info-tile-rta * {
  color: white !important;
}
.info-tile-rta .info-tile-rta__content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.info-tile-rta .info-tile-rta__content a {
  text-decoration: underline;
}
.info-tile-rta .info-tile-rta__content p {
  margin: 0 0 15px 0;
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.info-tile-rta .info-tile-rta__content p sup {
  top: -0.3vw;
  font-size: 10vw;
}
.info-tile-rta .info-tile-rta__content p span {
  display: block;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  font-size: 19vw;
  line-height: 25vw;
}
.info-tile-rta .info-tile-rta__content p:last-child {
  margin: 0;
}
.info-tile-rta .info-tile-rta__content.info-tile-rta__content--rich-text-area p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
}
.info-tile-rta .info-tile-rta__anchored-text {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 30px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.info-tile-rta.info-tile-rta--video:before {
  width: 131px;
  height: 131px;
  background: url(/assets/Covington/img/icon-video-play.svg) no-repeat center center;
  background-size: 131px 131px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "";
}
.info-tile-rta.info-tile-rta--anchored-text {
  padding: 30px 30px 80px 30px;
}

@media (min-width: 768px) {
  .info-tile-rta .info-tile-rta__content p sup {
    font-size: 5vw;
  }
  .info-tile-rta .info-tile-rta__content p span {
    font-size: 9.4vw;
    line-height: 13vw;
  }
  .info-tile-rta.info-tile-rta--video:before {
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
    top: 30px;
    left: 30px;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@media (min-width: 992px) {
  .info-tile-rta .info-tile-rta__content p sup {
    font-size: 3vw;
  }
  .info-tile-rta .info-tile-rta__content p span {
    font-size: 6vw;
    line-height: 9vw;
  }
}
@media (min-width: 1200px) {
  .info-tile-rta .info-tile-rta__content p sup {
    font-size: 2vw;
  }
  .info-tile-rta .info-tile-rta__content p span {
    font-size: 4.5vw;
    line-height: 6vw;
  }
}
.info-tile {
  width: 100%;
  display: block;
  position: relative;
}
.info-tile img {
  width: 100%;
}
.info-tile .info-tile__content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.info-tile .info-tile__content p {
  color: white;
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.info-tile .info-tile__content p > span {
  margin-bottom: 3.5vw;
  display: block;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  font-size: 25.3vw;
  line-height: 120px;
}
.info-tile .info-tile__content p sup {
  top: -1.3vw;
  font-size: 40px;
}
.info-tile .info-tile__content.info-tile__content--double {
  height: 100%;
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.info-tile .info-tile__content.info-tile__content--double p {
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.info-tile .info-tile__content.info-tile__content--double p > span {
  margin: -21px 1.9vw 0 0;
  display: inline-block;
  vertical-align: middle;
}
.info-tile .info-tile__content.info-tile__content--double p:first-child {
  top: calc(33.33333333% - 1px);
}
.info-tile .info-tile__content.info-tile__content--double p:last-child {
  top: calc(66.66666666% + 1px);
}
.info-tile.info-tile--video:before {
  width: 131px;
  height: 131px;
  background: url(/assets/Covington/img/icon-video-play.svg) no-repeat center center;
  background-size: 131px 131px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "";
}

@media (min-width: 768px) {
  .info-tile .info-tile__content p > span {
    margin-bottom: 0.3vw;
    font-size: 12.3vw;
  }
  .info-tile.info-tile--video:before {
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
    top: 30px;
    left: 30px;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@media (min-width: 992px) {
  .info-tile .info-tile__content p > span {
    margin-bottom: 0;
    font-size: 8.3vw;
  }
}
@media (min-width: 1200px) {
  .info-tile .info-tile__content p > span {
    margin-bottom: 0.3vw;
    font-size: 6.9vw;
  }
}
@media (min-width: 1700px) {
  .info-tile .info-tile__content p > span {
    margin-bottom: 1.3vw;
  }
}
.info-cards {
  margin-bottom: 36px;
}
.info-cards .info-card {
  margin-bottom: 24px;
}
.info-cards .info-card .info-card__number {
  color: #0F4859;
  margin-bottom: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 170px;
  line-height: 193px;
  letter-spacing: -5px;
}
.info-cards .info-card .info-card__number span {
  padding: 0 10px 0 20px;
  font-size: 60px;
  line-height: 68px;
  letter-spacing: 0;
}
.info-cards .info-card .info-card__number sup {
  top: 1px;
  left: 18px;
  font-weight: 700;
  font-size: 60px;
  line-height: 68px;
  letter-spacing: 0;
}
.info-cards .info-card h2.h5-styling-alt {
  margin-bottom: 7px;
}
.info-cards .info-card .info-card__content {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .info-cards {
    border-top: 1px solid #0F4859;
    margin-bottom: 82px;
    padding-top: 17px;
  }
  .info-cards .info-card .info-card__number {
    margin-bottom: 43px;
    font-size: 140px;
    line-height: 159px;
    letter-spacing: -4.2px;
  }
  .info-cards .info-card .info-card__number span {
    font-size: 72px;
    line-height: 82px;
  }
  .info-cards .info-card .info-card__number sup {
    left: 12px;
    font-size: 72px;
    line-height: 82px;
  }
  .info-cards .info-card h2.h5-styling-alt {
    margin-bottom: 13px;
  }
}
.industries-tiles.container-fluid.container-fluid--no-gutters {
  margin-bottom: 57px;
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.industries-tiles.container-fluid.container-fluid--no-gutters .col-12:first-child .industries-tile__content {
  border-top: 1px solid #0F4859;
}
.industries-tiles.container-fluid.container-fluid--no-gutters .industries-tile {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
}
.industries-tiles.container-fluid.container-fluid--no-gutters .industries-tile:before {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
  opacity: 0.5;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.industries-tiles.container-fluid.container-fluid--no-gutters .industries-tile .industries-tile__background {
  display: none;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.industries-tiles.container-fluid.container-fluid--no-gutters .industries-tile .industries-tile__content {
  border-bottom: 1px solid #0F4859;
  padding: 20px 121px 17px 0;
  position: relative;
  font-family: Georgia, Times, Times New Roman, serif;
}
.industries-tiles.container-fluid.container-fluid--no-gutters .industries-tile .industries-tile__content:after {
  width: 8px;
  height: 16px;
  background: url(/assets/Covington/img/icon-chevron-right-teal.svg) no-repeat center center;
  background-size: 8px 16px;
  display: block;
  position: absolute;
  top: 22px;
  right: 9px;
  z-index: 1;
  content: "";
}
.industries-tiles.container-fluid.container-fluid--no-gutters .industries-tile .industries-tile__content h2.h4-styling {
  color: #0F4859;
  margin: 0;
  line-height: 28px;
}
.industries-tiles.container-fluid.container-fluid--no-gutters .industries-tile:hover:before {
  opacity: 0.75;
}
.industries-tiles.container-fluid.container-fluid--no-gutters .industries-tile:hover .industries-tile__background {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 768px) {
  .industries-tiles.container-fluid.container-fluid--no-gutters {
    margin: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .industries-tiles.container-fluid.container-fluid--no-gutters .col-12:first-child .industries-tile__content {
    border: none;
  }
  .industries-tiles.container-fluid.container-fluid--no-gutters .industries-tile {
    height: 328px;
  }
  .industries-tiles.container-fluid.container-fluid--no-gutters .industries-tile:before {
    display: block;
  }
  .industries-tiles.container-fluid.container-fluid--no-gutters .industries-tile .industries-tile__background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .industries-tiles.container-fluid.container-fluid--no-gutters .industries-tile .industries-tile__content {
    border: none;
    padding: 0 45px 40px 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
  .industries-tiles.container-fluid.container-fluid--no-gutters .industries-tile .industries-tile__content:after {
    display: none;
  }
  .industries-tiles.container-fluid.container-fluid--no-gutters .industries-tile .industries-tile__content h2.h4-styling {
    color: white;
    font-weight: 700;
  }
}
.email-modal {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}
.email-modal .email-modal__content {
  width: calc(100% - 60px);
  max-width: 650px;
  max-height: calc(100% - 90px);
  background-color: white;
  border-radius: 16px;
  padding: 33px 40px 40px 40px;
  overflow-y: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.email-modal .email-modal__content h2 {
  color: #0F4859;
  margin-bottom: 13px;
}
.email-modal .email-modal__content p {
  margin-bottom: 28px;
}
.email-modal .email-modal__content .bttn {
  margin: 9px 25px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.email-modal .email-modal__content .bttn:last-child {
  margin-right: 0;
}
.email-modal .email-modal__shade {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

body.email-modal-open .email-modal {
  display: block;
}

.parallax-mirror {
  display: none;
}

.hero {
  width: 100%;
  background: url(/assets/Covington/img/background-pattern-hero.png) no-repeat center center;
  background-size: cover;
  background-color: #444444;
  margin-bottom: 27px;
  padding-top: 93px;
}
.hero .hero__slider-image,
.hero .hero__image {
  width: calc(100% + 30px);
  margin: 0 0 30px 0;
}
.hero .hero__image {
  margin-bottom: 38px;
}
.hero .hero__image img {
  max-width: 100%;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
}
.hero .hero__slider-background {
  display: none;
}
.hero .hero__slider-image {
  opacity: 0;
  visibility: hidden;
}
.hero .hero__slider-image .slick-list:before {
  width: 100%;
  height: 66.66666666%;
  background: linear-gradient(0deg, #000000 0%, rgba(216, 216, 216, 0) 100%);
  opacity: 0.5;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.hero .hero__slider-image .slick-slide img {
  width: 100%;
}
.hero .hero__slider-image .slick-slide:focus {
  outline-width: 0;
  outline-color: transparent;
}
.hero .hero__slider-image .slick-prev,
.hero .hero__slider-image .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: auto;
  right: auto;
  bottom: 8px;
  left: auto;
  z-index: 2;
}
.hero .hero__slider-image .slick-prev:before,
.hero .hero__slider-image .slick-next:before {
  display: none;
}
.hero .hero__slider-image .slick-prev {
  background: url(/assets/Covington/img/icon-chevron-circle-left.svg) no-repeat center center;
  background-size: 40px 40px;
  left: 18px;
}
.hero .hero__slider-image .slick-next {
  background: url(/assets/Covington/img/icon-chevron-circle-right.svg) no-repeat center center;
  background-size: 40px 40px;
  left: 72px;
}
.hero .hero__slider-image .slick-dots {
  width: auto;
  display: inline-block;
  bottom: 11px;
  right: 31px;
  z-index: 2;
}
.hero .hero__slider-image .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  margin: 0 18px 0 0;
  -webkit-transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out;
}
.hero .hero__slider-image .slick-dots li:before,
.hero .hero__slider-image .slick-dots li button {
  display: none;
}
.hero .hero__slider-image .slick-dots li.slick-active {
  background-color: white;
  border: 2px solid transparent;
}
.hero .hero__slider-image .slick-dots li:last-child {
  margin: 0;
}
.hero .hero__slider-text,
.hero .hero__content {
  width: 100%;
  margin: 0 0 37px 0;
}
.hero .hero__content * {
  color: white;
}
.hero .hero__content h1.h3-styling,
.hero .hero__content h2.h3-styling {
  margin-bottom: 14px;
}
.hero .hero__content > p {
  margin-bottom: 40px;
}
.hero .hero__content .hero__content__phone-numbers {
  margin-bottom: 56px;
}
.hero .hero__content .hero__content__phone-numbers p {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
}
.hero .hero__content .hero__content__phone-numbers p a {
  font-weight: 400;
}
.hero .hero__content .hero__content__phone-numbers p a.hero__content__phone-numbers__location {
  margin: 0 0 7px 0;
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
.hero .hero__content .hero__content__email .bttn-cta,
.hero .hero__content .hero__content__vcard .bttn-cta,
.hero .hero__content .hero__content__language .bttn-cta {
  margin: 0 0 11px 0;
}
.hero .hero__content .hero__content__email > p,
.hero .hero__content .hero__content__email .bttn-outline-reverse,
.hero .hero__content .hero__content__vcard > p,
.hero .hero__content .hero__content__vcard .bttn-outline-reverse,
.hero .hero__content .hero__content__language > p,
.hero .hero__content .hero__content__language .bttn-outline-reverse {
  display: none;
}
.hero .hero__slider-text {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.hero .hero__slider-text .slick-slide:focus {
  outline-width: 0 !important;
  outline-color: transparent !important;
}
.hero .hero__slider-text h1 {
  color: white;
  margin: 0 0 28px 0;
  font-size: 36px;
  line-height: 42px;
}
.hero .hero__slider-text p {
  color: white;
  margin: -21px 0 39px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hero .hero__slider-text p span {
  margin-right: 20px;
  display: inline-block;
  font-weight: 700;
}
.hero .hero__slider-text .bttn {
  width: 100%;
  pointer-events: auto;
}
.hero .hero__slider-text .bttn button,
.hero .hero__slider-text .bttn a {
  width: 100%;
}
.hero.hero--internal .hero__slider-text .hero__slider-text__content p {
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 17px;
}
.hero.hero--internal .hero__slider-text .hero__slider-text__content p span {
  margin-right: 17px;
}
.hero.hero--internal .hero__slider-text .hero__slider-text__content h1,
.hero.hero--internal .hero__slider-text .hero__slider-text__content h2 {
  color: white;
  margin: 0;
}
.hero.hero--internal .hero__slider-text .hero__slider-text__content .bttn {
  margin: 21px 0 0 0;
}
.hero.hero--professional {
  margin-bottom: 37px;
}
.hero.hero--simple {
  height: auto;
  margin: 0 0 27px 0 !important;
}
.hero.hero--simple .hero__content {
  width: 100%;
  height: 140px;
}
.hero.hero--simple .hero__content h1 {
  width: 100%;
  margin: 0;
  display: block;
  text-align: center;
  position: relative;
  top: calc(50% - 25px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 36px;
  line-height: 39px;
}
.hero.hero--simple .hero__content .search-bar {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero.hero--simple.hero--simple--search.hero--simple--search--alphabet .hero__content {
  position: relative;
}
.hero.hero--simple.hero--simple--search.hero--simple--search--alphabet .hero__content ul.unlisted.inline.hero__search-alphabet {
  width: 100%;
  display: none;
  position: absolute;
  bottom: 11px;
  left: 0;
}
.hero.hero--simple.hero--simple--search.hero--simple--search--alphabet .hero__content ul.unlisted.inline.hero__search-alphabet li {
  margin: 0 13px 10px 0;
}
.hero.hero--simple.hero--simple--search.hero--simple--search--alphabet .hero__content ul.unlisted.inline.hero__search-alphabet li span {
  margin-top: -1px;
  margin-right: 4px;
  display: block;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}
.hero.hero--simple.hero--simple--search.hero--simple--search--alphabet .hero__content ul.unlisted.inline.hero__search-alphabet li a {
  color: #C2D1D5;
  display: block;
  font-weight: 400;
  font-size: 16px;
}
.hero.hero--simple.hero--simple--search.hero--simple--search--alphabet .hero__content ul.unlisted.inline.hero__search-alphabet li:last-child {
  margin-right: 0;
}
.hero.hero--article {
  height: auto;
  margin: 0;
  padding-top: 118px;
}
.hero.hero--article .hero__content {
  margin: 0 0 40px 0;
}
.hero.hero--article .hero__content h1 {
  margin: 0 0 25px 0;
  font-size: 36px;
  line-height: 42px;
}
.hero.hero--article .hero__content p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}
.hero.hero--article .hero__content p span {
  margin: 0 0 8px 0;
  white-space: nowrap;
  display: block;
  letter-spacing: 1px;
}
.hero.hero--article .hero__content p span:first-child {
  font-weight: 700;
  letter-spacing: 1px;
}
.hero.hero--article .hero__content p span:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .hero.hero--simple {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .parallax-mirror {
    display: block;
  }
  .hero {
    height: 490px;
    background: transparent;
    margin-bottom: 160px;
    padding-top: 132px;
  }
  .hero .hero__slider-image img,
  .hero .hero__image img {
    min-width: 400px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .hero .hero__image {
    width: calc(50% - 15px);
    margin: 0;
    position: absolute;
    top: 0;
    right: 15px;
  }
  .hero .hero__slider-image {
    width: 66%;
    margin: 0 0 0 34%;
    position: relative;
    top: -39px;
  }
  .hero .hero__slider-image .slick-prev {
    left: 32px;
  }
  .hero .hero__slider-image .slick-next {
    left: 89px;
  }
  .hero .hero__slider-text,
  .hero .hero__content {
    margin: 0;
  }
  .hero .hero__content {
    width: calc(50% - 15px);
    padding-top: 32px;
  }
  .hero .hero__content h1.h3-styling,
  .hero .hero__content h2.h3-styling {
    margin-bottom: 8px;
  }
  .hero .hero__content > p {
    margin-bottom: 48px;
    font-size: 24px;
    line-height: 36px;
  }
  .hero .hero__content .hero__content__phone-numbers {
    margin-bottom: 49px;
  }
  .hero .hero__content .hero__content__phone-numbers p {
    font-size: 18px;
    line-height: 26px;
  }
  .hero .hero__content .hero__content__phone-numbers p span {
    margin: 0 0 7px 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
  }
  .hero .hero__content .hero__content__email .bttn-cta,
  .hero .hero__content .hero__content__vcard .bttn-cta,
  .hero .hero__content .hero__content__language .bttn-cta {
    display: none;
  }
  .hero .hero__content .hero__content__email > p,
  .hero .hero__content .hero__content__vcard > p,
  .hero .hero__content .hero__content__language > p {
    display: block;
  }
  .hero .hero__content .hero__content__email > p span,
  .hero .hero__content .hero__content__vcard > p span,
  .hero .hero__content .hero__content__language > p span {
    margin-bottom: 3px;
    display: block;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
  }
  .hero .hero__content .hero__content__email .bttn-outline-reverse,
  .hero .hero__content .hero__content__vcard .bttn-outline-reverse,
  .hero .hero__content .hero__content__language .bttn-outline-reverse {
    margin-top: 15px;
    display: inline-block;
  }
  .hero .hero__content .hero__content__email {
    margin-bottom: 28px;
  }
  .hero .hero__content .hero__content__email > p a {
    font-weight: 400;
    text-decoration: underline;
    word-wrap: break-word;
  }
  .hero .hero__content .hero__content__vcard > p {
    margin-bottom: 12px;
  }
  .hero .hero__content .hero__content__vcard > p span {
    margin-bottom: 0;
  }
  .hero .hero__slider-text {
    width: 50%;
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 2;
  }
  .hero .hero__slider-text h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .hero .hero__slider-text .bttn {
    width: auto;
  }
  .hero .hero__slider-text .bttn button,
  .hero .hero__slider-text .bttn a {
    width: auto;
  }
  .hero .hero__slider-text .hero__slider-text__center .hero__slider-text__content {
    text-align: center;
  }
  .hero.hero--internal {
    height: auto;
    margin-bottom: 49px;
    position: relative;
  }
  .hero.hero--internal .hero__slider-background {
    width: 100%;
    height: 100%;
    background: linear-gradient(180.41deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .hero.hero--internal .hero__slider-background:before {
    width: 100%;
    height: 100%;
    background: linear-gradient(180.41deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
    opacity: 0.4;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: "";
  }
  .hero.hero--internal .hero__slider-background div {
    width: 100%;
    height: 100%;
  }
  .hero.hero--internal .hero__slider-background .hero__slider-background__image {
    height: 100%;
    width: 100%;
  }
  .hero.hero--internal .hero__slider-image {
    display: none;
  }
  .hero.hero--internal .hero__slider-text {
    width: 100%;
    margin-top: 95px;
    margin-bottom: 148px;
    position: relative;
    top: auto;
    left: auto;
    pointer-events: auto;
  }
  .hero.hero--internal .hero__slider-text .slick-prev,
  .hero.hero--internal .hero__slider-text .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    bottom: -100px;
    top: auto;
    right: auto;
    bottom: -154px;
    left: auto;
    z-index: 2;
  }
  .hero.hero--internal .hero__slider-text .slick-prev:before,
  .hero.hero--internal .hero__slider-text .slick-next:before {
    display: none;
  }
  .hero.hero--internal .hero__slider-text .slick-prev {
    background: url(/assets/Covington/img/icon-chevron-circle-left.svg) no-repeat center center;
    background-size: 40px 40px;
    left: 0;
  }
  .hero.hero--internal .hero__slider-text .slick-next {
    background: url(/assets/Covington/img/icon-chevron-circle-right.svg) no-repeat center center;
    background-size: 40px 40px;
    left: 54px;
  }
  .hero.hero--internal .hero__slider-text .slick-dots {
    width: auto;
    display: inline-block;
    bottom: -141px;
    right: 0;
    z-index: 2;
  }
  .hero.hero--internal .hero__slider-text .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 50%;
    margin: 0 18px 0 0;
    -webkit-transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out;
  }
  .hero.hero--internal .hero__slider-text .slick-dots li:before,
  .hero.hero--internal .hero__slider-text .slick-dots li button {
    display: none;
  }
  .hero.hero--internal .hero__slider-text .slick-dots li.slick-active {
    background-color: white;
    border: 2px solid transparent;
  }
  .hero.hero--internal .hero__slider-text .slick-dots li:last-child {
    margin: 0;
  }
  .hero.hero--professional {
    height: auto;
    margin-bottom: 0;
    padding-top: 93px;
    padding-bottom: 50px;
  }
  .hero.hero--professional .hero__slider-image img,
  .hero.hero--professional .hero__image img {
    max-height: 500px;
  }
  .hero.hero--simple {
    padding-top: 106px;
  }
  .hero.hero--simple .hero__content {
    height: 494px;
    padding: 0;
  }
  .hero.hero--simple .hero__content h1 {
    top: calc(50% - 5px);
    font-size: 60px;
    line-height: 63px;
  }
  .hero.hero--simple.hero--simple--short .hero__content {
    height: 318px;
  }
  .hero.hero--simple.hero--simple--search .hero__content {
    height: 344px;
  }
  .hero.hero--simple.hero--simple--search.hero--simple--search--alphabet .hero__content {
    position: relative;
  }
  .hero.hero--simple.hero--simple--search.hero--simple--search--alphabet .hero__content .search-bar {
    top: calc(50% - 25px);
  }
  .hero.hero--simple.hero--simple--search.hero--simple--search--alphabet .hero__content ul.unlisted.inline.hero__search-alphabet {
    display: block;
  }
}
@media (min-width: 1180px) {
  .hero {
    height: 700px;
  }
  .hero .hero__image {
    width: calc(58.333333% - 30px);
  }
  .hero .hero__slider-image {
    top: 75px;
  }
  .hero .hero__slider-text {
    top: 215px;
  }
  .hero .hero__content {
    width: 30%;
  }
  .hero.hero--internal .hero__slider-text {
    margin-top: 185px;
  }
  .hero.hero--professional {
    padding-top: 206px;
    padding-bottom: 80px;
  }
  .hero.hero--article {
    padding-top: 210px;
  }
  .hero.hero--article .hero__content {
    width: 60%;
    margin: 0 auto 164px auto;
    text-align: center;
  }
  .hero.hero--article .hero__content h1 {
    margin: 0 0 40px 0;
    font-size: 48px;
    line-height: 60px;
  }
  .hero.hero--article .hero__content p {
    margin: 0;
  }
  .hero.hero--article .hero__content p span {
    margin: 0 10px 0 10px !important;
    white-space: nowrap;
    display: inline-block;
    letter-spacing: 1px;
  }
  .hero.hero--article .hero__content p span:first-child {
    font-weight: 700;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 1340px) {
  .hero {
    margin-bottom: 190px;
  }
}
.module-spacer {
  width: 100%;
  height: 30px;
}

@media (min-width: 992px) {
  .module-spacer {
    height: 102px;
  }
}
.section-heading {
  width: 100%;
  margin-top: 64px;
  margin-bottom: 17px;
}
.section-heading h2 {
  color: #0F4859;
  margin: 0 0 13px 0;
}
.section-heading .custom-select-links {
  max-width: none;
}
.section-heading .section-heading__desktop-filters {
  vertical-align: middle;
}
.section-heading ul.unlisted.section-heading__desktop-filters li {
  color: #3A6F8F;
  margin-left: 29px;
  margin-right: 29px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}
.section-heading ul.unlisted.section-heading__desktop-filters li.section-heading__desktop-filters__selected {
  color: #0F4859;
  position: relative;
  font-weight: 700;
}
.section-heading ul.unlisted.section-heading__desktop-filters li.section-heading__desktop-filters__selected:after {
  width: calc(100% + 2px);
  height: 2px;
  background-color: #0F4859;
  display: block;
  position: absolute;
  bottom: -8px;
  left: -1px;
  content: "";
}
.section-heading ul.unlisted.section-heading__desktop-filters li:last-child {
  margin-right: 57px;
}
.section-heading .bttn {
  vertical-align: middle;
}

@media (min-width: 992px) {
  .section-heading {
    width: 100%;
    margin-top: 121px;
    margin-bottom: 30px;
  }
  .section-heading h2 {
    margin: -5px 0 0 0;
  }
  .section-heading .col-12.col-lg-9,
  .section-heading .col-12.col-lg-4 {
    text-align: right;
  }
}
.section-heading-filter-items .col-12 {
  display: none;
}
.section-heading-filter-items .col-12.section-heading-filter-items__visible {
  display: block;
}

.mobile-cta {
  width: 100%;
  margin: 0;
}
.mobile-cta .bttn {
  width: 100%;
  margin: 0 0 14px 0;
  display: block;
}
.mobile-cta .bttn:last-child {
  margin: 0;
}

.mobile-see-more {
  width: 100%;
  margin: 29px 0 61px 0;
}
.mobile-see-more .bttn {
  width: 100%;
}

.see-load-more {
  margin-top: 41px;
  margin-bottom: 52px;
}
.see-load-more .bttn.d-lg-none {
  width: 100%;
}

@media (min-width: 992px) {
  .see-load-more {
    margin-top: 43px;
    margin-bottom: 60px;
    text-align: center;
  }
}
.tabs-three-up {
  width: 100%;
}
.tabs-three-up .tabs-three-up__desktop-trigger {
  background-color: #F0F0F0;
}
.tabs-three-up .tabs-three-up__desktop-trigger ul.unlisted {
  width: calc(100% + 30px);
  margin-left: -15px;
  font-size: 0;
}
.tabs-three-up .tabs-three-up__desktop-trigger ul.unlisted li {
  width: calc(33.33333333% - 30px);
  background-color: #0F4859;
  color: white;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin: 0 15px 0 15px;
  padding: 14px 10px 12px 10px;
  text-align: center;
  vertical-align: top;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, font-weight 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, font-weight 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, font-weight 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, font-weight 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, font-weight 0.25s ease-in-out;
}
.tabs-three-up .tabs-three-up__desktop-trigger ul.unlisted li.tabs-three-up__desktop-trigger__current-tab {
  background-color: white;
  color: #0F4859;
  font-weight: 700;
}
.tabs-three-up ul.unlisted.tabs-three-up__main {
  border-top: 1px solid #0F4859;
  margin: 0 0 60px 0;
}
.tabs-three-up ul.unlisted.tabs-three-up__main > li {
  border-bottom: 1px solid #0F4859;
}
.tabs-three-up ul.unlisted.tabs-three-up__main > li .tabs-three-up__main__mobile-trigger {
  width: 100%;
  color: #0F4859;
  padding: 18px 0 13px 0;
  position: relative;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 700;
  cursor: pointer;
}
.tabs-three-up ul.unlisted.tabs-three-up__main > li .tabs-three-up__main__mobile-trigger:after {
  width: 15px;
  height: 8px;
  background: url(/assets/Covington/img/icon-chevron-down-teal.svg) no-repeat center center;
  background-size: 15px 8px;
  display: block;
  position: absolute;
  top: 29px;
  right: 10px;
  z-index: 2;
  pointer-events: none;
  content: "";
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.tabs-three-up ul.unlisted.tabs-three-up__main > li .tabs-three-up__main__content {
  max-height: 0;
  padding: 0;
  overflow: hidden;
}
.tabs-three-up ul.unlisted.tabs-three-up__main > li .tabs-three-up__main__content .tabs-three-up__main__content__practices {
  width: 100%;
}
.tabs-three-up ul.unlisted.tabs-three-up__main > li .tabs-three-up__main__content .tabs-three-up__main__content__practices h3.h5-styling {
  color: #0F4859;
  margin: 0 0 20px 0;
}
.tabs-three-up ul.unlisted.tabs-three-up__main > li .tabs-three-up__main__content .tabs-three-up__main__content__practices ul.unlisted li {
  border-bottom: 1px solid #0F4859;
  padding-right: 25px;
}
.tabs-three-up ul.unlisted.tabs-three-up__main > li .tabs-three-up__main__content .tabs-three-up__main__content__practices ul.unlisted li a {
  color: #0F4859;
  padding: 10px 0 8px 0;
  display: block;
  position: relative;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  text-decoration: none;
}
.tabs-three-up ul.unlisted.tabs-three-up__main > li .tabs-three-up__main__content .tabs-three-up__main__content__practices ul.unlisted li a:after {
  width: 9px;
  height: 16px;
  background: url(/assets/Covington/img/icon-chevron-right-teal.svg) no-repeat center center;
  background-size: 9px 16px;
  display: block;
  position: absolute;
  top: 17px;
  right: -18px;
  content: "";
}
.tabs-three-up ul.unlisted.tabs-three-up__main > li .tabs-three-up__main__content .tabs-three-up__main__content__practices ul.unlisted li:last-child {
  border: none;
}
.tabs-three-up ul.unlisted.tabs-three-up__main > li.tabs-three-up__main__current-tab .tabs-three-up__main__mobile-trigger:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tabs-three-up ul.unlisted.tabs-three-up__main > li.tabs-three-up__main__current-tab .tabs-three-up__main__content {
  max-height: 999999999px;
  padding: 3px 0 28px 0;
  overflow: visible;
}

@media (min-width: 992px) {
  .tabs-three-up .tabs-three-up__desktop-trigger {
    margin-bottom: 100px;
  }
  .tabs-three-up ul.unlisted.tabs-three-up__main {
    border: none;
  }
  .tabs-three-up ul.unlisted.tabs-three-up__main > li {
    border: none;
  }
  .tabs-three-up ul.unlisted.tabs-three-up__main > li .tabs-three-up__main__content .tabs-three-up__main__content__practices {
    background-color: #F0F0F0;
    border-radius: 16px;
    padding: 29px 46px 28px 46px;
  }
  .tabs-three-up ul.unlisted.tabs-three-up__main > li .tabs-three-up__main__content .tabs-three-up__main__content__practices ul.unlisted {
    border-top: 1px solid #0F4859;
    margin: 0 0 29px 0;
  }
  .tabs-three-up ul.unlisted.tabs-three-up__main > li .tabs-three-up__main__content .tabs-three-up__main__content__practices ul.unlisted li:last-child {
    border-bottom: 1px solid #0F4859;
  }
}
.tabs-links {
  width: 100%;
  background-color: #F0F0F0;
}
.tabs-links ul.unlisted li {
  margin: 16px 12px 0 0;
}
.tabs-links ul.unlisted li a {
  background-color: #0F4859;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: -1px -3px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 8px 20px 7px 20px;
  display: block;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  -moz-transition: background-color 0.25s ease, color 0.25s ease;
  -ms-transition: background-color 0.25s ease, color 0.25s ease;
  -o-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.tabs-links ul.unlisted li.tabs-links__current-page a {
  background-color: white;
  color: #0F4859;
}

.breadcrumbs {
  width: 100%;
  margin: 0 0 37px 0;
}
.breadcrumbs .col-12:first-child ul.unlisted li {
  color: #0F4859;
  margin-right: 30px;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
.breadcrumbs .col-12:first-child ul.unlisted li:after {
  width: 7px;
  height: 11px;
  background: url(/assets/Covington/img/icon-chevron-right-teal.svg) no-repeat center center;
  background-size: 7px 11px;
  display: block;
  position: absolute;
  top: 3px;
  right: -23px;
  content: "";
}
.breadcrumbs .col-12:first-child ul.unlisted li a {
  color: #0F4859;
  font-weight: 400;
}
.breadcrumbs .col-12:first-child ul.unlisted li:last-child {
  margin: 0;
}
.breadcrumbs .col-12:first-child ul.unlisted li:last-child:after {
  display: none;
}
.breadcrumbs .col-12:last-child .custom-select-links-mobile-button {
  float: right;
}
.breadcrumbs.breadcrumbs--alternate {
  background-color: transparent !important;
}

@media (min-width: 992px) {
  .breadcrumbs {
    background-color: #F0F0F0;
    margin: 0;
    padding: 54px 0 45px 0;
  }
}
.share-links-wrapper {
  position: relative;
}

.share-links-trigger {
  opacity: 0;
  position: absolute;
  top: -40px;
  pointer-events: none;
}

.share-links {
  margin-bottom: 64px;
  padding: 0 30px 0 30px;
}
.share-links p {
  color: #0F4859;
  margin: 0 0 17px 0;
  font-size: 12px;
  line-height: 15px;
}
.share-links ul {
  font-size: 0;
}
.share-links ul li {
  margin: 0 2px 2px 0;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}
.share-links ul li a {
  width: 43px;
  height: 41px;
  background-color: #0F4859;
  border-radius: 2px;
  padding-top: 6px;
  display: block;
  text-align: center;
  text-decoration: none !important;
}
.share-links ul li a img.share-links__facebook {
  width: 11px;
  height: 26px;
  margin-top: -1px;
}
.share-links ul li a img.share-links__linkedin {
  width: 20px;
  height: 20px;
  margin-top: -2px;
}
.share-links ul li a img.share-links__twitter {
  width: 20px;
  height: 20px;
  margin-top: -2px;
}
.share-links ul li a img.share-links__email {
  width: 28px;
  height: 16px;
  margin-top: -2px;
}
.share-links ul li a img.share-links__print {
  width: 26px;
  height: 26px;
  margin-top: -4px;
}
.share-links ul li a img.share-links__pdf {
  width: 20px;
  height: 28px;
  margin-top: -3px;
}
.share-links ul li a img.share-links__word {
  width: 26px;
  height: 25px;
  margin-top: -5px;
}
.share-links ul li:last-child {
  margin-right: 0;
}
.share-links.share-links--desktop {
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 300;
  pointer-events: none;
}
.share-links.share-links--desktop p {
  display: none;
}
.share-links.share-links--desktop ul li {
  display: block;
  margin: 0 0 1px 0;
}
.share-links.share-links--desktop ul li a {
  width: 44px;
  height: 46px;
  padding-top: 10px;
}

@media (min-width: 992px) {
  .share-links {
    display: none;
  }
  .share-links.share-links--desktop {
    opacity: 1;
    display: block;
    pointer-events: auto;
  }
}
.see-more .see-more__item {
  display: none;
}
.see-more .bttn.bttn-small.bttn-small--see-more button,
.see-more .bttn.bttn-small.bttn-small--see-more a {
  padding-right: 40px;
  padding-left: 20px;
}
.see-more .bttn.bttn-small.bttn-small--see-more button:after,
.see-more .bttn.bttn-small.bttn-small--see-more a:after {
  width: 11px;
  height: 9px;
  background: url(/assets/Covington/img/icon-chevron-down-teal.svg) no-repeat center center;
  background-size: 11px 9px;
  display: block;
  position: absolute;
  top: 9px;
  right: 17px;
  z-index: 4;
  content: "";
  -webkit-transition: background 0.25s ease, transform 0.25s ease;
  -moz-transition: background 0.25s ease, transform 0.25s ease;
  -ms-transition: background 0.25s ease, transform 0.25s ease;
  -o-transition: background 0.25s ease, transform 0.25s ease;
  transition: background 0.25s ease, transform 0.25s ease;
}
.see-more .bttn.bttn-small.bttn-small--see-more button .bttn-small--see-more__less,
.see-more .bttn.bttn-small.bttn-small--see-more a .bttn-small--see-more__less {
  display: none;
}
.see-more .bttn.bttn-small.bttn-small--see-more button:hover:after,
.see-more .bttn.bttn-small.bttn-small--see-more a:hover:after {
  background: url(/assets/Covington/img/icon-chevron-down.svg) no-repeat center center;
  background-size: 11px 9px;
}
.see-more.see-more--visible .see-more__item {
  display: block;
}
.see-more.see-more--visible .bttn.bttn-small.bttn-small--see-more button:after,
.see-more.see-more--visible .bttn.bttn-small.bttn-small--see-more a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.see-more.see-more--visible .bttn.bttn-small.bttn-small--see-more button .bttn-small--see-more__more,
.see-more.see-more--visible .bttn.bttn-small.bttn-small--see-more a .bttn-small--see-more__more {
  display: none;
}
.see-more.see-more--visible .bttn.bttn-small.bttn-small--see-more button .bttn-small--see-more__less,
.see-more.see-more--visible .bttn.bttn-small.bttn-small--see-more a .bttn-small--see-more__less {
  display: inline;
}

table.info-list {
  width: 100%;
}
table.info-list tr td {
  padding: 0 0 29px 0;
  vertical-align: top;
}
table.info-list tr td ul {
  margin-bottom: 0;
}
table.info-list tr td ul li {
  margin-bottom: 14px;
}
table.info-list tr td:first-child {
  color: #0F4859;
  padding: 0 30px 15px 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 700;
}

@media (min-width: 768px) {
  table.info-list tr td:first-child {
    padding: 0 60px 15px 0;
  }
}
@media (min-width: 992px) {
  table.info-list tr td:first-child {
    padding: 0 120px 15px 0;
  }
}
.category-links {
  width: 100%;
  background-color: rgba(77, 179, 208, 0.1);
  padding: 46px 0 60px 0;
}
.category-links h2.h3-styling {
  margin-bottom: 38px;
  display: inline-block;
}
.category-links .bttn-small--back {
  margin-top: 60px;
}
.category-links ul.unlisted li {
  border-bottom: 1px solid #0F4859;
}
.category-links ul.unlisted li a {
  color: #0F4859;
  padding: 16px 25px 15px 5px;
  display: block;
  position: relative;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}
.category-links ul.unlisted li a:after {
  width: 9px;
  height: 16px;
  background: url(/assets/Covington/img/icon-chevron-right-teal.svg) no-repeat center center;
  background-size: 9px 16px;
  display: block;
  position: absolute;
  top: 22px;
  right: 8px;
  content: "";
}
.category-links ul.unlisted li:first-child {
  border-top: 1px solid #0F4859;
}
.category-links.category-links--alternate h3.h5-styling {
  color: #0F4859;
  margin-top: 7px;
  margin-bottom: 29px;
}
.category-links.category-links--alternate ul.unlisted {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .category-links {
    padding: 74px 0 119px 0;
  }
  .category-links h2.h3-styling {
    margin-bottom: 67px;
  }
  .category-links .bttn-small--back {
    margin-top: 18px;
    float: right;
  }
  .category-links ul.unlisted {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    position: relative;
  }
  .category-links ul.unlisted:before, .category-links ul.unlisted:after {
    width: calc(50% - 15px);
    height: 1px;
    background-color: #0F4859;
    display: block;
    position: absolute;
    top: 0;
    content: "";
  }
  .category-links ul.unlisted:before {
    left: 0;
  }
  .category-links ul.unlisted:after {
    right: 0;
  }
  .category-links ul.unlisted li {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
  }
  .category-links ul.unlisted li:first-child {
    border-top: none;
  }
  .category-links.category-links--alternate ul.unlisted {
    margin-bottom: 0;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .category-links.category-links--alternate ul.unlisted:before, .category-links.category-links--alternate ul.unlisted:after {
    display: none;
  }
  .category-links.category-links--alternate ul.unlisted li:first-child {
    border-top: 1px solid #0F4859;
  }
}
.key-contacts {
  padding-top: 64px;
  padding-bottom: 39px;
}
.key-contacts h2.h3-styling {
  color: #0F4859 !important;
  margin-bottom: 30px;
}
.key-contacts .bttn {
  float: right;
}
.key-contacts .bttn {
  width: auto;
  margin-top: 13px;
  display: block;
}
.key-contacts.key-contacts--grey-background {
  background-color: #F0F0F0;
}
.key-contacts.key-contacts--grey-background .search-results-card {
  border: none;
}
.key-contacts.key-contacts--teal-background {
  background-color: #0F4859;
}
.key-contacts.key-contacts--teal-background h2.h3-styling {
  color: white !important;
}
.key-contacts.key-contacts--teal-background .search-results-card {
  border: none;
}

.key-contacts .search-results-card {
  border: 1px solid #C2D1D5;
  border-top: none;
}

@media (min-width: 768px) {
  .key-contacts {
    padding-bottom: 0;
  }
  .key-contacts .bttn {
    width: auto;
    margin: 0;
    display: inline-block;
    float: right;
  }
}
.key-contacts-old {
  width: 100%;
  background-color: #F0F0F0;
  padding: 64px 0 39px 0;
}
.key-contacts-old h2.h3-styling {
  margin-bottom: 30px;
}
.key-contacts-old .key-contacts__person {
  margin: 0;
  font-weight: 400;
  text-decoration: none !important;
}
.key-contacts-old .key-contacts__person * {
  color: #0F4859;
}
.key-contacts-old .key-contacts__person .key-contacts__person__image,
.key-contacts-old .key-contacts__person img {
  width: 100%;
  margin: 0 0 10px 0;
  overflow: hidden;
  position: relative;
}
.key-contacts-old .key-contacts__person .key-contacts__person__image div,
.key-contacts-old .key-contacts__person img div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.key-contacts-old .key-contacts__person h3 {
  margin: 0;
  font-size: 24px;
  line-height: 27px;
}
.key-contacts-old .key-contacts__person p {
  margin: 0 0 38px 0;
}
.key-contacts-old .key-contacts__person:hover .key-contacts__person__image div {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.key-contacts-old .bttn {
  width: 100%;
  margin-top: 13px;
  display: block;
}

@media (min-width: 768px) {
  .key-contacts-old {
    padding: 119px 0 63px 0;
  }
  .key-contacts-old h2.h3-styling {
    margin-bottom: 72px;
  }
  .key-contacts-old .key-contacts__person .key-contacts__person__image {
    height: 240px;
    margin-bottom: 11px;
  }
  .key-contacts-old .key-contacts__person h3 {
    font-size: 18px;
    line-height: 21px;
  }
  .key-contacts-old .key-contacts__person p {
    margin: -2px 0 38px 0;
  }
  .key-contacts-old .bttn {
    width: auto;
    margin: 0;
    display: inline-block;
    float: right;
  }
}
.article-rating {
  margin-bottom: 53px;
}
.article-rating p {
  color: #0F4859;
  margin-bottom: 22px;
}
.article-rating .bttn {
  width: calc(50% - 15px);
  margin-right: 25px;
  display: inline-block;
}
.article-rating .bttn:last-of-type {
  margin: 0;
}

@media (min-width: 768px) {
  .article-rating {
    margin-bottom: 121px;
  }
  .article-rating p {
    margin: 0 51px 0 0;
    display: inline-block;
    vertical-align: middle;
  }
  .article-rating .bttn {
    width: auto;
    margin: -2px 6px 0 6px !important;
    display: inline-block;
    vertical-align: middle;
  }
}
.pagination {
  margin-top: 43px;
  margin-bottom: 43px;
  display: block;
}
.pagination .pagination__mobile {
  width: 100%;
  display: block;
}
.pagination ul.unlisted.pagination__desktop li {
  color: #0F4859;
  margin: 0 12px 0 12px;
  vertical-align: middle;
  letter-spacing: 1.5px;
}
.pagination ul.unlisted.pagination__desktop li a {
  color: #0F4859;
  opacity: 0.75;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 1.5px;
}
.pagination ul.unlisted.pagination__desktop li.pagination__desktop__current-page a {
  opacity: 1;
  position: relative;
}
.pagination ul.unlisted.pagination__desktop li.pagination__desktop__current-page a:before {
  width: calc(100% + 10px);
  height: 2px;
  background-color: #0F4859;
  display: block;
  position: absolute;
  top: calc(100% + 3px);
  left: -5px;
  content: "";
}
.pagination ul.unlisted.pagination__desktop li.pagination__desktop__prev, .pagination ul.unlisted.pagination__desktop li.pagination__desktop__next {
  opacity: 1;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}
.pagination ul.unlisted.pagination__desktop li.pagination__desktop__prev a, .pagination ul.unlisted.pagination__desktop li.pagination__desktop__next a {
  opacity: 1;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}
.pagination ul.unlisted.pagination__desktop li.pagination__desktop__prev {
  margin: 0 63px 0 0;
}
.pagination ul.unlisted.pagination__desktop li.pagination__desktop__next {
  margin: 0 0 0 63px;
}
.pagination ul.unlisted.pagination__desktop li.pagination__desktop__disabled {
  opacity: 0.75;
}
.pagination ul.unlisted.pagination__desktop li.pagination__desktop__ellipse {
  opacity: 0.75;
  font-weight: 700;
}

@media (min-width: 992px) {
  .pagination {
    margin-top: 89px;
    margin-bottom: 94px;
  }
}
blockquote {
  margin-top: 50px;
  margin-bottom: 52px;
  padding-top: 65px;
  position: relative;
}
blockquote:before {
  width: 50px;
  height: 40px;
  background: url(/assets/Covington/img/icon-quote-mark.svg) no-repeat center center;
  background-size: 50px 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
blockquote .blockquote__quote {
  color: #0F4859;
  margin-bottom: 29px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 36px;
}
blockquote .blockquote__person {
  color: #0F4859;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  blockquote {
    margin-top: 101px;
    margin-bottom: 73px;
    padding-top: 0;
    padding-left: 126px;
  }
  blockquote:before {
    width: 80px;
    height: 64px;
    background: url(/assets/Covington/img/icon-quote-mark.svg) no-repeat center center;
    background-size: 80px 64px;
    top: 7px;
  }
  blockquote .blockquote__quote {
    margin-bottom: 20px;
  }
  blockquote .blockquote__person {
    font-size: 18px;
    line-height: 21px;
  }
}
.responsive-video {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.responsive-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-with-description {
  width: calc(100% + 60px);
  margin: 55px 0 3px -30px;
}
.video-with-description p {
  margin: 0;
}

@media (min-width: 768px) {
  .video-with-description {
    width: auto;
    margin: 88px 0 105px 0;
  }
  .video-with-description .responsive-video {
    margin-bottom: 44px;
  }
}
.inline-video {
  width: 100%;
}
.inline-video .vjs-fluid {
  width: 100%;
  max-width: 100%;
}
.inline-video .inline-video__content {
  width: 100%;
  padding: 15px 0 0 0;
  font-size: 16px;
  line-height: 24px;
}
.inline-video .inline-video__content h2 {
  font-family: Georgia, Times, Times New Roman, serif;
}

@media (min-width: 768px) {
  .inline-video {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .inline-video .inline-video__video,
  .inline-video .inline-video__content {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .inline-video .inline-video__content {
    padding: 0 0 0 60px;
    justify-content: center;
    align-items: center;
  }
}
.written-by h2.h5-styling-alt {
  margin: 0 0 16px 0;
}
.written-by ul.unlisted li {
  margin: 0 0 19px 0;
}
.written-by ul.unlisted li a {
  display: block;
  font-weight: 400;
  text-decoration: none !important;
}
.written-by ul.unlisted li a img {
  width: 33%;
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  -ms-transition: box-shadow 0.25s ease-in-out;
  -o-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
}
.written-by ul.unlisted li a .written-by__content {
  width: calc(67% - 21px);
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
}
.written-by ul.unlisted li a .written-by__content h3.h5-styling {
  color: #0F4859;
  margin: 0 0 1px 0;
}
.written-by ul.unlisted li a .written-by__content p {
  margin: 0;
}
.written-by ul.unlisted li a:hover img {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
  .written-by {
    margin-top: -4px;
    padding: 0 30px 0 74px;
  }
  .written-by h2.h5-styling-alt {
    margin: 0 0 22px 0;
  }
  .written-by ul.unlisted li {
    margin: 0 0 30px 0;
  }
  .written-by ul.unlisted li a img {
    width: 100%;
    margin: 0 0 13px 0;
    display: block;
  }
  .written-by ul.unlisted li a .written-by__content {
    width: 100%;
    margin: 0;
    display: block;
  }
  .written-by ul.unlisted li a .written-by__content h3.h5-styling {
    margin: 0 0 -3px 0;
  }
  .written-by ul.unlisted li a .written-by__content p {
    font-size: 12px;
    line-height: 20px;
  }
}
ul.unlisted.event-info {
  margin-bottom: 30px;
}
ul.unlisted.event-info li {
  margin: 0 !important;
  padding-left: 23px;
  display: block !important;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
ul.unlisted.event-info li:after {
  color: #9FB6BD;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  top: 5px;
  left: 0;
}
ul.unlisted.event-info li.event-info__where:after {
  left: 2px;
  content: "\f3c5";
}
ul.unlisted.event-info li.event-info__when:after {
  content: "\f017";
}

.search-results-card {
  width: 100%;
  height: calc(100% - 30px);
  background-color: white;
  margin-bottom: 30px;
  -webkit-transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  -ms-transition: box-shadow 0.25s ease-in-out;
  -o-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
}
.search-results-card .search-results-card__image {
  width: 100%;
  display: block;
}
.search-results-card .search-results-card__image img {
  width: 100%;
}
.search-results-card .search-results-card__content {
  width: 100%;
  padding: 19px 29px 16px 29px;
  color: #444444;
  font-size: 16px;
  line-height: 24px;
}
.search-results-card .search-results-card__content .search-results-card__content__heading {
  color: #0F4859;
  margin: 0 0 8px 0;
  display: block;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
}
.search-results-card .search-results-card__content .search-results-card__content__sub-heading {
  color: #444444;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
}
.search-results-card .search-results-card__content .search-results-card__content__sub-heading span {
  margin-right: 11px;
  margin-bottom: 2px;
  display: inline-block;
}
.search-results-card .search-results-card__content .search-results-card__content__sub-heading span.bold {
  font-weight: 700;
  text-transform: uppercase;
}
.search-results-card .search-results-card__content .search-results-card__content__sub-heading span.italic {
  font-style: italic;
}
.search-results-card .search-results-card__content hr {
  background-color: #C2D1D5;
  margin-top: 15px;
  margin-bottom: 18px;
}
.search-results-card .search-results-card__content ul.unlisted li {
  margin: 0 0 11px 0;
  display: block;
}
.search-results-card .search-results-card__content ul.unlisted li span {
  margin-bottom: 3px;
  display: block;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
.search-results-card .search-results-card__content ul.unlisted li a {
  color: #0F4859;
  display: block;
  font-weight: 400;
}
.search-results-card.search-results-card--article .search-results-card__content {
  padding: 15px 29px 16px 29px;
}
.search-results-card.search-results-card--article .search-results-card__content .search-results-card__content__heading {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 14px 0;
}
.search-results-card.search-results-card--article .search-results-card__content hr {
  margin-bottom: 20px;
}
.search-results-card.search-results-card--article .search-results-card__content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 0 0 7px 0;
}
.search-results-card.search-results-card--article .search-results-card__content ul.unlisted.event-info {
  margin-bottom: 0;
}
.search-results-card.search-results-card--interactive {
  position: relative;
}
.search-results-card.search-results-card--interactive .search-results-card__remove {
  width: 20px;
  opacity: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.search-results-card.search-results-card--rep-matters .search-results-card__content {
  width: 100% !important;
  flex: 0 0 100% !important;
}
.search-results-card:hover {
  -webkit-box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.search-results-card:hover.search-results-card--interactive .search-results-card__remove {
  opacity: 1;
}

@media (min-width: 768px) {
  .search-results-card.search-results-card--list .search-results-card__content .search-results-card__content__sub-heading span {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .search-results-card.search-results-card--list {
    font-size: 0;
  }
  .search-results-card.search-results-card--list > * {
    font-size: 16px;
  }
  .search-results-card.search-results-card--list .search-results-card__image {
    width: 30%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .search-results-card.search-results-card--list .search-results-card__image img {
    display: none;
  }
  .search-results-card.search-results-card--list .search-results-card__content {
    width: 70%;
    padding: 49px 29px 37px 29px;
    display: inline-block;
    vertical-align: top;
  }
  .search-results-card.search-results-card--list .search-results-card__content ul.unlisted li {
    margin: 0 41px 11px 0;
    display: inline-block;
    vertical-align: bottom;
  }
  .search-results-card.search-results-card--list .search-results-card__content ul.unlisted li:last-child {
    margin-right: 0;
  }
  .search-results-card.search-results-card--list.search-results-card--article .search-results-card__content {
    padding: 26px 29px 26px 29px;
  }
}
.landing-cards {
  width: 100%;
  background-color: #F0F0F0;
  padding: 30px 0 60px 0;
}
.landing-cards h2 {
  font-size: 30px;
  line-height: 36px;
  margin: 4px 0 51px 0;
}
.landing-cards .subtitle {
  color: #0F4859;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 28px;
  line-height: 35px;
  margin: 0;
  padding: 70px 0 28px;
}
.landing-cards .landing-cards__card {
  width: 100%;
  height: calc(100% - 30px);
  background-color: white;
  margin-bottom: 30px;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  -ms-transition: box-shadow 0.25s ease-in-out;
  -o-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
}
.landing-cards .landing-cards__card .landing-cards__card__image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  font-size: 18px;
}
.landing-cards .landing-cards__card .landing-cards__card__image div {
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.landing-cards .landing-cards__card .landing-cards__card__content {
  width: 100%;
  min-height: 200px;
  color: #444444;
  padding: 22px 30px 13px 30px;
  font-size: 16px;
  line-height: 24px;
}
.landing-cards .landing-cards__card .landing-cards__card__content .landing-cards__card__content__heading {
  color: #0F4859;
  margin: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
}
.landing-cards .landing-cards__card .landing-cards__card__content .landing-cards__card__content__heading.landing-cards__card__content__heading--large {
  font-size: 28px;
  line-height: 35px;
}
.landing-cards .landing-cards__card .landing-cards__card__content hr {
  background-color: #C2D1D5;
  margin-top: 13px;
  margin-bottom: 11px;
}
.landing-cards .landing-cards__card .landing-cards__card__content p {
  margin: 0 0 13px 0;
}
.landing-cards .landing-cards__card:hover {
  -webkit-box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.landing-cards .landing-cards__card:hover .landing-cards__card__content .landing-cards__card__content__heading {
  text-decoration: underline;
}
.landing-cards .landing-cards__card:hover .landing-cards__card__image div {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.landing-cards .landing-cards__card.landing-cards__card--reversed .landing-cards__card__content {
  color: white;
}
.landing-cards .landing-cards__card.landing-cards__card--reversed .landing-cards__card__content a {
  color: white !important;
}
.landing-cards .landing-cards__card.landing-cards__card--reversed .landing-cards__card__content hr {
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.landing-cards .landing-cards__card.landing-cards__card--reversed .landing-cards__card__content .bttn {
  color: white;
  border-color: white;
}
.landing-cards .landing-cards__card.landing-cards__card--reversed.landing-cards__card--reversed--violet {
  background-color: #582C83;
}
.landing-cards .landing-cards__card.landing-cards__card--reversed.landing-cards__card--reversed--pale-green {
  background-color: #00A39B;
}
.landing-cards .landing-cards__card.landing-cards__card--reversed.landing-cards__card--reversed--teal-blue {
  background-color: #3A6F8F;
}
.landing-cards .landing-cards__card.landing-cards__card--reversed.landing-cards__card--reversed--dark-teal {
  background-color: #0F4859;
}
.landing-cards.landing-cards--location .landing-cards__card .landing-cards__card__content {
  min-height: 0;
}
.landing-cards.landing-cards--location .landing-cards__card .landing-cards__card__content .landing-cards__card__content__location {
  margin: 0 0 13px 0;
}
.landing-cards.landing-cards--location .landing-cards__card .landing-cards__card__content .landing-cards__card__content__buttons {
  margin: 0 0 13px 0;
}
.landing-cards.landing-cards--location .landing-cards__card .landing-cards__card__content .landing-cards__card__content__buttons .bttn {
  margin-right: 5px;
}
.landing-cards.landing-cards--location .landing-cards__card .landing-cards__card__content .landing-cards__card__content__buttons .bttn:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .landing-cards .landing-cards__card .landing-cards__card__content {
    height: calc(100% - 200px);
  }
}
@media (min-width: 992px) {
  .landing-cards .landing-cards__card.landing-cards__card--image-only {
    width: 100%;
    height: calc(100% - 30px);
    background-color: red;
  }
  .landing-cards .landing-cards__card.landing-cards__card--66-33 .landing-cards__card__content, .landing-cards .landing-cards__card.landing-cards__card--33-66 .landing-cards__card__content {
    height: auto;
  }
  .landing-cards .landing-cards__card.landing-cards__card--50-50 .landing-cards__card__content {
    height: 100%;
  }
  .landing-cards .landing-cards__card.landing-cards__card--50-50 .landing-cards__card__image,
  .landing-cards .landing-cards__card.landing-cards__card--50-50 .landing-cards__card__content {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .landing-cards .landing-cards__card.landing-cards__card--50-50 .landing-cards__card__image {
    height: 100%;
  }
  .landing-cards .landing-cards__card.landing-cards__card--33-66 .landing-cards__card__image,
  .landing-cards .landing-cards__card.landing-cards__card--33-66 .landing-cards__card__content {
    display: inline-block;
    vertical-align: top;
  }
  .landing-cards .landing-cards__card.landing-cards__card--33-66 .landing-cards__card__image {
    height: 100%;
  }
  .landing-cards .landing-cards__card.landing-cards__card--33-66 .landing-cards__card__image {
    width: 33.3333333333%;
  }
  .landing-cards .landing-cards__card.landing-cards__card--33-66 .landing-cards__card__content {
    width: 66.6666666666%;
  }
  .landing-cards .landing-cards__card.landing-cards__card--66-33 .landing-cards__card__image,
  .landing-cards .landing-cards__card.landing-cards__card--66-33 .landing-cards__card__content {
    display: inline-block;
    vertical-align: top;
  }
  .landing-cards .landing-cards__card.landing-cards__card--66-33 .landing-cards__card__image {
    height: 100%;
  }
  .landing-cards .landing-cards__card.landing-cards__card--66-33 .landing-cards__card__image {
    width: 66.6666666666%;
  }
  .landing-cards .landing-cards__card.landing-cards__card--66-33 .landing-cards__card__content {
    width: 33.3333333333%;
  }
}
.block-list {
  width: 100%;
  padding: 47px 30px 51px 30px;
}
.block-list h3 {
  color: #0F4859;
  margin: 0 0 39px 0;
}
.block-list h3 a {
  color: #0F4859;
}
.block-list ul.unlisted li {
  margin: 0 0 2px 0;
}
.block-list ul.unlisted li a {
  color: #093D52;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.block-list.block-list--light-blue {
  background-color: rgba(77, 179, 208, 0.1);
}

@media (min-width: 768px) {
  .block-list ul.unlisted {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
@media (min-width: 992px) {
  .block-list ul.unlisted {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
}
.sidebar {
  width: 100%;
  padding: 23px 30px 13px 30px;
  background-color: #F0F0F0;
  border-radius: 10px;
  margin: 0 0 30px 0;
}
.sidebar h3 {
  margin: 0 0 16px 0;
  font-size: 22px;
  line-height: 24px;
}
.sidebar .sidebar__section {
  color: #444444;
  border-bottom: 1px solid #C2D1D5;
  margin-bottom: 22px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}
.sidebar .sidebar__section .bttn {
  background-color: white;
  margin-bottom: 12px;
}
.sidebar .sidebar__section p {
  margin-bottom: 12px;
}
.sidebar .sidebar__section:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.sidebar .sidebar__section .video-js {
  margin-bottom: 12px;
}
.sidebar .sidebar__section ul.unlisted.key-contacts-sidebar {
  margin-bottom: 12px;
}
.sidebar .sidebar__section ul.unlisted.key-contacts-sidebar li {
  margin-bottom: 15px;
  font-size: 0;
}
.sidebar .sidebar__section ul.unlisted.key-contacts-sidebar li > * {
  font-size: 16px;
}
.sidebar .sidebar__section ul.unlisted.key-contacts-sidebar li .key-contacts-sidebar__image {
  width: 90px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.sidebar .sidebar__section ul.unlisted.key-contacts-sidebar li .key-contacts-sidebar__image img {
  width: 100%;
}
.sidebar .sidebar__section ul.unlisted.key-contacts-sidebar li .key-contacts-sidebar__content {
  width: calc(100% - 105px);
  display: inline-block;
  vertical-align: middle;
}
.sidebar .sidebar__section ul.unlisted.key-contacts-sidebar li .key-contacts-sidebar__content a {
  color: #0F4859;
  font-weight: 400;
}
.sidebar .sidebar__section ul.unlisted.key-contacts-sidebar li .key-contacts-sidebar__content a:first-child {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
}
.sidebar .sidebar__section ul.unlisted.key-contacts-sidebar li .key-contacts-sidebar__content p {
  margin: 0;
}
.sidebar .sidebar__section ul.unlisted.links-list-sidebar {
  margin-bottom: 12px;
}
.sidebar .sidebar__section ul.unlisted.links-list-sidebar li {
  margin: 0 0 10px 0;
}
.sidebar .sidebar__section ul.unlisted.links-list-sidebar li a {
  color: #0F4859;
  font-weight: 400;
}
.sidebar .sidebar__section ul.unlisted.links-list-sidebar li:last-child {
  margin: 0;
}
.sidebar .sidebar__section ul.nav-header-sidebar {
  border-top: 1px solid #C2D1D5;
  margin-top: 24px;
  margin-bottom: 12px;
  padding-top: 20px;
}
.sidebar .sidebar__section ul.nav-header-sidebar li {
  margin: 0 0 8px 0;
}
.sidebar .sidebar__section ul.nav-header-sidebar li ul {
  margin-top: 8px;
}
.sidebar .sidebar__section ul.nav-header-sidebar li ul li {
  margin-left: 29px !important;
  position: relative;
}
.sidebar .sidebar__section ul.nav-header-sidebar li ul li:before {
  width: 8px;
  height: 3px;
  background-color: transparent;
  color: #0F4859;
  border: none;
  display: block;
  position: absolute;
  top: -1px;
  left: -10px;
  content: "-";
  pointer-events: none;
}
.sidebar .sidebar__section ul.nav-header-sidebar li a {
  color: #0F4859;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}
.sidebar .sidebar__section ul.nav-header-sidebar li.nav-header-sidebar__active-page a {
  font-weight: 700;
}
.sidebar .sidebar__section ul.nav-header-sidebar li:last-child {
  margin: 0;
}
.sidebar .sidebar__section .vjs-fluid--space-after {
  margin: 0 0 21px 0;
}
.sidebar .sidebar__section.sidebar__section--button-top-right {
  position: relative;
}
.sidebar .sidebar__section.sidebar__section--button-top-right .bttn {
  margin: 0;
  position: absolute;
  top: 1px;
  right: 0;
}
.sidebar ul.unlisted.sidebar__nav {
  border-top: 1px solid #C2D1D5;
  margin: 25px 0 17px 0;
}
.sidebar ul.unlisted.sidebar__nav li {
  border-bottom: 1px solid #C2D1D5;
}
.sidebar ul.unlisted.sidebar__nav li a {
  color: #0F4859;
  padding: 10px 30px 10px 0;
  display: block;
  position: relative;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.sidebar ul.unlisted.sidebar__nav li a:after {
  width: 6px;
  height: 10px;
  background: url(/assets/Covington/img/icon-chevron-right-teal.svg) no-repeat center center;
  background-size: 6px 10px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
.sidebar ul.unlisted.sidebar__nav li.sidebar__nav__current-page a {
  font-weight: 700;
}
.sidebar.sidebar--full-width-video, .sidebar.sidebar--full-width-image {
  padding: 0;
  overflow: hidden;
}
.sidebar.sidebar--full-width-video .sidebar--full-width-image__image, .sidebar.sidebar--full-width-image .sidebar--full-width-image__image {
  display: block;
}
.sidebar.sidebar--full-width-video .sidebar--full-width-image__image img, .sidebar.sidebar--full-width-image .sidebar--full-width-image__image img {
  width: 100%;
}
.sidebar.sidebar--full-width-video .sidebar__section, .sidebar.sidebar--full-width-image .sidebar__section {
  padding: 22px 30px 11px 30px;
}
.sidebar.sidebar--full-width-video .sidebar__section p, .sidebar.sidebar--full-width-image .sidebar__section p {
  margin-bottom: 23px;
}
.sidebar.sidebar--blue {
  background-color: #3A6F8F;
}
.sidebar.sidebar--blue h3, .sidebar.sidebar--blue p {
  color: white !important;
}
.sidebar.sidebar--blue label {
  color: white;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}

.banner {
  width: 100%;
  height: calc(100% - 30px);
  min-height: 300px;
  background: url(/assets/Covington/css/http:/placecorgi.com/1400/300) no-repeat center center;
  background-size: cover;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 400;
  text-decoration: none !important;
}
.banner .banner__content {
  width: 100%;
  color: white;
  padding-top: 15px;
  text-align: center;
}
.banner .banner__content > * a {
  color: white !important;
  text-decoration: underline !important;
}
.banner .banner__content h2 {
  color: white;
  margin: 0 0 11px 0;
  font-size: 36px;
  line-height: 45px;
}
.banner .banner__content p {
  margin: 0 0 14px 0;
  font-size: 16px;
  line-height: 24px;
}
.banner.banner--text-bottom {
  padding-bottom: 6px;
  justify-content: flex-end;
}
.banner.banner--text-bottom .banner__content h2 {
  font-size: 28px;
  line-height: 35px;
}

@media (min-width: 992px) {
  .banner .banner__content {
    width: calc(50% + 60px);
  }
}
.sidebar-placeholder {
  width: 100%;
  height: calc(100% - 30px);
  min-height: 300px;
  background-color: #F0F0F0;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}
.sidebar-placeholder p {
  width: 100%;
  color: #A0A0A0;
  margin: 0;
  padding: 0 30px;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  line-height: 24px;
}

.accordion-wrapper {
  width: 100%;
  border-top: 1px solid #9FB6BD;
  margin: 0 0 30px 0;
}
.accordion-wrapper .accordion {
  width: 100%;
  border-bottom: 1px solid #9FB6BD;
  padding: 0 0 9px 0;
}
.accordion-wrapper .accordion .accordion__trigger {
  padding: 22px 40px 16px 0;
  position: relative;
  cursor: pointer;
}
.accordion-wrapper .accordion .accordion__trigger:after {
  width: 16px;
  height: 9px;
  background: url(/assets/Covington/img/icon-chevron-down-teal.svg) no-repeat center center;
  background-size: 16px 9px;
  display: block;
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.accordion-wrapper .accordion .accordion__trigger h2 {
  color: #0F4859;
  margin: 0;
  font-size: 22px;
  line-height: 24px;
}
.accordion-wrapper .accordion .accordion__content {
  width: 100%;
  color: #444444;
  overflow: hidden;
  display: none;
  font-size: 16px;
  line-height: 24px;
}
.accordion-wrapper .accordion .accordion__content p {
  margin: 0 0 13px 0;
}
.accordion-wrapper .accordion.accordion--visible .accordion__trigger:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-wrapper .accordion.accordion--visible .accordion__content {
  display: block;
}

.table.table--custom {
  margin-bottom: 30px;
}
.table.table--custom thead th {
  background-color: #0F4859;
  color: white;
  border: 0;
  padding: 7px 16px 5px 16px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.table.table--custom tbody tr {
  border-left: 1px solid #C2D1D5;
  border-right: 1px solid #C2D1D5;
}
.table.table--custom tbody tr td {
  color: #444444;
  border-bottom: 1px solid #C2D1D5;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
}
.table.table--custom tbody tr td a {
  color: #0F4859;
  font-weight: 400;
}

.page-not-found {
  width: 100%;
  padding: 62px 0 72px 0;
  text-align: center;
}
.page-not-found h2 {
  color: #0F4859;
  margin: 0 0 50px 0;
  display: block;
  text-align: center;
}

.cookie-notification {
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 27px 0 23px 0;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 6000;
}
.cookie-notification .cookie-notification__close {
  width: 24px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.cookie-notification h3 {
  margin: 0 0 13px 0;
}
.cookie-notification p {
  color: #444444;
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 24px;
}

.cookie-notification.cookie-notification--open {
  display: block;
}

@media (min-width: 992px) {
  .cookie-notification .col-12 {
    padding-right: 150px !important;
  }
}
.pr-team {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pr-team h3 {
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pr-team ul.unlisted.pr-team__members {
  width: 100%;
}
.pr-team ul.unlisted.pr-team__members > li {
  width: 100%;
  color: #444444;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.pr-team ul.unlisted.pr-team__members > li .pr-team__image {
  width: 90px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.pr-team ul.unlisted.pr-team__members > li .pr-team__image img {
  width: 100%;
}
.pr-team ul.unlisted.pr-team__members > li .pr-team__info {
  width: calc(100% - 144px);
  margin-top: 2px;
  display: inline-block;
  vertical-align: middle;
}
.pr-team ul.unlisted.pr-team__members > li .pr-team__info > * {
  margin: 0;
  font-weight: 400;
}
.pr-team ul.unlisted.pr-team__members > li .pr-team__info a {
  color: #0F4859 !important;
  display: block;
  font-weight: 400;
}
.pr-team ul.unlisted.pr-team__members > li .pr-team__info h5 {
  margin-bottom: 1px;
  font-weight: 700;
}
.pr-team ul.unlisted.pr-team__members > li .pr-team__info h5 a {
  font-size: 18px;
  line-height: 24px;
}
.pr-team ul.unlisted.pr-team__members > li .pr-team__info ul.unlisted li {
  color: #444444;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
.pr-team ul.unlisted.pr-team__members > li .pr-team__info ul.unlisted li a {
  color: #0F4859 !important;
}
.pr-team ul.unlisted.pr-team__members > li .pr-team__info ul.unlisted li:first-child {
  text-transform: uppercase;
}
.pr-team ul.unlisted.pr-team__members > li:last-child {
  margin: 0;
}
.pr-team ul.unlisted.pr-team__members p {
  color: rgba(255, 255, 255, 0.75);
  margin: 54px 0 0 0;
}
.pr-team ul.unlisted.pr-team__members.pr-team--no-image .pr-team__info {
  width: 100%;
  margin-top: 0;
  display: block;
  vertical-align: baseline;
}
.pr-team.pr-team--our-team h3 {
  margin-bottom: 17px;
  top: auto;
  transform: translateY(0);
}
.pr-team.pr-team--our-team ul.unlisted.pr-team__members > li {
  margin: 0 0 26px 0 !important;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 768px) {
  .pr-team ul.unlisted.pr-team__members > li {
    width: auto;
    margin: 10px 60px 10px 0 !important;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .pr-team.pr-team--our-team ul.unlisted.pr-team__members {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  .pr-team.pr-team--our-team ul.unlisted.pr-team__members li {
    display: block !important;
  }
}
.sitemap {
  width: 100%;
}
.sitemap .sitemap__category {
  border-top: 1px solid #9FB6BD;
  padding: 44px 0 12px 0;
}
.sitemap .sitemap__category h2 {
  margin: 0 0 40px 0;
}
.sitemap .sitemap__category h3 {
  margin: 0 0 10px 0;
}
.sitemap .sitemap__category ul.unlisted {
  margin: 0 0 40px 0;
}
.sitemap .sitemap__category ul.unlisted li {
  margin: 0 0 2px 0;
}
.sitemap .sitemap__category ul.unlisted li a {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .sitemap .sitemap__category ul.unlisted {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
  }
}
@media (min-width: 992px) {
  .sitemap .sitemap__category ul.unlisted {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
}
.new-partners {
  width: 100%;
  border-bottom: 1px solid #C2D1D5;
  margin: 0 0 30px 0;
  padding: 0 0 23px 0;
  font-size: 0;
}
.new-partners > * {
  color: #444444;
  font-size: 16px;
  line-height: 24px;
}
.new-partners .new-partners__img {
  width: 100%;
  margin-bottom: 30px;
  display: block;
}
.new-partners .new-partners__img img {
  width: 100%;
}
.new-partners .new-partners__content h2.h4-styling {
  margin: 0 0 15px 0;
}
.new-partners .new-partners__content p {
  margin: 0 0 15px 0;
}
.new-partners:last-child {
  border-bottom: none;
}

@media (min-width: 992px) {
  .new-partners .new-partners__img {
    width: 26%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }
  .new-partners .new-partners__content {
    width: 74%;
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
  }
}
.representative-matters {
  width: 100%;
  background-color: #F0F0F0;
  padding-top: 30px;
}
.representative-matters .representative-matters__tile {
  width: 100%;
  background-color: white;
  margin-bottom: 30px;
  padding: 20px 30px 1px 30px;
}
.representative-matters .representative-matters__tile h3.h4-styling {
  margin: 0 0 14px 0;
}
.representative-matters .representative-matters__tile p {
  font-size: 16px;
  line-height: 24px;
}

.scrollmagic-pin-spacer {
  min-width: none;
  min-height: none;
}

.indexed-page ul.unlisted {
  margin-bottom: 19px;
  position: relative;
}
.indexed-page ul.unlisted:before {
  width: 1px;
  height: 100%;
  background-color: #A0A0A0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.indexed-page ul.unlisted li a {
  color: #444444;
  padding: 8px 0 8px 18px;
  display: block;
  position: relative;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none !important;
}
.indexed-page ul.unlisted li a.indexed-page__current-section {
  font-weight: 700;
}
.indexed-page ul.unlisted li a.indexed-page__current-section:before {
  width: 1px;
  height: 100%;
  background-color: #444444;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
}
.indexed-page .indexed-page__nav-mobile {
  border-top: 1px solid #0F4859;
  border-bottom: 1px solid #0F4859;
  margin-bottom: 60px;
  padding-bottom: 13px;
}
.indexed-page .indexed-page__nav-mobile h2.h3-styling {
  width: 100%;
  color: #0F4859;
  margin: 0;
  padding: 16px 30px 6px 0;
  display: block;
  position: relative;
  font-size: 22px;
  cursor: pointer;
}
.indexed-page .indexed-page__nav-mobile h2.h3-styling:after {
  width: 16px;
  height: 10px;
  background: url(/assets/Covington/img/icon-chevron-down-teal.svg) no-repeat center center;
  background-size: 16px 10px;
  display: block;
  position: absolute;
  top: calc(50% + 8px);
  right: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  content: "";
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.indexed-page .indexed-page__nav-mobile .indexed-page__nav-mobile__dropdown {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -moz-transition: max-height 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -ms-transition: max-height 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.indexed-page .indexed-page__nav-mobile.indexed-page__nav-mobile--open h2.h3-styling:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.indexed-page .indexed-page__nav-mobile.indexed-page__nav-mobile--open .indexed-page__nav-mobile__dropdown {
  max-height: 999999px;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.indexed-page .indexed-page__nav-desktop {
  padding-top: 156px;
  -webkit-transition: padding-top 0.25s ease-in-out;
  -moz-transition: padding-top 0.25s ease-in-out;
  -ms-transition: padding-top 0.25s ease-in-out;
  -o-transition: padding-top 0.25s ease-in-out;
  transition: padding-top 0.25s ease-in-out;
}
.indexed-page .indexed-page__nav-desktop .indexed-page__nav-desktop__overflow {
  max-height: calc(100vh - 227px);
  overflow-y: auto;
  -webkit-transition: max-height 0.25s ease-in-out;
  -moz-transition: max-height 0.25s ease-in-out;
  -ms-transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
}
.indexed-page .indexed-page__nav-desktop h2.h4-styling {
  color: #444444;
  margin: 0 0 13px 0;
  cursor: pointer;
}

body.scrolled-header-hidden .indexed-page .indexed-page__nav-desktop {
  padding-top: 0;
}
body.scrolled-header-hidden .indexed-page .indexed-page__nav-desktop .indexed-page__nav-desktop__overflow {
  max-height: calc(100vh - 71px);
}

.sticky-accordion {
  width: 100%;
  background-color: #582C83;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
}
.sticky-accordion .container-fluid {
  position: relative;
}
.sticky-accordion .container-fluid:after {
  width: 100%;
  height: 100%;
  background: url(/assets/Covington/img/pattern01-sticky_accordion-light.png) no-repeat top left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  pointer-events: none;
}
.sticky-accordion .sticky-accordion__hide {
  width: 20px;
  position: absolute;
  top: 27px;
  right: 15px;
  z-index: 5;
  cursor: pointer;
}
.sticky-accordion .sticky-accordion__trigger {
  height: 74px;
  padding: 0 60px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.sticky-accordion .sticky-accordion__trigger h2 {
  color: white;
  margin: 0;
  padding-top: 15px;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
}
.sticky-accordion .sticky-accordion__trigger .sticky-accordion__trigger__chevron {
  width: 25px;
  position: absolute;
  top: 29px;
  left: 15px;
  cursor: pointer;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.sticky-accordion .sticky-accordion__content {
  max-height: 0;
  -webkit-transition: max-height 0.25s ease-in-out;
  -moz-transition: max-height 0.25s ease-in-out;
  -ms-transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
}
.sticky-accordion .sticky-accordion__content .bttn {
  margin-bottom: 30px;
}
.sticky-accordion.sticky-accordion--violet {
  background-color: #582C83;
}
.sticky-accordion.sticky-accordion--pale-green {
  background-color: #00A39B;
}
.sticky-accordion.sticky-accordion--teal-blue {
  background-color: #3A6F8F;
}
.sticky-accordion.sticky-accordion--dark-teal {
  background-color: #0F4859;
}
.sticky-accordion.sticky-accordion--open .container-fluid:after {
  opacity: 0;
}
.sticky-accordion.sticky-accordion--open .sticky-accordion__trigger .sticky-accordion__trigger__chevron {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sticky-accordion.sticky-accordion--open .sticky-accordion__content {
  max-height: calc(100vh - 74px);
  overflow-y: auto;
}
.sticky-accordion.sticky-accordion--hidden {
  display: none;
}

@media (min-width: 768px) {
  .sticky-accordion .sticky-accordion__hide {
    width: 27px;
    top: 23px;
  }
  .sticky-accordion .sticky-accordion__trigger {
    height: 74px;
    padding: 0 60px;
  }
  .sticky-accordion .sticky-accordion__trigger h2 {
    font-size: 28px;
  }
}
.email-banner {
  margin-bottom: 30px;
  padding: 56px 0;
  position: relative;
}
.email-banner:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  pointer-events: none;
}
.email-banner .row {
  align-items: center;
  position: relative;
  z-index: 2;
}
.email-banner h2 {
  margin: 0 0 7px 0;
}
.email-banner p {
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 19px;
}
.email-banner form {
  width: 100%;
}
.email-banner form .form-group {
  width: 100%;
  max-width: 323px;
  margin: 0 0 15px 0;
}
.email-banner form .form-group input {
  height: 35px;
  color: #444444;
  font-size: 12px;
  text-transform: uppercase;
}
.email-banner form .form-group input::-webkit-input-placeholder {
  color: #444444;
  font-size: 12px;
  text-transform: uppercase;
}
.email-banner form .form-group input::-moz-placeholder {
  color: #444444;
  font-size: 12px;
  text-transform: uppercase;
}
.email-banner form .form-group input:-ms-input-placeholder {
  color: #444444;
  font-size: 12px;
  text-transform: uppercase;
}
.email-banner form .form-group input:-moz-placeholder {
  color: #444444;
  font-size: 12px;
  text-transform: uppercase;
}
.email-banner.email-banner--violet:after, .email-banner.email-banner--teal-blue:after, .email-banner.email-banner--dark-teal:after {
  background: url(/assets/Covington/img/pattern01-email_signup_banner-light.png) no-repeat top center;
}
.email-banner.email-banner--violet h2, .email-banner.email-banner--violet p, .email-banner.email-banner--teal-blue h2, .email-banner.email-banner--teal-blue p, .email-banner.email-banner--dark-teal h2, .email-banner.email-banner--dark-teal p {
  color: white;
}
.email-banner.email-banner--pale-green:after {
  background: url(/assets/Covington/img/pattern01-email_signup_banner-light.png) no-repeat top center;
}
.email-banner.email-banner--pale-green h2, .email-banner.email-banner--pale-green p {
  color: black;
}
.email-banner.email-banner--light-grey:after, .email-banner.email-banner--pale-blue:after {
  background: url(/assets/Covington/img/pattern01-email_signup_banner-dark.png) no-repeat top center;
}
.email-banner.email-banner--light-grey h2, .email-banner.email-banner--pale-blue h2 {
  color: #0F4859;
}
.email-banner.email-banner--light-grey p, .email-banner.email-banner--pale-blue p {
  color: #444444;
}
.email-banner.email-banner--violet {
  background-color: #582C83;
}
.email-banner.email-banner--pale-green {
  background-color: #00A39B;
}
.email-banner.email-banner--teal-blue {
  background-color: #3A6F8F;
}
.email-banner.email-banner--dark-teal {
  background-color: #0F4859;
}
.email-banner.email-banner--light-grey {
  background-color: #F0F0F0;
}
.email-banner.email-banner--pale-blue {
  background-color: #B9C8D5;
}

@media (min-width: 992px) {
  .email-banner p {
    margin: 0;
  }
  .email-banner form {
    text-align: right;
  }
  .email-banner form .form-group,
  .email-banner form .bttn {
    display: inline-block;
    vertical-align: middle;
  }
  .email-banner form .form-group {
    width: calc(100% - 165px);
    margin: 0;
  }
  .email-banner form .bttn {
    margin: 0 0 0 25px;
  }
}
/* DO NOT MODIFY */
/* Styles below were previously custom additions to Avendi-provided styles. They've been moved to this file for maintenance purposes. */
/* avendi-migration.scss */
ul > li.coveo-facet-breadcrumb-value-list-item:before {
  display: none;
}

.search-bar .form-group input {
  border-radius: 0;
}

header .header__main .header__main__right .header__main__right__popup ul.unlisted.header__main___social li a img.header__main___social__x {
  width: 20px;
  height: 20px;
}

footer ul.unlisted.footer__social li a img.header__main___social__x {
  width: 20px;
  height: 20px;
}

.hero .hero__content .hero__content__phone-numbers p span.hero__content__phone-numbers__location {
  margin: 0 0 7px 0;
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

@media (max-width: 450px) {
  .hero.hero--simple .hero__content {
    width: 100%;
    min-height: 140px;
    display: grid;
  }
}
.row-component .col {
  padding-top: 25px;
  padding-bottom: 25px;
}

.article-tile-print-wrapper .section-heading.with-container-query.container-fluid {
  z-index: 11;
  position: relative;
}

.with-container-query.container-fluid {
  container-type: inline-size;
}

.col > .with-container-query.container-fluid {
  padding: 0;
}

@container (max-width: 992px) {
  .with-container-query.container-fluid .row .allow-full-width {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    margin-left: 0;
  }
  .with-container-query.container-fluid .row .allow-full-width .d-lg-none {
    display: block !important;
    text-align: left;
  }
  .with-container-query.container-fluid .row .allow-full-width .custom-select-links.d-lg-none .custom-select-links__dropdown {
    display: none;
  }
  .with-container-query.container-fluid .row .allow-full-width .custom-select-links.d-lg-none.custom-select-links--open .custom-select-links__dropdown {
    display: block;
  }
  .with-container-query.container-fluid .row .allow-full-width .d-lg-inline-block {
    display: none !important;
  }
}
.full-free-text-block img {
  max-width: 100%;
  height: auto;
}

.meet-the-team-btn {
  width: auto;
}

.bttn.bttn-violet-white {
  background-color: #582C83;
  border-color: white;
  border: 2px solid;
}

.bttn.bttn-violet-white:hover {
  color: #582C83 !important;
  background-color: white !important;
  border-color: white;
  transition-property: color, background-color;
  -webkit-transition: 0s ease-in-out 0s !important;
  -moz-transition: 0s ease-in-out 0s !important;
  -ms-transition: 0s ease-in-out 0s !important;
  -o-transition: 0s ease-in-out 0s !important;
  transition: 0s ease-in-out 0s !important;
}

@media (max-width: 991px) {
  .hero--professional .hero__image {
    margin-left: -15px;
  }
}
.hero.hero--article {
  margin: 0 0 15px;
}

@media (min-width: 992px) {
  .breadcrumbs {
    padding: 35px 0 45px 0;
  }
}
.category-links.category-links--alternate h3.h5-styling.second-in-column {
  margin-top: 29px;
}

.search-results-card .search-results-card__content .search-results-card__content__heading * {
  color: #0F4859;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
}

.search-results-card .search-results-card__content .search-results-card__content__sub-heading {
  font-weight: 700;
  text-transform: uppercase;
}

.search-results-card .search-results-card__content .search-results-card__content__sub-heading span {
  margin-left: 20px;
  display: inline-block;
  font-weight: 400;
}

.landing-cards .landing-cards__card.static {
  cursor: auto;
}

.landing-cards .landing-cards__card.static:hover .landing-cards__card__content .landing-cards__card__content__heading {
  text-decoration: none;
}

.landing-cards .landing-cards__card.static:hover .landing-cards__card__image div {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}

.sticky-accordion .sticky-accordion__hide {
  z-index: 100;
}

.sticky-accordion.sticky-accordion--open {
  padding-bottom: 30px;
}

.sticky-accordion .white-text {
  color: white;
}

.email-banner .form-group label {
  margin: 0 0 7px 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px !important;
  line-height: 28px !important;
}

.email-banner.email-banner--dark-teal .bttn.bttn-teal {
  border-color: #FFF;
}

/* main.scss */
body {
  margin: 0;
}

.lawyer-list {
  padding-bottom: 0.5em;
}

.lawyer-list a {
  font-weight: bold;
}

/* Provide margin to offset jump links in case fixed header datalist overlayed */
body:not(.scrolled-header-hidden) :target {
  scroll-padding-top: 93px;
}

@media screen and (min-width: 1180px) {
  body:not(.scrolled-header-hidden) :target {
    scroll-padding-top: 156px;
  }
}
.search-results-card.search-results-card--article .search-results-card__content p {
  -webkit-line-clamp: none;
  text-overflow: clip;
}

.search-results-card.search-results-card--article .search-results-card__content .search-results-card__content__heading {
  -webkit-line-clamp: none;
  text-overflow: clip;
}

.article-date-source a {
  color: white;
  margin-top: 25px;
  font-style: normal;
}

@media screen and (min-width: 1180px) {
  .article-date-source a {
    margin-top: 40px;
  }
}
.article-date-source a.article-date-source__external-link:after {
  color: white;
}

.article-date-source a.article-date-source__external-link:after {
  background: url(/assets/Covington/img/icon-external-link-white.svg) no-repeat center center;
}

.hero.hero--article {
  margin: 0 0 35px;
}

.hero.hero--article .hero__content p span {
  white-space: normal;
}

.hero.hero--article .hero__content .article-date-source a {
  margin-top: 0;
}

.hero.hero--article .hero__content .article-date-source {
  margin-top: 25px;
}
@media screen and (min-width: 1180px) {
  .hero.hero--article .hero__content .article-date-source {
    margin-top: 40px;
  }
}

.coveo-covington-no-results b, .coveo-covington-no-results strong {
  font-weight: bold;
}
.coveo-covington-no-results i, .coveo-covington-no-results em {
  font-style: italic;
}
.coveo-covington-no-results a, .coveo-covington-no-results a * {
  color: #3a6f8f;
  text-decoration: none;
}

.register-button-wrapper {
  margin-bottom: 2rem;
}

.landing-cards__card__content__type {
  font-size: 11px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label {
  padding: 0;
  margin: 0;
}

:root {
  --transition: all 300ms ease-in-out;
}

.accordion {
  max-width: 1355px;
  width: 100%;
}

.accordion--item {
  border-bottom: 2px solid #C2D1D5;
  margin-bottom: 28px;
  padding-bottom: 28px;
}

.accordion--item--image {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 0;
  justify-content: center;
  margin-bottom: 0;
  overflow: hidden;
  transition: var(--transition);
  width: 100%;
}

.accordion--item--trigger {
  align-items: flex-start;
  appearance: none;
  background-color: transparent;
  border: 0 none;
  color: #0F4859;
  display: flex;
  font-family: Georgia;
  font-size: 26px;
  font-weight: 400;
  gap: 31px;
  justify-content: space-between;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: var(--transition);
  width: 100%;
}

.accordion--item--trigger h2 {
  color: #0f4859;
  font-size: 22px;
  line-height: 24px;
  margin: 0;
}

.accordion--item--trigger:focus {
  outline: none;
}

.accordion--item--trigger--icon {
  transition: var(--transition);
  transform: rotate(180deg);
}

.accordion--item--content {
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  line-height: 24px;
  margin-bottom: 0;
  max-width: 900px;
  overflow: hidden;
}

.accordion--item--content.no-clamp {
  display: block;
  -webkit-line-clamp: none;
  -moz-line-clamp: none;
  line-clamp: none;
}

.accordion--item--read-more--trigger {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 0 none;
  color: #0F4859;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 7px;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.accordion--item--read-more--trigger:focus {
  outline: none;
}

.accordion--item--read-more--trigger--icon {
  transition: var(--transition);
  transform: none;
}

.accordion--item--read-more--trigger.expanded .accordion--item--read-more--trigger--icon {
  transform: rotate(180deg);
}

/* Expanded View */
.accordion--item.expanded .accordion--item--trigger {
  margin-bottom: 28px;
}

.accordion--item.expanded .accordion--item--trigger--icon {
  transform: none;
}

.accordion--item.expanded .accordion--item--image {
  height: 361px;
  margin-bottom: 32px;
}

.accordion--item.expanded .accordion--item--content {
  height: 96px;
  margin-bottom: 23px;
}

.accordion--item.expanded .accordion--item--read-more--trigger {
  height: 15px;
}

/* Specifically Excluded */
.accordion--item:not(.expanded) .accordion--item--content {
  height: 0 !important;
}

.featured_content_carousel {
  display: flex;
}

.featured_content_carousel.slick-dotted.slick-slider {
  margin-bottom: 90px;
}

.featured_content_carousel .slick-track {
  display: flex;
}

.featured_content_carousel .slick-slide {
  float: none;
  height: auto;
}

.featured_content_carousel--slide--inner {
  color: #ffffff;
  padding: 28px 13px 33px;
}

.featured_content_carousel--slide--image,
.featured_content_carousel--slide--video {
  aspect-ratio: 162/91;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
  height: auto;
  margin: -56px 0 28px;
  overflow: hidden;
  width: 100%;
}

.featured_content_carousel--slide--video .featured-video-player {
  aspect-ratio: 162/91;
  height: auto;
  width: 100%;
}

.featured_content_carousel--slide--video .featured-video-player .vjs-title-bar {
  display: none;
}

.featured_content_carousel--slide--video .featured-video-player .vjs-big-play-button {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  font-size: 25px;
  height: 32px;
  justify-content: center;
  left: 35px;
  margin: 0;
  top: 28px;
  width: 32px;
}

.featured_content_carousel--slide--video .featured-video-player.vjs-has-started .vjs-big-play-button {
  display: none;
}

.featured_content_carousel--slide--video .featured-video-player .vjs-big-play-button .vjs-icon-placeholder:before {
  position: static;
}

.featured_content_carousel--slide--inner img {
  height: auto;
  overflow: hidden;
  width: 100%;
}

.featured_content_carousel--slide--inner a {
  color: #fff;
}

.featured_content_carousel--slide--content .bttn {
  border-color: white;
}

.featured_content_carousel--slide--content .bttn.bttn-outline:before {
  background-color: #fff;
}

.featured_content_carousel--slide--content .bttn span {
  color: white;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 28px;
  left: -2px;
  letter-spacing: 1px;
  line-height: 12px;
  padding: 6px 0 0;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  transition: color 0.25s ease-in-out;
  width: calc(100% + 4px);
  z-index: 3;
}

.featured_content_carousel--slide--content .bttn:hover span {
  color: #0F4859;
}

.featured_content_carousel--slide--green {
  background-color: #0F4859;
}

.featured_content_carousel--slide--purple {
  background-color: #582C83;
}

.featured_content_carousel--slide--blue {
  background-color: #0179A6;
}

.featured_content_carousel--slide--cta {
  display: none;
}

.featured_content_carousel--slide--type,
.featured_content_carousel--slide--title {
  margin: 0 13px;
}

.featured_content_carousel--slide--type {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}

.featured_content_carousel--slide--title {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 24px;
  font-weight: normal;
}

/* Slick Overrides */
.featured_content_carousel .slick-slider {
  overflow: hidden;
}

.featured_content_carousel .slick-list {
  padding-right: 23px;
  padding-top: 34px;
  overflow: hidden;
}

.featured_content_carousel .slick-arrow {
  appearance: none;
  align-items: center;
  background-color: transparent;
  border: 0 none;
  bottom: -71px;
  color: #444;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  gap: 13px;
  height: 32px;
  outline: none;
  position: absolute;
  top: auto;
  width: auto;
}

.featured_content_carousel .slick-arrow svg {
  height: 32px;
  width: 32px;
}

.featured_content_carousel .slick-arrow path {
  stroke: #444;
}

.featured_content_carousel .slick-arrow.prev {
  left: 50px;
}

.featured_content_carousel .slick-arrow.next {
  right: 50px;
}

.featured_content_carousel .slick-dots {
  display: none !important;
}

@media (min-width: 1200px) {
  .featured_content_carousel.slick-dotted.slick-slider {
    margin-bottom: 65px;
  }
  .featured_content_carousel--slide--inner {
    align-items: flex-start;
    display: flex;
    gap: 2%;
    margin: 0 auto;
    max-width: 1470px;
    padding: 33px 100px 0;
  }
  .featured_content_carousel--slide--image,
  .featured_content_carousel--slide--video {
    flex: 0 0 58.333333%;
    margin: 0;
    position: relative;
    top: -66px;
  }
  .featured_content_carousel--slide--content {
    align-self: center;
    flex: 0 0 40%;
    margin-bottom: 33px;
  }
  .featured_content_carousel--slide--image img {
    transition: all 250ms;
    transform: scale(1);
  }
  .featured_content_carousel--slide--image:hover img {
    transform: scale(1.05);
  }
  .featured_content_carousel--slide--type,
  .featured_content_carousel--slide--title {
    margin-left: 0;
    margin-right: 0;
  }
  .featured_content_carousel--slide--type {
    font-size: 14px;
  }
  .featured_content_carousel--slide--title {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 18px;
  }
  .featured_content_carousel--slide--cta {
    transition: all 150ms;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 9999px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 16px;
    padding: 8px 28px;
  }
  .featured_content_carousel--slide--cta:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
  }
  /* Slick Overrides */
  .featured_content_carousel .slick-list {
    padding-right: 0;
  }
  .featured_content_carousel .slick-arrow {
    bottom: calc(50% - 47px);
    color: transparent;
    font-size: 0;
    line-height: 0;
    opacity: 1;
    transition: all 150ms;
    z-index: 1;
  }
  .featured_content_carousel .slick-arrow:hover {
    opacity: 0.6;
  }
  .featured_content_carousel .slick-arrow svg {
    height: 43px;
    width: 43px;
  }
  .featured_content_carousel .slick-arrow path {
    stroke: #fff;
  }
  .featured_content_carousel .slick-arrow .label {
    display: none;
  }
  .featured_content_carousel .slick-dots {
    bottom: -45px;
    display: block !important;
  }
  .featured_content_carousel .slick-dots li {
    height: 12px;
    margin: 0 10px;
    width: 12px;
  }
  .featured_content_carousel .slick-dots li:before {
    content: none;
  }
  .featured_content_carousel .slick-dots li button:before {
    content: none;
  }
  .featured_content_carousel .slick-dots li button {
    background-color: #C5C5C5;
    border-radius: 100%;
    height: 12px;
    width: 12px;
  }
  .featured_content_carousel .slick-dots li.slick-active button {
    background-color: #444444;
  }
}
.our_team_carousel {
  display: flex;
  margin: 0 auto;
  max-width: 1470px;
  padding-left: 15px;
  width: 100%;
}

.our_team_carousel .slick-track {
  display: flex;
}

.our_team_carousel .slick-slide {
  float: none;
  height: auto;
}

.our_team_carousel.slick-dotted.slick-slider {
  margin-bottom: 90px;
}

.our_team_carousel--slide {
  margin: 0 15px;
}

.our_team_carousel--slide--inner {
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.25s ease-in-out;
  width: 100%;
}

.our_team_carousel--slide--image img {
  height: auto;
  width: 100%;
}

.our_team_carousel--slide--content {
  border: 1px solid #C2D1D5;
  color: #0F4859;
  flex: 1 1 100%;
  padding: 23px 30px;
}

.our_team_carousel--slide--content a:hover {
  color: #0F4859;
}

.our_team_carousel--slide--name {
  color: #0F4859;
  font-family: Georgia;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

.our_team_carousel--slide--title {
  border-bottom: 1px solid #C2D1D5;
  color: #444;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.our_team_carousel--slide--phone,
.our_team_carousel--slide--email {
  color: #0F4859;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

/* hover state */
.our_team_carousel--slide--inner:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2) !important;
}

.our_team_carousel--slide--name:hover {
  text-decoration: underline;
}

/* Slick Overrides */
.our_team_carousel .slick-list {
  margin-left: -15px;
  padding: 0;
}

.our_team_carousel .slick-arrow {
  align-items: center;
  bottom: -71px;
  color: #C5C5C5;
  display: flex;
  font-size: 16px;
  gap: 13px;
  height: 32px;
  position: absolute;
  top: auto;
  width: auto;
}

.our_team_carousel .slick-arrow {
  appearance: none;
  align-items: center;
  background-color: transparent;
  border: 0 none;
  bottom: -71px;
  color: #444;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  gap: 13px;
  height: 32px;
  outline: none;
  position: absolute;
  top: auto;
  width: auto;
}

.our_team_carousel .slick-arrow svg {
  height: 32px;
  width: 32px;
}

.our_team_carousel .slick-arrow path {
  stroke: #444;
}

.our_team_carousel .slick-arrow.prev {
  left: 50px;
}

.our_team_carousel .slick-arrow.next {
  right: 50px;
}

.our_team_carousel .slick-dots {
  display: none !important;
}

@media (min-width: 767px) {
  .our_team_carousel {
    margin: 0 auto;
    padding: 0;
  }
  .our_team_carousel.slick-dotted.slick-slider {
    margin-bottom: 65px;
  }
  .our_team_carousel--slide {
    margin: 0;
    padding: 15px;
    width: auto;
  }
  .our_team_carousel--slide--inner {
    margin: 0 auto;
  }
  /* Slick Overrides */
  .our_team_carousel .slick-list {
    margin: 0;
    padding: 0;
  }
  .our_team_carousel .slick-arrow {
    bottom: calc(50% - 24px + 9px);
    color: transparent;
    font-size: 0;
    line-height: 0;
    opacity: 1;
    z-index: 1;
  }
  .our_team_carousel .slick-arrow svg {
    height: 33px;
    width: 33px;
  }
  .our_team_carousel .slick-arrow path {
    stroke: #c5c5c5;
    transition: all 150ms;
  }
  .our_team_carousel .slick-arrow:hover path {
    stroke: #444;
  }
  .our_team_carousel .slick-arrow .label {
    display: none;
  }
  .our_team_carousel .slick-arrow.prev {
    left: -45px;
  }
  .our_team_carousel .slick-arrow.next {
    right: -45px;
  }
  .our_team_carousel .slick-dots {
    bottom: -45px;
    display: block !important;
  }
  .our_team_carousel .slick-dots li {
    height: 12px;
    margin: 0 10px;
    width: 12px;
  }
  .our_team_carousel .slick-dots li:before {
    content: none;
  }
  .our_team_carousel .slick-dots li button:before {
    content: none;
  }
  .our_team_carousel .slick-dots li button {
    background-color: #C5C5C5;
    border-radius: 100%;
    height: 12px;
    width: 12px;
  }
  .our_team_carousel .slick-dots li.slick-active button {
    background-color: #444444;
  }
}
.topic_card_carousel_3 {
  cursor: pointer;
  margin: 0 auto;
  max-width: 1470px;
  padding-left: 30px;
}

.topic_card_carousel_3 h2,
.topic_card_carousel_3 .subtitle {
  color: #0F4859;
  font-family: Georgia, Times, Times New Roman, serif;
  margin: 0;
  padding: 70px 0 28px;
}

.topic_card_carousel_3 h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
}

.topic_card_carousel_3 .subtitle {
  font-size: 28px;
  line-height: 35px;
}

.topic_card_carousel_3.slick-dotted.slick-slider {
  margin-bottom: 90px;
}

.topic_card_carousel_3--slide {
  margin-left: 0;
  margin-right: 18px;
  width: 330px;
}

.topic_card_carousel_3--slide--green .topic_card_carousel_3--slide--content {
  background-color: #0F4859;
}

.topic_card_carousel_3--slide--purple .topic_card_carousel_3--slide--content {
  background-color: #582C83;
}

.topic_card_carousel_3--slide--blue .topic_card_carousel_3--slide--content {
  background-color: #00A39C;
}

.topic_card_carousel_3--slide--light-blue .topic_card_carousel_3--slide--content {
  background-color: #3A6F8F;
}

.topic_card_carousel_3--slide--gray .topic_card_carousel_3--slide--content {
  background-color: #919191;
}

.topic_card_carousel_3--slide--inner {
  box-shadow: none;
  transition: box-shadow 0.25s ease-in-out;
  width: 330px;
}

.topic_card_carousel_3--slide--content {
  color: #fff;
  padding: 18px 30px 28px;
}

.topic_card_carousel_3--slide--type {
  font-size: 11px;
  font-weight: 700;
  margin: 0;
}

.topic_card_carousel_3--slide--image {
  flex-shrink: 0;
  overflow: hidden;
}

.topic_card_carousel_3--slide--image img {
  max-width: 100%;
  transition: transform 0.25s ease-in-out;
  transform: none;
}

.topic_card_carousel_3--slide--title {
  border-bottom: 1px solid #C2D1D5;
  font-family: Georgia;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.topic_card_carousel_3--slide--body {
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  font-size: 16px;
  font-weight: normal;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  line-height: 24px;
  margin-bottom: 7.5px;
  overflow: hidden;
}

.topic_card_carousel_3--slide--body p:last-child {
  margin-bottom: 0;
}

.topic_card_carousel_3--slide--content .bttn {
  border-color: white;
}

.topic_card_carousel_3--slide--content .bttn.bttn-outline:before {
  background-color: #fff;
}

.topic_card_carousel_3--slide--content .bttn span {
  color: white;
  display: block;
  font-size: 10px;
  font-weight: bold;
  height: 28px;
  left: -2px;
  letter-spacing: 1px;
  line-height: 12px;
  padding: 8px 15px 0 15px;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  transition: color 0.25s ease-in-out;
  width: calc(100% + 4px);
  z-index: 3;
}

.topic_card_carousel_3--slide--content .bttn:hover span {
  color: #0F4859;
}

/* hover state */
.topic_card_carousel_3--slide:hover {
  text-decoration: none;
}

.topic_card_carousel_3--slide--inner:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4) !important;
}

.topic_card_carousel_3--slide--inner:hover .topic_card_carousel_3--slide--image img {
  transform: scale(1.05);
}

.topic_card_carousel_3--slide--inner:hover .topic_card_carousel_3--slide--title {
  text-decoration: underline;
}

/* Slick Overrides */
.topic_card_carousel_3 .slick-list {
  padding: 0;
}

.topic_card_carousel_3 .slick-track {
  display: flex;
  align-items: stretch;
}

.topic_card_carousel_3 .slick-slide {
  height: auto;
}

.topic_card_carousel_3 .slick-slide .topic_card_carousel_3--slide--inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.topic_card_carousel_3 .slick-slide .topic_card_carousel_3--slide--inner .topic_card_carousel_3--slide--content {
  flex: 1 1 100%;
}

.topic_card_carousel_3 .slick-arrow {
  appearance: none;
  align-items: center;
  background-color: transparent;
  border: 0 none;
  bottom: -71px;
  color: #444;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  gap: 13px;
  height: 32px;
  outline: none;
  position: absolute;
  top: auto;
  width: auto;
}

.topic_card_carousel_3 .slick-arrow svg {
  height: 32px;
  width: 32px;
}

.topic_card_carousel_3 .slick-arrow path {
  stroke: #444;
}

.topic_card_carousel_3 .slick-arrow.prev {
  left: 50px;
}

.topic_card_carousel_3 .slick-arrow.next {
  right: 50px;
}

.topic_card_carousel_3 .slick-dots {
  display: none !important;
}

@media (min-width: 769px) {
  .topic_card_carousel_3 {
    margin: 0 auto;
    padding: 0 15px;
  }
  .topic_card_carousel_3.slick-dotted.slick-slider {
    margin-bottom: 65px;
  }
  .topic_card_carousel_3--slide {
    margin: 0;
    padding: 15px;
    width: auto;
  }
  .topic_card_carousel_3--slide--inner {
    margin: 0 auto;
    width: auto;
  }
  .topic_card_carousel_3--slide--image {
    aspect-ratio: 9/4;
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .topic_card_carousel_3--slide--image img {
    height: auto;
    width: 100%;
  }
  /* Slick Overrides */
  .topic_card_carousel_3 .slick-list {
    margin: 0;
    padding: 0;
  }
  .topic_card_carousel_3 .slick-arrow {
    bottom: calc(50% - 24px + 9px);
    color: transparent;
    font-size: 0;
    line-height: 0;
    opacity: 1;
    z-index: 1;
  }
  .topic_card_carousel_3 .slick-arrow svg {
    height: 33px;
    width: 33px;
  }
  .topic_card_carousel_3 .slick-arrow path {
    stroke: #c5c5c5;
    transition: all 250ms;
  }
  .topic_card_carousel_3 .slick-arrow:hover path {
    stroke: #444;
  }
  .topic_card_carousel_3 .slick-arrow .label {
    display: none;
  }
  .topic_card_carousel_3 .slick-arrow.prev {
    left: -30px;
  }
  .topic_card_carousel_3 .slick-arrow.next {
    right: -30px;
  }
  .topic_card_carousel_3 .slick-dots {
    bottom: -30px;
    display: block !important;
  }
  .topic_card_carousel_3 .slick-dots > li:only-child {
    display: none;
  }
  .topic_card_carousel_3 .slick-dots li {
    height: 12px;
    margin: 0 10px;
    width: 12px;
  }
  .topic_card_carousel_3 .slick-dots li:before {
    content: none;
  }
  .topic_card_carousel_3 .slick-dots li button:before {
    content: none;
  }
  .topic_card_carousel_3 .slick-dots li button {
    background-color: #C5C5C5;
    border-radius: 100%;
    height: 12px;
    width: 12px;
  }
  .topic_card_carousel_3 .slick-dots li.slick-active button {
    background-color: #444444;
  }
}
.topic_card_carousel_4 {
  cursor: pointer;
  margin: 0 auto;
  max-width: 1470px;
  padding-left: 30px;
}

.topic_card_carousel_4 h2,
.topic_card_carousel_4 .subtitle {
  color: #0F4859;
  font-family: Georgia, Times, Times New Roman, serif;
  margin: 0;
  padding: 70px 0 28px;
}

.topic_card_carousel_4 h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
}

.topic_card_carousel_4 .subtitle {
  font-size: 28px;
  line-height: 35px;
}

.topic_card_carousel_4.slick-dotted.slick-slider {
  margin-bottom: 90px;
}

.topic_card_carousel_4--slide {
  margin-left: 0;
  margin-right: 18px;
  width: 330px;
}

.topic_card_carousel_4--slide--green .topic_card_carousel_4--slide--content {
  background-color: #0F4859;
}

.topic_card_carousel_4--slide--purple .topic_card_carousel_4--slide--content {
  background-color: #582C83;
}

.topic_card_carousel_4--slide--blue .topic_card_carousel_4--slide--content {
  background-color: #00A39C;
}

.topic_card_carousel_4--slide--light-blue .topic_card_carousel_4--slide--content {
  background-color: #3A6F8F;
}

.topic_card_carousel_4--slide--gray .topic_card_carousel_4--slide--content {
  background-color: #919191;
}

.topic_card_carousel_4--slide--inner {
  box-shadow: none;
  transition: box-shadow 0.25s ease-in-out;
  width: 330px;
}

.topic_card_carousel_4--slide--content {
  color: #fff;
  padding: 18px 30px 28px;
}

.topic_card_carousel_4--slide--type {
  font-size: 11px;
  font-weight: 700;
  margin: 0;
}

.topic_card_carousel_4--slide--image {
  flex-shrink: 0;
  overflow: hidden;
}

.topic_card_carousel_4--slide--image img {
  max-width: 100%;
  transition: transform 0.25s ease-in-out;
  transform: none;
}

.topic_card_carousel_4--slide--title {
  border-bottom: 1px solid #C2D1D5;
  font-family: Georgia;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.topic_card_carousel_4--slide--body {
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  font-size: 16px;
  font-weight: normal;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  line-height: 24px;
  margin-bottom: 7.5px;
  overflow: hidden;
}

.topic_card_carousel_4--slide--body p:last-child {
  margin-bottom: 0;
}

.topic_card_carousel_4--slide--content .bttn {
  border-color: white;
}

.topic_card_carousel_4--slide--content .bttn.bttn-outline:before {
  background-color: #fff;
}

.topic_card_carousel_4--slide--content .bttn span {
  color: white;
  display: block;
  font-size: 10px;
  font-weight: bold;
  height: 28px;
  left: -2px;
  letter-spacing: 1px;
  line-height: 12px;
  padding: 8px 15px 0 15px;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  transition: color 0.25s ease-in-out;
  width: calc(100% + 4px);
  z-index: 3;
}

.topic_card_carousel_4--slide--content .bttn:hover span {
  color: #0F4859;
}

/* hover state */
.topic_card_carousel_4--slide:hover {
  text-decoration: none;
}

.topic_card_carousel_4--slide--inner:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4) !important;
}

.topic_card_carousel_4--slide--inner:hover .topic_card_carousel_4--slide--image img {
  transform: scale(1.05);
}

.topic_card_carousel_4--slide--inner:hover .topic_card_carousel_4--slide--title {
  text-decoration: underline;
}

/* Slick Overrides */
.topic_card_carousel_4 .slick-list {
  padding: 0;
}

.topic_card_carousel_4 .slick-track {
  display: flex;
  align-items: stretch;
}

.topic_card_carousel_4 .slick-slide {
  height: auto;
}

.topic_card_carousel_4 .slick-slide .topic_card_carousel_4--slide--inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.topic_card_carousel_4 .slick-slide .topic_card_carousel_4--slide--inner .topic_card_carousel_4--slide--content {
  flex: 1 1 100%;
}

.topic_card_carousel_4 .slick-arrow {
  appearance: none;
  align-items: center;
  background-color: transparent;
  border: 0 none;
  bottom: -71px;
  color: #444;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  gap: 13px;
  height: 32px;
  outline: none;
  position: absolute;
  top: auto;
  width: auto;
}

.topic_card_carousel_4 .slick-arrow svg {
  height: 32px;
  width: 32px;
}

.topic_card_carousel_4 .slick-arrow path {
  stroke: #444;
}

.topic_card_carousel_4 .slick-arrow.prev {
  left: 50px;
}

.topic_card_carousel_4 .slick-arrow.next {
  right: 50px;
}

.topic_card_carousel_4 .slick-dots {
  display: none !important;
}

@media (min-width: 769px) {
  .topic_card_carousel_4 {
    margin: 0 auto;
    padding: 0 15px;
  }
  .topic_card_carousel_4.slick-dotted.slick-slider {
    margin-bottom: 65px;
  }
  .topic_card_carousel_4--slide {
    margin: 0;
    padding: 15px;
    width: auto;
  }
  .topic_card_carousel_4 .topic_card_carousel_4--slide--inner {
    margin: 0 auto;
    width: auto;
  }
  .topic_card_carousel_4--slide--image {
    aspect-ratio: 9/4;
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .topic_card_carousel_4--slide--image img {
    height: auto;
    width: 100%;
  }
  /* Slick Overrides */
  .topic_card_carousel_4 .slick-list {
    margin: 0;
    padding: 0;
  }
  .topic_card_carousel_4 .slick-arrow {
    bottom: calc(50% - 24px + 9px);
    color: transparent;
    font-size: 0;
    line-height: 0;
    opacity: 1;
    z-index: 1;
  }
  .topic_card_carousel_4 .slick-arrow svg {
    height: 33px;
    width: 33px;
  }
  .topic_card_carousel_4 .slick-arrow path {
    stroke: #c5c5c5;
    transition: all 150ms;
  }
  .topic_card_carousel_4 .slick-arrow:hover path {
    stroke: #444;
  }
  .topic_card_carousel_4 .slick-arrow .label {
    display: none;
  }
  .topic_card_carousel_4 .slick-arrow.prev {
    left: -30px;
  }
  .topic_card_carousel_4 .slick-arrow.next {
    right: -30px;
  }
  .topic_card_carousel_4 .slick-dots {
    bottom: -30px;
    display: block !important;
  }
  .topic_card_carousel_4 .slick-dots > li:only-child {
    display: none;
  }
  .topic_card_carousel_4 .slick-dots li {
    height: 12px;
    margin: 0 10px;
    width: 12px;
  }
  .topic_card_carousel_4 .slick-dots li:before {
    content: none;
  }
  .topic_card_carousel_4 .slick-dots li button:before {
    content: none;
  }
  .topic_card_carousel_4 .slick-dots li button {
    background-color: #C5C5C5;
    border-radius: 100%;
    height: 12px;
    width: 12px;
  }
  .topic_card_carousel_4 .slick-dots li.slick-active button {
    background-color: #444444;
  }
}
