/**
 * @license
 * MyFonts Webfont Build ID 3329115, 2017-01-09T14:28:39-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Eurostile-Reg by URW++
 * URL: http://www.myfonts.com/fonts/urw/eurostile/t-regular/
 * 
 * Webfont: Eurostile-Bol by URW++
 * URL: http://www.myfonts.com/fonts/urw/eurostile/t-bold/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3329115
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright 2010 URW++ Design &amp; Development Hamburg
 * 
 * © 2017 MyFonts Inc
*/
  
@font-face {font-family: 'Eurostile Regular';src: url('fonts/32CC5B_0_0.eot');src: url('fonts/32CC5B_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/32CC5B_0_0.woff2') format('woff2'),url('fonts/32CC5B_0_0.woff') format('woff'),url('fonts/32CC5B_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Eurostile Bold';src: url('fonts/32CC5B_1_0.eot');src: url('fonts/32CC5B_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/32CC5B_1_0.woff2') format('woff2'),url('fonts/32CC5B_1_0.woff') format('woff'),url('fonts/32CC5B_1_0.ttf') format('truetype');}
body {
    font-family: 'Eurostile Regular', 'Open Sans', sans-serif;
    color: #464646;
    font-size: 16px;
}
/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #464646;
    background: #fff;
    z-index: 100000; /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}
/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px;
}

/*
----------------------------------------------
Site structure
----------------------------------------------
*/
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    position: relative;
    /*padding-bottom: 327px;*/
    padding-top: 90px;
}
footer.site-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*
----------------------------------------------
Header
----------------------------------------------
*/
header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, #244E98, #263975);
    height: 90px;
    z-index: 100;
}
.admin-bar header.site-header {
    top: 32px;
}
.site-header > .container {
    position: relative;

}
.header_bg_img {
    background-image: url("../images/header_lines.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 90px;
    margin-left: -66px;
    position: absolute;
    top: -1px;
    width: 1385px;
}
.header-widget-area {
    height: 90px;
}
.site-title,
.site-description {
    text-indent: -10000px;
}
.site-title a {
    display: block;
    height: 90px;
    left: 0;
    position: absolute;
    top: 0;
    width: 185px;
}

/*Search form*/
#serch_form_toogle {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    float: right;
    font-size: 16px;
    height: 20px;
    justify-content: center;
    margin-left: 20px;
    margin-top: 52px;
    position: relative;
    /*text-shadow: 0 10px 6px rgba(0, 0, 0, 0.7);*/
    width: 20px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
#serch_form_toogle.activated {
    text-shadow: 0 10px 6px rgba(0, 0, 0, 0.7);
    font-size: 22px;
    z-index: 2;
}
.header_search_block {
    position: relative;
}
.header_search_block .search-form input[type="submit"] {
    display: none;
}
.header_search_block .search-form input[type="search"] {
    border: 1px solid #244b94;
    border-radius: 0;
    top: -100px;
    font-size: 20px;
    padding: 5px 40px;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.header_search_block .search-form.activated input[type="search"] {
    top: 0;
}
.search .bottom_block_bg .cover_bg_right {
    width: 100%;
}
.search .archive-title {
    color: #fff;
    font-size: 39px;
    margin-bottom: 0;
    margin-top: 0;
    background-color: #484848;
    max-height: 60px;
    overflow: hidden;
    padding-top: 17px;
}
.search #genesis-content > .entry:first-of-type {
    padding-top: 20px;
}

/*page-template-inside_di*/
.articles_container {
    padding-top: 63px;
    padding-bottom: 0;
}
.post_meta {
    border-bottom: 1px solid #cccccc;
    font-size: 12px;
    padding: 15px 0 2px;
}
.post_meta span {
    color: #194173;
}
.inside_article_sumb img {
    width: 100%;
    height: auto;
}
.inside_article_sumb {
    max-height: 230px;
    overflow: hidden;
}
.inside_di_preview h3 {
    font-size: 20px;
}
.inside_di_preview {
    margin-bottom: 40px;
}
.inside_read_more {
    display: inline-block;
    padding: 0 15px 0 0;
    position: relative;
}
.inside_read_more:after {
    border-color: transparent #fb9c3a;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-width: 0.5rem 0 0.5rem 0.6rem;
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    top: 0.5rem;
}
.di_inside_header_bg {
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: #484848;
}
.di_inside_header_bg:after {
    position: absolute;
    content: '';
    height: 10px;
    bottom: 0;
    left: 0;
    background-color: #76777B;
    width: 50%;
}

