/* General */
body {
	font-family: 'PT Sans',sans-serif;
	font-size: 15px;
}

h1 {
	font-family: 'Oswald';
	margin: 0px;
	font-weight: normal;
	color: #414141; /* $text1 */
}

h2,h3,h4,h5 {
	font-family: 'Oswald';
	margin: 0px;
	font-weight: normal;
	color: #0B5CAD;
}

.fancyfont {
	background: #EEF2F4;
	color: #000000;
	margin: 1.5em 0;
	padding: 1.5em 2em 1em;
	border-top: solid 2px #0B5CAD;
	border-bottom: solid 2px #0B5CAD;
}

.fancyfont h3 {
	padding-top: .5em;
	margin-bottom: 1.3em;
}

.fancyfont ul li {
	margin-bottom: 1em;
}

.fancyfont a {
	color: #0B5CAD;
}

.fancyfont a:hover {
	color: #565656;
}

.fancyfonts2 {
	background: #EEF2F4;
	width: 50%;
	float: left;
	border-top: solid 2px #0B5CAD;
	border-bottom: solid 2px #0B5CAD;
	margin: 0% 0% 2% 0%;
}

.fancyfonts3 {
	background: #EEF2F4;
	width: 50%;
	float: right;
	border-top: solid 2px #0B5CAD;
	border-bottom: solid 2px #0B5CAD;
	margin: 0% 0% 2% 0%;
}

.fancyfonts {
	background: #323232;
	width: 45%;
	padding: 2% 0%;
	border: solid 3px #0077E7;
	margin: 3% 27.5%;
	box-shadow: 8px 8px 8px #888888;
}

.fancyfonts a {
	color: #278EE5;
}

.fancyfonts a:hover {
	color: #0B5CAD;
}

.fancypage p {
	line-height: 1.5em;
}

.fancy {
	padding: 1em;
	margin: 1.5em 2%;
	background: #0B5CAD;
	box-shadow: 0px 2px 4px #000000;
}

.fancy strong {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.8em;
}

.fancy a {
	color: #90CBFF;
	font-weight: 600;
	text-shadow: 0px 1px 1px #414141;
}

.fancy a:hover {
	color: #278EE5;
}

.fancy2 {
	padding: 2%;
	margin: 1.5em 0 2.5em;
	border: solid 1px #0B5CAD;
}

.fancy2 ul li {
	margin-bottom: .5em;
}

strong {
	font-weight: 600;
	color: #323232;
}

a {
	text-decoration: none;
	outline: none;
	color: #0058AB; /* darken($color2,26%) */
}

.main {
	width: auto;
	max-width: 1000px;
	min-width: 320px;
	margin: 0px auto;
	padding: 0% 1%;
	display: block;
}

.main:after {
	content: ' ';
	display: block;
	clear: both;
}

html.no-generatedcontent .main {
	zoom: 1;
}

.accatty {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2em;
	position: relative;
	width: 127%;
	list-style: none;
	padding: 0;
}

.accatty .badgegroup {
	display: none;
}

.badges-harry {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: .2em;
}

div#superLawyersHarry {
	margin-right: 2em;
}
/* End General */

/* Top Nav */
#TopArea {
	position: relative;
	z-index: 2;
}

#NavZone {
	background-color: #0077E7; /* $color2 */
	box-shadow: 0px 0px 5px rgba(0,0,0,.7);
	position: relative;
}

nav.top-nav {
	display: table;
	font-size: 15px;
	width: 100%;
	line-height: 1.2em;
}

nav.top-nav ul {
	display: table-row;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

nav.top-nav ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	padding: 0% 1%;
}

nav.top-nav ul li:first-child {
	border-left: none;
}

nav.top-nav ul li:last-child {
	border-right: none;
}

nav.top-nav ul li a {
	color: #FFFFFF; /* $white */
	display: block;
	padding: 15px 2%;
}

nav.top-nav ul li:hover {
	background-position: left top;
}

nav.top-nav ul li:hover a {
	color: #414141; /* $text1 */
}

