/* @import url('http://example.com/example_style.css'); */

@import 'https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i';

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */

/*****************************************/

/**************************** Custom style mods Feb 2017 *******************/

/*** Set width of thumnail images for Projects Posts slider ***/
.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
    width: 160px;
    height: 100px;
}

/*** End custom style mods ***/

    html {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    }
    *, *:before, *:after {
    -webkit-box-sizing: inherit !important;
    -moz-box-sizing: inherit !important;
    box-sizing: inherit !important;
    }
  a, .hs-button , .add-expertise-section .expertise-container .expertise-overlay-text  { 
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    }
body {
    font-family: 'Helvetica', sans-serif;
    margin:0;
    background-color: #ECECEC;
    background-image: url("//cdn2.hubspot.net/hubfs/2548865/Site_Graphics/Fiegen_Background_Body-bg_50percent.jpg");
    /* background-image: url("//cdn2.hubspot.net/hubfs/2548865/Site_Graphics/Fiegen_Background_Body-bg_25percent.jpg"); */
    background-position: center top;
    background-size: contain;
    
}
.body-container{
    min-height:660px;
}
h2 {
    font-size: 33px;
    margin: 0 0 ;
    text-transform: uppercase;
}
p , ul li {
    margin:0;
    font-size:20px;
}
 ul {
    margin: 20px 0 0;
    padding: 0 0 0 20px;
}

a,:focus,:active , img:focus {
    color: #000;
    text-decoration: none;
    outline:0 none !important;
}

.row-fluid  .page-center {
   max-width:1080px;
   padding:0 15px;
   margin:0 auto!important;
   float:none;
}
.header-section {
    background:#fff;
    min-height: 90px !important; /*** Compensates for no menu bar on Thank You pages ***/
}
.header-top-red-bar {
    background: #9a1220; /* originally #7e0828 */
    top: -5px;
    position: absolute;
}
.header-section .page-center {
    position:relative;
}


.header-section .header-left-container {
    background: #d9d9d9; /************************orignal color was #d9d9d9, border added -- edited by Don Cline */
    border: solid;
    border-width: 1px;
    border-color:#d9d9d9; /* originally #616161 */
    cursor: pointer;
    height: 129px;
    left: 15px;
    padding: 20px 15px 0; /************************************* original was padding: 10px -- edited by JPate */
    position: absolute;
    text-align: center;
    top: 0;
    width: 191px;
    z-index: 11;
    transition: all 0.5s ease .1s; /******************* transitions added by JPate */
}
.header-section .header-left-container:hover {
    background: #6d0622;
    border: solid;
    border-width: 2px;
    border-color:#6d0622;
}
.header-section .header-left-container .logo-hover-text {
    color: #ffffff;
    display: none;
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 1.5;
    padding: 20px 0 30px;
}

.header-section .header-left-container:hover .header-logo {
    display:none;
}
.header-section .header-left-container:hover .logo-hover-text{
    display:block;
}
.header-section .header-right-container {
    margin: 0;
    padding-left: 200px;
    text-align: right;
    width: 100%;
    padding-top:50px;
}

.header-section .header-left-container, .header-section .header-right-container {  /*** Aligns containers for header-top-red-bar ***/
    top: -28px;    
}


