/**
 * FA Web Core
 * Developed by Sam Hooker for exclusive use by First American Financial Corporation.
 * Copyright 2015. All rights reserved.
 */
/**
 * A Note Regarding Images:
 * To compile properly, image paths are set up to be relative to the main stylesheet that imports this file.
 */
 body.alt-bg-sections section:nth-child(even) {
  background-color: #ebebeb;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.avenir {
  font-family: Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.all-headers #logo-block {
  width: 288px;
  height: 55px;
  background-repeat: no-repeat;
}
.all-headers #sys-nav > li:hover {
  background-color: #ebebeb;
}
.all-headers #sys-nav > li:hover a {
  color: #464646;
}
.all-headers #sys-nav > li:focus-within,
.all-headers #sys-nav > li > a:focus {
  background-color: #ebebeb;
}
.all-headers #sys-nav > li > a:focus {
  color: #464646;
}
.all-headers #sys-nav > li ul {
  background-color: #ebebeb;
}
.all-headers #sys-nav > li ul li:hover {
  background-color: #f4f4f4;
}
.all-headers #sys-nav a {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
}
.all-headers #hn-list > ul > li:hover,
.all-headers #hn-list > ul > li.open {
  background-color: #fccf45;
}
.all-headers #hn-list > ul > li:hover a,
.all-headers #hn-list > ul > li.open a {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
  color: #503b02;
}
.all-headers #hn-list > ul > li:focus-within,
.all-headers #hn-list > ul > li > a:focus {
  background-color: #fccf45;
}
.all-headers #hn-list > ul > li > a:focus {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
  color: #503b02;
}
.all-headers #hn-list > ul > li ul {
  background-color: #fccf45;
}
.all-headers #hn-list > ul > li ul li a {
  color: #666;
}
.all-headers #hn-list > ul > li ul li a:focus {
  background-color: #fddc77;
}
.all-headers #hn-list > ul > li ul li:hover,
.all-headers #hn-list > ul > li ul li:focus-within {
  background-color: #fddc77;
}
.all-headers #hn-list ul ul ul {
  background-color: #fddc77;
}
.all-headers #hn-list ul.lined li {
  border-top: 1px solid #503b02;
}
.all-headers #hn-list ul.lined li:first-child {
  border-top: none;
}
.white-clear-scheme {
  background: transparent;
}
.white-clear-scheme #menu-dock-toggle {
  background: transparent url("../lib/core/1.7/img/hamburger-white.png") no-repeat;
}
.white-clear-scheme #logo-block {
  background-image: url("../lib/core/1.7/img/head-logo-white.png");
}
.white-clear-scheme #sys-nav > li a {
  color: #ffffff;
}
.white-clear-scheme #hn-list a {
  color: #ffffff;
}
.white-clear-header {
  background: transparent;
}
.white-clear-header #menu-dock-toggle {
  background: transparent url("../lib/core/1.7/img/hamburger-white.png") no-repeat;
}
.white-clear-header #logo-block {
  background-image: url("../lib/core/1.7/img/head-logo-white.png");
}
.white-clear-header #sys-nav > li a {
  color: #ffffff;
}
.white-clear-header #hn-list a {
  color: #ffffff;
}
.clear-scheme {
  background: transparent;
}
.clear-scheme #menu-dock-toggle {
  background: transparent url("../lib/core/1.7/img/hamburger.png") no-repeat;
}
.clear-scheme #logo-block {
  background-image: url("../lib/core/1.7/img/head-logo.png");
}
.clear-scheme #sys-nav > li a {
  color: #013a6f;
}
.clear-scheme #hn-list a {
  color: #013a6f;
}
.clear-header {
  background: transparent;
}
.clear-header #logo-block {
  width: 288px;
  height: 55px;
  background-repeat: no-repeat;
}
.clear-header #sys-nav > li:hover {
  background-color: #ebebeb;
}
.clear-header #sys-nav > li:hover a {
  color: #464646;
}
.clear-header #sys-nav > li:focus-within,
.clear-header #sys-nav > li > a:focus {
  background-color: #ebebeb;
}
.clear-header #sys-nav > li > a:focus {
  color: #464646;
}
.clear-header #sys-nav > li ul {
  background-color: #ebebeb;
}
.clear-header #sys-nav > li ul li:hover {
  background-color: #f4f4f4;
}
.clear-header #sys-nav a {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
}
.clear-header #hn-list > ul > li:hover,
.clear-header #hn-list > ul > li.open {
  background-color: #fccf45;
}
.clear-header #hn-list > ul > li:hover a,
.clear-header #hn-list > ul > li.open a {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
  color: #503b02;
}
.clear-header #hn-list > ul > li:focus-within,
.clear-header #hn-list > ul > li > a:focus {
  background-color: #fccf45;
}
.clear-header #hn-list > ul > li > a:focus {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
  color: #503b02;
}
.clear-header #hn-list > ul > li ul {
  background-color: #fccf45;
}
.clear-header #hn-list > ul > li ul li a {
  color: #666;
}
.clear-header #hn-list > ul > li ul li a:focus {
  background-color: #fddc77;
}
.clear-header #hn-list > ul > li ul li:hover,
.clear-header #hn-list > ul > li ul li:focus-within {
  background-color: #fddc77;
}
.clear-header #hn-list ul ul ul {
  background-color: #fddc77;
}
.clear-header #hn-list ul.lined li {
  border-top: 1px solid #503b02;
}
.clear-header #hn-list ul.lined li:first-child {
  border-top: none;
}
.clear-header #menu-dock-toggle {
  background: transparent url("../lib/core/1.7/img/hamburger.png") no-repeat;
}
.clear-header #logo-block {
  background-image: url("../lib/core/1.7/img/head-logo.png");
}
.clear-header #sys-nav > li a {
  color: #013a6f;
}
.clear-header #hn-list a {
  color: #013a6f;
}
.white-scheme {
  background: transparent url("../lib/core/1.7/img/head-bg-white.png") repeat;
}
.white-scheme #menu-dock-toggle {
  background: transparent url("../lib/core/1.7/img/hamburger.png") no-repeat;
}
.white-scheme #logo-block {
  background-image: url("../lib/core/1.7/img/head-logo.png");
}
.white-scheme #sys-nav > li a {
  color: #013a6f;
}
.white-scheme #hn-list a {
  color: #013a6f;
}
.white-header {
  background: transparent url("../lib/core/1.7/img/head-bg-white.png") repeat;
}
.white-header #logo-block {
  width: 288px;
  height: 55px;
  background-repeat: no-repeat;
}
.white-header #sys-nav > li:hover {
  background-color: #ebebeb;
}
.white-header #sys-nav > li:hover a {
  color: #464646;
}
.white-header #sys-nav > li:focus-within,
.white-header #sys-nav > li > a:focus {
  background-color: #ebebeb;
}
.white-header #sys-nav > li > a:focus {
  color: #464646;
}
.white-header #sys-nav > li ul {
  background-color: #ebebeb;
}
.white-header #sys-nav > li ul li:hover {
  background-color: #f4f4f4;
}
.white-header #sys-nav a {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
}
.white-header #hn-list > ul > li:hover,
.white-header #hn-list > ul > li.open {
  background-color: #fccf45;
}
.white-header #hn-list > ul > li:hover a,
.white-header #hn-list > ul > li.open a {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
  color: #503b02;
}
.white-header #hn-list > ul > li:focus-within,
.white-header #hn-list > ul > li > a:focus {
  background-color: #fccf45;
}
.white-header #hn-list > ul > li > a:focus {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
  color: #503b02;
}
.white-header #hn-list > ul > li ul {
  background-color: #fccf45;
}
.white-header #hn-list > ul > li ul li a {
  color: #666;
}
.white-header #hn-list > ul > li ul li a:focus {
  background-color: #fddc77;
}
.white-header #hn-list > ul > li ul li:hover,
.white-header #hn-list > ul > li ul li:focus-within {
  background-color: #fddc77;
}
.white-header #hn-list ul ul ul {
  background-color: #fddc77;
}
.white-header #hn-list ul.lined li {
  border-top: 1px solid #503b02;
}
.white-header #hn-list ul.lined li:first-child {
  border-top: none;
}
.white-header #menu-dock-toggle {
  background: transparent url("../lib/core/1.7/img/hamburger.png") no-repeat;
}
.white-header #logo-block {
  background-image: url("../lib/core/1.7/img/head-logo.png");
}
.white-header #sys-nav > li a {
  color: #013a6f;
}
.white-header #hn-list a {
  color: #013a6f;
}
.blue-scheme {
  background: transparent url("../lib/core/1.7/img/head-bg.png") repeat;
}
.blue-scheme #menu-dock-toggle {
  background: transparent url("../lib/core/1.7/img/hamburger-white.png") no-repeat;
}
.blue-scheme #logo-block {
  background-image: url("../lib/core/1.7/img/head-logo-white.png");
}
.blue-scheme #sys-nav > li a {
  color: #ffffff;
}
.blue-scheme #hn-list a {
  color: #ffffff;
}
.blue-header {
  background: transparent url("../lib/core/1.7/img/head-bg.png") repeat;
}
.blue-header #logo-block {
  width: 288px;
  height: 55px;
  background-repeat: no-repeat;
}
.blue-header #sys-nav > li:hover {
  background-color: #ebebeb;
}
.blue-header #sys-nav > li:hover a {
  color: #464646;
}
.blue-header #sys-nav > li:focus-within,
.blue-header #sys-nav > li > a:focus {
  background-color: #ebebeb;
}
.blue-header #sys-nav > li > a:focus {
  color: #464646;
}
.blue-header #sys-nav > li ul {
  background-color: #ebebeb;
}
.blue-header #sys-nav > li ul li:hover {
  background-color: #f4f4f4;
}
.blue-header #sys-nav a {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
}
.blue-header #hn-list > ul > li:hover,
.blue-header #hn-list > ul > li.open {
  background-color: #fccf45;
}
.blue-header #hn-list > ul > li:hover a,
.blue-header #hn-list > ul > li.open a {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
  color: #503b02;
}
.blue-header #hn-list > ul > li:focus-within,
.blue-header #hn-list > ul > li > a:focus {
  background-color: #fccf45;
}
.blue-header #hn-list > ul > li > a:focus {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
  color: #503b02;
}
.blue-header #hn-list > ul > li ul {
  background-color: #fccf45;
}
.blue-header #hn-list > ul > li ul li a {
  color: #666;
}
.blue-header #hn-list > ul > li ul li a:focus {
  background-color: #fddc77;
}
.blue-header #hn-list > ul > li ul li:hover,
.blue-header #hn-list > ul > li ul li:focus-within {
  background-color: #fddc77;
}
.blue-header #hn-list ul ul ul {
  background-color: #fddc77;
}
.blue-header #hn-list ul.lined li {
  border-top: 1px solid #503b02;
}
.blue-header #hn-list ul.lined li:first-child {
  border-top: none;
}
.blue-header #menu-dock-toggle {
  background: transparent url("../lib/core/1.7/img/hamburger-white.png") no-repeat;
}
.blue-header #logo-block {
  background-image: url("../lib/core/1.7/img/head-logo-white.png");
}
.blue-header #sys-nav > li a {
  color: #ffffff;
}
.blue-header #hn-list a {
  color: #ffffff;
}
.base-dock-colors #sys-nav li a,
.base-dock-colors #sys-nav li a > * {
  color: #ffffff;
}
.base-dock-colors #sys-nav li h4 {
  color: #464646;
}
.base-dock-colors #sys-nav li.open {
  background-color: #ebebeb;
}
.base-dock-colors #sys-nav li.open a,
.base-dock-colors #sys-nav li.open a:hover,
.base-dock-colors #sys-nav li.open a > * {
  color: #464646;
}
.base-dock-colors #sys-nav li.open a:hover {
  background-color: #f4f4f4;
}
.rem-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.lmb {
  display: block;
  font-weight: 300;
  line-height: 1.2em;
  padding: 16px 50px 16px 12px;
  background: #fccf45 url("../lib/core/1.7/img/chevron-brown.png") 90% center no-repeat;
  color: #503b02;
  font-size: 16pt;
  text-decoration: none;
}
.lmb:hover {
  color: #503b02;
  background-color: #fcd55e;
}
.lmb:focus {
  color: #503b02;
  background-color: #fcd55e;
  text-decoration: underline;
}
.learn-more-btn,
.learn-more-btn:focus {
  display: block;
  font-weight: 300;
  line-height: 1.2em;
  padding: 16px 50px 16px 12px;
  background: #fccf45 url("../lib/core/1.7/img/chevron-brown.png") 90% center no-repeat;
  color: #503b02;
  font-size: 16pt;
  text-decoration: none;
}
.learn-more-btn:hover,
.learn-more-btn:focus:hover {
  color: #503b02;
  background-color: #fcd55e;
}
.learn-more-btn:focus,
.learn-more-btn:focus:focus {
  color: #503b02;
  background-color: #fcd55e;
  text-decoration: underline;
}
.learn-more-btn a,
.learn-more-btn:focus a {
  color: #503b02;
}
.learn-more-btn a:hover,
.learn-more-btn:focus a:hover {
  color: #503b02;
}
.learn-more-btn a:focus,
.learn-more-btn:focus a:focus {
  color: #503b02;
}
.lmb-down,
.lmb-down:focus {
  background-image: url("../lib/core/1.7/img/chevron-brown-down.png");
}
.lmb-up,
.lmb-up:focus {
  background-image: url("../lib/core/1.7/img/chevron-brown-up.png");
}
.learn-more-btn {
  float: left;
}
button.learn-more-btn {
  border: none;
  outline: none;
}
.block-links {
  margin: 0;
  padding: 0;
}
.block-links li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-links li a {
  display: block;
  font-weight: 300;
  padding: 16px 50px 16px 12px;
  background: transparent url("../lib/core/1.7/img/chevron-grey.png") 90% center no-repeat;
  color: #464646;
  font-size: 16pt;
  text-decoration: none;
}
.block-links li a:hover,
.block-links li a:focus {
  color: #503b02;
  background-color: #fccf45;
  background-image: url("../lib/core/1.7/img/chevron-brown.png");
}
.close-x {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.close-x.x-dark {
  background-image: url("../lib/core/1.7/img/button-close-80.png");
}
.close-x.x-white {
  background-image: url("../lib/core/1.7/img/button-close-white.png");
}
#skipnav a {
  position: absolute;
  margin-top: -2rem;
}
#skipnav a:focus {
  margin: 10px;
  padding: 10px;
  z-index: 101;
  background-color: #ffffff;
}
#head-logo a:focus {
  outline: solid #3fa1fd 1px;
  display: block;
}
#outer-wrap {
  width: 100%;
  min-width: 934px;
  padding: 0;
  margin: 0;
  position: relative;
}
.outer-block {
  width: 100%;
  min-width: 934px;
}
.inner-block {
  *zoom: 1;
  width: 934px;
  margin: 0 auto;
}
.inner-block:before,
.inner-block:after {
  content: " ";
  display: table;
}
.inner-block:after {
  clear: both;
}
.col {
  float: left;
  padding: 0;
}
.pad-col {
  float: left;
  padding: 20px;
}
.full {
  width: 100%;
}
.half,
.one-third,
.two-thirds,
.one-fourth,
.three-fourths,
.one-fifth,
.two-fifths,
.three-fifths,
.four-fifths,
.one-sixth,
.five-sixths {
  display: block;
}
.half {
  width: 446px;
}
.one-third {
  width: 284px;
}
.two-thirds {
  width: 608px;
}
.one-fourth {
  width: 202px;
}
.three-fourths {
  width: 690px;
}
.one-fifth {
  width: 154px;
}
.two-fifths {
  width: 349px;
}
.three-fifths {
  width: 543px;
}
.four-fifths {
  width: 738px;
}
.one-sixth {
  width: 124px;
}
.five-sixths {
  width: 768px;
}
.two-col .half,
.two-col .one-third,
.two-col .two-thirds,
.two-col .one-fourth,
.two-col .three-fourths,
.two-col .one-fifth,
.two-col .two-fifths,
.two-col .three-fifths,
.two-col .four-fifths,
.two-col .one-sixth,
.two-col .five-sixths {
  margin-left: 42px;
}
.three-col .half,
.three-col .one-third,
.three-col .two-thirds,
.three-col .one-fourth,
.three-col .three-fourths,
.three-col .one-fifth,
.three-col .two-fifths,
.three-col .three-fifths,
.three-col .four-fifths,
.three-col .one-sixth {
  margin-left: 41px;
}
.three-col .one-fourth {
  margin-left: 42px;
}
.three-col .one-sixth {
  margin-left: 39px;
}
.four-col .half,
.four-col .one-third,
.four-col .one-fourth,
.four-col .one-fifth,
.four-col .two-fifths,
.four-col .one-sixth {
  margin-left: 42px;
}
.four-col .one-fifth {
  margin-left: 41px;
}
.four-col .two-fifths {
  margin-left: 41px;
}
.four-col .one-sixth {
  margin-left: 38px;
}
.five-col .one-fifth,
.five-col .one-sixth {
  margin-left: 41px;
}
.five-col .one-third {
  margin-left: 40px;
}
.five-col .one-sixth {
  margin-left: 38px;
}
.six-col .one-sixth {
  margin-left: 38px;
}
.two-col,
.three-col,
.four-col,
.five-col,
.six-col {
  *zoom: 1;
}
.two-col:before,
.three-col:before,
.four-col:before,
.five-col:before,
.six-col:before,
.two-col:after,
.three-col:after,
.four-col:after,
.five-col:after,
.six-col:after {
  content: " ";
  display: table;
}
.two-col:after,
.three-col:after,
.four-col:after,
.five-col:after,
.six-col:after {
  clear: both;
}
.two-col .half:first-child,
.three-col .half:first-child,
.four-col .half:first-child,
.five-col .half:first-child,
.six-col .half:first-child,
.two-col .one-third:first-child,
.three-col .one-third:first-child,
.four-col .one-third:first-child,
.five-col .one-third:first-child,
.six-col .one-third:first-child,
.two-col .two-thirds:first-child,
.three-col .two-thirds:first-child,
.four-col .two-thirds:first-child,
.five-col .two-thirds:first-child,
.six-col .two-thirds:first-child,
.two-col .one-fourth:first-child,
.three-col .one-fourth:first-child,
.four-col .one-fourth:first-child,
.five-col .one-fourth:first-child,
.six-col .one-fourth:first-child,
.two-col .three-fourths:first-child,
.three-col .three-fourths:first-child,
.four-col .three-fourths:first-child,
.five-col .three-fourths:first-child,
.six-col .three-fourths:first-child,
.two-col .one-fifth:first-child,
.three-col .one-fifth:first-child,
.four-col .one-fifth:first-child,
.five-col .one-fifth:first-child,
.six-col .one-fifth:first-child,
.two-col .two-fifths:first-child,
.three-col .two-fifths:first-child,
.four-col .two-fifths:first-child,
.five-col .two-fifths:first-child,
.six-col .two-fifths:first-child,
.two-col .three-fifths:first-child,
.three-col .three-fifths:first-child,
.four-col .three-fifths:first-child,
.five-col .three-fifths:first-child,
.six-col .three-fifths:first-child,
.two-col .four-fifths:first-child,
.three-col .four-fifths:first-child,
.four-col .four-fifths:first-child,
.five-col .four-fifths:first-child,
.six-col .four-fifths:first-child,
.two-col .one-sixth:first-child,
.three-col .one-sixth:first-child,
.four-col .one-sixth:first-child,
.five-col .one-sixth:first-child,
.six-col .one-sixth:first-child,
.two-col .five-sixths:first-child,
.three-col .five-sixths:first-child,
.four-col .five-sixths:first-child,
.five-col .five-sixths:first-child,
.six-col .five-sixths:first-child {
  margin-left: 0;
}
.two-col > .col:nth-of-type(2n + 1),
.two-col > .pad-col:nth-of-type(2n + 1) {
  margin-left: 0;
  clear: left;
}
.three-col > .col:nth-of-type(3n + 1),
.three-col > .pad-col:nth-of-type(3n + 1) {
  margin-left: 0;
  clear: left;
}
.four-col > .col:nth-of-type(4n + 1),
.four-col > .pad-col:nth-of-type(4n + 1) {
  margin-left: 0;
  clear: left;
}
.five-col > .col:nth-of-type(5n + 1),
.five-col > .pad-col:nth-of-type(5n + 1) {
  margin-left: 0;
  clear: left;
}
.six-col > .col:nth-of-type(6n + 1),
.six-col > .pad-col:nth-of-type(6n + 1) {
  margin-left: 0;
  clear: left;
}
@media (max-width: 959px) {
  #outer-wrap {
    min-width: 0;
  }
  .outer-block {
    min-width: 0;
  }
  .inner-block {
    width: 738px;
    min-width: 0;
  }
  .half {
    width: 348px;
  }
  .one-third {
    width: 218px;
  }
  .two-thirds {
    width: 478px;
  }
  .one-fourth {
    width: 153px;
  }
  .three-fourths {
    width: 543px;
  }
  .one-fifth {
    width: 114px;
  }
  .two-fifths {
    width: 271px;
  }
  .three-fifths {
    width: 425px;
  }
  .four-fifths {
    width: 582px;
  }
  .one-sixth {
    width: 93px;
  }
  .five-sixths {
    width: 608px;
  }
  .three-col .one-third {
    margin-left: 42px;
  }
  .four-col .one-fifth {
    margin-left: 42px;
  }
  .five-col .one-third {
    margin-left: 37px;
  }
  .five-col .one-fifth {
    margin-left: 42px;
  }
  .two-col .one-sixth,
  .three-col .one-sixth,
  .four-col .one-sixth,
  .five-col .one-sixth {
    margin-left: 37px;
  }
  .six-col .one-sixth {
    margin-left: 36px;
  }
}
@media (max-width: 767px) {
  .inner-block {
    width: 460px;
  }
  .two-col .half,
  .three-col .half,
  .four-col .half,
  .five-col .half,
  .six-col .half,
  .two-col .one-third,
  .three-col .one-third,
  .four-col .one-third,
  .five-col .one-third,
  .six-col .one-third,
  .two-col .two-thirds,
  .three-col .two-thirds,
  .four-col .two-thirds,
  .five-col .two-thirds,
  .six-col .two-thirds,
  .two-col .one-fourth,
  .three-col .one-fourth,
  .four-col .one-fourth,
  .five-col .one-fourth,
  .six-col .one-fourth,
  .two-col .three-fourths,
  .three-col .three-fourths,
  .four-col .three-fourths,
  .five-col .three-fourths,
  .six-col .three-fourths,
  .two-col .one-fifth,
  .three-col .one-fifth,
  .four-col .one-fifth,
  .five-col .one-fifth,
  .six-col .one-fifth,
  .two-col .two-fifths,
  .three-col .two-fifths,
  .four-col .two-fifths,
  .five-col .two-fifths,
  .six-col .two-fifths,
  .two-col .three-fifths,
  .three-col .three-fifths,
  .four-col .three-fifths,
  .five-col .three-fifths,
  .six-col .three-fifths,
  .two-col .four-fifths,
  .three-col .four-fifths,
  .four-col .four-fifths,
  .five-col .four-fifths,
  .six-col .four-fifths,
  .two-col .one-sixth,
  .three-col .one-sixth,
  .four-col .one-sixth,
  .five-col .one-sixth,
  .six-col .one-sixth,
  .two-col .five-sixths,
  .three-col .five-sixths,
  .four-col .five-sixths,
  .five-col .five-sixths,
  .six-col .five-sixths {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .inner-block {
    width: 300px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a {
  color: #013a6f;
}
a:active,
a:hover,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #026fd4;
}
#outer-wrap > b,
#outer-wrap > br {
  display: none;
}
#main .inner-block {
  padding: 60px 0 80px;
}
#main small {
  color: inherit;
}
#main > b,
#main > br {
  display: none;
}
#main p > a,
#main ul > li > a,
#main ol > li > a {
  text-decoration: underline;
}
.underlined {
  text-decoration: underline;
}
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.font-light {
  font-weight: 100;
}
.font-book {
  font-weight: 300;
}
.font-medium {
  font-weight: 400;
}
.font-heavy {
  font-weight: 700;
}
.font-black {
  font-weight: 900;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 20px 0 15px;
  line-height: 1.2em;
  color: #013a6f;
  font-weight: 400;
}
h1,
.h1 {
  font-size: 30pt;
}
h2,
.h2 {
  font-weight: 100;
  font-size: 23pt;
  line-height: 1.3em;
}
.headline {
  font-weight: 300;
  font-size: 30pt;
  line-height: 1.1em;
  margin: 20px 0 40px;
}
h3,
.h3 {
  font-size: 18pt;
}
h4,
.h4 {
  font-size: 16pt;
}
h5,
.h5 {
  font-size: 14.5pt;
}
h6,
.h6 {
  font-size: 13.5pt;
}
p {
  font-weight: 100;
  font-size: 13.5pt;
  line-height: 1.5em;
  margin: 0 0 30px;
  color: #464646;
}
p > a {
  text-decoration: underline;
}
p > a:active,
p > a:hover,
p > a:link,
p > a:visited {
  text-decoration: underline;
}
p.learn-more-btn > a {
  text-decoration: none;
}
p.learn-more-btn > a:active,
p.learn-more-btn > a:hover,
p.learn-more-btn > a:link,
p.learn-more-btn > a:visited {
  text-decoration: none;
}
.lead-in {
  font-weight: 100;
  font-size: 18pt;
  margin: 0 0 40px;
  line-height: 1.35em;
}
.footnote {
  font-style: italic;
  font-size: 10pt;
}
ul,
ol {
  padding-left: 20px;
  margin-bottom: 30px;
}
ul li,
ol li {
  font-weight: 300;
  font-size: 13.5pt;
  line-height: 1.3em;
  color: #464646;
}
.bulleted {
  padding-left: 12px;
}
.bulleted li {
  font-weight: 300;
  font-size: 12pt;
  margin-bottom: 6px;
}
.bulleted li ul {
  margin-top: 20px;
}
.bulleted li .lighter {
  font-weight: 100;
}
.bulleted.blue li {
  list-style-image: url("../lib/core/1.7/img/orange-chevron.png");
  color: #013a6f;
}
.bulleted.blue-blue li {
  list-style-image: url("../lib/core/1.7/img/blue-chevron.png");
  color: #013a6f;
}
.bulleted.grey li {
  list-style-image: url("../lib/core/1.7/img/grey-chevron.png");
}
.bulleted.white li {
  list-style-image: url("../lib/core/1.7/img/white-chevron.png");
  color: #ffffff;
}
#header {
  position: absolute;
  background: transparent url("../lib/core/1.7/img/head-bg.png") repeat;
}
#header #logo-block {
  width: 288px;
  height: 55px;
  background-repeat: no-repeat;
}
#header #sys-nav > li:hover {
  background-color: #ebebeb;
}
#header #sys-nav > li:hover a {
  color: #464646;
}
#header #sys-nav > li:focus-within,
#header #sys-nav > li > a:focus {
  background-color: #ebebeb;
}
#header #sys-nav > li > a:focus {
  color: #464646;
}
#header #sys-nav > li ul {
  background-color: #ebebeb;
}
#header #sys-nav > li ul li:hover {
  background-color: #f4f4f4;
}
#header #sys-nav a {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
}
#header #hn-list > ul > li:hover,
#header #hn-list > ul > li.open {
  background-color: #fccf45;
}
#header #hn-list > ul > li:hover a,
#header #hn-list > ul > li.open a {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
  color: #503b02;
}
#header #hn-list > ul > li:focus-within,
#header #hn-list > ul > li > a:focus {
  background-color: #fccf45;
}
#header #hn-list > ul > li > a:focus {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
  color: #503b02;
}
#header #hn-list > ul > li ul {
  background-color: #fccf45;
}
#header #hn-list > ul > li ul li a {
  color: #666;
}
#header #hn-list > ul > li ul li a:focus {
  background-color: #fddc77;
}
#header #hn-list > ul > li ul li:hover,
#header #hn-list > ul > li ul li:focus-within {
  background-color: #fddc77;
}
#header #hn-list ul ul ul {
  background-color: #fddc77;
}
#header #hn-list ul.lined li {
  border-top: 1px solid #503b02;
}
#header #hn-list ul.lined li:first-child {
  border-top: none;
}
#header #menu-dock-toggle {
  background: transparent url("../lib/core/1.7/img/hamburger-white.png") no-repeat;
}
#header #logo-block {
  background-image: url("../lib/core/1.7/img/head-logo-white.png");
}
#header #sys-nav > li a {
  color: #ffffff;
}
#header #hn-list a {
  color: #ffffff;
}
#header .inner-block {
  padding: 4px 0 0;
}
#head-logo {
  float: left;
  display: block;
  width: 284px;
  padding: 0;
  margin: 15px 0 20px;
}
#head-right {
  float: left;
  display: block;
  width: 608px;
  float: right;
  padding: 0;
  margin-top: 10px;
}
#head-right form#head-search {
  display: block;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 2px 2px 5px #b2c4d4;
  -moz-box-shadow: inset 2px 2px 5px #b2c4d4;
  box-shadow: inset 2px 2px 5px #b2c4d4;
  border-collapse: separate;
  border: 1px solid #c2c2c2;
  background: #ffffff;
  padding-top: 3px;
}
#head-right form#head-search input {
  border: none;
  width: 123px;
  background: transparent;
  height: 22px;
  line-height: 20px;
  margin: 2px 0;
  padding: 0 12px;
}
#head-right form#head-search input:focus + .input-group-btn,
#head-right form#head-search input:focus {
  background: #fafafa;
}
#head-right #btnSearch:focus {
  background: #f7f7f7;
}
#head-right #btnSearch {
  background: transparent;
  line-height: 20px;
  margin: 2px 0;
  padding: 0 8px;
}
#head-right #btnSearch span.glyphicon {
  color: #b2c4d4;
}
#hs-input,
#btnSearch {
  outline: none;
}
.med-long #head-logo {
  margin: 39px 0 20px;
}
.med-long #sys-nav {
  margin: 10px 0 0;
}
.med-long #sys-nav > li {
  padding: 10px;
}
#main section:first-child {
  padding-top: 99px;
}
#header ul#sys-nav {
  float: right;
  margin: 0 20px 0 0;
}
#header ul#sys-nav > li {
  float: left;
  list-style: none;
  padding: 10px 10px;
  font-size: 10pt;
  font-weight: 100;
  position: relative;
}
#header ul#sys-nav > li ul {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 240px;
  margin: 0;
  padding: 0;
  top: 37px;
  left: 0;
}
#header ul#sys-nav > li ul li {
  list-style: none;
  padding: 0px 10px 0px;
  font-size: 12pt;
}
#header ul#sys-nav > li ul li:first-child {
  margin-top: 10px;
}
#header ul#sys-nav > li ul li:last-child {
  margin-bottom: 10px;
}
#header ul#sys-nav > li ul li:first-child a {
  border-top: none;
  padding-top: 10px;
}
#header ul#sys-nav > li ul li:hover h4,
#header ul#sys-nav > li ul li:hover p {
  color: #000000;
}
#header ul#sys-nav > li ul li a,
#header ul#sys-nav > li ul li h4,
#header ul#sys-nav > li ul li p {
  color: #464646;
}
#header ul#sys-nav > li ul li a {
  border-top: 1px solid #c2c2c2;
  display: block;
  padding: 10px 10px 10px;
}
#header ul#sys-nav h4 {
  font-weight: 300;
  font-size: 12pt;
  margin: 0;
}
#header ul#sys-nav p {
  font-weight: 100;
  font-size: 9pt;
  line-height: 1.3em;
  margin: 0;
}
#head-nav {
  float: right;
  clear: both;
  margin-top: 2px;
}
#hn-list {
  padding: 0;
  clear: both;
  *zoom: 1;
}
#hn-list:before,
#hn-list:after {
  content: " ";
  display: table;
}
#hn-list:after {
  clear: both;
}
#hn-list > ul {
  float: right;
  position: relative;
}
#hn-list > ul > li {
  font-size: 15pt;
  font-weight: 300;
}
#hn-list > ul > li > a {
  padding: 10px 20px;
  font-size: 14pt;
}
#hn-list > ul > li > ul {
  top: 46px;
  right: 0;
  width: 193px;
}
#hn-list > ul > li ul li {
  font-size: 12pt;
}
#hn-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#hn-list ul > li {
  float: left;
  position: relative;
}
#hn-list ul > li > a {
  padding: 10px;
}
#hn-list ul li {
  display: block;
}
#hn-list ul li a {
  display: block;
}
#hn-list ul li ul {
  position: absolute;
  margin: 0;
  width: 200px;
  display: none;
  z-index: 2000;
}
#hn-list ul li ul li {
  position: relative;
  float: none;
  padding: 0px 10px;
}
#hn-list ul li ul li a {
  display: block;
  padding: 10px;
}
#hn-list ul li ul li ul {
  position: absolute;
  top: 0;
  left: 200px;
}
#hn-list ul li ul li ul.righty {
  right: auto;
  left: 200px;
}
#hn-list ul li ul li ul.lefty {
  left: auto;
  right: 200px;
}
#alerter {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2100;
}
.white-header-secondary {
  background: transparent url("../lib/core/1.7/img/secondary-nav-bg-1.png") repeat-x;
}
.blue-header-secondary {
  background: transparent url("../lib/core/1.7/img/secondary-nav-bg-2.png") repeat-x;
}
#secondary-nav {
  background: transparent url("../lib/core/1.7/img/secondary-nav-bg-2.png") repeat-x;
  position: absolute;
}
#secondary-nav .inner-block {
  position: relative;
}
#secondary-nav #sn-bar ul {
  margin: 0;
  padding: 0;
  float: left;
}
#secondary-nav #sn-bar ul li {
  list-style-type: none;
  float: left;
  padding: 10px;
  position: relative;
  font-size: 12pt;
  font-weight: 300;
}
#secondary-nav #sn-bar ul li a {
  color: #ffffff;
}
#secondary-nav #sn-bar ul li:hover {
  background-color: #ebebeb;
}
#secondary-nav #sn-bar ul li:hover a {
  color: #000000;
}
#secondary-nav #sn-bar ul li ul {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 1000;
  background-color: #ebebeb;
  left: 0;
  top: 40px;
  width: 200px;
}
#secondary-nav #sn-bar ul li ul li {
  display: block;
  float: none;
}
#secondary-nav #sn-bar ul li ul li a {
  display: block;
}
#secondary-nav #sn-bar ul li ul li ul {
  position: absolute;
  top: 0;
  left: 200px;
}
#secondary-nav #sn-bar ul li ul li ul.lefty {
  left: auto;
  right: 200px;
}
#secondary-nav #sn-bar ul li ul li:hover {
  background-color: #f4f4f4;
}
#secondary-nav #sn-bar ul li ul li:hover ul {
  background-color: #ebebeb;
}
#secondary-nav #sn-bar ul li ul li:hover ul li:hover {
  background-color: #f4f4f4;
}
#secondary-nav #sn-bar span.glyphicon {
  margin-right: 10px;
}
#secondary-nav a {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
}
#secondary-nav ul.lined li {
  border-top: 1px solid #c2c2c2;
}
#secondary-nav ul.lined li:first-child {
  border-top: none;
}
#secondary-nav.version-2 {
  background: rgba(1, 58, 111, 0.15);
  box-shadow: 2px 51px 4px -49px rgba(0, 0, 0, 0.22) inset;
}
#secondary-nav.version-2 #sn-bar {
  display: grid;
  grid-template-columns: 165px auto;
  height: auto;
  max-height: fit-content;
}
#secondary-nav.version-2 #sn-bar .header li:first-child {
  padding-left: 0px;
  width: 165px;
  font-weight: 700;
}
#secondary-nav.version-2 #sn-bar .header li:first-child:after {
  content: "\007C";
  float: right;
}
#secondary-nav.version-2 #sn-bar .header li:first-child:hover {
  text-decoration: none;
  background-color: transparent;
}
#secondary-nav.version-2 #sn-bar ul {
  visibility: visible;
}
#secondary-nav.version-2 #sn-bar ul li {
  font-size: 10.5pt;
  font-weight: 300;
}
#secondary-nav.version-2 #sn-bar ul li:hover {
  text-decoration: underline;
  background-color: transparent;
}
#secondary-nav.version-2 #sn-bar ul li a {
  color: #464646;
}
#secondary-nav.version-2 #sn-bar ul li a:hover {
  color: #000;
}
#secondary-nav.version-2 #sn-bar-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  #secondary-nav.version-2 #sn-bar ul {
    float: none;
    text-align: center;
  }
  #secondary-nav.version-2 #sn-bar li {
    display: inline-block;
  }
}
@media screen and (max-width: 479px) {
  #secondary-nav.version-2 {
    height: 76px;
  }
  #secondary-nav.version-2 #sn-bar {
    display: none;
  }
  #secondary-nav.version-2 #sn-bar-mobile {
    display: grid;
  }
  #secondary-nav.version-2 #sn-bar-mobile .dropdown {
    text-align: center;
    margin: auto;
    width: 80%;
  }
  #secondary-nav.version-2 #sn-bar-mobile .fa-select {
    margin: 15px 0 15px;
  }
}
.drawer-menu-indents {
  margin: 0;
  padding: 0;
}
.drawer-menu-indents li {
  padding: 0;
}
.drawer-menu-indents li a {
  display: block;
  width: 100%;
  padding: 10px 20px;
}
.drawer-menu-indents li ul li {
  border: none;
}
.drawer-menu-indents li ul li a {
  padding: 15px 20px 15px 30px;
}
.drawer-menu-indents li ul li ul li a {
  padding: 15px 20px 15px 50px;
}
.docked-menu {
  background-color: #34618c;
  float: none;
  margin: 0;
  padding: 0;
}
.docked-menu li {
  padding: 0;
}
.docked-menu li a {
  display: block;
  width: 100%;
  padding: 10px 20px;
}
.docked-menu li ul li {
  border: none;
}
.docked-menu li ul li a {
  padding: 15px 20px 15px 30px;
}
.docked-menu li ul li ul li a {
  padding: 15px 20px 15px 50px;
}
.docked-menu li {
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #9ab0c6;
  float: none;
}
.docked-menu li a {
  color: #ffffff;
}
.docked-menu li a:hover {
  background-color: #6194c5;
}
.docked-menu li ul li {
  border: none;
}
#menu-dock {
  position: fixed;
  top: 0;
  left: 100%;
  width: 260px;
  background-color: #4e759a;
}
#menu-dock #sys-nav li a,
#menu-dock #sys-nav li a > * {
  color: #ffffff;
}
#menu-dock #sys-nav li h4 {
  color: #464646;
}
#menu-dock #sys-nav li.open {
  background-color: #ebebeb;
}
#menu-dock #sys-nav li.open a,
#menu-dock #sys-nav li.open a:hover,
#menu-dock #sys-nav li.open a > * {
  color: #464646;
}
#menu-dock #sys-nav li.open a:hover {
  background-color: #f4f4f4;
}
#menu-dock #head-search {
  padding: 20px;
  float: none;
  clear: none;
  background-color: #013a6f;
}
#menu-dock #head-search #hs-input {
  width: 75%;
  margin-right: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 2px 2px 5px #b2c4d4;
  -moz-box-shadow: inset 2px 2px 5px #b2c4d4;
  box-shadow: inset 2px 2px 5px #b2c4d4;
  border-collapse: separate;
}
#menu-dock #btnSearch {
  background: #e6b930 url("../lib/core/1.7/img/nav-drawer-btn-bg.jpg") repeat-x;
  color: #503b02;
}
#menu-dock #head-nav {
  float: none;
  margin: 0;
}
#menu-dock #head-nav ul {
  background-color: #34618c;
  float: none;
  margin: 0;
  padding: 0;
}
#menu-dock #head-nav ul li {
  padding: 0;
}
#menu-dock #head-nav ul li a {
  display: block;
  width: 100%;
  padding: 10px 20px;
}
#menu-dock #head-nav ul li ul li {
  border: none;
}
#menu-dock #head-nav ul li ul li a {
  padding: 15px 20px 15px 30px;
}
#menu-dock #head-nav ul li ul li ul li a {
  padding: 15px 20px 15px 50px;
}
#menu-dock #head-nav ul li {
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #9ab0c6;
  float: none;
}
#menu-dock #head-nav ul li a {
  color: #ffffff;
}
#menu-dock #head-nav ul li a:hover {
  background-color: #6194c5;
}
#menu-dock #head-nav ul li ul li {
  border: none;
}
#menu-dock #head-nav ul li ul,
#menu-dock #head-nav ul li.open ul,
#menu-dock #head-nav ul li.closed ul {
  position: static;
  width: 100%;
  padding: 0;
}
#menu-dock #dock-secondary {
  float: none;
}
#menu-dock #dock-secondary ul {
  background-color: #34618c;
  float: none;
  margin: 0;
  padding: 0;
}
#menu-dock #dock-secondary ul li {
  padding: 0;
}
#menu-dock #dock-secondary ul li a {
  display: block;
  width: 100%;
  padding: 10px 20px;
}
#menu-dock #dock-secondary ul li ul li {
  border: none;
}
#menu-dock #dock-secondary ul li ul li a {
  padding: 15px 20px 15px 30px;
}
#menu-dock #dock-secondary ul li ul li ul li a {
  padding: 15px 20px 15px 50px;
}
#menu-dock #dock-secondary ul li {
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #9ab0c6;
  float: none;
}
#menu-dock #dock-secondary ul li a {
  color: #ffffff;
}
#menu-dock #dock-secondary ul li a:hover {
  background-color: #6194c5;
}
#menu-dock #dock-secondary ul li ul li {
  border: none;
}
#menu-dock #dock-secondary ul li ul {
  display: none;
}
#menu-dock #dock-secondary ul li ul li a {
  font-size: 11pt;
}
#menu-dock #sys-nav {
  float: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
