@charset "UTF-8";
/* ////////////////////////////////////////////////// */
/* -===== Reset =====- */
html {
	font-family: 'Open Sans', sans-serif !important;
	line-height: 145%;
	color: #2a2a2a;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li {
	font-family: 'Open Sans', sans-serif !important;
}
.bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
}
.uc {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline;
}
em {
	font-style: italic;
}
sub, sup {
	font-size: 65%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* ////////////////////////////////////////////////// */
/* -===== Colors =====- */
/* Default */
html {
	color: #333333;
}
/* Text */
.white {
	color: #ffffff;
}
.black {
	color: #000000;
}
.gray, .grey {
	color: #46584b;
}
.ltGray, .ltGrey {
	color: #c1c1c1;
}
.dkGray, .dkGrey {
	color: #333333;
}
.ltBlue {
	color: #148a9b;
}
.dkBlue, h3 {
	color: #195b67;
}
.ltRed {
	color: #c56790;
}
.dkRed {
	color: #b2346b;
}
/* Background */
.bgWhite {
	background-color: #ffffff;
}
.bgBlack {
	background-color: #000000;
}
.bgGray, .bgGrey {
	background-color: #46584b;
}
.bgLtGray, .bgLtGrey {
	background-color: #c1c1c1;
}
.bgDkGray, .bgDkGrey {
	background-color: #333333;
}
.bgLtBlue {
	background-color: #148a9b;
}
.bgBtBlue {
	background-color: #008c9a;
}
.bgDkBlue {
	background-color: #195b67;
}
.bgLtRed {
	background-color: #c56790;
}
.bgDkRed {
	background-color: #b2346b;
}
.gbGrtGray { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.textshadow {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .75);
}
/* ////////////////////////////////////////////////// */
/* -===== Headers  =====- */

.h1-1 {
	font-size: 46px;
	line-height: 50px;
	font-weight: 600;
}
.h1-2 {
	font-size: 46px;
	line-height: 50px;
	font-weight: 600;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
.h2-1 {
	font-size: 36px;
	line-height: 42px;
	font-weight: 600;
	padding-bottom: 30px;
}
.h2-2, h3 {
	font-size: 26px;
	line-height: 34px;
	font-weight: 600;
}
.h2-3 {
	font-size: 46px;
	line-height: 50px;
	font-weight: 600;
}
.h3-1 {
	color: #ffffff;
	font-style: italic;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 20px;
}
.h4-1 {
	font-size: 30px;
	line-height: 26px;
	font-weight: 400;
}
.h5-1, .h5-2 {
	font-size: 20px;
	line-height: 18px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 0;
	padding: 10px 0;
}
.h6-1 {
	font-size: 1.25rem;
}
.tes-name, #testimonial div.testimonial--source__container p.h4-1, .tes-name, #testimonial-vet div.testimonial--source__container p.h4-1 {
	text-align: left;
	padding-top: 20px;
}
/* ////////////////////////////////////////////////// */
/* -===== Paragraphs  =====- */

.p-thin {
	font-weight: 200;
	font-size: 18px;
	line-height: 30px;
}
.p-med-1 {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
}
.p-med-2 {
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
}
.p-med-3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 36px;
}
.p-thick {
	font-weight: 800;
	font-size: 24px;
	line-height: 32px;
}
.p-lg {
	font-size: 26px;
	line-height: 26px;
	font-weight: 800;
	margin-top: 30px;
}
/* ////////////////////////////////////////////////// */
/* -===== Buttons =====- */
/* Default */


.btn-align {
	text-align: left;
	width: 100%;
}
.btn-align-center {
	text-align: center;
	width: 100%;
}
a {
	color: #b2346b;
}
a:visited {
	color: #b2346b;
}
a:hover {
	color: #c56790;
}
/* === Solid Red === */
a.btnSolidDRed, a.btnSolidDRedSm {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	font-size: 26px;
	font-weight: 600;
	background-color: #b2346b;
	text-decoration: none !important;
	padding: .5em 1.5em;
	transition: .25s all;
	border-radius: 10px;
	border: solid 2px #b2346b;
}
a.btnSolidDRed:hover, a.btnSolidDRedSm:hover {
	color: #b2346b;
	background-color: #ffffff;
	border: solid 2px #b2346b;
}
a.btnSolidDRedSm {
	font-size: 22px;
}
/* === Solid Blue === */
a.btnSolidDBlue, li.btnSolidDBlue, li.btnSolidDBlueSm {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	font-size: 26px;
	font-weight: 600;
	background-color: #195b67;
	padding: .5em 1.5em;
	transition: .25s all;
	border-radius: 10px;
	border: solid 2px #195b67;
}
a.btnSolidDBlue:hover, li.btnSolidDBlue:hover, li.btnSolidDBlueSm:hover {
	color: #195b67;
	background-color: #ffffff;
	border: solid 2px #195b67;
}
li.btnSolidDBlueSm {
	font-size: 16px;
	margin: .25em;
	padding: .5em 1em;
}
/* Ghost Red*/
a.btnGhostWhiteRed {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	color: #b2346b;
	background-color: transparent;
	border: solid 2px #b2346b;
	padding: .75em 1.5em;
	transition: .25s all;
}
a.btnGhostWhiteRed:hover {
	color: #ffffff;
	background-color: #b2346b;
	border: solid 2px #b2346b;
	transition: .25s all;
}
/* Ghost Blue */
a.btnGhostWhiteBlue {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	color: #195b67;
	background-color: transparent;
	border: solid 2px #195b67;
	padding: .75em 1.5em;
	transition: .25s all;
}
a.btnGhostWhiteBlue:hover {
	color: #ffffff;
	background-color: #195b67;
	border: solid 2px #195b67;
	transition: .25s all;
}
/* ////////////////////////////////////////////////// */
/* -===== Overrides and Misc =====- */

