html,
body {
  width: 100%;
  color: #666;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 10px;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
button {
  padding: 0;
  margin: 0;
  border: none;
}
h3 {
	margin-bottom: 2px;	
}
p {
    line-height: 1.4em;
}
.pdf {
	background: url("/ca/common/icons/icn-pdf.png") no-repeat scroll left top transparent;
	padding-left: 16px;
}
.ui-helper-hidden {
  display: none;
}
#language {
	display: inline;
	float: left;
	list-style: none;
	margin: 5px 20px 0 0;
	font-weight: bold;
}
#language a {
	color: #666;
}
#language a:hover, #language a:focus, #language a:active {
	color: #D81E05;
	text-decoration: none;
}
ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

a {
  text-decoration: none;
  color: #D81E05;
}
sup {
  font-size: 0.7em;
  line-height: 1em;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
img {
  border: 0;
}
table {
  border-bottom: 1px solid #ccc;
  margin-top: -10px;
}
table thead tr {
  background-color: #DDD;
}
table thead tr th {
  font-weight: normal;
}
table thead tr:first-child {
  background-color: #CCC;
}
table thead tr:first-child th {
  font-weight: bold;
}
table th,
table td {
  padding: 10px;
  font-size: 1.15em;
}
table tr:nth-child( even ) td {
  background-color: #DDD;
}
/* COLORS */
.blue {
  color: #D81E05;	
}
.red {
  color: #ed1c2e !important;
}
.white {
  color: #ffffff !important;
}
.darkred {
  color: #cc0000 !important;
}
.grey {
  color: #515151 !important;
}
.lightgrey {
  color: #f1f1f1 !important;
}
.navy {
  color: #00274c !important;
}
/* COMMON */
.frutiger {
  font-family: "Times New Roman", Times, serif;
}
.topHeader {
    margin-bottom: 70px;
    margin-left: 8px;
    margin-right: 0;
    margin-top: 0;
    width: 765px;
}
.topHeader .col {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 6px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 380px;
}
.topHeader .col h2, .topHeader .col h5 {
    color: #D81E05;
    font-size: 1.6em;
}
.topHeader .col p {
    font-size: 1.5em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 380px;
}


/* MOBILE */
@media only screen and (max-device-width: 480px) {
  #legal {
    margin-bottom: 10px;
  }
}
/* FF WEB FONT FIX */
@-moz-document url-prefix() {
  .wf-loading .frutiger {
    visibility: hidden;
  }
}
/* FUNCTIONAL */
.hide {
  display: none;
}
.hidden {
  /* hidden text for screen readers */

  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
}
input.hidden {
  width: 10px;
}
.invisible {
  visibility: hidden;
}
/* NEW CLEAR FIX */
@media print {
  html {
    background: none;
  }
  .site-top,
  #service-menu,
  #mega-menu,
  #side-nav,
  .site-footer {
    display: none;
  }
  #content-head {
    margin: 0 20px 0 0px !important;
  }
  #content-body {
    width: 100%;
  }
}
/* SKIP LINK */
a.header-skiplink {
  position: absolute;
  left: -9999px;
  float: none !important;
}
a.header-skiplink:focus {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  background: #fff;
  padding: 1em;
  color: #D81E05;
  z-index: 10;
}
/* FONT SIZE MODIFIER */
.lrg {
  font-size: 1.1em !important;
}
.x-lrg {
  font-size: 1.2em !important;
}
/* WRAPS */
.main-wrap,
.footer-wrap {
  zoom: 1;
  clear: both;
  /* width: 980px; */
  margin: 0 auto 15px;
}
.main-wrap:before,
.footer-wrap:before {
  content: '';
  display: block;
}
.main-wrap:after,
.footer-wrap:after {
  content: '';
  display: table;
  clear: both;
}
/* .main-wrap {
  -webkit-box-shadow: 0 1px 1px #888;
  -moz-box-shadow: 0 1px 1px #888;
  box-shadow: 0 1px 1px #888;
} */
/* HEADER */
.site-header {
  clear: both;
  position: relative;
  background-color: #fff;
  z-index: 999;
  zoom: 1;
}
.site-header .branding {
  height: 80px;
}
.site-header .branding .header-logo {
  position: absolute;
  left: 20px;
  top: 24px;
}
.site-header .branding .header-tag-line {
  position: absolute;
  right: 20px;
  top: 30px;
}
/* =================================== *
 *    PAGE MODULES                     *
 * =================================== */
