/* line 17, ../../../../../Scout.app/Contents/Resources/vendor/gems/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 20, ../../../../../Scout.app/Contents/Resources/vendor/gems/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, ../../../../../Scout.app/Contents/Resources/vendor/gems/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, ../../../../../Scout.app/Contents/Resources/vendor/gems/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../../../../../Scout.app/Contents/Resources/vendor/gems/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, ../../../../../Scout.app/Contents/Resources/vendor/gems/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, ../../../../../Scout.app/Contents/Resources/vendor/gems/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, ../../../../../Scout.app/Contents/Resources/vendor/gems/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 114, ../../../../../Scout.app/Contents/Resources/vendor/gems/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 9, sass/screen.scss */
body {
  background: #00578e url(../cms/backgrounds/columns2.jpg) center top no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  font-family: 'Lato', arial, helvetica, sans-serif;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/* line 11, sass/screen.scss */
h1, h2, h3, h4, .tabs, .tabs-products, .tabs-agent {
  font-family: 'EB Garamond', 'Times New Roman', Times, serif;
  color: #00578e;
  margin-bottom: .5em;
  line-height: 1.1em;
}

/* line 13, sass/screen.scss */
h1 {
  font-size: 32px;
  background: url(../img/heading-bg.jpg) 0 8px repeat-x;
  margin-top: 5px;
}

/* line 15, sass/screen.scss */
h1 span {
  background: #ffffff;
  padding-right: 15px;
  line-height: .9em;
}

/* line 17, sass/screen.scss */
h1.center {
  text-align: center;
}

/* line 19, sass/screen.scss */
h1.center span {
  padding-left: 15px;
}

/* line 21, sass/screen.scss */
h2 {
  font-size: 28px;
}

/* line 23, sass/screen.scss */
h3 {
  font-size: 22px;
}

/* line 25, sass/screen.scss */
p, table, form {
  line-height: 1.5;
  /*margin-bottom: 1.5em;*/
}

/* line 27, sass/screen.scss */
p {
  font-size: .875em;
}

/* line 29, sass/screen.scss */
a {
  color: #000;
}

/* line 31, sass/screen.scss */
a.blue, .agency-details a {
  color: #00578e;
  text-decoration: none;
}

/* line 33, sass/screen.scss */
input[type="submit"] {
  text-shadow: none;
}

/* line 35, sass/screen.scss */
strong {
  font-weight: bold;
}

/* ==== Top Drawer Styles ==== */
/* line 39, sass/screen.scss */
.drawer {
  background: #3889bc;
  width: auto;
  position: absolute;
  right: 0px;
  z-index: 11;
  -moz-box-shadow: 0 0 10px #333333;
  -webkit-box-shadow: 0 0 10px #333333;
  -o-box-shadow: 0 0 10px #333333;
  box-shadow: 0 0 10px #333333;
}

/* line 41, sass/screen.scss */
.drawer .wrapper {
  position: relative;
}

/* line 43, sass/screen.scss */
.drawer-form {
  height: 27px;
  display: none;
  padding: 10px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  z-index: 2;
  position: relative;
  background: #3889BC;
}

/* line 45, sass/screen.scss */
.drawer-form form {
  margin: 0 10px 0 0;
  float: right;
}

/* line 47, sass/screen.scss */
.handle {
  cursor: pointer;
  position: absolute;
  right: 10px;
  background: #3889bc;
  padding: 5px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -khtml-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -moz-box-shadow: 0px 0px 15px #333333;
  -webkit-box-shadow: 0px 0px 15px #333333;
  -o-box-shadow: 0px 0px 15px #333333;
  box-shadow: 0px 0px 15px #333333;
  z-index: 1;
}

/* line 49, sass/screen.scss */
.handle p {
  margin: 0;
  color: #cce0ee;
  text-transform: uppercase;
  padding: 0 20px 5px;
}

/* ==== Header Styles ==== */
/* line 54, sass/screen.scss */
.header {
  height: 130px;
  background: #064166 url(../img/header-gradient.jpg) repeat-x;
  width: 100%;
  position: relative;
  z-index: 10;
}

/* line 56, sass/screen.scss */
.inner {
  width: 865px;
  margin: 0px auto;
  position: relative;
}

/* line 57, sass/screen.scss */
.inner:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 59, sass/screen.scss */
.header a, .footer a {
  color: #dbd9ca;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Lato', arial, helvetica, sans-serif;
}

/* line 61, sass/screen.scss */
.header a.active {
  color: #77b8e0;
}

/* line 63, sass/screen.scss */
.header a:hover, .header a.active:hover, .footer a:hover {
  color: white;
}

/* line 65, sass/screen.scss */
.logo {
  float: left;
  display: inline-block;
  margin: 30px 0 0;
}

/* line 68, sass/screen.scss */
ul.nav-main {
  list-style: none;
  position: absolute;
  bottom: 0;
  right: 0px;
}

/* line 70, sass/screen.scss */
ul.nav-main li {
  display: inline-block;
  padding: 0 9px 4px;
  font-size: 15px;
}

/* line 72, sass/screen.scss */
ul.nav-main a.active {
  color: #6ebbeb;
}

/* line 76, sass/screen.scss */
.subnav {
  background: #3889bc;
  width: 864px;
  margin: 0 auto;
  padding: 0;

}

/* line 78, sass/screen.scss */
.subnav ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: table;
}