@media (max-width: 767px) {
    .search .archive-title {
        font-size: 32px;
        margin-bottom: 10px;
        padding: 17px 15px 0;
        min-height: 60px;
        max-height: 200px;
    }
    .search #genesis-content {
        padding: 0;
    }
    .search #genesis-content > .entry:first-of-type {
        padding-top: 20px;
    }
    .search #genesis-content > .entry {
        padding-left: 15px;
        padding-right: 15px;
    }
    .search #genesis-content > .entry:last-of-type {
        padding-bottom: 40px;
    }
    .inside_article_sumb {
        max-height: 500px;
    }
}
@media (max-width: 991px) {
    .articles_container {
        padding-top: 40px;
    }
    .di_inside_header_bg:after {
        width: 0;
    }
}
/*
----------------------------------------------
Menu
----------------------------------------------
*/
#menu-primary-menu ul {
    border-radius: 0;
}
@media (min-width: 992px) {
    .dropdown-menu {
        min-width: 0;
    }
    #menu-primary-menu ul {
        background-color: #505055;
    }
    #menu-primary-menu > li.menu-item-has-children > .dropdown-menu {
        max-height: 0;
        overflow: hidden;
        display: block;
        -webkit-transition: max-height .3s cubic-bezier(.1, 1.05, 1, 1) 0s;
        -moz-transition: max-height .3s cubic-bezier(.1, 1.05, 1, 1) 0s;
        -o-transition: max-height .3s cubic-bezier(.1, 1.05, 1, 1) 0s;
        transition: max-height .3s cubic-bezier(.1, 1.05, 1, 1) 0s;
    }
    #menu-primary-menu .dropdown-menu > .dropdown-menu {
        /*overflow-y: visible;*/

    }
    #menu-primary-menu > li.menu-item-has-children:hover > .dropdown-menu {
        /*display: block;*/
        max-height: 700px;
        -webkit-transition: max-height 5.3s cubic-bezier(.1, 1.05, 0, 1) 0s;
        -moz-transition: max-height 5.3s cubic-bezier(.1, 1.05, 0, 1) 0s;
        -o-transition: max-height 5.3s cubic-bezier(.1, 1.05, 0, 1) 0s;
        transition: max-height 5.3s cubic-bezier(.1, 1.05, 0, 1) 0s;
    }
    .dropdown-menu li {
        width: 210px;
        position: relative;
    }
    #menu-primary-menu .dropdown-menu li.menu-item-has-children > .dropdown-menu {
        position: absolute;
        left: 210px;
        top: 0;
        margin: 0;
        background-color: #f0f;
        overflow: hidden;
        width: 0;
        display: block;
        -webkit-transition: all .3s linear 0s;
        -moz-transition: all .3s linear 0s;
        -o-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
    }
    #menu-primary-menu .dropdown-menu li.menu-item-has-children:hover > .dropdown-menu {
        width: 210px;
    }
    .dropdown-menu a:after {
        background-color: #727272;
        bottom: 0;
        content: "";
        height: 1px;
        left: 15px;
        position: absolute;
        width: 180px;
        /*border-top: 1px solid #fff;*/
    }
    .dropdown-menu li:last-child > a:after {
        width: 0;
    }
    #menu-primary-menu > li.menu-item-has-children:last-child li.menu-item-has-children > .dropdown-menu {
        left: 0;
        border-left: none;
        width: 0;
        -webkit-transition: all .3s linear 0s;
        -moz-transition: all .3s linear 0s;
        -o-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
    }
    #menu-primary-menu > li.menu-item-has-children:last-child li.menu-item-has-children:hover > .dropdown-menu {
        left: -210px;
        width: 210px;
    }
    #menu-primary-menu > li > .dropdown-menu > li:first-child a:before {
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: -2px;
        width: 100%;
    }
    #menu-primary-menu > li > a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 5px;
        background-color: #FF9A2A;
        width: 0;
        -webkit-transition: width .3s ease-out 0s;
        -moz-transition: width .3s ease-out 0s;
        -o-transition: width .3s ease-out 0s;
        transition: width .3s ease-out 0s;
    }
    #menu-primary-menu > li:hover > a:after,
    #menu-primary-menu > li:focus > a:after,
    #menu-primary-menu > li.current-menu-item > a:after,
    #menu-primary-menu > li.current-menu-parent > a:after {
        width: 100%;
    }
}
@media (max-width: 1390px) {
    #menu-primary-menu > li.menu-item-has-children:last-child > .dropdown-menu {
        right: 0;
        left: auto;
        position: absolute;
    }
}
.dropdown-menu > li > a {
    padding: 10px 15px;
    background-color: #505055;
    color: #fff;
    white-space: normal;
    font-family: "Eurostile Regular";
    font-size: 17px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #CBC8CA;
    background-color: #505055;
}
#menu-primary-menu {
    margin-top: 40px;
}
#menu-primary-menu > li > a {
    color: #fff;
    font-family: "Eurostile Regular";
    font-size: 16px;
    text-transform: capitalize;
    padding-right: 14px;
    padding-left: 14px;
}
#menu-primary-menu > li > a:hover,
#menu-primary-menu > li > a:focus {
    background-color: transparent;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
