/*
 Theme Name:   Greenberg Twenty Sixteen Child
 Theme URI:    http://example.com/twenty-sixteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       PRMG
 Author URI:   http://example.com
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/


/* TEMPLATE */
body {
	background-color: #ffffff;
}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
	height: 0 !important;
}
#page {
	background-color: #ffffff;
	margin: 0;
}
.site-main {
	margin-bottom: 0;
}
.site-inner {
	max-width: none;
}
.site-content {
	padding: 0;
}
.no-sidebar .entry-content, .no-sidebar .entry-header {
	margin: 0;
}
#content {
	background-image: url(images/bg-sidebar.jpg);
	background-repeat: repeat-y;
	background-size: contain;
}
@media (max-width: 909px) {
	#content {
		background-image: none;
	}
}
#primary {
	padding: 3% 0;
}


/* DEFAULT WEBSITE LINKS */
/* Sets the style for unvisited links. */
a,  a:link, a:visited, a:focus {
  color: #081e46; text-decoration: underline; box-shadow: none;
}
/* Sets the style for links on mouseover. */
a:hover, a:active {
  color: #aaaaaa; text-decoration: none; box-shadow: none;
}
.readmorelink a,  .readmorelink a:link, .readmorelink a:visited, .readmorelink a:focus {
  color: #081e46; text-decoration: none; box-shadow: none;
}
/* Sets the style for links on mouseover. */
.readmorelink a:hover, .readmorelink a:active {
  color: #aaaaaa; text-decoration: underline; box-shadow: none;
}


/* TEXT STYLES */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #484848;
}
.inline-block-text {
	display: inline-block;
}
h1, h2, h3, h4, h5, h6 {
	hyphens: none !important;
}
#content p {
	color: #484848;
	margin: 0;
	padding: 0 0 .7em 0;
}
.widget-area p {
	margin: 0;
	padding: .7em .3em;
}
.sub-title {
	font-size: 1.5em;
	color: #081e46;
	text-align: center;
	font-weight: normal !important;
	margin: 0 !important;
	padding: 0;
	hyphens: none !important;
}
.all-caps {
	text-transform: uppercase;
}
.navy {
	color: #081e46;
}
.light-blue {
	color: #8293ac;
}
.smaller {
	font-size: .9em !important;
}
.centered {
	text-align: center !important;
}
table {
	border: none;
	margin: 0;
}
td {
	padding: 0;
	border: none;
}
hr {
	margin: 2em 0;
}
.entry-content ul, .entry-content ol {
	padding-left: 30px;
}
.button {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	background-color: #0c244e !important;
	color: #ffffff;
	text-transform: uppercase;
	padding: 8px 15px !important;
	margin: 10px 0 !important;
	font-size: .8em !important;
	font-weight: bold;
	border: none;
	border-radius: 25px;
	text-align: center !important;
}
/* Sets the style for unvisited links. */
.button a,  .button a:link, .button a:visited, .button a:focus {
  color: #ffffff; text-decoration: none; 
}
/* Sets the style for links on mouseover. */
.button a:hover, .button a:active {
  color: #8293ac; text-decoration: none;
}


/* PAGE */
#page .entry-title, #page h2, #page h1 {
	font-size: 1.3em;
	color: #081e46;
	text-transform: uppercase;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 !important;
	padding: .7em 0;
	hyphens: none !important;
}
#page h2 {
	font-size: 1.3em;
}
#page article, #page .text-content {
	max-width: 1200px;
	margin: 0 auto;
}
.page .entry-content, .page .text-content-inner {
	padding: 0 5%;
}
#page .entry-content p, #page .entry-content li {
	font-size: 1.1em;
	line-height: 1.4em;
}
.home #page .entry-title {
	padding: .7em 0 0 0 !important;
}
.entry-header {
	padding: 0 5%;
}
#page .entry-content ul {
	margin-bottom: .7em;
	margin-left: 0;
	padding-left: .7em;
}
#page .entry-content li {
	text-align: left;
	/*background: rgba(0, 0, 0, 0) url("/wp-content/themes/enright-twentysixteen-childtheme/images/blue-checkmark.png") no-repeat scroll left top;
    list-style: outside none none;
	margin: 0;
    padding: 4px 7px 7px 30px;*/
}
#page .entry-content .content-half-left {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	padding-right: 1em;
}
#page .entry-content .content-half-right {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	padding-left: 1em;
}
@media (max-width: 625px) {
	#page .entry-content .content-half-left, #page .entry-content .content-half-right {
		width: 100%;
		padding: 0;
	}
}


