/** Shopify CDN: Minification failed

Line 227:0 All "@import" rules must come first
Line 862:4 Expected identifier but found "*"
Line 1134:4 Expected identifier but found "*"
Line 1169:4 Expected identifier but found "*"
Line 1408:4 Expected identifier but found "*"
Line 1557:4 Expected identifier but found "*"
Line 1655:14 Unexpected "("
Line 2065:1 Expected ")" to go with "("

**/
@charset "utf-8";
/* CSS Document */

	#navMobile ul {
		width:100%;
  list-style-type: none;
	}

	#navMobile li {
		width:33%;
  list-style-type: none;
		float:left;
		border-right: 1px solid #eee;
	}
	#navMobile li:last-child {
		border-right:none;
	}

	#navMobile li a {
		display: block;
		width:80%;
		background:#ddd;
		padding:4% 10%;
		font-size:1.35em;
		text-decoration: none;
  border-radius:5px;
	}

	@media screen and (max-width: 768px) {
		#menuX {
			width:1.8em;
			display: block;
			background:#ddd;
			font-size:1.35em;
			text-align: center;
    margin-top:10px;
    border-radius:5px;
		}
		#navMobile {
    margin-top:15px;
			display: none;
		}
		#navMobile ul {
			width:100%;
			list-style:none;
		}
		#navMobile li {
			width:100%;
			border-right:none;
		}
	}

	@media screen and (min-width: 768px) {
		#menuX {
			display: none;
		}
	}



#temp {
	width:87%;
	height:300px;
	color:#000;
	font-size:1.8em;
	text-align:center;
	margin:auto;
	border-radius:15px;
	background-color:#efefe7;
	margin-top: 40px;
	margin-bottom:40px;
	position:relative;
}

.content {
  width:87%;
  margin:auto;
}

.r30 {
    margin-right:90px;
}

.btnx {
  background-color:#3db4a2;

  height:60px;
  color:#ffffff;
  font-size:1.4em;
  border-radius:5px;
}

.btnx:hover {
  background-color:#289383;
}
#fixed-div {
    position: fixed;
    top: 1em;
    right: 1em;
    color:#fff;
  	background-color:#ccc;
  opacity:0.5;
  padding:10px;
  border-radius:5px;
}
/** #product {
    margin:120px 0px;
} **/

#indexHeader {
  	margin:20px 0px;
  	font-size:20px;
  	text-align:center;
}
#indexCTA {
  	font-size:28px;
  	font-weight:bold;
  	text-align:center;
}
.indexSearchBar {
 	margin:10px 0px 25px 5%;
  	width:90%;
  	height:75px;
  
}
#indexSearchContainer {
  padding-top:30px;
  	background-color:#f5f7f4;
  	margin:0px 0x 30px 0px;
  border:1px solid #ccc;
}
#indexSearch, #indexSearchMobile {
  	height:75px;
  font-size:1.6em;
  text-align:center;
}
#indexSearchMobile {
  display:none;
}

#indexSubmit, #indexSubmitMobile {
  	height:75px;
  	line-height:10px;
 	border-radius:5px;
  	background-color:#3db4a1;
  	color:#ffffff;
  	font-weight:bold;
  	font-size:36px;
  	vertical-align:middle;
}
#indexSubmit:hover, #indexSubmitMobile {
    background-color:#289383;
}
#indexSubmitMobile { display:none }
#indexQuote {
  	width:100%;
  padding:10px 0px;
  	color:#ffffff;
    background-color:#ccc;
  	margin:30px 0px;
}
#indexQuote p {
    font-size:28px;
  	color:#eee;
  	text-align:center;

}
#sidebarLeft {
  background-color:#f5f7f4;
  text-align:center;
  border: 1px solid #CCC;
}
#sidebarLeft div {
    padding:20px;
  	margin-bottom:20px;
}
#sidebarLeft h2 {
  color:#3db4a1;
}
#sidebarSEO p {
  	font-size:14px;
  	text-align:left;
}
#container  {
	position:absolute;
	top:20%;
	left:20%;
}

#container a {
	background-color:#37a8ca;
	border-radius:5px;
	padding:10px;
}

#container a:link, #container a:hover, #container a:visited, #container a:active {
	color:#fff;
}
.pdfpic {
  	border:none;
}
.row {
  border-bottom:1px solid #ccc;
  padding:10px;
  margin:10px 0px;
}
#checkout {
  width: 90%;
  max-width:  240px;
  height: 65px;
  font-size:35px;
  border-radius:10px;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,500,700);

*, *:before, *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

sidebarRight { 
  right:0;
}

body, html {
    overflow-x: hidden;
}

body {
    transition: padding-top 1s;
}

body, h1, h2, h3, h4, h5, h6, p {
    font-family: "Roboto", sans-serif;
}
body.under-641,
.under-641 h1,
.under-641 h2,
.under-641 h3,
.under-641 h4,
.under-641 h5,
.under-641 h6,
.under-641 p {
    font-family: Helvetica, Arial, sans-serif;
}