.dropdown-menu {
    padding: 0;
    border: none;
    /*display: block;*/
}
.primary_menu_toggle {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 24px;
    margin-left: 20px;
    margin-top: 54px;
    display: none;
}
.primary_sub_menu_toggle {
    display: none;
}
@media (max-width: 991px) {
    .primary_menu_toggle {
        display: block;
    }
    #menu-primary-menu li a {
        padding-left: 15px;
        padding-right: 15px;
    }
    #menu-primary-menu {
        visibility: visible;
        background-color: #244e98;
        left: 0;
        margin: 0;
        position: fixed;
        top: 90px;
        width: 100%;
    }
    .admin-bar #menu-primary-menu {
        top: 122px;
    }
    #menu-primary-menu {
        display: none;
    }
    #menu-primary-menu li {
        border-top: 1px solid #fff;
        background-color: #505055;
    }
    #menu-primary-menu li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #menu-primary-menu.mobile_show {
        display: block;
    }
    .navbar-nav > li {
        float: none;
    }
    body.fixed_menu {
        overflow: hidden;
    }
    .fixed_menu #menu-primary-menu {
        max-height: calc(100% - 90px);
        overflow-y: auto;
    }
    #menu-primary-menu .menu-item-has-children a {
        padding-right: 40px;
    }
    .primary_sub_menu_toggle {
        position: absolute;
        right: 0;
        align-items: center;
        color: #fff;
        display: flex;
        font-size: 24px;
        height: 40px;
        justify-content: center;
        width: 35px;
        z-index: 1;
        cursor: pointer;
    }
    .open_mobile > .dropdown-menu {
        display: block;
        position: relative;
        width: 100%;
    }
    .dropdown-menu {
        box-shadow: none;
        float: none;
    }
    #menu-primary-menu .dropdown-menu .dropdown-menu li a {
        padding-left: 50px;
    }
    #menu-primary-menu .dropdown-menu > li > a {
        padding-left: 35px;
    }
    #menu-primary-menu li.current-page-parent a {
        color: #CBC8CA;
    }
}
@media (max-width: 1199px) {
    #menu-primary-menu.navbar-nav > li > a {
        padding-left: 4px;
        padding-right: 4px;
    }
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
}

