:root {
	--ncmec-gray-5:  #F1F2F2;
	--ncmec-gray-25: #C7C8CA;
	--ncmec-gray-50: #939598;
	--ncmec-gray-80: #58595B;
	--ncmec-gray-90: #404041;
	--ncmec-red:     #AD1A1F;
	--ncmec-yellow:  #FDB813;
	--ncmec-blue-10: #92D6E3;
	--ncmec-blue-25: #39C2D7;
	--ncmec-blue-50: #008DB6;
	--ncmec-blue-80: #3B637E;
}

.donate-classy-error {
	display:none;
}
.donate-classy-amount-error {
    color: #b30303;
    font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 0 0;
}

.footer-container {
  background: #404041;
  text-align: center;
  padding: 15px 0;
}
.footer-container .legal-container p {
  color: #f1f1f2;
  font-size: 11px;
}
.footer-container .legal-container p:nth-child(n+1) {
  margin-bottom: 0;
}
.footer-container .subscribe-form {
  padding: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 3px;
}
.footer-container .subscribe-form form {
  text-align: center;
}
@media (max-width: 768px) {
  .footer-container .subscribe-form form {
    display: inline-block;
  }
}
.footer-container .subscribe-form form .form-group {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .footer-container .subscribe-form form .form-group {
    margin-bottom: 0;
  }
}
.footer-container .subscribe-form form .form-group .input-subscribe {
  border: 1px solid #fdb814;
  border-right: none;
  border-radius: 5px 0 0 5px;
  background: transparent;
  color: #f1f1f2;
  padding: 5px 10px;
  float: left !important;
  width: 200px;
  height: 28px;
  outline: none;
}
.footer-container .subscribe-form form .form-group .btn-subscribe {
  background: #fdb814;
  border: 1px solid #fdb814;
  border-radius: 0 5px 5px 0;
  color: #404041;
  padding: 5px 10px;
  height: 28px;
  float: left !important;
}
.footer-container .subscribe-form form .form-group .btn-subscribe:hover {
  background-color: #FFC107;
}
.footer-container .subscribe-form .footer-highlight {
  color: #f1f1f2;
  font-size: 16px;
  font-weight: bold;
}
.footer-container .subscribe-form .footer-highlight a {
  color: inherit;
}
@media (max-width: 767px) {
  .footer-container .subscribe-form {
    justify-content: center;
  }
  .footer-container.inner-page .subscribe-form .form-group {
    margin-bottom: 16px;
  }
}
.footer-container .footer-nav-wrapper > .row:first-child {
  border-bottom: 1px solid #F1F1F2;
  display: flex;
  flex-flow: wrap;
}
@media (min-width: 767px) {
  .footer-container .footer-nav-wrapper > .row:first-child {
    padding-bottom: 8px;
  }
}
.footer-container .footer-nav-wrapper .footer-nav {
  padding-bottom: 16px;
  text-align: center;
  font-family: 'Futura', 'Arial', sans-serif;
}
.footer-container .footer-nav-wrapper .footer-nav ul {
  list-style: none;
  padding: 16px 0 0;
  margin: 0;
}
@media (min-width: 767px) {
  .footer-container .footer-nav-wrapper .footer-nav ul {
    display: inline-block;
  }
  .footer-container .footer-nav-wrapper .footer-nav ul + ul {
    padding-top: 0;
  }
}
.footer-container .footer-nav-wrapper .footer-nav ul li {
  float: left;
  width: 119px;
  word-break: break-all;
  padding-bottom: 0;
}
@media (min-width: 767px) {
  .footer-container .footer-nav-wrapper .footer-nav ul li {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .footer-container .footer-nav-wrapper .footer-nav ul li {
    margin: 10px 0;
    width: 33.3%;
  }
}
.footer-container .footer-nav-wrapper .footer-nav ul li a {
  color: #f1f1f2;
  font-size: 13px;
}
.footer-container .footer-nav-wrapper .footer-nav ul li:first-child {
  margin-left: 0;
}
@media (min-width: 767px) {
  .footer-container .footer-nav-wrapper .footer-nav ul li:first-child {
    text-align: left;
    width: 75px;
  }
}
.footer-container .footer-nav-wrapper .footer-nav ul li:last-child {
  margin-right: 0;
}
@media (min-width: 767px) {
  .footer-container .footer-nav-wrapper .footer-nav ul li:last-child {
    text-align: right;
    width: 75px;
  }
}
.footer-container .footer-links-wrapper {
  flex-grow: 1;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  margin: 0 0 5px;
  position: relative;
  right: -5px;
  text-align: left;
}
@media (min-width: 767px) {
  .footer-container .footer-links-wrapper {
    flex-grow: 0;
    padding: 0;
    margin: -5px 0 0;
    right: -3px;
    line-height: 20px;
  }
}
.footer-container .footer-links-wrapper .social-icons,
.footer-container .footer-links-wrapper .social-icons-netsmartz {
  margin: 0;
  padding-left: 0;
  float: left;
  transition: all 0.1s ease-in;
  position: relative;
  left: 0 !important;
}
@media (min-width: 767px) {
  .footer-container .footer-links-wrapper .social-icons,
  .footer-container .footer-links-wrapper .social-icons-netsmartz {
    position: static;
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-container .footer-links-wrapper .social-icons,
  .footer-container .footer-links-wrapper .social-icons-netsmartz {
    text-align: center;
  }
}
.footer-container .footer-links-wrapper .social-icons li,
.footer-container .footer-links-wrapper .social-icons-netsmartz li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 3px 3px 8px;
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 768px) {
  .footer-container .footer-links-wrapper .social-icons li,
  .footer-container .footer-links-wrapper .social-icons-netsmartz li {
    margin: 0 5px;
  }
}
.footer-container .footer-links-wrapper .social-icons li::last-child,
.footer-container .footer-links-wrapper .social-icons-netsmartz li::last-child {
  margin-right: 0;
}
.footer-container .footer-links-wrapper .social-icons li span,
.footer-container .footer-links-wrapper .social-icons-netsmartz li span {
  width: 25px;
  height: 45px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 23px;
}
.footer-container .footer-links-wrapper .social-icons li a,
.footer-container .footer-links-wrapper .social-icons-netsmartz li a {
  display: inline-block;
}
.footer-container .footer-links-wrapper .social-icons li img,
.footer-container .footer-links-wrapper .social-icons-netsmartz li img {
  margin-bottom: 0;
  height: 20px !important;
}
.footer-container .footer-links-wrapper .search-wrapper {
  padding: 0;
  float: right;
  text-align: right;
  height: 38px;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .footer-container .footer-links-wrapper .search-wrapper {
    text-align: center;
    display: none;
  }
}
.footer-container .footer-links-wrapper .search-wrapper:not( :has(.search-container.opened)) {
  padding-left: 13px;
}
.footer-container .footer-links-wrapper .search-wrapper li {
  display: inline-block;
  padding: 5px;
}
.footer-container .footer-links-wrapper .search-wrapper .search-container.opened .search-icon .icon-search {
  display: none;
}
.footer-container .footer-links-wrapper .search-wrapper .search-container.opened .search-icon .icon-close {
  display: inline-block;
  opacity: 1;
}
.footer-container .footer-links-wrapper .search-wrapper .search-container.opened .search-form {
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .footer-container .footer-links-wrapper .search-wrapper .search-container.opened .search-form {
    display: none;
  }
}
.footer-container .footer-links-wrapper .search-wrapper .search-container.opened .search-form input[type='text'] {
  min-width: 224px;
  outline: none;
  height: 24px;
  border-radius: 5px;
  border-color: #fff;
  border-style: solid;
  padding-left: 3px;
  -webkit-appearance: none;
}
.footer-container .footer-links-wrapper .search-wrapper .search-container.opened .search-form .search-submit {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 18px;
  background: #fff;
  border: none;
  font-size: 16px;
}
.footer-container .footer-links-wrapper .search-wrapper .search-container.opened .search-form .search-submit .icon-search:before {
  color: #95989A;
}
.footer-container .footer-links-wrapper .search-wrapper .search-container .search-form {
  display: none;
}
.footer-container .footer-links-wrapper .search-wrapper .search-container .search-icon {
  display: inline-block;
  position: relative;
  top: 5px;
  left: 5px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .footer-container .footer-links-wrapper .search-wrapper .search-container .search-icon {
    display: none;
  }
}
.footer-container .footer-links-wrapper .search-wrapper .search-container .search-icon .icon-search {
  display: inline-block;
}
.footer-container .footer-links-wrapper .search-wrapper .search-container .search-icon .icon-close {
  display: none;
}
.footer-container .footer-links-wrapper .search-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  color: #fff;
  border: 1px solid #fff;
  margin: 0;
}
@media (min-width: 960px) {
  .footer-container .footer-links-wrapper .search-wrapper .switch {
    display: none;
  }
}
.footer-container .footer-links-wrapper .search-wrapper .switch .lang {
  position: relative;
  display: flex;
  height: 100%;
}
.footer-container .footer-links-wrapper .search-wrapper .switch .lang .en,
.footer-container .footer-links-wrapper .search-wrapper .switch .lang .sp {
  height: 100%;
  display: inline-block;
  flex: 1;
  font-size: 12px;
  text-align: center;
  padding-top: 2px;
  font-family: 'Futura', 'Arial', sans-serif;
  font-weight: normal;
}
.footer-container .footer-links-wrapper .search-wrapper .switch .lang .en a,
.footer-container .footer-links-wrapper .search-wrapper .switch .lang .sp a {
  color: inherit;
  text-decoration: none;
}
.footer-container .footer-links-wrapper .search-wrapper .switch .lang .en {
  background: #fff;
  color: #404041;
}
.footer-container .footer-links-wrapper .search-wrapper .switch .lang.sp .en {
  background: transparent;
  color: #fff;
}
.footer-container .footer-links-wrapper .search-wrapper .switch .lang.sp .sp {
  background: #fff;
  color: #404041;
}


.hotlinetext{
    text-align: center;
    flex-grow: 2;
    margin-right: 8px;
}
.hotlinetext img {
    height: 35px;
    margin: 0 14px;
}

.ncmec2-hotbar {
    background-color: #FDB913;
    padding: 14px 0 14px 0;
    margin: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.hotbartext1 > a, .hotbartext2 > a, .hotbartext3 > a {
    display: block;
    padding: 8px 0;
    border: solid 2px #404041;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
    overflow-x: hidden;
    background-color: #FDB913;
    color: #404041;
    text-decoration: none;
    font-weight: bold;
}
.hotbartext1 > a:focus, .hotbartext2 > a:focus, .hotbartext3 > a:focus,
.hotbartext1 > a:hover, .hotbartext2 > a:hover, .hotbartext3 > a:hover {
    background-color: #FFF;
    color: #404041;
    text-decoration: none;
}
.hotlinetext > a {
    color: #404041;
    display: inherit;
    justify-content: center;
    align-items: center;
}

.vcenter {
   display: inline-block;
   vertical-align: middle;
   float: none;
}

.quickbtnbar-icons, .quickbtnbar-icons1{
	text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
.flex-child{
    flex-grow: 1;
    margin: 0 8px;
}
.flex-parent{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 50px;
}
@media (min-width:1200px) {
    .outside-container{
        display: flex;
        width: 1366px;
        max-width: 1366px;
    }
}
.flex-parent.quickbutton-tablet-container{
    justify-content: space-around;
    margin: 0;
}
.outside-container{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;

}
.flex-hotline-parent{
    display: flex;
}
.hotlinetext .img-responsive{
    float: left;
}
@media (max-width: 800px) {
  /* Pull out the header and footer */
  .fixedhotbarbottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
    .ncmec2-hotbar{
        background-color: #FDB913;
        padding: 8px 0;
        margin: 0;
    }
}
@media (max-width: 800px) {
    .ncmec2-hotbar{
        background-color: #FDB913;
        padding: 8px 0;
        margin: 0;
    }
}

.nmec2-text2 {
	position: relative;
	z-index: 1;
    word-break: break-word;
}
.nmec2-text2 ul, .nmec2-text2 ol {
    list-style-position: outside !important;
    margin-left: 16px;
}

#Stat1{
font-family: 'AvenirLTStd-Black','Arial',sans-serif;
font-size: 70px;
line-height: 85px;
color: #AD1A1F;
}

#Stat2{
font-family: 'AvenirLTStd-Black','Arial',sans-serif;
font-size: 36px;
line-height: 40px;
color: #AD1A1F;
}

.ncmec2-h1{
font-family: 'futura','Arial',sans-serif;
font-size: 45px;
color: #404041;
line-height: 47px;
}


.ncmec2-h2{
font-family: 'futura','Arial',sans-serif;
font-size: 36px;
color: #404041;
line-height: 47px;
}

.ncmec2-h2-white{
font-family: 'futura','Arial',sans-serif;
font-size: 36px;
color: #404041;
line-height: 47px;	
color: #FFFFFF;
}

.ncmec2-h3{
font-family: 'futura','Arial',sans-serif;
font-size: 26px;
color: #262626;
line-height: 34px;
}

.ncmec2-h3-white{
font-family: 'futura','Arial',sans-serif;
font-size: 26px;
color: #262626;
line-height: 34px;
color: #FFFFFF;
}


.ncmec2-Stat1{
font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
font-size: 70px;
line-height: 85px;
color: #AD1A1F;
}

.ncmec2-Stat2{
font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
font-size: 36px;
line-height: 40px;
color: #AD1A1F;
}


.ncmec2-p1{
font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
font-size: 24px;
line-height: 30px;
color: #404041;
}

.ncmec2-p1-white{
font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
font-size: 24px;
line-height: 30px;
color: #ffffff;
}

.ncmec2-p2{
font-family: 'AvenirLTStd-Black','Arial',sans-serif;
font-size: 20px;
line-height: 34px;
color: #404041;
}

.ncmec2-p2-brown{
font-family: 'AvenirLTStd-Black','Arial',sans-serif;
font-size: 20px;
line-height: 34px;
color: #AD1A1F;
}



.ncmec2-p2-book-white{
font-family: 'AvenirLTStd-Black','Arial',sans-serif;
font-size: 20px;
line-height: 34px;
color: #FFFFFF;
}


.ncmec2-p3{
font-family: 'AvenirLTStd-Black','Arial',sans-serif;
font-size: 18px;
line-height: 24px;
color: #404041;
}

.ncmec2-p3-book{
font-family: 'AvenirLTStd-Black','Arial',sans-serif;
font-size: 18px;
line-height: 24px;
color: #404041;
}

.ncmec2-p3-book-white{
font-family: 'AvenirLTStd-Black','Arial',sans-serif;
font-size: 18px;
line-height: 24px;
color: #FFFFFF;
}

.anchortag{
    position: relative !important;

}
a.anchortag{
    position: absolute;
    left: 0;
    top: -160px;
}
@media (max-width: 992px) {
    a.anchortag {
        top: -100px;
    }
}
#stickytopbar a {
  font-family: 'futura','Arial',sans-serif;
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 5px 30px;    
  font-size: 19px;
  color: #FFFFFF;
}

#stickytopbar a:hover {
  background-color: #404041;
  color: #FDB813;
}

#stickytopbar a:active {
  background-color: #404041 !important;
  color: #FDB813 !important;
}


@media (max-width: 480px){
	#stickytopbar {
		overflow-x: auto;
		background-color: #58595B;
		height: 35px;
		white-space: nowrap;
		flex-wrap: nowrap;
		display: flex;
	}
}

@media (min-width: 481px) and (max-width: 768px){
#stickytopbar {
    overflow-x: auto;
    background-color: #58595B;
    height: 35px;
    white-space: nowrap;
    flex-wrap: nowrap;
    display: flex;
	}
}

@media (min-width: 769px) and (max-width: 1024px){
#stickytopbar {
    overflow-x: hidden;
    background-color: #58595B;
    height: 35px;
    white-space: nowrap;
    flex-wrap: nowrap;
    display: flex;
	}
}


@media (min-width: 1025px){
	#stickytopbar {
		overflow-x: hidden;
		background-color: #58595B;
		height: 35px;
		justify-content: center;
		white-space: nowrap;
		flex-wrap: nowrap;
		display: flex;
	}
}

.sticky{
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;

}
#stickytopbar.sticky{
   display: inline-block;
}
@media (max-width: 480px){
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        margin-top: 50px;
        z-index: 2;
        padding-left: 0;
        margin-left: 0;
    }
}
@media (max-width: 992px) {
    #stickytopbar.sticky-dropdown {
        margin-top: 76px;
    }
}

@media (min-width: 481px) and (max-width: 768px){
.sticky {
    position: fixed;
    top: 0;
    margin-top: 50px;
    z-index: 2;
    padding-left: 0;
    margin-left: 0;
	}
}

@media (min-width: 769px) and (max-width: 1024px){
.sticky {
    position: fixed;
    top: 0;
    margin-top: 50px;
    z-index: 2;
    padding-left: 0;
    margin-left: 0;
	}
}


@media (min-width: 1025px){
.sticky {
    position: fixed;
    top: 0;
    margin-top: 110px;
    z-index: 2;
    padding-left: 0;
    margin-left: 0;
    }
}
#stickytopbar.sticky a{
    display: inline-block;
    float: none;
}
@media(min-width: 993px) and (max-width: 1024px){
    #stickytopbar.sticky {
        margin-top: 110px;
    }
}


.yellowbar {
    background-color: #FCBE29;
    padding: 1px;
    z-index: 1;
    position: relative;
 }
 .yellowbar:focus{
     outline: none;
 }
 .yellowbar-center {
    text-align: center;
 }
 
 @media (max-width: 420px) {
  	.yellowbar {
    	padding-left: 11px;
  	}
}

@media (max-width: 380px) {
	.yellowbar-center {
    	margin-left: -11px !important;
	}
}
 
.ncmec2-colctrlcomp {
	margin-left: 0;
    margin-right: 0;
    z-index: 1;
}

.colctrcol {
	  padding-top: 20px;
}
.five-columns {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
}
.column-item {
    flex-basis: 19%;
    flex-grow: 1;
    padding: 20px 12px 0 12px;
}
@media (max-width: 991px) {
    .column-item {
        flex-basis: 100%;

    }
}
@media (min-width: 767px) {
    .column-item {
        padding: 20px 6.5px 0 6.5px;
    }
}
@media (min-width: 992px) and (orientation: landscape) {
    .column-item {
        padding: 20px 12px 0 12px;
    }
}
.ncmec2-colctrlcomp [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}
@media (min-width: 767px) {
    .ncmec2-colctrlcomp [class*="col-"] {
        padding-left: 6.5px;
        padding-right: 6.5px;
    }
}
@media (min-width: 992px) and (orientation: landscape) {
    .ncmec2-colctrlcomp [class*="col-"] {
        padding-left: 12px;
        padding-right: 12px;
    }
}
.ncmec2-container .max-width-container{
    margin:auto;
}


.ncmec2-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.ncmec2-image-align-center {
  margin: 0 auto;
}
.ncmec2-image-align-left {
  margin-left: 0;
}
.ncmec2-image-align-right {
  margin-right: 0;
}
.ncmec2-image-align-full {
  width: 100%;
}

.qr-cmp__wrapper {
  height: 190pt;
}
.qr-cmp__wrapper .qr-icon {
  height: 190pt;
  width: 118pt;
  position: absolute;
  -webkit-print-color-adjust: exact;
  background: url("../svg/print-cell-phone-new.svg") no-repeat !important;
}
.qr-cmp__wrapper .qr-icon__wrapper {
  position: relative;
  font: normal normal 900 12px/7px AvenirLTStd-Black;
  letter-spacing: 0px;
}
.qr-cmp__wrapper .qr-icon__wrapper .qr-text {
  color: #008EB7 !important;
  padding-top: 18.5pt;
  padding-bottom: 7pt;
  text-align: center;
  font-size: 12pt;
  line-height: 9pt;
}
.qr-cmp__wrapper .qr-icon__wrapper .qr-code {
  height: 82pt;
  width: 82pt;
  display: flex;
  margin: auto;
}
.qr-cmp__wrapper .qr-icon__wrapper .qr-info {
  position: relative;
  margin-left: 20pt;
  padding-top: 9pt;
  font-size: 8pt;
  line-height: 10pt;
  font-weight: 790;
  max-width: 86pt;
}
.qr-cmp__wrapper .qr-icon__wrapper .qr-info ul {
  margin-bottom: 0;
}
.qr-cmp__wrapper .qr-icon__wrapper .qr-info ul li {
  padding-bottom: 0;
}

.wrapper {
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
}
.wrapper .content-wrapper .container {
  max-width: 100% !important;
  width: 100%;
}
.wrapper .content-wrapper .container .cmp-poster {
  font: normal normal normal 16px/24px 'AvenirLTStd-Black', 'Arial', sans-serif;
}
.wrapper .content-wrapper .container .cmp-poster .cmp-poster-poster:nth-child(even) {
  background-color: #F1F2F2;
}
.wrapper .content-wrapper .container .cmp-poster .poster-container {
  max-width: 1366px;
  margin: auto;
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-head__title.primary {
  font: normal normal bold 42px/56px Futura;
  color: #AE1B1F;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 10px;
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-head__title.primary:before,
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-head__title.primary:after {
  content: '';
  background: #ae1b1f 0% 0% no-repeat padding-box;
  width: 100%;
  height: 10px;
  display: none;
}
@media (min-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-head__title.primary {
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 72px;
    line-height: 96px;
    margin-top: 50px;
  }
  .wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-head__title.primary:before {
    margin-right: 30px;
    display: block;
  }
  .wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-head__title.primary:after {
    margin-left: 30px;
    display: block;
  }
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-head__title.secondary {
  font: normal normal 900 20px/30px 'AvenirLTStd-Black', 'Arial', sans-serif;
  display: inline-block;
  margin: 22px 0 8px;
  color: #404041;
  border-bottom: 5px solid #FDB813;
  line-height: 30px;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-head__title.secondary {
    font-size: 24px;
    margin: 41px 0 24px;
  }
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .hide {
  display: none;
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .extra-photos-title {
  max-width: 150px;
  margin: 12px auto 41px;
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-head__name {
  font: normal normal 900 18px/24px 'AvenirLTStd-Black', 'Arial', sans-serif;
  color: #008EB7;
}
@media (min-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-head__name {
    font-size: 32px;
  }
}
.wrapper .content-wrapper .container .cmp-poster .poster-container span.cmp-poster-head__name {
  color: #404041;
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-head__number {
  font-size: 14px;
  line-height: 24px;
  color: #707070;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-head__number {
    margin-top: 7px;
  }
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body {
  font-size: 14px;
  max-width: 430px;
  margin: auto !important;
  padding-bottom: 42px;
}
@media (min-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body {
    font-size: 20px;
    max-width: 1400px;
    margin-left: 146px !important;
    margin-right: 146px !important;
  }
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body__image-caption {
  padding: 10px;
  font-size: 14px;
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-info {
  padding: 0 24px;
}
@media (min-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-info {
    padding-left: 54px;
  }
}
@media (min-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-info .cmp-poster-body-info-block {
    padding-bottom: 40px;
  }
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-info .cmp-poster-body-info-block .dynamic {
  font-weight: 900;
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-info .cmp-poster-body-info-block .icon {
  height: 17px;
  width: 17px;
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-info .cmp-poster-body-info-block .icon {
    height: 25px;
    width: 27px;
  }
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-info .cmp-poster-body-info-block .icon.icon-missing-date {
  top: 3px;
  position: relative;
  background: url("../svg/icon-missing-date.svg") no-repeat top left;
}
@media (min-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-info .cmp-poster-body-info-block .icon.icon-missing-date {
    top: 7px;
  }
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-info .cmp-poster-body-info-block .icon.icon-missing-location {
  position: relative;
  top: 3px;
  left: 4px;
  background: url("../svg/icon-missing-location.svg") no-repeat top left;
}
@media (min-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-info .cmp-poster-body-info-block .icon.icon-missing-location {
    top: 7px;
  }
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-info .cmp-poster-body-info-block .icon.icon-age {
  top: 7px;
  position: relative;
  background: url("../svg/icon-age.svg") no-repeat top left;
}
@media (min-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-info .cmp-poster-body-info-block .icon.icon-age {
    top: 12px;
  }
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-info .cmp-poster-body-info-block .icon.icon-gender {
  top: 4px;
  position: relative;
  background: url("../svg/icon-gender.svg") no-repeat top left;
}
@media (min-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-info .cmp-poster-body-info-block .icon.icon-gender {
    top: 9px;
  }
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-info.hidden-xs,
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-info .hidden-sm {
  display: block !important;
  padding-bottom: 12px;
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-info.hidden-xs .cmp-poster-body-info-block.hidden-xs.hidden-sm,
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-info .hidden-sm .cmp-poster-body-info-block.hidden-xs.hidden-sm {
  padding-bottom: 24px;
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-portrait {
  padding: 0 24px;
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-portrait .cmp-poster-body__image {
  max-width: 284px;
  object-fit: cover;
  border: 2px solid #D9D9D9;
  border-radius: 10px;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
}
@media (min-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-portrait .cmp-poster-body__image {
    max-width: 100%;
    max-height: 336px;
  }
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-portrait .cmp-poster-body__image-caption {
  text-align: left;
  position: relative;
  left: 15%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-body-portrait .cmp-poster-body__image-caption {
    left: 0;
  }
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-carousel .thumbnail {
  width: 100%;
  min-height: 133px;
  object-fit: cover;
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .cmp-poster-carousel .thumbnail.active {
  border: 2px solid #36C2D7;
  border-radius: 10px;
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body.cmp-poster-carousel-none {
  display: none;
}
.wrapper .content-wrapper .container .cmp-poster .poster-container .cmp-poster-body .description {
  font-size: 16px;
}
.wrapper .content-wrapper .container .cmp-poster .cmp-poster-contact {
  border-top: 2px solid #C7C8CA;
}
.wrapper .content-wrapper .container .cmp-poster .cmp-poster-contact .cmp-poster-contact__flexbox {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .cmp-poster-contact .cmp-poster-contact__flexbox {
    align-items: center;
    display: flex;
    width: 827px;
    margin: auto !important;
    padding-bottom: 100px;
  }
}
.wrapper .content-wrapper .container .cmp-poster .cmp-poster-contact .cmp-poster-contact__flexbox .cmp-poster-contact-image {
  max-width: 250px;
  object-fit: contain;
  margin: auto;
}
@media (min-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .cmp-poster-contact .cmp-poster-contact__flexbox .cmp-poster-contact-image {
    height: 250px;
    margin: 0;
  }
}
.wrapper .content-wrapper .container .cmp-poster .cmp-poster-contact .cmp-poster-contact__flexbox .cmp-poster-contact-info {
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .cmp-poster-contact .cmp-poster-contact__flexbox .cmp-poster-contact-info {
    width: 586px;
  }
}
.wrapper .content-wrapper .container .cmp-poster .cmp-poster-contact .cmp-poster-contact__flexbox .cmp-poster-contact-info p {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .cmp-poster-contact .cmp-poster-contact__flexbox .cmp-poster-contact-info p {
    font-size: 20px;
    line-height: 30px;
  }
}
.wrapper .content-wrapper .container .cmp-poster .cmp-poster-contact .cmp-poster-contact__flexbox .cmp-poster-contact-info .sheriff-info {
  margin-bottom: 0;
}
.wrapper .content-wrapper .container .cmp-poster .cmp-poster-contact .cmp-poster-contact__flexbox .cmp-poster-contact-info .sheriff-info a[href^="tel:"] {
  white-space: nowrap;
}
.wrapper .content-wrapper .container .cmp-poster .cmp-poster-contact .cmp-poster-contact__flexbox .cmp-poster-contact-info .case-number {
  margin-top: 40px;
}
.wrapper .content-wrapper .container .cmp-poster .cmp-poster-contact .cmp-poster-contact__flexbox .cmp-poster-contact-info .case-number .icon-file {
  position: relative;
  background: url("../svg/icon-file.svg") no-repeat top left;
  height: 15px;
  width: 20px;
  display: inline-block;
  top: 5px;
  margin-right: 8.5px;
}
@media (min-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .cmp-poster-contact .cmp-poster-contact__flexbox .cmp-poster-contact-info .case-number .icon-file {
    height: 20px;
  }
}
@media (max-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .carousel-wrap {
    margin: 0 !important;
  }
}
.wrapper .content-wrapper .container .cmp-poster .carousel-wrap .owl-carousel .nav-btn {
  display: none;
}
@media (min-width: 992px) {
  .wrapper .content-wrapper .container .cmp-poster .carousel-wrap .owl-carousel .nav-btn {
    display: flex;
  }
}
.wrapper .content-wrapper .container .cmp-poster .carousel-wrap .owl-carousel .owl-stage .owl-item {
  width: 13% !important;
}

@media screen {
  body:has(> .print-variation) {
    width: 11in;
    height: 8.5in;
    padding: 0.25in;
  }
}
@page {
  size: landscape;
  margin: 0.25in;
}
#poster-footer {
  position: fixed;
  inset: auto calc(0.25in + 118pt) 0 0;
  font-size: 13pt;
  font-weight: bold;
}
.print-variation {
  width: auto;
  height: 100%;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 118pt;
  grid-template-rows: auto 1fr;
  grid-template-areas: "header header" "poster contact";
  font: normal normal normal 16pt/24pt AvenirLTStd-Black;
}
.print-variation > div:has(.primary) {
  grid-area: header;
  padding: 0 !important;
}
.print-variation .children-block {
  display: flex;
  flex-wrap: wrap;
}
.print-variation .cmp-poster-head__title.secondary {
  margin: 0;
  margin-bottom: 5pt;
  color: #939598 !important;
  text-transform: uppercase;
  font: normal normal 900 14pt/19pt AvenirLTStd-Black;
  border-bottom: #939598 2pt solid;
  padding-left: 19pt;
}
.print-variation .cmp-poster-head__title.primary-hidden {
  display: none;
}
.print-variation .primary {
  font: normal normal bold 47pt/56pt Futura;
  color: #AE1B1F !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  white-space: nowrap;
  margin-top: -0.2em;
}
.print-variation .primary:before,
.print-variation .primary:after {
  content: '';
  width: 100%;
  display: block;
  border-top: 6pt solid #ae1b1f;
}
.print-variation .primary:before {
  margin-right: 20pt;
}
.print-variation .primary:after {
  margin-left: 20pt;
}
.print-variation .cmp-poster-head__name {
  color: #404141 !important;
  font: normal normal 900 12pt/23pt AvenirLTStd-Black;
  margin: 5pt 0 7pt;
  white-space: normal;
}
.print-variation .cmp-poster-head__number {
  font: normal normal normal 10pt/12pt AvenirLTStd-Black;
}
.print-variation .cmp-poster-wrapper {
  grid-area: poster;
  width: auto;
  padding-left: 0 !important;
}
.print-variation .cmp-poster-wrapper > div {
  padding-left: 0 !important;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster {
  padding: 0;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body {
  display: flex;
  padding: 0;
  padding-bottom: 10pt;
  /*.cmp-poster-body-info-block-under {
					.date {
						align-items: start;
					}
				}*/
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .two-photo-under__info {
  display: none;
  flex-direction: column;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-info-block-under,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-info-block-side {
  font-size: 9pt;
  display: none;
  color: #404041;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-info-block-under .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-info-block-side .cmp-poster-head__name {
  font-size: 18pt;
  line-height: 23pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-info-block-under p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-info-block-side p {
  margin-bottom: 3pt;
  font-size: 14pt;
  line-height: 17pt;
  display: flex;
  flex-direction: row;
  /*margin-top: 9pt;*/
  margin-bottom: 9pt;
  align-items: center;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-info-block-under .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-info-block-side .icon {
  height: 20pt;
  width: 20pt;
  display: inline-block;
  margin-right: 15pt;
  flex-shrink: 0;
  -webkit-print-color-adjust: exact;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-info-block-under .icon.icon-missing-date,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-info-block-side .icon.icon-missing-date {
  position: relative;
  background: url("../svg/icon-missing-date.svg") no-repeat top left !important;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-info-block-under .icon.icon-missing-location,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-info-block-side .icon.icon-missing-location {
  position: relative;
  left: 1pt;
  background: url("../svg/icon-missing-location.svg") no-repeat top left !important;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-info-block-under .icon.icon-age,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-info-block-side .icon.icon-age {
  position: relative;
  background: url("../svg/icon-age.svg") no-repeat top left !important;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-info-block-under .icon.icon-gender,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-info-block-side .icon.icon-gender {
  position: relative;
  background: url("../svg/icon-gender.svg") no-repeat top left !important;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-info-block-under .dynamic-style,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-info-block-side .dynamic-style {
  display: inline-flex;
  flex-direction: column;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-info-block-side {
  position: relative !important;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-portrait {
  padding: 0;
  display: flex;
  width: auto;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .cmp-poster-body-portrait .cmp-poster-body__image {
  height: 204pt;
  width: auto;
  object-fit: cover;
  border: 2pt solid #D9D9D9;
  border-radius: 10pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info .cmp-poster-body-info-block-side .number-column-2,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info .cmp-poster-body-info-block-side .number-column-2,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-2 .cmp-poster-body-info .cmp-poster-body-info-block-side .number-column-2 {
  display: none;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info .cmp-poster-body-info-block-side .number-column-1,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info .cmp-poster-body-info-block-side .number-column-1,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info .cmp-poster-body-info-block-side .number-column-1,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info .cmp-poster-body-info-block-side .number-column-1,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info .cmp-poster-body-info-block-side .number-column-1 {
  display: none;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 {
  display: flex;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .layout-2-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .layout-2-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .layout-2-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .layout-2-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .layout-2-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .layout-2-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .layout-2-portrait {
  height: 143pt;
  width: 114pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .layout-4-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .layout-4-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .layout-4-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .layout-4-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .layout-4-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .layout-4-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .layout-4-portrait {
  height: 116pt;
  width: 93pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .layout-6-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .layout-6-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .layout-6-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .layout-6-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .layout-6-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .layout-6-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .layout-6-portrait {
  height: 92pt;
  width: 74pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-side,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-side,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-side {
  display: block;
  margin-left: 15pt;
  margin-right: 5pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-2-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-2-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side.layout-2-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side.layout-2-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side.layout-2-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side.layout-2-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-side.layout-2-text .cmp-poster-head__name {
  font-size: 14pt;
  line-height: 13pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-2-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-2-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side.layout-2-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side.layout-2-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side.layout-2-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side.layout-2-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-side.layout-2-text p {
  font-size: 9pt;
  line-height: 9pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-2-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-2-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side.layout-2-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side.layout-2-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side.layout-2-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side.layout-2-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-side.layout-2-text .icon {
  height: 14pt;
  width: 14pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-3-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-3-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side.layout-3-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side.layout-3-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side.layout-3-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side.layout-3-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-side.layout-3-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-4-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-4-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side.layout-4-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side.layout-4-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side.layout-4-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side.layout-4-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-side.layout-4-text .cmp-poster-head__name {
  font-size: 12pt;
  line-height: 11pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-3-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-3-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side.layout-3-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side.layout-3-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side.layout-3-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side.layout-3-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-side.layout-3-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-4-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-4-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side.layout-4-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side.layout-4-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side.layout-4-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side.layout-4-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-side.layout-4-text p {
  font-size: 8pt;
  line-height: 8pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-3-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-3-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side.layout-3-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side.layout-3-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side.layout-3-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side.layout-3-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-side.layout-3-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-4-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-4-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side.layout-4-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side.layout-4-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side.layout-4-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side.layout-4-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-side.layout-4-text .icon {
  height: 11pt;
  width: 11pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-5-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-5-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side.layout-5-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side.layout-5-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side.layout-5-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side.layout-5-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-side.layout-5-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-6-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-6-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side.layout-6-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side.layout-6-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side.layout-6-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side.layout-6-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-side.layout-6-text .cmp-poster-head__name {
  font-size: 9pt;
  line-height: 8pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-5-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-5-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side.layout-5-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side.layout-5-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side.layout-5-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side.layout-5-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-side.layout-5-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-6-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-6-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side.layout-6-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side.layout-6-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side.layout-6-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side.layout-6-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-side.layout-6-text p {
  font-size: 5pt;
  line-height: 5pt;
  margin-top: 5pt;
  margin-bottom: 3pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-5-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-5-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side.layout-5-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side.layout-5-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side.layout-5-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side.layout-5-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-side.layout-5-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-6-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-6-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side.layout-6-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side.layout-6-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side.layout-6-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side.layout-6-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-side.layout-6-text .icon {
  height: 9pt;
  width: 9pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side .icon {
  margin-right: 7pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-2 .two-photo-under__info .cmp-poster-head__number {
  display: none;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-3,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-4,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-5,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-6 {
  display: block;
  max-width: 350pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-3 .two-photo-under__info,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-4 .two-photo-under__info,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-5 .two-photo-under__info,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-6 .two-photo-under__info {
  display: flex;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-3 .two-photo-under__info .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-4 .two-photo-under__info .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-5 .two-photo-under__info .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-6 .two-photo-under__info .cmp-poster-head__name {
  font-size: 11pt;
  line-height: 13pt;
  margin: 0;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-3 .two-photo-under__info .cmp-poster-head__number,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-4 .two-photo-under__info .cmp-poster-head__number,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-5 .two-photo-under__info .cmp-poster-head__number,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-6 .two-photo-under__info .cmp-poster-head__number {
  display: none;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-3 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-4 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-5 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-6 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-3 .layout-4-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-4 .layout-4-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-5 .layout-4-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-6 .layout-4-portrait {
  height: 58pt;
  width: 46pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-3 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-4 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-5 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-6 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-3 .layout-6-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-4 .layout-6-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-5 .layout-6-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-6 .layout-6-portrait {
  height: 52pt;
  width: 48pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-3 .cmp-poster-body-info-block-under,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-4 .cmp-poster-body-info-block-under,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-5 .cmp-poster-body-info-block-under,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-6 .cmp-poster-body-info-block-under {
  /*display: flex;
						flex-direction: column;
						flex-wrap: wrap;
						max-height: 70pt;*/
  display: block;
  column-count: 2;
  height: auto;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-3 .cmp-poster-body-info-block-under.layout-3-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-4 .cmp-poster-body-info-block-under.layout-3-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-5 .cmp-poster-body-info-block-under.layout-3-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-6 .cmp-poster-body-info-block-under.layout-3-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-3 .cmp-poster-body-info-block-under.layout-4-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-4 .cmp-poster-body-info-block-under.layout-4-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-5 .cmp-poster-body-info-block-under.layout-4-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-6 .cmp-poster-body-info-block-under.layout-4-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-3 .cmp-poster-body-info-block-under.layout-5-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-4 .cmp-poster-body-info-block-under.layout-5-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-5 .cmp-poster-body-info-block-under.layout-5-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-6 .cmp-poster-body-info-block-under.layout-5-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-3 .cmp-poster-body-info-block-under.layout-6-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-4 .cmp-poster-body-info-block-under.layout-6-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-5 .cmp-poster-body-info-block-under.layout-6-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-6 .cmp-poster-body-info-block-under.layout-6-text p {
  font-size: 7pt;
  line-height: 9pt;
  margin-top: 2pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-3 .cmp-poster-body-info-block-under.layout-3-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-4 .cmp-poster-body-info-block-under.layout-3-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-5 .cmp-poster-body-info-block-under.layout-3-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-6 .cmp-poster-body-info-block-under.layout-3-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-3 .cmp-poster-body-info-block-under.layout-4-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-4 .cmp-poster-body-info-block-under.layout-4-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-5 .cmp-poster-body-info-block-under.layout-4-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-6 .cmp-poster-body-info-block-under.layout-4-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-3 .cmp-poster-body-info-block-under.layout-5-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-4 .cmp-poster-body-info-block-under.layout-5-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-5 .cmp-poster-body-info-block-under.layout-5-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-6 .cmp-poster-body-info-block-under.layout-5-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-3 .cmp-poster-body-info-block-under.layout-6-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-4 .cmp-poster-body-info-block-under.layout-6-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-5 .cmp-poster-body-info-block-under.layout-6-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-6 .cmp-poster-body-info-block-under.layout-6-text .icon {
  height: 12pt;
  width: 12pt;
  margin-right: 5pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-2 {
  display: block;
  max-width: 350pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-2 .two-photo-under__info {
  display: flex;
  height: 20pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-2 .two-photo-under__info .cmp-poster-head__name {
  font-size: 14pt;
  line-height: 17pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-2 .layout-2-portrait {
  height: 79pt;
  width: 63pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-2 .cmp-poster-body-info-block-under {
  /*display: flex;
						flex-direction: column;
						flex-wrap: wrap;
						height: 80pt;*/
  display: block;
  column-count: 2;
  height: auto;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-2 .cmp-poster-body-info-block-under.layout-2-text p {
  font-size: 9pt;
  line-height: 12pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.two-photo-layout-2 .cmp-poster-body-info-block-under.layout-2-text .icon {
  height: 15pt;
  width: 15pt;
  margin-right: 5pt;
  vertical-align: middle;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.one-photo-layout-1 .cmp-poster-body-portrait .cmp-poster-body__image.layout-1-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.one-photo-layout-1 .cmp-poster-body-portrait .cmp-poster-body__image.layout-1-portrait {
  height: 116pt;
  width: auto;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.one-photo-layout-1 .cmp-poster-body-info-block-side,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.one-photo-layout-1 .cmp-poster-body-info-block-side {
  margin-left: 15pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-1-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-1-text .cmp-poster-head__name {
  font-size: 12pt;
  line-height: 11pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-1-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-1-text p {
  font-size: 8pt;
  line-height: 8pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-1-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-1-text .icon {
  height: 11pt;
  width: 11pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-1,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-1,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-2,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-2 {
  display: block;
  max-width: 350pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-1 .two-photo-under__info,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-1 .two-photo-under__info,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-2 .two-photo-under__info,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-2 .two-photo-under__info {
  display: flex;
  height: 100%;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-1 .two-photo-under__info .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-1 .two-photo-under__info .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-2 .two-photo-under__info .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-2 .two-photo-under__info .cmp-poster-head__name {
  font-size: 11pt;
  line-height: 13pt;
  margin: 0;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-1 .layout-1-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-1 .layout-1-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-2 .layout-1-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-2 .layout-1-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-1 .layout-2-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-1 .layout-2-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-2 .layout-2-portrait,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-2 .layout-2-portrait {
  height: 58pt;
  width: 46pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-1 .cmp-poster-body-info-block-under,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-1 .cmp-poster-body-info-block-under,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-2 .cmp-poster-body-info-block-under,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-2 .cmp-poster-body-info-block-under {
  /*display: flex;
							flex-direction: column;
							flex-wrap: wrap;*/
  display: block;
  column-count: 2;
  height: auto;
  max-height: 50pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-1 .cmp-poster-body-info-block-under.layout-1-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-1 .cmp-poster-body-info-block-under.layout-1-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-2 .cmp-poster-body-info-block-under.layout-1-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-2 .cmp-poster-body-info-block-under.layout-1-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-1 .cmp-poster-body-info-block-under.layout-2-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-1 .cmp-poster-body-info-block-under.layout-2-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-2 .cmp-poster-body-info-block-under.layout-2-text p,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-2 .cmp-poster-body-info-block-under.layout-2-text p {
  font-size: 7pt;
  line-height: 9pt;
  margin-top: 2pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-1 .cmp-poster-body-info-block-under.layout-1-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-1 .cmp-poster-body-info-block-under.layout-1-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-2 .cmp-poster-body-info-block-under.layout-1-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-2 .cmp-poster-body-info-block-under.layout-1-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-1 .cmp-poster-body-info-block-under.layout-2-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-1 .cmp-poster-body-info-block-under.layout-2-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-2 .cmp-poster-body-info-block-under.layout-2-text .icon,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-2 .cmp-poster-body-info-block-under.layout-2-text .icon {
  height: 12pt;
  width: 12pt;
  margin-right: 5pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-1 .cmp-poster-body-info-block-side,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-1 .cmp-poster-body-info-block-side,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style.two-photo-layout-2 .cmp-poster-body-info-block-side,
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.two-photo-layout-2 .cmp-poster-body-info-block-side {
  display: none;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.one-photo-layout-2 .cmp-poster-body-portrait .cmp-poster-body__image {
  height: 92pt;
  width: auto;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.one-photo-layout-2 .cmp-poster-body-info-block-side {
  display: block;
  margin-left: 5pt;
  margin-right: 5pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-2-text .cmp-poster-head__name {
  font-size: 9pt;
  line-height: 8pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-2-text p {
  font-size: 5pt;
  line-height: 5pt;
  margin-top: 5pt;
  margin-bottom: 3pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body.companion-style-extra-photos.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-2-text .icon {
  height: 9pt;
  width: 9pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .extra-photos__with-companions .cmp-poster-body-portrait .layout-1 {
  height: 110pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .extra-photos__with-companions .cmp-poster-body-portrait .layout-2 {
  height: 65pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .extra-photos__with-companions.one-column {
  width: 95%;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .extra-photos__with-companions.two-column {
  width: 75%;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .extra-photos {
  display: flex;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .extra-photos .cmp-poster-body-portrait .layout-1 {
  height: 110pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .extra-photos .cmp-poster-body-portrait .layout-2 {
  height: 65pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .extra-photos.one-column {
  width: 40%;
}
.print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .extra-photos.two-column {
  width: 25%;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-1,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-2,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-3,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-4,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-5,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-6,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 {
  display: flex;
  max-width: 100%;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-1 .two-photo-under__info,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-2 .two-photo-under__info,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .two-photo-under__info,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-3 .two-photo-under__info,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-4 .two-photo-under__info,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-5 .two-photo-under__info,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-6 .two-photo-under__info,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .two-photo-under__info {
  display: none;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-1 .layout-1-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-2 .layout-1-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .layout-1-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-3 .layout-1-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-4 .layout-1-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-5 .layout-1-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-6 .layout-1-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .layout-1-portrait {
  height: 372pt;
  width: 298pt;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-1 .layout-2-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-2 .layout-2-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .layout-2-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-3 .layout-2-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-4 .layout-2-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-5 .layout-2-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-6 .layout-2-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .layout-2-portrait {
  height: 204pt;
  width: 164pt;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-1 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-2 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-3 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-4 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-5 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-6 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-1 .layout-4-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-2 .layout-4-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .layout-4-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-3 .layout-4-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-4 .layout-4-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-5 .layout-4-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-6 .layout-4-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .layout-4-portrait {
  height: 150pt;
  width: 120pt;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-1 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-2 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-3 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-4 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-5 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-6 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-1 .layout-6-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-2 .layout-6-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .layout-6-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-3 .layout-6-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-4 .layout-6-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-5 .layout-6-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-6 .layout-6-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .layout-6-portrait {
  height: 110pt;
  width: 90pt;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-side,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-side,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .cmp-poster-body-info-block-side,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .cmp-poster-body-info-block-side {
  display: block;
  margin-left: 20px;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-2-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-2-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .cmp-poster-body-info-block-side.layout-2-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side.layout-2-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side.layout-2-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side.layout-2-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side.layout-2-text .cmp-poster-head__name,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .cmp-poster-body-info-block-side.layout-2-text .cmp-poster-head__name {
  font-size: 17pt;
  line-height: 22pt;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-2-text p,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-2-text p,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .cmp-poster-body-info-block-side.layout-2-text p,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side.layout-2-text p,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side.layout-2-text p,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side.layout-2-text p,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side.layout-2-text p,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .cmp-poster-body-info-block-side.layout-2-text p {
  font-size: 13pt;
  line-height: 16pt;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-side.layout-2-text .icon,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-side.layout-2-text .icon,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .cmp-poster-body-info-block-side.layout-2-text .icon,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-side.layout-2-text .icon,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-side.layout-2-text .icon,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-side.layout-2-text .icon,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-side.layout-2-text .icon,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .cmp-poster-body-info-block-side.layout-2-text .icon {
  height: 20pt;
  width: 20pt;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-1 .cmp-poster-body-info-block-under,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-2 .cmp-poster-body-info-block-under,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .cmp-poster-body-info-block-under,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-3 .cmp-poster-body-info-block-under,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-4 .cmp-poster-body-info-block-under,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-5 .cmp-poster-body-info-block-under,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.one-photo-layout-6 .cmp-poster-body-info-block-under,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-2 .cmp-poster-body-info-block-under {
  display: none;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-1 {
  display: block;
  max-width: 350pt;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-1 .two-photo-under__info {
  display: flex;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-1 .two-photo-under__info .cmp-poster-head__name {
  font-size: 18pt;
  line-height: 23pt;
  margin-top: 18pt;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-1 .layout-1-portrait {
  height: 275pt;
  width: 220pt;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-under {
  /*display: flex;
						flex-direction: column;
						flex-wrap: wrap;
						height: 105px;*/
  display: block;
  column-count: 2;
  height: auto;
  width: 500pt;
  justify-content: space-between;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-under .dynamic-style {
  flex-direction: row;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-under.layout-1-text p {
  font-size: 14pt;
  line-height: 16pt;
  margin-top: 0;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-under.layout-1-text .icon {
  height: 20pt;
  width: 20pt;
  margin-right: 15pt;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-1 .cmp-poster-body-info-block-side {
  display: none;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-3 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-4 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-5 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-6 .layout-3-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-3 .layout-4-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-4 .layout-4-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-5 .layout-4-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-6 .layout-4-portrait {
  height: 145px;
  width: 35%;
}
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-3 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-4 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-5 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-6 .layout-5-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-3 .layout-6-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-4 .layout-6-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-5 .layout-6-portrait,
.print-variation .cmp-poster-wrapper .primary-only .cmp-poster-body.two-photo-layout-6 .layout-6-portrait {
  height: 105px;
  width: 35%;
}
.print-variation .cmp-poster-wrapper .cmp-poster-description {
  font-size: 12pt;
  line-height: 14pt;
}
.print-variation .cmp-poster-wrapper .cmp-poster-description p:last-child {
  margin-bottom: 0;
}
.print-variation .cmp-poster-contact {
  font: normal normal normal 10px/16px AvenirLTStd-black;
  height: 488pt;
  width: 118pt;
  padding: 0;
  grid-area: contact;
}
.print-variation .cmp-poster-contact .cellphone-wrapper .cellphone-info {
  font-size: 10pt;
  line-height: 16pt;
  width: 97pt;
  margin: auto;
  margin-top: 15pt;
}
.print-variation .cmp-poster-contact .contact-logo__wrapper {
  position: absolute;
  bottom: 0;
  align-items: center;
  flex-direction: column;
  display: flex;
  margin: auto;
  width: 100%;
}
.print-variation .cmp-poster-contact .contact-logo__wrapper .case-image {
  max-width: 100%;
  max-height: 68pt;
  object-fit: cover;
  margin-bottom: 15pt;
}
.print-variation .cmp-poster-contact .contact-logo__wrapper .case-number {
  white-space: nowrap;
  font-size: 9pt;
  line-height: 12pt;
  margin: 0;
}
.print-variation .cmp-poster-contact .contact-logo__wrapper .case-number .icon-file {
  position: relative;
  -webkit-print-color-adjust: exact;
  background: url("../svg/icon-file.svg") no-repeat top left !important;
  height: 20pt;
  width: 20pt;
  display: inline-block;
  top: 9pt;
  margin-right: 5pt;
}
.print-variation .cmp-poster-contact .contact-name,
.print-variation .cmp-poster-contact a {
  color: #404041 !important;
}
@media print {
  a[href]:after {
    content: none !important;
  }
  /* hide Classy donation popups */
  .egsandbox {
    display: none;
  }
  .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: none;
  }
  .print-variation .cmp-poster-wrapper > div {
    float: left;
  }
  .print-variation .cmp-poster-wrapper > div:last-child,
  .print-variation .cmp-poster-wrapper > div:first-child {
    float: none;
  }
  .print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .extra-photos.one-column,
  .print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .extra-photos.two-column,
  .print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .extra-photos__with-companions.one-column,
  .print-variation .cmp-poster-wrapper .cmp-poster-poster .cmp-poster-body .extra-photos__with-companions.two-column {
    width: auto;
  }
  .print-variation .ncmec2-container + .ncmec2-container {
    float: left;
  }
  .print-variation .ncmec2-container + .ncmec2-container > div {
    width: auto;
  }
  .print-variation .cmp-poster-description {
    clear: left;
  }
  .print-variation .cmp-poster-head__title.secondary {
    padding-right: 19pt;
  }
}

.blue-bar__wrapper .blue-bar-first {
  display: flex;
  flex-direction: row;
  margin-bottom: 31px;
  justify-content: center;
}
.blue-bar__wrapper .blue-bar-secondary {
  display: none;
}
.blue-bar__wrapper a {
  display: flex;
  background: #BAE9F2;
  height: 46px;
  width: 116px;
  align-items: center;
  justify-content: center;
  color: #404142;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 1px;
  border: none;
  cursor: pointer;
  line-height: 14px;
  padding: 2px;
}
@media (min-width: 992px) {
  .blue-bar__wrapper a {
    font-size: 14px;
  }
}
.blue-bar__wrapper a:first-child {
  border-radius: 5px 0 0 5px;
}
.blue-bar__wrapper a:last-child {
  border-radius: 0 5px 5px 0;
}
.blue-bar__wrapper a:hover {
  text-decoration: none;
  background-color: #DCFBFF;
}
.blue-bar__wrapper .at-icon-wrapper {
  display: none;
}
.sticky {
  position: fixed;
  top: 10px;
}
.shareaholic-share-buttons-container {
  display: none;
}

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab,
.fa-sharp-solid,
.fa-classic,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0::before {
  content: "\30"; }

.fa-1::before {
  content: "\31"; }

.fa-2::before {
  content: "\32"; }

.fa-3::before {
  content: "\33"; }

.fa-4::before {
  content: "\34"; }

.fa-5::before {
  content: "\35"; }

.fa-6::before {
  content: "\36"; }

.fa-7::before {
  content: "\37"; }

.fa-8::before {
  content: "\38"; }

.fa-9::before {
  content: "\39"; }

.fa-fill-drip::before {
  content: "\f576"; }

.fa-arrows-to-circle::before {
  content: "\e4bd"; }

.fa-circle-chevron-right::before {
  content: "\f138"; }

.fa-chevron-circle-right::before {
  content: "\f138"; }

.fa-at::before {
  content: "\40"; }

.fa-trash-can::before {
  content: "\f2ed"; }

.fa-trash-alt::before {
  content: "\f2ed"; }

.fa-text-height::before {
  content: "\f034"; }

.fa-user-xmark::before {
  content: "\f235"; }

.fa-user-times::before {
  content: "\f235"; }

.fa-stethoscope::before {
  content: "\f0f1"; }

.fa-message::before {
  content: "\f27a"; }

.fa-comment-alt::before {
  content: "\f27a"; }

.fa-info::before {
  content: "\f129"; }

.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }

.fa-compress-alt::before {
  content: "\f422"; }

.fa-explosion::before {
  content: "\e4e9"; }

.fa-file-lines::before {
  content: "\f15c"; }

.fa-file-alt::before {
  content: "\f15c"; }

.fa-file-text::before {
  content: "\f15c"; }

.fa-wave-square::before {
  content: "\f83e"; }

.fa-ring::before {
  content: "\f70b"; }

.fa-building-un::before {
  content: "\e4d9"; }

.fa-dice-three::before {
  content: "\f527"; }

.fa-calendar-days::before {
  content: "\f073"; }

.fa-calendar-alt::before {
  content: "\f073"; }

.fa-anchor-circle-check::before {
  content: "\e4aa"; }

.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }

.fa-volleyball::before {
  content: "\f45f"; }

.fa-volleyball-ball::before {
  content: "\f45f"; }

.fa-arrows-up-to-line::before {
  content: "\e4c2"; }

.fa-sort-down::before {
  content: "\f0dd"; }

.fa-sort-desc::before {
  content: "\f0dd"; }

.fa-circle-minus::before {
  content: "\f056"; }

.fa-minus-circle::before {
  content: "\f056"; }

.fa-door-open::before {
  content: "\f52b"; }

.fa-right-from-bracket::before {
  content: "\f2f5"; }

.fa-sign-out-alt::before {
  content: "\f2f5"; }

.fa-atom::before {
  content: "\f5d2"; }

.fa-soap::before {
  content: "\e06e"; }

.fa-icons::before {
  content: "\f86d"; }

.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }

.fa-microphone-lines-slash::before {
  content: "\f539"; }

.fa-microphone-alt-slash::before {
  content: "\f539"; }

.fa-bridge-circle-check::before {
  content: "\e4c9"; }

.fa-pump-medical::before {
  content: "\e06a"; }

.fa-fingerprint::before {
  content: "\f577"; }

.fa-hand-point-right::before {
  content: "\f0a4"; }

.fa-magnifying-glass-location::before {
  content: "\f689"; }

.fa-search-location::before {
  content: "\f689"; }

.fa-forward-step::before {
  content: "\f051"; }

.fa-step-forward::before {
  content: "\f051"; }

.fa-face-smile-beam::before {
  content: "\f5b8"; }

.fa-smile-beam::before {
  content: "\f5b8"; }

.fa-flag-checkered::before {
  content: "\f11e"; }

.fa-football::before {
  content: "\f44e"; }

.fa-football-ball::before {
  content: "\f44e"; }

.fa-school-circle-exclamation::before {
  content: "\e56c"; }

.fa-crop::before {
  content: "\f125"; }

.fa-angles-down::before {
  content: "\f103"; }

.fa-angle-double-down::before {
  content: "\f103"; }

.fa-users-rectangle::before {
  content: "\e594"; }

.fa-people-roof::before {
  content: "\e537"; }

.fa-people-line::before {
  content: "\e534"; }

.fa-beer-mug-empty::before {
  content: "\f0fc"; }

.fa-beer::before {
  content: "\f0fc"; }

.fa-diagram-predecessor::before {
  content: "\e477"; }

.fa-arrow-up-long::before {
  content: "\f176"; }

.fa-long-arrow-up::before {
  content: "\f176"; }

.fa-fire-flame-simple::before {
  content: "\f46a"; }

.fa-burn::before {
  content: "\f46a"; }

.fa-person::before {
  content: "\f183"; }

.fa-male::before {
  content: "\f183"; }

.fa-laptop::before {
  content: "\f109"; }

.fa-file-csv::before {
  content: "\f6dd"; }

.fa-menorah::before {
  content: "\f676"; }

.fa-truck-plane::before {
  content: "\e58f"; }

.fa-record-vinyl::before {
  content: "\f8d9"; }

.fa-face-grin-stars::before {
  content: "\f587"; }

.fa-grin-stars::before {
  content: "\f587"; }

.fa-bong::before {
  content: "\f55c"; }

.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }

.fa-pastafarianism::before {
  content: "\f67b"; }

.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }

.fa-spoon::before {
  content: "\f2e5"; }

.fa-utensil-spoon::before {
  content: "\f2e5"; }

.fa-jar-wheat::before {
  content: "\e517"; }

.fa-envelopes-bulk::before {
  content: "\f674"; }

.fa-mail-bulk::before {
  content: "\f674"; }

.fa-file-circle-exclamation::before {
  content: "\e4eb"; }

.fa-circle-h::before {
  content: "\f47e"; }

.fa-hospital-symbol::before {
  content: "\f47e"; }

.fa-pager::before {
  content: "\f815"; }

.fa-address-book::before {
  content: "\f2b9"; }

.fa-contact-book::before {
  content: "\f2b9"; }

.fa-strikethrough::before {
  content: "\f0cc"; }

.fa-k::before {
  content: "\4b"; }

.fa-landmark-flag::before {
  content: "\e51c"; }

.fa-pencil::before {
  content: "\f303"; }

.fa-pencil-alt::before {
  content: "\f303"; }

.fa-backward::before {
  content: "\f04a"; }

.fa-caret-right::before {
  content: "\f0da"; }

.fa-comments::before {
  content: "\f086"; }

.fa-paste::before {
  content: "\f0ea"; }

.fa-file-clipboard::before {
  content: "\f0ea"; }

.fa-code-pull-request::before {
  content: "\e13c"; }

.fa-clipboard-list::before {
  content: "\f46d"; }

.fa-truck-ramp-box::before {
  content: "\f4de"; }

.fa-truck-loading::before {
  content: "\f4de"; }

.fa-user-check::before {
  content: "\f4fc"; }

.fa-vial-virus::before {
  content: "\e597"; }

.fa-sheet-plastic::before {
  content: "\e571"; }

.fa-blog::before {
  content: "\f781"; }

.fa-user-ninja::before {
  content: "\f504"; }

.fa-person-arrow-up-from-line::before {
  content: "\e539"; }

.fa-scroll-torah::before {
  content: "\f6a0"; }

.fa-torah::before {
  content: "\f6a0"; }

.fa-broom-ball::before {
  content: "\f458"; }

.fa-quidditch::before {
  content: "\f458"; }

.fa-quidditch-broom-ball::before {
  content: "\f458"; }

.fa-toggle-off::before {
  content: "\f204"; }

.fa-box-archive::before {
  content: "\f187"; }

.fa-archive::before {
  content: "\f187"; }

.fa-person-drowning::before {
  content: "\e545"; }

.fa-arrow-down-9-1::before {
  content: "\f886"; }

.fa-sort-numeric-desc::before {
  content: "\f886"; }

.fa-sort-numeric-down-alt::before {
  content: "\f886"; }

.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-spray-can::before {
  content: "\f5bd"; }

.fa-truck-monster::before {
  content: "\f63b"; }

.fa-w::before {
  content: "\57"; }

.fa-earth-africa::before {
  content: "\f57c"; }

.fa-globe-africa::before {
  content: "\f57c"; }

.fa-rainbow::before {
  content: "\f75b"; }

.fa-circle-notch::before {
  content: "\f1ce"; }

.fa-tablet-screen-button::before {
  content: "\f3fa"; }

.fa-tablet-alt::before {
  content: "\f3fa"; }

.fa-paw::before {
  content: "\f1b0"; }

.fa-cloud::before {
  content: "\f0c2"; }

.fa-trowel-bricks::before {
  content: "\e58a"; }

.fa-face-flushed::before {
  content: "\f579"; }

.fa-flushed::before {
  content: "\f579"; }

.fa-hospital-user::before {
  content: "\f80d"; }

.fa-tent-arrow-left-right::before {
  content: "\e57f"; }

.fa-gavel::before {
  content: "\f0e3"; }

.fa-legal::before {
  content: "\f0e3"; }

.fa-binoculars::before {
  content: "\f1e5"; }

.fa-microphone-slash::before {
  content: "\f131"; }

.fa-box-tissue::before {
  content: "\e05b"; }

.fa-motorcycle::before {
  content: "\f21c"; }

.fa-bell-concierge::before {
  content: "\f562"; }

.fa-concierge-bell::before {
  content: "\f562"; }

.fa-pen-ruler::before {
  content: "\f5ae"; }

.fa-pencil-ruler::before {
  content: "\f5ae"; }

.fa-people-arrows::before {
  content: "\e068"; }

.fa-people-arrows-left-right::before {
  content: "\e068"; }

.fa-mars-and-venus-burst::before {
  content: "\e523"; }

.fa-square-caret-right::before {
  content: "\f152"; }

.fa-caret-square-right::before {
  content: "\f152"; }

.fa-scissors::before {
  content: "\f0c4"; }

.fa-cut::before {
  content: "\f0c4"; }

.fa-sun-plant-wilt::before {
  content: "\e57a"; }

.fa-toilets-portable::before {
  content: "\e584"; }

.fa-hockey-puck::before {
  content: "\f453"; }

.fa-table::before {
  content: "\f0ce"; }

.fa-magnifying-glass-arrow-right::before {
  content: "\e521"; }

.fa-tachograph-digital::before {
  content: "\f566"; }

.fa-digital-tachograph::before {
  content: "\f566"; }

.fa-users-slash::before {
  content: "\e073"; }

.fa-clover::before {
  content: "\e139"; }

.fa-reply::before {
  content: "\f3e5"; }

.fa-mail-reply::before {
  content: "\f3e5"; }

.fa-star-and-crescent::before {
  content: "\f699"; }

.fa-house-fire::before {
  content: "\e50c"; }

.fa-square-minus::before {
  content: "\f146"; }

.fa-minus-square::before {
  content: "\f146"; }

.fa-helicopter::before {
  content: "\f533"; }

.fa-compass::before {
  content: "\f14e"; }

.fa-square-caret-down::before {
  content: "\f150"; }

.fa-caret-square-down::before {
  content: "\f150"; }

.fa-file-circle-question::before {
  content: "\e4ef"; }

.fa-laptop-code::before {
  content: "\f5fc"; }

.fa-swatchbook::before {
  content: "\f5c3"; }

.fa-prescription-bottle::before {
  content: "\f485"; }

.fa-bars::before {
  content: "\f0c9"; }

.fa-navicon::before {
  content: "\f0c9"; }

.fa-people-group::before {
  content: "\e533"; }

.fa-hourglass-end::before {
  content: "\f253"; }

.fa-hourglass-3::before {
  content: "\f253"; }

.fa-heart-crack::before {
  content: "\f7a9"; }

.fa-heart-broken::before {
  content: "\f7a9"; }

.fa-square-up-right::before {
  content: "\f360"; }

.fa-external-link-square-alt::before {
  content: "\f360"; }

.fa-face-kiss-beam::before {
  content: "\f597"; }

.fa-kiss-beam::before {
  content: "\f597"; }

.fa-film::before {
  content: "\f008"; }

.fa-ruler-horizontal::before {
  content: "\f547"; }

.fa-people-robbery::before {
  content: "\e536"; }

.fa-lightbulb::before {
  content: "\f0eb"; }

.fa-caret-left::before {
  content: "\f0d9"; }

.fa-circle-exclamation::before {
  content: "\f06a"; }

.fa-exclamation-circle::before {
  content: "\f06a"; }

.fa-school-circle-xmark::before {
  content: "\e56d"; }

.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }

.fa-sign-out::before {
  content: "\f08b"; }

.fa-circle-chevron-down::before {
  content: "\f13a"; }

.fa-chevron-circle-down::before {
  content: "\f13a"; }

.fa-unlock-keyhole::before {
  content: "\f13e"; }

.fa-unlock-alt::before {
  content: "\f13e"; }

.fa-cloud-showers-heavy::before {
  content: "\f740"; }

.fa-headphones-simple::before {
  content: "\f58f"; }

.fa-headphones-alt::before {
  content: "\f58f"; }

.fa-sitemap::before {
  content: "\f0e8"; }

.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }

.fa-donate::before {
  content: "\f4b9"; }

.fa-memory::before {
  content: "\f538"; }

.fa-road-spikes::before {
  content: "\e568"; }

.fa-fire-burner::before {
  content: "\e4f1"; }

.fa-flag::before {
  content: "\f024"; }

.fa-hanukiah::before {
  content: "\f6e6"; }

.fa-feather::before {
  content: "\f52d"; }

.fa-volume-low::before {
  content: "\f027"; }

.fa-volume-down::before {
  content: "\f027"; }

.fa-comment-slash::before {
  content: "\f4b3"; }

.fa-cloud-sun-rain::before {
  content: "\f743"; }

.fa-compress::before {
  content: "\f066"; }

.fa-wheat-awn::before {
  content: "\e2cd"; }

.fa-wheat-alt::before {
  content: "\e2cd"; }

.fa-ankh::before {
  content: "\f644"; }

.fa-hands-holding-child::before {
  content: "\e4fa"; }

.fa-asterisk::before {
  content: "\2a"; }

.fa-square-check::before {
  content: "\f14a"; }

.fa-check-square::before {
  content: "\f14a"; }

.fa-peseta-sign::before {
  content: "\e221"; }

.fa-heading::before {
  content: "\f1dc"; }

.fa-header::before {
  content: "\f1dc"; }

.fa-ghost::before {
  content: "\f6e2"; }

.fa-list::before {
  content: "\f03a"; }

.fa-list-squares::before {
  content: "\f03a"; }

.fa-square-phone-flip::before {
  content: "\f87b"; }

.fa-phone-square-alt::before {
  content: "\f87b"; }

.fa-cart-plus::before {
  content: "\f217"; }

.fa-gamepad::before {
  content: "\f11b"; }

.fa-circle-dot::before {
  content: "\f192"; }

.fa-dot-circle::before {
  content: "\f192"; }

.fa-face-dizzy::before {
  content: "\f567"; }

.fa-dizzy::before {
  content: "\f567"; }

.fa-egg::before {
  content: "\f7fb"; }

.fa-house-medical-circle-xmark::before {
  content: "\e513"; }

.fa-campground::before {
  content: "\f6bb"; }

.fa-folder-plus::before {
  content: "\f65e"; }

.fa-futbol::before {
  content: "\f1e3"; }

.fa-futbol-ball::before {
  content: "\f1e3"; }

.fa-soccer-ball::before {
  content: "\f1e3"; }

.fa-paintbrush::before {
  content: "\f1fc"; }

.fa-paint-brush::before {
  content: "\f1fc"; }

.fa-lock::before {
  content: "\f023"; }

.fa-gas-pump::before {
  content: "\f52f"; }

.fa-hot-tub-person::before {
  content: "\f593"; }

.fa-hot-tub::before {
  content: "\f593"; }

.fa-map-location::before {
  content: "\f59f"; }

.fa-map-marked::before {
  content: "\f59f"; }

.fa-house-flood-water::before {
  content: "\e50e"; }

.fa-tree::before {
  content: "\f1bb"; }

.fa-bridge-lock::before {
  content: "\e4cc"; }

.fa-sack-dollar::before {
  content: "\f81d"; }

.fa-pen-to-square::before {
  content: "\f044"; }

.fa-edit::before {
  content: "\f044"; }

.fa-car-side::before {
  content: "\f5e4"; }

.fa-share-nodes::before {
  content: "\f1e0"; }

.fa-share-alt::before {
  content: "\f1e0"; }

.fa-heart-circle-minus::before {
  content: "\e4ff"; }

.fa-hourglass-half::before {
  content: "\f252"; }

.fa-hourglass-2::before {
  content: "\f252"; }

.fa-microscope::before {
  content: "\f610"; }

.fa-sink::before {
  content: "\e06d"; }

.fa-bag-shopping::before {
  content: "\f290"; }

.fa-shopping-bag::before {
  content: "\f290"; }

.fa-arrow-down-z-a::before {
  content: "\f881"; }

.fa-sort-alpha-desc::before {
  content: "\f881"; }

.fa-sort-alpha-down-alt::before {
  content: "\f881"; }

.fa-mitten::before {
  content: "\f7b5"; }

.fa-person-rays::before {
  content: "\e54d"; }

.fa-users::before {
  content: "\f0c0"; }

.fa-eye-slash::before {
  content: "\f070"; }

.fa-flask-vial::before {
  content: "\e4f3"; }

.fa-hand::before {
  content: "\f256"; }

.fa-hand-paper::before {
  content: "\f256"; }

.fa-om::before {
  content: "\f679"; }

.fa-worm::before {
  content: "\e599"; }

.fa-house-circle-xmark::before {
  content: "\e50b"; }

.fa-plug::before {
  content: "\f1e6"; }

.fa-chevron-up::before {
  content: "\f077"; }

.fa-hand-spock::before {
  content: "\f259"; }

.fa-stopwatch::before {
  content: "\f2f2"; }

.fa-face-kiss::before {
  content: "\f596"; }

.fa-kiss::before {
  content: "\f596"; }

.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }

.fa-face-grin-tongue::before {
  content: "\f589"; }

.fa-grin-tongue::before {
  content: "\f589"; }

.fa-chess-bishop::before {
  content: "\f43a"; }

.fa-face-grin-wink::before {
  content: "\f58c"; }

.fa-grin-wink::before {
  content: "\f58c"; }

.fa-ear-deaf::before {
  content: "\f2a4"; }

.fa-deaf::before {
  content: "\f2a4"; }

.fa-deafness::before {
  content: "\f2a4"; }

.fa-hard-of-hearing::before {
  content: "\f2a4"; }

.fa-road-circle-check::before {
  content: "\e564"; }

.fa-dice-five::before {
  content: "\f523"; }

.fa-square-rss::before {
  content: "\f143"; }

.fa-rss-square::before {
  content: "\f143"; }

.fa-land-mine-on::before {
  content: "\e51b"; }

.fa-i-cursor::before {
  content: "\f246"; }

.fa-stamp::before {
  content: "\f5bf"; }

.fa-stairs::before {
  content: "\e289"; }

.fa-i::before {
  content: "\49"; }

.fa-hryvnia-sign::before {
  content: "\f6f2"; }

.fa-hryvnia::before {
  content: "\f6f2"; }

.fa-pills::before {
  content: "\f484"; }

.fa-face-grin-wide::before {
  content: "\f581"; }

.fa-grin-alt::before {
  content: "\f581"; }

.fa-tooth::before {
  content: "\f5c9"; }

.fa-v::before {
  content: "\56"; }

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6"; }

.fa-bicycle::before {
  content: "\f206"; }

.fa-staff-snake::before {
  content: "\e579"; }

.fa-rod-asclepius::before {
  content: "\e579"; }

.fa-rod-snake::before {
  content: "\e579"; }

.fa-staff-aesculapius::before {
  content: "\e579"; }

.fa-head-side-cough-slash::before {
  content: "\e062"; }

.fa-truck-medical::before {
  content: "\f0f9"; }

.fa-ambulance::before {
  content: "\f0f9"; }

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }

.fa-snowman::before {
  content: "\f7d0"; }

.fa-mortar-pestle::before {
  content: "\f5a7"; }

.fa-road-barrier::before {
  content: "\e562"; }

.fa-school::before {
  content: "\f549"; }

.fa-igloo::before {
  content: "\f7ae"; }

.fa-joint::before {
  content: "\f595"; }

.fa-angle-right::before {
  content: "\f105"; }

.fa-horse::before {
  content: "\f6f0"; }

.fa-q::before {
  content: "\51"; }

.fa-g::before {
  content: "\47"; }

.fa-notes-medical::before {
  content: "\f481"; }

.fa-temperature-half::before {
  content: "\f2c9"; }

.fa-temperature-2::before {
  content: "\f2c9"; }

.fa-thermometer-2::before {
  content: "\f2c9"; }

.fa-thermometer-half::before {
  content: "\f2c9"; }

.fa-dong-sign::before {
  content: "\e169"; }

.fa-capsules::before {
  content: "\f46b"; }

.fa-poo-storm::before {
  content: "\f75a"; }

.fa-poo-bolt::before {
  content: "\f75a"; }

.fa-face-frown-open::before {
  content: "\f57a"; }

.fa-frown-open::before {
  content: "\f57a"; }

.fa-hand-point-up::before {
  content: "\f0a6"; }

.fa-money-bill::before {
  content: "\f0d6"; }

.fa-bookmark::before {
  content: "\f02e"; }

.fa-align-justify::before {
  content: "\f039"; }

.fa-umbrella-beach::before {
  content: "\f5ca"; }

.fa-helmet-un::before {
  content: "\e503"; }

.fa-bullseye::before {
  content: "\f140"; }

.fa-bacon::before {
  content: "\f7e5"; }

.fa-hand-point-down::before {
  content: "\f0a7"; }

.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }

.fa-folder::before {
  content: "\f07b"; }

.fa-folder-blank::before {
  content: "\f07b"; }

.fa-file-waveform::before {
  content: "\f478"; }

.fa-file-medical-alt::before {
  content: "\f478"; }

.fa-radiation::before {
  content: "\f7b9"; }

.fa-chart-simple::before {
  content: "\e473"; }

.fa-mars-stroke::before {
  content: "\f229"; }

.fa-vial::before {
  content: "\f492"; }

.fa-gauge::before {
  content: "\f624"; }

.fa-dashboard::before {
  content: "\f624"; }

.fa-gauge-med::before {
  content: "\f624"; }

.fa-tachometer-alt-average::before {
  content: "\f624"; }

.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }

.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }

.fa-e::before {
  content: "\45"; }

.fa-pen-clip::before {
  content: "\f305"; }

.fa-pen-alt::before {
  content: "\f305"; }

.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }

.fa-user::before {
  content: "\f007"; }

.fa-school-circle-check::before {
  content: "\e56b"; }

.fa-dumpster::before {
  content: "\f793"; }

.fa-van-shuttle::before {
  content: "\f5b6"; }

.fa-shuttle-van::before {
  content: "\f5b6"; }

.fa-building-user::before {
  content: "\e4da"; }

.fa-square-caret-left::before {
  content: "\f191"; }

.fa-caret-square-left::before {
  content: "\f191"; }

.fa-highlighter::before {
  content: "\f591"; }

.fa-key::before {
  content: "\f084"; }

.fa-bullhorn::before {
  content: "\f0a1"; }

.fa-globe::before {
  content: "\f0ac"; }

.fa-synagogue::before {
  content: "\f69b"; }

.fa-person-half-dress::before {
  content: "\e548"; }

.fa-road-bridge::before {
  content: "\e563"; }

.fa-location-arrow::before {
  content: "\f124"; }

.fa-c::before {
  content: "\43"; }

.fa-tablet-button::before {
  content: "\f10a"; }

.fa-building-lock::before {
  content: "\e4d6"; }

.fa-pizza-slice::before {
  content: "\f818"; }

.fa-money-bill-wave::before {
  content: "\f53a"; }

.fa-chart-area::before {
  content: "\f1fe"; }

.fa-area-chart::before {
  content: "\f1fe"; }

.fa-house-flag::before {
  content: "\e50d"; }

.fa-person-circle-minus::before {
  content: "\e540"; }

.fa-ban::before {
  content: "\f05e"; }

.fa-cancel::before {
  content: "\f05e"; }

.fa-camera-rotate::before {
  content: "\e0d8"; }

.fa-spray-can-sparkles::before {
  content: "\f5d0"; }

.fa-air-freshener::before {
  content: "\f5d0"; }

.fa-star::before {
  content: "\f005"; }

.fa-repeat::before {
  content: "\f363"; }

.fa-cross::before {
  content: "\f654"; }

.fa-box::before {
  content: "\f466"; }

.fa-venus-mars::before {
  content: "\f228"; }

.fa-arrow-pointer::before {
  content: "\f245"; }

.fa-mouse-pointer::before {
  content: "\f245"; }

.fa-maximize::before {
  content: "\f31e"; }

.fa-expand-arrows-alt::before {
  content: "\f31e"; }

.fa-charging-station::before {
  content: "\f5e7"; }

.fa-shapes::before {
  content: "\f61f"; }

.fa-triangle-circle-square::before {
  content: "\f61f"; }

.fa-shuffle::before {
  content: "\f074"; }

.fa-random::before {
  content: "\f074"; }

.fa-person-running::before {
  content: "\f70c"; }

.fa-running::before {
  content: "\f70c"; }

.fa-mobile-retro::before {
  content: "\e527"; }

.fa-grip-lines-vertical::before {
  content: "\f7a5"; }

.fa-spider::before {
  content: "\f717"; }

.fa-hands-bound::before {
  content: "\e4f9"; }

.fa-file-invoice-dollar::before {
  content: "\f571"; }

.fa-plane-circle-exclamation::before {
  content: "\e556"; }

.fa-x-ray::before {
  content: "\f497"; }

.fa-spell-check::before {
  content: "\f891"; }

.fa-slash::before {
  content: "\f715"; }

.fa-computer-mouse::before {
  content: "\f8cc"; }

.fa-mouse::before {
  content: "\f8cc"; }

.fa-arrow-right-to-bracket::before {
  content: "\f090"; }

.fa-sign-in::before {
  content: "\f090"; }

.fa-shop-slash::before {
  content: "\e070"; }

.fa-store-alt-slash::before {
  content: "\e070"; }

.fa-server::before {
  content: "\f233"; }

.fa-virus-covid-slash::before {
  content: "\e4a9"; }

.fa-shop-lock::before {
  content: "\e4a5"; }

.fa-hourglass-start::before {
  content: "\f251"; }

.fa-hourglass-1::before {
  content: "\f251"; }

.fa-blender-phone::before {
  content: "\f6b6"; }

.fa-building-wheat::before {
  content: "\e4db"; }

.fa-person-breastfeeding::before {
  content: "\e53a"; }

.fa-right-to-bracket::before {
  content: "\f2f6"; }

.fa-sign-in-alt::before {
  content: "\f2f6"; }

.fa-venus::before {
  content: "\f221"; }

.fa-passport::before {
  content: "\f5ab"; }

.fa-thumbtack-slash::before {
  content: "\e68f"; }

.fa-thumb-tack-slash::before {
  content: "\e68f"; }

.fa-heart-pulse::before {
  content: "\f21e"; }

.fa-heartbeat::before {
  content: "\f21e"; }

.fa-people-carry-box::before {
  content: "\f4ce"; }

.fa-people-carry::before {
  content: "\f4ce"; }

.fa-temperature-high::before {
  content: "\f769"; }

.fa-microchip::before {
  content: "\f2db"; }

.fa-crown::before {
  content: "\f521"; }

.fa-weight-hanging::before {
  content: "\f5cd"; }

.fa-xmarks-lines::before {
  content: "\e59a"; }

.fa-file-prescription::before {
  content: "\f572"; }

.fa-weight-scale::before {
  content: "\f496"; }

.fa-weight::before {
  content: "\f496"; }

.fa-user-group::before {
  content: "\f500"; }

.fa-user-friends::before {
  content: "\f500"; }

.fa-arrow-up-a-z::before {
  content: "\f15e"; }

.fa-sort-alpha-up::before {
  content: "\f15e"; }

.fa-chess-knight::before {
  content: "\f441"; }

.fa-face-laugh-squint::before {
  content: "\f59b"; }

.fa-laugh-squint::before {
  content: "\f59b"; }

.fa-wheelchair::before {
  content: "\f193"; }

.fa-circle-arrow-up::before {
  content: "\f0aa"; }

.fa-arrow-circle-up::before {
  content: "\f0aa"; }

.fa-toggle-on::before {
  content: "\f205"; }

.fa-person-walking::before {
  content: "\f554"; }

.fa-walking::before {
  content: "\f554"; }

.fa-l::before {
  content: "\4c"; }

.fa-fire::before {
  content: "\f06d"; }

.fa-bed-pulse::before {
  content: "\f487"; }

.fa-procedures::before {
  content: "\f487"; }

.fa-shuttle-space::before {
  content: "\f197"; }

.fa-space-shuttle::before {
  content: "\f197"; }

.fa-face-laugh::before {
  content: "\f599"; }

.fa-laugh::before {
  content: "\f599"; }

.fa-folder-open::before {
  content: "\f07c"; }

.fa-heart-circle-plus::before {
  content: "\e500"; }

.fa-code-fork::before {
  content: "\e13b"; }

.fa-city::before {
  content: "\f64f"; }

.fa-microphone-lines::before {
  content: "\f3c9"; }

.fa-microphone-alt::before {
  content: "\f3c9"; }

.fa-pepper-hot::before {
  content: "\f816"; }

.fa-unlock::before {
  content: "\f09c"; }

.fa-colon-sign::before {
  content: "\e140"; }

.fa-headset::before {
  content: "\f590"; }

.fa-store-slash::before {
  content: "\e071"; }

.fa-road-circle-xmark::before {
  content: "\e566"; }

.fa-user-minus::before {
  content: "\f503"; }

.fa-mars-stroke-up::before {
  content: "\f22a"; }

.fa-mars-stroke-v::before {
  content: "\f22a"; }

.fa-champagne-glasses::before {
  content: "\f79f"; }

.fa-glass-cheers::before {
  content: "\f79f"; }

.fa-clipboard::before {
  content: "\f328"; }

.fa-house-circle-exclamation::before {
  content: "\e50a"; }

.fa-file-arrow-up::before {
  content: "\f574"; }

.fa-file-upload::before {
  content: "\f574"; }

.fa-wifi::before {
  content: "\f1eb"; }

.fa-wifi-3::before {
  content: "\f1eb"; }

.fa-wifi-strong::before {
  content: "\f1eb"; }

.fa-bath::before {
  content: "\f2cd"; }

.fa-bathtub::before {
  content: "\f2cd"; }

.fa-underline::before {
  content: "\f0cd"; }

.fa-user-pen::before {
  content: "\f4ff"; }

.fa-user-edit::before {
  content: "\f4ff"; }

.fa-signature::before {
  content: "\f5b7"; }

.fa-stroopwafel::before {
  content: "\f551"; }

.fa-bold::before {
  content: "\f032"; }

.fa-anchor-lock::before {
  content: "\e4ad"; }

.fa-building-ngo::before {
  content: "\e4d7"; }

.fa-manat-sign::before {
  content: "\e1d5"; }

.fa-not-equal::before {
  content: "\f53e"; }

.fa-border-top-left::before {
  content: "\f853"; }

.fa-border-style::before {
  content: "\f853"; }

.fa-map-location-dot::before {
  content: "\f5a0"; }

.fa-map-marked-alt::before {
  content: "\f5a0"; }

.fa-jedi::before {
  content: "\f669"; }

.fa-square-poll-vertical::before {
  content: "\f681"; }

.fa-poll::before {
  content: "\f681"; }

.fa-mug-hot::before {
  content: "\f7b6"; }

.fa-car-battery::before {
  content: "\f5df"; }

.fa-battery-car::before {
  content: "\f5df"; }

.fa-gift::before {
  content: "\f06b"; }

.fa-dice-two::before {
  content: "\f528"; }

.fa-chess-queen::before {
  content: "\f445"; }

.fa-glasses::before {
  content: "\f530"; }

.fa-chess-board::before {
  content: "\f43c"; }

.fa-building-circle-check::before {
  content: "\e4d2"; }

.fa-person-chalkboard::before {
  content: "\e53d"; }

.fa-mars-stroke-right::before {
  content: "\f22b"; }

.fa-mars-stroke-h::before {
  content: "\f22b"; }

.fa-hand-back-fist::before {
  content: "\f255"; }

.fa-hand-rock::before {
  content: "\f255"; }

.fa-square-caret-up::before {
  content: "\f151"; }

.fa-caret-square-up::before {
  content: "\f151"; }

.fa-cloud-showers-water::before {
  content: "\e4e4"; }

.fa-chart-bar::before {
  content: "\f080"; }

.fa-bar-chart::before {
  content: "\f080"; }

.fa-hands-bubbles::before {
  content: "\e05e"; }

.fa-hands-wash::before {
  content: "\e05e"; }

.fa-less-than-equal::before {
  content: "\f537"; }

.fa-train::before {
  content: "\f238"; }

.fa-eye-low-vision::before {
  content: "\f2a8"; }

.fa-low-vision::before {
  content: "\f2a8"; }

.fa-crow::before {
  content: "\f520"; }

.fa-sailboat::before {
  content: "\e445"; }

.fa-window-restore::before {
  content: "\f2d2"; }

.fa-square-plus::before {
  content: "\f0fe"; }

.fa-plus-square::before {
  content: "\f0fe"; }

.fa-torii-gate::before {
  content: "\f6a1"; }

.fa-frog::before {
  content: "\f52e"; }

.fa-bucket::before {
  content: "\e4cf"; }

.fa-image::before {
  content: "\f03e"; }

.fa-microphone::before {
  content: "\f130"; }

.fa-cow::before {
  content: "\f6c8"; }

.fa-caret-up::before {
  content: "\f0d8"; }

.fa-screwdriver::before {
  content: "\f54a"; }

.fa-folder-closed::before {
  content: "\e185"; }

.fa-house-tsunami::before {
  content: "\e515"; }

.fa-square-nfi::before {
  content: "\e576"; }

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }

.fa-martini-glass::before {
  content: "\f57b"; }

.fa-glass-martini-alt::before {
  content: "\f57b"; }

.fa-rotate-left::before {
  content: "\f2ea"; }

.fa-rotate-back::before {
  content: "\f2ea"; }

.fa-rotate-backward::before {
  content: "\f2ea"; }

.fa-undo-alt::before {
  content: "\f2ea"; }

.fa-table-columns::before {
  content: "\f0db"; }

.fa-columns::before {
  content: "\f0db"; }

.fa-lemon::before {
  content: "\f094"; }

.fa-head-side-mask::before {
  content: "\e063"; }

.fa-handshake::before {
  content: "\f2b5"; }

.fa-gem::before {
  content: "\f3a5"; }

.fa-dolly::before {
  content: "\f472"; }

.fa-dolly-box::before {
  content: "\f472"; }

.fa-smoking::before {
  content: "\f48d"; }

.fa-minimize::before {
  content: "\f78c"; }

.fa-compress-arrows-alt::before {
  content: "\f78c"; }

.fa-monument::before {
  content: "\f5a6"; }

.fa-snowplow::before {
  content: "\f7d2"; }

.fa-angles-right::before {
  content: "\f101"; }

.fa-angle-double-right::before {
  content: "\f101"; }

.fa-cannabis::before {
  content: "\f55f"; }

.fa-circle-play::before {
  content: "\f144"; }

.fa-play-circle::before {
  content: "\f144"; }

.fa-tablets::before {
  content: "\f490"; }

.fa-ethernet::before {
  content: "\f796"; }

.fa-euro-sign::before {
  content: "\f153"; }

.fa-eur::before {
  content: "\f153"; }

.fa-euro::before {
  content: "\f153"; }

.fa-chair::before {
  content: "\f6c0"; }

.fa-circle-check::before {
  content: "\f058"; }

.fa-check-circle::before {
  content: "\f058"; }

.fa-circle-stop::before {
  content: "\f28d"; }

.fa-stop-circle::before {
  content: "\f28d"; }

.fa-compass-drafting::before {
  content: "\f568"; }

.fa-drafting-compass::before {
  content: "\f568"; }

.fa-plate-wheat::before {
  content: "\e55a"; }

.fa-icicles::before {
  content: "\f7ad"; }

.fa-person-shelter::before {
  content: "\e54f"; }

.fa-neuter::before {
  content: "\f22c"; }

.fa-id-badge::before {
  content: "\f2c1"; }

.fa-marker::before {
  content: "\f5a1"; }

.fa-face-laugh-beam::before {
  content: "\f59a"; }

.fa-laugh-beam::before {
  content: "\f59a"; }

.fa-helicopter-symbol::before {
  content: "\e502"; }

.fa-universal-access::before {
  content: "\f29a"; }

.fa-circle-chevron-up::before {
  content: "\f139"; }

.fa-chevron-circle-up::before {
  content: "\f139"; }

.fa-lari-sign::before {
  content: "\e1c8"; }

.fa-volcano::before {
  content: "\f770"; }

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }

.fa-sterling-sign::before {
  content: "\f154"; }

.fa-gbp::before {
  content: "\f154"; }

.fa-pound-sign::before {
  content: "\f154"; }

.fa-viruses::before {
  content: "\e076"; }

.fa-square-person-confined::before {
  content: "\e577"; }

.fa-user-tie::before {
  content: "\f508"; }

.fa-arrow-down-long::before {
  content: "\f175"; }

.fa-long-arrow-down::before {
  content: "\f175"; }

.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }

.fa-certificate::before {
  content: "\f0a3"; }

.fa-reply-all::before {
  content: "\f122"; }

.fa-mail-reply-all::before {
  content: "\f122"; }

.fa-suitcase::before {
  content: "\f0f2"; }

.fa-person-skating::before {
  content: "\f7c5"; }

.fa-skating::before {
  content: "\f7c5"; }

.fa-filter-circle-dollar::before {
  content: "\f662"; }

.fa-funnel-dollar::before {
  content: "\f662"; }

.fa-camera-retro::before {
  content: "\f083"; }

.fa-circle-arrow-down::before {
  content: "\f0ab"; }

.fa-arrow-circle-down::before {
  content: "\f0ab"; }

.fa-file-import::before {
  content: "\f56f"; }

.fa-arrow-right-to-file::before {
  content: "\f56f"; }

.fa-square-arrow-up-right::before {
  content: "\f14c"; }

.fa-external-link-square::before {
  content: "\f14c"; }

.fa-box-open::before {
  content: "\f49e"; }

.fa-scroll::before {
  content: "\f70e"; }

.fa-spa::before {
  content: "\f5bb"; }

.fa-location-pin-lock::before {
  content: "\e51f"; }

.fa-pause::before {
  content: "\f04c"; }

.fa-hill-avalanche::before {
  content: "\e507"; }

.fa-temperature-empty::before {
  content: "\f2cb"; }

.fa-temperature-0::before {
  content: "\f2cb"; }

.fa-thermometer-0::before {
  content: "\f2cb"; }

.fa-thermometer-empty::before {
  content: "\f2cb"; }

.fa-bomb::before {
  content: "\f1e2"; }

.fa-registered::before {
  content: "\f25d"; }

.fa-address-card::before {
  content: "\f2bb"; }

.fa-contact-card::before {
  content: "\f2bb"; }

.fa-vcard::before {
  content: "\f2bb"; }

.fa-scale-unbalanced-flip::before {
  content: "\f516"; }

.fa-balance-scale-right::before {
  content: "\f516"; }

.fa-subscript::before {
  content: "\f12c"; }

.fa-diamond-turn-right::before {
  content: "\f5eb"; }

.fa-directions::before {
  content: "\f5eb"; }

.fa-burst::before {
  content: "\e4dc"; }

.fa-house-laptop::before {
  content: "\e066"; }

.fa-laptop-house::before {
  content: "\e066"; }

.fa-face-tired::before {
  content: "\f5c8"; }

.fa-tired::before {
  content: "\f5c8"; }

.fa-money-bills::before {
  content: "\e1f3"; }

.fa-smog::before {
  content: "\f75f"; }

.fa-crutch::before {
  content: "\f7f7"; }

.fa-cloud-arrow-up::before {
  content: "\f0ee"; }

.fa-cloud-upload::before {
  content: "\f0ee"; }

.fa-cloud-upload-alt::before {
  content: "\f0ee"; }

.fa-palette::before {
  content: "\f53f"; }

.fa-arrows-turn-right::before {
  content: "\e4c0"; }

.fa-vest::before {
  content: "\e085"; }

.fa-ferry::before {
  content: "\e4ea"; }

.fa-arrows-down-to-people::before {
  content: "\e4b9"; }

.fa-seedling::before {
  content: "\f4d8"; }

.fa-sprout::before {
  content: "\f4d8"; }

.fa-left-right::before {
  content: "\f337"; }

.fa-arrows-alt-h::before {
  content: "\f337"; }

.fa-boxes-packing::before {
  content: "\e4c7"; }

.fa-circle-arrow-left::before {
  content: "\f0a8"; }

.fa-arrow-circle-left::before {
  content: "\f0a8"; }

.fa-group-arrows-rotate::before {
  content: "\e4f6"; }

.fa-bowl-food::before {
  content: "\e4c6"; }

.fa-candy-cane::before {
  content: "\f786"; }

.fa-arrow-down-wide-short::before {
  content: "\f160"; }

.fa-sort-amount-asc::before {
  content: "\f160"; }

.fa-sort-amount-down::before {
  content: "\f160"; }

.fa-cloud-bolt::before {
  content: "\f76c"; }

.fa-thunderstorm::before {
  content: "\f76c"; }

.fa-text-slash::before {
  content: "\f87d"; }

.fa-remove-format::before {
  content: "\f87d"; }

.fa-face-smile-wink::before {
  content: "\f4da"; }

.fa-smile-wink::before {
  content: "\f4da"; }

.fa-file-word::before {
  content: "\f1c2"; }

.fa-file-powerpoint::before {
  content: "\f1c4"; }

.fa-arrows-left-right::before {
  content: "\f07e"; }

.fa-arrows-h::before {
  content: "\f07e"; }

.fa-house-lock::before {
  content: "\e510"; }

.fa-cloud-arrow-down::before {
  content: "\f0ed"; }

.fa-cloud-download::before {
  content: "\f0ed"; }

.fa-cloud-download-alt::before {
  content: "\f0ed"; }

.fa-children::before {
  content: "\e4e1"; }

.fa-chalkboard::before {
  content: "\f51b"; }

.fa-blackboard::before {
  content: "\f51b"; }

.fa-user-large-slash::before {
  content: "\f4fa"; }

.fa-user-alt-slash::before {
  content: "\f4fa"; }

.fa-envelope-open::before {
  content: "\f2b6"; }

.fa-handshake-simple-slash::before {
  content: "\e05f"; }

.fa-handshake-alt-slash::before {
  content: "\e05f"; }

.fa-mattress-pillow::before {
  content: "\e525"; }

.fa-guarani-sign::before {
  content: "\e19a"; }

.fa-arrows-rotate::before {
  content: "\f021"; }

.fa-refresh::before {
  content: "\f021"; }

.fa-sync::before {
  content: "\f021"; }

.fa-fire-extinguisher::before {
  content: "\f134"; }

.fa-cruzeiro-sign::before {
  content: "\e152"; }

.fa-greater-than-equal::before {
  content: "\f532"; }

.fa-shield-halved::before {
  content: "\f3ed"; }

.fa-shield-alt::before {
  content: "\f3ed"; }

.fa-book-atlas::before {
  content: "\f558"; }

.fa-atlas::before {
  content: "\f558"; }

.fa-virus::before {
  content: "\e074"; }

.fa-envelope-circle-check::before {
  content: "\e4e8"; }

.fa-layer-group::before {
  content: "\f5fd"; }

.fa-arrows-to-dot::before {
  content: "\e4be"; }

.fa-archway::before {
  content: "\f557"; }

.fa-heart-circle-check::before {
  content: "\e4fd"; }

.fa-house-chimney-crack::before {
  content: "\f6f1"; }

.fa-house-damage::before {
  content: "\f6f1"; }

.fa-file-zipper::before {
  content: "\f1c6"; }

.fa-file-archive::before {
  content: "\f1c6"; }

.fa-square::before {
  content: "\f0c8"; }

.fa-martini-glass-empty::before {
  content: "\f000"; }

.fa-glass-martini::before {
  content: "\f000"; }

.fa-couch::before {
  content: "\f4b8"; }

.fa-cedi-sign::before {
  content: "\e0df"; }

.fa-italic::before {
  content: "\f033"; }

.fa-table-cells-column-lock::before {
  content: "\e678"; }

.fa-church::before {
  content: "\f51d"; }

.fa-comments-dollar::before {
  content: "\f653"; }

.fa-democrat::before {
  content: "\f747"; }

.fa-z::before {
  content: "\5a"; }

.fa-person-skiing::before {
  content: "\f7c9"; }

.fa-skiing::before {
  content: "\f7c9"; }

.fa-road-lock::before {
  content: "\e567"; }

.fa-a::before {
  content: "\41"; }

.fa-temperature-arrow-down::before {
  content: "\e03f"; }

.fa-temperature-down::before {
  content: "\e03f"; }

.fa-feather-pointed::before {
  content: "\f56b"; }

.fa-feather-alt::before {
  content: "\f56b"; }

.fa-p::before {
  content: "\50"; }

.fa-snowflake::before {
  content: "\f2dc"; }

.fa-newspaper::before {
  content: "\f1ea"; }

.fa-rectangle-ad::before {
  content: "\f641"; }

.fa-ad::before {
  content: "\f641"; }

.fa-circle-arrow-right::before {
  content: "\f0a9"; }

.fa-arrow-circle-right::before {
  content: "\f0a9"; }

.fa-filter-circle-xmark::before {
  content: "\e17b"; }

.fa-locust::before {
  content: "\e520"; }

.fa-sort::before {
  content: "\f0dc"; }

.fa-unsorted::before {
  content: "\f0dc"; }

.fa-list-ol::before {
  content: "\f0cb"; }

.fa-list-1-2::before {
  content: "\f0cb"; }

.fa-list-numeric::before {
  content: "\f0cb"; }

.fa-person-dress-burst::before {
  content: "\e544"; }

.fa-money-check-dollar::before {
  content: "\f53d"; }

.fa-money-check-alt::before {
  content: "\f53d"; }

.fa-vector-square::before {
  content: "\f5cb"; }

.fa-bread-slice::before {
  content: "\f7ec"; }

.fa-language::before {
  content: "\f1ab"; }

.fa-face-kiss-wink-heart::before {
  content: "\f598"; }

.fa-kiss-wink-heart::before {
  content: "\f598"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-question::before {
  content: "\3f"; }

.fa-file-signature::before {
  content: "\f573"; }

.fa-up-down-left-right::before {
  content: "\f0b2"; }

.fa-arrows-alt::before {
  content: "\f0b2"; }

.fa-house-chimney-user::before {
  content: "\e065"; }

.fa-hand-holding-heart::before {
  content: "\f4be"; }

.fa-puzzle-piece::before {
  content: "\f12e"; }

.fa-money-check::before {
  content: "\f53c"; }

.fa-star-half-stroke::before {
  content: "\f5c0"; }

.fa-star-half-alt::before {
  content: "\f5c0"; }

.fa-code::before {
  content: "\f121"; }

.fa-whiskey-glass::before {
  content: "\f7a0"; }

.fa-glass-whiskey::before {
  content: "\f7a0"; }

.fa-building-circle-exclamation::before {
  content: "\e4d3"; }

.fa-magnifying-glass-chart::before {
  content: "\e522"; }

.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fa-external-link::before {
  content: "\f08e"; }

.fa-cubes-stacked::before {
  content: "\e4e6"; }

.fa-won-sign::before {
  content: "\f159"; }

.fa-krw::before {
  content: "\f159"; }

.fa-won::before {
  content: "\f159"; }

.fa-virus-covid::before {
  content: "\e4a8"; }

.fa-austral-sign::before {
  content: "\e0a9"; }

.fa-f::before {
  content: "\46"; }

.fa-leaf::before {
  content: "\f06c"; }

.fa-road::before {
  content: "\f018"; }

.fa-taxi::before {
  content: "\f1ba"; }

.fa-cab::before {
  content: "\f1ba"; }

.fa-person-circle-plus::before {
  content: "\e541"; }

.fa-chart-pie::before {
  content: "\f200"; }

.fa-pie-chart::before {
  content: "\f200"; }

.fa-bolt-lightning::before {
  content: "\e0b7"; }

.fa-sack-xmark::before {
  content: "\e56a"; }

.fa-file-excel::before {
  content: "\f1c3"; }

.fa-file-contract::before {
  content: "\f56c"; }

.fa-fish-fins::before {
  content: "\e4f2"; }

.fa-building-flag::before {
  content: "\e4d5"; }

.fa-face-grin-beam::before {
  content: "\f582"; }

.fa-grin-beam::before {
  content: "\f582"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-poop::before {
  content: "\f619"; }

.fa-location-pin::before {
  content: "\f041"; }

.fa-map-marker::before {
  content: "\f041"; }

.fa-kaaba::before {
  content: "\f66b"; }

.fa-toilet-paper::before {
  content: "\f71e"; }

.fa-helmet-safety::before {
  content: "\f807"; }

.fa-hard-hat::before {
  content: "\f807"; }

.fa-hat-hard::before {
  content: "\f807"; }

.fa-eject::before {
  content: "\f052"; }

.fa-circle-right::before {
  content: "\f35a"; }

.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }

.fa-plane-circle-check::before {
  content: "\e555"; }

.fa-face-rolling-eyes::before {
  content: "\f5a5"; }

.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-chart-line::before {
  content: "\f201"; }

.fa-line-chart::before {
  content: "\f201"; }

.fa-mask-ventilator::before {
  content: "\e524"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-signs-post::before {
  content: "\f277"; }

.fa-map-signs::before {
  content: "\f277"; }

.fa-cash-register::before {
  content: "\f788"; }

.fa-person-circle-question::before {
  content: "\e542"; }

.fa-h::before {
  content: "\48"; }

.fa-tarp::before {
  content: "\e57b"; }

.fa-screwdriver-wrench::before {
  content: "\f7d9"; }

.fa-tools::before {
  content: "\f7d9"; }

.fa-arrows-to-eye::before {
  content: "\e4bf"; }

.fa-plug-circle-bolt::before {
  content: "\e55b"; }

.fa-heart::before {
  content: "\f004"; }

.fa-mars-and-venus::before {
  content: "\f224"; }

.fa-house-user::before {
  content: "\e1b0"; }

.fa-home-user::before {
  content: "\e1b0"; }

.fa-dumpster-fire::before {
  content: "\f794"; }

.fa-house-crack::before {
  content: "\e3b1"; }

.fa-martini-glass-citrus::before {
  content: "\f561"; }

.fa-cocktail::before {
  content: "\f561"; }

.fa-face-surprise::before {
  content: "\f5c2"; }

.fa-surprise::before {
  content: "\f5c2"; }

.fa-bottle-water::before {
  content: "\e4c5"; }

.fa-circle-pause::before {
  content: "\f28b"; }

.fa-pause-circle::before {
  content: "\f28b"; }

.fa-toilet-paper-slash::before {
  content: "\e072"; }

.fa-apple-whole::before {
  content: "\f5d1"; }

.fa-apple-alt::before {
  content: "\f5d1"; }

.fa-kitchen-set::before {
  content: "\e51a"; }

.fa-r::before {
  content: "\52"; }

.fa-temperature-quarter::before {
  content: "\f2ca"; }

.fa-temperature-1::before {
  content: "\f2ca"; }

.fa-thermometer-1::before {
  content: "\f2ca"; }

.fa-thermometer-quarter::before {
  content: "\f2ca"; }

.fa-cube::before {
  content: "\f1b2"; }

.fa-bitcoin-sign::before {
  content: "\e0b4"; }

.fa-shield-dog::before {
  content: "\e573"; }

.fa-solar-panel::before {
  content: "\f5ba"; }

.fa-lock-open::before {
  content: "\f3c1"; }

.fa-elevator::before {
  content: "\e16d"; }

.fa-money-bill-transfer::before {
  content: "\e528"; }

.fa-money-bill-trend-up::before {
  content: "\e529"; }

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }

.fa-square-poll-horizontal::before {
  content: "\f682"; }

.fa-poll-h::before {
  content: "\f682"; }

.fa-circle::before {
  content: "\f111"; }

.fa-backward-fast::before {
  content: "\f049"; }

.fa-fast-backward::before {
  content: "\f049"; }

.fa-recycle::before {
  content: "\f1b8"; }

.fa-user-astronaut::before {
  content: "\f4fb"; }

.fa-plane-slash::before {
  content: "\e069"; }

.fa-trademark::before {
  content: "\f25c"; }

.fa-basketball::before {
  content: "\f434"; }

.fa-basketball-ball::before {
  content: "\f434"; }

.fa-satellite-dish::before {
  content: "\f7c0"; }

.fa-circle-up::before {
  content: "\f35b"; }

.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fa-mobile-screen-button::before {
  content: "\f3cd"; }

.fa-mobile-alt::before {
  content: "\f3cd"; }

.fa-volume-high::before {
  content: "\f028"; }

.fa-volume-up::before {
  content: "\f028"; }

.fa-users-rays::before {
  content: "\e593"; }

.fa-wallet::before {
  content: "\f555"; }

.fa-clipboard-check::before {
  content: "\f46c"; }

.fa-file-audio::before {
  content: "\f1c7"; }

.fa-burger::before {
  content: "\f805"; }

.fa-hamburger::before {
  content: "\f805"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-bugs::before {
  content: "\e4d0"; }

.fa-rupee-sign::before {
  content: "\f156"; }

.fa-rupee::before {
  content: "\f156"; }

.fa-file-image::before {
  content: "\f1c5"; }

.fa-circle-question::before {
  content: "\f059"; }

.fa-question-circle::before {
  content: "\f059"; }

.fa-plane-departure::before {
  content: "\f5b0"; }

.fa-handshake-slash::before {
  content: "\e060"; }

.fa-book-bookmark::before {
  content: "\e0bb"; }

.fa-code-branch::before {
  content: "\f126"; }

.fa-hat-cowboy::before {
  content: "\f8c0"; }

.fa-bridge::before {
  content: "\e4c8"; }

.fa-phone-flip::before {
  content: "\f879"; }

.fa-phone-alt::before {
  content: "\f879"; }

.fa-truck-front::before {
  content: "\e2b7"; }

.fa-cat::before {
  content: "\f6be"; }

.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }

.fa-truck-field::before {
  content: "\e58d"; }

.fa-route::before {
  content: "\f4d7"; }

.fa-clipboard-question::before {
  content: "\e4e3"; }

.fa-panorama::before {
  content: "\e209"; }

.fa-comment-medical::before {
  content: "\f7f5"; }

.fa-teeth-open::before {
  content: "\f62f"; }

.fa-file-circle-minus::before {
  content: "\e4ed"; }

.fa-tags::before {
  content: "\f02c"; }

.fa-wine-glass::before {
  content: "\f4e3"; }

.fa-forward-fast::before {
  content: "\f050"; }

.fa-fast-forward::before {
  content: "\f050"; }

.fa-face-meh-blank::before {
  content: "\f5a4"; }

.fa-meh-blank::before {
  content: "\f5a4"; }

.fa-square-parking::before {
  content: "\f540"; }

.fa-parking::before {
  content: "\f540"; }

.fa-house-signal::before {
  content: "\e012"; }

.fa-bars-progress::before {
  content: "\f828"; }

.fa-tasks-alt::before {
  content: "\f828"; }

.fa-faucet-drip::before {
  content: "\e006"; }

.fa-cart-flatbed::before {
  content: "\f474"; }

.fa-dolly-flatbed::before {
  content: "\f474"; }

.fa-ban-smoking::before {
  content: "\f54d"; }

.fa-smoking-ban::before {
  content: "\f54d"; }

.fa-terminal::before {
  content: "\f120"; }

.fa-mobile-button::before {
  content: "\f10b"; }

.fa-house-medical-flag::before {
  content: "\e514"; }

.fa-basket-shopping::before {
  content: "\f291"; }

.fa-shopping-basket::before {
  content: "\f291"; }

.fa-tape::before {
  content: "\f4db"; }

.fa-bus-simple::before {
  content: "\f55e"; }

.fa-bus-alt::before {
  content: "\f55e"; }

.fa-eye::before {
  content: "\f06e"; }

.fa-face-sad-cry::before {
  content: "\f5b3"; }

.fa-sad-cry::before {
  content: "\f5b3"; }

.fa-audio-description::before {
  content: "\f29e"; }

.fa-person-military-to-person::before {
  content: "\e54c"; }

.fa-file-shield::before {
  content: "\e4f0"; }

.fa-user-slash::before {
  content: "\f506"; }

.fa-pen::before {
  content: "\f304"; }

.fa-tower-observation::before {
  content: "\e586"; }

.fa-file-code::before {
  content: "\f1c9"; }

.fa-signal::before {
  content: "\f012"; }

.fa-signal-5::before {
  content: "\f012"; }

.fa-signal-perfect::before {
  content: "\f012"; }

.fa-bus::before {
  content: "\f207"; }

.fa-heart-circle-xmark::before {
  content: "\e501"; }

.fa-house-chimney::before {
  content: "\e3af"; }

.fa-home-lg::before {
  content: "\e3af"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

.fa-face-frown::before {
  content: "\f119"; }

.fa-frown::before {
  content: "\f119"; }

.fa-prescription::before {
  content: "\f5b1"; }

.fa-shop::before {
  content: "\f54f"; }

.fa-store-alt::before {
  content: "\f54f"; }

.fa-floppy-disk::before {
  content: "\f0c7"; }

.fa-save::before {
  content: "\f0c7"; }

.fa-vihara::before {
  content: "\f6a7"; }

.fa-scale-unbalanced::before {
  content: "\f515"; }

.fa-balance-scale-left::before {
  content: "\f515"; }

.fa-sort-up::before {
  content: "\f0de"; }

.fa-sort-asc::before {
  content: "\f0de"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-commenting::before {
  content: "\f4ad"; }

.fa-plant-wilt::before {
  content: "\e5aa"; }

.fa-diamond::before {
  content: "\f219"; }

.fa-face-grin-squint::before {
  content: "\f585"; }

.fa-grin-squint::before {
  content: "\f585"; }

.fa-hand-holding-dollar::before {
  content: "\f4c0"; }

.fa-hand-holding-usd::before {
  content: "\f4c0"; }

.fa-bacterium::before {
  content: "\e05a"; }

.fa-hand-pointer::before {
  content: "\f25a"; }

.fa-drum-steelpan::before {
  content: "\f56a"; }

.fa-hand-scissors::before {
  content: "\f257"; }

.fa-hands-praying::before {
  content: "\f684"; }

.fa-praying-hands::before {
  content: "\f684"; }

.fa-arrow-rotate-right::before {
  content: "\f01e"; }

.fa-arrow-right-rotate::before {
  content: "\f01e"; }

.fa-arrow-rotate-forward::before {
  content: "\f01e"; }

.fa-redo::before {
  content: "\f01e"; }

.fa-biohazard::before {
  content: "\f780"; }

.fa-location-crosshairs::before {
  content: "\f601"; }

.fa-location::before {
  content: "\f601"; }

.fa-mars-double::before {
  content: "\f227"; }

.fa-child-dress::before {
  content: "\e59c"; }

.fa-users-between-lines::before {
  content: "\e591"; }

.fa-lungs-virus::before {
  content: "\e067"; }

.fa-face-grin-tears::before {
  content: "\f588"; }

.fa-grin-tears::before {
  content: "\f588"; }

.fa-phone::before {
  content: "\f095"; }

.fa-calendar-xmark::before {
  content: "\f273"; }

.fa-calendar-times::before {
  content: "\f273"; }

.fa-child-reaching::before {
  content: "\e59d"; }

.fa-head-side-virus::before {
  content: "\e064"; }

.fa-user-gear::before {
  content: "\f4fe"; }

.fa-user-cog::before {
  content: "\f4fe"; }

.fa-arrow-up-1-9::before {
  content: "\f163"; }

.fa-sort-numeric-up::before {
  content: "\f163"; }

.fa-door-closed::before {
  content: "\f52a"; }

.fa-shield-virus::before {
  content: "\e06c"; }

.fa-dice-six::before {
  content: "\f526"; }

.fa-mosquito-net::before {
  content: "\e52c"; }

.fa-bridge-water::before {
  content: "\e4ce"; }

.fa-person-booth::before {
  content: "\f756"; }

.fa-text-width::before {
  content: "\f035"; }

.fa-hat-wizard::before {
  content: "\f6e8"; }

.fa-pen-fancy::before {
  content: "\f5ac"; }

.fa-person-digging::before {
  content: "\f85e"; }

.fa-digging::before {
  content: "\f85e"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-gauge-simple::before {
  content: "\f629"; }

.fa-gauge-simple-med::before {
  content: "\f629"; }

.fa-tachometer-average::before {
  content: "\f629"; }

.fa-book-medical::before {
  content: "\f7e6"; }

.fa-poo::before {
  content: "\f2fe"; }

.fa-quote-right::before {
  content: "\f10e"; }

.fa-quote-right-alt::before {
  content: "\f10e"; }

.fa-shirt::before {
  content: "\f553"; }

.fa-t-shirt::before {
  content: "\f553"; }

.fa-tshirt::before {
  content: "\f553"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-divide::before {
  content: "\f529"; }

.fa-tenge-sign::before {
  content: "\f7d7"; }

.fa-tenge::before {
  content: "\f7d7"; }

.fa-headphones::before {
  content: "\f025"; }

.fa-hands-holding::before {
  content: "\f4c2"; }

.fa-hands-clapping::before {
  content: "\e1a8"; }

.fa-republican::before {
  content: "\f75e"; }

.fa-arrow-left::before {
  content: "\f060"; }

.fa-person-circle-xmark::before {
  content: "\e543"; }

.fa-ruler::before {
  content: "\f545"; }

.fa-align-left::before {
  content: "\f036"; }

.fa-dice-d6::before {
  content: "\f6d1"; }

.fa-restroom::before {
  content: "\f7bd"; }

.fa-j::before {
  content: "\4a"; }

.fa-users-viewfinder::before {
  content: "\e595"; }

.fa-file-video::before {
  content: "\f1c8"; }

.fa-up-right-from-square::before {
  content: "\f35d"; }

.fa-external-link-alt::before {
  content: "\f35d"; }

.fa-table-cells::before {
  content: "\f00a"; }

.fa-th::before {
  content: "\f00a"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-book-bible::before {
  content: "\f647"; }

.fa-bible::before {
  content: "\f647"; }

.fa-o::before {
  content: "\4f"; }

.fa-suitcase-medical::before {
  content: "\f0fa"; }

.fa-medkit::before {
  content: "\f0fa"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-otter::before {
  content: "\f700"; }

.fa-person-dress::before {
  content: "\f182"; }

.fa-female::before {
  content: "\f182"; }

.fa-comment-dollar::before {
  content: "\f651"; }

.fa-business-time::before {
  content: "\f64a"; }

.fa-briefcase-clock::before {
  content: "\f64a"; }

.fa-table-cells-large::before {
  content: "\f009"; }

.fa-th-large::before {
  content: "\f009"; }

.fa-book-tanakh::before {
  content: "\f827"; }

.fa-tanakh::before {
  content: "\f827"; }

.fa-phone-volume::before {
  content: "\f2a0"; }

.fa-volume-control-phone::before {
  content: "\f2a0"; }

.fa-hat-cowboy-side::before {
  content: "\f8c1"; }

.fa-clipboard-user::before {
  content: "\f7f3"; }

.fa-child::before {
  content: "\f1ae"; }

.fa-lira-sign::before {
  content: "\f195"; }

.fa-satellite::before {
  content: "\f7bf"; }

.fa-plane-lock::before {
  content: "\e558"; }

.fa-tag::before {
  content: "\f02b"; }

.fa-comment::before {
  content: "\f075"; }

.fa-cake-candles::before {
  content: "\f1fd"; }

.fa-birthday-cake::before {
  content: "\f1fd"; }

.fa-cake::before {
  content: "\f1fd"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-angles-up::before {
  content: "\f102"; }

.fa-angle-double-up::before {
  content: "\f102"; }

.fa-paperclip::before {
  content: "\f0c6"; }

.fa-arrow-right-to-city::before {
  content: "\e4b3"; }

.fa-ribbon::before {
  content: "\f4d6"; }

.fa-lungs::before {
  content: "\f604"; }

.fa-arrow-up-9-1::before {
  content: "\f887"; }

.fa-sort-numeric-up-alt::before {
  content: "\f887"; }

.fa-litecoin-sign::before {
  content: "\e1d3"; }

.fa-border-none::before {
  content: "\f850"; }

.fa-circle-nodes::before {
  content: "\e4e2"; }

.fa-parachute-box::before {
  content: "\f4cd"; }

.fa-indent::before {
  content: "\f03c"; }

.fa-truck-field-un::before {
  content: "\e58e"; }

.fa-hourglass::before {
  content: "\f254"; }

.fa-hourglass-empty::before {
  content: "\f254"; }

.fa-mountain::before {
  content: "\f6fc"; }

.fa-user-doctor::before {
  content: "\f0f0"; }

.fa-user-md::before {
  content: "\f0f0"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-info-circle::before {
  content: "\f05a"; }

.fa-cloud-meatball::before {
  content: "\f73b"; }

.fa-camera::before {
  content: "\f030"; }

.fa-camera-alt::before {
  content: "\f030"; }

.fa-square-virus::before {
  content: "\e578"; }

.fa-meteor::before {
  content: "\f753"; }

.fa-car-on::before {
  content: "\e4dd"; }

.fa-sleigh::before {
  content: "\f7cc"; }

.fa-arrow-down-1-9::before {
  content: "\f162"; }

.fa-sort-numeric-asc::before {
  content: "\f162"; }

.fa-sort-numeric-down::before {
  content: "\f162"; }

.fa-hand-holding-droplet::before {
  content: "\f4c1"; }

.fa-hand-holding-water::before {
  content: "\f4c1"; }

.fa-water::before {
  content: "\f773"; }

.fa-calendar-check::before {
  content: "\f274"; }

.fa-braille::before {
  content: "\f2a1"; }

.fa-prescription-bottle-medical::before {
  content: "\f486"; }

.fa-prescription-bottle-alt::before {
  content: "\f486"; }

.fa-landmark::before {
  content: "\f66f"; }

.fa-truck::before {
  content: "\f0d1"; }

.fa-crosshairs::before {
  content: "\f05b"; }

.fa-person-cane::before {
  content: "\e53c"; }

.fa-tent::before {
  content: "\e57d"; }

.fa-vest-patches::before {
  content: "\e086"; }

.fa-check-double::before {
  content: "\f560"; }

.fa-arrow-down-a-z::before {
  content: "\f15d"; }

.fa-sort-alpha-asc::before {
  content: "\f15d"; }

.fa-sort-alpha-down::before {
  content: "\f15d"; }

.fa-money-bill-wheat::before {
  content: "\e52a"; }

.fa-cookie::before {
  content: "\f563"; }

.fa-arrow-rotate-left::before {
  content: "\f0e2"; }

.fa-arrow-left-rotate::before {
  content: "\f0e2"; }

.fa-arrow-rotate-back::before {
  content: "\f0e2"; }

.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }

.fa-undo::before {
  content: "\f0e2"; }

.fa-hard-drive::before {
  content: "\f0a0"; }

.fa-hdd::before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears::before {
  content: "\f586"; }

.fa-grin-squint-tears::before {
  content: "\f586"; }

.fa-dumbbell::before {
  content: "\f44b"; }

.fa-rectangle-list::before {
  content: "\f022"; }

.fa-list-alt::before {
  content: "\f022"; }

.fa-tarp-droplet::before {
  content: "\e57c"; }

.fa-house-medical-circle-check::before {
  content: "\e511"; }

.fa-person-skiing-nordic::before {
  content: "\f7ca"; }

.fa-skiing-nordic::before {
  content: "\f7ca"; }

.fa-calendar-plus::before {
  content: "\f271"; }

.fa-plane-arrival::before {
  content: "\f5af"; }

.fa-circle-left::before {
  content: "\f359"; }

.fa-arrow-alt-circle-left::before {
  content: "\f359"; }

.fa-train-subway::before {
  content: "\f239"; }

.fa-subway::before {
  content: "\f239"; }

.fa-chart-gantt::before {
  content: "\e0e4"; }

.fa-indian-rupee-sign::before {
  content: "\e1bc"; }

.fa-indian-rupee::before {
  content: "\e1bc"; }

.fa-inr::before {
  content: "\e1bc"; }

.fa-crop-simple::before {
  content: "\f565"; }

.fa-crop-alt::before {
  content: "\f565"; }

.fa-money-bill-1::before {
  content: "\f3d1"; }

.fa-money-bill-alt::before {
  content: "\f3d1"; }

.fa-left-long::before {
  content: "\f30a"; }

.fa-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa-dna::before {
  content: "\f471"; }

.fa-virus-slash::before {
  content: "\e075"; }

.fa-minus::before {
  content: "\f068"; }

.fa-subtract::before {
  content: "\f068"; }

.fa-chess::before {
  content: "\f439"; }

.fa-arrow-left-long::before {
  content: "\f177"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

.fa-plug-circle-check::before {
  content: "\e55c"; }

.fa-street-view::before {
  content: "\f21d"; }

.fa-franc-sign::before {
  content: "\e18f"; }

.fa-volume-off::before {
  content: "\f026"; }

.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-asl-interpreting::before {
  content: "\f2a3"; }

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-gear::before {
  content: "\f013"; }

.fa-cog::before {
  content: "\f013"; }

.fa-droplet-slash::before {
  content: "\f5c7"; }

.fa-tint-slash::before {
  content: "\f5c7"; }

.fa-mosque::before {
  content: "\f678"; }

.fa-mosquito::before {
  content: "\e52b"; }

.fa-star-of-david::before {
  content: "\f69a"; }

.fa-person-military-rifle::before {
  content: "\e54b"; }

.fa-cart-shopping::before {
  content: "\f07a"; }

.fa-shopping-cart::before {
  content: "\f07a"; }

.fa-vials::before {
  content: "\f493"; }

.fa-plug-circle-plus::before {
  content: "\e55f"; }

.fa-place-of-worship::before {
  content: "\f67f"; }

.fa-grip-vertical::before {
  content: "\f58e"; }

.fa-arrow-turn-up::before {
  content: "\f148"; }

.fa-level-up::before {
  content: "\f148"; }

.fa-u::before {
  content: "\55"; }

.fa-square-root-variable::before {
  content: "\f698"; }

.fa-square-root-alt::before {
  content: "\f698"; }

.fa-clock::before {
  content: "\f017"; }

.fa-clock-four::before {
  content: "\f017"; }

.fa-backward-step::before {
  content: "\f048"; }

.fa-step-backward::before {
  content: "\f048"; }

.fa-pallet::before {
  content: "\f482"; }

.fa-faucet::before {
  content: "\e005"; }

.fa-baseball-bat-ball::before {
  content: "\f432"; }

.fa-s::before {
  content: "\53"; }

.fa-timeline::before {
  content: "\e29c"; }

.fa-keyboard::before {
  content: "\f11c"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-house-chimney-medical::before {
  content: "\f7f2"; }

.fa-clinic-medical::before {
  content: "\f7f2"; }

.fa-temperature-three-quarters::before {
  content: "\f2c8"; }

.fa-temperature-3::before {
  content: "\f2c8"; }

.fa-thermometer-3::before {
  content: "\f2c8"; }

.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-mobile-screen::before {
  content: "\f3cf"; }

.fa-mobile-android-alt::before {
  content: "\f3cf"; }

.fa-plane-up::before {
  content: "\e22d"; }

.fa-piggy-bank::before {
  content: "\f4d3"; }

.fa-battery-half::before {
  content: "\f242"; }

.fa-battery-3::before {
  content: "\f242"; }

.fa-mountain-city::before {
  content: "\e52e"; }

.fa-coins::before {
  content: "\f51e"; }

.fa-khanda::before {
  content: "\f66d"; }

.fa-sliders::before {
  content: "\f1de"; }

.fa-sliders-h::before {
  content: "\f1de"; }

.fa-folder-tree::before {
  content: "\f802"; }

.fa-network-wired::before {
  content: "\f6ff"; }

.fa-map-pin::before {
  content: "\f276"; }

.fa-hamsa::before {
  content: "\f665"; }

.fa-cent-sign::before {
  content: "\e3f5"; }

.fa-flask::before {
  content: "\f0c3"; }

.fa-person-pregnant::before {
  content: "\e31e"; }

.fa-wand-sparkles::before {
  content: "\f72b"; }

.fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

.fa-ticket::before {
  content: "\f145"; }

.fa-power-off::before {
  content: "\f011"; }

.fa-right-long::before {
  content: "\f30b"; }

.fa-long-arrow-alt-right::before {
  content: "\f30b"; }

.fa-flag-usa::before {
  content: "\f74d"; }

.fa-laptop-file::before {
  content: "\e51d"; }

.fa-tty::before {
  content: "\f1e4"; }

.fa-teletype::before {
  content: "\f1e4"; }

.fa-diagram-next::before {
  content: "\e476"; }

.fa-person-rifle::before {
  content: "\e54e"; }

.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }

.fa-closed-captioning::before {
  content: "\f20a"; }

.fa-person-hiking::before {
  content: "\f6ec"; }

.fa-hiking::before {
  content: "\f6ec"; }

.fa-venus-double::before {
  content: "\f226"; }

.fa-images::before {
  content: "\f302"; }

.fa-calculator::before {
  content: "\f1ec"; }

.fa-people-pulling::before {
  content: "\e535"; }

.fa-n::before {
  content: "\4e"; }

.fa-cable-car::before {
  content: "\f7da"; }

.fa-tram::before {
  content: "\f7da"; }

.fa-cloud-rain::before {
  content: "\f73d"; }

.fa-building-circle-xmark::before {
  content: "\e4d4"; }

.fa-ship::before {
  content: "\f21a"; }

.fa-arrows-down-to-line::before {
  content: "\e4b8"; }

.fa-download::before {
  content: "\f019"; }

.fa-face-grin::before {
  content: "\f580"; }

.fa-grin::before {
  content: "\f580"; }

.fa-delete-left::before {
  content: "\f55a"; }

.fa-backspace::before {
  content: "\f55a"; }

.fa-eye-dropper::before {
  content: "\f1fb"; }

.fa-eye-dropper-empty::before {
  content: "\f1fb"; }

.fa-eyedropper::before {
  content: "\f1fb"; }

.fa-file-circle-check::before {
  content: "\e5a0"; }

.fa-forward::before {
  content: "\f04e"; }

.fa-mobile::before {
  content: "\f3ce"; }

.fa-mobile-android::before {
  content: "\f3ce"; }

.fa-mobile-phone::before {
  content: "\f3ce"; }

.fa-face-meh::before {
  content: "\f11a"; }

.fa-meh::before {
  content: "\f11a"; }

.fa-align-center::before {
  content: "\f037"; }

.fa-book-skull::before {
  content: "\f6b7"; }

.fa-book-dead::before {
  content: "\f6b7"; }

.fa-id-card::before {
  content: "\f2c2"; }

.fa-drivers-license::before {
  content: "\f2c2"; }

.fa-outdent::before {
  content: "\f03b"; }

.fa-dedent::before {
  content: "\f03b"; }

.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }

.fa-house::before {
  content: "\f015"; }

.fa-home::before {
  content: "\f015"; }

.fa-home-alt::before {
  content: "\f015"; }

.fa-home-lg-alt::before {
  content: "\f015"; }

.fa-calendar-week::before {
  content: "\f784"; }

.fa-laptop-medical::before {
  content: "\f812"; }

.fa-b::before {
  content: "\42"; }

.fa-file-medical::before {
  content: "\f477"; }

.fa-dice-one::before {
  content: "\f525"; }

.fa-kiwi-bird::before {
  content: "\f535"; }

.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }

.fa-exchange::before {
  content: "\f0ec"; }

.fa-rotate-right::before {
  content: "\f2f9"; }

.fa-redo-alt::before {
  content: "\f2f9"; }

.fa-rotate-forward::before {
  content: "\f2f9"; }

.fa-utensils::before {
  content: "\f2e7"; }

.fa-cutlery::before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short::before {
  content: "\f161"; }

.fa-sort-amount-up::before {
  content: "\f161"; }

.fa-mill-sign::before {
  content: "\e1ed"; }

.fa-bowl-rice::before {
  content: "\e2eb"; }

.fa-skull::before {
  content: "\f54c"; }

.fa-tower-broadcast::before {
  content: "\f519"; }

.fa-broadcast-tower::before {
  content: "\f519"; }

.fa-truck-pickup::before {
  content: "\f63c"; }

.fa-up-long::before {
  content: "\f30c"; }

.fa-long-arrow-alt-up::before {
  content: "\f30c"; }

.fa-stop::before {
  content: "\f04d"; }

.fa-code-merge::before {
  content: "\f387"; }

.fa-upload::before {
  content: "\f093"; }

.fa-hurricane::before {
  content: "\f751"; }

.fa-mound::before {
  content: "\e52d"; }

.fa-toilet-portable::before {
  content: "\e583"; }

.fa-compact-disc::before {
  content: "\f51f"; }

.fa-file-arrow-down::before {
  content: "\f56d"; }

.fa-file-download::before {
  content: "\f56d"; }

.fa-caravan::before {
  content: "\f8ff"; }

.fa-shield-cat::before {
  content: "\e572"; }

.fa-bolt::before {
  content: "\f0e7"; }

.fa-zap::before {
  content: "\f0e7"; }

.fa-glass-water::before {
  content: "\e4f4"; }

.fa-oil-well::before {
  content: "\e532"; }

.fa-vault::before {
  content: "\e2c5"; }

.fa-mars::before {
  content: "\f222"; }

.fa-toilet::before {
  content: "\f7d8"; }

.fa-plane-circle-xmark::before {
  content: "\e557"; }

.fa-yen-sign::before {
  content: "\f157"; }

.fa-cny::before {
  content: "\f157"; }

.fa-jpy::before {
  content: "\f157"; }

.fa-rmb::before {
  content: "\f157"; }

.fa-yen::before {
  content: "\f157"; }

.fa-ruble-sign::before {
  content: "\f158"; }

.fa-rouble::before {
  content: "\f158"; }

.fa-rub::before {
  content: "\f158"; }

.fa-ruble::before {
  content: "\f158"; }

.fa-sun::before {
  content: "\f185"; }

.fa-guitar::before {
  content: "\f7a6"; }

.fa-face-laugh-wink::before {
  content: "\f59c"; }

.fa-laugh-wink::before {
  content: "\f59c"; }

.fa-horse-head::before {
  content: "\f7ab"; }

.fa-bore-hole::before {
  content: "\e4c3"; }

.fa-industry::before {
  content: "\f275"; }

.fa-circle-down::before {
  content: "\f358"; }

.fa-arrow-alt-circle-down::before {
  content: "\f358"; }

.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }

.fa-florin-sign::before {
  content: "\e184"; }

.fa-arrow-down-short-wide::before {
  content: "\f884"; }

.fa-sort-amount-desc::before {
  content: "\f884"; }

.fa-sort-amount-down-alt::before {
  content: "\f884"; }

.fa-less-than::before {
  content: "\3c"; }

.fa-angle-down::before {
  content: "\f107"; }

.fa-car-tunnel::before {
  content: "\e4de"; }

.fa-head-side-cough::before {
  content: "\e061"; }

.fa-grip-lines::before {
  content: "\f7a4"; }

.fa-thumbs-down::before {
  content: "\f165"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-arrow-right-long::before {
  content: "\f178"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }

.fa-ellipsis::before {
  content: "\f141"; }

.fa-ellipsis-h::before {
  content: "\f141"; }

.fa-chess-pawn::before {
  content: "\f443"; }

.fa-kit-medical::before {
  content: "\f479"; }

.fa-first-aid::before {
  content: "\f479"; }

.fa-person-through-window::before {
  content: "\e5a9"; }

.fa-toolbox::before {
  content: "\f552"; }

.fa-hands-holding-circle::before {
  content: "\e4fb"; }

.fa-bug::before {
  content: "\f188"; }

.fa-credit-card::before {
  content: "\f09d"; }

.fa-credit-card-alt::before {
  content: "\f09d"; }

.fa-car::before {
  content: "\f1b9"; }

.fa-automobile::before {
  content: "\f1b9"; }

.fa-hand-holding-hand::before {
  content: "\e4f7"; }

.fa-book-open-reader::before {
  content: "\f5da"; }

.fa-book-reader::before {
  content: "\f5da"; }

.fa-mountain-sun::before {
  content: "\e52f"; }

.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }

.fa-dice-d20::before {
  content: "\f6cf"; }

.fa-truck-droplet::before {
  content: "\e58c"; }

.fa-file-circle-xmark::before {
  content: "\e5a1"; }

.fa-temperature-arrow-up::before {
  content: "\e040"; }

.fa-temperature-up::before {
  content: "\e040"; }

.fa-medal::before {
  content: "\f5a2"; }

.fa-bed::before {
  content: "\f236"; }

.fa-square-h::before {
  content: "\f0fd"; }

.fa-h-square::before {
  content: "\f0fd"; }

.fa-podcast::before {
  content: "\f2ce"; }

.fa-temperature-full::before {
  content: "\f2c7"; }

.fa-temperature-4::before {
  content: "\f2c7"; }

.fa-thermometer-4::before {
  content: "\f2c7"; }

.fa-thermometer-full::before {
  content: "\f2c7"; }

.fa-bell::before {
  content: "\f0f3"; }

.fa-superscript::before {
  content: "\f12b"; }

.fa-plug-circle-xmark::before {
  content: "\e560"; }

.fa-star-of-life::before {
  content: "\f621"; }

.fa-phone-slash::before {
  content: "\f3dd"; }

.fa-paint-roller::before {
  content: "\f5aa"; }

.fa-handshake-angle::before {
  content: "\f4c4"; }

.fa-hands-helping::before {
  content: "\f4c4"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-map-marker-alt::before {
  content: "\f3c5"; }

.fa-file::before {
  content: "\f15b"; }

.fa-greater-than::before {
  content: "\3e"; }

.fa-person-swimming::before {
  content: "\f5c4"; }

.fa-swimmer::before {
  content: "\f5c4"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-droplet::before {
  content: "\f043"; }

.fa-tint::before {
  content: "\f043"; }

.fa-eraser::before {
  content: "\f12d"; }

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-earth::before {
  content: "\f57d"; }

.fa-earth-america::before {
  content: "\f57d"; }

.fa-globe-americas::before {
  content: "\f57d"; }

.fa-person-burst::before {
  content: "\e53b"; }

.fa-dove::before {
  content: "\f4ba"; }

.fa-battery-empty::before {
  content: "\f244"; }

.fa-battery-0::before {
  content: "\f244"; }

.fa-socks::before {
  content: "\f696"; }

.fa-inbox::before {
  content: "\f01c"; }

.fa-section::before {
  content: "\e447"; }

.fa-gauge-high::before {
  content: "\f625"; }

.fa-tachometer-alt::before {
  content: "\f625"; }

.fa-tachometer-alt-fast::before {
  content: "\f625"; }

.fa-envelope-open-text::before {
  content: "\f658"; }

.fa-hospital::before {
  content: "\f0f8"; }

.fa-hospital-alt::before {
  content: "\f0f8"; }

.fa-hospital-wide::before {
  content: "\f0f8"; }

.fa-wine-bottle::before {
  content: "\f72f"; }

.fa-chess-rook::before {
  content: "\f447"; }

.fa-bars-staggered::before {
  content: "\f550"; }

.fa-reorder::before {
  content: "\f550"; }

.fa-stream::before {
  content: "\f550"; }

.fa-dharmachakra::before {
  content: "\f655"; }

.fa-hotdog::before {
  content: "\f80f"; }

.fa-person-walking-with-cane::before {
  content: "\f29d"; }

.fa-blind::before {
  content: "\f29d"; }

.fa-drum::before {
  content: "\f569"; }

.fa-ice-cream::before {
  content: "\f810"; }

.fa-heart-circle-bolt::before {
  content: "\e4fc"; }

.fa-fax::before {
  content: "\f1ac"; }

.fa-paragraph::before {
  content: "\f1dd"; }

.fa-check-to-slot::before {
  content: "\f772"; }

.fa-vote-yea::before {
  content: "\f772"; }

.fa-star-half::before {
  content: "\f089"; }

.fa-boxes-stacked::before {
  content: "\f468"; }

.fa-boxes::before {
  content: "\f468"; }

.fa-boxes-alt::before {
  content: "\f468"; }

.fa-link::before {
  content: "\f0c1"; }

.fa-chain::before {
  content: "\f0c1"; }

.fa-ear-listen::before {
  content: "\f2a2"; }

.fa-assistive-listening-systems::before {
  content: "\f2a2"; }

.fa-tree-city::before {
  content: "\e587"; }

.fa-play::before {
  content: "\f04b"; }

.fa-font::before {
  content: "\f031"; }

.fa-table-cells-row-lock::before {
  content: "\e67a"; }

.fa-rupiah-sign::before {
  content: "\e23d"; }

.fa-magnifying-glass::before {
  content: "\f002"; }

.fa-search::before {
  content: "\f002"; }

.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fa-table-tennis::before {
  content: "\f45d"; }

.fa-person-dots-from-line::before {
  content: "\f470"; }

.fa-diagnoses::before {
  content: "\f470"; }

.fa-trash-can-arrow-up::before {
  content: "\f82a"; }

.fa-trash-restore-alt::before {
  content: "\f82a"; }

.fa-naira-sign::before {
  content: "\e1f6"; }

.fa-cart-arrow-down::before {
  content: "\f218"; }

.fa-walkie-talkie::before {
  content: "\f8ef"; }

.fa-file-pen::before {
  content: "\f31c"; }

.fa-file-edit::before {
  content: "\f31c"; }

.fa-receipt::before {
  content: "\f543"; }

.fa-square-pen::before {
  content: "\f14b"; }

.fa-pen-square::before {
  content: "\f14b"; }

.fa-pencil-square::before {
  content: "\f14b"; }

.fa-suitcase-rolling::before {
  content: "\f5c1"; }

.fa-person-circle-exclamation::before {
  content: "\e53f"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-battery-full::before {
  content: "\f240"; }

.fa-battery::before {
  content: "\f240"; }

.fa-battery-5::before {
  content: "\f240"; }

.fa-skull-crossbones::before {
  content: "\f714"; }

.fa-code-compare::before {
  content: "\e13a"; }

.fa-list-ul::before {
  content: "\f0ca"; }

.fa-list-dots::before {
  content: "\f0ca"; }

.fa-school-lock::before {
  content: "\e56f"; }

.fa-tower-cell::before {
  content: "\e585"; }

.fa-down-long::before {
  content: "\f309"; }

.fa-long-arrow-alt-down::before {
  content: "\f309"; }

.fa-ranking-star::before {
  content: "\e561"; }

.fa-chess-king::before {
  content: "\f43f"; }

.fa-person-harassing::before {
  content: "\e549"; }

.fa-brazilian-real-sign::before {
  content: "\e46c"; }

.fa-landmark-dome::before {
  content: "\f752"; }

.fa-landmark-alt::before {
  content: "\f752"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-tv::before {
  content: "\f26c"; }

.fa-television::before {
  content: "\f26c"; }

.fa-tv-alt::before {
  content: "\f26c"; }

.fa-shrimp::before {
  content: "\e448"; }

.fa-list-check::before {
  content: "\f0ae"; }

.fa-tasks::before {
  content: "\f0ae"; }

.fa-jug-detergent::before {
  content: "\e519"; }

.fa-circle-user::before {
  content: "\f2bd"; }

.fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-shield::before {
  content: "\f505"; }

.fa-wind::before {
  content: "\f72e"; }

.fa-car-burst::before {
  content: "\f5e1"; }

.fa-car-crash::before {
  content: "\f5e1"; }

.fa-y::before {
  content: "\59"; }

.fa-person-snowboarding::before {
  content: "\f7ce"; }

.fa-snowboarding::before {
  content: "\f7ce"; }

.fa-truck-fast::before {
  content: "\f48b"; }

.fa-shipping-fast::before {
  content: "\f48b"; }

.fa-fish::before {
  content: "\f578"; }

.fa-user-graduate::before {
  content: "\f501"; }

.fa-circle-half-stroke::before {
  content: "\f042"; }

.fa-adjust::before {
  content: "\f042"; }

.fa-clapperboard::before {
  content: "\e131"; }

.fa-circle-radiation::before {
  content: "\f7ba"; }

.fa-radiation-alt::before {
  content: "\f7ba"; }

.fa-baseball::before {
  content: "\f433"; }

.fa-baseball-ball::before {
  content: "\f433"; }

.fa-jet-fighter-up::before {
  content: "\e518"; }

.fa-diagram-project::before {
  content: "\f542"; }

.fa-project-diagram::before {
  content: "\f542"; }

.fa-copy::before {
  content: "\f0c5"; }

.fa-volume-xmark::before {
  content: "\f6a9"; }

.fa-volume-mute::before {
  content: "\f6a9"; }

.fa-volume-times::before {
  content: "\f6a9"; }

.fa-hand-sparkles::before {
  content: "\e05d"; }

.fa-grip::before {
  content: "\f58d"; }

.fa-grip-horizontal::before {
  content: "\f58d"; }

.fa-share-from-square::before {
  content: "\f14d"; }

.fa-share-square::before {
  content: "\f14d"; }

.fa-child-combatant::before {
  content: "\e4e0"; }

.fa-child-rifle::before {
  content: "\e4e0"; }

.fa-gun::before {
  content: "\e19b"; }

.fa-square-phone::before {
  content: "\f098"; }

.fa-phone-square::before {
  content: "\f098"; }

.fa-plus::before {
  content: "\2b"; }

.fa-add::before {
  content: "\2b"; }

.fa-expand::before {
  content: "\f065"; }

.fa-computer::before {
  content: "\e4e5"; }

.fa-xmark::before {
  content: "\f00d"; }

.fa-close::before {
  content: "\f00d"; }

.fa-multiply::before {
  content: "\f00d"; }

.fa-remove::before {
  content: "\f00d"; }

.fa-times::before {
  content: "\f00d"; }

.fa-arrows-up-down-left-right::before {
  content: "\f047"; }

.fa-arrows::before {
  content: "\f047"; }

.fa-chalkboard-user::before {
  content: "\f51c"; }

.fa-chalkboard-teacher::before {
  content: "\f51c"; }

.fa-peso-sign::before {
  content: "\e222"; }

.fa-building-shield::before {
  content: "\e4d8"; }

.fa-baby::before {
  content: "\f77c"; }

.fa-users-line::before {
  content: "\e592"; }

.fa-quote-left::before {
  content: "\f10d"; }

.fa-quote-left-alt::before {
  content: "\f10d"; }

.fa-tractor::before {
  content: "\f722"; }

.fa-trash-arrow-up::before {
  content: "\f829"; }

.fa-trash-restore::before {
  content: "\f829"; }

.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }

.fa-lines-leaning::before {
  content: "\e51e"; }

.fa-ruler-combined::before {
  content: "\f546"; }

.fa-copyright::before {
  content: "\f1f9"; }

.fa-equals::before {
  content: "\3d"; }

.fa-blender::before {
  content: "\f517"; }

.fa-teeth::before {
  content: "\f62e"; }

.fa-shekel-sign::before {
  content: "\f20b"; }

.fa-ils::before {
  content: "\f20b"; }

.fa-shekel::before {
  content: "\f20b"; }

.fa-sheqel::before {
  content: "\f20b"; }

.fa-sheqel-sign::before {
  content: "\f20b"; }

.fa-map::before {
  content: "\f279"; }

.fa-rocket::before {
  content: "\f135"; }

.fa-photo-film::before {
  content: "\f87c"; }

.fa-photo-video::before {
  content: "\f87c"; }

.fa-folder-minus::before {
  content: "\f65d"; }

.fa-store::before {
  content: "\f54e"; }

.fa-arrow-trend-up::before {
  content: "\e098"; }

.fa-plug-circle-minus::before {
  content: "\e55e"; }

.fa-sign-hanging::before {
  content: "\f4d9"; }

.fa-sign::before {
  content: "\f4d9"; }

.fa-bezier-curve::before {
  content: "\f55b"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-tablet::before {
  content: "\f3fb"; }

.fa-tablet-android::before {
  content: "\f3fb"; }

.fa-school-flag::before {
  content: "\e56e"; }

.fa-fill::before {
  content: "\f575"; }

.fa-angle-up::before {
  content: "\f106"; }

.fa-drumstick-bite::before {
  content: "\f6d7"; }

.fa-holly-berry::before {
  content: "\f7aa"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-bacteria::before {
  content: "\e059"; }

.fa-hand-lizard::before {
  content: "\f258"; }

.fa-notdef::before {
  content: "\e1fe"; }

.fa-disease::before {
  content: "\f7fa"; }

.fa-briefcase-medical::before {
  content: "\f469"; }

.fa-genderless::before {
  content: "\f22d"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-retweet::before {
  content: "\f079"; }

.fa-car-rear::before {
  content: "\f5de"; }

.fa-car-alt::before {
  content: "\f5de"; }

.fa-pump-soap::before {
  content: "\e06b"; }

.fa-video-slash::before {
  content: "\f4e2"; }

.fa-battery-quarter::before {
  content: "\f243"; }

.fa-battery-2::before {
  content: "\f243"; }

.fa-radio::before {
  content: "\f8d7"; }

.fa-baby-carriage::before {
  content: "\f77d"; }

.fa-carriage-baby::before {
  content: "\f77d"; }

.fa-traffic-light::before {
  content: "\f637"; }

.fa-thermometer::before {
  content: "\f491"; }

.fa-vr-cardboard::before {
  content: "\f729"; }

.fa-hand-middle-finger::before {
  content: "\f806"; }

.fa-percent::before {
  content: "\25"; }

.fa-percentage::before {
  content: "\25"; }

.fa-truck-moving::before {
  content: "\f4df"; }

.fa-glass-water-droplet::before {
  content: "\e4f5"; }

.fa-display::before {
  content: "\e163"; }

.fa-face-smile::before {
  content: "\f118"; }

.fa-smile::before {
  content: "\f118"; }

.fa-thumbtack::before {
  content: "\f08d"; }

.fa-thumb-tack::before {
  content: "\f08d"; }

.fa-trophy::before {
  content: "\f091"; }

.fa-person-praying::before {
  content: "\f683"; }

.fa-pray::before {
  content: "\f683"; }

.fa-hammer::before {
  content: "\f6e3"; }

.fa-hand-peace::before {
  content: "\f25b"; }

.fa-rotate::before {
  content: "\f2f1"; }

.fa-sync-alt::before {
  content: "\f2f1"; }

.fa-spinner::before {
  content: "\f110"; }

.fa-robot::before {
  content: "\f544"; }

.fa-peace::before {
  content: "\f67c"; }

.fa-gears::before {
  content: "\f085"; }

.fa-cogs::before {
  content: "\f085"; }

.fa-warehouse::before {
  content: "\f494"; }

.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }

.fa-splotch::before {
  content: "\f5bc"; }

.fa-face-grin-hearts::before {
  content: "\f584"; }

.fa-grin-hearts::before {
  content: "\f584"; }

.fa-dice-four::before {
  content: "\f524"; }

.fa-sim-card::before {
  content: "\f7c4"; }

.fa-transgender::before {
  content: "\f225"; }

.fa-transgender-alt::before {
  content: "\f225"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-arrow-turn-down::before {
  content: "\f149"; }

.fa-level-down::before {
  content: "\f149"; }

.fa-person-falling-burst::before {
  content: "\e547"; }

.fa-award::before {
  content: "\f559"; }

.fa-ticket-simple::before {
  content: "\f3ff"; }

.fa-ticket-alt::before {
  content: "\f3ff"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-angles-left::before {
  content: "\f100"; }

.fa-angle-double-left::before {
  content: "\f100"; }

.fa-qrcode::before {
  content: "\f029"; }

.fa-clock-rotate-left::before {
  content: "\f1da"; }

.fa-history::before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat::before {
  content: "\f583"; }

.fa-grin-beam-sweat::before {
  content: "\f583"; }

.fa-file-export::before {
  content: "\f56e"; }

.fa-arrow-right-from-file::before {
  content: "\f56e"; }

.fa-shield::before {
  content: "\f132"; }

.fa-shield-blank::before {
  content: "\f132"; }

.fa-arrow-up-short-wide::before {
  content: "\f885"; }

.fa-sort-amount-up-alt::before {
  content: "\f885"; }

.fa-house-medical::before {
  content: "\e3b2"; }

.fa-golf-ball-tee::before {
  content: "\f450"; }

.fa-golf-ball::before {
  content: "\f450"; }

.fa-circle-chevron-left::before {
  content: "\f137"; }

.fa-chevron-circle-left::before {
  content: "\f137"; }

.fa-house-chimney-window::before {
  content: "\e00d"; }

.fa-pen-nib::before {
  content: "\f5ad"; }

.fa-tent-arrow-turn-left::before {
  content: "\e580"; }

.fa-tents::before {
  content: "\e582"; }

.fa-wand-magic::before {
  content: "\f0d0"; }

.fa-magic::before {
  content: "\f0d0"; }

.fa-dog::before {
  content: "\f6d3"; }

.fa-carrot::before {
  content: "\f787"; }

.fa-moon::before {
  content: "\f186"; }

.fa-wine-glass-empty::before {
  content: "\f5ce"; }

.fa-wine-glass-alt::before {
  content: "\f5ce"; }

.fa-cheese::before {
  content: "\f7ef"; }

.fa-yin-yang::before {
  content: "\f6ad"; }

.fa-music::before {
  content: "\f001"; }

.fa-code-commit::before {
  content: "\f386"; }

.fa-temperature-low::before {
  content: "\f76b"; }

.fa-person-biking::before {
  content: "\f84a"; }

.fa-biking::before {
  content: "\f84a"; }

.fa-broom::before {
  content: "\f51a"; }

.fa-shield-heart::before {
  content: "\e574"; }

.fa-gopuram::before {
  content: "\f664"; }

.fa-earth-oceania::before {
  content: "\e47b"; }

.fa-globe-oceania::before {
  content: "\e47b"; }

.fa-square-xmark::before {
  content: "\f2d3"; }

.fa-times-square::before {
  content: "\f2d3"; }

.fa-xmark-square::before {
  content: "\f2d3"; }

.fa-hashtag::before {
  content: "\23"; }

.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa-expand-alt::before {
  content: "\f424"; }

.fa-oil-can::before {
  content: "\f613"; }

.fa-t::before {
  content: "\54"; }

.fa-hippo::before {
  content: "\f6ed"; }

.fa-chart-column::before {
  content: "\e0e3"; }

.fa-infinity::before {
  content: "\f534"; }

.fa-vial-circle-check::before {
  content: "\e596"; }

.fa-person-arrow-down-to-line::before {
  content: "\e538"; }

.fa-voicemail::before {
  content: "\f897"; }

.fa-fan::before {
  content: "\f863"; }

.fa-person-walking-luggage::before {
  content: "\e554"; }

.fa-up-down::before {
  content: "\f338"; }

.fa-arrows-alt-v::before {
  content: "\f338"; }

.fa-cloud-moon-rain::before {
  content: "\f73c"; }

.fa-calendar::before {
  content: "\f133"; }

.fa-trailer::before {
  content: "\e041"; }

.fa-bahai::before {
  content: "\f666"; }

.fa-haykal::before {
  content: "\f666"; }

.fa-sd-card::before {
  content: "\f7c2"; }

.fa-dragon::before {
  content: "\f6d5"; }

.fa-shoe-prints::before {
  content: "\f54b"; }

.fa-circle-plus::before {
  content: "\f055"; }

.fa-plus-circle::before {
  content: "\f055"; }

.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-hand-holding::before {
  content: "\f4bd"; }

.fa-plug-circle-exclamation::before {
  content: "\e55d"; }

.fa-link-slash::before {
  content: "\f127"; }

.fa-chain-broken::before {
  content: "\f127"; }

.fa-chain-slash::before {
  content: "\f127"; }

.fa-unlink::before {
  content: "\f127"; }

.fa-clone::before {
  content: "\f24d"; }

.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }

.fa-arrow-up-z-a::before {
  content: "\f882"; }

.fa-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa-fire-flame-curved::before {
  content: "\f7e4"; }

.fa-fire-alt::before {
  content: "\f7e4"; }

.fa-tornado::before {
  content: "\f76f"; }

.fa-file-circle-plus::before {
  content: "\e494"; }

.fa-book-quran::before {
  content: "\f687"; }

.fa-quran::before {
  content: "\f687"; }

.fa-anchor::before {
  content: "\f13d"; }

.fa-border-all::before {
  content: "\f84c"; }

.fa-face-angry::before {
  content: "\f556"; }

.fa-angry::before {
  content: "\f556"; }

.fa-cookie-bite::before {
  content: "\f564"; }

.fa-arrow-trend-down::before {
  content: "\e097"; }

.fa-rss::before {
  content: "\f09e"; }

.fa-feed::before {
  content: "\f09e"; }

.fa-draw-polygon::before {
  content: "\f5ee"; }

.fa-scale-balanced::before {
  content: "\f24e"; }

.fa-balance-scale::before {
  content: "\f24e"; }

.fa-gauge-simple-high::before {
  content: "\f62a"; }

.fa-tachometer::before {
  content: "\f62a"; }

.fa-tachometer-fast::before {
  content: "\f62a"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-desktop::before {
  content: "\f390"; }

.fa-desktop-alt::before {
  content: "\f390"; }

.fa-m::before {
  content: "\4d"; }

.fa-table-list::before {
  content: "\f00b"; }

.fa-th-list::before {
  content: "\f00b"; }

.fa-comment-sms::before {
  content: "\f7cd"; }

.fa-sms::before {
  content: "\f7cd"; }

.fa-book::before {
  content: "\f02d"; }

.fa-user-plus::before {
  content: "\f234"; }

.fa-check::before {
  content: "\f00c"; }

.fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-battery-4::before {
  content: "\f241"; }

.fa-house-circle-check::before {
  content: "\e509"; }

.fa-angle-left::before {
  content: "\f104"; }

.fa-diagram-successor::before {
  content: "\e47a"; }

.fa-truck-arrow-right::before {
  content: "\e58b"; }

.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }

.fa-hand-fist::before {
  content: "\f6de"; }

.fa-fist-raised::before {
  content: "\f6de"; }

.fa-cloud-moon::before {
  content: "\f6c3"; }

.fa-briefcase::before {
  content: "\f0b1"; }

.fa-person-falling::before {
  content: "\e546"; }

.fa-image-portrait::before {
  content: "\f3e0"; }

.fa-portrait::before {
  content: "\f3e0"; }

.fa-user-tag::before {
  content: "\f507"; }

.fa-rug::before {
  content: "\e569"; }

.fa-earth-europe::before {
  content: "\f7a2"; }

.fa-globe-europe::before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fa-luggage-cart::before {
  content: "\f59d"; }

.fa-rectangle-xmark::before {
  content: "\f410"; }

.fa-rectangle-times::before {
  content: "\f410"; }

.fa-times-rectangle::before {
  content: "\f410"; }

.fa-window-close::before {
  content: "\f410"; }

.fa-baht-sign::before {
  content: "\e0ac"; }

.fa-book-open::before {
  content: "\f518"; }

.fa-book-journal-whills::before {
  content: "\f66a"; }

.fa-journal-whills::before {
  content: "\f66a"; }

.fa-handcuffs::before {
  content: "\e4f8"; }

.fa-triangle-exclamation::before {
  content: "\f071"; }

.fa-exclamation-triangle::before {
  content: "\f071"; }

.fa-warning::before {
  content: "\f071"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-share::before {
  content: "\f064"; }

.fa-mail-forward::before {
  content: "\f064"; }

.fa-bottle-droplet::before {
  content: "\e4c4"; }

.fa-mask-face::before {
  content: "\e1d7"; }

.fa-hill-rockslide::before {
  content: "\e508"; }

.fa-right-left::before {
  content: "\f362"; }

.fa-exchange-alt::before {
  content: "\f362"; }

.fa-paper-plane::before {
  content: "\f1d8"; }

.fa-road-circle-exclamation::before {
  content: "\e565"; }

.fa-dungeon::before {
  content: "\f6d9"; }

.fa-align-right::before {
  content: "\f038"; }

.fa-money-bill-1-wave::before {
  content: "\f53b"; }

.fa-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa-life-ring::before {
  content: "\f1cd"; }

.fa-hands::before {
  content: "\f2a7"; }

.fa-sign-language::before {
  content: "\f2a7"; }

.fa-signing::before {
  content: "\f2a7"; }

.fa-calendar-day::before {
  content: "\f783"; }

.fa-water-ladder::before {
  content: "\f5c5"; }

.fa-ladder-water::before {
  content: "\f5c5"; }

.fa-swimming-pool::before {
  content: "\f5c5"; }

.fa-arrows-up-down::before {
  content: "\f07d"; }

.fa-arrows-v::before {
  content: "\f07d"; }

.fa-face-grimace::before {
  content: "\f57f"; }

.fa-grimace::before {
  content: "\f57f"; }

.fa-wheelchair-move::before {
  content: "\e2ce"; }

.fa-wheelchair-alt::before {
  content: "\e2ce"; }

.fa-turn-down::before {
  content: "\f3be"; }

.fa-level-down-alt::before {
  content: "\f3be"; }

.fa-person-walking-arrow-right::before {
  content: "\e552"; }

.fa-square-envelope::before {
  content: "\f199"; }

.fa-envelope-square::before {
  content: "\f199"; }

.fa-dice::before {
  content: "\f522"; }

.fa-bowling-ball::before {
  content: "\f436"; }

.fa-brain::before {
  content: "\f5dc"; }

.fa-bandage::before {
  content: "\f462"; }

.fa-band-aid::before {
  content: "\f462"; }

.fa-calendar-minus::before {
  content: "\f272"; }

.fa-circle-xmark::before {
  content: "\f057"; }

.fa-times-circle::before {
  content: "\f057"; }

.fa-xmark-circle::before {
  content: "\f057"; }

.fa-gifts::before {
  content: "\f79c"; }

.fa-hotel::before {
  content: "\f594"; }

.fa-earth-asia::before {
  content: "\f57e"; }

.fa-globe-asia::before {
  content: "\f57e"; }

.fa-id-card-clip::before {
  content: "\f47f"; }

.fa-id-card-alt::before {
  content: "\f47f"; }

.fa-magnifying-glass-plus::before {
  content: "\f00e"; }

.fa-search-plus::before {
  content: "\f00e"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-user-clock::before {
  content: "\f4fd"; }

.fa-hand-dots::before {
  content: "\f461"; }

.fa-allergies::before {
  content: "\f461"; }

.fa-file-invoice::before {
  content: "\f570"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-mug-saucer::before {
  content: "\f0f4"; }

.fa-coffee::before {
  content: "\f0f4"; }

.fa-brush::before {
  content: "\f55d"; }

.fa-mask::before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus::before {
  content: "\f010"; }

.fa-search-minus::before {
  content: "\f010"; }

.fa-ruler-vertical::before {
  content: "\f548"; }

.fa-user-large::before {
  content: "\f406"; }

.fa-user-alt::before {
  content: "\f406"; }

.fa-train-tram::before {
  content: "\e5b4"; }

.fa-user-nurse::before {
  content: "\f82f"; }

.fa-syringe::before {
  content: "\f48e"; }

.fa-cloud-sun::before {
  content: "\f6c4"; }

.fa-stopwatch-20::before {
  content: "\e06f"; }

.fa-square-full::before {
  content: "\f45c"; }

.fa-magnet::before {
  content: "\f076"; }

.fa-jar::before {
  content: "\e516"; }

.fa-note-sticky::before {
  content: "\f249"; }

.fa-sticky-note::before {
  content: "\f249"; }

.fa-bug-slash::before {
  content: "\e490"; }

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }

.fa-bone::before {
  content: "\f5d7"; }

.fa-table-cells-row-unlock::before {
  content: "\e691"; }

.fa-user-injured::before {
  content: "\f728"; }

.fa-face-sad-tear::before {
  content: "\f5b4"; }

.fa-sad-tear::before {
  content: "\f5b4"; }

.fa-plane::before {
  content: "\f072"; }

.fa-tent-arrows-down::before {
  content: "\e581"; }

.fa-exclamation::before {
  content: "\21"; }

.fa-arrows-spin::before {
  content: "\e4bb"; }

.fa-print::before {
  content: "\f02f"; }

.fa-turkish-lira-sign::before {
  content: "\e2bb"; }

.fa-try::before {
  content: "\e2bb"; }

.fa-turkish-lira::before {
  content: "\e2bb"; }

.fa-dollar-sign::before {
  content: "\24"; }

.fa-dollar::before {
  content: "\24"; }

.fa-usd::before {
  content: "\24"; }

.fa-x::before {
  content: "\58"; }

.fa-magnifying-glass-dollar::before {
  content: "\f688"; }

.fa-search-dollar::before {
  content: "\f688"; }

.fa-users-gear::before {
  content: "\f509"; }

.fa-users-cog::before {
  content: "\f509"; }

.fa-person-military-pointing::before {
  content: "\e54a"; }

.fa-building-columns::before {
  content: "\f19c"; }

.fa-bank::before {
  content: "\f19c"; }

.fa-institution::before {
  content: "\f19c"; }

.fa-museum::before {
  content: "\f19c"; }

.fa-university::before {
  content: "\f19c"; }

.fa-umbrella::before {
  content: "\f0e9"; }

.fa-trowel::before {
  content: "\e589"; }

.fa-d::before {
  content: "\44"; }

.fa-stapler::before {
  content: "\e5af"; }

.fa-masks-theater::before {
  content: "\f630"; }

.fa-theater-masks::before {
  content: "\f630"; }

.fa-kip-sign::before {
  content: "\e1c4"; }

.fa-hand-point-left::before {
  content: "\f0a5"; }

.fa-handshake-simple::before {
  content: "\f4c6"; }

.fa-handshake-alt::before {
  content: "\f4c6"; }

.fa-jet-fighter::before {
  content: "\f0fb"; }

.fa-fighter-jet::before {
  content: "\f0fb"; }

.fa-square-share-nodes::before {
  content: "\f1e1"; }

.fa-share-alt-square::before {
  content: "\f1e1"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-plus-minus::before {
  content: "\e43c"; }

.fa-video::before {
  content: "\f03d"; }

.fa-video-camera::before {
  content: "\f03d"; }

.fa-graduation-cap::before {
  content: "\f19d"; }

.fa-mortar-board::before {
  content: "\f19d"; }

.fa-hand-holding-medical::before {
  content: "\e05c"; }

.fa-person-circle-check::before {
  content: "\e53e"; }

.fa-turn-up::before {
  content: "\f3bf"; }

.fa-level-up-alt::before {
  content: "\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../woff2/fa-regular-400.woff2") format("woff2"), url("../ttf/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../woff2/fa-solid-900.woff2") format("woff2"), url("../ttf/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../woff2/fa-brands-400.woff2") format("woff2"), url("../ttf/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-aws:before {
  content: "\f375"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-pixiv:before {
  content: "\e640"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-modx:before {
  content: "\f285"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-square-js:before {
  content: "\f3b9"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-jxl:before {
  content: "\e67b"; }

.fa-dart-lang:before {
  content: "\e693"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-unity:before {
  content: "\e049"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-vk:before {
  content: "\f189"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-square-reddit:before {
  content: "\f1a2"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-square-font-awesome:before {
  content: "\e5ad"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-brave:before {
  content: "\e63c"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-square-instagram:before {
  content: "\e055"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-square-hacker-news:before {
  content: "\f3af"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-edge:before {
  content: "\f282"; }

.fa-threads:before {
  content: "\e618"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-square-snapchat:before {
  content: "\f2ad"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-safari:before {
  content: "\f267"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-square-viadeo:before {
  content: "\f2aa"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-centos:before {
  content: "\f789"; }

.fa-adn:before {
  content: "\f170"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-opensuse:before {
  content: "\e62b"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-square-dribbble:before {
  content: "\f397"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-node:before {
  content: "\f419"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-debian:before {
  content: "\e60b"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-square-twitter:before {
  content: "\f081"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-golang:before {
  content: "\e40f"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-square-kickstarter:before {
  content: "\f3bb"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-square-youtube:before {
  content: "\f431"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-nfc-directional:before {
  content: "\e530"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-meta:before {
  content: "\e49b"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-square-letterboxd:before {
  content: "\e62e"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-hips:before {
  content: "\f452"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-discord:before {
  content: "\f392"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-shoelace:before {
  content: "\e60c"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-square-steam:before {
  content: "\f1b7"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-square-vimeo:before {
  content: "\f194"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-flag:before {
  content: "\f2b4"; }

.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-apple:before {
  content: "\f179"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-padlet:before {
  content: "\e4a0"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-square-github:before {
  content: "\f092"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-neos:before {
  content: "\f612"; }

.fa-square-threads:before {
  content: "\e619"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-angular:before {
  content: "\f420"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-google-scholar:before {
  content: "\e63b"; }

.fa-square-gitlab:before {
  content: "\e5ae"; }

.fa-gitlab-square:before {
  content: "\e5ae"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-square-odnoklassniki:before {
  content: "\f264"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-sith:before {
  content: "\f512"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-hashnode:before {
  content: "\e499"; }

.fa-react:before {
  content: "\f41b"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-gg:before {
  content: "\f260"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-square-pinterest:before {
  content: "\f0d3"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-xing:before {
  content: "\f168"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-less:before {
  content: "\f41d"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-signal-messenger:before {
  content: "\e663"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-nfc-symbol:before {
  content: "\e531"; }

.fa-mintbit:before {
  content: "\e62f"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-brave-reverse:before {
  content: "\e63d"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-square-google-plus:before {
  content: "\f0d4"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-web-awesome:before {
  content: "\e682"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-square-xing:before {
  content: "\f169"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-fly:before {
  content: "\f417"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-viber:before {
  content: "\f409"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-letterboxd:before {
  content: "\e62d"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-audible:before {
  content: "\f373"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-bilibili:before {
  content: "\e3d9"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-x-twitter:before {
  content: "\e61b"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-42-group:before {
  content: "\e080"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-square-pied-piper:before {
  content: "\e01e"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-square-web-awesome-stroke:before {
  content: "\e684"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-square-facebook:before {
  content: "\f082"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-flutter:before {
  content: "\e694"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-square-lastfm:before {
  content: "\f203"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-figma:before {
  content: "\f799"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-cmplid:before {
  content: "\e360"; }

.fa-upwork:before {
  content: "\e641"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-square-upwork:before {
  content: "\e67c"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-docker:before {
  content: "\f395"; }

.fa-screenpal:before {
  content: "\e570"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-square-web-awesome:before {
  content: "\e683"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-wirsindhandwerk:before {
  content: "\e2d0"; }

.fa-wsh:before {
  content: "\e2d0"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-apper:before {
  content: "\f371"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-bluesky:before {
  content: "\e671"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-square-behance:before {
  content: "\f1b5"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-webflow:before {
  content: "\e65c"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-space-awesome:before {
  content: "\e5ac"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-square-git:before {
  content: "\f1d2"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-square-tumblr:before {
  content: "\f174"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-trello:before {
  content: "\f181"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-android:before {
  content: "\f17b"; }

.fa-bots:before {
  content: "\e340"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-uber:before {
  content: "\f402"; }

.fa-github:before {
  content: "\f09b"; }

.fa-php:before {
  content: "\f457"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-stubber:before {
  content: "\e5c7"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-odysee:before {
  content: "\e5c6"; }

.fa-square-whatsapp:before {
  content: "\f40c"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f198"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-usb:before {
  content: "\f287"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-square-x-twitter:before {
  content: "\e61a"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f23a"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-sitrox:before {
  content: "\e44a"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-strava:before {
  content: "\f428"; }

.fa-ember:before {
  content: "\f423"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-pix:before {
  content: "\e43a"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.ncmec-poster-api-auth0-generated-credentials {
  width: fit-content;
  margin: auto;
  font-size: 20px;
}
.ncmec-poster-api-auth0-generated-credentials p {
  text-align: center;
}
.ncmec-poster-api-auth0-generated-credentials .ncmec__message-success {
  display: none;
}
.ncmec-poster-api-auth0-generated-credentials .ncmec__message-success b {
  color: red;
}
.ncmec-poster-api-auth0-generated-credentials .ncmec__tokens {
  display: none;
  border-spacing: 0.75em 1em;
  max-width: 100%;
  margin: 0 auto;
}
.ncmec-poster-api-auth0-generated-credentials .ncmec__tokens > div {
  display: table-row;
}
.ncmec-poster-api-auth0-generated-credentials .ncmec__tokens > div > * {
  display: table-cell;
  position: relative;
}
.ncmec-poster-api-auth0-generated-credentials .ncmec__tokens .ncmec__clientID > div,
.ncmec-poster-api-auth0-generated-credentials .ncmec__tokens .ncmec__clientSecret > div {
  display: inline-block;
  position: relative;
}
.ncmec-poster-api-auth0-generated-credentials .ncmec__tokens .ncmec__clientID > div input,
.ncmec-poster-api-auth0-generated-credentials .ncmec__tokens .ncmec__clientSecret > div input {
  border-radius: 6px;
  border: 1px solid #000000;
  box-shadow: inset 0 0 3px 0 #888888;
  padding: 3px 6px;
  width: 30em;
  max-width: 100%;
}
.ncmec-poster-api-auth0-generated-credentials .ncmec__tokens .ncmec__btns {
  display: inline-block;
  background: linear-gradient(90deg, transparent, #ffffff 15px);
  padding: 0 3px 0 calc(15px + 3px);
  position: absolute;
  inset: calc(max(3px, 3px) + 1px);
  left: auto;
}
.ncmec-poster-api-auth0-generated-credentials .ncmec__tokens .ncmec__btns button {
  border: none;
  background: transparent;
  padding: 0;
}
.ncmec-poster-api-auth0-generated-credentials .ncmec__tokens .ncmec__btns button i {
  width: 1.25em;
}

html[class*="aem-AuthorLayer-"] .ncmec-modaldialog__closebutton {
  display: none;
}
html[class*="aem-AuthorLayer-"] .ncmec-modaldialog__content {
  overflow: auto;
  background: #ffffff;
  padding: 0;
  border: 3px solid #000000;
  border-radius: 0;
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-modaldialog {
  padding: 0;
  margin: auto;
  overflow: visible;
  background: none;
  border: none;
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-modaldialog::backdrop {
  background: #000B;
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-modaldialog__wrapper {
  width: 500px;
  max-width: calc(100vw - calc(22px * 2));
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-modaldialog__closebutton {
  position: relative;
  z-index: 2;
  height: 0;
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-modaldialog__closebutton button {
  box-sizing: border-box;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  width: calc(22px * 2);
  height: calc(22px * 2);
  right: -22px;
  top: -22px;
  border: none;
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-modaldialog__closebutton button span:last-child {
  /* visually hidden */
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-modaldialog__closebutton div {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  z-index: -1;
  clip-path: border-box;
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-modaldialog__closebutton div::before {
  content: "";
  display: block;
  border-radius: 0 0 0 22px;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 0;
  right: 0;
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-modaldialog__content {
  overflow: auto;
  min-width: 200px;
  max-height: calc(100vh - calc(22px * 2));
  background: #ffffff;
  padding: 0;
  border: 3px solid #000000;
  border-radius: 0;
}

@media (max-width: 550px) {
  #ncmec-modaldialog-donate #ncmec-modaldialog-heading span {
    font-size: 26px;
    line-height: 1.25;
  }
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-style__modaldialog__donate .ncmec-modaldialog__content,
#ncmec-modaldialog-donate .ncmec-modaldialog__content {
  border-radius: 0;
  padding: 0;
  border: 4px solid #ffffff;
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-style__modaldialog__donate .ncmec-modaldialog__content div:has(>#ncmec-modaldialog-donate-video),
#ncmec-modaldialog-donate .ncmec-modaldialog__content div:has(>#ncmec-modaldialog-donate-video) {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-style__modaldialog__donate .ncmec-modaldialog__content div:has(>#ncmec-modaldialog-donate-video) #ncmec-modaldialog-donate-video,
#ncmec-modaldialog-donate .ncmec-modaldialog__content div:has(>#ncmec-modaldialog-donate-video) #ncmec-modaldialog-donate-video {
  font-size: 0;
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-style__modaldialog__donate .ncmec-modaldialog__content div:has(>#ncmec-modaldialog-donate-video) #ncmec-modaldialog-donate-video iframe,
#ncmec-modaldialog-donate .ncmec-modaldialog__content div:has(>#ncmec-modaldialog-donate-video) #ncmec-modaldialog-donate-video iframe {
  aspect-ratio: calc(1200 / 720);
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-style__modaldialog__donate .ncmec-modaldialog__content div:has(> #ncmec-modaldialog-heading).col-lg-offset-1,
#ncmec-modaldialog-donate .ncmec-modaldialog__content div:has(> #ncmec-modaldialog-heading).col-lg-offset-1,
html:not([class*="aem-AuthorLayer-"]) .ncmec-style__modaldialog__donate .ncmec-modaldialog__content div:has(> #ncmec-modaldialog-donate-button).col-lg-offset-1,
#ncmec-modaldialog-donate .ncmec-modaldialog__content div:has(> #ncmec-modaldialog-donate-button).col-lg-offset-1 {
  margin-left: 0 !important;
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-style__modaldialog__donate .ncmec-modaldialog__content div:has(> #ncmec-modaldialog-heading).col-lg-10,
#ncmec-modaldialog-donate .ncmec-modaldialog__content div:has(> #ncmec-modaldialog-heading).col-lg-10,
html:not([class*="aem-AuthorLayer-"]) .ncmec-style__modaldialog__donate .ncmec-modaldialog__content div:has(> #ncmec-modaldialog-donate-button).col-lg-10,
#ncmec-modaldialog-donate .ncmec-modaldialog__content div:has(> #ncmec-modaldialog-donate-button).col-lg-10 {
  width: auto !important;
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-style__modaldialog__donate .ncmec-modaldialog__content .donate-btn-container > .btn,
#ncmec-modaldialog-donate .ncmec-modaldialog__content .donate-btn-container > .btn {
  white-space: nowrap;
  background: #92d6e3;
  text-transform: none;
  height: auto;
  width: auto;
  padding: 2px 0;
  color: #006d90;
  border: none;
  border-radius: 0;
  position: relative;
  font-size: 24px !important;
  line-height: 1.5;
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-style__modaldialog__donate .ncmec-modaldialog__content .donate-btn-container > .btn:hover,
#ncmec-modaldialog-donate .ncmec-modaldialog__content .donate-btn-container > .btn:hover {
  background: #caf7fc;
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-style__modaldialog__donate .ncmec-modaldialog__content .donate-btn-container > .btn::before,
#ncmec-modaldialog-donate .ncmec-modaldialog__content .donate-btn-container > .btn::before {
  content: "";
  aspect-ratio: 0.5;
  height: 100%;
  width: auto;
  background: inherit;
  position: absolute;
  inset: 0 100% 0 auto;
  border-top-left-radius: 100% 50%;
  border-bottom-left-radius: 100% 50%;
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-style__modaldialog__donate .ncmec-modaldialog__content .donate-btn-container > .btn::after,
#ncmec-modaldialog-donate .ncmec-modaldialog__content .donate-btn-container > .btn::after {
  content: "";
  aspect-ratio: 0.5;
  height: 100%;
  width: auto;
  background: inherit;
  position: absolute;
  inset: 0 auto 0 100%;
  border-top-right-radius: 100% 50%;
  border-bottom-right-radius: 100% 50%;
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-style__modaldialog__shadow {
  /* if changed, would require additional variables to be changed */
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-style__modaldialog__shadow .ncmec-modaldialog__wrapper {
  filter: drop-shadow(0 0 2px #fdb913) drop-shadow(0 0 2px #fdb913) drop-shadow(0 0 6px #fdb913) drop-shadow(0 0 6px #fdb913) drop-shadow(0 0 12px #fdb91344);
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-style__modaldialog__shadow .ncmec-modaldialog__closebutton div {
  width: calc(38px);
  height: calc(38px);
}
html:not([class*="aem-AuthorLayer-"]) .ncmec-style__modaldialog__shadow .ncmec-modaldialog__closebutton div::before {
  box-shadow: 0 0 12px 4px #fdb913;
}

/* overrides to make this statically positioned instead of fixed */
.search-missing-children .sticky {
  position: static !important;
  margin-top: 0 !important;
  width: calc(100% + 2* 8px) !important;
  margin-left: -8px !important;
}
.search-missing-children .sticky .missing-kids-form {
  box-shadow: none !important;
}
.search-missing-children .sticky .search-for-missing-submit {
  position: static !important;
}
.search-results-list .missing-person-lists {
  padding-top: 20px !important;
}
@media (max-width: 996px) {
  .search-results-list .missing-person-lists {
    padding-top: 10px !important;
  }
}

/*! jQuery Mobile 1.4.0 | Git HEAD hash: f09aae0 <> 2013-12-19T17:34:22Z | (c) 2010, 2013 jQuery Foundation, Inc. | jquery.org/license */

.ui-icon-action:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2014%2013%22%20style%3D%22enable-background%3Anew%200%200%2014%2013%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M9%2C5v3l5-4L9%2C0v3c0%2C0-5%2C0-5%2C7C6%2C5%2C9%2C5%2C9%2C5z%20M11%2C11H2V5h1l2-2H0v10h13V7l-2%2C2V11z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-arrow-d-l:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C3%2011%2C0%203.5%2C7.5%200%2C4%200%2C14%2010%2C14%206.5%2C10.5%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-arrow-d-r:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2210.5%2C7.5%203%2C0%200%2C3%207.5%2C10.5%204%2C14%2014%2C14%2014%2C4%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-arrow-d:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%229%2C7%209%2C0%205%2C0%205%2C7%200%2C7%207%2C14%2014%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-arrow-l:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%227%2C5%207%2C0%200%2C7%207%2C14%207%2C9%2014%2C9%2014%2C5%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-arrow-r:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C7%207%2C0%207%2C5%200%2C5%200%2C9%207%2C9%207%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-arrow-u-l:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C11%206.5%2C3.5%2010%2C0%200%2C0%200%2C10%203.5%2C6.5%2011%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-arrow-u-r:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C0%204%2C0%207.5%2C3.5%200%2C11%203%2C14%2010.5%2C6.5%2014%2C10%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-arrow-u:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%227%2C0%200%2C7%205%2C7%205%2C14%209%2C14%209%2C7%2014%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-audio:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214.018px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014.018%2014%22%20style%3D%22enable-background%3Anew%200%200%2014.018%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M1%2C4C0.447%2C4%2C0%2C4.447%2C0%2C5v4c0%2C0.553%2C0.447%2C1%2C1%2C1h1l4%2C4V0L2%2C4H1z%20M10.346%2C7c0-1.699-1.042-3.154-2.546-3.867L6.982%2C4.68%20C7.885%2C5.107%2C8.51%2C5.98%2C8.51%2C7S7.885%2C8.893%2C6.982%2C9.32L7.8%2C10.867C9.304%2C10.154%2C10.346%2C8.699%2C10.346%2C7z%20M9.447%2C0.017L8.618%2C1.586%20C10.723%2C2.584%2C12.182%2C4.621%2C12.182%2C7s-1.459%2C4.416-3.563%2C5.414l0.829%2C1.569c2.707-1.283%2C4.57-3.925%2C4.57-6.983%20S12.154%2C1.3%2C9.447%2C0.017z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-calendar:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%2C8h2V6H0V8z%20M3%2C8h2V6H3V8z%20M6%2C8h2V6H6V8z%20M9%2C8h2V6H9V8z%20M12%2C8h2V6h-2V8z%20M0%2C11h2V9H0V11z%20M3%2C11h2V9H3V11z%20M6%2C11h2V9H6V11z%20%20M9%2C11h2V9H9V11z%20M12%2C11h2V9h-2V11z%20M0%2C14h2v-2H0V14z%20M3%2C14h2v-2H3V14z%20M6%2C14h2v-2H6V14z%20M9%2C14h2v-2H9V14z%20M12%2C1%20c0-0.553-0.447-1-1-1s-1%2C0.447-1%2C1H4c0-0.553-0.447-1-1-1S2%2C0.447%2C2%2C1H0v4h14V1H12z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-camera:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2211px%22%20viewBox%3D%220%200%2014%2011%22%20style%3D%22enable-background%3Anew%200%200%2014%2011%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12%2C1H9.908C9.702%2C0.419%2C9.152%2C0%2C8.5%2C0h-3C4.848%2C0%2C4.298%2C0.419%2C4.092%2C1H2C0.896%2C1%2C0%2C1.896%2C0%2C3v6c0%2C1.104%2C0.896%2C2%2C2%2C2h10%20c1.104%2C0%2C2-0.896%2C2-2V3C14%2C1.896%2C13.104%2C1%2C12%2C1z%20M7%2C9C5.343%2C9%2C4%2C7.657%2C4%2C6s1.343-3%2C3-3s3%2C1.343%2C3%2C3S8.657%2C9%2C7%2C9z%20M7%2C4%20C5.896%2C4%2C5%2C4.896%2C5%2C6s0.896%2C2%2C2%2C2s2-0.896%2C2-2S8.104%2C4%2C7%2C4z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-carat-d:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%228px%22%20viewBox%3D%220%200%2012%208%22%20style%3D%22enable-background%3Anew%200%200%2012%208%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2210%2C0%206%2C4%202%2C0%200%2C2%206%2C8%2012%2C2%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-carat-l:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%228px%22%20height%3D%2212px%22%20viewBox%3D%220%200%208%2012%22%20style%3D%22enable-background%3Anew%200%200%208%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%228%2C2%206%2C0%200%2C6%206%2C12%208%2C10%204%2C6%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-carat-r:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%228px%22%20height%3D%2212px%22%20viewBox%3D%220%200%208%2012%22%20style%3D%22enable-background%3Anew%200%200%208%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%222%2C0%200%2C2%204%2C6%200%2C10%202%2C12%208%2C6%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-carat-u:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%228px%22%20viewBox%3D%220%200%2012%208%22%20style%3D%22enable-background%3Anew%200%200%2012%208%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%226%2C0%200%2C6%202%2C8%206%2C4%2010%2C8%2012%2C6%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-check:after,html .ui-btn.ui-checkbox-on.ui-checkbox-on:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2014%2012%22%20style%3D%22enable-background%3Anew%200%200%2014%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C3%2011%2C0%205.003%2C5.997%203%2C4%200%2C7%204.966%2C12%204.983%2C11.983%205%2C12%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-clock:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M7%2C0C3.134%2C0%2C0%2C3.134%2C0%2C7s3.134%2C7%2C7%2C7s7-3.134%2C7-7S10.866%2C0%2C7%2C0z%20M7%2C12c-2.762%2C0-5-2.238-5-5s2.238-5%2C5-5s5%2C2.238%2C5%2C5%20S9.762%2C12%2C7%2C12z%20M9%2C6H8V4c0-0.553-0.447-1-1-1S6%2C3.447%2C6%2C4v3c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1S9.553%2C6%2C9%2C6z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-cloud:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%229px%22%20viewBox%3D%220%200%2014%209%22%20style%3D%22enable-background%3Anew%200%200%2014%209%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M14%2C7c0-0.793-0.465-1.472-1.134-1.795C12.949%2C4.984%2C13%2C4.749%2C13%2C4.5c0-1.104-0.896-2-2-2c-0.158%2C0-0.31%2C0.023-0.457%2C0.058%20C9.816%2C1.049%2C8.286%2C0%2C6.5%2C0C4.17%2C0%2C2.276%2C1.777%2C2.046%2C4.046C0.883%2C4.26%2C0%2C5.274%2C0%2C6.5C0%2C7.881%2C1.119%2C9%2C2.5%2C9h10V8.93%20C13.361%2C8.706%2C14%2C7.931%2C14%2C7z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-grid:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M3%2C0H1C0.447%2C0%2C0%2C0.447%2C0%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V1C4%2C0.447%2C3.553%2C0%2C3%2C0z%20M8%2C0H6%20C5.447%2C0%2C5%2C0.447%2C5%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V1C9%2C0.447%2C8.553%2C0%2C8%2C0z%20M13%2C0h-2c-0.553%2C0-1%2C0.447-1%2C1v2%20c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V1C14%2C0.447%2C13.553%2C0%2C13%2C0z%20M3%2C5H1C0.447%2C5%2C0%2C5.447%2C0%2C6v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2%20c0.553%2C0%2C1-0.447%2C1-1V6C4%2C5.447%2C3.553%2C5%2C3%2C5z%20M8%2C5H6C5.447%2C5%2C5%2C5.447%2C5%2C6v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V6%20C9%2C5.447%2C8.553%2C5%2C8%2C5z%20M13%2C5h-2c-0.553%2C0-1%2C0.447-1%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V6C14%2C5.447%2C13.553%2C5%2C13%2C5z%20M3%2C10%20H1c-0.553%2C0-1%2C0.447-1%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1v-2C4%2C10.447%2C3.553%2C10%2C3%2C10z%20M8%2C10H6c-0.553%2C0-1%2C0.447-1%2C1v2%20c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1v-2C9%2C10.447%2C8.553%2C10%2C8%2C10z%20M13%2C10h-2c-0.553%2C0-1%2C0.447-1%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2%20c0.553%2C0%2C1-0.447%2C1-1v-2C14%2C10.447%2C13.553%2C10%2C13%2C10z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-mail:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%2C1.75V10h14V1.75L7%2C7L0%2C1.75z%20M14%2C0H0l7%2C5L14%2C0z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-eye:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M7%2C0C3%2C0%2C0%2C5%2C0%2C5s3%2C5%2C7%2C5s7-5%2C7-5S11%2C0%2C7%2C0z%20M7%2C8C5.343%2C8%2C4%2C6.657%2C4%2C5s1.343-3%2C3-3s3%2C1.343%2C3%2C3S8.657%2C8%2C7%2C8z%20M7%2C4%20C6.448%2C4%2C6%2C4.447%2C6%2C5s0.448%2C1%2C1%2C1s1-0.447%2C1-1S7.552%2C4%2C7%2C4z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-gear:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13.621%2C5.904l-1.036-0.259c-0.168-0.042-0.303-0.168-0.355-0.332c-0.092-0.284-0.205-0.559-0.339-0.82%20c-0.079-0.153-0.073-0.337%2C0.017-0.486l0.549-0.915c0.118-0.196%2C0.088-0.448-0.075-0.61l-0.862-0.863%20c-0.162-0.163-0.414-0.193-0.611-0.075l-0.916%2C0.55C9.844%2C2.182%2C9.659%2C2.188%2C9.506%2C2.109C9.244%2C1.975%2C8.97%2C1.861%2C8.686%2C1.77%20c-0.165-0.052-0.29-0.187-0.332-0.354L8.095%2C0.379C8.039%2C0.156%2C7.839%2C0%2C7.609%2C0H6.391c-0.229%2C0-0.43%2C0.156-0.485%2C0.379L5.646%2C1.415%20C5.604%2C1.582%2C5.479%2C1.718%2C5.313%2C1.77c-0.284%2C0.092-0.559%2C0.206-0.82%2C0.34C4.339%2C2.188%2C4.155%2C2.182%2C4.007%2C2.093L3.092%2C1.544%20c-0.196-0.118-0.448-0.087-0.61%2C0.075L1.619%2C2.481C1.457%2C2.644%2C1.426%2C2.896%2C1.544%2C3.093l0.549%2C0.914%20c0.089%2C0.148%2C0.095%2C0.332%2C0.017%2C0.486C1.975%2C4.755%2C1.861%2C5.029%2C1.77%2C5.314c-0.053%2C0.164-0.188%2C0.29-0.354%2C0.332L0.379%2C5.905%20C0.156%2C5.961%2C0%2C6.161%2C0%2C6.391v1.219c0%2C0.229%2C0.156%2C0.43%2C0.379%2C0.485l1.036%2C0.26C1.582%2C8.396%2C1.717%2C8.521%2C1.77%2C8.687%20c0.092%2C0.284%2C0.205%2C0.559%2C0.34%2C0.82C2.188%2C9.66%2C2.182%2C9.844%2C2.093%2C9.993l-0.549%2C0.915c-0.118%2C0.195-0.087%2C0.448%2C0.075%2C0.61%20l0.862%2C0.862c0.162%2C0.163%2C0.414%2C0.193%2C0.61%2C0.075l0.915-0.549c0.148-0.089%2C0.332-0.095%2C0.486-0.017%20c0.262%2C0.135%2C0.536%2C0.248%2C0.82%2C0.34c0.165%2C0.053%2C0.291%2C0.187%2C0.332%2C0.354l0.259%2C1.036C5.96%2C13.844%2C6.16%2C14%2C6.39%2C14h1.22%20c0.229%2C0%2C0.43-0.156%2C0.485-0.379l0.259-1.036c0.042-0.167%2C0.168-0.302%2C0.333-0.354c0.284-0.092%2C0.559-0.205%2C0.82-0.34%20c0.154-0.078%2C0.338-0.072%2C0.486%2C0.017l0.914%2C0.549c0.197%2C0.118%2C0.449%2C0.088%2C0.611-0.074l0.862-0.863%20c0.163-0.162%2C0.193-0.415%2C0.075-0.611l-0.549-0.915c-0.089-0.148-0.096-0.332-0.017-0.485c0.134-0.263%2C0.248-0.536%2C0.339-0.82%20c0.053-0.165%2C0.188-0.291%2C0.355-0.333l1.036-0.259C13.844%2C8.039%2C14%2C7.839%2C14%2C7.609V6.39C14%2C6.16%2C13.844%2C5.96%2C13.621%2C5.904z%20M7%2C10%20c-1.657%2C0-3-1.343-3-3s1.343-3%2C3-3s3%2C1.343%2C3%2C3S8.657%2C10%2C7%2C10z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-heart:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2213.744px%22%20viewBox%3D%220%200%2014%2013.744%22%20style%3D%22enable-background%3Anew%200%200%2014%2013.744%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M7%2C1.744c-2-3-7-2-7%2C2c0%2C3%2C4%2C7%2C4%2C7s2.417%2C2.479%2C3%2C3c0.583-0.521%2C3-3%2C3-3s4-4%2C4-7C14-0.256%2C9-1.256%2C7%2C1.744z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-home:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%227%2C0%200%2C7%202%2C7%202%2C14%205%2C14%205%2C9%209%2C9%209%2C14%2012%2C14%2012%2C7%2014%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-info:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M7%2C0C3.134%2C0%2C0%2C3.134%2C0%2C7s3.134%2C7%2C7%2C7s7-3.134%2C7-7S10.866%2C0%2C7%2C0z%20M7%2C2c0.552%2C0%2C1%2C0.447%2C1%2C1S7.552%2C4%2C7%2C4S6%2C3.553%2C6%2C3%20S6.448%2C2%2C7%2C2z%20M9%2C11H5v-1h1V6H5V5h3v5h1V11z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-bullets:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M5%2C2h8c0.553%2C0%2C1-0.447%2C1-1s-0.447-1-1-1H5C4.447%2C0%2C4%2C0.447%2C4%2C1S4.447%2C2%2C5%2C2z%20M13%2C4H5C4.447%2C4%2C4%2C4.447%2C4%2C5s0.447%2C1%2C1%2C1h8%20c0.553%2C0%2C1-0.447%2C1-1S13.553%2C4%2C13%2C4z%20M13%2C8H5C4.447%2C8%2C4%2C8.447%2C4%2C9s0.447%2C1%2C1%2C1h8c0.553%2C0%2C1-0.447%2C1-1S13.553%2C8%2C13%2C8z%20M1%2C0%20C0.447%2C0%2C0%2C0.447%2C0%2C1s0.447%2C1%2C1%2C1s1-0.447%2C1-1S1.553%2C0%2C1%2C0z%20M1%2C4C0.447%2C4%2C0%2C4.447%2C0%2C5s0.447%2C1%2C1%2C1s1-0.447%2C1-1S1.553%2C4%2C1%2C4z%20M1%2C8%20C0.447%2C8%2C0%2C8.447%2C0%2C9s0.447%2C1%2C1%2C1s1-0.447%2C1-1S1.553%2C8%2C1%2C8z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-bars:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M1%2C2h12c0.553%2C0%2C1-0.447%2C1-1s-0.447-1-1-1H1C0.447%2C0%2C0%2C0.447%2C0%2C1S0.447%2C2%2C1%2C2z%20M13%2C4H1C0.447%2C4%2C0%2C4.447%2C0%2C5s0.447%2C1%2C1%2C1h12%20c0.553%2C0%2C1-0.447%2C1-1S13.553%2C4%2C13%2C4z%20M13%2C8H1C0.447%2C8%2C0%2C8.447%2C0%2C9s0.447%2C1%2C1%2C1h12c0.553%2C0%2C1-0.447%2C1-1S13.553%2C8%2C13%2C8z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-navigation:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C0%200%2C6%208%2C6%208%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-lock:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2012%2014%22%20style%3D%22enable-background%3Anew%200%200%2012%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M11%2C6V5c0-2.762-2.239-5-5-5S1%2C2.238%2C1%2C5v1H0v8h12V6H11z%20M6.5%2C9.847V12h-1V9.847C5.207%2C9.673%2C5%2C9.366%2C5%2C9%20c0-0.553%2C0.448-1%2C1-1s1%2C0.447%2C1%2C1C7%2C9.366%2C6.793%2C9.673%2C6.5%2C9.847z%20M9%2C6H3V5c0-1.657%2C1.343-3%2C3-3s3%2C1.343%2C3%2C3V6z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-search:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2213.701px%22%20height%3D%2213.721px%22%20viewBox%3D%220%200%2013.701%2013.721%22%20style%3D%22enable-background%3Anew%200%200%2013.701%2013.721%3B%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M10.021%2C8.626C10.638%2C7.738%2C11%2C6.662%2C11%2C5.5C11%2C2.463%2C8.537%2C0%2C5.5%2C0S0%2C2.463%2C0%2C5.5S2.463%2C11%2C5.5%2C11%20c1.152%2C0%2C2.221-0.356%2C3.105-0.962l3.682%2C3.683l1.414-1.414L10.021%2C8.626z%20M5.5%2C9C3.567%2C9%2C2%2C7.433%2C2%2C5.5S3.567%2C2%2C5.5%2C2S9%2C3.567%2C9%2C5.5%20S7.433%2C9%2C5.5%2C9z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-location:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%228px%22%20height%3D%2214px%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22enable-background%3Anew%200%200%208%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M4%2C0C1.791%2C0%2C0%2C1.791%2C0%2C4c0%2C2%2C4%2C10%2C4%2C10S8%2C6%2C8%2C4C8%2C1.791%2C6.209%2C0%2C4%2C0z%20M4%2C6C2.896%2C6%2C2%2C5.104%2C2%2C4s0.896-2%2C2-2s2%2C0.896%2C2%2C2%20S5.104%2C6%2C4%2C6z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-minus:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%224px%22%20viewBox%3D%220%200%2014%204%22%20style%3D%22enable-background%3Anew%200%200%2014%204%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Crect%20fill%3D%22%23FFF%22%20width%3D%2214%22%20height%3D%224%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-forbidden:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12.601%2C11.187C13.476%2C10.018%2C14%2C8.572%2C14%2C7c0-3.866-3.134-7-7-7C5.428%2C0%2C3.982%2C0.524%2C2.813%2C1.399L2.757%2C1.343L2.053%2C2.048%20L2.048%2C2.053L1.343%2C2.758l0.056%2C0.056C0.524%2C3.982%2C0%2C5.428%2C0%2C7c0%2C3.866%2C3.134%2C7%2C7%2C7c1.572%2C0%2C3.018-0.524%2C4.187-1.399l0.056%2C0.057%20l0.705-0.705l0.005-0.005l0.705-0.705L12.601%2C11.187z%20M7%2C2c2.761%2C0%2C5%2C2.238%2C5%2C5c0%2C1.019-0.308%2C1.964-0.832%2C2.754L4.246%2C2.832%20C5.036%2C2.308%2C5.981%2C2%2C7%2C2z%20M7%2C12c-2.761%2C0-5-2.238-5-5c0-1.019%2C0.308-1.964%2C0.832-2.754l6.922%2C6.922C8.964%2C11.692%2C8.019%2C12%2C7%2C12z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-edit:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M1%2C10l-1%2C4l4-1l7-7L8%2C3L1%2C10z%20M11%2C0L9%2C2l3%2C3l2-2L11%2C0z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-user:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M8.851%2C10.101c-0.18-0.399-0.2-0.763-0.153-1.104C9.383%2C8.49%2C9.738%2C7.621%2C9.891%2C6.465C10.493%2C6.355%2C10.5%2C5.967%2C10.5%2C5.5%20c0-0.437-0.008-0.804-0.502-0.94C9.999%2C4.539%2C10%2C4.521%2C10%2C4.5c0-2.103-1-4-2-4C8%2C0.5%2C7.5%2C0%2C6.5%2C0C5%2C0%2C4%2C1.877%2C4%2C4.5%20c0%2C0.021%2C0.001%2C0.039%2C0.002%2C0.06C3.508%2C4.696%2C3.5%2C5.063%2C3.5%2C5.5c0%2C0.467%2C0.007%2C0.855%2C0.609%2C0.965%20C4.262%2C7.621%2C4.617%2C8.49%2C5.303%2C8.997c0.047%2C0.341%2C0.026%2C0.704-0.153%2C1.104C1.503%2C10.503%2C0%2C12%2C0%2C12v2h14v-2%20C14%2C12%2C12.497%2C10.503%2C8.851%2C10.101z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-phone:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2213.979px%22%20height%3D%2214.016px%22%20viewBox%3D%220%200%2013.979%2014.016%22%20style%3D%22enable-background%3Anew%200%200%2013.979%2014.016%3B%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M6.939%2C9.189C6.165%2C8.557%2C5.271%2C7.705%2C4.497%2C6.744C3.953%2C6.071%2C3.473%2C5.363%2C3.969%2C4.866l-3.482-3.48%20C-0.021%2C2.02-1.146%2C5.04%2C3.675%2C9.984c5.08%2C5.211%2C8.356%2C4.096%2C8.92%2C3.51l-3.396-3.4C8.725%2C10.568%2C8.113%2C10.146%2C6.939%2C9.189z%20%20M13.82%2C11.519v-0.004c0%2C0-2.649-2.646-2.65-2.648c-0.21-0.21-0.546-0.205-0.754%2C0.002L9.455%2C9.831l3.404%2C3.408%20c0%2C0%2C0.962-0.96%2C0.961-0.961l0.002-0.001C14.043%2C12.056%2C14.021%2C11.721%2C13.82%2C11.519z%20M5.192%2C3.644V3.642%20c0.221-0.222%2C0.2-0.557%2C0-0.758V2.881c0%2C0-2.726-2.724-2.727-2.725C2.255-0.055%2C1.92-0.05%2C1.712%2C0.157L0.751%2C1.121l3.48%2C3.483%20C4.231%2C4.604%2C5.192%2C3.645%2C5.192%2C3.644z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-plus:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C5%209%2C5%209%2C0%205%2C0%205%2C5%200%2C5%200%2C9%205%2C9%205%2C14%209%2C14%209%2C9%2014%2C9%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-power:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2213.896px%22%20viewBox%3D%220%200%2012%2013.896%22%20style%3D%22enable-background%3Anew%200%200%2012%2013.896%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M10.243%2C3.356c-0.392-0.401-1.024-0.401-1.415%2C0c-0.39%2C0.402-0.39%2C1.054%2C0%2C1.455C9.584%2C5.59%2C10%2C6.623%2C10%2C7.722%20c0%2C1.1-0.416%2C2.133-1.172%2C2.911c-1.511%2C1.556-4.145%2C1.556-5.656%2C0C2.416%2C9.854%2C2%2C8.821%2C2%2C7.722c0-1.099%2C0.416-2.132%2C1.172-2.91%20c0.39-0.401%2C0.39-1.053%2C0-1.455c-0.391-0.401-1.024-0.401-1.415%2C0C0.624%2C4.522%2C0%2C6.073%2C0%2C7.722c0%2C1.649%2C0.624%2C3.2%2C1.757%2C4.366%20C2.891%2C13.254%2C4.397%2C13.896%2C6%2C13.896s3.109-0.643%2C4.243-1.809C11.376%2C10.922%2C12%2C9.371%2C12%2C7.722C12%2C6.073%2C11.376%2C4.522%2C10.243%2C3.356z%20%20M6%2C8c0.553%2C0%2C1-0.447%2C1-1V1c0-0.553-0.447-1-1-1S5%2C0.447%2C5%2C1v6C5%2C7.553%2C5.447%2C8%2C6%2C8z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-recycle:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2014%2012%22%20style%3D%22enable-background%3Anew%200%200%2014%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M3%2C6h1L2%2C3L0%2C6h1c0%2C3.313%2C2.687%2C6%2C6%2C6c0.702%2C0%2C1.374-0.127%2C2-0.349V9.445C8.41%2C9.789%2C7.732%2C10%2C7%2C10C4.791%2C10%2C3%2C8.209%2C3%2C6z%20%20M13%2C6c0-3.313-2.687-6-6-6C6.298%2C0%2C5.626%2C0.127%2C5%2C0.349v2.206C5.59%2C2.211%2C6.268%2C2%2C7%2C2c2.209%2C0%2C4%2C1.791%2C4%2C4h-1l2%2C3l2-3H13z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-forward:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2012%2014%22%20style%3D%22enable-background%3Anew%200%200%2012%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12%2C4L8%2C0v3C5%2C3%2C0%2C4%2C0%2C8c0%2C5%2C7%2C6%2C7%2C6v-2c0%2C0-5-1-5-4s6-3%2C6-3v3L12%2C4z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-refresh:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214.001px%22%20height%3D%2214.002px%22%20viewBox%3D%220%200%2014.001%2014.002%22%20style%3D%22enable-background%3Anew%200%200%2014.001%2014.002%3B%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M14.001%2C6.001v-6l-2.06%2C2.06c-0.423-0.424-0.897-0.809-1.44-1.122C7.153-0.994%2C2.872%2C0.153%2C0.939%2C3.501%20c-1.933%2C3.348-0.786%2C7.629%2C2.562%2C9.562c3.348%2C1.933%2C7.629%2C0.785%2C9.562-2.562l-1.732-1c-1.381%2C2.392-4.438%2C3.211-6.83%2C1.83%20s-3.211-4.438-1.83-6.83s4.438-3.211%2C6.83-1.83c0.389%2C0.225%2C0.718%2C0.506%2C1.02%2C0.81l-2.52%2C2.52H14.001z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-shop:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2012%2014%22%20style%3D%22enable-background%3Anew%200%200%2012%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M9%2C4V3c0-1.657-1.343-3-3-3S3%2C1.343%2C3%2C3v1H0v10h12V4H9z%20M3.5%2C6C3.224%2C6%2C3%2C5.776%2C3%2C5.5S3.224%2C5%2C3.5%2C5S4%2C5.224%2C4%2C5.5%20S3.776%2C6%2C3.5%2C6z%20M4%2C3c0-1.104%2C0.896-2%2C2-2s2%2C0.896%2C2%2C2v1H4V3z%20M8.5%2C6C8.224%2C6%2C8%2C5.776%2C8%2C5.5S8.224%2C5%2C8.5%2C5S9%2C5.224%2C9%2C5.5%20S8.776%2C6%2C8.5%2C6z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-comment:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12%2C0H2C0.896%2C0%2C0%2C0.896%2C0%2C2v7c0%2C1.104%2C0.896%2C2%2C2%2C2h1v3l3-3h6c1.104%2C0%2C2-0.896%2C2-2V2C14%2C0.896%2C13.104%2C0%2C12%2C0z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-star:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2014%2013%22%20style%3D%22enable-background%3Anew%200%200%2014%2013%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C5%209%2C5%207%2C0%205%2C5%200%2C5%204%2C8%202.625%2C13%207%2C10%2011.375%2C13%2010%2C8%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-tag:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M5%2C0H0v5l9%2C9l5-5L5%2C0z%20M3%2C4C2.447%2C4%2C2%2C3.553%2C2%2C3s0.447-1%2C1-1s1%2C0.447%2C1%2C1S3.553%2C4%2C3%2C4z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-back:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2012%2014%22%20style%3D%22enable-background%3Anew%200%200%2012%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M4%2C3V0L0%2C4l4%2C4V5c0%2C0%2C6%2C0%2C6%2C3s-5%2C4-5%2C4v2c0%2C0%2C7-1%2C7-6C12%2C4%2C7%2C3%2C4%2C3z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-video:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M8%2C0H2C0.896%2C0%2C0%2C0.896%2C0%2C2v6c0%2C1.104%2C0.896%2C2%2C2%2C2h6c1.104%2C0%2C2-0.896%2C2-2V5V2C10%2C0.896%2C9.104%2C0%2C8%2C0z%20M10%2C5l4%2C4V1L10%2C5z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-alert:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2014%2012%22%20style%3D%22enable-background%3Anew%200%200%2014%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M7%2C0L0%2C12h14L7%2C0z%20M7%2C11c-0.553%2C0-1-0.447-1-1s0.447-1%2C1-1s1%2C0.447%2C1%2C1S7.553%2C11%2C7%2C11z%20M7%2C8C6.447%2C8%2C6%2C7.553%2C6%2C7V5%20c0-0.553%2C0.447-1%2C1-1s1%2C0.447%2C1%2C1v2C8%2C7.553%2C7.553%2C8%2C7%2C8z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-icon-delete:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C3%2011%2C0%207%2C4%203%2C0%200%2C3%204%2C7%200%2C11%203%2C14%207%2C10%2011%2C14%2014%2C11%2010%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-action:after,.ui-alt-icon .ui-icon-action:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2014%2013%22%20style%3D%22enable-background%3Anew%200%200%2014%2013%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M9%2C5v3l5-4L9%2C0v3c0%2C0-5%2C0-5%2C7C6%2C5%2C9%2C5%2C9%2C5z%20M11%2C11H2V5h1l2-2H0v10h13V7l-2%2C2V11z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-arrow-d:after,.ui-alt-icon .ui-icon-arrow-d:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%229%2C7%209%2C0%205%2C0%205%2C7%200%2C7%207%2C14%2014%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-arrow-d-l:after,.ui-alt-icon .ui-icon-arrow-d-l:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C3%2011%2C0%203.5%2C7.5%200%2C4%200%2C14%2010%2C14%206.5%2C10.5%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-arrow-d-r:after,.ui-alt-icon .ui-icon-arrow-d-r:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2210.5%2C7.5%203%2C0%200%2C3%207.5%2C10.5%204%2C14%2014%2C14%2014%2C4%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-arrow-l:after,.ui-alt-icon .ui-icon-arrow-l:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%227%2C5%207%2C0%200%2C7%207%2C14%207%2C9%2014%2C9%2014%2C5%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-arrow-r:after,.ui-alt-icon .ui-icon-arrow-r:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C7%207%2C0%207%2C5%200%2C5%200%2C9%207%2C9%207%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-arrow-u:after,.ui-alt-icon .ui-icon-arrow-u:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%227%2C0%200%2C7%205%2C7%205%2C14%209%2C14%209%2C7%2014%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-arrow-u-l:after,.ui-alt-icon .ui-icon-arrow-u-l:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C11%206.5%2C3.5%2010%2C0%200%2C0%200%2C10%203.5%2C6.5%2011%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-arrow-u-r:after,.ui-alt-icon .ui-icon-arrow-u-r:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C0%204%2C0%207.5%2C3.5%200%2C11%203%2C14%2010.5%2C6.5%2014%2C10%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-audio:after,.ui-alt-icon .ui-icon-audio:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214.018px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014.018%2014%22%20style%3D%22enable-background%3Anew%200%200%2014.018%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M1%2C4C0.447%2C4%2C0%2C4.447%2C0%2C5v4c0%2C0.553%2C0.447%2C1%2C1%2C1h1l4%2C4V0L2%2C4H1z%20M10.346%2C7c0-1.699-1.042-3.154-2.546-3.867L6.982%2C4.68%20C7.885%2C5.107%2C8.51%2C5.98%2C8.51%2C7S7.885%2C8.893%2C6.982%2C9.32L7.8%2C10.867C9.304%2C10.154%2C10.346%2C8.699%2C10.346%2C7z%20M9.447%2C0.017L8.618%2C1.586%20C10.723%2C2.584%2C12.182%2C4.621%2C12.182%2C7s-1.459%2C4.416-3.563%2C5.414l0.829%2C1.569c2.707-1.283%2C4.57-3.925%2C4.57-6.983%20S12.154%2C1.3%2C9.447%2C0.017z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-calendar:after,.ui-alt-icon .ui-icon-calendar:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M0%2C8h2V6H0V8z%20M3%2C8h2V6H3V8z%20M6%2C8h2V6H6V8z%20M9%2C8h2V6H9V8z%20M12%2C8h2V6h-2V8z%20M0%2C11h2V9H0V11z%20M3%2C11h2V9H3V11z%20M6%2C11h2V9H6V11z%20%20M9%2C11h2V9H9V11z%20M12%2C11h2V9h-2V11z%20M0%2C14h2v-2H0V14z%20M3%2C14h2v-2H3V14z%20M6%2C14h2v-2H6V14z%20M9%2C14h2v-2H9V14z%20M12%2C1%20c0-0.553-0.447-1-1-1s-1%2C0.447-1%2C1H4c0-0.553-0.447-1-1-1S2%2C0.447%2C2%2C1H0v4h14V1H12z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-camera:after,.ui-alt-icon .ui-icon-camera:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2211px%22%20viewBox%3D%220%200%2014%2011%22%20style%3D%22enable-background%3Anew%200%200%2014%2011%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M12%2C1H9.908C9.702%2C0.419%2C9.152%2C0%2C8.5%2C0h-3C4.848%2C0%2C4.298%2C0.419%2C4.092%2C1H2C0.896%2C1%2C0%2C1.896%2C0%2C3v6c0%2C1.104%2C0.896%2C2%2C2%2C2h10%20c1.104%2C0%2C2-0.896%2C2-2V3C14%2C1.896%2C13.104%2C1%2C12%2C1z%20M7%2C9C5.343%2C9%2C4%2C7.657%2C4%2C6s1.343-3%2C3-3s3%2C1.343%2C3%2C3S8.657%2C9%2C7%2C9z%20M7%2C4%20C5.896%2C4%2C5%2C4.896%2C5%2C6s0.896%2C2%2C2%2C2s2-0.896%2C2-2S8.104%2C4%2C7%2C4z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-carat-d:after,.ui-alt-icon .ui-icon-carat-d:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%228px%22%20viewBox%3D%220%200%2012%208%22%20style%3D%22enable-background%3Anew%200%200%2012%208%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2210%2C0%206%2C4%202%2C0%200%2C2%206%2C8%2012%2C2%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-carat-l:after,.ui-alt-icon .ui-icon-carat-l:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%228px%22%20height%3D%2212px%22%20viewBox%3D%220%200%208%2012%22%20style%3D%22enable-background%3Anew%200%200%208%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%228%2C2%206%2C0%200%2C6%206%2C12%208%2C10%204%2C6%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-carat-r:after,.ui-alt-icon .ui-icon-carat-r:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%228px%22%20height%3D%2212px%22%20viewBox%3D%220%200%208%2012%22%20style%3D%22enable-background%3Anew%200%200%208%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%222%2C0%200%2C2%204%2C6%200%2C10%202%2C12%208%2C6%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-carat-u:after,.ui-alt-icon .ui-icon-carat-u:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%228px%22%20viewBox%3D%220%200%2012%208%22%20style%3D%22enable-background%3Anew%200%200%2012%208%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%226%2C0%200%2C6%202%2C8%206%2C4%2010%2C8%2012%2C6%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-check:after,.ui-alt-icon .ui-icon-check:after,html .ui-alt-icon.ui-btn.ui-checkbox-on:after,html .ui-alt-icon .ui-btn.ui-checkbox-on:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2014%2012%22%20style%3D%22enable-background%3Anew%200%200%2014%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C3%2011%2C0%205.003%2C5.997%203%2C4%200%2C7%204.966%2C12%204.983%2C11.983%205%2C12%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-clock:after,.ui-alt-icon .ui-icon-clock:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M7%2C0C3.134%2C0%2C0%2C3.134%2C0%2C7s3.134%2C7%2C7%2C7s7-3.134%2C7-7S10.866%2C0%2C7%2C0z%20M7%2C12c-2.762%2C0-5-2.238-5-5s2.238-5%2C5-5s5%2C2.238%2C5%2C5%20S9.762%2C12%2C7%2C12z%20M9%2C6H8V4c0-0.553-0.447-1-1-1S6%2C3.447%2C6%2C4v3c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1S9.553%2C6%2C9%2C6z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-cloud:after,.ui-alt-icon .ui-icon-cloud:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%229px%22%20viewBox%3D%220%200%2014%209%22%20style%3D%22enable-background%3Anew%200%200%2014%209%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M14%2C7c0-0.793-0.465-1.472-1.134-1.795C12.949%2C4.984%2C13%2C4.749%2C13%2C4.5c0-1.104-0.896-2-2-2c-0.158%2C0-0.31%2C0.023-0.457%2C0.058%20C9.816%2C1.049%2C8.286%2C0%2C6.5%2C0C4.17%2C0%2C2.276%2C1.777%2C2.046%2C4.046C0.883%2C4.26%2C0%2C5.274%2C0%2C6.5C0%2C7.881%2C1.119%2C9%2C2.5%2C9h10V8.93%20C13.361%2C8.706%2C14%2C7.931%2C14%2C7z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-grid:after,.ui-alt-icon .ui-icon-grid:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M3%2C0H1C0.447%2C0%2C0%2C0.447%2C0%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V1C4%2C0.447%2C3.553%2C0%2C3%2C0z%20M8%2C0H6%20C5.447%2C0%2C5%2C0.447%2C5%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V1C9%2C0.447%2C8.553%2C0%2C8%2C0z%20M13%2C0h-2c-0.553%2C0-1%2C0.447-1%2C1v2%20c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V1C14%2C0.447%2C13.553%2C0%2C13%2C0z%20M3%2C5H1C0.447%2C5%2C0%2C5.447%2C0%2C6v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2%20c0.553%2C0%2C1-0.447%2C1-1V6C4%2C5.447%2C3.553%2C5%2C3%2C5z%20M8%2C5H6C5.447%2C5%2C5%2C5.447%2C5%2C6v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V6%20C9%2C5.447%2C8.553%2C5%2C8%2C5z%20M13%2C5h-2c-0.553%2C0-1%2C0.447-1%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V6C14%2C5.447%2C13.553%2C5%2C13%2C5z%20M3%2C10%20H1c-0.553%2C0-1%2C0.447-1%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1v-2C4%2C10.447%2C3.553%2C10%2C3%2C10z%20M8%2C10H6c-0.553%2C0-1%2C0.447-1%2C1v2%20c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1v-2C9%2C10.447%2C8.553%2C10%2C8%2C10z%20M13%2C10h-2c-0.553%2C0-1%2C0.447-1%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2%20c0.553%2C0%2C1-0.447%2C1-1v-2C14%2C10.447%2C13.553%2C10%2C13%2C10z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-mail:after,.ui-alt-icon .ui-icon-mail:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M0%2C1.75V10h14V1.75L7%2C7L0%2C1.75z%20M14%2C0H0l7%2C5L14%2C0z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-eye:after,.ui-alt-icon .ui-icon-eye:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M7%2C0C3%2C0%2C0%2C5%2C0%2C5s3%2C5%2C7%2C5s7-5%2C7-5S11%2C0%2C7%2C0z%20M7%2C8C5.343%2C8%2C4%2C6.657%2C4%2C5s1.343-3%2C3-3s3%2C1.343%2C3%2C3S8.657%2C8%2C7%2C8z%20M7%2C4%20C6.448%2C4%2C6%2C4.447%2C6%2C5s0.448%2C1%2C1%2C1s1-0.447%2C1-1S7.552%2C4%2C7%2C4z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-gear:after,.ui-alt-icon .ui-icon-gear:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M13.621%2C5.904l-1.036-0.259c-0.168-0.042-0.303-0.168-0.355-0.332c-0.092-0.284-0.205-0.559-0.339-0.82%20c-0.079-0.153-0.073-0.337%2C0.017-0.486l0.549-0.915c0.118-0.196%2C0.088-0.448-0.075-0.61l-0.862-0.863%20c-0.162-0.163-0.414-0.193-0.611-0.075l-0.916%2C0.55C9.844%2C2.182%2C9.659%2C2.188%2C9.506%2C2.109C9.244%2C1.975%2C8.97%2C1.861%2C8.686%2C1.77%20c-0.165-0.052-0.29-0.187-0.332-0.354L8.095%2C0.379C8.039%2C0.156%2C7.839%2C0%2C7.609%2C0H6.391c-0.229%2C0-0.43%2C0.156-0.485%2C0.379L5.646%2C1.415%20C5.604%2C1.582%2C5.479%2C1.718%2C5.313%2C1.77c-0.284%2C0.092-0.559%2C0.206-0.82%2C0.34C4.339%2C2.188%2C4.155%2C2.182%2C4.007%2C2.093L3.092%2C1.544%20c-0.196-0.118-0.448-0.087-0.61%2C0.075L1.619%2C2.481C1.457%2C2.644%2C1.426%2C2.896%2C1.544%2C3.093l0.549%2C0.914%20c0.089%2C0.148%2C0.095%2C0.332%2C0.017%2C0.486C1.975%2C4.755%2C1.861%2C5.029%2C1.77%2C5.314c-0.053%2C0.164-0.188%2C0.29-0.354%2C0.332L0.379%2C5.905%20C0.156%2C5.961%2C0%2C6.161%2C0%2C6.391v1.219c0%2C0.229%2C0.156%2C0.43%2C0.379%2C0.485l1.036%2C0.26C1.582%2C8.396%2C1.717%2C8.521%2C1.77%2C8.687%20c0.092%2C0.284%2C0.205%2C0.559%2C0.34%2C0.82C2.188%2C9.66%2C2.182%2C9.844%2C2.093%2C9.993l-0.549%2C0.915c-0.118%2C0.195-0.087%2C0.448%2C0.075%2C0.61%20l0.862%2C0.862c0.162%2C0.163%2C0.414%2C0.193%2C0.61%2C0.075l0.915-0.549c0.148-0.089%2C0.332-0.095%2C0.486-0.017%20c0.262%2C0.135%2C0.536%2C0.248%2C0.82%2C0.34c0.165%2C0.053%2C0.291%2C0.187%2C0.332%2C0.354l0.259%2C1.036C5.96%2C13.844%2C6.16%2C14%2C6.39%2C14h1.22%20c0.229%2C0%2C0.43-0.156%2C0.485-0.379l0.259-1.036c0.042-0.167%2C0.168-0.302%2C0.333-0.354c0.284-0.092%2C0.559-0.205%2C0.82-0.34%20c0.154-0.078%2C0.338-0.072%2C0.486%2C0.017l0.914%2C0.549c0.197%2C0.118%2C0.449%2C0.088%2C0.611-0.074l0.862-0.863%20c0.163-0.162%2C0.193-0.415%2C0.075-0.611l-0.549-0.915c-0.089-0.148-0.096-0.332-0.017-0.485c0.134-0.263%2C0.248-0.536%2C0.339-0.82%20c0.053-0.165%2C0.188-0.291%2C0.355-0.333l1.036-0.259C13.844%2C8.039%2C14%2C7.839%2C14%2C7.609V6.39C14%2C6.16%2C13.844%2C5.96%2C13.621%2C5.904z%20M7%2C10%20c-1.657%2C0-3-1.343-3-3s1.343-3%2C3-3s3%2C1.343%2C3%2C3S8.657%2C10%2C7%2C10z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-heart:after,.ui-alt-icon .ui-icon-heart:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2213.744px%22%20viewBox%3D%220%200%2014%2013.744%22%20style%3D%22enable-background%3Anew%200%200%2014%2013.744%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M7%2C1.744c-2-3-7-2-7%2C2c0%2C3%2C4%2C7%2C4%2C7s2.417%2C2.479%2C3%2C3c0.583-0.521%2C3-3%2C3-3s4-4%2C4-7C14-0.256%2C9-1.256%2C7%2C1.744z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-home:after,.ui-alt-icon .ui-icon-home:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%227%2C0%200%2C7%202%2C7%202%2C14%205%2C14%205%2C9%209%2C9%209%2C14%2012%2C14%2012%2C7%2014%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-info:after,.ui-alt-icon .ui-icon-info:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M7%2C0C3.134%2C0%2C0%2C3.134%2C0%2C7s3.134%2C7%2C7%2C7s7-3.134%2C7-7S10.866%2C0%2C7%2C0z%20M7%2C2c0.552%2C0%2C1%2C0.447%2C1%2C1S7.552%2C4%2C7%2C4S6%2C3.553%2C6%2C3%20S6.448%2C2%2C7%2C2z%20M9%2C11H5v-1h1V6H5V5h3v5h1V11z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-bars:after,.ui-alt-icon .ui-icon-bars:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M1%2C2h12c0.553%2C0%2C1-0.447%2C1-1s-0.447-1-1-1H1C0.447%2C0%2C0%2C0.447%2C0%2C1S0.447%2C2%2C1%2C2z%20M13%2C4H1C0.447%2C4%2C0%2C4.447%2C0%2C5s0.447%2C1%2C1%2C1h12%20c0.553%2C0%2C1-0.447%2C1-1S13.553%2C4%2C13%2C4z%20M13%2C8H1C0.447%2C8%2C0%2C8.447%2C0%2C9s0.447%2C1%2C1%2C1h12c0.553%2C0%2C1-0.447%2C1-1S13.553%2C8%2C13%2C8z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-bullets:after,.ui-alt-icon .ui-icon-bullets:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M5%2C2h8c0.553%2C0%2C1-0.447%2C1-1s-0.447-1-1-1H5C4.447%2C0%2C4%2C0.447%2C4%2C1S4.447%2C2%2C5%2C2z%20M13%2C4H5C4.447%2C4%2C4%2C4.447%2C4%2C5s0.447%2C1%2C1%2C1h8%20c0.553%2C0%2C1-0.447%2C1-1S13.553%2C4%2C13%2C4z%20M13%2C8H5C4.447%2C8%2C4%2C8.447%2C4%2C9s0.447%2C1%2C1%2C1h8c0.553%2C0%2C1-0.447%2C1-1S13.553%2C8%2C13%2C8z%20M1%2C0%20C0.447%2C0%2C0%2C0.447%2C0%2C1s0.447%2C1%2C1%2C1s1-0.447%2C1-1S1.553%2C0%2C1%2C0z%20M1%2C4C0.447%2C4%2C0%2C4.447%2C0%2C5s0.447%2C1%2C1%2C1s1-0.447%2C1-1S1.553%2C4%2C1%2C4z%20M1%2C8%20C0.447%2C8%2C0%2C8.447%2C0%2C9s0.447%2C1%2C1%2C1s1-0.447%2C1-1S1.553%2C8%2C1%2C8z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-navigation:after,.ui-alt-icon .ui-icon-navigation:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C0%200%2C6%208%2C6%208%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-lock:after,.ui-alt-icon .ui-icon-lock:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2012%2014%22%20style%3D%22enable-background%3Anew%200%200%2012%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M11%2C6V5c0-2.762-2.239-5-5-5S1%2C2.238%2C1%2C5v1H0v8h12V6H11z%20M6.5%2C9.847V12h-1V9.847C5.207%2C9.673%2C5%2C9.366%2C5%2C9%20c0-0.553%2C0.448-1%2C1-1s1%2C0.447%2C1%2C1C7%2C9.366%2C6.793%2C9.673%2C6.5%2C9.847z%20M9%2C6H3V5c0-1.657%2C1.343-3%2C3-3s3%2C1.343%2C3%2C3V6z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-search:after,.ui-alt-icon .ui-icon-search:after,.ui-input-search:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2213.701px%22%20height%3D%2213.721px%22%20viewBox%3D%220%200%2013.701%2013.721%22%20style%3D%22enable-background%3Anew%200%200%2013.701%2013.721%3B%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M10.021%2C8.626C10.638%2C7.738%2C11%2C6.662%2C11%2C5.5C11%2C2.463%2C8.537%2C0%2C5.5%2C0S0%2C2.463%2C0%2C5.5S2.463%2C11%2C5.5%2C11%20c1.152%2C0%2C2.221-0.356%2C3.105-0.962l3.682%2C3.683l1.414-1.414L10.021%2C8.626z%20M5.5%2C9C3.567%2C9%2C2%2C7.433%2C2%2C5.5S3.567%2C2%2C5.5%2C2S9%2C3.567%2C9%2C5.5%20S7.433%2C9%2C5.5%2C9z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-location:after,.ui-alt-icon .ui-icon-location:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%228px%22%20height%3D%2214px%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22enable-background%3Anew%200%200%208%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M4%2C0C1.791%2C0%2C0%2C1.791%2C0%2C4c0%2C2%2C4%2C10%2C4%2C10S8%2C6%2C8%2C4C8%2C1.791%2C6.209%2C0%2C4%2C0z%20M4%2C6C2.896%2C6%2C2%2C5.104%2C2%2C4s0.896-2%2C2-2s2%2C0.896%2C2%2C2%20S5.104%2C6%2C4%2C6z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-minus:after,.ui-alt-icon .ui-icon-minus:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%224px%22%20viewBox%3D%220%200%2014%204%22%20style%3D%22enable-background%3Anew%200%200%2014%204%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Crect%20width%3D%2214%22%20height%3D%224%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-forbidden:after,.ui-alt-icon .ui-icon-forbidden:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M12.601%2C11.187C13.476%2C10.018%2C14%2C8.572%2C14%2C7c0-3.866-3.134-7-7-7C5.428%2C0%2C3.982%2C0.524%2C2.813%2C1.399L2.757%2C1.343L2.053%2C2.048%20L2.048%2C2.053L1.343%2C2.758l0.056%2C0.056C0.524%2C3.982%2C0%2C5.428%2C0%2C7c0%2C3.866%2C3.134%2C7%2C7%2C7c1.572%2C0%2C3.018-0.524%2C4.187-1.399l0.056%2C0.057%20l0.705-0.705l0.005-0.005l0.705-0.705L12.601%2C11.187z%20M7%2C2c2.761%2C0%2C5%2C2.238%2C5%2C5c0%2C1.019-0.308%2C1.964-0.832%2C2.754L4.246%2C2.832%20C5.036%2C2.308%2C5.981%2C2%2C7%2C2z%20M7%2C12c-2.761%2C0-5-2.238-5-5c0-1.019%2C0.308-1.964%2C0.832-2.754l6.922%2C6.922C8.964%2C11.692%2C8.019%2C12%2C7%2C12z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-edit:after,.ui-alt-icon .ui-icon-edit:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M1%2C10l-1%2C4l4-1l7-7L8%2C3L1%2C10z%20M11%2C0L9%2C2l3%2C3l2-2L11%2C0z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-user:after,.ui-alt-icon .ui-icon-user:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M8.851%2C10.101c-0.18-0.399-0.2-0.763-0.153-1.104C9.383%2C8.49%2C9.738%2C7.621%2C9.891%2C6.465C10.493%2C6.355%2C10.5%2C5.967%2C10.5%2C5.5%20c0-0.437-0.008-0.804-0.502-0.94C9.999%2C4.539%2C10%2C4.521%2C10%2C4.5c0-2.103-1-4-2-4C8%2C0.5%2C7.5%2C0%2C6.5%2C0C5%2C0%2C4%2C1.877%2C4%2C4.5%20c0%2C0.021%2C0.001%2C0.039%2C0.002%2C0.06C3.508%2C4.696%2C3.5%2C5.063%2C3.5%2C5.5c0%2C0.467%2C0.007%2C0.855%2C0.609%2C0.965%20C4.262%2C7.621%2C4.617%2C8.49%2C5.303%2C8.997c0.047%2C0.341%2C0.026%2C0.704-0.153%2C1.104C1.503%2C10.503%2C0%2C12%2C0%2C12v2h14v-2%20C14%2C12%2C12.497%2C10.503%2C8.851%2C10.101z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-phone:after,.ui-alt-icon .ui-icon-phone:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2213.979px%22%20height%3D%2214.016px%22%20viewBox%3D%220%200%2013.979%2014.016%22%20style%3D%22enable-background%3Anew%200%200%2013.979%2014.016%3B%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M6.939%2C9.189C6.165%2C8.557%2C5.271%2C7.705%2C4.497%2C6.744C3.953%2C6.071%2C3.473%2C5.363%2C3.969%2C4.866l-3.482-3.48%20C-0.021%2C2.02-1.146%2C5.04%2C3.675%2C9.984c5.08%2C5.211%2C8.356%2C4.096%2C8.92%2C3.51l-3.396-3.4C8.725%2C10.568%2C8.113%2C10.146%2C6.939%2C9.189z%20%20M13.82%2C11.519v-0.004c0%2C0-2.649-2.646-2.65-2.648c-0.21-0.21-0.546-0.205-0.754%2C0.002L9.455%2C9.831l3.404%2C3.408%20c0%2C0%2C0.962-0.96%2C0.961-0.961l0.002-0.001C14.043%2C12.056%2C14.021%2C11.721%2C13.82%2C11.519z%20M5.192%2C3.644V3.642%20c0.221-0.222%2C0.2-0.557%2C0-0.758V2.881c0%2C0-2.726-2.724-2.727-2.725C2.255-0.055%2C1.92-0.05%2C1.712%2C0.157L0.751%2C1.121l3.48%2C3.483%20C4.231%2C4.604%2C5.192%2C3.645%2C5.192%2C3.644z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-plus:after,.ui-alt-icon .ui-icon-plus:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C5%209%2C5%209%2C0%205%2C0%205%2C5%200%2C5%200%2C9%205%2C9%205%2C14%209%2C14%209%2C9%2014%2C9%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-power:after,.ui-alt-icon .ui-icon-power:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2213.896px%22%20viewBox%3D%220%200%2012%2013.896%22%20style%3D%22enable-background%3Anew%200%200%2012%2013.896%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M10.243%2C3.356c-0.392-0.401-1.024-0.401-1.415%2C0c-0.39%2C0.402-0.39%2C1.054%2C0%2C1.455C9.584%2C5.59%2C10%2C6.623%2C10%2C7.722%20c0%2C1.1-0.416%2C2.133-1.172%2C2.911c-1.511%2C1.556-4.145%2C1.556-5.656%2C0C2.416%2C9.854%2C2%2C8.821%2C2%2C7.722c0-1.099%2C0.416-2.132%2C1.172-2.91%20c0.39-0.401%2C0.39-1.053%2C0-1.455c-0.391-0.401-1.024-0.401-1.415%2C0C0.624%2C4.522%2C0%2C6.073%2C0%2C7.722c0%2C1.649%2C0.624%2C3.2%2C1.757%2C4.366%20C2.891%2C13.254%2C4.397%2C13.896%2C6%2C13.896s3.109-0.643%2C4.243-1.809C11.376%2C10.922%2C12%2C9.371%2C12%2C7.722C12%2C6.073%2C11.376%2C4.522%2C10.243%2C3.356z%20%20M6%2C8c0.553%2C0%2C1-0.447%2C1-1V1c0-0.553-0.447-1-1-1S5%2C0.447%2C5%2C1v6C5%2C7.553%2C5.447%2C8%2C6%2C8z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-recycle:after,.ui-alt-icon .ui-icon-recycle:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2014%2012%22%20style%3D%22enable-background%3Anew%200%200%2014%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M3%2C6h1L2%2C3L0%2C6h1c0%2C3.313%2C2.687%2C6%2C6%2C6c0.702%2C0%2C1.374-0.127%2C2-0.349V9.445C8.41%2C9.789%2C7.732%2C10%2C7%2C10C4.791%2C10%2C3%2C8.209%2C3%2C6z%20%20M13%2C6c0-3.313-2.687-6-6-6C6.298%2C0%2C5.626%2C0.127%2C5%2C0.349v2.206C5.59%2C2.211%2C6.268%2C2%2C7%2C2c2.209%2C0%2C4%2C1.791%2C4%2C4h-1l2%2C3l2-3H13z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-forward:after,.ui-alt-icon .ui-icon-forward:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2012%2014%22%20style%3D%22enable-background%3Anew%200%200%2012%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M12%2C4L8%2C0v3C5%2C3%2C0%2C4%2C0%2C8c0%2C5%2C7%2C6%2C7%2C6v-2c0%2C0-5-1-5-4s6-3%2C6-3v3L12%2C4z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-refresh:after,.ui-alt-icon .ui-icon-refresh:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214.001px%22%20height%3D%2214.002px%22%20viewBox%3D%220%200%2014.001%2014.002%22%20style%3D%22enable-background%3Anew%200%200%2014.001%2014.002%3B%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M14.001%2C6.001v-6l-2.06%2C2.06c-0.423-0.424-0.897-0.809-1.44-1.122C7.153-0.994%2C2.872%2C0.153%2C0.939%2C3.501%20c-1.933%2C3.348-0.786%2C7.629%2C2.562%2C9.562c3.348%2C1.933%2C7.629%2C0.785%2C9.562-2.562l-1.732-1c-1.381%2C2.392-4.438%2C3.211-6.83%2C1.83%20s-3.211-4.438-1.83-6.83s4.438-3.211%2C6.83-1.83c0.389%2C0.225%2C0.718%2C0.506%2C1.02%2C0.81l-2.52%2C2.52H14.001z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-shop:after,.ui-alt-icon .ui-icon-shop:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2012%2014%22%20style%3D%22enable-background%3Anew%200%200%2012%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M9%2C4V3c0-1.657-1.343-3-3-3S3%2C1.343%2C3%2C3v1H0v10h12V4H9z%20M3.5%2C6C3.224%2C6%2C3%2C5.776%2C3%2C5.5S3.224%2C5%2C3.5%2C5S4%2C5.224%2C4%2C5.5%20S3.776%2C6%2C3.5%2C6z%20M4%2C3c0-1.104%2C0.896-2%2C2-2s2%2C0.896%2C2%2C2v1H4V3z%20M8.5%2C6C8.224%2C6%2C8%2C5.776%2C8%2C5.5S8.224%2C5%2C8.5%2C5S9%2C5.224%2C9%2C5.5%20S8.776%2C6%2C8.5%2C6z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-comment:after,.ui-alt-icon .ui-icon-comment:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M12%2C0H2C0.896%2C0%2C0%2C0.896%2C0%2C2v7c0%2C1.104%2C0.896%2C2%2C2%2C2h1v3l3-3h6c1.104%2C0%2C2-0.896%2C2-2V2C14%2C0.896%2C13.104%2C0%2C12%2C0z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-star:after,.ui-alt-icon .ui-icon-star:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2014%2013%22%20style%3D%22enable-background%3Anew%200%200%2014%2013%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C5%209%2C5%207%2C0%205%2C5%200%2C5%204%2C8%202.625%2C13%207%2C10%2011.375%2C13%2010%2C8%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-tag:after,.ui-alt-icon .ui-icon-tag:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M5%2C0H0v5l9%2C9l5-5L5%2C0z%20M3%2C4C2.447%2C4%2C2%2C3.553%2C2%2C3s0.447-1%2C1-1s1%2C0.447%2C1%2C1S3.553%2C4%2C3%2C4z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-back:after,.ui-alt-icon .ui-icon-back:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2212px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2012%2014%22%20style%3D%22enable-background%3Anew%200%200%2012%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M4%2C3V0L0%2C4l4%2C4V5c0%2C0%2C6%2C0%2C6%2C3s-5%2C4-5%2C4v2c0%2C0%2C7-1%2C7-6C12%2C4%2C7%2C3%2C4%2C3z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-video:after,.ui-alt-icon .ui-icon-video:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2014%2010%22%20style%3D%22enable-background%3Anew%200%200%2014%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M8%2C0H2C0.896%2C0%2C0%2C0.896%2C0%2C2v6c0%2C1.104%2C0.896%2C2%2C2%2C2h6c1.104%2C0%2C2-0.896%2C2-2V5V2C10%2C0.896%2C9.104%2C0%2C8%2C0z%20M10%2C5l4%2C4V1L10%2C5z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-alert:after,.ui-alt-icon .ui-icon-alert:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2014%2012%22%20style%3D%22enable-background%3Anew%200%200%2014%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M7%2C0L0%2C12h14L7%2C0z%20M7%2C11c-0.553%2C0-1-0.447-1-1s0.447-1%2C1-1s1%2C0.447%2C1%2C1S7.553%2C11%2C7%2C11z%20M7%2C8C6.447%2C8%2C6%2C7.553%2C6%2C7V5%20c0-0.553%2C0.447-1%2C1-1s1%2C0.447%2C1%2C1v2C8%2C7.553%2C7.553%2C8%2C7%2C8z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-alt-icon.ui-icon-delete:after,.ui-alt-icon .ui-icon-delete:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C3%2011%2C0%207%2C4%203%2C0%200%2C3%204%2C7%200%2C11%203%2C14%207%2C10%2011%2C14%2014%2C11%2010%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E')}.ui-nosvg .ui-icon-action:after{background-image:url(../action-white.html)}.ui-nosvg .ui-icon-arrow-d-l:after{background-image:url(../arrow-d-l-white.html)}.ui-nosvg .ui-icon-arrow-d-r:after{background-image:url(../arrow-d-r-white.html)}.ui-nosvg .ui-icon-arrow-d:after{background-image:url(../arrow-d-white.html)}.ui-nosvg .ui-icon-arrow-l:after{background-image:url(../arrow-l-white.html)}.ui-nosvg .ui-icon-arrow-r:after{background-image:url(../arrow-r-white.html)}.ui-nosvg .ui-icon-arrow-u-l:after{background-image:url(../arrow-u-l-white.html)}.ui-nosvg .ui-icon-arrow-u-r:after{background-image:url(../arrow-u-r-white.html)}.ui-nosvg .ui-icon-arrow-u:after{background-image:url(../arrow-u-white.html)}.ui-nosvg .ui-icon-audio:after{background-image:url(../audio-white.html)}.ui-nosvg .ui-icon-calendar:after{background-image:url(../calendar-white.html)}.ui-nosvg .ui-icon-camera:after{background-image:url(../camera-white.html)}.ui-nosvg .ui-icon-carat-d:after{background-image:url(../carat-d-white.html)}.ui-nosvg .ui-icon-carat-l:after{background-image:url(../carat-l-white.html)}.ui-nosvg .ui-icon-carat-r:after{background-image:url(../carat-r-white.html)}.ui-nosvg .ui-icon-carat-u:after{background-image:url(../carat-u-white.html)}.ui-nosvg .ui-icon-check:after,html.ui-nosvg .ui-btn.ui-checkbox-on:after{background-image:url(../check-white.html)}.ui-nosvg .ui-icon-clock:after{background-image:url(../clock-white.html)}.ui-nosvg .ui-icon-cloud:after{background-image:url(../cloud-white.html)}.ui-nosvg .ui-icon-grid:after{background-image:url(../grid-white.html)}.ui-nosvg .ui-icon-mail:after{background-image:url(../mail-white.html)}.ui-nosvg .ui-icon-eye:after{background-image:url(../eye-white.html)}.ui-nosvg .ui-icon-gear:after{background-image:url(../gear-white.html)}.ui-nosvg .ui-icon-heart:after{background-image:url(../heart-white.html)}.ui-nosvg .ui-icon-home:after{background-image:url(../home-white.html)}.ui-nosvg .ui-icon-info:after{background-image:url(../info-white.html)}.ui-nosvg .ui-icon-bullets:after{background-image:url(../bullets-white.html)}.ui-nosvg .ui-icon-bars:after{background-image:url(../bars-white.html)}.ui-nosvg .ui-icon-navigation:after{background-image:url(../navigation-white.html)}.ui-nosvg .ui-icon-lock:after{background-image:url(../lock-white.html)}.ui-nosvg .ui-icon-search:after{background-image:url(../search-white.html)}.ui-nosvg .ui-icon-location:after{background-image:url(../location-white.html)}.ui-nosvg .ui-icon-minus:after{background-image:url(../minus-white.html)}.ui-nosvg .ui-icon-forbidden:after{background-image:url(../forbidden-white.html)}.ui-nosvg .ui-icon-edit:after{background-image:url(../edit-white.html)}.ui-nosvg .ui-icon-user:after{background-image:url(../user-white.html)}.ui-nosvg .ui-icon-phone:after{background-image:url(../phone-white.html)}.ui-nosvg .ui-icon-plus:after{background-image:url(../plus-white.html)}.ui-nosvg .ui-icon-power:after{background-image:url(../power-white.html)}.ui-nosvg .ui-icon-recycle:after{background-image:url(../recycle-white.html)}.ui-nosvg .ui-icon-forward:after{background-image:url(../forward-white.html)}.ui-nosvg .ui-icon-refresh:after{background-image:url(../refresh-white.html)}.ui-nosvg .ui-icon-shop:after{background-image:url(../shop-white.html)}.ui-nosvg .ui-icon-comment:after{background-image:url(../comment-white.html)}.ui-nosvg .ui-icon-star:after{background-image:url(../star-white.html)}.ui-nosvg .ui-icon-tag:after{background-image:url(../tag-white.html)}.ui-nosvg .ui-icon-back:after{background-image:url(../back-white.html)}.ui-nosvg .ui-icon-video:after{background-image:url(../video-white.html)}.ui-nosvg .ui-icon-alert:after{background-image:url(../alert-white.html)}.ui-nosvg .ui-icon-delete:after{background-image:url(../delete-white.html)}.ui-nosvg .ui-alt-icon.ui-icon-action:after,.ui-nosvg .ui-alt-icon .ui-icon-action:after{background-image:url(../action-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-arrow-d:after,.ui-nosvg .ui-alt-icon .ui-icon-arrow-d:after{background-image:url(../arrow-d-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-arrow-d-l:after,.ui-nosvg .ui-alt-icon .ui-icon-arrow-d-l:after{background-image:url(../arrow-d-l-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-arrow-d-r:after,.ui-nosvg .ui-alt-icon .ui-icon-arrow-d-r:after{background-image:url(../arrow-d-r-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-arrow-l:after,.ui-nosvg .ui-alt-icon .ui-icon-arrow-l:after{background-image:url(../arrow-l-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-arrow-r:after,.ui-nosvg .ui-alt-icon .ui-icon-arrow-r:after{background-image:url(../arrow-r-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-arrow-u:after,.ui-nosvg .ui-alt-icon .ui-icon-arrow-u:after{background-image:url(../arrow-u-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-arrow-u-l:after,.ui-nosvg .ui-alt-icon .ui-icon-arrow-u-l:after{background-image:url(../arrow-u-l-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-arrow-u-r:after,.ui-nosvg .ui-alt-icon .ui-icon-arrow-u-r:after{background-image:url(../arrow-u-r-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-audio:after,.ui-nosvg .ui-alt-icon .ui-icon-audio:after{background-image:url(../audio-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-calendar:after,.ui-nosvg .ui-alt-icon .ui-icon-calendar:after{background-image:url(../calendar-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-camera:after,.ui-nosvg .ui-alt-icon .ui-icon-camera:after{background-image:url(../camera-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-carat-d:after,.ui-nosvg .ui-alt-icon .ui-icon-carat-d:after{background-image:url(../carat-d-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-carat-l:after,.ui-nosvg .ui-alt-icon .ui-icon-carat-l:after{background-image:url(../carat-l-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-carat-r:after,.ui-nosvg .ui-alt-icon .ui-icon-carat-r:after{background-image:url(../carat-r-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-carat-u:after,.ui-nosvg .ui-alt-icon .ui-icon-carat-u:after{background-image:url(../carat-u-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-check:after,.ui-nosvg .ui-alt-icon .ui-icon-check:after,.ui-nosvg .ui-alt-icon.ui-btn.ui-checkbox-on:after,.ui-nosvg .ui-alt-icon .ui-btn.ui-checkbox-on:after{background-image:url(../check-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-clock:after,.ui-nosvg .ui-alt-icon .ui-icon-clock:after{background-image:url(../clock-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-cloud:after,.ui-nosvg .ui-alt-icon .ui-icon-cloud:after{background-image:url(../cloud-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-grid:after,.ui-nosvg .ui-alt-icon .ui-icon-grid:after{background-image:url(../grid-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-mail:after,.ui-nosvg .ui-alt-icon .ui-icon-mail:after{background-image:url(../mail-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-eye:after,.ui-nosvg .ui-alt-icon .ui-icon-eye:after{background-image:url(../eye-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-gear:after,.ui-nosvg .ui-alt-icon .ui-icon-gear:after{background-image:url(../gear-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-heart:after,.ui-nosvg .ui-alt-icon .ui-icon-heart:after{background-image:url(../heart-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-home:after,.ui-nosvg .ui-alt-icon .ui-icon-home:after{background-image:url(../home-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-info:after,.ui-nosvg .ui-alt-icon .ui-icon-info:after{background-image:url(../info-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-bars:after,.ui-nosvg .ui-alt-icon .ui-icon-bars:after{background-image:url(../bars-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-bullets:after,.ui-nosvg .ui-alt-icon .ui-icon-bullets:after{background-image:url(../bullets-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-navigation:after,.ui-nosvg .ui-alt-icon .ui-icon-navigation:after{background-image:url(../navigation-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-lock:after,.ui-nosvg .ui-alt-icon .ui-icon-lock:after{background-image:url(../lock-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-search:after,.ui-nosvg .ui-alt-icon .ui-icon-search:after,.ui-nosvg .ui-input-search:after{background-image:url(../search-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-location:after,.ui-nosvg .ui-alt-icon .ui-icon-location:after{background-image:url(../location-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-minus:after,.ui-nosvg .ui-alt-icon .ui-icon-minus:after{background-image:url(../minus-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-forbidden:after,.ui-nosvg .ui-alt-icon .ui-icon-forbidden:after{background-image:url(../forbidden-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-edit:after,.ui-nosvg .ui-alt-icon .ui-icon-edit:after{background-image:url(../edit-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-user:after,.ui-nosvg .ui-alt-icon .ui-icon-user:after{background-image:url(../user-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-phone:after,.ui-nosvg .ui-alt-icon .ui-icon-phone:after{background-image:url(../phone-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-plus:after,.ui-nosvg .ui-alt-icon .ui-icon-plus:after{background-image:url(../plus-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-power:after,.ui-nosvg .ui-alt-icon .ui-icon-power:after{background-image:url(../power-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-recycle:after,.ui-nosvg .ui-alt-icon .ui-icon-recycle:after{background-image:url(../recycle-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-forward:after,.ui-nosvg .ui-alt-icon .ui-icon-forward:after{background-image:url(../forward-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-refresh:after,.ui-nosvg .ui-alt-icon .ui-icon-refresh:after{background-image:url(../refresh-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-shop:after,.ui-nosvg .ui-alt-icon .ui-icon-shop:after{background-image:url(../shop-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-comment:after,.ui-nosvg .ui-alt-icon .ui-icon-comment:after{background-image:url(../comment-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-star:after,.ui-nosvg .ui-alt-icon .ui-icon-star:after{background-image:url(../star-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-tag:after,.ui-nosvg .ui-alt-icon .ui-icon-tag:after{background-image:url(../tag-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-back:after,.ui-nosvg .ui-alt-icon .ui-icon-back:after{background-image:url(../back-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-video:after,.ui-nosvg .ui-alt-icon .ui-icon-video:after{background-image:url(../video-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-alert:after,.ui-nosvg .ui-alt-icon .ui-icon-alert:after{background-image:url(../alert-black.html)}.ui-nosvg .ui-alt-icon.ui-icon-delete:after,.ui-nosvg .ui-alt-icon .ui-icon-delete:after{background-image:url(../delete-black.html)}html{font-size:100%}body,input,select,textarea,button,.ui-btn{font-size:1em;line-height:1.3;font-family:sans-serif}legend,.ui-input-text input,.ui-input-search input{color:inherit;text-shadow:inherit}.ui-mobile label,div.ui-controlgroup-label{font-weight:400;font-size:16px}.ui-field-contain{border-bottom-color:#828282;border-bottom-color:rgba(0,0,0,.15);border-bottom-width:1px;border-bottom-style:solid}.table-stroke thead th,.table-stripe thead th,.table-stripe tbody tr:last-child{border-bottom:1px solid #d6d6d6;border-bottom:1px solid rgba(0,0,0,.1)}.table-stroke tbody th,.table-stroke tbody td{border-bottom:1px solid #e6e6e6;border-bottom:1px solid rgba(0,0,0,.05)}.table-stripe.table-stroke tbody tr:last-child th,.table-stripe.table-stroke tbody tr:last-child td{border-bottom:0}.table-stripe tbody tr:nth-child(odd) td,.table-stripe tbody tr:nth-child(odd) th{background-color:#eee;background-color:rgba(0,0,0,.04)}.ui-btn,label.ui-btn{font-weight:700;border-width:1px;border-style:solid}.ui-btn:link{text-decoration:none!important}.ui-btn-active{cursor:pointer}.ui-corner-all{-webkit-border-radius:.3125em;border-radius:.3125em}.ui-btn-corner-all,.ui-btn.ui-corner-all,.ui-slider-track.ui-corner-all,.ui-flipswitch.ui-corner-all,.ui-li-count{-webkit-border-radius:.3125em;border-radius:.3125em}.ui-btn-icon-notext.ui-btn-corner-all,.ui-btn-icon-notext.ui-corner-all{-webkit-border-radius:1em;border-radius:1em}.ui-btn-corner-all,.ui-corner-all{-webkit-background-clip:padding;background-clip:padding-box}.ui-popup.ui-corner-all>.ui-popup-arrow-guide{left:.6em;right:.6em;top:.6em;bottom:.6em}.ui-shadow{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);-moz-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15)}.ui-shadow-inset{-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.2);-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,.2);box-shadow:inset 0 1px 3px rgba(0,0,0,.2)}.ui-overlay-shadow{-webkit-box-shadow:0 0 12px rgba(0,0,0,.6);-moz-box-shadow:0 0 12px rgba(0,0,0,.6);box-shadow:0 0 12px rgba(0,0,0,.6)}.ui-btn-icon-left:after,.ui-btn-icon-right:after,.ui-btn-icon-top:after,.ui-btn-icon-bottom:after,.ui-btn-icon-notext:after{background-color:#666;background-color:rgba(0,0,0,.3);background-position:center center;background-repeat:no-repeat;-webkit-border-radius:1em;border-radius:1em}.ui-alt-icon.ui-btn:after,.ui-alt-icon .ui-btn:after,html .ui-alt-icon.ui-checkbox-off:after,html .ui-alt-icon.ui-radio-off:after,html .ui-alt-icon .ui-checkbox-off:after,html .ui-alt-icon .ui-radio-off:after{background-color:#666;background-color:rgba(0,0,0,.15)}.ui-nodisc-icon.ui-btn:after,.ui-nodisc-icon .ui-btn:after{background-color:transparent}.ui-shadow-icon.ui-btn:after,.ui-shadow-icon .ui-btn:after{-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);-moz-box-shadow:0 1px 0 rgba(255,255,255,.3);box-shadow:0 1px 0 rgba(255,255,255,.3)}.ui-btn.ui-checkbox-off:after,.ui-btn.ui-checkbox-on:after,.ui-btn.ui-radio-off:after,.ui-btn.ui-radio-on:after{display:block;width:18px;height:18px;margin:-9px 2px 0 2px}.ui-checkbox-off:after,.ui-btn.ui-radio-off:after{filter:Alpha(Opacity=30);opacity:.3}.ui-btn.ui-checkbox-off:after,.ui-btn.ui-checkbox-on:after{-webkit-border-radius:.1875em;border-radius:.1875em}.ui-radio .ui-btn.ui-radio-on:after{background-image:none;background-color:#fff;width:8px;height:8px;border-width:5px;border-style:solid}.ui-alt-icon.ui-btn.ui-radio-on:after,.ui-alt-icon .ui-btn.ui-radio-on:after{background-color:#000}.ui-icon-loading{background:url(../gif/ajax-loader.gif);background-size:2.875em 2.875em}.ui-bar-a,.ui-page-theme-a .ui-bar-inherit,html .ui-bar-a .ui-bar-inherit,html .ui-body-a .ui-bar-inherit,html body .ui-group-theme-a .ui-bar-inherit{background:#e9e9e9;border-color:#ddd;color:#333;text-shadow:0 1px 0 #eee;font-weight:700}.ui-bar-a{border-width:1px;border-style:solid}.ui-overlay-a,.ui-page-theme-a,.ui-page-theme-a .ui-panel-wrapper{background:#f9f9f9;border-color:#bbb;color:#333;text-shadow:0 1px 0 #f3f3f3}.ui-body-a,.ui-page-theme-a .ui-body-inherit,html .ui-bar-a .ui-body-inherit,html .ui-body-a .ui-body-inherit,html body .ui-group-theme-a .ui-body-inherit,html .ui-panel-page-container-a{background:#fff;border-color:#ddd;color:#333;text-shadow:0 1px 0 #f3f3f3}.ui-body-a{border-width:1px;border-style:solid}.ui-page-theme-a a,html .ui-bar-a a,html .ui-body-a a,html body .ui-group-theme-a a{color:#38c;font-weight:700}.ui-page-theme-a a:visited,html .ui-bar-a a:visited,html .ui-body-a a:visited,html body .ui-group-theme-a a:visited{color:#38c}.ui-page-theme-a a:hover,html .ui-bar-a a:hover,html .ui-body-a a:hover,html body .ui-group-theme-a a:hover{color:#059}.ui-page-theme-a a:active,html .ui-bar-a a:active,html .ui-body-a a:active,html body .ui-group-theme-a a:active{color:#059}.ui-page-theme-a .ui-btn,html .ui-bar-a .ui-btn,html .ui-body-a .ui-btn,html body .ui-group-theme-a .ui-btn,html head+body .ui-btn.ui-btn-a,.ui-page-theme-a .ui-btn:visited,html .ui-bar-a .ui-btn:visited,html .ui-body-a .ui-btn:visited,html body .ui-group-theme-a .ui-btn:visited,html head+body .ui-btn.ui-btn-a:visited{background:#f6f6f6;border-color:#ddd;color:#333;text-shadow:0 1px 0 #f3f3f3}.ui-page-theme-a .ui-btn:hover,html .ui-bar-a .ui-btn:hover,html .ui-body-a .ui-btn:hover,html body .ui-group-theme-a .ui-btn:hover,html head+body .ui-btn.ui-btn-a:hover{background:#ededed;border-color:#ddd;color:#333;text-shadow:0 1px 0 #f3f3f3}.ui-page-theme-a .ui-btn:active,html .ui-bar-a .ui-btn:active,html .ui-body-a .ui-btn:active,html body .ui-group-theme-a .ui-btn:active,html head+body .ui-btn.ui-btn-a:active{background:#e8e8e8;border-color:#ddd;color:#333;text-shadow:0 1px 0 #f3f3f3}.ui-page-theme-a .ui-btn.ui-btn-active,html .ui-bar-a .ui-btn.ui-btn-active,html .ui-body-a .ui-btn.ui-btn-active,html body .ui-group-theme-a .ui-btn.ui-btn-active,html head+body .ui-btn.ui-btn-a.ui-btn-active,.ui-page-theme-a .ui-checkbox-on:after,html .ui-bar-a .ui-checkbox-on:after,html .ui-body-a .ui-checkbox-on:after,html body .ui-group-theme-a .ui-checkbox-on:after,.ui-btn.ui-checkbox-on.ui-btn-a:after,.ui-page-theme-a .ui-flipswitch-active,html .ui-bar-a .ui-flipswitch-active,html .ui-body-a .ui-flipswitch-active,html body .ui-group-theme-a .ui-flipswitch-active,html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active,.ui-page-theme-a .ui-slider-track .ui-btn-active,html .ui-bar-a .ui-slider-track .ui-btn-active,html .ui-body-a .ui-slider-track .ui-btn-active,html body .ui-group-theme-a .ui-slider-track .ui-btn-active,html body div.ui-slider-track.ui-body-a .ui-btn-active{background-color:#38c;border-color:#38c;color:#fff;text-shadow:0 1px 0 #059}.ui-page-theme-a .ui-radio-on:after,html .ui-bar-a .ui-radio-on:after,html .ui-body-a .ui-radio-on:after,html body .ui-group-theme-a .ui-radio-on:after,.ui-btn.ui-radio-on.ui-btn-a:after{border-color:#38c}.ui-page-theme-a .ui-btn:focus,html .ui-bar-a .ui-btn:focus,html .ui-body-a .ui-btn:focus,html body .ui-group-theme-a .ui-btn:focus,html head+body .ui-btn.ui-btn-a:focus,.ui-page-theme-a .ui-focus,html .ui-bar-a .ui-focus,html .ui-body-a .ui-focus,html body .ui-group-theme-a .ui-focus,html head+body .ui-btn-a.ui-focus,html head+body .ui-body-a.ui-focus{-webkit-box-shadow:0 0 12px #38c;-moz-box-shadow:0 0 12px #38c;box-shadow:0 0 12px #38c}.ui-bar-b,.ui-page-theme-b .ui-bar-inherit,html .ui-bar-b .ui-bar-inherit,html .ui-body-b .ui-bar-inherit,html body .ui-group-theme-b .ui-bar-inherit{background:#1d1d1d;border-color:#1b1b1b;color:#fff;text-shadow:0 1px 0 #111;font-weight:700}.ui-bar-b{border-width:1px;border-style:solid}.ui-overlay-b,.ui-page-theme-b,.ui-page-theme-b .ui-panel-wrapper{background:#252525;border-color:#454545;color:#fff;text-shadow:0 1px 0 #111}.ui-body-b,.ui-page-theme-b .ui-body-inherit,html .ui-bar-b .ui-body-inherit,html .ui-body-b .ui-body-inherit,html body .ui-group-theme-b .ui-body-inherit,html .ui-panel-page-container-b{background:#2a2a2a;border-color:#1d1d1d;color:#fff;text-shadow:0 1px 0 #111}.ui-body-b{border-width:1px;border-style:solid}.ui-page-theme-b a,html .ui-bar-b a,html .ui-body-b a,html body .ui-group-theme-b a{color:#2ad;font-weight:700}.ui-page-theme-b a:visited,html .ui-bar-b a:visited,html .ui-body-b a:visited,html body .ui-group-theme-b a:visited{color:#2ad}.ui-page-theme-b a:hover,html .ui-bar-b a:hover,html .ui-body-b a:hover,html body .ui-group-theme-b a:hover{color:#08b}.ui-page-theme-b a:active,html .ui-bar-b a:active,html .ui-body-b a:active,html body .ui-group-theme-b a:active{color:#08b}.ui-page-theme-b .ui-btn,html .ui-bar-b .ui-btn,html .ui-body-b .ui-btn,html body .ui-group-theme-b .ui-btn,html head+body .ui-btn.ui-btn-b,.ui-page-theme-b .ui-btn:visited,html .ui-bar-b .ui-btn:visited,html .ui-body-b .ui-btn:visited,html body .ui-group-theme-b .ui-btn:visited,html head+body .ui-btn.ui-btn-b:visited{background:#333;border-color:#1f1f1f;color:#fff;text-shadow:0 1px 0 #111}.ui-page-theme-b .ui-btn:hover,html .ui-bar-b .ui-btn:hover,html .ui-body-b .ui-btn:hover,html body .ui-group-theme-b .ui-btn:hover,html head+body .ui-btn.ui-btn-b:hover{background:#373737;border-color:#1f1f1f;color:#fff;text-shadow:0 1px 0 #111}.ui-page-theme-b .ui-btn:active,html .ui-bar-b .ui-btn:active,html .ui-body-b .ui-btn:active,html body .ui-group-theme-b .ui-btn:active,html head+body .ui-btn.ui-btn-b:active{background:#404040;border-color:#1f1f1f;color:#fff;text-shadow:0 1px 0 #111}.ui-page-theme-b .ui-btn.ui-btn-active,html .ui-bar-b .ui-btn.ui-btn-active,html .ui-body-b .ui-btn.ui-btn-active,html body .ui-group-theme-b .ui-btn.ui-btn-active,html head+body .ui-btn.ui-btn-b.ui-btn-active,.ui-page-theme-b .ui-checkbox-on:after,html .ui-bar-b .ui-checkbox-on:after,html .ui-body-b .ui-checkbox-on:after,html body .ui-group-theme-b .ui-checkbox-on:after,.ui-btn.ui-checkbox-on.ui-btn-b:after,.ui-page-theme-b .ui-flipswitch-active,html .ui-bar-b .ui-flipswitch-active,html .ui-body-b .ui-flipswitch-active,html body .ui-group-theme-b .ui-flipswitch-active,html body .ui-flipswitch.ui-bar-b.ui-flipswitch-active,.ui-page-theme-b .ui-slider-track .ui-btn-active,html .ui-bar-b .ui-slider-track .ui-btn-active,html .ui-body-b .ui-slider-track .ui-btn-active,html body .ui-group-theme-b .ui-slider-track .ui-btn-active,html body div.ui-slider-track.ui-body-b .ui-btn-active{background-color:#2ad;border-color:#2ad;color:#fff;text-shadow:0 1px 0 #08b}.ui-page-theme-b .ui-radio-on:after,html .ui-bar-b .ui-radio-on:after,html .ui-body-b .ui-radio-on:after,html body .ui-group-theme-b .ui-radio-on:after,.ui-btn.ui-radio-on.ui-btn-b:after{border-color:#2ad}.ui-page-theme-b .ui-btn:focus,html .ui-bar-b .ui-btn:focus,html .ui-body-b .ui-btn:focus,html body .ui-group-theme-b .ui-btn:focus,html head+body .ui-btn.ui-btn-b:focus,.ui-page-theme-b .ui-focus,html .ui-bar-b .ui-focus,html .ui-body-b .ui-focus,html body .ui-group-theme-b .ui-focus,html head+body .ui-btn-b.ui-focus,html head+body .ui-body-b.ui-focus{-webkit-box-shadow:0 0 12px #2ad;-moz-box-shadow:0 0 12px #2ad;box-shadow:0 0 12px #2ad}.ui-disabled,.ui-state-disabled,button[disabled],.ui-select .ui-btn.ui-state-disabled{filter:Alpha(Opacity=30);opacity:.3;cursor:default!important;pointer-events:none}.ui-btn:focus,.ui-btn.ui-focus{outline:0}.ui-noboxshadow .ui-shadow,.ui-noboxshadow .ui-shadow-inset,.ui-noboxshadow .ui-overlay-shadow,.ui-noboxshadow .ui-shadow-icon.ui-btn:after,.ui-noboxshadow .ui-shadow-icon .ui-btn:after,.ui-noboxshadow .ui-focus,.ui-noboxshadow .ui-btn:focus,.ui-noboxshadow input:focus,.ui-noboxshadow .ui-panel{-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important}.ui-noboxshadow .ui-btn:focus,.ui-noboxshadow .ui-focus{outline-width:1px;outline-style:auto}.ui-mobile,.ui-mobile body{height:99.9%}.ui-mobile fieldset,.ui-page{padding:0;margin:0}.ui-mobile a img,.ui-mobile fieldset{border-width:0}.ui-mobile fieldset{min-width:0}@-moz-document url-prefix(){.ui-mobile fieldset{display:table-column;vertical-align:middle}}.ui-mobile-viewport{margin:0;overflow-x:visible;-webkit-text-size-adjust:100%;-ms-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}body.ui-mobile-viewport,div.ui-mobile-viewport{overflow-x:hidden}.ui-mobile [data-role=page],.ui-mobile [data-role=dialog],.ui-page{top:0;left:0;width:100%;min-height:100%;position:absolute;display:none;border:0}.ui-page{outline:0}.ui-mobile .ui-page-active{display:block;overflow:visible;overflow-x:hidden}@media screen and (orientation:portrait){.ui-mobile .ui-page{min-height:420px}}@media screen and (orientation:landscape){.ui-mobile .ui-page{min-height:300px}}.ui-mobile-rendering>*{visibility:hidden}.ui-nojs{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.ui-loading .ui-loader{display:block}.ui-loader{display:none;z-index:9999999;position:fixed;top:50%;left:50%;border:0}.ui-loader-default{background:0;filter:Alpha(Opacity=18);opacity:.18;width:2.875em;height:2.875em;margin-left:-1.4375em;margin-top:-1.4375em}.ui-loader-verbose{width:12.5em;filter:Alpha(Opacity=88);opacity:.88;box-shadow:0 1px 1px -1px #fff;height:auto;margin-left:-6.875em;margin-top:-2.6875em;padding:.625em}.ui-loader-default h1{font-size:0;width:0;height:0;overflow:hidden}.ui-loader-verbose h1{font-size:1em;margin:0;text-align:center}.ui-loader .ui-icon-loading{background-color:#000;display:block;margin:0;width:2.75em;height:2.75em;padding:.0625em;-webkit-border-radius:2.25em;border-radius:2.25em}.ui-loader-verbose .ui-icon-loading{margin:0 auto .625em;filter:Alpha(Opacity=75);opacity:.75}.ui-loader-textonly{padding:.9375em;margin-left:-7.1875em}.ui-loader-textonly .ui-icon-loading{display:none}.ui-loader-fakefix{position:absolute}.ui-bar,.ui-body{position:relative;padding:.4em 1em;overflow:hidden;display:block;clear:both}.ui-bar h1,.ui-bar h2,.ui-bar h3,.ui-bar h4,.ui-bar h5,.ui-bar h6{margin:0;padding:0;font-size:1em;display:inline-block}.ui-header,.ui-footer{border-width:1px 0;border-style:solid;position:relative}.ui-header:empty,.ui-footer:empty{min-height:2.6875em}.ui-header .ui-title,.ui-footer .ui-title{font-size:1em;min-height:1.1em;text-align:center;display:block;margin:0 30%;padding:.7em 0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;outline:0!important}.ui-footer .ui-title{margin:0 1em}.ui-content{border-width:0;overflow:visible;overflow-x:hidden;padding:1em}.ui-corner-all>.ui-header:first-child,.ui-corner-all>.ui-content:first-child,.ui-corner-all>.ui-footer:first-child{-webkit-border-top-left-radius:inherit;border-top-left-radius:inherit;-webkit-border-top-right-radius:inherit;border-top-right-radius:inherit}.ui-corner-all>.ui-header:last-child,.ui-corner-all>.ui-content:last-child,.ui-corner-all>.ui-footer:last-child{-webkit-border-bottom-left-radius:inherit;border-bottom-left-radius:inherit;-webkit-border-bottom-right-radius:inherit;border-bottom-right-radius:inherit}.ui-btn{font-size:16px;margin:.5em 0;padding:.7em 1em;display:block;position:relative;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui-btn-icon-notext{padding:0;width:1.75em;height:1.75em;text-indent:-9999px;white-space:nowrap!important}.ui-mini{font-size:12.5px}.ui-mini .ui-btn{font-size:inherit}.ui-header .ui-btn,.ui-footer .ui-btn{font-size:12.5px;display:inline-block;vertical-align:middle}.ui-header .ui-btn-left,.ui-header .ui-btn-right{font-size:12.5px}.ui-mini.ui-btn-icon-notext,.ui-mini .ui-btn-icon-notext,.ui-header .ui-btn-icon-notext,.ui-footer .ui-btn-icon-notext{font-size:16px;padding:0}.ui-btn-inline{display:inline-block;vertical-align:middle;margin-right:.625em}.ui-btn-icon-left{padding-left:2.5em}.ui-btn-icon-right{padding-right:2.5em}.ui-btn-icon-top{padding-top:2.5em}.ui-btn-icon-bottom{padding-bottom:2.5em}.ui-header .ui-btn-icon-top,.ui-footer .ui-btn-icon-top,.ui-header .ui-btn-icon-bottom,.ui-footer .ui-btn-icon-bottom{padding-left:.3125em;padding-right:.3125em}.ui-btn-icon-left:after,.ui-btn-icon-right:after,.ui-btn-icon-top:after,.ui-btn-icon-bottom:after,.ui-btn-icon-notext:after{content:"";position:absolute;display:block;width:22px;height:22px}.ui-btn-icon-notext:after,.ui-btn-icon-left:after,.ui-btn-icon-right:after{top:50%;margin-top:-11px}.ui-btn-icon-left:after{left:.5625em}.ui-btn-icon-right:after{right:.5625em}.ui-mini.ui-btn-icon-left:after,.ui-mini .ui-btn-icon-left:after,.ui-header .ui-btn-icon-left:after,.ui-footer .ui-btn-icon-left:after{left:.37em}.ui-mini.ui-btn-icon-right:after,.ui-mini .ui-btn-icon-right:after,.ui-header .ui-btn-icon-right:after,.ui-footer .ui-btn-icon-right:after{right:.37em}.ui-btn-icon-notext:after,.ui-btn-icon-top:after,.ui-btn-icon-bottom:after{left:50%;margin-left:-11px}.ui-btn-icon-top:after{top:.5625em}.ui-btn-icon-bottom:after{top:auto;bottom:.5625em}.ui-header .ui-btn-left,.ui-header .ui-btn-right,.ui-btn-left>[class*=ui-],.ui-btn-right>[class*=ui-]{margin:0}.ui-btn-left,.ui-btn-right{position:absolute;top:.24em}.ui-btn-left{left:.4em}.ui-btn-right{right:.4em}.ui-btn-icon-notext.ui-btn-left{top:.3125em;left:.3125em}.ui-btn-icon-notext.ui-btn-right{top:.3125em;right:.3125em}button.ui-btn,.ui-controlgroup-controls button.ui-btn-icon-notext{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;width:100%}button.ui-btn-inline{width:auto}button.ui-btn::-moz-focus-inner{border:0}button.ui-btn-icon-notext,.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:1.75em}.ui-mobile label,.ui-controlgroup-label{display:block;margin:0 0 .4em}.ui-hide-label>label,.ui-hide-label .ui-controlgroup-label,.ui-hide-label .ui-rangeslider label,.ui-hidden-accessible{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.ui-screen-hidden{display:none!important}.ui-mobile-viewport-transitioning,.ui-mobile-viewport-transitioning .ui-page{width:100%;height:100%;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-page-pre-in{opacity:0}.in{-webkit-animation-timing-function:ease-out;-webkit-animation-duration:350ms;-moz-animation-timing-function:ease-out;-moz-animation-duration:350ms;animation-timing-function:ease-out;animation-duration:350ms}.out{-webkit-animation-timing-function:ease-in;-webkit-animation-duration:225ms;-moz-animation-timing-function:ease-in;-moz-animation-duration:225ms;animation-timing-function:ease-in;animation-duration:225ms}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@-moz-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeout{from{opacity:1}to{opacity:0}}@-moz-keyframes fadeout{from{opacity:1}to{opacity:0}}@keyframes fadeout{from{opacity:1}to{opacity:0}}.fade.out{opacity:0;-webkit-animation-duration:125ms;-webkit-animation-name:fadeout;-moz-animation-duration:125ms;-moz-animation-name:fadeout;animation-duration:125ms;animation-name:fadeout}.fade.in{opacity:1;-webkit-animation-duration:225ms;-webkit-animation-name:fadein;-moz-animation-duration:225ms;-moz-animation-name:fadein;animation-duration:225ms;animation-name:fadein}.pop{-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;transform-origin:50% 50%}.pop.in{-webkit-transform:scale(1);-webkit-animation-name:popin;-webkit-animation-duration:350ms;-moz-transform:scale(1);-moz-animation-name:popin;-moz-animation-duration:350ms;transform:scale(1);animation-name:popin;animation-duration:350ms;opacity:1}.pop.out{-webkit-animation-name:fadeout;-webkit-animation-duration:100ms;-moz-animation-name:fadeout;-moz-animation-duration:100ms;animation-name:fadeout;animation-duration:100ms;opacity:0}.pop.in.reverse{-webkit-animation-name:fadein;-moz-animation-name:fadein;animation-name:fadein}.pop.out.reverse{-webkit-transform:scale(.8);-webkit-animation-name:popout;-moz-transform:scale(.8);-moz-animation-name:popout;transform:scale(.8);animation-name:popout}@-webkit-keyframes popin{from{-webkit-transform:scale(.8);opacity:0}to{-webkit-transform:scale(1);opacity:1}}@-moz-keyframes popin{from{-moz-transform:scale(.8);opacity:0}to{-moz-transform:scale(1);opacity:1}}@keyframes popin{from{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@-webkit-keyframes popout{from{-webkit-transform:scale(1);opacity:1}to{-webkit-transform:scale(.8);opacity:0}}@-moz-keyframes popout{from{-moz-transform:scale(1);opacity:1}to{-moz-transform:scale(.8);opacity:0}}@keyframes popout{from{transform:scale(1);opacity:1}to{transform:scale(.8);opacity:0}}@-webkit-keyframes slideinfromright{from{-webkit-transform:translate3d(100%,0,0)}to{-webkit-transform:translate3d(0,0,0)}}@-moz-keyframes slideinfromright{from{-moz-transform:translateX(100%)}to{-moz-transform:translateX(0)}}@keyframes slideinfromright{from{transform:translateX(100%)}to{transform:translateX(0)}}@-webkit-keyframes slideinfromleft{from{-webkit-transform:translate3d(-100%,0,0)}to{-webkit-transform:translate3d(0,0,0)}}@-moz-keyframes slideinfromleft{from{-moz-transform:translateX(-100%)}to{-moz-transform:translateX(0)}}@keyframes slideinfromleft{from{transform:translateX(-100%)}to{transform:translateX(0)}}@-webkit-keyframes slideouttoleft{from{-webkit-transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-100%,0,0)}}@-moz-keyframes slideouttoleft{from{-moz-transform:translateX(0)}to{-moz-transform:translateX(-100%)}}@keyframes slideouttoleft{from{transform:translateX(0)}to{transform:translateX(-100%)}}@-webkit-keyframes slideouttoright{from{-webkit-transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(100%,0,0)}}@-moz-keyframes slideouttoright{from{-moz-transform:translateX(0)}to{-moz-transform:translateX(100%)}}@keyframes slideouttoright{from{transform:translateX(0)}to{transform:translateX(100%)}}.slide.out,.slide.in{-webkit-animation-timing-function:ease-out;-webkit-animation-duration:350ms;-moz-animation-timing-function:ease-out;-moz-animation-duration:350ms;animation-timing-function:ease-out;animation-duration:350ms}.slide.out{-webkit-transform:translate3d(-100%,0,0);-webkit-animation-name:slideouttoleft;-moz-transform:translateX(-100%);-moz-animation-name:slideouttoleft;transform:translateX(-100%);animation-name:slideouttoleft}.slide.in{-webkit-transform:translate3d(0,0,0);-webkit-animation-name:slideinfromright;-moz-transform:translateX(0);-moz-animation-name:slideinfromright;transform:translateX(0);animation-name:slideinfromright}.slide.out.reverse{-webkit-transform:translate3d(100%,0,0);-webkit-animation-name:slideouttoright;-moz-transform:translateX(100%);-moz-animation-name:slideouttoright;transform:translateX(100%);animation-name:slideouttoright}.slide.in.reverse{-webkit-transform:translate3d(0,0,0);-webkit-animation-name:slideinfromleft;-moz-transform:translateX(0);-moz-animation-name:slideinfromleft;transform:translateX(0);animation-name:slideinfromleft}.slidefade.out{-webkit-transform:translateX(-100%);-webkit-animation-name:slideouttoleft;-webkit-animation-duration:225ms;-moz-transform:translateX(-100%);-moz-animation-name:slideouttoleft;-moz-animation-duration:225ms;transform:translateX(-100%);animation-name:slideouttoleft;animation-duration:225ms}.slidefade.in{-webkit-transform:translateX(0);-webkit-animation-name:fadein;-webkit-animation-duration:200ms;-moz-transform:translateX(0);-moz-animation-name:fadein;-moz-animation-duration:200ms;transform:translateX(0);animation-name:fadein;animation-duration:200ms}.slidefade.out.reverse{-webkit-transform:translateX(100%);-webkit-animation-name:slideouttoright;-webkit-animation-duration:200ms;-moz-transform:translateX(100%);-moz-animation-name:slideouttoright;-moz-animation-duration:200ms;transform:translateX(100%);animation-name:slideouttoright;animation-duration:200ms}.slidefade.in.reverse{-webkit-transform:translateX(0);-webkit-animation-name:fadein;-webkit-animation-duration:200ms;-moz-transform:translateX(0);-moz-animation-name:fadein;-moz-animation-duration:200ms;transform:translateX(0);animation-name:fadein;animation-duration:200ms}.slidedown.out{-webkit-animation-name:fadeout;-webkit-animation-duration:100ms;-moz-animation-name:fadeout;-moz-animation-duration:100ms;animation-name:fadeout;animation-duration:100ms}.slidedown.in{-webkit-transform:translateY(0);-webkit-animation-name:slideinfromtop;-webkit-animation-duration:250ms;-moz-transform:translateY(0);-moz-animation-name:slideinfromtop;-moz-animation-duration:250ms;transform:translateY(0);animation-name:slideinfromtop;animation-duration:250ms}.slidedown.in.reverse{-webkit-animation-name:fadein;-webkit-animation-duration:150ms;-moz-animation-name:fadein;-moz-animation-duration:150ms;animation-name:fadein;animation-duration:150ms}.slidedown.out.reverse{-webkit-transform:translateY(-100%);-webkit-animation-name:slideouttotop;-webkit-animation-duration:200ms;-moz-transform:translateY(-100%);-moz-animation-name:slideouttotop;-moz-animation-duration:200ms;transform:translateY(-100%);animation-name:slideouttotop;animation-duration:200ms}@-webkit-keyframes slideinfromtop{from{-webkit-transform:translateY(-100%)}to{-webkit-transform:translateY(0)}}@-moz-keyframes slideinfromtop{from{-moz-transform:translateY(-100%)}to{-moz-transform:translateY(0)}}@keyframes slideinfromtop{from{transform:translateY(-100%)}to{transform:translateY(0)}}@-webkit-keyframes slideouttotop{from{-webkit-transform:translateY(0)}to{-webkit-transform:translateY(-100%)}}@-moz-keyframes slideouttotop{from{-moz-transform:translateY(0)}to{-moz-transform:translateY(-100%)}}@keyframes slideouttotop{from{transform:translateY(0)}to{transform:translateY(-100%)}}.slideup.out{-webkit-animation-name:fadeout;-webkit-animation-duration:100ms;-moz-animation-name:fadeout;-moz-animation-duration:100ms;animation-name:fadeout;animation-duration:100ms}.slideup.in{-webkit-transform:translateY(0);-webkit-animation-name:slideinfrombottom;-webkit-animation-duration:250ms;-moz-transform:translateY(0);-moz-animation-name:slideinfrombottom;-moz-animation-duration:250ms;transform:translateY(0);animation-name:slideinfrombottom;animation-duration:250ms}.slideup.in.reverse{-webkit-animation-name:fadein;-webkit-animation-duration:150ms;-moz-animation-name:fadein;-moz-animation-duration:150ms;animation-name:fadein;animation-duration:150ms}.slideup.out.reverse{-webkit-transform:translateY(100%);-webkit-animation-name:slideouttobottom;-webkit-animation-duration:200ms;-moz-transform:translateY(100%);-moz-animation-name:slideouttobottom;-moz-animation-duration:200ms;transform:translateY(100%);animation-name:slideouttobottom;animation-duration:200ms}@-webkit-keyframes slideinfrombottom{from{-webkit-transform:translateY(100%)}to{-webkit-transform:translateY(0)}}@-moz-keyframes slideinfrombottom{from{-moz-transform:translateY(100%)}to{-moz-transform:translateY(0)}}@keyframes slideinfrombottom{from{transform:translateY(100%)}to{transform:translateY(0)}}@-webkit-keyframes slideouttobottom{from{-webkit-transform:translateY(0)}to{-webkit-transform:translateY(100%)}}@-moz-keyframes slideouttobottom{from{-moz-transform:translateY(0)}to{-moz-transform:translateY(100%)}}@keyframes slideouttobottom{from{transform:translateY(0)}to{transform:translateY(100%)}}.viewport-flip{-webkit-perspective:1000;-moz-perspective:1000;perspective:1000;position:absolute}.flip{-webkit-backface-visibility:hidden;-webkit-transform:translateX(0);-moz-backface-visibility:hidden;-moz-transform:translateX(0);backface-visibility:hidden;transform:translateX(0)}.flip.out{-webkit-transform:rotateY(-90deg) scale(.9);-webkit-animation-name:flipouttoleft;-webkit-animation-duration:175ms;-moz-transform:rotateY(-90deg) scale(.9);-moz-animation-name:flipouttoleft;-moz-animation-duration:175ms;transform:rotateY(-90deg) scale(.9);animation-name:flipouttoleft;animation-duration:175ms}.flip.in{-webkit-animation-name:flipintoright;-webkit-animation-duration:225ms;-moz-animation-name:flipintoright;-moz-animation-duration:225ms;animation-name:flipintoright;animation-duration:225ms}.flip.out.reverse{-webkit-transform:rotateY(90deg) scale(.9);-webkit-animation-name:flipouttoright;-moz-transform:rotateY(90deg) scale(.9);-moz-animation-name:flipouttoright;transform:rotateY(90deg) scale(.9);animation-name:flipouttoright}.flip.in.reverse{-webkit-animation-name:flipintoleft;-moz-animation-name:flipintoleft;animation-name:flipintoleft}@-webkit-keyframes flipouttoleft{from{-webkit-transform:rotateY(0)}to{-webkit-transform:rotateY(-90deg) scale(.9)}}@-moz-keyframes flipouttoleft{from{-moz-transform:rotateY(0)}to{-moz-transform:rotateY(-90deg) scale(.9)}}@keyframes flipouttoleft{from{transform:rotateY(0)}to{transform:rotateY(-90deg) scale(.9)}}@-webkit-keyframes flipouttoright{from{-webkit-transform:rotateY(0)}to{-webkit-transform:rotateY(90deg) scale(.9)}}@-moz-keyframes flipouttoright{from{-moz-transform:rotateY(0)}to{-moz-transform:rotateY(90deg) scale(.9)}}@keyframes flipouttoright{from{transform:rotateY(0)}to{transform:rotateY(90deg) scale(.9)}}@-webkit-keyframes flipintoleft{from{-webkit-transform:rotateY(-90deg) scale(.9)}to{-webkit-transform:rotateY(0)}}@-moz-keyframes flipintoleft{from{-moz-transform:rotateY(-90deg) scale(.9)}to{-moz-transform:rotateY(0)}}@keyframes flipintoleft{from{transform:rotateY(-90deg) scale(.9)}to{transform:rotateY(0)}}@-webkit-keyframes flipintoright{from{-webkit-transform:rotateY(90deg) scale(.9)}to{-webkit-transform:rotateY(0)}}@-moz-keyframes flipintoright{from{-moz-transform:rotateY(90deg) scale(.9)}to{-moz-transform:rotateY(0)}}@keyframes flipintoright{from{transform:rotateY(90deg) scale(.9)}to{transform:rotateY(0)}}.viewport-turn{-webkit-perspective:200px;-moz-perspective:200px;-ms-perspective:200px;perspective:200px;position:absolute}.turn{-webkit-backface-visibility:hidden;-webkit-transform:translateX(0);-webkit-transform-origin:0;-moz-backface-visibility:hidden;-moz-transform:translateX(0);-moz-transform-origin:0;backface-visibility:hidden;transform:translateX(0);transform-origin:0}.turn.out{-webkit-transform:rotateY(-90deg) scale(.9);-webkit-animation-name:flipouttoleft;-webkit-animation-duration:125ms;-moz-transform:rotateY(-90deg) scale(.9);-moz-animation-name:flipouttoleft;-moz-animation-duration:125ms;transform:rotateY(-90deg) scale(.9);animation-name:flipouttoleft;animation-duration:125ms}.turn.in{-webkit-animation-name:flipintoright;-webkit-animation-duration:250ms;-moz-animation-name:flipintoright;-moz-animation-duration:250ms;animation-name:flipintoright;animation-duration:250ms}.turn.out.reverse{-webkit-transform:rotateY(90deg) scale(.9);-webkit-animation-name:flipouttoright;-moz-transform:rotateY(90deg) scale(.9);-moz-animation-name:flipouttoright;transform:rotateY(90deg) scale(.9);animation-name:flipouttoright}.turn.in.reverse{-webkit-animation-name:flipintoleft;-moz-animation-name:flipintoleft;animation-name:flipintoleft}@-webkit-keyframes flipouttoleft{from{-webkit-transform:rotateY(0)}to{-webkit-transform:rotateY(-90deg) scale(.9)}}@-moz-keyframes flipouttoleft{from{-moz-transform:rotateY(0)}to{-moz-transform:rotateY(-90deg) scale(.9)}}@keyframes flipouttoleft{from{transform:rotateY(0)}to{transform:rotateY(-90deg) scale(.9)}}@-webkit-keyframes flipouttoright{from{-webkit-transform:rotateY(0)}to{-webkit-transform:rotateY(90deg) scale(.9)}}@-moz-keyframes flipouttoright{from{-moz-transform:rotateY(0)}to{-moz-transform:rotateY(90deg) scale(.9)}}@keyframes flipouttoright{from{transform:rotateY(0)}to{transform:rotateY(90deg) scale(.9)}}@-webkit-keyframes flipintoleft{from{-webkit-transform:rotateY(-90deg) scale(.9)}to{-webkit-transform:rotateY(0)}}@-moz-keyframes flipintoleft{from{-moz-transform:rotateY(-90deg) scale(.9)}to{-moz-transform:rotateY(0)}}@keyframes flipintoleft{from{transform:rotateY(-90deg) scale(.9)}to{transform:rotateY(0)}}@-webkit-keyframes flipintoright{from{-webkit-transform:rotateY(90deg) scale(.9)}to{-webkit-transform:rotateY(0)}}@-moz-keyframes flipintoright{from{-moz-transform:rotateY(90deg) scale(.9)}to{-moz-transform:rotateY(0)}}@keyframes flipintoright{from{transform:rotateY(90deg) scale(.9)}to{transform:rotateY(0)}}.flow{-webkit-transform-origin:50% 30%;-webkit-box-shadow:0 0 20px rgba(0,0,0,.4);-moz-transform-origin:50% 30%;-moz-box-shadow:0 0 20px rgba(0,0,0,.4);transform-origin:50% 30%;box-shadow:0 0 20px rgba(0,0,0,.4)}.ui-dialog.flow{-webkit-transform-origin:none;-webkit-box-shadow:none;-moz-transform-origin:none;-moz-box-shadow:none;transform-origin:none;box-shadow:none}.flow.out{-webkit-transform:translateX(-100%) scale(.7);-webkit-animation-name:flowouttoleft;-webkit-animation-timing-function:ease;-webkit-animation-duration:350ms;-moz-transform:translateX(-100%) scale(.7);-moz-animation-name:flowouttoleft;-moz-animation-timing-function:ease;-moz-animation-duration:350ms;transform:translateX(-100%) scale(.7);animation-name:flowouttoleft;animation-timing-function:ease;animation-duration:350ms}.flow.in{-webkit-transform:translateX(0) scale(1);-webkit-animation-name:flowinfromright;-webkit-animation-timing-function:ease;-webkit-animation-duration:350ms;-moz-transform:translateX(0) scale(1);-moz-animation-name:flowinfromright;-moz-animation-timing-function:ease;-moz-animation-duration:350ms;transform:translateX(0) scale(1);animation-name:flowinfromright;animation-timing-function:ease;animation-duration:350ms}.flow.out.reverse{-webkit-transform:translateX(100%);-webkit-animation-name:flowouttoright;-moz-transform:translateX(100%);-moz-animation-name:flowouttoright;transform:translateX(100%);animation-name:flowouttoright}.flow.in.reverse{-webkit-animation-name:flowinfromleft;-moz-animation-name:flowinfromleft;animation-name:flowinfromleft}@-webkit-keyframes flowouttoleft{0%{-webkit-transform:translateX(0) scale(1)}60%,70%{-webkit-transform:translateX(0) scale(.7)}100%{-webkit-transform:translateX(-100%) scale(.7)}}@-moz-keyframes flowouttoleft{0%{-moz-transform:translateX(0) scale(1)}60%,70%{-moz-transform:translateX(0) scale(.7)}100%{-moz-transform:translateX(-100%) scale(.7)}}@keyframes flowouttoleft{0%{transform:translateX(0) scale(1)}60%,70%{transform:translateX(0) scale(.7)}100%{transform:translateX(-100%) scale(.7)}}@-webkit-keyframes flowouttoright{0%{-webkit-transform:translateX(0) scale(1)}60%,70%{-webkit-transform:translateX(0) scale(.7)}100%{-webkit-transform:translateX(100%) scale(.7)}}@-moz-keyframes flowouttoright{0%{-moz-transform:translateX(0) scale(1)}60%,70%{-moz-transform:translateX(0) scale(.7)}100%{-moz-transform:translateX(100%) scale(.7)}}@keyframes flowouttoright{0%{transform:translateX(0) scale(1)}60%,70%{transform:translateX(0) scale(.7)}100%{transform:translateX(100%) scale(.7)}}@-webkit-keyframes flowinfromleft{0%{-webkit-transform:translateX(-100%) scale(.7)}30%,40%{-webkit-transform:translateX(0) scale(.7)}100%{-webkit-transform:translateX(0) scale(1)}}@-moz-keyframes flowinfromleft{0%{-moz-transform:translateX(-100%) scale(.7)}30%,40%{-moz-transform:translateX(0) scale(.7)}100%{-moz-transform:translateX(0) scale(1)}}@keyframes flowinfromleft{0%{transform:translateX(-100%) scale(.7)}30%,40%{transform:translateX(0) scale(.7)}100%{transform:translateX(0) scale(1)}}@-webkit-keyframes flowinfromright{0%{-webkit-transform:translateX(100%) scale(.7)}30%,40%{-webkit-transform:translateX(0) scale(.7)}100%{-webkit-transform:translateX(0) scale(1)}}@-moz-keyframes flowinfromright{0%{-moz-transform:translateX(100%) scale(.7)}30%,40%{-moz-transform:translateX(0) scale(.7)}100%{-moz-transform:translateX(0) scale(1)}}@keyframes flowinfromright{0%{transform:translateX(100%) scale(.7)}30%,40%{transform:translateX(0) scale(.7)}100%{transform:translateX(0) scale(1)}}.ui-field-contain,.ui-mobile fieldset.ui-field-contain{display:block;position:relative;overflow:visible;clear:both;padding:.8em 0}.ui-field-contain>label+[class*=ui-],.ui-field-contain .ui-controlgroup-controls{margin:0}.ui-field-contain:last-child{border-bottom-width:0}@media (min-width:28em){.ui-field-contain,.ui-mobile fieldset.ui-field-contain{padding:0;margin:1em 0;border-bottom-width:0}.ui-field-contain:before,.ui-field-contain:after{content:"";display:table}.ui-field-contain:after{clear:both}.ui-field-contain>label,.ui-field-contain .ui-controlgroup-label,.ui-field-contain>.ui-rangeslider>label{float:left;width:20%;margin:.5em 2% 0 0}.ui-popup .ui-field-contain>label,.ui-popup .ui-field-contain .ui-controlgroup-label,.ui-popup .ui-field-contain>.ui-rangeslider>label{float:none;width:auto;margin:0 0 .4em}.ui-field-contain>label+[class*=ui-],.ui-field-contain .ui-controlgroup-controls{float:left;width:78%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.ui-hide-label>label+[class*=ui-],.ui-hide-label .ui-controlgroup-controls,.ui-popup .ui-field-contain>label+[class*=ui-],.ui-popup .ui-field-contain .ui-controlgroup-controls{float:none;width:100%}.ui-field-contain>label+.ui-btn-inline{width:auto;margin-right:.625em}}.ui-grid-a,.ui-grid-b,.ui-grid-c,.ui-grid-d,.ui-grid-solo{overflow:hidden}.ui-block-a,.ui-block-b,.ui-block-c,.ui-block-d,.ui-block-e{margin:0;padding:0;border:0;float:left;min-height:1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ui-block-a{clear:left}ul.ui-grid-a,ul.ui-grid-b,ul.ui-grid-c,ul.ui-grid-d,ul.ui-grid-solo,li.ui-block-a,li.ui-block-b,li.ui-block-c,li.ui-block-d,li.ui-block-e{margin-left:0;margin-right:0;padding:0;list-style:none}[class*=ui-block-]>button.ui-btn,.ui-grid-solo>button.ui-btn{margin-right:0;margin-left:0}[class*=ui-block-]>.ui-btn,[class*=ui-block-]>.ui-select,[class*=ui-block-]>.ui-checkbox,[class*=ui-block-]>.ui-radio,[class*=ui-block-]>button.ui-btn-inline,[class*=ui-block-]>button.ui-btn-icon-notext,.ui-grid-solo>[class*=ui-]{margin-right:.3125em;margin-left:.3125em}.ui-grid-a>.ui-block-a,.ui-grid-a>.ui-block-b{width:50%}.ui-grid-b>.ui-block-a,.ui-grid-b>.ui-block-b,.ui-grid-b>.ui-block-c{width:33.333%}.ui-grid-c>.ui-block-a,.ui-grid-c>.ui-block-b,.ui-grid-c>.ui-block-c,.ui-grid-c>.ui-block-d{width:25%}.ui-grid-d>.ui-block-a,.ui-grid-d>.ui-block-b,.ui-grid-d>.ui-block-c,.ui-grid-d>.ui-block-d,.ui-grid-d>.ui-block-e{width:20%}.ui-grid-solo>.ui-block-a{width:100%;float:none}@media (max-width:35em){.ui-responsive>.ui-block-a,.ui-responsive>.ui-block-b,.ui-responsive>.ui-block-c,.ui-responsive>.ui-block-d,.ui-responsive>.ui-block-e{width:100%;float:none}}.ui-header-fixed,.ui-footer-fixed{left:0;right:0;width:100%;position:fixed;z-index:1000}.ui-header-fixed{top:-1px;padding-top:1px}.ui-header-fixed.ui-fixed-hidden{top:0;padding-top:0}.ui-header-fixed .ui-btn-left,.ui-header-fixed .ui-btn-right{margin-top:1px}.ui-header-fixed.ui-fixed-hidden .ui-btn-left,.ui-header-fixed.ui-fixed-hidden .ui-btn-right{margin-top:0}.ui-footer-fixed{bottom:-1px;padding-bottom:1px}.ui-footer-fixed.ui-fixed-hidden{bottom:0;padding-bottom:0}.ui-header-fullscreen,.ui-footer-fullscreen{filter:Alpha(Opacity=90);opacity:.9}.ui-page-header-fixed{padding-top:2.8125em}.ui-page-footer-fixed{padding-bottom:2.8125em}.ui-page-header-fullscreen>.ui-content,.ui-page-footer-fullscreen>.ui-content{padding:0}.ui-fixed-hidden{position:absolute}.ui-footer-fixed.ui-fixed-hidden{display:none}.ui-page .ui-footer-fixed.ui-fixed-hidden{display:block}.ui-page-header-fullscreen .ui-fixed-hidden,.ui-page-footer-fullscreen .ui-fixed-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.ui-header-fixed .ui-btn,.ui-footer-fixed .ui-btn{z-index:10}.ui-android-2x-fixed .ui-li-has-thumb{-webkit-transform:translate3d(0,0,0)}.ui-navbar{max-width:100%}.ui-navbar ul:before,.ui-navbar ul:after{content:"";display:table}.ui-navbar ul:after{clear:both}.ui-navbar ul{list-style:none;margin:0;padding:0;position:relative;display:block;border:0;max-width:100%;overflow:visible}.ui-navbar li .ui-btn{font-size:12.5px;display:block;margin:0;border-right-width:0}.ui-navbar .ui-btn:focus{z-index:1}.ui-navbar li:last-child .ui-btn{margin-right:-4px}.ui-navbar li:last-child .ui-btn:after{margin-right:4px}.ui-content .ui-navbar li:last-child .ui-btn,.ui-content .ui-navbar .ui-grid-duo .ui-block-b .ui-btn{border-right-width:1px;margin-right:0}.ui-content .ui-navbar li:last-child .ui-btn:after,.ui-content .ui-navbar .ui-grid-duo .ui-block-b .ui-btn:after{margin-right:0}.ui-navbar .ui-grid-duo .ui-block-a:last-child .ui-btn{border-right-width:1px;margin-right:-1px}.ui-navbar .ui-grid-duo .ui-block-a:last-child .ui-btn:after{margin-right:1px}.ui-navbar .ui-grid-duo .ui-btn{border-top-width:0}.ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,.ui-navbar .ui-grid-duo .ui-block-a:first-child+.ui-block-b .ui-btn{border-top-width:1px}.ui-header .ui-navbar .ui-btn,.ui-footer .ui-navbar .ui-btn{border-top-width:0;border-bottom-width:0}.ui-header .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,.ui-footer .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,.ui-header .ui-navbar .ui-grid-duo .ui-block-a:first-child+.ui-block-b .ui-btn,.ui-footer .ui-navbar .ui-grid-duo .ui-block-a:first-child+.ui-block-b .ui-btn{border-top-width:0}.ui-header .ui-title~.ui-navbar .ui-btn,.ui-footer .ui-title~.ui-navbar .ui-btn,.ui-header .ui-navbar .ui-grid-duo .ui-btn,.ui-footer .ui-navbar .ui-grid-duo .ui-btn,.ui-header .ui-title~.ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,.ui-footer .ui-title~.ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn,.ui-header .ui-title~.ui-navbar .ui-grid-duo .ui-block-a:first-child+.ui-block-b .ui-btn,.ui-footer .ui-title~.ui-navbar .ui-grid-duo .ui-block-a:first-child+.ui-block-b .ui-btn{border-top-width:1px}.ui-input-btn input{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;border:0;outline:0;-webkit-border-radius:inherit;border-bottom-radius:inherit;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;background:#fff;background:rgba(255,255,255,0);filter:Alpha(Opacity=0);opacity:.1;font-size:1px;text-indent:-9999px;z-index:2}.ui-input-btn.ui-state-disabled input{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.ui-collapsible{margin:0 -1em}.ui-collapsible-inset,.ui-collapsible-set{margin:.5em 0}.ui-collapsible-heading{display:block;margin:0;padding:0;position:relative}.ui-collapsible-heading .ui-btn{text-align:left;margin:0;border-left-width:0;border-right-width:0}.ui-collapsible-heading .ui-btn-icon-top,.ui-collapsible-heading .ui-btn-icon-bottom{text-align:center}.ui-collapsible-inset .ui-collapsible-heading .ui-btn{border-right-width:1px;border-left-width:1px}.ui-collapsible-collapsed+.ui-collapsible:not(.ui-collapsible-inset)>.ui-collapsible-heading .ui-btn{border-top-width:0}.ui-collapsible-set .ui-collapsible:not(.ui-collapsible-inset) .ui-collapsible-heading .ui-btn{border-top-width:1px}.ui-collapsible-heading-status{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.ui-collapsible-content{display:block;margin:0;padding:.5em 1em}.ui-collapsible-themed-content .ui-collapsible-content{border-left-width:0;border-right-width:0;border-top-width:0;border-bottom-width:1px;border-style:solid}.ui-collapsible-inset.ui-collapsible-themed-content .ui-collapsible-content{border-left-width:1px;border-right-width:1px}.ui-collapsible-inset .ui-collapsible-content{margin:0}.ui-collapsible-content-collapsed{display:none}.ui-collapsible-set>.ui-collapsible.ui-corner-all{-webkit-border-radius:0;border-radius:0}.ui-collapsible-heading,.ui-collapsible-heading>.ui-btn{-webkit-border-radius:inherit;border-radius:inherit}.ui-collapsible-set .ui-collapsible.ui-first-child{-webkit-border-top-right-radius:inherit;border-top-right-radius:inherit;-webkit-border-top-left-radius:inherit;border-top-left-radius:inherit}.ui-collapsible-content,.ui-collapsible-set .ui-collapsible.ui-last-child{-webkit-border-bottom-right-radius:inherit;border-bottom-right-radius:inherit;-webkit-border-bottom-left-radius:inherit;border-bottom-left-radius:inherit}.ui-collapsible-themed-content:not(.ui-collapsible-collapsed)>.ui-collapsible-heading{-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0}.ui-collapsible-set .ui-collapsible{margin:-1px -1em 0}.ui-collapsible-set .ui-collapsible-inset{margin:-1px 0 0}.ui-collapsible-set .ui-collapsible.ui-first-child{margin-top:0}.ui-controlgroup,fieldset.ui-controlgroup{padding:0;margin:.5em 0}.ui-field-contain .ui-controlgroup,.ui-field-contain fieldset.ui-controlgroup{margin:0}.ui-mini .ui-controlgroup-label{font-size:16px}.ui-controlgroup.ui-mini .ui-btn-icon-notext,.ui-controlgroup .ui-mini.ui-btn-icon-notext{font-size:inherit}.ui-controlgroup-controls .ui-btn,.ui-controlgroup-controls .ui-checkbox,.ui-controlgroup-controls .ui-radio,.ui-controlgroup-controls .ui-select{margin:0}.ui-controlgroup-controls .ui-btn:focus,.ui-controlgroup-controls .ui-btn.ui-focus{z-index:1}.ui-controlgroup-controls li{list-style:none}.ui-controlgroup-horizontal .ui-controlgroup-controls{display:inline-block;vertical-align:middle}.ui-controlgroup-horizontal .ui-controlgroup-controls:before,.ui-controlgroup-horizontal .ui-controlgroup-controls:after{content:"";display:table}.ui-controlgroup-horizontal .ui-controlgroup-controls:after{clear:both}.ui-controlgroup-horizontal .ui-controlgroup-controls>.ui-btn,.ui-controlgroup-horizontal .ui-controlgroup-controls li>.ui-btn,.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-checkbox,.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-radio,.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-select{float:left;clear:none}.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn,.ui-controlgroup-controls .ui-btn-icon-notext{width:auto}.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-btn-icon-notext,.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn-icon-notext{width:1.5em}.ui-controlgroup-controls .ui-btn-icon-notext{height:auto;padding:.7em 1em}.ui-controlgroup-vertical .ui-controlgroup-controls .ui-btn{border-bottom-width:0}.ui-controlgroup-vertical .ui-controlgroup-controls .ui-btn.ui-last-child{border-bottom-width:1px}.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-btn{border-right-width:0}.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-btn.ui-last-child{border-right-width:1px}.ui-controlgroup-controls .ui-btn-corner-all,.ui-controlgroup-controls .ui-btn.ui-corner-all{-webkit-border-radius:0;border-radius:0}.ui-controlgroup-controls,.ui-controlgroup-controls .ui-radio,.ui-controlgroup-controls .ui-checkbox,.ui-controlgroup-controls .ui-select,.ui-controlgroup-controls li{-webkit-border-radius:inherit;border-radius:inherit}.ui-controlgroup-vertical .ui-btn.ui-first-child{-webkit-border-top-left-radius:inherit;border-top-left-radius:inherit;-webkit-border-top-right-radius:inherit;border-top-right-radius:inherit}.ui-controlgroup-vertical .ui-btn.ui-last-child{-webkit-border-bottom-left-radius:inherit;border-bottom-left-radius:inherit;-webkit-border-bottom-right-radius:inherit;border-bottom-right-radius:inherit}.ui-controlgroup-horizontal .ui-btn.ui-first-child{-webkit-border-top-left-radius:inherit;border-top-left-radius:inherit;-webkit-border-bottom-left-radius:inherit;border-bottom-left-radius:inherit}.ui-controlgroup-horizontal .ui-btn.ui-last-child{-webkit-border-top-right-radius:inherit;border-top-right-radius:inherit;-webkit-border-bottom-right-radius:inherit;border-bottom-right-radius:inherit}.ui-controlgroup-controls a.ui-shadow:not(:focus),.ui-controlgroup-controls button.ui-shadow:not(:focus),.ui-controlgroup-controls div.ui-shadow:not(.ui-focus){-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.ui-controlgroup-label legend{max-width:100%}.ui-controlgroup-controls>label{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.ui-dialog{background:none!important}.ui-dialog-contain{width:92.5%;max-width:500px;margin:10% auto 1em;padding:0;position:relative;top:-1em}.ui-dialog-contain>.ui-header,.ui-dialog-contain>.ui-content,.ui-dialog-contain>.ui-footer{display:block;position:relative;width:auto;margin:0}.ui-dialog-contain>.ui-header{overflow:hidden;z-index:10;padding:0;border-top-width:0}.ui-dialog-contain>.ui-footer{z-index:10;padding:0 1em;border-bottom-width:0}.ui-popup-open .ui-header-fixed,.ui-popup-open .ui-footer-fixed{position:absolute!important}.ui-popup-screen{background-image:url(data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);top:0;left:0;right:0;bottom:1px;position:absolute;filter:Alpha(Opacity=0);opacity:0;z-index:1099}.ui-popup-screen.in{opacity:.5;filter:Alpha(Opacity=50)}.ui-popup-screen.out{opacity:0;filter:Alpha(Opacity=0)}.ui-popup-container{z-index:1100;display:inline-block;position:absolute;padding:0;outline:0}.ui-popup{position:relative}.ui-popup.ui-body-inherit{border-width:1px;border-style:solid}.ui-popup-hidden{left:0;top:0;position:absolute!important;visibility:hidden}.ui-popup-truncate{height:1px;width:1px;margin:-1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.ui-popup.ui-content,.ui-popup .ui-content{overflow:visible}.ui-popup>.ui-header{border-top-width:0}.ui-popup>.ui-footer{border-bottom-width:0}.ui-popup>p,.ui-popup>h1,.ui-popup>h2,.ui-popup>h3,.ui-popup>h4,.ui-popup>h5,.ui-popup>h6{margin:.5em .4375em}.ui-popup>span{display:block;margin:.5em .4375em}.ui-popup-container .ui-content>p,.ui-popup-container .ui-content>h1,.ui-popup-container .ui-content>h2,.ui-popup-container .ui-content>h3,.ui-popup-container .ui-content>h4,.ui-popup-container .ui-content>h5,.ui-popup-container .ui-content>h6{margin:.5em 0}.ui-popup-container .ui-content>span{margin:0}.ui-popup-container .ui-content>p:first-child,.ui-popup-container .ui-content>h1:first-child,.ui-popup-container .ui-content>h2:first-child,.ui-popup-container .ui-content>h3:first-child,.ui-popup-container .ui-content>h4:first-child,.ui-popup-container .ui-content>h5:first-child,.ui-popup-container .ui-content>h6:first-child{margin-top:0}.ui-popup-container .ui-content>p:last-child,.ui-popup-container .ui-content>h1:last-child,.ui-popup-container .ui-content>h2:last-child,.ui-popup-container .ui-content>h3:last-child,.ui-popup-container .ui-content>h4:last-child,.ui-popup-container .ui-content>h5:last-child,.ui-popup-container .ui-content>h6:last-child{margin-bottom:0}.ui-popup>img{max-width:100%;max-height:100%;vertical-align:middle}.ui-popup:not(.ui-content)>img:only-child,.ui-popup:not(.ui-content)>.ui-btn-left:first-child+img:last-child,.ui-popup:not(.ui-content)>.ui-btn-right:first-child+img:last-child{-webkit-border-radius:inherit;border-radius:inherit}.ui-popup iframe{vertical-align:middle}.ui-popup>.ui-btn-left,.ui-popup>.ui-btn-right{position:absolute;top:-11px;margin:0;z-index:1101}.ui-popup>.ui-btn-left{left:-11px}.ui-popup>.ui-btn-right{right:-11px}.ui-popup-arrow-container{width:20px;height:20px}.ui-popup-arrow-container.ui-popup-arrow-l{left:-10px;clip:rect(-1000px,10px,2000px,-1000px)}.ui-popup-arrow-container.ui-popup-arrow-t{top:-10px;clip:rect(-1000px,2000px,10px,-1000px)}.ui-popup-arrow-container.ui-popup-arrow-r{right:-10px;clip:rect(-1000px,2000px,2000px,10px)}.ui-popup-arrow-container.ui-popup-arrow-b{bottom:-10px;clip:rect(10px,2000px,1000px,-1000px)}.ui-popup-arrow-container .ui-popup-arrow{width:28.284271247px;height:28.284271247px;border-width:1px;border-style:solid}.ui-popup-arrow-container.ui-popup-arrow-t .ui-popup-arrow{left:-4.142135623px;top:5.857864376px}.ui-popup-arrow-container.ui-popup-arrow-b .ui-popup-arrow{left:-4.142135623px;top:-14.142135623px}.ui-popup-arrow-container.ui-popup-arrow-l .ui-popup-arrow{left:5.857864376px;top:-4.142135623px}.ui-popup-arrow-container.ui-popup-arrow-r .ui-popup-arrow{left:-14.142135623px;top:-4.142135623px}.ui-popup-arrow-container.ui-popup-arrow-t.ie .ui-popup-arrow{margin-left:-5.857864376269049px;margin-top:-7.0710678118654755px}.ui-popup-arrow-container.ui-popup-arrow-b.ie .ui-popup-arrow{margin-left:-5.857864376269049px;margin-top:-4.142135623730951px}.ui-popup-arrow-container.ui-popup-arrow-l.ie .ui-popup-arrow{margin-left:-7.0710678118654755px;margin-top:-5.857864376269049px}.ui-popup-arrow-container.ui-popup-arrow-r.ie .ui-popup-arrow{margin-left:-4.142135623730951px;margin-top:-5.857864376269049px}.ui-popup-arrow-background{width:20px;height:20px}.ui-popup-arrow-container.ui-popup-arrow-t .ui-popup-arrow-background .ui-popup-arrow-container.ui-popup-arrow-b .ui-popup-arrow-background{background-position:0 10px}.ui-popup-arrow-container.ui-popup-arrow-l .ui-popup-arrow-background,.ui-popup-arrow-container.ui-popup-arrow-r .ui-popup-arrow-background{background-position:10px 0}.ui-popup>.ui-popup-arrow-guide{position:absolute;left:0;right:0;top:0;bottom:0;visibility:hidden}.ui-popup-arrow-container{position:absolute}.ui-popup-arrow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;overflow:hidden;box-sizing:border-box}.ui-popup-arrow-container.ie .ui-popup-arrow{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand')";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.7071067811865474, M12=-.7071067811865477, M21=.7071067811865477, M22=.7071067811865474, SizingMethod='auto expand')}.ui-popup-arrow-background{position:absolute;border:0}.ui-popup-arrow-container.ie .ui-popup-arrow-background{background:0}.ui-popup-arrow-container.ui-popup-arrow-t .ui-popup-arrow-background,.ui-popup-arrow-container.ui-popup-arrow-b .ui-popup-arrow-background{-webkit-transform:rotate(-45deg) scale(1,-1);-moz-transform:rotate(-45deg) scale(1,-1);-ms-transform:rotate(-45deg) scale(1,-1);transform:rotate(-45deg) scale(1,-1)}.ui-popup-arrow-container.ui-popup-arrow-t.ie .ui-popup-arrow-background,.ui-popup-arrow-container.ui-popup-arrow-b.ie .ui-popup-arrow-background{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=-0.7071067811865467, M21=-0.7071067811865467, M22=-0.7071067811865483, SizingMethod='auto expand')";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.7071067811865483, M12=-.7071067811865467, M21=-.7071067811865467, M22=-.7071067811865483, SizingMethod='auto expand')}.ui-popup-arrow-container.ui-popup-arrow-l .ui-popup-arrow-background,.ui-popup-arrow-container.ui-popup-arrow-r .ui-popup-arrow-background{-webkit-transform:rotate(-45deg) scale(-1,1);-moz-transform:rotate(-45deg) scale(-1,1);-ms-transform:rotate(-45deg) scale(-1,1);transform:rotate(-45deg) scale(-1,1)}.ui-popup-arrow-container.ui-popup-arrow-l.ie .ui-popup-arrow-background,.ui-popup-arrow-container.ui-popup-arrow-r.ie .ui-popup-arrow-background{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=-0.7071067811865483, M12=0.7071067811865467, M21=0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";filter:progid:DXImageTransform.Microsoft.Matrix(M11=-.7071067811865483, M12=.7071067811865467, M21=.7071067811865467, M22=.7071067811865483, SizingMethod='auto expand')}.ui-checkbox,.ui-radio{margin:.5em 0;position:relative}.ui-checkbox .ui-btn,.ui-radio .ui-btn{margin:0;text-align:left;white-space:normal;z-index:2}.ui-controlgroup .ui-checkbox .ui-btn.ui-focus,.ui-controlgroup .ui-radio .ui-btn.ui-focus{z-index:3}.ui-checkbox .ui-btn-icon-top,.ui-radio .ui-btn-icon-top,.ui-checkbox .ui-btn-icon-bottom,.ui-radio .ui-btn-icon-bottom{text-align:center}.ui-controlgroup-horizontal .ui-checkbox .ui-btn:after,.ui-controlgroup-horizontal .ui-radio .ui-btn:after{content:none;display:none}.ui-checkbox input,.ui-radio input{position:absolute;left:.466em;top:50%;width:22px;height:22px;margin:-11px 0 0 0;outline:0!important;z-index:1}.ui-controlgroup-horizontal .ui-checkbox input,.ui-controlgroup-horizontal .ui-radio input{left:50%;margin-left:-9px}.ui-checkbox input:disabled,.ui-radio input:disabled{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.ui-select{margin-top:.5em;margin-bottom:.5em;position:relative}.ui-select>select{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.ui-select .ui-btn{margin:0;opacity:1}.ui-select .ui-btn select{position:absolute;top:0;left:0;width:100%;min-height:1.5em;min-height:100%;height:3em;max-height:100%;outline:0;-webkit-border-radius:inherit;border-radius:inherit;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;filter:Alpha(Opacity=0);opacity:0;z-index:2}@-moz-document url-prefix(){.ui-select .ui-btn select{opacity:.0001}}.ui-select .ui-state-disabled select{display:none}.ui-select span.ui-state-disabled{filter:Alpha(Opacity=100);opacity:1}.ui-select .ui-btn.ui-select-nativeonly{border-radius:0;border:0}.ui-select .ui-btn.ui-select-nativeonly select{opacity:1;text-indent:0;display:block}.ui-select .ui-li-has-count.ui-btn{padding-right:2.8125em}.ui-select .ui-li-has-count.ui-btn-icon-right{padding-right:4.6875em}.ui-select .ui-btn-icon-right .ui-li-count{right:3.2em}.ui-select .ui-btn>span:not(.ui-li-count){display:block;text-overflow:ellipsis;overflow:hidden!important;white-space:nowrap}.ui-selectmenu.ui-popup{min-width:11em}.ui-selectmenu .ui-dialog-contain{overflow:hidden}.ui-selectmenu .ui-header{margin:0;padding:0;border-width:0}.ui-selectmenu.ui-dialog .ui-header{z-index:1;position:relative}.ui-selectmenu.ui-popup .ui-header{-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0}.ui-selectmenu.ui-popup .ui-header h1:after{content:'.';visibility:hidden}.ui-selectmenu .ui-header .ui-title{margin:0 2.875em}.ui-selectmenu.ui-dialog .ui-content{overflow:visible;z-index:1}.ui-selectmenu .ui-selectmenu-list{margin:0;-webkit-border-radius:inherit;border-radius:inherit}.ui-header:not(.ui-screen-hidden)+.ui-selectmenu-list{-webkit-border-top-right-radius:0;border-top-right-radius:0;-webkit-border-top-left-radius:0;border-top-left-radius:0}.ui-header.ui-screen-hidden+.ui-selectmenu-list li.ui-first-child .ui-btn{border-top-width:0}.ui-selectmenu .ui-selectmenu-list li.ui-last-child .ui-btn{border-bottom-width:0}.ui-selectmenu .ui-btn.ui-li-divider{cursor:default}.ui-selectmenu .ui-selectmenu-placeholder{display:none}.ui-listview,.ui-listview>li{margin:0;padding:0;list-style:none}.ui-content .ui-listview,.ui-panel-inner>.ui-listview{margin:-1em}.ui-content .ui-listview-inset,.ui-panel-inner>.ui-listview-inset{margin:1em 0}.ui-collapsible-content>.ui-listview{margin:-.5em -1em}.ui-collapsible-content>.ui-listview-inset{margin:.5em 0}.ui-listview>li{display:block;position:relative;overflow:visible}.ui-listview>.ui-li-static,.ui-listview>.ui-li-divider,.ui-listview>li>a.ui-btn{margin:0;display:block;position:relative;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.ui-listview>li>.ui-btn:focus{z-index:1}.ui-listview>.ui-li-static,.ui-listview>.ui-li-divider,.ui-listview>li>a.ui-btn{border-width:1px 0 0;border-style:solid}.ui-listview-inset>.ui-li-static,.ui-listview-inset>.ui-li-divider,.ui-listview-inset>li>a.ui-btn{border-right-width:1px;border-left-width:1px}.ui-listview>.ui-li-static.ui-last-child,.ui-listview>.ui-li-divider.ui-last-child,.ui-listview>li.ui-last-child>a.ui-btn{border-bottom-width:1px}.ui-collapsible-content>.ui-listview:not(.ui-listview-inset)>li.ui-first-child,.ui-collapsible-content>.ui-listview:not(.ui-listview-inset)>li.ui-first-child>a.ui-btn{border-top-width:0}.ui-collapsible-themed-content .ui-listview:not(.ui-listview-inset)>li.ui-last-child,.ui-collapsible-themed-content .ui-listview:not(.ui-listview-inset)>li.ui-last-child>a.ui-btn{border-bottom-width:0}.ui-listview>li.ui-first-child,.ui-listview>li.ui-first-child>a.ui-btn{-webkit-border-top-right-radius:inherit;border-top-right-radius:inherit;-webkit-border-top-left-radius:inherit;border-top-left-radius:inherit}.ui-listview>li.ui-last-child,.ui-listview>li.ui-last-child>a.ui-btn{-webkit-border-bottom-right-radius:inherit;border-bottom-right-radius:inherit;-webkit-border-bottom-left-radius:inherit;border-bottom-left-radius:inherit}.ui-listview>li.ui-li-has-alt>a.ui-btn{-webkit-border-top-right-radius:0;border-top-right-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.ui-listview>li.ui-first-child>a.ui-btn+a.ui-btn{-webkit-border-top-left-radius:0;border-top-left-radius:0;-webkit-border-top-right-radius:inherit;border-top-right-radius:inherit}.ui-listview>li.ui-last-child>a.ui-btn+a.ui-btn{-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:inherit;border-bottom-right-radius:inherit}.ui-listview>li.ui-first-child img:first-child:not(.ui-li-icon){-webkit-border-top-left-radius:inherit;border-top-left-radius:inherit}.ui-listview>li.ui-last-child img:first-child:not(.ui-li-icon){-webkit-border-bottom-left-radius:inherit;border-bottom-left-radius:inherit}.ui-collapsible-content>.ui-listview:not(.ui-listview-inset){-webkit-border-radius:inherit;border-radius:inherit}.ui-listview>.ui-li-static{padding:.7em 1em}.ui-listview>.ui-li-divider{padding:.5em 1.143em;font-size:14px;font-weight:700;cursor:default;outline:0}.ui-listview>.ui-li-has-count>.ui-btn,.ui-listview>.ui-li-static.ui-li-has-count,.ui-listview>.ui-li-divider.ui-li-has-count{padding-right:2.8125em}.ui-listview>.ui-li-has-count>.ui-btn-icon-right{padding-right:4.6875em}.ui-listview>.ui-li-has-thumb>.ui-btn,.ui-listview>.ui-li-static.ui-li-has-thumb{min-height:3.625em;padding-left:6.25em}.ui-listview>.ui-li-has-icon>.ui-btn,.ui-listview>.ui-li-static.ui-li-has-icon{min-height:1.25em;padding-left:2.5em}.ui-li-count{position:absolute;font-size:12.5px;font-weight:700;text-align:center;border-width:1px;border-style:solid;padding:0 .48em;line-height:1.6em;min-height:1.6em;min-width:.64em;right:.8em;top:50%;margin-top:-.88em}.ui-listview .ui-btn-icon-right .ui-li-count{right:3.2em}.ui-listview .ui-li-has-thumb>img:first-child,.ui-listview .ui-li-has-thumb>.ui-btn>img:first-child,.ui-listview .ui-li-has-thumb .ui-li-thumb{position:absolute;left:0;top:0;max-height:5em;max-width:5em}.ui-listview>.ui-li-has-icon>img:first-child,.ui-listview>.ui-li-has-icon>.ui-btn>img:first-child{position:absolute;left:.625em;top:.9em;max-height:1em;max-width:1em}.ui-listview>li h1,.ui-listview>li h2,.ui-listview>li h3,.ui-listview>li h4,.ui-listview>li h5,.ui-listview>li h6{font-size:1em;font-weight:700;display:block;margin:.45em 0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.ui-listview>li p{font-size:.75em;font-weight:400;display:block;margin:.6em 0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.ui-listview .ui-li-aside{position:absolute;top:1em;right:3.333em;margin:0;text-align:right}.ui-listview>li.ui-li-has-alt>.ui-btn{margin-right:2.5em;border-right-width:0}.ui-listview>li.ui-li-has-alt>.ui-btn+.ui-btn{position:absolute;width:2.5em;height:100%;min-height:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-left-width:1px;top:0;right:0;margin:0;padding:0;z-index:2}.ui-listview-inset>li.ui-li-has-alt>.ui-btn+.ui-btn{border-right-width:1px}.ui-listview>li.ui-li-has-alt>.ui-btn+.ui-btn:focus{z-index:3}ol.ui-listview,ol.ui-listview>.ui-li-divider{counter-reset:listnumbering}ol.ui-listview>li>.ui-btn,ol.ui-listview>li.ui-li-static{vertical-align:middle}ol.ui-listview>li>.ui-btn:before,ol.ui-listview>li.ui-li-static:before,ol.ui-listview>li.ui-field-contain>label:before,ol.ui-listview>li.ui-field-contain>.ui-controlgroup-label:before{display:inline-block;font-size:.9em;font-weight:400;padding-right:.3em;min-width:1.4em;line-height:1.5;vertical-align:middle;counter-increment:listnumbering;content:counter(listnumbering) "."}ol.ui-listview>li.ui-field-contain:before{content:none;display:none}ol.ui-listview>li h1:first-child,ol.ui-listview>li h2:first-child,ol.ui-listview>li h3:first-child,ol.ui-listview>li h4:first-child,ol.ui-listview>li h5:first-child,ol.ui-listview>li h6:first-child,ol.ui-listview>li p:first-child,ol.ui-listview>li img:first-child+*{display:inline-block;vertical-align:middle}ol.ui-listview>li h1:first-child~*,ol.ui-listview>li h2:first-child~*,ol.ui-listview>li h3:first-child~*,ol.ui-listview>li h4:first-child~*,ol.ui-listview>li h5:first-child~*,ol.ui-listview>li h6:first-child~*,ol.ui-listview>li p:first-child~*,ol.ui-listview>li img:first-child+*~*{margin-top:0;text-indent:2.04em}html .ui-filterable+.ui-listview,html .ui-filterable.ui-listview{margin-top:.5em}.ui-collapsible-content>form.ui-filterable{margin-top:-.5em}.ui-collapsible-content>.ui-input-search.ui-filterable{margin-top:0}.ui-collapsible-content>.ui-filterable+.ui-listview:not(.ui-listview-inset)>li.ui-first-child,.ui-collapsible-content>.ui-filterable+.ui-listview:not(.ui-listview-inset)>li.ui-first-child>a.ui-btn,.ui-collapsible-content>.ui-filterable.ui-listview:not(.ui-listview-inset)>li.ui-first-child,.ui-collapsible-content>.ui-filterable.ui-listview:not(.ui-listview-inset)>li.ui-first-child>a.ui-btn{border-top-width:1px}div.ui-slider{height:30px;margin:.5em 0;padding:0;-ms-touch-action:pan-y pinch-zoom double-tap-zoom}div.ui-slider:before,div.ui-slider:after{content:"";display:table}div.ui-slider:after{clear:both}input.ui-slider-input{display:block;float:left;font-size:14px;font-weight:700;margin:0;padding:4px;width:40px;height:20px;line-height:20px;border-width:1px;border-style:solid;outline:0;text-align:center;vertical-align:text-bottom;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box}.ui-slider-input::-webkit-outer-spin-button,.ui-slider-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ui-slider-track{position:relative;overflow:visible;border-width:1px;border-style:solid;height:15px;margin:0 15px 0 68px;top:6px}.ui-slider-track.ui-mini{height:12px;top:8px}.ui-slider-track .ui-slider-bg{height:100%}.ui-slider-track .ui-btn.ui-slider-handle{position:absolute;z-index:1;top:50%;width:28px;height:28px;margin:-15px 0 0 -15px;outline:0;padding:0}.ui-slider-track.ui-mini .ui-slider-handle{height:14px;width:14px;margin:-8px 0 0 -8px}select.ui-slider-switch{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}div.ui-slider-switch{display:inline-block;height:32px;width:5.8em;top:0}div.ui-slider-switch:before,div.ui-slider-switch:after{display:none;clear:none}div.ui-slider-switch.ui-mini{height:29px;top:0}.ui-slider-inneroffset{margin:0 16px;position:relative;z-index:1}.ui-slider-switch.ui-mini .ui-slider-inneroffset{margin:0 15px 0 14px}.ui-slider-switch .ui-btn.ui-slider-handle{margin:1px 0 0 -15px}.ui-slider-switch.ui-mini .ui-slider-handle{width:25px;height:25px;margin:1px 0 0 -13px;padding:0}.ui-slider-handle-snapping{-webkit-transition:left 70ms linear;-moz-transition:left 70ms linear;transition:left 70ms linear}.ui-slider-switch .ui-slider-label{position:absolute;text-align:center;width:100%;overflow:hidden;font-size:16px;top:0;line-height:2;min-height:100%;white-space:nowrap;cursor:pointer}.ui-slider-switch.ui-mini .ui-slider-label{font-size:14px}.ui-slider-switch .ui-slider-label-a{z-index:1;left:0;text-indent:-1.5em}.ui-slider-switch .ui-slider-label-b{z-index:0;right:0;text-indent:1.5em}.ui-slider-track .ui-slider-bg,.ui-slider-switch .ui-slider-label,.ui-slider-switch .ui-slider-inneroffset,.ui-slider-handle{-webkit-border-radius:inherit;border-radius:inherit}.ui-field-contain div.ui-slider-switch{margin:0}@media (min-width:28em){.ui-field-contain div.ui-slider-switch,.ui-field-contain.ui-hide-label div.ui-slider-switch{display:inline-block;width:5.8em}}.ui-slider-popup{width:64px;height:64px;font-size:36px;padding-top:14px;opacity:.8}.ui-slider-popup{position:absolute!important;text-align:center;z-index:100}.ui-slider-track .ui-btn.ui-slider-handle{font-size:.9em;line-height:30px}.ui-rangeslider{margin:.5em 0}.ui-rangeslider:before,.ui-rangeslider:after{content:"";display:table}.ui-rangeslider:after{clear:both}.ui-rangeslider .ui-slider-input.ui-rangeslider-last{float:right}.ui-rangeslider .ui-rangeslider-sliders{position:relative;overflow:visible;height:30px;margin:0 68px}.ui-rangeslider .ui-rangeslider-sliders .ui-slider-track{position:absolute;top:6px;right:0;left:0;margin:0}.ui-rangeslider.ui-mini .ui-rangeslider-sliders .ui-slider-track{top:8px}.ui-rangeslider .ui-slider-track:first-child .ui-slider-bg{display:none}.ui-rangeslider .ui-rangeslider-sliders .ui-slider-track:first-child{background-color:transparent;background:0;border-width:0;height:0}html >body .ui-rangeslider .ui-rangeslider-sliders .ui-slider-track:first-child{height:15px;border-width:1px}html >body .ui-rangeslider.ui-mini .ui-rangeslider-sliders .ui-slider-track:first-child{height:12px}div.ui-rangeslider label{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.ui-field-contain .ui-rangeslider input.ui-slider-input,.ui-field-contain .ui-rangeslider.ui-mini input.ui-slider-input,.ui-field-contain .ui-rangeslider .ui-rangeslider-sliders,.ui-field-contain .ui-rangeslider.ui-mini .ui-rangeslider-sliders{margin-top:0;margin-bottom:0}.ui-input-text,.ui-input-search{margin:.5em 0;border-width:1px;border-style:solid}.ui-input-text input,.ui-input-search input,textarea.ui-input-text{padding:.4em;line-height:1.4em;display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:0}.ui-input-text input,.ui-input-search input{margin:0;min-height:2.2em;text-align:left;border:0;background:transparent none;-webkit-appearance:none;-webkit-border-radius:inherit;border-radius:inherit}textarea.ui-input-text{overflow:auto;resize:vertical}.ui-mini .ui-input-text input,.ui-mini .ui-input-search input,.ui-input-text.ui-mini input,.ui-input-search.ui-mini input,.ui-mini textarea.ui-input-text,textarea.ui-mini{font-size:14px}.ui-mini textarea.ui-input-text,textarea.ui-mini{margin:.446em 0}.ui-input-has-clear,.ui-input-search{position:relative}.ui-input-has-clear{padding-right:2.25em}.ui-input-has-clear input{padding-right:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.ui-input-search input{padding-left:1.75em}.ui-input-search:after{position:absolute;left:.3125em;top:50%;margin-top:-7px;content:"";background-position:center center;background-repeat:no-repeat;width:14px;height:14px;filter:Alpha(Opacity=50);opacity:.5}.ui-input-search.ui-input-has-clear .ui-btn.ui-input-clear,.ui-input-text.ui-input-has-clear .ui-btn.ui-input-clear{position:absolute;right:0;top:50%;margin:-14px .3125em 0;border:0;background-color:transparent}.ui-input-search .ui-input-clear-hidden,.ui-input-text .ui-input-clear-hidden{display:none}.ui-input-text input::-moz-placeholder,.ui-input-search input::-moz-placeholder,textarea.ui-input-text::-moz-placeholder{color:#aaa}.ui-input-text input:-ms-input-placeholder,.ui-input-search input:-ms-input-placeholder,textarea.ui-input-text:-ms-input-placeholder{color:#aaa}.ui-input-text input[type=number]::-webkit-outer-spin-button{margin:0}.ui-input-text input::-ms-clear,.ui-input-search input::-ms-clear{display:none}.ui-input-text input:focus,.ui-input-search input:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ui-textinput-autogrow-resize{-webkit-transition:height .25s;-o-transition:height .25s;-moz-transition:height .25s;transition:height .25s}.ui-flipswitch{display:inline-block;vertical-align:middle;width:5.875em;height:1.875em;border-width:1px;border-style:solid;margin:.5em 0;overflow:hidden;-webkit-transition-property:padding,width,background-color,color,border-color;-moz-transition-property:padding,width,background-color,color,border-color;-o-transition-property:padding,width,background-color,color,border-color;transition-property:padding,width,background-color,color,border-color;-webkit-transition-duration:100ms;-moz-transition-duration:100ms;-o-transition-duration:100ms;transition-duration:100ms;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.ui-flipswitch.ui-flipswitch-active{padding-left:4em;width:1.875em}.ui-flipswitch-input{position:absolute;height:1px;width:1px;margin:-1px;overflow:hidden;clip:rect(1px,1px,1px,1px);border:0;outline:0;filter:Alpha(Opacity=0);opacity:0}.ui-flipswitch .ui-btn.ui-flipswitch-on,.ui-flipswitch .ui-flipswitch-off{float:left;height:1.75em;margin:.0625em;line-height:1.65em}.ui-flipswitch .ui-btn.ui-flipswitch-on{width:1.75em;padding:0;text-indent:-2.6em;text-align:left;border-width:1px;border-style:solid;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;border-radius:inherit;overflow:visible;color:inherit;text-shadow:inherit}.ui-flipswitch .ui-flipswitch-off{padding:1px;text-indent:1em}@media (min-width:28em){.ui-field-contain>label+.ui-flipswitch{display:inline-block;width:5.875em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box}.ui-field-contain .ui-flipswitch.ui-flipswitch-active{width:1.875em}}.ui-table{border:0;border-collapse:collapse;padding:0;width:100%}.ui-table th,.ui-table td{line-height:1.5em;text-align:left;padding:.4em .5em;vertical-align:top}.ui-table th .ui-btn,.ui-table td .ui-btn{line-height:normal}.ui-table th{font-weight:700}.ui-table caption{text-align:left;margin-bottom:1.4em;opacity:.5}.ui-table-columntoggle-btn{float:right;margin-bottom:.8em}.ui-table-columntoggle-popup fieldset{margin:0}.ui-table-columntoggle{clear:both}@media only all{th.ui-table-priority-6,td.ui-table-priority-6,th.ui-table-priority-5,td.ui-table-priority-5,th.ui-table-priority-4,td.ui-table-priority-4,th.ui-table-priority-3,td.ui-table-priority-3,th.ui-table-priority-2,td.ui-table-priority-2,th.ui-table-priority-1,td.ui-table-priority-1{display:none}}@media screen and (min-width:20em){.ui-table-columntoggle.ui-responsive th.ui-table-priority-1,.ui-table-columntoggle.ui-responsive td.ui-table-priority-1{display:table-cell}}@media screen and (min-width:30em){.ui-table-columntoggle.ui-responsive th.ui-table-priority-2,.ui-table-columntoggle.ui-responsive td.ui-table-priority-2{display:table-cell}}@media screen and (min-width:40em){.ui-table-columntoggle.ui-responsive th.ui-table-priority-3,.ui-table-columntoggle.ui-responsive td.ui-table-priority-3{display:table-cell}}@media screen and (min-width:50em){.ui-table-columntoggle.ui-responsive th.ui-table-priority-4,.ui-table-columntoggle.ui-responsive td.ui-table-priority-4{display:table-cell}}@media screen and (min-width:60em){.ui-table-columntoggle.ui-responsive th.ui-table-priority-5,.ui-table-columntoggle.ui-responsive td.ui-table-priority-5{display:table-cell}}@media screen and (min-width:70em){.ui-table-columntoggle.ui-responsive th.ui-table-priority-6,.ui-table-columntoggle.ui-responsive td.ui-table-priority-6{display:table-cell}}.ui-table-columntoggle th.ui-table-cell-hidden,.ui-table-columntoggle td.ui-table-cell-hidden,.ui-table-columntoggle.ui-responsive th.ui-table-cell-hidden,.ui-table-columntoggle.ui-responsive td.ui-table-cell-hidden{display:none}.ui-table-columntoggle th.ui-table-cell-visible,.ui-table-columntoggle td.ui-table-cell-visible,.ui-table-columntoggle.ui-responsive th.ui-table-cell-visible,.ui-table-columntoggle.ui-responsive td.ui-table-cell-visible{display:table-cell}.ui-table-reflow td .ui-table-cell-label,.ui-table-reflow th .ui-table-cell-label{display:none}@media only all{.ui-table-reflow thead td,.ui-table-reflow thead th{display:none}.ui-table-reflow td,.ui-table-reflow th{text-align:left;display:block}.ui-table-reflow tbody th{margin-top:3em}.ui-table-reflow td .ui-table-cell-label,.ui-table-reflow th .ui-table-cell-label{padding:.4em;min-width:30%;display:inline-block;margin:-.4em 1em -.4em -.4em}.ui-table-reflow th .ui-table-cell-label-top,.ui-table-reflow td .ui-table-cell-label-top{display:block;padding:.4em 0;margin:.4em 0;text-transform:uppercase;font-size:.9em;font-weight:400}}@media (min-width:35em){.ui-table-reflow.ui-responsive{display:table-row-group}.ui-table-reflow.ui-responsive td,.ui-table-reflow.ui-responsive th,.ui-table-reflow.ui-responsive tbody th,.ui-table-reflow.ui-responsive tbody td,.ui-table-reflow.ui-responsive thead td,.ui-table-reflow.ui-responsive thead th{display:table-cell;margin:0}.ui-table-reflow.ui-responsive td .ui-table-cell-label,.ui-table-reflow.ui-responsive th .ui-table-cell-label{display:none}}@media (max-width:35em){.ui-table-reflow.ui-responsive td,.ui-table-reflow.ui-responsive th{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;clear:left}}.ui-panel{width:17em;min-height:100%;max-height:none;border-width:0;position:absolute;top:0;display:block}.ui-panel-closed{width:0;max-height:100%;overflow:hidden;visibility:hidden}.ui-panel-fixed{position:fixed;bottom:-1px;padding-bottom:1px}.ui-panel-display-reveal{z-index:1}.ui-panel-display-push{z-index:999}.ui-panel-display-overlay{z-index:1001}.ui-panel-inner{padding:1em}.ui-panel-page-container{overflow-x:visible}.ui-panel-page-container-themed .ui-page-active{background:0}.ui-panel-wrapper{position:relative;min-height:inherit;border:0;overflow-x:hidden;z-index:999}.ui-panel-fixed-toolbar{overflow-x:hidden}.ui-panel-dismiss{position:absolute;top:0;left:0;right:0;height:100%;z-index:1002;display:none}.ui-panel-dismiss-open{display:block}.ui-panel-animate{-webkit-transition:-webkit-transform 300ms ease;-moz-transition:-moz-transform 300ms ease;transition:transform 300ms ease}@media screen and (max-device-width:768px){.ui-page-header-fixed .ui-panel-animate.ui-panel-wrapper,.ui-page-footer-fixed .ui-panel-animate.ui-panel-wrapper,.ui-panel-animate.ui-panel-fixed-toolbar{-ms-transition:none}.ui-panel-animate.ui-panel-fixed-toolbar{-ms-transition:-ms-transform 1ms;-ms-transform:rotate(0deg)}}.ui-panel-animate.ui-panel:not(.ui-panel-display-reveal){-webkit-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0)}.ui-panel-position-left{left:-17em}.ui-panel-animate.ui-panel-position-left.ui-panel-display-overlay,.ui-panel-animate.ui-panel-position-left.ui-panel-display-push{left:0;-webkit-transform:translate3d(-17em,0,0);-moz-transform:translate3d(-17em,0,0);transform:translate3d(-17em,0,0)}.ui-panel-position-left.ui-panel-display-reveal,.ui-panel-open.ui-panel-position-left{left:0}.ui-panel-animate.ui-panel-open.ui-panel-position-left.ui-panel-display-overlay,.ui-panel-animate.ui-panel-open.ui-panel-position-left.ui-panel-display-push{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-moz-transform:none}.ui-panel-position-right{right:-17em}.ui-panel-animate.ui-panel-position-right.ui-panel-display-overlay,.ui-panel-animate.ui-panel-position-right.ui-panel-display-push{right:0;-webkit-transform:translate3d(17em,0,0);-moz-transform:translate3d(17em,0,0);transform:translate3d(17em,0,0)}.ui-panel-position-right.ui-panel-display-reveal,.ui-panel-position-right.ui-panel-open{right:0}.ui-panel-animate.ui-panel-open.ui-panel-position-right.ui-panel-display-overlay,.ui-panel-animate.ui-panel-open.ui-panel-position-right.ui-panel-display-push{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-moz-transform:none}.ui-panel-page-content-position-left{left:17em;right:-17em}.ui-panel-animate.ui-panel-page-content-position-left{left:0;right:0;-webkit-transform:translate3d(17em,0,0);-moz-transform:translate3d(17em,0,0);transform:translate3d(17em,0,0)}.ui-panel-page-content-position-right{left:-17em;right:17em}.ui-panel-animate.ui-panel-page-content-position-right{left:0;right:0;-webkit-transform:translate3d(-17em,0,0);-moz-transform:translate3d(-17em,0,0);transform:translate3d(-17em,0,0)}.ui-panel-dismiss-open.ui-panel-dismiss-position-left{left:17em}.ui-panel-dismiss-open.ui-panel-dismiss-position-right{right:17em}.ui-panel-display-reveal{-webkit-box-shadow:inset -5px 0 5px rgba(0,0,0,.15);-moz-box-shadow:inset -5px 0 5px rgba(0,0,0,.15);box-shadow:inset -5px 0 5px rgba(0,0,0,.15)}.ui-panel-position-right.ui-panel-display-reveal{-webkit-box-shadow:inset 5px 0 5px rgba(0,0,0,.15);-moz-box-shadow:inset 5px 0 5px rgba(0,0,0,.15);box-shadow:inset 5px 0 5px rgba(0,0,0,.15)}.ui-panel-display-overlay{-webkit-box-shadow:5px 0 5px rgba(0,0,0,.15);-moz-box-shadow:5px 0 5px rgba(0,0,0,.15);box-shadow:5px 0 5px rgba(0,0,0,.15)}.ui-panel-position-right.ui-panel-display-overlay{-webkit-box-shadow:-5px 0 5px rgba(0,0,0,.15);-moz-box-shadow:-5px 0 5px rgba(0,0,0,.15);box-shadow:-5px 0 5px rgba(0,0,0,.15)}.ui-panel-open.ui-panel-position-left.ui-panel-display-push{border-right-width:1px;margin-right:-1px}.ui-panel-page-content-position-left.ui-panel-page-content-display-push{margin-left:1px;width:auto}.ui-panel-open.ui-panel-position-right.ui-panel-display-push{border-left-width:1px;margin-left:-1px}.ui-panel-page-content-position-right.ui-panel-page-content-display-push{margin-right:1px;width:auto}@media (min-width:55em){.ui-responsive-panel .ui-panel-page-content-open.ui-panel-page-content-position-left{margin-right:17em}.ui-responsive-panel .ui-panel-page-content-open.ui-panel-page-content-position-right{margin-left:17em}.ui-responsive-panel .ui-panel-page-content-open{width:auto}.ui-responsive-panel .ui-panel-dismiss-display-push,.ui-responsive-panel.ui-page-active~.ui-panel-dismiss-display-push{display:none}}.ui-tabs{position:relative;padding:.2em}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{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-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.ft_pdf{
  background: url("../png/pdf-icon-small.png") no-repeat 0 9px;
  padding-left: 20px;
    }

.fm_file{
  background: url("../png/pdf-icon-big.png") no-repeat 0 0;
  padding: 16px 0 25px 60px !important;
}

.ft_folder{
  background: url("../folder.html") no-repeat 0 0;
  padding: 16px 0 25px 60px !important;
}


.ft_cs{
  background: url("../cs.html") no-repeat 0 0;
  padding: 16px 0 25px 60px !important;
}

.ft_xls, .ft_xlsx{
  background: url("../xls.html") no-repeat 0 0;
  padding: 16px 0 25px 60px !important;
}

.ft_doc,.ft_docx{
  background: url("../doc.html") no-repeat 0 0;
  padding: 16px 0 25px 60px !important;
}

.ft_php{
  background: url("../php.html") no-repeat 0 0;
  padding: 16px 0 25px 60px !important;
}
.ft_dll{
  background: url("../dll.html") no-repeat 0 0;
  padding: 16px 0 25px 60px !important;
}
.ft_exe,.ft_msi{
   background: url("../exe.html") no-repeat 0 0;
  padding: 16px 0 25px 60px !important;
}
.ft_db,.ft_sql{
  background: url("../sql.html") no-repeat 0 0;
  padding: 16px 0 25px 60px !important;
}
.ft_png,
.ft_jpg,
.ft_bmp,
.ft_gif{
  background: url("../page_white_picture.html") no-repeat 0 0;
  padding: 16px 0 25px 60px !important;
}

.ft_txt,
.ft_js,
.ft_ini,
.ft_bat,
.ft_css{
  background: url("../page_white_text.html") no-repeat 0 0;
  padding: 16px 0 25px 60px !important;
}

.ft_htm,
.ft_xml,
.ft_html{
  background: url("../page_white_code.html") no-repeat 0 0;
  padding: 16px 0 25px 60px !important;
}

.ft_rar,
.ft_zip{
  background: url("../page_white_compressed.html") no-repeat 0 0;
  padding: 16px 0 25px 60px !important;
}

#accordioncomp .panel-group .panel {
  border: 0;
  background-color: transparent;
  margin-bottom: 6px;
}
#accordioncomp .panel-heading {
  background-color: transparent;
  border: 0;
  border-radius: 10px;
  padding: 0;
}
#accordioncomp .panel-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
#accordioncomp .panel-title > a {
  background-color: #939597;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: block;
  padding: 16px 32px 16px 16px;
  position: relative;
}
#accordioncomp .panel-title > a.collapsed {
  border-radius: 10px;
  transition: border-radius 0.3s ease-in;
  line-height: 22px;
  padding-right: 52px;
}
#accordioncomp .panel-body {
  border: 1px solid #939597;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

/*edit mode css*/
.edit-mode-border{
border:4px solid blue;
padding:10px;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
}
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;
}
/*! 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('../eot/glyphicons-halflings-regular.eot');
  src: url('../eot/glyphicons-halflings-regulard41d.eot#iefix') format('embedded-opentype'), url('../woff2/glyphicons-halflings-regular.woff2') format('woff2'), url('../woff/glyphicons-halflings-regular.woff') format('woff'), url('../ttf/glyphicons-halflings-regular.ttf') format('truetype'), url('../svg/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.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: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.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";
}
.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";
}
/* Fonts
==================================== */
/* Webfont: NECMEC Avenir LTSTD - Webfont */
@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url('../eot/avenirltstd-black.eot');
  src: url('../eot/avenirltstd-blackd41d.eot#iefix') format('embedded-opentype'), url('../woff/avenirltstd-black.woff') format('woff'), url('../otf/avenirltstd-black.otf') format('opentype');
}
@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url('../otf/avenirltstd-light.otf');
  font-style: normal;
  font-weight: normal;
  
  /*
    src:	url('fonts/AvenirLTStd-Webfont/AvenirLTStd-Black.eot?#iefix')format('embedded-opentype'),
        url('fonts/AvenirLTStd-Webfont/AvenirLTStd-Black.woff')format('woff'),
        url('fonts/AvenirLTStd-Webfont/AvenirLTStd-Black.otf')format('opentype');*/
}
@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url('../otf/avenirltstd-lightoblique.otf');
  font-style: oblique;
  font-weight: normal;
  
  /*
    src:	url('fonts/AvenirLTStd-Webfont/AvenirLTStd-Black.eot?#iefix')format('embedded-opentype'),
        url('fonts/AvenirLTStd-Webfont/AvenirLTStd-Black.woff')format('woff'),
        url('fonts/AvenirLTStd-Webfont/AvenirLTStd-Black.otf')format('opentype');*/
}
@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url('../otf/avenirltstd-heavy.otf');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url('../otf/avenirltstd-medium.otf');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url('../otf/avenirltstd-mediumoblique.otf');
  font-style: oblique;
  font-weight: 500;
}
@font-face {
  font-family: 'AvenirLTStd-45Book';
  src: url('../ttf/avenir-lt-std-45-book.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Avenir-LT-Std-65-Medium';
  src: url('../ttf/avenir-lt-std-65-medium.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'AvenirLTStd-85Heavy';
  src: url("../otf/avenirltstd-heavy-2.otf");
  font-weight: normal;
}
/* Webfont: NECMEC Futura  - Webfont */
@font-face {
  font-family: 'Futura';
  src: url('../otf/futura.otf') format('opentype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura';
  src: url('../woff/futura-bold.woff') format('woff'), url('../futura-bold.html') format('truetype');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'Futura';
  src: url('../ttf/futuramdbtbolditalic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura';
  src: url('../ttf/futuramdbtbolditalic.ttf') format('truetype');
  font-style: italic;
  font-weight: bold;
}
@font-face {
  font-family: 'Futura';
  src: url('../ttf/futuramdbtmedium.ttf') format('truetype');
  font-style: normal;
}
/* Webfont: NECMEC Custom Icomoon */
* {
  -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: rgba(0, 0, 0, 0);
}
body {
  font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
  font-size: 13px;
  line-height: 1.23;
  color: #626366;
  background-color: #f1f1f1;
}
body .homepage {
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #008db6;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00526a;
  text-decoration: underline;
}
a:focus {
  outline: 5px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 10px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.23;
  background-color: #404041;
  border: 1px solid #dddddd;
  border-radius: 8px;
  -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: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #f1f1f2;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.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: 'Futura', 'Arial', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #404041;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #c6c8ca;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 16px;
  margin-bottom: 16px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 16px;
  margin-bottom: 16px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 55px;
  line-height: 57px;
}
h2,
.h2 {
  font-size: 42px;
  line-height: 44px;
}
h3,
.h3 {
  font-size: 35px;
  line-height: 37px;
}
h4,
.h4 {
  font-size: 24px;
  line-height: 26px;
}
h5,
.h5 {
  font-size: 16px;
  line-height: 21px;
}
h6,
.h6 {
  font-size: 13px;
  line-height: 18px;
}
p {
  margin: 0 0 16px;
  font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
  font-weight: normal;
  line-height: 19.5px;
}
.lead {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 123%;
}
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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #c6c8ca;
}
.text-primary {
  color: #92d6e3;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #69c7d9;
}
.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;
}
.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;
  background-color: #92d6e3;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #69c7d9;
}
.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: 6.5px;
  margin: 30px 0 15px;
  border-bottom: 1px solid #f1f1f2;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 16px;
}
ul li,
ol li {
  padding-bottom: 16px;
}
ul li:last-child,
ol li:last-child {
  padding-bottom: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 16px 0 0 16px;
}
ul ul li,
ol ul li,
ul ol li,
ol ol li {
  padding-bottom: 16px;
}
ul ul li:last-child,
ol ul li:last-child,
ul ol li:last-child,
ol ol li:last-child {
  padding-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: 15px;
}
dt,
dd {
  line-height: 1.23;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 767px) {
  .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 #c6c8ca;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 7.5px 15px;
  margin: 0 0 15px;
  font-size: 16.25px;
  border-left: 5px solid #f1f1f2;
}
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.23;
  color: #c6c8ca;
}
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 #f1f1f2;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 15px;
  font-style: normal;
  line-height: 1.23;
}
.main-title {
  color: #006c8a;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
}
.title-4,
.title-h4 {
  color: #006c8a;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
}
.title-5,
.title-h5 {
  color: #92d6e3;
  font-size: 16px;
  font-weight: normal;
  line-height: 21px;
  margin-top: 0;
}
.title-5:last-child,
.title-h5:last-child {
  margin-bottom: 0;
}
.para-1,
.para-style1 {
  color: #f1f1f2;
}
.polo-blue {
  color: #92d6e3;
}
code,
kbd,
pre,
samp {
  font-family: 'Futura', 'Arial', sans-serif;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 8px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 7px;
  margin: 0 0 7.5px;
  font-size: 12px;
  line-height: 1.23;
  word-break: break-all;
  word-wrap: break-word;
  color: #95989a;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 8px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 767px) {
  .container {
    width: 767px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 944px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 944px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.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: 8px;
  padding-right: 8px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 767px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #c6c8ca;
  text-align: left;
}
th {
  text-align: left;
  font-weight: normal;
}
.table {
  width: 100%;
  max-width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.23;
  vertical-align: top;
  border-top: 1px solid #939597;
}
.table > thead > tr > th {
  vertical-align: bottom;
  background: #626366;
  border-bottom: 0;
  color: #ffffff;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #939597;
}
.table .table {
  background-color: #f1f1f1;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 0;
  margin-bottom: 16px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #939597;
  border-left: 0;
  border-right: 0;
  padding-left: 16px;
}
.table-bordered > thead > tr > th {
  background-color: #939597;
  font-weight: normal;
}
.table-bordered > thead > tr > th:first-child {
  border-top-left-radius: 10px;
}
.table-bordered > thead > tr > th:last-child {
  border-top-right-radius: 10px;
}
.table-bordered > thead > tr > td {
  border-bottom-width: 0;
}
.table-bordered > thead > tr > thead > tr:first-child > th {
  border-radius: 10px 0 0 0;
}
.table-bordered > tbody {
  border: 1px solid #939597;
  border-top: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #626366;
}
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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: 766px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 11.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #939597;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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: 15px;
  font-size: 19.5px;
  line-height: inherit;
  color: #95989a;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  color: #626366;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
  border: 0;
  box-shadow: none;
}
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: 5px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.23;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.23;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #626366;
  border-radius: 0;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f1f1f2;
  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: 29px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 30px;
  }
}
.form-group {
  margin-bottom: 16px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 15px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 28px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 36px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 6px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 36px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 6px;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 31px;
  padding: 6px 15px;
  font-size: 16px;
  line-height: 1.5;
}
.input-lg {
  height: 30px;
  padding: 8px 20px;
  font-size: 24px;
  line-height: 1.3333333;
  border-radius: 10px;
}
select.input-lg {
  height: 30px;
  line-height: 30px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 30px;
  padding: 8px 20px;
  font-size: 24px;
  line-height: 1.3333333;
  border-radius: 10px;
}
.form-group-lg select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 30px;
  min-height: 39px;
  padding: 9px 20px;
  font-size: 24px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 36.25px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.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: 20px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a2a3a6;
}
@media (min-width: 767px) {
  .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: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 22px;
}
.form-horizontal .form-group {
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 767px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 8px;
}
@media (min-width: 767px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 9px;
    font-size: 24px;
  }
}
@media (min-width: 767px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}
.ncmec-form {
  background: transparent;
  border: 1px solid #95989a;
  border-radius: 10px 10px 0 0;
  padding: 16px;
}
.ncmec-form:before,
.ncmec-form:after {
  content: " ";
  display: table;
}
.ncmec-form:after {
  clear: both;
}
.ncmec-form:before,
.ncmec-form:after {
  content: " ";
  display: table;
}
.ncmec-form:after {
  clear: both;
}
.ncmec-form legend {
  color: #404041;
  font-family: 'Futura', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 0;
}
.ncmec-form .btn-default {
  padding: 5px 0;
  font-size: 16px;
  box-shadow: none;
  color: #626366;
  border: 1px solid #626366;
  width: 144px;
  height: 32px;
}
.ncmec-form .btn-default:focus {
  color: unset;
}
.ncmec-form .refreshButton {
  width: auto;
  padding: 5px 12px;
  height: 30px;
}
.ncmec-form hr {
  margin: 16px -16px;
  border-bottom: 1px solid #626366;
  border-top: 0;
}
.ncmec-form .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.missing-kids-form-old {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.missing-kids-form-old ul.nav-pills {
  margin-bottom: 16px;
}
.missing-kids-form-old ul.nav-pills li {
  margin-left: 0;
}
.missing-kids-form-old ul.nav-pills li a {
  border: 1px solid #626366;
  border-radius: 0;
  border-right: 0;
  color: #626366;
  font-weight: bold;
  padding: 8px 15px;
}
.missing-kids-form-old ul.nav-pills li.active a {
  background: #626366;
  color: #ffffff;
  border-radius: 0;
}
.missing-kids-form-old ul.nav-pills li:first-child a {
  border-radius: 10px 0 0 10px;
}
.missing-kids-form-old ul.nav-pills li:last-child a {
  border-radius: 0 10px 10px 0;
  border: 1px solid #626366;
}
.missing-kids-form-old .tab-content .control-label {
  line-height: 30px;
}
.missing-kids-form-old .btn-default {
  padding: 5px 0;
  font-size: 16px;
  box-shadow: none;
  color: #626366 !important;
  border: 1px solid #626366;
}
.missing-kids-form-old .btn-default:hover {
  color: #ffffff !important;
}
#js-search-results {
  display: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-family: 'Futura', 'Arial', sans-serif;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: normal;
  padding: 6px 20px;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #f1f1f2;
  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: #f1f1f2;
  background-color: transparent;
  border-color: #f1f1f2;
}
.btn-default:focus,
.btn-default.focus {
  color: #f1f1f2;
  background-color: rgba(0, 0, 0, 0);
  border-color: #afafb5;
}
.btn-default:hover {
  color: #f1f1f2;
  background-color: rgba(0, 0, 0, 0);
  border-color: #d1d1d5;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #f1f1f2;
  background-color: rgba(0, 0, 0, 0);
  border-color: #d1d1d5;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #f1f1f2;
  background-color: rgba(0, 0, 0, 0);
  border-color: #afafb5;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: transparent;
  border-color: #f1f1f2;
}
.btn-default .badge {
  color: transparent;
  background-color: #f1f1f2;
}
.btn-default:hover {
  background: #008db6;
  border-color: #008db6;
  color: #ffffff;
}
.btn-default-dark {
  color: #404041;
  background-color: transparent;
  border-color: #404041;
}
.btn-default-dark:focus,
.btn-default-dark.focus {
  color: #404041;
  background-color: rgba(0, 0, 0, 0);
  border-color: #010101;
}
.btn-default-dark:hover {
  color: #404041;
  background-color: rgba(0, 0, 0, 0);
  border-color: #222222;
}
.btn-default-dark:active,
.btn-default-dark.active,
.open > .dropdown-toggle.btn-default-dark {
  color: #404041;
  background-color: rgba(0, 0, 0, 0);
  border-color: #222222;
}
.btn-default-dark:active:hover,
.btn-default-dark.active:hover,
.open > .dropdown-toggle.btn-default-dark:hover,
.btn-default-dark:active:focus,
.btn-default-dark.active:focus,
.open > .dropdown-toggle.btn-default-dark:focus,
.btn-default-dark:active.focus,
.btn-default-dark.active.focus,
.open > .dropdown-toggle.btn-default-dark.focus {
  color: #404041;
  background-color: rgba(0, 0, 0, 0);
  border-color: #010101;
}
.btn-default-dark:active,
.btn-default-dark.active,
.open > .dropdown-toggle.btn-default-dark {
  background-image: none;
}
.btn-default-dark.disabled:hover,
.btn-default-dark[disabled]:hover,
fieldset[disabled] .btn-default-dark:hover,
.btn-default-dark.disabled:focus,
.btn-default-dark[disabled]:focus,
fieldset[disabled] .btn-default-dark:focus,
.btn-default-dark.disabled.focus,
.btn-default-dark[disabled].focus,
fieldset[disabled] .btn-default-dark.focus {
  background-color: transparent;
  border-color: #404041;
}
.btn-default-dark .badge {
  color: transparent;
  background-color: #404041;
}
.btn-default-dark:hover {
  background: #008db6;
  border-color: #008db6;
  color: #ffffff;
}
.btn-primary {
  color: #404041;
  background-color: #39c2d7;
  border-color: #39c2d7;
  font-family: 'Futura', 'Arial', sans-serif;
  font-size: 24px;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #404041;
  background-color: #25a4b8;
  border-color: #186b78;
}
.btn-primary:hover {
  color: #404041;
  background-color: #25a4b8;
  border-color: #239daf;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #404041;
  background-color: #25a4b8;
  border-color: #239daf;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #404041;
  background-color: #1f8a9a;
  border-color: #186b78;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #39c2d7;
  border-color: #39c2d7;
}
.btn-primary .badge {
  color: #39c2d7;
  background-color: #404041;
}
.btn-primary:hover {
  background: #fdb813;
  border-color: #fdb813;
  color: #404041;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  font-family: 'Futura', 'Arial', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
  font-family: 'Futura', 'Arial', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
  font-family: 'Futura', 'Arial', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
  font-family: 'Futura', 'Arial', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #008db6;
  font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
  font-weight: normal;
  border-radius: 0;
  white-space: normal;
  text-align: left;
}
.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: #00526a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #c6c8ca;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 8px 20px;
  font-size: 24px;
  line-height: 1.3333333;
  border-radius: 10px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 15px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 6px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 2px 16px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 6px;
}
.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%;
}
.social-buttons {
  padding: 0 0 16px;
}
.social-buttons .btn-social {
  background: #1b95e0;
  border-radius: 10px;
  box-shadow: none;
  color: #ffffff;
  font-family: 'Futura', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
  padding: 0 10px;
  width: 200px;
  height: 32px;
  text-align: left;
}
.social-buttons .btn-social i {
  font-size: 24px;
  padding: 0 10px 0 0;
  vertical-align: middle;
}
.donate-btn-container > .btn {
  text-transform: uppercase;
  height: 55px;
  width: 122px;
  padding: 9px 0 0;
  font-size: 24px;
  font-weight: 100;
  background: #fdb913;
  border-color: #fdb913;
  color: #000000;
}
@media (max-width: 992px) {
  .donate-btn-container > .btn {
    padding: 0;
    font-size: 14px;
    width: 70px;
    height: 22px;
    line-height: 22px;
  }
}
.netsmartz .donate-btn-container > .btn {
  background: #fdb913;
  border-color: #fdb913;
  color: #000000;
  padding: 0;
  height: 31px;
  line-height: 29px;
}
@media (max-width: 992px) {
  .netsmartz .donate-btn-container > .btn {
    padding: 0;
    font-size: 14px;
    width: 70px;
    height: 22px;
    line-height: 22px;
  }
}
.donate-btn-container > .btn:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.netsmartz .donate-btn-container > .btn:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.netsmartz .donate-btn-container > .btn:hover:hover {
  color: #000000;
}
.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-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -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: 6.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.23;
  color: #95989a;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #888b8e;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #92d6e3;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #c6c8ca;
}
.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: 16px;
  line-height: 1.23;
  color: #c6c8ca;
  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: 767px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  color: #000000;
  position: relative;
  float: left;
  font-size: 13px;
  padding: 4px 15px;
  border-color: none;
  border: 1px solid #95989a;
  border-right: 0;
}
.btn-group > .btn:last-child,
.btn-group-vertical > .btn:last-child {
  border-right: 1px solid #939597;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
  background: #95989a;
  box-shadow: none;
  color: #ffffff;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.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 .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 30px;
  padding: 8px 20px;
  font-size: 24px;
  line-height: 1.3333333;
  border-radius: 10px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 6px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  line-height: 36px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #f1f1f2;
  border: 1px solid #cccccc;
  border-radius: 8px;
}
.input-group-addon.input-sm {
  padding: 5px 15px;
  font-size: 16px;
  border-radius: 6px;
}
.input-group-addon.input-lg {
  padding: 8px 20px;
  font-size: 24px;
  border-radius: 10px;
}
.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 > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #c6c8ca;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #c6c8ca;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f1f1f2;
  border-color: #008db6;
}
.nav .nav-divider {
  height: 1px;
  margin: 6.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.23;
  border: 1px solid transparent;
  border-radius: 8px 8px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f1f1f2 #f1f1f2 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f1f1f1;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 767px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 8px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 767px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 8px 8px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f1f1f1;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 8px;
}
.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: #ffffff;
  background-color: #92d6e3;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 767px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 8px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 767px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 8px 8px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f1f1f1;
  }
}
.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;
}
.navbar {
  position: relative;
  min-height: 50px;
  border: 1px solid transparent;
}
@media (min-width: 767px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header {
  padding-left: 16px;
}
@media (min-width: 767px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 8px;
  padding-left: 8px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 767px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 767px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 767px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 767px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 8px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 8px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 767px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 4px -8px;
}
.navbar-nav > li > a {
  font-family: 'Futura', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 15px;
}
@media (max-width: 766px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 15px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 767px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.navbar-form {
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px 8px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
@media (min-width: 767px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 766px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.navbar-btn.btn-sm {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
@media (min-width: 767px) {
  .navbar-text {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (min-width: 767px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -8px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fdb814;
  border-bottom: 2px solid #fdb814;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fdb814;
  border-bottom: 2px solid #fdb814;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #fdb814;
}
@media (max-width: 766px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fdb814;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fdb814;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #fdb814;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #fdb814;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #eeeeef;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #eeeeef;
}
.navbar-inverse .navbar-nav > li > a {
  color: #eeeeef;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
}
@media (max-width: 766px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #eeeeef;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #eeeeef;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #eeeeef;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumbs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .breadcrumb {
  padding: 0 16px 0 0;
  margin: 0 0 0 23px;
  list-style: none;
}
@media (min-width: 992px) {
  .breadcrumbs .breadcrumb {
    padding: 0 16px 0 5px;
  }
}
.breadcrumbs .breadcrumb > li {
  display: inline-block;
  padding-bottom: 0;
  font-size: 9px;
}
.breadcrumbs .breadcrumb > li + li:before {
  font-family: "Glyphicons Halflings";
  font-size: 9px;
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e250";
  padding: 0 10px;
  color: #f1f1f2;
}
.netsmartz .breadcrumbs .breadcrumb > li + li:before {
  color: #c6c8ca;
}
.breadcrumbs .breadcrumb > li a {
  color: #f1f1f2;
}
.netsmartz .breadcrumbs .breadcrumb > li a {
  font-size: 12px;
}
.breadcrumbs .breadcrumb > .active {
  color: #fdb814;
}
.social-share {
  float: right !important;
}
@media (max-width: 767px) {
  .breadcrumbs {
    min-height: 30px;
    visibility: hidden;
  }
  .social-share {
    float: left !important;
  }
}
body.fixed-breadcrump {
  padding-top: 30px;
}
body.fixed-breadcrump .breadcrumbs {
  position: fixed;
  z-index: 1005;
  top: 65px;
  width: 100%;
}
@media (min-width: 992px) {
  body.fixed-breadcrump .breadcrumbs {
    top: 80px;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 15px 0;
  border-radius: 8px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.23;
  text-decoration: none;
  color: #008db6;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #00526a;
  background-color: #f1f1f2;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #92d6e3;
  border-color: #92d6e3;
  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: #c6c8ca;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 8px 20px;
  font-size: 24px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 15px;
  font-size: 16px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pager {
  padding-left: 0;
  margin: 15px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f1f1f2;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #c6c8ca;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #c6c8ca;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #acafb1;
}
.label-primary {
  background-color: #92d6e3;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #69c7d9;
}
.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;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #c6c8ca;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #008db6;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f1f1f2;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d7d7d9;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 10px;
  padding-left: 8px;
  padding-right: 8px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 767px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 59px;
  }
}
.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.23;
  background-color: #404041;
  border-radius: 10px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  width: 100%;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #008db6;
}
.thumbnail .caption {
  padding: 9px;
  color: #ffffff;
}
.section-listing {
  margin-left: -16px;
  margin-right: -16px;
}
.alert {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 8px;
}
.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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 15px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 16px;
  line-height: 15px;
  color: #ffffff;
  text-align: center;
  background-color: #92d6e3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
  border-radius: 10px 0 0 10px;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.section-listing-item .media-left {
  display: inline;
  float: left;
}
.section-listing-item .media-left picture {
  max-width: auto;
}
.section-listing-item .media-left picture img {
  border-radius: 10px 0 0 10px;
}
.media-left picture,
.media-left img {
  max-width: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  /*
  &:first-child {
    .border-top-radius(@list-group-border-radius);
  }
  &:last-child {
    margin-bottom: 0;
    .border-bottom-radius(@list-group-border-radius);
  } */
}
.list-group-item:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #f1f1f2;
  color: #c6c8ca;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #c6c8ca;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #92d6e3;
  border-color: #92d6e3;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  color: #404041;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 0;
  margin-top: 0;
  margin-bottom: 0;
}
.list-group-item-text {
  color: #626366;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 16px;
  padding: 0 16px;
}
.list-group-item {
  padding: 16px;
}
.list-group-item:before,
.list-group-item:after {
  content: " ";
  display: table;
}
.list-group-item:after {
  clear: both;
}
.list-group-item:before,
.list-group-item:after {
  content: " ";
  display: table;
}
.list-group-item:after {
  clear: both;
}
.list-group-item img {
  float: left !important;
  border: 1px solid #939597;
  margin: 0 20px 0 10px;
}
.panel {
  margin-bottom: 15px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 10px;
}
.panel-body {
  padding: 16px;
}
.panel-heading {
  padding: 16px 16px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 16px 16px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
.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: 9px;
  border-top-left-radius: 9px;
}
.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: 9px;
  border-bottom-left-radius: 9px;
}
.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: 16px;
  padding-right: 16px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .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 > tbody:first-child > tr:first-child {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 9px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 9px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .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 > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 9px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 9px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #939597;
}
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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: 15px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 10px;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #95989a;
  background-color: #ffffff;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #ffffff;
  background-color: #95989a;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #92d6e3;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #92d6e3;
  border-color: #92d6e3;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #92d6e3;
}
.panel-primary > .panel-heading .badge {
  color: #92d6e3;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #92d6e3;
}
.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;
}
.panel-default {
  position: relative;
}
.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%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 10px;
}
.well-sm {
  padding: 9px;
  border-radius: 6px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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;
}
.nav-top {
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .nav-top {
    display: none;
  }
}
.nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.nav-wrapper.-spread {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-wrapper.-vcenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-wrapper.-top {
  height: 28px;
}
.nav-wrapper.-bottom {
  height: 80px;
}
@media (max-width: 992px) {
  .nav-wrapper.-bottom {
    height: 45px;
    padding: 0 10px;
  }
}
.nav-wrapper .breadcrumbs .container {
  width: auto;
}
.nav-wrapper .breadcrumbs .container:before,
.nav-wrapper .breadcrumbs .container:after {
  display: none;
}
.nav-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-row > .cmp {
  margin-left: 5%;
}
@media (max-width: 1199px) {
  .nav-row > .cmp {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .nav-row > .cmp {
    display: none;
  }
}
.nav-row > .-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.nav-center {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.nav-center.-breadcrumbs {
  padding: 0 0 9px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.nav-center.center-aligned {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-container .navbar .container #navbar > ul.li-margin > li {
  margin: 0 25px 0 0;
}
@media (max-width: 767px) and (min-width: 480px) {
  .header-container .navbar .container #navbar > ul.li-margin > li {
    margin: 0 8px 0 0;
  }
}
@media (max-width: 480px) {
  .header-container .navbar .container #navbar > ul.li-margin > li {
    margin: 0 22px 0 0;
  }
}
@media (max-width: 767px) {
  .header-container .navbar .container #navbar > ul.li-margin > li:hover ul.dropdown-menu {
    top: 75px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .header-container .navbar .container #navbar > ul.li-margin > li:hover ul.dropdown-menu {
    top: 31px;
  }
}
.subscribe-btn {
  background: #c6c8ca;
  color: #404041;
  font-size: 12px;
  padding: 3px 31px;
  border-radius: 5px;
  margin: 0 20px 0 0;
  text-decoration: none;
  transition: 0.2s;
}
.subscribe-btn:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}
.nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-left > .description {
  margin: 0;
  font-size: 12px;
  color: #ffffff;
}
.nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-column {
  margin: 0 0 0 20px;
}
.nav-column.-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-column.-full {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header-container .navbar-toggle {
  display: none;
  float: none;
  padding: 0;
  margin: 0 0 0 10px;
}
@media (max-width: 992px) {
  .header-container .navbar-toggle {
    display: block;
  }
}
.header-container .hamburger-icon {
  height: 21px;
  width: 14px;
  position: relative;
}
.header-container .hamburger-icon.-open > .dot {
  background: #fdb813;
}
.header-container .hamburger-icon.-open > .dot.-top,
.header-container .hamburger-icon.-open > .dot.-bottom {
  left: 0;
  -webkit-transform: none;
  transform: none;
}
.header-container .hamburger-icon.-open > .dot.-top:after,
.header-container .hamburger-icon.-open > .dot.-bottom:after {
  left: 10px;
  background: #fdb813;
}
.header-container .hamburger-icon > .dot {
  display: block;
  position: absolute;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-container .hamburger-icon > .dot.-center {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header-container .hamburger-icon > .dot.-top {
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-container .hamburger-icon > .dot.-top:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-container .hamburger-icon > .dot.-bottom {
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-container .hamburger-icon > .dot.-bottom:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-container .navbar .container:before,
.header-container .navbar .container:after {
  display: none !important;
}
.header-container .nav-wrapper .social-icons,
.header-container .nav-wrapper .social-icons-netsmartz {
  font-size: 23px;
  padding: 0;
  position: relative;
  min-width: 150px;
  -webkit-transition: right 0.1s ease-in;
  transition: right 0.1s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
  margin-right: -8px;
}
.header-container .nav-wrapper .social-icons li,
.header-container .nav-wrapper .social-icons-netsmartz li {
  display: block;
  list-style: none;
}
@media (min-width: 767px) {
  .header-container .nav-wrapper .social-icons li,
  .header-container .nav-wrapper .social-icons-netsmartz li {
    padding: 0;
  }
}
.header-container .nav-wrapper .social-icons li a:hover,
.header-container .nav-wrapper .social-icons-netsmartz li a:hover {
  color: #ccc;
  text-decoration: none;
}
.header-container .nav-wrapper .social-icons li a span,
.header-container .nav-wrapper .social-icons-netsmartz li a span {
  width: 20px;
  height: 20px;
  font-size: 20px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .header-container .nav-wrapper .social-icons li a span,
  .header-container .nav-wrapper .social-icons-netsmartz li a span {
    display: none;
  }
}
.header-container .nav-wrapper .site-functionalities {
  position: relative;
}
@media (max-width: 992px) {
  .header-container .nav-wrapper .site-functionalities {
    display: none;
  }
}
.header-container .nav-wrapper .site-functionalities .search-icon {
  display: inline-block;
  position: relative;
  font-size: 15px;
  cursor: pointer;
  width: 38px;
  height: 25px;
  text-align: center;
  padding: 4px 0 0;
  margin: 0 0 5px;
}
.header-container .nav-wrapper .site-functionalities .search-icon.-opened {
  border: 1px solid #ffffff;
  padding: 3px 0 0;
  border-radius: 3px;
}
.header-container .nav-wrapper .site-functionalities .search-icon.-opened .icon-search {
  display: none;
}
.header-container .nav-wrapper .site-functionalities .search-icon.-opened .icon-search:before {
  color: #626366;
}
.header-container .nav-wrapper .site-functionalities .search-icon.-opened .icon-close {
  display: block;
  opacity: 1;
}
.header-container .nav-wrapper .site-functionalities .search-icon .icon-close {
  display: none;
}
.header-container .nav-wrapper .site-functionalities .blog-search {
  font-size: 25px;
  height: 30px;
  margin: 0 0 1px;
}
.header-container .nav-wrapper .site-functionalities .blog-search.-opened {
  padding: 1px 0 0;
}
.header-container .nav-wrapper .site-functionalities .switch {
  margin: 0;
}
.header-container .nav-wrapper .site-functionalities .switch .lang {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: #ffffff;
}
.header-container .nav-wrapper .site-functionalities .switch .lang.sp .en {
  background: #313132;
  color: #ffffff;
}
.header-container .nav-wrapper .site-functionalities .switch .lang.sp .sp {
  background: #ffffff;
  color: #404041;
}
.header-container .nav-wrapper .site-functionalities .switch .lang .en,
.header-container .nav-wrapper .site-functionalities .switch .lang .sp {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 10px;
  text-align: center;
  font-family: 'Futura', 'Arial', sans-serif;
  font-weight: normal;
  padding: 2px 0 0;
  border: 2px solid #ffffff;
  border-radius: 3px;
  width: 19px;
  height: 19px;
}
.header-container .nav-wrapper .site-functionalities .switch .lang .en a,
.header-container .nav-wrapper .site-functionalities .switch .lang .sp a {
  color: inherit;
  text-decoration: none;
}
.header-container .nav-wrapper .site-functionalities .switch .sp {
  background: #313132;
}
.header-container .nav-wrapper .site-functionalities .switch .en {
  background: #ffffff;
  color: #404041;
}
.header-container .navbar-brand {
  width: 200px;
  height: 55px;
  padding: 0;
  display: block;
  margin: 0 60px 0 0;
}
@media (max-width: 1200px) {
  .header-container .navbar-brand {
    padding: 2px 0;
    margin: 0 15px 0 0;
  }
}
@media (max-width: 992px) {
  .header-container .navbar-brand {
    width: 167px;
    height: 50px;
  }
}
.header-container .navbar-brand.-small {
  max-width: 82px;
  height: auto;
  margin: 0;
}
@media (max-width: 1199px) {
  .header-container .navbar-brand.-small {
    width: 54px;
    height: 37px;
  }
}
@media (max-width: 993px) {
  .header-container .navbar-brand.-small {
    width: 54px;
    height: 37px;
  }
}
.header-container .navbar-brand.-secondary {
  height: auto;
  max-width: 135px;
  margin: 0;
}
@media (max-width: 1199px) {
  .header-container .navbar-brand.-secondary {
    height: 25px;
    width: 120px;
  }
}
@media (max-width: 992px) {
  .header-container .navbar-brand.-secondary {
    height: 19px;
    width: 82px;
  }
}
@media (max-width: 993px) {
  .header-container .navbar-brand.blog-logo {
    width: 75px;
    height: 21px;
  }
}
@media (min-width: 993px) {
  .header-container .navbar-brand.blog-logo {
    height: 21px;
    width: 70px;
  }
}
@media (min-width: 993px) {
  .header-container .navbar-brand.bloglogo-small {
    height: 50px;
    width: 81px;
  }
}
.header-container .navbar-brand > .logo {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.header-container .navbar-brand > .logo-small {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  float: right;
}
@media (max-width: 992px) {
  .header-container .navbar-brand > .logo-small {
    height: 45px;
  }
}
@media (min-width: 992px) {
  .header-container .navbar-brand > .logo-small {
    height: 65px;
  }
}
.header-container .navbar-brand > .logo-secondary {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  float: left;
}
@media (max-width: 992px) {
  .header-container .navbar-brand > .logo-secondary {
    height: 45px;
  }
}
@media (min-width: 992px) {
  .header-container .navbar-brand > .logo-secondary {
    height: 65px;
  }
}
.header-container.netsmartz .navbar {
  background: #404041;
}
.header-container.netsmartz .nav-top {
  background: #404041;
}
@media (max-width: 992px) {
  .brand-wrapper-margin {
    margin-left: 3%;
  }
}
.brand-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 60px 0 0;
}
@media (max-width: 1286px) {
  .brand-wrapper {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 1200px) {
  .brand-wrapper {
    margin: 0;
  }
}
.brand-wrapper > .divider {
  width: 2px;
  height: 50px;
  margin: 0 15px;
  background: #ffffff;
}
@media (max-width: 1199px) {
  .brand-wrapper > .divider {
    margin: 0 10px;
    height: 38px;
  }
}
@media (max-width: 992px) {
  .brand-wrapper > .divider {
    height: 28px;
    margin: 0 10px;
  }
}
.blog-header-margin {
  margin-right: -5px;
}
@media (max-width: 992px) {
  .blog-header-margin {
    margin-bottom: -8px;
    margin-left: 11px;
  }
}
.header-search-form {
  position: absolute;
  top: 0;
  right: calc(100% + 5px);
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}
.header-search-form.-opened {
  width: 250px;
  z-index: 100;
}
.header-search-form.-opened .search-submit {
  visibility: visible;
  display: inline;
}
.header-search-form.-opened .search-query {
  visibility: visible;
  display: inline-block;
}
.header-search-form .search-submit {
  position: absolute;
  left: 6px;
  top: 50%;
  color: #000000;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: transparent;
  display: none;
  visibility: hidden;
}
.header-search-form .search-submit [class^="icon-"]:before {
  color: inherit;
}
.header-search-form .search-query {
  height: 25px;
  padding: 5px 5px 5px 30px;
  border: none;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 5px;
  display: none;
  visibility: hidden;
}
.header-search-form .blog-search-text {
  height: 30px;
}
.tagMargin {
  margin-top: 30px !important;
}
.user-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 0;
}
@media (max-width: 992px) {
  .user-links {
    display: none;
  }
}
.user-links > .link {
  color: #ffffff;
}
.user-links > .divider {
  width: 2px;
  height: 15px;
  background: #ffffff;
  display: block;
  margin: 0 10px;
}
.header-edit {
  border: 4px solid #000000;
  padding: 10px;
}
.header-edit.-blue {
  border-color: blue;
}
header.header-container.home.min-height {
  min-height: 45px;
}
.modal-open {
  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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -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-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.23;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
@media (min-width: 767px) {
  .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;
  }
}
#error-popup.modal .modal-header .close {
  margin-top: 8px;
}
#error-popup.modal .modal-body {
  padding: 16px 32px;
}
#error-popup.modal .modal-body ul {
  margin: 0;
  padding: 0;
  list-style: decimal;
}
#error-popup.modal .modal-body ul li {
  line-height: 32px;
  font-size: 16px;
  font-family: Futura;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.23;
  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: 16px;
  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: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 8px;
}
.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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.23;
  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: 13px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -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: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 9px 9px 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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 767px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.teaser .panel-body:before,
.teaser .panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.teaser .panel-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.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;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.dark-bg {
  background: #404041;
  padding: 20px;
}
.light-bg {
  background: #ffffff;
  padding: 20px;
}
.red-txt {
  color: #ad1a1f;
}
.row.no-pad {
  margin-right: 0;
  margin-left: 0;
}
.img-full-width {
  width: 100%;
  display: block;
}
.spacer {
  font-size: 2px;
  line-height: 2px;
  min-height: 16px;
}
.download-pdf,
.download-pdf:active {
  background: url("../pdf-light.html") no-repeat 0 1px;
  padding: 0 0 0 16px !important;
}
.download-pdf-medium {
  background: url("../pdf-icon-medium.html") no-repeat 0 0;
  padding: 5px 0 5px 30px !important;
}
.download-pdf-small {
  background: url("../pdf-icon-small.html") no-repeat 0 9px;
  padding: 8px 0 0 20px !important;
}
.download-excel {
  background: url("../pdf-icon-small.html") no-repeat 0 0;
  padding: 16px 0 25px 60px !important;
}
.download-word {
  background: url("../pdf-icon-small.html") no-repeat 0 0;
  padding: 16px 0 25px 60px !important;
}
.headline {
  font-family: 'Futura', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #404041;
  line-height: 24px;
}
.section-text {
  font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #626366;
  line-height: 19.5px;
}
.column-heading {
  font-family: 'Futura', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #92d6e3;
  line-height: 24px;
}
.right-column-text {
  font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #f1f1f2;
  line-height: 19.5px;
}
.offsetT0 {
  margin-top: 0;
}
.offsetB30 {
  margin-bottom: 30px;
}
.offsetLR16 {
  margin-left: 16px;
  margin-right: 16px;
}
.offsetTB20 {
  margin: 20px 0;
}
.offsetB16 {
  margin-bottom: 16px;
}
label.error {
  color: red;
  font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 0 0;
}
.homepage-text {
  font-family: 'Futura', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #818181 ;
  line-height: 36px;
}
.homepage-customheading {
  font-family: 'Futura', 'Arial', sans-serif;
  font-size: 42px;
  font-weight: normal;
  color: #FDB813 ;
  line-height: 61px;
}
.ui-link {
  color: #008db6;
}
.last-child {
  margin-bottom: 0;
}
.seperator {
  border-bottom-color: #626366;
}
.offset {
  padding: 16px;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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: 766px) {
  .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: 766px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 766px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 766px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767px) 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: 767px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 767px) 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: 766px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 767px) 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;
  }
}
#accordion.panel-group .panel {
  border: 0;
  background-color: transparent;
}
#accordion .panel-heading {
  background-color: transparent;
  border: 0;
  border-radius: 10px;
  padding: 0;
}
#accordion .panel-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
#accordion .panel-title > a {
  background-color: #939597;
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  display: block;
  padding: 16px;
  padding-right: 48px;
  position: relative;
}
#accordion .panel-title > a.collapsed {
  border-radius: 10px;
  transition: border-radius 0.3s ease-in;
  line-height: 22px;
}
#accordion .panel-body {
  border: 1px solid #939597;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 480px) {
  #accordion .panel-body {
    border: none;
  }
}
.more-less {
  float: right;
  color: #ffffff;
  font-size: 16px;
  margin-left: 16px;
  height: 16px;
  width: 16px;
  position: absolute;
  top: calc(43%);
  right: 15px;
}
#form-accordion .panel {
  margin-bottom: 0;
  padding: 0;
}
#form-accordion .panel .panel-heading {
  padding: 0;
  text-align: left;
  background: none;
}
#form-accordion .panel .panel-heading .panel-title a {
  background: #939597;
  border-radius: 10px;
  color: #ffffff;
  display: block;
  font-size: 13px;
  padding: 10px 32px 10px 16px;
}
#form-accordion .panel .panel-heading .panel-title > a.collapsed {
  border-radius: 10px;
  transition: border-radius 0.3s ease-in;
}
#form-accordion .panel .panel-heading .panel-title a[aria-expanded="true"] {
  border-radius: 10px 10px 0 0;
}
#form-accordion .panel .panel-heading .panel-title .more-less {
  margin-right: 0;
}
#form-accordion .panel .panel-collapse .panel-body {
  background: transparent;
  border: 1px solid #95989a;
  border-top: 0;
}
#form-accordion .panel .panel-collapse .panel-body :last-child {
  margin-bottom: 0;
}
#form-accordion .panel .panel-collapse .panel-body .form-horizontal .control-label {
  padding-top: 0;
}
#form-accordion .panel + .panel {
  margin-top: 16px;
}
.ncmec-banner-horizontal {
  margin-bottom: 16px;
}
.ncmec-banner-horizontal #ncmec_container {
  font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
  color: #404041;
  display: inline-block;
  max-width: 520px;
  width: 100%;
}
.ncmec-banner-horizontal #ncmec_container table {
  width: 100%;
}
.ncmec-banner-horizontal #ncmec_container table #ncmec_td_one {
  vertical-align: top;
  padding-top: 16px;
  width: 30%;
  text-align: center;
}
.ncmec-banner-horizontal #ncmec_container table #ncmec_td_one #ncmec_help_me_div a {
  color: #404041;
  text-align: center;
  display: block;
}
.ncmec-banner-horizontal #ncmec_container table #ncmec_td_one #ncmec_call_text {
  display: block;
  font-size: 13px;
  margin: 5px 0 0;
  text-align: center;
}
.ncmec-banner-horizontal #ncmec_container table #ncmec_td_two {
  width: 70%;
  vertical-align: top;
  background: #404041;
  padding: 16px;
  border-radius: 10px;
}
.ncmec-banner-horizontal #ncmec_container table #ncmec_td_two #ncmec_child_photo {
  float: left;
  margin: 0 16px 0 0;
  border-radius: 10px;
}
.ncmec-banner-horizontal #ncmec_container table #ncmec_td_two #ncmec_child_name {
  margin-bottom: 5px;
}
.ncmec-banner-horizontal #ncmec_container table #ncmec_td_two #ncmec_child_name_link {
  font-family: 'Futura', 'Arial', sans-serif;
  font-size: 16px;
  color: #92d6e3;
  margin: 0 0 5px;
  text-decoration: none;
}
.ncmec-banner-horizontal #ncmec_container table #ncmec_td_two #ncmec_child_info {
  font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #ffffff;
  margin: 0 0 5px;
  text-decoration: none;
}
.ncmec-banner-horizontal #ncmec_container table #ncmec_td_two #ncmec_child_info strong {
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
}
.ncmec-banner-horizontal #ncmec_container table #ncmec_td_two #ncmec_click_photo {
  color: #92d6e3;
}
.ncmec-banner-horizontal #ncmec_container table #ncmec_td_two #ncmec_controls {
  margin: 0 0 10px 80px;
}
.ncmec-banner-horizontal #ncmec_container table #ncmec_td_two #ncmec_controls img {
  margin-right: 20px;
}
@media (max-width: 370px) {
  .ncmec-banner-horizontal #ncmec_container table #ncmec_td_two #ncmec_controls img {
    margin-right: 5px !important;
  }
}
.ncmec-banner-vertical #ncmec_container {
  width: 100%;
  max-width: 300px;
  margin-bottom: 16px;
}
.ncmec-banner-vertical #ncmec_container .banner-header {
  position: relative;
  background-color: #fff;
  border: 1px solid #404041;
  border-radius: 10px 10px 0 0;
  padding: 16px 16px;
  text-align: center;
}
.ncmec-banner-vertical #ncmec_container .banner-header #ncmec_help_me_link {
  color: #404041;
  text-align: center;
  display: block;
}
.ncmec-banner-vertical #ncmec_container .banner-body {
  padding: 16px;
  background: #404041;
  border-radius: 0 0 10px 10px;
}
.ncmec-banner-vertical #ncmec_container .banner-body #ncmec_child_photo {
  float: left;
  margin: 0 16px 0 0;
  display: inline-block;
  border-radius: 10px 0 0 10px;
}
.ncmec-banner-vertical #ncmec_container .banner-body #ncmec_child_name_link {
  font-family: 'Futura', 'Arial', sans-serif;
  font-size: 16px;
  color: #92d6e3;
  margin: 0 0 5px;
  text-decoration: none;
}
.ncmec-banner-vertical #ncmec_container .banner-body #ncmec_child_info {
  font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #ffffff;
  margin: 0 0 5px;
  text-decoration: none;
}
.ncmec-banner-vertical #ncmec_container .banner-body #ncmec_child_info strong {
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
}
.ncmec-banner-vertical #ncmec_container .banner-body #ncmec_click_photo_text {
  color: #92d6e3;
}
.ncmec-banner-vertical #ncmec_container .banner-body #ncmec_controls {
  margin: 0 0 10px 80px;
}
.ncmec-banner-vertical #ncmec_container .banner-body #ncmec_controls img {
  margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 768px) and (orientation: portrait) {
  #ncmec_click_photo_text,
  #ncmec_click_photo {
    text-align: right;
  }
}
.contact-us {
  padding-top: 60px;
}
.contact-us h5 {
  font-weight: bold;
}
.sponsored-block {
  background: #f1f1f2;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 16px;
}
.sponsored-block ul {
  list-style: none;
  padding: 20px 20px 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
.sponsored-block ul:before,
.sponsored-block ul:after {
  content: " ";
  display: table;
}
.sponsored-block ul:after {
  clear: both;
}
.sponsored-block ul:before,
.sponsored-block ul:after {
  content: " ";
  display: table;
}
.sponsored-block ul:after {
  clear: both;
}
.sponsored-block ul li {
  padding-bottom: 16px;
  vertical-align: middle;
}
.sponsored-block ul li a {
  color: #626366;
  display: block;
  text-align: center;
}
.sponsored-block .footer {
  background: #404041;
  border-radius: 10px 10px 0 0;
  height: 66px;
}
.sponsored-block .footer .title {
  float: left !important;
  display: table-cell;
  font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
  font-size: 16px;
  color: #92d6e3;
  font-weight: bold;
  line-height: 19px;
  padding: 23px 16px 24px;
}
.sponsored-block .footer .right-block {
  float: right !important;
  display: table-cell;
}
.sponsored-block .footer .right-block .ratings {
  margin: 0;
  padding: 23px 16px;
  list-style: none;
  background: transparent;
  float: left !important;
}
.sponsored-block .footer .right-block .ratings li {
  padding-bottom: 0;
  float: left !important;
}
.sponsored-block .footer .right-block .ratings li img {
  width: 20px;
  height: 20px;
}
.sponsored-block .footer .right-block .contribution-amt {
  background: #39c2d7;
  border-radius: 0 10px 0 0;
  font-family: 'Futura', 'Arial', sans-serif;
  font-size: 16px;
  color: #ffffff;
  width: 145px;
  line-height: 19px;
  padding: 14px 8px 15px;
  text-align: center;
  float: left !important;
}
.sponsored-block .footer .right-block .contribution-amt-gt-400 {
  font-size: 16px;
  line-height: 21px;
  padding: 22px 0 23px;
}
@media (max-width: 768px) {
  .sponsored-block .footer {
    height: 42px;
  }
  .sponsored-block .footer .title {
    font-size: 13px;
    line-height: 16px;
    padding: 13px 16px;
  }
  .sponsored-block .footer .right-block .ratings {
    padding: 0 13px;
  }
  .sponsored-block .footer .right-block .ratings li {
    padding: 13px 0;
  }
  .sponsored-block .footer .right-block .ratings li img {
    width: 12px;
    height: 12px;
  }
  .sponsored-block .footer .right-block .contribution-amt {
    width: 93px;
    line-height: 16px;
    font-size: 13px;
    padding: 5px 14px;
    text-align: left;
  }
  .sponsored-block .footer .right-block .contribution-amt-gt-400 {
    width: 93px;
    line-height: 16px;
    font-size: 13px;
    padding: 13px 14px;
  }
}
@media (max-width: 480px) {
  .sponsored-block .footer {
    height: 80px;
  }
  .sponsored-block .footer .title {
    font-size: 16px;
    line-height: 16px;
    width: 144px;
    padding: 8px;
  }
  .sponsored-block .footer .right-block .ratings {
    padding: 25px 5px;
  }
  .sponsored-block .footer .right-block .ratings li {
    padding: 0;
  }
  .sponsored-block .footer .right-block .ratings li img {
    width: 16px;
    height: 16px;
  }
  .sponsored-block .footer .right-block .contribution-amt {
    width: 104px;
    line-height: 19px;
    font-size: 16px;
    padding: 20px 8px 22px;
    text-align: left;
  }
  .sponsored-block .footer .right-block .contribution-amt-gt-400 {
    width: 93px;
    line-height: 19px;
    font-size: 16px;
    padding: 30px 7px 31px;
  }
}
@media (max-width: 370px) {
  .sponsored-block .footer .title {
    width: 105px;
  }
  .sponsored-block .footer .right-block .contribution-amt {
    font-size: 13px;
    width: 90px;
    padding: 22px 8px;
  }
  .sponsored-block .footer .right-block .contribution-amt.contribution-amt-gt-400 {
    padding: 31px 8px 31px;
  }
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
.stars5 .imgBlock {
  height: 60px;
}
@media (min-width: 768px) {
  .stars5 .imgBlock {
    height: 170px;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.header-container {
  background: #404041;
  min-height: 80px;
  font-family: 'Futura', 'Arial', sans-serif;
}
@media (min-width: 767px) {
  .header-container {
    min-height: 50px;
  }
}
@media (max-width: 767px) {
  .header-container {
    min-height: 45px;
  }
}
.header-container .navbar {
  position: relative;
  background: #404041;
  -webkit-transition: position 0.3s ease-in;
  transition: position 0.3s ease-in;
}
.header-container .navbar a:focus {
  outline-color: #92d6e3;
  outline-offset: 1px;
  outline-style: solid;
}
.header-container .navbar .container {
  position: relative;
}
@media (max-width: 767px) {
  .header-container .navbar .container {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .header-container .navbar .container {
    position: static;
  }
}
@media (min-width: 992px) {
  .header-container .navbar .container::before {
    position: absolute;
    left: -42%;
    width: 50%;
    height: 65px;
    background: #404041;
    z-index: 10;
  }
}
.header-container .navbar .container .nav > li {
  padding-left: 10px;
  padding-right: 10px;
}
.header-container .navbar .container .navbar-header {
  padding-left: 8px;
  background: #404041;
  min-height: 48px;
  margin: 0;
}
@media (min-width: 767px) {
  .header-container .navbar .container .navbar-header {
    width: 100%;
    height: 65px;
  }
}
.header-container .navbar .container .navbar-header .navbar-brand {
  padding: 6px 0;
  width: 64px;
  background: #404041;
  position: absolute;
  z-index: 10;
  left: 0;
}
@media (min-width: 992px) {
  .header-container .navbar .container .navbar-header .navbar-brand {
    left: 16px;
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .header-container .navbar .container .navbar-header .navbar-brand {
    width: 52px;
  }
}
@media (max-width: 768px) {
  .header-container .navbar .container .navbar-header .navbar-brand {
    position: absolute;
    left: 0;
    padding: 5px 25px 5px 20px;
    width: 85px;
    height: 65px;
  }
  .header-container .navbar .container .navbar-header .navbar-brand img {
    min-width: 48px;
  }
}
@media (max-width: 767px) {
  .header-container .navbar .container .navbar-header .navbar-brand {
    padding: 0;
    height: auto;
    margin: 10px;
  }
}
.header-container .navbar .container .navbar-header .scroll-started-action {
  display: none;
  float: right;
  margin: 25px 0 13px 0;
  cursor: pointer;
  padding: 0 8px 0 8px;
}
.header-container .navbar .container .navbar-header .donate-btn-container {
  float: right;
  margin: 12px 0 0;
}
.header-container .navbar .container .navbar-header .donate-btn-container .btn {
  font-family: 'Futura', 'Arial', sans-serif;
  padding: 8px;
  font-size: 16px;
}
@media (min-width: 767px) {
  .header-container .navbar .container .navbar-header .donate-btn-container .btn {
    padding: 4px 8px;
  }
}
@media (min-width: 992px) {
  .header-container .navbar .container .navbar-header .donate-btn-container .btn {
    font-size: 24px;
    line-height: 32px;
    padding: 8px 20px;
  }
}
@media (min-width: 767px) {
  .header-container .navbar .container .navbar-header .donate-btn-container {
    margin: 20px 13px;
  }
}
@media (min-width: 767px) {
  .header-container .navbar .container .navbar-header .donate-btn-container {
    margin: 16px 16px 16px 0;
  }
}
.header-container .navbar .container .navbar-header .navbar-toggle {
  border: none;
  padding: 0;
  margin: 18px 16px;
}
.header-container .navbar .container .navbar-header .navbar-toggle.collapsed {
  margin-top: 18px ;
}
.header-container .navbar .container .navbar-header .navbar-toggle:focus {
  background-color: transparent;
}
.header-container .navbar .container .navbar-header .mobile-logo,
.header-container .navbar .container .navbar-header .desktop-logo {
  width: 100%;
}
.header-container .navbar .container #navbar {
  z-index: 99;
  width: 100%;
  margin: 0 0 0 21px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (max-width: 992px) {
  .header-container .navbar .container #navbar {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    background: #626366;
  }
}
@media (max-width: 992px) {
  .header-container .navbar .container #navbar.-open {
    visibility: visible;
    opacity: 1;
  }
}
.header-container .navbar .container #navbar .open > .dropdown-menu {
  display: none;
}
.header-container .navbar .container #navbar.navbar-collapse.in {
  overflow-y: visible;
}
.header-container .navbar .container #navbar > ul {
  white-space: nowrap;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 767px) {
  .header-container .navbar .container #navbar > ul {
    overflow-x: visible;
  }
}
@media (max-width: 993px) {
  .header-container .navbar .container #navbar > ul {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.header-container .navbar .container #navbar > ul > li {
  display: inline-block;
  padding: 0;
  margin: 0 35px 0 0;
}
@media (min-width: 767px) {
  .header-container .navbar .container #navbar > ul > li {
    padding: 8px 5px;
  }
}
@media (min-width: 992px) {
  .header-container .navbar .container #navbar > ul > li {
    padding: 20px 10px;
  }
}
@media (min-width: 992px) {
  .header-container .navbar .container #navbar > ul > li {
    padding: 6px 8px;
  }
}
@media (max-width: 1285px) {
  .header-container .navbar .container #navbar > ul > li {
    margin: 0 25px 0 0;
  }
}
@media (max-width: 1200px) {
  .header-container .navbar .container #navbar > ul > li {
    margin: 0;
  }
}
.header-container .navbar .container #navbar > ul > li:last-child {
  margin: 0;
}
.header-container .navbar .container #navbar > ul > li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .header-container .navbar .container #navbar > ul > li a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .header-container .navbar .container #navbar > ul > li a {
    padding: 20px 10px;
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .header-container .navbar .container #navbar > ul > li a {
    padding: 8px;
    display: block;
  }
}
.header-container .navbar .container #navbar > ul > li.active > a {
  text-decoration: none;
  position: relative;
}
.header-container .navbar .container #navbar > ul > li:hover {
  position: relative;
  background: #fff;
}
.header-container .navbar .container #navbar > ul > li:hover > a {
  text-decoration: none;
  color: #006C8A;
}
.header-container .navbar .container #navbar > ul > li:hover > a:after {
  display: none;
}
.header-container .navbar .container #navbar > ul > li:hover > ul {
  left: 0;
  position: absolute;
  top: 31px;
  border-radius: 0;
  padding: 0 16px 16px 16px;
  border: 0;
  margin: 0;
  font-weight: bold;
}
@media (min-width: 767px) {
  .header-container .navbar .container #navbar > ul > li:hover > ul {
    min-width: 480px;
  }
  .header-container .navbar .container #navbar > ul > li:hover > ul.one-column {
    min-width: 240px;
  }
}
@media (min-width: 992px) {
  .header-container .navbar .container #navbar > ul > li:hover > ul {
    top: 100%;
  }
}
.header-container .navbar .container #navbar > ul > li:hover > ul > li,
.header-container .navbar .container #navbar > ul > li:hover > ul a {
  font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 13px;
  padding: 0;
  color: #626366;
}
.header-container .navbar .container #navbar > ul > li:hover > ul > li.seperator,
.header-container .navbar .container #navbar > ul > li:hover > ul a.seperator {
  font-family: 'Futura', 'Arial', sans-serif;
  color: #006C8A;
  font-weight: bold;
}
.header-container .navbar .container #navbar > ul > li:hover > ul > li.primary-link {
  width: 100% !important;
  text-align: center;
}
@media (min-width: 993px) {
  .header-container .navbar .container #navbar > ul > li:hover > ul > li.primary-link {
    display: none;
  }
}
.header-container .navbar .container #navbar > ul > li:hover > ul > li.primary-link > a {
  margin-bottom: 0;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .header-container .navbar .container #navbar > ul > li:hover:nth-child(n+3) ul.dropdown-menu:not(.opened) {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.header-container .navbar .container #navbar > ul > li:hover ul.dropdown-menu {
  display: block;
}
@media (max-width: 767px) {
  .header-container .navbar .container #navbar > ul > li:hover ul.dropdown-menu {
    position: fixed;
    top: 76px;
    width: 100%;
    max-height: calc(100vh - 73px);
    overflow: scroll;
  }
}
.header-container .navbar .container #navbar > ul > li:hover ul.dropdown-menu > li {
  margin-bottom: 0;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .header-container .navbar .container #navbar > ul > li:hover ul.dropdown-menu > li {
    margin-bottom: 10px;
  }
}
.header-container .navbar .container #navbar > ul > li:hover ul.dropdown-menu > li a {
  opacity: 0.9;
  word-break: break-word;
  white-space: initial;
}
.header-container .navbar .container #navbar > ul > li:hover ul.dropdown-menu > li a:hover {
  background: none;
  opacity: 1;
  font-weight: bold;
}
@media (min-width: 767px) {
  .header-container .navbar .container #navbar > ul > li:hover ul.dropdown-menu > li {
    width: 50%;
    float: left;
    padding-right: 8px;
  }
}
.header-container .navbar .container #navbar > ul > li:hover ul.dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.header-container .navbar .container #navbar > ul > li:hover ul.dropdown-menu > li > ul > li {
  list-style: none;
  font-size: 14px;
}
.header-container .navbar .container #navbar > ul > li:hover ul.dropdown-menu > li > ul > li:not(:last-child) {
  padding-bottom: 10px;
}
.header-container .navbar .container #navbar > ul > li:hover ul.dropdown-menu.one-column > li {
  width: auto;
}
.header-container .navbar .container .secondary-header {
  background: #626366;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-container .navbar .container .secondary-header:after {
  background: #626366;
  position: absolute;
  width: 100vw;
  top: 0;
  height: 30px;
  content: "";
  left: calc(-100vw + 267px);
  z-index: -2;
  display: none;
}
@media (min-width: 767px) and (max-width: 992px) {
  .header-container .navbar .container .secondary-header {
    float: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: absolute;
    right: 16px;
    bottom: -32px;
    height: 29px;
  }
}
.header-container .navbar .container .secondary-header ul {
  padding-left: 8px;
  padding-bottom: 5px;
  height: 20px;
  padding-top: 5px;
  margin: 0;
}
.header-container .navbar .container .secondary-header ul li {
  list-style: none;
  display: inline-block;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .header-container .navbar .container .secondary-header ul li {
    padding-right: 9px;
  }
}
@media (min-width: 767px) {
  .header-container .navbar .container .secondary-header ul li {
    padding-right: 13px;
  }
}
.header-container .navbar .container .secondary-header ul li img {
  width: 20px;
  height: 20px;
}
.header-container .navbar .container .secondary-header ul.social-icons {
  font-size: 20px;
  padding-top: 1px;
  position: relative;
  right: 0;
  min-width: 150px;
  -webkit-transition: right 0.1s ease-in;
  transition: right 0.1s ease-in;
  margin-top: -2px;
}
@media (min-width: 767px) {
  .header-container .navbar .container .secondary-header ul.social-icons {
    right: 16px;
    bottom: -17px;
    position: static;
  }
}
@media (min-width: 992px) {
  .header-container .navbar .container .secondary-header ul.social-icons {
    padding-top: 4px;
    position: absolute;
    right: 0;
  }
}
.header-container .navbar .container .secondary-header ul.social-icons li {
  padding-right: 0;
  overflow: hidden;
  height: 30px;
  margin-right: -1px;
}
@media (min-width: 767px) {
  .header-container .navbar .container .secondary-header ul.social-icons li {
    padding-right: 0;
  }
}
.header-container .navbar .container .secondary-header ul.social-icons li a {
  display: inline-block;
}
.header-container .navbar .container .secondary-header ul.social-icons li a:hover {
  color: #ccc;
  text-decoration: none;
}
.header-container .navbar .container .secondary-header ul.social-icons li a span {
  width: 25px;
  height: 45px;
  background-image: url('../sprite.html');
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-container .navbar .container .secondary-header ul.social-icons li a span.social-facebook-icon {
  background-position: -22px 6px;
}
.header-container .navbar .container .secondary-header ul.social-icons li a span.social-twitter-icon {
  background-position: -76px 6px;
}
.header-container .navbar .container .secondary-header ul.social-icons li a span.social-instagram-icon {
  background-position: -50px 6px;
}
.header-container .navbar .container .secondary-header ul.social-icons li a span.social-youtube-icon {
  background-position: 3px 6px;
}
.header-container .navbar .container .secondary-header ul.social-icons li a span.social-pinterest-icon {
  background-position: -106px 6px;
}
.header-container .navbar .container .secondary-header .site-functionalities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: right 0.1s ease-in;
  transition: right 0.1s ease-in;
  /* The switch - the box around the slider */
}
@media (min-width: 480px) and (max-width: 768px) {
  .header-container .navbar .container .secondary-header .site-functionalities .search-wrapper {
    position: relative;
    top: -49px;
    right: -80px;
  }
}
.header-container .navbar .container .secondary-header .site-functionalities .search-wrapper li {
  display: inline-block;
  padding: 5px;
}
.header-container .navbar .container .secondary-header .site-functionalities .search-wrapper .search-container.opened .search-icon .icon-search {
  display: none;
}
.header-container .navbar .container .secondary-header .site-functionalities .search-wrapper .search-container.opened .search-icon .icon-close {
  display: block;
  opacity: 1;
}
.header-container .navbar .container .secondary-header .site-functionalities .search-wrapper .search-container.opened .blog-search {
  padding: 1px 0 0 0;
}
.header-container .navbar .container .secondary-header .site-functionalities .search-wrapper .search-container.opened .search-form {
  position: relative;
  display: inline-block;
  top: -4px;
  right: 10px;
}
.header-container .navbar .container .secondary-header .site-functionalities .search-wrapper .search-container.opened .search-form input[type='text'] {
  min-width: 160px;
  height: 24px;
  outline: none;
  border-radius: 5px;
  border-color: #fff;
  border-style: solid;
  padding-left: 3px;
  -webkit-appearance: none;
}
@media (max-width: 400px) {
  .header-container .navbar .container .secondary-header .site-functionalities .search-wrapper .search-container.opened .search-form input[type='text'] {
    position: absolute;
    top: -15px;
    right: 0;
  }
}
.header-container .navbar .container .secondary-header .site-functionalities .search-wrapper .search-container.opened .search-form .search-submit {
  position: absolute;
  right: 8px;
  top: 0;
  padding: 4px 0;
  height: 24px;
  background: #fff;
  border: none;
  font-size: 16px;
}
@media (max-width: 400px) {
  .header-container .navbar .container .secondary-header .site-functionalities .search-wrapper .search-container.opened .search-form .search-submit {
    top: -15px;
  }
}
.header-container .navbar .container .secondary-header .site-functionalities .search-wrapper .search-container.opened .search-form .search-submit .icon-search:before {
  color: #626366;
}
.header-container .navbar .container .secondary-header .site-functionalities .search-wrapper .search-container .search-form {
  display: none;
}
.header-container .navbar .container .secondary-header .site-functionalities .search-wrapper .search-container .search-icon {
  display: block;
  position: relative;
  font-size: 20px;
  cursor: pointer;
}
.header-container .navbar .container .secondary-header .site-functionalities .search-wrapper .search-container .search-icon .icon-close {
  display: none;
}
@media (min-width: 767px) and (orientation: landscape) {
  .header-container .navbar .container .secondary-header .site-functionalities {
    position: absolute;
    top: 27px;
    right: 120px;
  }
}
@media (min-width: 992px) {
  .header-container .navbar .container .secondary-header .site-functionalities {
    right: 165px !important;
    position: absolute;
    top: 27px;
  }
}
.header-container .navbar .container .secondary-header .site-functionalities .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  color: #ffffff;
  border: 1px solid #ffffff;
  margin: 0;
}
.header-container .navbar .container .secondary-header .site-functionalities .switch .lang {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.header-container .navbar .container .secondary-header .site-functionalities .switch .lang .en,
.header-container .navbar .container .secondary-header .site-functionalities .switch .lang .sp {
  height: 100%;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  text-align: center;
  padding-top: 2px;
  font-family: 'Futura', 'Arial', sans-serif;
  font-weight: normal;
}
.header-container .navbar .container .secondary-header .site-functionalities .switch .lang .en a,
.header-container .navbar .container .secondary-header .site-functionalities .switch .lang .sp a {
  color: inherit;
  text-decoration: none;
}
.header-container .navbar .container .secondary-header .site-functionalities .switch .en {
  background: #ffffff;
  color: #404041;
}
.header-container .navbar .container .secondary-header .site-functionalities .lang.sp .en {
  background: transparent;
  color: #ffffff;
}
.header-container .navbar .container .secondary-header .site-functionalities .lang.sp .sp {
  background: #ffffff;
  color: #404041;
}
@media (min-width: 993px) {
  .header-container .blog-nav .container #navbar {
    margin: 0 0 0 77px;
  }
}
.header-container.home .navbar .container .secondary-header {
  display: none;
}
@media (min-width: 767px) and (max-width: 992px) {
  .header-container.home .navbar .container .secondary-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
  }
  .header-container.home .navbar .container .secondary-header .social-icons {
    visibility: hidden;
  }
  .header-container.home .navbar .container .secondary-header .site-functionalities .language-selector {
    visibility: hidden;
  }
}
@media (min-width: 992px) {
  .header-container.home .navbar .container .secondary-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .header-container.home .navbar .container .secondary-header .social-icons {
    display: none;
  }
}
.header-container.home #navbar {
  position: static;
}
.scroll-started .header-container .navbar {
  position: fixed;
}
@media (min-width: 767px) {
  .scroll-started .header-container:not(.home) .navbar .container .navbar-header .donate-btn-container {
    margin: 16px 8px 16px 0;
  }
}
@media (min-width: 767px) {
  .scroll-started .header-container:not(.home) .navbar .container .secondary-header {
    background-color: transparent;
  }
  .scroll-started .header-container:not(.home) .navbar .container .secondary-header .language-selector,
  .scroll-started .header-container:not(.home) .navbar .container .secondary-header .social-icons {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .scroll-started .header-container:not(.home) .navbar .container .secondary-header .search-wrapper {
    right: 120px;
  }
}
@media (min-width: 767px) and (orientation: landscape) {
  .scroll-started .header-container:not(.home) .navbar .container .secondary-header .site-functionalities {
    position: absolute;
    top: 27px;
    right: 170px;
  }
  .scroll-started .header-container:not(.home) .navbar .container .secondary-header .site-functionalities .search-icon {
    position: static;
  }
  .scroll-started .header-container:not(.home) .navbar .container .secondary-header .site-functionalities .language-selector {
    display: block;
  }
}
@media (min-width: 767px) {
  .scroll-started .header-container:not(.home) .navbar .container .scroll-started-action {
    display: block;
  }
}
@media (max-width: 768px) {
  .scroll-started .header-container:not(.home) .navbar .container .scroll-started-action {
    margin: 16px 8px 16px 0;
  }
}
body.fixed-breadcrump .header-container .navbar .container .secondary-header .search-wrapper {
  right: -90px;
}
body.fixed-breadcrump .header-container .navbar .container .secondary-header .language-selector {
  display: block !important;
}
body.fixed-breadcrump .header-container .navbar .container .secondary-header .social-icons {
  display: block !important;
}
body.secondary-nav-open .wrapper {
  padding-top: 30px;
}
a.m-skip-to-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -2;
}
a.m-skip-to-main:focus,
a.m-skip-to-main:active {
  background: #c6c8ca;
  color: #008db6;
  font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  padding: 24px;
  width: auto;
  height: auto;
  overflow: auto;
  right: 0;
  text-decoration: underline;
  text-align: center;
  z-index: 9999;
  outline: none;
}
.hero-banner-wrapper .hero-banner {
  position: relative;
  height: 720px;
  overflow: hidden;
  display: block;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .hero-banner-wrapper .hero-banner {
    height: 550px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hero-banner-wrapper .hero-banner {
    height: 435px;
  }
}
@media (max-width: 766px) {
  .hero-banner-wrapper .hero-banner {
    height: 218px;
  }
}
.hero-banner-wrapper .hero-banner picture,
.hero-banner-wrapper .hero-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-banner-wrapper .hero-banner iframe {
  position: absolute;
  left: 0;
  top: 0;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper {
  position: relative;
  min-height: calc(70%);
  /* changes done by rakesh on 18/09 */
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content {
  position: absolute;
  left: 10px;
  top: 10px;
  min-width: 55%;
}
@media (min-width: 992px) {
  .hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content {
    left: 0;
    top: 20px;
  }
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .title {
  max-width: 200px;
  color: inherit;
  line-height: 32px;
  margin: 0;
  font-size: 24px;
}
@media (min-width: 767px) {
  .hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .title {
    max-width: 260px;
    margin: 0 0 24px;
    font-size: 36px;
    line-height: 46px;
  }
}
@media (min-width: 992px) {
  .hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .title {
    margin: 0 0 32px;
  }
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .desc {
  max-width: 380px;
  color: inherit;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .desc {
    margin: 10px 0;
  }
}
@media (min-width: 767px) {
  .hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .desc {
    font-size: 24px;
    line-height: 32px;
    max-width: 625px;
  }
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content.white {
  color: #fff;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content.ship-gray {
  color: #404041;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content.sun {
  color: #FDB813;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content.blue-lagoon {
  color: #006C8A;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content.bondi-blue {
  color: #008DB6;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content.scooter {
  color: #39C2D7;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content.morning-glory-blue {
  color: #92D6E3;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content.mid-gray {
  color: #626366;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content.oslo-gray {
  color: #939597;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content.silver-stand {
  color: #C6C8CA;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content.athens-gray {
  color: #F1F1F2;
}
@media (min-width: 767px) {
  .hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn {
    margin-top: 10px;
  }
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.right {
  float: right;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.left {
  float: left;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.center {
  float: none;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.white {
  background-color: #fff;
  border-color: #fff;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.ship-gray {
  background-color: #404041;
  border-color: #404041;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.sun {
  background-color: #FDB813;
  border-color: #FDB813;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.blue-lagoon {
  background-color: #006C8A;
  border-color: #006C8A;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.bondi-blue {
  background-color: #008DB6;
  border-color: #008DB6;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.scooter {
  background-color: #39C2D7;
  border-color: #39C2D7;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.morning-glory-blue {
  background-color: #92D6E3;
  border-color: #92D6E3;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.mid-gray {
  background-color: #626366;
  border-color: #626366;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.oslo-gray {
  background-color: #939597;
  border-color: #939597;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.silver-stand {
  background-color: #C6C8CA;
  border-color: #C6C8CA;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.athens-gray {
  background-color: #F1F1F2;
  border-color: #F1F1F2;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.btn-link {
  padding-left: 0;
  padding-right: 0;
  background: none;
  border: none;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.btn-link.white {
  color: #fff;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.btn-link.ship-gray {
  color: #404041;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.btn-link.sun {
  color: #FDB813;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.btn-link.blue-lagoon {
  color: #006C8A;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.btn-link.bondi-blue {
  color: #008DB6;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.btn-link.scooter {
  color: #39C2D7;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.btn-link.morning-glory-blue {
  color: #92D6E3;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.btn-link.mid-gray {
  color: #626366;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.btn-link.oslo-gray {
  color: #939597;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.btn-link.silver-stand {
  color: #C6C8CA;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .btn.btn-link.hero-content {
  color: #F1F1F2;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper.ludwig .hero-content {
  left: auto;
  top: 10px;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper.ludwig .hero-content .title {
  display: inline-block;
  text-align: inherit;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper.right .hero-content {
  left: auto;
  right: 8px;
  text-align: right;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper.right .hero-content .title {
  display: inline-block;
  text-align: inherit;
}
@media (min-width: 992px) {
  .hero-banner-wrapper .hero-banner .hero-content-wrapper.right .hero-content .title {
    margin: 0 0 24px;
  }
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper.right .hero-content .desc {
  text-align: inherit;
}
@media (min-width: 767px) {
  .hero-banner-wrapper .hero-banner .hero-content-wrapper.center {
    left: auto;
  }
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper.center .hero-content {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  min-width: 600px;
}
@media (max-width: 767px) {
  .hero-banner-wrapper .hero-banner .hero-content-wrapper.center .hero-content {
    min-width: 380px;
  }
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper.center .hero-content .title {
  display: inline-block;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper.left {
  left: 20px;
}
@media (min-width: 992px) {
  .hero-banner-wrapper.with-teaser {
    display: flex;
  }
  .hero-banner-wrapper.with-teaser .hero-teaser-wrapper {
    padding: 0;
  }
  .hero-banner-wrapper.with-teaser .hero-banner {
    min-height: 351px;
    max-height: 468px;
  }
  .hero-banner-wrapper.with-teaser .hero-banner .hero-content-wrapper {
    padding: 0 10px;
  }
  .hero-banner-wrapper.with-teaser .hero-banner .hero-content-wrapper .hero-content {
    left: 0;
  }
  .hero-banner-wrapper.with-teaser .hero-banner .hero-content-wrapper.center {
    left: auto;
  }
  .hero-banner-wrapper.with-teaser .hero-banner .hero-content-wrapper.center .hero-content {
    left: 0;
    transform: none;
  }
  .hero-banner-wrapper.with-teaser .owl-dots {
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }
}
@media (min-width: 992px) and (min-width: 1025px) {
  .hero-banner-wrapper.with-teaser .hero-banner {
    max-height: 351px;
  }
}
.hero-banner-wrapper.with-teaser .teaser-container {
  padding: 0 8px;
}
@media (min-width: 1025px) {
  .hero-banner-wrapper.with-teaser .teaser-container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .hero-banner-wrapper.with-teaser .teaser-container {
    display: none;
  }
}
.hero-banner-wrapper.with-teaser .teaser-container .teaser {
  margin-top: 0;
}
.hero-banner-wrapper.with-teaser .teaser-container .teaser .para-1 {
  margin-bottom: 34px;
}
@media (min-width: 1025px) {
  .hero-banner-wrapper.with-teaser .teaser-container .teaser .para-1 {
    margin-bottom: 24px;
  }
}
.hero-banner-wrapper.with-teaser .teaser-container .teaser .panel-body a:not(.btn-link) {
  color: #fff;
}
.hero-banner-wrapper.with-teaser .teaser-container .teaser .panel-body .btn-default {
  font-size: 16px;
  line-height: 19px;
}
.owl-theme.hero-banner-wrapper .owl-dots {
  position: relative;
  margin-top: -34px !important;
}
.owl-theme.hero-banner-wrapper .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
}
.owl-theme.hero-teaser-wrapper .owl-dots {
  position: relative;
  margin-top: -20px !important;
  top: -14px;
}
.owl-theme.hero-teaser-wrapper .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
}
.footer-container {
  background: #404041;
  text-align: center;
  padding: 15px 0;
}
.footer-container .legal-container p {
  color: #f1f1f2;
  font-size: 11px;
}
.footer-container .legal-container p:nth-child(n+1) {
  margin-bottom: 0;
}
.footer-container .subscribe-form {
  padding: 0;
}
.footer-container .subscribe-form form {
  text-align: center;
}
@media (max-width: 768px) {
  .footer-container .subscribe-form form {
    display: inline-block;
  }
}
.footer-container .subscribe-form form .form-group {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .footer-container .subscribe-form form .form-group {
    margin-bottom: 0;
  }
}
.footer-container .subscribe-form form .form-group .input-subscribe {
  border: 1px solid #fdb814;
  border-right: none;
  border-radius: 5px 0 0 5px;
  background: transparent;
  color: #f1f1f2;
  padding: 5px 10px;
  float: left !important;
  width: 200px;
  height: 28px;
  outline: none;
}
.footer-container .subscribe-form form .form-group .btn-subscribe {
  background: #fdb814;
  border: 1px solid #fdb814;
  border-radius: 0 5px 5px 0;
  color: #404041;
  padding: 5px 10px;
  height: 28px;
  float: left !important;
}
.footer-container .subscribe-form form .form-group .btn-subscribe:hover {
  background-color: #FFC107;
}
@media (max-width: 767px) {
  .footer-container.inner-page .subscribe-form .form-group {
    margin-bottom: 16px;
  }
}
.footer-container .footer-nav-wrapper > .row:first-child {
  border-bottom: 1px solid #F1F1F2;
}
.footer-container .footer-nav-wrapper .footer-nav {
  padding-bottom: 16px;
  text-align: center;
  font-family: 'Futura', 'Arial', sans-serif;
}
.footer-container .footer-nav-wrapper .footer-nav ul {
  list-style: none;
  padding: 16px 0 0;
  margin: 0;
}
@media (max-width: 767px) {
  .footer-container .footer-nav-wrapper .footer-nav ul + ul {
    padding-top: 0;
  }
}
@media (min-width: 767px) {
  .footer-container .footer-nav-wrapper .footer-nav ul {
    display: inline-block;
  }
}
.footer-container .footer-nav-wrapper .footer-nav ul li {
  float: left;
  width: 119px;
  word-break: break-all;
  padding-bottom: 0;
}
@media (min-width: 767px) {
  .footer-container .footer-nav-wrapper .footer-nav ul li {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .footer-container .footer-nav-wrapper .footer-nav ul li {
    margin: 10px 0;
    width: 33.3%;
  }
}
.footer-container .footer-nav-wrapper .footer-nav ul li a {
  color: #f1f1f2;
  font-size: 13px;
}
.footer-container .footer-nav-wrapper .footer-nav ul li:first-child {
  margin-left: 0;
}
@media (min-width: 767px) {
  .footer-container .footer-nav-wrapper .footer-nav ul li:first-child {
    text-align: left;
    width: 75px;
  }
}
.footer-container .footer-nav-wrapper .footer-nav ul li:last-child {
  margin-right: 0;
}
@media (min-width: 767px) {
  .footer-container .footer-nav-wrapper .footer-nav ul li:last-child {
    text-align: right;
    width: 75px;
  }
}
.footer-container .footer-links-wrapper {
  text-align: left;
  padding: 0 8px;
  margin-bottom: 5px;
}
@media (min-width: 767px) {
  .footer-container .footer-links-wrapper {
    display: inline-block;
    min-width: 300px;
    margin-right: -13px;
    padding: 0;
    margin-bottom: 0;
  }
}
.footer-container .footer-links-wrapper .social-icons,
.footer-container .footer-links-wrapper .social-icons-netsmartz {
  margin: 0;
  padding-left: 0;
  float: left;
  position: absolute;
  transition: all 0.1s ease-in;
  left: 0;
}
@media (min-width: 767px) {
  .footer-container .footer-links-wrapper .social-icons,
  .footer-container .footer-links-wrapper .social-icons-netsmartz {
    position: static;
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-container .footer-links-wrapper .social-icons,
  .footer-container .footer-links-wrapper .social-icons-netsmartz {
    width: 75%;
    text-align: center;
  }
}
.footer-container .footer-links-wrapper .social-icons li,
.footer-container .footer-links-wrapper .social-icons-netsmartz li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 8px 3px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .footer-container .footer-links-wrapper .social-icons li,
  .footer-container .footer-links-wrapper .social-icons-netsmartz li {
    margin: 3px 5px;
  }
}
.footer-container .footer-links-wrapper .social-icons li:last-child,
.footer-container .footer-links-wrapper .social-icons-netsmartz li:last-child {
  margin-right: 0;
}
.footer-container .footer-links-wrapper .social-icons li span,
.footer-container .footer-links-wrapper .social-icons-netsmartz li span {
  width: 25px;
  height: 45px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 23px;
}
.footer-container .footer-links-wrapper .search-wrapper {
  padding: 0;
  float: right;
  text-align: right;
  height: 38px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer-container .footer-links-wrapper .search-wrapper {
    text-align: center;
  }
}
.footer-container .footer-links-wrapper .search-wrapper li {
  display: inline-block;
  padding: 5px;
}
.footer-container .footer-links-wrapper .search-wrapper .search-container.opened .search-icon .icon-search {
  display: none;
}
.footer-container .footer-links-wrapper .search-wrapper .search-container.opened .search-icon .icon-close {
  display: inline-block;
  opacity: 1;
}
.footer-container .footer-links-wrapper .search-wrapper .search-container.opened .search-form {
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .footer-container .footer-links-wrapper .search-wrapper .search-container.opened .search-form {
    display: none;
  }
}
.footer-container .footer-links-wrapper .search-wrapper .search-container.opened .search-form input[type='text'] {
  min-width: 224px;
  outline: none;
  height: 24px;
  border-radius: 5px;
  border-color: #fff;
  border-style: solid;
  padding-left: 3px;
  -webkit-appearance: none;
}
.footer-container .footer-links-wrapper .search-wrapper .search-container.opened .search-form .search-submit {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 18px;
  background: #fff;
  border: none;
  font-size: 16px;
}
.footer-container .footer-links-wrapper .search-wrapper .search-container.opened .search-form .search-submit .icon-search:before {
  color: #95989A;
}
.footer-container .footer-links-wrapper .search-wrapper .search-container .search-form {
  display: none;
}
.footer-container .footer-links-wrapper .search-wrapper .search-container .search-icon {
  display: inline-block;
  position: relative;
  top: 5px;
  left: 5px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .footer-container .footer-links-wrapper .search-wrapper .search-container .search-icon {
    display: none;
  }
}
.footer-container .footer-links-wrapper .search-wrapper .search-container .search-icon .icon-search {
  display: inline-block;
}
.footer-container .footer-links-wrapper .search-wrapper .search-container .search-icon .icon-close {
  display: none;
}
.footer-container .footer-links-wrapper .search-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  color: #fff;
  border: 1px solid #fff;
  margin: 0;
}
@media (min-width: 960px) {
  .footer-container .footer-links-wrapper .search-wrapper .switch {
    display: none;
  }
}
.footer-container .footer-links-wrapper .search-wrapper .switch .lang {
  position: relative;
  display: flex;
  height: 100%;
}
.footer-container .footer-links-wrapper .search-wrapper .switch .lang .en,
.footer-container .footer-links-wrapper .search-wrapper .switch .lang .sp {
  height: 100%;
  display: inline-block;
  flex: 1;
  font-size: 12px;
  text-align: center;
  padding-top: 2px;
  font-family: 'Futura', 'Arial', sans-serif;
  font-weight: normal;
}
.footer-container .footer-links-wrapper .search-wrapper .switch .lang .en a,
.footer-container .footer-links-wrapper .search-wrapper .switch .lang .sp a {
  color: inherit;
  text-decoration: none;
}
.footer-container .footer-links-wrapper .search-wrapper .switch .lang .en {
  background: #fff;
  color: #404041;
}
.footer-container .footer-links-wrapper .search-wrapper .switch .lang.sp .en {
  background: transparent;
  color: #fff;
}
.footer-container .footer-links-wrapper .search-wrapper .switch .lang.sp .sp {
  background: #fff;
  color: #404041;
}
.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}
.alert-text-image-component {
  padding: 0;
}
.alert-text-image-component:before,
.alert-text-image-component:after {
  content: " ";
  display: table;
}
.alert-text-image-component:after {
  clear: both;
}
.alert-text-image-component:before,
.alert-text-image-component:after {
  content: " ";
  display: table;
}
.alert-text-image-component:after {
  clear: both;
}
.alert-text-image-component img {
  float: left !important;
  margin-right: 16px;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .alert-text-image-component img {
    width: 150px;
  }
}
.alert-text-image-component p {
  display: block;
}
.read-more-wrapper[data-readmore] {
  transition: height 500ms;
  overflow: hidden;
}
.fa-arrow-circle-down:before,
.fa-arrow-circle-up:before {
  color: #404041;
}
.teaser {
  margin-top: 16px;
}
.teaser.teaser-form .panel-heading {
  background: #ffffff;
}
.teaser.teaser-form .panel-heading h5 {
  position: static;
  top: 0;
  left: 0;
  text-align: left;
}
.teaser.teaser-form .panel-heading .control-label {
  color: #626366;
  padding: 0;
}
.teaser.teaser-form .panel-heading .form-group > [class*="col-"] {
  padding-right: 0;
}
.teaser .panel {
  margin-bottom: 15px;
  background-color: transparent;
  border: 0;
  border-radius: 10px 10px 0 0;
}
.teaser .panel-body {
  padding: 16px;
  background: #404041;
  border-radius: 0 0 10px 10px;
}
.teaser .panel-body h5 {
  padding-top: 0;
}
.teaser .panel-body a {
  font-size: 13px;
  line-height: 16px;
  cursor: pointer;
  color: #92d6e3;
}
.teaser .panel-body a[class*="btn"] {
  color: #ffffff;
}
.teaser .panel-body button,
.teaser .panel-body a.btn-teaser {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.33;
}
.teaser .panel-body .para-style1 ul {
  list-style-position: outside !important;
  margin-left: 16px;
}
.teaser .panel-body .link-heading {
  padding-bottom: 4px;
}
.teaser .panel-body .link-heading a {
  color: #92d6e3;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.teaser .panel-body .pdf-list .pdfLink {
  color: #92d6e3;
  line-height: 18px;
}
.teaser .panel-body p:last-child {
  margin-bottom: 0;
}
.teaser .panel-heading {
  position: relative;
  background-color: #ffffff;
  padding: 16px 16px;
  border-bottom: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  text-align: center;
}
.teaser .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.teaser .panel-heading.no-pad {
  padding: 0;
}
.teaser .panel-heading.no-pad img {
  border-radius: 10px 10px 0 0;
}
.teaser .panel-heading.no-pad-LR {
  padding: 16px 0;
}
.teaser .panel-heading > h5 {
  position: absolute;
  top: 16px;
  right: 16px;
  line-height: 19px;
  font-weight: normal;
}
.teaser .panel-heading > h5.simple-heading {
  color: #006c8a;
  position: static;
  margin: 0;
  font-weight: bold;
}
.teaser .panel-heading > h5.search-wizard {
  position: static;
  text-align: left;
}
.teaser .panel-heading > p.search-wizard {
  text-align: left;
  margin-bottom: 0;
}
.teaser .panel-heading .form-group {
  margin-left: 0;
  margin-right: 0;
}
.ncmec-irs-forms {
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}
.ncmec-irs-forms li {
  line-height: 16px;
  padding-bottom: 10px;
}
.ncmec-irs-forms li:last-child {
  padding-bottom: 0;
}
.ncmec-irs-forms li a {
  background: url("../pdf-icon-small.html") no-repeat 0 1px;
  padding-left: 20px;
}
.internal-Link-block-list {
  list-style: none;
}
.internal-Link-block-list li {
  color: #92d6e3;
  margin-bottom: 10px;
}
.internal-Link-block-list li:before {
  content: "•";
  font-size: 28px;
  line-height: 16px;
  vertical-align: bottom;
}
.internal-Link-block-list li:last-child {
  margin-bottom: 0;
}
.internal-Link-block-list li a {
  padding-left: 10px;
}
.daf-direct > .daf-direct-logo {
  float: left !important;
  padding-right: 16px;
}
.select-state {
  padding: 16px 0 0;
}
.select-state select {
  border: 0;
  color: #008db6;
}
.teaser-component .teaser .panel .panel-body h1,
.teaser-component .teaser .panel .panel-body h2,
.teaser-component .teaser .panel .panel-body h3,
.teaser-component .teaser .panel .panel-body h4,
.teaser-component .teaser .panel .panel-body h5,
.teaser-component .teaser .panel .panel-body h6 {
  color: #f1f1f2;
}
.teaser-component .teaser .panel .panel-body p,
.teaser-component .teaser .panel .panel-body span,
.teaser-component .teaser .panel .panel-body small {
  color: #f1f1f2;
}
.teaser-component .teaser .panel .panel-body a {
  font-size: 13px;
  line-height: 16px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 28, 2017, 2:59:06 PM
    Author     : hnair
*/
.faq-qa .hangingIndent {
  padding-left: 35px;
  text-indent: -25px;
}
.faq-qa .hangingIndent span:first-child {
  text-indent: 0;
  display: inline-block;
  width: 25px;
}
.pdf-list a.pdfLink {
  display: block;
  position: relative;
  padding-left: 32px;
  padding-bottom: 0;
  padding-top: 0;
  color: #008db6;
  line-height: 28px;
}
.pdf-list a.pdfLink:before {
  background: url(../pdf_svg_red.html) no-repeat;
  content: " ";
  width: 18px;
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  z-index: 999;
  display: block;
  background-size: 100%;
}
.pdf-list a.pdfLink-dark {
  display: block;
  position: relative;
  padding-left: 32px;
  padding-bottom: 0;
  padding-top: 0;
  color: #92d6e3;
  line-height: 16px;
}
.pdf-list a.pdfLink-dark:before {
  background: url(../pdf-dark.html) no-repeat;
  content: " ";
  width: 18px;
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  z-index: 999;
  display: block;
  background-size: 100%;
}
.missing-anniversary-container > p,
.missing-anniversary-container > h2 {
  padding-left: 0;
  padding-right: 0;
}
.missing-anniversary-container .missing-anniversary-grid {
  padding: 0;
}
.missing-anniversary-container .missing-anniversary-grid:before,
.missing-anniversary-container .missing-anniversary-grid:after {
  content: " ";
  display: table;
}
.missing-anniversary-container .missing-anniversary-grid:after {
  clear: both;
}
.missing-anniversary-container .missing-anniversary-grid:before,
.missing-anniversary-container .missing-anniversary-grid:after {
  content: " ";
  display: table;
}
.missing-anniversary-container .missing-anniversary-grid:after {
  clear: both;
}
.missing-anniversary-container p.section-title {
  padding-left: 0;
  padding-right: 8px;
  font-size: 18px;
}
.missing-anniversary-container .ajax-loader {
  opacity: .18;
  display: none;
  width: 40px;
  margin: 0 auto;
}
.missing-anniversary-grid-container {
  display: flex;
  flex-flow: wrap;
  background-color: #f1f1f1;
  padding: 50px 20px 50px 20px;
}
@media (max-width: 996px) {
  .missing-anniversary-grid-container {
    font-size: 25px;
    padding: 50px 10px 50px 10px;
  }
}
.missing-anniversary-grid-container .grid-item {
  flex: 1 0 40%;
  background-color: #ffffff;
  margin-bottom: 30px;
  border-radius: 10px;
  display: flex;
}
.missing-anniversary-grid-container .grid-item:last-child {
  flex: 0 0 49%;
}
@media (max-width: 996px) {
  .missing-anniversary-grid-container .grid-item {
    flex: 1 0 100%;
  }
  .missing-anniversary-grid-container .grid-item:last-child {
    flex: 1 0 100%;
  }
}
@media (min-width: 995px) {
  .missing-anniversary-grid-container .grid-item:nth-child(odd) {
    margin-right: 30px;
  }
}
.missing-anniversary-grid-container .grid-item .anniversaries-personal-info {
  font-size: 18px;
}
.missing-anniversary-grid-container .grid-item .anniversaries-personal-info > div {
  padding-bottom: 6px;
}
@media (max-width: 380px) {
  .missing-anniversary-grid-container .grid-item .anniversaries-personal-info {
    font-size: 16px;
  }
}
.missing-anniversary-grid-container .grid-item .anniversaries-person-info {
  padding: 10px 10px 10px 30px;
  flex: 1 1 70%;
  color: #404041;
  background-color: #ffffff;
  border-radius: 0 20px 20px 0;
}
.missing-anniversary-grid-container .grid-item .anniversaries-person-info a:hover,
.missing-anniversary-grid-container .grid-item .anniversaries-person-info a:focus {
  color: #008db6;
  text-decoration: underline;
}
@media (max-width: 380px) {
  .missing-anniversary-grid-container .grid-item .anniversaries-person-info {
    padding: 14px;
  }
}
.missing-anniversary-grid-container .grid-item img {
  border-radius: 10px;
  flex: 1 0 30%;
  max-height: 160px;
  max-width: 128px;
  position: relative;
}
.missing-anniversary-grid-container .grid-item .view-poster {
  font-size: 14px;
}
.missing-anniversary-grid-container .grid-item .kid-name {
  font-size: 26px;
  color: #404041;
  font-family: 'futura', 'Arial', sans-serif;
  opacity: 1;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 380px) {
  .missing-anniversary-grid-container .grid-item .kid-name {
    font-size: 20px;
  }
}
.yearsandmore-container > p,
.yearsandmore-container > h2 {
  padding-left: 0;
  padding-right: 0;
}
.yearsandmore-container .long-years-grid > ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 16px;
}
.yearsandmore-container .long-years-grid > ul > li {
  width: 50%;
  overflow: hidden;
  height: 21px;
}
@media (min-width: 767px) {
  .yearsandmore-container .long-years-grid > ul > li {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .yearsandmore-container .long-years-grid > ul > li {
    width: 20%;
  }
}
.yearsandmore-container .long-years-grid > ul > li a {
  line-height: 30px;
}
.yearsandmore-container .section-title {
  padding-left: 16px;
  padding-right: 8px;
}
.yearsandmore-container .ajax-loader {
  opacity: .18;
  display: none;
  width: 40px;
  margin: 0 auto;
}
.search-missing-children .ajax-loader {
  position: absolute;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
  max-height: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  vertical-align: middle;
}
.search-missing-children .ajax-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.search-missing-children #stickytopbar2 {
  flex-wrap: nowrap;
  white-space: nowrap;
  display: flex;
}
@media (max-width: 480px) {
  .search-missing-children #stickytopbar2 {
    overflow-x: auto;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .search-missing-children #stickytopbar2 {
    overflow-x: auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .search-missing-children #stickytopbar2 {
    overflow-x: hidden;
  }
}
@media (min-width: 1025px) {
  .search-missing-children #stickytopbar2 {
    overflow-x: hidden;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.search-missing-children .sticky {
  left: 0;
  width: 100%;
  transform: none;
  transform: unset;
  text-align: justify;
}
.search-missing-children .sticky .missing-kids-form {
  background-color: #ffffff;
  width: 100%;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}
.search-missing-children .sticky .search-for-missing-filter-submit,
.search-missing-children .sticky .search-for-missing-submit {
  margin: auto;
  max-width: 1350px;
  padding: 0 3% 3%;
}
@media (max-width: 480px) {
  .search-missing-children .sticky .search-for-missing-filter-submit,
  .search-missing-children .sticky .search-for-missing-submit {
    top: 90px;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.search-missing-children #stickytopbar2.sticky {
  display: inline-block;
}
@media (max-width: 480px) {
  .search-missing-children .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 50px;
    z-index: 2;
    padding-left: 0;
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .search-missing-children #stickytopbar2.sticky-dropdown {
    margin-top: 76px;
  }
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .search-missing-children .sticky {
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .search-missing-children .sticky {
    position: fixed;
    top: 0;
    margin-top: 50px;
    z-index: 2;
    padding-left: 0;
    margin-left: 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .search-missing-children .sticky {
    position: fixed;
    top: 0;
    margin-top: 50px;
    z-index: 2;
    padding-left: 0;
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .search-missing-children .sticky {
    position: fixed;
    top: 0;
    margin-top: 110px;
    z-index: 2;
    padding-left: 0;
    margin-left: 0;
  }
}
@media (min-width: 993px) and (max-width: 1024px) {
  .search-missing-children #stickytopbartwo.sticky {
    margin-top: 110px;
  }
}
.search-missing-children li.page-item.disabled {
  display: none;
}
.search-missing-children #pagination-demo .pagination > li.active > a.page-link {
  font-weight: bold;
  color: #008db6;
}
.search-missing-children #pagination-demo .pagination > .active > a,
.search-missing-children #pagination-demo .pagination > .active > span,
.search-missing-children #pagination-demo .pagination > .active > a:hover,
.search-missing-children #pagination-demo .pagination > .active > span:hover,
.search-missing-children #pagination-demo .pagination > .active > a:focus,
.search-missing-children #pagination-demo .pagination > .active > span:focus {
  z-index: unset;
}
.search-missing-children .pagination > li > a,
.search-missing-children .pagination > li > span {
  font-size: 16px;
  color: #404041;
}
.search-missing-children .pagination > li > a:hover,
.search-missing-children .pagination > li > span:hover,
.search-missing-children .pagination > li > a:focus,
.search-missing-children .pagination > li > span:focus {
  color: #008db6;
}
@media (max-width: 380px) {
  .sticky .search-for-missing-submit {
    border-radius: 0;
  }
}
.search-for-missing-filter-submit,
.search-for-missing-submit {
  background-color: #ffffff;
  opacity: 1;
  margin: auto;
  max-width: 1366px;
  padding-bottom: 53px;
  /*.calendar_box:after {
    content:"\f073";
    font-family: FontAwesome;
    color: @gray-darkest;
    position: absolute;
    right: 12px;
    top: 6px;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    box-sizing: border-box;
  }*/
  /* Tooltips */
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit,
  .search-for-missing-submit {
    border-radius: 20px;
  }
}
@media (max-width: 993px) {
  .search-for-missing-filter-submit,
  .search-for-missing-submit {
    padding-bottom: 30px;
  }
}
@media (min-width: 380px) and (max-width: 992px) {
  .search-for-missing-filter-submit,
  .search-for-missing-submit {
    padding: 5%;
  }
}
.search-for-missing-filter-submit .flex-parent-container,
.search-for-missing-submit .flex-parent-container {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 992px) {
  .search-for-missing-filter-submit .flex-parent-container.-bottom,
  .search-for-missing-submit .flex-parent-container.-bottom {
    display: inline-flex;
  }
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit .flex-parent-container,
  .search-for-missing-submit .flex-parent-container {
    flex-flow: column nowrap;
    padding: 0 36px;
  }
}
.search-for-missing-filter-submit .flex-parent-container.top_container,
.search-for-missing-submit .flex-parent-container.top_container {
  padding-top: 40px;
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit .flex-parent-container.top_container,
  .search-for-missing-submit .flex-parent-container.top_container {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .search-for-missing-filter-submit .container-bottom,
  .search-for-missing-submit .container-bottom {
    display: flex;
    padding-bottom: 40px;
  }
}
.search-for-missing-filter-submit .flex-children-top,
.search-for-missing-submit .flex-children-top {
  flex: 1 0 auto;
  padding-bottom: 10px;
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit .flex-children-top,
  .search-for-missing-submit .flex-children-top {
    flex-basis: unset;
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit .flex-children-top label,
  .search-for-missing-submit .flex-children-top label {
    display: block;
  }
}
.search-for-missing-filter-submit .flex-children-bottom,
.search-for-missing-submit .flex-children-bottom {
  flex: 1 0 auto;
  justify-content: space-evenly;
  align-self: flex-start;
  margin-top: 10px;
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit .flex-children-bottom,
  .search-for-missing-submit .flex-children-bottom {
    width: 100%;
    padding: 10px;
  }
}
@media (min-width: 381px) and (max-width: 530px) {
  .search-for-missing-filter-submit .flex-children-bottom,
  .search-for-missing-submit .flex-children-bottom {
    flex-basis: 50%;
  }
}
@media (min-width: 531px) and (max-width: 993px) {
  .search-for-missing-filter-submit .flex-children-bottom,
  .search-for-missing-submit .flex-children-bottom {
    flex-basis: 33%;
  }
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit .flex-children-bottom,
  .search-for-missing-submit .flex-children-bottom {
    flex-basis: 100%;
  }
}
.search-for-missing-filter-submit .missing-dash:after,
.search-for-missing-submit .missing-dash:after {
  font-size: 10px;
  content: "\2014";
}
.search-for-missing-filter-submit .small-input,
.search-for-missing-submit .small-input {
  width: 42px;
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit .small-input,
  .search-for-missing-submit .small-input {
    width: 44%;
  }
}
.search-for-missing-filter-submit .medium-input,
.search-for-missing-submit .medium-input {
  width: 115px;
  display: inherit;
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit .medium-input,
  .search-for-missing-submit .medium-input {
    width: 100%;
  }
}
.search-for-missing-filter-submit .large-input,
.search-for-missing-submit .large-input {
  width: 200px;
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit .large-input,
  .search-for-missing-submit .large-input {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .search-for-missing-filter-submit .large-input,
  .search-for-missing-submit .large-input {
    display: block;
  }
}
.search-for-missing-filter-submit .input-box,
.search-for-missing-submit .input-box {
  background: #ffffff 0 0 no-repeat padding-box;
  border: 1px solid #404041;
  border-radius: 4px;
  opacity: 1;
  height: 28px;
  margin-bottom: 10px;
  padding-left: 6px;
  color: #404041;
}
.search-for-missing-filter-submit .input-box:focus::placeholder,
.search-for-missing-submit .input-box:focus::placeholder {
  color: transparent;
}
.search-for-missing-filter-submit .missing-input-label-block,
.search-for-missing-submit .missing-input-label-block {
  display: block;
}
.search-for-missing-filter-submit label,
.search-for-missing-submit label {
  font-size: 16px;
}
.search-for-missing-filter-submit .missing-filter-label,
.search-for-missing-submit .missing-filter-label {
  font-size: 14px;
}
.search-for-missing-filter-submit .radio-item,
.search-for-missing-submit .radio-item {
  display: flex;
  position: relative;
  margin-right: 10px;
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit .radio-item,
  .search-for-missing-submit .radio-item {
    display: inline-block;
  }
}
.search-for-missing-filter-submit .radio-item.horizontal-radio-item,
.search-for-missing-submit .radio-item.horizontal-radio-item {
  display: inline-block;
}
.search-for-missing-filter-submit .radio-item input[type='radio'],
.search-for-missing-submit .radio-item input[type='radio'] {
  opacity: 0;
  position: absolute;
  left: 4px;
  top: 7px;
  -ms-transform: scale(1.5);
}
.search-for-missing-filter-submit .radio-item label,
.search-for-missing-submit .radio-item label {
  color: #404041;
  font-weight: normal;
}
.search-for-missing-filter-submit .radio-item label:before,
.search-for-missing-submit .radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 1px solid #404041;
  background-color: transparent;
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit .radio-item label:before,
  .search-for-missing-submit .radio-item label:before {
    margin: 0 6px 0 0;
  }
}
.search-for-missing-filter-submit .radio-item input[type=radio]:checked + label:after,
.search-for-missing-submit .radio-item input[type=radio]:checked + label:after {
  opacity: 1;
  border-radius: 11px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 6px;
  left: 1px;
  content: " ";
  display: block;
  background: #FDB813;
}
.search-for-missing-filter-submit button,
.search-for-missing-submit button {
  background: #fdb813 0 0 no-repeat padding-box;
  border: 1px solid #404041;
  border-radius: 4px;
  opacity: 1;
  font-size: 16px;
  padding: 3px 17px;
  color: #404041;
  display: block;
  width: 100px;
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit button,
  .search-for-missing-submit button {
    width: 100%;
  }
}
@media (min-width: 380px) and (max-width: 992px) {
  .search-for-missing-filter-submit button,
  .search-for-missing-submit button {
    margin: auto;
  }
}
.search-for-missing-filter-submit .btn + .btn,
.search-for-missing-submit .btn + .btn {
  margin-top: 5px;
}
.search-for-missing-filter-submit #filterFirstName,
.search-for-missing-submit #filterFirstName {
  margin-right: 20px;
}
.search-for-missing-filter-submit #label_sort_alphabetical,
.search-for-missing-submit #label_sort_alphabetical {
  margin-right: 10px;
}
.search-for-missing-filter-submit .filter-button-container,
.search-for-missing-submit .filter-button-container {
  margin-top: 33px;
}
.search-for-missing-filter-submit .select_box,
.search-for-missing-submit .select_box,
.search-for-missing-filter-submit .calendar_box,
.search-for-missing-submit .calendar_box {
  overflow: hidden;
  position: relative;
  width: 115px;
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit .select_box,
  .search-for-missing-submit .select_box,
  .search-for-missing-filter-submit .calendar_box,
  .search-for-missing-submit .calendar_box {
    width: 100%;
  }
}
.search-for-missing-filter-submit .select_box:after,
.search-for-missing-submit .select_box:after {
  content: "\f078";
  font-family: FontAwesome;
  color: #404041;
  position: absolute;
  right: 1px;
  top: 5px;
  z-index: 1;
  text-align: center;
  pointer-events: none;
  box-sizing: border-box;
  padding: 2px 5px 2px 2px;
  background-color: #FFFFFF;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.search-for-missing-filter-submit select,
.search-for-missing-submit select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-for-missing-filter-submit select::-ms-expand,
.search-for-missing-submit select::-ms-expand {
  display: none;
}
.search-for-missing-filter-submit .missing-now-container,
.search-for-missing-submit .missing-now-container {
  margin-bottom: 15px;
}
.search-for-missing-filter-submit .tool-tip:hover,
.search-for-missing-submit .tool-tip:hover,
.search-for-missing-filter-submit .fa.fa-info-circle:hover,
.search-for-missing-submit .fa.fa-info-circle:hover,
.search-for-missing-filter-submit .tool-tip:focus,
.search-for-missing-submit .tool-tip:focus,
.search-for-missing-filter-submit .fa.fa-info-circle:focus,
.search-for-missing-submit .fa.fa-info-circle:focus {
  color: #404041;
}
.search-for-missing-filter-submit .tool-tip:hover .tooltip,
.search-for-missing-submit .tool-tip:hover .tooltip,
.search-for-missing-filter-submit .fa.fa-info-circle:hover .tooltip,
.search-for-missing-submit .fa.fa-info-circle:hover .tooltip,
.search-for-missing-filter-submit .tool-tip:focus .tooltip,
.search-for-missing-submit .tool-tip:focus .tooltip,
.search-for-missing-filter-submit .fa.fa-info-circle:focus .tooltip,
.search-for-missing-submit .fa.fa-info-circle:focus .tooltip {
  visibility: visible;
  opacity: 1;
}
.search-for-missing-filter-submit .tool-tip:active,
.search-for-missing-submit .tool-tip:active,
.search-for-missing-filter-submit .fa.fa-info-circle:active,
.search-for-missing-submit .fa.fa-info-circle:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.search-for-missing-filter-submit .tool-tip i,
.search-for-missing-submit .tool-tip i,
.search-for-missing-filter-submit .fa.fa-info-circle i,
.search-for-missing-submit .fa.fa-info-circle i {
  position: relative;
  top: 1px;
  color: #939598;
  font-size: 14px;
}
.search-for-missing-filter-submit .tooltip,
.search-for-missing-submit .tooltip {
  display: block;
  position: absolute;
  height: auto;
  width: 150px;
  bottom: 15px;
  color: #ffffff;
  padding: 8px 3px 6px 3px;
  border: 1px solid #939598;
  background-color: #939598;
  vertical-align: middle;
  text-align: center;
  border-radius: 10px;
  font-size: 11px;
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  z-index: 1;
}
.search-results-list .missing-person-lists {
  display: flex;
  flex-flow: wrap;
  background-color: #f1f1f1;
  padding: 100px 20px 50px 20px;
}
@media (max-width: 996px) {
  .search-results-list .missing-person-lists {
    font-size: 25px;
    padding: 75px 10px 50px 10px;
  }
}
.search-results-list .missing-person-poster {
  flex: 1 0 40%;
  background-color: #ffffff;
  margin-bottom: 30px;
  border-radius: 10px;
  display: flex;
}
.search-results-list .missing-person-poster:last-child {
  flex: 0 0 49%;
}
@media (max-width: 996px) {
  .search-results-list .missing-person-poster {
    flex: 1 0 100%;
  }
  .search-results-list .missing-person-poster:last-child {
    flex: 1 0 100%;
  }
}
@media (min-width: 995px) {
  .search-results-list .missing-person-poster:nth-child(odd) {
    margin-right: 30px;
  }
}
.search-results-list .missing-person-poster img {
  border-radius: 10px;
  flex: 1 0 30%;
  max-height: 160px;
  position: relative;
}
.search-results-list .missing-person-poster .missing-person-name {
  font-size: 26px;
  color: #404041;
  font-family: 'futura', 'Arial', sans-serif;
  opacity: 1;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 380px) {
  .search-results-list .missing-person-poster .missing-person-name {
    font-size: 20px;
  }
}
.search-results-list .missing-person-poster .missing-person-personal-info {
  font-size: 18px;
  padding-bottom: 10px;
}
@media (max-width: 380px) {
  .search-results-list .missing-person-poster .missing-person-personal-info {
    font-size: 16px;
  }
}
.search-results-list .missing-person-poster .missing-person-info {
  padding: 10px 10px 10px 30px;
  flex: 1 1 70%;
  color: #404041;
  background-color: #ffffff;
  border-radius: 0 20px 20px 0;
}
.search-results-list .missing-person-poster .missing-person-info a:hover,
.search-results-list .missing-person-poster .missing-person-info a:focus {
  color: #008db6;
  text-decoration: underline;
}
@media (max-width: 380px) {
  .search-results-list .missing-person-poster .missing-person-info {
    padding: 14px;
  }
}
.missing-bar {
  background-color: #fdb913;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
}
.missing-bar .fa-angle-down:before {
  font-weight: bolder;
}
.missing-bar .fa.fa-th-large,
.missing-bar .fa.fa-list,
.missing-bar .fa.fa-angle-down,
.missing-bar .fa.fa-angle-up {
  font-size: 18px;
  margin-right: 3px;
  cursor: pointer;
  background: #fdb913 no-repeat padding-box;
  border: 1px solid #404041;
  border-radius: 4px;
  padding: 2px 4px 0;
}
.missing-bar .fa.fa-th-large.white-background,
.missing-bar .fa.fa-list.white-background,
.missing-bar .fa.fa-angle-down.white-background,
.missing-bar .fa.fa-angle-up.white-background {
  background: #ffffff;
}
.missing-bar .results-title {
  padding-right: 100px;
}
@media (max-width: 480px) {
  .missing-bar .results-title {
    padding-right: 50px;
  }
}
.missing-bar .results-title,
.missing-bar .modify-title {
  font-size: 16px;
  font-family: 'AvenirLTStd-85Heavy', 'Arial', sans-serif;
  color: #404041;
}
.search-missing-children-old .teaser {
  margin-top: 16px;
}
.search-missing-children-old .teaser.teaser-form .panel-heading {
  background: #ffffff;
}
.search-missing-children-old .teaser.teaser-form .panel-heading h5 {
  position: static;
  top: 0;
  left: 0;
  text-align: left;
}
.search-missing-children-old .teaser.teaser-form .panel-heading .control-label {
  color: #626366;
  padding: 0;
}
.search-missing-children-old .teaser.teaser-form .panel-heading .form-group > [class*="col-"] {
  padding-right: 0;
}
.search-missing-children-old .teaser .panel {
  margin-bottom: 15px;
  background-color: transparent;
  border: 0;
  border-radius: 10px 10px 0 0;
}
.search-missing-children-old .teaser .panel-body {
  padding: 16px;
  background: #404041;
  border-radius: 0 0 10px 10px;
}
.search-missing-children-old .teaser .panel-body h5 {
  padding-top: 0;
}
.search-missing-children-old .teaser .panel-body a {
  font-size: 13px;
  line-height: 16px;
  cursor: pointer;
  color: #92d6e3;
}
.search-missing-children-old .teaser .panel-body a[class*="btn"] {
  color: #ffffff;
}
.search-missing-children-old .teaser .panel-body button,
.search-missing-children-old .teaser .panel-body a.btn-teaser {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.33;
}
.search-missing-children-old .radio-section {
  display: inline-block;
  cursor: pointer;
}
.search-missing-children-old .radio-section-individual {
  display: block;
  float: left;
  overflow: hidden;
  max-height: 34px;
  cursor: pointer;
}
.search-missing-children-old .radio-section-individual label {
  margin-bottom: 0;
  padding: 8px 5px;
  cursor: pointer;
}
.search-missing-children-old .form-horizontal-cover {
  padding: 16px;
  margin-bottom: 20px;
  border: 1px solid #626366;
}
.search-missing-children-old .radio-section-individual {
  border: 1px solid #939597;
}
.search-missing-children-old .radio-section-individual:not(:last-child) {
  border-right: none;
}
.search-missing-children-old .radio-section-individual:first-child {
  border-radius: 8px 0 0 8px;
}
.search-missing-children-old .radio-section-individual:last-child {
  border-radius: 0 8px 8px 0;
  margin-left: -1px;
}
.search-missing-children-old .form-horizontal-cover .form-horizontal .control-label {
  text-align: left;
}
.search-missing-children-old form.form-horizontal label {
  text-align: left;
}
.search-missing-children-old .radio-section input {
  display: none;
}
.search-missing-children-old .radio-section input[type="radio"]:checked + label {
  background-color: #939597;
  color: white;
}
.search-missing-children-old .form-header {
  border: 1px solid grey;
  background-color: grey;
  padding: 5px 0;
  border-radius: 8px;
}
.search-missing-children-old .form-header.open {
  border-radius: 8px 8px 0 0;
}
.search-missing-children-old .form-div-cover {
  padding-bottom: 16px;
}
.search-missing-children-old .form-header p {
  text-align: left;
  color: white;
  padding: 0 12px;
}
.search-missing-children-old .form-header button {
  background-image: url("../collapse-minus.html");
  float: right;
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  padding: 8px;
}
.search-missing-children-old .teaser.teaser-form .search-form .panel-heading {
  background: #404041;
}
.search-missing-children-old .teaser.teaser-form .search-form .panel-heading h5 {
  margin: 0;
}
.search-missing-children-old .teaser.teaser-form .search-form .panel-body {
  background: #ffffff;
}
.search-missing-children-old .teaser.teaser-form .search-form .panel-body .missing-kids-form-old .form-group {
  margin-left: 0;
  margin-right: 0;
}
.search-missing-children-old .teaser.teaser-form h5.search-wizard {
  margin-top: 0;
}
.search-missing-children-old .ajax-loader {
  position: absolute;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
  max-height: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  vertical-align: middle;
}
.search-missing-children-old .ajax-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.search-missing-children-old .missing-person-lists {
  list-style: none;
  padding: 0;
  line-height: 18px;
}
.search-missing-children-old .missing-person-lists li {
  color: #f1f1f2;
  margin-bottom: 16px;
}
.search-missing-children-old .missing-person-lists li:before,
.search-missing-children-old .missing-person-lists li:after {
  content: " ";
  display: table;
}
.search-missing-children-old .missing-person-lists li:after {
  clear: both;
}
.search-missing-children-old .missing-person-lists li:before,
.search-missing-children-old .missing-person-lists li:after {
  content: " ";
  display: table;
}
.search-missing-children-old .missing-person-lists li:after {
  clear: both;
}
.search-missing-children-old .missing-person-lists li img {
  float: left !important;
  margin-right: 16px;
}
.search-missing-children-old .missing-person-lists li h5 {
  margin-bottom: 10px;
}
.search-missing-children-old .missing-person-lists li small {
  font-size: 11px;
}
.search-missing-children-old .missing-person-lists li .missing-person-link {
  padding-top: 10px;
}
.search-missing-children-old .missing-person-link a {
  color: #92D6E3;
}
.search-missing-children-old .missing-person-link a.active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
.checkbox-search-wizard {
  margin-top: 16px;
}
.checkbox-search-wizard label {
  float: left !important;
  font-weight: normal;
}
.checkbox-search-wizard label input[type="checkbox"] {
  vertical-align: text-bottom;
}
.full-width {
  width: 100%;
}
.align-left {
  text-align: left;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.search-for-missing-filter-submit-old {
  background-color: #ffffff;
  opacity: 1;
  margin: auto;
  max-width: 1366px;
  padding-bottom: 53px;
  /*.calendar_box:after {
    content:"\f073";
    font-family: FontAwesome;
    color: @gray-darkest;
    position: absolute;
    right: 12px;
    top: 6px;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    box-sizing: border-box;
  }*/
  /* Tooltips */
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit-old {
    border-radius: 20px;
  }
}
@media (max-width: 993px) {
  .search-for-missing-filter-submit-old {
    padding-bottom: 30px;
  }
}
@media (min-width: 380px) and (max-width: 992px) {
  .search-for-missing-filter-submit-old {
    margin: 5%;
  }
}
.search-for-missing-filter-submit-old .flex-parent-container {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 992px) {
  .search-for-missing-filter-submit-old .flex-parent-container.-bottom {
    display: inline-flex;
  }
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit-old .flex-parent-container {
    flex-flow: column nowrap;
    padding: 0 36px;
  }
}
.search-for-missing-filter-submit-old .flex-parent-container.top_container {
  padding-top: 40px;
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit-old .flex-parent-container.top_container {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .search-for-missing-filter-submit-old .container-bottom {
    display: flex;
  }
}
.search-for-missing-filter-submit-old .flex-children-top {
  flex: 1 0 auto;
  padding-bottom: 10px;
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit-old .flex-children-top {
    flex-basis: unset;
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit-old .flex-children-top label {
    display: block;
  }
}
.search-for-missing-filter-submit-old .flex-children-bottom {
  flex: 1 0 auto;
  justify-content: space-evenly;
  align-self: flex-start;
  margin-top: 10px;
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit-old .flex-children-bottom {
    width: 100%;
    padding: 10px;
  }
}
@media (min-width: 381px) and (max-width: 530px) {
  .search-for-missing-filter-submit-old .flex-children-bottom {
    flex-basis: 50%;
  }
}
@media (min-width: 531px) and (max-width: 993px) {
  .search-for-missing-filter-submit-old .flex-children-bottom {
    flex-basis: 33%;
  }
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit-old .flex-children-bottom {
    flex-basis: 100%;
  }
}
.search-for-missing-filter-submit-old .missing-dash:after {
  font-size: 10px;
  content: "\2014";
}
.search-for-missing-filter-submit-old .small-input {
  width: 35px;
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit-old .small-input {
    width: 44%;
  }
}
.search-for-missing-filter-submit-old .medium-input {
  width: 115px;
  display: inherit;
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit-old .medium-input {
    width: 100%;
  }
}
.search-for-missing-filter-submit-old .large-input {
  width: 200px;
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit-old .large-input {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .search-for-missing-filter-submit-old .large-input {
    display: block;
  }
}
.search-for-missing-filter-submit-old .input-box {
  background: #ffffff 0 0 no-repeat padding-box;
  border: 1px solid #404041;
  border-radius: 4px;
  opacity: 1;
  height: 28px;
  margin-bottom: 10px;
  padding-left: 6px;
}
.search-for-missing-filter-submit-old .missing-input-label-block {
  display: block;
}
.search-for-missing-filter-submit-old label {
  font-size: 16px;
}
.search-for-missing-filter-submit-old .missing-filter-label {
  font-size: 14px;
}
.search-for-missing-filter-submit-old .radio-item {
  display: block;
  position: relative;
  margin-right: 10px;
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit-old .radio-item {
    display: inline-block;
  }
}
.search-for-missing-filter-submit-old .radio-item.horizontal-radio-item {
  display: inline-block;
}
.search-for-missing-filter-submit-old .radio-item input[type='radio'] {
  opacity: 0;
  position: absolute;
  left: 4px;
  top: 7px;
  -ms-transform: scale(1.5);
}
.search-for-missing-filter-submit-old .radio-item label {
  color: #404041;
  font-weight: normal;
}
.search-for-missing-filter-submit-old .radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 1px solid #404041;
  background-color: transparent;
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit-old .radio-item label:before {
    margin: 0 6px 0 0;
  }
}
.search-for-missing-filter-submit-old .radio-item input[type=radio]:checked + label:after {
  opacity: 1;
  border-radius: 11px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 6px;
  left: 1px;
  content: " ";
  display: block;
  background: #FDB813;
}
.search-for-missing-filter-submit-old button {
  background: #fdb813 0 0 no-repeat padding-box;
  border: 1px solid #404041;
  border-radius: 4px;
  opacity: 1;
  font-size: 16px;
  padding: 3px 17px;
  color: #404041;
  display: block;
  width: 86px;
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit-old button {
    width: 100%;
  }
}
@media (min-width: 380px) and (max-width: 992px) {
  .search-for-missing-filter-submit-old button {
    margin: auto;
  }
}
.search-for-missing-filter-submit-old .btn + .btn {
  margin-top: 5px;
}
.search-for-missing-filter-submit-old #filterFirstName {
  margin-right: 20px;
}
.search-for-missing-filter-submit-old #label_sort_alphabetical {
  margin-right: 10px;
}
.search-for-missing-filter-submit-old .filter-button-container {
  margin-top: 24px;
}
.search-for-missing-filter-submit-old .select_box,
.search-for-missing-filter-submit-old .calendar_box {
  overflow: hidden;
  position: relative;
  width: 115px;
}
@media (max-width: 380px) {
  .search-for-missing-filter-submit-old .select_box,
  .search-for-missing-filter-submit-old .calendar_box {
    width: 100%;
  }
}
.search-for-missing-filter-submit-old .select_box:after {
  content: "\f078";
  font-family: FontAwesome;
  color: #404041;
  position: absolute;
  right: 1px;
  top: 5px;
  z-index: 1;
  text-align: center;
  pointer-events: none;
  box-sizing: border-box;
  padding: 2px 5px 2px 2px;
  background-color: #FFFFFF;
}
.search-for-missing-filter-submit-old select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (min-width: 380px) {
  .search-for-missing-filter-submit-old .missing-now-container {
    margin-bottom: 52px;
  }
}
@media (max-width: 992px) {
  .search-for-missing-filter-submit-old .missing-now-container {
    margin-bottom: 15px;
  }
}
.search-for-missing-filter-submit-old .tool-tip:hover,
.search-for-missing-filter-submit-old .fa.fa-info-circle:hover,
.search-for-missing-filter-submit-old .tool-tip:focus,
.search-for-missing-filter-submit-old .fa.fa-info-circle:focus {
  color: #404041;
}
.search-for-missing-filter-submit-old .tool-tip:hover .tooltip,
.search-for-missing-filter-submit-old .fa.fa-info-circle:hover .tooltip,
.search-for-missing-filter-submit-old .tool-tip:focus .tooltip,
.search-for-missing-filter-submit-old .fa.fa-info-circle:focus .tooltip {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -150%);
}
.search-for-missing-filter-submit-old .tool-tip:active,
.search-for-missing-filter-submit-old .fa.fa-info-circle:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.search-for-missing-filter-submit-old .tool-tip i,
.search-for-missing-filter-submit-old .fa.fa-info-circle i {
  position: relative;
  top: 1px;
  color: #939598;
}
.search-for-missing-filter-submit-old .tooltip {
  display: block;
  position: absolute;
  height: auto;
  width: 150px;
  left: 60%;
  color: #ffffff;
  padding: 8px 3px 6px 3px;
  border: 1px solid #939598;
  background-color: #939598;
  vertical-align: middle;
  text-align: center;
  border-radius: 10px;
  font-size: 11px;
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  z-index: 1;
}
.cybertipline-banner .form-cover-box {
  border: 1px solid grey;
  background-color: white;
  padding: 16px;
  border-radius: 10px;
  width: 100%;
  margin: 16px 0;
}
.cybertipline-banner .form-cover-box label {
  padding-left: 5px;
  text-align: right;
  width: 10%;
  margin-left: 40px;
}
.cybertipline-banner .form-cover-box input.texttype {
  padding: 1px 2px 2px 1px;
  width: 50%;
  margin-left: auto;
}
.cybertipline-banner .form-cover-box input.submittype {
  display: block;
  margin: 0 auto;
  border: 1px solid grey;
  padding: 5px 16px;
}
.cybertipline-banner .centre-body-cover {
  max-width: 300px;
  margin: 0 auto 16px;
}
.cybertipline-banner .header-box-cover-withborder h2 {
  background-color: red;
  margin-bottom: 0;
  padding: 16px;
  margin-top: 0;
}
.cybertipline-banner .heading-centre {
  margin-right: auto;
  margin-left: auto;
  width: 70%;
  background-color: red;
  padding: 5px;
}
.cybertipline-banner .heading-centre:hover {
  background-color: yellow;
}
.cybertipline-banner .heading-centre a:hover {
  text-decoration: none;
}
.cybertipline-banner .header-box-cover p {
  margin-top: 0;
  text-align: left;
}
.cybertipline-banner .header-box-cover {
  width: 100%;
}
.cybertipline-banner .header-box-cover-withborder {
  width: 100%;
  border: 1px solid red;
}
.cybertipline-banner .header-top1 {
  border: 1px solid black;
  padding: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0;
}
.cybertipline-banner .header-top2 {
  border: 1px solid black;
  padding: 16px;
  background-color: black;
  color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 0;
}
.cybertipline-banner .header-top2 a {
  display: block;
  text-align: right;
  text-decoration: none;
}
.cybertipline-banner .header-top2 a:hover {
  text-decoration: underline;
  color: #92d6e3;
}
.cybertipline-banner .header-top1 img {
  width: 100%;
}
.cybertipline-banner .header-box2 {
  padding: 16px;
}
.cybertipline-banner .header-top2 h2 {
  font-size: 16px;
  font-family: Futura;
}
.cybertipline-banner .header-top2 p {
  font-size: 13px;
  font-family: 'AvenirLTStd-Black';
}
.cybertipline-banner .text-align-centre {
  text-align: center;
}
.cybertipline-banner .text-align-centre p {
  margin-bottom: 0;
}
.control-label {
  word-wrap: break-word;
  color: #626366;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}
.error {
  color: #b30303;
  padding-right: 5px;
}
label.error {
  color: #b30303;
}
.volunteer-app-wrapper .inner-wrapper {
  padding-top: 16px;
}
.volunteer-app-wrapper .btn-default {
  padding: 5px 0;
  font-size: 16px;
  box-shadow: none;
  color: #626366;
  border: 1px solid #626366;
}
.volunteer-app-wrapper .btn-default:hover {
  background: #008DB6;
  border-color: #008DB6;
  color: #fff;
}
.volunteer-app-wrapper .panel .panel-heading {
  pointer-events: none;
  padding-top: 0 !important;
}
.volunteer-app-wrapper .panel.has-valid-form .panel-heading {
  pointer-events: auto;
}
.volunteer-app-wrapper .panel #background-form label.text-left {
  text-align: left;
}
.volunteer-app-wrapper .panel #background-form label.text-left.text-top {
  padding-bottom: 7px;
}
.volunteer-app-wrapper .instructions-wrapper {
  background: #fff;
  border-radius: 5px;
  margin-top: 16px;
  overflow: hidden;
}
.volunteer-app-wrapper .instructions-wrapper .img-title {
  padding: 16px 16px 0;
}
.volunteer-app-wrapper .instructions-wrapper .desc {
  padding: 0 16px;
}
.volunteer-app-wrapper .img-title {
  font-style: italic;
  color: #165d9a;
  padding: 5px 0 0;
  font-weight: 500;
}
.ncmec-style-page .nomargin {
  margin: 0;
}
.ncmec-style-page .safety-store-images {
  display: block;
  margin: 0 auto;
  width: 60%;
  margin-top: 16px;
}
.ncmec-style-page .safety-store-images img {
  height: 30px;
  width: 100px;
  vertical-align: middle;
}
.ncmec-style-page .safety-store-images a:hover {
  text-decoration: none;
}
.ncmec-style-page .safety-store-images a {
  margin: 0 5px;
  text-decoration: none;
}
.enews .submitbutton {
  width: 30%;
  margin: 0 auto;
  margin-top: 16px;
}
.enews .right-cover-div {
  width: 50%;
  float: left;
}
.enews .label-div {
  width: 30%;
  float: left;
  text-align: right;
  padding-right: 16px;
  padding-top: 8px;
}
.gen-info-list .list-group-item img {
  border-radius: 0;
  margin-left: 16px;
}
.executive-team:only-of-type .list-group-item {
  border-top: none;
}
.executive-team h2 {
  color: #006C8A;
  font-weight: normal;
}
.executive-team .list-group-item {
  line-height: 1.4;
  padding: 8px;
}
@media (min-width: 767px) {
  .executive-team .list-group-item {
    padding: 16px;
  }
}
@media (min-width: 767px) and (orientation: landscape) {
  .executive-team .list-group-item {
    padding: 13px;
  }
}
@media (min-width: 1200px) {
  .executive-team .list-group-item {
    padding: 16px ;
  }
}
.executive-team .list-group-item img {
  border: 0;
  float: left;
  border-radius: 10px;
  width: 144px;
}
@media (min-width: 767px) {
  .executive-team .list-group-item img {
    width: 144px;
  }
}
@media (min-width: 767px) and (orientation: landscape) {
  .executive-team .list-group-item img {
    width: 117px;
  }
}
@media (min-width: 1200px) {
  .executive-team .list-group-item img {
    width: 144px;
  }
}
.executive-team .list-group-item .name {
  font-family: 'Futura';
  font-size: 16px;
  color: #404041;
  padding: 8px 0;
  font-weight: bold;
}
.executive-team .list-group-item .name a {
  color: #404041;
}
@media (min-width: 767px) {
  .executive-team .list-group-item .name {
    padding: 16px 0;
  }
}
@media (min-width: 767px) and (orientation: landscape) {
  .executive-team .list-group-item .name {
    padding: 13px 0;
  }
}
@media (min-width: 1200px) {
  .executive-team .list-group-item .name {
    padding: 16px 0;
  }
}
.executive-team .list-group-item .title {
  font-family: 'AvenirLTStd-Black';
  color: #626366;
  font-size: 13px;
  font-style: italic;
}
@media (min-width: 426px) {
  .executive-team:only-of-type .list-group-item {
    padding-left: 16px;
    border-top: none;
  }
}
.rss-container h2 {
  color: #006C8A;
  font-weight: normal;
}
.rss-container p {
  margin-bottom: 20px;
}
.rss-container h3 {
  color: #165d9a;
  font-weight: 100;
  font-size: 18px;
  margin: 0;
  line-height: 1.2;
  padding-bottom: 5px;
}
.rss-container .rssLink {
  line-height: 1.25;
  margin: 0 0 5px;
  font-size: 1.5rem;
  display: inline-block;
  color: #008db6;
  padding-left: 20px;
  background: url(../rsslinkicon.html) no-repeat;
}
.rss-container .rss-list {
  padding-left: 8px;
  padding-right: 8px;
}
.rss-container .rss-list div {
  float: left;
  width: 50%;
}
.helpline-container {
  position: relative;
}
@media (min-width: 767px) {
  .helpline-container:before,
  .helpline-container:after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
  }
  .helpline-container:before {
    background: #AD1A1F;
    left: 0;
    z-index: 1;
  }
  .helpline-container:after {
    background: #fff;
    right: 0;
    z-index: 1;
  }
}
.helpline-container .helpline-wrapper {
  text-align: center;
}
@media (max-width: 767px) {
  .helpline-container .helpline-wrapper {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .helpline-container .helpline-wrapper {
    display: flex;
  }
}
.helpline-container .helpline-wrapper .helpline-content {
  padding: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .helpline-container .helpline-wrapper .helpline-content {
    background: #AD1A1F;
  }
}
.helpline-container .helpline-wrapper .report-content {
  z-index: 2;
}
@media (max-width: 767px) {
  .helpline-container .helpline-wrapper .report-content {
    background: #fff;
  }
}
.helpline-container .helpline-wrapper .report-content h4 {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .helpline-container .helpline-wrapper .report-content h4 {
    font-size: 24px;
  }
}
.helpline-container .helpline-wrapper .report-content .btn {
  background: #AD1A1F;
  font-size: 16px;
  padding: 5px 30px;
  text-transform: none;
  margin-bottom: 5px;
}
.helpline-container .helpline-wrapper .report-content .btn:hover {
  background: #ffffff;
  border: 1px solid #AD1A1F;
  color: #AD1A1F;
}
.statistics-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  margin-bottom: 16px;
}
@media (min-width: 767px) {
  .statistics-wrapper {
    min-height: 195px;
  }
}
@media (min-width: 992px) {
  .statistics-wrapper {
    min-height: 245px;
  }
}
.statistics-wrapper picture,
.statistics-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.statistics-wrapper .statistics-content {
  text-align: center;
  position: relative;
}
.statistics-wrapper .statistics-content h3 {
  color: inherit;
}
@media (max-width: 480px) {
  .statistics-wrapper .statistics-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 380px) {
  .statistics-wrapper .statistics-content h3 {
    font-size: 20px;
  }
}
.statistics-wrapper .statistics-content .counter {
  color: inherit;
  font-size: 144px;
  font-family: 'Futura', 'Arial', sans-serif;
}
@media (max-width: 380px) {
  .statistics-wrapper .statistics-content .counter {
    font-size: 80px;
  }
}
@media (max-width: 420px) {
  .statistics-wrapper .statistics-content .counter {
    font-size: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .statistics-wrapper .statistics-content .counter {
    font-size: 100px;
  }
}
.statistics-wrapper .statistics-content.white {
  color: #fff;
}
.home-content {
  text-align: center;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .home-content {
    padding: 10px 20px;
  }
}
.home-content .desc {
  color: #818181;
  line-height: 32px;
  margin: 0;
}
@media (max-width: 767px) {
  .home-content .desc {
    font-size: 16px;
    line-height: 1.5;
  }
}
.home-content .title {
  color: #FDB813;
}
@media (max-width: 767px) {
  .home-content .title {
    font-size: 34px;
  }
}
.home-teaser-wrapper:first-child {
  padding-left: 0;
  padding-right: 0;
}
.home-teaser-wrapper.homepage-teasers {
  padding-left: 0;
  padding-right: 0;
}
.home-teaser-wrapper.homepage-teasers:last-child {
  padding-bottom: 16px;
}
@media (min-width: 767px) {
  .home-teaser-wrapper.homepage-teasers:last-child {
    padding-bottom: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .home-teaser-wrapper.homepage-teasers:last-child {
    padding-bottom: 32px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.home-teaser-wrapper.homepage-teasers .col-centered {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .home-teaser-wrapper picture,
  .home-teaser-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.home-teaser-wrapper .video-btn {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 80px;
  height: 60px;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .home-teaser-wrapper .video-btn {
    width: 60px;
    height: 40px;
  }
}
.home-teaser-wrapper .video-btn:after {
  content: "\25B6";
  position: absolute;
  left: 59%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 25px;
  height: 30px;
  width: 30px;
  color: #fff;
}
.home-teaser-wrapper .video-btn.youtube-btn {
  background-color: rgba(255, 0, 0, 0.8);
}
.home-teaser-wrapper .video-btn.youtube-btn:hover {
  background-color: #ff0000;
}
.home-teaser-wrapper .video-btn.vimeo-btn {
  background-color: rgba(0, 177, 255, 0.8);
}
.home-teaser-wrapper .video-btn.vimeo-btn:hover {
  background-color: #00b1ff;
}
.home-teaser-wrapper .small-teasers {
  padding: 0;
}
.home-teaser-wrapper .small-teasers .home-teaser {
  margin-top: 8px;
}
@media (min-width: 767px) {
  .home-teaser-wrapper .small-teasers .home-teaser {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .home-teaser-wrapper .small-teasers .home-teaser {
    margin-top: 16px;
  }
}
@media (max-width: 480px) {
  .home-teaser-wrapper .small-teasers .home-teaser[class*="col-"]:first-child,
  .home-teaser-wrapper .small-teasers .home-teaser[class*="col-"]:nth-child(odd) {
    padding-right: 4px;
  }
  .home-teaser-wrapper .small-teasers .home-teaser[class*="col-"]:nth-child(even) {
    padding-left: 4px;
  }
}
.home-teaser-wrapper .home-teaser {
  border-radius: 10px;
  border: 1px solid transparent;
  overflow: hidden;
}
.home-teaser-wrapper .home-teaser.full-teaser {
  position: relative;
  padding: 0;
}
@media (min-width: 767px) {
  .home-teaser-wrapper .home-teaser.full-teaser {
    min-height: 350px;
  }
}
@media (min-width: 992px) {
  .home-teaser-wrapper .home-teaser.full-teaser {
    min-height: 520px;
  }
}
.home-teaser-wrapper .home-teaser.full-teaser .teaser-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(71, 165, 194, 0.5);
}
.home-teaser-wrapper .home-teaser.full-teaser .teaser-content-wrapper .teaser-content {
  padding: 16px;
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  max-width: 320px;
  border: 1px solid;
  color: #fff;
  border-color: #fff;
}
.home-teaser-wrapper .home-teaser.full-teaser .teaser-content-wrapper .teaser-content.no-border {
  border: none;
}
@media (min-width: 767px) {
  .home-teaser-wrapper .home-teaser.full-teaser .teaser-content-wrapper .teaser-content {
    top: 25px;
    left: 25px;
    bottom: 25px;
  }
}
@media (min-width: 992px) {
  .home-teaser-wrapper .home-teaser.full-teaser .teaser-content-wrapper .teaser-content {
    top: 55px;
    left: 55px;
    bottom: 55px;
  }
}
@media (max-width: 480px) {
  .home-teaser-wrapper .home-teaser.full-teaser .teaser-content-wrapper .teaser-content {
    max-width: 180px;
  }
}
.home-teaser-wrapper .home-teaser.full-teaser .teaser-content-wrapper .teaser-content.right {
  left: auto;
  right: 15px;
}
@media (min-width: 767px) {
  .home-teaser-wrapper .home-teaser.full-teaser .teaser-content-wrapper .teaser-content.right {
    right: 25px;
  }
}
@media (min-width: 992px) {
  .home-teaser-wrapper .home-teaser.full-teaser .teaser-content-wrapper .teaser-content.right {
    right: 55px;
  }
}
.home-teaser-wrapper .home-teaser.full-teaser .teaser-content-wrapper .teaser-content .title {
  color: inherit;
  margin: 0;
}
@media (max-width: 480px) {
  .home-teaser-wrapper .home-teaser.full-teaser .teaser-content-wrapper .teaser-content .title {
    font-size: 24px;
    line-height: 26px;
  }
}
.home-teaser-wrapper .home-teaser.full-teaser .teaser-content-wrapper .teaser-content .desc {
  color: inherit;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .home-teaser-wrapper .home-teaser.full-teaser .teaser-content-wrapper .teaser-content .desc {
    font-size: 16px;
    line-height: 18px;
  }
}
.home-teaser-wrapper .home-teaser.full-teaser .teaser-content-wrapper .teaser-content .link {
  color: inherit;
  position: absolute;
  right: 20px;
  bottom: 15px;
  margin: 0;
}
@media (max-width: 480px) {
  .home-teaser-wrapper .home-teaser.full-teaser .teaser-content-wrapper .teaser-content .link {
    font-size: 13px;
  }
}
.home-teaser-wrapper .home-teaser.full-teaser .teaser-content-wrapper .teaser-content .link:after {
  content: ">>";
  position: relative;
  left: 5px;
  display: inline-block;
}
.home-teaser-wrapper .home-teaser.full-teaser .teaser-content-wrapper .teaser-content .link:hover {
  text-decoration: none;
}
.home-teaser-wrapper .home-teaser .panel {
  background: #404041;
  color: #fff;
  font-family: 'Futura', 'Arial', sans-serif;
  height: 405px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .home-teaser-wrapper .home-teaser .panel {
    height: 545px;
  }
}
@media (min-width: 992px) {
  .home-teaser-wrapper .home-teaser .panel {
    height: 530px;
  }
}
.home-teaser-wrapper .home-teaser .panel .panel-heading {
  padding: 0;
  border: none;
  position: relative;
  height: 50%;
  overflow: hidden;
}
.home-teaser-wrapper .home-teaser .panel .panel-heading img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-teaser-wrapper .home-teaser .panel .panel-body {
  position: absolute;
  min-height: 50%;
  bottom: 0;
  background: inherit;
  width: 100%;
  z-index: 1001;
}
@media (min-width: 767px) {
  .home-teaser-wrapper .home-teaser .panel .panel-body {
    padding: 16px 24px;
  }
}
.home-teaser-wrapper .home-teaser .panel .panel-body .title {
  color: #92D6E3;
  font-size: 24px;
  line-height: 32px;
  overflow: hidden;
  margin-top: 0;
}
@media (min-width: 767px) {
  .home-teaser-wrapper .home-teaser .panel .panel-body .title {
    font-size: 35px;
    line-height: 46px;
  }
}
.home-teaser-wrapper .home-teaser .panel .panel-body .desc {
  font-size: 16px;
  line-height: 21px;
  font-family: inherit;
  margin-bottom: 70px;
}
@media (min-width: 767px) {
  .home-teaser-wrapper .home-teaser .panel .panel-body .desc {
    font-size: 24px;
    line-height: 32px;
  }
}
.home-teaser-wrapper .home-teaser .panel .panel-body .btn {
  position: absolute;
}
.home-teaser-wrapper .home-teaser .panel .panel-body .btn.btn-block {
  bottom: 0;
  width: 100%;
  left: 0;
  font-size: 16px;
}
@media (min-width: 767px) {
  .home-teaser-wrapper .home-teaser .panel .panel-body .btn.btn-block {
    bottom: 35px;
    width: 80%;
    left: 50%;
    font-size: 24px;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .home-teaser-wrapper .home-teaser .panel .panel-body .btn.btn-block {
    padding: 8px 0;
    text-align: center;
    border-radius: 0;
  }
}
.home-teaser-wrapper .home-teaser .panel .panel-body .btn.btn-block.link {
  border: none;
  font-size: 13px;
  position: absolute;
  left: auto;
  transform: none;
  right: 25px;
  bottom: 25px;
  display: inline-block;
  width: auto;
  padding: 0;
}
@media (min-width: 767px) {
  .home-teaser-wrapper .home-teaser .panel .panel-body .btn.btn-block.link {
    font-size: 16px;
  }
}
.home-teaser-wrapper .home-teaser .panel .panel-body .btn.btn-block.link:hover {
  background: none;
  color: #008DB6;
}
.home-teaser-wrapper .home-teaser .panel.blue-background {
  background: #008DB6;
}
.home-teaser-wrapper .home-teaser .panel.blue-background .panel-body .title {
  color: inherit;
}
.home-teaser-wrapper .home-teaser .panel.blue-background .panel-body .btn.btn-block:hover {
  background: #fff;
  color: #008DB6;
}
.home-teaser-wrapper .home-teaser .panel.blue-background .panel-body .btn.link:hover {
  background: none;
  color: #fff;
}
@media (max-width: 767px) {
  .home-teaser-wrapper .home-teaser .panel.big-teaser .panel-heading {
    height: 226px;
  }
}
@media (max-width: 767px) {
  .home-teaser-wrapper .home-teaser .panel.big-teaser .title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .home-teaser-wrapper .home-teaser .panel.big-teaser .desc {
    font-size: 16px;
    line-height: 24px;
  }
}
#home-teaser-video.modal .modal-dialog {
  width: 90%;
}
#home-teaser-video.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#home-teaser-video.modal .modal-dialog .modal-content .modal-body .close-button {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 10000;
  background: #fff;
  border-radius: 15px;
  padding: 5px 8px;
}
#home-teaser-video.modal .modal-dialog .modal-content .modal-body .close-button .close {
  top: 1px;
  position: relative;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.donate-classy form {
  text-align: center;
}
.donate-classy .currency-symb {
  padding: 0 8px 0 16px;
}
.donate-classy .currency-type {
  padding: 0 16px 0 8px;
}
.donate-classy .donate-row {
  padding: 0 16px;
}
.donate-classy .donate-row .btn {
  font-size: 16px;
  margin: 0 8px;
  text-transform: none;
  background-color: #008DB6;
  border: 1px solid #008DB6;
  width: 64px;
  height: 32px;
  display: block;
  float: left;
  padding: 0;
}
.donate-classy .donate-row .btn:first-child {
  margin-left: 0;
}
.donate-classy .donate-row .btn:last-child {
  margin-right: 0;
}
.donate-classy .donate-row .btn-secondary {
  font-size: 16px;
  margin: 0 8px;
  background-color: #FFFFFF;
  border: solid 1px #626366;
  border-radius: 10px;
}
.donate-classy .donate-row .btn-secondary:hover {
  background-color: #008DB6;
  border: 1px solid #fff;
}
.donate-classy .card-info {
  text-transform: none;
  background-color: #39C2D7;
  border: 0;
  text-align: center;
  font-size: 16px;
  width: 144px;
  height: 32px;
}
.donate-classy #dollars {
  width: 64px;
  float: left;
}
.donate-classy .donation {
  margin: 10px 0;
  text-align: left;
  line-height: 30px;
}
.donate-classy .donation label.donation-label,
.donate-classy .donation span {
  padding-top: 0;
}
.donate-classy .donation input[type="text"] {
  position: relative;
  float: left;
}
.donate-classy .donation label {
  font-weight: normal;
  font-size: 13px;
  float: left;
}
.donate-classy .donation .radio label {
  padding-left: 0;
  padding-right: 0;
  margin: -5px 0 0;
}
.donate-classy .donation .radio label.gutterR0 {
  padding-right: 0;
  padding-left: 16px;
}
.donate-classy .donation .radio label:before {
  margin-right: 8px;
  position: static;
}
.donate-classy .donation .radio input[type="radio"] {
  float: left;
  margin-top: 8px;
  position: absolute;
}
.donate-classy .form-control,
.donate-classy .radio,
.donate-classy .checkbox {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 992px) {
  .donate-classy .donate-row {
    padding: 0 16px;
  }
  .donate-classy .donate-row .btn {
    font-size: 16px;
    margin: 0 6px;
    width: 52px;
    height: 39px;
    padding: 6px;
  }
  .donate-classy .donate-row .btn:first-child {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .donate-classy {
    text-align: left;
  }
  .donate-classy .donate-row .btn {
    margin: 0 8px;
    width: 63px;
    height: 32px;
    padding: 0;
  }
  .donate-classy .donate-row .btn:first-child {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .donate-classy {
    text-align: left;
  }
  .donate-classy .donate-row {
    padding: 0 16px;
  }
  .donate-classy .donate-row .btn {
    margin-bottom: 8px;
    display: inline-block;
    float: none;
  }
  .donate-classy .card-info {
    margin-top: -45px;
  }
  .donate-classy .donation input[type="text"] {
    top: 0;
  }
  .donate-classy .donation .radio input[type="radio"] {
    margin-left: 0;
  }
}
/*! =======================================================
                      VERSION  9.8.1              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 100%;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 5px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  border-right-color: #0480be;
  margin-left: 0;
  margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #939597 0%, #939597 100%);
  background-image: -o-linear-gradient(top, #939597 0%, #939597 100%);
  background-image: linear-gradient(to bottom, #939597 0%, #939597 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #006c8a 0%, #006c8a 100%);
  background-image: -o-linear-gradient(top, #006c8a 0%, #006c8a 100%);
  background-image: linear-gradient(to bottom, #006c8a 0%, #006c8a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  background-color: #006C8A;
  background-image: -webkit-linear-gradient(top, #006c8a 0%, #006c8a 100%);
  background-image: -o-linear-gradient(top, #006c8a 0%, #006c8a 100%);
  background-image: linear-gradient(to bottom, #006c8a 0%, #006c8a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
.full-width {
  position: relative;
  padding-bottom: 16px;
}
.full-width > b.left-range {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  font-weight: normal;
}
.full-width > b.right-range {
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 1;
  font-weight: normal;
}
.fb_iframe_widget {
  float: left;
  margin-right: 10px;
}
* {
  margin: 0;
  padding: 0;
}
.content-wrapper {
  position: relative;
}
.stickyWrapper {
  z-index: 1;
  position: fixed;
  width: 151px;
  padding: 5px;
  bottom: 0;
  background: #c6c8ca;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.absolute {
  position: absolute !important;
}
.stickyBox {
  color: #626366;
  padding: 10px 0 2px 0;
  height: auto;
}
.stickyBox ul {
  margin-bottom: 4px;
}
.stickyBox li {
  list-style: none;
  background: #fff;
  border-radius: 10px;
  padding-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-top: 10px;
  margin-left: -15px;
}
.stickyBox li i {
  cursor: pointer;
  color: #C6C8CA;
  position: absolute;
  right: 8px;
  top: 8px;
}
.stickyBox li a {
  text-decoration: none;
  color: #626366;
  padding: 10px 25px;
  display: block;
  font-family: 'Futura', 'Arial', sans-serif;
}
.stickyBox li:hover {
  background-color: #008DB6;
}
.stickyBox li:hover a {
  color: #ffffff;
}
.stickyBox li:first-child {
  margin-top: 0;
}
#arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 45%;
  z-index: 9;
}
#arrow.down {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #626366;
}
#arrow.up {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #626366;
}
/*.stickyBox li:first-child{
        margin-top: 0;
    }
    .stickyBox li{
        list-style: none;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #d5d6d8;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        margin-top: 10px;
    } 
    .stickyBox li i {
        color: #C6C8CA;
        position: absolute;
        right: 8px;
        top: 8px;
    } */
@media (max-width: 768px) {
  .stickyWrapper {
    width: 170px;
    padding: 5px 16px;
    left: 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .stickyBox li {
    margin-left: -29px;
  }
}
@media (max-width: 480px) {
  #arrow {
    left: 48%;
  }
  .stickyBox li:first-child {
    margin-top: 16px;
  }
  .stickyBox li {
    margin-top: 16px;
  }
  .stickyBox li:nth-of-type(even) i {
    left: 10px;
    right: initial;
  }
  .stickyWrapper {
    position: fixed;
    width: 320px;
    left: 0;
    right: 0;
    padding: 0;
    min-height: 7px;
    margin: 0 auto;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .stickyBox {
    height: auto;
    padding: 0;
  }
  .stickyBox li {
    width: 50%;
    margin-left: 0;
  }
  .stickyBox li:nth-child(odd) {
    float: left;
    margin-left: -8px;
  }
  .stickyBox li:nth-child(even) {
    float: right;
    margin-right: -8px;
  }
}
.teaser .panel-heading .search-page > h5 {
  position: static;
  padding-left: 8px;
  padding-right: 8px;
  text-align: left;
}
.search-page > p {
  padding-left: 8px;
  padding-right: 8px;
  text-align: left;
}
#pagination-demo {
  margin: 0;
  text-align: center;
}
#pagination-demo .pagination li a {
  position: relative;
  float: left;
  width: 35px;
  padding: 3px 10px;
  line-height: 1.23;
  background-color: transparent;
  border: 0;
  margin-left: -1px;
}
#pagination-demo .pagination > li.page-item.disabled > a {
  color: #fff;
}
#pagination-demo .pagination > li.active > a.page-link {
  font-weight: bold;
  color: #fff;
}
ul.missing-person-lists img {
  width: 64px;
  height: 80px;
  border-radius: 10px;
}
#js-no-results-found {
  display: none;
}
.datepicker table tr td.active,
td.active.disabled,
td.active.disabled:hover,
td.active:hover {
  background: none;
  background-color: #525252 !important;
  color: #fff;
  border-radius: 2px;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  font-weight: bold;
  padding: 10px !important;
  color: #000;
  font-size: 14px;
}
.custom-radio-checkbox input[type=radio] {
  opacity: 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.custom-radio-checkbox input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  padding-left: 25px;
  cursor: pointer;
  position: relative;
}
.custom-radio-checkbox input[type=radio] + label:before {
  content: '';
  border: 2px solid #939597;
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 2px;
  padding: 5px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  position: absolute;
  left: 0;
}
@media (max-width: 480px) {
  .custom-radio-checkbox input[type=radio] + label {
    margin: 5px 10px;
  }
}
.custom-radio-checkbox input[type=radio]:checked + label:before {
  background: #939597;
  border: 2px solid #939597;
}
.custom-radio-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.custom-radio-checkbox input[type=checkbox] + label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  padding-left: 0;
  cursor: pointer;
  position: relative;
}
@media (max-width: 480px) {
  .custom-radio-checkbox input[type=checkbox] + label {
    margin: 5px 10px;
  }
}
.custom-radio-checkbox input[type=checkbox] + label:before {
  content: '';
  border: 2px solid #939597;
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 2px;
  padding: 5px;
  margin-right: 10px;
  text-align: center;
}
.custom-radio-checkbox input[type=checkbox]:checked + label:after {
  content: "\2714";
  color: #939597;
  font-size: 19px;
  position: absolute;
  left: 2px;
  top: -6px;
}
.custom-radio-checkbox .inline-radio input[type=radio] + label {
  padding-right: 16px;
}
.custom-radio-checkbox .inline-radio input[type=radio] + label:before {
  margin-right: 8px;
  margin-top: -2px;
}
picture,
img {
  max-width: 100%;
}
.inner-wrapper {
  background: #ffffff;
  padding: 0 16px 16px;
  min-height: 400px;
}
@media (min-width: 767px) {
  .inner-wrapper {
    min-height: 710px;
  }
}
.inner-wrapper:before,
.inner-wrapper:after {
  content: " ";
  display: table;
}
.inner-wrapper:after {
  clear: both;
}
.inner-wrapper:before,
.inner-wrapper:after {
  content: " ";
  display: table;
}
.inner-wrapper:after {
  clear: both;
}
.inner-wrapper > h1,
.inner-wrapper > h2,
.inner-wrapper > h3,
.inner-wrapper > h4,
.inner-wrapper > h5,
.inner-wrapper > h6,
.inner-wrapper > p {
  padding-left: 0;
  padding-right: 0;
}
.inner-wrapper h5 > p {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: inherit;
}
.inner-wrapper.no-wrapper {
  background: none;
  padding: 0;
}
.base-template .inner-wrapper h1,
.base-template .inner-wrapper h2,
.base-template .inner-wrapper h3,
.base-template .inner-wrapper h4,
.base-template .inner-wrapper h5,
.base-template .inner-wrapper h6,
.base-template .inner-wrapper p {
  padding-left: 0;
  padding-right: 0;
}
.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86, 61, 124, 0.2);
}
hr {
  border-bottom: 1px solid #333;
}
@media (min-width: 767px) {
  [class*="col-"] {
    padding-left: 6.5px;
    padding-right: 6.5px;
  }
  .container {
    padding-left: 13px;
    padding-right: 13px;
  }
  .content-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .inner-wrapper {
    padding: 0 8px;
  }
  .main-content-area {
    padding-left: 0;
    padding-right: 0;
  }
  .sponsored-links li {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) and (orientation: landscape) {
  [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.row {
  position: relative;
}
@media (max-width: 480px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.pub-content img {
  float: left;
  margin: 0 16px 16px 0;
  border-radius: 10px;
  border: 1px solid #939597;
}
@media (max-width: 480px) {
  .pub-content img {
    width: 160px;
  }
}
.pub-content p {
  display: block;
}
.pub-content p a {
  padding: 0;
  vertical-align: top;
}
.sponsored-links {
  list-style: none;
  padding: 0 0 16px;
  margin: 0 75px;
}
.sponsored-links:before,
.sponsored-links:after {
  content: " ";
  display: table;
}
.sponsored-links:after {
  clear: both;
}
.sponsored-links:before,
.sponsored-links:after {
  content: " ";
  display: table;
}
.sponsored-links:after {
  clear: both;
}
.sponsored-links li {
  text-align: center;
}
.sponsored-links li img {
  width: 64px;
  height: 64px;
}
.three-column .video-image-component .offsetLR-md-1 {
  margin-left: 0;
  margin-right: 0;
}
.three-column .video-image-component .col-md-10 {
  width: 100%;
}
.three-column .video-image-component p {
  padding: 0 16px;
}
.gen-info-list {
  margin-bottom: 0;
}
.gen-info-list .list-group-item img {
  margin-left: 0;
  border-radius: 10px;
}
.image-grid-container > * {
  margin-bottom: 16px;
}
.table-ncmec {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: 1px solid #626366;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 16px;
  display: inline-block;
}
.table-ncmec table {
  font-family: AvenirLTStd-Black;
  font-size: 13px;
}
.table-ncmec table thead {
  background: #626366;
  color: #ffffff;
}
.table-ncmec table thead tr {
  color: #ffffff;
}
.table-ncmec table thead tr th {
  padding: 10px 10px 10px 20px;
  background: #626366;
}
.table-ncmec table thead tr th:first-child {
  border-top-left-radius: 10px;
}
.table-ncmec table thead tr th:last-child {
  border-top-right-radius: 10px;
}
.table-ncmec table tbody tr {
  background: #ffffff;
  border-bottom: 0;
}
.table-ncmec table tbody tr td {
  padding: 10px 10px 10px 20px;
}
.table-ncmec h5 {
  padding: 0 16px;
}
#accordion .table-ncmec {
  margin-left: 0;
  margin-right: 0;
}
.emphasisBlock {
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 1px solid #626366;
}
.emphasisBlock .title span {
  width: 59%;
  padding: 20px 0;
}
.internalLinkBlockList,
.externalLinkBlock {
  display: block;
  position: relative;
  padding-left: 32px;
  color: #008db6;
}
.internalLinkBlockList:before,
.externalLinkBlock:before {
  content: "• ";
  width: 13px;
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  z-index: 999;
  display: block;
  background-size: 100%;
  font-size: 35px;
}
#siteSearchResults dd {
  padding: 10px 0;
}
#siteSearchResults dd img {
  width: 18px;
  height: 18px;
  transform: translateY(-13%);
}
.siteSearch {
  margin-top: 10px;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.siteSearch .textField,
.siteSearch .icon {
  padding: 2px;
  width: 90%;
}
.siteSearch .textField {
  border-radius: 5px 0 0 5px;
  box-shadow: none;
  border: 1px solid #404041;
}
.siteSearch .icon {
  background: #404041;
  border-radius: 0 5px 5px 0;
  width: 27px;
  padding: 5px;
  border: 0;
  outline: none;
  margin-right: auto;
  margin-left: auto;
}
.siteSearch .icon img {
  height: 15px;
}
#dafdirectdiv {
  width: 100% !important;
}
.flex-container {
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
.flex-item {
  background: #f1f2f2;
  border: 1px solid gray;
  width: 200px;
  height: 200px;
  display: inline-block;
}
/******************  MK Corporate Partners Page MK-1E1 *********************/
.mk-sm .mk-sm-hidden {
  display: none;
}
.mk-sm .mk-sm-visible {
  display: block;
}
.mk-md .mk-md-hidden {
  display: none;
}
.mk-md .mk-md-visible {
  display: block;
}
.mk-lg .mk-lg-hidden {
  display: none;
}
.mk-lg .mk-lg-visible {
  display: block;
}
.mk-sm .blocks > a.col-sm-1 {
  width: 100%;
  padding: 8px;
}
.mk-sm .blocks > a.col-sm-2 {
  width: 50%;
  padding: 8px;
}
.mk-sm .blocks > a.col-sm-3 {
  width: 33.33333333%;
  padding: 8px;
}
.mk-md .blocks > a.col-md-2 {
  width: 50%;
  padding: 8px;
}
.mk-md .blocks > a.col-md-3 {
  width: 33.33333333%;
  padding: 8px;
}
.mk-md .blocks > a.col-md-4 {
  width: 25%;
  padding: 8px;
}
.mk-md .blocks > a.col-md-5 {
  width: 20%;
  padding: 8px;
}
.mk-md .blocks > a.col-lg-6 {
  width: 16.666667%;
  padding: 8px;
}
.mk-md .blocks > a.col-lg-7 {
  width: 14.285714%;
  padding: 8px;
}
.mk-lg .blocks > a.col-lg-3 {
  width: 33.33333333%;
  padding: 8px;
}
.mk-lg .blocks > a.col-lg-4 {
  width: 25%;
  padding: 8px;
}
.mk-lg .blocks > a.col-lg-5 {
  width: 20%;
  padding: 8px;
}
.mk-lg .blocks > a.col-lg-6 {
  width: 16.666667%;
  padding: 8px;
}
.mk-lg .blocks > a.col-lg-7 {
  width: 14.285714%;
  padding: 8px;
}
a.mk-partnerBlock {
  display: block;
  float: left;
  background-color: #F1F1F2;
  overflow: hidden;
  padding: 16px;
  padding-top: 0;
}
a.mk-partnerBlock .imgBlock {
  display: table;
  position: relative;
}
a.mk-partnerBlock .imgBlock div.imagewrap {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
a.mk-partnerBlock .imgBlock div.imagewrap img {
  height: auto;
  max-height: 200px;
  width: 95%;
  display: block;
  margin: 0 auto;
}
.stars5 .imgBlock {
  height: 170px;
}
.stars4 .imgBlock {
  height: 120px;
}
.stars3 .imgBlock {
  height: 100px;
}
.stars2 .imgBlock,
.stars1 .imgBlock {
  height: 90px;
}
.programPartner .imgBlock {
  height: 120px;
}
.programPartner .mk-partnerBlock .imgBlock .imagewrap img {
  max-height: 120px;
}
.partnerLevel {
  margin: 0 0 16px;
}
.partnerLevel > p {
  margin: 16px 16px 0;
}
.partnerLevel > ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
  background: #404041;
  border-radius: 0 0 10px 10px;
  height: 66px;
}
.partnerLevel > ul:before,
.partnerLevel > ul:after {
  display: table;
  content: "";
}
.partnerLevel > ul:after {
  clear: both;
}
.partnerLevel > ul li {
  display: block;
  float: right;
  padding: 5px 1%;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
}
.partnerLevel > ul li:first-child {
  float: left;
  width: 150px;
}
.partnerLevel > ul li.stars {
  width: 140px;
  margin-right: 20px;
  background: url("../stars.html") no-repeat #a5b7c2;
}
.partnerLevel > ul li.stars5 {
  background-position: 28px 0;
}
.partnerLevel > ul li.stars4 {
  background-position: 53px 0;
}
.partnerLevel > ul li.stars3 {
  background-position: 78px 0;
}
.partnerLevel > ul li.stars2 {
  background-position: 103px 0;
}
.partnerLevel > ul li.stars1 {
  background-position: 128px 0;
}
.partnerLevel > ul li.stars0 {
  background-position: 153px 0;
}
.partnerLevel > ul li.dollars {
  width: 120px;
  background-color: #445666;
  text-align: center;
}
.partnerLevel > .blocks {
  margin: 0;
  padding: 10px;
  padding-top: 0;
}
.partnerLevel p.programHeader {
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #b6c4cd;
  padding: 5px 10px;
  margin: 10px 0 10px;
}
.partnerLevel p.description {
  margin: 0 0 10px;
}
.partnerLevel div.listBlock {
  background-color: #f1f1f2;
  padding: 40px 20px 0;
}
.partnerLevel div.listBlock li {
  font-size: 13px;
  display: block;
  float: left;
  width: 30%;
  margin: 0 3% 0 0;
  line-height: 1.2;
  min-height: 50px;
  text-align: center;
}
iframe {
  border: 0;
}
@media (max-width: 767px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
  .partnerLevel > p {
    padding: 0 13px;
  }
}
.siteSearchResultsWrapper {
  position: relative;
}
.siteSearchResultsWrapper .ajax-loader {
  position: absolute;
  top: 0;
  opacity: .18;
  display: none;
  left: 50%;
  right: 50%;
  width: 40px;
}
#mobilePopupCaptcha .modal.in .modal-dialog {
  transform: translate(0, -50%);
  top: 50%;
}
#mobilePopupCaptcha .modal-dialog {
  margin: 0 auto;
}
.signup-poster-form {
  max-width: 500px;
  margin: 0 auto;
}
/* Custom form-control */
textarea.form-control {
  height: 120px;
}
/* Blue-base text color */
.textColorBlueBase {
  color: #006c8a;
}
.textColorLightBlue {
  color: #92d6e3;
}
.textColorLightBlue:hover,
.textColorLightBlue:focus,
.textColorLightBlue:visited,
.textColorLightBlue:active {
  color: #92d6e3;
  text-decoration: underline;
}
h5.textColorLightBlue:hover {
  text-decoration: none;
}
.textarea {
  width: 100%;
  height: 300px;
  margin: 16px 0;
}
.icon-sub-heading {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.icon-sub-heading img {
  max-height: 90px;
  margin-left: 16px;
}
.icon-sub-heading h5 {
  padding-left: 10px;
}
/*.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    float: none;
  }*/
.missing-help-bring-me-home .js-ncmec-form-container {
  background: #fff;
  border-radius: 8px;
}
.missing-help-bring-me-home .panel-heading {
  padding-left: 0;
  padding-right: 0;
}
.missing-help-bring-me-home .panel-heading .select-state {
  margin-bottom: 18px;
  padding: 0;
  font-weight: normal;
}
.missing-help-bring-me-home .panel-heading .select-state select {
  background-color: transparent;
  width: 80px;
  margin-left: 10px;
  -webkit-appearance: menulist;
}
.missing-help-bring-me-home .child-list {
  padding: 0;
  list-style-type: none;
}
.missing-help-bring-me-home .child-list > li {
  display: flex;
  margin-bottom: 13px;
}
.missing-help-bring-me-home .child-list > li img {
  border-radius: 8px;
}
.missing-help-bring-me-home .child-list .child-thumb {
  width: 64px;
  padding: 0;
}
.missing-help-bring-me-home .child-list .child-details {
  flex: 1;
  padding-left: 16px;
  color: #f1f1f2;
}
.missing-help-bring-me-home .child-list .child-details .child-missing-item {
  display: flex;
}
.missing-help-bring-me-home .child-list .child-details .missing-label {
  font-size: 11px;
  width: 38%;
}
.missing-help-bring-me-home .child-list .child-details .value {
  font-size: 13px;
  font-weight: bold;
}
.missing-help-bring-me-home .child-list .child-details a {
  color: #92d6e3;
}
.missing-help-bring-me-home .child-list .child-details a.report-sighting {
  font-size: 13px;
  padding-top: 6px;
}
.missing-help-bring-me-home .child-list .child-details .child-missing {
  margin-top: 6px;
  line-height: 17px;
}
.checkbox .reprint-label {
  padding-left: 10px;
}
.form-group textarea {
  max-width: 100%;
  max-height: 100%;
}
.all-form-centre-button {
  width: 40%;
  margin: 0 auto;
}
.margin-top {
  margin-top: 16px;
}
.no-padding {
  padding-left: 0;
}
.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.add-padding {
  padding-left: 8px;
}
.twitter-para p {
  margin-bottom: 0;
  padding-left: 0;
}
.listBullets {
  margin: 0 16px;
}
.listBullets li {
  padding: 0 0 16px;
}
.listBullets li .textarea {
  margin-bottom: 0;
}
.image-area {
  margin-bottom: 16px;
}
.image-area img {
  width: 100%;
}
.hero-youtube {
  margin-bottom: 16px;
}
.img-left {
  float: left !important;
  margin-right: 16px;
}
.curverd-img {
  border-radius: 10px;
}
.picture-component .caption {
  margin: 16px 16px 0;
}
@media (max-width: 480px) {
  .picture-component .caption {
    margin: 16px 8px 0;
  }
}
.teaser h4 {
  margin-top: 0;
  margin-bottom: 0;
}
[class*="col-"].col-centered {
  text-align: center;
  margin-bottom: 16px;
}
[class*="col-"].col-centered a.btn {
  white-space: unset;
}
[class*="col-"].col-centered #dafdirectdiv form img {
  width: auto;
  height: auto;
}
@media (min-width: 767px) {
  #report-form-missingkids .form-horizontal .control-label {
    padding-left: 0;
    padding-right: 0;
  }
}
#report-form-missingkids .form-group label {
  padding-left: 0;
  padding-right: 0;
}
.sitemap {
  margin-left: -8px;
}
.sitemap h5 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 16px;
  color: #404041;
}
.sitemap h5 a {
  color: #404041;
}
.sitemap h6 {
  color: #626366;
  margin-top: 0;
}
.sitemap h6 a {
  color: #626366;
}
.sitemap ul {
  margin-left: 16px;
  margin-bottom: 16px;
  margin-top: -6px;
}
.sitemap ul li {
  color: #626366 ;
  list-style: circle;
  font-size: 11px;
  padding-bottom: 4px;
}
.sitemap ul li a {
  color: #626366 ;
}
.sitemap ul:last-child {
  padding-bottom: 32px;
}
.sitemap ul.sitemap-list-subcategory {
  padding: 0;
  margin-top: -8px;
  margin-left: 8px;
  font-size: 11px;
}
.sitemap ul.sitemap-list-subcategory li {
  list-style: disc !important;
  padding-bottom: 0;
  color: #626366 ;
}
.sitemap ul.sitemap-list-subcategory li a {
  color: #626366 ;
}
.sitemap ul.sitemap-list-subcategory li:first-child {
  padding-top: 16px;
}
.cq-dd-image {
  padding-bottom: 16px;
}
.custom-rte ul,
.custom-rte ol {
  list-style-position: outside !important;
  margin-left: 16px;
}
.custom-rte ~ div:last-of-type .media {
  border: none;
}
@media (max-width: 767px) {
  button#donate_submit {
    margin-top: -35px;
  }
}
.row[data-example-id="bordered-table"] {
  overflow-y: auto;
}
.img-custom-width {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media (min-width: 768px) and (max-width: 768px) {
  .img-custom-width {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .img-custom-width {
    width: 100%;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('../eot/icomoon.eot');
  src: url('../eot/icomoond41d.eot#iefix') format('embedded-opentype'), url('../ttf/icomoon.ttf') format('truetype'), url('../woff/icomoon.woff') format('woff'), url('../svg/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.-kids:before {
  color: #ffffff;
}
.-smartz:before {
  color: #fdb813;
}
.icon-close:before {
  content: "\e905";
  color: #ffffff;
}
.icon-search:before {
  content: "\e904";
  color: #ffffff;
}
.icon-fb:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e903";
}
.icon-youtube:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e907";
}
.image-teaser-background {
  background: rgba(71, 165, 194, 0.5);
}
.hero-container {
  display: flex;
  vertical-align: center;
  overflow: hidden;
  height: 720px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .hero-container {
    height: 550px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hero-container {
    height: 435px;
  }
}
@media (max-width: 766px) {
  .hero-container {
    height: 218px;
  }
}
.hero-container .full_hero_link {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.rightalign-right {
  flex-flow: row-reverse;
  flex-basis: 67%;
}
@media (min-width: 1200px) {
  .rightalign-right {
    flex-basis: 75%;
  }
}
.rightalign-left {
  flex-flow: row;
  flex-basis: 33%;
  padding: 4%;
}
@media (min-width: 1200px) {
  .rightalign-left {
    flex-basis: 25%;
  }
}
.inner-wrapper {
  padding: 0;
}
.heroText {
  font-size: 20px;
  font-family: 'Futura', 'Arial', sans-serif;
  color: #404041;
  margin-bottom: 10%;
  line-height: 22px;
}
@media (max-width: 766px) and (min-width: 321px) {
  .heroText {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .heroText {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .heroText {
    font-size: 40px;
    line-height: 47px;
  }
}
@media (min-width: 1200px) {
  .heroText {
    font-size: 56px;
    line-height: 56px;
  }
}
.heroSubText {
  font-size: 14px;
  font-family: 'AvenirLTStd-45Book', 'Arial', sans-serif;
  color: #404041;
  margin-bottom: 10%;
  line-height: 21px;
}
@media (max-width: 766px) and (min-width: 321px) {
  .heroSubText {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .heroSubText {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .heroSubText {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .heroSubText {
    font-size: 36px;
    line-height: 46px;
  }
}
.leftalign-right {
  flex-flow: row-reverse;
  flex-basis: 67%;
}
@media (min-width: 1200px) {
  .leftalign-right {
    flex-basis: 75%;
  }
}
.leftalign-left {
  font-family: 'Futura', 'Arial', sans-serif;
  flex-flow: row;
  flex-basis: 33%;
  padding: 4%;
}
@media (min-width: 1200px) {
  .leftalign-left {
    flex-basis: 25%;
  }
}
.leftalign-hero-readMore {
  font-size: 14px;
  text-align: center;
  color: #404041;
  opacity: 100%;
  border: 3px solid #008DB6;
  border-radius: 10px;
  margin-left: 15%;
}
.hero-full-width {
  width: 100%;
  height: 100%;
}
.object-cover {
  object-fit: cover;
}
.button {
  position: absolute;
  background-color: transparent;
  border-radius: 10px;
  border: 3px solid #008DB6;
  font-family: 'AvenirLTStd-45Book';
  color: #404041;
}
@media (min-width: 992px) {
  .button {
    font-size: 14px;
    width: 13%;
    height: 35px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .button {
    font-size: 14px;
    width: 20%;
    height: 25px;
  }
}
@media (max-width: 767px) {
  .button {
    font-size: 14px;
    width: 20%;
    height: 15px;
  }
}
.btn-primary.action_btn:hover {
  color: unset;
  background-color: unset;
}
.action_btn {
  font-size: 14px;
  border-radius: 10px;
  border-color: #008DB6;
  background: transparent;
  color: #404041;
  border-width: 3px;
  font-family: 'AvenirLTStd-45Book', 'Arial', sans-serif;
}
@media (max-width: 767px) {
  .action_btn {
    font-size: 14px;
    border: 1px solid #008DB6;
    padding: 3px 9px;
  }
}
@media (min-width: 1200px) {
  .action_btn {
    font-size: 18px;
  }
}
.widthFull {
  width: 100%;
}
.float-left {
  float: left;
}
.flexLayout {
  display: flex;
}
.hero-content-wrapper.no-width.container.no-width {
  width: unset;
}
.hero-banner.image-content.no-height {
  height: unset;
}
.compat-object-fit {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.compat-object-fit .hero-full-width {
  opacity: 0;
}
@media (min-width: 1200px) {
  .container-blogpage {
    width: 100%;
  }
  .full-width {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.container-blogpage {
  background: #ffffff;
}
.container-blogpage .cmp-title2 {
  margin: 0;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .container-blogpage .cmp-title h1.cmp-title2 {
    font-size: 20px;
    margin: 0;
    padding: 0;
  }
}
.container.no-max-width {
  max-width: unset;
  width: 95%;
}
.blog-page-tags {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .blog-page-tags .card-tags {
    margin-top: 50px;
  }
}
.blog-page-tags .card-tags {
  margin-left: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.blog-page-tags .card-tags p {
  margin-left: 1.875em;
  font-size: 15px;
}
@media (min-width: 768px) {
  .blog-page-tags .tag-title:before {
    content: "";
    /* This is necessary for the pseudo element to work. */
    display: block;
    /* This will put the pseudo element on its own line. */
    margin: 0 auto;
    /* This will center the border. */
    width: 70%;
    /* Change this to whatever width you want. */
    border-bottom: 1px solid black;
    /* This creates the border. Replace black with whatever color you want. */
  }
  .blog-page-tags .tag-title p {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .blog-page-tags .tag-title:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 80%;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
  }
}
.blog-page-tags .tag-title p {
  text-align: center;
  font-size: 20px;
}
.author-byline {
  margin-top: 3%;
  text-align: justify;
  color: #404041;
  font-family: 'AvenirLTStd-45Book', 'Arial', sans-serif;
  font-size: 18px;
}
@media (max-width: 992px) {
  .author-byline {
    font-size: 12px;
    text-align: right;
  }
}
.publish-blog-date {
  margin-bottom: 43px;
  color: #404041;
  font-family: 'AvenirLTStd-45Book', 'Arial', sans-serif;
}
@media (min-width: 992px) {
  .publish-blog-date {
    margin-top: 2%;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .publish-blog-date {
    margin-top: 3%;
    font-size: 12px;
    text-align: right;
  }
}
@media (max-width: 480px) {
  .publish-blog-date {
    margin-bottom: 18.6px;
  }
}
.size-row {
  flex: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .size-row {
    flex-basis: 50%;
    margin-bottom: 39.95px;
  }
}
@media (max-width: 720px) {
  .size-row {
    flex-basis: 100%;
    margin-bottom: 39.95px;
  }
}
@media (min-width: 992px) {
  .size-row {
    flex-basis: 25%;
    margin: 24px 0;
  }
}
.image-pointer {
  cursor: pointer;
  text-decoration: none;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 12px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 10px;
  /* Firefox 1-3.6 */
  border-radius: 10px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border: 1px solid transparent;
  overflow: hidden;
  background-size: cover;
  margin-bottom: 18px;
}
.bloglisting-date {
  font-family: 'AvenirLTStd-45Book', 'Arial', sans-serif;
  font-size: 12px;
  margin-bottom: 8px;
  color: #404041;
}
.flex-container {
  max-width: 1350px;
  margin: 0 auto;
}
.flex-container.pagination-holder,
.flex-container.event-pagination-holder {
  justify-content: center;
}
@media (min-width: 992px) {
  .flex-container {
    display: flex;
    align-items: baseline;
    margin-top: 10px;
  }
  .bloglisting-date {
    font-size: 12px;
    text-align: left;
  }
  .optionTitle {
    font-family: 'AvenirLTStd-85Heavy', 'Arial', sans-serif;
    font-size: 20px;
    color: #404041;
    opacity: 100%;
    margin-bottom: 4px;
    text-align: left;
  }
  .optionSubText {
    font-size: 18px;
    color: #404041;
    opacity: 100%;
    font-family: 'AvenirLTStd-45Book', 'Arial', sans-serif;
    text-align: left;
    word-break: break-word;
    height: auto;
    line-height: 26px;
  }
  .image-size {
    width: 84.24%;
    opacity: 100%;
  }
  .image-pointer {
    height: 170px;
  }
}
@media (max-width: 992px) {
  .flex-container {
    display: flex;
    align-items: baseline;
  }
  .bloglisting-date {
    font-size: 12px;
    text-align: left;
  }
  .optionTitle {
    font-family: 'AvenirLTStd-85Heavy', 'Arial', sans-serif;
    font-size: 20px;
    color: #404041;
    opacity: 100%;
    margin-bottom: 2.44px;
    text-align: left;
    text-decoration: none;
  }
  .optionSubText {
    display: none;
  }
}
@media (min-width: 720px) and (max-width: 992px) {
  .image-size {
    width: 85%;
  }
}
@media (max-width: 721px) {
  .image-size {
    width: 98%;
  }
}
@media (max-width: 992px) {
  .image-size {
    opacity: 100%;
  }
  .image-pointer {
    height: 227.49px;
  }
}
a.no-text-decoration {
  text-decoration: none;
  cursor: pointer;
}
.background-white {
  background-color: #FFFFFF;
}
@media (max-width: 992px) {
  .background-white {
    padding: 30.57px 2.11% 0 2.11%;
  }
}
@media (min-width: 992px) {
  .background-white {
    padding: 50px 6.61% 0 6.61%;
  }
}
@media (min-width: 1368px) {
  .bloglisting-date {
    font-size: 12px;
    text-align: left;
  }
  .optionTitle {
    font-family: 'AvenirLTStd-85Heavy', 'Arial', sans-serif;
    font-size: 20px;
    color: #404041;
    opacity: 100%;
    margin-bottom: 4px;
    text-align: left;
  }
  .optionSubText {
    font-size: 18px;
    color: #404041;
    opacity: 100%;
    font-family: 'AvenirLTStd-45Book', 'Arial', sans-serif;
    text-align: left;
    height: auto;
    word-break: break-word;
    line-height: 26px;
  }
  .image-size {
    width: 250px;
    opacity: 100%;
  }
}
.blog-tags,
.event-tags {
  display: flex;
  justify-content: center;
  margin-left: -4%;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .blog-tags,
  .event-tags {
    flex-wrap: wrap;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .blog-tags,
  .event-tags {
    margin-left: -8%;
  }
}
@media (max-width: 480px) {
  .blog-tags,
  .event-tags {
    margin-left: -6%;
  }
}
.card-tags,
.event-card-tags {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.card-tags p,
.event-card-tags p {
  border: 1px solid #939598;
  border-radius: 5px;
  font-size: 12px;
  font-family: 'Futura', 'Arial', sans-serif;
  padding: 4px 15px;
  color: #58595B;
  transition: 0.25s all ease-in-out;
}
@media (max-width: 480px) {
  .card-tags p,
  .event-card-tags p {
    margin-left: 0;
  }
  .card-tags p:nth-child(3),
  .event-card-tags p:nth-child(3) {
    margin-left: 4%;
  }
}
.blog-tags p,
.event-tags p {
  border: 1px solid #939598;
  border-radius: 5px;
  font-size: 12px;
  font-family: 'Futura', 'Arial', sans-serif;
  padding: 4px 15px;
  color: #58595B;
  transition: 0.25s all ease-in-out;
  margin-left: 5.9rem;
}
@media (max-width: 480px) {
  .blog-tags p,
  .event-tags p {
    margin-left: 18px;
  }
  .blog-tags p:nth-child(3),
  .event-tags p:nth-child(3) {
    margin-left: 4%;
  }
}
.blog-tags p:hover,
.event-tags p:hover {
  /*background: @btn-donate;*/
  cursor: pointer;
}
.card-tags p:hover,
.event-card-tags p:hover {
  cursor: pointer;
  background: #fdb913;
}
.yellowActive {
  background: #fdb913;
}
.none {
  display: none;
}
.display {
  display: initial;
}
.pagination-holder,
.event-pagination-holder {
  font-family: 'AvenirLTStd-45Book', 'Arial', sans-serif;
  font-size: 18px;
  margin-bottom: 100px;
}
.pagination-holder p,
.event-pagination-holder p {
  color: #404041;
  display: inline-block;
  margin: 0 20px;
}
.pagination-holder .pagination-button,
.event-pagination-holder .pagination-button,
.pagination-holder .event-pagination-button,
.event-pagination-holder .event-pagination-button {
  background: #939598;
  text-transform: none;
  padding: 3px 10px;
  color: #ffffff;
}
.pagination-holder .pagination-button:hover,
.event-pagination-holder .pagination-button:hover,
.pagination-holder .event-pagination-button:hover,
.event-pagination-holder .event-pagination-button:hover,
.pagination-holder .pagination-button focus,
.event-pagination-holder .pagination-button focus,
.pagination-holder .event-pagination-button focus,
.event-pagination-holder .event-pagination-button focus {
  outline: none;
  background: #fdb813;
}
.loginmodal-content {
  border-radius: 1rem !important;
  opacity: 0.9;
}
.heading-fosize {
  font-size: 20px;
  color: #58595B;
  font-family: 'Avenir-LT-Std-65-Medium', 'Arial', sans-serif;
}
.heading-fosizesmall {
  font-size: 13px;
  color: #58595B;
}
.lmh {
  border-bottom: none !important;
}
.loginmodal-footer {
  border-top: none;
}
.login-button-class {
  background-color: #90AFAC !important;
  width: 100%;
  border-radius: 0.5rem;
  font-size: 18px;
  font-family: 'Avenir-LT-Std-65-Medium', 'Arial', sans-serif;
}
.fs-point9 {
  font-size: 14px;
}
.linktext-color {
  color: #90AFAC !important;
  font-family: 'Avenir-LT-Std-65-Medium', 'Arial', sans-serif;
}
.redtext-color {
  color: #D45C6B;
  font-weight: 400;
  font-size: 18px;
}
.mb-4 {
  margin-bottom: 2.5rem !important;
}
.mx-4 {
  margin-left: 12%;
}
.mxr-4 {
  margin-left: 12%;
}
.email-pass-input {
  border: 1px solid #707070;
  border-radius: 5px;
  height: 38px;
  font-family: 'Avenir-LT-Std-65-Medium', 'Arial', sans-serif;
}
.loginmodal-position {
  margin-top: 229px;
  width: 500px;
}
.register-checkbox {
  margin-left: 20px;
  margin-top: 10px;
}
.register-checkbox label {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Avenir-LT-Std-65-Medium', 'Arial', sans-serif;
}
.register-checkbox select {
  width: 200px;
  font-family: 'Avenir-LT-Std-65-Medium', 'Arial', sans-serif;
}
.register-checkbox p {
  display: inline;
  font-family: 'Avenir-LT-Std-65-Medium', 'Arial', sans-serif;
}
.register-checkbox input[type="text"] {
  width: 200px;
  height: 20px;
  display: inline;
  margin-left: 18%;
  border: 1px solid #c6c8ca;
}
input[type="checkbox"].required:invalid {
  outline: 1px solid red;
  border: none;
}
.ml-twenty {
  margin-left: 20%;
}
.unsub-checkbox {
  display: inline-flex;
}
.unsub-checkbox p {
  font-size: 13px;
  display: inline;
  margin: 0 0 0 6px;
  font-family: 'Avenir-LT-Std-65-Medium', 'Arial', sans-serif;
}
.padding-text-mid {
  padding-top: 121px;
  padding-bottom: 121px;
}
input.required:invalid {
  border: 1px solid red;
}
@media (max-width: 468px) {
  .loginmodal-position {
    margin-top: 101px;
    max-width: 460px;
    width: auto;
  }
  .ml-twenty {
    margin-left: 12%;
  }
  .mxr-4 {
    margin-left: 0;
  }
  div[id="modalLoginForm"] .login-button-class {
    font-size: 12px;
    font-family: 'Avenir-LT-Std-65-Medium', 'Arial', sans-serif;
  }
  div[id="modalLoginForm"] .redtext-color {
    font-size: 12px;
    font-family: 'Avenir-LT-Std-65-Medium', 'Arial', sans-serif;
  }
  div[id="modalLoginForm"] .fs-point9 {
    font-size: 9px;
  }
}
@media (min-width: 468px) and (max-width: 767px) {
  .mx-4 {
    margin-left: 0;
  }
  div[id="modalLoginForm"] .mx-4 {
    margin-left: 45px;
  }
  div[id="modalLoginForm"] .login-button-class {
    font-size: 12px;
    font-family: 'Avenir-LT-Std-65-Medium', 'Arial', sans-serif;
  }
  div[id="modalLoginForm"] .redtext-color {
    font-size: 12px;
    font-family: 'Avenir-LT-Std-65-Medium', 'Arial', sans-serif;
  }
  div[id="modalLoginForm"] .fs-point9 {
    font-size: 9px;
  }
  .ml-twenty {
    margin-left: 10%;
  }
  .loginmodal-position {
    margin-top: 101px;
    width: 360px;
    left: 20%;
  }
  .register-checkbox {
    margin-left: 0;
  }
}
.user-links-footer {
  color: #F1F2F2;
  margin-bottom: 38px;
}
.user-links-footer p {
  font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
  font-size: 14px;
}
.user-links-footer span {
  padding-right: 5px;
  padding-left: 5px;
  color: #F1F2F2;
}
.user-links-footer .link {
  color: #F1F2F2;
  font-family: 'Futura', 'Arial', sans-serif;
  font-size: 12px;
}
.fade.in {
  animation-duration: 500ms;
}
.carousel-wrap {
  max-width: 847px;
  margin: auto;
  position: relative;
}
@media (max-width: 992px) {
  .carousel-wrap {
    margin-left: 12%;
    margin-right: 12%;
  }
}
.carousel-wrap .owl-theme .owl-dots {
  display: none;
}
.carousel-wrap .owl-item img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.carousel-wrap .owl-carousel .item {
  text-align: center;
  opacity: 1;
}
@media (max-width: 599px) {
  .carousel-wrap .owl-carousel .item {
    margin: 0;
  }
}
.carousel-wrap .owl-carousel .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.carousel-wrap .owl-carousel .owl-nav {
  overflow: hidden;
  height: 0;
}
.carousel-wrap .owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 38%;
}
.carousel-wrap .owl-carousel .owl-prev.disabled,
.carousel-wrap .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.carousel-wrap .owl-carousel .prev-slide {
  left: -30px;
  border-left: 5px solid #404041;
  border-top: 5px solid #404041;
  height: 15px;
  width: 15px;
  transform: rotate(-45deg);
}
.carousel-wrap .owl-carousel .next-slide {
  right: -30px;
  border-right: 5px solid #404041;
  border-bottom: 5px solid #404041;
  height: 15px;
  width: 15px;
  transform: rotate(-45deg);
}
.carousel-wrap .owl-carousel .prev-slide:hover {
  background-position: 0 -53px;
}
.carousel-wrap .owl-carousel .next-slide:hover {
  background-position: -24px -53px;
}


.ncmec-banner-horizontal {
    margin-bottom: 16px;
}

.ncmec-banner-horizontal #ncmec_container {
    font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
    color: #404041;
    display: inline-block;
    max-width: 520px;
    width: 100%;
}

.ncmec-banner-horizontal #ncmec_container table {
    width: 100%;
}

.ncmec-banner-horizontal #ncmec_container table #ncmec_td_one {
    vertical-align: top;
    padding-top: 16px;
    width: 30%;
    text-align: center;
}

.ncmec-banner-horizontal #ncmec_container table #ncmec_td_one #ncmec_help_me_div a
    {
    color: #404041;
    text-align: center;
    display: block;
}

.ncmec-banner-horizontal #ncmec_container table #ncmec_td_one #ncmec_call_text
    {
    display: block;
    font-size: 13px;
    margin: 5px 0 0;
    text-align: center;
}

.ncmec-banner-horizontal #ncmec_container table #ncmec_td_two {
    width: 70%;
    vertical-align: top;
    background: #404041;
    padding: 16px;
    border-radius: 0 10px 10px 0;
}

.ncmec-banner-horizontal #ncmec_container table #ncmec_td_two #ncmec_child_photo
    {
    float: left;
    margin: 0 16px 0 0;
    display: inline-block;
    border-radius: 10px;
}

.ncmec-banner-horizontal #ncmec_container table #ncmec_td_two #ncmec_child_name_link
    {
    font-family: 'Futura', 'Arial', sans-serif;
    font-size: 16px;
    color: #92D6E3;
    margin: 0 0 5px;
    text-decoration: none;
}

.ncmec-banner-horizontal #ncmec_container table #ncmec_td_two #ncmec_child_info
    {
    font-family: 'AvenirLTStd-Black', 'Arial', sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #fff;
    margin: 0 0 5px 80px;
    text-decoration: none;
}

.ncmec-banner-horizontal #ncmec_container table #ncmec_td_two a {
  text-decoration: none;
  }
  
  .ncmec-banner-horizontal #ncmec_container table #ncmec_td_two #ncmec_child_name {
    margin-bottom: 5px;}
  
  .ncmec-banner-horizontal #ncmec_container table #ncmec_td_two a:hover {
  text-decoration: none;
  }

.ncmec-banner-horizontal #ncmec_container table #ncmec_td_two #ncmec_child_info strong
    {
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
}

.ncmec-banner-horizontal #ncmec_container table #ncmec_td_two #ncmec_click_photo
    {
    color: #92D6E3;
}

.ncmec-banner-horizontal #ncmec_container table #ncmec_td_two #ncmec_controls
    {
    margin: 0 0 10px 80px;
}

.ncmec-banner-horizontal #ncmec_container table #ncmec_td_two #ncmec_controls img
    {
    margin-right: 20px;
}
/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-o-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-o-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom,#b3b3b3,grey);background-image:-ms-linear-gradient(to bottom,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(to bottom,#b3b3b3,grey);background-image:-o-linear-gradient(to bottom,#b3b3b3,grey);background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}

/* GENERAL FOR HEROES BANNER ////////////////////////////////////////////*/
.ncmec-hb-vTopAlignment {
    top: 0;
}

.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .title {
    line-height: 40px;
    max-width: 95%;
    margin-bottom: 0 !important;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .desc {
    max-width: 100%;
}

.hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content {
    min-width: 95%;
}
.hero-banner-wrapper .hero-banner .hero-content-wrapper.center .hero-content {
    min-width: 95%;
}

/* MEDIA 320 ////////////////////////////////////////////*/
@media (min-width: 320px) {
    .ncmec-hb-vMiddleAlignment {
        top: 50px;
  }
    .ncmec-hb-vBottomAlignment {
        top: 90px;
  }
    .hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .title {
        font-size: 20px!important;
        line-height: 24px;
    }
    .hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .desc {
        font-size: 14px!important;
        line-height: 18px;
        margin-top:5px;
    }
}

/* MEDIA 480 ////////////////////////////////////////////*/
@media (min-width: 480px) {
    .ncmec-hb-vMiddleAlignment {
        top: 50px;
    }
    .ncmec-hb-vBottomAlignment {
        top: 110px;
    }
    .hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .title {
        font-size: 24px!important;
        line-height: 30px;
    }
    .hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .desc {
        font-size: 18px!important;
        line-height: 24px;
        margin-top:5px;
    }
    
}

/* MEDIA 767 ////////////////////////////////////////////*/
@media (min-width: 767px) {
    .ncmec-hb-vMiddleAlignment {
        top: 100px;
    }
    .ncmec-hb-vBottomAlignment {
        top: 270px;
    }
    .hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .title {
        font-size: 30px!important;
        line-height: 36px;
    }
    .hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .desc {
        font-size: 20px!important;
        line-height: 28px;
        margin-top:10px;
    }
}

/* MEDIA 992 ////////////////////////////////////////////*/
@media (min-width: 992px) {
    .ncmec-hb-vMiddleAlignment {
        top: 160px;
    }
    .ncmec-hb-vBottomAlignment {
        top: 310px;
    }
    .hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .title {
        font-size: 36px!important;
        line-height: 40px;
    }
    .hero-banner-wrapper .hero-banner .hero-content-wrapper .hero-content .desc {
        font-size: 24px!important;
        line-height: 32px;
        margin-top:10px;
    } 
}


.container {
    padding-left: 0;
    padding-right: 0;
}


@media (min-width: 1200px) {
  .container {
    max-width: 1366px;
      width: 95%;
  }
}

.row {
	margin-left: 0 !important;
    margin-right: 0 !important;
}

h1{
font-family: 'futura','Arial',sans-serif;
font-size: 45px;
color: #404041;
line-height: 47px;
}

h2{
font-family: 'futura','Arial',sans-serif;
font-size: 36px;
color: #404041;
line-height: 47px;
}

h2.white{
color: #FFFFFF;
}

h3{
font-family: 'futura','Arial',sans-serif;
font-size: 26px;
color: #262626;
line-height: 34px;
}

h3.white{
color: #FFFFFF;
}

.contentdiv {
    padding-bottom: 20px;
}
.contentdiv[class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}
@media (min-width: 767px) {
    .contentdiv[class*="col-"] {
        padding-left: 6.5px;
        padding-right: 6.5px;
    }
}
@media (min-width: 992px) and (orientation: landscape) {
    .contentdiv[class*="col-"] {
        padding-left: 12px;
        padding-right: 12px;
    }
}
.row.small-teasers {
    margin-left: -16px !important;
    margin-right: -16px !important;
}