.header-section .header-menu ul li {
  padding: 0px 18px 12px;
  position: relative;
}
.header-section .header-menu ul li.hs-menu-depth-1::after {
    background: #77787b none repeat scroll 0 0;
    content: "";
    height: 15px;
    position: absolute;
    right: -1px;
    top: 3px;
    transform: rotate(17deg);
    -webkit-transform: rotate(17deg);
    width: 2px;
}
.header-section .header-menu ul li:last-child::after {
    display:none;
}
.header-section .header-menu ul li:last-child {
    padding-right:0;
}
.header-section .header-menu ul li a {
    color: #77787b;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    text-transform: uppercase;
}
.header-section .header-menu ul li a:hover  {
    color:#760725;
}
.header-section .header-menu ul ul {
    padding-top: 18px;
    top: 20px;
    width: 150px;
}
.header-section .header-menu ul ul ul {
    left: 152px!important;
    padding-top: 0;
}
.header-section .header-menu ul ul li {
    background: #ffffff none repeat scroll 0 0;
    padding: 0;
    text-align: left;
}
.header-section .header-menu ul li ul a {
    font-size: 14px;
    padding: 10px;
}
#slider2_container  .slider-text  {
    background-color: rgba(14, 14, 14, 0.75);
    bottom: 0;
    left: 0;
    margin: -180px auto 65px;
    opacity: 1;
    padding: 20px 30px 50px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 600px;
    z-index: 2;
}
#slider2_container .slider-text p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
}
#slider2_container .jssorcaption_1.bg-image {
    position:static !important;
    padding: 0;
    transform: none !important;
}
#slider2_container .jssorb21 {
    bottom: 80px !important;
    height: auto;
    left: 0 !important;
    margin: 0 auto !important;
    max-width: 540px;
    padding: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9;
    text-align:left;
}
#slider2_container .jssorb21 div {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: inline-block !important;
    height: 17px !important;
    margin: 0 12px 0 0;
    padding: 0 !important;
    text-indent: -9999px;
    width: 17px !important;
    position:static !important;
}
#slider2_container .jssorb21 div.av {
  background: #9a1220 none repeat scroll 0 0; /* originally #7e0828 */
  cursor: default;
}
#slider2_container .arrowNavigation {
    bottom: 150px;
    float: none !important;
    height: auto !important;
    left: 600px !important;
    margin: 0 auto !important;
    max-width: 130px;
    overflow: visible !important;
    padding: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: auto !important;
    width: auto;
    z-index: 99;
}
#slider2_container .arrowNavigation  .jssora21l , #slider2_container .arrowNavigation .jssora21r , #slider2_container .arrowNavigation  .jssora21ldn , #slider2_container .arrowNavigation .jssora21rdn {
    background: #9a1220 none repeat scroll 0 0 !important; /* originally #7e0828F */
    color: #ffffff;
    height: 47px !important;
    width: 35px !important;
    line-height: 47px;
}
#slider2_container .arrowNavigation .jssora21r , #slider2_container .arrowNavigation .jssora21rdn {
    border-left: 1px solid #77787b;
}

/* footer Section */

.footer-section {
    background: #77787b;
    padding:30px 0;
    color:#fff;
}
.footer-section .footer-links ul {
    margin:0;
}
.footer-section .footer-links ul li {
    height: auto;
    line-height: normal;
    margin: 0 0 4px;
}
.footer-section .footer-links ul li a {
    color:#fff;
    padding:0;
    display:inline-block;
    font-size:16px;
}
.footer-section .footer-links ul li a:hover {
    color:#9a1220;/* originally #7e0828 */
}
.footer-section .footer-address-container p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
.footer-section .footer-address-container p a {
    color:#fff;
    text-decoration:none;
}
.footer-section .footer-logo-container {
    text-align:right;
}
.footer-section .footer-logo-container  .footer-logo img {
    max-width:250px; /* originally 230px */
}
.footer-section .footer-logo-container .footer-tag-line {
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0 0;
}
.footer-section .footer-social-container ul {
    list-style: outside none none;
    margin:20px 0 0;
    padding: 0;
}
.footer-section .footer-social-container ul li {
    display:inline-block;
}
.footer-section .footer-social-container ul li a {
    background: #ffffff none repeat scroll 0 0;
    color: #9a1220;/* originally #7e0828 */
    display: block;
    height: 28px;
    text-align: center;
    width: 28px;
    padding-top: 3px;
    padding-left: 2px;
    padding-right: 2px;
}
.footer-section .footer-social-container ul li a:hover {
    color: #77787b;
}
.footer-section .footer-copyrights-text {
   font-size:14px; 
   min-height: 0;
}

.footer-section .footer-copyrights-text a {
    color: #fff;
    text-decoration: none;
}
.footer-section .footer-copyrights-text a:hover {
    text-decoration: none; /* originally "underline" */
}

/*  ---------------- FOOTER end -------------------- */

