.video-feature-box .left/*
Theme Name: Fine & Associates
Author: Powered By Search Inc.
Version: 1.1
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body
{
    height: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-position: outside;
	margin: 0 0 2em 2.5em;
}
ol li, ul li {
	margin: 0 0 0.8em 0;
	line-height: 1.6em;
}
ul ul, ol ul, ol ol {
	margin-top: 10px;
}
.entry ul li, .entry ol li {
	line-height: 1.3em !important;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Clear fix for floated elements */
.clearfix:before,
.clearfix:after {
    content: ".";    
    display: block;    
    height: 0;    
    overflow: hidden; 
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } /* IE < 8 */


/* Make Images and captions responsive! */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}
img.size-full, img.aligncenter {
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
}
.wp-caption { max-width: 100%; }

html #wpadminbar {
	position: fixed;
	top: 0;
}

::-webkit-input-placeholder {
   color: #666;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666;  
}

:-ms-input-placeholder {  
   color: #666;  
}

/************ HTML, BODY, & TYPOGRAPHY ************/

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 400;
}

body {
    font-size: 1.6rem;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400; 
	font-style: normal; 
	line-height: 1.6em;
    color: #333;
    padding: 0;
    margin: 0;
    background: #2f3a6a url(images/tile.gif) left top repeat;
}

p {
	font-size: 1.6rem;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400; 
    line-height: 1.6em;
    margin: 0 0 1.6em 0;
    color: #333;
}
.entry p:last-child {
	
}
strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a, a:link {
    outline: 0;
    color: #3e56bb;
    text-decoration: none;
    display: inline;
    font-weight: 400; 
}
a:hover {
    text-decoration: underline;
}

p.small {
	font-size: 90%;
    line-height: 1.2em;
    font-weight: normal;
}
p.small a {
	color: inherit;
}
.screen-reader-text {
	display: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #2F3A6A;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700; 
	line-height: 1.3em;
	margin: 0 0 0.8em 0;
    color: #2F3A6A;
}
h1 {
    font-size: 2.6rem;
}
h2 {
    font-size: 2.4rem;
}
h3 {
    font-size: 2.1rem;
}
h4 {
    font-size: 1.8rem;
}
h5 {
    font-size: 1.6rem;
}
h6 {
    font-size: 1.4rem;
}
.titlebar {
	padding: 8px 12px;
	background: rgb(238,236,210);
	background: -moz-linear-gradient(top,  rgba(238,236,210,1) 0%, rgba(232,229,195,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,236,210,1)), color-stop(100%,rgba(232,229,195,1)));
	background: -webkit-linear-gradient(top,  rgba(238,236,210,1) 0%,rgba(232,229,195,1) 100%);
	background: -o-linear-gradient(top,  rgba(238,236,210,1) 0%,rgba(232,229,195,1) 100%);
	background: -ms-linear-gradient(top,  rgba(238,236,210,1) 0%,rgba(232,229,195,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,236,210,1) 0%,rgba(232,229,195,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeecd2', endColorstr='#e8e5c3',GradientType=0 );
	margin-bottom: 25px;
}
.widget h3 {
	font-size: 1.8rem;
	font-weight: 700;
	padding: 5px 14px;
	background: #ebe9cb;
	-moz-box-shadow: inset 0 0 12px #dddbc0;
    -webkit-box-shadow: inset 0 0 12px #dddbc0;
    box-shadow: inset 0 0 12px #dddbc0;
}
.page-title h1, .page-title h2 {
	padding: 8px 15px;
	background: #ebe9cb;
	-moz-box-shadow: inset 0 0 12px #dddbc0;
    -webkit-box-shadow: inset 0 0 12px #dddbc0;
    box-shadow: inset 0 0 12px #dddbc0;
	margin-bottom: 20px;
	font-size: 21px;
}
img.aligncenter {
	width: 100%;
	max-width: 100%;
	height: auto;
}
img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
    max-width: 45%;
    height: auto;
}
img.size-full {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}
img.alignright {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 45%;
    height: auto;
}
img.alignnone {
    float: left;
    margin: 0 30px 20px 0;
}
hr {
	background-color: #e0e0c2;
	height: 0;
	border: none;
	border-bottom: 1px solid #ececcc;
	display: block;
	float: left;
	width: 100%;
	margin: 25px 0 22px 0;
}
.fluid-width-video-wrapper {
	margin-bottom: 0;
	overflow: hidden;
	display: block;
}
.fancybox-close {
    position: absolute;
    top: 4px !important;
    right: 4px !important;
}

/************ MAIN CONTAINERS ************/

#wrapper {
	width: 100%;
	position: absolute;
	top: 0;
	min-height: 100%;
}
.inner-wrap {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#content {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	-webkit-transform: translateX(0);
  	-moz-transform: translateX(0);
  	-o-transform: translateX(0);
  	-ms-transform: translateX(0);
  	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    position: relative;
    top: 0;
    margin-top: 139px;
}
#content.content-home {
	padding-top: 0;
}
#container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px;
	background: #f8f8dc;
	position: relative;
}
#main {
	width: 71%;
	max-width: 680px;
	float: left;
	padding: 0 2.5% 0 0;
	position: relative;
}
#main.fullwidth {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.entry {
	width: 100%;
	float: left;
	padding: 0;
	min-height: 300px;
}
.post {
	padding-top: 0;
	width: 100%;
	float: left;
}
#sidebar {
	width: 29%;
	max-width: 280px;
	height: 100%;
	float: right;
	padding: 0;
}
.widget {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	position: relative;
}
.widget .textwidget, .widget > ul {
	padding: 0 10px;
}
.widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.widget ul {
	margin: 0 0 20px 0;
	list-style-type: none;
	position: relative;
}
.widget li {
	list-style-type: none;
	line-height: 1.3em;
	margin-bottom: 1em;
	position: relative;
}
.widget li:before {
	font-family: FontAwesome;
	font-size: 70%;
	content: "\f054";
	color: #dedcbb;
	position: absolute;
	left: 0;
	top: 1px;
}
.widget li a {
	margin-left: 16px;
	display: inline-block;
}
.widget li:last-child {
	margin-bottom: 0;
}
.widget p {
	margin-bottom: 20px;
	line-height: 1.4em;
}
.widget p:last-child {
	margin-bottom: 0;
}
.widget p a {
	color: #3e56bb;
}
.column {
	float: left;
	width: 100%;
}
.col-quarter {
	width: 23.369%;
	max-width: 23.369%;
	margin-right: 2.174%;
}
.col-quarter:nth-child(4n+4){
	margin-right: 0;
}
.col-third {
	width: 31.884%;
	max-width: 31.884%;
	margin-right: 2.174%;
}
.col-third:nth-child(3n+3){
	margin-right: 0;
}
.col-half {
	width: 48.913%;
	max-width: 48.913%;
	margin-right: 2.174%;
}
.col-half:nth-child(2n+2){
	margin-right: 0;
}
.col-full {
	width: 100%;
}
.feature-box {
	background: #ebe9cb;
	padding: 20px;
	margin: 20px 0;
	-moz-box-shadow: inset 0 0 12px #dddbc0;
    -webkit-box-shadow: inset 0 0 12px #dddbc0;
    box-shadow: inset 0 0 12px #dddbc0;
}

/************ HEADER ************/

header {
	width: 100%;
	-webkit-transform: translateX(0);
  	-moz-transform: translateX(0);
  	-o-transform: translateX(0);
  	-ms-transform: translateX(0);
  	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    position: fixed;
	top: 0;
    z-index: 800;
    padding: 0;
    background: #f8f8dc;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.4);
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}
header .inner-wrap {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	overflow: visible;
	padding: 20px;
	position: relative;
	z-index: 100;
}
header #logo {
	float: left;
	width: 31%;
	max-width: 285px;
	padding-top: 5px;
}
header #logo h2, header #logo h2 a {
	display: block;
	margin: 0;
	line-height: 1;
}
header #logo h2 a, header #logo h2 a:hover {
	text-decoration: none;
}
header #logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
header #header-right {
	float: right;
	width: 62%;
	max-width: 630px;
	text-align: right;
}
header #header-right .column {
	float: left;
}
header #header-right .col1 {
	width: 32%;
	padding: 0 1%;
}
header #header-right .col2 {
	width: 32%;
	padding: 0 1%;
}
header #header-right .col3 {
	width: 31%;
	text-align: right;
	float: right;
}

