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

/* 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;
}
a img {
  border: none;
}
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; }
p, ul, ol, table { margin: 0 0 1.4em 0; }
*/

/*
-----------Site-wide Tags-----------
*/

.floatLt,
.imgLt,
.imgLtCarousel {
  float: left;
}
.floatRt,
.imgRt,
.imgRtCarousel,
.rssIcon {
  float: right;
}
.imgLt,
.imgLtCarousel {
  margin: 0 1.25em 1em 0;
}
.imgRt,
.imgRtCarousel {
  margin: 0 0 1em 1.25em;
}
/*.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_190px,
.grid_405px {
  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 >> 190px (1/3rd in a webpage with a sidebar)
----------------------------------------------------------------------------------------------------*/

.grid_190px {
  width: 190px;
  margin-left: 0px;
  margin-right: 0px;
}
.grid_190px.alpha {
  margin-right: 25px;
  margin-left: 0px;
}
.grid_190px.omega {
  margin-left: 25px;
  margin-right: 0px;
}
/* `Grid >> 405px (2/3rd in a webpage with a sidebar)
----------------------------------------------------------------------------------------------------*/

.grid_405px {
  width: 405px;
}
/* `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;
}
.noBulletList {
  list-style: none;
  margin: 0 0 20px 0;
  padding-left: 0;
}
/*
    margin-top specifications 5-200px
*/

.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-35 {
  margin-top: 35px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-45 {
  margin-top: 45px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-55 {
  margin-top: 55px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top-65 {
  margin-top: 65px;
}
.margin-top-70 {
  margin-top: 70px;
}
.margin-top-75 {
  margin-top: 75px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-top-85 {
  margin-top: 85px;
}
.margin-top-90 {
  margin-top: 90px;
}
.margin-top-95 {
  margin-top: 95px;
}
.margin-top-100 {
  margin-top: 100px;
}
.margin-top-105 {
  margin-top: 105px;
}
.margin-top-110 {
  margin-top: 110px;
}
.margin-top-115 {
  margin-top: 115px;
}
.margin-top-120 {
  margin-top: 120px;
}
.margin-top-125 {
  margin-top: 125px;
}
.margin-top-130 {
  margin-top: 130px;
}
.margin-top-135 {
  margin-top: 135px;
}
.margin-top-140 {
  margin-top: 140px;
}
.margin-top-145 {
  margin-top: 145px;
}
.margin-top-150 {
  margin-top: 150px;
}
.margin-top-155 {
  margin-top: 155px;
}
.margin-top-160 {
  margin-top: 160px;
}
.margin-top-165 {
  margin-top: 165px;
}
.margin-top-170 {
  margin-top: 170px;
}
.margin-top-175 {
  margin-top: 175px;
}
.margin-top-180 {
  margin-top: 180px;
}
.margin-top-185 {
  margin-top: 185px;
}
.margin-top-190 {
  margin-top: 190px;
}
.margin-top-195 {
  margin-top: 195px;
}
.margin-top-200 {
  margin-top: 200px;
}
/*
    margin-right specifications 5-200px
*/

.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-right-25 {
  margin-right: 25px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-right-35 {
  margin-right: 35px;
}
.margin-right-40 {
  margin-right: 40px;
}
.margin-right-45 {
  margin-right: 45px;
}
.margin-right-50 {
  margin-right: 50px;
}
.margin-right-55 {
  margin-right: 55px;
}
.margin-right-60 {
  margin-right: 60px;
}
.margin-right-65 {
  margin-right: 65px;
}
.margin-right-70 {
  margin-right: 70px;
}
.margin-right-75 {
  margin-right: 75px;
}
.margin-right-80 {
  margin-right: 80px;
}
.margin-right-85 {
  margin-right: 85px;
}
.margin-right-90 {
  margin-right: 90px;
}
.margin-right-95 {
  margin-right: 95px;
}
.margin-right-100 {
  margin-right: 100px;
}
.margin-right-105 {
  margin-right: 105px;
}
.margin-right-110 {
  margin-right: 110px;
}
.margin-right-115 {
  margin-right: 115px;
}
.margin-right-120 {
  margin-right: 120px;
}
.margin-right-125 {
  margin-right: 125px;
}
.margin-right-130 {
  margin-right: 130px;
}
.margin-right-135 {
  margin-right: 135px;
}
.margin-right-140 {
  margin-right: 140px;
}
.margin-right-145 {
  margin-right: 145px;
}
.margin-right-150 {
  margin-right: 150px;
}
.margin-right-155 {
  margin-right: 155px;
}
.margin-right-160 {
  margin-right: 160px;
}
.margin-right-165 {
  margin-right: 165px;
}
.margin-right-170 {
  margin-right: 170px;
}
.margin-right-175 {
  margin-right: 175px;
}
.margin-right-180 {
  margin-right: 180px;
}
.margin-right-185 {
  margin-right: 185px;
}
.margin-right-190 {
  margin-right: 190px;
}
.margin-right-195 {
  margin-right: 195px;
}
.margin-right-200 {
  margin-right: 200px;
}
/*
    margin-bottom specifications 5-200px
*/

.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-35 {
  margin-bottom: 35px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-55 {
  margin-bottom: 55px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-65 {
  margin-bottom: 65px;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-bottom-75 {
  margin-bottom: 75px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-bottom-85 {
  margin-bottom: 85px;
}
.margin-bottom-90 {
  margin-bottom: 90px;
}
.margin-bottom-95 {
  margin-bottom: 95px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
.margin-bottom-105 {
  margin-bottom: 105px;
}
.margin-bottom-110 {
  margin-bottom: 110px;
}
.margin-bottom-115 {
  margin-bottom: 115px;
}
.margin-bottom-120 {
  margin-bottom: 120px;
}
.margin-bottom-125 {
  margin-bottom: 125px;
}
.margin-bottom-130 {
  margin-bottom: 130px;
}
.margin-bottom-135 {
  margin-bottom: 135px;
}
.margin-bottom-140 {
  margin-bottom: 140px;
}
.margin-bottom-145 {
  margin-bottom: 145px;
}
.margin-bottom-150 {
  margin-bottom: 150px;
}
.margin-bottom-155 {
  margin-bottom: 155px;
}
.margin-bottom-160 {
  margin-bottom: 160px;
}
.margin-bottom-165 {
  margin-bottom: 165px;
}
.margin-bottom-170 {
  margin-bottom: 170px;
}
.margin-bottom-175 {
  margin-bottom: 175px;
}
.margin-bottom-180 {
  margin-bottom: 180px;
}
.margin-bottom-185 {
  margin-bottom: 185px;
}
.margin-bottom-190 {
  margin-bottom: 190px;
}
.margin-bottom-195 {
  margin-bottom: 195px;
}
.margin-bottom-200 {
  margin-bottom: 200px;
}
/*
    margin-left specifications 5-200px
*/

.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-left-25 {
  margin-left: 25px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-left-35 {
  margin-left: 35px;
}
.margin-left-40 {
  margin-left: 40px;
}
.margin-left-45 {
  margin-left: 45px;
}
.margin-left-50 {
  margin-left: 50px;
}
.margin-left-55 {
  margin-left: 55px;
}
.margin-left-60 {
  margin-left: 60px;
}
.margin-left-65 {
  margin-left: 65px;
}
.margin-left-70 {
  margin-left: 70px;
}
.margin-left-75 {
  margin-left: 75px;
}
.margin-left-80 {
  margin-left: 80px;
}
.margin-left-85 {
  margin-left: 85px;
}
.margin-left-90 {
  margin-left: 90px;
}
.margin-left-95 {
  margin-left: 95px;
}
.margin-left-100 {
  margin-left: 100px;
}
.margin-left-105 {
  margin-left: 105px;
}
.margin-left-110 {
  margin-left: 110px;
}
.margin-left-115 {
  margin-left: 115px;
}
.margin-left-120 {
  margin-left: 120px;
}
.margin-left-125 {
  margin-left: 125px;
}
.margin-left-130 {
  margin-left: 130px;
}
.margin-left-135 {
  margin-left: 135px;
}
.margin-left-140 {
  margin-left: 140px;
}
.margin-left-145 {
  margin-left: 145px;
}
.margin-left-150 {
  margin-left: 150px;
}
.margin-left-155 {
  margin-left: 155px;
}
.margin-left-160 {
  margin-left: 160px;
}
.margin-left-165 {
  margin-left: 165px;
}
.margin-left-170 {
  margin-left: 170px;
}
.margin-left-175 {
  margin-left: 175px;
}
.margin-left-180 {
  margin-left: 180px;
}
.margin-left-185 {
  margin-left: 185px;
}
.margin-left-190 {
  margin-left: 190px;
}
.margin-left-195 {
  margin-left: 195px;
}
.margin-left-200 {
  margin-left: 200px;
}
/* Staging Server Wraning: DO NOT REMOVE */

#pnlStagingTop,
#pnlStagingRight,
#pnlStagingBottom,
#pnlStagingLeft {
  background-color: #ff7701;
  color: white;
  text-align: center;
  position: fixed;
  z-index: 999999;
  font: 15px bold Tahoma, Arial, Helvetica, sans-serif;
  /* Chrome, Safari, Opera */
  -webkit-animation-name: staging;
  -webkit-animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-play-state: running;
  /* Standard syntax */
  animation-name: staging;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
}
/* Chrome, Safari, Opera */

@-webkit-keyframes staging {
  0% {
    background: #ff7701;
  }
  50% {
    background: #e24800;
  }
  100% {
    background: #cc2200;
  }
}
/* Standard syntax */

@keyframes staging {
  0% {
    background: #ff7701;
  }
  50% {
    background: #e24800;
  }
  100% {
    background: #cc2200;
  }
}
#pnlStagingTop {
  top: 0;
}
#pnlStagingRight {
  right: 0;
}
#pnlStagingTop,
#pnlStagingBottom,
#pnlStagingLeft {
  left: 0;
}
#pnlStagingTop,
#pnlStagingBottom {
  height: 22px;
  width: 100%;
}
#pnlStagingLeft,
#pnlStagingRight {
  height: 100%;
  width: 10px;
}
#pnlStagingBottom {
  bottom: 0;
  height: 10px;
}
body.stagingServer {
  padding: 22px 10px 10px 10px;
}
/* End Staging Server Wraning: DO NOT REMOVE */

/*
-----------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;
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('/style/fontawesome/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('/style/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('/style/fontawesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('/style/fontawesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('/style/fontawesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.285714286em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857143em;
  width: 2.142857143em;
  top: 0.142857143em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.857142857em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: white;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/*
Reuseable Mixins
*/

.h1 {
  color: #490e67;
  font: bold 40px/40px 'Roboto', sans-serif;
  font-weight: 800;
  padding: 5px 0 0.625em 0;
}
.h2 {
  color: #490e67;
  font: bold 25px/30px 'Roboto', sans-serif;
  padding: 5px 0 0.625em 0;
}
.h3 {
  color: #606060;
  font: bold 22px/25px 'Roboto', sans-serif;
  padding: 5px 0 0.625em 0;
}
.h4 {
  color: #606060;
  font: bold 20px/25px 'Roboto', sans-serif;
  padding: 5px 0 0.625em 0;
}
.h5 {
  color: #606060;
  font: bold 18px/25px 'Roboto', sans-serif;
  padding: 5px 0 0.625em 0;
}
.h6 {
  color: #606060;
  font: bold 16px/20px 'Roboto', sans-serif;
  padding: 5px 0 0.625em 0;
}
.p {
  color: #181312;
  font: 16px/25px 'Roboto', sans-serif;
  padding: 0 0 20px 0;
}
/*
-----------HTML Elements---------
*/

body {
  color: black;
  font-size: 16px;
  background: white;
  font-family: 'Roboto', sans-serif;
}
h1 {
  color: #490e67;
  font: bold 40px/40px 'Roboto', sans-serif;
  font-weight: 800;
  padding: 5px 0 0.625em 0;
}
h2 {
  color: #490e67;
  font: bold 25px/30px 'Roboto', sans-serif;
  padding: 5px 0 0.625em 0;
}
h3 {
  color: #606060;
  font: bold 22px/25px 'Roboto', sans-serif;
  padding: 5px 0 0.625em 0;
}
h4 {
  color: #606060;
  font: bold 20px/25px 'Roboto', sans-serif;
  padding: 5px 0 0.625em 0;
}
h5 {
  color: #606060;
  font: bold 18px/25px 'Roboto', sans-serif;
  padding: 5px 0 0.625em 0;
}
h6 {
  color: #606060;
  font: bold 16px/20px 'Roboto', sans-serif;
  padding: 5px 0 0.625em 0;
}
p {
  color: #181312;
  font: 16px/25px 'Roboto', sans-serif;
  padding: 0 0 20px 0;
}
a {
  color: #490e67;
  text-decoration: underline;
}
a:hover {
  color: #691494;
  text-decoration: none;
}
blockquote {
  padding: 0 0 0 20px;
  margin: 10px 0 30px 20px;
  border-left: 3px solid #444444;
}
blockquote p {
  color: #181312;
  font: italic 15px/24px 'Roboto', sans-serif;
  padding: 0 0 3px 0;
}
blockquote strong {
  text-transform: uppercase;
  font: normal 13px/18px 'Roboto', sans-serif;
}
ul,
ol {
  padding-bottom: 20px;
  margin-left: 15px;
  padding-left: 15px;
}
.altRow {
  background: #f7f8f8;
}
.imgLt p,
.imgRt p,
.note {
  color: #797e85;
  font-size: 0.93em;
}
.imgLt p a,
.imgRt p a,
.note a {
  color: #797e85;
  text-decoration: underline;
}
.imgLt p a:hover,
.imgRt p a:hover,
.note a:hover {
  text-decoration: none;
}
.imgLt p,
.imgRt p {
  padding-bottom: 0;
  /* This space is accomplished on the parent img alignment class */

}
/*
-----------WebPageNumbers-----------
*/
#wpnWrap {
  position: relative;
  float: right;
}
#wpnCurPageNum,
#wpnNumberInput {
  border: 3px solid black;
  font: 18px/24px 'Roboto', sans-serif;
}
#wpnCurPageNum {
  background: url("/images/ico-page.png") left center no-repeat black;
  padding: 0 0 0 16px;
  border: 3px solid black;
  float: left;
  margin-right: 5px;
}
#wpnCurPageNum span {
  background-color: white;
  display: inline-block;
  width: 25px;
  padding: 4px 5px;
  font: 18px/24px 'Roboto', sans-serif;
  color: black;
  text-align: center;
}
#wpnNumberInput {
  position: relative;
  width: 80px;
  padding: 4px 5px;
  float: left;
  color: black;
}
#wpnGoButton {
  display: inline-block;
  height: 27px;
  padding-top: 9px;
  margin: 0 0 0 5px;
  float: left;
  color: #333333;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
