@import url("../fonts/2114-template/stylesheet.css");

html { font-size: 62.5%; }

body {
    color: #555555;
    font-size: 1.8rem;
    font-family: "myriad-pro", Helvetica, sans-serif;
}
@media(max-width: 767px) {
    body { font-size: 16px; }
}

/* --- Base Element Styles --- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "pragmatica-web-condensed", "pragmatica-condensed", Helvetica, sans-serif;
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 20px;
}
h1, .h1 {
    color: #5f5f5f;
    font-size: 3.6rem;
}
h2, .h2 {
    font-size: 3.2rem;
}
a:hover,
a:active {
    text-decoration: none;
}
p {
    text-align: justify;
    margin: 0 0 20px;
}
strong{
    font-weight: 600;
}
ul {}
ol {}
ul.unstyled,
ol.unstyled {
    padding-left: 0;
}
li { }
blockquote {}
span.line {
    display: block;
}
@media (max-width: 767px) {
    h2, .h2 {
        font-size: 2.5rem;
    }
}

/* --- Helpers --- */
.box-margin-children > :first-child {
    margin-top: 0;
}
.box-margin-children > :last-child {
    margin-bottom: 0;
}
.d-table-vcenter {
    display: table;
}
.d-table-vcenter > * {
    display: table-cell;
    vertical-align: middle;
}
.flip-v {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
.flip-h {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.rotate-180 {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* --- Modal Styles --- */
.modal-header {
    background-color: #df7a1c;
    color: #FFF;
    border-radius: 4px 4px 0 0;
}
.modal-header .close {
    font-size: 2em;
    line-height: 24px;
}
.modal-header .modal-title {
    font-size: 1.8rem;
    margin: 0;
}

/* --- Body Blur --- */
#blur-master.blur {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: url(../_media/backgrounds/blur.svg#blur);
    opacity: 0.95;
}

/* --- 2 Column Lists --- */
.nearby-cities-text:after,
.list-col-2:after {
    content: '';
    display: table;
    clear: both;
}
.nearby-cities-text span,
.list-col-2 li {
    width: 50%;
    padding-bottom: 8px;
    float: left;
}
.nearby-cities-text span:nth-child(2n+1),
.list-col-2 li:nth-child(2n+1) {
    padding-right: 10px;
    clear: left;
}

/* --- Grid customizations --- */
.container-master {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0px;
    position: relative;
}
.container-master .container {
    max-width: 100%;
}

/* --- Theme Style Overlay --- */
.theme-overlay,
.theme-overlay-right {
    position: absolute;
    bottom: 0;
    height: 430px;
}
.theme-overlay:not([class*="col-"]),
.theme-overlay-right:not([class*="col-"]) {
    width: 35%;
}
.theme-overlay {
    left: 0;
}
.theme-overlay-right {
    right: 0;
}
@media(max-width: 767px) {
    .theme-overlay[class*="col-sm-"],
    .theme-overlay-right[class*="col-sm-"] {
        position: static;
    }
    .theme-overlay[class*="col-sm-"]:before,
    .theme-overlay-right[class*="col-sm-"]:before {
        content: normal;
    }
}

/* --- Borders --- */
.border-img-vert,
.border-img-top,
.border-img-bottom {
    border-style: solid;
    border-color: transparent;
    border-width: 7px 0px;


    -moz-border-image: url(../_media/backgrounds/border-pattern-top.png) 7 0 repeat;
    -webkit-border-image: url(../_media/backgrounds/border-pattern-top.png) 7 0 repeat;
    -o-border-image: url(../_media/backgrounds/border-pattern-top.png) 7 0 repeat;
    border-image: url(../_media/backgrounds/border-pattern-top.png) 7 0 repeat;
}
.border-img-top {
    border-bottom-width: 0;
}
.border-img-bottom {
    border-top-width: 0;
}

/* --- Text Colors --- */
.font-myriad-pro {
    font-family: "myriad-pro", Helvetica, sans-serif;
}
.font-myriad-pro-cond {
    font-family: "myriad-pro-condensed", Helvetica, sans-serif;
}
.text-white { color: #FFF; }
.text-white-overlay {
    color: #FFF;
    text-shadow: 0 2px 2px rgba(0,0,0,0.15);
}

/* --- Text Shadows --- */
.text-shadow { text-shadow: 0 0 10px rgba(0,0,0, 0.4); }

/* --- Search Form Bar --- */
.search-form-bar {
    padding: 10px;
}
.search-form-bar .input-holder {
    margin-right: 150px;
}
.search-form-bar .form-control,
.search-form-bar .btn {
    height: 40px;
    font-size: 2.4rem;
    line-height: 28px;
    text-transform: uppercase;
}
.search-form-bar .form-control {
    color: #FFF;
    background: transparent;
    border: 1px solid #333;
}
.search-form-bar .btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 140px;
}
.search-form-bar.bg-dark {
    background: rgba(0,0,0,0.6);
}
.search-form-bar.bg-dark input {
    border-color: #FFF;
    border-color: rgba(255,255,255,0.7);
}

/* --- Royal Slider Addons --- */
.pbhs-slider-content { display:none; } /* Prevent slides from stacking down the page before slide has loaded */
.pbhs-slider-content:first-child { display:block; }

.pbhs-slider {  width: 100%;  display: none;}
.pbhs-slider .pbhs-slider-a-block { text-align: center; }
#captions-wrap-container {
    z-index: 100;
}
.interior #captions-wrap .pbhs-slider-g-caption .phrase span{
    position: relative;
    float: left;
    clear: left;
    display: block;
    margin-top: 0.3em;
    margin-left: 15px;
    padding: 4px 7px;
    font-size: 1.9rem;
    font-family: "pragmatica-web-condensed", "pragmatica-condensed", Helvetica, sans-serif;
    font-weight: 300;
}
.interior #captions-wrap .pbhs-slider-g-caption .phrase span:first-child {
    margin-left: 0;
}
.interior #captions-wrap {
    height: 100px;
    width: 50%;
    left: 48%;
}
@media (max-width: 991px) {
    .interior #captions-wrap-container {
        display: none;
    }
}
#captions-wrap {
    position: absolute;
    bottom: 0px;
    top: auto;
    margin: 0;
    background: transparent;
    width: 100%;
    height: 136px;
}
#captions-wrap .pbhs-slider-g-caption{
    position: absolute;
    bottom: 0px;
    top: auto;
    margin: 0;
    background: transparent;
    width: 100% !important;
    height: 100%;
    padding: 10px 30px;
}
#captions-wrap .pbhs-slider-g-caption .phrase span{
    position: relative;
    float: right;
    clear: right;
    display: block;
    margin-top: 0.3em;
    margin-right: 10px;
    padding: 4px 7px;
    font-size: 2.8rem;
    font-family: "pragmatica-web-condensed", "pragmatica-condensed", Helvetica, sans-serif;
    font-weight: 300;
}
#captions-wrap .pbhs-slider-g-caption .phrase span:first-child {
    margin-right: 0;
}
@media (max-width: 991px){
    #captions-wrap {
        height: 100px;
    }
    #captions-wrap .pbhs-slider-g-caption .phrase span {
        font-size: 2.0rem;
    }
}
@media (max-width: 767px){
    #captions-wrap {
        bottom: -80%;
        height: 200px;
    }
    #captions-wrap .pbhs-slider-g-caption .phrase span{
        position: relative;
        float: left;
        clear: left;
        display: block;
        margin-top: 0.3em;
        margin-left: 15px;
        padding: 4px 7px;
        font-family: "pragmatica-web-condensed", "pragmatica-condensed", Helvetica, sans-serif;
        font-weight: 300;
    }
    #captions-wrap .pbhs-slider-g-caption .phrase span:first-child {
        margin-left: 0;
    }
}
@media (max-width: 500px) {
    #captions-wrap {
        bottom: -80%;
        height: 150px;
    }
    #captions-wrap .pbhs-slider-g-caption .phrase span {
        font-size: 1.5rem;
    }
}
.pbhs-slider .pbhs-slider-content blockquote p {
    line-height: 1.5em;
}
@media (max-width: 1199px) {
    .pbhs-slider .pbhs-slider-content blockquote { right: 0; }
}
@media (max-width: 767px) {
    .pbhs-slider .testimonial .pbhs-slider-a-block { top: 0; }
}