/* TOP */
.site-top {
  background: #e8e8e8 url(/slf/common/icons/bg1.gif);
  width: 100%;
  height: 35px;
  font-size: 1.2em;
  /* overflow: hidden; */

}
.site-top .content {
  width: 980px;
  margin: 0 auto;
}
.site-top .content .accessibility-tools {
  float: right;
  margin-top: 10px;
}
.site-top .content .accessibility-tools #form-lang {
  float: left;
}
.site-top .content .accessibility-tools #lang-selector {
  float: left;
}
.site-top .content .accessibility-tools .font-size-selector {
  list-style: none;
  float: left;
  margin: 0 10px 0;
  vertical-align: text-bottom;
}
.site-top .content .accessibility-tools .font-size-selector li {
  display: inline;
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  padding: 1px;
  margin: 0 1px;
  background-color: transparent;
}
.site-top .content .accessibility-tools .font-size-selector li.hover {
  /*background-color:#c1c0ba;*/

}
.site-top .content .accessibility-tools .font-size-selector li a {
  width: 20px;
  height: 20px;
  display: block;
}
.site-top .content .accessibility-tools .font-size-selector li a:hover,
.site-top .content .accessibility-tools .font-size-selector li a:focus,
.site-top .content .accessibility-tools .font-size-selector li a:active {
  /*background-color:#fff;*/

  margin: 0;
}
.site-top .content .accessibility-tools .font-size-selector li.default a,
.site-top .content .accessibility-tools .font-size-selector li.lrg a,
.site-top .content .accessibility-tools .font-size-selector li.x-lrg a {
  background: transparent url(//www.scotiabank.com/ca/common/icons/sprites.png) left top no-repeat;
}
.site-top .content .accessibility-tools .font-size-selector li.default a {
  background-position: -272px -832px;
}
.site-top .content .accessibility-tools .font-size-selector li.lrg a {
  background-position: -292px -832px;
}
.site-top .content .accessibility-tools .font-size-selector li.x-lrg a {
  background-position: -312px -832px;
}
.site-top .content .accessibility-tools .font-size-selector .default a:hover,
.site-top .content .accessibility-tools .font-size-selector .default a:focus,
.site-top .content .accessibility-tools .font-size-selector .default a:active,
.site-top .content .accessibility-tools .font-size-selector.default .default a {
  background-position: -272px -852px;
}
.site-top .content .accessibility-tools .font-size-selector.default .default {
  background-color: #c1c0ba;
}
.site-top .content .accessibility-tools .font-size-selector .lrg a:hover,
.site-top .content .accessibility-tools .font-size-selector .lrg a:focus,
.site-top .content .accessibility-tools .font-size-selector .lrg a:active,
.site-top .content .accessibility-tools .font-size-selector.lrg .lrg a {
  background-position: -292px -852px;
}
.site-top .content .accessibility-tools .font-size-selector.lrg .lrg {
  background-color: #c1c0ba;
}
.site-top .content .accessibility-tools .font-size-selector .x-lrg a:hover,
.site-top .content .accessibility-tools .font-size-selector .x-lrg a:focus,
.site-top .content .accessibility-tools .font-size-selector .x-lrg a:active,
.site-top .content .accessibility-tools .font-size-selector.x-lrg .x-lrg a {
  background-position: -312px -852px;
}
.site-top .content .accessibility-tools .font-size-selector.x-lrg .x-lrg {
  background-color: #c1c0ba;
}
/* SERVICE MENU */
#service-menu {
  position: relative;
  background-color: #D81E05;
  clear: both;
  list-style: none;
  height: 50px;
  width: 100%;
  padding: 0;
  z-index: 10;
  /* SEARCH BOX */

  /* IE STYLES */

}
#service-menu  > li {
  display: inline-block;
  position: relative;
  float: left;
  background: url(/static-tools/common/rd/gfx/bg-service-menu-divider.gif) right center no-repeat;
  background-color: #eee;
  height: 50px;
  zoom: 1;
  /* GET QUOTE WIDGET */

}
#service-menu  > li .tab {
  display: inline-block;
  position: relative;
  color: #666;
  width: 95%;
  height: 50px;
  padding: 0;
  margin: 0 0 0 5px;
  border: none;
  overflow: hidden;
  zoom: 1;
}
#service-menu  > li .tab strong {
  display: block;
  padding-left: 17px;
  margin-top: 10px;
  font-size: 1.4em;
}
#service-menu  > li .tab span {
  padding-left: 17px;
  margin-bottom: 10px;
  font-size: 1.2em;
}
#service-menu  > li .tab:hover,
#service-menu  > li .tab:focus,
#service-menu  > li .tab:active {
  color: #D81E05;
  text-decoration: none;
}
#service-menu  > li .content {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 45px;
  left: 4px;
  width: 256px;
  height: 0;
  border-left: 1px solid #b8bcbb;
  overflow: hidden;
  z-index: 999;
  zoom: 1;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5), -1px 0 0 #ffffff;
  -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5), -1px 0 0 #ffffff;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5), -1px 0 0 #ffffff;
}
#service-menu  > li .content h3 {
  position: relative;
  background: #D81E05;
  color: #666;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 1.4em;
  font-weight: normal;
  zoom: 1;
}
#service-menu  > li .content hr {
  float: left;
  clear: both;
  background-color: #9e9e9e;
  color: #9e9e9e;
  width: 30px;
  height: 1px;
  padding: 0;
  margin: 0 150px 0 0;
}
#service-menu  > li .content hr.dark {
  background-color: #666666;
  color: #666666;
}
#service-menu  > li .content li {
  display: block;
  float: none;
  background: none;
}
#service-menu  > li .content a {
  padding: 0;
  margin: 0;
}
#service-menu  > li.a {
  width: 200px;
}
#service-menu  > li.b {
  width: 250px;
}
#service-menu  > li.b .content {
  width: 350px;
}
#service-menu  > li.c {
  width: 225px;
}
#service-menu  > li.c .content {
  left: auto;
  right: -4px;
  width: 350px;
}
#service-menu  > li.d {
  width: 305px;
}
#service-menu  > li:hover .tab,
#service-menu  > li:focus .tab,
#service-menu  > li:active .tab {
  background: #e4e4e4;
}
#service-menu  > li.a .content {
  background-color: #F0F0F0;
}
#service-menu  > li.a .widget-get-quote {
  width: 255px;
  background-color: #F9F9F9;
}
#service-menu  > li.a .widget-get-quote .widget-header {
  background-color: #F9F9F9;
  color: #444;
  padding: 15px 20px;
  border-bottom: 1px solid #D0D0D0;
  font-size: 1.4em;
}
#service-menu  > li.a .widget-get-quote ul {
  border-left: none;
}
#service-menu  > li.a .widget-get-quote ul .product {
  height: auto;
}
#service-menu  > li.a .widget-get-quote ul .product a {
  padding: 10px;
}
#service-menu  > li.a .widget-get-quote .main-list {
  border-bottom: none;
}
#service-menu  > li.a .widget-get-quote.sub-list .widget-header {
  display: none;
}
#service-menu  > li.a .widget-get-quote.sub-list .sub-list-heading {
  border-left: none;
}
#service-menu  > li.a .widget-get-quote.sub-list ul {
  border-left: none;
}
#service-menu #form-top-search label, #service-menu #search label {
  position: absolute;
  left: -9999px;
}
#service-menu #form-top-search #top-search-query,
#service-menu #form-top-search #top-search-submit,
#service-menu #search #search-query,
#service-menu #search #search-submit {
  position: absolute;
  top: 0;
  right: 0;
}
#service-menu #form-top-search #top-search-query,
#service-menu #search #search-query {
  background-color: #fff;
  color: #8e8e8e;
  width: 254px;
  height: 20px;
  padding: 6px;
  margin: 7px 20px 0 0;
  border: 1px solid #ccc;
  border-color: #ccc #fff #fff #ccc;
  font-size: 1.2em;
  -webkit-box-shadow: -1px -1px 0 #ffffff;
  -moz-box-shadow: -1px -1px 0 #ffffff;
  box-shadow: -1px -1px 0 #ffffff;
}
#service-menu #form-top-search #top-search-submit,
#service-menu #search #search-submit {
  background: url(https://scms.scotiabank.com/rd/gfx/btn-search.gif) left top no-repeat;
  color: #fff;
  width: 30px;
  height: 30px;
  border: none;
  margin: 10px 22px 0 0;
  font-weight: normal;
  text-indent: -999em;
  cursor: pointer;
}
#service-menu #form-top-search #top-search-submit:hover,
#service-menu #form-top-search #top-search-submit:focus,
#service-menu #form-top-search #top-search-submit:active,
#service-menu #search #search-submit:hover,
#service-menu #search #search-submit:focus,
#service-menu #search #search-submit:active {
  margin-top: 11px;
}
#service-menu #form-top-search #top-search-submit:active,
#service-menu #search #search-submit:active {
  outline: 1px dotted #000;
}
html.lessthan-ie9 #service-menu   > li .content {
  border: 1px solid #ddd;
  border-top: none;
}
html.lessthan-ie8 #service-menu   > li.active {
  background: #e4e4e4;
}
html.lessthan-ie8 #service-menu   > li.a .widget-get-quote .widget-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
html.lessthan-ie8 #service-menu   > li.a .widget-get-quote ul .product a {
  padding-top: 9px;
  padding-bottom: 9px;
}
html.lessthan-ie8 #service-menu  #form-top-search #top-search-submit {
  text-transform: capitalize;
}
/* MEGA MENU */
/* personal */
#cid5069 #header li.a a.tab .arrow, #cid5070 #header li.b a.tab .arrow, #cid5071 #header li.c a.tab .arrow, #cid5072 #header li.d a.tab .arrow, #cid5075 #header li.e a.tab .arrow, #cid5076 #header li.f a.tab .arrow {
	background: url(//www.scotiabank.com/rd/gfx/bg-mm-arrow-current.gif) left top no-repeat;
	border:none;
	top: 2px;
	width: 13px;
	height: 13px;
	line-height: 13px;
}
#cid5069 #header li.a:hover a.tab .arrow, #cid5070 #header li.b:hover a.tab .arrow, #cid5071 #header li.c:hover a.tab .arrow, #cid5072 #header li.d:hover a.tab .arrow, #cid5075 #header li.e:hover a.tab .arrow, #cid5076 #header li.f:hover a.tab .arrow {
	background:none;
}
#mega-menu {
  list-style: none;
  position: relative;
  background-color: #D81E05;
  height: 43px;
  padding: 7px 8px 0;
  /*border-top: 5px solid #A1A1A4;*/
  border-bottom: 5px solid #F1F1F1;
  z-index: 9;
  /* IE STYLES */

}
#mega-menu  > li {
  display: inline-block;
  border: 2px solid #D81E05;
  border-right: 1px solid #D81E05;
  background: #D81E05;
  /*height: 38px;*/
  zoom: 1;
  /* CONTENT POSTIONS */

}
#mega-menu  > li .tab {
  display: inline-block;
  position: relative;
  color: #fff;
  height: 38px;
  line-height: 38px;
  padding: 0 6px 0 15px;
  /*border-top: 1px solid #D81E05;
  border-left: 1px solid #D81E05;*/
  font-size: 1.4em;
  font-weight: normal;
  zoom: 1;
}
#mega-menu  > li .tab .arrow {
  display: inline-block;
  position: relative;
  top: -3px;
  width: 0;
  height: 0;
  border: 5px solid #D81E05;
  border-top-color: white;
  border-width: 5px 4px 0;
  margin: 0 0 0 5px;
}
#mega-menu  > li .tab:hover,
#mega-menu  > li .tab:focus,
#mega-menu  > li .tab:active,
#mega-menu  > li .tab.active {
  text-decoration: none;
  font-weight: normal;
}
#mega-menu  > li .tab:hover .arrow,
#mega-menu  > li .tab:focus .arrow,
#mega-menu  > li .tab:active .arrow,
#mega-menu  > li .tab.active .arrow {
  border-right-color: #D81E05;
  border-bottom-color: #D81E05;
  border-left-color: #D81E05;
}
#mega-menu  > li .tab.active .content {
  display: block;
  height: 280px;
  border-color: #fff;
  border-style: solid;
  border-width: 0px;
  /* becomes 1px on hover */

  border-left-color: #b0b0b0;
}
#mega-menu  > li .content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  top: 45px;
  width: 850px;
  height: 0;
  overflow: hidden;
  z-index: 999;
  zoom: 1;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5), -1px 0 0 #ffffff;
  -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5), -1px 0 0 #ffffff;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.5), -1px 0 0 #ffffff;
  
  border-left: 1px solid #D0D0D0;
}
#mega-menu  > li .content .bumper {
  display: block;
  margin: 0;
  height: 20px;
  line-height: 30px;
}
#mega-menu  > li .content .col {
  display: inline;
  float: left;
  background-color: #fff;
  background-image: url(/slf/common/icons/bg-mm-col.gif);
  background-position: right top;
  background-repeat: repeat-y;
  width: 150px;
  height: 230px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 10px solid white;
  border-bottom: 10px solid white;
  margin-top: 10px;
  overflow: hidden;
}
#mega-menu  > li .content .col h4 {
  color: #515151;
  line-height: 1.2em;
  font-size: 1.6em;
  padding: 5px 0;
  margin-bottom: 0;
}
#mega-menu  > li .content .col hr {
  background-color: #DBDBDB;
  color: #DBDBDB;
  height: 0px;
  border-width: 1px 0 0 0;
  margin-top: 5px;
  margin-right: 120px;
  margin-bottom: 10px;
}
#mega-menu  > li .content .col p {
  margin-bottom: 5px;
  font-size: 1.2em;
}
#mega-menu  > li .content .col ol,
#mega-menu  > li .content .col ul {
  margin-left: 20px;
  font-size: 1.2em;
}
#mega-menu  > li .content .col ol li,
#mega-menu  > li .content .col ul li {
  margin-bottom: 5px;
}
#mega-menu  > li .content .col ul {
  list-style: disc;
}
#mega-menu  > li .content .col a {
  font-size: 1.3em;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
}
#mega-menu  > li .content .col a img {
  vertical-align: middle;
}
#mega-menu  > li .content .col.promo {
  background-color: transparent;
  padding-bottom: 20px;
  border: none;
}
#mega-menu > li .content .col.promo h4 {
  padding-top: 15px;
}
#mega-menu > li .content .col.promo.first a {
  position: static;
  font-size: 1em;
  font-weight: normal;
}
#mega-menu  > li .content .col.promo img.promo-img {
  display: block;
  width: 150px;
  height: 100px;
  margin-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
}
#mega-menu > li .content .col.promo.last h4 {
  padding-top: 0px;
}
#mega-menu  > li .content .col.last {
  background-image: none;
}
#mega-menu  > li .content.two-col {
  width: 380px;
}
#mega-menu  > li .content.three-col {
  width: 570px;
}
#mega-menu  > li .content.four-col {
  width: 760px;
}
#mega-menu  > li .content.five-col {
  width: 950px;
}
.ie6 #mega-menu  > li .content,
.ie7 #mega-menu  > li .content,
.ie8 #mega-menu  > li .content {
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}
#mega-menu  > li:hover,
#mega-menu  > li:focus,
#mega-menu  > li:active,
#mega-menu  > li.active {
  border: 1px solid #fff;
  border-bottom: 3px solid #f1f1f1;
}
#mega-menu  > li:hover .tab,
#mega-menu  > li:focus .tab,
#mega-menu  > li:active .tab,
#mega-menu  > li.active .tab {
  position: relative;
  background-color: #f1f1f1;
  color: #DC291E;
  margin-right: 0;
  border-top: 1px solid #b0b0b0;
  border-left: 1px solid #b0b0b0;
  text-decoration: none;
  text-shadow: none;
  z-index: 9999;
}
#mega-menu  > li:hover .tab .arrow,
#mega-menu  > li:focus .tab .arrow,
#mega-menu  > li:active .tab .arrow,
#mega-menu  > li.active .tab .arrow {
  border-top-color: #DC291E;
  border-right-color: #f1f1f1;
  border-bottom-color: #f1f1f1;
  border-left-color: #f1f1f1;
}
#mega-menu  > li.a .content,
#mega-menu  > li.b .content {
  left: 9px;
}
#mega-menu  > li.c .content {
   left: 100px;	
}
#mega-menu  > li.d .content {
	right: 160px;
}
#mega-menu  > li.e .content,
#mega-menu  > li.f .content {
  right: 10px;
  zoom: 1;
}
html.lessthan-ie9 #mega-menu   > li .tab {
  padding-right: 6px;
}
html.lessthan-ie9 #mega-menu   > li .tab .arrow {
  left: -3px;
}
html.lessthan-ie9 #mega-menu   > li .content {
  border: 1px solid #ddd;
  border-top: none;
}
html.lessthan-ie8 #mega-menu {
  padding-right: 4px;
  padding-left: 8px;
  zoom: 1;
}
html.lessthan-ie8 #mega-menu   > li {
  *display: inline;
  zoom: 1;
}
html.lessthan-ie8 #mega-menu   > li .tab {
  padding-right: 3px;
}
html.lessthan-ie8 #mega-menu   > li .tab .label {
  padding-right: 5px;
}
html.lessthan-ie8 #mega-menu   > li .tab .arrow {
  *display: inline;
  zoom: 1;
  top: -8px;
}
html.lessthan-ie8 #mega-menu   > li.e .content,
html.lessthan-ie8 #mega-menu   > li.f .content {
  right: 13px;
}

