/* --------------------------------------------------- */

/* DO NOT EDIT THIS FILE                               */

/* Any customization required to these elements should */

/* be done in /style/custom.css   */

/* --------------------------------------------------- */

/*
-----------HTML Elements---------
*/

* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
p,
ul,
ol,
table {
  margin: 0 0 1.4em 0;
}
ul {
  margin-left: 20px;
  padding-left: 20px;
}
/* Lists require left margin and padding to be same value to look consistent across browsers. */

ol {
  margin-left: 20px;
  padding-left: 20px;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 0.5em 0;
  line-height: normal;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 23px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 13px;
}
/*
-----------Site-wide Tags-----------
*/

.floatLt,
.imgLt {
  float: left;
}
.floatRt,
.imgRt,
.rssIcon {
  float: right;
}
.imgLt,
.imgLtCarousel {
  margin: 0 1.25em 1em 0;
}
.imgRt,
.imgRtCarousel {
  margin: 0 0 1em 1.25em;
}
.imgBelow,
.imgBelowCarousel {
  margin: 0 0 1em 0;
}
/*.alt { display: none; }*/

.clr {
  clear: both;
}
.clrLt {
  clear: left;
}
.clrRt {
  clear: right;
}
/*
-----------Table Layout-----------
*/

table thead th,
table thead td {
  text-align: center;
}
table th,
table tbody th {
  text-align: right;
  vertical-align: top;
}
td {
  vertical-align: top;
}
/*
-----------Page Layout-----------
*/

#pageWrap {
  margin: 0 auto;
  width: 960px;
}
/*
-----------Header-----------
*/

#header {
  position: relative;
}
#header .logo {
  position: absolute;
}
/*
--------Horizontal Navigation--------
*/

.nav {
  zoom: 1;
  /* IE6 Tweak to fix layout problem */
  position: relative;
}
.nav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
}
.nav ul ul {
  background: none;
  padding-left: 0;
}
.nav li {
  margin: 0;
  float: left;
}
.nav li a {
  display: block;
  position: relative;
}
.nav li ul {
  position: absolute;
  left: -999em;
  height: auto;
  margin: 0;
  width: 160px;
}
.nav li li {
  display: inline-block;
  *display: inline;
  height: auto;
  width: 100%;
  zoom: 1;
}
.nav li ul li a {
  zoom: 1;
}
.nav li ul ul {
  margin: -20px 0 0 100%;
  /* This realigns the dropdown with the originating li and offsets the top down slightly for clarity */

}
.nav li:hover ul ul,
.nav li:hover ul ul ul,
.nav li.sfhover ul ul,
.nav li.sfhover ul ul ul {
  left: -999em;
}
.nav li:hover ul,
.nav li li:hover ul,
.nav li li li:hover ul,
.nav li.sfhover ul,
.nav li li.sfhover ul,
.nav li li li.sfhover ul {
  left: auto;
}
.nav li:hover,
.nav li.sfhover {
  /* Fix for IE7 "Sticking" menus */
  position: static;
}
li ul.sf-js-enabled {
  /* Overrides CSS dropdowns when Superfish is enabled. */
  left: auto !important;
}
/*
--------Vertical Navigation--------
*/

.nav .vertical {
  width: 160px;
}
.nav .vertical li {
  position: relative;
  *display: inline;
  *width: 100%;
  float: none;
  zoom: 1;
}
.nav .vertical li ul {
  margin-top: -20px;
  margin-left: 100%;
}
/*
-----------Bread Crumb-----------
*/

.homePage #breadCrumb {
  display: none;
}
#breadCrumb li,
#breadCrumb li a {
  line-height: normal;
}
/*
-----------General Column Formatting-----------
*/

.col {
  float: left;
}
.oneCol .col,
.col .oneCol .col {
  float: none;
}
.twoCol .col,
.col .twoCol .col {
  width: 50%;
  _width: 49.9%;
}
.threeCol .col,
.col .threeCol .col {
  width: 33.3%;
}
.fourCol .col,
.col .fourCol .col {
  width: 25%;
  _width: 24.9%;
}
.col .listing {
  margin: 0 12px;
}
.oneCol .col .listing,
.col .oneCol .col .listing {
  margin: 0;
}
.twoCol .first .listing,
.col .twoCol .first .listing {
  margin: 0 12px 0 0;
}
.twoCol .second .listing,
.col .twoCol .second .listing {
  margin: 0 0 0 12px;
}
.threeCol .first .listing,
.col .threeCol .first .listing {
  margin: 0 16px 0 0;
}
.threeCol .second .listing,
.col .threeCol .second .listing {
  margin: 0 8px;
}
.threeCol .third .listing,
.col .threeCol .third .listing {
  margin: 0 0 0 16px;
}
/*
-----------General Page Formatting-----------
*/

.incSidebarRight #content {
  width: 70%;
  _width: 69.9%;
  float: left;
}
.incSidebarRight #sidebarRight {
  width: 30%;
  _width: 29.9%;
  float: left;
}
/*
----------Footer----------
*/

#footer ul {
  list-style: none;
}
/*
--------Image Carousel--------
*/