.fullwidth {
	max-width: 100% !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left: 0px;
	padding-right: 0px;
}
.gutter-fix {
	padding-right: 65px;
}
.section-divider {
	border-top: 1px solid #999999;
}
.section-divider-btm {
	border-bottom: 1px solid #999999;
	padding-bottom: 40px;/* width: 99%;*/
}
.section-divider-btm-np {
	border-bottom: 1px solid #999999;
}
.noWrap {
	white-space: nowrap;
}
.ms-slide-info.ms-dir-h {
	margin-top: -180px !important;
}
.ms-skin-default .ms-nav-prev {
	left: -220px !important;
}
.ms-skin-default .ms-nav-next {
	right: -220px !important;
}
.img-wrap {
	width: 100%;
}
/* ////////////////////////////////////////////////// */
/* -===== Header =====- */

#header {
	position: fixed;
	width: 100%;
	height: 135px;
	max-height: 135px;
	min-height: 135px;
	background-color: #ffffff;
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.75);
	z-index: 3;
}
.header-wrap {
	position: relative;
}
.site-logo {
	max-width: 280px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.phone-wrap {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 60%;
	white-space: nowrap;
	overflow: hidden;
}
.phone-wrap img {
	width: 30px;
	height: 30px;
}
a.phone-number {
	font-size: 16px;
	color: #195b67;
}
a.phone-number:hover {
	color: #b2346b;
}
a.phone-icon {
	display: none;
}
.header-btn-wrap {
	position: absolute;
	top: 20px;
	right: 4%;
}
a.header-btn, input.header-btn {
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	background-color: #b2346b;
	margin: 0px;
	padding: 2px 10px;
	transition: .25s all;
	border-radius: 4px;
	border: solid 2px #b2346b;
}
input.header-btn {
	padding: 12px 24px;
	font-weight: 600;
}
a.header-btn:hover, input.header-btn:hover {
	color: #b2346b;
	background-color: #ffffff;
	border: solid 2px #b2346b;
}
a.header-btn-2 {
	display: none;
}
/* ////////////////////////////////////////////////// */
/* -===== Main Content =====- */


#main-content-container {
	padding-top: 135px;
}
/* ////////////////////////////////////////////////// */
/* -===== Navigation =====- */

#menu {
	padding-top: 90px;
}
.navContainer ul, .navContainer ul ul {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	color: inherit;
	list-style: none;
	background-color: #ffffff;
}
.navContainer ul li {
	position: relative;
	display: inline;
	width: 200px;
	margin: 0;
	padding: 0px 20px;
	color: inherit;
	list-style: none;
}
.navContainer ul a {
	position: relative;
	color: #46584b;
	font-weight: 600;
	font-size: 16px;
	margin: 0;
	padding: 0px;
	text-decoration: none;
	cursor: pointer;
}
.navContainer ul a:hover, .navContainer ul li.current_page_item a {
	border-bottom: 2px solid #b2346b;
}
/* ////////////////////////////////////////////////// */
/* -===== Hero =====- */

#hero-section-home {
	position: relative;
	background: url(/wp-content/uploads/2018/08/female-and-male-franchise-owners.jpg);
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 600px;
	z-index: 2;
}
#hero-section-internal {
	position: relative;
	background: url(/wp-content/uploads/2018/06/banner-background.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 350px;
	z-index: 2;
}
body.page-template-default #hero-section-internal h1 {
	padding-top: 100px !important;
}
#hero-what-it-takes {
	position: relative;
	background: url(/wp-content/uploads/2018/06/franchise-what-accessible-page-banner.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
	z-index: 2;
}
#hero-why-accessible {
	position: relative;
	background: url(/wp-content/uploads/2018/06/franchise-why-accessible-page-banner.jpg);
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
	height: 350px;
	z-index: 2;
}
#hero-steps-to-franchise {
	position: relative;
	background-image: url(/wp-content/uploads/2018/09/franchise-steps-page-banner.png);
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
	height: 350px;
	z-index: 2;
}
.hero-int-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 62%;
	height: 50%;
	margin: auto;
	z-index: 1;
}
.overlay-hero-int {
	background-color: rgba(000, 000, 000, .15);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	transition: all 0.3s ease;
}
/* ////////////////////////////////////////////////// */
/* -===== Speech Bubbles =====- */

.speech-container {
	margin-top: 80px;
}
.speech-bubble-hero {
	position: relative;
	background: rgba(197, 103, 144, .75);
	border-radius: 2em;
	padding: 40px;
	max-width: 730px;
	float: right;
	box-shadow: 10px 10px 39px -12px rgba(0,0,0,0.65);
}
.speech-bubble-hero:after {
	content: '';
	position: absolute;
	left: 0;
	top: 30%;
	width: 0;
	height: 0;
	border: 5.281em solid transparent;
	border-right-color: rgba(197, 103, 144, .75);
	border-left: 0;
	border-top: 0;
	margin-top: -0.641em;
	margin-left: -5.281em;
}
.speech-bubble-hero h1 {
	border-bottom: 2px solid #ffffff;
	padding-bottom: 25px;
	margin-bottom: 25px;
	font-weight: 600;
	line-height: 50px;
	font-size: 34px;
}
.speech-bubble-hero h2, .speech-bubble-int p {
	color: #ffffff;
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 20px;
}
.speech-bubble-int p {
	font-weight: 800;
	line-height: 40px;
}
.speech-bubble-int {
	position: relative;
	background: #c56790;
	padding: 40px;
	border-radius: 0px;
}
.speech-bubble-int:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 10%;
	width: 0;
	height: 0;
	border: 47px solid transparent;
	border-top-color: #c56790;
	border-bottom: 0;
	border-left: 0;
	margin-left: 0px;
	margin-bottom: -47px;
}
.testimonial--source__container {
	margin-top: 1.382rem;
}
.testimonial--source--image__container, .testimonial--source {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
}
.testimonial--source--image__container img {
	width: 100px;
	height: 100px;
	margin: 0 .618rem 0 0;
	border: 1px solid #ccc;
	border-radius: 50px;
}
.testimonial--source p:not(:last-child) {
	margin: 0 0 .382rem;
}
.testimonial--source p:last-child {
	margin: 0;
}
.speech-bubble-int p.testimonial--quote {
	font-weight: 400;
}
.speech-bubble-int p:last-child {
	margin-bottom: 0;
}

