/* Minification failed. Returning unminified contents.
(1412,27): run-time error CSS1038: Expected hex color, found '#0000'
(1488,27): run-time error CSS1038: Expected hex color, found '#0000'
(1646,21): run-time error CSS1038: Expected hex color, found '#0000'
(15308,23): run-time error CSS1038: Expected hex color, found '#ffff'
(15367,16): run-time error CSS1038: Expected hex color, found '#ffff'
 */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/font-awesome/fontawesome-webfont.svg?v=4.5.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}.fa-lg{font-size:1.33333333em;line-height:.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.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.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}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-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:#fff}.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-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.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,.fa-gratipay: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-y-combinator-square:before,.fa-yc-square:before,.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"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}

/* Slidebars 0.10.3 (http://plugins.adchsm.me/slidebars/) written by Adam Smith (http://www.adchsm.me/) released under MIT License (http://plugins.adchsm.me/slidebars/license.txt) */
#sb-site,.sb-site-container,.sb-slidebar,body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;overflow-x:hidden}html{height:100%}body{min-height:100%;height:auto;position:relative}html.sb-scroll-lock.sb-active:not(.sb-static){overflow:hidden}#sb-site,.sb-site-container{width:100%;min-height:100vh;position:relative;z-index:1;background-color:#fff}#sb-site:after,#sb-site:before,.sb-site-container:after,.sb-site-container:before{content:' ';display:table;clear:both}.sb-slidebar{height:100%;overflow-y:auto;position:fixed;top:0;z-index:0;display:none;background-color:#222}.sb-slidebar,.sb-slidebar *{-webkit-transform:translateZ(0px)}.sb-left{left:0}.sb-right{right:0}.sb-slidebar.sb-static,html.sb-static .sb-slidebar{position:absolute}.sb-slidebar.sb-active{display:block}.sb-style-overlay{z-index:9999}.sb-momentum-scrolling{-webkit-overflow-scrolling:touch}.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}@media (max-width:480px){.sb-slidebar{width:70%}.sb-width-thin{width:55%}.sb-width-wide{width:85%}}@media (min-width:481px){.sb-slidebar{width:55%}.sb-width-thin{width:40%}.sb-width-wide{width:70%}}@media (min-width:768px){.sb-slidebar{width:40%}.sb-width-thin{width:25%}.sb-width-wide{width:55%}}@media (min-width:992px){.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}}@media (min-width:1200px){.sb-slidebar{width:20%}.sb-width-thin{width:5%}.sb-width-wide{width:35%}}#sb-site,.sb-site-container,.sb-slide,.sb-slidebar{-webkit-transform:translate(0px);-moz-transform:translate(0px);-o-transform:translate(0px);transform:translate(0px);-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-o-transform 400ms ease;transition:transform 400ms ease;-webkit-transition-property:-webkit-transform,left,right;-webkit-backface-visibility:hidden}.sb-hide{display:none}

.mc-top-ribbon .mc-top-ribbon-inner {
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

    .mc-top-ribbon .mc-top-ribbon-inner .mc-sector-links {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 20px;
    }

        .mc-top-ribbon .mc-top-ribbon-inner .mc-sector-links .mc-sector-block {
            display: inline-block;
            position: relative;
        }

            .mc-top-ribbon .mc-top-ribbon-inner .mc-sector-links .mc-sector-block a {
                position: relative;
                display: block;
                color: #e1e7ea;
                padding: 0 6px;
                margin: 0 5px;
            }

                .mc-top-ribbon .mc-top-ribbon-inner .mc-sector-links .mc-sector-block a:hover {
                    text-decoration: none;
                    color: #FFFFFF;
                }

            .mc-top-ribbon .mc-top-ribbon-inner .mc-sector-links .mc-sector-block.mc-active a {
                color: #0069a4;
                background: #FFFFFF;
                z-index: 0;
            }

                .mc-top-ribbon .mc-top-ribbon-inner .mc-sector-links .mc-sector-block.mc-active a:before {
                    content: '';
                    height: 34px;
                    width: 34px;
                    background: #FFFFFF;
                    position: absolute;
                    display: block;
                    top: 0;
                    left: 0px;
                    z-index: -1;
                    transform: skewX(-24deg);
                    transform-origin: top;
                    -webkit-transform: skewX(-24deg);
                    -webkit-transform-origin: 0 0;
                }

                .mc-top-ribbon .mc-top-ribbon-inner .mc-sector-links .mc-sector-block.mc-active a:after {
                    content: '';
                    height: 34px;
                    width: 34px;
                    background: #FFFFFF;
                    position: absolute;
                    display: block;
                    top: 0;
                    right: -15px;
                    z-index: -1;
                    transform: skewX(-24deg);
                    transform-origin: top;
                    -webkit-transform: skewX(-24deg);
                    -webkit-transform-origin: 0 0;
                }

                .mc-top-ribbon .mc-top-ribbon-inner .mc-sector-links .mc-sector-block.mc-active a:hover {
                    text-decoration: none;
                    color: #353433;
                }

    .mc-top-ribbon .mc-top-ribbon-inner .mc-mobile-login {
        display: none;
        position: absolute;
        top: 0;
        right: 14px;
    }

        .mc-top-ribbon .mc-top-ribbon-inner .mc-mobile-login a {
            color: #FFFFFF;
            display: inline-block;
            font-size: 14px;
            line-height: 34px;
            text-transform: uppercase;
        }

            .mc-top-ribbon .mc-top-ribbon-inner .mc-mobile-login a:hover {
                color: #e1e7ea;
                text-decoration: none;
            }

    .mc-top-ribbon .mc-top-ribbon-inner .mc-network-links {
        position: absolute;
        top: 0;
        right: 20px;
    }


       .mc-network-links a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

        .mc-top-ribbon .mc-top-ribbon-inner .mc-network-links a::before {
            content: "|";
            color: #a29f9a;
            margin-left: -12px;
            font-size: 1.5rem;
        }

        .mc-top-ribbon .mc-top-ribbon-inner .mc-network-links a:first-child::before {
            display: none;
        }
        

.mc-main-ribbon {
    height: 90px;
    position: absolute;
    width: 100%;
    background: #fff !important;
}

    .mc-main-ribbon .mc-main-ribbon-inner {
        max-width: 1920px;
        height: 90px;
        margin: 0 auto;
        position: relative;
    }

        .mc-main-ribbon .mc-main-ribbon-inner .mc-mobile-nav-toggle {
            height: 36px;
            width: 46px;
            line-height: 20px;
            float: left;
            background: #0074a1;
            border: none;
            margin-top: 12px;
            margin-left: 13px;
            margin-right: 12px;
            border: none;
            outline: none;
            display: none;
            color: #FFFFFF;
            text-align: center;
            border-radius: 5px;
        }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-mobile-nav-toggle:focus, .mc-main-ribbon .mc-main-ribbon-inner .mc-mobile-nav-toggle:active {
                border: none;
                outline: none;
            }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-mobile-nav-toggle:active {
                background: #0074a1;
            }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-mobile-nav-toggle img {
                width: 90%;
                height: auto;
            }

        .mc-main-ribbon .mc-main-ribbon-inner .mc-logo-desktop {
            height: 180%;
            width: auto;
            float: left;
        }

        .mc-main-ribbon .mc-main-ribbon-inner .mc-logo-mobile {
            display: none;
            height: 100%;
            padding-top: 16px;
            padding-bottom: 16px;
            width: auto;
            float: left;
        }

        .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components {
            position: absolute;
            top: 0;
            right: 0;
            padding: 8px 15px;
            text-align: right;
            margin-bottom: 10px;
            font-size: 15px;
        }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-call-link,
            .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-sign-in-link,
            .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-account-link {
                color: #FFFFFF;
                display: inline-block;
                margin-right: 8px;
            }

                .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-call-link .fa,
                .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-sign-in-link .fa,
                .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-account-link .fa {
                    color: #FFFFFF;
                    height: 24px;
                    width: 24px;
                    padding: 4px;
                    display: inline-block;
                    background: #4ca146;
                    border: 2px solid #4ca146;
                    border-radius: 100%;
                    margin-right: 3px;
                    font-size: 13px;
                    text-align: center;
                    transition: color 0.2s;
                }

                    .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-call-link .fa.fa-comment,
                    .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-sign-in-link .fa.fa-comment,
                    .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-account-link .fa.fa-comment {
                        padding: 3px;
                    }

                .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-call-link:hover,
                .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-sign-in-link:hover,
                .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-account-link:hover {
                    text-decoration: none;
                }

                    .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-call-link:hover .fa,
                    .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-sign-in-link:hover .fa,
                    .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-account-link:hover .fa {
                        background: #FFFFFF;
                        border: 2px solid #FFFFFF;
                        color: #4ca146;
                    }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-sign-in-link {
                text-transform: uppercase;
            }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-account-link {
                margin-right: 3px;
            }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-sign-out-link {
                text-transform: uppercase;
                display: inline-block;
                margin-right: 4px;
                /*border-left: 2px solid $color-blue-extra-dark;*/
                padding: 4px 8px;
                font-size: 13px;
                color: #FFFFFF;
                background: #005788;
                border-radius: 4px;
                transition: all 0.3s;
            }

                .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-sign-out-link i {
                    color: inherit;
                }

                .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-sign-out-link:hover {
                    cursor: pointer;
                    background: #FFFFFF;
                    color: #005788;
                }

                .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-sign-out-link.login-btn {
                    background: #FFFFFF;
                    color: #005788;
                }

                    .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-sign-out-link.login-btn:hover {
                        color: #FFFFFF;
                        background: #005788;
                    }

        .mc-main-ribbon .mc-main-ribbon-inner .mc-zip-dropdown {
            display: inline-block;
            position: relative;
        }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-zip-dropdown > .btn {
                padding-top: 1px;
                padding-bottom: 1px;
                vertical-align: baseline;
                background: #004369;
                color: #FFFFFF;
                font-size: 12px;
            }

                .mc-main-ribbon .mc-main-ribbon-inner .mc-zip-dropdown > .btn .fa-map-marker {
                    color: #fca929;
                }

                .mc-main-ribbon .mc-main-ribbon-inner .mc-zip-dropdown > .btn .mc-zip {
                    color: #ace1ff;
                }

                .mc-main-ribbon .mc-main-ribbon-inner .mc-zip-dropdown > .btn .fa-chevron-down {
                    color: #0083cc;
                    font-size: 12px;
                }

                .mc-main-ribbon .mc-main-ribbon-inner .mc-zip-dropdown > .btn:hover .fa-chevron-down {
                    color: #ace1ff;
                }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-zip-dropdown .dropdown-menu {
                right: 0;
                left: auto;
                background: #004369;
                padding: 4px;
            }

                .mc-main-ribbon .mc-main-ribbon-inner .mc-zip-dropdown .dropdown-menu > li {
                    margin: 0;
                    white-space: nowrap;
                }

                    .mc-main-ribbon .mc-main-ribbon-inner .mc-zip-dropdown .dropdown-menu > li .form-control {
                        display: inline-block;
                        width: 50px;
                        /*height: 22px;*/
                        padding: 4px;
                        font-size: 16px;
                        background: #0a5f8b;
                        line-height: 13px;
                        border: 1px solid transparent;
                        color: #FFFFFF;
                        margin-right: 4px;
                    }

                        .mc-main-ribbon .mc-main-ribbon-inner .mc-zip-dropdown .dropdown-menu > li .form-control .empty {
                            text-transform: uppercase;
                            color: #ace1ff;
                            line-height: 16px;
                        }

                        .mc-main-ribbon .mc-main-ribbon-inner .mc-zip-dropdown .dropdown-menu > li .form-control:focus {
                            background: #1471a2;
                            box-shadow: none;
                        }

                        .mc-main-ribbon .mc-main-ribbon-inner .mc-zip-dropdown .dropdown-menu > li .form-control.mc-form-control-address {
                            width: 180px;
                        }

                        .mc-main-ribbon .mc-main-ribbon-inner .mc-zip-dropdown .dropdown-menu > li .form-control.mc-form-control-suite, .mc-main-ribbon .mc-main-ribbon-inner .mc-zip-dropdown .dropdown-menu > li .form-control.mc-form-control-zip {
                            width: 60px;
                        }

                        .mc-main-ribbon .mc-main-ribbon-inner .mc-zip-dropdown .dropdown-menu > li .form-control.mc-error {
                            border-color: #d61212;
                        }

        .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search {
            position: absolute;
            top: 40px;
            right: 5px;
            padding: 8px 93px;
            text-align: right;
            max-width: 500px;
        }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .input-group {
                position: relative;
                z-index: 1;
            }

                .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .input-group .form-control {
                    font-size: 16px;
                }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .mc-btn-search-type {
                background: #65b9e8;
                border: 1px solid #65b9e8;
                margin-right: 2px;
                color: #353433;
                text-transform: none;
                outline: none;
                box-shadow: none;
                height: 36px;
            }

                .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .mc-btn-search-type i {
                    margin-left: 6px;
                    color: #005788;
                }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .dropdown-menu {
                padding: 0;
                background: #65b9e8;
            }

                .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .dropdown-menu > li {
                    margin: 0;
                }

                    .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .dropdown-menu > li label {
                        font-size: 15px;
                        margin: 0;
                        cursor: pointer;
                        display: block;
                        padding: 8px;
                        font-weight: normal;
                        background: #65b9e8;
                        font-family: 'Gotham A', sans-serif;
                    }

                    .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .dropdown-menu > li input[type="radio"] {
                        display: none;
                    }

                    .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .dropdown-menu > li:last-child label {
                        border-top: 1px solid #4d9ac5;
                        border-bottom-left-radius: 4px;
                        border-bottom-right-radius: 4px;
                    }

                    .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .dropdown-menu > li:hover label {
                        background: #4d9ac5;
                    }



            .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .form-control .empty {
                color: #555453;
            }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .form-control:focus {
                background: #FFFFFF;
            }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .mc-form-control-feedback {
                color: #0069a4;
            }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .mc-btn-search {
                border-width: 0;
                position: absolute;
                top: 0;
                right: 0;
                z-index: 3;
                border-color: transparent;
                background: transparent;
                margin-right: 2px;
                color: #353433;
                text-transform: none;
                outline: none;
                box-shadow: none;
                height: 36px;
            }

                .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .mc-btn-search i {
                    margin-left: 6px;
                    color: #005788;
                }

        .mc-main-ribbon .mc-main-ribbon-inner .mc-mobile-header-buttons {
            position: absolute;
            top: 0;
            right: 5px;
            padding: 8px 15px;
            text-align: right;
            display: none;
        }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-mobile-header-buttons div,
            .mc-main-ribbon .mc-main-ribbon-inner .mc-mobile-header-buttons a {
                margin-top: 5px;
                width: 100%;
            }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-mobile-header-buttons .btn {
                background: #006c9d;
                color: #ffffff;
            }

.mc-mobile-header-buttons a.btn {
    border: 2px solid #fff;
}

.mc-mobile-header-buttons .search-box {
    position: absolute;
    left: auto;
    right: -20px;
}

.mc-main-ribbon .mc-main-ribbon-inner .mc-mobile-header-buttons .mc-mobile-call,
.mc-main-ribbon .mc-main-ribbon-inner .mc-mobile-header-buttons .mc-mobile-search-toggle {
    margin-top: 4px;
    height: 36px;
    line-height: 22px;
    background: #FFFFFF;
    border: none;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 4px 5px;
    display: inline-block;
    text-align: center;
    transition: color 0.2s, background 0.2s;
}

    .mc-main-ribbon .mc-main-ribbon-inner .mc-mobile-header-buttons .mc-mobile-call .fa,
    .mc-main-ribbon .mc-main-ribbon-inner .mc-mobile-header-buttons .mc-mobile-search-toggle .fa {
        font-size: 16px;
        color: #0069a4;
        transition: color 0.2s;
    }

    .mc-main-ribbon .mc-main-ribbon-inner .mc-mobile-header-buttons .mc-mobile-search-toggle .fa-times {
        display: none;
    }

    .mc-main-ribbon .mc-main-ribbon-inner .mc-mobile-header-buttons .mc-mobile-search-toggle.active {
        color: #FFFFFF;
    }

        .mc-main-ribbon .mc-main-ribbon-inner .mc-mobile-header-buttons .mc-mobile-search-toggle.active .fa-times {
            display: inline;
        }

        .mc-main-ribbon .mc-main-ribbon-inner .mc-mobile-header-buttons .mc-mobile-search-toggle.active .fa-search {
            display: none;
        }


.mc-main-nav .navbar-nav > li {
    float: left;
    height: 90px;
}


    .mc-main-nav .navbar-nav > li > a {
        line-height: 50px;
        vertical-align: middle;
        color: #FFFFFF;
        font-size: 26px;
        font-weight: 300;
    }

        .mc-main-nav .navbar-nav > li > a > .sub-arrow {
            display: none;
        }

        .mc-main-nav .navbar-nav > li > a:hover,
        .mc-main-nav .navbar-nav > li.open > a {
            background: rgba(0, 87, 136, 0.8);
        }

    .mc-main-nav .navbar-nav > li > ul.dropdown-menu {
        font-family: 'Gotham A', sans-serif;
        padding: 0;
        border-top: 1px solid #005382;
    }

        .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li > a {
            font-size: 18px;
            padding: 10px 40px 10px 20px;
            background: #005382;
            color: #FFFFFF;
            font-weight: 300;
            border-bottom: 1px solid #004369;
            position: relative;
            transition: background 0.2s;
        }

            .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li > a i {
                position: absolute;
                top: 50%;
                right: 10px;
                height: 16px;
                margin-top: -8px;
                opacity: 0.3;
                z-index: 2000;
                transition: background 0.2s, right 0.2s, opacity 0.2s;
            }

                .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li > a i:after {
                    content: '';
                    position: absolute;
                    height: 30px;
                    width: 30px;
                    border-radius: 5px;
                    background: #004369;
                    right: 10px;
                    top: 50%;
                    margin-top: -14px;
                    z-index: -1;
                    opacity: 0;
                    transform: rotateZ(-45deg);
                    transform-origin: center;
                    transition: background 0.2s, right 0.2s, opacity 0.2s;
                    background: #004369;
                }

            .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li > a:hover,
            .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li.open > a {
                background: #004369;
                color: #fca929;
            }

                .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li > a:hover i,
                .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li.open > a i {
                    color: #FFFFFF;
                    opacity: 1;
                    right: -5px;
                }

                    .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li > a:hover i:after,
                    .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li.open > a i:after {
                        opacity: 1;
                        right: -3px;
                    }

        .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li > ul.dropdown-menu {
            padding-left: 5px;
        }

            .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li > a {
                font-size: 18px;
                padding: 10px 20px;
                background: #00314d;
                color: #FFFFFF;
                font-weight: 300;
                border: none;
            }

                .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li > a:hover,
                .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li.open > a {
                    color: #95cbea;
                }

        .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li span {
            font-size: 18px;
            padding: 10px 20px;
            background: #00314d;
            color: #FFFFFF;
            font-weight: 300;
            border: none;
        }

            .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li span:hover, .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li.open > span {
                color: #95cbea;
            }

@media (max-width: 1500px) {
    .mc-main-nav .navbar-nav > li > a {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 20px;
    }

    .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li > a {
        width: 300px;
        font-size: 18px;
    }

        .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li > a i:after {
            height: 20px;
            width: 20px;
            margin-top: -10px;
        }

    .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li > a {
        width: 300px;
        font-size: 17px;
    }

    .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components {
        font-size: 15px;
    }

        .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components .mc-sign-out-link {
            font-size: 12px;
        }

    .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search {
        max-width: 400px;
    }
}

@media (max-width: 1199px) {
    header#page-header {
        height: 94px;
        margin-bottom: 0;
    }

        header#page-header.sb-slide .mc-main-ribbon {
            transform: none;
            transition: top 0.4s, transform 0.4s;
        }

        header#page-header.headroom--not-top .mc-main-ribbon {
            position: fixed;
            top: 0px;
            left: 0;
            right: 0;
        }

        header#page-header.headroom--not-top.headroom--pinned .mc-main-ribbon {
            top: 0px;
        }

        header#page-header.headroom--not-top.headroom--unpinned .mc-main-ribbon {
            top: -60px;
        }

    .mc-top-ribbon .mc-top-ribbon-inner .mc-sector-links {
        position: static;
    }

    .mc-top-ribbon .mc-top-ribbon-inner .mc-mobile-login {
        display: block;
    }

    .mc-top-ribbon .mc-top-ribbon-inner .mc-network-links {
        display: none;
    }

    .mc-main-ribbon {
        height: 60px;
        background-color: #FFFFFF;
    }

        .mc-main-ribbon .mc-main-ribbon-inner {
            height: 60px;
        }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-logo-desktop {
                display: none;
            }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-logo-mobile {
                display: block;
            }
            /*
            .mc-main-ribbon .mc-main-ribbon-inner .mc-account-components {
                display: none;
            }
            */

            .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search {
                display: none;
                max-width: none;
                position: absolute;
                top: 60px;
                left: 0;
                right: 0;
                background: #004c76;
                z-index: 1000;
                padding: 12px 12px 40px 12px;
            }

                .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search.mc-show-mobile {
                    display: block;
                }

                    .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search.mc-show-mobile:after {
                        content: '';
                        position: absolute;
                        height: 20px;
                        width: 20px;
                        border-radius: 5px;
                        background: #004c76;
                        right: 28px;
                        top: -5px;
                        transform: rotateZ(-45deg);
                        transform-origin: center;
                        background: #004c76;
                    }

                .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .input-group {
                    display: block;
                }

                    .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .input-group .form-control {
                        border-radius: 5px;
                    }

                .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .input-group-btn .mc-btn-search-type {
                    display: none;
                }

                .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .input-group-btn .dropdown-menu {
                    top: auto;
                    bottom: -75px;
                    background: none;
                    box-shadow: none;
                    border: none;
                }

                    .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .input-group-btn .dropdown-menu > li {
                        display: inline-block;
                    }

                        .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .input-group-btn .dropdown-menu > li label {
                            display: inline-block;
                            background: none;
                            color: #a9dbf7;
                            border: none;
                        }

                            .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .input-group-btn .dropdown-menu > li label input[type="radio"] {
                                display: inline-block;
                                margin-right: 8px;
                            }

                .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .input-group-btn.btn-search-wrapper {
                    position: absolute;
                    top: 0;
                    right: 36px;
                }

                .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .dropdown-menu {
                    display: block;
                }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-mobile-header-buttons {
                display: flex;
            }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-mobile-search-toggle {
                margin-left: 8px;
            }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-logo {
                padding: 12px 0;
                margin-left: 0;
            }

            .mc-main-ribbon .mc-main-ribbon-inner .mc-mobile-nav-toggle {
                display: block;
            }

    .mc-main-nav {
        display: none;
    }
}

.sb-overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1500;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

html.sb-active .sb-overlay-mask {
    display: block;
}