.information {
  width: 250px;
  margin-right: 15px;
}
.largePhoto {
  width: 610px;
  text-align: center;
}
#imgCarousel {
  width: 810px;
  float: right;
  overflow: hidden;
}
#imgCarousel ul {
  visibility: hidden;
  width: 10000px;
  list-style-type: none;
}
#imgCarousel ul ul {
  visibility: visible;
  list-style-type: disc;
}
#imgCarousel ul li {
  margin: 0 15px 0 0;
  float: left;
}
#imgCarousel ul li ul li {
  margin: 0;
  float: none;
}
#imgCarousel ul li img.lg,
#imgCarousel ul li h3,
#imgCarousel ul li div {
  display: none;
}
#imgCarousel ul li div h3,
#imgCarousel ul li div div {
  display: block;
}
#imgCarousel ul li img.sm {
  cursor: pointer;
  cursor: hand;
}
#photoImg {
  /*
	float: left;
	margin: 0 20px 20px 0;
*/
  border: 1px solid silver;
  padding: 3px;
}
#photoName {
  border-bottom: 1px solid silver;
}
#imgCarouselToolTip,
#loading {
  position: absolute;
  display: none;
  border: 1px solid #cccccc;
  padding: 0px 5px;
  color: white;
  background: #333333;
  z-index: 999;
}
#loading {
  position: static;
  display: block;
  width: 250px;
  margin: 10px 50px;
  padding: 5px 10px;
  text-align: center;
}
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_200px {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.push_1,
.pull_1,
.push_2,
.pull_2,
.push_3,
.pull_3,
.push_4,
.pull_4,
.push_5,
.pull_5,
.push_6,
.pull_6,
.push_7,
.pull_7,
.push_8,
.pull_8,
.push_9,
.pull_9,
.push_10,
.pull_10,
.push_11,
.pull_11,
.push_12,
.pull_12,
.push_13,
.pull_13,
.push_14,
.pull_14,
.push_15,
.pull_15 {
  position: relative;
}
.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}
.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}
.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}
.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
.container_12 .fullWidth {
  width: 960px;
  margin-left: 0;
  margin-right: 0;
}
/* `Grid >> 200px
----------------------------------------------------------------------------------------------------*/

.grid_200px {
  width: 200px;
  margin-left: 0px;
  margin-right: 0px;
}
/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}
.container_12 .grid_2 {
  width: 140px;
}
.container_12 .grid_4 {
  width: 300px;
}
.container_12 .grid_5 {
  width: 380px;
}
.container_12 .grid_7 {
  width: 540px;
}
.container_12 .grid_8 {
  width: 620px;
}
.container_12 .grid_10 {
  width: 780px;
}
.container_12 .grid_11 {
  width: 860px;
}
/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
  width: 40px;
}
.container_16 .grid_2 {
  width: 100px;
}
.container_16 .grid_3 {
  width: 160px;
}
.container_16 .grid_5 {
  width: 280px;
}
.container_16 .grid_6 {
  width: 340px;
}
.container_16 .grid_7 {
  width: 400px;
}
.container_16 .grid_9 {
  width: 520px;
}
.container_16 .grid_10 {
  width: 580px;
}
.container_16 .grid_11 {
  width: 640px;
}
.container_16 .grid_13 {
  width: 760px;
}
.container_16 .grid_14 {
  width: 820px;
}
.container_16 .grid_15 {
  width: 880px;
}
/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}
.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}
.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}
/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}
.container_12 .prefix_2 {
  padding-left: 160px;
}
.container_12 .prefix_4 {
  padding-left: 320px;
}
.container_12 .prefix_5 {
  padding-left: 400px;
}
.container_12 .prefix_7 {
  padding-left: 560px;
}
.container_12 .prefix_8 {
  padding-left: 640px;
}
.container_12 .prefix_10 {
  padding-left: 800px;
}
.container_12 .prefix_11 {
  padding-left: 880px;
}
/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-left: 60px;
}
.container_16 .prefix_2 {
  padding-left: 120px;
}
.container_16 .prefix_3 {
  padding-left: 180px;
}
.container_16 .prefix_5 {
  padding-left: 300px;
}
.container_16 .prefix_6 {
  padding-left: 360px;
}
.container_16 .prefix_7 {
  padding-left: 420px;
}
.container_16 .prefix_9 {
  padding-left: 540px;
}
.container_16 .prefix_10 {
  padding-left: 600px;
}
.container_16 .prefix_11 {
  padding-left: 660px;
}
.container_16 .prefix_13 {
  padding-left: 780px;
}
.container_16 .prefix_14 {
  padding-left: 840px;
}
.container_16 .prefix_15 {
  padding-left: 900px;
}
/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}
.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}
.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}
/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}
.container_12 .suffix_2 {
  padding-right: 160px;
}
.container_12 .suffix_4 {
  padding-right: 320px;
}
.container_12 .suffix_5 {
  padding-right: 400px;
}
.container_12 .suffix_7 {
  padding-right: 560px;
}
.container_12 .suffix_8 {
  padding-right: 640px;
}
.container_12 .suffix_10 {
  padding-right: 800px;
}
.container_12 .suffix_11 {
  padding-right: 880px;
}
/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
  padding-right: 60px;
}
.container_16 .suffix_2 {
  padding-right: 120px;
}
.container_16 .suffix_3 {
  padding-right: 180px;
}
.container_16 .suffix_5 {
  padding-right: 300px;
}
.container_16 .suffix_6 {
  padding-right: 360px;
}
.container_16 .suffix_7 {
  padding-right: 420px;
}
.container_16 .suffix_9 {
  padding-right: 540px;
}
.container_16 .suffix_10 {
  padding-right: 600px;
}
.container_16 .suffix_11 {
  padding-right: 660px;
}
.container_16 .suffix_13 {
  padding-right: 780px;
}
.container_16 .suffix_14 {
  padding-right: 840px;
}
.container_16 .suffix_15 {
  padding-right: 900px;
}
/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}
.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}
.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}
/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}
.container_12 .push_2 {
  left: 160px;
}
.container_12 .push_4 {
  left: 320px;
}
.container_12 .push_5 {
  left: 400px;
}
.container_12 .push_7 {
  left: 560px;
}
.container_12 .push_8 {
  left: 640px;
}
.container_12 .push_10 {
  left: 800px;
}
.container_12 .push_11 {
  left: 880px;
}
/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
  left: 60px;
}
.container_16 .push_2 {
  left: 120px;
}
.container_16 .push_3 {
  left: 180px;
}
.container_16 .push_5 {
  left: 300px;
}
.container_16 .push_6 {
  left: 360px;
}
.container_16 .push_7 {
  left: 420px;
}
.container_16 .push_9 {
  left: 540px;
}
.container_16 .push_10 {
  left: 600px;
}
.container_16 .push_11 {
  left: 660px;
}
.container_16 .push_13 {
  left: 780px;
}
.container_16 .push_14 {
  left: 840px;
}
.container_16 .push_15 {
  left: 900px;
}
/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}
.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}
.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}
/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}
.container_12 .pull_2 {
  left: -160px;
}
.container_12 .pull_4 {
  left: -320px;
}
.container_12 .pull_5 {
  left: -400px;
}
.container_12 .pull_7 {
  left: -560px;
}
.container_12 .pull_8 {
  left: -640px;
}
.container_12 .pull_10 {
  left: -800px;
}
.container_12 .pull_11 {
  left: -880px;
}
/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
  left: -60px;
}
.container_16 .pull_2 {
  left: -120px;
}
.container_16 .pull_3 {
  left: -180px;
}
.container_16 .pull_5 {
  left: -300px;
}
.container_16 .pull_6 {
  left: -360px;
}
.container_16 .pull_7 {
  left: -420px;
}
.container_16 .pull_9 {
  left: -540px;
}
.container_16 .pull_10 {
  left: -600px;
}
.container_16 .pull_11 {
  left: -660px;
}
.container_16 .pull_13 {
  left: -780px;
}
.container_16 .pull_14 {
  left: -840px;
}
.container_16 .pull_15 {
  left: -900px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}