/* --- Page Gallery --- */
.pbhs-slider-gallery.pbhs-slider-default .pbhs-slider-overflow,
.pbhs-slider-gallery.pbhs-slider-default .pbhs-slider-slide,
.pbhs-slider-gallery.pbhs-slider-default .pbhs-slider-thumbs,
.pbhs-slider-gallery.pbhs-slider-default .pbhs-slider-video-frame-holder {
    background: #333;
}

/* --- Launch Survey Slider --- */
.bucket-slider-wrap .pbhs-slider-container,
div.launchSurveySlider .pbhs-slider-container {
    width: auto;
    margin: 0 50px;
}
.bucket-slider-wrap .pbhs-slider-nav-item.pbhs-slider-bullet,
.launchSurveySlider .pbhs-slider-nav-item.pbhs-slider-bullet {
    width: 100px;
    height: 6px;
    background: #eaeaea !important;
    border-radius: 0;
}
.bucket-slider-wrap .pbhs-slider-nav-item.pbhs-slider-bullet:hover,
.launchSurveySlider .pbhs-slider-nav-item.pbhs-slider-bullet:hover {
    cursor: pointer;
}
.launchSurveySlider .pbhs-slider-nav-item.pbhs-slider-bullet.pbhs-slider-nav-selected {
    background: #949494 !important;
}
.launchSurveySlider > .review-item,
.launchSurveySlider .review-item:after {
    display: none;
}
.launchSurveySlider > .review-item:first-child {
    display: block;
}
.launchSurveySlider .review-inner {
    padding-bottom: 20px;
}
.launchSurveySlider .review-body {
    font-family: "myriad-pro", Helvetica, sans-serif;
}
.launchSurveySlider .stars-wrapper {
    float: none;
    margin: 15px 0;
}
.overall-review .sp_rating {
    line-height: 0.7em;
    margin-right: 15px;
}

/* --- Theme LS Home page slider --- */
.testimonial-launch-survey {
    margin-bottom: 20px;
}
.testimonial-launch-survey,
.testimonial-launch-survey p {
    text-align: center;
}
.testimonial-launch-survey .overall-review {
    font-size: 0.8em;
    color: #999;
}
.testimonial-launch-survey .overall-review > div {
    opacity: 0.8;
    float: none;
    display: inline-block;
}
.testimonial-launch-survey h2,
.testimonial-launch-survey h3 {
    display: none;
}
.testimonial-launch-survey > h2 {
    display: block;
    color: #5f5f5f;
}
.testimonial-launch-survey .review-item {
    margin: 10px 0 20px;
}
.testimonial-launch-survey .review-inner {
    position: relative;
    padding-top: 45px;
}
.testimonial-launch-survey .review-rating .sp_rating {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.testimonial-launch-survey .stars-wrapper {
    margin: 0;
}
.testimonial-launch-survey .pbhs-slider-container .star {
    font-size: 1.5em;
}
div.testimonial-launch-survey .pbhs-slider-container .review-author {
    text-transform: uppercase;
    font-weight: normal;
}
.testimonial-launch-survey .review-author:before {
    content: '- ';
}
.testimonial-launch-survey .reviewer-in-post,
.testimonial-launch-survey .review-sep,
.testimonial-launch-survey .review-rating time{
    display: none;
}
.testimonial-launch-survey .launchSurveySlider .pbhs-slider-arrow-icon {
    width: 51px;
    height: 82px;
    margin-top: -41px;
    margin-left: -25px;
    font-family: '2114 Template';
    font-size: 8.5rem;
    line-height: 1;
    background: none;
    opacity: 0.4;
}
.testimonial-launch-survey .launchSurveySlider .pbhs-slider-arrow-icon:hover {
    background: none;
    opacity: 0.8;
}
.testimonial-launch-survey .launchSurveySlider.pbhs-slider-horizontal .pbhs-slider-arrow-left .pbhs-slider-arrow-icon:before {
    content: "\0041";
}
.testimonial-launch-survey .launchSurveySlider.pbhs-slider-horizontal .pbhs-slider-arrow-right .pbhs-slider-arrow-icon:before {
    content: "\0061";
}
@media(max-width: 767px) {
    #testimonial-wrap {
        overflow: hidden;
    }
    #testimonial-wrap .container-master {
        padding: 0 10px;
    }
    .testimonial-launch-survey {
        font-size: 1.4rem;
    }
    .launchSurveySlider {
        height: 280px !important;
    }
    div.launchSurveySlider .pbhs-slider-container {
        margin-left: 20px;
        margin-right: 20px;
    }
    .launchSurveySlider .pbhs-slider-container .stars-wrapper {
        font-size: 1.6rem;
    }
    .testimonial-launch-survey .review-inner {
        padding-top: 26px;
    }
    .testimonial-launch-survey .launchSurveySlider .pbhs-slider-arrow-icon {
        font-size: 6.0rem;
    }
    div.launchSurveySlider.pbhs-slider-horizontal .pbhs-slider-arrow-left {
        left: -12px;
    }
    div.launchSurveySlider.pbhs-slider-horizontal .pbhs-slider-arrow-right {
        right: -12px;
    }
}