#mobile-sidebar {
    font-weight: 300;
    background: #0074a1;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

    #mobile-sidebar.sb-slidebar {
        display: block;
    }

    #mobile-sidebar nav {
        position: relative;
    }

    #mobile-sidebar ul.nav {
        background: #0074a1;
    }

        #mobile-sidebar ul.nav li {
            border-bottom: 1px solid #004369;
        }

            #mobile-sidebar ul.nav li a {
                font-size: 18px;
                line-height: 24px;
                color: #FFFFFF;
                position: relative;
            }

                #mobile-sidebar ul.nav li a:active {
                    background: #0074a1;
                }

                #mobile-sidebar ul.nav li a:focus {
                    background: #0074a1;
                    outline: none;
                }

                #mobile-sidebar ul.nav li a:hover {
                    background: #0074a1;
                }

                #mobile-sidebar ul.nav li a .fa {
                    color: #7dd0ff;
                    font-size: 21px;
                    position: absolute;
                    top: 50%;
                    right: 10px;
                    margin-top: -10px;
                }

                #mobile-sidebar ul.nav li a.mobile-arrow {
                    width: 50px;
                    height: 100%;
                    position: absolute;
                    right: 0;
                    top: 0;
                    padding-top: 13px;
                }

        #mobile-sidebar ul.nav.child-nav {
            position: absolute;
            right: -100%;
            top: 0;
            bottom: 0px;
            width: 100%;
            transition: 0.4s transform;
        }

            #mobile-sidebar ul.nav.child-nav.active {
                transform: translate(-100%, 0);
            }

            #mobile-sidebar ul.nav.child-nav.animation-displaying {
                display: block;
            }

            #mobile-sidebar ul.nav.child-nav.animation-hiding {
                display: block;
            }

            #mobile-sidebar ul.nav.child-nav.obscured {
                display: none;
            }

            #mobile-sidebar ul.nav.child-nav button.back {
                width: 100%;
                margin: 0;
                padding: 0;
                padding-top: 9px;
                padding-bottom: 9px;
                padding-right: 16px;
                padding-left: 16px;
                color: white;
                background: #0074a1;
                text-align: left;
                text-transform: uppercase;
                display: block;
                border: none;
                box-shadow: none;
                outline: none;
            }

                #mobile-sidebar ul.nav.child-nav button.back .fa {
                    color: #7dd0ff;
                    margin-right: 8px;
                }

            #mobile-sidebar ul.nav.child-nav li.title {
                font-size: 14px;
                background: #004369;
                color: #FFFFFF;
                font-weight: bold;
            }

    #mobile-sidebar .mc-extras {
        padding: 16px;
    }

        #mobile-sidebar .mc-extras .mc-btn-user {
            color: #FFFFFF;
            background-color: transparent;
            margin-bottom: 8px;
        }

            #mobile-sidebar .mc-extras .mc-btn-user:focus, #mobile-sidebar .mc-extras .mc-btn-user.focus {
                color: #FFFFFF;
                background-color: transparent;
                border-color: #ffffff;
            }

            #mobile-sidebar .mc-extras .mc-btn-user:hover {
                color: #FFFFFF;
                background-color: transparent;
                border-color: #ffffff;
            }

            #mobile-sidebar .mc-extras .mc-btn-user:active, #mobile-sidebar .mc-extras .mc-btn-user.active,
            .open > #mobile-sidebar .mc-extras .mc-btn-user.dropdown-toggle {
                color: #FFFFFF;
                background-color: transparent;
                border-color: #ffffff;
            }

                #mobile-sidebar .mc-extras .mc-btn-user:active:hover, #mobile-sidebar .mc-extras .mc-btn-user:active:focus, #mobile-sidebar .mc-extras .mc-btn-user:active.focus, #mobile-sidebar .mc-extras .mc-btn-user.active:hover, #mobile-sidebar .mc-extras .mc-btn-user.active:focus, #mobile-sidebar .mc-extras .mc-btn-user.active.focus,
                .open > #mobile-sidebar .mc-extras .mc-btn-user.dropdown-toggle:hover,
                .open > #mobile-sidebar .mc-extras .mc-btn-user.dropdown-toggle:focus,
                .open > #mobile-sidebar .mc-extras .mc-btn-user.dropdown-toggle.focus {
                    color: #FFFFFF;
                    background-color: transparent;
                    border-color: #ffffff;
                }

            #mobile-sidebar .mc-extras .mc-btn-user:active, #mobile-sidebar .mc-extras .mc-btn-user.active,
            .open > #mobile-sidebar .mc-extras .mc-btn-user.dropdown-toggle {
                background-image: none;
            }

            #mobile-sidebar .mc-extras .mc-btn-user.disabled, #mobile-sidebar .mc-extras .mc-btn-user.disabled:hover, #mobile-sidebar .mc-extras .mc-btn-user.disabled:focus, #mobile-sidebar .mc-extras .mc-btn-user.disabled.focus, #mobile-sidebar .mc-extras .mc-btn-user.disabled:active, #mobile-sidebar .mc-extras .mc-btn-user.disabled.active, #mobile-sidebar .mc-extras .mc-btn-user[disabled], #mobile-sidebar .mc-extras .mc-btn-user[disabled]:hover, #mobile-sidebar .mc-extras .mc-btn-user[disabled]:focus, #mobile-sidebar .mc-extras .mc-btn-user[disabled].focus, #mobile-sidebar .mc-extras .mc-btn-user[disabled]:active, #mobile-sidebar .mc-extras .mc-btn-user[disabled].active,
            fieldset[disabled] #mobile-sidebar .mc-extras .mc-btn-user,
            fieldset[disabled] #mobile-sidebar .mc-extras .mc-btn-user:hover,
            fieldset[disabled] #mobile-sidebar .mc-extras .mc-btn-user:focus,
            fieldset[disabled] #mobile-sidebar .mc-extras .mc-btn-user.focus,
            fieldset[disabled] #mobile-sidebar .mc-extras .mc-btn-user:active,
            fieldset[disabled] #mobile-sidebar .mc-extras .mc-btn-user.active {
                background-color: transparent;
                border-color: #ffffff;
            }

            #mobile-sidebar .mc-extras .mc-btn-user .badge {
                color: transparent;
                background-color: #FFFFFF;
            }

            #mobile-sidebar .mc-extras .mc-btn-user .fa {
                color: #FFFFFF;
                height: 24px;
                width: 24px;
                display: inline-block;
                border-radius: 100%;
                line-height: 24px;
                text-align: center;
            }

        #mobile-sidebar .mc-extras .mc-mobile-zip-toggle {
            padding-top: 4px;
            padding-bottom: 4px;
            vertical-align: baseline;
            margin-bottom: 8px;
            border-radius: 5px;
            font-size: 13px;
            background: #004369;
            color: #FFFFFF;
        }

            #mobile-sidebar .mc-extras .mc-mobile-zip-toggle .fa-map-marker {
                color: #fca929;
            }

            #mobile-sidebar .mc-extras .mc-mobile-zip-toggle .mc-zip {
                color: #ace1ff;
            }

@media (max-width: 400px) {
    #mobile-sidebar .mc-extras .mc-mobile-zip-toggle .mc-zip {
        display: none;
    }
}

#mobile-sidebar .mc-extras .mc-mobile-zip-form {
    background: #004369;
    padding: 8px;
    border-radius: 5px;
    display: none;
}

    #mobile-sidebar .mc-extras .mc-mobile-zip-form .form-group {
        margin: 0;
    }

        #mobile-sidebar .mc-extras .mc-mobile-zip-form .form-group .form-control {
            display: inline-block;
            height: 30px;
            padding: 4px;
            font-size: 14px;
            background: #0a5f8b;
            border: 1px solid transparent;
            color: #FFFFFF;
            margin-bottom: 8px;
        }

            #mobile-sidebar .mc-extras .mc-mobile-zip-form .form-group .form-control .empty {
                text-transform: uppercase;
                color: #ace1ff;
            }

            #mobile-sidebar .mc-extras .mc-mobile-zip-form .form-group .form-control:focus {
                background: #1471a2;
                box-shadow: none;
            }

            #mobile-sidebar .mc-extras .mc-mobile-zip-form .form-group .form-control.mc-error {
                border-color: #d61212;
            }

    #mobile-sidebar .mc-extras .mc-mobile-zip-form .mc-control-column-wrapper {
        margin-left: -5px;
        margin-right: -5px;
    }

        #mobile-sidebar .mc-extras .mc-mobile-zip-form .mc-control-column-wrapper .mc-control-column {
            float: left;
            width: 50%;
            padding-left: 5px;
            padding-right: 5px;
        }

    #mobile-sidebar .mc-extras .mc-mobile-zip-form.mc-show-mobile {
        display: block;
    }

#mobile-sidebar .mc-extras .btn {
    width: 100%;
}

#mobile-sidebar .mc-extras hr {
    background: #2e84b4;
    border-color: #2e84b4;
}

#mobile-sidebar .mc-extras a.mc-network-link {
    display: block;
    color: #FFFFFF;
}

    #mobile-sidebar .mc-extras a.mc-network-link .fa {
        color: #7acdfd;
    }


/* IE9 Overrides */
.ie9 section#home-hero .hero-services > li {
    background-image: url(/images/service-checkmark.png);
}


#sb-site:before {
    clear: none;
}


.mc-top-ribbon {
    background: #353433;
    height: 34px;
}

.mc-main-nav .navbar-nav {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@media (min-width: 1600px) {

    .mc-main-nav .navbar-nav > li > ul {
        max-width: 300px;
    }

    .mc-main-nav .navbar-nav > li > a,
    .mc-main-nav .navbar-nav > li > a {
        text-transform: uppercase;
        font-size: 1.286em;
        font-weight: 700;
    }


    .mc-main-nav .navbar-nav li a {
        font-size: 1.286em;
    }
}

@media (min-width: 992px) {
    .home .l-site-header {
        background-color: #0000;
    }

    .l-site-header {
        background: #ffffff;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .home .site-nav-toggle-btn {
        color: #004f6e !important;
    }

    .home .site-nav-btn a {
        color: #004f6e !important;
    }
}

.home .mc-main-nav .navbar-nav > li > a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

@media (min-width: 1200px) {
    .home .mc-main-ribbon .mc-main-ribbon-inner .mc-logo-desktop {
        height: 90%;
        width: auto;
        float: left;
        display: none;
    }

    .home .mc-main-ribbon .mc-main-ribbon-inner .img-top-logo {
        max-width: 200px;
        float: left;
        display: block;
        padding-top: 20px;
        padding-left: 17px;
    }

    .mc-main-ribbon .mc-main-ribbon-inner .mc-logo-desktop {
        display: none;
    }

    .mc-main-ribbon .mc-main-ribbon-inner .img-top-logo {
        max-width: 200px;
        float: left;
        display: block;
        padding-top: 20px;
        padding-left: 17px;
    }
}

@media (max-width:1199px) {
    .mc-main-ribbon .mc-main-ribbon-inner .img-top-logo,
    .mc-main-ribbon .mc-main-ribbon-inner .mc-logo-desktop {
        display: none;
    }

   #myAccountToggle .midcoglyph {
        font-size: 23px;
    }



    #mobile-sidebar ul.nav li a {
        line-height: 24px;
        color: #fff;
        position: relative;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.0em;
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    }

    #mobile-sidebar .mc-extras .mc-btn-user {
        color: #fff;
        background-color: #0000;
        border: 2px solid #ffffff;
        margin-bottom: 8px;
    }

    .mc-extras .utilityLinks {
        color: #fff;
        padding: 5px 0;
        display: inline-block;
        text-decoration: underline;
    }

    .mc-extras {
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .user-dropdown {
        display: none;
    }

    .login-link {
        top: 20px !important;
    }

    .l-search-form {
        top: 82px !important;
    }
}

.mc-main-nav .navbar-nav > li > a {
    color: #0074a1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 14px;
}



.mc-main-nav .navbar-nav > li a:hover,
mc-main-nav .navbar-nav > li.open > a {
    background-color: #0074a1;
    color: #ffffff;
}


.mc-main-nav .navbar-nav > li > ul.dropdown-menu > li > a {
    background: #ffffff;
    color: #0074a1;
    border-color: #ffffff;
}

    .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li > a i:after {
        background: #ffffff;
        color: #0074a1;
    }

    .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li > a:hover,
    .mc-main-nav .navbar-nav > li > ul.dropdown-menu > li.open > a {
        background: #ffffff;
        color: #0074a1;
    }

.mc-main-nav .navbar-nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li > a {
    background: #ffffff;
    color: #0074a1;
}


.btn .btn-default {
    background: #0074a1;
    border: none;
    color: #fff;
    text-transform: uppercase;
    min-height: 35px;
    padding: 0 15px;
    line-height: 35px;
}



.site-header-fixed {
    padding-top: 0 !important;
}

mc-main-nav .navbar-nav > li > a, .mc-main-nav .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 1.286em;
    font-weight: 700;
}

    .mc-main-nav .navbar-nav > li > a:hover, .mc-main-nav .navbar-nav > li.open > a {
        color: #fff;
        /* height: 63px;  */
    }

ul.dropdown-menu {
    border: 2px solid #e5e5e3;
    z-index: 3;
}

.mc-network-links a {
    color: #fff;
    padding-left: 12px;
    font-size: 1.071em;
}

@media (min-width: 1200px) {
    /*.home .mc-account-components .btn {
        background-color: #fff;
        color: #0074a1;
    }

    .home .mc-account-components .home-btn:hover {
        background-color: #0074a1;
        color: #ffffff;
    }*/

    .home .mc-account-components .btn {
        background-color: #0074a1;
        color: #ffffff;
    }

        .home .mc-account-components .btn:hover {
            background-color: #fff;
            color: #0074a1;
            border: 1px solid #0074a1;
        }

    .site-header-fixed .l-site-header {
        background: #ffffff;
    }

    .user-dropdown {
        display: block;
    }
 
    .l-search-form .dropdown-menu {
        max-width: 304px !important;
        top: -34px;
    }

        .l-search-form .dropdown-menu .search-magnify-icon {
            position: absolute;
            top: 10px;
            left: 280px;
        }

    .btn {
        border: 0;
        margin-bottom: 0;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        padding: 1px;
    }
    .home #main-nav {
        background: #0000;
    }
 
}



.mc-main-ribbon .mc-main-ribbon-inner .mc-site-search {
    position: absolute;
    top: 40px;
    right: 0px;
    padding: 8px 83px;
    text-align: right;
    max-width: 500px;
}

    .mc-main-ribbon .mc-main-ribbon-inner .mc-site-search .form-control {
        border-radius: 5px 5px 5px 05px;
    }


.block-hero-surround .bg-image-left .block-content-container * {
    margin-right: 0;
    margin-left: auto;
}

.mc-top-ribbon .mc-top-ribbon-inner .mc-network-links a::before {
    content: "|";
    color: #ffffff;
    margin-left: -12px;
    font-size: 1.5rem;
}

.r-user-dropdown .dropdown-menu {
    top: 40px !important;
}

.l-search-form .dropdown-menu {
    top: -22px !important;
}

@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.scrollBox {
    height: 250px;
    border: 1px solid gray;
    overflow: auto;
}

