@charset "UTF-8";
.md {
  font-family: "Material Icons";
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

hr {
  display: block;
  height: 1px;
  margin: 1rem 0;
  padding: 0;
  border: 0;
}

button, input, select, textarea {
  margin: 0;
  outline: 0 !important;
}

button::-moz-focus-inner, input::-moz-focus-inner, select::-moz-focus-inner, textarea::-moz-focus-inner {
  border: 0;
}

button, input, select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

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

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  min-height: 100%;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.325;
  color: #231f20;
  background-color: #fff;
  text-shadow: 1px 1px 1px rgba(35, 31, 32, 0.004);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.admin-preview-active {
  padding-top: 50px;
}

img {
  border: 0;
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  position: relative;
  max-width: 100%;
  height: auto;
  width: auto;
}

a {
  color: #1155da;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  font-weight: 400;
}

hr {
  background: #231f20;
  height: 2px;
}

.error {
  margin: 0 0 1.6rem;
  padding-top: 0;
  padding-left: 1.6rem;
  font-weight: 700;
  color: #d60d0d;
}

h1,
h2,
h3 {
  margin: 1.5rem 0;
  padding: 0;
  line-height: 1.325;
}
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-size: 4rem;
  text-transform: uppercase;
  line-height: 1;
}

h2 {
  font-family: "Ruda", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.15;
  margin: 0;
}

h3 {
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #1155da;
  margin: 2rem 0 0 0;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

.widget-title {
  display: block;
  margin: 0 0 1.5rem 0;
  color: #231f20;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.125;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media all and (min-width: 900px) {
  .widget-title {
    margin: 0 0 2rem 0;
  }
}

sup,
sub {
  font-size: 70%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

.cf, .cms-tabs-top, .cms-tabs {
  *zoom: 1;
}
.cf:before, .cms-tabs-top:before, .cms-tabs:before, .cf:after, .cms-tabs-top:after, .cms-tabs:after {
  content: " ";
  display: table;
}
.cf:after, .cms-tabs-top:after, .cms-tabs:after {
  clear: both;
}

@media all and (min-width: 900px) {
  .cms-column-left .cms-module-image .cms-image {
    height: 100%;
    overflow: hidden;
    margin-bottom: -10rem;
    display: inline;
  }
}
@media all and (max-width: 900px) {
  .cms-column-left .cms-module-image .cms-image img {
    height: 46rem;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}
@media all and (min-width: 900px) {
  .cms-column-left .cms-module-image .cms-image {
    display: block;
  }
}

.location a {
  color: #fff !important;
}

/* ==========================================================================
 Page + Container
 ========================================================================== */
.page {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.container {
  padding: 0 1rem;
  width: 100%;
  max-width: 1200px;
}
@media all and (min-width: 1211px ) {
  .container {
    width: 75%;
    padding: 0;
  }
}

@media all and (min-width: 1211px ) {
  header .container {
    width: 100%;
    padding: 0;
  }
}

@media all and (min-width: 900px) {
  .cms-column.cms-column-right .cms-section {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    padding: 2rem 5vw 2rem 1rem !important;
    margin-top: 100px;
    position: relative;
    overflow: visible !important;
  }
  .cms-column.cms-column-right .cms-section:after {
    position: absolute;
    content: "";
    width: 100%;
    left: -1px;
    z-index: -1;
    top: -100px;
    transform: skew(-30deg);
    transform-origin: right bottom;
    height: 100px;
    border: 1px solid black;
    border-width: 1px 0px 0px 1px;
  }
  .cms-page-columns-2 .cms-main {
    padding: 0 1rem;
  }
}
/* ==========================================================================
Category Filtering List
========================================================================== */
.filter_module ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.8rem;
}
.filter_module ul.submenu li a {
  font-size: 1.4rem;
  padding: 0.25rem 0.5rem 0.25rem 0 !important;
}
.filter_module ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  line-height: 1.125;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #231f20;
}
.filter_module ul li:first-child {
  border-top: 2px solid #231f20;
}
.filter_module ul li.parent_menu_item {
  border-top: 0;
  border-bottom: 0;
}
.filter_module ul li.parent_menu_item a {
  padding-top: 0;
}
.filter_module ul li .cat_txt, .filter_module ul li .filter_btn {
  width: calc(100% - 3.6rem);
  padding: 0.5rem 0.5rem 0.5rem 0;
  line-height: 1.75;
  font-size: 1.4rem;
}
.filter_module ul li a {
  color: #231f20;
  text-decoration: none;
  flex: 1 1 calc(100% - 3.6rem);
  line-height: 2;
  padding: 0.75rem 0.5rem 0.75rem 0;
}
.filter_module ul li a:hover, .filter_module ul li a:focus, .filter_module ul li a:active {
  color: #1155da;
}
.filter_module ul ul li:last-child {
  border-bottom: none;
}

.filter_categories {
  width: 100%;
  max-height: 0px;
  opacity: 0;
  transition: all 500ms ease-in-out;
}
.active > .filter_categories {
  max-height: 200rem;
  opacity: 1;
}
.filter_categories li .filter_btn {
  width: calc(100% - 3.6rem);
  font-size: 1.4rem;
}
.filter_categories li .filter_btn:only-child {
  width: 100%;
}

.filter_btn,
.filter_toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.filter_toggle {
  display: block;
  background: transparent;
  position: relative;
  color: transparent;
  border: none;
  border-left: 2px solid #231f20;
  width: 3.6rem;
  display: inline-block;
  text-align: right;
  cursor: pointer;
  line-height: 1;
  margin: 0;
  padding: 1.8rem 0;
}
.filter_toggle:focus {
  outline: none;
}
.filter_toggle span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  right: 0;
  height: 0.2rem;
  width: 1.4rem;
  background-color: transparent;
  font-size: 0;
  border-radius: 0px;
  transition: background-color 300ms ease-in-out;
}
.filter_toggle span:before, .filter_toggle span:after {
  position: absolute;
  display: block;
  border-radius: 2px;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #231f20;
  content: "";
  transition-duration: 300ms;
  transition-delay: 0s;
}
.filter_toggle span:before {
  top: 0;
  transform: rotate(90deg);
  transition-property: top, transform;
}
.filter_toggle span:after {
  bottom: 0;
  transition-property: bottom, transform;
}

.sub_categories li {
  align-items: flex-start;
}
.sub_categories li:hover:before, .sub_categories li:focus:before, .sub_categories li:active:before {
  border-color: #1155da;
}
.sub_categories li:before {
  content: none;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-top: 0.55rem;
  background: #fff;
  border: 1px solid #231f20;
}
.sub_categories li .filter_btn:only-child {
  padding: 0;
  width: calc(100% - 1.5rem);
}

.filter_btn {
  text-align: left;
  cursor: pointer;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  width: calc(100% - 3.6rem);
  overflow: hidden;
  padding: 0.75rem 0.5rem 0.75rem 0;
  margin: 0;
  display: block;
  line-height: 1.25;
}
.filter_btn:hover, .filter_btn:focus, .filter_btn:active {
  color: #1155da;
}
.filter_btn:only-child {
  width: 100%;
}
.filter_btn.filter_by {
  color: #1155da;
}

.active > .filter_toggle {
  color: #231f20;
}
.active > .filter_toggle span {
  background-color: transparent;
}
.active > .filter_toggle span:before {
  top: 0;
  transform: rotate(45deg);
}
.active > .filter_toggle span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.active > .filter_toggle span:before, .active > .filter_toggle span:after {
  transition-delay: 0s, 200ms;
  background-color: #231f20;
}

.filter_module > ul + ul > li:first-child {
  border-top: none;
}

ul.news_categories > li > .filter_btn, ul.practice_areas > li > .filter_btn, ul.archives > li > .filter_btn {
  font-weight: 700;
}

.cms-widget .filter_module {
  display: none;
}
@media all and (min-width: 900px) {
  .cms-widget .filter_module {
    display: block;
  }
}

/* ==========================================================================
News Filter Toggle (Mobile)
========================================================================== */
@media all and (max-width: 900px) {
  span.filter_main_toggle {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 1.4rem;
    float: right;
    margin-top: -2rem;
    cursor: pointer;
    padding: 1rem 0;
  }
  span.filter_main_toggle:before {
    position: absolute;
    display: block;
    height: 0.2rem;
    width: 100%;
    background-color: #231f20;
    content: "";
    transition-duration: 300ms;
    transition-delay: 0s;
    transform: rotate(90deg);
    transition-property: top, transform, -webkit-transform;
  }
  span.filter_main_toggle:after {
    position: absolute;
    display: block;
    top: 0;
    height: 0.2rem;
    width: 100%;
    background-color: #231f20;
    content: "";
    transition-duration: 300ms;
    transition-delay: 0s;
    transition-property: bottom, transform, -webkit-transform;
    margin-top: 1rem;
  }
  .filter_module.active > .filter_main_toggle:before {
    transform: rotate(45deg);
  }
  .filter_module.active > .filter_main_toggle:after {
    transform: rotate(-45deg);
  }
  .filter_module > ul.news_categories, .filter_module > ul.practice_areas, .filter_module > ul.archives {
    max-height: 0;
    opacity: 0;
    transition: all 500ms ease-in-out;
  }
  .filter_module.active > ul.news_categories, .filter_module.active > ul.practice_areas, .filter_module.active > ul.archives {
    max-height: 80rem;
    opacity: 1;
  }
}
/* ==========================================================================
Link Buttons (links that look like buttons)
========================================================================== */
.link_button {
  text-decoration: none;
  display: inline-block;
  padding: 1.5rem 3rem;
  background-color: #1155da;
  border: 1px solid #1155da;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 0px;
  transition: background-color 100ms ease-in-out;
}
.link_button:hover, .link_button:focus, .link_button:active {
  background-color: #0a2f79;
  border-color: #0a2f79;
  color: #fff;
  outline: none;
}

/* ==========================================================================
CSS for Embeded videos
========================================================================== */
.video_widget_embed { /* wrap your iframe in an element with class="video" */
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0px;
  padding: 0px 0px 62.5% 0px;
}
.video_widget_embed iframe, .video_widget_embed object, .video_widget_embed embed {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
CMS Module Grid
========================================================================== */
.cms-section {
  float: left;
  width: 100%;
}
@media all and (min-width: 550px) {
  .cms-section {
    display: flex;
    flex-wrap: wrap;
  }
}

.cms-module {
  float: left;
  padding: 0.3rem 1rem;
}
@media all and (min-width: 900px) {
  .cms-module {
    padding: 0.3rem;
  }
}

.cms-module-12,
.cms-module-9,
.cms-module-8,
.cms-module-6,
.cms-module-4,
.cms-module-3 {
  width: 100%;
}

@media all and (min-width: 550px) {
  .cms-module-6,
  .cms-module-4,
  .cms-module-3 {
    width: 50%;
  }
}
@media all and (min-width: 900px) {
  .cms-module-12 {
    width: 100%;
  }
  .cms-module-9 {
    width: 75%;
  }
  .cms-module-8 {
    width: 66.6666666667%;
  }
  .cms-module-6 {
    width: 50%;
  }
  .cms-module-4 {
    width: 33.3333333333%;
  }
  .cms-module-3 {
    width: 25%;
  }
  .admin-preview {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 50px;
    padding: 0 10px;
    background-color: #d60d0d;
    color: #fff;
  }
  .admin-preview h2 {
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    line-height: 50px;
  }
  .admin-preview h2 em {
    margin-left: 10px;
    font-style: normal;
    font-size: 14px;
  }
  .admin-preview a {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: color 0.125s;
  }
  .admin-preview a:after {
    content: "▶";
    margin-left: 2px;
  }
  .admin-preview a:hover {
    color: #f42434;
  }
}
/* ==========================================================================
News Widget/Ticker
========================================================================== */
.news_widget_title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 3rem;
  display: inline-block;
  background-color: #231f20;
  padding: 0.5rem 1.5rem 0 4.5rem;
  line-height: 1;
  vertical-align: bottom;
}
.news_widget_title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -2.25rem;
  border-left: 2.35rem solid #231f20;
  border-top: 5rem solid transparent;
}

