/**
 * 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 {
  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;
}
.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.35em;
  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-logo .contact-card > a:first-child {
  height: 284px;
}
#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;
}
ul#sys-nav {
  float: right;
  margin: 0 20px 0 0;
}
ul#sys-nav > li {
  float: left;
  list-style: none;
  padding: 10px 20px;
  font-size: 10pt;
  font-weight: 100;
  position: relative;
}
ul#sys-nav > li ul {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 240px;
  margin: 0;
  padding: 0;
  top: 37px;
  left: 0;
}
ul#sys-nav > li ul li {
  list-style: none;
  padding: 20px;
  border-top: 1px solid #c2c2c2;
}
ul#sys-nav > li ul li:first-child {
  border-top: none;
}
ul#sys-nav a,
ul#sys-nav a:hover,
ul#sys-nav h4,
ul#sys-nav p {
  color: #464646;
}
ul#sys-nav h4 {
  font-weight: 300;
  margin: 0;
}
ul#sys-nav p {
  font-weight: 100;
  font-size: 11pt;
  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 {
  padding: 10px 20px;
  font-size: 15pt;
  font-weight: 300;
}
#hn-list > ul > li > a {
  font-size: 14pt;
}
#hn-list > ul > li > ul {
  top: 46px;
  right: 0;
  width: 193px;
}
#hn-list > ul > li ul li {
  padding-left: 20px;
  font-size: 12pt;
}
#hn-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#hn-list ul > li {
  float: left;
  position: relative;
  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;
}
#hn-list ul li ul li a {
  padding: 0;
}
#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;
}
.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 {
  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 {
  float: none;
  padding: 0;
  border: none;
}
#menu-dock #sys-nav li h4 {
  font-size: 10pt;
}
#menu-dock #sys-nav li p {
  display: none;
}
#menu-dock #sys-nav 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;
  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: 568px 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;
  line-height: 1.8em;
}
#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: 8pt;
  line-height: 1.2em;
  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: 436px 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: 920px auto;
  }
}
@media (max-width: 479px) {
  #global-modal .modal-dialog {
    width: 320px;
  }
  .col .reveal,
  .pad-col .reveal {
    width: 300px;
    height: 300px;
    background-size: 600px auto;
  }
}
body.mobile #sn-bar {
  max-height: 40px;
  overflow-y: hidden;
}
body.mobile #sn-bar ul {
  visibility: hidden;
}
.blue-quote {
  background-color: #013a6f;
  color: #ffffff;
  padding: 40px 20px;
}
.blue-quote p {
  font-size: 19pt;
  text-align: center;
}
.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
#header #logo-block {
  background-image: url("/assets/agency/img/logo-title-white.png");
}
body.agency-home #header {
  background: transparent;
  z-index: 1000;
}
body.agency-home #header #logo-block {
  width: 288px;
  height: 55px;
  background-repeat: no-repeat;
}
body.agency-home #header #sys-nav > li:hover {
  background-color: #ebebeb;
}
body.agency-home #header #sys-nav > li:hover a {
  color: #464646;
}
body.agency-home #header #sys-nav > li:focus-within,
body.agency-home #header #sys-nav > li > a:focus {
  background-color: #ebebeb;
}
body.agency-home #header #sys-nav > li > a:focus {
  color: #464646;
}
body.agency-home #header #sys-nav > li ul {
  background-color: #ebebeb;
}
body.agency-home #header #sys-nav > li ul li:hover {
  background-color: #f4f4f4;
}
body.agency-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.agency-home #header #hn-list > ul > li:hover,
body.agency-home #header #hn-list > ul > li.open {
  background-color: #fccf45;
}
body.agency-home #header #hn-list > ul > li:hover a,
body.agency-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.agency-home #header #hn-list > ul > li:focus-within,
body.agency-home #header #hn-list > ul > li > a:focus {
  background-color: #fccf45;
}
body.agency-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.agency-home #header #hn-list > ul > li ul {
  background-color: #fccf45;
}
body.agency-home #header #hn-list > ul > li ul li a {
  color: #666;
}
body.agency-home #header #hn-list > ul > li ul li a:focus {
  background-color: #fddc77;
}
body.agency-home #header #hn-list > ul > li ul li:hover,
body.agency-home #header #hn-list > ul > li ul li:focus-within {
  background-color: #fddc77;
}
body.agency-home #header #hn-list ul ul ul {
  background-color: #fddc77;
}
body.agency-home #header #hn-list ul.lined li {
  border-top: 1px solid #503b02;
}
body.agency-home #header #hn-list ul.lined li:first-child {
  border-top: none;
}
body.agency-home #header #menu-dock-toggle {
  background: transparent url("../lib/core/1.7/img/hamburger.png") no-repeat;
}
body.agency-home #header #logo-block {
  background-image: url("../lib/core/1.7/img/head-logo.png");
}
body.agency-home #header #sys-nav > li a {
  color: #013a6f;
}
body.agency-home #header #hn-list a {
  color: #013a6f;
}
body.agency-home #header #logo-block {
  background-image: url("/assets/agency/img/logo-title.png");
}
body.agency-home #header #hn-list ul li:focus-within,
body.agency-home #header #hn-list ul li a:focus {
  background-color: #fccf45;
}
body.agency-home #header #sys-nav li:focus-within,
body.agency-home #header #sys-nav li a:focus {
  background: #ebebeb;
}
body.agency-home #head-right form#head-search input:focus {
  background: #f5f5f5;
}
body.agency-home #head-right #btnSearch:focus {
  background: #f5f5f5;
}
#agency-main {
  background: transparent url("/assets/agency/img/background-resources-top-2.jpg") center -50px repeat-x;
  background-size: auto 925px;
  border-bottom: 5px solid rgba(230, 46, 31, 0.8);
}
#agency-main .inner-block {
  padding: 50px 0 80px;
}
#agency-main h1 {
  font-weight: 700;
  line-height: 0.9em;
  font-size: 33pt;
  margin-bottom: 20px;
}
#agency-main p {
  font-weight: 400;
  color: #013a6f;
  margin-bottom: 60px;
  font-size: 16pt;
}
#agency-main .three-col img {
  width: 100%;
}
#advantage {
  background: #a4a9af url("/assets/agency/img/band-home-agentadvantage.jpg") center top repeat-x;
}
#advantage .inner-block {
  padding: 60px 0 200px;
}
#advantage h2 {
  width: 60%;
}
#advantage .learn-more-btn {
  float: right;
}
#clear2go {
  background: #b5b5b5 url("/assets/agency/img/band-clear2go.jpg") center top repeat-x;
}
#clear2go .lead {
  color: #013a6f;
}
#clear2go .lead,
#clear2go .bulleted li {
  font-weight: 400;
}
#clear2go .list-title {
  margin-bottom: 10px;
}
#clear2go .learn-more-btn {
  float: right;
}
#economics {
  background: #083346 url("/assets/faf/img/band-home-economics.jpg") top center repeat-x;
}
#economics h2,
#economics h4,
#economics p {
  color: #ffffff;
}
#economics .blue-quote {
  height: 284px;
}
#economics .learn-more-btn {
  margin-left: 20px;
}
#economics .learn-more-btn:first-child {
  margin-left: 0;
}
#econ-feed {
  padding: 0;
  margin: 0;
}
#econ-feed li {
  list-style: none;
  margin-bottom: 12px;
}
#econ-feed li a {
  color: #fccf45;
  text-decoration: underline;
  font-size: 16pt;
}
#econ-feed li a:hover {
  color: #fccf45;
}
#econ-feed li .rss-date {
  color: #ffffff;
  line-height: 1.8em;
}
#econ-feed li.econ-more a {
  text-decoration: none;
}
#solutions-main {
  background: transparent url("/assets/agency/img/background-solutions-top-1.jpg") center top repeat-x;
}
#solutions-main .inner-block {
  padding: 0 0 170px 0;
}
#solutions-main .headline {
  margin: 30px 0;
}
#solutions-main .learn-more-btn {
  margin-bottom: 40px;
}
#calculators {
  background: #f0f7fd url("/assets/agency/img/band-solutions-calculators-2.jpg") center bottom repeat-x;
}
#calculators .inner-block {
  padding: 40px 0 60px;
}
.as-calc > a {
  display: block;
  float: left;
  width: 100px;
  margin-right: 20px;
}
.as-calc > a img {
  width: 100%;
}
.as-calc .calc-content {
  float: left;
  width: 326px;
  margin-bottom: 40px;
}
.as-calc .calc-content h4 {
  margin: 0 0 10px;
}
.as-calc .calc-content p {
  margin-bottom: 1em;
  font-size: 11pt;
}
.as-calc .calc-content p a {
  font-weight: 700;
  text-decoration: underline;
}
#insurance {
  background: #ebebeb url("/assets/agency/img/band-solutions-insurance.jpg") center bottom repeat-x;
}
#insurance .inner-block {
  padding: 40px 0 200px;
}
#insurance .learn-more-btn {
  float: right;
}
#insurance p {
  line-height: 1.5em;
}
#production {
  background: #e8e7e5 url("/assets/agency/img/band-solutions-production.jpg") center bottom repeat-x;
}
#production .inner-block {
  padding: 40px 0 270px;
}
#production .learn-more-btn {
  float: right;
}
#production p {
  line-height: 1.5em;
}
#resources-top {
  background: #ffffff url("/assets/agency/img/background-resources-top-1.jpg") center bottom repeat-x;
}
#underwriting {
  background-color: #000000;
}
#underwriting h2,
#underwriting p {
  color: #ffffff;
}
#underwriting .learn-more-btn {
  float: right;
  margin-bottom: 40px;
}
#underwriting img {
  width: 100%;
}
#learning .two-col {
  margin-top: 40px;
}
#learning img {
  width: 100%;
}
#learning .learn-more-btn {
  float: right;
  margin-bottom: 40px;
}
#today {
  background: #facda3 url("/assets/agency/img/band-resources-agency-today.jpg") -240px bottom repeat-x;
}
#today .inner-block {
  padding: 60px 0 360px;
}
#today .learn-more-btn {
  float: none;
}
#best-practices {
  background: #9fb5c3 url("/assets/agency/img/band-home-agentnet.jpg") center -160px repeat-x;
}
#best-practices .inner-block {
  padding: 30px 0 100px;
}
#best-practices h2,
#best-practices p {
  color: #ffffff;
}
#best-practices .learn-more-btn {
  float: right;
}
body.contact-us {
  background: #ebebeb url("/assets/agency/img/content-bg-gradient.jpg") center top repeat-x;
}
body.contact-us #about-us p > a {
  text-decoration: underline;
}
body.contact-us #about-us .one-third {
  background: transparent url("/assets/agency/img/band-contat-us-locate-tile-1.jpg") center top no-repeat;
  background-size: 100% auto;
}
body.contact-us #about-us .one-third h3 {
  color: #ffffff;
  font-size: 18pt;
  margin: 130px 0 10px;
  font-weight: 100;
  width: 80%;
}
body.contact-us #about-us .one-third button {
  border: none;
  background-color: #fccf45;
  color: #735702;
  float: right;
  margin-top: 10px;
  padding: 4px 8px;
}
body.contact-us #regional {
  background: #ebebeb url("/assets/agency/img/content-bg-gradient.jpg") center -250px repeat-x;
}
.region {
  margin-bottom: 40px;
}
.region .person {
  background-color: #ffffff;
}
.region .photo {
  background-color: #c2c2c2;
  width: 200px;
  float: left;
  margin-right: 20px;
}
.region .photo img {
  width: 100%;
}
.region .info {
  height: 200px;
  overflow: hidden;
}
.region .info > span {
  display: block;
  font-weight: 700;
}
.region .info > span.name {
  font-size: 13pt;
  margin-top: 10px;
}
.region .info > span.title {
  font-size: 9pt;
  margin-bottom: 5px;
}
.region .info > span.phone,
.region .info > span.email {
  font-weight: 400;
  margin-bottom: 5px;
}
.region .info > span.phone span,
.region .info > span.email span {
  display: inline-block;
  width: 80px;
}
.region .info > span.phone a,
.region .info > span.email a {
  text-decoration: underline;
}
.region .info > span.undw-name {
  font-size: 12pt;
  display: none;
}
.region .info > span.undw {
  font-size: 9pt;
  display: none;
}
.region .info hr {
  margin: 0 0 10px;
  display: none;
}
.region .info ul {
  margin: 0 10px 0 0;
  padding: 8px 0 0;
  overflow: hidden;
  border-top: 1px solid #c2c2c2;
}
.region .info ul li {
  font-size: 9pt;
  list-style-type: none;
  display: block;
  float: left;
  width: 32%;
  margin-left: 2%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.region .info ul li:nth-of-type(3n + 1) {
  margin-left: 0;
}
#simplified {
  background: #f8f9fb url("/assets/agency/img/background-bestpractices-top-1.jpg") center 50px repeat-x;
}
#framework {
  background-color: #f3f3f3;
}
#bp-switcher {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px #aaaaaa;
  -moz-box-shadow: 0 0 20px #aaaaaa;
  box-shadow: 0 0 20px #aaaaaa;
  border-collapse: separate;
}
#bp-tab-row {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#bp-tab-row li {
  display: block;
  float: left;
  text-align: center;
  cursor: pointer;
  background: transparent url("/assets/agency/img/bg-tab.gif") repeat-x;
}
#bp-tab-row li h6 {
  margin: 0;
  padding: 18px 0;
  font-size: 22pt;
  border-left: 1px solid #f8f8f8;
  border-right: 1px solid #d9d9d9;
  height: 71px;
}
#bp-tab-row li.active {
  background-image: none;
}
#bp-tab-row li.active h6 {
  color: #464646;
}
#bp-tab-row li.first {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#bp-tab-row li.first h6 {
  border-left: none;
}
#bp-tab-row li.last {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#bp-tab-row li.last h6 {
  border-right: none;
}
#bp-tabs {
  margin: 0;
  padding: 20px;
}
#bp-tabs > li {
  list-style-type: none;
  display: none;
  overflow: hidden;
}
#bp-tabs > li.active {
  display: block;
}
#bp-tabs > li h4 {
  margin: 20px 0;
  font-size: 22pt;
}
#bp-tabs > li ul {
  margin: 0;
  padding: 0;
}
#bp-tabs > li ul li {
  list-style-type: none;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
  min-height: 120px;
}
#bp-tabs > li ul li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
#bp-tabs > li ul li img {
  position: absolute;
}
#bp-tabs > li ul li h5,
#bp-tabs > li ul li p {
  margin: 0 250px 0 150px;
}
#bp-tabs > li ul li a {
  float: none;
  position: absolute;
  right: 0;
  top: 30%;
}
#policy-production {
  background: #0c4175 url("/assets/agency/img/bg-agents-download-guides-2.jpg") repeat-x;
}
#policy-production .inner-block {
  background: transparent url("/assets/agency/img/bg-agents-download-guides.jpg") -70px top no-repeat;
}
#policy-production h3,
#policy-production p {
  color: #ffffff;
}
#policy-production a {
  float: right;
  margin-top: 10px;
}
#policy-production a.form-privacy {
  float: left;
  color: #ffffff;
  width: 50%;
}
#ownership {
  background: #ffffff url("/assets/faf/img/band-home-ownership.jpg") bottom center repeat-x;
}
#ownership .inner-block {
  padding: 40px 0 80px;
}
#ownership .learn-more-btn {
  float: right;
}
#ownership .four-col {
  margin-top: 60px;
}
#trid {
  background: transparent url("/assets/agency/img/band-home-trid.jpg") center -210px repeat-x;
}
#trid .inner-block {
  padding: 40px 0 100px;
}
#trid .learn-more-btn {
  float: right;
}
#agentnet {
  background: #f3f3f3 url("/assets/agency/img/band-home-agentnet-2.jpg") center bottom repeat-x;
}
#agentnet .inner-block {
  padding: 20px 0 70px;
}
#agentnet h2,
#agentnet p {
  color: #464646;
}
#agentnet .learn-more-btn {
  float: right;
}
#marketing {
  background: transparent url("/assets/agency/img/band-solutions-marketing.jpg") center bottom repeat-x;
}
#marketing .inner-block {
  padding: 40px 0 520px;
}
#marketing .learn-more-btn {
  float: right;
}
#marketing p {
  line-height: 1.5em;
}
#contact {
  background: #4fab62;
}
#contact .inner-block {
  padding: 30px 0;
}
#contact h2,
#contact p {
  color: #ffffff;
  margin-top: 0;
}
#contact h2 a,
#contact p a {
  text-decoration: underline;
}
#contact .learn-more-btn {
  margin-top: 96px;
  float: right;
}
form.agent-apply input,
form.agency-today input,
#policy-production form input,
#about-us form input,
form.agent-apply select,
form.agency-today select,
#policy-production form select,
#about-us form select,
form.agent-apply textarea,
form.agency-today textarea,
#policy-production form textarea,
#about-us form textarea {
  width: 100%;
  margin-bottom: 10px;
  border: none;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 2px 2px 5px #666666;
  -moz-box-shadow: inset 2px 2px 5px #666666;
  box-shadow: inset 2px 2px 5px #666666;
  border-collapse: separate;
}
form.agent-apply input,
form.agency-today input,
#policy-production form input,
#about-us form input,
form.agent-apply select,
form.agency-today select,
#policy-production form select,
#about-us form select {
  height: 32px;
  padding: 0 10px;
}
form.agent-apply input.skip,
form.agency-today input.skip,
#policy-production form input.skip,
#about-us form input.skip,
form.agent-apply select.skip,
form.agency-today select.skip,
#policy-production form select.skip,
#about-us form select.skip {
  margin-top: 42px;
}
form.agent-apply textarea,
form.agency-today textarea,
#policy-production form textarea,
#about-us form textarea {
  padding: 10px;
  color: #000000;
}
form.agent-apply button,
form.agency-today button,
#policy-production form button,
#about-us form button {
  outline: none;
}
form.agent-apply select::-ms-expand,
form.agency-today select::-ms-expand,
#policy-production form select::-ms-expand,
#about-us form select::-ms-expand {
  background-color: transparent;
  border: none;
}
body.mobile form.agent-apply input,
body.mobile form.agency-today input,
body.mobile #policy-production form input,
body.mobile #about-us form input,
body.mobile form.agent-apply select,
body.mobile form.agency-today select,
body.mobile #policy-production form select,
body.mobile #about-us form select,
body.mobile form.agent-apply textarea,
body.mobile form.agency-today textarea,
body.mobile #policy-production form textarea,
body.mobile #about-us form textarea {
  border: 1px solid #ccc;
}
#sign-in-content {
  display: none;
}
#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;
}
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;
}
.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;
}
body.agency-advantage .learn-more-btn {
  float: right;
}
body.agency-advantage #top {
  background: #ebebeb url("/assets/agency/img/background-agent-advantage-top-2.jpg") center top repeat-x;
}
body.agency-advantage #curative {
  background: #ebebeb url("/assets/agency/img/band-advantage-curative.jpg") center bottom repeat-x;
}
body.agency-advantage #curative .inner-block {
  padding-bottom: 230px;
}
body.agency-advantage #banking {
  background: #9a9da5 url("/assets/agency/img/band-advantage-banking.jpg") center top repeat-x;
}
body.agency-advantage #banking .inner-block {
  padding-bottom: 340px;
}
body.agency-advantage #title-production {
  background: #b1ada5 url("/assets/agency/img/band-advantage-agent-title.jpg") center top repeat-x;
}
body.agency-advantage #title-production .inner-block {
  padding-bottom: 340px;
}
body.agency-advantage #escrow-production {
  background: #ffffff url("/assets/agency/img/band-advantage-agent-escrow.jpg") center bottom repeat-x;
}
body.agency-advantage #escrow-production .inner-block {
  padding-bottom: 500px;
}
body.agency-advantage #back-office {
  background: #e8e7e5 url("/assets/agency/img/band-advantage-back-office.jpg") center bottom repeat-x;
}
body.agency-advantage #back-office .inner-block {
  padding-bottom: 320px;
}
body.agency-advantage #agency-insurance {
  background: #ffffff;
}
body.agency-advantage #agency-insurance img {
  max-width: 100%;
}
body.agency-advantage #agency-insurance h2 {
  margin-top: 0;
}
body.solution {
  background: #ebebeb;
  background-position: center top;
  background-repeat: repeat-x;
}
body.solution.curative {
  background-image: url("/assets/agency/img/background-curative-title-top.jpg");
}
body.solution.agency-insurance {
  background-image: url("/assets/agency/img/background-errors-top.jpg");
}
body.solution.back-office {
  background-image: url("/assets/agency/img/background-back-office-top.jpg");
}
body.solution.banking {
  background-image: url("/assets/agency/img/background-banking-top.jpg");
}
body.solution.escrow-production {
  background-image: url("/assets/agency/img/background-agent-escrow-top.jpg");
}
body.solution.title-production {
  background-image: url("/assets/agency/img/background-agent-title-top.jpg");
}
body.solution ul.bulleted.blue li {
  font-weight: 400;
}
.lets-connect {
  border: 5px solid #013a6f;
  padding: 30px;
  margin-top: 240px;
}
.lets-connect span.lc-title {
  display: block;
  font-size: 30pt;
  line-height: 1.1em;
  color: #013a6f;
  font-weight: 700;
  margin-bottom: 12px;
}
.lets-connect p {
  color: #013a6f;
  font-size: 12pt;
  line-height: 1.1em;
  font-weight: 400;
}
.lets-connect .learn-more-btn {
  padding: 10px;
  float: none;
  margin: 20px auto 0;
  width: 140px;
  font-size: 14pt;
}
.regional #welcome .one-third {
  padding-top: 120px;
}
.regional #welcome .one-third .learn-more-btn {
  float: none;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14pt;
}
.regional #contacts h2 {
  float: left;
}
.regional #contacts h3 {
  float: right;
  width: 300px;
}
.regional #contacts .four-col {
  clear: both;
  overflow: hidden;
  opacity: 0;
}
.regional #contacts .four-col.filtered .one-fourth {
  display: none;
}
.regional #contacts .four-col.filtered .one-fourth.vis {
  display: block;
  margin-left: 42px;
  clear: none;
}
.regional #contacts .four-col.filtered .one-fourth.vis.nth {
  margin-left: 0;
}
.regional #contacts #show-hide-reps {
  float: right;
  text-decoration: underline;
  color: #013a6f;
  margin-top: 20px;
}
.regional #contacts #show-hide-reps:hover {
  color: #026fd4;
  cursor: pointer;
}
.link-box {
  padding: 20px;
  background: #ffffff;
}
.link-box h3 {
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #c2c2c2;
  color: #464646;
  font-weight: 300;
}
.link-box ul {
  margin: 0;
  padding: 0;
}
.link-box ul li {
  list-style-type: none;
  padding: 15px 0;
  border-top: 1px solid #c2c2c2;
}
.link-box ul li:first-child {
  border-top: none;
}
.link-box ul li a {
  text-decoration: underline;
}
.office-card {
  background: #ffffff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.office-card .map-target {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  background-color: #ebebeb;
  background-position: center;
  background-repeat: no-repeat;
}
.office-card p {
  margin: 0 20px;
  font-size: 11pt;
}
.office-card p.city-state-zip {
  margin-bottom: 20px;
}
.office-card p span {
  display: inline-block;
  width: 55px;
}
.office-card address {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c2c2c2;
}
.office-card > a {
  margin: 0 20px;
}
.office-card > a:first-child {
  margin: 0;
}
.office-card.single-office {
  height: 300px;
}
.office-card.single-office .map-target {
  float: left;
  width: 50%;
  height: 300px;
  margin: 0;
}
.office-card.single-office .city-state-zip {
  padding-bottom: 20px;
  border-bottom: 1px solid #c2c2c2;
}
.office-card.single-office address {
  margin-bottom: 0;
  padding-top: 20px;
  border-bottom: none;
  float: left;
  width: 50%;
}
.rep-page {
  background: #ebebeb;
}
.rep-page #top .one-fourth {
  float: right;
}
.rep-page #top .three-fourths {
  margin-left: 0;
}
.rep-photo {
  width: 100%;
}
.rep-sidebar {
  background: #ffffff;
  padding: 20px;
}
.rep-sidebar h4 {
  color: #464646;
  margin: 0;
}
.rep-sidebar h5 {
  color: #464646;
  font-size: 11pt;
  margin: 0;
}
.rep-sidebar p,
.rep-sidebar li {
  font-size: 11pt;
}
.rep-sidebar p {
  margin: 0 0 6px;
}
.rep-sidebar address {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.rep-sidebar address p {
  margin: 0;
  color: #013a6f;
}
.rep-sidebar .contact-method span {
  display: inline-block;
  width: 55px;
}
.rep-social {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #c2c2c2;
  overflow: hidden;
}
.rep-social li {
  list-style-type: none;
  font-size: 0;
  display: block;
  float: left;
  width: 30%;
  height: 48px;
  margin: 0 0 9px 5%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.rep-social li:nth-of-type(3n + 1) {
  margin-left: 0;
}
.rep-social li.rep_contact {
  background-image: url("/assets/agency/img/social-email.jpg");
}
.rep-social li.rep_facebook {
  background-image: url("/assets/agency/img/social-facebook.jpg");
}
.rep-social li.rep_linkedin {
  background-image: url("/assets/agency/img/social-linkedin.jpg");
}
.rep-social li.rep_twitter {
  background-image: url("/assets/agency/img/social-twitter.jpg");
}
.rep-social li.rep_youtube {
  background-image: url("/assets/agency/img/social-youtube.jpg");
}
.rep-social li.rep_instagram {
  background-image: url("/assets/agency/img/social-instagram.jpg");
}
.rep-social li.rep_pinterest {
  background-image: url("/assets/agency/img/social-pinterest.jpg");
}
.rep-social li.rep_g_plus {
  background-image: url("/assets/agency/img/social-gplus.jpg");
}
.rep-social li a {
  display: block;
  height: 100%;
  width: 100%;
}
input,
select,
textarea {
  width: 100%;
  margin-bottom: 10px;
  border: none;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 2px 2px 5px #666666;
  -moz-box-shadow: inset 2px 2px 5px #666666;
  box-shadow: inset 2px 2px 5px #666666;
  border-collapse: separate;
}
input,
select {
  height: 32px;
  padding: 0 10px;
}
input.skip,
select.skip {
  margin-top: 42px;
}
textarea {
  padding: 10px;
  color: #000000;
}
button {
  outline: none;
}
select::-ms-expand {
  background-color: transparent;
  border: none;
}
body.mobile input,
body.mobile select,
body.mobile textarea {
  border: 1px solid #ccc;
}
.fa-text input,
.fa-email input,
.fa-number input,
.fa-password input,
.fa-select input,
.fa-checkbox input,
.fa-radio input,
.fa-textarea input,
.fa-text select,
.fa-email select,
.fa-number select,
.fa-password select,
.fa-select select,
.fa-checkbox select,
.fa-radio select,
.fa-textarea select {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: auto;
}
.fa-text textarea,
.fa-email textarea,
.fa-number textarea,
.fa-password textarea,
.fa-select textarea,
.fa-checkbox textarea,
.fa-radio textarea,
.fa-textarea textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contact-card {
  background: #ffffff;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.contact-card > a:first-child {
  display: block;
  overflow: hidden;
}
.contact-card img {
  width: 100%;
}
.contact-card h4 {
  color: #464646;
  margin: 20px 20px 6px;
  padding: 0;
  font-weight: 700;
}
.contact-card h5 {
  color: #464646;
  margin: 0 20px 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #c2c2c2;
  font-weight: 300;
  font-size: 11pt;
}
.contact-card p {
  margin: 0 20px 10px;
}
.contact-card p span {
  display: inline-block;
  width: 90px;
}
.one-third .contact-card > a:first-child {
  height: 284px;
}
.one-fourth .contact-card > a:first-child {
  height: 202px;
}
.one-fourth .contact-card h4 {
  font-size: 14pt;
}
.one-fourth .contact-card p {
  font-size: 11pt;
}
.one-fourth .contact-card p span {
  width: 50px;
}
.horiz-contact .contact-card > a {
  width: 50%;
  float: left;
}
.horiz-contact .contact-card img {
  width: 100%;
  float: none;
}
.horiz-contact .contact-card h4,
.horiz-contact .contact-card h5,
.horiz-contact .contact-card p {
  margin-left: 56%;
  margin-right: 0;
}
.horiz-contact .contact-card p {
  font-size: 11pt;
}
.horiz-contact .contact-card p span {
  width: 70px;
}
#all-contacts > a {
  display: block;
  float: right;
  margin-bottom: 20px;
}
#all-contacts .four-col {
  clear: both;
  display: none;
}
#regional-contact a.form-privacy,
.rep-message a.form-privacy {
  float: left;
  color: #ffffff;
  margin: 10px 0 20px;
}
#regional-contact a.learn-more-btn,
.rep-message a.learn-more-btn {
  clear: left;
}
#agency-help a.form-privacy {
  float: left;
  margin: -10px 0 30px;
}
.agent-apply a.form-privacy {
  float: left;
  margin-bottom: 20px;
}
.agent-apply a.learn-more-btn {
  clear: left;
}
.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: 11pt;
  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: 20px;
}
#footer {
  background-color: #b3c4d4;
}
#footer-cols h2 {
  font-size: 16pt;
  font-weight: 400;
}
#footer-cols ul {
  padding: 0;
  margin-bottom: 10px;
}
#footer-cols ul li {
  list-style: none;
  font-size: 9pt;
  line-height: 1.8em;
}
@media (max-width: 959px) {
  #economics .blue-quote {
    height: 218px;
  }
  .blue-quote p {
    font-size: 14pt;
  }
  #solutions-main .inner-block {
    padding: 0 0 125px;
  }
  #calculators {
    background-position: center bottom;
  }
  #calculators .inner-block {
    padding: 40px 0 0;
  }
  .as-calc .calc-content {
    width: 227px;
  }
  #insurance .inner-block {
    padding: 40px 0 150px;
  }
  #contact .one-third {
    width: 348px;
  }
  #contact .learn-more-btn {
    margin-top: 40px;
    position: relative;
    right: -346px;
  }
  #resources-top {
    background-position: center 275px;
  }
  #today {
    background-position: -800px bottom;
  }
  body.contact-us #about-us .one-third h3 {
    width: 100%;
    font-size: 16pt;
    margin: 80px 0 10px;
  }
  body.contact-us .region {
    width: 100%;
    margin-left: 0;
  }
  #policy-production input {
    float: none;
    width: 100%;
  }
  #policy-production input:nth-child(even) {
    margin-left: 0;
  }
  #footer-cols .one-fifth {
    width: 218px;
  }
  .one-third .contact-card > a:first-child {
    height: 218px;
  }
  .one-fourth .contact-card > a:first-child {
    height: 153px;
  }
  .one-fourth .contact-card p a {
    clear: left;
    float: left;
    margin-bottom: 10px;
  }
  .horiz-contact .contact-card > a {
    width: 100%;
    height: auto;
    float: none;
  }
  .horiz-contact .contact-card h4 {
    margin: 20px 20px 6px;
  }
  .horiz-contact .contact-card h5 {
    margin: 0 20px 15px;
  }
  .horiz-contact .contact-card p {
    margin: 0 20px 10px;
  }
  .horiz-contact .contact-card p span {
    width: 90px;
  }
  .office-card.one-fourth {
    height: 250px;
    width: 48%;
    margin-left: 4%;
  }
  .office-card.one-fourth:nth-of-type(odd) {
    margin-left: 0;
  }
  .office-card.one-fourth .map-target {
    float: left;
    width: 50%;
    height: 250px;
  }
  .office-card.one-fourth .city-state-zip {
    padding-bottom: 20px;
    border-bottom: 1px solid #c2c2c2;
  }
  .office-card.one-fourth address {
    margin-bottom: 0;
    padding-top: 20px;
    border-bottom: none;
    float: left;
    width: 50%;
  }
  .rep-social li {
    height: 33px;
    margin: 0 0 7px 5%;
  }
}
@media (max-width: 767px) {
  #header #logo-block {
    width: 288px;
    height: 55px;
  }
  #agency-main {
    background-size: auto 740px;
    background-position: center bottom;
  }
  #agency-main .inner-block {
    height: 625px;
  }
  #agency-main h1,
  #agency-main p {
    width: 50%;
    float: right;
    clear: right;
  }
  #agency-main h1 {
    font-size: 22pt;
    margin: 0 0 20px;
  }
  #agency-main .one-third {
    width: 140px;
    margin-left: 20px;
  }
  #agency-main .one-third:first-child {
    margin-left: 0;
  }
  #agentnet {
    background-size: auto 330px;
  }
  #agentnet .inner-block {
    padding: 20px 0 175px;
  }
  #advantage {
    background-size: 1500px auto;
  }
  #advantage .inner-block {
    padding: 60px 0 80px;
  }
  #advantage .half:nth-of-type(2) {
    float: right;
    width: 45%;
  }
  #advantage h2 {
    width: 100%;
  }
  #clear2go {
    background-size: 1000px auto;
    background-position: 40% top;
  }
  #clear2go .inner-block {
    padding-top: 300px;
  }
  #clear2go .half:nth-of-type(2) {
    float: none;
    width: 100%;
  }
  #trid {
    background-size: auto 400px;
    background-position: -400px bottom;
  }
  #trid .inner-block {
    padding: 40px 0 230px;
  }
  #economics .half p {
    font-size: 13pt;
  }
  #economics .learn-more-btn {
    float: right;
    width: 220px;
  }
  #economics .learn-more-btn:first-child {
    float: left;
  }
  #economics .three-col {
    margin-top: 40px;
  }
  #economics .three-col .one-third {
    margin-bottom: 40px;
  }
  .blue-quote p {
    font-size: 22pt;
  }
  #ownership {
    background-size: 1000px auto;
    background-position: 70% bottom;
  }
  #ownership .inner-block {
    padding-bottom: 380px;
  }
  #ownership p {
    font-size: 13pt;
  }
  #ownership .four-col .one-fourth:first-child {
    margin-bottom: 40px;
  }
  #ownership .four-col .reveal {
    display: none;
  }
  #solutions-main .inner-block {
    padding: 0;
  }
  #calculators {
    background-size: auto 400px;
  }
  #calculators .inner-block {
    padding: 0 0 140px;
  }
  .as-calc > a {
    margin-left: 110px;
  }
  #insurance {
    background-size: auto 380px;
    background-position: -400px bottom;
  }
  #insurance .inner-block {
    padding: 40px 0 220px;
  }
  #production {
    background-size: auto 290px;
    background-position: -175px bottom;
  }
  #production .inner-block {
    padding: 20px 0 150px;
  }
  #marketing {
    background-size: auto 600px;
    background-position: -535px bottom;
  }
  #marketing .inner-block {
    padding: 40px 0 350px;
  }
  #contact .one-third {
    width: 100%;
  }
  #contact .learn-more-btn {
    position: static;
    right: auto;
  }
  input.skip {
    margin-top: 0;
  }
  #resources-top {
    background-position: -290px bottom;
    background-size: auto 450px;
  }
  #resources-top .inner-block {
    padding: 40px 0 220px;
  }
  #today {
    background-position: -250px bottom;
    background-size: auto 400px;
  }
  #today .inner-block {
    padding: 40px 0 240px;
  }
  #today .learn-more-btn {
    float: right;
  }
  #best-practices {
    background-size: auto 240px;
    background-position: -120px bottom;
  }
  .region {
    margin-bottom: 60px;
  }
  body.contact-us #about-us .one-third h3 {
    font-size: 18pt;
    margin: 220px 0 10px;
  }
  #simplified {
    background-size: 600px auto;
    background-position: center bottom;
  }
  #simplified .inner-block {
    padding-bottom: 180px;
  }
  #bp-tab-row li h6 {
    font-size: 18pt;
    height: 60px;
  }
  #bp-tabs > li ul li {
    overflow: hidden;
  }
  #bp-tabs > li ul li img {
    position: static;
    float: left;
    margin: 0 20px 20px 0;
  }
  #bp-tabs > li ul li h5 {
    margin: 0 0 15px;
  }
  #bp-tabs > li ul li p {
    margin: 0 0 10px;
  }
  #bp-tabs > li ul li a {
    position: static;
    float: right;
    clear: both;
    top: auto;
  }
  #policy-production {
    background-size: auto 250px;
  }
  #policy-production .inner-block {
    background-size: auto 250px;
    background-position: center top;
    padding-top: 200px;
  }
  body.agency-advantage #top {
    background-size: 940px auto;
    background-position: 20% 100px;
  }
  body.agency-advantage #top .inner-block {
    padding-right: 125px;
  }
  body.agency-advantage #curative {
    background-size: 1220px auto;
  }
  body.agency-advantage #banking {
    background-size: 1220px auto;
  }
  body.agency-advantage #banking .inner-block {
    padding: 60px 140px 60px 0;
  }
  body.agency-advantage #title-production {
    background-size: 1100px auto;
    background-position: 80% top;
  }
  body.agency-advantage #title-production .inner-block {
    padding: 20px 0 100px 190px;
  }
  body.agency-advantage #escrow-production {
    background-size: 1550px auto;
  }
  body.agency-advantage #back-office {
    background-size: 1550px auto;
  }
  body.agency-advantage #back-office .inner-block {
    padding: 60px 200px 200px 0;
  }
  body.agency-advantage #agency-insurance .half.col {
    width: 63%;
    float: left;
    margin-left: 4%;
  }
  body.agency-advantage #agency-insurance .half.col:first-child {
    width: 33%;
    margin-left: 0;
  }
  .lets-connect {
    margin-top: 0;
  }
  #footer-cols .one-fifth {
    width: 100%;
  }
  .regional #contacts h2,
  .regional #contacts h3 {
    float: none;
    width: auto;
  }
  .regional #contacts .four-col.filtered .one-fourth.vis {
    margin-left: 0;
  }
  .one-third .contact-card > a:first-child,
  .one-fourth .contact-card > a:first-child {
    height: 460px;
  }
  .one-third .contact-card h4,
  .one-fourth .contact-card h4 {
    font-size: 16pt;
  }
  .one-third .contact-card h5,
  .one-fourth .contact-card h5 {
    font-size: 11pt;
  }
  .one-third .contact-card p,
  .one-fourth .contact-card p {
    font-size: 13.5pt;
  }
  .one-third .contact-card p span,
  .one-fourth .contact-card p span {
    width: 90px;
  }
  .one-fourth .contact-card p a {
    clear: none;
    float: none;
    margin-bottom: 0;
  }
  .svc-block.one-sixth {
    margin: 0 0 20px 36px;
    width: 124px;
  }
  .svc-block.one-sixth:first-child,
  .svc-block.one-sixth:nth-of-type(4n + 0) {
    margin-left: 0;
  }
  .office-card.one-fourth {
    height: auto;
  }
  .office-card.one-fourth .map-target {
    float: none;
    width: 100%;
    height: 220px;
  }
  .office-card.one-fourth .city-state-zip {
    padding-bottom: 20px;
    border-bottom: 1px solid #c2c2c2;
  }
  .office-card.one-fourth address {
    padding-top: 0;
    float: none;
    width: 100%;
  }
  .rep-sidebar {
    margin-bottom: 40px;
  }
  .rep-social li {
    height: 63px;
    margin: 0 0 7px 5%;
    width: 15%;
    margin: 0 0 20px 4%;
  }
  .rep-social li:nth-of-type(3n + 1) {
    margin-left: 4%;
  }
  .rep-social li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .office-card.one-fourth {
    height: auto;
  }
  .office-card.one-fourth .map-target {
    float: none;
    width: 100%;
    height: 220px;
  }
  .office-card.one-fourth .city-state-zip {
    padding-bottom: 20px;
    border-bottom: 1px solid #c2c2c2;
  }
  .office-card.one-fourth address {
    padding-top: 0;
    float: none;
    width: 100%;
  }
  .rep-sidebar {
    margin-bottom: 40px;
  }
  .rep-social li {
    height: 63px;
    margin: 0 0 7px 5%;
    width: 15%;
    margin: 0 0 20px 4%;
  }
  .rep-social li:nth-of-type(3n + 1) {
    margin-left: 4%;
  }
  .rep-social li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  #header #logo-block {
    width: 230px !important;
    height: 45px !important;
  }
  #agency-main {
    background-size: auto 650px;
    border-bottom: none;
  }
  #agency-main h1,
  #agency-main p {
    width: 60%;
  }
  #agency-main .inner-block {
    height: 550px;
  }
  #agency-main .one-third {
    width: 100%;
    margin: 0 0 20px;
  }
  #advantage {
    background-size: 1000px auto;
    background-position: 40% top;
  }
  #advantage .inner-block {
    padding-top: 300px;
  }
  #advantage .half:nth-of-type(2) {
    float: none;
    width: 100%;
  }
  #trid {
    background-position: -485px bottom;
  }
  #economics .learn-more-btn {
    float: left;
    width: 200px;
    margin: 0 0 20px;
  }
  #economics .three-col {
    margin-top: 40px;
  }
  #economics .three-col .one-third {
    margin-bottom: 40px;
  }
  #economics .blue-quote {
    height: auto;
  }
  #economics .blue-quote p {
    margin: 0;
  }
  .as-calc > a {
    margin-left: 0;
  }
  .as-calc .calc-content {
    width: 175px;
  }
  #production .inner-block {
    padding: 20px 0 230px;
  }
  #marketing .inner-block {
    padding: 40px 0 440px;
  }
  #resources-top {
    background-position: -450px bottom;
  }
  #today {
    background-position: -400px bottom;
  }
  #best-practices {
    background-size: auto 240px;
    background-position: -200px bottom;
  }
  #contact-select {
    width: 100%;
  }
  .region .photo {
    margin: 0 0 20px;
    width: 100%;
  }
  .region .info {
    margin: 0 0 20px 20px;
    padding-bottom: 20px;
    height: auto;
    overflow: visible;
  }
  .region .info ul li {
    width: 46%;
    margin: 0 4% 0 0;
  }
  body.contact-us #about-us .one-third h3 {
    width: 70%;
    margin: 150px 0 10px;
  }
  #bp-tab-row li h6 {
    font-size: 12pt;
    height: 50px;
  }
  #policy-production {
    background-size: auto 165px;
  }
  #policy-production .inner-block {
    background-size: auto 165px;
    padding-top: 125px;
  }
  #bp-tabs > li ul li p {
    font-size: 12pt;
  }
  body.agency-advantage #top {
    background-size: 888px auto;
    background-position: 59% 100px;
  }
  body.agency-advantage #top .inner-block {
    padding-right: 0;
  }
  body.agency-advantage #banking {
    background-size: 1100px auto;
  }
  body.agency-advantage #banking .inner-block {
    padding: 40px 60px 60px 0;
  }
  body.agency-advantage #title-production {
    background-size: auto;
    background-position: 52% top;
  }
  body.agency-advantage #title-production .inner-block {
    padding: 10px 0 100px 0px;
  }
  body.agency-advantage #title-production p {
    margin-left: 100px;
  }
  body.agency-advantage #escrow-production {
    background-size: 1250px auto;
  }
  body.agency-advantage #escrow-production .inner-block {
    padding: 20px 0 400px;
  }
  body.agency-advantage #back-office {
    background-size: 1550px auto;
  }
  body.agency-advantage #back-office .inner-block {
    padding: 60px 0 210px;
  }
  body.agency-advantage #back-office p {
    margin-right: 90px;
  }
  body.agency-advantage #agency-insurance p {
    margin-left: -100px;
  }
  .one-third .contact-card > a:first-child,
  .one-fourth .contact-card > a:first-child {
    height: 300px;
  }
  .svc-block.one-sixth {
    margin: 0 0 36px 36px;
    width: 124px;
  }
  .svc-block.one-sixth:nth-of-type(4n + 0) {
    margin-left: 36px;
  }
  .svc-block.one-sixth:nth-of-type(odd) {
    margin-left: 0;
  }
  .office-card.single-office,
  .office-card.one-fourth {
    width: 100%;
    height: auto;
  }
  .office-card.single-office .map-target,
  .office-card.one-fourth .map-target {
    width: 300px;
    height: 300px;
    float: none;
  }
  .office-card.single-office address,
  .office-card.one-fourth address {
    float: none;
    width: 100%;
  }
  .rep-social li {
    height: 39px;
    margin-bottom: 10px;
  }
}