/*
-----------Structure-----------
*/

#GB_overlay {
  background-color: black;
  position: fixed;
  _position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
#GB_window {
  left: 0;
  top: 5px;
  position: fixed;
  _position: absolute;
  overflow: visible;
  z-index: 1150;
  display: none;
}
#GB_window .content {
  width: auto;
  margin: 0;
  padding: 0;
}
#GB_loading,
#GB_loadingBg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 101;
}
#GB_loading {
  padding: 3px 10px 3px 30px;
  border: 2px solid #cecece;
  background: url('/images/DevToolsCMS/custom/loading.gif') 8px 4px no-repeat white;
}
#GB_loadingBg {
  width: 100%;
  z-index: 100;
  background: black;
}
#GB_frame {
  border: 0;
  border-top: 2px solid #ededed;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  width: 100%;
  position: relative;
}
/*
-----------Window Styles-----------
*/

#GB_window {
  border: 6px solid #ededed;
  background: white;
}
#GB_window .GB_customContent {
  padding: 0 20px;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: normal;
}
/*
-----------Header-----------
*/

#GB_close {
  float: right;
  cursor: pointer;
  text-align: right;
  padding: 5px 25px 3px 8px;
  margin: 0 8px 0 0;
  color: #bdbdbd;
  font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
  font-size: 11px;
  text-transform: uppercase;
  white-space: nowrap;
  background: url('/js/greybox/btn-close.gif') center right no-repeat;
}
#GB_caption {
  float: left;
  color: #555555;
  margin: 0 0 0 12px;
  padding: 5px 0 4px 0;
  font-weight: bold;
}
#GB_window .header {
  background: none !important;
  width: auto !important;
  position: absolute;
  top: 0;
  right: 0;
}
.noBulletList {
  list-style: none;
  margin: 0 0 15px 0;
  padding-left: 0;
}
.roundBtn {
  color: white;
  text-decoration: none;
  cursor: pointer;
  background: #7abcff;
  border: 1px solid #cccccc;
  padding: 10px;
  display: inline-block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  behavior: url("/style/PIE.htc");
}
.roundBtn:hover {
  background: #9bcdff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  behavior: url("/style/PIE.htc");
}
/*
-----------HTML Elements--------- 
*/

body {
  color: black;
  font-size: 14px;
  background: white;
}
body,
td,
th,
p {
  font-family: 'Ubuntu', Helvetica, sans-serif;
  line-height: 1.6em;
}
a {
  color: black;
  text-decoration: underline;
}
a:hover {
  color: #1a1a1a;
  text-decoration: none;
}
#sidebar a {
  color: white;
  text-decoration: underline;
}
#sidebar a:hover {
  color: white;
  text-decoration: none;
}
a img {
  border: none;
}
h1 {
  color: black;
  font-size: 50px;
}
h2 {
  color: #333333;
  font-size: 28px;
}
h3 {
  color: #333333;
  font-size: 26px;
  font-weight: normal;
}
.homePage h3,
#sidebar h3 {
  color: white;
}
h4 {
  color: #666666;
}
h5 {
  color: black;
}
#mainContent #content ul {
  overflow: hidden;
  zoom: 1;
  list-style: url('/images/arrow-sm-grey.png');
}
.altRow {
  background: #f7f8f8;
}
input.inactive {
  color: #999999;
}
/*
-----------WebPageNumbers-----------
*/
#wpnWrap {
  display: none;
  position: absolute;
  right: 0px;
  bottom: 15px;
}
wpnCurPageNum,
#wpnNumberInput {
  border: 3px solid #333333;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