.cms-page-columns-0 .cms-module-12 .cms-news-widget {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.cmskey_index .cms_header .cms_header_desktop.has_video + .cms-page-columns-0 .cms-section:first-child > .cms-module-12.cms-module-widget .cms-widget .cms-news-widget {
  margin-top: -7.5rem;
}

.news_widget {
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
.news_widget .articles {
  background-color: #231f20;
  padding: 0;
  flex: 1 1 auto;
  width: 50%;
}
.news_widget .news_item {
  color: #ebd417;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 1.5rem 0 1.5rem 0.75rem;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.news_widget .news_item .news_marquee {
  display: block;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_widget .more_news {
  display: inline-block;
  background-color: #1155da;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 1.5rem 3rem;
  transition: background-color 150ms ease-in-out;
  flex: 0 0 auto;
}
.news_widget .more_news:hover, .news_widget .more_news:focus, .news_widget .more_news:active {
  background-color: #0a2f79;
}

.cms-news-widget {
  display: none;
}
@media all and (min-width: 900px) {
  .cms-news-widget {
    display: block;
  }
}

/* ==========================================================================
News Widget List of Articles
========================================================================== */
.cms-module-12.cms-module-widget .news_articles .news_article {
  width: 100%;
}

@media all and (min-width: 550px) {
  .cms-page-columns-2 .cms-main .cms-module-12.cms-module-widget .news_articles .cms-module-4 {
    width: 50%;
  }
}

.cms-column .news_articles .cms-module-8 .cms-link-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cms-column .news_articles .cms-module-8 .cms-link-image .cms-link-img {
  width: 100%;
  display: inline-block;
}

.cms-link-image .cms-link-info {
  width: 100%;
}

.cms-page-columns-0 .cms-module .cms-text {
  padding: 0;
}
@media all and (min-width: 900px) {
  .cms-page-columns-0 .cms-module .cms-text {
    padding: 0 5vw 0 5vw;
  }
}

.news_article_episode .podcast .cms-link-img {
  background-image: url(/images/body/podcast.png) !important;
}

/* ==========================================================================
Attorney Widget
========================================================================== */
.attorney-widget-list {
  padding: 0;
  list-style: none;
  margin-left: 0;
}
.attorney-widget-list li {
  margin-bottom: 0.75rem;
}
.attorney-widget-list li:last-child {
  margin-bottom: 3rem;
}
.attorney-widget-list a {
  font-size: 1.4rem;
  text-decoration: underline;
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-left: 0;
  transition: color 150ms ease-in-out;
}
.attorney-widget-list a:hover, .attorney-widget-list a:focus, .attorney-widget-list a:active {
  color: #1155da;
}

@media all and (min-width: 900px) {
  .cms-column.cms-column-left .attorney-widget-list {
    position: relative;
    border: 1px solid #231f20;
    border-right: none;
    padding: 10rem 2rem 2rem 2rem;
  }
  .cms-column.cms-column-left .attorney-widget-list:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -2px;
    border-top: 10rem solid #fff;
    border-right: 4.5rem solid transparent;
    filter: drop-shadow(1px 1px 0px #231f20);
  }
}

.all_attorneys_link {
  font-size: 1.2rem;
  text-decoration: underline;
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  display: block;
  cursor: pointer;
  transition: color 150ms ease-in-out;
}
.all_attorneys_link:hover, .all_attorneys_link:focus, .all_attorneys_link:active {
  color: #1155da;
}

@media all and (min-width: 900px) {
  #featured_attorneys_mobile, .attorney-widget-list-mobile {
    display: none;
  }
}
@media all and (max-width: 900px) {
  #featured_attorneys_desktop, .attorney-widget-list-desktop {
    display: none;
  }
}
.featured-attorney-list .staff_image {
  max-width: 15rem;
  margin: 0 0 0.75rem 0;
}
.featured-attorney-list .staff_member {
  width: 100%;
  flex: 1 1 100%;
  padding: 0;
}
.featured-attorney-list .staff_text {
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Montserrat", sans-serif;
}
.featured-attorney-list .staff_name {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.125;
}
.featured-attorney-list .staff_phone {
  line-height: 1.125;
}
.featured-attorney-list .staff_location {
  line-height: 1.125;
}
.featured-attorney-list a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}

/* ==========================================================================
Organization Widget
========================================================================== */
.partners_widget {
  display: none;
}
@media all and (min-width: 900px) {
  .partners_widget {
    display: block;
  }
}
.partners_widget .partners {
  text-align: center;
}
.partners_widget .partner {
  display: inline-block;
  margin: 0 0 3rem 0;
  width: 100%;
  height: 8rem;
  vertical-align: middle;
}
.partners_widget .partner img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.partners_widget .partner:last-child {
  margin-bottom: 0;
}
.partners_widget .widget-title {
  padding: 2.25rem 0 2.25rem 3rem;
  border-bottom: 1px solid #231f20;
  text-align: center;
  position: relative;
}
.partners_widget .widget-title:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  border-left: 3rem solid white;
  border-top: 6rem solid transparent;
  filter: drop-shadow(0px -2px 0px #231f20);
}

.cms-main .cms-module-12.cms-module-widget .partners_widget:last-child {
  margin-bottom: -5rem;
}
.cms-main .cms-module-12.cms-module-widget .partners_widget .partners {
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cms-main .cms-module-12.cms-module-widget .partners_widget .partner {
  margin: 0 3rem;
  max-height: 8rem;
  display: flex;
}
.cms-main .cms-module-12.cms-module-widget .partners_widget .partner img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  align-self: center;
}

/* ==========================================================================
Careers Widget
========================================================================== */
.career_widget p {
  margin: 0 0 1.5rem 0;
}

.cms-section:not(:first-child) .career_widget {
  margin-top: 2rem;
}

/* ==========================================================================
Podcast Widget
========================================================================== */
.cms-widget {
  height: 100%;
}

