He/* Support for the old syntax */
/* Maybe you want to create rems with pixels */
/* $rem-base: 0.625 !default; /*Set the value corresponding to body font size. In this case, you should set as: body {font-size: 62.5%;} */
/* @function remCalc($pxWidth) { */
/*   @return $pxWidth / $rem-base * 1rem; */
/* }

/* Change whether or not you include browser prefixes */
/* Various global styles */
/* Font-smoothing */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 100%;
  color: #444;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  background: #e9e9e9 url("../img/bg.jpg") 0 0 repeat;
}

body.books {
  background: #f5f5f5;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
:before.cf, :after.cf {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

:after.cf {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

a {
  color: #3b4e65;
  font-weight: 500;
}
a:hover {
  text-decoration: underline;
  color: #0c3b5a;
}

strong {
  font-weight: 400;
}

input:-webkit-autofill {
  background-color: #fff;
}

.font_white {
  color: #fff;
}

.center {
  text-align: center;
}

.large {
  font-size: 1.75em;
  line-height: 1.5em;
}

.image-caption {
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
  padding: .5em .5em .25em .5em;
  margin-bottom: 0;
}
.image-caption p {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
@media only screen and (min-width: 48em) {
  .image-caption {
    margin-bottom: 1em;
  }
}

.fleft {
  float: left;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  margin: 0;
  padding: 0;
}

h1 {
  color: #692121;
  font-family: "Merriweather", Georga, serif;
  font-size: 1.3em;
  font-weight: 700;
  text-shadow: 0px 0px 0px rgba(255, 0, 0, 0.2);
  margin-bottom: .25em;
}
@media only screen and (min-width: 48em) {
  h1 {
    font-size: 2.125em;
  }
}

h1.blue_center {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  color: #225686;
  font-weight: 700;
  margin-top: .5em;
  margin-bottom: .75em;
  text-align: center;
}

h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.375em;
  color: #2C4381;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: .5em;
}

h1 + h2 {
  margin-top: 1em;
}

p + h2 {
  margin-top: 1.125em;
}

h3 {
  color: #0c3b5a;
  font-family: "Merriweather", Georgia, serif;
  font-size: 1.25em;
  font-weight: 700;
}

p + h3 {
  margin-top: 1em;
}

p + h4 {
  margin-top: 1em;
  margin-left: 2em;
}

h4 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  color: #444;
}
h6 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #0c3b5a;
}
p {
  font-weight: 300;
  line-height: 1.25em;
  margin: .25em 0 .75em 0;
}
p + ul {
  margin: 0 0 .625em 1em;
}

ul, ol {
  list-style: none;
  margin: 0;
}
ul li, ol li {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
ul.bullets li, ol.bullets li {
  background: url(../img/ul-bullet-gold.png) 0px 0.6em no-repeat;
  padding-left: 15px;
  font-weight: 300;
  margin: 5px 10px;
  text-align: left;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

ul.white-stars li {
  color: #fff;
  margin-bottom: .5em;
  background: url(../img/white-star.png) 0 0.2em no-repeat;
  padding-left: 17px;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.2em;
}

ul.gold-stars li {
  color: #333;
  margin-bottom: .75em;
  background: url(../img/gold-star.png) 0 0.2em no-repeat;
  padding-left: 1.0625em;
  font-size: 1.0625em;
  font-weight: 300;
  line-height: 1.2em;
}

ul.red-stars li {
  color: #333;
  margin-bottom: .75em;
  background: url(../img/red-star.png) 0 0.2em no-repeat;
  padding-left: 1.0625em;
  font-size: 1.0625em;
  font-weight: 300;
  line-height: 1.2em;
}

.reveal-modal ul li {
  background: url(../img/ul-bullet-gold.png) 0px 0.6em no-repeat;
  padding-left: 15px;
  font-weight: 300;
  margin: 5px 0;
  text-align: left;
}

.reveal-modal ul ul {
  margin-left: 2em;
  margin-bottom: .5em;
  margin-top: .5em;
}

.reveal-modal ul ul li {
  list-style: circle;
  background: none;
  margin: 0 0 .25em 0;
  padding-left: 0em;
}

.reveal-modal ul ul ul li {
  list-style: square;
}

.reveal-modal ol {
  list-style: decimal;
  margin-left: 1.5em;
}

::selection {
  background: #43779d;
  color: white;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
}

::-moz-selection {
  background: #43779d;
  color: white;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
}

.button {
  background: #29427A;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNzMyZTJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYzMWIxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #29427A 0%, #1E3059 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #29427A), color-stop(0%, #782424), color-stop(100%, #1E3059));
  background: -webkit-linear-gradient(top, #29427A 0%, #1E3059 100%);
  background: -o-linear-gradient(top, #29427A 0%, #1E3059 100%);
  background: -ms-linear-gradient(top, #29427A 0%, #1E3059 100%);
  background: linear-gradient(to bottom, #29427A 0%, #1E3059 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29427A', endColorstr='#1E3059',GradientType=0 );
  border: 1px solid #8099D5;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 0px;
}
:hover.button {
  background: #1E3059;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNzMyZTJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYzMWIxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #29427A 100%, #1E3059 0%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #29427A), color-stop(100%, #782424), color-stop(0%, #1E3059));
  background: -webkit-linear-gradient(top, #29427A 100%, #1E3059 0%);
  background: -o-linear-gradient(top, #29427A 100%, #1E3059 0%);
  background: -ms-linear-gradient(top, #29427A 100%, #1E3059 0%);
  background: linear-gradient(to bottom, #29427A 100%, #1E3059 0%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E3059', endColorstr='#29427A',GradientType=0 );
  box-shadow: none;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.button.secondary {
  background: #29427A;
  background: -moz-linear-gradient(top, #29427A 100%, #29427A 0%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #29427A), color-stop(100%, #1E3059));
  background: -webkit-linear-gradient(top, #29427A 100%, #1E3059 0%);
  background: -o-linear-gradient(top, #29427A 100%, #1E3059 0%);
  background: -ms-linear-gradient(top, #29427A 100%, #1E3059 0%);
  background: linear-gradient(to bottom, #29427A 100%, #1E3059 0%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29427A', endColorstr='#1E3059',GradientType=0 );
  border: 1px solid #8099D5;
  box-shadow: none;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
}
:hover.button.secondary {
  color: #fff;
  background: #29427A;
  background: -moz-linear-gradient(top, #1E3059 100%, #29427A 0%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1E3059), color-stop(100%, #29427A));
  background: -webkit-linear-gradient(top, #1E3059 100%, #29427A 0%);
  background: -o-linear-gradient(top, #1E3059 100%, #29427A 0%);
  background: -ms-linear-gradient(top, #1E3059 100%, #29427A 0%);
  background: linear-gradient(to bottom, #1E3059 100%, #29427A 0%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E3059', endColorstr='#29427A',GradientType=0 );
  border: 1px solid #8099D5;
}
.button.secondary.disabled {
  background: #345c79;
  background: -moz-linear-gradient(top, #345c79 100%, #345c79 0%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #345c79), color-stop(100%, #436883));
  background: -webkit-linear-gradient(top, #345c79 100%, #436883 0%);
  background: -o-linear-gradient(top, #345c79 100%, #436883 0%);
  background: -ms-linear-gradient(top, #345c79 100%, #436883 0%);
  background: linear-gradient(to bottom, #345c79 100%, #436883 0%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#345c79', endColorstr='#436883',GradientType=0 );
  border: 1px solid #8099D5;
  box-shadow: none;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
}
:hover.button.secondary.disabled {
  color: #fff;
  background: #5F5F5F;
  background: -moz-linear-gradient(top, #436883 100%, #345c79 0%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #436883), color-stop(100%, #345c79));
  background: -webkit-linear-gradient(top, #436883 100%, #345c79 0%);
  background: -o-linear-gradient(top, #436883 100%, #345c79 0%);
  background: -ms-linear-gradient(top, #436883 100%, #345c79 0%);
  background: linear-gradient(to bottom, #436883 100%, #345c79 0%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#436883', endColorstr='#345c79',GradientType=0 );
  border: 1px solid #8099D5;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #29427A;
  border-color: #8099D5;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button:hover.disabled, button[disabled]:hover, :hover.button.disabled, :hover.button[disabled] {
  text-decoration: none;
}

.row .blue_circle_btn {
  background: #0c3b5a;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  text-align: center;
  vertical-align: middle;
}

.row {
  padding-left: 1em;
  padding-right: 1em;
}
.row h1 {
  font-size: 1.6em;
  color: #0f344d;
}
@media only screen and (min-width: 48em) {
  .row {
    padding-left: 0;
    padding-right: 0;
  }
}

p.nomargin {
  margin: 0;
}

.split.button span {
  background: url(../img/menu-sprite4.png) center -4px no-repeat;
}

.split.button span:hover {
  background-position: center -260px;
  transition: all 300ms ease-in;
}

.split.button span:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.split.button span:before {
  border: none;
}

footer {
  background: #020A24;
  padding: 5px 0;
}

footer p {
  text-align: left;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
}
footer a {
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
}
footer .phone-icon {
  background: url(../img/phone-icon.png) 0 0 no-repeat;
  padding-left: 1.5em;
}
footer .fax-icon {
  background: url(../img/fax-icon.png) 0 0 no-repeat;
  padding-left: 1.5em;
}

.ft-sm li {
  display: inline-block;
  margin: 5px;
}

.header {
  padding-bottom: 15px;
  background: #010A26 url(../img/header_new.png) 50% top no-repeat;
}

header {
  margin-top: 40px;
}
header #logo {
  margin-top: .5em;
}
@media only screen and (min-width: 50em) {
  header {
    margin-top: 0px;
  }
}
header #utility_nav {
  padding: .5em;
}
header #utility_nav label {
  color: #fff;
}
header #utility_nav .button, header #utility_nav input[type="text"], header #utility_nav input[type="password"], header #utility_nav .switch.small, header #utility_nav input[type="radio"] {
  margin-bottom: 0;
  height: 2em;
  padding: .375em;
}
header #utility_nav .switch.small {
  height: 1.75em;
  padding: .375em;
}
header #utility_nav .switch label {
  color: #333;
  line-height: 1.5em;
}
header #utility_nav form {
  margin-bottom: .2em;
}
header p {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

nav.nav {
  text-align: right;
}
nav.nav ul {
  margin-top: 1em;
}
nav.nav ul li {
  display: inline-block;
}
nav.nav ul li a {
  font-size: 1em;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  padding: .125em .5em;
}
nav.nav ul li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 48em) {
  nav.nav ul li a {
    font-size: 1.125em;
    padding: .125em .9em;
    margin-bottom: .5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  nav.nav ul li a {
    padding: .125em .6em;
    font-size: 1em;
  }
}
nav.nav ul ul {
  background: #222;
  text-align: left;
  border: none;
  padding: 0;
  margin-top: .875em;
}
nav.nav ul ul:before, nav.nav ul ul:after {
  border: none;
}
nav.nav ul ul li {
  text-align: left;
  width: 100%;
}
nav.nav ul ul li a {
  font-family: 'Roboto', Helvetica, arial, sans-serif;
  text-align: left;
  display: block;
  padding: 1em .5em;
  margin: 0;
}
nav.nav ul ul li a:hover {
  background: #222;
  color: #eee;
}
nav.nav ul ul.f-dropdown li:hover {
  background: none;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  nav.nav ul ul#drop1 {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 48em) {
  nav.nav ul ul#drop1 {
    margin-left: -30px;
  }
}
nav.nav ul ul#drop2 {
  margin-left: 135px;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  nav.nav ul ul#drop2 {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 48em) {
  nav.nav ul ul#drop2 {
    margin-left: 100px;
  }
}
nav.nav ul ul#drop3 {
  margin-left: 285px;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  nav.nav ul ul#drop3 {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 48em) {
  nav.nav ul ul#drop3 {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  nav.nav ul ul#meddrop1 {
    margin-left: 55px;
  }
}
nav.nav ul ul#meddrop2 {
  margin-left: 135px;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  nav.nav ul ul#meddrop2 {
    margin-left: 170px;
  }
}
nav.nav ul ul#meddrop3 {
  margin-left: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  nav.nav ul ul#meddrop3 {
    margin-left: 345px;
  }
}
nav.nav .button {
  background: none;
  border: none;
  box-shadow: none;
  font-size: 1em;
}
@media only screen and (min-width: 48em) {
  nav.nav .button {
    font-size: 1.125em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  nav.nav .button {
    font-size: 1em;
  }
}
nav.nav .split.button {
  padding-right: 2.35em;
}
nav.nav .split.button span {
  background: url(../img/menu-sprite4.png) center -12px no-repeat;
  width: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  nav.nav .split.button span {
    background-position: center -14px;
  }
}
nav.nav .split.button span:hover {
  background-position: center -266px;
  transition: all 400ms ease-in;
}
nav.nav .split.button span:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
nav.nav .split.button span:before {
  border: none;
}

/* END NAV */
nav.nav {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  nav.nav {
    display: none;
  }
}

nav.nav.med-nav {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  nav.nav.med-nav {
    display: block;
  }
}

nav.nav ul li:hover.dd ul {
  display: block;
}

.page .header {
  padding-bottom: 0px;
}

.top-bar {
  margin-bottom: 0em;
  background: none;
  height: 100px;
  padding-top: 10px;
}
.top-bar.expanded {
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
.top-bar.expanded .title-area {
  background: none;
}
.top-bar ul.mobile_dropdown {
  margin-top: 100px;
}
.top-bar.expanded ul.mobile_dropdown {
  margin-top: 0px;
  position: relative;
}
.top-bar .name {
  margin-top: 0px;
  height: 85px;
}
.top-bar .name img {
  max-width: 115px;
  height: auto;
}

.top-bar-section ul {
  background: none;
  margin-top: 120px;
}
.top-bar-section ul li > a {
  background: none;
}
.top-bar-section ul ul {
  margin-top: 0px;
}

.top-bar-section ul li > a {
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1em;
  padding: .5em;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
  margin-bottom: .5em;
}

.home_header {
  margin-top: 1em;
}
.home_header h1, .home_header p {
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
  .header {
    min-height: 450px;
    padding-bottom: 1em;
  }

  .page .header {
    padding-bottom: 0em;
  }

  header #logo {
    margin-top: 1em;
  }
  header #logo img {
    width: 90%;
    height: auto;
  }

  .home_header h1, .home_header p {
    color: #fff;
    text-align: center;
  }
  .home_header h1 {
    font-size: 1.8em;
    font-weight: 700;
    padding: 0 20px;
  }
  .home_header .content_header {
    padding: 10px 10px;
  }
  .home_header .content_header p {
    font-size: 1.2em;
  }
  .home_header .content_header a.button {
    margin-bottom: 5px;
  }
}
div.switch.small > span {
  width: 1.5em;
}

div.switch.small input:first-of-type:checked ~ span {
  margin-left: -1.4375em;
}

.lobby-comply-btn {
  text-align: left;
}
.lobby-comply-btn a {
  font-size: 1em;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  padding: .5em 1em .5em 2.25em;
  background-size: 20px 20px;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
}

.lobbycomply-nav {
  float: left;
  width: 20%;
  margin-top: 1.75em;
}
.lobbycomply-nav a {
  color: #3b4e65;
  text-align: center;
  padding: .75em;
  background: #f4f4f4;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.12);
}

.home {
  padding-top: 10px;
}
.home .row.home_services {
  text-align: center;
}
.home .row.home_services h1 {
  font-size: 2.0em;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  color: #1D3352;
  font-weight: 700;
  margin-top: 10px;
}
.home .row.home_services p {
  font-size: 1.2em;
}

/* END .home */
.row.home_services_list {
  margin-top: 1em;
}
.row.home_services_list ul li .services_circlebg {
  background: #fff;
}
.row.home_services_list .columns {
  margin-bottom: 2em;
}
@media only screen and (min-width: 48em) {
  .row.home_services_list .columns {
    margin-bottom: 0px;
  }
}

.home_header {
  display: none;
}

.homepage .home_header {
  display: block;
}

.row.home_services_list h1 {
  text-align: center;
}
.row.home_services_list p {
  text-align: center;
  font-size: 1.2em;
}
.row.home_services_list h2 {
  text-align: center;
  margin-top: 1em;
  line-height: 1.125em;
  valign: bottom;
}

.home_services_row {
  background: rgba(255, 255, 255, 0.5);
  padding: 0 0 1.5em 0;
  margin: 1.5em 0 2.25em;
}
.home_services_row .columns h3 {
  margin-top: 0;
}

.free_demo {
  margin-top: 1em;
}
@media only screen and (min-width: 48em) {
  .free_demo {
    margin-top: 3em;
    background: rgba(250, 250, 250, 0);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0) 70%, #d5dadd 70%, #e2e7ea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250, 250, 250, 0)), color-stop(70%, rgba(250, 250, 250, 0)), color-stop(70%, #d5dadd), color-stop(100%, #e2e7ea));
    background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0) 70%, #d5dadd 70%, #e2e7ea 100%);
    background: -o-linear-gradient(top, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0) 70%, #d5dadd 70%, #e2e7ea 100%);
    background: -ms-linear-gradient(top, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0) 70%, #d5dadd 70%, #e2e7ea 100%);
    background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0) 70%, #d5dadd 70%, #e2e7ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5dadd', endColorstr='#e2e7ea',GradientType=0 );
  }
}

.updates ul {
  margin-top: .75em;
}
.updates li {
  margin-bottom: 1em;
}
.updates li p {
  margin: 0;
  line-height: 1.25em;
}
.updates li p.update_title {
  font-weight: 400;
  color: #273144;
  font-size: 1em;
  line-height: 1.25em;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}
.updates li p.update_date {
  color: #79878a;
  font-size: .875em;
}
.updates p + ul {
  margin-left: 0;
}

.home_alerts_consulting {
  background: #6F0000;
  padding: 1.125em 0;
}
.home_alerts_consulting h1 {
  color: #fff;
  text-align: center;
  margin-bottom: .75em;
}
.home_alerts_consulting p {
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
}
.home_alerts_consulting h3 {
  font-weight: 600;
}
.home_alerts_consulting ul li {
  color: #fff;
  margin-bottom: 5px;
  background: url(../img/white-star.png) 0 0.4em no-repeat;
  padding-left: 17px;
  font-size: 1.25em;
  font-weight: 300;
}

.home_social_media ul li {
  display: inline;
  margin: 0 10px;
}

.home_subfooter {
  padding: 3em 0;
}

.home_blog {
  margin-bottom: 1.5em;
}
.home_blog p {
  margin-bottom: .125em;
}
.home_blog p.blog_date {
  font-weight: 400;
  color: #999;
  font-size: .875em;
  margin-bottom: 0px;
}
@media only screen and (min-width: 48em) {
  .home_blog p {
    margin-bottom: 0;
  }
}
.home_blog ul.blog_tags {
  margin-top: 0;
  margin-bottom: 0;
}
.home_blog ul.blog_tags li {
  display: inline;
  background: #345c79;
  border-radius: 10%;
  padding: 3px 8px;
  margin: 5px;
  font-size: 0.75em;
  font-weight: 300;
  color: #fff;
}
.home_blog p + h4 {
  margin-top: 0;
  font-size: 1.125em;
}

.e_newsletter .newsletter-signup {
  font-size: 20px;
}
.e_newsletter .white-bg {
  background: rgba(255, 255, 255, 0.5);
  padding: 1em;
}

.page .header {
  min-height: 0;
}

.page_intro {
  background: url(../img/headerservices_new.jpg) 50% 0px no-repeat fixed;
  height: 120px;
  margin-bottom: 2em;
}
.page_intro#services {
  background: url(../img/header_services_new.jpg) 50% 0px no-repeat fixed;
}
.page_intro#about {
  background: url(../img/header_services_new.jpg) 50% 0px no-repeat fixed;
}
@media only screen and (min-width: 48em) {
  .page_intro {
    min-height: 150px;
  }
}
.page_intro .page_title {
  margin-top: .75em;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .page_intro .page_title {
    margin-top: 1.75em;
  }
}
.page_intro .page_title p {
  color: #fff;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: .25em;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1em;
}
.page_intro .page_title h1 {
  color: #fff;
  font-size: 1.25em;
}
@media only screen and (min-width: 48em) {
  .page_intro .page_title h1 {
    font-size: 1.75em;
  }
}

.page_title_divider {
  background: url(../img/page_intro_divider.svg) 50% bottom no-repeat;
  background-size: 80% 80%;
  padding-bottom: 2em;
  background-image: url(../img/page_intro_divider.svg), none;
  background-repeat: no-repeat;
  background-position: 50% bottom;
}
@media only screen and (min-width: 48em) {
  .page_title_divider {
    background-size: 50% 50%;
  }
}

#blog-header {
  margin-bottom: 0;
  min-height: 100px;
}

.no-svg .page_title_divider {
  background: none;
  padding-bottom: .25em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#services_subnav .sub-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  text-align: right;
}

#services_subnav .sub-nav dd a {
  font-size: 1em;
  padding: 5px 10px;
  color: #0c3b5a;
}
#services_subnav .sub-nav dd a:hover {
  text-decoration: underline;
}
#services_subnav .sub-nav dd.active a {
  font-color: #000;
  background: none;
}
#services_subnav .sub-nav dd.active a:hover {
  text-decoration: none;
}

#services_utility {
  background: rgba(255, 255, 255, 0.5);
  padding: 1.5em 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}

.home_books .book_row {
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .home_books .book_row {
    text-align: left;
    margin-bottom: 1.5em;
  }
}
.home_books .book_row .columns {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 48em) {
  .home_books .book_row .columns {
    margin-bottom: 0em;
  }
}

.services_alerts {
  padding: 30px 0;
}
.services_alerts p {
  color: #333;
  font-size: 1.125em;
  line-height: 1.75em;
  font-weight: 300;
}

ul.services_alerts_list {
  text-align: left;
  margin: 0;
}
ul.services_alerts_list li {
  margin: 20px 5px;
  background: #345c79;
  padding: 10px;
  border-radius: 3px 3px;
  color: #fff;
  width: 45%;
}

.service_icon + h3 {
  margin-top: 1em;
}

.about_intro {
  padding-bottom: 3em;
}
.about_intro h2 {
  font-size: 1.25em;
}
@media only screen and (min-width: 48em) {
  .about_intro h2 {
    font-size: 1.75em;
  }
}

.about_info {
  width: 240px;
  height: 240px;
  border-radius: 50% 50%;
  background: rgba(255, 255, 255, 0.6);
  padding: 1em 20px 20px;
  text-align: center;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 48em) {
  .about_info {
    width: 240px;
    height: 240px;
    padding: 3em 20px 20px;
  }
}
.about_info span {
  padding-top: 2em;
  font-size: 4.5em;
  color: #345c79;
  font-weight: 700;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  line-height: 1em;
  margin-bottom: .25em;
  font-family: "Roboto Condensed", Roboto, "Helvetica Neue", Helvetica, Arial;
}
@media only screen and (min-width: 48em) {
  .about_info span {
    padding-top: 2.75em;
    font-size: 6em;
  }
}
.about_info.about_info_row p {
  text-align: center;
  font-size: 1.5em;
}
.about_info#about_info2 {
  float: right;
}
@media only screen and (min-width: 48em) {
  .about_info#about_info2 {
    float: none;
  }
}
.about_info p {
  margin: 0;
  line-height: 1em;
  font-weight: 400;
  color: #79878a;
  font-size: 1em;
}
@media only screen and (min-width: 48em) {
  .about_info p {
    font-size: 1.25em;
  }
}

.about_info_row p {
  text-align: center;
  font-size: 1.5em;
}

.about_message {
  padding-bottom: 3em;
  padding-top: 4em;
  background: url(../img/woodbg.jpg) top center repeat;
}
@media only screen and (min-width: 48em) {
  .about_message {
    background: url(../img/woodbg.jpg) top right repeat;
  }
}
.about_message p {
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.75em;
}
.about_message h1 {
  text-align: center;
  margin-bottom: 1em;
}

#timeline_content .row {
  display: none;
}

.timeline_nav {
  padding: 1em 0;
}
.timeline_nav a {
  font-size: 2em;
}

.tinfo p {
  text-align: center;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.45wem;
  margin-bottom: .5em;
}

.history {
  padding-top: 2em;
  padding-bottom: 2em;
}

#timeline .orbit-slides-container {
  height: 200px;
}

li .hist_item {
  width: 20%;
  float: left;
}

.newsletter_content {
  padding-bottom: 0;
  background: rgba(250, 250, 250, 0);
}
@media only screen and (min-width: 48em) {
  .newsletter_content {
    background: rgba(250, 250, 250, 0);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0) 70%, #cccccc 70%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250, 250, 250, 0)), color-stop(70%, rgba(250, 250, 250, 0)), color-stop(70%, #cccccc), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0) 70%, #cccccc 70%, #eeeeee 100%);
    background: -o-linear-gradient(top, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0) 70%, #cccccc 70%, #eeeeee 100%);
    background: -ms-linear-gradient(top, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0) 70%, #cccccc 70%, #eeeeee 100%);
    background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0) 70%, #cccccc 70%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#eee',GradientType=0 );
  }
}

