/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/

.namedLinks {
  font-size: 16px;
  font-family: Slate W02 Book;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  padding: 10px;
}

.footerText {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding-top: 25px;
  line-height: 19px;
}

.footerLinks {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding-right: 20px;
}

.footerLinkRow {
  padding-top: 100px;
}
.footerImageLinkRow{
  padding-top: 85px;
}

.footerCopyRight {
  padding-bottom: 20px;
  padding-top: 10px;
}

.footerImageLink {
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  padding-right: 20px;
  padding-left: 20px;
}

.footerImageLinkRow {
  text-align: right;
}

.optco-secondary{
  text-align: right;
  padding-top: 5px;
}

@media only screen and (max-width: 1024px) {
  .footerLinkRow {
      text-align: center;
      padding-top: 20px;
  } 
  .footerCopyRight
  {
      text-align: center;
  } 
  .optco-list{
    text-align: center;
  }
  .logo-container{
    text-align: center;
  }
  .optco-secondary{
    text-align: center;
  }
  .footerText {
    text-align: center;
  }
  .footerImageLinkRow {
    text-align: center;
    padding-top: 20px;
  }
    
}


@media only screen and (min-width: 1025px) {
}






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

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

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

.slick-loading .slick-list {
  background: white url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/stylesheets/third-party/ajax-loader.gif") center center no-repeat; }

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

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }

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

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

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

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

.slick-slide img {
  display: block; }

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

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

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

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

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

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: 0;
  outline: 0; }

.slick-prev:focus, .slick-next:focus {
  outline: 0; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: .85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

.slick-prev:before {
  content: "\2190"; }

.slick-next {
  right: -25px; }

.slick-next:before {
  content: "\2192"; }

.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:focus {
  outline: 0; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75; }

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: 0; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none; }

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/dtp-image.png); }

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: .5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle; }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0; }

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0; }

.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)"; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #3af; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: .5;
  -ms-filter: "alpha(opacity=50)"; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: .2;
  -ms-filter: "alpha(opacity=20)"; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer; }

.xdsoft_scroller_box {
  position: relative; }

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #c50; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important; }

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333; }

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important; }

.xdsoft_datetimepicker {
  box-shadow: 0 0 0 0 transparent;
  border-bottom: 1px solid #86d3e3;
  border-left: 1px solid #86d3e3;
  border-right: 1px solid #86d3e3;
  border-top: 1px solid #86d3e3;
  margin-top: 10px; }

.xdsoft_datetimepicker .xdsoft_label.xdsoft_month {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px 5px 3px;
  color: #00b1d4;
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #fff;
  float: left;
  width: 128px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_year {
  display: none; }

.xdsoft_datetimepicker .xdsoft_label i {
  display: none; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: 23px; }

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: #ace1ef;
  background-repeat: no-repeat;
  border: 0 none currentColor;
  cursor: pointer;
  display: block;
  height: 20px;
  opacity: 1;
  -ms-filter: "alpha(opacity=50)";
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  margin-top: 4px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background-color: #fff;
  border: 0;
  font-weight: normal;
  text-align: center;
  color: #00b1d4;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_calendar td {
  width: 14.2857142%;
  background: #fff;
  border: 0;
  color: #45555f;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #45555f !important;
  background: #ace1ef !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker:after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #86d3e3;
  display: inline-block;
  position: absolue;
  top: -10px;
  left: 45%; }

.xdsoft_datetimepicker .xdsoft_prev {
  background-position: -20px -5px;
  background-color: transparent; }

.xdsoft_datetimepicker .xdsoft_next {
  background-position: 0 -5px;
  background-color: transparent; }

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

img {
  border: 0; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  -webkit-font-smoothing: antialiased; }

input, button, select {
  outline: 0; }

meta.foundation-version {
  font-family: "/5.2.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:641px)/";
  width: 641px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:1025px)/";
  width: 1025px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html, body {
  font-size: 100%; }

body {
  background: white;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img,
.map_canvas embed, .map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }

.row .row:before, .row .row:after {
  content: " ";
  display: table; }

.row .row:after {
  clear: both; }

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none; }

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table; }

.row .row.collapse:after {
  clear: both; }

.column, .columns {
  padding-left: .9375rem;
  padding-right: .9375rem;
  width: 100%;
  float: left; }

/*
[class * ="column"] + [class * ="column"]:last-child {
    float: right
}

[class * ="column"] + [class * ="column"].end {
    float: left
}*/
@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 641px) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 1025px) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99;
  display: none;
  top: 0;
  left: 0; }

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

@media only screen and (max-width: 40em) {
  dialog, .reveal-modal {
    min-height: 100vh; } }

@media only screen and (min-width: 641px) {
  dialog, .reveal-modal {
    left: 50%; } }

dialog .column, dialog .columns, .reveal-modal .column, .reveal-modal .columns {
  min-width: 0; }

dialog > :first-child, .reveal-modal > :first-child {
  margin-top: 0; }

dialog > :last-child, .reveal-modal > :last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 641px) {
  dialog, .reveal-modal {
    margin-left: -40%;
    width: 80%; } }

@media only screen and (min-width: 641px) {
  dialog, .reveal-modal {
    top: 6.25rem; } }

dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: .5rem;
  right: .6875rem;
  color: #aaa;
  font-weight: bold;
  cursor: pointer; }

dialog[open] {
  display: block;
  visibility: visible; }

@media only screen and (min-width: 641px) {
  dialog, .reveal-modal {
    padding: 1.875rem; }
  dialog.radius, .reveal-modal.radius {
    border-radius: 3px; }
  dialog.round, .reveal-modal.round {
    border-radius: 1000px; }
  dialog.collapse, .reveal-modal.collapse {
    padding: 0; }
  dialog.full, .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important; } }

@media only screen and (min-width: 641px) and (min-width: 641px) {
  dialog.tiny, .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%; } }

@media only screen and (min-width: 641px) and (min-width: 641px) {
  dialog.small, .reveal-modal.small {
    margin-left: -20%;
    width: 40%; } }

@media only screen and (min-width: 641px) and (min-width: 641px) {
  dialog.medium, .reveal-modal.medium {
    margin-left: -30%;
    width: 60%; } }

@media only screen and (min-width: 641px) and (min-width: 641px) {
  dialog.large, .reveal-modal.large {
    margin-left: -35%;
    width: 70%; } }

@media only screen and (min-width: 641px) and (min-width: 641px) {
  dialog.xlarge, .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%; } }

@media only screen and (min-width: 641px) and (min-width: 641px) {
  dialog.full, .reveal-modal.full {
    margin-left: -50vw;
    width: 100vw; } }

@media print {
  dialog, .reveal-modal {
    background: #fff !important; } }

@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down,
  .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down,
  .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down,
  .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down,
  .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down,
  .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down,
  .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small,
  .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up,
  .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only,
  .hidden-for-large-up, .hidden-for-large, .visible-for-large-down,
  .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small,
  .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up,
  .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only,
  .visible-for-large-up, .visible-for-large, .hidden-for-large-down,
  .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small,
  table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up,
  table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only,
  table.hide-for-large-up, table.hide-for-large, table.show-for-large-down,
  table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small,
  thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up,
  thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only,
  thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down,
  thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small,
  tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up,
  tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only,
  tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down,
  tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small,
  tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up,
  tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only,
  tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down,
  tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up,
  td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down,
  td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only,
  th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium,
  td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down,
  th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up,
  td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down,
  td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only,
  th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

@media only screen and (min-width: 641px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down,
  .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down,
  .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down,
  .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down,
  .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down,
  .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down,
  .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small,
  .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up,
  .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only,
  .hidden-for-large-up, .hidden-for-large, .visible-for-large-down,
  .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small,
  .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up,
  .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only,
  .visible-for-large-up, .visible-for-large, .hidden-for-large-down,
  .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small,
  table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up,
  table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only,
  table.hide-for-large-up, table.hide-for-large, table.show-for-large-down,
  table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small,
  thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up,
  thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only,
  thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down,
  thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small,
  tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up,
  tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only,
  tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down,
  tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small,
  tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up,
  tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only,
  tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down,
  tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up,
  td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down,
  td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only,
  th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium,
  td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down,
  th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up,
  td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down,
  td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only,
  th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

@media only screen and (min-width: 1025px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down,
  .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down,
  .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down,
  .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down,
  .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down,
  .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down,
  .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small,
  .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up,
  .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only,
  .visible-for-large-up, .visible-for-large, .visible-for-large-down,
  .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small,
  .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up,
  .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only,
  .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down,
  .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small,
  table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up,
  table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only,
  table.show-for-large-up, table.show-for-large, table.show-for-large-down,
  table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small,
  thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up,
  thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only,
  thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down,
  thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small,
  tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up,
  tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only,
  tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down,
  tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small,
  tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up,
  tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only,
  tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down,
  tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up,
  td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down,
  td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only,
  th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium,
  td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down,
  th.show-for-large-only, td.show-for-large-only, th.show-for-large-up,
  td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down,
  td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only,
  th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down,
  .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down,
  .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down,
  .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down,
  .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down,
  .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down,
  .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small,
  .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up,
  .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only,
  .visible-for-large-up, .hidden-for-large, .hidden-for-large-down,
  .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small,
  .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up,
  .visible-for-medium, .visible-for-medium-down, .visible-for-large-only,
  .hidden-for-large-up, .visible-for-large, .visible-for-large-down,
  .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small,
  table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up,
  table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only,
  table.show-for-large-up, table.hide-for-large, table.hide-for-large-down,
  table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small,
  thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up,
  thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only,
  thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down,
  thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small,
  tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up,
  tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only,
  tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down,
  tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small,
  tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up,
  tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only,
  tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down,
  tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up,
  td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down,
  td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only,
  th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium,
  td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down,
  th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up,
  td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down,
  td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only,
  th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down,
  .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down,
  .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down,
  .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down,
  .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down,
  .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down,
  .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small,
  .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up,
  .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only,
  .visible-for-large-up, .hidden-for-large, .hidden-for-large-down,
  .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small,
  .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up,
  .visible-for-medium, .visible-for-medium-down, .visible-for-large-only,
  .hidden-for-large-up, .visible-for-large, .visible-for-large-down,
  .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small,
  table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up,
  table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only,
  table.show-for-large-up, table.hide-for-large, table.hide-for-large-down,
  table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only,
  table.show-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small,
  thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up,
  thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only,
  thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down,
  thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small,
  tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up,
  tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only,
  tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small,
  tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up,
  tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only,
  tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down,
  tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up,
  td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down,
  td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only,
  th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium,
  td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down,
  th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up,
  td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down,
  td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only,
  th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only,
  td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important; } }

.show-for-landscape, .hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape, .show-for-portrait {
  display: none !important; }

table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape, .show-for-portrait {
    display: none !important; }
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait, .show-for-landscape {
    display: none !important; }
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

@media only screen and (min-width: 641px) {
  body, html {
    overflow-x: hidden; } }

@media only screen and (max-width: 40em) {
  html {
    -webkit-text-size-adjust: 100%; } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Slate W02 Book", Arial, sans-serif;
  height: auto;
  display: block; }

header {
  position: relative; }

main {
  overflow: hidden;
  position: relative; }

.row {
  max-width: 85rem; }

h1 {
  font-weight: normal;
  font-size: 4rem;
  font-family: "Slate W02 Light", Arial, sans-serif; }

h2 {
  font-weight: normal;
  font-size: 2.625rem;
  font-family: "Slate W02 Light", Arial, sans-serif; }

h3 {
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Slate W02 Book", Arial, sans-serif; }

h5 {
  font-weight: normal;
  font-size: 2.625rem;
  font-family: "Slate W02 Book", Arial, sans-serif; }

.title h1, .title h2 {
  margin-bottom: 2.5rem;
  color: #004281;
  width: 100%;
  line-height: 2.5rem;
  font-weight: normal;
  font-size: 2.25rem;
  font-family: "Slate W01 Bk", Arial, sans-serif;
  margin-top: 0; }

.box {
  background-color: white;
  margin: 0;
  border: 1px solid #ccc;
  margin-bottom: 2.5rem; }

@media only screen and (max-width: 40em) {
  .box {
    max-width: 360px; } }

.no-anchor {
  cursor: default !important; }

.clear-parsys {
  clear: both; }

.locale-height {
  margin-top: 45%; }

.rtrail-contact {
  margin-bottom: .625rem; }

.rtrail-contact a {
  color: #00b0d3;
  font-size: inherit;
  padding: .4375rem 1rem;
  margin-bottom: 2.5rem; }

iframe {
  border: 0; }

form#mar-af {
  margin-bottom: 40px; }

.utility-nav {
  background-color: #45555f;
  height: 35px; }

.utility-nav .utility-wrap {
  max-width: 73.125rem;
  margin: 0 auto;
  position: relative; }

.utility-nav .search-container {
  background-color: #606a70; }

.utility-nav .country-container {
  float: left; }

.utility-nav .country-container a, .utility-nav .country-container > span {
  font-family: "Slate W02 Book", Arial, sans-serif;
  font-size: .8125rem;
  line-height: 33px; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .utility-nav .country-container {
    width: 32%; } }

@media only screen and (min-width: 1025px) {
  .utility-nav .country-container {
    width: 35%; } }

.utility-nav .current-country-language {
  padding-left: .9375rem;
  color: #b2b7ba;
  text-decoration: none;
  text-transform: uppercase; }

@media only screen and (min-width: 1025px) {
  .utility-nav .current-country-language {
    margin-right: 15px; } }

.utility-nav .current-country-language.open span:after {
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #00b0d3;
  display: inline-block;
  content: "";
  left: 42%;
  top: 127%;
  display: block;
  position: absolute; }

.utility-nav .current-country-language:after {
  width: 0;
  height: 0;
  border-left: .3125rem solid transparent;
  border-right: .3125rem solid transparent;
  border-top: .3125rem solid #b2b7ba;
  display: inline-block;
  margin-left: 7px;
  margin-bottom: 2px;
  content: ""; }

.utility-nav .current-country-language span {
  position: relative; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .utility-nav #activeCountry {
    margin-right: 5px; } }

@media only screen and (max-width: 40em) {
  .utility-nav #activeCountry {
    margin-right: 10px; } }

.utility-nav #activeLanguage {
  padding-left: 0; }

.utility-nav span#activeLanguage:after {
  border: 0; }

.utility-nav .search-container {
  height: 100%; }