@media (max-width:1181px) {
}

@media (min-width:1024px) {
.speech-bubble-int p.testimonial--quote, p.testimonial--quote {
	font-size: 1.2rem;
	font-style: italic;
}
}
.split-style--background-image {
	background-size: cover;
	background-position: center center;
}

@media (min-width:1024px) {
.split-style--background-image {
	min-height: 250px;
}
.split-style--left-content__wrapper {
	padding-right: 1.382rem;
}
.split-style--right-content__wrapper {
	padding-left: 1.382rem;
}
}
/* ////////////////////////////////////////////////// */
/* -===== Tabs -- EDIT IN Tabs Responsive in Wp admin =====- */

/* ////////////////////////////////////////////////// */
/* -===== Tables  =====- */

.divTable {
	display: table;
	width: 100%;
}
.divTableHide {
	display: none;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 2px solid #eeeeee;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.show-content {
	display: table;
}
/* ////////////////////////////////////////////////// */
/* -===== US Map  =====- */


.svg-wrap {
	width: 82%;
	padding-left: 21%;
}
.svg-wrap-home {
	width: 100%;
}
.us-map-svg.svg-wrap {
	width: 90%;
	padding: 0;
	margin: 0 auto;
}
#states *.on {
	fill: #b2346b;
}
.list-of-states {
	margin: 40px 0;
	padding: 0;
	-webkit-columns: auto;
	columns: auto;
	-webkit-column-gap: 8px;
	column-gap: 8px;
	list-style: none;
}
.list-of-states li {
	display: inline;
	width: 100%;
	cursor: pointer;
}
.list-of-states li.on {
	color: #b2346b;
}
.map--legend {
	margin: 2rem 0 0 0;
	list-style-type: none;
}
.map--legend li:not(:last-child) {
	margin-right: 1.618rem;
}
.map--legend--available, .map--legend--unavailable {
	display: inline-block;
}
.map--legend span {
	display: inline-block;
	vertical-align: middle;
}
.map--legend--available:before, .map--legend--unavailable:before {
	content: '';
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: .75rem;
	margin-right: 1rem;
	vertical-align: middle;
}
.map--legend--unavailable:before {
	background-color: #d3d3d3;
}
.map--legend--available:before {
	background-color: #b2346b;
}
/**/
.pie--legend {
	margin: 2rem 0 1rem 0;
	list-style-type: none;
}
.pie--legend li:not(:last-child) {
	margin-right: 1.618rem;
}
.pie--legend--medicare, .pie--legend--other {
	display: inline-block;
}
.pie--legend span {
	display: inline-block;
	font-size: .875rem;
	vertical-align: middle;
}
.pie--legend--medicare:before, .pie--legend--other:before {
	content: '';
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: .75rem;
	margin-right: 1rem;
	vertical-align: middle;
}
.pie--legend--other:before {
	background-color: #e8c2d3;
}
.pie--legend--medicare:before {
	background-color: #c56790;
}
/* ////////////////////////////////////////////////// */
/* -===== Forms  =====- */

.caldera-grid .form-control {
	height: 44px !important;
}
.caldera-grid {
	background: #008c9a;
	padding: 15px;
}
.caldera-grid .control-label, .checkbox-inline, .radio-inline {
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif !important;
}
.caldera-grid .checkbox label, .radio label {
	color: #9E9E9E;
}
/*
body.page-template-page-application .control-label {
    color: #195b67;
    font-family: 'Open Sans', sans-serif !important;
}
*/
.caldera-grid .has-error .checkbox, .radio, .caldera-grid .has-error .checkbox-inline, .radio-inline, .caldera-grid .has-error .control-label, .caldera-grid .has-error .form-control-feedback, .caldera-grid .has-error .help-block, .caldera-grid .has-error .radio, .caldera-grid .has-error .radio-inline, .caldera-grid .has-error.checkbox label, .caldera-grid .has-error.checkbox-inline label, .has-error.radio-inline label, .caldera-grid .has-error.radio label, .caldera-grid .has-error.radio-inline label {
	color: #c6ec3c !important;
	font-family: 'Open Sans', sans-serif !important;
}
.form-question label {
	font-size: 14px !important;
	line-height: 16px !important;
}
/* ////////////////////////////////////////////////// */
/* -===== Lists and Icons  =====- */