header #header-right .contact-email {
	width: 100%;
}
header #header-right .contact-phone {
	width: 100%;
}

header #header-right .contact-address {
	margin-top: 5px;
}
header #header-right .contact-address > div {
	float: left;
	width: 50%;
}
header #header-right span {
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
	color: #2f3a6a;
	font-size: 90%;
	line-height: 1.3em;
	font-weight: 400;
	text-align: center;
}
header #header-right .contact-phone span {
	display: inline-block;
	width: auto;
}
header #header-right .contact-email span {
	display: inline-block;
	width: auto;
}
header #header-right span a {
	color: #2f3a6a;
	text-decoration: none;
	width: 100%;
	display: block;
}
header #header-right span.label {
	color: #aba386;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 80%;
}
header #header-right span.number {
	color: #2f3a6a;
	font-size: 130%;
	font-weight: 700;
	display: inline-block;
	width: 100%;
}
header #header-right span.number a,
header #header-right span.number i {
	display: inline;
}
header #header-right span.number i {
	font-size: 100%;
	padding-right: 5px;
}



/************ DESKTOP MENU ************/

.mobile-contact {
	background: rgb(233,230,205);
	background: -moz-linear-gradient(top,  rgba(233,230,205,1) 0%, rgba(228,225,190,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,230,205,1)), color-stop(100%,rgba(228,225,190,1)));
	background: -webkit-linear-gradient(top,  rgba(233,230,205,1) 0%,rgba(228,225,190,1) 100%);
	background: -o-linear-gradient(top,  rgba(233,230,205,1) 0%,rgba(228,225,190,1) 100%);
	background: -ms-linear-gradient(top,  rgba(233,230,205,1) 0%,rgba(228,225,190,1) 100%);
	background: linear-gradient(to bottom,  rgba(233,230,205,1) 0%,rgba(228,225,190,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e6cd', endColorstr='#e4e1be',GradientType=0 );
	border-top: 1px solid #ddd9bd;
	display: none;
}
.mobile-contact .inner-wrap {
	padding: 10px 4px;
	text-align: center;
}
.mobile-contact .inner-wrap .contact-item {
	margin: 0 8px;
	display: inline-block;
}
.mobile-contact .inner-wrap .contact-item .label {
	color: #999172;
	text-transform: uppercase;
	font-size: 70%;
}
.mobile-contact .inner-wrap .contact-item .number {
	font-weight: 700;
	font-size: 110%;
}
.mobile-contact .inner-wrap span,
.mobile-contact .inner-wrap a {
	color: #2f3a6a;
	font-size: 90%;
}

#nav {
	width: 100%;
	max-width: 100%;
	height: 44px;
	margin: 0;
	float: left;
	padding: 0;
	background: none;
	overflow: visible;
	position: relative;
	top: 0;
	z-index: 900;
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	background: rgb(233,230,205);
	background: -moz-linear-gradient(top,  rgba(233,230,205,1) 0%, rgba(228,225,190,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,230,205,1)), color-stop(100%,rgba(228,225,190,1)));
	background: -webkit-linear-gradient(top,  rgba(233,230,205,1) 0%,rgba(228,225,190,1) 100%);
	background: -o-linear-gradient(top,  rgba(233,230,205,1) 0%,rgba(228,225,190,1) 100%);
	background: -ms-linear-gradient(top,  rgba(233,230,205,1) 0%,rgba(228,225,190,1) 100%);
	background: linear-gradient(to bottom,  rgba(233,230,205,1) 0%,rgba(228,225,190,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e6cd', endColorstr='#e4e1be',GradientType=0 );
	border-top: 1px solid #ddd9bd;
}
#nav > ul {
	list-style: none;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	float: none;
	display: block;
	text-align: left;
	position: relative;
	top: -1px;
}
#nav > ul > li {
	background: none;
	display: inline-block;
	float: none;
	position: relative;
	list-style-type: none;
	margin: 0;
	top: 0;
	border: 1px solid transparent;
	border-top: none;
	border-bottom: none;
}
#nav > ul > li:last-child {
	background: none;
}
#nav ul li > a {
	color: #2f3a6a;
	background: none;
	padding: 11px 22px 9px 22px;
	margin: 0;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	font-size: 110%;
	font-weight: 400;
}
#nav ul li:hover {
	background: #f8f8dc;
}
#nav ul li a:hover {
	text-decoration: none;
}
/* #nav > ul > li:hover, #nav > ul > li.current-menu-item { */
#nav > ul > li:hover {
	background: #f8f8dc;
	border: 1px solid #ddd9bd;
	border-top: none;
	border-bottom: none;
}
#nav > ul > li.current-menu-item a:hover,
#nav > ul > li.current-page-ancestor a:hover {
	text-shadow: none;
}
#nav > ul > li:hover a {
	text-shadow: none;
}
#nav ul > li.menu-item-has-children:hover > a {
	position: relative;
}
#nav > ul > li:hover > a {
	list-style-type: none;
}



#nav ul li:hover ul.sub-menu {
	display: block;
}

#nav > ul > li > ul.sub-menu {
	display: none;
	margin: 0;
	padding: 10px 5px;
	position: absolute;
	width: 250px;
	top: 100%;
	left: 0;
	z-index: 800;
	background: #f8f8dc;
	border-top: none;
	text-align: left;
	list-style-type: none;
	-moz-box-shadow: 0 4px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px rgba(0,0,0,0.2);
}
#nav > ul > li > ul.sub-menu li {
	width: 100%;
	height: auto !important;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-khtml-border-radius: 2px;
}
#nav ul li ul.sub-menu li:last-child {
	border-bottom: none;
}
#nav ul li ul.sub-menu li a {
	font-weight: 400;
	width: 100%;
	height: auto;
    padding: 8px 15px;
	color: #2f3a6a;
	text-transform: none;
	display: inline-block;
	position: relative;
	line-height: 1.3em;
	font-size: 100%;
	text-shadow: none;
}
#nav ul li ul.sub-menu li:hover {
	display: block;
}
#nav ul li ul.sub-menu li a:hover {
	text-decoration: underline;
}
#nav ul > li.nav-button > a {
	font-size: 1.4rem !important;
	padding: 0.6em 1.2em 0.4em 1.2em !important;
	text-transform: none !important;
}

#nav ul li.double-menu ul.sub-menu {
	width: 430px;
}
#nav ul li.double-menu ul.sub-menu li {
	width: 50%;
	float: left;
}
#nav ul li.double-menu ul.sub-menu li:nth-child(odd) {
	width: 38%;
	float: left;
}
#nav ul li.double-menu ul.sub-menu li:nth-child(even) {
	width: 62%;
	float: left;
}
#nav ul li.double-menu ul.sub-menu .sub-menu {
	width: 100%;
	display: inline-block;
	padding: 0;
	margin: 0;
}
#nav ul li.double-menu ul.sub-menu .sub-menu li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

/************ MOBILE MENU ************/

.mobile-icon {
	display: none !important;
	cursor: pointer;
	background: none;
	text-align: center;
	width: 38px;
	height: 33px;
	padding: 0;
	margin: 0;
	top: 0;
	z-index: 300;
}
.mobile-icon:hover {
	text-decoration: none;
}
.mobile-icon i {
	display: block;
	color: #2f3a6a;
	margin: 0;
	padding: 0;
	line-height: 30px;
	font-size: 30px;
	font-weight: 300;
}
.menu-icon {
	
}
.phone-icon {
	
}
#phone-icon {
	float: right;
	z-index: 301;
}
#phone-icon i {
	font-size: 24px;
}
#mobile-nav {
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-250px);
  	-moz-transform: translateX(-250px);
  	-o-transform: translateX(-250px);
  	-ms-transform: translateX(-250px);
  	transform: translateX(-250px);
	width: 250px;
	min-height: 100%;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
	z-index: 1;
	background: #2f3a6a;
	border-right: 1px solid #262e55;
}

#wrapper.showMobileMenu #mobile-nav {
  	-webkit-transform: translateX(0);
  	-moz-transform: translateX(0);
  	-o-transform: translateX(0);
  	-ms-transform: translateX(0);
  	transform: translateX(0);
  	-webkit-overflow-scrolling: touch !important;
  	overflow-y: scroll;
  	z-index: 200;
  	float: none;
}

