@charset "utf-8";
/* CSS Document */
/*=================================
	GLOBAL
=================================*/
body {
    font-family: 'robotoregular';
}
img {
	max-width: 100%;
}
h1, h2 {
    font-family: 'amaticbold';
	font-size: 62px;
	padding: 0;
	margin: 0;
	color: #454545;
}
h3 {
    font-family: 'robotoblack';
}
.clearFloat {
	clear: both;
}
.bold {
	font-weight: bold;
}
a, a:active,a:focus {
	outline: none;
}
/*label {
	display: none;
}*/
#submitButton:hover {
	background: url(images/submitButton-background-rollover.jpg) repeat-x;
	background-position: bottom left;
}
.step2 #submissionSuccessMessage h1 {
	font-size: 32px;
	margin: 50px 0;
}
.step2 #formSection {
	background: top right;
}
#insurance-slogan {
	background: url(images/insurance-for-every-part-of-your-life.png) no-repeat;
	background-position: top right;
	display: block;
}
#save-hundreds h1, .step2 #submissionSuccessMessage h1 {
	color: #ea7724;
}
@media (min-width: 1200px) {
/*=================================
	HEADER
=================================*/
#header {
	background: #18a1dc;
	height: 70px;
	box-shadow: 3px 0 3px rgba(0,0,0,.55);
}
#logoContainer {
	position: relative;
	top: 15px;
}
.small {
	width: 95px;
}
#logoContainer.small {
	top: 5px;
}
/*=================================
	FORM SECTION
=================================*/
#formSection {
	background: url(images/husband-wife-and-child-on-grey-background.jpg) no-repeat;
	background-size: cover;
	background-position: top right -300px;
	min-height: 401px;
	padding-top: 70px;
}
#save-hundreds h1, .step2 #submissionSuccessMessage h1 {
	/*font-size: 68px;*/
	font-size: 55px;
	margin-top: 45px;
}
#save-hundreds img {
	float: right;
	display: block;
	margin-top: 250px;
}

#disclaimer {
	font-size: .8em;
}
#formContainer {
	background: rgba(255, 255, 255, .60);
	margin-bottom: 40px;
}
form {
	padding: 10px 0;
}
#submitButton {
	width: 100%;
	padding: 10px 0;
	border-radius: 10px;
	background: url(images/submitButton-background.jpg) repeat-x;
	background-position: bottom left;
	color: #fff;
    font-family: 'robotobold';
	font-size: 24px;
}
/*=================================
	PRODUCTS
=================================*/
#productSection {
	background: #f2f2f2;
	padding: 0;
}
.ui-tabs .ui-tabs-nav li a img {
	max-width: 100%;
	width: 100%;
	height: auto;
	max-height: auto;
}
.ui-tabs .ui-tabs-nav li {
	padding: 0 .65%;
}
.ui-tabs-active a {
	position: relative;
}
.ui-tabs-active a:after {
	position: absolute;
	bottom: -13px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: '';
	background: url(images/tabActive.png) no-repeat;
	width: 26px;
	height: 13px;
}

#tabContentBackground {
	background: #fff;
}
.ui-tabs {
	padding: 0;
}
.ui-widget-content, .ui-widget-header {
	border: 0px solid #aaa;
	background: none;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-radius: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 0px solid #d3d3d3;
	background: none;	
}
#tabs-1,
#tabs-2,
#tabs-3,
#tabs-4,
#tabs-5,
#tabs-6,
#tabs-7 {
	min-height: 400px;
}
.ui-tabs-panel h3 {
	color: #ea7724;
}
.ui-tabs-panel p {
	font-size: 18px;
}

.ui-tabs-panel ul li {
	list-style: url(images/green-checkmark.png);
	font-size: 18px;
	padding: 0px 15px 10px 0;
	margin-left: 20px;
}
.row {
	padding: 0;
	margin: 0;
}

/*=================================
	WHO WE ARE
=================================*/
#aboutSection {
	background: url(images/blue-boxes-background-shadow.jpg) no-repeat;
	background-size: cover;
	padding: 75px 0;
}
#aboutTitleContainer {
	background:url(images/brush-graphic.png) no-repeat;
	width: 58.29%;
	background-size: contain;
	position: relative;
	background-position: center center;
	left: -24.61%;
	margin-bottom: 25px;
}
#aboutTitleContainer h1 {
	text-align: center;
	position: relative;
	bottom: 6px;
}
#aboutLcol img {
	float: right;
	padding-right: 15px;
}
#aboutRcol {
	border-left: 2px solid #fff;
	color: #fff;
}