html.no-display-table nav.top-nav ul li {
	float: left;
}
/* End Top Nav */

/* Flyout Menu */
nav.top-nav div.iflylist {
	background-color: #ffffff;
	color: #0077E7; /* $color2 */
	border: none;
	border-radius: 6px;
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	padding: 17px 0px 6px 0px;
	text-align: left;
	min-width: 225px;
}

nav.top-nav div.iflylist:before {
	font-family: 'icomoon-ult';
	content: '\e0eb';
	position: absolute;
	top: -15px;
	left: 30px;
	font-size: 40px;
	line-height: 40px;
}

nav.top-nav div.iflylist div.iflylist {
	padding: 6px 0px;
}

nav.top-nav div.iflylist div.iflylist:before {
	display: none;
}

nav.top-nav div.ifly {
	background-color: #ffffff;
	border: none;
	border-top: solid 1px #ddd;
}

nav.top-nav div.ifly a {
	padding: 10px 25px;
	color: #0077E7; /* $color2 */
	min-width: 150px;
	line-height: 1.5em;
}

nav.top-nav div.ifly a:hover {
	text-decoration: none;
}

nav.top-nav div.iflyOver {
	background-color: #0077E7; /* $color2 */
}

nav.top-nav div.ifly a.iflyOver {
	color: #ffffff;
}

nav.top-nav div.iflyRight {
	background-image: none;
}

nav.top-nav div.iflyRight>a:before {
	font-family: 'icomoon-ult';
	content: '\e0ea';
	float: right;
	margin-right: -27px;
	font-size: 20px;
}

div.iflylist div.ui-more-items {
	background-color: #0077E7; /* $color2 */
	border-top: solid 1px #ddd;
	position: relative;
}

div.iflylist div.ui-more-items:before {
	font-family: 'icomoon-ult';
	color: #fff;
	content: '\e0f5';
	float: left;
	font-size: 22px;
	margin-left: 12px;
	margin-top: -3px;
}

div.iflylist div.ui-more-items:after {
	font-family: 'icomoon-ult';
	color: #fff;
	content: '\e0f7';
	float: right;
	font-size: 22px;
	margin-top: -3px;
	margin-right: 12px;
}

div.iflylist div.ui-more-items img.more-up {
	position: absolute;
	left: 0px;
	top: 0px;
	background: none;
}

div.iflylist div.ui-more-items img.more-down {
	position: absolute;
	top: 0px;
	right: 0px;
	background: none;
}
/* End Flyout Menu */

/* Header */
#TopZone {
	background-image: url(/images/TopBG.png);
	background-position: bottom center;
	min-height: 200px;
}

body.SUB #TopZone {
	background-image: url(/images/textures/FineGrain-2.png);
}

#SiteLogo {
	position: relative;
}

#SiteLogo .logo {
	display: block;
	text-align: center;
	padding-top: 25px;
	float: right;
	margin-right: 25%;
	width: 48%;
}

html.no-boxsizing #SiteLogo .logo {
	text-align: left;
}

#SiteLogo .tollfree {
	float: left;
	width: 25%;
}

#SiteLogo .local {
	float: right;
	display: block;
	width: 26.5%;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}

#SiteLogo .spanish {
	float: right;
	display: block;
	width: 25%;
	position: absolute;
	top: 70px;
	right: 0px;
	text-align: right;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Oswald';
}

#SiteLogo h2 {
	display: block;
	padding-top: 20px;
	font-size: 28px;
}

#SiteLogo h2 span {
	color: #0058AB; /* darken($color2,26%) */
	text-transform: uppercase;
	font-size: 12px;
	padding: 0px 5px 0px;
}
/* End Header */

/* Animation */
#SlideZone {
	height: 490px;
	position: relative;
	top: -90px;
	margin-bottom: -90px;
}

body.itemp #SlideZone {
	margin-bottom: 0px;
}

#Animation {
	height: 490px;
	width: 100%;
	background-color: #FFFFFF; /* $slidebg */
	position: relative;
	overflow: hidden;
}

#Animation .main {
	position: relative;
}