#menu-dock #sys-nav li {
  padding: 0;
}
#menu-dock #sys-nav li a {
  display: block;
  width: 100%;
  padding: 10px 20px;
}
#menu-dock #sys-nav li ul li {
  border: none;
}
#menu-dock #sys-nav li ul li a {
  padding: 15px 20px 15px 30px;
}
#menu-dock #sys-nav li ul li ul li a {
  padding: 15px 20px 15px 50px;
}
#menu-dock #sys-nav > li {
  list-style: none;
  font-size: 10pt;
  font-weight: 100;
  position: relative;
}
#menu-dock #sys-nav > li ul {
  display: none;
  padding: 0px;
}
#menu-dock #sys-nav > li ul li {
  list-style: none;
  padding: 0px;
  border: none;
}
#menu-dock #sys-nav > li ul li h4 {
  font-size: 10pt;
  margin: 0px;
}
#menu-dock #sys-nav > li ul li p {
  display: none;
}
#menu-dock #sys-nav > li ul li ul {
  position: static;
  width: auto;
}
#menu-dock-toggle {
  float: right;
  width: 19px;
  height: 17px;
  margin-top: 20px;
  background: transparent url("../lib/core/1.7/img/hamburger.png") no-repeat;
}
#global-modal {
  z-index: 2000;
}
#global-modal .modal-dialog {
  width: 620px;
}
@media (min-width: 576px) {
  #global-modal .modal-dialog {
    max-width: none;
  }
}
#global-modal .modal-content {
  background: transparent;
  color: #ffffff;
  border: none;
  display: block;
}
#global-modal .modal-content .modal-header {
  padding: 0;
  border: none;
  display: block;
  overflow: hidden;
}
#global-modal .modal-content .modal-header .modal-title {
  font-size: 30px;
  margin: 100px 0 20px;
  color: #ffffff;
}
#global-modal .modal-content .modal-header .close {
  opacity: 1;
  line-height: 42px;
}
#global-modal .modal-content .modal-header .close span {
  color: #fff;
}
#global-modal .modal-content .modal-header .close:focus {
  outline: none;
}
#global-modal .modal-content .modal-body {
  padding: 0;
}
#global-modal .modal-content .modal-footer {
  padding: 40px 0 0;
  border: none;
}
#global-modal .modal-content .modal-footer h5 {
  margin: 20px 0 0;
}
#global-modal .modal-content .modal-footer h5 a {
  color: #ffffff;
  font-size: 18pt;
  font-weight: 300;
}
#global-modal .modal-content .modal-footer h5 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#global-modal .modal-content h1,
#global-modal .modal-content h2,
#global-modal .modal-content h3,
#global-modal .modal-content h4,
#global-modal .modal-content h5,
#global-modal .modal-content h6,
#global-modal .modal-content .h1,
#global-modal .modal-content .h2,
#global-modal .modal-content .h3,
#global-modal .modal-content .h4,
#global-modal .modal-content .h5,
#global-modal .modal-content .h6,
#global-modal .modal-content p,
#global-modal .modal-content li {
  color: #ffffff;
}
#global-modal .modal-content input {
  color: #464646;
}
.modal-backdrop.show {
  opacity: .9;
  z-index: 1900;
}
.modal-vid {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  text-align: center;
}
.modal-vid.learn-more-btn {
  background-color: #fccf45;
}
.modal-vid.bord img {
  border: 7px solid #ffffff;
}
.modal-vid.inverse .black-over {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1500;
}
.modal-vid.bord.inverse .black-over {
  top: 7px;
  left: 7px;
}
.modal-vid .play-hover {
  position: absolute;
  background: transparent url("../lib/core/1.7/img/play-sprite.png") 0 0 no-repeat;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1600;
}
.modal-vid h3 {
  font-weight: 400;
  margin: 62px 0;
}
.modal-vid p {
  padding: 0 20px;
  font-size: 10.75pt;
  text-align: left;
}
.modal-vid .link {
  display: block;
  border-top: 1px solid #c2c2c2;
}
.modal-vid .link.no-bord {
  border: none;
}
.modal-vid:hover {
  cursor: pointer;
}
.modal-vid:hover.inverse .black-over {
  background: transparent;
}
.one-third .modal-vid h3 {
  margin: 30px 0;
  padding: 0 5px;
  font-size: 16pt;
}
.one-third .modal-vid .link {
  margin: 20px;
  padding-top: 20px;
}
.one-fourth .modal-vid h3 {
  margin: 14px 0;
  padding: 0 5px;
  font-size: 13pt;
}
.one-fourth .modal-vid .link {
  margin: 10px 20px;
  padding-top: 10px;
}
.reveal-hover-in {
  -webkit-animation: hover_reveal_in 0.5s;
  -moz-animation: hover_reveal_in 0.5s;
  -o-animation: hover_reveal_in 0.5s;
  animation: hover_reveal_in 0.5s;
}
@-webkit-keyframes hover_reveal_in {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}
@-moz-keyframes hover_reveal_in {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}
@-o-keyframes hover_reveal_in {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}
@keyframes hover_reveal_in {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}
.reveal-hover-out {
  -webkit-animation: hover_reveal_out 0.125s;
  -moz-animation: hover_reveal_out 0.125s;
  -o-animation: hover_reveal_out 0.125s;
  animation: hover_reveal_out 0.125s;
}
@-webkit-keyframes hover_reveal_out {
  from {
    background-position: 100% 0%;
  }
  to {
    background-position: 0% 0%;
  }
}
@-moz-keyframes hover_reveal_out {
  from {
    background-position: 100% 0%;
  }
  to {
    background-position: 0% 0%;
  }
}
@-o-keyframes hover_reveal_out {
  from {
    background-position: 100% 0%;
  }
  to {
    background-position: 0% 0%;
  }
}
@keyframes hover_reveal_out {
  from {
    background-position: 100% 0%;
  }
  to {
    background-position: 0% 0%;
  }
}
.reveal {
  width: 100%;
  overflow: hidden;
  -webkit-animation: hover_reveal_out 0.125s;
  -moz-animation: hover_reveal_out 0.125s;
  -o-animation: hover_reveal_out 0.125s;
  animation: hover_reveal_out 0.125s;
  background-repeat: no-repeat;
  -ms-behavior: url(/assets/lib/legacy/backgroundsize.min.htc);
}
.reveal:hover {
  -webkit-animation: hover_reveal_in 0.5s;
  -moz-animation: hover_reveal_in 0.5s;
  -o-animation: hover_reveal_in 0.5s;
  animation: hover_reveal_in 0.5s;
  background-position: 100% 0%;
}
.one-third .reveal {
  width: 284px;
  height: 284px;
  background-size: 284px auto;
}
.one-fourth .reveal {
  width: 202px;
  height: 202px;
  background-size: 404px auto;
}
.duplex {
  position: relative;
  background: #fff;
  padding: 10px;
  margin: 0 0 25px;
  border: 1px solid #c2c2c2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.duplex label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 10.75pt;
  font-weight: 400;
  color: #7d7d7d;
}
.duplex label sup {
  font-weight: 700;
  color: #e62e1f;
}
.duplex input,
.duplex select,
.duplex textarea {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  background: transparent;
  width: 100%;
  line-height: 1.2em;
  z-index: 200;
  font-size: 10.75pt;
  font-weight: 400;
  color: #7d7d7d;
}
.duplex select {
  left: -3px;
}
.duplex option {
  padding: 0 0 1px;
}
.duplex input:focus,
.duplex select:focus,
.duplex textarea:focus {
  z-index: 0;
  background: #fafafa;
}
.duplex.npt label {
  top: 5px;
  font-size: 8pt;
  color: #7d7d7d;
}
.duplex.npt input,
.duplex.npt select,
.duplex.npt textarea {
  top: 7px;
  color: #464646;
}
.duplex .vmsg {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 1px;
  font-size: 8pt;
  color: #e62e1f;
}
.duplex.warning {
  border-color: #e62e1f;
}
.duplex.warning .vmsg {
  display: block;
}
.fa-text:focus-within,
.fa-email:focus-within,
.fa-number:focus-within,
.fa-password:focus-within,
.fa-select:focus-within,
.fa-textarea:focus-within {
  background: #fafafa;
}
.fa-text,
.fa-email,
.fa-number,
.fa-password,
.fa-select,
.fa-textarea {
  position: relative;
  background: #fff;
  padding: 10px;
  margin: 0 0 25px;
  border: 1px solid #c2c2c2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fa-text label,
.fa-email label,
.fa-number label,
.fa-password label,
.fa-select label,
.fa-textarea label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 10.75pt;
  font-weight: 400;
  color: #7d7d7d;
}
.fa-text label sup,
.fa-email label sup,
.fa-number label sup,
.fa-password label sup,
.fa-select label sup,
.fa-textarea label sup {
  font-weight: 700;
  color: #e62e1f;
}
.fa-text input,
.fa-email input,
.fa-number input,
.fa-password input,
.fa-select input,
.fa-textarea input,
.fa-text select,
.fa-email select,
.fa-number select,
.fa-password select,
.fa-select select,
.fa-textarea select,
.fa-text textarea,
.fa-email textarea,
.fa-number textarea,
.fa-password textarea,
.fa-select textarea,
.fa-textarea textarea {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  background: transparent;
  width: 100%;
  line-height: 1.2em;
  z-index: 200;
  font-size: 10.75pt;
  font-weight: 400;
  color: #7d7d7d;
}
.fa-text select,
.fa-email select,
.fa-number select,
.fa-password select,
.fa-select select,
.fa-textarea select {
  left: -3px;
}
.fa-text option,
.fa-email option,
.fa-number option,
.fa-password option,
.fa-select option,
.fa-textarea option {
  padding: 0 0 1px;
}
.fa-text input:focus,
.fa-email input:focus,
.fa-number input:focus,
.fa-password input:focus,
.fa-select input:focus,
.fa-textarea input:focus,
.fa-text select:focus,
.fa-email select:focus,
.fa-number select:focus,
.fa-password select:focus,
.fa-select select:focus,
.fa-textarea select:focus,
.fa-text textarea:focus,
.fa-email textarea:focus,
.fa-number textarea:focus,
.fa-password textarea:focus,
.fa-select textarea:focus,
.fa-textarea textarea:focus {
  z-index: 0;
  background: #fafafa;
}
.fa-text.npt label,
.fa-email.npt label,
.fa-number.npt label,
.fa-password.npt label,
.fa-select.npt label,
.fa-textarea.npt label {
  top: 5px;
  font-size: 8pt;
  color: #7d7d7d;
}
.fa-text.npt input,
.fa-email.npt input,
.fa-number.npt input,
.fa-password.npt input,
.fa-select.npt input,
.fa-textarea.npt input,
.fa-text.npt select,
.fa-email.npt select,
.fa-number.npt select,
.fa-password.npt select,
.fa-select.npt select,
.fa-textarea.npt select,
.fa-text.npt textarea,
.fa-email.npt textarea,
.fa-number.npt textarea,
.fa-password.npt textarea,
.fa-select.npt textarea,
.fa-textarea.npt textarea {
  top: 7px;
  color: #464646;
}
.fa-text .vmsg,
.fa-email .vmsg,
.fa-number .vmsg,
.fa-password .vmsg,
.fa-select .vmsg,
.fa-textarea .vmsg {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 1px;
  font-size: 8pt;
  color: #e62e1f;
}
.fa-text.warning,
.fa-email.warning,
.fa-number.warning,
.fa-password.warning,
.fa-select.warning,
.fa-textarea.warning {
  border-color: #e62e1f;
}
.fa-text.warning .vmsg,
.fa-email.warning .vmsg,
.fa-number.warning .vmsg,
.fa-password.warning .vmsg,
.fa-select.warning .vmsg,
.fa-textarea.warning .vmsg {
  display: block;
}
.fa-text-btn-combo {
  position: relative;
  background: #fff;
  padding: 10px;
  margin: 0 0 25px;
  border: 1px solid #c2c2c2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fa-text-btn-combo label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 10.75pt;
  font-weight: 400;
  color: #7d7d7d;
}
.fa-text-btn-combo label sup {
  font-weight: 700;
  color: #e62e1f;
}
.fa-text-btn-combo input,
.fa-text-btn-combo select,
.fa-text-btn-combo textarea {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  background: transparent;
  width: 100%;
  line-height: 1.2em;
  z-index: 200;
  font-size: 10.75pt;
  font-weight: 400;
  color: #7d7d7d;
}
.fa-text-btn-combo select {
  left: -3px;
}
.fa-text-btn-combo option {
  padding: 0 0 1px;
}
.fa-text-btn-combo input:focus,
.fa-text-btn-combo select:focus,
.fa-text-btn-combo textarea:focus {
  z-index: 0;
  background: #fafafa;
}
.fa-text-btn-combo.npt label {
  top: 5px;
  font-size: 8pt;
  color: #7d7d7d;
}
.fa-text-btn-combo.npt input,
.fa-text-btn-combo.npt select,
.fa-text-btn-combo.npt textarea {
  top: 7px;
  color: #464646;
}
.fa-text-btn-combo .vmsg {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 1px;
  font-size: 8pt;
  color: #e62e1f;
}
.fa-text-btn-combo.warning {
  border-color: #e62e1f;
}
.fa-text-btn-combo.warning .vmsg {
  display: block;
}
.fa-text-btn-combo span.combo-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  min-width: 40px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-left: 1px solid #c2c2c2;
  background-color: #fccf45;
  color: #503b02;
  z-index: 100;
  font-weight: 300;
  font-size: 14pt;
  padding: 8px;
  text-align: center;
  cursor: pointer;
}
.fa-checkbox {
  position: relative;
  margin-bottom: 40px;
}
.fa-checkbox legend {
  border: none;
  font-size: 12pt;
  margin-bottom: 15px;
  font-weight: 300;
}
.fa-checkbox legend sup {
  font-weight: 700;
  color: #e62e1f;
}
.fa-checkbox .vmsg {
  display: none;
  position: absolute;
  top: 18px;
  left: 0;
  font-size: 8pt;
  color: #e62e1f;
}
.fa-checkbox input[type="checkbox"] {
  display: none;
}
.fa-checkbox label {
  float: left;
  clear: both;
  margin: 0 0 10px 0;
  padding: 1px 0 0 25px;
  line-height: 18px;
  font-weight: 300;
  font-size: 10.75pt;
  background: transparent url('../lib/core/1.7/img/checkbox-unchecked.png') left top no-repeat;
}
.fa-checkbox label.checked {
  background-image: url('../lib/core/1.7/img/checkbox-checked.png');
}
.fa-checkbox label.warning {
  background-image: url('../lib/core/1.7/img/checkbox-warning.png');
}
.fa-checkbox.warning label {
  background-image: url('../lib/core/1.7/img/checkbox-warning.png');
}
.fa-checkbox.warning .vmsg {
  display: block;
}
.fa-radio {
  position: relative;
  margin-bottom: 40px;
}
.fa-radio legend {
  border: none;
  font-size: 12pt;
  margin-bottom: 15px;
  font-weight: 300;
}
.fa-radio legend sup {
  font-weight: 700;
  color: #e62e1f;
}
.fa-radio .vmsg {
  display: none;
  position: absolute;
  top: 18px;
  left: 0;
  font-size: 8pt;
  color: #e62e1f;
}
.fa-radio input[type="radio"] {
  display: none;
}
.fa-radio label {
  float: left;
  clear: both;
  margin: 0 0 10px 0;
  padding: 1px 0 0 25px;
  line-height: 18px;
  font-weight: 300;
  font-size: 10.75pt;
  background: transparent url('../lib/core/1.7/img/radio-unchecked.png') left top no-repeat;
}
.fa-radio label.checked {
  background-image: url('../lib/core/1.7/img/radio-checked.png');
}
.fa-radio label.warning {
  background-image: url('../lib/core/1.7/img/radio-warning.png');
}
.fa-radio.warning label {
  background-image: url('../lib/core/1.7/img/radio-warning.png');
}
.fa-radio.warning .vmsg {
  display: block;
}
a.form-privacy {
  color: #464646;
  text-decoration: none;
  font-size: 8pt;
}
a.form-privacy:hover,
a.form-privacy:focus {
  text-decoration: underline;
}
.fa-events .inner-block {
  position: relative;
}
.fa-event {
  background: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
.fa-event p {
  font-size: 12pt;
}
.fa-event a.learn-more-btn {
  float: none;
}
.fa-events-main .pad-col,
.fa-events-more .pad-col {
  background: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
.fa-events-main .pad-col p,
.fa-events-more .pad-col p {
  font-size: 12pt;
}
.fa-events-main .pad-col a.learn-more-btn,
.fa-events-more .pad-col a.learn-more-btn {
  float: none;
}
.fa-events-main {
  margin-bottom: 20px;
}
.more-events {
  position: absolute;
  right: 0;
  margin-top: -35px;
}
.fa-events-more {
  display: none;
}
.sidebar > h3:first-child {
  margin-top: 0;
}
#footer {
  background: #bccfe0;
}
#footer li,
#footer p {
  font-size: 10.5pt;
}
#footer a:hover,
#footer a:focus {
  color: #013a6f;
  text-decoration: underline;
}
#breadcrumbs {
  display: block;
  margin: 20px 0 15px;
  font-size: 10.5pt;
}
#breadcrumbs a {
  font-weight: 700;
}
#footer-cols h2 {
  font-size: 11pt;
  font-weight: 400;
}
#footer-cols li {
  font-size: 9pt;
  padding-bottom: 10px;
}
#lower-footer {
  margin-bottom: 30px;
}
#lower-footer ul {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
}
#lower-footer ul li {
  display: inline;
  margin-left: 10px;
  font-weight: 400;
  font-size: 9pt;
}
#lower-footer ul li:first-child {
  margin-left: 0;
}
#lower-footer p {
  font-size: 0.667em;
  line-height: 1.5em;
  margin: 0 0 6px;
  color: #013a6f;
}
#footer-logo {
  margin-bottom: 30px;
}
.sprite-social {
  background: transparent url("../lib/core/1.7/img/sprite-social-icons.png") no-repeat;
  height: 22px;
  padding: 5px 0 5px 23px;
}
.socPhone {
  background-position: 0px -520px;
}
.socFax {
  background-position: 0px -560px;
}
.socEmail {
  background-position: 0px -600px;
}
.socContact {
  background-position: 0px -640px;
}
.socText {
  background-position: 0px -680px;
}
.socRss {
  background-position: 0px -720px;
}
.socFacebook {
  background-position: 0px -760px;
}
.socTwitter {
  background-position: 0px -1324px;
}
.socLinkedin {
  background-position: 0px -1743px;
}
.socFlickr {
  background-position: 0px -880px;
}
.socVimeo {
  background-position: 0px -920px;
}
.socGPlus {
  background-position: 0px -940px;
}
.GPlusOne {
  background-position: 0px -960px;
}
.socFoursquare {
  background-position: 0px -980px;
}
.socQuora {
  background-position: 0px -1000px;
}
.socActiveRain {
  background-position: 0px -1020px;
}
.socMap {
  background-position: 0px -1040px;
}
.socMobile {
  background-position: 0px -1060px;
}
.socYouTube {
  background-position: 0px -1080px;
}
.socFav {
  background-position: 0px -1100px;
}
.socBookmark {
  background-position: 0px -1120px;
}
.socBlog {
  background-position: 0px -1140px;
}
@media (max-width: 959px) {
  #head-logo {
    width: 288px;
  }
  #head-right {
    width: 450px;
  }
  #main section:first-child {
    padding-top: 140px;
  }
  .one-third .modal-vid h3 {
    margin: 20px 0;
  }
  .one-third .modal-vid .link {
    margin: 20px;
    padding-top: 20px;
  }
  .one-fourth .modal-vid .link {
    display: none;
  }
  .one-third .reveal {
    width: 218px;
    height: 218px;
    background-size: 218px auto;
  }
  .one-fourth .reveal {
    width: 153px;
    height: 153px;
    background-size: 306px auto;
  }
}
@media (max-width: 767px) {
  #header {
    position: absolute;
    top: 0;
    z-index: 1000;
    background-color: #ffffff;
  }
  #header .inner-block {
    padding: 10px 20px;
    margin: 0;
    width: 100%;
  }
  #header #logo-block {
    width: 200px;
    height: 38px;
    background-size: 100%;
  }
  #head-logo {
    width: 200px;
  }
  #head-right {
    width: 19px;
  }
  #secondary-nav .inner-block {
    width: 100%;
  }
  #secondary-nav #sn-bar {
    height: 28px;
  }
  #secondary-nav #sn-bar ul.small-formation {
    width: 100%;
  }
  #secondary-nav #sn-bar ul.small-formation li {
    width: 31%;
    margin: 1%;
    padding: 0;
  }
  #secondary-nav #sn-bar ul.small-formation li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #menu-dock-toggle {
    margin-top: 13px;
  }
  #alerter {
    left: 260px;
  }
  section .inner-block > div {
    width: 100%;
  }
  #global-modal .modal-dialog {
    width: 480px;
    margin: 0 auto;
  }
  .col .reveal,
  .pad-col .reveal {
    width: 460px;
    height: 460px;
    background-size: 460px auto;
  }
}
@media (max-width: 479px) {
  #global-modal .modal-dialog {
    width: 320px;
  }
  .col .reveal,
  .pad-col .reveal {
    width: 300px;
    height: 300px;
    background-size: 300px auto;
  }
}
body.mobile #sn-bar {
  max-height: 40px;
  overflow-y: hidden;
}
body.mobile #sn-bar ul {
  visibility: hidden;
}
/**
 * End FA Web Core
**/
body.alt-bg-sections section:nth-child(even) {
  background-color: #ebebeb;
}
.corp-clear-header {
  background: transparent;
  z-index: 1000;
}
.corp-clear-header #logo-block {
  width: 288px;
  height: 55px;
  background-repeat: no-repeat;
}
.corp-clear-header #sys-nav > li:hover {
  background-color: #ebebeb;
}
.corp-clear-header #sys-nav > li:hover a {
  color: #464646;
}
.corp-clear-header #sys-nav > li:focus-within,
.corp-clear-header #sys-nav > li > a:focus {
  background-color: #ebebeb;
}
.corp-clear-header #sys-nav > li > a:focus {
  color: #464646;
}
.corp-clear-header #sys-nav > li ul {
  background-color: #ebebeb;
}
.corp-clear-header #sys-nav > li ul li:hover {
  background-color: #f4f4f4;
}
.corp-clear-header #sys-nav a {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
}
.corp-clear-header #hn-list > ul > li:hover,
.corp-clear-header #hn-list > ul > li.open {
  background-color: #fccf45;
}
.corp-clear-header #hn-list > ul > li:hover a,
.corp-clear-header #hn-list > ul > li.open a {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
  color: #503b02;
}
.corp-clear-header #hn-list > ul > li:focus-within,
.corp-clear-header #hn-list > ul > li > a:focus {
  background-color: #fccf45;
}
.corp-clear-header #hn-list > ul > li > a:focus {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
  color: #503b02;
}
.corp-clear-header #hn-list > ul > li ul {
  background-color: #fccf45;
}
.corp-clear-header #hn-list > ul > li ul li a {
  color: #666;
}
.corp-clear-header #hn-list > ul > li ul li a:focus {
  background-color: #fddc77;
}
.corp-clear-header #hn-list > ul > li ul li:hover,
.corp-clear-header #hn-list > ul > li ul li:focus-within {
  background-color: #fddc77;
}
.corp-clear-header #hn-list ul ul ul {
  background-color: #fddc77;
}
.corp-clear-header #hn-list ul.lined li {
  border-top: 1px solid #503b02;
}
.corp-clear-header #hn-list ul.lined li:first-child {
  border-top: none;
}
.corp-clear-header #menu-dock-toggle {
  background: transparent url("../lib/core/1.7/img/hamburger.png") no-repeat;
}
.corp-clear-header #logo-block {
  background-image: url("../lib/core/1.7/img/head-logo.png");
}
.corp-clear-header #sys-nav > li a {
  color: #013a6f;
}
.corp-clear-header #hn-list a {
  color: #013a6f;
}
.corp-clear-header #sys-nav #stock-ticker:hover {
  background-color: transparent;
}
.corp-clear-header #sys-nav #stock-ticker a {
  color: #013a6f;
}
.corp-clear-header #sys-nav #stock-ticker a:focus {
  background-color: #ffffff;
}
.card-block {
  background-color: #ffffff;
}
.card-block a {
  color: #464646;
}
.card-block a:hover {
  color: #464646;
}
.card-block a:focus {
  color: #026fd4;
}
.card-block p {
  display: block;
  padding: 20px;
}
.card-block hr {
  margin: -30px 20px 0;
}
.card-block .link {
  color: #013a6f;
  font-size: 13pt;
  display: block;
  text-align: center;
  padding: 20px;
}
.card-block h3 {
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  background-repeat: no-repeat;
}
.card-block h4 {
  margin: 0 0 -10px;
  padding: 20px 20px 0;
  color: #464646;
  font-size: 15pt;
}
.card-block.one-third h3 {
  width: 284px;
  height: 284px;
  margin: 0 0 15px;
  padding: 100px 22px 0;
  font-size: 28pt;
}
.card-block.one-fourth h3 {
  width: 202px;
  height: 202px;
  margin: 0 0 15px;
  padding: 100px 22px 0;
  font-size: 28pt;
}
.horiz-links {
  padding: 0;
  margin: 0;
  float: left;
}
.horiz-links li {
  list-style: none;
  float: left;
  padding: 0 20px;
  margin: 0;
  border-left: 1px solid #464646;
}
.horiz-links li:first-child {
  border-left: none;
  padding-left: 0;
}
.services-list {
  padding: 0;
  border-top: 1px solid #c2c2c2;
}
.services-list li {
  list-style: none;
  border-bottom: 1px solid #c2c2c2;
  overflow: hidden;
}
.services-list li .horiz-links li {
  border-bottom: none;
}
.und {
  text-decoration: underline;
}
.hl-note {
  color: #c2c2c2;
  font-size: 14pt;
  font-weight: 300;
}
.learn-small {
  display: block;
  font-weight: 300;
  line-height: 1.2em;
  padding: 16px 50px 16px 12px;
  background: #fccf45 url("../lib/core/1.7/img/chevron-brown.png") 90% center no-repeat;
  color: #503b02;
  font-size: 16pt;
  text-decoration: none;
  float: left;
  float: right;
  font-size: 12pt;
  background-size: 5px auto;
  margin-bottom: 30px;
  padding: 5px 35px 5px 12px;
}
.learn-small:hover {
  color: #503b02;
  background-color: #fcd55e;
}
.learn-small:focus {
  color: #503b02;
  background-color: #fcd55e;
  text-decoration: underline;
}
.learn-small a {
  color: #503b02;
}
.learn-small a:hover {
  color: #503b02;
}
.learn-small a:focus {
  color: #503b02;
}
body.faf-home #header {
  background: transparent;
  z-index: 1000;
}
body.faf-home #header #logo-block {
  width: 288px;
  height: 55px;
  background-repeat: no-repeat;
}
body.faf-home #header #sys-nav > li:hover {
  background-color: #ebebeb;
}
body.faf-home #header #sys-nav > li:hover a {
  color: #464646;
}
body.faf-home #header #sys-nav > li:focus-within,
body.faf-home #header #sys-nav > li > a:focus {
  background-color: #ebebeb;
}
body.faf-home #header #sys-nav > li > a:focus {
  color: #464646;
}
body.faf-home #header #sys-nav > li ul {
  background-color: #ebebeb;
}
body.faf-home #header #sys-nav > li ul li:hover {
  background-color: #f4f4f4;
}
body.faf-home #header #sys-nav a {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
}
body.faf-home #header #hn-list > ul > li:hover,
body.faf-home #header #hn-list > ul > li.open {
  background-color: #fccf45;
}
body.faf-home #header #hn-list > ul > li:hover a,
body.faf-home #header #hn-list > ul > li.open a {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
  color: #503b02;
}
body.faf-home #header #hn-list > ul > li:focus-within,
body.faf-home #header #hn-list > ul > li > a:focus {
  background-color: #fccf45;
}
body.faf-home #header #hn-list > ul > li > a:focus {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
  color: #503b02;
}
body.faf-home #header #hn-list > ul > li ul {
  background-color: #fccf45;
}
body.faf-home #header #hn-list > ul > li ul li a {
  color: #666;
}
body.faf-home #header #hn-list > ul > li ul li a:focus {
  background-color: #fddc77;
}
body.faf-home #header #hn-list > ul > li ul li:hover,
body.faf-home #header #hn-list > ul > li ul li:focus-within {
  background-color: #fddc77;
}
body.faf-home #header #hn-list ul ul ul {
  background-color: #fddc77;
}
body.faf-home #header #hn-list ul.lined li {
  border-top: 1px solid #503b02;
}
body.faf-home #header #hn-list ul.lined li:first-child {
  border-top: none;
}
body.faf-home #header #menu-dock-toggle {
  background: transparent url("../lib/core/1.7/img/hamburger.png") no-repeat;
}
body.faf-home #header #logo-block {
  background-image: url("../lib/core/1.7/img/head-logo.png");
}
body.faf-home #header #sys-nav > li a {
  color: #013a6f;
}
body.faf-home #header #hn-list a {
  color: #013a6f;
}
body.faf-home #header #sys-nav #stock-ticker:hover {
  background-color: transparent;
}
body.faf-home #header #sys-nav #stock-ticker a {
  color: #013a6f;
}
body.faf-home #header #sys-nav #stock-ticker a:focus {
  background-color: #ffffff;
}
body.faf-home #dvc-main .nav-lender h3 {
  margin: 0 0 0px;
  height: auto;
  width: auto;
  padding: 20px;
}
body.faf-home #dvc-main .nav-lender .title-box {
  align-items: center;
  display: flex;
  background-color: #013a6f;
  background-position: center top;
  background-size: 100% auto;
  min-height: 200px;
  justify-content: space-around;
}
body.faf-home #dvc-main .nav-lender .continued {
  margin-top: 40px;
}
body.faf-home #dvc-main .nav-lender .two-col {
  display: flex;
}
body.faf-home #dvc-main .nav-lender .half {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}
body.faf-home #dvc-main .nav-lender .content {
  flex-grow: 1;
}
body.faf-home #dvc-main .nav-lender .call-to-action {
  display: flex;
  justify-content: center;
}
body.faf-home #dvc-main .nav-lender .card-block a.learn-more-btn {
  margin: 20px;
  text-decoration: none;
  color: #464646;
}
body.faf-home #dvc-main .nav-lender .card-block a.learn-more-btn :hover {
  color: #464646;
}
body.faf-home #dvc-main .nav-lender .card-block a {
  color: #013a6f;
}
body.faf-home #dvc-main .nav-lender .card-block a :hover {
  color: #026fd4;
}
body.faf-home #dvc-main .nav-lender .card-block p {
  padding: 20px 20px 0px 20px;
  margin-bottom: 0px;
}
#head-nav li.double-nav:hover {
  background-color: #fccf45;
}
#head-nav li.double-nav h5 {
  font-size: 12pt;
  color: #503b02;
  font-weight: 700;
}
#head-nav li.double-nav ul.second-column {
  right: -200px;
}
#head-nav li.col-title:hover {
  background-color: #fccf45 !important;
}
#head-nav li.col-title h5 {
  margin: 0;
}
#header #sys-nav li {
  padding: 10px;
}
#header #sys-nav #stock-ticker:hover {
  background-color: transparent;
}
#header #sys-nav #stock-ticker a {
  color: #ffffff;
}
#header #sys-nav #stock-ticker a:focus {
  background-color: #000000;
}
.stock-arrow {
  display: inline-block;
  width: 8px;
  height: 6px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  top: -2px;
}
.stock-arrow.up {
  background-image: url("/assets/faf/img/ico-stock-up.png");
}
.stock-arrow.down {
  background-image: url("/assets/faf/img/ico-stock-down.png");
}
.thinAlert {
  font-size: 11pt;
}
.thinAlert span {
  padding: 5px 0;
}
.thinAlert a {
  padding: 5px 10px;
}
#emergency-alert {
  margin: 0;
  padding: 10px 0;
  background-color: #ffe599;
  color: #332600;
  font-size: 14pt;
  font-size: 11pt;
}
#emergency-alert span {
  display: block;
  float: left;
  max-width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 0;
}
#emergency-alert a {
  display: block;
  float: right;
  color: #ffffff;
  padding: 10px;
  background-color: #d92c1c;
}
#emergency-alert a:hover {
  color: #ffffff;
}
#emergency-alert a:focus {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #emergency-alert span {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    max-width: 82%;
    font-size: 9pt;
    padding: 0 10px 0 0;
  }
  #emergency-alert a {
    font-size: 9pt;
  }
}
@media (max-width: 479px) {
  #emergency-alert span {
    max-width: 72%;
  }
}
#emergency-alert span {
  padding: 5px 0;
}
#emergency-alert a {
  padding: 5px 10px;
}
#info-alert {
  margin: 0;
  padding: 10px 0;
  background-color: #bccfe0;
  color: #013a6f;
  font-size: 14pt;
  font-size: 11pt;
}
#info-alert span {
  display: block;
  float: left;
  max-width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 0;
}
#info-alert a {
  display: block;
  float: right;
  color: #ffffff;
  padding: 10px;
  background-color: #013a6f;
}
#info-alert a:hover {
  color: #ffffff;
}
#info-alert a:focus {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #info-alert span {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    max-width: 82%;
    font-size: 9pt;
    padding: 0 10px 0 0;
  }
  #info-alert a {
    font-size: 9pt;
  }
}
@media (max-width: 479px) {
  #info-alert span {
    max-width: 72%;
  }
}
#info-alert span {
  padding: 5px 0;
}
#info-alert a {
  padding: 5px 10px;
}
#global-modal.sign-in-modal .modal-dialog {
  width: 750px;
  margin: 100px auto 30px;
}
#global-modal.sign-in-modal .modal-content {
  background-color: rgba(235, 235, 235, 0.8);
  padding: 40px;
  color: #464646;
  overflow: hidden;
}
#global-modal.sign-in-modal .modal-content .modal-header h4.modal-title {
  margin: 0 0 20px;
  color: #464646;
}
#global-modal.sign-in-modal .modal-content .modal-header .close span {
  color: #464646;
}
#global-modal.sign-in-modal .modal-content p {
  font-size: 10pt;
}
#global-modal.sign-in-modal .modal-content input:focus {
  outline: none;
}
#global-modal.sign-in-modal a.form-privacy {
  position: relative;
  top: -10px;
}
#global-modal.sign-in-modal #sign-in-sidebar {
  float: right;
  width: 225px;
  padding: 20px;
  background-color: #ffffff;
}
#global-modal.sign-in-modal #sign-in-sidebar h3 {
  font-weight: 300;
  margin-top: 0;
  color: #464646;
}
#global-modal.sign-in-modal #sign-in-sidebar ul {
  margin: 0;
  padding: 0;
}
#global-modal.sign-in-modal #sign-in-sidebar ul li {
  list-style: none;
  border-top: 1px solid #c2c2c2;
  padding: 0;
}
#global-modal.sign-in-modal #sign-in-sidebar ul li p {
  color: #464646;
}
#sign-in-content {
  display: none;
}
#sign-in-main {
  float: left;
  width: 405px;
}
#sign-in-main h3 {
  color: #464646;
  margin-top: 0;
}
#sign-in-main input[type="text"],
#sign-in-main input[type="password"] {
  width: 190px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 2px 2px 5px #c2c2c2;
  -moz-box-shadow: inset 2px 2px 5px #c2c2c2;
  box-shadow: inset 2px 2px 5px #c2c2c2;
  border-collapse: separate;
  border: none;
  margin-bottom: 20px;
  padding: 6px 10px;
}
#sign-in-main input[type="password"] {
  margin-left: 20px;
}
#sign-in-main .forgot {
  line-height: 32px;
}
#sign-in-main .forgot a {
  text-decoration: underline;
}
#myFirstAmSignInForm {
  padding-bottom: 40px;
  border-bottom: 1px solid #c2c2c2;
}
#mfa-signup {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #c2c2c2;
  padding: 20px 0;
}
#mfa-signup p {
  margin-bottom: 10px;
}
#mfa-promo-2 {
  border-top: 1px solid #ffffff;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