.newsletter_signup {
  padding: .75em 1em 1em 1em;
  background: rgba(210, 210, 215, 0.8);
}
.newsletter_signup h2 {
  margin: .375em 0;
}
@media only screen and (min-width: 48em) {
  .newsletter_signup {
    padding-bottom: .125em;
  }
}

form.newsletter_form {
  margin-bottom: 0;
}
form.newsletter_form label {
  color: #345c79;
}

.stateface {
  font-family: 'StateFaceRegular';
  font-size: 1.5em;
}

section.newsletter_archive {
  background: #efefef;
  padding: 1.5 0 2em;
}
section.newsletter_archive .large-2 {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media only screen and (min-width: 48em) {
  section.newsletter_archive .large-2 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
section.newsletter_archive .archive-list {
  margin-bottom: 0em;
}
@media only screen and (min-width: 48em) {
  section.newsletter_archive .archive-list {
    margin-bottom: 1em;
  }
}
section.newsletter_archive .archive-list .columns {
  margin-bottom: 1em;
}
@media only screen and (min-width: 48em) {
  section.newsletter_archive .archive-list .columns {
    margin-bottom: 0em;
  }
}
section.newsletter_archive .archive-item {
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  padding: 1em;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
}
section.newsletter_archive .archive-item a {
  font-size: 1.125em;
  font-weight: 500;
  position: relative;
  width: 100%;
  height: 100%;
}
section.newsletter_archive :hover.archive-item {
  background: rgba(255, 255, 255, 0.05);
}
section.newsletter_archive h1 {
  text-align: center;
}
@media only screen and (min-width: 48em) {
  section.newsletter_archive {
    margin-bottom: 0;
  }
}

.contact_information {
  padding-bottom: 1em;
}
@media only screen and (min-width: 48em) {
  .contact_information {
    padding-bottom: 2.5em;
  }
}

.map {
  -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.1);
  height: 500px;
}

#map-canvas {
  height: 500px;
  width: 100%;
}