#Animation div.slide {
	height: 490px;
	position: absolute;
	width: 100%;
	display: none;
}

#Animation div.slide:first-child {
	display: block;
}

#Animation div.slide img {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 490px;
}

div.slide a.info {
	position: absolute;
	color: #FFFFFF;
	padding: 25px 3%;
	font-size: 14px;
	line-height: 1.4em;
	left: 0px;
	top: 150px;
	width: 100%;
}

div.slide a.info h2 {
	font-size: 30px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.3em;
	text-shadow: 0px 5px 10px #000000;
}

div.slide a.info h2 span {
	color: #0077E7; /* $color2 */
	font-size: 40px;
}

div.slide a.info p {
	font-size: 17px;
	display: block;
	width: 50%;
	text-shadow: 0px 0px 10px #000000;
}

div.slide a.info .button {
	font-family: 'Oswald',sans-serif;
	font-size: 16px;
	color: #FFFFFF; /* $white */
	text-transform: uppercase;
	border: solid 3px #0077E7; /* $color2 */
	display: inline-block;
	padding: 10px 10%;
}

div.slide a.info:hover .button {
	border-color: #FFFFFF; /* $white */
}
/* End Animation */

/* CTAs */
#CTAZone {
	background-color: #ffffff;
	background-image: url(/images/textures/Diagonal-Wavy-Lines.png);
	margin-bottom: -50px;
	min-height: 330px;
}

.cta-list {
	width: 100%;
}

body.itemp .cta-list {
	margin-bottom: -90px;
}

.cta-list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.cta-list ul li {
	float: left;
	width: 24%;
	height: 245px;
	padding: 10px 2%;
	position: relative;
	color: #a7a7a7;
	font-size: 14px;
	line-height: 1.3em;
	background-color: #F3F3F3; /* $ctabg */
	text-align: center;
	margin-right: 1.33%;
}

.cta-list ul li:last-child {
	margin-right: 0px;
}

html.no-lastchild .cta-list ul li {
	margin: 0px;
	max-height: 250px;
	min-height: 250px;
	overflow: hidden;
	width: 25%;
}

.cta-list ul li h2 {
	color: #0058AB; /* darken($color2,26%) */
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.3em;
	font-weight: normal;
	margin: 10px 0px;
}

.cta-list ul li h2 span {
	color: #000000;
	display: block;
}

.cta-list ul li p {
	margin: 0px;
	color: #414141; /* $text1 */
}

.cta-list ul li:hover p {
	color: #0056A6; /* darken($color2,28%) */
}

.cta-list ul li img {
	position: absolute;
	top: 145px;
	text-align: center;
	width: 100%;
	left: 0px;
}
/* End CTAs */

/* Main */
#MainArea {
	position: relative;
	width: 100%;
	background-position: top center;
	background-image: url(/images/textures/FineGrain-2.png);
	background-color: #fff;
	min-height: 700px;
	padding-bottom: 30px;
}

#MainArea:before {
	content: ' ';
	display: block;
	position: absolute;
	top: -90px;
	left: 0px;
	width: 100%;
	height: 306px;
	background-image: url(/images/AngleBG.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#Main {
	position: relative;
}

#LeftZone {
	float: left;
	width: 28%;
	position: relative;
}

#MainZone {
	float: right;
	width: 43%;
	position: relative;
	margin-top: 40px;
	padding: 0px 2%;
	margin-right: 28%;
}

body.SUB #MainZone {
	width: 72%;
	margin-right: 0px;
}

#RightZone {
	width: 28%;
	position: absolute;
	top: 0px;
	right: 0px;
}

body.SUB #RightZone {
	width: 0%;
}

.text {
	font-size: 14px;
	line-height: 1.5em;
	color: #585b5e;
}

.text h1 {
	font-size: 30px;
	text-transform: uppercase;
	color: #083153;
	line-height: 2em;
}

.text h2,.text h3 {
	font-size: 17px;
	text-transform: uppercase;
	color: #083153;
}

.text h4 {
	font-size: 15px;
	text-transform: none;
	color: #083153;
}