ul.styled-list, ul.styled-list-no-heart {
	color: #195b67;
	font-size: 16px;
	margin-left: 30px;
}
ul.styled-list li, ul.un-styled-list li, ul.styled-list-no-heart li {
	padding-bottom: 20px;
}
ul.un-styled-list, ul.styled-list, ul.wsp-pages-list, ul.styled-list {
	color: #195b67;
	list-style: none;
}
ul.un-styled-list li, ul.styled-list li, ul.wsp-pages-list li, ul.styled-list-no-heart li {
	position: relative;
	padding-left: 10px;
}
ul.un-styled-list li:before, ul.styled-list li:before, ul.wsp-pages-list li:before {
	position: absolute;
	display: block;
	content: '\2022'; /* bullet point, for screen readers */
	text-indent: -999999px; /* move the bullet point out of sight */
	left: -.75em;
	width: 20px; /* desired width of the image */
	height: 2em; /* unrelated to image height; this is so it gets snipped */
	background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/2018/08/heart.svg');
	background-size: 1em 1em;
	background-position: 0 .3em;
}
ul.styled-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
ul.styled-list--centered {
	list-style-type: none;
}
ul.styled-list--centered li:before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 2em;
	background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/2018/08/heart.svg');
	background-size: 1em 1em;
	background-position: center center;
	vertical-align: middle;
}
ul.styled-list--centered span {
	display: inline-block;
	vertical-align: middle;
}
/*
ul.un-styled-list li{
    list-style-type: none;
    padding-left: 20px;
    line-height: 22px;
    background: url('/wp-content/uploads/2018/08/heart.svg');
    background-repeat: no-repeat;
}
*/
ul.styled-list-no-heart li.icon-1, ul.styled-list-no-heart li.icon-2, ul.styled-list-no-heart li.icon-3, ul.styled-list-no-heart li.icon-4, ul.styled-list-no-heart li.icon-5, ul.styled-list-no-heart li.icon--business-plan, ul.styled-list-no-heart li.icon--pin, ul.styled-list-no-heart li.icon--revenue, ul.styled-list-no-heart li.icon--cert {
	list-style-type: none;
	padding-left: 3.5em;
	background-size: 3em;
	background-repeat: no-repeat;
}
ul.styled-list-no-heart li.icon-1 {
	background-image: url('/wp-content/uploads/2018/06/icon-check.svg');
}
ul.styled-list-no-heart li.icon-2 {
	background-image: url('/wp-content/uploads/2018/06/icon-nurse.svg');
}
ul.styled-list-no-heart li.icon-3 {
	background-image: url('/wp-content/uploads/2018/06/icon-glasses.svg');
}
ul.styled-list-no-heart li.icon-4 {
	background-image: url('/wp-content/uploads/2018/06/icon-thought.svg');
}
ul.styled-list-no-heart li.icon-5 {
	background-image: url('/wp-content/uploads/2018/06/icon-person.svg');
}
ul.styled-list-no-heart li.icon--business-plan {
	background-image: url('/wp-content/uploads/2018/08/icon-business-plan.png');
}
ul.styled-list-no-heart li.icon--pin {
	background-image: url('/wp-content/uploads/2018/08/icon-pin.png');
}
ul.styled-list-no-heart li.icon--revenue {
	background-image: url('/wp-content/uploads/2018/08/icon-revenue.png');
}
ul.styled-list-no-heart li.icon--cert {
	background-image: url('/wp-content/uploads/2018/08/icon-cert.png');
}
/* ////////////////////////////////////////////////// */
/* -===== Sections  =====- */

/* -===== Content 2 =====- */

#three-step-plan div.box-1, #three-step-plan div.box-2, #three-step-plan div.box-3 {
	padding: 30px 35px;
	font-weight: 600;
	min-height: 288px;
}
#three-step-plan div.box-1-wrapper, #three-step-plan div.box-2-wrapper, #three-step-plan div.box-1, #three-step-plan div.box-2 {
	position: relative;
}
#three-step-plan div.box-3-wrapper a {
	color: #d898ab !important;
}
#three-step-plan div.box-3-wrapper a:hover {
	text-decoration: underline !important;
}
#three-step-plan div.box-1:after, #three-step-plan div.box-2:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(20, 138, 155, 0);
	border-left-color: #148a9b;
	border-width: 20px;
	margin-top: -20px;
	z-index: 1;
}
#three-step-plan div.box-2:after {
	border-color: rgba(29, 91, 103, 0);
	border-left-color: #195b67;
}
/* -===== Content 3 =====- */

#competitive-opportunity {
	background: url(/wp-content/uploads/2018/07/smiling-female-business-owner-branded.jpg);
	background-position: top center;
	max-height: 775px;
}
/* -===== Content 5 =====- */


#content-section-5-internal {
	background: #008c9a;
}
/* -===== Content 6 =====- */

#content-section-6-home {
	background: #195b67;
}
/* ////////////////////////////////////////////////// */
/* -===== Footer =====- */

#footer-nav ul li {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0px 4%;
	color: inherit;
	list-style: none;
}
#footer-nav ul a {
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
	padding: 0px;
	text-decoration: none;
	cursor: pointer;
	transition: .4s all;
}
#footer-nav ul a:hover, #footer-nav ul li.current_page_item a {
	border-bottom: 2px solid #b2346b;
}
#copyright p, #credits, #credits a {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 15px;
	transition: .4s all;
}
#credits a:hover {
	color: #b2346b;
	transition: .4s all;
}
.mobile {
	display: none;
}
ul#menu-footer-nav {
	margin-left: 0px;
}
#territory-disclaimer {
	color: rgba(255,255,255,.54);
	font-size: .625rem;
}
.testimonial__container {
	padding-top: 100px;
}
#our-model .testimonial__container {
	padding-top: 0px;
}
#faqs .h5-1, #faqs .p-med-1 {
	text-align: left !important;
}
.divTable {
	margin-top: 40px;
}

/* ////////////////////////////////////////////////// */
/* -===== Breakpoints =====- */

@media (min-width:1024px) {
nav#menu.vc {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
}

@media (max-width:1680px) {
#three-step-plan div.box-1, #three-step-plan div.box-2, #three-step-plan div.box-3 {
	min-height: 325px;
}
#hero-why-accessible .hero-int-content {
	width: 55%;
	padding: 0px 20px;
}
/*
#hero-why-accessible .hero-int-content {
    width: 55%;
    padding: 0px 20px;
}
#hero-what-it-t.hero-int-content {
    width: 55%;
    padding: 0px 20px;

}
*/

}

@media (max-width:1400px) {
#three-step-plan div.box-1, #three-step-plan div.box-2, #three-step-plan div.box-3 {
	min-height: 362px;
}
}

@media (max-width:1380px) {
.phone-wrap {
	left: 59%;
}
.speech-bubble-hero {
	padding: 20px;
	max-width: 678px;
	margin-top: 135px;
}
.speech-bubble-hero h1 {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.h1-1 {
	font-size: 24px;
	line-height: 30px;
}
.speech-bubble-hero p, .speech-bubble-int p {
	font-size: 20px;
}
}

@media (max-width:1280px) {
.phone-wrap {
	left: 58%;
}
.hero-int-content h1 {
	font-size: 42px;
}
.h3-1 {
	font-size: 26px;
	line-height: 32px;
}
.p-med-3 {
	font-size: 20px;
	line-height: 26px;
}
#footer-nav ul li {
	padding: 0px 3%;
}
#three-step-plan div.box-1, #three-step-plan div.box-2, #three-step-plan div.box-3 {
	min-height: 302px;
}
}

@media (max-width:1181px) {
.tes-name, #testimonial div.testimonial--source__container p.h4-1, .tes-name, #testimonial-vet div.testimonial--source__container p.h4-1 {
	text-align: center;
}
}