/* TOP PHONE NUMBER */
#top_phone_number {
	background-color:#ffffff;
	width: 100%;
}
#top_phone_number-inner {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	position: relative;
}
#phone_number_item {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 99;
}
#phone_number_item p {
	padding: 0;
	font-weight: bold;
	font-size: 1.3em;
}
#top_phone_number a img {
	display: inline-block;
	max-width: 25px;
}
/* Sets the style for unvisited links. */
#top_phone_number-inner a, #top_phone_number-inner a:link, #top_phone_number-inner a:visited, #top_phone_number-inner a:focus {
  color: #081e46; text-decoration: none; box-shadow: none;
}
/* Sets the style for links on mouseover. */
#top_phone_number-inner a:hover, #top_phone_number-inner a:active {
  color: #9babb9; text-decoration: none; box-shadow: none;
}
@media (max-width: 909px) {
	#phone_number_item {
		position: relative;
	}
}


/* HEADER */
.site-header {
	padding: 0 1em;
	background-color: #ffffff;
}
.site-header-main {
	max-width: 1200px;
	margin: 0 auto;
}
.site-branding {
	margin-top: .1em;
	margin-bottom: .1em;
}
@media (max-width: 460px) {
	.site-branding {
		width: 70%;
	}
}


/* NAVIGATION */
.main-navigation {
	font-size: .9em;
}
.main-navigation a {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	color: #081e46;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding: 0.65625em 0.475em;
}
.site-header-menu {
	margin-top: 2.2em;
	margin-bottom: .6em;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #8293ac !important;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
	color: #8293ac !important;
}
.main-navigation ul ul a {
    width: 17em;
}
.main-navigation .menu-item-has-children > a::after {
	top: .6125em;
}
@media (max-width: 975px) and (min-width: 910px) {
	.main-navigation {
	font-size: .8em;
	}
}

.menu-toggle {
	background-color: #081e46;
    border-color: #081e46;
    color: #ffffff;
	margin-left: 10px;
}
.menu-toggle:hover, .menu-toggle:focus {
	background-color: #8293ac;
    border-color: #8293ac;
    color: #ffffff;
}
.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
    background-color: #8293ac;
    border-color: #8293ac;
    color: #ffffff;
}
.dropdown-toggle {
	color: #081e46;
}
.dropdown-toggle:focus, .dropdown-toggle:hover {
	color: #081e46 !important;
}


/* TOP IMAGE */
#top_image_slideshow {
	width: 100%;
	margin: 0;
	padding: 0;
}
#top_image_slideshow-inner {
	max: 100%;
	margin: 0 auto;
	padding: 0;
}
#top_image_slideshow-inner p {
	padding: 0;
}
#top_image_slideshow-inner img {
	width: 100%;
}
.header-image-mobile {
	display: none;
}
@media (max-width: 600px) {
	.header-image-mobile {
		display: block;
	}
	.header-image-desktop {
		display: none;
	}
}


/* TOP FORM OR CONTENT (LANDING PAGE) */
#top_form_or_content {
	background-image: url(images/bg-sidebar-3.jpg);
	background-repeat: repeat-y;
	background-size: contain;
}
#top_form_or_content .widget-sidebar {
	background-color: #1a335b;
}
#top_form_or_content .widget-content {
	background-color: #0a2049;
	padding: 2% 0;
	text-align: center;
}
#top_form_or_content .top-form-heading-text p {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.3em;
}
.top-contact-form {
	width: 90%;
	display: inline-block;
	vertical-align: top;
}
.top-contact-form p {
	padding: 0;
}
.top-contact-form label {
	display: none;
}
.top-contact-form input, .top-contact-form select {
	margin-bottom: 10px;
}
.contact-form-half {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	padding: 0 1%;
}
.page-id-6676 .wpcf7-form .wpcf7-textarea {
	height: 115px;
}
@media (max-width: 560px) {
	.contact-form-half {
		width: 95%;
		padding: 0;
	}
	.page-id-6676 .wpcf7-form .wpcf7-textarea {
		height: 85px;
	}
}