.wpnNotFoundMsg {
  clear: both;
  font-size: 14px;
  font-weight: bold;
}
/*
-----------Page Layout-----------
// ToDo: 
        * Stop Everything from being position relative
        * Strip anything that can be solved with 960
*/

#pageWrap {
  position: relative;
  z-index: 999;
  width: 100%;
}
#pageContent {
  padding: 0;
  width: 100%;
  background: white;
  /* Use this for a full page width background */

}
#pageContent #mainContent {
  /* Use this for a background with a width of 960px
        width:960px;
        margin:0px auto;
        */
  width: 100%;
}
#pageContent #mainContent .content {
  width: 960px;
  margin: 0 auto;
  padding-top: 44px;
  background: transparent url('/gradient.png?color1=f0f0f0&w=1&h=230&rotate=90') right 0 repeat-y;
  position: relative;
}
#pageContent #mainContent .content .content {
  width: 100%;
  margin: 0;
  background: transparent;
}
#pageContent #mainContent #content .introPhoto {
  margin-bottom: 5px;
}
#pageContent #mainContent #content .introText {
  font: normal 22px/25px 'Roboto', sans-serif;
  padding-bottom: 0.5em;
}
/*
-----------Header-----------
*/

.introBanner {
  height: 410px;
}
.introBanner h1 {
  text-transform: uppercase;
  position: absolute;
  top: 200px;
  width: 960px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#header {
  height: 160px;
  width: 100%;
  background: white;
  position: relative;
  z-index: 99999999;
}
#header div.headerRight {
  float: right;
}
#header div.headerRight a.btn {
  background: #490e67;
  color: #d3ae34;
  border-radius: 2px;
  padding: 9px 20px;
  z-index: 1;
}
#header div.headerRight .phone {
  color: #490e67;
  text-align: center;
  margin: 20px 0px -10px 0;
  font-size: 18px;
}
#header .content {
  position: relative;
  width: 960px;
  margin: 0px auto;
  height: 115px;
  /* Use this for a background with a width of 960px*/

}
#header .logo {
  position: absolute;
  top: 15px;
  left: 0px;
}
#header .logo img {
  height: 85px;
}
#header .tagline {
  position: absolute;
  top: 47px;
  left: 160px;
  font: bold 20px/25px 'Roboto', sans-serif;
  color: white;
}
#header .tagline img {
  height: 30px;
}
/*

--------- Alert Bar -----------
*/

.text-center {
  text-align: center;
}
.text-white {
  color: white;
}
.alert-bar {
  background: #490e67;
  color: white;
  padding: 7px 0px;
}
.alert-bar h4 {
  padding: 5px 0 5px 0;
}
/*
----------Nav Design-----------
// ToDo: Nav is due for an overhaul;
*/

#navWrap {
  width: 100%;
  background: none;
  position: absolute;
  top: 117px;
  right: 0;
  background-color: #d3ae34;
  border-bottom: 3px solid #490e67;
}
#navWrap ul {
  position: relative;
  width: 960px;
  margin: 0px auto;
  /* background:#ffffff; /* 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 li {
  position: relative;
}
#navWrap li a {
  padding: 9px 0;
  margin: 0 35px 0 0 ;
  text-decoration: none;
  font: 18px/140px 'Open Sans', sans-serif;
  color: #490e67;
  line-height: normal;
  /* background: url("/gradient.png?color1=c0c0c0&w=1&h=25") no-repeat right center transparent; */

}
#navWrap li.last a {
  background-image: none;
}
#navWrap li.active a {
  color: white;
  font-weight: bold;
}
#navWrap li a:hover,
#navWrap > ul > li.sfhover > a {
  color: white;
}
#navWrap ul ul {
  background-color: #d3ae34;
  margin-left: 0;
  width: 260px;
}
#navWrap ul ul ul {
  border: none;
  margin-left: 260px;
  top: 0;
}
#navWrap li li a {
  font: 18px/25px 'Roboto', sans-serif;
  border-bottom: solid rgba(0, 0, 0, 0.3) 1px;
  background: none;
}
#navWrap li ul li a {
  text-align: left;
  padding: 9px 10px;
  margin: 0;
}
#navWrap li ul li a:hover,
#navWrap li ul li.sfhover {
  background-color: #380c1c;
}
#navWrap .arrow-right {
  float: right;
  width: 0;
  height: 0;
  margin: 8px 2px 0 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid white;
}
/*
----------Eyebrow Nav Design-----------
// ToDo: Move to header?
*/

#altNavWrap {
  position: absolute;
  top: 10px;
  right: 0px;
}
#altNavWrap li a {
  color: white;
  text-decoration: none;
  background: url("/gradient.png?color1=c0c0c0&w=1&h=25") no-repeat scroll right center transparent;
  padding: 0px 8px 4px 7px;
  line-height: 12px;
}
#altNavWrap li.last a {
  background: none;
}
/*
-----------Bread Crumb-----------
*/

#pageContent #mainContent .content #breadCrumb {
  position: absolute;
  right: 0;
  top: 0px;
}
#pageContent #mainContent .content #breadCrumb .content {
  position: relative;
  padding: 15px 0;
  font-size: 12px;
  color: #444444;
}
#pageContent #mainContent .content #breadCrumb .content li.separator {
  /*
			text-indent: -9999px;
            background-image: url(/images/breadcrumb-arrow.png);
            background-position: right 4px;
            background-repeat: no-repeat;
            */
  padding: 0 6px;
}
/*
-----------Image Carousels-----------
   >>--Styling used regardless of layout template chosen-------------
*/