#wpnCurPageNum {
  background: url("/images/ico-page.png") left center no-repeat #333333;
  padding: 0 0 0 16px;
  border: 3px solid #333333;
  float: left;
  margin-right: 5px;
}
#wpnCurPageNum span {
  background-color: white;
  display: inline-block;
  width: 25px;
  padding: 5px 5px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
#wpnNumberInput {
  position: relative;
  width: 80px;
  padding: 5px 5px 6px;
  float: left;
  color: #333333;
}
#wpnGoButton {
  display: inline-block;
  width: 44px;
  height: 27px;
  padding-top: 9px;
  margin: 0 0 0 5px;
  float: left;
  color: #333333;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
/*
-----------Page Layout-----------
*/

#pageWrap {
  position: relative;
  z-index: 999;
  width: 100%;
}
#pageContent {
  padding: 0px 0px 0px;
  width: 100%;
  background: url('/images/bg-body.png') repeat-x 0 0 scroll #6385b2;
  /* Use this for a full page width background */

}
#pageContent #mainContent {
  position: relative;
  width: 960px;
  margin: 0px auto;
  z-index: 1;
  /* Use this for a background with a width of 960px*/

}
.rentals #sidebar {
  padding-top: 20px;
}
.rentals #mainContent .content {
  background: #e0e6ef;
  color: #0d1a2e;
}
.rentals #mainContent .content h2,
.rentals #mainContent .content h3,
.rentals #mainContent .content p,
.rentals #mainContent .content h3 a {
  color: inherit!important;
  text-decoration: none;
}
.rentals #mainContent .content h3 {
  font-weight: 600;
}
.rentals #mainContent .content .btn {
  display: block;
}
.rentals #mainContent .sharedContent {
  background: none;
  padding: .5rem;
}
#mainContent {
  width: 100%;
  background: #e0e6ef;
}
#mainContent .content {
  position: relative;
  z-index: 999;
  zoom: 1;
  color: #0d1a2e;
}
#mainContent .content h2,
#mainContent .content h3,
#mainContent .content p,
#mainContent .content h3 a {
  color: inherit!important;
  text-decoration: none;
}
#mainContent .content h3 {
  font-weight: 600;
}
#mainContent .content .btn {
  display: block;
}
#mainContent #content {
  float: left;
  width: 596px;
  padding: 20px 40px;
  position: relative;
  z-index: 999;
}
#mainContent .content.intro {
  position: relative;
  z-index: 999;
}
#mainContent .sharedContent {
  background: none;
  padding: .5rem;
}
#mainContent #sidebar {
  float: left;
  /*
        margin-left: 20px;
        width: 225px;
        */

}
#mainContent #sidebar .content {
  background: none;
}
/*
----------Sidebar----------
*/

#sidebar .sidebarContent h4 {
  margin: 0px;
}
#sidebar .sidebarContent ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding-left: 0;
}
#sidebar .sidebarContent ul li {
  float: none;
}
#sidebar .sidebarContent ul li a {
  display: block;
  padding: 5px 8px;
}
/*
-----------Header-----------
*/

#header {
  position: relative;
  z-index: 9999;
  height: 228px;
  width: 100%;
  background: #30517f;
  /* Use this for a full page width background */

}
#header .content {
  background: url('/images/bg-header.png') no-repeat top right scroll;
  position: relative;
  width: 960px;
  height: 228px;
  margin: 0px auto;
  /* Use this for a background with a width of 960px*/

}
#header .logo {
  position: absolute;
  top: 28px;
  left: 0px;
}
#header .tagline {
  font-family: 'Ubuntu', Helvetica, sans-serif;
  color: white;
  position: absolute;
  top: 72px;
  left: 250px;
  font-size: 19px;
  text-align: center;
  line-height: 30px;
}
#header .tagline span {
  font-size: 20px;
  letter-spacing: 0.5px;
}
#header .btn-tools {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 201px;
  height: 29px;
}
/*
----------Sub Header-----------
*/

#subHeader {
  width: 100%;
  background: url('') repeat-x 0 0 scroll white;
  /* Use this for a full page width background */
  display: none;
}
#subHeader .content {
  position: relative;
  width: 960px;
  margin: 0px auto;
  /* background:url('') repeat-x 0 0 scroll #ffffff; /* Use this for a background with a width of 960px*/

}
/*
----------Nav Design-----------
*/