/*
----------------------------------------------
Content
----------------------------------------------
*/
.entry-content {
    margin-top: 40px;
}
.page_image,
.sidebar_image {
    background-size: cover;
    background-position: 0 center;
    position: relative;
}
.sidebar-secondary {
    background-color: #F6F6F6;
}
.side_bar_header {
    background-color: #484848;
    width: 100%;
    height: 60px;
    border-bottom: 10px solid #76777B;
    margin-bottom: 20px;
}
.main_content_header {
    background-color: #484848;
    width: 100%;
    height: 60px;
    border-bottom: 10px solid #484848;
    border-top: 10px solid #484848;
}
.main_content_header h2 {
    color: #fff;
    font-family: 'Eurostile Regular';
    font-size: 39px;
    margin: 0;
}
.alt_sidebar_header {
    width: 100%;
    height: 10px;
    background-color: #FF9A2A;
}
#genesis-content {
    padding-bottom: 60px;
}
.lead {
    font-size: 18px;
}
.entry-title,
.archive-title{
    color: #194173;
    font-size: 26px;
}
.entry-content {
    margin-top: 20px;
}
blockquote {
    border-color: #E0E0E0;
    border-style: solid;
    border-width: 1px 0;
    font-size: 22px;
    color: #194173;
    text-align: center;
    padding: 20px;
}
.di_home_bottom_section {
    color: #194173;
    font-size: 30px;
    padding: 60px 0;
}
.di_ph_block {
    position: relative;
    padding: 0;
    width: 20%;
    display: inline-block;
}
.di_ph_block img {
    width: 100%;
}
.di_ph_block .title_block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
}
.di_ph_block .title_block h3 {
    font-family: 'Eurostile Regular';
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    margin: 0;
}
.di_ph_block .title_block h3 a {
    color: #fff;
    padding-left: 20px;
    display: block;
}
.di_ph_block .title_block h3 .fa {
    font-size: 24px;
    position: absolute;
    top: 8px;
}
.di_middle_container {
    background-color: #263975;
}
.capabilities_block {
    font-size: 42px;
    text-transform: uppercase;
    color: #194173;
    font-family: 'Eurostile Regular';
    margin-top: 30px;
}
.top_section {
    background-color: #EFEFEF;
    position: relative;
}
.top_title_block {
    background-color: #76777B;
}
.top_title_block h1 {
    color: #fff;
    margin: 25px 0;
    text-align: center;
}
.top_title_block h1 .fa {
    font-size: 12px;
    position: relative;
    top: -20px;
}
.top_section_over_bg {
    background-image: url("../images/lines_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    /*z-index: 1;*/
}
.home_map {
    display: flex;
    align-items: center;
}
.home_map img {
    width: 100%;
}
.top_text_map_container {
    padding-top: 70px;
    /*padding-bottom: 30px;*/
}
.home_lead {
    font-size: 22px;
    font-weight: 300;
    color: #194173;
    margin-bottom: 25px;
}
.home_lead strong,
.home_lead b {
    font-weight: 400;
}
.category_filter_block {
    background-color: #ff9a2a;
    margin-bottom: 25px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.category_filter_block label {
    color: #fff;
    margin-right: 20px;
}
.category_filter_block .post_category {
    border-radius: 0 !important;
    border: 1px solid #337ab7;
    color: #337ab7;
    background-color: #fff;
    margin-right: 20px;
    outline: none;
    height: 34px;
    display: inline-block;
}
.category_filter_block .btn-theme {
    height: 34px;
    display: inline-block;
}
.post_category option {
    padding: 5px;
    outline: none;
}
.post_category:focus {
    outline: none;
}
.post_category:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #337ab7;
}
.btn-theme {
    color: #337ab7;
    text-transform: uppercase;
    border: 1px solid #337ab7;
    border-radius: 0;
    padding: 5px 15px;
    background-image: none;
    background-color: #fff;
    /*font-family: 'Eurostile Bold';*/
    letter-spacing: 1px;
}
.btn-theme:hover {
    background-color: #337ab7;
    color: #fff;
}
.category_filter_block .form-group {
    margin-bottom: 0;
}
.article_sumb img {
    width: 100%;
    height: auto;
}
.article_sumb {
    max-height: 230px;
    overflow: hidden;
}
.post_preview h3 {
    font-size: 20px;
}
.post_preview {
    margin-bottom: 15px;
}
.article_exerpt.news_archive {
    border-bottom: 1px solid #337ab7;
}
.read_more_article {
    display: inline-block;
    padding: 0 15px 0 0;
    position: relative;
}
.read_more_article:after {
    border-color: transparent #fb9c3a;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-width: 0.5rem 0 0.5rem 0.6rem;
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    top: 0.5rem;
}
.post_preview .post-categories {
    list-style: none;
    padding: 0;
}
.post_preview .post-categories li {
    display: inline;
}
.posts_categories {
    border-top: 1px solid #337ab7;
    padding-top: 10px;
}
.related_news_headline h3 {
    border-bottom: 4px solid #e0e0e0;
    padding-bottom: 10px;
}
.secondary_sidebar_bg_simple_page {
    background-color: #f6f6f6;
    border-top: 10px solid #ff9a2a;
    height: 500px;
    position: absolute;
    right: 0;
    width: 300px;
}
.related_news_links a {
    color: #194173;
    font-size: 16px;
}
@media (max-width: 1199px) { 
    .secondary_sidebar_bg_simple_page {
        display: none;
    }
}
@media (max-width: 991px) {
    .di_ph_block {
        width: 50%;
    }
    .di_middle_container .di_ph_block:last-of-type {
        margin-left: 25%;
    }
    .category_filter_block .form-group {
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .di_ph_block {
        width: 100%;
    }
    .di_middle_container > .container > .row > .col-xs-12 {
        padding: 0;
    }
    .di_middle_container .di_ph_block:last-of-type {
        margin-left: 0;
    }
    .main_content_header {
        height: auto;
    }
}

/*Contact Form 7*/
.wpcf7-form input,
.wpcf7-form textarea {
    border: 1px solid #244b93;
    border-radius: 0;
    padding: 5px 5px 2px;
    width: 100%;
}
.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
    border: 1px solid #f00;
    border-radius: 0;
    padding: 5px 5px 2px;
    width: 100%;
}
span.wpcf7-not-valid-tip {
    margin-top: 5px;
}
.wpcf7-form textarea {
    height: 100px;
    resize: vertical;
}
.wpcf7-form-control-wrap {
    margin-bottom: 15px;
}
.wpcf7-form input[type="submit"] {
    background-color: #194173;
    color: #fff;
    padding: 9px 70px 6px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}
.wpcf7-form input[type="submit"]:hover {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
div.wpcf7-response-output {
    margin: 10px 0;
}

/*
----------------------------------------------
Pagination
----------------------------------------------
*/
.pagination {
    padding-left: 15px;
}
.pagination > ul {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
}
.pagination > ul > li {
    display: inline;
}
.pagination > ul > li > a,
.pagination > ul > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > ul > li:first-child > a,
.pagination > ul > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination > ul > li:last-child > a,
.pagination > ul > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination > ul > li > a:hover,
.pagination > ul > li > span:hover,
.pagination > ul > li > a:focus,
.pagination > ul > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > ul > .active > a,
.pagination > ul > .active > span,
.pagination > ul > .active > a:hover,
.pagination > ul > .active > span:hover,
.pagination > ul > .active > a:focus,
.pagination > ul > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #FF9A2A;
    border-color: #FF9A2A;
}
.pagination > ul > .disabled > span,
.pagination > ul > .disabled > span:hover,
.pagination > ul > .disabled > span:focus,
.pagination > ul > .disabled > a,
.pagination > ul > .disabled > a:hover,
.pagination > ul > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > ul > li > a,
.pagination-lg > ul > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > ul > li:first-child > a,
.pagination-lg > ul > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination-lg > ul > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination-sm > ul > li > a,
.pagination-sm > ul > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > ul > li:first-child > a,
.pagination-sm > ul > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination-sm > ul > li:last-child > a,
.pagination-sm > ul > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination > ul > li.pagination-omission {
    display: none;
}
/*
----------------------------------------------
Home Slider
----------------------------------------------
*/
.dihs_mob {
    display: none !important;
    width: 100%;
    height: auto;
}
.dihs_left_container,
.dihs_right_container {
    width: 50%;
    height: 500px;
    display: block;
    float: left;
}
.dihs_left_container.third_type {
    width: 37%;
}
.dihs_right_container.third_type {
    width: 63%;
}
.dihs_left_container > div,
.dihs_right_container > div {
    background-size: cover;
}

.thre_lt_img {
    width: 100%;
    height: 300px;
}
.thre_lb_img {
    width: 100%;
    height: 200px;
}
.thre_rt_img {
    width: 100%;
    height: 300px;
}
.dihs_text_bg {
    width: 100%;
    height: 200px;
}
.third_type .thre_rb_img {
    width: 20.6349206%;
    height: 200px;
    float: left;
}
.third_type .dihs_text_bg {
    width: 79.3650794%;
    float: left;
}
.dihs_text_bg {
    color: #fff;
    padding: 2% 4%;
}
.third_type .dihs_text_bg {
    padding: 2% 3.3%;
}
.dihs_text_bg h4 {
    text-transform: capitalize;
    font-size: 26px;
}
.dihs_text_bg a {
    color: #fff;
    font-size: 18px;
}
.dihs_text_bg a:hover {
    color: #fff;
    /*text-decoration: none;*/
}
.carousel-indicators {
    bottom: 0;
    width: auto;
    left: 52%;
    margin-left: 0;
    text-align: left;
}
.two_lt_img {
    height: 300px;
    width: 60%;
    float: left;
}
.two_lb_img {
    height: 200px;
    width: 60%;
    float: left;
}
.two_lr_img {
    height: 500px;
    width: 40%;
    float: right;
}
.two_r_img {
    width: 100%;
    height: 300px;
}
.one_l_img {
    width: 100%;
    height: 500px;
}
.one_rl_img,
.one_rr_img {
    width: 50%;
    float: left;
    height: 300px;
}
.carousel-control .fa-angle-right,
.carousel-control .fa-angle-left {
    height: 50px;
    width: 18px;
    font-size: 50px;
    margin-left: -9px;
    margin-top: -25px;
    left: 50%;
    top: 50%;
    position: absolute;
}
.dihs_text_bg.mobile {
    display: none;
}
.case_featured_single_image {
    width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    .thre_lt_img,
    .thre_rt_img,
    .two_lt_img,
    .one_rl_img,
    .one_rr_img,
    .two_r_img {
        height: 200px;
    }
    .thre_lb_img,
    .dihs_text_bg,
    .two_lb_img {
        height: 190px;
    }
    .two_lr_img,
    .one_l_img,
    .dihs_left_container,
    .dihs_right_container {
        height: 390px;
    }

}
@media (max-width: 991px) {
    .dihs_left_container,
    .dihs_right_container {
        display: none;
    }
    .dihs_text_bg.mobile {
        display: block;
        background-size: cover;
        height: auto;
        min-height: 200px;
        padding-bottom: 45px;
    }
    .dihs_mob {
        display: block !important;
    }
    .carousel-indicators {
        bottom: 0;
        width: 50%;
        left: 50%;
        margin-left: -25%;
        text-align: center;
    }
}
@media (max-width: 420px) {
    .carousel-control {
        display: none;
    }
}
/*
----------------------------------------------
Sidebars
----------------------------------------------
*/
.sidebar-primary .menu {
    list-style: none;
    padding-left: 10px;
}
.sidebar-primary .menu li {
    border-bottom: 1px solid #E0E0E0;
    position: relative;
}
.sidebar-primary .menu li a {
    color: #646464;
    padding: 10px 0;
    display: block;
}
.sidebar-primary .menu li.current-menu-item > a {
    color: #194173;
    padding-left: 17px;
}
.sidebar-primary .menu li.current-menu-parent > a {
    color: #194173;
}
.sidebar-primary .menu li.current-menu-item,
.sidebar-primary .menu li.current-menu-item a {
    position: relative;
/*    display: flex;
    align-items: center;*/
}
/*.sidebar-primary .menu li.current-menu-item a {
    
}*/
.sidebar-primary .menu li.current-menu-item > a:before {
    border-color: transparent #fb9c3a;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    content: "";
    left: 0;
    margin-top: -7px;
    position: absolute;
    top: 50%;
}
.sidebar-primary .menu li .sub-menu {
    padding-left: 20px;
    list-style: none;
}
.sidebar-primary .menu li .sub-menu li:last-of-type {
    border-bottom: none;
}
.sidebar-primary .menu li.menu-item-has-children > a {
    border-bottom: 1px solid #E0E0E0;
}
.sidebar-secondary .widget-title {
    border-bottom: 1px solid #e0e0e0;
    font-size: 18px;
    color: #194173;
    padding-bottom: 10px;
}
.sidebar-secondary .widget-wrap {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
    padding-bottom: 15px;
}
.sidebar-secondary .menu {
    list-style: none;
    padding-left: 0;
}
.sidebar-secondary .menu a {
    color: #194173;
    font-size: 16px;
}


.page_top_image_block > div {
    display: inline-block;
    float: left;
}
.page_image,
.sidebar_image {
    height: 350px;
}
.sidebar_image {
    width: 30%;
}
.page_top_image_block img {
    width: 100%;
}
.page_image .bottom_block_bg {
    width: 100%;
    background-color: #484848;
    border-bottom: 10px solid #76777b;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: -60px;
}
.sidebar_image .bottom_block_bg {
    width: 100%;
    background-color: #ff9a2a;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -10px;
}
#bg_secondary_sidebar {
    position: absolute;
    top: 350px;
    width: 100%;
    background-color: #F6F6F6;
}
.cover_bg_right {
    background-color: #484848;
    height: 10px;
    width: 40%;
    bottom: -10px;
    right: 0;
    position: absolute;
}

