/*
 Theme Name:   McGuire 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 {
	max-width: 1080px;
	margin: 0 auto;
}


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


/* TEXT STYLES */
body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #282828;
}
.inline-block-text {
	display: inline-block;
}
h1, h2, h3, h4, h5, h6 {
	hyphens: none !important;
}
#content p {
	color: #282828;
	margin: 0;
	padding: 0 0 .7em 0;
}
.widget-area p {
	margin: 0;
	padding: .7em .3em;
}
.sub-title {
	font-size: 2em;
	color: #005596;
	text-align: center;
	font-weight: normal !important;
	margin: 0 !important;
	padding: 0;
	hyphens: none !important;
}
.all-caps {
	text-transform: uppercase;
}
.red {
	color: #cd0000;
}
.blue {
	color: #005596;
}
.smaller {
	font-size: .9em !important;
}
.centered {
	text-align: center !important;
}
table {
	border: none;
	margin: 0;
}
td {
	padding: 0;
	border: none;
}
.entry-content ul, .entry-content ol {
	padding-left: 30px;
}
.button {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	background-color: #005596;
	color: #ffffff;
	padding: 6px 12px !important;
	margin: 10px 0 !important;
	font-size: 1em !important;
	text-transform: uppercase;
}
/* 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: #aaaaaa; text-decoration: none;
}
a.more-link, a.more-link:link, a.more-link:visited, a.more-link:focus {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	background-color: #005596;
	color: #ffffff;
	padding: 3px 6px !important;
	margin: 10px 0 !important;
	font-size: .8em !important;
	text-transform: uppercase;
	text-decoration: none;
}
a.more-link:hover, a.more-link:active {
  color: #aaaaaa;
  text-decoration: none;
}


/* VIDEOS */
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* PAGE */
#page .entry-title, #page h2, #page h1, #page h3 {
	font-size: 1.4em;
	color: #005596;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 !important;
	padding: .7em 0;
	hyphens: none !important;
}
#page .entry-title {
	margin-bottom: .7em !important;
	text-align: center !important;
	border-bottom: solid 1px #ebebeb;
	text-transform: uppercase;
}
#page h2, #page h3 {
	font-size: 1.3em;
	color: #005596;
	clear: none;
}
#page article, #page .text-content {
	max-width: 1080px;
	margin: 0 auto;
}
.page .entry-content, .page .text-content-inner {
	padding: 0 5%;
}
#page .entry-content p {
	font-size: 1.1em;
	line-height: 1.4em;
}
.entry-content a img {
	display: inline-block;
}
#page article {
	padding: 20px 0;
}
.entry-header {
	padding: 0 5%;
}
@media (min-width: 789px) {
	.home .entry-title {
		margin-left: 25% !important;
		padding-left: 2.5% !important;
	}
}
#page .entry-content ul {
	margin-bottom: .7em;
	margin-left: 0;
	padding-left: 1em;
}
#page .entry-content li {
	text-align: left;
	font-size: 1.05em;
}
#page .entry-content li h2 {
	padding-bottom: 0;
}
#page .entry-content .content-half-left {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	padding-right: 2em;
}
#page .entry-content .content-half-right {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	padding-left: 2em;
}
#page .content-one-third-left {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	padding-right: 2em;
}
#page .content-two-thirds-right {
	display: inline-block;
	width: 66%;
	vertical-align: top;
	padding-right: 2em;
}
#page .entry-content .guidebook {
	float: right;
	width: 260px;
	padding-left: 1%;
}
@media (max-width: 625px) {
	#page .entry-content .content-half-left, #page .entry-content .content-half-right, #page .content-one-third-left, #page  .content-two-thirds-right {
		width: 100%;
		padding: 0;
	}
	#page .entry-content .guidebook {
		padding: 0 0 .7em 0;
		float: none;
		margin: 0 auto;
	}
}