.row-wrapper {
 background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
 box-shadow: 0 0 100px 0 rgb(207, 207, 207) inset;
 padding: 45px 0;
}
.home-content-area {
  clear: both;
}
.home-content-area .post-block {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d4d5d5;
    box-sizing: border-box;
    float: left;
    height: 315px;
    margin: 0 20px 20px 0;
    max-width: 300px;
    overflow: hidden;
    position: relative;
    width:300px;
    z-index: 2;
}
.home-content-area .post-block:nth-child(3n) {
  margin-right: 0;
}
/*.home-content-area .post-block .recent-featured-img , .home-content-area .top-right-cta-container .cta_button img {
    height:200px;
}*/
.home-content-area .post-block .post-info {
    padding: 9px 17px;
}
.home-content-area .post-block .post-info h3 {
    color: #989898;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 6px;
    text-transform: uppercase;
}
.home-content-area .post-block .post-info p {
    margin:0 0 10px;
    font-size: 16px;
}
.home-content-area .post-block .post-info p a {
    color: #565656;
    line-height: 1.4;
    text-decoration: none;
}
.home-content-area .top-right-cta-container .recent-post-title {
    color: #565656;
    line-height: 1.4;
    font-size: 16px;
}
.row-fluid .small-block-main {
    float: none;
    margin: 0 auto !important;
    max-width: 945px;
    padding-left: 0;
    padding-top:50px;
}
.blog-list-middle-section  .small-block-main {
    padding-top:0;
}
.home-content-area .post-block .post-info .topic-link {
    color: #989898;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 6px;
    text-transform: uppercase;
    text-decoration: none;
}

.expertise-middle-section , .about-us-middle-section , .blog-list-middle-section  {
    padding-top:80px;
}
.add-expertise-section {
    padding-bottom:20px;
}
.add-expertise-section .expertise-container {
    float: left;
    margin-right: 3%;
    width: 31.2%;
    margin-bottom: 3%;
    position: relative;
    overflow:hidden;
}
.add-expertise-section .expertise-container .expertise-img img {
    height:200px;
}
.add-expertise-section .expertise-container .expertise-title h2 {
    background: #760725 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 10px;
    text-align: center;
}
.add-expertise-section .expertise-container .expertise-overlay-text {
    background: #7a0726 none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(0px, 100%, 0px);
    -webkit-transform: translate3d(0px, 100%, 0px);
}
.add-expertise-section .expertise-container .expertise-overlay-text .overlay-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
}
.add-expertise-section .expertise-container .expertise-overlay-text p {
    margin:0;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 500;
}
.add-expertise-section .expertise-container .expertise-overlay-text .overlay-link a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
.add-expertise-section .hs_cos_wrapper_type_custom_widget:nth-child(3n+0) .expertise-container {
    margin-right:0;
}
.add-expertise-section .expertise-container:hover .expertise-overlay-text {
    transform: translate3d(0px, 0, 0px);
    -webkit-transform: translate3d(0px, 0, 0px);
}

.why-choose-section {
    padding:30px 0 60px;
}
.why-choose-section h2 {
    font-size: 33px;
    margin: 0 0 ;
    text-transform: uppercase;
}
.why-choose-section p {
    margin:0;
    font-size:20px;
}
.why-choose-section ul {
    margin: 20px 0 0;
    padding: 0 0 0 20px;
}
.why-choose-section ul li {
     font-size:20px;
}
.our-history-section .history-img {
    margin: 0 3% 0 0;
    width: 230px;
}
.our-history-section .history-img:nth-child(3n+0) {
     margin-right:0;
}
.our-history-section .history-img img {
   min-height: 150px;
    width: 100% !important;
}
.our-history-section .history-text-section {
    padding-top:20px;
    padding-bottom: 10px;
}
.history-text-section h2 , .leadership-section h2 {
    margin:0;
    font-size:33px;
    text-transform: uppercase;
}
.history-text-section .our-history-text p {
    margin:0 0 20px;
    font-size:20px;
}
.leadership-section h2 {
    margin: 0 0 20px;
}
.leadership-section .slider img {
    width:100%;
    max-width:none;
}
.leadership-section .slick-slide {
  padding: 0 15px;
}
.why-fiegen-section , .employment-section {
    padding:30px 0;
}
.parallax-image-section {
    background-attachment: fixed;
    background-image: url("//cdn2.hubspot.net/hubfs/2548865/Images/about-us-parralex-image.jpg?t=1475655232827");
    background-repeat: no-repeat;
    background-size: cover;
    height: 290px;
}
.employment-section a {
    color:#000;
    text-decoration:none;
}
.employment-section p {
    margin:0 0 20px;
}

