@import url(../resources/DesignPortfolio/televox/CommonLib/fonts/angieBlogger/angieBloggerFontFinal.css);
@import url('//fonts.googleapis.com/css?family=Raleway:400,400i,600|Source+Sans+Pro:400,400i,600');
.offScreen {
  position: fixed;
  left: -10000px;
  top: -10000px; }

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-weight: normal;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

html {
  font-size: 62.5%; }

body {
  background: #fff; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

u {
  text-decoration: underline; }

sup {
  vertical-align: super;
  font-size: 75%; }

sub {
  vertical-align: sub;
  font-size: 75%; }

body {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #4d4f52; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:last-child {
  margin-bottom: 0 !important; }

div.container {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1160px; }

div.iapps-container {
  margin: 0 0 20px 0; }

div.left-column-container {
  margin: 0 0 20px 0; }

div.left-column-container > div.left {
  display: none; }

div.right-column-container {
  margin: 0 0 20px 0; }

div.right-column-container > div {
  margin: 0 0 20px 0; }

div.one-column-container {
  max-width: 900px; }

div.two-columns {
  margin: 0 0 20px 0; }

div.two-columns > div {
  margin: 0 0 20px 0; }

.hidden {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: inherit; }

h1 {
  margin: 0 0 10px 0;
  font-family: "Raleway";
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  color: #21416a; }

h2 {
  margin: 0 0 10px 0;
  font-family: "Raleway";
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  color: #21416a; }

h3 {
  margin: 0 0 10px 0;
  font-family: "Raleway";
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  color: #21416a; }

h4 {
  margin: 0 0 5px 0;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  color: #21416a; }

h5 {
  margin: 0 0 5px 0;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #21416a; }

h6 {
  margin: 0 0 5px 0;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #21416a; }

a {
  font-family: "Source Sans Pro";
  font-weight: bold;
  color: #80ab49;
  text-decoration: none; }

a:hover {
  color: #21416a; }

img {
  margin: 0 0 10px 0;
  max-width: 100%; }

img.border {
  border: solid 1px #e2e4e8;
  border-radius: 6px; }

img.left {
  float: left;
  margin-right: 10px;
  max-width: 35%; }

img.right {
  float: right;
  margin-left: 10px;
  max-width: 35%; }

p {
  margin-bottom: 20px; }

blockquote {
  margin: 0 0 20px 0;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-size: 2rem;
  font-style: italic; }

blockquote > p:last-of-type {
  margin-bottom: 5px; }

blockquote footer {
  text-align: right; }

ul, ol {
  margin: 0 0 20px 40px;
  padding: 0; }

ul {
  list-style: disc; }

ul.content-list {
  list-style: none;
  margin: 0 0 20px 0; }

ul.content-list > li {
  margin: 0;
  border-bottom: solid 1px #e2e4e8;
  padding: 20px 0; }

ul.content-list > li:first-child {
  padding-top: 0; }

ul.content-list > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0; }

ul.content-list p.info, ul.content-list p.categories {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem; }

li {
  margin: 0;
  padding: 0; }

article {
  margin: 0 0 20px 0; }

article > header {
  margin: 0 0 20px 0;
  font-size: 14px;
  font-size: 1.4rem; }

article > header p.info, article > header p.category {
  margin-bottom: 5px; }

iframe {
  margin: 0 0 20px 0;
  border: 0;
  width: 100%;
  height: 600px;
  background: transparent;
  overflow: scroll; }

div.add-comment p.approval-notice {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center; }

a.specialButton {
  display: inline-block;
  outline: 0;
  margin: 0;
  border: none;
  border-radius: 3px;
  padding: 10px 20px;
  height: 39px;
  background: #80ab49;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer; }

a.specialButton:hover {
  text-decoration: none;
  background: #21416a; }

div.form-container.poll-results p.total {
  font-style: italic;
  text-align: right;
  text-decoration: none; }

nav.social-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1; }

nav.social-navigation ul a {
  line-height: 1; }

nav.social-navigation li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0; }

nav.social-navigation li:last-child {
  margin-right: 0; }

a.previous, a.next, a.more {
  white-space: nowrap; }

a.previous:before {
  display: inline-block;
  margin-right: 5px;
  content: " \00ab"; }

a.next:after, a.more:after {
  display: inline-block;
  margin-left: 5px;
  content: " \00bb"; }

div.overview {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25; }

div.photo {
  margin: 0 0 20px 0;
  border: solid 1px #e2e4e8;
  background: #fff; }

div.photo img {
  display: block;
  margin: 0;
  width: 100%; }

div.photo div.info {
  padding: 10px; }

ul.tabs {
  list-style: none;
  margin: 0;
  border-bottom: solid 3px #21416a;
  padding: 0; }

ul.tabs li {
  display: table;
  float: left;
  margin: 0 5px 0 0;
  padding: 0; }

ul.tabs li.selected a {
  background: #21416a;
  cursor: default; }

ul.tabs li:last-child {
  margin-right: 0; }

ul.tabs a {
  display: table-cell;
  padding: 10px;
  max-width: 120px;
  min-width: 70px;
  height: 50px;
  background: #7e9bbd;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  vertical-align: middle; }

ul.tabs a:hover {
  background: #21416a; }

div.tabbed-content {
  margin: 0 0 20px 0; }

div.tabbed-content ul.tabs {
  display: none;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase; }

div.tabbed-content > section {
  margin: 0 0 20px 0; }

div.tabbed-content > section > header h2 {
  margin: 0;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase; }

div.tabbed-content > section > header a {
  display: block;
  padding: 10px 40px 10px 10px;
  background: #7e9bbd;
  color: #fff; }

div.tabbed-content > section > header a:after {
  content: "\e80f";
  display: block;
  float: right;
  margin: -6px -30px 0 0;
  font-family: "fontello";
  font-size: 21px;
  font-size: 2.1rem; }

div.tabbed-content > section > header a:hover {
  background: #21416a;
  color: #fff; }

div.tabbed-content > section > div.content {
  display: none;
  border: solid 1px #e2e4e8;
  border-top: none;
  padding: 10px;
  background: #fff; }

div.tabbed-content > section.selected > header a {
  background: #21416a; }

div.tabbed-content > section.selected > header a:after {
  content: "\e811"; }

div.tabbed-content > section.selected > div.content {
  display: block; }

div.video-player {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 56.25% 0;
  height: 0; }

div.video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto; }

div.map {
  margin: 0 0 20px 0;
  border: solid 1px #e2e4e8;
  min-height: 150px; }

div.map img {
  max-width: none; }

div.locations div.map {
  height: 300px; }

div.data-pager {
  margin: 0 0 20px 0;
  border-top: solid 1px #e2e4e8;
  padding: 10px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem; }

div.data-pager > div {
  margin: 0 0 10px 0; }

div.data-pager a {
  display: inline; }

aside {
  padding: 10px 0; }

aside a.more {
  display: block; }

aside.callout {
  border-bottom: solid 3px #7e9bbd; }

aside.promo img {
  display: block;
  margin: 0 auto; }

aside.featured-blog-posts ul {
  list-style: none;
  margin: 0;
  padding: 0; }

aside.featured-blog-posts ul li {
  margin: 0 0 20px 0;
  padding: 0; }

aside.featured-blog-posts h6 {
  margin-bottom: 0;
  font-family: "Source Sans Pro";
  font-weight: bold; }

aside.blog-categories ul {
  list-style: none;
  margin: 0;
  padding: 0; }

aside.blog-categories ul li {
  margin: 0;
  padding: 0; }

aside.blog-categories ul li.selected a {
  color: #21416a; }

#header {
  padding: 10px 55px 10px 0;
  font-size: 14px;
  font-size: 1.4rem; }

#header div.container {
  position: relative; }

#header nav.social-navigation {
  display: none;
  font-size: 25px;
  font-size: 2.5rem; }

#header ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#header ul li {
  margin: 0;
  padding: 0; }

#header a {
  /*font-family: "Source Sans Pro";*/
  font-weight: normal;
  color: #fff; }

#header a:hover {
  color: #fff;
  text-decoration: none; }

#header a.menu {
  display: block;
  float: right;
  margin: -10px -65px 0 0;
  padding: 14px 10px;
  height: 70px;
  font-family: "fontello";
  font-size: 45px;
  font-size: 4.5rem;
  color: #80ab49;
  line-height: 1; }

#header a.menu:before {
  content: "\e800"; }

#header a.menu.expanded {
  background: #4f6683;
  color: #fff; }

#header a.menu span {
  display: none; }

#logo {
  float: left;
  width: 100%; }

#logo img {
  display: block;
  margin: 0;
  max-height: 200px; }

#utility-navigation, #primary-navigation {
  display: none; }

#mobile-navigation {
  display: none;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 5;
  border: solid 3px #4f6683;
  width: 100%;
  max-width: 320px;
  font-size: 16px;
  font-size: 1.6rem; }

#mobile-navigation.expanded {
  display: block; }

#mobile-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#mobile-navigation ul li {
  margin: 0;
  padding: 0; }

#mobile-navigation a {
  display: block;
  padding: 5px 10px;
  color: #fff !important; }

#mobile-navigation ul.primary-navigation {
  border-bottom: solid 1px #4f6683;
  background: #4f6683;
  font-size: 16px;
  font-size: 1.6rem; }