/* GOOGLE TRANSLATE */
#translate-wrapper {
	max-width: 1080px;
	margin: 0 auto;
}
#translate-inner {
	max-width: 800px;
	float: right;
}
#translate-wrapper #translate-text {
	font-weight: bold;
}
#translate-wrapper #translate-text, #translate-wrapper #google_language_translator {
	display: inline-block;
}


/* TOP BANNER */
#top_banner, #mid_banner {
	background-color: #8d0000;
	width: 100%;
}
#mid_banner {
	background-color: #0c4a73;
}
#top_banner-inner, #mid_banner-inner {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 1.5em 0 .5em 0;
	text-align: center;
}
#top_banner-inner {
    padding: 1em 0;
}
#page #top_banner-inner p, #page #mid_banner-inner p {
	color: #ffffff;
	font-size: 1.3em;
}
#page #top_banner-inner h2, #page #mid_banner-inner h2 {
	color: #ffffff;
	font-size: 1.8em;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
}
/* Sets the style for unvisited links. */
#top_banner-inner a, #top_banner-inner a:link, #top_banner-inner a:visited, #top_banner-inner a:focus {
  color: #ffffff; text-decoration: none; display: inline-block; box-shadow: none;
}
/* Sets the style for links on mouseover. */
#top_banner-inner a:hover, #top_banner-inner a:active {
  color: #ffffff; text-decoration: underline; display: inline-block; box-shadow: none;
}
/* Sets the style for unvisited links. */
#mid_banner-inner a, #mid_banner-inner a:link, #mid_banner-inner a:visited, #mid_banner-inner a:focus {
  color: #ffffff; text-decoration: none; display: inline-block; box-shadow: none;
}
/* Sets the style for links on mouseover. */
#mid_banner-inner a:hover, #mid_banner-inner a:active {
  color: #ffffff; text-decoration: underline; display: inline-block; box-shadow: none;
}
@media (max-width: 550px) {
    #page #top_banner-inner h2, #page #mid_banner-inner h2 {
        font-size: 1.5em;
    }
	#page #top_banner-inner p, #page #mid_banner-inner p {
		font-size: .9em;
	}
}


/* HEADER */
.site-header {
	padding: 0 1em;
	background-color: #ffffff;
}
.site-header-main {
	max-width: 1080px;
	margin: 0 auto;
}
.site-branding {
	margin-top: .1em;
	margin-bottom: .1em;
}
.site-title, .site-title a {
	color: #ffffff !important;
	font-size: 1.2em;
}
@media (min-width: 910px) and (max-width: 1045px) {
	.site-branding {
		width: 38%;
	}
	.main-navigation {
		font-size: .9em;
	}
}
@media (max-width: 550px) {
	.site-branding {
		width: 70%;
	}
}
@media (max-width: 470px) {
    .site-title {
		font-size: 1.1em;
	}
}


/* NAVIGATION */
.main-navigation {
	font-size: 1em;
}
.main-navigation a {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #282828;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2.2em 0.4em 0 0.4em;
}
.main-navigation .sub-menu a {
	padding: .6em 0.9em;
}
.site-header-menu {
	margin-top: 0;
	margin-bottom: 0;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #005596 !important;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
    font-weight: normal;
	color: #005596 !important;
}
.main-navigation .menu-item-has-children > a::after {
    top: 2.4em;
	color: #005596;
}
.main-navigation ul ul a {
    width: 17em;
}
@media (min-width: 910px) {
	.main-navigation .menu-item-has-children > a {
		padding-right: 1.8em;
	}
}
@media (min-width: 910px) and (max-width: 1045px) {
	.main-navigation {
		font-size: .9em;
	}
	.main-navigation .menu-item-has-children > a::after {
		top: 2em;
	}
}
@media (max-width: 909px) {
    .main-navigation a {
		padding: .6em 0.9em;
	}
}

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


/* SLIDESHOW */
#top_image {
	width: 100%;
	margin: 0;
	padding: 0;
    background-color: #aaaaaa;
}
#top_image-inner {
	max: 100%;
	margin: 0 auto;
	padding: 0;
}
#top_image-inner p {
	padding: 0;
}
#top_image-inner img {
	width: 100%;
}