/*
----------Footer----------
*/

.footerCallToAction {
  height: 80px;
  background: #bbbbbb;
}
.footerCallToAction .content {
  position: relative;
  width: 960px;
  margin: 0px auto;
  width: 425px;
}
.footerCallToAction .phone {
  display: inline-block;
  font-size: 26px;
  color: #333333;
  padding: 0 20px;
}
.footerCallToAction .reqMeetingBtn {
  margin: 22px 0;
  background-color: #490e67;
  display: inline-block;
  border-radius: 5px;
  color: white;
}
.footerCallToAction .reqMeetingBtn:hover {
  opacity: 0.8;
}
.footerCallToAction .reqMeetingBtn a {
  color: white;
  padding: 10px 35px;
  text-decoration: none;
  display: block;
}
#footer {
  font-size: 16px;
  line-height: 22px;
  color: white;
  position: relative;
  width: 100%;
  background: black;
  padding: 20px 0 0 0;
  border-top: solid 10px #d3ae34;
  /*
    -----------Socal Icons-----------
    */

}
#footer .content {
  position: relative;
  width: 960px;
  margin: 0px auto;
  /* background:#ffffff;/* Use this for a background with a width of 960px*/

}
#footer .content .footerTagLine {
  width: 160px !important;
  height: auto !important;
  padding: 10px 0;
}
#footer .content ul {
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#footer .content li,
#footer .content p {
  color: white;
}
#footer .content a,
#footer .content span.gc-cs-link {
  color: white;
}
#footer .content .logoBlock,
#footer .content .addressBlock,
#footer .content .miscBlock {
  float: left;
}
#footer .content .logoBlock {
  padding: 0 15px 0 0;
  width: 270px;
  text-align: center;
}
#footer .content .logoBlock img {
  height: 100px;
}
#footer .content .logoBlock p {
  text-transform: uppercase;
  margin-top: 5px;
}
#footer .content .addressBlock {
  padding: 40px 15px 0 15px;
  width: 645px;
  text-align: center;
}
#footer .content .miscBlock {
  padding: 0 0 0 15px;
  width: 210px;
}
#footer .content #legal .legal {
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 10px;
  color: #888888;
}
#footer .socialIcons {
  float: right;
  margin-right: 10px;
  margin-bottom: 15px;
}
#footer .socialIcons a {
  border-radius: 5px;
  color: white;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 2px;
  position: relative;
}
#footer .socialIcons a i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  margin-top: -9px;
  margin-left: -9px;
}
#footer .socialIcons .facebook {
  background: #3b5998;
}
#footer .socialIcons .facebook i {
  margin-left: -4px;
}
#footer .socialIcons .twitter {
  background: #29c5f6;
}
#footer .socialIcons .linkedin {
  background: #006dc0;
}
#footer .socialIcons .youtube {
  background: #dd332c;
}
.siteInfo {
  color: white;
}
.siteInfo .content {
  width: 960px;
  margin: 0 auto;
  padding: 1em 0;
}
.siteInfo .content .copyright {
  float: left;
}
.siteInfo .content #creditLine {
  float: right;
}
.siteInfo .content .copyright,
.siteInfo .content #creditLine {
  font-size: 13px;
}
.loginStatus {
  font: normal 15px/60px 'Roboto', sans-serif;
  text-align: center;
  background: white;
}
/*
-------------Form Styling---------------
*/

.required {
  color: #cc0000;
}
.formFieldWrap {
  list-style: none;
}
.formFieldWrap li {
  padding: 4px 0;
}
.formFieldWrap input[type="text"],
.formFieldWrap input[type="email"],
.formFieldWrap input[type="tel"],
.formFieldWrap textarea {
  width: 250px;
  padding: 5px;
  border: 1px solid silver;
  background: #f8f8f8;
}
.formFieldWrap label {
  display: inline-block;
  width: 110px;
  padding: 3px 10px 0 0;
  text-align: right;
  vertical-align: top;
}
.formFieldWrap #txtZip,
.formFieldWrap #txtZipCode {
  width: 72px;
}
.formFieldWrap #txtPhone,
.formFieldWrap #txtFax {
  width: 124px;
}
.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 20px;
}
.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;
}
/*
-------Sidebar Newsletter Sign-Up---------
*/

#frmNewsletterSignup input[type="text"],
#frmNewsletterSignup input[type="email"] {
  width: 95%;
  border: solid 1px #cccccc;
  padding: 2%;
  margin: 5px 0px;
}
#frmNewsletterSignup input[type="submit"] {
  margin: 10px 0px 0px 0px;
}
/*
-------Search Bar---------
*/

#siteSearch {
  position: absolute;
  top: 53px;
  right: 0px;
  box-radius: 4px;
}
#siteSearch span {
  line-height: 30px;
  color: white;
  padding-right: 5px;
}
#siteSearch input.txtField {
  padding: 5px 10px;
  float: left;
  width: 126px;
  height: 20px;
  background: white;
  border: 1px solid black;
}
#siteSearch input[value].txtField {
  color: #aaaaaa;
  font-family: 'Roboto', sans-serif;
}
#siteSearch .searchBtn {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  background: #4e0004;
  font-size: 20px;
  padding: 1px 4px;
}
/*
-------Search Page------
*/

.search #pageContent #mainContent,
.search #pageContent #mainContent .content {
  background: white;
}
.search .gsc-search-box {
  position: relative;
}
.search .cse input.gsc-search-button,
.search input.gsc-search-button,
.search .gsc-search-button {
  background: none;
  border: none;
  border-radius: 0px;
  height: 32px;
  padding: 0px;
  margin: 0px;
  min-width: 37px;
  cursor: pointer;
}
.search .gsc-search-button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #6e6e6e;
  font-size: 20px;
  padding-right: 0.5em;
  position: absolute;
  top: 4px;
  right: 22px;
}
.search .cse input.gsc-input,
.search input.gsc-input {
  border: 1px solid #bbbbbb;
  font-family: inherit;
  font-size: 16px;
  padding: 5px 6px;
  width: 99%;
  height: 20px;
}
.search .cse table.gsc-search-box td.gsc-input,
.search table.gsc-search-box td.gsc-input {
  height: 32px;
  padding-right: 12px;
  vertical-align: top;
}
.search .gsc-control-cse {
  font-family: Tahoma, sans-serif;
  border-color: white;
  background-color: white;
}
.search .cse .gsc-control-cse,
.search .gsc-control-cse {
  padding: 0;
  width: 100%;
}
.search #cse .gsc-table-result {
  margin: 0 0 0.25em 0;
}
.search #cse a.gs-title,
.search #cse a.gs-title,
.search #cse a.gs-title b {
  color: #490e67;
  text-decoration: underline;
}
.search #cse a.gs-title:hover,
.search #cse a.gs-title:hover,
.search #cse a.gs-title:hover b,
.search .gs-result .gs-title:hover,
.search .gs-result .gs-title:hover * {
  text-decoration: none;
}
/*--------------- Contact Page ----------------------*/

.contactPage .contactFormWrap {
  float: left;
  /*width: 400px;*/
  padding-left: 40px;
}
.contactPage .contactForm .formDisplay {
  width: 100%;
  margin: 0;
  float: none;
}
.contactPage .formDisplay input[type="text"],
.contactPage .formDisplay input[type="password"],
.contactPage .formDisplay textarea {
  width: 90%;
}
.contactPage .formDisplay td,
.contactPage .formDisplay th {
  border-top: none;
}
.contactPage .formDisplay th {
  width: 105px;
}
.contactPage .contactFormWrap #btnSubmit {
  display: inline-block;
  float: none;
  margin: 10px 0;
}
.contactPage .contactFormWrap textarea {
  min-height: 110px;
}
/*
-----Custom Section Styling-----
*/

.btn {
  padding: 10px 20px;
  line-height: 17px;
  display: block;
  position: relative;
  float: left;
  bottom: 0px;
  clear: both;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  background: #490e67;
}
.btn:hover {
  color: white;
}
.btnSm {
  background: #dadcdb url('/gradient.png?color1=ffffffff&color2=DADCDBFF&width=10&height=25&rotate=90') 0 0 repeat-x;
  padding: 3px 7px;
  font-size: 10px;
  color: #444444;
  border: solid 1px #afb4b1;
  text-decoration: none;
}
.btnSm.floatRt {
  float: right;
}
.btn:hover,
.btnSm:hover {
  opacity: 0.80;
  filter: alpha(opacity=80);
}
.btn:hover a,
.btnSm:hover a {
  color: white;
}
input.btn {
  border: 0;
}
body.content1387 h2 {
  font-size: 20px;
}
body.content1382 h6 {
  font-size: 20px;
}
.container_12 .grid_9,
.container_16 .grid_12 {
  width: 675px;
}
.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_190px,
.grid_405px {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 35px;
}
.mobileOnly {
  display: none;
}
/*
    Google Translate Styling
*/

.goog-te-menu-value > span {
  color: black;
}
.omega > h2 {
  height: 66px;
}
/*
  DotLess Template includes (ToDo: COMMENT OUT "//" any lines below that are not used in this site)
  ---------------------------------------------------------------------------------------------------
  ---------------------------- DO NOT PUT ANY CUSTOM CSS BELOW THIS LINE ----------------------------
*/

/* Styling for '/homepage/default.htm' */

