/**
 * analogous palette
 * base: #014c37
 * light: #216401
 * dark: #003124
 * pair: #07264c
 * pair light: #3568a5
 * pair dark: #021831
 */

/*body.toolbar { padding-top: 0 !important; }*/
/*#toolbar, .block-demo-backlink { display: none; }*/

#page {
  background-color: #ffffff;
  -moz-box-shadow: 0 0 20px 5px #aaaaaa;
  -webkit-box-shadow: 0 0 20px 5px #aaaaaa;
  box-shadow: 0 0 20px 5px #aaaaaa;
  margin-bottom: 20px;
}

.no-boxshadow #page {
  behavior: url("/sites/all/themes/columbian/scripts/PIE.htc");
  border: 1px solid #aaaaaa;
  border-top: none;
}

#page-wrapper::before {
  background-color: #cccccc;
  background-color: rgba(184, 184, 184, 0.6);
  content: " ";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#header-wrapper {
  min-height: 0;
  /*overflow: hidden;*/
  position: relative;
}

#logo {
  float: left;
  padding-top: 7px;
}

.region-header {
  float: right;
}

.region-header .menu {
  font-size: 1.2rem;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}

.region-header .menu li {
  float: left;
  list-style: none;
  margin: 0 6px;
  padding: 0;
  position: relative;
}

.region-header .menu .last {
  font-weight: bold;
}

.region-header .menu a {
  background-color: #ffffff;
  color: #304768;
  display: block;
  margin-top: 48px;
  padding-bottom: 2px;
  text-decoration: none;
}

.region-header .menu .active {
  border-bottom: 2px solid #C7D22E9;
}

.region-header .menu .active::before {
  background-color: #A4B4DA;
  content: " ";
  display: block;
  height: 46px;
  position: absolute;
  top: 0;
  width: 100%;
}

.region-header .menu a:hover {
  border-bottom: 2px solid #304768;
}

#navigation {
  clear: both;
  display: block;
  float: left;
  padding-bottom: 6px;
  min-height: 0;
  position: relative;
  width: 100%;
}

#main-menu {
  background-color: #B6C4E2;
  color: #999999;
  margin: 0 auto;
  padding: 0;
}
.cssgradients #main-menu::before {
  background-color: #B6C4E2;
  background: -moz-linear-gradient(left, rgba(182, 196, 226, 0), #B6C4E2 100px, #B6C4E2 1032px, rgba(182, 196, 226, 0));
  background: -ms-linear-gradient(left, rgba(182, 196, 226, 0), #B6C4E2 100px, #B6C4E2 1032px, rgba(182, 196, 226, 0));
  background: -o-linear-gradient(left, rgba(182, 196, 226, 0), #B6C4E2 100px, #B6C4E2 1032px, rgba(182, 196, 226, 0));
  background: -webkit-gradient(linear, left top, right top, from(#ECF0F8), to(#ECF0F8), color-stop(9%, #B6C4E2), color-stop(91%, #B6C4E2));
  background: -webkit-linear-gradient(left, rgba(182, 196, 226, 0), #B6C4E2 100px, #B6C4E2 1032px, rgba(182, 196, 226, 0));
  content: " ";
  height: 46px;
  margin-left: -100px;
  position: absolute;
  width: 1132px;
  z-index: -1;
}
#main-menu li {
  display: block;
  float: left;
  list-style: none;
  width: 20%;
}
#main-menu .active-trail {
  background-color: #304768;
}
#main-menu a {
  border-right: 1px solid lightgray;
  color: #787878;
  display: block;
  font-size: 2em;
  height: 36px;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
}
#main-menu .active-trail a {
  color: #ffffff;
}
#main-menu .last a {
  border-right: none;
}
#main-menu a:hover {
  text-decoration: underline;
}

/* IE7 fix */
.no-generatedcontent #page,
.no-generatedcontent #header-wrapper,
.no-generatedcontent #header,
.no-generatedcontent #navigation {
  z-index: 15;
}