/* TEXT SCROLL */
#text_scroll {
	background-color: #8B0000;
	width: 100%;
}
#text_scroll-inner {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 1.5em 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.3em;
}


/* CALL FOR CONSULTATION */
#call_for_consultation {
	background-color: #ebebeb;
	width: 100%;
}
#call_for_consultation-inner {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 1.5em 0;
	text-align: center;
}
#page #call_for_consultation-inner h2 {
	color: #282828;
	font-size: 1.7em;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
}
/* Sets the style for unvisited links. */
#call_for_consultation-inner a, #call_for_consultation-inner a:link, #call_for_consultation-inner a:visited, #call_for_consultation-inner a:focus {
  color: #282828; text-decoration: none; display: inline-block; box-shadow: none;
}
/* Sets the style for links on mouseover. */
#call_for_consultation-inner a:hover, #call_for_consultation-inner a:active {
  color: #282828; text-decoration: underline; display: inline-block; box-shadow: none;
}


/* HOME PAGE */
.home #page .entry-content .content-one-third-left h2 {
	text-align: center;
	padding-bottom: .3em;
}
.home #page .entry-content .content-one-third-left p {
	color: #005596;
	text-align: center;
	padding-bottom: 1.5em;
}


/* ATTORNEY PAGE */
.attorney-image {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding-right: 1%;
}
.attorney-text {
	display: inline-block;
	vertical-align: top;
	width: 73%;
	padding-left: 1%;
}
.page-id-449 #page h3 {
	font-size: 1.1em;
	padding-top: 0;
}
.page-id-449 hr {
	margin: 1.75em 0;
	background-color: #ebebeb;
}
@media (max-width: 480px) {
	.attorney-image, .attorney-text {
		width: 100%;
		padding: 0;
	}
}


/* TESTIMONIAL PAGE */
.page-id-463 hr {
	margin: 1em 0 1.75em 0;
	background-color: #ebebeb;
}


/* FAQ PAGE - ACCORDIAN */
.su-spoiler-title {
	font-size: 1.3em !important;
	line-height: 1.2em !important;
}
.su-spoiler {
	padding-top: 1em;
}


/* ALL CONTACT FORM 7 */
.wpcf7-form {
	font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
}
.wpcf7-form p {
	padding: .7em 0 0 0 !important;
}
.wpcf7-form center p {
	padding: 0 !important;
}
.form-2-col {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
.form-label {
	display: none;
}
@media (max-width: 600px) {
	.form-2-col {
		width: 100%;
	}
}
::-webkit-input-placeholder {
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
}
:-moz-placeholder {
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
}
::-moz-placeholder {
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
}
:-ms-input-placeholder {
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
}
.wpcf7-form td {
	padding: 5px;
}
input, textarea {
	font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
}
.footer-form input, .footer-form textarea {
	font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
	background: #ffffff none repeat scroll 0 0 !important;
	border: none !important;
}
select {
	padding: 7px;
	color: #686868;
	font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
	width: 100%;
}
.box input {
	font-size: .9em;
	text-align: center;
}
.wpcf7-form .wpcf7-textarea {
	height: 120px;
}
.wpcf7-form .date-picker {
	width: 200px;
}
.wpcf7-form .wpcf7-form-control-wrap p {
	padding: 0;
}
.wpcf7-form .wpcf7-submit, .submit, #sign_up_button {
	font-size: 1.2em;
	background-color: #0c4a73 !important;
	color: #ffffff !important;
	font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
	letter-spacing: .05em;
	padding: .5em .8em;
}


/* 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: 'Roboto', 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;
	text-align: justify;
}
.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 */
.widget {
	padding-top: 0;
	margin-bottom: 5%;
	border-top: none;
}
.sidebar {
	background: #c9d4dc;
	padding: 2em 1em 1em 1em;
}
@media (max-width: 909px) {
}
@media (max-width: 660px) {
}