#map {
  height: 300px;
}
@media only screen and (min-width: 48em) {
  #map {
    height: 500px;
  }
}

.order_guides {
  margin: 2em 0;
}

.esg_content ul.bullets li {
  font-weight: 300;
}

.esg_title {
  font-size: 1.75em;
  text-align: center;
}

ul.white-stars.alerts-reports-list {
  padding: 1em;
}
ul.white-stars.alerts-reports-list li {
  margin-bottom: 1em;
  background-position: 0px 6px;
}
ul.white-stars.alerts-reports-list li h3 {
  color: #333;
  font-size: 1em;
}
ul.white-stars.alerts-reports-list li p {
  font-size: .75em;
  line-height: 1.5em;
}

#order-user-options p {
  text-align: center;
  margin-bottom: 5px;
}
#order-user-options p a {
  margin-bottom: 0px;
}

.pull-quote {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.direct-user {
  margin-bottom: 2em;
}

.user-prices1 {
  margin-bottom: 1em;
}

.user-prices2 {
  margin-bottom: 2em;
}

h2.large-phonenumber {
  font-size: 2.5em;
  margin: 0;
}

.order-help {
  background: rgba(255, 255, 255, 0.5);
  padding: 1.75em 0;
}
.order-help form.custom {
  background: rgba(255, 255, 255, 0.6);
  padding: 1em;
}
.order-help form.custom .checkbox-inline {
  display: inline;
  margin-right: 10px;
}

.events {
  margin-top: 2em;
  text-align: left;
}
.events .event-item {
  margin: 0 0 1.25em;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 1em;
}
.events .event-date {
  margin: 0;
  font-size: .9em;
  font-weight: 400;
}
.events .event-title {
  font-size: 1.125em;
  margin: 0;
}
.events .event-location {
  margin: 0;
  font-size: 1em;
}
.events .event-content {
  margin-top: 1.5em;
}

.event-caption {
  font-size: .9em;
  font-style: italic;
}

.staff-row {
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.staff-item {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  padding: .75em;
}
.staff-item h1 {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.staff-item h2 {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.staff-item p {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

.newsroom-list li {
  margin-top: 0em;
  text-align: center;
  padding-top: 2.5em;
  background: url(../img/red_star_divider.svg) 50% -1em no-repeat;
  background-size: 40% 40%;
}
.newsroom-list p {
  font-size: 1.5em;
}
.newsroom-list p.newsroom-date {
  font-weight: 300;
  color: #3b4e65;
  font-size: 1em;
  margin-bottom: .5em;
}

.community_content p {
  line-height: 1.75em;
}

.blog {
  padding-top: 0px;
}
.blog a {
  font-weight: 400;
  color: #276988;
}

body#lc {
  background: #efefef;
}

#lc .white-container ul li {
  background: url(img/ul-bullet-gold.png) 0px 0.6em no-repeat;
  padding-left: 15px;
  font-weight: 300;
  margin: 5px 0;
  text-align: left;
}
#lc .white-container ul li li {
  list-style: disc;
  background: none;
  padding-left: 0;
}
#lc .white-container ul li li li {
  list-style: square;
  background: none;
  padding-left: 0;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.blog .header, .single .header, .error404 .header, .archive .header {
  min-height: 100px;
  background: #05143A 50% bottom no-repeat;
}

#blog_nav_container {
  background: #222;
  padding: 1em 0;
  margin-bottom: 1em;
}

#primary-menu li {
  display: inline-block;
  margin-right: .75em;
}
#primary-menu li a {
  padding: 10px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
}