#navWrap {
  width: 100%;
  background: none;
  /* Use this for a full page width background */
  position: absolute;
  bottom: 0px;
  z-index: 9999;
}
#navWrap ul {
  position: relative;
  width: 960px;
  height: 50px;
  margin: 0px auto;
  background: none;
  /* Use this for a background with a width of 960px*/

}
#navWrap ul ul {
  position: absolute;
  margin: 0px;
  width: auto;
}
#navWrap ul {
  /*This forces the dropdown to appear above the calendar on the events page*/
  z-index: 100;
}
#navWrap ul ul {
  border-color: #cccccc;
  background-color: white;
  margin-left: 0;
  margin-top: 4px;
}
#navWrap ul ul ul {
  margin-top: 0px;
}
#navWrap li a {
  padding: 15px 23px 16px;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  color: white;
  line-height: 15px;
}
#navWrap li.active a {
  color: #ffc60a;
}
#navWrap li:hover {
  background: url('/images/bg-mainNav-hover.png') repeat-x 0 0 scroll;
  border-bottom: solid white 4px;
}
#navWrap li:hover a {
  color: #333333;
}
#navWrap li li:hover,
#navWrap li li li:hover {
  border-bottom: none;
}
#navWrap li ul {
  width: 230px;
}
#navWrap li li {
  background: url('/images/bg-mainNav-dropdown.png') repeat-x 0 0 scroll #d5e7ff;
  width: 100%;
  position: relative;
}
#navWrap li ul li a,
#navWrap li ul li:hover li a {
  text-align: left;
  padding: 16px 5px 16px 36px;
  margin: 0;
  color: #333333;
  border-bottom: white solid 1px;
  background: url('/images/arrow-yellow.png') no-repeat 20px center scroll;
}
#navWrap li ul li.last a,
#navWrap li ul li ul li.last a {
  border-bottom: none;
}
#navWrap li ul li:hover a,
#navWrap li:hover ul li:hover a:hover,
#navWrap li ul li:hover a:hover,
#navWrap li:hover ul li ul li:hover a {
  background-color: #f7f8f8;
}
#navWrap li ul ul {
  margin-left: 230px;
  position: absolute;
  top: 0px;
  /* Equals width of (.nav li ul) */

}
#navWrap .nav-home a {
  text-indent: -9999px;
  background: url('/images/nav-home-icon.png') no-repeat center center scroll;
  width: 15px;
  height: 15px;
}
#navWrap .nav-home li a {
  text-indent: 0px;
}
/*
----------Eyebrow Nav Design-----------
*/

#altNavWrap {
  float: right;
  margin-top: 10px;
  display: none;
}
#altNavWrap li {
  padding: 2px 5px;
}
/*
-----------Bread Crumb-----------
*/

#breadCrumb {
  display: none;
}
#breadCrumb .content {
  width: 960px;
  margin: 0 auto 15px auto;
  position: relative;
  padding: 0;
}
#breadCrumb .content li.separator {
  text-indent: -9999px;
  background-image: url(/images/breadcrumb-arrow.png);
  background-position: right 4px;
  background-repeat: no-repeat;
  padding: 0 15px 0 0;
  margin-right: 7px;
}
/*
-----------Image Carousels-----------
           >>--Styling used regardless of layout template chosen-------------
*/

.imgCarouselWrap {
  margin-bottom: 1em;
}
.imgCarouselWrap .content {
  position: relative;
  zoom: 1;
  z-index: 1;
  background: none;
}
.imgCarouselWrap .content .clr {
  height: 0;
}
.imgCarouselWrap .photoImg {
  display: block;
  margin: 0 auto;
}
/*--Carousel Captions--*/

.imgCarouselWrap .photoInfo {
  width: 100%;
  margin: 0 auto;
  font-size: 0.9em;
}
.imgCarouselWrap .photoInfo h3 {
  margin-bottom: 0.3em;
  font-size: 1.2em;
}
.imgCarouselWrap .photoInfo p {
  color: #525252;
  font-size: 1em;
  margin-bottom: 0.3em;
}
.imgCarouselWrap .controls .btnNext,
.imgCarouselWrap .controls .btnPrev {
  display: block;
  position: absolute;
  padding: 0;
  cursor: pointer;
  z-index: 500;
}
.imgCarouselWrap .controls .carousel {
  overflow: hidden;
}
.imgCarouselWrap .controls .disabled {
  display: none;
}
.imgCarouselWrap .controls .carousel .loading {
  position: absolute;
  background: white;
  color: #999999;
  z-index: 999;
  margin: 0;
  width: 50%;
  padding: 17px 10px 10px 23px;
  background: url('/images/loading.gif') 0 18px no-repeat;
}
.imgCarouselWrap .controls .carousel ul {
  list-style: none;
  visibility: hidden;
}
.imgCarouselWrap .controls .carousel ul li .sm {
  cursor: pointer;
  cursor: hand;
}
.imgCarouselWrap .controls .carousel .lg,
.imgCarouselWrap .controls .carousel h3,
.imgCarouselWrap .controls .carousel ul li div {
  display: none;
}
/*
----------Footer----------
*/

#footer {
  font-size: 14px;
  color: white;
  position: relative;
  width: 100%;
  background: #30517f;
  /* Use this for a full page width background */

}
#footer a {
  color: white;
}
#footer .divider-footer {
  background: url('/images/divider-footer.png') no-repeat center top scroll;
  position: absolute;
  top: -16px;
  z-index: 999;
  overflow: hidden;
  height: 49px;
  width: 100%;
}
#footer .content {
  position: relative;
  width: 960px;
  margin: 0px auto;
  padding: 20px;
  /* background:#ffffff;/* Use this for a background with a width of 960px*/

}
#footer .content ul.contactInfo {
  padding-right: 62px;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  width: 305px;
  float: left;
}
#footer .content p.companyInfo {
  line-height: 17px;
}
#footer .content p.companyInfo sup {
  font-size: 9px;
}
/*
-------------Form Styling---------------
*/