/* line 80, sass/screen.scss */
.subnav ul li {
  background: url(../img/submenu-border.jpg) left top no-repeat;
  padding: 3px 6px;
  margin: 0 auto;
  float: left;
  display: block;
}

/* line 82, sass/screen.scss */
.subnav ul li:first-child {
  background: none;
}

/* line 84, sass/screen.scss */
.subnav ul li a {
  color: #dbd9ca;
  font-family: 'EB Garamond', 'Times New Roman', Times, serif;
  text-decoration: none;
}

/* line 86, sass/screen.scss */
.subnav ul li a.active, .subnav ul li a:hover {
  color: #fff;
}

/* line 88, sass/screen.scss */
.term .subnav ul li {
  padding: 13px 25px;
}

/* ==== Main Styles ==== */
/* line 92, sass/screen.scss */
.main {
  width: 832px;
  min-height: 600px;
  background: #ffffff;
  margin: 0 auto;
  padding: 16px;
  position: relative;
}

/* line 94, sass/screen.scss */
.slideshow {
  margin-bottom: 16px;
  position: relative;
  width: 832px;
  height: 302px;
}

/* line 96, sass/screen.scss */
.slideshow div {
  position: absolute;
}

/* line 98, sass/screen.scss */
.content-wrap {
  margin-top: 10px;
}

/* line 100, sass/screen.scss */
.content {
  width: 508px;
  float: left;
  padding-right: 16px;
  margin-right: 16px;
}

/* line 102, sass/screen.scss */
.content a {
  color: #000;
  text-decoration: underline;
}

/* line 104, sass/screen.scss */
.content a:hover {
  text-decoration: none;
}

/* line 106, sass/screen.scss */
.content.reverse {
  width: 559px;
  padding: 0;
  margin: 0;
}

/* line 108, sass/screen.scss */
.content.reverse iframe {
  border: 1px solid #7f7f7e;
}

/* line 110, sass/screen.scss */
.home .content {
  border-right: 2px solid #b3b1a2;
}

/* line 112, sass/screen.scss */
h2.divider {
  font-size: 24px;
  border-bottom: 1px solid #b3b1a2;
}

/* line 114, sass/screen.scss */
.border-bottom {
  border-bottom: 2px solid #b3b1a2;
  padding: 20px 0;
}

/* line 116, sass/screen.scss */
.kc-button {
  font-size: .75em;
  display: inline-block;
  background: #938d6e url(../img/button-gradient.jpg) repeat-x;
  height: 24px;
  width: 110px;
  border: 1px solid #bbb7a3;
  /*padding: 10px 38px 0;*/
  padding: 10px 5px 0;
  font-family: 'Lato', arial, helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2em;
  margin-top: 5px;
}

/* line 117, sass/screen.scss */
.content a.kc-button, .sidebar a.kc-button {
  color: white;
  text-decoration: none;
}

/* line 119, sass/screen.scss */
.content a.kc-button:hover, .sidebar a.kc-button:hover {
  text-decoration: underline;
}

/* line 121, sass/screen.scss */
.featured, .avatar {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}

/* line 123, sass/screen.scss */
.avatar {
  width: 160px;
}

/* line 125, sass/screen.scss */
.avatar img {
  margin-bottom: 16px;
}

/* line 127, sass/screen.scss */
table {
  margin-bottom: 16px;
  background: #e1e0d8;
  width: 100%;
}

/* line 129, sass/screen.scss */
tr:nth-child(even) {
  background: #CFCFCE;
}

/* tr */
/* line 131, sass/screen.scss */
.heading {
  color: white;
  font-size: .75em;
  background: #938d6e url(../img/button-gradient.jpg) repeat-x;
  height: 14px;
  border: 1px solid #bbb7a3;
  padding: 10px 20px;
  font-family: 'Lato', arial, helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2em;
}

/* line 133, sass/screen.scss */
td {
  padding: 20px;
}

/* td */
/* line 135, sass/screen.scss */
.two-thrids {
  width: 66%;
}

/* td */
/* line 137, sass/screen.scss */
.one-third {
  width: 33%;
}

/* table */
/* line 139, sass/screen.scss */
.table-gray tr:nth-child(even) {
  background: #f3f3f3;
}

/* table */
/* line 141, sass/screen.scss */
.table-gray, .table-gray tr.gray, .table-gray tr:last-child {
  background: #ebebeb;
  color: #5e5e5e;
  font-size: 14px;
}