#mobile-navigation ul.primary-navigation > li {
  position: relative;
  padding-right: 50px; }

#mobile-navigation ul.primary-navigation > li.expanded > a {
  background: #21416a; }

#mobile-navigation ul.primary-navigation > li.expanded > a.toggle:after {
  content: "\e80b"; }

#mobile-navigation ul.primary-navigation > li.expanded > ul {
  display: block; }

#mobile-navigation ul.primary-navigation > li > a:hover {
  background: #21416a; }

#mobile-navigation ul.primary-navigation a.toggle {
  display: block;
  float: right;
  margin-right: -50px;
  padding: 8px 0;
  width: 50px;
  height: 34px;
  text-align: center;
  line-height: 100%; }

#mobile-navigation ul.primary-navigation a.toggle:after {
  content: "\e80a";
  font-family: "fontello";
  font-size: 20px;
  font-size: 2rem; }

#mobile-navigation ul.primary-navigation a.toggle span {
  display: none; }

#mobile-navigation ul.primary-navigation ul {
  display: none;
  background: #7e9bbd; }

#mobile-navigation ul.primary-navigation ul li.hasSelected > ul, #mobile-navigation ul.primary-navigation ul li.expanded > ul {
  display: block; }

#mobile-navigation ul.primary-navigation ul a {
  padding: 5px 20px; }