.required {
  color: #cc0000;
}
#btnSubmit {
  padding: 3px 5px;
}
.formFieldWrap {
  list-style: none;
}
.formFieldWrap li {
  padding: 0 0 2px 0;
}
.formFieldWrap input[type="text"],
.formFieldWrap input[type="email"],
.formFieldWrap input[type="tel"],
.formFieldWrap textarea {
  width: 190px;
  padding: 2px 3px;
}
.formFieldWrap label {
  display: inline-block;
  width: 110px;
  padding: 0 10px 0 0;
  text-align: right;
  vertical-align: top;
}
.inlineLabel {
  display: inline;
  width: auto;
  padding: 0 15px 0 5px;
}
.errorReport {
  padding: 10px;
  color: #cc0000;
}
.errorReport li {
  cursor: pointer;
}
span.k-tooltip-validation {
  margin: 2px 0 2px 114px;
}
.formDisplay td,
.formDisplay th {
  border-top: 1px solid #f0f2f2;
  color: #444444;
  padding: 7px;
  vertical-align: top;
}
.formDisplay th {
  padding-top: 11px;
  text-align: right;
  width: 170px;
}
.formDisplay .altItem {
  background: none repeat scroll 0 0 #f7f8f8;
}
.formDisplay input[type="text"],
.formDisplay input[type="password"],
.formDisplay textarea {
  border: 1px solid #9f9f9f;
  color: black;
  font-size: 15px;
  padding: 4px;
}
.validator {
  color: darkred !important;
  margin: 3px 5px 3px 0;
  border: solid 1px darkred;
  display: block;
  padding: 3px 8px;
  width: 250px;
  background: white url(/maintenance/images/bkgd-grad-red.gif) 0 0 repeat-x;
  text-align: center;
}
.loginScreen .validator {
  width: 160px;
}
.loginScreen .col {
  padding: 0 10px;
  width: 290px;
}
.createAccount h1 {
  display: none;
}
.rowLabel {
  font-weight: bold;
  color: #555555;
  display: block;
  padding: 0px 3px 2px 0;
  font-size: 14px;
}
.rowLabelInline {
  display: inline;
}
/*--------------- Contact Page & Join Our Team Page ----------------------*/

.contactPage #mainContent #content,
.joinOurTeamPage #mainContent #content {
  position: relative;
  width: 430px;
  height: 450px;
  padding-right: 40px;
}
.contactPage #sidebar,
.joinOurTeamPage #sidebar {
  display: none;
}
.contactPage .contactFormWrap,
.joinOurTeamPage .contactFormWrap {
  float: left;
  width: 380px;
  height: 470px;
  padding-left: 0;
  padding-right: 70px;
  padding-top: 20px;
  background: #e0e6ef;
}
.contactPage .contactFormWrap .formFieldWrap,
.joinOurTeamPage .contactFormWrap .formFieldWrap {
  padding: 0;
  margin: 0;
}
.contactPage .contactFormWrap .formFieldWrap #txtComments,
.joinOurTeamPage .contactFormWrap .formFieldWrap #txtComments {
  height: 50px;
}
.contactPage .contactFormWrap .formFieldWrap label,
.joinOurTeamPage .contactFormWrap .formFieldWrap label {
  width: 120px;
}
.contactPage .contactFormWrap .formFieldWrap span[aria-owns="ddlPreferredMethod_listbox"],
.joinOurTeamPage .contactFormWrap .formFieldWrap span[aria-owns="ddlPreferredMethod_listbox"] {
  margin-top: 7px;
}
.contactPage .contactForm .formDisplay,
.joinOurTeamPage .contactForm .formDisplay {
  width: 100%;
  margin: 0;
  float: none;
}
.contactPage .contactForm .formDisplay td,
.joinOurTeamPage .contactForm .formDisplay td,
.contactPage .contactForm .formDisplay th,
.joinOurTeamPage .contactForm .formDisplay th {
  border-top: none;
}
.contactPage .contactForm .formDisplay th,
.joinOurTeamPage .contactForm .formDisplay th {
  width: 105px;
}
.contactPage .contactForm .formDisplay input[type="text"],
.joinOurTeamPage .contactForm .formDisplay input[type="text"],
.contactPage .contactForm .formDisplay input[type="password"],
.joinOurTeamPage .contactForm .formDisplay input[type="password"],
.contactPage .contactForm .formDisplay textarea,
.joinOurTeamPage .contactForm .formDisplay textarea {
  width: 90%;
}
/*
-----------Pagetag System-----------
*/

#curPage strong {
  font-family: Times New Roman, serif;
  background: #ededed;
  color: black;
  display: inline-block;
  padding: 2px 3px 3px 3px;
  border: solid 1px #cccccc;
}
#pageNumber {
  margin-left: 169px;
  width: 385px;
}
#pageNumber .pnlPageNumber {
  float: right;
  padding: 0;
}
#pageNumber #curPage {
  float: left;
}
#pageTag {
  position: absolute;
  right: 40px;
  font-size: 12px;
  text-align: center;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  z-index: 1;
}
#pageTag .hide {
  display: none;
}
#gotoPage,
#pageTag .btnPageSearch {
  float: left;
}
#btnPageNotFound {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#gotoPage {
  text-align: left;
  position: relative;
  width: 118px;
  height: 18px;
  border: solid #9b9b9b;
  border-width: 1px 0 1px 1px;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  padding: 1px 8px;
  background: white;
  overflow: hidden;
}
#gotoPage input,
#pageNotFound {
  position: absolute;
  height: 100%;
  width: 100%;
  border: none 0;
  color: #797979;
  background: none 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
}
#gotoPage input.active {
  color: black;
}
#pageNotFound {
  color: #b04f51;
}
#pageNumber {
  width: 385px;
  float: right;
}
/*
-----------GB Mode-----------
*/

.gb #header,
.gb #navWrap,
.gb #footer,
.gb #sidebar,
.gb #breadCrumb {
  display: none;
}
.gb #pageWrap {
  width: 780px;
}
.gb #pageContent,
.gb #mainContent #content {
  padding: 10px 20px;
  background: white;
}
/* 
-----Custom Section Styling-----
*/

/*
--------Homepage-----------
*/