/* MOVE SIDEBAR TO THE RIGHT */
@media (max-width: 909px) {
	.sidebar {
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 1em;
		padding-left: 1em;
		margin-bottom: 0;
	}
	.entry-content {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.entry-header {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}
@media (min-width: 910px) {
	.sidebar {
		float: right;
		margin-left: 67%;
		margin-right: 0;
		width: 33%;
		margin-bottom: 0;
	}
	.content-area {
		float: left;
		margin-left: 0;
		margin-right: -100%;
		width: 65%;
	}
}


/* NEWS SECTION */
#news_section {
	background-color: #c9d4dc;
	width: 100%;
}
#news_section-inner {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 3% 5% 0 5%;
}
#news_section_2 {
	background-color: #c9d4dc;
	width: 100%;
}
#news_section-inner_2 {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 3% 5% 0 5%;
}


/* REVIEWS SECTION */
#page #reviews_section-inner h3 {
	color: #000000;
	font-size: 1.8em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: .7em;
	border-bottom: solid 1px #ffffff;
}
#reviews_section {
	background-color: #ffffff;
	width: 100%;
}
#reviews_section-inner {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 3% 5% 0 5%;
}


/* PRACTICE AREAS LIST */
#practice_areas {
	background-color: #ebebeb;
	width: 100%;
}
#practice_areas-inner {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 3% 0 0 0;
}
#page #practice_areas-inner h3 {
	color: #000000;
	font-size: 1.8em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: .7em;
	border-bottom: solid 1px #ffffff;
}
.su-tabs {
	border-radius: 0 !important;
	background: transparent url(images/bg-practice-areas-tabs.jpg) repeat-y left top !important;
	font-size: 1.1em;
	padding: 2% 3px !important;
}
.su-tabs-pane {
	background: transparent !important;
}
.su-tabs-nav span {
	font-size: .9em !important;
	border-radius: 0 !important;
	padding: 5px !important;
}
.su-tabs-current {
	background: transparent url(images/bg-practice-areas-tab-selected.png) no-repeat right top !important;
}
#page #practice_areas-inner h2 {
	padding: 0;
	font-size: 1.7em;
}
#page #practice_areas-inner h4 {
	margin: 0;
	padding: 0 0 .7em 0;
	font-size: 1.4em;
	color: #005596;
	letter-spacing: 0;
	font-weight: normal;
	text-transform: none;
}
#page #practice_areas-inner p {
	padding: 0 0 .7em 0;
	font-size: 1.2em;
	line-height: 1.5em;
}
@media (max-width: 930px) {
	.su-tabs {
		background: transparent url(images/bg-practice-areas-tabs-shorter.jpg) repeat-y left top !important;
	}
	.su-tabs-nav span {
		font-size: .75em !important;
	}
}
@media (max-width: 768px) {
	.su-tabs {
		background-image: none !important;
	}
	.su-tabs-nav span {
		font-size: .9em !important;
	}
	.su-tabs-current {
		background: transparent url(images/bg-practice-areas-tab-selected.png) no-repeat left top !important;
	}
}