#mobile-navigation ul.primary-navigation ul a:hover {
  background: #4f6683; }

#mobile-navigation ul.primary-navigation ul ul {
  margin-left: 25px; }

#mobile-navigation ul.PublishedLinkMenu {
  padding: 10px 0;
  background: #7e9bbd;
  font-weight: bold;
  color: #fff;
  text-align: center; }

ul.PublishedLinkMenu:after {
  content: '';
  display: block;
  clear: both; }

#mobile-navigation ul.PublishedLinkMenu a:hover {
  background: #4f6683; }

.admin_menu, a.admin_menu, a.admin_menu:link, a.admin_menu:visited, a.admin_menu:active {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
  text-decoration: none; }

#utility-navigation a span, #utility-navigation span, #utility-navigation span.phone span {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle; }

#mobile-navigation nav.social-navigation {
  background: #7e9bbd;
  padding: 10px 0;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1; }

#mobile-navigation nav.social-navigation ul {
  display: inline-block; }

#mobile-navigation nav.social-navigation a {
  padding: 0; }

#mobile-navigation nav.social-navigation a:hover {
  color: #21416a !important; }

#footer {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase; }

#footer h6 {
  margin: 0 0 20px 0;
  font-family: "Raleway";
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  color: #80ab49;
  text-transform: none; }

#footer a {
  font-weight: normal;
  color: #fff; }

#footer a:hover {
  text-decoration: none;
  color: #80ab49; }

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#footer ul li {
  margin: 0 0 10px 0;
  padding: 0; }

#footer-top {
  padding: 20px 0;
  background: #4f6683; }

#footer-top nav.social-navigation {
  margin: 0 0 20px 0; }

#footer-top nav.social-navigation a {
  font-size: 30px;
  font-size: 3rem;
  margin-right: 10px; }

#footer-navigation, #newsletter-signup {
  margin: 0 0 20px 0;
  max-width: 480px; }

#footer-navigation ul.footer-navigation {
  margin: 0 -10px;
  line-height: 1.25; }

#footer-navigation ul.footer-navigation li {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 20px; }

#footer-navigation ul.footer-navigation li:nth-child(odd) {
  clear: left; }

#footer-navigation ul.footer-navigation li:nth-child(even) {
  clear: right; }

#newsletter-signup div.form {
  padding: 0 95px 0 0; }

#newsletter-signup div.form input[type="text"] {
  float: left;
  width: 100%;
  border: none; }

#newsletter-signup div.form input[type="submit"] {
  float: right;
  margin: 0 -95px 0 0;
  width: 90px; }

#footer-bottom {
  padding: 20px 0;
  background: #21416a;
  font-size: 12px;
  font-size: 1.2rem; }

#footer-bottom p {
  margin: 0; }

#banner {
  display: none; }

#sharing {
  padding: 20px 0 0 0;
  text-align: right; }

#sharing div.addthis_toolbox {
  display: inline-block;
  vertical-align: middle; }

#sharing div.addthis_toolbox * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

#content {
  margin: 20px 0;
  min-height: 400px; }

#banner {
  display: block;
  background-color: #7e9bbd; }

#banner div.slider {
  margin: 0 !important; }