.slider  .next-prv-btn {
    bottom: -70px;
    display: block;
    left: 0;
    margin: 0 auto;
    max-width: 130px;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 9;
}
.slider .next-prv-btn button {
    background: #760725 none repeat scroll 0 0;
    display: inline-block !important;
    font-size: 26px;
    height: 45px !important;
    margin: 0 !important;
   padding: 10px 5px !important;
    position: static !important;
    text-align: left;
    text-indent: 0 !important;
    width: 55px !important;
}
.slider .next-prv-btn button:hover .fa {
    color:#77787b;
}
.slider .next-prv-btn button.slick-prev {
    text-align:right;
}
.slider  .next-prv-btn button:before {
    display:none;
}
.slider  .next-prv-btn button .fa {
    text-indent: 0!important;
    color:#fff;
}
.leadership-section {
    padding-bottom:105px;
}
.contact-two-column-container {
    padding: 40px 0;
}
.contact-two-column-container .contact-form-container h2 {
    border-bottom: 1px solid #cccccc;
    font-size: 24px;
    margin: 0 0 20px;
    padding-bottom: 15px;
}
.contact-two-column-container .contact-form-container h3.form-title {
    display:none;
}
.contact-two-column-container .contact-form-container {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    padding: 20px;
}
.contact-two-column-container .contact-form-container .hs-form  .hs-form-field {
    margin-bottom:15px;
}
.contact-two-column-container .contact-form-container .hs-form  .hs-form-field > label {
    margin:0 0 5px;
    display: block;
    color: #77787b;
    font-size: 16px;
}
.contact-two-column-container .contact-form-container .hs-form .hs-form-field .hs-input {
    background: #f0f0f1 none repeat scroll 0 0;
    border: 0 none;
    color: #77787b;
    font-size: 15px;
    padding: 10px !important;
}
.contact-two-column-container .contact-form-container .hs-form .hs-error-msgs {
    list-style:none;
    margin:0;
    padding:0;
}
.contact-two-column-container .contact-form-container .hs-form .hs-error-msgs  label {
    font-size:12px;
    color:red;
}
.contact-two-column-container .contact-form-container .hs-form .hs-button {
    background: #9a1220 none repeat scroll 0 0; /* originally #7e0828 */
    border: 1px solid #9a1220; /* originally #7e0828 */
    border-radius: 6px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 31px;
    cursor:pointer;
}
.contact-two-column-container .contact-form-container .hs-form .hs-button:hover {
    background:none;
    color:#9a1220; /* originally #7e0828 */
}
.contact-two-column-container .contact-social-container {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    padding: 20px;
    text-align: center;
}
.contact-two-column-container .contact-social-container .contact-social-icons ul {
    list-style:none;
    margin: 20px 0 0;
    padding:0; 
}
.contact-two-column-container .contact-social-container .contact-social-icons ul li {
    display: inline-block;
    height: 35px;
    margin: 0 5px 0 0;
    width: 35px;
}
.contact-two-column-container .contact-social-container .contact-social-icons ul li a {
    background: #77787b none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 100%;
    line-height: 35px;
    padding: 0;
    text-align: center;
    width: 100%;
}
.contact-two-column-container .contact-social-container .contact-social-icons ul li a:hover {
     background: #9a1220
} /* originally #7e0828 */
.contact-banner-image img {
    width:100% !important;
}
.blog-heading h2 {
    margin-bottom:30px;
}