#wrapper.showMobileMenu header {
	-webkit-transform: translateX(250px);
  	-moz-transform: translateX(250px);
  	-o-transform: translateX(250px);
  	-ms-transform: translateX(250px);
  	transform: translateX(250px);
}

#wrapper.showMobileMenu #content {
  	-webkit-transform: translateX(250px);
  	-moz-transform: translateX(250px);
  	-o-transform: translateX(250px);
  	-ms-transform: translateX(250px);
  	transform: translateX(250px);
  	overflow: hidden;
  	overflow-y: none;
}
#wrapper.showMobileMenu #footer {
  	-webkit-transform: translateX(250px);
  	-moz-transform: translateX(250px);
  	-o-transform: translateX(250px);
  	-ms-transform: translateX(250px);
  	transform: translateX(250px);
  	overflow: hidden;
}

#wrapper.showMobileMenu {
	overflow-x: hidden;
	position: absolute;
}

#mobile-nav ul.mobile-menu {
	list-style-type: none;
	width: 100%;
	min-height: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
#mobile-nav ul.mobile-menu li {
	list-style-type: none;
    display: inline-block;
    margin: 0;
	padding: 0;
	position: relative;
	background: none;
	width: 100%;
	float: left;
}
#mobile-nav ul.mobile-menu > li {
	border-bottom: 1px solid #262e55;
}
#mobile-nav ul.mobile-menu li a {
	display: inline-block;
    margin: 0;
	padding: 0.9em 20px;
	width: 100%;
	height: auto;
	float: left;
	text-decoration: none;
	color: #fff;
	position: relative;
	font-size: 120%;
	background: none;
	border: none !important;
	line-height: 1em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#mobile-nav ul.mobile-menu li a:hover {
	text-decoration: none;
	-webkit-tap-highlight-color: #ccc;
}
#mobile-nav ul.mobile-menu > li.current-menu-item a {
	color: #fff;
}
#mobile-nav ul.mobile-menu li.parent > a:after {
	font-family: FontAwesome;
	font-size: 120%;
	content: "\f0d7";
	color: #262e55;
	padding-left: 20px;
	float: right;
	position: relative;
}
#mobile-nav ul.mobile-menu li.parent > a.ui-state-active:after {
	content: "\f0d8";
}
#mobile-nav ul.mobile-menu ul.sub-menu {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 0.9em 0;
}
#mobile-nav ul.mobile-menu ul.sub-menu li a {
	padding: 0.7em 20px 0.7em 30px;
	font-size: 100%;
}



ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
	display: inline-block;
	width: 100%;
	float: left;
}
#main ul.menu {
	margin-bottom: 25px;
}
ul.menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
ul.menu li a {
	color: #25ab01;
}
ul.menu li.current-menu-item a {
	color: #1a7d00;
	color: #25ab01;
}

ul.menu li span.divider {
	padding: 0 8px 0 11px;
	opacity: 1;
	color: #ddd9bd;
	height: 20px;
	line-height: 20px;
	display: inline-block;
}
ul.menu li:last-child span {
	display: none;
}

/************ BREADCRUMBS ************/

p#breadcrumbs {
	margin: 0 0 1.5em 0;
	padding: 0 0 1.5em 0;
	border-bottom: 1px dotted #E2E2E2;
}


/************ GRAVITY FORMS ************/

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea,
select {
	width: 100%;
	padding: 0.6em 0.8em;
	background: #fff;
	border: none;
	color: #222;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
}
textarea {
	resize: none;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
select {
	height: 37px;
}
input[type="submit"], input[type="button"], a.button, .qa-search button {
	font-family: 'Source Sans Pro', sans-serif;
	height: auto;
	font-size: 1.6rem;
	line-height: 1.3em;
	font-weight: 700;
	padding: 0.7em 40px 0.7em 20px;
	display: inline-block;
	position: relative;
	color: #fff;
	background: rgb(127,211,7);
	background: -moz-linear-gradient(top,  rgba(127,211,7,1) 0%, rgba(90,165,3,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(127,211,7,1)), color-stop(100%,rgba(90,165,3,1)));
	background: -webkit-linear-gradient(top,  rgba(127,211,7,1) 0%,rgba(90,165,3,1) 100%);
	background: -o-linear-gradient(top,  rgba(127,211,7,1) 0%,rgba(90,165,3,1) 100%);
	background: -ms-linear-gradient(top,  rgba(127,211,7,1) 0%,rgba(90,165,3,1) 100%);
	background: linear-gradient(to bottom,  rgba(127,211,7,1) 0%,rgba(90,165,3,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fd307', endColorstr='#5aa503',GradientType=0 );
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    text-shadow: 1px 1px 0 #59a003;
}
input[type="submit"] {
	padding: 0.6em 20px 0.7em 20px;
	text-transform: uppercase;
}
input[type="submit"]:hover, a.button:hover, #nav ul li.nav-button a:hover, .qa-search button:hover {
	text-decoration: none;
	background: rgb(137,225,12);
	background: -moz-linear-gradient(top,  rgba(137,225,12,1) 0%, rgba(102,181,12,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,225,12,1)), color-stop(100%,rgba(102,181,12,1)));
	background: -webkit-linear-gradient(top,  rgba(137,225,12,1) 0%,rgba(102,181,12,1) 100%);
	background: -o-linear-gradient(top,  rgba(137,225,12,1) 0%,rgba(102,181,12,1) 100%);
	background: -ms-linear-gradient(top,  rgba(137,225,12,1) 0%,rgba(102,181,12,1) 100%);
	background: linear-gradient(to bottom,  rgba(137,225,12,1) 0%,rgba(102,181,12,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89e10c', endColorstr='#66b50c',GradientType=0 );
}
input[type="submit"]:after,
a.button:after,
#nav ul li.nav-button a:after {
	font-family: FontAwesome;
	font-size: 80%;
	content: "\f054";
	color: #fff;
	position: absolute;
	right: 20px;
	top: 10px;
}

#nav > ul > li.btn-contact {
	float: right;
}
#nav > ul > li.btn-contact > a {
	color: #fff;
	background: rgb(127,211,7);
	background: -moz-linear-gradient(top,  rgba(127,211,7,1) 0%, rgba(90,165,3,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(127,211,7,1)), color-stop(100%,rgba(90,165,3,1)));
	background: -webkit-linear-gradient(top,  rgba(127,211,7,1) 0%,rgba(90,165,3,1) 100%);
	background: -o-linear-gradient(top,  rgba(127,211,7,1) 0%,rgba(90,165,3,1) 100%);
	background: -ms-linear-gradient(top,  rgba(127,211,7,1) 0%,rgba(90,165,3,1) 100%);
	background: linear-gradient(to bottom,  rgba(127,211,7,1) 0%,rgba(90,165,3,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fd307', endColorstr='#5aa503',GradientType=0 );
}
#nav > ul > li.btn-contact > a, #nav > ul > li.btn-contact > a:hover,
#nav > ul > li.btn-contact, #nav > ul > li.btn-contact:hover {
	border: none;
}

body .gform_wrapper {
	width: 100%;
	max-width: 450px;
	padding: 20px;
	background: #2F3A6A;
	margin: 0 auto;
	overflow: hidden;
}
#gform_wrapper_4 {
	max-width: 100%;
}
body .col-half .gform_wrapper {
	padding-left: 20px;
}
body .gform_wrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
body .gform_wrapper .gform_heading {
	width: 100%;
	float: left;
	margin-bottom: 0;
	padding: 0;
	position: relative;
}
body .gform_wrapper .gform_heading .gform_title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 130%;
	color: #fff;
	text-align: center;
	width: 100%;
	text-transform: none;
	font-family: 'Source Sans Pro', sans-serif;
	background: none;
	padding: 0;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body #gform_wrapper_1 .gform_heading .gform_title {
	font-weight: 700;
}
body .gform_wrapper .gform_heading .gform_description {
	font-size: 90%;
	color: #bcc6f1;
	line-height: 1.3em;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	text-align: center;
}
ul.gfield_checkbox li {
	width: auto;
	float: left;
	margin: 0 12px 6px 0;
	padding: 0 !important;
	border: none !important;
}
ul.gfield_checkbox li:last-child {
	margin: 0 !important;
}
ul.gfield_checkbox li label {
	display: inline !important;
}
ul.gfield_checkbox input[type="checkbox"] {
	width: 20px;
	float: none;
	padding: 0 !important;
	margin: 0 5px 0 0 !important;
}
ul.gfield_checkbox label {
	width: auto;
	float: left;
	padding: 0 !important;
	margin: 0 !important;
}
body .gform_wrapper .gform_body {
	width: 100%;
	float: left;
}
body .gform_wrapper .gform_footer {
	display: inline-block;
	text-align: center;
	width: 100%;
}
body .gform_wrapper .gform_body .gform_fields .gfield {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0 !important;
	border: none !important;
	float: left;
	font-size: 90%;
}
body .gform_wrapper .gform_body .gform_fields li:before {
	content: "";
}
body .gform_wrapper .gform_body .gform_fields .gfield label {
	margin-bottom: 4px;
	display: inline-block;
	font-size: 100%;
	color: #fff;
	text-transform: none;
	float: none;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield label,
body #gform_wrapper_3 .gform_body .gform_fields .gfield label,
body #gform_wrapper_6 .gform_body .gform_fields .gfield label {
	display: none;
}
body #gform_wrapper_1 #field_1_6 label,
body #gform_wrapper_3 #field_3_6 label,
body #gform_wrapper_6 #field_6_6 label {
	display: block;
}
body .gform_wrapper .gform_body .gform_fields .gfield label a {
	color: #77c906;
	margin: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield ul.gfield_radio {
	margin: 0;
	padding: 0;
	width: 100%;
}
body .gform_wrapper .gform_body .gform_fields .gfield ul.gfield_radio li {
	width: auto;
	float: left;
	margin: 0 12px 5px 0;
	padding: 0 !important;
	border: none !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield ul.gfield_radio li input[type="radio"] {
	margin: 0 3px 0 0;
	padding: 0;
	width: auto;
	height: 21px;
	float: left;
}
body .gform_wrapper .gform_body .gform_fields .gfield ul.gfield_radio li label {
	margin: 0;
	padding: 0;
	width: auto;
	float: left;
}
body .gform_wrapper .gform_body .gform_fields .gfield div.ginput_complex span {
	margin-bottom: 12px;
	display: block;
}
body .gform_wrapper .gform_body .gform_fields .gfield div.ginput_complex span.ginput_right {
	margin-bottom: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
	width: 100%;
	float: left;
}
input.gform_button {
	border: none;
	padding: 0.7em 1.5em;
	display: inline-block;
	clear: both;
	cursor: pointer;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
}
div.ginput_container {
	position: relative;
}
.validation_error {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2em;
	color: #fe3939;
	margin-bottom: 15px;
}
.validation_message {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.2em;
	color: #fe3939;
	margin-top: 6px;
}
body .gform_wrapper.two-column_wrapper ul.gform_fields {
	display: none;
}
body .gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
	display: block;
	float: left;
	width: 48%;
	margin-right: 4%;
}
body .gform_wrapper.two-column_wrapper ul.gform_fields.gform_column:last-child {
	margin-right: 0;
}
body .gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
	display: none;
}
#field_4_4, #field_2_5 {
	width: 70%;
	float: left;
}
#field_4_11, #field_2_6 {
	width: 26%;
	float: left;
	margin-left: 4%;
}
body #gform_wrapper_4 .gform_footer {
	max-width: 260px;
	float: none;
	margin: 0 auto;
	display: block;
}

