
* {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Arial', sans-serif;
}
body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Arial', sans-serif;
    background: #000;
    overflow-x: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

img {
    max-width: 100%;
    height: auto;
}

.site-container {
	max-width: 1300px;
	margin: auto;
	display: block;
    padding: 0 15px;
}
.container1200 {
    max-width: 1200px;
    margin: auto;
    display: block;
}
.container1100 {
    max-width: 1100px;
    margin: auto;
    display: block;
}
.container1000 {
    max-width: 1000px;
    margin: auto;
    display: block;
}
.container800 {
    max-width: 800px;
    margin: auto;
    display: block;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.half-video,
.video-half {
    width: 50%;
    display: inline-block;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
}
.video-half.video-right {
    float: right;
    margin-left: 15px;
    padding-left: 15px;
    margin-right: 0;
    padding-right: 0;
}

.half-img,
.img-half,
.half-image,
.image-half {
    width: 50%;
    display: inline-block;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
}

.half-img img,
.img-half img,
.half-image img,
.image-half img {
    width: 100%;
    height: auto;
}


.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.center{
	text-align: center;
}	
.align-center {
    text-align: center;
}		
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}


h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
}
h1 {
    font-size: 50px;
    margin: 50px 0;
    text-align: center;
}
h2 {
    font-size: 35px;
    margin: 25px 0;
    text-align: center;
}
h3 {
    font-size: 30px;
    margin: 20px 0;
}
h2.h2-small {
    font-size: 28px;
}

a {
    color: #00873a;
}

p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #fff;
}
li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 5px;
    color: #fff;
}
table td {
    font-size: 17px;
}
ul.two {
    display: inline-block;
    width: 100%;
}
ul.two li{
	width: 50%;
	float: left;
	padding-right: 20px;
}
ul.three {
    display: inline-block;
    width: 100%;
}
ul.three li{
	width: 33%;
	float: left;
	padding-right: 20px;
}
ul.four {
    display: inline-block;
    width: 100%;
}
ul.four li{
	width: 25%;
	float: left;
	padding-right: 20px;
}
ol.flow,
ul.flow {
    display: flow-root;
    width: auto;
}