/* --- Member/Office Styles --- */
#offices-slider > div {
    border-radius: 10px;
}
.member-slide {
    min-height: 110px;
}
.office-slide,
.member-slide {
    position: relative;
    padding-left: 120px;
    padding-right: 0;
}
.office-slide:nth-child(n+3),
.member-slide:nth-child(n+3) {
    margin-top: 30px;
}
.office-slide.odd,
.member-slide.odd {
    clear: left;
    border-right: 30px solid transparent;
}
.office-slide.even,
.member-slide.even {
    border-left: 30px solid transparent;
}
.office-slide .theme-shape,
.member-slide .theme-shape {
    position: absolute;
    left: 0;
    top: 0;
}
.shape-angle .member-slide .theme-shape {
    top: 10px;
}
.shape-angle .office-slide .theme-shape {
    top: 12px;
}
.office-title,
.member-title {
    margin-top: 0;
    font-size: 2.4rem;
    font-weight: normal;
}
.office-body,
.member-text {
    margin: 15px 0;
    font-size: 1.4rem;
    font-weight: 400;
}
.office-body p,
.member-text p {
    margin: 0;
}
.office-body .office-phone,
.office-body .office-fax {
    display: block;
}
.office-numbers {
    font-size: 1.5rem;
}
.office-link,
.member-link {
    font-size: 1.6rem;
}
.office-slider-img,
.member-slider-img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.office-slider-img img,
.member-slider-img img {
    display: block;
    width: 100%;
    height: 100%;
}
.shape-curve .office-slider-img img,
.shape-wave .office-slider-img img,
.shape-curve .member-slider-img img,
.shape-wave .member-slider-img img {
    border-radius: 50%;
}
.shape-angle .office-slider-img img,
.shape-angle .member-slider-img img {
    height: auto;
    margin-top: -25%;
}

@media(min-width:768px) {
    .container-master > #members-wrap,
    .container-master > #offices-wrap {
        width: 50%;
        float: left;
    }
}
@media(max-width: 767px) {
    .office-slide:nth-child(n+2),
    .member-slide:nth-child(n+2) {
        margin-top: 30px;
    }
    .office-slide, .member-slide {
        padding: 12px 0 20px !important;
        border: none !important;
    }
    .office-slide .theme-shape,
    .member-slide .theme-shape {
        position: relative;
        left: auto;
        top: auto;
        float: left;
        margin: -10px 10px 0 0;
    }
    .shape-angle .office-slide .theme-shape,
    .shape-angle .member-slide .theme-shape {
        margin-top: -10px;
    }
    .office-title,
    .member-title {
        font-size: 1.8rem !important;
        line-height: 25px;
        margin-left: 55px;
    }
    .office-body, .member-text {
        clear: left;
    }
}