#banner div.background {
  height: 185px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

#banner div.info {
  padding: 10px 0; }

#banner div.info h2 {
  margin-bottom: 5px;
  color: #fff; }

#banner div.info a {
  font-family: "Source Sans Pro";
  font-weight: normal;
  color: #fff; }

#banner ol.selector {
  position: absolute;
  z-index: 101;
  margin: 0;
  left: 0;
  right: 0;
  text-align: center; }

#banner ol.selector li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0; }

#banner ol.selector li:last-child {
  margin-right: 0; }

#banner ol.selector li.selected a {
  color: #21416a;
  opacity: 1; }

#banner ol.selector a {
  font-size: 22px;
  font-size: 2.2rem;
  color: #7e9bbd;
  line-height: 1;
  opacity: 0.7; }

#banner ol.selector a:before {
  content: "\e80c";
  font-family: "fontello"; }

#banner ol.selector a span {
  display: none; }

ul.buttons {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.buttons li {
  margin: 0 0 10px 0;
  padding: 0; }

ul.buttons a {
  display: block;
  height: auto;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
  text-transform: none;
  white-space: normal; }

ul.buttons a img {
  margin: 0 5px 0 0;
  max-width: 25px;
  max-height: 25px;
  vertical-align: middle; }

ul.buttons a span {
  vertical-align: middle; }

#features {
  padding: 0 0 20px 0; }

#features div.feature {
  margin: 0 0 20px 0; }

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem; }

  div.container {
    padding: 0 10px; }

  div.right-column-container {
    padding-right: 285px; }

  div.right-column-container > div {
    margin: 0; }

  div.right-column-container > div.left {
    float: left;
    width: 100%; }

  div.right-column-container > div.right {
    float: right;
    margin-right: -285px;
    width: 265px; }

  div.two-columns {
    margin: 0 0 20px 0; }

  div.two-columns > div {
    margin: 0;
    width: 50%; }

  div.two-columns > div.left {
    float: left;
    padding-right: 5px; }

  div.two-columns > div.right {
    float: right;
    padding-left: 5px; }

  div.two-columns > div.right > div {
    margin-bottom: 15px; }

  div.overview {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem; }

  div.photo div.info {
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem; }

  div.data-pager > div.left {
    float: left; }

  div.data-pager > div.right {
    float: right; }

  #header {
    position: relative;
    z-index: 2;
    border-bottom: solid 3px #21416a;
    padding: 15px 0;
    min-height: 103px;
    background: #7e9bbd;
    text-transform: uppercase; }

  #header div.container {
    z-index: 1; }

  #header a.menu {
    position: absolute;
    top: 0;
    right: 20px;
    margin: 0;
    height: 85px;
    color: #fff; }

  #header a.menu.expanded {
    background: #21416a; }

  #logo {
    display: table;
    position: relative;
    top: -15px;
    float: none;
    -moz-box-shadow: 0 0 10px 0 rgba(130, 130, 130, 0.75);
    -webkit-box-shadow: 0 0 10px 0 rgba(130, 130, 130, 0.75);
    box-shadow: 0 0 10px 0 rgba(130, 130, 130, 0.75);
    margin: 0 auto -40px auto;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    min-height: 113px;
    width: 250px;
    background: #fff; }

  #logo a {
    display: table-cell;
    vertical-align: middle; }

  #logo img {
    margin: 0 auto;
    max-height: 500px; }

  #mobile-navigation {
    top: 100px;
    right: 20px;
    border-color: #21416a; }

  #footer-top nav.social-navigation {
    clear: both; }

  #footer-navigation {
    float: left;
    width: 50%;
    padding-right: 20px; }

  #footer-navigation ul.footer-navigation {
    margin: 0 -20px; }

  #newsletter-signup {
    float: right;
    width: 50%;
    padding-left: 20px; }

  #footer-bottom {
    text-align: right; }

  #banner {
    display: block;
    border-bottom: solid 3px #21416a; }

  #banner img {
    display: block;
    margin: 0 auto; }

  #content {
    border-top: solid 1px #e2e4e8;
    border-bottom: solid 1px #e2e4e8;
    padding: 20px 0;
    background: #fbfaff;
    margin-top: 0; }

  #banner {
    position: relative;
    background: #fbfaff;
    overflow: hidden;
    z-index: 1; }

  #banner div.background {
    height: 225px; }

  #banner div.info {
    position: absolute;
    top: 10px;
    max-width: 50%;
    font-size: 20px;
    font-size: 2rem; }

  #banner div.info h2 {
    font-size: 36px;
    font-size: 3.6rem;
    color: #80ab49; }

  #banner div.info a {
    color: #21416a; }

  #banner div.info a:hover {
    color: #80ab49; }

  #features div.features {
    margin: 0 -10px; }

  #features div.features > div.feature, #features div.features > div.iapps-container {
    float: left;
    padding: 0 10px;
    width: 50%; }

  #features div.features > div.feature:nth-child(odd), #features div.features > div.iapps-container:nth-child(odd) {
    clear: left; }

  #features div.features > div.feature:nth-child(even), #features div.features > div.iapps-container:nth-child(even) {
    clear: right; }
 }