body.padded {
    padding-top: 70px;
}

select {
    font-size: 24px;
    height: 48px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    padding: 12px 12px;
    font-size: 14px;
    line-height: 1;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    background-image: url('/ferry-public/redesign/selectArrow.png');
    background-position: right center;
    background-repeat: no-repeat;
}

select.state-select {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
    font-size: inherit;
    padding: 0;
    margin: 0;
    line-height: 1;
    height: inherit;
    vertical-align: inherit;
    color: inherit;
    font-weight: inherit;
    cursor: pointer;
    border-bottom: 1px dashed #ccc;
    text-align: center;
}

.base-directory-page .contact {
    background-color: #f0efe7;
}

.base-directory-page .contact .contact-form {
    margin: 47px auto 0 auto;
}

.base-directory-page .contact h2 {
    padding-top: 53px;
    font-size: 48px;
}

.base-directory-page .contact h2,
.base-directory-page .contact .contact-form .alert,
.base-directory-page .contact .contact-form .inputs,
.base-directory-page .contact .contact-form .nonsense-content,
.base-directory-page .contact .contact-form .selected-franchises {
    width: 600px;
    margin: 0 auto 0 auto;
}

.base-directory-page .contact .contact-form .inputs {
    margin-top: 20px;
    margin-bottom: 20px;
}

.base-directory-page .contact .contact-form .inputs button {
    display: block;
    width: 568px;
    font-size: 200%;
}

.base-directory-page .contact .contact-form .inputs input {
    width: 540px;
    height: 48px;
    font-size: 200%;
}

.under-1000 .base-directory-page .contact .contact-form .inputs input,
.under-1000 .base-directory-page .contact .contact-form .inputs input[name=address],
.under-1000  .base-directory-page .contact .contact-form .inputs input[name=zip] {
    width: 570px;
}

.base-directory-page .contact .contact-form .inputs input[name=address] {
    width: 400px;
}

.base-directory-page .contact .contact-form .inputs input[name=zip] {
    width: 105px;
}

.base-directory-page .contact .contact-form .inputs input[type=checkbox] {
    width: auto;
    height: auto;
}

.base-directory-page .contact .contact-form .nonsense {
    padding: 34px 0;
}

.base-directory-page .contact .contact-form .nonsense-content img {
    float: left;
    margin-right: 20px;
}

.base-directory-page .pagination {
    margin-left: 20px;
}

.base-directory-page > .content {
    overflow: hidden;
}

.base-directory-page .header {
    background-color: #50a2ba;
    color: #fff;
    text-align: center;
    padding: 32px 0;
}

.base-directory-page .header h1 {
    font-size: 48px;
}
.under-1000 .base-directory-page.header h1 {
    font-size: 36px;
}

.base-directory-page .header h1 .location {
    font-weight: 100;
    display: inline;
}
.under-1000 .base-directory-page .header h1 .location {
    display: block;
}

.base-directory-page .header h2 {
    border-bottom: 2px solid #4d9bb3;
    position: relative;
    margin: 40px 0;
}

.base-directory-page .header h2 .label {
   color: #397586;
   font-size: 16px;
   position: absolute;
   left: 50%;
   width: 200px;
   text-align: center;
   margin-left: -100px;
   top: -10px;
   background-color: #50a2ba;
}

.base-directory-page .franchise-selector {
    margin: 0 16px 0 382px;
    border-left: 1px solid #d9d8d0;
}
.under-1000 .base-directory-page .franchise-selector {
    margin: 0;
    border: 0;
}

.btn-outline {
    color: #349cc3;
    display: inline-block;
    border: 2px solid #79b7d3;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    background: none;
}

.btn-outline:hover {
    background-color: #349cc3;
    color: #fff;
    text-decoration: none;
}

.btn-primary {
    background-color: #3db4a2;
    border: none;
}

.btn-primary:hover {
    background-color: #299383;
}

.btn-warning {
    background-color: #f0b831;
    border: none;
}

.placeholder {
    position: absolute;
    color: #999;
}

.contact-form button {
    width: 310px;
}
.under-1000 .contact-form button {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: none;
    font-size: 300%;
}

.contact-form input {
    margin-bottom: 10px;
}

