/*
	Incorporate.com

	Author: J3
	Version: 1.0
	
	-----------------------------------------
	CONTENTS - GLOBAL_CORE.LESS
	-----------------------------------------
	1. STRUCTURE
	2. CONTENT
	3. IMPORT
*/
/* 1. STRUCTURE
----------------------------------------------------------------------------------------*/
body {
  background-color: #daeeef;
  color: #444;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0px;
}
body:before {
  content: "mobile";
  display: block;
  position: absolute;
  left: -9999px;
  top: 0px;
}
/***************** 
	Global Structure
	 *****************/
.globalSideMenu {
  display: none;
  opacity: 1;
  padding: 0px;
  position: static;
  visibility: visible;
  width: 260px;
  z-index: 0;
}
.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;
}
/****************** 
	Wrapper Structure
	 ******************/
.siteHeader {
  background-color: #ffffff;
  display: none;
}
.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 .tccNav.ieNav {
  background-image: url("/images/themes/tcc4/tcc4_nav_bg.png");
  background-repeat: repeat-x;
  box-shadow: none;
}
/*************** 
	Desktop Header
	 ***************/
.headerCol {
  background-color: #FFFFFF;
  height: 111px;
  padding-top: 16px;
}
.logoBox {
  text-align: center;
}
/*************** 
	Navigation Bar
	 ***************/