.cssgradients #secondary-menu::before {
  background-color: #B6C4E2;
  background: -moz-linear-gradient(left, #ECF0F8, #B6C4E2 100px, #B6C4E2 1032px, #ECF0F8);
  background: -moz-linear-gradient(left, rgba(182, 196, 226, 0), #B6C4E2 100px, #B6C4E2 1032px, rgba(182, 196, 226, 0));
  background: -o-linear-gradient(left, #ECF0F8, #B6C4E2 100px, #B6C4E2 1032px, #ECF0F8);
  background: -o-linear-gradient(left, rgba(182, 196, 226, 0), #B6C4E2 100px, #B6C4E2 1032px, rgba(182, 196, 226, 0));
  background: -webkit-linear-gradient(left, #ECF0F8, #B6C4E2 100px, #B6C4E2 1032px, #ECF0F8);
  background: -webkit-linear-gradient(left, rgba(182, 196, 226, 0), #B6C4E2 100px, #B6C4E2 1032px, rgba(182, 196, 226, 0));
  content: " ";
  height: 38px;
  margin-left: -100px;
  position: absolute;
  width: 1132px;
  z-index: -1;
}

#secondary-menu {
  background-color: #304768;
  float: left;
  font-size: 16px; font-size: 1.6rem;
  margin: 0;
  padding: 6px 0 0;
  width: 100%;
}

#secondary-menu li {
  display: block;
  float: left;
  list-style: none;
  margin: 0 0 0 6px;
  padding: 0;
}

/* IE7 fix */
.no-generatedcontent #secondary-menu li {
  position: relative;
}

#secondary-menu li .menu {
  border-bottom: 1px solid #999999;
  display: none;
  padding: 0 6px;
  position: absolute;
  top: 38px;
  width: auto;
}

/* IE7 fix */
.no-generatedcontent #secondary-menu li .menu {
  left: 0;
  top: 32px;
}

#secondary-menu li:hover .menu {
  display: block;
}

#secondary-menu li li {
  clear: both;
  margin: 0;
  /*position: static;*/
}

#secondary-menu a {
  /*border: 1px solid transparent;*/
  color: #ffffff;
  float: left;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 10px;
  text-decoration: none;
  width: auto;
}

#secondary-menu a:hover {
  text-decoration: underline;
}

#secondary-menu li .menu a {
  height: auto;
  line-height: 24px;
  padding: 0.2em;
}

#secondary-menu .active-trail {
  background-color: #24355A;
}

#secondary-menu .active-trail .menu {
  background-color: #24355A;
}

.cssgradients #main-megamenu::before {
  background-color: #B6C4E2;
  background: -moz-linear-gradient(left, rgba(182, 196, 226, 0), #B6C4E2 100px, #B6C4E2 1032px, rgba(182, 196, 226, 0));
  background: -ms-linear-gradient(left, rgba(182, 196, 226, 0), #B6C4E2 100px, #B6C4E2 1032px, rgba(182, 196, 226, 0));
  background: -o-linear-gradient(left, rgba(182, 196, 226, 0), #B6C4E2 100px, #B6C4E2 1032px, rgba(182, 196, 226, 0));
  background: -webkit-gradient(linear, left top, right top, from(#ECF0F8), to(#ECF0F8), color-stop(9%, #B6C4E2), color-stop(91%, #B6C4E2));
  background: -webkit-linear-gradient(left, rgba(182, 196, 226, 0), #B6C4E2 100px, #B6C4E2 1032px, rgba(182, 196, 226, 0));
  content: " ";
  height: 46px;
  margin-left: -100px;
  position: absolute;
  width: 1132px;
  z-index: -1;
}
#main-megamenu {
  background-color: #B6C4E2;
  color: #787878;
  margin: 0 auto;
  padding: 0;
}

#main-megamenu ul {
  font-size: 20px; font-size: 2rem;
  height: 46px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
#main-megamenu li {
  display: block;
  float: left;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 20%;
}
#main-megamenu a,
#main-megamenu span.nolink {
  border-right: 1px solid lightgray;
  color: #787878;
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 5px;
  text-decoration: none;
}
#main-megamenu span.nolink {
  cursor: default;
}
#main-megamenu a:hover {
  text-decoration: underline;
}
#main-megamenu .last a {
  border-right: none;
}