/************ HOMEPAGE ************/


.flexslider {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 300;
}
.flex-control-nav {
	width: 100%;
	position: relative;
	bottom: 0;
	text-align: center;
	display: none;
}
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}
.slides {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slide {
    border-bottom: none;
    position: relative;
    margin: 0;
	padding: 0;
}
.slide img {
	position: relative;
	z-index: 200;
	float: left;
	margin: 0;
	padding: 0;
}
.flexslider .slides img.slide-img {
	display: block;
}
.flexslider .slides img.slide-img-mobile {
	display: none;
}
.flexslider .slides img.slide-badge {
	max-width: 100px;
	height: auto;
	position: absolute;
	z-index: 600;
	top: 40px;
	left: 20px;
}
.slide-content {
	position: absolute;
	overflow: visible;
	padding: 20px;
	padding-right: 0;
	width: 45%;
	height: 330px;
	left: 0;
	z-index: 300;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.slide-content h1 {
	color: #fff;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.15em;
	width: 100%;
	padding-left: 0;
	text-shadow: 0px 1px 2px black;
	margin: 0 0 0.5em 0;
}
.slide-content p {
	color: #fff;
	width: 95%;
	margin-bottom: 0;
}
.slide-content a.button {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.slide-content a.button-desktop {
	display: inline-block;
}
.slide-content a.button-mobile, a.button-mobile {
	text-transform: uppercase;
	display: none;
}
.mobile-button {
	width:100%;
	display: none;
	text-align:center;
	padding-bottom:20px;
}

.mobile-form-home  {
	width: 100%;
	float: left;
    display: none;
}
.mobile-form-home .gform_wrapper {
	
}

.padded-box {
	padding: 0 15px;
}
.process_steps_circle {
	color: #2f3a6a;
	font-weight: 700;
	font-size: 200%;
	line-height: 46px;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	background: #e5e2c6;
	border: 1px solid #dddbbc;
	text-align: center;
	position: relative;
	margin: 0 auto 15px auto;
}
.process-column {
	width: 31.884%;
	max-width: 31.884%;
	margin-right: 2.174%;
}
.last {
	margin-right: 0;
}
.process-text {
	padding: 0 10px;
	margin-bottom: 0;
	text-align: center;
}

.process-box {
	margin: 15px 0;
}
.practice-box h3 {
	margin-bottom: 15px;
}
.practice-box ul {
	list-style-type: none;
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}
.practice-box ul li {
	list-style-type: none;
	width: 33.3%;
	float: left;
	line-height: 1.2em;
	position: relative;
	margin-top: 15px;
	margin-bottom: 0;
	padding-right: 4px;
}

.practice-box ul li a:before {
	font-family: FontAwesome;
	font-size: 80%;
	content: "\f054";
	color: #d0cdb4;
	position: absolute;
	left: 4px;
}
.practice-box ul li a {
	/*color: #222;*/
}
.practice-box ul li a:hover {
	color: #3e56bb;
}
.practice-box ul li a span {
	color: #3e56bb;
}
.practice-box ul li a:hover span {
	text-decoration: underline;
	color: #3e56bb;
}
.practice-box ul li a span {
	padding-left: 18px;
	display: inline-block;
}
.cta-home-boxes {
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.cta-home-boxes p {
	padding-right: 15px;
}
.cta-home-boxes > .column {
	padding: 0;
}
.cta-home-boxes > .column p.last {
	margin-bottom: 0;
}
.cta-home-boxes > .column p {
	margin-bottom: 8px;
}
.cta-home-boxes a.learn-link {
	font-weight: 400;
}
.cta-home-boxes a.learn-link:hover {
	text-decoration: none;
}
.cta-home-boxes a.learn-link:hover span {
	text-decoration: underline;
}
.cta-home-boxes a.learn-link:after {
	font-family: FontAwesome;
	font-size: 60%;
	content: "\f054";
	color: #3e56bb;
	margin-left: 5px;
}
.video-feature-box {
	float: left;
	width: 100%;
	background: #ebe9cb;
	padding: 20px;
	-moz-box-shadow: inset 0 0 12px #dddbc0;
    -webkit-box-shadow: inset 0 0 12px #dddbc0;
    box-shadow: inset 0 0 12px #dddbc0;
}
.video-feature-box .left {
	float: left;
	width: 47%;
	padding: 0;
	margin-right: 4%;
}
.video-feature-box .left p {
	margin: 10px 0 0 0;
	text-align: center;
	padding: 0 10px;
}
.video-feature-box .left img {
	width: 100%;
	height: auto;
}

.video-feature-box .right {
	float: left;
	width: 49%;
	padding: 0 10px;
	padding-bottom: 10px;
}
.video-feature-box .gform_wrapper {
	background: none;
	padding: 0;
}
.video-feature-box .gform_wrapper .gform_heading .gform_title {
	color: #2F3A6A;
}
.video-feature-box .gform_wrapper .gform_heading .gform_title {
	font-size: 130%;
}
.video-feature-box .gform_wrapper .gform_heading .gform_description {
	color: #222;
}
.video-feature-box .gform_wrapper .gform_body .gform_fields .gfield label {
	color: #2F3A6A;
	display: none;
}
.video-feature-box .gform_wrapper input[type='text'] {
	border: 1px solid #d0cdb4;
}
.video-feature-box .gform_wrapper .gform_body .gform_fields .gfield {
	margin: 0 0 10px 0;
}
.video-feature-box .gform_wrapper input.gform_button {
	background: rgb(64,76,130);
	background: -moz-linear-gradient(top,  rgba(64,76,130,1) 0%, rgba(47,58,106,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,76,130,1)), color-stop(100%,rgba(47,58,106,1)));
	background: -webkit-linear-gradient(top,  rgba(64,76,130,1) 0%,rgba(47,58,106,1) 100%);
	background: -o-linear-gradient(top,  rgba(64,76,130,1) 0%,rgba(47,58,106,1) 100%);
	background: -ms-linear-gradient(top,  rgba(64,76,130,1) 0%,rgba(47,58,106,1) 100%);
	background: linear-gradient(to bottom,  rgba(64,76,130,1) 0%,rgba(47,58,106,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404c82', endColorstr='#2f3a6a',GradientType=0 );
	text-shadow: none;
}
.video-feature-box .gform_wrapper input.gform_button:hover {
	background: rgb(85,97,154);
	background: -moz-linear-gradient(top,  rgba(85,97,154,1) 0%, rgba(72,83,135,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,97,154,1)), color-stop(100%,rgba(72,83,135,1)));
	background: -webkit-linear-gradient(top,  rgba(85,97,154,1) 0%,rgba(72,83,135,1) 100%);
	background: -o-linear-gradient(top,  rgba(85,97,154,1) 0%,rgba(72,83,135,1) 100%);
	background: -ms-linear-gradient(top,  rgba(85,97,154,1) 0%,rgba(72,83,135,1) 100%);
	background: linear-gradient(to bottom,  rgba(85,97,154,1) 0%,rgba(72,83,135,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55619a', endColorstr='#485387',GradientType=0 );
}

/************ BLOG POSTS ************/

.single-post {
	margin: 0 !important;
	padding-top: 0 !important;
	border: none !important;
}
.post-item {
	width: 100%;
	float: left;
	padding-top: 20px;
	margin-top: 17px;
	vertical-align: top;
	border-top: 1px solid #ececcc;
}
.post-item:last-child {
	margin-bottom: 20px;
}
#post-1 {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.post-item h1 {
	width: 100%;
	font-weight: 700;
}
.post-item .left-image {
	float: left;
	width: 140px;
}
.post-item .left-image img {
	max-width: 120px;
	height: auto;
	border: 1px solid #d8d8d8;
}
.post-item .left-image a {
	display: block;
}
.post-item .right-content {
	margin-left: 140px;
}
.first-post {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.post-item .meta {
	margin: 15px 0 0 0;
	font-size: 80%;
	line-height: 1.3em;
	clear: both;
	color: #8d8d8d;
	display: inline-block;
	padding: 0;
	width: 100%;
}
.single-post .meta {
	margin-bottom: 20px;
}
.post-item .meta .meta-item a {
	color: #88877d;
}
.post-item .meta span.divider {
	float: left;
}
.post-item .meta .meta-item {
	float: left;
	display: inline-block;
	margin-bottom: 0.5em;
	line-height: 1.8em;
	color: #88877d;
}
.post-item .meta .meta-item i {
	color: #dedcbb;
}
.post-item .meta strong {
	font-weight: normal;
}
.post_title {
	margin: 0 0 0.5em 0;
	color: #2F3A6A;
}
.post_title a {
	color: #2F3A6A;
}
.post_title a:hover {
	color: #2F3A6A;
}
span.divider {
	padding: 0 8px;
	opacity: 0.25;
	color: #555;
	height: 20px;
	line-height: 20px;
	display: inline-block;
}
.post-excerpt p {
	margin: 0;
	line-height: 1.3em;
}
.author-bio {
	width: 100%;
	float: left;
	padding: 20px;
	background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #e2e2e2;
	margin: 0 0 1.8em;
}
.author-bio img {
	width: 60px;
	height: 60px;
	float: left;
}
.author-info {
	margin-left: 78px;
}
.author-info p {
	margin-bottom: 0;
}
h5.author-title {
	margin-bottom: 0.4em;
}
.reply {
	margin-top: 6px;
}
a.comment-reply-link {
	font-size: 80%;
}
ol.comment-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 100%;
}
ol.comment-list li {
	margin: 0 0  15px 0;
	padding: 20px;
	list-style-type: none;
	background: rgba(233,230,205,0.6);
    border: 1px solid #ddd9bd;
	float: left;
	width: 100%;
}
ol.comment-list li li {
	border: none;
	background: none;
	margin-bottom: 0;
	border-bottom: 1px solid #E2E2E2;
}
ol.comment-list li li:last-child {
	border: none;
	padding-bottom: 0;
}
ol.comment-list li ul.children {
	margin-bottom: 0;
	margin-left: 0;
	width: 90%;
	float: right;
}
ol.comment-list li ul.children li {
	margin-bottom: 0;
}
ol.comment-list li p {
	margin: 6px 0 0 0;
}
.comment-author span.says {
	display: none;
}
.comment-author {
	position: relative;
	width: 50%;
	float: left;
	margin-bottom: 25px;
}
.comment-meta {
	width: 50%;
	float: right;
	display: inline-block;
	text-align: right;
	font-size: 80%;
	line-height: 1.3em;
	margin-bottom: 25px;
}
.comment-meta a {
	line-height: 1.3em;
}
.comment-body p {
	clear: both;
	width: 100%;
	margin-top: 12px;
	display: inline-block;
}
.comment-author img {
	margin-right: 8px;
}
.comment-author cite.fn {
	position: absolute;
	top: 0;
}
#respond {
	margin-top: 0;
	padding-top: 20px;
    border-top: 1px solid #ececcc;
	width: 100%;
	float: left;
}
form#commentform p {
	margin-bottom: 8px;
	font-size: 1.3rem;
}
form#commentform input[type='text'],
form#commentform textarea {
	border: 1px solid #d0cdb4;
}
p.form-submit {
	width: 100%;
	text-align: center;
	margin: 20px 0 !important;
}
.ssba {
	padding-bottom: 20px;
}
#ssba-classic-2 {
    width: 100%;
    padding-bottom: 20px;
}

#reply-title small {
	float: right;
}