#mfa-promo-2 img {
  width: 100%;
  float: left;
  height: 203px;
}
#mfa-promo-2 img.next {
  position: absolute;
  top: 83px;
  left: 0;
}
#faf-home-carousel {
  background-repeat: repeat-x;
  background-position: top center;
}
#faf-home-carousel .inner-block {
  padding: 0;
  position: relative;
}
#faf-home-carousel h1 {
  font-size: 0;
}
#hc-slides {
  height: 548px;
  padding: 0;
  margin: 0;
}
#hc-slides li {
  display: none;
  float: left;
  width: 349px;
  height: 349px;
  border: 5px solid #ffffff;
  margin-top: 4px;
  padding: 30px;
  position: relative;
}
#hc-slides li a {
  text-decoration: none;
  color: #ffffff;
}
#hc-slides li a:focus {
  color: #013a6f;
}
#hc-slides li h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 26pt;
  margin-bottom: 20px;
  font-weight: 400;
}
#hc-slides li p {
  margin: 0;
  color: #ffffff;
  font-size: 13pt;
  line-height: 1.4em;
}
#hc-slides li .link {
  display: block;
  position: absolute;
  width: 279px;
  bottom: 30px;
  text-align: center;
  font-size: 15pt;
  color: #fccf45;
  margin-top: 24px;
}
#hc-slides li.active {
  display: block;
}
#hc-slides li.right {
  float: right;
}
.hc-index {
  position: absolute;
  bottom: 160px;
  cursor: pointer;
}
#hc-index-left {
  left: 0px;
}
#hc-index-right {
  right: 0px;
}
.hc-innovation {
  background: rgba(0, 0, 0, 0.2);
}
#divisions-nav {
  background: transparent url("/assets/faf/img/nav-division-background.png") repeat-x;
  position: relative;
  margin-top: -155px;
}
#divisions-nav .inner-block {
  padding: 0;
}
#dn-bg {
  position: absolute;
  height: 155px;
  width: 294px;
  top: 0;
  left: 1424px;
  margin-left: -4px;
  background-image: url("/assets/faf/img/nav-division-gradient-right.png");
}
#mid-nav {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.mid-nav-item {
  display: block;
  float: left;
}
.mid-nav-item a {
  display: block;
  padding-bottom: 10px;
  background-image: url("/assets/faf/img/nav-division-gradient-button.png");
}
.mid-nav-item a .nav-icon {
  width: 155px;
  height: 145px;
  background-size: 155px auto;
}
.mid-nav-item a:focus {
  background-color: #013a6f;
}
.mid-nav-item.active {
  background: #ffffff;
}
.mid-nav-item.active a {
  background-image: none;
}
.mid-nav-item.active a .nav-icon {
  background-position: 0 -145px;
}
.mid-nav-item.nav-title .nav-icon {
  background-image: url("/assets/faf/img/nav-sprite-title.png");
}
.mid-nav-item.nav-lender .nav-icon {
  background-image: url("/assets/faf/img/nav-sprite-lender.png");
}
.mid-nav-item.nav-data .nav-icon {
  background-image: url("/assets/faf/img/nav-sprite-data.png");
}
.mid-nav-item.nav-hwarr .nav-icon {
  background-image: url("/assets/faf/img/nav-sprite-hwarr.png");
}
.mid-nav-item.nav-trust .nav-icon {
  background-image: url("/assets/faf/img/nav-sprite-trust.png");
}
.mid-nav-item.nav-intl .nav-icon {
  background-image: url("/assets/faf/img/nav-sprite-intl.png");
}
.mid-nav-item.nav-news .nav-icon {
  background-image: url("/assets/faf/img/nav-sprite-news.png");
}
#divisions-content {
  background-color: #ebebeb;
  background-position: top center;
  background-repeat: repeat-x;
}
#dvc-main {
  padding: 0;
  position: relative;
  height: 820px;
}
li.dvc {
  list-style: none;
  visibility: hidden;
  position: absolute;
  top: 0;
}
li.dvc.active {
  visibility: visible;
}
li.dvc h2 {
  font-weight: 300;
  font-size: 30pt;
  line-height: 1.1em;
  margin: 20px 0 40px;
}
.dvc.nav-title .learn-more-btn {
  margin-top: 235px;
}
#hnt-find-office {
  background-color: #ffffff;
  text-align: center;
}
#hnt-find-office a:focus {
  text-decoration: underline;
}
#hnt-find-office h3 {
  font-size: 16pt;
  font-weight: 700;
  margin: 62px 0;
}
#hnt-find-office img {
  width: 100%;
}
.dvc.nav-lender h3 {
  font-weight: 700;
  color: #ffffff;
  display: block;
  background-color: #013a6f;
  background-position: center top;
  background-size: 100% auto;
  padding: 40px;
  margin: 0 0 40px;
  text-align: center;
  font-size: 24pt;
}
.dvc.nav-lender .half.col {
  background-color: #ffffff;
}
.dvc.nav-lender .half.col p {
  padding: 0 40px;
}
.dvc.nav-lender .half.col a.learn-more-btn {
  float: none;
  width: 172px;
  margin: 0 auto 40px;
}
.dvc.nav-lender .half.col:last-of-type a.learn-more-btn {
  margin-top: 30px;
}
.dvc.nav-data h3 {
  margin: 300px 0 40px;
  text-align: center;
  color: #464646;
}
.dvc.nav-data p {
  text-align: center;
  font-weight: 400;
}
.dvc.nav-data .half P {
  text-align: left;
  font-weight: 300;
}
.dvc.nav-data .mix-match {
  background: transparent url("/assets/faf/img/background-top-data-3-2.jpg") center 40px no-repeat;
}
.dvc.nav-data .mix-match .learn-more-btn {
  float: none;
  width: 172px;
  margin: 0 auto;
}
.dvc.nav-data ul {
  overflow: hidden;
}
.dvc.nav-data ul li {
  background-size: 70px auto;
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 18%;
  padding: 114px 0 0;
  margin: 0 0 30px 20px;
  text-align: center;
  font-weight: 400;
  font-size: 11pt;
}
.dvc.nav-data ul li.nav-data-tax {
  background-image: url("/assets/faf/img/band-home-data-icon-tax.png");
  margin-left: 0;
  padding: 114px 30px 0;
}
.dvc.nav-data ul li.nav-data-deed {
  background-image: url("/assets/faf/img/band-home-data-icon-deed.png");
  padding: 114px 10px 0;
}
.dvc.nav-data ul li.nav-data-releases {
  background-image: url("/assets/faf/img/band-home-data-icon-releases.png");
}
.dvc.nav-data ul li.nav-data-association {
  background-image: url("/assets/faf/img/band-home-data-icon-association.png");
  padding: 114px 10px 0;
}
.dvc.nav-data ul li.nav-data-prop-char {
  background-image: url("/assets/faf/img/band-home-data-icon-prop-char.png");
  padding: 114px 10px 0;
}
.dvc.nav-data ul li.nav-data-val {
  background-image: url("/assets/faf/img/band-home-data-icon-val.png");
  clear: left;
  margin-left: 87px;
}
.dvc.nav-data ul li.nav-data-listing {
  background-image: url("/assets/faf/img/band-home-data-icon-listing.png");
  padding: 114px 30px 0;
}
.dvc.nav-data ul li.nav-data-map {
  background-image: url("/assets/faf/img/band-home-data-icon-map.png");
}
.dvc.nav-data ul li.nav-data-recorded {
  background-image: url("/assets/faf/img/band-home-data-icon-recorded.png");
  padding: 114px 20px 0;
}
.nav-hwarr .half {
  padding-top: 200px;
}
.nav-hwarr p {
  font-weight: 100;
  font-size: 18pt;
  margin: 0 0 40px;
  line-height: 1.35em;
}
.hw-insurance {
  background: #e1e1e1 url("/assets/faf/img/band-home-warranty-pic-insurance.jpg") no-repeat;
}
.hw-insurance .bulleted {
  margin-bottom: 0;
}
.hw-insurance .link-group {
  margin-top: 40px;
}
.hw-warranty {
  background: #e1e1e1 url("/assets/faf/img/band-home-warranty-pic-warranty.jpg") no-repeat;
}
.hw-warranty p {
  margin-bottom: 0;
}
.hw-warranty .link-group {
  margin-top: 272px;
}
.link-group {
  width: 60%;
  margin: 20px auto 0;
  text-align: center;
  overflow: hidden;
}
.link-group a.learn-more-btn {
  float: none;
  width: 172px;
  margin: 0 auto 10px;
}
#hw-vid {
  margin: 40px 0;
  position: relative;
}
#hw-vid img {
  width: 50%;
  float: left;
}
#hw-vid h4 {
  width: 50%;
  margin: 0;
  padding: 20px;
  float: left;
  color: #464646;
}
#hw-vid .play-hover {
  position: absolute;
  top: 25px;
  left: 65px;
  width: 60px;
  height: 60px;
  background: transparent url("../lib/core/1.7/img/play-sprite.png") no-repeat;
  -ms-behavior: url(/assets/lib/legacy/backgroundsize.min.htc);
  background-size: 60px auto;
}
#hw-vid:hover {
  cursor: pointer;
}
#hw-vid:hover .play-hover {
  background-position: 0 -60px;
}
.dvc.nav-trust .learn-more-btn {
  margin-top: 270px;
}
.dvc.nav-trust .three-col {
  margin: 20px 0 40px;
}
.card-block.wealth-mgmt h3 {
  background-image: url("/assets/faf/img/card-wealth-mgmt.jpg");
}
.card-block.trust-svcs h3 {
  background-image: url("/assets/faf/img/card-trust-svcs.jpg");
}
.card-block.banking-svcs h3 {
  background-image: url("/assets/faf/img/card-banking-svcs.jpg");
}
.dvc.nav-intl .learn-more-btn {
  margin-top: 195px;
}
#cfoc {
  background: #eaeaea url("/assets/faf/img/band-home-firstamcares-1.jpg") center top repeat-x;
}
#cfoc h2 {
  font-weight: 300;
  font-size: 30pt;
  line-height: 1.1em;
  margin: 20px 0 40px;
  font-size: 26pt;
}
#cfoc .learn-more-btn {
  float: right;
}
#cfoc .three-col {
  margin-top: 60px;
}
#cfoc .one-third h4 {
  font-size: 14pt;
  color: #464646;
  font-weight: 700;
  margin-top: 0;
}
#cfoc .one-third img {
  width: 100%;
}
#cares-feed {
  padding: 0;
  margin: 0;
}
#cares-feed li {
  list-style: none;
  margin-bottom: 8px;
}
#cares-feed li a {
  color: #013a6f;
  text-decoration: underline;
  font-size: 11pt;
  line-height: 1.1em;
}
#cares-feed li a:hover {
  color: #013a6f;
}
#cares-feed li a:focus {
  text-decoration: none;
}
#cares-feed li .rss-date {
  color: #464646;
  font-size: 10pt;
  line-height: 1.2em;
}
#cares-feed li.cares-more a {
  text-decoration: none;
  font-weight: 700;
}
#cares-feed li.cares-more a:focus {
  text-decoration: underline;
}
#careers {
  background: #f6e3d2 url("/assets/faf/img/band-home-careers.jpg") top center repeat-x;
}
#careers h2 {
  font-weight: 300;
  font-size: 30pt;
  line-height: 1.1em;
  margin: 20px 0 40px;
  font-size: 28pt;
}
#careers p {
  font-weight: 100;
  font-size: 18pt;
  margin: 0 0 40px;
  line-height: 1.35em;
}
#careers .learn-more-btn {
  float: right;
}
#careers .three-col {
  margin-top: 40px;
}
#careers .three-col .one-third > img {
  width: 100%;
}
#careers .modal-vid {
  background: transparent;
}
#jobs-feed {
  padding: 0;
  margin: 0;
}
#jobs-feed li {
  list-style: none;
  margin-bottom: 12px;
}
#jobs-feed li a {
  text-decoration: underline;
  font-size: 16pt;
}
#jobs-feed li.jobs-more a {
  text-decoration: none;
}
body.title-insurance-and-settlement-services {
  background: #ebebeb url("/assets/faf/img/background-top-title-1.jpg") top center repeat-x;
}
body.title-insurance-and-settlement-services .hidden {
  display: none;
}
body.title-insurance-and-settlement-services #map {
  padding: 60px 0px 80px;
  background-color: #ffffff;
}
body.title-insurance-and-settlement-services #map #scroll-left,
body.title-insurance-and-settlement-services #map #scroll-right {
  display: none;
}
body.title-insurance-and-settlement-services #map #commercial,
body.title-insurance-and-settlement-services #map #agency,
body.title-insurance-and-settlement-services #map #homebuilders,
body.title-insurance-and-settlement-services #map #vacation {
  background-color: #f4f4f4;
  color: #013a6f;
}
body.title-insurance-and-settlement-services #map #commercial .icon,
body.title-insurance-and-settlement-services #map #agency .icon,
body.title-insurance-and-settlement-services #map #homebuilders .icon,
body.title-insurance-and-settlement-services #map #vacation .icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url("/assets/faf/img/title/icon-link-off.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.title-insurance-and-settlement-services #map .tabs-wrapper {
  position: relative;
  top: -104px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