.blog .page_intro {
  margin-bottom: 0px;
  background: url(img/header_services_new.jpg) 50% 0px no-repeat fixed;
  min-height: 100px;
}
.blog .page_intro .page_title_divider {
  background: url(img/page_intro_divider.svg) 50% Top no-repeat;
  background-size: 50% 50%;
  padding-bottom: 2em;
  background-image: url(img/page_intro_divider.svg), none;
  background-repeat: no-repeat;
  background-position: 50% bottom;
}
.blog .page_intro .no-svg .page_title_divider {
  background: none;
  padding-bottom: .25em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#sidebar ul ul {
  margin-left: 0px;
}

#sidebar h3 {
  margin-bottom: .5em;
  font-size: 1.25em;
  margin-top: 1.5em;
}

.blog #recent {
  text-align: center;
  font-size: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 1.5em;
}

#lobbycomply-intro {
  text-align: center;
}
#lobbycomply-intro p {
  margin-bottom: .25em;
}

#recent-posts {
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.6);
  padding-top: 1em;
}

.recent-posts p.see-all {
  text-align: center;
  font-size: 1.125em;
}

#blog-home-cols {
  padding: 1.5em 0;
}

.entry {
  font-size: 1em;
  padding-right: 0;
}

.entry-image img {
  border: .9em solid #fff;
}