@media screen and (min-width: 990px) {
  div.left-column-container {
    padding-left: 180px; }

  div.left-column-container > div {
    margin: 0; }

  div.left-column-container > div.left {
    display: block;
    float: left;
    margin-left: -180px;
    width: 160px; }

  div.left-column-container > div.right {
    float: right;
    width: 100%; }

  div.two-columns > div.left {
    padding-right: 10px; }

  div.two-columns > div.right {
    padding-left: 10px; }

  ol, ul {
    margin-bottom: 20px; }

  div.add-comment {
    padding: 20px; }

  div.popup {
    padding: 20px; }

  #section-navigation ul.section-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }

  #section-navigation ul.section-navigation li {
    margin: 0 0 15px 0;
    padding: 0; }

  .currentpage a.navLink {
    color: #21416a; }

  a.navLink {
    display: block;
    padding: 10px;
    font-family: "Raleway";
    font-size: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #80ab49;
    font-weight: bold; }

  a.navLink:hover {
    color: #21416a;
    text-decoration: none; }

  #section-navigation ul.section-navigation li.selected a {
    color: #21416a; }

  #section-navigation ul.section-navigation li ul {
    list-style: none; }

  div.photo {
    position: relative; }

  div.photo div.info {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 20px;
    max-width: 60%;
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
    zoom: 1; }

  div.tabbed-content ul.tabs {
    display: block; }

  div.tabbed-content > section {
    display: none; }

  div.tabbed-content > section.selected {
    display: block; }

  div.tabbed-content > section > header {
    display: none; }

  div.tabbed-content > section > div.content {
    padding: 20px; }

  aside {
    padding: 20px 0; }

  #header {
    padding: 15px 0; }

  #header > div.container {
    z-index: 6; }

  #header nav.social-navigation {
    display: block;
    position: absolute;
    top: 5px;
    right: 20px;
    width: 330px; }

  #header nav.social-navigation ul {
    margin: 0 -10px; }

  #header nav.social-navigation ul li {
    float: left; }

  #header nav.social-navigation ul a {
    display: block;
    margin-right: 30px;
    text-align: right;
    color: #7e9bbd;
    background: #256ED8;
    border-radius: 50%;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    vertical-align: 0.1em;
    height: 25px;
    width: 25px;
    display: inline-block;
    line-height: 1.4;
    text-align: center;
    margin: 0 10px 10px 10px; }

  #header nav.social-navigation ul a span {
    display: none; }

  #header nav.social-navigation ul a:after {
    float: right;
    margin: 0 -30px 0 0; }

  #header nav.social-navigation ul a:hover {
    background: #21416a;
    text-decoration: none; }

  #header a.menu {
    display: none; }

  #utility-navigation {
    display: block;
    position: absolute;
    top: 5px;
    left: 20px;
    width: 330px;
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff; }

  #utility-navigation ul.PublishedLinkMenu {
    margin: 0 -10px; }

  #utility-navigation ul.PublishedLinkMenu li {
    position: relative;
    float: left;
    margin: 0 0 10px 0;
    width: 50%;
    padding: 0 10px; }

  #utility-navigation ul.PublishedLinkMenu li:nth-child(odd) {
    clear: left; }

  #utility-navigation ul.PublishedLinkMenu li:nth-child(even) {
    clear: right; }

  #utility-navigation a, #utility-navigation span.phone {
    display: block;
    padding: 0 0 0 0px;
    line-height: 1; }

  #utility-navigation a:hover {
    color: #21416a; }

  #primary-navigation {
    position: relative;
    z-index: 5;
    display: block;
    border-bottom: solid 3px #21416a;
    background: #4f6683;
    line-height: 1;
    text-align: center; }

  #primary-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }

  #primary-navigation ul li {
    margin: 0;
    padding: 0; }

  #primary-navigation ul.primary-navigation {
    display: inline-block;
    margin: 0 -20px; }

  #primary-navigation ul.primary-navigation > li {
    float: left;
    position: relative;
    z-index: 5; }

  #primary-navigation ul.primary-navigation > li > a {
    padding: 15px;
    font-size: 20px;
    font-size: 2rem; }

  #primary-navigation ul.primary-navigation > li ul li {
    position: relative; }

  #primary-navigation ul.primary-navigation > li ul li:hover > ul {
    position: absolute;
    display: block;
    left: 100%;
    top: 0; }

  #primary-navigation ul.primary-navigation > li:hover > a {
    background: #21416a; }

  #primary-navigation ul.primary-navigation > li:hover > ul {
    display: block; }

  #primary-navigation ul.primary-navigation > li:hover:last-child > ul {
    left: auto;
    right: 0; }

  #primary-navigation ul.primary-navigation ul {
    display: none;
    position: absolute;
    left: 0;
    width: 200px;
    padding: 3px;
    background: #21416a;
    text-align: left;
    line-height: 1.25; }

  #primary-navigation ul.primary-navigation ul a {
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal; }

  #primary-navigation ul.primary-navigation ul a:hover {
    background: #4f6683; }

  #primary-navigation ul.primary-navigation a {
    display: block;
    padding: 10px 15px;
    font-family: "Raleway";
    font-weight: normal;
    color: #fff; }

  #mobile-navigation {
    display: none !important; }

  #footer-top div.container {
    padding: 0; }

  #footer-top nav.social-navigation {
    float: left;
    width: 30%;
    padding: 0 20px;
    clear: none; }

  #footer-navigation {
    float: left;
    width: 40%;
    padding: 0 20px; }

  #newsletter-signup {
    float: left;
    width: 30%;
    padding: 0 20px; }

  #banner div.info {
    top: 20px;
    max-width: 50%; }

  #banner div.info h2 {
    color: #80ab49; }

  #banner div.info a {
    color: #21416a; }

  #banner div.info a:hover {
    color: #80ab49; }

  #primary-navigation {
    position: relative;
    top: 0 !important;
    z-index: 4; }

  #content {
    font-size: 18px;
    font-size: 1.8rem; }

  ul.buttons {
    margin: 0 -5px; }

  ul.buttons li {
    float: left;
    width: 33.3333%;
    padding: 0 5px; }

  ul.buttons a {
    height: 61px;
    overflow: hidden;
    font-size: 18px;
    font-size: 1.8rem; }

  ul.buttons a img {
    max-width: 20px;
    max-height: 20px; }

  #features div.features > div.feature, #features div.features > div.iapps-container {
    margin-bottom: 0;
    width: 33.3333%;
    clear: none !important; }
 }