@media (max-width:1180px) {
.phone-wrap {
	left: 53%;
}
.navContainer ul li {
	padding: 0px 15px;
}
.navContainer ul a {
	font-size: 14px;
}
#footer-nav ul li {
	padding: 0px 2%;
}
}

@media (max-width:1023px) {
.margin-fix {
	padding-left: 40px !important;
	padding-right: 40px !important;
}
#hero-section-internal, #hero-what-it-takes, #hero-why-accessible, #hero-steps-to-franchise {
	background: url(/wp-content/uploads/2018/06/banner-background.jpg);
	height: 180px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#hero-why-accessible .hero-int-content {
	width: 100%;
}
.hero-int-content h1 {
	font-size: 34px;
	line-height: 36px;
}
.hero-int-content h2 {
	font-size: 22px;
	line-height: 24px;
}
.h1-2, .h2-1, .h6-1 {
	text-align: center;
}
#business-model .testimonial--source__container,  #success .testimonial--source__container {
	float: right;
	margin-top: 40px;
}
.tes-name, #testimonial div.testimonial--source__container p.h4-1, .tes-name, #testimonial-vet div.testimonial--source__container p.h4-1 {
	text-align: left;
}
p, .p-med-1, .p-med-2, .p-med-3, .h3-1 {
	text-align: center;
}
.logo-wrap {
	text-align: left;
}
.site-logo {
	max-width: 260px;
	padding-top: 5px;
	padding-bottom: 38px;
}
.img-wrap img {
	width: 38%;
}
.btn-align {
	text-align: center;
}
#menu {
	padding-top: 108px;
}
.header-cta-wrap {
	margin-top: -136px;
}
.header-btn-wrap {
	margin-top: -120px;
}
.phone-wrap {
	top: -100px;
	left: 60%;
}
.image-wrap {
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	padding-bottom: 40px;
}
.open-quote, .close-quote, #three-step-plan div.box-1:after, #three-step-plan div.box-2:after {
	display: none;
}
.header-btn-2 {
	font-size: 12px;
}
.gutter-fix {
	padding-right: 0px;
}
.desktop {
	display: none !important;
}
.mobile {
	text-align: center;
	width: auto;
	margin: 0 auto;
	padding: .5em;
}
#three-step-plan div.box-1, #three-step-plan div.box-2, #three-step-plan div.box-3 {
	min-height: auto;
}
.testimonial__container {
	padding-top: 10px;
}
#our-model .testimonial__container {
	padding-top: 0px;
}
.speech-bubble-int p {
	font-size: 24px;
	line-height: 26px;
}
.p-thick {
	font-size: 24px;
	line-height: 20px;
}
.divTable .p-med-2, .divTable .p-thick {
	text-align: left;
}
#three-step-plan div.box-1, #three-step-plan div.box-2, #three-step-plan div.box-3 {
	padding: 10px;
}
}

@media (max-width:980px) {
.phone-wrap {
	left: 50%;
}
#become-a-franchise-owner .divTableCell {
	display: block;
}
.noWrap {
	white-space: normal;
}
/*
#table-of-content--link, .header-right {
	display: none;
}
*/
.divTable .p-med-2, .divTable .p-thick {
	text-align: center;
}
.p-thick {
	padding-top: 15px;
}

}


@media (max-width:780px) {
#header {
	position: fixed;
	width: 100%;
}
.hero-int-content {
	top: 0px;
}
#hero-section-home {
	position: relative;
	background: url(/wp-content/uploads/2018/06/banner-background.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 440px;
	height: 480px;
	z-index: 2;
}
.hero-int-content h1 {
	font-size: 30px;
}
#menu, .phone-icon, .phone-number {
	display: none;
}
.header-wrap {
	max-width: 100% !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.site-logo {
	max-width: 230px;
	padding-top: 50px;
}
.header-cta-wrap {
	background-color: #b2346b;
	width: 100%;
	display: block;
	position: relative;
	height: 50px;
	top: -30px;
}
.phone-wrap {
	left: 3% !important;
	top: 14px !important;
}
.header-btn-wrap {
	margin-top: -173px;
}
a.header-btn {
	display: inline-block;
	color: #b2346b;
	font-size: 15px;
	font-weight: 400;
	background-color: #ffffff;
	margin: 0px;
	padding: 2px 10px;
	transition: .25s all;
	border-radius: 4px;
	border: solid 1px #ffffff !important;
}
a.header-btn:hover {
	color: #ffffff;
	background-color: #b2346b;
	border: solid 1px #ffffff !important;
}
a.header-btn-2 {
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	background-color: #b2346b;
	margin: 0px;
	padding: 2px 10px;
	transition: .25s all;
	border-radius: 4px;
	border: solid 1px #ffffff;
}
a.header-btn-2:hover {
	color: #b2346b;
	background-color: #ffffff;
	border: solid 1px #ffffff;
}
.phone-btn {
	display: block;
}
.speech-bubble-hero {
	padding: 20px;
	max-width: 678px;
	margin-top: 0px;
	margin-bottom: 60px;
	border-radius: 0px;
}
.speech-bubble-hero h1 {
	font-size: 30px;
	line-height: 32px;
	text-align: center;
}
.speech-bubble-hero h2, .speech-bubble-hero p {
	text-align: center;
}
.speech-bubble-hero:after {
	display: none;
}
.speech-container {
	margin-top: 0px;
}
a.btnSolidDBlue, a.btnSolidDBlue {
	font-size: 22px;
}
.h1-2, .h2-1 {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 0;
}
#testimonial-vet .h2-1 {
	padding-bottom: 30px;
	line-height: 30px;
	height: 170px;
}
.h3-1 {
	font-size: 18px;
	line-height: 22px;
}
.image-wrap {
	width: 99%;
	padding-bottom: 20px;
	text-align: center;
	margin: 0 auto;
}
li.btnSolidDBlueSm {
	padding: 2px 5px;
	font-size: 11px;
}
.yt-iframe {
	display: block;
	margin: 0 auto;
	height: 290px;
	width: 400px;
}
.h2-2, h3 {
	font-size: 18px;
}
.mobile-center {
	text-align: center;
	margin-bottom: 20px !important;
}
.p-thin {
	font-size: 14px;
	line-height: 20px;
}
ul.styled-list, ul.styled-list-no-heart {
	margin-left: 0px;
}
#advantage-video h2 {
	margin-bottom: 20px;
}
	#three-step-plan .h3-1{