#main-megamenu li ul {

}
#main-megamenu li ul ul {

}
#main-megamenu ul ul {
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  color: #ffffff;
  display: none;
  font-size: 14px; font-size: 1.4rem;
  height: auto;
  left: 0;
  overflow: hidden;
  padding-top: 6px;
  position: absolute;
  text-align: left;
  top: 46px;
  width: auto;
  z-index: 15;
}
#main-megamenu ul ul li {
  border-bottom: 1px solid #ffffff;
  clear: both;
  float: none;
  width: auto;
}
#main-megamenu li li.expanded {
  font-weight: bold;
}
#main-megamenu li li.expanded li {
  font-weight: normal;
}
#main-megamenu ul ul li.last {
  border-bottom: none;
}
#main-megamenu li:hover ul,
#main-megamenu li.hover ul {
  display: block;
}
#main-megamenu ul ul a,
#main-megamenu ul ul span.nolink {
  border-right: none;
  color: #ffffff;
  display: block;
  height: 26px;
  line-height: 20px;
  padding: 0 10px;
}
#main-megamenu ul ul span.nolink {
  line-height: 36px;
}

#main-megamenu ul ul ul {
  border-bottom: none;
  display: block;
  padding-top: 0;
  position: static;
}
#main-megamenu ul ul ul li {
  border-bottom: none;
}
#main-megamenu ul ul ul a {
  padding-left: 30px;
}

#main-megamenu li:hover,
#main-megamenu li:hover li,
#main-megamenu li.hover,
#main-megamenu li.hover li {
  background: #304768;
}
#main-megamenu li:hover a,
#main-megamenu li.hover a {
  color: #ffffff;
}
#main-megamenu .menu a:hover,
#main-megamenu .menu a.hover {
  background: #2C3F6C;
  color: #ffffff;
}

#main-megamenu li.active-trail {
  background: #24355A;
}
#main-megamenu li.active-trail a {
  color: #ffffff;
}
#main-megamenu li.active-trail li.active-trail,
#main-megamenu li.active-trail li.active-trail li {
  background: #24355A;
}
#main-megamenu li.active-trail li.active-trail a:hover,
#main-megamenu li.active-trail li.active-trail a.hover {
  background: #415FA3;
}

#highlighted-wrapper::before {
  background-color: #91A5D3;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  content: " ";
  display: block;
  width: 100%;
  height: 348px;
  position: absolute;
  left: 0;
  z-index: -1;
}

#highlighted {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  /*margin: 0 auto;*/
  /*width: 932px;*/
}

#main-wrapper {
  clear: both;
  /*overflow: hidden;*/
  position: relative;
}

.front #content-wrapper {
  margin-top: 6px;
}

#content-wrapper {
  background: -moz-linear-gradient(top, #dae5d8, #ffffff 10%, #ffffff 90%, #dae5d8);
  background: -o-linear-gradient(top, #dae5d8, #ffffff 10%, #ffffff 90%, #dae5d8);
  background: -webkit-linear-gradient(top, #dae5d8, #ffffff 10%, #ffffff 90%, #dae5d8);
  border-top: 1px solid #304768;
  position: relative;
  /*z-index: 10;*/
}

.no-cssgradients #content-wrapper {
  background: #ffffff url('content_gradient.png') repeat-x left top;
}

#content {
  padding: 6px 32px 1em;
}

.content {
  font-size: 14px; font-size: 1.4rem;
}

.content dl {
  margin: 0 32px;
}
.content dt {
  font-weight: bold;
}
.content dd {
  margin-left: 32px;
}

.title {
  color: #304768;
}

#sidebar-first,
#sidebar-second {
  margin-top: 1px;
  /*position: relative;*/
  /*z-index: 10;*/
}

.sidebar .region {
  position: relative;
  /*z-index: 10;*/
}

.front #sidebar-first,
.front #sidebar-second {
  margin-top: 7px;
}

.block hr {
  border-color: #ffffff;
  border-style: dashed;
  height: 0;
}

.block h1,
.block-title {
  font-size: 16px; font-size: 1.6rem;
}

.sidebar .block-menu-block .menu {
  padding-left: 16px;
}

#footer-wrapper {
  /*overflow: hidden;*/
  position: relative
}

#footer .region-footer {
  border-top: 1px solid #304768;
  padding: 1em 10px;
}

#block-block-1 p {
  margin: 0;
}
#block-block-1 img {
  display: block;
}

#block-block-2 p {
  margin: 0;
}