/*=================================
	CARRIERS
=================================*/
#carriersSection {
	padding: 50px 0;
}
#carriersSection h1 {
	font-size: 45px;
	text-align: center;
	color: #13698f;
	margin-bottom: 25px;
}
.carrierLogoContainer {
	text-align: center;	
}
.carrierLogoContainer ul li {
	display: inline;
	list-style: none;
	width: 9.829%; 
	margin: 0 .75%;
}
/*=================================
	LOCATIONS
=================================*/
#locationsSection {
	background: #f2f2f2;
	padding: 50px 0;
	margin-bottom: 30px;
}
#locationsSection h1 {
	font-size: 70px;
	line-height: .85em;
	padding-top: 75px;
}
.location {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
}
.location h4 {
	color: #ea7724;
    font-family: 'robotobold';
}
.location p {
    font-family: 'robotoregular';
}
/*=================================
	FOOTER
=================================*/
#footer {
	background: #18a1dc;
	padding: 30px 0;
}
#footer p {
	color: #ffffff;
	text-align: center;
	font-size: 9px;
}

}
@media (min-width: 1280px) {
	#formSection {
	background: url(images/husband-wife-and-child-on-grey-background.jpg) no-repeat;
	background-size: cover;
	background-position: top right -400px;
	min-height: 401px;
	padding-top: 70px;
}
}
@media (min-width: 1440px) {
	#formSection {
	background: url(images/husband-wife-and-child-on-grey-background.jpg) no-repeat;
	background-size: cover;
	background-position: top right -350px;
	min-height: 401px;
	padding-top: 70px;
}
}
@media (min-width: 1600px) {
	#formSection {
	background: url(images/husband-wife-and-child-on-grey-background.jpg) no-repeat;
	background-size: cover;
	background-position: top right -300px;
	min-height: 401px;
	padding-top: 70px;
}
}
@media (min-width: 1920px) {
	#formSection {
	background: url(images/husband-wife-and-child-on-grey-background.jpg) no-repeat;
	background-size: cover;
	background-position: top right -200px;
	min-height: 401px;
	padding-top: 70px;
}
}
/*--TABLET LANDSCAPE--*/
@media (min-width: 980px) and (max-width: 1199px) {
/*=================================
	HEADER
=================================*/
#header {
	background: #18a1dc;
	height: 70px;
	box-shadow: 3px 0 3px rgba(0,0,0,.55);
}
#header.formShow {
	background: red;
}
#logoContainer {
	position: relative;
	top: 15px;
}
.small {
	width: 95px;
}
#logoContainer.small {
	top: 5px;
}

/*=================================
	FORM SECTION
=================================*/
#formSection {
	background: url(images/husband-wife-and-child-on-grey-background.jpg) no-repeat;
	background-size: cover;
	background-position: top left;
	min-height: 50px;
	padding-top: 10px;
}
#save-hundreds h1, .step2 #submissionSuccessMessage h1 {
	font-size: 48px;
}
#save-hundreds img {
	float: right;
	display: block;
}

#disclaimer {
	font-size: .8em;
}
#formContainer {
	background: rgba(255, 255, 255, .60);
	margin-bottom: 40px;
}
form {
	padding: 10px 0;
}
#submitButton {
	width: 100%;
	padding: 10px 0;
	border-radius: 10px;
	background: url(images/submitButton-background.jpg) repeat-x;
	background-position: bottom left;
	color: #fff;
    font-family: 'robotobold';
	font-size: 24px;
}

/*=================================
	PRODUCTS
=================================*/
.ui-tabs .ui-tabs-nav li a img {
	max-width: auto;
	width: auto;
	height: 100%;
	max-height: 100%;
}
.ui-tabs .ui-tabs-nav li {
	padding: 10px 1.75%;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 0 1px;
	height: 60px;
}
.ui-widget-header {
	background: red;
}
#productSection {
	background: #f2f2f2;
	padding: 0;
}
.ui-tabs .ui-tabs-nav li a img {
	max-width: 100%;
	width: 100%;
	height: auto;
	max-height: auto;
}
.ui-tabs .ui-tabs-nav li {
	padding: 10px .65%;
}
.ui-tabs-active a {
	position: relative;
}
.ui-tabs-active a:after {
	position: absolute;
	bottom: -13px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: '';
	background: url(images/tabActive.png) no-repeat;
	width: 26px;
	height: 13px;
}