.blog-dropdowns {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ececcc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.blog-title {
	font-weight: 400;
	font-size: 100%;
	background: #2f3a6a;
	color: #fff;
	padding: 6px 10px;
}
.blog-title:before {
	font-family: FontAwesome;
	font-size: 110%;
	content: "\f07b";
	color: #bcc6f1;
	padding-right: 8px;
	opacity: 0.3;
}
.blog-dropdowns input[type='text'],
.blog-dropdowns select {
	border: 1px solid #d0cdb4;
}

/************ WP-PAGENAVI PAGINATION ************/


.wp-pagenavi {
	padding: 0;
	margin: 30px 0 0 0;
	width: 100%;
	float: left;
	display: inline-block;
}
.wp-pagenavi a, .wp-pagenavi span, .qa-pagination a, .qa-pagination span  {
	color: #222;
	font-size: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
	border: 1px solid #dedcbb;
	padding: 6px 14px;
	margin: 0 4px 4px 0;
	display: inline-block;
	background: #ebe9cb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}
.wp-pagenavi span.pages {
	padding-left: 0;
	display: none;
}
.wp-pagenavi a:hover {
	text-decoration: none;
	border: 1px solid #dedcbb;
	background: #dedcbb;
}
.wp-pagenavi span.current, .qa-pagination .current {
	background: #2F3A6A;
	border: 1px solid #2F3A6A;
	color: #fff;
}

/************ TESTIMONIALS ************/

.testimonial {
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #ececcc;
	padding: 0 15px;
}
.testimonial:last-child {
	width: 100%;
	margin-bottom: 0;
	border-bottom: none;
}
.testimonial p.quote {
	margin-bottom: 0.5em;
}
.testimonial p.author {
	text-transform: none;
	font-size: 1.3rem;
	font-weight: 700;
	margin: 0 0 2em 0;
}
.testimonial p.quote:before {
	font-family: FontAwesome;
	font-size: 120%;
	font-style: italic;
	content: "\f10d";
	color: #aba386;
	padding-right: 12px;
}
.testimonial p.quote:after {
	font-family: FontAwesome;
	font-size: 120%;
	font-style: italic;
	content: "\f10e";
	color: #aba386;
	padding-left: 8px;
	position: relative;
	top: 5px;
}

/************ RECENT POSTS WIDGET ************/

#sidebar .rpwe-thumb {
	border: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	margin: 2px 10px 2px 0;
	padding: 0 !important;
}


/************ QA ************/

#qa-menu ul {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}
#qa-menu li {
	display: block;
	float: left;
	margin-right: 5px;
}
#qa-menu a {
    color: #FFFFFF;
    display: block;
    font-size: 90%;
    font-weight: 400;
    padding: 5px 10px !important;
    text-decoration: none;
    background: #2f3a6a;
}
#qa-menu button {
    margin-left: 7px;
    padding: 0.5em 20px 0.6em 20px;
    text-transform: uppercase;
}
#question-title-td input,
#question-form input[type='text'] {
    height: 38px !important;
    width: 100%;
    padding: 0.6em 0.8em;
    border: 1px solid #ececcc;
}
#qa-menu input {
    width: 60%;
    height: 38px !important;
    padding: 0.6em 0.8em;
    border: 1px solid #ececcc;
}
#question-form select {
    border: 1px solid #ececcc;
}
#question-tags-td input {
    width: 100%;
}
#qa-menu .qa-search {
	width: 100%;
    margin: 0 !important;
	background: none !important;
	background-color: none !important;
}
#qa-menu form { padding-top: 0 !important }
#qa-menu a:hover { background: #435087; }
#qa-page-wrapper {
    margin: 0 auto !important;
    width: 100% !important;
    padding-bottom: 0;
}
#qa-content-wrapper {
	width: 100% !important;
	float: left;
}
#question-form textarea.wp32,
#answer-form textarea.wp32 {
    height: 200px;
    width: 100% !important;
    border: 1px solid #ececcc;
}
#answer-form input[type='text'] {
	border: 1px solid #ececcc;
}
#answer-form > p {
	margin-bottom: 0;
}
#answer-form > label,
#question-form > label {
	float: left;
	display: block;
	margin-bottom: 15px;
	width: 100%;
}
#answer-form > label > img,	
#question-form > label > img 											 	 	 	 	 	 																							{
	margin-bottom: 15px;
}
#question-form table#question-form-table input { width: 97% !important }
#question-body,
.answer-body {
    float: left !important;
    width: 100% !important;
}
.question h3 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 110% !important;
    font-weight: 600 !important;
    margin-bottom:inherit !important;
}
#qa-menu ul {
    margin: 0 !important;
	padding: 0 !important;
}
#question-body #question-content {
    float: left !important;
    width: 88% !important;
}
#question-body #question-content > div {
	width: 100%;
	display: none;
}
#question-body #question-content > div > p {
	margin-bottom: 10px;
	text-align: left;
	display: inline-block;
}
#question-body #question-content > div > p > span {
	display: inline;
	margin-right: 7px;
}
.question .question-summary h3 a {
    color: #2f3a6a !important;
    font-size: 110% !important;
    text-decoration: none;
}
.question .question-summary h3 a:hover {
    color: #2f3a6a !important;
    font-size: 110% !important;
    text-decoration: underline;
}
.question-summary {
    float: left;
    padding: 0 !important;
    width: 75% !important;
}
.question-stats { float: right !important }
.question-started {
    float: left !important;
    width: 100%;
}
.question-summary .question-tags {
    float: left;
    width: 100%;
}
.question-meta .qa-action-links,
.answer-meta .qa-action-links {
    float: left;
    width: 100% !important;
}
#single-question h1,
#answer-list h2 {
    border-bottom: none !important;
    color: #2f3a6a !important;
}
#question-category-td { width: 35% !important }
#question-tags-label {
    width: 20% !important;
    text-align: right !important;
}
#edit-answer h2 {
	margin: 0 0 0.4em;
	font-size: 130%;
}
#question-form textarea.wp32,
#answer-form textarea.wp32,
.cleditorMain { margin: 0 0 20px 0 !important }
#single-question h1 {
    font-size: 2.4rem;
    margin: 0 0 0.8em;
    line-height: 1.2em;
}
span.qa-timediff {
	font-size: 13px !important;
	display: none;
}
#single-question h1 {
    border-bottom: none !important;
    color: #2f3a6a !important;
}
#answer-list h2 {
    border-bottom: none !important;
    margin: 0 0 0.9em !important;
    font-size: 130%;
    line-height: 1;
}
.qa-voting-box {
    float: right !important;
    width: 60px;
    display: none !important;
}
#question-content .question-tags a {
	background-color: none;
	background: none;
	color: #3e56bb;
	font-size: 100%;
	line-height: 1.5em;
	margin: 0 3px 0 0;
	padding: 0;
	height: auto;
	text-decoration: none;
	display: inline;
	float: none;
}
.question a:link, .question a:hover, .question a:visited {
	background: none;
	color: #2748DA !important;
	font-size: 100% !important;
	text-decoration: none;
	padding: 0;
	margin: 0;
	float: left;
	display: inline-block;
}
.question-tags a {
	height: 20px;
	margin: 0 9px 0 0 !important;
	float: left;
	display: inline-block;
}
#question-body,
.answer-body {
    float: left;
    width: 100% !important;
}
.answer-content p:last-child {
	margin-bottom: 0;
}
.answer {
    border-bottom: none !important;
    clear: both;
    overflow: hidden;
    padding: 0 0 15px 0 !important;
    margin: 0 0 15px 0 !important;
}
.question {
    border-bottom: 1px solid #ececcc !important;
    overflow: hidden;
    padding: 20px 0 !important;
}
.question-meta {
    width: 100% !important;
    float: left !important;
}
#question-body #question-content {
    float: left !important;
    width: 100% !important;
}
#question-body #question-content p {
    margin-top: 0 !important;
}
.qa-user-box {
    background: none !important;
    float: left !important;
    padding: 0 !important;
}
.qa-user-details { padding-bottom: 0px !important }
.qa-user-details .qa-user-rep { display: none !important }
.qa-action-links,
.qa-user-box img { display: none !important }
.question-score { display: none !important }
.answer-meta,
.qa-status-icon { display: none !important }
.question-status > div {
	font-size: 90% !important;
}
.question-status > div.mini-count {
    font-size: 130% !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
#single-question {
	margin-top: 0;
}
#single-question-container {
	overflow: hidden;
	padding: 0;
}
.question-status {
    color: #FFFFFF;
    width: 62px !important;
    height: 50px !important;
}
#qa-user-box { display: none !important }
#qa-user-tabs {
    border-bottom: 1px solid #e7e7e7 !important;
    clear: both;
    font-weight: bold;
    height: 34px;
    list-style: none outside none;
    margin: 0;
}
#qa-user-tabs a:hover,
#qa-user-tabs a.youarehere {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #e7e7e7 #e7e7e7 #FFFFFF !important;
    border-style: solid;
    border-width: 1px;
    height: 30px;
}
#qa-user-tabs a.youarehere { color: #333 !important }
.question-status.unanswered { color: #333 !important }
.question a:link,
.question a:hover {
    color: #2748DA !important;
    font-size: 13px !important;
    text-decoration: none;
}
.question-status.answered-accepted, .question-status.answered {
	color: #3e56bb;
}
#edit-answer {
	margin-bottom: 20px !important;
	width: 100%;
	float: left;
}
table#question-form-table {
	margin-bottom: 20px !important;
}
#qa-menu {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	vertical-align: top;
	/* border-bottom: 1px solid #ececcc; */
}
.qa-pagination {
	clear: both;
	margin: 20px 0 0 0;
	overflow: hidden;
}
.qa-pagination .prev, .qa-pagination .next, .qa-pagination .dots {
	border: 1px solid #dedcbb;
}
#answer-list {
	margin-top: 20px;
	border-top: 1px solid #ececcc;
	padding: 0 15px;
	padding-top: 20px;
}