/* ATTORNEY PAGES */
.attorney-image {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
.attorney-info {
	width: 69%;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 2%;
}
.attorney-image img {
	max-width: 171px;
}
.attorney-info h1, .attorney-info h2 {
	padding-bottom: .3em !important;
}
.attorney-info p {
	font-weight: bold;
	font-size: 1em !important;
}
.attorney-info a img {
	display: inline-block;
	max-width: 37px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* NEWS PAGE */
.news-col-1 {
	width: 20%;
}
.news-col-2 {
	width: 80%;
}
.news-col-1 img {
	padding-right: .7em;
}
.page-id-547 hr {
	margin: 1.5em 0;
}


/* MAP */
#map_image #wpgmza_map {
	height: 200px !important;
}


/* CONTACT PAGE */
.contact-locations {
	display: inline-block;
	vertical-align: top;
	width: 33%;
}
.contact-form {
	display: inline-block;
	vertical-align: top;
	width: 66%;
}
@media (max-width: 640px) {
	.contact-locations, .contact-form {
		width: 100%;
	}
	.contact-location-1, .contact-location-2 {
		display: inline-block;
		width: 49%;
		vertical-align: top;
	}
}
@media (max-width: 500px) {
	.contact-location-1, .contact-location-2 {
		width: 100%;
	}
}


/* ALL CONTACT FORM 7 */
.wpcf7-form td {
	padding: 5px;
}
input, textarea {
	background: #ffffff none repeat scroll 0 0 !important;
	font-family: Montserrat,"Helvetica Neue",sans-serif;
	padding: .4em !important;
	font-size: .9em;
	color: #000000 !important;
}
select {
	padding: .4em;
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #d1d1d1;
	color: #686868;
	font-family: Montserrat,"Helvetica Neue",sans-serif;
	width: 100%;
	font-size: .9em;
}
.wpcf7-form .wpcf7-textarea {
	height: 85px;
}
.wpcf7-form .date-picker {
	width: 200px;
}
.wpcf7-form .wpcf7-submit, .submit, #sign_up_button {
	background: #a6b1c2 !important;
	background-color: #a6b1c2 !important;
	color: #081e46 !important;
	border-radius: 0 !important;
	font-weight: normal !important;
	padding: .5em 1em !important;
}
/*.footer-contact-form #wpcf7-f4-o1 .wpcf7-form .wpcf7-submit, .top-contact-form #wpcf7-f6678-o1 .wpcf7-form .wpcf7-submit, #wpcf7-f4-o1 .submit, #wpcf7-f4-o1 #sign_up_button {
	background: #a6b1c2 !important;
	background-color: #a6b1c2 !important;
}*/
#wpcf7-f552-p512-o1 p {
	padding: 0;
}
.wpcf7-recaptcha {
	text-align: center;
}
.wpcf7-recaptcha div {
	margin: 0 auto;
}
div.wpcf7 .wpcf7-recaptcha iframe {
	margin: 0 auto;
}
@media (max-width: 1060px) and (min-width: 910px) {
	#wpcf7-f4-o1 .wpcf7-recaptcha div {
		width: 200px !important;
	}
}


/* NEWS & EVENTS PAGE */
#blog_page_text-inner {
	max-width: 1250px;
	margin: 0 auto;
	padding: 3% 5% 1% 5%;
}
#blog_page_text-inner h1 {
	font-size: 2em;
	color: #00456a;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 !important;
	padding: .7em 0;
	hyphens: none !important;
}
#blog_page_text-inner p {
	font-size: 1.1em;
	line-height: 1.4em;
}
.blog article.post, .archive article.post, .category article.post {
	border-top: solid 1px #cccccc;
	padding: 0 0 17px 0 !important;
	margin-bottom: 0;
}
.blog article h2 {
	font-size: 1.3em !important;
}
.single-post #content {
	padding-bottom: 5%;
}
.archive .page-header {
	margin-bottom: 0;
}
footer.entry-footer {
	color: #5e7ca3;
	margin-top: 0 !important;
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
	margin-top: 0 !important;
}
.blog .entry-header, .single-post .entry-header, .archive .entry-header, .blog .entry-content, .single-post .entry-content, .archive .entry-content {
	padding: 0 5% !important;
}
@media screen and (min-width: 61.5625em) {
	body:not(.search-results) article:not(.type-page) .entry-footer
	{
		float: none !important;
		margin: 1.5em 5% 0 5% !important;
		width: 100% !important;
	}
	.single .byline, .full-size-link,
	body.group-blog:not(.search-results) .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link
	{
   		display: inline !important;
	}
  	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after
	{
		display: inline !important;
	}
	body:not(.search-results) article:not(.type-page) .entry-content
	{
		float: none !important;
		width: 100% !important;
		margin: 0 !important;
	}
	body:not(.search-results) article:not(.type-page) .entry-footer .avatar
	{
		display: inline !important;
		margin: auto 0.3em 1em auto !important;
		width: 27px !important;
	}
}
body:not(.search-results) article:not(.type-page) .author.vcard
{
	display: none !important;
}
body:not(.search-results) article:not(.type-page) .entry-footer > span:first-child:after
{
	content: "" !important;
	padding: 0 !important;
}