.homepage #breadCrumb {
  display: none;
}
.homepage .carousel {
  position: relative;
  height: 450px;
  overflow: hidden;
}
.homepage div.introBanner {
  background: url('/images/home-page-banner.jpg') top center no-repeat transparent;
}
.homepage div.introBanner img {
  display: none;
}
.homepage div.introBanner h1 {
  display: none;
  text-align: left;
  font: 100 55px/55px 'Roboto', sans-serif;
  padding: 20px 20px 10px 40px;
  color: white;
  text-shadow: 1px 1px 6px black;
}
.homepage #pageContent #mainContent .content {
  width: 100%;
  padding-top: 0px;
  background: #ececec;
}
.homepage #pageContent #mainContent #content {
  padding: 30px 0px 0 0px;
  width: 960px;
  background: white;
}
.homepage #pageContent #mainContent #content h1 {
  text-align: center;
  font: 300 48px/50px 'Roboto', sans-serif;
  padding-bottom: 0;
}
.homepage #pageContent #mainContent #content h2 {
  text-align: center;
  font: bold 39px/25px 'Roboto', sans-serif !important;
  padding: 30px 20px 30px 20px !important;
  margin: 30px -10px;
}
.homepage #pageContent #mainContent #content p.introText {
  margin: 0 auto;
  text-align: left;
  width: 880px;
}
.homepage #pageContent #mainContent #content .contentBlock {
  padding: 0px;
  margin-bottom: 30px;
}
.homepage #pageContent #mainContent #content .contentBlock p {
  padding: 0 0 15px 0;
  margin: 0 60px;
}
.homepage #pageContent #mainContent #content .contentBlock .btn {
  margin: 12px 0;
}
.homepage #pageContent #mainContent #content .contentBlock h2 {
  font: 300 28px/20px 'Roboto', sans-serif;
  padding: 5px 0 0.625em 0;
}
.homepage #pageContent #mainContent #content .contentBlock blockquote {
  padding: 0;
  margin: 0 0 12px 0;
  border-left: none;
  text-align: center;
}
.homepage #pageContent #mainContent #content .contentBlock blockquote p {
  color: #444444;
  font: italic 22px/1.2em 'Roboto', sans-serif;
  padding: 0 0 3px 0;
}
.homepage #pageContent #mainContent #content .contentBlock blockquote p strong {
  text-transform: none;
  font: normal 14px/1.4em 'Roboto', sans-serif;
}
.homepage #pageContent #mainContent #content .defaultBlocks p,
.homepage #pageContent #mainContent #content .featuredBlocks p {
  font: normal 16px/25px 'Roboto', sans-serif;
  color: #797e85;
}
.homepage #pageContent #mainContent #content .defaultBlocks .contentBlock {
  margin: 50px auto;
  float: none;
  display: block;
}
.homepage #pageContent #mainContent #content .defaultBlocks .contentBlock a.btn {
  clear: none;
}
.homepage #pageContent #mainContent .imgRtCarousel,
.homepage #pageContent #mainContent .imgLtCarousel {
  margin: 0;
}
/* Styling for '/media/image-carousel-homepage/' */
.basicWebPage .imgRtCarousel {
  margin: 0px;
}
.homeCarouselWrap {
  overflow: hidden;
}
.imgCarouselHomepage .caroufredsel_wrapper {
  margin: 0 !important;
  height: 412px !important;
}
.imgCarouselHomepage .carouselWrap {
  position: relative;
  width: 100% !important;
}
.imgCarouselHomepage .carouselWrap ul {
  list-style: none;
  padding: 0;
  height: 412px !important;
}
.imgCarouselHomepage .carouselWrap ul li {
  display: block;
  float: left;
  position: relative;
  height: 412px !important;
}
.imgCarouselHomepage .carouselWrap ul li a {
  display: block;
}
.imgCarouselHomepage .carouselWrap ul li a.linkOverlay {
  height: 412px;
  z-index: 1000;
  position: absolute;
  background: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0.0;
  -moz-opacity: 0.0;
  opacity: 0;
}
.imgCarouselHomepage .carouselWrap ul li img {
  position: absolute;
  bottom: 0px;
}
.imgCarouselHomepage .carouselWrap ul li .slideContent {
  z-index: 10;
  position: absolute;
  bottom: 0px;
  right: -99999px;
  width: 960px;
  overflow: visisble;
  height: 412px;
}
.imgCarouselHomepage .carouselWrap ul li .slideContent img {
  position: absolute;
  right: 90px;
  bottom: 0px;
}
.imgCarouselHomepage .controls {
  background: none;
  position: absolute;
  top: 200;
  left: 0;
  height: 0px;
  width: 100%;
  z-index: 500;
}
.imgCarouselHomepage .btnNav {
  position: relative;
  bottom: 0px;
  width: 960px;
  height: 0px;
  margin: 0px auto;
}
.imgCarouselHomepage .btnPrev,
.imgCarouselHomepage .btnNext {
  width: 50px;
  height: 50px;
  top: 200px;
  padding: 0px;
  position: absolute;
  z-index: 501;
  cursor: pointer;
}
.imgCarouselHomepage .btnPrev {
  background: url("/templates/media/image-carousel-homepage/resources/btn-prev.png") 50% 50% no-repeat;
  left: 0px;
}
.imgCarouselHomepage .btnNext {
  background: url("/templates/media/image-carousel-homepage/resources/btn-next.png") 50% 50% no-repeat;
  right: 0px;
}
.imgCarouselHomepage .slideNav {
  position: absolute;
  text-align: center;
  padding-top: 0px;
  height: 15px;
  bottom: 20px;
  z-index: 500;
  width: 100%;
}
.imgCarouselHomepage .slideNav a {
  background: url("/templates/media/image-carousel-homepage/resources/btn-nav.png") 50% 50% no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
  display: inline-block;
}
.imgCarouselHomepage .slideNav a.selected {
  background: url("/templates/media/image-carousel-homepage/resources/btn-nav-selected.png") 50% 50% no-repeat;
  cursor: default;
}
.imgCarouselHomepage .slideNav a span {
  display: none;
}
.imgCarouselHomepage .caption {
  position: relative;
  top: 60px;
  left: 50px;
  width: 475px;
  padding: 0px 0px 37px 0px;
}
.imgCarouselHomepage .caption div {
  background: none;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  float: left;
  clear: both;
  color: white;
  padding: 2px 8px 10px 8px;
  line-height: 30px;
  text-shadow: 3px 3px 3px #333333;
}
.imgCarouselHomepage .caption h2 {
  text-shadow: 3px 3px 3px #333333;
}
.imgCarouselHomepage .caption h2 div {
  background: none;
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  font-weight: 700;
  float: left;
  clear: both;
  color: white;
  padding: 2px 8px 10px 8px;
  line-height: 56px;
}
.imgCarouselHomepage .caption div.clr {
  float: none;
}
.imgCarouselHomepage .caption a.btn {
  left: 10px;
}
/* Styling for '/sidebar/standard/' */

#pageContent #mainContent #sidebar.sidebarNav .sidebarContent {
  padding: 0 10px 0 0;
  position: relative;
}
#pageContent #mainContent #sidebar.sidebarNav .sidebarContent:before {
  background: url("/images/sidebarNavBg.jpg") repeat-x;
  content: '';
  width: 210px;
  height: 6px;
  position: absolute;
}
#pageContent #mainContent #sidebar.sidebarNav .sidebarContent:after {
  background: url("/images/sidebarNavBg.jpg") repeat-x;
  content: '';
  width: 210px;
  height: 6px;
  position: absolute;
  transform: rotate(180deg);
}
#pageContent #mainContent #sidebar {
  margin-right: 0;
  padding: 0;
  margin-left: 0;
}
#pageContent #mainContent #sidebar .quoteTop {
  background: url('/images/quote-top.jpg');
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
}
#pageContent #mainContent #sidebar .quoteBottom {
  background: url('/images/quote-bottom.jpg');
  height: 30px;
  width: 30px;
  float: right;
  background-repeat: no-repeat;
}
#pageContent #mainContent #sidebar .sidebarContent {
  padding: 0 20px;
}
#pageContent #mainContent #sidebar .sidebarContent h4 {
  margin: 0px;
  padding: 0 0 6px 0;
}
#pageContent #mainContent #sidebar .sidebarContent .sidebarTestimonial {
  font-style: italic;
  font-family: serif;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
#pageContent #mainContent #sidebar .sidebarContent .sidebarTestimonial p {
  color: #777777;
  font: 200 24px/36px "roboto", sans-serif;
  padding-bottom: 0;
  font-style: italic;
}
#pageContent #mainContent #sidebar .sidebarContent .secondaryNav ul {
  border-bottom: none;
  padding: 15px 0;
}
#pageContent #mainContent #sidebar .sidebarContent .secondaryNav ul li {
  float: none;
  position: relative;
}
#pageContent #mainContent #sidebar .sidebarContent .secondaryNav ul li a {
  display: block;
  padding: 10px 5px 10px 5px;
  font: italic 16px/18px 'Roboto', sans-serif;
  text-decoration: none;
  color: #444444;
  text-transform: uppercase;
}
#pageContent #mainContent #sidebar .sidebarContent .secondaryNav ul li a:hover {
  background: #490e67;
  color: white;
}
#pageContent #mainContent #sidebar .sidebarContent .secondaryNav ul li.liParent {
  background: url('/images/arrow-grey.png') no-repeat 95% center scroll white;
}
#pageContent #mainContent #sidebar .sidebarContent .secondaryNav ul li.liParent a {
  padding-right: 25px;
}
#pageContent #mainContent #sidebar .sidebarContent .secondaryNav ul li.liParent:hover {
  background: url('/images/arrow-grey.png') no-repeat 95% center scroll white;
}
#pageContent #mainContent #sidebar .sidebarContent .secondaryNav ul ul {
  margin-left: 210px;
  bottom: 3px;
  width: 120%;
}
#pageContent #mainContent #sidebar .sidebarContent .secondaryNav ul ul li a {
  background: #490e67;
  color: white;
}
#pageContent #mainContent #sidebar .sidebarContent .sharedContent {
  border-top: 1px solid #cccccc;
  background: url("/gradient.png?color1=ffffff&w=1&h=1") top center repeat-x;
  margin: 0 0 15px;
}
#pageContent #mainContent #sidebar .sidebarContent .sharedContent .content {
  padding-top: 10px;
}
#pageContent #mainContent #sidebar .sidebarContent .sharedContent .content .secondaryNav {
  padding-top: 8px;
}
#pageContent #mainContent #sidebar .sidebarContent .sharedContent h4 {
  font: bold 16px/20px 'Roboto', sans-serif;
  padding: 8px 0 8px;
}
#pageContent #mainContent #sidebar .sidebarContent .sharedContent p {
  color: #797e85;
  font: 13px/20px 'Roboto', sans-serif;
}
#pageContent #mainContent #sidebar .sidebarContent .sharedContent input[type=text] {
  padding: 2%;
  width: 95%;
  border: solid 1px #cccccc;
}
#pageContent #mainContent #sidebar .sidebarContent .sharedContent.last,
#pageContent #mainContent #sidebar .sidebarContent .sharedContent.last .content {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.smWindowWidth #sidebar .sidebarContent .secondaryNav ul ul {
  right: 178px;
}
/* Styling for '/sidebar/standard/' */