.podcast-widget {
  position: relative;
  background-color: #231f20;
  color: #fff;
  padding: 0;
  width: 100%;
  min-height: 20rem;
  height: 100%;
  text-decoration: none;
  font-weight: 400;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: background-color 200ms ease-in-out;
}
.podcast-widget:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 15rem solid #fff;
  border-right: 7.5rem solid transparent;
}
.podcast-widget:hover, .podcast-widget:focus, .podcast-widget:active {
  background-color: #1155da;
}
.podcast-widget a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
}
@media all and (min-width: 550px) {
  .podcast-widget a {
    flex-direction: row;
  }
}
.podcast-widget-text {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: min-content;
  float: left;
  font-family: "Montserrat", sans-serif;
}
.podcast-widget-text-icon {
  position: absolute;
  width: 100%;
  padding: 4rem;
}
.podcast-widget-text-icon img {
  width: 90px;
  margin: auto;
}
.podcast-widget-text-title {
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 15rem 4.5rem 0 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 2rem;
  overflow: hidden;
}
.podcast-widget-text-date {
  width: 100%;
  padding: 1rem 4.5rem 4.5rem 4.5rem;
  margin-top: -4.5rem;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.podcast-widget-image {
  width: 100%;
  min-height: 30rem;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (min-width: 550px) {
  .podcast-widget-image {
    width: calc(50% + 1rem);
    flex: 0 0 calc(50% + 1rem);
    padding: 0;
  }
}
@media all and (min-width: 900px) {
  .podcast-widget-image {
    width: calc(50% + 0.3rem);
    flex: 0 0 calc(50% + 0.3rem);
  }
}

@media all and (min-width: 550px) {
  .cms-page-columns-0 .cms-module-5.cms-module-widget-podcast,
  .cms-page-columns-0 .cms-module-6.cms-module-widget-podcast,
  .cms-page-columns-0 .cms-module-8.cms-module-widget-podcast,
  .cms-page-columns-0 .cms-module-9.cms-module-widget-podcast {
    width: 100%;
  }
}
@media all and (min-width: 900px) {
  .cms-page-columns-0 .cms-module-5.cms-module-widget-podcast,
  .cms-page-columns-0 .cms-module-6.cms-module-widget-podcast,
  .cms-page-columns-0 .cms-module-8.cms-module-widget-podcast,
  .cms-page-columns-0 .cms-module-9.cms-module-widget-podcast {
    width: 50%;
  }
}

.cms-page-columns-1 .cms-module-3.cms-module-widget-podcast .podcast-widget a,
.cms-page-columns-1 .cms-module-4.cms-module-widget-podcast .podcast-widget a {
  flex-direction: column;
  justify-content: flex-end;
}
.cms-page-columns-1 .cms-module-3.cms-module-widget-podcast .podcast-widget-text,
.cms-page-columns-1 .cms-module-4.cms-module-widget-podcast .podcast-widget-text {
  flex-grow: 2;
}
.cms-page-columns-1 .cms-module-3.cms-module-widget-podcast .podcast-widget-image,
.cms-page-columns-1 .cms-module-4.cms-module-widget-podcast .podcast-widget-image {
  width: 100%;
}
@media all and (max-width: 1200px) {
  .cms-page-columns-1 .cms-module-3.cms-module-widget-podcast,
  .cms-page-columns-1 .cms-module-4.cms-module-widget-podcast {
    width: 50%;
  }
  .cms-page-columns-1 .cms-module-3.cms-module-widget-podcast .podcast-widget a,
  .cms-page-columns-1 .cms-module-4.cms-module-widget-podcast .podcast-widget a {
    flex-direction: row;
    justify-content: flex-start;
  }
  .cms-page-columns-1 .cms-module-3.cms-module-widget-podcast .podcast-widget-image,
  .cms-page-columns-1 .cms-module-4.cms-module-widget-podcast .podcast-widget-image {
    width: calc(50% + 0.3rem);
  }
}
@media all and (max-width: 1000px) {
  .cms-page-columns-1 .cms-module-3.cms-module-widget-podcast .podcast-widget a,
  .cms-page-columns-1 .cms-module-4.cms-module-widget-podcast .podcast-widget a {
    flex-direction: column;
    justify-content: flex-end;
  }
  .cms-page-columns-1 .cms-module-3.cms-module-widget-podcast .podcast-widget-image,
  .cms-page-columns-1 .cms-module-4.cms-module-widget-podcast .podcast-widget-image {
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  .cms-page-columns-1 .cms-module-3.cms-module-widget-podcast,
  .cms-page-columns-1 .cms-module-4.cms-module-widget-podcast {
    width: 100%;
  }
  .cms-page-columns-1 .cms-module-3.cms-module-widget-podcast .podcast-widget a,
  .cms-page-columns-1 .cms-module-4.cms-module-widget-podcast .podcast-widget a {
    flex-direction: row;
    justify-content: flex-start;
  }
  .cms-page-columns-1 .cms-module-3.cms-module-widget-podcast .podcast-widget-image,
  .cms-page-columns-1 .cms-module-4.cms-module-widget-podcast .podcast-widget-image {
    width: calc(50% + 0.3rem);
  }
}
@media all and (max-width: 550px) {
  .cms-page-columns-1 .cms-module-3.cms-module-widget-podcast .podcast-widget a,
  .cms-page-columns-1 .cms-module-4.cms-module-widget-podcast .podcast-widget a {
    flex-direction: column;
    justify-content: flex-end;
  }
  .cms-page-columns-1 .cms-module-3.cms-module-widget-podcast .podcast-widget-image,
  .cms-page-columns-1 .cms-module-4.cms-module-widget-podcast .podcast-widget-image {
    width: 100%;
  }
}
@media all and (min-width: 550px) {
  .cms-page-columns-1 .cms-module-6.cms-module-widget-podcast {
    width: 100%;
  }
}
@media all and (min-width: 900px) {
  .cms-page-columns-1 .cms-module-6.cms-module-widget-podcast {
    width: 50%;
  }
}

/* ==========================================================================
PDF and Share Bar on Practice Area Pages
========================================================================== */
.share_pdf_bar {
  margin: -5rem 0 1.8rem auto;
  padding: 0.75rem 0;
  list-style: none;
  background-color: #231f20;
  color: #fff;
  width: 30rem;
  display: flex;
  align-items: center;
  position: relative;
  visibility: hidden;
}
@media all and (min-width: 900px) {
  .share_pdf_bar {
    visibility: visible;
    margin-bottom: 5rem;
  }
}
.share_pdf_bar li {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
  padding: 0 2rem;
  border-right: 1px solid #fff;
}
.share_pdf_bar li:last-child {
  border-right: none;
}
.share_pdf_bar li .addthis_sharing_toolbox {
  position: absolute;
  overflow: hidden;
  top: 4rem;
  left: 0;
  opacity: 0;
  height: auto;
  max-height: 0px;
  transition: all 300ms linear;
}
.share_pdf_bar li.show_share .addthis_sharing_toolbox {
  max-height: 4rem;
  opacity: 1;
}
.share_pdf_bar a, .share_pdf_bar button {
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
.share_pdf_bar button {
  border: none;
  background-color: transparent;
}
.share_pdf_bar li a {
  text-decoration: none;
}

/* ==========================================================================
HIDE CAREERS LIST DATA MODULE
========================================================================== */
.cmskey_career .cms-module-12.cms-module-data[data-module-id="5"] {
  display: none;
  padding: 0;
}

.cmskey_indust .cms-module-12.cms-module-data[data-module-id="958"],
.cmskey_indust .cms-module-12.cms-module-data[data-module-id="1059"] {
  display: none;
  padding: 0;
}

.viewer_contain {
  margin-bottom: 1.5rem;
  overflow-x: scroll;
  display: flex;
}
.viewer_contain .viewer, .viewer_contain .viewer-news {
  display: block;
  cursor: pointer;
  flex: 1 1 auto;
  width: 100%;
  margin: 0 0 0.25rem 0;
  padding: 0.625rem;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  border: none;
  color: #231f20;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  cursor: pointer;
  text-decoration: none;
}
.viewer_contain .viewer button.viewer_contain .viewer, .viewer_contain .viewer .viewer_contain .viewer-news, .viewer_contain .viewer-news button.viewer_contain .viewer, .viewer_contain .viewer-news .viewer_contain .viewer-news {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.viewer_contain .viewer:hover, .viewer_contain .viewer:focus, .viewer_contain .viewer:active, .viewer_contain .viewer-news:hover, .viewer_contain .viewer-news:focus, .viewer_contain .viewer-news:active {
  color: #1155da;
  font-weight: 700;
  text-decoration: none;
}
.viewer_contain .viewer.active, .viewer_contain .viewer-news.active {
  font-weight: 700;
  color: #1155da;
}
@media all and (min-width: 900px) {
  .viewer_contain .viewer, .viewer_contain .viewer:nth-child(odd), .viewer_contain .viewer:nth-child(even), .viewer_contain .viewer-news, .viewer_contain .viewer-news:nth-child(odd), .viewer_contain .viewer-news:nth-child(even) {
    float: left;
    display: inline-block;
    width: auto;
    margin-left: 0;
    margin-right: 0.5rem;
  }
}

.cms-column .viewer, .cms-column .viewer-news {
  text-align: left;
  cursor: pointer;
}
.cms-column .viewer:hover, .cms-column .viewer:focus, .cms-column .viewer:active, .cms-column .viewer-news:hover, .cms-column .viewer-news:focus, .cms-column .viewer-news:active {
  color: #1155da;
  font-weight: 700;
  text-decoration: none;
}
.cms-column .viewer.active, .cms-column .viewer-news.active {
  font-weight: 700;
  color: #1155da;
}

header {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  z-index: 30;
  overflow: visible;
  background-color: #231f20;
}
header .logo {
  display: flex;
  float: left;
  width: 18rem;
  height: 7rem;
  text-decoration: none;
  padding: 1.5rem 0;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
@media all and (min-width: 1211px ) {
  header .logo {
    height: 8rem;
  }
}
header .logo svg {
  width: 100%;
  max-width: 100%;
}
header .logo svg path {
  fill: #fff;
}

.search_toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0 0 0 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.search_toggle .material-icons {
  font-size: 3.2rem;
  line-height: 1;
  vertical-align: text-bottom;
}

nav {
  float: right;
  display: flex;
}
@media all and (min-width: 1211px ) {
  nav {
    float: left;
    margin-left: 6rem;
  }
}
nav .menu_toggle {
  order: 2;
  margin-left: 2rem;
}
@media all and (min-width: 1211px ) {
  nav .menu_toggle {
    order: 1;
    margin-left: 0;
  }
}
nav .submenu,
nav .submenu_2 {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  color: transparent;
  border: none;
  border-left: 1px solid #fff;
  width: 6.5rem;
  display: inline-block;
  text-align: right;
  cursor: pointer;
  line-height: 1;
  margin: 0;
  padding: 3.05rem 0;
}
nav .submenu:focus,
nav .submenu_2:focus {
  border-left-color: #ebd417;
}
nav .submenu:focus span:before,
nav .submenu:focus span:after,
nav .submenu_2:focus span:before,
nav .submenu_2:focus span:after {
  background-color: #ebd417 !important;
}
nav .submenu span,
nav .submenu_2 span {
  display: block;
  position: absolute;
  top: 51%;
  transform: translate(-50%, -50%);
  left: 50%;
  right: 0;
  height: 0.3rem;
  width: 2.25rem;
  background-color: transparent;
  font-size: 0;
  border-radius: 2px;
  transition: background-color 300ms ease-in-out;
}
nav .submenu span:before, nav .submenu span:after,
nav .submenu_2 span:before,
nav .submenu_2 span:after {
  position: absolute;
  display: block;
  border-radius: 2px;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
  content: "";
  transition-duration: 300ms;
  transition-delay: 0s;
}
nav .submenu span:before,
nav .submenu_2 span:before {
  top: 0;
  transform: rotate(90deg);
  transition-property: top, transform;
}
nav .submenu span:after,
nav .submenu_2 span:after {
  bottom: 0;
  transition-property: bottom, transform;
}
nav .submenu_2 {
  padding: 2.55rem 0;
}
nav .show_submenu .submenu {
  color: #fff;
}
nav .show_submenu .submenu span {
  background-color: transparent;
}
nav .show_submenu .submenu span:before {
  top: 0;
  transform: rotate(45deg);
}
nav .show_submenu .submenu span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
nav .show_submenu .submenu span:before, nav .show_submenu .submenu span:after {
  transition-delay: 0s, 200ms;
  background-color: #fff;
}
nav .show_thirdmenu .submenu_2 {
  color: #fff;
}
nav .show_thirdmenu .submenu_2 span {
  background-color: transparent;
}
nav .show_thirdmenu .submenu_2 span:before {
  top: 0;
  transform: rotate(45deg);
}
nav .show_thirdmenu .submenu_2 span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
nav .show_thirdmenu .submenu_2 span:before, nav .show_thirdmenu .submenu_2 span:after {
  transition-delay: 0s, 200ms;
  background-color: #fff;
}

.top_menu {
  position: absolute;
  top: 7rem;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  background-color: #231f20;
  border-top: 1px solid #fff;
}
.top_menu li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.top_menu li:last-child {
  border-bottom: none;
}
.top_menu li a {
  width: 100%;
  display: block;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding: 2.25rem 8.5rem 2.25rem 1.5rem;
  text-decoration: none;
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
}
.top_menu li a:hover, .top_menu li a:focus, .top_menu li a:active {
  color: #fff;
}

ul.sub,
.sub_3 {
  position: relative;
  top: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 0;
  border-top: 1px solid #fff;
  background-color: #0d42a9;
  max-height: 30rem;
  overflow-y: scroll;
}
ul.sub li,
.sub_3 li {
  width: 100%;
  border-color: #fff;
}
ul.sub li:last-child,
.sub_3 li:last-child {
  border-bottom: none;
}
ul.sub li a,
.sub_3 li a {
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  padding: 2rem 8.5rem 2rem 1.5rem;
}

.sub_3 {
  background-color: #0a2f79;
}

.menu_toggle {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  position: relative;
  color: #fff;
  border: none;
  width: 2.25rem;
  display: inline-block;
  text-align: right;
  cursor: pointer;
  line-height: 1;
  margin: 0 0.75rem 0 0;
  padding: 3.5rem 0;
}
.menu_toggle:focus {
  outline: none;
}
.menu_toggle span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  right: 0;
  height: 0.3rem;
  width: 2.25rem;
  background-color: #fff;
  font-size: 0;
  border-radius: 2px;
  transition: background-color 300ms ease-in-out;
}
.menu_toggle span:before, .menu_toggle span:after {
  position: absolute;
  display: block;
  border-radius: 2px;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-color: #fff;
  content: "";
  transition-duration: 300ms;
  transition-delay: 0s;
}
.menu_toggle span:before {
  top: -0.75rem;
  transition-property: top, transform;
}
.menu_toggle span:after {
  bottom: -0.85rem;
  transition-property: bottom, transform;
}

.show_menu .menu_toggle {
  color: #fff;
}
.show_menu .menu_toggle span {
  background-color: transparent;
}
.show_menu .menu_toggle span:before {
  top: 0;
  transform: rotate(45deg);
}
.show_menu .menu_toggle span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.show_menu .menu_toggle span:before, .show_menu .menu_toggle span:after {
  transition-delay: 0s, 200ms;
  background-color: #fff;
}

@media all and (min-width: 1211px ) {
  header .container {
    padding: 0 1rem 0 5vw;
    max-width: 100%;
  }
  header .logo {
    margin: 0;
    padding: 2rem 0;
    width: 18rem;
    height: 8rem;
  }
  .search_toggle {
    display: inline-block;
  }
  nav .menu_toggle,
  nav .submenu {
    display: none;
  }
  nav .submenu_2 {
    padding: 2.55rem 0;
  }
  .top_menu {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    margin: 0 auto;
    width: auto;
    font-size: 0;
    text-align: center;
    background-color: transparent;
    border-top: none;
  }
  .top_menu li {
    position: static;
    z-index: 200;
    width: auto;
    margin-right: 0;
    display: inline-block;
    border: none;
    text-align: left;
  }
  .top_menu li:last-child {
    margin-right: 0;
  }
  .top_menu li a {
    z-index: 200;
    display: inline-block;
    padding: 3.3rem 1.5rem;
    width: auto;
    font-size: 1.4rem;
  }
  .top_menu li a:hover, .top_menu li a:focus, .top_menu li a:active {
    background-color: #1155da;
  }
  ul.sub {
    position: absolute;
    top: 8rem;
    background-color: transparent;
    overflow: visible;
    padding: 0;
    width: 100%;
    border: none;
    display: none;
  }
  ul.sub li {
    position: relative;
    border-bottom: none;
    margin: 0;
    display: block;
    padding-right: 6rem;
    background-color: #0d42a9;
    width: 50%;
    border-top: 1px solid #fff;
  }
  ul.sub li:first-child {
    border-top: none;
  }
  ul.sub li:last-child {
    border-bottom: none;
  }
  ul.sub li a {
    padding: 2rem 1.5rem;
    color: #fff;
    font-size: 1.25rem;
  }
  ul.sub li a:hover, ul.sub li a:focus, ul.sub li a:active {
    color: #ebd417;
    background-color: transparent;
  }
  ul.sub .sub_3 {
    position: absolute;
    top: 0;
    left: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
    min-width: 1rem;
    max-height: 90vh;
    max-height: calc(100vh - 8rem - 1rem);
    overflow-y: auto;
    border: none;
  }
  ul.sub .sub_3 li {
    padding-right: 0;
    background-color: #0a2f79;
    width: 100%;
  }
}
li.submenu_item a.active {
  color: #1155da;
}

main {
  position: relative;
  flex: 1 0 auto;
  width: 100%;
}
main p {
  margin: 0;
  font-size: 1.6rem;
}
main p:first-child {
  margin-top: 0;
}
main ol {
  list-style: numbered;
}
main ul {
  list-style: disc;
}
main ol, main ul {
  list-style-position: outside;
  padding-left: 3rem;
  margin: 0 0 0 1.1rem;
}
main aside {
  overflow: hidden;
}

.lede {
  color: #1155da;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.125;
}

.cms-module-3.cms-module-cta .cms-cta-link:only-child,
.cms-module-4.cms-module-cta .cms-cta-link:only-child {
  width: 100%;
}

.cms-column .cms-cta-link:only-child {
  width: 100%;
}

@media all and (min-width: 900px) {
  .cms_header_mobile, .mobile_header {
    display: none;
  }
  .desktop_header {
    display: block;
  }
  .cms_header_desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .cms_header_desktop .container {
    padding: 0 1rem;
    max-width: 75%;
  }
}
@media all and (min-width: 900px) and (min-width: 900px) {
  .cms_header_desktop .container {
    padding-left: 5vw;
  }
}
@media all and (min-width: 900px) {
  .cms_header_desktop.has_video {
    padding: 0;
    height: 36.5vw;
    margin-bottom: -4rem;
  }
  .cms_header_desktop.has_video .container {
    padding-top: 6rem;
  }
  .cms_header_desktop .hero_video {
    z-index: -1;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: opacity 1000ms ease-in-out;
    opacity: 1;
    width: 100vw;
    height: 100%;
  }
}
@media all and (min-width: 900px) and (min-width: 900px) {
  .cms_header_desktop .hero_video {
    position: absolute;
  }
}
@media all and (min-width: 900px) {
  .cms_header_desktop .hero_video iframe {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }
}
@media all and (max-width: 899px) {
  .cms_header_desktop, .desktop_header {
    display: none;
  }
  .mobile_header {
    display: block;
    background-size: 100%;
  }
  .cms_header_mobile {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .cms_header_mobile .container {
    padding: 0 1rem;
    max-width: 100%;
    height: 56.25vw;
  }
  .cms_header_mobile.no_video {
    padding-top: 2.25rem;
    padding-bottom: 0.75rem;
  }
  .cms_header_mobile.no_video img {
    margin: auto;
  }
  .cms_header_mobile.no_video[style*=background-image] {
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 0;
  }
  .cms_header_mobile.no_video.cms-hero[style*=background-image] {
    min-height: 80rem;
    padding: 0;
    background-size: cover;
    margin-top: 8rem;
    margin-bottom: 0;
    overflow: visible;
  }
  .cms_header_mobile.no_video.cms-hero[style*=background-image] .container {
    background: #fff;
    padding: 1.5rem 1rem;
    position: absolute;
    top: -7rem;
    left: 0;
  }
}
.cms_header {
  position: relative;
  overflow: hidden;
}
.cms_header .container {
  padding: 0 1rem;
  max-width: 100%;
}
@media all and (min-width: 900px) {
  .cms_header .container {
    padding-left: 5vw;
  }
}
.cms_header.no_video {
  padding-top: 2.25rem;
  padding-bottom: 0.75rem;
}
@media all and (min-width: 900px) {
  .cms_header.no_video {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }
}
.cms_header.no_video[style*=background-image] {
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: 0;
  background-position: right 0;
}
@media all and (min-width: 900px) {
  .cms_header.no_video[style*=background-image] {
    background-size: cover;
    margin-bottom: 3rem;
  }
}
.cms_header.no_video.mobile_header img {
  margin: 2rem auto 1rem auto;
}
.cms_header.no_video.cms-hero[style*=background-image] {
  min-height: 40rem;
  padding: 0;
  background-size: cover;
  margin-top: 8rem;
  margin-bottom: 0;
  overflow: visible;
}
.cms_header.no_video.cms-hero[style*=background-image] .container {
  background: #fff;
  padding: 1.5rem 1rem;
  position: absolute;
  top: -7rem;
  left: 0;
}
.cms_header.no_video.cms-hero[style*=background-image] .container h1, .cms_header.no_video.cms-hero[style*=background-image] .container h2 {
  color: #231f20;
}
@media all and (min-width: 900px) {
  .cms_header.no_video.cms-hero[style*=background-image] {
    min-height: 45rem;
    margin: 0 0 5rem 0;
    padding: 6rem 0;
  }
  .cms_header.no_video.cms-hero[style*=background-image] .container {
    padding: 0 38vw 0 5vw;
    position: relative;
    top: 0;
    background-color: transparent;
  }
  .cms_header.no_video.cms-hero[style*=background-image] .container h1, .cms_header.no_video.cms-hero[style*=background-image] .container h2 {
    color: #fff;
  }
}
.cms_header.has_video {
  padding: 0;
  height: 56.25vw;
  margin-bottom: 3rem;
}
.cms_header.has_video .container {
  padding-top: 6rem;
}
.cms_header .page_desc {
  font-family: "Ruda", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.15;
  margin-bottom: 2rem;
}
@media all and (min-width: 900px) {
  .cms_header .page_desc {
    display: block;
  }
}
.cms_header .hero_video {
  z-index: -1;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: opacity 1000ms ease-in-out;
  opacity: 1;
  width: 100vw;
  height: 100%;
}
@media all and (min-width: 900px) {
  .cms_header .hero_video {
    position: absolute;
  }
}
.cms_header .hero_video iframe {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.cms-page {
  display: flex;
  flex-direction: column;
}
.cms-page .cms-main {
  width: 100%;
}
@media all and (min-width: 900px) {
  .cms-page {
    flex-direction: row;
  }
  .cms-page .cms-column {
    width: 25%;
  }
  .cms-page .cms-column.cms-column-left {
    padding-left: 5vw;
    padding-right: 1.5rem;
  }
  .cms-page .cms-column.cms-column-left .cms-module-image img {
    width: 100%;
  }
  .cms-page .cms-column .cms-section {
    float: right;
  }
}

.cms-page-columns-1 .cms-main,
.cms-page-columns-1 .cms-column,
.cms-page-columns-2 .cms-main,
.cms-page-columns-2 .cms-column,
.cms-page-columns-3 .cms-main,
.cms-page-columns-3 .cms-column {
  overflow: hidden;
}

@media all and (min-width: 900px) {
  .cms-page-columns-2 .cms-column {
    width: 25%;
    padding: 0 0.7rem;
  }
  .cms-page-columns-2 .cms-main {
    width: 50%;
  }
}

@media all and (min-width: 900px) {
  .cms-page-columns-1 .cms-main {
    width: 75%;
  }
}

@media all and (min-width: 900px) {
  .cms-page-columns-3 .cms-main {
    width: 75%;
    padding-left: 5vw;
  }
  .cms-page-columns-3 .cms-column {
    padding-left: 5vw;
  }
}

@media print {
  .page, .cms-page, .cms-section {
    display: block;
    overflow: visible;
  }
  .cms-page .cms-column {
    width: 100%;
    overflow: visible;
  }
  .cms-page-columns-1 .cms-main {
    width: 100%;
    overflow: visible;
  }
  .cms-image {
    padding-top: 10px;
    width: 50%;
    float: right;
  }
  .staff_links, header, footer, .cms-link-text, .cms-tabs-top-button, .quote, .cms-module-linked_img, .filter_module, #featured_attorneys_desktop, #featured_attorneys_mobile {
    display: none !important;
  }
  .cms-column .cms-column-right .cms-section {
    border-left: 0 solid white;
    border-bottom: 0 solid white;
    position: initial;
  }
  .staff_aside_info {
    border: none !important;
    margin-top: 0;
  }
  .staff_aside_info:after {
    border: none;
    border-width: 0;
  }
  .cms-tabs-bottom-tab {
    display: block !important;
    overflow: visible !important;
  }
  .staff_main_info h1.name {
    max-width: 50%;
  }
}
.audio-player {
  width: 320px;
  height: 44px;
}
.audio-player-controls {
  display: none;
  grid-template-columns: 31px 44px 31px 1fr 31px 31px 31px;
  align-items: center;
  width: 100%;
  height: 100%;
}
.audio-player-controls button, .audio-player-controls a {
  display: inline-block;
  position: relative;
  width: 31px;
  height: 44px;
  outline: none;
  cursor: pointer;
  color: #fff;
}
.audio-player-controls button .md, .audio-player-controls a .md {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 44px;
  text-align: center;
}
.audio-player-controls button:hover, .audio-player-controls button:focus, .audio-player-controls button:active, .audio-player-controls a:hover, .audio-player-controls a:focus, .audio-player-controls a:active {
  color: #ebd417;
}
.audio-player-controls a {
  text-decoration: none;
}
.audio-player-controls button {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.audio-player-controls button.audio-player-controls-play {
  width: 44px;
}
.audio-player-controls button.audio-player-controls-play .md {
  font-size: 40px;
}
.audio-player-controls-timeline {
  -webkit-appearance: none;
  flex-grow: 1;
  height: 6px;
  background-color: #fff;
  border-radius: 5px;
  background-size: 0 100%;
  background-image: linear-gradient(#ebd417, #ebd417);
  background-repeat: no-repeat;
}
.audio-player-controls-timeline::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.125s;
  background-color: #fff;
}
.audio-player-controls-timeline::-moz-range-thumb {
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.1s;
  background-color: #fff;
}
.audio-player-controls-timeline::-ms-thumb {
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.1s;
  background-color: #fff;
}
.audio-player-controls-timeline::-webkit-slider-thumb:hover {
  background-color: #ebd417;
}
.audio-player-controls-timeline::-moz-range-thumb:hover {
  background-color: #ebd417;
}
.audio-player-controls-timeline::-ms-thumb:hover {
  background-color: #ebd417;
}
.audio-player-controls-timeline::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.audio-player-controls-timeline::-moz-range-track {
  appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.audio-player-controls-timeline::-ms-track {
  appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

@supports (display: grid) {
  .audio-player audio {
    display: none;
  }
  .audio-player-controls {
    display: grid;
  }
}
footer {
  flex: 0 0 auto;
  width: 100%;
  padding: 0;
  margin-top: 6rem;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
}
footer .bottom_menu {
  display: none;
}
footer .legal {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #231f20;
  color: #fff;
  padding: 1.5rem 0;
  border-top: 0.5rem solid #fff;
}
footer .legal span:first-child:after {
  content: "|";
  display: inline-block;
  margin: 0 1.5rem;
}
@media all and (max-width: 500px) {
  footer .legal span:first-child:after {
    display: none;
  }
}
footer .locations {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding: 3rem 2rem;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
footer .locations span {
  display: block;
}
footer .locations .location:last-child {
  margin-bottom: 0;
}
footer .locations .location .location_directions {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  margin-top: 0.5rem;
}
footer .locations .name {
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.footer_section:first-of-type {
  background: #231f20;
}
.footer_section:nth-of-type(2) {
  background: #d9d9d9;
  border-top: 0.5rem solid #fff;
  color: #231f20;
  display: none;
}
@media all and (min-width: 1211px ) {
  .footer_section:nth-of-type(2) {
    display: flex;
  }
}

.footer_logo {
  padding: 3rem 3rem 3rem 5rem;
  flex: 1 1 40rem;
  position: relative;
  background-color: #e6e6e6;
}
.footer_logo svg {
  width: 100%;
}
.footer_logo svg path {
  fill: #1155da;
}
.footer_logo.desktop {
  display: none;
  min-width: 30rem;
}
@media all and (min-width: 1211px ) {
  .footer_logo.desktop {
    display: flex;
  }
}
.footer_logo.mobile {
  display: flex;
  background: #e6e6e6;
  border-top: 0.5rem solid #fff;
  color: #231f20;
}
.footer_logo.mobile svg {
  max-width: 22rem;
}
@media all and (min-width: 1211px ) {
  .footer_logo.mobile {
    display: none;
  }
}
.footer_logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 10rem solid #fff;
  border-right: 4.5rem solid transparent;
}

#social_media {
  background: #231f20;
  position: relative;
  display: block;
  list-style: none;
  line-height: 1;
  padding: 3rem 3rem 3rem 15rem;
  flex: 1 1 32rem;
  min-width: 32rem;
  overflow: hidden;
}
@media all and (min-width: 900px) {
  #social_media {
    padding: 3rem 3rem 3rem 20rem;
    flex: 0 1 40rem;
    min-width: 40rem;
  }
}
#social_media:before {
  content: "Follow Us";
  display: block;
  margin-bottom: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #fff;
}
#social_media:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 4.625rem;
  height: 100%;
  background: #fff;
  width: 1px;
  transform: skew(-25deg);
  transform-origin: bottom;
}
@media all and (min-width: 550px) {
  #social_media:after {
    left: 4.5rem;
  }
}
#social_media li {
  display: inline-block;
  width: 3rem;
  vertical-align: middle;
  margin-right: 1rem;
}
#social_media li:last-child {
  margin-right: 0;
}
#social_media a {
  display: block;
  height: 4rem;
  color: #fff;
  transition: opacity 300ms ease;
}
#social_media a.facebook {
  height: 2.5rem;
}
#social_media a:hover, #social_media a:focus, #social_media a:active {
  opacity: 0.5;
}
#social_media a svg {
  height: 100%;
  width: auto;
  display: block;
}