#tabContentBackground {
	background: #fff;
}
.ui-tabs {
	padding: 0;
}
.ui-widget-content, .ui-widget-header {
	border: 0px solid #aaa;
	background: none;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-radius: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 0px solid #d3d3d3;
	background: none;	
}
#tabs-1,
#tabs-2,
#tabs-3,
#tabs-4,
#tabs-5,
#tabs-6,
#tabs-7 {
	min-height: 400px;
}
.ui-tabs-panel h3 {
	color: #ea7724;
}
.ui-tabs-panel p {
	font-size: 18px;
}

.ui-tabs-panel ul li {
	list-style: url(images/green-checkmark.png);
	font-size: 18px;
	padding: 0px 15px 10px 0;
	margin-left: 20px;
}
.row {
	padding: 0;
	margin: 0;
}


/*=================================
	WHO WE ARE
=================================*/
#aboutSection {
	background: url(images/blue-boxes-background-shadow.jpg) no-repeat;
	background-size: cover;
	padding: 75px 0;
}
#aboutTitleContainer {
	background:url(images/brush-graphic.png) no-repeat;
	width: 58.29%;
	background-size: contain;
	position: relative;
	background-position: center center;
	left: -24.61%;
	margin-bottom: 25px;
}
#aboutTitleContainer h1 {
	text-align: center;
	position: relative;
	bottom: 6px;
}
#aboutLcol img {
	float: right;
	padding-right: 15px;
}
#aboutRcol {
	border-left: 2px solid #fff;
	color: #fff;
}

/*=================================
	CARRIERS
=================================*/
.carrierLogoContainer ul {
	padding: 0;
}
.carrierLogoContainer ul li {
	margin: 0;
}
#carriersSection {
	padding: 50px 0;
}
#carriersSection h1 {
	font-size: 45px;
	text-align: center;
	color: #13698f;
	margin-bottom: 25px;
}
.carrierLogoContainer {
	text-align: center;	
}
.carrierLogoContainer ul li {
	display: inline;
	list-style: none;
	width: 9.829%; 
	margin: 0 .75%;
}

/*=================================
	LOCATIONS
=================================*/
#locationsSection h1 {
	font-size: 65px;
}
/*=================================
	FOOTER
=================================*/
#footer {
	background: #18a1dc;
	padding: 30px 0;
}
#footer p {
	color: #ffffff;
	text-align: center;
	font-size: 9px;
}

} 
/*--TABLET PORTRAIT--*/
@media (min-width: 768px) and (max-width: 979px) {
/*=================================
	HEADER
=================================*/
#header {
	background: #18a1dc;
	height: 100px;
	box-shadow: 3px 0 3px rgba(0,0,0,.55);
}
#header.formShow {
	background: red;
}
#logoContainer {
	position: relative;
	top: 15px;
}
.small {
	width: 95px;
}
#logoContainer.small {
	top: 5px;
}
#insurance-slogan {
	background: none;
}

/*=================================
	FORM SECTION
=================================*/
#formSection {
	background: url(images/husband-wife-and-child-on-grey-background.jpg) no-repeat;
	background-size: cover;
	background-position: top left;
	min-height: 401px;
	padding-top: 70px;
}
#save-hundreds h1, .step2 #submissionSuccessMessage h1 {
	font-size: 45px;
	margin-top: 45px;
}
#save-hundreds img {
	float: right;
	display: block;
}

#disclaimer {
	font-size: .8em;
}
#formContainer {
	background: rgba(255, 255, 255, .60);
	margin-bottom: 40px;
}
form {
	padding: 10px 0;
}
#submitButton {
	width: 100%;
	padding: 10px 0;
	border-radius: 10px;
	background: url(images/submitButton-background.jpg) repeat-x;
	background-position: bottom left;
	color: #fff;
    font-family: 'robotobold';
	font-size: 24px;
}
/*=================================
	PRODUCTS
=================================*/
.ui-tabs .ui-tabs-nav li a img {
	max-width: auto;
	width: auto;
	height: 100%;
	max-height: 100%;
}
.ui-tabs .ui-tabs-nav li {
	padding: 10px .65%;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 0 1px;
	height: 60px;
}
#productSection {
	background: #f2f2f2;
	padding: 0;
}
.ui-tabs .ui-tabs-nav li a img {
	max-width: 100%;
	width: 100%;
	height: auto;
	max-height: auto;
}
.ui-tabs .ui-tabs-nav li {
	padding: 10px .65%;
}
.ui-tabs-active a {
	position: relative;
}
.ui-tabs-active a:after {
	position: absolute;
	bottom: -13px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: '';
	background: url(images/tabActive.png) no-repeat;
	width: 26px;
	height: 13px;
}