@media (max-width: 1199px) {
    #genesis-sidebar-secondary {
        height: auto !important;
    }
    .page_image {
        background-image: none !important;
        height: auto;
    }
    .page_image .bottom_block_bg {
        /*display: none;*/
    }
    .page_image img,
    .page_image {
        padding: 0;
    }
    #page_image {
        width: 100% !important;
        height: auto;   
    }
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (max-width: 991px) {
    .page_image img {
        width: 100%;
        height: auto;
    }
    .side_bar_header {
        height: 10px;
    }
    .page_image .bottom_block_bg {
        border-color: #484848;
    }
}
@media (max-width: 782px) {
    .admin-bar header.site-header {
        top: 46px;
    }
}
/*
----------------------------------------------
Language links
----------------------------------------------
*/
.dyncorp_lang_link_container {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 0;
    width: 142px;
}
.dynlang_select {
    padding: 8px 20px 5px 10px;
    cursor: pointer;
    outline: 0;
}
.dynlang_select .fa {
    position: absolute;
    right: 0;
}
.dynlang_option {
    padding: 3px 20px 0 10px;
    background-color: #263E7E;
    cursor: pointer;
}
.dynlang_select:focus {
    outline: 0;
}
.dynlang_option:hover {
    background-color: #EFEFEF;
    color: #263E7E;
}
.dynlang_select_container {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.8);
    height: 0;
    background-color: #263E7E;
    overflow: hidden;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