@media screen and (min-width: 1160px) {
  div.left-column-container {
    padding-left: 240px; }

  div.left-column-container > div.left {
    margin-left: -240px;
    width: 200px; }

  div.right-column-container {
    padding-right: 305px; }

  div.right-column-container > div.right {
    margin-right: -305px; }

  div.two-columns > div.left {
    padding-right: 12.5px; }

  div.two-columns > div.right {
    padding-left: 12.5px; }

  #section-navigation ul.section-navigation {
    font-size: 20px;
    font-size: 2rem; }

  div.add-comment {
    padding: 25px; }

  div.popup {
    padding: 25px; }

  div.photo div.info {
    right: 25px;
    bottom: 25px;
    padding: 25px; }

  div.slide-show div.selected-photo {
    padding: 25px 70px; }

  div.slide-show div.selected-photo div.caption {
    left: 70px;
    right: 70px;
    bottom: 25px;
    padding: 15px; }

  div.slide-show a.play-slide-show {
    right: 20px;
    margin: 0; }

  div.photo-gallery div.selected-photo div.photo a.previous {
    left: 25px; }

  div.photo-gallery div.selected-photo div.photo a.next {
    right: 25px; }

  div.photo-gallery div.selected-photo div.caption {
    bottom: 25px;
    left: 25px;
    right: 25px; }

  div.photo-gallery div.thumbnails {
    padding: 12.5px;
    max-width: 710px; }

  div.photo-gallery div.thumbnails section {
    padding: 12.5px; }

  ul.tabs a {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 130px;
    height: 54px; }

  div.tabbed-content > section > div.content {
    padding: 25px; }

  aside {
    padding: 25px 0; }

  #logo {
    width: 350px; }

  #primary-navigation ul.primary-navigation > li > a {
    padding: 15px 30px;
    font-size: 22px;
    font-size: 2.2rem; }

  #primary-navigation ul.primary-navigation ul a {
    font-size: 18px;
    font-size: 1.8rem; }

  #primary-navigation ul.primary-navigation a {
    padding: 10px 20px; }

  #banner div.background {
    height: 310px; }

  #banner div.info {
    top: 25px;
    width: 580px;
    max-width: none;
    font-size: 24px;
    font-size: 2.4rem; }

  #banner div.info h2 {
    font-size: 46px;
    font-size: 4.6rem; }

  ul.buttons {
    margin: 0 -10px; }

  ul.buttons li {
    padding: 0 10px; }

  ul.buttons a {
    padding: 15px 20px;
    height: 77px;
    font-size: 20px;
    font-size: 2rem; }

  ul.buttons a img {
    max-width: 25px;
    max-height: 25px; }
 }