/* --- Social Media Tabs --- */
#blur-master > .social-tabs {
    text-align: center;
    padding: 20px 10px 0;
}
.show-testimonials #blur-master > .social-tabs {
    padding-top: 40px;
}
.social-tab {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-left: 1px;
    font-size: 2.5rem;
    line-height: 42px;
    text-align: center;
    background: #fd761f;
}
.social-tabs .social-tab {
    color: #FFF;
}
a.social-tab:hover {
    color: #FFF;
    background: #333;
    text-decoration: none;
}
.social-tab:first-child {
    margin-left: 0;
}
.social-tab.fa-facebook { background-color: #3b5998; }
.social-tab.fa-twitter { background-color: #00aced; }
.social-tab.fa-google-plus { background-color: #dd4b39; }
.social-tab.fa-linkedin { background-color: #007bb6; }
.social-tab.fa-youtube { background-color: #bb0000; }
.social-tab.fa-facebook { background-color: #3b5998; }
.social-tab.fa-foursquare { background-color: #0072b1; }
.social-tab.fa-pinterest { background-color: #0072b1; }
.social-tab.fa-vimeo { background-color: #aad450; }
.social-tab.fa-tumblr { background-color: #aad450; }
.social-tab.fa-instagram { background-color: #517fa4; }
.social-tab.fa-wordpress { background-color: #1e8cbe; }
.social-tab.fa-stumbleupon { background-color: #eb4924; }
.social-tab.fa-yelp { background-color: #ce2200; }
.social-tab.fa-paypal { background-color: #179bd7; }

/* --- Footer Feature Styles --- */
#tour-wrap {
    position: relative;
    padding: 80px 0 65px;
}
.tour-image-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.15;
    background: transparent no-repeat center center;
}
.tour-bucket {
    padding: 0 10px;
    margin-bottom: 20px;
}
.tour-bucket,
.tour-bucket h2 {
    color: #242424;
}
.tour-bucket:hover {
    cursor: pointer;
}
.tour-bucket:nth-child(4n+1) {
    clear: left;
}
.tour-bucket .fa-expand {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    opacity: 0;
    color: #000;
    font-size: 4.0rem;
    text-shadow: 0 0 3px rgba(255,255,255,0.4);
    transition: ease-in-out font-size .2s, ease-in-out opacity .2s, ease-in-out margin .2s;
    -moz-transition: ease-in-out font-size .2s, ease-in-out opacity .2s, ease-in-out margin .2s;
    -webkit-transition: ease-in-out font-size .2s, ease-in-out opacity .2s, ease-in-out margin .2s;
}
.tour-bucket:hover .fa-expand {
    font-size: 9.6rem;
    opacity: 0.45;
}
.tour-bucket-title {
    position: relative;
    margin: 0;
    padding: 10px 15px 8px 15px;
    font-size: 1.6rem;
    text-align: center;
    background: #FFF;
    font-weight: 500;
}
.tour-bucket-title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -9px;
    border: 9px solid transparent;
    border-bottom-color: #FFF;
}
.tour-bucket-img {
    width: 100%;
    height: auto;
}
.tour-bucket-content-wrap {
    position: relative;
}
#office-tour-full-screen {
    display: none;
}
#office-tour-full-screen .pbhs-slider-overflow,
#office-tour-full-screen .pbhs-slider-slide {
    background: rgba(186, 215, 205, 0.80);
}
#office-tour-full-screen.pbhs-slider-fullscreen {
    display: block;
}
@media(min-width: 768px) {
    .col-sm-12.col-left .nearby-cities-text span,
    .col-sm-12.col-left .list-col-2 li {
        width: 25%;
        padding-right: 10px;
    }
    .col-sm-12.col-left .nearby-cities-text span:nth-child(2n+1),
    .col-sm-12.col-left .list-col-2 li:nth-child(2n+1) {
        clear: none;
    }
    .col-sm-12.col-left .nearby-cities-text span:nth-child(4n),
    .col-sm-12.col-left .list-col-2 li:nth-child(4n) {
        padding-right: 0;
    }
    .col-sm-12.col-left .nearby-cities-text span:nth-child(4n+1),
    .col-sm-12.col-left .list-col-2 li:nth-child(4n+1) {
        clear: left;
    }
}
@media(max-width: 767px) {
    #office-tour-full-screen.pbhs-slider-default .pbhs-slider-fullscreenBtn {
        display: block !important;
    }
    .tour-bucket:nth-child(2n+1) {
        clear: left;
    }
}

/* --- Theme SVG Shape Styles --- */
.svg-container {
    width: 80%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
svg {
    max-height:100%; /* chrome needs it  */
}
.svg-container svg {
    background: none !important;
}
.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible !important;
}
.svg-banner {
    position:absolute;
    top:0px;
    width: auto;
    z-index: 99;
}
.svg-overlay {
    position:absolute;
    display:block;
    top:0px;
    height: 100%;
    width: 80px;
    overflow: visible;
    z-index: 99;
}
.svg-overlay-page-wrapper {
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0px;
    position: absolute;
    overflow: hidden;
}
.svg-overlay-page {
    min-height: 1200px;
    height: 100%;
    width: 1000%;
    fill: rgba(255, 255, 255, 0.05);
    position: absolute;
    right: 60px;
}
.svg-bg-primary-60 svg * {
    fill: rgba(223, 127, 38, 0.60);
}
.svg-bg-primary svg * {
    fill: #df7a1c;
}
.svg-white{
    fill: rgba(255, 255, 255, 1);
}
.svg-bg-dark-20 {
    fill: rgba(0,0,0,0.2);
}
.svg-straight{
    right: -53px;
}
.svg-overlay-right.svg-outside {
    left:100%;
}
.svg-overlay-left.svg-outside {
    right:100%;
}
.svg-left{
    left: 0px;
}
.svg-right{
    right: 0px;
}
.svg-banner-right{
    right: 0px;
}

/* --- Theme Shape Styles --- */
.shape-angle .theme-shape {
    margin-top: 24px;
    margin-bottom: 24px;
}
.theme-shape,
.theme-shape-inner {
    position: relative;
    z-index: 5;
    width: 90px;
    height: 90px;
    padding: 4px;
    font-size: 5.0rem;
    text-align: center;
}
.theme-shape-image {
    padding: 0;
}
.theme-shape-image .theme-shape-inner {
    width: 100%;
    height: 100%;
}
.shape-curve .theme-shape,
.shape-wave .theme-shape,
.shape-curve .theme-shape-inner,
.shape-wave .theme-shape-inner {
    border-radius: 50%;
}
.shape-angle  .theme-shape {
    padding: 2px 4px;
    height: 52px;
}
.shape-angle .theme-shape:before,
.shape-angle .theme-shape:after,
.shape-angle .theme-shape-inner:before,
.shape-angle .theme-shape-inner:after {
    content: "";
    position: absolute;
    left: 0;
    border: 24px solid transparent;
    border-left-width: 45px;
    border-right-width: 45px;
}
.shape-angle .theme-shape:before,
.shape-angle .theme-shape-inner:before {
    bottom: 100%;
}
.shape-angle .theme-shape:after,
.shape-angle .theme-shape-inner:after {
    top: 100%;
}
.theme-shape-inner {
    position: relative;
    z-index: 10;
    width: 82px;
    height: 82px;
    background: #4a7f6d;
}
.shape-angle  .theme-shape-inner {
    height: 48px;
}
.shape-angle .theme-shape-inner:before,
.shape-angle .theme-shape-inner:after {
    border: 22px solid transparent;
    border-left-width: 41px;
    border-right-width: 41px;
}
.theme-shape i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 15;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    margin-left: -0.5em;
}
@media(max-width: 767px) {
    .theme-shape,
    .theme-shape-inner {
        width: 45px;
        height: 45px;
        padding: 2px;
        font-size: 2.5rem;
    }
    .theme-shape-image {
        padding: 0;
    }
    .shape-angle .theme-shape {
        padding: 1px 2px;
        height: 26px;
    }
    .shape-angle .theme-shape:before,
    .shape-angle .theme-shape:after,
    .shape-angle .theme-shape-inner:before,
    .shape-angle .theme-shape-inner:after {
        border-top-width: 12px;
        border-bottom-width: 12px;
        border-left-width: 22.5px;
        border-right-width: 22.5px;
    }
    .theme-shape-inner {
        width: 41px;
        height: 41px;
    }
    .shape-angle .theme-shape-inner {
        padding: 1px 2px;
        height: 24px;
    }
    .shape-angle .theme-shape-inner:before,
    .shape-angle .theme-shape-inner:after {
        border-top-width: 11.5px;
        border-bottom-width: 11.5px;
        border-left-width: 20.5px;
        border-right-width: 20.5px;
    }
}

/* --- Facebook Feed Style --- */
#cff .cff-item {
    padding: 15px !important;
    border-bottom: none !important;
}
#cff .cff-item:nth-child(odd) {
    background: rgba(255,255,255,0.2);
}
#cff .cff-item:empty {
    display: none;
}
#cff .cff-view-comments,
#cff .cff-comments-box p,
#cff .cff-comments-box .cff-comment {
    background: rgba(0,0,0, 0.4);
}
#cff .cff-view-comments:hover {
    background: rgba(0,0,0, 0.6);
}

/* --- Gravity Form Addons --- */
.gform_wrapper {
    max-width: 100%;
}
.gform_wrapper li.gfield_error,
.gform_wrapper .validation_error {
    background-color: #f2dede !important;
}
.full-width-errors .gform_wrapper li.gfield.gfield_error,
.full-width-errors .gform_wrapper .validation_error,
.gform_wrapper .full-width-errors li.gfield.gfield_error,
.gform_wrapper .full-width-errors .validation_error{
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.gform_title { width: auto !important; }
input.form-control,
textarea.form-control {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

/* --- Header Styles --- */
#practice {
    font-weight: 500;
    visibility: hidden;
    font-family: "proxima-nova";
}
#practice.sf-scaled {
    visibility: visible;
}
.home #phone {
    margin-top: 20px;
}
.interior #phone {
    clear: left;
    margin-left: 18%;
}
#header2 {
    z-index: 10;
}
@media (max-width: 991px) {
    #phone {
        font-size: 1.4rem;
    }
}
@media (max-width: 767px) {
    .home #phone,
    .interior #phone {
        margin-top: 20px;
    }
    .interior #phone{
        position: relative;
        bottom: 10px;
        left: auto;
    }
    #header2 {
        padding-top: 10px !important;
    }
}