/************ ARTICLES ************/

#article-content {
  width: 100%;
  float: left;
}
.article-feature {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  float: left;
}
.article-feature:nth-child(2n+2){
  margin-right: 0;
}
.article-feature img {
	width: 100%;
	height: auto;
	float: left;
}
.article-feature > h3, .article-feature > h3:hover {
  cursor: pointer;
}

.article-feature .bullet {
	display: inline-block;
	position: absolute;
	right: 0.7em;
	top: 0;
	width: 12px;
	height: 60px;
	vertical-align: middle;
}
.article-feature .bullet img {
	vertical-align: middle;
	position: relative;
	top: 22px;
}
.article-feature > h3 {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 0;
    height: 60px;
    width: 100%;
    font-size: 100%;
    line-height: 1.2em;
    font-weight: 700;
    color: #2F3A6A;
	background: #ebe9cb;
	-moz-box-shadow: inset 0 0 12px #dddbc0;
    -webkit-box-shadow: inset 0 0 12px #dddbc0;
    box-shadow: inset 0 0 12px #dddbc0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -khtml-border-radius: 0;
    float: left;
}
.article-feature > h3 > span.headtitle {
	font-size: 100%;
    display: table-cell; 
    vertical-align: middle;
    height: 60px;
    padding: 0 0.7em 0 0.9em;
    letter-spacing: -0.5px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	right: .5em;
	top: 5px;
	margin-top: 0;
	display: none; 
	vertical-align: middle;
	height: 60px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    background: none;
    font-weight: normal;
    color: #222;
}
.ui-accordion .ui-accordion-content {
    padding: 15px;
    border-top: 0;
    overflow: auto;
    list-style-type: none;
    margin: 0;
}
.ui-accordion .ui-accordion-content li {
	margin-bottom: 12px;
	line-height: 1.2em;
}
.ui-accordion .ui-accordion-content li a, .ui-accordion .ui-accordion-content li a:hover {
   line-height: 1.2em;
   text-decoration: none;
}
.ui-accordion .ui-accordion-content p {
    margin: 0;
    font-size: 100%;
    line-height: 1.3em;
}
.ui-widget-content {
    border: none;
    background: none;
    color: #222222;
}
.ui-accordion .ui-accordion-header:focus, .ui-accordion-header-active {
    outline:none;
}
.article-feature .ui-widget-content li {
    background: url("https://www.torontodivorcelaw.com/wp-content/themes/fineandassociates/images/arrow-bullet.png") left 5px no-repeat;
    padding-left: 9px;
}
.ui-widget-content a {
    color: rgb(39, 72,218);
    text-decoration: none;
}
.ui-widget-content a:hover {
    text-decoration: none;
}
.article-feature .ui-widget-content p {
    color: rgb(39, 72,218);
}
.ui-widget-content p.podcast-text {
    color: #4a4a4a;
}
.ui-widget-content a:hover {
    text-decoration: underline;
}