.shopPricingScrollBox {
    height: 500px;
    border: 1px solid gray;
    overflow: auto;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("/Content/fonts/glyphicons-halflings-regular.eot");
    src: url("/Content/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/Content/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/Content/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/Content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
@font-face {
    font-family: 'GothamBook';
    src: url("/Content/fonts/gotham/GothamBook.otf");
}
@font-face {
    font-family: 'GothamBold';
    src: url("/Content/fonts/gotham/GothamBold.otf");
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    /*content: "\e109";*/
    content: "\1f4c5";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

.tve-icon-glyph {
    position: relative;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    z-index: 49;
}

.tve-icon {
    background-color: transparent;
    /*had to change address of url for use on server. Tilde won't work in MVC logic*/
    background: url('/Content/images/TVE_Icon_Logo_White_Outline.png');
    background-origin: border-box;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 63px;
    height: 45px;
    z-index: 55;
    /*add these back into support, later*/
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #0074a1;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #003d55;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        /*outline: 5px auto -webkit-focus-ring-color;*/
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    z-index: 5;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h1 .small, h2 small,
    h2 .small, h3 small,
    h3 .small, h4 small,
    h4 .small, h5 small,
    h5 .small, h6 small,
    h6 .small,
    .h1 small,
    .h1 .small, .h2 small,
    .h2 .small, .h3 small,
    .h3 .small, .h4 small,
    .h4 .small, .h5 small,
    .h5 .small, .h6 small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    h1 .small, .h1 small,
    .h1 .small,
    h2 small,
    h2 .small, .h2 small,
    .h2 .small,
    h3 small,
    h3 .small, .h3 small,
    .h3 .small {
        font-size: 65%;
    }

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    h4 .small, .h4 small,
    .h4 .small,
    h5 small,
    h5 .small, .h5 small,
    .h5 .small,
    h6 small,
    h6 .small, .h6 small,
    .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #0074a1;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #004f6e;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

button.active span.text-info {
    color: #fff;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #0074a1;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #004f6e;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857;
        color: #777777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/* NEW SHOP Container*/
@media (min-width: 1200px) {
    .container-shop {
        width: 1170px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .container-shop {
        width: 970px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .container-shop {
        width: 750px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media (max-width: 767px) {
    .container-shop {
        /*width: 744px;*/
        margin-right: 35px;
        margin-left: 35px;
        padding-left: 0px;
        padding-right: 0px;
    }

        .container-shop .shopping {
            margin-left: 13px;
        }
}

.container-shop:before, .container-shop:after {
    content: " ";
    display: table;
}

.container-shop:after {
    clear: both;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .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, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .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, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .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, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .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, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 6px;
    font-size: 14px;
    line-height: 1.42857;
    color: gray;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: gray;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.new-form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: gray;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.location-ctn-btn {
    width: 163px;
    height: 32px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
    .input-group-lg > .form-control-static.input-group-addon,
    .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
    .input-group-sm > .form-control-static.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 26px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 6px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33333px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled, .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus, .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
        .open > .btn-default.dropdown-toggle:hover,
        .open > .btn-default.dropdown-toggle:focus,
        .open > .btn-default.dropdown-toggle.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active, .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
    fieldset[disabled] .btn-default,
    fieldset[disabled] .btn-default:hover,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default.focus,
    fieldset[disabled] .btn-default:active,
    fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #0074a1;
    border-color: #006288;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #004f6e;
        border-color: #000608;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #004f6e;
        border-color: #00364a;
    }

    .btn-primary:active, .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #004f6e;
        border-color: #00364a;
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
        .open > .btn-primary.dropdown-toggle:hover,
        .open > .btn-primary.dropdown-toggle:focus,
        .open > .btn-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: #00364a;
            border-color: #000608;
        }

    .btn-primary:active, .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary.active {
        background-color: #0074a1;
        border-color: #006288;
    }

    .btn-primary .badge {
        color: #0074a1;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
        .open > .btn-success.dropdown-toggle:hover,
        .open > .btn-success.dropdown-toggle:focus,
        .open > .btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
    fieldset[disabled] .btn-success,
    fieldset[disabled] .btn-success:hover,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success.focus,
    fieldset[disabled] .btn-success:active,
    fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
        .open > .btn-info.dropdown-toggle:hover,
        .open > .btn-info.dropdown-toggle:focus,
        .open > .btn-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active, .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
    fieldset[disabled] .btn-info,
    fieldset[disabled] .btn-info:hover,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info.focus,
    fieldset[disabled] .btn-info:active,
    fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
        .open > .btn-warning.dropdown-toggle:hover,
        .open > .btn-warning.dropdown-toggle:focus,
        .open > .btn-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active, .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning,
    fieldset[disabled] .btn-warning:hover,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning.focus,
    fieldset[disabled] .btn-warning:active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-recommended {
    border: none;
    background-color: #00b6e9;
    border-radius: 3px;
    padding: 7px 45px;
    margin-top: 15px;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
        .open > .btn-danger.dropdown-toggle:hover,
        .open > .btn-danger.dropdown-toggle:focus,
        .open > .btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger,
    fieldset[disabled] .btn-danger:hover,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger.focus,
    fieldset[disabled] .btn-danger:active,
    fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #0074a1;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #003d55;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:hover,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #0074a1;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 5px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: gray;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .input-group-addon.input-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 14px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #0074a1;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857;
            border: 1px solid transparent;
            border-radius: 5px 5px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: gray;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 5px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #0074a1;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 5px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 5px 5px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 5px;
}

    .breadcrumb > li {
        display: inline-block;
    }

    .breadcrumb > .active {
        color: #777777;
    }

@media (min-width: 992px) {
    .breadcrumb > li + li:before {
        content: "/ ";
        padding: 0 5px;
        color: #ccc;
    }
}

@media (max-width: 991px) {
    .breadcrumb > li {
        display: none;
    }

        .breadcrumb > li.last-crumb {
            display: inline-block;
        }

            .breadcrumb > li.last-crumb > a::before {
                content: "< ";
            }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 5px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 5px 12px;
            line-height: 1.42857;
            text-decoration: none;
            color: #0074a1;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 5px;
            border-top-left-radius: 5px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 5px;
            border-top-right-radius: 5px;
        }

        .pagination > li > a:hover, .pagination > li > a:focus,
        .pagination > li > span:hover,
        .pagination > li > span:focus {
            z-index: 3;
            color: #003d55;
            background-color: #eeeeee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
    .pagination > .active > span,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #0074a1;
        border-color: #0074a1;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #0074a1;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #004f6e;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 5px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 4px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 4px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 4px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 4px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 5px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #0074a1;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #0074a1;
        border-color: #0074a1;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #0074a1;
        }

        .panel-primary > .panel-heading .badge {
            color: #0074a1;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #0074a1;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open .dropdown-menu {
    z-index: 2050;
}

.modal-open .dropdown.open {
    *z-index: 2050;
}

.modal-open .popover {
    z-index: 2060;
}

.modal-open .tooltip {
    z-index: 2070;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

        .modal-backdrop,
        .modal-backdrop.fade.in {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

.newShop-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .newShop-modal-backdrop.fade {
        opacity: 0;
    }

        .newShop-modal-backdrop, .newShop-modal-backdrop.fade.in {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

@media (min-width:768px) {
    .newShop-modal {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1050;
        width: 560px;
        margin: -250px 0 0 -280px;
        overflow: auto;
        background-color: #ffffff;
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, 0.3);
        *border: 1px solid #999;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;
    }

    .modal.fade {
        top: -25%;
        -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
        -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
        -o-transition: opacity 0.3s linear, top 0.3s ease-out;
        transition: opacity 0.3s linear, top 0.3s ease-out;
    }

        .modal.fade.in {
            top: 50%;
        }

    .newShop-modal-header {
        padding: 9px 15px;
        border-bottom: 1px solid #eee;
    }

        .newShop-modal-header .close {
            margin-top: 2px;
        }

    .newShop-modal-body {
        max-height: 350px;
        padding: 15px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .modal-form {
        margin-bottom: 0;
    }

    .newShop-modal-footer {
        padding: 14px 15px 15px;
        margin-bottom: 0;
        text-align: right;
        background-color: #f5f5f5;
        border-top: 1px solid #ddd;
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
        *zoom: 1;
        -webkit-box-shadow: inset 0 1px 0 #ffffff;
        -moz-box-shadow: inset 0 1px 0 #ffffff;
        box-shadow: inset 0 1px 0 #ffffff;
    }

        .newShop-modal-footer:before,
        .newShop-modal-footer:after {
            display: table;
            content: "";
        }

        .newShop-modal-footer:after {
            clear: both;
        }

        .newShop-modal-footer .btn + .btn {
            margin-bottom: 0;
            margin-left: 5px;
        }

        .newShop-modal-footer .btn-group .btn + .btn {
            margin-left: -1px;
        }
}

@media (min-width:320px) and (max-width:767px) {
    .newShop-modal {
        position: relative;
        top: 3%;
        left: 3%;
        z-index: 1050;
        width: 350px;
        margin: 0px;
        overflow: auto;
        background-color: #ffffff;
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, 0.3);
        *border: 1px solid #999;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;
    }

    .modal.fade {
        top: -25%;
        -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
        -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
        -o-transition: opacity 0.3s linear, top 0.3s ease-out;
        transition: opacity 0.3s linear, top 0.3s ease-out;
    }

        .modal.fade.in {
            top: 50%;
        }

    .newShop-modal-header {
        padding: 9px 15px;
        border-bottom: 1px solid #eee;
    }

        .newShop-modal-header .close {
            margin-top: 2px;
        }

    .newShop-modal-body {
        max-height: 350px;
        padding: 15px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }


    .modal-form {
        margin-bottom: 0;
    }

    .newShop-modal-footer {
        padding: 14px 15px 15px;
        margin-bottom: 0;
        text-align: right;
        background-color: #f5f5f5;
        border-top: 1px solid #ddd;
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
        *zoom: 1;
        -webkit-box-shadow: inset 0 1px 0 #ffffff;
        -moz-box-shadow: inset 0 1px 0 #ffffff;
        box-shadow: inset 0 1px 0 #ffffff;
    }

        .newShop-modal-footer:before,
        .newShop-modal-footer:after {
            display: table;
            content: "";
        }

        .newShop-modal-footer:after {
            clear: both;
        }

        .newShop-modal-footer .btn + .btn {
            margin-bottom: 0;
            margin-left: 5px;
        }

        .newShop-modal-footer .btn-group .btn + .btn {
            margin-left: -1px;
        }
}

@media (min-width: 100px) {
    .modal-dialog {
        width: 300px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 5px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.clearfix:before, .blocks-section:before, .list-group-col-3:before, .clearfix:after, .blocks-section:after, .list-group-col-3:after {
    content: " ";
    display: table;
}

.clearfix:after, .blocks-section:after, .list-group-col-3:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
    width: 100%;
    top: 0px;
}

.affix-top {
    position: relative;
    width: 100%;
}

.affix-bottom {
    position: relative;
    width: 100%;
}

.affix + .container + .align-center {
    position: fixed;
    width: 100%;
    top: 0px;
}

.affix + .shop-fixed-order-summary {
    position: fixed;
    width: 100%;
    top: 0px;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/* Added glyph icon here, in @font-face, and to midcoglyph-tve-icon &before selectors */
@font-face {
    font-family: 'Midco Glyphs';
    src: url("/Content/fonts/midcoglyphs/midcoglyphs.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/midcoglyphs/midcoglyphs.woff") format("woff"), url("/Content/fonts/midcoglyphs/midcoglyphs.ttf") format("truetype"), url("/Content/fonts/midcoglyphs/midcoglyphs.svg#midcoglyphs") format("svg");
    font-weight: bold;
    font-style: normal;
}

.midcoglyph {
    position: relative;
    display: inline-block;
    font-family: 'Midco Glyphs';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search-button {
    position: absolute;
    right: 20px;
    top: 10px;
}

.midcoglyph-ok:before,
.glyphicon-ok:before {
    content: "";
}

.midcoglyph-handset:before {
    content: "";
}

.midcoglyph-avatar:before {
    content: "";
}

.midcoglyph-article:before {
    content: "";
}
/*.midcoglyph-article:before {
  content: "\e91b";
}*/

.midcoglyph-calendar:before {
    content: "";
}

.midcoglyph-tag:before {
    content: "";
}

.midcoglyph-midco-vertical:before {
    content: "";
}

.midcoglyph-midco-horiz:before {
    content: "";
}

.midcoglyph-angle-down:before {
    content: "";
}

.midcoglyph-angle-left:before {
    content: "";
}

.midcoglyph-angle-right:before {
    content: "";
}

.midcoglyph-angle-up:before {
    content: "";
}

.midcoglyph-chevron-down:before {
    content: "";
    text-align: center;
    -webkit-align-content: center;
    -moz-text-align-last: center;
    -ms-align-content: center;
}

.midcoglyph-chevron-left:before {
    content: "";
}

.midcoglyph-chevron-right:before {
    content: "";
}

.midcoglyph-chevron-up:before {
    content: "";
    text-align: center;
    -webkit-align-content: center;
    -moz-text-align-last: center;
    -ms-align-content: center;
}

.midcoglyph-cart:before {
    content: "";
}

.midcoglyph-facebook:before {
    content: "";
}

.midcoglyph-home2:before {
    content: "";
}

.midcoglyph-linkedin:before {
    content: "";
}

.midcoglyph-search:before {
    content: "";
}

.midcoglyph-map-marker:before {
    content: "";
}

.midcoglyph-twitter:before {
    content: "";
}

.midcoglyph-user:before {
    content: "";
}

.midcoglyph-youtube:before {
    content: "";
}

.midcoglyph-home:before {
    content: "";
}

.midcoglyph-phone:before {
    content: "";
}

.midcoglyph-cable-tv:before {
    content: "";
}

.midcoglyph-web-icon:before {
    content: "";
}

.midcoglyph-calendar:before, .glyphicon-calendar:before {
    content: "";
}

/*Added by Cari*/
.midcoglyph-tve-icon:before {
    content: "";
}

body {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:active,
:focus {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

strong {
    font-style: normal;
    font-weight: 700;
}

em {
    font-style: italic;
    font-weight: 400;
}

    strong em,
    em strong {
        font-style: italic;
        font-weight: 700;
    }

a:hover {
    -webkit-transition: background-color, 150ms, linear;
    -moz-transition: background-color, 150ms, linear;
    -ms-transition: background-color, 150ms, linear;
    -o-transition: background-color, 150ms, linear;
    transition: background-color, 150ms, linear;
}

input[type="text"],
input[type="email"] {
    background: white;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.l-eyebrow {
    background: #353432;
    height: 35px;
}

    .l-eyebrow a {
        color: white;
        height: 35px;
        display: block;
        padding-top: 7px;
        font-size: 1.071em;
    }

    .l-eyebrow .current {
        padding-left: 25px;
        padding-right: 25px;
    }

        .l-eyebrow .current a {
            color: #0074a1;
            padding-right: 15px;
            padding-left: 15px;
            position: relative;
            position: relative;
            z-index: 10;
        }

            .l-eyebrow .current a::before {
                content: '';
                display: block;
                background-color: white;
                width: 100%;
                height: 36px;
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                -ms-transform: skew(-24deg, 0);
                -webkit-transform: skew(-24deg, 0);
                transform: skew(-24deg, 0);
            }

    .l-eyebrow ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .l-eyebrow ul li {
            display: inline-block;
        }

    .l-eyebrow .nav-type {
        float: left;
    }

    .l-eyebrow .nav-offsite {
        float: right;
        /*text-transform: uppercase;*/
        margin-right: 15px;
    }

        .l-eyebrow .nav-offsite li {
            margin-right: 20px;
            float: left;
            position: relative;
        }

            .l-eyebrow .nav-offsite li:last-child {
                margin-right: 0;
            }

            .l-eyebrow .nav-offsite li::before {
                content: "\00a0";
                background: white;
                position: absolute;
                top: 8px;
                left: -10px;
                max-width: 2px;
            }

            .l-eyebrow .nav-offsite li:first-child:before {
                display: none;
            }


.modal.fade {
    top: -25%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

    .modal.fade.in {
        top: 10%;
    }

/* Fixing existing modal bugs for bootstrap */
.modal-open {
    overflow: visible;
    /*overflow: hidden;*/
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
/*.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; 
}*/
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
/* Fixing existing modal bugs for bootstrap */

.hamburger-btn {
    background: #0074a1;
    border: none;
    display: table;
    padding: 0;
    position: absolute;
    top: 49px;
    left: 15px;
    width: 43px;
    height: 36px;
    vertical-align: middle;
    z-index: 1000;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .hamburger-btn:focus {
        outline: 0;
    }

@media (min-width: 992px) {
    .hamburger-btn {
        display: none;
    }
}

.hamburger-surround {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 43px;
}

.hamburger-bun {
    background: white;
    display: block;
    height: 2px;
    margin: 0 auto;
    margin-bottom: 4px;
    width: 20px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

    .hamburger-bun:last-child {
        margin-bottom: 0;
    }

.off-canvas-showing .hamburger-btn {
    background: #004f6e;
}

.l-site-nav {
    height: 100%;
    background: #0074a1;
    position: relative;
    overflow: hidden;
    z-index: 10;
    /*
        I'm not proud of it, but there is going to be some overriding going on.
        This way I don't have to use multiple plugins and html elements to acheive
        all the different types of main navigation functionality and styles they
        have going on.
    */
}

    .l-site-nav ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        z-index: 1;
    }

        .l-site-nav ul ul {
            z-index: 2;
        }

            .l-site-nav ul ul ul {
                z-index: 3;
            }

                .l-site-nav ul ul ul ul {
                    z-index: 4;
                }

    .l-site-nav .flexnav {
        padding: 0;
        margin: 0;
    }

        .l-site-nav .flexnav li a {
            display: block;
            font-size: 1.286em;
            padding: 11px 15px;
            color: white;
            word-wrap: break-word;
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        }

        .l-site-nav .flexnav li li a {
            font-size: 1em;
        }

        .l-site-nav .flexnav > li > a,
        .l-site-nav .flexnav > li > .item-helper > a {
            text-transform: uppercase;
            font-size: 1.071em;
            font-weight: 700;
        }

        .l-site-nav .flexnav .item-helper {
            position: relative;
        }

            .l-site-nav .flexnav .item-helper a {
                padding: 11px 50px 11px 15px;
            }

        .l-site-nav .flexnav .touch-button,
        .l-site-nav .flexnav .touch-button-mobile {
            position: absolute;
            top: 0;
            right: 0;
            width: 35px;
            height: 100%;
            cursor: pointer;
            text-align: center;
            padding-top: 13px;
        }

            .l-site-nav .flexnav .touch-button span,
            .l-site-nav .flexnav .touch-button-mobile span {
                font-style: normal;
                opacity: .5;
                color: white;
                font-size: .9em;
            }

            .l-site-nav .flexnav .touch-button .navicon,
            .l-site-nav .flexnav .touch-button-mobile .navicon {
                display: none;
            }

        .l-site-nav .flexnav .touch-button {
            display: none;
        }

        .l-site-nav .flexnav .item-with-ul > .item-helper > a {
            -webkit-transition: -webkit- transform, 230ms, ease-in-out;
            -moz-transition: -moz- transform, 230ms, ease-in-out;
            -ms-transition: -ms- transform, 230ms, ease-in-out;
            -o-transition: -o- transform, 230ms, ease-in-out;
            transition: transform, 230ms, ease-in-out;
        }

        .l-site-nav .flexnav .item-with-ul ul {
            display: block !important;
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background-color: #0074a1;
            -webkit-transform: translateX(274px);
            -o-transform: translateX(274px);
            -ms-transform: translateX(274px);
            transform: translateX(274px);
            -webkit-transition: -webkit- transform, 230ms, ease-in-out;
            -moz-transition: -moz- transform, 230ms, ease-in-out;
            -ms-transition: -ms- transform, 230ms, ease-in-out;
            -o-transition: -o- transform, 230ms, ease-in-out;
            transition: transform, 230ms, ease-in-out;
        }

        .l-site-nav .flexnav .item-with-ul.showing-child-nav > .item-helper > a {
            background-color: #006288;
            -webkit-transform: translateX(-264px);
            -o-transform: translateX(-264px);
            -ms-transform: translateX(-264px);
            transform: translateX(-264px);
        }

        .l-site-nav .flexnav .item-with-ul.showing-child-nav > ul {
            background-color: #0074a1;
            -webkit-transform: translateX(0);
            -o-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        .l-site-nav .flexnav .parent-link a {
            background-color: rgba(0, 0, 0, 0.2);
            font-weight: bold;
            text-transform: uppercase;
            border: none;
        }

    .l-site-nav .item-back-button {
        display: block;
        padding: 19px 50px 10px 15px;
        color: white;
        cursor: pointer;
        font-size: 13px;
        text-transform: uppercase;
    }

        .l-site-nav .item-back-button span {
            font-size: 1.077em;
            opacity: 0.5;
            color: #FFF;
            display: block;
            margin-top: -4px;
            width: 10px;
            height: 15px;
            float: left;
            margin: 1px 8px 0 0;
        }

@media (min-width: 992px) {
    .l-site-nav .flexnav {
        position: absolute;
        left: 230px;
        top: 50px;
    }

        .l-site-nav .flexnav > li {
            float: left;
        }

            .l-site-nav .flexnav > li a,
            .l-site-nav .flexnav > li .item-helper a {
                color: #0074a1;
                border-bottom: none;
                padding: 18px 15px;
                font-weight: bold;
            }

            .l-site-nav .flexnav > li > .item-helper a {
                -webkit-border-top-left-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -o-border-top-left-radius: 5px;
                -o-border-top-right-radius: 5px;
                -ms-border-top-left-radius: 5px;
                -ms-border-top-right-radius: 5px;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

            .l-site-nav .flexnav > li:hover a {
                color: white;
                text-decoration: none;
                background: #0074a1;
            }

            .l-site-nav .flexnav > li:hover li a {
                color: #0074a1;
                background: transparent;
            }

            .l-site-nav .flexnav > li.item-with-ul > .item-helper > a {
                -webkit-transition: none, 230ms, ease-in-out;
                -moz-transition: none, 230ms, ease-in-out;
                -ms-transition: none, 230ms, ease-in-out;
                -o-transition: none, 230ms, ease-in-out;
                transition: none, 230ms, ease-in-out;
            }

            .l-site-nav .flexnav > li.item-with-ul ul {
                -webkit-transform: translateX(0);
                -o-transform: translateX(0);
                -ms-transform: translateX(0);
                transform: translateX(0);
                -webkit-backface-visibility: hidden;
                background-color: white;
                height: auto !important;
                max-height: auto;
                overflow: visible;
                display: block;
            }

            .l-site-nav .flexnav > li.item-with-ul > ul {
                top: 100%;
                width: 728px;
                right: auto;
                left: 0;
                border: 1px solid #e5e5e3;
                padding: 20px 30px;
                -webkit-transform: translateY(-9999px);
                -o-transform: translateY(-9999px);
                -ms-transform: translateY(-9999px);
                transform: translateY(-9999px);
                opacity: 0;
                -webkit-transition: opacity, 250ms, ease-in-out;
                -moz-transition: opacity, 250ms, ease-in-out;
                -ms-transition: opacity, 250ms, ease-in-out;
                -o-transition: opacity, 250ms, ease-in-out;
                transition: opacity, 250ms, ease-in-out;
            }

                .l-site-nav .flexnav > li.item-with-ul > ul.flexnav-show {
                    -webkit-transform: translateY(0);
                    -o-transform: translateY(0);
                    -ms-transform: translateY(0);
                    transform: translateY(0);
                    opacity: 1;
                }

                .l-site-nav .flexnav > li.item-with-ul > ul .item-helper a {
                    font-weight: 700;
                    margin-bottom: 3px;
                }

                .l-site-nav .flexnav > li.item-with-ul > ul .item-with-ul {
                    float: left;
                    width: 25%;
                    max-height: auto;
                    padding-right: 20px;
                }

                    .l-site-nav .flexnav > li.item-with-ul > ul .item-with-ul ul {
                        position: relative;
                        display: block;
                    }

                        .l-site-nav .flexnav > li.item-with-ul > ul .item-with-ul ul a {
                            font-weight: normal;
                        }

                    .l-site-nav .flexnav > li.item-with-ul > ul .item-with-ul:nth-child(6), .l-site-nav .flexnav > li.item-with-ul > ul .item-with-ul:nth-child(7) {
                        height: auto;
                    }

                    .l-site-nav .flexnav > li.item-with-ul > ul .item-with-ul:nth-child(6) {
                        margin-bottom: 30px;
                    }

                .l-site-nav .flexnav > li.item-with-ul > ul a {
                    padding: 5px 0;
                    display: inline-block;
                }

                    .l-site-nav .flexnav > li.item-with-ul > ul a:hover {
                        text-decoration: underline;
                    }

                    .l-site-nav .flexnav > li.item-with-ul > ul a.btn-default {
                        background: #0074a1;
                        color: white;
                        width: 25%;
                        max-width: 200px;
                    }

                        .l-site-nav .flexnav > li.item-with-ul > ul a.btn-default:hover {
                            background-color: #004f6e;
                            text-decoration: none;
                        }

    .l-site-nav .parent-link,
    .l-site-nav .touch-button,
    .l-site-nav .touch-button-mobile,
    .l-site-nav .item-back-button {
        display: none;
    }
}

@media (min-width: 1300px) {
    .l-site-nav .flexnav {
        left: 250px;
        top: 70px;
    }

        .l-site-nav .flexnav > li.item-with-ul > ul {
            width: 1000px;
        }
}

@media (min-width: 1600px) {
    .l-site-nav .flexnav {
        left: 300px;
        top: 65px;
    }

        .l-site-nav .flexnav > li.item-with-ul > ul {
            width: 1360px;
        }

        .l-site-nav .flexnav > li > a,
        .l-site-nav .flexnav > li > .item-helper > a {
            text-transform: uppercase;
            font-size: 1.286em;
            font-weight: 700;
        }

        .l-site-nav .flexnav li li .item-helper a {
            font-size: 1.286em;
        }
}

@media (min-width: 1800px) {
    .l-site-nav .flexnav > li.item-with-ul > ul {
        width: 1560px;
    }
}

@media (max-width: 1200px) {
    .l-site-secondary-nav {
        width: 100%;
        background: #0074a1;
    }

        .l-site-secondary-nav .secondary-nav-toggle-btn {
            width: 100%;
            background: #0074a1;
            border: 0;
            color: white;
            height: 45px;
            line-height: 45px;
            padding: 0 15px;
            text-transform: none;
            -webkit-border-radius: 0;
            -o-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
        }

            .l-site-secondary-nav .secondary-nav-toggle-btn:focus {
                cursor: pointer;
                outline: 0;
            }

            .l-site-secondary-nav .secondary-nav-toggle-btn:hover, .l-site-secondary-nav .secondary-nav-toggle-btn:active {
                background-color: #006288;
            }

        .l-site-secondary-nav .secondary-nav-list-container {
            -webkit-transition: max-height, 250ms, ease-in-out;
            -moz-transition: max-height, 250ms, ease-in-out;
            -ms-transition: max-height, 250ms, ease-in-out;
            -o-transition: max-height, 250ms, ease-in-out;
            transition: max-height, 250ms, ease-in-out;
            -webkit-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .l-site-secondary-nav .secondary-nav-list {
            padding: 0;
            margin: 0;
            list-style-type: none;
            display: none;
        }

            .l-site-secondary-nav .secondary-nav-list li {
                margin: 0;
            }

                .l-site-secondary-nav .secondary-nav-list li.current a, .l-site-secondary-nav .secondary-nav-list li.active a {
                    background-color: #004f6e;
                }

        .l-site-secondary-nav a, .l-site-secondary-nav .btn {
            color: white;
            text-decoration: none;
            margin: 0;
            font-weight: bold;
            font-size: 1.07143em;
        }

        .l-site-secondary-nav a {
            border-top: 1px solid rgba(0, 0, 0, 0.2);
            display: block;
            padding: 10px 15px;
        }

            .l-site-secondary-nav a:hover, .l-site-secondary-nav a:active, .l-site-secondary-nav a:focus {
                background-color: #006288;
            }

        .l-site-secondary-nav.sn-open .secondary-nav-toggle-btn .midcoglyph {
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .l-site-secondary-nav.sn-open .secondary-nav-toggle-btn .quicklinks-prime {
            color: #5dbde1;
        }

    .quicklinks-prime {
        margin: 0 0 0 20px !important;
        font-weight: normal;
    }

    .sn-ul-closed {
        display: none !important;
    }

    .sn-ul-open {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .l-site-secondary-nav {
        height: 45px;
        overflow: hidden;
    }

        .l-site-secondary-nav .secondary-nav-toggle-btn {
            display: none;
        }

        .l-site-secondary-nav .secondary-nav-list-container {
            max-height: none;
            margin: 0 auto;
            text-align: center;
        }

        .l-site-secondary-nav .secondary-nav-list {
            display: inline-block;
        }

        .l-site-secondary-nav li {
            float: left;
            border-right: 1px solid white;
        }

            .l-site-secondary-nav li:first-child {
                border-left: 1px solid white;
            }

    .l-site-secondary-nav {
        width: 100%;
        background: #0074a1;
    }

        .l-site-secondary-nav .secondary-nav-toggle-btn:hover, .l-site-secondary-nav .secondary-nav-toggle-btn:active {
            background-color: #006288;
        }

        .l-site-secondary-nav .secondary-nav-list {
            padding: 0;
            margin: 0;
            list-style-type: none;
        }

            .l-site-secondary-nav .secondary-nav-list li {
                margin: 0;
            }

                .l-site-secondary-nav .secondary-nav-list li.current a, .l-site-secondary-nav .secondary-nav-list li.active a {
                    background-color: #004f6e;
                }

        .l-site-secondary-nav a, .l-site-secondary-nav .btn {
            color: white;
            text-decoration: none;
            margin: 0;
            /* font-weight: bold; */
            font-size: 1.27143em;
        }

        .l-site-secondary-nav a {
            border-top: 1px solid rgba(0, 0, 0, 0.2);
            display: block;
            padding: 10px 30px;
        }

    .sn-ul-closed {
        display: inline-block !important;
    }

    .sn-ul-open {
        display: inline-block !important;
    }
}

@media (min-width: 1800px) {
    .l-site-secondary-nav {
        height: 60px;
    }

        .l-site-secondary-nav a {
            line-height: 40px;
            height: 60px;
            font-size: 1.28571em;
        }
}

.l-specialty-nav {
    padding: 15px;
    position: relative;
    z-index: 0;
}

    .l-specialty-nav .nav-offsite {
        text-align: center;
        margin-top: 20px;
    }

        .l-specialty-nav .nav-offsite a {
            color: white;
            padding: 5px 0;
            display: inline-block;
            text-decoration: underline;
        }

@media (min-width: 991px) and (max-width: 1299px) {
    .l-specialty-nav {
        display: none;
    }
}

@media (min-width: 992px) {
    .l-specialty-nav {
        position: static;
    }
}

.site-nav-toggle-btn {
    width: 35px;
    height: 45px;
    padding: 0;
    border: 0;
    color: #0074a1;
    background: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .site-nav-toggle-btn .midcoglyph {
        width: 100%;
        line-height: 45px;
    }

    .site-nav-toggle-btn.user-toggle-btn {
        padding: 0;
    }

    .site-nav-toggle-btn.location-toggle-btn {
        text-align: center;
        padding: 0;
    }

    .site-nav-toggle-btn:hover {
        color: #004f6e;
    }

.open .site-nav-toggle-btn {
    color: #002b3b;
}

.l-user-dropdown .user-toggle-btn {
    font-size: 2em;
}

@media (min-width: 0) and (max-width: 991px) {
    .l-user-dropdown .btn {
        width: 100%;
        border: 2px white solid;
        margin-bottom: 20px;
    }

    .l-user-dropdown .user-toggle-btn {
        display: none;
    }

    .l-user-dropdown .dropdown-menu {
        width: 100%;
        display: block;
        -webkit-box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
        border: 0;
        background: transparent;
        position: relative;
    }

    .r-user-dropdown {
        width: 170px;
        position: absolute;
        /*z-index: 0;*/
        right: 0;
        top: 107px;
    }

        .r-user-dropdown .dropdown-menu {
            width: 100%;
            -webkit-border-radius: 0;
            -o-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            border: 0;
            margin-top: 0;
            background: #0074a1;
            padding: 15px;
            width: 320px;
        }

        .r-user-dropdown .btn {
            width: 100%;
            border: 2px white solid;
            margin-bottom: 7px;
        }

            .r-user-dropdown .btn:last-child {
                margin-bottom: 0;
            }
}

@media (min-width: 992px) {
    .l-user-dropdown {
        position: absolute;
        top: 107px;
        right: 0;
        width: 320px;
    }

        .l-user-dropdown .user-toggle-btn {
            position: absolute;
            left: 238px;
            top: -56px;
        }

            .l-user-dropdown .user-toggle-btn .midcoglyph {
                width: 100%;
            }

        .l-user-dropdown .dropdown-menu {
            width: 100%;
            -webkit-border-radius: 0;
            -o-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            border: 0;
            margin-top: 0;
            background: #0074a1;
            padding: 15px;
        }

        .l-user-dropdown .btn {
            width: 100%;
            border: 2px white solid;
            margin-bottom: 7px;
        }

            .l-user-dropdown .btn:last-child {
                margin-bottom: 0;
            }

    .r-user-dropdown {
        position: absolute;
        top: 107px;
        right: 0;
        width: 320px;
    }

        .r-user-dropdown .dropdown-menu {
            width: 100%;
            -webkit-border-radius: 0;
            -o-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            border: 0;
            margin-top: 0;
            background: #0074a1;
            padding: 15px;
        }

        .r-user-dropdown .btn {
            width: 100%;
            border: 2px white solid;
            margin-bottom: 7px;
        }

            .r-user-dropdown .btn:last-child {
                margin-bottom: 0;
            }
}

@media (min-width: 1300px) {
    .l-user-dropdown {
        position: absolute !important;
        top: 45px !important;
        right: -11px !important;
    }

        .l-user-dropdown .btn {
            width: 95px;
            border: 0;
            margin-bottom: 0;
            height: 30px;
            line-height: 30px;
            display: inline-block;
            padding: 1px;
        }

        .l-user-dropdown .btn-secondary {
            background-color: #0074a1;
            color: white;
        }

        .l-user-dropdown .user-toggle-btn {
            display: none;
        }

        .l-user-dropdown .dropdown-menu {
            display: block;
            width: auto;
            padding: 0;
            background: transparent;
            -webkit-box-shadow: 0 0 0 transparent;
            -moz-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
        }
}

.l-location-dropdown {
    position: relative;
    z-index: 10;
}

    .l-location-dropdown .location-toggle-info {
        text-align: center;
    }

    .l-location-dropdown .location-form-menu {
        padding: 10px;
    }

        .l-location-dropdown .location-form-menu .col-loc-address {
            margin-bottom: 6px;
        }

        .l-location-dropdown .location-form-menu .col-loc-suit {
            padding-right: 3px;
        }

        .l-location-dropdown .location-form-menu .col-loc-zip {
            padding-left: 3px;
        }

        .l-location-dropdown .location-form-menu .col-loc-button {
            margin-top: 6px;
        }

            .l-location-dropdown .location-form-menu .col-loc-button button {
                width: 100%;
                margin: 0;
            }

@media (min-width: 0) and (max-width: 991px), (min-width: 1300px) {
    .l-location-dropdown .location-toggle-btn {
        width: 100%;
        background: white;
        height: 30px;
        line-height: 30px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        padding-left: 7px;
        padding-right: 9px;
    }

        .l-location-dropdown .location-toggle-btn .midcoglyph-map-marker,
        .l-location-dropdown .location-toggle-btn .midcoglyph-angle-down {
            float: left;
            width: auto;
            line-height: 28px;
        }

        .l-location-dropdown .location-toggle-btn .midcoglyph-angle-down {
            float: right;
        }

    .l-location-dropdown .location-toggle-info {
        max-width: 85%;
        white-space: nowrap;
        display: inline-block;
        position: relative;
        overflow: hidden;
        padding-left: 5px;
        position: relative;
    }

        .l-location-dropdown .location-toggle-info::after {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            position: absolute;
            right: 0;
            top: 5px;
            background: rgba(255, 255, 255, 0);
            background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
            background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
        }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .l-location-dropdown .location-toggle-info,
    .l-location-dropdown .midcoglyph-angle-down {
        display: none;
    }

    .l-location-dropdown .location-toggle-btn {
        position: absolute;
        top: -56px;
        right: 85px;
    }

        .l-location-dropdown .location-toggle-btn .midcoglyph-map-marker {
            font-size: 1.929em;
        }
}

@media (min-width: 992px) and (max-width: 1299px), (min-width: 1200px) {
    .l-location-dropdown {
        width: 255px;
        position: absolute;
        top: 107px;
        right: 0;
    }

        .l-location-dropdown .location-form-menu {
            margin-top: 0;
            border: 0;
            -webkit-border-radius: 0;
            -o-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            padding: 15px 15px 20px;
            background: #0074a1;
            width: 500px;
            left: -245px;
        }

            .l-location-dropdown .location-form-menu .location-toggle-info {
                width: 100%;
                color: white;
                margin-bottom: 10px;
            }

                .l-location-dropdown .location-form-menu .location-toggle-info::after {
                    display: none;
                }

            .l-location-dropdown .location-form-menu input {
                border: 0;
            }

            .l-location-dropdown .location-form-menu button {
                border: 2px white solid;
                margin-left: 5px;
                height: 34px;
                line-height: 32px;
                padding: 0;
            }

            .l-location-dropdown .location-form-menu .col-loc-address,
            .l-location-dropdown .location-form-menu .col-loc-suit,
            .l-location-dropdown .location-form-menu .col-loc-zip,
            .l-location-dropdown .location-form-menu .col-loc-button {
                margin: 0;
                padding: 0 3px;
            }

            .l-location-dropdown .location-form-menu .col-loc-address {
                padding-left: 15px;
            }

            .l-location-dropdown .location-form-menu .col-loc-button {
                padding-right: 15px;
            }
}

@media (min-width: 0) and (max-width: 991px), (min-width: 1300px) {
    .l-login-dropdown .login-toggle-btn {
        width: 100%;
        background: white;
        height: 30px;
        line-height: 30px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        padding-left: 7px;
        padding-right: 9px;
    }

        .l-login-dropdown .login-toggle-btn .midcoglyph-map-marker,
        .l-login-dropdown .login-toggle-btn .midcoglyph-angle-down {
            float: left;
            width: auto;
            line-height: 28px;
        }

        .l-login-dropdown .login-toggle-btn .midcoglyph-angle-down {
            float: right;
        }

    .l-login-dropdown .login-toggle-info {
        max-width: 85%;
        white-space: nowrap;
        display: inline-block;
        position: relative;
        overflow: visible;
        /*padding-left: 5px;*/
        position: relative;
    }

        .l-login-dropdown .login-toggle-info::after {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            position: absolute;
            right: 0;
            top: 5px;
            background: rgba(255, 255, 255, 0);
            background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
            background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
        }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .l-login-dropdown .login-toggle-info,
    .l-login-dropdown .midcoglyph-angle-down {
        display: none;
    }

    .l-login-dropdown .login-toggle-btn {
        position: absolute;
        top: -56px;
        right: 85px;
    }

        .l-login-dropdown .login-toggle-btn .midcoglyph-map-marker {
            font-size: 1.929em;
        }
}

@media (min-width: 992px) and (max-width: 1299px), (min-width: 1200px) {
    .l-login-dropdown {
        width: 475px;
        position: absolute;
        top: 107px;
        right: 0;
    }

        .l-login-dropdown .btn-default {
            min-height: 30px;
        }

        .l-login-dropdown .login-form-menu {
            margin-top: 0;
            border: 0;
            -webkit-border-radius: 0;
            -o-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            padding: 15px 15px 20px;
            background: #0074a1;
        }

            .l-login-dropdown .login-form-menu .btn-default {
                border: 1px solid;
            }

            .l-login-dropdown .login-form-menu .login-toggle-info {
                width: 100%;
                color: white;
                margin-bottom: 10px;
            }

                .l-login-dropdown .login-form-menu .login-toggle-info::after {
                    display: none;
                }

            .l-login-dropdown .login-form-menu input {
                border: 0;
            }

            .l-login-dropdown .login-form-menu button {
                border: 2px white solid;
                margin-left: 5px;
                height: 34px;
                line-height: 32px;
                padding: 0;
            }

            .l-login-dropdown .login-form-menu .col-loc-address,
            .l-login-dropdown .login-form-menu .col-loc-suit,
            .l-login-dropdown .login-form-menu .col-loc-zip,
            .l-login-dropdown .login-form-menu .col-loc-button {
                margin: 0;
                padding: 0 3px;
            }

            .l-login-dropdown .login-form-menu .col-loc-address {
                padding-left: 15px;
            }

            .l-login-dropdown .login-form-menu .col-loc-button {
                padding-right: 15px;
            }
}

@media (min-width: 1300px) {
    .l-location-dropdown {
        position: absolute;
        right: 15px;
        top: 45px;
    }

        .l-location-dropdown .location-toggle-btn {
            background: #0074a1;
            color: white;
            width: 230px;
            float: right;
        }

        .l-location-dropdown .location-toggle-info::after {
            background-position: -20px top;
            background: rgba(0, 116, 161, 0);
            background: -webkit-linear-gradient(left, rgba(0, 116, 161, 0), #0074a1);
            background: linear-gradient(to right, rgba(0, 116, 161, 0), #0074a1);
        }

        .l-location-dropdown .location-form-menu {
            -webkit-border-radius: 6px;
            -o-border-radius: 6px;
            -ms-border-radius: 6px;
            border-radius: 6px;
            padding: 9px 10px;
            margin-top: 2px;
        }

            .l-location-dropdown .location-form-menu .location-toggle-info {
                display: none;
            }

        .l-location-dropdown.open .location-form-menu,
        .l-location-dropdown.open .location-toggle-btn {
            background-color: #004f6e;
        }

        .l-location-dropdown.open .location-toggle-btn {
            -webkit-border-top-left-radius: 6px;
            -webkit-border-top-right-radius: 6px;
            -webkit-border-bottom-right-radius: 0.5px;
            -webkit-border-bottom-left-radius: 0.5px;
            -o-border-top-left-radius: 6px;
            -o-border-top-right-radius: 6px;
            -o-border-bottom-right-radius: 0.5px;
            -o-border-bottom-left-radius: 0.5px;
            -ms-border-top-left-radius: 6px;
            -ms-border-top-right-radius: 6px;
            -ms-border-bottom-right-radius: 0.5px;
            -ms-border-bottom-left-radius: 0.5px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            border-bottom-right-radius: 0.5px;
            border-bottom-left-radius: 0.5px;
            position: relative;
        }

            .l-location-dropdown.open .location-toggle-btn:after {
                content: '';
                width: 100%;
                height: 1px;
                background-color: #004f6e;
                display: block;
                position: absolute;
                top: 100%;
                left: 0;
            }

        .l-location-dropdown.open .location-toggle-info::after {
            background: rgba(0, 79, 110, 0);
            background: -webkit-linear-gradient(left, rgba(0, 79, 110, 0), #004f6e);
            background: linear-gradient(to right, rgba(0, 79, 110, 0), #004f6e);
        }

        .l-location-dropdown.open .location-form-menu {
            margin-top: 1px;
            -webkit-border-top-left-radius: 6px;
            -webkit-border-top-right-radius: 0.5px;
            -webkit-border-bottom-right-radius: 6px;
            -webkit-border-bottom-left-radius: 6px;
            -o-border-top-left-radius: 6px;
            -o-border-top-right-radius: 0.5px;
            -o-border-bottom-right-radius: 6px;
            -o-border-bottom-left-radius: 6px;
            -ms-border-top-left-radius: 6px;
            -ms-border-top-right-radius: 0.5px;
            -ms-border-bottom-right-radius: 6px;
            -ms-border-bottom-left-radius: 6px;
            border-top-left-radius: 6px;
            border-top-right-radius: 0.5px;
            border-bottom-right-radius: 6px;
            border-bottom-left-radius: 6px;
        }

            .l-location-dropdown.open .location-form-menu .location-toggle-info {
                display: none !important;
            }

        .l-location-dropdown .location-toggle-btn:hover {
            background-color: #004f6e;
        }

            .l-location-dropdown .location-toggle-btn:hover .location-toggle-info::after {
                background: rgba(0, 79, 110, 0);
                background: -webkit-linear-gradient(left, rgba(0, 79, 110, 0), #004f6e);
                background: linear-gradient(to right, rgba(0, 79, 110, 0), #004f6e);
            }
}

@media (min-width: 1300px) {
    .l-login-dropdown {
        position: absolute;
        right: 250px;
        top: 45px;
    }

        .l-login-dropdown .site-nav-toggle-btn {
            height: 30px;
        }

        .l-login-dropdown .login-toggle-btn {
            background: #0074a1;
            width: 130px;
            float: right;
            background: #0074a1;
            border: none;
            color: white;
            text-transform: uppercase;
            /*min-height: 35px;*/
            padding: 0 15px;
            /*line-height: 35px;*/
        }

        .l-login-dropdown .login-toggle-info::after {
            background-position: -20px top;
            background: rgba(0, 116, 161, 0);
            background: -webkit-linear-gradient(left, rgba(0, 116, 161, 0), #0074a1);
            background: linear-gradient(to right, rgba(0, 116, 161, 0), #0074a1);
        }

        .l-login-dropdown .login-form-menu {
            -webkit-border-radius: 6px;
            -o-border-radius: 6px;
            -ms-border-radius: 6px;
            border-radius: 6px;
            padding: 9px 10px;
            margin-top: 2px;
            width: 270px;
            left: 205px;
            height: 55px;
        }

            .l-login-dropdown .login-form-menu .login-toggle-info {
                display: none;
            }

        .l-login-dropdown.open .login-form-menu,
        .l-login-dropdown.open .login-toggle-btn {
            background-color: #004f6e;
        }

        .l-login-dropdown.open .login-toggle-btn {
            -webkit-border-top-left-radius: 6px;
            -webkit-border-top-right-radius: 6px;
            -webkit-border-bottom-right-radius: 0.5px;
            -webkit-border-bottom-left-radius: 0.5px;
            -o-border-top-left-radius: 6px;
            -o-border-top-right-radius: 6px;
            -o-border-bottom-right-radius: 0.5px;
            -o-border-bottom-left-radius: 0.5px;
            -ms-border-top-left-radius: 6px;
            -ms-border-top-right-radius: 6px;
            -ms-border-bottom-right-radius: 0.5px;
            -ms-border-bottom-left-radius: 0.5px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            border-bottom-right-radius: 0.5px;
            border-bottom-left-radius: 0.5px;
            position: relative;
        }

            .l-login-dropdown.open .login-toggle-btn:after {
                content: '';
                width: 100%;
                height: 1px;
                background-color: #004f6e;
                display: block;
                position: absolute;
                top: 100%;
                left: 0;
                color: white;
            }

        .l-login-dropdown.open .login-toggle-info::after {
            background: rgba(0, 79, 110, 0);
            background: -webkit-linear-gradient(left, rgba(0, 79, 110, 0), #004f6e);
            background: linear-gradient(to right, rgba(0, 79, 110, 0), #004f6e);
        }

        .l-login-dropdown.open .login-form-menu {
            margin-top: 1px;
            -webkit-border-top-left-radius: 6px;
            -webkit-border-top-right-radius: 0.5px;
            -webkit-border-bottom-right-radius: 6px;
            -webkit-border-bottom-left-radius: 6px;
            -o-border-top-left-radius: 6px;
            -o-border-top-right-radius: 0.5px;
            -o-border-bottom-right-radius: 6px;
            -o-border-bottom-left-radius: 6px;
            -ms-border-top-left-radius: 6px;
            -ms-border-top-right-radius: 0.5px;
            -ms-border-bottom-right-radius: 6px;
            -ms-border-bottom-left-radius: 6px;
            border-top-left-radius: 6px;
            border-top-right-radius: 0.5px;
            border-bottom-right-radius: 6px;
            border-bottom-left-radius: 6px;
        }

            .l-login-dropdown.open .login-form-menu .login-toggle-info {
                /*display: none !important;*/
            }

        .l-login-dropdown .login-toggle-btn:hover {
            background-color: #004f6e;
        }

            .l-login-dropdown .login-toggle-btn:hover .login-toggle-info::after {
                background: rgba(0, 79, 110, 0);
                background: -webkit-linear-gradient(left, rgba(0, 79, 110, 0), #004f6e);
                background: linear-gradient(to right, rgba(0, 79, 110, 0), #004f6e);
            }
}

.l-search-form {
    position: absolute;
    /*z-index: 0;*/
    right: 0;
    top: 107px;
}

    .l-search-form .search-toggle-btn {
        position: absolute;
        right: 10px;
        top: -65px;
        font-size: 1.7em;
    }

    .l-search-form .dropdown-menu {
        left: auto;
        right: 0;
        border: none;
        padding: 12px 15px;
        width: 320px;
        margin-top: 0;
        background-color: #0074a1;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

.r-user-dropdown .dropdown-menu {
    left: auto;
    right: -78px;
    top: 56px;
}

.l-search-form form button {
    position: absolute;
    top: 14px;
    right: 15px;
    width: 35px;
    height: 34px;
}

.l-search-form input[type="search"] {
    width: 100%;
    border: 0;
    padding-right: 40px;
    font-size: 1.143em;
    padding-top: 7px;
}

@media (min-width: 992px) {
    .l-search-form .search-toggle-btn {
        font-size: 1.857em;
        top: -65px;
    }
}

@media (min-width: 1200px) {
    .l-search-form {
        position: absolute;
        top: 70px;
        right: 15px;
    }

        .l-search-form .search-toggle-btn {
            display: none;
        }

        .l-search-form .btn {
            width: auto;
            border: 0;
            margin-bottom: 0;
            min-height: 30px;
            line-height: 30px;
            display: inline-block;
        }

        .l-search-form .user-toggle-btn {
            display: none;
        }

        .l-search-form .dropdown-menu {
            display: block;
            background: transparent;
            padding: 0;
            -webkit-box-shadow: 0 0 0 transparent;
            -moz-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
            max-width: 294px;
        }

        .l-search-form input[type="search"] {
            border: 1px solid #e6e6e6;
        }

        .l-search-form form button {
            top: 0;
            right: 0;
        }
}

.map-marker-btn {
    position: absolute;
    text-align: center;
    font-size: 1.929em;
    top: 47px;
    right: 50px;
}

    .map-marker-btn a {
        color: white;
    }

@media (min-width: 992px) {
    .map-marker-btn {
        display: none;
    }
}

@media (min-width: 1300px) {
    .login-link {
        display: none;
    }
}

.login-link {
    position: absolute;
    right: 78px;
    font-size: 2.3rem;
    top: 51px;
    /*float: right;*/
    /*margin-right: 15px;*/
}

.email-link {
    right: 48px;
}

@media (min-width: 992px) {
    .home .site-nav-toggle-btn {
        color: white;
    }

    .home .site-nav-btn a {
        color: white;
    }

    .home .site-nav-toggle-btn:hover {
        color: #004f6e;
    }

    .home .open .site-nav-toggle-btn {
        color: #004f6e;
    }
}

@media (min-width: 1200px) {
    .home .site-nav-toggle-btn.login-toggle-btn:hover {
        color: white;
    }

    .home .open .login-toggle-btn {
        color: white;
    }
}

@media (min-width: 1200px) {
    .home .site-nav-toggle-btn.location-toggle-btn:hover {
        color: white;
    }

    .home .open .location-toggle-btn {
        color: white;
    }

    .home .l-user-dropdown .btn {
        background-color: white;
        color: #0074a1;
    }

        .home .l-user-dropdown .btn:hover {
            background-color: #004f6e;
            color: white;
        }

    .home .l-user-dropdown .btn-secondary {
        color: white;
        background-color: #0074a1;
    }

        .home .l-user-dropdown .btn-secondary:hover {
            background-color: white;
            color: #0074a1;
        }
}

.breadcrumb {
    padding: 6px 15px;
}

    .breadcrumb .midcoglyph-home2 {
        font-size: 1.643em;
    }

.l-utility-nav-footer li {
    display: inline;
}

    .l-utility-nav-footer li:after {
        content: '|';
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px;
    }

    .l-utility-nav-footer li:last-child:after {
        content: '';
        margin-right: 0;
    }

@media (min-width: 992px) {
    .l-utility-nav-footer {
        text-align: left;
    }
}

html {
    height: 100%;
}

body {
    background: #0074a1;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.container-fluid {
    max-width: 1280px;
}

.l-body {
    margin: 0;
    min-height: 100%;
    padding: 120px 0 0 0;
    position: relative;
}

.l-site-header {
    background-color: white;
    height: 107px;
    z-index: 1000;
    transform: unset;
}

.l-off-canvas-helper {
    min-height: 100%;
    overflow: hidden;
    width: 100%;
}

.l-off-canvas-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: 480px;
    min-height: 100vh;
    background-color: white;
}


.l-top-logo .img-top-logo-home-lg {
    display: none;
}

.l-top-logo img {
    position: absolute;
    top: 51px;
    left: 71px;
    max-width: 138px;
}


@media (min-width: 992px) {
    .l-top-logo img {
        max-width: 200px;
        left: 45px;
        top: 45px;
    }
}

@media (min-width: 1300px) {
    .l-top-logo img {
        top: 45px;
    }
}

@media (min-width: 1600px) {
    .l-top-logo img {
        max-width: 247px;
        top: 45px;
        left: 15px;
    }
}

@media (min-width: 2000px) and (max-width:2300px) {
    .l-top-logo img {
        max-width: 247px;
        top: 45px;
    }
}

@media (min-width: 3200px) and (max-width:3300px) {
    .l-top-logo img {
        max-width: 247px;
        top: 45px;
    }
}

.l-site-header-elements {
    position: relative;
    margin: 0 auto;
}

.off-canvas-overlay {
    display: none;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100001;
    -webkit-tap-highlight-color: transparent;
}

.l-site-nav {
    height: 100%;
    left: -264px;
    position: absolute;
    top: 0;
    width: 264px;
    z-index: 10;
}

@media (min-width: 992px) {
    .l-site-nav {
        background: transparent;
        border: none;
        height: auto;
        padding-bottom: inherit;
        width: 100%;
        top: 50px;
        left: 250px;
        overflow: visible;
    }
}

.site-header-fixed {
    position: relative;
    padding-top: 107px;
}

    .site-header-fixed .l-site-header {
        padding: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    .site-header-fixed .site-header-elements {
        background: white;
        height: 107px;
    }

    .site-header-fixed .l-site-nav {
        height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .site-header-fixed .l-site-nav {
        height: 1024px;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .site-header-fixed .l-site-nav {
        height: 768px;
    }
}

@media screen and (device-aspect-ratio: 40 / 71) {
    .site-header-fixed .l-site-nav {
        height: 500px;
    }
}

.site-header-fixed .l-off-canvas-container {
    /*-webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);*/
    -webkit-transition: -webkit- transform, 230ms, ease-in-out;
    -moz-transition: -moz- transform, 230ms, ease-in-out;
    -ms-transition: -ms- transform, 230ms, ease-in-out;
    -o-transition: -o- transform, 230ms, ease-in-out;
    transition: transform, 230ms, ease-in-out;
    -webkit-backface-visibility: hidden;
}
    /* the transform rule will prevent anything with position: fixed from actually affixing to the page, and messes up bootstrap-afifx. */
    .site-header-fixed .l-off-canvas-container .modal {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit- transform, 230ms, ease-in-out;
        -moz-transition: -moz- transform, 230ms, ease-in-out;
        -ms-transition: -ms- transform, 230ms, ease-in-out;
        -o-transition: -o- transform, 230ms, ease-in-out;
        transition: transform, 230ms, ease-in-out;
        -webkit-backface-visibility: hidden;
    }

.site-header-fixed.off-canvas-showing {
    overflow: hidden;
}

    .site-header-fixed.off-canvas-showing .off-canvas-overlay {
        display: block;
        left: 264px;
    }

    .site-header-fixed.off-canvas-showing .l-off-canvas-container > * {
        -webkit-transform: translateX(264px);
        -o-transform: translateX(264px);
        -ms-transform: translateX(264px);
        transform: translateX(264px);
        -webkit-backface-visibility: hidden;
    }

.site-header-fixed.scrollingNow .l-site-header {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    /*opacity: .9;*/
}

@media (min-width: 992px) {
    .site-header-fixed {
        padding-top: 0;
    }

        .site-header-fixed .l-site-nav {
            overflow-y: visible;
            height: auto;
            width: 100%;
            position: static;
        }

        .site-header-fixed.off-canvas-showing {
            overflow: visible;
        }

            .site-header-fixed.off-canvas-showing .l-off-canvas-container > * {
                -webkit-transform: translate(0px, 0px);
                transform: translate(0px, 0px);
            }
}

@media (min-width: 1200px) {
    .site-header-fixed .l-site-header {
        height: 127px;
    }
}

@media (min-width: 992px) {
    .home .l-site-header {
        background-color: transparent;
    }

    .home .l-top-logo {
        width: 232px;
        height: 199px;
        background: url("../../Images/bg-home-logo-surround.png") left -30px no-repeat transparent;
        background-size: 232px auto;
    }

        .home .l-top-logo img {
            width: 100px;
            left: 39px;
            top: 45px;
        }

    .home .img-top-logo {
        display: none;
    }

    .home .img-top-logo-home-lg {
        display: block;
    }

    .home .l-site-nav .flexnav {
        top: 50px;
        left: 216px;
    }

        .home .l-site-nav .flexnav li a {
            color: white;
        }

        .home .l-site-nav .flexnav li li a {
            color: #0074a1;
        }
}

@media (min-width: 1600px) {
    .home .l-top-logo {
        width: 341px;
        height: 272px;
        background-size: 341px auto;
    }

        .home .l-top-logo img {
            width: 152px;
            height: 109px;
            left: 52px;
            top: 45px;
        }

    .home .l-site-nav .flexnav {
        left: 330px;
    }
}

.l-site-footer {
    clear: both;
    background-color: #353432;
    color: white;
    padding: 30px 25px;
}

    .l-site-footer .container-fluid {
        max-width: none;
    }

    .l-site-footer h1, .l-site-footer h2, .l-site-footer h3, .l-site-footer h4 {
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 25px;
    }

    .l-site-footer ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .l-site-footer li {
        margin-bottom: 20px;
    }

        .l-site-footer li:last-child {
            margin-bottom: 0;
        }

    .l-site-footer a {
        color: white;
    }

    .l-site-footer .btn {
        width: 100%;
        max-width: 280px;
        margin-bottom: 20px;
        background-color: #0074a1;
    }

@media (min-width: 992px) {
    .l-site-footer {
        padding: 40px 30px;
    }
}

.l-well-footer {
    background-color: #2d2c2b;
    display: block;
    text-align: center;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.well-footer-header {
    background-color: #474643;
    padding: 12px 20px;
}

    .well-footer-header h1, .well-footer-header h2, .well-footer-header h3, .well-footer-header h4 {
        margin: 0;
    }

.well-footer-body {
    padding: 30px;
}

.l-social-nav-footer {
    font-size: 2.286em;
    text-align: center;
}

    .l-social-nav-footer li {
        display: inline-block;
        margin-right: 13px;
    }

        .l-social-nav-footer li:last-child {
            margin-right: 0;
        }

@media (min-width: 992px) {
    .l-social-nav-footer {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .l-social-nav-footer {
        margin-top: 30px;
    }
}

.l-footer-bottom-row {
    font-size: 1.143em;
    text-align: center;
    line-height: 1.5em;
}

@media (min-width: 992px) {
    .l-copywright-footer {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .l-special-footer-col {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .l-special-footer-col {
        margin: 0;
    }
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-calendar:before {
    /*content: "\e109" !important;*/
    content: "\1f4c5" !important;
}

/* added to hide items on large screens */
@media (min-width: 992px) {
    .l-site-nav ul li.show-on-lg-screen {
        display: none;
    }
}

.btn-default {
    background: #0074a1;
    border: none;
    color: white;
    text-transform: uppercase;
    min-height: 35px;
    padding: 0 15px;
    line-height: 35px;
    text-decoration: none !important;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:target {
        background: #004f6e;
        color: white;
        border-color: white;
    }

.btn-white {
    background: white;
    text-decoration: none !important;
    color: #0074a1 !important;
    border: 2px solid #0074a1;
    -webkit-transition: -webkit- transform, 230ms, ease-in-out;
    -moz-transition: -moz- transform, 230ms, ease-in-out;
    -ms-transition: -ms- transform, 230ms, ease-in-out;
    -o-transition: -o- transform, 230ms, ease-in-out;
    transition: transform, 230ms, ease-in-out;
}

    .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white:target {
        background: #004f6e;
        color: white !important;
        border-color: white;
    }

.btn-blue-border-white-text {
    color: white;
    border: 2px solid #0074a1;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-transition: -webkit- transform, 230ms, ease-in-out;
    -moz-transition: -moz- transform, 230ms, ease-in-out;
    -ms-transition: -ms- transform, 230ms, ease-in-out;
    -o-transition: -o- transform, 230ms, ease-in-out;
    transition: transform, 230ms, ease-in-out;
}

    .btn-blue-border-white-text.editor-80-width-button {
        background-color: transparent;
    }

    .btn-blue-border-white-text:hover, btn-blue-border-white-text:focus, btn-blue-border-white-text:active, btn-blue-border-white-text:target {
        background-color: #004f6e;
        color: white;
        border-color: #004f6e;
    }

.btn-shop-green {
    background: #B0DF48;
    color: #0074a1;
    border: 2px solid #0074a1;
}

.btn-shop-orange {
    background: #EC5523;
    /*background: #F26C21;*/
    color: white;
    border: 2px solid #0074a1;
}

.circle-white-expand-btn,
.circle-plus-btn {
    width: 29px;
    height: 29px;
    display: inline-block;
    background: white;
    border: none;
    text-align: center;
    -webkit-align-self: center;
    -webkit-align-content: center;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

    .circle-white-expand-btn .midcoglyph,
    .circle-plus-btn .midcoglyph {
        line-height: 29px;
    }


.circle-plus-btn {
    background-color: #0074a1;
    color: white;
    font-weight: bold;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.28571em;
}

    .circle-plus-btn:hover, .circle-plus-btn:focus, .circle-plus-btn:active, .circle-plus-btn:target {
        background: #004f6e;
        color: white;
    }

.btn:hover .circle-plus-btn, .btn:focus .circle-plus-btn, .btn:active .circle-plus-btn, .btn:target .circle-plus-btn {
    background: inherit;
    color: inherit;
}

.btn .circle-plus-btn {
    color: inherit;
    width: auto;
    background: inherit;
}

.gray-ultra-light .circle-white-expand-btn {
    background-color: gray;
    color: #f4f4f4;
}

.gray-medium .circle-white-expand-btn {
    color: #e0e0e0;
}

.gradient-plum .circle-white-expand-btn {
    color: #b43e97;
}

.gradient-sky .circle-white-expand-btn {
    color: #0074a1;
}

.gradient-lime .circle-white-expand-btn {
    color: #51a653;
}

.gradient-mango .circle-white-expand-btn {
    color: #ec5523;
}

.gradient-neon .circle-white-expand-btn {
    color: #df3990;
}

.gradient-neon .circle-white-expand-btn {
    color: #53caf5;
}

.white-background {
    background: white
}

.services-icon {
    display: inline-block;
    overflow: hidden;
    width: 110px;
    height: 110px;
    border: 5px solid white;
    text-align: center;
    color: white;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

    .services-icon .midcoglyph {
        margin-top: 20px;
    }

    .services-icon .midcoglyph-cable-tv {
        font-size: 65px;
        margin-top: 18px;
    }

    .services-icon .midcoglyph-web-icon {
        font-size: 55px;
        margin-top: 22px;
    }

    .services-icon .midcoglyph-home {
        font-size: 53px;
    }

    .services-icon .midcoglyph-phone {
        font-size: 53px;
    }

.block .block-content-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.block .block-info {
    padding: 20px 15px;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

    .block .block-info :only-child,
    .block .block-info :only-child .block-featured-image,
    .block .block-info :only-child .block-title,
    .block .block-info :only-child.block-content,
    .block .block-info :last-child,
    .block .block-info :last-child .block-featured-image,
    .block .block-info :last-child .block-title,
    .block .block-info :last-child.block-content {
        margin-bottom: 0;
    }

.block .block-featured-image img {
    max-width: 100%;
    width: auto;
}

.block-callout {
    margin: 0 auto;
}

    .block-callout .block-content-container {
        display: block;
    }

    .block-callout .block-info {
        display: block;
        padding: 30px 15px;
        text-align: left;
        max-width: 1280px;
    }

    .block-callout .block-featured-image {
        padding: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
    }

        .block-callout .block-featured-image img {
            max-width: 100%;
            width: auto;
        }

@media (min-width: 768px) {
    .block-callout .block-featured-image {
        width: auto;
    }

    .block-callout .block-info {
        padding: 30px;
    }
}

.block-promo {
    background-color: #f4f4f4;
}

    .block-promo .block-content-container {
        padding: 40px;
    }

.block-form-inline .block-info {
    padding: 20px 40px;
}

/* ---------------------------------------------------
    Full width blocks
----------------------------------------------------*/
.block-bg-icon-center {
    /*color: white;*/
}

    .block-bg-icon-center .block-content-container {
        background: no-repeat center center;
        background-size: 500px 83px;
    }

    .block-bg-icon-center .block-info {
        padding: 40px 15px;
        max-width: none;
        height: auto;
    }

@media (min-width: 768px) {
    .block-bg-icon-center .block-content-container {
        background-size: 900px 153px;
    }
}

@media (min-width: 1200px) {
    .block-bg-icon-center .block-content-container {
        background-size: 1276px 211px;
    }
}

.block-gradient, .block-breakout {
    width: 100%;
    color: white;
    /*text-align: center;*/
    /*background-color: $brand-primary;*/
}

    .block-gradient a:not(.btn), .block-breakout a:not(.btn) {
        color: white;
        text-decoration: underline;
    }

.white-background a:not(.btn),
.gray-medium a:not(.btn),
.gray-medium a:not(.btn) {
    color: #0074a1;
    text-decoration: underline;
}

.block-gradient .block-info,
.block-breakout .block-info {
    padding: 30px 15px;
    max-width: 1280px;
}

.block-gradient .block-content-container, .block-breakout .block-content-container {
    background: no-repeat center center;
}

.block-gradient.bg-image-right .block-content-container, .bg-image-right.block-breakout .block-content-container {
    background: no-repeat 20% center;
}

@media (min-width: 768px) {
    .block-gradient.bg-image-right .block-content-container, .bg-image-right.block-breakout .block-content-container {
        background-position: 175% center;
    }
}

@media (min-width: 992px) {
    .block-gradient.bg-image-right .block-content-container, .bg-image-right.block-breakout .block-content-container {
        background-position: 100% center;
    }
}

.block-gradient.bg-image-left .block-content-container, .bg-image-left.block-breakout .block-content-container {
    background-position: left center;
}

@media (min-width: 768px) {
    .block-gradient.bg-image-left .block-content-container, .bg-image-left.block-breakout .block-content-container {
        background-position: left center;
    }
}

@media (min-width: 992px) {
    .block-gradient.bg-image-left .block-content-container, .bg-image-left.block-breakout .block-content-container {
        background-position: left center;
    }
}

.block-image-bottom-to-right,
.block-image-top-to-left {
    display: block;
    /*background-color: $gray-ultra-light;*/
}

    .block-image-bottom-to-right .block-content-container,
    .block-image-top-to-left .block-content-container {
        max-width: 1280px;
        display: block;
    }

    .block-image-bottom-to-right .block-info,
    .block-image-top-to-left .block-info {
        width: 100%;
        text-align: left;
        height: auto;
        display: block;
        padding-bottom: 0;
    }

    .block-image-bottom-to-right .block-featured-image,
    .block-image-top-to-left .block-featured-image {
        text-align: center;
    }

        .block-image-bottom-to-right .block-featured-image img,
        .block-image-top-to-left .block-featured-image img {
            max-width: 100%;
            width: auto;
            padding-left: 20px;
            padding-right: 20px;
        }

@media (min-width: 768px) {
    .block-image-bottom-to-right .block-content-container,
    .block-image-top-to-left .block-content-container {
        display: table;
        position: relative;
        height: 350px;
    }

    .block-image-bottom-to-right .block-info,
    .block-image-top-to-left .block-info {
        padding-bottom: 40px;
        display: inline-block;
    }

        .block-image-bottom-to-right .block-info > *,
        .block-image-top-to-left .block-info > * {
            max-width: 50%;
        }

    .block-image-bottom-to-right .block-featured-image,
    .block-image-top-to-left .block-featured-image {
        position: absolute;
        width: 50%;
        left: 50%;
        top: 0;
        height: 100%;
    }

        .block-image-bottom-to-right .block-featured-image img,
        .block-image-top-to-left .block-featured-image img {
            position: absolute;
            width: auto;
            height: auto;
            max-height: 100%;
            max-width: 100%;
            left: 0;
            bottom: 0;
        }
}

.block-image-top-to-left .block-info {
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .block-image-top-to-left .block-info > * .block-featured-image,
    .block-image-top-to-left .block-info > .block-title,
    .block-image-top-to-left .block-info > .block-content {
        position: relative;
        max-width: 50%;
        left: 50%;
    }

    .block-image-top-to-left .block-featured-image,
    .block-image-top-to-left a .block-featured-image {
        left: 0 !important;
        position: absolute !important;
    }

        .block-image-top-to-left .block-featured-image img {
            left: 0;
        }
}

.block-tivo-product-block {
    padding-top: 40px;
}

    .block-tivo-product-block .block-content-container {
        display: block;
        position: relative;
        padding-top: 0;
    }

    .block-tivo-product-block .block-featured-image {
        padding-left: 40px;
        text-align: center;
        max-width: 1280px;
    }

        .block-tivo-product-block .block-featured-image img {
            max-width: 100%;
            width: auto;
        }

    .block-tivo-product-block .block-info {
        text-align: left;
        display: block;
        max-width: 1280px;
    }

@media (min-width: 1200px) {
    .block-tivo-product-block .block-info {
        padding-top: 0;
    }

        .block-tivo-product-block .block-info .block-featured-image,
        .block-tivo-product-block .block-info .block-title,
        .block-tivo-product-block .block-info .block-content {
            max-width: 50%;
        }

    .block-tivo-product-block .block-featured-image {
        position: absolute;
        width: 50%;
        left: 53%;
        top: 0;
        height: 100%;
    }

        .block-tivo-product-block .block-featured-image img {
            position: absolute;
            width: auto;
            height: auto;
            max-height: 100%;
            max-width: 100%;
            left: 0;
            top: 0;
        }
}

.blocks-breakout-surround > .container-fluid {
    max-width: 1640px;
}

@media (min-width: 1200px) {
    .blocks-breakout-surround {
        border: 30px solid white;
        border-right: 0;
        border-left: 0;
    }
}

.block-breakout .block-content-container {
    display: table;
}

.block-breakout .block-info {
    height: 630px;
    display: table-cell;
}

@media (min-width: 1200px) {
    .block-breakout {
        margin-bottom: -30px;
        margin-top: -30px;
        padding: 30px 0px;
    }
}

.block-breakout-short .block-info {
    height: auto;
}

.block-expando .block:nth-child(2) {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height;
    -moz-transition: max-height;
    -ms-transition: max-height;
    -o-transition: max-height;
    transition: max-height;
}

.block-expando.block-open .block-toggle-btn {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.block-toggle-plus-minus {
    background-color: inherit;
    border: none;
}

.block-entry-tag {
    margin-bottom: 28px;
}

    .block-entry-tag .block-content-container {
        display: table;
        width: 100%;
    }

    .block-entry-tag .block-info {
        border: 1px solid #e0e0e0;
        padding: 15px 25px;
        vertical-align: middle;
    }

    .block-entry-tag .block-entry-cap-left {
        background-color: #56a642;
        color: white;
        text-align: center;
        padding: 10px;
        vertical-align: middle;
    }

        .block-entry-tag .block-entry-cap-left hr {
            margin: 0 0 15px;
            opacity: 0.2;
        }

    .block-entry-tag .entry-cap-title {
        font-size: 0.85714em;
        font-weight: bold;
        text-transform: uppercase;
    }

    .block-entry-tag .entry-cap-month {
        font-size: 1.92857em;
        font-weight: bold;
    }

    .block-entry-tag .entry-cap-day {
        font-size: 3.42857em;
        font-weight: bold;
    }

    .block-entry-tag .entry-cap-icon {
        font-size: 46px;
        font-weight: bold;
        margin-right: -3px;
    }

    .block-entry-tag.block-entry-tag-interior .block-entry-cap-left {
        font-size: 8px;
    }

    .block-entry-tag.block-entry-tag-interior .list-inline {
        margin-bottom: 0;
    }

        .block-entry-tag.block-entry-tag-interior .list-inline li {
            margin: 0;
        }

    .block-entry-tag.block-entry-tag-interior .entry-cap-day,
    .block-entry-tag.block-entry-tag-interior .entry-cap-month {
        display: block;
        line-height: 1.2em;
    }

    .block-entry-tag.block-entry-tag-interior hr {
        margin: 5px 0 0;
    }

@media (min-width: 480px) {
    .block-entry-tag .block-entry-cap-left,
    .block-entry-tag .block-info {
        display: table-cell;
        border-left: 0;
    }

        .block-entry-tag .block-entry-cap-left hr {
            opacity: 1;
        }
}

.block-bg-image-right-stretch,
.block-bg-image-left-stretch {
    position: relative;
}

    .block-bg-image-right-stretch .block-content-container,
    .block-bg-image-left-stretch .block-content-container {
        max-width: 1280px;
        position: relative;
        display: table;
    }

    .block-bg-image-right-stretch .block-info,
    .block-bg-image-left-stretch .block-info {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .block-bg-image-right-stretch .block-bg-image-cover,
    .block-bg-image-left-stretch .block-bg-image-cover {
        width: 100%;
        height: 400px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
    }

@media (min-width: 768px) {
    .block-bg-image-right-stretch .block-bg-image-cover,
    .block-bg-image-left-stretch .block-bg-image-cover {
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        left: 50%;
    }

    .block-bg-image-right-stretch > .block-content-container > .block-info,
    .block-bg-image-left-stretch > .block-content-container > .block-info {
        padding-right: calc(50% + 30px);
        height: 500px;
        display: table-cell;
    }
}

.block-bg-image-right-stretch .blocks-section,
.block-bg-image-left-stretch .blocks-section {
    padding: 0px;
}

@media (min-width: 768px) {
    .block-bg-image-left-stretch .block-bg-image-cover {
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .block-bg-image-left-stretch > .block-content-container > .block-info {
        padding-right: 15px;
        padding-left: calc(50% + 30px);
        height: 500px;
        display: table-cell;
    }
}

.blocks-section-top-bottom-border {
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
}

.blocks-section {
    padding: 0 15px;
}

/* changed from 460 to 580 content blocks from compressing content vertically */
@media (min-width: 1025px) {
    .blocks-section .block-callout {
        max-width: 580px;
    }
}


.blocks-section .block-info {
    padding: 0 10px;
}

.blocks-section .block-gradient .block-info, .blocks-section .block-breakout .block-info {
    padding: 30px 15px;
}

.blocks-section .block-content-container {
    display: block;
}

.blocks-section .carousel-block-callout {
    max-width: 460px;
    margin: 0 auto;
}

.blocks-section .row-equal-heights {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .blocks-section .row-equal-heights > .mc-full-width {
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .blocks-section .row-equal-heights > .mc-three-quarter-width {
        flex-basis: 75%;
        display: flex;
        flex-wrap: wrap;
    }

    .blocks-section .row-equal-heights > .mc-two-thirds-width {
        flex-basis: 66%;
        display: flex;
        flex-wrap: wrap;
    }

    .blocks-section .row-equal-heights > .mc-two-thirds-width-offset {
        flex-basis: 66%;
        display: flex;
        flex-wrap: wrap;
    }

    .blocks-section .row-equal-heights > .mc-two-thirds-width-offset::before {
        flex-basis: 16%;
        display: flex;
        flex-wrap: wrap;
    }

    .blocks-section .row-equal-heights > .mc-two-thirds-width-right-aligned {
        flex-basis: 66%;
        display: flex;
        flex-wrap: wrap;
    }

    .blocks-section .row-equal-heights > .mc-two-thirds-width-right-aligned::before {
        flex-basis: 33%;
        display: flex;
        flex-wrap: wrap;
    }

    .blocks-section .row-equal-heights > .mc-half-width {
        flex-basis: 50%;
        display: flex;
        flex-wrap: wrap;
    }

    .blocks-section .row-equal-heights > .mc-half-width-right-aligned::before {
        flex-basis: 50%;
        display: flex;
        flex-wrap: wrap;
    }

    .blocks-section .row-equal-heights > .mc-one-third-width {
        display: flex;
        flex-basis: 33%;
        flex-wrap: wrap;
    }
    @media screen and  (min-width:280px) and (max-width:912px){
     .blocks-section .row-equal-heights > .mc-one-third-width {
            display: flex;
            flex-basis: 100%;
            flex-wrap: wrap;
      }
    }

    .blocks-section .row-equal-heights > .mc-one-third-width-offset {
        display: flex;
        flex-basis: 33%;
        flex-wrap: wrap;
    }

    .blocks-section .row-equal-heights > .mc-one-third-width-offset::before {
        display: flex;
        flex-basis: 16%;
        flex-wrap: wrap;
    }

    .blocks-section .row-equal-heights > .mc-quarter-width {
        display: flex;
        flex-basis: 25%;
        flex-wrap: wrap;
    }

    .blocks-section .row-equal-heights > .col-md-3, .blocks-section .row-equal-heights > .col-md-4, .blocks-section .row-equal-heights > .calloutwellblock {
        display: flex;
        flex-wrap: wrap;
    }

        .blocks-section .row-equal-heights > .col-md-3 .well, .blocks-section .row-equal-heights > .col-md-4 .well {
            max-width: 100%;
        }

.mc-full-width > div,
.mc-two-thirds-width > div,
.mc-half-width > div,
.mc-one-third-width > div,
.mc-quarter-width > div {
    width: 100%;
} 

.blocks-section .row-equal-heights .block-content-container {
    position: relative;
}

.blocks-section .row-equal-heights .block-cta-surround-bottom {
    position: absolute;
    display: block;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.stick-to-bottom {
    margin-top: auto;
}

/*.blocks-section .row-equal-heights div[class*="col-"]:first-child {
        padding-left: 0px;
    }

    .blocks-section .row-equal-heights div[class*="col-"]:last-child {
        padding-right: 0px;
    }*/

.block-services .block-info {
    padding: 20px;
}

.blocks-section-services .col-sm-6 {
    border-bottom: 1px solid #e0e0e0;
}

    .blocks-section-services .col-sm-6:nth-child(1) .services-icon {
        margin-top: -65px;
    }

    .blocks-section-services .col-sm-6:nth-child(4) {
        border-bottom: 0;
    }

    .blocks-section-services .col-sm-6:first-child {
        border-left: 0;
    }

.blocks-section-services .button-container-bottom {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}

.blocks-section-services .block-info {
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    .blocks-section-services {
        display: flex;
        display: -ms-flexbox;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

        .blocks-section-services .col-sm-6 {
            width: 50%;
            border: 1px solid #e0e0e0;
            border-top: 0;
            border-right: 0;
        }

            .blocks-section-services .col-sm-6:nth-child(1) .services-icon, .blocks-section-services .col-sm-6:nth-child(2) .services-icon {
                margin-top: -65px;
            }

            .blocks-section-services .col-sm-6:nth-child(3) {
                border-left: 0;
            }

            .blocks-section-services .col-sm-6:nth-child(3), .blocks-section-services .col-sm-6:nth-child(4) {
                border-bottom: 0;
            }
}

@media (min-width: 992px) {
    .blocks-section-services {
        display: flex;
        display: -ms-flexbox;
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
    }

        .blocks-section-services .col-sm-6 {
            width: 25%;
            border-bottom: 0;
        }

            .blocks-section-services .col-sm-6:nth-child(3) {
                border-left: 1px solid #e0e0e0;
            }

        .blocks-section-services .services-icon {
            margin-top: -65px;
        }
}

.blocks-section-col-split .block-content-container {
    background-size: cover;
}

.blocks-section-col-split .col-md-6 .block {
    margin: 60px 0;
}

.blocks-section-col-split .col-md-6:first-child {
    padding-bottom: 27px;
}

    .blocks-section-col-split .col-md-6:first-child::after {
        content: '';
        position: absolute;
        width: 2000px;
        height: 54px;
        left: -200px;
        bottom: -27px;
        background: white;
    }

@media (min-width: 992px) {
    .blocks-section-col-split .col-md-6:first-child {
        padding-right: 60px;
    }

        .blocks-section-col-split .col-md-6:first-child::after {
            display: none;
        }

    .blocks-section-col-split .col-md-6:last-child {
        padding-left: 60px;
    }

    .blocks-section-col-split .block-info {
        padding: 0;
        position: relative;
        max-width: 1310px;
    }

        .blocks-section-col-split .block-info::after {
            content: '';
            position: absolute;
            width: 54px;
            height: 100%;
            left: 50%;
            top: 0;
            margin-left: -27px;
            background: white;
        }

        .blocks-section-col-split .block-info .block-info::after {
            display: none;
        }
}

/* ---------------------------------------------------
    Carousels
----------------------------------------------------*/
.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.carousel-block-callout,
.carousel-block-slider {
    position: relative;
    padding: 0 15px;
}

    .carousel-block-callout .block-featured-image,
    .carousel-block-slider .block-featured-image {
        text-align: center;
    }

        .carousel-block-callout .block-featured-image img,
        .carousel-block-slider .block-featured-image img {
            display: inline-block;
        }

    .carousel-block-callout .owl-controls,
    .carousel-block-slider .owl-controls {
        position: absolute;
        top: 30%;
        left: 0;
        height: 0;
        width: 100%;
        overflow: visible;
    }

        .carousel-block-callout .owl-controls .midcoglyph,
        .carousel-block-slider .owl-controls .midcoglyph {
            color: #0074a1;
            font-size: 35px;
        }

    .carousel-block-callout .owl-prev,
    .carousel-block-callout .owl-next,
    .carousel-block-slider .owl-prev,
    .carousel-block-slider .owl-next {
        position: absolute;
        top: 0;
        left: -25px;
        width: 35px;
        height: 35px;
        text-align: center;
    }

    .carousel-block-callout .owl-next,
    .carousel-block-slider .owl-next {
        left: auto;
        right: -25px;
    }

    .carousel-block-slider .block-info {
        padding-left: 20px;
        padding-right: 20px;
    }

    .carousel-block-slider .owl-controls {
        top: 50%;
        margin-top: -21px;
    }

    .carousel-block-slider .owl-prev,
    .carousel-block-slider .owl-next {
        height: 43px;
        width: 43px;
        background: #353432;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

        .carousel-block-slider .owl-prev .midcoglyph,
        .carousel-block-slider .owl-next .midcoglyph {
            font-size: 1.143em;
            color: white;
            line-height: 43px;
        }

.list-group-col-3 li {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .list-group-col-3 li {
        width: 33.3333%;
        float: left;
    }
}

.box-opaque {
    max-width: 1280px;
    margin: 0 auto 30px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 40px;
}

.form-request-consultant {
    max-width: 400px;
    margin: 0 auto;
}

.block-hero-surround .block-info {
    display: table-cell;
    height: 380px;
    padding: 50px;
}

.block-hero-surround .block-content-container {
    display: table;
    background-size: 298px auto;
    background-position: calc(100% + 50px) bottom;
}

    .block-hero-surround .block-content-container * {
        max-width: 992px;
    }

.block-hero-surround .bg-image-left .block-content-container * {
    margin-right: 0;
    margin-left: auto;
}

.block-hero-surround .bg-image-cover .block-content-container {
    background-size: cover;
    background-position: center center;
}

.block-hero-surround p {
    margin-bottom: 20px;
    font-size: 1.429em;
}


@media (min-width: 768px) {
    .block-hero-surround .block-content-container {
        background-size: 455px auto;
    }
}

@media (min-width: 992px) {
    .block-hero-surround .block-info {
        height: 645px;
    }

    .block-hero-surround .block-content-container {
        background-size: 594px auto;
    }
}

@media (min-width: 1200px) {
    .block-hero-surround .block-info {
        height: 617px;
        padding-left: 10%;
    }

    .block-hero-surround .block-content-container {
        background-size: auto;
        background-position: calc(100% - 10%) bottom;
    }
}


/*added to fix homepage hero image*/
@media (min-width: 1px) {
    .block-hero-surround .home-hero-img-container {
        display: table;
        background-position: -300px 60px !important;
        background-repeat: no-repeat !important;
        background-size: 1200px auto !important;
        width: 100%;
    }
}

@media (min-width: 363px) {
    .block-hero-surround .home-hero-img-container {
        display: table;
        background-position: -275px 35px !important;
        background-repeat: no-repeat !important;
        background-size: 1200px auto !important;
        width: 100%;
    }
}
/*was 320px*/
@media (min-width: 411px) {
    .block-hero-surround .home-hero-img-container {
        display: table;
        background-position: -200px -2px !important;
        background-repeat: no-repeat;
        background-size: 1200px auto !important;
        width: 100%;
    }
}
/*@media (min-width: 640px) {
    .block-hero-surround .home-hero-img-container {
        display: table;
        background-position: -250px -75px !important;
        background-repeat: no-repeat !important;
        width: 100%;
        background-size: 1200px auto !important;
    }
}*/
@media (min-width: 768px) {
    .block-hero-surround .home-hero-img-container {
        display: table;
        background-position: -75px -2px !important;
        background-repeat: no-repeat !important;
        width: 100%;
        background-size: 1200px auto !important;
    }
}

@media (min-width: 992px) {
    .block-hero-surround .home-hero-img-container {
        display: table;
        /* background-position: -225px 35px !important;*/
        background-repeat: no-repeat !important;
        width: 100%;
        background-size: auto !important;
    }
}

@media (min-width: 1025px) {
    .block-hero-surround .home-hero-img-container {
        display: table;
        /*background-position: -225px 35px !important; */
        background-repeat: no-repeat;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .block-hero-surround .home-hero-img-container {
        display: table;
        background-position: left center !important;
        background-repeat: no-repeat;
        width: 100%;
        background-size: auto !important;
    }
}


.block-hero-surround-heading {
    font-size: 2.500em;
    margin-top: 0;
}

    .block-hero-surround-heading .large {
        font-size: 1.429em;
    }

@media (min-width: 768px) {
    .block-hero-surround-heading {
        font-size: 4.214em;
    }
}

@media (min-width: 992px) {
    .block-hero-surround-heading {
        font-size: 5.571em;
    }
}

@media (min-width: 992px) {
    .block-hero-surround-with-form {
        font-size: 12px;
    }

        .block-hero-surround-with-form .block-info {
            height: 545px;
            max-width: 100%;
            padding-right: 33.3333%;
        }
}

@media (min-width: 1200px) {
    .block-hero-surround-with-form {
        font-size: 14px;
    }
}

.img-spec {
    color: #353432;
    top: 15px;
    right: 10%;
    display: block;
    background: #f4f4f4;
    padding: 5px;
    font-size: 12px;
    width: 140px;
    height: 60px;
    line-height: 17px;
    margin-bottom: -60px;
    text-align: center;
    z-index: 1000;
    opacity: 0.8;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

    .img-spec a {
        color: #0074a1 !important;
    }

.img-spec-wrapper {
    position: relative;
}

    .img-spec-wrapper .img-spec {
        position: absolute;
        margin-bottom: 0;
    }

.bgimg-spec-wrapper {
    position: relative;
}

@media (min-width: 768px) {
    .block-featured-image .img-spec-wrapper {
        position: static;
    }
}

.block.block-gradient-short .block-info {
    padding: 30px 15px;
}

@media (min-width: 1025px) {
    .block.block-gradient-tall .block-info {
        padding: 70px 15px;
        /*   margin-top: 40px;*/
    }
}

@media (max-width: 1024px) {
    .block.block-gradient-tall .block-info {
        padding: 70px 15px;
        /*margin-top: 60px*/
    }
}

.block.block-gradient-tall .block-info-support {
    padding: 25px 15px;
}

[mc-modal-carousel] {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    [mc-modal-carousel] div {
        position: relative;
        margin: 0 auto;
        width: unset; /* Width and height are set */
        height: unset; /* in javascript for modal images */
        background: white;
        z-index: 10002;
        padding: 0;
    }

        [mc-modal-carousel] div * {
            margin-top: 0;
        }

        [mc-modal-carousel] div .carousel-btn {
            position: absolute;
            top: 50%;
            width: 40px;
            height: 40px;
            cursor: pointer;
            background: transparent;
        }

        [mc-modal-carousel] div .left-btn {
            left: -50px;
        }

        [mc-modal-carousel] div .right-btn {
            right: -50px;
        }

        [mc-modal-carousel] div .close-btn {
            position: absolute;
            top: 0;
            right: 0;
            width: 32px;
            height: 32px;
            margin-top: 0px;
            font-size: 2rem;
            color: #fff;
            background: transparent;
            text-align: center;
            cursor: pointer;
        }

        [mc-modal-carousel] div img {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            z-index: 10003;
        }


.newShop-modal-header {
    min-height: 4em;
}

.modal-content {
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.newShop-modal-body {
    background-color: white;
    color: #000;
}

    .newShop-modal-body a:not(.btn) {
        color: #0074a1;
        text-decoration: none;
    }

.modal-gradient .newShop-modal-header {
    color: white;
}

a[data-toggle="modal"] {
    cursor: pointer;
}

.widget .widget-title {
    position: relative;
    overflow: hidden;
}

    .widget .widget-title > * {
        margin: 0;
        padding: 20px 20px 0;
    }

.widget .widget-body {
    padding: 15px;
}

.widget .btn {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: block;
}

.widget .widget-nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .widget .widget-nav a {
        font-size: 1.21429em;
        color: #353432;
        display: block;
        padding: 3px 0 15px;
        border-bottom: 1px solid #e0e0e0;
    }

    .widget .widget-nav li.current a {
        font-weight: bold;
    }

.widget-category {
    border-top: 15px solid #56a642;
}

    .widget-category .widget-title {
        background-color: #e0e0e0;
    }

        .widget-category .widget-title > * {
            margin: 0;
            padding: 20px;
        }

        .widget-category .widget-title::after {
            content: '';
            display: block;
            position: absolute;
            bottom: -15px;
            left: 50%;
            margin-left: -10px;
            width: 20px;
            height: 20px;
            background-color: #f4f4f4;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .widget-category .widget-body {
        background-color: #f4f4f4;
    }

.widget-header-icon {
    height: 75px;
    width: 75px;
    text-align: center;
    background: white;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.78571em;
    color: #56a642;
    border: 1px solid #f4f4f4;
    margin: 0 auto;
    margin-bottom: -40px;
    padding-top: 19px;
    position: relative;
    top: -40px;
}

.panel-heading {
    background-color: #e0e0e0;
}

.accordion-group .panel,
.accordion-group .panel-heading,
.accordion-group .panel-title,
.accordion-group .panel-body,
.simpleaccordionblock .panel,
.simpleaccordionblock .panel-heading,
.simpleaccordionblock .panel-title,
.simpleaccordionblock .panel-body {
    border: 0 !important;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.accordion-group .border-thin,
.simpleaccordionblock .border-thin {
    border: 1px #f4f4f4 solid;
}

.accordion-group .panel,
.simpleaccordionblock .panel {
    margin-bottom: 40px;
}

.accordion-group .panel-heading,
.simpleaccordionblock .panel-heading {
    text-align: center;
    position: relative;
    padding: 0;
    -webkit-transition: background-color;
    -moz-transition: background-color;
    -ms-transition: background-color;
    -o-transition: background-color;
    transition: background-color;
}

    .accordion-group .panel-heading .panel-title,
    .simpleaccordionblock .panel-heading .panel-title {
        margin: 0;
    }

.accordion-group .panel-title a,
.simpleaccordionblock .panel-title a {
    display: block;
    padding: 15px;
    font-weight: bold;
    padding: 15px 50px;
}

    .accordion-group .panel-title a:hover,
    .simpleaccordionblock .panel-title a:hover {
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.1);
    }

.accordion-group .circle-white-expand-btn,
.simpleaccordionblock .circle-white-expand-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -14.5px;
    text-align: center;
    -webkit-align-self: center;
    -webkit-align-content: center;
}

    .accordion-group .circle-white-expand-btn .midcoglyph,
    .simpleaccordionblock .circle-white-expand-btn .midcoglyph {
        font-size: 14px;
    }

.accordion-group .panel-opened .circle-white-expand-btn,
.simpleaccordionblock .panel-opened .circle-white-expand-btn {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-heading.gradient-plum, .panel-heading.gradient-sky, .panel-heading.gradient-lime, .panel-heading.gradient-mango, .panel-heading.gradient-neon, .panel-heading.cyan {
    color: white;
}

    .panel-heading.gradient-plum a, .panel-heading.gradient-sky a, .panel-heading.gradient-lime a, .panel-heading.gradient-mango a, .panel-heading.gradient-neon a, .panel-heading.cyan a {
        color: white;
    }

svg.service-map {
    width: 280px;
    height: 157px;
    display: block;
    margin: 0 auto;
}

@media (min-width: 480px) {
    svg.service-map {
        width: 430px;
        height: 241px;
    }
}

@media (min-width: 768px) {
    svg.service-map {
        width: 700px;
        height: 393px;
    }
}

@media (min-width: 992px) {
    svg.service-map {
        width: 860px;
        height: 483px;
    }
}

.service-state-fill {
    fill: #0074a1;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-transition: fill, 150ms, linear;
    -o-transition: fill, 150ms, linear;
    transition: fill, 150ms, linear;
}

    .service-state-fill:hover {
        fill: #004f6e;
    }

    .service-state-fill[aria-expanded="true"] {
        fill: #56a642;
    }

.service-state-label,
.service-state-abrev {
    font-weight: bold;
    pointer-events: none;
}

.service-state-label {
    display: none;
}

@media (min-width: 480px) {
    .service-state-label {
        display: block;
    }
}

@media (min-width: 0) and (max-width: 1024px) {
    .mobileView {
        display: block;
    }

        .mobileView .btn-default {
            width: 100%;
            border: 2px white solid;
            margin-bottom: 20px;
        }

    .desktopView {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1299px) {
    .mobileView {
        display: block;
    }

        .mobileView .btn-default {
            width: 100%;
            border: 2px white solid;
            margin-bottom: 20px;
        }

    .desktopView {
        display: none;
    }
}

@media (max-width: 768px) and (min-width: 0) {

    .login-link .site-nav-toggle-btn {
        width: 105px;
        color: white;
    }

    .l-eyebrow a {
        color: white;
        height: 45px;
        padding-top: 7px;
        font-size: 1.071em;
    }

    .login-link .btn-default {
        left: 220px;
        border: 1px solid;
    }



    .login-link .site-nav-toggle-btn .midcoglyph {
        width: 20%;
    }

    .login-link .site-nav-toggle-btn {
        width: 105px;
        color: white;
    }

    .l-eyebrow a {
        color: white;
        height: 45px;
        padding-top: 7px;
        font-size: 1.071em;
    }

    .login-link .btn-default {
        left: 220px;
        border: 1px solid;
    }


    .login-link .site-nav-toggle-btn .midcoglyph {
        width: 20%;
    }
}

@media (min-width: 1299px ) {
    .desktopView {
        display: block;
    }


    .mobileView {
        display: none;
    }

        .mobileView .btn-default {
            display: none;
        }
}

.service-state-abrev {
    font-size: 45px;
}

@media (min-width: 480px) {
    .service-state-abrev {
        display: none;
    }
}

.form-hero-overlay {
    background-color: #f4f4f4;
    max-height: 0;
    overflow: hidden;
    margin-top: 15px;
    -webkit-transition: max-height;
    -moz-transition: max-height;
    -ms-transition: max-height;
    -o-transition: max-height;
    transition: max-height;
}

    .form-hero-overlay > .container-fluid {
        padding: 20px;
    }

    .form-hero-overlay input[type="text"],
    .form-hero-overlay input[type="email"] {
        border-color: #e7e7e7;
    }

    .form-hero-overlay h6 {
        font-size: 1em;
    }

    .form-hero-overlay .btn {
        width: auto;
    }

@media (min-width: 992px) {
    .form-hero-overlay {
        margin-top: -500px;
        max-height: none !important;
    }

        .form-hero-overlay .btn {
            width: 100%;
        }
}

.form-hero-overlay-toggle-btn {
    width: 100%;
    background-color: #0074a1;
    color: white;
    height: 45px;
    line-height: 45px;
    padding: 0;
    font-weight: bold;
    font-size: 1.14286em;
}

    .form-hero-overlay-toggle-btn:hover, .form-hero-overlay-toggle-btn:active {
        background-color: #006288;
        color: white;
    }

.sn-open .form-hero-overlay-toggle-btn .midcoglyph {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

h1.mc-icon-heading {
    margin: 10px 0 0;
    padding: 20px 0;
    font-size: 1.5em !important;
    background-color: #0074a1;
    color: #f4f4f4;
    position: relative;
    text-align: center;
}

    h1.mc-icon-heading > span {
        font-size: 1.8em;
        position: absolute;
        top: -95%;
        left: 50%;
        margin-left: -38px;
        background-color: #0074a1;
        display: inline-block;
        padding: 20px;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

.transparent {
    border: 0;
    background: transparent;
}

.gray-ultra-light {
    background-color: #f4f4f4;
}

.dark-purple {
    background-color: #2E2A39;
    color: white;
}

.residential-purple {
    background-color: #B000D5;
    color: white;
}

    .residential-purple a {
        color: white;
        text-decoration: underline;
    }

.gray-medium {
    background-color: #e0e0e0;
}

.gradient-plum,
.gradient-sky,
.gradient-lime,
.gradient-mango,
.gradient-neon,
.cyan {
    color: white;
}

.white-background,
.gray-medium,
.gray-ultra-light {
    color: #333333;
}

.gradient-plum {
    background: #b43e97;
    background: -webkit-linear-gradient(top, #b43e97, #6950a2);
    background: linear-gradient(to bottom, #b43e97, #6950a2);
}

.gradient-sky {
    background: #0074a1;
    background: -webkit-linear-gradient(top, #0074a1, #0086bb);
    background: linear-gradient(to bottom, #0074a1, #0086bb);
}

.gradient-lime {
    background: #51a653;
    background: -webkit-linear-gradient(top, #51a653, #6eaf4b);
    background: linear-gradient(to bottom, #51a653, #6eaf4b);
}

.gradient-mango {
    background: #ec5523;
    background: -webkit-linear-gradient(top, #ec5523, #f47321);
    background: linear-gradient(to bottom, #ec5523, #f47321);
}

.gradient-neon {
    background: #df3990;
    background: -webkit-linear-gradient(top, #df3990, #d22b5f);
    background: linear-gradient(to bottom, #df3990, #d22b5f);
}

.cyan {
    background: #53caf5;
}

/* New Hero Backgrounds*/
.light-gray {
    background-color: #f4f4f4;
    color: #333;
}

    .light-gray a:not(.btn) {
        color: #0074a1 !important;
        text-decoration: underline;
    }

.dark-grey {
    background-color: #e0e0e0;
    color: #333;
}

.dark-navy {
    background-color: #2E2A39;
    color: #fff;
}

    .dark-navy a {
        color: #fff;
        text-decoration: underline;
    }

.residential-dark-blue {
    background-color: #006C9D;
    color: white;
}

    .residential-dark-blue a {
        color: white;
        text-decoration: underline;
    }

.master-brand-green {
    background-color: #4DA046;
    color: white;
}

    .master-brand-green a {
        color: white;
        text-decoration: underline;
    }

.master-brand-orange {
    background-color: #F07322;
    color: white;
}

    .master-brand-orange a {
        color: white;
        text-decoration: underline;
    }

.master-brand-purple {
    background-color: #B43E97;
    color: white;
}

    .master-brand-purple a {
        color: white;
        text-decoration: underline;
    }

.master-brand-cyan {
    background-color: #06B4E3;
    color: white;
}

    .master-brand-cyan a {
        color: white;
        text-decoration: underline;
    }

.pop-dark-purple {
    background-color: #4D0075;
    color: white;
}

    .pop-dark-purple a {
        color: white;
        text-decoration: underline;
    }

.master-brand-pink {
    background-color: #E02A8B;
    color: white;
}

    .master-brand-pink a {
        color: white;
        text-decoration: underline;
    }

.small-heading {
    font-size: .5em;
}

.large-heading {
    font-size: 3em;
}

.xlarge-heading {
    font-size: 4em;
}

@media screen and (min-width: 900px) {
    .brand-heading {
        font-weight: 700 !important;
        font-size: 120px !important;
    }
}

@media screen and (max-width: 900px) {
    .brand-heading {
        font-weight: 700 !important;
        font-size: 70px !important;
    }
}

.text-plum {
    color: #b43e97;
}

.text-sky {
    color: #0074a1;
}

.text-lime {
    color: #51a653;
}

.text-mango {
    color: #ec5523;
}

.text-neon {
    color: #df3990;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.margin-bottom-xsmall {
    margin-bottom: 5px !important;
}

.margin-bottom-small {
    margin-bottom: 15px !important;
}

.margin-bottom-medium {
    margin-bottom: 30px !important;
}

.margin-bottom-large {
    margin-bottom: 60px !important;
}

.margin-bottom-xlarge {
    margin-bottom: 90px !important;
}

.margin-top-xsmall {
    margin-top: 5px !important;
}

.margin-top-small {
    margin-top: 15px !important;
}

.margin-top-medium {
    margin-top: 30px !important;
}

.margin-top-large {
    margin-top: 60px !important;
}

.margin-top-xlarge {
    margin-top: 90px !important;
}

.margin-horizontal-xsmall {
    margin-left: 5px;
    margin-right: 5px;
}

.margin-right-xsmall {
    margin-right: 5px !important;
}

.margin-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.padding-bottom-xsmall {
    padding-bottom: 5px !important;
}

.padding-bottom-small {
    padding-bottom: 15px !important;
}

.padding-bottom-medium {
    padding-bottom: 30px !important;
}

.padding-bottom-large {
    padding-bottom: 60px !important;
}

.padding-bottom-xlarge {
    padding-bottom: 90px !important;
}

.padding-top-xsmall {
    padding-top: 5px !important;
}

.padding-top-small {
    padding-top: 15px !important;
}

.padding-top-medium {
    padding-top: 30px !important;
}

.padding-top-large {
    padding-top: 60px !important;
}

.padding-top-xlarge {
    padding-top: 90px !important;
}

.padding-horizontal-xsmall {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-right-xsmall {
    padding-right: 5px !important;
}


.padding-small {
    padding: 15px !important;
}

.no-padding {
    padding: 0 !important;
}

.align-left {
    float: left;
    margin: 0 30px 30px 0;
}

.align-right {
    float: right;
    margin: 0 0 30px 30px;
}

.align-center {
    text-align: center;
}

.text-bold {
    font-weight: bold !important;
}

.l-site-main-content,
.modal-body {
    font-size: 14px;
    line-height: 1.8em;
}


    .l-site-main-content h1, .l-site-main-content .h1,
    .l-site-main-content h2, .l-site-main-content .h2,
    .l-site-main-content h3, .l-site-main-content .h3,
    .l-site-main-content h4, .l-site-main-content .h4,
    .l-site-main-content h5, .l-site-main-content .h5,
    .modal-body h2,
    .modal-body .h2,
    .modal-body h3,
    .modal-body .h3,
    .modal-body h4,
    .modal-body .h4,
    .modal-body h5,
    .modal-body .h5 {
        margin-bottom: 20px;
        font-weight: normal;
    }

        .l-site-main-content h1 sup, .l-site-main-content .h1 sup,
        .l-site-main-content h2 sup, .l-site-main-content .h2 sup,
        .l-site-main-content h3 sup, .l-site-main-content .h3 sup,
        .l-site-main-content h4 sup, .l-site-main-content .h4 sup,
        .l-site-main-content h5 sup, .l-site-main-content .h5 sup,
        .modal-body h2 sup,
        .modal-body .h2 sup,
        .modal-body h3 sup,
        .modal-body .h3 sup,
        .modal-body h4 sup,
        .modal-body .h4 sup,
        .modal-body h5 sup,
        .modal-body .h5 sup {
            font-size: .3em;
            vertical-align: baseline;
            position: relative;
            top: -1.7em;
        }

    .l-site-main-content img,
    .modal-body img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

        .l-site-main-content img.align-right, .l-site-main-content img.align-left,
        .modal-body img.align-right,
        .modal-body img.align-left {
            float: none;
            margin: 0 0 20px 0;
        }

    .l-site-main-content .h2,
    .modal-body .h2 {
        font-size: 3.438em;
    }

@media (max-width: 480px) {
    .h2#hero-title {
        font-size: 2.5em;
    }
}




.l-site-main-content #forgotUsername,
.modal-body #forgotUsername {
    font-size: 30px !important;
}

.l-site-main-content .h3,
.modal-body .h3 {
    font-size: 2.813em;
}

.l-site-main-content .h4,
.modal-body .h4 {
    font-size: 2.188em;
}

.l-site-main-content .h5,
.modal-body .h5 {
    font-size: 1.429em;
}

.l-site-main-content p, .l-site-main-content ul, .l-site-main-content ol,
.modal-body p,
.modal-body ul,
.modal-body ol {
    margin-bottom: 20px;
}

.l-site-main-content li,
.modal-body li {
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .l-site-main-content,
    .modal-body {
        font-size: 16px;
    }

        .l-site-main-content img.align-right,
        .modal-body img.align-right {
            max-width: 70%;
            float: right;
            margin: 0 0 20px 10px;
        }

        .l-site-main-content img.align-left,
        .modal-body img.align-left {
            max-width: 70%;
            float: left;
            margin: 0 20px 10px 0;
        }
}

.l-site-main-content .breadcrumb li,
.modal-body .breadcrumb li {
    margin-bottom: 0;
}

.l-site-support-content h1, .l-site-interior-content h1 {
    font-size: 3.438em;
}

.l-site-support-content h2, .l-site-interior-content h2 {
    font-size: 3.438em;
}

.l-site-support-content h3, .l-site-interior-content h3 {
    font-size: 2.813em;
}

.l-site-support-content h4, .l-site-interior-content h4 {
    font-size: 2.188em;
}

.l-site-support-content h5, .l-site-interior-content h5 {
    font-size: 1.429em;
}

@media (min-width:1025px) {
    .block .block-info > :first-child .block-featured-image,
    .block .block-info > :first-child .block-title,
    .block .block-info > :first-child.block-content {
        margin-top: 0;
    }
}

.block .block-info ul {
    list-style-type: none;
    padding: 0;
}

    .block .block-info ul > li {
        padding-left: 1em;
        /*may remove later-this makes bullets flush with text*/
        text-indent: -1em;
    }

        .block .block-info ul > li::before {
            content: '\2022 ';
            color: #0074a1;
            margin-right: .6rem;
            font-size: 1.3em;
            line-height: 0;
        }

.block ol {
    padding-left: 1.9rem;
}

.block.block-gradient .block-info li::before,
.block.block-breakout .block-info li::before,
.block.residential-purple .block-info li::before,
.block.residential-dark-blue .block-info li::before,
.block.dark-purple .block-info li::before,
.block.pop-dark-purple .block-info li::before,
.block.dark-navy .block-info li::before,
.block.master-brand-green .block-info li::before,
.block.master-brand-orange .block-info li::before,
.block.master-brand-purple .block-info li::before,
.block.master-brand-cyan .block-info li::before,
.block.master-brand-pink .block-info li::before {
    color: white;
}

.block.white-background .block-info li::before,
.block.light-gray .block-info li::before,
.block.dark-grey .block-info li::before {
    color: #0074a1;
}

.heading-block-cap {
    background-color: #0074a1;
    margin: -40px -40px 30px -40px;
    padding: 18px 40px;
    color: white;
}

.heading-block-cap-highlight {
    background-color: #4DA046;
    margin: -40px -40px 30px -40px;
    padding: 18px 40px;
    color: white;
}

    .heading-block-cap h2, .heading-block-cap .h2,
    .heading-block-cap h3, .heading-block-cap .h3,
    .heading-block-cap h4, .heading-block-cap .h4,
    .heading-block-cap h5, .heading-block-cap .h5,
    .heading-block-cap-highlight h2,
    .heading-block-cap-highlight h3,
    .heading-block-cap-highlight h4,
    .heading-block-cap-highlight h5 {
        margin: 0;
    }

/*@font-face {
    font-family: Gotham-Book;
    src: url(../fonts/gotham-throw/Gotham-Book.eot);
    src: url(../fonts/gotham-throw/Gotham-Book.otf);
    src: url(../fonts/gotham-throw/Gotham-Book.svg);
    src: url(../fonts/gotham-throw/Gotham-Book.ttf);
    src: url(../fonts/gotham-throw/Gotham-Book.woff);
}
@font-face {
    font-family: Gotham-Medium;
    src: url(../fonts/gotham-throw/Gotham-Medium.eot);
    src: url(../fonts/gotham-throw/Gotham-Medium.otf);
    src: url(../fonts/gotham-throw/Gotham-Medium.svg);
    src: url(../fonts/gotham-throw/Gotham-Medium.ttf);
    src: url(../fonts/gotham-throw/Gotham-Medium.woff);
}*/
@media print {
    .site-header-fixed {
        padding-top: 0;
    }

    .l-eyebrow,
    .map-marker-btn,
    .l-search-form,
    .l-site-footer,
    .l-site-secondary-nav,
    .owl-carousel {
        display: none !important;
    }

    .site-header-fixed .l-site-header {
        position: relative;
    }

    .blocks-section-services .col-sm-6:nth-child(1) .services-icon, .blocks-section-services .col-sm-6:nth-child(2) .services-icon {
        margin-top: 0;
    }

    .blocks-section .col-sm-6,
    .blocks-section .col-sm-7,
    .blocks-section .col-sm-8,
    .blocks-section .col-sm-9,
    .blocks-section .col-sm-10,
    .blocks-section .col-sm-11,
    .blocks-section .col-sm-12 {
        width: 100%;
        float: none;
    }

    .btn-default,
    .accordion-group .panel {
        border: 1px solid #e0e0e0 !important;
    }
}

.block-image-top-to-left .epi-editContainer[data-epi-property-name="Image"] {
    text-align: center;
}

@media (min-width: 768px) {
    .block-image-top-to-left .epi-editContainer[data-epi-property-name="Image"] {
        left: 0 !important;
        position: absolute !important;
        width: 50%;
        height: 100%;
        top: 0;
    }

    .offer-info-odd .l-site-main-content,
    .modal-body {
        line-height: 1.5em !important;
    }

    .offer-info-even .l-site-main-content,
    .modal-body {
        line-height: 1.5em !important;
    }
}

.block-image-top-to-left .epi-editContainer[data-epi-property-name="Image"] .block-featured-image {
    width: 100%;
}

.block-image-bottom-to-right .epi-editContainer[data-epi-property-name="Image"] {
    text-align: center;
}

@media (min-width: 768px) {
    .offer-info-odd .l-site-main-content,
    .modal-body {
        line-height: 1.5em !important;
    }

    .offer-info-even .l-site-main-content,
    .modal-body {
        line-height: 1.5em !important;
    }

    .block-image-bottom-to-right .epi-editContainer[data-epi-property-name="Image"] {
        position: absolute;
        width: 50%;
        left: 50%;
        top: 0;
        height: 100%;
    }
}

.block-image-bottom-to-right .epi-editContainer[data-epi-property-name="Image"] .block-featured-image {
    width: 100%;
    left: 0;
}

.block-tivo-product-block .epi-editContainer[data-epi-property-name="Image"] {
    padding-left: 40px;
    text-align: center;
    max-width: 1280px;
}

@media (min-width: 1200px) {
    .block-tivo-product-block .epi-editContainer[data-epi-property-name="Image"] {
        position: absolute;
        width: 50%;
        left: 53%;
        top: 0;
        height: 100%;
    }

    .offer-info-odd .l-site-main-content,
    .modal-body {
        line-height: 1.5em;
    }

    .offer-info-even .l-site-main-content,
    .modal-body {
        line-height: 1.5em;
    }
}

.block-tivo-product-block .epi-editContainer[data-epi-property-name="Image"] .block-featured-image {
    width: 100%;
    left: 0;
}

.modal-edit-container {
    display: none;
}

.editing.edit-modalblock .modal-edit-container {
    display: block;
}

.support-topic-page .nav .nav-stacked {
    background-color: #F5F5F5;
}

.nav .nav-stacked li a {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
}

input.has-errors {
    border: 1px solid #cc0000 !important;
    background-color: #ffcccc !important;
}

#searchResults #searchPageHeading {
    font-size: 50px;
}

#searchResults #searchResultsHeading {
    font-size: 18px;
}

#searchResults #recommendedResult {
    background-color: #f3f3f5;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 40px;
}

#searchResults .searchHeading {
    font-size: 32px;
}

#searchResults .searchContainer {
    border: 2px solid lightgray;
    border-radius: 5px;
}

#searchResults .searchOtherResultsContainer {
    margin-bottom: 25px;
}

#searchResults .whiteBackground {
    background-color: white;
}

#searchResults .searchContainerCategoryTab {
    float: right;
    color: white;
    padding: 5px 15px;
    margin-top: -22px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 18px;
}

#searchResults .greenTab {
    border: 2px solid #01836e;
    background-color: #01836e;
}

#searchResults .purpleTab {
    border: 2px solid #9842bd;
    background-color: #9842bd;
}

#searchResults .breadcrumbContainer {
    margin-top: 10px;
}

#searchResults .padded {
    padding: 20px;
}

#searchResults .searchResultDescriptionContainer {
    margin: 10px 0;
}


body .IE-keep-fixed {
    position: relative;
    top: 0;
    left: 0;
}

    body .IE-keep-fixed:hover {
        position: relative;
        top: 0;
        left: 0;
    }

    body .IE-keep-fixed:active {
        position: relative;
        top: 0;
        left: 0;
    }

.mc-loading-screen {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 100px 10px 400px 10px;
}

    .mc-loading-screen h3 {
        color: #808080;
    }

        .mc-loading-screen h3 i {
            color: rgba(0, 0, 0, 0.1);
            font-size: 3em;
        }

        .mc-loading-screen h3:after {
            content: ' ';
            display: block;
            clear: both;
            height: 1px;
        }

    .mc-loading-screen .mc-loading-message {
        color: rgba(0, 0, 0, .2);
    }

.login-details-disclaimer {
    background-color: #F5F5F5;
    padding: 10px 0;
    width: 100%;
}

.modal-background {
    /* modal background fixed across whole screen */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* semi-transparent black  */
    background-color: #777777;
    opacity: 0.75;
    /* z-index must be below .modal and above everything else  */
    z-index: 1050;
}

.modal-btn {
    margin-bottom: 5px;
    text-align: center;
}

.login-container {
    margin-top: 30px;
}

    .login-container .input-md {
        width: 300px;
    }

.forgot-username-pass {
    background: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-disclaimer {
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
}

.upgrade-accept-btn {
    width: 100%;
    font-weight: bold
}

.upgrade-decline-btn {
    width: 275px;
    background-color: grey;
    border-color: grey;
    margin-bottom: 10px;
    font-weight: bold
}

.popular-searches {
    font-size: 18px;
    color: black;
    padding: 0 0 30px 0;
    clear: both;
}

.search-block-desktop {
    font-size: 18px;
    padding: 0 0 30px 0;
}

.search-block-mobile {
    font-size: 18px;
}

.popular-searches-link {
    text-decoration: none !important;
    color: #0074a1 !important;
}

    .popular-searches-link:hover {
        text-decoration: underline !important;
    }

.search-block-link:hover {
    text-decoration: underline !important;
}

.support-hero-top {
    color: white;    
    padding: 30px 0 40px 0;
    margin: 0 !important;
}

.support-hero-bottom {
    color: black !important;
    clear: both;
}

.support-search-hero-h2 {
    margin: 0;
    padding-top: 30px
}

.support-search-header-crumbtrail-mobile {
    background-color: white;
    color: #0074a1 !important;
    text-align: left;
    /*padding: 25px 0 0 10px; */
}

.support-search-header-crumbtrail-mobile > div.margin-top-medium {
    margin-top: 0 !important;
}

.support-search-header-crumbtrail-mobile > div > ol.breadcrumb {
    margin: 0 !important;
    padding: 0 !important;
}

.support-search-header-crumbtrail-desktop {
    clear: both;
}

.support-hero-banner,
.support-interior-banner {
    background: #B000D5;
    color: #FFF;
    height: 55px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.support-hero-banner p,
.support-interior-banner p {
    padding-top: 10px;
}

.support-hero-banner a {
    color: #FFF;
    text-decoration: underline;
}


@media (min-width: 992px) {
    .support-hero-bottom {
        color: white !important;
    }

    .support-search-quicklinks {
        display: none;
    }

    .popular-searches {
        color: white !important;
    }

    .popular-searches-link {
        color: white !important;
    }

    #popular-searches-mobile {
        display: none;
    }

    .search-block-mobile {
        display: none;
    }

    .support-search-header-crumbtrail-mobile {
        display: none;
    }

    .support-hero-banner,
    .support-interior-banner {
        background: #B000D5;
        color: #FFF;
        height: 55px;   
        text-align:center;
    }
    .support-hero-banner p,
    .support-interior-banner p {
        padding-top:13px;
    }

    .support-hero-banner a {
        color: #FFF;
        text-decoration:underline;
    }
 
    .banner-mobile {
        display:none;
    }
    .hero-container {
        min-height: 220px;
    }
    .support-hero-top {
        padding-top:65px;
        margin-bottom:0 !important;
    }

}

@media (max-width: 991px) {
    .support-hero-bottom {
        background-color: white !important;
        background-image: none;
    }

    #popular-searches-desktop {
        display: none;
    }

    .search-block-desktop {
        display: none;
    }

    .support-search-header-crumbtrail-desktop {
        display: none;
    }

    .support-hero-banner a {
        color: #FFF;
        text-decoration:underline;
    }

    .support-hero-banner p,
    .support-interior-banner p {
        padding-top: 10px;
        padding-bottom: 5px;
        line-height: 17px;
    }
    .banner-desktop {
        display:none;
    }
    .hero-container {
        min-height: 212px;
    }
    .support-hero-top {
        padding-top: 75px;
        margin-bottom:0 !important;
    }
}

    .support-search-hero h2 {
        font-size: 2.438em;
    }

    .image-and-header-link {
        text-decoration: none;
        cursor: pointer;
        color: #333333;
        outline: none;
        /*border: none;
        box-shadow: none;*/
    }

    .header-link {
        margin-bottom: 20px !important;
    }

    .bold-arrow-link > a::after {
        content: " >";
        font-weight: bolder;
    }

    .bold-arrow-link > a {
        font-weight: bolder;
    }

    .search-block {
        background-color: #f4f4f4;
        width: 100%;
        text-align: center;
        padding: 0;
        padding-bottom: 25px;
        clear: both;
    }

    .search-block-link {
        color: #0074a1;
    }

    .thin-black-border {
        border: 1px solid black;
    }

    .content-block-large-padding {
        padding: 40px !important;
    }

    .content-block-min-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content-block-max-padding {
        padding: 40px !important;
    }

    .support-search-quicklinks-links {
        text-align: left;
        margin: auto;
    }


    .search-block-bar {
        width: 80%;
        max-width: 758px;
        display: inline-block
    }

    .support-search-quicklinks-links > a {
        font-weight: normal;
        border-top: none;
    }

    .editor-arrow-link {
        font-weight: bolder;
    }

        .editor-arrow-link::after {
            content: "\00a0>";
            font-weight: bolder;
            text-decoration: none !important;
        }

    .editor-80-width-button {
        text-transform: uppercase;
        width: 80%;
        text-align: center;
    }


    @media (max-width: 991px) {
        /*.blocks-section .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 {
        padding-left: 0px;
        padding-right: 0px;
    }*/
        .blocks-section .container-fluid, .col-md-12, .col-md-9, .col-md-8, .col-md-6, .col-md-4, .col-md-3 {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    .no-padding-sides {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    @media(min-width:769px) {
        .block-bottom {
            position: absolute;
            border: 0;
            right: 0;
            left: 0;
            bottom: 0;
            padding: 15px;
            padding-bottom: 0px;
            margin-bottom: 0px;
        }
    }

    .action-step-content {
        border: 2px solid #0074a1;
        padding: 10px;
        margin-bottom: 0px !important;
        border-top: 0px;
    }

    .block-bottom .row-equal-heights .container-fluid:first-child {
        border-top: 2px solid #0074a1;
    }

    @media(max-width:765px) {
        .action-step-list-border {
            border-left: 0px;
            border-right: 0px;
            width: auto;
            border-bottom: 2px solid #0074a1;
        }
    }

    .sds_relative .container {
        height: auto;
        right: -580px;
        bottom: 350px;
        position: fixed;
    }

    .chat {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .chat li {
            margin-bottom: 10px;
            padding-bottom: 5px;
            border-bottom: 1px dotted #B3A9A9;
        }

            .chat li.left .chat-body {
                margin-left: 60px;
            }

            .chat li.right .chat-body {
                margin-right: 60px;
            }


            .chat li .chat-body p {
                margin: 0;
                color: #777777;
            }

        .panel .slidedown .glyphicon, .chat .glyphicon {
            margin-right: 5px;
        }

    .panel-body {
        overflow-y: scroll;
        height: 250px;
    }

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    ::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    ::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
    }

    .block-hero .block-info {
        padding: 50px;
    }

        .block-hero .block-info .h1 {
            font-size: 5em;
            padding-top: 50px;
            vertical-align: middle;
        }

    .gray-border {
        border: 1px solid #c9c9c9;
    }

    .gray-background {
        text-align: center;
        font-weight: 700;
        background-color: #c9c9c9
    }

    .orange-border {
        border: 3px solid #f07321;
    }

    .orange-background {
        text-align: center;
        font-weight: 700;
        color: white;
        background-color: #f07321;
    }

    .gbb-topbar {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .gbb-pricing {
        color: #666666;
        font-size: 3em;
        padding: 30px 0 30px 0;
        font-weight:bold;
    }

    .aor-pricing {
        color: #666666;
        font-size: 4em;
        padding: 30px 0 20px 10px
    }

    .gbb-title {
        color: #666666;
        font-weight: 700;
        font-size: 24px;
        line-height: 30px
    }

    .aor-title {
        color: #666666;
        font-size: 2.5em;
        font-weight: 700;
        line-height: 40px;
    }

    .aor-upgrade {
        font-size: 16px;
        font-weight: 300;
        color: #f07321;
        line-height: 30px;
        font-weight: bold;
    }

    .gbb-dollars {
        font-size: 1.5em;
        align-content:center
    }

    .gbb-button {
        font-size: 18px;
        padding: 7px 12px;
        margin: 0;
        font-weight: 700;
        height: auto;
    }

    .gbb-offer-desc {
        padding-bottom: 10px;
        font-weight: bold;
        width: 110%;
    }

    .aor-product-details {
        font-size: 1.2em;
        font-weight: 300;
        color: #666666;
        line-height: normal;
    }

    .aor-details-desktop {
        margin-left: 30px;
        padding-top: 5px
    }

    .aor-select-button {
        font-size: 14px;
        margin-top: 15px;
    }

    .aor-selected-button {
        font-size: 14px;
        margin-top: 15px;
        display: none;
    }

    .gbb-select-button {
        font-weight: 400 !important;
    }

    .gbb-selected-button {
        font-weight: 400 !important;
        display: none;
    }

    .aor-product-details p {
        margin-bottom: 0;
    }

    .aor-button {
        font-size: 18px;
        font-weight: 400;
        height: auto;
    }

    .aor-option {
        border: 1px solid #666666;
        padding: 15px;
    }

    @media(max-width:765px) {
        .landingpage-header {
            width: 150px;
            padding: 12px;
        }

        .landingpage-header-phone {
            padding: 20px;
            float: right;
            font-weight: bold;
            text-align: right;
        }

        .mobile-landing-header {
            margin-right: 0;
            margin-left: 0;
            padding-left: 0;
            padding-right: 0;
        }
    }

    @media(min-width:765px) {
        .landingpage-header {
            width: 250px;
            padding: 18px;
        }

        .landingpage-header-phone {
            padding-top: 50px;
            font-weight: bold;
            font-size: 1.5em;
            float: right;
            padding-bottom: 10px;
            text-align: right;
        }

        .conversion-hero div div div h1 {
            font-size: 55px;
            margin: 0;
        }

        .aor-details-mobile {
            display: none;
        }
    }


    @media(max-width:764px) {
        .conversion-hero div div div h1 {
            font-size: 25px;
            margin: 0;
        }


        .conversion-hero div div div {
            padding: 30px 15px !important;
        }

        .aor-details-desktop {
            display: none;
        }
    }

    .mc-input {
        margin-top: 10px;
    }

        .mc-input > div > div {
            text-align: left;
        }

        .mc-input > div > .message {
            margin-left: 20px;
            display: list-item;
            list-style-type: disc;
            list-style-position: inside;
        }

        .mc-input > div > .error-message {
            display: none;
        }

        .mc-input.error > div > .error-message {
            color: red;
            display: block;
        }


        .mc-input.error input {
            border-color: #a94442;
        }

        .mc-input.error .label {
            color: red;
        }

/*This style is used for the caret that is currently present in the account drop down selector.*/
.karet {
    position: absolute;
    padding-top: 14px;
    margin-left: -57px;
}
/*Desktop and Ipad*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .karet {
        position: absolute;
        margin-left: -105px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .karet {
        position: absolute;
        margin-left: -368px;
    }
}
@media screen and (min-width: 115px) and (max-width: 767px) {
    .karet {
        position: absolute;
        margin-left: 6px;
    }
} 
#searchResults #searchPageHeading {
  font-size: 50px; }

#searchResults #searchResultsHeading {
  font-size: 18px; }

#searchResults #recommendedResult {
  background-color: #f3f3f5;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 40px; }

#searchResults .searchHeading {
  margin-bottom: 20px;
  font-size: 32px; }

#searchResults .searchContainer {
  border: 2px solid lightgray;
  border-radius: 5px; }

#searchResults .searchOtherResultsContainer {
  margin-bottom: 25px; }

#searchResults .whiteBackground {
  background-color: white; }

#searchResults .searchContainerCategoryTab {
  color: white;
  padding: 5px 15px;
  margin-top: -22px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 18px;
  margin-bottom: 20px; }

#searchResults .greenTab {
  border: 2px solid #01836e;
  background-color: #01836e; }

#searchResults .purpleTab {
  border: 2px solid #9842bd;
  background-color: #9842bd; }

#searchResults .breadcrumbContainer {
  margin-top: 10px; }

#searchResults .padded {
  padding: 20px; }

#searchResults .searchResultDescriptionContainer {
  margin: 10px 0; }

.support-search-box {
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #F5F5F5;
  padding: 10px;
  line-height: 60px;
  height: 60px; }
  .support-search-box input[type=text] {
    height: 60px;
    font-size: 1.4em; }
  .support-search-box .input-group-btn .btn {
    height: 60px;
    border: 1px solid #CCC;
    background-color: #fff; }
    .support-search-box .input-group-btn .btn > span {
      color: #808080; }

@media screen and (min-width: 751px) {
  .searchContainer .col-sm-3 {
    float: right !important; } }

.mc-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}
.mc-form .mc-field-wrap {
    padding: 10px;
}
.mc-form.striped .mc-field-wrap:nth-child(odd) {
    background-color: #ebebeb;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.mc-form .control-label > span:nth-child(2), .required-field-marker {
    display: inline-block;
    color: #00a999;
}
.mc-form input[type="submit"], .mc-form input[type="reset"] {
    margin-top: 20px;
}
.mc-form .mc-form-value {
    font-weight: normal;
    /*font-size: .8em;*/
    font-size: 1em;
}
.mc-form .mc-count-text {
    float: right;
    font-size: 14px;
    margin: 5px auto;
}
.mc-form .field-error-msg {
    position: absolute;
}
.mc-form .mc-form-footer {
    margin-top: 20px;
    /*font-size: .7em;*/
    font-size: 16px;
}
.mc-form h3.popover-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}
.mc-form .popover-content {
    font-size: 14px;
}

.mc-loading {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center; 
}
.mc-loading i {
    color: #EEF3F5;
    font-size: 4em;
    display: table-cell;
    vertical-align: middle; 
}
.mc-form .mc-rating-option:first-child, .mc-form .mc-yes-no-option:first-child {
    margin-left: 5px;
}
.mc-form .mc-rating-option, .mc-form .mc-yes-no-option {
    padding: 0 10px;
}

/* Custom Forms */
.mc-request-consultation-form {
    /*min-height: 700px;*/
    background-color: #EFF4F6;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 0 30px 10px;
}
.mc-request-consultation-form .mc-radio-options div.col-sm-3 {
    display: block;
    width: 100%;
}
.mc-business-email-form, .mc-new-build-form, .mc-new-build-form-submitted {
    background-color: #EFF4F6;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 0 30px 10px;
}
.mc-new-build-form, .mc-new-build-form-submitted {
    /*min-height: 730px;*/
    padding-top: 20px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.mc-new-build-form p {
    margin: 0;
    padding: 0;
}
.mc-new-build-form .field-error-msg {
    display: none;
}
.mc-new-build-form .mc-form-details h2 {
    font-family: 'Verb W01 Lt';
    text-align: center;
    font-size: 24px;
}
.mc-new-build-form .mc-checkbox-options > div {
    width: 100%;
    
}
.mc-new-build-form hr {
    margin: 0;
}
.mc-new-build-form input[type=submit].btn.btn-primary {
    width: 100%;
    background: #0069a4;
    border-color: #0069a4;
    color: #d9e0e4;
}
.mc-new-build-form .mc-field-wrap {
    padding: 0 10px;
}
input[type=file] {
    font-size: 18px;
}
.fa.fa-info-circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABMElEQVQ4T42T3VGEUAyFv6DvWoJW4FqBawdaAUsF4qwF6LMwAxUwVKBWoHSAFWgJ+r5ynVwuy9/CwFM4uTlJThJh+IXZGcdyB6xA1rXbfAAlO5OSBN/dEOnFb/MEQYM16BekdLaSnTg7IdrcN3EtwTYvES46hAWRX1fwkGsFV63PlESbS/2vCXqZ989mCLRAUmI/FGzP3tdIiyXArjqXiexPUGnZrm1Ptem253BSGfenvuqaKGgJRhq0bSqBOVDtI1K98RzUU5gmYIpAw+ZFdFknWrDeJQTFlIjLCIyKeGiMprolDl77W5rdIN5LD7NjPLhIgylYIbM1eO/taJtFapDeKhtV/2cwnVOQlcUMn8S+tWeOaWIV3Qo33j6BoqrJkRcies77AyowlPxVyfCc/wHBrn6Jt1kpWwAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    cursor: pointer;
    /* is not appearing in cms */
}
.row .mc-field-wrap div .mc-form-field-info {
    font-size: 18pt;
}
.row .mc-field-wrap div .mc-form-field-info a {
    font-size: 16px;
}

.formMessage {
    margin-bottom: 100px;
}

/* CSC Form */
.cscSurvey > div > .row .mc-field-wrap > .ng-isolate-scope > .form-group .ng-scope > .mc-radio-options .col-sm-3 {
    display: inline;
    width: 33%;
}
.mc-radio-options .col-sm-3 label::before {
    display: inline;
    width: 33%;
}

/* CSO Form */
.csoSurvey > div > .row .mc-field-wrap > .ng-isolate-scope > .form-group .ng-scope > .mc-radio-options .col-sm-3 {
    display: inline;
    width: 33%;
}
.mc-radio-options .col-sm-3 label::before {
    display: inline;
    width: 33%;
}

/* Customer Satisfaction Survey */
.customerSatisfactionSurvey > div > .row .mc-field-wrap > .ng-isolate-scope > .form-group .ng-scope > .mc-radio-options .col-sm-3 {
    display: inline;
    width: 33%;
}
.mc-radio-options .col-sm-3 label::before {
    display: inline;
    width: 33%;
}

/* PSA Form */
.publicServiceAnnouncement > div > .row .mc-field-wrap > .ng-isolate-scope > .form-group .ng-scope > .mc-checkbox-options .col-sm-12 {
    display: inline;
    width: 25%;
}
.mc-checkbox-options > .row > .col-sm-12 label::before {
    display: inline;
    width: 25%;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }


/*ActivateSelfInstallEquipmentBlock*/
#frm-activateSelfInstall {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-serialNum-error {
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
    color: inherit;
}

/*MEDIA QUERIES*/
/*media queries for activate image*/
/*@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    .activation-steps .div-input-serialNum {
        width: 617px;
        height: 138px;
        background-color: white;
        background-image: url("../../Content/images/activateEquipment/ActivateSerial_617x138.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top;
        background-origin: border-box;
        border: none;
    }
}*/
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .activation-steps .div-input-serialNum {
        width: 617px;
        height: 138px;
        background-color: white;
        background-image: url("../../Content/images/activateEquipment/ActivateSerial_617x138.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top;
        background-origin: border-box;
        border: none;
    }
}*/
@media only screen and (max-width : 319px) and (max-height : 479px) {
    .activation-steps .div-input-serialNum {
        /*width: 216px;
        height: 48px;*/
        width: 100%;
        height: auto;
        background-color: white;
        border: none;
    }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
 .activation-steps .div-input-serialNum {
    width: 289px;
    height: 64px;
    background-color: white;
    border: none;
 }   
}

/* This only appears on small screen when the picture specified below is not used */
@media only screen and (max-width : 767px) {
	.activation-steps .div-input-serialNum::before {
		content: "Serial Number or SN:";
		margin: 0;
		padding: 0;
		line-height: 1rem;
		font-weight: 900;
	}
}

@media only screen and (min-width : 768px) {
    .activation-steps .div-input-serialNum {
        width: 617px;
        height: 100px;
        background-color: white;
        background-image: url("../../Content/images/activateEquipment/ActivateSerial_617x138.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top;
        background-origin: border-box;
        border: none;
    }
}

/*media-queries for text box*/
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .activation-steps .div-input-serialNum .div-txtBox-serialNum #txtSerialNumberId {
        width: 380px;
        height: 30px;
        border: none;
        position: relative;
        top: 56px;
        left: 200px;
        font-size: 18px;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .activation-steps .div-input-serialNum .div-txtBox-serialNum #txtSerialNumberId {
        width: 380px;
        height: 30px;
        border: none;
        position: relative;
        top: 56px;
        left: 200px;
        font-size: 18px;
    }
}*/
@media only screen and (max-width : 319px) and (max-height : 479px) {
    .activation-steps .div-input-serialNum .div-txtBox-serialNum #txtSerialNumberId {
        /*width: 133px;
        height: 12px;*/
        /*width: 380px;
        height: 30px;*/
        width: 90%;
        height: 30px;
        position: relative;
        top: 0;
        left: 0;
        font-size: 14px;
        line-height: 1.42857;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 5px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
    .activation-steps .div-input-serialNum .div-txtBox-serialNum #txtSerialNumberId {
        /*width: 178px;
        height: 16px;*/
        /*width: 380px;
        height: 30px;*/
        width: 90%;
        height: 30px;
        position: relative;
        top: 0;
        left: 0;
        font-size: 14px;
        line-height: 1.42857;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 5px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .activation-steps .div-input-serialNum .div-txtBox-serialNum #txtSerialNumberId {
        width: 380px;
        height: 30px;
        border: none;
        position: relative;
        top: 56px;
        left: 200px;
        font-size: 18px;
    }
}
/* this query did have min-height of 769px */
@media only screen and (min-width : 1025px) {
    .activation-steps .div-input-serialNum .div-txtBox-serialNum #txtSerialNumberId {
        width: 380px;
        height: 30px;
        border: none;
        position: relative;
        top: 56px;
        left: 200px;
        font-size: 18px;
    }
}

.btn-activate-equipment, .btn-default[disabled]:hover {
    color: #0074A1;
}

@media only screen and (max-width : 319px) and (max-height : 479px) {
    .span-activate-error {
        position: relative;
        top: 15px;
        left: 0px;
    }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
    .span-activate-error {
        position: relative;
        top: 15px;
        left: 0px;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .span-activate-error {
        position: relative;
        top: 30px;
        left: 127px;
    }
}
@media only screen and (min-width : 1025px) {
    .span-activate-error {
        position: relative;
        top: 30px;
        left: 127px;
    }
}

/* activate more equipment image*/
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .activation-steps .activate-finish-container {
        width: 617px;
        height: 138px;
        background-color: white;
        background-image: url("../../Content/images/activateEquipment/ActivationSuccessful_617x138.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center;
        background-origin: border-box;
        background-size: contain;
        border: none;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .activation-steps .activate-finish-container {
        width: 617px;
        height: 138px;
        background-color: white;
        background-image: url("../../Content/images/activateEquipment/ActivationSuccessful_617x138.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center;
        background-origin: border-box;
        background-size: contain;
        border: none;
    }
}*/
@media only screen and (max-width : 319px) and (max-height : 479px) {
    .activation-steps .activate-finish-container {
        width: 216px;
        height: 48px;
        background-color: white;
        background-image: url("../../Content/images/activateEquipment/ActivationSuccessful_617x138.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center;
        background-origin: border-box;
        background-size: contain;
        border: none;
    }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
    .activation-steps .activate-finish-container {
        /*width: 617px;
        height: 138px;*/
        width: 289px;
        height: 64px;
        background-color: white;
        background-image: url("../../Content/images/activateEquipment/ActivationSuccessful_617x138.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center;
        background-origin: border-box;
        background-size: contain;
        border: none;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .activation-steps .activate-finish-container {
        width: 617px;
        height: 138px;
        background-color: white;
        background-image: url("../../Content/images/activateEquipment/ActivationSuccessful_617x138.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center;
        background-origin: border-box;
        border: none;
    }
}
@media only screen and (min-width : 1025px) {
    .activation-steps .activate-finish-container {
        width: 617px;
        height: 138px;
        background-color: white;
        background-image: url("../../Content/images/activateEquipment/ActivationSuccessful_617x138.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center;
        background-origin: border-box;
        border: none;
    }
}

/* div containing table with buttons */
.activation-steps .activate-finish-container .div-activate-more-equipment-btn {
    background-color: transparent;
}
/* media-queries for table containing buttons*/
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .activation-steps .activate-finish-container .div-activate-more-equipment-btn .table-activate-more-equipment-btn {
        margin: 0;
        padding: 0;
        background-color: transparent;
        position: relative;
        top: 90px;
        left: 122px;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .activation-steps .activate-finish-container .div-activate-more-equipment-btn .table-activate-more-equipment-btn {
        margin: 0;
        padding: 0;
        background-color: transparent;
        position: relative;
        top: 90px;
        left: 122px;
    }
}*/
@media only screen and (min-width : 319px) and (max-width : 479px) {
    .activation-steps .activate-finish-container .div-activate-more-equipment-btn .table-activate-more-equipment-btn {
        margin: 0;
        padding: 0;
        background-color: transparent;
        position: relative;
        top: 45px;
        left: 0;
    }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
    .activation-steps .activate-finish-container .div-activate-more-equipment-btn .table-activate-more-equipment-btn {
        margin: 0;
        padding: 0;
        background-color: transparent;
        position: relative;
        top: 45px;
        left: 0;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .activation-steps .activate-finish-container .div-activate-more-equipment-btn .table-activate-more-equipment-btn {
        margin: 0;
        padding: 0;
        background-color: transparent;
        position: relative;
        top: 90px;
        left: 122px;
    }
}
@media only screen and (min-width : 1025px) {
    .activation-steps .activate-finish-container .div-activate-more-equipment-btn .table-activate-more-equipment-btn {
        margin: 0;
        padding: 0;
        background-color: transparent;
        position: relative;
        top: 90px;
        left: 122px;
    }
}

.activation-steps .activate-finish-container .div-activate-more-equipment-btn .table-activate-more-equipment-btn div.row div.col-xs-12 {
    margin: 2px;
    padding: 0 7px 0 7px;
    height: 25px;
}
.activation-steps .div-activate-more-equipment-btn .btn-activate-more {
    width: 185px;
    height: 24px;
    padding: 0;
    margin: 2px 0 2px 0;
    background-color: white;
    background-image: url("../images/activateEquipment/BTN_ActivateMore.gif");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-origin: border-box;
    /*border: 3px solid #F5F5F5;*/
    border: none;
}
.activation-steps .div-activate-more-equipment-btn .btn-step-seven {
    width: 185px;
    height: 24px;
    padding: 0;
    margin: 2px 0 2px 0;
    position: relative;
    top: -3px;
    background-color: white;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-origin: border-box;
    border: none;
}
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .activation-steps .div-invalid-activation-container {
        width: 618px;
        height: 136px;
        background-image: url("../../Content/images/activateEquipment/ActivationInvalid.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top;
        background-origin: border-box;
        background-size: contain;
        border: none;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .activation-steps .div-invalid-activation-container {
        width: 618px;
        height: 136px;
        background-image: url("../../Content/images/activateEquipment/ActivationInvalid.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top;
        background-origin: border-box;
        background-size: contain;
        border: none;
    }
}*/
@media only screen and (max-width : 319px) and (max-height : 479px) {
    .activation-steps .div-invalid-activation-container {
        width: 259px;
        height: 57px;
        background-image: url("../../Content/images/activateEquipment/ActivationInvalid.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top;
        background-origin: border-box;
        background-size: contain;
        border: none;
    }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
    .activation-steps .div-invalid-activation-container {
        /*width: 618px;
        height: 136px;*/
        width: 274px;
        height: 60px;
        background-image: url("../../Content/images/activateEquipment/ActivationInvalid.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top;
        background-origin: border-box;
        background-size: contain;
        border: none;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .activation-steps .div-invalid-activation-container {
        width: 618px;
        height: 136px;
        background-image: url("../../Content/images/activateEquipment/ActivationInvalid.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top;
        background-origin: border-box;
        background-size: contain;
        border: none;
    }
}
@media only screen and (min-width : 1025px) {
    .activation-steps .div-invalid-activation-container {
        width: 618px;
        height: 136px;
        background-image: url("../../Content/images/activateEquipment/ActivationInvalid.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top;
        background-origin: border-box;
        background-size: contain;
        border: none;
    }
}
.activation-steps .div-invalid-activation-btn {
    padding: 0;
    margin: 20px 0 20px 0;
    border: none;
}
/* END ACTIVATE EQUIPMENT MEDIA QUERIES */

.form-landing h4 {
    text-align: center;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
}
.form-landing hr {
    display: none;
}
.form-landing .mc-checkbox-options .col-sm-3, .form-landing .mc-radio-options .col-sm-3 {
    display: block;
    width: 100%;
}

/*add style for calendar glyphicon*/
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("/Content/fonts/glyphicons-halflings-regular.eot");
    src: url("/Content/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/Content/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/Content/fonts/glyphicons-halflings-regular.svg") format("svg"), url("/Content/fonts/glyphicons-halflings-regular.ttf") format("truetype");
}
.glyphicon-chevron-left {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-check:before {
  content: "\e067"; }

.email-contact-form .email-contact-form-header {
    margin: 20px 0;
}
.email-contact-form .email-contact-form-footer {
    margin: 20px 0;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td, th {
	/* 
		This line is unneeded and causes visual errors
	*/
    /* border: 1px solid #dddddd; */
    text-align: left;
    padding: 8px;
}
td{
    font-weight:normal;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.show-password-group {
    padding: 4px;
    background: #cdecff;
    width: 300px;
}
/* STYLES FOR FORMS */
/*      make universal styles for all yesNo, checkbox-options, radio-options, select, and file input types.
        go back through each form later when these styles are written    
*/

/* promoCodeRedemption */
/*.promoCodeRedemption {
    font-family: inherit;
    font-size: 16px;
    line-height: 44px;
}*/

/* publicServiceAnnouncement */

/* annandaleAlerts */

/* fargoAlerts */

/* gigInternetAlerts */

/* smartHomeConsultation */

/* vacationPlan */

/*mailOrderSurvey*/

/*midcoFoundationGrantApplication*/
/*.midcoFoundationGrantApplication {
    font-family: inherit;
    font-size: 16px;
    line-height: 44px;
}*/
/*How do I get the btn class to apply to this thing?*/
/*input[type="file"] {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 10px 0 10px 0;
    text-align: center;
}*/

/*directoryAssistanceExemption*/

/*customerSatisfactionSurvey*/

/*channelRequest*/

/*csoSurvey*/

/*cscSurvey*/
@media (min-width: 992px ) and (max-width: 1199px ) {
    .chat-form-container {
        bottom: 0% !important;
        position: fixed;
        right: -506px !important;
    }

        .chat-form-container iframe {
            width: 450px;
            height: 542px;
        }

    .sticky_container {
        width: 90px;
        height: 90px;
    }
}

@media (min-width: 1200px ) {
    .chat-form-container {
        right: -695px !important;
        bottom: 0% !important;
        position: fixed;
    }

        .chat-form-container iframe {
            width: 455px;
            height: 542px;
        }

    .sticky_container {
        width: 90px;
        height: 90px;
    }

    #minimizeContainer {
        position: fixed;
        bottom: 0;
    }
}
.form-control {
	font-size: 16px;
}
@media (width: 320px) {
    .chat-form-container {
        right: 0px !important;
        bottom: 0% !important;
        position: fixed;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .chat-form-container iframe {
        min-width: 310px;
        min-height: 450px;
    }
    .dot {
        right: 95px !important;
    }
}

@media(min-width:320px) and (max-width:991px) {
    #minimizeContainer {
        height: 60px;
        position: fixed;
        bottom: 0px;
        left: 0;
    }
    .chat-header {
        font-size: 18px !important;
    }
}

@media (min-width: 321px) and (max-width:375px) {
    .chat-form-container {
        right: 0px !important;
        bottom: 0% !important;
        position: fixed;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .chat-form-container iframe {
        min-width: 372px;
        min-height: 542px;
    }

    .sticky_container {
        width: 75px;
        height: 75px;
    }
    .dot {
        right: 95px !important;
    }
}

@media (min-width: 377px) and (max-width:991px) {
    .chat-form-container {
        right: 0px !important;
        bottom: -4% !important;
        position: fixed;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .chat-form-container iframe {
            min-width: 375px;
            min-height: 542px;
        }

    .sticky_container {
        width: 75px;
        height: 75px;
    }
    .dot {
        right:95px !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .chat-form-container {
        width: 432px;
    }

    .sticky_container {
        width: 75px;
        height: 75px;
    }
    .dot {
        right: 130px !important;
    }
}


@media (min-width: 320px) and (max-width: 414px)
{
	.removeScroll {
		position:fixed;
		overflow:hidden;
	}
}

.mktSticker {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 20;
    margin: 5px;
}

.sds_relative {
    position: relative;
    width: 90px;
}

.chat-downgrade {
    width: auto;
}

.chat-downgrade div {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 5px;
    margin-right: 5px;
}

.chat-downgrade-close {
    position: absolute;
    top: 127px;
    right: 30px
}

.chat-downgrade-msg {
    padding-top: 20px;
}

.chat-form-container .fa-stack {
    width: 80px;
    height: 75px;
}

#minimizeContainer {
    position: fixed;
    bottom: 0;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom:17px;
    right: 158px;
    animation: blinkingDot 10s infinte;
    -webkit-animation: blinkingDot 10s infinite; /* Safari 4.0 - 8.0 */
}

.chat-header {
    font-size:25px;
}
@keyframes blinkingDot {
    0% {
        background-color: red;
    }

    10% {
        background-color: transparent;
    }

    20% {
        background-color: red;
    }

    30% {
        background-color: transparent;
    }

    40% {
        background-color: red;
    }

    50% {
        background-color: transparent;
    }

    60% {
        background-color: red;
    }

    70% {
        background-color: transparent;
    }

    80% {
        background-color: red;
    }

    90% {
        background-color: transparent;
    }

    100% {
        background-color: red;
    }
}

@-webkit-keyframes blinkingDot {
    0% {background-color: red;}
    10% {background-color: transparent;}
    20% {background-color: red;}
    30% {background-color: transparent;}
    40% {background-color: red; }
    50% {background-color: transparent;}
    60% {background-color: red;}
    70% {background-color: transparent;}
    80% {background-color: red;}
    90% {background-color: transparent; }
    100% {background-color: red;}
}  
 .authorized-users-container .my-account-container {
    background-color: #ffff !important; 
}


.add-authorized-user .row,
.edit-authorized-user .row {
    padding-top: 10px;
    padding-bottom: 5px;
}

.add-authorized-user-container input[type='button'] {
    color: #fff;
    background-color: #0074a1;
    font-weight: 600;
    border: none;
    margin: 10px 0;
    cursor: pointer;
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3), inset 0 -10px 20px -1px rgba(0,0,0,0.1), inset 0 -1px 0 rgba(0,0,0,0.1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.save-changes {
    padding: 10px;
}

.col-hr {
    border-bottom: 1px solid #f5f5f5;
}

.popular-link {
    cursor: pointer;
    color: #0074A1;
    text-decoration: underline;
}
 .settings-account-profile .form-control {
    width: 60%;
    margin-left: 20.333%;
}
.edit-profile-btns {
    padding-top: 5px;
    padding-bottom: 5px;
    display:flex;
    flex-direction: row;
}

.settings-container {
    padding: 20px 20px 40px 20px;
}

.settings-account-details .form-control {
    width: 80%;
}

.authorized-users-container .row {
    padding-left:10px;
}
.table > tbody > tr > td {
    background:#ffff;
}
.table > tbody > tr {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.my-account-container {
    background:#ffffff!important;
}
.table > tbody > tr > td {
    width: 25%;
}
.settings-btn {
    margin-bottom:5px !important;
    width: 50%;
    margin-left: 10px!important;
}

.has-error {
    border: 1px solid red !important;
}

.pc-disclaimer {
   font-style: italic; 
   font-size:12px;
}

.my-account-container,
.myaccount-settings {
    margin-top: 10px;
}

.editing-profile {
    text-align:left;
    padding-right: 10px;
    padding-left:10px;
}
.add-user-btn {
    margin-top:20px;
    margin-bottom:20px;
}
.authorized-users-container h3,
.authorized-users-container h4,
.manage-authorized-user-container h3,
.manage-authorized-user-container h4 {
    margin-left: 0px;
}

.invite-delete-users-modal .row {
    margin-left: 0;
    margin-right:0;
}

.invite-delete-users-modal .col-xs-4 {
    padding-bottom:5px;
}