/* --- Logo Styles --- */
#client-logo img {
    width: auto;
    height: auto;
    max-height: 200px;
    max-width: 100%;
}
#client-logo.with-logo {
    margin-bottom: 8px;
}
.interior #client-logo {
    margin-right: 20px;
}
.interior #client-logo img {
    max-height: 95px;
}
@media(max-width: 991px) {
    #client-logo img {
        max-height: 157px;
    }
}
@media (max-width: 767px) {
    #client-logo {
        text-align: center;
    }
    #client-logo a {
        display: inline;
    }
    #client-logo img {
        max-height: 110px;
        max-width: 80%;
    }
    .interior #client-logo {
        width: 100%;
    }
    .interior #client-logo img {
        max-height: 70px;
    }
}

/* --- Branding Box (Client Header) Styles --- */
#branding-box.theme-overlay {
    z-index: 30;
    padding: 0 30px 0px 50px;
}
body.banner-padding #banner-wrap {
    padding: 30px 0px 20px 0px;
}
body.banner-padding #banner-clientinfo {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,.5);
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,.5);
}
body.banner-padding.banner-border-solid #banner-clientinfo {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(255,255,255,1);
    box-shadow: 0px 0px 0px 1px rgba(255,255,255,1);
}
body.banner-padding.banner-border-none #banner-clientinfo {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#banner-clientinfo {
    height: 430px;
}
#banner-clientinfo > .svg-overlay {
    z-index: 10;
}
#banner-clientinfo #branding-box.theme-overlay,
#banner-clientinfo #banner .slider{
    height: 100%;
}
.interior #branding-box {
    width: 100%;
}
.interior #branding-box-inner {
    position: relative;
    height: 215px;
}
.interior #branding-box .d-table-vcenter {
    padding-top: 10px;
    height: 100%;
}
@media(max-width: 1199px) {
    #banner-clientinfo {
        height: 405px;
    }
    #home #branding-box.theme-overlay,
    #home #banner .slider{
        height: 100%;
    }
    .interior #branding-box-inner {
        height: 202px;
    }
}
@media(max-width: 991px) {
    #banner-clientinfo {
        height: 313px;
    }
    #home #branding-box.theme-overlay,
    #home #banner {
        height: 100%;
    }
    .interior #branding-box-inner {
        height: 157px;
    }
}
@media(max-width: 767px) {
    #banner-clientinfo {
        height: auto;
    }
    #home #branding-box.theme-overlay,
    #home #banner,
    #banner-wrap {
        height: auto;
    }
    .interior #branding-box-inner {
        height: auto;
    }
    body.banner-padding #banner-clientinfo {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    body.banner-padding #banner-wrap {
         padding: 0px;
    }
    #branding-box.theme-overlay,
    .theme-overlay #branding-box-inner {
        display: block;
    }
    #branding-box.theme-overlay {
        position: static;
        width: auto;
        height: auto;
        padding: 15px;

    }
    #branding-box.theme-overlay:before {
        content: normal;
    }
    #branding-box .svg-overlay,
    .interior #branding-box .d-table-vcenter {
        display: none;
    }
}