/* Toggle Display Flag(s) */
.noDropMenu {
  display: block;
}
.dropMenu {
  display: none;
}
/* End Display Flags */
.hamburgerBox {
  border-right: 2px solid #237a88;
  box-shadow: 1px 0 rgba(255, 255, 255, 0.1);
  cursor: pointer;
  padding: 0px 15px;
  position: relative;
  width: 72px;
}
.hamburgerIcon {
  background-image: url("/images/themes/tcc4/tcc4_hamburger_icon.png");
  background-position: center 23px;
  background-repeat: no-repeat;
  height: 76px;
}
.globalSideMenu section {
  opacity: 0;
}
.logoPhoneNumber {
  text-align: center;
}
.logoPhoneNumber a {
  display: block;
}
.logoPhoneNumberAnchor {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 2px;
}
.logoPhoneNumberAnchor:hover,
.logoPhoneNumberAnchor:active,
.logoPhoneNumberAnchor:focus {
  color: #ffffff;
  outline: 0 none;
  text-decoration: underline;
}
.smallPageMenu {
  display: none;
}
.smallPageMenu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.smallPageMenu ul li {
  display: line-block;
  height: 76px;
  line-height: 76px;
  text-align: center;
}
.smallPageMenu ul li a {
  color: #ffffff;
  font-size: 22px;
}
.singleNavElement {
  height: 76px;
  line-height: 76px;
}
.stackedNavElement {
  height: 76px;
}
/* Large Navigation */
.primaryNavigation {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.primaryNavigationItem {
  border-right: 2px solid #237a88;
  box-shadow: 1px 0 rgba(255, 255, 255, 0.1);
  height: 85px;
  padding-top: 19px;
}
.primaryNavigationItemNoBorder {
  border: 0 none;
  box-shadow: none;
}
.primaryNavigationItem:hover {
  background: linear-gradient(to bottom, #68b5c1, #237a88) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #68b5c1), color-stop(100%, #237a88));
  background: -webkit-linear-gradient(#68b5c1, #237a88);
  cursor: pointer;
}
.ie .ieNav .primaryNavigationItem:hover {
  background-image: url("/images/themes/tcc4/tcc4_nav_bg_hover.png");
}
.primaryNavigationItemSelected {
  background: #ffffff;
  border-right: 2px solid #237a88;
  box-shadow: 1px 0 rgba(255, 255, 255, 0.1);
  cursor: pointer;
  height: 85px;
  padding-top: 19px;
}
.primaryNavigationTitle {
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  width: 100%;
}
.primaryNavigationItemSelected > .primaryNavigationTitle {
  color: #314455;
}
.primaryNavigationSub {
  color: #223444;
  font-style: italic;
  font-weight: bold;
}
.secondaryNavigation {
  background-color: #ffffff;
  border-top: none 0;
  display: none;
  height: 0px;
  margin: -1px 0px 0px;
  position: relative;
  z-index: 2000;
}
.panelContainer {
  height: 200px;
  padding-top: 15px;
  position: relative;
}
.panelContainer ul {
  list-style: none;
  padding-left: 0px;
}
.closeIcon {
  background-color: #ffffff;
  border: none 0;
  color: #359BAC;
  font-size: 19px;
  font-weight: bold;
  height: 26px;
  padding-bottom: 26px;
  position: absolute;
  right: 10px;
  top: 12px;
}
.closeIcon:hover {
  color: #3F586E;
  cursor: pointer;
}
/*************** 
	Body Structure
	 ***************/
.contentCol {
  background-color: transparent;
  min-height: 600px;
  height: 100%;
}
/***************** 
	Footer Structure
	 *****************/
.siteFooter {
  padding-bottom: 50px;
}
.siteFooter.footerColor {
  background-color: #E7F3F5;
}
.siteFooter .footerContactRow div[class*="col-"] {
  border-bottom: 2px groove #F1F8F9;
}
.siteFooter .footerLanguage {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* 2. CONTENT
----------------------------------------------------------------------------------------*/
/******************* 
	Home Page Specific
	 *******************/
.main-content .homePageWallpaper .hero {
  position: absolute;
  left: 0;
  right: 0;
  background: #ffffff url("/images/themes/tcc4/homepage/tcc_homepage_aspot_male_designer.jpg") no-repeat left 0;
  z-index: 0;
  height: 389px;
}
.main-content .homePageWallpaper .hero-content {
  position: relative;
  z-index: 100;
  padding: 0 15px;
}
.main-content .homePageWallpaper .hero-content .get-started {
  margin-top: 35px;
}
.main-content .homePageWallpaper .hero-content .get-started h1.headline {
  font-size: 38px;
  line-height: 35px;
  font-weight: 400;
}
.main-content .homePageWallpaper .hero-content .get-started p.subHeadline {
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
}
.main-content .homePageWallpaper .hero-content .get-started a.btn {
  width: 100%;
  height: 59px;
  font-size: 22px;
  padding: 15px 12px;
}
.main-content .homePageWallpaper .hero-content .get-started .ctaTagline {
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.main-content .homePageWallpaper .hero-content .trustBadge {
  background: transparent url("/images/themes/tcc4/homepage/tcc_homepage_aSpot_trustBadges.png") no-repeat left top;
  border: none;
  margin-top: 20px;
  width: 150px;
  height: 380px;
}
.main-content .entity-widget {
  margin-top: 20px;
}
.main-content .entity-widget .contentCol {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px #222222;
  min-height: 520px;
}
.main-content .entity-widget .contentCol div.entity-titles {
  display: none;
}
.main-content .entity-widget .contentCol .entity-tab-list {
  display: none;
}
.main-content .entity-widget .contentCol .entity-tab-content {
  margin: 0;
  padding: 15px;
}
.main-content .entity-widget .contentCol .entity-tab-content li.tab-pane {
  display: block;
  border: 1px solid #bfdfe3;
  opacity: 1;
  margin: 20px 0;
}
.main-content .entity-widget .contentCol .entity-tab-content li.tab-pane img {
  display: none;
}
.main-content .entity-widget .contentCol .entity-tab-content li.tab-pane.active h2.entity-title:after {
  background: none;
}
.main-content .entity-widget .contentCol .entity-tab-content li.tab-pane h2.entity-title {
  background: #bfdfe3;
  text-align: center;
  margin: 0;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
}
.main-content .entity-widget .contentCol .entity-tab-content li.tab-pane h2.entity-title:after {
  content: '';
  display: block;
  height: 11px;
  width: 17px;
  position: absolute;
  right: 10px;
  top: 21px;
  background: url('/images/themes/tcc4/tcc4_dropdownArrow_DOWN.png') no-repeat 0 0;
}
.main-content .entity-widget .contentCol .entity-tab-content li.tab-pane .entity-content {
  display: none;
  padding: 15px;
}
.main-content .entity-widget .contentCol .entity-tab-content li.tab-pane .entity-content .entity-sub-nav li {
  display: block;
  text-align: center;
}
.main-content .entity-widget .contentCol .entity-tab-content li.tab-pane .entity-content .entity-sub-nav li .btn {
  margin-bottom: 10px;
}
.main-content .entity-widget .contentCol .entity-tab-content li.tab-pane .entity-content .entity-sub-nav li a {
  font-size: 18px;
}
.main-content .entity-widget .contentCol .entity-tab-content li.tab-pane.active .entity-content {
  display: block;
}
/*************** 
	Desktop Header
	 ***************/
.logoBanner {
  display: inline-block;
}
.contentRows {
  height: 34px;
}
.topContentRow {
  margin-bottom: 5px;
}
.smallBoldEmphasis {
  font-size: 16px;
  font-weight: 600;
}
.largeEmphasis {
  font-size: 24px;
}
.desktopPhoneNumber {
  background-image: url("/images/themes/tcc4/tcc_homepage_head_phoneIcon_dark.png");
  background-repeat: no-repeat;
  background-position: 0px 5px;
  color: #314455;
  margin: 0;
  padding-left: 34px;
}
.liveChatBox {
  padding-top: 5px;
}
.liveChatBox a {
  display: inline-block;
  height: 31px;
  outline: 0 none;
  overflow: hidden;
  position: relative;
  width: 119px;
}
.liveChatBox a img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.liveChatBox a img:hover {
  cursor: pointer;
  top: -31px;
}
.cartIcon {
  background-image: url("/images/themes/tcc4/tcc4_cart_icon.png");
  background-repeat: no-repeat;
  background-position: 22px 0px;
  display: inline-block;
  height: 21px;
  width: 100%;
}
.cartImage {
  margin: -6px 5px 0 0;
}
/*********************** 
	Navigation Panel Stuff
	 ***********************/
.panelCopy {
  color: #314455;
  font-size: 18px;
  margin-bottom: 0px;
}
.panelCopyEmphasis {
  font-weight: bold;
}
.panelContainer ul a {
  font-size: 16px;
}
/*************** 
	Search Menu
	 ***************/
.searchForm input[type="text"],
.searchForm input[type="search"] {
  padding-right: 34px;
}
.searchForm input[type="submit"] {
  background: transparent url("/images/themes/tcc4/tcc4_searchIcon.png") no-repeat 6px 8px;
  border: 0;
  float: right;
  height: 37px;
  margin-top: -35px;
  opacity: 0.8;
  width: 33px;
}
/*************** 
	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: #1087B9;
  display: inline-block;
  height: 100%;
  font-size: 18px;
  outline: 0 none;
  width: 100%;
}
.accordionAnchor:hover {
  color: #1087B9;
  text-decoration: underline;
}
.accordionAnchor:focus {
  color: #1087B9;
  outline: 0 none;
  text-decoration: none;
}
.accordionTrigger {
  background-image: url('/images/themes/tcc4/tcc4_dropdownArrow_DOWN.png');
  background-position: right 13px;
  background-repeat: no-repeat;
  color: #314455;
  font-size: 24px;
  font-weight: bold;
  padding-right: 0px;
  cursor: pointer;
}
.accordionTrigger:hover {
  color: #314455;
  text-decoration: none;
}
.accordionTrigger:focus {
  color: #314455;
  outline: 0 none;
  text-decoration: none;
}
.accordionTriggerReverse {
  background-image: url('/images/themes/tcc4/tcc4_dropdownArrow_UP.png');
}
.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;
}
.contactPhoneNumber {
  background-image: url('/images/themes/tcc4/tcc4_phoneIcon.png');
}
.contactEmailAddress {
  background-image: url('/images/themes/tcc4/tcc4_emailIcon.png');
}
.contactBusinessHours {
  background-image: url('/images/themes/tcc4/tcc4_hoursIcon.png');
}
.contactInfo p {
  color: #314455;
  font-size: 21px;
  font-weight: bold;
}
.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;
  height: 1px;
  left: 15px;
  margin: 0px;
  position: absolute;
}
.topMost {
  top: 0px;
}
/* McAfee Badge */
.mcAfeeBadge img {
  border: 1px solid #ababab;
  border-radius: 6px;
  height: 42px;
  width: 95px;
}
/****************** 
		Simple Footer
		 ******************/
.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 {
  background-color: #DAEEEF;
  padding-top: 10px;
  padding-bottom: 10px;
}
.leadCollectContainer .leadCollectTitle {
  font-size: 16px;
  font-weight: bold;
  color: #314455;
}
.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: #359bac;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(53, 155, 172, 0.6);
  outline: 0 none;
}
.accordionAnchor {
  color: #359BA9;
}
.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-color: #f6f6f6, #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6, #ffffff), to(#ffffff));
  background: -webkit-linear-gradient(top, #f6f6f6, #ffffff, #ffffff);
  background: -moz-linear-gradient(top, #f6f6f6, #ffffff, #ffffff);
  background: -ms-linear-gradient(top, #f6f6f6, #ffffff, #ffffff);
  background: -o-linear-gradient(top, #f6f6f6, #ffffff, #ffffff);
}
.default-three-column .main-content .leftRail .listTitle {
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  margin: 10px 0;
}
.default-three-column .main-content .leftRail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.default-three-column .main-content .rightRail {
  display: none;
  padding-top: 30px;
}
.default-three-column .main-content .rightRail .priceBox {
  background: #daeeef;
  border: 1px solid #737474;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 100%;
  width: 100%;
  margin: 0 0 20px;
  padding: 5px 15px;
}
.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;
}
.default-three-column .main-content .rightRail .priceBox .priceBoxBanner {
  color: #314455;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 0 3px;
  padding-bottom: 5px;
}
.default-three-column .main-content .rightRail .priceBox .packagePrice span {
  display: inline-block;
  font-size: 24px;
  padding-top: 10px;
  vertical-align: text-top;
  color: #314455;
}
.default-three-column .main-content .rightRail .priceBox .packagePrice span.productCatalogPrice {
  font-size: 56px;
  padding-top: 0;
}
.default-three-column .main-content .rightRail .priceBox .offlineSales {
  background: none repeat scroll 0pt 0pt #314455;
  border-bottom: none;
  border-top: none;
  color: #FFFFFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 50px;
  margin: 5px -25px !important;
  text-align: center;
}
.default-three-column .main-content .rightRail .priceBox .buttonSection {
  margin-left: 0 !important;
  padding: 10px 0;
}
.default-three-column .main-content .rightRail .priceBox .buttonSection a {
  display: inline-block;
}
.default-three-column .main-content .rightRail .rightContentBox {
  background: #f6f6f6;
  border: 1px solid #737474;
  margin: 0 0 20px;
  padding: 10px ;
  width: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -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 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 10px ;
  color: #314455;
  font-size: 17px;
  font-weight: normal;
}
.default-three-column .main-content .rightRail .rightContentBox section {
  color: #314455;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.default-three-column .main-content .rightRail .rightContentBox .protectYourInfoBox {
  height: 25px;
  margin-top: 10px;
}
.default-three-column .main-content .rightRail .rightContentBox .protectYourInfoBox p {
  background: url('/cms/content/lock_icon.png') no-repeat 0 0;
  font-size: 10px;
  line-height: 17px;
  height: 17px;
  margin: 0 0 0 7px;
  padding-left: 22px;
  width: 220px;
}
.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 40px 50px;
}
.default-three-column .main-content .centerPost .nav-tabs {
  margin: 25px 0;
  border-bottom: 1px solid #cccccc;
}
.default-three-column .main-content .centerPost .nav-tabs li {
  font-size: 14px;
  padding-left: 2px;
}
.default-three-column .main-content .centerPost .nav-tabs li:first-child {
  padding-left: 10px;
}
.default-three-column .main-content .centerPost .nav-tabs > li > a {
  padding: 8px 5px;
  outline: 0;
  font-weight: 600;
  background-color: #e5f2f4;
  border-color: #cccccc #cccccc #cccccc;
}
.default-three-column .main-content .centerPost .nav-tabs > li > a:hover,
.default-three-column .main-content .centerPost .nav-tabs > li > a:focus {
  color: #314455;
}
.default-three-column .main-content .centerPost .nav-tabs > li.active > a {
  background: none;
  border-bottom: 1px solid #fff;
}
.default-three-column .main-content .centerPost .callToActionText {
  font-size: 18px;
  color: #314455;
}
.default-three-column .main-content .centerPost .callToActionSection .standardButton {
  margin: -2px 0 0 10px;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
}
.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 .question {
  margin: 10px 0;
  font-weight: bold;
}
.default-three-column .main-content .centerPost .stories .story .answer {
  color: #2E96C2;
  background-color: #fbfbfb;
  border: 1px solid #cfd1d1;
  padding: 3px 7px 7px 25px;
  background: url("/images/sign_plus.gif") no-repeat 5px 6px;
  line-height: 20px;
  cursor: pointer;
  height: 48px;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
  z-index: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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: #575757;
}
.default-three-column .main-content .centerPost .stories .story .answer.open .content {
  color: #575757;
}
.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: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-weight: bold;
}
.default-three-column .main-content .centerPost .faqSection .faq .answer,
.default-three-column .main-content .centerPost .faqSection .faqQuestion .answer {
  color: #2E96C2;
  background-color: #fbfbfb;
  border: 1px solid #cfd1d1;
  padding: 3px 7px 7px 25px;
  background: url("/images/sign_plus.gif") no-repeat 5px 6px;
  line-height: 20px;
  cursor: pointer;
  height: 48px;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
  z-index: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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: #575757;
}
.default-three-column .main-content .centerPost .faqSection .faq .answer.open .content,
.default-three-column .main-content .centerPost .faqSection .faqQuestion .answer.open .content {
  color: #575757;
}
.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: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 #359bac;
  height: 10px;
  background-color: #73c6d4;
  background: -webkit-gradient(linear, left top, left bottom, from(#73c6d4), to(#359bac));
  background: -webkit-linear-gradient(top, #73c6d4, #359bac);
  background: -moz-linear-gradient(top, #73c6d4, #359bac);
  background: -ms-linear-gradient(top, #73c6d4, #359bac);
  background: -o-linear-gradient(top, #73c6d4, #359bac);
}
.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: #daeeef;
  border: 1px solid #737474;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 100%;
  width: 100%;
  margin: 0 0 20px;
  padding: 5px 15px;
}
.landing-page .main-content .rightRail .priceBox p {
  text-align: center;
  margin: 0;
}
.landing-page .main-content .rightRail .priceBox .priceBoxBanner {
  color: #314455;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 0 3px;
  padding-bottom: 5px;
}
.landing-page .main-content .rightRail .priceBox .packagePrice span {
  display: inline-block;
  font-size: 24px;
  padding-top: 10px;
  vertical-align: text-top;
  color: #314455;
}
.landing-page .main-content .rightRail .priceBox .packagePrice span.productCatalogPrice {
  font-size: 56px;
  padding-top: 0;
}
.landing-page .main-content .rightRail .priceBox .offlineSales {
  background: none repeat scroll 0pt 0pt #314455;
  border-bottom: none;
  border-top: none;
  color: #FFFFFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 50px;
  margin: 5px -15px !important;
  text-align: center;
}
.landing-page .main-content .rightRail .priceBox .buttonSection {
  margin-left: 0 !important;
  padding: 10px 0;
}
.landing-page .main-content .rightRail .priceBox .buttonSection a {
  display: inline-block;
}
.landing-page .main-content .rightRail .rightContentBox {
  background: #f6f6f6;
  border: 1px solid #737474;
  margin: 0 0 20px;
  padding: 10px ;
  width: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -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 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 10px ;
  color: #314455;
  font-size: 17px;
  font-weight: normal;
}
.landing-page .main-content .rightRail .rightContentBox section {
  color: #314455;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.landing-page .main-content .rightRail .rightContentBox .protectYourInfoBox {
  height: 25px;
  margin-top: 10px;
}
.landing-page .main-content .rightRail .rightContentBox .protectYourInfoBox p {
  background: url('/cms/content/lock_icon.png') no-repeat 0 0;
  font-size: 10px;
  line-height: 17px;
  height: 17px;
  margin: 0 0 0 7px;
  padding-left: 22px;
}
.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.wizard-step-one table {
  width: 100%;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-one table tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-one table tr td.qustion-num {
  font-weight: bold;
}
.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 input[type="submit"] {
  float: none;
  clear: both;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-two .wizardForm {
  border: 1px solid #314455;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-two .wizardForm div span.error {
  display: block;
  background: url("/images/warningIcon.png") no-repeat scroll 11px 5px transparent;
  color: #D31010;
  font-weight: bold;
  padding: 10px 0 5px 45px;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-two .wizardForm div label {
  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;
}
.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: #daeeef;
  color: #737474;
  font-weight: bold;
  padding: 0 5px 5px;
  text-align: center;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-three .wizardResults .wizardResultsBody table tr td {
  border-bottom: 1px solid #daeeef;
  padding: 5px;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  width: 20%;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-three .wizardResults .wizardResultsBody table tr td.first {
  font-weight: bold;
  text-align-last: left;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-three .wizardResults .wizardResultsBody table tr td.mostPopular {
  color: #03262b;
  font-weight: bold;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-three .wizardResults .wizardResultsBody table tr.footer td {
  background-color: #314455;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}
.default-single-column .main-content .contentCol .wizard.wizard-step-three .wizardResults .wizardResultsButtons .standardButton {
  display: block;
  margin-bottom: 10px;
}
/****************** 
	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 .main-content {
  border: none;
  border-radius: 0;
  background: none;
}
.default-two-column.sales-funnel .main-content .list-order-progress li {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#e7f3f5), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #e7f3f5, #ffffff);
  background-image: -moz-linear-gradient(left, #e7f3f5, #ffffff);
  background-image: -ms-linear-gradient(left, #e7f3f5, #ffffff);
  background-image: -o-linear-gradient(left, #e7f3f5, #ffffff);
  color: #314455;
  margin-right: 20px;
  width: 18%;
  position: relative;
  padding: 8px 0;
  text-align: center;
  -moz-box-shadow: 9px 6px 10px -5px #9ad6e0;
  -webkit-box-shadow: 9px 6px 10px -5px #9ad6e0;
  box-shadow: 9px 6px 10px -5px #9ad6e0;
}
.default-two-column.sales-funnel .main-content .list-order-progress li:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.default-two-column.sales-funnel .main-content .list-order-progress li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 10px solid #fff;
  right: -10px;
  top: 0px;
  z-index: 2;
}
.default-two-column.sales-funnel .main-content .list-order-progress li.active {
  background: #314455;
  color: #fff;
  position: relative;
  z-index: 0;
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.default-two-column.sales-funnel .main-content .list-order-progress li.active:after {
  border-left-color: #314455;
}
.default-two-column.sales-funnel .main-content .list-order-progress li.completed {
  background: #359bac;
  color: #fff;
  border-right: 1px solid #359bac;
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  margin-right: -3px;
  width: 20%;
}
.default-two-column.sales-funnel .main-content .list-order-progress li.completed:after {
  border-left-color: #359bac;
  z-index: 4;
}
.default-two-column.sales-funnel .main-content .list-order-progress li.completed:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 10px solid #314455;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  right: -12px;
  top: 0px;
  z-index: 3;
}
.default-two-column.sales-funnel .main-content section {
  background: #fff;
}
.default-two-column.sales-funnel .main-content section .contentCol ul li span.glyphicon-ok {
  color: #359bac;
  margin-left: 10px;
  margin-right: 10px;
}
.default-two-column.sales-funnel .main-content section .contentCol hr.section-break {
  height: 1px;
  margin: 20px 0;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), color-stop(0.5, #ffffff), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: linear-gradient(left, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  border: 0;
  position: relative;
}
.default-two-column.sales-funnel .main-content section .contentCol hr.section-break:before {
  display: block;
  content: '';
  height: 10px;
  top: -10px;
  background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 116, color-stop(0%, #cccccc), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-radial-gradient(center bottom, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(center bottom, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-radial-gradient(center bottom, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(farthest-side at center bottom, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
}
.default-two-column.sales-funnel .main-content section .contentCol hr.section-break:before {
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
}
.default-two-column.sales-funnel .main-content section .contentCol .icon-label {
  padding-top: 0 !important;
}
.default-two-column.sales-funnel .main-content section .contentCol span.icon-section {
  font-size: 37px !important;
}
.default-two-column.sales-funnel .main-content section .contentCol span.glyphicon-info-sign {
  color: #359bac !important;
  font-size: 20px !important;
}
.default-two-column.sales-funnel .main-content section .contentCol h1.heading-title {
  padding: 0 10px 10px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #bfdfe3;
  background: -webkit-gradient(linear, left top, left bottom, from(#bfdfe3), to(#ffffff));
  background: -webkit-linear-gradient(top, #bfdfe3, #ffffff);
  background: -moz-linear-gradient(top, #bfdfe3, #ffffff);
  background: -ms-linear-gradient(top, #bfdfe3, #ffffff);
  background: -o-linear-gradient(top, #bfdfe3, #ffffff);
}
.default-two-column.sales-funnel .main-content section .contentCol h1.heading-title .icon-section {
  top: 7px;
}
.default-two-column.sales-funnel .main-content section .contentCol h1.heading-title span {
  color: #359bac !important;
}
.default-two-column.sales-funnel .main-content section .contentCol h1.heading-title p {
  font-weight: normal;
  margin-left: 50px;
}
.default-two-column.sales-funnel .main-content section .contentCol h2.subheading-title {
  padding: 0 10px 10px;
  font-size: 19px;
  font-weight: bold;
  color: #314455;
}
.default-two-column.sales-funnel .main-content section .contentCol h2.subheading-title span {
  color: #aaa;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity.ng-fade.ng-hide {
  opacity: 0;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity.ng-fade.ng-hide-remove,
.default-two-column.sales-funnel .main-content section .contentCol .section-entity.ng-fade.ng-hide-add {
  display: block !important;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity.ng-fade.ng-hide-remove {
  transition: all linear 1000ms;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity.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 .package-details {
  display: table-cell;
  float: none;
  border-top: 1px solid #359bac;
  border-bottom: 1px solid #359bac;
  border-left: 1px solid #359bac;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-details a {
  color: #359bac;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-price {
  display: table-cell;
  float: none;
  border-top: 1px solid #359bac;
  border-right: 1px solid #359bac;
  border-bottom: 1px solid #359bac;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #359bac;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-price p {
  margin: 0 0 20px;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-price p.title {
  font-size: 20px;
  font-weight: 200;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-price p.price {
  font-size: 60px;
  font-weight: 500;
  line-height: 50px;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-price p.price sup {
  font-size: 40px;
}
.default-two-column.sales-funnel .main-content section .contentCol .section-entity .entity-types .package-price p.small-text {
  font-weight: 200;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services {
  margin-left: 10px;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.package-service-title {
  font-size: 19px;
  font-weight: bold;
  color: #314455;
}
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.package-service-title span {
  color: #aaa;
}
.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 {
  padding-left: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfdfe3;
}
.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 p.title,
.default-two-column.sales-funnel .main-content section .contentCol .list-package-services li.indent p.title {
  color: #359bac;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}
.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 .checkbox.international label {
  margin-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-indent {
  margin-left: 30px;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group {
  margin-bottom: 15px;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group .alert-warning {
  margin-left: 15px;
  padding: 5px 15px;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group label {
  color: #359bac;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group.has-feedback .form-control-feedback {
  pointer-events: all;
  right: 15px;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group.has-feedback .tooltip {
  width: 100%;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .form-group .required {
  border-color: #ffcc01;
}
.default-two-column.sales-funnel .main-content section .contentCol .form-indent .fccLegalLanguage {
  margin-left: 25px;
}
.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 .rightRail {
  position: relative;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind {
  background-color: #9ad6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#9ad6e0));
  background: -webkit-linear-gradient(top, #ffffff, #9ad6e0);
  background: -moz-linear-gradient(top, #ffffff, #9ad6e0);
  background: -ms-linear-gradient(top, #ffffff, #9ad6e0);
  background: -o-linear-gradient(top, #ffffff, #9ad6e0);
  position: relative;
  padding-bottom: 1px;
  margin-bottom: 40px;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -22px;
  border-top: 22px solid #9ad6e0;
  border-left: 128.5px solid transparent;
  border-right: 128.5px solid transparent;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart {
  position: relative;
  z-index: 1;
  background: #fff;
  margin-left: 3px;
  margin-right: 3px;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -22px;
  border-top: 22px solid #bfdfe3;
  border-left: 128.5px solid transparent;
  border-right: 128.5px solid transparent;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart .side-cart-title {
  font-size: 16px;
  font-weight: 600;
  color: #314455;
  margin-bottom: 15px;
  padding: 0 15px;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart .side-cart-title p {
  margin: 0 0 5px;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart .side-cart-title p.package-static {
  color: #666;
  text-align: center;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart .side-cart-title p.package-state {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.7em;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart .side-cart-title p.package-entity {
  text-align: center;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart .list-circle {
  margin-left: 15px;
  padding-left: 17px;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart .list-circle li {
  margin: 3px 0;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart .list-package-items li {
  padding-left: 5px;
  padding-right: 5px;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart .list-package-items li.title {
  font-weight: bold;
  font-size: 1.2em;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart .list-package-items li.title span {
  font-weight: normal;
  font-size: inherit;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart .list-package-items li.total {
  font-size: 1.5em;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart .list-package-items li ul {
  list-style: none;
  margin: 0 0 0 -5px;
  padding: 0;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart .list-package-items li ul li {
  font-weight: normal;
  font-size: .8em;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart .side-cart-footer {
  margin-bottom: 1px;
  padding-bottom: 10px;
  background-color: #bfdfe3;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bfdfe3));
  background: -webkit-linear-gradient(top, #ffffff, #bfdfe3);
  background: -moz-linear-gradient(top, #ffffff, #bfdfe3);
  background: -ms-linear-gradient(top, #ffffff, #bfdfe3);
  background: -o-linear-gradient(top, #ffffff, #bfdfe3);
  position: relative;
  z-index: 1;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart .side-cart-footer hr {
  margin: 0 0 15px;
  height: 1px;
  margin: 20px 0;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), color-stop(0.5, #bfdfe3), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #bfdfe3, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #bfdfe3, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0), #bfdfe3, rgba(0, 0, 0, 0));
  background: linear-gradient(left, rgba(0, 0, 0, 0), #bfdfe3, rgba(0, 0, 0, 0));
  border: 0;
  position: relative;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart .side-cart-footer hr:after {
  display: block;
  content: '';
  height: 10px;
  top: 1;
  background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 116, color-stop(0%, #bfdfe3), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-radial-gradient(center top, farthest-side, #bfdfe3 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(center top, farthest-side, #bfdfe3 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-radial-gradient(center top, farthest-side, #bfdfe3 0%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(farthest-side at center top, #bfdfe3 0%, rgba(255, 255, 255, 0) 100%);
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart .side-cart-footer p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart .side-cart-footer ul {
  margin-left: 10px;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-behind .side-cart .side-cart-footer ul a {
  color: #314455;
  white-space: nowrap;
}
.default-two-column.sales-funnel .main-content section .rightRail .side-cart-form-button {
  text-align: center;
}
.default-two-column.sales-funnel .main-content section .rightRail .callout p {
  font-size: 17px;
  font-weight: 600;
  color: #314455;
  margin-bottom: 10px;
  text-align: center;
}
.default-two-column.sales-funnel .main-content section .rightRail .callout p.large-text {
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
}
.default-two-column.sales-funnel .main-content section .rightRail .callout p.large-text sup {
  font-size: 50%;
}
.default-two-column.sales-funnel .main-content section .rightRail .callout p.bottom {
  font-size: 15px;
  color: #999;
  padding: 0 40px;
}
.default-two-column.sales-funnel .main-content section .rightRail .callout p.bottom span {
  color: #314455;
}
/****************** 
	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%;
}
.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/

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

*/
/****************** 
	Brand Color Palette
	 ******************/
/****************** 
	Online Typeface
	 ******************/
@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: #314455;
  font-size: 32px;
  font-weight: bold;
}
h2 {
  margin: 10px 0 15px;
  color: #314455;
  font-size: 18px;
  font-weight: bold;
}
h3 {
  margin: 6px 0 16px 0;
  font-size: 16px;
  font-weight: bold;
}
p {
  margin: 10px 0 20px;
  font-size: 14px;
}
ul,
ol {
  margin-bottom: 20px;
  padding-left: 30px;
}
a {
  color: #359bac;
}
a:hover,
a:focus {
  color: #359bac;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', sans-serif;
}
.list-circle {
  list-style: circle;
}
.text-lt-teal {
  color: #bfdfe3 !important;
}
.text-teal {
  color: #359bac !important;
}
.text-red {
  color: red;
}
/****************** 
	Buttons
	 ******************/
.btn-custom,
.standardButton {
  background-color: #314455;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#506f8a", endColorstr="#314455");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#506f8a), to(#314455));
  background-image: -moz-linear-gradient(top, #506f8a, #314455);
  background-image: -ms-linear-gradient(top, #506f8a, #314455);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #506f8a), color-stop(100%, #314455));
  background-image: -webkit-linear-gradient(top, #506f8a, #314455);
  background-image: -o-linear-gradient(top, #506f8a, #314455);
  background-image: linear-gradient(#506f8a, #314455);
  border-color: #314455;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  width: 100%;
  font-size: 20px;
}
.btn-custom:hover,
.btn-custom:focus,
.standardButton:hover,
.standardButton:focus {
  color: #ffffff;
  background: #314455;
}
@media (min-width: 768px) {
  .btn-custom,
  .standardButton {
    display: inline-block;
  }
}
.btn-coral {
  background-color: #ff5b4a;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa79e", endColorstr="#ff5b4a");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffa79e), to(#ff5b4a));
  background-image: -moz-linear-gradient(top, #ffa79e, #ff5b4a);
  background-image: -ms-linear-gradient(top, #ffa79e, #ff5b4a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa79e), color-stop(100%, #ff5b4a));
  background-image: -webkit-linear-gradient(top, #ffa79e, #ff5b4a);
  background-image: -o-linear-gradient(top, #ffa79e, #ff5b4a);
  background-image: linear-gradient(#ffa79e, #ff5b4a);
  border-color: #ff5b4a;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  width: 100%;
  font-weight: 400;
}
.btn-coral:hover,
.btn-coral:focus {
  color: #ffffff;
  background: #ff5b4a;
}
@media (min-width: 768px) {
  .btn-coral {
    display: inline-block;
  }
}
.standardButton {
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/****************** 
	Helpers
	 ******************/
.padlft20px {
  padding-left: 20px;
}
.padrgt20px {
  padding-right: 20px;
}
.padtop20px {
  padding-top: 20px;
}
.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: #F8F8F8;
  background-image: none;
  border: 1px solid #737474;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 10px 0;
  width: 100%;
  border-radius: 7px;
}
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: #314455;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: normal;
  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: #359bac;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: bold;
  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: #314455;
}
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: #314455;
}
div.rightContentBox ul.nextSteps li.chatBox {
  display: none;
}
div.rightContentBox ul.nextSteps li span {
  font-family: 'Source Sans Pro', sans-serif !important;
}
div.rightContentBox label {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  margin-right: 1px;
  padding-top: 2px;
  text-align: left;
}
div.rightContentBox button {
  background-color: #314455;
  border: 2px solid #f4bfa0;
  color: #f0f0f0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  margin: 5px 0 0 39px;
  padding: 3px 0;
  border-radius: 8px;
}
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: #314455;
  float: left;
  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: transparent;
  background-image: url("/images/themes/tcc3/tcc_input_field_cta_sprite_210x30.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  color: #03262b;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
  outline: none;
  padding: 7px 0 5px 10px;
  width: 211px;
  height: 31px;
}
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: 'Source Sans Pro', 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;
}
/****************** 
	Forms
	 ******************/
form.lead-collector .row {
  margin: 0 0 3px;
  width: 100%;
  padding-left: 10px;
  position: relative;
}
form.lead-collector .radioText {
  float: left;
  margin: 2px 0 0 10px;
}
form.lead-collector .legalLanguage {
  font-size: 11px;
  line-height: 14px;
  margin: 10px 0 20px;
}
form.lead-collector .standardButton {
  float: right;
}
form span.error {
  display: block;
  background: url("/images/warningIcon.png") no-repeat scroll 11px 5px transparent;
  color: #D31010;
  font-weight: bold;
  padding: 10px 0 5px 45px;
}
/****************** 
	Panel
	 ******************/
.panel-custom {
  border-color: #314455;
}
.panel-custom .panel-heading {
  background: #314455;
  padding: 13px 15px;
}
.panel-custom .panel-heading h2,
.panel-custom .panel-heading h3 {
  color: #fff !important;
  font-size: 28px;
  margin: 0;
}
.panel-custom .panel-body {
  background: #d4eff6;
}
.panel-custom .panel-body label {
  color: #0A4F8F;
  font-weight: normal;
  margin-bottom: 0;
}
.panel-custom .panel-body .form-control {
  color: #555;
  margin-bottom: 10px;
}
.panel-custom .panel-body .optional {
  font-size: 10px;
  font-style: italic;
  color: #555;
}
.panel-custom .panel-body .fccLanguageRow {
  font-size: 12px;
  font-style: italic;
}
/************************* 
	Alerts
	 *************************/
.alert.alert-danger.alert-danger-clear {
  margin-bottom: 5px;
  padding: 5px 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;
}
/****************** 
	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.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: #314455;
  text-align: center;
  margin-bottom: 5px;
}
/****************** 
	Stories
	 ******************/
/****************** 
	Responsive
	 ******************/
/****************** 
	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-tcc-check-mark:before {
  content: "\21";
}
.glyphicon-tcc-tcc_icon-font_:before {
  content: "\22";
}
.glyphicon-tcc-error:before {
  content: "\23";
}
.glyphicon-tcc-warning:before {
  content: "\24";
}
.glyphicon-tcc-basket:before {
  content: "\25";
}
.glyphicon-tcc-chat-bubble:before {
  content: "\26";
}
.glyphicon-tcc-company-address:before {
  content: "\27";
}
.glyphicon-tcc-company-contact:before {
  content: "\28";
}
.glyphicon-tcc-company-details:before {
  content: "\29";
}
.glyphicon-tcc-company-name:before {
  content: "\2a";
}
.glyphicon-tcc-compliance:before {
  content: "\2b";
}
.glyphicon-tcc-customize:before {
  content: "\2c";
}
.glyphicon-tcc-entity:before {
  content: "\2d";
}
.glyphicon-tcc-included:before {
  content: "\2e";
}
.glyphicon-tcc-leftQuotes:before {
  content: "\2f";
}
.glyphicon-tcc-map-point:before {
  content: "\30";
}
.glyphicon-tcc-members:before {
  content: "\31";
}
.glyphicon-tcc-new-window:before {
  content: "\32";
}
.glyphicon-tcc-office-chair:before {
  content: "\33";
}
.glyphicon-tcc-payment-info:before {
  content: "\34";
}
.glyphicon-tcc-review:before {
  content: "\35";
}
.glyphicon-tcc-right-quotes:before {
  content: "\36";
}
.glyphicon-tcc-clock-o:before {
  content: "\37";
}
.glyphicon-tcc-briefcase:before {
  content: "\38";
}
.glyphicon-tcc-send:before {
  content: "\39";
}
.glyphicon-tcc-calendar-alt-stroke:before {
  content: "\3a";
}
.glyphicon-tcc-left-quote:before {
  content: "\3b";
}
.glyphicon-tcc-right-quote:before {
  content: "\3c";
}
.glyphicon-tcc-clippy:before {
  content: "\3d";
}
.glyphicon-tcc-diff:before {
  content: "\3e";
}
.glyphicon-tcc-history:before {
  content: "\3f";
}
.glyphicon-tcc-play:before {
  content: "\40";
}
.glyphicon-tcc-briefcase2:before {
  content: "\41";
}
/****************** 
	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);
}
/* 1. STRUCTURE
----------------------------------------------------------------------------------------*/
/*** screen ≈ TABLET  ***/
@media (min-width: 768px) {
  body:before {
    content: "tablet";
    display: block;
    position: absolute;
    left: -9999px;
    top: 0px;
  }
  /* 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;
    position: relative;
  }
  .siteFooter:before,
  .siteFooter:after {
    content: '';
    background: #daeeef;
    display: block;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
  }
  .siteFooter:after {
    left: auto;
    right: -20px;
  }
  .siteFooter.footerColor {
    background-color: #daeeef;
  }
  .siteFooter .row .contactDivider {
    display: block;
  }
  .siteFooter .row.footerContactRow {
    margin-bottom: 36px;
  }
  .siteFooter .row.footerContactRow .contactInfo {
    margin-bottom: 27px;
  }
  .siteFooter .row .leadCollectContainer {
    padding: 0 0 10px 15px;
  }
  /****************** 
			Home
			 ******************/
  .Home .main-content .homePageWallpaper .hero {
    background-position: right 0;
    background-size: auto 90%;
    margin-right: -380px;
  }
  .Home .main-content .homePageWallpaper .hero-content .get-started a.btn {
    width: 222px;
  }
  .Home .main-content .homePageWallpaper .hero-content .get-started .ctaTagline {
    width: 222px;
  }
  /****************** 
			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 #314455;
    -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: 4px solid #daeeef;
  }
  .default-single-column .main-content .contentCol .wizard.wizard-step-three .wizardResults .wizardResultsBody table tr.footer {
    border-bottom: 4px solid #daeeef;
  }
  .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-right: 10px;
  }
  /****************** 
			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;
  }
}
/*** screen ≈ desktop  ***/
@media (min-width: 992px) {
  body {
    background-color: #E7F3F5;
  }
  body:before {
    content: "desktop";
    display: block;
    position: absolute;
    left: -9999px;
    top: 0px;
  }
  .logo {
    padding-left: 0px;
  }
  /* 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%;
  }
  .accordionTrigger {
    color: #314455;
  }
  .contactBusinessHours p {
    font-size: 14px;
  }
  .btn-custom,
  .standardButton {
    font-size: 16px;
  }
  .btn90x30 {
    width: 110px;
    font-size: 16px;
  }
  .btn90x40 {
    width: 110px;
    font-size: 18px;
  }
  .btn95x30 {
    width: 115px;
    font-size: 16px;
  }
  .btn95x40 {
    width: 115px;
    font-size: 18px;
  }
  .btn100x30 {
    width: 120px;
    font-size: 16px;
  }
  .btn100x40 {
    width: 120px;
    font-size: 18px;
  }
  .btn105x30 {
    width: 125px;
    font-size: 16px;
  }
  .btn105x40 {
    width: 125px;
    font-size: 18px;
  }
  .btn110x30 {
    width: 130px;
    font-size: 16px;
  }
  .btn110x40 {
    width: 130px;
    font-size: 18px;
  }
  .btn115x30 {
    width: 135px;
    font-size: 16px;
  }
  .btn115x40 {
    width: 135px;
    font-size: 18px;
  }
  .btn120x30 {
    width: 140px;
    font-size: 16px;
  }
  .btn120x40 {
    width: 140px;
    font-size: 18px;
  }
  .btn125x30 {
    width: 145px;
    font-size: 16px;
  }
  .btn125x40 {
    width: 145px;
    font-size: 18px;
  }
  .btn130x30 {
    width: 150px;
    font-size: 16px;
  }
  .btn130x40 {
    width: 150px;
    font-size: 18px;
  }
  .btn135x30 {
    width: 155px;
    font-size: 16px;
  }
  .btn135x40 {
    width: 155px;
    font-size: 18px;
  }
  .btn140x30 {
    width: 160px;
    font-size: 16px;
  }
  .btn140x40 {
    width: 160px;
    font-size: 18px;
  }
  .btn145x30 {
    width: 165px;
    font-size: 16px;
  }
  .btn145x40 {
    width: 165px;
    font-size: 18px;
  }
  .btn150x30 {
    width: 170px;
    font-size: 16px;
  }
  .btn150x40 {
    width: 170px;
    font-size: 18px;
  }
  .btn155x30 {
    width: 175px;
    font-size: 16px;
  }
  .btn155x40 {
    width: 175px;
    font-size: 18px;
  }
  .btn160x30 {
    width: 180px;
    font-size: 16px;
  }
  .btn160x40 {
    width: 180px;
    font-size: 18px;
  }
  .btn165x30 {
    width: 185px;
    font-size: 16px;
  }
  .btn165x40 {
    width: 185px;
    font-size: 18px;
  }
  .btn170x30 {
    width: 190px;
    font-size: 16px;
  }
  .btn170x40 {
    width: 190px;
    font-size: 18px;
  }
  .btn175x30 {
    width: 195px;
    font-size: 16px;
  }
  .btn175x40 {
    width: 195px;
    font-size: 18px;
  }
  .btn180x30 {
    width: 200px;
    font-size: 16px;
  }
  .btn180x40 {
    width: 200px;
    font-size: 18px;
  }
  .btn185x30 {
    width: 205px;
    font-size: 16px;
  }
  .btn185x40 {
    width: 205px;
    font-size: 18px;
  }
  .btn190x30 {
    width: 210px;
    font-size: 16px;
  }
  .btn190x40 {
    width: 210px;
    font-size: 18px;
  }
  .btn195x30 {
    width: 215px;
    font-size: 16px;
  }
  .btn195x40 {
    width: 215px;
    font-size: 18px;
  }
  .btn200x30 {
    width: 220px;
    font-size: 16px;
  }
  .btn200x40 {
    width: 220px;
    font-size: 18px;
  }
  /****************** 
			SEO Accordion
			 ******************/
  .accordionContainer {
    float: left;
    width: 50%;
  }
  .seoAccordionTrigger {
    background-image: none;
    font-size: 20px;
    color: #314455;
  }
  .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;
  }
  .seoAccordionAnchor {
    font-size: 18px;
    text-align: center;
  }
  /****************** 
			Simple Footer
			 ******************/
  .simple-footer .v-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
  /****************** 
			HOME
			 ******************/
  .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;
  }
  /****************** 
			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 {
    background-color: #FFFFFF;
    border: 2px solid #ABABAB;
    border-radius: 8px;
    margin: 20px auto;
  }
  .default-three-column .main-content .rightRail,
  .landing-page .main-content .rightRail {
    display: block;
  }
  .default-three-column .main-content .centerPost {
    padding: 20px 30px 50px;
  }
  .default-three-column .main-content .centerPost .callToActionText {
    font-size: 18px;
    color: #314455;
    float: left;
  }
  .default-three-column .main-content .centerPost .callToActionSection .standardButton {
    float: left;
    margin: 0 0 0 20px;
  }
  .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 .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;
  }
  /****************** 
			Landing Page
			 ******************/
}
/*** screen ≈ widescreen  ***/
@media (min-width: 1200px) {
  body:before {
    content: "widescreen";
    display: block;
    position: absolute;
    left: -9999px;
    top: 0px;
  }
  /* Toggle Display Flag(s) */
  .noDropMenu {
    display: none;
  }
  .dropMenu {
    display: block;
  }
  .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: 14px;
  }
  .btn90x30 {
    width: 110px;
    font-size: 16px;
  }
  .btn90x40 {
    width: 110px;
    font-size: 18px;
  }
  .btn95x30 {
    width: 115px;
    font-size: 16px;
  }
  .btn95x40 {
    width: 115px;
    font-size: 18px;
  }
  .btn100x30 {
    width: 120px;
    font-size: 16px;
  }
  .btn100x40 {
    width: 120px;
    font-size: 18px;
  }
  .btn105x30 {
    width: 125px;
    font-size: 16px;
  }
  .btn105x40 {
    width: 125px;
    font-size: 18px;
  }
  .btn110x30 {
    width: 130px;
    font-size: 16px;
  }
  .btn110x40 {
    width: 130px;
    font-size: 18px;
  }
  .btn115x30 {
    width: 135px;
    font-size: 16px;
  }
  .btn115x40 {
    width: 135px;
    font-size: 18px;
  }
  .btn120x30 {
    width: 140px;
    font-size: 16px;
  }
  .btn120x40 {
    width: 140px;
    font-size: 18px;
  }
  .btn125x30 {
    width: 145px;
    font-size: 16px;
  }
  .btn125x40 {
    width: 145px;
    font-size: 18px;
  }
  .btn130x30 {
    width: 150px;
    font-size: 16px;
  }
  .btn130x40 {
    width: 150px;
    font-size: 18px;
  }
  .btn135x30 {
    width: 155px;
    font-size: 16px;
  }
  .btn135x40 {
    width: 155px;
    font-size: 18px;
  }
  .btn140x30 {
    width: 160px;
    font-size: 16px;
  }
  .btn140x40 {
    width: 160px;
    font-size: 18px;
  }
  .btn145x30 {
    width: 165px;
    font-size: 16px;
  }
  .btn145x40 {
    width: 165px;
    font-size: 18px;
  }
  .btn150x30 {
    width: 170px;
    font-size: 16px;
  }
  .btn150x40 {
    width: 170px;
    font-size: 18px;
  }
  .btn155x30 {
    width: 175px;
    font-size: 16px;
  }
  .btn155x40 {
    width: 175px;
    font-size: 18px;
  }
  .btn160x30 {
    width: 180px;
    font-size: 16px;
  }
  .btn160x40 {
    width: 180px;
    font-size: 18px;
  }
  .btn165x30 {
    width: 185px;
    font-size: 16px;
  }
  .btn165x40 {
    width: 185px;
    font-size: 18px;
  }
  .btn170x30 {
    width: 190px;
    font-size: 16px;
  }
  .btn170x40 {
    width: 190px;
    font-size: 18px;
  }
  .btn175x30 {
    width: 195px;
    font-size: 16px;
  }
  .btn175x40 {
    width: 195px;
    font-size: 18px;
  }
  .btn180x30 {
    width: 200px;
    font-size: 16px;
  }
  .btn180x40 {
    width: 200px;
    font-size: 18px;
  }
  .btn185x30 {
    width: 205px;
    font-size: 16px;
  }
  .btn185x40 {
    width: 205px;
    font-size: 18px;
  }
  .btn190x30 {
    width: 210px;
    font-size: 16px;
  }
  .btn190x40 {
    width: 210px;
    font-size: 18px;
  }
  .btn195x30 {
    width: 215px;
    font-size: 16px;
  }
  .btn195x40 {
    width: 215px;
    font-size: 18px;
  }
  .btn200x30 {
    width: 220px;
    font-size: 16px;
  }
  .btn200x40 {
    width: 220px;
    font-size: 18px;
  }
  /****************** 
			SEO Accordion
			 ******************/
  .accordionContainer {
    width: 20%;
  }
  .seoAccordionTrigger {
    font-size: 16px;
  }
  .seoAccordionContents ul li {
    padding: 0px;
  }
  .seoAccordionAnchor {
    font-size: 13px;
  }
  /****************** 
			Home
			 ******************/
  .Home .main-content .homePageWallpaper {
    display: block;
  }
  .Home .main-content .entity-widget .contentCol .entity-tab-content li img {
    margin: 60px 40px 20px 80px;
  }
  /****************** 
			Default Three Column
			 ******************/
  .default-three-column .main-content .leftRail {
    display: block;
    /* Toggle Display Flag(s) */
    background: url("/images/themes/tcc4/tcc_leftRail_bg_image.gif") repeat-x scroll right top transparent;
    border-radius: 8px 0 0 8px;
    height: 100%;
    padding: 20px 0 0 30px;
  }
}