/* table */
/* line 143, sass/screen.scss */
.table-gray h3 {
  color: #5e5e5e;
  font-size: 18px;
}

/* table */
/* line 145, sass/screen.scss */
.table-gray tr {
  border-top: 1px double #c0beb2;
}

/* table */
/* line 147, sass/screen.scss */
.table-gray tr:first-child, .table-gray tr:last-child, .table-gray .column-titles, .table-gray tr:nth-child(3) {
  border-top: none;
}

/* table */
/* line 149, sass/screen.scss */
.table-gray select {
  margin: 0 10px;
}

/* tr */
/* line 151, sass/screen.scss */
.column-titles th {
  padding: 40px 20px 13px;
  color: #b3ac8a;
  background: url(../img/table-gray-th-bg.jpg) left bottom repeat-x;
}

/* line 153, sass/screen.scss */
.table-pagination {
  float: right;
  font-weight: bold;
}

/* line 155, sass/screen.scss */
.table-pagination a {
  text-decoration: none;
  padding-left: 10px;
  color: #464646;
  font-size: .9em;
}

/* line 157, sass/screen.scss */
.table-pagination a:hover {
  text-decoration: underline;
}

/* line 159, sass/screen.scss */
.table-pagination a.next {
  padding-right: 30px;
  background: url(../img/next.png) right -1px no-repeat;
}

/* line 161, sass/screen.scss */
.table-gray input[type="submit"] {
  color: white;
  background: #00578e url(../img/button-gradient-blue.jpg) repeat-x;
  height: 23px;
  padding: 0 12px;
  font-family: 'Lato', arial, helvetica, sans-serif;
  text-decoration: none;
  line-height: 1em;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px / 5px;
  -o-border-radius: 5px / 5px;
  -ms-border-radius: 5px / 5px;
  -khtml-border-radius: 5px / 5px;
  border-radius: 5px / 5px;
  border: 0;
  text-transform: uppercase;
  font-size: .7em;
  cursor: pointer;
}

/* td */
/* line 163, sass/screen.scss */
.job-title a {
  color: #00578e;
  font-family: 'EB Garamond', 'Times New Roman', Times, serif;
  text-decoration: none;
  font-size: 22px;
  line-height: 1em;
}

/* line 165, sass/screen.scss */
.content .download-button {
  color: white;
  font-size: .9em;
  display: inline-block;
  background: #00578e url(../img/button-gradient-blue.jpg) repeat-x;
  height: 23px;
  padding: 8px 15px 0;
  font-family: 'Lato', arial, helvetica, sans-serif;
  text-decoration: none;
  line-height: 1em;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px / 5px;
  -o-border-radius: 5px / 5px;
  -ms-border-radius: 5px / 5px;
  -khtml-border-radius: 5px / 5px;
  border-radius: 5px / 5px;
}

/* line 167, sass/screen.scss */
.content .download-button:hover {
  text-decoration: underline;
}

/* line 169, sass/screen.scss */
.main .leadership-slider {
  margin-bottom: 15px;
}

/* line 171, sass/screen.scss */
.leadership-slider {
  position: relative;
}

/* line 173, sass/screen.scss */
.leadership-slider ul li {
  position: relative;
}

.main .home-slider {
  margin-bottom: 15px;
}

/* line 171, sass/screen.scss */
.home-slider {
  position: relative;
}

/* line 173, sass/screen.scss */
.home-slider ul li {
  position: relative;
}

/* line 175, sass/screen.scss */
.leadership-quote {
  color: #fff;
  position: absolute;
  top: 30%;
  right: 50px;
  font-family: 'EB Garamond', 'Times New Roman', Times, serif;
  font-size: 2em;
  line-height: 1.2;
}

/* line 177, sass/screen.scss */
.leadership-quote span {
  font-size: 22px;
  font-style: italic;
  text-align: right;
  display: block;
  margin-top: 20px;
}

/* line 179, sass/screen.scss */
.benefits .content a {
  text-decoration: none;
}

/* line 181, sass/screen.scss */
.benefits .content a:hover {
  text-decoration: underline;
}

/* line 183, sass/screen.scss */
.benefits-half {
  width: 48%;
  float: left;
  margin-bottom: 50px;
}

/* line 185, sass/screen.scss */
.benefits-list li {
  margin-bottom: 50px;
}

/* line 187, sass/screen.scss */
.benefits-note {
  border-top: 1px solid #b3b1a2;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.5em;
}

/* line 189, sass/screen.scss */
.benefits-note p {
  font-style: italic;
  font-size: 14px;
}

/* line 191, sass/screen.scss */
.back-top {
  float: right;
  margin-top: 8px;
}

/* line 193, sass/screen.scss */
.back-top a {
  color: #00578e;
  text-decoration: none;
  font-family: 'EB Garamond', 'Times New Roman', Times, serif;
  display: block;
  padding-right: 25px;
  background: url(../img/back-top.jpg) right top no-repeat;
  height: 24px;
}