/* --- Banner Area --- */
.procedural-player {
    padding: 15px;
    background: #f4f4f4;
}
@media(max-width:767px) {
    #banner-wrap {
        overflow: hidden;
    }
    #banner-wrap > .container-master {
        box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
    }
    #banner-wrap,
    #banner-wrap .container-master {
        padding: 0;
    }
    #banner-wrap .svg-overlay,
    .interior #banner{
        display: none;
    }
}
/* --- Banner Ken Burns Effect --- */
body.kenburns-banner img.pbhs-slider-image {
    transition: linear transform 20s;
    -moz-transition: linear transform 20s;
    -webkit-transition: linear transform 20s;
}
body.kenburns-banner .pbhs-slider-content img.pbhs-slider-image {
    -ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
    transform: scale(1,1);
}
body.kenburns-banner .slide-default img.pbhs-slider-image{
    transition: linear transform 0s;
    -moz-transition: linear transform 0s;
    -webkit-transition: linear transform 0s;
}
body.kenburns-banner .slide-animate img.pbhs-slider-image{
    -ms-transform: scale(1.25,1.25); /* IE 9 */
    -webkit-transform: scale(1.25,1.25); /* Chrome, Safari, Opera */
    transform: scale(1.25,1.25);
}
/* --- Bucket Styles --- */
.content-wrap .bucket-wrap {
    margin-top: 20px;
}
.bucket-wrap .row {
    position: relative;
}
.bucket-row {
    margin-top: 8px;
    overflow: hidden;
}
.bucket-row:first-child {
    margin-top: 0;
}
.bucket.right.last .bucket-link {
    margin: 0px;
}
.bucket {
    padding: 0;
}
.bucket-icon {
    position: relative;
    float: left;
    width: 0.9em;
    height: 1em;
    margin-right: 0.4em;
    margin-bottom: 10px;
    font-size: 1.94em;
}
.bucket-icon .fa-stack {
    font-size: 0.24em;
    position: absolute;
    bottom: -8%;
    right: -17%;
}
.bucket-title {
    font-size: 2.8rem;
    margin-top: 0;
    line-height: 1;
    text-transform: uppercase;
    font-family: "pragmatica-web-condensed", "pragmatica-condensed";
}
.features-count-4 .bucket-title,
.features-count-7 .bucket-title,
.features-count-8 .bucket-title,
.interior .bucket-title {
    font-size: 2.2rem;
}
.bucket-title .line2 {
    font-weight: 400;
}
.bucket-img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 15px 0;
}
.bucket-text {
    font-size: 1.7rem;
    font-family: "pragmatica-web-condensed", "pragmatica-condensed";
    line-height: 1.4;
}
.bucket-text p:last-child {
    margin-bottom: 0;
}
.bucket-text p {
    text-align: center;
}
.bucket-link {
    display: block;
    min-height: 228px;
    margin-right: 8px;
    padding: 20px;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.interior .bucket-link {
    background: #F4F4F4;
}
.interior .bucket-link,
.interior .bucket-link a {
    text-decoration: none !important;
}
.interior .bucket-link:hover {
    background: #CACACA;
}
@media(max-width: 991px) {
    .bucket-title,
    .interior .bucket-title,
    .features-count-4 .bucket-title,
    .features-count-7 .bucket-title,
    .features-count-8 .bucket-title {
        font-size: 1.8rem;
    }
    .bucket-link {
        padding-left: 10px;
        padding-right: 10px;
    }
    .interior .bucket-text,
    .interior .bucket-text p {
        font-size: 1.5rem;
        text-align: left;
    }
}
@media(max-width: 767px) {
    #features-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    .bucket {
        text-align: center;
    }
    .bucket-link {
        min-height: 0;
        padding: 12px 4px;
    }
    .bucket-icon {
        float: none;
        margin: 0 auto 10px;
    }
    .bucket-icon .fa-stack {
        font-size: 0.4;
    }
    .bucket-title,
    .interior .bucket-title {
        font-size: 1.6rem;
        margin-bottom: 0;
    }
    .features-count-4 .bucket-title,
    .features-count-7 .bucket-title,
    .features-count-8 .bucket-title {
        font-size: 1.3rem;
    }
}

/* --- Bucket Slider Styles --- */
#feature-slides-wrap {
    overflow: hidden;
}
#featured-slider {
    position: relative;
    padding-bottom: 20px;
}
#featured-slider:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../_media/feature-slides/bg1.jpg) center right no-repeat;
    opacity: 0.7;
}
#featured-slider .theme-overlay {
    height: auto;
    top: 0;
}
#featured-slider .svg-overlay {
    z-index: 0;
}
#bucket-slider {
    height: 392px;
    font-size: 2.2rem;
}
.bucket-slider-wrap .theme-overlay {
    width: 52%;
    background: rgba(0,0,0,0.2);
}
.bucket-slider-wrap .theme-overlay:before {
    border-left-color: rgba(0,0,0,0.2);
}
.bucket-slider-wrap .pbhs-slider-default .pbhs-slider-arrow,
.bucket-slider-wrap .pbhs-slider-default .pbhs-slider-arrow-icon {
    width: 20px;
}
.bucket-slider-wrap .pbhs-slider-default .pbhs-slider-arrow-icon {
    left: auto;
    height: 126px;
    margin-top: -61px;
    margin-left: 0;
    background: none #000;
    border-radius: 0;
    opacity: 0.65;
}
.bucket-slider-wrap .pbhs-slider-default .pbhs-slider-arrow-icon:hover {
    opacity: 0.85;
    background: none #000;
}
.bucket-slider-wrap .pbhs-slider-default.pbhs-slider-horizontal .pbhs-slider-arrow-left {
    left: auto;
    right: 100%;
}
.bucket-slider-wrap .pbhs-slider-default.pbhs-slider-horizontal .pbhs-slider-arrow-right {
    left: 100%;
}
.bucket-slider-wrap .pbhs-slider-default.pbhs-slider-horizontal .pbhs-slider-arrow-left .pbhs-slider-arrow-icon:before,
.bucket-slider-wrap .pbhs-slider-default.pbhs-slider-horizontal .pbhs-slider-arrow-right .pbhs-slider-arrow-icon:before {
    content: "";
    position: absolute;
    border: 61px solid transparent;
    border-left-width: 20px;
    border-right-width: 20px;
}
.bucket-slider-wrap .pbhs-slider-default.pbhs-slider-horizontal .pbhs-slider-arrow-left .pbhs-slider-arrow-icon:before {
    right: 100%;
    border-right-color: #000;
}
.bucket-slider-wrap .pbhs-slider-default.pbhs-slider-horizontal .pbhs-slider-arrow-right .pbhs-slider-arrow-icon:before {
    left: 100%;
    border-left-color: #000;
}
.bucket-slider-wrap .pbhs-slider-default .pbhs-slider-bullets,
.bucket-slider-wrap .pbhs-slider-default .pbhs-slider-overflow,
.bucket-slider-wrap .pbhs-slider-default .pbhs-slider-slide {
    background: transparent;
}
.bucket-slider-wrap .pbhs-slider-nav-item.pbhs-slider-bullet {
    background: rgba(255,255,255, 0.2) !important;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
    box-shadow: 0 2px 2px rgba(0,0,0,0.15);
}
.bucket-slider-wrap .pbhs-slider-nav-item.pbhs-slider-bullet.pbhs-slider-nav-selected {
    background: #FFF !important;
}
.bucket-slide-title {
    margin-top: 65px;
    font-size: 2.02em;
}
.bucket-slide-text {
    margin: 20px 0 30px;
}
.bucket-slide-text p {
    line-height: 1.1em;
    text-align: left;
}
.bucket-slide-link {
    font-size: 1.17em;
}
@media(max-width: 767px) {
    #feature-slides-wrap .container-master {
        padding-right: 10px;
        padding-left: 10px;
    }
    #featured-slider:before {
        background-size: cover;
    }
    #featured-slider .theme-overlay {
        width: 100%;
    }
    #featured-slider .svg-overlay {
        display: none;
    }
    #bucket-slider {
        height: 260px;
    }
    .bucket-slide-title {
        font-size: 1.6em;
        margin-top: 20px;
    }
    .bucket-slide-text {
        margin: 10px 0 20px;
    }
    .bucket-slider-wrap .pbhs-slider-container {
        margin: 0 10px;
    }
    .bucket-slider-wrap .pbhs-slider-nav,
    .bucket-slider-wrap .pbhs-slider-default.pbhs-slider-horizontal .pbhs-slider-arrow-right,
    .bucket-slider-wrap .pbhs-slider-default.pbhs-slider-horizontal .pbhs-slider-arrow-left {
        display: none !important;
    }
    .bucket-slider-wrap .fa-stack {
        font-size: 3.6rem;
    }
    .bucket-slider-wrap .fa-stack-2x {
        color: rgba(223, 122, 28, 0.60);
    }
    .bucket-slider-wrap .fa-stack-1x {
        font-size: 1.5em;
    }
}