.text strong {
	color: #278ee5;
}

.text a {
	color: #278ee5;
}

.text a:hover {
	text-decoration: underline;
}
/* End Main */

/* Side Nav */
.side-nav {
	margin-bottom: 20px;
}

.side-nav h2 {
	text-transform: uppercase;
	color: #0058AB; /* darken($color2,26%) */
	font-size: 24px;
	text-shadow: 1px 1px 1px rgba(255,255,255,.7);
	line-height: 1.3em;
	padding: 0px 8%;
	border-bottom: solid 3px #F3F3F3; /* $ctabg */
}

.side-nav h2 span {
	color: #000000;
	font-size: 28px;
}

.side-nav ul {
	list-style: none;
	margin: 0px;
	padding: 10px 5%;
	background-color: #F3F3F3; /* $ctabg */
	border-top: solid 12px #0077E7; /* $color2 */
}

.side-nav li {
	margin: 0px;
	padding: 0px;
}

.side-nav li.level2 a {
	padding: 10px 7% 10px 20%;
}

.side-nav li.level3 a {
	padding: 10px 7% 10px 30%;
}

.side-nav li.level4 a {
	padding: 10px 7% 10px 40%;
}

.side-nav li a {
	display: block;
	color: #000;
	padding: 10px 7% 10px 12%;
	background-color: #F3F3F3; /* $ctabg */
	margin: 5px 0px;
	border-radius: 3px;
	box-shadow: inset 1px 1px 0px rgba(255,255,255,.9),1px 1px 0px rgba(0,0,0,.5);
}

.side-nav li a:hover {
	background-color: #414141; /* $text1 */
	color: #FFFFFF; /* $white */
}

.side-nav li.selected a {
	background-color: #FFFFFF; /* $slidebg */
	color: #0077E7; /* $color2 */
}

#BlogButton a icon {
	padding: 0px 0px 0px 3%;
	font-size: 14px;
	position: absolute;
	margin-top: 0.7%;
}
/* End Side Nav */

/* Contact Form */
.contact-form {
	background-color: #414141; /* $text1 */
	padding: 15px 5%;
	position: relative;
	z-index: 1;
	margin-bottom: 70px;
}

.contact-form img {
	max-width: 100%;
	padding-top: 1em;
}

body.SUB .contact-form {
	margin-top: 70px;
}

.contact-form:before {
	content: ' ';
	display: block;
	position: absolute;
	top: -30px;
	left: 0px;
	width: 100%;
	height: 70px;
	z-index: -1;
	-webkit-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	transform: skewY(-10deg);
	background-color: #414141; /* $text1 */
}

.contact-form:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 70px;
	z-index: -1;
	-webkit-transform: skewY(10deg);
	-ms-transform: skewY(10deg);
	transform: skewY(10deg);
	background-color: #414141; /* $text1 */
	bottom: -30px;
}

.contact-form h2 {
	text-align: center;
	font-size: 24px;
	color: #FFFFFF; /* $white */
	line-height: 1.3em;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
}

.contact-form h2 span {
	font-size: 28px;
	color: #0077E7; /* $color2 */
}

.contact-form p {
	text-align: center;
	display: block;
	margin: 5px 0px;
	padding: 0px 10%;
	color: #F3F3F3; /* $ctabg */
}

.contact-form p span {
	color: #0077E7; /* $color2 */
	font-size: 1.5em;
	font-style: italic;
	font-family: 'Libre Baskerville';
}

.contact-form input,.contact-form textarea, .contact-form select {
	background-color: #F3F3F3;
	border: none;
	box-shadow: inset 1px 1px 5px rgba(0,0,0,.3);
	padding: 7px 5%;
	width: 100%;
	line-height: 1.5em;
	font-size: 13px;
	color: #414141;
	margin: 7px 0px;
	outline: none;
}

.contact-form select {
	padding: 7px 2.5%;
}

.contact-form textarea {
	height: 100px;
	resize: none;
}