.blog-list-middle-section .post-item {
  display: none;
}
.loader {
  border: 10px solid #77787B;
  border-radius: 50%;
  border-top: 10px solid #6D0622;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
 margin: 20px auto 40px;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*.home-content-area .post-block.first-blog-list .recent-post-block {
    height: 200px;
}*/
.home-content-area .post-block.first-blog-list .recent-post-block a {
    display:block;
    height: 100%; /*** orig was 100% ***/
}
/*.home-content-area .post-block.first-blog-list .recent-post-block img {
    height:100%;
}*/

/*
.home-content-area .post-block.first-blog-list .blog-overlay-text {
    background: rgba(122, 7, 38, 0.8) none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 50px 25px 10px 45px;
}
*/

/*
.home-content-area .post-block.first-blog-list .blog-overlay-text p {
    margin:0;
    font-size: 28px;
    font-weight: 600;
  }
*/
.home-content-area .post-block.first-blog-list .blog-overlay-text p a {
    font-size: 16px;
    text-decoration: none;
    margin: 0 0 10px;
}

.blog-post-middle-section .post-left-side-container h3 , .post-left-side-container .blog-subscribe-section .widget-type-header h2 {
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.blog-post-middle-section .post-left-side-container ul {
    list-style:none;
    padding:0;
    margin:0;
}
.blog-post-middle-section .post-left-side-container ul a {
    color: #77787b;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    text-decoration: none;
}
.blog-post-middle-section .post-left-side-container ul a:hover {
    color:#9a1220; /* originally #7e0828 */
}
.blog-post-middle-section .post-left-side-container .post-social-custom a {
  background: #77787b none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  width:35px;
  margin-right: 10px;
  
}
.blog-post-middle-section .post-left-side-container .post-social-custom a:hover {
  background: #9a1220 none repeat scroll 0 0; /* originally #7e0828 */
}
.blog-post-middle-section .post-right-side-container h1 {
    font-size:30px;
    margin: 0 0 15px;
    color:#77787b;
}
.blog-post-middle-section .post-right-side-container  h2 {
    font-size:22px;
    margin: 0 0 10px;
     color:#77787b;
}
.blog-post-middle-section .post-right-side-container  h3 {
    font-size:18px;
    margin: 0 0 10px;
     color:#77787b;
}
.blog-post-middle-section .post-right-side-container .post-body p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
     color:#77787b;
}
.blog-post-middle-section .post-right-side-container .post-body li {
    font-size: 16px;
    line-height: 1.5;
    line-height: 1.5;
}

/*** controls category favicon and label on project bolg post ***/

.blog-post-middle-section .post-right-side-container p a {
    color:#000;
    font-size: 16px;
    text-decoration:none;
}
.blog-post-middle-section .post-right-side-container #hubspot-topic_data .fa {
    color:#740725;
    font-size: 16px;
    vertical-align: middle;
}
.blog-post-middle-section .post-right-side-container #hubspot-topic_data a:hover {
    color:#740725;
}
.blog-post-container-section {
    padding:50px 0;
}
.post-top-section {
    background: none;
}
.post-top-section .hs-featured-image-wrapper img {
 width:100% !important;   
}

 /* controls left column of blog template with date and contributor information */
 
.post-top-section .top-post-left-container {
    margin-top:80px;
    color:#616161; /* originally #fff */
    font-size:16px;
}
.post-top-section .top-post-left-container a {
    color:#616161;  /* originally #fff */
    text-decoration: none;
}
.post-top-section .top-post-left-container .blog-post-date {
    margin:0 0 10px;
}
.post-left-side-container .blog-subscribe-section {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.post-left-side-container .blog-subscribe-section h3.form-title {
    display:none;
}
.post-left-side-container .blog-subscribe-section .hs-form .hs-form-field > label {
    color: #77787b;
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
}
.post-left-side-container .blog-subscribe-section .hs-form .hs-form-field .hs-input {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  color: #77787b;
  font-size: 15px;
  padding: 10px !important;
}
.post-left-side-container .blog-subscribe-section .hs-form .hs-form-field > label {
    display:none;
}
.post-left-side-container .blog-subscribe-section .hs-form .hs-form-field {
  margin-bottom: 15px;
}
.post-left-side-container .blog-subscribe-section .hs-form .hs-button {
  background: #9a1220 none repeat scroll 0 0; /* originally #7e0828 */
  border: 1px solid #9a1220; /* originally #7e0828 */
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
}
.post-left-side-container .blog-subscribe-section .hs-form .hs-button:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
  color: #9a1220; /* originally #7e0828 */
}
.post-left-side-container .blog-subscribe-section .hs-form .hs-error-msgs {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.post-left-side-container .blog-subscribe-section .hs-form .hs-error-msgs label {
  color: #ff0000;
  font-size: 12px;
}
.blog-post-container-section .post-left-side-container {
    margin-left: 0;
    padding-right: 40px;
    padding-top:2px;
}
.blog-post-container-section .post-right-side-container {
    float:right;
}
.post-left-side-container .blog-subscribe-section h4 {
    color: #7d0828;
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0 10px;
    text-align: center;
}
.row-wrapper.home-middle-section {
    padding-top:0;
}
.quote-box::after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f5f5f5;
  bottom: -20px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 0;
}
.quote-box {
  background: #f5f5f5 none repeat scroll 0 0 padding-box;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 30px 30px 15px;
  position: relative;
}
.quote {
  border: 0 none;
  color: #666;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.details {
  font-size: 13px;
}
.name {
  display: block;
  font-family: "Montserrat",sans-serif;
  font-weight: normal;
}
.testimonial-headshot img {
  border: 5px solid #f5f5f5;
  border-radius: 50%;
  margin-top: -10px;
  max-height: 150px;
  max-width: 150px;
}
.text-center {
  text-align: center;
}
.left-side-post-filter ul li a {
  color: #fff;
  text-decoration: none;
}
.left-side-post-filter ul li a:hover {
    color:#9a1220; /* originally #7e0828 */
}
.left-side-post-filter ul li {
    color:#fff;
}
.first-blog-list {
    cursor: pointer; 
}
.contact-google-map-container {
    padding:10px 0 0;
}
.contact-two-column-container .contact-social-container .contact-address-details h2 {
    border-bottom: 1px solid #cccccc;
    font-size: 24px;
    margin: 0 0 20px;
    padding-bottom: 15px;
}
.contact-two-column-container .contact-social-container .contact-address-details p {
    color: #565656;
    line-height: 1.6;
}
.contact-two-column-container .contact-social-container .contact-address-details p a {
     color: #565656;
     text-decoration: none;
}
.contact-two-column-container .contact-social-container .free-consultant-cta {
    border: 1px solid #9a1220 !important; /* originally #7e0828 */
    border-radius: 6px !important;
    box-shadow: none !important;
    font-size: 16px !important;
    margin-top: 20px;
    padding: 6px 16px !important;
}
.contact-two-column-container .contact-social-container .free-consultant-cta:hover {
    background:none !important;
    color:#9a1220 !important; /* originally #7e0828 */
}
.blog-post-middle-section .post-left-side-container .post-topics-section {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.blog-post-middle-section .post-left-side-container .post-topics-section .block h3:empty {
    display:none;
}
.blog-post-middle-section .post-left-side-container .post-topics-section ul li { 
    margin-bottom:10px;
}
.blog-post-middle-section .post-left-side-container .post-topics-section ul li:last-child {
    margin-bottom:0;
}

.leadership-section .slide__caption {
    top:0;
}
.leadership-section .slide__caption .leader-details {
    height:100%;  
    line-height: 1.45em;
}
.leadership-section .leader-name {
    padding: 20px;
    background:#fff;
    text-align: left;
}
.leadership-section .leader-name h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 7px;
    text-transform: uppercase;
    z-index: 4;
    position: relative;
    color: #616161;
}
.leadership-section .leader-name span {
    z-index: 4;
    position: relative;  
    color: #616161;
}