#tabContentBackground {
	background: #fff;
}
.ui-tabs {
	padding: 0;
}
.ui-widget-content, .ui-widget-header {
	border: 0px solid #aaa;
	background: none;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-radius: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 0px solid #d3d3d3;
	background: none;	
}
#tabs-1,
#tabs-2,
#tabs-3,
#tabs-4,
#tabs-5,
#tabs-6,
#tabs-7 {
	min-height: 400px;
}
.ui-tabs-panel h3 {
	color: #ea7724;
}
.ui-tabs-panel p {
	font-size: 18px;
}

.ui-tabs-panel ul li {
	list-style: url(images/green-checkmark.png);
	font-size: 18px;
	padding: 0px 15px 10px 0;
	margin-left: 20px;
}
.row {
	padding: 0;
	margin: 0;
}


/*=================================
	WHO WE ARE
=================================*/
#aboutSection {
	background: url(images/blue-boxes-background-shadow.jpg) no-repeat;
	background-size: cover;
	padding: 75px 0;
}
#aboutTitleContainer {
	background:url(images/brush-graphic.png) no-repeat;
	width: 58.29%;
	background-size: contain;
	position: relative;
	background-position: center center;
	left: -24.61%;
	margin-bottom: 25px;
}
#aboutTitleContainer h1 {
	text-align: center;
	position: relative;
	bottom: 6px;
}
#aboutLcol img {
	float: right;
	padding-right: 15px;
}
#aboutRcol {
	border-left: 2px solid #fff;
	color: #fff;
}

/*=================================
	CARRIERS
=================================*/
.carrierLogoContainer ul {
	padding: 0;
}
.carrierLogoContainer ul li {
	margin: 0;
}
#carriersSection {
	padding: 50px 0;
}
#carriersSection h1 {
	font-size: 45px;
	text-align: center;
	color: #13698f;
	margin-bottom: 25px;
}
.carrierLogoContainer {
	text-align: center;	
}
.carrierLogoContainer ul li {
	display: inline;
	list-style: none;
	width: 9.829%; 
	margin: 0 .75%;
}

/*=================================
	LOCATIONS
=================================*/
#locationsSection {
	background: #f2f2f2;
	padding: 0px 0;
	margin-bottom: 30px;
}
#locationsSection h1 {
	font-size: 65px;
	line-height: .85em;
	padding-top: 15px;
}
.location {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
}
.location h4 {
	color: #ea7724;
    font-family: 'robotobold';
}
.location p {
    font-family: 'robotoregular';
}

/*=================================
	FOOTER
=================================*/
#footer {
	background: #18a1dc;
	padding: 30px 0;
}
#footer p {
	color: #ffffff;
	text-align: center;
	font-size: 9px;
}

}
/*--LARGE PHONE LANDSCAPE--*/
@media (max-width: 767px) {
/*=================================
	HEADER
=================================*/
#header {
	background: #18a1dc;
	height: 160px;
	box-shadow: 3px 0 3px rgba(0,0,0,.55);
}
#header.formShow {
	background: red;
}
#logoContainer {
	position: relative;
	top: 15px;
}
.small {
	width: 95px;
}
#logoContainer.small {
	top: 5px;
}
#insurance-slogan {
	background: none;
}

/*=================================
	FORM SECTION
=================================*/
#formSection {
	background: url(images/husband-wife-and-child-on-grey-background.jpg) no-repeat;
	background-size: cover;
	background-position: top left;
	min-height: 50px;
	padding-top: 10px;
}
#save-hundreds h1, .step2 #submissionSuccessMessage h1 {
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 20px;
}
#save-hundreds img {
	float: right;
	display: none;
}
#disclaimer {
	font-size: .8em;
}
#formContainer {
	background: rgba(255, 255, 255, .60);
	margin-bottom: 20px;
}
#submitButton {
	width: 100%;
	padding: 10px 0;
	border-radius: 10px;
	background: url(images/submitButton-background.jpg) repeat-x;
	background-position: bottom left;
	color: #fff;
    font-family: 'robotobold';
	font-size: 24px;
}
form {
	padding: 10px 0;
}