.entry .entry-author {
  font-weight: 400;
  margin: 1em 0 .625em;
}

.entry-content img.alignleft {
  margin-right: 1em;
  margin-bottom: 1em;
}
.entry-content img.alignright {
  margin-left: 1em;
  margin-bottom: 1em;
}

.entry-date {
  margin-bottom: .5em;
  font-weight: 400;
  font-size: 1.25em;
}

.entry-featured .entry {
  text-align: left;
  padding-right: 0em;
}
.entry-featured .entry h1 {
  font-size: 1.75em;
  margin-bottom: .25em;
}
.entry-featured .entry h1 a {
  font-weight: 700;
}
.entry-featured .entry p {
  font-size: 1em;
}
@media only screen and (min-width: 48em) {
  .entry-featured .entry {
    padding-right: 1em;
  }
}

.entry-recent .entry {
  margin-bottom: 1em;
  text-align: center;
}
.entry-recent .entry p + h2 {
  margin: 0;
}
.entry-recent .entry h2 {
  font-size: .875em;
  line-height: 1em;
  margin: 0;
  margin-top: 1em;
}
.entry-recent .entry h2 a {
  font-size: .875em;
  line-height: 1.25em;
  margin-bottom: 0px;
  color: #677278;
  font-weight: 400;
}
@media only screen and (min-width: 48em) {
  .entry-recent .entry h2 a {
    font-size: 1.125em;
  }
}
.entry-recent .entry p {
  margin-bottom: 0px;
  font-size: .875em;
  line-height: 1.4em;
}
.entry-recent .entry p.recent-date {
  font-size: .85em;
}
.entry-recent .entry p.excerpt {
  padding: 0 .5em;
}
@media only screen and (min-width: 48em) {
  .entry-recent .entry p.excerpt {
    padding: 0 1.25em;
  }
}
.entry-recent .entry .entry-author {
  font-weight: 400;
  margin-top: .5em;
}