.leadership-section .slide:hover .leader-name h3 , .leadership-section .slide:hover .leader-name span {
    color:#fff;
}
.leadership-section .slide .leader-image-slide {
    overflow: hidden;
    padding: 0 15px;
    position: relative;      
}

.leadership-section .slide {
    padding:0;
}
.leadership-section .slide .image {
    height: 300px;
    overflow: hidden;
}

.small-block-main .image-blc {
  height: 190px;
  overflow: hidden;
}


/*******************************************/
/*  Custom Menu Primary */
/*******************************************/

@media (min-width: 767px){  /*  used to be 961 - need to change back? */

  a.mobile-trigger, a.child-trigger {
      display: none !important; /* Hide button on Desktop */
  }

}

@media (max-width: 767px){   /* used to be 960 - need to change back?  */

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */
    /* Toggle Button
     ========================================================================== */

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 56px;          /* Position Button at top right of screen  */
      right: 10px;        /*******************************************/
      width: 34px; /* Button width */
      height: auto; /* Button height */      
      padding: 7px 4px;
      background: #000; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
      border: 1px solid #E2E2E2;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #E2E2E2;
      border-color: #E2E2E2 !important;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
      display: none;
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #000;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
      display: none
}

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 5px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 15px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #E2E2E2; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 6px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  /* Child Toggle Button
     ========================================================================== */

  a.child-trigger {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #E2E2E2; /* Icon color */
      display: block;
  }
  a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
}