.dynlang_select_container.opened_block {
    height: 77px;
}
/*
----------------------------------------------
Social Icons
----------------------------------------------
*/
.social_link {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background-color: #5A5A5A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
}
.social_link.twitter {
    background-color: #9E9E9E;
}
.social_link.flickr {
    background-color: #858585;
}
.social_link a {
    color: #fff;
    font-size: 24px;
    display: flex;
    text-decoration: none;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
.social_link {
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
}
.social_link:hover {
    background-color: #fff;
}
.social_link:hover a {
    color: #244e98;
    font-size: 26px;
}
/*
----------------------------------------------
Footer
----------------------------------------------
*/
footer.site-footer {
    background-color: #76777B;
}
.footer_menu h3 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    font-family: 'Eurostile Bold';
}
.footer_menu ul {
    list-style: none;
    padding: 0;
}
.footer_menu ul a {
    color: #ebebeb;
    font-size: 12px;
    padding: 5px 0;
    display: block;
}
.footer_copyright {
    color: #333;
    font-size: 12px;
}
.footer_copyright a {
    color: #333;
}
.footer_copyright span {
    margin-left: 30px;
}
.copyright_container {
    padding-bottom: 15px;
    padding-top: 15px;
}
.social_container {
    display: flex;
    justify-content: flex-end;
    height: 44px;
    align-items: center;
}
.copyright_inside_container {
    align-items: center;
    display: flex;
    min-height: 44px;
}
.footer_menu ul li:first-of-type,
#menu-item-6393 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    font-family: 'Eurostile Bold';
    margin-top: 20px;
    margin-bottom: 10px;
}
.footer_menu ul li:first-of-type a,
#menu-item-6393 a {
    color: #fff;
    font-size: 14px;
    padding: 0;
    display: block;
}
.clearfix_footer {
    display: none;
}
@media (max-width: 1199px) {
    .clearfix_footer {
        display: block;
    }
}
@media (max-width: 991px) {
    .social_container {
        justify-content: center;
        padding-bottom: 20px;
    }
    .copyright_inside_container {
        justify-content: center;
    }
}
@media (max-width: 767px) {
}
@media print {
    footer.site-footer {
        position: relative;
    }
    .wrapper {
        padding-bottom: 0;
        padding-top: 0;
    }
    a[href]:after {
        content: none !important;
    }
    #serch_form_toogle,
    #primary_menu_toggle,
    .dyncorp_lang_link_container,
    #genesis-sidebar-primary,
    #genesis-sidebar-secondary {
        display: none;
    }
    .main_content_header h2 {
        background-color: #484848;
    }
    .page_image .bottom_block_bg {
        background-color: transparent !important;
    }
    .main_content_header {
        border-top: none !important;
        border-bottom: 2px solid #484848;
        padding-bottom: 3px;
    }
    header.site-header {
        position: relative;
    }
}
.page-id-6463 #genesis-sidebar-secondary{
display: none;
}
.page-id-6454 #genesis-sidebar-secondary{
display: none;
}.page-id-6460 #genesis-sidebar-secondary{
display: none;
}