body.title-insurance-and-settlement-services #map .tabs-wrapper #scroll-left,
body.title-insurance-and-settlement-services #map .tabs-wrapper #scroll-right {
  margin: 0px 10px;
  padding: 10px 15px;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
body.title-insurance-and-settlement-services #map .tabs-wrapper #scroll-left {
  background-color: #e1e1e1;
}
body.title-insurance-and-settlement-services #map .tabs-wrapper #scroll-right {
  background-color: #f4f4f4;
}
body.title-insurance-and-settlement-services #map .tabs-wrapper .tabs {
  overflow-x: hidden;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
body.title-insurance-and-settlement-services #map .tabs-wrapper .tabs #commercial a,
body.title-insurance-and-settlement-services #map .tabs-wrapper .tabs #agency a,
body.title-insurance-and-settlement-services #map .tabs-wrapper .tabs #homebuilders a,
body.title-insurance-and-settlement-services #map .tabs-wrapper .tabs #vacation a {
  text-decoration: underline;
}
body.title-insurance-and-settlement-services #map .tabs-wrapper .tabs #commercial:hover a,
body.title-insurance-and-settlement-services #map .tabs-wrapper .tabs #agency:hover a,
body.title-insurance-and-settlement-services #map .tabs-wrapper .tabs #homebuilders:hover a,
body.title-insurance-and-settlement-services #map .tabs-wrapper .tabs #vacation:hover a,
body.title-insurance-and-settlement-services #map .tabs-wrapper .tabs #commercial:hover a:visited,
body.title-insurance-and-settlement-services #map .tabs-wrapper .tabs #agency:hover a:visited,
body.title-insurance-and-settlement-services #map .tabs-wrapper .tabs #homebuilders:hover a:visited,
body.title-insurance-and-settlement-services #map .tabs-wrapper .tabs #vacation:hover a:visited {
  color: #013a6f;
}
body.title-insurance-and-settlement-services #map .tabs-wrapper .tabs #commercial:hover .icon,
body.title-insurance-and-settlement-services #map .tabs-wrapper .tabs #agency:hover .icon,
body.title-insurance-and-settlement-services #map .tabs-wrapper .tabs #homebuilders:hover .icon,
body.title-insurance-and-settlement-services #map .tabs-wrapper .tabs #vacation:hover .icon {
  background-image: url("/assets/faf/img/title/icon-link-hover.svg");
}
body.title-insurance-and-settlement-services #map .tabs-wrapper .tabs .tab {
  min-width: fit-content;
  padding: 10px;
  margin-left: 10px;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