.contact-form a {
	display: block;
	text-align: center;
	width: 100%;
	height: 50px;
	background-color: #0077E7; /* $color2 */
	line-height: 50px;
	font-size: 18px;
	color: #000;
	font-family: 'Oswald';
	text-transform: uppercase;
	text-shadow: 1px 1px 0px rgba(255,255,255,.4);
	position: relative;
}

.contact-form a:hover {
	color: #ffffff;
}

.contact-form a icon {
	position: absolute;
	top: 10px;
	right: 4%;
	font-size: 18px;
	color: #0077E7; /* $color2 */
	background-color: #414141; /* $text1 */
	padding: 5px;
	text-shadow: none;
	display: block;
	border-radius: 50%;
}

.caseeval input, .caseeval select {
	width: 300px;
	padding: 6px 10px;
	margin: 5px 0px;
	background-color: #eee;
	border: solid 1px #ddd;
	color: #565656;
}

.caseeval select {
	padding: 6px;
}

.caseeval textarea {
	width: 300px;
	padding: 10px 10px;
	height: 80px;
	margin: 4px 0px;
	resize: none;
	overflow: auto;
	background-color: #eee;
	color: #565656;
	border: solid 1px #ddd;
}

#SeminarReg {
	width: 100%;
	margin-top: 6em;
	background-color: #414141; /* $text1 */
	padding: 1em;
}

#SeminarReg a {
	color: #F3F3F3; /* $ctabg */
}

#SeminarReg a:hover {
	color: #0077E7; /* $color2 */
}

#SeminarReg input {
	width: 100%;
}

#SeminarReg #Header {
	background-color: #F3F3F3; /* $ctabg */
	padding: 0.5em;
}

#SeminarReg #Header h2 {
	font-size: 1.5em;
	text-align: justify;
	font-weight: bold;
	text-transform: uppercase;
	color: #414141; /* $text1 */
}

#SeminarReg #Header h2 span {
	color: #0077E7; /* $color2 */
}

#SeminarReg div:nth-child(5) {
	background-color: #F3F3F3;
	padding: .5em 0;
	padding-left: 1em;
}

#SeminarReg div:nth-child(6) input {
	background-color: #0077E7;
	color: #000000;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}

#SeminarReg span {
	color: #414141; /* $text1 */
}

.mediation-form:before {
	display: none;
}

.mediation-form:after {
	display: none;
}

.SUB .mediation-form {
	margin-top: 0 !important;
}

div#MediationHeading {
	margin: 0 auto;
	font-size: 2em;
	text-align: center;
	padding: 1em 0;
	color: #0B5CAD;
	font-weight: bold;
}
/* End Contact Form */

/* Testimonials Feed */
#TestimonialsFeed {
	width: 100%;
	padding: 20px 10% 0px 10%;
	position: relative;
	text-align: center;
	background-color: #0077E7; /* $color2 */
	margin: 10px 0px;
	z-index: 1;
}

#TestimonialsFeed:before {
	content: ' ';
	display: block;
	position: absolute;
	top: -30px;
	left: 0px;
	width: 100%;
	height: 70px;
	z-index: -1;
	-webkit-transform: skewY(10deg);
	-ms-transform: skewY(10deg);
	transform: skewY(10deg);
	background-color: #0077E7; /* $color2 */
	border-top: solid 3px #63B3FF; /* lighten($color2,44%) */
}

#TestimonialsFeed h3 {
	font-size: 25px;
	text-transform: uppercase;
	color: #FFFFFF; /* $white */
	line-height: 1.2em;
	text-shadow: 1px 1px 1px  rgba(0,0,0,.5);
	position: relative;
}

#TestimonialsFeed h3 span {
	color: #000000;
	text-shadow: 1px 1px 1px rgba(255,255,255,.3);
}

#TestimonialsFeed h3:before {
	content: '“';
	display: block;
	position: absolute;
	top: 10px;
	left: -5%;
	font-size: 100px;
	font-family: Arial;
	color: #0077E7; /* $color2 */
}