.news_title {
  padding-top: 1em;
}

.entry-featured .entry p {
  text-align: left;
}

.entry-featured .entry-content {
  margin-top: .5em;
}

.row .row.recent-news-divider {
  margin-top: .5em;
  margin-bottom: 1em;
}

.newsyoucanuse {
  padding: 1.75em 0;
  background: #902d2d;
  color: #fff;
  margin-top: 2em;
  margin-bottom: 1em;
}
.newsyoucanuse h3.entry-title {
  text-align: center;
}
.newsyoucanuse h3.entry-title a {
  color: #fff;
  text-align: center;
}
.newsyoucanuse h3.entry-title a:hover {
  text-decoration: underline;
  text-shadow: none;
  color: #eee;
}
.newsyoucanuse p.see-all {
  text-align: center;
}
.newsyoucanuse p.see-all a {
  text-align: center;
  color: #fff;
}
.newsyoucanuse p.see-all a:hover {
  text-decoration: underline;
  text-shadow: none;
  color: #eee;
}

#blog-body .large-8 {
  background: #fff;
}

#blog-body .entry a {
  color: #276988;
}

.white-container {
  padding: 1em 1.5em 1em 1.5em;
  background: #fff;
}

.entry-excerpt {
  font-size: .75em;
  line-height: 1em;
}

.archive h1.entry-title a {
  font-weight: 700;
}

.entry-categories ul li {
  display: inline-block;
  padding-bottom: .5em;
}
.entry-categories a {
  font-weight: 400;
  font-size: 1em;
}

ul#sidebar-widgets li {
  margin-bottom: 1em;
}
ul#sidebar-widgets li li {
  margin-bottom: 0px;
}

ul#sidebar-widgets .tagcloud a {
  font-size: .925em;
  color: #345c79;
  line-height: 1em;
  padding: 4px 8px 4px 0px;
  display: inline-block;
  margin: 2px 1px;
}

.orbit-container .orbit-prev, .orbit-container .orbit-next {
  width: 20px;
  height: 20px;
  top: 1.5em;
}

.orbit-container .orbit-prev {
  background: rgba(0, 0, 0, 0.5) url(img/archive-prev.svg) 0 50% no-repeat;
}

.orbit-container .orbit-next {
  background: rgba(0, 0, 0, 0.5) url(img/archive-next.svg) 0 50% no-repeat;
}

#archive-widget .archive-year {
  margin-top: .5em;
  margin-bottom: 0px;
  display: block;
}
#archive-widget .archive-list {
  margin: 0;
  display: block;
}

#archive-sidebar {
  margin: 1.25em 0;
}

#sidebar-archives li {
  padding: 0;
}
#sidebar-archives li a {
  padding: .5em;
  background: #d6dbdd;
  line-height: 1.5em;
  display: block;
  margin: .2em;
}
#sidebar-archives li a:hover {
  background: #c5d2d9;
}

.archive-month a {
  display: inline-block;
  padding: 5px;
  margin: 2px;
}

#lc .header {
  background: #0f344d url(img/header_bg.jpg) 50% bottom no-repeat;
  padding-bottom: 0;
  min-height: 0;
}

ul#sidebar-widgets li.widget_recent_entries li {
  background: url(img/ul-bullet-gold.png) 0px 9px no-repeat;
  padding-left: .8em;
  margin-bottom: .75em;
}
ul#sidebar-widgets li.widget_recent_entries li a {
  line-height: 1em;
  font-weight: 400;
}

#lc #sidebar {
  padding: 0;
}
@media only screen and (min-width: 48em) {
  #lc #sidebar {
    padding: 0 0 0 1.5em;
  }
}

.archive_month li {
  padding-bottom: .25em;
  border-bottom: 1px solid #ccc;
  padding-top: .25em;
}

.widget_recent_entries li span {
  display: block;
  color: #444;
  font-size: .9em;
}

p.cat-post {
  margin-bottom: 1em;
}
p.cat-post a {
  font-size: 1.25em;
  text-shadow: none;
}

.archive-entry {
  margin-bottom: 1em;
}
.archive-entry a {
  font-size: 1.125em;
}

#archive-category li {
  line-height: 1.125em;
}
#archive-category li a {
  line-height: 1em;
  font-size: 1em;
  font-weight: 300;
  padding: .5em;
}

@media only screen and (min-width: 48em) {
  .white-container .archive_month {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari and Chrome */
    column-count: 3;
  }
}

.entry-comment-form {
  padding-top: 2em;
  border-top: 2px solid #273144;
}

.search-entry {
  margin-bottom: 1.5em;
}
.search-entry h1 {
  line-height: 1em;
  margin-bottom: 0;
}
.search-entry h1 a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 48em) {
  .search-entry h1 a {
    font-size: 20px;
    line-height: 22px;
  }
}
.search-entry .search-date {
  font-weight: 400;
  font-size: 1em;
  margin-bottom: 0px;
}

#searchform {
  margin-bottom: 0;
}

.date-entry {
  margin-bottom: 1.5em;
}
.date-entry h1.entry-title {
  font-size: 1.25em;
  line-height: 1.25em;
}
.date-entry .entry-date {
  font-size: 1em;
  margin-bottom: 0;
}

.books .header {
  min-height: 0;
}

h5.branch {
  text-decoration: underline;
  font-size: 14px;
  color: #660066;
}

.expire_date {
  text-align: right;
}

#account_books {
  margin-bottom: 1em;
}

#account_books h1 {
  font-size: 1.6em;
  color: #0f344d;
}

.account_updates p.update_date {
  font-weight: 400;
  margin-bottom: .25em;
}
.account_updates p.update_title {
  margin-bottom: 1em;
}

section.foot_select {
  background: #345AAB;
  padding: .5em 0;
}

section.state_select {
  background: #345AAB;
  padding: .5em 0;
}
section.state_select h1, section.state_select nav, section.state_select label {
  color: #0f344d;
}
section.state_select h1 {
  font-size: 1.6em;
}
section.state_select p {
  font-size: 1em;
  color: #0f344d;
}
section.state_select ul {
  list-style: none;
  margin: .625em 0 .625em;
}
section.state_select ul li {
  display: inline;
  padding: .25em;
}