.buttons-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.buttons-center a {
    display: inline-block;
    margin: 0 10px 10px;
    color: #fff;
    background: #00873a;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 2px solid #00873a;
    border-radius: 4px;
    cursor: pointer;
}
.buttons-center a:hover {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    outline: 0;
}
.buttons-center a:after {
    content: '\203A';
    font-size: 30px;
    line-height: 0.5;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    font-weight: 500;
    display: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.buttons-center a:hover:after {
    display: inline-block;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.default-button {
    display: inline-block;
    margin: 10px;
    font-size: 18px;
    color: #fff;
    background-color: #00873a;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 2px solid #00873a;
    border-radius: 4px;
    cursor: pointer;
}
.default-button:hover {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    outline: 0;
}
.default-button:after {
    content: '\203A';
    font-size: 30px;
    line-height: 0.5;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    font-weight: 500;
    display: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.default-button:hover:after {
    display: inline-block;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}


header {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 15px 0;
    background: #000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
header .nav {
    display: inline-block;
    width: 100%;
}
header .icon-menu {
    display: inline-block;
    float: right;
    cursor: pointer;
    margin-left: 30px;
}
header .icon-menu i {
    color: #fff;
    font-size: 40px;
}
header .icon-menu span {
    display: block;
    color: #fff;
    margin: 0;
    line-height: 1;
    font-size: 12px;
}

header .logo {
    display: inline-block;
    float: left;
}
header .logo img {
    max-width: 250px;
    display: block;
}

header .header-right {
    display: inline-block;
    float: right;
    margin-top: 20px;
}
header .header-right .contact {
    display: inline-block;
    margin-left: 20px;
}
header .header-right .contact a {
    margin: 0;
}
header .header-right .contact a:hover {
    background-color: #026a2f;
    border: 2px solid #026a2f;
    color: #000;
}
header .header-right .contact a:after {
    content: '';
    margin-left: 0;
}

header .phone {
    display: inline-block;
}
header .phone a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
header .phone a:hover {
    text-decoration: none;
    color: #00873a;
}

header .main-menu {
    display: none;
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #00873a;
    width: 300px;
    z-index: 9999;
    overflow: auto;
}
header .main-menu ul {
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 15px;
}
header .main-menu li {
    display: block;
    list-style: none;
    color: #fff;
    position: relative;
    transition: all .35s ease;
    float: none;
    height: auto;
    padding: 0;
    margin-bottom: 10px;
}
header .main-menu li a {
    padding: 5px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
header .main-menu li:hover a {
    color: #d4af37;
    text-decoration: none;
}
header .main-menu li a i {
    margin-left: 3px;
    font-size: 14px;
}
header .main-menu li ul {
    text-align: left;
    display: block;
}
header .main-menu li ul li {
    display: block;
    float: none;
    height: auto;
}
header .main-menu .close-menu {
    display: inline-block;
}
header .main-menu .close-menu i {
    color: #fff;
    padding: 10px;
    cursor: pointer;
    opacity: 0.7;
    font-size: 15px;
    font-weight: 700;
}
header .main-menu .close-menu i:hover {
    opacity: 1;
}
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 80%);
    z-index: 999;
    display: none;
}


.home-hero {
    /*background: url(../images/hp-hero-img.jpg) top center no-repeat;*/
    background: url(../images/hp-oz-team-img-30.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 0;
    float: left;
    display: inline-block;
    width: 100%;
}
.home-hero .text {
    max-width: 800px;
    margin: auto;
    display: block;
    padding-top: 200px;
}
.home-hero h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 60px;
    text-shadow: 0em 0.08em 0em #000000;
}
.home-hero p {
    color: #fff;
}

.highlight li,
.highlight p {
    color: #666;
    text-align: left;
}
.logos-section .case-highlight {
    margin-bottom: 10px;
}

.logos-section {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background: #000;
}
.logos-section h2 {
    color: #fff;
}
.logos-section .items {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.logos-section .item {
    display: inline-block;
    margin: 20px;
}
.logos-section .item img {
    width: auto;
    max-width: 250px;
    height: auto;
    max-height: 140px;
}


.gradient-bg {
    background-image: radial-gradient(circle at center,#666666 21%,#000000 73%)!important;
    background-position: center;
}

.default-section {
    padding: 30px 0;
    display: inline-block;
    width: 100%;
}

hr.hr-center {
    width: 150px;
    margin: 30px auto;
    display: block;
    border-color: #d4af37;
}
hr.hr-white {
    border-color: #fff;
    background: #fff;
    height: 2px;
}
hr.hr-black {
    border-color: #000;
    background: #000;
    height: 2px;
}
hr.hr-green {
    border-color: #00873a;
    background: #00873a;
    height: 2px;
}
hr.hr-left {
    width: 150px;
    margin: 25px 0;
}
hr.hr-center {
    width: 150px;
    margin: 25px auto;
}
.relative {
    position: relative;
}
.video-border10 {
    border: 10px solid #fff;
}

.border10 {
    border: 10px solid #fff;
}
.border5 {
    border: 5px solid #fff;
}
.border10-blur {
    border: 10px solid #fff;
    box-shadow: 0px 2px 10px 0px #000000;
}
.border5-blur {
    border: 5px solid #fff;
    box-shadow: 0px 2px 5px 0px #000000;
}

.image-fade {
    box-shadow: 0px 2px 18px 0px #000000;
}

.bold {
    font-weight: bold;
}
.left-align {
    text-align: left;
}
.right-align {
    text-align: right;
}
.center-align {
    text-align: center;
}
.green {
    color: #00873a;
}

.corner-right-bottom .corner-yellow {
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: 20px solid #d4af37;
    border-bottom: 20px solid #d4af37;
    top: 30px;
    left: 30px;
}
.corner-left-bottom .corner-yellow {
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 20px solid #d4af37;
    border-bottom: 20px solid #d4af37;
    top: 30px;
    right: 30px;
}


.small-image-slider .carousel {
    min-height: 300px;
}
.small-image-slider .item {
    text-align: center;
}
.small-image-slider .item img {
    display: block;
    margin: auto;
    max-height: 300px;
}


.half-bg-section {
    color: #000;
    background-size: cover;
}
.half-bg-section .bg-white {
    background: rgb(255 255 255 / 85%);
    padding: 30px 50px;
}
.half-bg-section .text {
    max-width: 500px;
}
.half-bg-section p {
    color: #000;
}
.half-bg-section p.big {
    font-size: 22px;
}
.half-bg-section h2 {
    color: #000;
    text-align: left;
}

.bg-section-john {
/*    background: url(../images/WBP3656-1.jpg) top center no-repeat;*/
    background: url(../images/john-profile-page-bg.jpg) top left no-repeat;
    background-size: cover;
}
.bg-section-grant {
/*    background: url(../images/WBP3732-e1563404184330.jpg) top center no-repeat;*/
    background: url(../images/grant-profile-page-bg.jpg) top left no-repeat;
    background-size: cover;
}
.bg-section-joel {
    background: url(../images/joel-profile-page-bg.jpg) top left no-repeat;
    background-size: cover;
}


.col-4-links {

}
.col-4-links h4 {
    color: #d4af37;
}
.col-4-links ul {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}
.col-4-links ul li {
    list-style: none;
}
.col-4-links ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}


.brien-zender-cta {
    background: url(../images/WBP3678-black.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    padding: 80px 0;
}
.brien-zender-cta .text {
    max-width: 1000px;
    margin: auto;
}
.brien-zender-cta h4 {
    letter-spacing: 2px;
    font-size: 22px;
}
.brien-zender-cta h2 {
    font-size: 40px;
}
.brien-zender-cta hr {
    margin: 30px auto;
}
.brien-zender-cta p.big {
    font-size: 22px;
    margin: 30px 0;
}


footer {
    text-align: center;
    padding: 30px 0;
}
footer .infos p a {
    color: #00873a;
}
footer .infos p a:hover {
    color: #fff;
}
footer .small-logos {
    display: inline-block;
    width: 100%;
    text-align: center;
}
footer .small-logos .item {
    display: inline-block;
    margin: 20px;
}
footer .small-logos .item img {
    max-width: 150px;
    max-height: 100px;
}
footer .social-icons .icon {
    display: inline-block;
    margin: 15px;
}
footer .social-icons .icon a {
    color: #00873a;
    font-size: 22px;
}
footer .social-icons .icon a:hover {
    color: #fff;
}
footer .links {
    margin: 10px 0;
}
footer .links a {
    display: inline-block;
    margin: 10px;
}
footer .links a:hover {
    color: #fff;
}
footer .copyright {
    font-size: 16px;
    margin-bottom: 0;
}



.default-content {
    min-height: 500px;
    padding-top: 5px;
    padding-bottom: 100px;
    background-color: #fff;
}
.default-content * {
    color: #666;
}
.default-content a {
    color: #00873a;
}
.default-content .buttons-center a,
.default-content .default-button {
    color: #fff;
}
.default-content h1,
.default-content h2,
.default-content h3 {
    color: #333;
    font-weight: 500;
}


.white-section {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 30px 0;
}
.white-section span,
.white-section p,
.white-section li {
    color: #666;
}
.white-section p.green {
    color: #00873a;
}
.white-section h1,
.white-section h2,
.white-section h3,
.white-section h4 {
    color: #333;
    font-weight: 500;
}

.black-section {
    display: inline-block;
    width: 100%;
    background: #000;
    padding: 30px 0;
}
.black-section a {
    color: #7cda24;
}
.black-section span,
.black-section p,
.black-section li {
    color: #fff;
}
.black-section h1,
.black-section h2,
.black-section h3  {
    color: #fff;
}




/*sitemap page*/
.sitemap-section {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.sitemap-section .title {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.sitemap-section .title h4 {
    font-size: 25px;
    font-weight: 400;
    margin: 20px 0;
}
.sitemap-section .links {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.sitemap-section .links a {
    font-size: 17px;
    display: inline-block;
    width: 31.33%;
    margin: 1%;
    margin-bottom: 15px;
    float: left;
}
.sitemap-section .links a:hover {
    color: #00873a;
}
.sitemap-section .blog-links a {
    width: 48%;
}


/*error page*/

.search-wrap form {
    display: inline-block;
    width: 500px;
    max-width: 100%;
}
.search-wrap form input {
    width: calc(100% - 100px);
    float: left;
    border: 1px solid #00873a;
    border-radius: 0;
    font-size: 18px;
    color: #000;
    padding: 10px;
    height: 45px;
}
.search-wrap form button {
    width: 100px;
    background: #00873a;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    height: 45px;
}
.search-wrap form button:hover {
    background: #d4af37;
}




/*blog page*/
.blog-content {
    padding-top: 30px;
    padding-bottom: 100px;
}
.blogs-list .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    /*justify-content: center;*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.blogs-list .post {
    margin-bottom: 30px;
    text-align: center;
}
.blogs-list .post .wrap-article {
    border: 1px solid #00873a;
    background: #fff;
}
.blogs-list .post .image {
    overflow: hidden;
}
.blogs-list .post img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blogs-list .post:hover img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}
.blogs-list .post .title {
    /*color: #00873a;*/
    color: #000;
    font-size: 20px;
    line-height: 1.5;
    min-height: 90px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    margin: 5px;
}
.blogs-list .post:hover a {
    text-decoration: none;
}
.blogs-list .post:hover .title {
    color: #00873a;
}

.blog-article .infos {
    margin-bottom: 30px;
}
.blog-article .infos p {
    font-size: 16px;
    text-align: center;
    margin: 0;
    font-style: italic;
}
.blog-article .blog-img {
    width: auto;
    width: 50%;
    display: inline-block;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}
.blog-article .blog-img img {
    width: auto;
    height: auto;
}
.blog-article {
    font-size: 18px;
    line-height: 1.7;
}

.page-navigation {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.page-navigation a {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #00873a;
    margin: 10px; 
}
.page-navigation a.active {
    border: 2px solid;
    width: 30px;
    height: 30px;
}
.page-navigation a.arrow-right {
    float: right;
    margin-right: 0;
}
.page-navigation a.arrow-left {
    float: left;
    margin-left: 0;
}


/*news page*/

.new-content {
    padding-top: 30px;
    padding-bottom: 100px;
}
.news-list .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.news-list .item {
    margin-bottom: 50px;
    text-align: center;
    border-right: 1px solid #00873a;
}
.news-list .item:nth-child(4n) {
    border: 0;
}
.news-list .item .image {
    overflow: hidden;
    width: 100%;
}
.news-list .item .image img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.news-list .item:hover .image img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}
.news-list .item .wrap-article {
    /*padding: 10px;*/
    /*border-radius: 5px;*/
    height: auto;
    /*min-height: 400px;*/
    position: relative;
    /*display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;*/
}
.news-list .item h3 {
    color: #000;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
    margin: 10px 0;
}
.news-list .item h3 a {
    color: #000;
}
.news-list .item:hover h3 {
    color: #00873a;
}
.news-list .item:hover a {
    text-decoration: none;
}
.news-list .item p {
    margin: 0;
}
.news-list .item a.more {
    text-decoration: none;
    background: #00873a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.news-list .item a.more:hover {
    text-decoration: none;
    background: #000;
}


/*profile pages*/
.profile-content {
    background: #fff;
}
.profile-content span,
.profile-content p,
.profile-content li {
    color: #666;
}
.profile-content h1,
.profile-content h2,
.profile-content h3,
.profile-content h4 {
    color: #333;
    font-weight: 500;
}
.top-profile {
    background-image: radial-gradient(circle at center,#7c7c7c 20%,#000000 100%);
    background-color: #ffffff;
/*    text-align: center;*/
    padding: 30px 0;
    display: inline-block;
    width: 100%;
}
.top-profile .video-half {
    margin-bottom: 0;
}
.top-profile h1 {
    text-shadow: 0.08em 0.08em 0em #000000;
    color: #fff;
    text-align: center;
}
.top-profile h4 {
    font-size: 22px;
    margin: 20px 0; 
    font-weight: 500;
    color: #fff;
}
.top-profile p {
    color: #fff;
    text-align: left;
}
.top-profile a.default-button {
    margin: 0;
}

.profile-tabs {
    display: inline-block;
    width: 100%;
    margin: 50px 0;
}
.profile-tabs ul.nav-tabs li {
    margin-right: 10px;
}
.profile-tabs ul.nav-tabs li a {
    background-color: #eee;
    color: #000;
}
.profile-tabs ul.nav-tabs li.active a {
    font-weight: bold;
    background: #00873a;
    color: #fff;
}
.profile-tabs .tab-pane {
    padding: 15px 0;
}
.profile-tabs .only-amp {
    display: none!important;
}



/*about page*/
.about-content {
    padding-bottom: 50px;
}
.top-about {
    display: inline-block;
    width: 100%;
    background: url(../images/travel-landscape-black.jpg) top center no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.top-about h1 {
    text-align: left;
    margin: 30px 0;
    text-transform: uppercase;
    font-weight: 500;
}
.top-about hr {
    width: 150px;
    border-color: #00873a;
    background: #00873a;
    height: 1px;
    margin: 25px 0;
}
.top-about p {
    margin: 30px 0;
}
.top-about p.big {
    font-size: 22px;
}
.top-about h1 {
    font-size: 35px;
}
.why-coose p {
    margin: 20px 0;
}
.why-coose p.big {
    font-size: 22px;
}
.why-coose img {
    width: 400px;
}
.decorated-sacramento {
    padding: 50px 0;
}
.decorated-sacramento h2 {
    color: #00873a;
}
.decorated-sacramento p {
    margin: 30px 0;
}

.big-case-section {
    display: inline-block;
    width: 100%;
    background: #fff url('../images/WBP3801_bg.jpg') center center no-repeat ;
    background-size: cover;
    float: left;
}
.big-case-section .cols-top {
    display: inline-block;
    width: 100%;
    float: left;
}
.big-case-section .cols-top .left {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: right;
    background-image: linear-gradient(180deg,#ffffff 0%,rgba(255,255,255,0.85) 50%);
    padding-top: 5%;
    padding-right: 6%;
    padding-bottom: 6%;
    padding-left: 6%;
    z-index: 9;
}
.big-case-section .cols-top .left .text {
    max-width: 400px;
    margin: auto;
    float: right;
}
.big-case-section .cols-top .left .text h2 {
    text-transform: uppercase;
    font-size: 60px;
    color: #0d7212;
    line-height: 1.3em;
    text-align: right;
}
.big-case-section .cols-top .left .text hr {
    border-color: #0d7212;
    width: 150px;
    margin: 35px auto;
    margin-right: 0;
    height: 2px;
    background: #0d7212;
}
.big-case-section .cols-top .left .text p {
    color: #0d7212;
    font-size: 20px;
    font-weight: 600;
}
.big-case-section .cols-top .right {
    display: inline-block;
    width: 50%;
    float: left;
}
.big-case-section .relative {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.big-case-section .cols4 {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    background-image: linear-gradient(180deg,rgba(255,255,255,0.85) 0%,#ffffff 70%);
    padding: 30px 0;
}
.big-case-section .cols4 .col {
    margin: 30px 0;
}
.big-case-section .cols4 .col p.number {
    text-transform: uppercase;
    font-size: 70px;
    color: #0d7212;
    line-height: 1.3em;
    font-weight: bold;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}
.big-case-section .cols4 .col p.exp {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}

.fight-section {
    padding: 30px 0;
}
.fight-section h2 {
    font-size: 50px;   
}
.fight-section .col {
    text-align: center;
    margin: 30px 0;
}
.fight-section .col .icon i {
    color: #0d7212;
    font-size: 40px;
}
.fight-section .col h3 {
    font-size: 25px;
    margin: 25px 0;
}
.fight-section .col p {
    color: #0d7212;
}




/*case result page*/

.top-cases {
    display: inline-block;
    width: 100%;
    /*background: url(../images/WBP3678-black.jpg) center center no-repeat;*/
    /*background: url(../images/testimonials-top-bg50.jpg) center center no-repeat;*/
    background: url(../images/attorneys-top-bg-50.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    padding: 200px 0 50px;
    min-height: 600px;
    align-content: flex-end;
}
.top-cases p {
    max-width: 850px;
    display: block;
    margin: 20px auto;
}
.top-cases .open-popup-video img {
    display: block;
    margin: auto;
    width: 80px;
    cursor: pointer;
}

.video-popup .modal-dialog {
    width: 1000px;
    max-width: 96%;
    top: 10%;
}
.video-popup .modal-body {
    position: relative;
}
.video-popup .modal-body button.close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    z-index: 999;
    opacity: 0.7;
    width: 30px;
    height: 30px;
    font-size: 25px;
    border-radius: 50%;
}
.video-popup .modal-body button.close:hover {
    opacity: 1;
}


.general-accordion {
    margin: 20px auto;
}
.general-accordion .panel-default {
    margin-bottom: 15px;
    border-color: #eee;
}
.general-accordion .panel-heading {
    padding: 0;
    background: none;
    border: 0;
}
.general-accordion .panel-heading h4 {
    border: 0;
    margin: 0;
    padding: 0;
}
.general-accordion .panel-heading h4 a {
    display: inline-block;
    width: 100%;
    background: #00873a;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 10px;
    font-weight: 600;
}
.general-accordion .panel-heading h4 a:hover,
.general-accordion .panel-heading h4 a:focus {
    text-decoration: none;
}
.general-accordion .panel-heading h4 a i {
    float: right;
    line-height: 30px;
    color: #fff;
}
.general-accordion .panel-heading h4 a.collapsed i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #333;
}
.general-accordion .panel-heading h4 a.collapsed {
    background: #eee;
    color: #333;
}
.general-accordion .panel-heading h4 a.collapsed:hover,
.general-accordion .panel-heading h4 a.collapsed:focus {
    color: #00873a;
}
.general-accordion .panel-heading h4 a.collapsed:hover i,
.general-accordion .panel-heading h4 a.collapsed:focus i {
    color: #00873a;
}

.faqs-accordion {
    max-width: 1000px;
}
.faq-single .site-container {
    max-width: 1100px;
}


.case-accordion {
    max-width: 1000px;
    margin: 20px auto;
}
.case-accordion .panel-heading h4 a {
    font-size: 22px;
    padding: 15px;
}
.case-accordion h3 {
    text-align: center;
    margin-top: 30px;
}

.case-highlight .panel-heading h4 a {
    background: #d4af37;
}
.case-highlight {
    margin-top: 0px;
    margin-bottom: 30px;
}
.case-highlight .panel-default {
    margin-bottom: 0px;
    border: 0;
}
.case-highlight .panel-heading {
    height: 0;
    overflow: hidden;
    border: 0;
    outline: none;
}
.case-highlight .panel+.panel {
    margin-top: 0;
}
.case-highlight .panel-default .collapse.in {
    display: block;
    border: 1px solid #00873a;
}
.case-highlight  .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
}

.best-cases {
    display: block;
    max-width: 1000px;
    margin: auto;
    border: 0;
}
.best-cases .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.best-cases .item {
    text-align: center;
    margin: 15px 0;
}
.best-cases .item > a[aria-expanded="true"]:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #00873a;
    clear: both;
}
.best-cases .item > a {
    padding: 20px 10px;
    display: inline-block;
    width: 100%;
    /*background: #00873a;*/
    border: 1px solid #00873a;
}
.best-cases .item p.title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #00873a;
    min-height: 130px;
}
.best-cases .item p.title span {
    font-size: 35px;
    font-weight: bold;
    display: block;
    /*color: #00873a;*/
    color: #00873a;
    margin-bottom: 10px;
}
/*.best-cases .item:hover p.title,
.best-cases .item:hover p.title span {
    color: #d4af37;
}*/
.best-cases .item a:focus,
.best-cases .item a:active,
.best-cases .item a:hover {
    text-decoration: none;
}

.best-cases .item:hover a.collapsed p.title {
    color: #000;
}
.best-cases .item:hover a.collapsed p.title span {
    color: #000;
}

.best-cases .item > a.collapsed[aria-expanded="true"]:after {
    border-top: 16px solid #eee;
}
.best-cases .item > a.collapsed {
    border: 1px solid #eee;
}
.best-cases-hp .item a.collapsed p.title {
    color: #fff;
}
.best-cases-hp .item a.collapsed p.title span {
    color: #fff;
}
.best-cases-hp .item:hover a.collapsed p.title {
    color: #00873a;
}
.best-cases-hp .item:hover a.collapsed p.title span {
    color: #00873a;
}
.home-cases-section .highlight .panel-body {
    background: #000;
    color: #fff;
}
.home-cases-section .highlight .panel-body p {
    color: #fff;
}


/*video testimonials*/
.testimonials-content {
    padding-bottom: 100px;
}
.testimonials-filter {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.testimonials-filter p {
    font-size: 16px;
    margin-bottom: 5px;
}
.testimonials-filter select {
    font-size: 17px;
    font-weight: 600;
    padding: 10px;
}

.video-testimonials {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    /*align-items: center;*/
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
    margin-bottom: 30px;
}
.video-testimonials .item {
    margin-bottom: 50px;
    text-align: center;
}
.video-testimonials .item .title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 10px 0;
}
.video-testimonials .item .snippet {
    font-size: 16px;
    font-style: italic;
    margin: 10px 0;
}

.simple-testimonials {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    /*align-items: center;*/
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
    margin-bottom: 30px;
}
.simple-testimonials .item {
    margin-bottom: 50px;
    text-align: center;
}
.simple-testimonials .item .title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 10px 0;
}
.simple-testimonials .item .snippet {
    font-size: 16px;
    font-style: italic;
    margin: 10px 0;
}

.testimonials-feed {
    margin: 50px 0;
}
.testimonials-feed .item {
    margin-left: -14px;
}
.testimonials-feed .item img.quote {
    width: 50px;
    opacity: 0.5;
    margin-bottom: 10px;
}
.testimonials-feed .item p.title {
    font-size: 18px;
    font-weight: bold;
}
.testimonials-feed .item p.snippet {
    font-size: 22px;
    font-style: italic;
    margin: 20px 0;
}
.testimonials-feed .item.only-text {
    text-align: center;
}
.testimonials-feed .item.only-text img.quote {
    margin: auto;
    width: 40px;
}
.testimonials-feed .item.only-text p.snippet {
    font-size: 18px;
    margin: 15px 0;
}
.testimonials-feed .item.only-text p.title {
    font-size: 16px;
}

.testimonials-slider {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    position: relative;
}
.testimonials-slider .flex-direction-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.testimonials-slider .flex-direction-nav i {
    font-size: 35px;
    padding: 5px;
    cursor: pointer;
}
.testimonials-slider .flex-direction-nav .flex-prev {
    float: left;
    margin-left: -40px;
}
.testimonials-slider .flex-direction-nav .flex-next {
    float: right;
    margin-right: -40px;
}


/*contact page*/

.contact-top {
    display: block;
    max-width: 1200px;
    margin: 50px auto;
}
.contact-top h1 {
    text-align: left;
    margin: 0;
}
.contact-top p.big {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0;
}
.contact-form label.error {
    font-size: 16px;
    font-weight: 600;
    color: red;
}
.contact-form input {
    font-size: 17px;
    border-radius: 0;
    padding: 10px;
    height: auto;
}
.contact-form select {
    font-size: 17px;
    border-radius: 0;
    padding: 10px;
    height: auto;
}
.contact-form textarea {
    font-size: 17px;
    border-radius: 0;
    padding: 10px;
    height: auto;
    min-height: 150px;
    max-width: 100%;
    min-width: 100%;
}
.contact-form button {
    margin: 0px;
    font-size: 16px;
    border-radius: 0px;
    color: #fff;
}

.contact-content .big-map {
    margin: 30px 0;
}

.contact-types {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}
.contact-types .col {
    margin: 20px 0;
}
.contact-types .inner {
    background: #F4F4F4;
    text-align: center;
    padding: 15px;
}
.contact-types .inner:hover {
    background: #e3e3e3;
}
.contact-types .col .icon {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 50px;
    border: 1px solid #00873a;
    border-radius: 50%;
    margin: 10px auto;
}
.contact-types .col .icon i {
    color: #00873a;
    font-size: 30px;
    line-height: 70px;
}
.contact-types .col h4 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.contact-types .col p {
    color: #000;
}
.contact-types .col a:hover {
    text-decoration: none;
}



.practice-areas {
    display: block;
    max-width: 1000px;
    margin: 50px auto;
}
.practice-areas .row {
    margin-bottom: 30px;
}
.practice-areas h2 {
    text-align: left;
    margin: 15px 0;
}

.section-logos .flex {
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
}
.section-logos .item {
    display: inline-block;
    margin: 20px 30px;
}
.section-logos .item img {
    max-height: 130px;
}



/*search page*/

.search-content .results-div {
    margin-bottom: 30px;
}
.search-content .result-search {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.search-content .result-search .img {
    width: 150px;
    float: left;
    margin-right: 15px;
}
.search-content .result-search .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 150px;
    display: block;
    margin: auto;
}
.search-content .result-search .text .title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.search-content .result-search .text p {
    font-size: 16px;
    margin: 0;
}



/*partners page*/

.partners .item {
    margin-bottom: 30px;
}
.partners .item .box {
    border: 1px solid #00873a;
    padding: 10px;
}
.partners .item .image {
    overflow: hidden;
    text-align: center;
    min-height: 100px;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.partners .item .image img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    max-height: 100px;
    width: auto;
    display: block;
    margin: auto;
}
.partners .item:hover .image img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}