/*=================================
	PRODUCTS
=================================*/
#productSection {
	background: #f2f2f2;
	padding: 0;
}
.ui-tabs .ui-tabs-nav li a img {
	max-width: auto;
	width: auto;
	height: 100%;
	max-height: 100%;
}
.ui-tabs .ui-tabs-nav li {
	padding: 0 .25%;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 0 1px;
	height: 40px;
}
.ui-tabs-active a {
	position: relative;
}
.ui-tabs-active a:after {
	position: absolute;
	bottom: -13px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: '';
	background: url(images/tabActive.png) no-repeat;
	width: 26px;
	height: 13px;
	display: none;
}

#tabContentBackground {
	background: #fff;
}
.ui-tabs {
	padding: 0;
}
.ui-widget-content, .ui-widget-header {
	border: 0px solid #aaa;
	background: none;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-radius: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 0px solid #d3d3d3;
	background: none;	
}
#tabs-1,
#tabs-2,
#tabs-3,
#tabs-4,
#tabs-5,
#tabs-6,
#tabs-7 {
	min-height: 350px;
}
.ui-tabs-panel h3 {
	color: #ea7724;
	font-size: 18px;
}
.ui-tabs-panel p {
	font-size: 14px;
}
#tabSection {
	padding: 10px 0;
}
.ui-tabs .ui-tabs-panel {
	padding: 0;
}
.ui-tabs-panel ul li {
	list-style: url(images/green-checkmark.png);
	font-size: 14px;
	padding: 0px 15px 10px 0;
	margin-left: 0;
}
.row {
	padding: 0;
	margin: 0;
}

/*=================================
	WHO WE ARE
=================================*/
#aboutSection {
	background: url(images/blue-boxes-background-shadow.jpg) no-repeat;
	background-size: cover;
	padding: 75px 0;
}
#aboutTitleContainer {
	background:url(images/brush-graphic.png) no-repeat;
	width: 100%;
	background-size: contain;
	position: relative;
	background-position: center center;
	left: 0;
	margin-bottom: 25px;
}
#aboutTitleContainer h1 {
	text-align: center;
	position: relative;
	bottom: 0px;
	font-size: 32px;
}
#aboutLcol {
	text-align: center;
}
#aboutLcol img {
	float: none;
	padding-right: 0px;
	width: 150px;
}
#aboutRcol {
	border-left: 0px solid #fff;
	color: #fff;
}
#aboutRcol h4 {
	text-align: center;
	font-size: 16px;

}
/*=================================
	CARRIERS
=================================*/
.carrierLogoContainer ul {
	padding: 0;
}
.carrierLogoContainer ul li {
	margin: 0;
}
#carriersSection {
	padding: 50px 0;
}
#carriersSection h1 {
	font-size: 45px;
	text-align: center;
	color: #13698f;
	margin-bottom: 25px;
}
.carrierLogoContainer {
	text-align: center;	
}
.carrierLogoContainer ul li {
	display: inline;
	list-style: none;
	width: 9.829%; 
	margin: 0 .75%;
}

/*=================================
	LOCATIONS
=================================*/
#locationsSection {
	background: #f2f2f2;
	padding: 50px 0;
	margin-bottom: 30px;
}
#locationsSection h1 {
	font-size: 40px;
	line-height: .85em;
	padding-top: 0;
}
.location {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 25px;
}
.location h4 {
	color: #ea7724;
    font-family: 'robotobold';
	font-size: 15px;
}
.location p {
    font-family: 'robotoregular';
}