@media(max-width:1200px) {
    #slider2_container .slider-text p {
        font-size: 29px;
    } 
    #slider2_container .arrowNavigation {
        max-width: 167px;
        bottom: 190px;
    }
    #slider2_container .arrowNavigation .jssora21l, #slider2_container .arrowNavigation .jssora21r, #slider2_container .arrowNavigation .jssora21ldn, #slider2_container .arrowNavigation .jssora21rdn {
        font-size: 28px;
        height: 75px !important;
        line-height: 75px;
        width: 54px !important;
    }
    #slider2_container .jssorb21 div {
    border-radius: 50%;
    height: 24px !important;
    width: 24px !important;
    }
}
@media(max-width:1020px) { 
    .home-content-area .page-center {
        padding:0;
    }
    .home-content-area .post-block {
        margin: 0 2% 20px 0;
        max-width: none;
        width: 32%;
    }
   .row-fluid .small-block-main {
        padding-left: 0;
        max-width: none;
    }
    .home-content-area .post-block .post-info p , .home-content-area .top-right-cta-container .recent-post-title {
        font-size: 15px;
    }
    #slider2_container .arrowNavigation .jssora21r, #slider2_container .arrowNavigation .jssora21rdn {
    border-left: 2px solid #77787b;
    }
    .add-expertise-section .expertise-container .expertise-title h2 {
        font-size: 20px;
    }
    .add-expertise-section .expertise-container .expertise-overlay-text .overlay-link a , .add-expertise-section .expertise-container .expertise-overlay-text p  {
        font-size: 16px;
    }
}
@media(max-width:920px) { 
    #slider2_container .slider-text p {
        font-size: 20px;
    }
    #slider2_container .slider-text p {
    font-size: 35px;
    }
    #slider2_container .slider-text {
        padding: 20px 30px 70px;
    }
    #slider2_container .jssorb21 {
    bottom: 95px !important;
    }
    .header-section .header-menu ul li {
        padding: 0 14px 12px;
    }
    .add-expertise-section .expertise-container .expertise-title h2 {
        font-size: 17px;
        padding: 13px 10px;
    }
    .add-expertise-section .expertise-container .expertise-overlay-text {
        padding: 10px;
    }
    .blog-post-container-section .post-left-side-container {
        padding-right: 0;
    }
    .small-block-main .image-blc {
    height: 170px;
    }
}

@media(max-width:820px) { 
    .small-block-main .image-blc {
        height: 150px;
    }
}
@media(max-width:767px) { 
    .header-section .header-left-container {
        float: none;
        height: 80px;
        margin: 10px auto !important;
        position: static;
        width: 130px;
    }
    .header-section .header-left-container:hover .logo-hover-text {
        display:none;
    }
    .header-section .header-left-container:hover .header-logo {
    display: block;
    }
    .phone-number {
        float: none;
        margin: 5px auto !important;
    }
    .header-section .header-left-container:hover {
        background: #ffffff none repeat scroll 0 0;        
    }
    .header-section .header-right-container {
       padding: 0;
        min-height:0;
    }
    .header-section .header-right-container * {
       min-height:0; 
    }
    .header-section  .hs-menu-wrapper {
        background: #77787b none repeat scroll 0 0;
        display: none;
        left: 0;
        position: absolute;
        right: 0;
        text-align: left;
        top: 100px;
        z-index: 9;
    }
    .header-section .header-menu ul {
        display:block;
    }
    .header-section .header-menu ul ul {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        max-width: none;
        opacity: 1 !important;
        padding: 0 0px;
        position: static !important;
        visibility: visible !important;
        width: auto;
    }
    .header-section .header-menu ul ul li {
        background:#989898;
        padding-left:15px;
    }
    .header-section .header-menu ul li {
            display: block;
            padding: 0;
            width: 100%;
    }
     .header-section .header-menu ul li a {
         padding:10px;
         color:#fff;
     }
     .header-section .header-menu ul ul li a {
         color:#fff;
     }
      .header-section .header-menu ul li a:hover {
          color:#9a1220; /* originally #7e0828 */
      }
      a.mobile-trigger {
          top: 32px;
          right: 20px;
      }
    .footer-section {
    text-align: center;
    }
    .footer-section .footer-logo-container {
        margin: 25px 0;
        text-align: center;
    }
    .footer-section .footer-address-container {
        margin: 15px 0 0;
    }
    .home-content-area .post-block {
        display: block;
        float: none;
        margin: 0 auto 20px !important;
        max-width: 310px;
        width: 100%;
    }
    .home-content-area .post-block .recent-featured-img, .home-content-area .top-right-cta-container .cta_button img {
         height: auto;
    }
    #slider2_container .slider-text p {
        font-size: 45px;
    }
    #slider2_container .slider-text {
        width:100% !important;
        max-width: 900px;
         padding-bottom:100px;
    }
    #slider2_container .jssorb21 {
        max-width: 835px;
    }
    #slider2_container .jssorb21 div {
        border-radius: 50%;
        height: 35px !important;
        margin: 0 20px 0 0;
        width: 35px !important;
    }
    #slider2_container .arrowNavigation {
        bottom: 240px;
        left: 900px !important;
        max-width: 203px;
    }
    #slider2_container .arrowNavigation .jssora21l, #slider2_container .arrowNavigation .jssora21r, #slider2_container .arrowNavigation .jssora21ldn, #slider2_container .arrowNavigation .jssora21rdn {
    font-size: 35px;
    height: 100px !important;
    line-height: 100px;
    width: 73px !important;
    }
    #slider2_container .jssorb21 {
        bottom: 115px !important;
    }
    #slider2_container .arrowNavigation .jssora21r, #slider2_container .arrowNavigation .jssora21rdn {
        border-left: 3px solid #77787b;
    }
    .row-wrapper {
    padding: 40px 0;
    }
    .add-expertise-section .expertise-container {
        display: block;
        float: none;
        margin: 0 auto 20px !important;
        max-width: 310px;
        width: 100%;
    }  
    .add-expertise-section .expertise-container .expertise-img img {
        height: auto;
        min-height: 170px;
        width: 100%;
    }
    .why-choose-section {
        padding: 20px 0 30px;
    }
    .why-choose-section h2 {
        font-size: 26px;
        margin: 0 0 5px;
    }
    .why-choose-section p , .why-choose-section ul li {
        font-size: 18px;
    }
    .our-history-section .history-img {
        margin: 0 auto 20px !important;
        max-width: 300px;
        width: 100%;
    }
    .our-history-section .history-img img {
        min-height: auto;
    }
    .history-text-section h2, .leadership-section h2 {
        font-size: 25px;
    }
    h2 {
         font-size: 25px;
    }
    .history-text-section .our-history-text p {
        font-size: 18px;
        margin: 0 0 10px;
    }
    p, ul li {
        font-size: 18px;
        margin: 0;
    }
    .employment-section p {
     margin: 0 0 10px;
    }
    .leadership-section {
        padding-bottom: 105px !important;
    }
    .expertise-middle-section, .about-us-middle-section , .blog-list-middle-section  {
        padding-top: 40px;
    }
    .contact-two-column-container .contact-form-container {
        margin: 10px auto 30px !important;
        max-width: 450px;
    }
    .contact-two-column-container {
        padding: 30px 0;
    }
    .blog-heading h2 {
        text-align: center;
    }
    .post-top-section .top-post-left-container {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .post-top-section {
        padding: 40px 0;
    }
    .blog-post-container-section {
        padding: 40px 0;
    }
    .blog-post-middle-section .post-right-side-container .post-header h1 {
        font-size: 24px;
    }
    .blog-post-container-section .post-left-side-container {
            clear: both;
            display: block;
            float: left;
            margin: 30px 0 0;
            padding-right: 0;
            text-align: center;
            width: 100%;
    }
    .post-left-side-container .blog-subscribe-section .hs-form {
        margin: 10px auto 0;
        max-width: 300px;
        text-align:left;
    }
    .contact-two-column-container .contact-social-container {
        margin: 0 auto;
        max-width: 450px;
    }
    .small-block-main .image-blc {
        height:auto;
    }
    .home-content-area .post-block {
    height: auto;
    }
}