/* --- Contact Form Bar Styles --- */
#featured-slider-bottom-bar {
    overflow: hidden;
    position: relative;
    padding: 30px 30px 30px 50px;
    font-size: 1.6rem;
    font-weight: 400;
}
#content #featured-slider-bottom-bar {
    padding: 20px;
}
.fs-bb-button {
    display: block;
    border: none;
    outline: none;
    height: auto;
    top: 0;
    padding-right: 30px;
}
#featured-slider-bottom-bar h2,
#featured-slider-bottom-bar .h2 {
    font-size: 2.6rem;
}
#featured-slider-bottom-bar .fa {
    font-size: 7.8rem;
}
@media(max-width: 767px) {
    #featured-slider-bottom-bar {
        padding: 15px 15px 0;
    }
    .fs-bb-text {
        font-size: 1.4rem;
        padding: 0 15px;
        margin-bottom:  15px;
    }
    .fs-bb-button {
        width: 100%;
        padding: 20px 15px;
        margin-left: 0;
        margin-right: 0;
    }
}


/* --- Breadcrumb Styles --- */
.breadcrumb {
    background: transparent;
    padding: 0;
    text-align: right;
    font-size: 1.6rem;
    top: -7px;
    position: absolute;
    right: 0px;
}
.breadcrumb>.active {
    color: #333;
}
@media(max-width: 767px) {
    .breadcrumb {
        text-align: center;
        position: relative;
    }
}

/* --- Content Section Styles --- */
.content-wrap {
    position:  relative;
}
.no-main-content .content-wrap {
    display: none;
}
#content > h1 {
    margin-top: 0;
}
@media(min-width: 768px) {
    #content-main {
        padding-top: 20px;
        padding-left: 30px;
        padding-right: 0px;
        padding-bottom: 0px;
        min-height: 700px;
    }
    .home #content-main {
        padding-top: 0;
    }
    .hide-form.home #content-main,
    .page-template-one-column #content-main {
        padding-left: 0;
    }
}
@media(max-width: 767px) {
    #content-main {
        margin-top: 0 !important;
    }
    #interior-title h1 {
        float: none;
    }
    .page-content-wrap {
        padding: 0;
    }
    .page-content-wrap{
        padding:15px;
    }
}

/* --- Page Content Styles (Specific to the main content area of the page editable by users) --- */
.page-content-wrap li {
    text-align: justify;
}
.page-content-wrap .container {
    width: auto;
}
.page-content-wrap h1 {
    font-size: 5.0rem;
}
.page-content-wrap a:hover {
    text-decoration: underline;
}
.interior.content-wrap > .container-master {
    background-color: #fff;
    position: relative;
}
.interior.content-wrap > .container-master:after {
  content:'';
    position: absolute;
    width: 100%;
    height: 10px;
    top: -10px;
    background: rgba(255,255,255,.3);
    z-index:99;
}
@media(max-width: 767px) {
    .page-content-wrap h1 {
        font-size: 3.0rem;
        text-align: center;
    }
}

/* --- Sidebar Styles --- */
.side-wrap {
    font-size: 1.4rem;
    margin-left: -75%;
    position: static;
}
.side-wrap > *:not(.svg-overlay-page-wrapper) {
    position: relative;
    z-index: 1;
}
.side-wrap a {
    color:#fff;
}
.side-wrap .social-tabs {
    text-align: center;
    margin: 20px 0;
}
.side-wrap .social-tab {
    width: 32px;
    height: 32px;
    font-size: 2.2rem;
    line-height: 32px;
}
@media(max-width: 767px) {
    .side-wrap {
        margin-left: 0;
        background: #333;
    }
}

/* --- Sidebar Navigation Styles --- */
.side-nav-title {
    position: relative;
    margin-top: 0;
}
.side-nav-title,
.side-nav h2 {
    color: #FFF;
}
.side-nav h2 a,
.side-nav h2 a:hover,
.side-nav-title a,
.side-nav-title a:hover {
    text-decoration: none;
    color: inherit;
}
.side-nav,
.side-nav ul {
    padding: 0;
    list-style: none;
}
.side-nav li a {
    overflow: hidden;
    position: relative;
    display: block;
    padding: 5px 8px 5px 2px;
    font-size: 1.7rem;
    font-family: "proxima-nova";
    transition: ease-in-out all .2s;
    -moz-transition: ease-in-out all .2s;
    -webkit-transition: ease-in-out all .2s;
}
.side-nav li a:hover,
.side-nav .current_page_item > a,
.side-nav .current_page_ancestor > a {
    padding-left: 10px;
    color: #FFF;
    text-decoration: none;
}
.side-nav li li a {
    border-left: 2px solid transparent;
    padding-left: 10px;
}
.side-nav li li a:hover,
.side-nav li .current_page_item > a {
    padding-left: 18px;
    border-left-width: 0;
}
.side-nav .children { display: none; }  /* Hide Child Pages by Default */
.side-nav .current_page_ancestor > .children,
.side-nav .current_page_item > .children {
    display: block;
}
@media(max-width: 991px) {
    .side-nav-title,
    .side-nav h2 {
        font-size: 2.2rem;
    }
}