/************ FAQ ************/

a.anchor {
	display: block;
	position: relative;
	top: -250px;
	visibility: hidden;
}

#faq-content {
	width: 100%;
}
#faq-content .faq-block {
	width: 100%;
	margin-bottom: 30px;
}
#faq-content h3 {
	font-size: 120%;
	padding: 5px 14px;
	background: #ebe9cb;
	-moz-box-shadow: inset 0 0 12px #dddbc0;
    -webkit-box-shadow: inset 0 0 12px #dddbc0;
    box-shadow: inset 0 0 12px #dddbc0;
}
#faq-content h4 {
	font-size: 100%;
	font-weight: 700;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ececcc;
	position: relative;
	padding-left: 40px;
	cursor: pointer;
}
#faq-content h4:hover {
	cursor: pointer;
}
#faq-content h4.ui-accordion-header-active {
	font-weight: 700;
	color: #2f3a6a;
}
#faq-content h4:first-child {
	border: none;
}
#faq-content h4:before {
	font-family: FontAwesome;
	font-size: 120%;
	content: "\f0ab";
	color: #2f3a6a;
	position: absolute;
	left: 15px;
	top: 11px;
}
#faq-content h4.ui-accordion-header-active:before {
	content: "\f0a9";
	color: #2f3a6a;
}
#faq-content p {
	line-height: 1.4em;
	padding-left: 25px;
	margin-bottom: 0.9em;
}
#faq-content .faq-block p:last-child {
	margin: 0;
}
#faq-content .faq-block ul {
	margin-left: 55px;
	margin-bottom: 0.9em;
}

/************ CONTACT ************/

.contact-block {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}


/************ SCROLL TO TOP BUTTON ************/


.scrollToTop {
	color: #fff;
	background: rgb(127,211,7);
	background: -moz-linear-gradient(top,  rgba(127,211,7,1) 0%, rgba(90,165,3,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(127,211,7,1)), color-stop(100%,rgba(90,165,3,1)));
	background: -webkit-linear-gradient(top,  rgba(127,211,7,1) 0%,rgba(90,165,3,1) 100%);
	background: -o-linear-gradient(top,  rgba(127,211,7,1) 0%,rgba(90,165,3,1) 100%);
	background: -ms-linear-gradient(top,  rgba(127,211,7,1) 0%,rgba(90,165,3,1) 100%);
	background: linear-gradient(to bottom,  rgba(127,211,7,1) 0%,rgba(90,165,3,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fd307', endColorstr='#5aa503',GradientType=0 );
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	width: 40px; 
	height: 40px;
	position: fixed;
	bottom: 0;
	right: 0;
	text-align: center;
	display: none;
}
.scrollToTop i {
	color: #fff;
	line-height: 40px;
}
.scrollToTop:hover{
	text-decoration:none;
}



/************ FOOTER ************/

.footer-logos {
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.logos-left {
	float: left;
	width: 60%;
}
.logos-right {
	float: left;
	width: 40%;
}
.footer-logos h3 {
	width: 100%;
	text-align: center;
	color: #7f88b5;
	font-size: 90%;
	text-transform: uppercase;
}
.footer-logos ul {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
	vertical-align: top;
}
.footer-logos ul li {
	list-style-type: none;
	margin: 0 8px 10px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.footer-logos ul li img {
	display: inline;
	vertical-align: middle;
	opacity: 1;
	max-height: 60px;
	width: auto;
}


#footer {
	width: 100%;
	position: relative;
	-webkit-transform: translateX(0);
  	-moz-transform: translateX(0);
  	-o-transform: translateX(0);
  	-ms-transform: translateX(0);
  	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    padding: 20px 0 40px 0;
    font-size: 90%;
}

.footer-contact {
	color: #7f88b5;
	text-align: center;
	padding: 0 15px;
	float: left;
	margin-bottom: 20px;
	font-size: 110%;
}
.footer-contact a {
	color: #7f88b5;
}
.footer-contact span.label {
	text-transform: uppercase;
}
.l-address, .l-phone {
	margin: 0 10px;
}
.disclaimer {
	width: 100%;
	display: inline-block;
	margin: 15px 0;
	font-size: 90%;
}
#copyright {
	width: 45%;
	float: left;
	padding: 0 0 0 15px;
	text-align: left;
	color: #7f88b5;
}
#footer-nav {
	width: 35%;
	float: right;
	padding: 0 15px 0 0;
	margin: 0;
}
#footer-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	display: inline-block;
	text-align: right;
	float: right;
}
#footer-nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	text-align: right;
}
#footer-nav ul .menu-divider {
	padding: 0 8px 0 12px;
	opacity: 0.3;
	color: #7f88b5;
	display: inline-block;
}
#footer-nav ul li:last-child .menu-divider {
	display: none;
}
#footer-nav ul li a {
	color: #7f88b5;
}