.eventSearch {
  padding: 0 0 20px 5px;
}
.eventSearch #calendar {
  width: 100%;
  font-size: 0.9em;
}
.eventSearch .toLabel {
  padding-right: 16px;
}
.eventSearch .dateRange div {
  margin-bottom: 5px;
}
.eventSearch .dateRange span {
  float: right;
}
.eventSearch .dateRange label {
  float: left;
}
.eventSearch #eventSearch {
  margin: 10px 0;
}
/* Styling for '/webpage/one-column/' */

.webPageOneColumn .contactFormWrap {
  margin-top: 1.5em;
}
/* Styling for '/webpage/two-column/' */

.imgLt.noPhoto,
.imgRt.noPhoto {
  max-width: 50%;
}
/* Styling for '/webpage/three-column/' */

.imgLt.noPhoto,
.imgRt.noPhoto {
  max-width: 50%;
}
/* Styling for '/webpage/one-column/' */

.webPageOneColumn .contactFormWrap {
  margin-top: 1.5em;
}
.webPageOneColumnwFullWidthIntroPhoto .introPhotoFullWidth {
  width: 100%;
  height: 410px;
  background-position: top center;
}
/* Styling for '/webpage/one-column/' */

.fullWidthInfographic #pageContent #mainContent .content #breadCrumb {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  width: 960px;
  margin: 0 auto;
}
.fullWidthInfographic #pageContent {
  background: #e8e8e8;
}
.fullWidthInfographic #pageContent #mainContent .content {
  width: 100%;
  margin: 0 auto;
  padding-top: 44px;
  background: none;
  position: relative;
}
.fullWidthInfographic h1 {
  width: 960px;
  text-align: center;
  font-size: 46px;
  padding: 30px 0 16px 0;
  margin: 0 auto 20px auto;
  border-bottom: 2px solid #cfcfcf;
}
.fullWidthInfographic .contentBlock {
  width: 100%;
  color: white;
  display: table;
}
.fullWidthInfographic .contentBlock h2 {
  color: white;
  font-size: 85px;
  text-align: center;
}
.fullWidthInfographic .contentBlock .contentWrapper {
  width: 960px;
  margin: 0 auto;
  display: block;
  padding: 50px 0 50px 0;
  text-align: center;
  font-size: 23px;
}
.fullWidthInfographic .contentBlock .contentWrapper .copy {
  height: 170px;
  color: #333333;
}
.fullWidthInfographic .contentBlock .contentWrapper .copy h2 {
  color: #333333;
  width: 39%;
  padding: 0;
  height: 170px;
  line-height: 100%;
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  float: left;
  padding: 20px 0px 5px 0;
  margin: 0 30px 0 0px;
  text-shadow: 2px 3px 5px #bebebe;
  font-size: 100px;
  box-shadow: 0px 0px 7px -3px black;
  border-radius: 11px;
  border: 1px solid #cdcdcd;
}
.fullWidthInfographic .contentBlock .contentWrapper .copy small {
  font-size: 40px;
  clear: both;
  display: block;
  line-height: 45px;
}
.fullWidthInfographic .contentBlock .contentWrapper .copy .copyInner {
  padding: 30px 0;
  font-size: 35px;
  font-size: 38px;
}
.fullWidthInfographic #cb1 {
  border-bottom: 3px dashed #dadada;
}
.fullWidthInfographic #cb1 h2 {
  line-height: 170px;
  color: #490e67;
}
.fullWidthInfographic #cb1 .copyInner {
  color: #490e67;
}
.fullWidthInfographic #cb2 {
  border-bottom: 3px dashed #dadada;
}
.fullWidthInfographic #cb2 h2,
.fullWidthInfographic #cb2 .copyInner {
  color: #748693;
}
.fullWidthInfographic #cb3 {
  border-bottom: 3px dashed #dadada;
}
.fullWidthInfographic #cb3 h2,
.fullWidthInfographic #cb3 .copyInner {
  color: #093e52;
}
.fullWidthInfographic #cb4 {
  border-bottom: 3px dashed #dadada;
}
.fullWidthInfographic #cb4 h2,
.fullWidthInfographic #cb4 .copyInner {
  color: #3f5364;
}
.fullWidthInfographic #cb5 {
  border-bottom: 3px dashed #dadada;
}
.fullWidthInfographic #cb5 h2 {
  line-height: 170px;
  color: #9a989a;
}
.fullWidthInfographic #cb5 .copyInner {
  color: #9a989a;
}
.fullWidthInfographic #cb6 h2 {
  line-height: 170px;
}
.fullWidthInfographic #cb6 .copyInner {
  line-height: 150px;
}
.fullWidthInfographic #cb7 .contentWrapper {
  padding: 0;
  text-align: left;
}
.fullWidthInfographic #cb7 .contentWrapper .copy {
  height: 110px;
}
.fullWidthInfographic #cb7 .contentWrapper .copy .coppyInner {
  padding: 0;
}
.fullWidthInfographic #cb7 .contentWrapper .copy .coppyInner p {
  color: #5f5f5f;
  font-size: 14px;
  line-height: 16px;
}
.fullWidthInfographic .contactFormWrap {
  margin-top: 1.5em;
}
/* Styling for '/webpage/three-column/' */

.imgLt.noPhoto,
.imgRt.noPhoto {
  max-width: 50%;
}
.webPageThreeColumnwFullWidthIntroPhoto .introPhotoFullWidth {
  width: 100%;
  height: 410px;
  background-position: top center;
}
.webPageThreeColumnwFullWidthIntroPhoto #content .contentBlock {
  width: 200px;
  margin-right: 15px;
}
.webPageThreeColumnwFullWidthIntroPhoto #content .contentBlock h2 {
  font-size: 18px;
}
/* Styling for '/webpage/one-column/' */