line-height: 0px;
margin-top:20px;
}
}

@media (max-width:680px) {
.h1-2 {
	font-size: 28px;
	line-height: 30px;
}
a.btnSolidDRedSm, a.btnSolidDRed {
	font-size: 18px;
	padding: 5px 8px;
}
#testimonial-vet .h3-1 {
	margin-top: 60px;
}
.h5-1 {
	margin-top: 40px;
	font-size: 18px;
}
#faqs .h5-1 {
	margin-top: 0px;
}
.hero-int-content h1 {
	font-size: 24px;
	line-height: 26px;
}
.hero-int-content h2 {
	font-size: 18px;
	line-height: 20px;
}
p, .p-med-1, .p-med-2, .p-med-3 {
	font-size: 14px;
	line-height: 20px;
}
.styled-list, .styled-list-no-heart {
	font-size: 14px;
}
#footer-nav ul li {
	margin-bottom: 20px;
}
#footer-nav ul a {
	font-size: 14px;
}
.faqs div.section-divider p {
	text-align: left;
}
.divTable {
	margin-top: 20px;
}
#services .styled-list, #advantage .styled-list {
	margin-left: 40px;
}
}

@media (max-width:518px) {
.tes-name, #testimonial div.testimonial--source__container p.h4-1, .tes-name, #testimonial-vet div.testimonial--source__container p.h4-1 {
	text-align: center;
}
.h6-1 {
	font-size: 16px;
	line-height: 18px;
}
#tab_container_29 .wpsm_nav-tabs > li {
	width: 100% !important;
}
}

@media (max-width:480px) {
.h2-1 {
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	padding-bottom: 10px;
}
.h1-2 {
	font-size: 24px;
	line-height: 28px;
}
.hero-int-content h1 {
	font-size: 20px;
	line-height: 18px;
}
.hero-int-content h2 {
	font-size: 16px;
	line-height: 18px;
}
.hero-int-content {
	top: 46px;
}
.p-med-1 {
	text-align: center;
}
.hero-int-content {
	height: auto;
}
.speech-bubble-int {
	padding: 20px;
}
.speech-bubble-hero p, .speech-bubble-int p {
	font-size: 12px;
	line-height: 16px;
}
.speech-bubble-int:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 10%;
	width: 0;
	height: 0;
	border: 31px solid transparent;
	border-top-color: #c56790;
	border-bottom: 0;
	border-left: 0;
	margin-left: 0px;
	margin-bottom: -31px;
}
#testimonial-vet .h3-1 {
	margin-top: 90px;
}
.no-mo {
	display: none;
}
	.yt-iframe {
    height: 275px;
    width: 375px;
}
}

@media (max-width:380px) {
.h2-2, h3 {
	font-size: 20px;
	line-height: 26px;
}
.hero-int-content h1 {
	font-size: 18px;
	line-height: 16px;
}
#testimonial-vet .h3-1 {
	margin-top: 0px;
}
.yt-iframe {
    height: 170px;
    width: 230px;
}
	
}
/* */
.table-of-content--icon {
	display: inline-block;
	width: 24px;
	height: 18px;
	position: relative;
	vertical-align: middle;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
}
.table-of-content--icon span {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: #fefefe;
	left: 0;
	border-radius: 1px;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}