#social {
	float: left;
	width: 20%;
	text-align: left;
}
.social-icon {
	background: rgb(78,91,149);
	background: -moz-linear-gradient(top,  rgba(78,91,149,1) 0%, rgba(59,70,124,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,91,149,1)), color-stop(100%,rgba(59,70,124,1)));
	background: -webkit-linear-gradient(top,  rgba(78,91,149,1) 0%,rgba(59,70,124,1) 100%);
	background: -o-linear-gradient(top,  rgba(78,91,149,1) 0%,rgba(59,70,124,1) 100%);
	background: -ms-linear-gradient(top,  rgba(78,91,149,1) 0%,rgba(59,70,124,1) 100%);
	background: linear-gradient(to bottom,  rgba(78,91,149,1) 0%,rgba(59,70,124,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5b95', endColorstr='#3b467c',GradientType=0 );
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	text-align: center;
	margin-right: 3px;
	width: 24px;
	height: 24px;
	display: inline-block;
	line-height: 24px;
	position: relative;
}
.social-icon:last-child {
	margin-right: 0;
}
.social-icon a {
	display: inline-block;
	width: 22px;
	height: 22px;
	position: relative;
}

.social-icon i {
	color: #7b87c0;
	font-size: 125%;
	height: 22px;
	line-height: 26px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.social-icon:hover i {
	color: #fff;
}
.icon-facebook:hover {
	background: #3b5998;
}
.icon-twitter:hover {
	background: #3d94ca;
}
.icon-youtube:hover {
	background: #cc181e;
}
.icon-linkedin:hover {
	background: #0073b2;
}
.icon-google:hover {
	background: #dc4b38;
}


.widget .textwidget {
    padding: 0;
}
a.calculator-button {
	font-size: 18px;
	padding: 0.7em 20px;
}
a.calculator-button:after {
    font-family: FontAwesome;
    font-size: 80%;
    content: "";
    color: #fff;
    position: static;
    right: 0;
    top: 0;
}


/************ MEDIA QUERIES ************/


@media only screen and (max-width: 950px) {
	#nav {
		display: none;
	}
	.mobile-icon {
		display: block !important;
	}
	.mobile-contact {
		display: block;
	}
	header .inner-wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	header #logo {
		width: 65%;
		float: none;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	#header-right {
		display: none;
	}
	.logos-left {
		float: left;
		width: 100%;
	}
	.logos-right {
		float: left;
		width: 100%;
		margin-top: 15px;
	}
	.entry {
		min-height: 1px;
	}
	#copyright {
		width: 100%;
		padding: 0 15px;
		margin-bottom: 20px;
		text-align: center;
	}
	#social {
		float: left;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	#footer-nav {
		width: 100%;
		float: left;
		padding: 0 15px;
		margin: 0;
		text-align: center;
	}
	#footer-nav ul {
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
		width: auto;
		display: inline-block;
		text-align: right;
		float: none;
	}
	.footer-logos ul li img {
		max-height: 55px;
	}
}
@media only screen and (max-width: 900px) {
	.slide-img-mobile {
		border-bottom: 1px solid #262e55;
	}
	.slide-content {
		position: relative;
		overflow: hidden;
		padding: 20px;
		padding-bottom: 30px;
		width: 100%;
		max-width: 600px;
		height: auto;
		left: 0;
		text-align: center;
		float: none;
		margin: 0 auto;
	}
	.slide-content h1 {
		padding-left: 0;
		min-height: 0;
		text-align: center;
	}
	.flexslider .slides img.slide-img {
		display: none;
	}
	.flexslider .slides img.slide-img-mobile {
		display: block;
	}
	.flexslider .slides img.slide-badge {
		top: 20px;
	}
	.slide-content p {
	    width: 100%;
	    padding-left: 15px;
	    padding-right: 15px;
	    margin-bottom: 0;
	}
}

@media only screen and (max-width: 800px) {
	#main {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	#sidebar {
		width: 100%;
		max-width: 100%;
		height: 100%;
		float: left;
		padding: 0;
		margin-top: 25px;
	}
}
@media only screen and (max-width: 750px) {

}
@media only screen and (max-width: 680px) {
	.col-quarter {
		width: 48.913%;
		max-width: 48.913%;
		margin-right: 2.174%;
	}
	.col-quarter:nth-child(2n+2){
		margin-right: 0;
	}
}
@media only screen and (max-width: 650px) {
	.video-feature-box .left {
		float: left;
		width: 100%;
		padding: 0;
		margin-right: 0;
	}
	.video-feature-box .right {
		float: left;
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
}
@media only screen and (min-width: 601px) {
	#gform_widget-2 {
	    display: inline-block !important;
	}
}
@media only screen and (max-width: 600px) {
	.col-half {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
	.col-half:nth-child(2n+2){
		margin-right: 0;
	}
	.col-half:first-child {
		margin-bottom: 30px;
	}
	.blog-dropdowns .col-half:first-child {
		margin-bottom: 15px;
	}
	.contact-block {
	  text-align: center;
	}
	.l-address, .l-phone {
		display: inline-block;
		margin: 0 10px;
	}
	.slide-content a.button-desktop {
	    display: none;
    }
    .slide-content a.button-mobile, a.button-mobile {
	    display: inline-block;
	    /*font-size: 100%;*/
	    /*padding: 0.6em 40px 0.7em 20px;*/
    }
    .slide-content p {
	    margin-bottom: 20px;
	}
    .mobile-button {
		display:inline-block;
	}
    .content-home #gform_widget-15 {
    	display: none;
    }
    .mobile-form-home .gform_wrapper {
    	display: inline-block;
    	background: none;
    }
    .fancybox-inner #gform_wrapper_1 {
    	padding: 40px !important;
    }
    .video-feature-box {
		display: none;
    }
}

@media only screen and (max-width: 560px) {
	.process_steps_circle {
		margin: 0;
		width: 38px;
		height: 38px;
		font-size: 140%;
		line-height: 34px;
		float: left;
	}
	.process-text {
		text-align: left;
		font-size: 100%;
		padding-left: 48px;
	}
	.process-column {
		max-width: 100%;
		width: 100%;
		margin: 0 0 15px 0;
	}
	.process-column:last-child {
		margin: 0;
	}
	.practice-box ul li.practice-areas-item {
		max-width: 50%;
		width: 50%;
		margin: 1em 0 0 0;
	}
}

@media only screen and (max-width: 530px) {
	.article-feature {
		width: 100%;
		margin-right: 0;
		margin-bottom: 4%;
		float: left;
	}
}

@media only screen and (max-width: 480px) {
	h1 {
	    font-size: 2.4rem;
	}
	h2 {
	    font-size: 2.1rem;
	}
	h3 {
	    font-size: 1.8rem;
	}
	h4 {
	    font-size: 1.6rem;
	}
	h5 {
	    font-size: 1.4rem;
	}
	h6 {
	    font-size: 1.2rem;
	}
	.break {
		width: 100%;
		display: inline-block;
	}
	.post-item {
		padding-top: 14px;
		margin-top: 14px;
	}
	.post-item h1 {
		font-size: 2.1rem;
		line-height: 1.3em;
		margin: 0 0 0.8em 0;
	}
	.post_title {
		font-size: 1.6rem;
		line-height: 1.2em;
		margin-bottom: 0;
		position: relative;
		padding-left: 24px;
	}
	.post_title:before {
		font-family: FontAwesome;
		font-size: 110%;
		content: "\f016";
		color: #c7c5a0;
		padding-right: 8px;
		position: absolute;
		left: 0;
		top: 5px;
	}
	.post-item .left-image {
		float: left;
		width: 50px;
	}
	.post-item .left-image img {
		max-width: 50px;
		height: auto;
	}
	.post-item .right-content {
		margin-left: 65px;
	}
	.post-item .meta, .post-item .post-excerpt {
		display: none;
	}
	.page-template-template-blog .post-item .meta .meta-item,
	.archive .post-item .meta .meta-item {
		width: 100%;
	}
	.page-template-template-blog .post-item .meta span.divider,
	.archive .post-item .meta span.divider {
	    display: none;
	}
	.slides .testimonial {
		padding: 0;
	}
	.flex-direction-nav {
		display: none;
	}
	img.aligncenter {
		width: 100% !important;
	    max-width: 100% !important;
	    float: left;
	    width: auto;
	    margin-bottom: 20px;
	}
	.flexslider .slides img.slide-badge {
		max-width: 80px;
	}
	.slide-content h1 {
		font-size: 26px;
	}
	.process-text {
	    line-height: 1.4em;
	}
}
@media only screen and (max-width: 420px) {
	#container {
		padding: 20px;
	}
	header .inner-wrap {
		padding: 15px 10px;
	}
	#sidebar {
		margin-top: 15px;
	}
	.practice-box ul li.practice-areas-item {
		max-width: 100%;
		width: 100%;
	}
    #social {
		margin-bottom: 30px;
	}
	#footer-nav ul li a {
		font-size: 80%;
	}
    #footer-nav ul .menu-divider {
		padding: 0 8px 0 12px;
	}
}
@media only screen and (max-width: 400px) {
	img.size-full {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	#content {
	    margin-top: 112px;
	}
	.flexslider .slides img.slide-badge {
		top: 15px;
	}
	.slide .slide-content p {
		display: none;
	}
	.mobile-contact .inner-wrap .contact-item .label {
		display: none;
	}
	.page-title h1, .page-title h2 {
		font-size: 18px;
	}
	.slide-content h1 {
		font-size: 20px;
	}
}