.country-select {
  margin-top: .5em;
  margin-bottom: 1em;
}

.country_toggle {
  padding: 2.75em 2.75em 2.75em 2.75em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
:hover.country_toggle {
  color: #eee;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
}
.country_toggle.active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.4);
  background-color: #444;
  color: #ccc;
}
:hover.country_toggle.active {
  color: #ccc;
  text-decoration: none;
  cursor: default;
}

.usa {
  background: #00458A url(../img/usa-flag.jpg) 0.5em 50% no-repeat;
  background-size: 30px 20px;
}

.cda {
  background: #22486F;

}

#account_books .split.button {
  margin-bottom: 1em;
}
@media only screen and (min-width: 48em) {
  #account_books .split.button {
    margin-bottom: 0;
  }
}

.book-btns .columns {
  margin-bottom: 1em;
}
@media only screen and (min-width: 48em) {
  .book-btns .columns {
    margin-bottom: 0;
  }
}
.book-btns .split.button {
  margin-bottom: 1em;
}
@media only screen and (min-width: 48em) {
  .book-btns .split.button {
    margin-bottom: 0;
  }
}
.book-btns .split.button span {
  background: url(../img/menu-sprite4.png) center 1px no-repeat;
  width: 3.5em;
}
.book-btns .split.button span:hover {
  background-position: center -257px;
  transition: all 400ms ease-in;
}
.book-btns .split.button span:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.book-btns .split.button span:before {
  border: none;
}

.reference-state-list {
  float: left;
  width: 48%;
}
.reference-state-list li {
  padding-bottom: 0em;
  line-height: 1em;
  margin-bottom: .3em;
}
.reference-state-list li a {
  font-weight: 400;
}

.session-title {
  font-weight: 400;
}

.paragraph {
  margin-bottom: 0;
  padding-left: 0em;
}
@media only screen and (min-width: 48em) {
  .paragraph {
    padding-left: 1em;
  }
}
.paragraph div {
  font-weight: 300;
  line-height: 1.75em;
  margin: 0;
  text-shadow: none;
  font-size: 1em;
}

.content ul li, .book_content ul li, #topic-0 ul li {
  background: url(../img/ul-bullet-gold.png) 0px 0.6em no-repeat;
  padding-left: 1em;
  font-weight: 300;
  margin: .75em;
  line-height: 1.5em;
  text-shadow: none;
}
.content ul ul, .book_content ul ul, #topic-0 ul ul {
  margin-left: 3.5em;
  margin-bottom: .5em;
}
.content ul ul li, .book_content ul ul li, #topic-0 ul ul li {
  list-style: disc;
  background: none;
  margin: 0 0 .25em 0;
  padding-left: 0em;
}
.content ul ul li ul li, .book_content ul ul li ul li, #topic-0 ul ul li ul li {
  list-style: square;
}

.book_content .row {
  font-weight: 300;
  line-height: 1.625em;
  margin: 0;
  text-shadow: 0px 1px 0px white;
  font-size: 1em;
}

.book_content {
  font-size: 17px;
}
.book_content h3 {
  font-size: 1.25em;
}
.book_content h4 {
  margin-top: 1em;
  font-size: 1.25em;
  margin-bottom: .25em;
}
.book_content ul li {
  background: url(../img/ul-bullet-gold.png) 0px 0.6em no-repeat;
  padding-left: 1em;
  font-weight: 300;
  margin: .75em;
  line-height: 1.5em;
  text-shadow: none;
}

.book_content ul li.bill-item {
  background: none;
  padding-left: 0;
}

.book_content p strong {
  font-weight: 400;
  padding: .5em 0;
}
.book_content section {
  padding: .5em;
}

.content {
  padding: 20px 0;
}

.book_page_title h1 {
  font-size: 1.6em;
  margin-top: .5em;
}
.book_page_title h1 + h2 {
  margin-top: .5em;
}

.jurisdiction {
  margin-top: .5em;
  margin-bottom: .5em;
}

ul.account_updates li {
  margin-bottom: 1.25em;
}
ul.account_updates li p.update_date {
  font-weight: 400;
}
ul.account_updates li p.update_state {
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 700;
  color: #3b4e65;
  margin-bottom: .125em;
}
ul.account_updates li p.update_title {
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 0px;
}
ul.account_updates li p.update_body {
  font-size: .925em;
  line-height: 1.5em;
}

.hor-line {
  border-top: 1px solid #0C304A;
  margin: 1em 0;
}

.bill-update {
  margin-top: 1em;
}

.bill-item p {
  margin-bottom: .125em;
  margin-top: 0em;
}
.bill-item .bill-number a {
  font-size: 1.125em;
  font-weight: 700;
}
.bill-item .bill-title {
  font-size: .925em;
  line-height: 1.25em;
  font-weight: 400;
}

.books .reveal-modal div {
  line-height: 1.5em;
}
.books .reveal-modal .bill-status {
  font-weight: 400;
}

/* Art 23 Sep 2013 */
.bill-item.dead .bill-number a {
  color: #a31;
}

.bill-item.pass .bill-number a {
  color: #583;
}

.bill-item.limbo .bill-number a {
  color: #853;
}

section.state_select ul.f-dropdown li {
  display: block;
}

a.books-btn {
  float: left;
  width: 90%;
  background: #345c79;
  margin: 0;
  padding: .625em 1em;
  color: #fff;
  display: block;
  text-align: center;
}
a:hover.books-btn {
  color: #eee;
}

.books-dropdown-btn {
  float: left;
  width: 10%;
  background: #0c3b5a;
  margin: 0;
  padding: .625em .125em;
  color: #fff;
  display: block;
  text-align: center;
}
:hover.books-dropdown-btn {
  color: #eee;
}

.state_select .books-btn {
  background: #672020;
}

.state_select .books-dropdown-btn {
  background: #511818;
}

.state_select .books-btn-p {
  border: 1px solid #541a1a;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.f-dropdown {
  margin-top: 0em;
}

.books-dropdown {
  position: absolute;
  left: 0;
  top: 0;
}

ul.large-block-grid-2 > li.session-topic {
  width: 100%;
  padding: 0 0.625em 1.25em;
  background: none;
  margin: 0;
}
ul.large-block-grid-2 > li.session-topic#topic-0 {
  display: none;
}
ul.large-block-grid-2 > li.session-topic#topic-1 {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  ul.large-block-grid-2 > li.session-topic {
    width: 50%;
  }
}

.state-worksheets {
  padding-bottom: 2em;
}
.state-worksheets li {
  text-align: center;
}