.webPageOneColumnNoSidebar .introPhotoFullWidth {
  width: 100%;
  height: 200px;
  background-position: top center;
}
.webPageOneColumnNoSidebar #pageWrap #pageContent #mainContent .content {
  background: none;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb3 {
  position: relative;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb3 .infoContent {
  height: 215px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb3 .legend {
  margin-bottom: 20px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb3 .legend div {
  float: left;
  width: 310px;
  font-size: 24px;
  margin-bottom: 20px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb3 .legend div span {
  display: inline-block;
  width: 30px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: -5px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb3 .legend .legendOne span {
  background-color: #50142e;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb3 .legend .legendTwo span {
  background-color: #435464;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb3 .legend .legendthree span {
  background-color: #788794;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb3 #graphic {
  font-size: 32px;
  font-weight: 900;
  line-height: 46px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb3 #graphic .percents {
  width: 90px;
  float: left;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb3 #graphic .image {
  float: left;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb3 #graphic .image img {
  cursor: pointer;
  height: 134px !important;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb3 #graphic .image .fullWidth {
  width: 800px !important;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb3 #graphic .image .halfWidth {
  width: 400px !important;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb3 .flyOut {
  width: 425px;
  position: absolute;
  top: 115px;
  right: 0px;
  display: none;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb3 .flyOut .description {
  background-color: #50142e;
  color: white;
  padding: 10px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb3 .flyOut .description h3 {
  color: white;
  padding: 0;
  margin: 0px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb3 .flyOut .description p {
  color: white;
  padding: 0;
  margin: 0px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 {
  position: relative;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 .infoContent {
  height: 315px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 .legend {
  margin-bottom: 20px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 .legend div {
  float: left;
  width: 310px;
  font-size: 24px;
  margin-bottom: 20px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 .legend div span {
  display: inline-block;
  width: 30px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: -5px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 .legend .legendOne {
  width: 185px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 .legend .legendOne span {
  background-color: #50142e;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 .legend .legendTwo span {
  background-color: #435464;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 .legend .legendthree span {
  background-color: #788794;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 table.fullWidth {
  width: 920px;
  font-size: 24px;
  font-weight: 900;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 table.fullWidth td {
  text-align: center;
  vertical-align: bottom;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 table.fullWidth td img {
  width: 60px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 table.fullWidth td:nth-child(3),
.content1450 #pageWrap #pageContent #mainContent .content #cb4 table.fullWidth td:nth-child(6),
.content1450 #pageWrap #pageContent #mainContent .content #cb4 table.fullWidth td:nth-child(9),
.content1450 #pageWrap #pageContent #mainContent .content #cb4 table.fullWidth td:nth-child(12),
.content1450 #pageWrap #pageContent #mainContent .content #cb4 table.fullWidth td:nth-child(15) {
  width: 40px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 table.halfWidth {
  width: 460px;
  font-size: 14px;
  font-weight: 900;
  float: right;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 table.halfWidth td {
  text-align: center;
  vertical-align: bottom;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 table.halfWidth td img {
  width: 30px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 table.halfWidth td:nth-child(3),
.content1450 #pageWrap #pageContent #mainContent .content #cb4 table.halfWidth td:nth-child(6),
.content1450 #pageWrap #pageContent #mainContent .content #cb4 table.halfWidth td:nth-child(9),
.content1450 #pageWrap #pageContent #mainContent .content #cb4 table.halfWidth td:nth-child(12),
.content1450 #pageWrap #pageContent #mainContent .content #cb4 table.halfWidth td:nth-child(15) {
  width: 20px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 .flyOut {
  width: 425px;
  position: absolute;
  top: 115px;
  left: 0px;
  display: none;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 .flyOut .description {
  background-color: #50142e;
  color: white;
  padding: 10px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 .flyOut .description h3 {
  color: white;
  padding: 0;
  margin: 0px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb4 .flyOut .description p {
  color: white;
  padding: 0;
  margin: 0px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 {
  position: relative;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 .infoContent {
  height: 275px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 h2 span {
  font-size: 18px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 .legend {
  margin-bottom: 20px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 .legend div {
  float: left;
  width: 310px;
  font-size: 24px;
  margin-bottom: 20px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 .legend div span {
  display: inline-block;
  width: 30px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: -5px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 .legend .legendOne {
  width: 185px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 .legend .legendOne span {
  background-color: #50142e;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 .legend .legendTwo {
  width: 475px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 .legend .legendTwo span {
  background-color: #435464;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 .legend .legendthree span {
  background-color: #788794;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 table.fullWidth {
  width: 865px;
  font-size: 24px;
  font-weight: 900;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 table.fullWidth td {
  text-align: center;
  vertical-align: bottom;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 table.fullWidth td img {
  width: 70px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 table.fullWidth td:nth-child(3),
.content1450 #pageWrap #pageContent #mainContent .content #cb5 table.fullWidth td:nth-child(6),
.content1450 #pageWrap #pageContent #mainContent .content #cb5 table.fullWidth td:nth-child(9),
.content1450 #pageWrap #pageContent #mainContent .content #cb5 table.fullWidth td:nth-child(12),
.content1450 #pageWrap #pageContent #mainContent .content #cb5 table.fullWidth td:nth-child(15) {
  width: 40px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 table.halfWidth {
  width: 460px;
  font-size: 14px;
  top: 106px;
  font-weight: 900;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 table.halfWidth td {
  text-align: center;
  vertical-align: bottom;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 table.halfWidth td img {
  width: 40px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 table.halfWidth td:nth-child(3),
.content1450 #pageWrap #pageContent #mainContent .content #cb5 table.halfWidth td:nth-child(6),
.content1450 #pageWrap #pageContent #mainContent .content #cb5 table.halfWidth td:nth-child(9),
.content1450 #pageWrap #pageContent #mainContent .content #cb5 table.halfWidth td:nth-child(12),
.content1450 #pageWrap #pageContent #mainContent .content #cb5 table.halfWidth td:nth-child(15) {
  width: 20px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 .flyOut {
  width: 425px;
  position: absolute;
  top: 115px;
  right: 0px;
  display: none;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 .flyOut .description {
  background-color: #50142e;
  color: white;
  padding: 10px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 .flyOut .description h3 {
  color: white;
  padding: 0;
  margin: 0px;
}
.content1450 #pageWrap #pageContent #mainContent .content #cb5 .flyOut .description p {
  color: white;
  padding: 0;
  margin: 0px;
}
.content1451 #pageWrap #pageContent #mainContent .content #cb1 .peerProcess {
  display: none;
}
.content1451 #pageWrap #pageContent #mainContent .content #cb1 #img0 {
  background: url('/images/peer/0.png') top center no-repeat transparent;
  width: 750px;
  height: 767px;
  display: block;
}
.content1451 #pageWrap #pageContent #mainContent .content #cb1 #img1 {
  background: url('/images/peer/1.png') top center no-repeat transparent;
  width: 750px;
  height: 767px;
}
.content1451 #pageWrap #pageContent #mainContent .content #cb1 #img2 {
  background: url('/images/peer/2.png') top center no-repeat transparent;
  width: 750px;
  height: 767px;
}
.content1451 #pageWrap #pageContent #mainContent .content #cb1 #img3 {
  background: url('/images/peer/3.png') top center no-repeat transparent;
  width: 750px;
  height: 767px;
}
.content1451 #pageWrap #pageContent #mainContent .content #cb1 #img4 {
  background: url('/images/peer/4.png') top center no-repeat transparent;
  width: 750px;
  height: 767px;
}
.content1451 #pageWrap #pageContent #mainContent .content #cb1 #img5 {
  background: url('/images/peer/5.png') top center no-repeat transparent;
  width: 750px;
  height: 767px;
}
.content1451 #pageWrap #pageContent #mainContent .content #cb1 #img6 {
  background: url('/images/peer/6.png') top center no-repeat transparent;
  width: 750px;
  height: 767px;
}
.content1451 #pageWrap #pageContent #mainContent .content #cb1 #img7 {
  background: url('/images/peer/7.png') top center no-repeat transparent;
  width: 750px;
  height: 767px;
}
.content1451 #pageWrap #pageContent #mainContent .content .peerContent {
  position: absolute;
  width: 310px;
  height: 240px;
  top: 345px;
  left: 305px;
  background-color: white;
  padding: 20px;
  border-radius: 100px;
  text-align: center;
  border: 5px solid #cccccc;
  box-shadow: 5px 5px 5px #333333;
  display: none;
}
.content1451 #pageWrap #pageContent #mainContent .content .peerContent p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 32px;
  line-height: 34px;
}
.latestNews h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
}
.latestNews h2,
.latestNews .story {
  border-bottom: solid 1px #d4d4d4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.latestNews .story h3 {
  font-size: 18px;
  padding: 0;
}
.latestNews .story h3 a {
  text-decoration: none;
}
.latestNews .story h4 {
  font-size: 16px;
  padding: 0 0 0.25em 0;
}
.latestNews .story p {
  padding: 0;
}
.newsListing .date,
.newsListing .categoryLink {
  font: bold 12px/20px 'Roboto', sans-serif;
  color: #920006;
  text-transform: uppercase;
  padding: 0 0 15px 0;
}
.newsListing .category h2.categoryHead {
  font-weight: normal;
  font-size: 1.4em;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0.75em;
  padding-bottom: 0.2em;
}
.newsListing .category {
  margin: 1.5em 0;
}
.newsListing .story {
  border-bottom: 1px solid #cccccc;
  margin: 1.5em 0;
  padding: 0 0 0.5em 0;
}
.newsListing .story h3 {
  font: bold 16px/20px 'Roboto', sans-serif;
  padding: 0;
}
.newsListing .story h3 a {
  color: #444444;
  text-decoration: none;
}
.newsListing .story h3 a:hover {
  text-decoration: underline;
}
.newsListing .story p {
  color: #797e85;
}
.newsListing .story .newsReadMore {
  padding: 0 0 10px 0;
  display: block;
  font-weight: bold;
}
.newsListing .last {
  border-bottom: none;
}
.newsTemplate .releaseDate {
  font-size: 0.85em;
  float: right;
  color: #676767;
}
.newsTemplate .newsStory h1 {
  margin-bottom: 0px;
  padding: 0 0 10px;
}
.newsTemplate .newsStory h2.subheadline {
  font-size: 0.833333333;
  padding: 0 0 15px;
  font-weight: normal;
}
.newsTemplate .newsStory .contentBlock h2 {
  font-size: 0.833333333;
  padding: 0 0 8px;
}
.newsTemplate .relatedNews .btnSm {
  margin-top: 2px;
}
.newsTemplate .relatedNews h2 {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 0;
  padding: 0;
  margin: 0;
  background: url('/gradient.png?color1=CCCCCCff&color2=CCCCCCff&width=1&height=525&rotate=90') 108px center no-repeat;
}
.simpleEvent .eventDetails {
  float: right;
  border: solid 1px #cccccc;
  background: #efefef;
  padding: 0.9em;
  margin: 44px 0 14px 14px;
  width: 30%;
}
.simpleEvent .eventDetails h3.datetime {
  font: bold 16px/20px 'Roboto', sans-serif;
  margin-bottom: 0;
  padding: 0 0 0;
}
.simpleEvent .eventDetails h4.datetime {
  font: 14px/20px 'Roboto', sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  padding: 0 0 0;
}
.simpleEvent .eventDetails .location,
.simpleEvent .eventDetails .contact {
  margin-bottom: 0;
}
.simpleEvent .eventDetails .location h5 {
  font: bold 16px/25px 'Roboto', sans-serif;
  padding: 0 0 0;
  margin-bottom: 0;
}
.simpleEvent #mainContent .eventInfo h1 {
  margin-bottom: 0;
  padding: 0 0 5px 0;
}
.simpleEvent #mainContent .eventInfo h2 {
  font: bold 25px/30px 'Roboto', sans-serif;
  padding: 0 0 8px 0;
}
.simpleEvent .eventInfo ul {
  display: block;
}
.simpleEvent .imgRt {
  clear: both;
}
.simpleEvent .imgLt {
  margin-bottom: 0;
}
.simpleEvent .imgLt p {
  font: 13px/18px 'Roboto', sans-serif;
  padding: 0 0 12px 0;
}
.simpleEvent .imgRt p {
  font: 13px/18px 'Roboto', sans-serif;
  padding: 0 0 12px 0;
}
.simpleEvent #sidebar .eventSearch h4 {
  color: #606060;
  font: bold 18px/25px 'Roboto', sans-serif;
  padding: 5px 0 0.625em 0;
}
.simpleEvent .upcomingEvents .btnSm {
  margin-top: 2px;
}
.simpleEvent .upcomingEvents h2 {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 0;
  padding: 0;
  margin: 0;
  background: url('/gradient.png?color1=CCCCCCff&color2=CCCCCCff&width=1&height=505&rotate=90') 130px center no-repeat;
}
.events #mainContent .dateRangeTitle {
  padding: 0;
  font-weight: normal;
}
.events #mainContent .eventListing h1 {
  margin-bottom: 0px;
}
.events #mainContent .eventListing .category {
  margin: 1.5em 0;
}
.events #mainContent .eventListing .category h2.categoryHead {
  font-weight: normal;
  font-size: 1.4em;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0.75em;
  padding-bottom: 0.2em;
}
.events #mainContent .eventListing .event {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 0.5em 0;
  margin: 1.5em 0;
}
.events #mainContent .eventListing .event h3 {
  font: bold 16px/20px 'Roboto', sans-serif;
  padding: 0;
}
.events #mainContent .eventListing .event h3 a {
  color: #444444;
  text-decoration: none;
}
.events #mainContent .eventListing .event h3 a:hover {
  text-decoration: underline;
}
.events #mainContent .eventListing .event .date {
  font: bold 12px/20px 'Roboto', sans-serif;
  padding: 0 0 15px 0;
  color: #920006;
  text-transform: uppercase;
}
.events #mainContent .eventListing .event p {
  color: #797e85;
}
.events #mainContent .eventListing .event .eventReadMore {
  padding: 0 0 10px 0;
  display: block;
  font-weight: bold;
}
.upcomingEvents h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
}
.upcomingEvents h2,
.upcomingEvents ul li {
  border-bottom: solid 1px #d4d4d4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.upcomingEvents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.upcomingEvents ul li {
  display: block;
  float: left;
  width: 100%;
}
.upcomingEvents .eventDate {
  float: left;
  text-align: center;
  width: 20%;
}
.upcomingEvents .eventDate .eventDay {
  font-size: 32px;
  display: block;
  line-height: 1em;
}
.upcomingEvents .eventDate .eventMonth {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  line-height: 1em;
}
.upcomingEvents .eventInfo {
  float: left;
  margin-left: 5%;
  width: 75%;
}
.upcomingEvents .eventInfo .dateRange {
  padding-bottom: 0;
  font-size: 13px;
}
.upcomingEvents .eventInfo .dateRange span {
  float: none;
}
.upcomingEvents .eventInfo .eventDates {
  display: block;
}
.upcomingEvents .eventInfo h3 {
  font-size: 18px;
  padding: 0 0 0.25em 0;
}
.upcomingEvents .eventInfo h3 a {
  text-decoration: none;
}
.blogList #mainContent .newsListing .date {
  font-size: 0.85em;
  float: right;
  color: #676767;
}
.blogList #mainContent .newsListing .category h2.categoryHead {
  font-weight: normal;
  font-size: 1.4em;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0.75em;
  padding-bottom: 0.2em;
}
.blogList .newsListing p {
  margin-bottom: 1em;
}
.blogList .newsListing .category {
  margin-bottom: 1.67em;
}
.blogList .newsListing .story {
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.blogList #mainContent .postInfo {
  font-size: 0.85em;
  color: #676767;
  margin: -4px 0 5px 0;
  padding-bottom: 2px;
  border-bottom: 1px dashed #bfd6e3;
}
.blogList h2.Blog {
  display: none;
}
.releaseDate {
  font-size: 0.85em;
  float: right;
  color: #676767;
}
#mainContent .postInfo {
  font-size: 0.85em;
  color: #676767;
  margin: -10px 0 12px 0;
  padding-bottom: 8px;
  border-bottom: 1px dashed #bfd6e3;
}
/* Styling for '/iframed-page/page-simple/' */

/* Styling for '/iframed-page/page-simple/' */

#comments {
  width: 595px;
  padding: 15px;
  background: #f3f3f3;
  float: left;
}
#comments .comment {
  border-bottom: 1px dashed lightgray;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#comments .comment .header {
  padding: 5px 10px;
  background: none;
}
#comments .comment h4.name {
  font-size: 16px;
  font-weight: bold;
  padding-left: 0;
  color: #444444;
  /* Start Inline-Block */
  display: inline-block;
  *display: inline;
  zoom: 1;
  /* End Inline-Block */

}
#comments .comment .date {
  float: right;
  padding: 5px 10px;
  background: #e3e3e3;
  color: #666666;
  font-size: 13px;
}
#comments .comment .body {
  padding: 2px;
  padding: 0 0 5px 10px;
  color: #777777;
}
.socialLinks div {
  margin-bottom: 20px;
}
.socialLinks div div {
  margin-bottom: 0;
}
.socialLinks {
  padding: 10px 0;
}
.socialLinks .signUp {
  padding: 5px 0;
}
.socialLinks a {
  /* Start Inline-Block */
  display: inline-block;
  *display: inline;
  zoom: 1;
  /* End Inline-Block */

}
.mediaLinks {
  /* Start Inline-Block */
  display: inline-block;
  *display: inline;
  zoom: 1;
  /* End Inline-Block */
  position: relative;
  padding-right: 3px;
}
.mediaLinks a {
  margin: 0;
}
.mediaLinks .popUp {
  position: absolute;
  bottom: 42px;
  left: 0;
  background: #d4d4d4;
  border: 3px solid #a1a1a1;
  padding: 10px;
  width: 130px;
  margin-left: -60px;
  display: none;
  z-index: 910;
}
#sidebar .mediaLinks .popUp ul,
.mediaLinks .popUp ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mediaLinks .fbPopUp {
  width: 250px;
}
.mediaLinks .twPopUp {
  width: 150px;
}
/* Styling for '/media/image-carousel-dots-and-arrows/' */
.basicWebPage .imgRtCarousel {
  margin: 0px;
}
.imgCarouselDotsAndArrows .caroufredsel_wrapper {
  margin: 0 !important;
}
.imgCarouselDotsAndArrows .carouselWrap {
  position: relative;
}
.imgCarouselDotsAndArrows .carouselWrap ul {
  list-style: none;
  padding: 0;
}
.imgCarouselDotsAndArrows .carouselWrap ul li {
  display: block;
  float: left;
  position: relative;
}
.imgCarouselDotsAndArrows .carouselWrap ul li a {
  display: block;
}
.imgCarouselDotsAndArrows .carouselWrap ul li img {
  display: block;
}
.imgCarouselDotsAndArrows .carouselWrap .caption {
  background: url("/templates/media/image-carousel-dots-and-arrows/resources/bg-caption.png");
  position: absolute;
  bottom: 30px;
  left: 0px;
  z-index: 100;
  color: white;
  padding: 10px 15px 5px;
  margin: 0px;
  width: 100%;
  height: 46px;
  line-height: 21px;
  overflow-y: hidden;
}
.imgCarouselDotsAndArrows .carouselWrap .caption h6,
.imgCarouselDotsAndArrows .carouselWrap .caption a {
  color: white;
}
.imgCarouselDotsAndArrows .carouselWrap .caption h6 {
  padding: 0;
}
.imgCarouselDotsAndArrows .carouselWrap .caption p {
  color: #bbbbbb;
  padding: 0.1em 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  margin: 0;
}
.imgCarouselDotsAndArrows .carouselWrap .hover p {
  white-space: normal;
  overflow: normal;
  text-overflow: normal;
  -o-text-overflow: normal;
  -ms-text-overflow: normal;
}
.imgCarouselDotsAndArrows .controls {
  background: url("/templates/media/image-carousel-dots-and-arrows/resources/bg-caption.png");
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
  z-index: 100;
}
.imgCarouselDotsAndArrows .btnPrev,
.imgCarouselDotsAndArrows .btnNext {
  top: auto;
  width: 11px;
  height: 14px;
  bottom: 0px;
  padding: 10px;
  position: absolute;
  z-index: 500;
  cursor: pointer;
}
.imgCarouselDotsAndArrows .btnPrev {
  background: url("/templates/media/image-carousel-dots-and-arrows/resources/btn-prev.png") 50% 50% no-repeat;
  left: 0px;
}
.imgCarouselDotsAndArrows .btnNext {
  background: url("/templates/media/image-carousel-dots-and-arrows/resources/btn-next.png") 50% 50% no-repeat;
  right: 0px;
}
.imgCarouselDotsAndArrows .slideNav {
  text-align: center;
  padding-top: 5px;
}
.imgCarouselDotsAndArrows .slideNav a {
  background: url("/templates/media/image-carousel-dots-and-arrows/resources/btn-nav.png") 50% 50% no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
  display: inline-block;
}
.imgCarouselDotsAndArrows .slideNav a.selected {
  background: url("/templates/media/image-carousel-dots-and-arrows/resources/btn-nav-selected.png") 50% 50% no-repeat;
  cursor: default;
}
.imgCarouselDotsAndArrows .slideNav a span {
  display: none;
}
/* Styling for '/media/image-carousel-homepage/' */
.basicWebPage .imgRtCarousel {
  margin: 0px;
}
.homeCarouselWrap {
  overflow: hidden;
}
.imgCarouselHomepage .caroufredsel_wrapper {
  margin: 0 !important;
  height: 412px !important;
}
.imgCarouselHomepage .carouselWrap {
  position: relative;
  width: 100% !important;
}
.imgCarouselHomepage .carouselWrap ul {
  list-style: none;
  padding: 0;
  height: 412px !important;
}
.imgCarouselHomepage .carouselWrap ul li {
  display: block;
  float: left;
  position: relative;
  height: 412px !important;
}
.imgCarouselHomepage .carouselWrap ul li a {
  display: block;
}
.imgCarouselHomepage .carouselWrap ul li a.linkOverlay {
  height: 412px;
  z-index: 1000;
  position: absolute;
  background: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0.0;
  -moz-opacity: 0.0;
  opacity: 0;
}
.imgCarouselHomepage .carouselWrap ul li img {
  position: absolute;
  bottom: 0px;
}
.imgCarouselHomepage .carouselWrap ul li .slideContent {
  z-index: 10;
  position: absolute;
  bottom: 0px;
  right: -99999px;
  width: 960px;
  overflow: visisble;
  height: 412px;
}
.imgCarouselHomepage .carouselWrap ul li .slideContent img {
  position: absolute;
  right: 90px;
  bottom: 0px;
}
.imgCarouselHomepage .controls {
  background: none;
  position: absolute;
  top: 200;
  left: 0;
  height: 0px;
  width: 100%;
  z-index: 500;
}
.imgCarouselHomepage .btnNav {
  position: relative;
  bottom: 0px;
  width: 960px;
  height: 0px;
  margin: 0px auto;
}
.imgCarouselHomepage .btnPrev,
.imgCarouselHomepage .btnNext {
  width: 50px;
  height: 50px;
  top: 200px;
  padding: 0px;
  position: absolute;
  z-index: 501;
  cursor: pointer;
}
.imgCarouselHomepage .btnPrev {
  background: url("/templates/media/image-carousel-homepage/resources/btn-prev.png") 50% 50% no-repeat;
  left: 0px;
}
.imgCarouselHomepage .btnNext {
  background: url("/templates/media/image-carousel-homepage/resources/btn-next.png") 50% 50% no-repeat;
  right: 0px;
}
.imgCarouselHomepage .slideNav {
  position: absolute;
  text-align: center;
  padding-top: 0px;
  height: 15px;
  bottom: 20px;
  z-index: 500;
  width: 100%;
}
.imgCarouselHomepage .slideNav a {
  background: url("/templates/media/image-carousel-homepage/resources/btn-nav.png") 50% 50% no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
  display: inline-block;
}
.imgCarouselHomepage .slideNav a.selected {
  background: url("/templates/media/image-carousel-homepage/resources/btn-nav-selected.png") 50% 50% no-repeat;
  cursor: default;
}
.imgCarouselHomepage .slideNav a span {
  display: none;
}
.imgCarouselHomepage .caption {
  position: relative;
  top: 60px;
  left: 50px;
  width: 475px;
  padding: 0px 0px 37px 0px;
}
.imgCarouselHomepage .caption div {
  background: none;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  float: left;
  clear: both;
  color: white;
  padding: 2px 8px 10px 8px;
  line-height: 30px;
  text-shadow: 3px 3px 3px #333333;
}
.imgCarouselHomepage .caption h2 {
  text-shadow: 3px 3px 3px #333333;
}
.imgCarouselHomepage .caption h2 div {
  background: none;
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  font-weight: 700;
  float: left;
  clear: both;
  color: white;
  padding: 2px 8px 10px 8px;
  line-height: 56px;
}
.imgCarouselHomepage .caption div.clr {
  float: none;
}
.imgCarouselHomepage .caption a.btn {
  left: 10px;
}
/* Styling for '/media/image-carousel-thumbs-captions/' */

.carouselWrap .photoInfo {
  margin: 1em auto 0 auto;
}
/* Basic styling for table containing tabular data */

.BasicTable {
  border-collapse: collapse;
  border-bottom: solid 3px #e4e5e5;
  margin-bottom: 20px;
}
.BasicTable tr {
  border-bottom: solid 1px #e4e5e5;
}
.BasicTable td {
  padding: 12px 14px;
}
.BasicTable tr.BasicTableHeaderRow {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  border-bottom: solid 3px #e4e5e5;
}
.BasicTable tr.BasicTableHeaderRow td {
  background: #ebebeb;
}
.BasicTable tr.BasicTableHeaderRow td.BasicTableHeaderLastCol {
  background: #dddddd;
}
.BasicTable tr.BasicTableHeaderRow td:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.BasicTable tr.BasicTableHeaderRow td:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}
.BasicTable td.BasicTableFirstCol {
  border-right: solid 1px #e4e5e5;
  background: #ebebeb;
}
.BasicTable td.BasicTableLastCol {
  background: #dddddd;
  border-left: solid 1px #e4e5e5;
}
.BasicTable tr.BasicTableFooterRow {
  border-top: solid 3px #e4e5e5;
}
.BasicTable td.BasicTableFooterFirstCol {
  background: #ebebeb;
  border-right: solid 3px #e4e5e5;
}
.BasicTable td.BasicTableFooterLastCol {
  background: #dddddd;
  border-left: solid 1px #e4e5e5;
}
/* Styling for '/navigation/primary/' */

/* Styling for '/navigation/secondary/' */

/* Styling for '/navigation/sidebar/' */

/**
 * LESS stylesheet for the Reviews tool.
 *
 * @author Brian Reich
 */
.reviewForm {
  width: 100%;
  box-sizing: border-box;
  margin: 10px;
}
.reviewForm .fieldWrap {
  padding: 10px;
}
.reviewForm .fieldWrap.fullWidth {
  padding-left: 20%;
}
.reviewForm .fieldWrap.fullWidth label {
  width: auto;
}
.reviewForm .fieldWrap.fullWidth input {
  width: auto;
}
.reviewForm .fieldWrap input {
  box-sizing: border-box;
  display: inline-block;
  width: 30%;
}
.reviewForm .fieldWrap textarea {
  box-sizing: border-box;
  display: inline-block;
  width: 60%;
  height: 8em;
}
.reviewForm .fieldWrap label {
  display: inline-block;
  width: 20%;
  text-align: right;
  color: black;
  font-size: 1.2em;
}
.reviewForm .fieldWrap label .instructions {
  display: block;
  font-size: .8em;
  color: #888888;
}
.reviewForm .fieldWrap label.required:before {
  content: "*";
  color: red;
}
.reviewForm .fieldWrap .fa-star {
  font-size: 1.4em;
  color: #cccccc;
  transition: color .5s;
}
.reviewForm .fieldWrap .fa-star.hover,
.reviewForm .fieldWrap .fa-star.beforeHover {
  color: #eabf27;
}
.reviewForm .fieldWrap .fa-star.selected,
.reviewForm .fieldWrap .fa-star.beforeSelected {
  color: red;
}
.reviewForm .buttons {
  margin-top: 1em;
  padding-left: 20%;
}
/**
 * A single review. 
 */

.review {
  background: #eeeeee;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 15px 30px;
  box-sizing: border-box;
}
.review header .fa-star {
  color: #eabf27;
}
.review header .reviewRating {
  display: none;
  margin-right: 20px;
}
.review header .stars {
  display: inline-block;
  margin-right: 20px;
}
.review header .author {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  margin-right: 20px;
}
.review header .title {
  color: #2a0040;
  font-weight: bold;
  font-size: 1.2em;
  padding: 18px 0 0.625em;
}
.review .reviewBody {
  color: #181312;
  padding: 0 0 3px;
}
.review .reviewBody .recommendation {
  margin: 1em 0;
}
.review .reviewBody .recommendation.recommended strong {
  color: #1fa67a;
}
.review .reviewBody .recommendation.notRecommended strong {
  color: red;
}
.reviewCount a {
  text-decoration: none;
}
.reviewCount .rating .fa-star {
  color: #eabf27;
}
.reviewCount .counterBar {
  display: inline-block;
  box-sizing: border-box;
  width: 310px;
  height: 1em;
  background: #eeeeee;
  border-radius: 3px;
}
.reviewCount .counterBar .count {
  border-radius: 3px;
  content: " ";
  display: inline-block;
  height: 1em;
  padding: 0;
  background: #eabf27;
}
.mobile .reviewForm {
  font-size: .8em;
  padding-right: 15px;
}
.mobile .reviewForm .fieldWrap {
  padding: 10px;
  box-sizing: border-box;
  font-size: 1.4em;
  color: #cccccc;
  transition: color .5s;
}
.mobile .reviewForm .fieldWrap.fullWidth {
  padding-left: 0;
}
.mobile .reviewForm .fieldWrap.fullWidth label {
  display: inline;
}
.mobile .reviewForm .fieldWrap.fullWidth input {
  display: inline;
  width: auto;
}
.mobile .reviewForm .fieldWrap input {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  border-color: #d4d4d4;
}
.mobile .reviewForm .fieldWrap textarea {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 8em;
  border-color: #d4d4d4;
}
.mobile .reviewForm .fieldWrap.even input,
.mobile .reviewForm .fieldWrap.even textarea {
  border-color: #bbbbbb;
}
.mobile .reviewForm .fieldWrap label {
  display: block;
  text-align: left;
  color: black;
  font-size: 1.2em;
  width: 100%;
}
.mobile .reviewForm .fieldWrap label .instructions {
  display: block;
  font-size: .8em;
  color: #888888;
}
.mobile .reviewForm .fieldWrap label.required:before {
  content: "*";
  color: red;
}
.mobile .reviewForm .fieldWrap .fa-star {
  font-size: 1.4em;
  color: #cccccc;
  transition: color .5s;
}
.mobile .reviewForm .fieldWrap .fa-star.hover,
.mobile .reviewForm .fieldWrap .fa-star.beforeHover {
  color: #eabf27;
}
.mobile .reviewForm .fieldWrap .fa-star.selected,
.mobile .reviewForm .fieldWrap .fa-star.beforeSelected {
  color: red;
}
.mobile .reviewForm .fieldWrap.hover,
.mobile .reviewForm .fieldWrap.beforeHover {
  color: #eabf27;
}
.mobile .reviewForm .fieldWrap.selected,
.mobile .reviewForm .fieldWrap.beforeSelected {
  color: red;
}
.mobile .reviewForm .buttons {
  margin-top: 1em;
  padding: 10px;
  text-align: center;
}
.mobile .review {
  background: #eeeeee;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 15px 30px;
  box-sizing: border-box;
}
.mobile .review header {
  background: transparent !important;
  text-align: center;
  margin-bottom: 1.5em;
  height: auto;
}
.mobile .review header .stars {
  display: block;
  margin-bottom: .5em;
}
.mobile .review header .fa-star {
  color: #eabf27;
}
.mobile .review header .reviewRating {
  display: none;
  margin-right: 20px;
}
.mobile .review header .author {
  font-style: normal;
  font-weight: bold;
  margin-right: 0;
  margin-bottom: .5em;
}
.mobile .review header .title {
  color: #2a0040;
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 0;
}
.mobile .review .reviewBody {
  color: #181312;
  padding: 0 0 3px;
}
.mobile .review .reviewBody .recommendation {
  margin: 1em 0;
  padding: 0;
}
.mobile .review .reviewBody .recommendation.recommended {
  font-size: .95em;
}
.mobile .review .reviewBody .recommendation.recommended strong {
  color: #1fa67a;
}
.mobile .review .reviewBody .recommendation.notRecommended strong {
  color: red;
}
.mobile .review footer {
  display: none;
}
.mobile .reviewCount.starcount .rating {
  width: auto;
}
.mobile .reviewCount a {
  text-decoration: none;
}
.mobile .reviewCount .rating {
  display: inline-block;
  width: 10%;
}
.mobile .reviewCount .counterBar {
  width: 55%;
}
.mobile .reviewCount .reviewCount {
  display: inline-block;
  width: 30%;
}