body.title-insurance-and-settlement-services #map #services-select,
body.title-insurance-and-settlement-services #map #state-select {
  display: none;
}
body.title-insurance-and-settlement-services #map .inner-block {
  position: relative;
}
body.title-insurance-and-settlement-services #map .residential {
  position: relative;
}
body.title-insurance-and-settlement-services #map .residential #region-map {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.title-insurance-and-settlement-services #map .residential .state-card {
  width: 200px;
  height: 350px;
  background-color: #f4f4f4;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
}
body.title-insurance-and-settlement-services #map .residential .state-card .state-card-img {
  width: 100%;
  height: 200px;
  padding: 20px;
  background-image: url("/assets/faf/img/example-office-photo.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
body.title-insurance-and-settlement-services #map .residential .state-card .state-card-img .close-x .x-white {
  color: white;
  font-size: 12pt;
  font-weight: 900;
  text-shadow: 0 0 black;
  background-color: transparent;
  border: none;
}
body.title-insurance-and-settlement-services #map .residential .state-card .state-card-content {
  margin: 20px;
}
body.title-insurance-and-settlement-services #map .residential .state-card .state-card-content h5 {
  margin: 0;
  color: #464646;
  font-size: 13.5pt;
}
body.title-insurance-and-settlement-services #map .residential .state-card .state-card-content .line {
  width: 160px;
  margin: 20px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
body.title-insurance-and-settlement-services #map .residential .state-card .state-card-content .state-card-content-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body.title-insurance-and-settlement-services #map .residential .state-card .state-card-content .state-card-content-link a:first-of-type {
  text-decoration: underline;
  margin-right: 5px;
}
body.title-insurance-and-settlement-services #education {
  background-image: url("/assets/faf/img/title/band-education-1.jpg");
  background-position: top 20% center;
  background-repeat: repeat-x;
  background-size: 2000px;
}
body.title-insurance-and-settlement-services #education .inner-block {
  padding: 60px 0px 80px;
}
body.title-insurance-and-settlement-services #education .inner-block .one-third {
  width: 285px;
  height: 285px;
  margin-bottom: 40px;
}
body.title-insurance-and-settlement-services #education .inner-block .one-third #what-is-title-insurance,
body.title-insurance-and-settlement-services #education .inner-block .one-third #what-is-escrow {
  height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