.homePage #mainContent {
  background: none;
}
.homePage #mainContent #content,
.homePage #mainContent .content {
  background: none;
}
.homePage #pageContent {
  background: url('/images/bg-homePage.png') repeat-x 0 0 scroll #466795;
}
.homePage #mainContent {
  padding-top: 20px;
}
.homePage .homeContentWrap {
  width: 820px;
  margin: 0px auto;
}
.homePage .homeContentWrap .grid_4 {
  margin: 0px;
}
.homePage #listingSearch {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1100;
}
#listingSearch {
  width: 412px;
  height: 358px;
  background: white;
  padding: 28px;
  margin: 0px;
}
#listingSearch h2 {
  font-weight: normal;
}
#listingSearch .formFieldWrap {
  margin-left: 0;
  padding-left: 0;
}
#listingSearch .formFieldWrap li {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 15px;
}
#listingSearch .formFieldWrap li label {
  display: block;
  text-align: left;
  font-weight: bold;
  color: #3a5b89;
}
#listingSearch .formFieldWrap .beginParam {
  margin-top: 5px;
}
#listingSearch .formFieldWrap select,
#listingSearch .formFieldWrap input[type='text'] {
  padding: 6px 3px;
  font-size: 16px;
}
#listingSearch .formFieldWrap li.first {
  width: 100%;
  margin-top: 0;
}
#listingSearch .formFieldWrap li.first label {
  width: 100%;
}
#listingSearch .colLeft {
  width: 50%;
  float: left;
}
#listingSearch .colLeft input[type="text"] {
  width: 190px;
}
#listingSearch .colRight {
  width: 190px;
  float: right;
}
#listingSearch .colRight select {
  width: 190px;
  float: right;
}
#listingSearch .minmax input[type="text"] {
  width: 190px;
}
#listingSearch #btnSubmit {
  cursor: pointer;
  display: block;
  float: right;
}
#listingSearch .chkBoxList li {
  width: 140px;
}
#listingSearch .chkBoxList li label {
  display: inline;
  text-align: left;
  padding-left: 5px;
}
.buyAHome #listingSearch {
  margin: 0px auto;
  width: 536px;
}
.buyAHome #listingSearch .colLeft {
  width: 50%;
  float: left;
}
.buyAHome #listingSearch .colLeft input[type="text"] {
  width: 190px;
}
.buyAHome #listingSearch .colRight {
  width: 50%;
  float: right;
}
.buyAHome #listingSearch .colRight select {
  width: 50%;
  float: left;
}
/*
---------Grid Styling Overrides-------
*/

