.video-wrapper .fl-video {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
}
.video-wrapper .wistia_embed {
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}
.video-wrapper [id*='.big_play_button_background'],
.video-wrapper [id*='.big_play_button_bottom_text'] {
	display:none;
}
.video-wrapper [id*='.big_play_button_graphic'] {
	top:50% !important;
	left:50% !important;
	height: 90% !important;
	width: 90% !important;
	max-height:240px;
	background: url('../img/video-center-play-button.png') center center/contain no-repeat !important;
	transform:translate(-50%, -50%);
}

.gold-line {
    list-style-type:none;
    padding-left: 40px;
}
.gold-line li {
    position:relative;
}
.gold-line li::before {
    content:"";
    position: absolute;
    width:35px;
    left:-45px;
    top:14px;
    display:block;
    border-bottom: 1px solid #ae854e;
}

.custom-blog-list {
    border-top:none;
    border-left:none;
    border-right:none;
    padding: 0;
    padding-bottom:30px;
}
.custom-blog-list .fl-post-meta {
    color: #ae854e;
    font-weight:800;
    letter-spacing: 4px;
    font-size:16px;
}
.custom-blog-list .fl-post-title {
    font-size: 40px;
    line-height:1.2;
    font-weight:400;
}
.custom-blog-list .fl-post-more-link {
    font-weight:800;
}
.custom-blog-list .fl-post-more-link a {
    position:relative;
}
.custom-blog-list .fl-post-more-link a::after {
    content:"";
    position:absolute;
    left:100%;
    margin-left:10px;
    width:50px;
    top:8px;
    display:block;
    border-bottom:1px solid #ae854e;
}

.custom-nav .fl-menu li {
    position:static;
}
.custom-nav .fl-menu li.fl-has-submenu .sub-menu {
    left:-20px !important;
    right:-20px !important;
    padding-left:5px;
    padding-right:5px;
    z-index:0;
}
.custom-nav .fl-menu li.fl-has-submenu .sub-menu::after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    background: linear-gradient(#0a2339, transparent);
    height:100vh;
    z-index:-1;
    pointer-events:none;
}
.custom-nav .fl-menu .sub-menu li {
    display:inline-block;
    width:24%;
    text-align:center;
    border-bottom:1px solid white !important;
}
.custom-nav .fl-menu .sub-menu li a {
    padding-top:5px;
    padding-bottom:5px;
}

.pa-choice,
.attorney-choice {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.pa-choice {
    margin-bottom: 25px;
}

.attorney-choice {
    margin-bottom: 0;
}

.pa-choice-left,
.attorney-choice-left {
    height: 62px;
    width: calc(100% - 70px);
    background-color: #fff;
    position: relative;
    border: 1px solid #acacac;
}

.pa-choice-left p,
.attorney-choice-left p {
    font-family: 'Montserrat', sans-serif;
    font-weight:900;
    font-size: 14px;
    color: #22303d;
    letter-spacing: 0.2em;
    padding-left: 30px;
    line-height: 62px;
    text-transform: uppercase;
}

.pa-choice-left ul,
.attorney-choice-left ul {
    display: none;
    position: absolute;
    top: 60px;
    left: -1px;
    width: calc(100% + 2px);
    background-color: #fff;
    z-index: 9;
    border: 1px solid #acacac;
    border-top: none;
}

.pa-choice-left ul li a,
.attorney-choice-left ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight:900;
    font-size: 14px;
    color: #22303d;
    letter-spacing: 0.2em;
    padding: 18px 0px 18px 30px;
    text-transform: uppercase;
    line-height: 16px;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    display: block;
}

.pa-choice-left ul li a:hover,
.attorney-choice-left ul li a:hover {
    color: #eb5f2d;
}

.pa-choice-button,
.attorney-choice-button {
    width: 70px;
    height: 62px;
    background-color: #eb5f2d;
    position: relative;
    cursor: pointer;
}

.pa-choice-button img,
.attorney-choice-button img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}