body.title-insurance-and-settlement-services #education .inner-block .one-third #what-is-title-insurance h3,
body.title-insurance-and-settlement-services #education .inner-block .one-third #what-is-escrow h3 {
  padding: 0px 30px 30px;
  margin: 0px;
  color: #ffffff;
}
body.title-insurance-and-settlement-services #education .inner-block .one-third #what-is-title-insurance {
  background-image: url("/assets/faf/img/title/tile-home-en-helpful-title-1.jpg");
}
body.title-insurance-and-settlement-services #education .inner-block .one-third #what-is-escrow {
  background-image: url("/assets/faf/img/title/tile-home-en-helpful-escrow-1.jpg");
}
body.title-insurance-and-settlement-services #education .inner-block .one-third .link {
  background-color: #ffffff;
  padding: 30px 85px;
  color: #013a6f;
}
@media (max-width: 767px) {
  body.title-insurance-and-settlement-services #map #scroll-left,
  body.title-insurance-and-settlement-services #map #scroll-right {
    display: block;
  }
  body.title-insurance-and-settlement-services #map #state-select {
    display: block;
  }
  body.title-insurance-and-settlement-services #map .residential #region-map {
    height: 500px;
  }
}
@media (max-width: 479px) {
  body.title-insurance-and-settlement-services #map .tabs-wrapper {
    display: none;
  }
  body.title-insurance-and-settlement-services #map #services-select {
    display: block;
  }
  body.title-insurance-and-settlement-services #map .residential #region-map {
    height: 350px;
  }
}
#intro-title .learn-more-btn {
  margin-top: 210px;
}
body.real-estate-data-and-recorded-documents {
  background: #ffffff url("/assets/faf/img/background-top-data-2-computer-2.jpg") center top repeat-x;
}
body.home-warranty-and-insurance {
  background: #ebebeb url("/assets/faf/img/background-top-warranty-1.jpg") top center repeat-x;
}
body.home-warranty-and-insurance .learn-more-btn {
  float: right;
  margin-left: 20px;
}
section#warranty {
  background: #ebebeb url("/assets/faf/img/background-top-warranty-2.jpg") top center repeat-x;
}
section#warranty h3 {
  width: 60%;
  color: #464646;
}
#hw-video {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  text-align: center;
}
#hw-video.learn-more-btn {
  background-color: #fccf45;
}
#hw-video.bord img {
  border: 7px solid #ffffff;
}
#hw-video.inverse .black-over {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1500;
}
#hw-video.bord.inverse .black-over {
  top: 7px;
  left: 7px;
}
#hw-video .play-hover {
  position: absolute;
  background: transparent url("../lib/core/1.7/img/play-sprite.png") 0 0 no-repeat;
  z-index: 1600;
}
#hw-video h3 {
  font-weight: 400;
  margin: 62px 0;
}
#hw-video p {
  padding: 0 20px;
  font-size: 10.75pt;
  text-align: left;
}
#hw-video .link {
  display: block;
  border-top: 1px solid #c2c2c2;
}
#hw-video .link.no-bord {
  border: none;
}
#hw-video:hover {
  cursor: pointer;
}
#hw-video:hover.inverse .black-over {
  background: transparent;
}
#hw-video img {
  width: 100%;
}
#hw-video .play-hover.ph-half {
  top: 48px;
  background-position: 0 -142px;
}
#hw-video:hover .play-hover.ph-half {
  background-position: 0 0;
}
section#pc-insurance {
  background: #ebebeb url("/assets/faf/img/band-warranty-property-1.jpg") top center repeat-x;
}
section#pc-insurance h3 {
  color: #464646;
}
section#pc-insurance ul {
  margin: 0 0 40px;
  width: 50%;
  float: left;
}
body.trust-services {
  background: #ebebeb url("/assets/faf/img/background-top-trust-1.jpg") top center repeat-x;
}
body.trust-services .learn-more-btn {
  margin-top: 235px;
}
body.trust-services .card-block h2 {
  font-weight: 700;
  text-align: center;
  font-size: 18pt;
}
body.international-services {
  background: #ebebeb url("/assets/faf/img/background-top-international-1.jpg") top center repeat-x;
}
body.international-services section:first-child .one-third p {
  margin-top: 340px;
}
#geographic-reach {
  background: #cddae3 url("/assets/faf/img/band-international-reach-1.jpg") top center repeat-x;
}
.blue-cards {
  margin: 40px 0;
}
.blue-cards .col {
  background-color: #ffffff;
}
.blue-cards .col.canada h4 {
  background-image: url("/assets/faf/img/band-international-canada-2.jpg");
}
.blue-cards .col.uk h4 {
  background-image: url("/assets/faf/img/band-international-europe-2.jpg");
}
.blue-cards .col.anz h4 {
  background-image: url("/assets/faf/img/band-international-australia-2.jpg");
}
.blue-cards .col.kor h4 {
  background-image: url("/assets/faf/img/band-international-skorea-2.jpg");
}
.blue-cards .col.asia h4 {
  background-image: url("/assets/faf/img/band-international-asia-2.jpg");
}
.blue-cards h4 {
  background-color: #013a6f;
  color: #ffffff;
  font-weight: 700;
  font-size: 16pt;
  margin-top: 0;
  padding: 20px;
  text-align: center;
  background-size: 100% auto;
}
.blue-cards ul {
  margin-left: 20px;
}
.blue-cards .bulleted {
  padding-left: 0;
}
body.myfirstam-index h2 {
  font-weight: 300;
  font-size: 24pt;
}
#mv-left,
#mv-right {
  display: none;
}
.switcher-list {
  margin: 0;
  padding: 0;
  text-align: center;
}
.switcher-list li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 20px;
  text-decoration: underline;
  cursor: pointer;
}
.switcher-list li.active {
  text-decoration: none;
  cursor: default;
}
.switcher-list li:first-child {
  margin-left: 0;
}
.sm-blue {
  font-size: 10pt;
  color: #013a6f;
}
#work-easier {
  background: #e6e8e7 url("/assets/faf/img/mfa/background-top-myfirstam-1.jpg") repeat-x;
  background-position: center top;
}
#work-easier h1 {
  margin-top: 380px;
}
#work-easier .one-third {
  padding: 0;
  margin-top: 100px;
  background: #d7d7d7 url("/assets/faf/img/div-line-bg.jpg") center 400px repeat-x;
  -webkit-box-shadow: 0 0 20px #666666;
  -moz-box-shadow: 0 0 20px #666666;
  box-shadow: 0 0 20px #666666;
  border-collapse: separate;
  overflow: hidden;
}
#work-easier .one-third > div {
  padding: 20px;
}
#work-easier .one-third > div h2 {
  color: #464646;
  font-weight: 300;
  margin-top: 0;
}
#work-easier .one-third > div form {
  padding-bottom: 40px;
  border-bottom: none;
}
#work-easier .one-third > div input[type="text"],
#work-easier .one-third > div input[type="password"] {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 2px 2px 5px #cccccc;
  -moz-box-shadow: inset 2px 2px 5px #cccccc;
  box-shadow: inset 2px 2px 5px #cccccc;
  border-collapse: separate;
  margin-bottom: 10px;
  padding: 2px 6px;
}
#work-easier .one-third > div .mfa-submit {
  margin: 20px 0;
}
#work-easier .one-third > div .forgot {
  clear: both;
}
#work-easier .one-third > div .forgot a {
  text-decoration: underline;
}
#work-easier .one-third > div p {
  font-size: 10pt;
  font-weight: 400;
  margin-bottom: 0;
}
#work-easier .one-third a.form-privacy {
  display: block;
}
#more-features {
  background: #ebebeb url("/assets/faf/img/mfa/band-myfirstam-more-features.jpg") repeat-x;
  background-position: center top;
}
#more-features h3 {
  font-size: 20pt;
}
#more-features p.sm-blue {
  width: 65%;
}
#more-features .half > img {
  width: 284px;
}
#info-that-informs {
  background-color: #617e9e;
  background-image: url("/assets/faf/img/mfa/band-myfirstam-prop-info-search.jpg");
  background-repeat: repeat-x;
  background-position: center -60px;
  background-color: #ffffff;
}
#info-that-informs.advanced {
  background-image: url("/assets/faf/img/mfa/band-myfirstam-prop-info-advanced.jpg");
}
#info-that-informs .inner-block {
  position: relative;
}
#info-that-informs .three-col {
  margin-top: 230px;
}
#info-that-informs h4 {
  color: #ffffff;
  background-color: #013a6f;
  padding: 40px;
  text-align: center;
  margin-bottom: 0;
}
#info-that-informs img {
  width: 100%;
  height: 275px;
  background-color: #ffffff;
}
#info-that-informs ul {
  margin: 0;
  padding: 0 0 26px;
  background: #ffffff;
}
#info-that-informs ul li {
  list-style: none;
  overflow: hidden;
  padding-right: 20px;
  background-size: 120px auto;
  background-repeat: no-repeat;
}
#info-that-informs ul li p {
  font-size: 10pt;
  font-weight: 300;
  color: #013a6f;
  margin: 0 0 0 100px;
}
#info-that-informs ul li.resi {
  height: 64px;
  background-image: url("/assets/faf/img/mfa/band-myfirstam-prop-info-promo-resi.jpg");
  background-position: -15px -22px;
}
#info-that-informs ul li.resi p {
  margin-top: 23px;
}
#info-that-informs ul li.comm {
  height: 83px;
  background-image: url("/assets/faf/img/mfa/band-myfirstam-prop-info-promo-commercial.jpg");
  background-position: -12px -10px;
}
#info-that-informs ul li.comm p {
  margin-top: 31px;
}
#info-that-informs ul li.land {
  height: 102px;
  background-image: url("/assets/faf/img/mfa/band-myfirstam-prop-info-promo-vacant.jpg");
  background-position: -13px -12px;
}
#info-that-informs ul li.land p {
  margin-top: 17px;
}
.srch-tab {
  position: absolute;
  top: 257px;
  height: 33px;
  cursor: pointer;
}
#search-tab {
  position: absolute;
  top: 257px;
  height: 33px;
  cursor: pointer;
  width: 80px;
  left: -5px;
}
#adv-search-tab {
  position: absolute;
  top: 257px;
  height: 33px;
  cursor: pointer;
  width: 157px;
  left: 85px;
}
#new-maps-better-data {
  background: #ffffff url("/assets/faf/img/mfa/band-myfirstam-more-new-maps.jpg") repeat-x;
  background-position: center top;
}
#map-views {
  margin: 0;
  padding: 0;
  text-align: center;
}
#map-views li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 20px;
  text-decoration: underline;
  cursor: pointer;
}
#map-views li.active {
  text-decoration: none;
  cursor: default;
}
#map-views li:first-child {
  margin-left: 0;
}
#map-views li {
  color: #013a6f;
}
#map-views li.active {
  color: #464646;
}
#map-views-target {
  position: relative;
  left: -9px;
  width: 722px;
  height: 461px;
  margin: 69px auto 200px;
}
#modern-farming {
  background: #ebe7de url("/assets/faf/img/mfa/band-myfirstam-modern-farming.jpg") top center repeat-x;
}
#modern-farming .farming-feature {
  overflow: hidden;
  margin-bottom: 40px;
}
#modern-farming .farming-feature img {
  width: 120px;
  margin-right: 20px;
  float: left;
  background-color: #4dab3d;
}
#modern-farming .farming-feature h4 {
  float: left;
  width: 300px;
  margin: 0;
}
#notifications {
  background: #666666 url("/assets/faf/img/mfa/band-myfirstam-notifications.jpg") bottom center repeat-x;
}
#notifications .inner-block {
  padding-bottom: 300px;
}
#notifications h2,
#notifications p {
  color: #ffffff;
}
#all-features-any-device {
  background: #ffffff url("/assets/faf/img/mfa/band-myfirstam-any-device.jpg") bottom center repeat-x;
}
#all-features-any-device .inner-block {
  padding: 40px 0 200px;
}
#afad-sub {
  width: 61%;
  float: right;
  margin-top: 40px;
}
#afad-sub > img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 20px;
}
#afad-sub h3 {
  float: left;
  width: 150px;
  margin: 0;
}
#afad-sub p {
  font-size: 10pt;
  color: #013a6f;
  float: left;
  width: 150px;
}
#on-the-mark-data {
  background: #ebebeb url("/assets/faf/img/mfa/band-myfirstam-market-data-repeat.jpg") top center repeat-x;
}
#on-the-mark-data .inner-block {
  padding-bottom: 0;
}
#on-the-mark-data h4 {
  text-align: center;
}
#on-the-mark-data img {
  border: 5px solid #ffffff;
  box-shadow: 0 0 40px #999;
  width: 100%;
}
#eaglepro {
  background: #9cb2c7 url("/assets/faf/img/mfa/band-myfirstam-eaglepro-repeat.jpg") center top repeat-x;
}
#eaglepro .inner-block {
  padding-bottom: 80px;
}
#eaglepro h5 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
#eaglepro img {
  max-width: 100%;
}
#made-to-order {
  background: #666666 url("/assets/faf/img/mfa/band-myfirstam-made-to-order.jpg") bottom center repeat-x;
}
#made-to-order .inner-block {
  padding: 40px 0 0;
  position: relative;
}
#made-to-order * {
  color: #ffffff;
}
#order-views {
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 0 70px;
}
#order-views li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 20px;
  text-decoration: underline;
  cursor: pointer;
}
#order-views li.active {
  text-decoration: none;
  cursor: default;
}
#order-views li:first-child {
  margin-left: 0;
}
#order-views li {
  color: #fccf45;
}
#order-views-target {
  width: 934px;
  height: 500px;
  position: relative;
  left: -5px;
}
#net-win {
  background: #ffffff url("/assets/faf/img/mfa/band-myfirstam-a-net-win.jpg") top center repeat-x;
}
#net-win .inner-block {
  padding: 40px 0 60px;
}
#net-win-icons {
  overflow: hidden;
  margin-top: 420px;
}
#net-win-icons img {
  float: left;
  width: 120px;
  margin-left: 40px;
}
#net-win-icons img:first-child {
  margin-left: 0;
}
#legal-trademarks p {
  font-size: 8pt;
  line-height: 1.2em;
  margin: 0 0 6px;
  font-weight: 300;
}
#mfa-preload {
  display: none;
}
#history-sidebar {
  background-color: #ebebeb;
}
#history-sidebar img {
  width: 100%;
}
#history-sidebar > p {
  margin: 20px 0 0;
}
.hsb-item {
  background-color: #ffffff;
  margin-top: 20px;
  padding-bottom: 20px;
}
.hsb-item:first-child {
  margin-top: 0;
}
.hsb-item h4 {
  padding-left: 20px;
  color: #464646;
}
.hsb-item .link {
  margin-left: 20px;
  text-decoration: underline;
}
#contact-feedback {
  background-color: #ebebeb;
}
#feedback-button {
  background-color: #013a6f;
}
#feedback-button:hover,
#feedback-button:focus {
  background-color: #01203c;
}
#feedbackBySubject {
  display: none;
}
#selectStack select {
  margin-bottom: 10px;
}
#ceFormWrap input[type="text"],
#ceFormWrap input[type="email"] {
  width: 100%;
  margin-bottom: 10px;
  color: #464646;
  padding: 6px;
}
#ceFormWrap textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  padding: 6px;
  color: #464646;
}
#ceFormWrap a.form-privacy {
  color: #ffffff;
  float: left;
  margin-bottom: 15px;
}
#ceFormWrap #ceSubmit {
  float: left;
  clear: both;
}
#ceLast {
  display: none;
}
body.first-american-products-and-services-agreement ol li {
  margin-bottom: 1em;
}
body.supplier-information #main h2 {
  margin-top: 100px;
}
body.mortgage-lender-solutions {
  background-color: #ebebeb;
}
body.mortgage-lender-solutions #top h2 {
  font-weight: 700;
  color: #ffffff;
  display: block;
  background-color: #013a6f;
  background-position: center top;
  background-size: 100% auto;
  padding: 40px;
  margin: 0 0 40px;
  text-align: center;
  font-size: 24pt;
}
body.mortgage-lender-solutions #top .half.col {
  background-color: #ffffff;
}
body.mortgage-lender-solutions #top .half.col p {
  padding: 0 40px;
}
body.mortgage-lender-solutions #top .half.col a.learn-more-btn {
  float: none;
  width: 172px;
  margin: 0 auto 40px;
}
body.mortgage-lender-solutions #top .half.col:last-of-type a.learn-more-btn {
  margin-top: 30px;
}
body.mortgage-lender-solutions #top h2 {
  align-items: center;
}
body.mortgage-lender-solutions #top .half.col a.learn-more-btn {
  margin: 20px;
}
body.mortgage-lender-solutions #top .half.col:last-of-type a.learn-more-btn {
  margin: 20px;
}
body.mortgage-lender-solutions #main .inner-block .title-box {
  align-items: center;
  display: flex;
  background-color: #013a6f;
  background-position: center top;
  background-size: 100% auto;
  min-height: 200px;
  justify-content: space-around;
}
body.mortgage-lender-solutions #main .inner-block .head-fad {
  margin: 0 0 0px;
  padding: 20px;
}
body.mortgage-lender-solutions #main .inner-block .three-col {
  display: flex;
}
body.mortgage-lender-solutions #main .inner-block .one-third {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}
body.mortgage-lender-solutions #main .inner-block .full {
  margin-top: 40px;
}
body.mortgage-lender-solutions #main .inner-block .continued {
  margin-top: 40px;
}
body.mortgage-lender-solutions #main .inner-block .two-col {
  display: flex;
}
body.mortgage-lender-solutions #main .inner-block .half {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}
body.mortgage-lender-solutions #main .inner-block .hidden {
  visibility: hidden;
}
body.mortgage-lender-solutions #main .inner-block .content {
  flex-grow: 1;
}
body.mortgage-lender-solutions #main .inner-block .call-to-action {
  display: flex;
  justify-content: center;
}
body.mortgage-lender-solutions #main .inner-block .content,
body.mortgage-lender-solutions #main .inner-block .card-block-max {
  background: #fff;
}
body.mortgage-lender-solutions #main .inner-block .content img,
body.mortgage-lender-solutions #main .inner-block .card-block-max img {
  width: 100%;
}
body.mortgage-lender-solutions #main .inner-block .content p,
body.mortgage-lender-solutions #main .inner-block .card-block-max p {
  padding: 20px 20px 0px 20px;
  margin-bottom: 0px;
}
body.mortgage-lender-solutions #main .inner-block .content a.learn-more-btn,
body.mortgage-lender-solutions #main .inner-block .card-block-max a.learn-more-btn {
  margin: 20px;
  text-decoration: none;
  color: #464646;
}
body.mortgage-lender-solutions #main .inner-block .content a.learn-more-btn :hover,
body.mortgage-lender-solutions #main .inner-block .card-block-max a.learn-more-btn :hover {
  color: #464646;
}
body.mortgage-lender-solutions #main .inner-block .content a,
body.mortgage-lender-solutions #main .inner-block .card-block-max a {
  color: #013a6f;
}
body.mortgage-lender-solutions #main .inner-block .content a :hover,
body.mortgage-lender-solutions #main .inner-block .card-block-max a :hover {
  color: #026fd4;
}
@media (max-width: 767px) {
  body.mortgage-lender-solutions #main .inner-block .two-col {
    display: flex;
  }
  body.mortgage-lender-solutions #main .inner-block .head-fad {
    font-size: 20pt;
  }
  body.mortgage-lender-solutions #main .inner-block .card-block {
    margin-bottom: 40px;
  }
  body.mortgage-lender-solutions #main .inner-block .continued {
    margin-top: 0px;
  }
}
@media (max-width: 479px) {
  body.mortgage-lender-solutions #main .inner-block .two-col {
    display: block;
  }
  body.mortgage-lender-solutions #main .inner-block .head-fad {
    padding: 15px;
    font-size: 24pt;
  }
  body.mortgage-lender-solutions #main .inner-block .one-third h2 {
    padding: 40px;
  }
}
#news-stories > ul,
section.search-results > ul {
  padding: 0;
  margin: 0;
  border-top: 1px solid #b4b4b4;
}
#news-stories > ul li,
section.search-results > ul li {
  list-style: none;
  padding: 20px 10px;
  border-top: 1px solid #e2e2e2;
}
#news-stories > ul li:first-child,
section.search-results > ul li:first-child {
  border-top: none;
}
#news-stories > ul li:hover,
section.search-results > ul li:hover {
  background-color: #d9e2eb;
}
#news-stories > ul li span.date,
section.search-results > ul li span.date {
  display: block;
}
section.search-results > ul li label {
  font-size: 13.5pt;
  font-weight: 300;
}
section.search-results > ul li h3 {
  font-size: 13.5pt;
  font-weight: 300;
}
section.search-results > ul li table.eventListing * {
  font-size: 13.5pt;
  font-weight: 300;
}
#filter-summary {
  margin-bottom: 0;
}
#filter-related {
  margin: 20px 0;
  padding: 20px 0 0;
  border-top: 1px solid #b4b4b4;
  overflow: hidden;
}
#filter-related li {
  list-style: none;
  float: left;
  margin-left: 10px;
}
#filter-related li:first-child {
  margin-left: 0;
}
#filter-results {
  overflow: hidden;
  margin-bottom: 20px;
}
#results-pagination {
  float: right;
  margin-bottom: 0;
}
#results-pagination li {
  list-style: none;
  float: left;
  margin-left: 10px;
}
#results-pagination li:first-child {
  margin-left: 0;
}
#results-pagination li a {
  text-decoration: underline;
}
#news-sidebar form[name="event_search"] {
  background-color: #d7d7d7;
  padding: 20px;
  margin-bottom: 40px;
}
#news-sidebar h3 {
  margin: 0 0 20px;
}
#news-sidebar > .learn-more-btn {
  float: none;
  margin-bottom: 40px;
}
#news-sidebar #mediaContact,
#news-sidebar #investorContact {
  text-decoration: underline;
}
form[name="event_search"] input,
form[name="event_search"] select {
  margin-bottom: 6px;
}
form[name="event_search"] input[type="text"] {
  width: 100%;
}
form[name="event_search"] span.date-label {
  display: block;
  padding: 10px 0;
  color: #464646;
}
form[name="event_search"] select {
  width: 100%;
}
form[name="event_search"] select.date-select {
  width: 40%;
}
#form-submit {
  margin-top: 20px;
  overflow: hidden;
}
#form-submit button {
  float: right;
}
body.news-detail hr {
  border-color: #c2c2c2;
  margin-bottom: 30px;
}
body.news-detail #main p a {
  text-decoration: underline;
}
body.news-detail #main li a {
  text-decoration: underline;
}
.news-body-date {
  font-size: 11pt;
}
address.news-contact {
  background-color: #d7d7d7;
  padding: 20px;
  margin-bottom: 40px;
}
address.news-contact h5 {
  margin: 0 0 0.5em;
}
address.news-contact span {
  display: block;
  width: 100%;
}
address.news-contact .ceForm {
  display: block;
  margin-top: 0.5em;
}
#promoted ul {
  margin: 0;
  padding: 0;
}
#promoted ul li {
  list-style-type: none;
  display: block;
  margin: 0 0 20px;
}
#promoted ul li a {
  display: block;
  overflow: hidden;
  background: #ebebeb;
  border: 1px solid #ebebeb;
  padding: 12px;
}
#promoted ul li a:hover {
  background: #ffffff;
  border-color: #013a6f;
}
#promoted ul li a:hover .text {
  color: #013a6f;
}
#promoted ul li .title {
  display: block;
  font-size: 18pt;
  color: #013a6f;
  font-weight: 400;
  margin-bottom: 10px;
}
#promoted ul li .text {
  display: block;
  font-size: 11pt;
}
#promoted ul li:last-of-type {
  margin-bottom: 40px;
}
body.sustainability {
  background: #a9cde3 url("/assets/faf/img/background-top-sustainability-1.jpg") center top repeat-x;
}
body.sustainability .one-third .reveal {
  background-size: 568px auto;
}
@media (max-width: 959px) {
  body.sustainability .one-third .reveal {
    background-size: 436px auto;
  }
}
@media (max-width: 767px) {
  body.sustainability .one-third .reveal {
    background-size: 920px auto;
  }
}
@media (max-width: 479px) {
  body.sustainability .one-third .reveal {
    background-size: 600px auto;
  }
}
#sust-top h1,
#sust-top p {
  color: #ffffff;
}
#sust-report {
  background: #c6d5c2 url("/assets/faf/img/band-sustainability-green-team-1.jpg") center top repeat-x;
}
#sust-report .inner-block {
  padding-bottom: 470px;
}
#sust-report h2,
#sust-report p {
  color: #ffffff;
}
#sust-report h2 {
  font-weight: 300;
  margin-bottom: 40px;
}
#sust-report img {
  width: 100%;
}
#sust-report p a {
  color: #fccf45;
  font-weight: 400;
}
#sust-report p a:hover,
#sust-report p a:focus {
  color: #fde290;
}
#green-team {
  background: #c6d5c2;
}
#green-team h2 {
  color: #0a4c05;
  font-weight: 300;
  width: 300px;
}
#green-team img {
  width: 100%;
}
#green-team .inner-block {
  padding-bottom: 80px;
}
body.transactionsportal {
  background: #ebebeb;
}
body.transactionsportal #header {
  background: transparent;
  z-index: 1000;
}
body.transactionsportal #header #logo-block {
  width: 288px;
  height: 55px;
  background-repeat: no-repeat;
}
body.transactionsportal #header #sys-nav > li:hover {
  background-color: #ebebeb;
}
body.transactionsportal #header #sys-nav > li:hover a {
  color: #464646;
}
body.transactionsportal #header #sys-nav > li:focus-within,
body.transactionsportal #header #sys-nav > li > a:focus {
  background-color: #ebebeb;
}
body.transactionsportal #header #sys-nav > li > a:focus {
  color: #464646;
}
body.transactionsportal #header #sys-nav > li ul {
  background-color: #ebebeb;
}
body.transactionsportal #header #sys-nav > li ul li:hover {
  background-color: #f4f4f4;
}
body.transactionsportal #header #sys-nav a {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
}
body.transactionsportal #header #hn-list > ul > li:hover,
body.transactionsportal #header #hn-list > ul > li.open {
  background-color: #fccf45;
}
body.transactionsportal #header #hn-list > ul > li:hover a,
body.transactionsportal #header #hn-list > ul > li.open a {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
  color: #503b02;
}
body.transactionsportal #header #hn-list > ul > li:focus-within,
body.transactionsportal #header #hn-list > ul > li > a:focus {
  background-color: #fccf45;
}
body.transactionsportal #header #hn-list > ul > li > a:focus {
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  -o-transition: color 0s ease;
  transition: color 0s ease;
  color: #503b02;
}
body.transactionsportal #header #hn-list > ul > li ul {
  background-color: #fccf45;
}
body.transactionsportal #header #hn-list > ul > li ul li a {
  color: #666;
}
body.transactionsportal #header #hn-list > ul > li ul li a:focus {
  background-color: #fddc77;
}
body.transactionsportal #header #hn-list > ul > li ul li:hover,
body.transactionsportal #header #hn-list > ul > li ul li:focus-within {
  background-color: #fddc77;
}
body.transactionsportal #header #hn-list ul ul ul {
  background-color: #fddc77;
}
body.transactionsportal #header #hn-list ul.lined li {
  border-top: 1px solid #503b02;
}
body.transactionsportal #header #hn-list ul.lined li:first-child {
  border-top: none;
}
body.transactionsportal #header #menu-dock-toggle {
  background: transparent url("../lib/core/1.7/img/hamburger.png") no-repeat;
}
body.transactionsportal #header #logo-block {
  background-image: url("../lib/core/1.7/img/head-logo.png");
}
body.transactionsportal #header #sys-nav > li a {
  color: #013a6f;
}
body.transactionsportal #header #hn-list a {
  color: #013a6f;
}
body.transactionsportal #header #sys-nav #stock-ticker:hover {
  background-color: transparent;
}
body.transactionsportal #header #sys-nav #stock-ticker a {
  color: #013a6f;
}
body.transactionsportal #header #sys-nav #stock-ticker a:focus {
  background-color: #ffffff;
}
body.transactionsportal section#top {
  background: #ebebeb url("/assets/faf/img/transactionsportal/background-top-secure-1.jpg") center top repeat-x;
}
body.transactionsportal section#top .inner-block {
  padding: 60px 0 200px;
}
body.transactionsportal section#top .inner-block .headline span {
  font-size: 18px;
}
body.transactionsportal section#sign-in-link {
  background: rgba(255, 255, 255, 0.3);
  margin-top: -140px;
}
body.transactionsportal section#sign-in-link .inner-block {
  padding: 60px 0 40px;
}
body.transactionsportal section#sign-in-link li {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14.5pt;
}
body.transactionsportal section#getting-started {
  background: transparent url("/assets/faf/img/transactionsportal/band-secure-getting-started-1.jpg") center -50px repeat-x;
}
.sp-sign-in {
  background: #245482;
  padding: 20px;
}
.sp-sign-in span {
  color: #ffffff;
  display: block;
  font-size: 16pt;
  font-weight: 100;
  margin-bottom: 40px;
  width: 57%;
}
.sp-sign-in .learn-more-btn {
  float: none;
}
.gs-step {
  position: relative;
  padding-left: 120px;
}
.gs-step img {
  position: absolute;
  width: 100px;
  top: 0;
  left: 0;
}
.gs-step h3 {
  font-size: 12pt;
  margin: 0 0 6px 0;
}
.gs-step p {
  font-size: 12pt;
}
body.incident-update .faq-title {
  font-size: 14pt;
  color: #013a6f;
  font-weight: 700;
}
.inc-upd-sidebar {
  padding: 20px;
  background-color: #e2e2e2;
  margin-bottom: 40px;
}
.inc-upd-sidebar h2 {
  font-size: 14pt;
  font-weight: 700;
}
.notice-title {
  font-size: 14pt;
  color: #013a6f;
  font-weight: 700;
}
body.eagleid #top {
  background: #eaeaea url("/assets/faf/img/eagleid/background-hero-1.jpg") center top repeat-x;
}
body.eagleid #top h2 {
  font-weight: 700;
  font-size: 16pt;
  margin: 0 0 15px;
}
body.eagleid #faq {
  background: #f5f5f5 url("/assets/faf/img/eagleid/background-faqs-1.jpg") center top repeat-x;
}
body.eagleid #faq .cta {
  font-weight: 700;
  color: #013a6f;
  font-size: 24pt;
  margin-top: 40px;
}
@media (max-width: 479px) {
  body.eagleid #faq {
    background-size: 450px auto;
  }
}
.question {
  cursor: pointer;
  font-size: 16pt;
  font-weight: 700;
}
.answer {
  display: none;
  padding-left: 30px;
  position: relative;
}
.answer.open {
  display: block;
}
span.red-q {
  color: #e62e1f;
  font-weight: 900;
}
span.red-a {
  color: #e62e1f;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
#secondary-nav.version-7 {
  background: rgba(1, 58, 111, 0.15);
  box-shadow: 2px 51px 4px -49px rgba(0, 0, 0, 0.22) inset;
}
#secondary-nav.version-7 #sn-bar {
  display: grid;
  grid-template-columns: 165px auto;
  height: auto;
  max-height: fit-content;
}
#secondary-nav.version-7 #sn-bar .header li:first-child {
  padding-left: 0px;
  width: 165px;
  font-weight: 700;
}
#secondary-nav.version-7 #sn-bar .header li:first-child:after {
  content: "\007C";
  float: right;
}
#secondary-nav.version-7 #sn-bar .header li:first-child:hover {
  text-decoration: none;
  background-color: transparent;
}
#secondary-nav.version-7 #sn-bar ul {
  visibility: visible;
}
#secondary-nav.version-7 #sn-bar ul li {
  font-size: 10.5pt;
  font-weight: 300;
}
#secondary-nav.version-7 #sn-bar ul li:hover {
  text-decoration: underline;
  background-color: transparent;
}
#secondary-nav.version-7 #sn-bar ul li a {
  color: #464646;
}
#secondary-nav.version-7 #sn-bar ul li a:hover {
  color: #000;
}
#secondary-nav.version-7 #sn-bar-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  #secondary-nav.version-7 #sn-bar ul {
    float: none;
    text-align: center;
  }
  #secondary-nav.version-7 #sn-bar li {
    display: inline-block;
  }
}
@media screen and (max-width: 479px) {
  #secondary-nav.version-7 {
    height: 76px;
  }
  #secondary-nav.version-7 #sn-bar {
    display: none;
  }
  #secondary-nav.version-7 #sn-bar-mobile {
    display: grid;
  }
  #secondary-nav.version-7 #sn-bar-mobile .dropdown {
    text-align: center;
    margin: auto;
    width: 80%;
  }
  #secondary-nav.version-7 #sn-bar-mobile .fa-select {
    margin: 15px 0 15px;
  }
}
body.los-page .half:not(:last-of-type) {
  margin-bottom: 30px;
}
body.los-page .col > :last-child {
  margin-bottom: 0;
}
body.los-page .two-tiles {
  display: grid;
  grid-template-columns: repeat(2, 202px);
  grid-auto-rows: 210px;
  gap: 41px;
}
body.los-page h1,
body.los-page h2,
body.los-page h4 {
  margin-top: 0px;
}
body.los-page .head-line {
  margin-bottom: 30px;
}
body.los-page #top .inner-block {
  padding-top: 45px;
}
body.los-page #top #action-card {
  background-color: #275785;
  padding: 30px;
}
body.los-page #top #action-card h4 {
  color: #fff;
  margin: 0px 0 15px;
}
body.los-page #top #action-card p {
  padding-left: 0.1em;
  color: #fff;
  font-size: 1em;
  line-height: 1.15em;
  margin: 0 0 50px;
}
body.los-page #top #action-card a {
  white-space: nowrap;
}
body.los-page #top .learn-more-btn {
  float: none;
}
body.los-page #top h1#pageTitle {
  margin-top: 0px;
  margin-bottom: 30px;
}
body.los-page #top .los-page .lead-in {
  margin: 0 0 30px;
}
body.los-page #top .los-page .p-two {
  margin: 0 0 25px;
}
body.los-page #top .listTitle {
  display: inline-block;
}
body.los-page #video-section {
  /* replace with background image */
  background: #fbfbfb;
  background: linear-gradient(180deg, #fbfbfb 0%, #dedede 100%);
}
body.los-page ul.chevron-list.red {
  list-style-type: none;
}
body.los-page .chevron-list.red li::before {
  color: #e62e1f;
}
body.los-page .chevron-list li::before {
  content: "\203A";
  display: inline-block;
  position: absolute;
  left: 0;
  margin-top: -2px;
  font-size: 20px;
  margin-left: 8px;
}
body.los-page .chevron-list li {
  margin-bottom: 13px;
  line-height: 1.25em;
}
body.los-page .dropdown {
  width: fit-content;
}
body.los-page h4.noColorTitleTag {
  color: #464646;
}
body.los-page .download-play-button-text {
  display: inline-block;
}
body.los-page .content-icon {
  display: inline-block;
}
body.los-page .video-block {
  float: left;
  width: 50%;
  display: inline-block;
}
body.los-page .tile {
  background-color: #fff;
  position: sticky;
}
body.los-page .video-content-block {
  padding: 20px 20px 30px 20px;
}
body.los-page .content-download-play-button {
  position: absolute;
  bottom: 15px;
}
body.los-page .content-type {
  color: #013a6f;
  font-size: 9pt;
  line-height: 1.2;
  font-weight: 100;
}
body.los-page .content-title {
  color: #013a6f;
  font-size: 13.5pt;
  line-height: 1.15;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 15px;
}
body.los-page .download-play-button-text {
  font-size: 10.75pt;
  line-height: 1.2;
  color: #013a6f;
  font-weight: 400;
  margin-bottom: 0px;
}
body.los-page section#calyx-point-section,
body.los-page section#LendingQB,
body.los-page section#Morgagebot-LOS,
body.los-page section#my-first-am-section,
body.los-page section#my-first-am-section {
  /* replace with background image */
  background: #fbfbfb;
  background: linear-gradient(180deg, #fbfbfb 0%, #dedede 100%);
}
body.los-page section#calyx-point-section p.smaller,
body.los-page section#LendingQB p.smaller,
body.los-page section#Morgagebot-LOS p.smaller,
body.los-page section#my-first-am-section p.smaller,
body.los-page section#my-first-am-section p.smaller {
  font-size: 0.667em;
}
@media screen and (max-width: 959px) {
  body.los-page .video-content-block {
    padding: 15px 15px 30px 15px;
    height: 180px;
  }
  body.los-page .video-content-block .content-title {
    max-height: 85px;
    margin-top: 10px;
  }
  body.los-page .video-content-block .content-type {
    font-size: 7pt;
    font-size: 10pt;
  }
  body.los-page #contact-us-card {
    margin-top: 30px;
  }
  body.los-page .two-tiles {
    grid-template-columns: repeat(3, 210px);
    gap: 52px;
    grid-row-gap: 30px;
  }
  body.los-page .half.col:first-of-type {
    width: 540px;
  }
  body.los-page .half.col:last-of-type {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  body.los-page #contact-us-box-container {
    padding-right: 10px;
  }
  body.los-page #contact-us-box p {
    font-size: 1em;
  }
  body.los-page a.learn-more-btn {
    font-size: 11pt;
  }
}
@media screen and (max-width: 767px) {
  body.los-page #main .inner-block {
    padding: 40px 0px;
  }
  body.los-page section#top #contact-us-box a {
    width: 418px;
    margin-right: 1em;
    padding-right: 1em;
  }
  body.los-page .two-tiles {
    grid-template-columns: repeat(2, 210px);
    gap: 41px;
    grid-row-gap: 41px;
  }
}
@media screen and (max-width: 479px) {
  body.los-page #main .inner-block {
    padding: 40px 0px;
  }
  body.los-page section#top #contact-us-box a {
    width: 258px;
    margin-right: 1em;
    padding-right: 1em;
  }
  body.los-page .video-content-block {
    height: 130px;
  }
  body.los-page .video-content-block .content-title {
    max-height: 45px;
  }
  body.los-page .content-title {
    margin-top: 8px;
  }
  body.los-page .two-tiles {
    grid-template-columns: repeat(1, 210px);
    width: fit-content;
    margin: auto;
  }
}
body.privacy-policy section#top .inner-block {
  padding-bottom: 0;
}
body.privacy-policy section#top .footnote {
  display: block;
  font-weight: 100;
}
body.privacy-policy section#top .footnote:not(:first-of-type) {
  margin-bottom: 30px;
}
body.privacy-policy section#california .inner-block {
  padding: 0;
}
body.privacy-policy section#nevada .inner-block {
  padding-top: 0;
}
body.privacy-policy #main a {
  text-decoration: underline;
}
body.privacy-policy #main a:focus {
  outline: solid #3fa1fd;
}
body.privacy-policy a#ca-verify {
  float: right;
  width: 218px;
  height: 57px;
}
body.privacy-policy a.learn-more-btn.stop-robot {
  background: transparent url("/assets/faf/img/fpo-recaptcha-sprite.jpg") left top no-repeat;
  background-position: 0 0;
  font-size: 0;
}
body.privacy-policy a.learn-more-btn.stop-robot.clicked {
  background-position: 0 -57px;
}
body.privacy-policy .bulleted li {
  font-size: 13.5pt;
}
.content-reveal {
  margin: 40px 0 0;
  padding: 20px;
  background-color: #2d2d2d;
  color: #ffffff;
  font-size: 14pt;
  cursor: pointer;
}
.content-reveal:before {
  content: "+ ";
}
.content-reveal span {
  display: block;
  float: right;
  font-style: italic;
  font-size: 9pt;
}
div.content-min {
  display: none;
  background-color: #ffffff;
  padding: 40px;
  overflow: hidden;
  border: 1px solid #c2c2c2;
  border-top: none;
}
.ccpa-notice {
  display: none;
  position: fixed;
  bottom: 20px;
  z-index: 10000;
  width: 98%;
  margin: 1%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  min-height: 84px;
}
.ccpa-notice p {
  color: #ffffff;
  font-size: 0.917em;
  line-height: 1.5em;
  float: left;
  margin: 0;
  display: block;
  margin: 6px 110px 0 0;
}
.ccpa-notice p a {
  color: #ffffff;
}
.ccpa-notice p a:hover {
  color: #026fd4;
}
.ccpa-notice button {
  background: #013a6f;
  color: #ffffff;
  border: none;
  width: 70px;
  padding: 10px;
  position: absolute;
  right: 20px;
  top: 36px;
}
#footer a {
  color: #013a6f;
}
#footer a:hover {
  color: #013a6f;
  text-decoration: underline;
}
#footer #accessibility-statement {
  margin-top: 19px;
}
#breadcrumbs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#footer-cols {
  margin-bottom: 20px;
}
#footer-cols h2 {
  font-size: 11pt;
  margin-bottom: 10px;
  font-weight: 400;
}
#footer-cols h3 {
  font-size: 9pt;
  margin: 0;
  line-height: 1.8em;
}
#footer-cols h4 {
  font-size: 11pt;
  margin-bottom: 10px;
}
#footer-cols h5 {
  font-size: 9pt;
  margin: 0;
  line-height: 1.8em;
}
#footer-cols ul {
  padding: 0;
  margin-bottom: 10px;
}
#footer-cols ul li {
  list-style: none;
  font-size: 9pt;
  line-height: 1.8em;
}
#footer-cols ul li ul {
  margin-bottom: 20px;
}
#footer-cols ul li ul li {
  font-size: 9pt;
}
#footer-social li {
  line-height: 23px;
  margin-bottom: 0.5em;
}
.social {
  float: left;
  height: 23px;
  width: 23px;
  margin-right: 1em;
  background-image: url("/assets/faf/img/sprite-social-icons.gif");
}
.soc-fb {
  background-position: 0 0;
}
.soc-tw {
  background-position: 0 -23px;
}
.soc-li {
  background-position: 0 -46px;
}
.soc-fl {
  background-position: 0 -69px;
}
.soc-yt {
  background-position: 0 -92px;
}
.soc-rss {
  background-position: 0 -115px;
}
.soc-igm {
  background-position: 0 -138px;
}
#foot-fortune-100 {
  max-width: 100%;
  margin-top: 20px;
}
@media (max-width: 959px) {
  #global-modal.sign-in-modal .modal-dialog {
    width: 720px;
  }
  #sign-in-main {
    width: 375px;
  }
  #sign-in-main input[type="text"],
  #sign-in-main input[type="password"] {
    width: 175px;
  }
  #head-nav {
    width: 500px;
  }
  #hc-slides li {
    margin-top: 20px;
  }
  .hc-index {
    bottom: 115px;
  }
  #divisions-nav {
    margin-top: -112px;
    background-position: 0 -37px;
  }
  .mid-nav-item a .nav-icon {
    width: 123px;
    height: 103px;
    background-size: 123px auto;
    background-position: 0 -5px;
  }
  .mid-nav-item.active a .nav-icon {
    background-position: 0 -127px;
  }
  .dvc.nav-title .learn-more-btn {
    margin-top: 270px;
  }
  .dvc.nav-data ul li {
    background-size: 70px auto;
    width: 17%;
    margin: 0 0 30px 20px;
  }
  .dvc.nav-data ul li.nav-data-tax,
  .dvc.nav-data ul li.nav-data-deed,
  .dvc.nav-data ul li.nav-data-releases,
  .dvc.nav-data ul li.nav-data-association,
  .dvc.nav-data ul li.nav-data-prop-char,
  .dvc.nav-data ul li.nav-data-val,
  .dvc.nav-data ul li.nav-data-listing,
  .dvc.nav-data ul li.nav-data-map,
  .dvc.nav-data ul li.nav-data-recorded {
    padding: 114px 0 0;
  }
  .dvc.nav-data ul li.nav-data-val {
    margin-left: 68px;
  }
  #hnt-find-office h3 {
    margin: 64px 0 65px;
  }
  #hw-vid .play-hover {
    top: 17px;
    left: 55px;
    width: 45px;
    height: 45px;
    background-size: 45px auto;
  }
  #hw-vid:hover {
    cursor: pointer;
  }
  #hw-vid:hover .play-hover {
    background-position: 0 -45px;
  }
  .dvc.nav-trust .learn-more-btn {
    margin-top: 305px;
  }
  .dvc.nav-intl .learn-more-btn {
    margin-top: 270px;
  }
  .card-block.one-third h3 {
    width: 218px;
    height: 218px;
    padding: 77px 15px 0;
    font-size: 22pt;
  }
  #jobs-feed li a {
    font-size: 14pt;
  }
  .blue-cards .col {
    margin-bottom: 40px;
  }
  body.home-warranty-and-insurance .learn-more-btn {
    width: 200px;
    margin-bottom: 20px;
  }
  #hw-video .play-hover.ph-half {
    top: 23px;
    left: 97px;
  }
  body.trust-services .learn-more-btn {
    margin-top: 275px;
  }
  body.international-services section:first-child .one-third p {
    margin-top: 380px;
  }
  #work-easier {
    background-position: center 20px;
  }
  #work-easier .one-third {
    background-position: center 335px;
  }
  #work-easier .one-third img {
    width: 325px;
  }
  #info-that-informs {
    background-position: 50% -75px;
    background-size: 1580px auto;
    border-top: 70px solid #ffffff;
    background-color: #607f9e;
  }
  #info-that-informs h2 {
    margin-top: -70px;
  }
  #info-that-informs .three-col {
    margin-top: 190px;
  }
  #info-that-informs img {
    height: auto;
    padding: 41px 0;
  }
  #info-that-informs ul li {
    padding-right: 20px;
    background-size: 120px auto;
  }
  #info-that-informs ul li p {
    margin: 0 0 0 100px;
  }
  #info-that-informs ul li.resi {
    height: 90px;
  }
  #info-that-informs ul li.resi p {
    margin-top: 18px;
  }
  #info-that-informs ul li.comm {
    height: 83px;
  }
  #info-that-informs ul li.comm p {
    margin-top: 17px;
  }
  #info-that-informs ul li.land {
    height: 102px;
  }
  #info-that-informs ul li.land p {
    margin-top: 18px;
  }
  #search-tab {
    left: -3px;
    top: 204px;
    width: 62px;
    height: 25px;
  }
  #adv-search-tab {
    left: 68px;
    top: 204px;
    width: 123px;
    height: 25px;
  }
  #new-maps-better-data {
    background-size: 1650px auto;
    background-position: center 55px;
  }
  #map-views-target {
    left: -5px;
    width: 600px;
    height: 383px;
    margin: 72px auto 200px;
    background-size: 600px auto;
  }
  #modern-farming .farming-feature img {
    width: 100px;
  }
  #modern-farming .farming-feature h4 {
    width: 228px;
    font-size: 14pt;
  }
  #all-features-any-device .inner-block {
    padding: 40px 0 180px;
  }
  #afad-sub a img {
    margin-bottom: 10px;
  }
  #made-to-order {
    background-size: 1588px auto;
  }
  #order-views-target {
    width: 739px;
    height: 397px;
    background-size: 760px auto;
  }
  #eaglepro p {
    margin: 0;
  }
  #eaglepro h5 {
    margin-top: 40px;
  }
  #net-win {
    background-size: 1860px auto;
  }
  #net-win-icons {
    margin-top: 360px;
  }
  #net-win-icons img {
    width: 100px;
    margin-left: 24px;
  }
  #sust-report .inner-block {
    padding-bottom: 540px;
  }
  .inc-upd-sidebar p {
    font-size: 11pt;
  }
  body.transactionsportal section#sign-in-link li {
    font-size: 12pt;
  }
  body.transactionsportal section#getting-started .inner-block {
    padding: 60px 0 20px;
  }
  .sp-sign-in span {
    width: 100%;
  }
  .gs-step p {
    font-size: 11pt;
  }
}
@media (max-width: 767px) {
  #global-modal.sign-in-modal .modal-dialog {
    width: 440px;
  }
  ul.second-column {
    border-top: 1px solid #9ab0c6;
  }
  #sign-in-main {
    width: 100%;
  }
  #sign-in-main input[type="text"],
  #sign-in-main input[type="password"] {
    width: 168px;
  }
  #sign-in-sidebar {
    width: 100%;
  }
  #head-nav {
    width: auto;
  }
  #faf-home-carousel {
    background-size: auto 575px;
  }
  #hc-slides {
    height: 160px;
    overflow: hidden;
    margin: 150px 0 40px;
  }
  #hc-slides li {
    width: 100%;
    height: 160px;
    border: none;
    margin: 0;
    padding: 0 30px;
  }
  #hc-slides li h3 {
    font-size: 22pt;
    font-weight: 700;
    text-shadow: 3px 3px 5px #000000;
  }
  #hc-slides li p {
    display: none;
  }
  #hc-slides li .link {
    bottom: 0;
    display: block;
    padding: 6px;
    background-color: #fccf45;
    color: #503b02;
    font-size: 12pt;
    width: auto;
    right: 40px;
  }
  .hc-index {
    bottom: 160px;
  }
  #divisions-nav {
    margin-top: 0;
    overflow: hidden;
    background-image: none;
    background-color: #013a6f;
  }
  #divisions-nav .inner-block {
    width: 100%;
  }
  body.real-estate-data-and-recorded-documents {
    background-position: -25% 75px;
  }
  .dvc.nav-data .mix-match {
    background-size: 550px auto;
    background-position: center 180px;
  }
  .dvc.nav-data ul li {
    background-size: 70px auto;
  }
  .dvc.nav-data ul li.nav-data-val {
    margin-left: 20px;
    clear: none;
  }
  .dvc.nav-data ul li.nav-data-prop-char,
  .dvc.nav-data ul li.nav-data-recorded {
    margin-left: 0;
    clear: left;
  }
  #dn-bg {
    display: none;
  }
  .mid-nav-item.active {
    background: transparent;
  }
  .mid-nav-item.active a {
    background-image: url("/assets/faf/img/nav-division-gradient-button.png");
  }
  .mid-nav-item.active a .nav-icon {
    background-position: 0 0;
  }
  #divisions-content {
    display: none;
  }
  #cfoc {
    background-size: 1200px auto;
  }
  #cfoc .one-third {
    margin-bottom: 40px;
  }
  #cfoc .half p {
    width: 70%;
  }
  #careers {
    background-image: none;
  }
  #careers p {
    font-size: 13pt;
  }
  #intro-title .learn-more-btn {
    margin: 40px 0;
  }
  #intro-title .three-col .col {
    margin-bottom: 40px;
  }
  .horiz-links {
    margin-bottom: 30px;
  }
  .horiz-links li {
    float: none;
    border: none;
    padding: 6px 6px 6px 0;
  }
  body.home-warranty-and-insurance .learn-more-btn {
    width: auto;
    margin-bottom: 40px;
  }
  #hw-video .play-hover.ph-half {
    top: 51px;
    left: 166px;
  }
  body.trust-services .learn-more-btn {
    margin: 0 0 40px;
  }
  body.trust-services .card-block {
    margin-bottom: 40px;
  }
  body.trust-services .card-block.one-third h3 {
    width: 100%;
    height: 150px;
    background-size: 100% auto;
    padding: 60px 15px 0;
  }
  body.international-services section:first-child .one-third p {
    margin-top: 0;
  }
  #footer-cols h4 {
    font-size: 18pt;
  }
  #footer-cols h5 {
    font-size: 14pt;
  }
  #footer-cols ul li {
    font-size: 13pt;
  }
  #footer-cols ul li ul li {
    font-size: 13pt;
  }
  #footer-cols .one-fifth {
    width: 41%;
    float: right;
    clear: right;
  }
  #footer-cols .one-fifth:first-child {
    width: 52%;
    float: left;
    clear: none;
  }
  .social {
    margin-top: 4px;
  }
  #work-easier {
    background-position: 35% top;
    background-size: 1800px auto;
  }
  #work-easier .two-thirds h1.headline {
    margin-top: 300px;
  }
  #work-easier .two-thirds p.lead-in {
    margin: 0;
  }
  #work-easier .one-third {
    display: none;
  }
  #more-features {
    background-size: 1200px auto;
    background-position: 60% bottom;
    background-color: #ffffff;
  }
  #more-features .inner-block {
    padding: 40px 0 375px;
  }
  #more-features .half > img {
    width: auto;
  }
  #more-features .half > a img {
    width: 217px;
    margin-left: 20px;
  }
  #more-features .half > a:first-of-type img {
    margin-left: 0;
  }
  #more-features p.sm-blue {
    width: 100%;
    font-size: 12pt;
  }
  #info-that-informs {
    background-size: 1550px auto;
    background-position: 37% top;
    border-top: 50px solid #ffffff;
  }
  #info-that-informs.advanced {
    background-image: url("/assets/faf/img/mfa/band-myfirstam-prop-info-search.jpg");
  }
  #info-that-informs h2 {
    margin-top: -30px;
  }
  #info-that-informs .three-col {
    margin-top: 140px;
  }
  #info-that-informs img {
    padding: 0 107px;
  }
  #info-that-informs ul li p {
    font-size: 12pt;
  }
  #info-that-informs ul li.resi {
    height: 57px;
  }
  #info-that-informs ul li.resi p {
    margin-top: 28px;
  }
  #info-that-informs ul li.comm p {
    margin-top: 42px;
  }
  #info-that-informs ul li.land {
    height: 80px;
  }
  #info-that-informs ul li.land p {
    margin-top: 27px;
  }
  #search-tab,
  #adv-search-tab {
    display: none;
  }
  #new-maps-better-data {
    background-position: center 147px;
    background-size: 1260px auto;
  }
  #new-maps-better-data .inner-block {
    position: relative;
  }
  .vs-wrap {
    overflow: hidden;
  }
  .control-arrows {
    display: block;
    position: absolute;
    top: 244px;
    font-size: 16pt;
    color: #464646;
    width: 70px;
    padding: 0 10px;
    cursor: pointer;
  }
  .vs-left {
    display: block;
    position: absolute;
    top: 244px;
    font-size: 16pt;
    color: #464646;
    width: 70px;
    padding: 0 10px;
    cursor: pointer;
    left: 0;
    /* background:linear-gradient(to right, @white, 50%, rgba(255,0,0,0)); */
    background: transparent url("/assets/faf/img/vs-left-white.png") repeat-y;
  }
  .vs-right {
    display: block;
    position: absolute;
    top: 244px;
    font-size: 16pt;
    color: #464646;
    width: 70px;
    padding: 0 10px;
    cursor: pointer;
    right: 0;
    /* background:linear-gradient(to right, rgba(255,0,0,0), 50%, @white); */
    background: transparent url("/assets/faf/img/vs-right-white.png") repeat-y;
    text-align: right;
  }
  #map-views-target {
    width: 460px;
    height: 293px;
    left: -3px;
    margin: 65px auto 200px;
    background-size: 460px auto;
  }
  #modern-farming {
    background-size: 1880px auto;
    background-position: 32% top;
  }
  #modern-farming .inner-block {
    padding-top: 490px;
  }
  #modern-farming .farming-feature h4 {
    width: 340px;
  }
  #notifications {
    background-size: 1750px auto;
    background-position: 71% bottom;
  }
  #notifications .inner-block {
    padding-bottom: 420px;
  }
  #notifications h2 {
    width: 45%;
  }
  #all-features-any-device {
    background-size: 1700px auto;
    background-position: 30% bottom;
  }
  #all-features-any-device .inner-block {
    padding: 40px 0 575px;
  }
  #afad-sub {
    width: auto;
    margin-top: 0;
  }
  #afad-sub > img {
    width: 138px;
    height: 138px;
  }
  #afad-sub h3 {
    width: 300px;
  }
  #afad-sub p {
    width: 300px;
  }
  #on-the-mark-data .half {
    width: 45%;
    margin-left: 5%;
  }
  #on-the-mark-data .half:first-child {
    margin-left: 0;
  }
  #made-to-order {
    background-size: 986px auto;
  }
  #made-to-order .vs-left {
    /* background:linear-gradient(to right, #666, 50%, rgba(255,0,0,0)); */
    color: #fccf45;
    background: transparent url("/assets/faf/img/vs-left-grey.png") repeat-y;
  }
  #made-to-order .vs-right {
    /* background:linear-gradient(to right, rgba(255,0,0,0), 50%, #666); */
    color: #fccf45;
    background: transparent url("/assets/faf/img/vs-right-grey.png") repeat-y;
  }
  #order-views-target {
    left: -3px;
    width: 460px;
    height: 246px;
    background-size: 460px auto;
  }
  #net-win {
    background-position: center bottom;
    background-color: #f1f9fc;
  }
  #net-win-icons {
    margin-top: 475px;
    float: right;
  }
  #sust-top .one-third {
    margin-bottom: 40px;
  }
  #sust-report .inner-block {
    padding-bottom: 100px;
  }
  .inc-upd-sidebar p {
    font-size: 13.5pt;
  }
  body.transactionsportal section#top {
    background-position: 57% top;
  }
  body.transactionsportal section#sign-in-link .one-third:first-of-type ul {
    margin-bottom: 0;
  }
  body.transactionsportal section#getting-started .inner-block {
    padding: 40px 0 20px;
  }
  body.transactionsportal section#getting-started .half {
    padding-left: 160px;
  }
  body.transactionsportal section#getting-started .half:first-of-type {
    display: none;
  }
  body.transactionsportal section#getting-started .half h2 {
    margin-top: 0;
  }
  .sp-sign-in span {
    margin-bottom: 20px;
  }
  .gs-step {
    padding-left: 100px;
  }
  .gs-step img {
    width: 80px;
  }
  .gs-step p {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  #global-modal.sign-in-modal .modal-dialog {
    width: 300px;
  }
  #sign-in-main input[type="text"],
  #sign-in-main input[type="password"] {
    width: 100%;
    margin: 0 0 20px;
  }
  #cfoc {
    background-size: 700px auto;
  }
  body.home-warranty-and-insurance .learn-more-btn {
    width: 200px;
    margin-bottom: 20px;
  }
  #hw-video .play-hover.ph-half {
    height: 115px;
    width: 115px;
    top: 23px;
    left: 95px;
    background-size: 115px auto;
    background-position: 0 -115px;
  }
  #hw-video:hover .play-hover.ph-half {
    background-position: 0 0;
  }
  body.real-estate-data-and-recorded-documents {
    background-position: -15% 75px;
  }
  .dvc.nav-data .mix-match {
    background-size: 330px auto;
  }
  .dvc.nav-data ul li {
    width: 28%;
  }
  .dvc.nav-data ul li.nav-data-association,
  .dvc.nav-data ul li.nav-data-listing {
    margin-left: 0;
    clear: left;
  }
  .dvc.nav-data ul li.nav-data-prop-char,
  .dvc.nav-data ul li.nav-data-recorded {
    margin-left: 20px;
    clear: none;
  }
  body.trust-services .card-block:first-child.one-third h3 {
    padding: 40px 15px 0;
  }
  #footer-cols .one-fifth {
    float: none;
    width: 100%;
  }
  #footer-cols .one-fifth:first-child {
    float: none;
    width: 100%;
  }
  #work-easier {
    background-size: 1500px auto;
  }
  #work-easier .two-thirds h1.headline {
    margin-top: 230px;
  }
  #more-features {
    background-size: 1100px auto;
    background-position: 70% bottom;
  }
  #more-features .inner-block {
    padding: 40px 0 345px;
  }
  #more-features .half > img {
    width: 100%;
  }
  #more-features .half a img {
    width: auto;
  }
  #info-that-informs {
    background-size: 1000px auto;
    background-position: 35% top;
    border-top: 150px solid #ffffff;
  }
  #info-that-informs .inner-block {
    padding: 100px 0 40px;
  }
  #info-that-informs h2 {
    margin-top: -200px;
  }
  #info-that-informs .three-col {
    margin-top: 90px;
  }
  #info-that-informs h4 {
    padding: 40px 20px;
  }
  #info-that-informs img {
    padding: 0 10px;
  }
  #info-that-informs ul li.resi {
    height: 70px;
  }
  #info-that-informs ul li.resi p {
    margin-top: 19px;
  }
  #info-that-informs ul li.comm {
    height: 92px;
  }
  #info-that-informs ul li.comm p {
    margin-top: 29px;
  }
  #info-that-informs ul li.land {
    height: 90px;
  }
  #info-that-informs ul li.land p {
    margin-top: 9px;
  }
  #new-maps-better-data {
    background-size: 827px auto;
    background-position: center 301px;
  }
  #map-views-target {
    width: 300px;
    height: 192px;
    background-size: 300px auto;
    margin: 73px auto 60px;
  }
  .vs-left,
  .vs-right {
    top: 322px;
  }
  #modern-farming {
    background-size: 1100px auto;
    background-position: 30% top;
  }
  #modern-farming .inner-block {
    padding-top: 280px;
  }
  #modern-farming .farming-feature img {
    width: 130px;
  }
  #modern-farming .farming-feature h4 {
    width: 150px;
  }
  #notifications {
    background-size: 1250px auto;
    background-position: 69% bottom;
  }
  #notifications .inner-block {
    padding-bottom: 290px;
  }
  #all-features-any-device {
    background-size: 1200px auto;
  }
  #all-features-any-device .inner-block {
    padding: 40px 0 400px;
  }
  #afad-sub > img {
    width: 140px;
    height: 140px;
  }
  #afad-sub h3 {
    width: 140px;
    margin-bottom: 10px;
  }
  #afad-sub p {
    width: 140px;
  }
  #afad-sub a img {
    margin-top: 20px;
  }
  #afad-sub a:first-of-type img {
    float: right;
  }
  #made-to-order {
    background-size: 646px auto;
  }
  #made-to-order .vs-left,
  #made-to-order .vs-right {
    top: 306px;
  }
  #order-views-target {
    width: 300px;
    height: 160px;
    background-size: 300px auto;
    left: -2px;
  }
  #net-win {
    background-size: 1300px auto;
  }
  #net-win .inner-block {
    padding: 40px 0 0;
  }
  #net-win-icons {
    margin-top: 330px;
  }
  #net-win-icons img {
    width: 86px;
    margin-left: 20px;
  }
  #net-win-icons img:first-child {
    margin-left: 0;
  }
  #sust-report .inner-block {
    padding-bottom: 140px;
  }
  body.transactionsportal section#getting-started .inner-block {
    padding: 40px 0 0;
  }
  body.transactionsportal section#getting-started .half {
    padding-left: 60px;
  }
  .gs-step {
    padding-left: 60px;
  }
  .gs-step img {
    width: 40px;
  }
  .gs-step p {
    color: #000000;
  }
}