/* FOOTER */
.site-footer {
  display: block;
  position: relative;
  background-color: white;
  border: 1px solid white;
  margin: 15px 0 0;
  /* IE STYLES */

}
.site-footer .footer-wrap-top {
  background: #ffffff url(/slf/common/icons/red-grey-blue-ribbon.gif) left bottom repeat-x;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  text-align: right;
  overflow: hidden;
}
.cc-footer {
      background: #ffffff url(/slf/common/icons/red-grey-blue-ribbon.gif) left bottom repeat-x!important;
}
.cc-footer h2 {
      padding-bottom: 15px!important;
}
/*SOCIAL*/
#footer .socialMedia {
	float: right;
	clear: none;
	display: inline;
	/*margin: 0 20px 20px;*/
     width: 210px;
	position: absolute;
	top: 12px;
	right: 0px;
}
#footer .socialMedia li {
	display: inline;
	float: left;
}
#footer .socialMedia .follow {
	font-size: 1.2em;
	padding: 8px 10px 4px 0;
	font-weight: bold;
}
#footer .socialMedia img {
	vertical-align: middle;
	padding: 0px 0px;
}
#footer .socialMedia .facebook, #footer .socialMedia .twitter {
	padding-right:10px;
}
/*end--*/
.site-footer .footer-wrap-top {
  background: #ffffff url(/slf/common/icons/red-grey-blue-ribbon.gif) left top repeat-x;
  padding-top: 35px;
  padding-bottom: 15px;
}
.site-footer .footer-wrap-top h2 {
  float: left;
  font-size: 1.6em;
}
.site-footer .footer-wrap-top h2 a {
  color: #D81E05;
}
.site-footer .footer-wrap-top .link-twtr,
.site-footer .footer-wrap-top .link-fb {
  margin: -0.75em 0 -0.75em 5px;
}
.site-footer form {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.site-footer form h3 {
  color: #00274c;
  margin-bottom: 5px;
  font-size: 1.4em;
}
.site-footer form select {
  margin-right: 10px;
}
.site-footer form input[type=submit] {
  height: 2em;
  padding: 0 20px;
  text-align: center;
}
.site-footer .side {
  position: absolute;
  right: 20px;
  top: 75px;
}
.cc-side {
  top: 105px!important;
}
.site-footer .side {
  top: 25px;
}
.site-footer .link-mobile-app {
  display: inline-block;
  position: relative;
  background: #E5E5E5;
  padding: 10px 0;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
}
.site-footer .link-mobile-app strong {
  display: block;
  color: #00274c;
  margin-rightt: 30px;
  margin-left: 70px;
  font-size: 1.4em;
}
.site-footer .link-mobile-app span {
  display: block;
  color: #5E5D5D;
  margin-right: 30px;
  margin-left: 70px;
  font-size: 1.2em;
}
.site-footer .link-mobile-app .sprite {
  background-position: 0 0;
  left: 20px;
  top: 10px;
  width: 32px;
  height: 32px;
  margin: 0;
}
.site-footer .link-mobile-app:hover,
.site-footer .link-mobile-app:focus,
.site-footer .link-mobile-app:active {
  top: 2px;
  background: #CCC;
}
.site-footer .link-twtr,
.site-footer .link-fb {
  display: inline-block;
  position: relative;
  background: url(/slf/common/icons/sprites.png) no-repeat;
  width: 32px;
  height: 32px;
  margin: 0 5px 0 0;
}
.site-footer .link-twtr:hover,
.site-footer .link-fb:hover,
.site-footer .link-twtr:focus,
.site-footer .link-fb:focus,
.site-footer .link-twtr:active,
.site-footer .link-fb:active {
  top: 2px;
}
.site-footer .link-twtr {
  background-position: -32px 0;
}
.site-footer .link-fb {
  background-position: -64px 0;
}
.site-footer nav {
  clear: both;
  border-top: 1px solid #DBDBDB;
  margin-top: 25px;
  margin-left: 20px;
}
.site-footer nav ul {
  list-style: none;
  padding: 20px 0;
}
.site-footer nav ul li {
  display: inline-block;
  border-right: 1px solid #868686;
}
.site-footer nav ul li a {
  color: #666;
  padding: 0 10px;
}
.site-footer nav ul li:last-child {
  border-right: none;
}
html.lessthan-ie8 .site-footer  h2 .link-twtr,
html.lessthan-ie8 .site-footer  h2 .link-fb {
  position: absolute;
  float: none;
  top: 15px;
}
html.lessthan-ie8 .site-footer  h2 .link-twtr {
  right: 20px;
}
html.lessthan-ie8 .site-footer  h2 .link-fb {
  right: 55px;
}
html.lessthan-ie8 .site-footer  nav ul li {
  *display: inline;
  zoom: 1;
}
/* =================================== *
 *    PAGE WIDGETS                     *
 * =================================== */
/* ROTATOR WIDGET */
.widget-rotator {
  position: relative;
  /* IE STYLES */

}
.widget-rotator .rotator-mask {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.widget-rotator .rotator-mask .rotator-slide {
  display: none;
  right: -1000px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.widget-rotator .rotator-mask .rotator-slide.current {
  right: 0;
  display: block;
}
.widget-rotator .rotator-mask .rotator-slide .rotator-slide-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
}
.widget-rotator .rotator-mask .rotator-slide .rotator-slide-background img {
  width: 100%;
  height: 100%;
}
.widget-rotator .rotator-mask .rotator-slide .rotator-slide-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
}
.widget-rotator .rotator-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 10px;
  z-index: 9;
  zoom: 1;
}
.widget-rotator .rotator-pagination a {
  display: inline-block;
  background-color: #757575;
  width: 10px;
  height: 10px;
  margin: 0 0 0 5px;
  text-indent: -999em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.widget-rotator .rotator-pagination a.current {
  background-color: #D81E05;
}
html.lessthan-ie8 .widget-rotator {
  overflow: hidden;
}
html.lessthan-ie8 .widget-rotator  .rotator-pagination a {
  display: block;
  float: left;
  zoom: 1;
}
/* ROTATOR WIDGET */
.widget-get-quote {
  background-color: #F9F9F9;
  float: left;
  width: 245px;
  /* IE STYLES */

}
.main-content .widget-get-quote {
  border-right: 1px solid white;
  border-left: 1px solid white;
}
.quote-lifeinsurance {
	right: 10px;
}
.widget-get-quote .widget-header {
  background-color: #E4E4E4;
  padding: 15px 0;
  overflow: hidden;
}
.widget-get-quote .widget-header strong {
  display: block;
  color: #333;
  margin: 0 20px;
  font-size: 1.6em;
}
.widget-get-quote .widget-header span {
  display: block;
  margin: 0 20px;
  font-size: 1.2em;
  font-weight: normal;
}
.widget-get-quote ul {
  list-style: none;
  background: #F9F9F9;
  border-left: 1px solid #D0D0D0;
  margin-left: 0 !important;
}
.widget-get-quote ul .product {
  display: block;
  border-left: 1px solid #F9F9F9;
}
.widget-get-quote ul .product a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #D0D0D0;
  margin-left: 1px;
  text-decoration: none;
  overflow: hidden;
}
.widget-get-quote ul .product a strong {
  display: block;
  color: #D81E05;
  margin-left: 10px;
  font-size: 1.4em;
}
.widget-get-quote ul .product a strong img {
  margin-left: 10px;
}
.widget-get-quote ul .product a span {
  display: block;
  color: #6D6D6D;
  margin-left: 10px;
  font-size: 1.3em;
}
.widget-get-quote ul .product a:hover,
.widget-get-quote ul .product a:focus,
.widget-get-quote ul .product a:active {
  background-color: #EEEEEE;
}
.widget-get-quote ul .product a:hover strong,
.widget-get-quote ul .product a:focus strong,
.widget-get-quote ul .product a:active strong {
  color: #ed1c2e;
}
.widget-get-quote ul .product:last-child a {
  border-bottom: none;
}
.widget-get-quote .main-list {
  border-bottom: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
}
.widget-get-quote .sub-list {
  display: none;
  border-bottom: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
}
.widget-get-quote .sub-list .sub-list-heading {
  padding-right: 20px;
  padding-left: 21px;
  border-bottom: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
}
.widget-get-quote .sub-list .sub-list-heading  > a {
  display: block;
  line-height: 1.4em;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 1.3em;
}
.widget-get-quote .sub-list .sub-list-heading  > p {
  line-height: 1.4em;
  padding-bottom: 10px;
  font-size: 1.2em;
}
.widget-get-quote.sub-list .main-list {
  display: none !important;
}
html.lessthan-ie8 .widget-get-quote  ul .product a {
  padding-top: 8px;
  padding-bottom: 8px;
}
/* HOME PAGE */
.faq .main-content-body h2 {
  font-size: 1.6em;
  margin-top: 35px;
  margin-bottom: 15px;
  margin-left: 22px;
}
.faq .main-content-body h2:first-child {
  margin-top: 0;
}
.faq .main-content-body .collapsible:last-child {
  margin-bottom: 35px;
}
/* CONTENT DIVIDER */
.wrap-divider {
  clear: both;
  background: #e8e8e8;
  height: 10px;
}
/* LEGAL */
.site-legal {
  position: relative;
  background: #E8E8E8;
  width: 980px;
  padding: 30px 20px;
  margin: 0 auto;
  font-size: 1em;
}
.site-legal p {
  width: 680px;
  margin-bottom: 15px;
}
.site-legal .copyrights {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 250px;
  text-align: right;
}
/* OVERLAY */
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.85);
}
html.lessthan-ie9s .ui-widget-overlay {
  background: url(/slf/common/icons/bg-black-opacity-85.png);
}
.ui-dialog {
  overflow: visible;
}
.ui-dialog .ui-dialog-titlebar {
  color: #00274c;
  background: none;
  font-size: 1.6em;
  font-wieght: bold;
}
.ui-dialog .ui-dialog-titlebar-close {
  display: block;
  position: absolute;
  background-image: url('/slf/common/icons/sprites.png');
  background-repeat: no-repeat;
  background-position: -53px -182px;
  right: 0;
  top: -30px;
  width: 18px;
  height: 18px;
  text-indent: -999em;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus,
.ui-dialog .ui-dialog-titlebar-close:active {
  background-position: -71px -182px;
}
.ui-dialog .ui-dialog-content {
  overflow: visible;
  padding: 0 35px 35px 35px;
}
.ui-dialog object {
  display: block;
  margin: 0 auto;
}
.overlay-content {
  display: none;
}
/* side bar*/

/*---- SIDEBAR SECTIONS ----*/
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
#side-nav {
	float: left;
	color: #666;
	width: 160px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-top: 7.75em;
	left: 0;
    	top: 0;
}
#side-nav ul {
	list-style: none;
	padding-left: 10px;
}
#side-nav ul ul {
	float: left;
	display: none;
}
#side-nav li a {
	color: #767676;
	font-size: 1.2em;
}
#side-nav li a:hover {
	color: #D81E05;
	text-decoration: none;
}
#side-nav li {
	line-height: 1.2em;
	padding: 8px 0;
	margin-right: 15px;
}
#side-nav li.active a {
	padding:  5px 5px 5px 20px;
	margin-left: -20px;
}
#side-nav h3 {
	min-height: 30px;
	margin: 15px 0 4px 0;
	padding: 55px 0 0;
	font-size: 1.2em;
	line-height: 1.7em;
}
#side-nav h3 strong {
	padding-top:40px;
	display: block;
	line-height: 1em;
}
#side-nav h3 a {
	font-weight: bold;
}
#side-nav h4 {
	color: #666;
	margin-right: 20px;
	border-top: 4px double #ddd;
	font-size: 1.2em;
	line-height:1.2em;
	padding:10px 0;
}
#side-nav h4.top {
	border-top: 2px solid #ddd;
}
#side-nav ul li {
	line-height: 1.2em;
	padding: 5px 0;
}
#side-nav li.active {
	position: relative;
	background-color: #f1f1f1;
	padding-left: 30px;
	margin-left: -30px;
}
#side-nav li.active:before {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 5px;
	border: 1px solid #fff;
	border-left: none;
	-webkit-box-shadow: inset -2px 2px 1px #e3e3e3,  inset -1px -2px 1px #e3e3e3;
	-moz-box-shadow: inset -2px 2px 1px #e3e3e3,  inset -1px -2px 1px #e3e3e3;
	box-shadow: inset -2px 2px 1px #e3e3e3,  inset -2px 2px 1px #e3e3e3;
	z-index: 1;
}
#side-nav li.active li.active:before {
	display: none;
}
#side-nav ul.level-1 li.active a, #side-nav ul.level-2 li.active a {
	float: left;
	position: relative;
	color: #515151;
	width: 90%;
	font-weight: bold;
	background: transparent;
	z-index: 9;
}
#ie6 #side-nav ul.level-1 li.active a {
	position:static !important;
}
#side-nav ul.level-1 li.active li a:hover, #side-nav ul.level-2 li.active li a:hover {
	color: #D81E05;
}
#side-nav ul.level-1 li.active li a {
	float: none;
	font-weight: normal;
}
#ie6 #side-nav ul.level-1 li.active a.active {
	position: static !important;
}
#side-nav ul.level-1, #side-nav li.active ul.level-2, #side-nav li.active ul.level-3 {/* level-1 , level-2 , level-3 */
	display: block;
}
#side-nav li.active ul.level-2 li.active, #side-nav li.active ul.level-3 li.active {
	background-color: #d8d8d8;
	padding-bottom: 8px;
	margin-left: -30px;
}
#side-nav ul.level-1 {
	padding-bottom: 10px;
}
/*modified*/
#side-nav ul.level-1 li.active a.active {
	font-weight: bold;
}
#side-nav ul.level-1 li.active ul.level-2 li, #side-nav ul.level-2 li.active ul.level-3 li {
	width: 95%;
	background: transparent;
}
#side-nav ul.level-2 ul, #side-nav ul.level-3 ul {
	margin-top: 5px;
}
#side-nav ul.level-1 li.active ul.level-2 li.active a.active {
	position: relative;
	width: 95%;
}
#side-nav ul.level-1 li.active ul.level-2 li.active a.active:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0px;
	bottom: 3px;
	right: 0px;
	background: #d8d8d8;
	width: 140px;
	z-index: -1;
}
@-moz-document url-prefix() {
  #side-nav ul.level-1 li.active ul.level-2 li.active a.active:before {
    height: 140%;
    top: 0px;
  }
}
#side-nav ul.level-2 li.active ul.level-3 li.active a.active:before {
	width: 138px;
}
ul.details li {
    background: url("/ca/common/tools/borrowing-selector/img/bg-feature.png") no-repeat scroll left top transparent;
    font-size: 1.2em;
    line-height: 1.1em;
    margin: 0 0 0 -10px;
    padding: 0 5px 5px 15px;
    position: relative;
}
.fullpage #side-nav, .clearfixfullpage #side-nav {
	display: none;	
}
/*
 * jQuery UI CSS Framework 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (//jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * //jquery.org/license
 *
 * //docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/


.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 * jQuery UI Accordion 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (//jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * //jquery.org/license
 *
 * //docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
}
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
/*
 * jQuery UI Autocomplete 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (//jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * //jquery.org/license
 *
 * //docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.18
 *
 * Copyright 2010, AUTHORS.txt (//jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * //jquery.org/license
 *
 * //docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
/*
 * jQuery UI Button 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (//jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * //jquery.org/license
 *
 * //docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: hidden;
  *overflow: visible;
}
/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
  display: block;
  font-size: 16px !important;
  font-weight: bold;
}
.ui-button-text-only .ui-button-text {
  /*padding: .4em 1em;*/
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* reset extra padding in Firefox */
/*
 * jQuery UI Datepicker 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (//jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * //jquery.org/license
 *
 * //docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/

  position: absolute;
  /*must have*/

  z-index: -1;
  /*must have*/

  filter: mask();
  /*must have*/

  top: -4px;
  /*must have*/

  left: -4px;
  /*must have*/

  width: 200px;
  /*must have*/

  height: 200px;
  /*must have*/

}
/*
 * jQuery UI Dialog 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (//jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * //jquery.org/license
 *
 * //docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  width: 960px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #fff;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0 20px;
  background: #f2f2f2;
  position: relative;
  height: 56px;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 18px 16px .1em 0;
  font-weight: bold;
  color: #333333;
}
.lt480 .ui-dialog .ui-dialog-title,
.is480 .ui-dialog .ui-dialog-title {
  font-size: 14px;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 19px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0 20px;
  background: #fff;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-top: 1px solid #dedede;
  background-image: none;
  margin: .5em 20px 0 20px;
  padding: .3em 0 .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-dialog-buttonpane button:last-child {
  margin-right: 0;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
/*
 * jQuery UI Progressbar 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (//jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * //jquery.org/license
 *
 * //docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
/*
 * jQuery UI Resizable 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (//jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * //jquery.org/license
 *
 * //docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
/*
 * jQuery UI Selectable 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (//jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * //jquery.org/license
 *
 * //docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
/*
 * jQuery UI Slider 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (//jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * //jquery.org/license
 *
 * //docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/*
 * jQuery UI Tabs 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (//jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * //jquery.org/license
 *
 * //docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
/*
 * jQuery UI CSS Framework 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (//jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * //jquery.org/license
 *
 * //docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit //jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, sans-serif /*{ffDefault}*/;
  font-size: 1.1em /*{fsDefault}*/;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, sans-serif /*{ffDefault}*/;
  font-size: 1em;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-weight: normal /*{fwDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555 /*{fcDefault}*/;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  font-weight: normal /*{fwDefault}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #212121 /*{fcHover}*/;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa /*{borderColorActive}*/;
  background: #ffffff /*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png) /*{bgImgUrlActive}*/ 50% /*{bgActiveXPos}*/ 50% /*{bgActiveYPos}*/ repeat-x /*{bgActiveRepeat}*/;
  font-weight: normal /*{fwDefault}*/;
  color: #212121 /*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121 /*{fcActive}*/;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1 /*{borderColorHighlight}*/;
  background: #fbf9ee /*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png) /*{bgImgUrlHighlight}*/ 50% /*{bgHighlightXPos}*/ 50% /*{bgHighlightYPos}*/ repeat-x /*{bgHighlightRepeat}*/;
  color: #363636 /*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636 /*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a /*{borderColorError}*/;
  background: #fef1ec /*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png) /*{bgImgUrlError}*/ 50% /*{bgErrorXPos}*/ 50% /*{bgErrorYPos}*/ repeat-x /*{bgErrorRepeat}*/;
  color: #cd0a0a /*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a /*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a /*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
/* Icons
----------------------------------*/
/* states and images */
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
/* Overlays */
.ui-widget-overlay {
  background: transparent;
}
.lt480 .ui-widget-overlay,
.is480 .ui-widget-overlay {
  background: #000;
  opacity: 0.6;
}
.ui-widget-shadow {
  margin: -8px /*{offsetTopShadow}*/ 0 0 -8px /*{offsetLeftShadow}*/;
  padding: 8px /*{thicknessShadow}*/;
  background: #aaaaaa /*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png) /*{bgImgUrlShadow}*/ 50% /*{bgShadowXPos}*/ 50% /*{bgShadowYPos}*/ repeat-x /*{bgShadowRepeat}*/;
  opacity: .3;
  filter: alpha(opacity=30) /*{opacityShadow}*/;
  -moz-border-radius: 8px /*{cornerRadiusShadow}*/;
  -khtml-border-radius: 8px /*{cornerRadiusShadow}*/;
  -webkit-border-radius: 8px /*{cornerRadiusShadow}*/;
  border-radius: 8px /*{cornerRadiusShadow}*/;
}