/*############# WM 2.0 Styles #####################*/
/*#### by Philippe Gommes & Benjamin Michoux using Bootstrap 3.0  ####*/
/*#### Using Scss ####*/
/*## GENERAL ##*/
/*#### Variables ####*/
/* Breaking points */
.xs-size::after {
  content: "480px"; }

.sm-size::after {
  content: "768px"; }

.md-size::after {
  content: "992px"; }

.lg-size::after {
  content: "1200px"; }

/* Colors */
            /*
$dark-blue: 			#002144;
$dark-blue-tint-1: 		#002567;
$rbc-blue: 				#002888;
$blue-tint-1: 			#0d62a6;
$blue-tint-2: 			#5591c1;
$blue-tint-3: 			#9ec0db;
$blue-tint-4: 			#dbe8f2;
*/
/*New blues*/
/* Typography */
@media (max-width: 480px) {
  .pull-left-xxs {
    float: left; }

  .pull-right-xxs {
    float: right; }

  .pull-right-xxs:after {
    clear: both; }

  .pull-left-xxs:after {
    clear: both; } }
@media (min-width: 480px) and (max-width: 767px) {
  .pull-left-xs {
    float: left; }

  .pull-right-xs {
    float: right; }

  .pull-right-xs:after {
    clear: both; }

  .pull-left-xs:after {
    clear: both; } }