@media all and (min-width: 1211px ) {
  footer .footer_section {
    display: flex;
  }
  footer .locations {
    display: flex;
    justify-content: space-between;
    border-top: none;
    border-bottom: none;
    border-left: 4px solid #fff;
    flex: 1 1 auto;
    padding: 3rem 2.5rem;
  }
  footer .location {
    flex: 1 1 33.3333%;
    min-width: 33.3333%;
    padding: 0 2rem;
    margin-bottom: 0;
    position: relative;
  }
  footer .location:nth-of-type(even):before, footer .location:nth-of-type(even):after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 1px;
    background-color: #fff;
  }
  footer .location:nth-of-type(even):before {
    left: 0;
  }
  footer .location:nth-of-type(even):after {
    right: 0;
  }
  footer .menu {
    text-align: left;
  }
  footer .bottom_menu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0 2.5rem;
    border-left: 4px solid #fff;
    position: relative;
  }
  footer .bottom_menu:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 10rem solid #fff;
    border-left: 4.5rem solid transparent;
  }
  footer .bottom_menu > li {
    padding: 2.5rem 1.5rem 2.5rem 2rem;
    min-width: 33.3333%;
    flex: 1 0 33.3333%;
  }
  footer .bottom_menu > li:nth-child(even) {
    background-color: #e6e6e6;
  }
  footer .bottom_menu a {
    color: #231f20;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0.75rem;
  }
  footer .bottom_menu a:hover, footer .bottom_menu a:focus, footer .bottom_menu a:active {
    color: #1155da;
  }
  footer .bottom_menu span {
    color: #231f20;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0.75rem;
  }
  footer .footer_sub a {
    font-weight: 400;
    font-size: 1.4rem;
  }
}
@media all and (min-width: 1211px ) {
  footer .container {
    padding: 0;
  }
}
/* ==========================================================================
GDPR POPUP
========================================================================== */
.gdpr_settings {
  display: block;
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  cursor: pointer;
}
@media all and (min-width: 900px) {
  .gdpr_settings {
    display: none;
  }
}
.gdpr_settings > i {
  background-color: #231f20;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  height: 48px;
  width: 48px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
}