.contact-form input.with-icon {
    padding-left: 45px;
    width: 280px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.contact-form input[name=address] {
    background-image: url('/ferry-public/redesign/icon-house.png');
    width: 185px;
    margin-right: 10px;
    float: left;
}

.contact-form input[name=email] {
    background-image: url('/ferry-public/redesign/icon-letter.png');
}

.contact-form input[name=name] {
    background-image: url('/ferry-public/redesign/icon-man.png');
}

.contact-form input[name=phone] {
    background-image: url('/ferry-public/redesign/icon-phone.png');
}

.contact-form input[name=zip] {
    width: 60px;
    float: left;
}

.under-1000 .contact-form input.with-icon,
.under-1000 .contact-form input[name=address],
.under-1000 .contact-form input[name=zip] {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: none;
    height: 52px;
    font-size: 200%;
}
.under-1000 .contact-form input[name=zip] {
    background-image: url('/ferry-public/redesign/icon-house.png');
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.contact-form .inputs {
    padding: 0 20px;
}

.contact-form .no-franchises {
    margin: 0 20px 20px 20px;
    display: none;
}

.contact-form .nonsense {
    border-top: 1px solid #d9d8d0;
    background-color: #fff;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.under-1000 .contact-form .nonsense img {
    float: left;
    margin-right: 20px;
}

.contact-form .selected-franchises {
    padding: 5px 20px 10px 20px;
    border-bottom: 1px solid #dddcd5;
    margin-bottom: 10px;
}
.under-1000 .contact-form .selected-franchises {
    display: none;
}

.contact-form .selected-franchises:empty {
    padding: 0;
    border: none;
    margin-bottom: 0;
}

.contact-form .selected-franchises .franchise {
    background-color: #ebeae1;
    border: 1px solid #dbdad3;
    border-radius: 4px;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    margin-bottom: 5px;
    padding: 3px 10px;
    font-size: 80%;
    color: #5e5e5e;
    position: relative;
    line-height: 15px;
    cursor: pointer;
}

.contact-form .selected-franchises .franchise .remove {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #dfded6;
    font-size: 120%;
    color: #b3b2ad;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0 10px;
    line-height: 21px;
}

.contact-form select {
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.content {
    max-width: 1180px;
    margin: 0 auto;
}

.under-641 .checkbox {
    padding: 10px 20px 10px 40px;
}
.under-641 .checkbox input[type=checkbox] {
    zoom: 2;
    padding: 10px;
    margin-right: 10px;
}
.under-641 .checkbox label {
    font-size: 180%;
    line-height: 60px;
}

.directory-page .sidebar .investments a {
    display: block;
}

.directory-page .sidebar .letters {
    border-bottom: 1px solid #e1e3e1;
}

.directory-page .sidebar .letters a {
    display: inline-block;
    width: 24px;
}

.ebook {
    background-color: #50a2ba;
    padding: 60px 0 40px 0;
    text-align: center;
}

.ebook .btn {
    background-color: #1f4049;
    font-size: 300%;
}

.ebook h2 {
    color: #fff;
    font-size: 36px;
}

.ebook .spam {
    margin-top: 20px;
    color: #fff8a4;
}

.ebook .tagline {
    color: #a8d1dd;
    font-weight: 100;
    font-size: 32px;
}

.foot-nav {
    background-color: #2c2c2c;
    overflow: hidden;
    padding: 47px 0 52px 0;
    color: #999999;
}

.foot-nav a {
    color: #999999;
    font-size: 24px;
    font-weight: 100;
    display: block;
    line-height: 28px;
    margin-bottom: 10px;
}

.foot-nav h2 {
    color: #fff;
    margin-bottom: 32px;
}

.foot-nav .blog-posts {
    width: 49%;
    margin-left: 1%;
    float: left;
    overflow: hidden;
}

.under-1200 .foot-nav .blog-posts {
    width: auto;
    float: none;
    margin: 0 40px;
}

.foot-nav .categories {
    width: 46%;
    margin-left: 3%;
    float: left;
    overflow: hidden;
}
.under-1200 .foot-nav .categories {
    width: auto;
    float: none;
    margin: 0 40px;
}

.foot-nav .categories .industry-double {
    width: 96%;
}

.foot-nav .categories a {
    width: 240px;
    float: left;
}

.foot-nonsense {
    background-color: #303030;
    text-align: center;
    padding: 37px 0 47px 0;
}

.foot-nonsense .as-seen-in-small {
    display: none;
}
.under-641 .foot-nonsense .as-seen-in-big {
    display: none;
}
.under-641 .foot-nonsense .as-seen-in-small {
    display: block;
    margin: 0 auto;
}

.foot-nonsense .misquote-again {
    color: #838383;
    font-size: 32px;
    border-bottom: 1px solid #838383;
    padding-bottom: 30px;
    margin: 0 auto 30px auto;
}

.franchise .logo {
   width: 160px;
   float: left;
   text-align: center;
   margin-right: 20px;
   min-height: 50px;
}

.franchise .logo img {
    max-width: 160px;
    max-height: 80px;
}

.franchise .info {
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 120px;
}

.franchise .info h3,
.franchise .info h3 a {
    color: #2b2b2b;
    font-weight: 400;
    line-height: 1;
    font-size: 24px;
    padding: 0;
    margin: 0 0 5px 0;
}

.franchise .info .capital {
    color: #404040;
    font-size: 24px;
    font-weight: 100;
}

.franchise .info .capital label {
    color: #616161;
    font-size: 20px;
    font-weight: 100;
}

.franchise-page > .content {
    position: relative;
    overflow: hidden;
}

.franchise-page .contact {
    background-color: #f0efe7;
    padding: 0;
    border-left: 1px solid #d9d8d0;
}

.franchise-page .contact h2 {
    padding: 20px;
    color: #2b2b2a;
    margin-top: 0;
}

.franchise-page .contact .bullet {
    margin: 20px;
}

.franchise-page .contact .bullet img {
    margin-right: 10px;
}

.franchise-page .info {
    padding: 26px 0 0 0;
    border-bottom: 1px solid #d9d8d0;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.05);
}

.franchise-page .info .get-info {
    margin: 0 20px 26px 20px;
    display: block;
    width: auto;
    font-size: 26px;
    white-space: normal;
}

.franchise-page .info .fdd {
    padding: 20px;
}

.franchise-page .info .ideal-qualities {
    padding: 26px 20px 16px 20px;
    border-bottom: 1px solid #e1e3e1;
}

.franchise-page .info .ideal-qualities .quality {
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 36px;
    color: #7c7c7c;
}

.franchise-page .info .ideal-qualities .quality .number {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 32px;
    background-color: #434340;
    border-radius: 36px;
    color: #f5f7f5;
    text-align: center;
    margin-right: 8px;
    display: block;
    float: left;
    vertical-align: middle;
}

.franchise-page .info .statistics {
    padding: 26px 20px 0 20px;
    border-top: 1px solid #e1e3e1;
    border-bottom: 1px solid #e1e3e1;
}

.franchise-page .info .statistics .statistic {
    color: #4d4d4d;
    margin-bottom: 28px;
    font-size: 22px;
    line-height: 1;
    width: 280px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.franchise-page .info .statistics .statistic label {
    display: block;
    font-size: 18px;
    margin: 0 0 12px 0;
    color: #8f8f8f;
}

.franchise-page .info .tags {
    padding: 20px;
}

.franchise-page .info .tags .tag {
    background-color: #428bca;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 0 5px;
    margin: 2px 0;
    text-decoration: none;
}

.franchise-page .intro h1 {
    font-size: 32px;
    margin: 27px 0;
    line-height: 1;
    padding: 0;
    color: #2b2b2b;
}

.franchise-page .intro h1 .capital {
    color: #a1a1a1;
    font-size: 24px;
    font-weight: 100;
    margin-top: 5px;
    display: block;
}

.franchise-page .intro .logo {
    padding: 27px 0 0 0;
}

.franchise-page .intro .logo img {
    max-width: 80%;
    max-height: 160px;
}

.franchise-page .promo {
    padding-bottom: 56px;
}

.franchise-page .wp {
    overflow: hidden;
}

.franchise-page .wp .alignleft {
    float: left;
    height: auto;
    margin: 5px 15px 5px 0;
}

.franchise-page .wp .alignright {
    float: right;
    height: auto;
    margin: 5px 0 5px 15px;
}

.franchise-page .wp .aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    display: block;
}

.franchise-selector {
    padding-bottom: 30px;
}
.widget .franchise-selector {
    padding-bottom: 0;
}

.franchise-selector .contact {
    width: 380px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f0efe7;
    padding: 0;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid #d9d8d0;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: 8px;
}
.franchise-selector .contact.sticky {
    position: fixed;
    top: 10px;
    border-radius: 5px;
    box-shadow: none;
    border-top: 1px solid #d9d8d0;
}

.franchise-selector .contact.sticky.bottom {
    position: absolute;
}

.under-1000 .franchise-selector .contact,
.under-1000 .franchise-selector .contact.sticky,
.under-1000 .franchise-selector .contact.sticky.bottom {
    position: static;
    width: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.franchise-selector .contact .step {
    padding: 30px 20px 0 20px;
}

.franchise-selector .content {
    position: relative;
}

.franchise-selector .franchise-list {
    padding: 0 20px 20px 20px;
}
.under-1000 .franchise-selector .franchise-list {
    padding: 0;
}

.franchise-selector .franchise-list .franchise {
    background-color: #fff;
    color: #6a6a6a;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin: 15px 0;
    padding: 23px;
    position: relative;
}
.under-1000 .franchise-selector .franchise-list .franchise {
    border-radius: 0;
    margin: 0;
    border-bottom: 0;
}
.under-1000 .franchise-selector .franchise-list .franchise {
    padding-bottom: 60px;
}

.franchise-selector .franchise-list .franchise .add-franchise {
    position: absolute;
    top: 20px;
    right: 20px;
}
.under-1000 .franchise-selector .franchise-list .franchise .add-franchise {
    display: block;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: auto;
}

.under-1000 .franchise-selector .franchise-list .franchise .info {
    padding-right: 20px;
}

.under-1000 .franchise-selector .step {
    padding: 20px 20px 0 20px;
}

.footer {
    padding: 22px 0;
    text-align: center;
}

.footer .bottom-nav {
    color: #c6c6c6;
}

.footer .bottom-nav a {
    color: #c6c6c6;
}

.footer .footer-nav,
.footer .footer-nav a {
    color: #999;
}

.footer .logos {
    margin-bottom: 22px;
}

.footer .logos .ifa {
    margin: 0 64px 0 22px;
}

.footer .logos .social {
    margin-right: 22px;
}

.header-standard .nav {
    min-height: 58px;
    padding-top: 32px;
    padding-bottom: 10px;
    background-color: #303030;
}
.under-641 .header-standard .nav {
    text-align: center;
}

.header-standard.light .nav {
    background-color: #ffffff;
    padding-bottom: 0;
}

.header-standard .nav .links {
    float: right;
    margin-top: 10px;
    white-space: nowrap;
}
.under-641 .header-standard .nav .links {
    float: none;
    margin-top: 20px;
    white-space: normal;
}

.header-standard .nav .links a {
    color: #fff;
    font-size: 16px;
    margin-right: 16px;
    white-space: nowrap;
    font-weight: bold;
}

.header-standard.light .nav .links a {
    color: #999999;
}

.header-standard .nav .links a:hover {
    opacity: 1;
}

.header-standard .nav .logo {
    margin-left: 16px;
}

.industry-page .bandy-band {
    text-align: center;
    padding: 40px 0 30px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.industry-page .bandy-band .highlights {
    height: 72px;
    overflow: hidden;
}

.industry-page .bandy-band .highlights .highlight {
    width: 350px;
    text-align: left;
    margin-right: 20px;

    display: inline-block;
    zoom: 1;
    *display: inline;
}

.industry-page .bandy-band .highlights .highlight:last-child {
    margin-right: 0px;
}

.industry-page .bandy-band .highlights .highlight h3 {
    margin: 5px 0 5px 0;
    font-size: 18px;
}

.industry-page .bandy-band .highlights .highlight img {
    float: left;
    margin-right: 10px;
}

.industry-page .header .highlights {
    height: 92px;
    overflow: hidden;
}
.under-641 .industry-page .header .highlights {
    height: auto;
}

.industry-page .header .highlights .highlight {
    width: 350px;
    text-align: left;
    margin-right: 20px;
    vertical-align: top;
    height: 92px;
    overflow: hidden;

    display: inline-block;
    zoom: 1;
    *display: inline;
}
.under-641 .industry-page .header .highlights .highlight {
    height: auto;
    margin-right: 0;
}

.industry-page .header .highlights .highlight:last-child {
    margin-right:0;
}

.industry-page .header .highlights .highlight h3 {
    margin: 5px 0 5px 0;
    font-size: 18px;
}

.industry-page .header .highlights .highlight img {
    float: left;
    margin-right: 10px;
}

.industry-page .sidebar .children {
    border-top: 1px solid #e1e3e1;
}

.industry-page .sidebar .children .child {
    background-color: #428bca;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 0 5px;
    margin: 2px 0;
    text-decoration: none;
}

.industry-page .sidebar .description {
    padding: 57px 50px 43px 50px;
    border-bottom: 1px solid #e1e3e1;
}

.industry-page .sidebar .description p {
    color: #7c7c7c;
}

.industry-page .sidebar .industries .industry-list {
    max-height: 120px;
    overflow: hidden;
    margin-bottom: 40px;
    transition: max-height 1s;
}

.industry-page .sidebar .industries .industry-list.full {
    max-height: 800px;
}

.industry-page .sidebar .industries a {
    display: block;
    color: #999999;
    line-height: 24px;
    text-decoration: underline;
}
.under-1000 .industry-page .sidebar .industries a {
    width: 260px;
    display: inline-block;
}

.input-holder {
    position: relative;
}

.misquote {
    background-color: #3db4a2;
    color: #fff;
    font-size: 32px;
    padding: 44px 0;
    text-align: center;
}

.next-to-sidebar {
    margin: 0 381px 0 16px;
    color: #6a6a6a;
    padding-right: 50px;
    border-right: 1px solid #d9d8d0;
}

.under-1000 .next-to-sidebar,
.under-1000 .next-to-sidebar {
    float: none;
    width: auto;
    margin: 0;
    padding: 20px;
}

.root h2 {
    font-size: 16px;
}

.root .big-testimonial {
    background-color: #eeeeee;
    border-top: 1px solid #dddddd;
    padding: 60px 0;
}
.under-641 .root .big-testimonial {
    padding: 0;
}

.root .big-testimonial .info {
    float: left;
    width: 200px;
}
.under-641 .root .big-testimonial .info {
    float: none;
    width: auto;
    text-align: center;
}

.root .big-testimonial .info img {
    border-radius: 200px;
    width: 200px;
    height: 200px;
    margin-right: 15px;;
}
.under-641 .root .big-testimonial .info img {
    margin: 20px 0 0 0;
}

.root .big-testimonial .info .name {
    color: #424242;
    font-weight: bold;
    font-size: 140%;
    margin-top: 20px;
}

.root .big-testimonial .info .location {
    color: #8f8f8f;
    font-weight: bold;
    font-size: 120%;
}

.root .big-testimonial .quote {
    color: #7c7c7c;
    margin-top: 14px;
    font-size: 28px;
    font-weight: 100;
    padding-left: 240px;
}
.under-641 .root .big-testimonial .quote {
    padding: 0 32px 10px 32px;
}

.root .features {
    overflow: hidden;
}

.root .features h2 {
    color: #3db4a2;
    margin: 0 0 10px 0;
}

.root .features h2 img {
    width: 22px;
    height: 22px;
}

.root .features .categories {
    width: 400px;
    float: right;
    padding: 32px 0;
    overflow: hidden;
}
.under-641 .root .features .categories {
    float: none;
    width: auto;
    padding: 32px;
}

.root .features .categories a {
    display: block;
    width: 200px;
    float: left;
    font-size: 18px;
    color: #999999;
    text-decoration: underline;
    line-height: 30px;
}
.under-641 .root .features .categories a {
    width: 48%;
}

.root .features .categories h2 {
    color: #e6a025;
}

.root .features .featured-franchise {
    padding: 32px 420px 20px 32px;
}
.under-641 .root .features .featured-franchise {
    padding-right: 32px;
}

.root .features .featured-franchise p {
    color: #6a6a6a;
}

.root .franchise-list {
    padding: 45px 0;
}

.root .franchise-list .franchises {
    overflow: hidden;
    position: relative;
    height: 445px;
    transition: height 0.5s;
    text-align: center;
}

.root .franchise-list h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.root .franchise-list h2 .state-select {
    font-weight: 100;
    text-transform: uppercase;
}

.root .franchise-list .franchise {
    width: 225px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px 0 20px;
    border: 1px solid #e7e7e7;
    margin: 0 10px 18px 10px;
    min-height: 405px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.root .franchise-list .franchise h3 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: normal;
}

.root .franchise-list .franchise .capital {
    margin-bottom: 0;
}

.root .franchise-list .franchise .details {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
}

.root .franchise-list .franchise .excerpt p {
    line-height: 20px;
    max-height: 180px;
    overflow: hidden;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 50px;
}

.root .franchise-list .franchise .info {
    padding-right: 0;
    margin-bottom: 5px;
}

.root .franchise-list .franchise .logo {
    display: table-cell;
    float: none;
    height: 80px;
    text-align: center;
    width: 225px;
    margin: 0;
    vertical-align: middle;
}

.root .franchise-list .pager {
    text-align: center;
}

.root .franchise-list.top-franchises {
    background-color: #f5f7f5;
}

.root .franchise-list.popular-franchises h2 {
    color: #db743c;
}

.root .franchise-list.top-franchises h2 {
    color: #3aa7be;
}

.root .franchise-list.top-franchises .change-location {
    color: #c2c2c2;
    font-weight: 100;
    cursor: pointer;
}

.root .header {
    background-image: url('/ferry-public/redesign/yogurtMan.jpg');
    background-size: cover;
    background-position: 75% 0;
    height: 489px;
}

.root .header .blammo {
    padding: 140px 30px 0 40px;
    max-width: 580px;
    float: left;
}

.root .header .blammo .counting .digit {
    display: inline-block;
    color: #2b2b2b;
    background-color: #fff;
    padding: 0 5px;
    height: 62px;
    line-height: 62px;
    border-radius: 5px;
    margin-right: 5px;
}

.root .header .blammo .find-franchise {
    margin-top: 36px;
    font-size: 48px;
}

.root .header .blammo h1 {
    color: #fff;
    font-size: 48px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.root .header .content {
    position: relative;
    height: 489px;
    z-index: 1;
}

.root .header .who-this {
    position: absolute;
    bottom: 32px;
    right: 16px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.root .header .who-this a {
    color: #fff;
}

.root .header-standard .nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.root .industry-reports {
    padding: 40px 0;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.root .industry-reports a.industry {
    width: 295px;
    font-size: 20px;
    color: #999999;
    text-decoration: underline;
    line-height: 40px;
    color: #b1b1b1;
    text-align: center;

    display: inline-block;
    zoom: 1;
    *display: inline;
}

.root .industry-reports h2 {
    color: #2cb3c3;
    text-align: center;
    margin-bottom: 30px;
}

.root .misquote {
    background-color: #458ba1;
}

.root .newsletter {
    background-color: #3db4a2;
    padding: 40px 0 40px 0;
    text-align: center;
    position: relative;
}

.root .newsletter form button {
    height: 40px;
    font-size: 120%;
}

.root .newsletter form input {
    width: 340px;
    display: inline-block;
    margin-right: 10px;
}

.root .newsletter h1 {
    color: #ffffff;
    font-weight: 100;
    font-size: 32px;
    margin: 0 0 20px 0;
}

.root .newsletter .spam {
    margin-top: 20px;
    color: #fff8a4;
}

.root .testimonials {
    background-color: #f9faf9;
    padding: 32px 0;
    border-bottom: 1px solid #ebebeb;
    text-align: center;

}

.root .testimonials .content {
    height: 100px;
    overflow: hidden;
 }

.root .state-modal .state {
    display: inline-block;
    width: 180px;
}
@media all and (min-width:641px){
.sidebarRight {float:right;margin:0}
  #pdfpico {display:none}
  #pdf {display:block}
  .header-standard.light .nav .content {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    min-height: 58px;
    
}
.mobileonly, .mobileonly span, .mobileonly h2 {display:none}

}
@media all and (max-width:640px){
  .mobileonly {display:block}
  .leftmobile, .leftmobilefooter {text-align:left;}
  .leftmobilefooter a { font-size: 18px; }
  .centermobile {text-align:center;}
  #pdf {display:none}
  #pdfpico {display:bloc}
  .footer { text-align:left }
  #productrow {margin:none}
  #indexCTA {font-size:16px;}
  .sidebarRight {float:none;margin:auto}
  #productdate {margin:15px 0px 15px 0px}
  
  #sidebarLeft {display:none;}
  #indexSearch { margin:auto}
  #indexSearchMobile {display:block}
  #indexSubmit {display:none; margin:auto}
  #indexSubmitMobile {display:block}
  #sidebarBottom {display:block;}
  #navContent {border:0px solid #fff;}
  #indexSearchContainer {border-radius:10px;}
  .logo {width:90%;margin:auto}
  #gap { display:none }
  .content {margin:auto; margin-top:20px}
  #indexQuote ( width:100%}
  #checkout { margin:20px 0px 0px 20px;float:none; text-align:center; 
  .header-standard.light .nav .content {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
    border-bottom:none;
      margin-bottom:20px;
    padding-bottom: 10px;
    min-height: 58px;
}

	
}
.sidebar {
    float: right;
    width: 382px;
    background-color: #f5f7f5;
    border-left: 1px solid #d9d8d0;
}
.under-1000 .sidebar,
.under-1000 .sidebar.left {
    float: none;
    width: auto;
}

.sidebar.left {
    float: left;
    border-right: 1px solid #d9d8d0;
    border-left: none;
}

#sidebarLeft { 
  	background-color:#f5f7f4;;
}

.sidebar h2 {
    color: #3db4a2;
    margin: 0 0 28px 0;
    line-height: 1;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
}

.sidebar .ebook {
    padding: 40px 50px;
}

.sidebar .ebook .btn {
    font-size: 24px;
    display: block;
    margin-top: 30px;
}

.sidebar .ebook h2 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

.sidebar .ebook .tagline {
    font-size: 20px;
}

.sidebar .section {
    padding: 43px 50px 43px 50px;
}

.sidebar .testimonials .testimonial {
    width: 270px;
    margin-bottom: 15px;
}
.under-1000 .sidebar .testimonials .testimonial {
    width: 530px;
}

.sidebar .testimonials .testimonial img {
    width: 64px;
    height: 64px;
    margin: 0;
}

.sidebar .testimonials .testimonial .quote,
.sidebar .testimonials .testimonial .name,
.sidebar .testimonials .testimonial .location {
    padding-left: 74px;
}

.static-page > .content {
    overflow: hidden;
}

.static-page .page-content {
    padding-top: 20px;
    padding-bottom: 40px;
}

.under-1000 .static-page .sidebar {
    display: none;
}

.testimonial-list .testimonial {
    width: 380px;
    overflow: hidden;
    margin-right: 5px;
    font-size: 90%;
    text-align: left;

    display: inline-block;
    zoom: 1;
    *display: inline;
}

.testimonial-list .testimonial:last-child {
    margin-right: 0;
}

.testimonial-list .testimonial img {
    border-radius: 100px;
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 15px;;
}

.testimonial-list .testimonial .name {
    color: #424242;
    font-weight: bold;
}

.testimonial-list .testimonial .location {
    color: #8f8f8f;
    font-weight: bold;
    font-size: 80%;
}

.testimonial-list .testimonial .quote {
    color: #7c7c7c;
}

.under-641 .widget p {
    font-size: 200%;
}

.widget .franchise-selector {
    background-color: #f5f7f5;
    border-top: 1px solid #dadcda;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.05);
}

.widget .franchise-selector .condolences {
    font-size: 30px;
    padding: 0 400px 20px 20px;
    font-weight: 100;
    text-align: center;
}
.under-1000 .widget .franchise-selector .condolences {
    padding: 20px;
}

.widget .franchise-selector .franchise-list {
    padding-right: 400px;
}
.under-1000 .widget .franchise-selector .franchise-list {
    padding-right: 0;
}

.widget .header {
    background: #e7a731;
    background: -moz-linear-gradient(-45deg, #e7a731 0%, #d29223 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e7a731), color-stop(100%,#d29223));
    background: -webkit-linear-gradient(-45deg, #e7a731 0%,#d29223 100%);
    background: -o-linear-gradient(-45deg, #e7a731 0%,#d29223 100%);
    background: -ms-linear-gradient(-45deg, #e7a731 0%,#d29223 100%);
    background: linear-gradient(135deg, #e7a731 0%,#d29223 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7a731', endColorstr='#d29223',GradientType=1 );
    padding: 50px 0 45px 0;
}
.under-1200 .widget .header {
    padding-bottom: 0;
    padding-top: 15px;
}

.widget .header .bragline {
    width: 600px;
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    margin: 0;
    line-height: 64px;
    min-height: 175px;
}
.under-1200 .widget .header .bragline {
    margin: 0 20px;
    min-height: 0;
    width: auto;
}

.widget .header .bragline .counter span {
    background-color: #fff;
    font-size: 42px;
    color: #e7a731;
    border-radius: 4px;
    padding: 4px 6px;
    margin: 0 3px 0 0;
    line-height: 1;
    display: inline-block;
}

.widget .header .content {
    position: relative;
}

.widget .header .testimonial {
    height: 100px;
    padding: 12px 676px 12px 12px;
    background-color: #986b1d;
    border-radius: 64px;
    width: 450px;
    position: absolute;
    top: 25px;
    right: -664px;
    color: #fff;
    line-height: 1;
}
.under-1200 .widget .header .testimonial {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    border-radius: 0;
    width: auto;
    margin-top: 15px;
    padding-right: 220px;
    padding-left: 20px;
    height: auto;
    min-height: 50px;
}

.widget .header .testimonial .location {
    font-size: 16px;
    color: #c1a677;
}

.widget .header .testimonial .name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}

.widget .header .testimonial .quote {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 26px;
}

.widget .header .testimonial img {
    float: left;
    margin-right: 12px;
    width: 102px;
    height: 102px;
    border-radius: 102px;
}
.under-1200 .widget .header .testimonial img {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 12px;
    right: 128px;
}

.widget .header .testimonial .who {}
.under-1200 .widget .header .testimonial .who {
    position: absolute;
    top: 20px;
    right: 20px;
}

.widget .nav {
    padding: 28px 0 23px 0;
}
.under-1200 .widget .nav {
    padding-right: 20px;
    padding-left: 20px;
}

.widget .nav .credibility {
    float: right;
}
.under-1200 .widget .nav .credibility.big {
    display: none;
}

.widget .nav .credibility.little {
    display: none;
}
.under-1200 .widget .nav .credibility.little {
    display: block;
}

.widget .refine {
    padding: 32px 0 30px 0;
}

.widget .refine p {
    font-weight: 100;
    font-size: 24px;
    color: #aaaaaa;
    line-height: 1;
    margin-bottom: 22px;
}

.widget .refine .select {
    width: 380px;
    margin-right: 10px;
}

.widget .refine .select:last-child {
    margin-right: 0;
}

.widget .selected-franchises-summary {}
.under-1000 .widget .selected-franchises-summary {
    display: inline;
}

.jumper {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: -700px;
    padding: 10px 20px;
    padding: 10px 20px;
    background-color: #f0efe7;
    border-bottom: 1px solid #d9d8d0;
    transition: top 1s;
    line-height: 0px;
    -webkit-transition: top 1s;
}
.jumper .step {
    margin: 0 auto;
    padding: 0;
    line-height: 0px;
    width: 580px; 
}
.jumper .step .number {
    width: 36px;
    height: 0px;
    line-height: 36px;
    font-size: 32px;
    border-radius: 36px;
}
.jumper button {
    font-size: 120%;
    margin-left: 20px;
}
.jumper.visible {
    top: 0;
}
.jumper.visible.at-form {
    top: -70px;
} 

.widget .selected-franchises-summary {
    display: none;
}

.step {
    color: #434340;
    font-weight: bold;
    font-size: 20px;
    line-height: 72px;
    margin: 0 0 15px 0;
    padding-top: 30px;
    overflow: hidden;
}
.under-1000 .step {
    line-height: 36px;
}

.step .number {
    width: 72px;
    height: 72px;
    line-height: 72px;
    font-size: 48px;
    background-color: #434340;
    border-radius: 72px;
    color: #f5f7f5;
    text-align: center;
    margin-right: 16px;
    display: block;
    float: left;
    vertical-align: middle;
}
.under-1000 .step .number {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 32px;
    border-radius: 36px;
}

.under-641 .tooltip .tooltip-inner {
    font-size: 200%;
}
  
  .image a {
   display: block;
   border:none; 
}