.table-of-content--icon span:nth-child(1) {
	top: 0;
}
.table-of-content--icon span:nth-child(2) {
	top: 7px;
}
.table-of-content--icon span:nth-child(3) {
	top: 14px;
}
.toggled .table-of-content--icon span:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.toggled .table-of-content--icon span:nth-child(2) {
	opacity: 0;
}
.toggled .table-of-content--icon span:nth-child(3) {
	top: 7px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.table-of-content--link {
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	padding: 1rem;
	background-color: #b2346b;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0,0,0,.125);
	z-index: 5;
}
.table-of-content--link:before {
	background-color: #fefefe;
	position: absolute;
	right: calc(100% + 10px);
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
	width: 210px;
	padding: .382rem .618rem;
	display: block;
	box-shadow: 0 4px 12px rgba(0,0,0,.125);
}
.table-of-content--link:hover:before {
	content: "Franchise Guide Contents";
}
.table-of-content--link .table-of-content--menu {
	height: 0;
	width: 0;
	padding: 0;
	bottom: -10rem;
	opacity: 0;
	overflow: hidden;
	transition: bottom 400ms ease-in-out, opacity 400ms ease-in-out;
}
.table-of-content--link.toggled .table-of-content--menu {
	position: absolute;
	background: #fefefe;
	padding: 1.618rem;
	bottom: calc(100% + 1rem);
	width: 300px;
	height: auto;
	right: 0;
	opacity: 1;
	border-radius: .25rem;
	box-shadow: 0 4px 15px rgba(0,0,0,.125);
	max-height: calc(100vh - 10rem);
	overflow-y: auto;
}
.table-of-content--menu ul:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.center-margin-fix {
	margin: 0 auto !important;
}

@media screen and (max-width: 779px) {
a.header-btn {
	margin-right: 3.5rem;
}
}
/* ////////////////////////////////////////////////// */
/* -===== Pie Chart =====- */

.streams__container {
	display: inline-block;
	width: 100%;
	max-width: 40rem;
	top: 0;
	position: relative;
	transition: all .382s ease-in-out;
}

@media screen and (max-width: 1023px) {
.streams__container {
	margin-bottom: 2rem;
}
}
.streams__container figure {
	background-color: transparent;
	display: inline-block;
	height: 0;
	margin: 0 auto;
	position: relative;
	font-size: 16px;
	font-size: 1vw;
	width: 100%;
	max-width: 40rem;
	padding-bottom: 100%;
}
.streams__container svg {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible;
}
.streams__container circle {
	fill: rgba(0,0,0,0);
	stroke-width: 31.8309886184;
	stroke-dasharray: 0, 0, 0, 100;
	stroke-dashoffset: 25;
}
.streams__container.is-in-view circle {
	-webkit-animation: stream--medicare 3s 1 ease both;
	animation: stream--medicare 6s 1 ease both;
}
.streams__container .stream--medicare {
	stroke: #195b69;
	cursor: pointer;
	transition: stroke 300ms ease-in-out;
}
.streams__container .stream--private {
	stroke: #148a9b;
	cursor: pointer;
	transition: stroke 300ms ease-in-out;
}
.streams__container:hover .stream--medicare {
	stroke: #144954;
}
.streams__container:hover .stream--private {
	stroke: #127c8b;
}
.streams__container.is-in-view figure .stream--private {
	-webkit-animation-name: stream--private;
	animation-name: stream--private;
}
.streams__container .streams--text {
	display: none;
}
.streams__container.is-in-view .streams--text {
	position: absolute;
	display: block;
	max-width: 45%;
	color: #fff;
	font-size: 1.125rem;
	text-align: center;
	font-family: 'open sans', sans-serif;
	pointer-events: none;
}

@media screen and (max-width: 1023px) {
.streams__container.is-in-view .streams--text {
	font-size: .875rem;
}
}
.streams__container.is-in-view .streams--text--medicare {
	top: 52.5%;
	left: 75%;
	animation-duration: 6s;
	animation-fill-mode: both;
	-webkit-animation-duration: 6s;
	-webkit-animation-fill-mode: both;
	opacity: 0;
	animation-name: stream--text--medicare;
	-webkit-animation-name: stream--text--medicare;
	-webkit-transform: translate3d(-50%, 40px, 0);
	transform: translate3d(-50%, 40px, 0);
}
.streams__container.is-in-view .streams--text--private {
	top: 27.5%;
	left: 30%;
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
	animation-duration: 4.75s;
	animation-fill-mode: both;
	-webkit-animation-duration: 4.75s;
	-webkit-animation-fill-mode: both;
	opacity: 0;
	animation-name: stream--text--private;
	-webkit-animation-name: stream--text--private;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}
.streams__container.is-in-view .streams--text--unlocked {
	width: 90%;
	max-width: 90%;
	top: 47.5%;
	left: 50%;
	font-size: 1.125rem;
	animation-delay: 6s;
	animation-duration: .618s;
	animation-fill-mode: both;
	-webkit-animation-delay: 6s;
	-webkit-animation-duration: .618s;
	-webkit-animation-fill-mode: both;
	opacity: 0;
	animation-name: stream--text--unlocked;
	-webkit-animation-name: stream--text--unlocked;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}
.streams--img__container, .streams--top, .streams--bottom, .streams--net {
	display: block;
}
.streams--img__container {
	margin-bottom: 1rem;
}
.streams--bottom {
	padding-bottom: .875rem;
	margin-bottom: .618rem;
	border-bottom: 1px solid #F0A3B6;
	display: inline-block;
}
.streams--net {
	color: #F0A3B6;
	font-size: 1.375rem;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-animation-delay: 7.382s;
	animation-delay: 7.382s;
	animation-duration: 1.618s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.382s;
	-webkit-animation-fill-mode: both;
	animation-name: pop;
	-webkit-animation-name: pop;
}
.streams__container.is-in-view .streams--circle--shadow {
	position: absolute;
	width: 100%;
	height: 50px;
	background-image: url(https://i.imgur.com/9klA19U.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	bottom: -25px;
	left: 0;
	z-index: -1;
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
	-webkit-animation-delay: .618s;
	animation-delay: .618s;
	animation-duration: .618s;
	animation-fill-mode: both;
	-webkit-animation-duration: .618s;
	-webkit-animation-fill-mode: both;
	opacity: 0;
	animation-name: stream--text--shadow;
	-webkit-animation-name: stream--text--shadow;
	transition: all .382s ease-in-out;
}
.streams__container .streams--percentage {
	font-size: 1.25em;
	color: rgba(255,255,255,.87);
	padding-bottom: .382rem;
	display: block;
}

@media screen and (min-width: 1024px) {
.streams__container:hover {
	top: -25px;
	transition: all .382s ease-in-out;
}
.streams__container:hover .streams--circle--shadow {
	bottom: -50px;
	background-size: 107.5% auto;
	transition: all .382s ease-in-out;
	opacity: .75;
}
}

/* Pop */
@-webkit-keyframes pop {
 50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
 100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
 @keyframes pop {
 50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
 100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.is-in-view .pop {
	-webkit-animation-name: pop;
	animation-name: pop;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}
 @-webkit-keyframes stream--medicare {
 50% {
stroke-dasharray: 77, 23, 0, 0;
}
 75% {
stroke-dasharray: 77, 23, 0, 0;
}
 100% {
stroke-dasharray: 100, 0, 0, 0;
}
}
 @keyframes stream--medicare {
 50% {
stroke-dasharray: 77, 23, 0, 0;
}
 75% {
stroke-dasharray: 77, 23, 0, 0;
}
 100% {
stroke-dasharray: 100, 0, 0, 0;
}
}
@-webkit-keyframes stream--private {
 50% {
stroke-dasharray: 0, 77, 23, 0;
}
 75% {
stroke-dasharray: 0, 77, 23, 0;
}
 99% {
stroke-dasharray: 0, 100, 0, 0;
}
 100% {
stroke-dasharray: 0, 100, 0, 0;
}
}
@keyframes stream--private {
 50% {
stroke-dasharray: 0, 77, 23, 0;
}
 75% {
stroke-dasharray: 0, 77, 23, 0;
}
 100% {
stroke-dasharray: 0, 100, 0, 0;
}
 100% {
stroke-dasharray: 0, 100, 0, 0;
}
}
@-webkit-keyframes stream--text--medicare {
 50% {
 -webkit-transform: translate3d(-50%, -50%, 0);
 transform: translate3d(-50%, -50%, 0);
 opacity: 1;
}
 75% {
 -webkit-transform: translate3d(-50%, -50%, 0);
 transform: translate3d(-50%, -50%, 0);
 opacity: 1;
}
 100% {
 -webkit-transform: translate3d(-50%, 40px, 0);
 transform: translate3d(-50%, 40px, 0);
 opacity: 0;
}
}
@keyframes stream--text--medicare {
 50% {
 -webkit-transform: translate3d(-50%, -50%, 0);
 transform: translate3d(-50%, -50%, 0);
 opacity: 1;
}
 75% {
 -webkit-transform: translate3d(-50%, -50%, 0);
 transform: translate3d(-50%, -50%, 0);
 opacity: 1;
}
 100% {
 -webkit-transform: translate3d(-50%, 40px, 0);
 transform: translate3d(-50%, 40px, 0);
 opacity: 0;
}
}
@-webkit-keyframes stream--text--private {
 50% {
 -webkit-transform: translate3d(-50%, -50%, 0);
 transform: translate3d(-50%, -50%, 0);
 opacity: 1;
}
 75% {
 -webkit-transform: translate3d(-50%, -50%, 0);
 transform: translate3d(-50%, -50%, 0);
 opacity: 1;
}
 100% {
 -webkit-transform: translate3d(-50%, -100%, 0);
 transform: translate3d(-50%, -100%, 0);
 opacity: 0;
}
}
@keyframes stream--text--private {
 50% {
 -webkit-transform: translate3d(-50%, -50%, 0);
 transform: translate3d(-50%, -50%, 0);
 opacity: 1;
}
 75% {
 -webkit-transform: translate3d(-50%, -50%, 0);
 transform: translate3d(-50%, -50%, 0);
 opacity: 1;
}
 100% {
 -webkit-transform: translate3d(-50%, -100%, 0);
 transform: translate3d(-50%, -100%, 0);
 opacity: 0;
}
}
@-webkit-keyframes stream--text--unlocked {
 100% {
 -webkit-transform: translate3d(-50%, -50%, 0);
 transform: translate3d(-50%, -50%, 0);
 opacity: 1;
}
}
@keyframes stream--text--unlocked {
 100% {
 -webkit-transform: translate3d(-50%, -50%, 0);
 transform: translate3d(-50%, -50%, 0);
 opacity: 1;
}
}
@-webkit-keyframes stream--text--shadow {
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 opacity: 1;
}
}
@keyframes stream--text--shadow {
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 opacity: 1;
}
}
@-moz-document url-prefix() {
 .speech-bubble-hero:after {
 left: 1px;
}
}
#pie-gif {
	display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.streams__container {
	display: none;
}
#pie-gif {
	display: block;
}
}