/* SIDEBAR */
.sidebar {
	background-color: #cdd9e3;
	margin-bottom: 0;
}
.sidebar .widget {
	border-top: none;
	padding-top: 0;
	margin-bottom: 0;
}
.home .sidebar .widget {
	width: 340px;
}
.sidebar #recent-posts-2, .sidebar #categories-2 {
	width: 100%;
}
.sidebar h4, .sidebar p.heading4 {
	margin-bottom: 0;
}
.sidebar #text-3 h4, .sidebar #text-3 p.heading4 {
	/* home page sidebar */
	padding: 50% 0 0 0;
}
.sidebar hr {
	margin: .3em 0;
	color: #9cafcf;
	background-color: #9cafcf;
}
@media (max-width: 909px) {
	.sidebar #text-3 {
		display: none;
	}
}
.sidebar h3, .sidebar p.heading3 {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.6em;
	color: #1e3968;
	padding: .7em 0 0 0;
	margin: 0;
    font-weight: bold;
}
.sidebar p {
	font-size: 1.3em;
}
.sidebar p.sidebar-subtitle {
	font-weight: bold;
	font-size: 1.4em;
}
@media (max-width: 909px) {
	.sidebar p {
		font-size: 1em;
	}
	.sidebar p.sidebar-subtitle {
		font-size: 1.1em;
	}
}
/* Sets the style for unvisited links. */
.sidebar a, .sidebar a:link, .sidebar a:visited, .sidebar a:focus {
  color: #484848; text-decoration: none; box-shadow: none;
}
/* Sets the style for links on mouseover. */
.sidebar a:hover, .sidebar a:active {
  color: #000000; text-decoration: underline; box-shadow: none;
}


/* SIDEBAR LINKS */
aside .sub-links {
	padding: 0 .3em .7em .3em;
}
aside .sub-links p {
	font-size: 1.3em;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #2c2c2c;
	text-indent:  -1em;
	padding: 0 0 0 1em !important;
	margin: 0;
}
aside .sub-links p img {
	padding-right: .3em;
}
/* Sets the style for unvisited links. */
aside .sub-links p a, aside .sub-links p a:link, aside .sub-links p a:visited, aside .sub-links p a:focus {
  color: #1e3968; text-decoration: none; box-shadow: none;
}
/* Sets the style for links on mouseover. */
aside .sub-links p a:hover, aside .sub-links p a:active {
  color: #aaaaaa; text-decoration: none; box-shadow: none;
}
@media (max-width: 909px) {
	aside .sub-links p {
		font-size: 1.1em;
	}
}