/*-- Side Navigation --*/
.currentpage .navLink {
  padding: 5px !important; }

.navLink {
  margin-bottom: 5px;
  display: block;
  font-weight: bold; }

.RadMenu a.rmLink {
  line-height: 55px; }

/*---- TELERIK COLORS ----*/
/*--TOP LEVEL STYLES--*/
/*--Normal State--*/
.inner-bar a, .telerik_main_menu .rmRootGroup a {
  color: #256ED8; }

.telerik_main_menu .rmRootGroup a span {
  color: #256ED8; }

/*--Over and Focused State ***/
.inner-bar a:hover, .telerik_main_menu .rmRootGroup a:hover, .telerik_main_menu .rmRootGroup a.rmFocused {
  color: #256ED8; }

.telerik_main_menu .rmRootGroup a:hover span, .telerik_main_menu .rmRootGroup a.rmFocused span {
  color: #256ED8; }

/*--TOP LEVEL HOVER BG COLOR AND IMAGES (two images)--*/
.telerik_main_menu .rmRootGroup a:hover, .telerik_main_menu .rmRootGroup a.rmFocused {
  background-color: #21416a; }

/*--END OF TOP LEVEL STYLES--*/
/*--DROPDOWN MENU STYLES--*/
/*--Normal State--*/
.telerik_main_menu .rmGroup a {
  color: #256ED8;
  background: #21416a; }

.telerik_main_menu .rmGroup a span {
  color: #256ED8;
  background: #21416a; }

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup a:hover, .telerik_main_menu .rmGroup a.rmFocused {
  background: #4f6683;
  color: #256ED8; }

.telerik_main_menu .rmGroup a:hover span, .telerik_main_menu .rmGroup a.rmFocused span {
  background: #4f6683;
  color: #256ED8; }

/*--END OF DROPDOWN MENU STYLES--*/
.rmItem:hover {
  background-color: #21416a;
  color: #256ED8; }

.telerik_main_menu .rmRootGroup > li:hover > a span {
  color: #256ED8; }

.rmVertical .rmItem:hover a span, .rmVertical .rmItem:hover a {
  background-color: #4f6683; }

/*--DROPDOWN LV2 MENU STYLES--*/
/*--Normal State--*/
.telerik_main_menu .rmGroup .rmGroup a {
  color: #256ED8;
  background: #222A2B; }

.telerik_main_menu .rmGroup .rmGroup a span {
  color: #256ED8;
  background: #222A2B; }

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup .rmGroup a:hover, .telerik_main_menu .rmGroup .rmGroup a.rmFocused {
  background: #009933;
  color: #256ED8; }

.telerik_main_menu .rmGroup .rmGroup a:hover span, .telerik_main_menu .rmGroup .rmGroup a.rmFocused span {
  background: #009933;
  color: #256ED8; }

/*--SECOND LEVEL BORDER LEFT--*/
.rmLevel2 {
  border-left: 4px solid #cc5200; }

/*--END OF DROPDOWN MENU STYLES--*/
/*---- END TELERIK COLORS ----*/
/*------------------------------- END COLORS -------------------------------*/
.RadMenu a.rmLink {
  line-height: 45px; }

/*** START OF TOP LEVEL MENU STYLES ***/
.telerik_main_menu a, .telerik_main_menu a:hover {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: normal; }

.telerik_main_menu .rmText {
  padding: 12px 20px 12px 20px !important; }

.telerik_main_menu .rmGroup .rmText {
  padding-bottom: 5px !important; }

.RadMenu .rmItem {
  height: auto;
  margin-right: 0px; }

.RadMenu .rmText {
  font-weight: normal;
  font-size: 12pt; }

.RadMenu .rmLink {
  float: left;
  outline: 0 none;
  padding-left: 0px !important; }

.RadMenu .rmHorizontal .rmText {
  padding: 0px 10px 0px 10px !important; }

.RadMenu .rmGroup .rmText {
  margin-left: 0px !important;
  padding: 8px 10px 8px 10px !important;
  margin-bottom: 4px; }

.rmrootGroup .rmHorizontal li.rmItem {
  margin-left: 10px; }

/*** Normal State ***/
.telerik_main_menu .rmRootGroup a {
  text-decoration: none;
  font-size: 18px; }

.telerik_main_menu .rmRootGroup a span {
  text-decoration: none;
  font-size: 2.2rem; }

/*** Over and Focused State ***/
.telerik_main_menu .rmRootGroup a:hover, .telerik_main_menu .rmRootGroup a.rmFocused {
  text-decoration: none;
  background-position: left top, right top;
  background-repeat: no-repeat; }

.telerik_main_menu .rmRootGroup a:hover span, .telerik_main_menu .rmRootGroup a.rmFocused span {
  text-decoration: none; }

/*** END OF TOP LEVEL MENU STYLES ***/
/*** START OF DROPDOWN MENU STYLES ***/
/*** Normal State ***/
.telerik_main_menu .rmGroup a {
  text-decoration: none;
  font-size: 10pt;
  font-weight: normal; }

.telerik_main_menu .rmGroup a span {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  line-height: normal !important;
  text-transform: none; }

.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 18px;
  height: 26px; }

/*** Over and Focused State ***/
.telerik_main_menu .rmGroup a:hover, .telerik_main_menu .rmGroup a.rmFocused {
  text-decoration: none;
  border-bottom: none !important; }

.telerik_main_menu .rmGroup a:hover span, .telerik_main_menu .rmGroup a.rmFocused span {
  text-decoration: none; }

/*** Dropdown border ***/
.RadMenu .rmRootGroup .rmItem ul.rmGroup {
  width: 200px;
  padding: 0px; }

/*** END OF DROPDOWN MENU STYLES ***/
a#ctl00_lnkGateway {
  text-transform: none;
  text-decoration: none; }

.centerMenu {
  vertical-align: top;
  display: inline-block; }

/* ------------ CUSTOM COLORS ------------ */
/* replace:
Primary Color: #185292
Secondary Color: #256ED8
Accent Color 1: #1D55A7 
Accent Color 2: #AD8972 
Accent Color 3: #D6C59C
*/

h1, h2, h3, h4, h5, h6  {color: #185292 !important;}
a {color: #AD8972 !important; text-decoration: none !important}
a:hover {color: #185292 !important}

#header {background: #1D55A7 !important; border-bottom: 3px solid #D6C59C !important}
#header nav.social-navigation ul a {color: #FFFFFF !important}
#header nav.social-navigation ul a:hover {background: #256ED8 !important}

#banner {border-bottom: 3px solid #D6C59C !important}

#content {background: #fcfaf5}

/* callout buttons */
ul.buttons a.specialButton {background: #1D55A7 !important; color: #fff !important}
ul.buttons a.specialButton:hover {background: #256ED8 !important}

/* utility navigation */
#utility-navigation a {color: #fff !important}
#utility-navigation a:hover {color: #D6C59C !important}

/* navigation */
#primary-navigation {background: #256ED8 !important; border-bottom: 3px solid #D6C59C !important}
.telerik_main_menu .rmRootGroup a:hover, .telerik_main_menu .rmRootGroup a.rmFocused {background-color: #D6C59C !important}
.telerik_main_menu .rmRootGroup a:hover span, .telerik_main_menu .rmRootGroup a.rmFocused span {color: #FFFFFF !important}
.telerik_main_menu .rmGroup a:hover span, .telerik_main_menu .rmGroup a.rmFocused span {color: #FFFFFF !important }
.telerik_main_menu .rmGroup a, .telerik_main_menu  a.rmExpanded {background: #D6C59C !important; color: #FFFFFF !important}
.telerik_main_menu .rmGroup a:hover {background: #256ED8 !important;}
.telerik_main_menu .rmGroup a span {background: none !important; color: #FFFFFF !important} 
.telerik_main_menu a.rmExpanded span  {color: #FFFFFF !important}
.telerik_main_menu .rmItem:hover { background: #D6C59C !important; color: #FFFFFF !important; } 
#primary-navigation .RadMenu ul li.rmItem ul li {background: #D6C59C !important}
.telerik_main_menu .rmRootGroup a span {color: #FFFFFF !important}
  
/* feature boxes */
#features h3 {color: #185292 !important}
#features p a.more {color: #AD8972 !important; text-decoration: none !important}
#features p a.more:hover {color: #185292 !important}

/* footer */
#footer-top {background: #256ED8 !important}
#footer-top h6, #footer-top a {color: #FFFFFF !important}
#footer-top a:hover {color: #D6C59C !important}
#footer-bottom {background: #D6C59C !important}
#footer-bottom p, #footer-bottom span {color: #FFFFFF !important}
#footer-bottom a {color: #FFFFFF !important}
#footer-bottom a:hover {color: #fff !important}