article span.ReviewText {
	font-size: 20px;
	line-height: 23px;
	color: #FFFFFF; /* $white */
	font-family: 'Giovanni';
	text-shadow: 1px 1px 1px  rgba(0,0,0,.3);
}

#TestimonialsFeed span.DisplayName {
	display: block;
	font-style: normal;
	padding: 15px 0px 15px;
	font-size: 16px;
	color: #FFFFFF; /* $white */
	text-align: left;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(255,255,255,.3);
}

#TestimonialsFeed a {
	width: 100%;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-bottom: 15px;
}

#TestimonialsFeed a icon {
	padding-left: 2%;
}
/* End Testimonials Feed */

/* Tagline */
#TagZone {
	height: 340px;
	background-color: #1a1a1a;
	background-image: url(/images/FooterBG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#FooterTag {
	text-align: center;
	padding-top: 90px;
}

#FooterTag h1 {
	font-family: 'Oswald';
	font-size: 60px;
	text-transform: uppercase;
	color: #FFFFFF; /* $white */
	line-height: 1em;
	font-weight: bold;
}

#FooterTag h2 {
	font-family: 'Oswald';
	font-size: 45px;
	text-transform: uppercase;
	color: #FFFFFF; /* $white */
	font-weight: normal;
	text-shadow: 2px 2px 10px rgba(0,0,0,1);
}
/* End Tagline */

/* Bottom */
#BottomZone {
	background-color: #4a4a4a;
	background-image: url(/images/BottomBG.jpg);
	height: 269px;
	background-position: top center;
	background-repeat: no-repeat;
}

#Bottom {
}

#Bottom .logos {
	height: 160px;
	text-align: center;
	padding-top: 35px;
}

#Bottom .logos img {
	padding: 0px 15px;
	vertical-align: middle;
}

#Bottom h3 {
	text-align: center;
	display: block;
	line-height: 1.5em;
	font-size: 40px;
	font-weight: 100;
	text-transform: uppercase;
	color: #0077E7; /* $color2 */
	letter-spacing: 18px;
	height: 64px;
}

#Bottom #FooterNavigation {
	background-color: #0077E7; /* $color2 */
	height: 45px;
	font-size: 16px;
	width: 100%;
	line-height: 1.2em;
	display: table;
}

.footer-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: table-row;
}

.footer-nav ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	padding: 0% 1%;
}

html.no-display-table .footer-nav ul li {
	float: left;
}

.footer-nav ul li a {
	color: #000000;
	display: block;
	padding: 12px 2%;
}

.footer-nav ul li a:hover {
	color: #FFFFFF; /* $white */
}
/* End Bottom */

/* FooterZone */
#FooterZone {
	background-image: url(/images/textures/Diagonal-Wavy-Lines.png);
	height: 100%;
}

#Footer {
	padding-top: 20px;
	font-size: 13px;
	line-height: 1.4em;
}

#Footer .divide {
	clear: both;
}

#Footer .divide:after {
	content: ' ';
	clear: both;
	display: block;
	height: 1px;
}

#Footer .divide .left {
	width: 25%;
	float: left;
	font-size: 12px;
	line-height: 1.2em;
}

#Footer .divide .left .name {
	font-weight: bold;
	text-transform: uppercase;
}

#Footer .divide .mid {
	float: left;
	width: 50%;
	text-align: center;
}

#Footer .divide .right {
	float: right;
	width: 25%;
}

#Footer .top {
	border-top: solid 1px #FFFFFF; /* $slidebg */
	padding: 40px 0px;
}

#Footer .top .left {
	text-align: center;
}

#Footer .bottom {
	padding: 20px 0px;
	border-top: solid 1px #FFFFFF; /* $slidebg */
}

#Footer .bottom .mid {
	padding: 0px 1%;
}

#Footer .bottom .right {
	text-align: right;
}
/* End FooterZone */

/* Social */
#SocialFooter {
	display: table;
}

#SocialFooter span {
}

ul.social {
	list-style: none;
	padding: 0px;
	display: table-row;
	width: auto;
}

ul.social li {
	margin: 0px 23px 10px 0px;
	padding: 0px;
	float: left;
	display: table-cell;
}