/* BOTTOM BAR */
#bottom_bar {
	background-color: #0c4a73;
	width: 100%;
}
#bottom_bar-inner {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 2% 0;
	text-align: center;
	color: #ebebeb;
}
#bottom_bar-inner p, #bottom_bar-inner td {
	color: #ebebeb;
	font-size: 1.2em;
	line-height: 1.2em;
}
.phone-text {
	font-size: 1.3em;
}
.phone-text-smaller {
	font-size: .9em;
}
.bottom-bar-address, .bottom-bar-phone {
	display: inline-block;
	vertical-align: top;
	width: 34%;
}
.bottom-bar-connect {
	display: inline-block;
	vertical-align: top;
	width: 28%;
}
.bottom-bar-connect p {
	padding: 0;
}
.bottom-bar-connect .ctct-gdpr-text {
	display: none;
}
.bottom-bar-connect .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label {
	color: #ffffff;
}
.bottom-bar-connect div.ctct-form-embed div.ctct-form-defaults {
	padding: 0;
}
/* Sets the style for unvisited links. */
#bottom_bar-inner a, #bottom_bar-inner a:link, #bottom_bar-inner a:visited, #bottom_bar-inner a:focus {
  color: #ebebeb; text-decoration: none; display: inline-block; box-shadow: none;
}
/* Sets the style for links on mouseover. */
#bottom_bar-inner a:hover, #bottom_bar-inner a:active {
  color: #aaaaaa; text-decoration: none; display: inline-block; box-shadow: none;
}
@media (max-width: 965px) {
	.bottom-bar-address, .bottom-bar-phone {
		width: 49%;
		max-width: 280px;
	}
	.bottom-bar-connect {
		width: 100%;
		max-width: 280px;
		padding-top: .7em;
	}
}
@media (max-width: 550px) {
	.bottom-bar-address, .bottom-bar-phone {
		width: 100%;
		padding-top: .7em;
	}
}


/* FOOTER CONTACT FORM */
#footer_contact_form {
	background-color: #edeff0;
	background-image: url(images/bg-contact-form.jpg);
	background-position: top right;
	background-size: cover;
	width: 100%;
}
#footer_contact_form-inner {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 2em 0;
	text-align: center;
}
.contact-footer-header {
	background-color: #0c4a73;
	width: 97%;
	margin: 0 auto 1em auto;
	text-align: center;
}
#page .contact-footer-header h2 {
	font-size: 1.7em;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	padding: .3em;
}
#wpcf7-f434-o1 .wpcf7-form p {
	padding: 0 !important;
}


/* FOOTER FULL */
#footer-full {
	background-color:#ffffff;
	width: 100%;
}
#footer-full-inner {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	padding: 1em 0;
	text-align: center;
}
#footer-full-inner a img {
	display: inline-block;
	max-width: 325px;
}
h5 { /* Footer links */
  font-size: 1em !important;
  color: #005596;
  text-align: center;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  padding: 7px 16px;
  margin: 0 auto !important;
}
/* Sets the style for unvisited links. */
h5 a,  h5 a:link, h5 a:visited, h5 a:focus {
  color: #005596; text-decoration: none; margin: 0 10px; display: inline-block; box-shadow: none;
}
/* Sets the style for links on mouseover. */
h5 a:hover, h5 a:active {
  color: #666666; text-decoration: none; margin: 0 10px; display: inline-block; box-shadow: none;
}
h6 { /* Footer copyright */
	font-size: 1em !important;
  font-weight: normal !important;
  color: #282828;
  text-align: center;
  font-style: normal !important;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  padding: 7px 16px;
  margin: 0 !important;
}
@media (max-width: 800px) {
	h5 { /* Footer links */
		font-size: .7em !important;
	}
	h6 { /* Footer copyright */
		font-size: .7em !important;
	}
}
/* Sets the style for unvisited links. */
h6 a,  h6 a:link, h6 a:visited, h6 a:focus {
  color: #282828; text-decoration: none; box-shadow: none;
}
/* Sets the style for links on mouseover. */
h6 a:hover, h6 a:active {
  color: #282828; text-decoration: underline; box-shadow: none;
}
.site-footer {
	padding: 0;
	display: block;
}
.site-info {
	margin: 0;
}


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


/* LANDING PAGES - ADWORDS FORM ON TOP MOBILE */
@media (max-width: 600px) {
	.mobile-form {
        display: block !important;
        background: #c9d4dc;
        padding: 2em 1em 1em 1em;
    }
    .page-id-43100 .sidebar, .page-id-43268 .sidebar, .page-id-43273 .sidebar, .page-id-43278 .sidebar, .page-id-43283 .sidebar, .page-id-43288 .sidebar {
        display: none;
    }
    .page-id-43288 .content-one-third-left {
        display: none !important;
    }
    .page-id-43288 .content-two-thirds-right {
        width: 100%;
    }
}
