/**
 * Theme Name: Billy Skinner
 * Author: TWLA
 * Author URI:
 * Version: 1.0
**/


/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {margin: 0 1em 1em 0;}
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption.alignnone {margin: 0 1em 1em 0;}
.wp-caption.alignleft {float:left; margin:0 1em 1em 0}
.wp-caption.alignright {float:right; margin:0 0 1em 1em}

/* -----------------------------------------
   General fixes
----------------------------------------- */
#wpadminbar {
    opacity: 0.3;
    transition: 0.2s opacity linear;
    -webkit-transform: translateZ(0);
}
#wpadminbar:hover, 
#wpadminbar:focus{ opacity: 1; }
body {-webkit-font-smoothing: antialiased;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
input[type=button] {	
    -webkit-appearance: none;
    -moz-appearance:none;
}

/* Placeholder Styling */
::-webkit-input-placeholder { color: #A3A3A3; }
::-moz-placeholder { color: #A3A3A3; }
::-o-placeholder { color: #A3A3A3; }
:-ms-input-placeholder { color: #A3A3A3; }
input:-moz-placeholder { color: #A3A3A3; }

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea { /* STYLES GO THERE */ }
embed, iframe, object { max-width: 100%; }
.footer-menu .inline-list {
    margin: 0 auto;
}
.footer-menu .inline-list li {
    float:none;
    display: inline-block;
    margin-left: -3px;
}
.footer-menu .inline-list li:first-child {
    margin-left: 10px;
}
.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%;
}
span.wpcf7-not-valid-tip {
    display: none;
}
div.wpcf7-response-output {
    border: 2px solid #C0932E;
}
/* -----------------------------------------
   Typography
----------------------------------------- */
@font-face {
	font-family: 'sheergraceregular';
	src: url('fonts/SheerGrace_Regular.eot');
	src: local('☺'), url('fonts/SheerGrace_Regular.woff') format('woff'), url('fonts/SheerGrace_Regular.ttf') format('truetype'), url('fonts/SheerGrace_Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TrajanPro-Regular';
	src: url('fonts/TrajanPro-Regular.eot');
	src: local('☺'), url('fonts/TrajanPro-Regular.woff') format('woff'), url('fonts/TrajanPro-Regular.ttf') format('truetype'), url('fonts/TrajanPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
a:focus {outline:none;}
p:empty {display: none;}
body,h1,h2,h3,h4,h5,h6,p,a {font-family: 'Merriweather Sans', sans-serif;}
h1,h2,h3,h4,h5,h6{font-weight: 400;}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* -----------------------------------------
    Clearfix
----------------------------------------- */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block; 
    height: 0; 
    overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ------------------------------------
    Slider
------------------------------------- */
#home-slider .slider_caption {
   position: absolute;
   top:	40%;
   padding: 0 20px;
   width: 100%;
   text-align: center;
}
#home-slider .slider_caption p,
#home-slider .slider_caption h3 {
   color: #fff;
   text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
#home-slider .slider_caption p { margin-top: 50px; }

/* ------------------------------------
    Basic Styles
------------------------------------- */
.row {
    max-width: 1140px;
}
.row .row {
    margin-left: 0;
    margin-right: 0;
}
/* ------------------------------------
    Header Styles
------------------------------------- */
header .logo {
	margin-top:15px;
}
.header-main {
    border-top: 3px solid #2b5ba3;
    border-bottom: 1px solid #2b5ba3;
    background: #ebf0f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #ebf0f6 88%, #fbfcfe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(88%,#ebf0f6), color-stop(100%,#fbfcfe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ebf0f6 88%,#fbfcfe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ebf0f6 88%,#fbfcfe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ebf0f6 88%,#fbfcfe 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ebf0f6 88%,#fbfcfe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf0f6', endColorstr='#fbfcfe',GradientType=0 ); /* IE6-9 */
}

header.sticky  {
    top: -43px;
}
header .header-socials {
    height: 43px;
    background-color: #AB8228;
    transition: all 0.4s ease;
    padding-top: 7px;
    border-bottom: 1px solid #e5d0a3;
}
.social-list a {
    display: inline-block;
    margin-right: 2px;
}
.social-list a icon {
    font-size: 22px;
    color: #d7ba79;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    line-height: 26px;
    border: none;
}
.social-list a:hover icon {
    color: #D9A531;
}
.header-phone {
    padding-top: 18px;
    margin: 0;
    float: right;
}
.header-phone .phone-text {
    font-size: 13px;
    color: #be8f2a;
    text-transform: uppercase;
    font-weight: bold;
}
.header-phone icon {
    color: #3667ab;
    font-size: 22px;
}
.header-phone .phone-number {
    font-family: 'TrajanPro-Regular',serif;
    font-size: 17px;
    color: #1e335d;
    text-shadow: 1px 1px 1px rgba(255,255,255,.5);
    font-weight: 700;

}
.header-phone a {
    display: block;
    width: 270px;
    height: 33px;
    font-size: 13px;
    font-family: 'Merriweather Sans',sans-serif;
    text-align: center;
    line-height: 33px;
    background: #416aa8; /* Old browsers */
    background: -moz-linear-gradient(top,  #416aa8 0%, #164281 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#416aa8), color-stop(100%,#164281)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #416aa8 0%,#164281 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #416aa8 0%,#164281 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #416aa8 0%,#164281 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #416aa8 0%,#164281 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#416aa8', endColorstr='#164281',GradientType=0 ); /* IE6-9 */
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px -1px 1px rgba(0,0,0,.5);
    position: relative;
    background-repeat: repeat-x;
    letter-spacing: 1.5px;
    font-weight: bold;
}
.header-phone a i {
    position: absolute;
    top: 0px;
    right: 10px;
    line-height: 33px;
    color: #183874;
    text-shadow: 1px 1px 1px rgba(255,255,255,.5);
    font-size: 20px;
}
.header-phone a:hover i {
    color: #fff;
    text-shadow: none;
    font-size: 20px;
}
/* ------------------------------------
    Content Styles
------------------------------------- */
/*---------Sidebars----------*/
.sidebar-left .heading-widget h5,
.sidebar-right .heading-widget h5,
.heading-widget h5 a {
    margin: 0px;
    font-family: 'Rufina',serif;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
}
.heading-widget p,
.heading-widget p a {
    margin: 0px;
    font-family: 'Merriweather Sans',sans-serif;
    font-size: 11px;
    color: #20355f;
    text-transform: uppercase;
    font-weight: normal;
}
.heading-widget h5 {
    background: rgba(56,101,168,1);
    background: -moz-linear-gradient(top, rgba(56,101,168,1) 0%, rgba(56,101,168,1) 63%, rgba(49,86,141,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(56,101,168,1)), color-stop(63%, rgba(56,101,168,1)), color-stop(100%, rgba(49,86,141,1)));
    background: -webkit-linear-gradient(top, rgba(56,101,168,1) 0%, rgba(56,101,168,1) 63%, rgba(49,86,141,1) 100%);
    background: -o-linear-gradient(top, rgba(56,101,168,1) 0%, rgba(56,101,168,1) 63%, rgba(49,86,141,1) 100%);
    background: -ms-linear-gradient(top, rgba(56,101,168,1) 0%, rgba(56,101,168,1) 63%, rgba(49,86,141,1) 100%);
    background: linear-gradient(to bottom, rgba(56,101,168,1) 0%, rgba(56,101,168,1) 63%, rgba(49,86,141,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3865a8', endColorstr='#31568d', GradientType=0 );
    padding-top: 13px;
    padding-left: 20px;
}
.heading-widget p {
    background: rgba(167,113,25,1);
    background: -moz-linear-gradient(left, rgba(167,113,25,1) 0%, rgba(204,166,70,1) 28%, rgba(204,166,70,1) 50%, rgba(204,166,70,1) 74%, rgba(167,113,25,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(167,113,25,1)), color-stop(28%, rgba(204,166,70,1)), color-stop(50%, rgba(204,166,70,1)), color-stop(74%, rgba(204,166,70,1)), color-stop(100%, rgba(167,113,25,1)));
    background: -webkit-linear-gradient(left, rgba(167,113,25,1) 0%, rgba(204,166,70,1) 28%, rgba(204,166,70,1) 50%, rgba(204,166,70,1) 74%, rgba(167,113,25,1) 100%);
    background: -o-linear-gradient(left, rgba(167,113,25,1) 0%, rgba(204,166,70,1) 28%, rgba(204,166,70,1) 50%, rgba(204,166,70,1) 74%, rgba(167,113,25,1) 100%);
    background: -ms-linear-gradient(left, rgba(167,113,25,1) 0%, rgba(204,166,70,1) 28%, rgba(204,166,70,1) 50%, rgba(204,166,70,1) 74%, rgba(167,113,25,1) 100%);
    background: linear-gradient(to right, rgba(167,113,25,1) 0%, rgba(204,166,70,1) 28%, rgba(204,166,70,1) 50%, rgba(204,166,70,1) 74%, rgba(167,113,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a77119', endColorstr='#a77119', GradientType=1 );
    padding-top: 10px;
    padding-left: 20px;
    line-height: .9;
}
.widget_sp_image {
    margin: 10px 0;
}
.widget_sp_image a img {
    opacity: 1;
}
.widget_sp_image a:hover img {
    opacity: 0.7 !important;
}
.sidebar-right .wpcf7 input,
.sidebar-right .wpcf7 textarea {
    padding: 0px 0px 0px 10px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
    background-color: #dfe6f1;
    border: none;
    outline: none;
    box-shadow: inset 3px 3px 2px #c3cddc;
    color: #20355f;
    font-family: 'Merriweather Sans',sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
.sidebar-right .wpcf7 {

}
.sidebar-right .wpcf7 input {
    height: 30px;
}
.sidebar-right .wpcf7 textarea {
    resize: none;
    height: 74px;
}
.sidebar-right .inputs-wrap {
    padding: 23px 20px 0px 20px;
}
.sidebar-right .wpcf7 button {
    width: 100%;
    height: 42px;
    background: url('images/Contact-Submit.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.sidebar-menu ul {
    margin: 0;
}
.sidebar-menu ul li.menu-item {
    list-style: none;
    margin: 1px 0px;
    padding: 4px 0px;
    box-shadow: inset 0px 0px 5px #bec9da;
}
.sidebar-menu ul li.menu-item a {
    padding: 5px 0px 5px 35px;
    display: block;
    font-family: 'Merriweather Sans',sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    background: rgba(25,45,82,1);
    background: -moz-linear-gradient(left, rgba(25,45,82,1) 0%, rgba(65,102,157,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(25,45,82,1)), color-stop(100%, rgba(65,102,157,1)));
    background: -webkit-linear-gradient(left, rgba(25,45,82,1) 0%, rgba(65,102,157,1) 100%);
    background: -o-linear-gradient(left, rgba(25,45,82,1) 0%, rgba(65,102,157,1) 100%);
    background: -ms-linear-gradient(left, rgba(25,45,82,1) 0%, rgba(65,102,157,1) 100%);
    background: linear-gradient(to right, rgba(25,45,82,1) 0%, rgba(65,102,157,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#192d52', endColorstr='#41669d', GradientType=1 );
}
.sidebar-menu ul li.menu-item a:hover {
    color: #cca545;
}
.home .sidebar-menu ul li.menu-item:not(:last-child) a:before {
    content: "\ea36";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
    color: #cca545;
}
.sidebar-menu ul li.menu-item a:before {
    content: "\f105";
    font: normal normal normal 16px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
    color: #cca545;
    position: absolute;
    top: 6px;
    left: 25px;
}
.srp-widget-container {
    margin-right: 20px;
}
.srp-widget-singlepost {
    display: block;
    position: relative;
    font-family: 'Merriweather Sans',sans-serif;
    text-decoration: none;
    border-right: solid 1px #d3dae7;
    box-shadow: inset 0px 0px 20px #d0d4da;
    min-height: 71px;
    margin: 20px 0px;
    padding-bottom: 0;
}
.srp-widget-singlepost .srp-post-title {
    display: block;
    position: relative;
    left: 80px;
    font-size: 11px;
    line-height: 16px;
    width: 150px;
    padding: 10px 0px;
}
.srp-widget-singlepost .srp-post-title a {
    color: #286BCE;
}
.srp-widget-singlepost .srp-post-content {
    font-size: 0;
}
.home .srp-widget-singlepost .srp-post-content {
    display: none;
}
.srp-widget-singlepost .srp-post-content a {
    position: relative;
    left: 80px;
    line-height: 16px;
    font-size: 11px;
    color: #c1932f;
    margin: 0;
}
.srp-widget-singlepost .srp-post-content a:hover {
    text-decoration: underline;
}
.srp-widget-singlepost .srp-post-date {
display: block;
position: absolute;
top: 10px;
left: 20px;
width: 50px;
line-height: 31px;
text-align: center;
font-size: 22px;
color: #192c53;
background-color: #c49836;
overflow: hidden;
border-bottom: solid 4px #d9b354;
box-shadow: 0px 3px 5px #b2c0d6;
overflow: hidden;
text-transform: uppercase;
}
.srp-widget-singlepost .srp-post-date strong {
    display: block;
    font-weight: normal;
    color: #fff;
    background-color: #192c53;
    line-height: 36px;
    font-size: 14px;
}
.sidebar-left .ctas {
    height: auto;
    background: none;
    margin-top: 60px;
}
.sidebar-left .ctas ul {
    padding: 0;
}
.sidebar-left .ctas ul li {
    height: 185px;
    margin-right: 0;
    position: relative;
    overflow: hidden;
}
.sidebar-left .ctas ul span.divider-li {
    display: block;
    width: 80%;
    margin: 17px auto;
    height: 3px;
    background: #d7dadf;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 22px 10px rgba(244,248,251,1);
    -moz-box-shadow: 0px 0px 22px 10px rgba(244,248,251,1);
    box-shadow: 0px 0px 22px 10px rgba(244,248,251,1);
}
.sidebar-left .ctas ul li a {
    padding: 0px 20px 0px;
}
.sidebar-left .ctas ul li a p {
    font-family: 'Merriweather Sans',sans-serif;
    font-size: 12px;
    color: #6b83a5;
    line-height: 20px;
    padding-top: 50px;
    margin: 0px;
}
.sidebar-right #RecentVictories {
    height: auto;
    padding-bottom: 50px;
    margin-top: 30px;
}
.sidebar-right .victories-content ul li a p {
    width: auto;
}
.sidebar-right .victories-heading h2 {
    text-align: left;
    padding: 25px 0px 0px 20px;
}
.sidebar-right .victories-heading:after {
    position: static;
    width: 80%;
    height: 3px;
    margin: 15px auto;
}
.sidebar-right .victories-controls {
    position: relative;
    width: 80px;
    bottom: 40px;
    left: 50%;
    margin-left: -40px;
}
.sidebar-right .victories-controls .left {
    bottom: 0;
    left: 0;
}
.sidebar-right .victories-controls .right {
    bottom: 0;
    right: 0;
}
.sidebar-right .victories-controls:before {
    left: 50%;
}
.sidebar-left .simple-menu {
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 0 10px 0px 0px;
    margin-left: 15px;
}
.sidebar-left .simple-menu h5 {
    color: #c1932f;
    font-size: 15px;
    font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0px;
    padding: 3px;
    font-size: 14px;
}
.sidebar-left .simple-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 11px;
}
.sidebar-left .simple-menu ul li {
    line-height: 16px;
    margin: 0px 0px 0px 4px;
    padding: 5px 10px 5px 5px;
}
.sidebar-left .simple-menu ul li a {
    color: #0052C9;
    text-decoration: none;
}
.sidebar-left .simple-menu ul li a:hover {
    text-decoration: underline;
    color: #c1932f;
}
.sidebar-left .simple-menu ul li:before {
    content: "\f105";
    font: normal normal normal 16px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
    color: #cca545;
}
.sidebar-left .sidebar-menu + .heading-widget {
    margin-top: 30px;
}
/*--------Main Content-------*/
.content-section {
    padding-top: 15px;
    background-image: url(images/Main-BG.jpg);
    background-repeat: repeat-x;
    background-color: #7babe1;
    min-height: 600px;
}
.content-overlay {
    background-color: #e2e8f2;
    box-shadow: inset 0px 0px 3px rgba(0,0,0,.5);
}
.row.main-content-overlay {
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,.5);
    padding: 20px 0px;
    margin-left: 20px;
    margin-right: 20px;
}
.content-col {
    padding: 10px 20px;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,.2);
    font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
    color: #4c5f79;
    font-size: 11px;
    line-height: 22px;
}
.affiliations {
    padding: 20px 0px 15px 0px;
    text-align: center;
}
/*------Main Content-----*/
.content-col h1 {
    margin-top: 20px;
    color: #3865a8;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Rufina', Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.content-col h2, .content-col h3 {
    color: #c1932f;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.content-col ul, .content-col ol  {
    padding-left: 40px;
}
.content-col ul,
.content-col ol,
.content-col p {
    font-size: 11px;
    line-height: 22px;
}
.content-col a {
    color: #0052C9;
    text-decoration: none;
}
.content-col a:hover {
    color: #c1932f;
    text-decoration: underline;
}
.grey-list {
    vertical-align: top;
    float: right;
    width: 300px;
    background-color: #E4E4E4;
    margin: 5px 0px 0px 10px;
    padding: 8px 10px;
}
.grey-list ul {
    margin-top: 15px;
    margin-bottom: 15px;
}
.grey-list strong,
.grey-list p {
    color: #6A85A6;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
/*----------Home-------------*/
.ctas.columns {
    height: 190px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 20;
    padding-left: 0;
    padding-right: 0;
}
.ctas-overlay {
    background: url('images/CTA-BG-right.png') 0 0 no-repeat,
        url('images/CTA-BG-left.png') 100% 0 no-repeat;
}
.ctas ul.row {
    list-style: none;
    margin: 0px;
    margin-left: 20px;
    margin-right: 20px;
    background: #fff;
    -webkit-box-shadow: inset 0px 13px 19px 4px rgba(244,248,251,1);
    -moz-box-shadow: inset 0px 13px 19px 4px rgba(244,248,251,1);
    box-shadow: inset 0px 13px 19px 4px rgba(244,248,251,1);
}
.ctas ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 190px;
    //overflow: hidden;
    -webkit-transition: height .4s ease-in;
    -moz-transition: height .4s ease-in;
    -ms-transition: height .4s ease-in;
    -o-transition: height .4s ease-in;
    transition: height .4s ease-in;
    position: relative;
}
.ctas-overlay ul li:after {
    content: '';
    display: block;
    width: 3px;
    height: 80%;
    background: #d7dadf;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 22px 10px rgba(244,248,251,1);
    -moz-box-shadow: 0px 0px 22px 10px rgba(244,248,251,1);
    box-shadow: 0px 0px 22px 10px rgba(244,248,251,1);
    position: absolute;
    top: 20px;
    right: 0;
}
.ctas-overlay ul li:last-child:after {
    content: none;
}
.ctas ul li a {
    display: block;
    height: 190px;
    padding: 0px 20px;
    text-decoration: none;
    text-align: center;
    padding-top: 55px;
    -webkit-transition: padding-top .4s ease-in;
    -moz-transition: padding-top .4s ease-in;
    -ms-transition: padding-top .4s ease-in;
    -o-transition: padding-top .4s ease-in;
    transition: padding-top .4s ease-in;
    overflow: hidden;
}

.ctas ul li a h2 {
    font-family: 'Rufina',serif;
    font-size: 23px;
    color: #be8f2a;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
.ctas ul li a h2 span {
    font-size: 20px;
    color: #1e335d;
}
.ctas ul li a p {
    font-family: 'Merriweather Sans',sans-serif;
    font-size: 12px;
    color: #6b83a5;
    line-height: 20px;
    padding-top: 50px;
    margin: 0px;
    -webkit-transition: padding-top .4s ease-in;
    -moz-transition: padding-top .4s ease-in;
    -ms-transition: padding-top .4s ease-in;
    -o-transition: padding-top .4s ease-in;
    transition: padding-top .4s ease-in;
}
.victories-heading h2 {
    font-family: 'sheergraceregular';
    font-weight: normal;
    font-size: 60px;
    color: #1e335d;
    margin: 0px;
    padding: 25px 0px 0px 0px;
    text-shadow: 1px 1px 1px rgba(255,255,255,.4);
    line-height: 26px;
    text-align: center;
}
.victories-heading h2 span {
    font-family: 'Rufina';
    font-weight: normal;
    font-size: 32px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    text-shadow: 0px -1px 1px rgba(0,0,0,.3);
}
.victories-heading {
    position: relative;
}
.victories-heading:after,
.victories-controls:before {
    content: '';
    width: 3px;
    height: 60px;
    display: block;
    background: #9c7d3a;
    border: 1px solid #c9a350;
    position: absolute;
    -webkit-box-shadow: 0px 0px 18px 5px #b68924;
    -moz-box-shadow: 0px 0px 18px 5px #b68924;
    box-shadow: 0px 0px 18px 5px #b68924;
}
.victories-heading:after {
    top: 22px;
    right: 0;
}
.victories-controls:before {
    top: 22px;
    left: 30px;
}
#RecentVictories {
    background-color: #C0932E;
    border-top: 3px solid #7598ce;
    position: relative;
    margin-top: 20px;
    height: auto;
}
#RecentVictories:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background: #152549; /* Old browsers */
    background: -moz-linear-gradient(left,  #152549 0%, #608bc0 50%, #152549 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#152549), color-stop(50%,#608bc0), color-stop(100%,#152549)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #152549 0%,#608bc0 50%,#152549 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #152549 0%,#608bc0 50%,#152549 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #152549 0%,#608bc0 50%,#152549 100%); /* IE10+ */
    background: linear-gradient(to right,  #152549 0%,#608bc0 50%,#152549 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152549', endColorstr='#152549',GradientType=1 ); /* IE6-9 */
    position: absolute;
    top: -11px;
    left: 0;
}
.victories-content ul {
    list-style-type: none;
}
.victories-content ul li {
    padding-left: 5px;
}
.victories-content ul li a h2 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    color: #152549;
    font-family: 'Merriweather Sans',sans-serif;
}
.victories-content ul li a p {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    width: 500px;
    display: block;
    font-weight: normal;
}
.victories-content ul li a p strong {
    font-weight: normal;
}
.victories-content ul li a h2 span {
    color: #3e6ba9;
}
.victories-controls {
    position: relative;
}
.victories-controls .left {
    position: absolute;
    top: 22px;
    left: -10px;
    cursor: pointer;
    width: 39px;
    height: 60px;
}
.victories-controls .right {
    position: absolute;
    top: 22px;
    right: 20px;
    cursor: pointer;
    width: 39px;
    height: 60px;
}
.victories-row {
    background-color: #fff;
}
.single-case span {
    display: block;
    padding: 5px 10px;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,.2);
    font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
    color: #194683;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden; 
    padding: 5px; 
    text-overflow: ellipsis;
}
.single-case span:hover {
    white-space: normal;
}
.attourney-row + .attourney-row {
    margin-top: 10px;
}
.attourney-img-col {
    text-align: center;
}
.attourney-text-col:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.single-attourney-li {
    display: inline-block;
    vertical-align: middle;
}
.at-social-button {
    display: inline-block;
    width: 47px;
    height: 47px;
}
.at-social-button.avvo {
    background: url(images/Avvo.png) no-repeat;
}
.at-social-button.avvo:hover {
    background: url(images/Avvo2.png) no-repeat;
}
.at-social-button.googleplus {
    background: url(images/Gp.png) no-repeat;
}
.at-social-button.googleplus:hover {
    background: url(images/Gp2.png) no-repeat;
}
.at-social-button.linked {
    background: url(images/li.png) no-repeat;
}
.at-social-button.linked:hover {
    background: url(images/li2.png) no-repeat;
}
.at-social-button.twitter {
    background: url(images/Twitter.png) no-repeat;
}
.at-social-button.twitter:hover {
    background: url(images/Twitter2.png) no-repeat;
}
.video-item {
    margin: 7px;
    max-width: 316px;
    background-color: #f2f2f2;
    padding: 6px 3px;
    border: solid 1px #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
}
.video-item img {
    width: 100px;
    margin-right: 5px;
    height: 77px;
}
.video-caption {
    color: #666;
    margin-top: 12px;
    padding-bottom: 5px;
    border-bottom: dotted 1px #CCCCCC;
    margin-bottom: 4px;
}
.vc-title, .bp-navigation {
    padding: 0px 6px;
    border: solid 1px #CCCCCC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 20px;
}
.vc-title .fb-like, .bp-navigation .fb-like {
    position: absolute;
    top: 18px;
    right: 5px;
}
.bp-navigation .fb-like {
    position: absolute;
    top: 8px;
    right: 5px;
}
.bp-navigation a {
    line-height: 40px;
}
.bread {
    margin-bottom: 8px;
}
.reviews h1 {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.reviews .rewievinfo {
    display: inline-block;
    padding-left: 150px;
}
div.clientreviews div.excerpt {
    margin: 15px 0px;
}
.clientreviews .excerpt .title {
    font-size: 17px;
    margin-left: 16px;
}
.clientreviews .excerpt .title.title-float {
    float: left;
}
.clientreviews .excerpt .va-testimonials {
    text-align: right;
}
.clientreviews .reviewinfo {
    font-size: 12px;
}
span.textlight {
    color: #888888;
}
div.clientreviews div.clientrating {
    font-size: 16px;
    margin-top: 15px;
}
.clientrating .textlight {
    padding-left: 100px;
}
div.reviews div.divider {
    margin: 10px 0px;
    border-top: solid 1px #cccccc;
    clear: both;
}
.testimonial-form {
    background: #f2f2f2;
    padding: 20px;
    border: solid 1px #ccc;
}
.testimonial-form .review-send {
    float: right;
    margin-left: 4px;
    margin-top: 50px;
    padding: 7px;
    border: solid 1px #999;
    font-weight: bold;
    background-color: #ddd;
    color: #505050;
    -mox-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}
.testimonial-form .review-send:hover {
    text-decoration: underline;
}
.testimonial-form {
    display: none;
}
.topimage-row {
    position: relative;
}
.topimage-row h2 {
    position: absolute;
    font-family: 'Rufina', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-transform: none;
    z-index: 10;
    bottom: 30px;
    left: 0;
    padding-left:40px;
    width:100%	
}
.single-video .addthis_sharing_toolbox {
    margin-top: 20px;
}
.page-template-testimonials .social.addthis_toolbox, 
.single-testimonial .social.addthis_toolbox {
    display: inline-block;
}
.page-template-testimonials .social.addthis_toolbox a, 
.single-testimonial .social.addthis_toolbox a {
    font-size: 22px;
    line-height: 22px;
    text-decoration: none;
}
h2.bp-title {
    border: solid 1px #dddddd;
    border-bottom: none;
    line-height: 50px;
    padding: 2px 8px;
    margin-bottom: 20px;
}
.continue-button {
    display: block;
}
.post-buttons-block {
    text-align: right;

}
.post-buttons-block > div {
    vertical-align: middle;
}
article.post{
    border: solid 1px #CCCCCC;
    padding: 5px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 25px;
}
article.post .divider {
    margin: 7px 0px;
    border-top: dotted 1px #CCCCCC;
    clear: both;
}
.blog article.post p {
    margin-bottom: 0;
}
h6.byline {
        font-size: 11px;
        color: #999;
}
.bp-cat {
    border: dotted 1px #ccc;
    padding: 5px;
    background-color: #f2f2f2;
    clear: both;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
footer {
    background: url('images/footerbg.jpg');
    background-size: cover;
    height: 1200px;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.footer-spoiler {
    margin: 0px;
    padding: 20px 0px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 1px rgba(0,0,0,.5);
    letter-spacing: 26px;
    font-size: 14px;
}
.footer-row {
    background: rgba(255,255,255, .85);
    border-bottom: solid 10px #c1932f;
}
.footer-top {
    padding-top: 20px;
}
.footer-menu {
    padding-top: 10px;
}
.footer-social {
    padding-top: 20px;
}
.footer-social .social-list {
    float: right;
}
.footer-menu ul li a {
    display: block;
    padding: 0px 20px;
    text-decoration: none;
    color: #507cbe;
    font-family: 'Merriweather Sans',sans-serif;
    font-size: 12px;
    line-height: 50px;
}
.footer-menu ul li a:hover {
    text-decoration: underline;
}
.footer-bottom {
    padding: 20px 0 40px 0;
}
.footer-contact {
    margin-bottom: 40px;
}
.footer-bottom p {
    font-size: 12px;
    line-height: 20px;
    color: #507cbe;
}
.footer-bottom p a {
    color: #c1932f;
}
.footer-testimonial {
    padding: 0 16px;
    text-align: center;
    border-left: solid 1px #d3dae7;
    border-right: solid 1px #d3dae7;
}
.footer-testimonial h2 {
    margin: 0px;
    font-family: 'Rufina';
    font-size: 24px;
    color: #b08321;
    text-transform: uppercase;
}
.footer-testimonial span {
    display: block;
    font-size: 14px;
    color: #164181;
    line-height: 28px;
    font-weight: bold;
}
.footer-testimonial p {
    font-family: 'Rufina';
    font-size: 15px;
    color: #507cbe;
    line-height: 30px;
}
p.disclaimer {
    padding: 0px 0px 0px 20px;
    font-size: 10px;
    line-height: 20px;
}