/* MOVE SIDEBAR TO THE LEFT */
@media (max-width: 909px) {
	.sidebar {
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 5%;
		padding-left: 5%;
	}
	.entry-content {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.entry-header {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.sidebar .widget {
		padding: 5%;
	}
}
@media (min-width: 910px) {
	.sidebar {
		float: left;
		margin-right: 63%;
		margin-left: 0;
		width: 37%;
	}
	.content-area {
		float: right;
		margin-right: 0;
		margin-left: -100%;
		width: 61%;
	}
	.entry-header {
		max-width: 710px;
	}
	.entry-content {
		max-width: 710px;
	}
	.sidebar .widget {
		max-width: 350px;
		padding: 5%;
		float: right;
	}
}


/* FOR PAGES WITHOUT SIDEBARS */
.page-id-512 .entry-content {
	max-width: none;
}
.page-id-512 #content {
	background-image: none;
}


/* OTHER WIDGET SIDEBARS */
#the_firm_and_attorneys {
	background-image: url(images/bg-sidebar.jpg);
	background-repeat: repeat-y;
	background-size: contain;
}
.widget-sidebar {
	background-color: #cdd9e3;
}
.widget-sidebar h4, .widget-sidebar p.heading4 {
	margin-bottom: 0;
}
@media (max-width: 909px) {
	.widget-sidebar {
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 5%;
		padding-left: 5%;
	}
	.widget-sidebar-inner {
		padding: 5%;
	}
	.widget-sidebar-inner h4, .widget-sidebar-inner p.heading4 {
		text-align: center;
	}
	.widget-sidebar-inner h4 img, .widget-sidebar-inner p.heading4 img {
		width: 90%;
		max-width: 288px;
	}
	.widget-content {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	#the_firm_and_attorneys {
		background-image: none;
	}
}
@media (min-width: 910px) {
	.widget-sidebar {
		float: left;
		margin-right: 63%;
		margin-left: 0;
		width: 37%;
	}
	.widget-content {
		float: right;
		margin-right: 0;
		margin-left: -100%;
		width: 61%;
	}
	.widget-sidebar-inner {
		max-width: 350px;
		padding: 5%;
		float: right;
	}
	.widget-content-inner {
		max-width: 710px;
	}
}


/* RESULTS BOXES */
#results_boxes {
	background-color: #cdd9e3;
	background-image: url(images/bg-results-boxes.jpg);
	background-position: top center;
	background-size: cover;
	border-top: solid 3px #e8edf2;
	border-bottom: solid 3px #e8edf2;
}
#results_boxes-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 1% 0;
}
.results-box {
	display: inline-block;
	vertical-align: top;
	/*width: 31%;*/
	width: 47%;
	background-color: #ffffff;
	padding: 1%;
	margin: 2% 1%;
	min-height: 241px;
}
.results-box h2 {
	font-size: 1.2em !important;
	text-align: center !important;
	padding: .7em 0 !important;
}
.results-box p {
	font-size: 1em;
	line-height: 1.3em;
	padding: .7em 0;
}
/*@media (max-width: 909px) {
	.results-box {
		width: 45%;
		min-height: 1px;
	}
}
@media (max-width: 580px) {
	.results-box {
		width: 95%;
	}
}*/
@media (max-width: 710px) {
	.results-box {
		width: 95%;
	}
}


/* FEATURED IN */
#featured_in {
	background-image: url(images/bg-sidebar-2.jpg);
	background-repeat: repeat-y;
	background-size: contain;
}
#featured_in-inner .widget-sidebar {
	background-color: #b2bec7;
}
#featured_in-inner .widget-content {
	background-color: #d8d8d8;
}
#slider_429 p {
	text-align: center;
	vertical-align: middle;
	line-height: 71px;
}
@media (max-width: 909px) {
	#featured_in {
		background-image: none;
	}
	#featured_in-inner .widget-sidebar-inner {
		padding: 2% 5%;
	}
	#slider_429 p {
		padding-top: 0;
		padding-bottom: 0;
	}
}
@media (min-width: 910px) {
	#featured_in-inner .widget-sidebar-inner {
		padding: 2% 5%;
	}
}


/* THE FIRM AND ATTORNEYS */
#the_firm_and_attorneys-inner h2 {
	padding-bottom: 0;
}
#the_firm_and_attorneys-inner p {
	padding: .7em 0;
	font-size: 1em;
	line-height: 1.3em;
}
#the_firm_and_attorneys-inner .sa_owl_theme .owl-dots {
	bottom: 0px !important; 
}


/* MEMBERSHIPS AND ACCOLADES */
#memberships_accolades {
	background-color: #d8d8d8;
}
#memberships_accolades-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 3% 0;
}