/* Jakes CSS Section =-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
@media screen and (max-width: 641px) {
	#myTab_29 a span {
		text-decoration: underline !important;
	} 
	#myTab_29 .active a span {
		font-weight: 900 !important;
		font-size: 1.1em;
		line-height: 1rem;
	}
	#myTab_29 .active a span:before {
		content: '\027A4';
		color: #fff;
		font-size: 1rem;
		padding-right: 10px;
	}
}

@media screen and (max-width:1024px){
.hide-for-mobile, img.hide-for-mobile {
	display: none !important;
	}
.page-id-19 .overlay-hero-int, .page-id-19 .hero-int-content, .page-id-19 #hero-section-internal {
	display: none !important;
	}

}

.form__capital-requirement label {
	color: #ffffff !important;
}

/*coronavirus message*/
section#coronavirus-message {
	background-color: #b2346b;
}
section#coronavirus-message .btnSolidDRed {
	border: solid 2px #ffffff;
	background-color: #b2346b;
	margin: .5rem 0 .5rem 1rem;
	font-size: 16px;
}

section#coronavirus-message a.btnSolidDRed:hover {
	border: solid 2px #ffffff;
	background-color: #ffffff;
}

section#coronavirus-message .corona-wrapper {
	padding: 20px 0 20px 0;
}

@media screen and (max-width: 64em) {
	section#coronavirus-message .btnSolidDRed {
		margin-top: .5rem;
		display: table;
    	margin-left: auto;
    	margin-right: auto;
	}
}
.bgtan {background:rgba(196, 179, 161, 0.3)}

.dividerLine-3 {
    height: 10px;
    border-bottom: solid 1px #ffffff;
    margin-bottom: 20px;
    margin-top: 10px;
}
 
 .blog-sidebar__title {font-size:1.1rem;}
 .sidebar-connect__social {padding-top:10px;}
 .sidebar-social__icon  {display:inline-block;}
 .lgrey { color:#ADADAD}
 .smaller { font-size:80%;}

 span.home-messages {
	font-family: 'Open Sans', sans-serif;
}
.naacos-logo {
	max-width: 180px;
	padding-left: 20px; 
	padding-right: 20px
}
.narhc-logo {
	max-width: 180px;
	padding-left: 20px; 
	padding-right: 20px
}
@media (max-width:722px){
	.naacos-logo, .narhc-logo, .narhc-text{
		display: block;
		margin: 10px auto;
		text-align: center;
	}
}

		 /*in main header only shown on RPM page and its ty pg*/
			.page-id-256 .logo-wrap{ display:none !important}
			.page-id-256 .Altlogo-wrap{ display:block !important;  }
			.page-id-256 #elements { display:none !important}
			@media (max-width:1023px) {
				.page-id-256 .Altlogo-wrap{  text-align:left }
				.page-id-256 #hero-section-internal  {
    				height: 350px;
				}
				.page-id-256 #elements { display:none !important}
			}
			@media (max-width:780px) {
				.page-id-256 .site-logo {
					max-width: 200px;
				} 
				.page-id-256 .text-left, 
				.page-id-256 .text-left .p-med-1{text-align:left !important}
				
				.page-id-256 .h5-1 {
					margin-top: 0;
				}
				.page-id-256 #hero-section-internal  {
    				height: 350px;
				}
				.page-id-256 #elements { display:none !important}
				body.page-id-256 #hero-section-internal h1 {
					padding-top: 150px !important;
				}
			}