@media(max-width:550px) { 
    #slider2_container .slider-text p {
    font-size: 56px;
    }
    #slider2_container .arrowNavigation {
        bottom: 280px;
        left: 900px !important;
        max-width: 241px;
    }
    #slider2_container .arrowNavigation .jssora21l, #slider2_container .arrowNavigation .jssora21r, #slider2_container .arrowNavigation .jssora21ldn, #slider2_container .arrowNavigation .jssora21rdn {
    font-size: 43px;
    height: 120px !important;
    line-height: 120px;
    width: 89px !important;
    }
    .home-content-area .post-block.first-blog-list .blog-overlay-text p {
        font-size: 26px;
    }
}

@media(max-width:480px) { 
    #slider2_container .jssorb21 {
        display: none;
    }
    #slider2_container .slider-text {
        max-width: 1110px;
        padding: 50px;
    }
    #slider2_container .arrowNavigation .jssora21l, #slider2_container .arrowNavigation .jssora21r, #slider2_container .arrowNavigation .jssora21ldn, #slider2_container .arrowNavigation .jssora21rdn {
        font-size: 55px;
        height: 140px !important;
        line-height: 145px;
        width: 115px !important;
    }
    #slider2_container .arrowNavigation {
        bottom: 290px;
        left: 1100px !important;
        max-width: 288px;
    }
    #slider2_container .slider-text p {
    font-size: 80px;
}

.basic-page-left-side-container a {
    color:#000;
    text-decoration:none;
}

.blog-sub {
    background: #9a1220;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 6px;
    text-transform: none;
}