/*=================================
	FOOTER
=================================*/
#footer {
	background: #18a1dc;
	padding: 30px 0;
}
#footer p {
	color: #ffffff;
	text-align: center;
	font-size: 9px;
}

}
/*--PHONE PORTRAIT--*/
@media (max-width: 480px) {
.container {
	padding: 0;
}
/*=================================
	HEADER
=================================*/
#header {
	background: #18a1dc;
	height: 80px;
	box-shadow: 3px 0 3px rgba(0,0,0,.55);
}
#header.formShow {
	background: red;
}
#logoContainer {
	position: relative;
	top: 15px;
}
.small {
	width: 95px;
}
#logoContainer.small {
	top: 5px;
}
#insurance-slogan {
	background: none;
}
/*=================================
	FORM SECTION
=================================*/
#formSection {
	background: url(images/husband-wife-and-child-on-grey-background.jpg) no-repeat;
	background-size: cover;
	background-position: top left;
	min-height: 50px;
	padding-top: 10px;
}
#save-hundreds h1 {
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 20px;
}
#save-hundreds img {
	float: right;
	display: none;
}
#disclaimer {
	font-size: .8em;
}
#formContainer {
	background: rgba(255, 255, 255, .60);
	margin-bottom: 20px;
}
#submitButton {
	width: 100%;
	padding: 10px 0;
	border-radius: 10px;
	background: url(images/submitButton-background.jpg) repeat-x;
	background-position: bottom left;
	color: #fff;
    font-family: 'robotobold';
	font-size: 24px;
}
form {
	padding: 10px 0;
}
.step2 #submissionSuccessMessage h1 {
	font-size: 32px;
}
/*=================================
	PRODUCTS
=================================*/
#productSection {
	background: #f2f2f2;
	padding: 0;
}
.ui-tabs .ui-tabs-nav li a img {
	max-width: auto;
	width: auto;
	height: 100%;
	max-height: 100%;
}
.ui-tabs .ui-tabs-nav li {
	padding: 0 .25%;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 0 1px;
	height: 40px;
}
.ui-tabs-active a {
	position: relative;
}
.ui-tabs-active a:after {
	position: absolute;
	bottom: -13px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: '';
	background: url(images/tabActive.png) no-repeat;
	width: 26px;
	height: 13px;
	display: none;
}

#tabContentBackground {
	background: #fff;
}
.ui-tabs {
	padding: 0;
}
.ui-widget-content, .ui-widget-header {
	border: 0px solid #aaa;
	background: none;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-radius: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 0px solid #d3d3d3;
	background: none;	
}
#tabs-1,
#tabs-2,
#tabs-3,
#tabs-4,
#tabs-5,
#tabs-6,
#tabs-7 {
	min-height: 350px;
}
.ui-tabs-panel h3 {
	color: #ea7724;
	font-size: 18px;
}
.ui-tabs-panel p {
	font-size: 14px;
}
#tabSection {
	padding: 10px 0;
}
.ui-tabs .ui-tabs-panel {
	padding: 0;
}
.ui-tabs-panel ul li {
	list-style: url(images/green-checkmark.png);
	font-size: 14px;
	padding: 0px 15px 10px 0;
	margin-left: 0;
}
.row {
	padding: 0;
	margin: 0;
}

/*=================================
	WHO WE ARE
=================================*/
#aboutSection {
	background: url(images/blue-boxes-background-shadow.jpg) no-repeat;
	background-size: cover;
	padding: 75px 0;
}
#aboutTitleContainer {
	background:url(images/brush-graphic.png) no-repeat;
	width: 100%;
	background-size: contain;
	position: relative;
	background-position: center center;
	left: 0;
	margin-bottom: 25px;
}
#aboutTitleContainer h1 {
	text-align: center;
	position: relative;
	bottom: 0px;
	font-size: 32px;
}
#aboutLcol {
	text-align: center;
}
#aboutLcol img {
	float: none;
	padding-right: 0px;
	width: 150px;
}
#aboutRcol {
	border-left: 0px solid #fff;
	color: #fff;
}
#aboutRcol h4 {
	text-align: center;
	font-size: 16px;

}
/*=================================
	CARRIERS
=================================*/
.carrierLogoContainer ul {
	padding: 0;
}
.carrierLogoContainer ul li {
	margin: 0;
}
#carriersSection {
	padding: 50px 0;
}
#carriersSection h1 {
	font-size: 45px;
	text-align: center;
	color: #13698f;
	margin-bottom: 25px;
}
.carrierLogoContainer {
	text-align: center;	
}
.carrierLogoContainer ul li {
	display: inline;
	list-style: none;
	width: 9.829%; 
	margin: 0 .75%;
}

/*=================================
	LOCATIONS
=================================*/
#locationsSection {
	background: #f2f2f2;
	padding: 50px 0;
	margin-bottom: 30px;
}
#locationsSection h1 {
	font-size: 40px;
	line-height: .85em;
	padding-top: 0;
}
.location {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 25px;
}
.location h4 {
	color: #ea7724;
    font-family: 'robotobold';
	font-size: 15px;
}
.location p {
    font-family: 'robotoregular';
}

/*=================================
	FOOTER
=================================*/
#footer {
	background: #18a1dc;
	padding: 30px 0;
}
#footer p {
	color: #ffffff;
	text-align: center;
	font-size: 9px;
}

}
