/*
	Incorporate.com

	Author: J3
	Version: 1.0
	
	-----------------------------------------
	CONTENTS - GLOBAL_CORE.LESS
	-----------------------------------------
	1. STRUCTURE
	2. CONTENT
	3. IMPORT
*/
/* 1. STRUCTURE
----------------------------------------------------------------------------------------*/
body {
  background-color: #fff;
  color: #3c3c3c;
  font-family: 'FuturaRound-Book', sans-serif;
  font-weight: normal;
  font-size: 16px;
  padding: 0px;
}
body:before {
  content: "mobile";
  display: block;
  position: absolute;
  left: -9999px;
  top: 0px;
}
#sharing {
  display: none;
}
/***************** 
	Global Structure
	 *****************/
.globalContent {
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.globalMask {
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 2000;
}
.internalUserNav {
  background-color: #fac60e;
  color: #202020;
  font-size: 13px;
  font-weight: 400;
  height: 20px;
  position: relative;
  z-index: 100;
}
.internalUserNav .container_24 {
  max-width: 1130px;
  margin: 0 auto;
  text-align: right;
}
.internalUserNav .container_24 span {
  padding: 0 5px;
}
.internalUserNav .container_24 span a {
  color: #202020;
}
.internalUserNav .container_24 span a:visited,
.internalUserNav .container_24 span a:hover,
.internalUserNav .container_24 span a:active {
  color: #202020;
}
/****************** 
	Header .. Nav .. SideNav
	 ******************/
.searchForm button[type="submit"] {
  color: #fac60e;
  font-size: 30px;
  padding: 0 0 0 5px;
  position: relative;
}
.customer-cart {
  margin: 0 10px 0 0;
}
.customer-cart .cartSliderButton {
  background: #fac60e;
  border: 4px solid #fac60e;
  color: #202020;
  padding: 2px 10px 6px;
  font-size: 18px;
  font-family: 'FuturaRound-Demi', sans-serif;
  position: relative;
}
.customer-cart .cartSliderButton:hover {
  text-decoration: none;
  background-color: #fff;
}
.customer-cart .cartSliderButton:hover span.glyphicon {
  color: #202020;
}
.customer-cart .cartSliderButton .glyphicon {
  color: #fff;
  font-size: 26px;
  position: relative;
  top: 4px;
}
.customer-search {
  padding-right: 0;
}
.customer-search input {
  border-radius: 0;
  background-color: #e9e9e9;
  border: medium none;
  color: #3c3c3c;
  font-size: 18px;
  height: 46px;
  width: 184px !important;
  box-shadow: none;
}
.tcc4Nav {
  background-color: #3c3c3c;
}
.tcc4Nav .top-bar {
  display: none;
  margin-bottom: 15px;
}
.tcc4Nav .top-bar .top-banner-bar {
  background: #3c3c3c;
  text-align: center;
  font-family: 'FuturaRound-Demi', sans-serif;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.tcc4Nav .top-bar .top-banner-bar a {
  text-decoration: none;
}
.tcc4Nav .top-bar .top-banner-bar a:hover,
.tcc4Nav .top-bar .top-banner-bar a:focus {
  text-decoration: underline;
}
.Home .tcc4Nav {
  background: none !important;
}
.Home .tcc4Nav .header .main-row .logo .logoBanner .dark-bg {
  display: block !important;
}
.Home .tcc4Nav .header .main-row .logo .logoBanner .light-bg {
  display: none !important;
}
.Home .tcc4Nav .header .main-row .customers .customer-info .customer-current .customer-link {
  color: #fff;
}
.Home .tcc4Nav .header .main-row .customers .customer-info .customer-current .customer-links {
  background-color: #000;
}
.Home .tcc4Nav .header .main-row .customers .customer-info .customer-current .customer-links li a {
  color: #fac60e;
}
.Home .tcc4Nav .header .main-row .customers .customer-contact .liveChatBox p {
  color: #fff;
}
.Home .tcc4Nav .header .main-row .customers .customer-contact .contact-number p {
  color: #fff;
}
.tcc4Nav.no-nav .header .main-row .logo {
  margin-top: 6px;
}
.tcc4Nav.no-nav .header .main-row .customers .customer-info {
  display: none;
}
.tcc4Nav.no-nav .header .main-row .customers .customer-contact .customer-cart {
  display: inline-block;
  margin: 0;
}
.tcc4Nav.no-nav .header .main-row .customers .customer-contact .customer-cart .cartSliderButton {
  top: -4px;
}
.tcc4Nav .header .main-row .logo {
  text-align: center;
  margin: 1% 0;
}
.tcc4Nav .header .main-row .logo svg {
  width: 100%;
}
.tcc4Nav .header .main-row .customers .customer-info {
  margin: 0;
}
.tcc4Nav .header .main-row .customers .customer-info .customer-current .customer-link {
  color: #3c3c3c;
  position: relative;
  margin-right: 30px;
  font-size: 15px;
  font-family: 'FuturaRound-Bold', sans-serif;
  text-transform: uppercase;
}
.tcc4Nav .header .main-row .customers .customer-info .customer-current .customer-link:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 7px solid #fac60e;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.tcc4Nav .header .main-row .customers .customer-info .customer-current .customer-link:after {
  top: 4px;
  right: -15px;
}
.tcc4Nav .header .main-row .customers .customer-info .customer-current .customer-link.active {
  border-top: none;
}
.tcc4Nav .header .main-row .customers .customer-info .customer-current .customer-link.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 5px solid #fac60e;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.tcc4Nav .header .main-row .customers .customer-info .customer-current .customer-links {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 1000;
}
.tcc4Nav .header .main-row .customers .customer-info .customer-current .customer-links li {
  font-size: 16px;
}
.tcc4Nav .header .main-row .customers .customer-info .customer-current .customer-links li a {
  color: #3c3c3c;
}
.tcc4Nav .header .main-row .customers .customer-contact {
  margin: 0;
}
.tcc4Nav .header .main-row .customers .customer-contact .liveChatBox {
  margin: 0 15px -20px 0;
}
.tcc4Nav .header .main-row .customers .customer-contact .liveChatBox a:hover,
.tcc4Nav .header .main-row .customers .customer-contact .liveChatBox a:focus {
  text-decoration: none;
  outline: none;
}
.tcc4Nav .header .main-row .customers .customer-contact .liveChatBox p {
  font-size: 18px;
  color: #3c3c3c;
  font-family: 'FuturaRound-Bold', sans-serif;
  text-transform: uppercase;
  position: relative;
}
.tcc4Nav .header .main-row .customers .customer-contact .liveChatBox .chat-icon-img {
  margin-right: 5px;
  position: relative;
  font-size: 30px;
}
.tcc4Nav .header .main-row .customers .customer-contact .liveChatBox .chat-online:hover {
  text-decoration: none;
}
.tcc4Nav .header .main-row .customers .customer-contact .liveChatBox .chat-online p {
  top: -4px;
}
.tcc4Nav .header .main-row .customers .customer-contact .liveChatBox .chat-online .chat-icon-img {
  top: 5px;
}
.tcc4Nav .header .main-row .customers .customer-contact .liveChatBox .chat-offline p {
  top: 4px;
}
.tcc4Nav .header .main-row .customers .customer-contact .liveChatBox .chat-offline .chat-icon-img {
  top: 12px;
}
.tcc4Nav .header .main-row .customers .customer-contact .liveChatBox .chat-offline .smaller-icon-text {
  display: block;
  font-size: 15px;
  margin-top: -10px;
  text-transform: none;
  margin-left: 44px;
  font-family: 'FuturaRound-Medium', sans-serif;
}
.tcc4Nav .header .main-row .customers .customer-contact .contact-number a {
  color: #fac60e;
  font-size: 23px;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.tcc4Nav .header .main-row .customers .customer-contact .contact-number p {
  color: #3c3c3c;
  font-size: 30px;
  font-family: 'FuturaRound-Demi', sans-serif;
  margin: 0;
}
.tcc4Nav .header .main-row .customers .customer-contact .customer-cart {
  display: none;
}
.tcc4Nav .header .main-row .menu button.navbar-toggle {
  float: none !important;
  margin-top: 6px;
  padding: 13px 0 0;
}
.tcc4Nav .header .main-row .menu button span.icon-bar {
  background: #fff;
  border-radius: 0;
  height: 3px;
  width: 26px;
}
.tcc4Nav .no-nav {
  display: none !important;
}
.mobile-menu {
  display: none;
  background: #3c3c3c;
}
.mobile-menu.no-nav #mobileMenu {
  display: none;
}
.mobile-menu.no-nav .no-nav-footer {
  display: block;
}
.mobile-menu.no-nav .no-nav-footer .row .customer-cart {
  margin: -20px 0 20px;
}
.package-pricing .mobile-menu.no-nav .no-nav-footer .row .customer-cart {
  margin: 10px 0 20px;
}
.package-pricing .mobile-menu.no-nav .no-nav-footer .row .contact-number {
  margin: 30px 0 0 0;
}
.mobile-menu.no-nav .no-nav-footer .row .contact-number a {
  font-family: "FuturaRound-Demi", sans-serif;
  font-size: 26px;
  margin-top: -20px;
}
.mobile-menu .panel-group {
  margin-bottom: 0;
}
.mobile-menu .panel-group .panel {
  border: 0;
}
.mobile-menu .panel-group .panel + .panel {
  margin-top: 0;
  border-top: 1px solid #fff;
}
.mobile-menu .panel-group .panel.panel-mobile {
  border-radius: 0;
  box-shadow: none;
}
.mobile-menu .panel-group .panel.panel-mobile .panel-heading {
  cursor: pointer;
  background: #fac60e;
  color: #202020;
  border-radius: 0;
}
.mobile-menu .panel-group .panel.panel-mobile .panel-heading h4 {
  font-size: 20px;
}
.mobile-menu .panel-group .panel.panel-mobile .panel-heading h4:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 7px solid #ffffff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.mobile-menu .panel-group .panel.panel-mobile .panel-heading h4:after {
  margin-top: 5px;
  right: 20px;
}
.mobile-menu .panel-group .panel.panel-mobile .panel-heading h4.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 7px solid #ffffff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.mobile-menu .panel-group .panel.panel-mobile .panel-heading h4.active:after {
  border-top: none;
}
.mobile-menu .panel-group .panel.panel-mobile .panel-heading h4 a:hover,
.mobile-menu .panel-group .panel.panel-mobile .panel-heading h4 a:focus,
.mobile-menu .panel-group .panel.panel-mobile .panel-heading h4 a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.mobile-menu .panel-group .panel.panel-mobile .panel-heading.not-button {
  cursor: auto;
  background: #3c3c3c;
  overflow: hidden;
}
.mobile-menu .panel-group .panel.panel-mobile .panel-heading.not-button.top-banner {
  background: #202020;
  color: #ffffff;
}
.mobile-menu .panel-group .panel.panel-mobile .panel-heading.not-button .customer-search .form-group {
  display: inline-block;
}
.mobile-menu .panel-group .panel.panel-mobile .panel-heading.not-button .customer-search .form-group .form-control {
  display: inline-block;
}
.mobile-menu .panel-group .panel.panel-mobile .panel-heading.not-button .contact-number a {
  color: #fac60e;
  font-size: 24px;
  padding-top: 7px;
}
.mobile-menu .panel-group .panel.panel-mobile .panel-collapse .panel-body .list-unstyled {
  margin-bottom: 0;
}
.mobile-menu .no-nav-footer {
  display: none;
}
.mobile-menu #sideCartMenu .callout {
  color: #fac60e;
}
.mobile-menu #sideCartMenu .callout .bottom {
  color: #999;
}
.sub-nav {
  background: #fac60e;
}
.sub-nav .dropMenu {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 1200px) {
  .sub-nav .dropMenu .visible-lg {
    display: inline-block !important;
  }
}
.sub-nav .dropMenu .primaryNavigation {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.sub-nav .dropMenu .primaryNavigation .primaryNavigationItem {
  padding: 20px;
  cursor: pointer;
  text-align: center;
}
.sub-nav .dropMenu .primaryNavigation .primaryNavigationItem:hover {
  background: #e1b001;
}
.sub-nav .dropMenu .primaryNavigation .primaryNavigationItem:last-child {
  border-right: 0;
  box-shadow: none;
}
.sub-nav .dropMenu .primaryNavigation .primaryNavigationItem .primaryNavigationTitle {
  color: #000;
  display: inline-block;
  font-size: 22px;
  font-family: 'FuturaRound-Demi', sans-serif;
  line-height: 1;
  width: 100%;
}
.sub-nav .dropMenu .primaryNavigation .primaryNavigationItem .primaryNavigationSub {
  color: #223444;
  font-style: italic;
  font-weight: bold;
}
.sub-nav .dropMenu .primaryNavigation .primaryNavigationItemSelected {
  background: #e1b001;
  cursor: pointer;
  padding: 20px;
  text-align: center;
}
.sub-nav .dropMenu .primaryNavigation .primaryNavigationItemSelected .primaryNavigationTitle {
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  font-family: 'FuturaRound-Demi', sans-serif;
  line-height: 1;
  width: 100%;
}
.sub-nav .dropMenu .primaryNavigation .primaryNavigationItemSelected .primaryNavigationSub {
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.secondaryNavigation {
  background: #f8f7f2 url('/images/themes/tcc4/pattern.gif') repeat 0 0;
  border-top: none 0;
  height: auto;
  margin: -1px 0px 0px;
  position: relative;
  z-index: 2000;
}
.secondaryNavigation .js-panel.row {
  padding-right: 15px;
  padding-left: 15px;
}
.secondaryNavigation .panelContainer {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.secondaryNavigation .panelContainer.col-md-3 {
  background: #fff;
}
.secondaryNavigation .panelContainer ul {
  list-style: none;
  padding-left: 0px;
}
.secondaryNavigation .panelContainer ul li {
  line-height: 1.5;
  font-size: 18px;
}
.secondaryNavigation .panelContainer ul li a {
  font-size: 18px;
  color: #3c3c3c;
}
.secondaryNavigation .panelContainer ul li a:hover {
  color: #fac60e;
  text-decoration: underline;
}
.secondaryNavigation .panelContainer .panelCopy {
  color: #3c3c3c;
  font-size: 20px;
  margin-bottom: 0px;
}
.secondaryNavigation .panelContainer .panelCopy a {
  text-decoration: underline;
  font-family: 'FuturaRound-Demi', sans-serif;
  display: block;
}
.secondaryNavigation .panelContainer .panelCopy a:hover {
  text-decoration: none;
}
.secondaryNavigation .panelContainer .panelCopy.panelCopyEmphasis {
  font-family: 'FuturaRound-Demi', sans-serif;
}
.secondaryNavigation .panelContainer .sub-nav-text {
  margin-top: 41px;
  padding-right: 20px;
}
.secondaryNavigation .panelContainer .list-title {
  color: #fac60e;
  font-size: 22px;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.secondaryNavigation .panelContainer .closeIcon {
  background-color: #ffffff;
  border: none 0;
  color: #fac60e;
  font-size: 20px;
  font-family: 'FuturaRound-Bold', sans-serif;
  height: 26px;
  padding-bottom: 26px;
  position: absolute;
  right: 10px;
  top: 12px;
}
.secondaryNavigation .panelContainer .closeIcon:hover {
  color: #3c3c3c;
  cursor: pointer;
}
#sideMenu {
  display: none;
  opacity: 1;
  padding: 0px;
  position: static;
  visibility: visible;
  width: 260px;
  z-index: 0;
}
#sideMenu .tccNav {
  background: #59a9b6;
  background: linear-gradient(to bottom, #59a9b6, #237a88) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59a9b6), color-stop(100%, #237a88));
  background: -webkit-linear-gradient(#59a9b6, #237a88);
  border: 1px solid transparent;
  border-radius: 0px;
  border-width: 0 0 1px;
  box-shadow: 0 1px rgba(255, 255, 255, 0.05) inset, 0 0 8px, #237a88;
  margin: 0px;
  position: relative;
  z-index: 1000;
  zoom: 1;
}
.ie #sideMenu .tccNav.ieNav {
  background-image: url("/images/themes/tcc4/tcc4_nav_bg.png");
  background-repeat: repeat-x;
  box-shadow: none;
}
#sideMenu .tccNav .noDropMenu {
  display: block;
}
#sideMenu .tccNav .noDropMenu .stackedNavElement {
  height: 76px;
}
#sideMenu .tccNav .noDropMenu .stackedNavElement .logoPhoneNumber {
  text-align: center;
}
#sideMenu .tccNav .noDropMenu .stackedNavElement .logoPhoneNumber a {
  display: block;
}
#sideMenu section {
  opacity: 0;
}
#sideMenu section#navAccordion .navAccordionParent {
  background-color: inherit;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px;
}
#sideMenu section#navAccordion .navAccordionParent .navAccordionHeading {
  background-color: #bfdfe3;
  padding: 15px 10px;
}
#sideMenu section#navAccordion .navAccordionParent .navAccordionTrigger {
  background-position: right 9px;
  font-size: 18px;
}
#sideMenu section#navAccordion .navAccordionParent .navAccordionAnchor {
  font-size: 16px;
}
#sideMenu section#navAccordion .navAccordionParent .navAccordionAnchor .cartImage {
  margin-right: 5px;
}
#sideMenu button.close-menu {
  width: 100%;
  text-align: left;
  font-weight: 400;
  margin-top: -1px;
  margin-bottom: 3px;
}
#sideMenu button.close-menu span {
  top: 2px;
}
#sideMenu button.close-menu span.show-right {
  display: none;
}
#sideMenu button.close-menu span.show-left {
  display: inline-block;
}
#sideMenu.right-slide button.close-menu {
  text-align: right;
}
#sideMenu.right-slide button.close-menu .show-right {
  display: inline-block;
}
#sideMenu.right-slide button.close-menu .show-left {
  display: none;
}
.state-business-type.sales-funnel .sub-nav #hamburgerButton {
  display: block !important;
}
.state-business-type.sales-funnel .sub-nav .click-call {
  margin-left: initial;
}
.state-business-type.sales-funnel .sub-nav .click-cart {
  float: left;
}
.sales-funnel #sideMenu {
  width: 90%;
}
.sales-funnel #sideMenu ul.list-group {
  margin: 0 !important;
}
/*************** 
	Body Structure
	 ***************/
.contentCol {
  background-color: transparent;
  min-height: 600px;
  height: 100%;
}
.contentCol p a {
  color: #3c3c3c;
  text-decoration: underline;
}
.contentCol p a.standardButton {
  text-decoration: none;
}
.contentCol p a.standardButton:hover,
.contentCol p a.standardButton:focus {
  color: #3c3c3c;
}
.contentCol p a:hover,
.contentCol p a:focus {
  color: #fac60e;
}
.contentCol li a {
  color: #3c3c3c;
  text-decoration: underline;
}
.contentCol li a:hover,
.contentCol li a:focus {
  color: #fac60e;
}
.contentCol a .top {
  color: #3c3c3c;
  text-decoration: underline;
  font-size: 16px;
}
.contentCol a .top:hover,
.contentCol a .top:focus {
  color: #fac60e;
}
/****************** 
	right side col
	 ******************/
.rightRail .rightContentBox.prime-fill {
  background: #3c3c3c;
  color: #fff;
}
.rightRail .rightContentBox.prime-fill .rightContentBoxBanner {
  color: #fff;
}
.rightRail .rightContentBox.prime-fill .productMessage {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
/***************** 
	Footer Structure
	 *****************/
.siteFooter {
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #202020;
}
.siteFooter.footerColor {
  background-color: #202020;
}
.siteFooter .footerContactRow div[class*="col-"] {
  border-bottom: #757575;
}
.siteFooter .footerLanguage {
  padding-top: 10px;
  padding-bottom: 10px;
}
.siteFooter .footerLanguage p {
  font-size: 16px;
  margin: 10px 0;
  color: #757575;
}
.siteFooter .footer-get-started .form-inline {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
.siteFooter .footer-get-started .form-inline h2 {
  font-size: 47px;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.siteFooter .footer-get-started .form-inline select.form-control {
  padding-right: 40px;
  font-size: 16px;
}
.siteFooter .footer-get-started .form-inline button {
  padding: 1px 56px 5px;
  margin-top: 10px;
}
.siteFooter .footer-main {
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.siteFooter .footer-main .seo-links ul.list-inline li {
  margin: 0 6%;
  vertical-align: top;
}
.siteFooter .footer-main .seo-links ul.list-inline li ul li {
  margin: 0;
}
.siteFooter .footer-main .seo-links ul.list-inline li ul li:first-child,
.siteFooter .footer-main .seo-links ul.list-inline li ul li:first-child a {
  color: #fac60e;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.siteFooter .footer-main .seo-links ul.list-inline li ul li a {
  color: #757575;
  font-family: 'FuturaRound-Light', sans-serif;
  font-size: 18px;
}
.siteFooter .footer-main .contact-bbb.list-inline li {
  margin-top: 10px;
}
/****************** 
	NPS
	 ******************/
.npsArea {
  margin: 10px 0;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#e2f1f3), to(#f4fafa));
  background-image: -webkit-linear-gradient(top, #e2f1f3, 0%, #f4fafa, 100%);
  background-image: -moz-linear-gradient(top, #e2f1f3 0, #f4fafa 100%);
  background-image: linear-gradient(to bottom, #e2f1f3 0, #f4fafa 100%);
}
.npsArea .nps-score li {
  text-align: center;
}
.npsArea .nps-score li:first-child,
.npsArea .nps-score li:last-child {
  margin-top: -20px;
  vertical-align: middle;
}
.npsArea .invoiceDetailsArea {
  margin-top: 10px;
}
/* 2. CONTENT
----------------------------------------------------------------------------------------*/
/******************* 
	Home Page Specific
	 *******************/
.mic-section {
  display: none;
}
.mic-section .mic-button {
  background: #314455;
  position: relative;
}
.mic-section .mic-button .container div {
  max-width: 1150px;
  margin: 0 auto;
}
.mic-section .mic-button .container div button.btn {
  padding: 2px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  width: auto;
}
.mic-section .mic-button .container div button.btn span {
  font-size: 18px;
}
.mic-section .mic-button .container div button.btn:hover {
  text-decoration: underline;
}
.mic-section .mic-lead {
  display: none;
}
.mic-section .mic-lead .close {
  padding: 10px 0;
}
.mic-section .mic-lead form .row.form-title {
  margin-left: 25px;
}
.Home #wrapper {
  background: #202020 url('/images/themes/tcc4/homepage/rebrand_hero.jpg') no-repeat;
  background-position: 54% 0;
  background-size: 900px auto;
}
.Home .main-content > .row {
  padding-left: 15px;
  padding-right: 15px;
}
.Home .main-content .click-to-call {
  background: rgba(32, 32, 32, 0.5);
  padding: 10px;
}
.Home .main-content .click-to-call span {
  color: #fac60e;
  font-family: 'FuturaRound-Demi', sans-serif;
  text-transform: uppercase;
  margin-right: 10px;
}
.Home .main-content .click-to-call a {
  color: #fff;
  font-family: 'FuturaRound-Demi', sans-serif;
  font-size: 22px;
}
.Home .main-content .hero-row .hero-message {
  padding-top: 4%;
  padding-bottom: 6%;
}
.Home .main-content .hero-row .hero-message h1 {
  color: #fff;
  font-size: 36px;
}
.Home .main-content .hero-row .hero-message p {
  color: #fac60e;
  font-size: 20px;
}
.Home .main-content .hero-get-started {
  background: rgba(248, 247, 242, 0.93);
  padding-top: 20px;
  padding-bottom: 20px;
}
.Home .main-content .hero-get-started .form-inline {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
.Home .main-content .hero-get-started .form-inline h2 {
  font-size: 47px;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.Home .main-content .hero-get-started .form-inline select.form-control {
  padding-right: 40px;
  font-size: 16px;
}
.Home .main-content .hero-get-started .form-inline button {
  padding: 5px 60px 9px;
  margin-top: 10px;
}
.Home .main-content .fixed-getstarted {
  position: fixed;
  width: 100%;
  bottom: 0;
}
.Home .main-content .sub-hero-quotes {
  background: #f8f7f2 url('/images/themes/tcc4/pattern.gif') repeat 0 0;
}
.Home .main-content .sub-hero-quotes .quote-message {
  text-align: center;
}
.Home .main-content .sub-hero-quotes .quote-message:after {
  border-bottom: 1px solid #ccc;
  position: absolute;
  left: 25%;
  bottom: 0;
  width: 50%;
  content: "";
}
.Home .main-content .sub-hero-quotes .quote-message:last-child:after {
  border-bottom-width: 0;
}
.Home .main-content .sub-hero-quotes .quote-message p.title {
  color: #fac60e;
  font-size: 34px;
  font-family: 'FuturaRound-Demi', sans-serif;
  margin-bottom: 0;
}
.Home .main-content .sub-hero-quotes .quote-message p a.pricing-link {
  text-decoration: underline;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.Home .main-content .sub-hero-quotes .quote-message p a.pricing-link:hover,
.Home .main-content .sub-hero-quotes .quote-message p a.pricing-link:focus {
  text-decoration: none;
}
.Home .main-content .banners-entities {
  background: #fff;
}
.Home .main-content .banners-entities .featured-in {
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
}
.Home .main-content .banners-entities .featured-in p {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.Home .main-content .banners-entities .featured-in ul.list-inline > li {
  padding-right: 10px;
  padding-left: 10px;
}
.Home .main-content .banners-entities .featured-in ul.list-inline > li img {
  width: 90%;
}
.Home .main-content .banners-entities .banners {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.Home .main-content .banners-entities .banners img {
  position: relative;
  z-index: 1000;
  opacity: .5;
}
.Home .main-content .banners-entities .banners .banner-1,
.Home .main-content .banners-entities .banners .banner-2 {
  max-height: 200px;
  overflow: hidden;
}
.Home .main-content .banners-entities .banners .banner-1 .banner-message,
.Home .main-content .banners-entities .banners .banner-2 .banner-message {
  z-index: 1001;
  position: absolute;
  top: 24px;
  left: 25px;
  width: 90%;
}
.Home .main-content .banners-entities .banners .banner-1 .banner-message p,
.Home .main-content .banners-entities .banners .banner-2 .banner-message p {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0 0 15px;
  color: #202020;
}
.Home .main-content .banners-entities .banners .banner-1 .banner-message p strong,
.Home .main-content .banners-entities .banners .banner-2 .banner-message p strong {
  font-size: 23px;
  font-family: 'FuturaRound-Demi', sans-serif;
  line-height: 26px;
}
.Home .main-content .banners-entities .banners .banner-1 .banner-message button,
.Home .main-content .banners-entities .banners .banner-2 .banner-message button {
  font-size: 20px;
  padding-bottom: 6px;
  width: auto;
}
.Home .main-content .banners-entities .banners .banner-2 {
  margin-top: 20px;
}
.Home .main-content .banners-entities .banners .banner-2 .banner-message {
  top: 0;
  width: 82%;
}
.Home .main-content .banners-entities .banners .banner-2 .banner-message p {
  font-size: 18px;
  line-height: 20px;
}
.Home .main-content .banners-entities .banners .banner-2 .banner-message p strong {
  font-size: 27px;
  line-height: 40px;
}
.Home .main-content .banners-entities .banners .banner-2 .banner-message a {
  font-size: 20px;
  padding-bottom: 6px;
  width: auto;
}
.Home .main-content .banners-entities .entity {
  padding-bottom: 140px;
}
.Home .main-content .banners-entities .entity .tab-content .banner {
  margin-top: 14px;
}
.Home .main-content .banners-entities .entity .tab-indicator {
  text-align: center;
}
.Home .main-content .banners-entities .entity .tab-indicator ul {
  margin: 30px auto 0;
}
.Home .main-content .banners-entities .entity .tab-indicator ul li {
  color: #ccc;
  font-size: 35px;
  line-height: 0;
}
.Home .main-content .banners-entities .entity .tab-indicator ul li.active {
  color: #000;
}
.Home .main-content .banners-entities .entity #entityList .panel-entity .panel-heading {
  padding: 0;
}
.Home .main-content .banners-entities .entity #entityList .panel-entity .panel-heading h3 {
  cursor: pointer;
  font-size: 32px;
  color: #fac60e;
  padding: 10px 15px;
}
.Home .main-content .banners-entities .entity #entityList .panel-entity .panel-heading h3 span.minus-plus {
  color: #ccc;
  float: right;
}
.Home .main-content .banners-entities .entity #entityList .panel-entity .panel-body p {
  font-size: 18px;
  margin-bottom: 0;
}
.Home .main-content .banners-entities .entity #entityList .panel-entity .panel-body p a {
  text-decoration: underline;
  font-family: 'FuturaRound-Demi', sans-serif;
  display: block;
}
.Home .main-content .banners-entities .entity #entityList .panel-entity .panel-body p a:hover {
  text-decoration: none;
}
.Home .main-content .banners-entities .entity #entityList .panel-entity .panel-body .btn {
  margin-top: 20px;
}
.Home .main-content .banners-entities .entity .banner-img .button-wrap {
  position: absolute;
  z-index: 1001;
  bottom: 0;
  left: 0;
  right: 0;
}
.Home .main-content .mega-quote.no-gutters {
  background: #3c3c3c;
  margin-left: -15px;
  margin-right: -15px;
  padding: initial;
}
.Home .main-content .mega-quote .setup h3 {
  color: #fff;
  font-size: 50px;
  padding: 40px 0;
  text-align: center;
}
.Home .main-content .mega-quote .quote {
  background: #fac60e;
}
.Home .main-content .mega-quote .quote .carousel .carousel-inner {
  width: 90%;
  margin: 0 0 0 5%;
}
.Home .main-content .mega-quote .quote .carousel .carousel-inner .item {
  margin-top: 10%;
}
.Home .main-content .mega-quote .quote .carousel .carousel-inner .item .carousel-caption {
  position: relative;
  color: #202020;
  left: 0 !important;
  right: 0 !important;
  text-shadow: none;
}
.Home .main-content .mega-quote .quote .carousel .carousel-inner .item .carousel-caption .quote-message {
  padding: 20px 10px;
  border: 12px solid #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 22px;
  position: relative;
}
.Home .main-content .mega-quote .quote .carousel .carousel-inner .item .carousel-caption .quote-message:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid #ffffff;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
}
.Home .main-content .mega-quote .quote .carousel .carousel-inner .item .carousel-caption .quote-message:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid #fac60e;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
}
.Home .main-content .mega-quote .quote .carousel .carousel-inner .item .carousel-caption .quote-message:before {
  bottom: -50px;
  right: 8px;
  border-right-width: 62px;
  border-left-width: 0;
}
.Home .main-content .mega-quote .quote .carousel .carousel-inner .item .carousel-caption .quote-message:after {
  bottom: -24px;
  right: 2px;
  border-right-width: 56px;
  border-left-width: 0;
}
.Home .main-content .mega-quote .quote .carousel .carousel-inner .item .carousel-caption .quoter p {
  text-align: right;
  padding-right: 110px;
  padding-top: 4px;
}
.Home .main-content .mega-quote .quote .carousel .carousel-control.left,
.Home .main-content .mega-quote .quote .carousel .carousel-control.right {
  background: none;
}
.Home .main-content .mega-quote .quote .carousel .carousel-control .glyphicon-tcc-arrow-left5,
.Home .main-content .mega-quote .quote .carousel .carousel-control .glyphicon-tcc-arrow-right5 {
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
}
.Home .main-content .mega-quote .quote .carousel .carousel-control .glyphicon-tcc-arrow-left5 {
  left: 50%;
  margin-left: -10px;
}
.Home .main-content .mega-quote .quote .carousel .carousel-control .glyphicon-tcc-arrow-right5 {
  margin-right: -10px;
  right: 50%;
}
/*************** 
	Accordion(s)
	 ***************/
/* General Accordion Settings */
.accordionContainer {
  background-color: inherit;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  float: none;
  margin-bottom: 0px;
  width: 100%;
}
.accordionHeading {
  border-bottom: 1px solid #989898;
  margin: 0px;
  padding: 10px;
}
.accordionNoBorder {
  border: none;
}
.accordionAnchor {
  color: #3c3c3c;
  display: inline-block;
  height: 100%;
  font-size: 18px;
  outline: 0 none;
  width: 100%;
}
.accordionAnchor:hover {
  color: #fac60e;
  text-decoration: underline;
}
.accordionAnchor:focus {
  color: #fac60e;
  outline: 0 none;
  text-decoration: none;
}
.accordionTrigger {
  background-position: right 13px;
  background-repeat: no-repeat;
  color: #fac60e;
  font-size: 22px;
  font-family: 'FuturaRound-Demi', sans-serif;
  padding-right: 0px;
  cursor: pointer;
}
.accordionTrigger:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 7px solid #fac60e;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.accordionTrigger:after {
  margin-top: 5px;
  right: 20px;
}
.accordionTrigger:hover {
  text-decoration: none;
}
.accordionTrigger:focus {
  outline: 0 none;
  text-decoration: none;
}
.accordionTriggerReverse:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 7px solid #ffffff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.accordionTriggerReverse:after {
  border-top: none;
}
.accordionContents,
.accordionContents-additional-links {
  background-color: #f1f8f9;
  border-bottom: 2px groove #FCFCFC;
}
.accordionContents ul,
.accordionContents-additional-links ul {
  margin: 0px;
  padding: 0 10px;
}
.accordionContents ul li,
.accordionContents-additional-links ul li {
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABBAAAAAAZp70QAAAABGdBTUEAALGPC%2FxhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAJ0Uk5TAA%2FmLNCpAAAAAmJLR0QADzoyPqMAAAAJcEhZcwAAAEgAAABIAEbJaz4AAAALSURBVAjXY5j%2FHwACQAGfMSJZswAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxMy0wMS0wNFQxNzoyNDowNi0wODowMIEUPg0AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTItMDktMTNUMTM6NDI6MTYtMDc6MDAlRAyYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg%3D%3D");
  background-position: left bottom;
  background-repeat: repeat-x;
  cursor: pointer;
  list-style: none;
  margin: 0px;
  padding: 10px 0px;
}
.accordionContents ul li.noBackground,
.accordionContents-additional-links ul li.noBackground {
  background-image: none;
}
.accordionContentsTopBorder {
  border-top: 2px groove #FCFCFC;
}
/* Navigation Accordion Settings */
.navAccordionParent {
  background-color: inherit;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px;
}
.navAccordionParent .navAccordionHeading {
  background-color: #bfdfe3;
  padding: 15px 10px;
}
.navAccordionParent .navAccordionTrigger {
  background-position: right 9px;
  font-size: 18px;
}
.navAccordionParent .navAccordionAnchor {
  font-size: 16px;
}
/* SEO Accordion Settings */
.seoAccordionAnchor {
  font-size: 18px;
  text-align: left;
}
.seoAccordionContents {
  border: inherit;
}
.seoAccordionHeading {
  border-bottom: 2px groove #F1F8F9;
  text-align: left;
}
/* SEO Panel Toggle flags */
.shyPanel {
  display: block;
}
.veryShyPanel {
  display: block;
}
/*************** 
	Footer Content
	 ***************/
/* Toggle Display Flag(s) */
.contentDivideBox {
  display: block;
}
/* End Display Flags */
.contactInfo {
  background-position: 0px 9px;
  background-repeat: no-repeat;
  height: 40px;
  line-height: 40px;
  margin: 10px 0px;
  padding-left: 35px;
}
.contactInfo p {
  color: #fac60e;
  font-size: 21px;
}
.contactBusinessHours p {
  display: inline-block;
  font-size: 13px;
  line-height: inherit;
  margin: 0px 5px 0px 0px;
}
/* Content Divider HR */
.contentDivider {
  border-bottom: 2px groove #F1F8F9;
  display: block;
  margin: 10px 0px;
}
.contactDivider {
  border-bottom: 2px groove #F1F8F9;
  bottom: 0px;
  display: none !important;
  height: 1px;
  left: 15px;
  margin: 0px;
  position: absolute;
}
.topMost {
  top: 0px;
}
/* McAfee Badge */
/****************** 
	Simple Footer
	 ******************/
.simple-footer .simple-footer-links li {
  font-size: 18px;
}
.simple-footer .simple-footer-links li:first-child {
  border-right: 1px solid #737474;
  padding-right: 7px;
  line-height: 15px;
}
.simple-footer img {
  display: block;
  margin: 0 auto;
}
/****************** 
	Lead Capture Form
	 ******************/
.leadCollectContainer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.leadCollectContainer .leadCollectTitle {
  font-size: 22px;
  font-family: 'FuturaRound-Demi', sans-serif;
  color: #fac60e;
}
.leadCollectContainer .leadCollectorContainerSuccess {
  padding-top: 30px;
  padding-bottom: 50px;
}
.leadCollectContainer .leadCollectorContainerSuccess p {
  text-align: center;
}
.leadCollectContainer .leadCollectorContainerSuccess .leadCollectSuccessTitle {
  font-size: 18px;
  font-weight: bold;
}
form#contactUsForm label {
  margin: 10px 0 5px;
}
/************************* 
	Custom Bootstrap Classes
	 *************************/
.noBottomPadding {
  padding-bottom: 0px;
}
.noRightPadding {
  padding-right: 0px;
}
.noSidePadding {
  padding-right: 0px;
  padding-left: 0px;
}
.form-control:focus {
  border-color: #fac60e;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(250, 198, 14, 0.6);
  outline: 0 none;
}
.mobile-menu .list-unstyled li a {
  color: #fac60e;
  border-bottom: 1px dotted #fac60e;
  padding: 3px 0;
  font-size: 18px;
}
.mobile-menu .list-unstyled li:last-child a {
  border-bottom: none;
}
.noBackground .accordionAnchor {
  border-bottom: medium none;
}
.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 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/* 2.5 Template pages
----------------------------------------------------------------------------------------*/
/****************** 
	Default Three Column
	 ******************/
.default-three-column .main-content {
  background-color: #FFFFFF;
  /* Toggle Display Flag(s) */
}
@media (max-width: 991px) {
  .default-three-column .main-content {
    position: relative;
    margin-bottom: 20px;
  }
  .default-three-column .main-content:before,
  .default-three-column .main-content:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  .default-three-column .main-content:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
  }
}
.default-three-column .main-content .leftRail {
  display: none;
}
.default-three-column .main-content .leftRail.lightGrey {
  background: #f8f7f2 url('/images/themes/tcc4/pattern.gif') repeat 0 0;
}
.default-three-column .main-content .leftRail .listTitle {
  font-size: 20px;
  font-family: 'FuturaRound-Demi', sans-serif;
  color: #fac60e;
  padding: 0;
  margin: 20px 0 0;
}
.default-three-column .main-content .leftRail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.default-three-column .main-content .leftRail ul li {
  line-height: 1.15;
}
.default-three-column .main-content .leftRail ul li a {
  color: #3c3c3c;
  font-size: 16px;
  text-decoration: none;
}
.default-three-column .main-content .leftRail ul li a:hover {
  color: #fac60e;
  text-decoration: underline;
}
.default-three-column .main-content .rightRail {
  display: none;
  padding-top: 30px;
}
.default-three-column .main-content .rightRail .priceBox {
  background: #303030;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 100%;
  width: 100%;
  margin: 30px 0 20px;
  padding: 40px 0 20px;
}
.default-three-column .main-content .rightRail .priceBox [class*="grid_"] {
  float: none;
  display: block;
}
.default-three-column .main-content .rightRail .priceBox .grid_6 {
  width: auto;
}
.default-three-column .main-content .rightRail .priceBox p {
  text-align: center;
  margin: 0;
  color: #fff;
}
.default-three-column .main-content .rightRail .priceBox .priceBoxBanner {
  color: #fac60e;
  font-size: 36px;
  font-family: 'FuturaRound-Demi', sans-serif;
  margin: 5px 0 0 0;
  padding-bottom: 5px;
}
.default-three-column .main-content .rightRail .priceBox .priceBoxBanner-subhead {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-family: 'FuturaRound-Book', sans-serif;
  line-height: 1.15;
}
.default-three-column .main-content .rightRail .priceBox .packagePrice {
  font-size: 60px;
  font-family: 'FuturaRound-Demi', sans-serif;
  color: #fff;
  margin-top: -12px;
}
.default-three-column .main-content .rightRail .priceBox .packagePrice span {
  display: inline-block;
}
.default-three-column .main-content .rightRail .priceBox .state-fees {
  font-size: 14px;
  margin: -6px 0 0;
  text-transform: uppercase;
  color: #fff;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.default-three-column .main-content .rightRail .priceBox .offlineSales {
  background: none repeat scroll 0pt 0pt #fac60e;
  border-bottom: none;
  border-top: none;
  color: #3c3c3c;
  font-family: 'FuturaRound-Book', sans-serif;
  font-size: 16px;
  height: 50px;
  margin: 5px -25px !important;
  text-align: center;
}
.default-three-column .main-content .rightRail .priceBox .buttonSection {
  padding: 15px 0;
}
.default-three-column .main-content .rightRail .priceBox .buttonSection a {
  display: inline-block;
}
.default-three-column .main-content .rightRail .rightContentBox {
  background: #fff;
  border: none;
  margin: 30px 0 20px;
  padding: 10px 0;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.default-three-column .main-content .rightRail .rightContentBox .contentBoxTop {
  display: none;
}
.default-three-column .main-content .rightRail .rightContentBox .download-icon {
  float: left;
  margin: 6px 12px 0 10px;
  padding-bottom: 30px;
  display: none;
}
.default-three-column .main-content .rightRail .rightContentBox .lead-collector-title {
  color: #3c3c3c;
  font-size: 22px;
  font-family: 'FuturaRound-Demi', sans-serif;
  margin: 0;
  line-height: 1.25;
}
.default-three-column .main-content .rightRail .rightContentBox img.grid_2 {
  padding: 0 !important;
  width: 64px;
}
.default-three-column .main-content .rightRail .rightContentBox .grid_2 img {
  margin-right: 20px;
}
.default-three-column .main-content .rightRail .rightContentBox .rightContentBoxBanner {
  display: inline-block;
  position: relative;
  margin: 5px 0;
  color: #3c3c3c;
  font-size: 20px;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.default-three-column .main-content .rightRail .rightContentBox section {
  color: #3c3c3c;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.default-three-column .main-content .rightRail .rightContentBox section .buttonRow {
  padding-right: 15px;
  width: 100%;
}
.default-three-column .main-content .rightRail .rightContentBox section .buttonRow .standardButton {
  margin: 0 auto;
}
.default-three-column .main-content .rightRail .rightContentBox .protectYourInfoBox {
  margin-top: 10px;
}
.default-three-column .main-content .rightRail .rightContentBox .protectYourInfoBox p {
  background-image: none;
  font-size: 14px;
  line-height: inherit;
  height: auto;
  margin: 0;
  padding-left: 0;
  width: 100%;
  text-align: center;
  color: #3c3c3c;
}
.default-three-column .main-content .bigHeading .mainProductLandingPage {
  height: 217px;
  border-radius: 0 6px 0 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.default-three-column .main-content .bigHeading .mainProductLandingPage div {
  color: #fff;
  font-size: 16px;
  padding: 120px 0 0 33px;
  max-width: 500px;
}
.default-three-column .main-content .bigHeading .mainProductLandingPage.learningCtrHero {
  background-image: url('/images/themes/tcc4/tcc_subpage_hero_learning_center.jpg');
}
.default-three-column .main-content .bigHeading .mainProductLandingPage.startingBizHero {
  background-image: url('/images/themes/tcc4/tcc_subpage_hero_starting_a_business.jpg');
}
.default-three-column .main-content .bigHeading .mainProductLandingPage.maintainingBizHero {
  background-image: url('/images/themes/tcc4/tcc_subpage_hero_maintaining_a_business.jpg');
}
.default-three-column .main-content .bigHeading .mainProductLandingPage.whyChooseUsHero {
  background-image: url('/images/themes/tcc4/tcc_subpage_hero_why_choose_us.jpg');
}
.default-three-column .main-content .centerPost {
  padding: 20px 15px 50px;
}
.default-three-column .main-content .centerPost .normal-yt-video {
  margin-top: 40px;
}
.default-three-column .main-content .centerPost .nav-tabs {
  margin: 25px 0;
  border-bottom: 1px solid #3c3c3c;
}
.default-three-column .main-content .centerPost .nav-tabs li {
  font-size: 18px;
}
.default-three-column .main-content .centerPost .nav-tabs > li > a {
  padding: 8px 5px;
  outline: 0;
  font-family: 'FuturaRound-Demi', sans-serif;
  background-color: #3c3c3c;
  border-color: transparent;
  text-decoration: none;
  border-radius: 0;
  color: #fac60e;
}
.default-three-column .main-content .centerPost .nav-tabs > li > a:hover,
.default-three-column .main-content .centerPost .nav-tabs > li > a:focus {
  color: #fac60e;
}
.default-three-column .main-content .centerPost .nav-tabs > li.active > a {
  background: #fac60e;
  border-bottom: 1px solid #fac60e;
  color: #3c3c3c;
}
.default-three-column .main-content .centerPost .callToActionText {
  font-size: 36px;
  color: #3c3c3c;
  font-family: 'FuturaRound-Demi', sans-serif;
  line-height: 1.15;
}
.default-three-column .main-content .centerPost .callToActionSection {
  text-align: center;
}
.default-three-column .main-content .centerPost .callToActionSection .standardButton {
  font-size: 26px;
  height: 50px;
  line-height: 42px;
  margin: 30px auto 0;
  padding: 0;
  text-transform: lowercase;
}
.default-three-column .main-content .centerPost .stateLinks .linkList {
  width: 100% !important;
  margin: 0;
}
.default-three-column .main-content .centerPost .stateLinks .linkList li {
  padding: 10px 0;
  margin: 0 -25px -1px;
  text-align: center;
  border: 1px solid #ccc;
}
.default-three-column .main-content .centerPost .stories {
  width: auto !important;
}
.default-three-column .main-content .centerPost .stories .story {
  margin-bottom: 50px;
}
.default-three-column .main-content .centerPost .stories .story .question {
  margin: 10px 0;
  font-family: 'FuturaRound-Demi', sans-serif;
  font-size: 22px;
}
.default-three-column .main-content .centerPost .stories .story .answer {
  background: rgba(0, 0, 0, 0) url("/images/sign_plus.gif") no-repeat scroll 5px 6px padding-box;
  border: 1px solid #cfd1d1;
  color: #3c3c3c;
  cursor: pointer;
  height: 30px;
  line-height: inherit;
  margin-bottom: 35px;
  overflow: hidden;
  padding: 0 7px 7px 25px;
  position: relative;
  z-index: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.default-three-column .main-content .centerPost .stories .story .answer.open {
  background-image: url("/images/sign_minus.gif");
  color: #3c3c3c;
}
.default-three-column .main-content .centerPost .stories .story .answer.open .content {
  color: #3c3c3c;
}
.default-three-column .main-content .centerPost .stories .story .answer.open .content:hover {
  text-decoration: none;
}
.default-three-column .main-content .centerPost .stories .story .answer .content:hover {
  text-decoration: underline;
}
.default-three-column .main-content .centerPost .stories .story .answer .content p {
  font-size: 20px;
}
.default-three-column .main-content .centerPost .stories .story .answer .content p:first-child {
  margin-top: 0;
}
.default-three-column .main-content .centerPost .faqSection {
  width: auto !important;
}
.default-three-column .main-content .centerPost .faqSection .faq .question,
.default-three-column .main-content .centerPost .faqSection .faqQuestion .question {
  margin: 10px 0;
  font-family: 'FuturaRound-Demi', sans-serif;
  font-size: 22px;
}
.default-three-column .main-content .centerPost .faqSection .faq .answer,
.default-three-column .main-content .centerPost .faqSection .faqQuestion .answer {
  background: rgba(0, 0, 0, 0) url("/images/sign_plus.gif") no-repeat scroll 5px 6px padding-box;
  border: 1px solid #cfd1d1;
  color: #3c3c3c;
  cursor: pointer;
  height: 30px;
  line-height: inherit;
  margin-bottom: 35px;
  overflow: hidden;
  padding: 0 7px 7px 25px;
  position: relative;
  z-index: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.default-three-column .main-content .centerPost .faqSection .faq .answer.open,
.default-three-column .main-content .centerPost .faqSection .faqQuestion .answer.open {
  background-image: url("/images/sign_minus.gif");
  color: #3c3c3c;
}
.default-three-column .main-content .centerPost .faqSection .faq .answer.open .content,
.default-three-column .main-content .centerPost .faqSection .faqQuestion .answer.open .content {
  color: #3c3c3c;
}
.default-three-column .main-content .centerPost .faqSection .faq .answer.open .content:hover,
.default-three-column .main-content .centerPost .faqSection .faqQuestion .answer.open .content:hover {
  text-decoration: none;
}
.default-three-column .main-content .centerPost .faqSection .faq .answer .content:hover,
.default-three-column .main-content .centerPost .faqSection .faqQuestion .answer .content:hover {
  text-decoration: underline;
}
.default-three-column .main-content .centerPost .faqSection .faq .answer .content p,
.default-three-column .main-content .centerPost .faqSection .faqQuestion .answer .content p {
  font-size: 20px;
}
.default-three-column .main-content .centerPost .faqSection .faq .answer .content p:first-child,
.default-three-column .main-content .centerPost .faqSection .faqQuestion .answer .content p:first-child {
  margin-top: 0;
}
.default-three-column .main-content .centerPost .faqSection .faq .answer p:first-child,
.default-three-column .main-content .centerPost .faqSection .faqQuestion .answer p:first-child {
  margin-top: 0;
}
.default-three-column .main-content .centerPostContent {
  margin: 20px 0 20px -15px;
}
.default-three-column .main-content .mildBlue {
  background-color: #daeeef;
}
/****************** 
	Landing Page
	 ******************/
.landing-page .siteHeader {
  display: block;
  margin-bottom: 11px;
}
.landing-page .siteHeader:after {
  content: '';
  display: block;
  border-top: 1px solid #fac60e;
  height: 10px;
  background-color: #fcde72;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcde72), to(#fac60e));
  background: -webkit-linear-gradient(top, #fcde72, #fac60e);
  background: -moz-linear-gradient(top, #fcde72, #fac60e);
  background: -ms-linear-gradient(top, #fcde72, #fac60e);
  background: -o-linear-gradient(top, #fcde72, #fac60e);
}
.landing-page .siteHeader .leftRail .logoBanner {
  display: block;
  width: 170px;
  margin: 0 auto;
}
.landing-page .siteHeader .centerPost {
  display: block;
}
.landing-page .siteHeader .centerPost .topContentRow {
  display: none;
}
.landing-page .siteHeader .centerPost .contentRows .desktopPhoneNumber {
  float: none !important;
  width: 174px;
  margin: 0 auto;
}
.landing-page .siteHeader .rightRail {
  display: none;
}
.landing-page .main-content {
  background-color: #FFFFFF;
}
@media (max-width: 991px) {
  .landing-page .main-content {
    position: relative;
    margin-bottom: 20px;
  }
  .landing-page .main-content:before,
  .landing-page .main-content:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  .landing-page .main-content:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
  }
}
.landing-page .main-content .rightRail {
  display: none;
  padding-top: 30px;
}
.landing-page .main-content .rightRail .priceBox {
  background: #303030 none repeat scroll 0 0 padding-box;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 100%;
  width: 100%;
  margin: 0 0 20px;
  padding: 40px 0 20px;
}
.landing-page .main-content .rightRail .priceBox p {
  text-align: center;
  margin: 0;
  color: #fff;
}
.landing-page .main-content .rightRail .priceBox .priceBoxBanner {
  color: #fac60e;
  font-size: 36px;
  font-family: 'FuturaRound-Demi', sans-serif;
  margin: 5px 0 0 0;
  padding-bottom: 5px;
}
.landing-page .main-content .rightRail .priceBox .packagePrice {
  color: #fff;
  font-family: 'FuturaRound-Demi', sans-serif;
  font-size: 60px;
  margin-top: -12px;
}
.landing-page .main-content .rightRail .priceBox .packagePrice span {
  display: inline-block;
}
.landing-page .main-content .rightRail .priceBox .offlineSales {
  background: none repeat scroll 0pt 0pt #fac60e;
  border-bottom: none;
  border-top: none;
  color: #3c3c3c;
  font-family: 'FuturaRound-Book', sans-serif;
  font-size: 16px;
  height: 50px;
  margin: 5px -15px !important;
  text-align: center;
}
.landing-page .main-content .rightRail .priceBox .buttonSection {
  padding: 15px 0;
}
.landing-page .main-content .rightRail .priceBox .buttonSection a {
  display: inline-block;
}
.landing-page .main-content .rightRail .rightContentBox {
  background: #fff;
  border: none;
  margin: 30px 0 20px;
  padding: 10px 0;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.landing-page .main-content .rightRail .rightContentBox .contentBoxTop {
  display: none;
}
.landing-page .main-content .rightRail .rightContentBox .download-icon {
  float: left;
  margin: 6px 12px 0 10px;
  padding-bottom: 30px;
  display: none;
}
.landing-page .main-content .rightRail .rightContentBox .lead-collector-title {
  color: #3c3c3c;
  font-size: 22px;
  font-family: 'FuturaRound-Demi', sans-serif;
  margin: 0;
  line-height: 1.25;
}
.landing-page .main-content .rightRail .rightContentBox img.grid_2 {
  padding: 0 !important;
  width: 64px;
}
.landing-page .main-content .rightRail .rightContentBox .grid_2 img {
  margin-right: 20px;
}
.landing-page .main-content .rightRail .rightContentBox .rightContentBoxBanner {
  display: inline-block;
  position: relative;
  margin: 5px 0;
  color: #3c3c3c;
  font-size: 20px;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.landing-page .main-content .rightRail .rightContentBox section {
  color: #3c3c3c;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.landing-page .main-content .rightRail .rightContentBox section .standardButton {
  margin: 0 auto;
}
.landing-page .main-content .rightRail .rightContentBox .protectYourInfoBox {
  margin-top: 10px;
}
.landing-page .main-content .rightRail .rightContentBox .protectYourInfoBox p {
  background-image: none;
  font-size: 12px;
  line-height: inherit;
  height: auto;
  margin: 0;
  padding-left: 0;
  width: 100%;
  text-align: center;
  color: #3c3c3c;
}
.landing-page .main-content .centerPost {
  padding: 20px 40px 50px;
}
.landing-page .main-content .centerPostContent {
  margin: 20px 0 20px -15px;
}
/****************** 
	Default Single Column
	 ******************/
.default-single-column .main-content {
  background: #fff;
}
@media (max-width: 991px) {
  .default-single-column .main-content {
    position: relative;
    margin-bottom: 20px;
  }
  .default-single-column .main-content:before,
  .default-single-column .main-content:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  .default-single-column .main-content:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
  }
}
.default-single-column .main-content .contentCol {
  padding: 30px;
}
.default-single-column .main-content .contentCol .w700px:before,
.default-single-column .main-content .contentCol .w700px:after {
  display: table;
  content: " ";
}
.default-single-column .main-content .contentCol .w700px:after {
  clear: both;
}
.default-single-column .main-content .contentCol .wizard span.alert-danger {
  text-align: center;
  margin-top: -20px;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-one table {
  width: 100%;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-one table tr:nth-child(odd) {
  background-color: #fef4d0;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-one table tr td {
  font-size: 22px;
  font-family: 'FuturaRound-Book', sans-serif;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-one table tr td.qustion-num {
  font-family: 'FuturaRound-Demi', sans-serif;
  font-size: 22px;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-one table tr td .radioClass {
  margin-right: 5px;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-one table tr td label {
  font-family: 'FuturaRound-Demi', sans-serif;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-one table tr td input[type="submit"] {
  float: none;
  clear: both;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-one table tr td p {
  font-size: 16px;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-two .wizardForm {
  border: 2px solid #fac60e;
  border-radius: 0;
  padding: 30px 10px;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-two .wizardForm div label {
  font-size: 22px;
  display: block;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-two .wizardForm div select,
.default-single-column .main-content .contentCol .wizard.wizard-step-two .wizardForm div input[type="text"] {
  margin-bottom: 20px;
  display: block;
  font-size: 22px;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-two p {
  font-size: 22px;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-three .wizardResults .wizardResultsHeader h2 {
  font-size: 22px;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-three .wizardResults .wizardResultsBody table {
  width: 100%;
  font-size: 12px;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-three .wizardResults .wizardResultsBody table tr th {
  background-color: #3c3c3c;
  color: #fff;
  font-famil: 'FuturaRound-Demi', sans-serif;
  padding: 0 5px 5px;
  text-align: center;
  font-size: 18px;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-three .wizardResults .wizardResultsBody table tr td {
  border-bottom: 1px solid #fac60e;
  padding: 5px;
  text-align: center;
  vertical-align: top;
  font-size: 18px;
  width: 20%;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-three .wizardResults .wizardResultsBody table tr td.first {
  font-family: 'FuturaRound-Demi', sans-serif;
  text-align-last: left;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-three .wizardResults .wizardResultsBody table tr td.mostPopular {
  color: #202020;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-three .wizardResults .wizardResultsBody table tr.footer td {
  background-color: #3c3c3c;
  color: #fac60e;
  font-family: 'FuturaRound-Demi', sans-serif;
  padding: 5px;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-three .wizardResults .wizardResultsBody p {
  font-size: 16px;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-three .wizardResults .wizardResultsButtons .standardButton {
  display: block;
  margin-bottom: 10px;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-three p {
  font-size: 16px;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-three .productDescription p {
  font-size: 22px;
}
.default-single-column .main-content .contentCol.review-order h1 {
  margin: 5px 0 30px;
}
.default-single-column .main-content .contentCol.review-order .item-table {
  font-size: 18px;
}
.default-single-column .main-content .contentCol.review-order .item-table ul.list-table {
  margin: auto -15px;
}
.default-single-column .main-content .contentCol.review-order .item-table ul.list-table li.main-row,
.default-single-column .main-content .contentCol.review-order .item-table ul.list-table li.sub-row {
  padding: 10px;
}
.default-single-column .main-content .contentCol.review-order .item-table ul.list-table li.sub-row {
  border: 0px;
  padding: 0 10px;
  font-size: 18px;
}
.default-single-column .main-content .contentCol.review-order .item-table ul.list-table li.sub-row.non-state-fee .item-price,
.default-single-column .main-content .contentCol.review-order .item-table ul.list-table li.sub-row.non-state-fee .item-edit {
  padding-left: 22px;
}
.default-single-column .main-content .contentCol.review-order .item-table ul.list-table li.sub-row .sub-package-item-price {
  color: #757575;
  padding-left: 2%;
}
.default-single-column .main-content .contentCol.review-order .item-table ul.list-table li div {
  padding-left: 0;
  padding-right: 0;
}
.default-single-column .main-content .contentCol.review-order .item-table .row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.default-single-column .main-content .contentCol.review-order .item-table .title-row {
  background: #3c3c3c;
  color: #fff;
  font-size: 18px;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.default-single-column .main-content .contentCol.review-order .item-table .main-row {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.default-single-column .main-content .contentCol.review-order .item-table .sub-row {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.default-single-column .main-content .contentCol.review-order .item-table .sum-row {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.default-single-column .main-content .contentCol.review-order .item-table .sum-row-last {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.default-single-column .main-content .contentCol.review-order .item-table .item-title {
  font-family: 'FuturaRound-Demi', sans-serif;
}
.default-single-column .main-content .contentCol.review-order .item-table .item-title .glyphicon-tcc-bin {
  font-size: 22px;
}
.default-single-column .main-content .contentCol.review-order .item-table .item-details {
  display: block;
  font-size: 14px;
  font-family: 'FuturaRound-BookOblique', sans-serif;
  padding: 5px 0 0 10px;
}
.default-single-column .main-content .contentCol.review-order .item-table .item-grand-total {
  font-size: 19px;
}
.default-single-column .main-content .contentCol.review-order .review-order-button-row {
  margin-top: 20px;
  margin-right: -30px;
}
.default-single-column .main-content .contentCol .affiliate-enroll .tab-rebrand {
  margin-top: 60px;
}
.default-single-column .main-content .contentCol .affiliate-enroll .tab-rebrand .tab-content fieldset legend {
  margin-top: 40px;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.default-single-column .main-content .contentCol .affiliate-enroll .tab-rebrand .tab-content fieldset .form-group .checkbox {
  margin-left: 30px;
}
.default-single-column .main-content .contentCol .affiliate-enroll .tab-rebrand .tab-content fieldset .form-group button {
  margin-top: 30px;
}
.default-single-column .main-content .contentCol .affiliate-enroll .tab-rebrand .tab-content fieldset p {
  margin-left: 15px;
}
.default-single-column .main-content .contentCol .affiliate-enroll .tab-rebrand .tab-content fieldset .largeTextBlock p {
  margin-left: 0;
}
.default-single-column .main-content .contentCol .affiliate-enroll .affiliateLoginWidget {
  background-color: #3c3c3c;
  padding: 30px 20px;
  text-align: center;
  margin-top: 60px;
}
.default-single-column .main-content .contentCol .affiliate-enroll .affiliateLoginWidget p.titleBox {
  font-size: 36px;
  color: #fac60e;
  font-family: 'FuturaRound-Demi', sans-serif;
  margin-bottom: 0;
}
.default-single-column .main-content .contentCol .affiliate-enroll .affiliateLoginWidget .affiliateLoginForm {
  text-align: left;
}
.default-single-column .main-content .contentCol .affiliate-enroll .affiliateLoginWidget .affiliateLoginForm label {
  color: #fff;
  margin-bottom: 6px;
  margin-top: 20px;
}
.default-single-column .main-content .contentCol .affiliate-enroll .affiliateLoginWidget .affiliateLoginForm label span {
  color: red;
  display: none;
}
.default-single-column .main-content .contentCol .affiliate-enroll .affiliateLoginWidget .affiliateLoginForm .widgetLoginForgotPasswordBox {
  margin-top: 10px;
}
.default-single-column .main-content .contentCol .affiliate-enroll .affiliateLoginWidget .affiliateLoginForm .widgetLoginButtonBox button {
  margin: 30px 0;
}
/****************** 
	Default Two Column
	 ******************/
.default-two-column .main-content {
  padding: 20px 20px 50px;
  background: #fff;
}
@media (max-width: 991px) {
  .default-two-column .main-content {
    position: relative;
    margin-bottom: 20px;
  }
  .default-two-column .main-content:before,
  .default-two-column .main-content:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  .default-two-column .main-content:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
  }
}
.default-two-column .main-content .contentCol {
  padding-top: 20px;
}
.default-two-column.sales-funnel .growFadeOut {
  opacity: 0;
  color: #ff5b4a;
  -webkit-animation: GrowFade 3s linear 1;
  -moz-animation: GrowFade 3s linear 1;
  animation: GrowFade 3s linear 1;
}
@keyframes GrowFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 0;
  }
}
.default-two-column.sales-funnel .fadeOutBG {
  background: #bfdfe3;
  -webkit-animation: BGFade 2s linear 1;
  -moz-animation: BGFade 2s linear 1;
  animation: BGFade 2s linear 1;
}
@keyframes BGFade {
  0% {
    background: #bfdfe3;
  }
  50% {
    background: #ffffff;
  }
  100% {
    background: #fff;
  }
}
.customize-package.default-two-column.sales-funnel .sub-nav .chat-call-cart-col,
.contact-collector.default-two-column.sales-funnel .sub-nav .chat-call-cart-col,
.combined-order-form.default-two-column.sales-funnel .sub-nav .chat-call-cart-col,
.review-company.default-two-column.sales-funnel .sub-nav .chat-call-cart-col,
.payment-page.default-two-column.sales-funnel .sub-nav .chat-call-cart-col,
.receipt.default-two-column.sales-funnel .sub-nav .chat-call-cart-col {
  width: 100%;
}
.customize-package.default-two-column.sales-funnel .sub-nav .chat-call-cart-col .click-call,
.contact-collector.default-two-column.sales-funnel .sub-nav .chat-call-cart-col .click-call,
.combined-order-form.default-two-column.sales-funnel .sub-nav .chat-call-cart-col .click-call,
.review-company.default-two-column.sales-funnel .sub-nav .chat-call-cart-col .click-call,
.payment-page.default-two-column.sales-funnel .sub-nav .chat-call-cart-col .click-call,
.receipt.default-two-column.sales-funnel .sub-nav .chat-call-cart-col .click-call {
  padding-left: 18%;
}
.customize-package.default-two-column.sales-funnel .sub-nav #hamburgerButton,
.contact-collector.default-two-column.sales-funnel .sub-nav #hamburgerButton,
.combined-order-form.default-two-column.sales-funnel .sub-nav #hamburgerButton,
.review-company.default-two-column.sales-funnel .sub-nav #hamburgerButton,
.payment-page.default-two-column.sales-funnel .sub-nav #hamburgerButton,
.receipt.default-two-column.sales-funnel .sub-nav #hamburgerButton {
  cursor: auto;
}
.customize-package.default-two-column.sales-funnel .sub-nav #hamburgerButton .hbIcon,
.contact-collector.default-two-column.sales-funnel .sub-nav #hamburgerButton .hbIcon,
.combined-order-form.default-two-column.sales-funnel .sub-nav #hamburgerButton .hbIcon,
.review-company.default-two-column.sales-funnel .sub-nav #hamburgerButton .hbIcon,
.payment-page.default-two-column.sales-funnel .sub-nav #hamburgerButton .hbIcon,
.receipt.default-two-column.sales-funnel .sub-nav #hamburgerButton .hbIcon {
  border-right: 0;
  box-shadow: none;
}
.customize-package.default-two-column.sales-funnel .sub-nav #hamburgerButton .hbIcon .icon-bar,
.contact-collector.default-two-column.sales-funnel .sub-nav #hamburgerButton .hbIcon .icon-bar,
.combined-order-form.default-two-column.sales-funnel .sub-nav #hamburgerButton .hbIcon .icon-bar,
.review-company.default-two-column.sales-funnel .sub-nav #hamburgerButton .hbIcon .icon-bar,
.payment-page.default-two-column.sales-funnel .sub-nav #hamburgerButton .hbIcon .icon-bar,
.receipt.default-two-column.sales-funnel .sub-nav #hamburgerButton .hbIcon .icon-bar {
  background-color: transparent !important;
}
.default-two-column.sales-funnel .sub-nav .dropMenu {
  display: none;
}
.default-two-column.sales-funnel .mobile-modal-body .package-price {
  color: #fac60e;
  display: table-cell;
  vertical-align: middle;
}
.default-two-column.sales-funnel .mobile-modal-body .package-price span.price {
  font-size: 40px;
}
.default-two-column.sales-funnel .mobile-modal-body .package-price span.price sup {
  top: -0.6em;
  font-size: 50%;
}
.default-two-column.sales-funnel .mobile-modal-body .package-price span.price .small-text {
  font-size: 10px;
  line-height: 10px;
  color: #737474;
  float: right;
  margin: 14px 0 0 5px;
}
.default-two-column.sales-funnel .mobile-modal-body ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
.default-two-column.sales-funnel .mobile-modal-body ul li .glyphicon-ok {
  color: #fac60e;
  margin-right: 15px;
}
.default-two-column.sales-funnel .main-content {
  border: none;
  border-radius: 0;
  background: #fff;
}
.default-two-column.sales-funnel .main-content .list-order-progress {
  display: table;
  width: 100%;
  margin: 10px 0;
  border-bottom: 6px solid #fac60e;
  padding-bottom: 20px;
}
.default-two-column.sales-funnel .main-content .list-order-progress li {
  font-size: 16px;
  font-family: 'FuturaRound-Book', sans-serif;
  color: #3c3c3c;
  position: relative;
  text-align: center;
  display: table-cell;
  width: 22%;
}
.default-two-column.sales-funnel .main-content .list-order-progress li.active {
  color: #fac60e;
}
.default-two-column.sales-funnel .main-content .list-order-progress li.active:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fac60e;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.default-two-column.sales-funnel .main-content .list-order-progress li.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ffffff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.default-two-column.sales-funnel .main-content .list-order-progress li.active:before {
  bottom: -20px;
  left: 50%;
}
.default-two-column.sales-funnel .main-content .list-order-progress li.active:after {
  bottom: -28px;
  left: 50%;
}
.default-two-column.sales-funnel .main-content section {
  background: #fff;
}
.package-pricing.default-two-column.sales-funnel .main-content section {
  width: 100%;
}
.default-two-column.sales-funnel .main-content section .contentCol {
  min-height: inherit;
  padding: 0 10px 0 0;
  /* rolodex -- */
}
.default-two-column.sales-funnel .main-content section .contentCol ul li span.glyphicon-ok {
  color: #fac60e;
  margin-left: 0;
  margin-right: 10px;
}
.default-two-column.sales-funnel .main-content section .contentCol hr.section-break {
  display: none;
}
.default-two-column.sales-funnel .main-content section .contentCol .icon-label {
  padding-top: 0 !important;
}
.default-two-column.sales-funnel .main-content section .contentCol .icon-label span {
  top: 0 !important;
}
.default-two-column.sales-funnel .main-content section .contentCol .text-muted {
  color: #777 !important;
}
.default-two-column.sales-funnel .main-content section .contentCol .text-muted span {
  color: #777 !important;
}
.default-two-column.sales-funnel .main-content section .contentCol span.icon-section {
  font-size: 37px !important;
  top: 10px;
}
.default-two-column.sales-funnel .main-content section .contentCol span.glyphicon-info-sign {
  color: #fac60e;
  font-size: 20px !important;
}
.default-two-column.sales-funnel .main-content section .contentCol .go-back {
  margin-left: -15px;
  color: #3c3c3c;
  font-size: 16px;
}
.default-two-column.sales-funnel .main-content section .contentCol h1 {
  font-size: 32px;
  margin-bottom: 20px;
}
.default-two-column.sales-funnel .main-content section .contentCol h1.heading-title {
  margin: 20px 0;
}
.default-two-column.sales-funnel .main-content section .contentCol h1.heading-title .icon-section {
  display: none;
}
.default-two-column.sales-funnel .main-content section .contentCol h1.heading-title span {
  color: #fac60e;
}
.default-two-column.sales-funnel .main-content section .contentCol h1.heading-title p {
  font-family: 'FuturaRound-Book', sans-serif;
  margin-left: 0px;
}
.default-two-column.sales-funnel .main-content section .contentCol h1[class*="grid_"],
.default-two-column.sales-funnel .main-content section .contentCol h1[class*="push_"] {
  display: none !important;
}
.default-two-column.sales-funnel .main-content section .contentCol h2.subheading-title {
  font-size: 26px;
  font-family: 'FuturaRound-Demi', sans-serif;
  color: #3c3c3c;
}
.default-two-column.sales-funnel .main-content section .contentCol h2.subheading-title span {
  display: none;
  color: #757575;
  font-size: 32px !important;
  top: 5px;
  margin-right: 10px;
}
.default-two-column.sales-funnel .main-content section .contentCol .btn-link {
  padding: 0;
  font-size: 16px;
  color: #3c3c3c;
  text-decoration: underline;
}
.default-two-column.sales-funnel .main-content section .contentCol .btn-link:hover,
.default-two-column.sales-funnel .main-content section .contentCol .btn-link:focus {
  color: #fac60e;
}
.default-two-column.sales-funnel .main-content section .contentCol #RA_Acceptance .btn-link {
  float: none;
  font-size: 20px;
  margin-top: -18px;
}
.default-two-column.sales-funnel .main-content section .contentCol .no-indent {
  margin-left: 0 !important;
}
.default-two-column.sales-funnel .main-content section .contentCol .ng-fade.ng-hide {
  opacity: 0;
}
.default-two-column.sales-funnel .main-content section .contentCol .ng-fade.ng-hide-remove,
.default-two-column.sales-funnel .main-content section .contentCol .ng-fade.ng-hide-add {
  display: block !important;
}
.default-two-column.sales-funnel .main-content section .contentCol .ng-fade.ng-hide-remove {
  transition: all linear 1000ms;
}
.default-two-column.sales-funnel .main-content section .contentCol .ng-fade.ng-hide-add {
  transition: all linear 500ms;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types {
  margin-right: 0;
  margin-bottom: 20px;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .entity-tiles {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .entity-tiles div[class*="col-"] {
  display: table-cell;
  float: none;
  height: 100%;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-details {
  border-top: 1px solid #fac60e;
  border-bottom: 1px solid #fac60e;
  border-left: 1px solid #fac60e;
  border-radius: 0;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-details h2 {
  font-size: 26px;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-details p {
  font-size: 20px;
  line-height: 1.231;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-details a {
  color: #e1b001;
  position: absolute;
  bottom: 5px;
  right: 15px;
  font-size: 16px;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-details .list-unstyled {
  margin-bottom: 30px;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-details .list-unstyled li {
  font-size: 18px;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-price {
  border-top: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
  border-radius: 0;
  background: #3c3c3c;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 10px;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-price p {
  margin: 0 0 10px;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-price p.title {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 200;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-price p.price {
  white-space: nowrap;
  font-size: 60px;
  font-family: 'FuturaRound-Demi', sans-serif;
  line-height: 50px;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-price p.price sup {
  font-size: 52px;
  vertical-align: bottom;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-price .small-text {
  font-family: 'FuturaRound-Light', sans-serif;
  font-size: 16px;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-price .small-text.discount {
  color: #fac60e;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-price .small-text.plus-state-fee {
  margin-top: -8px;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-price .btn {
  font-size: 20px;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.package-pricing.default-two-column.sales-funnel .main-content section .contentCol .package-section {
  border: 1px solid #fac60e;
  border-radius: 0;
  padding: 0;
  margin-bottom: 40px;
  margin-top: 20px;
}
.package-pricing.default-two-column.sales-funnel .main-content section .contentCol .package-section .package-top {
  background-color: #202020;
  border-radius: 0;
  padding: 5px 0;
  text-align: center;
}
.package-pricing.default-two-column.sales-funnel .main-content section .contentCol .package-section .package-top h1.package-name {
  color: #fff;
  font-size: 28px;
  font-family: 'FuturaRound-Book', sans-serif;
  margin: 10px 0 0;
}
.package-pricing.default-two-column.sales-funnel .main-content section .contentCol .package-section .package-top h2.package-price {
  color: #fac60e;
  font-size: 50px;
  margin: 0;
  padding: 0;
}
.package-pricing.default-two-column.sales-funnel .main-content section .contentCol .package-section .package-top h2.package-price sup {
  font-size: 60%;
  margin-left: 2px;
  top: -11px;
}
.package-pricing.default-two-column.sales-funnel .main-content section .contentCol .package-section .package-top p.package-state-fees {
  color: #fef4d0;
  margin: 0 0 6px;
  font-size: 16px;
}
.package-pricing.default-two-column.sales-funnel .main-content section .contentCol .package-section .package-top p.rebate-text {
  color: #fef4d0;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
}
.package-pricing.default-two-column.sales-funnel .main-content section .contentCol .package-section .package-contents {
  padding: 0;
}
.package-pricing.default-two-column.sales-funnel .main-content section .contentCol .package-section .package-contents .package-items {
  margin: 0;
  padding: 0;
  width: 100%;
}
.package-pricing.default-two-column.sales-funnel .main-content section .contentCol .package-section .package-contents .package-items tr:nth-child(even) {
  background: #fef4d0;
}
.package-pricing.default-two-column.sales-funnel .main-content section .contentCol .package-section .package-contents .package-items tr td {
  background: transparent url("/cms/content/package_selection_checkmark.png") no-repeat 12px 12px;
  padding: 12px 12px 12px 40px;
  font-size: 18px;
}
.package-pricing.default-two-column.sales-funnel .main-content section .contentCol .package-section .package-contents .package-cta {
  font-size: 24px;
  margin: 30px 5% 25px;
  width: 90%;
}
.package-pricing.default-two-column.sales-funnel .main-content section .contentCol .package-footnotes {
  margin: 20px 0 0 0;
}
.package-pricing.default-two-column.sales-funnel .main-content section .contentCol .package-footnotes .basic-text {
  padding: 0 15px;
}
.package-pricing.default-two-column.sales-funnel .main-content section .contentCol .package-footnotes .basic-text .disclosure {
  font-size: 16px;
  line-height: 1.231;
  margin-left: 5px;
}
.default-two-column.sales-funnel .main-content section .contentCol #paymentForm a {
  color: #3c3c3c;
  text-decoration: underline;
}
.default-two-column.sales-funnel .main-content section .contentCol #paymentForm a:hover,
.default-two-column.sales-funnel .main-content section .contentCol #paymentForm a:focus {
  color: #fac60e;
}
.default-two-column.sales-funnel .main-content section .contentCol #paymentForm .grid_12,
.default-two-column.sales-funnel .main-content section .contentCol #paymentForm .grid_5 {
  display: block;
  width: 100%;
  float: none;
  margin: 0 0 10px 0;
  left: 0;
}
.default-two-column.sales-funnel .main-content section .contentCol #paymentForm .grid_5 {
  float: left;
}
.default-two-column.sales-funnel .main-content section .contentCol #paymentForm .push_1 {
  left: 0;
}
.default-two-column.sales-funnel .main-content section .contentCol #paymentForm .list-package-services {
  margin-left: 0;
}
.default-two-column.sales-funnel .main-content section .contentCol #paymentForm .list-package-services li.package-service-title {
  font-size: 21px;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 10px;
  margin-bottom: 20px;
}
.default-two-column.sales-funnel .main-content section .contentCol #paymentForm .list-package-services li.package-service-title hr {
  display: none;
}
.default-two-column.sales-funnel .main-content section .contentCol #paymentForm .list-package-services li.add-ons {
  margin-left: 0;
}
.default-two-column.sales-funnel .main-content section .contentCol #paymentForm .list-package-services li.add-ons .title {
  font-weight: normal;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services {
  margin: auto -15px;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services p {
  font-family: 'FuturaRound-Light', sans-serif;
  font-size: 20px;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services p .displayQuestionBelowText {
  font-size: 16px;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.package-service-title {
  font-size: 24px;
  font-family: 'FuturaRound-Demi', sans-serif;
  color: #3c3c3c;
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0 5px;
  background-color: #fef4d0;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.package-service-title span {
  color: #757575;
  font-size: 30px !important;
  top: 5px;
  margin-right: 5px;
  display: none;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li #includedPackage.panel-group .panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li #includedPackage.panel-group .panel li {
  font-family: 'FuturaRound-Light', sans-serif;
  font-size: 18px;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li #includedPackage.panel-group .panel .panel-heading {
  padding: 5px 0 5px 5px;
  font-family: 'FuturaRound-Book', sans-serif;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li #includedPackage.panel-group .panel .panel-heading .glyphicon-ok {
  display: none;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li #includedPackage.panel-group .panel .panel-heading a {
  text-decoration: none;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li #includedPackage.panel-group .panel .panel-heading a.collapsed span.caret {
  border-top: 4px solid;
  border-bottom: 0;
  -ms-transform: scale(1, 1.5);
  -webkit-transform: scale(1, 1.5);
  transform: scale(1, 1.5);
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li #includedPackage.panel-group .panel .panel-heading a span {
  display: none;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li #includedPackage.panel-group .panel .panel-heading a span.caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
  display: inline-block;
  margin-right: 10px;
  -ms-transform: scale(1, 1.5);
  -webkit-transform: scale(1, 1.5);
  transform: scale(1, 1.5);
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li #includedPackage.panel-group .panel .panel-body {
  border-top: 0;
  padding-left: 40px;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.add-ons,
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.indent {
  margin-left: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fef4d0;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.add-ons:last-child,
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.indent:last-child {
  border-bottom: none;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.add-ons li,
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.indent li {
  font-family: 'FuturaRound-Light', sans-serif;
  font-size: 18px;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.add-ons div.title,
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.indent div.title {
  color: #3c3c3c;
  font-family: 'FuturaRound-Demi', sans-serif;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
  display: inline-block;
  margin-top: 10px;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.add-ons button.thumbs-up,
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.indent button.thumbs-up {
  color: #ff5b4a;
  display: inline-block;
  margin: -13px 0 0 10px;
  font-size: 23px;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.add-ons .product,
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.indent .product {
  font-size: 16px;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.add-ons .product .additional,
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.indent .product .additional {
  margin-left: 20px;
  margin-top: 30px;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.add-ons .product label,
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.indent .product label {
  padding-left: 0;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.add-ons .product span.title,
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.indent .product span.title {
  color: #3c3c3c;
  font-weight: bold;
  font-size: 18px;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.add-ons input[type="checkbox"],
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.indent input[type="checkbox"],
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.add-ons input[type="radio"],
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.indent input[type="radio"] {
  font-size: 18px;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.add-ons .sfr-check-radio,
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.indent .sfr-check-radio {
  padding-right: 10px;
  color: #fac60e;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.add-ons .sfr-check-radio + input,
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.indent .sfr-check-radio + input {
  display: none;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li .list-unstyled li {
  margin-bottom: 10px;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li .list-unstyled li .glyphicon-collapse-down {
  margin-left: 10px;
}
.default-two-column.sales-funnel .main-content section .contentCol .review-sections > li h2.subheading-title {
  padding-left: 0;
  margin-bottom: 0;
}
.default-two-column.sales-funnel .main-content section .contentCol .review-sections > li h2.subheading-title .edit {
  font-family: 'FuturaRound-Book', sans-serif;
  font-size: 18px;
}
.default-two-column.sales-funnel .main-content section .contentCol .review-sections > li h3 {
  color: #3c3c3c;
  font-family: 'FuturaRound-Light', sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 35px;
}
.default-two-column.sales-funnel .main-content section .contentCol .checkbox label {
  padding-left: 25px;
  color: #3c3c3c;
  margin-top: 10px;
  font-size: 18px;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.default-two-column.sales-funnel .main-content section .contentCol .checkbox input[type="checkbox"] {
  font-size: 18px;
  margin-top: 9px !important;
}
.default-two-column.sales-funnel .main-content section .contentCol .checkbox.international label {
  margin-left: 0;
  padding-left: 0;
}
.default-two-column.sales-funnel .main-content section .contentCol .checkbox.international label #chkPackageInternational {
  position: relative;
  margin-left: 5px;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-group.has-feedback.has-warning .form-control {
  border-color: #fac60e;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-group.has-feedback.has-warning .form-control-feedback {
  color: #fac60e;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-group.has-feedback.has-warning .form-control-feedback.form-control-select {
  top: 24px;
  right: -18px;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-group.has-feedback .form-control-feedback {
  pointer-events: all;
  right: 15px;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-group.has-feedback .form-control-feedback.form-control-select {
  top: 24px;
  right: -18px;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-group.has-feedback .tooltip {
  width: 100%;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent h2.subheading-title {
  padding: 40px 0 0 ;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent h2.subheading-title span {
  display: none;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent hr.seciton-break {
  margin: 0 0 10px ;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent legend {
  font-size: 20px;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent fieldset {
  margin-bottom: 10px;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group {
  margin-bottom: 15px;
}
.contact-collector.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group .form-control {
  border-color: #ccc;
}
.contact-collector.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group .form-control.required {
  border-color: #fac60e;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group div[class*="col-"] {
  padding-bottom: 0;
  margin-bottom: 15px;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group select {
  border-width: 1px;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group .alert-warning {
  margin-left: 15px;
  padding: 5px 15px;
  background-image: linear-gradient(to bottom, #fef4d0 0px, #fac60e 100%);
  background-repeat: repeat-x;
  border-color: #fac60e;
  color: #9c7a00;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group .rolodex label {
  margin: 10px 0 0;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group .radio label {
  font-family: 'FuturaRound-Book', sans-serif;
  font-size: 16px;
  margin: 0;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group label {
  color: #3c3c3c;
  font-size: 18px;
  margin-top: 15px;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group label span {
  color: #3c3c3c;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group label input {
  color: #3c3c3c;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group div[for="title"] {
  padding: 5px 0 !important;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group .required {
  border-color: #fac60e;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group .displayQuestionText {
  color: #3c3c3c;
  font-family: 'FuturaRound-Book', sans-serif;
  font-size: 18px;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group .displayQuestionAboveText {
  font-size: 18px;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group .termsAndConditions {
  border: 1px solid #d3dde5;
  height: 300px;
  overflow: auto;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group#RA_Acceptance .questionAndElement {
  padding-left: 15px;
  padding-right: 15px;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group#RA_Acceptance .question,
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group#RA_Acceptance .element {
  padding: 0;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent li {
  font-size: 18px;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent p.smallContent {
  font-size: 18px;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent p b {
  font-size: 18px;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent #cwOverviewNotMyAccount {
  float: none !important;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .fccLegalLanguage {
  margin-left: 25px;
  font-size: 15px;
}
.default-two-column.sales-funnel .main-content section .contentCol #loggedInUserInfoPane .panel-title {
  font-size: 19px;
}
.default-two-column.sales-funnel .main-content section .contentCol #loggedInUserInfoPane .panel-title img {
  height: 28px;
  margin: -4px 10px 0 0;
}
.default-two-column.sales-funnel .main-content section .contentCol #loggedInUserInfoPane .panel-body ul li.panelSubheader {
  border-bottom: 2px solid #ccc;
  margin-bottom: 10px;
}
.default-two-column.sales-funnel .main-content section .contentCol #loggedInUserInfoPane .panel-body ul li.panelSubheader p {
  font-size: 19px;
}
.default-two-column.sales-funnel .main-content section .contentCol #loggedInUserInfoPane .panel-body ul li.panelSubheader p button {
  margin-left: 10px;
}
.default-two-column.sales-funnel .main-content section .contentCol #loggedInUserInfoPane .panel-body ul li.panelSubheader select {
  margin-bottom: 10px;
}
.default-two-column.sales-funnel .main-content section .contentCol #loggedInUserInfoPane .panel-body ul li dl {
  margin-bottom: 0;
}
.default-two-column.sales-funnel .main-content section .contentCol #loggedInUserInfoPane .panel-body ul li dl:first-child {
  margin-top: 20px;
}
.default-two-column.sales-funnel .main-content section .contentCol #loggedInUserInfoPane .panel-body ul li dl dt {
  width: auto;
  text-align: left;
  margin-right: 20px;
}
.default-two-column.sales-funnel .main-content section .contentCol #loggedInUserInfoPane .panel-body ul li dl dd {
  margin-left: 0;
}
.default-two-column.sales-funnel .main-content section .contentCol #upsellPanel.well {
  background: none;
  padding-bottom: 0;
}
.default-two-column.sales-funnel .main-content section .contentCol #upsellPanel .upsellPanelTitle {
  padding: 0;
  margin: -10px 0 10px;
  font-size: 19px;
  font-weight: bold;
  color: #314455;
  border-bottom: 1px solid #314455;
}
.default-two-column.sales-funnel .main-content section .contentCol #upsellPanel .upsellIntroduction {
  font-size: 16px;
  font-style: italic;
}
.default-two-column.sales-funnel .main-content section .contentCol #upsellPanel .upsellItem {
  font-size: 20px;
}
.default-two-column.sales-funnel .main-content section .contentCol #upsellPanel .upsellItemDescription {
  margin-top: 0px;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow {
  /* Form Elements */
  /* Controls */
  /* Content elements */
  /* Structure */
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm input[type="radio"] {
  height: 18px;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm select {
  background-image: none;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm select.copyContactSelect {
  margin-bottom: 15px;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm label {
  padding-top: 5px;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm label.radioLabel {
  padding-top: 0px;
  font-weight: normal;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm label.visuallyhidden {
  padding-top: 0;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm label.visuallyhidden {
  position: absolute;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm label.rolodexLabels {
  padding: 10px 0px 0px 0px;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm span.highlight {
  font-weight: bold;
  border-bottom: 1px solid #fac60e;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm input.highlight,
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm select.highlight,
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm .requiredField {
  border: 1px solid #fac60e;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm .unhighlight {
  border: 1px solid #ABABAB;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm .internationalProvinceField {
  display: none;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm .rightSideFlush20px {
  margin-left: 20px;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm .rightSideFlush18px {
  margin-left: 18px;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .rolodex-buttons-row a {
  background-color: #1087B9;
  border-top: 1px solid #7fd5da;
  border-left: 1px solid #7fd5da;
  border-right: 2px solid #0e5f9d;
  border-bottom: 2px solid #0e5f9d;
  color: #fff;
  float: left;
  font-weight: bold;
  margin-right: 4px;
  padding: 2px;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .rolodex-buttons-row a:hover {
  background-color: #1d78c7;
  text-decoration: none;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .selectedContact a {
  padding-left: 10px;
  color: #3c3c3c;
  text-decoration: underline;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .selectedContact a:hover,
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .selectedContact a:focus {
  color: #fac60e;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .selectedContact a.editContact {
  padding-top: 5px;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .selectedContact > span {
  display: block;
  padding: 0px 10px;
  margin: 10px 0;
  border-right: 1px solid #ccc;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .selectedContact > div {
  padding: 10px 0;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .selectedContact > div:first-child {
  border-right: 1px solid #ccc;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .selectedContact > div span {
  display: block;
  padding: 0px 10px;
  margin: 0 0 10px;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .selectedContact > div span:last-child {
  margin-bottom: 0;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .selectedContact .frozenContactMessage {
  font-style: italic;
  font-size: 12px;
  padding-left: 15px;
  padding-top: 10px;
  border-right: 0px;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .selectedContact .name {
  font-weight: bold;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm h5 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm .form-description {
  font-size: 14px;
  line-height: 16px;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .warning {
  color: #999999;
  display: none;
  font-style: italic;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .validationError p {
  color: #D31010;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow div.singleContactForm div.notificationPanel p {
  color: black;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow div.singleContactForm div.notificationPanel p span {
  font-weight: bold;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow div.singleContactForm div.notificationPanel p a {
  font-size: 12px;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .selectedContact {
  margin-top: 5px;
  background-color: #f6f6f6;
  border: #ccc 1px solid;
  -moz-border-radius: 9px;
  padding-bottom: 5px;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .frozenContact {
  background-color: #ffffff;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm {
  margin-top: 5px;
  background-color: #f6f6f6;
  border: #ccc 1px solid;
  -moz-border-radius: 9px;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm .rolodex-buttons-row {
  padding: 10px 0px;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .selectedContact {
  display: none;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .selectedContact > span > span {
  display: block;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .singleContactForm {
  display: none;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .companyNameRow {
  display: none;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .form-row .radioButtonRow {
  padding-top: 5px;
  padding-bottom: 5px;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .selectedContact .anchorRows {
  padding-top: 10px;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow .validationError {
  background-color: #fff;
  background-position: 8px 17px;
  border: 1px solid #ccc;
  display: none;
  padding-top: 0px;
}
.default-two-column.sales-funnel .main-content section .contentCol .rolodexRow div.singleContactForm div.notificationPanel {
  background-color: #ffffff;
  border: 1px solid #E36114;
  padding: 5px 0 5px 5px;
}
.default-two-column.sales-funnel .main-content section .contentCol form.longForm .help-info {
  background: #fff;
  border: 3px solid #1568B4;
  display: none;
  padding: 10px;
  position: absolute;
  width: 300px;
  z-index: 5000;
  -moz-border-radius: 7px 7px 7px 7px;
}
.default-two-column.sales-funnel .main-content section .contentCol.receiptPage .text-normal {
  font-family: 'FuturaRound-Book', sans-serif;
  color: #202020 !important;
}
.default-two-column.sales-funnel .main-content section .contentCol.receiptPage h2 {
  border-bottom: 1px solid #fac60e;
  margin-top: 30px;
  padding-bottom: 10px;
}
.default-two-column.sales-funnel .main-content section .contentCol.receiptPage h3 {
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 24px;
}
.default-two-column.sales-funnel .main-content section .contentCol.receiptPage .receiptCompanyInformation ul {
  margin-left: 15px;
}
.default-two-column.sales-funnel .main-content section .contentCol.receiptPage .receiptCompanyInformation ul li {
  border-bottom: 1px solid #f6f6f6;
  padding: 0 0 20px;
  font-size: 16px;
}
.default-two-column.sales-funnel .main-content section .contentCol.receiptPage .orderDetailSection table thead {
  background: #3c3c3c;
  color: #fac60e;
  font-family: 'FuturaRound-Demi', sans-serif;
  font-size: 22px;
}
.default-two-column.sales-funnel .main-content section .contentCol.receiptPage .orderDetailSection table thead tr {
  font-size: 24px;
}
.default-two-column.sales-funnel .main-content section .contentCol.receiptPage .orderDetailSection table tbody tr {
  font-size: 20px;
}
.default-two-column.sales-funnel .main-content section .contentCol.receiptPage .orderDetailSection table tbody tr.salesTax {
  background: #fef4d0;
  color: #3c3c3c;
}
.default-two-column.sales-funnel .main-content section .contentCol.receiptPage .orderDetailSection table tbody tr.cartFooterTable {
  background: #3c3c3c;
  color: #fac60e;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.default-two-column.sales-funnel .main-content section .contentCol.receiptPage .orderDetailSection table tbody tr td table tr td {
  padding: 2px 5px 2px 10px;
  font-size: 16px;
  font-family: 'FuturaRound-Light', sans-serif;
  border: none;
  width: 30%;
}
.default-two-column.sales-funnel .main-content section .contentCol.receiptPage .orderDetailSection table tbody tr td table tr td p {
  font-size: 12px;
  padding: 0;
  margin: 0;
  line-height: 10px;
}
.default-two-column.sales-funnel .main-content section .contentCol.receiptPage .orderDetailSection table tbody tr td table tr td:first-child {
  width: 70%;
}
.default-two-column.sales-funnel .main-content section .rightRail {
  position: relative;
}
.default-two-column.sales-funnel .right-slide {
  float: right;
}
.default-two-column.sales-funnel .right-slide section {
  margin: 0 10px;
}
.default-two-column.sales-funnel .right-slide .gradient-swipe-on {
  background: linear-gradient(90deg, #ffffff, #bfdfe3, #ffffff, #ffffff, #ffffff);
  background-size: 300% 300%;
  -webkit-animation: GradientSwipe 6s ease;
  -moz-animation: GradientSwipe 6s ease;
  animation: GradientSwipe 6s ease;
  animation-iteration-count: 1;
}
@-webkit-keyframes GradientSwipe {
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  0% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes GradientSwipe {
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  0% {
    background-position: 0% 50%;
  }
}
@keyframes GradientSwipe {
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  0% {
    background-position: 0% 50%;
  }
}
.default-two-column.sales-funnel .right-slide .rebate-section {
  position: relative;
}
.default-two-column.sales-funnel .right-slide .rebate-achievement {
  color: #ff5b4a;
  font-size: 19px;
  opacity: 0;
}
.default-two-column.sales-funnel .side-cart-behind,
.all-products .side-cart-behind {
  background: #f8f7f2 url('/images/themes/tcc4/pattern.gif') repeat 0 0;
  color: #3c3c3c;
  position: relative;
  padding-bottom: 1px;
  margin-bottom: 40px;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart {
  position: relative;
  z-index: 1;
  padding: 20px 10px;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-title {
  font-size: 20px;
  font-family: 'FuturaRound-Demi', sans-serif;
  color: #3c3c3c;
  margin-bottom: 15px;
  padding: 0 10px;
  text-align: center;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-title p {
  margin: 0 0 5px;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-title p.package-static {
  color: #757575;
  text-align: center;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-title p.package-state {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.7em;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-title p.package-entity {
  text-align: center;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .list-circle {
  margin-left: 15px;
  padding-left: 17px;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .list-circle li {
  margin: 3px 0;
  font-size: 18px;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .list-circle li a {
  color: #3c3c3c;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .list-circle li a:hover,
.default-two-column.sales-funnel .side-cart-behind .side-cart .list-circle li a:focus {
  color: #fac60e;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .list-package-items li {
  padding-left: 5px;
  padding-right: 5px;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .list-package-items li.title {
  font-family: 'FuturaRound-Book', sans-serif;
  font-size: 1.2em;
  margin-top: 10px;
  text-transform: capitalize;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .list-package-items li.title span {
  font-size: inherit;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .list-package-items li.title-section {
  margin-top: 10px;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .list-package-items li.title-section .item-name {
  cursor: pointer;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .list-package-items li.title-section button {
  font-size: 15px !important;
  margin-top: -10px;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .list-package-items li.total {
  font-size: 1.5em;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .list-package-items li.subtotal {
  font-family: 'FuturaRound-Demi', sans-serif;
  margin-bottom: 15px;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .list-package-items li ul {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .list-package-items li ul.rebate-details {
  margin: 0 0 0 -5px;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .list-package-items li ul li {
  font-family: 'FuturaRound-Book', sans-serif;
  font-size: .8em;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .list-package-items li ul li .package-item-subitem-title {
  width: 76%;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .list-package-items li ul li .sub-package-item-price {
  color: #757575;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .list-package-items li ul li.rebate-block .sku-instant-rebate-spendmore {
  color: #757575;
  width: 100%;
  font-size: 14px;
  font-family: 'FuturaRound-BookOblique', sans-serif;
  text-transform: none;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .list-package-items li ul li.rebate-block .sku-instant-rebate-spendmore .spend-amount {
  font-family: 'FuturaRound-DemiOblique', sans-serif;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer {
  position: relative;
  z-index: 1;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer hr {
  margin: 0 0 15px;
  background: #fac60e;
  border-color: #ddd;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer p {
  font-size: 20px;
  margin-bottom: 5px;
  text-align: center;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer ul {
  margin-left: 0px;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer ul li {
  color: #3c3c3c;
  white-space: nowrap;
  font-size: 18px;
  margin-top: 2px;
}
.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer ul li .set-tooltip:hover,
.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer ul li .set-tooltip:focus {
  color: #fac60e;
}
.customize-package.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer,
.contact-collector.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer,
.combined-order-form.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer,
.review-company.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer,
.payment-page.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer {
  text-align: center;
}
.customize-package.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer .modifyStateEntity,
.contact-collector.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer .modifyStateEntity,
.combined-order-form.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer .modifyStateEntity,
.review-company.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer .modifyStateEntity,
.payment-page.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer .modifyStateEntity {
  display: none;
}
.customize-package.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer .modifyCart,
.contact-collector.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer .modifyCart,
.combined-order-form.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer .modifyCart,
.review-company.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer .modifyCart,
.payment-page.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer .modifyCart {
  display: block;
  color: #3c3c3c;
  text-decoration: underline;
  font-size: 18px;
}
.customize-package.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer .modifyCart:hover,
.contact-collector.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer .modifyCart:hover,
.combined-order-form.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer .modifyCart:hover,
.review-company.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer .modifyCart:hover,
.payment-page.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer .modifyCart:hover,
.customize-package.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer .modifyCart:focus,
.contact-collector.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer .modifyCart:focus,
.combined-order-form.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer .modifyCart:focus,
.review-company.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer .modifyCart:focus,
.payment-page.default-two-column.sales-funnel .side-cart-behind .side-cart .side-cart-footer .modifyCart:focus {
  color: #fac60e;
}
.default-two-column.sales-funnel .side-cart-form-button {
  text-align: center;
  margin: -15px 15px 45px;
}
.default-two-column.sales-funnel .callout p {
  font-size: 17px;
  margin-bottom: 10px;
  text-align: center;
}
.default-two-column.sales-funnel .callout p.large-text {
  font-size: 50px;
  line-height: 40px;
}
.default-two-column.sales-funnel .callout p.large-text sup {
  font-size: 50%;
}
.default-two-column.sales-funnel .callout p.bottom {
  font-size: 15px;
  color: #999;
  padding: 0 40px;
}
.default-two-column.sales-funnel .siteFooter:before,
.default-two-column.sales-funnel .siteFooter:after {
  display: none;
}
.default-two-column.sales-funnel .siteFooter .row {
  margin: 0;
}
.default-two-column.sales-funnel .siteFooter .row.footerColor {
  background: #202020;
}
.default-two-column.sales-funnel .siteFooter .row.bottomFooter {
  margin-top: 20px;
}
.default-two-column.sales-funnel .siteFooter .row.bottomFooter .footerLanguage {
  padding-top: 0;
}
.default-two-column.sales-funnel .siteFooter .row.bottomFooter .footerLanguage p {
  font-size: 16px;
  margin: 10px 0;
  color: #757575;
}
.default-two-column.sales-funnel .siteFooter .row .footer-quote {
  font-family: 'FuturaRound-BookOblique', sans-serif;
  font-size: 20px;
  padding: 10px 0 0 35px;
  position: relative;
  color: #fff;
}
.default-two-column.sales-funnel .siteFooter .row .footer-quote span {
  font-size: 40px;
}
.default-two-column.sales-funnel .siteFooter .row .footer-quote:before {
  content: '';
  display: block;
  position: absolute;
  background: url('/images/themes/tcc4/quotes_yellow.png') no-repeat 0 0;
  height: 23px;
  width: 28px;
  top: 0;
  left: 0;
}
.default-two-column.sales-funnel .siteFooter .row .footer-quote .end-quote {
  background: url('/images/themes/tcc4/quotes_yellow.png') no-repeat -29px -24px;
  height: 23px;
  width: 31px;
  margin-left: 5px;
  vertical-align: bottom;
}
.default-two-column.sales-funnel .siteFooter .row .footer-quote-author {
  font-family: 'FuturaRound-LightOblique', sans-serif;
  font-size: 18px;
  padding-left: 35px;
  color: #757575;
}
.default-two-column.process-invoice .sub-nav .click-cart {
  display: none;
}
.default-two-column.process-invoice .well-sm hr {
  border-top-color: #314455;
}
.default-two-column.process-invoice .pay-invoice-btn-row {
  margin: 10px auto;
}
.all-products:before {
  content: 'all products';
  position: absolute;
  height: 0;
  width: 0;
}
/****************** 
	No Brandgin Single Column
	 ******************/
.no-branding-single-column section.main-content {
  background: #fff;
}
@media (max-width: 991px) {
  .no-branding-single-column section.main-content {
    position: relative;
    margin-bottom: 20px;
  }
  .no-branding-single-column section.main-content:before,
  .no-branding-single-column section.main-content:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  .no-branding-single-column section.main-content:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
  }
}
.no-branding-single-column section.main-content .contentCol {
  padding: 30px;
}
.no-branding-single-column section.main-content form.lead-collector .buttonRow {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 30px;
}
.no-branding-single-column section.main-content form.lead-collector .legalLanguage {
  font-size: 10px;
  margin-top: 0;
}
.no-branding-single-column section.main-content form.lead-collector label {
  margin-bottom: 0;
}
.no-branding-single-column section.main-content form.lead-collector .form-control {
  height: 21px;
  padding: 0;
}
.no-branding-single-column section.main-content form.lead-collector .standardButton {
  font-size: 12px;
  padding: 4px;
  left: 0;
}
.no-branding-single-column section.main-content p {
  margin: 5px;
  font-size: 12px;
}
.no-branding-single-column section.main-content *,
.no-branding-single-column section.main-content *:before,
.no-branding-single-column section.main-content *:after {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
/****************** 
	Empty Column
	 ******************/
.empty-column body {
  background-color: #fff;
}
.empty-column section.main-content {
  background: none;
}
.empty-column section.main-content .contentCol {
  padding: 0;
  margin: 0;
}
.empty-column section.main-content form.lead-collector .buttonRow {
  padding-left: 0;
  margin-left: 0;
}
.empty-column section.main-content form.lead-collector .legalLanguage {
  font-size: 10px;
  margin-top: 0;
}
.empty-column section.main-content form.lead-collector label {
  margin-bottom: 0;
}
.empty-column section.main-content form.lead-collector .form-control {
  height: 21px;
}
.empty-column section.main-content form.lead-collector .standardButton {
  font-size: 12px;
  padding: 4px;
}
.empty-column section.container {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
/******************* 
	Full Hero Template
	 *******************/
.full-hero-landing #mainContent {
  background: #ffffff url("/cms/content/delaware_hud_landing_hero.jpg") no-repeat center 0;
  width: 100%;
}
.full-hero-landing h1.headline {
  font-size: 40px;
  line-height: 46px;
  font-weight: 800;
}
.full-hero-landing p.subHeadline {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  color: #314455;
}
.full-hero-landing .full-hero-upper {
  position: relative;
  height: 400px;
}
.full-hero-landing .full-hero-upper .hero-content {
  padding: 0 15px;
}
.full-hero-landing .full-hero-upper .hero-content .get-started {
  margin-top: 10%;
}
.full-hero-landing .full-hero-upper .hero-content .get-started a.btn {
  width: 100%;
  height: 50px;
  font-size: 24px;
  margin-top: 40px;
}
.full-hero-landing .full-hero-lower {
  position: relative;
}
.full-hero-landing .full-hero-lower .lower-content {
  padding: 0 15px;
}
.full-hero-landing .full-hero-lower .lower-content .lower-content-asset {
  margin-top: 35px;
  overflow: hidden;
}
/******************* 
	Full Hero Subpage Template
	 *******************/
.full-hero-subPage #mainContent {
  background: #ffffff url("/cms/content/delaware_hud_landing_hero.jpg") no-repeat center 0;
  width: 100%;
}
.full-hero-subPage h1.headline {
  font-size: 40px;
  line-height: 46px;
  font-weight: 800;
}
.full-hero-subPage p.subHeadline {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  color: #314455;
}
.full-hero-subPage .full-hero-upper {
  position: relative;
  height: 250px;
}
.full-hero-subPage .full-hero-upper .hero-content {
  padding: 0 15px;
}
.full-hero-subPage .full-hero-upper .hero-content .get-started {
  margin-top: 10%;
}
.full-hero-subPage .full-hero-upper .hero-content .get-started a.btn {
  width: 100%;
  height: 50px;
  font-size: 24px;
  margin-top: 40px;
}
.full-hero-subPage .full-hero-lower {
  position: relative;
}
.full-hero-subPage .full-hero-lower .lower-content {
  padding: 0 15px 50px;
}
.full-hero-subPage .full-hero-lower .lower-content .lower-content-asset {
  margin-top: 35px;
  overflow: hidden;
}
.summary_order_status dl {
  border: 1px solid #314455;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
}
.summary_order_status dl dt {
  float: left;
  width: 40%;
  clear: left;
  text-align: right;
}
.summary_order_status dl dd {
  margin-left: 45%;
}
.payInvoice .step1 {
  margin-bottom: 15px;
}
.payInvoice .step2 {
  border-top: 1px solid #314455;
}
.payInvoice .step2 form .form-group {
  margin-left: 0;
  margin-right: 0;
}
/*
	Incorporate.com

	Author: j3
	Version: 1.0
	
	-----------------------------------------
	CONTENTS - GLOBAL_BREAKPOINTS.CSS
	-----------------------------------------
	1. STRUCTURE
	

*/
/*
	Incorporate.com

	Author: j@50N
	Version: 1.0
	
	-----------------------------------------
	CONTENTS - incorporate_style_guide.LESS
	-----------------------------------------

*/
/*

	Author: j@50N
	Version: 1.0
	
	-----------------------------------------
	CONTENTS - useful CSS3 LESS Mixins
	http://css-tricks.com/snippets/css/useful-css3-less-mixins/

	-----------------------------------------

*/
.pad-top-0px {
  padding-top: 0px;
}
.pad-top-10px {
  padding-top: 10px;
}
.pad-top-20px {
  padding-top: 20px;
}
.pad-top-30px {
  padding-top: 30px;
}
.pad-top-40px {
  padding-top: 40px;
}
.pad-top-50px {
  padding-top: 50px;
}
.pad-bottom-28px {
  padding-bottom: 28px !important;
}
/****************** 
	Brand Color Palette
	 ******************/
/****************** 
	Online Typeface
	 ******************/
@font-face {
  font-family: 'FuturaRound-Light';
  src: url('../../../fonts/2FFF31_0_0.eot');
  src: url('../../../fonts/2FFF31_0_0.eot?#iefix') format('embedded-opentype'), url('../../../fonts/2FFF31_0_0.woff2') format('woff2'), url('../../../fonts/2FFF31_0_0.woff') format('woff'), url('../../../fonts/2FFF31_0_0.ttf') format('truetype'), url('../../../fonts/2FFF31_0_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'FuturaRound-Book';
  src: url('../../../fonts/2FFF31_1_0.eot');
  src: url('../../../fonts/2FFF31_1_0.eot?#iefix') format('embedded-opentype'), url('../../../fonts/2FFF31_1_0.woff2') format('woff2'), url('../../../fonts/2FFF31_1_0.woff') format('woff'), url('../../../fonts/2FFF31_1_0.ttf') format('truetype'), url('../../../fonts/2FFF31_1_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'FuturaRound-Demi';
  src: url('../../../fonts/2FFF31_2_0.eot');
  src: url('../../../fonts/2FFF31_2_0.eot?#iefix') format('embedded-opentype'), url('../../../fonts/2FFF31_2_0.woff2') format('woff2'), url('../../../fonts/2FFF31_2_0.woff') format('woff'), url('../../../fonts/2FFF31_2_0.ttf') format('truetype'), url('../../../fonts/2FFF31_2_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'FuturaRound-LightOblique';
  src: url('../../../fonts/2FFF31_3_0.eot');
  src: url('../../../fonts/2FFF31_3_0.eot?#iefix') format('embedded-opentype'), url('../../../fonts/2FFF31_3_0.woff2') format('woff2'), url('../../../fonts/2FFF31_3_0.woff') format('woff'), url('../../../fonts/2FFF31_3_0.ttf') format('truetype'), url('../../../fonts/2FFF31_3_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'FuturaRound-DemiOblique';
  src: url('../../../fonts/2FFF31_4_0.eot');
  src: url('../../../fonts/2FFF31_4_0.eot?#iefix') format('embedded-opentype'), url('../../../fonts/2FFF31_4_0.woff2') format('woff2'), url('../../../fonts/2FFF31_4_0.woff') format('woff'), url('../../../fonts/2FFF31_4_0.ttf') format('truetype'), url('../../../fonts/2FFF31_4_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'FuturaRound-BookOblique';
  src: url('../../../fonts/2FFF31_5_0.eot');
  src: url('../../../fonts/2FFF31_5_0.eot?#iefix') format('embedded-opentype'), url('../../../fonts/2FFF31_5_0.woff2') format('woff2'), url('../../../fonts/2FFF31_5_0.woff') format('woff'), url('../../../fonts/2FFF31_5_0.ttf') format('truetype'), url('../../../fonts/2FFF31_5_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'FuturaRound-BoldOblique';
  src: url('../../../fonts/2FFF31_6_0.eot');
  src: url('../../../fonts/2FFF31_6_0.eot?#iefix') format('embedded-opentype'), url('../../../fonts/2FFF31_6_0.woff2') format('woff2'), url('../../../fonts/2FFF31_6_0.woff') format('woff'), url('../../../fonts/2FFF31_6_0.ttf') format('truetype'), url('../../../fonts/2FFF31_6_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'FuturaRound-Book';
  src: url('../../../fonts/2FFF31_7_0.eot');
  src: url('../../../fonts/2FFF31_7_0.eot?#iefix') format('embedded-opentype'), url('../../../fonts/2FFF31_7_0.woff2') format('woff2'), url('../../../fonts/2FFF31_7_0.woff') format('woff'), url('../../../fonts/2FFF31_7_0.ttf') format('truetype'), url('../../../fonts/2FFF31_7_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'FuturaRound-Bold';
  src: url('../../../fonts/2FFF31_8_0.eot');
  src: url('../../../fonts/2FFF31_8_0.eot?#iefix') format('embedded-opentype'), url('../../../fonts/2FFF31_8_0.woff2') format('woff2'), url('../../../fonts/2FFF31_8_0.woff') format('woff'), url('../../../fonts/2FFF31_8_0.ttf') format('truetype'), url('../../../fonts/2FFF31_8_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'FuturaRound-BookOblique';
  src: url('../../../fonts/2FFF31_9_0.eot');
  src: url('../../../fonts/2FFF31_9_0.eot?#iefix') format('embedded-opentype'), url('../../../fonts/2FFF31_9_0.woff2') format('woff2'), url('../../../fonts/2FFF31_9_0.woff') format('woff'), url('../../../fonts/2FFF31_9_0.ttf') format('truetype'), url('../../../fonts/2FFF31_9_0.svg#wf') format('svg');
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../../fonts/glyphicons-halflings-regular.eot');
  src: url('../../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
h1 {
  margin: 5px 0 10px;
  color: #3c3c3c;
  font-size: 60px;
}
h2 {
  margin: 10px 0 15px;
  color: #3c3c3c;
  font-size: 38px;
}
h3 {
  margin: 6px 0 16px 0;
  font-size: 36px;
}
p {
  margin: 10px 0 20px;
  font-size: 22px;
  font-family: 'FuturaRound-Book', sans-serif;
}
p.notice {
  font-family: 'FuturaRound-Demi', sans-serif;
  border-bottom: 1px solid #ccc;
  margin-bottom: -5px;
  color: #a94442;
}
p.notice + p {
  font-family: 'FuturaRound-BookOblique', sans-serif;
  padding-left: 10px;
  font-size: 18px;
}
p.legalLanguage {
  font-size: 16px;
}
strong,
b {
  font-family: 'FuturaRound-Demi', sans-serif;
  font-weight: normal;
}
em,
i {
  font-family: 'FuturaRound-BookOblique', sans-serif;
}
ul,
ol {
  margin-bottom: 20px;
  padding-left: 30px;
}
li {
  font-family: 'FuturaRound-Book', sans-serif;
  font-size: 22px;
}
a {
  color: #fac60e;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #fac60e;
}
a.link-white {
  color: #fff;
}
a.link-white:hover,
a.link-white:focus {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'FuturaRound-Demi', sans-serif;
}
.list-circle {
  list-style: circle;
}
.text-lt-teal {
  color: #bfdfe3 !important;
}
.text-teal {
  color: #fac60e !important;
}
.text-red {
  color: red;
}
.text-coral {
  color: #ff5b4a;
}
.text-color-option {
  color: #fac60e !important;
}
.text-primary {
  color: #fac60e;
}
.text-black {
  color: #3c3c3c;
}
.text-white {
  color: #fff;
}
.displayQuestionText {
  margin: 10px 0;
  font-weight: 600;
}
.displayQuestionBelowText {
  margin: 10px 0;
  font-family: 'FuturaRound-LightOblique', sans-serif;
  font-size: 16px;
}
.pl-15 {
  padding-left: 15px;
}
.legal-text {
  font-size: 12px;
}
table.default-table thead {
  background: #3c3c3c;
  color: #fff;
  font-weight: 600;
}
table.default-table tr.salesTax {
  background: #f8f7f2;
  color: #3c3c3c;
}
table.default-table tr.cartFooterTable {
  background: #3c3c3c;
  color: #fff;
  font-weight: 600;
}
table.default-table tr td table tr td {
  padding: 2px 5px 2px 10px;
  font-size: 13px;
  font-style: italic;
  border: none;
  width: 30%;
}
table.default-table tr td table tr td p {
  font-size: 12px;
  padding: 0;
  margin: 0;
  line-height: 10px;
}
table.default-table tr td table tr td:first-child {
  width: 70%;
}
.all-products table tr.additional-rows td {
  border-top: none;
  font-size: 90%;
}
.all-products table tr.additional-rows td:first-child {
  padding-left: 50px;
}
/****************** 
	Buttons
	 ******************/
.btn {
  font-size: 22px;
}
.btn-clear {
  background: none;
  cursor: pointer;
}
.btn-clear:hover {
  color: inherit;
}
.btn-clear.glyphicon {
  padding: 0;
  margin: -18px 0 0 -2px;
}
.btn-primary {
  background-color: #fac60e;
  background-image: none;
  border: 4px solid #fac60e;
  border-radius: 0;
  color: #3c3c3c;
  font-family: 'FuturaRound-Demi', sans-serif;
  text-transform: lowercase;
  display: block;
  width: 100%;
  padding-bottom: 10px;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #3c3c3c;
  background: #ffffff;
  border-color: #fac60e;
}
.btn-primary:hover span.glyphicon,
.btn-primary:focus span.glyphicon {
  color: #3c3c3c;
}
.btn-primary[disabled] {
  background: #fcd95e;
  border-color: #fcd95e;
}
@media (min-width: 768px) {
  .btn-primary {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .btn-primary {
    display: block;
  }
}
.btn-primary-large {
  background-color: #fac60e;
  background-image: none;
  border: 4px solid #fac60e;
  border-radius: 0;
  color: #3c3c3c;
  font-family: 'FuturaRound-Demi', sans-serif;
  text-transform: lowercase;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 27px;
}
.btn-primary-large:hover,
.btn-primary-large:focus {
  color: #3c3c3c;
  background: #ffffff;
  border-color: #fac60e;
}
.btn-primary-large:hover span.glyphicon,
.btn-primary-large:focus span.glyphicon {
  color: #3c3c3c;
}
.btn-primary-large[disabled] {
  background: #fcd95e;
  border-color: #fcd95e;
}
@media (min-width: 768px) {
  .btn-primary-large {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .btn-primary-large {
    display: block;
  }
}
.btn-primary-border {
  border: 4px solid #fac60e;
  border-radius: 0;
}
.btn-wrap {
  white-space: normal !important;
}
.btn-custom,
.standardButton {
  background-color: #fac60e;
  background-image: none;
  border: 4px solid #fac60e;
  border-radius: 0;
  color: #3c3c3c;
  font-family: 'FuturaRound-Demi', sans-serif;
  text-transform: lowercase;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  font-size: 20px;
}
.btn-custom:hover,
.btn-custom:focus,
.standardButton:hover,
.standardButton:focus {
  color: #3c3c3c;
  background: #ffffff;
  border-color: #fac60e;
}
.btn-custom:hover span.glyphicon,
.btn-custom:focus span.glyphicon,
.standardButton:hover span.glyphicon,
.standardButton:focus span.glyphicon {
  color: #3c3c3c;
}
.btn-custom[disabled],
.standardButton[disabled] {
  background: #fcd95e;
  border-color: #fcd95e;
}
@media (min-width: 768px) {
  .btn-custom,
  .standardButton {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .btn-custom,
  .standardButton {
    display: block;
  }
}
.btn-default {
  background-color: #fac60e;
  background-image: none;
  border: 4px solid #fac60e;
  border-radius: 0;
  color: #3c3c3c;
  font-family: 'FuturaRound-Demi', sans-serif;
  text-transform: lowercase;
  display: block;
  width: 100%;
  padding-bottom: 10px;
}
.btn-default:hover,
.btn-default:focus {
  color: #3c3c3c;
  background: #ffffff;
  border-color: #fac60e;
}
.btn-default:hover span.glyphicon,
.btn-default:focus span.glyphicon {
  color: #3c3c3c;
}
.btn-default[disabled] {
  background: #fcd95e;
  border-color: #fcd95e;
}
@media (min-width: 768px) {
  .btn-default {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .btn-default {
    display: block;
  }
}
.btn-coral {
  background-color: #fac60e;
  background-image: none;
  border: 4px solid #fac60e;
  border-radius: 0;
  color: #3c3c3c;
  font-family: 'FuturaRound-Demi', sans-serif;
  text-transform: lowercase;
  display: block;
  width: 100%;
  padding-bottom: 10px;
}
.btn-coral:hover,
.btn-coral:focus {
  color: #3c3c3c;
  background: #ffffff;
  border-color: #fac60e;
}
.btn-coral:hover span.glyphicon,
.btn-coral:focus span.glyphicon {
  color: #3c3c3c;
}
.btn-coral[disabled] {
  background: #fcd95e;
  border-color: #fcd95e;
}
@media (min-width: 768px) {
  .btn-coral {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .btn-coral {
    display: block;
  }
}
.btn-aqua {
  background-color: #fac60e;
  background-image: none;
  border: 4px solid #fac60e;
  border-radius: 0;
  color: #3c3c3c;
  font-family: 'FuturaRound-Demi', sans-serif;
  text-transform: lowercase;
  display: block;
  width: 100%;
  padding-bottom: 10px;
}
.btn-aqua:hover,
.btn-aqua:focus {
  color: #3c3c3c;
  background: #ffffff;
  border-color: #fac60e;
}
.btn-aqua:hover span.glyphicon,
.btn-aqua:focus span.glyphicon {
  color: #3c3c3c;
}
.btn-aqua[disabled] {
  background: #fcd95e;
  border-color: #fcd95e;
}
@media (min-width: 768px) {
  .btn-aqua {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .btn-aqua {
    display: block;
  }
}
.standardButton {
  padding: 0px 4px;
  margin-bottom: 0;
  font-size: 22px;
  font-family: 'FuturaRound-Demi', sans-serif;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 4px solid #fac60e;
  border-radius: 0px;
}
.standardButton:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.standardButton:hover,
.standardButton:focus {
  text-decoration: none;
}
.standardButton:active,
.standardButton .btn.active {
  background-image: none;
  outline: 0;
}
/****************** 
	Helpers
	 ******************/
.invisible {
  display: none;
}
.padlft20px {
  padding-left: 20px;
}
.padrgt20px {
  padding-right: 20px;
}
.padtop20px {
  padding-top: 20px;
}
.print-only {
  display: none;
}
#tcc4 .ie9-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.floatRight {
  float: right;
}
.rightContentBox {
  float: left;
}
.rightContentBox [class*="grid_"] {
  float: left;
}
.rightContentBox .grid_2 {
  width: 80px;
}
.rightContentBox .grid_2input {
  width: 90px;
}
.rightContentBox .grid_2.push_2 {
  left: 0;
}
div.rightContentBox {
  background-color: #fff;
  background-image: none;
  border: none;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 10px 0;
  width: 100%;
  border-radius: 0px;
}
div.rightContentBox .contentBoxTop {
  display: none;
}
div.rightContentBox .contentBoxBottom {
  display: none;
}
div.rightContentBox p {
  margin-bottom: 0;
}
div.rightContentBox h2.rightContentBoxBanner,
div.rightContentBox p.rightContentBoxBanner {
  color: #3c3c3c;
  font-family: 'FuturaRound-Book', sans-serif;
  font-size: 17px;
  margin-top: 5px;
  margin-bottom: 10px;
}
div.rightContentBox p.rightContentBoxBanner {
  padding-left: 10px;
  width: 134px!important;
}
div.rightContentBox p.rightContentBoxInfoBanner {
  font-size: 18px;
  margin-left: 10px;
  margin-top: 0;
  padding-left: 0;
  width: 100%!important;
}
div.rightContentBox p.infoName,
div.rightContentBox p.infoID {
  margin: 0 0 5px 10px;
}
div.rightContentBox p.infoName {
  font-weight: bold;
}
div.rightContentBox a {
  color: #fac60e;
  font-family: 'FuturaRound-Demi', sans-serif;
  font-size: 16px;
  margin-top: 5px;
  padding: 0;
  text-decoration: none;
}
div.rightContentBox span.callTodayCallout {
  margin-left: 10px;
}
div.rightContentBox a.standardButton {
  color: #fff;
  padding-left: 7px;
}
div.rightContentBox button:hover {
  background-color: #fac60e;
}
div.rightContentBox .rightContentBoxBoldedContent {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding-left: 41px;
}
div.rightContentBox ul.nextSteps {
  border-top: none;
  padding-top: 7px;
}
div.rightContentBox ul.nextSteps li {
  background-image: none;
  color: #3c3c3c;
}
div.rightContentBox ul.nextSteps li.chatBox {
  display: none;
}
div.rightContentBox ul.nextSteps li span {
  font-family: 'FuturaRound-Book', sans-serif !important;
}
div.rightContentBox label {
  font-family: 'FuturaRound-Book', sans-serif;
  font-size: 16px;
  margin-right: 1px;
  padding-top: 2px;
  text-align: left;
  font-weight: normal;
}
div.rightContentBox button {
  background-color: #fac60e;
  border: none;
  color: #3c3c3c;
  font-family: 'FuturaRound-Demi', sans-serif;
  font-size: 16px;
  margin: 5px 0;
  padding: 3px 0;
  border-radius: 0px;
}
div.rightContentBox.wizardBox a.nextAction {
  background: url(/images/buttonRunWizard.png) no-repeat;
  display: block;
  height: 28px;
  overflow: hidden;
  text-indent: -9999px;
  width: 137px;
}
div.rightContentBox section {
  color: #3c3c3c;
  float: none;
  display: inline;
  margin: 0;
  padding: 0;
  position: relative;
}
div.rightContentBox section p {
  margin-bottom: 20px;
}
div.rightContentBox div.protectYourInfoBox {
  margin-top: 10px;
}
div.rightContentBox div.protectYourInfoBox img {
  float: left;
  margin: 4px 10px 0 16px;
}
div.rightContentBox div.protectYourInfoBox p {
  background-image: url("/cms/content/lock_icon.png");
  background-repeat: no-repeat;
  font-size: 10px;
  height: 17px;
  line-height: 17px;
  margin: 0 0 0 7px;
  padding-left: 22px;
}
div.rightContentBox div input[type="text"] {
  background-color: #fff;
  background-image: none;
  border: 2px solid #fac60e;
  border-radius: 0;
  color: #3c3c3c;
  font-family: 'FuturaRound-Book', sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  outline: none;
  padding: 7px 0 5px 10px;
  width: 100%;
  height: 46px;
}
div.rightContentBox div input.notSoAwesomeErrorCommon {
  background-position: 0 -65px;
}
div.rightContentBox div span {
  background-image: url('/images/themes/tcc3/tcc_input_field_error_chevron_170x33.png');
  background-position: left -34px;
  background-repeat: no-repeat;
  color: #545454;
  display: block;
  height: 33px;
  left: -162px;
  line-height: 32px;
  padding: 0 0 0 13px;
  position: absolute;
  top: 15px;
  width: 170px;
}
div.rightContentBox section a.standardButton {
  padding-left: 3px;
}
.leftColumn,
.rightColumn {
  width: auto !important;
}
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
[class*="grid_"] {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.grid_1 {
  width: 22px;
}
.grid_2 {
  width: 64px;
}
.grid_3 {
  width: 106px;
}
.grid_4 {
  width: 148px;
}
.grid_5 {
  width: 190px;
}
.grid_6 {
  width: 220px;
}
.grid_7 {
  width: 274px;
}
.grid_8 {
  width: 316px;
}
.grid_9 {
  width: 358px;
}
.grid_10 {
  width: 400px;
}
.grid_11 {
  width: 442px;
}
.grid_12 {
  width: 484px;
}
.grid_13 {
  width: 526px;
}
.grid_14 {
  width: 568px;
}
.grid_15 {
  width: 610px;
}
.grid_16 {
  width: 652px;
}
.grid_17 {
  width: 694px;
}
.grid_18 {
  width: 736px;
}
.grid_19 {
  width: 778px;
}
.grid_20 {
  width: 820px;
}
.grid_21 {
  width: 862px;
}
.grid_22 {
  width: 904px;
}
.grid_23 {
  width: 946px;
}
.grid_24 {
  width: 988px;
}
[class*="push_"] {
  position: relative;
}
.push_1 {
  left: 42px;
}
.push_2 {
  left: 84px;
}
.push_3 {
  left: 126px;
}
.push_4 {
  left: 168px;
}
.push_5 {
  left: 210px;
}
.push_6 {
  left: 252px;
}
.push_7 {
  left: 294px;
}
.push_8 {
  left: 336px;
}
.push_9 {
  left: 378px;
}
.push_10 {
  left: 420px;
}
.push_11 {
  left: 462px;
}
.push_12 {
  left: 504px;
}
.push_13 {
  left: 546px;
}
.push_14 {
  left: 588px;
}
.push_15 {
  left: 630px;
}
.push_16 {
  left: 672px;
}
.push_17 {
  left: 714px;
}
.push_18 {
  left: 756px;
}
.push_19 {
  left: 798px;
}
.push_20 {
  left: 840px;
}
.push_21 {
  left: 882px;
}
.push_22 {
  left: 924px;
}
.push_23 {
  left: 966px;
}
.pull_1 {
  left: -42px;
}
.pull_2 {
  left: -84px;
}
.pull_3 {
  left: -126px;
}
.pull_4 {
  left: -168px;
}
.pull_5 {
  left: -210px;
}
.pull_6 {
  left: -252px;
}
.pull_7 {
  left: -294px;
}
.pull_8 {
  left: -336px;
}
.pull_9 {
  left: -378px;
}
.pull_10 {
  left: -420px;
}
.pull_11 {
  left: -462px;
}
.pull_12 {
  left: -504px;
}
.pull_13 {
  left: -546px;
}
.pull_14 {
  left: -588px;
}
.pull_15 {
  left: -630px;
}
.pull_16 {
  left: -672px;
}
.pull_17 {
  left: -714px;
}
.pull_18 {
  left: -756px;
}
.pull_19 {
  left: -798px;
}
.pull_20 {
  left: -840px;
}
.pull_21 {
  left: -882px;
}
.pull_22 {
  left: -924px;
}
.pull_23 {
  left: -966px;
}
/* Business Structure Comparison Table */
.tableServicePage {
  background-color: #D2E9EB;
  border-color: #B2B2B2;
  border-style: solid;
  border-width: 1px;
  padding: 5px 0;
  position: relative;
  width: 100%;
  z-index: 0;
  border-radius: 5px;
}
.tableServicePage table {
  width: 100% !important;
}
.tableServicePage table tr:first-child td.blueRight {
  background-color: #D2E9EB;
}
.tableServicePage table tr td {
  color: #575757;
  font-family: 'FuturaRound-Book', sans-serif;
  font-size: 14px !important;
  line-height: 20px;
  padding: 8px;
}
.tableServicePage table tr td.grayLeft {
  background-color: #F0F0F0;
  border-bottom: 1px solid #ECEAEA;
  vertical-align: top;
}
.tableServicePage table tr td.grayRight {
  background-color: #F0F0F0;
  border-bottom: 1px solid #ECEAEA;
  vertical-align: top;
}
.tableServicePage table tr td.blueLeft {
  background-color: #D2E9EB;
  border-bottom: 1px solid #ECEAEA;
  vertical-align: top;
}
.tableServicePage table tr td.blueLeftDivider {
  background-color: #D2E9EB;
  border-bottom: 1px solid #ECEAEA;
  border-right: 1px solid #ECEAEA;
  vertical-align: top;
}
.tableServicePage table tr td.grayLeftDivider {
  background-color: #F0F0F0;
  border-bottom: 1px solid #ECEAEA;
  border-right: 1px solid #ECEAEA;
  vertical-align: top;
}
.tableServicePage table tr td.grayLeftnoBottomDivider {
  background-color: #F0F0F0;
  border-right: 1px solid #ECEAEA;
  vertical-align: top;
}
.tableServicePage table tr td.blueLeftnoBottomDivider {
  background-color: #D2E9EB;
  border-right: 1px solid #ECEAEA;
  vertical-align: top;
}
.tableServicePage table tr td.blueRight {
  background-color: #FFFFFF;
  border-bottom: 1px solid #ECEAEA;
  vertical-align: top;
}
.tableServicePage table tr td.grayLeftAlign {
  background-color: #D2E9EB;
  border-bottom: 1px solid #ECEAEA;
  vertical-align: middle;
}
.tableServicePage table tr td.grayRightAlign {
  background-color: #F0F0F0;
  border-bottom: 1px solid #ECEAEA;
  vertical-align: middle;
}
.tableServicePage table tr td.blueLeftAlign {
  background-color: #FFFFFF;
  border-bottom: 1px solid #ECEAEA;
  vertical-align: middle;
}
.tableServicePage table tr td.blueRightAlign {
  background-color: #FFFFFF;
  border-bottom: 1px solid #ECEAEA;
  vertical-align: middle;
}
.tableServicePage table tr td.blueLeftnoBottom {
  background-color: #D2E9EB;
  vertical-align: top;
}
.tableServicePage table tr td.blueRightnoBottom {
  background-color: #D2E9EB;
  vertical-align: top;
}
.tableServicePage table tr td.grayLeftnoBottom {
  background-color: #F0F0F0;
  vertical-align: top;
}
.tableServicePage table tr td.grayRightnoBottom {
  background-color: #F0F0F0;
  vertical-align: top;
}
.tableServicePage table tr td.blueLeftnoBottomAlign {
  background-color: #FFFFFF;
  vertical-align: middle;
}
.tableServicePage table tr td.blueRightnoBottomAlign {
  background-color: #FFFFFF;
  vertical-align: middle;
}
.tableServicePage table tr td.grayLeftnoBottomAlign {
  background-color: #D2E9EB;
  vertical-align: middle;
}
.tableServicePage table tr td.grayRightnoBottomAlign {
  background-color: #F0F0F0;
  vertical-align: middle;
}
.checkMark {
  background: url("/images/orangeCheckMark.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 23px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 21px;
}
/* help link */
.help-link {
  margin-left: 5px;
  display: inline-block;
  height: 13px;
}
.help-link .triggerAnchor {
  position: absolute;
}
.help-link a {
  background: url(/images/helpIcon.gif) no-repeat;
  display: block;
  float: left;
  height: 14px;
  overflow: hidden;
  text-indent: -9999px;
  width: 19px;
}
.help-link a a:hover {
  background-position: 0px -14px;
}
.help-link .balloon-help-area {
  display: none;
  margin-left: 20px;
  padding: 5px 0px 0px 0px;
  position: absolute;
  width: 250px;
  z-index: 1000;
}
.help-link .balloon-help-area span.balloon-help {
  background: url(/images/quote/priceHelpBubble.png) no-repeat center left;
  display: block;
  margin-top: 5px;
  padding-bottom: 0;
  position: relative;
}
.help-link .balloon-help-area span.balloon-help span.balloon-help-text {
  background-color: #fff;
  border: 1px solid #fac60e;
  border-left: none;
  color: #3c3c3c;
  display: block;
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
  margin: 0px 0px 0px 21px;
  padding: 10px;
  text-align: left;
  width: 200px;
}
.help-link .balloon-help-area span.balloon-help span.balloon-help-text p {
  background-color: #fff;
  color: #3c3c3c;
  font-size: 14px;
  font-style: normal;
  line-height: 17px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
}
.help-link .balloon-help-area span.balloon-help span.balloon-help-text a {
  font-size: 14px;
  color: #3c3c3c;
  text-decoration: underline;
}
/****************** 
	Forms
	 ******************/
form.lead-collector .row {
  margin: 0 0 3px;
  width: 100%;
  padding-left: 0px;
  position: relative;
}
form.lead-collector .radioText {
  float: left;
  margin: 2px 0 0 10px;
}
form.lead-collector .legalLanguage {
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0 20px;
  text-align: center;
}
form.lead-collector .standardButton {
  float: none;
  font-family: 'FuturaRound-Demi', sans-serif;
  text-transform: lowercase;
  width: 180px;
}
form span.error {
  display: block;
  color: #D31010;
  padding: 10px 0 5px 45px;
  font-size: 14px;
  font-weight: 400;
}
form span.alert {
  display: block;
}
form span#genericErrorMessage.errors {
  padding: 0;
}
form .has-feedback label ~ .form-control-feedback {
  top: 0;
}
.ie form .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
form .form-control {
  font-size: 22px;
  height: 46px;
  border-radius: 0;
  box-shadow: none;
  border-color: #fac60e;
}
form select.form-control {
  border-width: 2px;
}
form label {
  font-weight: normal;
}
@media (max-width: 768px) {
  form .form-group div[class*="col-"] {
    margin-bottom: 15px;
  }
}
form .dropdown-styles {
  background: #ffffff url("/images/themes/tcc4/yellow_down_arrow.png") no-repeat scroll right 0;
  border-radius: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  form .dropdown-styles {
    margin: 10px 15px;
  }
}
form .dropdown-styles select {
  background: transparent;
  -webkit-appearance: none;
}
form .dropdown-styles select.form-control {
  border-color: #fac60e;
  border-radius: 0;
  font-family: 'FuturaRound-Demi', sans-serif;
  font-size: 18px;
  height: 44px;
  width: 116%;
}
form.get-started-dark h2 {
  color: #fac60e !important;
}
form.get-started-dark select {
  color: #fff !important;
}
form.get-started-dark .dropdown-styles {
  background-color: #3c3c3c;
}
/****************** 
	Panel
	 ******************/
.panel-custom {
  border-color: #fac60e;
  border-radius: 0;
}
.panel-custom .panel-heading {
  background: #3c3c3c;
  padding: 13px 15px;
  border-radius: 0;
}
.panel-custom .panel-heading h2,
.panel-custom .panel-heading h3 {
  color: #fac60e !important;
  font-size: 28px;
  margin: 0;
}
.panel-custom .panel-body {
  background: #fff;
}
.panel-custom .panel-body label {
  color: #3c3c3c;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 18px;
}
.panel-custom .panel-body .form-control {
  color: #3c3c3c;
  margin-bottom: 15px;
}
.panel-custom .panel-body .optional {
  font-size: 14px;
  font-family: 'FuturaRound-LightOblique', sans-serif;
  color: #3c3c3c;
}
.panel-custom .panel-body .fccLanguageRow p {
  font-size: 16px;
}
/************************* 
	Alerts
	 *************************/
.alert {
  border-radius: 0;
}
.alert.alert-danger {
  color: #D31010 !important;
}
.alert.alert-danger.alert-danger-clear {
  margin-bottom: 5px;
  padding: 0 15px;
  background: none;
  border: 0;
  box-shadow: none;
}
.alert.alert-custom {
  margin-bottom: 5px;
  padding: 5px 15px;
}
.alert.alert-showing-results {
  background-color: #314455;
  border-color: #506f8a;
  color: #fff;
}
.alert > p {
  margin: 0;
}
.alert.alert-coral {
  background-color: #ffeeed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeeed), to(#fff7f6));
  background: -webkit-linear-gradient(top, #ffeeed, #fff7f6);
  background: -moz-linear-gradient(top, #ffeeed, #fff7f6);
  background: -ms-linear-gradient(top, #ffeeed, #fff7f6);
  background: -o-linear-gradient(top, #ffeeed, #fff7f6);
  border-color: #ffdedb;
}
.alert.alert-skinny {
  padding: 6px 15px;
  font-size: 12px;
}
.alert.alert-skinny span {
  margin-right: 10px;
  font-size: 16px;
}
/****************** 
	List Group
	 ******************/
.search .list-group .list-group-item.active {
  background: #314455;
  border-color: #506f8a;
  color: #fff;
}
.list-group .list-group-item .resultLink {
  word-wrap: break-word;
}
/****************** 
	Pagination
	 ******************/
.search .pagination > .active > a {
  background-color: #314455;
  border-color: #506f8a;
}
/****************** 
	Modals
	 ******************/
.modal .modal-content {
  border-radius: 0;
}
.modal.loading-widget .modal-sm {
  width: 166px;
}
.modal.loading-widget .modal-sm .modal-content .loading-frame {
  margin: 15px auto;
  width: 32px;
  height: 32px;
  display: block;
}
.modal.loading-widget .modal-sm .modal-content p {
  font-size: 21px;
  color: #3c3c3c;
  text-align: center;
  margin-bottom: 5px;
}
.modal.modal-primary .modal-header {
  background: #fac60e;
  color: #3c3c3c;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.modal.modal-primary .modal-header .close {
  color: #3c3c3c;
  opacity: .7;
  filter: alpha(opacity=70);
}
.modal.modal-primary .modal-body {
  max-height: 400px;
  overflow: auto;
  margin-bottom: 10px;
}
.modal [class*="grid_"] {
  width: auto;
  display: block;
  float: none;
  margin: auto;
}
.modal#spellCheckModal .dfn {
  font-weight: 600;
}
.modal#spellCheckModal .phrase-to-edit {
  padding: 2px 5px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}
.modal#spellCheckModal .phrase-to-edit .misspelled.current {
  background-color: yellow;
  padding: 0 2px;
}
.modal#spellCheckModal .suggestions-section p {
  margin: 10px 0;
  font-weight: 600;
}
.modal#spellCheckModal .suggestions-section label {
  margin-left: 10px;
}
.modal#spellCheckModal .suggestions-section .checkerButtons {
  float: left;
  padding: 20px 20px 0;
}
.modal#spellCheckModal .suggestions-section .checkerButtons a {
  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;
  margin-top: 5px;
  margin-bottom: 10px;
}
.modal#spellCheckModal .suggestions-section .checkerButtons a:hover {
  text-decoration: none;
}
.modal#spellCheckModal .suggestions-section .checkerButtons a:before {
  margin-right: 5px;
}
.modal#spellCheckModal .suggestions-section .checkerButtons a.changeButton:before {
  content: "\e013";
}
.modal#spellCheckModal .suggestions-section .checkerButtons a.ignoreButton:before {
  content: "\e095";
}
/****************** 
	Stories
	 ******************/
/****************** 
	Responsive
	 ******************/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
/****************** 
	Horizontal Rules
	 ******************/
/****************** 
	Icons
	 ******************/
@font-face {
  font-family: 'tcc-sales-funnel';
  src: url('/fonts/tcc-sales-funnel.eot?-jxrqs');
  src: url('/fonts/tcc-sales-funnel.eot?#iefix-jxrqs') format('embedded-opentype'), url('/fonts/tcc-sales-funnel.woff?-jxrqs') format('woff'), url('/fonts/tcc-sales-funnel.ttf?-jxrqs') format('truetype'), url('/fonts/tcc-sales-funnel.svg?-jxrqs#tcc-sales-funnel') format('svg');
}
[class^="glyphicon-tcc-"],
[class*=" glyphicon-tcc-"] {
  font-family: 'tcc-sales-funnel';
}
.glyphicon-tcc2-check-mark:before {
  content: "\21";
}
.glyphicon-tcc2-tcc_icon-font_:before {
  content: "\22";
}
.glyphicon-tcc2-error:before {
  content: "\23";
}
.glyphicon-tcc2-warning:before {
  content: "\24";
}
.glyphicon-tcc2-basket:before {
  content: "\25";
}
.glyphicon-tcc2-chat-bubble:before {
  content: "\26";
}
.glyphicon-tcc2-company-address:before {
  content: "\27";
}
.glyphicon-tcc2-company-contact:before {
  content: "\28";
}
.glyphicon-tcc2-company-details:before {
  content: "\29";
}
.glyphicon-tcc2-company-name:before {
  content: "\2a";
}
.glyphicon-tcc2-compliance:before {
  content: "\2b";
}
.glyphicon-tcc2-customize:before {
  content: "\2c";
}
.glyphicon-tcc2-entity:before {
  content: "\2d";
}
.glyphicon-tcc2-included:before {
  content: "\2e";
}
.glyphicon-tcc2-leftQuotes:before {
  content: "\2f";
}
.glyphicon-tcc2-map-point:before {
  content: "\30";
}
.glyphicon-tcc2-members:before {
  content: "\31";
}
.glyphicon-tcc2-new-window:before {
  content: "\32";
}
.glyphicon-tcc2-office-chair:before {
  content: "\33";
}
.glyphicon-tcc2-payment-info:before {
  content: "\34";
}
.glyphicon-tcc2-review:before {
  content: "\35";
}
.glyphicon-tcc2-right-quotes:before {
  content: "\36";
}
.glyphicon-tcc2-clock-o:before {
  content: "\37";
}
.glyphicon-tcc2-briefcase:before {
  content: "\38";
}
.glyphicon-tcc2-send:before {
  content: "\39";
}
.glyphicon-tcc2-calendar-alt-stroke:before {
  content: "\3a";
}
.glyphicon-tcc2-left-quote:before {
  content: "\3b";
}
.glyphicon-tcc2-right-quote:before {
  content: "\3c";
}
.glyphicon-tcc2-clippy:before {
  content: "\3d";
}
.glyphicon-tcc2-diff:before {
  content: "\3e";
}
.glyphicon-tcc2-history:before {
  content: "\3f";
}
.glyphicon-tcc2-play:before {
  content: "\40";
}
.glyphicon-tcc2-briefcase2:before {
  content: "\41";
}
@font-face {
  font-family: 'tcc-icomoon';
  src: url('/fonts/tcc-icomoon.eot?mi77nk');
  src: url('/fonts/tcc-icomoon.eot?#iefixmi77nk') format('embedded-opentype'), url('/fonts/tcc-icomoon.woff?mi77nk') format('woff'), url('/fonts/tcc-icomoon.ttf?mi77nk') format('truetype'), url('/fonts/tcc-icomoon.svg?mi77nk#tcc-icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="glyphicon-tcc-"],
[class*=" glyphicon-tcc-"] {
  font-family: 'tcc-icomoon';
}
.glyphicon-tcc-home:before {
  content: "\e900";
}
.glyphicon-tcc-home2:before {
  content: "\e901";
}
.glyphicon-tcc-home3:before {
  content: "\e902";
}
.glyphicon-tcc-home4:before {
  content: "\e903";
}
.glyphicon-tcc-home5:before {
  content: "\e904";
}
.glyphicon-tcc-home6:before {
  content: "\e905";
}
.glyphicon-tcc-home7:before {
  content: "\e906";
}
.glyphicon-tcc-home8:before {
  content: "\e907";
}
.glyphicon-tcc-home9:before {
  content: "\e908";
}
.glyphicon-tcc-office:before {
  content: "\e909";
}
.glyphicon-tcc-city:before {
  content: "\e90a";
}
.glyphicon-tcc-newspaper:before {
  content: "\e90b";
}
.glyphicon-tcc-magazine:before {
  content: "\e90c";
}
.glyphicon-tcc-design:before {
  content: "\e90d";
}
.glyphicon-tcc-pencil:before {
  content: "\e90e";
}
.glyphicon-tcc-pencil2:before {
  content: "\e90f";
}
.glyphicon-tcc-pencil3:before {
  content: "\e910";
}
.glyphicon-tcc-pencil4:before {
  content: "\e911";
}
.glyphicon-tcc-pencil5:before {
  content: "\e912";
}
.glyphicon-tcc-pencil6:before {
  content: "\e913";
}
.glyphicon-tcc-pencil7:before {
  content: "\e914";
}
.glyphicon-tcc-eraser:before {
  content: "\e915";
}
.glyphicon-tcc-eraser2:before {
  content: "\e916";
}
.glyphicon-tcc-eraser3:before {
  content: "\e917";
}
.glyphicon-tcc-quill:before {
  content: "\e918";
}
.glyphicon-tcc-quill2:before {
  content: "\e919";
}
.glyphicon-tcc-quill3:before {
  content: "\e91a";
}
.glyphicon-tcc-quill4:before {
  content: "\e91b";
}
.glyphicon-tcc-pen:before {
  content: "\e91c";
}
.glyphicon-tcc-pen-plus:before {
  content: "\e91d";
}
.glyphicon-tcc-pen-minus:before {
  content: "\e91e";
}
.glyphicon-tcc-pen2:before {
  content: "\e91f";
}
.glyphicon-tcc-pen3:before {
  content: "\e920";
}
.glyphicon-tcc-pen4:before {
  content: "\e921";
}
.glyphicon-tcc-pen5:before {
  content: "\e922";
}
.glyphicon-tcc-marker:before {
  content: "\e923";
}
.glyphicon-tcc-marker2:before {
  content: "\e924";
}
.glyphicon-tcc-blog:before {
  content: "\e925";
}
.glyphicon-tcc-blog2:before {
  content: "\e926";
}
.glyphicon-tcc-pen6:before {
  content: "\e927";
}
.glyphicon-tcc-brush:before {
  content: "\e928";
}
.glyphicon-tcc-spray:before {
  content: "\e929";
}
.glyphicon-tcc-palette:before {
  content: "\e92a";
}
.glyphicon-tcc-palette2:before {
  content: "\e92b";
}
.glyphicon-tcc-color-sampler:before {
  content: "\e92c";
}
.glyphicon-tcc-toggle:before {
  content: "\e92d";
}
.glyphicon-tcc-bucket:before {
  content: "\e92e";
}
.glyphicon-tcc-bucket2:before {
  content: "\e92f";
}
.glyphicon-tcc-gradient:before {
  content: "\e930";
}
.glyphicon-tcc-eyedropper:before {
  content: "\e931";
}
.glyphicon-tcc-eyedropper2:before {
  content: "\e932";
}
.glyphicon-tcc-eyedropper3:before {
  content: "\e933";
}
.glyphicon-tcc-droplet:before {
  content: "\e934";
}
.glyphicon-tcc-droplet2:before {
  content: "\e935";
}
.glyphicon-tcc-droplet-contrast:before {
  content: "\e936";
}
.glyphicon-tcc-color-clear:before {
  content: "\e937";
}
.glyphicon-tcc-paint-format:before {
  content: "\e938";
}
.glyphicon-tcc-stamp:before {
  content: "\e939";
}
.glyphicon-tcc-images:before {
  content: "\e93a";
}
.glyphicon-tcc-image:before {
  content: "\e93b";
}
.glyphicon-tcc-image2:before {
  content: "\e93c";
}
.glyphicon-tcc-image-compare:before {
  content: "\e93d";
}
.glyphicon-tcc-images2:before {
  content: "\e93e";
}
.glyphicon-tcc-image3:before {
  content: "\e93f";
}
.glyphicon-tcc-images3:before {
  content: "\e940";
}
.glyphicon-tcc-image4:before {
  content: "\e941";
}
.glyphicon-tcc-image5:before {
  content: "\e942";
}
.glyphicon-tcc-image6:before {
  content: "\e943";
}
.glyphicon-tcc-camera:before {
  content: "\e944";
}
.glyphicon-tcc-camera2:before {
  content: "\e945";
}
.glyphicon-tcc-camera3:before {
  content: "\e946";
}
.glyphicon-tcc-shutter:before {
  content: "\e947";
}
.glyphicon-tcc-headphones:before {
  content: "\e948";
}
.glyphicon-tcc-headset:before {
  content: "\e949";
}
.glyphicon-tcc-music:before {
  content: "\e94a";
}
.glyphicon-tcc-music2:before {
  content: "\e94b";
}
.glyphicon-tcc-music3:before {
  content: "\e94c";
}
.glyphicon-tcc-music4:before {
  content: "\e94d";
}
.glyphicon-tcc-music5:before {
  content: "\e94e";
}
.glyphicon-tcc-music6:before {
  content: "\e94f";
}
.glyphicon-tcc-album:before {
  content: "\e950";
}
.glyphicon-tcc-cassette:before {
  content: "\e951";
}
.glyphicon-tcc-tape:before {
  content: "\e952";
}
.glyphicon-tcc-piano:before {
  content: "\e953";
}
.glyphicon-tcc-guitar:before {
  content: "\e954";
}
.glyphicon-tcc-trumpet:before {
  content: "\e955";
}
.glyphicon-tcc-speakers:before {
  content: "\e956";
}
.glyphicon-tcc-play:before {
  content: "\e957";
}
.glyphicon-tcc-play2:before {
  content: "\e958";
}
.glyphicon-tcc-clapboard-play:before {
  content: "\e959";
}
.glyphicon-tcc-clapboard:before {
  content: "\e95a";
}
.glyphicon-tcc-media:before {
  content: "\e95b";
}
.glyphicon-tcc-presentation:before {
  content: "\e95c";
}
.glyphicon-tcc-movie:before {
  content: "\e95d";
}
.glyphicon-tcc-film:before {
  content: "\e95e";
}
.glyphicon-tcc-film2:before {
  content: "\e95f";
}
.glyphicon-tcc-film3:before {
  content: "\e960";
}
.glyphicon-tcc-film4:before {
  content: "\e961";
}
.glyphicon-tcc-video-camera:before {
  content: "\e962";
}
.glyphicon-tcc-video-camera2:before {
  content: "\e963";
}
.glyphicon-tcc-video-camera-slash:before {
  content: "\e964";
}
.glyphicon-tcc-video-camera3:before {
  content: "\e965";
}
.glyphicon-tcc-video-camera4:before {
  content: "\e966";
}
.glyphicon-tcc-video-camera-slash2:before {
  content: "\e967";
}
.glyphicon-tcc-video-camera5:before {
  content: "\e968";
}
.glyphicon-tcc-recording:before {
  content: "\e969";
}
.glyphicon-tcc-dice:before {
  content: "\e96a";
}
.glyphicon-tcc-gamepad:before {
  content: "\e96b";
}
.glyphicon-tcc-gamepad2:before {
  content: "\e96c";
}
.glyphicon-tcc-gamepad3:before {
  content: "\e96d";
}
.glyphicon-tcc-pacman:before {
  content: "\e96e";
}
.glyphicon-tcc-spades:before {
  content: "\e96f";
}
.glyphicon-tcc-clubs:before {
  content: "\e970";
}
.glyphicon-tcc-diamonds:before {
  content: "\e971";
}
.glyphicon-tcc-chess-king:before {
  content: "\e972";
}
.glyphicon-tcc-chess-queen:before {
  content: "\e973";
}
.glyphicon-tcc-chess-rock:before {
  content: "\e974";
}
.glyphicon-tcc-chess-bishop:before {
  content: "\e975";
}
.glyphicon-tcc-chess-knight:before {
  content: "\e976";
}
.glyphicon-tcc-chess-pawn:before {
  content: "\e977";
}
.glyphicon-tcc-chess:before {
  content: "\e978";
}
.glyphicon-tcc-bullhorn:before {
  content: "\e979";
}
.glyphicon-tcc-megaphone:before {
  content: "\e97a";
}
.glyphicon-tcc-new:before {
  content: "\e97b";
}
.glyphicon-tcc-connection:before {
  content: "\e97c";
}
.glyphicon-tcc-connection2:before {
  content: "\e97d";
}
.glyphicon-tcc-connection3:before {
  content: "\e97e";
}
.glyphicon-tcc-connection4:before {
  content: "\e97f";
}
.glyphicon-tcc-podcast:before {
  content: "\e980";
}
.glyphicon-tcc-station:before {
  content: "\e981";
}
.glyphicon-tcc-station2:before {
  content: "\e982";
}
.glyphicon-tcc-antenna:before {
  content: "\e983";
}
.glyphicon-tcc-satellite-dish:before {
  content: "\e984";
}
.glyphicon-tcc-satellite-dish2:before {
  content: "\e985";
}
.glyphicon-tcc-feed:before {
  content: "\e986";
}
.glyphicon-tcc-podcast2:before {
  content: "\e987";
}
.glyphicon-tcc-antenna2:before {
  content: "\e988";
}
.glyphicon-tcc-mic:before {
  content: "\e989";
}
.glyphicon-tcc-mic-off:before {
  content: "\e98a";
}
.glyphicon-tcc-mic2:before {
  content: "\e98b";
}
.glyphicon-tcc-mic-off2:before {
  content: "\e98c";
}
.glyphicon-tcc-mic3:before {
  content: "\e98d";
}
.glyphicon-tcc-mic4:before {
  content: "\e98e";
}
.glyphicon-tcc-mic5:before {
  content: "\e98f";
}
.glyphicon-tcc-book:before {
  content: "\e990";
}
.glyphicon-tcc-book2:before {
  content: "\e991";
}
.glyphicon-tcc-book-play:before {
  content: "\e992";
}
.glyphicon-tcc-book3:before {
  content: "\e993";
}
.glyphicon-tcc-bookmark:before {
  content: "\e994";
}
.glyphicon-tcc-books:before {
  content: "\e995";
}
.glyphicon-tcc-archive:before {
  content: "\e996";
}
.glyphicon-tcc-reading:before {
  content: "\e997";
}
.glyphicon-tcc-library:before {
  content: "\e998";
}
.glyphicon-tcc-library2:before {
  content: "\e999";
}
.glyphicon-tcc-graduation:before {
  content: "\e99a";
}
.glyphicon-tcc-file-text:before {
  content: "\e99b";
}
.glyphicon-tcc-profile:before {
  content: "\e99c";
}
.glyphicon-tcc-file-empty:before {
  content: "\e99d";
}
.glyphicon-tcc-file-empty2:before {
  content: "\e99e";
}
.glyphicon-tcc-files-empty:before {
  content: "\e99f";
}
.glyphicon-tcc-files-empty2:before {
  content: "\e9a0";
}
.glyphicon-tcc-file-plus:before {
  content: "\e9a1";
}
.glyphicon-tcc-file-plus2:before {
  content: "\e9a2";
}
.glyphicon-tcc-file-minus:before {
  content: "\e9a3";
}
.glyphicon-tcc-file-minus2:before {
  content: "\e9a4";
}
.glyphicon-tcc-file-download:before {
  content: "\e9a5";
}
.glyphicon-tcc-file-download2:before {
  content: "\e9a6";
}
.glyphicon-tcc-file-upload:before {
  content: "\e9a7";
}
.glyphicon-tcc-file-upload2:before {
  content: "\e9a8";
}
.glyphicon-tcc-file-check:before {
  content: "\e9a9";
}
.glyphicon-tcc-file-check2:before {
  content: "\e9aa";
}
.glyphicon-tcc-file-eye:before {
  content: "\e9ab";
}
.glyphicon-tcc-file-eye2:before {
  content: "\e9ac";
}
.glyphicon-tcc-file-text2:before {
  content: "\e9ad";
}
.glyphicon-tcc-file-text3:before {
  content: "\e9ae";
}
.glyphicon-tcc-file-picture:before {
  content: "\e9af";
}
.glyphicon-tcc-file-picture2:before {
  content: "\e9b0";
}
.glyphicon-tcc-file-music:before {
  content: "\e9b1";
}
.glyphicon-tcc-file-music2:before {
  content: "\e9b2";
}
.glyphicon-tcc-file-play:before {
  content: "\e9b3";
}
.glyphicon-tcc-file-play2:before {
  content: "\e9b4";
}
.glyphicon-tcc-file-video:before {
  content: "\e9b5";
}
.glyphicon-tcc-file-video2:before {
  content: "\e9b6";
}
.glyphicon-tcc-copy:before {
  content: "\e9b7";
}
.glyphicon-tcc-copy2:before {
  content: "\e9b8";
}
.glyphicon-tcc-file-zip:before {
  content: "\e9b9";
}
.glyphicon-tcc-file-zip2:before {
  content: "\e9ba";
}
.glyphicon-tcc-file-xml:before {
  content: "\e9bb";
}
.glyphicon-tcc-file-xml2:before {
  content: "\e9bc";
}
.glyphicon-tcc-file-css:before {
  content: "\e9bd";
}
.glyphicon-tcc-file-css2:before {
  content: "\e9be";
}
.glyphicon-tcc-file-presentation:before {
  content: "\e9bf";
}
.glyphicon-tcc-file-presentation2:before {
  content: "\e9c0";
}
.glyphicon-tcc-file-stats:before {
  content: "\e9c1";
}
.glyphicon-tcc-file-stats2:before {
  content: "\e9c2";
}
.glyphicon-tcc-file-locked:before {
  content: "\e9c3";
}
.glyphicon-tcc-file-locked2:before {
  content: "\e9c4";
}
.glyphicon-tcc-file-spreadsheet:before {
  content: "\e9c5";
}
.glyphicon-tcc-file-spreadsheet2:before {
  content: "\e9c6";
}
.glyphicon-tcc-copy3:before {
  content: "\e9c7";
}
.glyphicon-tcc-copy4:before {
  content: "\e9c8";
}
.glyphicon-tcc-paste:before {
  content: "\e9c9";
}
.glyphicon-tcc-paste2:before {
  content: "\e9ca";
}
.glyphicon-tcc-paste3:before {
  content: "\e9cb";
}
.glyphicon-tcc-paste4:before {
  content: "\e9cc";
}
.glyphicon-tcc-stack:before {
  content: "\e9cd";
}
.glyphicon-tcc-stack2:before {
  content: "\e9ce";
}
.glyphicon-tcc-stack3:before {
  content: "\e9cf";
}
.glyphicon-tcc-folder:before {
  content: "\e9d0";
}
.glyphicon-tcc-folder-search:before {
  content: "\e9d1";
}
.glyphicon-tcc-folder-download:before {
  content: "\e9d2";
}
.glyphicon-tcc-folder-upload:before {
  content: "\e9d3";
}
.glyphicon-tcc-folder-plus:before {
  content: "\e9d4";
}
.glyphicon-tcc-folder-plus2:before {
  content: "\e9d5";
}
.glyphicon-tcc-folder-minus:before {
  content: "\e9d6";
}
.glyphicon-tcc-folder-minus2:before {
  content: "\e9d7";
}
.glyphicon-tcc-folder-check:before {
  content: "\e9d8";
}
.glyphicon-tcc-folder-heart:before {
  content: "\e9d9";
}
.glyphicon-tcc-folder-remove:before {
  content: "\e9da";
}
.glyphicon-tcc-folder2:before {
  content: "\e9db";
}
.glyphicon-tcc-folder-open:before {
  content: "\e9dc";
}
.glyphicon-tcc-folder3:before {
  content: "\e9dd";
}
.glyphicon-tcc-folder4:before {
  content: "\e9de";
}
.glyphicon-tcc-folder-plus3:before {
  content: "\e9df";
}
.glyphicon-tcc-folder-minus3:before {
  content: "\e9e0";
}
.glyphicon-tcc-folder-plus4:before {
  content: "\e9e1";
}
.glyphicon-tcc-folder-minus4:before {
  content: "\e9e2";
}
.glyphicon-tcc-folder-download2:before {
  content: "\e9e3";
}
.glyphicon-tcc-folder-upload2:before {
  content: "\e9e4";
}
.glyphicon-tcc-folder-download3:before {
  content: "\e9e5";
}
.glyphicon-tcc-folder-upload3:before {
  content: "\e9e6";
}
.glyphicon-tcc-folder5:before {
  content: "\e9e7";
}
.glyphicon-tcc-folder-open2:before {
  content: "\e9e8";
}
.glyphicon-tcc-folder6:before {
  content: "\e9e9";
}
.glyphicon-tcc-folder-open3:before {
  content: "\e9ea";
}
.glyphicon-tcc-certificate:before {
  content: "\e9eb";
}
.glyphicon-tcc-cc:before {
  content: "\e9ec";
}
.glyphicon-tcc-price-tag:before {
  content: "\e9ed";
}
.glyphicon-tcc-price-tag2:before {
  content: "\e9ee";
}
.glyphicon-tcc-price-tags:before {
  content: "\e9ef";
}
.glyphicon-tcc-price-tag3:before {
  content: "\e9f0";
}
.glyphicon-tcc-price-tags2:before {
  content: "\e9f1";
}
.glyphicon-tcc-price-tag4:before {
  content: "\e9f2";
}
.glyphicon-tcc-price-tags3:before {
  content: "\e9f3";
}
.glyphicon-tcc-price-tag5:before {
  content: "\e9f4";
}
.glyphicon-tcc-price-tags4:before {
  content: "\e9f5";
}
.glyphicon-tcc-barcode:before {
  content: "\e9f6";
}
.glyphicon-tcc-barcode2:before {
  content: "\e9f7";
}
.glyphicon-tcc-qrcode:before {
  content: "\e9f8";
}
.glyphicon-tcc-ticket:before {
  content: "\e9f9";
}
.glyphicon-tcc-ticket2:before {
  content: "\e9fa";
}
.glyphicon-tcc-theater:before {
  content: "\e9fb";
}
.glyphicon-tcc-store:before {
  content: "\e9fc";
}
.glyphicon-tcc-store2:before {
  content: "\e9fd";
}
.glyphicon-tcc-cart:before {
  content: "\e9fe";
}
.glyphicon-tcc-cart2:before {
  content: "\e9ff";
}
.glyphicon-tcc-cart3:before {
  content: "\ea00";
}
.glyphicon-tcc-cart4:before {
  content: "\ea01";
}
.glyphicon-tcc-cart5:before {
  content: "\ea02";
}
.glyphicon-tcc-cart-add:before {
  content: "\ea03";
}
.glyphicon-tcc-cart-add2:before {
  content: "\ea04";
}
.glyphicon-tcc-cart-remove:before {
  content: "\ea05";
}
.glyphicon-tcc-basket:before {
  content: "\ea06";
}
.glyphicon-tcc-bag:before {
  content: "\ea07";
}
.glyphicon-tcc-bag2:before {
  content: "\ea08";
}
.glyphicon-tcc-percent:before {
  content: "\ea09";
}
.glyphicon-tcc-coins:before {
  content: "\ea0a";
}
.glyphicon-tcc-coin-dollar:before {
  content: "\ea0b";
}
.glyphicon-tcc-coin-euro:before {
  content: "\ea0c";
}
.glyphicon-tcc-coin-pound:before {
  content: "\ea0d";
}
.glyphicon-tcc-coin-yen:before {
  content: "\ea0e";
}
.glyphicon-tcc-piggy-bank:before {
  content: "\ea0f";
}
.glyphicon-tcc-wallet:before {
  content: "\ea10";
}
.glyphicon-tcc-cash:before {
  content: "\ea11";
}
.glyphicon-tcc-cash2:before {
  content: "\ea12";
}
.glyphicon-tcc-cash3:before {
  content: "\ea13";
}
.glyphicon-tcc-cash4:before {
  content: "\ea14";
}
.glyphicon-tcc-credit-card:before {
  content: "\ea15";
}
.glyphicon-tcc-credit-card2:before {
  content: "\ea16";
}
.glyphicon-tcc-calculator:before {
  content: "\ea17";
}
.glyphicon-tcc-calculator2:before {
  content: "\ea18";
}
.glyphicon-tcc-calculator3:before {
  content: "\ea19";
}
.glyphicon-tcc-chip:before {
  content: "\ea1a";
}
.glyphicon-tcc-lifebuoy:before {
  content: "\ea1b";
}
.glyphicon-tcc-phone:before {
  content: "\ea1c";
}
.glyphicon-tcc-phone2:before {
  content: "\ea1d";
}
.glyphicon-tcc-phone-slash:before {
  content: "\ea1e";
}
.glyphicon-tcc-phone-wave:before {
  content: "\ea1f";
}
.glyphicon-tcc-phone-plus:before {
  content: "\ea20";
}
.glyphicon-tcc-phone-minus:before {
  content: "\ea21";
}
.glyphicon-tcc-phone-plus2:before {
  content: "\ea22";
}
.glyphicon-tcc-phone-minus2:before {
  content: "\ea23";
}
.glyphicon-tcc-phone-incoming:before {
  content: "\ea24";
}
.glyphicon-tcc-phone-outgoing:before {
  content: "\ea25";
}
.glyphicon-tcc-phone3:before {
  content: "\ea26";
}
.glyphicon-tcc-phone-slash2:before {
  content: "\ea27";
}
.glyphicon-tcc-phone-wave2:before {
  content: "\ea28";
}
.glyphicon-tcc-phone-hang-up:before {
  content: "\ea29";
}
.glyphicon-tcc-phone-hang-up2:before {
  content: "\ea2a";
}
.glyphicon-tcc-address-book:before {
  content: "\ea2b";
}
.glyphicon-tcc-address-book2:before {
  content: "\ea2c";
}
.glyphicon-tcc-address-book3:before {
  content: "\ea2d";
}
.glyphicon-tcc-notebook:before {
  content: "\ea2e";
}
.glyphicon-tcc-at-sign:before {
  content: "\ea2f";
}
.glyphicon-tcc-envelop:before {
  content: "\ea30";
}
.glyphicon-tcc-envelop2:before {
  content: "\ea31";
}
.glyphicon-tcc-envelop3:before {
  content: "\ea32";
}
.glyphicon-tcc-envelop4:before {
  content: "\ea33";
}
.glyphicon-tcc-envelop5:before {
  content: "\ea34";
}
.glyphicon-tcc-mailbox:before {
  content: "\ea35";
}
.glyphicon-tcc-pushpin:before {
  content: "\ea36";
}
.glyphicon-tcc-pushpin2:before {
  content: "\ea37";
}
.glyphicon-tcc-location:before {
  content: "\ea38";
}
.glyphicon-tcc-location2:before {
  content: "\ea39";
}
.glyphicon-tcc-location3:before {
  content: "\ea3a";
}
.glyphicon-tcc-location4:before {
  content: "\ea3b";
}
.glyphicon-tcc-location5:before {
  content: "\ea3c";
}
.glyphicon-tcc-location6:before {
  content: "\ea3d";
}
.glyphicon-tcc-location7:before {
  content: "\ea3e";
}
.glyphicon-tcc-compass:before {
  content: "\ea3f";
}
.glyphicon-tcc-compass2:before {
  content: "\ea40";
}
.glyphicon-tcc-compass3:before {
  content: "\ea41";
}
.glyphicon-tcc-compass4:before {
  content: "\ea42";
}
.glyphicon-tcc-compass5:before {
  content: "\ea43";
}
.glyphicon-tcc-compass6:before {
  content: "\ea44";
}
.glyphicon-tcc-map:before {
  content: "\ea45";
}
.glyphicon-tcc-map2:before {
  content: "\ea46";
}
.glyphicon-tcc-map3:before {
  content: "\ea47";
}
.glyphicon-tcc-map4:before {
  content: "\ea48";
}
.glyphicon-tcc-map5:before {
  content: "\ea49";
}
.glyphicon-tcc-direction:before {
  content: "\ea4a";
}
.glyphicon-tcc-reset:before {
  content: "\ea4b";
}
.glyphicon-tcc-history:before {
  content: "\ea4c";
}
.glyphicon-tcc-clock:before {
  content: "\ea4d";
}
.glyphicon-tcc-clock2:before {
  content: "\ea4e";
}
.glyphicon-tcc-clock3:before {
  content: "\ea4f";
}
.glyphicon-tcc-clock4:before {
  content: "\ea50";
}
.glyphicon-tcc-watch:before {
  content: "\ea51";
}
.glyphicon-tcc-watch2:before {
  content: "\ea52";
}
.glyphicon-tcc-alarm:before {
  content: "\ea53";
}
.glyphicon-tcc-alarm-add:before {
  content: "\ea54";
}
.glyphicon-tcc-alarm-check:before {
  content: "\ea55";
}
.glyphicon-tcc-alarm-cancel:before {
  content: "\ea56";
}
.glyphicon-tcc-bell:before {
  content: "\ea57";
}
.glyphicon-tcc-bell2:before {
  content: "\ea58";
}
.glyphicon-tcc-bell3:before {
  content: "\ea59";
}
.glyphicon-tcc-bell-plus:before {
  content: "\ea5a";
}
.glyphicon-tcc-bell-minus:before {
  content: "\ea5b";
}
.glyphicon-tcc-bell-check:before {
  content: "\ea5c";
}
.glyphicon-tcc-bell-cross:before {
  content: "\ea5d";
}
.glyphicon-tcc-stopwatch:before {
  content: "\ea5e";
}
.glyphicon-tcc-calendar:before {
  content: "\ea5f";
}
.glyphicon-tcc-calendar2:before {
  content: "\ea60";
}
.glyphicon-tcc-calendar3:before {
  content: "\ea61";
}
.glyphicon-tcc-calendar4:before {
  content: "\ea62";
}
.glyphicon-tcc-calendar5:before {
  content: "\ea63";
}
.glyphicon-tcc-printer:before {
  content: "\ea64";
}
.glyphicon-tcc-printer2:before {
  content: "\ea65";
}
.glyphicon-tcc-printer3:before {
  content: "\ea66";
}
.glyphicon-tcc-printer4:before {
  content: "\ea67";
}
.glyphicon-tcc-shredder:before {
  content: "\ea68";
}
.glyphicon-tcc-mouse:before {
  content: "\ea69";
}
.glyphicon-tcc-mouse2:before {
  content: "\ea6a";
}
.glyphicon-tcc-mouse-left:before {
  content: "\ea6b";
}
.glyphicon-tcc-mouse-right:before {
  content: "\ea6c";
}
.glyphicon-tcc-keyboard:before {
  content: "\ea6d";
}
.glyphicon-tcc-keyboard2:before {
  content: "\ea6e";
}
.glyphicon-tcc-typewriter:before {
  content: "\ea6f";
}
.glyphicon-tcc-display:before {
  content: "\ea70";
}
.glyphicon-tcc-display2:before {
  content: "\ea71";
}
.glyphicon-tcc-display3:before {
  content: "\ea72";
}
.glyphicon-tcc-display4:before {
  content: "\ea73";
}
.glyphicon-tcc-laptop:before {
  content: "\ea74";
}
.glyphicon-tcc-mobile:before {
  content: "\ea75";
}
.glyphicon-tcc-mobile2:before {
  content: "\ea76";
}
.glyphicon-tcc-tablet:before {
  content: "\ea77";
}
.glyphicon-tcc-mobile3:before {
  content: "\ea78";
}
.glyphicon-tcc-tv:before {
  content: "\ea79";
}
.glyphicon-tcc-radio:before {
  content: "\ea7a";
}
.glyphicon-tcc-cabinet:before {
  content: "\ea7b";
}
.glyphicon-tcc-drawer:before {
  content: "\ea7c";
}
.glyphicon-tcc-drawer2:before {
  content: "\ea7d";
}
.glyphicon-tcc-drawer-out:before {
  content: "\ea7e";
}
.glyphicon-tcc-drawer-in:before {
  content: "\ea7f";
}
.glyphicon-tcc-drawer3:before {
  content: "\ea80";
}
.glyphicon-tcc-box:before {
  content: "\ea81";
}
.glyphicon-tcc-box-add:before {
  content: "\ea82";
}
.glyphicon-tcc-box-remove:before {
  content: "\ea83";
}
.glyphicon-tcc-download:before {
  content: "\ea84";
}
.glyphicon-tcc-upload:before {
  content: "\ea85";
}
.glyphicon-tcc-floppy-disk:before {
  content: "\ea86";
}
.glyphicon-tcc-floppy-disks:before {
  content: "\ea87";
}
.glyphicon-tcc-floppy-disks2:before {
  content: "\ea88";
}
.glyphicon-tcc-floppy-disk2:before {
  content: "\ea89";
}
.glyphicon-tcc-floppy-disk3:before {
  content: "\ea8a";
}
.glyphicon-tcc-disk:before {
  content: "\ea8b";
}
.glyphicon-tcc-disk2:before {
  content: "\ea8c";
}
.glyphicon-tcc-usb-stick:before {
  content: "\ea8d";
}
.glyphicon-tcc-drive:before {
  content: "\ea8e";
}
.glyphicon-tcc-server:before {
  content: "\ea8f";
}
.glyphicon-tcc-database:before {
  content: "\ea90";
}
.glyphicon-tcc-database2:before {
  content: "\ea91";
}
.glyphicon-tcc-database3:before {
  content: "\ea92";
}
.glyphicon-tcc-database4:before {
  content: "\ea93";
}
.glyphicon-tcc-database-menu:before {
  content: "\ea94";
}
.glyphicon-tcc-database-add:before {
  content: "\ea95";
}
.glyphicon-tcc-database-remove:before {
  content: "\ea96";
}
.glyphicon-tcc-database-insert:before {
  content: "\ea97";
}
.glyphicon-tcc-database-export:before {
  content: "\ea98";
}
.glyphicon-tcc-database-upload:before {
  content: "\ea99";
}
.glyphicon-tcc-database-refresh:before {
  content: "\ea9a";
}
.glyphicon-tcc-database-diff:before {
  content: "\ea9b";
}
.glyphicon-tcc-database-edit:before {
  content: "\ea9c";
}
.glyphicon-tcc-database-edit2:before {
  content: "\ea9d";
}
.glyphicon-tcc-database-check:before {
  content: "\ea9e";
}
.glyphicon-tcc-database-arrow:before {
  content: "\ea9f";
}
.glyphicon-tcc-database-time:before {
  content: "\eaa0";
}
.glyphicon-tcc-database-time2:before {
  content: "\eaa1";
}
.glyphicon-tcc-undo:before {
  content: "\eaa2";
}
.glyphicon-tcc-redo:before {
  content: "\eaa3";
}
.glyphicon-tcc-rotate-ccw:before {
  content: "\eaa4";
}
.glyphicon-tcc-rotate-cw:before {
  content: "\eaa5";
}
.glyphicon-tcc-rotate-ccw2:before {
  content: "\eaa6";
}
.glyphicon-tcc-rotate-cw2:before {
  content: "\eaa7";
}
.glyphicon-tcc-rotate-ccw3:before {
  content: "\eaa8";
}
.glyphicon-tcc-rotate-cw3:before {
  content: "\eaa9";
}
.glyphicon-tcc-flip-vertical:before {
  content: "\eaaa";
}
.glyphicon-tcc-flip-vertical2:before {
  content: "\eaab";
}
.glyphicon-tcc-flip-horizontal:before {
  content: "\eaac";
}
.glyphicon-tcc-flip-horizontal2:before {
  content: "\eaad";
}
.glyphicon-tcc-flip-vertical3:before {
  content: "\eaae";
}
.glyphicon-tcc-flip-vertical4:before {
  content: "\eaaf";
}
.glyphicon-tcc-angle:before {
  content: "\eab0";
}
.glyphicon-tcc-shear:before {
  content: "\eab1";
}
.glyphicon-tcc-unite:before {
  content: "\eab2";
}
.glyphicon-tcc-subtract:before {
  content: "\eab3";
}
.glyphicon-tcc-interset:before {
  content: "\eab4";
}
.glyphicon-tcc-exclude:before {
  content: "\eab5";
}
.glyphicon-tcc-align-left:before {
  content: "\eab6";
}
.glyphicon-tcc-align-center-horizontal:before {
  content: "\eab7";
}
.glyphicon-tcc-align-right:before {
  content: "\eab8";
}
.glyphicon-tcc-align-top:before {
  content: "\eab9";
}
.glyphicon-tcc-align-center-vertical:before {
  content: "\eaba";
}
.glyphicon-tcc-align-bottom:before {
  content: "\eabb";
}
.glyphicon-tcc-undo2:before {
  content: "\eabc";
}
.glyphicon-tcc-redo2:before {
  content: "\eabd";
}
.glyphicon-tcc-forward:before {
  content: "\eabe";
}
.glyphicon-tcc-reply:before {
  content: "\eabf";
}
.glyphicon-tcc-reply-all:before {
  content: "\eac0";
}
.glyphicon-tcc-bubble:before {
  content: "\eac1";
}
.glyphicon-tcc-bubbles:before {
  content: "\eac2";
}
.glyphicon-tcc-bubbles2:before {
  content: "\eac3";
}
.glyphicon-tcc-bubble2:before {
  content: "\eac4";
}
.glyphicon-tcc-bubbles3:before {
  content: "\eac5";
}
.glyphicon-tcc-bubbles4:before {
  content: "\eac6";
}
.glyphicon-tcc-bubble-notification:before {
  content: "\eac7";
}
.glyphicon-tcc-bubbles5:before {
  content: "\eac8";
}
.glyphicon-tcc-bubbles6:before {
  content: "\eac9";
}
.glyphicon-tcc-bubble3:before {
  content: "\eaca";
}
.glyphicon-tcc-bubble-dots:before {
  content: "\eacb";
}
.glyphicon-tcc-bubble-lines:before {
  content: "\eacc";
}
.glyphicon-tcc-bubble4:before {
  content: "\eacd";
}
.glyphicon-tcc-bubble-dots2:before {
  content: "\eace";
}
.glyphicon-tcc-bubble-lines2:before {
  content: "\eacf";
}
.glyphicon-tcc-bubble5:before {
  content: "\ead0";
}
.glyphicon-tcc-bubble6:before {
  content: "\ead1";
}
.glyphicon-tcc-bubbles7:before {
  content: "\ead2";
}
.glyphicon-tcc-bubble7:before {
  content: "\ead3";
}
.glyphicon-tcc-bubbles8:before {
  content: "\ead4";
}
.glyphicon-tcc-bubble8:before {
  content: "\ead5";
}
.glyphicon-tcc-bubble-dots3:before {
  content: "\ead6";
}
.glyphicon-tcc-bubble-lines3:before {
  content: "\ead7";
}
.glyphicon-tcc-bubble9:before {
  content: "\ead8";
}
.glyphicon-tcc-bubble-dots4:before {
  content: "\ead9";
}
.glyphicon-tcc-bubble-lines4:before {
  content: "\eada";
}
.glyphicon-tcc-bubbles9:before {
  content: "\eadb";
}
.glyphicon-tcc-bubbles10:before {
  content: "\eadc";
}
.glyphicon-tcc-bubble-blocked:before {
  content: "\eadd";
}
.glyphicon-tcc-bubble-quote:before {
  content: "\eade";
}
.glyphicon-tcc-bubble-user:before {
  content: "\eadf";
}
.glyphicon-tcc-bubble-smiley:before {
  content: "\eae0";
}
.glyphicon-tcc-bubble-check:before {
  content: "\eae1";
}
.glyphicon-tcc-bubble-video:before {
  content: "\eae2";
}
.glyphicon-tcc-bubble-link:before {
  content: "\eae3";
}
.glyphicon-tcc-bubble-lock:before {
  content: "\eae4";
}
.glyphicon-tcc-bubble-star:before {
  content: "\eae5";
}
.glyphicon-tcc-bubble-heart:before {
  content: "\eae6";
}
.glyphicon-tcc-bubble-paperclip:before {
  content: "\eae7";
}
.glyphicon-tcc-bubble-cancel:before {
  content: "\eae8";
}
.glyphicon-tcc-bubble-plus:before {
  content: "\eae9";
}
.glyphicon-tcc-bubble-minus:before {
  content: "\eaea";
}
.glyphicon-tcc-bubble-notification2:before {
  content: "\eaeb";
}
.glyphicon-tcc-bubble-left:before {
  content: "\eaec";
}
.glyphicon-tcc-bubble-right:before {
  content: "\eaed";
}
.glyphicon-tcc-bubble-first:before {
  content: "\eaee";
}
.glyphicon-tcc-bubble-last:before {
  content: "\eaef";
}
.glyphicon-tcc-bubble-reply:before {
  content: "\eaf0";
}
.glyphicon-tcc-bubble-forward:before {
  content: "\eaf1";
}
.glyphicon-tcc-bubble-reply2:before {
  content: "\eaf2";
}
.glyphicon-tcc-bubble-forward2:before {
  content: "\eaf3";
}
.glyphicon-tcc-user:before {
  content: "\eaf4";
}
.glyphicon-tcc-users:before {
  content: "\eaf5";
}
.glyphicon-tcc-user-plus:before {
  content: "\eaf6";
}
.glyphicon-tcc-user-minus:before {
  content: "\eaf7";
}
.glyphicon-tcc-user-cancel:before {
  content: "\eaf8";
}
.glyphicon-tcc-user-block:before {
  content: "\eaf9";
}
.glyphicon-tcc-user-lock:before {
  content: "\eafa";
}
.glyphicon-tcc-user-check:before {
  content: "\eafb";
}
.glyphicon-tcc-users2:before {
  content: "\eafc";
}
.glyphicon-tcc-user2:before {
  content: "\eafd";
}
.glyphicon-tcc-users3:before {
  content: "\eafe";
}
.glyphicon-tcc-user-plus2:before {
  content: "\eaff";
}
.glyphicon-tcc-user-minus2:before {
  content: "\eb00";
}
.glyphicon-tcc-user-cancel2:before {
  content: "\eb01";
}
.glyphicon-tcc-user-block2:before {
  content: "\eb02";
}
.glyphicon-tcc-user-lock2:before {
  content: "\eb03";
}
.glyphicon-tcc-user-check2:before {
  content: "\eb04";
}
.glyphicon-tcc-user3:before {
  content: "\eb05";
}
.glyphicon-tcc-user4:before {
  content: "\eb06";
}
.glyphicon-tcc-user5:before {
  content: "\eb07";
}
.glyphicon-tcc-user6:before {
  content: "\eb08";
}
.glyphicon-tcc-users4:before {
  content: "\eb09";
}
.glyphicon-tcc-user-tie:before {
  content: "\eb0a";
}
.glyphicon-tcc-user7:before {
  content: "\eb0b";
}
.glyphicon-tcc-users5:before {
  content: "\eb0c";
}
.glyphicon-tcc-collaboration:before {
  content: "\eb0d";
}
.glyphicon-tcc-vcard:before {
  content: "\eb0e";
}
.glyphicon-tcc-hat:before {
  content: "\eb0f";
}
.glyphicon-tcc-bowtie:before {
  content: "\eb10";
}
.glyphicon-tcc-tie:before {
  content: "\eb11";
}
.glyphicon-tcc-hanger:before {
  content: "\eb12";
}
.glyphicon-tcc-tshirt:before {
  content: "\eb13";
}
.glyphicon-tcc-pants:before {
  content: "\eb14";
}
.glyphicon-tcc-shorts:before {
  content: "\eb15";
}
.glyphicon-tcc-sock:before {
  content: "\eb16";
}
.glyphicon-tcc-laundry:before {
  content: "\eb17";
}
.glyphicon-tcc-quotes-left:before {
  content: "\eb18";
}
.glyphicon-tcc-quotes-right:before {
  content: "\eb19";
}
.glyphicon-tcc-quotes-left2:before {
  content: "\eb1a";
}
.glyphicon-tcc-quotes-right2:before {
  content: "\eb1b";
}
.glyphicon-tcc-hour-glass:before {
  content: "\eb1c";
}
.glyphicon-tcc-hour-glass2:before {
  content: "\eb1d";
}
.glyphicon-tcc-hour-glass3:before {
  content: "\eb1e";
}
.glyphicon-tcc-spinner:before {
  content: "\eb1f";
}
.glyphicon-tcc-spinner2:before {
  content: "\eb20";
}
.glyphicon-tcc-spinner3:before {
  content: "\eb21";
}
.glyphicon-tcc-spinner4:before {
  content: "\eb22";
}
.glyphicon-tcc-spinner5:before {
  content: "\eb23";
}
.glyphicon-tcc-spinner6:before {
  content: "\eb24";
}
.glyphicon-tcc-spinner7:before {
  content: "\eb25";
}
.glyphicon-tcc-spinner8:before {
  content: "\eb26";
}
.glyphicon-tcc-spinner9:before {
  content: "\eb27";
}
.glyphicon-tcc-spinner10:before {
  content: "\eb28";
}
.glyphicon-tcc-spinner11:before {
  content: "\eb29";
}
.glyphicon-tcc-microscope:before {
  content: "\eb2a";
}
.glyphicon-tcc-binoculars:before {
  content: "\eb2b";
}
.glyphicon-tcc-binoculars2:before {
  content: "\eb2c";
}
.glyphicon-tcc-search:before {
  content: "\eb2d";
}
.glyphicon-tcc-zoom-in:before {
  content: "\eb2e";
}
.glyphicon-tcc-zoom-out:before {
  content: "\eb2f";
}
.glyphicon-tcc-search2:before {
  content: "\eb30";
}
.glyphicon-tcc-zoom-in2:before {
  content: "\eb31";
}
.glyphicon-tcc-zoom-out2:before {
  content: "\eb32";
}
.glyphicon-tcc-search3:before {
  content: "\eb33";
}
.glyphicon-tcc-search4:before {
  content: "\eb34";
}
.glyphicon-tcc-zoom-in3:before {
  content: "\eb35";
}
.glyphicon-tcc-zoom-out3:before {
  content: "\eb36";
}
.glyphicon-tcc-search5:before {
  content: "\eb37";
}
.glyphicon-tcc-search6:before {
  content: "\eb38";
}
.glyphicon-tcc-enlarge:before {
  content: "\eb39";
}
.glyphicon-tcc-shrink:before {
  content: "\eb3a";
}
.glyphicon-tcc-enlarge2:before {
  content: "\eb3b";
}
.glyphicon-tcc-shrink2:before {
  content: "\eb3c";
}
.glyphicon-tcc-enlarge3:before {
  content: "\eb3d";
}
.glyphicon-tcc-shrink3:before {
  content: "\eb3e";
}
.glyphicon-tcc-enlarge4:before {
  content: "\eb3f";
}
.glyphicon-tcc-shrink4:before {
  content: "\eb40";
}
.glyphicon-tcc-enlarge5:before {
  content: "\eb41";
}
.glyphicon-tcc-shrink5:before {
  content: "\eb42";
}
.glyphicon-tcc-enlarge6:before {
  content: "\eb43";
}
.glyphicon-tcc-shrink6:before {
  content: "\eb44";
}
.glyphicon-tcc-enlarge7:before {
  content: "\eb45";
}
.glyphicon-tcc-shrink7:before {
  content: "\eb46";
}
.glyphicon-tcc-key:before {
  content: "\eb47";
}
.glyphicon-tcc-key2:before {
  content: "\eb48";
}
.glyphicon-tcc-key3:before {
  content: "\eb49";
}
.glyphicon-tcc-key4:before {
  content: "\eb4a";
}
.glyphicon-tcc-key5:before {
  content: "\eb4b";
}
.glyphicon-tcc-keyhole:before {
  content: "\eb4c";
}
.glyphicon-tcc-lock:before {
  content: "\eb4d";
}
.glyphicon-tcc-lock2:before {
  content: "\eb4e";
}
.glyphicon-tcc-lock3:before {
  content: "\eb4f";
}
.glyphicon-tcc-lock4:before {
  content: "\eb50";
}
.glyphicon-tcc-unlocked:before {
  content: "\eb51";
}
.glyphicon-tcc-lock5:before {
  content: "\eb52";
}
.glyphicon-tcc-unlocked2:before {
  content: "\eb53";
}
.glyphicon-tcc-safe:before {
  content: "\eb54";
}
.glyphicon-tcc-wrench:before {
  content: "\eb55";
}
.glyphicon-tcc-wrench2:before {
  content: "\eb56";
}
.glyphicon-tcc-wrench3:before {
  content: "\eb57";
}
.glyphicon-tcc-equalizer:before {
  content: "\eb58";
}
.glyphicon-tcc-equalizer2:before {
  content: "\eb59";
}
.glyphicon-tcc-equalizer3:before {
  content: "\eb5a";
}
.glyphicon-tcc-equalizer4:before {
  content: "\eb5b";
}
.glyphicon-tcc-cog:before {
  content: "\eb5c";
}
.glyphicon-tcc-cogs:before {
  content: "\eb5d";
}
.glyphicon-tcc-cog2:before {
  content: "\eb5e";
}
.glyphicon-tcc-cog3:before {
  content: "\eb5f";
}
.glyphicon-tcc-cog4:before {
  content: "\eb60";
}
.glyphicon-tcc-cog5:before {
  content: "\eb61";
}
.glyphicon-tcc-cog6:before {
  content: "\eb62";
}
.glyphicon-tcc-cog7:before {
  content: "\eb63";
}
.glyphicon-tcc-factory:before {
  content: "\eb64";
}
.glyphicon-tcc-hammer:before {
  content: "\eb65";
}
.glyphicon-tcc-hammer-wrench:before {
  content: "\eb66";
}
.glyphicon-tcc-knife:before {
  content: "\eb67";
}
.glyphicon-tcc-screwdriver:before {
  content: "\eb68";
}
.glyphicon-tcc-screwdriver2:before {
  content: "\eb69";
}
.glyphicon-tcc-magic-wand:before {
  content: "\eb6a";
}
.glyphicon-tcc-magic-wand2:before {
  content: "\eb6b";
}
.glyphicon-tcc-pulse:before {
  content: "\eb6c";
}
.glyphicon-tcc-pulse2:before {
  content: "\eb6d";
}
.glyphicon-tcc-aid-kit:before {
  content: "\eb6e";
}
.glyphicon-tcc-aid-kit2:before {
  content: "\eb6f";
}
.glyphicon-tcc-stethoscope:before {
  content: "\eb70";
}
.glyphicon-tcc-ambulance:before {
  content: "\eb71";
}
.glyphicon-tcc-alarm2:before {
  content: "\eb72";
}
.glyphicon-tcc-pandage:before {
  content: "\eb73";
}
.glyphicon-tcc-pandage2:before {
  content: "\eb74";
}
.glyphicon-tcc-bug:before {
  content: "\eb75";
}
.glyphicon-tcc-bug2:before {
  content: "\eb76";
}
.glyphicon-tcc-syringe:before {
  content: "\eb77";
}
.glyphicon-tcc-syringe2:before {
  content: "\eb78";
}
.glyphicon-tcc-pill:before {
  content: "\eb79";
}
.glyphicon-tcc-construction:before {
  content: "\eb7a";
}
.glyphicon-tcc-traffic-cone:before {
  content: "\eb7b";
}
.glyphicon-tcc-traffic-lights:before {
  content: "\eb7c";
}
.glyphicon-tcc-pie-chart:before {
  content: "\eb7d";
}
.glyphicon-tcc-pie-chart2:before {
  content: "\eb7e";
}
.glyphicon-tcc-pie-chart3:before {
  content: "\eb7f";
}
.glyphicon-tcc-pie-chart4:before {
  content: "\eb80";
}
.glyphicon-tcc-pie-chart5:before {
  content: "\eb81";
}
.glyphicon-tcc-pie-chart6:before {
  content: "\eb82";
}
.glyphicon-tcc-pie-chart7:before {
  content: "\eb83";
}
.glyphicon-tcc-stats-dots:before {
  content: "\eb84";
}
.glyphicon-tcc-stats-bars:before {
  content: "\eb85";
}
.glyphicon-tcc-pie-chart8:before {
  content: "\eb86";
}
.glyphicon-tcc-stats-bars2:before {
  content: "\eb87";
}
.glyphicon-tcc-stats-bars3:before {
  content: "\eb88";
}
.glyphicon-tcc-stats-bars4:before {
  content: "\eb89";
}
.glyphicon-tcc-stats-bars5:before {
  content: "\eb8a";
}
.glyphicon-tcc-stats-bars6:before {
  content: "\eb8b";
}
.glyphicon-tcc-chart:before {
  content: "\eb8c";
}
.glyphicon-tcc-stats-growth:before {
  content: "\eb8d";
}
.glyphicon-tcc-stats-decline:before {
  content: "\eb8e";
}
.glyphicon-tcc-stats-growth2:before {
  content: "\eb8f";
}
.glyphicon-tcc-stats-decline2:before {
  content: "\eb90";
}
.glyphicon-tcc-stairs-up:before {
  content: "\eb91";
}
.glyphicon-tcc-stairs-down:before {
  content: "\eb92";
}
.glyphicon-tcc-stairs:before {
  content: "\eb93";
}
.glyphicon-tcc-stairs2:before {
  content: "\eb94";
}
.glyphicon-tcc-ladder:before {
  content: "\eb95";
}
.glyphicon-tcc-rating:before {
  content: "\eb96";
}
.glyphicon-tcc-rating2:before {
  content: "\eb97";
}
.glyphicon-tcc-rating3:before {
  content: "\eb98";
}
.glyphicon-tcc-cake:before {
  content: "\eb99";
}
.glyphicon-tcc-podium:before {
  content: "\eb9a";
}
.glyphicon-tcc-stars:before {
  content: "\eb9b";
}
.glyphicon-tcc-medal-star:before {
  content: "\eb9c";
}
.glyphicon-tcc-medal:before {
  content: "\eb9d";
}
.glyphicon-tcc-medal2:before {
  content: "\eb9e";
}
.glyphicon-tcc-medal-first:before {
  content: "\eb9f";
}
.glyphicon-tcc-medal-second:before {
  content: "\eba0";
}
.glyphicon-tcc-medal-third:before {
  content: "\eba1";
}
.glyphicon-tcc-crown:before {
  content: "\eba2";
}
.glyphicon-tcc-trophy:before {
  content: "\eba3";
}
.glyphicon-tcc-trophy2:before {
  content: "\eba4";
}
.glyphicon-tcc-trophy3:before {
  content: "\eba5";
}
.glyphicon-tcc-diamond:before {
  content: "\eba6";
}
.glyphicon-tcc-diamond2:before {
  content: "\eba7";
}
.glyphicon-tcc-trophy4:before {
  content: "\eba8";
}
.glyphicon-tcc-gift:before {
  content: "\eba9";
}
.glyphicon-tcc-gift2:before {
  content: "\ebaa";
}
.glyphicon-tcc-balloon:before {
  content: "\ebab";
}
.glyphicon-tcc-pipe:before {
  content: "\ebac";
}
.glyphicon-tcc-mustache:before {
  content: "\ebad";
}
.glyphicon-tcc-mustache2:before {
  content: "\ebae";
}
.glyphicon-tcc-glass:before {
  content: "\ebaf";
}
.glyphicon-tcc-glass2:before {
  content: "\ebb0";
}
.glyphicon-tcc-glass3:before {
  content: "\ebb1";
}
.glyphicon-tcc-glass4:before {
  content: "\ebb2";
}
.glyphicon-tcc-bottle:before {
  content: "\ebb3";
}
.glyphicon-tcc-bottle2:before {
  content: "\ebb4";
}
.glyphicon-tcc-bottle3:before {
  content: "\ebb5";
}
.glyphicon-tcc-bottle4:before {
  content: "\ebb6";
}
.glyphicon-tcc-mug:before {
  content: "\ebb7";
}
.glyphicon-tcc-fork-knife:before {
  content: "\ebb8";
}
.glyphicon-tcc-spoon-knife:before {
  content: "\ebb9";
}
.glyphicon-tcc-cook:before {
  content: "\ebba";
}
.glyphicon-tcc-plate:before {
  content: "\ebbb";
}
.glyphicon-tcc-steak:before {
  content: "\ebbc";
}
.glyphicon-tcc-fish:before {
  content: "\ebbd";
}
.glyphicon-tcc-chicken:before {
  content: "\ebbe";
}
.glyphicon-tcc-hamburger:before {
  content: "\ebbf";
}
.glyphicon-tcc-pizza:before {
  content: "\ebc0";
}
.glyphicon-tcc-cheese:before {
  content: "\ebc1";
}
.glyphicon-tcc-bread:before {
  content: "\ebc2";
}
.glyphicon-tcc-icecream:before {
  content: "\ebc3";
}
.glyphicon-tcc-milk:before {
  content: "\ebc4";
}
.glyphicon-tcc-cup:before {
  content: "\ebc5";
}
.glyphicon-tcc-cup2:before {
  content: "\ebc6";
}
.glyphicon-tcc-coffee-baen:before {
  content: "\ebc7";
}
.glyphicon-tcc-coffee:before {
  content: "\ebc8";
}
.glyphicon-tcc-teapot:before {
  content: "\ebc9";
}
.glyphicon-tcc-leaf:before {
  content: "\ebca";
}
.glyphicon-tcc-leaf2:before {
  content: "\ebcb";
}
.glyphicon-tcc-apple:before {
  content: "\ebcc";
}
.glyphicon-tcc-grapes:before {
  content: "\ebcd";
}
.glyphicon-tcc-cherry:before {
  content: "\ebce";
}
.glyphicon-tcc-tree:before {
  content: "\ebcf";
}
.glyphicon-tcc-tree2:before {
  content: "\ebd0";
}
.glyphicon-tcc-tree3:before {
  content: "\ebd1";
}
.glyphicon-tcc-tree4:before {
  content: "\ebd2";
}
.glyphicon-tcc-cactus:before {
  content: "\ebd3";
}
.glyphicon-tcc-mountains:before {
  content: "\ebd4";
}
.glyphicon-tcc-paw:before {
  content: "\ebd5";
}
.glyphicon-tcc-footprint:before {
  content: "\ebd6";
}
.glyphicon-tcc-tent:before {
  content: "\ebd7";
}
.glyphicon-tcc-flower:before {
  content: "\ebd8";
}
.glyphicon-tcc-flower2:before {
  content: "\ebd9";
}
.glyphicon-tcc-rocket:before {
  content: "\ebda";
}
.glyphicon-tcc-meter:before {
  content: "\ebdb";
}
.glyphicon-tcc-meter2:before {
  content: "\ebdc";
}
.glyphicon-tcc-meter-slow:before {
  content: "\ebdd";
}
.glyphicon-tcc-meter-medium:before {
  content: "\ebde";
}
.glyphicon-tcc-meter-fast:before {
  content: "\ebdf";
}
.glyphicon-tcc-meter3:before {
  content: "\ebe0";
}
.glyphicon-tcc-hammer2:before {
  content: "\ebe1";
}
.glyphicon-tcc-balance:before {
  content: "\ebe2";
}
.glyphicon-tcc-scale:before {
  content: "\ebe3";
}
.glyphicon-tcc-bomb:before {
  content: "\ebe4";
}
.glyphicon-tcc-fire:before {
  content: "\ebe5";
}
.glyphicon-tcc-fire2:before {
  content: "\ebe6";
}
.glyphicon-tcc-lab:before {
  content: "\ebe7";
}
.glyphicon-tcc-atom:before {
  content: "\ebe8";
}
.glyphicon-tcc-atom2:before {
  content: "\ebe9";
}
.glyphicon-tcc-magnet:before {
  content: "\ebea";
}
.glyphicon-tcc-magnet2:before {
  content: "\ebeb";
}
.glyphicon-tcc-dumbbell:before {
  content: "\ebec";
}
.glyphicon-tcc-skull:before {
  content: "\ebed";
}
.glyphicon-tcc-skull2:before {
  content: "\ebee";
}
.glyphicon-tcc-lamp:before {
  content: "\ebef";
}
.glyphicon-tcc-lamp2:before {
  content: "\ebf0";
}
.glyphicon-tcc-lamp3:before {
  content: "\ebf1";
}
.glyphicon-tcc-spotlight:before {
  content: "\ebf2";
}
.glyphicon-tcc-lamp4:before {
  content: "\ebf3";
}
.glyphicon-tcc-lamp5:before {
  content: "\ebf4";
}
.glyphicon-tcc-lamp6:before {
  content: "\ebf5";
}
.glyphicon-tcc-lamp7:before {
  content: "\ebf6";
}
.glyphicon-tcc-lamp8:before {
  content: "\ebf7";
}
.glyphicon-tcc-broom:before {
  content: "\ebf8";
}
.glyphicon-tcc-toiletpaper:before {
  content: "\ebf9";
}
.glyphicon-tcc-bin:before {
  content: "\ebfa";
}
.glyphicon-tcc-bin2:before {
  content: "\ebfb";
}
.glyphicon-tcc-bin3:before {
  content: "\ebfc";
}
.glyphicon-tcc-bin4:before {
  content: "\ebfd";
}
.glyphicon-tcc-bin5:before {
  content: "\ebfe";
}
.glyphicon-tcc-briefcase:before {
  content: "\ebff";
}
.glyphicon-tcc-briefcase2:before {
  content: "\ec00";
}
.glyphicon-tcc-briefcase3:before {
  content: "\ec01";
}
.glyphicon-tcc-airplane:before {
  content: "\ec02";
}
.glyphicon-tcc-airplane2:before {
  content: "\ec03";
}
.glyphicon-tcc-airplane3:before {
  content: "\ec04";
}
.glyphicon-tcc-airplane4:before {
  content: "\ec05";
}
.glyphicon-tcc-paperplane:before {
  content: "\ec06";
}
.glyphicon-tcc-car:before {
  content: "\ec07";
}
.glyphicon-tcc-steering-wheel:before {
  content: "\ec08";
}
.glyphicon-tcc-car2:before {
  content: "\ec09";
}
.glyphicon-tcc-gas:before {
  content: "\ec0a";
}
.glyphicon-tcc-bus:before {
  content: "\ec0b";
}
.glyphicon-tcc-truck:before {
  content: "\ec0c";
}
.glyphicon-tcc-bike:before {
  content: "\ec0d";
}
.glyphicon-tcc-road:before {
  content: "\ec0e";
}
.glyphicon-tcc-train:before {
  content: "\ec0f";
}
.glyphicon-tcc-train2:before {
  content: "\ec10";
}
.glyphicon-tcc-ship:before {
  content: "\ec11";
}
.glyphicon-tcc-boat:before {
  content: "\ec12";
}
.glyphicon-tcc-chopper:before {
  content: "\ec13";
}
.glyphicon-tcc-chopper2:before {
  content: "\ec14";
}
.glyphicon-tcc-cube:before {
  content: "\ec15";
}
.glyphicon-tcc-cube2:before {
  content: "\ec16";
}
.glyphicon-tcc-cube3:before {
  content: "\ec17";
}
.glyphicon-tcc-cube4:before {
  content: "\ec18";
}
.glyphicon-tcc-pyramid:before {
  content: "\ec19";
}
.glyphicon-tcc-pyramid2:before {
  content: "\ec1a";
}
.glyphicon-tcc-package:before {
  content: "\ec1b";
}
.glyphicon-tcc-puzzle:before {
  content: "\ec1c";
}
.glyphicon-tcc-puzzle2:before {
  content: "\ec1d";
}
.glyphicon-tcc-puzzle3:before {
  content: "\ec1e";
}
.glyphicon-tcc-puzzle4:before {
  content: "\ec1f";
}
.glyphicon-tcc-glasses-3d:before {
  content: "\ec20";
}
.glyphicon-tcc-glasses-3d2:before {
  content: "\ec21";
}
.glyphicon-tcc-glasses:before {
  content: "\ec22";
}
.glyphicon-tcc-glasses2:before {
  content: "\ec23";
}
.glyphicon-tcc-brain:before {
  content: "\ec24";
}
.glyphicon-tcc-accessibility:before {
  content: "\ec25";
}
.glyphicon-tcc-accessibility2:before {
  content: "\ec26";
}
.glyphicon-tcc-strategy:before {
  content: "\ec27";
}
.glyphicon-tcc-target:before {
  content: "\ec28";
}
.glyphicon-tcc-target2:before {
  content: "\ec29";
}
.glyphicon-tcc-target3:before {
  content: "\ec2a";
}
.glyphicon-tcc-ammo:before {
  content: "\ec2b";
}
.glyphicon-tcc-gun:before {
  content: "\ec2c";
}
.glyphicon-tcc-gun-forbidden:before {
  content: "\ec2d";
}
.glyphicon-tcc-shield:before {
  content: "\ec2e";
}
.glyphicon-tcc-shield-check:before {
  content: "\ec2f";
}
.glyphicon-tcc-shield-notice:before {
  content: "\ec30";
}
.glyphicon-tcc-shield2:before {
  content: "\ec31";
}
.glyphicon-tcc-shield3:before {
  content: "\ec32";
}
.glyphicon-tcc-shield4:before {
  content: "\ec33";
}
.glyphicon-tcc-soccer:before {
  content: "\ec34";
}
.glyphicon-tcc-football:before {
  content: "\ec35";
}
.glyphicon-tcc-archery:before {
  content: "\ec36";
}
.glyphicon-tcc-bow:before {
  content: "\ec37";
}
.glyphicon-tcc-sword:before {
  content: "\ec38";
}
.glyphicon-tcc-tennis:before {
  content: "\ec39";
}
.glyphicon-tcc-pingpong:before {
  content: "\ec3a";
}
.glyphicon-tcc-baseball:before {
  content: "\ec3b";
}
.glyphicon-tcc-basketball:before {
  content: "\ec3c";
}
.glyphicon-tcc-golf:before {
  content: "\ec3d";
}
.glyphicon-tcc-golf2:before {
  content: "\ec3e";
}
.glyphicon-tcc-hockey:before {
  content: "\ec3f";
}
.glyphicon-tcc-racing:before {
  content: "\ec40";
}
.glyphicon-tcc-finish:before {
  content: "\ec41";
}
.glyphicon-tcc-eight-ball:before {
  content: "\ec42";
}
.glyphicon-tcc-bowling:before {
  content: "\ec43";
}
.glyphicon-tcc-bowling2:before {
  content: "\ec44";
}
.glyphicon-tcc-power:before {
  content: "\ec45";
}
.glyphicon-tcc-power2:before {
  content: "\ec46";
}
.glyphicon-tcc-power3:before {
  content: "\ec47";
}
.glyphicon-tcc-switch:before {
  content: "\ec48";
}
.glyphicon-tcc-switch2:before {
  content: "\ec49";
}
.glyphicon-tcc-power-cord:before {
  content: "\ec4a";
}
.glyphicon-tcc-power-cord2:before {
  content: "\ec4b";
}
.glyphicon-tcc-outlet:before {
  content: "\ec4c";
}
.glyphicon-tcc-clipboard:before {
  content: "\ec4d";
}
.glyphicon-tcc-clipboard2:before {
  content: "\ec4e";
}
.glyphicon-tcc-clipboard3:before {
  content: "\ec4f";
}
.glyphicon-tcc-clipboard4:before {
  content: "\ec50";
}
.glyphicon-tcc-clipboard5:before {
  content: "\ec51";
}
.glyphicon-tcc-clipboard6:before {
  content: "\ec52";
}
.glyphicon-tcc-playlist:before {
  content: "\ec53";
}
.glyphicon-tcc-playlist-add:before {
  content: "\ec54";
}
.glyphicon-tcc-list-numbered:before {
  content: "\ec55";
}
.glyphicon-tcc-list:before {
  content: "\ec56";
}
.glyphicon-tcc-list2:before {
  content: "\ec57";
}
.glyphicon-tcc-more:before {
  content: "\ec58";
}
.glyphicon-tcc-more2:before {
  content: "\ec59";
}
.glyphicon-tcc-grid:before {
  content: "\ec5a";
}
.glyphicon-tcc-grid2:before {
  content: "\ec5b";
}
.glyphicon-tcc-grid3:before {
  content: "\ec5c";
}
.glyphicon-tcc-grid4:before {
  content: "\ec5d";
}
.glyphicon-tcc-grid5:before {
  content: "\ec5e";
}
.glyphicon-tcc-grid6:before {
  content: "\ec5f";
}
.glyphicon-tcc-grid7:before {
  content: "\ec60";
}
.glyphicon-tcc-tree5:before {
  content: "\ec61";
}
.glyphicon-tcc-tree6:before {
  content: "\ec62";
}
.glyphicon-tcc-tree7:before {
  content: "\ec63";
}
.glyphicon-tcc-lan:before {
  content: "\ec64";
}
.glyphicon-tcc-lan2:before {
  content: "\ec65";
}
.glyphicon-tcc-lan3:before {
  content: "\ec66";
}
.glyphicon-tcc-menu:before {
  content: "\ec67";
}
.glyphicon-tcc-circle-small:before {
  content: "\ec68";
}
.glyphicon-tcc-menu2:before {
  content: "\ec69";
}
.glyphicon-tcc-menu3:before {
  content: "\ec6a";
}
.glyphicon-tcc-menu4:before {
  content: "\ec6b";
}
.glyphicon-tcc-menu5:before {
  content: "\ec6c";
}
.glyphicon-tcc-menu6:before {
  content: "\ec6d";
}
.glyphicon-tcc-menu7:before {
  content: "\ec6e";
}
.glyphicon-tcc-menu8:before {
  content: "\ec6f";
}
.glyphicon-tcc-menu9:before {
  content: "\ec70";
}
.glyphicon-tcc-menu10:before {
  content: "\ec71";
}
.glyphicon-tcc-cloud:before {
  content: "\ec72";
}
.glyphicon-tcc-cloud-download:before {
  content: "\ec73";
}
.glyphicon-tcc-cloud-upload:before {
  content: "\ec74";
}
.glyphicon-tcc-cloud-check:before {
  content: "\ec75";
}
.glyphicon-tcc-cloud2:before {
  content: "\ec76";
}
.glyphicon-tcc-cloud-download2:before {
  content: "\ec77";
}
.glyphicon-tcc-cloud-upload2:before {
  content: "\ec78";
}
.glyphicon-tcc-cloud-check2:before {
  content: "\ec79";
}
.glyphicon-tcc-download2:before {
  content: "\ec7a";
}
.glyphicon-tcc-download3:before {
  content: "\ec7b";
}
.glyphicon-tcc-upload2:before {
  content: "\ec7c";
}
.glyphicon-tcc-upload3:before {
  content: "\ec7d";
}
.glyphicon-tcc-import:before {
  content: "\ec7e";
}
.glyphicon-tcc-import2:before {
  content: "\ec7f";
}
.glyphicon-tcc-download4:before {
  content: "\ec80";
}
.glyphicon-tcc-upload4:before {
  content: "\ec81";
}
.glyphicon-tcc-download5:before {
  content: "\ec82";
}
.glyphicon-tcc-upload5:before {
  content: "\ec83";
}
.glyphicon-tcc-download6:before {
  content: "\ec84";
}
.glyphicon-tcc-upload6:before {
  content: "\ec85";
}
.glyphicon-tcc-download7:before {
  content: "\ec86";
}
.glyphicon-tcc-upload7:before {
  content: "\ec87";
}
.glyphicon-tcc-download8:before {
  content: "\ec88";
}
.glyphicon-tcc-upload8:before {
  content: "\ec89";
}
.glyphicon-tcc-download9:before {
  content: "\ec8a";
}
.glyphicon-tcc-upload9:before {
  content: "\ec8b";
}
.glyphicon-tcc-download10:before {
  content: "\ec8c";
}
.glyphicon-tcc-upload10:before {
  content: "\ec8d";
}
.glyphicon-tcc-sphere:before {
  content: "\ec8e";
}
.glyphicon-tcc-sphere2:before {
  content: "\ec8f";
}
.glyphicon-tcc-sphere3:before {
  content: "\ec90";
}
.glyphicon-tcc-planet:before {
  content: "\ec91";
}
.glyphicon-tcc-planet2:before {
  content: "\ec92";
}
.glyphicon-tcc-earth:before {
  content: "\ec93";
}
.glyphicon-tcc-earth2:before {
  content: "\ec94";
}
.glyphicon-tcc-earth3:before {
  content: "\ec95";
}
.glyphicon-tcc-link:before {
  content: "\ec96";
}
.glyphicon-tcc-unlink:before {
  content: "\ec97";
}
.glyphicon-tcc-link2:before {
  content: "\ec98";
}
.glyphicon-tcc-unlink2:before {
  content: "\ec99";
}
.glyphicon-tcc-link3:before {
  content: "\ec9a";
}
.glyphicon-tcc-unlink3:before {
  content: "\ec9b";
}
.glyphicon-tcc-link4:before {
  content: "\ec9c";
}
.glyphicon-tcc-unlink4:before {
  content: "\ec9d";
}
.glyphicon-tcc-link5:before {
  content: "\ec9e";
}
.glyphicon-tcc-unlink5:before {
  content: "\ec9f";
}
.glyphicon-tcc-anchor:before {
  content: "\eca0";
}
.glyphicon-tcc-flag:before {
  content: "\eca1";
}
.glyphicon-tcc-flag2:before {
  content: "\eca2";
}
.glyphicon-tcc-flag3:before {
  content: "\eca3";
}
.glyphicon-tcc-flag4:before {
  content: "\eca4";
}
.glyphicon-tcc-flag5:before {
  content: "\eca5";
}
.glyphicon-tcc-flag6:before {
  content: "\eca6";
}
.glyphicon-tcc-flag7:before {
  content: "\eca7";
}
.glyphicon-tcc-flag8:before {
  content: "\eca8";
}
.glyphicon-tcc-attachment:before {
  content: "\eca9";
}
.glyphicon-tcc-attachment2:before {
  content: "\ecaa";
}
.glyphicon-tcc-eye:before {
  content: "\ecab";
}
.glyphicon-tcc-eye-plus:before {
  content: "\ecac";
}
.glyphicon-tcc-eye-minus:before {
  content: "\ecad";
}
.glyphicon-tcc-eye-blocked:before {
  content: "\ecae";
}
.glyphicon-tcc-eye2:before {
  content: "\ecaf";
}
.glyphicon-tcc-eye-blocked2:before {
  content: "\ecb0";
}
.glyphicon-tcc-eye3:before {
  content: "\ecb1";
}
.glyphicon-tcc-eye-blocked3:before {
  content: "\ecb2";
}
.glyphicon-tcc-eye4:before {
  content: "\ecb3";
}
.glyphicon-tcc-bookmark2:before {
  content: "\ecb4";
}
.glyphicon-tcc-bookmark3:before {
  content: "\ecb5";
}
.glyphicon-tcc-bookmarks:before {
  content: "\ecb6";
}
.glyphicon-tcc-bookmark4:before {
  content: "\ecb7";
}
.glyphicon-tcc-spotlight2:before {
  content: "\ecb8";
}
.glyphicon-tcc-starburst:before {
  content: "\ecb9";
}
.glyphicon-tcc-snowflake:before {
  content: "\ecba";
}
.glyphicon-tcc-temperature:before {
  content: "\ecbb";
}
.glyphicon-tcc-temperature2:before {
  content: "\ecbc";
}
.glyphicon-tcc-weather-lightning:before {
  content: "\ecbd";
}
.glyphicon-tcc-weather-lightning2:before {
  content: "\ecbe";
}
.glyphicon-tcc-weather-rain:before {
  content: "\ecbf";
}
.glyphicon-tcc-weather-rain2:before {
  content: "\ecc0";
}
.glyphicon-tcc-weather-snow:before {
  content: "\ecc1";
}
.glyphicon-tcc-weather-snow2:before {
  content: "\ecc2";
}
.glyphicon-tcc-weather-cloud-wind:before {
  content: "\ecc3";
}
.glyphicon-tcc-weather-cloud-wind2:before {
  content: "\ecc4";
}
.glyphicon-tcc-weather-cloud-sun:before {
  content: "\ecc5";
}
.glyphicon-tcc-weather-cloud-sun2:before {
  content: "\ecc6";
}
.glyphicon-tcc-weather-cloudy:before {
  content: "\ecc7";
}
.glyphicon-tcc-weather-cloudy2:before {
  content: "\ecc8";
}
.glyphicon-tcc-weather-sun-wind:before {
  content: "\ecc9";
}
.glyphicon-tcc-weather-sun-wind2:before {
  content: "\ecca";
}
.glyphicon-tcc-sun:before {
  content: "\eccb";
}
.glyphicon-tcc-sun2:before {
  content: "\eccc";
}
.glyphicon-tcc-moon:before {
  content: "\eccd";
}
.glyphicon-tcc-day-night:before {
  content: "\ecce";
}
.glyphicon-tcc-day-night2:before {
  content: "\eccf";
}
.glyphicon-tcc-weather-windy:before {
  content: "\ecd0";
}
.glyphicon-tcc-fan:before {
  content: "\ecd1";
}
.glyphicon-tcc-umbrella:before {
  content: "\ecd2";
}
.glyphicon-tcc-sun3:before {
  content: "\ecd3";
}
.glyphicon-tcc-contrast:before {
  content: "\ecd4";
}
.glyphicon-tcc-brightness-contrast:before {
  content: "\ecd5";
}
.glyphicon-tcc-brightness-high:before {
  content: "\ecd6";
}
.glyphicon-tcc-brightness-medium:before {
  content: "\ecd7";
}
.glyphicon-tcc-brightness-low:before {
  content: "\ecd8";
}
.glyphicon-tcc-bed:before {
  content: "\ecd9";
}
.glyphicon-tcc-bed2:before {
  content: "\ecda";
}
.glyphicon-tcc-furniture:before {
  content: "\ecdb";
}
.glyphicon-tcc-chair:before {
  content: "\ecdc";
}
.glyphicon-tcc-star-empty:before {
  content: "\ecdd";
}
.glyphicon-tcc-star-empty2:before {
  content: "\ecde";
}
.glyphicon-tcc-star-full:before {
  content: "\ecdf";
}
.glyphicon-tcc-star-empty3:before {
  content: "\ece0";
}
.glyphicon-tcc-star-half:before {
  content: "\ece1";
}
.glyphicon-tcc-star-full2:before {
  content: "\ece2";
}
.glyphicon-tcc-star:before {
  content: "\ece3";
}
.glyphicon-tcc-heart:before {
  content: "\ece4";
}
.glyphicon-tcc-heart2:before {
  content: "\ece5";
}
.glyphicon-tcc-heart3:before {
  content: "\ece6";
}
.glyphicon-tcc-heart4:before {
  content: "\ece7";
}
.glyphicon-tcc-heart-broken:before {
  content: "\ece8";
}
.glyphicon-tcc-heart5:before {
  content: "\ece9";
}
.glyphicon-tcc-heart6:before {
  content: "\ecea";
}
.glyphicon-tcc-heart-broken2:before {
  content: "\eceb";
}
.glyphicon-tcc-heart7:before {
  content: "\ecec";
}
.glyphicon-tcc-heart8:before {
  content: "\eced";
}
.glyphicon-tcc-heart-broken3:before {
  content: "\ecee";
}
.glyphicon-tcc-lips:before {
  content: "\ecef";
}
.glyphicon-tcc-lips2:before {
  content: "\ecf0";
}
.glyphicon-tcc-thumbs-up:before {
  content: "\ecf1";
}
.glyphicon-tcc-thumbs-up2:before {
  content: "\ecf2";
}
.glyphicon-tcc-thumbs-down:before {
  content: "\ecf3";
}
.glyphicon-tcc-thumbs-down2:before {
  content: "\ecf4";
}
.glyphicon-tcc-thumbs-up3:before {
  content: "\ecf5";
}
.glyphicon-tcc-thumbs-down3:before {
  content: "\ecf6";
}
.glyphicon-tcc-height:before {
  content: "\ecf7";
}
.glyphicon-tcc-man:before {
  content: "\ecf8";
}
.glyphicon-tcc-woman:before {
  content: "\ecf9";
}
.glyphicon-tcc-man-woman:before {
  content: "\ecfa";
}
.glyphicon-tcc-male:before {
  content: "\ecfb";
}
.glyphicon-tcc-female:before {
  content: "\ecfc";
}
.glyphicon-tcc-peace:before {
  content: "\ecfd";
}
.glyphicon-tcc-yin-yang:before {
  content: "\ecfe";
}
.glyphicon-tcc-happy:before {
  content: "\ecff";
}
.glyphicon-tcc-happy2:before {
  content: "\ed00";
}
.glyphicon-tcc-smile:before {
  content: "\ed01";
}
.glyphicon-tcc-smile2:before {
  content: "\ed02";
}
.glyphicon-tcc-tongue:before {
  content: "\ed03";
}
.glyphicon-tcc-tongue2:before {
  content: "\ed04";
}
.glyphicon-tcc-sad:before {
  content: "\ed05";
}
.glyphicon-tcc-sad2:before {
  content: "\ed06";
}
.glyphicon-tcc-wink:before {
  content: "\ed07";
}
.glyphicon-tcc-wink2:before {
  content: "\ed08";
}
.glyphicon-tcc-grin:before {
  content: "\ed09";
}
.glyphicon-tcc-grin2:before {
  content: "\ed0a";
}
.glyphicon-tcc-cool:before {
  content: "\ed0b";
}
.glyphicon-tcc-cool2:before {
  content: "\ed0c";
}
.glyphicon-tcc-angry:before {
  content: "\ed0d";
}
.glyphicon-tcc-angry2:before {
  content: "\ed0e";
}
.glyphicon-tcc-evil:before {
  content: "\ed0f";
}
.glyphicon-tcc-evil2:before {
  content: "\ed10";
}
.glyphicon-tcc-shocked:before {
  content: "\ed11";
}
.glyphicon-tcc-shocked2:before {
  content: "\ed12";
}
.glyphicon-tcc-baffled:before {
  content: "\ed13";
}
.glyphicon-tcc-baffled2:before {
  content: "\ed14";
}
.glyphicon-tcc-confused:before {
  content: "\ed15";
}
.glyphicon-tcc-confused2:before {
  content: "\ed16";
}
.glyphicon-tcc-neutral:before {
  content: "\ed17";
}
.glyphicon-tcc-neutral2:before {
  content: "\ed18";
}
.glyphicon-tcc-hipster:before {
  content: "\ed19";
}
.glyphicon-tcc-hipster2:before {
  content: "\ed1a";
}
.glyphicon-tcc-wondering:before {
  content: "\ed1b";
}
.glyphicon-tcc-wondering2:before {
  content: "\ed1c";
}
.glyphicon-tcc-sleepy:before {
  content: "\ed1d";
}
.glyphicon-tcc-sleepy2:before {
  content: "\ed1e";
}
.glyphicon-tcc-frustrated:before {
  content: "\ed1f";
}
.glyphicon-tcc-frustrated2:before {
  content: "\ed20";
}
.glyphicon-tcc-crying:before {
  content: "\ed21";
}
.glyphicon-tcc-crying2:before {
  content: "\ed22";
}
.glyphicon-tcc-cursor:before {
  content: "\ed23";
}
.glyphicon-tcc-cursor2:before {
  content: "\ed24";
}
.glyphicon-tcc-lasso:before {
  content: "\ed25";
}
.glyphicon-tcc-lasso2:before {
  content: "\ed26";
}
.glyphicon-tcc-select:before {
  content: "\ed27";
}
.glyphicon-tcc-select2:before {
  content: "\ed28";
}
.glyphicon-tcc-point-up:before {
  content: "\ed29";
}
.glyphicon-tcc-point-right:before {
  content: "\ed2a";
}
.glyphicon-tcc-point-down:before {
  content: "\ed2b";
}
.glyphicon-tcc-point-left:before {
  content: "\ed2c";
}
.glyphicon-tcc-pointer:before {
  content: "\ed2d";
}
.glyphicon-tcc-reminder:before {
  content: "\ed2e";
}
.glyphicon-tcc-drag-left-right:before {
  content: "\ed2f";
}
.glyphicon-tcc-drag-left:before {
  content: "\ed30";
}
.glyphicon-tcc-drag-right:before {
  content: "\ed31";
}
.glyphicon-tcc-touch:before {
  content: "\ed32";
}
.glyphicon-tcc-multitouch:before {
  content: "\ed33";
}
.glyphicon-tcc-touch-zoom:before {
  content: "\ed34";
}
.glyphicon-tcc-touch-pinch:before {
  content: "\ed35";
}
.glyphicon-tcc-hand:before {
  content: "\ed36";
}
.glyphicon-tcc-grab:before {
  content: "\ed37";
}
.glyphicon-tcc-stack-empty:before {
  content: "\ed38";
}
.glyphicon-tcc-stack-plus:before {
  content: "\ed39";
}
.glyphicon-tcc-stack-minus:before {
  content: "\ed3a";
}
.glyphicon-tcc-stack-star:before {
  content: "\ed3b";
}
.glyphicon-tcc-stack-picture:before {
  content: "\ed3c";
}
.glyphicon-tcc-stack-down:before {
  content: "\ed3d";
}
.glyphicon-tcc-stack-up:before {
  content: "\ed3e";
}
.glyphicon-tcc-stack-cancel:before {
  content: "\ed3f";
}
.glyphicon-tcc-stack-check:before {
  content: "\ed40";
}
.glyphicon-tcc-stack-text:before {
  content: "\ed41";
}
.glyphicon-tcc-stack-clubs:before {
  content: "\ed42";
}
.glyphicon-tcc-stack-spades:before {
  content: "\ed43";
}
.glyphicon-tcc-stack-hearts:before {
  content: "\ed44";
}
.glyphicon-tcc-stack-diamonds:before {
  content: "\ed45";
}
.glyphicon-tcc-stack-user:before {
  content: "\ed46";
}
.glyphicon-tcc-stack4:before {
  content: "\ed47";
}
.glyphicon-tcc-stack-music:before {
  content: "\ed48";
}
.glyphicon-tcc-stack-play:before {
  content: "\ed49";
}
.glyphicon-tcc-move:before {
  content: "\ed4a";
}
.glyphicon-tcc-dots:before {
  content: "\ed4b";
}
.glyphicon-tcc-warning:before {
  content: "\ed4c";
}
.glyphicon-tcc-warning2:before {
  content: "\ed4d";
}
.glyphicon-tcc-notification:before {
  content: "\ed4e";
}
.glyphicon-tcc-notification2:before {
  content: "\ed4f";
}
.glyphicon-tcc-question:before {
  content: "\ed50";
}
.glyphicon-tcc-question2:before {
  content: "\ed51";
}
.glyphicon-tcc-question3:before {
  content: "\ed52";
}
.glyphicon-tcc-question4:before {
  content: "\ed53";
}
.glyphicon-tcc-question5:before {
  content: "\ed54";
}
.glyphicon-tcc-question6:before {
  content: "\ed55";
}
.glyphicon-tcc-plus:before {
  content: "\ed56";
}
.glyphicon-tcc-minus:before {
  content: "\ed57";
}
.glyphicon-tcc-plus2:before {
  content: "\ed58";
}
.glyphicon-tcc-minus2:before {
  content: "\ed59";
}
.glyphicon-tcc-plus3:before {
  content: "\ed5a";
}
.glyphicon-tcc-minus3:before {
  content: "\ed5b";
}
.glyphicon-tcc-plus-circle:before {
  content: "\ed5c";
}
.glyphicon-tcc-minus-circle:before {
  content: "\ed5d";
}
.glyphicon-tcc-plus-circle2:before {
  content: "\ed5e";
}
.glyphicon-tcc-minus-circle2:before {
  content: "\ed5f";
}
.glyphicon-tcc-info:before {
  content: "\ed60";
}
.glyphicon-tcc-info2:before {
  content: "\ed61";
}
.glyphicon-tcc-cancel-circle:before {
  content: "\ed62";
}
.glyphicon-tcc-cancel-circle2:before {
  content: "\ed63";
}
.glyphicon-tcc-blocked:before {
  content: "\ed64";
}
.glyphicon-tcc-cancel-square:before {
  content: "\ed65";
}
.glyphicon-tcc-cancel-square2:before {
  content: "\ed66";
}
.glyphicon-tcc-cancel:before {
  content: "\ed67";
}
.glyphicon-tcc-spam:before {
  content: "\ed68";
}
.glyphicon-tcc-cross:before {
  content: "\ed69";
}
.glyphicon-tcc-cross2:before {
  content: "\ed6a";
}
.glyphicon-tcc-cross3:before {
  content: "\ed6b";
}
.glyphicon-tcc-checkmark:before {
  content: "\ed6c";
}
.glyphicon-tcc-checkmark2:before {
  content: "\ed6d";
}
.glyphicon-tcc-checkmark3:before {
  content: "\ed6e";
}
.glyphicon-tcc-checkmark4:before {
  content: "\ed6f";
}
.glyphicon-tcc-checkmark5:before {
  content: "\ed70";
}
.glyphicon-tcc-spell-check:before {
  content: "\ed71";
}
.glyphicon-tcc-spell-check2:before {
  content: "\ed72";
}
.glyphicon-tcc-enter:before {
  content: "\ed73";
}
.glyphicon-tcc-exit:before {
  content: "\ed74";
}
.glyphicon-tcc-enter2:before {
  content: "\ed75";
}
.glyphicon-tcc-exit2:before {
  content: "\ed76";
}
.glyphicon-tcc-enter3:before {
  content: "\ed77";
}
.glyphicon-tcc-exit3:before {
  content: "\ed78";
}
.glyphicon-tcc-wall:before {
  content: "\ed79";
}
.glyphicon-tcc-fence:before {
  content: "\ed7a";
}
.glyphicon-tcc-play3:before {
  content: "\ed7b";
}
.glyphicon-tcc-pause:before {
  content: "\ed7c";
}
.glyphicon-tcc-stop:before {
  content: "\ed7d";
}
.glyphicon-tcc-previous:before {
  content: "\ed7e";
}
.glyphicon-tcc-next:before {
  content: "\ed7f";
}
.glyphicon-tcc-backward:before {
  content: "\ed80";
}
.glyphicon-tcc-forward2:before {
  content: "\ed81";
}
.glyphicon-tcc-play4:before {
  content: "\ed82";
}
.glyphicon-tcc-pause2:before {
  content: "\ed83";
}
.glyphicon-tcc-stop2:before {
  content: "\ed84";
}
.glyphicon-tcc-backward2:before {
  content: "\ed85";
}
.glyphicon-tcc-forward3:before {
  content: "\ed86";
}
.glyphicon-tcc-first:before {
  content: "\ed87";
}
.glyphicon-tcc-last:before {
  content: "\ed88";
}
.glyphicon-tcc-previous2:before {
  content: "\ed89";
}
.glyphicon-tcc-next2:before {
  content: "\ed8a";
}
.glyphicon-tcc-eject:before {
  content: "\ed8b";
}
.glyphicon-tcc-volume-high:before {
  content: "\ed8c";
}
.glyphicon-tcc-volume-medium:before {
  content: "\ed8d";
}
.glyphicon-tcc-volume-low:before {
  content: "\ed8e";
}
.glyphicon-tcc-volume-mute:before {
  content: "\ed8f";
}
.glyphicon-tcc-speaker-left:before {
  content: "\ed90";
}
.glyphicon-tcc-speaker-right:before {
  content: "\ed91";
}
.glyphicon-tcc-volume-mute2:before {
  content: "\ed92";
}
.glyphicon-tcc-volume-increase:before {
  content: "\ed93";
}
.glyphicon-tcc-volume-decrease:before {
  content: "\ed94";
}
.glyphicon-tcc-volume-high2:before {
  content: "\ed95";
}
.glyphicon-tcc-volume-medium2:before {
  content: "\ed96";
}
.glyphicon-tcc-volume-medium3:before {
  content: "\ed97";
}
.glyphicon-tcc-volume-low2:before {
  content: "\ed98";
}
.glyphicon-tcc-volume-mute3:before {
  content: "\ed99";
}
.glyphicon-tcc-volume-increase2:before {
  content: "\ed9a";
}
.glyphicon-tcc-volume-decrease2:before {
  content: "\ed9b";
}
.glyphicon-tcc-volume-decrease3:before {
  content: "\ed9c";
}
.glyphicon-tcc-volume-5:before {
  content: "\ed9d";
}
.glyphicon-tcc-volume-4:before {
  content: "\ed9e";
}
.glyphicon-tcc-volume-3:before {
  content: "\ed9f";
}
.glyphicon-tcc-volume-2:before {
  content: "\eda0";
}
.glyphicon-tcc-volume-1:before {
  content: "\eda1";
}
.glyphicon-tcc-volume-0:before {
  content: "\eda2";
}
.glyphicon-tcc-volume-mute4:before {
  content: "\eda3";
}
.glyphicon-tcc-volume-mute5:before {
  content: "\eda4";
}
.glyphicon-tcc-loop:before {
  content: "\eda5";
}
.glyphicon-tcc-loop2:before {
  content: "\eda6";
}
.glyphicon-tcc-loop3:before {
  content: "\eda7";
}
.glyphicon-tcc-infinite-square:before {
  content: "\eda8";
}
.glyphicon-tcc-infinite:before {
  content: "\eda9";
}
.glyphicon-tcc-infinite2:before {
  content: "\edaa";
}
.glyphicon-tcc-loop4:before {
  content: "\edab";
}
.glyphicon-tcc-shuffle:before {
  content: "\edac";
}
.glyphicon-tcc-shuffle2:before {
  content: "\edad";
}
.glyphicon-tcc-wave:before {
  content: "\edae";
}
.glyphicon-tcc-wave2:before {
  content: "\edaf";
}
.glyphicon-tcc-split:before {
  content: "\edb0";
}
.glyphicon-tcc-merge:before {
  content: "\edb1";
}
.glyphicon-tcc-first2:before {
  content: "\edb2";
}
.glyphicon-tcc-last2:before {
  content: "\edb3";
}
.glyphicon-tcc-arrow-up:before {
  content: "\edb4";
}
.glyphicon-tcc-arrow-up2:before {
  content: "\edb5";
}
.glyphicon-tcc-arrow-up3:before {
  content: "\edb6";
}
.glyphicon-tcc-arrow-up4:before {
  content: "\edb7";
}
.glyphicon-tcc-arrow-right:before {
  content: "\edb8";
}
.glyphicon-tcc-arrow-right2:before {
  content: "\edb9";
}
.glyphicon-tcc-arrow-right3:before {
  content: "\edba";
}
.glyphicon-tcc-arrow-right4:before {
  content: "\edbb";
}
.glyphicon-tcc-arrow-down:before {
  content: "\edbc";
}
.glyphicon-tcc-arrow-down2:before {
  content: "\edbd";
}
.glyphicon-tcc-arrow-down3:before {
  content: "\edbe";
}
.glyphicon-tcc-arrow-down4:before {
  content: "\edbf";
}
.glyphicon-tcc-arrow-left:before {
  content: "\edc0";
}
.glyphicon-tcc-arrow-left2:before {
  content: "\edc1";
}
.glyphicon-tcc-arrow-left3:before {
  content: "\edc2";
}
.glyphicon-tcc-arrow-left4:before {
  content: "\edc3";
}
.glyphicon-tcc-arrow-up5:before {
  content: "\edc4";
}
.glyphicon-tcc-arrow-right5:before {
  content: "\edc5";
}
.glyphicon-tcc-arrow-down5:before {
  content: "\edc6";
}
.glyphicon-tcc-arrow-left5:before {
  content: "\edc7";
}
.glyphicon-tcc-arrow-up-left:before {
  content: "\edc8";
}
.glyphicon-tcc-arrow-up6:before {
  content: "\edc9";
}
.glyphicon-tcc-arrow-up-right:before {
  content: "\edca";
}
.glyphicon-tcc-arrow-right6:before {
  content: "\edcb";
}
.glyphicon-tcc-arrow-down-right:before {
  content: "\edcc";
}
.glyphicon-tcc-arrow-down6:before {
  content: "\edcd";
}
.glyphicon-tcc-arrow-down-left:before {
  content: "\edce";
}
.glyphicon-tcc-arrow-left6:before {
  content: "\edcf";
}
.glyphicon-tcc-arrow-up-left2:before {
  content: "\edd0";
}
.glyphicon-tcc-arrow-up7:before {
  content: "\edd1";
}
.glyphicon-tcc-arrow-up-right2:before {
  content: "\edd2";
}
.glyphicon-tcc-arrow-right7:before {
  content: "\edd3";
}
.glyphicon-tcc-arrow-down-right2:before {
  content: "\edd4";
}
.glyphicon-tcc-arrow-down7:before {
  content: "\edd5";
}
.glyphicon-tcc-arrow-down-left2:before {
  content: "\edd6";
}
.glyphicon-tcc-arrow-left7:before {
  content: "\edd7";
}
.glyphicon-tcc-arrow-up-left3:before {
  content: "\edd8";
}
.glyphicon-tcc-arrow-up8:before {
  content: "\edd9";
}
.glyphicon-tcc-arrow-up-right3:before {
  content: "\edda";
}
.glyphicon-tcc-arrow-right8:before {
  content: "\eddb";
}
.glyphicon-tcc-arrow-down-right3:before {
  content: "\eddc";
}
.glyphicon-tcc-arrow-down8:before {
  content: "\eddd";
}
.glyphicon-tcc-arrow-down-left3:before {
  content: "\edde";
}
.glyphicon-tcc-arrow-left8:before {
  content: "\eddf";
}
.glyphicon-tcc-circle-up:before {
  content: "\ede0";
}
.glyphicon-tcc-circle-right:before {
  content: "\ede1";
}
.glyphicon-tcc-circle-down:before {
  content: "\ede2";
}
.glyphicon-tcc-circle-left:before {
  content: "\ede3";
}
.glyphicon-tcc-circle-up2:before {
  content: "\ede4";
}
.glyphicon-tcc-circle-right2:before {
  content: "\ede5";
}
.glyphicon-tcc-circle-down2:before {
  content: "\ede6";
}
.glyphicon-tcc-circle-left2:before {
  content: "\ede7";
}
.glyphicon-tcc-circle-up-left:before {
  content: "\ede8";
}
.glyphicon-tcc-circle-up3:before {
  content: "\ede9";
}
.glyphicon-tcc-circle-up-right:before {
  content: "\edea";
}
.glyphicon-tcc-circle-right3:before {
  content: "\edeb";
}
.glyphicon-tcc-circle-down-right:before {
  content: "\edec";
}
.glyphicon-tcc-circle-down3:before {
  content: "\eded";
}
.glyphicon-tcc-circle-down-left:before {
  content: "\edee";
}
.glyphicon-tcc-circle-left3:before {
  content: "\edef";
}
.glyphicon-tcc-circle-up-left2:before {
  content: "\edf0";
}
.glyphicon-tcc-circle-up4:before {
  content: "\edf1";
}
.glyphicon-tcc-circle-up-right2:before {
  content: "\edf2";
}
.glyphicon-tcc-circle-right4:before {
  content: "\edf3";
}
.glyphicon-tcc-circle-down-right2:before {
  content: "\edf4";
}
.glyphicon-tcc-circle-down4:before {
  content: "\edf5";
}
.glyphicon-tcc-circle-down-left2:before {
  content: "\edf6";
}
.glyphicon-tcc-circle-left4:before {
  content: "\edf7";
}
.glyphicon-tcc-arrow-resize:before {
  content: "\edf8";
}
.glyphicon-tcc-arrow-resize2:before {
  content: "\edf9";
}
.glyphicon-tcc-arrow-resize3:before {
  content: "\edfa";
}
.glyphicon-tcc-arrow-resize4:before {
  content: "\edfb";
}
.glyphicon-tcc-arrow-resize5:before {
  content: "\edfc";
}
.glyphicon-tcc-arrow-resize6:before {
  content: "\edfd";
}
.glyphicon-tcc-arrow-resize7:before {
  content: "\edfe";
}
.glyphicon-tcc-arrow-resize8:before {
  content: "\edff";
}
.glyphicon-tcc-square-up-left:before {
  content: "\ee00";
}
.glyphicon-tcc-square-up:before {
  content: "\ee01";
}
.glyphicon-tcc-square-up-right:before {
  content: "\ee02";
}
.glyphicon-tcc-square-right:before {
  content: "\ee03";
}
.glyphicon-tcc-square-down-right:before {
  content: "\ee04";
}
.glyphicon-tcc-square-down:before {
  content: "\ee05";
}
.glyphicon-tcc-square-down-left:before {
  content: "\ee06";
}
.glyphicon-tcc-square-left:before {
  content: "\ee07";
}
.glyphicon-tcc-arrow-up9:before {
  content: "\ee08";
}
.glyphicon-tcc-arrow-right9:before {
  content: "\ee09";
}
.glyphicon-tcc-arrow-down9:before {
  content: "\ee0a";
}
.glyphicon-tcc-arrow-left9:before {
  content: "\ee0b";
}
.glyphicon-tcc-arrow-up10:before {
  content: "\ee0c";
}
.glyphicon-tcc-arrow-right10:before {
  content: "\ee0d";
}
.glyphicon-tcc-arrow-down10:before {
  content: "\ee0e";
}
.glyphicon-tcc-arrow-left10:before {
  content: "\ee0f";
}
.glyphicon-tcc-arrow-up-left4:before {
  content: "\ee10";
}
.glyphicon-tcc-arrow-up11:before {
  content: "\ee11";
}
.glyphicon-tcc-arrow-up-right4:before {
  content: "\ee12";
}
.glyphicon-tcc-arrow-right11:before {
  content: "\ee13";
}
.glyphicon-tcc-arrow-down-right4:before {
  content: "\ee14";
}
.glyphicon-tcc-arrow-down11:before {
  content: "\ee15";
}
.glyphicon-tcc-arrow-down-left4:before {
  content: "\ee16";
}
.glyphicon-tcc-arrow-left11:before {
  content: "\ee17";
}
.glyphicon-tcc-arrow-up-left5:before {
  content: "\ee18";
}
.glyphicon-tcc-arrow-up12:before {
  content: "\ee19";
}
.glyphicon-tcc-arrow-up-right5:before {
  content: "\ee1a";
}
.glyphicon-tcc-arrow-right12:before {
  content: "\ee1b";
}
.glyphicon-tcc-arrow-down-right5:before {
  content: "\ee1c";
}
.glyphicon-tcc-arrow-down12:before {
  content: "\ee1d";
}
.glyphicon-tcc-arrow-down-left5:before {
  content: "\ee1e";
}
.glyphicon-tcc-arrow-left12:before {
  content: "\ee1f";
}
.glyphicon-tcc-arrow-up13:before {
  content: "\ee20";
}
.glyphicon-tcc-arrow-right13:before {
  content: "\ee21";
}
.glyphicon-tcc-arrow-down13:before {
  content: "\ee22";
}
.glyphicon-tcc-arrow-left13:before {
  content: "\ee23";
}
.glyphicon-tcc-arrow-up14:before {
  content: "\ee24";
}
.glyphicon-tcc-arrow-right14:before {
  content: "\ee25";
}
.glyphicon-tcc-arrow-down14:before {
  content: "\ee26";
}
.glyphicon-tcc-arrow-left14:before {
  content: "\ee27";
}
.glyphicon-tcc-circle-up5:before {
  content: "\ee28";
}
.glyphicon-tcc-circle-right5:before {
  content: "\ee29";
}
.glyphicon-tcc-circle-down5:before {
  content: "\ee2a";
}
.glyphicon-tcc-circle-left5:before {
  content: "\ee2b";
}
.glyphicon-tcc-circle-up6:before {
  content: "\ee2c";
}
.glyphicon-tcc-circle-right6:before {
  content: "\ee2d";
}
.glyphicon-tcc-circle-down6:before {
  content: "\ee2e";
}
.glyphicon-tcc-circle-left6:before {
  content: "\ee2f";
}
.glyphicon-tcc-arrow-up15:before {
  content: "\ee30";
}
.glyphicon-tcc-arrow-right15:before {
  content: "\ee31";
}
.glyphicon-tcc-arrow-down15:before {
  content: "\ee32";
}
.glyphicon-tcc-arrow-left15:before {
  content: "\ee33";
}
.glyphicon-tcc-arrow-up16:before {
  content: "\ee34";
}
.glyphicon-tcc-arrow-right16:before {
  content: "\ee35";
}
.glyphicon-tcc-arrow-down16:before {
  content: "\ee36";
}
.glyphicon-tcc-arrow-left16:before {
  content: "\ee37";
}
.glyphicon-tcc-menu-open:before {
  content: "\ee38";
}
.glyphicon-tcc-menu-open2:before {
  content: "\ee39";
}
.glyphicon-tcc-menu-close:before {
  content: "\ee3a";
}
.glyphicon-tcc-menu-close2:before {
  content: "\ee3b";
}
.glyphicon-tcc-enter4:before {
  content: "\ee3c";
}
.glyphicon-tcc-enter5:before {
  content: "\ee3d";
}
.glyphicon-tcc-esc:before {
  content: "\ee3e";
}
.glyphicon-tcc-enter6:before {
  content: "\ee3f";
}
.glyphicon-tcc-backspace:before {
  content: "\ee40";
}
.glyphicon-tcc-backspace2:before {
  content: "\ee41";
}
.glyphicon-tcc-tab:before {
  content: "\ee42";
}
.glyphicon-tcc-transmission:before {
  content: "\ee43";
}
.glyphicon-tcc-transmission2:before {
  content: "\ee44";
}
.glyphicon-tcc-sort:before {
  content: "\ee45";
}
.glyphicon-tcc-sort2:before {
  content: "\ee46";
}
.glyphicon-tcc-move-up:before {
  content: "\ee47";
}
.glyphicon-tcc-move-down:before {
  content: "\ee48";
}
.glyphicon-tcc-sort-alpha-asc:before {
  content: "\ee49";
}
.glyphicon-tcc-sort-alpha-desc:before {
  content: "\ee4a";
}
.glyphicon-tcc-sort-numeric-asc:before {
  content: "\ee4b";
}
.glyphicon-tcc-sort-numberic-desc:before {
  content: "\ee4c";
}
.glyphicon-tcc-sort-amount-asc:before {
  content: "\ee4d";
}
.glyphicon-tcc-sort-amount-desc:before {
  content: "\ee4e";
}
.glyphicon-tcc-sort-time-asc:before {
  content: "\ee4f";
}
.glyphicon-tcc-sort-time-desc:before {
  content: "\ee50";
}
.glyphicon-tcc-battery-6:before {
  content: "\ee51";
}
.glyphicon-tcc-battery-5:before {
  content: "\ee52";
}
.glyphicon-tcc-battery-4:before {
  content: "\ee53";
}
.glyphicon-tcc-battery-3:before {
  content: "\ee54";
}
.glyphicon-tcc-battery-2:before {
  content: "\ee55";
}
.glyphicon-tcc-battery-1:before {
  content: "\ee56";
}
.glyphicon-tcc-battery-0:before {
  content: "\ee57";
}
.glyphicon-tcc-battery-charging:before {
  content: "\ee58";
}
.glyphicon-tcc-key-keyboard:before {
  content: "\ee59";
}
.glyphicon-tcc-key-A:before {
  content: "\ee5a";
}
.glyphicon-tcc-key-up:before {
  content: "\ee5b";
}
.glyphicon-tcc-key-right:before {
  content: "\ee5c";
}
.glyphicon-tcc-key-down:before {
  content: "\ee5d";
}
.glyphicon-tcc-key-left:before {
  content: "\ee5e";
}
.glyphicon-tcc-command:before {
  content: "\ee5f";
}
.glyphicon-tcc-shift:before {
  content: "\ee60";
}
.glyphicon-tcc-ctrl:before {
  content: "\ee61";
}
.glyphicon-tcc-opt:before {
  content: "\ee62";
}
.glyphicon-tcc-checkbox-checked:before {
  content: "\ee63";
}
.glyphicon-tcc-checkbox-unchecked:before {
  content: "\ee64";
}
.glyphicon-tcc-checkbox-partial:before {
  content: "\ee65";
}
.glyphicon-tcc-square:before {
  content: "\ee66";
}
.glyphicon-tcc-triangle:before {
  content: "\ee67";
}
.glyphicon-tcc-triangle2:before {
  content: "\ee68";
}
.glyphicon-tcc-diamond3:before {
  content: "\ee69";
}
.glyphicon-tcc-diamond4:before {
  content: "\ee6a";
}
.glyphicon-tcc-checkbox-checked2:before {
  content: "\ee6b";
}
.glyphicon-tcc-checkbox-unchecked2:before {
  content: "\ee6c";
}
.glyphicon-tcc-checkbox-partial2:before {
  content: "\ee6d";
}
.glyphicon-tcc-radio-checked:before {
  content: "\ee6e";
}
.glyphicon-tcc-radio-checked2:before {
  content: "\ee6f";
}
.glyphicon-tcc-radio-unchecked:before {
  content: "\ee70";
}
.glyphicon-tcc-toggle-on:before {
  content: "\ee71";
}
.glyphicon-tcc-toggle-off:before {
  content: "\ee72";
}
.glyphicon-tcc-checkmark-circle:before {
  content: "\ee73";
}
.glyphicon-tcc-circle:before {
  content: "\ee74";
}
.glyphicon-tcc-circle2:before {
  content: "\ee75";
}
.glyphicon-tcc-circles:before {
  content: "\ee76";
}
.glyphicon-tcc-circles2:before {
  content: "\ee77";
}
.glyphicon-tcc-crop:before {
  content: "\ee78";
}
.glyphicon-tcc-crop2:before {
  content: "\ee79";
}
.glyphicon-tcc-make-group:before {
  content: "\ee7a";
}
.glyphicon-tcc-ungroup:before {
  content: "\ee7b";
}
.glyphicon-tcc-vector:before {
  content: "\ee7c";
}
.glyphicon-tcc-vector2:before {
  content: "\ee7d";
}
.glyphicon-tcc-rulers:before {
  content: "\ee7e";
}
.glyphicon-tcc-ruler:before {
  content: "\ee7f";
}
.glyphicon-tcc-pencil-ruler:before {
  content: "\ee80";
}
.glyphicon-tcc-scissors:before {
  content: "\ee81";
}
.glyphicon-tcc-scissors2:before {
  content: "\ee82";
}
.glyphicon-tcc-scissors3:before {
  content: "\ee83";
}
.glyphicon-tcc-haircut:before {
  content: "\ee84";
}
.glyphicon-tcc-comb:before {
  content: "\ee85";
}
.glyphicon-tcc-filter:before {
  content: "\ee86";
}
.glyphicon-tcc-filter2:before {
  content: "\ee87";
}
.glyphicon-tcc-filter3:before {
  content: "\ee88";
}
.glyphicon-tcc-filter4:before {
  content: "\ee89";
}
.glyphicon-tcc-font:before {
  content: "\ee8a";
}
.glyphicon-tcc-ampersand:before {
  content: "\ee8b";
}
.glyphicon-tcc-ligature:before {
  content: "\ee8c";
}
.glyphicon-tcc-ligature2:before {
  content: "\ee8d";
}
.glyphicon-tcc-font-size:before {
  content: "\ee8e";
}
.glyphicon-tcc-typography:before {
  content: "\ee8f";
}
.glyphicon-tcc-text-height:before {
  content: "\ee90";
}
.glyphicon-tcc-text-width:before {
  content: "\ee91";
}
.glyphicon-tcc-height2:before {
  content: "\ee92";
}
.glyphicon-tcc-width:before {
  content: "\ee93";
}
.glyphicon-tcc-bold:before {
  content: "\ee94";
}
.glyphicon-tcc-underline:before {
  content: "\ee95";
}
.glyphicon-tcc-italic:before {
  content: "\ee96";
}
.glyphicon-tcc-strikethrough:before {
  content: "\ee97";
}
.glyphicon-tcc-strikethrough2:before {
  content: "\ee98";
}
.glyphicon-tcc-font-size2:before {
  content: "\ee99";
}
.glyphicon-tcc-bold2:before {
  content: "\ee9a";
}
.glyphicon-tcc-underline2:before {
  content: "\ee9b";
}
.glyphicon-tcc-italic2:before {
  content: "\ee9c";
}
.glyphicon-tcc-strikethrough3:before {
  content: "\ee9d";
}
.glyphicon-tcc-omega:before {
  content: "\ee9e";
}
.glyphicon-tcc-sigma:before {
  content: "\ee9f";
}
.glyphicon-tcc-nbsp:before {
  content: "\eea0";
}
.glyphicon-tcc-page-break:before {
  content: "\eea1";
}
.glyphicon-tcc-page-break2:before {
  content: "\eea2";
}
.glyphicon-tcc-superscript:before {
  content: "\eea3";
}
.glyphicon-tcc-subscript:before {
  content: "\eea4";
}
.glyphicon-tcc-superscript2:before {
  content: "\eea5";
}
.glyphicon-tcc-subscript2:before {
  content: "\eea6";
}
.glyphicon-tcc-text-color:before {
  content: "\eea7";
}
.glyphicon-tcc-highlight:before {
  content: "\eea8";
}
.glyphicon-tcc-pagebreak:before {
  content: "\eea9";
}
.glyphicon-tcc-clear-formatting:before {
  content: "\eeaa";
}
.glyphicon-tcc-table:before {
  content: "\eeab";
}
.glyphicon-tcc-table2:before {
  content: "\eeac";
}
.glyphicon-tcc-insert-template:before {
  content: "\eead";
}
.glyphicon-tcc-pilcrow:before {
  content: "\eeae";
}
.glyphicon-tcc-ltr:before {
  content: "\eeaf";
}
.glyphicon-tcc-rtl:before {
  content: "\eeb0";
}
.glyphicon-tcc-ltr2:before {
  content: "\eeb1";
}
.glyphicon-tcc-rtl2:before {
  content: "\eeb2";
}
.glyphicon-tcc-section:before {
  content: "\eeb3";
}
.glyphicon-tcc-paragraph-left:before {
  content: "\eeb4";
}
.glyphicon-tcc-paragraph-center:before {
  content: "\eeb5";
}
.glyphicon-tcc-paragraph-right:before {
  content: "\eeb6";
}
.glyphicon-tcc-paragraph-justify:before {
  content: "\eeb7";
}
.glyphicon-tcc-paragraph-left2:before {
  content: "\eeb8";
}
.glyphicon-tcc-paragraph-center2:before {
  content: "\eeb9";
}
.glyphicon-tcc-paragraph-right2:before {
  content: "\eeba";
}
.glyphicon-tcc-paragraph-justify2:before {
  content: "\eebb";
}
.glyphicon-tcc-indent-increase:before {
  content: "\eebc";
}
.glyphicon-tcc-indent-decrease:before {
  content: "\eebd";
}
.glyphicon-tcc-paragraph-left3:before {
  content: "\eebe";
}
.glyphicon-tcc-paragraph-center3:before {
  content: "\eebf";
}
.glyphicon-tcc-paragraph-right3:before {
  content: "\eec0";
}
.glyphicon-tcc-paragraph-justify3:before {
  content: "\eec1";
}
.glyphicon-tcc-indent-increase2:before {
  content: "\eec2";
}
.glyphicon-tcc-indent-decrease2:before {
  content: "\eec3";
}
.glyphicon-tcc-share:before {
  content: "\eec4";
}
.glyphicon-tcc-share2:before {
  content: "\eec5";
}
.glyphicon-tcc-new-tab:before {
  content: "\eec6";
}
.glyphicon-tcc-new-tab2:before {
  content: "\eec7";
}
.glyphicon-tcc-popout:before {
  content: "\eec8";
}
.glyphicon-tcc-embed:before {
  content: "\eec9";
}
.glyphicon-tcc-embed2:before {
  content: "\eeca";
}
.glyphicon-tcc-markup:before {
  content: "\eecb";
}
.glyphicon-tcc-regexp:before {
  content: "\eecc";
}
.glyphicon-tcc-regexp2:before {
  content: "\eecd";
}
.glyphicon-tcc-code:before {
  content: "\eece";
}
.glyphicon-tcc-circle-css:before {
  content: "\eecf";
}
.glyphicon-tcc-circle-code:before {
  content: "\eed0";
}
.glyphicon-tcc-terminal:before {
  content: "\eed1";
}
.glyphicon-tcc-unicode:before {
  content: "\eed2";
}
.glyphicon-tcc-seven-segment-0:before {
  content: "\eed3";
}
.glyphicon-tcc-seven-segment-1:before {
  content: "\eed4";
}
.glyphicon-tcc-seven-segment-2:before {
  content: "\eed5";
}
.glyphicon-tcc-seven-segment-3:before {
  content: "\eed6";
}
.glyphicon-tcc-seven-segment-4:before {
  content: "\eed7";
}
.glyphicon-tcc-seven-segment-5:before {
  content: "\eed8";
}
.glyphicon-tcc-seven-segment-6:before {
  content: "\eed9";
}
.glyphicon-tcc-seven-segment-7:before {
  content: "\eeda";
}
.glyphicon-tcc-seven-segment-8:before {
  content: "\eedb";
}
.glyphicon-tcc-seven-segment-9:before {
  content: "\eedc";
}
.glyphicon-tcc-share3:before {
  content: "\eedd";
}
.glyphicon-tcc-share4:before {
  content: "\eede";
}
.glyphicon-tcc-mail:before {
  content: "\eedf";
}
.glyphicon-tcc-mail2:before {
  content: "\eee0";
}
.glyphicon-tcc-mail3:before {
  content: "\eee1";
}
.glyphicon-tcc-mail4:before {
  content: "\eee2";
}
.glyphicon-tcc-google:before {
  content: "\eee3";
}
.glyphicon-tcc-google-plus:before {
  content: "\eee4";
}
.glyphicon-tcc-google-plus2:before {
  content: "\eee5";
}
.glyphicon-tcc-google-plus3:before {
  content: "\eee6";
}
.glyphicon-tcc-google-drive:before {
  content: "\eee7";
}
.glyphicon-tcc-facebook:before {
  content: "\eee8";
}
.glyphicon-tcc-facebook2:before {
  content: "\eee9";
}
.glyphicon-tcc-facebook3:before {
  content: "\eeea";
}
.glyphicon-tcc-ello:before {
  content: "\eeeb";
}
.glyphicon-tcc-instagram:before {
  content: "\eeec";
}
.glyphicon-tcc-twitter:before {
  content: "\eeed";
}
.glyphicon-tcc-twitter2:before {
  content: "\eeee";
}
.glyphicon-tcc-twitter3:before {
  content: "\eeef";
}
.glyphicon-tcc-feed2:before {
  content: "\eef0";
}
.glyphicon-tcc-feed3:before {
  content: "\eef1";
}
.glyphicon-tcc-feed4:before {
  content: "\eef2";
}
.glyphicon-tcc-youtube:before {
  content: "\eef3";
}
.glyphicon-tcc-youtube2:before {
  content: "\eef4";
}
.glyphicon-tcc-youtube3:before {
  content: "\eef5";
}
.glyphicon-tcc-youtube4:before {
  content: "\eef6";
}
.glyphicon-tcc-twitch:before {
  content: "\eef7";
}
.glyphicon-tcc-vimeo:before {
  content: "\eef8";
}
.glyphicon-tcc-vimeo2:before {
  content: "\eef9";
}
.glyphicon-tcc-vimeo3:before {
  content: "\eefa";
}
.glyphicon-tcc-lanyrd:before {
  content: "\eefb";
}
.glyphicon-tcc-flickr:before {
  content: "\eefc";
}
.glyphicon-tcc-flickr2:before {
  content: "\eefd";
}
.glyphicon-tcc-flickr3:before {
  content: "\eefe";
}
.glyphicon-tcc-flickr4:before {
  content: "\eeff";
}
.glyphicon-tcc-picassa:before {
  content: "\ef00";
}
.glyphicon-tcc-picassa2:before {
  content: "\ef01";
}
.glyphicon-tcc-dribbble:before {
  content: "\ef02";
}
.glyphicon-tcc-dribbble2:before {
  content: "\ef03";
}
.glyphicon-tcc-dribbble3:before {
  content: "\ef04";
}
.glyphicon-tcc-forrst:before {
  content: "\ef05";
}
.glyphicon-tcc-forrst2:before {
  content: "\ef06";
}
.glyphicon-tcc-deviantart:before {
  content: "\ef07";
}
.glyphicon-tcc-deviantart2:before {
  content: "\ef08";
}
.glyphicon-tcc-steam:before {
  content: "\ef09";
}
.glyphicon-tcc-steam2:before {
  content: "\ef0a";
}
.glyphicon-tcc-dropbox:before {
  content: "\ef0b";
}
.glyphicon-tcc-onedrive:before {
  content: "\ef0c";
}
.glyphicon-tcc-github:before {
  content: "\ef0d";
}
.glyphicon-tcc-github2:before {
  content: "\ef0e";
}
.glyphicon-tcc-github3:before {
  content: "\ef0f";
}
.glyphicon-tcc-github4:before {
  content: "\ef10";
}
.glyphicon-tcc-github5:before {
  content: "\ef11";
}
.glyphicon-tcc-wordpress:before {
  content: "\ef12";
}
.glyphicon-tcc-wordpress2:before {
  content: "\ef13";
}
.glyphicon-tcc-joomla:before {
  content: "\ef14";
}
.glyphicon-tcc-blogger:before {
  content: "\ef15";
}
.glyphicon-tcc-blogger2:before {
  content: "\ef16";
}
.glyphicon-tcc-tumblr:before {
  content: "\ef17";
}
.glyphicon-tcc-tumblr2:before {
  content: "\ef18";
}
.glyphicon-tcc-yahoo:before {
  content: "\ef19";
}
.glyphicon-tcc-tux:before {
  content: "\ef1a";
}
.glyphicon-tcc-apple2:before {
  content: "\ef1b";
}
.glyphicon-tcc-finder:before {
  content: "\ef1c";
}
.glyphicon-tcc-android:before {
  content: "\ef1d";
}
.glyphicon-tcc-windows:before {
  content: "\ef1e";
}
.glyphicon-tcc-windows8:before {
  content: "\ef1f";
}
.glyphicon-tcc-soundcloud:before {
  content: "\ef20";
}
.glyphicon-tcc-soundcloud2:before {
  content: "\ef21";
}
.glyphicon-tcc-skype:before {
  content: "\ef22";
}
.glyphicon-tcc-reddit:before {
  content: "\ef23";
}
.glyphicon-tcc-linkedin:before {
  content: "\ef24";
}
.glyphicon-tcc-linkedin2:before {
  content: "\ef25";
}
.glyphicon-tcc-lastfm:before {
  content: "\ef26";
}
.glyphicon-tcc-lastfm2:before {
  content: "\ef27";
}
.glyphicon-tcc-delicious:before {
  content: "\ef28";
}
.glyphicon-tcc-stumbleupon:before {
  content: "\ef29";
}
.glyphicon-tcc-stumbleupon2:before {
  content: "\ef2a";
}
.glyphicon-tcc-stackoverflow:before {
  content: "\ef2b";
}
.glyphicon-tcc-pinterest:before {
  content: "\ef2c";
}
.glyphicon-tcc-pinterest2:before {
  content: "\ef2d";
}
.glyphicon-tcc-xing:before {
  content: "\ef2e";
}
.glyphicon-tcc-xing2:before {
  content: "\ef2f";
}
.glyphicon-tcc-flattr:before {
  content: "\ef30";
}
.glyphicon-tcc-foursquare:before {
  content: "\ef31";
}
.glyphicon-tcc-paypal:before {
  content: "\ef32";
}
.glyphicon-tcc-paypal2:before {
  content: "\ef33";
}
.glyphicon-tcc-paypal3:before {
  content: "\ef34";
}
.glyphicon-tcc-yelp:before {
  content: "\ef35";
}
.glyphicon-tcc-file-pdf:before {
  content: "\ef36";
}
.glyphicon-tcc-file-openoffice:before {
  content: "\ef37";
}
.glyphicon-tcc-file-word:before {
  content: "\ef38";
}
.glyphicon-tcc-file-excel:before {
  content: "\ef39";
}
.glyphicon-tcc-libreoffice:before {
  content: "\ef3a";
}
.glyphicon-tcc-html5:before {
  content: "\ef3b";
}
.glyphicon-tcc-html52:before {
  content: "\ef3c";
}
.glyphicon-tcc-css3:before {
  content: "\ef3d";
}
.glyphicon-tcc-git:before {
  content: "\ef3e";
}
.glyphicon-tcc-svg:before {
  content: "\ef3f";
}
.glyphicon-tcc-codepen:before {
  content: "\ef40";
}
.glyphicon-tcc-chrome:before {
  content: "\ef41";
}
.glyphicon-tcc-firefox:before {
  content: "\ef42";
}
.glyphicon-tcc-IE:before {
  content: "\ef43";
}
.glyphicon-tcc-opera:before {
  content: "\ef44";
}
.glyphicon-tcc-safari:before {
  content: "\ef45";
}
.glyphicon-tcc-IcoMoon:before {
  content: "\ef46";
}
/****************** 
	Accordion
	 ******************/
.panel-group .panel-title a .caret {
  margin-top: 7px;
}
.panel-group .panel-title a.collapsed .caret {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
/****************** 
	Tabs
	 ******************/
/* custom inclusion of right, left and below tabs */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: inline-block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.tab-rebrand ul.nav.nav-tabs {
  border-bottom: 12px solid #fac60e;
  padding-bottom: 20px;
}
.tab-rebrand ul.nav.nav-tabs li.active a {
  color: #fac60e;
  border-bottom-color: transparent;
  background-color: transparent;
  text-decoration: none;
}
.tab-rebrand ul.nav.nav-tabs li a {
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 10px;
  text-decoration: none;
}
.tab-rebrand ul.nav.nav-tabs li a:hover,
.tab-rebrand ul.nav.nav-tabs li a:focus {
  background-color: transparent;
}
.tab-rebrand ul.nav.nav-tabs li a,
.tab-rebrand ul.nav.nav-tabs li span {
  font-size: 40px;
  font-family: 'FuturaRound-Demi', sans-serif;
  color: #3c3c3c;
}
.tab-rebrand ul.nav.nav-tabs li span {
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  padding: 10px 15px;
}
@media (min-width: 767px) {
  .tab-rebrand ul.nav.nav-tabs li.active a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid #fac60e;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
  .tab-rebrand ul.nav.nav-tabs li.active a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid #ffffff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
  .tab-rebrand ul.nav.nav-tabs li.active a:before {
    bottom: -29px;
    left: 40%;
  }
  .tab-rebrand ul.nav.nav-tabs li.active a:after {
    bottom: -45px;
    left: 40%;
  }
  .tab-rebrand ul.nav.nav-tabs li a,
  .tab-rebrand ul.nav.nav-tabs li span {
    font-size: 40px;
  }
}
.tab-rebrand .tab-content {
  margin-top: 50px;
}
/****************** 
	tooltip
	 ******************/
.side-cart .tooltip .tooltip-inner {
  max-width: 100px;
  white-space: pre-wrap;
}
/****************** 
	flag phone
	 ******************/
.intl-tel-input {
  position: relative;
}
.intl-tel-input .flag {
  width: 16px;
  height: 11px;
  background: url("/images/themes/tcc4/flags.png");
}
.intl-tel-input .ad {
  background-position: -16px 0;
}
.intl-tel-input .ae {
  background-position: -32px 0;
}
.intl-tel-input .af {
  background-position: -48px 0;
}
.intl-tel-input .ag {
  background-position: -64px 0;
}
.intl-tel-input .ai {
  background-position: -80px 0;
}
.intl-tel-input .al {
  background-position: -96px 0;
}
.intl-tel-input .am {
  background-position: -112px 0;
}
.intl-tel-input .ao {
  background-position: -128px 0;
}
.intl-tel-input .ar {
  background-position: -144px 0;
}
.intl-tel-input .as {
  background-position: -160px 0;
}
.intl-tel-input .at {
  background-position: -176px 0;
}
.intl-tel-input .au {
  background-position: -192px 0;
}
.intl-tel-input .aw {
  background-position: -208px 0;
}
.intl-tel-input .az {
  background-position: -224px 0;
}
.intl-tel-input .ba {
  background-position: -240px 0;
}
.intl-tel-input .bb {
  background-position: 0 -11px;
}
.intl-tel-input .bd {
  background-position: -16px -11px;
}
.intl-tel-input .be {
  background-position: -32px -11px;
}
.intl-tel-input .bf {
  background-position: -48px -11px;
}
.intl-tel-input .bg {
  background-position: -64px -11px;
}
.intl-tel-input .bh {
  background-position: -80px -11px;
}
.intl-tel-input .bi {
  background-position: -96px -11px;
}
.intl-tel-input .bj {
  background-position: -112px -11px;
}
.intl-tel-input .bm {
  background-position: -128px -11px;
}
.intl-tel-input .bn {
  background-position: -144px -11px;
}
.intl-tel-input .bo {
  background-position: -160px -11px;
}
.intl-tel-input .br {
  background-position: -176px -11px;
}
.intl-tel-input .bs {
  background-position: -192px -11px;
}
.intl-tel-input .bt {
  background-position: -208px -11px;
}
.intl-tel-input .bw {
  background-position: -224px -11px;
}
.intl-tel-input .by {
  background-position: -240px -11px;
}
.intl-tel-input .bz {
  background-position: 0 -22px;
}
.intl-tel-input .ca {
  background-position: -16px -22px;
}
.intl-tel-input .cd {
  background-position: -32px -22px;
}
.intl-tel-input .cf {
  background-position: -48px -22px;
}
.intl-tel-input .cg {
  background-position: -64px -22px;
}
.intl-tel-input .ch {
  background-position: -80px -22px;
}
.intl-tel-input .ci {
  background-position: -96px -22px;
}
.intl-tel-input .ck {
  background-position: -112px -22px;
}
.intl-tel-input .cl {
  background-position: -128px -22px;
}
.intl-tel-input .cm {
  background-position: -144px -22px;
}
.intl-tel-input .cn {
  background-position: -160px -22px;
}
.intl-tel-input .co {
  background-position: -176px -22px;
}
.intl-tel-input .cr {
  background-position: -192px -22px;
}
.intl-tel-input .cu {
  background-position: -208px -22px;
}
.intl-tel-input .cv {
  background-position: -224px -22px;
}
.intl-tel-input .cw {
  background-position: -240px -22px;
}
.intl-tel-input .cy {
  background-position: 0 -33px;
}
.intl-tel-input .cz {
  background-position: -16px -33px;
}
.intl-tel-input .de {
  background-position: -32px -33px;
}
.intl-tel-input .dj {
  background-position: -48px -33px;
}
.intl-tel-input .dk {
  background-position: -64px -33px;
}
.intl-tel-input .dm {
  background-position: -80px -33px;
}
.intl-tel-input .do {
  background-position: -96px -33px;
}
.intl-tel-input .dz {
  background-position: -112px -33px;
}
.intl-tel-input .ec {
  background-position: -128px -33px;
}
.intl-tel-input .ee {
  background-position: -144px -33px;
}
.intl-tel-input .eg {
  background-position: -160px -33px;
}
.intl-tel-input .er {
  background-position: -176px -33px;
}
.intl-tel-input .es {
  background-position: -192px -33px;
}
.intl-tel-input .et {
  background-position: -208px -33px;
}
.intl-tel-input .fi {
  background-position: -224px -33px;
}
.intl-tel-input .fj {
  background-position: -240px -33px;
}
.intl-tel-input .fk {
  background-position: 0 -44px;
}
.intl-tel-input .fm {
  background-position: -16px -44px;
}
.intl-tel-input .fo {
  background-position: -32px -44px;
}
.intl-tel-input .fr,
.intl-tel-input .bl,
.intl-tel-input .mf {
  background-position: -48px -44px;
}
.intl-tel-input .ga {
  background-position: -64px -44px;
}
.intl-tel-input .gb {
  background-position: -80px -44px;
}
.intl-tel-input .gd {
  background-position: -96px -44px;
}
.intl-tel-input .ge {
  background-position: -112px -44px;
}
.intl-tel-input .gf {
  background-position: -128px -44px;
}
.intl-tel-input .gh {
  background-position: -144px -44px;
}
.intl-tel-input .gi {
  background-position: -160px -44px;
}
.intl-tel-input .gl {
  background-position: -176px -44px;
}
.intl-tel-input .gm {
  background-position: -192px -44px;
}
.intl-tel-input .gn {
  background-position: -208px -44px;
}
.intl-tel-input .gp {
  background-position: -224px -44px;
}
.intl-tel-input .gq {
  background-position: -240px -44px;
}
.intl-tel-input .gr {
  background-position: 0 -55px;
}
.intl-tel-input .gt {
  background-position: -16px -55px;
}
.intl-tel-input .gu {
  background-position: -32px -55px;
}
.intl-tel-input .gw {
  background-position: -48px -55px;
}
.intl-tel-input .gy {
  background-position: -64px -55px;
}
.intl-tel-input .hk {
  background-position: -80px -55px;
}
.intl-tel-input .hn {
  background-position: -96px -55px;
}
.intl-tel-input .hr {
  background-position: -112px -55px;
}
.intl-tel-input .ht {
  background-position: -128px -55px;
}
.intl-tel-input .hu {
  background-position: -144px -55px;
}
.intl-tel-input .id {
  background-position: -160px -55px;
}
.intl-tel-input .ie {
  background-position: -176px -55px;
}
.intl-tel-input .il {
  background-position: -192px -55px;
}
.intl-tel-input .in {
  background-position: -208px -55px;
}
.intl-tel-input .io {
  background-position: -224px -55px;
}
.intl-tel-input .iq {
  background-position: -240px -55px;
}
.intl-tel-input .ir {
  background-position: 0 -66px;
}
.intl-tel-input .is {
  background-position: -16px -66px;
}
.intl-tel-input .it {
  background-position: -32px -66px;
}
.intl-tel-input .jm {
  background-position: -48px -66px;
}
.intl-tel-input .jo {
  background-position: -64px -66px;
}
.intl-tel-input .jp {
  background-position: -80px -66px;
}
.intl-tel-input .ke {
  background-position: -96px -66px;
}
.intl-tel-input .kg {
  background-position: -112px -66px;
}
.intl-tel-input .kh {
  background-position: -128px -66px;
}
.intl-tel-input .ki {
  background-position: -144px -66px;
}
.intl-tel-input .km {
  background-position: -160px -66px;
}
.intl-tel-input .kn {
  background-position: -176px -66px;
}
.intl-tel-input .kp {
  background-position: -192px -66px;
}
.intl-tel-input .kr {
  background-position: -208px -66px;
}
.intl-tel-input .kw {
  background-position: -224px -66px;
}
.intl-tel-input .ky {
  background-position: -240px -66px;
}
.intl-tel-input .kz {
  background-position: 0 -77px;
}
.intl-tel-input .la {
  background-position: -16px -77px;
}
.intl-tel-input .lb {
  background-position: -32px -77px;
}
.intl-tel-input .lc {
  background-position: -48px -77px;
}
.intl-tel-input .li {
  background-position: -64px -77px;
}
.intl-tel-input .lk {
  background-position: -80px -77px;
}
.intl-tel-input .lr {
  background-position: -96px -77px;
}
.intl-tel-input .ls {
  background-position: -112px -77px;
}
.intl-tel-input .lt {
  background-position: -128px -77px;
}
.intl-tel-input .lu {
  background-position: -144px -77px;
}
.intl-tel-input .lv {
  background-position: -160px -77px;
}
.intl-tel-input .ly {
  background-position: -176px -77px;
}
.intl-tel-input .ma {
  background-position: -192px -77px;
}
.intl-tel-input .mc {
  background-position: -208px -77px;
}
.intl-tel-input .md {
  background-position: -224px -77px;
}
.intl-tel-input .me {
  background-position: -112px -154px;
  height: 12px;
}
.intl-tel-input .mg {
  background-position: 0 -88px;
}
.intl-tel-input .mh {
  background-position: -16px -88px;
}
.intl-tel-input .mk {
  background-position: -32px -88px;
}
.intl-tel-input .ml {
  background-position: -48px -88px;
}
.intl-tel-input .mm {
  background-position: -64px -88px;
}
.intl-tel-input .mn {
  background-position: -80px -88px;
}
.intl-tel-input .mo {
  background-position: -96px -88px;
}
.intl-tel-input .mp {
  background-position: -112px -88px;
}
.intl-tel-input .mq {
  background-position: -128px -88px;
}
.intl-tel-input .mr {
  background-position: -144px -88px;
}
.intl-tel-input .ms {
  background-position: -160px -88px;
}
.intl-tel-input .mt {
  background-position: -176px -88px;
}
.intl-tel-input .mu {
  background-position: -192px -88px;
}
.intl-tel-input .mv {
  background-position: -208px -88px;
}
.intl-tel-input .mw {
  background-position: -224px -88px;
}
.intl-tel-input .mx {
  background-position: -240px -88px;
}
.intl-tel-input .my {
  background-position: 0 -99px;
}
.intl-tel-input .mz {
  background-position: -16px -99px;
}
.intl-tel-input .na {
  background-position: -32px -99px;
}
.intl-tel-input .nc {
  background-position: -48px -99px;
}
.intl-tel-input .ne {
  background-position: -64px -99px;
}
.intl-tel-input .nf {
  background-position: -80px -99px;
}
.intl-tel-input .ng {
  background-position: -96px -99px;
}
.intl-tel-input .ni {
  background-position: -112px -99px;
}
.intl-tel-input .nl,
.intl-tel-input .bq {
  background-position: -128px -99px;
}
.intl-tel-input .no {
  background-position: -144px -99px;
}
.intl-tel-input .np {
  background-position: -160px -99px;
}
.intl-tel-input .nr {
  background-position: -176px -99px;
}
.intl-tel-input .nu {
  background-position: -192px -99px;
}
.intl-tel-input .nz {
  background-position: -208px -99px;
}
.intl-tel-input .om {
  background-position: -224px -99px;
}
.intl-tel-input .pa {
  background-position: -240px -99px;
}
.intl-tel-input .pe {
  background-position: 0 -110px;
}
.intl-tel-input .pf {
  background-position: -16px -110px;
}
.intl-tel-input .pg {
  background-position: -32px -110px;
}
.intl-tel-input .ph {
  background-position: -48px -110px;
}
.intl-tel-input .pk {
  background-position: -64px -110px;
}
.intl-tel-input .pl {
  background-position: -80px -110px;
}
.intl-tel-input .pm {
  background-position: -96px -110px;
}
.intl-tel-input .pr {
  background-position: -112px -110px;
}
.intl-tel-input .ps {
  background-position: -128px -110px;
}
.intl-tel-input .pt {
  background-position: -144px -110px;
}
.intl-tel-input .pw {
  background-position: -160px -110px;
}
.intl-tel-input .py {
  background-position: -176px -110px;
}
.intl-tel-input .qa {
  background-position: -192px -110px;
}
.intl-tel-input .re {
  background-position: -208px -110px;
}
.intl-tel-input .ro {
  background-position: -224px -110px;
}
.intl-tel-input .rs {
  background-position: -240px -110px;
}
.intl-tel-input .ru {
  background-position: 0 -121px;
}
.intl-tel-input .rw {
  background-position: -16px -121px;
}
.intl-tel-input .sa {
  background-position: -32px -121px;
}
.intl-tel-input .sb {
  background-position: -48px -121px;
}
.intl-tel-input .sc {
  background-position: -64px -121px;
}
.intl-tel-input .sd {
  background-position: -80px -121px;
}
.intl-tel-input .se {
  background-position: -96px -121px;
}
.intl-tel-input .sg {
  background-position: -112px -121px;
}
.intl-tel-input .sh {
  background-position: -128px -121px;
}
.intl-tel-input .si {
  background-position: -144px -121px;
}
.intl-tel-input .sk {
  background-position: -160px -121px;
}
.intl-tel-input .sl {
  background-position: -176px -121px;
}
.intl-tel-input .sm {
  background-position: -192px -121px;
}
.intl-tel-input .sn {
  background-position: -208px -121px;
}
.intl-tel-input .so {
  background-position: -224px -121px;
}
.intl-tel-input .sr {
  background-position: -240px -121px;
}
.intl-tel-input .ss {
  background-position: 0 -132px;
}
.intl-tel-input .st {
  background-position: -16px -132px;
}
.intl-tel-input .sv {
  background-position: -32px -132px;
}
.intl-tel-input .sx {
  background-position: -48px -132px;
}
.intl-tel-input .sy {
  background-position: -64px -132px;
}
.intl-tel-input .sz {
  background-position: -80px -132px;
}
.intl-tel-input .tc {
  background-position: -96px -132px;
}
.intl-tel-input .td {
  background-position: -112px -132px;
}
.intl-tel-input .tg {
  background-position: -128px -132px;
}
.intl-tel-input .th {
  background-position: -144px -132px;
}
.intl-tel-input .tj {
  background-position: -160px -132px;
}
.intl-tel-input .tk {
  background-position: -176px -132px;
}
.intl-tel-input .tl {
  background-position: -192px -132px;
}
.intl-tel-input .tm {
  background-position: -208px -132px;
}
.intl-tel-input .tn {
  background-position: -224px -132px;
}
.intl-tel-input .to {
  background-position: -240px -132px;
}
.intl-tel-input .tr {
  background-position: 0 -143px;
}
.intl-tel-input .tt {
  background-position: -16px -143px;
}
.intl-tel-input .tv {
  background-position: -32px -143px;
}
.intl-tel-input .tw {
  background-position: -48px -143px;
}
.intl-tel-input .tz {
  background-position: -64px -143px;
}
.intl-tel-input .ua {
  background-position: -80px -143px;
}
.intl-tel-input .ug {
  background-position: -96px -143px;
}
.intl-tel-input .us {
  background-position: -112px -143px;
}
.intl-tel-input .uy {
  background-position: -128px -143px;
}
.intl-tel-input .uz {
  background-position: -144px -143px;
}
.intl-tel-input .va {
  background-position: -160px -143px;
}
.intl-tel-input .vc {
  background-position: -176px -143px;
}
.intl-tel-input .ve {
  background-position: -192px -143px;
}
.intl-tel-input .vg {
  background-position: -208px -143px;
}
.intl-tel-input .vi {
  background-position: -224px -143px;
}
.intl-tel-input .vn {
  background-position: -240px -143px;
}
.intl-tel-input .vu {
  background-position: 0 -154px;
}
.intl-tel-input .wf {
  background-position: -16px -154px;
}
.intl-tel-input .ws {
  background-position: -32px -154px;
}
.intl-tel-input .ye {
  background-position: -48px -154px;
}
.intl-tel-input .za {
  background-position: -64px -154px;
}
.intl-tel-input .zm {
  background-position: -80px -154px;
}
.intl-tel-input .zw {
  background-position: -96px -154px;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 44px;
  margin-left: 0;
}
.intl-tel-input .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 1px;
}
.intl-tel-input .flag-dropdown:hover {
  cursor: pointer;
}
.intl-tel-input .flag-dropdown:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input input[disabled] + .flag-dropdown:hover {
  cursor: default;
}
.intl-tel-input input[disabled] + .flag-dropdown:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 38px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .flag {
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
.intl-tel-input .selected-flag .arrow {
  position: relative;
  top: 50%;
  margin-top: -2px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555555;
}
.intl-tel-input .selected-flag .arrow.up {
  border-top: none;
  border-bottom: 4px solid #555555;
}
.intl-tel-input .country-list {
  list-style: none;
  position: absolute;
  z-index: 2;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #cccccc;
  width: 430px;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list .flag {
  display: inline-block;
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
/* 1. STRUCTURE
----------------------------------------------------------------------------------------*/
/*** screen ≈ mobile  ***/
@media (max-width: 767px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .Home .main-content .mega-quote .quote .carousel .item .carousel-caption .quote-message {
    font-size: 20px;
  }
  .Home .main-content .mega-quote .quote .carousel .item .carousel-caption .quoter p {
    font-size: 16px;
  }
  .Home .main-content .sub-hero-quotes .quote-message {
    padding: 50px 0;
  }
}
/*** screen ≈ TABLET  ***/
@media (min-width: 768px) {
  body:before {
    content: "tablet";
    display: block;
    position: absolute;
    left: -9999px;
    top: 0px;
  }
  /****************** 
			Header .. Nav .. SideNav
			 ******************/
  .tcc4Nav {
    background-color: #fff;
  }
  .tcc4Nav .top-bar {
    display: block;
  }
  .tcc4Nav .header {
    padding: 15px 0;
  }
  .tcc4Nav .header .main-row .logo {
    text-align: left;
    padding-right: 0;
    margin: 38px 0 0 0;
    padding-left: 30px;
  }
  .tcc4Nav .header .main-row .logo svg {
    width: 170%;
  }
  .searchForm input[type="text"],
  .searchForm input[type="search"] {
    width: 174px !important;
    margin-top: 3px;
  }
  .searchForm button[type="submit"] {
    position: relative;
    top: 4px;
  }
  .customer-cart {
    margin: 0;
  }
  .customer-cart .cartSliderButton {
    padding: 6px 16px 7px;
    top: 4px;
  }
  .sub-nav.no-nav:before {
    content: '';
    display: block;
    border-top: 1px solid #fac60e;
    height: 10px;
    background: #fac60e;
  }
  .sub-nav.no-nav .sub-container {
    display: none !important;
  }
  /* Toggle Display Flag(s) */
  .mobileBBB {
    display: none;
  }
  .contentDivideBox {
    display: none;
  }
  .deskTopBBB {
    display: block;
  }
  .shyPanel {
    display: block;
  }
  .veryShyPanel {
    display: block;
  }
  /* End Display Flags */
  .contactDivider {
    width: 720px;
  }
  .contactInfo p {
    font-weight: normal;
  }
  .contactBusinessHours p {
    font-size: 18px;
  }
  .contactBusinessHours p {
    font-size: 18px;
  }
  .contentDivider {
    visibility: visible;
  }
  .mcAfeeBadge {
    text-align: right;
  }
  /****************** 
			SiteFooter
			 ******************/
  .siteFooter {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 36px;
    padding-right: 36px;
    position: relative;
  }
  .siteFooter:before,
  .siteFooter:after {
    content: '';
    background: #202020;
    display: block;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
  }
  .siteFooter:after {
    left: auto;
    right: -20px;
  }
  .siteFooter.footerColor {
    background-color: #202020;
  }
  .siteFooter .footer-get-started .form-inline {
    margin-left: 0;
    margin-right: 0;
  }
  .siteFooter .footer-get-started .form-inline h2 {
    font-size: 52px;
  }
  .siteFooter .footer-get-started .btn {
    display: inline-block;
    width: auto;
  }
  .siteFooter .footer-main .seo-links ul.list-inline > li {
    margin: 0 2%;
  }
  /****************** 
			Home
			 ******************/
  .Home #wrapper {
    background-position: center 110px;
    background-size: 170% auto;
  }
  .Home .main-content .hero-row .hero-message h1 {
    font-size: 70px;
  }
  .Home .main-content .hero-get-started .form-inline {
    margin-left: 0;
    margin-right: 0;
  }
  .Home .main-content .hero-get-started .form-inline h2 {
    font-size: 52px;
  }
  .Home .main-content .hero-get-started .btn {
    display: inline-block;
    width: auto;
  }
  .Home .main-content .sub-hero-quotes .quote-message {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom-width: 0;
  }
  .Home .main-content .sub-hero-quotes .quote-message:after {
    border: none;
  }
  .Home .main-content .banners-entities .featured-in {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .Home .main-content .banners-entities .banners {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .Home .main-content .banners-entities .banners img {
    opacity: 1;
  }
  .Home .main-content .banners-entities .banners .banner-1,
  .Home .main-content .banners-entities .banners .banner-2 {
    max-height: 100%;
    overflow: visible;
  }
  .Home .main-content .banners-entities .banners .banner-1 .banner-message,
  .Home .main-content .banners-entities .banners .banner-2 .banner-message {
    left: 45px;
    top: 34px;
    width: 53%;
  }
  .Home .main-content .banners-entities .banners .banner-1 .banner-message p strong,
  .Home .main-content .banners-entities .banners .banner-2 .banner-message p strong {
    font-size: 29;
    line-height: 30px;
    color: #fff;
  }
  .Home .main-content .banners-entities .banners .banner-2 {
    margin-top: 0;
  }
  .Home .main-content .banners-entities .banners .banner-2 .banner-message {
    width: 60%;
    top: 10px;
  }
  .Home .main-content .banners-entities .banners .banner-2 .banner-message p {
    font-size: 18px;
    line-height: 24px;
    color: #202020;
  }
  .Home .main-content .banners-entities .banners .banner-2 .banner-message p strong {
    font-size: 23px;
    color: #fff;
  }
  .Home .main-content .banners-entities .banners .banner-2 .banner-message a {
    width: 200px;
  }
  .Home .main-content .banners-entities .entity .banner-img .button-wrap {
    top: 40%;
    left: 30%;
    right: auto;
  }
  .Home .main-content .mega-quote .row.no-gutters .setup h3 {
    font-size: 54px;
    padding: 80px 30px;
    text-align: left;
  }
  .Home .main-content .mega-quote .quote {
    background: #fac60e;
  }
  .Home .main-content .mega-quote .quote .carousel .carousel-inner {
    width: 70%;
    margin: 0 0 0 15%;
  }
  .Home .main-content .mega-quote .quote .carousel .carousel-inner .item .carousel-caption .quote-message {
    padding: 40px 20px;
    font-size: 30px;
  }
  .Home .main-content .mega-quote .quote .carousel .carousel-control .glyphicon-tcc-arrow-left5,
  .Home .main-content .mega-quote .quote .carousel .carousel-control .glyphicon-tcc-arrow-right5 {
    font-size: 42px;
    height: 30px;
    margin-top: -60px;
    width: 30px;
  }
  .Home .main-content .mega-quote .quote .carousel .carousel-control .glyphicon-tcc-arrow-left5 {
    margin-left: 5px;
  }
  .Home .main-content .mega-quote .quote .carousel .carousel-control .glyphicon-tcc-arrow-right5 {
    margin-right: 15px;
  }
  /****************** 
			Default Single Column
			 ******************/
  .default-single-column .main-content .contentCol .wizard {
    margin: 0 20px;
  }
  .default-single-column .main-content .contentCol .wizard.wizard-step-one table tr td input[type="submit"] {
    float: right;
    clear: both;
  }
  .default-single-column .main-content .contentCol .wizard.wizard-step-two .wizardForm div span.error {
    width: 70%;
    margin: 0 auto;
  }
  .default-single-column .main-content .contentCol .wizard.wizard-step-two .wizardForm div label {
    display: inline-block;
    width: 49%;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
  }
  .default-single-column .main-content .contentCol .wizard.wizard-step-two .wizardForm div select,
  .default-single-column .main-content .contentCol .wizard.wizard-step-two .wizardForm div input[type="text"] {
    margin: 0 0 20px 20px;
    display: inline-block;
  }
  .default-single-column .main-content .contentCol .wizard.wizard-step-three .wizardResults {
    border: 1px solid #3c3c3c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 20px 30px;
  }
  .default-single-column .main-content .contentCol .wizard.wizard-step-three .wizardResults .wizardResultsHeader h2 {
    font-size: 22px;
  }
  .default-single-column .main-content .contentCol .wizard.wizard-step-three .wizardResults .wizardResultsBody table {
    font-size: 14px;
    border: 1px solid #3c3c3c;
  }
  .default-single-column .main-content .contentCol .wizard.wizard-step-three .wizardResults .wizardResultsButtons {
    text-align: right;
  }
  .default-single-column .main-content .contentCol .wizard.wizard-step-three .wizardResults .wizardResultsButtons .standardButton {
    display: inline-block;
    margin-left: 30px;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .default-single-column .main-content .contentCol.review-order .item-table ul.list-table li.main-row .item-price,
  .default-single-column .main-content .contentCol.review-order .item-table ul.list-table li.sub-row .item-price {
    padding-left: 20px !important;
  }
  .default-single-column .main-content .contentCol.review-order .item-table ul.list-table li.sub-row .item-price {
    padding-left: 25px !important;
  }
  .default-single-column .main-content .contentCol .affiliate-enroll .affiliateLoginWidget {
    margin-top: 0;
  }
  /****************** 
			Landing Page
			 ******************/
  .landing-page .siteHeader .leftRail .logoBanner {
    display: inline-block;
    width: auto;
    margin: auto;
  }
  .landing-page .siteHeader .centerPost .contentRows {
    margin-top: 20px;
  }
  .landing-page .siteHeader .centerPost .contentRows .desktopPhoneNumber {
    float: right !important;
    width: auto;
    margin: auto;
  }
  /****************** 
			Summary Order Status
			 ******************/
  .summary_order_status dl {
    border: none;
    padding: inherit;
  }
  /****************** 
			Pay Invoice
			 ******************/
  .payInvoice .step2 {
    border-left: 1px solid #314455;
    border-top: none;
  }
  /****************** 
			Default Two Column
			 ******************/
  .default-two-column.sales-funnel .tcc4Nav .header {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .default-two-column.sales-funnel .tcc4Nav .header .main-row .logo {
    margin-top: 4px;
  }
  .default-two-column.sales-funnel .tcc4Nav .header .main-row .logo svg {
    width: 145%;
  }
  .default-two-column.sales-funnel .tcc4Nav .header .main-row .customers {
    margin-top: 39px;
  }
  .default-two-column.sales-funnel .tcc4Nav .header .main-row .customers .customer-cart {
    margin: 0;
  }
  .default-two-column.sales-funnel .tcc4Nav .header .main-row .customers .customer-cart .cartSliderButton {
    top: -4px;
  }
  .customize-package.default-two-column.sales-funnel .sub-nav #hamburgerButton,
  .contact-collector.default-two-column.sales-funnel .sub-nav #hamburgerButton,
  .combined-order-form.default-two-column.sales-funnel .sub-nav #hamburgerButton,
  .review-company.default-two-column.sales-funnel .sub-nav #hamburgerButton,
  .payment-page.default-two-column.sales-funnel .sub-nav #hamburgerButton,
  .receipt.default-two-column.sales-funnel .sub-nav #hamburgerButton {
    display: none !important;
  }
  .customize-package.default-two-column.sales-funnel .sub-nav .click-call,
  .contact-collector.default-two-column.sales-funnel .sub-nav .click-call,
  .combined-order-form.default-two-column.sales-funnel .sub-nav .click-call,
  .review-company.default-two-column.sales-funnel .sub-nav .click-call,
  .payment-page.default-two-column.sales-funnel .sub-nav .click-call,
  .receipt.default-two-column.sales-funnel .sub-nav .click-call {
    margin-left: 16.6666667%;
  }
  .customize-package.default-two-column.sales-funnel .sub-nav .click-cart,
  .contact-collector.default-two-column.sales-funnel .sub-nav .click-cart,
  .combined-order-form.default-two-column.sales-funnel .sub-nav .click-cart,
  .review-company.default-two-column.sales-funnel .sub-nav .click-cart,
  .payment-page.default-two-column.sales-funnel .sub-nav .click-cart,
  .receipt.default-two-column.sales-funnel .sub-nav .click-cart {
    float: right;
  }
  .customize-package.default-two-column.sales-funnel .sub-nav .chat-call-cart-col,
  .contact-collector.default-two-column.sales-funnel .sub-nav .chat-call-cart-col,
  .combined-order-form.default-two-column.sales-funnel .sub-nav .chat-call-cart-col,
  .review-company.default-two-column.sales-funnel .sub-nav .chat-call-cart-col,
  .payment-page.default-two-column.sales-funnel .sub-nav .chat-call-cart-col,
  .receipt.default-two-column.sales-funnel .sub-nav .chat-call-cart-col {
    width: 75%;
  }
  .default-two-column.sales-funnel .main-content {
    background: none;
  }
  .default-two-column.sales-funnel .main-content section.shadow-corner {
    position: relative;
    display: inline-block;
  }
  .receipt.default-two-column.sales-funnel .main-content section.shadow-corner {
    width: 100%;
  }
  .state-business-type.default-two-column.sales-funnel .main-content section.shadow-corner {
    display: block;
  }
  .default-two-column.sales-funnel .main-content section .contentCol {
    min-height: 600px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
  .default-two-column.sales-funnel .main-content section .contentCol hr.section-break {
    display: block;
    height: 1px;
    background: #3c3c3c;
  }
  .default-two-column.sales-funnel .main-content section .contentCol .go-back {
    margin-left: auto;
  }
  .default-two-column.sales-funnel .main-content section .contentCol h1.heading-title {
    margin: 5px 0 10px;
    padding: 30px 10px 10px 60px;
  }
  .default-two-column.sales-funnel .main-content section .contentCol h1.heading-title .icon-section {
    display: inline-block;
    top: 7px;
    margin-left: -55px;
  }
  .default-two-column.sales-funnel .main-content section .contentCol h1 + p {
    margin: -10px 0 20px 50px;
  }
  .default-two-column.sales-funnel .main-content section .contentCol h2.subheading-title {
    padding: 0 10px 10px;
  }
  .default-two-column.sales-funnel .main-content section .contentCol h2.subheading-title span {
    display: inline-block;
  }
  .package-pricing.default-two-column.sales-funnel .main-content section .contentCol .package-section {
    margin: 30px 3% 40px 0;
    width: 30%;
  }
  .package-pricing.default-two-column.sales-funnel .main-content section .contentCol .package-section .package-contents .package-cta {
    font-size: 19px;
  }
  .default-two-column.sales-funnel .main-content section .contentCol.receiptPage dl dt {
    width: 50%;
  }
  .default-two-column.sales-funnel .main-content section .contentCol.receiptPage dl dd {
    margin-left: 52%;
  }
  .default-two-column.sales-funnel .main-content section .contentCol .list-package-services {
    margin: auto;
  }
  .default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.package-service-title {
    margin: 40px auto !important;
    padding: 0;
    background-color: #fff;
  }
  .default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.package-service-title span {
    display: inline-block;
  }
  .default-two-column.sales-funnel .main-content section .contentCol .list-package-services li #includedPackage.panel-group .panel .panel-heading {
    padding: 5px 15px;
  }
  .default-two-column.sales-funnel .main-content section .contentCol .list-package-services li #includedPackage.panel-group .panel .panel-heading .glyphicon-ok {
    display: inline-block;
  }
  .default-two-column.sales-funnel .main-content section .contentCol .list-package-services li #includedPackage.panel-group .panel .panel-heading a span {
    display: inline-block;
  }
  .default-two-column.sales-funnel .main-content section .contentCol .list-package-services li #includedPackage.panel-group .panel .panel-heading a span.caret {
    display: inline-block;
  }
  .default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.add-ons,
  .default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.indent {
    margin-left: 40px;
    margin-top: 40px;
  }
  .default-two-column.sales-funnel .main-content section .contentCol .review-sections {
    margin: 0 10px 50px 50px;
  }
  .default-two-column.sales-funnel .main-content section .contentCol .form-indent {
    margin-left: 41px;
  }
  .default-two-column.sales-funnel .main-content section .contentCol .form-indent h2.subheading-title span {
    display: inline-block;
  }
  .default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group div[class*="col-"] {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group div[class*="col-"].alert {
    padding-bottom: 5px;
  }
  .default-two-column.sales-funnel .main-content section .contentCol .form-indent #cwOverviewNotMyAccount {
    float: right !important;
  }
  .default-two-column.sales-funnel .rightRail .side-cart-behind:after {
    border-left: 107.5px solid transparent;
    border-right: 98px solid transparent;
  }
  .default-two-column.sales-funnel .rightRail .side-cart-behind .side-cart .side-cart-title {
    text-align: left;
  }
  .default-two-column.sales-funnel .rightRail .side-cart-behind .side-cart .side-cart-footer p {
    font-size: 16px;
    font-family: 'FuturaRound-Book', sans-serif;
  }
  .default-two-column.sales-funnel .rightRail .side-cart-behind .side-cart .side-cart-footer ul li {
    font-size: 14px;
  }
  .default-two-column.sales-funnel .rightRail .side-cart-behind .side-cart:after {
    border-left: 104px solid transparent;
    border-right: 96px solid transparent;
  }
  .default-two-column.sales-funnel .rightRail .side-cart-form-button {
    text-align: center;
    margin: 0 0 15px 0;
  }
  .default-two-column.sales-funnel .siteFooter .row .mcAfeeBadge,
  .default-two-column.sales-funnel .siteFooter .row .bbbBadge {
    padding-top: 40px;
  }
  /******************* 
			Full Hero Template
			 *******************/
  .full-hero-landing h1.headline {
    font-size: 50px;
    line-height: 56px;
  }
  .full-hero-landing p.subHeadline {
    font-size: 28px;
  }
  .full-hero-landing .full-hero-upper .hero-content .get-started {
    margin-top: 35px;
  }
  .full-hero-landing .full-hero-upper .hero-content .get-started a.btn {
    width: 50%;
  }
  /******************* 
			Full Hero Subpage Template
			 *******************/
  .full-hero-subPage h1.headline {
    font-size: 50px;
    line-height: 56px;
  }
  .full-hero-subPage p.subHeadline {
    font-size: 28px;
  }
  .full-hero-subPage .full-hero-upper .hero-content .get-started {
    margin-top: 35px;
  }
  .full-hero-subPage .full-hero-upper .hero-content .get-started a.btn {
    width: 50%;
  }
}
/*** screen ≈ TABLET  ONLY***/
@media (min-width: 768px) and (max-width: 991px) {
  .side-cart-behind .side-cart {
    font-size: .8em;
  }
  .side-cart-behind .side-cart .side-cart-title p.package-state {
    font-size: 1em !important;
  }
}
/*** screen ≈ desktop  ***/
@media (min-width: 992px) {
  body:before {
    content: "desktop";
    display: block;
    position: absolute;
    left: -9999px;
    top: 0px;
  }
  /****************** 
			Header .. Nav .. SideNav
			 ******************/
  .tcc4Nav .header {
    padding-top: 34px;
    padding-bottom: 20px;
  }
  .tcc4Nav .header .main-row .logo {
    margin-top: 0;
    padding-left: 45px;
  }
  .tcc4Nav .header .main-row .logo svg {
    width: 110%;
  }
  .tcc4Nav .chat-call-cart {
    width: auto;
  }
  .tcc4Nav .chat-call-cart a {
    color: #359bac;
  }
  .tcc4Nav .chat-call-cart .click-to-cart {
    border-left: none;
  }
  .tcc4Nav .chat-call-cart .click-to-cart a span {
    top: 0;
  }
  .searchForm input[type="text"],
  .searchForm input[type="search"] {
    width: 200px !important;
  }
  .sales-funnel .tcc4Nav .chat-call-cart {
    position: relative;
  }
  .customize-package.sales-funnel .tcc4Nav .chat-call-cart .click-to-cart,
  .contact-collector.sales-funnel .tcc4Nav .chat-call-cart .click-to-cart,
  .combined-order-form.sales-funnel .tcc4Nav .chat-call-cart .click-to-cart,
  .review-company.sales-funnel .tcc4Nav .chat-call-cart .click-to-cart,
  .payment-page.sales-funnel .tcc4Nav .chat-call-cart .click-to-cart,
  .receipt.sales-funnel .tcc4Nav .chat-call-cart .click-to-cart {
    display: none !important;
  }
  /* Toggle Display Flag(s) */
  .smallPageMenu {
    display: block;
  }
  .footerPhoneNumber {
    display: block;
  }
  .shyPanel {
    display: none;
  }
  .veryShyPanel {
    display: none;
  }
  /* End Display Flags */
  .contactDivider {
    width: 940px;
  }
  .accordionContainer {
    width: 33%;
  }
  .contactBusinessHours p {
    font-size: 14px;
  }
  .btn-custom,
  .btn-default,
  .standardButton {
    font-size: 22px;
  }
  .btn90x30 {
    width: 110px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn90x40 {
    width: 110px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn95x30 {
    width: 115px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn95x40 {
    width: 115px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn100x30 {
    width: 120px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn100x40 {
    width: 120px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn105x30 {
    width: 125px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn105x40 {
    width: 125px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn110x30 {
    width: 130px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn110x40 {
    width: 130px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn115x30 {
    width: 135px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn115x40 {
    width: 135px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn120x30 {
    width: 140px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn120x40 {
    width: 140px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn125x30 {
    width: 145px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn125x40 {
    width: 145px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn130x30 {
    width: 150px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn130x40 {
    width: 150px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn135x30 {
    width: 155px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn135x40 {
    width: 155px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn140x30 {
    width: 160px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn140x40 {
    width: 160px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn145x30 {
    width: 165px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn145x40 {
    width: 165px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn150x30 {
    width: 170px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn150x40 {
    width: 170px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn155x30 {
    width: 175px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn155x40 {
    width: 175px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn160x30 {
    width: 180px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn160x40 {
    width: 180px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn165x30 {
    width: 185px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn165x40 {
    width: 185px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn170x30 {
    width: 190px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn170x40 {
    width: 190px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn175x30 {
    width: 195px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn175x40 {
    width: 195px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn180x30 {
    width: 200px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn180x40 {
    width: 200px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn185x30 {
    width: 205px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn185x40 {
    width: 205px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn190x30 {
    width: 210px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn190x40 {
    width: 210px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn195x30 {
    width: 215px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn195x40 {
    width: 215px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn200x30 {
    width: 220px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn200x40 {
    width: 220px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  /****************** 
			SEO Accordion
			 ******************/
  .accordionContainer {
    float: left;
    width: 50%;
  }
  .seoAccordionTrigger {
    background-image: none;
  }
  .seoAccordionTrigger:after {
    display: none;
  }
  .seoAccordionTrigger:hover {
    cursor: default;
  }
  .seoAccordionHeading {
    border: none;
    padding: 10px 0px;
    text-align: center;
  }
  .seoAccordionContents {
    background-color: inherit;
    border: 0 none;
  }
  .seoAccordionContents ul {
    padding: 0px;
  }
  .seoAccordionContents ul li {
    background-image: none;
    padding: 6px 0px;
  }
  .seoAccordionContents .seoAccordionAnchor {
    font-size: 18px;
    text-align: center;
    color: #757575;
  }
  /****************** 
			Footer
			 ******************/
  .siteFooter .footer-get-started .form-inline {
    text-align: center;
  }
  .siteFooter .footer-get-started .form-inline select.form-control {
    padding-right: 40px;
  }
  .siteFooter .footer-get-started .form-inline button {
    padding: 1px 22px 5px;
  }
  .siteFooter .footer-main .seo-links ul.list-inline > li {
    margin: 0 6%;
  }
  /****************** 
			Simple Footer
			 ******************/
  .simple-footer .v-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
  /****************** 
			HOME
			 ******************/
  .Home #wrapper {
    background-position: center 100px;
    background-size: 140% auto;
  }
  .Home .main-content .homePageWallpaper .hero {
    height: 485px;
    background-position: center 0;
    background-size: initial;
    margin-right: 0;
  }
  .Home .main-content .homePageWallpaper .hero-content .get-started h1.headline {
    font-size: 44px;
    line-height: 50px;
  }
  .Home .main-content .homePageWallpaper .hero-content .get-started p.subHeadLine {
    font-size: 20px;
  }
  .Home .main-content .homePageWallpaper .hero-content .get-started a.btn {
    width: 222px;
  }
  .Home .main-content .entity-widget .contentCol div.entity-titles {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 10px;
    z-index: 0;
    display: inline-block;
    height: 40px;
    background: #fff;
    margin: 10px auto;
    overflow: visible;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .Home .main-content .entity-widget .contentCol div.entity-titles:before,
  .Home .main-content .entity-widget .contentCol div.entity-titles:after {
    box-shadow: rgba(0, 0, 0, 0.498039) 0 11px 25px -9px;
    display: block;
    position: absolute;
    content: " ";
    z-index: -1;
    height: 157%;
    width: 51%;
    bottom: 0;
  }
  .Home .main-content .entity-widget .contentCol div.entity-titles:before {
    border-bottom-left-radius: 100% 30%;
    right: 0;
  }
  .Home .main-content .entity-widget .contentCol div.entity-titles:after {
    border-bottom-right-radius: 100% 30%;
    left: 0;
  }
  .Home .main-content .entity-widget .contentCol div.entity-titles .entity-titles-cover {
    width: 105%;
    height: 56px;
    background: #fff;
    margin: -15px -16px 0;
  }
  .Home .main-content .entity-widget .contentCol .entity-tab-list {
    border: none;
    text-align: center;
    display: block;
  }
  .Home .main-content .entity-widget .contentCol .entity-tab-list li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  .Home .main-content .entity-widget .contentCol .entity-tab-list li a {
    border-width: 0;
    font-size: 20px;
    line-height: 17px;
    color: #314455;
    border-radius: 2px;
    padding: 10px 15px;
    margin: 10px;
    white-space: nowrap;
  }
  .Home .main-content .entity-widget .contentCol .entity-tab-list li a:hover,
  .Home .main-content .entity-widget .contentCol .entity-tab-list li a:focus {
    background-color: #bfdfe3;
    color: #314455;
  }
  .Home .main-content .entity-widget .contentCol .entity-tab-list li.active {
    content: "active";
  }
  .Home .main-content .entity-widget .contentCol .entity-tab-list li.active a {
    background-color: #bfdfe3;
    color: #314455;
  }
  .Home .main-content .entity-widget .contentCol .entity-tab-content {
    margin: 30px 50px;
    padding: 0;
  }
  .Home .main-content .entity-widget .contentCol .entity-tab-content li.tab-pane {
    border: none;
    margin: 0;
  }
  .Home .main-content .entity-widget .contentCol .entity-tab-content li.tab-pane img {
    margin: 0 40px 80px 0;
  }
  .Home .main-content .entity-widget .contentCol .entity-tab-content li.tab-pane h2.entity-title {
    background: none;
    text-align: left;
    cursor: default;
    padding: 0;
    display: none;
  }
  .Home .main-content .entity-widget .contentCol .entity-tab-content li.tab-pane h2.entity-title:after {
    display: none;
  }
  .Home .main-content .entity-widget .contentCol .entity-tab-content li.tab-pane .entity-content {
    padding: 0;
  }
  .Home .main-content .entity-widget .contentCol .entity-tab-content li.tab-pane .entity-content .entity-sub-nav li {
    display: inline-block;
  }
  .Home .main-content .entity-widget .contentCol .entity-tab-content li.tab-pane ul {
    overflow: hidden;
  }
  .Home .main-content .entity-widget .contentCol .entity-tab-content li.tab-pane.active img {
    display: block;
  }
  .Home .main-content .entity-widget .contentCol .entity-tab-content li.tab-pane.active h2.entity-title {
    display: block;
  }
  .Home .main-content .hero-row .hero-message h1 {
    font-size: 90px;
  }
  .Home .main-content .hero-get-started .form-inline {
    text-align: center;
  }
  .Home .main-content .hero-get-started .form-inline select.form-control {
    padding-right: 40px;
  }
  .Home .main-content .hero-get-started .form-inline button {
    padding: 1px 22px 5px;
  }
  .Home .main-content .banners-entities .banners .banner-1 .banner-message,
  .Home .main-content .banners-entities .banners .banner-2 .banner-message {
    left: 50px;
    top: 30%;
    width: 45%;
  }
  .Home .main-content .banners-entities .banners .banner-1 .banner-message p,
  .Home .main-content .banners-entities .banners .banner-2 .banner-message p {
    font-size: 22px;
    line-height: 24px;
  }
  .Home .main-content .banners-entities .banners .banner-1 .banner-message p strong,
  .Home .main-content .banners-entities .banners .banner-2 .banner-message p strong {
    font-size: 28px;
  }
  .Home .main-content .banners-entities .banners .banner-2 .banner-message {
    width: 58%;
    top: 10%;
  }
  .Home .main-content .banners-entities .banners .banner-2 .banner-message p {
    font-size: 20px;
    line-height: 27px;
  }
  .Home .main-content .banners-entities .banners .banner-2 .banner-message p strong {
    font-size: 28px;
  }
  .Home .main-content .banners-entities .banners .banner-2 .banner-message a {
    width: 200px;
  }
  .Home .main-content .banners-entities .entity ul.nav li a,
  .Home .main-content .banners-entities .entity ul.nav li span {
    font-size: 60px;
  }
  .Home .main-content .banners-entities .entity .tab-content .btn {
    width: 50%;
  }
  .Home .main-content .banners-entities .entity .tab-content .banner-img .btn {
    width: 100%;
  }
  .Home .main-content .mega-quote .row.no-gutters .setup h3 {
    font-size: 70px;
    padding: 60px 60px 0 60px;
  }
  /****************** 
			Default Three Column
			 ******************/
  .default-three-column .main-content,
  .default-single-column .main-content,
  .no-branding-single-column .main-content,
  .default-two-column .main-content,
  .landing-page .main-content {
    margin: 50px auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .default-three-column .main-content .rightRail,
  .landing-page .main-content .rightRail {
    display: block;
  }
  .default-three-column .main-content .centerPost {
    padding: 40px 30px 30px;
  }
  .default-three-column .main-content .centerPost .callToActionText {
    font-size: 38px;
    color: #3c3c3c;
    font-family: 'FuturaRound-Demi', sans-serif;
  }
  .default-three-column .main-content .centerPost .callToActionSection {
    text-align: left;
  }
  .default-three-column .main-content .centerPost .callToActionSection .standardButton {
    float: none;
    font-size: 26px;
    height: 100%;
    margin: 35px 0 0;
    padding: 4px 0 10px;
    width: 200px;
  }
  .default-three-column .main-content .centerPost .nav-tabs > li {
    font-size: 16px;
  }
  .default-three-column .main-content .centerPost .nav-tabs > li > a {
    padding: 8px 15px;
  }
  .default-three-column .main-content .centerPost .tab-pane li {
    margin-bottom: 10px;
  }
  .default-three-column .main-content .centerPost .stateLinks .linkList {
    width: 21% !important;
    display: inline-block;
  }
  .default-three-column .main-content .centerPost .stateLinks .linkList li {
    border: none;
  }
  /****************** 
			Default Single Column
			 ******************/
  /****************** 
			No Branding Single Column
			 ******************/
  /****************** 
			Empty Column
			 ******************/
  /****************** 
			Default Two Column
			 ******************/
  .default-two-column .main-content {
    padding: 0 15px;
  }
  .default-two-column .main-content .rightRail {
    padding-top: 30px;
  }
  .default-two-column.sales-funnel .tcc4Nav.no-nav .header .main-row .logo {
    margin-top: 0;
  }
  .default-two-column.sales-funnel .tcc4Nav.no-nav .header .main-row .logo svg {
    width: 100%;
  }
  .default-two-column.sales-funnel .tcc4Nav.no-nav .header .main-row .customers .customer-contact .customer-cart {
    margin: 0;
  }
  .default-two-column.sales-funnel .tcc4Nav.no-nav .header .main-row .customers .customer-contact .customer-cart .cartSliderButton {
    top: -4px;
  }
  .default-two-column.sales-funnel .main-content .list-order-progress {
    margin-top: -20px;
  }
  .default-two-column.sales-funnel .main-content .list-order-progress li {
    width: 20%;
  }
  .state-business-type.default-two-column.sales-funnel .main-content .list-order-progress {
    margin-bottom: 60px;
  }
  .default-two-column.sales-funnel .main-content section .contentCol .btn-link {
    padding: 12px 0 0 0;
    float: right;
  }
  .package-pricing.default-two-column.sales-funnel .main-content section .contentCol .package-section .package-contents .package-cta {
    font-size: 24px;
  }
  .state-business-type.default-two-column.sales-funnel .main-content section.shadow-corner {
    display: inline-block;
  }
  /****************** 
			Landing Page
			 ******************/
  /******************* 
			Full Hero Template
			 *******************/
  .full-hero-landing .full-hero-upper {
    width: 970px;
    margin: 0 auto;
  }
  .full-hero-landing .full-hero-upper .hero-content .get-started a.btn {
    width: 230px;
  }
  .full-hero-landing .full-hero-lower {
    width: 970px;
    margin: 0 auto;
  }
  /******************* 
			Full Hero Subpage Template
			 *******************/
  .full-hero-subPage .full-hero-upper {
    width: 970px;
    margin: 0 auto;
  }
  .full-hero-subPage .full-hero-upper .hero-content .get-started a.btn {
    width: 230px;
  }
  .full-hero-subPage .full-hero-lower {
    width: 970px;
    margin: 0 auto;
  }
  .full-hero-subPage .full-hero-lower .lower-content .lower-content-asset {
    margin-top: 0;
  }
  .full-hero-subPage .full-hero-lower .lower-content .lower-content-asset .lower-content-left {
    padding: 0 15px 0 0;
  }
}
/*** screen ≈ widescreen  ***/
@media (min-width: 1200px) {
  body:before {
    content: "widescreen";
    display: block;
    position: absolute;
    left: -9999px;
    top: 0px;
  }
  .container {
    max-width: 1500px;
  }
  .tcc4Nav .header .main-row .logo svg {
    width: 360px;
  }
  /* Toggle Display Flag(s) */
  .tccNav .noDropMenu {
    display: none;
  }
  .siteHeader {
    display: block;
  }
  .secondaryNavigation {
    display: block;
  }
  .veryShyPanel {
    display: block;
  }
  .shyPanel {
    display: block;
  }
  /* End Display Flags */
  .globalMask {
    position: fixed;
  }
  .clearBackground {
    display: block;
  }
  .whiteBackground {
    display: block;
  }
  .contactDivider {
    width: 1140px;
  }
  .contactBusinessHours p {
    font-size: 18px;
  }
  .leadCollectTitle {
    font-size: 15px;
  }
  .btn-custom,
  .standardButton {
    font-size: 22px;
  }
  .btn90x30 {
    width: 110px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn90x40 {
    width: 110px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn95x30 {
    width: 115px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn95x40 {
    width: 115px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn100x30 {
    width: 120px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn100x40 {
    width: 120px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn105x30 {
    width: 125px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn105x40 {
    width: 125px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn110x30 {
    width: 130px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn110x40 {
    width: 130px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn115x30 {
    width: 135px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn115x40 {
    width: 135px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn120x30 {
    width: 140px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn120x40 {
    width: 140px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn125x30 {
    width: 145px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn125x40 {
    width: 145px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn130x30 {
    width: 150px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn130x40 {
    width: 150px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn135x30 {
    width: 155px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn135x40 {
    width: 155px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn140x30 {
    width: 160px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn140x40 {
    width: 160px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn145x30 {
    width: 165px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn145x40 {
    width: 165px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn150x30 {
    width: 170px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn150x40 {
    width: 170px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn155x30 {
    width: 175px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn155x40 {
    width: 175px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn160x30 {
    width: 180px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn160x40 {
    width: 180px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn165x30 {
    width: 185px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn165x40 {
    width: 185px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn170x30 {
    width: 190px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn170x40 {
    width: 190px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn175x30 {
    width: 195px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn175x40 {
    width: 195px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn180x30 {
    width: 200px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn180x40 {
    width: 200px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn185x30 {
    width: 205px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn185x40 {
    width: 205px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn190x30 {
    width: 210px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn190x40 {
    width: 210px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn195x30 {
    width: 215px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn195x40 {
    width: 215px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn200x30 {
    width: 220px;
    font-size: 24px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  .btn200x40 {
    width: 220px;
    font-size: 26px;
    text-transform: lowercase;
    padding: 0px 0 6px;
  }
  /****************** 
			SEO Accordion
			 ******************/
  .accordionContainer {
    width: 20%;
  }
  .seoAccordionTrigger {
    font-size: 16px;
  }
  .seoAccordionContents ul li {
    padding: 0px;
  }
  .seoAccordionAnchor {
    font-size: 13px;
  }
  /****************** 
			Global
			 ******************/
  /****************** 
			Site Footer			
			 ******************/
  .siteFooter .footer-get-started .form-inline {
    text-align: left;
  }
  .siteFooter .footer-get-started .form-inline h2 {
    margin-top: 0;
  }
  /****************** 
			Home
			 ******************/
  .Home #wrapper {
    background-size: 110% auto;
    background-position: 0 80px;
  }
  .Home .mic-section .mic-button {
    background: #fff;
  }
  .Home .mic-section .mic-button .container div {
    max-width: inherit;
    position: absolute;
    z-index: 2000;
  }
  .Home .mic-section .mic-button .container div button.btn {
    background-color: #fac60e;
    background-image: none;
    border: 4px solid #fac60e;
    border-radius: 0;
    color: #3c3c3c;
    font-family: 'FuturaRound-Demi', sans-serif;
    text-transform: lowercase;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    padding: 5px 10px;
    float: none !important;
    margin: -1px 0 0 236px;
    border-radius: 0 0 4px 4px;
    width: auto;
  }
  .Home .mic-section .mic-button .container div button.btn:hover,
  .Home .mic-section .mic-button .container div button.btn:focus {
    color: #3c3c3c;
    background: #ffffff;
    border-color: #fac60e;
  }
  .Home .mic-section .mic-button .container div button.btn:hover span.glyphicon,
  .Home .mic-section .mic-button .container div button.btn:focus span.glyphicon {
    color: #3c3c3c;
  }
  .Home .mic-section .mic-button .container div button.btn[disabled] {
    background: #fcd95e;
    border-color: #fcd95e;
  }
  .Home .main-content .homePageWallpaper {
    display: block;
  }
  .Home .main-content .entity-widget .contentCol .entity-tab-content li img {
    margin: 60px 40px 20px 80px;
  }
  .Home .main-content .hero-get-started .form-inline {
    text-align: left;
  }
  .Home .main-content .hero-get-started .form-inline h2 {
    margin-top: 0;
    text-align: right;
  }
  .Home .main-content .banners-entities .banners .banner-1 .banner-message,
  .Home .main-content .banners-entities .banners .banner-2 .banner-message {
    left: 60px;
  }
  .Home .main-content .banners-entities .entity ul.nav li a,
  .Home .main-content .banners-entities .entity ul.nav li span {
    font-size: 80px;
  }
  /****************** 
			Default Three Column
			 ******************/
  .default-three-column .main-content {
    padding-left: 60px;
    padding-right: 60px;
  }
  .default-three-column .main-content .leftRail {
    display: block;
    /* Toggle Display Flag(s) */
    background: #f8f7f2 url('/images/themes/tcc4/pattern.gif') repeat 0 0;
    border-radius: 0;
    height: 100%;
    padding: 20px 10px 50px 15px;
    margin-top: 60px;
  }
  /****************** 
			Default Two Column
			 ******************/
  .default-two-column.sales-funnel .tcc4Nav.no-nav .header .main-row .logo {
    margin-top: 0;
  }
  .default-two-column.sales-funnel .tcc4Nav.no-nav .header .main-row .logo svg {
    width: 360px;
  }
  .default-two-column.sales-funnel .tcc4Nav.no-nav .header .main-row .customers .customer-contact .customer-cart {
    margin: 0;
  }
  .default-two-column.sales-funnel .tcc4Nav.no-nav .header .main-row .customers .customer-contact .customer-cart .cartSliderButton {
    top: -4px;
  }
  .default-two-column.sales-funnel .tcc4Nav .user-links {
    display: none !important;
  }
  .default-two-column.sales-funnel .main-content .rightRail .side-cart-behind:after {
    border-left: 128.5px solid transparent;
    border-right: 128.5px solid transparent;
  }
  .default-two-column.sales-funnel .main-content .rightRail .side-cart-behind .side-cart:after {
    border-left: 128.5px solid transparent;
    border-right: 128.5px solid transparent;
  }
  /******************* 
			Full Hero Template
			 *******************/
  .full-hero-landing .full-hero-upper {
    width: 1170px;
  }
  .full-hero-landing .full-hero-lower {
    width: 1170px;
  }
  /******************* 
			Full Hero Subpage Template
			 *******************/
  .full-hero-subPage .full-hero-upper {
    width: 1170px;
  }
  .full-hero-subPage .full-hero-lower {
    width: 1170px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .Home .mic-section .mic-button .container div button.btn {
    display: inline-block;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .Home .mic-section .mic-button .container div button.btn {
    display: block;
  }
}