@media (min-width: 768px) and (max-width: 991px) {
  .pull-left-sm {
    float: left; }

  .pull-right-sm {
    float: right; }

  .pull-right-sm:after {
    clear: both; }

  .pull-left-sm:after {
    clear: both; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-left-md {
    float: left; }

  .pull-right-md {
    float: right; }

  .pull-right-md:after {
    clear: both; }

  .pull-left-md:after {
    clear: both; } }
@media (min-width: 1200px) {
  .pull-left-lg {
    float: left; }

  .pull-right-lg {
    float: right; }

  .pull-left-lg:after {
    clear: both; }

  .pull-right-lg:after {
    clear: both; } }
/*## BOOTSTRAP COMPONENTS ##*/
/*# BOOTSTRAP COMPONENTS--THEME / MAIN EVENT COLOURS #*/
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .text-warning {
  color: #836500; }

.has-warning .form-control, .panel-warning, .panel-warning > .panel-heading, .btn.btn-warning {
  border-color: #fedf01; }

.alert-warning {
  background-color: transparent;
  border-color: #fedf01;
  color: #836500; }

.alert-warning .alert-link {
  color: #fedf01; }

.label-warning, .panel-warning > .panel-heading {
  background-color: #fff7bf;
  color: #836500; }

.btn.btn-warning {
  background-color: #fff7bf;
  color: #836500;
  border-color: #fedf01; }
  .btn.btn-warning:hover {
    background-color: #fedf01;
    color: #252525; }

.bg-warning {
  background-color: #fff7bf; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .text-danger {
  color: #b91a0e; }

.has-error .form-control, .panel-danger, .panel-danger > .panel-heading {
  border-color: #f93f26; }

.alert-danger {
  background-color: transparent;
  border-color: #f93f26;
  color: #b91a0e; }

.label-danger, .panel-danger > .panel-heading {
  background-color: #fdcfc9;
  color: #b91a0e; }

.btn.btn-danger {
  color: #b91a0e;
  border-color: #f93f26;
  background-color: #fdcfc9; }
  .btn.btn-danger:hover {
    background-color: #f93f26;
    color: #ffffff; }

.bg-danger {
  background-color: #fdcfc9; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .text-success {
  color: #616f03; }

.has-success .form-control, .panel-success, .panel-success > .panel-heading {
  border-color: #aaba0a; }

.alert-success {
  background-color: transparent;
  border-color: #aaba0a;
  color: #616f03; }

.alert-success .alert-link {
  color: #616f03; }

.label-success, .panel-success > .panel-heading {
  background-color: #eaeec2;
  color: #616f03; }

.bg-success {
  background-color: #eaeec2; }

.btn.btn-success {
  background-color: #eaeec2;
  color: #616f03;
  border-color: #aaba0a; }
  .btn.btn-success:hover {
    background-color: #aaba0a;
    color: #252525; }

.alert-info {
  background-color: transparent;
  border-color: #006ac3;
  color: #002750; }

.alert-info .alert-link, .text-primary {
  color: #006ac3; }

.text-info {
  color: #002750; }

.label-info, .panel-info > .panel-heading {
  background-color: #e3f4ff;
  color: #006ac3; }

.btn.btn-info {
  background-color: #e3f4ff;
  color: #006ac3;
  border-color: #006ac3; }
  .btn.btn-info:hover {
    background-color: #006ac3;
    color: #ffffff; }

.bg-info {
  background-color: #e3f4ff; }

.label-primary, .panel-primary > .panel-heading {
  background-color: #006ac3; }

.panel-primary, .panel-primary > .panel-heading, .panel-info, .panel-info > .panel-heading {
  border-color: #006ac3; }

.btn.btn-primary {
  border-color: #006ac3;
  background-color: #006ac3;
  color: #ffffff; }

.btn.btn-primary:hover, .btn.btn-default:hover {
  background-color: #002750;
  border-color: #002750 !important; }

.bg-primary {
  background-color: #006ac3; }

.btn.btn-default {
  border-color: #002750;
  color: #252525; }

.label-default, .badge {
  background-color: #eaeaea;
  color: #585858; }

.label, .badge {
  font-family: "Meta";
  font-weight: 700;
  border-radius: 2px; }

/*# BOOTSTRAP COMPONENTS--PANELS #*/
.panel {
  border-radius: 2px; }

.panel-default {
  border-color: #eaeaea; }

.panel-default > .panel-heading {
  border-color: #eaeaea;
  background-color: #f3f4f5;
  color: #252525; }

.panel-heading {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  font-family: "Meta";
  font-weight: 400; }

.panel-footer {
  background-color: #f3f4f5;
  border-top: 1px solid #eaeaea;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.panel-primary .panel-footer {
  background-color: #e3f4ff;
  border-top: none; }

.panel-success .panel-footer {
  background-color: #f6f8e6;
  border-top: none; }

.panel-info .panel-footer {
  background-color: #f5fcff;
  border-top: none; }

.panel-warning .panel-footer {
  background-color: #fffce5;
  border-top: none; }

.panel-danger .panel-footer {
  background-color: #feebe9;
  border-top: none; }

.text-muted {
  color: #6f6f6f; }

/*# BOOTSTRAP COMPONENTS--BUTTONS #*/
.btn {
  font-weight: 300; }

.btn-link, .btn-link:hover, .btn-link:focus {
  border: none !important;
  color: #006ac3; }

.btn:active, .btn.active {
  box-shadow: none; }

.btn.btn-primary.active, .btn.btn-default.active {
  background-color: #002750;
  border-color: #002750;
  color: #ffffff; }

.btn-group .btn.btn-primary, .btn.btn-primary.active {
  border-right-color: #ffffff !important;
  border-left-color: #ffffff !important; }

.btn.btn-primary {
  color: #ffffff; }

.btn-lg, .btn-group-lg > .btn {
  height: auto !important;
  font-size: 1.4em !important;
  font-weight: 300; }

.btn-sm, .btn-group-sm > .btn {
  height: auto !important;
  font-size: 0.875em !important; }

.btn-xxs, .btn-group-xxs > .btn, .btn-xs, .btn-group-xs > .btn {
  height: auto !important;
  font-size: 0.75em !important; }

/*# BOOTSTRAP COMPONENTS--FORMS #*/
.form-control {
  font-family: "Meta";
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  outline: none;
  font-size: 1em !important;
  color: #252525; }

.form-group label > span, .ind-requiwarm-red {
  color: #f93f26; }

.form-control-inline {
  display: inline-block;
  width: auto; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #002750; }

.nav-pills > li > a {
  height: 50px;
  font-family: "Meta"; }

.tab-content {
  border-bottom: solid #836500 1px;
  margin-bottom: 20px; }

.form-group.has-success input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d4dc84;
  border-color: #aaba0a !important; }

.form-group.has-warning input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #feef80;
  border-color: #fedf01 !important; }

.form-group.has-error input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fc9f92;
  border-color: #f93f26 !important; }

.input-group-addon {
  border: #b3b3b3;
  background-color: #b3b3b3;
  color: #252525; }

.radio input[type=radio] {
  left: 0;
  height: auto;
  padding: 0;
  margin: 0;
  margin-top: 0.35em;
  -webkit-appearance: radio; }

.checkbox input[type=checkbox] {
  left: 0;
  height: auto;
  padding: 0;
  margin: 0;
  margin-top: 0.35em;
  -webkit-appearance: checkbox; }

/*# BOOTSTRAP COMPONENTS--INPUT GROUP #*/
.input-group-btn {
  font-size: inherit !important; }

.btn-group {
  width: 100%; }

.input-group {
  font-family: "Meta"; }

/*# BOOTSTRAP COMPONENTS--MODALS #*/
.modal-content {
  border-radius: 0; }

.modal-backdrop {
  background: #ffffff; }

.modal-region {
  float: right;
  padding-left: 20px;
  border-left: solid #836500 1px; }

.modal-region a {
  color: #836500; }

.modal-region a i {
  font-size: 0.833em; }

.modal-footer {
  padding-top: 5px; }

.modal-content a {
  color: #836500; }

/*# BOOTSTRAP COMPONENTS--TABS #*/
.nav-tabs {
  border-bottom: none;
  font-family: "Meta"; }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #eaeaea;
    border-bottom-color: #eaeaea;
    background-color: #eaeaea; }
  .nav-tabs > li > a {
    padding: 10px 30px 10px 30px;
    height: 50px;
    width: auto;
    margin-right: 5px;
    border: 1px solid #eaeaea;
    border-bottom-color: #eaeaea;
    background-color: #f3f4f5;
    color: #252525;
    line-height: 1.875; }
    .nav-tabs > li > a:hover {
      border: 1px solid #eaeaea;
      border-bottom-color: #eaeaea;
      background-color: #eaeaea; }

/*# BOOTSTRAP FIXES #*/
.caret {
  width: auto;
  height: auto;
  border: none;
  font-family: "Black Tie";
  font-weight: 400;
  font-size: 0.6em; }

.caret:after {
  content: "\F091"; }

.navbar {
  border: 0px solid transparent; }

.navbar-nav {
  float: right !important; }

section.content ul, ol {
  margin-bottom: 20px; }

.well {
  border-radius: 2px;
  background-color: #f3f4f5;
  border: 1px solid #eaeaea;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none; }

.list-group-item {
  border: 1px solid #eaeaea; }

.breadcrumb {
  background-color: #f3f4f5;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  font-family: "Meta";
  font-weight: 400; }
  .breadcrumb > .active {
    color: #585858; }
  .breadcrumb > li + li:before {
    content: "|\00a0";
    color: #b3b3b3; }

.pagination > li > a {
  border: 1px solid #eaeaea;
  color: #006ac3;
  font-family: "Meta";
  font-weight: 400; }
  .pagination > li > a:hover {
    color: #006ac3;
    border-color: #eaeaea;
    background-color: #f3f4f5; }

.jumbotron {
  background-color: #f3f4f5;
  border-radius: 0 !important;
  font-family: "Meta"; }
  .jumbotron .btn, .jumbotron .btn-lg {
    font-size: 1em !important;
    font-family: "Meta"; }

.alert-dismissible .close {
  right: -5px;
  text-shadow: none;
  font-weight: 300; }

.list-group {
  font-family: "Meta"; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #006ac3;
  border-color: #006ac3; }

a.list-group-item {
  color: #444444; }

a.list-group-item:hover, a.list-group-item:focus {
  color: #444444;
  background-color: #f3f4f5; }

.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }

.list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.list-group-item-success {
  background-color: #eaeec2;
  color: #616f03; }

a.list-group-item-success {
  background-color: #f6f8e6;
  color: #616f03; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #616f03;
    background-color: #eaeec2; }

.list-group-item-info {
  background-color: #e3f4ff;
  color: #006ac3; }

a.list-group-item-info {
  background-color: #f5fcff;
  color: #006ac3; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #006ac3;
    background-color: #e3f4ff; }

.list-group-item-warning {
  background-color: #fff7bf;
  color: #836500; }

a.list-group-item-warning {
  background-color: #fffce5;
  color: #836500; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #836500;
    background-color: #fff7bf; }

.list-group-item-danger {
  background-color: #fdcfc9;
  color: #b91a0e; }

a.list-group-item-danger {
  background-color: #feebe9;
  color: #b91a0e; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #b91a0e;
    background-color: #fdcfc9; }

.dropdown button.dropdown-toggle {
  position: relative;
  padding: 10px 19px !important; }
  .dropdown button.dropdown-toggle:hover, .dropdown button.dropdown-toggle:focus, .dropdown button.dropdown-toggle.btn-default:focus, .dropdown button.dropdown-toggle.btn-default.active {
    background-color: inherit;
    color: inherit; }
.dropdown.open > .dropdown-toggle.btn-default {
  background-color: inherit;
  color: inherit; }
.dropdown .dropdown-menu .divider {
  background-color: #eaeaea; }

/*## End of BOOTSTRAP COMPONENTS ##*/
/* TEXT 
********************************/
.c-dark-blue {
  color: #002750 !important; }

.c-dark-blue-tint-1 {
  color: #003168 !important; }

.c-rbc-blue {
  color: #0051a5 !important; }

.c-blue-tint-1 {
  color: #006ac3 !important; }

.c-blue-tint-2 {
  color: #73b0e3 !important; }

.c-blue-tint-3 {
  color: #c3e2fa !important; }

.c-blue-tint-4 {
  color: #e3f4ff !important; }

.c-blue-tint-5 {
  color: #f5fcff !important; }

.c-black {
  color: #000000 !important; }

.c-black-tint-1 {
  color: #252525 !important; }

.c-dark-gray, .c-dark-grey {
  color: #444444 !important; }

.c-gray, .c-grey {
  color: #585858 !important; }

.c-gray-tint-1, .c-grey-tint-1 {
  color: #6f6f6f !important; }

.c-gray-tint-2, .c-grey-tint-2 {
  color: #b3b3b3 !important; }

.c-gray-light-tint-3, .c-grey-light-tint-3 {
  color: #eaeaea !important; }

.c-gray-light-tint-2, .c-grey-light-tint-2 {
  color: #f3f4f5 !important; }

.c-gray-light-tint-1, .c-grey-light-tint-1 {
  color: #fafafa !important; }

.c-white {
  color: #ffffff !important; }

.c-carbon-dark {
  color: #50585f !important; }

.c-carbon-dark-tint-1 {
  color: #6b7782 !important; }

.c-carbon {
  color: #899299 !important; }

.c-carbon-tint-1 {
  color: #c4c8cc !important; }

.c-carbon-tint-2 {
  color: #e9eaec !important; }

.c-carbon-tint-3 {
  color: #f6f6f7 !important; }

.c-blue-grey-dark, .c-blue-gray-dark {
  color: #3f5763 !important; }

.c-blue-grey, .c-blue-gray {
  color: #8499a6 !important; }

.c-seaweed-dark {
  color: #416866 !important; }

.c-seaweed {
  color: #588886 !important; }

.c-seaweed-tint-1 {
  color: #abc3c2 !important; }

.c-seaweed-tint-2 {
  color: #e3ebeb !important; }

.c-seaweed-tint-3 {
  color: #f2f6f6 !important; }

.c-teal-dark {
  color: #007077 !important; }

.c-teal {
  color: #00aeb5 !important; }

.c-teal-tint-1 {
  color: #7fd6da !important; }

.c-teal-tint-2 {
  color: #bfebec !important; }

.c-teal-tint-3 {
  color: #e5f7f7 !important; }

.c-moss-dark {
  color: #756803 !important; }

.c-moss {
  color: #b5a80c !important; }

.c-moss-tint-1 {
  color: #dad385 !important; }

.c-moss-tint-2 {
  color: #ece9c2 !important; }

.c-moss-tint-3 {
  color: #f7f6e6 !important; }

.c-gold {
  color: #6e560e !important; }

.c-gold-tint-1 {
  color: #8a732c !important; }

.c-gold-tint-2 {
  color: #b8a970 !important; }

.c-gold-tint-3 {
  color: #ece6ce !important; }

.c-beige-dark {
  color: #756738 !important; }

.c-beige-dark-tint-1 {
  color: #9d8e54 !important; }

.c-beige {
  color: #b8a970 !important; }

.c-beige-tint-1 {
  color: #dbd4b7 !important; }

.c-beige-tint-2 {
  color: #eeeadd !important; }

.c-beige-tint-3 {
  color: #f8f6f0 !important; }

.c-sun-dark {
  color: #9e5406 !important; }

.c-sun {
  color: #fca311 !important; }

.c-sun-tint-1 {
  color: #fdd188 !important; }

.c-sun-tint-2 {
  color: #fee8c3 !important; }

.c-sun-tint-3 {
  color: #fff6e7 !important; }

.c-yellow-dark {
  color: #836500 !important; }

.c-yellow {
  color: #fedf01 !important; }

.c-yellow-tint-1 {
  color: #feef80 !important; }

.c-yellow-tint-2 {
  color: #fff7bf !important; }

.c-yellow-tint-3 {
  color: #fffce5 !important; }

.c-green-dark {
  color: #5f6324 !important; }

.c-green {
  color: #6b702b !important; }

.c-green-tint-1 {
  color: #b5b795 !important; }

.c-green-tint-2 {
  color: #dadbca !important; }

.c-green-tint-3 {
  color: #f0f0e9 !important; }

.c-red {
  color: #9b301b !important; }

.c-red-tint-1 {
  color: #cd978d !important; }

.c-red-tint-2 {
  color: #e6cbc6 !important; }

.c-red-tint-3 {
  color: #f5eae8 !important; }

.c-amber {
  color: #956e01 !important; }

.c-tundra-dark {
  color: #466c86 !important; }

.c-tundra-dark-tint-1 {
  color: #6595a9 !important; }

.c-tundra {
  color: #87afbf !important; }

.c-tundra-tint-1 {
  color: #c3d7df !important; }

.c-tundra-tint-2 {
  color: #e1ebef !important; }

.c-tundra-tint-3 {
  color: #f3f7f8 !important; }

.c-apple-dark {
  color: #616f03 !important; }

.c-apple {
  color: #aaba0a !important; }

.c-apple-tint-1 {
  color: #d4dc84 !important; }

.c-apple-tint-2 {
  color: #eaeec2 !important; }

.c-apple-tint-3 {
  color: #f6f8e6 !important; }

.c-sky-dark {
  color: #236e9a !important; }

.c-sky {
  color: #51b5e0 !important; }

.c-sky-tint-1 {
  color: #a8daef !important; }

.c-sky-tint-2 {
  color: #d3ecf7 !important; }

.c-sky-tint-3 {
  color: #edf7fc !important; }

.c-warm-grey-dark {
  color: #70665b !important; }

.c-warm-grey-dark-tint-1 {
  color: #998e7d !important; }

.c-warm-grey {
  color: #c1b5a5 !important; }

.c-warm-grey-tint-1 {
  color: #e0dad2 !important; }

.c-warm-grey-tint-2 {
  color: #efece8 !important; }

.c-warm-grey-tint-3 {
  color: #f9f7f6 !important; }

.c-warm-red-dark {
  color: #b91a0e !important; }

.c-warm-red {
  color: #f93f26 !important; }

.c-warm-red-tint-1 {
  color: #fc9f92 !important; }

.c-warm-red-tint-2 {
  color: #fdcfc9 !important; }

.c-warm-red-tint-3 {
  color: #feebe9 !important; }

.c-wine {
  color: #8b214b !important; }

.c-violet {
  color: #493d63 !important; }

.c-violet-tint-1 {
  color: #a49ab1 !important; }

.c-violet-tint-2 {
  color: #d1cdd8 !important; }

.c-violet-tint-3 {
  color: #ecebef !important; }

.c-pear-dark {
  color: #726c1a !important; }

.c-pear {
  color: #d6ce49 !important; }

.c-pear-tint-1 {
  color: #eae6a4 !important; }

.c-pear-tint-2 {
  color: #f5f3d1 !important; }

.c-pear-tint-3 {
  color: #fbfaec !important; }

.c-deep-gold {
  color: #e8cf00 !important; }

.c-brown-dark {
  color: #7d5437 !important; }

.c-brown {
  color: #906646 !important; }

.c-brown-tint-1 {
  color: #c7b2a2 !important; }

.c-brown-tint-2 {
  color: #e3d9d1 !important; }

.c-brown-tint-3 {
  color: #f4efec !important; }

.c-dark-warm-grey {
  color: #685b4e !important; }

.c-slate {
  color: #6f6e6f !important; }

/* BACKGROUNDS 
********************************/
.b-transparent {
  background-color: transparent !important; }

.b-dark-blue {
  background-color: #002750 !important; }

.b-dark-blue-tint-1 {
  background-color: #003168 !important; }

.b-rbc-blue {
  background-color: #0051a5 !important; }

.b-blue-tint-1 {
  background-color: #006ac3 !important; }

.b-blue-tint-2 {
  background-color: #73b0e3 !important; }

.b-blue-tint-3 {
  background-color: #c3e2fa !important; }

.b-blue-tint-4 {
  background-color: #e3f4ff !important; }

.b-blue-tint-5 {
  background-color: #f5fcff !important; }

.b-black {
  background-color: #000000 !important; }

.b-black-tint-1 {
  background-color: #252525 !important; }

.b-dark-gray, .b-dark-grey {
  background-color: #444444 !important; }

.b-gray, .b-grey {
  background-color: #585858 !important; }

.b-gray-tint-1, .b-grey-tint-1 {
  background-color: #6f6f6f !important; }

.b-gray-tint-2, .b-grey-tint-2 {
  background-color: #b3b3b3 !important; }

.b-gray-light-tint-3, .b-grey-light-tint-3 {
  background-color: #eaeaea !important; }

.b-gray-light-tint-2 {
  background-color: #f3f4f5 !important; }

.b-gray-light-tint-1, .b-grey-light-tint-1 {
  background-color: #fafafa !important; }

.b-white {
  background-color: #ffffff !important; }

.b-carbon-dark {
  background-color: #50585f !important; }

.b-carbon-dark-tint-1 {
  background-color: #6b7782 !important; }

.b-carbon {
  background-color: #899299 !important; }

.b-carbon-tint-1 {
  background-color: #c4c8cc !important; }

.b-carbon-tint-2 {
  background-color: #e9eaec !important; }

.b-carbon-tint-3 {
  background-color: #f6f6f7 !important; }

.b-blue-grey-dark, .b-blue-gray-dark {
  background-color: #3f5763 !important; }

.b-blue-grey, .b-blue-gray {
  background-color: #8499a6 !important; }

.b-seaweed-dark {
  background-color: #416866 !important; }

.b-seaweed {
  background-color: #588886 !important; }

.b-seaweed-tint-1 {
  background-color: #abc3c2 !important; }

.b-seaweed-tint-2 {
  background-color: #e3ebeb !important; }

.b-seaweed-tint-3 {
  background-color: #f2f6f6 !important; }

.b-teal-dark {
  background-color: #007077 !important; }

.b-teal {
  background-color: #00aeb5 !important; }

.b-teal-tint-1 {
  background-color: #7fd6da !important; }

.b-teal-tint-2 {
  background-color: #bfebec !important; }

.b-teal-tint-3 {
  background-color: #e5f7f7 !important; }

.b-moss-dark {
  background-color: #756803 !important; }

.b-moss {
  background-color: #b5a80c !important; }

.b-moss-tint-1 {
  background-color: #dad385 !important; }

.b-moss-tint-2 {
  background-color: #ece9c2 !important; }

.b-moss-tint-3 {
  background-color: #f7f6e6 !important; }

.b-gold {
  background-color: #6e560e !important; }

.b-gold-tint-1 {
  background-color: #8a732c !important; }

.b-gold-tint-2 {
  background-color: #b8a970 !important; }

.b-gold-tint-3 {
  background-color: #ece6ce !important; }

.b-beige-dark {
  background-color: #756738 !important; }

.b-beige-dark-tint-1 {
  background-color: #9d8e54 !important; }

.b-beige {
  background-color: #b8a970 !important; }

.b-beige-tint-1 {
  background-color: #dbd4b7 !important; }

.b-beige-tint-2 {
  background-color: #eeeadd !important; }

.b-beige-tint-3 {
  background-color: #f8f6f0 !important; }

.b-sun-dark {
  background-color: #9e5406 !important; }

.b-sun {
  background-color: #fca311 !important; }

.b-sun-tint-1 {
  background-color: #fdd188 !important; }

.b-sun-tint-2 {
  background-color: #fee8c3 !important; }

.b-sun-tint-3 {
  background-color: #fff6e7 !important; }

.b-yellow-dark {
  background-color: #836500 !important; }

.b-yellow {
  background-color: #fedf01 !important; }

.b-yellow-tint-1 {
  background-color: #feef80 !important; }

.b-yellow-tint-2 {
  background-color: #fff7bf !important; }

.b-yellow-tint-3 {
  background-color: #fffce5 !important; }

.b-green-dark {
  background-color: #5f6324 !important; }

.b-green {
  background-color: #6b702b !important; }

.b-green-tint-1 {
  background-color: #b5b795 !important; }

.b-green-tint-2 {
  background-color: #dadbca !important; }

.b-green-tint-3 {
  background-color: #f0f0e9 !important; }

.b-red {
  background-color: #9b301b !important; }

.b-red-tint-1 {
  background-color: #cd978d !important; }

.b-red-tint-2 {
  background-color: #e6cbc6 !important; }

.b-red-tint-3 {
  background-color: #f5eae8 !important; }

.b-amber {
  background-color: #956e01 !important; }

.b-tundra-dark {
  background-color: #466c86 !important; }

.b-tundra-dark-tint-1 {
  background-color: #6595a9 !important; }

.b-tundra {
  background-color: #87afbf !important; }

.b-tundra-tint-1 {
  background-color: #c3d7df !important; }

.b-tundra-tint-2 {
  background-color: #e1ebef !important; }

.b-tundra-tint-3 {
  background-color: #f3f7f8 !important; }

.b-apple-dark {
  background-color: #616f03 !important; }

.b-apple {
  background-color: #aaba0a !important; }

.b-apple-tint-1 {
  background-color: #d4dc84 !important; }

.b-apple-tint-2 {
  background-color: #eaeec2 !important; }

.b-apple-tint-3 {
  background-color: #f6f8e6 !important; }

.b-sky-dark {
  background-color: #236e9a !important; }

.b-sky {
  background-color: #51b5e0 !important; }

.b-sky-tint-1 {
  background-color: #a8daef !important; }

.b-sky-tint-2 {
  background-color: #d3ecf7 !important; }

.b-sky-tint-3 {
  background-color: #edf7fc !important; }

.b-warm-grey-dark {
  background-color: #70665b !important; }

.b-warm-grey-dark-tint-1 {
  background-color: #998e7d !important; }

.b-warm-grey {
  background-color: #c1b5a5 !important; }

.b-warm-grey-tint-1 {
  background-color: #e0dad2 !important; }

.b-warm-grey-tint-2 {
  background-color: #efece8 !important; }

.b-warm-grey-tint-3 {
  background-color: #f9f7f6 !important; }

.b-warm-red-dark {
  background-color: #b91a0e !important; }

.b-warm-red {
  background-color: #f93f26 !important; }

.b-warm-red-tint-1 {
  background-color: #fc9f92 !important; }

.b-warm-red-tint-2 {
  background-color: #fdcfc9 !important; }

.b-warm-red-tint-3 {
  background-color: #feebe9 !important; }

.b-wine {
  background-color: #8b214b !important; }

.b-violet {
  background-color: #493d63 !important; }

.b-violet-tint-1 {
  background-color: #a49ab1 !important; }

.b-violet-tint-2 {
  background-color: #d1cdd8 !important; }

.b-violet-tint-3 {
  background-color: #ecebef !important; }

.b-pear-dark {
  background-color: #726c1a !important; }

.b-pear {
  background-color: #d6ce49 !important; }

.b-pear-tint-1 {
  background-color: #eae6a4 !important; }

.b-pear-tint-2 {
  background-color: #f5f3d1 !important; }

.b-pear-tint-3 {
  background-color: #fbfaec !important; }

.b-deep-gold {
  background-color: #e8cf00 !important; }

.b-brown-dark {
  background-color: #7d5437 !important; }

.b-brown {
  background-color: #906646 !important; }

.b-brown-tint-1 {
  background-color: #c7b2a2 !important; }

.b-brown-tint-2 {
  background-color: #e3d9d1 !important; }

.b-brown-tint-3 {
  background-color: #f4efec !important; }

.b-dark-warm-grey {
  background-color: #685b4e !important; }

.b-slate {
  background-color: #6f6e6f !important; }

/*# GENERAL--TYPOGRAPHY #*/
body {
  font-family: Georgia;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875;
  color: #252525;
  background-color: #ffffff; }

h1 {
  color: #002750;
  font-size: 4.375em;
  font-family: "Meta";
  line-height: 1.12em;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.025em;
  margin-bottom: 0.175em;
  margin-top: 0;
  padding-left: 0; }

h2 {
  color: #002750;
  font-size: 3em;
  font-family: "Meta";
  line-height: 1.146em;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  margin-top: 0;
  padding-left: 0; }

h3 {
  color: #002750;
  font-size: 2.25em;
  font-family: "Meta";
  line-height: 1.25em;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  margin-top: 0;
  padding-left: 0; }

h4 {
  color: #002750;
  font-size: 1.25em;
  font-family: "MetaMedium";
  line-height: 1.5em;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  margin-bottom: 6px;
  margin-top: 0;
  padding-left: 0; }

h5 {
  color: #002750;
  font-size: 1.0625em;
  font-family: "Meta";
  line-height: 1.438em;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  margin-bottom: 6px;
  margin-top: 0;
  padding-left: 0; }

h6 {
  color: #002750;
  font-size: 1em;
  font-family: "MetaMedium";
  line-height: 1.438em;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  margin-bottom: 6px;
  margin-top: 0;
  padding-left: 0; }

.subtitle {
  color: #444444;
  font-size: 1.6em;
  font-family: "Meta";
  line-height: 1.667em;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-top: 0;
  padding-left: 4px; }

.subheader {
  color: #585858;
  font-size: 1.125em;
  font-family: Georgia;
  line-height: 1.667em;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-top: 0;
  padding-left: 0; }

a {
  color: #006ac3;
  text-decoration: none !important; }
  a:hover {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #002750; }
  a h1:hover,
  a h2:hover,
  a h3:hover,
  a h4:hover,
  a h5:hover {
    color: #006ac3; }
  a h1.link-chev:after,
  a h2.link-chev:after,
  a h3.link-chev:after,
  a h4.link-chev:after,
  a h5.link-chev:after {
    position: relative;
    display: inline-block;
    font-family: "Meta";
    font-size: 1.1em;
    font-weight: 400;
    margin-left: 5px;
    padding-left: 2px;
    top: 1px;
    content: ">"; }
  a.no-border-bottom, a.no-border-bottom:hover {
    border-bottom: none !important; }

.font-meta {
  font-family: "Meta" !important; }

.sidebar h2 {
  font-size: 1.9em;
  font-weight: 400; }
.sidebar h3 {
  font-size: 1.5em;
  line-height: 1.35em;
  font-weight: 400;
  margin-top: 0px; }
.sidebar h4 {
  font-size: 1.125em;
  line-height: 1.35em;
  font-weight: 400; }

h3.alt {
  font-family: "Meta";
  font-size: 1.35em;
  line-height: initial;
  font-weight: bold;
  letter-spacing: normal;
  margin-top: 15px; }

.subsecondary {
  font-family: Georgia;
  color: #585858;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.75em; }

.subheader-subtle {
  font-family: Georgia;
  font-feature-settings: "lnum" 1;
  color: #6f6f6f;
  font-style: italic;
  font-size: 0.875em; }

.italic {
  font-style: italic; }

.bigquote {
  font-size: 7.125em;
  font-family: Georgia;
  display: inline-block;
  line-height: 0.5em;
  color: #fedf01; }

pre {
  margin-bottom: 20px;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  -webkit-tab-size: 2;
  -ms-tab-size: 2;
  tab-size: 2; }

blockquote {
  color: #006ac3;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.8em;
  border-left: solid #002750 1px;
  margin: 50px 0 50px 0;
  padding: 0 20px 0 19px; }
  blockquote p {
    margin-bottom: 10px !important; }
  blockquote cite {
    font-family: "Meta";
    font-weight: 400;
    font-size: 0.75em;
    font-style: normal;
    color: #585858; }

hr {
  border-top-color: #ffffff;
  margin: 10px 0 0 0; }

section hr {
  border-top: solid #eaeaea 2px;
  margin-top: 10px;
  margin-bottom: 20px; }
  section hr.onepx {
    border-top-width: 1px; }
  section hr.dotted {
    border-top: dotted #eaeaea 1px;
    margin-top: 10px;
    margin-bottom: 20px; }
  section hr.thin {
    margin-top: 7px;
    margin-bottom: 7px; }
    section hr.thin.c-grey {
      border-top: solid #dddddd 1px; }
    section hr.thin.c-dark-blue {
      border-top: solid #002750 1px; }
    section hr.thin.c-yellow {
      border-top: solid #fedf01 1px; }

img.img-center {
  margin: auto; }

.meta {
  font-family: "Meta";
  font-weight: 300; }

.meta-normal {
  font-family: "Meta";
  font-weight: 400; }

.meta-bold {
  font-family: "Meta";
  font-weight: 700; }

.meta-medium {
  font-family: "MetaMedium"; }

.meta-condensed {
  font-family: "MetaCondensed";
  font-weight: 600; }

.georgia {
  font-family: Georgia; }

.arial {
  font-family: Arial; }

.text-caps {
  text-transform: uppercase; }

.disclaimer {
  color: #6f6f6f;
  font-size: 0.750em;
  font-family: "Roboto";
  line-height: 1.7em;
  font-weight: 400; }

.footnote {
  font-size: 0.750em; }

.icon-home {
  color: #444444;
  vertical-align: -2% !important; }

.social {
  color: #756738;
  font-size: 1.571em !important;
  display: inline-block;
  margin: 0px 5px 0 5px;
  vertical-align: middle; }

@media (max-width: 1199px) {
  h3 {
    font-size: 2.1em; } }
@media (max-width: 991px) {
  h1 {
    font-size: 3.375em; }

  h2 {
    font-size: 2.5em; }

  h3 {
    font-size: 2em; }

  .subtitle {
    font-size: 1.3em; }

  .subheader {
    font-size: 1.1em; } }
@media (max-width: 767px) {
  h1 {
    font-size: 2.8em;
    line-height: 1.1em; }

  h2 {
    font-size: 2.3em;
    line-height: 1.15em; }

  h3 {
    font-size: 1.9em;
    line-height: 1.15em; }

  .subtitle {
    font-size: 1em;
    line-height: 1.4em; }

  .subheader {
    font-size: 1em;
    line-height: 1.5em; } }
@media (max-width: 479px) {
  body {
    font-size: 14px; }

  h1 {
    font-size: 2.7em;
    line-height: 1.1em; }

  .subheader {
    font-size: 1.2em;
    line-height: 1.643em; }

  .subtitle {
    font-size: 1.3em;
    line-height: 1.4em; } }
/* GENERAL--TYPOGRAPHY--LINKS */
p a:not(.button) {
  font-family: Georgia;
  font-weight: normal;
  font-size: 1em;
  letter-spacing: normal;
  color: #006ac3;
  border-bottom: 1px solid transparent; }
  p a:not(.button):hover {
    background-color: #e3f4ff;
    border-bottom: 1px solid #006ac3;
    color: #006ac3; }

a.bottom-link {
  font-style: italic; }
  a.bottom-link:hover {
    border-bottom: 1px solid #006ac3 !important;
    color: #006ac3 !important; }
  a.bottom-link.link-chev, a.bottom-link.link-chev-down {
    line-height: 1.85em; }

a:not(.button).file-pdf:after, a:not(.button).file-doc:after, a:not(.button).file-xls:after, a:not(.button).file-ppt:after, a:not(.button).file-zip:after, a:not(.button).file-video:after, a:not(.button).link-ext:after, a:not(.button).link-email:after, a:not(.button).link-chev:after {
  font-size: 0.85em;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  position: relative;
  display: inline-block;
  margin-left: 6px;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
a:not(.button).file-pdf:after {
  content: "\f1c1"; }
a:not(.button).file-doc:after {
  content: "\f1c2"; }
a:not(.button).file-xls:after {
  content: "\f1c3"; }
a:not(.button).file-ppt:after {
  content: "\f1c4"; }
a:not(.button).file-zip:after {
  content: "\f1c6"; }
a:not(.button).file-video:after {
  content: "\f1c8"; }
a:not(.button).link-ext:after {
  content: "\F05B";
  font-family: 'Black Tie';
  font-size: 0.7em;
  font-weight: normal;
  top: 0; }
a:not(.button).link-email:after {
  content: "\F001";
  font-family: 'Black Tie';
  font-size: 0.75em;
  font-weight: normal;
  top: 1px; }
a:not(.button).link-chev:after {
  font-family: "Meta";
  font-size: 1.2em;
  margin-left: 5px;
  padding-left: 2px;
  top: 1px; }

ul.list-links a:hover ul a:hover {
  text-decoration: underline; }

p a:hover, address a:hover {
  background-color: #e3f4ff; }

.separator-pike {
  color: inherit;
  padding: 0 .75em;
  font-style: normal; }

/* GENERAL--STEPS */
ul.steps li {
  font-size: 0.9em; }

ul.steps li.active {
  color: #002750;
  font-weight: bold; }

ul.steps span {
  font-size: 1.2em;
  font-family: Georgia;
  margin-left: 5px; }

ul, ol {
  padding-left: 25px; }

.social-tooltip {
  background-color: #e3f4ff; }
  .social-tooltip:hover {
    text-decoration: none !important;
    border-bottom: none !important; }

.tooltip.in {
  opacity: 1; }
.tooltip.top .tooltip-arrow {
  border-top-color: #eaeaea !important; }
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #eaeaea !important; }
.tooltip.left .tooltip-arrow {
  border-left-color: #eaeaea !important; }
.tooltip.right .tooltip-arrow {
  border-right-color: #eaeaea !important; }
.tooltip .tooltip-inner {
  background-color: #ffffff;
  color: #6f6f6f;
  border: 1px solid #eaeaea;
  padding: 10px; }
  .tooltip .tooltip-inner a {
    padding: 0px; }
    .tooltip .tooltip-inner a > i:before {
      padding: 0px 0.75em !important; }
    .tooltip .tooltip-inner a:hover {
      background-color: #ffffff;
      border-bottom: none; }
  .tooltip .tooltip-inner ul {
    margin-bottom: 0px; }

legend {
  font-family: "Meta";
  color: #252525;
  border-bottom: 1px solid #eaeaea; }

h1 small, h2 small, h3 small, h4 small, h5 small {
  color: #6f6f6f;
  font-weight: 300; }

address,
.address {
  line-height: inherit; }
  address h4,
  .address h4 {
    margin-bottom: 0; }
  address .location,
  address .phone,
  address .email,
  address .fax,
  .address .location,
  .address .phone,
  .address .email,
  .address .fax {
    position: relative;
    padding-left: 1.875em;
    display: inline-block; }
    address .location::before,
    address .phone::before,
    address .email::before,
    address .fax::before,
    .address .location::before,
    .address .phone::before,
    .address .email::before,
    .address .fax::before {
      position: absolute;
      left: 0.3125em;
      top: 1px;
      font-family: "Black Tie";
      font-weight: 900; }
  address .location::before,
  .address .location::before {
    content: '\F0CA';
    left: 0.4375em; }
  address .phone::before,
  .address .phone::before {
    content: '\F005'; }
  address .email::before,
  .address .email::before {
    content: '\F001';
    font-size: 0.875em; }
  address .fax::before,
  .address .fax::before {
    content: '\F051'; }

.bt-envelope {
  font-size: 0.875em; }

@media (max-width: 479px) {
  .center-xxs {
    text-align: center; } }
ul.sidebar-links {
  padding-left: 15px; }
  ul.sidebar-links li a {
    position: relative;
    font-weight: 400; }
    ul.sidebar-links li a::before {
      content: '>';
      position: absolute;
      left: -15px;
      font-family: 'Meta'; }

.person-title {
  font-family: Georgia;
  font-style: italic;
  color: #585858; }

abbr, abbr[title], abbr[data-original-title] {
  border-bottom: dotted 1px #b3b3b3; }

mark, .mark {
  background-color: #fff7bf;
  color: #252525; }

/* GENERAL--BUTTONS */
.btn,
.button {
  font-size: 1em;
  font-family: "Meta";
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: 1.875;
  text-transform: none;
  display: inline-block;
  padding: 10px 30px 10px 30px;
  height: 50px;
  width: auto;
  border: solid 1px;
  border-radius: 2px;
  transition: all 0.15s;
  background-color: transparent; }
  .btn:focus,
  .button:focus {
    outline: #005ac3 auto 5px; }
  .btn:not(.dropdown-toggle),
  .button:not(.dropdown-toggle) {
    color: #002750;
    border-color: #002750; }
    .btn:not(.dropdown-toggle):hover,
    .button:not(.dropdown-toggle):hover {
      background-color: #002750;
      color: #ffffff; }
  .btn.b-dark-blue,
  .button.b-dark-blue {
    color: #ffffff !important;
    border-color: #002750 !important; }
    .btn.b-dark-blue:hover,
    .button.b-dark-blue:hover {
      border-color: #006ac3 !important;
      background-color: #006ac3 !important; }
  .btn.b-blue-tint-1,
  .button.b-blue-tint-1 {
    color: #ffffff !important;
    border-color: #006ac3 !important; }
    .btn.b-blue-tint-1:hover,
    .button.b-blue-tint-1:hover {
      border-color: #002750 !important;
      background-color: #002750 !important; }
  .btn.c-dark-blue,
  .button.c-dark-blue {
    color: #002750 !important;
    border-color: #002750 !important; }
    .btn.c-dark-blue:hover,
    .button.c-dark-blue:hover {
      background-color: #002750 !important;
      color: #ffffff !important; }
  .btn.c-white,
  .button.c-white {
    color: #ffffff !important;
    border-color: #ffffff !important; }
    .btn.c-white:hover,
    .button.c-white:hover {
      background-color: #ffffff !important;
      color: #002750 !important; }
  .btn.link-chev:after,
  .button.link-chev:after {
    content: '>';
    font-family: "Meta";
    position: relative;
    margin-left: 5px;
    top: 1px; }
  .btn.link-chev-down:after,
  .button.link-chev-down:after {
    content: "\f091";
    font-family: 'Black Tie';
    font-size: 0.5em;
    margin-left: 5px; }
  .btn.link-chev-up:after,
  .button.link-chev-up:after {
    content: "\f090";
    font-family: 'Black Tie';
    font-size: 0.5em;
    margin-left: 5px; }
  .btn.dropdown-toggle,
  .button.dropdown-toggle {
    text-align: left;
    padding-left: 10px;
    border: 1px solid #b3b3b3;
    width: 100% !important; }
    .btn.dropdown-toggle:hover,
    .button.dropdown-toggle:hover {
      border: 1px solid #73b0e3; }
    .btn.dropdown-toggle:after,
    .button.dropdown-toggle:after {
      content: "\f091";
      font-family: 'Black Tie';
      font-size: 0.5em;
      position: absolute;
      transform: translateY(50%);
      -ms-transform: translateY(50%);
      -webkit-transform: translateY(50%);
      right: 45px; }
  .btn.btn-block,
  .button.btn-block {
    width: 100% !important;
    text-align: center; }

.btn-group .dropdown-toggle:after {
  right: 22px !important; }
.btn-group .dropdown-toggle.button {
  padding: 10px 19px !important; }
.btn-group .button:not(.dropdown-toggle) {
  width: auto !important;
  border-radius: 0px; }
  .btn-group .button:not(.dropdown-toggle):first-child {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-right: none; }
  .btn-group .button:not(.dropdown-toggle):last-child {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    border-left: none; }

.open:not(.yamm-fw) > .dropdown-toggle {
  box-shadow: none;
  border: 1px solid #73b0e3;
  min-width: 100%; }
.open:not(.yamm-fw) > .dropdown-menu {
  min-width: 100%;
  padding: 10px 0px;
  font-family: "Meta"; }
  .open:not(.yamm-fw) > .dropdown-menu li a {
    font-size: 16px;
    font-family: "Meta";
    font-weight: 300;
    padding: 8px 19px;
    height: 35px;
    color: #252525; }
    .open:not(.yamm-fw) > .dropdown-menu li a:hover {
      background-color: #fafafa;
      color: #006ac3;
      border-bottom: transparent; }

input,
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=file] {
  font-family: "Meta";
  height: 50px;
  padding: 10px 19px 10px 19px;
  border: 1px solid #8C8C8C;
  border-radius: 2px;
  outline: none;
  font-size: 1em;
  color: #252525;
  -webkit-appearance: none; }
  input:focus,
  input[type=text]:focus,
  input[type=password]:focus,
  input[type=email]:focus,
  input[type=tel]:focus,
  input[type=search]:focus,
  input[type=url]:focus,
  input[type=number]:focus,
  input[type=date]:focus,
  input[type=month]:focus,
  input[type=week]:focus,
  input[type=time]:focus,
  input[type=file]:focus {
    border-color: #73b0e3 !important; }

.input-group input {
  border-right: none !important; }

.alert-error input {
  border: 1px solid #727272;
}

textarea {
  font-family: "Meta";
  height: 130px;
  padding: 10px 19px 10px 19px;
  border: 1px solid #8c8c8c;
  border-radius: 2px;
  outline: none;
  font-size: 1em;
  color: #252525;
  resize: none;
  -webkit-appearance: none; }
  textarea.form-control {
    padding: 10px 19px 10px 19px; }
  textarea:focus {
    border-color: #73b0e3 !important; }

input[type=checkbox],
input[type=radio] {
  position: absolute;
  left: -5000px; }
  input[type=checkbox] + label,
  input[type=radio] + label {
    margin-left: 25px;
    font-family: "Meta";
    font-weight: 400;
    cursor: pointer; }
    input[type=checkbox] + label:before,
    input[type=radio] + label:before {
      position: absolute;
      display: inline-block;
      width: 30px;
      margin-left: -25px;
      margin-top: -1px;
      font-family: 'Black Tie';
      font-weight: 300; }

input[type=checkbox] + label:before {
  content: "\F08B"; }

input[type=checkbox]:checked + label:before {
  content: "\F014"; }

input[type=radio] + label:before {
  content: "\F08C"; }

input[type=radio]:checked + label:before {
  content: "\F0D5"; }

label {
  font-family: "Meta"; }

select,
select[multiple],
select[size] {
  padding: 10px 19px 10px 19px;
  border: 1px solid #8c8c8c;
  border-radius: 2px;
  outline: none;
  background: #ffffff;
  font-family: "Meta"; }

table {
  width: 100%; }
  table th,
  table td {
    padding: 0.8em; }
  table thead {
    background-color: #ffffff; }
    table thead tr > th {
      border-bottom: 2px solid #002750;
      font-family: "Meta";
      color: #002750; }
      table thead tr > th h5 {
        margin-bottom: 0px;
        color: #002750; }
  table tbody {
    font-family: Arial;
    font-size: 0.9em;
    font-weight: 400;
    vertical-align: top; }
    table tbody tr:nth-of-type(odd) {
      background-color: #fafafa; }
    table tbody tr:nth-of-type(even) {
      background-color: #ffffff; }

table.b-tundra thead tr {
  background: #466c86; }
  table.b-tundra thead tr > th {
    border-bottom: none;
    color: #ffffff; }
    table.b-tundra thead tr > th h4, table.b-tundra thead tr > th h5 {
      color: #ffffff; }
table.b-tundra tbody tr:nth-of-type(odd) {
  background-color: #e1ebef; }
table.b-tundra tbody tr:nth-of-type(even) {
  background-color: #f3f7f8; }

table.b-carbon thead tr {
  background: #50585f; }
  table.b-carbon thead tr > th {
    border-bottom: none;
    color: #ffffff; }
    table.b-carbon thead tr > th h4, table.b-carbon thead tr > th h5 {
      color: #ffffff; }
table.b-carbon tbody tr:nth-of-type(odd) {
  background-color: #e9eaec; }
table.b-carbon tbody tr:nth-of-type(even) {
  background-color: #f6f6f7; }

table.b-warm-grey thead tr {
  background: #70665b; }
  table.b-warm-grey thead tr > th {
    border-bottom: none;
    color: #ffffff; }
    table.b-warm-grey thead tr > th h4, table.b-warm-grey thead tr > th h5 {
      color: #ffffff; }
table.b-warm-grey tbody tr:nth-of-type(odd) {
  background-color: #efece8; }
table.b-warm-grey tbody tr:nth-of-type(even) {
  background-color: #f9f7f6; }

table.b-beige thead tr {
  background: #756738; }
  table.b-beige thead tr > th {
    border-bottom: none;
    color: #ffffff; }
    table.b-beige thead tr > th h4, table.b-beige thead tr > th h5 {
      color: #ffffff; }
table.b-beige tbody tr:nth-of-type(odd) {
  background-color: #eeeadd; }
table.b-beige tbody tr:nth-of-type(even) {
  background-color: #f8f6f0; }

table.b-seaweed thead tr {
  background: #416866; }
  table.b-seaweed thead tr > th {
    border-bottom: none;
    color: #ffffff; }
    table.b-seaweed thead tr > th h4, table.b-seaweed thead tr > th h5 {
      color: #ffffff; }
table.b-seaweed tbody tr:nth-of-type(odd) {
  background-color: #e3ebeb; }
table.b-seaweed tbody tr:nth-of-type(even) {
  background-color: #f2f6f6; }

.news table th:nth-child(1) {
  width: 20%; }

@media (max-width: 479px) {
  .table-responsive table {
    min-width: 500px; } }
/*# GENERAL--LAYOUT #*/
hr.keyline.yellow {
  border-top: 1px solid #fedf01;
  border-bottom: 1px solid #ece6ce; }

.list-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 5px; }
  .list-links li {
    list-style-type: none;
    padding: 3px 0; }

.spacer-5 {
  margin-bottom: 5px !important; }

.spacer-10 {
  margin-bottom: 10px !important; }

.spacer-15 {
  margin-bottom: 15px !important; }

.spacer-20 {
  margin-bottom: 20px !important; }

.spacer-25 {
  margin-bottom: 25px !important; }

.spacer-30 {
  margin-bottom: 30px !important; }

.spacer-40 {
  margin-bottom: 40px !important; }

.spacer-50 {
  margin-bottom: 50px !important; }

.spacer-60 {
  margin-bottom: 60px !important; }

.spacer-70 {
  margin-bottom: 70px !important; }

.spacer-75 {
  margin-bottom: 75px !important; }

.spacer-80 {
  margin-bottom: 80px !important; }

.spacer-90 {
  margin-bottom: 90px !important; }

.spacer-100 {
  margin-bottom: 100px !important; }

.spacer-120 {
  margin-bottom: 120px !important; }

.spacer-150 {
  margin-bottom: 150px !important; }

.spacer-170 {
  margin-bottom: 170px !important; }

.spacer-500 {
  margin-bottom: 500px !important; }

.marg-x-5 {
  margin-left: 5px;
  margin-right: 5px; }

.marg-x-10 {
  margin-left: 10px;
  margin-right: 10px; }

.marg-x-15 {
  margin-left: 15px;
  margin-right: 15px; }

.marg-x-20 {
  margin-left: 20px;
  margin-right: 20px; }

.marg-x-25 {
  margin-left: 25px;
  margin-right: 25px; }

.marg-x-30 {
  margin-left: 30px;
  margin-right: 30px; }

.marg-x-40 {
  margin-left: 40px;
  margin-right: 40px; }

.marg-x-50 {
  margin-left: 50px;
  margin-right: 50px; }

.marg-x-60 {
  margin-left: 60px;
  margin-right: 60px; }

.marg-x-70 {
  margin-left: 70px;
  margin-right: 70px; }

.marg-x-75 {
  margin-left: 75px;
  margin-right: 75px; }

.marg-x-80 {
  margin-left: 80px;
  margin-right: 80px; }

.marg-x-90 {
  margin-left: 90px;
  margin-right: 90px; }

.marg-x-100 {
  margin-left: 100px;
  margin-right: 100px; }

.marg-y-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.marg-y-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.marg-y-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.marg-y-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.marg-y-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.marg-y-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.marg-y-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.marg-y-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.marg-y-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.marg-y-70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.marg-y-75 {
  margin-top: 75px;
  margin-bottom: 75px; }

.marg-y-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.marg-y-90 {
  margin-top: 90px;
  margin-bottom: 90px; }

.marg-y-100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.margin-right-5 {
  margin-right: 5px; }

.margin-right-10 {
  margin-right: 10px; }

.margin-right-15 {
  margin-right: 15px; }

.margin-right-20 {
  margin-right: 20px; }

.margin-right-25 {
  margin-right: 25px; }

.margin-right-30 {
  margin-right: 30px; }

.margin-right-50 {
  margin-right: 50px; }

.box-pad-5 {
  padding: 5px; }

.box-pad-10 {
  padding: 10px; }

.box-pad-15 {
  padding: 15px; }

.box-pad-20 {
  padding: 20px; }

.box-pad-25 {
  padding: 25px; }

.box-pad-30 {
  padding: 30px; }

.pad-x-5 {
  padding-left: 5px;
  padding-right: 5px; }

.pad-x-10 {
  padding-left: 10px;
  padding-right: 10px; }

.pad-x-15 {
  padding-left: 15px;
  padding-right: 15px; }

.pad-x-20 {
  padding-left: 20px;
  padding-right: 20px; }

.pad-x-25 {
  padding-left: 25px;
  padding-right: 25px; }

.pad-x-30 {
  padding-left: 30px;
  padding-right: 30px; }

.pad-y-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.pad-y-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pad-y-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.pad-y-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.pad-y-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.pad-y-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pad-bottom-5 {
  padding-bottom: 5px; }

.pad-bottom-10 {
  padding-bottom: 10px; }

.pad-bottom-15 {
  padding-bottom: 15px; }

.pad-bottom-20 {
  padding-bottom: 20px; }

.pad-bottom-25 {
  padding-bottom: 25px; }

.pad-bottom-30 {
  padding-bottom: 30px; }

.pad-bottom-50 {
  padding-bottom: 50px; }

.pad-bottom-100 {
  padding-bottom: 100px; }

.pad-bottom-130 {
  padding-bottom: 130px; }

.pad-top-5 {
  padding-top: 5px; }

.pad-top-10 {
  padding-top: 10px; }

.pad-top-15 {
  padding-top: 15px; }

.pad-top-20 {
  padding-top: 20px; }

.pad-top-25 {
  padding-top: 25px; }

.pad-top-30 {
  padding-top: 30px; }

.pad-top-50 {
  padding-top: 50px; }

.pad-top-100 {
  padding-top: 100px; }

.pad-top-130 {
  padding-top: 130px; }

.pad-large {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.pad-med {
  padding-top: 50px;
  padding-bottom: 50px; }

.pad-small {
  padding-top: 30px;
  padding-bottom: 30px; }

.pad-xsmall {
  padding-top: 15px;
  padding-bottom: 15px; }

.no-pad-bottom {
  padding-bottom: 0px !important; }

.no-pad-top {
  padding-top: 0px !important; }

section.b-grey-light-tint-2 {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea; }
  section.b-grey-light-tint-2.no-border-bottom {
    border-bottom: none !important; }
  section.b-grey-light-tint-2.no-border-top {
    border-top: none !important; }

@media only screen and (max-width: 991px) {
  .pad-large {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }
@media only screen and (max-width: 767px) {
  .pad-large {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .pad-small {
    padding-top: 20px !important;
    padding-bottom: 20px !important; } }
.no-pad {
  padding: 0px !important; }

.no-marg-top {
  margin-top: 0px !important; }

.no-marg-bottom {
  margin-bottom: 0px !important; }

.display-block {
  display: block; }

.display-iblock {
  display: inline-block; }

/*-------------------- start animation for lazyloading -------------------------*/
@-webkit-keyframes color_change {
  from {
    color: #000000; }
  to {
    color: #6f6f6f; } }
@keyframes color_change {
  from {
    color: #000000; }
  to {
    color: #6f6f6f; } }
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg); }
  100% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); } }
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg); }
  100% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); } }
@-o-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg); }
  100% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg); }
  100% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); } }
/*---------------------- end animation for lazyloading -----------------------*/
.imgfullcoll {
  max-width: 100%;
  margin-bottom: 10px; }

.img-resp {
  display: block;
  width: 100%;
  height: auto; }

.img-border {
  border: solid #f3f4f5 1px; }

.img-circle-border {
  border: solid #f3f4f5 1px;
  border-radius: 100%; }

@media only screen and (max-width: 479px) {
  .img-icon {
    width: 70%; } }
.b-lazy {
  position: relative;
  transition: opacity 500ms ease-in-out;
  width: 100%;
  max-width: 100%;
  opacity: 0.5;
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 "Black Tie";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 200;
  text-align: center;
  min-height: 150px; }
  .b-lazy:before {
    content: "\f0b9";
    -webkit-animation: color_change 1s infinite alternate;
    animation: color_change 1s infinite alternate;
    font-size: 30px;
    position: relative;
    display: inline-block !important;
    opacity: .5; }
  .b-lazy:not(.img-circle):before {
    top: 70px; }
  .b-lazy.image-tile:before, .b-lazy.fiche-pic:before {
    top: calc(50% - 15px) !important; }
  .b-lazy.image-full {
    display: block !important;
    top: -31px;
    margin-bottom: -31px; }
  .b-lazy.img-circle.advisor-pic:before, .b-lazy.img-circle.person:before, .b-lazy.img-circle.author-pic:before {
    font-size: 20px; }
  .b-lazy.image-tile, .b-lazy.fiche-pic {
    display: block; }
  .b-lazy.b-loaded {
    width: auto;
    opacity: 1;
    content: none;
    min-height: 0px !important; }
    .b-lazy.b-loaded:before {
      content: none;
      position: initial; }
    .b-lazy.b-loaded.image-full {
      top: initial;
      margin-bottom: initial; }

.outerVideo {
  width: 100%;
  display: block;
  position: relative;
  margin: 20px auto; }

.outerVideo:after {
  padding-top: 56.25%;
  display: block;
  content: ''; }

.BrightcoveExperience {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }

/* ------ Mobile var ------ */
/* ------ Top menu var ------ */
/* ------ Primary menu var ------ */
/* ------ Secondary menu var ------ */
#mobile-menu-right {
  display: none; }

/*## NAVIGATION general bootstrap overrides##*/
.navbar-default {
  margin-top: 0 !important;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); }

.navbar {
  border-radius: 0; }

.navbar-brand {
  padding-right: 0px;
  padding-left: 0px; }
  .navbar-brand .logo {
    max-width: 150px;
    margin-top: -2px;
    width: 100%;
    height: auto; }

/*## NAVIGATION icons and buttons ##*/
.navbar-default .navbar-nav > li > a > i {
  font-size: .6em;
  color: inherit;
  padding-left: .5em; }
.navbar-default .navbar-nav > li > .button {
  text-transform: none;
  margin-left: 15px; }
  .navbar-default .navbar-nav > li > .button:hover {
    color: #ffffff !important; }

/*## PRIMARY NAVIGATION link styles ##*/
#primary-navigation {
  position: relative;
  z-index: 100; }

#primary-navigation .navbar-nav {
  padding: 10px 0; }
  #primary-navigation .navbar-nav > li.active > a {
    background-color: transparent;
    color: #006ac3; }
  #primary-navigation .navbar-nav > li > a {
    padding: 15px;
    letter-spacing: 0;
    font-family: "MetaCondensed";
    font-size: 16px;
    line-height: 1.43;
    font-weight: 400;
    color: #444444;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.125s; }
    #primary-navigation .navbar-nav > li > a:focus, #primary-navigation .navbar-nav > li > a:hover {
      color: #006ac3;
      background-color: transparent; }
    #primary-navigation .navbar-nav > li > a.dropdown-toggle {
      padding-right: 10px !important; }
      #primary-navigation .navbar-nav > li > a.dropdown-toggle.button {
        padding-left: 19px !important;
        padding-right: 13px !important; }

/*## NAVIGATION animations and position ##*/
#global-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }
  #global-navigation .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px; }
  #global-navigation.headeractive {
    background-color: white;
    -webkit-transform: translate(0, -36px);
    -ms-transform: translate(0, -36px);
    transform: translate(0, -36px); }
  #global-navigation.headerattop {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  #global-navigation .external-container {
    position: relative;
    z-index: 10000; }

/*## SECONDARY NAVIGATION styles ##*/
#secondary-navigation .loc-tooltip {
  display: none;
  position: absolute;
  top: 46px;
  right: 157px;
  color: white;
  background: #002750;
  z-index: 99999;
  font-family: "Meta";
  padding: 10px 35px 10px 35px;
  width: 210px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer; }
  #secondary-navigation .loc-tooltip.bounce {
    -webkit-animation-name: bounceSmall;
    -ms-animation-name: bounceSmall;
    animation-name: bounceSmall;
    -webkit-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 2;
    -ms-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-direction: normal;
    -ms-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both; }
  #secondary-navigation .loc-tooltip:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #002750 transparent;
    position: absolute;
    top: -10px;
    left: 85px; }
  #secondary-navigation .loc-tooltip .close-loc {
    position: absolute;
    border: solid 1px #c3e2fa;
    padding: 3px;
    font-size: 10px;
    top: 10px;
    right: 10px;
    color: #c3e2fa; }
#secondary-navigation .active {
  color: #006ac3 !important; }
#secondary-navigation .navbar-nav {
  position: relative;
  z-index: 10; }
  #secondary-navigation .navbar-nav > li > a {
    padding: 10px 14px 8px 14px;
    letter-spacing: normal;
    font-family: "MetaCondensed";
    font-size: 12px;
    line-height: 1.43;
    font-weight: 400;
    color: #252525;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.125s;
    height: 36px !important; }
    #secondary-navigation .navbar-nav > li > a:focus, #secondary-navigation .navbar-nav > li > a:hover {
      color: #006ac3;
      background-color: none; }
  #secondary-navigation .navbar-nav #search-link i {
    font-size: .9em; }
  #secondary-navigation .navbar-nav .search-group {
    position: absolute;
    display: none;
    margin-left: 14px;
    width: auto; }
    #secondary-navigation .navbar-nav .search-group input[type=text] {
      width: 240px;
      padding: 5px 15px !important;
      outline: none; }
    #secondary-navigation .navbar-nav .search-group input, #secondary-navigation .navbar-nav .search-group button {
      height: 36px;
      border: none;
      margin: 0;
      top: 0;
      display: block;
      float: left;
      border-radius: 0px; }
      #secondary-navigation .navbar-nav .search-group input.button, #secondary-navigation .navbar-nav .search-group button.button {
        padding: 4px 15px !important; }
      #secondary-navigation .navbar-nav .search-group input i, #secondary-navigation .navbar-nav .search-group button i {
        font-size: 9px; }
#secondary-navigation #regions {
  display: none;
  padding: 30px 0px;
  border-bottom: 1px solid #eaeaea; }
  #secondary-navigation #regions .name {
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  #secondary-navigation #regions .region {
    padding-left: 0px;
    line-height: 1.2; }
    #secondary-navigation #regions .region .country {
      padding-top: 5px;
      padding-bottom: 5px;
      list-style-type: none;
      font-family: "MetaCondensed";
      color: #6f6f6f; }
      #secondary-navigation #regions .region .country .flag-icon {
        margin-right: 7px;
        font-size: 0.8em;
        bottom: 2px; }
      #secondary-navigation #regions .region .country .fa-icon {
        padding-left: 5px;
        margin-right: 7px; }
        #secondary-navigation #regions .region .country .fa-icon.fa-globe {
          padding-left: 3px;
          margin-right: 7px; }
      #secondary-navigation #regions .region .country .language {
        padding-left: 0px;
        padding-right: 0px; }
        #secondary-navigation #regions .region .country .language a {
          white-space: nowrap; }

/* NAVIGATION -- DROPDOWNS */
.navbar-default .navbar-nav .open > a,
.navbar-default .navbar-nav .open > a:hover,
.navbar-default .navbar-nav .open > a:focus {
  background-color: transparent;
  color: #006ac3; }

.nav.navbar-nav .dropdown-toggle:hover {
  color: #006ac3 !important; }
.nav.navbar-nav .dropdown-menu {
  font-size: inherit;
  border: none !important;
  padding: 15px !important;
  margin-top: 0 !important;
  min-width: 100% !important;
  top: 120%;
  left: 50%;
  background-color: white;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .nav.navbar-nav .dropdown-menu:not(.cols-in) li:first-child:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: -1;
    margin-left: -6px;
    content: " ";
    display: inline-block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 10px -10px 20px -9px #000000;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent; }
  .nav.navbar-nav .dropdown-menu:not(.cols-in) li:first-child:hover:before {
    color: #006ac3; }
  .nav.navbar-nav .dropdown-menu ul {
    list-style: none;
    padding-left: 2px !important;
    padding-right: 2px !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .nav.navbar-nav .dropdown-menu ul:first-child {
      padding-left: 0px !important; }
    .nav.navbar-nav .dropdown-menu ul:last-child {
      padding-right: 0px !important; }
  .nav.navbar-nav .dropdown-menu.cols-in.two-cols {
    width: 410px !important; }
  .nav.navbar-nav .dropdown-menu.cols-in.three-cols {
    width: 550px !important; }
  .nav.navbar-nav .dropdown-menu.cols-in.four-cols {
    width: 720px !important; }
  .nav.navbar-nav .dropdown-menu.cols-in.short-space {
    -webkit-transform: translate(-90%, 0);
    -ms-transform: translate(-90%, 0);
    transform: translate(-90%, 0); }
    .nav.navbar-nav .dropdown-menu.cols-in.short-space:before {
      position: absolute;
      bottom: 100%;
      left: 50%;
      z-index: -1;
      margin-left: 39%;
      content: " ";
      display: inline-block;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      box-shadow: 10px -10px 20px -9px #000000;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #ffffff transparent; }
  .nav.navbar-nav .dropdown-menu.cols-in .overflow.active {
    height: 350px;
    overflow-y: auto; }
  .nav.navbar-nav .dropdown-menu.cols-in ul a {
    display: inline-block;
    width: 100%; }
  .nav.navbar-nav .dropdown-menu.cols-in:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: -1;
    margin-left: -8px;
    content: " ";
    display: inline-block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 10px -10px 20px -9px #000000;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent; }
  .nav.navbar-nav .dropdown-menu.cols-in:hover:before {
    color: #006ac3; }
  .nav.navbar-nav .dropdown-menu .divider {
    margin: 0 0px 0 0px;
    background-color: #f3f4f5; }
  .nav.navbar-nav .dropdown-menu li > a {
    padding: 12px 10px;
    letter-spacing: normal;
    font-family: "MetaCondensed";
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #006ac3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.125s; }
    .nav.navbar-nav .dropdown-menu li > a:focus, .nav.navbar-nav .dropdown-menu li > a:hover {
      color: #ffffff;
      background-color: #006ac3; }
  .nav.navbar-nav .dropdown-menu li.heading > a {
    padding: 12px 10px;
    text-transform: none;
    font-weight: 600;
    min-height: 40px;
    color: #003168;
    border-bottom: 1px #fedf01 solid;
    background-color: transparent;
    margin-top: 5px; }
    .nav.navbar-nav .dropdown-menu li.heading > a:hover {
      color: #ffffff;
      background-color: #002750; }
    .nav.navbar-nav .dropdown-menu li.heading > a[href="#"] {
      text-decoration: none !important;
      cursor: default !important; }
      .nav.navbar-nav .dropdown-menu li.heading > a[href="#"]:hover {
        color: #003168;
        background-color: transparent; }
  .nav.navbar-nav .dropdown-menu li:first-child a {
    padding-top: none;
    margin-top: 0px; }
  .nav.navbar-nav .dropdown-menu li:last-child a {
    padding-bottom: 13px; }
  .nav.navbar-nav .dropdown-menu > .active > a,
  .nav.navbar-nav .dropdown-menu > .active > a:hover,
  .nav.navbar-nav .dropdown-menu > .active > a:focus {
    color: #006ac3; }
.nav.navbar-nav #login-dropdown {
  width: 300px;
  left: -65px; }
  .nav.navbar-nav #login-dropdown li:first-child:before {
    left: 100%;
    margin-left: -41px; }
.nav.navbar-nav .sign-in {
  width: auto !important;
  height: 36px;
  padding-top: 9px !important;
  border-radius: 0 !important;
  padding-right: 10px !important;
  padding-left: 14px !important; }
  .nav.navbar-nav .sign-in > i {
    padding-left: .2em; }
  .nav.navbar-nav .sign-in:after {
    content: '' !important; }

.nav .search-mobile {
  display: none; }
.nav .contact-mobile {
  display: none; }

@media only screen and (max-width: 1199px) {
  #primary-navigation .navbar-nav > li > a {
    font-size: 14px; }
  #primary-navigation .navbar-nav #login {
    margin-left: -10px; } }
@media only screen and (max-width: 991px) {
  body.sidr-open {
    overflow: hidden;
    position: fixed;
    height: 100%; }

  #search-etc-links {
    display: none; }

  #global-navigation {
    min-height: 66px; }
    #global-navigation.sidr-open {
      left: -263px;
      -webkit-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s; }
    #global-navigation.headeractive {
      -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
      transform: translate(0, 0px); }

  /*## NAVIGATION general bootstrap overrides##*/
  .navbar-brand {
    padding-right: 15px;
    padding-left: 15px; }
    .navbar-brand .logo {
      max-width: 130px; }

  /*## NAVIGATION primary##*/
  .navbar-toggle {
    font-family: "MetaCondensed";
    font-size: 14px;
    font-weight: 400;
    border-bottom: none !important;
    color: #006ac3;
    padding-top: 15px;
    margin-top: 4px !important; }
    .navbar-toggle span {
      padding-bottom: 0.25em;
      margin-right: 10px;
      border-bottom: none !important; } }
.sidr {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 263px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Meta";
  font-size: 14px;
  background: #eaeaea;
  color: #ffffff;
  -webkit-box-shadow: inset 10px 0px 20px -17px #000000;
  box-shadow: inset 10px 0px 20px -17px #000000; }
  .sidr .sidr-inner {
    padding: 0 0 15px; }
    .sidr .sidr-inner > p {
      margin-left: 15px;
      margin-right: 15px; }
  .sidr.right {
    left: auto;
    right: -260px; }
  .sidr ul:first-child {
    height: 532px; }
  .sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0; }
    .sidr ul.collapse:not(.in) {
      display: none; }
    .sidr ul li {
      -webkit-box-shadow: inset 10px 0px 20px -17px #000000;
      box-shadow: inset 10px 0px 20px -17px #000000;
      display: block;
      margin: 0;
      line-height: 48px;
      border-bottom: 1px solid #002750; }
      .sidr ul li.content-items {
        background-color: #006ac3;
        line-height: 1.5em; }
        .sidr ul li.content-items > a {
          padding-top: 15px;
          padding-bottom: 15px; }
        .sidr ul li.content-items > ul a {
          color: #006ac3 !important; }
      .sidr ul li:first-child.head {
        border-bottom: 1px solid #eaeaea; }
        .sidr ul li:first-child.head .logo {
          height: 66px;
          padding-top: 14px;
          padding-bottom: 14px; }
        .sidr ul li:first-child.head > a {
          display: inline-block; }
          .sidr ul li:first-child.head > a.branch-toggle {
            position: relative;
            top: 4px; }
            .sidr ul li:first-child.head > a.branch-toggle + ul > li > a {
              padding-left: 15px; }
          .sidr ul li:first-child.head > a > i {
            padding-left: 37px;
            color: #002750;
            font-size: 1.5em; }
            .sidr ul li:first-child.head > a > i:before {
              padding-top: 10px;
              content: '\f090'; }
          .sidr ul li:first-child.head > a.collapsed > i:before {
            content: '\f091'; }
        .sidr ul li:first-child.head ul {
          background: #eaeaea; }
          .sidr ul li:first-child.head ul li {
            padding-top: 0;
            padding-bottom: 0;
            border-bottom: 1px solid #cccccc; }
            .sidr ul li:first-child.head ul li:last-child {
              border-bottom: none; }
            .sidr ul li:first-child.head ul li a {
              color: #585858;
              padding-top: 11px;
              padding-bottom: 11px; }
            .sidr ul li:first-child.head ul li ul {
              background-color: #f3f4f5; }
      .sidr ul li.b-grey-light-tint-3 {
        border-bottom: 1px solid #cccccc; }
        .sidr ul li.b-grey-light-tint-3 a {
          color: #585858; }
      .sidr ul li a, .sidr ul li span {
        padding: 0 15px;
        display: block;
        text-decoration: none;
        color: #ffffff; }
        .sidr ul li a > i, .sidr ul li span > i {
          font-size: 9px;
          padding-left: .5em; }
          .sidr ul li a > i:before, .sidr ul li span > i:before {
            content: '\f090'; }
        .sidr ul li a.collapsed > i:before, .sidr ul li span.collapsed > i:before {
          content: '\f091'; }
      .sidr ul li ul {
        background: #fafafa;
        border-bottom: none;
        margin: 0; }
        .sidr ul li ul li {
          line-height: 1.5em;
          padding-top: 11px;
          padding-bottom: 11px;
          font-size: 13px;
          border-bottom: 1px #b3b3b3 solid; }
          .sidr ul li ul li.heading {
            font-size: 14px;
            border-bottom: 1px solid #fedf01 !important;
            background-color: #eaeaea; }
            .sidr ul li ul li.heading > a {
              color: #003168 !important;
              padding-left: 15px !important; }
          .sidr ul li ul li:last-child {
            border-bottom: none; }
          .sidr ul li ul li a, .sidr ul li ul li span {
            color: #ffffff;
            padding-left: 30px; }
        .sidr ul li ul.sign-in-mobile-dropdown li {
          background-color: #003168 !important;
          border-bottom: 1px solid #002750 !important; }
      .sidr ul li .languages-mobile span.flag-icon {
        margin-left: 15px;
        padding-right: 10px;
        display: inline-block;
        font-size: 10px;
        top: -2px; }
      .sidr ul li #languages {
        background-color: #f3f4f5; }
        .sidr ul li #languages span, .sidr ul li #languages a {
          display: inline-block; }
        .sidr ul li #languages a {
          padding-left: 5px;
          color: #585858; }
        .sidr ul li #languages .fa-icon {
          padding-left: 19px;
          color: #585858; }
        .sidr ul li #languages li {
          border-bottom: 1px solid #cccccc; }
      .sidr ul li .search-input-group {
        top: -2px;
        margin-bottom: -2px;
        width: 183px; }
        .sidr ul li .search-input-group input {
          height: 50px;
          border-radius: 0;
          -webkit-box-shadow: inset 10px 0px 20px -17px #000000;
          box-shadow: inset 10px 0px 20px -17px #000000; }
        .sidr ul li .search-input-group button {
          padding-right: 31px !important;
          height: 50px !important;
          padding-top: 10px !important;
          border-radius: 0px; }
  .sidr label {
    font-size: 13px; }

/**
* Swiper 3.0.3
* Most modern mobile touch slider and framework with hardware accelerated transitions
*
* http://www.idangero.us/swiper/
*
* Copyright 2015, Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us/
*
* Licensed under MIT
*
* Released on: March 1, 2015
*/
h1.bracketreveal {
  -webkit-animation: bracket-reveal 2s ease-in;
  white-space: nowrap;
  overflow: hidden; }

.banner h4, .banner p, .hero h4, .hero p {
  color: #252525; }
.banner .subtitle, .hero .subtitle {
  font-size: 1.4375em; }
.banner a.button, .hero a.button {
  margin-top: 15px; }

.hero {
  min-height: 520px; }
  .hero.hero-small {
    min-height: 450px;
    background-size: initial;
    display: block;
    padding-bottom: 0px; }
  .hero.hero-center {
    text-align: center; }
  .hero.hero-keyline, .hero .hero-keyline {
    border-bottom: 1px solid #ECE6CE;
    position: relative; }
  .hero.hero-keyline:before, .hero .hero-keyline:before {
    position: absolute;
    display: block;
    content: '';
    border-bottom: 1px solid #fedf01;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .hero.people .container-fluid .content {
    padding-top: 190px; }
    .hero.people .container-fluid .content .subtitle {
      min-height: 90px; }
  .hero.people .container {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 70%; }

  .no-hero-img p {
    margin-bottom: 0; }

.swiper-container, .swiper-slide {
  height: 620px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(255, 255, 255, 0.4); }

.swiper-container, .swiper-slide {
  background-color: #ffffff; }

.hero .container-fluid {
  height: 100%;
  background-size: cover;
  padding-left: 0px;
  padding-right: 0px; }

.hero .container-fluid .content {
  padding-top: 180px;
  padding-bottom: 150px; }

.hero-small .container.content {
  padding-top: 190px;
  padding-bottom: 60px; }

.swiper-container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container .slider-content {
  text-align: center;
  margin-top: 100px;
  padding: 10px;
  padding-top: 25px;
  bottom: 0px; }

.swiper-container .slider-content-left {
  text-align: left;
  margin-top: 0px;
  padding-top: 18%;
  top: 0px; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/*-----------------Insert pagination temporary ------------ */
.slider-pagination {
  text-align: center;
  position: absolute;
  z-index: 4;
  bottom: 20px;
  left: 50%;
  margin-left: -75px;
  width: 150px; }

.swiper-pagination-switch {
  /* Stylize pagination button: */
  display: inline-block;
  height: 6px;
  width: 6px;
  background-color: #002750;
  margin: 0 5px;
  border-radius: 0;
  cursor: pointer; }

.swiper-active-switch {
  /* Specific active button style: */
  outline: solid #002750 2px;
  background-color: #ffffff; }

/*----------------- EndInsert pagination temporary ------------ */
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto; }

@media (max-width: 1199px) {
  .hero.people .container {
    background-size: 80%; }
}
@media (max-width: 991px) {
  .banner.swiper-container {
    min-height: 500px; }
    .banner.swiper-container .slider-content {
      padding-bottom: 40px;
      padding-top: 10px; }
      .banner.swiper-container .slider-content .subtitle {
        font-size: 1.25em; }
    .banner.swiper-container .slider-content-left {
      padding-top: 22%; }
    .banner.swiper-container .slider-pagination {
      bottom: 10px; }

  .swiper-container, .swiper-slide, .hero:not(.map-banner):not(.hero-small) {
    min-height: 400px; }

  .hero .container-fluid .content {
    padding-top: 120px;
    padding-bottom: 100px; }

  .hero.people .container-fluid .content {
    padding-top: 120px;
    padding-bottom: 60px; }

  .hero.people {
    min-height: 385px; }
    .hero.people .container {
      background-size: 90%; }

  .hero:not(.map-banner):not(.people):before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.55); }

  .hero-small {
    min-height: 360px !important; }
}
@media (max-width: 767px) {
  .banner.swiper-container {
    min-height: 450px; }
    .banner.swiper-container .slider-content {
      width: 100%; }
      .banner.swiper-container .slider-content .subtitle {
        font-size: 1em; }
    .banner.swiper-container .slider-content-left {
      padding-top: 20%; }

  .swiper-container, .swiper-slide, .hero:not(.map-banner):not(.hero-small) {
    min-height: 355px; }

  .hero-small {
    min-height: 255px !important; }

  .hero .container-fluid .content {
    padding-top: 100px;
    padding-bottom: 60px; }

  .hero.people h1 {
    color: transparent !important;
    letter-spacing: -20px; }
    .hero.people h1 small {
      color: transparent !important; }
  .hero.people .subtitle {
    color: transparent !important;
    letter-spacing: -20px; }
  .hero.people .container {
    background-size: 700px; }
}
@media (max-width: 479px) {
  .banner.swiper-container {
    min-height: 410px; }
    .banner.swiper-container .slider-content {
      width: 100%;
      padding-right: 10px;
      padding-left: 10px; }
    .banner.swiper-container .slider-content-left {
      padding-top: 80px; }

  .swiper-container, .swiper-slide {
    min-height: 470px; }

  .hero:not(.map-banner) {
    min-height: initial; }

  .hero .container-fluid .content {
    padding-top: 90px;
    padding-bottom: 40px; }

  .hero.people .container-fluid .content {
    padding-top: 120px; }
  .hero.people .container {
    background-size: 650px; }
}
/*## CONTENT ##*/
section.content {
  padding: 30px 0; }
  section.content img {
    max-width: 100%; }
  section.content p {
    margin-bottom: 23px; }
    section.content p a i {
      margin-left: 1px;
      vertical-align: text-top; }

section.block .container {
  padding-top: 30px;
  padding-bottom: 30px; }

/*# TILES--LAYOUT #*/
.tiles .tile {
  margin-top: 15px;
  margin-bottom: 15px; }
  .tiles .tile .bottom-link {
    display: inline-block;
    padding: 0;
    border-bottom: solid transparent 1px;
    position: absolute;
    bottom: 20px;
    left: 30px;
    -webkit-animation-fill-mode: forwards;
    /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
    transition: all 0.6s; }
.tiles .tile .block {
  transition: all 0.15s;
  -webkit-transition: all 0.15s; }
.tiles .tile:hover .bottom-link {
  border-bottom: solid #006ac3 1px; }
.tiles .tile:hover .block.b-blue-tint-1 .bottom-link {
  border-color: #ffffff; }
.tiles .tile::after {
  clear: both;
  content: ' '; }
.tiles .block {
  z-index: 1;
  background-color: #ffffff;
  height: 360px;
  background-size: cover;
  position: relative; }
  .tiles .block .a-bottom {
    bottom: 20px;
    position: absolute; }
  .tiles .block .b-bottom {
    bottom: 30px;
    position: absolute; }
  .tiles .block .b-bottom-center {
    left: 50%;
    margin-left: -80px; }
  .tiles .block .span-category {
    position: relative;
    top: -10px; }
  .tiles .block h3 {
    font-family: "Meta";
    font-size: 1.35em;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: normal; }
    .tiles .block h3.large {
      font-size: 2.250em;
      font-weight: lighter;
      line-height: 1.2em;
      text-transform: none;
      margin-bottom: 20px;
      margin-top: 20px; }
  .tiles .block div.block-text {
    padding: 30px;
    max-width: 100%;
    font-family: Georgia;
    position: relative; }
    .tiles .block div.block-text p {
      color: #444444;
      margin-top: 15px;
      line-height: 1.6em; }
      .tiles .block div.block-text p.small {
        font-size: 0.85em; }
    .tiles .block div.block-text span.date {
      font-family: Georgia;
      color: #6f6f6f;
      font-style: italic;
      font-size: 0.875em;
      display: inline-block; }
    .tiles .block div.block-text .quote {
      font-size: 2.286em !important;
      line-height: 1.1em;
      text-indent: -0.42em;
      padding-left: 0.42em; }
.tiles .tile.tile-full .transparent-background {
  height: 100%;
  width: 100%;
  background-color: rgba(63, 87, 99, 0.8); }
.tiles .tile.tile-full .intro {
  display: inline-block;
  font-style: italic;
  color: #ffffff;
  font-size: .80em;
  line-height: 1.6;
  font-weight: 100; }
.tiles .tile.tile-full .title {
  color: #ffffff;
  font-weight: 300;
  font-size: 2em; }
.tiles .tile.tile-full .subheader-subtle {
  color: #ffffff;
  font-family: "Meta";
  font-weight: 300;
  font-style: normal;
  font-size: 1.15em; }
.tiles .block.b-blue-tint-1 h2, .tiles .block.b-blue-tint-1 h3, .tiles .block.b-blue-tint-1 .bottom-link {
  color: #ffffff; }
.tiles .block.b-blue-tint-1:hover {
  background-color: #002750 !important; }
.tiles.block-nav {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0; }
  .tiles.block-nav .block-text {
    margin-top: 30px;
    height: auto; }
  .tiles.block-nav .block-text.top {
    margin-top: 0px;
    height: auto; }
  .tiles.block-nav p {
    margin-bottom: 20px; }

/*# TILES--RESPONSIVE #*/
@media (max-width: 1199px) {
  .tiles .block {
    height: 390px; }

  .tiles.block-nav {
    padding-top: 59px;
    padding-bottom: 59px;
    margin-top: 0; } }
@media (max-width: 991px) {
  .tiles .col-md-3 .block, .tiles .col-md-6 .block {
    height: 220px; }
  .tiles .col-sm-12 .block {
    height: auto; }
  .tiles .block .bottom-link {
    position: relative; }

  .tiles.block-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0; } }
@media (max-width: 767px) {
  .tiles .col-md-3 .block, .tiles .col-md-6 .block {
    height: auto;
    margin-top: 20px;
    padding-bottom: 0px; }

  .tiles.block-nav {
    padding-bottom: 0px;
    margin-top: 0; } }
/*## END OF TILES ##*/
@media (max-width: 767px) {
  .tiles .col-sm-12 .col-sm-6.block.left {
    margin-bottom: 0px;
    z-index: 1; }
    .tiles .col-sm-12 .col-sm-6.block.left.pull-right-xs {
      z-index: 3; }

  .tiles .col-sm-12 .col-sm-6.block.right {
    margin-top: 0px;
    z-index: 2; }
    .tiles .col-sm-12 .col-sm-6.block.right.pull-left-xs {
      z-index: 3; }

  .tiles .col-sm-12 .col-sm-6.block.right.people {
    margin-top: 10px; }

  .tiles .block.image-tile.people {
    display: none; }

  .tiles .block.image-tile {
    background-size: cover;
    height: 320px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .tiles .col-sm-12 .block {
    height: 355px; }

  .tiles .block.image-tile {
    background-size: auto;
    background-position: 0px -10px; }

  .tiles .col-sm-12 .col-sm-6.block.left {
    width: 52.2%;
    z-index: 1; }
    .tiles .col-sm-12 .col-sm-6.block.left.pull-right-sm {
      z-index: 3; }

  .tiles .col-sm-12 .col-sm-6.block.right {
    width: 47.8%;
    z-index: 2; }
    .tiles .col-sm-12 .col-sm-6.block.right.pull-left-sm {
      z-index: 3; }

  .tiles .tile.col-md-4.col-sm-12 .block {
    height: auto; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .tiles .block.image-tile {
    background-size: auto;
    background-position: center bottom; }

  .tiles .col-sm-12 .col-sm-6.block.left {
    width: 52.5%;
    z-index: 1; }
    .tiles .col-sm-12 .col-sm-6.block.left.pull-right-md {
      z-index: 3; }

  .tiles .col-sm-12 .col-sm-6.block.right {
    width: 47.5%;
    z-index: 2; }
    .tiles .col-sm-12 .col-sm-6.block.right.pull-left-md {
      z-index: 3; } }
@media (min-width: 1200px) {
  .tiles .block.image-tile {
    background-size: auto;
    background-position: center -10px; }

  .tiles .col-sm-12 .col-sm-6.block.left {
    width: 52%;
    z-index: 1; }
    .tiles .col-sm-12 .col-sm-6.block.left.pull-right-lg {
      z-index: 3; }

  .tiles .col-sm-12 .col-sm-6.block.right {
    width: 48%;
    z-index: 2; }
    .tiles .col-sm-12 .col-sm-6.block.right.pull-left-lg {
      z-index: 3; } }
@media (max-width: 479px) {
  .tiles .block.image-tile.people {
    display: block; }

  .tiles .col-sm-12 .col-sm-6.block.right.people {
    margin-top: 0px; } }
.tiles .block.image-tile {
  background-repeat: no-repeat; }

.tiles .col-sm-12 .col-sm-6.block {
  padding-left: 0px;
  padding-right: 0px; }

section.footer:not(.footer-contact) {
  position: relative;
  z-index: 99;
  color: #ffffff;
  vertical-align: middle;
  padding-top: 100px;
  padding-bottom: 100px; }
  section.footer:not(.footer-contact) a:not(.button) {
    font-family: "Meta";
    color: #ffffff;
    border-bottom: solid 1px transparent;
    -webkit-animation-fill-mode: forwards;
    /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
    transition: all 0.6s;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300; }
    section.footer:not(.footer-contact) a:not(.button):hover {
      border-bottom: solid #ffffff 1px;
      background-color: transparent; }
  section.footer:not(.footer-contact) .f-list {
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 5px;
    font-family: "Meta";
    line-height: 1.625em; }
    section.footer:not(.footer-contact) .f-list li,
    section.footer:not(.footer-contact) .f-list p,
    section.footer:not(.footer-contact) .f-list address {
      font-size: 0.875em;
      line-height: 1.4em;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      section.footer:not(.footer-contact) .f-list li p,
      section.footer:not(.footer-contact) .f-list p p,
      section.footer:not(.footer-contact) .f-list address p {
        font-size: 1em; }
    section.footer:not(.footer-contact) .f-list p, section.footer:not(.footer-contact) .f-list address {
      margin-top: 9px;
      margin-bottom: 0; }
    section.footer:not(.footer-contact) .f-list a.title,
    section.footer:not(.footer-contact) .f-list .title {
      font-size: 1em;
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    section.footer:not(.footer-contact) .f-list:first-child {
      padding-left: 15px;
      border-right: #eaeaea 1px solid; }
  section.footer:not(.footer-contact) hr.divider {
    border-top: #eaeaea 1px solid;
    margin-top: 0px;
    margin-bottom: 30px; }
  section.footer:not(.footer-contact) .fa-circle {
    font-size: 0.5em;
    margin: 0px 30px; }
  section.footer:not(.footer-contact) .copyright {
    font-family: Georgia;
    font-style: italic;
    font-size: 0.875em; }
  section.footer:not(.footer-contact) .backtoptop {
    color: #ffffff !important;
    border-color: #ffffff !important; }
    section.footer:not(.footer-contact) .backtoptop:hover {
      border-bottom: 1px solid #ffffff;
      background: transparent !important; }
  section.footer:not(.footer-contact) ul.list-links li {
    margin-bottom: 6px; }
    section.footer:not(.footer-contact) ul.list-links li a:not(.button) {
      letter-spacing: -0.02em; }
  section.footer:not(.footer-contact) .footer-legal {
    font-family: "Meta"; }
  section.footer:not(.footer-contact).b-blue-tint-1 {
    color: #e3f4ff; }
    section.footer:not(.footer-contact).b-blue-tint-1 a:not(.button) {
      color: #e3f4ff; }
    section.footer:not(.footer-contact).b-blue-tint-1 .f-list:first-child {
      border-color: #73b0e3; }
    section.footer:not(.footer-contact).b-blue-tint-1 hr.divider {
      border-color: #73b0e3; }
    section.footer:not(.footer-contact).b-blue-tint-1 .backtoptop {
      color: #e3f4ff !important;
      border-color: #e3f4ff !important; }
      section.footer:not(.footer-contact).b-blue-tint-1 .backtoptop:hover {
        border-bottom: 1px solid #e3f4ff;
        background: transparent !important; }

.footer-contact {
  padding: 30px 0; }
  .footer-contact h3, .footer-contact span, .footer-contact p, .footer-contact .subheader, .footer-contact .phone-number {
    color: #eaeaea !important; }
  .footer-contact .phone-number {
    font-family: "Meta"; }
  .footer-contact h3 {
    font-weight: 300;
    color: #ffffff !important;
    font-size: 2em;
    letter-spacing: normal; }
  .footer-contact .left-side {
    border-right: 1px solid #c3e2fa;
    z-index: 2;
    padding: 10px 15px 30px 15px; }
    .footer-contact .left-side .phone-number a {
      color: #eaeaea; }
  .footer-contact .right-side {
    padding-left: 15px;
    padding-top: 10px; }

@media only screen and (max-width: 1199px) {
  section.footer:not(.footer-contact) {
    padding-top: 80px;
    padding-bottom: 80px; }
    section.footer:not(.footer-contact) .f-list {
      padding-left: 20px;
      padding-right: 10px; }
    section.footer:not(.footer-contact) .f-list:first-child {
      padding-left: 15px; } }
@media only screen and (max-width: 991px) {
  section.footer:not(.footer-contact) {
    padding-top: 60px;
    padding-bottom: 60px; }
    section.footer:not(.footer-contact) .f-list {
      padding-left: 15px; }
    section.footer:not(.footer-contact) .f-list:first-child {
      border-right: none; }

  .footer-contact .right-side {
    padding-top: 10px; } }
@media only screen and (max-width: 767px) {
  .footer-contact .left-side {
    padding-top: 10px;
    padding-bottom: 30px;
    border-right: none; }
  .footer-contact .right-side {
    border-top: 1px solid #c3e2fa;
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 0px; }

  section.footer:not(.footer-contact) {
    padding-top: 40px;
    padding-bottom: 40px; } }
/*## FONTS ## */
@font-face {
  font-family: "Meta";
  src: url("../fonts/metaoffc-light.eot");
  src: url("../fonts/metaoffc-light.eot?#iefix") format("embedded-opentype"), url("../fonts/metaoffc-light.woff") format("woff");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: "Meta";
  src: url("../fonts/metaoffc-norm.eot");
  src: url("../fonts/metaoffc-norm.eot?#iefix") format("embedded-opentype"), url("../fonts/metaoffc-norm.woff") format("woff");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "Meta";
  src: url("../fonts/metaoffc-normita.eot");
  src: url("../fonts/metaoffc-normita.eot?#iefix") format("embedded-opentype"), url("../fonts/metaoffc-normita.woff") format("woff");
  font-style: italic;
  font-weight: 400; }
@font-face {
  font-family: "Meta";
  src: url("../fonts/metaoffc-bold.eot");
  src: url("../fonts/metaoffc-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/metaoffc-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700; }
/*
@font-face {
    font-family: "MetaBlack";
    src: url("../fonts/metaoffc-black.eot");
    src: url("../fonts/metaoffc-black.eot?#iefix") format("embedded-opentype"),
         url("../fonts/metaoffc-black.woff") format("woff");
    font-style: normal;
    font-weight: 700;
}
*/
@font-face {
  font-family: "MetaCondensed";
  src: url("../fonts/metacondmedium-roman.eot");
  src: url("../fonts/metacondmedium-roman.eot?#iefix") format("embedded-opentype"), url("../fonts/metacondmedium-roman.woff") format("woff");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "MetaCondensed";
  src: url("../fonts/metacondbold-roman.eot");
  src: url("../fonts/metacondbold-roman.eot?#iefix") format("embedded-opentype"), url("../fonts/metacondbold-roman.woff") format("woff");
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: "MetaMedium";
  src: url("../fonts/metamedium-roman.eot");
  src: url("../fonts/metamedium-roman.eot?#iefix") format("embedded-opentype"), url("../fonts/metamedium-roman.woff") format("woff"); }

  @font-face {
    font-family: 'RBC Display';
    src:url('../fonts/RBCDisplay-Regular.woff') format('woff'),
      url('../fonts/RBCDisplay-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'RBC Display';
    src:url('../fonts/RBCDisplay-Italic.woff') format('woff'),
      url('../fonts/RBCDisplay-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'RBC Display Medium';
    src:url('../fonts/RBCDisplay-Medium.woff') format('woff'),
    url('../fonts/RBCDisplay-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'RBC Display Medium';
    src:url('../fonts/RBCDisplay-MediumItalic.woff') format('woff'),
    url('../fonts/RBCDisplay-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'RBC Display';
    src:url('../fonts/RBCDisplay-Bold.woff') format('woff'),
      url('../fonts/RBCDisplay-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'RBC Display';
    src:url('../fonts/RBCDisplay-BoldItalic.woff') format('woff'),
      url('../fonts/RBCDisplay-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'RBC Display';
    src:url('../fonts/RBCDisplay-ExtraBold.woff') format('woff'),
      url('../fonts/RBCDisplay-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'RBC Display';
    src:url('../fonts/RBCDisplay-ExtraBoldItalic.woff') format('woff'),
    url('../fonts/RBCDisplay-ExtraBoldItalic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'RBC Display';
    src:url('../fonts/RBCDisplay-Light.woff') format('woff'),
      url('../fonts/RBCDisplay-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'RBC Display';
    src:url('../fonts/RBCDisplay-LightItalic.woff') format('woff'),
      url('../fonts/RBCDisplay-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
  }
    @font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot'); /* IE9 Compat Modes */
    src:url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/Roboto-Regular.ttf') format('truetype'),
      url('../fonts/Roboto-Regular.woff') format('woff'),
      url('../fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot'); /* IE9 Compat Modes */
    src:url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/Roboto-Bold.ttf') format('truetype'),
      url('../fonts/Roboto-Bold.woff') format('woff'),
      url('../fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot'); /* IE9 Compat Modes */
    src:url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/Roboto-Light.ttf') format('truetype'),
      url('../fonts/Roboto-Light.woff') format('woff'),
      url('../fonts/Roboto-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot'); /* IE9 Compat Modes */
    src:url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/Roboto-Medium.ttf') format('truetype'),
      url('../fonts/Roboto-Medium.woff') format('woff'),
      url('../fonts/Roboto-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
  }

  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot'); /* IE9 Compat Modes */
    src:url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/Roboto-Regular.ttf') format('truetype'),
      url('../fonts/Roboto-Regular.woff') format('woff'),
      url('../fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.eot'); /* IE9 Compat Modes */
    src:url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/Roboto-Thin.ttf') format('truetype'),
      url('../fonts/Roboto-Thin.woff') format('woff'),
      url('../fonts/Roboto-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
  }
  
 
  
  
/*########### OTHER #########*/
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static; }

.yamm .container {
  position: relative; }

.yamm .dropdown-menu {
  left: auto; }

.yamm .yamm-content {
  padding: 20px 30px; }

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0; }

.menu-social {
  padding: 0; }
  .menu-social li {
    list-style-type: none; }
    .menu-social li a {
      padding: .5em; }
      .menu-social li a:hover i {
        color: #002750 !important; }
      .menu-social li a span.bt-envelope {
        font-size: 0.875em; }

blockquote .menu-social {
  display: inline-block;
  margin: 0 15px !important; }
  blockquote .menu-social a {
    font-size: 14px; }

@media only screen and (max-width: 991px) {
  blockquote .menu-social {
    margin: 0 !important; } }
.navbar-default .navbar-toggle {
  border-bottom: 1px solid #002750;
  border-right: none;
  border-left: none;
  border-top: none;
  padding: .25em 0;
  border-radius: 0;
  outline: none; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: none; }

/*############## Left Side Menu #############*/
.left-side-menu {
  font-family: "MetaCondensed"; }
  .left-side-menu.col-md-4 {
    width: calc(0.3333333333 * 1170px); }
  .left-side-menu .menu {
    list-style-type: none;
    padding-left: 0px; }
    .left-side-menu .menu.affix {
      top: 125px;
      width: inherit;
      padding-right: 30px; }
    .left-side-menu .menu .menu-item h4 {
      min-width: 170px;
      padding-left: 25px;
      padding-right: 25px;
      height: 50px;
      line-height: 50px;
      font-family: "MetaCondensed"; }
    .left-side-menu .menu .menu-item h4 + .sub-menu {
      margin-top: -6px; }
    .left-side-menu .menu .menu-item.active h4 {
      border: 1px solid #eaeaea;
      background-color: #f3f4f5; }
    .left-side-menu .menu .menu-item .sub-menu {
      list-style-type: none;
      padding-left: 0px; }
      .left-side-menu .menu .menu-item .sub-menu .sub-menu-item {
        padding-left: 50px;
        padding-right: 25px;
        height: 50px;
        line-height: 50px; }
        .left-side-menu .menu .menu-item .sub-menu .sub-menu-item.active {
          border: 1px solid #eaeaea;
          background-color: #f3f4f5; }
        .left-side-menu .menu .menu-item .sub-menu .sub-menu-item a:before {
          content: ">";
          font-family: "Meta";
          position: relative;
          left: -5px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .left-side-menu.col-md-4 {
    width: calc(0.3333333333 * 970px); }
  .left-side-menu .menu.affix {
    width: inherit;
    padding-right: 30px; } }
@media (max-width: 991px) {
  .left-side-menu {
    margin: 0; }
    .left-side-menu .menu {
      margin: 0;
      margin-top: 20px; }
      .left-side-menu .menu .menu-item h4 {
        height: 40px;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 40px; }
      .left-side-menu .menu .menu-item.active h4 {
        background-color: #ffffff; }
      .left-side-menu .menu .menu-item .sub-menu .sub-menu-item {
        height: 40px;
        padding-left: 30px;
        padding-right: 30px;
        line-height: 40px; }
        .left-side-menu .menu .menu-item .sub-menu .sub-menu-item.active {
          background-color: #ffffff; }
      .left-side-menu .menu.affix {
        padding-right: 0; } }
@media (min-width: 480px) and (max-width: 991px) {
  .left-side-menu.col-md-4 {
    width: 100%; }
  .left-side-menu .menu.affix, .left-side-menu .menu.affix-top {
    position: static !important; } }
@media (max-width: 479px) {
  .left-side-menu.col-md-4 {
    width: 100%; }
  .left-side-menu .menu.affix, .left-side-menu .menu.affix-top {
    position: static !important; } }
/*############ Left Side Menu end ###########*/
.span-category {
  text-transform: uppercase;
  font-family: "Meta";
  font-size: .9em;
  font-weight: 800;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-font-smoothing: antialiased; }
  .span-category.funding-education, .span-category.healthcare, .span-category.investing, .span-category.new-wealth, .span-category.real-estate, .span-category.retirement, .span-category.tax-strategies, .span-category.wealth-protection {
    color: #236e9a !important; }
  .span-category.family-finances, .span-category.your-business, .span-category.your-finances {
    color: #756803 !important; }
  .span-category.eldercare, .span-category.estate-planning, .span-category.wealth-transfer, .span-category.charitable-giving {
    color: #007077 !important; }
  .span-category.analysis, .span-category.financial-literacy, .span-category.research {
    color: #9e5406 !important; }
  .span-category.banking, .span-category.credit {
    color: #8b214b !important; }
  .span-category.environment, .span-category.water {
    color: #756803 !important; }
  .span-category.careers-and-recruitment, .span-category.education-and-mentoring {
    color: #236e9a !important; }
  .span-category.financial-literacy, .span-category.women-and-wealth {
    color: #9e5406 !important; }
  .span-category.sports, .span-category.youth {
    color: #007077 !important; }
  .span-category.arts-and-culture, .span-category.awards, .span-category.client-event {
    color: #8b214b !important; }

.span-category-center {
  display: block;
  text-align: center; }

.author-blurb .container-grey-borders {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 1em; }
.author-blurb .author img {
  display: block;
  max-width: 150px;
  width: 90%;
  height: auto;
  margin-top: 10%; }
.author-blurb .author-deets {
  padding: 1em; }
  .author-blurb .author-deets .subheader {
    font-size: 0.8em;
    margin-bottom: 0px; }
  .author-blurb .author-deets .connect {
    font-size: 0.8em; }
.author-blurb .author-bio {
  padding-top: 1em; }

@media only screen and (max-width: 991px) {
  .author-blurb {
    text-align: center; }
    .author-blurb .author img {
      margin: 0 auto; }
    .author-blurb .author-bio {
      max-width: 500px;
      margin: 0 auto;
      padding: 0 15px; } }
/*filter bar styles */
.filter .call-out {
  font-size: 1.6em;
  font-family: "Meta";
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #002750;
  display: block;
  margin-bottom: 10px; }
.filter .select {
  white-space: nowrap; }
  .filter .select .btn-group {
    display: block !important; }
  .filter .select .button {
    width: 100% !important; }

.filter:not(.label) {
  border-top: 1px solid #fedf01 !important; }

@media only screen and (max-width: 991px) {
  .filter .select {
    margin-bottom: 1em; } }
@media (max-width: 767px) {
  .filter .call-out {
    font-size: 1.4em; } }
.accordian .panel-default,
.accordion .panel-default {
  background-color: transparent;
  border: none; }
.accordian .panel-heading,
.accordion .panel-heading {
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px; }
.accordian .accordion-toggle-block,
.accordion .accordion-toggle-block {
  text-align: right; }
  .accordian .accordion-toggle-block i.indicator,
  .accordion .accordion-toggle-block i.indicator {
    color: #252525;
    height: 40px;
    width: 40px;
    margin-left: 10px;
    margin-bottom: 20px;
    line-height: 38px;
    border-radius: 99999px;
    border: 1px solid #585858;
    text-align: center; }

@media only screen and (max-width: 767px) {
  .accordian .accordion-toggle-block,
  .accordion .accordion-toggle-block {
    text-align: center; }
    .accordian .accordion-toggle-block i.indicator,
    .accordion .accordion-toggle-block i.indicator {
      margin-left: 0px;
      margin-right: 10px; } }
@media only screen and (max-width: 479px) {
  .accordian.circle img.img-circle,
  .accordion.circle img.img-circle {
    width: 50%;
    display: inline-block; } }
.accordian .collapse-group a[data-toggle="collapse"],
.accordion .collapse-group a[data-toggle="collapse"] {
  color: inherit; }
  .accordian .collapse-group a[data-toggle="collapse"]:after,
  .accordion .collapse-group a[data-toggle="collapse"]:after {
    content: '\F090';
    font-family: 'Black Tie';
    font-size: 0.7em;
    margin-left: 0.7em; }
  .accordian .collapse-group a[data-toggle="collapse"].collapsed:after,
  .accordion .collapse-group a[data-toggle="collapse"].collapsed:after {
    content: '\F091'; }
  .accordian .collapse-group a[data-toggle="collapse"].circle,
  .accordion .collapse-group a[data-toggle="collapse"].circle {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-left: 10px;
    margin-bottom: 20px;
    border-radius: 99999px;
    border: 1px solid #585858;
    line-height: 38px;
    color: #252525;
    text-align: center; }
    .accordian .collapse-group a[data-toggle="collapse"].circle:after,
    .accordion .collapse-group a[data-toggle="collapse"].circle:after {
      margin-left: 0;
      font-size: 1.0125em; }

.content-header .back-block {
  text-align: left; }
.content-header .next-block {
  text-align: right; }
.content-header .back-block a,
.content-header .next-block a {
  color: #6f6f6f; }

/* Calendar */
.calendar-icon-block {
  padding: 10px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95); }
  .calendar-icon-block .number {
    position: relative;
    top: -19px;
    font-size: 0.750em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle; }
  .calendar-icon-block .month {
    margin-top: -20px; }

@media (max-width: 479px) {
  .calendar-icon-block .number {
    top: -16px; } }
.modal .outer-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
.modal .BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.modal .modal-lg {
  max-width: 1140px;
  width: 100%; }

@media only screen and (max-width: 1199px) {
  .modal .modal-lg {
    max-width: 940px; } }
@media only screen and (max-width: 991px) {
  .modal .modal-lg {
    max-width: 720px; } }
@media only screen and (max-width: 767px) {
  .modal .modal-lg {
    max-width: 90%;
    margin-right: 5%;
    margin-left: 5%; } }
.sticky-button {
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 800;
  font-family: "Meta";
  text-align: center;
  -webkit-box-shadow: 3px -4px 33px 2px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 3px -4px 33px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 3px -4px 33px 2px rgba(0, 0, 0, 0.19);
  background-color: #006ac3;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 15px 30px;
  text-align: center;
  color: white;
  font-size: 14px;
  cursor: pointer;
  opacity: 0.9; }
  .sticky-button:hover {
    background-color: #004e90; }

.fiche {
  margin-top: 20px;
  background-color: #f3f4f5; }
  .fiche .fiche-pic {
    height: 350px;
    margin-bottom: 0px;
    background-size: cover; }
  .fiche .fiche-infos {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    height: 350px;
    padding: 30px; }
    .fiche .fiche-infos:hover {
      background-color: #fafafa; }
      .fiche .fiche-infos:hover a.bottom-link {
        border-bottom: solid #006ac3 1px; }
    .fiche .fiche-infos.b-white {
      background-color: #ffffff; }
      .fiche .fiche-infos.b-white:hover {
        background-color: #fafafa; }
    .fiche .fiche-infos p {
      font-family: Georgia;
      line-height: 1.6; }
      .fiche .fiche-infos p.subsecondary {
        font-size: 0.9em;
        margin-top: 5px;
        text-align: left; }
      .fiche .fiche-infos p.location {
        font-size: 0.8em;
        position: absolute;
        bottom: 50px; }
    .fiche .fiche-infos a.bottom-link {
      font-style: italic;
      border-bottom: transparent solid 1px;
      position: absolute;
      bottom: 20px;
      -webkit-animation-fill-mode: forwards;
      /* Chrome, Safari, Opera */
      animation-fill-mode: forwards;
      transition: all 0.6s; }
  .fiche.fiche-smallinfos .fiche-infos {
    height: 207px; }
  .fiche.fiche-biginfos .fiche-infos {
    height: 450px; }

@media only screen and (max-width: 1199px) {
  .fiche .fiche-pic {
    background-size: cover; }
  .fiche .fiche-infos {
    height: 370px; }
    .fiche .fiche-infos p.location {
      bottom: 40px; }
    .fiche .fiche-infos a.bottom-link {
      bottom: 20px; }
  .fiche.fiche-smallinfos .fiche-infos {
    height: 220px; }
  .fiche.fiche-biginfos .fiche-infos {
    height: 490px; } }
@media only screen and (max-width: 991px) {
  .fiche .fiche-infos {
    height: 350px;
    width: 50%; }
  .fiche .fiche-pic {
    width: 50%;
    height: 350px;
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat; }
  .fiche.fiche-smallinfos .fiche-infos, .fiche.fiche-smallinfos .fiche-pic {
    height: 250px; }
  .fiche.fiche-biginfos .fiche-infos, .fiche.fiche-biginfos .fiche-pic {
    height: 450px; } }
@media only screen and (max-width: 767px) {
  .fiche .fiche-infos {
    width: 58.3333%;
    height: 250px; }
    .fiche .fiche-infos a.bottom-link {
      bottom: 10px; }
  .fiche .fiche-pic.hidden-xs + .fiche-infos {
    width: 100%;
    height: auto;
    padding-bottom: 60px; }
  .fiche .fiche-pic {
    width: 41.6667%;
    height: 250px;
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat; }
  .fiche.fiche-smallinfos .fiche-infos, .fiche.fiche-smallinfos .fiche-pic {
    height: 196px; }
  .fiche.fiche-biginfos .fiche-infos, .fiche.fiche-biginfos .fiche-pic {
    height: 300px; } }
@media only screen and (max-width: 479px) {
  .fiche .fiche-pic, .fiche.fiche-smallinfos .fiche-pic, .fiche.fiche-biginfos .fiche-pic {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; }
  .fiche .fiche-infos, .fiche.fiche-smallinfos .fiche-infos, .fiche.fiche-biginfos .fiche-infos {
    width: 100%; }
    .fiche .fiche-infos a.bottom-link, .fiche.fiche-smallinfos .fiche-infos a.bottom-link, .fiche.fiche-biginfos .fiche-infos a.bottom-link {
      bottom: 20px; } }
.cards .card {
  margin-top: 15px;
  margin-bottom: 15px; }
  .cards .card:hover {
    background-color: #fafafa; }
    .cards .card:hover .block .bottom-link:first-child {
      border-bottom: solid #006ac3 1px; }
  .cards .card .image-block {
    padding-top: 15px;
    padding-bottom: 15px; }
    .cards .card .image-block img {
      width: 100%;

      display: block; }
    .cards .card .image-block.with-calendar {
      position: relative; }
      .cards .card .image-block.with-calendar img {
        display: block; }
      .cards .card .image-block.with-calendar .calendar-icon-block {
        position: absolute;
        min-width: 80px; }
  .cards .card .block {
    position: relative;
    z-index: 1;
    height: auto;
    background-size: cover;
    transition: all 0.15s;
    -webkit-transition: all 0.15s; }
    .cards .card .block h3.large {
      font-size: 2.250em;
      font-family: "Meta";
      font-weight: lighter;
      line-height: 1.2em;
      text-transform: none;
      margin-bottom: 0em;
      margin-top: 30px; }
    .cards .card .block h3 {
      font-family: "Meta";
      font-size: 1.35em;
      line-height: 1.3em;
      font-weight: 400;
      letter-spacing: normal;
      margin-top: 10px; }
    .cards .card .block div.block-text {
      padding: 15px;
      padding-left: 0;
      padding-right: 0;
      font-family: Georgia;
      position: relative; }
      .cards .card .block div.block-text p {
        color: #444444;
        margin-top: 15px;
        margin-bottom: 15px;
        line-height: 1.6em;
        transition: all 0.5s; }
        .cards .card .block div.block-text p.small {
          font-size: 0.85em; }
      .cards .card .block div.block-text span.date {
        font-family: Georgia;
        color: #6f6f6f;
        font-style: italic;
        font-size: 0.875em;
        display: inline-block; }
      .cards .card .block div.block-text a:hover {
        text-decoration: none;
        cursor: pointer; }
      .cards .card .block div.block-text .quote {
        font-size: 2.286em !important;
        line-height: 1.1em;
        text-indent: -0.42em;
        padding-left: 0.42em; }
      .cards .card .block div.block-text .collapse-group p {
        margin-top: 0px; }
      .cards .card .block div.block-text .collapse-group a.link-chev-down.collapsed:after {
        font-family: 'Black Tie';
        content: '\f091';
        font-size: 0.5em;
        margin-left: 5px; }
      .cards .card .block div.block-text .collapse-group a.link-chev-down:after {
        content: '\f090';
        font-family: 'Black Tie';
        font-size: 0.5em;
        margin-left: 5px; }
    .cards .card .block .bottom-link {
      display: inline-block;
      padding: 0;
      color: #006ac3;
      border-bottom: solid transparent 1px;
      -webkit-animation-fill-mode: forwards;
      /* Chrome, Safari, Opera */
      animation-fill-mode: forwards;
      transition: all 0.6s; }
.cards.card-stack .image-block {
  padding-bottom: 0; }
.cards.card-stack .col-md-6 {
  padding-left: 15px;
  padding-right: 15px; }
  .cards.card-stack .col-md-6 .image-block {
    padding-top: 15px; }
.cards.card-stack .card-ad .block {
  padding: 15px 0px; }
  .cards.card-stack .card-ad .block .block-text {
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 100%; }
    .cards.card-stack .card-ad .block .block-text .transparent-background {
      height: 100%;
      width: 100%;
      background-color: rgba(63, 87, 99, 0.8);
      padding-top: 30px;
      padding-bottom: 30px;
      padding-right: 30px;
      padding-left: 30px; }
    .cards.card-stack .card-ad .block .block-text .intro {
      display: inline-block;
      font-style: italic;
      color: #ffffff;
      font-size: .85em;
      line-height: 1.6; }
    .cards.card-stack .card-ad .block .block-text .title {
      color: #ffffff;
      font-weight: 300;
      font-size: 2em; }
    .cards.card-stack .card-ad .block .block-text .subheader-subtle {
      color: #ffffff;
      font-family: "Meta";
      font-weight: 300;
      font-style: normal;
      font-size: 1.15em; }
.cards.card-sm .image-block {
  padding-top: 15px; }

@media (min-width: 768px) and (max-width: 991px) {
  .cards.card-stack .card {
    margin-bottom: 0px; }
    .cards.card-stack .card.card-ad .block .block-text {
      padding-top: 0;
      padding-bottom: 0; }
  .cards.card-stack .card:not(.col-sm-6) .image-block {
    padding-top: 15px; }
  .cards.card-stack .card:not(.col-sm-6) .block-text {
    padding-top: 7px;
    padding-bottom: 15px; } }
@media (min-width: 480px) and (max-width: 767px) {
  .cards.card-stack .card {
    margin-bottom: 0px; }
  .cards.card-stack .card:not(.col-sm-6) .image-block.col-xs-4 {
    padding-top: 15px; }
  .cards.card-stack .card:not(.col-sm-6) .block.col-xs-8 .block-text {
    padding-top: 7px;
    padding-bottom: 15px; } }
@media (max-width: 991px) {
  .cards.card-stack .col-md-6 {
    padding-left: 15px;
    padding-right: 15px; }
    .cards.card-stack .col-md-6 .image-block {
      padding-top: 15px; } }
@media (max-width: 767px) {
  .cards .card {
    margin-bottom: 0px; }
    .cards .card .image-block {
      padding-bottom: 0; } }
section.contact-module button {
  width: 100% !important; }
section.contact-module .phone-number {
  font-size: 1.5em; }
  section.contact-module .phone-number a {
    color: #002750; }
section.contact-module .lines-open {
  font-weight: 600; }
section.contact-module .btn-group .button.switch-contact {
  width: 50% !important; }
  section.contact-module .btn-group .button.switch-contact:focus {
    -webkit-box-shadow: 0px 0px 1px 1px #73b0e3;
    -moz-box-shadow: 0px 0px 1px 1px #73b0e3;
    box-shadow: 0px 0px 1px 1px #73b0e3; }

section.service-content {
  padding-top: 70px; }

.solutions-services .solution {
  padding: 15px 0px; }

@media (max-width: 991px) {
  section.service-content {
    padding-top: 60px; } }
@media (max-width: 767px) {
  section.service-content {
    padding-top: 40px; } }
section.testimonial-module blockquote {
  margin-bottom: 30px;
  padding-left: 0px;
  border-left: none; }
  section.testimonial-module blockquote::after {
    content: "";
    position: absolute;
    right: -20px;
    top: -10px;
    background: url("../../images/bracket.svg") no-repeat;
    background-size: auto 100%;
    height: 100%;
    width: 15px; }
section.testimonial-module .name {
  font-family: "Meta";
  color: #002750;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.5em; }
section.testimonial-module .title {
  font-family: Georgia;
  color: #585858;
  font-size: 1em;
  line-height: 1em;
  font-style: italic; }

@media (max-width: 1199px) {
  section.testimonial-module blockquote::after {
    right: -5px; } }
@media (max-width: 991px) {
  section.testimonial-module {
    margin-top: 50px; }
    section.testimonial-module blockquote {
      padding-right: 30px; }
      section.testimonial-module blockquote::after {
        top: 0;
        right: 10px; } }
section.newsletter .btn-group, section.newsletter .dropdown-checkbox, section.newsletter .dropdown-toggle {
  width: 100% !important; }
section.newsletter .multiSelect.dropdown-checkbox .dropdown-checkbox-content {
  top: 52px;
  border: 1px solid #b3b3b3 !important;
  border-radius: 2px; }

section.divisions .division-wrapper {
  padding: 15px 0px;
  height: 285px; }
  section.divisions .division-wrapper .b-white {
    padding: 30px;
    height: 100%;
    width: 100%;
    border: 1px solid #eaeaea; }
    section.divisions .division-wrapper .b-white .row {
      height: 100%; }
    section.divisions .division-wrapper .b-white .link-division {
      height: 100%; }
      section.divisions .division-wrapper .b-white .link-division .arrow-icon {
        display: inline-block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-left: 25%; }
      section.divisions .division-wrapper .b-white .link-division .indicator {
        height: 40px;
        width: 40px;
        border-radius: 100%;
        border: 1px solid #585858;
        color: #252525;
        line-height: 38px;
        text-align: center;
        transition: all 0.15s;
        -webkit-transition: all 0.15s;
        -ms-transition: all 0.15s; }
  section.divisions .division-wrapper:hover .b-white a.arrow-icon .indicator {
    background-color: #002750;
    color: #ffffff; }

@media (max-width: 991px) {
  section.divisions .division-wrapper {
    height: 240px; } }
@media (max-width: 767px) {
  section.divisions .division-wrapper {
    height: 270px; } }
@media (max-width: 479px) {
  section.divisions .division-wrapper {
    height: auto; } }
section.divisions-module {
  margin-top: 60px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea; }
  section.divisions-module .division {
    margin: 30px 0; }
    section.divisions-module .division:last-child {
      margin-bottom: 0px; }
    section.divisions-module .division p {
      margin-bottom: 10px; }
    section.divisions-module .division a.arrow-icon .indicator {
      margin-top: 1em;
      height: 40px;
      width: 40px;
      border-radius: 100%;
      border: 1px solid #585858;
      color: #252525;
      line-height: 38px;
      text-align: center;
      transition: all 0.15s; }
    section.divisions-module .division:hover a.arrow-icon .indicator {
      background-color: #002750;
      color: #ffffff; }

@media only screen and (max-width: 479px) {
  .divisions-module.circle img.img-circle {
    width: 50%;
    display: inline-block; } }
section.quotes .quote {
  margin-top: 10px; }
  section.quotes .quote p {
    font-family: Georgia;
    font-size: 1.375em;
    line-height: 1.8em;
    color: #002750;
    font-weight: lighter;
    padding-right: 10%; }
    section.quotes .quote p:after {
      position: absolute;
      top: -10px;
      right: 40px;
      content: url("../../images/bracket.svg"); }
  section.quotes .quote .name {
    font-family: "Meta";
    color: #002750;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.5em; }
  section.quotes .quote .title {
    font-family: Georgia;
    color: #585858;
    font-size: 1em;
    line-height: 1.5em;
    font-style: italic; }
section.quotes .swiper-quote {
  position: relative;
  padding: 0 40px; }
  section.quotes .swiper-quote .swiper-container {
    height: 350px;
    position: relative; }
    section.quotes .swiper-quote .swiper-container .swiper-gradient {
      width: 40px;
      height: 100%;
      position: absolute;
      top: 0;
      z-index: 2; }
      section.quotes .swiper-quote .swiper-container .swiper-gradient.left {
        left: 0;
        background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
        /* IE10+ */
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
        /* IE6-9 */ }
      section.quotes .swiper-quote .swiper-container .swiper-gradient.right {
        right: 0;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(100%, white));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
        /* IE10+ */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        /* IE6-9 */ }
    section.quotes .swiper-quote .swiper-container .swiper-slide {
      padding-right: 20px;
      padding-left: 20px;
      width: 100%;
      opacity: 0;
      transition: opacity 0.5s; }
      section.quotes .swiper-quote .swiper-container .swiper-slide.swiper-slide-active {
        opacity: 1;
        transition: opacity 2s; }
  section.quotes .swiper-quote .arrow-left {
    position: absolute;
    left: 10px;
    top: 40%;
    margin-top: -31px;
    width: 28px;
    z-index: 4; }
    section.quotes .swiper-quote .arrow-left:hover {
      cursor: pointer; }
      section.quotes .swiper-quote .arrow-left:hover:before {
        color: #002750 !important; }
    section.quotes .swiper-quote .arrow-left:before {
      content: '\F092';
      font-family: 'Black Tie';
      font-size: 40px; }
  section.quotes .swiper-quote .arrow-right {
    position: absolute;
    right: 10px;
    top: 40%;
    margin-top: -31px;
    width: 28px;
    z-index: 4; }
    section.quotes .swiper-quote .arrow-right:hover {
      cursor: pointer; }
      section.quotes .swiper-quote .arrow-right:hover:before {
        color: #002750 !important; }
    section.quotes .swiper-quote .arrow-right:before {
      content: '\F093';
      font-family: 'Black Tie';
      font-size: 40px; }
section.quotes img.person {
  margin-top: 10px;
  width: 80%;
  float: right;
  margin-right: 15px; }

@media only screen and (max-width: 1199px) {
  section.quotes .swiper-quote .swiper-container {
    height: 400px; } }
@media only screen and (max-width: 991px) {
  section.quotes .quote {
    padding-right: 60px; }
    section.quotes .quote p {
      padding-right: 5%;
      font-size: 1.1em; }
      section.quotes .quote p:after {
        right: -15px; }
  section.quotes img.person {
    float: none; }
  section.quotes .swiper-quote .swiper-container {
    min-height: 400px;
    height: 400px; } }
@media only screen and (max-width: 767px) {
  section.quotes img.person {
    width: 100%; }
  section.quotes .quote {
    padding-right: 30px; }
    section.quotes .quote p {
      font-size: 1.1em; }
  section.quotes .swiper-quote {
    padding: 0; }
    section.quotes .swiper-quote .swiper-gradient {
      width: 20px; }
    section.quotes .swiper-quote .swiper-container {
      height: 530px; }
      section.quotes .swiper-quote .swiper-container .swiper-slide {
        padding-left: 40px;
        padding-right: 40px; } }
@media only screen and (max-width: 479px) {
  section.quotes .swiper-quote {
    padding: 0; }
    section.quotes .swiper-quote .swiper-container {
      height: 700px; }
      section.quotes .swiper-quote .swiper-container .swiper-slide {
        padding-left: 30px;
        padding-right: 30px; }
  section.quotes img.person {
    width: 80%;
    margin-bottom: 15px; } }
.multiSelect {
  display: inline-block;
  outline: 0;
  /*** custom checkboxes ***/ }
  .multiSelect input[type=checkbox] {
    display: none; }
    .multiSelect input[type=checkbox] + label:before {
      font-family: 'Black Tie';
      display: inline-block;
      width: 30px;
      content: "\F08B";
      position: absolute;
      margin-left: -30px;
      margin-top: 0px; }
    .multiSelect input[type=checkbox]:checked + label:before {
      content: "\F014"; }
  .multiSelect button::after, .multiSelect input::after {
    content: '\f091';
    font-size: 0.5em;
    font-family: 'Black Tie';
    font-style: normal;
    font-weight: normal;
    position: relative;
    display: inline-block;
    margin-left: 10px; }
  .multiSelect.two-col.right .dropdown-checkbox-content {
    left: -420px; }
  .multiSelect.two-col .dropdown-checkbox-content ul.dropdown-checkbox-menu {
    width: 500px; }
    .multiSelect.two-col .dropdown-checkbox-content ul.dropdown-checkbox-menu li {
      width: 50% !important;
      height: 60px; }
      .multiSelect.two-col .dropdown-checkbox-content ul.dropdown-checkbox-menu li label {
        padding-top: 5px;
        white-space: normal !important; }
    .multiSelect.two-col .dropdown-checkbox-content ul.dropdown-checkbox-menu li:nth-child(even) {
      float: right; }
    .multiSelect.two-col .dropdown-checkbox-content ul.dropdown-checkbox-menu li:nth-child(odd) {
      float: left; }
  .multiSelect.two-col.large .dropdown-checkbox-content {
    margin-bottom: 80px; }
    .multiSelect.two-col.large .dropdown-checkbox-content ul.dropdown-checkbox-menu {
      width: 550px; }
  .multiSelect.dropdown-checkbox {
    position: relative; }
    .multiSelect.dropdown-checkbox.dropdown.open .caret {
      border-top-color: #252525 !important; }
    .multiSelect.dropdown-checkbox .dropdown-checkbox-content {
      display: none;
      position: absolute;
      background: white;
      z-index: 1000;
      top: 97%;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
      border-top: 1px solid #6f6f6f;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .multiSelect.dropdown-checkbox .dropdown-checkbox-content li .layout {
        padding: 0px; }
        .multiSelect.dropdown-checkbox .dropdown-checkbox-content li .layout input[type=checkbox] {
          float: left;
          height: 25px;
          margin: 0;
          outline: none;
          padding: 0; }
        .multiSelect.dropdown-checkbox .dropdown-checkbox-content li .layout label {
          display: block;
          white-space: nowrap;
          line-height: 18px;
          margin-left: 33px;
          margin-bottom: 0;
          font-weight: 100;
          color: #006ac3;
          font-size: 0.75em;
          padding: 15px; }
      .multiSelect.dropdown-checkbox .dropdown-checkbox-content .maxitems {
        margin: 0; }
    .multiSelect.dropdown-checkbox.open .dropdown-checkbox-content {
      display: block; }
    .multiSelect.dropdown-checkbox .dropdown-checkbox-header {
      min-width: 245px;
      background-color: #006ac3;
      padding: 5px 20px;
      border-radius: 4px 4px 0px 0px; }
      .multiSelect.dropdown-checkbox .dropdown-checkbox-header .search {
        margin: 0; }
      .multiSelect.dropdown-checkbox .dropdown-checkbox-header .checkbox-all {
        margin-right: 10px; }
    .multiSelect.dropdown-checkbox ul.dropdown-checkbox-menu {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 1.4em;
      font-family: 'Meta';
      font-weight: 300; }
      .multiSelect.dropdown-checkbox ul.dropdown-checkbox-menu li {
        margin: 0;
        list-style: none; }
        .multiSelect.dropdown-checkbox ul.dropdown-checkbox-menu li:hover {
          background-color: #f3f4f5; }
        .multiSelect.dropdown-checkbox ul.dropdown-checkbox-menu li.checked {
          background-color: #f3f4f5;
          border-top: solid #b3b3b3 1px;
          border-bottom: solid #b3b3b3 1px; }
    .multiSelect.dropdown-checkbox label {
      cursor: pointer; }

@media (max-width: 991px) {
  .multiSelect.two-col.right .dropdown-checkbox-content {
    left: 0; }

  .dropdown-checkbox .dropdown-checkbox-content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%; }

  ul.dropdown-checkbox-menu {
    width: 100% !important; } }
.contact-advisor-modal {
  position: fixed;
  width: 320px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  background-color: rgba(0, 39, 80, 0.8);
  text-align: center;
  z-index: 10; }
  .contact-advisor-modal .close-contact-advisor-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer; }

@media only screen and (max-width: 991px) {
  .contact-advisor-modal {
    bottom: 0px; }
    .contact-advisor-modal h4 {
      display: none; } }
.alert {
  padding: 10px 19px 14px 19px;
  border-radius: 2px;
  font-size: 1em;
  font-family: "Meta"; }
  .alert p {
    margin-bottom: 0 !important;
    font-family: "Meta";
    line-height: 1.42857143em; }
  .alert h5 {
    margin-bottom: 0; }
  .alert.danger, .alert.alert-danger {
    background-color: #fdcfc9;
    border: solid 1px #f93f26; }
    .alert.danger h5, .alert.alert-danger h5 {
      color: #b91a0e; }
  .alert.warning, .alert.alert-warning {
    background-color: #fff7bf;
    border: solid 1px #fedf01; }
    .alert.warning h5, .alert.alert-warning h5 {
      color: #6e560e; }
  .alert.success, .alert.alert-success {
    background-color: #eaeec2;
    border: solid 1px #aaba0a; }
    .alert.success h5, .alert.alert-success h5 {
      color: #616f03; }
  .alert.alert-info {
    background-color: #e3f4ff;
    border: solid 1px #73b0e3; }
    .alert.alert-info h5 {
      color: #002750; }

section.image-full {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  background-size: 150%;
  background-position: center 0px;
  background-repeat: no-repeat; }
  section.image-full .transparent-background {
    padding: 160px 0;
    height: 100%;
    min-height: 490px;
    background-color: rgba(63, 87, 99, 0.81);
    font-size: 16px; }
    section.image-full .transparent-background p {
      padding-right: 15%;
      color: #ffffff;
      font-family: "Meta";
      font-weight: 300;
      font-style: normal;
      font-size: 16px;
      font-size: 2.75em;
      line-height: 1.5em;
      letter-spacing: -0.02em;
      text-align: left;
      position: relative;
      display: block; }
      section.image-full .transparent-background p::after {
        content: "";
        position: absolute;
        display: block;
        top: 0px;
        bottom: 0px;
        right: -10px;
        background: url("../../images/bracket.svg") no-repeat;
        background-size: auto 100%;
        background-position: right top;
        width: 30px; }
      section.image-full .transparent-background p.no-sheild {
        padding-right: 0; }
        section.image-full .transparent-background p.no-sheild::after {
          content: none; }
      section.image-full .transparent-background p.text-center {
        text-align: center; }
      section.image-full .transparent-background p.subheader {
        color: #ffffff;
        font-size: 1.125em;
        line-height: 1.667em;
        font-family: Georgia, serif;
        font-style: italic; }
      section.image-full .transparent-background p.small {
        font-size: 1em; }

@media only screen and (max-width: 1199px) {
  section.image-full {
    background-size: 160%; }
    section.image-full .transparent-background p {
      font-size: 2.5em; } }
@media only screen and (max-width: 991px) {
  section.image-full {
    min-height: 310px; }
    section.image-full .transparent-background {
      padding: 100px 0;
      min-height: 310px; }
      section.image-full .transparent-background p {
        font-size: 2.25em; }
        section.image-full .transparent-background p::after {
          top: -20px;
          right: 30px;
          height: 120%; } }
@media only screen and (max-width: 767px) {
  section.image-full {
    min-height: 220px;
    background-size: 180%; }
    section.image-full .transparent-background {
      padding: 60px 0;
      min-height: 220px; }
      section.image-full .transparent-background p {
        font-size: 2em; }
        section.image-full .transparent-background p::after {
          top: 0;
          height: 100%; } }
@media only screen and (max-width: 479px) {
  section.image-full {
    min-height: 160px;
    background-size: 300%; }
    section.image-full .transparent-background {
      padding: 40px 0;
      min-height: 160px; }
      section.image-full .transparent-background p {
        font-size: 1.85em; } }
/* ICON IN CIRCLE */
.icon-circle {
  text-align: center; }
  .icon-circle span {
    padding: 15px;
    border-radius: 100%;
    font-size: 1.8em; }

/* ICON HIGHTLIGHT SIDE BAR MODULE */
section.icon-module h4 {
  font-family: "Meta"; }

@media (min-width: 1200px) {
  .icon-circle span {
    padding: 19px; } }
.cookie-module {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 30px;
  background-color: rgba(0, 39, 80, 0.8);
  z-index: 100; }
  .cookie-module p {
    color: #ffffff;
    font-family: "Meta";
    margin-bottom: 0; }
  .cookie-module .close-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer; }

@media only screen and (max-width: 1199px) {
  .cookie-module {
    padding: 20px 0; }
    .cookie-module .col-xxs-1 {
      padding: 0; } }
/*Desktop version*/
@media (min-width: 768px) {
  .timeline-dates {
    height: 50px;
    margin-top: 20px; }

  .timeline {
    width: 100%; }
    .timeline .line {
      border-top: 2px solid #006ac3;
      position: relative; }
      .timeline .line .date {
        height: 100%;
        vertical-align: bottom;
        font-family: 'Meta';
        color: #3f5763;
        bottom: -15px; }
      .timeline .line .point {
        width: 18px;
        height: 18px;
        border-radius: 100%;
        border: 4px solid #ffffff;
        background-color: #006ac3;
        box-shadow: 0 0 0 1px #006ac3;
        position: absolute;
        top: -10px;
        float: left;
        cursor: pointer;
        z-index: 3;
        transition: all 0.2s;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        .timeline .line .point.active {
          -webkit-transform: scale(1.8) translateX(-25%);
          -ms-transform: scale(1.8) translateX(-25%);
          transform: scale(1.8) translateX(-25%);
          border: 4px solid #ffffff;
          z-index: 2; }
        .timeline .line .point:hover {
          -webkit-transform: scale(2) translateX(-22%);
          -ms-transform: scale(2) translateX(-22%);
          transform: scale(2) translateX(-22%);
          border: 4px solid #ffffff;
          z-index: 2; }
      .timeline .line .desc {
        position: absolute;
        top: 60px;
        display: none; }

  .timeline:not(.active) .line .point:hover + .desc {
    display: block !important; }

  /* left: (actual year - start year) * 100 / (maxyear-minyear) */ }
/* Mobile */
@media (max-width: 767px) {
  .timeline-dates {
    margin-top: 50px;
    height: 565px;
    margin-left: 70px;
    padding-top: 5px; }

  .timeline {
    height: 565px;
    position: absolute;
    top: 0;
    left: 80px; }
    .timeline .line {
      border-right: 2px solid #006ac3;
      position: relative;
      height: 100%; }
      .timeline .line .date {
        height: 100%;
        margin-top: -10px;
        vertical-align: bottom;
        font-family: 'Meta';
        color: #3f5763;
        left: -40px; }
      .timeline .line .point {
        width: 18px;
        height: 18px;
        border-radius: 100%;
        position: absolute;
        right: -19px;
        margin-top: -5px;
        float: left;
        cursor: pointer;
        z-index: 3;
        transition: all 0.2s;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border: 4px solid #ffffff;
        background-color: #006ac3;
        box-shadow: 0 0 0 1px #006ac3; }
        .timeline .line .point.active {
          -webkit-transform: scale(1.8) translateX(-28%);
          -ms-transform: scale(1.8) translateX(-28%);
          transform: scale(1.8) translateX(-28%);
          z-index: 2; }
        .timeline .line .point:hover {
          -webkit-transform: scale(2) translateX(-25%);
          -ms-transform: scale(2) translateX(-25%);
          transform: scale(2) translateX(-25%); }
      .timeline .line .desc {
        position: absolute;
        display: none;
        padding-left: 15px;
        left: 30px;
        width: 200px; }

  .timeline:not(.active) .line .point:hover + .desc {
    display: block !important; }

  /* top: (actual year - start year) * 100 / (maxyear-minyear) 
  	transform: translateY(calc(((actual year - start year) / (max year - start year) * 565px) - 10px));*/ }
@media (min-width: 480px) and (max-width: 767px) {
  .timeline .line .desc {
    width: 350px; } }
@-webkit-keyframes kenBurns {
  0% {
    opacity: 0.55;
    -webkit-transform: scale(1); }
  10% {
    opacity: 0.9; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.3); } }
@-moz-keyframes kenBurns {
  0% {
    opacity: 0.55;
    -moz-transform: scale(1); }
  10% {
    opacity: 0.9; }
  100% {
    opacity: 1;
    -moz-transform: scale(1.3) rotate(0.01deg); } }
@-ms-keyframes kenBurns {
  0% {
    opacity: 0.55;
    -ms-transform: scale(1); }
  10% {
    opacity: 0.9; }
  100% {
    opacity: 1;
    -ms-transform: scale(1.3) rotate(0.01deg); } }
@keyframes kenBurns {
  0% {
    opacity: 0.55;
    transform: scale(1); }
  10% {
    opacity: 0.9; }
  100% {
    opacity: 1;
    transform: scale(1.3) rotate(0.01deg); } }
@-webkit-keyframes kenBurnsMobile {
  0% {
    opacity: 0.55;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    opacity: 0.75; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); } }
@-moz-keyframes kenBurnsMobile {
  0% {
    opacity: 0.55;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    opacity: 0.75; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); } }
@-ms-keyframes kenBurnsMobile {
  0% {
    opacity: 0.55;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    opacity: 0.75; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); } }
@keyframes kenBurnsMobile {
  0% {
    opacity: 0.55;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    opacity: 0.75; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); } }
.home {
  background-color: #ffffff; }
  .home .hero .kenburns {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 1; }
    .home .hero .kenburns div {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-position: center bottom;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-animation-name: kenBurns;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-duration: 60s;
      -webkit-transform-origin: 90% 50% 0;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-name: kenBurns;
      -moz-animation-iteration-count: 1;
      -moz-animation-duration: 60s;
      -moz-transform-origin: 90% 50% 0;
      -moz-animation-fill-mode: forwards;
      -ms-animation-name: kenBurns;
      -ms-animation-iteration-count: 1;
      -ms-animation-duration: 60s;
      -ms-transform-origin: 90% 50% 0;
      -ms-animation-fill-mode: forwards;
      animation-name: kenBurns;
      animation-iteration-count: 1;
      animation-duration: 60s;
      transform-origin: 90% 50% 0;
      animation-fill-mode: forwards; }
  .home .hero .kenburnsMobile {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.55; }
    .home .hero .kenburnsMobile img {
      position: absolute;
      width: auto;
      height: 110%;
      bottom: 0;
      left: -40%;
      -webkit-transform-style: preserve-3d;
      -webkit-animation-name: kenBurnsMobile;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-duration: 60s;
      -webkit-transform-origin: 90% 80% 0;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-name: kenBurnsMobile;
      -moz-animation-iteration-count: 1;
      -moz-animation-duration: 60s;
      -moz-transform-origin: 90% 80% 0;
      -webkit-animation-fill-mode: forwards;
      -ms-animation-name: kenBurnsMobile;
      -ms-animation-iteration-count: 1;
      -ms-animation-duration: 60s;
      -ms-transform-origin: 90% 80% 0;
      -webkit-animation-fill-mode: forwards;
      animation-name: kenBurnsMobile;
      animation-iteration-count: 1;
      animation-duration: 60s;
      transform-origin: 90% 80% 0;
      -webkit-animation-fill-mode: forwards; }
  .home .hero video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; }
  .home .hero .headertitle {
    visibility: hidden;
    display: none; }
  .home .hero h1.hbracket {
    visibility: hidden; }
  .home .hero .hider {
    overflow-x: hidden;
    width: 0px; }
  .home .hero div.tbracket {
    font-size: 60px;
    color: #fedf01;
    position: absolute;
    z-index: 2;
    margin-top: -15px; }

.desktopscroll {
  background-image: url(../../_wmassets/images/promo/gp-form-1080.jpg);
  background-position: 0px 40px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

section.three-icons {
  background-color: #f3f4f5; }
  section.three-icons .img-icon {
    max-width: 201px;
    margin: 0 auto; }
  section.three-icons .home-icons {
    text-align: center;
    margin-right: auto;
    margin-left: auto; }
    section.three-icons .home-icons img {
      width: 80%; }
  section.three-icons .home-stats {
    text-align: center; }
  section.three-icons .stats {
    color: #002750;
    font-size: 2.75em;
    font-family: "Meta";
    font-weight: normal;
    line-height: 1em;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px; }

@media only screen and (max-width: 991px) {
  section.three-icons .stats {
    font-size: 2.5em;
    letter-spacing: -0.025em; }
  section.three-icons .home-stats {
    text-align: center; }
  section.three-icons .home-icons img {
    width: 70%; } }
@media only screen and (max-width: 767px) {
  section.three-icons .home-icons {
    max-width: 300px; }
  section.three-icons .home-stats {
    text-align: left; } }
@media only screen and (max-width: 479px) {
  section.three-icons .home-icons {
    max-width: 200px; }
  section.three-icons .home-stats {
    text-align: center; } }
/*------------- Regular animations ---------- */
@keyframes mapleBounce {
  0%, 5% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -ms-transform: scale(0.95) rotateY(180deg);
    -webkit-transform: scale(0.95) rotateY(180deg);
    transform: scale(0.95) rotateY(180deg); }
  12% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  15%, 20% {
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  30%, 100% {
    -ms-transform: scale(1) rotateY(0);
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0); } }
@keyframes safeTick {
  0% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  5% {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  7% {
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg); }
  10%, 50% {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  55% {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  57% {
    -ms-transform: rotate(85deg);
    -webkit-transform: rotate(85deg);
    transform: rotate(85deg); }
  60%, 100% {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@keyframes fadePeopleL {
  0% {
    opacity: 0;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  5% {
    opacity: 0;
    -ms-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px); }
  10%, 93% {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  95%, 100% {
    opacity: 0;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadePeopleR {
  0% {
    opacity: 0;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  5% {
    opacity: 0;
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px); }
  10%, 93% {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  95%, 100% {
    opacity: 0;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadePeopleLO {
  0% {
    opacity: 0;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  7% {
    opacity: 0;
    -ms-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px); }
  12%, 91% {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  93%, 100% {
    opacity: 0;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadePeopleRO {
  0% {
    opacity: 0;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  7% {
    opacity: 0;
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px); }
  12%, 91% {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  93%, 100% {
    opacity: 0;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes ribbon {
  0% {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  2%, 8% {
    -ms-transform: scaleX(1.3);
    -webkit-transform: scaleX(1.3);
    transform: scaleX(1.3); }
  10% {
    -ms-transform: scaleX(0.8);
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8); }
  12%, 100% {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.home-icons #maple {
  animation-name: mapleBounce;
  animation-duration: 10s;
  -webkit-animation-name: mapleBounce;
  -webkit-animation-duration: 10s; }
.home-icons #dial {
  animation-name: safeTick;
  animation-duration: 10s;
  -webkit-animation-name: safeTick;
  -webkit-animation-duration: 10s; }
.home-icons #maple,
.home-icons #dial,
.home-icons #personLO,
.home-icons #personLI,
.home-icons #personRO,
.home-icons #personRI,
.home-icons #ribbonL,
.home-icons #ribbonR {
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  transform-origin: center center;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center; }
.home-icons #dial {
  transform-origin: 147px 147px;
  -webkit-transform-origin: 147px 147px;
  -moz-transform-origin: 147px 147px; }
.home-icons #maple {
  transform-origin: 147px;
  -webkit-transform-origin: 147px;
  -moz-transform-origin: 147px; }
.home-icons #personLI {
  animation-name: fadePeopleL; }
.home-icons #personRI {
  animation-name: fadePeopleR; }
.home-icons #personLO {
  animation-name: fadePeopleLO; }
.home-icons #personRO {
  animation-name: fadePeopleRO; }
.home-icons #personLI,
.home-icons #personRI {
  animation-duration: 20s;
  -webkit-animation-duration: 20s; }
.home-icons #personLO,
.home-icons #personRO {
  animation-duration: 20s;
  -webkit-animation-duration: 20s; }
.home-icons #ribbonL {
  animation-name: ribbon;
  animation-duration: 10s;
  -webkit-animation-duration: 10s;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center; }
.home-icons #ribbonR {
  animation-name: ribbon;
  animation-duration: 10s;
  -webkit-animation-duration: 10s;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center; }
.home-icons #maple,
.home-icons #dial,
.home-icons #personLO,
.home-icons #personLI,
.home-icons #personRO,
.home-icons #personRI,
.home-icons #ribbonL,
.home-icons #ribbonR {
  -webkit-animation: none; }

body.advisormatch {
  background: #f3f4f5; }

section.step1 .stepcounter, section.step2 .stepcounter, section.step3 .stepcounter {
  color: #6b7782;
  font-family: "Meta";
  font-size: 1.25em;
  font-weight: normal; }
section.step1 .gotostep1, section.step2 .gotostep1, section.step3 .gotostep1 {
  font-style: italic; }
section.step1 .gotostep1, section.step1 .gotostep2from3, section.step2 .gotostep1, section.step2 .gotostep2from3, section.step3 .gotostep1, section.step3 .gotostep2from3 {
  display: inline-block;
  margin-bottom: 20px; }

section.step1 {
  /* position: relative;
  min-height: 100%;
  padding-bottom: 300px; */ }
  section.step1 .guidedpath {
    line-height: 1.3em; }
  section.step1 .guidedpath-step {
    padding: 10px 0;
    color: #eaeaea;
    pointer-events: none; }
    section.step1 .guidedpath-step input, section.step1 .guidedpath-step button {
      border-bottom: 1px solid #eaeaea !important;
      padding-right: 5px;
      padding-left: 5px; }
    section.step1 .guidedpath-step input {
      padding: 2px 5px 3px 5px !important;
      height: auto;
      color: #eaeaea !important; }
    section.step1 .guidedpath-step a, section.step1 .guidedpath-step i, section.step1 .guidedpath-step button:after {
      color: #eaeaea !important; }
    section.step1 .guidedpath-step.show {
      color: #252525;
      pointer-events: auto; }
      section.step1 .guidedpath-step.show input, section.step1 .guidedpath-step.show button {
        border-bottom: 1px solid #b3b3b3 !important; }
      section.step1 .guidedpath-step.show input {
        color: #006ac3 !important; }
      section.step1 .guidedpath-step.show a, section.step1 .guidedpath-step.show i, section.step1 .guidedpath-step.show button:after {
        color: #006ac3 !important; }
    section.step1 .guidedpath-step .dropdown-close.b-dark-blue.button {
      color: #ffffff !important;
      font-size: 0.8em;
      margin: 15px;
      margin-top: 0px; }
    section.step1 .guidedpath-step .gp-clientSegment {
      max-width: 900px; }
    section.step1 .guidedpath-step .gp-topics {
      max-width: 913px; }
    section.step1 .guidedpath-step .gp-worries {
      max-width: 725px; }
    section.step1 .guidedpath-step.disabled a.button {
      border-color: #eaeaea !important;
      background-color: #eaeaea !important;
      color: #ffffff !important;
      cursor: default !important; }
      section.step1 .guidedpath-step.disabled a.button:hover {
        background-color: #eaeaea; }
    section.step1 .guidedpath-step a.gotostep2 {
      color: #ffffff !important; }
      section.step1 .guidedpath-step a.gotostep2 i {
        color: #ffffff !important; }
  section.step1 section.footer-contact {
    /* position: absolute;
    width: 100%;
    bottom: 0; */
    border-bottom: none; }
    section.step1 section.footer-contact h3, section.step1 section.footer-contact span, section.step1 section.footer-contact p, section.step1 section.footer-contact .subheader, section.step1 section.footer-contact .phone-number {
      color: #585858 !important; }
  section.step1 .info-tooltip {
    color: #6f6f6f;
    font-size: 0.875em; }
    section.step1 .info-tooltip span.btr {
      margin-right: 5px; }
    section.step1 .info-tooltip a {
      color: #6f6f6f;
      font-family: "Meta";
      font-weight: 300;
      border-bottom: 1px dotted; }
      section.step1 .info-tooltip a:hover {
        background-color: transparent;
        color: #444444; }
  section.step1 .tooltip .tooltip-inner {
    color: #6f6f6f;
    font-family: "Meta";
    font-size: 1.175em;
    font-weight: 300;
    text-align: left; }

section.step2 #solutions-result {
  margin-bottom: 20px; }
  section.step2 #solutions-result li {
    font-size: 1.4em; }
    section.step2 #solutions-result li a:hover {
      color: #006ac3 !important; }

section.step3 {
  min-height: 1000px; }
  section.step3 input, section.step3 textarea {
    font-size: 1em;
    color: #444444; }
  section.step3 label {
    font-weight: normal;
    font-family: "Meta";
    cursor: pointer; }

section.step4 {
  position: absolute;
  width: 100%;
  right: 0px;
  top: 0px; }

.guidedpath {
  font-size: 1.4em;
  font-family: 'Meta';
  font-weight: 300;
  /*** custom checkboxes ***/ }
  .guidedpath ul.dropdown-checkbox-menu {
    font-size: 1em !important; }
  .guidedpath .button:not(.dropdown-close) {
    height: auto; }
  .guidedpath button, .guidedpath input,
  .guidedpath button:hover {
    height: auto;
    padding: 2px 5px 3px !important;
    background-image: none;
    background-color: transparent !important;
    border: none !important;
    display: inline-block;
    border-bottom: solid #b3b3b3 1px !important;
    color: #006ac3 !important;
    text-align: left;
    line-height: inherit !important;
    letter-spacing: normal;
    border-radius: 0;
    transition: none; }
    .guidedpath button:focus, .guidedpath input:focus,
    .guidedpath button:hover:focus {
      outline: 0; }
  .guidedpath .btn-group {
    width: auto; }
    .guidedpath .btn-group.open .dropdown-toggle {
      box-shadow: none; }
    .guidedpath .btn-group.open.short-space .dropdown-menu > li > a {
      max-width: 100%;
      min-width: 155px;
      white-space: normal; }
    .guidedpath .btn-group .dropdown-toggle {
      padding-right: 5px !important;
      padding-left: 5px !important; }
      .guidedpath .btn-group .dropdown-toggle:after {
        right: auto !important; }
    .guidedpath .btn-group .dropdown-menu {
      border-radius: 0;
      border: none;
      font-size: inherit;
      font-weight: inherit;
      padding: 0; }
      .guidedpath .btn-group .dropdown-menu > li > a {
        font-family: inherit;
        font-size: 0.875em !important;
        font-weight: inherit;
        height: auto;
        color: #006ac3; }
        .guidedpath .btn-group .dropdown-menu > li > a:hover {
          background-color: #f3f4f5;
          color: #006ac3 !important; }
    .guidedpath .btn-group.multiSelect button::after {
      position: relative;
      transform: none;
      -webkit-transform: none; }
  .guidedpath input[type=checkbox] {
    display: none; }
    .guidedpath input[type=checkbox] + label:before {
      font-family: 'Black Tie';
      display: inline-block;
      width: 30px;
      content: "\F08B";
      position: absolute;
      margin-left: -30px;
      margin-top: -1px; }
    .guidedpath input[type=checkbox]:checked + label:before {
      content: "\F014"; }

.dropdown-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 39, 80, 0.75);
  z-index: 1000;
  display: none; }
  .dropdown-bg.show {
    display: block; }

@media only screen and (max-width: 991px) {
  section.step1 .guidedpath .multiSelect {
    margin-bottom: 0.3em; }
    section.step1 .guidedpath .multiSelect.dropdown-checkbox {
      position: inherit; }
      section.step1 .guidedpath .multiSelect.dropdown-checkbox .dropdown-checkbox-content {
        top: auto; }
    section.step1 .guidedpath .multiSelect.gp-worries, section.step1 .guidedpath .multiSelect.gp-topics {
      max-width: 95%; } }
@media only screen and (max-width: 767px) {
  section.step1 .guidedpath .multiSelect.dropdown-checkbox.gp-worries.two-col .dropdown-checkbox-content ul.dropdown-checkbox-menu li, section.step1 .guidedpath .multiSelect.dropdown-checkbox.gp-topics.two-col .dropdown-checkbox-content ul.dropdown-checkbox-menu li {
    float: none;
    width: 100% !important; } }
@media only screen and (max-width: 479px) {
  section.step1 .guidedpath {
    position: inherit; }
    section.step1 .guidedpath .multiSelect.dropdown-checkbox .dropdown-checkbox-content {
      max-height: 100%;
      overflow-y: scroll; }
    section.step1 .guidedpath .multiSelect.dropdown-checkbox.two-col .dropdown-checkbox-content ul.dropdown-checkbox-menu li {
      float: none;
      width: 100% !important; }
    section.step1 .guidedpath .multiSelect.dropdown-checkbox .dropdown-checkbox-content {
      top: 0;
      position: fixed; } }
section.find-advisor {
  padding-top: 40px;
  padding-bottom: 40px; }
  section.find-advisor.hero-form {
    width: 100%;
    position: absolute;
    top: 130px; }
    section.find-advisor.hero-form .location-input, section.find-advisor.hero-form .name-input {
      margin-top: -5px; }
      section.find-advisor.hero-form .location-input button, section.find-advisor.hero-form .name-input button {
        padding: 10px 28px !important; }
    section.find-advisor.hero-form .or-label {
      bottom: 5px; }
  section.find-advisor h2, section.find-advisor h6, section.find-advisor p.subheader {
    text-align: center; }
  section.find-advisor .phone::before {
    font-family: "Black Tie";
    font-weight: 900;
    content: '\F005';
    position: relative;
    top: 3px; }
  section.find-advisor .advisor {
    margin-top: 30px;
    padding-top: 20px; }
    section.find-advisor .advisor .advisor-pic {
      width: 100%;
      margin-bottom: 15px; }
    section.find-advisor .advisor address::before {
      font-family: "Black Tie";
      font-weight: 900;
      content: '\F0CA';
      position: relative;
      top: 1px; }
    section.find-advisor .advisor address {
      text-indent: -17px;
      padding-left: 20px;
      margin-top: 5px;
      line-height: 1.42857143; }
    section.find-advisor .advisor .view-button {
      padding: 2px 10px !important;
      font-size: 0.9em;
      height: 30px; }
    section.find-advisor .advisor .title {
      font-style: italic;
      color: #585858;
      line-height: 1.4em;
      display: inline-block; }
    section.find-advisor .advisor .name {
      margin-bottom: 0; }
    section.find-advisor .advisor.advisor-details .profile-pic-refer {
      text-align: center; }
    section.find-advisor .advisor.advisor-details .advisor-pic {
      width: 70%; }
    section.find-advisor .advisor.advisor-details address {
      margin-bottom: 5px; }
    section.find-advisor .advisor.advisor-details .close-button {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 2em;
      cursor: pointer; }
  section.find-advisor .advisor:hover .view-button {
    color: #ffffff !important;
    background-color: #002750 !important; }
  section.find-advisor .branches {
    padding-top: 30px; }
    section.find-advisor .branches .branch address::before {
      font-family: "Black Tie";
      font-weight: 900;
      content: '\F0CA'; }
    section.find-advisor .branches .branch address {
      color: #585858;
      text-indent: -17px;
      padding-left: 20px; }
    section.find-advisor .branches .branch .accordion-toggle-block.specialist-toggle {
      height: 0px; }
      section.find-advisor .branches .branch .accordion-toggle-block.specialist-toggle a {
        position: relative;
        top: -50px; }
    section.find-advisor .branches .branch .accordion-toggle-block .show-advisors-label:after {
      content: 'Show Advisors';
      color: #252525; }
    section.find-advisor .branches .branch .accordion-toggle-block .hide-advisors-label:after {
      content: 'Hide Advisors'; }
    section.find-advisor .branches .branch .accordion-toggle-block .show-specialists-label:after {
      content: 'Show specialists';
      color: #252525; }
    section.find-advisor .branches .branch .accordion-toggle-block .hide-specialists-label:after {
      content: 'Hide specialists'; }
    section.find-advisor .branches .branch .accordion-toggle-block .show-advisors-button {
      color: #252525; }
    section.find-advisor .branches .branch .advisors-block .advisor:nth-child(2) {
      margin-top: 0px; }
    section.find-advisor .branches .branch .advisors-block .advisor:nth-child(4) {
      margin-top: 0px; }
  section.find-advisor .tab-head {
    border-top: 0;
    padding-bottom: 20px;
    padding-top: 0px;
    background-color: #002750; }
    section.find-advisor .tab-head h4 {
      color: #ffffff;
      position: relative;
      bottom: 6px; }
    section.find-advisor .tab-head ul {
      padding-top: 7px; }
      section.find-advisor .tab-head ul > li {
        bottom: -15px;
        margin-left: 20px; }
        section.find-advisor .tab-head ul > li a {
          border-radius: 0;
          background-color: transparent;
          color: #ffffff;
          padding-right: 30px;
          padding-left: 30px; }
        section.find-advisor .tab-head ul > li:first-child {
          margin-left: 0px; }
        section.find-advisor .tab-head ul > li.active a {
          color: #002750 !important;
          background-color: #ffffff !important; }
  section.find-advisor .tab-content {
    border-bottom: none;
    margin-bottom: 0px; }
  section.find-advisor .panel-group {
    margin-bottom: 0px; }

section.find-specialist .advisor {
  min-height: 250px !important; }

@media only screen and (max-width: 1199px) {
  section.find-advisor .search-buttons button {
    width: 100%; }
  section.find-advisor .branches .branch .advisors-block .advisor:nth-child(4), section.find-advisor .branches .branch .advisors-block .advisor:nth-child(2) {
    margin-top: 30px; } }
@media only screen and (max-width: 991px) {
  section.find-advisor .branches .branch .advisors-block .advisor:nth-child(4) {
    margin-top: 30px; }
  section.find-advisor .branches .branch .advisors-block .advisor:nth-child(2) {
    margin-top: 0px; }
  section.find-advisor .branches .branch .accordion-toggle-block.specialist-toggle a {
    position: relative;
    top: -50px; }
  section.find-advisor.hero-form {
    top: 110px; } }
@media only screen and (max-width: 767px) {
  section.find-advisor .advisor.advisor-details .advisor-pic {
    width: 30%;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 30px; }
  section.find-advisor .advisor.advisor-details .profile-pic-refer {
    text-align: left; }
  section.find-advisor .branches .branch .accordion-toggle-block {
    text-align: left; }
    section.find-advisor .branches .branch .accordion-toggle-block.specialist-toggle {
      height: 50px; }
      section.find-advisor .branches .branch .accordion-toggle-block.specialist-toggle a {
        position: static; }
  section.find-advisor .branches .branch .advisors-block .advisor:nth-child(4), section.find-advisor .branches .branch .advisors-block .advisor:nth-child(2) {
    margin-top: 30px; }
  section.find-advisor.hero-form {
    position: static;
    padding-bottom: 0px;
    padding-top: 60px; } }
@media only screen and (max-width: 479px) {
  section.find-advisor .advisor.advisor-details .advisor-pic {
    width: 50%; }
  section.find-advisor .advisors .advisor:not(.advisor-details), section.find-advisor .branches .advisor:not(.advisor-details) {
    text-align: center; }
    section.find-advisor .advisors .advisor:not(.advisor-details) .advisor-pic, section.find-advisor .branches .advisor:not(.advisor-details) .advisor-pic {
      width: 50%;
      margin-bottom: 5px; }
  section.find-advisor .branches .branch .advisors-block .advisor:nth-child(4) {
    margin-top: 30px; }
  section.find-advisor .tab-head h4 {
    padding-top: 30px; }
  section.find-advisor .tab-head ul > li {
    bottom: -5px; } }
.advisor-module .advisor .person-title, .advisor-module .advisor .title {
  line-height: 1.4em;
  display: inline-block; }
  .advisor-module .advisor h4, .advisor-module .advisor .name {
    margin: 0 !important;
    padding: 0;
    color: #002750;
    font-size: 24px;
    font-family: "Roboto";
    line-height: 1.5em;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
  }

  @media (max-width: 768px) {
    .advisor-module .advisor .name {
      font-size: 22px;
    }
  }

@media (max-width: 479px) {
  .advisor-module .advisor {
    text-align: center; }
    .advisor-module .advisor .advisor-pic {
      width: 50%; } }
@media (max-width: 1199px) {
  .advisor-module .advisor-pic {
    min-width: 60px;
    width: 60px; } }
.insight section.insight-content ::selection,
.insight section.insight-content -moz-::selection,
.insight-article section.insight-content ::selection,
.insight-article section.insight-content -moz-::selection {
  background-color: #fff7bf; }
.insight section.insight-content .publication,
.insight-article section.insight-content .publication {
  position: relative; }
  .insight section.insight-content .publication a,
  .insight-article section.insight-content .publication a {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 0 30px;
    background-color: #ffffff;
    font-family: "Meta";
    font-size: 0.875em;
    font-weight: 400;
    white-space: nowrap; }

@media only screen and (max-width: 479px) {
  .insight section.insight-content .publication a {
    padding: 0 10px; } }
/*events landing page*/
/*event single page*/
.event .upcoming-events .calendar-icon-block {
  padding-top: 0px; }

@media only screen and (max-width: 767px) {
  .event .calendar-icon-block {
    display: none; } }
.find-a-branch {
  position: relative; }
  .find-a-branch .inner {
    padding: 30px;
    background: #ffffff;
    position: absolute;
    top: -250px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 320px;
    font-family: "Meta"; }

.search-page .search-narrow {
  font-family: "Meta"; }
  .search-page .search-narrow label {
    font-weight: normal;
    color: #006ac3;
    cursor: pointer; }
  .search-page .search-narrow input[type=checkbox] {
    position: absolute;
    left: -5000px; }
  .search-page .search-narrow input[type=checkbox] + label:before {
    font-family: 'Black Tie';
    display: inline-block;
    font-weight: 300;
    color: #585858; }
  .search-page .search-narrow input[type=checkbox] + label:before {
    width: 30px;
    content: "\F08B";
    position: absolute;
    margin-left: -25px;
    margin-top: -1px; }
  .search-page .search-narrow input[type=checkbox]:checked + label:before {
    content: "\F014"; }
  .search-page .search-narrow .criteria-list li {
    display: inline-block; }
    .search-page .search-narrow .criteria-list li label {
      margin-left: 45px; }
  .search-page .search-narrow .criteria-list li:first-child label {
    margin-left: 1px; }
.search-page .search-results .result {
  border-bottom: 1px solid #eaeaea;
  padding-top: 20px;
  padding-bottom: 20px; }
  .search-page .search-results .result:first-child {
    padding-top: 0px; }
  .search-page .search-results .result .filter {
    font-family: Arial;
    font-weight: 600;
    letter-spacing: .03em;
    padding-top: 4px;
    color: #585858;
    background-color: #eaeaea; }
.search-page .find-advisor {
  margin-top: 0px;
  padding-top: 0px; }
  .search-page .find-advisor .advisor {
    margin-top: 20px; }

.us-login {
  background-color: rgba(255, 255, 255, 0.8);
  font-family: "Meta"; }
  .us-login label {
    font-weight: normal;
    color: #006ac3;
    cursor: pointer; }
  .us-login input[type=checkbox] {
    position: absolute;
    left: -5000px; }
  .us-login input[type=checkbox] + label:before {
    font-family: 'Black Tie';
    display: inline-block;
    font-weight: 300;
    color: #585858; }
  .us-login input[type=checkbox] + label:before {
    width: 30px;
    content: "\F08B";
    position: absolute;
    margin-left: -25px;
    margin-top: -1px;
    text-align: left !important; }
  .us-login input[type=checkbox]:checked + label:before {
    content: "\F014"; }
  .us-login a.button {
    margin-top: 0px; }
  .us-login .remember-group {
    text-align: right;
    padding-top: 10px; }
  .us-login .us-links {
    font-size: 0.8em; }

.nav.navbar-nav .dropdown-menu.us-dropdown li:first-child:before {
  left: 20%; }

@media only screen and (max-width: 1199px) {
  .us-login .remember-group {
    margin-left: 25px;
    margin-top: 15px;
    text-align: left; }
  .us-login .us-links .separator-pike {
    padding: 0 0; } }
@media only screen and (max-width: 991px) {
  .us-login {
    margin-bottom: 50px; }
    .us-login .us-links {
      text-align: left; }
      .us-login .us-links .separator-pike {
        padding: 0 0.75em; } }
body.ie9 section.step1 .guidedpath .multiSelect .dropdown-checkbox-content ul.dropdown-checkbox-menu li .layout label {
  font-size: 0.76em !important; }
body.ie9 img[src*=".svg"].b-loaded {
  width: 100%; }

body.ie img[src*=".svg"].b-loaded {
  width: 100%; }
/*# sourceMappingURL=wm_sass.css.map */

/* Redactor style ->DA-31549 */
.rx-form-checkbox{
  appearance: auto;
    position: relative !important;
    left: 0 !important;
}