.gdpr_container {
  position: fixed;
  bottom: 0;
  padding: 2.5rem !important;
  display: none;
}
.gdpr_container a {
  color: #fff;
  text-decoration: underline;
}
.gdpr_container a:hover, .gdpr_container a:focus, .gdpr_container a:active {
  opacity: 0.5;
}
.gdpr_container .gdpr {
  display: flex;
}
.gdpr_container .gdpr_close {
  float: right;
  width: 25px;
  margin: -1rem 0 0 1rem;
}
.gdpr_container .gdpr_close > i {
  transform: rotate(45deg);
  cursor: pointer;
}
.gdpr_container .gdpr_ctas {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.gdpr_container .gdpr_cookie_accept {
  background-color: #fff;
  border: 1px solid #fff;
  color: #231f20;
  padding: 4px 8px 3px 8px;
  transition: all 200ms;
}
.gdpr_container .gdpr_cookie_accept:hover, .gdpr_container .gdpr_cookie_accept:focus, .gdpr_container .gdpr_cookie_accept:active {
  background-color: rgb(178.5, 178.5, 178.5);
  border-color: rgb(178.5, 178.5, 178.5);
}
@media all and (min-width: 900px) {
  .gdpr_container {
    display: block;
  }
  .gdpr_container .gdpr_right {
    text-align: right;
    width: 325px;
  }
  .gdpr_container .gdpr_left {
    font-weight: initial;
    font-size: initial;
    text-align: left;
    text-transform: initial;
    width: calc(100% - 325px);
    margin-right: 25px;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 899px) {
  .gdpr_container .gdpr {
    flex-flow: column wrap;
  }
  .gdpr_container .gdpr_cookie_settings {
    text-decoration: dashed underline;
  }
  .gdpr_container .gdpr_left {
    order: 2;
    width: 100%;
    margin: auto;
    padding-top: 20px;
    text-align: left;
    line-height: 1.6;
  }
  .gdpr_container .gdpr_right {
    order: 1;
    width: 100%;
    margin: auto;
    padding-top: 40px;
  }
}
@media all and (max-width: 449px) {
  .gdpr_container .gdpr_cookie_accept {
    margin: auto;
  }
  .gdpr_container .gdpr_cookie_settings {
    float: left;
    width: 100%;
    margin-bottom: 2rem;
  }
}

.gdpr_settings_popup_container {
  display: none;
}

#gdpr_settings_popup {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
#gdpr_settings_popup .gdpr_logo {
  width: 100%;
  padding: 1rem;
  border-bottom: 1px solid #231f20;
}
#gdpr_settings_popup .gdpr_logo a {
  display: block;
  width: 250px;
}
#gdpr_settings_popup .gdpr_settings_popup_text {
  padding: 1rem;
}
#gdpr_settings_popup .gdpr_settings_popup_text > div {
  padding-bottom: 2rem;
}
#gdpr_settings_popup .gdpr_settings_popup_text p {
  padding: 1rem 0;
}
#gdpr_settings_popup .gdpr_settings_popup_text p:last-child {
  padding-bottom: 0;
}

.gdpr_hide {
  display: none;
}

#popup_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99998;
  background-color: #231f20;
  background-color: rgba(35, 31, 32, 0.45);
}

#popup_container {
  min-width: 300px;
  max-width: 600px;
  background-color: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 0 10px rgba(35, 31, 32, 0.4);
}
#popup_container .popup_notice {
  color: #d60d0d;
}

#popup_title {
  padding: 0.5rem 1.5rem;
  background-color: #231f20;
  color: #fff;
  font-size: 2.6rem;
  font-weight: normal;
  border-radius: 0.3rem 0.3rem 0 0;
  line-height: 3.2rem;
  cursor: default;
}
.alert #popup_title:before, .confirm #popup_title:before {
  margin-right: 0.5rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.alert #popup_title:before {
  content: "\e90a";
}
.confirm #popup_title:before {
  content: "\e909";
}

#popup_ok {
  background-color: #231f20;
  color: #fff;
  padding: 10px;
  margin: 10px 5px;
  border: 1px #fff solid;
  cursor: pointer;
  -webkit-appearance: none;
}

#popup_ok:hover {
  background-color: #054016;
}

#popup_cancel {
  background-color: #fff;
  color: #231f20;
  padding: 10px;
  margin: 10px 5px;
  border: 1px #231f20 solid;
  cursor: pointer;
  -webkit-appearance: none;
}

#popup_cancel:hover {
  background-color: #f42434;
  color: #fff;
}

#popup_content {
  padding: 1rem 1.5rem;
}

#popup_panel {
  margin-top: 1rem;
}

#popup_prompt {
  margin: 0.5em 0em;
}

input.socv {
  display: none;
}

.form,
.buttons {
  width: 100%;
  float: left;
  margin: 0 auto;
}

.buttons {
  margin-bottom: 3rem;
}
.buttons button,
.buttons input[type=submit],
.buttons input[type=reset],
.buttons .news-buttons {
  cursor: pointer;
  line-height: 1.125;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 1.6rem;
  transition: background 0.125s ease-in-out;
  text-decoration: none;
  display: inline-block;
  padding: 1.5rem 3rem;
  border: 1px solid #1155da;
  border-radius: 0px;
  color: #fff;
  background: #1155da;
}
.buttons button:last-child,
.buttons input[type=submit]:last-child,
.buttons input[type=reset]:last-child,
.buttons .news-buttons:last-child {
  margin-right: 0;
}
.buttons button:hover, .buttons button:focus, .buttons button:active,
.buttons input[type=submit]:hover,
.buttons input[type=submit]:focus,
.buttons input[type=submit]:active,
.buttons input[type=reset]:hover,
.buttons input[type=reset]:focus,
.buttons input[type=reset]:active,
.buttons .news-buttons:hover,
.buttons .news-buttons:focus,
.buttons .news-buttons:active {
  background-color: #0a2f79;
  border-color: #0a2f79;
  color: #fff;
}