ul.social li a {
	display: block;
	font-size: 11px;
	vertical-align: middle;
	color: #414141; /* $text1 */
	width: 80px;
}

ul.social li a icon {
	display: inline-block;
	font-size: 20px;
	color: #0077E7; /* $color2 */
	background: #414141; /* $text1 */
	padding: 5px;
	vertical-align: middle;
}

ul.social li a:hover icon {
	color: #FFFFFF; /* $white */
}
/* End Social */

/* Mobile Menu */
html.boxsizing body {
	overflow-x: hidden;
}

div.imenupanel {
	position: absolute;
	left: 0px !important;
	width: 100%;
	background-color: rgba(0,119,231,0.85); /* alpha($color2,85%) */
	top: 45px !important;
}

#NavZone #TopNavigation>div>div.imenupanel {
	position: fixed;
	z-index: 99;
}

div.imenupanel div.imenu {
	width: 100% !important;
}

#MobileMenu {
	border-bottom: none !important;
	display: none;
	position: relative;
	z-index: 2;
}

div.imenuitem {
	color: #fff;
	font-size: 15px;
	border-bottom: solid 1px #5a5a5a;
}

div.imenuitem.iright:before {
	content: '\e0ea';
	font-family: 'icomoon-ult';
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	line-height: 1;
	float: right;
	font-size: 20px;
	color: #0077E7; /* $color2 */
	line-height: 41px;
	padding-left: 25%;
}

div.imenuitem a {
	color: #fff;
	display: block;
	padding: 12px 15px;
}

div.imenu {
	position: absolute;
	top: 0px !important;
	width: 100% !important;
}
/* End Mobile Menu */

/* Responsive */
form *,form *:before,form *:after {
	box-sizing: border-box;
}

img {
	-ms-interpolation-mode: bicubic;
}

html.no-canvas .main {
	width: 960px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

@media (max-width:965px) {
	div.slide a.info {
		width: 55%;
	}

	#Animation div.slide img {
		background-position: 55% 50%;
	}

	div.slide a.info p {
		font-size: 15px;
	}

	.accatty {
		display: none;
	}
}

@media (max-width:960px) {
	#SiteLogo h2 {
		padding-top: 0px;
		padding-left: 1%;
	}

	#SiteLogo .local {
		font-size: 20px;
		position: relative;
		float: left;
		clear: left;
		text-align: left;
	}

	#SiteLogo .tollfree {
		font-size: 20px;
		padding-top: 20px;
	}

	.cta-list ul li h2 {
		font-size: 16px;
	}

	.side-nav h2 {
		font-size: 20px;
	}

	.side-nav h2 span {
		font-size: 24px;
	}

	.contact-form a icon {
		display: none;
	}

	#TagZone {
		height: auto;
	}

	#FooterTag {
		padding-bottom: 90px;
	}

	#FooterTag h1 {
		font-size: 50px;
	}

	#FooterTag h2 {
		font-size: 48px;
	}

	#BottomZone {
		height: auto;
	}

	#Bottom h3 {
		letter-spacing: 0px;
	}

	#Footer .divide .left {
		width: 50%;
	}

	#Footer .divide .right {
		width: 50%;
	}

	#Footer .divide .mid {
		display: none;
	}

	#RightZone {
		top: 1%;
	}
}

@media (max-width:850px) {
	.cta-list ul li {
		font-size: 13px;
	}

	div.slide a.info {
		top: 85px;
	}

	#Animation div.slide img {
		background-position: 58% 50%;
	}

	#FooterTag h2 {
		font-size: 42px;
	}
}