@media only screen and (min-width: 1025px) {
  .utility-nav .search-container {
    padding-top: 7px;
    float: right;
    width: 36%;
    padding-left: 2%; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .utility-nav .search-container {
    padding-top: 0;
    float: right;
    width: 45px; } }

@media only screen and (max-width: 40em) {
  .utility-nav .search-container {
    padding-top: 0;
    float: right;
    width: 45px; } }

.utility-nav .utility-forms {
  float: right;
  height: 35px; }

@media only screen and (min-width: 1025px) {
  .utility-nav .utility-forms {
    width: 63%;
    margin-right: .9375rem; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .utility-nav .utility-forms {
    width: auto; } }

@media only screen and (max-width: 40em) {
  .utility-nav .utility-forms {
    width: auto; } }

@media only screen and (min-width: 1025px) {
  .utility-nav .search-form {
    display: block; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .utility-nav .search-form {
    position: absolute;
    top: 35px;
    width: 315px;
    right: 0;
    background-color: #00b0d2;
    height: 0;
    z-index: 21;
    margin-top: 0;
    overflow: hidden; }
  .utility-nav .search-form.open {
    height: 62px; } }

@media only screen and (max-width: 40em) {
  .utility-nav .search-form {
    position: absolute;
    top: 35px;
    width: 100%;
    right: 0;
    background-color: #00b0d2;
    height: 0;
    z-index: 21;
    margin-top: 0;
    overflow: hidden; }
  .utility-nav .search-form.open {
    height: 62px; } }

.utility-nav .search-form form div {
  float: right;
  display: block;
  margin-right: 3%;
  border: 1px solid #fff; }

@media only screen and (min-width: 1025px) {
  .utility-nav .search-form form div {
    border: 0;
    float: none;
    margin: 0 auto; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .utility-nav .search-form form div {
    width: 275px;
    margin: 0 auto;
    float: none;
    height: 30px;
    margin-top: 15px; } }

@media only screen and (max-width: 40em) {
  .utility-nav .search-form form div {
    width: 95%;
    float: none;
    height: 30px;
    margin: 0 auto;
    margin-top: 15px; } }

.utility-nav .search-form .search-text {
  width: 233px;
  font-size: 13px; }

.utility-nav .search-form .search-text::-webkit-input-placeholder {
  color: #fff;
  font-family: "Slate W02 Light", Arial, sans-serif;
  font-weight: normal;
  line-height: 1rem; }

.utility-nav .search-form .search-text::-moz-placeholder {
  color: #fff;
  font-family: arial, verdana, sans-serif;
  font-weight: bold; }

.utility-nav .search-form .search-text::-ms-input-placeholder {
  color: #fff !important;
  font-family: arial, verdana, sans-serif;
  font-weight: bold; }

@media only screen and (min-width: 1025px) {
  .utility-nav .search-form .search-text {
    width: 85%;
    margin-left: 0; }
  .utility-nav .search-form .search-text::-webkit-input-placeholder {
    color: #aeaeae;
    font-family: "Slate W02 Light", Arial, sans-serif;
    font-weight: normal;
    line-height: .825rem; }
  .utility-nav .search-form .search-text::-moz-placeholder {
    color: #292929;
    font-family: "Slate W02 Light", Arial, sans-serif;
    font-weight: normal;
    line-height: 1.15rem; }
  .utility-nav .search-form .search-text::-ms-input-placeholder {
    color: #aeaeae;
    font-family: "Slate W02 Light", Arial, sans-serif;
    font-weight: normal;
    line-height: .825rem; } }

@media only screen and (max-width: 40em) {
  .utility-nav .search-form .search-text {
    width: 92%; } }

.utility-nav .search-form label {
  display: block;
  float: left;
  padding: 4px 0 0 0;
  height: 20px;
  width: 19%;
  text-align: right;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  text-transform: uppercase;
  color: #ccc;
  display: none; }

@media only screen and (min-width: 1025px) {
  .utility-nav .search-form label {
    display: block; } }

.utility-nav .search-form input {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: white;
  border: 0;
  float: left;
  height: 20px;
  padding-left: 3%; }

@media only screen and (min-width: 1025px) {
  .utility-nav .search-form input {
    padding-left: 2%; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .utility-nav .search-form input {
    height: 30px;
    padding-left: 5px;
    background-color: transparent;
    color: white;
    font-family: arial, verdana, sans-serif; } }

@media only screen and (max-width: 40em) {
  .utility-nav .search-form input {
    height: 30px;
    padding-left: 5px;
    background-color: transparent;
    color: white;
    font-family: arial, verdana, sans-serif; } }

.utility-nav .search-form .search-icon {
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") no-repeat -45px -56px;
  width: 20px;
  height: 20px;
  background-color: #00b0d2;
  cursor: pointer; }

@media only screen and (min-width: 1025px) {
  .utility-nav .search-form .search-icon {
    background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") no-repeat -62px -2px;
    background-color: #00b0d2; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .utility-nav .search-form .search-icon {
    background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") no-repeat -112px -56px;
    width: 40px;
    height: 30px;
    float: left; } }

@media only screen and (max-width: 40em) {
  .utility-nav .search-form .search-icon {
    background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") no-repeat -108px -56px;
    width: 45px;
    height: 30px;
    float: left;
    position: absolute;
    right: 2%; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .utility-nav .search-icon {
    background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") no-repeat -110px -112px;
    width: 45px;
    height: 35px;
    background-color: #00b0d2;
    cursor: pointer;
    display: block; } }

@media only screen and (max-width: 40em) {
  .utility-nav .search-icon {
    background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") no-repeat -110px -112px;
    width: 45px;
    height: 35px;
    background-color: #00b0d2;
    cursor: pointer;
    display: block; } }

.utility-nav .credential-container {
  float: left;
  height: 100%;
  width: 64%;
  padding-left: 2%;
  padding-top: 7px;
  background-color: #f38034; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .utility-nav .credential-container {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: auto; } }

@media only screen and (max-width: 40em) {
  .utility-nav .credential-container {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: auto; } }

.utility-nav .credential-container button, .utility-nav .credential-container input {
  float: left;
  font-size: 13px; }

.utility-nav .credential-container input {
  height: 1.25rem;
  background-color: white;
  display: none;
  padding-left: 1%;
  width: 31%;
  margin-right: 1%;
  border: 0; }

@media only screen and (min-width: 1025px) {
  .utility-nav .credential-container input {
    display: block; } }

@media only screen and (min-width: 1025px) {
  .utility-nav .credential-container button {
    width: 18.5%;
    font-weight: normal;
    font-size: .8125rem;
    font-family: "Slate W02 Bold", Arial, sans-serif;
    margin-right: 0;
    margin-left: 1.5%;
    height: 20px;
    cursor: pointer; }
  .utility-nav .credential-container button.disabled {
    background-color: #cf773d; } }

.utility-nav .credential-container button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 1025px) {
  .utility-nav .credential-container a {
    display: block;
    float: left;
    height: 20px;
    width: 14%;
    margin-left: 2%;
    text-align: left;
    padding-top: 3px;
    text-transform: none; } }

.utility-nav input, .utility-nav button {
  background: 0;
  margin: 0; }

.utility-nav button {
  border: 0;
  color: white; }

@media only screen and (min-width: 1025px) {
  .utility-nav button {
    border: 1px solid white; } }

.utility-nav .profile-container {
  position: relative;
  width: auto;
  float: left;
  padding-left: 0;
  padding-top: 0; }

@media only screen and (min-width: 1025px) {
  .utility-nav .profile-container:after {
    -webkit-transition: opacity 70ms linear, visibility 10ms linear;
    -moz-transition: opacity 70ms linear, visibility 10ms linear;
    -o-transition: opacity 70ms linear, visibility 10ms linear;
    -ms-transition: opacity 70ms linear, visibility 10ms linear;
    transition: opacity 70ms linear, visibility 10ms linear;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f38034;
    display: inline-block;
    content: "";
    left: 15px;
    top: 36px;
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden; }
  .utility-nav .profile-container:hover:after {
    visibility: visible;
    opacity: 1; } }

@media only screen and (max-width: 40em) {
  .utility-nav .profile-container {
    position: inherit; } }

.utility-nav .profile-container .sub-menu {
  position: absolute;
  background: #fff;
  z-index: 200;
  width: 150px;
  left: -57px;
  top: 35px;
  background-color: #f38034;
  opacity: 0;
  visibility: hidden; }

@media only screen and (min-width: 1025px) {
  .utility-nav .profile-container .sub-menu {
    width: 150px;
    left: -53px;
    top: 35px;
    background: transparent;
    padding-top: 10px;
    -webkit-transition: opacity 70ms linear, visibility 10ms linear;
    -moz-transition: opacity 70ms linear, visibility 10ms linear;
    -o-transition: opacity 70ms linear, visibility 10ms linear;
    -ms-transition: opacity 70ms linear, visibility 10ms linear;
    transition: opacity 70ms linear, visibility 10ms linear; }
  .utility-nav .profile-container .sub-menu:hover {
    opacity: 1;
    visibility: visible;
    display: block; } }

@media only screen and (max-width: 40em) {
  .utility-nav .profile-container .sub-menu {
    left: 0;
    width: 100%;
    min-height: 62px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .utility-nav .profile-container .sub-menu {
    left: -105px;
    width: 155px; } }

.utility-nav .profile-container .sub-menu .sub-menu-wrap {
  width: 100%;
  padding: 6px 2px; }

@media only screen and (min-width: 1025px) {
  .utility-nav .profile-container .sub-menu .sub-menu-wrap {
    background-color: white;
    border-top: 18px solid #f38034; } }

.utility-nav .profile-container .sub-menu ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none; }

@media only screen and (min-width: 1025px) {
  .utility-nav .profile-container .sub-menu ul {
    background-color: white; } }

.utility-nav .profile-container .sub-menu button, .utility-nav .profile-container .sub-menu a {
  display: block;
  color: #6e6e6e;
  text-decoration: none;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  text-align: left;
  border: 0;
  cursor: pointer; }

.utility-nav .profile-container .sub-menu button:hover, .utility-nav .profile-container .sub-menu a:hover {
  text-decoration: underline; }

@media only screen and (max-width: 40em) {
  .utility-nav .profile-container .sub-menu button, .utility-nav .profile-container .sub-menu a {
    color: white; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .utility-nav .profile-container .sub-menu button, .utility-nav .profile-container .sub-menu a {
    color: white; } }

.utility-nav .profile-container .has-sub {
  color: white;
  width: 50px;
  height: 35px;
  display: block;
  outline: 0;
  position: relative;
  background: #f38034 url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") no-repeat -125px -183px; }

.utility-nav .profile-container .has-sub.open ~ .sub-menu {
  opacity: 1;
  visibility: visible; }

@media only screen and (min-width: 1025px) {
  .utility-nav .profile-container .has-sub:hover ~ .sub-menu {
    opacity: 1;
    visibility: visible; } }

.utility-nav .countries-list {
  padding-left: 10px;
  color: #00b0d3;
  line-height: 20px; }

.utility-nav .countries-list a {
  line-height: 20px;
  color: #00b0d3; }

.utility-nav .country-col {
  float: left;
  width: 16.666%; }

.utility-nav .country-col:first-child span {
  border-left: 0; }

.utility-nav .country-col > a {
  font-family: "Slate W02 Bold", Arial, sans-serif;
  color: #00b0d3; }

.utility-nav .country-col span {
  padding: 10px;
  background-color: #00b0d3;
  display: block;
  width: 100%;
  border-left: 1px solid white;
  color: white;
  min-height: 36px; }

.utility-nav .country-col .has-second-column {
  border-left: 0; }

.utility-nav .country-col li span:first-child {
  border-left: 0; }

.utility-nav .register-link {
  color: white; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .utility-nav .register-link {
    width: auto;
    display: inline-block;
    float: none;
    text-transform: uppercase; } }

@media only screen and (max-width: 40em) {
  .utility-nav .register-link {
    width: auto;
    display: inline-block;
    float: none;
    text-transform: uppercase; } }

@media only screen {
  .utility-nav .register-link {
    font-weight: normal;
    font-size: .8125rem;
    font-family: "Slate W02 Bold", Arial, sans-serif;
    text-decoration: none; } }

@media only screen and (min-width: 1025px) {
  .utility-nav .register-link {
    font-family: "Slate W02 Book", Arial, sans-serif;
    text-decoration: underline;
    font-size: .8125rem; } }

.utility-nav #signinModal {
  padding: 2px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Bold", Arial, sans-serif; }

@media only screen and (min-width: 1025px) {
  .utility-nav #signinModal {
    display: none; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .utility-nav #signinModal {
    display: inline-block;
    float: none;
    cursor: pointer; } }

@media only screen and (max-width: 40em) {
  .utility-nav #signinModal {
    display: inline-block;
    float: none;
    cursor: pointer; } }

.utility-nav .divider {
  color: white;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  float: none; }

@media only screen and (min-width: 1025px) {
  .utility-nav .divider {
    display: none; } }

.utility-nav .drop-menu.languages {
  width: 200px;
  left: 70px;
  padding-bottom: 1.25rem; }

@media only screen and (max-width: 40em) {
  .utility-nav .drop-menu.languages {
    left: 0; } }

.utility-nav .drop-menu.languages .country-col {
  width: 100%; }

.utility-nav .logged-on {
  text-align: right;
  font-size: 0; }

.utility-nav .logged-on .profile-container, .utility-nav .logged-on .search-container {
  display: inline-block;
  float: none; }

.utility-nav .logged-on .profile-container {
  background-color: none; }

.utility-nav .logged-on form {
  font-size: 1rem; }

.utility-nav .drop-menu {
  position: absolute;
  background: #fff;
  z-index: 200;
  display: none;
  width: 60%;
  padding: 0;
  margin-top: 0;
  top: 41px; }

.utility-nav .drop-menu.open {
  display: block; }

.utility-nav .drop-menu li {
  list-style-type: none; }

@media only screen and (min-width: 1025px) {
  .utility-nav .drop-menu {
    width: 100%; } }

@media only screen and (max-width: 40em) {
  .utility-nav .drop-menu {
    width: 100%; } }

.utility-nav .utility-accordion {
  background-color: yellow;
  clear: none;
  margin: 0; }

.utility-nav .utility-accordion .accordion-content {
  max-height: 0;
  overflow-x: hidden;
  -webkit-transition: max-height .8s;
  -moz-transition: max-height .8s;
  -o-transition: max-height .8s;
  -ms-transition: max-height .8s;
  transition: max-height .8s;
  font-size: 1rem; }

.utility-nav .utility-accordion .accordion-content .row {
  margin: 0; }

@media only screen and (min-width: 1025px) {
  .utility-nav .utility-accordion .accordion-content {
    max-height: 3000px;
    padding-bottom: 1.25rem; } }

.utility-nav .utility-accordion .accordion-item {
  overflow: hidden;
  border-top: 0;
  width: 100%;
  float: left;
  clear: both;
  border-bottom: 1px solid #fff; }

.utility-nav .utility-accordion .accordion-item.last {
  border-bottom: 0; }

@media only screen and (min-width: 1025px) {
  .utility-nav .utility-accordion .accordion-item {
    clear: none;
    width: 16.5%;
    border-bottom: 0; }
  .utility-nav .utility-accordion .accordion-item.two-col {
    clear: none;
    width: 33.5%; } }

.utility-nav .utility-accordion .two-col ul {
  width: 45%;
  float: left; }

.utility-nav .utility-accordion .active .accordion-content {
  max-height: 3000px; }

.utility-nav .utility-accordion .active h5 span:before {
  content: "";
  background-image: url(/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png);
  background-repeat: no-repeat;
  background-position: -120px -434px; }

.utility-nav .utility-accordion ul {
  padding-left: 0;
  margin: .3125rem 0 .625rem 0; }

@media only screen and (min-width: 1025px) {
  .utility-nav .utility-accordion ul {
    margin: 0; } }

.utility-nav .utility-accordion li {
  line-height: 20px; }

.utility-nav .utility-accordion h5 {
  background-color: #00b0d3;
  color: #fff;
  font-size: 1.3125rem;
  height: 45px;
  line-height: 45px;
  margin: 0;
  width: 100%;
  padding-left: .625rem; }

@media only screen and (max-width: 40em) {
  .utility-nav .utility-accordion h5 {
    font-size: 1rem; } }

@media only screen and (min-width: 1025px) {
  .utility-nav .utility-accordion h5 {
    margin: 0 0 .625rem 0;
    border-right: 1px solid #fff; } }

.utility-nav .utility-accordion h5 span {
  height: 2.8125rem;
  width: 2.8125rem;
  display: inline-block;
  background-color: #86d3e5;
  padding: .75rem;
  line-height: 20px;
  float: right; }

@media only screen and (min-width: 1025px) {
  .utility-nav .utility-accordion h5 span {
    display: none; } }

.utility-nav .utility-accordion h5 span:before {
  border-radius: 50px;
  height: 1.25rem;
  width: 1.25rem;
  color: #86d3e5;
  background-color: #004283;
  display: inline-block;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  content: "";
  padding-left: .25rem;
  background-image: url(/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png);
  background-repeat: no-repeat;
  background-position: -72px -434px; }

.utility-nav .utility-accordion h6 {
  font-family: "Slate W02 Bold", Arial, sans-serif;
  font-size: 1rem;
  margin: 0 0 15px 0; }

.utility-nav.sml-bar {
  height: 15px; }

.main-nav {
  position: relative;
  width: 100%;
  z-index: 11; }

.main-nav a {
  outline: 0; }

.main-nav nav {
  float: right;
  display: table; }

.main-nav ul {
  list-style: none;
  padding-left: 0;
  display: table; }

@media only screen and (max-width: 40em) {
  .main-nav ul {
    width: 100%; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .main-nav ul {
    width: 100%; } }

.main-nav .clear-both {
  clear: both; }

.main-nav .main-nav-inner {
  position: relative;
  max-width: 73.125rem;
  margin: 0 auto; }

.main-nav .logo-container {
  padding-top: 0;
  padding-left: .9375rem;
  float: left;
  height: 77px;
  display: table; }

.main-nav .logo-container a {
  display: table-cell;
  vertical-align: middle; }

.main-nav .logo-container img {
  width: 100%;
  max-width: 174px;
  min-width: 155px; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .main-nav .logo-container {
    width: 25%; } }

.main-nav .main-nav-wrapper {
  margin-top: 22px;
  margin-bottom: 26px; }

@media only screen and (max-width: 40em) {
  .main-nav .main-nav-wrapper {
    position: absolute;
    margin-bottom: 0; }
  .main-nav .main-nav-wrapper > li:first-child {
    height: 106px;
    position: relative;
    z-index: 200;
    background-color: white; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .main-nav .main-nav-wrapper {
    position: absolute;
    margin-bottom: 0; }
  .main-nav .main-nav-wrapper > li:first-child {
    height: 106px;
    position: relative;
    z-index: 200;
    background-color: white; } }

.main-nav .list-nav {
  float: left;
  margin: 0; }

@media only screen and (max-width: 40em) {
  .main-nav .list-nav {
    padding: 10px 15px 0; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .main-nav .list-nav {
    padding: 10px 15px 0; } }

.main-nav .list-nav > li {
  border-top: 1px solid #00b0d3;
  border-bottom: 1px solid #00b0d3;
  border-right: 1px solid #00b0d3;
  float: left;
  text-transform: uppercase;
  font-family: "Slate W02 Book", Arial, sans-serif;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }

@media only screen and (max-width: 40em) {
  .main-nav .list-nav > li {
    width: 100%;
    border-right: 0;
    border-top: 0; }
  .main-nav .list-nav > li > a {
    border-left: 1px solid #00b0d3;
    border-right: 1px solid #00b0d3; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .main-nav .list-nav > li {
    width: 100%;
    border-right: 0;
    border-top: 0; }
  .main-nav .list-nav > li > a {
    border-left: 1px solid #00b0d3;
    border-right: 1px solid #00b0d3; } }

.main-nav .list-nav > li:first-child {
  border-left: 1px solid #00b0d3; }

@media only screen and (max-width: 40em) {
  .main-nav .list-nav > li:first-child {
    border-top: 1px solid #00b0d3;
    border-left: 0; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .main-nav .list-nav > li:first-child {
    border-top: 1px solid #00b0d3;
    border-left: 0; } }

.main-nav .list-nav > li.sml-drop {
  position: relative; }

.main-nav .list-nav > li.sml-drop a:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid transparent;
  content: "";
  left: 42%;
  top: 100%;
  display: block;
  position: absolute;
  -webkit-transition: border 100ms;
  -moz-transition: border 100ms;
  -o-transition: border 100ms;
  -ms-transition: border 100ms;
  transition: border 100ms; }

.main-nav .list-nav > li.sml-drop .sub-menu {
  left: auto;
  width: auto; }

@media only screen and (min-width: 1025px) {
  .main-nav .list-nav > li.sml-drop .sub-menu {
    left: -40%;
    width: 180%; } }

.main-nav .list-nav > li.sml-drop .sub-column {
  width: 100%; }

.main-nav .list-nav > li.sml-drop ul {
  float: none;
  width: 100%; }

@media only screen and (min-width: 1025px) {
  .main-nav .list-nav > li:hover > a {
    color: white;
    background-color: #00b0d3; }
  .main-nav .list-nav > li:hover > a.has-sub:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #00b0d3;
    content: "";
    left: 42%;
    top: 100%;
    display: block;
    position: absolute; } }

@media only screen {
  .main-nav .list-nav > li > a.open {
    color: white;
    background-color: #00b0d3; } }

.main-nav .list-nav > li > a {
  text-decoration: none;
  color: #0095b3;
  background-color: transparent;
  padding: .5rem .8rem;
  display: inline-block;
  position: relative;
  -webkit-transition: color 100ms linear, background-color 100ms linear;
  -moz-transition: color 100ms linear, background-color 100ms linear;
  -o-transition: color 100ms linear, background-color 100ms linear;
  -ms-transition: color 100ms linear, background-color 100ms linear;
  transition: color 100ms linear, background-color 100ms linear; }

@media only screen and (max-width: 40em) {
  .main-nav .list-nav > li > a {
    width: 100%; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .main-nav .list-nav > li > a {
    width: 100%; } }

@media only screen and (min-width: 1025px) {
  .main-nav .list-nav > li > a {
    cursor: default; }
  .main-nav .list-nav > li > a:hover ~ .sub-menu {
    opacity: 1;
    visibility: visible; } }

.main-nav .sub-menu {
  position: absolute;
  left: 0;
  color: #00b0d3;
  width: 100%;
  text-transform: none;
  z-index: 21;
  background-color: transparent;
  opacity: 0;
  visibility: hidden; }

@media only screen and (min-width: 1025px) {
  .main-nav .sub-menu {
    -webkit-transition: opacity 100ms linear, visibility 100ms linear;
    -moz-transition: opacity 100ms linear, visibility 100ms linear;
    -o-transition: opacity 100ms linear, visibility 100ms linear;
    -ms-transition: opacity 100ms linear, visibility 100ms linear;
    transition: opacity 100ms linear, visibility 100ms linear; }
  .main-nav .sub-menu:hover {
    opacity: 1;
    visibility: visible;
    display: block; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .main-nav .sub-menu {
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -o-transition: height 300ms;
    -ms-transition: height 300ms;
    transition: height 300ms;
    height: 0; }
  .main-nav .sub-menu.open {
    visibility: visible;
    display: block;
    opacity: 1;
    position: relative;
    height: auto; } }

@media only screen and (max-width: 40em) {
  .main-nav .sub-menu {
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -o-transition: height 300ms;
    -ms-transition: height 300ms;
    transition: height 300ms;
    height: 0; }
  .main-nav .sub-menu.open {
    visibility: visible;
    display: block;
    opacity: 1;
    position: relative;
    height: auto; } }

.main-nav .sub-menu span {
  background-color: white;
  display: inline-block;
  width: 100%;
  padding: 10px 0 3px 15px;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  text-transform: uppercase; }

@media only screen and (min-width: 1025px) {
  .main-nav .sub-menu span {
    background-color: #00b0d3;
    color: white;
    padding-bottom: 10px; } }

@media only screen and (max-width: 40em) {
  .main-nav .sub-menu span {
    padding-bottom: 8px;
    padding-left: 5px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .main-nav .sub-menu span {
    padding-bottom: 8px; } }

.main-nav .sub-menu-wrap {
  margin-top: 10px;
  background-color: white;
  display: table;
  width: 100%; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .main-nav .sub-menu-wrap {
    margin-top: 0; } }

@media only screen and (max-width: 40em) {
  .main-nav .sub-menu-wrap {
    margin-top: 0; } }

.main-nav .sub-column {
  width: 50%;
  padding-left: 0;
  float: left;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-radius: 1px; }

.main-nav .sub-column:first-child {
  border-left: 1px solid #efefef; }

.main-nav .sub-column ul {
  float: left;
  width: 50%;
  line-height: 19px; }

@media only screen and (max-width: 40em) {
  .main-nav .sub-column ul {
    width: 100%; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .main-nav .sub-column ul {
    width: 100%; } }

.main-nav .sub-column li {
  color: white;
  font-size: 15px;
  line-height: 15px; }

.main-nav .sub-column a {
  border-bottom: 1px solid #efefef;
  color: #6e6e6e;
  text-decoration: none;
  display: block;
  padding: 8px 15px;
  background-color: transparent;
  -webkit-transition: background-color 250ms, color 250ms;
  -moz-transition: background-color 250ms, color 250ms;
  -o-transition: background-color 250ms, color 250ms;
  -ms-transition: background-color 250ms, color 250ms;
  transition: background-color 250ms, color 250ms; }

.main-nav .sub-column a:hover {
  background-color: #f5f5f5;
  color: #424242; }

@media only screen and (max-width: 40em) {
  .main-nav .sub-column a {
    padding: 6px; } }

.main-nav .sub-column li:last-of-type a {
  margin-bottom: -1px; }

.main-nav .nav-icon-link {
  display: inline-block;
  height: 25px;
  margin: 0 40px 0 4%;
  float: right;
  position: relative;
  margin-top: 27px; }

@media only screen and (max-width: 40em) {
  .main-nav .nav-icon-link {
    padding-top: 0;
    margin-top: 28px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .main-nav .nav-icon-link {
    padding-top: 0;
    margin-top: 28px; } }

@media only screen and (min-width: 1025px) {
  .main-nav .nav-icon-link:hover .nav-icon, .main-nav .nav-icon-link:hover .nav-icon:before,
  .main-nav .nav-icon-link:hover .nav-icon:after {
    background: #00b0d3; }
  .main-nav .nav-icon-link:hover span {
    color: #00b0d3; } }

.main-nav .nav-icon-link.active:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #00b0d3;
  display: inline-block;
  content: "";
  left: 6px;
  top: 45px;
  display: block;
  position: absolute; }

@media only screen and (max-width: 40em) {
  .main-nav .nav-icon-link.active:after {
    top: 38px;
    z-index: 26; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .main-nav .nav-icon-link.active:after {
    top: 38px;
    z-index: 26; } }

.main-nav .nav-icon-link.active .nav-icon, .main-nav .nav-icon-link.active .nav-icon:before,
.main-nav .nav-icon-link.active .nav-icon:after {
  background-color: #00b0d3; }

.main-nav .nav-icon-link.active span {
  color: #00b0d3; }

.main-nav .nav-icon-link span {
  font-size: 10px;
  color: #86d3e5;
  margin-top: 23px;
  display: inline-block; }

.main-nav .nav-icon-link:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid transparent;
  display: inline-block;
  content: "";
  left: 6px;
  top: 45px;
  display: block;
  position: absolute;
  -webkit-transition: border 250ms;
  -moz-transition: border 250ms;
  -o-transition: border 250ms;
  -ms-transition: border 250ms;
  transition: border 250ms; }

@media only screen and (max-width: 40em) {
  .main-nav .nav-icon-link:after {
    top: 38px;
    z-index: 26; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .main-nav .nav-icon-link:after {
    top: 38px;
    z-index: 26; } }

.main-nav .nav-icon, .main-nav .nav-icon:before, .main-nav .nav-icon:after {
  width: 1.5625rem;
  height: .1875rem;
  background: #86d3e5; }

.main-nav .nav-icon {
  position: relative; }

.main-nav .nav-icon:before, .main-nav .nav-icon:after {
  content: "";
  display: block;
  position: absolute; }

.main-nav .nav-icon:before {
  top: .5rem; }

.main-nav .nav-icon:after {
  top: 1rem; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .main-nav nav {
    float: left;
    display: block;
    max-height: 0;
    position: relative;
    width: 100%; }
  .main-nav nav .main-nav-wrapper {
    max-height: 0;
    z-index: 25;
    background-color: white;
    margin-top: 0;
    display: block;
    overflow-y: hidden; }
  .main-nav nav.open .main-nav-wrapper {
    max-height: 2000px; }
  .main-nav nav.open .main-nav-wrapper.active {
    height: auto;
    z-index: 301; } }

@media only screen and (max-width: 40em) {
  .main-nav nav {
    float: left;
    display: block;
    max-height: 0;
    position: relative;
    width: 100%; }
  .main-nav nav .main-nav-wrapper {
    max-height: 0;
    z-index: 25;
    background-color: white;
    margin-top: 0;
    display: block;
    overflow-y: hidden; }
  .main-nav nav.open .main-nav-wrapper {
    max-height: 2000px; }
  .main-nav nav.open .main-nav-wrapper.active {
    height: auto;
    z-index: 301; } }

.slide-down-panel {
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 0; }

@media only screen and (min-width: 1025px) {
  .slide-down-panel {
    background-color: #00b0d3;
    position: absolute;
    top: 82px;
    left: 0;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 200ms, visibility 200ms;
    -moz-transition: opacity 200ms, visibility 200ms;
    -o-transition: opacity 200ms, visibility 200ms;
    -ms-transition: opacity 200ms, visibility 200ms;
    transition: opacity 200ms, visibility 200ms; } }

@media only screen and (max-width: 40em) {
  .slide-down-panel {
    position: relative;
    height: 189px;
    max-height: 189px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .slide-down-panel {
    position: relative;
    height: 189px;
    max-height: 189px; } }

.slide-down-panel:after, .slide-down-panel:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  top: 0;
  bottom: 0;
  width: 9999px;
  z-index: 50; }

@media only screen and (min-width: 1025px) {
  .slide-down-panel:after, .slide-down-panel:before {
    background-color: #00b0d3; } }

@media only screen and (max-width: 40em) {
  .slide-down-panel:after, .slide-down-panel:before {
    display: none; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .slide-down-panel:after, .slide-down-panel:before {
    display: none; } }

.slide-down-panel:after {
  left: 100%; }

.slide-down-panel:before {
  right: 100%; }

.slide-down-panel.open {
  height: 72px;
  opacity: 1;
  visibility: visible; }

@media only screen and (min-width: 1025px) {
  .slide-down-panel.open {
    height: 40px; } }

@media only screen and (min-width: 1025px) {
  .slide-down-panel.open .slide-list {
    height: 40px;
    opacity: 1;
    visibility: visible; } }

@media only screen and (max-width: 40em) {
  .slide-down-panel.open .slide-list {
    max-height: 2000px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .slide-down-panel.open .slide-list {
    max-height: 2000px; } }

.slide-down-panel .slide-panel-wrapper {
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto; }

.slide-down-panel .slide-list {
  float: right;
  display: block;
  overflow: hidden;
  margin-top: 18px;
  height: 0; }

@media only screen and (min-width: 1025px) {
  .slide-down-panel .slide-list {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 200ms, visibility 200ms;
    -moz-transition: opacity 200ms, visibility 200ms;
    -o-transition: opacity 200ms, visibility 200ms;
    -ms-transition: opacity 200ms, visibility 200ms;
    transition: opacity 200ms, visibility 200ms; } }

@media only screen and (max-width: 40em) {
  .slide-down-panel .slide-list {
    float: left;
    padding-left: 10px;
    height: auto;
    margin-top: 0; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .slide-down-panel .slide-list {
    float: left;
    padding-left: 10px;
    height: auto;
    margin-top: 0; } }

.slide-down-panel .slide-list li {
  float: left;
  font: normal .9375rem "Slate W02 Book", Arial, sans-serif; }

@media only screen and (min-width: 1025px) {
  .slide-down-panel .slide-list li {
    margin-left: 8px; } }

@media only screen and (max-width: 40em) {
  .slide-down-panel .slide-list li {
    float: none;
    width: 100%;
    padding: 0; }
  .slide-down-panel .slide-list li:last-of-type a {
    padding-bottom: 1rem; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .slide-down-panel .slide-list li {
    float: none;
    width: 100%;
    padding: 0; }
  .slide-down-panel .slide-list li:last-of-type a {
    padding-bottom: .75rem; } }

.slide-down-panel .slide-list a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 12px;
  color: #6e6e6e;
  background-color: transparent;
  border-radius: 1px;
  -webkit-transition: background-color 250ms;
  -moz-transition: background-color 250ms;
  -o-transition: background-color 250ms;
  -ms-transition: background-color 250ms;
  transition: background-color 250ms; }

@media only screen and (min-width: 1025px) {
  .slide-down-panel .slide-list a {
    color: white; } }

@media only screen and (max-width: 40em) {
  .slide-down-panel .slide-list a {
    width: 100%;
    display: inline-block;
    padding: 10px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .slide-down-panel .slide-list a {
    width: 100%;
    display: inline-block;
    padding: 10px; } }

.slide-down-panel .slide-list a:hover {
  background-color: rgba(255, 255, 255, 0.15); }

.profile-menu {
  background: transparent url(/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/clienthub-background-2.jpg) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 2.8125rem;
  padding-top: 2.1875rem; }

.profile-menu h1, .profile-menu p {
  color: white;
  font-weight: normal; }

.profile-menu h1 {
  font-weight: normal;
  font-size: 2rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  margin-bottom: .25rem;
  margin-top: 0; }

.profile-menu p {
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #86d3e5;
  margin-top: .125rem;
  margin-bottom: 1.125rem; }

.profile-menu .company {
  color: white;
  font-size: .875rem;
  text-transform: uppercase;
  margin-top: .375rem;
  margin-bottom: 0; }

.profile-menu strong {
  font-family: "Slate W02 Bold", Arial, sans-serif; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .profile-menu .manager-column {
    padding-left: 0; } }

.profile-menu .profile-manager {
  float: right;
  margin-top: 0;
  margin-bottom: 0; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .profile-menu .profile-manager {
    padding-left: 0; } }

@media only screen and (max-width: 40em) {
  .profile-menu .profile-manager {
    float: left;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: .9375rem; } }

.profile-menu .profile-manager li {
  float: left;
  font-family: "Slate W02 Light", Arial, sans-serif;
  list-style: none;
  text-decoration: none;
  color: white; }

.profile-menu .profile-manager a {
  color: white;
  font-size: .875rem;
  text-decoration: none;
  text-transform: uppercase; }

.profile-menu .profile-manager span {
  padding: 0 .75rem; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .profile-menu .profile-manager span {
    padding: 0 .4375rem; } }

@media only screen and (min-width: 1025px) {
  .testimonial-carousel,
  .feature-carousel {
    width: 57em;
    width: 89%; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .testimonial-carousel .carousel-panel,
  .feature-carousel .carousel-panel {
    max-width: 100%; } }

.testimonial-carousel .carousel-panel button,
.feature-carousel .carousel-panel button {
  outline: 0; }

.feature-carousel .carousel-panel .item {
  background-color: white;
  overflow: hidden;
  height: 190px;
  box-sizing: border-box; }

@media only screen and (max-width: 40em) {
  .feature-carousel .carousel-panel .item {
    height: 149px; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .feature-carousel .carousel-panel .item {
    height: 190px; } }

.testimonial-carousel .carousel-panel .tbl,
.feature-carousel .carousel-panel .tbl {
  display: table;
  height: 100%;
  position: relative; }

.testimonial-carousel .carousel-panel .slide,
.feature-carousel .carousel-panel .slide {
  padding: 0 .625rem;
  margin: 2px 2px; }

.feature-carousel .carousel-panel a {
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #0080b4;
  text-decoration: underline;
  margin-top: 4px;
  float: left; }

.feature-carousel .carousel-panel a:first-child {
  float: left;
  text-decoration: none;
  margin: 0; }

@media only screen and (max-width: 40em) {
  .feature-carousel .carousel-panel a {
    width: 132px; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .feature-carousel .carousel-panel a {
    width: 162px; } }

.testimonial-carousel .carousel-panel .text-wrap,
.feature-carousel .carousel-panel .text-wrap {
  padding: 0 .625rem .25rem 1.25rem;
  display: table-cell;
  width: 90%;
  vertical-align: middle; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .feature-carousel .carousel-panel .text-wrap {
    width: 94%;
    padding: 0 0 .25rem .625rem; } }

@media only screen and (max-width: 40em) {
  .feature-carousel .carousel-panel .text-wrap {
    width: 94%;
    padding: 0 0 .125rem .5rem; } }

.feature-carousel .carousel-panel .text-wrap .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  margin-bottom: .125rem; }

.feature-carousel .carousel-panel .text-wrap h2 {
  padding-bottom: .125rem;
  margin-bottom: 0;
  margin-top: 0; }

.feature-carousel .carousel-panel .text-wrap h2 a {
  font-size: 1.3125rem;
  margin-bottom: .375rem;
  color: #084d8b;
  position: relative;
  width: 100%;
  margin-top: 0;
  text-decoration: none; }

@media only screen and (max-width: 40em) {
  .feature-carousel .carousel-panel .text-wrap h2 a {
    font-size: 1.0625rem;
    margin-bottom: .25rem; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .feature-carousel .carousel-panel .text-wrap h2 a {
    font-size: 1.3125rem; } }

.feature-carousel .carousel-panel .text-wrap p {
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  margin: 0;
  padding: 0; }

.feature-carousel .carousel-panel .text-wrap a.learn-more {
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  color: #0080b4;
  text-decoration: underline;
  margin-top: 4px;
  float: left; }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .feature-carousel .carousel-panel .text-wrap a.learn-more {
    display: block; } }

.testimonial-carousel .carousel-panel .slick-prev, .testimonial-carousel .carousel-panel .slick-next,
.feature-carousel .carousel-panel .slick-prev, .feature-carousel .carousel-panel .slick-next {
  display: none; }

.testimonial-carousel .carousel-panel .slick-prev:before, .testimonial-carousel .carousel-panel .slick-next:before,
.feature-carousel .carousel-panel .slick-prev:before, .feature-carousel .carousel-panel .slick-next:before {
  content: ""; }

@media only screen and (min-width: 1025px) {
  .testimonial-carousel .carousel-panel .slick-prev, .testimonial-carousel .carousel-panel .slick-next,
  .feature-carousel .carousel-panel .slick-prev, .feature-carousel .carousel-panel .slick-next {
    position: absolute;
    display: block;
    height: 60%;
    width: 50px;
    line-height: 12px;
    font-size: 12px;
    cursor: pointer;
    top: 0;
    text-decoration: underline;
    margin-top: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    padding: 0; }
  .testimonial-carousel .carousel-panel .slick-prev:after, .testimonial-carousel .carousel-panel .slick-next:after,
  .feature-carousel .carousel-panel .slick-prev:after, .feature-carousel .carousel-panel .slick-next:after {
    width: 30px;
    height: 90px;
    content: "";
    position: absolute;
    background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") no-repeat; } }

.testimonial-carousel .carousel-panel .slick-prev, .testimonial-carousel .carousel-panel .slick-next,
.feature-carousel .carousel-panel .slick-prev, .feature-carousel .carousel-panel .slick-next {
  display: none;
  height: 190px; }

@media only screen and (min-width: 1025px) {
  .testimonial-carousel .carousel-panel .slick-prev, .testimonial-carousel .carousel-panel .slick-next,
  .feature-carousel .carousel-panel .slick-prev, .feature-carousel .carousel-panel .slick-next {
    display: block; } }

.testimonial-carousel .carousel-panel .slick-prev:after, .testimonial-carousel .carousel-panel .slick-next:after,
.feature-carousel .carousel-panel .slick-prev:after, .feature-carousel .carousel-panel .slick-next:after {
  top: 50px; }

@media only screen and (min-width: 1025px) {
  .testimonial-carousel .carousel-panel .slick-prev,
  .feature-carousel .carousel-panel .slick-prev {
    left: -50px;
    right: 0; }
  .testimonial-carousel .carousel-panel .slick-prev:after,
  .feature-carousel .carousel-panel .slick-prev:after {
    right: 7%;
    background-position: -215px -80px; } }

@media only screen and (min-width: 1025px) {
  .testimonial-carousel .carousel-panel .slick-next,
  .feature-carousel .carousel-panel .slick-next {
    right: -50px; }
  .testimonial-carousel .carousel-panel .slick-next:after,
  .feature-carousel .carousel-panel .slick-next:after {
    right: 25%;
    background-position: -260px -80px; } }

.feature-carousel .carousel-panel .resource-fav {
  background-size: 200px;
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") no-repeat;
  background-position: -9px -295px;
  width: 32px;
  height: 34px;
  cursor: pointer;
  float: right;
  border: 0;
  bottom: 0;
  position: absolute;
  right: -3px; }

.feature-carousel .carousel-panel .resource-fav.active-state {
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") no-repeat;
  background-position: -9px -253px; }

.carousel-panel {
  margin-bottom: 3.75rem; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .carousel-panel {
    margin-bottom: 3.75rem; } }

@media only screen and (max-width: 40em) {
  .carousel-panel {
    margin-bottom: 3.75rem; } }

.carousel-panel .item.green {
  border-top: 5px solid;
  border-top-color: #566b1a; }

.carousel-panel .item.blue {
  border-top: 5px solid;
  border-top-color: #084d8b; }

.carousel-panel .item.maroon {
  border-top: 5px solid;
  border-top-color: #840639; }

.carousel-panel .item.purple {
  border-top: 5px solid;
  border-top-color: #451a69; }

.carousel-panel .item.darkorange {
  border-top: 5px solid;
  border-top-color: #b46620; }

.carousel-panel .item.turquoise {
  border-top: 5px solid;
  border-top-color: #0d6b6d; }

.carousel-panel .item.bright-sapphire {
  border-top: 5px solid;
  border-color: #00a8c8; }

.carousel-panel .item.dark-ruby {
  border-top: 5px solid;
  border-top-color: #690031; }

.carousel-panel .item.dark-peridot {
  border-top: 5px solid;
  border-top-color: #516021; }

.carousel-panel .item.dark-topaz {
  border-top: 5px solid;
  border-top-color: #905501; }

.carousel-panel .item.dark-turquoise {
  border-top: 5px solid;
  border-top-color: #004c50; }

.carousel-panel .item.dark-iolite {
  border-top: 5px solid;
  border-top-color: #43286d; }

.carousel-panel .item.dark-sapphire {
  border-top: 5px solid;
  border-top-color: #002c77; }

.carousel-panel .item.dark-amethyst {
  border-top: 5px solid;
  border-top-color: #570054; }

.carousel-panel .item.dark-emerald {
  border-top: 5px solid;
  border-top-color: #00582d; }

.carousel-panel .item.dark-citrine {
  border-top: 5px solid;
  border-top-color: #8d380a; }

.carousel-panel .item.dark-garnet {
  border-top: 5px solid;
  border-top-color: #820009; }

.search-results-wrap {
  min-height: 330px; }

@media only screen and (min-width: 1025px) {
  .search-results-wrap aside {
    padding-top: 3.75rem;
    padding-left: 5rem; } }

.search-results {
  margin-bottom: 3.75rem; }

.search-results article {
  border-bottom: 1px solid #ccc;
  margin: 0 0 1rem 0;
  padding-bottom: 1rem; }

.search-results article:first-of-type {
  border-top: 1px solid #ccc; }

.search-results h2 {
  margin-bottom: 0;
  font-size: 1.3125rem;
  margin-top: 10px; }

.search-results h2 a {
  margin-bottom: .625rem;
  color: #00b0d3;
  position: relative; }

.search-results h3 {
  font-weight: normal;
  font-size: 1.875rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #00b0d3;
  margin: 0; }

.search-results p {
  color: #37424a;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif; }

.search-results p.date {
  margin-top: .5rem;
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Book", Arial, sans-serif; }

.search-results .article-copy {
  padding: 0 3.75rem 0 0; }

.search-results .resources-container {
  margin-top: 1.25rem; }

.search-results .doc-views {
  background-size: 200px;
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") no-repeat;
  margin-top: -20px;
  float: right;
  width: 50px;
  height: 25px;
  background-position: -2px -91px;
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #ccc;
  padding-left: 30px;
  padding-top: 6px; }

.search-results #nextPage {
  display: none; }

.search-results #finishedLoading {
  bottom: 15px;
  display: none;
  text-align: center;
  width: 100%;
  position: absolute; }

.article-resources .grid article {
  border-top: 5px solid #00a8c8; }

.article-resources .list article {
  border-left: 5px solid #00a8c8; }

.article-resources article {
  margin: 0 .5rem 1rem .5rem; }

.article-resources article.columns {
  padding: 0; }

.article-resources article.green {
  border-color: #566b1a; }

.article-resources article.blue {
  border-color: #084d8b; }

.article-resources article.maroon {
  border-color: #840639; }

.article-resources article.purple {
  border-color: #451a69; }

.article-resources article.darkorange {
  border-color: #b46620; }

.article-resources article.turquoise {
  border-color: #0d6b6d; }

.article-resources article.bright-sapphire {
  border-color: #00a8c8; }

.article-resources article.dark-ruby {
  border-top-color: #690031; }

.article-resources article.dark-peridot {
  border-color: #516021; }

.article-resources article.dark-topaz {
  border-color: #905501; }

.article-resources article.dark-turquoise {
  border-color: #004c50; }

.article-resources article.dark-iolite {
  border-color: #43286d; }

.article-resources article.dark-sapphire {
  border-color: #002c77; }

.article-resources article.dark-amethyst {
  border-color: #570054; }

.article-resources article.dark-emerald {
  border-color: #00582d; }

.article-resources article.dark-citrine {
  border-color: #8d380a; }

.article-resources article.dark-garnet {
  border-color: #820009; }

.article-resources h3 {
  font-weight: normal;
  font-size: 1.875rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #004281;
  margin-bottom: 0; }

.article-resources p {
  color: #45555f;
  margin-top: .55rem;
  margin-bottom: 0;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1rem; }

.article-resources p.item-count {
  margin-bottom: 1.875rem; }

.article-resources button {
  border: 0;
  background-color: transparent; }

.article-resources .item {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 248px; }

.article-resources .article-copy {
  padding: 0 .625rem;
  height: 150px; }

.article-resources article {
  max-width: 266px;
  height: 261px; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .article-resources .resources-container {
    width: 89.66667%;
    margin-left: 11%;
    float: left;
    min-height: 500px; } }

@media only screen and (max-width: 40em) {
  .article-resources .resources-container {
    margin-left: 11%;
    float: left;
    min-height: 500px; } }

.article-resources .resources-container ul {
  display: inline-block;
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #ccc;
  padding: 0 0 .3125rem;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 11px; }

.article-resources .resources-container ul a {
  font-size: .875rem;
  color: #0080b4;
  text-decoration: underline; }

.article-resources .resources-container li {
  float: left;
  list-style: none; }

.article-resources .resources-container li span {
  float: left; }

.article-resources .resources-container button {
  background-size: 200px;
  width: 32px;
  height: 34px;
  cursor: pointer;
  position: absolute;
  bottom: 9px;
  padding: 0;
  right: 1px; }

.article-resources .resources-container button:hover {
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") no-repeat;
  background-position: -9px -214px; }

.article-resources .resources-container .label {
  padding: .9375rem .625rem 0; }

.article-resources .resources-container .label.date {
  padding-top: 0; }

.article-resources .list article {
  height: 160px;
  width: 97%;
  max-width: 100%;
  margin-bottom: 2rem; }

.article-resources .list .item {
  border-top: 1px solid #ccc;
  height: inherit; }

.article-resources .list button {
  bottom: 1px; }

.article-resources .list .article-copy {
  height: 88px; }

.article-resources .list ul {
  bottom: 0;
  left: .625rem; }

.article-resources .list .default {
  border: 0; }

.article-resources .list .default .item {
  border-left: 1px solid #ccc; }

.article-resources .grid .item {
  border-left: 1px solid #ccc; }

.article-resources .grid ul {
  padding-left: 0; }

.article-resources .grid .default {
  border: 0; }

.article-resources .grid .default .item {
  border-top: 1px solid #ccc; }

.article-resources .infinite-scroll-item:last-child {
  float: left; }

.article-resources .asset-container {
  padding-left: 4%; }

@media only screen and (min-width: 1025px) {
  .article-resources .asset-container {
    padding-left: 0; } }

.article-resources .doc-views, .article-resources .doc-size {
  margin-left: 15px; }

.article-resources .doc-views span, .article-resources .doc-size span {
  background-size: 200px;
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") no-repeat;
  margin-top: -6px; }

.article-resources .flag {
  background-size: 200px;
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") no-repeat;
  width: 31px;
  height: 25px;
  cursor: pointer;
  float: right;
  background-position: 0 -180px;
  margin-right: 14px;
  margin-top: 7px; }

.article-resources .flag.active-state {
  background-position: 0 -148px; }

.article-resources .doc-views span {
  width: 31px;
  height: 25px;
  background-position: 0 -91px; }

.article-resources .doc-size span {
  width: 31px;
  height: 25px;
  background-position: 0 -58px; }

.article-resources #loadingCue {
  display: none;
  text-align: center;
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/ajax-loader.gif") no-repeat;
  width: 41px;
  height: 41px;
  margin: 0 auto; }

.article-resources #loadingCue.initial {
  position: relative;
  top: -130px; }

.article-resources #finishedLoading {
  bottom: 15px;
  display: none;
  text-align: center;
  width: 100%;
  position: absolute; }

.article-resources .label {
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #45555f;
  margin: 0; }

.article-resources .splitter {
  color: #45555f;
  padding-left: .3125rem;
  padding-right: .3125rem; }

#media ul {
  width: 91%; }

#media.grid .doc-views {
  float: right; }

#events ul {
  position: inherit;
  padding: .875rem .625rem 0; }

.article-resources {
  margin-bottom: 3.75rem; }

.article-resources .article-copy {
  display: inline-block; }

.article-resources h2 {
  margin-bottom: 10px;
  font-size: 1.3125rem;
  margin-top: 10px;
  line-height: 1.5rem; }

.article-resources h2 a {
  margin-bottom: .625rem;
  color: #084d8b;
  position: relative; }

.article-resources a {
  text-decoration: none; }

.article-resources #nextPage {
  display: none; }

.infinite-scroll-container #loadCue {
  display: inline-block;
  text-align: center;
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/ajax-loader.gif") no-repeat;
  width: 41px;
  height: 41px;
  margin: 0 45%; }

.social-module-container {
  background-color: #00b0d3;
  height: 3.5rem; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .social-module-container {
    height: 5.375rem; } }

@media only screen and (max-width: 40em) {
  .social-module-container {
    height: auto; } }

.social-module .tweet-list {
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/twitter-icon.png") no-repeat 15px 16px;
  background-size: 1.6875rem;
  margin: 0;
  padding: 1.25rem .625rem 1.25rem 3.5625rem;
  font-size: .875rem;
  overflow: hidden; }

@media only screen and (min-width: 1025px) {
  .social-module .tweet-list {
    height: 1.125rem; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .social-module .tweet-list {
    background-position: 15px 26px;
    height: 4.25rem; } }

@media only screen and (max-width: 40em) {
  .social-module .tweet-list {
    padding-bottom: 0;
    height: 82px; } }

.social-module .tweet-list li {
  transition: opacity .5s, max-height 0;
  opacity: 0;
  max-height: 0; }

.social-module .tweet-list li.fade-in {
  opacity: 1;
  max-height: 50px; }

.social-module li {
  width: 100%;
  list-style: none;
  color: white;
  float: left;
  font-weight: normal;
  font-size: .9375rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  height: 1.125rem;
  white-space: nowrap; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .social-module li {
    height: 2.125rem;
    white-space: normal; } }

@media only screen and (max-width: 40em) {
  .social-module li {
    height: 3.75rem;
    white-space: normal; } }

.social-module li a {
  color: inherit;
  text-decoration: none; }

.social-module .icon {
  background-size: 1.375rem;
  background-color: transparent;
  background-repeat: no-repeat;
  margin: 0 6px;
  width: 27px;
  height: 27px;
  position: relative; }

.social-module .icon > a {
  width: 100%;
  height: 100%;
  position: absolute; }

.social-module nav {
  float: right; }

.social-module .social-nav {
  float: right;
  margin: .9375rem 0 0; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .social-module .social-nav {
    margin-top: 25px; } }

@media only screen and (max-width: 40em) {
  .social-module .social-nav {
    float: left;
    margin: 1.5rem 0 0;
    padding-left: 0;
    padding-bottom: 10px; } }

.social-module .linkedin {
  background-image: url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/linkedin.jpg"); }

.social-module .youtube {
  background-image: url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/youtube.jpg");
  margin-top: -0.1875rem; }

.social-module .facebook {
  background-image: url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/facebook.jpg"); }

.optco-container {
  background-color: #084d8b;
 }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .optco-container {
     } }

@media only screen and (max-width: 40em) {
  .optco-container {
    height: auto; } }

.optco-nav {
  padding-top: 40px; }

@media only screen and (max-width: 40em) {
  .optco-nav {
    padding-top: 1.25rem;
    padding-bottom: 1rem; } }

.optco-nav .optco-list {
  margin: 0;
  text-align: right; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .optco-nav .optco-list {
    text-align: left;
    margin-left: 1.5%; } }

@media only screen and (max-width: 40em) {
  .optco-nav .optco-list {
    text-align: left;
    margin-left: .5%; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .optco-nav .optco-secondary {
    padding: 0; } }

.optco-nav li {
  list-style: none;
  margin: 8px 1.5%;
  display: inline-block; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .optco-nav li {
    margin: 8px 0;
    margin-right: 3.5%; } }

@media only screen and (max-width: 40em) {
  .optco-nav li {
    float: none;
    display: block;
    margin-bottom: .5rem;
    margin-left: 0; } }

.optco-nav .optco-list {
  padding: 0;
  padding-top: 2px; }

.optco-nav .optco-list img {
  width: auto;
  height: 12px; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .optco-nav .optco-list {
    margin-left: 0;
    padding-left: 46px;
    padding-top: 0; } }

@media only screen and (max-width: 40em) {
  .optco-nav .optco-list {
    margin-left: 0;
    padding-left: 33px;
    padding-top: 2px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .optco-nav .logo-container {
    padding-bottom: .8125rem;
    padding-top: .5rem; } }

@media only screen and (max-width: 40em) {
  .optco-nav .logo-container {
    padding-bottom: 1rem; } }

.optco-nav .logo-container img {
  height: 37px; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .optco-nav .logo-container img {
    height: 35px; } }

@media only screen and (max-width: 40em) {
  .optco-nav .logo-container img {
    width: 100%;
    max-width: 267px;
    height: auto; } }

.policies-container {
  font-size: .625rem;
  padding: 1.25rem 0; }

.policies-container .policy-links {
  float: right;
  text-align: right;
  width: 100%;
  margin: 0;
  padding-left: 0; }

@media only screen and (max-width: 40em) {
  .policies-container .policy-links {
    float: left;
    padding-top: .8125rem;
    text-align: left; } }

.policies-container .copyright {
  color: #084d8b; }

.policies-container .copyright p {
  font-weight: normal;
  font-size: .875rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #0080b4;
  margin: 0;
  text-transform: uppercase; }

.policies-container li {
  display: inline-block;
  list-style: none;
  padding: 0 2%; }

.policies-container li:first-child {
  padding-left: 0; }

.policies-container a {
  color: #00afd2;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  font: .8125rem "Slate W02 Book", Arial, sans-serif; }

@media only screen and (max-width: 40em) {
  .resource-filter {
    width: 80px; }
  .resource-filter.columns {
    padding-bottom: 0; } }

.resource-filter .faceted-container {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  min-height: 330px;
  border-bottom: 1px solid #ccc; }

@media only screen and (min-width: 1025px) {
  .resource-filter .faceted-container {
    min-width: 240px; } }

@media only screen {
  .resource-filter .faceted-container {
    z-index: 200;
    background: white;
    position: absolute;
    width: 295px;
    -webkit-transition: left .3s ease-out, opacity .3s ease;
    -moz-transition: left .3s ease-out, opacity .3s ease;
    -o-transition: left .3s ease-out, opacity .3s ease;
    -ms-transition: left .3s ease-out, opacity .3s ease;
    transition: left .3s ease-out, opacity .3s ease; }
  .resource-filter .faceted-container.open-animate {
    position: absolute;
    width: 275px;
    left: 0;
    display: block; }
  .resource-filter .faceted-container.open-animate .sort-mobile-face {
    left: -100%; }
  .resource-filter .faceted-container .close-animate .sort-container {
    display: none; } }

@media only screen and (max-width: 40em) {
  .resource-filter .faceted-container {
    left: -195px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .resource-filter .faceted-container {
    left: -215px; } }

@media only screen and (max-width: 40em) {
  .resource-filter .faceted-container {
    width: 239px; } }

@media only screen and (min-width: 1025px) {
  .resource-filter .faceted-container {
    left: 0;
    position: relative;
    width: auto; } }

.resource-filter ul {
  list-style-position: inside; }

.resource-filter ul li {
  list-style-type: none; }

.resource-filter a {
  text-decoration: none; }

.resource-filter .filter-wrap {
  padding: .9375rem .625rem;
  border-bottom: 1px solid #ccc; }

@media only screen and (max-width: 40em) {
  .resource-filter .filter-wrap.bottom-layer {
    display: none; } }

.resource-filter .filter-wrap button {
  color: #c4cacf;
  padding: 0; }

.resource-filter .filter-wrap button:before {
  width: 30px;
  height: 30px;
  background-image: url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px; }

.resource-filter .filter-wrap button.active {
  color: #45555f; }

.resource-filter #list:before {
  background-position: -64px -187px; }

.resource-filter #list.active:before {
  background-position: -64px -149px; }

@media only screen and (min-width: 1025px) {
  .resource-filter #grid {
    float: right; } }

@media only screen {
  .resource-filter #grid {
    padding-left: 12px; } }

.resource-filter #grid:before {
  background-position: -64px -264px; }

.resource-filter #grid.active:before {
  background-position: -64px -225px; }

.resource-filter .filter-container {
  border: 1px solid #45555f;
  width: 83%;
  position: relative;
  color: #45555f; }

@media only screen and (min-width: 1025px) {
  .resource-filter .filter-container {
    width: 100%; } }

.resource-filter .filter-container a {
  color: #45555f;
  position: relative;
  display: block;
  z-index: 21;
  height: 100%;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 30px; }

.resource-filter .filter-container.filtered {
  border-color: #9ca5ae; }

.resource-filter .filter-container.filtered:after {
  cursor: pointer; }

.resource-filter .filter-container.filtered .current-filter:after {
  background-color: #9ca5ae; }

.resource-filter .filter-container.filtered a {
  cursor: default;
  color: #9ca5ae; }

.resource-filter .filter-container.filtered a:after {
  content: "\d7";
  border: 0;
  right: 21px;
  top: 1px;
  color: white;
  font-size: 1.6875rem;
  font-weight: bold; }

.resource-filter .current-filter {
  height: 100%; }

.resource-filter .current-filter:after {
  width: 30px;
  height: 30px;
  background: #45555f;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  font-size: 1.6875rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 7px 7px 7px 8px;
  line-height: 15px; }

.resource-filter .current-filter a:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  display: inline-block;
  position: absolute;
  content: "";
  right: 9px;
  top: 12px; }

.resource-filter .current-filter.plus a:after {
  content: "+";
  border: 0;
  right: 21px;
  top: 1px;
  color: white;
  font-size: 1.6875rem;
  font-weight: bold; }

.resource-filter .current-filter.plus.open a:after {
  content: "-";
  border: 0;
  font-size: 2rem;
  line-height: 23px;
  right: 19px; }

.resource-filter .current-filter.open a:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  display: inline-block;
  border-top: 0;
  content: ""; }

.resource-filter .open .filter-categories {
  display: block; }

.resource-filter .sub-menu {
  margin-left: 0; }

.resource-filter .filter-categories {
  display: none;
  color: #45555f;
  font-size: 1rem;
  width: 100%;
  padding: 11px 0;
  box-sizing: content-box;
  z-index: 300;
  background: white;
  margin: 0;
  top: 29px;
  left: -1px;
  line-height: 23px;
  border-top: 1px solid #45555f; }

.resource-filter .filter-categories.overlay {
  position: absolute;
  border-left: 1px solid #45555f;
  border-right: 1px solid #45555f;
  border-bottom: 1px solid #45555f; }

.resource-filter form {
  border: 1px solid #45555f;
  width: 83%;
  position: relative;
  margin: 0;
  height: 30px;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #45555f; }

@media only screen and (min-width: 1025px) {
  .resource-filter form {
    width: 100%; } }

.resource-filter #dynamicForm {
  display: none; }

.resource-filter .resource-search {
  border: 0;
  padding: 6px 0 0 7px;
  width: 79%; }

.resource-filter .resource-search::-webkit-input-placeholder {
  color: #45555f;
  -webkit-font-smoothing: antialiased; }

.resource-filter .resource-search::-moz-placeholder {
  color: #45555f; }

.resource-filter .resource-search:-ms-input-placeholder {
  color: #45555f; }

.resource-filter .resource-search:-moz-placeholder {
  color: #45555f;
  -moz-osx-font-smoothing: grayscale; }

.resource-filter .resource-search::-ms-clear {
  display: none; }

.resource-filter .search-icon {
  border: 0;
  background-size: 200px;
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") no-repeat 0 -118px;
  width: 31px;
  height: 25px;
  cursor: pointer;
  float: right;
  position: relative; }

.resource-filter .sort-mobile-face {
  background: white;
  position: absolute;
  z-index: 300;
  height: 100%;
  width: 100%;
  left: 0;
  top: -1px;
  border-top: 1px solid #ccc;
  -webkit-transition: left .3s ease-out, opacity .3s ease;
  -moz-transition: left .3s ease-out, opacity .3s ease;
  -o-transition: left .3s ease-out, opacity .3s ease;
  -ms-transition: left .3s ease-out, opacity .3s ease;
  transition: left .3s ease-out, opacity .3s ease; }

.resource-filter .sort-mobile-face p {
  position: absolute;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  top: 44%;
  top: 145px;
  text-transform: uppercase;
  font-size: 1.125rem;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

@media only screen and (max-width: 40em) {
  .resource-filter .sort-mobile-face p {
    right: -128px;
    width: 300px;
    display: block;
    text-align: right;
    overflow: hidden; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .resource-filter .sort-mobile-face p {
    right: -128px;
    width: 300px;
    display: block;
    text-align: right;
    overflow: hidden; } }

.resource-filter .sort-mobile-face p:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #45555f;
  display: inline-block;
  content: "";
  margin-left: 8px; }

@media only screen and (min-width: 1025px) {
  .resource-filter .sort-mobile-face {
    display: none; } }

.resource-filter .request-overlay {
  opacity: .4;
  display: none;
  background-color: #ccc;
  position: absolute;
  z-index: 300;
  height: 100%;
  width: 100%;
  left: 0;
  top: -1px;
  border-top: 1px solid #ccc; }

.resource-filter .close-filter {
  background-color: #45555f;
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0; }

.resource-filter .close-filter span {
  position: absolute;
  top: 30%;
  color: white;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  font-size: 1.25rem;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -8px;
  top: 44%;
  top: 145px;
  text-transform: uppercase;
  font-size: 1.125rem;
  right: 0;
  left: -130px;
  padding-right: 30px;
  width: 300px;
  display: block;
  text-align: right; }

.resource-filter .close-filter span:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  display: inline-block;
  content: "";
  margin-left: 3px;
  position: absolute;
  top: 6px;
  right: 6px; }

@media only screen and (min-width: 1025px) {
  .resource-filter .close-filter {
    display: none; } }

.resource-filter .close-animate .close-filter {
  display: none; }

.resource-filter.button-list {
  width: 100%;
  float: left;
  max-width: 360px;
  margin-bottom: 2.5rem; }

.resource-filter.button-list .filter-wrap {
  padding: 0; }

.resource-filter.button-list .sub-menu {
  margin-left: 0; }

.resource-filter.button-list .filter-categories {
  background-color: #eaebed; }

.resource-filter.button-list .filter-categories a {
  color: #45555f;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 7px;
  text-decoration: underline;
  font-size: .8125rem;
  line-height: 14px; }

.resource-filter.button-list .filter-container {
  width: 100%;
  margin-top: 0; }

.resource-filter #clearAll {
  font-size: .875rem;
  color: #00b0d3;
  float: right;
  line-height: 19px;
  padding-right: 43px; }

@media only screen and (min-width: 1025px) {
  .resource-filter #clearAll {
    padding-right: 0; } }

.resource-filter #filters {
  clear: both; }

#mainFilter .label {
  float: left;
  padding-bottom: 15px; }

.common-content h1, .common-content h2, .richtext h1, .richtext h2 {
  margin-bottom: 1rem;
  color: #004281;
  width: 100%;
  text-transform: none;
  line-height: 2.5rem;
  font-weight: normal;
  font-size: 2.25rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  margin-top: 0;
  font-weight: normal; }

.common-content h3, .common-content h3 a, .richtext h3, .richtext h3 a {
  margin-bottom: 1rem;
  width: 100%;
  text-transform: none;
  color: #45555f;
  line-height: 1.5rem;
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  margin-top: 0; }

.common-content h4, .richtext h4 {
  margin: 0 0 1rem 0;
  text-transform: none;
  color: #45555f;
  padding: 0;
  font-weight: normal;
  font-size: 1.25rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  line-height: 1.5rem; }

.common-content h5, .richtext h5 {
  font-weight: normal;
  font-size: 1.125rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  line-height: 1.5rem;
  margin: 0 0 .75rem 0; }

.common-content h6, .richtext h6 {
  font-weight: normal;
  font-size: 1.125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1.5rem;
  margin: 0 0 .75rem 0; }

.common-content p, .richtext p {
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.5rem;
  color: #45555f;
  margin-bottom: 1.5625rem;
  margin-top: 0; }

.common-content p a, .richtext p a {
  text-decoration: underline;
  color: #00b0d3; }

.common-content a, .richtext a {
  text-decoration: underline;
  color: #00b0d3; }

.common-content ul, .richtext ul {
  text-indent: 0;
  overflow: hidden; }

.common-content li, .common-content li p, .richtext li, .richtext li p {
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.5rem;
  color: #45555f;
  padding-left: 0;
  margin-bottom: 0; }

.common-content li, .richtext li {
  margin-bottom: .875rem; }

.common-content img, .richtext img {
  margin: 0 1.25rem 2.5rem -4.375rem;
  float: left; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .common-content img, .richtext img {
    margin-left: -2.5rem; } }

@media only screen and (max-width: 320px) {
  .common-content img, .richtext img {
    width: 60%; } }

.common-content img.main, .richtext img.main {
  padding: 0;
  margin: 0;
  float: none; }

.common-content .app-header, .richtext .app-header {
  margin-bottom: 2rem; }

.common-content .pr-details, .richtext .pr-details {
  margin-top: 1.5625rem;
  margin-bottom: 1.25rem;
  line-height: .875rem; }

.common-content .pr-details span, .richtext .pr-details span {
  font-weight: normal;
  font-size: .75rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #45555f;
  padding-right: 8px;
  padding-left: 8px;
  border-left: 1px solid #aeaeae;
  text-transform: uppercase; }

.common-content .pr-details span:first-of-type, .richtext .pr-details span:first-of-type {
  border-left: 0;
  padding-left: 0; }

.common-content .label, .richtext .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  color: #45555f;
  margin: 0;
  margin-bottom: .5rem; }

.common-content .secondary-content, .richtext .secondary-content {
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1.875rem;
  color: #004281;
  margin-top: 0;
  margin-bottom: 1.5625rem; }

.common-content .secondary-content b, .richtext .secondary-content b {
  font-family: "Slate W02 Bold", Arial, sans-serif, arial, verdana, sans-serif;
  font-weight: normal; }

.common-content .secondary-content a, .richtext .secondary-content a {
  text-decoration: underline;
  color: #00b0d3; }

.common-content .incopy-cta, .richtext .incopy-cta {
  font-family: "Slate W02 Light Italic", Arial, sans-serif; }

.common-content .incopy-cta a, .richtext .incopy-cta a {
  color: #f38034; }

@media only screen and (max-width: 40em) {
  .common-content .quote, .richtext .quote {
    margin-left: 0; } }

.common-content .video-spotlight, .richtext .video-spotlight {
  position: relative;
  height: 0;
  padding-bottom: 52.25%;
  padding-top: 30px;
  overflow: hidden;
  margin-bottom: 2.5rem; }

@media only screen and (max-width: 40em) {
  .common-content .video-spotlight, .richtext .video-spotlight {
    padding-bottom: 48.25%; } }

.common-content .video-spotlight iframe, .richtext .video-spotlight iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.quote {
  margin: 2.5rem 0 2.5rem 0;
  width: auto;
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 2.125rem;
  color: #0d6690;
  position: relative;
  text-indent: -12px; }

.quote:before {
  content: "\201C";
  line-height: 20px;
  font-size: 30px;
  position: relative; }

.quote:after {
  content: "\201D";
  line-height: inherit;
  font-size: 30px; }

.no-quotes .quote {
  text-indent: 0; }

.no-quotes .quote:before {
  display: none; }

.no-quotes .quote:after {
  display: none; }

.detail img {
  margin: 0 1.25rem 1.25rem -1.25rem;
  float: left; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .detail img {
    margin-left: 0; } }

@media only screen and (max-width: 40em) {
  .detail img {
    margin-left: 0; } }

@media only screen and (max-device-width: 420px) {
  .detail img {
    margin-left: 0;
    width: 50%; } }

.sub-text {
  margin: 1.875rem 0; }

.sub-text p {
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1.125rem; }

.sub-text h4 {
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1.125rem;
  text-transform: uppercase;
  color: #45555f;
  margin: 0 0 .625rem 0; }

.tags {
  padding: 0;
  margin-bottom: 1.25rem; }

.tags span.pipe {
  display: inline-block;
  padding: 0 10px; }

.tags p {
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: .9375rem;
  color: #8b8b8b;
  padding: 0; }

.tags p a {
  color: #45555f;
  text-decoration: none;
  font-size: inherit; }

.blog h1, .blog h2 {
  margin-bottom: 1rem;
  color: #004281;
  width: 100%;
  text-transform: none;
  line-height: 2.5rem;
  font-weight: normal;
  font-size: 2.25rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  margin-top: 0;
  font-weight: normal; }

.blog h3, .blog h3 a {
  margin-bottom: 1rem;
  width: 100%;
  text-transform: none;
  color: #45555f;
  line-height: 1.5rem;
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  margin-top: 0; }

@media only screen and (max-width: 40em) {
  .blog img {
    width: 100%; } }

.article h1 {
  color: #004281;
  width: 100%;
  text-transform: none;
  line-height: 2.5rem;
  font-weight: normal;
  font-size: 2.25rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  margin-top: 0; }

@media only screen and (max-width: 40em) {
  .article img {
    width: 100%; } }

.event-utility {
  color: #7e7e7e;
  font-size: .75rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  text-decoration: none;
  float: left;
  text-transform: uppercase;
  line-height: 20px; }

.event-utility:before {
  background-color: transparent;
  background-image: url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png");
  background-repeat: no-repeat;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
  float: left;
  padding-left: 25px; }

#calendar {
  margin-right: 1.875rem; }

#calendar:before {
  background-position: -66px -304px; }

#map:before {
  background-position: -66px -332px; }

.event-info {
  font-size: 1.125rem;
  line-height: 1.5rem; }

.event-info p {
  line-height: 1.5rem;
  margin-bottom: 1rem; }

.cq-header h1, .cq-header h2 {
  margin: 0 0 .875rem 0;
  padding: 0;
  font-weight: normal;
  font-size: 2.625rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #004281; }

.no-results p {
  font-size: 1.5rem;
  margin-top: 0; }

.sapphire-med {
  color: #006d9e; }

.sapphire-bright {
  color: #00a8c8; }

.iolite-med {
  color: #595998; }

.iolite-bright {
  color: #6f85c2; }

.citrine-med {
  color: #c55f24; }

.citrine-bright {
  color: #f48132; }

.ruby-med {
  color: #a9194f; }

.emerald-med {
  color: #72be44; }

.turquoise-med {
  color: #008075; }

.turquoise-bright {
  color: #0fb694; }

.white-text {
  color: #fff; }

.promo-module .promo {
  margin-bottom: 3.75rem;
  background-color: white;
  overflow: hidden;
  height: 190px;
  padding-right: 3%;
  box-sizing: border-box; }

@media only screen and (max-width: 40em) {
  .promo-module .promo {
    height: 155px;
    margin-bottom: 1.875rem; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .promo-module .promo {
    height: 190px; } }

.promo-module .promo .tbl {
  display: table;
  height: 100%;
  position: relative; }

.promo-module .promo a {
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #0080b4;
  text-decoration: underline;
  margin-top: 4px;
  float: left; }

.promo-module .promo a:first-child {
  float: left;
  text-decoration: none;
  margin: 0; }

@media only screen and (max-width: 40em) {
  .promo-module .promo a {
    width: 132px; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .promo-module .promo a {
    width: 162px; } }

.promo-module .promo .text-wrap {
  padding: 0 0 .25rem 1.25rem;
  display: table-cell;
  width: 90%;
  vertical-align: middle; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .promo-module .promo .text-wrap {
    width: 94%;
    padding: 0 0 .25rem .625rem; } }

@media only screen and (max-width: 40em) {
  .promo-module .promo .text-wrap {
    width: 94%;
    padding: 0 0 .125rem .5rem; } }

.promo-module .promo .text-wrap .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  margin-bottom: .125rem; }

@media only screen and (max-width: 40em) {
  .promo-module .promo .text-wrap .label {
    font-size: .5625rem;
    margin: 0 0 .125rem 0;
    line-height: .625rem;
    padding: 0; } }

.promo-module .promo .text-wrap h2 {
  padding-bottom: .125rem;
  margin-bottom: 0;
  margin-top: 0; }

.promo-module .promo .text-wrap h2 a {
  font-size: 1.3125rem;
  margin-bottom: .375rem;
  color: #084d8b;
  position: relative;
  width: 100%;
  margin-top: 0;
  text-decoration: none; }

@media only screen and (max-width: 40em) {
  .promo-module .promo .text-wrap h2 a {
    font-size: 1.0625rem;
    margin-bottom: .25rem; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .promo-module .promo .text-wrap h2 a {
    font-size: 1.3125rem; } }

.promo-module .promo .text-wrap p {
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.0625rem;
  margin: 0;
  padding: 0; }

.promo-module .promo .text-wrap a.learn-more {
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #0080b4;
  text-decoration: underline;
  margin-top: 4px;
  float: left; }

@media only screen and (max-width: 40em) {
  .promo-module .promo .text-wrap a.learn-more {
    display: none; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .promo-module .promo .text-wrap a.learn-more {
    display: none; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .promo-module .promo .text-wrap a.learn-more {
    display: block; } }

.main-promo {
  border: 1px solid #ccc;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

@media only screen and (max-width: 40em) {
  .main-promo {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto; } }

.main-promo .item img {
  width: 100%; }

@media only screen and (min-width: 1025px) {
  .main-promo .item img {
    float: left;
    width: 48%; } }

.main-promo .text-wrap {
  padding: 1.25rem .5rem 2.1875rem .9375rem; }

@media only screen and (min-width: 1025px) {
  .main-promo .text-wrap {
    padding-bottom: 0;
    padding-top: 11px;
    float: right;
    width: 52%;
    max-height: 113px;
    overflow: hidden; } }

.main-promo img {
  width: 100%; }

.main-promo .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  margin-bottom: .1875rem; }

.main-promo h2 {
  margin: 0;
  line-height: 0;
  padding-bottom: 5px; }

.main-promo h2 a {
  font-size: 1.3125rem;
  line-height: 1.1875rem;
  color: #084d8b;
  text-decoration: none; }

.main-promo p {
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  margin: 0;
  padding: 0; }

.main-promo .read-more {
  text-decoration: underline;
  font-size: 13px;
  color: #0080b4;
  padding-top: 5px;
  display: block; }

.main-promo .slick-slider {
  margin-bottom: 0; }

.main-promo .slider-control {
  position: absolute;
  top: -18px;
  right: 0; }

.main-promo .slide-next, .main-promo .slide-prev {
  background-image: none;
  display: block;
  height: auto;
  width: auto;
  line-height: 12px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 0;
  border: 0;
  outline: 0;
  color: #0080b4;
  padding: 0;
  float: left; }

.main-promo .slide-next {
  padding-left: 10px; }

.feature-area {
  width: 100%;
  padding-top: 2.5rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover; }

@media only screen and (max-width: 40em) {
  .feature-area {
    padding-top: 0; } }

.feature-area .content-block {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2.1875rem 1.25rem 1.25rem 1.25rem; }

.feature-area .content-block p {
  font-weight: normal;
  font-size: 1.875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #004281;
  line-height: 38px;
  margin-top: 0;
  margin-bottom: 1.25rem; }

.feature-area .content-block p .highlight {
  font-weight: normal;
  font-size: 1.875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #00b0d3;
  text-transform: none;
  line-height: inherit; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .feature-area .content-block p {
    margin-top: 0; } }

.feature-area .content-block h1 {
  text-transform: uppercase;
  display: block;
  float: left;
  margin-top: 0;
  color: #004281; }

.feature-area .content-block h2 {
  color: #084d8b;
  padding: 0;
  margin: 0;
  clear: both;
  font-weight: normal;
  font-size: 2.625rem;
  font-family: "Slate W02 Light", Arial, sans-serif; }

.feature-area .content-block .quote, .feature-area .content-block .quote p,
.feature-area .content-block .quote li {
  margin: 0;
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.75rem;
  color: #00b0d3;
  padding: 0; }

.feature-area .content-block .quote .highlight, .feature-area .content-block .quote p .highlight,
.feature-area .content-block .quote li .highlight {
  color: #004281;
  text-transform: none;
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.75rem; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .feature-area .content-block .quote, .feature-area .content-block .quote p,
  .feature-area .content-block .quote li {
    margin-top: .25rem; } }

.feature-area .link {
  display: inline-block;
  font-weight: normal;
  font-size: .875rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  color: white;
  background-color: #0080b4;
  float: left;
  padding: .5rem 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  margin: .3125rem .625rem 1.25rem 0; }

@media only screen and (max-width: 500px) {
  .feature-area .link {
    display: block;
    margin: .9375rem 0 .5rem 0;
    width: 100%; }
  .feature-area .link:first-of-type {
    margin-bottom: 0; }
  .feature-area .link:last-of-type {
    margin-bottom: 10px; } }

.feature-area .link:after {
  width: 0;
  height: 0;
  border-top: .25rem solid transparent;
  border-bottom: .25rem solid transparent;
  border-left: .25rem solid white;
  display: inline-block;
  content: "";
  margin-left: .3125rem; }

.feature-area.campaign-img {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%; }

@media only screen and (max-width: 40em) {
  .feature-area.campaign-img {
    padding-top: 0; } }

.feature-area .main-content {
  margin-bottom: 2rem;
  min-height: 26.25rem;
  padding-top: 5rem; }

@media only screen and (max-width: 40em) {
  .feature-area .main-content {
    min-height: 4.375rem; } }

.feature-area .main-content a {
  text-decoration: none; }

.feature-area .main-content h1 {
  color: #86d3e5;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .feature-area .main-content h1 {
    margin-top: 0; } }

@media only screen and (max-width: 40em) {
  .feature-area .main-content h1 {
    font-size: 3.375rem; } }

.feature-area .main-content h2 {
  color: white;
  margin-top: 0;
  margin-bottom: 0; }

@media only screen and (min-width: 641px) {
  .feature-area .main-content h2 {
    margin-bottom: 1.875rem; } }

.feature-area .main-content p {
  color: white;
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.5625rem;
  margin: 0; }

@media only screen and (min-width: 641px) {
  .feature-area .main-content p {
    display: block !important; } }

.feature-area .main-content .learn-more {
  margin-top: .625rem;
  color: #86d3e5;
  text-transform: uppercase;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  position: relative;
  text-decoration: none;
  display: inline-block; }

@media only screen and (max-width: 40em) {
  .feature-area .main-content .learn-more {
    margin-bottom: 0; } }

.feature-area .main-content .learn-more:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 4px;
  width: 0;
  height: 0;
  border-top: .3125rem solid transparent;
  border-bottom: .3125rem solid transparent;
  border-left: .3125rem solid #86d3e5;
  display: inline-block; }

.feature-area.lvl-01, .feature-area.lvl-02, .feature-area.lvl-03,
.feature-area.lvl-04 {
  padding-top: 4.0625rem;
  padding-bottom: 3.125rem;
  min-height: 400px;
  margin-bottom: 3.5rem; }

.feature-area.lvl-01 .content-block, .feature-area.lvl-02 .content-block,
.feature-area.lvl-03 .content-block, .feature-area.lvl-04 .content-block {
  min-height: 285px; }

.feature-area.lvl-01 h1, .feature-area.lvl-01 h2, .feature-area.lvl-02 h1,
.feature-area.lvl-02 h2, .feature-area.lvl-03 h1, .feature-area.lvl-03 h2,
.feature-area.lvl-04 h1, .feature-area.lvl-04 h2 {
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  float: left;
  margin-top: 3px;
  color: #37424a;
  margin-bottom: 3.4375rem; }

.feature-area.lvl-01 .feature-nav .faceted-container, .feature-area.lvl-02 .feature-nav .faceted-container,
.feature-area.lvl-03 .feature-nav .faceted-container, .feature-area.lvl-04 .feature-nav .faceted-container {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; }

@media only screen and (min-width: 1025px) {
  .feature-area.lvl-01 .feature-nav .faceted-container, .feature-area.lvl-02 .feature-nav .faceted-container,
  .feature-area.lvl-03 .feature-nav .faceted-container, .feature-area.lvl-04 .feature-nav .faceted-container {
    min-width: 240px; } }

@media only screen {
  .feature-area.lvl-01 .feature-nav .faceted-container, .feature-area.lvl-02 .feature-nav .faceted-container,
  .feature-area.lvl-03 .feature-nav .faceted-container, .feature-area.lvl-04 .feature-nav .faceted-container {
    z-index: 200;
    background: white;
    position: absolute;
    width: 295px;
    -webkit-transition: left .3s ease-out, opacity .3s ease;
    -moz-transition: left .3s ease-out, opacity .3s ease;
    -o-transition: left .3s ease-out, opacity .3s ease;
    -ms-transition: left .3s ease-out, opacity .3s ease;
    transition: left .3s ease-out, opacity .3s ease; }
  .feature-area.lvl-01 .feature-nav .faceted-container.open-animate,
  .feature-area.lvl-02 .feature-nav .faceted-container.open-animate,
  .feature-area.lvl-03 .feature-nav .faceted-container.open-animate,
  .feature-area.lvl-04 .feature-nav .faceted-container.open-animate {
    position: absolute;
    width: 275px;
    left: 0;
    display: block; }
  .feature-area.lvl-01 .feature-nav .faceted-container.open-animate .sort-mobile-face,
  .feature-area.lvl-02 .feature-nav .faceted-container.open-animate .sort-mobile-face,
  .feature-area.lvl-03 .feature-nav .faceted-container.open-animate .sort-mobile-face,
  .feature-area.lvl-04 .feature-nav .faceted-container.open-animate .sort-mobile-face {
    left: -100%; } }

@media only screen and (max-width: 40em) {
  .feature-area.lvl-01 .feature-nav .faceted-container, .feature-area.lvl-02 .feature-nav .faceted-container,
  .feature-area.lvl-03 .feature-nav .faceted-container, .feature-area.lvl-04 .feature-nav .faceted-container {
    width: 239px; } }

@media only screen and (min-width: 1025px) {
  .feature-area.lvl-01 .feature-nav .faceted-container, .feature-area.lvl-02 .feature-nav .faceted-container,
  .feature-area.lvl-03 .feature-nav .faceted-container, .feature-area.lvl-04 .feature-nav .faceted-container {
    left: 0;
    position: relative;
    width: auto; } }

.feature-area.lvl-01 .feature-nav ul, .feature-area.lvl-02 .feature-nav ul,
.feature-area.lvl-03 .feature-nav ul, .feature-area.lvl-04 .feature-nav ul {
  list-style-position: inside; }

.feature-area.lvl-01 .feature-nav ul li, .feature-area.lvl-02 .feature-nav ul li,
.feature-area.lvl-03 .feature-nav ul li, .feature-area.lvl-04 .feature-nav ul li {
  list-style-type: none; }

.feature-area.lvl-01 .feature-nav a, .feature-area.lvl-02 .feature-nav a,
.feature-area.lvl-03 .feature-nav a, .feature-area.lvl-04 .feature-nav a {
  text-decoration: none; }

.feature-area.lvl-01 .feature-nav .filter-container, .feature-area.lvl-02 .feature-nav .filter-container,
.feature-area.lvl-03 .feature-nav .filter-container, .feature-area.lvl-04 .feature-nav .filter-container {
  margin: 0;
  border: 1px solid #45555f;
  position: relative;
  color: #45555f;
  background-color: white; }

@media only screen and (min-width: 1025px) {
  .feature-area.lvl-01 .feature-nav .filter-container, .feature-area.lvl-02 .feature-nav .filter-container,
  .feature-area.lvl-03 .feature-nav .filter-container, .feature-area.lvl-04 .feature-nav .filter-container {
    width: 100%; } }

@media only screen and (max-width: 40em) {
  .feature-area.lvl-01 .feature-nav .filter-container, .feature-area.lvl-02 .feature-nav .filter-container,
  .feature-area.lvl-03 .feature-nav .filter-container, .feature-area.lvl-04 .feature-nav .filter-container {
    margin-top: .625rem;
    margin-bottom: .625rem; } }

.feature-area.lvl-01 .feature-nav .filter-container a, .feature-area.lvl-02 .feature-nav .filter-container a,
.feature-area.lvl-03 .feature-nav .filter-container a, .feature-area.lvl-04 .feature-nav .filter-container a {
  color: #45555f;
  position: relative;
  display: block;
  z-index: 10;
  height: 100%;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 30px; }

.feature-area.lvl-01 .feature-nav .filter-container.filtered, .feature-area.lvl-02 .feature-nav .filter-container.filtered,
.feature-area.lvl-03 .feature-nav .filter-container.filtered, .feature-area.lvl-04 .feature-nav .filter-container.filtered {
  border-color: #9ca5ae; }

.feature-area.lvl-01 .feature-nav .filter-container.filtered:after,
.feature-area.lvl-02 .feature-nav .filter-container.filtered:after,
.feature-area.lvl-03 .feature-nav .filter-container.filtered:after,
.feature-area.lvl-04 .feature-nav .filter-container.filtered:after {
  cursor: pointer; }

.feature-area.lvl-01 .feature-nav .filter-container.filtered .current-filter:after,
.feature-area.lvl-02 .feature-nav .filter-container.filtered .current-filter:after,
.feature-area.lvl-03 .feature-nav .filter-container.filtered .current-filter:after,
.feature-area.lvl-04 .feature-nav .filter-container.filtered .current-filter:after {
  background-color: #9ca5ae; }

.feature-area.lvl-01 .feature-nav .filter-container.filtered a,
.feature-area.lvl-02 .feature-nav .filter-container.filtered a, .feature-area.lvl-03 .feature-nav .filter-container.filtered a,
.feature-area.lvl-04 .feature-nav .filter-container.filtered a {
  cursor: default;
  color: #9ca5ae; }

.feature-area.lvl-01 .feature-nav .filter-container.filtered a:after,
.feature-area.lvl-02 .feature-nav .filter-container.filtered a:after,
.feature-area.lvl-03 .feature-nav .filter-container.filtered a:after,
.feature-area.lvl-04 .feature-nav .filter-container.filtered a:after {
  content: "\d7";
  border: 0;
  right: 21px;
  top: 1px;
  color: white;
  font-size: 1.6875rem;
  font-weight: bold; }

.feature-area.lvl-01 .feature-nav .current-filter, .feature-area.lvl-02 .feature-nav .current-filter,
.feature-area.lvl-03 .feature-nav .current-filter, .feature-area.lvl-04 .feature-nav .current-filter {
  height: 100%; }

.feature-area.lvl-01 .feature-nav .current-filter:after, .feature-area.lvl-02 .feature-nav .current-filter:after,
.feature-area.lvl-03 .feature-nav .current-filter:after, .feature-area.lvl-04 .feature-nav .current-filter:after {
  width: 30px;
  height: 30px;
  background: #45555f;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  font-size: 1.6875rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 7px 7px 7px 8px;
  line-height: 15px; }

.feature-area.lvl-01 .feature-nav .current-filter a, .feature-area.lvl-02 .feature-nav .current-filter a,
.feature-area.lvl-03 .feature-nav .current-filter a, .feature-area.lvl-04 .feature-nav .current-filter a {
  outline: 0; }

.feature-area.lvl-01 .feature-nav .current-filter a:after, .feature-area.lvl-02 .feature-nav .current-filter a:after,
.feature-area.lvl-03 .feature-nav .current-filter a:after, .feature-area.lvl-04 .feature-nav .current-filter a:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  display: inline-block;
  position: absolute;
  content: "";
  right: 9px;
  top: 12px; }

.feature-area.lvl-01 .feature-nav .current-filter.open a:after,
.feature-area.lvl-02 .feature-nav .current-filter.open a:after, .feature-area.lvl-03 .feature-nav .current-filter.open a:after,
.feature-area.lvl-04 .feature-nav .current-filter.open a:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  display: inline-block;
  border-top: 0;
  content: ""; }

.feature-area.lvl-01 .feature-nav .open .filter-categories, .feature-area.lvl-02 .feature-nav .open .filter-categories,
.feature-area.lvl-03 .feature-nav .open .filter-categories, .feature-area.lvl-04 .feature-nav .open .filter-categories {
  display: block; }

.feature-area.lvl-01 .feature-nav .sub-menu, .feature-area.lvl-02 .feature-nav .sub-menu,
.feature-area.lvl-03 .feature-nav .sub-menu, .feature-area.lvl-04 .feature-nav .sub-menu {
  margin-left: 0; }

.feature-area.lvl-01 .feature-nav .filter-categories, .feature-area.lvl-02 .feature-nav .filter-categories,
.feature-area.lvl-03 .feature-nav .filter-categories, .feature-area.lvl-04 .feature-nav .filter-categories {
  display: none;
  color: #45555f;
  font-size: 1rem;
  width: 100%;
  padding: 11px 0;
  box-sizing: content-box;
  z-index: 10;
  background: white;
  margin: 0;
  top: 29px;
  left: -1px;
  line-height: 23px;
  border-top: 1px solid #45555f; }

.feature-area.lvl-01 .feature-nav .filter-categories.overlay, .feature-area.lvl-02 .feature-nav .filter-categories.overlay,
.feature-area.lvl-03 .feature-nav .filter-categories.overlay, .feature-area.lvl-04 .feature-nav .filter-categories.overlay {
  position: absolute;
  border-left: 1px solid #45555f;
  border-right: 1px solid #45555f;
  border-bottom: 1px solid #45555f;
  background-color: #eaebec; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .feature-area.lvl-01, .feature-area.lvl-02, .feature-area.lvl-03,
  .feature-area.lvl-04 {
    min-height: 465px;
    padding-top: 3.75rem;
    padding-bottom: 1.875rem; }
  .feature-area.lvl-01 .content-block, .feature-area.lvl-02 .content-block,
  .feature-area.lvl-03 .content-block, .feature-area.lvl-04 .content-block {
    min-height: 368px;
    width: 98%; } }

@media only screen and (max-width: 40em) {
  .feature-area.lvl-01, .feature-area.lvl-02, .feature-area.lvl-03,
  .feature-area.lvl-04 {
    min-height: 485px;
    padding-top: 2.5rem;
    padding-bottom: 1.25rem; }
  .feature-area.lvl-01 .content-block, .feature-area.lvl-02 .content-block,
  .feature-area.lvl-03 .content-block, .feature-area.lvl-04 .content-block {
    min-height: 413px;
    width: 95%; } }

.feature-area.lvl-01.lvl-02, .feature-area.lvl-02.lvl-02, .feature-area.lvl-03.lvl-02,
.feature-area.lvl-04.lvl-02 {
  min-height: 225px; }

.feature-area.lvl-01.lvl-02 h1, .feature-area.lvl-01.lvl-02 h2,
.feature-area.lvl-02.lvl-02 h1, .feature-area.lvl-02.lvl-02 h2, .feature-area.lvl-03.lvl-02 h1,
.feature-area.lvl-03.lvl-02 h2, .feature-area.lvl-04.lvl-02 h1, .feature-area.lvl-04.lvl-02 h2 {
  margin-bottom: 0; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .feature-area.lvl-01.lvl-02, .feature-area.lvl-02.lvl-02, .feature-area.lvl-03.lvl-02,
  .feature-area.lvl-04.lvl-02 {
    min-height: 172px;
    padding-top: 2.75rem; } }

@media only screen and (max-width: 40em) {
  .feature-area.lvl-01.lvl-02, .feature-area.lvl-02.lvl-02, .feature-area.lvl-03.lvl-02,
  .feature-area.lvl-04.lvl-02 {
    min-height: 172px; } }

.feature-area.lvl-01.lvl-02 .content-block, .feature-area.lvl-02.lvl-02 .content-block,
.feature-area.lvl-03.lvl-02 .content-block, .feature-area.lvl-04.lvl-02 .content-block {
  min-height: 98px; }

.feature-area.lvl-01.lvl-03, .feature-area.lvl-01.lvl-04, .feature-area.lvl-02.lvl-03,
.feature-area.lvl-02.lvl-04, .feature-area.lvl-03.lvl-03, .feature-area.lvl-03.lvl-04,
.feature-area.lvl-04.lvl-03, .feature-area.lvl-04.lvl-04 {
  min-height: 160px;
  padding-top: 6.5625rem;
  background-color: #86d3e5;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 1.5rem; }

.feature-area.lvl-01.lvl-03 h1, .feature-area.lvl-01.lvl-03 h2,
.feature-area.lvl-01.lvl-04 h1, .feature-area.lvl-01.lvl-04 h2, .feature-area.lvl-02.lvl-03 h1,
.feature-area.lvl-02.lvl-03 h2, .feature-area.lvl-02.lvl-04 h1, .feature-area.lvl-02.lvl-04 h2,
.feature-area.lvl-03.lvl-03 h1, .feature-area.lvl-03.lvl-03 h2, .feature-area.lvl-03.lvl-04 h1,
.feature-area.lvl-03.lvl-04 h2, .feature-area.lvl-04.lvl-03 h1, .feature-area.lvl-04.lvl-03 h2,
.feature-area.lvl-04.lvl-04 h1, .feature-area.lvl-04.lvl-04 h2 {
  color: white;
  margin-bottom: 0; }

.homepage-feature-area {
  margin-bottom: 3.75rem; }

@media only screen and (min-width: 1025px) {
  .homepage-feature-area {
    margin-bottom: 0; } }

.homepage-feature-area .slider {
  height: 400px;
  overflow: hidden; }

.homepage-feature-area .slide {
  width: 100%;
  height: 400px; }

.homepage-feature-area .slide > div {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%; }

.homepage-feature-area .text-box {
  float: left;
  width: auto;
  height: 400px;
  display: table;
  padding-bottom: 30px; }

.homepage-feature-area .text-box h1, .homepage-feature-area .text-box h2,
.homepage-feature-area .text-box p, .homepage-feature-area .text-box a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.homepage-feature-area .text-box a {
	color:inherit!important;	
}
	
.homepage-feature-area .text-box div {
  display: table-cell;
  vertical-align: middle; }

/*
.homepage-feature-area .text-box h2 {
    font-weight: normal;
    font-size: 1.3125rem;
    font-family: "Slate W02 Light", Arial, sans-serif;
    color: #86d3e5;
    text-transform: uppercase;
    margin-top: .3125rem;
    margin-bottom: .3125rem
}
*/
.homepage-feature-area .text-box h1,
.full-width-carousel .text-box h2 {
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #86d3e5;
  text-transform: uppercase;
  margin-top: .3125rem;
  margin-bottom: 1.25rem; }

.homepage-feature-area .text-box h2 {
  font-weight: normal;
  font-size: 2.625rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: white;
  margin-top: .3125rem;
  margin-bottom: 1.25rem; }

.homepage-feature-area .text-box a {
  text-decoration: none; }

.homepage-feature-area .text-box p {
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: white;
  margin-top: 0;
  margin-bottom: 1rem; }

@media only screen and (max-width: 40em) {
  .homepage-feature-area .text-box p {
    display: none; } }

.homepage-feature-area .text-box .learn-more {
  color: #86d3e5;
  text-transform: uppercase;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  position: relative;
  text-decoration: none;
  display: inline-block; }

.homepage-feature-area .text-box .learn-more:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 2px;
  width: 0;
  height: 0;
  border-top: .3125rem solid transparent;
  border-bottom: .3125rem solid transparent;
  border-left: .3125rem solid #86d3e5;
  display: inline-block; }

.homepage-feature-area .slick-dots {
  bottom: 0; }

.homepage-feature-area .slick-dots li {
  margin-right: 8px; }

.homepage-feature-area .slick-dots li button {
  background-color: transparent;
  border: 3px solid white;
  padding: 4px;
  opacity: .75; }

.homepage-feature-area .slick-dots li.slick-active button {
  background-color: white;
  opacity: 1; }

.call-out-banner {
  margin: 5rem 0;
  margin-top: .5rem; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .call-out-banner {
    margin: 3.125rem 0; } }

@media only screen and (max-width: 40em) {
  .call-out-banner {
    margin: 1.875rem 0; } }

.call-out-banner a {
  text-decoration: none; }

.call-out-banner .wrap {
  min-height: 100px;
  height: auto;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .call-out-banner .wrap {
    height: 112px; } }

@media only screen and (max-width: 40em) {
  .call-out-banner .wrap {
    padding: 1rem;
    background-position: bottom right; } }

.call-out-banner .wrap div.tbl {
  display: table; }

@media only screen and (max-width: 40em) {
  .call-out-banner .wrap div.tbl {
    display: block;
    height: auto; } }

.call-out-banner .header {
  color: white;
  margin: 0;
  padding: 0 2%;
  display: table-cell;
  vertical-align: middle;
  width: 22%;
  height: 100px;
  font-size: 1.4375rem; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .call-out-banner .header {
    height: 112px;
    width: 30%; } }

@media only screen and (max-width: 40em) {
  .call-out-banner .header {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 1rem; } }

.call-out-banner blockquote {
  color: white;
  height: 100px;
  font-weight: normal;
  font-size: .9375rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.1875rem;
  width: 44%;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0 2%; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .call-out-banner blockquote {
    height: 112px;
    padding: 0 .75%; } }

@media only screen and (max-width: 40em) {
  .call-out-banner blockquote {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 1.25rem; } }

.call-out-banner .reg-btn {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 2%;
  width: 17%;
  height: 100px;
  text-align: center; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .call-out-banner .reg-btn {
    height: 112px;
    width: 20%;
    padding-left: 5%; } }

@media only screen and (max-width: 790px) and (min-width: 40.063em) {
  .call-out-banner .reg-btn {
    padding-left: 2%; } }

@media only screen and (max-width: 40em) {
  .call-out-banner .reg-btn {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0; } }

.call-out-banner .reg-btn a, .call-out-banner .reg-btn p {
  font-weight: normal;
  font-size: .875rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  border: 1px solid white;
  color: white;
  background-color: transparent;
  text-transform: uppercase;
  padding: .625rem 3.75rem;
  text-decoration: none;
  width: 80%; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .call-out-banner .reg-btn a, .call-out-banner .reg-btn p {
    padding: .625rem 1.25rem; } }

@media only screen and (max-width: 40em) {
  .call-out-banner .reg-btn a, .call-out-banner .reg-btn p {
    width: 100%; } }

.call-out-banner img {
  width: 100%; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .full-width-carousel {
    margin-bottom: 3.75rem; } }

@media only screen and (max-width: 40em) {
  .full-width-carousel {
    margin-bottom: 3.75rem; } }

.full-width-carousel .slide {
  width: 100%;
  height: 350px; }

.full-width-carousel .slide > div {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%; }

.full-width-carousel .text-box {
  background-color: #fff;
  margin: 4rem 0;
  float: left;
  width: auto;
  padding: 2.25rem;
  display: inline-block; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .full-width-carousel .text-box {
    width: auto;
    padding: 1.75rem;
    display: inline-block; } }

@media only screen and (max-width: 40em) {
  .full-width-carousel .text-box {
    padding: 1.75rem;
    margin: 3rem 0;
    max-height: 300px;
    overflow: hidden; } }

@media only screen and (max-width: 40em) {
  .full-width-carousel .text-box div {
    height: 200px; } }

.full-width-carousel .text-box h2 {
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #084d8b;
  margin-top: .3125rem;
  margin-bottom: 1.25rem; }

.full-width-carousel .text-box p {
  font-weight: normal;
  font-size: .9375rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.25rem;
  color: #45555f;
  margin-top: .3125rem;
  margin-bottom: .3125rem; }

.full-width-carousel .text-box .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  margin-bottom: .125rem; }

.full-width-carousel .text-box a {
  text-decoration: none;
  color: #0080b4;
  font-size: .9375rem;
  text-decoration: underline;
  overflow: hidden; }

.full-width-carousel .text-box a:first-child {
  float: left;
  width: inherit; }

.full-width-carousel .slick-prev, .full-width-carousel .slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: 7%;
  line-height: 12px;
  font-size: 12px;
  cursor: pointer;
  top: 0;
  text-decoration: underline;
  margin-top: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 0; }

.full-width-carousel .slick-prev:before, .full-width-carousel .slick-next:before {
  content: ""; }

@media only screen and (max-width: 40em) {
  .full-width-carousel .slick-prev, .full-width-carousel .slick-next {
    width: 11%; } }

.full-width-carousel .slick-prev {
  left: 0;
  right: 0; }

.full-width-carousel .slick-prev:after {
  content: "";
  width: 30px;
  height: 90px;
  background-color: #000;
  position: absolute;
  right: 30%;
  top: 50%;
  margin-top: -45px;
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") -215px 10px no-repeat; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .full-width-carousel .slick-prev:after {
    right: 10px; } }

@media only screen and (max-width: 40em) {
  .full-width-carousel .slick-prev:after {
    right: auto;
    left: 21%; } }

.full-width-carousel .slick-next {
  right: 0; }

.full-width-carousel .slick-next:after {
  content: "";
  width: 30px;
  height: 90px;
  background-color: #000;
  position: absolute;
  right: 25%;
  top: 50%;
  margin-top: -45px;
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") -260px 10px no-repeat; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .full-width-carousel .slick-next:after {
    right: 10px; } }

@media only screen and (max-width: 40em) {
  .full-width-carousel .slick-next:after {
    right: 4%; } }

.flyout-login {
  padding: 1rem 3rem 1rem 1rem;
  width: 250px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  right: -250px;
  top: 75px;
  z-index: 10; }

@media only screen and (max-width: 40em) {
  .flyout-login {
    display: none; } }

.flyout-login p {
  margin-top: 0; }

.flyout-login a {
  color: #0080b4; }

.flyout-login #hideFlyIn {
  text-decoration: none;
  color: #0080b4;
  font-size: .8125rem;
  text-decoration: underline;
  overflow: hidden;
  margin-top: .625rem;
  display: inline-block; }

.flyout-login h2 {
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #004281;
  font-size: 1.3125rem;
  margin-top: .3125rem;
  margin-bottom: .9375rem; }

.flyout-login input {
  border: 0;
  height: 1.25rem;
  line-height: .75rem;
  margin-bottom: .75rem;
  padding-left: .25rem;
  padding-right: .25rem; }

.campaign-wrap {
  background-color: #fff;
  padding-top: 3.125rem;
  padding-bottom: 2.5rem; }

@media only screen and (max-width: 40em) {
  .campaign-wrap {
    margin-top: 0rem;
    padding-top: 1.875rem; } }

.campaign-wrap .common-content img {
  margin-bottom: 40px; }

.campaign-wrap .common-content img {
  margin: 0 1.25rem 1.25rem -4.375rem;
  float: left; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .campaign-wrap .common-content img {
    margin-left: -2.5rem; } }

@media only screen and (max-width: 40em) {
  .campaign-wrap .common-content img {
    display: none; } }

.campaign-wrap aside {
  width: 32%; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .campaign-wrap aside {
    width: 83.33333%; } }

@media only screen and (max-width: 40em) {
  .campaign-wrap aside {
    width: 91.66667%; } }

.article-wrap {
  background-color: #fff;
  padding-bottom: 2.5rem; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .article-wrap {
    margin-top: 0rem;
    padding-top: 1.875rem; } }

@media only screen and (max-width: 40em) {
  .article-wrap {
    margin-top: 0rem;
    padding-top: 1.875rem; } }

.article-wrap .common-content .right-align img {
  float: right;
  padding-right: 0;
  padding-left: 20px; }

@media only screen and (max-width: 40em) {
  .article-wrap .common-content .right-align img {
    float: none; } }

@media only screen and (max-width: 40em) {
  .article-wrap .common-content {
    padding-left: 0; } }

.article-wrap .common-content .profile-pic {
  float: left;
  padding-top: .5rem; }

@media only screen and (max-width: 40em) {
  .article-wrap .common-content .profile-pic {
    float: left;
    margin-left: -1.125rem;
    margin-top: .5rem;
    padding: 0 .875rem .9375rem 0; } }

.article-wrap .common-content .profile-pic p {
  color: #45555f;
  max-width: 72px;
  font: 11px "Slate W02 Light", Arial, sans-serif;
  font: .6875rem;
  margin: .3125rem 0; }

.article-wrap .common-content .profile-pic img {
  margin: 0 1.25rem .625rem 0;
  padding: 0;
  display: block; }

.article-wrap .common-content .quote {
  margin-left: 0; }

.article-wrap .common-content a {
  text-decoration: underline;
  color: #00b0d3; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .text-slider-wrap {
    margin-bottom: 2.5rem; } }

@media only screen and (max-width: 40em) {
  .text-slider-wrap {
    margin-bottom: 2.5rem; } }

.text-slider-wrap img {
  margin-bottom: 40px; }

.text-slider-wrap h3 {
  color: #004281;
  width: 100%;
  text-transform: uppercase;
  line-height: 2.5rem;
  font: normal 36px "Slate W02 Book", Arial, sans-serif;
  font-size: 2.25rem;
  margin-bottom: .5rem;
  margin-top: 0; }

@media only screen and (max-width: 40em) {
  .text-slider-wrap h3 {
    width: 100%; } }

.text-slider-wrap p {
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.6875rem;
  color: #45555f;
  margin-top: 0;
  margin-bottom: 1.5625rem; }

.text-slider-wrap p.sub-hdr {
  font-family: "Slate W02 Bold", Arial, sans-serif;
  line-height: 1.4375rem;
  color: #45555f; }

.text-slider-wrap .label {
  font-weight: normal;
  font-size: .875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  margin-bottom: .125rem; }

.text-slider-wrap .text-area {
  padding-left: 5rem; }

@media only screen and (max-width: 40em) {
  .text-slider-wrap .text-area {
    padding-left: 0; } }

.text-slider-wrap h3 {
  margin-bottom: .375rem; }

.text-slider-wrap .slick-prev, .text-slider-wrap .slick-next {
  position: absolute;
  display: block;
  height: 60%;
  width: 50px;
  line-height: 12px;
  font-size: 12px;
  cursor: pointer;
  top: 0;
  text-decoration: underline;
  margin-top: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 0; }

.text-slider-wrap .slick-prev:before, .text-slider-wrap .slick-next:before {
  content: ""; }

.text-slider-wrap .slick-prev {
  left: -50px;
  right: 0; }

@media only screen and (max-width: 40em) {
  .text-slider-wrap .slick-prev {
    left: 0;
    visibility: hidden; } }

.text-slider-wrap .slick-prev:after {
  content: "";
  width: 30px;
  height: 90px;
  position: absolute;
  right: 30%;
  top: 50%;
  margin-top: -45px;
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") -215px -80px no-repeat; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .text-slider-wrap .slick-prev:after {
    right: 10px; } }

.text-slider-wrap .slick-next {
  right: -50px; }

@media only screen and (max-width: 40em) {
  .text-slider-wrap .slick-next {
    right: 0;
    visibility: hidden; } }

.text-slider-wrap .slick-next:after {
  content: "";
  width: 30px;
  height: 90px;
  position: absolute;
  right: 25%;
  top: 50%;
  margin-top: -45px;
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") -260px -80px no-repeat; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .text-slider-wrap .slick-next:after {
    right: 10px; } }

.text-slider-wrap .slick-dots li button:before {
  font-size: 25px;
  color: #00b0d3; }

.insights-header {
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/research-analysis.png") no-repeat;
  width: 100%;
  background-size: cover;
  margin-bottom: 3.125rem;
  padding: 3.125rem .625rem; }

.insights-header p {
  font-weight: normal;
  font-size: 1.875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #004281;
  line-height: 38px;
  margin-top: 1.875rem; }

@media medium-only {
  .insights-header p {
    margin-top: 0; } }

.insights-header blockquote {
  margin-top: 1.875rem;
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.75rem;
  color: #00b0d3; }

.insights-header blockquote span {
  color: #004281; }

@media medium-only {
  .insights-header blockquote {
    margin-top: 0; } }

.insights-header h1 {
  color: #0080b4;
  text-transform: uppercase;
  font-size: 36px; }

.insights-header h3 {
  text-transform: uppercase;
  display: block;
  float: left;
  margin-bottom: 0;
  color: #004281; }

.insights-header .content-block {
  background-color: #FFF;
  opacity: .8;
  padding: .625rem; }

.insights-header .profile-manager {
  float: right;
  padding: 2.1875rem 0 0 0;
  margin-top: 0;
  margin-bottom: 1.25rem; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .insights-header .profile-manager {
    padding-left: 0;
    padding-top: .625rem;
    margin-top: 0; } }

@media only screen and (max-width: 40em) {
  .insights-header .profile-manager {
    float: left;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: .625rem;
    margin-top: 0; } }

.insights-header .profile-manager li {
  float: left;
  font-family: "Slate W02 Light", Arial, sans-serif;
  list-style: none;
  text-decoration: none;
  color: white; }

.insights-header .profile-manager a {
  color: #004281;
  font-size: .75rem;
  text-decoration: none; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .insights-header .profile-manager a {
    font-size: 1.7vw; } }

.insights-header .profile-manager span {
  color: #0080b4;
  padding: 0 .75rem; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .insights-header .profile-manager span {
    padding: 0 .4375rem; } }

.register-button {
  margin-left: 6.25rem;
  padding: .625rem .625rem .9375rem .625rem; }

.register-button p {
  font-size: 1.3125rem;
  line-height: 1.0625rem;
  color: #00b0d3;
  margin-top: .3125rem;
  float: left;
  padding-right: .9375rem; }

.register-button button {
  background-color: #f38034;
  font: normal 12px "Slate W02 Book", Arial, sans-serif;
  font-size: .75rem;
  padding: .5rem 1.5rem .5rem .75rem;
  color: white;
  text-transform: uppercase;
  border: 0;
  height: auto;
  display: inline-block;
  margin-right: .625rem;
  cursor: pointer; }

.register-button .arrow-right {
  width: 0;
  height: 0;
  border-top: .3125rem solid transparent;
  border-bottom: .3125rem solid transparent;
  border-left: .3125rem solid white;
  display: inline-block;
  margin-left: -1.65rem;
  margin-right: 1.65rem; }

.global-landing-wrap {
  width: 100%;
  padding-bottom: 3rem;
  padding-top: 3rem;
  min-height: 580px; }

.global-landing-wrap.global-img {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
  background-attachment: fixed; }

@media only screen and (max-width: 40em) {
  .global-landing-wrap.global-img {
    padding-top: 2.5rem; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: landscape) {
  .global-landing-wrap.global-img {
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: auto;
    background-attachment: initial; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: portrait) {
  .global-landing-wrap.global-img {
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: auto;
    background-attachment: initial; } }

@media only screen and (max-width: 40em) {
  .global-landing-wrap img {
    margin-bottom: 1.875rem; } }

.global-landing-wrap h4 {
  font-weight: normal;
  font-size: 3.125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 60px;
  text-transform: uppercase;
  color: #86d3e5;
  padding: 0;
  margin: 0 0 2.5rem 0; }

@media only screen and (max-width: 40em) {
  .global-landing-wrap h4 {
    line-height: 3.125rem;
    font-size: 2.875rem; } }

.global-landing-wrap h4 span {
  color: white; }

.global-landing-wrap .region-selector-wrap {
  margin-bottom: 40px; }

.global-landing-wrap .region-selector-wrap p {
  margin-top: 0;
  margin-bottom: -20px;
  color: #86d3e5;
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif; }

.global-landing-wrap .region-selector-wrap .region-selector-nav {
  position: relative; }

.global-landing-wrap .region-selector-wrap .region-selector-nav a[data-nav] {
  display: block;
  padding: 0 1rem;
  line-height: 3.75rem;
  background-color: white;
  margin-top: 1.875rem;
  color: #084d8b;
  text-decoration: none;
  outline: 0; }

.global-landing-wrap .region-selector-wrap .region-selector-nav a[data-nav]:before {
  content: "+";
  position: absolute;
  top: 43px;
  right: 27px;
  height: 34px;
  width: 34px;
  background-color: #084d8b;
  z-index: 10;
  border-radius: 60px;
  color: white;
  font-size: 1.6875rem;
  font-weight: normal;
  font-family: arial, Verdana, sans-serif;
  margin: 0 auto;
  line-height: 34px;
  text-align: center; }

.global-landing-wrap .region-selector-wrap .region-selector-nav a[data-nav]:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  padding: 1rem;
  right: .9375rem;
  bottom: 0;
  background-color: #86d3e5;
  display: block; }

.global-landing-wrap .region-selector-wrap .region-selector-nav a[data-nav].active:before {
  background-color: #86d3e5;
  content: "-";
  line-height: 28px; }

.global-landing-wrap .region-selector-wrap .region-selector-nav a[data-nav].active:after {
  background-color: white; }

.global-landing-wrap .region-selector-wrap .region-wrap {
  position: relative;
  display: none; }

.global-landing-wrap .region-selector-wrap .white-top {
  display: block;
  background-color: white;
  height: 15px; }

.global-landing-wrap .region-selector-wrap .region-selector-list {
  overflow: hidden;
  background-color: white; }

@media only screen and (max-width: 40em) {
  .global-landing-wrap .region-selector-wrap .region-selector-list {
    padding-bottom: .625rem; } }

.global-landing-wrap .region-selector-wrap .region-selector-list ul {
  padding: 0;
  margin: 0;
  float: left;
  padding: 1rem 2rem;
  padding-bottom: .5rem; }

@media only screen and (max-width: 40em) {
  .global-landing-wrap .region-selector-wrap .region-selector-list ul {
    padding-top: 0;
    padding-bottom: 0; } }

.global-landing-wrap .region-selector-wrap .region-selector-list ul li {
  list-style-type: none;
  margin: 0 0 .25rem 0; }

.global-landing-wrap .region-selector-wrap .region-selector-list ul li:last-of-type {
  margin-bottom: 0; }

.global-landing-wrap .region-selector-wrap .region-selector-list ul li a {
  font-weight: normal;
  font-size: .875rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #084d8b;
  display: block;
  padding: 0;
  line-height: 1.25rem;
  margin-bottom: .625rem;
  text-decoration: none; }

.global-content {
  margin-bottom: 2rem;
  min-height: 10rem;
  margin-top: 0; }

@media only screen and (max-width: 40em) {
  .global-content {
    min-height: 4.375rem; } }

.global-content h1 {
  color: #86d3e5;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .global-content h1 {
    margin-top: 0; } }

.global-content h2 {
  color: white;
  margin-top: 0;
  margin-bottom: 1.875rem; }

.global-content p {
  color: white;
  font: normal 21px "Slate W02 Light", Arial, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.global-content a {
  color: #86d3e5;
  text-transform: uppercase;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  position: relative;
  display: inline-block; }

@media only screen and (max-width: 40em) {
  .global-content a {
    margin-bottom: 0; } }

.hero {
  width: 100%;
  background-color: #e5f6f9;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2.5rem;
  padding: 3.125rem .625rem;
  padding-top: 3.75rem; }

.hero .content-block {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1.875rem 1.25rem .625rem 1.25rem; }

@media only screen and (max-width: 40em) {
  .hero .content-block {
    padding: 1.875rem 0 .9375rem 0; } }

.hero .content-block p {
  font-weight: normal;
  font-size: 1.875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #fff;
  line-height: 38px;
  margin-top: 0;
  margin-bottom: 1.25rem; }

.hero .content-block p .highlight {
  font-weight: normal;
  font-size: 1.875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #00b0d3;
  text-transform: none;
  line-height: inherit; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .hero .content-block p {
    margin-top: 0; } }

.hero .content-block h1 {
  text-transform: uppercase;
  display: block;
  float: left;
  margin-top: 0;
  color: #004281; }

.hero .content-block h2 {
  color: #084d8b;
  padding: 0;
  margin: 0;
  clear: both;
  font-weight: normal;
  font-size: 2.625rem;
  font-family: "Slate W02 Light", Arial, sans-serif; }

.hero .content-block .quote, .hero .content-block .quote p, .hero .content-block .quote li {
  margin: 0;
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.75rem;
  color: #00b0d3;
  padding: 0; }

.hero .content-block .quote .highlight, .hero .content-block .quote p .highlight,
.hero .content-block .quote li .highlight {
  color: #004281;
  text-transform: none;
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.75rem; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .hero .content-block .quote, .hero .content-block .quote p, .hero .content-block .quote li {
    margin-top: .25rem; } }

.hero .link {
  display: inline-block;
  font-weight: normal;
  font-size: .875rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  color: white;
  background-color: #0080b4;
  float: left;
  padding: .5rem 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  margin: .3125rem .625rem 1.25rem 0; }

@media only screen and (max-width: 500px) {
  .hero .link {
    display: block;
    margin: .9375rem 0 .5rem 0;
    width: 100%; }
  .hero .link:first-of-type {
    margin-bottom: 0; }
  .hero .link:last-of-type {
    margin-bottom: 10px; } }

.hero .link:after {
  width: 0;
  height: 0;
  border-top: .25rem solid transparent;
  border-bottom: .25rem solid transparent;
  border-left: .25rem solid white;
  display: inline-block;
  content: "";
  margin-left: .3125rem; }

.hero .link.orange {
  background-color: #f38034; }

.hero .hero-contact-info {
  width: 100%;
  float: left;
  clear: both; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .hero .hero-contact-info {
    max-width: 360px;
    margin-right: 2.5rem; } }

@media only screen and (max-width: 40em) {
  .hero .hero-contact-info {
    display: none; } }

.hero .hero-contact-info .text-area {
  padding: .3125rem 0 0 0; }

.hero .hero-contact-info .text-area p {
  padding: 0;
  text-transform: none;
  color: #45555f;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1.125rem;
  margin: 0 0 .625rem 0; }

.hero .hero-contact-info .text-area dl, .hero .hero-contact-info .text-area dl p,
.hero .hero-contact-info .text-area dt p {
  padding: 0;
  text-transform: none;
  color: #37424a;
  margin: 0 0 .625rem 0;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.25rem; }

.hero .hero-contact-info .text-area dl dt, .hero .hero-contact-info .text-area dl dd {
  padding: 0;
  margin: 0; }

.hero .hero-contact-info .text-area dl dt a, .hero .hero-contact-info .text-area dl dd a {
  color: inherit;
  text-decoration: underline; }

.hero.large-header-solid {
  padding: 2.1875rem 0 1.25rem 0; }

.hero.large-header-solid .content-block {
  background-color: transparent;
  padding: 0; }

.hero.large-header-solid .content-block h1 {
  padding: 0;
  margin: 0 1.25rem 0 0;
  text-transform: uppercase;
  display: block;
  float: left;
  margin-bottom: .9375rem;
  font-weight: normal;
  font-size: 2rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #00a8c8; }

.hero.large-header-solid .content-block p {
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1.875rem;
  margin: 0;
  clear: both;
  color: #37424a; }

.hero.large-header-solid .content-block .highlight {
  color: #00b0d3;
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1.5625rem;
  margin: .625rem 0 0 0;
  clear: both; }

.hero.large-header-solid .content-block .quote {
  margin: 0;
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.75rem;
  color: #00b0d3; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .hero.large-header-solid .content-block .quote {
    margin-top: 0; } }

.hero.large-header-solid .content-block .quote .highlight {
  color: #004281;
  text-transform: none;
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.75rem; }

.hero.large-header-solid .hero-contact-info .text-area p {
  padding: 0;
  text-transform: uppercase;
  color: #45555f;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1.125rem;
  margin: 0 0 .625rem 0; }

.hero.large-header-white .content-block h1, .hero.large-header-white .content-block h2 {
  text-transform: none;
  margin-bottom: 1.25rem;
  font-weight: normal;
  font-size: 2.625rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #00b0d3;
  display: block;
  float: left; }

.hero.small-header-white .content-block h1, .hero.small-header-white .content-block h2 {
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  float: left;
  margin-top: 0;
  color: #004281;
  margin-bottom: 1.25rem; }

.hero.event-detail .content-block .date {
  color: #37424a;
  font-weight: normal;
  font-size: .9375rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  text-transform: uppercase; }

.hero.event-detail .content-block h1, .hero.event-detail .content-block h2 {
  color: #084d8b;
  padding: 0;
  display: inline-block;
  width: 100%;
  margin: 0 0 .625rem 0;
  clear: both;
  font-weight: normal;
  font-size: 2.625rem;
  font-family: "Slate W02 Light", Arial, sans-serif; }

.hero.generic-header, .hero.events, .hero.media-center {
  background-color: #e5f6f9;
  padding: 2.1875rem 0 1.25rem 0; }

.hero.generic-header span, .hero.events span, .hero.media-center span {
  font-weight: normal;
  font-size: .9375rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 2.0625rem;
  text-transform: uppercase; }

@media only screen and (max-width: 40em) {
  .hero.generic-header span, .hero.events span, .hero.media-center span {
    display: block;
    clear: both;
    margin: 0 0 0 .125rem; } }

.hero.generic-header p, .hero.events p, .hero.media-center p {
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1.5625rem;
  margin: .625rem 0 0 0;
  clear: both; }

.hero.generic-header h1, .hero.generic-header h2, .hero.events h1,
.hero.events h2, .hero.media-center h1, .hero.media-center h2 {
  color: #084d8b;
  padding: 0;
  margin: 0;
  clear: both;
  font-weight: normal;
  font-size: 2.625rem;
  font-family: "Slate W02 Light", Arial, sans-serif; }

.hero.generic-header h3, .hero.events h3, .hero.media-center h3 {
  padding: 0;
  margin: 0 1.25rem 0 0;
  text-transform: uppercase;
  display: block;
  float: left;
  margin-bottom: .9375rem;
  font-weight: normal;
  font-size: 2rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #00a8c8; }

@media only screen and (max-width: 40em) {
  .hero.generic-header h3, .hero.events h3, .hero.media-center h3 {
    margin-bottom: 0; } }

.hero.generic-header .quote, .hero.events .quote, .hero.media-center .quote {
  margin: 0;
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.75rem;
  color: #00b0d3; }

.hero.generic-header .quote highlight, .hero.events .quote highlight,
.hero.media-center .quote highlight {
  color: #004281;
  text-transform: none;
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.75rem; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .hero.generic-header .quote, .hero.events .quote, .hero.media-center .quote {
    margin-top: 0; } }

.hero.generic-header .list-nav, .hero.events .list-nav, .hero.media-center .list-nav {
  display: table;
  padding-left: 0;
  margin: 25px 0 10px;
  position: relative;
  width: 100%; }

@media only screen and (max-width: 40em) {
  .hero.generic-header .list-nav, .hero.events .list-nav, .hero.media-center .list-nav {
    display: block;
    margin-bottom: 20px; } }

.hero.generic-header .list-nav li, .hero.events .list-nav li, .hero.media-center .list-nav li {
  list-style: none;
  float: left;
  font-family: "Slate W02 Book", Arial, sans-serif;
  border-top: 1px solid #004281;
  border-bottom: 1px solid #004281;
  border-right: 1px solid #004281; }

@media only screen and (max-width: 40em) {
  .hero.generic-header .list-nav li, .hero.events .list-nav li, .hero.media-center .list-nav li {
    float: none;
    border-bottom: 1px solid #004281;
    border-left: 1px solid #004281;
    border-right: 1px solid #004281;
    border-top: 0; } }

.hero.generic-header .list-nav li:first-child, .hero.events .list-nav li:first-child,
.hero.media-center .list-nav li:first-child {
  border-left: 1px solid #004281; }

@media only screen and (max-width: 40em) {
  .hero.generic-header .list-nav li:first-child, .hero.events .list-nav li:first-child,
  .hero.media-center .list-nav li:first-child {
    border-top: 1px solid #004281; } }

.hero.generic-header .list-nav a, .hero.events .list-nav a, .hero.media-center .list-nav a {
  text-decoration: none;
  font-weight: normal;
  font-size: 1.125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #004281;
  padding: .5rem 1.6rem;
  display: block;
  text-transform: uppercase;
  background: white;
  -webkit-transition: background-color 200ms linear, color 200ms linear;
  -moz-transition: background-color 200ms linear, color 200ms linear;
  -o-transition: background-color 200ms linear, color 200ms linear;
  -ms-transition: background-color 200ms linear, color 200ms linear;
  transition: background-color 200ms linear, color 200ms linear;
  position: relative; }

.hero.generic-header .list-nav a:after, .hero.events .list-nav a:after,
.hero.media-center .list-nav a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 43%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  display: inline-block;
  -webkit-transition: border-color 200ms linear;
  -moz-transition: border-color 200ms linear;
  -o-transition: border-color 200ms linear;
  -ms-transition: border-color 200ms linear;
  transition: border-color 200ms linear;
  display: none; }

@media only screen {
  .hero.generic-header .list-nav a, .hero.events .list-nav a, .hero.media-center .list-nav a {
    -webkit-tap-highlight-color: transparent; }
  .hero.generic-header .list-nav a:active, .hero.events .list-nav a:active,
  .hero.media-center .list-nav a:active {
    background-color: #004281;
    color: white; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .hero.generic-header .list-nav a:active:after, .hero.events .list-nav a:active:after,
  .hero.media-center .list-nav a:active:after {
    border-top-color: white; } }

@media only screen and (min-width: 1025px) {
  .hero.generic-header .list-nav a:hover, .hero.events .list-nav a:hover,
  .hero.media-center .list-nav a:hover {
    background-color: #004281;
    color: white; }
  .hero.generic-header .list-nav a:hover:after, .hero.events .list-nav a:hover:after,
  .hero.media-center .list-nav a:hover:after {
    border-top-color: white; } }

.hero.page-header h1, .hero.page-header h2 {
  color: white;
  font-weight: normal;
  font-size: 2.625rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: .625rem; }

.hero.page-header h3 {
  color: white;
  margin-top: 0;
  font-weight: normal;
  font-size: 1.875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  margin-bottom: 0; }

.hero.large-header-solid-search {
  padding: 2.1875rem 0 1.25rem 0;
  position: relative; }

@media only screen and (max-width: 40em) {
  .hero.large-header-solid-search {
    padding-bottom: 3.75rem; } }

.hero.large-header-solid-search h1 {
  padding: 0;
  margin: 0 1.25rem 0 0;
  text-transform: uppercase;
  display: block;
  margin-bottom: .9375rem;
  font-weight: normal;
  font-size: 2rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #00a8c8;
  width: 100%;
  padding-left: .9375rem;
  padding-right: .9375rem;
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto; }

.hero .search-filter {
  max-width: 73.125rem;
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 641px) {
  .hero .search-filter {
    display: block; } }

@media only screen and (max-width: 40em) {
  .hero .search-filter {
    display: none; }
  .hero .search-filter.open {
    display: block; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .hero .search-filter {
    display: none; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .hero .search-filter {
    display: none; } }

@media only screen and (min-width: 0) and (max-width: 64em) {
  .hero .search-filter {
    width: auto; }
  .hero .search-filter.columns {
    padding-bottom: 0; } }

.hero .search-filter .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: .875rem;
  margin-bottom: .25rem;
  color: #37424a;
  text-transform: uppercase; }

.hero .search-filter ul {
  list-style-position: inside; }

.hero .search-filter ul li {
  list-style-type: none; }

.hero .search-filter a {
  text-decoration: none; }

.hero .search-filter input {
  line-height: 1.125rem;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

.hero .search-filter input::-ms-clear {
  display: none; }

.hero .search-filter .filter-wrap {
  padding: 0;
  position: relative;
  width: 100%;
  padding-left: .9375rem;
  padding-right: .9375rem; }

.hero .search-filter .filter-container {
  border: 1px solid #45555f;
  width: 100%;
  background-color: #fff;
  margin: 0;
  position: relative;
  color: #45555f; }

@media only screen and (min-width: 1025px) {
  .hero .search-filter .filter-container {
    width: 100%; } }

.hero .search-filter .filter-container a {
  color: #45555f;
  position: relative;
  display: block;
  z-index: 21;
  height: 100%;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 7px; }

.hero .search-filter .current-filter {
  height: 100%; }

.hero .search-filter .current-filter:after {
  width: 30px;
  height: 30px;
  background: #45555f;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  font-size: 1.6875rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 7px 7px 7px 8px;
  line-height: 15px; }

.hero .search-filter .current-filter a:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  display: inline-block;
  position: absolute;
  content: "";
  right: 9px;
  top: 12px; }

.hero .search-filter .current-filter.open a:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  display: inline-block;
  border-top: 0;
  content: ""; }

.hero .search-filter .open .filter-categories {
  display: block; }

.hero .search-filter .sub-menu {
  margin-left: 0; }

.hero .search-filter .filter-categories {
  max-height: 400px;
  overflow: scroll;
  display: none;
  color: #45555f;
  font-size: 1rem;
  width: 100%;
  padding: 0 0 11px;
  box-sizing: content-box;
  z-index: 300;
  background: white;
  margin: 0;
  top: 29px;
  left: -1px;
  line-height: 23px;
  border-top: 1px solid #45555f; }

.hero .search-filter .filter-categories.overlay {
  position: absolute;
  border-left: 1px solid #45555f;
  border-right: 1px solid #45555f;
  border-bottom: 1px solid #45555f; }

.hero .search-filter .filter-categories a {
  padding-bottom: 0; }

.hero .search-filter input[type="submit"] {
  background-color: #00b0d3;
  text-transform: uppercase;
  padding: .5rem 1.5rem;
  color: white;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  height: auto;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  margin: 1.25rem 0 0 0;
  display: block; }

.hero .search-filter .keyword-search::-webkit-input-placeholder {
  color: #45555f;
  -webkit-font-smoothing: antialiased; }

.hero .search-filter .keyword-search::-moz-placeholder {
  color: #45555f; }

.hero .search-filter .keyword-search:-ms-input-placeholder {
  color: #45555f; }

.hero .search-filter .keyword-search:-moz-placeholder {
  color: #45555f;
  -moz-osx-font-smoothing: grayscale; }

.hero .key-words {
  width: 30%;
  display: inline-block;
  margin-right: 1%; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .hero .key-words {
    width: 45%;
    margin-bottom: 10px; } }

@media only screen and (max-width: 40em) {
  .hero .key-words {
    width: 43%;
    margin-bottom: 10px; } }

@media only screen and (max-width: 520px) {
  .hero .key-words {
    width: 100%; } }

.hero .key-words input {
  border: 1px solid #45555f;
  width: 100%;
  position: relative;
  margin: 0;
  padding-left: 7px;
  height: 31px;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #45555f;
  background-color: #fff; }

.hero .drop-filter {
  width: 14%;
  display: inline-block;
  margin-right: 1%; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .hero .drop-filter {
    width: 24%;
    margin-bottom: 10px; } }

@media only screen and (max-width: 40em) {
  .hero .drop-filter {
    width: 26%;
    margin-bottom: 10px; } }

@media only screen and (max-width: 520px) {
  .hero .drop-filter {
    width: 48%;
    margin-right: 2%; }
  .hero .drop-filter:nth-child(3) {
    margin-right: 0;
    float: right; } }

.hero .datepicker-widget {
  width: 23%;
  float: right;
  display: inline-block;
  margin-right: 0; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .hero .datepicker-widget {
    float: none;
    width: 37%;
    margin-bottom: 10px;
    max-width: 300px;
    min-width: 240px; } }

@media only screen and (max-width: 40em) {
  .hero .datepicker-widget {
    float: none;
    width: 46%;
    margin-bottom: 10px; } }

@media only screen and (max-width: 520px) {
  .hero .datepicker-widget {
    width: 100%; } }

.hero .datepicker-widget .label {
  display: inline-block;
  width: 49%; }

.hero .datepicker-widget .filter-container {
  height: 100%; }

.hero .datepicker-widget .filter-container div {
  width: 50%;
  display: inline-block;
  margin: 0 -0.1875rem 0 0;
  height: 29px;
  position: relative; }

.hero .datepicker-widget .filter-container div:last-of-type {
  border-left: 1px solid #45555f; }

.hero .datepicker-widget .filter-container div:after {
  content: "";
  background-color: transparent;
  background-image: url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png");
  background-repeat: no-repeat;
  background-position: -59px -303px;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 25px;
  height: 25px;
  display: block;
  z-index: 29; }

.hero .datepicker-widget input {
  width: 100%;
  border: 0;
  background-color: transparent;
  padding: 5px 2px;
  padding-left: 5px;
  position: relative;
  z-index: 30; }

.hero .mobile-show {
  display: none;
  height: 40px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  text-align: left;
  position: absolute;
  bottom: 20px;
  width: 94%;
  padding-top: 10px;
  padding-left: 10px;
  left: 2.75%; }

.hero .mobile-show a {
  font-weight: normal;
  font-size: 1.125rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #45555f;
  position: relative;
  display: block;
  padding-right: 20px; }

.hero .mobile-show a.close {
  display: none; }

.hero .mobile-show a:after {
  content: "";
  margin: 0 0 2px 8px;
  position: absolute;
  right: 14px;
  top: 6px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #45555f;
  display: inline-block; }

@media only screen and (max-width: 40em) {
  .hero .mobile-show {
    display: block; } }

.hero .mobile-show.open {
  height: 30px;
  background-color: #45555f;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: -1px;
  padding-top: 3px;
  padding-left: 0; }

.hero .mobile-show.open a {
  color: #fff;
  position: relative;
  display: block;
  padding-right: 15px; }

.hero .mobile-show.open a:after {
  content: "";
  position: relative;
  top: auto;
  right: auto;
  margin: 0 0 2px 8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  display: inline-block; }

.hero .mobile-show.open a.refine {
  display: none; }

.contact-info {
  width: 100%;
  float: left;
  clear: both; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .contact-info {
    max-width: 360px;
    margin-right: 2.5rem; } }

.contact-info .box {
  background-color: white;
  margin: 0;
  max-width: 360px;
  margin-bottom: 2.5rem; }

.contact-info .text-area {
  padding: .9375rem; }

.contact-info .text-area .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem; }

.contact-info .text-area p {
  padding: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1.125rem;
  margin: 0 0 .625rem 0; }

.contact-info .text-area dl, .contact-info .text-area dl p, .contact-info .text-area dt p {
  padding: 0;
  text-transform: none;
  margin: 0 0 .625rem 0;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.25rem; }

.contact-info .text-area dl dt, .contact-info .text-area dl dd {
  padding: 0;
  margin: 0; }

.contact-info .text-area dl dt a, .contact-info .text-area dl dd a {
  color: inherit;
  text-decoration: underline; }

.blog-wrap {
  background-color: #fff;
  padding-bottom: 2.5rem; }

@media only screen and (max-width: 40em) {
  .blog-wrap {
    margin-top: 0rem;
    padding-top: 1.25rem; } }

.blog-wrap .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  margin-bottom: 1.5625rem; }

.blog-wrap .common-content {
  padding-right: 5%; }

.blog-wrap .common-content img {
  margin-bottom: 1.875rem; }

.blog-wrap .common-content .social-shares {
  margin: 15px 0 30px;
  display: table;
  width: 100%; }

.blog-wrap .common-content .twitter-share-button, .blog-wrap .common-content .fb-like {
  float: left; }

.blog-wrap .common-content .fb-like {
  width: auto !important; }

.blog-wrap #loadingCue {
  position: absolute;
  bottom: 50px;
  display: none;
  text-align: center;
  width: 100%; }

.blog-wrap #finishedLoading {
  bottom: 15px;
  display: none;
  text-align: center;
  width: 100%;
  position: absolute; }

.blog-wrap #nextPage {
  display: none; }

.login-box {
  width: 100%;
  float: left;
  clear: both; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .login-box {
    max-width: 360px;
    margin-right: 2.5rem; } }

.login-box .text-area {
  padding: .625rem; }

.login-box .text-area h2 {
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #00b0d3;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: .3125rem; }

.login-box .text-area p {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #45555f;
  margin-top: .3125rem; }

.login-box button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.login-box button, .login-box #registerButton {
  background-color: #f38034;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  text-transform: uppercase;
  padding: .5rem .5rem .5rem .75rem;
  color: white;
  text-transform: uppercase;
  border: 0;
  height: auto;
  display: inline-block;
  margin-right: 2%;
  cursor: pointer;
  width: 47%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color, 250ms;
  -moz-transition: background-color, 250ms;
  -o-transition: background-color, 250ms;
  -ms-transition: background-color, 250ms;
  transition: background-color, 250ms; }

.login-box button:hover, .login-box #registerButton:hover {
  background-color: #ff9753; }

.login-box .arrow-right {
  width: 0;
  height: 0;
  border-top: .3125rem solid transparent;
  border-bottom: .3125rem solid transparent;
  border-left: .3125rem solid white;
  display: inline-block;
  margin-left: .625rem; }

.our-people {
  width: 100%;
  overflow: hidden;
  height: auto; }

.our-people ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.our-people li {
  border: 1px solid #ccc;
  width: 21%;
  max-width: 165px;
  height: 290px;
  margin-right: 4%;
  margin-bottom: 1.875rem;
  float: left;
  overflow: hidden; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .our-people li {
    margin-right: 3%; } }

@media only screen and (max-width: 940px) {
  .our-people li {
    width: 48%;
    margin-right: 4%; } }

.our-people a {
  display: block; }

.our-people img {
  width: 100%;
  border-top: 8px solid #006d9e; }

.our-people h3 {
  display: block;
  clear: both; }

.our-people .text-area {
  padding: .9375rem .625rem; }

.our-people .text-area p {
  font-size: .8125rem;
  line-height: 1rem;
  color: #45555f;
  margin-top: .3125rem;
  margin-bottom: 0; }

.our-people .text-area p a {
  display: inline; }

.our-people .text-area a {
  color: #00b0d3;
  font-size: inherit;
  text-decoration: underline;
  overflow: hidden;
  margin-top: .8125rem; }

.our-people .text-area h4, .our-people .text-area h4 a {
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  text-decoration: none;
  color: #084d8b;
  margin: 0;
  padding: 0;
  margin-bottom: .75rem; }

aside .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  margin-bottom: 1.25rem; }

@media only screen and (min-width: 768px) and (max-width: 887px) {
  aside {
    margin: 0 auto;
    width: 100% !important;
    display: block;
    float: none !important;
    -moz-column-count: 2;
    -moz-column-gap: 2rem;
    -webkit-column-count: 2;
    -webkit-column-gap: 2rem;
    column-count: 2;
    column-gap: 2rem; }
  aside > div {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    width: 100%;
    float: none !important;
    clear: none !important; }
  aside > div.blue-back-link {
    margin-bottom: 2rem; } }

@media only screen and (min-width: 888px) and (max-width: 1023px) {
  aside {
    margin: 0 auto;
    width: 80% !important;
    display: block;
    float: none !important;
    -moz-column-count: 2;
    -moz-column-gap: 2rem;
    -webkit-column-count: 2;
    -webkit-column-gap: 2rem;
    column-count: 2;
    column-gap: 2rem; }
  aside > div {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    width: 100%;
    float: none !important;
    clear: none !important; }
  aside > div.blue-back-link {
    margin-bottom: 2rem; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  aside.resource-filter {
    width: 100% !important; } }

.img-link {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 3rem; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .img-link {
    max-width: 360px;
    margin-right: 2.5rem;
    min-height: 225px; } }

.img-link .box {
  background-color: white;
  margin: 0;
  max-width: 360px;
  border: 0; }

.img-link .box img {
  width: 100%; }

.blog-tags {
  width: 100%;
  float: left;
  clear: both; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .blog-tags {
    max-width: 360px;
    margin-right: 2.5rem; } }

.blog-tags .text-area {
  padding: .625rem; }

.blog-tags .text-area .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem; }

.blog-tags .text-area p {
  font-size: .8125rem;
  line-height: 1rem;
  color: #45555f;
  margin-top: .3125rem; }

.blog-tags .text-area ul {
  list-style-position: inside;
  text-indent: 0;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.blog-tags .text-area ul li {
  font-weight: normal;
  font-size: .9375rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.0625rem;
  color: #45555f;
  margin-top: 0;
  margin-bottom: .25rem;
  list-style-type: none;
  padding: 0; }

.blog-tags .text-area ul li a {
  text-decoration: underline;
  color: #0080b4;
  overflow: hidden; }

.contact-us {
  width: 100%;
  float: left;
  clear: both; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .contact-us {
    max-width: 360px;
    margin-right: 2.5rem; } }

.contact-us .text-area {
  padding: .9375rem; }

.contact-us .text-area p {
  font-size: .8125rem;
  line-height: .875rem;
  color: #45555f;
  margin: 0 0 .375rem 0;
  padding: 0; }

.contact-us .text-area .header {
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.3125rem;
  color: #45555f;
  margin: 0 0 .9375rem 0;
  padding: 0 0 0 3.75rem;
  background-color: #aeaeae;
  display: block;
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") no-repeat -6px -357px; }

.contact-us ul {
  list-style-position: inside; }

.contact-us ul li {
  list-style-type: none; }

.contact-us .filter-container {
  border: 1px solid #394c5d;
  height: 30px;
  width: 100%;
  margin: .625rem 0;
  position: relative;
  color: #394c5d; }

.contact-us .filter-container a {
  color: #394c5d;
  position: relative;
  display: block;
  z-index: 21;
  height: 100%;
  padding-top: 6px;
  padding-left: 7px; }

.contact-us .current-filter {
  height: 100%; }

.contact-us .current-filter:after {
  width: 30px;
  height: 100%;
  background: #394c5d;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  font-weight: bold;
  margin: 0 auto;
  line-height: 11px;
  content: "\25Be";
  font-size: 1.375rem;
  padding: 9px;
  max-height: 31px; }

.contact-us .current-filter.open:after {
  content: "\25Be";
  font-size: 1.375rem;
  padding: 9px;
  max-height: 31px; }

.contact-us .current-filter a {
  text-decoration: none; }

.contact-us .open .filter-categories {
  display: block; }

.contact-us .filter-categories {
  display: none;
  color: #394c5d;
  font-size: 1rem;
  width: 100%;
  padding: 11px 0;
  box-sizing: content-box; }

.contact-us .filter-categories.overlay {
  position: absolute;
  z-index: 300;
  background: white;
  padding-top: 0;
  padding-bottom: 5px;
  margin: 0;
  top: 29px;
  left: -1px;
  line-height: 23px;
  border-left: 1px solid #394c5d;
  border-right: 1px solid #394c5d;
  border-bottom: 1px solid #394c5d; }

.contact-us .filter-categories a {
  text-decoration: none; }

.contact-us form {
  width: 100%;
  position: relative;
  margin: 0;
  height: 70px;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #394c5d; }

.contact-us form input {
  border: 1px solid #394c5d;
  width: 50%;
  float: left;
  height: 30px;
  padding-left: 7px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

.contact-us form input:nth-of-type(1) {
  border-right: 0; }

.contact-us form input[type=submit] {
  margin-top: 10px;
  border: 0;
  color: white;
  width: 30%;
  text-transform: uppercase;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  background-color: #0080b4; }

.contact-us .name-email::-webkit-input-placeholder {
  color: #394c5d;
  -webkit-font-smoothing: antialiased; }

.contact-us .name-email::-moz-placeholder {
  color: #394c5d; }

.contact-us .name-email:-ms-input-placeholder {
  color: #394c5d; }

.contact-us .name-email:-moz-placeholder {
  color: #394c5d;
  -moz-osx-font-smoothing: grayscale; }

.most-read {
  width: 100%;
  float: left;
  clear: both; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .most-read {
    max-width: 360px;
    margin-right: 2.5rem; } }

.most-read .text-area {
  padding: .625rem; }

.most-read .text-area .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem; }

.most-read .text-area ul {
  list-style-position: inside;
  text-indent: 0;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.most-read .text-area ul li {
  margin-top: 0;
  margin-bottom: 3.125rem;
  list-style-type: none;
  padding: 0; }

.most-read .text-area ul li:last-of-type {
  margin-bottom: .625rem; }

.most-read .text-area ul li p {
  font-weight: normal;
  font-size: .875rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1.125rem;
  color: #45555f;
  margin: .375rem 0; }

.most-read .text-area ul li a {
  color: #0080b4;
  font-size: .875rem;
  text-decoration: underline;
  overflow: hidden; }

.most-read .text-area ul li h2 {
  margin: 0;
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif; }

.most-read .text-area ul li h2 a {
  color: #084d8b;
  margin: 0;
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  text-decoration: none; }

.most-read .text-area ul li a {
  text-decoration: underline;
  color: #0080b4;
  overflow: hidden; }

.most-read .text-area ul li .tags {
  padding: .625rem 0 0 0;
  margin-bottom: 0; }

.most-read .text-area ul li .tags p {
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #8b8b8b;
  padding: 0; }

.most-read .text-area ul li .tags p a {
  color: #45555f;
  text-decoration: none;
  font-size: inherit; }

.rt-rail-highlight {
  width: 100%;
  float: left;
  clear: both; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .rt-rail-highlight {
    max-width: 360px;
    margin-right: 2.5rem; } }

.rt-rail-highlight a {
  display: block; }

.rt-rail-highlight a img {
  width: 100%; }

.rt-rail-highlight h3 {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  padding: 0;
  margin-bottom: .75rem; }

.rt-rail-highlight .text-area {
  padding: .625rem; }

.rt-rail-highlight .text-area h2, .rt-rail-highlight .text-area h2 a {
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #004281;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  margin-top: 0;
  text-decoration: none;
  margin-bottom: .3125rem; }

.rt-rail-highlight .text-area p {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #45555f;
  margin-top: .3125rem;
  margin-bottom: .75rem; }

.rt-rail-highlight .text-area p a {
  display: inline; }

.rt-rail-highlight .text-area a {
  color: #00b0d3;
  font-size: 1rem;
  line-height: 1.375rem;
  text-decoration: underline;
  overflow: hidden;
  margin-top: .8125rem; }

.rt-rail-highlight .text-area .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem; }

.rt-rail-highlight.team ul {
  padding: 0;
  margin: 0; }

.rt-rail-highlight.team li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: .5rem; }

.rt-rail-highlight .link-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

@media only screen and (min-width: 0) and (max-width: 64em) {
  .rt-rail-highlight .resource-filter {
    width: 100%; }
  .rt-rail-highlight .resource-filter.columns {
    padding-bottom: 0; } }

.rt-rail-highlight .resource-filter .faceted-container {
  border: 1px solid #ccc; }

@media only screen {
  .rt-rail-highlight .resource-filter .faceted-container {
    z-index: 200;
    background: white;
    position: absolute;
    width: 295px;
    -webkit-transition: left .3s ease-out, opacity .3s ease;
    -moz-transition: left .3s ease-out, opacity .3s ease;
    -o-transition: left .3s ease-out, opacity .3s ease;
    -ms-transition: left .3s ease-out, opacity .3s ease;
    transition: left .3s ease-out, opacity .3s ease; }
  .rt-rail-highlight .resource-filter .faceted-container.open-animate {
    position: absolute;
    width: 275px;
    left: 0;
    display: block; }
  .rt-rail-highlight .resource-filter .faceted-container.open-animate .sort-mobile-face {
    left: -100%; }
  .rt-rail-highlight .resource-filter .faceted-container .close-animate .sort-container {
    display: none; } }

@media only screen and (max-width: 40em) {
  .rt-rail-highlight .resource-filter .faceted-container {
    left: -195px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .rt-rail-highlight .resource-filter .faceted-container {
    left: -215px; } }

@media only screen and (max-width: 40em) {
  .rt-rail-highlight .resource-filter .faceted-container {
    width: 239px; } }

@media only screen and (min-width: 1025px) {
  .rt-rail-highlight .resource-filter .faceted-container {
    left: 0;
    position: relative;
    width: auto; } }

.rt-rail-highlight .resource-filter ul {
  list-style-position: inside; }

.rt-rail-highlight .resource-filter ul li {
  list-style-type: none; }

.rt-rail-highlight .resource-filter a {
  text-decoration: none; }

.rt-rail-highlight .resource-filter .filter-wrap {
  padding: .625rem .625rem .9375rem .625rem; }

.rt-rail-highlight .resource-filter .filter-wrap.top-layer {
  border-bottom: 1px solid #ccc; }

.rt-rail-highlight .resource-filter .filter-wrap.bottom-layer {
  border-top: 1px solid #ccc; }

.rt-rail-highlight .resource-filter .filter-wrap button {
  color: #c4cacf;
  padding: 0; }

.rt-rail-highlight .resource-filter .filter-wrap button:before {
  width: 30px;
  height: 30px;
  background-image: url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px; }

.rt-rail-highlight .resource-filter .filter-wrap button.active {
  color: #45555f; }

.rt-rail-highlight .resource-filter .filter-container {
  border: 1px solid #45555f;
  width: 100%;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  color: #45555f; }

.rt-rail-highlight .resource-filter .filter-container a {
  color: #45555f;
  position: relative;
  display: block;
  z-index: 21;
  height: 100%;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 30px; }

.rt-rail-highlight .resource-filter .current-filter {
  height: 100%; }

.rt-rail-highlight .resource-filter .current-filter:after {
  width: 30px;
  height: 30px;
  background: #45555f;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  font-size: 1.6875rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 7px 7px 7px 8px;
  line-height: 15px; }

.rt-rail-highlight .resource-filter .current-filter a:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  display: inline-block;
  position: absolute;
  content: "";
  right: 9px;
  top: 12px; }

.rt-rail-highlight .resource-filter .current-filter.open a:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  display: inline-block;
  border-top: 0;
  content: ""; }

.rt-rail-highlight .resource-filter .open .filter-categories {
  display: block; }

.rt-rail-highlight .resource-filter .sub-menu {
  margin-left: 0;
  background-color: #eaebed; }

.rt-rail-highlight .resource-filter .filter-categories {
  display: none;
  color: #45555f;
  font-size: 1rem;
  width: 100%;
  padding: 11px 0;
  box-sizing: content-box;
  z-index: 300;
  background: transparent;
  margin: 0;
  top: 29px;
  left: -1px;
  line-height: 23px;
  border-top: 1px solid #45555f; }

.rt-rail-highlight .resource-filter .filter-categories.overlay {
  position: absolute;
  border-left: 1px solid #45555f;
  border-right: 1px solid #45555f;
  border-bottom: 1px solid #45555f; }

.rt-rail-highlight .resource-filter .filter-categories li a {
  text-decoration: underline;
  font-size: .8125rem;
  line-height: 14px; }

.rt-rail-highlight .resource-filter .sort-mobile-face {
  background: white;
  position: absolute;
  z-index: 300;
  height: 100%;
  width: 100%;
  left: 0;
  top: -1px;
  border-top: 1px solid #ccc;
  -webkit-transition: left .3s ease-out, opacity .3s ease;
  -moz-transition: left .3s ease-out, opacity .3s ease;
  -o-transition: left .3s ease-out, opacity .3s ease;
  -ms-transition: left .3s ease-out, opacity .3s ease;
  transition: left .3s ease-out, opacity .3s ease; }

.rt-rail-highlight .resource-filter .sort-mobile-face p {
  position: absolute;
  top: 120px;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  font-size: 1.25rem;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

@media only screen and (max-width: 40em) {
  .rt-rail-highlight .resource-filter .sort-mobile-face p {
    right: -66px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .rt-rail-highlight .resource-filter .sort-mobile-face p {
    right: -47px; } }

.rt-rail-highlight .resource-filter .sort-mobile-face p:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #45555f;
  display: inline-block;
  content: "";
  margin-left: 14px; }

@media only screen and (min-width: 1025px) {
  .rt-rail-highlight .resource-filter .sort-mobile-face {
    display: none; } }

.rt-rail-highlight .resource-filter .close-filter {
  background-color: #45555f;
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0; }

.rt-rail-highlight .resource-filter .close-filter:before {
  color: white;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  content: "CLOSE";
  position: absolute;
  top: 17%;
  left: -3px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.rt-rail-highlight .resource-filter .close-filter:after {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid white;
  display: inline-block;
  content: "";
  left: 17px;
  top: 22px;
  position: absolute; }

@media only screen and (min-width: 1025px) {
  .rt-rail-highlight .resource-filter .close-filter {
    display: none; } }

.rt-rail-highlight .resource-filter .close-animate .close-filter {
  display: none; }

.i-container {
  position: relative;
  height: 0;
  padding-bottom: 25.65%;
  padding-top: 29px;
  overflow: inherit;
  margin-bottom: 2.5rem !important;
  width: 50%;
  margin: 0 auto;
  border: 8px solid #37424a; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .i-container {
    width: 90%;
    padding-bottom: 46%; } }

@media only screen and (max-width: 40em) {
  .i-container {
    width: 90.5%;
    padding-bottom: 44%;
    position: fixed; } }

.i-container iframe {
  position: absolute;
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.rt-rail-text {
  width: 100%;
  float: left;
  clear: both; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .rt-rail-text {
    max-width: 360px;
    margin-right: 2.5rem; } }

.rt-rail-text a {
  display: block; }

.rt-rail-text a img {
  width: 100%; }

.rt-rail-text h3 {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  padding: 0;
  margin-bottom: .75rem; }

.rt-rail-text .text-area {
  padding: .625rem; }

.rt-rail-text .text-area h2, .rt-rail-text .text-area h2 a {
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #004281;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  margin-top: 0;
  text-decoration: none;
  margin-bottom: .3125rem; }

.rt-rail-text .text-area p {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #37424a;
  margin-top: .3125rem;
  margin-bottom: .75rem; }

.rt-rail-text .text-area p a {
  display: inline; }

.rt-rail-text .text-area a {
  color: #00b0d3;
  font-size: 1rem;
  line-height: 1.375rem;
  text-decoration: underline;
  overflow: hidden;
  margin-top: .8125rem; }

.rt-rail-text .text-area .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem; }

.spotlight {
  width: 100%;
  float: left;
  clear: both; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .spotlight {
    max-width: 360px;
    margin-right: 2.5rem; } }

.spotlight .box {
  height: 150px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .spotlight .box {
    max-width: 360px; } }

@media only screen and (max-width: 40em) {
  .spotlight .box {
    max-width: 360px; } }

.spotlight .tbl {
  display: table;
  height: 100%;
  float: right; }

.spotlight .text-area {
  display: table-cell;
  vertical-align: middle;
  width: 180px;
  padding: 0 .25rem 0 .9375rem; }

@media only screen and (max-width: 360px) {
  .spotlight .text-area {
    width: 145px;
    padding: 0 .625rem 0 1.25rem; } }

.spotlight .text-area p {
  font-size: .8125rem;
  line-height: .875rem;
  color: #45555f;
  margin: 0 0 .375rem 0;
  padding: 0; }

.spotlight .text-area .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  margin-bottom: .125rem; }

.spotlight .text-area .name, .spotlight .text-area .category {
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.3125rem;
  color: #45555f;
  margin: 0 0 .5rem 0; }

.spotlight .text-area a {
  color: #0080b4;
  text-decoration: underline;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  margin: 0 0 .25rem 0;
  display: block;
  float: left;
  clear: both; }

.spotlight .text-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.download {
  width: 100%;
  float: left;
  clear: both; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .download {
    max-width: 360px;
    margin-right: 2.5rem; } }

.download h4 {
  float: left;
  width: 74%;
  padding-right: 15px;
  padding-left: 15px; }

.download h4 a {
  color: #45555f;
  text-decoration: none;
  font-family: "Slate W01 Light", Arial, sans-serif; }

.download .dwnld-icn {
  display: block;
  width: 60px;
  height: 40px;
  margin: 20px auto;
  padding-left: 20px;
  float: left;
  background-image: url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/pdf-icon.png");
  background-size: 40px 40px;
  background-position: 20px 0;
  background-repeat: no-repeat; }

.download .dwnld-icn img {
  width: 100px; }

  .bottom-orange-btn {
  background-color: #f38034;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: .875rem;
  margin-bottom: 10px;
  padding: .625rem;
  width: auto;
  display: inline-block;
  text-decoration: none !important;
  height: auto;
  color: white !important;
  text-align: center;
  clear: both;
  -webkit-transition: background-color, 250ms;
  -moz-transition: background-color, 250ms;
  -o-transition: background-color, 250ms;
  -ms-transition: background-color, 250ms;
  transition: background-color, 250ms;
  margin-right: 10px;
  }

.download .orange-btn {
  background-color: #f38034;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: .875rem;
  display: block;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: .625rem;
  height: auto;
  color: white;
  text-align: center;
  clear: both;
  -webkit-transition: background-color, 250ms;
  -moz-transition: background-color, 250ms;
  -o-transition: background-color, 250ms;
  -ms-transition: background-color, 250ms;
  transition: background-color, 250ms; }

.download .orange-btn:after {
  content: "";
  width: 0;
  height: 0;
  border-top: .3125rem solid transparent;
  border-bottom: .3125rem solid transparent;
  border-left: .3125rem solid white;
  display: inline-block;
  margin: 0 0 0 .625rem; }

.download .orange-btn:hover {
  background-color: #ff9753; }

.download .text-area {
  padding: .625rem; }

.download .text-area h2, .download .text-area h2 a {
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #004281;
  font-size: 1.3125rem;
  margin-top: 0;
  text-decoration: none;
  margin-bottom: .3125rem; }

.download .text-area h2 span, .download .text-area h2 a span {
  font-family: "Slate W02 Bold", Arial, sans-serif; }

.download .text-area p {
  font-size: .6875rem;
  line-height: .875rem;
  color: #45555f;
  margin-top: .3125rem; }

.download .text-area a {
  color: #0080b4;
  font-size: .75rem;
  text-decoration: underline;
  overflow: hidden; }

.right-rail-promo {
  width: 100%;
  float: left;
  clear: both; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .right-rail-promo {
    max-width: 360px;
    margin-right: 2.5rem; } }

.right-rail-promo .carousel-panel {
  border: 1px solid #ccc;
  padding: 0; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .right-rail-promo .carousel-panel {
    max-width: 360px; } }

@media only screen and (max-width: 40em) {
  .right-rail-promo .carousel-panel {
    max-width: 360px; } }

.right-rail-promo .carousel-panel button {
  outline: 0; }

.right-rail-promo .carousel-panel .slide {
  padding: 0; }

.right-rail-promo .carousel-panel .tbl {
  display: table;
  height: 100%;
  position: relative; }

.right-rail-promo .carousel-panel a {
  float: left; }

.right-rail-promo .carousel-panel img {
  height: 220px; }

@media only screen and (max-width: 40em) {
  .right-rail-promo .carousel-panel img {
    height: 180px; } }

.right-rail-promo .carousel-panel .text-wrap {
  padding: 1.875rem .9375rem 1.25rem 1.5625rem;
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  vertical-align: middle; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .right-rail-promo .carousel-panel .text-wrap {
    padding: .9375rem .3125rem .625rem .9375rem;
    height: 200px; } }

@media only screen and (max-width: 40em) {
  .right-rail-promo .carousel-panel .text-wrap {
    padding: .9375rem .3125rem .625rem .9375rem;
    height: 180px; } }

.right-rail-promo .carousel-panel .text-wrap h3, .right-rail-promo .carousel-panel .text-wrap h3 a {
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #45555f;
  display: block;
  float: none;
  margin: 0 0 .5rem 0;
  text-decoration: none; }

.right-rail-promo .carousel-panel .text-wrap .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  margin-bottom: .25rem; }

.right-rail-promo .carousel-panel .text-wrap p {
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  margin: 0 0 .5rem 0;
  padding: 0; }

.right-rail-promo .carousel-panel .text-wrap a {
  font-size: 13px;
  color: #0080b4; }

.right-rail-promo .carousel-panel .slider-control {
  position: absolute;
  top: -18px;
  right: 0; }

.right-rail-promo .carousel-panel .slide-next, .right-rail-promo .carousel-panel .slide-prev {
  background-image: none;
  display: block;
  height: auto;
  width: auto;
  line-height: 12px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 0;
  border: 0;
  outline: 0;
  color: #0080b4;
  padding: 0;
  float: left; }

.right-rail-promo .carousel-panel .slide-next:before, .right-rail-promo .carousel-panel .slide-prev:before {
  content: ""; }

.right-rail-promo .carousel-panel .slide-next:after, .right-rail-promo .carousel-panel .slide-prev:after {
  content: ""; }

.right-rail-promo .carousel-panel .slide-next {
  padding-left: 10px; }

.rt-rail-pdf-download {
  width: 100%;
  float: left;
  clear: both; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .rt-rail-pdf-download {
    max-width: 360px;
    margin-right: 2.5rem; } }

.rt-rail-pdf-download a {
  display: block; }

.rt-rail-pdf-download a img {
  wdth: 16px;
  margin-left: 4px; }

.rt-rail-pdf-download h3 {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  padding: 0;
  margin-bottom: .75rem; }

.rt-rail-pdf-download .text-area {
  padding: .625rem; }

.rt-rail-pdf-download .text-area h2, .rt-rail-pdf-download .text-area h2 a {
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #004281;
  font-size: 1.3125rem;
  margin-top: 0;
  text-decoration: none;
  margin-bottom: .3125rem; }

.rt-rail-pdf-download .text-area p {
  font-size: 1rem;
  line-height: 1.125rem;
  color: #37424a;
  margin-top: .3125rem;
  margin-bottom: .75rem; }

.rt-rail-pdf-download .text-area p a {
  display: inline; }

.rt-rail-pdf-download .text-area a {
  color: #00b0d3;
  font-size: 1rem;
  line-height: 1.375rem;
  text-decoration: underline;
  overflow: hidden;
  margin-top: .8125rem;
  line-height: 1.25rem; }

.rt-rail-pdf-download .text-area .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem; }

.rt-rail-pdf-download.team ul {
  padding: 0;
  margin: 0; }

.rt-rail-pdf-download.team li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: .5rem; }

.rt-rail-pdf-download .link-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

@media only screen and (min-width: 0) and (max-width: 64em) {
  .rt-rail-pdf-download .resource-filter {
    width: 100%; }
  .rt-rail-pdf-download .resource-filter.columns {
    padding-bottom: 0; } }

.rt-rail-pdf-download .resource-filter .faceted-container {
  border: 1px solid #ccc; }

@media only screen {
  .rt-rail-pdf-download .resource-filter .faceted-container {
    z-index: 200;
    background: white;
    position: absolute;
    width: 295px;
    -webkit-transition: left .3s ease-out, opacity .3s ease;
    -moz-transition: left .3s ease-out, opacity .3s ease;
    -o-transition: left .3s ease-out, opacity .3s ease;
    -ms-transition: left .3s ease-out, opacity .3s ease;
    transition: left .3s ease-out, opacity .3s ease; }
  .rt-rail-pdf-download .resource-filter .faceted-container.open-animate {
    position: absolute;
    width: 275px;
    left: 0;
    display: block; }
  .rt-rail-pdf-download .resource-filter .faceted-container.open-animate .sort-mobile-face {
    left: -100%; }
  .rt-rail-pdf-download .resource-filter .faceted-container .close-animate .sort-container {
    display: none; } }

@media only screen and (max-width: 40em) {
  .rt-rail-pdf-download .resource-filter .faceted-container {
    left: -195px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .rt-rail-pdf-download .resource-filter .faceted-container {
    left: -215px; } }

@media only screen and (max-width: 40em) {
  .rt-rail-pdf-download .resource-filter .faceted-container {
    width: 239px; } }

@media only screen and (min-width: 1025px) {
  .rt-rail-pdf-download .resource-filter .faceted-container {
    left: 0;
    position: relative;
    width: auto; } }

.rt-rail-pdf-download .resource-filter ul {
  list-style-position: inside; }

.rt-rail-pdf-download .resource-filter ul li {
  list-style-type: none; }

.rt-rail-pdf-download .resource-filter a {
  text-decoration: none; }

.rt-rail-pdf-download .resource-filter .filter-wrap {
  padding: .625rem .625rem .9375rem .625rem; }

.rt-rail-pdf-download .resource-filter .filter-wrap.top-layer {
  border-bottom: 1px solid #ccc; }

.rt-rail-pdf-download .resource-filter .filter-wrap.bottom-layer {
  border-top: 1px solid #ccc; }

.rt-rail-pdf-download .resource-filter .filter-wrap button {
  color: #c4cacf;
  padding: 0; }

.rt-rail-pdf-download .resource-filter .filter-wrap button:before {
  width: 30px;
  height: 30px;
  background-image: url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px; }

.rt-rail-pdf-download .resource-filter .filter-wrap button.active {
  color: #45555f; }

.rt-rail-pdf-download .resource-filter .filter-container {
  border: 1px solid #45555f;
  width: 100%;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  color: #45555f; }

.rt-rail-pdf-download .resource-filter .filter-container a {
  color: #45555f;
  position: relative;
  display: block;
  z-index: 21;
  height: 100%;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 30px; }

.rt-rail-pdf-download .resource-filter .current-filter {
  height: 100%; }

.rt-rail-pdf-download .resource-filter .current-filter:after {
  width: 30px;
  height: 30px;
  background: #45555f;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  font-size: 1.6875rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 7px 7px 7px 8px;
  line-height: 15px; }

.rt-rail-pdf-download .resource-filter .current-filter a:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  display: inline-block;
  position: absolute;
  content: "";
  right: 9px;
  top: 12px; }

.rt-rail-pdf-download .resource-filter .current-filter.open a:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  display: inline-block;
  border-top: 0;
  content: ""; }

.rt-rail-pdf-download .resource-filter .open .filter-categories {
  display: block; }

.rt-rail-pdf-download .resource-filter .sub-menu {
  margin-left: 0;
  background-color: #eaebed; }

.rt-rail-pdf-download .resource-filter .filter-categories {
  display: none;
  color: #45555f;
  font-size: 1rem;
  width: 100%;
  padding: 11px 0;
  box-sizing: content-box;
  z-index: 300;
  background: transparent;
  margin: 0;
  top: 29px;
  left: -1px;
  line-height: 23px;
  border-top: 1px solid #45555f; }

.rt-rail-pdf-download .resource-filter .filter-categories.overlay {
  position: absolute;
  border-left: 1px solid #45555f;
  border-right: 1px solid #45555f;
  border-bottom: 1px solid #45555f; }

.rt-rail-pdf-download .resource-filter .filter-categories li a {
  text-decoration: underline;
  font-size: .8125rem;
  line-height: 14px; }

.rt-rail-pdf-download .resource-filter .sort-mobile-face {
  background: white;
  position: absolute;
  z-index: 300;
  height: 100%;
  width: 100%;
  left: 0;
  top: -1px;
  border-top: 1px solid #ccc;
  -webkit-transition: left .3s ease-out, opacity .3s ease;
  -moz-transition: left .3s ease-out, opacity .3s ease;
  -o-transition: left .3s ease-out, opacity .3s ease;
  -ms-transition: left .3s ease-out, opacity .3s ease;
  transition: left .3s ease-out, opacity .3s ease; }

.rt-rail-pdf-download .resource-filter .sort-mobile-face p {
  position: absolute;
  top: 120px;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  font-size: 1.25rem;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

@media only screen and (max-width: 40em) {
  .rt-rail-pdf-download .resource-filter .sort-mobile-face p {
    right: -66px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .rt-rail-pdf-download .resource-filter .sort-mobile-face p {
    right: -47px; } }

.rt-rail-pdf-download .resource-filter .sort-mobile-face p:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #45555f;
  display: inline-block;
  content: "";
  margin-left: 14px; }

@media only screen and (min-width: 1025px) {
  .rt-rail-pdf-download .resource-filter .sort-mobile-face {
    display: none; } }

.rt-rail-pdf-download .resource-filter .close-filter {
  background-color: #45555f;
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0; }

.rt-rail-pdf-download .resource-filter .close-filter:before {
  color: white;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  content: "CLOSE";
  position: absolute;
  top: 17%;
  left: -3px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.rt-rail-pdf-download .resource-filter .close-filter:after {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid white;
  display: inline-block;
  content: "";
  left: 17px;
  top: 22px;
  position: absolute; }

@media only screen and (min-width: 1025px) {
  .rt-rail-pdf-download .resource-filter .close-filter {
    display: none; } }

.rt-rail-pdf-download .resource-filter .close-animate .close-filter {
  display: none; }

.i-container {
  position: relative;
  height: 0;
  padding-bottom: 25.65%;
  padding-top: 29px;
  overflow: inherit;
  margin-bottom: 2.5rem !important;
  width: 50%;
  margin: 0 auto;
  border: 8px solid #37424a; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .i-container {
    width: 90%;
    padding-bottom: 46%; } }

@media only screen and (max-width: 40em) {
  .i-container {
    width: 90.5%;
    padding-bottom: 44%;
    position: fixed; } }

.i-container iframe {
  position: absolute;
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.bio {
  width: 100%;
  float: left;
  clear: both; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .bio {
    max-width: 360px;
    margin-right: 2.5rem; } }

.bio .box {
  float: left;
  width: 100%; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .bio .box {
    max-width: 360px; } }

@media only screen and (max-width: 40em) {
  .bio .box {
    max-width: 360px; } }

.bio img {
  height: 150px;
  float: left;
  display: inline-block;
  vertical-align: top;
  max-width: 165px; }

@media only screen and (max-width: 360px) {
  .bio img {
    height: 120px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .bio img {
    height: 140px; } }

.bio .tbl {
  display: inline-block;
  vertical-align: top;
  width: 50%; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .bio .tbl {
    width: 53%; } }

.bio .text-area {
  padding: .75rem .625rem .625rem .75rem;
  display: block;
  width: 100%;
  height: 150px;
  overflow: hidden; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .bio .text-area {
    height: 140px; } }

@media only screen and (max-width: 360px) {
  .bio .text-area {
    height: 120px;
    padding: .5rem .25rem .25rem .5rem; } }

.bio .text-area p {
  font-size: .8125rem;
  line-height: .875rem;
  color: #45555f;
  margin: 0 0 .375rem 0;
  padding: 0; }

.bio .text-area .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  margin-bottom: .125rem; }

@media only screen and (max-width: 40em) {
  .bio .text-area .label {
    line-height: 8px; } }

.bio .text-area .name, .bio .text-area .category {
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.3125rem;
  color: #45555f;
  margin: 0 0 .5rem 0; }

@media only screen and (max-width: 360px) {
  .bio .text-area .name, .bio .text-area .category {
    font-size: 1.125rem; } }

.bio .text-area a {
  color: #0080b4;
  text-decoration: underline;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  margin: 0 0 .125rem 0;
  display: block;
  float: left;
  clear: both;
  word-break: break-all; }

.bio .text-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.thought-leader {
  width: 100%;
  float: left;
  clear: both; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .thought-leader {
    max-width: 360px;
    margin-right: 2.5rem; } }

.thought-leader .text-area {
  padding: .3125rem .625rem .625rem .625rem; }

.thought-leader .text-area .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem; }

.thought-leader .text-area p {
  font-weight: normal;
  font-size: .875rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1.125rem;
  padding: .625rem 0 0 0;
  margin: 0;
  color: #45555f;
  margin-bottom: .625rem; }

.thought-leader .text-area a {
  color: #0080b4;
  font-size: .875rem;
  text-decoration: underline;
  overflow: hidden; }

.thought-leader .text-area h2 {
  margin: 0;
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif; }

.thought-leader .text-area h2 a {
  color: #004281;
  margin: 0;
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  text-decoration: none; }

.thought-leader .text-area ul {
  list-style-position: inside;
  text-indent: 0;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.thought-leader .text-area ul li {
  font-weight: normal;
  font-size: .9375rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.0625rem;
  color: #45555f;
  margin-top: 0;
  margin-bottom: .25rem;
  list-style-type: none;
  padding: 0; }

.thought-leader .text-area ul li a {
  text-decoration: underline;
  color: #0080b4;
  overflow: hidden; }

.thought-leader .wrap {
  min-height: 50px;
  margin-bottom: .9375rem; }

.thought-leader .wrap ul {
  list-style-position: inside;
  text-indent: 0;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.thought-leader .wrap ul li {
  font-weight: normal;
  font-size: .9375rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.0625rem;
  color: #45555f;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding: 0; }

.thought-leader .wrap ul li a {
  text-decoration: underline;
  color: #0080b4;
  overflow: hidden; }

.thought-leader .wrap img {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px; }

.thought-leader .wrap:last-of-type {
  margin-bottom: 0; }

.blog-filter {
  width: 100%;
  float: left;
  clear: both; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .blog-filter {
    max-width: 360px;
    margin-right: 2.5rem; } }

.blog-filter .filter-wrap {
  padding: .625rem; }

.blog-filter ul {
  list-style-position: inside; }

.blog-filter ul li {
  list-style-type: none; }

.blog-filter a {
  text-decoration: none; }

.blog-filter .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  margin-bottom: 1rem; }

.blog-filter .filter-container {
  border: 1px solid #0080b4;
  height: 30px;
  width: 100%;
  position: relative;
  color: #0080b4; }

.blog-filter .filter-container a {
  color: #0080b4;
  position: relative;
  display: block;
  z-index: 21;
  height: 100%;
  padding-top: 6px;
  padding-left: 7px; }

.blog-filter .current-filter {
  height: 100%; }

.blog-filter .current-filter:after {
  width: 30px;
  height: 100%;
  background: #0080b4;
  content: "+";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  font-size: 1.6875rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 7px 7px 7px 8px;
  line-height: 15px; }

.blog-filter .current-filter.open:after {
  content: "-";
  font-size: 2rem;
  line-height: 11px;
  text-align: center; }

.blog-filter .open .filter-categories {
  display: block; }

.blog-filter .filter-categories {
  display: none;
  color: #0080b4;
  font-size: 1rem;
  width: 100%;
  padding: 11px 0;
  box-sizing: content-box; }

.blog-filter .filter-categories.overlay {
  position: absolute;
  z-index: 300;
  background: white;
  margin: 0;
  top: 29px;
  left: -1px;
  line-height: 23px;
  border-left: 1px solid #0080b4;
  border-right: 1px solid #0080b4;
  border-bottom: 1px solid #0080b4; }

.blog-filter form {
  border: 1px solid #0080b4;
  width: 100%;
  position: relative;
  margin: 0;
  height: 30px;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #0080b4; }

.blog-filter .resource-search {
  border: 0;
  padding: 6px 0 0 7px;
  width: 79%; }

.blog-filter .resource-search::-webkit-input-placeholder {
  color: #0080b4;
  -webkit-font-smoothing: antialiased; }

.blog-filter .resource-search::-moz-placeholder {
  color: #0080b4; }

.blog-filter .resource-search:-ms-input-placeholder {
  color: #0080b4; }

.blog-filter .resource-search:-moz-placeholder {
  color: #0080b4;
  -moz-osx-font-smoothing: grayscale; }

.blog-filter .search-icon {
  border: 0;
  background-size: 200px;
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") no-repeat -62px -118px;
  width: 31px;
  height: 25px;
  cursor: pointer;
  float: right;
  position: relative; }

.social-media {
  width: 100%;
  float: left;
  clear: both; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .social-media {
    max-width: 360px;
    margin-right: 2.5rem; } }

.social-media .text-area {
  padding: .625rem; }

.social-media .text-area a {
  display: inline-block;
  width: 30px;
  margin-right: 10px; }

.social-media .text-area a img {
  width: 100%; }

.latest-news .panel-wrap {
  background-color: white;
  margin: 0;
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 2.5rem; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .latest-news .panel-wrap {
    float: left;
    margin-right: 2.5rem; } }

.latest-news .panel-wrap .text-area {
  padding: .625rem; }

.latest-news .panel-wrap .text-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.latest-news .panel-wrap .text-area p {
  color: #45555f;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0; }

.latest-news .panel-wrap .text-area .header {
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.3125rem;
  color: #004281;
  margin: 0 0 .5rem 0;
  font-size: 1.5rem; }

.latest-news .panel-wrap .text-area a {
  color: #00b0d3;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: underline;
  overflow: hidden; }

.reg-cta {
  padding-top: 1.875rem;
  text-align: right; }

@media only screen and (max-width: 40em) {
  .reg-cta {
    text-align: left;
    padding-top: 0; } }

.reg-cta p {
  display: inline-block;
  margin-right: 20px;
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.75rem;
  color: #00b0d3; }

@media only screen and (max-width: 40em) {
  .reg-cta p {
    display: none; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .reg-cta p {
    display: none; } }

.reg-cta a {
  display: inline-block;
  background-color: #f38034;
  padding: .5rem 1.25rem .5rem 1.25rem;
  color: white;
  height: auto;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0; }

.reg-cta .arrow-right {
  width: 0;
  height: 0;
  border-top: .3125rem solid transparent;
  border-bottom: .3125rem solid transparent;
  border-left: .3125rem solid white;
  display: inline-block;
  margin-left: .375rem; }

.author-box {
  border: 1px solid #ccc;
  padding: 0 .625rem 0 0;
  overflow: hidden;
  margin-bottom: 1.25rem; }

@media only screen and (max-width: 40em) {
  .author-box {
    padding: .625rem; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .author-box {
    padding: .625rem; } }

.author-box h4 {
  font-weight: normal;
  font-size: 1.4375rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #45555f;
  margin: .875rem 0;
  padding: 0; }

@media only screen and (max-width: 40em) {
  .author-box h4 {
    margin: 0 0 .625rem 0; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .author-box h4 {
    margin: 0 0 .625rem 0; } }

.author-box img {
  float: left;
  margin: 0 1.25rem 0 0;
  max-width: 150px; }

@media only screen and (max-width: 40em) {
  .author-box img {
    width: 42%;
    max-width: 150px;
    margin: 0 .625rem .625rem 0; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .author-box img {
    width: 32%;
    max-width: 150px;
    margin: 0 .625rem .625rem 0; } }

.author-box p {
  font-weight: normal;
  font-size: .875rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1rem;
  height: 90px;
  margin-bottom: 0; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .author-box p {
    height: auto; } }

@media only screen and (max-width: 40em) {
  .author-box p {
    height: auto; } }

.blog-navigator {
  padding: 1.875rem 0 1.25rem 0; }

@media only screen and (max-width: 40em) {
  .blog-navigator {
    padding: 1.25rem 0; } }

.blog-navigator img {
  margin: 0 0 .625rem 0;
  padding: 0; }

@media only screen and (max-width: 40em) {
  .blog-navigator img {
    margin: 0 0 .25rem 0; } }

.blog-navigator .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #45555f;
  margin: 0;
  margin-bottom: .5rem; }

.blog-navigator h2 {
  margin: 0 0 .375rem 0;
  line-height: 1.3125rem;
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #004281; }

@media only screen and (max-width: 40em) {
  .blog-navigator h2 {
    margin-top: 8px;
    line-height: 1.3125rem;
    font-size: 1.3125rem; } }

.blog-navigator h2 a {
  margin: 0;
  text-decoration: none;
  color: #004281; }

.blog-navigator .tags {
  padding: 0;
  margin-bottom: 0; }

.blog-navigator .tags p {
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #8b8b8b;
  padding: 0; }

.blog-navigator .tags p a {
  color: #45555f;
  text-decoration: none;
  font-size: inherit; }

.blog-listing {
  margin-bottom: 3.75rem; }

@media only screen and (max-width: 40em) {
  .blog-listing {
    margin-bottom: 4.375rem; } }

.blog-listing p {
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1.125rem;
  padding: .625rem 0 0 0;
  margin: 0;
  color: #45555f;
  margin-bottom: .625rem; }

.blog-listing a {
  color: #0080b4;
  font-size: 1rem;
  text-decoration: underline;
  overflow: hidden; }

.blog-listing h3 {
  margin: 0;
  font-weight: normal;
  font-size: 1.625rem;
  font-family: "Slate W02 Light", Arial, sans-serif; }

.blog-listing h3 a {
  color: #004281;
  margin: 0;
  font-weight: normal;
  font-size: 1.625rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  text-decoration: none; }

.blog-listing .tags {
  padding: .625rem 0 0 0;
  margin-bottom: 0; }

.blog-listing .tags p {
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #8b8b8b;
  padding: 0; }

.blog-listing .tags p a {
  color: #45555f;
  text-decoration: none;
  font-size: inherit; }

.blog-results p {
  margin: 0 0 10px 0;
  font-weight: normal;
  font-size: 1.875rem;
  font-family: 'Slate W01 Bk', Arial, sans-serif;
  color: #00b0d3; }

.blog-results p.no-access {
  margin: 2rem 0;
  font-size: 1.375rem;
  opacity: .75;
  color: #45555f; }

.blog-results a {
  color: #0080b4;
  margin-bottom: 40px;
  display: block; }

.form {
  height: 100%;
  background: #45555f;
  color: white;
  overflow: hidden; }

.form h1 {
  font-size: 1.3rem;
  margin: 30px auto;
  display: table;
  color: white; }

.form .form-structure {
  margin: 0 auto; }

@media only screen and (min-width: 51.625em) {
  .form .form-structure {
    max-width: 767px; } }

@media only screen and (max-width: 51.563em) {
  .form .form-structure {
    display: table; } }

.form label {
  float: left;
  line-height: 19px;
  width: 130px;
  text-align: right; }

@media only screen and (min-width: 51.625em) {
  .form label {
    margin-top: 10px; } }

@media only screen and (max-width: 51.563em) {
  .form label {
    margin-right: 15px; } }

.form input, .form select {
  margin: 10px 43px 20px 10px;
  display: block;
  border: 0;
  height: 1.25rem;
  line-height: .75rem;
  width: 200px;
  color: #45555f;
  font-family: "Slate W02 Book", Arial, sans-serif;
  font-size: .8125rem;
  padding-left: 8px; }

@media only screen and (min-width: 51.625em) {
  .form input, .form select {
    float: left; } }

@media only screen and (max-width: 51.563em) {
  .form input, .form select {
    margin: 0 0 20px 0; } }

.form select {
  -webkit-appearance: none;
  -moz-appearance: none; }

@media only screen {
  .form select {
    border: 1px solid transparent;
    border-radius: 0;
    background-color: white; } }

@media only screen and (min-width: 1025px) {
  .form select {
    border-radius: 0; } }

.form .register-button {
  background-color: #f38034;
  padding: .5rem 1.25rem .5rem .75rem;
  color: white;
  height: auto;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  margin: 25px auto;
  float: none; }

.form #termsAgreement {
  display: inline-block;
  float: left;
  width: auto;
  margin: 0;
  margin-left: 29%;
  margin-right: 9px; }

.form .terms-message {
  width: 336px;
  margin-top: 0; }

.form .terms-message a {
  color: #f48132; }

.form .close-reveal-modal {
  line-height: .4; }

.reveal-modal {
  background-color: transparent;
  border: 0;
  box-shadow: none; }

.reveal-modal-bg {
  background: rgba(69, 85, 95, 0.95); }

.reveal-modal {
  margin-left: -50%;
  width: 100%; }

@media only screen and (max-width: 40em) {
  .reveal-modal {
    margin-left: 0; } }

.sign-in {
  width: 660px; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .sign-in {
    width: 581px; } }

.sign-in input, .sign-in label {
  width: 40%;
  margin-left: 5%;
  margin-right: 5%;
  float: left; }

.sign-in #signinButton {
  margin-left: 5%;
  float: left;
  width: auto;
  padding-left: 40px;
  padding-right: 40px; }

.sign-in .register-link {
  font-family: "Slate W01 Bk", Arial, sans-serif;
  font-size: .8125rem;
  color: white;
  margin: 25px auto;
  padding: .5rem 1.25rem .5rem .75rem;
  float: left; }

.generic-form {
  height: 100%;
  overflow: hidden;
  margin-bottom: 2.5rem; }

.generic-form h1 {
  font-size: 1.3rem;
  margin: 30px auto;
  display: table; }

.generic-form p {
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #45555f;
  text-transform: uppercase; }

.generic-form .form-structure {
  background-color: #f4f5f5;
  margin: 0 auto;
  padding: 3.125rem 5rem;
  overflow: hidden; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .generic-form .form-structure {
    background-color: transparent;
    padding: 0 1.25rem 0 0; } }

@media only screen and (max-width: 40em) {
  .generic-form .form-structure {
    padding: 0;
    background-color: transparent; } }

.generic-form label {
  line-height: 15px;
  text-align: right;
  color: #232425;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  text-align: left;
  margin-bottom: .25rem;
  margin-top: .625rem; }

.generic-form input, .generic-form select {
  display: block;
  border: 1px solid #45555f;
  height: 1.5rem;
  line-height: .75rem;
  width: 100%;
  color: #45555f;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  padding-left: 4px;
  border-radius: 0; }

.generic-form input.error-flag, .generic-form select.error-flag {
  border-color: #ed2c67; }

.generic-form textarea {
  height: 130px;
  width: 100%;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  border: 1px solid #45555f;
  color: #45555f;
  padding-left: 4px;
  border-radius: 0; }

.generic-form textarea.error-flag {
  border-color: #ed2c67; }

.generic-form select {
  -webkit-appearance: none;
  -moz-appearance: none; }

@media only screen {
  .generic-form select {
    border-radius: 0;
    background-color: white; } }

@media only screen and (min-width: 1025px) {
  .generic-form select {
    border-radius: 0; } }

.generic-form select + .error-flag:after {
  right: 32px; }

.generic-form .country-selection {
  background: url(/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/select-arrows.svg);
  background-size: 15px 15px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 3px; }

.generic-form #canadaRegion {
  display: none; }

.generic-form .radio {
  margin: .125rem 0 2.5rem 0;
  clear: both; }

.generic-form .radio .error-flag:after {
  display: none; }

.generic-form .radio label {
  float: left;
  display: block;
  width: auto;
  margin: 0 1.25rem 0 0;
  padding: .25rem 0 0 .125rem; }

.generic-form .radio label.error-flag {
  position: absolute;
  bottom: 4px; }

.generic-form .radio label.error-flag:after {
  display: block;
  right: -30px;
  top: 2px; }

.generic-form .radio input {
  display: block;
  float: left;
  width: 20px;
  border: 0;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  border-radius: 1em;
  position: relative !important; }

.generic-form .radio input:first-of-type {
  clear: both; }

.generic-form .radio input.error-flag:first-of-type {
  margin-bottom: 20px; }

.generic-form .security {
  margin-top: 1.25rem; }

.generic-form .security img {
  margin-top: 28px;
  max-width: 165px;
  float: right; }

@media only screen and (max-width: 40em) {
  .generic-form .security img {
    width: 48%; } }

.generic-form .security input {
  clear: both; }

.generic-form .text-field {
  margin-top: 1.25rem; }

.generic-form .text-field .error-flag:after {
  bottom: 34px; }

#gform .gform_button,
.generic-form .submit-button {
  background-color: #00b0d3;
  padding: .5rem .725rem .5rem .725rem;
  color: white;
  display: inline-block;
  width: auto;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  height: auto;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  margin: 1.25rem 0;
  margin-right: 1.25rem;
  float: none; }

@media only screen and (max-width: 480px) {
  .generic-form .submit-button {
    width: 100%;
    margin-bottom: .5rem; } }

.generic-form .options {
  display: inline-block; }

.generic-form .options a {
  margin: 0 1.25rem 0 0;
  color: #232425;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  text-transform: uppercase; }

@media only screen and (max-width: 40em) {
  .generic-form .options a {
    font-size: .75rem;
    margin: 0 .625rem .625rem 0;
    display: inline-block; } }

.generic-form .rememberuser {
  padding: .625rem 0; }

.generic-form .rememberuser input {
  float: left;
  width: auto;
  margin-right: .5rem;
  border: 0; }

.generic-form .rememberuser p {
  line-height: 15px;
  text-align: right;
  color: #232425;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  text-align: left;
  margin-bottom: .625rem;
  margin-top: .25rem;
  float: left; }

.generic-form .error-flag {
  color: #ed2c67;
  padding: 5px 0;
  float: none;
  margin: 0;
  display: block; }

.generic-form .error-flag:after {
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") -66px -360px no-repeat;
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  right: 19px;
  bottom: 29px; }

.generic-form .policy-check {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

.generic-form .policy-check a {
  color: #232425; }

.generic-form .policy-check input {
  height: auto;
  height: 20px;
  width: 20px;
  margin-right: 8px;
  float: left;
  position: relative !important;
  top: 0 !important; }

.generic-form .policy-check input.error-flag {
  margin-bottom: 1.25rem;
  margin-top: 0; }

.generic-form .policy-check input.error-flag:after {
  display: none !important; }

.generic-form .policy-check .error-flag {
  position: absolute;
  bottom: -25px; }

.generic-form .policy-check .error-flag:after {
  top: 4px;
  right: -30px; }

.generic-form .message .message-block {
  width: 100%;
  height: auto;
  position: relative;
  background-color: transparent;
  margin-bottom: .9375rem;
  padding-left: 4.0625rem; }

.generic-form .message .message-block:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  left: 13px; }

.generic-form .message .message-block p {
  word-wrap: break-word; }

.generic-form .message .text {
  background-color: transparent;
  padding: .9375rem;
  padding-bottom: .4375rem;
  height: 100%; }

.generic-form .message .text p {
  margin: 0 0 .75rem 0;
  padding: 0;
  color: white;
  font-weight: normal;
  font-size: 1.375rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  text-transform: none; }

.generic-form .message .text p a {
  color: inherit; }

.generic-form .message .prog-wrap {
  margin: 20px 0; }

.generic-form .message .prog-wrap p {
  font-size: 1rem;
  margin-bottom: 4px; }

.generic-form .message .prog-wrap .container-bar {
  overflow: hidden;
  width: 100%;
  margin-bottom: .625rem;
  background-color: #006491; }

.generic-form .message .prog-wrap #progressBar {
  background-color: #00a8c7;
  height: 10px;
  width: 0; }

.generic-form .message .blue-btn {
  display: inline-block;
  background-color: #00a8c7;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 1.25rem;
  padding: .375rem .75rem;
  color: white;
  text-decoration: none; }

.generic-form .message .blue-btn:after {
  width: 0;
  height: 0;
  border-top: .25rem solid transparent;
  border-bottom: .25rem solid transparent;
  border-left: .25rem solid white;
  display: inline-block;
  content: "";
  margin-left: .3125rem; }

.generic-form .message a.disabled {
  opacity: .25;
  cursor: default; }

.generic-form .message a.enable {
  opacity: 1;
  text-decoration: underline; }

.generic-form .message.alert .message-block:before {
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") -7px -400px no-repeat; }

.generic-form .message.confirm .message-block:before {
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") -121px -400px no-repeat; }

.generic-form .message.email .message-block:before {
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") -62px -397px no-repeat; }

.generic-form .message.blue .message-block {
  background-color: #00a8c7; }

.generic-form .message.blue .text {
  background-color: #016d9e; }

.generic-form .message.orange .message-block {
  background-color: #fcae18; }

.generic-form .message.orange .text {
  background-color: #ca8414; }

.generic-form .tooltip {
  cursor: default;
  text-decoration: none;
  display: none;
  float: right;
  color: #6c6c6c;
  font-size: .875rem;
  font-family: -webkit-body;
  font-style: italic;
  font-weight: bold;
  text-transform: none;
  width: 16px;
  height: 16px;
  border: 1px solid #acacac;
  text-align: center;
  border-radius: 8px;
  background-color: #ececec; }

@media only screen and (min-width: 1025px) {
  .generic-form .tooltip {
    display: block; } }

.generic-form .tooltip span {
  position: absolute;
  top: -2px;
  right: 30px;
  color: #595959;
  opacity: 0;
  visibility: hidden;
  padding: 5px;
  border: 1px solid #acacac;
  width: 55%;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W01 Bk", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background-color: white;
  z-index: 202;
  text-align: left; }

@media only screen and (min-width: 1025px) {
  .generic-form .tooltip:hover span {
    opacity: 1;
    visibility: visible; } }

.user-message {
  background-color: #ccc;
  padding: 20px; }

#remove-target {
  color: black;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  text-decoration: none; }

.forms p {
  margin-top: 0;
  margin-bottom: 2.5rem; }

.thank-you {
  height: 100%;
  background: #45555f;
  color: white;
  overflow: hidden; }

.thank-you div {
  width: 80%;
  margin: 0 auto; }

.thank-you h1 {
  font-size: 2rem;
  margin: 30px auto;
  display: table;
  color: #f38034; }

.thank-you h2 {
  font-size: 1.5rem;
  margin: 30px auto;
  display: table;
  color: white;
  line-height: 1.3; }

.thank-you .close-reveal-modal {
  line-height: .4; }

@media only screen and (max-width: 40em) {
  .thank-you .close-reveal-modal {
    color: white; } }

.thank-you a {
  color: #f38034;
  text-align: center;
  display: block;
  padding: 40px; }

.info-accordion {
  clear: both;
  margin-bottom: 2.5rem; }

.info-accordion .accordion-item {
  overflow: hidden;
  border-top: 1px solid white; }

.info-accordion .accordion-content {
  max-height: 0;
  overflow-x: hidden;
  -webkit-transition: max-height .8s;
  -moz-transition: max-height .8s;
  -o-transition: max-height .8s;
  -ms-transition: max-height .8s;
  transition: max-height .8s;
  font-size: 1rem; }

.info-accordion .accordion-content > img {
  width: 100%;
  margin: 0;
  float: none; }

.info-accordion .accordion-content .row {
  margin: 0; }

.info-accordion .textandimage {
  padding: 25px; }

.info-accordion .textandimage img {
  width: auto;
  padding-right: 20px;
  float: left; }

.info-accordion .textandimage .right-align img {
  float: right;
  padding-right: 0;
  padding-left: 20px; }

.info-accordion .active .accordion-content {
  max-height: 3000px; }

.info-accordion .active h5 {
  background-color: #0080b4; }

.info-accordion .active h5 span:before {
  content: "-";
  padding-left: .4375rem; }

.info-accordion .acc-inner-content {
  padding: 38px 10% 0;
  padding-bottom: 20px; }

@media only screen and (max-width: 40em) {
  .info-accordion .acc-inner-content {
    padding-left: 1%;
    padding-right: 1%; } }

.info-accordion .acc-inner-content .columns {
  padding: 0;
  margin: 48px 0 0; }

.info-accordion .acc-inner-content ul {
  padding-left: 1.25rem;
  margin-bottom: 1.875rem; }

.info-accordion .acc-inner-content li {
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #45555f;
  line-height: 1.25rem; }

.info-accordion .acc-inner-content li a {
  text-decoration: underline;
  display: inline;
  color: #00b0d3;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif; }

.info-accordion .acc-inner-content p {
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1.25rem;
  color: #45555f;
  margin-bottom: 1.5625rem;
  margin-top: 0; }

.info-accordion .acc-inner-content p a {
  text-decoration: underline;
  display: inline;
  color: #00b0d3;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif; }

.info-accordion ul {
  padding-left: 0; }

@media only screen and (max-width: 40em) {
  .info-accordion ul {
    margin-bottom: 0; } }

.info-accordion li {
  line-height: 23px; }

.info-accordion a {
  color: #00b0d3;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1.25rem; }

.info-accordion strong {
  font-weight: normal;
  font-family: "Slate W02 Bold", Arial, sans-serif; }

.info-accordion h5 {
  background-color: #004281;
  color: white;
  font-size: 1.3125rem;
  height: 45px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: background-color, 250ms;
  -moz-transition: background-color, 250ms;
  -o-transition: background-color, 250ms;
  -ms-transition: background-color, 250ms;
  transition: background-color, 250ms; }

.info-accordion h5 span {
  height: 2.8125rem;
  width: 2.8125rem;
  display: inline-block;
  background-color: #0080b4;
  padding: .75rem;
  line-height: 20px;
  margin-right: 10px; }

.info-accordion h5 span:before {
  border-radius: 50px;
  height: 1.25rem;
  width: 1.25rem;
  background-color: #86d3e5;
  display: inline-block;
  content: "+";
  padding-left: .3125rem; }

.info-accordion h5:hover {
  background-color: #0080b4; }

.info-accordion h6 {
  font-family: "Slate W02 Bold", Arial, sans-serif;
  font-size: 1rem;
  margin: 0 0 15px 0; }

@media only screen and (min-width: 0) and (max-width: 64em) {
  .info-accordion .resource-filter {
    width: 100%; }
  .info-accordion .resource-filter.columns {
    padding-bottom: 0; } }

.info-accordion .resource-filter ul {
  list-style-position: inside; }

.info-accordion .resource-filter ul li {
  list-style-type: none; }

.info-accordion .resource-filter a {
  text-decoration: none; }

.info-accordion .resource-filter .filter-wrap {
  padding: .9375rem 0 0 0; }

.info-accordion .resource-filter .filter-wrap.top-layer {
  border-bottom: 1px solid #ccc; }

.info-accordion .resource-filter .filter-wrap.bottom-layer {
  border-top: 1px solid #ccc; }

.info-accordion .resource-filter .filter-wrap button {
  color: #c4cacf;
  padding: 0; }

.info-accordion .resource-filter .filter-wrap button:before {
  width: 30px;
  height: 30px;
  background-image: url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px; }

.info-accordion .resource-filter .filter-wrap button.active {
  color: #45555f; }

.info-accordion .resource-filter .filter-container {
  border: 1px solid #45555f;
  width: 100%;
  position: relative;
  color: #45555f; }

.info-accordion .resource-filter .filter-container a {
  color: #45555f;
  position: relative;
  display: block;
  z-index: 21;
  height: 100%;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 7px;
  line-height: 16px; }

.info-accordion .resource-filter .current-filter {
  height: 100%; }

.info-accordion .resource-filter .current-filter a:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  display: inline-block;
  position: absolute;
  content: "";
  right: 9px;
  top: 12px; }

.info-accordion .resource-filter .current-filter.plus a:after {
  content: "+";
  border: 0;
  right: 21px;
  top: 1px;
  color: white;
  font-size: 1.6875rem;
  font-weight: bold; }

.info-accordion .resource-filter .current-filter.plus.open a:after {
  content: "-";
  border: 0;
  font-size: 2rem;
  line-height: 23px;
  right: 19px; }

.info-accordion .resource-filter .current-filter.open a:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  display: inline-block;
  border-top: 0;
  content: ""; }

.info-accordion .resource-filter .open .filter-categories {
  display: block; }

.info-accordion .resource-filter .sub-menu {
  margin-left: 0; }

.info-accordion .resource-filter .filter-categories {
  display: none;
  overflow: hidden;
  color: #45555f;
  font-size: 1rem;
  width: 100%;
  padding: 11px 0;
  box-sizing: content-box;
  z-index: 300;
  background: #eaebed;
  margin: 0;
  top: 29px;
  left: -1px;
  line-height: 23px;
  border-top: 1px solid #45555f;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px; }

@media only screen and (max-width: 40em) {
  .info-accordion .resource-filter .filter-categories {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media only screen and (max-width: 420px) {
  .info-accordion .resource-filter .filter-categories {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }

.info-accordion .resource-filter .filter-categories.overlay {
  position: absolute;
  border-left: 1px solid #45555f;
  border-right: 1px solid #45555f;
  border-bottom: 1px solid #45555f; }

.info-accordion .resource-filter .filter-categories li {
  clear: both; }

.info-accordion .resource-filter .filter-categories li a {
  font-size: 14px;
  width: 95%;
  line-height: 18px;
  text-decoration: underline; }

.info-accordion .resource-filter form {
  border: 1px solid #45555f;
  width: 83%;
  position: relative;
  margin: 0;
  height: 30px;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #45555f; }

@media only screen and (min-width: 1025px) {
  .info-accordion .resource-filter form {
    width: 100%; } }

.info-accordion .resource-filter .resource-search {
  border: 0;
  padding: 6px 0 0 7px;
  width: 79%; }

.info-accordion .resource-filter .resource-search::-webkit-input-placeholder {
  color: #45555f;
  -webkit-font-smoothing: antialiased; }

.info-accordion .resource-filter .resource-search::-moz-placeholder {
  color: #45555f; }

.info-accordion .resource-filter .resource-search:-ms-input-placeholder {
  color: #45555f; }

.info-accordion .resource-filter .resource-search:-moz-placeholder {
  color: #45555f;
  -moz-osx-font-smoothing: grayscale; }

.info-accordion .resource-filter .search-icon {
  border: 0;
  background-size: 200px;
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") no-repeat 0 -118px;
  width: 31px;
  height: 25px;
  cursor: pointer;
  float: right;
  position: relative; }

.info-accordion .resource-filter .sort-mobile-face {
  background: white;
  position: absolute;
  z-index: 300;
  height: 100%;
  width: 100%;
  left: 0;
  top: -1px;
  border-top: 1px solid #ccc;
  -webkit-transition: left .3s ease-out, opacity .3s ease;
  -moz-transition: left .3s ease-out, opacity .3s ease;
  -o-transition: left .3s ease-out, opacity .3s ease;
  -ms-transition: left .3s ease-out, opacity .3s ease;
  transition: left .3s ease-out, opacity .3s ease; }

.info-accordion .resource-filter .sort-mobile-face p {
  position: absolute;
  top: 120px;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  font-size: 1.25rem;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

@media only screen and (max-width: 40em) {
  .info-accordion .resource-filter .sort-mobile-face p {
    right: -66px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .info-accordion .resource-filter .sort-mobile-face p {
    right: -47px; } }

.info-accordion .resource-filter .sort-mobile-face p:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #45555f;
  display: inline-block;
  content: "";
  margin-left: 14px; }

@media only screen and (min-width: 1025px) {
  .info-accordion .resource-filter .sort-mobile-face {
    display: none; } }

.info-accordion .resource-filter .close-filter {
  background-color: #45555f;
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0; }

.info-accordion .resource-filter .close-filter:before {
  color: white;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  content: "CLOSE";
  position: absolute;
  top: 17%;
  left: -3px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.info-accordion .resource-filter .close-filter:after {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid white;
  display: inline-block;
  content: "";
  left: 17px;
  top: 22px;
  position: absolute; }

@media only screen and (min-width: 1025px) {
  .info-accordion .resource-filter .close-filter {
    display: none; } }

.info-accordion .resource-filter .close-animate .close-filter {
  display: none; }

.breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 10; }

.breadcrumb ul {
  height: auto;
  padding: .0625rem 0 .125rem 0;
  margin: 0;
  list-style-type: none; }

.breadcrumb ul li {
  display: inline-block; }

.breadcrumb ul li::after {
  content: "/";
  padding: 0 .125rem 0 .25rem;
  font-weight: normal;
  font-size: .75rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  text-transform: uppercase;
  color: #45555f; }

.breadcrumb ul li:last-of-type::after {
  content: ""; }

.breadcrumb ul li a {
  font-weight: normal;
  font-size: .75rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  text-transform: uppercase;
  color: #45555f; }

.blue-back-link {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 2.5rem; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .blue-back-link {
    max-width: 360px;
    margin-right: 2.5rem; } }

.blue-back-link a {
  display: block;
  border-radius: 1px;
  background-color: #0080b4;
  font-weight: normal;
  font-size: .875rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  color: white;
  padding: .4375rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  clear: both;
  margin-bottom: .625rem;
  -webkit-transition: background-color, 250ms;
  -moz-transition: background-color, 250ms;
  -o-transition: background-color, 250ms;
  -ms-transition: background-color, 250ms;
  transition: background-color, 250ms; }

@media only screen {
  .blue-back-link a {
    max-width: 360px; } }

.blue-back-link a:after {
  width: 0;
  height: 0;
  border-top: .25rem solid transparent;
  border-bottom: .25rem solid transparent;
  border-left: .25rem solid white;
  display: inline-block;
  content: "";
  margin-left: .3125rem; }

.blue-back-link a:hover {
  background-color: #00afd3; }

#rtRailFlex {
  float: none;
  overflow: hidden; }

@media only screen and (min-width: 1025px) {
  #rtRailFlex {
    margin-top: 20px;
    padding-left: 8%; } }

@media only screen and (max-width: 40em) {
  #rtRailFlex {
    max-width: 390px;
    margin: 0 auto; }
  #rtRailFlex .columns {
    padding: 0; } }

.about-us-summary {
  margin-bottom: 1.875rem; }

.about-us-summary h1, .about-us-summary h2 {
  color: #00b0d3;
  margin-bottom: .625rem;
  padding-right: .9375rem;
  margin-top: 0;
  font-weight: normal;
  font-size: 2.625rem;
  font-family: "Slate W02 Light", Arial, sans-serif; }

.about-us-summary h1 span, .about-us-summary h2 span {
  font-family: "Slate W02 Bold", Arial, sans-serif;
  font-size: 2rem; }

.about-us-summary h1.drk-blue, .about-us-summary h2.drk-blue {
  color: #00274c; }

.about-us-summary h3 {
  margin-bottom: 0;
  margin-top: 2.5rem;
  color: #00274c; }

.about-us-summary h4 {
  color: #00b0d3; }

.about-us-summary p {
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #45555f;
  margin-bottom: 1.25rem; }

.about-us-summary p b {
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Bold", Arial, sans-serif; }

.about-us-summary a {
  color: #00b0d3;
  text-decoration: underline; }

.about-us-summary img {
  float: left;
  padding: 5px 20px 5px 0; }

@media only screen and (min-width: 73.75rem) {
  .about-us-summary img {
    margin-left: -15px; } }

@media only screen and (max-width: 40em) {
  .about-us-summary img {
    max-width: 30%;
    padding: 5px 11px 5px 0; } }

.about-us-summary .text-wrap {
  margin-bottom: 1.5rem; }

.about-us-summary .heading-info p {
  margin-top: 0; }

.about-us-summary.right-align img {
  float: right;
  padding-right: 0;
  padding-left: 20px; }

@media only screen and (max-width: 40em) {
  .about-us-summary.right-align img {
    float: none; } }

.leadership-detail h2 span {
  font-weight: normal;
  font-family: inherit; }

.leadership-detail .sub-header {
  font-size: 1.5rem; }

.leadership-detail img {
  float: left;
  padding: 0;
  margin: .9375rem 1.25rem .625rem 0;
  border-top: 8px solid #006d9e; }

@media only screen and (min-width: 73.75rem) {
  .leadership-detail img {
    margin-left: 0;
    padding: 0; } }

@media only screen and (max-width: 40em) {
  .leadership-detail img {
    max-width: 38%;
    padding: 0; } }

.alt-structure h1, .alt-structure h2 {
  color: #000;
  margin-bottom: .625rem;
  padding-right: .9375rem;
  margin-top: 0;
  font-weight: normal;
  font-size: 2.625rem;
  font-family: "Slate W02 Light", Arial, sans-serif; }

@media only screen and (max-width: 40em) {
  .alt-structure img {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100%; } }

.common-content .right-align img {
  float: right;
  padding-right: 0;
  padding-left: 20px; }

@media only screen and (max-width: 40em) {
  .common-content .right-align img {
    float: none; } }

.textandimage img {
  float: left;
  padding-left: 0;
  padding-right: 20px; }

@media only screen and (max-width: 40em) {
  .textandimage img {
    float: none; } }

.textandimage a {
  color: #00b0d3;
  font-size: inherit;
  text-decoration: underline;
  overflow: hidden;
  margin-top: .8125rem; }

.textandimage .right-align img {
  float: right;
  padding-right: 0;
  padding-left: 20px; }

@media only screen and (max-width: 40em) {
  .textandimage .right-align img {
    float: none; } }

.hero-menu {
  background-color: #00b0d3;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-top: 4.1875rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 2.5rem; }

@media only screen and (max-width: 40em) {
  .hero-menu {
    padding-top: 1.75rem; } }

.hero-menu h1, .hero-menu h2 {
  color: white;
  font-weight: normal;
  font-size: 4rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  margin-top: 1.25rem;
  margin-bottom: 2.1875rem; }

@media only screen and (max-width: 40em) {
  .hero-menu h1, .hero-menu h2 {
    font-size: 2.625rem;
    margin-bottom: 1.6875rem; } }

.hero-menu .list-nav {
  display: table;
  padding-left: 0;
  margin: 3rem 0 4.8125rem;
  position: relative;
  width: 100%; }

@media only screen and (min-width: 641px) {
  .hero-menu .list-nav {
    border-left: 1px solid white;
    padding-top: 1px; } }

@media only screen and (max-width: 40em) {
  .hero-menu .list-nav {
    display: block;
    margin-bottom: 20px;
    margin-top: 1.1875rem; } }

@media screen and (min-width: 64.063em) and (max-width: 72.875em) {
  .hero-menu .list-nav {
    width: 690px; } }

.hero-menu .list-nav li {
  list-style: none;
  float: left;
  font-family: "Slate W02 Book", Arial, sans-serif;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid white;
  height: 36px;
  overflow: hidden; }

@media only screen and (max-width: 40em) {
  .hero-menu .list-nav li {
    float: none;
    border-left: 1px solid white;
    border-top: 0; } }

@media only screen and (min-width: 641px) {
  .hero-menu .list-nav li {
    width: 227px;
    margin-top: -1px; } }

@media only screen and (max-width: 40em) {
  .hero-menu .list-nav li:first-child {
    border-top: 1px solid white; } }

.hero-menu .list-nav a {
  text-decoration: none;
  font-weight: normal;
  font-size: 1.125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: white;
  padding: .5rem 0 .5rem .5rem;
  display: block;
  text-transform: uppercase;
  background: transparent;
  -webkit-transition: background-color 200ms linear, color 200ms linear;
  -moz-transition: background-color 200ms linear, color 200ms linear;
  -o-transition: background-color 200ms linear, color 200ms linear;
  -ms-transition: background-color 200ms linear, color 200ms linear;
  transition: background-color 200ms linear, color 200ms linear;
  position: relative;
  height: 36px; }

@media only screen {
  .hero-menu .list-nav a {
    -webkit-tap-highlight-color: transparent; }
  .hero-menu .list-nav a:active {
    background-color: white;
    color: #00b0d3; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .hero-menu .list-nav a:active:after {
    border-top-color: white; } }

@media only screen and (min-width: 1025px) {
  .hero-menu .list-nav a:hover {
    background-color: white;
    color: #00b0d3; } }

.hero-menu .list-nav a.active {
  background-color: white;
  color: #00b0d3; }

.hero-menu.campus-recruiting {
  width: 100%;
  background-color: transparent;
  padding: 3.75rem .625rem 3.125rem; }

@media only screen and (min-width: 641px) {
  .hero-menu.campus-recruiting {
    height: auto; } }

.hero-menu.campus-recruiting .content-block {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.25rem;
  padding-top: 1.5625rem; }

.hero-menu.campus-recruiting h1, .hero-menu.campus-recruiting h2 {
  font-weight: normal;
  font-size: 2.625rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #00b0d3;
  margin: 0; }

.hero-menu.campus-recruiting .list-nav {
  margin: 25px 0 30px;
  border-color: #0080b4; }

@media only screen and (min-width: 1025px) {
  .hero-menu.campus-recruiting .list-nav {
    width: 690px; } }

.hero-menu.campus-recruiting .list-nav li {
  border-color: #0080b4; }

@media only screen and (max-width: 40em) {
  .hero-menu.campus-recruiting .list-nav li:first-child {
    border-top-color: #0080b4; } }

.hero-menu.campus-recruiting .list-nav a {
  color: #0080b4; }

.hero-menu.campus-recruiting .list-nav a:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  display: inline-block; }

@media only screen {
  .hero-menu.campus-recruiting .list-nav a {
    -webkit-tap-highlight-color: transparent; }
  .hero-menu.campus-recruiting .list-nav a:active {
    background-color: #0080b4;
    color: white; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .hero-menu.campus-recruiting .list-nav a:active:after {
    border-top-color: #0080b4; } }

@media only screen and (min-width: 1025px) {
  .hero-menu.campus-recruiting .list-nav a:hover {
    background-color: #0080b4;
    color: white; }
  .hero-menu.campus-recruiting .list-nav a:hover:after {
    border-top-color: #0080b4; } }

.hero-menu.campus-recruiting .list-nav a.active {
  background-color: #0080b4;
  color: white; }

@media only screen and (min-width: 641px) {
  .hero-menu.campus-recruiting .list-nav a.active:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0080b4;
    display: inline-block; } }

.attendees-list h6 {
  font-size: 1rem;
  color: #45555f; }

.attendees-list .attendee {
  min-width: 71px; }

.attendee {
  width: 232px;
  background-color: #ebeced;
  position: relative;
  float: left;
  margin: 0 18px 18px 0; }

.attendee img {
  width: 68px;
  display: inline-block; }

.attendee p {
  color: #45555f;
  font-size: .75rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  margin-bottom: 8px;
  margin-top: 0; }

.attendee a {
  display: none; }

.attendee .status-icon {
  width: 18px;
  height: 18px;
  background-color: #b5bcc2;
  display: block;
  position: absolute;
  top: 0;
  right: 0; }

.attendee .status-icon:after {
  content: "+";
  display: block;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  left: 5px;
  position: absolute; }

.attendee .text-wrap {
  float: right;
  width: 155px;
  padding-top: 7px;
  height: 71px;
  overflow: hidden; }

.attendee .description {
  display: none; }

.attendee iframe {
  display: none; }

.attendee.open {
  border: 1px solid #b5bcc2;
  position: fixed;
  z-index: 200;
  width: 451px;
  margin: 0 auto;
  display: block;
  overflow: hidden; }

.attendee.open img {
  width: auto; }

@media only screen and (orientation: portrait) {
  .attendee.open {
    width: 85%;
    max-width: 210px; }
  .attendee.open img {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 0; } }

.attendee.open .text-wrap {
  width: 275px;
  height: auto; }

@media only screen and (orientation: portrait) {
  .attendee.open .text-wrap {
    width: 100%;
    padding: 7%; } }

.attendee.open p {
  font-size: 1rem; }

.attendee.open .description {
  font-size: 13px;
  display: block; }

.attendee.open .status-icon {
  width: 30px;
  height: 30px; }

.attendee.open .status-icon:after {
  content: "-";
  top: 10px;
  left: 7px;
  line-height: 0;
  font-size: 3.125rem;
  font-weight: normal; }

.attendee.open a {
  display: block;
  color: #45555f;
  font-size: .8125rem; }

.slick-dots li {
  padding: .3125rem;
  margin: 0; }

.slick-dots li button {
  background-color: #86d3e5;
  border-radius: 10px;
  width: 10px;
  height: 10px; }

.slick-dots li button:before {
  content: ""; }

.slick-dots li.slick-active button {
  background-color: #0d6690; }

.office-locator {
  position: relative;
  min-height: 31.25rem;
  margin-top: 20px; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .office-locator {
    min-height: 40.625rem; } }

@media only screen and (max-width: 40em) {
  .office-locator {
    min-height: 75rem; } }

.office-locator h3 {
  margin: .375rem 0;
  margin-bottom: 1.25rem; }

@media only screen and (max-width: 40em) {
  .office-locator h3 {
    margin-bottom: 3.75rem; } }

.office-locator .country-container {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%; }

@media only screen and (max-width: 40em) {
  .office-locator .country-container {
    top: 45px; } }

.office-locator .country-container > a {
  font-family: "Slate W02 Book", Arial, sans-serif;
  font-size: .8125rem;
  line-height: 20px;
  display: table;
  float: right; }

.office-locator .current-country-language {
  background-color: #00a8cf;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  padding: .4375rem 1.25rem; }

.office-locator .current-country-language:after {
  width: 0;
  height: 0;
  border-left: .3125rem solid transparent;
  border-right: .3125rem solid transparent;
  border-top: .3125rem solid white;
  display: inline-block;
  margin-left: 7px;
  margin-bottom: 2px;
  content: ""; }

.office-locator .current-country-language span {
  position: relative; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .office-locator #activeCountry {
    margin-right: 5px; } }

@media only screen and (max-width: 40em) {
  .office-locator #activeCountry {
    margin-right: 10px; } }

.office-locator .drop-menu {
  position: absolute;
  background: #00a8cf;
  z-index: 200;
  display: none;
  width: 100%;
  padding: .625rem;
  margin-top: 0;
  top: 33px;
  right: 0; }

.office-locator .drop-menu.open {
  display: block; }

.office-locator .drop-menu li {
  list-style-type: none; }

.office-locator .countries-list {
  padding: 0;
  margin: 0;
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .office-locator .countries-list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; } }

@media only screen and (max-width: 40em) {
  .office-locator .countries-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

.office-locator .countries-list li {
  color: #00b0d3;
  line-height: 20px;
  background-color: transparent; }

.office-locator .countries-list li a {
  line-height: 24px;
  color: white;
  padding-left: 10px;
  font-weight: normal;
  font-size: .875rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  text-decoration: none;
  display: block;
  -webkit-transition: background-color 80ms linear;
  -moz-transition: background-color 80ms linear;
  -o-transition: background-color 80ms linear;
  -ms-transition: background-color 80ms linear;
  transition: background-color 80ms linear; }

.office-locator div[data-id] {
  display: none; }

.office-locator div[data-id].active {
  display: block; }

.office-locator .row .row {
  margin-left: inherit;
  margin-right: inherit; }

.global-location-list {
  margin-bottom: 2.5rem; }

.global-location {
  width: 25%;
  background-color: #ececec;
  position: relative;
  float: left;
  height: 150px;
  overflow: hidden;
  cursor: pointer;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear; }

.global-location:hover {
  background-color: #e5e5e5; }

.global-location:nth-child(4n + 4) {
  margin-right: 0; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .global-location {
    width: 33.2%; }
  .global-location:nth-child(3n + 3) {
    margin-right: 0; } }

@media only screen and (max-width: 40em) {
  .global-location {
    width: 50%; }
  .global-location:nth-child(2n + 2) {
    margin-right: 0; } }

@media only screen and (max-width: 400px) {
  .global-location {
    width: 100%;
    margin-right: 0; } }

@media only screen and (min-width: 402px) and (max-width: 790px) {
  .global-location {
    height: 190px; } }

.global-location img {
  height: 350px;
  display: none; }

.global-location p {
  color: #45555f;
  font-size: 1rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  margin: 0 0 .625rem 0; }

.global-location p.location {
  text-transform: uppercase;
  font-size: 1rem; }

.global-location .status-icon {
  display: none; }

.global-location dl:last-of-type {
  display: none; }

.global-location dt {
  font-weight: normal;
  font-size: .875rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  display: none; }

.global-location dl, .global-location dl p, .global-location dt p {
  padding: 0;
  text-transform: none;
  margin: 0 0 .625rem 0;
  color: #45555f;
  font-size: .875rem;
  font-family: "Slate W02 Book", Arial, sans-serif; }

.global-location dl dt, .global-location dl dd {
  padding: 0;
  margin: 0 0 .125rem 0; }

.global-location dl dt a, .global-location dl dd a {
  color: inherit;
  text-decoration: underline; }

.global-location .status-icon {
  display: none;
  width: 18px;
  height: 18px;
  background-color: #b5bcc2;
  position: absolute;
  top: 0;
  right: 0; }

.global-location .text-wrap {
  padding: 1.25rem;
  display: inline-block; }

.global-location.open {
  border: 1px solid #b5bcc2;
  float: none;
  z-index: 200;
  width: 98%;
  max-width: 700px;
  margin: 0 auto;
  display: table;
  cursor: default; }

.global-location.open:hover {
  background-color: #ececec; }

.global-location.open img {
  display: inline-block;
  float: right;
  width: 50%;
  height: auto;
  background-color: #c7f0e6; }

.global-location.open .text-wrap {
  width: 50%; }

@media only screen and (orientation: portrait) {
  .global-location.open .text-wrap {
    width: 100%; } }

.global-location.open .location {
  font-size: 1rem; }

.global-location.open dl {
  display: block; }

.global-location.open dl:last-of-type {
  display: block; }

.global-location.open dt, .global-location.open dd {
  display: block;
  font-size: 1rem; }

@media only screen and (max-width: 40em) {
  .global-location.open dt, .global-location.open dd {
    font-size: .875rem;
    display: block; } }

.global-location.open .status-icon {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }

.global-location.open .status-icon:after {
  content: "\00d7";
  display: block;
  color: white;
  font-size: 1.875rem;
  font-weight: normal;
  left: 8px;
  position: absolute; }

.global-location.open a {
  display: inline;
  color: #45555f;
  font-size: .8125rem;
  line-height: inherit; }

@media only screen and (orientation: portrait) {
  .global-location.open {
    width: 90%;
    max-width: 360px; }
  .global-location.open img {
    float: none;
    width: 90%;
    height: auto;
    margin: 5%;
    margin-top: 0;
    border: 1px solid #c2c2c2; } }

.col-2-set {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 73.1875rem;
  margin-left: auto;
  margin-right: auto; }

.col-2-set-c0 {
  float: left; }

.col-2-set-c1 {
  float: right; }

.col-2-set-c0, .col-2-set-c1 {
  width: 49%; }

@media only screen and (max-width: 40em) {
  .col-2-set-c0, .col-2-set-c1 {
    float: none;
    width: 100%; } }

.my-apps {
  margin: 0 0 1.25rem 0; }

.my-apps * ::-moz-selection {
  background: transparent; }

.my-apps * ::selection {
  background: transparent; }

@media only screen and (min-width: 1025px) {
  .my-apps .app-link {
    width: 32.3325%;
    margin-right: 1.5%;
    float: left;
    position: relative; }
  .my-apps .app-link:nth-child(3n + 3) {
    margin-right: 0; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .my-apps .app-link {
    width: 49.25%;
    margin-right: 1.5%;
    float: left;
    position: relative; }
  .my-apps .app-link:nth-child(2n + 2) {
    margin-right: 0; } }

@media only screen and (max-width: 40em) {
  .my-apps .app-link {
    width: 100%;
    margin-right: 0;
    float: left;
    position: relative; } }

.my-apps .app-link h5, .my-apps .app-link > a {
  background-color: #004281;
  color: white;
  text-decoration: none;
  font-size: 1.3125rem;
  height: 45px;
  margin: 0 0 .9375rem 0;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 12px 0 0 60px; }

.my-apps .app-link h5 .glyph, .my-apps .app-link > a .glyph {
  height: 2.8125rem;
  width: 2.8125rem;
  display: inline-block;
  background-color: #0080b4;
  padding: .75rem;
  line-height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0; }

.my-apps .app-link h5 .glyph:before, .my-apps .app-link > a .glyph:before {
  border-radius: 50px;
  height: 1.25rem;
  width: 1.25rem;
  background-color: #86d3e5;
  display: inline-block;
  content: "";
  color: #0080b4;
  background-image: url(/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png);
  background-repeat: no-repeat;
  background-position: -17px -460px; }

.my-apps .app-link h5 .tooltip, .my-apps .app-link > a .tooltip {
  cursor: default;
  text-decoration: none;
  display: none;
  float: right;
  padding: 2px 16px;
  background-color: transparent;
  color: #0080b4;
  font-family: -webkit-body;
  font-style: italic;
  font-weight: bold; }

@media only screen and (min-width: 1025px) {
  .my-apps .app-link h5 .tooltip, .my-apps .app-link > a .tooltip {
    display: inline-block; } }

.my-apps .app-link h5 .tooltip span, .my-apps .app-link > a .tooltip span {
  position: absolute;
  top: 45px;
  right: 0;
  color: #595959;
  opacity: 0;
  visibility: hidden;
  padding: 5px;
  border: 1px solid #acacac;
  width: 45%;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background-color: white;
  z-index: 202; }

@media only screen and (min-width: 1025px) {
  .my-apps .app-link h5 .tooltip:hover span, .my-apps .app-link > a .tooltip:hover span {
    opacity: 1;
    visibility: visible; } }

.my-apps .app-link h5.has-sub .glyph:before, .my-apps .app-link > a.has-sub .glyph:before {
  content: "";
  background-image: none;
  background-image: url(/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png);
  background-repeat: no-repeat;
  background-position: -72px -460px; }

.my-apps .app-link h5.open, .my-apps .app-link > a.open {
  background-color: #0080b4; }

.my-apps .app-link h5.open ul, .my-apps .app-link > a.open ul {
  display: block; }

.my-apps .app-link h5.open .tooltip, .my-apps .app-link > a.open .tooltip {
  color: #004281; }

.my-apps .app-link h5.open .glyph:before, .my-apps .app-link > a.open .glyph:before {
  content: "";
  padding-left: .4375rem;
  background-image: url(/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png);
  background-repeat: no-repeat;
  background-position: -120px -460px; }

.my-apps .app-link ul {
  padding: 1.25rem 1.25rem 0 1.25rem;
  margin: -0.9375rem 0 .9375rem 0;
  list-style-type: none;
  border: 1px solid #d7d7d7;
  display: none;
  background-color: #fff;
  width: 100%; }

.my-apps .app-link ul.open {
  display: block; }

.my-apps .app-link li {
  padding: 0;
  margin: 0 0 1.25rem 0; }

.my-apps .app-link li a {
  font-weight: normal;
  font-size: 1.25rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #0080b4;
  display: inline-block; }

.my-apps .app-link p {
  margin: 0;
  padding: 0; }

.my-apps .app-link .overlay {
  position: relative; }

@media only screen and (min-width: 641px) {
  .my-apps .app-link .overlay {
    position: absolute;
    z-index: 201; } }

.my-apps h1 {
  margin: 2.1875rem 0;
  color: #004281;
  font-weight: normal;
  font-size: 1.875rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  text-transform: uppercase; }

.my-apps .no-access {
  margin-bottom: 2.5rem; }

.my-apps .no-access p {
  margin-top: .3125rem;
  font-size: 1.375rem;
  opacity: .75; }

.login-box-modal {
  display: none;
  margin: 0 auto; }

.login-box-modal .arrow-right {
  width: 0;
  height: 0;
  border-top: .3125rem solid transparent;
  border-bottom: .3125rem solid transparent;
  border-left: .3125rem solid white;
  display: inline-block;
  margin-left: .625rem; }

.login-box-modal .options {
  display: inline-block; }

.login-box-modal .options + p {
  text-transform: uppercase;
  font-size: .875rem; }

.login-box-modal .options a {
  margin: 0 1.25rem 0 0;
  color: #232425;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  text-transform: uppercase; }

@media only screen and (max-width: 40em) {
  .login-box-modal .options a {
    font-size: .75rem;
    margin: 0 .625rem .625rem 0;
    display: inline-block; } }

.login-box-modal .generic-form {
  height: 100%;
  overflow: hidden;
  margin-bottom: 0; }

.login-box-modal .generic-form a {
  color: white; }

.login-box-modal .generic-form p {
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: white;
  text-transform: uppercase; }

.login-box-modal .generic-form .form-structure {
  background-color: #45555f;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  padding: 1.25rem;
  overflow: hidden; }

@media only screen and (min-width: 641px) {
  .login-box-modal .generic-form .form-structure {
    padding: 3.125rem; } }

@media only screen and (max-width: 40em) {
  .login-box-modal .generic-form .form-structure {
    padding: 0; } }

.login-box-modal .generic-form label {
  line-height: 15px;
  text-align: right;
  color: #232425;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  display: block;
  text-align: left;
  margin-bottom: .25rem;
  margin-top: .625rem; }

.login-box-modal .generic-form input {
  display: block;
  border: 1px solid #45555f;
  height: 1.5rem;
  line-height: .75rem;
  width: 100%;
  color: #45555f;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  padding-left: 4px;
  border-radius: 0; }

.login-box-modal .generic-form input.error-flag {
  border-color: #ed2c67; }

.login-box-modal .generic-form .submit-button {
  background-color: #f38034;
  padding: .5rem .725rem .5rem .725rem;
  color: white;
  display: inline-block;
  width: auto;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  height: auto;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  margin: 1.25rem 0;
  margin-right: 1.25rem;
  float: none; }

@media only screen and (max-width: 480px) {
  .login-box-modal .generic-form .submit-button {
    width: 100%;
    margin-bottom: .5rem; } }

.login-box-modal .generic-form .submit-button.disabled {
  background-color: #cf773d; }

.login-box-modal .generic-form .rememberuser {
  padding: .625rem 0; }

.login-box-modal .generic-form .rememberuser input {
  float: left;
  width: auto;
  margin-right: .5rem;
  border: 0; }

.login-box-modal .generic-form .rememberuser p {
  line-height: 15px;
  text-align: right;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  text-align: left;
  margin-bottom: .625rem;
  margin-top: .25rem;
  float: left; }

.login-box-modal .generic-form .error-flag {
  color: #ed2c67;
  padding: 5px 0;
  float: none;
  margin: 0;
  display: block; }

.login-box-modal .generic-form .error-flag:after {
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") -66px -360px no-repeat;
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  right: 19px;
  bottom: 29px; }

.login-box-modal .generic-form p, .login-box-modal .generic-form a,
.login-box-modal .generic-form label {
  color: white; }

.login-box-modal .generic-form p {
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: white; }

.login-box-modal .generic-form p.sub-head {
  font-size: 1.3125rem;
  margin-bottom: 2.5rem; }

@media only screen and (max-width: 40em) {
  .login-box-modal .generic-form p.sub-head {
    margin-bottom: .625rem; } }

.login-box-modal .generic-form h2 {
  color: white;
  margin-bottom: .875rem; }

@media only screen and (max-width: 40em) {
  .login-box-modal .generic-form h2 {
    font-size: 2rem;
    margin-top: 1.25rem; } }

.login-box-modal.open {
  display: table; }

#modalWindow {
  position: fixed;
  z-index: 201;
  margin-left: 0;
  left: -100%;
  height: 66%; }

@media only screen and (orientation: portrait) {
  #modalWindow {
    top: 5%; } }

@media only screen and (max-width: 40em) {
  #modalWindow {
    width: 100%;
    padding-bottom: 44%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #modalWindow {
    top: 5%; } }

#modalWindow .attendee {
  position: relative;
  float: none; }

@media only screen and (orientation: landscape) {
  #modalWindow .attendee {
    margin-top: 2.8125rem; } }

#modalWindow iframe {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute; }

#modalWindow .i-container .status-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: -27px;
  right: -8px;
  z-index: 2000;
  cursor: pointer;
  cursor: hand; }

#modalWindow .i-container .status-icon:after {
  display: block;
  content: "\d7";
  width: 200px;
  height: 200px;
  font-weight: bold;
  color: #fff;
  font-size: 1.25rem;
  width: 20px;
  height: 20px;
  background-color: #000;
  text-align: center; }

.reveal-modal-bg-white {
  background-color: white;
  opacity: .8;
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 200;
  top: 0;
  left: 0; }

.alt-modal {
  top: 2px; }

@media only screen and (min-width: 40.063em) and (max-width: 736px) and (orientation: landscape) {
  #modalWindow {
    top: 0; } }

.browser-comp-alert {
  display: none;
  width: 100%;
  height: 140px;
  background-color: #006d9e;
  z-index: 11;
  color: #fff;
  padding: 20px; }

.browser-comp-alert .wrap {
  max-width: 73.125rem;
  margin: 0 auto;
  padding: 0 .9375rem;
  position: relative; }

.browser-comp-alert #closeAlert {
  display: block;
  color: white;
  font-size: 1.875rem;
  font-weight: normal;
  right: 12px;
  top: 0;
  position: absolute;
  cursor: pointer; }

.browser-comp-alert h5 {
  padding: 0;
  margin: 0 0 6px 0;
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Slate W02 Book", Arial, sans-serif; }

.browser-comp-alert p {
  padding: 0;
  margin: 0 0 23px 0; }

.browser-comp-alert ul {
  list-style-type: none;
  padding: 0; }

.browser-comp-alert li {
  display: inline-block;
  color: #fff;
  margin-right: 20px; }

.browser-comp-alert li a {
  text-decoration: none;
  color: #fff; }

.browser-comp-alert li img {
  margin-right: 8px; }

.browser-comp-alert li.not-show {
  float: right;
  margin-right: 0; }

.browser-comp-alert li.not-show a {
  text-decoration: underline;
  font-size: 11px;
  text-transform: uppercase; }

.addthis_sharing_toolbox {
  padding-bottom: 1rem; }

.cookie-consent {
  display: none;
  width: 100%;
  min-height: 140px;
  height: auto;
  background-color: #006d9e;
  z-index: 11;
  color: #fff;
  padding: 20px; }

.cookie-consent .wrap {
  max-width: 73.125rem;
  margin: 0 auto;
  padding: 0 .9375rem;
  position: relative; }

.cookie-consent #closeAlert {
  display: block;
  color: white;
  font-size: 1.875rem;
  font-weight: normal;
  right: 12px;
  top: 0;
  position: absolute;
  cursor: pointer; }

.cookie-consent h5 {
  padding: 0;
  margin: 0 0 6px 0;
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Slate W02 Book", Arial, sans-serif; }

.cookie-consent p {
  padding: 0;
  margin: 0 0 23px 0; }

.cookie-consent a {
  color: white;
  font-weight: bold; }

.cookie-consent a.btn {
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 4px 20px;
  background-color: aliceblue;
  border: 0;
  color: #03587e;
  cursor: pointer; }

.cookie-consent a.btn:hover {
  background-color: white; }

.opt-in-modal {
  display: none;
  margin: 0 auto; }

.opt-in-modal .form-cntr {
  height: 100%;
  overflow: hidden;
  margin-bottom: 0; }

.opt-in-modal .form-cntr a {
  color: #fff; }

.opt-in-modal .form-cntr .form-structure {
  background-color: #45555f;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 540px; }

@media only screen and (max-width: 40em) {
  .opt-in-modal .form-cntr .form-structure {
    padding: 0;
    height: 440px; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .opt-in-modal .form-cntr .form-structure {
    height: 560px; } }

.opt-in-modal .form-cntr h3 {
  padding: 0 0 4px 0;
  margin: 0;
  font-size: 1.15rem;
  color: white;
  border-bottom: 1px solid #777;
  margin-bottom: 10px;
  text-transform: uppercase; }

@media only screen and (max-width: 40em) {
  .opt-in-modal .form-cntr h3 {
    border: 0;
    margin-bottom: 2px;
    padding: 0 8px 0 8px;
    display: block;
    height: 18px;
    overflow: hidden;
    font-size: .85rem; } }

.opt-in-modal .form-cntr h4 {
  color: #777;
  font-weight: bold;
  font-size: .85rem;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 10px;
  text-align: center; }

.opt-in-modal .form-cntr .description {
  display: block;
  width: 100%;
  padding: 25px; }

@media only screen and (min-width: 641px) {
  .opt-in-modal .form-cntr .description {
    width: 40%;
    float: left; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .opt-in-modal .form-cntr .description {
    padding: 15px; } }

@media only screen and (max-width: 40em) {
  .opt-in-modal .form-cntr .description {
    padding: 8px 0 0 0; } }

@media only screen and (max-width: 40em) {
  .opt-in-modal .form-cntr .description .text-wrap {
    height: 100px;
    padding: 8px;
    border-top: 1px solid #6f6f6f;
    border-bottom: 8px solid #38454e;
    overflow-y: scroll;
    background-color: #38454e;
    margin-bottom: 0; } }

.opt-in-modal .form-cntr .description p {
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: white;
  margin-top: 0; }

.opt-in-modal .form-cntr .options {
  border: 2px solid #45555f;
  border-left: 0;
  position: relative;
  height: 100%;
  background-color: #f3f3f3; }

@media only screen and (min-width: 641px) {
  .opt-in-modal .form-cntr .options {
    width: 60%;
    float: right; } }

@media only screen and (max-width: 40em) {
  .opt-in-modal .form-cntr .options {
    height: 312px;
    border-left: 2px solid #45555f;
    border-top: 0; } }

.opt-in-modal .form-cntr .options .btn-wrap {
  padding-top: 15px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100px; }

@media only screen and (max-width: 40em) {
  .opt-in-modal .form-cntr .options .btn-wrap {
    padding: 0 10px;
    height: 75px;
    text-align: left; } }

.opt-in-modal .form-cntr .option-details {
  float: left;
  padding: 20px;
  width: 100%;
  height: auto; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .opt-in-modal .form-cntr .option-details {
    padding: 15px; } }

@media only screen and (max-width: 40em) {
  .opt-in-modal .form-cntr .option-details {
    padding: 4px 0 0 0; } }

.opt-in-modal .form-cntr .option-details .status-icon {
  cursor: pointer;
  font-size: .85rem;
  margin: 10px 0 0 0;
  text-transform: none;
  text-decoration: none; }

@media only screen and (max-width: 40em) {
  .opt-in-modal .form-cntr .option-details .status-icon {
    float: left;
    clear: both;
    margin-top: 20px; } }

@media only screen and (max-width: 40em) {
  .opt-in-modal .form-cntr .option-details h4 {
    display: none; } }

.opt-in-modal .form-cntr .option-details ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 270px;
  display: none; }

.opt-in-modal .form-cntr .option-details ul.active {
  display: block; }

@media only screen and (max-width: 40em) {
  .opt-in-modal .form-cntr .option-details ul {
    height: 165px;
    overflow-y: scroll;
    border-bottom: 1px solid #dedede; } }

.opt-in-modal .form-cntr .option-details ul li {
  list-style-type: none;
  display: block;
  padding: 0;
  color: #777;
  padding: 8px;
  padding-left: 28px;
  border-bottom: 1px solid #dedede;
  position: relative; }

.opt-in-modal .form-cntr .option-details ul li:before {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  left: 6px;
  top: 7px;
  content: "\2713";
  color: #57c968;
  font-weight: bold; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .opt-in-modal .form-cntr .option-details ul li {
    padding: 6px;
    padding-left: 28px; } }

@media only screen and (max-width: 40em) {
  .opt-in-modal .form-cntr .option-details ul li {
    padding: 5px 0;
    padding-left: 28px;
    font-size: .95rem;
    height: auto;
    margin-right: 2%; }
  .opt-in-modal .form-cntr .option-details ul li:nth-child(2n + 2) {
    margin-right: 0; } }

.opt-in-modal .form-cntr .radioInputlist {
  background-color: #616e77;
  float: left;
  height: 125px;
  width: 100%;
  padding: 0; }

@media only screen and (max-width: 40em) {
  .opt-in-modal .form-cntr .radioInputlist {
    height: auto;
    padding-top: 2px; } }

.opt-in-modal .form-cntr .radioInputlist h3 {
  border-bottom-color: #888;
  text-align: center;
  text-transform: none; }

.opt-in-modal .form-cntr .radioInputlist h4 {
  color: #c3c3c3;
  padding: 18px 0 0 0;
  margin: 0;
  display: block;
  height: 48px; }

@media only screen and (max-width: 40em) {
  .opt-in-modal .form-cntr .radioInputlist h4 {
    display: none; } }

.opt-in-modal .form-cntr .radioInputlist ul {
  padding: 10px 0 0 0;
  margin: 0 auto;
  display: block;
  width: 88%;
  list-style-type: none;
  text-align: center;
  height: 77px; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .opt-in-modal .form-cntr .radioInputlist ul {
    width: 96%; } }

@media only screen and (max-width: 40em) {
  .opt-in-modal .form-cntr .radioInputlist ul {
    height: auto;
    width: 98%;
    margin-left: 1%;
    padding: 0;
    background-color: #45555f; } }

.opt-in-modal .form-cntr .radioInputlist ul li {
  display: block;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0 1% 0 0;
  width: 32.5%;
  height: 100%;
  border-radius: 1px; }

.opt-in-modal .form-cntr .radioInputlist ul li:last-of-type {
  margin-right: 0; }

@media only screen and (max-width: 40em) {
  .opt-in-modal .form-cntr .radioInputlist ul li {
    padding: 5px 0 0 0; } }

.opt-in-modal .form-cntr .radioInputlist label {
  display: block;
  color: #bcbcbc;
  padding: 10px 0 0 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: .875rem;
  font-family: "Slate W02 Bold", Arial, sans-serif; }

@media only screen and (max-width: 40em) {
  .opt-in-modal .form-cntr .radioInputlist label {
    font-weight: normal;
    font-size: .75rem;
    font-family: "Slate W02 Bold", Arial, sans-serif;
    padding: 4px 0 6px 0; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .opt-in-modal .form-cntr .radioInputlist label {
    font-weight: normal;
    font-size: .75rem;
    font-family: "Slate W02 Bold", Arial, sans-serif; } }

.opt-in-modal .form-cntr .radioInputlist input {
  margin: 0 auto;
  cursor: pointer; }

.opt-in-modal .form-cntr .radioInputlist input:checked + label {
  color: white;
  text-shadow: 0 1px 1px #3c3c3c; }

.opt-in-modal .form-cntr .submit-button {
  background-color: #f38034;
  padding: .5rem .725rem .5rem .725rem;
  color: white;
  display: inline-block;
  width: auto;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  height: auto;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  margin: 0;
  float: none; }

.opt-in-modal .form-cntr .submit-button.status-icon {
  pointer-events: none;
  opacity: .5; }

@media only screen and (max-width: 40em) {
  .opt-in-modal .form-cntr .submit-button.status-icon {
    margin-top: 0; } }

@media only screen and (max-width: 40em) {
  .opt-in-modal .form-cntr .submit-button {
    padding: 5px 8px 6px 8px; } }

.opt-in-modal.open {
  display: table;
  width: 98%; }

@media only screen and (min-width: 1025px) {
  .opt-in-modal.open {
    width: 80%; } }

@media only screen and (max-width: 40em) {
  .opt-in-modal.open {
    width: 100%; } }

.opt-in-modal .cookieDetails {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 15px;
  background-color: #38454e;
  z-index: 30;
  height: 515px; }

@media only screen and (max-width: 40em) {
  .opt-in-modal .cookieDetails {
    padding: 15px 0; } }

.opt-in-modal .cookieDetails .details-wrap {
  height: 100%;
  overflow-y: scroll;
  border: 1px solid rgba(255, 255, 255, 0.15); }

.opt-in-modal .cookieDetails .details-txt {
  padding: 10px;
  float: left;
  width: 50%; }

@media only screen and (max-width: 40em) {
  .opt-in-modal .cookieDetails .details-txt {
    width: 100%;
    float: none; } }

.opt-in-modal .cookieDetails .view-details {
  display: block;
  padding: 3px 10px;
  background-color: #38454e;
  top: -24px;
  left: 20px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  height: 24px;
  position: absolute;
  cursor: pointer; }

.opt-in-modal .cookieDetails .view-details span {
  color: #fff;
  padding-right: 6px;
  font-size: 14px; }

@media only screen and (max-width: 40em) {
  .opt-in-modal .cookieDetails .view-details span {
    padding-right: 4px;
    font-size: 12px; } }

.opt-in-modal .cookieDetails .view-details:after {
  content: "";
  width: 0;
  height: 0;
  border-left: .25rem solid transparent;
  border-right: .25rem solid transparent;
  border-bottom: .25rem solid white;
  display: inline-block;
  margin-bottom: 2px; }

@media only screen and (max-width: 40em) {
  .opt-in-modal .cookieDetails .view-details:after {
    display: none; } }

@media only screen and (max-width: 40em) {
  .opt-in-modal .cookieDetails .view-details {
    padding: 0 4px;
    top: -20px;
    left: auto;
    right: 1px; } }

.opt-in-modal .cookieDetails.show .view-details:after {
  width: 0;
  height: 0;
  border-bottom: 0;
  border-left: .25rem solid transparent;
  border-right: .25rem solid transparent;
  border-top: .25rem solid white;
  display: inline-block;
  margin-bottom: 2px; }

.opt-in-modal .cookieDetails hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin: .5em 0;
  padding: 0; }

.opt-in-modal .cookieDetails h5 {
  font-size: .65rem;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase; }

.opt-in-modal .cookieDetails dd, .opt-in-modal .cookieDetails dt,
.opt-in-modal .cookieDetails dl {
  padding: 0;
  margin: 0;
  font-size: .85rem; }

.opt-in-modal .cookieDetails dd:first-of-type {
  font-weight: bold;
  font-style: italic; }

.opt-in-modal .cookieDetails p {
  font-size: .85rem;
  margin: 0; }

.opt-in-modal .cookieDetails dt {
  float: left;
  clear: left;
  width: 100px;
  text-align: right;
  color: #8ad2ff;
  padding-right: 4px;
  margin-right: 4px; }

@media only screen and (max-width: 40em) {
  .opt-in-modal .cookieDetails dt {
    width: 85px; } }

.opt-in-modal .cookieDetails dt:after {
  content: ":"; }

.opt-in-modal .cookieDetails dd {
  margin: 0 0 4px 0;
  padding: 0 0 0 90px;
  min-height: 14px; }

.opt-in-modal .cookieDetails ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
  float: right;
  width: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.15); }

@media only screen and (max-width: 40em) {
  .opt-in-modal .cookieDetails ul {
    width: 100%;
    float: none; } }

.opt-in-modal .cookieDetails ul li {
  margin: 0;
  list-style-type: none;
  display: block;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(0, 0, 0, 0.05);
  padding: .5em;
  width: 100%;
  height: auto; }

@media only screen and (max-width: 40em) {
  .opt-in-modal .cookieDetails ul li {
    width: 100%;
    float: none;
    height: auto; } }

.alt-opt-nonsecure, .alt-opt-secure {
  top: 2px; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .alt-opt-nonsecure, .alt-opt-secure {
    padding: 1rem; } }

.alt-opt-nonsecure .submit-button.status-icon, .alt-opt-secure .submit-button.status-icon {
  opacity: 0; }

.alt-opt-nonsecure .submit-button.status-icon.enable, .alt-opt-secure .submit-button.status-icon.enable {
  opacity: 1;
  pointer-events: all; }

@media only screen and (max-width: 40em) {
  #modalWindow.alt-opt-nonsecure, #modalWindow.alt-opt-secure {
    top: 0; } }

.alt-opt-nonsecure p.status-icon {
  color: #777;
  font-weight: bold;
  text-transform: uppercase; }

.alt-opt-secure p.status-icon {
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  color: #777;
  font-weight: bold;
  font-size: .85rem;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 0; }

.alt-opt-secure p.status-icon.enable {
  opacity: 1;
  visibility: visible; }

.alert-box {
  padding: 1rem 1rem .5rem 1rem;
  display: block;
  margin: 2rem 0;
  clear: both;
  position: relative;
  border-radius: 1px; }

.alert-box p {
  display: block;
  clear: both;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase; }

.alert-box span {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 1rem;
  display: block;
  clear: both; }

.alert-box.success {
  background-color: #72be44;
  border: 1px solid #1aa432;
  color: #fff; }

.alert-box.success span {
  color: #00582d; }

.alert-box.warning {
  background-color: #f48132;
  border: 1px solid #c55f24; }

.alert-box.warning span {
  color: #7e2c00; }

.alert-box.info {
  background-color: #00a8c8;
  border: 1px solid #0c7fb2; }

.alert-box.info span {
  color: #00476b; }

.alert-box.alert {
  background-color: #ef4e45;
  border: 1px solid #bb2c2b; }

.alert-box.alert span {
  color: #670007; }

.alert-box.secondary {
  background-color: #bfbfbf;
  border: 1px solid #9d9d9d; }

.alert-box.secondary p, .alert-box.secondary span {
  color: #404040; }

.rt-rail-icon {
  width: 100%;
  float: left;
  clear: both; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .rt-rail-icon {
    max-width: 360px;
    margin-right: 2.5rem; } }

.rt-rail-icon .icon-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.rt-rail-icon .icon-list li {
  padding: 1.5rem 0;
  margin: 0;
  display: table;
  height: auto;
  width: 100%; }

.rt-rail-icon .icon-list li:first-of-type {
  padding-top: 0;
  border-top: 0; }

.rt-rail-icon .box {
  padding: .625rem;
  padding-bottom: 0;
  background-color: white;
  margin: 0;
  border: 1px solid #ccc;
  margin-bottom: 2.5rem; }

.rt-rail-icon .cnt-area .icon {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 22%;
  padding-right: 5%; }

.rt-rail-icon .cnt-area .text {
  display: table-cell;
  vertical-align: middle;
  width: 70%; }

.rt-rail-icon .cnt-area a {
  display: block; }

.rt-rail-icon .cnt-area a img {
  width: 60px; }

.rt-rail-icon .cnt-area h3 {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  padding: 0;
  margin-bottom: .75rem; }

.rt-rail-icon .cnt-area h2, .rt-rail-icon .cnt-area h2 a {
  font-family: "Slate W02 Light", Arial, sans-serif;
  color: #004281;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  margin-top: 0;
  text-decoration: none;
  margin-bottom: .3125rem; }

.rt-rail-icon .cnt-area p {
  font-size: .8125rem;
  line-height: 1rem;
  color: #37424a;
  margin-top: .3125rem;
  margin-bottom: .3125rem; }

.rt-rail-icon .cnt-area p a {
  display: inline;
  color: #00b0d3;
  text-decoration: underline; }

.rt-rail-icon .cnt-area .label {
  font-weight: normal;
  font-size: .6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  display: block;
  width: 100%; }

.shared-people-list {
  margin-bottom: 40px;
  padding-right: 0; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .shared-people-list {
    padding: 0 15px 15px 15px; } }

@media only screen and (max-width: 40em) {
  .shared-people-list {
    padding: 0 5px 15px 15px; } }

.shared-people-list .sp-item p, .shared-people-list .sp-item li {
  font-size: .75rem;
  line-height: .875rem;
  color: #45555f;
  padding: 0;
  margin: 0; }

.shared-people-list .sp-item a {
  display: none; }

.shared-people-list .sp-item .name {
  font-weight: normal;
  font-size: 1.125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1rem;
  color: #404040;
  margin: 0 0 .125rem 0; }

.shared-people-list .sp-item .s-title {
  font-size: .8125rem;
  line-height: .875rem;
  color: #404040;
  margin: 0 0 .375rem 0;
  padding: 0;
  font-style: italic;
  opacity: .7; }

.shared-people-list .sp-item .title {
  display: none; }

.shared-people-list .sp-item .s-bio {
  display: none; }

.shared-people-list .sp-item .email {
  cursor: text;
  display: none; }

.shared-people-list .sp-item .name, .shared-people-list .sp-item .s-title,
.shared-people-list .sp-item .title, .shared-people-list .sp-item .s-bio,
.shared-people-list .sp-item .email {
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -o-transition: color .25s;
  -ms-transition: color .25s;
  transition: color .25s; }

.shared-people-list .sp-item {
  width: 132px;
  position: relative;
  float: left;
  padding: 0;
  margin: 10px 10px 0 0;
  overflow: hidden;
  background-color: #f7f7f7;
  border-top: 4px solid #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  border-radius: 1px;
  -webkit-transition: border-color .25s, background-color .25s;
  -moz-transition: border-color .25s, background-color .25s;
  -o-transition: border-color .25s, background-color .25s;
  -ms-transition: border-color .25s, background-color .25s;
  transition: border-color .25s, background-color .25s; }

@media only screen and (max-width: 40em) {
  .shared-people-list .sp-item {
    width: 112px; } }

.shared-people-list .sp-item ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.shared-people-list .sp-item figure {
  display: none; }

.shared-people-list .sp-item figure img {
  display: none; }

.shared-people-list .sp-item .text-wrap {
  display: block;
  vertical-align: top;
  overflow: hidden;
  padding: 6px 8px;
  height: 114px;
  border-top: 1px solid white;
  border-bottom: 6px solid #f3f3f3;
  -webkit-transition: border-color 150ms;
  -moz-transition: border-color 150ms;
  -o-transition: border-color 150ms;
  -ms-transition: border-color 150ms;
  transition: border-color 150ms; }

.shared-people-list .sp-item .status-icon {
  display: none; }

.shared-people-list .sp-item iframe {
  display: none; }

.shared-people-list .sp-item.imgopt {
  height: 295px; }

.shared-people-list .sp-item.imgopt figure {
  display: block;
  background-color: #f2f2f2;
  margin: 0;
  padding: 0; }

.shared-people-list .sp-item.imgopt img {
  display: none;
  -webkit-transition: visibility 1200ms, opacity 1200ms;
  -moz-transition: visibility 1200ms, opacity 1200ms;
  -o-transition: visibility 1200ms, opacity 1200ms;
  transition: visibility 1200ms, opacity 1200ms; }

.shared-people-list .sp-item.imgopt img.showimg {
  display: block;
  visibility: hidden;
  opacity: 0; }

.shared-people-list .sp-item.imgopt img.showimg.visiblefade {
  visibility: visible;
  opacity: 1; }

@media only screen and (max-width: 40em) {
  .shared-people-list .sp-item.imgopt {
    height: 268px; } }

.shared-people-list.jsopt .sp-item:hover {
  cursor: pointer;
  border-top: 4px solid #85d2e3;
  background-color: #00afd3; }

.shared-people-list.jsopt .sp-item:hover .text-wrap {
  border-bottom: 6px solid #0a9fca;
  border-top: 1px solid #a4e3f1; }

.shared-people-list.jsopt .sp-item:hover .name, .shared-people-list.jsopt .sp-item:hover .s-title {
  color: #fff;
  opacity: 1; }

.shared-people-list.jsopt .sp-item.imgopt figure {
  display: block;
  background-color: #fff;
  margin: 0;
  padding: 0; }

.shared-people-list.jsopt .sp-item.imgopt img {
  display: none;
  -webkit-transition: visibility 1200ms, opacity 1200ms;
  -moz-transition: visibility 1200ms, opacity 1200ms;
  -o-transition: visibility 1200ms, opacity 1200ms;
  transition: visibility 1200ms, opacity 1200ms; }

.shared-people-list.jsopt .sp-item.imgopt img.showimg {
  display: block;
  visibility: hidden;
  opacity: 0; }

.shared-people-list.jsopt .sp-item.imgopt img.showimg.visiblefade {
  visibility: visible;
  opacity: .75;
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  transition: opacity 250ms; }

@media only screen and (min-width: 1025px) {
  .shared-people-list.jsopt .sp-item.imgopt:hover img.showimg.visiblefade {
    opacity: 1; } }

#modalWindow .sp-item.open {
  position: relative;
  float: none;
  background-color: white;
  margin: 0 auto;
  width: 600px;
  z-index: 200;
  margin: 0 auto;
  display: block;
  border: 1px solid #e6e6e6;
  border-top: 8px solid #00afd3; }

#modalWindow .sp-item.open p, #modalWindow .sp-item.open li, #modalWindow .sp-item.open a {
  font-size: .875rem;
  line-height: 1rem;
  color: #45555f;
  padding: 0;
  margin: 0; }

#modalWindow .sp-item.open li {
  margin-bottom: 6px; }

#modalWindow .sp-item.open .name {
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1.375rem;
  color: #45555f;
  margin: 0 0 .25rem 0; }

#modalWindow .sp-item.open .title {
  font-size: .875rem;
  line-height: .875rem;
  color: #45555f;
  margin: 0 0 .625rem 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e6e6e6;
  font-style: italic; }

#modalWindow .sp-item.open .s-title {
  display: none; }

#modalWindow .sp-item.open .email {
  display: inline;
  cursor: text; }

#modalWindow .sp-item.open ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#modalWindow .sp-item.open figure {
  display: none; }

#modalWindow .sp-item.open figure img {
  display: none; }

#modalWindow .sp-item.open .status-icon {
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
  width: 30px;
  height: 30px;
  cursor: pointer; }

#modalWindow .sp-item.open .status-icon:after {
  content: "\d7";
  line-height: 1rem;
  font-size: 3.125rem;
  font-weight: normal;
  color: #45555f; }

#modalWindow .sp-item.open .text-wrap {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding: 2%; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #modalWindow .sp-item.open {
    width: 400px; }
  #modalWindow .sp-item.open .text-wrap {
    width: 100%;
    padding: 4%; } }

@media only screen and (max-width: 40em) {
  #modalWindow .sp-item.open .text-wrap {
    padding: 7%; } }

@media only screen and (orientation: portrait) {
  #modalWindow .sp-item.open {
    width: 65%; }
  #modalWindow .sp-item.open .text-wrap {
    width: 100%; } }

@media only screen and (orientation: landscape) {
  #modalWindow .sp-item.open {
    width: 85%;
    margin-top: 20px; } }

@media only screen and (min-width: 641px) {
  #modalWindow .sp-item.open {
    width: 560px; } }

#modalWindow .sp-item.open.imgopt {
  border-left: 0;
  width: 600px; }

#modalWindow .sp-item.open.imgopt .text-wrap {
  width: 73%; }

@media only screen and (min-width: 1025px) {
  #modalWindow .sp-item.open.imgopt .text-wrap {
    width: 73%; } }

#modalWindow .sp-item.open.imgopt figure {
  display: inline-block;
  margin: 0;
  width: 25%;
  max-width: 170px; }

#modalWindow .sp-item.open.imgopt figure img {
  display: inline; }

@media only screen and (max-width: 765px) {
  #modalWindow .sp-item.open.imgopt {
    border-left: 1px solid #e6e6e6; } }

@media only screen and (max-width: 40em) {
  #modalWindow .sp-item.open.imgopt {
    border-left: 1px solid #e6e6e6; } }

@media only screen and (orientation: portrait) {
  #modalWindow .sp-item.open.imgopt {
    width: 65%;
    max-width: 165px; }
  #modalWindow .sp-item.open.imgopt figure {
    width: 100%; }
  #modalWindow .sp-item.open.imgopt .text-wrap {
    width: 100%;
    padding: 6%; } }

@media only screen and (orientation: landscape) {
  #modalWindow .sp-item.open.imgopt {
    width: 93%;
    margin-top: 20px; }
  #modalWindow .sp-item.open.imgopt figure {
    width: 28%; }
  #modalWindow .sp-item.open.imgopt .text-wrap {
    width: 69%;
    padding: 2%; } }

@media only screen and (min-width: 641px) {
  #modalWindow .sp-item.open.imgopt {
    width: 560px; } }

article.column.small-centered .shared-people-list, article.columns.small-centered .shared-people-list {
  padding-left: 0;
  padding-right: 0; }

@media only screen and (max-width: 40em) {
  article.column.small-centered .shared-people-list .sp-item, article.columns.small-centered .shared-people-list .sp-item {
    width: 110px;
    height: 266px; } }

.subscription-center-form {
  height: 100%;
  overflow: hidden;
  margin-bottom: 2.5rem; }

.subscription-center-form h1, .subscription-center-form h2, .subscription-center-form h3,
.subscription-center-form h4, .subscription-center-form h5, .subscription-center-form h6 {
  font-weight: normal;
  font-size: 1.1875rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  margin: 0;
  text-align: left;
  color: #45555f; }

.subscription-center-form h1 {
  font-weight: normal;
  font-size: 2.6875rem;
  font-family: "Slate W02 Light", Arial, sans-serif; }

.subscription-center-form h2 {
  font-weight: normal;
  font-size: 2.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif; }

.subscription-center-form h3 {
  font-weight: normal;
  font-size: 1.5625rem;
  font-family: "Slate W02 Book", Arial, sans-serif; }

.subscription-center-form h4 {
  font-weight: normal;
  font-size: 1.1875rem;
  font-family: "Slate W02 Regular"; }

.subscription-center-form h5 {
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Black"; }

.subscription-center-form h6 {
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Bold", Arial, sans-serif; }

.subscription-center-form p {
  margin: 0; }

.subscription-center-form p, .subscription-center-form li {
  font-weight: normal;
  font-size: .875rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1rem;
  color: #45555f; }

.subscription-center-form p a {
  color: inherit;
  font-family: inherit; }

.subscription-center-form .form-structure {
  margin: 0 auto;
  overflow: hidden; }

.subscription-center-form .sect {
  float: left;
  width: 100%; }

.subscription-center-form .sect.showhide {
  cursor: pointer; }

.subscription-center-form .f-field.f-switch {
  float: left; }

.subscription-center-form .f-field.f-checkbox {
  float: left; }

.subscription-center-form.m-design label {
  line-height: 15px;
  text-align: right;
  color: #232425;
  text-transform: uppercase;
  display: block;
  text-align: left;
  margin-bottom: .25rem;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Book", Arial, sans-serif; }

.subscription-center-form.m-design input, .subscription-center-form.m-design select,
.subscription-center-form.m-design textarea {
  display: block;
  font-weight: normal;
  font-size: 1.0625rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #45555f;
  height: 2rem;
  width: 100%;
  border: 1px solid #afafaf;
  padding: 4px 8px;
  border-radius: 1px;
  opacity: .65;
  outline: 0;
  -webkit-transition: background-color, 200ms, opacity, 200ms;
  -moz-transition: background-color, 200ms, opacity, 200ms;
  -o-transition: background-color, 200ms, opacity, 200ms;
  -ms-transition: background-color, 200ms, opacity, 200ms;
  transition: background-color, 200ms, opacity, 200ms; }

.subscription-center-form.m-design input::-moz-focus-inner, .subscription-center-form.m-design select::-moz-focus-inner,
.subscription-center-form.m-design textarea::-moz-focus-inner {
  border: 0; }

.subscription-center-form.m-design input:focus, .subscription-center-form.m-design select:focus,
.subscription-center-form.m-design textarea:focus {
  border: 1px solid #39a6ea;
  opacity: 1;
  outline: 0; }

.subscription-center-form.m-design input.error-flag, .subscription-center-form.m-design select.error-flag,
.subscription-center-form.m-design textarea.error-flag {
  border-color: #ed2c67; }

.subscription-center-form.m-design input[type=text], .subscription-center-form.m-design input[type=email],
.subscription-center-form.m-design select {
  color: #45555f;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Book", Arial, sans-serif; }

.subscription-center-form.m-design select {
  -webkit-appearance: none;
  -moz-appearance: none; }

.subscription-center-form.m-design select::-moz-focus-inner {
  border: 0; }

@media only screen {
  .subscription-center-form.m-design select {
    border-radius: 0;
    background-color: white; } }

@media only screen and (min-width: 1025px) {
  .subscription-center-form.m-design select {
    border-radius: 0; } }

.subscription-center-form.m-design select + .error-flag:after {
  right: 32px; }

.subscription-center-form.m-design .form-structure {
  background-color: #f4f5f5;
  border-radius: 1px;
  border: 1px solid rgba(0, 0, 0, 0.08); }

.subscription-center-form.m-design .sect .f-sect-header, .subscription-center-form.m-design .sect .f-sect-intro {
  background-color: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 20px; }

.subscription-center-form.m-design .sect .f-sect-wrap {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.subscription-center-form.m-design .sect .f-sect-text {
  padding: 0 0 20px 0; }

.subscription-center-form.m-design .sect:last-of-type .f-sect-wrap {
  border-bottom: 0; }

.subscription-center-form.m-design .f-client-msg {
  background-color: #00a8c8;
  float: left;
  width: 100%;
  border: 0;
  padding: 20px 20px 10px 20px; }

.subscription-center-form.m-design .f-client-msg.f-hide {
  display: none; }

.subscription-center-form.m-design .f-client-msg.confirm {
  background-color: #00a8c8; }

.subscription-center-form.m-design .f-client-msg.invalid {
  background-color: #ef4e45; }

.subscription-center-form.m-design .f-client-msg h1, .subscription-center-form.m-design .f-client-msg h2,
.subscription-center-form.m-design .f-client-msg h3, .subscription-center-form.m-design .f-client-msg h4,
.subscription-center-form.m-design .f-client-msg h5, .subscription-center-form.m-design .f-client-msg h6,
.subscription-center-form.m-design .f-client-msg li, .subscription-center-form.m-design .f-client-msg p,
.subscription-center-form.m-design .f-client-msg a {
  color: white;
  text-transform: none; }

.subscription-center-form.m-design .f-client-msg h1, .subscription-center-form.m-design .f-client-msg h2,
.subscription-center-form.m-design .f-client-msg h3, .subscription-center-form.m-design .f-client-msg h4,
.subscription-center-form.m-design .f-client-msg h5, .subscription-center-form.m-design .f-client-msg h6 {
  margin-bottom: 10px;
  padding-bottom: 10px; }

.subscription-center-form.m-design .f-client-msg h2, .subscription-center-form.m-design .f-client-msg h4,
.subscription-center-form.m-design .f-client-msg h6 {
  font-family: "Slate W02 Bold", Arial, sans-serif; }

.subscription-center-form.m-design .f-client-msg p {
  font-weight: normal;
  font-size: .875rem;
  font-family: "Slate W02 Medium";
  line-height: 1;
  margin-bottom: 12px; }

.subscription-center-form.m-design .f-client-msg .mess-error {
  clear: both;
  display: block;
  margin-bottom: 12px;
  width: 100%;
  float: left; }

.subscription-center-form.m-design .f-client-msg .mess-error p {
  padding: 8px;
  background-color: #ed2c67;
  border-radius: 1px;
  font-weight: normal;
  font-size: .875rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  float: left;
  margin: 0;
  text-transform: uppercase; }

.subscription-center-form.m-design .f-field {
  margin: 0 0 10px 0;
  min-height: 68px; }

.subscription-center-form.m-design .f-field.f-checkbox {
  width: 48%;
  min-height: 30px;
  margin-bottom: 10px;
  margin-right: 4%;
  position: relative;
  float: left; }

.subscription-center-form.m-design .f-field.f-checkbox:nth-child(2n + 2) {
  margin-right: 0; }

@media only screen and (max-width: 40em) {
  .subscription-center-form.m-design .f-field.f-checkbox {
    width: 100%; } }

.subscription-center-form.m-design .f-field.f-checkbox input[type=checkbox] {
  display: inline-block;
  padding: 0;
  float: left;
  width: 1rem;
  cursor: pointer;
  position: absolute;
  left: 8px;
  top: 0;
  z-index: 20;
  opacity: 0;
  -webkit-transition: all, 250ms;
  -moz-transition: all, 250ms;
  -o-transition: all, 250ms;
  -ms-transition: all, 250ms;
  transition: all, 250ms; }

.subscription-center-form.m-design .f-field.f-checkbox input[type=checkbox] + label {
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 10px 8px 36px;
  background-color: transparent;
  border-radius: 1px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  position: relative;
  line-height: 1rem;
  border: 1px solid transparent;
  -webkit-transition: all, 250ms;
  -moz-transition: all, 250ms;
  -o-transition: all, 250ms;
  -ms-transition: all, 250ms;
  transition: all, 250ms; }

.subscription-center-form.m-design .f-field.f-checkbox input[type=checkbox] + label:after {
  position: absolute;
  content: '';
  color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  background-color: white;
  width: 18px;
  height: 18px;
  display: block;
  left: 7px;
  top: 7px;
  border-radius: 1px; }

.subscription-center-form.m-design .f-field.f-checkbox input[type=checkbox]:checked {
  transform: translate(4px, 0); }

.subscription-center-form.m-design .f-field.f-checkbox input[type=checkbox]:checked + label {
  position: relative;
  z-index: 10;
  color: white;
  background-color: #00a8c8;
  transform: translate(4px, 0); }

.subscription-center-form.m-design .f-field.f-checkbox input[type=checkbox]:checked + label:after {
  content: "\2713";
  color: #404040;
  background-color: white;
  border: 1px solid transparent;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2rem; }

.subscription-center-form.m-design .f-field.f-checkbox input[type=checkbox]:focus + label {
  border: 1px solid #39a6ea; }

.subscription-center-form.m-design .select-opt {
  width: 100%;
  clear: both;
  float: left;
  padding: 10px 0 0 0;
  text-align: left; }

.subscription-center-form.m-design .select-opt span {
  display: inline-block;
  color: #45555f;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Regular";
  cursor: pointer;
  padding: 6px 10px;
  margin-right: 10px;
  background-color: #fcfcfc;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all, 150ms;
  -moz-transition: all, 150ms;
  -o-transition: all, 150ms;
  -ms-transition: all, 150ms;
  transition: all, 150ms; }

.subscription-center-form.m-design .select-opt span:hover {
  background: #00b0d3;
  background: rgba(0, 0, 0, 0.3);
  color: white; }

.subscription-center-form.m-design .f-selector {
  background: url(/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/select-arrows.svg);
  background-size: 15px 15px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right .45rem; }

.subscription-center-form.m-design .submit-button {
  opacity: 1;
  display: inline-block;
  width: auto;
  padding: .5rem 1rem .5rem 1rem;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  height: auto;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  margin-right: 1.25rem;
  float: none;
  text-transform: uppercase;
  color: white;
  background-color: #00a8c8;
  text-decoration: none;
  -webkit-transition: background-color, 150ms, color, 150ms, border, 150ms;
  -moz-transition: background-color, 150ms, color, 150ms, border, 150ms;
  -o-transition: background-color, 150ms, color, 150ms, border, 150ms;
  -ms-transition: background-color, 150ms, color, 150ms, border, 150ms;
  transition: background-color, 150ms, color, 150ms, border, 150ms; }

.subscription-center-form.m-design .submit-button:focus, .subscription-center-form.m-design .submit-button:hover {
  border: 0;
  background-color: #006d9e; }

.subscription-center-form.m-design .submit-button.disabled {
  background-color: #bfbfbf; }

.subscription-center-form.m-design .submit-button.disabled:focus,
.subscription-center-form.m-design .submit-button.disabled:hover {
  border: 0;
  background-color: #bfbfbf;
  cursor: default; }

.subscription-center-form.m-design .submit-button.sub-login, .subscription-center-form.m-design .submit-button.sub-register {
  background-color: #f48132; }

@media only screen and (max-width: 480px) {
  .subscription-center-form.m-design .submit-button {
    width: 100%;
    margin-bottom: .5rem; } }

.subscription-center-form.m-design .reg-mess {
  margin-top: 10px; }

.subscription-center-form.m-design button.cancel {
  background-color: transparent;
  border: 0;
  text-decoration: underline;
  cursor: pointer;
  border: 1px solid transparent;
  padding: .5rem 1rem .5rem 1rem;
  border-radius: 1px;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  -webkit-transition: background-color, 150ms, border, 150ms;
  -moz-transition: background-color, 150ms, border, 150ms;
  -o-transition: background-color, 150ms, border, 150ms;
  -ms-transition: background-color, 150ms, border, 150ms;
  transition: background-color, 150ms, border, 150ms; }

.subscription-center-form.m-design button.cancel::-moz-focus-inner {
  border: 0; }

.subscription-center-form.m-design button.cancel:focus {
  border: 1px solid #00a8c8;
  background-color: white; }

.subscription-center-form.m-design .error-flag {
  color: #ed2c67;
  float: none;
  margin: 0;
  display: block; }

.subscription-center-form.m-design .error-flag:after {
  background: transparent url("/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/marsh-sprite.png") -66px -360px no-repeat;
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  right: 19px;
  bottom: 29px;
  bottom: 2.1rem; }

.subscription-center-form.m-design .security #g-recaptcha {
  margin-top: 10px;
  margin-bottom: 20px; }

.app-basic-utility-nav {
  background-color: #45555f;
  height: 4px; }

.app-basic-main-nav {
  position: relative;
  width: 100%; }

.app-basic-main-nav .clear-both {
  clear: both; }

.app-basic-main-nav .main-nav-inner {
  position: relative;
  max-width: 73.125rem;
  margin: 0 auto; }

.app-basic-main-nav .logo-container {
  padding-top: 0;
  padding-left: .9375rem;
  float: left;
  height: 77px;
  display: table; }

.app-basic-main-nav .logo-container a {
  display: table-cell;
  vertical-align: middle; }

.app-basic-main-nav .logo-container img {
  width: 100%;
  max-width: 114px;
  min-width: 115px; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .app-basic-main-nav .logo-container {
    width: 25%; } }

.app-basic-feature-area {
  width: 100%;
  height: 60px;
  padding: 1.125rem 0 1.25rem 0;
  margin-bottom: 3.5rem;
  background-color: #00afd2;
  background-repeat: repeat;
  background-size: 60px 60px;
  background-image: url(/marsh/wp-content/themes/marsh/assets/stylesheets/clientlibs_css/css/common/images/basic-feat-area-bg.svg); }

.app-basic-feature-area h1, .app-basic-feature-area h2 {
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  float: left;
  margin: 0;
  color: #37424a;
  margin-bottom: 3.4375rem; }

.app-basic-feature-area h1, .app-basic-feature-area h2 {
  color: white;
  margin-bottom: 0; }

.app-basic-main-content p {
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.5rem;
  color: #45555f;
  margin-bottom: 1.5625rem;
  margin-top: 0; }

.app-basic-main-content a, .app-basic-main-content p a, .app-basic-main-content li a {
  text-decoration: underline;
  color: #00b0d3; }

.app-basic-main-content ul {
  text-indent: 0;
  overflow: hidden; }

.app-basic-main-content ul li {
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  line-height: 1.5rem;
  color: #45555f;
  padding-left: 0;
  margin-bottom: .5rem; }

.app-basic-main-content h1 {
  margin-bottom: 1rem;
  color: #004281;
  width: 100%;
  text-transform: none;
  line-height: 2.5rem;
  font-weight: normal;
  font-size: 2.25rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  margin-top: 0;
  font-weight: normal; }

.app-basic-main-content h2 {
  color: #004281;
  width: 100%;
  text-transform: none;
  line-height: 2.5rem;
  font-weight: normal;
  font-size: 2.25rem;
  font-family: "Slate W01 Light", Arial, sans-serif;
  margin: 0 0 .65rem 0; }

.app-basic-main-content h3, .app-basic-main-content h3 a {
  margin-bottom: 1rem;
  color: #004281;
  width: 100%;
  text-transform: none;
  line-height: 2.5rem;
  font-weight: normal;
  font-size: 2.25rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  margin-top: 0; }

.app-basic-main-content h4 {
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1.5rem;
  margin: 0 0 1rem 0;
  text-transform: none;
  color: #45555f;
  padding: 0; }

.app-basic-main-content h5 {
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 1.5rem;
  margin: 0 0 .75rem 0; }

.app-basic-main-content h6 {
  font-weight: normal;
  font-size: .75rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: .875rem;
  margin: 0 0 .75rem 0;
  text-transform: uppercase; }

.app-basic-main-content .app-header {
  margin-bottom: 60px; }

.app-basic-main-content .app-summary {
  width: 94%;
  padding-bottom: 60px; }

.app-basic-main-content .pub-details {
  margin: .5rem 0 .625rem .125rem;
  line-height: .875rem; }

.app-basic-main-content .pub-details span {
  font-weight: normal;
  font-size: .75rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #45555f;
  padding-right: 8px;
  padding-left: 8px;
  border-left: 1px solid #aeaeae;
  text-transform: uppercase; }

.app-basic-main-content .pub-details span b {
  margin-right: 4px; }

.app-basic-main-content .pub-details span:first-of-type {
  border-left: 0;
  padding-left: 0; }

.app-basic-footer {
  background-color: #084d8b; }

.app-basic-footer p {
  color: white; }

body.rims .utility-nav {
  height: 15px; }

body.rims .utility-nav .utility-wrap {
  display: none; }

body.rims .utility-nav .utility-wrap .country-container, body.rims .utility-nav .utility-wrap .credential-container {
  display: none; }

body.rims .utility-nav .utility-wrap .search-container {
  float: right;
  display: none; }

body.rims #mainNav {
  background: white; }

@media only screen and (min-width: 641px) {
  body.rims #mainNav .main-nav-wrapper {
    margin-top: 21px; } }

body.rims #mainNav .main-nav-wrapper > li:first-child {
  height: 56px; }

body.rims #mainNav .main-nav-wrapper .list-nav > li:last-child {
  border-bottom: 1px solid #86d3e5 !important; }

body.rims .feature-area.campaign-img {
  background-size: 100%;
  padding-top: 40%; }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  body.rims .feature-area.campaign-img {
    background-size: 100%;
    padding-top: 48%; } }

@media only screen and (max-width: 40em) {
  body.rims .feature-area.campaign-img {
    background-size: 100%;
    padding-top: 58%; } }

body.rims .feature-area .main-content {
  display: none; }

body.rims .breadcrumb {
  display: none; }

body.rims .hero, body.rims .hero-menu {
  margin-bottom: 1.25rem; }

body.rims .hero-menu {
  min-height: 230px; }

body.rims .hero-menu h1, body.rims .hero-menu h2 {
  margin-bottom: 10px; }

body.rims .hero-menu .list-nav {
  margin-top: 10px;
  margin-bottom: 30px; }

body.rims .hero.page-header {
  min-height: 230px;
  padding: 4.1875rem 0 0 0; }

body.rims .hero.page-header h1, body.rims .hero.page-header h2 {
  text-transform: none;
  color: white;
  font-weight: normal;
  font-size: 4rem;
  font-family: "Slate W01 Light", Arial, sans-serif;
  margin-top: 3.25rem;
  margin-bottom: 10px; }

@media only screen and (max-width: 40em) {
  body.rims .hero.page-header h1, body.rims .hero.page-header h2 {
    font-size: 3rem;
    margin-top: 4rem; } }

body.rims .call-out-banner {
  margin: 1.875rem 0; }

body.rims .call-out-banner .wrap {
  background-size: 100%;
  height: 0;
  min-height: 0; }

@media only screen and (min-width: 1025px) {
  body.rims .call-out-banner .wrap {
    padding-top: 9%; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  body.rims .call-out-banner .wrap {
    padding-top: 12%; } }

@media only screen and (max-width: 40em) {
  body.rims .call-out-banner .wrap {
    padding-top: 30%; } }

body.rims article > div {
  background-color: white;
  padding: 40px; }

body.rims aside {
  padding-top: 0; }

body.rims .title h1, body.rims .title h2 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem; }

body.rims .our-people li {
  height: 122px; }

body.rims .our-people img {
  display: none; }

body.rims .common-content, body.rims .richtext, body.rims .textandimage {
  color: #37424a;
  background-color: white;
  margin-bottom: 20px; }

body.rims .common-content p, body.rims .common-content li, body.rims .richtext p,
body.rims .richtext li, body.rims .textandimage p, body.rims .textandimage li {
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 22px;
  margin: 0; }

body.rims .common-content p a, body.rims .common-content li a, body.rims .richtext p a,
body.rims .richtext li a, body.rims .textandimage p a, body.rims .textandimage li a {
  color: inherit; }

body.rims .common-content a, body.rims .richtext a, body.rims .textandimage a {
  color: #00b0d3; }

body.rims .common-content h3, body.rims .richtext h3, body.rims .textandimage h3 {
  font-size: 1.5rem;
  text-transform: none;
  color: #002c77;
  margin-top: 0;
  margin-bottom: 15px; }

body.rims .common-content img, body.rims .richtext img, body.rims .textandimage img {
  margin: 0 20px 20px 0;
  float: left; }

@media only screen and (max-width: 320px) {
  body.rims .common-content img, body.rims .richtext img, body.rims .textandimage img {
    width: 100%; } }

body.rims .common-content .loc, body.rims .richtext .loc, body.rims .textandimage .loc {
  display: inline-block;
  float: right;
  width: 20%;
  text-align: right; }

body.rims .common-content h6, body.rims .richtext h6, body.rims .textandimage h6 {
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  margin: 0 0 10px 0;
  display: inline-block;
  width: 80%; }

body.rims .common-content .details, body.rims .richtext .details,
body.rims .textandimage .details {
  margin-bottom: 10px;
  margin-bottom: 10px; }

body.rims .common-content .details p, body.rims .richtext .details p,
body.rims .textandimage .details p {
  color: #004281;
  margin: 0; }

body.rims footer {
  background: white; }

body.rims .info-accordion .acc-inner-content {
  background: white;
  padding-bottom: 38px; }

body.rims .info-accordion .active .accordion-content {
  max-height: 10000px; }

body.rims .acc-inner-content, body.rims .info-accordion .richtext,
body.rims .accordion-content .textandimage {
  color: #45555f; }

body.rims .acc-inner-content p, body.rims .acc-inner-content li, body.rims .info-accordion .richtext p,
body.rims .info-accordion .richtext li, body.rims .accordion-content .textandimage p,
body.rims .accordion-content .textandimage li {
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Book", Arial, sans-serif; }

body.rims .acc-inner-content .loc, body.rims .info-accordion .richtext .loc,
body.rims .accordion-content .textandimage .loc {
  display: inline-block;
  float: right;
  width: 20%;
  text-align: right; }

body.rims .acc-inner-content h6, body.rims .info-accordion .richtext h6,
body.rims .accordion-content .textandimage h6 {
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  margin: 0 0 10px 0;
  display: inline-block;
  width: 80%; }

body.rims .acc-inner-content a, body.rims .info-accordion .richtext a,
body.rims .accordion-content .textandimage a {
  margin-bottom: 0;
  color: inherit; }

@media only screen and (max-width: 40em) {
  body.rims .acc-inner-content, body.rims .info-accordion .richtext,
  body.rims .accordion-content .textandimage {
    padding-left: 20px;
    padding-right: 20px; } }

body.rims .acc-inner-content .details, body.rims .info-accordion .richtext .details,
body.rims .accordion-content .textandimage .details {
  margin-bottom: 10px; }

body.rims .acc-inner-content .details p, body.rims .info-accordion .richtext .details p,
body.rims .accordion-content .textandimage .details p {
  color: #004281;
  margin: 0; }

body.rims .key-topics-list {
  background-color: white;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #b3d2da; }

body.rims .key-topics-list h6, body.rims .key-topics-list h6 > a {
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Light", Arial, sans-serif;
  margin: 0 0 15px 0;
  text-decoration: none;
  color: #004281; }

body.rims .key-topics-list p {
  font-weight: normal;
  font-size: 1rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  line-height: 22px; }

body.rims .key-topics-list p a {
  color: inherit; }

body.rims .key-topics-list img {
  margin: 0 0 20px 0;
  float: none; }

body.rims .textandimage img {
  width: auto;
  padding-right: 20px;
  float: left; }

body.rims .textandimage .right-align img {
  float: right;
  padding-right: 0;
  padding-left: 20px; }

body.rims .resource-filter .filter-container, body.rims .resource-filter form {
  background-color: white; }

body.rims .resource-filter .faceted-container {
  border: 0; }

body.rims .resource-filter .sort-mobile-face {
  border: 1px solid #ccc; }

body.rims .campaign-wrap .common-content {
  padding: 0; }

body.rims .campaign-wrap .common-content .sub-header {
  font-weight: normal;
  font-size: 1.3125rem;
  font-family: "Slate W02 Book", Arial, sans-serif;
  color: #45555f;
  line-height: 30px; }

body.rims .campaign-wrap article > div {
  padding: 0; }

body.rims .campaign-wrap .rt-rail-highlight .box {
  background: #f1f8ec;
  border: 0; }

body.rims .campaign-wrap .rt-rail-highlight .text-area {
  padding: 18px; }

body.rims .campaign-wrap .rt-rail-highlight .text-area a {
  color: #37424a; }

body.rims .campaign-wrap .tagboard {
  background: #f1f8ec; }

body.rims .campaign-wrap h3 {
  color: #72bf44;
  text-transform: none;
  font-size: 2.25rem; }

body.rims.green .rt-rail-highlight .box {
  background: #f1f8ec;
  border: 0; }

body.rims.green .rt-rail-highlight .text-area {
  padding: 18px; }

body.rims.green .rt-rail-highlight .text-area a {
  color: #37424a; }

body.rims.green h3 {
  color: #72bf44;
  text-transform: none;
  font-size: 2.25rem; }

body.rims.green .tagboard {
  background: #f1f8ec; }

body.rims.green .img-link .box {
  background-color: #feefd1; }

body.rims.green .info-accordion .resource-filter .filter-container a {
  background: white; }

body.rims.green .info-accordion .accordion-item.active h5 {
  background-color: #004281; }

body.rims.green .info-accordion h5 span {
  background-color: transparent; }

body.rims.green .info-accordion h5 span:before {
  background-color: white;
  color: #004281; }

body.rims.green .attendee {
  background-color: #fff0d2; }

body.rims.green .resource-filter .faceted-container {
  background-color: #feefd1; }

body.rims.yellow {
  background-color: #fff7e7; }

body.rims.yellow .hero-menu {
  background-color: #fbae17; }

body.rims.yellow .hero-menu li a:hover, body.rims.yellow .hero-menu li a.active {
  color: #fbae17; }

body.rims.yellow .hero.page-header {
  background-color: #fbae17; }

body.rims.yellow .rt-rail-highlight .box {
  background: #feefd1;
  border: 0; }

body.rims.yellow .rt-rail-highlight .text-area {
  padding: 18px; }

body.rims.yellow .rt-rail-highlight .text-area a {
  color: #fbae17; }

body.rims.yellow .tagboard {
  background: #feefd1; }

body.rims.yellow .img-link .box {
  background-color: #feefd1; }

body.rims.yellow .info-accordion .resource-filter .filter-container a {
  background: white; }

body.rims.yellow .info-accordion .accordion-item.active h5 {
  background-color: #004281; }

body.rims.yellow .info-accordion h5 span {
  background-color: transparent; }

body.rims.yellow .info-accordion h5 span:before {
  background-color: white;
  color: #004281; }

body.rims.yellow .attendee {
  background-color: #fff0d2; }

body.rims.yellow .resource-filter .faceted-container {
  background-color: #feefd1; }

body.rims.orange {
  background-color: #fef2ea; }

body.rims.orange .hero-menu {
  background-color: #f48133; }

body.rims.orange .hero-menu li a:hover, body.rims.orange .hero-menu li a.active {
  color: #f48133; }

body.rims.orange .hero.page-header {
  background-color: #f48133; }

body.rims.orange .rt-rail-highlight .box {
  background: #fde6d6;
  border: 0; }

body.rims.orange .rt-rail-highlight .text-area {
  padding: 18px; }

body.rims.orange .rt-rail-highlight .text-area a {
  color: #f48132; }

body.rims.orange .tagboard {
  background: #fde6d6; }

body.rims.orange .img-link .box {
  background-color: #fde6d6; }

body.rims.orange .info-accordion .resource-filter .filter-container a {
  background: white; }

body.rims.orange .info-accordion .accordion-item.active h5 {
  background-color: #004281; }

body.rims.orange .info-accordion h5 span {
  background-color: transparent; }

body.rims.orange .info-accordion h5 span:before {
  background-color: white;
  color: #004281; }

body.rims.orange .info-accordion .acc-inner-content h6, body.rims.orange .info-accordion .info-accordion .richtext h6,
body.rims.orange .info-accordion .accordion-content .textandimage h6 {
  color: #f48133; }

body.rims.orange .resource-filter .faceted-container {
  background-color: #feefd1; }

body.rims.purple {
  background-color: #f0f3f9; }

body.rims.purple .hero-menu {
  background-color: #595998; }

body.rims.purple .hero-menu li a:hover, body.rims.purple .hero-menu li a.active {
  color: #595998; }

body.rims.purple .hero.page-header {
  background-color: #595998; }

body.rims.purple .rt-rail-highlight .box {
  background: #e2e7f3;
  border: 0; }

body.rims.purple .rt-rail-highlight .text-area {
  padding: 18px; }

body.rims.purple .rt-rail-highlight .text-area a {
  color: #6f85c2; }

body.rims.purple .tagboard {
  background: #e2e7f3; }

body.rims.purple .img-link .box {
  background-color: #e2e7f3; }

body.rims.purple .info-accordion .resource-filter .filter-container a {
  background: white; }

body.rims.purple .info-accordion .accordion-item.active h5 {
  background-color: #004281; }

body.rims.purple .info-accordion h5 span {
  background-color: transparent; }

body.rims.purple .info-accordion h5 span:before {
  background-color: white;
  color: #004281; }

body.rims.purple .info-accordion .acc-inner-content h6, body.rims.purple .info-accordion .info-accordion .richtext h6,
body.rims.purple .info-accordion .accordion-content .textandimage h6 {
  color: #595998; }

body.rims.purple .resource-filter .faceted-container {
  background-color: #feefd1; }

body.rims.blue {
  background-color: #e5f3f7; }

body.rims.blue .hero-menu {
  background-color: #008ab0; }

body.rims.blue .hero-menu li a:hover, body.rims.blue .hero-menu li a.active {
  color: #008ab0; }

body.rims.blue .hero.page-header {
  background-color: #008ab0; }

body.rims.blue .rt-rail-highlight .box {
  background: #cee9f0;
  border: 0; }

body.rims.blue .rt-rail-highlight .text-area {
  padding: 18px; }

body.rims.blue .rt-rail-highlight .text-area a {
  color: #008ab0; }

body.rims.blue .tagboard {
  background: #cee9f0; }

body.rims.blue .img-link .box {
  background-color: #cee9f0; }

body.rims.blue .info-accordion .resource-filter .filter-container a {
  background: white; }

body.rims.blue .info-accordion .accordion-item.active h5 {
  background-color: #004281; }

body.rims.blue .info-accordion h5 span {
  background-color: transparent; }

body.rims.blue .info-accordion h5 span:before {
  background-color: white;
  color: #004281; }

body.rims.blue .info-accordion .acc-inner-content h6, body.rims.blue .info-accordion .info-accordion .richtext h6,
body.rims.blue .info-accordion .accordion-content .textandimage h6 {
  color: #008ab0; }

body.rims.blue .resource-filter .faceted-container {
  background-color: #feefd1; }

body.rims.turquoise {
  background-color: #e8f8f4; }

body.rims.turquoise .hero-menu {
  background-color: #0fb694; }

body.rims.turquoise .hero.page-header {
  background-color: #0fb694; }

body.rims.turquoise .rt-rail-highlight .box {
  background: #cff0ea;
  border: 0; }

body.rims.turquoise .rt-rail-highlight .text-area {
  padding: 18px; }

body.rims.turquoise .rt-rail-highlight .text-area a {
  color: #0fb694; }

body.rims.turquoise .tagboard {
  background: #cff0ea; }

body.rims.turquoise .img-link .box {
  background-color: #cff0ea; }

body.rims.turquoise .info-accordion .resource-filter .filter-container a {
  background: white; }

body.rims.turquoise .info-accordion h5 span {
  background-color: transparent; }

body.rims.turquoise .info-accordion h5 span:before {
  background-color: white; }

.clear-parsys {
  clear: both; }

.locale-height {
  margin-top: 45%; }

.rtrail-contact {
  margin-bottom: .625rem; }

.rtrail-contact a {
  color: #00b0d3;
  font-size: inherit;
  padding: .4375rem 1rem;
  margin-bottom: 2.5rem; }

select option.white-text {
  color: #000; }

@media screen and (min-width: 0 \0) {
  .promo-box img {
    border-left: 1px solid transparent; }
  .carousel-panel .slick-prev, .carousel-panel .slick-next {
    height: 141px; }
  .promo-slider-wrap .promo-slider {
    height: 152px; } }

@media screen and (min-width: 0 \0) and (max-width: 64em) {
  .promo-slider-wrap .promo-slider {
    height: auto; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .promo-slider .carousel-panel .slide {
    margin: 0 2px;
    margin-left: 1px; } }

.bio .box .tbl {
  display: table;
  height: 100%;
  float: none;
  position: relative; }

.prm17.nw-btn {
  text-align: center; }

.prm17.nw-btn a {
  background-color: #fafcfd;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #00a8c8;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 30px;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  display: inline-block;
  width: 100%;
  border: 2px solid #00a8c8;
  padding: 7px 10px 10px 10px;
  margin-bottom: 30px;
  /*-webkit-transition: color 100ms linear, background-color 100ms linear;
    -moz-transition: color 100ms linear, background-color 100ms linear;
    -o-transition: color 100ms linear, background-color 100ms linear;
    -ms-transition: color 100ms linear, background-color 100ms linear;
    transition: color 100ms linear, background-color 100ms linear;*/ }

.prm17.nw-btn a:after {
  position: relative;
  display: inline-block;
  content: '';
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  width: 26px;
  height: 26px;
  background-image: url(/marsh/wp-content/themes/marsh/assets/stylesheets/imgs/new-wind-blue.svg);
  top: 8px;
  left: 18px;
  /*-webkit-transition: background-image 100ms linear;
	    -moz-transition: background-image 100ms linear;
	    -o-transition: background-image 100ms linear;
	    -ms-transition: background-image 100ms linear;
	    transition: background-image 100ms linear;*/ }

.prm17.nw-btn a:hover {
  background-color: #00a8c8;
  color: #ffffff; }

.prm17.nw-btn a:hover:after {
  background-image: url(/marsh/wp-content/themes/marsh/assets/stylesheets/imgs/new-wind-wht.svg); }

@font-face {
  font-family: "Slate W02 Light";
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Light.eot#iefix");
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Light.eot#iefix") format("eot"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Light.woff2") format("woff2"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Light.woff") format("woff"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Light.ttf") format("truetype"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Light.svg#SlateW02Light") format("svg"); }

@font-face {
  font-family: "Slate W02 Light Italic";
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02LightItalic.eot#iefix");
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02LightItalic.eot#iefix") format("eot"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02LightItalic.woff2") format("woff2"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02LightItalic.woff") format("woff"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02LightItalic.ttf") format("truetype"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02LightItalic.svg#SlateW02LightItalic") format("svg"); }

@font-face {
  font-family: "Slate W02 Book";
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Book.eot#iefix");
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Book.eot#iefix") format("eot"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Book.woff2") format("woff2"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Book.woff") format("woff"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Book.ttf") format("truetype"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Book.svg#SlateW02Book") format("svg"); }

@font-face {
  font-family: "Slate W02 Book Italic";
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02BookItalic.eot#iefix");
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02BookItalic.eot#iefix") format("eot"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02BookItalic.woff2") format("woff2"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02BookItalic.woff") format("woff"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02BookItalic.ttf") format("truetype"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02BookItalic.svg#SlateW02BookItalic") format("svg"); }

@font-face {
  font-family: "Slate W02 Regular";
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Regular.eot#iefix");
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Regular.eot#iefix") format("eot"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Regular.woff2") format("woff2"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Regular.woff") format("woff"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Regular.ttf") format("truetype"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Regular.svg#SlateW02Regular") format("svg"); }

@font-face {
  font-family: "Slate W02 Regular Italic";
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02RegularItalic.eot#iefix");
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02RegularItalic.eot#iefix") format("eot"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02RegularItalic.woff2") format("woff2"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02RegularItalic.woff") format("woff"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02RegularItalic.ttf") format("truetype"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02RegularItalic.svg#SlateW02RegularItalic") format("svg"); }

@font-face {
  font-family: "Slate W02 Medium";
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Medium.eot#iefix");
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Medium.eot#iefix") format("eot"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Medium.woff2") format("woff2"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Medium.woff") format("woff"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Medium.ttf") format("truetype"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Medium.svg#SlateW02Medium") format("svg"); }

@font-face {
  font-family: "Slate W02 Medium Italic";
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02MediumItalic.eot#iefix");
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02MediumItalic.eot#iefix") format("eot"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02MediumItalic.woff2") format("woff2"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02MediumItalic.woff") format("woff"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02MediumItalic.ttf") format("truetype"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02MediumItalic.svg#SlateW02MediumItalic") format("svg"); }

@font-face {
  font-family: "Slate W02 Bold";
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Bold.eot#iefix");
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Bold.eot#iefix") format("eot"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Bold.woff2") format("woff2"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Bold.woff") format("woff"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Bold.ttf") format("truetype"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Bold.svg#SlateW02Bold") format("svg"); }

@font-face {
  font-family: "Slate W02 Bold Italic";
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02BoldItalic.eot#iefix");
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02BoldItalic.eot#iefix") format("eot"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02BoldItalic.woff2") format("woff2"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02BoldItalic.woff") format("woff"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02BoldItalic.ttf") format("truetype"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02BoldItalic.svg#SlateW02BoldItalic") format("svg"); }

@font-face {
  font-family: "Slate W02 Black";
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Black.eot#iefix");
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Black.eot#iefix") format("eot"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Black.woff2") format("woff2"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Black.woff") format("woff"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Black.ttf") format("truetype"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02Black.svg#SlateW02Black") format("svg"); }

@font-face {
  font-family: "Slate W02 Black Italic";
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02BlackItalic.eot#iefix");
  src: url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02BlackItalic.eot#iefix") format("eot"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02BlackItalic.woff2") format("woff2"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02BlackItalic.woff") format("woff"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02BlackItalic.ttf") format("truetype"), url("/marsh/wp-content/themes/marsh/assets/stylesheets/fonts/SlateW02BlackItalic.svg#SlateW02BlackItalic") format("svg"); }

@media screen and (min-width: 1024px) {
  .nav-icon-link {
    display: none !important; } }

@media screen and (min-width: 1024px) {
  .list-nav {
    margin-right: 30px !important; } }

.main-nav-wrapper {
  margin-bottom: 16px !important; }

#feature-area .content-block {
  background-color: rgba(0, 0, 0, 0.3); }

#feature-area p {
  color: #c2f1fb; }

#feature-area h1, #feature-area .h1 {
  color: #fff; }

.search-text {
  padding-left: 0px !important; }

.search-text2 {
  padding-left: 5px !important; }

.bannercallout .wrap.red {
  background-image: url("/marsh/wp-content/themes/marsh/assets/images/Garnet-Callout-Banner-Desktop.jpg"); }

.bannercallout .wrap.ruby {
  background-image: url("/marsh/wp-content/themes/marsh/assets/images/Ruby-Callout-Banner-Desktop.jpg"); }

.rightrailcontactus a {
  margin-bottom: 0px; }

.rightrailtext.buynow .label {
  margin-top: 15px;
  font-size: 31px;
  color: #1381B2;
  font-family: "Slate W02 Book", Arial, sans-serif; }

.rightrailtext.buynow p {
  color: #7e7e7e; }

#feature-area .orange-btn,
.rightrailtext.buynow .orange-btn {
  background-color: #f38034;
  font-weight: normal;
  font-size: .8125rem;
  font-family: "Slate W02 Bold", Arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: .875rem;
  margin-bottom: 10px;
  padding: .625rem;
  width: auto;
  display: inline-block;
  text-decoration: none;
  height: auto;
  color: white;
  text-align: center;
  clear: both;
  -webkit-transition: background-color, 250ms;
  -moz-transition: background-color, 250ms;
  -o-transition: background-color, 250ms;
  -ms-transition: background-color, 250ms;
  transition: background-color, 250ms; }

#feature-area .orange-btn:after,
.rightrailtext.buynow .orange-btn:after {
  content: "";
  width: 0;
  height: 0;
  border-top: .3125rem solid transparent;
  border-bottom: .3125rem solid transparent;
  border-left: .3125rem solid white;
  display: inline-block;
  margin: 0 0 0 .625rem; }

#feature-area .orange-btn:hover,
.rightrailtext.buynow .orange-btn:hover {
  background-color: #ff9753; }

#feature-area .orange-btn {
  margin-top: 20px; }

.breadcrumb a {
  text-decoration: none; }

.breadcrumb .no-anchor {
  padding-left: 2px; }

.accordion-item h5 {
  font-family: 'Slate W02 Book', Arial, sans-serif;
  font-size: 21px;
  line-height: 21px; }

#testimonials .testimonial-carousel .carousel-panel .slide .item .tquote, #testimonials .testimonial-carousel .carousel-panel .slide .item .tquote p {
  color: #00a6be !important;
  font-size: 24px !important; }

.testimonial-carousel .carousel-panel .item {
  background-color: white;
  overflow: hidden;
  height: auto;
  box-sizing: border-box; }

.testimonial-carousel .carousel-panel .slick-prev:after, .testimonial-carousel .carousel-panel .slick-next:after {
  top: 10px; }

.QSIFeedBackLink {
  display: none !important; }

.disclaimer {
  margin-bottom: 30px !important; }

#feature-area .quotetext .quote {
  color: #fff; }

footer .brand {
  color: #fff;
  font-size: 10px;
  text-decoration: none; }

#gform .instruction.validation_message,
#gform .gfield_description.validation_message {
  color: #ed2c67 !important;
  text-transform: uppercase !important;
  padding-top: 0px !important;
  font-size: 13px;
  line-height: 15px;
  margin-top: 5px !important; }

#gform .gfield_error {
  border: 0px;
  background-color: transparent; }
  #gform .gfield_error .ginput_container_email input,
  #gform .gfield_error .ginput_container_phone input,
  #gform .gfield_error .ginput_container_text input {
    border: 1px solid #ed2c67; }
  #gform .gfield_error .ginput_container_email input:after,
  #gform .gfield_error .ginput_container_phone input:after,
  #gform .gfield_error .ginput_container_text input:after {
    background: #ccc url("/marsh/wp-content/themes/marsh/assets/images/marsh-sprite.png") -66px -360px no-repeat;
    content: "";
    width: 17px;
    height: 17px;
    right: 19px;
    bottom: 29px; }
  #gform .gfield_error .ginput_container {
    margin: 6x 0px 0px 0px !important; }
  #gform .gfield_error label {z
    color: #232425; }

#gform .validation_error {
  display: none; }

#gform .gfield_checkbox input {
  padding: 0px !important;
  vertical-align: top;
  float: left;
  height: auto !important;
  width: auto !important; }

#gform .user-message {
  margin-bottom: 16px;
  color: #222222; }

#gform .gform_wrapper {
  max-width: 100%;
  margin: 0px; }

#gform .gform_body label {
  font-weight: normal !important; }

.list-nav {
  padding-bottom: 10px !important; }
  
.text-wrap .entry-summary a{
	 float:none!important;
	 color:inherit!important;
	 text-decoration: none!important;
} 

.slick-slider{
	margin-bottom: 20px;
}