.fgrid {
  *zoom: 1;
}
.fgrid:before, .fgrid:after {
  content: " ";
  display: table;
}
.fgrid:after {
  clear: both;
}
.fgrid fieldset {
  float: left;
  width: 100%;
  margin-bottom: 2.25rem;
  padding-right: 1.5rem;
}
.fgrid fieldset label {
  display: inline-block;
}
.fgrid section,
.fgrid .form_section {
  float: left;
  width: 100%;
}
.fgrid .fgrid-no-padding {
  padding-right: 0;
}
.fgrid .fgrid-col-1, .fgrid .fgrid-col-2, .fgrid .fgrid-col-3, .fgrid .fgrid-col-4, .fgrid .fgrid-col-5, .fgrid .fgrid-col-6, .fgrid .fgrid-col-7, .fgrid .fgrid-col-8, .fgrid .fgrid-col-9, .fgrid .fgrid-col-10, .fgrid .fgrid-col-11, .fgrid .fgrid-col-12 {
  width: 100%;
}
@media all and (min-width: 550px) {
  .fgrid .fgrid-col-1, .fgrid .fgrid-col-2, .fgrid .fgrid-col-3 {
    width: 25%;
  }
  .fgrid .fgrid-col-4, .fgrid .fgrid-col-5, .fgrid .fgrid-col-6, .fgrid .fgrid-col-7 {
    width: 50%;
  }
  .fgrid .fgrid-col-8, .fgrid .fgrid-col-9, .fgrid .fgrid-col-10, .fgrid .fgrid-col-11, .fgrid .fgrid-col-12 {
    width: 100%;
  }
}
@media all and (min-width: 900px) {
  .fgrid .fgrid-col-1 {
    width: 8.33333%;
  }
  .fgrid .fgrid-col-2 {
    width: 16.66667%;
  }
  .fgrid .fgrid-col-5 {
    width: 41.66667%;
  }
  .fgrid .fgrid-col-7 {
    width: 58.33333%;
  }
  .fgrid .fgrid-col-10 {
    width: 83.33333%;
  }
  .fgrid .fgrid-col-11 {
    width: 91.66667%;
  }
  .fgrid .fgrid-col-12 {
    width: 100%;
  }
  .fgrid .fgrid-col-9 {
    width: 75%;
  }
  .fgrid .fgrid-col-8 {
    width: 66.6666666667%;
  }
  .fgrid .fgrid-col-6 {
    width: 50%;
  }
  .fgrid .fgrid-col-4 {
    width: 33.3333333333%;
  }
  .fgrid .fgrid-col-3 {
    width: 25%;
  }
}
.fgrid .fgrid-no-label {
  margin-top: 2.2rem;
}
.fgrid .fgrid-note {
  float: left;
  padding-left: 0.75rem;
  font-size: 1.2rem;
  line-height: 1;
  color: rgb(89.0909090909, 78.9090909091, 81.4545454545);
}

label.req, label.required {
  font-weight: 700;
}
label em,
label .label-error {
  margin-left: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  color: rgb(75.5681818182, 66.9318181818, 69.0909090909);
}
label .label-error {
  color: #f42434;
}

button,
input[type=submit],
input[type=reset],
fieldset input[type=text],
fieldset input[type=password],
fieldset input[type=email],
fieldset input[type=number],
fieldset input[type=tel],
fieldset input[type=url],
fieldset input[type=search],
fieldset input[type=date],
fieldset textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
textarea,
select {
  width: 100%;
  height: 4.2rem;
  padding: 0 1rem;
  border: 1px solid #231f20;
  border-radius: 0;
  font-family: sans-serif;
  font-size: 1.6rem;
}
input[type=text].error,
input[type=email].error,
input[type=password].error,
input[type=number].error,
input[type=search].error,
textarea.error,
select.error {
  border-color: #f42434;
}
input[type=text].error ~ label,
input[type=email].error ~ label,
input[type=password].error ~ label,
input[type=number].error ~ label,
input[type=search].error ~ label,
textarea.error ~ label,
select.error ~ label {
  color: #f42434;
}
input[type=text].required ~ label, input[type=text].req ~ label,
input[type=email].required ~ label,
input[type=email].req ~ label,
input[type=password].required ~ label,
input[type=password].req ~ label,
input[type=number].required ~ label,
input[type=number].req ~ label,
input[type=search].required ~ label,
input[type=search].req ~ label,
textarea.required ~ label,
textarea.req ~ label,
select.required ~ label,
select.req ~ label {
  font-weight: 700;
}
input[type=text].required ~ label:after, input[type=text].req ~ label:after,
input[type=email].required ~ label:after,
input[type=email].req ~ label:after,
input[type=password].required ~ label:after,
input[type=password].req ~ label:after,
input[type=number].required ~ label:after,
input[type=number].req ~ label:after,
input[type=search].required ~ label:after,
input[type=search].req ~ label:after,
textarea.required ~ label:after,
textarea.req ~ label:after,
select.required ~ label:after,
select.req ~ label:after {
  content: "✱";
  margin-left: 0.75rem;
}

textarea {
  height: auto;
  line-height: 1.5;
  padding: 0.75rem;
}

.fgrid-float-label {
  position: relative;
}
.fgrid-float-label label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.6rem 0.5rem;
  line-height: 3rem;
  color: rgb(190.1818181818, 181.8181818182, 183.9090909091);
  transition: all 0.15s ease;
}
.fgrid-float-label textarea ~ label {
  padding-top: 0;
}
.fgrid-float-label input[type=text],
.fgrid-float-label input[type=email],
.fgrid-float-label input[type=password],
.fgrid-float-label input[type=number],
.fgrid-float-label input[type=search],
.fgrid-float-label select {
  padding: 0.9rem 0.5rem 0.1rem;
}
.fgrid-float-label textarea {
  float: left;
  padding-top: 1.3rem;
  resize: none;
}
.fgrid-float-label input.filled ~ label,
.fgrid-float-label input:focus ~ label,
.fgrid-float-label textarea.filled ~ label,
.fgrid-float-label textarea:focus ~ label,
.fgrid-float-label select.filled ~ label,
.fgrid-float-label select:focus ~ label {
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 0.3rem 0.5rem 0;
}

.field_note {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.25;
  display: inline-block;
  font-style: italic;
}

.file-preview {
  position: relative;
  height: 150px;
}
.file-preview input {
  position: absolute;
  z-index: -1;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
}
.file-preview label {
  position: relative;
  display: inline-block;
  float: left;
  width: 150px;
  cursor: pointer;
  border: 1px solid #231f20;
}
.file-preview[data-file-type=pdf] label {
  width: 115px;
}
.file-preview.no-file label:after {
  content: "No Image Provided";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-align: center;
  font-weight: 300;
  font-size: 2rem;
}
.file-preview[data-file-type=pdf].no-file label:after {
  content: "No PDF Provided";
}
.file-preview input:focus + label,
.file-preview label:hover {
  background-color: #e6e6e6;
}
.file-preview input:focus + label {
  outline: 1px dotted #231f20;
  outline: -webkit-focus-ring-color auto 5px;
}
.file-preview label .photo,
.file-preview label .image {
  float: left;
  width: 150px;
  height: 150px;
}
.file-preview[data-file-type=pdf] label .photo, .file-preview[data-file-type=pdf] label .image {
  width: 115px;
}
.file-preview label .photo img,
.file-preview label .image img {
  float: left;
  width: 100%;
}
.file-preview label .photo span,
.file-preview label .image span {
  width: 100%;
  height: 100%;
  line-height: 130px;
  text-align: center;
  font-size: 8rem;
}
.file-preview label .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #231f20;
  background-color: rgba(35, 31, 32, 0.3);
  color: #fff;
}
.file-preview label.req .text:after,
.file-preview label.required .text:after {
  content: "✱";
  margin-left: 0.3rem;
}
.file-preview-options {
  position: relative;
  float: left;
  height: 100%;
  margin-left: 1rem;
  font-size: 1.3rem;
  white-space: nowrap;
}
.file-preview-options-specs {
  padding-left: 2rem;
  list-style: disc;
}
.file-preview-options-actions {
  position: absolute;
  bottom: 0;
  left: 0;
}
.file-preview-options-actions .md {
  width: 1.95rem;
  height: 1.95rem;
  line-height: 1.95rem;
  vertical-align: middle;
}
.file-preview.error label {
  border-color: #f42434;
}
.file-preview.error label .text {
  color: #f42434;
}
.file-preview .label-error {
  float: left;
  clear: both;
  color: #f42434;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: normal;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}
#cboxContent #cboxClose {
  color: #fff;
  bottom: 100%;
  right: 0;
  width: 4rem;
  height: 3.5rem;
  font-size: 3rem;
  text-align: center;
  background-color: transparent;
}
#cboxContent #cboxClose:hover, #cboxContent #cboxClose:focus, #cboxContent #cboxClose:active {
  box-shadow: none;
  color: #e6e6e6;
}
#cboxContent #cboxTitle {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  padding: 0.5rem 5rem 0 1rem;
  background-color: #231f20;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 300;
  border-radius: 0.3rem 0.3rem 0 0;
  line-height: 3.2rem;
  max-height: 70px;
  min-height: 30px;
}
#cboxContent #cboxPrevious,
#cboxContent #cboxNext,
#cboxContent #cboxSlideshow {
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  top: -20px;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #fff;
  border: 1px solid #000;
}

#cboxLoadedContent p {
  padding: 1rem;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

.cms-gallery-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
.cms-gallery-list li {
  display: inline-block;
  width: 100px;
  margin: 0;
  cursor: pointer;
}
.cms-gallery-list li img {
  max-width: 100%;
}
@media all and (min-width: 900px) {
  .cms-gallery-list {
    text-align: left;
  }
}

.cms-map {
  position: relative;
  width: 100%;
  max-height: 600px;
}
.cms-map:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.cms-map-map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cms-map-info {
  display: none;
}

.cms-slider {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 0.3rem;
}
.cms-slider img {
  max-width: 100%;
}
.cms-slider-item {
  text-align: center;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-loading .slick-list {
  background: #fff url("/images/body/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 9999;
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  margin-top: -2rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev::-moz-focus-inner,
.slick-next::-moz-focus-inner {
  border: 0;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev::-moz-focus-inner,
.slick-next::-moz-focus-inner {
  border: 0;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  background-color: #aaa;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Material Icons";
  font-size: 3rem;
  line-height: 4rem;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: #d9d9d9;
  border-radius: 100%;
}

.slick-prev {
  left: 1rem;
}
[dir=rtl] .slick-prev {
  right: 1rem;
  left: auto;
}
[dir=rtl] .slick-prev:before {
  content: "\e5cc";
}
.slick-prev:before {
  content: "\e5cb";
}

.slick-next {
  right: 1rem;
}
[dir=rtl] .slick-next {
  right: auto;
  left: 1rem;
}
[dir=rtl] .slick-next:before {
  content: "\e5cb";
}
.slick-next:before {
  content: "\e5cc";
}

.slick-slider {
  padding: 1rem;
  padding-bottom: calc(1rem + 30px);
}

.slick-dots {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 0;
  cursor: pointer;
}
.slick-dots li button::-moz-focus-inner {
  border: 0;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background-color: #999;
  border-radius: 100%;
  transition: background-color 0.1s;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #000;
  opacity: 0.75;
  outline: none;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: #000;
}

.cms-tabs {
  position: relative;
}

.cms-tabs-top {
  position: relative;
  overflow-x: scroll;
  width: 100%;
  overflow: auto;
  display: none;
}
@media all and (min-width: 900px) {
  .cms-tabs-top {
    display: flex;
  }
}
.cms-tabs-top button {
  border: none;
  background: transparent;
  padding: 0;
  margin-right: 0.75rem;
  height: 6rem;
  max-width: 15.2rem;
  flex: 0 0 15.2rem;
  cursor: pointer;
}
.cms-tabs-top button span {
  position: relative;
  text-align: left;
  height: 100%;
  width: 100%;
  min-height: 6rem;
  display: flex;
  align-items: flex-end;
  line-height: 1.125;
  padding: 0.75rem 1.5rem 0.75rem 2rem;
  border: none;
  border-width: 1px 0 1px 1px;
  background-color: #231f20;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.1s;
}
.cms-tabs-top button span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 4rem solid #fff;
  border-right: 2rem solid transparent;
}
.cms-tabs-top button:last-child {
  margin-right: 0;
}
.cms-tabs-top button:hover span, .cms-tabs-top button:focus span, .cms-tabs-top button:active span {
  background-color: #1155da;
}

@media print {
  .cms-tabs-top {
    display: none !important;
  }
}
@media screen and (min-width: 900px) {
  .tabs_mobile {
    display: none;
  }
}
@media print {
  .tabs_mobile {
    display: block !important;
  }
}
@media all and (max-width: 900px) {
  .tabs_desktop {
    display: none;
  }
}
.cms-tabs-bottom {
  float: left;
  width: 100%;
  background-color: #fff;
  padding-right: 2rem;
}
.cms-tabs-bottom-tab {
  display: none;
  padding: 1.5rem 0 0 0;
}
.cms-tabs-bottom-tab.active {
  display: block;
}
.cms-tabs-bottom-tab.active_mobile {
  display: block;
}
.cms-tabs-bottom .tab_title_mobile {
  border-top: 3px black solid;
  padding: 30px 0 10px 0;
  font-weight: bold;
  font-size: 20px;
}
@media print {
  .cms-tabs-bottom .tabs_mobile {
    display: block !important;
  }
  .cms-tabs-bottom .tab_title_mobile {
    display: block !important;
    border-top: none;
    border-bottom: solid 3px black;
    padding: 10px 0 10px 0;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .cms-tabs-bottom strong {
    font-weight: normal;
  }
}

@media print {
  .tabs_mobile {
    display: block !important;
  }
  .tabs_desktop {
    display: none !important;
  }
}
.cms-toggle-item {
  position: relative;
  margin-bottom: 0.5rem;
  padding: 1rem 4.2rem 1rem 1rem;
  border: 1px solid #d9d9d9;
  background-color: #f5f5f5;
  transition: background-color 0.1s;
}
.cms-toggle-item.active {
  background-color: #fff;
}
.cms-toggle-item:last-of-type {
  margin-bottom: 0;
}
.cms-toggle-item-title {
  cursor: pointer;
}
.cms-toggle-item-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d9d9d9;
  padding: 0.5rem;
  height: 3.2rem;
  width: 3.2rem;
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  display: block;
  text-align: center;
  cursor: pointer;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cms-toggle-item-toggle .material-icons {
  display: inline-block;
  font-size: 1.6rem;
  height: 100%;
  line-height: 1.125;
}
.active .cms-toggle-item-toggle .material-icons {
  transform: rotate(180deg);
}
.cms-toggle-item-content {
  display: none;
}
.active .cms-toggle-item-content {
  display: block;
}

.cms-video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
}
.cms-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cms-blurb-wrapper {
  position: relative;
  background-color: #231f20;
  color: #fff;
  padding: 0;
  min-height: 20rem;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 550px) {
  .cms-blurb-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.cms-blurb-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 10rem solid #fff;
  border-right: 4.5rem solid transparent;
}
@media all and (min-width: 550px) {
  .cms-blurb-wrapper:before {
    border-top-width: 15rem;
    border-right-width: 7.5rem;
  }
}

.cms-blurb-img {
  order: 1;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100%;
}
.cms-blurb-img img {
  width: 100%;
}
@media all and (min-width: 550px) {
  .cms-blurb-img {
    width: 30rem;
    min-height: 30rem;
    flex: 0 0 30rem;
    padding: 0;
  }
}

.cms-blurb-text {
  position: relative;
  padding: 10rem 6rem 6rem 6rem;
  font-family: "Montserrat", sans-serif;
}
@media all and (min-width: 550px) {
  .cms-blurb-text {
    padding: 15rem 4.5rem 4.5rem 4.5rem;
  }
}
.cms-blurb-text h2, .cms-blurb-text h3 {
  font-family: "Ruda", sans-serif;
  line-height: 1;
  margin: 0;
  color: #fff;
  font-size: 5.25rem;
  text-transform: lowercase;
}
.cms-blurb-text h2, .cms-blurb-text h3 {
  font-size: 2.1rem;
}
@media screen and (min-width: 32rem) {
  .cms-blurb-text h2, .cms-blurb-text h3 {
    font-size: calc(2.1rem + 3.15 * (100vw - 32rem) / 88);
  }
}
@media screen and (min-width: 120rem) {
  .cms-blurb-text h2, .cms-blurb-text h3 {
    font-size: 5.25rem;
  }
}
.cms-blurb-text h2 + p, .cms-blurb-text h3 + p {
  margin-top: 0;
}

@media all and (min-width: 550px) {
  .cms-column .cms-module-blurb {
    width: 50%;
  }
}
@media all and (min-width: 900px) {
  .cms-column .cms-module-blurb {
    width: 100%;
  }
}
.cms-column .cms-module-blurb .cms-blurb-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4.5rem;
}
.cms-column .cms-module-blurb .cms-blurb-img {
  order: -1;
  width: 10rem;
  height: 10rem;
  min-height: auto;
  flex: 0 0 auto;
  padding: 0;
  margin-left: 3rem;
}
.cms-column .cms-module-blurb .cms-blurb-text {
  padding-top: 3rem;
  padding-bottom: 4.5rem;
}

.cms-column .cms-module-3.cms-module-blurb,
.cms-column .cms-module-4.cms-module-blurb,
.cms-page-columns-2 .cms-main .cms-module-3.cms-module-blurb,
.cms-page-columns-2 .cms-main .cms-module-4.cms-module-blurb,
.cms-page-columns-2 .cms-main .cms-module-6.cms-module-blurb {
  width: 100%;
}
@media all and (min-width: 550px) {
  .cms-column .cms-module-3.cms-module-blurb,
  .cms-column .cms-module-4.cms-module-blurb,
  .cms-page-columns-2 .cms-main .cms-module-3.cms-module-blurb,
  .cms-page-columns-2 .cms-main .cms-module-4.cms-module-blurb,
  .cms-page-columns-2 .cms-main .cms-module-6.cms-module-blurb {
    width: 50%;
  }
}
.cms-column .cms-module-3 .cms-blurb-wrapper,
.cms-column .cms-module-4 .cms-blurb-wrapper,
.cms-page-columns-2 .cms-main .cms-module-3 .cms-blurb-wrapper,
.cms-page-columns-2 .cms-main .cms-module-4 .cms-blurb-wrapper,
.cms-page-columns-2 .cms-main .cms-module-6 .cms-blurb-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4.5rem;
}
.cms-column .cms-module-3 .cms-blurb-img,
.cms-column .cms-module-4 .cms-blurb-img,
.cms-page-columns-2 .cms-main .cms-module-3 .cms-blurb-img,
.cms-page-columns-2 .cms-main .cms-module-4 .cms-blurb-img,
.cms-page-columns-2 .cms-main .cms-module-6 .cms-blurb-img {
  order: -1;
  width: 10rem;
  height: 10rem;
  min-height: auto;
  flex: 0 0 auto;
  padding: 0;
  margin-left: 3rem;
}
.cms-column .cms-module-3 .cms-blurb-text,
.cms-column .cms-module-4 .cms-blurb-text,
.cms-page-columns-2 .cms-main .cms-module-3 .cms-blurb-text,
.cms-page-columns-2 .cms-main .cms-module-4 .cms-blurb-text,
.cms-page-columns-2 .cms-main .cms-module-6 .cms-blurb-text {
  padding-top: 3rem;
  padding-bottom: 4.5rem;
}

.cms-link-image {
  position: relative;
  background-color: #231f20;
  color: #fff;
  padding: 0;
  width: 100%;
  min-height: 20rem;
  height: 100%;
  text-decoration: none;
  font-weight: 400;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: background-color 200ms ease-in-out;
}
@media all and (min-width: 550px) {
  .cms-link-image {
    flex-direction: row;
    justify-content: space-between;
  }
}
.cms-link-image:hover, .cms-link-image:focus, .cms-link-image:active {
  color: #fff;
  background-color: #1155da;
}
.cms-link-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 15rem solid #fff;
  border-right: 7.5rem solid transparent;
}

.cms-link-img {
  order: 1;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100%;
}
.cms-link-img img {
  width: 100%;
  display: block;
}
@media all and (min-width: 550px) {
  .cms-link-img {
    width: calc(50% + 1rem);
    min-height: 30rem;
    flex: 0 0 calc(50% + 1rem);
    padding: 0;
  }
}
@media all and (min-width: 900px) {
  .cms-link-img {
    width: calc(50% + 0.3rem);
    flex: 0 0 calc(50% + 0.3rem);
  }
}

.cms-module-linked_img {
  display: flex;
}

.cms-module-6 .cms-link-image-link .cms-link-img {
  margin-top: 12rem;
  padding-top: 0;
}
@media all and (min-width: 550px) {
  .cms-module-6 .cms-link-image-link .cms-link-img {
    margin-top: 0;
    min-height: 20rem;
  }
}
.cms-module-6 .cms-link-image-link .cms-link-text {
  text-transform: uppercase;
  padding: 4rem 3.5rem 0 8rem;
}
@media all and (min-width: 550px) {
  .cms-module-6 .cms-link-image-link .cms-link-text {
    width: 50%;
    min-width: 250px;
  }
}

.cms-link-image-box {
  width: 100%;
}

.cms-link-image-news {
  display: flex;
  flex-wrap: wrap;
}

.cms-link-text {
  position: relative;
  padding: 15rem 4.5rem 0 4.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  width: 100%;
  float: left;
}
.cms-link-text h2, .cms-link-text h3 {
  font-family: "Ruda", sans-serif;
  line-height: 1;
  margin: 0;
  color: #fff;
  font-size: 5.25rem;
  text-transform: lowercase;
}
.cms-link-text h2, .cms-link-text h3 {
  font-size: 2.1rem;
}
@media screen and (min-width: 32rem) {
  .cms-link-text h2, .cms-link-text h3 {
    font-size: calc(2.1rem + 3.15 * (100vw - 32rem) / 88);
  }
}
@media screen and (min-width: 120rem) {
  .cms-link-text h2, .cms-link-text h3 {
    font-size: 5.25rem;
  }
}
.cms-link-text h2 + p, .cms-link-text h3 + p {
  margin-top: 0;
}

.cms-link-date {
  position: relative;
  padding: 1rem 4.5rem 4.5rem 4.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  float: left;
}

@media all and (min-width: 550px) {
  .cms-column .cms-module-linked_img {
    width: 50%;
  }
}
@media all and (min-width: 900px) {
  .cms-column .cms-module-linked_img {
    width: 100%;
  }
}
.cms-column .cms-module-linked_img .cms-link-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2.5rem;
}
.cms-column .cms-module-linked_img .cms-link-img {
  order: -1;
  width: 10rem;
  height: 10rem;
  min-height: auto;
  flex: 0 0 auto;
  padding: 0;
  margin-left: 3rem;
}
.cms-column .cms-module-linked_img .cms-link-text {
  padding-top: 0;
  padding-bottom: 3rem;
}

.cms-module-3,
.cms-module-4 {
  width: 100%;
}
@media all and (min-width: 550px) {
  .cms-module-3,
  .cms-module-4 {
    width: 50%;
  }
}
.cms-module-3 .cms-link-image,
.cms-module-4 .cms-link-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3rem;
  height: 100%;
  justify-content: flex-start;
}
.cms-module-3 .cms-link-img,
.cms-module-4 .cms-link-img {
  order: -1;
  width: 10rem;
  height: 10rem;
  min-height: auto;
  flex: 0 0 auto;
  padding: 0;
  margin-left: 3rem;
}
.cms-module-3 .cms-link-text,
.cms-module-4 .cms-link-text {
  padding-top: 2rem;
}
.cms-module-3 .cms-link-image-link .cms-link-text,
.cms-module-4 .cms-link-image-link .cms-link-text {
  width: 100%;
  text-transform: uppercase;
  padding: 4rem 3.5rem 4.5rem 3.5rem;
}