@media (max-width:750px) {
	#SiteLogo h2 {
		padding: 0px;
	}

	#SiteLogo .logo img {
		max-width: 100%;
	}

	#SiteLogo a.logo {
		width: 100%;
		float: none;
	}

	#SiteLogo .local {
		margin: 0px auto;
		width: 100%;
		clear: none;
		text-align: center;
		padding: 0px;
	}

	#SiteLogo .tollfree {
		margin: 0px auto;
		width: 100%;
		clear: none;
		text-align: center;
		padding: 0px;
	}

	#SiteLogo .tollfree span {
		display: none;
	}

	#SiteLogo .local span {
		display: none;
	}

	#MobileMenu {
		display: block;
	}

	nav.top-nav ul {
		display: none;
	}

	div.slide a.info h2 {
		font-size: 25px;
	}

	div.slide a.info h2 span {
		font-size: 30px;
	}

	#SlideZone {
		height: 375px;
	}

	#Animation {
		height: 375px;
	}

	#Animation div.slide {
		height: 375px;
	}

	#Animation div.slide img {
		height: 375px;
	}

	div.slide a.info {
		top: 140px;
		background-color: rgba(0,0,0,0.55);
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}

	div.slide a.info p {
		width: 100%;
	}

	div.slide a.info .button {
		font-size: 12px;
		padding: 5px 15px;
	}

	#CTAZone {
		margin-bottom: 0px;
	}

	.cta-list ul li {
		float: none;
		width: 100%;
		height: auto;
	}

	.cta-list ul li a {
		text-align: left;
		clear: both;
	}

	.cta-list ul li img {
		width: 20%;
		top: 0px;
		right: 0px;
		left: auto;
	}

	.cta-list ul li p {
		font-size: 12px;
	}

	#MainArea:before {
		background-image: none;
		top: 0px;
		height: 230px;
	}

	#MainZone {
		float: none;
		width: 100%;
		margin: 0px;
		padding-top: 40px;
	}

	#LeftZone {
		float: none;
		width: 100%;
	}

	#RightZone {
		float: none;
		width: 100%;
		position: static;
		top: auto;
		right: auto;
	}

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

	.contact-form:before {
		display: none;
	}

	.contact-form:after {
		display: none;
	}

	#TestimonialsFeed:before {
		display: none;
	}

	#TagZone {
		display: none;
	}

	#BottomZone {
		display: none;
	}

	#Footer .divide .left {
		float: none;
		width: 100%;
	}

	#Footer .divide .right {
		float: none;
		width: auto;
		margin: 0px auto;
	}

	#SocialFooter span {
		display: block;
		text-align: center;
	}

	#SiteLogo .spanish {
		display: none;
	}

	#TopZone {
		min-height: 250px;
	}
}

@media (max-width:600px) {
	div.slide a.info p {
		font-size: 13px;
	}

	div.slide a.info h2 {
		font-size: 22px;
		margin: 0px;
	}

	.HideMobile {
		display: none;
	}

	div.slide a.info h2 span {
		font-size: 25px;
	}

	.cta-list ul li {
		border-bottom: solid 1px #FFFFFF; /* $slidebg */
		background-color: rgba(0,119,231,0.15); /* adjust($color2,0%,100%,15%) */
	}

	.cta-list ul li img {
		display: none;
	}

	.cta-list ul li p {
		font-size: 13px;
	}

	.accatty {
		display: block;
		position: static;
		width: 100%;
		float: left;
	}

	.accatty li {
		float: left;
		min-height: 157px;
		width: 50%;
		display: none;
	}

	.accatty .badgegroup {
		display: block;
		width: 100%;
	}
}

@media (max-width:480px) {
	#SlideZone {
		height: 300px;
	}

	#Animation {
		height: 300px;
	}

	#Animation div.slide {
		height: 300px;
	}

	#Animation div.slide img {
		height: 300px;
	}

	div.slide a.info h2 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	div.slide a.info h2 span {
		font-size: 22px;
	}

	div.slide a.info p {
		display: none;
	}

	body.SUB #MainZone {
		width: 100%;
	}

	#CTAZone {
		min-height: 100px;
	}

	body.SUB #CTAs ul li {
		display: none;
	}

	body.SUB #CTAs ul li:last-child {
		display: block;
	}

	ul.social li {
		margin: 0px 4px 10px 0px;
	}

	ul.social li a {
		width: auto;
		font-size: 11px;
	}
}
/* End Responsive */