#block-block-3 p {
  padding: 1em 1em 0 1em;
  margin: 0;
}
#block-block-3 .content {
  background-color: #304768;
  background-image: -moz-radial-gradient(center center, ellipse contain, #6D88C5, #304768);
  background-image: -webkit-radial-gradient(center center, ellipse contain, #6D88C5, #304768);
  color: #ffffff;
  font-size: 16px; font-size: 1.6rem;
  font-weight: bold;
}
.no-cssgradients #block-block-3 .content {
  background: #6D88C5 url('block_gradient.png') repeat-x left top;
}
#block-block-3 .products {
  list-style-type: none;
  margin: 1em 0 0;
  overflow: hidden;
  padding: 0 10px 1em;
}
#block-block-3 .product {
  background-color: #334A7F;
  background-color: rgba(51, 74, 127, 0);
  display: block;
  float: left;
  height: 26px;
  margin: 0 2px 2px 0;
  padding: 6px 0 2px;
  text-align: center;
  width: 188px;
}
#block-block-3 .ordinary {
  height: 72px;
}
#block-block-3 .ordinary-products {
  font-size: 14px; font-size: 1.4rem;
  padding-top: 0.5em;
}
#block-block-3 .ordinary-product {
  float: left;
}
#block-block-3 .single-premium-whole-life {
  height: 36px;
  padding: 4px 0;
}

#block-block-4 p {
  color: #666666;
  font-size: 10px; font-size: 1rem;
  margin: 0.2em 0;
}
#block-block-4 .logos {
  float: left;
  margin-bottom: 20px; margin-bottom: 2rem;
}

#block-block-5 {
  background-color: #304768;
  background-image: -moz-radial-gradient(center center, ellipse contain, #6D88C5, #304768);
  background-image: -webkit-radial-gradient(center center, ellipse contain, #6D88C5, #304768);
  color: #ffffff;
  float: left;
  width: 320px;
}

.no-cssgradients #block-block-5 {
  background: #6D88C5 url('block_gradient.png') repeat-x left top;
}

#block-block-5 .my-career {
  float: right;
  margin-bottom: 6px;
}

#sidebar-first .block .block-title,
#sidebar-first .block .content {
  padding: 6px;
}

#block-block-5 hr {
  clear: both;
}

#block-block-5 .block-title {
  margin: 0.5em 0 0;
}

#block-block-5 a {
    color: #ffffff;
    cursor: auto;
    text-decoration: underline;
}
#block-block-6 {
  float: left;
  margin-left: 12px;
  width: 580px;
}

#block-block-6 .content {
  padding: 6px;
}

#slides .slides_container {
  height: 348px;
  margin: 0;
  padding: 0;
}

#slides .slide {
  height: 348px;
  list-style-type: none;
}

.callout {
  color: #304768;
}

.front #page-title {
  display: none;
}

.front .region-content h1 {
  margin-top: 0;
}

#block-views-news-listing-block .views-field-created {
  font-weight: bold;
}
#block-views-news-listing-block .news-articles {
  list-style: none;
}
#block-views-news-listing-block .news-article {
  margin-left: 16px;
}

.front #block-system-main {
  display: none;
}

.front #block-views-news-listing-block,
.front #block-views-news-listing-block a {
  color: #787878;
}
.front #block-views-news-listing-block a:link {
  text-decoration: none;
}
.front #block-views-news-listing-block a:hover {
  text-decoration: underline;
}
.front #block-views-news-listing-block img {
  float: left;
  margin-right: 6px;
}
#block-views-news-listing-block .attachment-after {
  border-top: 1px dashed #98672A;
  margin-top: 0.5em;
  padding-top: 0.5em;
}

.front.sidebar-first #content {
  padding-bottom: 0;
  padding-left: 344px;
}

ol.timeline {
  padding-left: 4em;
}

.view-directors-listing table {
  width: 100%;
}

.view-directors-listing td {
  padding-bottom: 0.5em;
}

.view-id-directors_listing .views-field-field-image {
  float: left;
  margin-right: 16px;
}

.rsd-profile {
  float: left;
  overflow: hidden;
  width: 100%;
}

.rsd-profile .views-field {
  margin-bottom: 1em;
  width: 25%;
}

.rsd-profile .views-field-field-bio {
  float: right;
  width: 75%;
}