.webPageOneColumn .container_12 .grid_8 {
  width: 700px;
  margin-left: 0px;
  margin-right: 0px;
}
#sidebar.grid_4 {
  margin-left: 0px;
  margin-right: 0px;
  width: 284px;
}
.introPhoto img {
  display: block;
}
.introPhoto {
  background: #325381;
}
.introH1 {
  width: 920px;
  position: absolute;
  top: -70px;
  left: 0px;
  padding-left: 40px;
  background: url('/images/bg-carouselContent.png') repeat 0 0 scroll;
  line-height: 70px;
}
.sharedContent {
  padding: 15px 27px 35px;
  background: url('/images/divider-sidebar.png') no-repeat center bottom scroll;
  color: white;
}
.sharedContent.last {
  background: none;
}
.btn-rentals {
  padding: 20px 0px;
}
.btn-rentals img {
  padding-right: 10px;
}
.webPageTwoColumn #mainContent #content,
.webPageTwoColumn.rentals #mainContent #content,
body.rentalDetails #mainContent #content {
  padding: 20px 40px 20px 40px;
  width: 596px;
}
.webPageTwoColumn .container_12 .grid_4,
.webPageTwoColumn.rentals .container_12 .grid_4,
body.rentalDetails .container_12 .grid_4 {
  width: 278px;
  margin-left: 0px;
  margin-right: 0px;
}
.webPageTwoColumn .alpha,
.webPageTwoColumn.rentals .alpha,
body.rentalDetails .alpha {
  padding-right: 40px;
}
.webPageTwoColumn .container_12 .grid_8,
.webPageTwoColumn.rentals .container_12 .grid_8,
body.rentalDetails .container_12 .grid_8 {
  margin-left: 0px;
  margin-right: 0px;
}
.webPageTwoColumn .imgRtCarousel,
.webPageTwoColumn.rentals .imgRtCarousel,
body.rentalDetails .imgRtCarousel {
  width: 350px;
  margin: 0px auto;
  margin-left: auto;
}
.webPageTwoColumn .rentalDetailInfo ul,
.webPageTwoColumn.rentals .rentalDetailInfo ul,
body.rentalDetails .rentalDetailInfo ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding-left: 0;
}
.webPageTwoColumn .rentalDetailInfo li strong,
.webPageTwoColumn.rentals .rentalDetailInfo li strong,
body.rentalDetails .rentalDetailInfo li strong {
  display: inline-block;
  width: 100px;
}
.webPageTwoColumn .rentalDetailInfo .desc,
.webPageTwoColumn.rentals .rentalDetailInfo .desc,
body.rentalDetails .rentalDetailInfo .desc {
  margin: 0 0 1em 0;
  clear: both;
}
.webPageTwoColumn .rentalDetailInfo .desc h5,
.webPageTwoColumn.rentals .rentalDetailInfo .desc h5,
body.rentalDetails .rentalDetailInfo .desc h5 {
  float: left;
  display: block;
  line-height: normal;
  margin-bottom: 0;
  width: 100px;
}
.webPageTwoColumn .rentalDetailInfo .desc .longContent,
.webPageTwoColumn.rentals .rentalDetailInfo .desc .longContent,
body.rentalDetails .rentalDetailInfo .desc .longContent {
  float: left;
  margin-top: -3px;
  margin-bottom: 1em;
  width: 325px;
}
body.rentalDetails #mainContent #content {
  padding: 20px 40px 20px 40px;
  width: 880px;
}
body.rentalDetails .container_12 .grid_4 {
  width: 420px;
  margin-left: 0px;
  margin-right: 0px;
}
#mainContent .imgRtCarousel .content {
  background: none;
  width: 350px;
}
#mainContent #content .rentalHeadings {
  background: url('/images/bg-rentalHeading.jpg') repeat-x 0 0 scroll;
  width: 636px;
}
#mainContent #content .rentalHeadings ul {
  list-style: none;
  border: #95a6be;
  padding-left: 180px;
}
#mainContent #content .rentalHeadings li {
  float: left;
  border-left: 2px solid #d8dfe8;
  padding: 14px 0px;
  width: 90px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 15px;
}
#mainContent #content .rentalHeadings .address {
  width: 110px;
}
#mainContent #content .rentalHeadings .bedrooms {
  width: 45px;
}
.rentals #mainContent #content {
  width: 636px;
  padding: 20px 20px;
}
.rentals #mainContent #content .imgLt,
.rentals #mainContent #content .imgRt {
  width: 200px;
  margin-right: 1.25em;
  margin-left: 0px;
  float: left;
}
.rentals #mainContent #content .imgLt img,
.rentals #mainContent #content .imgRt img {
  max-width: 100%;
}
.rentals #mainContent #content .contentBlock {
  margin-bottom: 20px;
}
.rentals #mainContent #content .rentalHeadings {
  display: block;
}
.rentals #mainContent #content .rentalListings .contentBlock {
  padding: 6px 0 2px 6px;
}
.rentals #mainContent #content .rentalinfo {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
}
.rentals #mainContent #content .rentalinfo li {
  width: 90px;
  float: left;
  text-align: center;
  margin: 0px;
  padding: 0px 0px 0px 2px;
}
.rentals #mainContent #content .rentalinfo .imgPreview {
  width: 194px;
  float: left;
  margin-right: 5px;
}
.rentals #mainContent #content .rentalinfo .address {
  width: 105px;
}
.rentals #mainContent #content .rentalinfo .bedrooms {
  width: 45px;
}
#sidebar .sidebarContent .sidebar-blog-categories {
  margin: 20px auto;
  width: 247px;
}
#sidebar .sidebarContent .sidebar-blog-categories h4 {
  background: url("/images/side-nav-top.png") no-repeat scroll 0 0;
  color: white;
  margin-bottom: 0;
  padding: 9px 8px 9px 26px;
}
#sidebar .sidebarContent .sidebar-blog-categories ul {
  background: #e0e6ef;
  margin-bottom: 0px;
}
#sidebar .sidebarContent .sidebar-blog-categories ul li a {
  color: black;
  background: url("/images/side-nav-arrow.png") no-repeat scroll 4% 50% transparent;
  padding-left: 25px;
  text-decoration: none;
}
#sidebar .sidebarContent .sidebar-blog-categories ul li:hover {
  background: #647c9e;
}
#sidebar .sidebarContent .sidebar-blog-categories ul li:hover a {
  color: #dddddd;
}
#sidebar .sidebarContent .sidebar-blog-categories ul li.last {
  background: #647c9e;
}
#sidebar .sidebarContent .sidebar-blog-categories ul li.last a {
  color: white;
}
#sidebar .sidebarContent .sidebar-blog-categories ul li.last a:hover {
  color: #dddddd;
}
#sidebar .sidebarContent .sidebar-blog-categories .cat-btm {
  background: url('/images/side-nav-btm.png');
  height: 9px;
  width: 100%;
}
.listingResults #sidebar {
  display: none;
}
.listingResults iframe {
  border: 0;
}
.listingResults #mainContent #content {
  padding-left: 40px;
  padding-right: 40px;
  width: 880px;
}
.filterLists {
  margin-bottom: 1em;
  padding: 10px;
  background: #c3cfe0;
}
.filterLists select {
  margin-top: 10px;
  padding: 3px 0 3px 0;
}
.filterLists div {
  padding: 0px 20px 0px 0px;
  float: left;
}
.filterLists div.clr {
  float: none;
}
.filterLists h3 {
  padding: 0px 20px 0px 0px;
  float: left;
}
.gb #mainContent .content {
  background: white;
}
.gb #mainContent .content .formDisplay td,
.gb #mainContent .content .formDisplay th {
  border: none;
}
ul.list-unstyled {
  list-style: none!important;
}
ul.list-unstyled li {
  margin: 1rem 0;
  width: 100%;
}
.text-center {
  text-align: center;
}
.btn {
  text-decoration: none!important;
  font-weight: 600;
  border-radius: 4px;
  padding: .5rem 1rem;
}
.btn-primary {
  background: #cecece;
  color: black !important;
}
.btn-primary:hover,
.btn-primary:active {
  background: #cfcfcf;
  color: #444444 !important;
}
.btn-secondary {
  background: #0d1a2e;
  color: white !important;
  font-weight: 400;
}
.btn-secondary:hover,
.btn-secondary:active {
  background: #183056;
  color: white !important;
}
.btn-tertiary {
  background: #acacac;
  color: white !important;
  font-weight: 400;
}
.btn-tertiary:hover,
.btn-tertiary:active {
  background: #c6c6c6;
  color: white !important;
}
body.content1128 #pageContent #mainContent,
body.content1144 #pageContent #mainContent {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