/* FOOTER LOGO LINKS CONTACT CONNECT */
#footer_contact_connect {
	background-image: url(images/bg-sidebar-3.jpg);
	background-repeat: repeat-y;
	background-size: contain;
}
#footer_contact_connect .widget-sidebar {
	background-color: #1a335b;
}
#footer_contact_connect .widget-content {
	background-color: #0a2049;
	padding: 2% 0;
	text-align: center;
}
.footer-contact-form, .footer-contact-info {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
#footer_contact_connect .home-page-badge a img {
	display: inline-block;
}
#footer_contact_connect .home-page-badge {
	display: none;
}
.home #footer_contact_connect .home-page-badge {
	display: block;
}
@media (max-width: 909px) {
	#footer_contact_connect {
		background-image: none;
	}
	#footer_contact_connect-inner .widget-sidebar-inner {
		padding: 2% 5%;
	}
	.footer-contact-form {
		width: 60%;
	}
	.footer-contact-info {
		width: 39%;
	}
}
@media (min-width: 910px) {
	#footer_contact_connect-inner .widget-sidebar-inner {
		padding: 2% 5%;
	}
	#footer_contact_connect .widget-sidebar h4, #footer_contact_connect .widget-sidebar p.heading4 {
		text-align: center;
		padding: 25% 0;
	}
	.home #footer_contact_connect .widget-sidebar h4, .home #footer_contact_connect .widget-sidebar p.heading4 {
		padding-bottom: 5%;
	}
}
@media (max-width: 650px) {
	.footer-contact-form {
		width: 95%;
		padding-bottom: 4%;
	}
	.footer-contact-info {
		width: 95%;
		max-width: 300px;
	}
	.footer-contact-info p, .footer-contact-info h2 {
		text-align: center !important;
	}
}
.footer-contact-form p {
	padding: 0;
}
.footer-contact-info a img {
	display: inline-block;
}
.footer-contact-info p {
	color: #ffffff;
	padding-top: 0;
	text-align: left;
}
.footer-contact-info p strong {
	color: #8293ac;
	font-size: 1.1em;
}
.footer-contact-info h2 {
	padding: .7em .3em !important;
}
/* Sets the style for unvisited links. */
.footer-contact-info a,  .footer-contact-info a:link, .footer-contact-info a:visited, .footer-contact-info a:focus {
  color: #ffffff; text-decoration: none; box-shadow: none;
}
/* Sets the style for links on mouseover. */
.footer-contact-info a:hover, .footer-contact-info a:active {
  color: #ffffff; text-decoration: underline; box-shadow: none;
}


/* FOOTER FULL */
#footer-full {
	background-color:#ffffff;
	width: 100%;
}
#footer-full-inner {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 1em 0;
	text-align: center;
}
#footer-full-inner a img {
	display: inline-block;
}
.footer-full-logos {
	width: 35%;
	display: inline-block;
	vertical-align: top;
	padding: 3%;
}
.footer-full-logos p {
	padding: 0;
}
.footer-full-text {
	width: 64%;
	display: inline-block;
	vertical-align: top;
	padding: 2% 1%;
}
@media (max-width: 940px) {
	.footer-full-logos {
		width: 98%;
		padding: 3% 2% 1% 2%
	}
	.footer-full-text {
		width: 98%;
		padding: 1% 2% 2% 2%;
	}
	h5, h6 {
		text-align: center !important;
	}
}
#footer-full p.footer-menu { /* Footer links */
  font-size: .9em !important;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: #081e46;
  padding: 7px;
  margin: 0 !important;
    font-weight: bold;
}
/* Sets the style for unvisited links. */
#footer-full p.footer-menu a, #footer-full p.footer-menu a:link, #footer-full p.footer-menu a:visited, #footer-full p.footer-menu a:focus {
  color: #081e46; text-decoration: none; margin: 0 7px; display: inline-block; box-shadow: none;
}
/* Sets the style for links on mouseover. */
#footer-full p.footer-menu a:hover, #footer-full p.footer-menu a:active {
  color: #aaaaaa; text-decoration: underline; margin: 0 7px; display: inline-block; box-shadow: none;
}
#footer-full p { /* Footer copyright */
	font-size: .9em !important;
	font-family: Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  text-align: left;
  color: #393939;
  font-style: normal !important;
  padding: 7px;
  margin: 0 !important;
}
@media (max-width: 600px) {
	#footer-full p { /* Footer copyright */
		font-size: .8em !important;
	}
}
/* Sets the style for unvisited links. */
#footer-full p a,  #footer-full p a:link, #footer-full p a:visited, #footer-full p a:focus {
  color: #393939; text-decoration: none; box-shadow: none;
}
/* Sets the style for links on mouseover. */
#footer-full p a:hover, #footer-full p a:active {
  color: #393939; text-decoration: underline; box-shadow: none;
}


/* G TRANSLATE */
#gtranslate_wrapper {
	background-color: #ffffff;
	padding: 0 0 0 .3em;
}
#gtranslate_wrapper a {
	text-decoration: none;
}


/* EXTRA */
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */