@charset "UTF-8";
/*!
Theme Name: HHR
Theme URI: http://underscores.me/
Author: Lane Waterman
Author URI: http://www.emsquared-inc.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hhr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

HHR is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
	## Lists
	## Tables
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Structure
	## Header
	## Logo and Identity
	## Posts and pages
	## Content
	## Comments
	## Footer
	## Tags
	## Social sharing
# Infinite scroll
# Media
	## Captions
	## Galleries
# Grid
# Media Queries
--------------------------------------------------------------*/
/**
*  Clearfix
*  http://blog.teamtreehouse.com/a-better-clearfix-with-sass
*/
.archive.category-people .centered-box:after, #people-wrapper:after, .rpbt_shortcode:after,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  content: "";
  display: table;
  clear: both;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #231F20;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6,
.sub-heading {
  clear: both;
  font-family: "Montserrat", sans-serif;
  color: #5B6670;
  font-weight: 700;
}

.entry-title {
  font-weight: 200;
}

.kc-video-bg h1,
.full-screen-video-content h1 {
  font-weight: 200;
  font-size: 8vw;
  line-height: 1;
  color: #fff;
  margin-top: 0;
}

.page-header,
.content-area:not(.category-page) .entry-header {
  background-color: #dbd9d6;
  padding: 15px 0;
  font-weight: 200;
}
.page-header h1,
.content-area:not(.category-page) .entry-header h1 {
  margin: 0;
  width: 100%;
  max-width: 1024px;
  padding-left: 4%;
  font-weight: 200;
}

.post-type-archive-news .entry-header.list {
  background-color: transparent;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: calc(30px + 6 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.home .kc-video-bg + section h2 {
  /* first section after video header */
  font-size: 38px;
  font-size: 2.375rem;
}
@media screen and (min-width: 992px) {
  .home .kc-video-bg + section h2 {
    font-size: calc(38px + 10 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  .home .kc-video-bg + section h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}
#home-footer h2 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}
@media screen and (min-width: 992px) {
  #home-footer h2 {
    font-size: calc(18px + 2 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  #home-footer h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page:not(.home) .content-area h2 {
  margin-bottom: 50px;
}

h3,
.news-container > .kc_title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  h3,
.news-container > .kc_title {
    font-size: calc(18px + 10 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  h3,
.news-container > .kc_title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.page:not(.home) .content-area h3 {
  margin-top: 45px;
  margin-bottom: 10px;
}

.post-type-archive-news h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
}
.post-type-archive-news article:first-child h2 {
  font-size: 36px;
  font-size: 2.25rem;
}
.post-type-archive-news.paged article:first-child h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.centered {
  text-align: center;
  margin: 0 auto;
  width: auto;
}

.home {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .home {
    font-size: calc(18px + 6 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  .home {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.home .kc-video-bg + section {
  /* first section after video header */
}
.home .kc-video-bg + section p {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .home .kc-video-bg + section p {
    font-size: calc(20px + 8 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  .home .kc-video-bg + section p {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  position: relative;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
.site-branding img {
  width: 100%;
  /* IE fix */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit].search-submit {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit].search-submit:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit].search-submit:active,
input[type=submit].search-submit:focus {
  border-color: #aaa #bbb #bbb;
}

a.kc_button,
a.kc_button.white,
input[type=submit] {
  background-color: #00609c;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
  margin-top: 22px;
  padding-right: 40px;
  padding-left: 40px;
}
.home a.kc_button,
.home a.kc_button.white,
.home input[type=submit] {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  .home a.kc_button,
.home a.kc_button.white,
.home input[type=submit] {
    font-size: calc(16px + 4 * (100vw - 576px) / 224);
  }
}
@media screen and (min-width: 800px) {
  .home a.kc_button,
.home a.kc_button.white,
.home input[type=submit] {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

input[type=submit].search-submit {
  margin-top: 0;
  padding: 0;
}

input[type=submit] {
  color: #fff;
  border: none;
  padding: 13px 30px;
}

a.kc_button,
input[type=submit] {
  overflow: hidden;
  max-width: 100%;
  white-space: normal;
}
a.kc_button:visited,
input[type=submit]:visited {
  color: #fff;
}
a.kc_button:hover,
input[type=submit]:hover {
  color: rgba(255, 255, 255, 0.7);
}

a.kc_button.white {
  background-color: #fff;
  color: #00609c;
}
a.kc_button.white:visited {
  color: #00609c;
}
a.kc_button.white:hover {
  color: rgba(0, 96, 156, 0.6);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

input:not([type=submit]):not(.search-field),
textarea {
  width: 100%;
  border: 1px solid #bbb;
  border-radius: 0;
  /* Firefox 18- */
  /* Firefox 19+ */
}
input:not([type=submit]):not(.search-field)::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbb;
}
input:not([type=submit]):not(.search-field):-moz-placeholder,
textarea:-moz-placeholder {
  color: #bbb;
}
input:not([type=submit]):not(.search-field)::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bbb;
}
input:not([type=submit]):not(.search-field):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbb;
}

.page-id-232 label {
  /* Contact page*/
  display: none;
}
.page-id-232 .wpcf7 p:last-of-type br {
  display: none;
}

.wpcf7 p {
  margin: 0;
}
.wpcf7 p:first-of-type br {
  display: none;
}

div.wpcf7 {
  background: #fff;
  padding: 3px;
  position: relative;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #00609c;
}
a:visited {
  color: #005f9a;
}
a:hover, a:focus, a:active {
  color: rgba(0, 96, 156, 0.6);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a[href*=".pdf"]:before {
  display: inline-block;
  content: url("images/icon_file_pdf.png");
  width: 48px;
  height: 48px;
  vertical-align: middle;
  padding-right: 10px;
}
.post-type-archive-news h2 a {
  color: #231F20;
  text-decoration: none;
}
.post-type-archive-news h2 a:hover, .post-type-archive-news h2 a:focus, .post-type-archive-news h2 a:active {
  text-decoration: underline;
  color: rgba(0, 96, 156, 0.6);
}

.read-more {
  color: #00609c;
  text-decoration: none;
  font-weight: 700;
}
.read-more:visited {
  color: #005f9b;
}
.read-more:hover {
  color: #00629f;
}
.read-more:after {
  content: "››";
  font-weight: 700;
  padding-left: 5px;
}
.category-people .read-more {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.post-type-archive-news .read-more {
  text-decoration: underline;
}
.news-container .read-more {
  position: absolute;
  bottom: 25px;
  right: 0;
}
.read-more + .read-more-1 {
  display: none;
}

a.img-50 {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navigation,
.menu-home-footer-social-container,
.footer-legal-menu {
  display: block;
}
.navigation ul,
.menu-home-footer-social-container ul,
.footer-legal-menu ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.navigation ul ul,
.menu-home-footer-social-container ul ul,
.footer-legal-menu ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  overflow: visible;
  white-space: nowrap;
}
.navigation ul ul li,
.menu-home-footer-social-container ul ul li,
.footer-legal-menu ul ul li {
  padding: 5px 15px;
  float: none;
}
.navigation ul ul ul,
.menu-home-footer-social-container ul ul ul,
.footer-legal-menu ul ul ul {
  left: -999em;
  top: 0;
}
.navigation ul ul li:hover > ul, .navigation ul ul li.focus > ul,
.menu-home-footer-social-container ul ul li:hover > ul,
.menu-home-footer-social-container ul ul li.focus > ul,
.footer-legal-menu ul ul li:hover > ul,
.footer-legal-menu ul ul li.focus > ul {
  left: 100%;
}
.navigation ul li:hover > ul,
.navigation ul li.focus > ul,
.menu-home-footer-social-container ul li:hover > ul,
.menu-home-footer-social-container ul li.focus > ul,
.footer-legal-menu ul li:hover > ul,
.footer-legal-menu ul li.focus > ul {
  left: auto;
}
.navigation li,
.menu-home-footer-social-container li,
.footer-legal-menu li {
  float: left;
  position: relative;
}
.navigation a,
.menu-home-footer-social-container a,
.footer-legal-menu a {
  display: block;
  text-decoration: none;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.post-type-archive-news .site-main .comment-navigation,
.post-type-archive-news .site-main .posts-navigation,
.post-type-archive-news .site-main .post-navigation {
  overflow: visible;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.main-navigation {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  float: left;
  margin-top: -7px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 6000;
}
@media screen and (min-width: 992px) {
  .main-navigation {
    font-size: calc(12px + 6 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.main-navigation li {
  margin-left: 24px;
}
.main-navigation li a {
  color: #00609c;
}
.main-navigation li a:hover {
  color: rgba(0, 96, 156, 0.65);
}
.main-navigation li.current_page_item a {
  color: #5B6670;
}
.main-navigation li.menu-item-has-children > a:after {
  content: url("images/icon_menu_parent.png");
  width: 11px;
  height: 7px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.main-navigation li ul {
  background: #fff;
}
.main-navigation li li {
  margin-left: 0;
  text-align: left;
}

.social-search-navigation {
  background: #dbd9d6;
  right: 0;
  left: 0;
  height: 55px;
  padding-top: 10px;
  padding-right: 4%;
  padding-left: 4%;
  font-size: 18px;
  font-size: 1.125rem;
  z-index: 600;
}
.social-search-navigation > .pull-right > * {
  float: left;
}
.social-search-navigation li {
  margin-right: 2px;
}
.social-search-navigation li a {
  display: inline-block;
  overflow: hidden;
  width: 34px;
  height: 34px;
  white-space: nowrap;
  text-indent: 1000px;
  background-image: url("images/icon_social.png");
  background-repeat: no-repeat;
}
.social-search-navigation li a:hover {
  opacity: 0.7;
}
.social-search-navigation a[href*=facebook],
.social-search-navigation a[href*="fb.me"] {
  background-position: -36px 0;
}
.social-search-navigation a[href*=twitter] {
  background-position: 0 0;
}
.social-search-navigation a[href*=mailto] {
  background-position: -73px 0;
}
.social-search-navigation a[href*=tel] {
  background-position: -111px 0;
}
.social-search-navigation a[href*=instagram] {
  background-position: -183px 0;
}
.social-search-navigation a[href*=linked] {
  background-position: -256px 0;
}
.social-search-navigation .widget_search:hover label {
  display: inline;
}
.social-search-navigation .widget_search label {
  display: none;
}
.social-search-navigation input.search-submit {
  display: inline-block;
  overflow: hidden;
  width: 34px;
  height: 34px;
  white-space: nowrap;
  text-indent: 1000px;
  background-image: url("images/icon_social.png");
  background-repeat: no-repeat;
  text-indent: 300%;
  background-position: -149px 0;
  border: none;
}

.menu-home-footer-social-container {
  height: 40px;
  margin-top: 20px;
}
.menu-home-footer-social-container li {
  margin-right: 10px;
}
.menu-home-footer-social-container li a {
  display: inline-block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  white-space: nowrap;
  text-indent: 1000px;
  background-image: url("images/icon_social.png");
  background-repeat: no-repeat;
}
.menu-home-footer-social-container li a[href*=facebook] {
  background-position: -40px -36px;
}
.menu-home-footer-social-container li a[href*=twitter] {
  background-position: 0 -36px;
}
.menu-home-footer-social-container li a[href*=mailto] {
  background-position: -80px -36px;
}
.menu-home-footer-social-container li a[href*=instagram] {
  background-position: -183px -36px;
}

#social-menu {
  display: block;
}

.menu-home-footer-page-menu-container ul,
.menu-practice-areas-menu-container ul {
  list-style: none;
  margin: 1em 0 1.5em;
  padding: 0;
}
.menu-home-footer-page-menu-container ul a,
.menu-practice-areas-menu-container ul a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.menu-home-footer-page-menu-container ul a:hover,
.menu-practice-areas-menu-container ul a:hover {
  color: #fff;
}
.tile-menu .menu-home-footer-page-menu-container ul a,
.tile-menu .menu-practice-areas-menu-container ul a {
  color: #fff;
}
.tile-menu .menu-home-footer-page-menu-container ul a:hover,
.tile-menu .menu-practice-areas-menu-container ul a:hover {
  color: rgba(255, 255, 255, 0.5);
}

#home-footer .menu-practice-areas-menu-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#home-footer .menu-practice-areas-menu-container li {
  white-space: nowrap;
  min-width: 260px;
}

.tile-menu {
  width: 100%;
  max-width: 935px;
  margin: 0 auto;
  clear: both;
}
.tile-menu ul {
  list-style: none;
  margin: 1em 0 1.5em;
  padding: 0;
}
.tile-menu li {
  background-color: #00609c;
  padding: 10px;
  margin-bottom: 25px;
  width: 100%;
  float: left;
  text-align: center;
  height: 100px;
  position: relative;
  min-width: 160px;
}
.tile-menu li:after {
  content: "";
  display: block;
  width: 92%;
  height: 80%;
  border: 2px solid #ccc;
  position: absolute;
  top: 10%;
  left: 4%;
  z-index: 1;
}
.tile-menu a {
  display: block;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  line-height: 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .tile-menu a {
    font-size: calc(15px + 9 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .tile-menu a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.home .tile-menu a {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .home .tile-menu a {
    font-size: calc(12px + 6 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .home .tile-menu a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 380px) {
  .home .tile-menu li {
    width: 45%;
    margin-left: 3%;
    margin-right: 2%;
  }
}
@media (min-width: 420px) {
  .tile-menu li {
    width: 45%;
    margin-left: 3%;
    margin-right: 2%;
  }
}
@media (min-width: 556px) {
  .tile-menu li,
.home .tile-menu li {
    margin-left: 1%;
  }

  .home .tile-menu li {
    width: 31%;
    margin-right: 1%;
  }
}
@media (min-width: 588px) {
  .tile-menu li {
    width: 31%;
    margin-right: 1%;
  }
}
@media (min-width: 835px) {
  .home .tile-menu li {
    width: 23%;
    margin-right: 1%;
    margin-left: 0;
  }

  .tile-menu a {
    line-height: 32px;
  }
}
@media (min-width: 885px) {
  .home .tile-menu li {
    margin-right: 2%;
  }
}
.single .post-navigation {
  display: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul,
.menu-home-footer-social-container ul,
.footer-legal-menu {
  display: block;
}

.toggled .menu-main-menu-container {
  position: relative;
  top: -89px;
  margin-bottom: -185px;
}
.toggled .menu-toggle {
  top: -90px;
  left: 0;
}
.home .toggled .menu-toggle {
  left: -58px;
}

.main-navigation.toggled ul {
  background: #dbd9d6;
  padding: 15px;
  width: 150px;
}
.main-navigation.toggled ul li {
  display: block;
  margin-left: 0;
  float: none;
  text-align: left;
  padding: 7px 0;
}
.main-navigation.toggled ul li:hover .sub-menu, .main-navigation.toggled ul li.focus .sub-menu {
  width: 220px;
  position: absolute;
  top: 3px;
  left: 125px;
}

.menu-toggle {
  display: inline-block;
  overflow: hidden;
  width: 34px;
  height: 34px;
  white-space: nowrap;
  text-indent: 1000px;
  background-image: url("images/icon_social.png");
  background-repeat: no-repeat;
  background-position: -221px 0;
  position: relative;
  top: -50px;
  left: -230px;
}

@media screen and (min-width: 375px) {
  .menu-toggle {
    top: -185px;
    left: 0;
  }
  .toggled .menu-toggle {
    top: -167px;
  }

  .toggled .menu-main-menu-container {
    top: -160px;
  }
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .navigation ul {
    display: block;
  }
}
@media screen and (min-width: 416px) {
  .menu-toggle {
    top: -99px;
    left: -345px;
  }
}
@media screen and (min-width: 600px) {
  .menu-toggle {
    top: 0;
    left: 0;
  }

  .main-navigation ul {
    position: relative;
    top: -20px;
  }
}
@media screen and (min-width: 970px) {
  .main-navigation ul {
    top: 0;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.pull-up {
  position: absolute;
  top: 0;
}

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
.site {
  width: 100%;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 300;
}
.site-header .wrapper {
  padding-top: 55px;
  height: 210px;
}

/*--------------------------------------------------------------
## Logo and Identity
--------------------------------------------------------------*/
.site-branding {
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80%;
  max-width: 696px;
  min-width: 200px;
}

@media (min-width: 375px) {
  .site-branding {
    width: 30%;
    min-width: 348px;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.people .post-navigation {
  display: none;
}

/** 
*  Related posts
*  Used some code from Media Object
*  http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
*/
.related-posts h3 {
  text-align: center;
}
.related-posts h3:after {
  content: "";
  display: block;
  width: 90px;
  margin: 10px auto;
  border-bottom: 3px solid #00609c;
}

.rp-post {
  float: left;
  font-family: "Montserrat", sans-serif;
  height: 85px;
  margin-bottom: 35px;
}
.rp-post, .rp-post .rp-text {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}

.rp-thumbnail {
  margin-right: 20px;
  overflow: hidden;
  height: 85px;
  float: left;
}
.rp-thumbnail img {
  display: block;
  width: 115px;
}

.rp-title {
  color: #231F20;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 7px;
}
.rp-title:hover {
  color: #666;
}

.rp-date {
  color: #b8b5bb;
  font-size: 14px;
  font-size: 0.875rem;
}

#people-wrapper > .centered-box > section:first-of-type {
  display: none;
}

.people-summary .entry-content > section > .kc-container {
  height: 375px;
}

body:not(.people):not(.category-people) .kc_box_wrap {
  background-color: #00609c;
  padding: 10px;
  margin-bottom: 25px;
}
body:not(.people):not(.category-people) .kc_box_wrap .one-one {
  height: 100px;
  border: 2px solid #ccc;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  body:not(.people):not(.category-people) .kc_box_wrap .one-one {
    font-size: calc(15px + 9 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  body:not(.people):not(.category-people) .kc_box_wrap .one-one {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
body:not(.people):not(.category-people) .kc_box_wrap .one-one > * {
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body:not(.people):not(.category-people) .kc_box_wrap .one-one blockquote p {
  font-weight: 400;
}

body.testimonials .kc-col-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
body.testimonials .kc-col-container .kc_box_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}
body.testimonials .kc-col-container .kc_box_wrap > div {
  height: 100%;
}
body.testimonials .kc-col-container .kc_box_wrap .one-one {
  height: 100%;
}
body.testimonials .kc-col-container .kc_box_wrap .one-one > * {
  top: 0;
  -webkit-transform: none;
          transform: none;
}
body.testimonials .kc-col-container .kc_box_wrap .one-one blockquote p {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  body.testimonials .kc-col-container .kc_box_wrap .one-one blockquote p {
    font-size: calc(14px + 6 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  body.testimonials .kc-col-container .kc_box_wrap .one-one blockquote p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
body.testimonials .kc-col-container .kc_box_wrap .one-one blockquote p strong, body.testimonials .kc-col-container .kc_box_wrap .one-one blockquote p em {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  body.testimonials .kc-col-container .kc_box_wrap .one-one blockquote p strong, body.testimonials .kc-col-container .kc_box_wrap .one-one blockquote p em {
    font-size: calc(15px + 9 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  body.testimonials .kc-col-container .kc_box_wrap .one-one blockquote p strong, body.testimonials .kc-col-container .kc_box_wrap .one-one blockquote p em {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.category-people .sub-heading.centered {
  margin: 40px auto;
}
.category-people .sub-heading-2.centered {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 50px;
}

.archive.category-people .kc-col-inner-container .kc_text_block img.alignright {
  display: none;
}

.people-summary {
  width: 20%;
  margin: 20px 2.5%;
  max-width: 275px;
  min-width: 240px;
  height: 775px;
  float: left;
}
.people-summary .category-people h2,
.people-summary .category-people h3 {
  text-align: left;
  margin: 0;
}
.people-summary .category-people h2,
.people-summary .category-people h2 a {
  color: #00609c;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
.people-summary .category-people h3 {
  color: rgba(91, 102, 112, 0.9);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
.people-summary .category-people h2 a {
  text-decoration: none;
}
.people-summary .category-people .entry-title {
  margin: 20px 0 0;
  white-space: nowrap;
}
.people-summary .category-people h2.kc_title {
  display: none;
}
.people-summary .facebook a,
.people-summary .twitter a {
  background-color: #5B6670;
}
.people-summary .kc-row-container:not(.full-width),
.people-summary .kc_column,
.people-summary .kc_column_inner {
  padding: 0;
}
.people-summary .kc_row.kc_row_inner,
.people-summary .kc-row-container.kc-container .kc-wrap-columns,
.people-summary .kc_row_inner {
  width: 100%;
}
.people-summary .entry-content section:first-of-type:not(.kc-video-bg) {
  padding-top: 0;
}
.people-summary .people-social,
.people-summary .one-one p,
.people-summary .kc_row_inner {
  margin: 0;
}
.people-summary .people-social .kc_box_wrap {
  clear: none;
}
.people-summary .people-social .kc_box_wrap:first-of-type {
  width: 100%;
}
.people-summary .people-social .kc-elm {
  width: auto;
  float: none;
}
.content-area .people-summary .kc_text_block p {
  text-align: left;
  font-family: Georgia, Times, "Times New Roman", serif;
  display: none;
}
.content-area .people-summary .kc_text_block p:first-of-type {
  display: block;
}
.content-area .people-summary .kc_text_block p:after {
  content: "…";
}
.people-summary .email {
  margin: 15px 0 10px;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.people-summary .email a {
  text-decoration: none;
  color: #00609c;
  font-weight: 500;
}
.people-summary .facebook,
.people-summary .twitter,
.people-summary .instagram,
.people-summary .linkedin {
  margin-right: 8px;
}
.people-summary .facebook a,
.people-summary .twitter a,
.people-summary .instagram a,
.people-summary .linkedin a {
  display: inline-block;
  overflow: hidden;
  width: 34px;
  height: 34px;
  white-space: nowrap;
  text-indent: 1000px;
  background-image: url("images/icon_social.png");
  background-repeat: no-repeat;
}
.people-summary .facebook a[href*=facebook],
.people-summary .facebook a[href*="fb.me"],
.people-summary .twitter a[href*=facebook],
.people-summary .twitter a[href*="fb.me"],
.people-summary .instagram a[href*=facebook],
.people-summary .instagram a[href*="fb.me"],
.people-summary .linkedin a[href*=facebook],
.people-summary .linkedin a[href*="fb.me"] {
  background-position: -44px -39px;
}
.people-summary .facebook a[href*=twitter],
.people-summary .twitter a[href*=twitter],
.people-summary .instagram a[href*=twitter],
.people-summary .linkedin a[href*=twitter] {
  background-position: -3px -39px;
}
.people-summary .facebook a[href*=instagram],
.people-summary .twitter a[href*=instagram],
.people-summary .instagram a[href*=instagram],
.people-summary .linkedin a[href*=instagram] {
  background-position: -183px -39px;
}
.people-summary .facebook a[href*=linked],
.people-summary .twitter a[href*=linked],
.people-summary .instagram a[href*=linked],
.people-summary .linkedin a[href*=linked] {
  background-position: -256px -39px;
}

.people .featured-image {
  display: none;
  margin-top: 40px;
  margin-bottom: -25px;
}
.people h2 {
  margin-bottom: 10px;
}
.people .job-title {
  margin: 0 auto;
  font-weight: 200;
}
.people .kc_box_wrap {
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 10px;
}
.people .kc_box_wrap:last-of-type {
  margin-right: 0;
}
.people .kc_box_wrap a {
  display: inline-block;
  overflow: hidden;
  width: 34px;
  height: 34px;
  white-space: nowrap;
  text-indent: 1000px;
  background-image: url("images/icon_social.png");
  background-repeat: no-repeat;
}
.people .kc_box_wrap a[href*=facebook],
.people .kc_box_wrap a[href*="fb.me"] {
  background-position: -44px 0px;
}
.people .kc_box_wrap a[href*=twitter] {
  background-position: -3px 0px;
}
.people .kc_box_wrap a[href*=mailto] {
  background-position: -74px 0px;
}
.people .kc_box_wrap a[href*=vcf] {
  background-position: -112px 0px;
}
.people .kc_box_wrap a[href*=linked] {
  background-position: -256px 0px;
}
.people .kc_col-sm-6 img {
  margin-top: 21px;
}
.people .kc-col-inner-container .kc_text_block img.alignright {
  width: 50%;
}

.people-social {
  margin: 0 auto;
}

.honors p {
  margin-bottom: 2em;
}

.ratings {
  width: 100%;
  max-width: 975px !important;
  /* !important needed to override important in pagebuilder style */
  margin: 0 auto;
}
.ratings .left p {
  margin-top: 0;
  margin-bottom: 10px;
}
.ratings .left p:first-of-type {
  margin-bottom: 1em;
}
.ratings .right {
  text-align: left;
}
.ratings .avvo_content {
  text-align: center;
}
.ratings .kc_text_block.right {
  clear: none;
}

.post-type-archive-news .news-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1% 4%;
  margin: 50px auto 200px;
}
.post-type-archive-news .news-wrapper article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-type-archive-news .news-wrapper article header,
.post-type-archive-news .news-wrapper article footer {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.post-type-archive-news .news-wrapper article .news-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.post-type-archive-news .news-wrapper article:first-child {
  grid-column: 1/-1;
}
.post-type-archive-news .news-wrapper article:nth-child(2) {
  grid-column: 1/3;
}
.post-type-archive-news.paged .news-wrapper article:first-child {
  grid-column: 1/2;
}
.post-type-archive-news.paged .news-wrapper article:nth-child(2) {
  grid-column: 2/3;
}

.type-news {
  position: relative;
}

@media (min-width: 710px) {
  .ratings .left,
.ratings .kc_row.kc_row_inner.left {
    float: left;
    width: 200px;
  }
  .ratings .right {
    float: left;
    width: 400px;
    margin-left: 20px;
  }
}
/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.site-header,
.kc-row-container:not(.full-width),
.site-footer,
body:not(.kingcomposer) .entry-content {
  padding-right: 4%;
  padding-left: 4%;
}

body.post-type-archive-news .entry-content {
  padding: 0;
}

.kc-video-bg .kc-row-container {
  padding-right: 15px;
  padding-left: 15px;
}

body:not(.kingcomposer) .entry-content {
  padding-right: 30px;
  padding-left: 30px;
}

.site-content {
  position: relative;
  z-index: 100;
}

.content-area .kc-title-wrap h2,
.content-area .kc-title-wrap h3,
.content-area .kc_text_block p,
.content-area .kc_text_block ul,
.content-area .news-container > *:not(.featured-image) {
  width: 100%;
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.content-area .kc_text_block ul,
.content-area .news-content ul {
  text-align: left;
  padding-left: 20px;
}
.content-area .news-container > *:not(.featured-image) {
  text-align: left;
  max-width: 1025px;
}
.content-area .news-container > .kc_title,
.content-area .news-container > .entry-meta {
  text-align: center;
}
.content-area .kc-title-wrap + .kc_text_block p:first-of-type {
  margin-top: 0;
}
.content-area .grid-4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.content-area .grid-4 .kc_column_inner {
  float: none;
}

.home .kc-video-bg .kc-row-container {
  padding: 0;
}
.home .kc-video-bg .kc-title-wrap {
  height: 44vw;
}
.home .kc-video-bg .kc-title-wrap .vertical-center {
  top: 35%;
}
.home .entry-content {
  margin-top: 0;
}
.home .kc_single_image img {
  margin: 0 auto;
}
.home article:last-of-type {
  margin-bottom: 0;
}

.full-screen-video-container {
  position: relative;
  height: 44vh;
  width: 100vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.full-screen-video-container video {
  z-index: -1;
  position: absolute;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.full-screen-video-content {
  background-color: rgba(106, 115, 123, 0.35);
  width: 100%;
  height: 100%;
}

.kc-container {
  max-width: 100% !important;
  /* !important needed to override KingComposer style */
}

body:not(.home) .kc-wrap-columns {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
body:not(.home) .kc-row-container.kc-container .kc-wrap-columns {
  margin-right: auto;
  margin-left: auto;
}

#main .no-bottom {
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-id-232 #main .no-bottom + section {
  padding-top: 0;
}
.page-id-232 footer {
  margin-top: 60px;
}

.content-area .about-block p {
  text-align: left;
  margin: 0;
}
.content-area .about-block .phones {
  margin-bottom: 25px;
}

.kc-google-maps {
  margin-bottom: 10px;
}

section.kc_row:not(.kc-video-bg) {
  padding-top: 40px;
  padding-bottom: 90px;
}
section.kc_row:not(.kc-video-bg).small {
  padding-top: 25px;
  padding-bottom: 50px;
}
section.kc_row:not(.kc-video-bg).large {
  padding-top: 75px;
  padding-bottom: 120px;
}
section.kc_row:not(.kc-video-bg).arrow + section.kc_row:not(.kc-video-bg) {
  padding-top: 100px;
}

.entry-content section:first-of-type:not(.kc-video-bg) {
  padding-top: 25px;
}
.entry-content.news-content section.news-container {
  padding-top: 0;
}

.news-container {
  margin-bottom: 80px;
}
.post-type-archive-news .news-container {
  margin-bottom: 0;
}

.news-wrapper {
  max-width: 1025px;
  margin: 50px auto;
}

#super_lawyers_badge {
  display: inline-block;
}
#super_lawyers_badge a {
  padding-top: 50px !important;
  /* !important used to override inline style */
}

.grid-3 {
  min-height: 1px;
  position: relative;
  margin-right: 1%;
  margin-left: 1%;
  float: left;
  width: 48%;
  clear: none;
}
#home-footer .grid-3 {
  margin-right: 0;
  margin-left: 0;
}
#home-footer .grid-3 li {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.grid-4 .kc-col-inner-container > div {
  min-height: 1px;
  position: relative;
  margin-right: 1%;
  margin-left: 1%;
  float: left;
  width: 48%;
  clear: none;
}

#win {
  /* "Win, but not at all costs" section */
  height: 595px;
}

@media screen and (min-width: 37.5em) {
  #win > div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#news {
  /* "In the News. In the Community." Section */
}
#news .kc-list-item-1 {
  float: left;
  border: 1px solid #00609c;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 10px;
  width: 100%;
}
#news .kc-list-item-1 figure {
  margin: 0;
  max-height: 400px;
  overflow: hidden;
}
#news .kc-list-item-1 h2 {
  font-size: 20px;
  font-size: 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  text-align: left;
}
#news .kc-list-item-1 h2 a,
#news .kc-list-item-1 h2 a:visited {
  color: #5B6670;
  text-decoration: none;
}
#news .kc-list-item-1 .post-date {
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
#news .kc-list-item-1 .post-date a {
  color: #231F20;
  text-decoration: none;
}

@media screen and (min-width: 37.5em) {
  #news .kc-list-item-1 {
    width: 47.5%;
  }
  #news .kc-list-item-1 + .kc-list-item-1 {
    margin-left: 5%;
  }
}
.kc-title-wrap + div .kc_single_image.vertical-center {
  margin-top: 50px;
}

.arrow {
  position: relative;
}
.arrow:after {
  display: block;
  width: 141px;
  height: 71px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -70px;
}
.archive.category-people .arrow:after {
  display: none;
}

.kc_row.arrow:after {
  content: url("images/section_arrow_white.png");
}

.dark-section {
  background-color: #dbd9d6;
}
.dark-section.arrow:after {
  content: url("images/section_arrow_dark.png");
}

.centered-box {
  margin: 0 auto;
  width: auto;
}
.archive.category-people .centered-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#home-footer {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  #home-footer {
    font-size: calc(14px + 2 * (100vw - 992px) / 308);
  }
}
@media screen and (min-width: 1300px) {
  #home-footer {
    font-size: 16px;
    font-size: 1rem;
  }
}
#home-footer .address {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
#home-footer .address p {
  margin: 0;
}
#home-footer .phone {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  #home-footer .phone {
    font-size: calc(18px + 5 * (100vw - 992px) / 422);
  }
}
@media screen and (min-width: 1414px) {
  #home-footer .phone {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
#home-footer .phone p {
  margin: 0;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #000;
  height: 35px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #5B6670;
  padding-top: 7px;
}
.site-footer a,
.site-footer a:visited {
  color: #5B6670;
  text-decoration: none;
}
.site-footer li a:after {
  content: "|";
  display: inline;
  margin: 0 10px;
}
.site-footer li:last-of-type a:after {
  content: "";
  margin: 0;
}
.site-footer p {
  margin: 0;
}

.entry-footer {
  background: #fff;
}
.entry-footer .content-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px;
}
.post-type-archive-news .entry-footer .content-wrapper {
  padding: 25px 0;
}

footer .edit-link {
  position: fixed;
  bottom: 20px;
  left: 20px;
}

/*--------------------------------------------------------------
# Tags
--------------------------------------------------------------*/
.tags {
  margin-bottom: 50px;
}

.tags,
.tags a,
.tags a:visited {
  font-family: "Montserrat", sans-serif;
  color: #b8b5bb;
  font-weight: 400;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
}

.tags a {
  border: 1px solid #b8b5bb;
  text-decoration: none;
  padding: 4px 6px;
  margin-right: 5px;
}
.tags a:hover {
  color: #b7b4ba;
}

/*--------------------------------------------------------------
# Social sharing
--------------------------------------------------------------*/
.social-share {
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 50px;
}
.social-share .share-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.social-share .apss-theme-1 .apss-single-icon {
  display: inline-block;
}
.social-share .apss-theme-1 .apss-single-icon a {
  margin: 2px;
}
.social-share .apss-theme-1 .apss-single-icon .apss-icon-block {
  border-radius: 0;
  width: 60px;
  background-color: #fff;
}
.social-share .apss-theme-1 .apss-single-icon .apss-icon-block:before {
  border: none;
}
.social-share .apss-theme-1 .apss-single-icon .apss-icon-block:hover {
  background-color: #f7f7f7;
}
.social-share .apss-theme-1 .apss-facebook .apss-icon-block {
  border-color: #3b5998;
}
.social-share .apss-theme-1 .apss-twitter .apss-icon-block {
  border-color: #1dcaff;
}
.social-share .apss-theme-1 .apss-google-plus .apss-icon-block {
  border-color: #dd4b39;
}
.social-share .apss-theme-1 .apss-linkedin .apss-icon-block {
  border-color: #3f729b;
}
.social-share .apss-share {
  /* Hide share text */
  display: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.bordered {
  border: 2px solid #00609c;
}
body.category-people .bordered {
  border: none;
}

.featured-image {
  text-align: center;
}
.featured-image .image-wrapper {
  position: relative;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.featured-image .image-wrapper.bordered {
  display: inline-block;
  max-height: 404px;
  overflow: hidden;
}
body.category-people .featured-image .image-wrapper.bordered {
  max-height: 300px;
}
.featured-image .image-wrapper.bordered img {
  display: block;
}
.home .featured-image .image-wrapper.bordered {
  display: none;
}
.post-type-archive-news article .featured-image .image-wrapper {
  display: inline-block;
  height: 250px;
  overflow: hidden;
}
.post-type-archive-news article:first-child .featured-image .image-wrapper {
  height: 350px;
}

.post-type-archive-news article .featured-image {
  overflow: hidden;
}
.post-type-archive-news article .featured-image img {
  max-width: none;
}
.post-type-archive-news article .wide-thumb {
  display: none;
}
.post-type-archive-news article:first-child .wide-thumb, .post-type-archive-news article:nth-of-type(2) .wide-thumb {
  display: block;
  height: 100%;
}
.post-type-archive-news article:first-child .news-thumb, .post-type-archive-news article:nth-of-type(2) .news-thumb {
  display: none;
}

.post-type-archive-news article:nth-of-type(2) .wide-thumb {
  text-align: center;
}
.post-type-archive-news article:nth-of-type(2) .wide-thumb img {
  height: 100%;
  width: auto;
}

.image-offset {
  position: relative;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.img-50 img {
  max-width: 50%;
}
.kc_col-of-5 .img-50 img {
  max-width: 40%;
}

.kc_col-of-5 .img-50 + .img-50 {
  margin-left: 5%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.date-box {
  position: absolute;
  top: 10px;
  right: 20px;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
}

.db-M {
  font-size: 16px;
  font-size: 1rem;
}

.db-j {
  font-size: 16px;
  font-size: 1rem;
}

.db-Y {
  font-size: 16px;
  font-size: 1rem;
}

.author-name {
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem;
}

/* https://napitwptech.com/introduction/wordpress/display-author-bio-without-plugin/ 
Modified by EM Squared*/
.author-box {
  background-color: #f7f7f7;
  padding: 30px;
  margin: 0 0 50px;
  display: inline-block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  color: #5B6670;
  font-size: 14px;
  font-size: 0.875rem;
}

.author-box .author-img {
  float: left;
  margin-right: 40px;
}

.author-box .author-img img {
  border-radius: 50%;
}

.author-box .author-name {
  font-weight: bold;
  clear: none;
  display: inline;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
}

.author-description {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *
 * Split from full Bootstrap by Lane Waterman - EM Squared
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (max-width: 575px) {
  .page-header h1,
.content-area:not(.category-page) .entry-header h1 {
    padding-right: 8%;
    padding-left: 8%;
  }

  .kc-video-bg h1,
.full-screen-video-content h1 {
    font-size: 6vw;
  }
}
@media (min-width: 576px) {
  .full-screen-video-container {
    height: 60vh;
  }
}
@media (min-width: 768px) {
  .full-screen-video-container {
    height: 75vh;
  }

  .full-screen-video-container video {
    height: auto;
  }

  .kc-row-container:not(.full-width),
.site-footer,
body:not(.kingcomposer) .entry-content,
#people-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }

  body.post-type-archive-news .entry-content {
    padding: 0;
  }

  .content-area .kc_text_block ul,
.content-area .news-content ul {
    padding-left: 70px;
  }

  .page-header h1,
.content-area:not(.category-page) .entry-header h1 {
    padding-right: 8%;
    padding-left: 8%;
  }

  .kc-video-bg h1,
.full-screen-video-content h1 {
    font-size: 6vw;
  }
}
@media (min-width: 992px) {
  .grid-3 {
    width: 31%;
  }
  #home-footer .grid-3 {
    width: 60%;
  }
  #home-footer .grid-3 li {
    display: inline-block;
    width: 30%;
    margin-right: 1%;
    margin-left: 1%;
  }

  .grid-4 .kc-col-inner-container > div {
    width: 31%;
  }

  .kc-row-container:not(.full-width),
.site-footer,
body:not(.kingcomposer) .entry-content,
#people-wrapper {
    padding-right: 12%;
    padding-left: 12%;
  }

  body.post-type-archive-news .entry-content {
    padding: 0;
  }

  .page-header h1,
.content-area:not(.category-page) .entry-header h1 {
    padding-right: 10%;
    padding-left: 10%;
  }

  .kc-video-bg h1,
.full-screen-video-content h1 {
    font-size: 5vw;
  }
}
@media (min-width: 1000px) {
  .kc-title-wrap + div .kc_single_image.vertical-center {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .site-branding {
    width: 33%;
  }

  .grid-4 .kc-col-inner-container > div {
    width: 23%;
  }

  .page-header h1,
.content-area:not(.category-page) .entry-header h1 {
    padding-right: 4%;
    padding-left: 4%;
  }

  .kc-video-bg h1,
.full-screen-video-content h1 {
    font-size: 4.5vw;
  }
}
@media (min-width: 1650px) {
  .site-branding {
    width: 36.25%;
  }

  .site-header,
.kc-row-container:not(.full-width),
.site-footer,
body:not(.kingcomposer) .entry-content,
#people-wrapper {
    padding-right: 9%;
    padding-left: 9%;
  }

  body.post-type-archive-news .entry-content {
    padding: 0;
  }

  .kc-row-container.extra-padding-1 {
    padding-right: 18%;
    padding-left: 18%;
  }
  .kc-row-container.extra-padding-2 {
    padding-right: 20%;
    padding-left: 20%;
  }
  .kc-row-container.extra-padding-3 {
    padding-right: 22%;
    padding-left: 22%;
  }

  .main-navigation li {
    margin-left: 35px;
  }

  .social-search-navigation {
    padding-right: 9%;
    padding-left: 9%;
  }

  .page-header h1,
.content-area:not(.category-page) .entry-header h1 {
    padding-right: 9%;
    padding-left: 9%;
  }
}
@media (max-width: 946px) {
  .main-navigation li:first-of-type {
    margin-left: 0;
  }

  .main-navigation li:last-of-type {
    margin-right: 24px;
  }
}
@media (max-width: 950px) {
  #home-footer div.kc_col-of-5 {
    width: 33%;
  }
  #home-footer .kc-wrap-columns div:first-of-type + .kc_col-of-5 {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  #home-footer div.kc_col-of-5 {
    width: 50%;
  }
}
@media (max-width: 416px) {
  #home-footer div.kc_col-of-5 {
    width: 100%;
  }
}