.worksheet-title {
  margin-top: 2em;
  margin-bottom: .5em;
}

.municipality-worksheets p {
  margin-bottom: 0;
}

.federal-worksheets p {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  section.state_select ul {
    list-style: none;
    margin: 0;
  }
  section.state_select ul li {
    display: inline;
    padding: .25em;
  }

  ul.side-nav {
    list-style: none;
  }
  ul.side-nav li {
    font-size: 1em;
    text-align: right;
  }

  .book_content h1 {
    padding-left: .25em;
  }
}
ul.side-nav {
  list-style: none;
}
ul.side-nav li {
  background: none;
  list-style: none;
}
ul.side-nav li a {
  color: #2e425d;
  line-height: 1.125em;
  margin-bottom: .75em;
}

/* Art's hacks */
td.header-row {
  font-weight: bold;
  font-size: 16px;
}

.to-top {
  font-size: .875em;
  float: right;
  text-align: right;
}
.to-top a {
  padding-left: 20px;
  background: url(../img/back-top.png) 0 -2px no-repeat;
}

/* The Grid ---------------------- */
.lt-ie9 .row {
  width: 940px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}

.lt-ie9 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}

.lt-ie9 .row.large-collapse .column,
.lt-ie9 .row.large-collapse .columns {
  padding: 0;
}

.lt-ie9 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}

.lt-ie9 .row .row.large-collapse {
  margin: 0;
}

.lt-ie9 .column, .lt-ie9 .columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}

.lt-ie9 .column.large-centered, .columns.large-centered {
  float: none;
  margin: 0 auto;
}

.lt-ie9 class* + class* :last-child {
  float: right;
}

.lt-ie9 class* + class* .end {
  float: left;
}

.lt-ie9 .large-1,
.lt-ie9 .row .large-1 {
  width: 8.33333%;
}

.lt-ie9 .large-2,
.lt-ie9 .row .large-2 {
  width: 16.66667%;
}

.lt-ie9 .large-3,
.lt-ie9 .row .large-3 {
  width: 25%;
  }

.lt-ie9 .large-4,
.lt-ie9 .row .large-4 {
  width: 33.33333%;
}

.lt-ie9 .large-5,
.lt-ie9 .row .large-5 {
  width: 41.66667%;
}

.lt-ie9 .large-6,
.lt-ie9 .row .large-6 {
  width: 50%;
}

.lt-ie9 .large-7,
.lt-ie9 .row .large-7 {
  width: 58.33333%;
}

.lt-ie9 .large-8,
.lt-ie9 .row .large-8 {
  width: 66.66667%;
}

.lt-ie9 .large-9,
.lt-ie9 .row .large-9 {
  width: 75%;
}

.lt-ie9 .large-10,
.lt-ie9 .row .large-10 {
  width: 83.33333%;
}

.lt-ie9 .large-11,
.lt-ie9 .row .large-11 {
  width: 91.66667%;
}

.lt-ie9 .large-12,
.lt-ie9 .row .large-12 {
  width: 100%;
}

.lt-ie9 .row .large-offset-1 {
  margin-left: 8.33333%;
}

.lt-ie9 .row .large-offset-2 {
  margin-left: 16.66667%;
}

.lt-ie9 .row .large-offset-3 {
  margin-left: 25%;
}

.lt-ie9 .row .large-offset-4 {
  margin-left: 33.33333%;
}

.lt-ie9 .row .large-offset-5 {
  margin-left: 41.66667%;
}

.lt-ie9 .row .large-offset-6 {
  margin-left: 50%;
}

.lt-ie9 .row .large-offset-7 {
  margin-left: 58.33333%;
}

.lt-ie9 .row .large-offset-8 {
  margin-left: 66.66667%;
}

.lt-ie9 .row .large-offset-9 {
  margin-left: 75%;
}

.lt-ie9 .row .large-offset-10 {
  margin-left: 83.33333%;
}

.lt-ie9 .pull-2 {
  right: 16.66667%;
}

.lt-ie9 .pull-3 {
  right: 25%;
}

.lt-ie9 .pull-4 {
  right: 33.33333%;
}

.lt-ie9 .pull-5 {
  right: 41.66667%;
}

.lt-ie9 .pull-6 {
  right: 50%;
}

.lt-ie9 .pull-7 {
  right: 58.33333%;
}

.lt-ie9 .pull-8 {
  right: 66.66667%;
}

.lt-ie9 .pull-9 {
  right: 75%;
}

.lt-ie9 .pull-10 {
  right: 83.33333%;
}

.lt-ie9 .push-2 {
  left: 16.66667%;
}

.lt-ie9 .push-3 {
  left: 25%;
}

.lt-ie9 .push-4 {
  left: 33.33333%;
}

.lt-ie9 .push-5 {
  left: 41.66667%;
}

.lt-ie9 .push-6 {
  left: 50%;
}

.lt-ie9 .push-7 {
  left: 58.33333%;
}

.lt-ie9 .push-8 {
  left: 66.66667%;
}

.lt-ie9 .push-9 {
  left: 75%;
}

.lt-ie9 .push-10 {
  left: 83.33333%;
}

/* Nicolas Gallagher's micro clearfix */
.lt-ie9 .row {
  *zoom: 1;
}

.lt-ie9 :before.row, :after.row {
  content: " ";
  display: table;
}

.lt-ie9 :after.row {
  clear: both;
}

@media print {
  body, html {
    background: #FFF;
    font: 12pt Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 155%;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }

  a:link, a:visited {
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
    color: #000;
  }

  h1, h2, h3, h4, h5 {
    font-family: Georgia, "Times New Roman", Times, serif;
  }

  h1 {
    font-size: 1.8em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.2em;
  }

  h5 {
    font-size: 1.1em;
  }

  img {
    float: left;
    border: 0;
    margin: 3px 12px 8px 0;
  }

  .paragraph {
    font-size: 12px;
  }

  #nav, #searchform, #branding, #commentform, #footer, #sidebar {
    display: none;
  }

  hr {
    background: #000;
    color: #000;
    width: 100%;
    height: 1px;
    margin: 15px 0;
    border: none;
  }

  blockquote {
    margin: 1.5em 0;
    padding: 1em;
    border: 1px solid #ccc;
    font-style: italic;
    font-size: 0.9em;
  }

  .book_content ul {
    margin-left: 20px;
    list-style: disc;
  }
  .book_content ul li {
    padding-left: 0;
  }
  .book_content ul ul {
    list-style: circle;
  }
  .book_content ul ul ul {
    list-style: square;
  }

  .books section.state_select, .books .header, .side-nav, footer {
    display: none;
  }
}


/* GB STYLES */
.country_toggle {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
@media only screen and (min-width: 450px) {
	.country_toggle {
		display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	}
}