@media all and (min-width: 900px) {
  .cms-module-3 {
    width: 25%;
  }
  .cms-module-4 {
    width: 33.33333%;
  }
}
.cms-page-columns-2 .cms-main .cms-module-3.cms-module-linked_img,
.cms-page-columns-2 .cms-main .cms-module-4.cms-module-linked_img,
.cms-page-columns-2 .cms-main .cms-module-6.cms-module-linked_img {
  width: 100%;
}
@media all and (min-width: 550px) {
  .cms-page-columns-2 .cms-main .cms-module-3.cms-module-linked_img,
  .cms-page-columns-2 .cms-main .cms-module-4.cms-module-linked_img,
  .cms-page-columns-2 .cms-main .cms-module-6.cms-module-linked_img {
    width: 50%;
  }
}
.cms-page-columns-2 .cms-main .cms-module-3 .cms-link-image,
.cms-page-columns-2 .cms-main .cms-module-4 .cms-link-image,
.cms-page-columns-2 .cms-main .cms-module-6 .cms-link-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2.5rem;
}
.cms-page-columns-2 .cms-main .cms-module-3 .cms-link-image .cms-link-info,
.cms-page-columns-2 .cms-main .cms-module-4 .cms-link-image .cms-link-info,
.cms-page-columns-2 .cms-main .cms-module-6 .cms-link-image .cms-link-info {
  margin-top: 2rem;
  width: 100%;
}
.cms-page-columns-2 .cms-main .cms-module-3 .cms-link-img,
.cms-page-columns-2 .cms-main .cms-module-4 .cms-link-img,
.cms-page-columns-2 .cms-main .cms-module-6 .cms-link-img {
  order: -1;
  width: 10rem;
  height: 10rem;
  min-height: auto;
  flex: 0 0 auto;
  padding: 0;
  margin-left: 3rem;
}
.cms-page-columns-2 .cms-main .cms-module-3 .cms-link-text,
.cms-page-columns-2 .cms-main .cms-module-4 .cms-link-text,
.cms-page-columns-2 .cms-main .cms-module-6 .cms-link-text {
  padding-top: 0rem;
  padding-bottom: 3rem;
}

@media all and (min-width: 550px) {
  .cms-page-columns-0 .cms-module-5.cms-module-linked_img,
  .cms-page-columns-0 .cms-module-6.cms-module-linked_img,
  .cms-page-columns-0 .cms-module-8.cms-module-linked_img,
  .cms-page-columns-0 .cms-module-9.cms-module-linked_img {
    width: 100%;
  }
}
@media all and (min-width: 900px) {
  .cms-page-columns-0 .cms-module-5.cms-module-linked_img,
  .cms-page-columns-0 .cms-module-6.cms-module-linked_img,
  .cms-page-columns-0 .cms-module-8.cms-module-linked_img,
  .cms-page-columns-0 .cms-module-9.cms-module-linked_img {
    width: 50%;
  }
}

.cms-main .cms-module-12.cms-module-linked_img .cms-link-image-link .cms-link-image {
  display: flex;
  flex-direction: column;
}
.cms-main .cms-module-12.cms-module-linked_img .cms-link-image-link .cms-link-image:before {
  content: none;
}
.cms-main .cms-module-12.cms-module-linked_img .cms-link-image-link .cms-link-image .cms-link-img {
  order: 0;
  width: 100%;
  flex: 0 0 auto;
  padding-top: 0;
}
.cms-main .cms-module-12.cms-module-linked_img .cms-link-image-link .cms-link-image .cms-link-text {
  padding: 1.5rem 3rem 3rem 3rem;
}

.cms-timeline {
  position: relative;
  margin: 1rem 0;
  padding: 0 1rem;
}
.cms-timeline:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  background-color: #231f20;
}

.cms-timeline-item {
  position: relative;
  margin-bottom: 2rem;
  padding: 1.2rem;
  border-top: 2px solid #231f20;
}
.cms-timeline-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #231f20;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.cms-timeline-item-title {
  font-size: 1.8rem;
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.cms-timeline-contain:last-of-type .cms-timeline-item {
  border-bottom-width: 2px;
}

@media all and (min-width: 550px) {
  .cms-timeline:after {
    left: 50%;
  }
  .cms-timeline-item {
    width: 50%;
  }
  .cms-timeline-contain:nth-child(odd) .cms-timeline-item {
    float: left;
    text-align: right;
  }
  .cms-timeline-contain:nth-child(odd) .cms-timeline-item:before {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
  }
  .cms-timeline-contain:nth-child(even) .cms-timeline-item {
    float: right;
  }
}
.search_section {
  background-color: #231f20;
  color: #fff;
  max-height: 0;
  transition: all 500ms ease-in-out;
}
.search_section .search_container {
  padding: 3rem 2rem;
}
@media all and (min-width: 550px) {
  .search_section .search_container {
    padding-right: 0;
  }
}
@media all and (min-width: 1211px ) {
  .search_section .search_container {
    padding: 3rem 0;
  }
}
.search_section.show_search {
  max-height: 15rem;
}

#search_form,
.search_container {
  display: flex;
  width: 100%;
  opacity: 0;
  transition: opacity 600ms ease-in-out;
}
.show_search #search_form,
.show_search .search_container {
  opacity: 1;
}

#search_input {
  border: none;
  background-color: #fff;
  padding: 1.5rem;
  height: auto;
  font-size: 1.6rem;
}

#btn_search {
  border: none;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  background-color: #1155da;
  padding: 1.5rem 2rem;
}
@media all and (min-width: 550px) {
  #btn_search {
    padding: 1.5rem 3rem;
    margin-left: 1.5rem;
  }
}

#search_close {
  font-family: "Material Icons";
  border: none;
  background-color: #231f20;
  color: #fff;
  cursor: pointer;
  display: none;
}
@media all and (min-width: 550px) {
  #search_close {
    display: inline-block;
  }
}
#search_close .material-icons {
  font-size: 4.5rem;
  line-height: 1;
}

.cmskey_search .search {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cmskey_search .search-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 620px;
}
.cmskey_search .search-item-head {
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 10px;
}
.cmskey_search .search-item-head-img {
  grid-row: 1/span 2;
  align-self: center;
  position: relative;
  height: 0;
  padding-top: 100%;
  background-color: #eee;
  border-radius: 8px;
}
.cmskey_search .search-item-head-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 20px;
}
.cmskey_search .search-item-head-img img.search-img-error {
  padding: 1px;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj48ZGVmcy8+PHBhdGggZmlsbD0iIzY4NzM4MSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMS42NjQgNy44NzdBOC42MTcgOC42MTcgMCAwMDEuNCAxMGMwIC43MzMuMDkyIDEuNDQ0LjI2NCAyLjEyM2g0LjQzOEEyMS45NDkgMjEuOTQ5IDAgMDE2IDEwYzAtLjczLjAzNS0xLjQ0LjEwMi0yLjEyM0gxLjY2NHptLjQ4OC0xLjRoNC4xMzZjLjM2LTIuMTE1IDEuMDM2LTMuODUgMS44ODktNC44ODNhOC42MTYgOC42MTYgMCAwMC02LjAyNSA0Ljg4M3ptNS4zNTcgMS40QTIwLjQ3IDIwLjQ3IDAgMDA3LjQgMTBjMCAuNzM4LjAzOCAxLjQ0OS4xMDkgMi4xMjNoNC45ODJjLjA3LS42NzQuMTA5LTEuMzg1LjEwOS0yLjEyMyAwLS43MzgtLjAzOC0xLjQ0OS0uMTA5LTIuMTIzSDcuNTF6bTQuNzgxLTEuNEg3LjcxYy4xODQtLjk5OC40NDMtMS44ODEuNzUtMi42MDcuMzItLjc1Mi42NjItMS4yNy45NzItMS41OC4zMDQtLjMwMy40OTUtLjMzMi41NjgtLjMzMi4wNzMgMCAuMjY0LjAyOS41NjguMzMzLjMxLjMxLjY1My44MjcuOTcxIDEuNTc5LjMwOC43MjYuNTY2IDEuNjA5Ljc1MSAyLjYwN3ptMS42MDkgMS40QzEzLjk2NSA4LjU2IDE0IDkuMjcgMTQgMTBjMCAuNzMtLjAzNSAxLjQ0LS4xMDEgMi4xMjNoNC40MzdjLjE3Mi0uNjguMjY0LTEuMzkuMjY0LTIuMTIzIDAtLjczMy0uMDkyLTEuNDQ0LS4yNjQtMi4xMjNoLTQuNDM3em0zLjk0OS0xLjRoLTQuMTM2Yy0uMzYtMi4xMTUtMS4wMzYtMy44NS0xLjg4OS00Ljg4M2E4LjYxNiA4LjYxNiAwIDAxNi4wMjUgNC44ODN6bS05LjY3MSAxMS45M2E4LjYxNiA4LjYxNiAwIDAxLTYuMDI1LTQuODg0aDQuMTM2Yy4zNiAyLjExNSAxLjAzNiAzLjg1IDEuODg5IDQuODgzem0uMjg0LTIuMjc3Yy0uMzA4LS43MjYtLjU2Ny0xLjYwOS0uNzUxLTIuNjA3aDQuNThjLS4xODQuOTk4LS40NDMgMS44ODEtLjc1IDIuNjA3LS4zMi43NTItLjY2MiAxLjI3LS45NzIgMS41OC0uMzA0LjMwMy0uNDk1LjMzMi0uNTY4LjMzMi0uMDczIDAtLjI2NC0uMDMtLjU2OC0uMzMzLS4zMS0uMzEtLjY1My0uODI3LS45NzEtMS41Nzl6bTMuMzYyIDIuMjc2Yy44NTMtMS4wMzMgMS41MjktMi43NjggMS44OS00Ljg4M2g0LjEzNWE4LjYxNiA4LjYxNiAwIDAxLTYuMDI1IDQuODgzek0wIDEwQzAgNC40NzcgNC40NzcgMCAxMCAwczEwIDQuNDc3IDEwIDEwLTQuNDc3IDEwLTEwIDEwUzAgMTUuNTIzIDAgMTB6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
}
.cmskey_search .search-item-head-name {
  font-size: 1.4rem;
  line-height: 1;
}
.cmskey_search .search-item-head-path {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.3rem;
}
.cmskey_search .search-item-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.cmskey_search .search-item-body-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.8rem;
}
.cmskey_search .search-item-body-title a {
  text-decoration: none;
}
.cmskey_search .search-item-body-title a:hover, .cmskey_search .search-item-body-title a:focus, .cmskey_search .search-item-body-title a:active {
  text-decoration: underline;
}
.cmskey_search .search-item-body-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.cmskey_search .search-item-cluster {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .cmskey_search .search-item-cluster {
    display: grid;
    grid-template-columns: 240px 240px;
    column-gap: 20px;
    row-gap: 10px;
    padding-top: 10px;
  }
}
.cmskey_search .search-item-cluster-item {
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}
.cmskey_search .search-item-cluster-item:last-child {
  border-bottom-width: 0;
}
@media (min-width: 900px) {
  .cmskey_search .search-item-cluster-item {
    padding: 0;
    border-bottom-width: 0;
  }
}
.cmskey_search .search-item-cluster-item-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.cmskey_search .search-item-cluster-item-title a {
  text-decoration: none;
}
.cmskey_search .search-item-cluster-item-title a:hover, .cmskey_search .search-item-cluster-item-title a:focus, .cmskey_search .search-item-cluster-item-title a:active {
  text-decoration: underline;
}
@media (min-width: 900px) {
  .cmskey_search .search-item-cluster-item-title {
    font-size: 1.6rem;
  }
}
.cmskey_search .search-item-cluster-item-text {
  display: none;
}
@media (min-width: 900px) {
  .cmskey_search .search-item-cluster-item-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2rem;
  }
}
.cmskey_search .search-paging {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 620px;
}
