/******************* Layout structural details--risky to customize ******************/
html,
body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
ul {
  padding-left: 15px;
}
li {
  padding-bottom: 8px;
}
#overallPage {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}
#mainContainer {
  height: 100%;
}
.mainFrame {
  background-color: white !important;
  margin: 5px;
  padding: 10px !important;
}
.subpage {
  padding-top: 8px;
}
/* Common attributes */
.hidden {
  visibility: hidden;
}
.absent {
  display: none;
}
.transparent {
  opacity: 0.0;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.opaque {
  opacity: 1.0;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
.fillParent {
  width: 100%;
  height: 100%;
}
.fullWidth {
  width: 100%;
}
.fullHeight {
  height: 100%;
}
.medHeight {
  height: 50%;
}
.noPad {
  padding: 0px;
}
.inset {
  padding: 10px;
}
.insetSides {
  padding: 0 10px;
}
/*.insetTopBottom {padding: 10px 0;}*/
.centered {
  text-align: center;
}
.center {
  text-align: center;
}
.absoluteContainer {
  position: relative;
}
.columnPadBottom {
  padding-bottom: 8px;
}
.columnPadLeft {
  padding-left: 8px;
}
.columnPadRight {
  padding-right: 8px;
}
.columnPadTop {
  padding-top: 8px;
}
.iconPadSides {
  padding-left: 2px;
  padding-right: 2px;
}
img {
  border: 0px;
}
.mostRecentThumbnailImg {
  border: 4px solid #ffffff;
}
/* City name and page title banner */
.rightHeader {
  float: right;
  height: 76px;
}
.searchBoxGroup {
  margin-top: 26px;
  position: relative;
}
.searchBoxOverlapper {
  position: absolute;
  right: 3px;
}
#widget_searchBox {
  width: 18em;
}
.searchBoxIcon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  cursor: pointer;
}
#translateBox {
  position: absolute;
  top: 23px;
  right: 3px;
}
.logo {
  height: 72px;
}
/* Tab bar */
#tabBar {
  width: 100%;
  padding: 0px;
  height: 36px !important;
  line-height: 36px;
  overflow: hidden;
}
.tabBarTitle {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
/* Common title attributes */
.titleBar {
  width: 100%;
  height: 36px !important;
  line-height: 36px;
  overflow: hidden;
}
.titleBarTitle {
  margin-left: 12px;
  display: inline-block;
  vertical-align: top;
}
/* Home page */
#mostPopularList {
  position: absolute;
  top: 44px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  overflow: auto;
  padding: 8px;
}
#homeWelcomeFrame {
  margin: 0px;
}
#welcomeFrame {
  position: absolute;
  top: 50px;
  right: 15px;
  bottom: 10px;
  left: 15px;
  overflow: auto;
}
#homeHighlightsFrame {
  margin: -2px;
}
#highlightsGallery {
  position: absolute;
  top: 50px;
  right: 15px;
  bottom: 10px;
  left: 15px;
  overflow: auto;
}
#newsfeedContainer {
  position: absolute;
  top: 36px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: 8px;
  overflow: hidden;
}
.quarterGalleryThumbnail {
  width: 100px;
  height: 66px;
}
.rotatorCursorFrame {
  width: 25%;
  height: 6px;
  vertical-align: top;
  font-size: 0px;
}
.rotatorFocusImageLimit {
  max-width: 800px;
}
.panelLoadingIndicator {
  position: absolute;
  left: 10px;
  top: 40px;
  z-index: 10;
}
/* Map Gallery page */
#mapGalleryLeftColFrame {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  overflow: auto;
}
#mapGalleryLeftColTitle {
  margin: 10px 0;
}
#galleryCategories {
  margin: 12px 0;
}
#galleryTypes {
  margin: 16px 0;
}
/* Submit Your App page */
#submissionLeftColFrame,
#dataFrame {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  overflow: auto;
}
#submissionLeftColTitle,
#dataFrameTitle {
  margin: 10px 0;
}
.submissionLeftColSubtitle,
#dataFrame .subTitle {
  padding: 20px 0 10px 0;
}
.submissionLeftColContent,
#dataFrameContent > div.para {
  margin: 5px 0;
}
#submissionFormFrame {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: auto;
}
#submissionForm {
  border: 1px solid #9f9f9f;
  width: 99%;
}
#submissionFormTable {
  width: 100%;
}
#thumbnail {
  height: 32px;
}
#uploadedfileEchoFrame {
  margin-bottom: 6px;
  background-color: lightgray;
  width: 95%;
  height: 22px;
}
#uploadedfileEcho {
  margin-left: 4px;
  vertical-align: middle;
}
#uploadedfileHint {
  width: 95%;
}
#uploadStatus {
  display: none;
  height: 52px;
}
.absoluteOrigin {
  position: absolute;
  left: 0px;
  top: 0px;
}
/* Support page */
#aboutTitle {
  display: inline-block;
  vertical-align: top;
}
#aboutFrame {
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  bottom: 0px;
  overflow: auto;
}
.aboutParagraph {
  margin: 10px 0;
  line-height: 18px;
}
.welcomeParagraph {
  margin: 10px 0;
}
#supportFrame {
  position: absolute;
  top: 36px;
  bottom: 0px;
  width: 200px;
  margin: 10px;
  overflow: auto;
}
.supportSubtitle {
  margin-top: 10px;
  margin-bottom: 5px;
}
#supportAdditionalContactFrame {
  position: absolute;
  top: 36px;
  bottom: 0px;
  width: 200px;
  margin: 10px;
  overflow: auto;
}
/* Details dialog */
#detailsDialogTitle {
  margin-left: 0px;
  display: inline-block;
  vertical-align: top;
}
#detailsDialogCenterCol {
  overflow: hidden;
  height: 100%;
}
.detailsDialogDescriptionFrame {
  position: absolute;
  left: 0;
  right: 0;
  top: 32px;
  bottom: 10px;
  overflow: auto;
}
.detailsDialogDescriptionParagraph {
  line-height: 18px;
}
#detailsDialogReviews {
  position: absolute;
  top: 36px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: 8px;
  overflow: auto;
}
#detailsDialogWriteReviewFrame {
  height: 18px;
  margin: 8px 0 0 0;
  cursor: pointer;
}
#detailsDialogWriteReviewLink {
  vertical-align: top;
}
#detailsDialogWriteReviewLink:hover {
  color: #015698;
  text-decoration: underline;
}
.detailsDialogReviewsListFrame {
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
  bottom: 0px;
  overflow: auto;
}
#reviewFormButtonFrame {
  text-align: center;
  width: 130px;
}
#detailsDialogRatingSlider {
  width: 100%;
  margin-top: 10px;
}
/* Map Gallery item tiles */
.mapTileFrame {
  float: left;
  overflow: hidden;
}
.mapTileSize {
  overflow: hidden;
}
.mapTileTitle {
  margin-left: 12px;
  display: inline-block;
  vertical-align: top;
}
.mapTileImageFrame {
  margin: 10px 20px;
}
.mapTileImage {
  margin: 5px;
}
.mapTileAuthor {
  margin: 0 10px 4px 10px;
}
.mapTileSummary {
  margin: 0 10px;
}
.mapTileReadMore {
  position: absolute;
  bottom: 0px;
  padding: 4px;
  font-size: 11px;
  color: #015698;
  text-decoration: none;
  border-width: 0px;
  cursor: pointer;
}
.mapTileReadMore:hover {
  text-decoration: underline;
}
/* Page footer */
.footer {
  background-color: transparent !important;
  margin: 0 10px 5px 10px;
  height: 22px;
}
.leftFooter {
  float: left;
  margin: 3px;
}
.rightFooter {
  float: right;
  margin: 3px;
}
/* Theme patches to get desired Search box */
.claro .dijitContentPane {
  padding: 0px;
}
.dj_gecko .claro .dijitContentPane {
  padding: 0px;
}
.claro .dijitSplitContainer-child,
.claro .dijitBorderContainer-child {
  border: 0px solid #ffffff;
}
.claro .dijitTextBox {
  width: 95%;
}
.dijitTextBox {
  background-position: 0% 0%;
  border: 1px solid #b5bcc7;
  vertical-align: middle !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  /* Firefox 3.6 and earlier */

  /* Gradient:see bottom of this file */

  /* fallback (Opera < 11.10) */

  background-image: -o-linear-gradient(#e9e9e9, #ffffff);
  /* Opera >= 11.10 */

  /* Mozilla */

  background-color: #f1f1f1;
  background-repeat: repeat;
  background-attachment: scroll;
}
/*.dijitTextBox INPUT {float:left;}*/
.dijitInputInner {
  background-color: transparent !important;
  border: 0 none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  vertical-align: middle !important;
  width: 100% !important;
}
.dijitPlaceHolder {
  color: #aaaaaa;
  left: 3px;
  position: absolute;
  top: 1px;
}
/* Gradient algorithm for the page, for title bars, for the left navigation
   thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/
   and http://www.puremango.co.uk/2010/04/css-gradient/;
   Opara >= 11.10 from http://dev.opera.com/articles/view/css3-linear-gradients/
   Each gradient contains five alternate implementations:
        fallback (e.g., for Opera < 11.10)
        Opera >= 11.10
        Mozilla
        Chrome, Safari
        MSIE
*/
/*************************** Twitter Bootstrap **************************/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