/* line 195, sass/screen.scss */
.product-details .third {
  width: 32%;
  margin-right: 1%;
  background: #ebebeb;
  float: left;
  box-sizing: border-box;
  margin-bottom: 50px;
  color: #555;
}

/* line 197, sass/screen.scss */
.product-details .title {
  border-bottom: 1px solid #d1ccba;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

/* line 199, sass/screen.scss */
.product-details .info {
  padding: 20px 10px 10px;
  height: 200px;
}

/* line 201, sass/screen.scss */
.view-employee-benefits {
  text-align: center;
}

/* line 203, sass/screen.scss */
.view-employee-benefits a {
  background: #00578e;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  margin: 0 32px 0 20px;
  text-decoration: none;
  display: block;
  text-transform: none;
}

/* line 205, sass/screen.scss */
.agency-listings li {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

/* line 207, sass/screen.scss */
.agency-listings li + li {
  padding-top: 20px;
}

/* line 209, sass/screen.scss */
.agency-number {
  float: left;
  background: url(../img/pin.png) no-repeat;
  width: 19px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding-top: 3px;
  margin-top: 3px;
}

/* line 211, sass/screen.scss */
.agency-details {
  float: right;
  width: 225px;
  padding-top: 0;
}

/* line 213, sass/screen.scss */
.agent-listing {
  margin-top: 30px;
}

/* line 215, sass/screen.scss */
.agent-detail-img {
  float: right;
  width: 161px;
  margin-top: 5px;
}

/* ==== Tabs Styles ==== */
.tabs-agent {
  clear: both;
}

/* ul */
/* line 222, sass/screen.scss */
.tabs-agent li {
  float: left;
  text-align: center;
  display: table;
  margin-right: 3px;
  text-transform: uppercase;
}

/* ul */
/* line 224, sass/screen.scss */
.tabs-agent li a {
  background: #f3f3f3;
  color: #949494;
  padding: 5px;
  box-sizing: border-box;
  width: 158px;
  height: 65px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

/* ul */
/* line 226, sass/screen.scss */
.tabs-agent li a:hover {
  background: #f3f3f3;
  color: #949494;
  padding: 5px;
  box-sizing: border-box;
  width: 158px;
  height: 65px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

/* ul */
/* line 228, sass/screen.scss */
.tabs-agent li a.active, .tabs li a:hover {
  background: #ebebeb;
  color: #000;
}

/* ul */
/* line 230, sass/screen.scss */
.tabs-agent li:last-child {
  margin-right: 0;
}

.tabs-products {
  clear: both;
}

/* ul */
/* line 222, sass/screen.scss */
.tabs-products li {
  float: left;
  text-align: center;
  display: table;
  margin-right: 3px;
  text-transform: uppercase;
}

/* ul */
/* line 224, sass/screen.scss */
.tabs-products li a {
  background: #f3f3f3;
  color: #949494;
  padding: 5px;
  /*box-sizing: border-box;*/
  width: 106px;
  height: 65px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

/* ul */
/* line 226, sass/screen.scss */
.tabs-products li a:hover {
  background: #f3f3f3;
  color: #949494;
  padding: 5px;
  /*box-sizing: border-box;*/
  width: 106px;
  height: 65px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

/* ul */
/* line 228, sass/screen.scss */
.tabs-products li a.active, .tabs li a:hover {
  background: #ebebeb;
  color: #000;
}

/* ul */
/* line 230, sass/screen.scss */
.tabs-products li:last-child {
  margin-right: 0;
}

/* ul */
/* line 220, sass/screen.scss */
.tabs {
  clear: both;
}

/* ul */
/* line 222, sass/screen.scss */
.tabs li {
  float: left;
  text-align: center;
  display: table;
  margin-right: 3px;
  text-transform: uppercase;
}

/* ul */
/* line 224, sass/screen.scss */
.tabs li a {
  background: #f3f3f3;
  color: #949494;
  padding: 3px;
  box-sizing: border-box;
  width: 116px;
  min-width: fit-content;
  height: 55px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
}

@-moz-document url-prefix() { 
  .tabs li a {
     width: 110px;
  }
}

/* ul */
/* line 226, sass/screen.scss */
.tabs li a:hover {
  background: #f3f3f3;
  color: #949494;
  padding: 3px;
  box-sizing: border-box;
  width: 116px;
  min-width: fit-content;
  height: 55px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

@-moz-document url-prefix() { 
  .tabs li a:hover {
     width: 110px;
  }
}

/* ul */
/* line 228, sass/screen.scss */
.tabs li a.active, .tabs li a:hover {
  background: #ebebeb;
  color: #000;
}

/* ul */
/* line 230, sass/screen.scss */
.tabs li:last-child {
  margin-right: 0;
}

/* ul */
/* line 232, sass/screen.scss */
.tabs-content li {
  display: none;
  clear: both;
  overflow: hidden;
}

/* ul */
/* line 234, sass/screen.scss */
.tabs-content li.active {
  display: block;
  background: #ebebeb;
  padding: 15px;
}

/* ul */
/* line 236, sass/screen.scss */
.tabs-content h3 {
  font-style: italic;
  font-size: 18px;
}

/* ==== Form Styles == */
/* line 240, sass/screen.scss */
.form {
  width: 350px;
  margin: 20px auto 0;
}

/* line 242, sass/screen.scss */
.form label {
  width: 76px;
  text-align: right;
  float: left;
  margin-right: 20px;
  color: #b3b1a2;
}

/* line 244, sass/screen.scss */
.form input[type="text"], .form select, .form textarea {
  width: 254px;
  margin-bottom: 10px;
}

/* line 246, sass/screen.scss */
.form input[type="submit"] {
  float: right;
  display: block;
  color: white;
  background: #00578e url(../img/button-gradient-blue.jpg) repeat-x;
  height: 33px;
  padding: 0px 15px 0;
  font-family: 'Lato', arial, helvetica, sans-serif;
  text-decoration: none;
  line-height: 1em;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px / 5px;
  -o-border-radius: 5px / 5px;
  -ms-border-radius: 5px / 5px;
  -khtml-border-radius: 5px / 5px;
  border-radius: 5px / 5px;
  border: 0;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: .9em;
  cursor: pointer;
}

/* ==== Sidebar  Styles == */
/* line 250, sass/screen.scss */
.sidebar {
  width: 289px;
  float: left;
  text-align: center;
}

/* line 252, sass/screen.scss */
.sidebar.reverse {
  width: 255px;
  padding-right: 16px;
}

/* line 254, sass/screen.scss */
.block {
  padding-left: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #b3b1a2;
  margin-bottom: 15px;
}

/* line 256, sass/screen.scss */
.sidebar .button {
  padding: 10px 40px 0;
}

/* line 258, sass/screen.scss */
.sidebar form {
  width: 251px;
}

/* line 260, sass/screen.scss */
.sidebar input[type="text"], .sidebar input[type="password"] {
  width: 250px;
  margin-bottom: 10px;
}

/* line 262, sass/screen.scss */
.sidebar input[type="submit"] {
  float: right;
  display: block;
  color: white;
  font-size: .9em;
  background: #00578e url(../img/button-gradient-blue.jpg) repeat-x;
  height: 33px;
  padding: 0px 15px 0;
  font-family: 'Lato', arial, helvetica, sans-serif;
  text-decoration: none;
  line-height: 1em;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px / 5px;
  -o-border-radius: 5px / 5px;
  -ms-border-radius: 5px / 5px;
  -khtml-border-radius: 5px / 5px;
  border-radius: 5px / 5px;
  border: 0;
  text-transform: uppercase;
  margin: 10px 83px 16px;
  font-size: .9em;
  cursor: pointer;
}

.sidebar_agency input[type="submit"] {
  float: right;
  display: block;
  color: white;
  font-size: .9em;
  background: #00578e url(../img/button-gradient-blue.jpg) repeat-x;
  height: 33px;
  padding: 0px 15px 0;
  font-family: 'Lato', arial, helvetica, sans-serif;
  text-decoration: none;
  line-height: 1em;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px / 5px;
  -o-border-radius: 5px / 5px;
  -ms-border-radius: 5px / 5px;
  -khtml-border-radius: 5px / 5px;
  border-radius: 5px / 5px;
  border: 0;
  margin: 10px 13px 16px;
  font-size: .9em;
  cursor: pointer;
}

.sidebar_default input[type="submit"] {
  float: none;
  color: white;
  font-size: .9em;
  background: #00578e url(../img/button-gradient-blue.jpg) repeat-x;
  height: 33px;
  padding: 0px 15px 0;
  font-family: 'Lato', arial, helvetica, sans-serif;
  text-decoration: none;
  line-height: 1em;
  border: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: .9em;
  cursor: pointer;
  margin-left: 100px;
  margin-right: auto;
}

/* line 264, sass/screen.scss */
.new-account {
  margin: 0px 40px 0px;
}

/* line 266, sass/screen.scss */
.new-account a {
  color: #00578e;
  font-weight: bold;
  font-style: italic;
  font-size: .9em;
}

/* line 268, sass/screen.scss */
.new-account a:hover {
  text-decoration: none;
}

/* line 270, sass/screen.scss */
.bio-image {
  max-width: 273px;
  margin-bottom: 15px;
}

/* line 272, sass/screen.scss */
.company-info {
  margin: 0 auto;
}

/* line 274, sass/screen.scss */
.company-info .column {
  width: 31%;
  float: left;
  text-align: center;
}

/* line 276, sass/screen.scss */
.company-info .column.left {
  margin-right: 20px;
}

/* line 278, sass/screen.scss */
.company-info .column.center {
  border-right: 1px solid #aa9d71;
  border-left: 1px solid #aa9d71;
  padding: 30px 8px 0;
}

/* line 280, sass/screen.scss */
.company-info .column.center img {
  padding-left: 25px;
}

/* line 282, sass/screen.scss */
.company-info .column.right {
  margin-left: 20px;
}

/* line 284, sass/screen.scss */
.company-info p {
  text-align: left;
}

/* line 286, sass/screen.scss */
.company-info p + p {
  border-top: 1px solid #aa9d71;
  padding-top: 15px;
}

/* line 288, sass/screen.scss */
.zip-finder {
  padding: 10px 10px 60px;
  background: #ebebeb;
}

/* line 290, sass/screen.scss */
.zip-finder p {
  color: #7a7a7a;
  font-family: 'EB Garamond', 'Times New Roman', Times, serif;
  margin-bottom: 5px;
  font-size: 16px;
}

/* line 292, sass/screen.scss */
.zip-finder input[type="text"] {
  width: 235px;
}

/* line 294, sass/screen.scss */
.zip-finder input[type="submit"] 
{
  background-image: none;
}

/* line 296, sass/screen.scss */
.zip-finder + h2 {
  margin-top: 20px;
}

/* ==== Footer Styles ==== */
/* line 301, sass/screen.scss */
.footer {
  min-height: 130px;
  background: #064166 url(../img/footer-gradient.jpg) repeat-x;
  width: 100%;
  padding-bottom: 10px;
  height: 193px;
}

/* line 303, sass/screen.scss */
.footer a {
  color: #fff;
}

/* line 305, sass/screen.scss */
.footer .inner {
  padding: 10px 16px 0 0;
  box-sizing: border-box;
}

/* line 308, sass/screen.scss */
ul.nav-footer {
  font-size: .9em;
}

/* line 310, sass/screen.scss */
ul.nav-footer > li {
  float: left;
  padding: 10px 15px;
}

/* line 312, sass/screen.scss */
ul.nav-footer ul li {
  padding-top: 5px;
}

/* line 314, sass/screen.scss */
ul.nav-footer ul li a {
  text-transform: none;
  font-size: 0.813em;
}

/* line 316, sass/screen.scss */
ul.vertical {
  float: left;
}

/* line 318, sass/screen.scss */
ul.vertical > li {
  float: none;
  width: 300px;
}

/* line 320, sass/screen.scss */
.social {
  float: right;
  width: 217px;
  margin-top: 10px;
  color: #fff;
  font-size: .7em;
}

/* line 322, sass/screen.scss */
.facebook, .twitter {
  height: 35px;
  width: 35px;
  display: inline-block;
  text-indent: -9999px;
  float: right;
  margin-top: 15px;
}

/* line 324, sass/screen.scss */
.facebook {
  background: url(../img/facebook.png) left top no-repeat;
}

/* line 326, sass/screen.scss */
.twitter {
  background: url(../img/twitter.png) no-repeat;
  margin-left: 16px;
}

/* line 331, sass/screen.scss */
input.zip {
  float: left;
  width: 100px;
  margin-right: 10px;
}

/* line 333, sass/screen.scss */
input.zip-submit {
  float: left;
  color: #00578e;
  background: #90beda url(../img/button-gradient-white.jpg) repeat-x;
  height: 25px;
  padding: 0px 15px 0;
  font-family: 'Lato', 'Myriad Pro' sans-serif;
  text-decoration: none;
  line-height: 1em;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px / 5px;
  -o-border-radius: 5px / 5px;
  -ms-border-radius: 5px / 5px;
  -khtml-border-radius: 5px / 5px;
  border-radius: 5px / 5px;
  border: 0;
  text-transform: uppercase;
  font-size: .9em;
  cursor: pointer;
}

/* line 335, sass/screen.scss */
.agency {
  padding-bottom: 35px;
  position: relative;
}

/* line 337, sass/screen.scss */
.search-zip {
  opacity: 0;
  height: 0;
  z-index: 2;
  position: absolute;
  padding-top: 19px;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 339, sass/screen.scss */
.search-zip.visible {
  height: auto;
  opacity: 1;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 341, sass/screen.scss */
.search-zip form {
  background: #3889BC;
  padding: 10px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  height: 27px;
}

.subnav-submenu 
{
  background: #3889BC;
  padding: 3px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  height: 17px;
  opacity: 0;
  height: 0;
  z-index: 2;
  position: absolute;
  padding-top: 5px;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 339, sass/screen.scss */
.subnav-submenu.visible {
  height: auto;
  opacity: 1;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 343, sass/screen.scss */
.becomeanagent .main {
  padding-top: 0;
}

/* line 345, sass/screen.scss */
.agent-slide {
  background: url(../img/becomeanagent-bg.jpg) right top repeat-y;
  padding-top: 16px;
  margin-bottom: 25px;
}

/* line 347, sass/screen.scss */
.agent-slide-left {
  width: 297px;
  float: left;
  margin-right: 16px;
  overflow: hidden;
}

/* line 349, sass/screen.scss */
.agent-slide-right {
  width: 518px;
  float: left;
  color: #fff;
}

/* line 351, sass/screen.scss */
.agent-quote {
  background: #00578e;
  padding: 20px 25px 46px;
  color: #fff;
  font: 22px/1.5em "Arial Black", Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
  position: relative;
}

/* line 353, sass/screen.scss */
.agent-quote:after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 135px;
  display: block;
  width: 49px;
  height: 30px;
}

/* line 355, sass/screen.scss */
.agent-pic-wrap {
  position: relative;
  height: 540px;
}

/* line 357, sass/screen.scss */
.agent-pic-wrap h3 {
  font-size: 20px;
  padding-top: 125px;
  margin-bottom: 23px;
}

/* line 359, sass/screen.scss */
.stat-wrap {
  width: 280px;
}

/* line 361, sass/screen.scss */
.stat-wrap li {
  height: 19px;
  background: #eeeee8;
  margin-bottom: 13px;
  font-size: .9em;
  padding: 4px 0 0 7px;
  position: relative;
}

/* line 363, sass/screen.scss */
.stat-text {
  position: absolute;
  z-index: 2;
}

/* line 365, sass/screen.scss */
.percentage {
  color: #00578e;
  font-weight: bold;
}

/* line 367, sass/screen.scss */
.percent-width {
  background: #cccabc;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 369, sass/screen.scss */
.agent-pic {
  position: absolute;
  top: -76px;
  right: 30;
  z-index: 2;
}

/* line 371, sass/screen.scss */
.video-play {
  width: 55px;
  height: 53px;
  position: absolute;
  z-index: 3;
  top: 48px;
  left: 220px;
}

/* line 373, sass/screen.scss */
.agent-nav-single {
  border: 3px solid #fff;
  width: 350px;
  height: 200px;
  margin: 10px auto 50px;
  position: relative;
}

/* line 375, sass/screen.scss */
.agent-nav-single:after {
  content: "";
  position: absolute;
  bottom: -19px;
  right: 50px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 16px 13px 0 13px;
  border-color: #fff transparent transparent transparent;
  display: block;
}

/* line 377, sass/screen.scss */
.agent-name {
  background: #fff;
  color: #00578e;
  width: 40%;
  font-size: 24px;
  padding: 15px, 0px;
  padding-left: 15px;
  margin-top: 10px;
  margin-left: 82px;
}

/* line 379, sass/screen.scss */
.agent-nav-single img {
  position: absolute;
  right: 10px;
  bottom: 0;
}

/* line 381, sass/screen.scss */
.agent-detail {
  margin: 0 43px 50px;
}

/* line 383, sass/screen.scss */
.agent-info 
{
  text-align: center;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  padding: 5px;
  margin-bottom: 20px;
  font-weight: bold;
}

/* line 385, sass/screen.scss */
.agent-name, .title, .experience {
  font-family: 'EB Garamond', 'Times New Roman', Times, serif;
  font-weight: normal;
}

/* line 387, sass/screen.scss */
.experience {
  padding-left: 15px;
}

/* line 389, sass/screen.scss */
.agent-pullout p {
  font-size: 22px;
  margin-bottom: 1em;
}

/* line 391, sass/screen.scss */
.agent-inquire {
  margin-bottom: 40px;
  text-align: center;
}

/* line 393, sass/screen.scss */
.agent-inquire a {
  text-align: center;
  background: #00578e;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}

.agent-inquire-bottom {
  margin-bottom: 40px;
  text-align: center;
}

/* line 393, sass/screen.scss */
.agent-inquire-bottom a {
  text-align: center;
  background: #D39E5A;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}

.agent-inquire-top {
  margin-bottom: 40px;
  text-align: left;
}

/* line 393, sass/screen.scss */
.agent-inquire-top a {
  text-align: center;
  background: #D39E5A;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}

/* line 395, sass/screen.scss */
.home .flex-direction-nav a {
  width: 33px;
  height: 49px;
  display: block;
  background: url(../img/agent-slider-arrows.png) no-repeat 0 0;
  position: absolute;
  top: 155px;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
}

/* line 397, sass/screen.scss */
.home .flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: 48px;
}

/* line 399, sass/screen.scss */
.home .flex-direction-nav .flex-prev {
  left: 359px;
}

/* line 401, sass/screen.scss */
.home .flexslider:hover .flex-next {
  opacity: 1;
  right: 48px;
}

/* line 403, sass/screen.scss */
.home .flexslider:hover .flex-prev {
  opacity: 1;
  left: 359px;
}

/* line 405, sass/screen.scss */
.home .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 407, sass/screen.scss */
.explore-heritage {
  margin-bottom: 2px;
}

/* line 409, sass/screen.scss */
.heritage .content-wrap {
  margin-top: 0;
}

/* line 411, sass/screen.scss */
.heritage-year {
  color: #00578e;
  font-family: 'EB Garamond', 'Times New Roman', Times, serif;
  font-size: 96px;
  float: left;
  line-height: .6em;
  margin-right: 20px;
  width: 200px;
  text-align: center;
}

/* line 413, sass/screen.scss */
.heritage-text {
  margin-top: 20px;
  width: 525px;
  float: left;
}

/* line 415, sass/screen.scss */
.heritage-slider {
  position: relative;
  max-width: 832px;
}

/* line 417, sass/screen.scss */
.heritage-wrap {
  margin: 50px  40px 0;
}

/* line 419, sass/screen.scss */
.heritage-slider .flex-direction-nav a {
  width: 33px;
  height: 49px;
  display: block;
  background: url(../img/agent-slider-arrows.png) no-repeat 0 0;
  position: absolute;
  top: 520px;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
}

/* line 421, sass/screen.scss */
.heritage-slider img {
  width: 832px;
}

/* line 423, sass/screen.scss */
.heritage-slider .flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: 0;
}

/* line 425, sass/screen.scss */
.heritage-slider .flex-direction-nav .flex-prev {
  left: 0px;
}

/* line 429, sass/screen.scss */
.heritage-slider.flexslider:hover .flex-next {
  opacity: 1;
  right: 0;
}
/* line 431, sass/screen.scss */
.heritage-slider.flexslider:hover .flex-prev {
  opacity: 1;
  left: 0px;
}

/* line 435, sass/screen.scss */
.heritage-slider .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 437, sass/screen.scss */
h1.heritage {
  position: absolute;
  width: 832px;
}

/* line 439, sass/screen.scss */
.find-an-agency .content-wrap {
  margin-top: 10px;
}

/* line 441, sass/screen.scss */
.find-an-agency .sidebar input[type="submit"] {
  margin-right: 0;
}

.sitemap {
    font-size: 12px;
    text-align: left;
    line-height: 0;
    margin: 0px;
    padding: 0px;
}

.sitemap table {
  margin: 0px, 0, 0, 0;
  padding: 0px, 0, 0, 0;
  background: #ffffff;
  text-align: left;
  line-height: 0;
  border-collapse: collapse;
  width: 20px;
}

.sitemap td {
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  text-align: left;
  line-height: 0;
  border-collapse: collapse;  
}

/* line 129, sass/screen.scss 
.sitemap tr:nth-child(even) {
  background: #ffffff;
  text-align: left;
  border-collapse: collapse;
  line-height: 0;
  margin: 0px;
  padding: 0px;
}*/

/* line 443, sass/screen.scss */
.social-box {
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  background: #106da7;
  margin: 10px 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  padding-top: 11px;
  -moz-box-shadow: inset 0 1px 3px 0 black;
  -webkit-box-shadow: inset 0 1px 3px 0 black;
  -o-box-shadow: inset 0 1px 3px 0 black;
  box-shadow: inset 0 1px 3px 0 black;
  font-size: 14px;
}
/* line 445, sass/screen.scss */
.social-box img {
  vertical-align: middle;
  padding-right: 7px;
  margin-top: -4px;
}

/* ==== Tweets ==== */
/* line 452, sass/screen.scss */
.tweet_list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  line-height: 1.5em;
  color: #777;
}
/* line 454, sass/screen.scss */
.tweet_list li {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 0 8px;
  list-style-type: none;
  border-bottom: 1px solid #d6d4c9;
  margin-bottom: 9px;
}
/* line 456, sass/screen.scss */
.tweet_list li a {
  color: #08c;
  text-decoration: none;
}
/* line 460, sass/screen.scss */
.tweet_list .tweet_avatar {
  display: none;
}
/* line 462, sass/screen.scss */
.tweet_list .time {
  font-size: 14px;
}

/* line 466, sass/screen.scss */
.tweets a {
  color: #555;
  text-decoration: none;
  font-size: 14px;
}

/* line 468, sass/screen.scss */
.tweet_text {
  font-family: 'EB Garamond', 'Times New Roman', Times, serif;
}

/* ==== Supplementary Styles ==== */
/* line 474, sass/screen.scss */
.clearfix {
  clear: both;
  height: 0;
}

/* Self Clearing Goodness */
/* line 477, sass/screen.scss */
.content-wrap:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
/* line 482, sass/screen.scss */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 489, sass/screen.scss */
.clearfix:after {
  clear: both;
}

/* line 491, sass/screen.scss */
.clearfix {
  zoom: 1;
}

.overlay    
{
    background-color: #000;   
    opacity: .8;   
    filter: alpha(opacity=80);   
    position: fixed; 
    top: 0; 
    left: 0;   
    width: 100%; 
    height: 100%;   
    z-index: 12;
}

.overlayform   
{
    z-index: 12;
    opacity: 1.0;   
    filter: alpha(opacity=100);  
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
}

.overlayimg   
{
    z-index: 12;
    opacity: 1.0;   
    filter: alpha(opacity=100);  
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
}