/* --- Footer Styles --- */
#footers-master-wrap {
    font-size: 1.4rem;
}
#footers-master-wrap p,
#footers-master-wrap li {
    font-family: "myriad-pro";
    font-weight: 400;
}
.footer-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}
#footers-master-wrap h2, #footers-master-wrap .h2,
#footers-master-wrap h3, #footers-master-wrap .h3,
#footers-master-wrap h4, #footers-master-wrap .h4 {
    text-transform: uppercase;
}
#footers-master-wrap h2, #footers-master-wrap .h2 {
    font-size: 2.4rem;
}
#footers-master-wrap h3, #footers-master-wrap .h3 {
    font-size: 1.8rem;
}
#footers-master-wrap .btn {
    font-size: 1.6rem;
    text-transform: uppercase;
}
.footer-wrap2 h2,
.footer-wrap2 ul {
    margin: 0 0 30px;
}
.footer-wrap2 h3 {
    margin: 0 0 20px;
}
.footer-wrap2 p {
    text-align: left;
}
.nav-column-wrap ul {
    overflow: hidden;
    max-height: 200px;
}
#bottom-bar .social-tabs {
    float: right;
}
#bottom-bar .social-tab {
    height: auto;
    width: 32px;
    font-size: 2.2rem;
    line-height: 22px;
    opacity: 0.8;
}
#bottom-bar .social-tab,
#bottom-bar .social-tab:hover {
    background: transparent;
}
#bottom-bar .social-tab:hover {
    opacity: 1;
}
@media(max-width: 767px) {
    .footer-wrap2 h2 {
        margin-bottom: 10px;
    }
    .footer-wrap {
        padding-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #bottom-bar .social-tabs {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
}

/* --- SEO Footer --- */

.pbhs-grid-footer .btn {
	border-color: #FFFFFF;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
	background: 0 0;
	text-align: center;
	vertical-align: middle;
	padding: 6px 12px;
	border-radius: 4px;
}

/* --- Button Styles --- */
button {
    -webkit-font-smoothing: inherit;
}
button.btn,
button.btn:active,
button.btn:focus {
    outline: 0;
}
.btn-outline.btn-default {
    color: #FFF;
    border-color: #FFF;
    position: relative;
    overflow: hidden;
}
.btn-outline.btn-default:hover,
.btn-outline.btn-default:active {
    color: #FFF;
}
.btn-outline.btn-default.btn-animate:active,
.btn-outline.btn-default.btn-animate:hover {
    background: transparent;
}
.btn-animate {
    position: relative;
    z-index: 1;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.btn-animate:hover:before,
.btn-animate:active:before {
    height: 650%;
}
.btn-animate:before {
    z-index: -1;
}
.btn-animate i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.btn-animate i:first-child {
    margin-right: 8px;
}
.btn-animate i:last-child {
    margin-left: 8px;
}
.btn-animate:hover i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.btn-animate:before {
    content: "";
    position: absolute;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
    height: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 100%;
}
.navigation div.btn:empty {
	display:none;
}

/* --- Popovers --- */
.popover .popover-title {
    color: #333;
}

/* --- Wp Alignment Classes --- */
.alignleft, .alignright, .aligncenter, .alignnone {
    margin-bottom: 30px;
}
.alignleft, .alignright {
    width: 50%;
}
.alignleft {
    margin-right: 30px;
    float: left;
}
.alignright {
    margin-left: 30px;
    float: right;
}
.aligncenter {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
}
.alignnone {
    width: auto;
    float: none;
}
img.alignleft, img.alignright, img.aligncenter,
.alignleft.flash-replaced, .alignright.flash-replaced, .aligncenter.flash-replaced {
    display: block;
    width: auto;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .alignleft, .alignright, .aligncenter  {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        float: none;
    }
}

/* --- Module, Image, Highlight and Well Styles --- */
.image, .module, .highlight, .well {
    color: #FFF;
    font-size: 1.6rem;
}
.well {
    border-radius: 0;
}
.module.row {
    margin-left: 0;
    margin-right: 0;
}
.highlight.aligncenter, .highlight.alignnone,
.well.aligncenter, .well.alignnone,
.module.aligncenter, .module.alignnone,
.image.aligncenter, .image.alignnone {
    margin-top: 30px;
}
.image h2, .image .h2, .module h2, .module .h2, .highlight h2, .highlight .h2, .well h2, .well .h2,
.image h3, .image .h3, .module h3, .module .h3, .highlight h3, .highlight .h3, .well h3, .well .h3,
.image p, .module p, .highlight p, .well p,
.image label, .module label, .highlight label, .well label,
.image .btn, .module .btn, .highlight .btn, .well .btn,
.image a, .module a, .highlight a, .well a {
    color: inherit;
}
.image, .module, .highlight,
.image h2, .image .h2, .module h2, .module .h2, .highlight h2, .highlight .h2,
.image h3, .image .h3, .module h3, .module .h3, .highlight h3, .highlight .h3,
.image p, .module p, .highlight p,
.image label, .module label, .highlight label,
.image .btn, .module .btn, .highlight .btn,
.image a, .module a, .highlight a {
    text-align: center;
}
.image label, .module label, .highlight label, .well label {
    display: block;
}
.image a, .module a, .highlight a, .well a {
    text-decoration: underline;
    font-weight: bold;
}
.image a:hover, .module a:hover, .highlight a:hover, .well a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.image .btn, .module .btn, .highlight .btn, .well .btn {
    text-decoration: none;
}
.image .btn:hover, .module .btn:hover, .highlight .btn:hover, .well .btn:hover {
    opacity: 1;
}
.image > :first-child, .module > :first-child, .highlight > :first-child, .well > :first-child {
    margin-top: 0;
}
.image {
    border: 5px solid transparent;
}
.module {
    padding: 20px;
    border: none;
}
.ht-image {
    padding-top: 15px;
    padding-bottom: 15px;
}
.ht-image img {
    border: 5px solid rgba(0,0,0, 0.2);
}
.ht-image a:hover img {
    border-color: rgba(0,0,0, 0.25);
}
.ht-title {
    color: inherit !important;
    margin-top: 0;
}
/* --- Map Shortcode Styles --- */
.map { height: 400px; }
.mobile-phone .map { margin-bottom: 65px; }

@media(min-width: 768px) {
    .layout-image-right h2, .layout-image-right .h2,
    .layout-image-right h3, .layout-image-right .h3,
    .layout-image-right p,
    .layout-image-left p.ht-image {
        text-align: left;
    }
    .layout-image-left h2, .layout-image-left .h2,
    .layout-image-left h3, .layout-image-left .h3,
    .layout-image-left p,
    .layout-image-right p.ht-image {
        text-align: right;
    }
}
@media (max-width: 767px) {
    .module, .highlight  {
        max-width: none !important;
        margin-left: -10px;
        margin-right: -10px;
    }
}

.bucket-icon svg {
    height: 1em;
    width: auto;
    fill: currentColor;
}