/*
Theme Name: MWH
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mwh
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

MWH is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

body {
    font-family: arial;
    color: #231f20;
    font-size: 15px;
    line-height: 26px;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.cm_btn {
    padding: 7px 40px;
    display: inline-block;
    color: #2b76aa;
    display: block;
    border: 1px solid #2b76aa;
    border-radius: 2px;
}

.cm_btn:hover {
    text-decoration: none;
    background: #2b76aa !important;
    color: #fff;
}

.header {
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, .8);
}

.navbar {
    border: 0;
}

.navbar-collapse {
    margin-top: 20px;
}

.nav li a {
    color: #000;
    font-size: 15px;
    margin: 0 15px;
    padding: 8px 10px;
}

.nav li a:hover,
.nav li a:focus {
    background: none;
    color: #2b76aa;
}

.subs_btn {
    padding: 6px 40px;
    float: right;
    margin-left: 40px;
    color: #2b76aa;
    display: block;
    border: 1px solid #2b76aa;
    border-radius: 2px;
}

.subs_btn:hover {
    text-decoration: none;
    background: #2b76aa;
    color: #fff;
}
.mobileSubscribe {
    display: none !important;
}
.navbar-brand {
    margin-top: 10px;
}

.nav .open > a {
    background: none !important;
}

.banner {
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 446px !important; 
    display: block; 
}

.banner > img {
    width: 100%;
}

.banner.home {
    max-height: 445px;
    height: auto;
}

.bnr_data {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    padding: 0 30px;
    max-width: 1170px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page-template-team-php .bnr_data, .page-template-contact-php .bnr_data {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);    
}

.bnr_data h1 {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 3px 7px rgba(0, 0, 0, .4);
    margin-top: 5px;
}

.bnr_data h2 {
    font-size: 35px;
    color: #fff;
    text-shadow: 0 3px 7px rgba(0, 0, 0, .4);
    margin-top: 15px;
}

.video_sec {
    background: #0483a9;
    padding: 40px 0;
}

.video_sec p {
    color: #fff;
    padding-top: 10px;
}

.video_sec img {
    vertical-align: top;
}

.capab_sec {
    padding-bottom: 20px;
}

.capab_sec h2 {
    color: #0483a9;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    border-bottom: 1px solid #0483a9;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 35px;
}

.capabilities-repeater {
    height: 475px;
}

.cg_grid {
    margin-bottom: 40px;
}

.cg_grid a {
    display: block;
}

.img_hovr {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(4, 131, 169, .75);
    opacity: 0;
}

.cg_grid a > span {
    display: block;
}

.cg_grid .cg_img {
    height: 275px;
    overflow: hidden;
    position: relative;
}

.cg_grid .cg_img img {}

.cg_grid .cg_title {
    font-size: 25px;
    font-weight: bold;
    color: #0483a9;
    margin: 15px 0;
}

.cg_grid .cg_desc {
    border-left: 1px solid #0483a9;
    padding-left: 15px;
    color: #6c6f70;
    line-height: 24px;
}
.page-template-capabilities .cg_desc p a {
    display: inline;
}
.cg_grid .cm_btn {
    display: inline-block;
    padding: 6px 40px;
    margin-top: 20px;
}

.cg_grid a:hover .img_hovr {
    opacity: 1;
}

.cg_grid a:hover .cm_btn {
    text-decoration: none;
    background: #2b76aa;
    color: #fff;
}

.subscribe_sec {
    background: #d7e7f2;
    padding: 40px 0 50px;
    text-align: center;
}

h3.hdg {
    margin: 0;
    font-size: 24px;
    color: #6c6f70;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding-bottom: 28px;
}

h3.hdg:after {
    height: 1px;
    background: #0483a9;
    width: 130px;
    margin-left: -65px;
    position: absolute;
    bottom: 0;
    content: '';
    display: block;
    left: 50%;
}

.subs_form {
    margin-top: 30px;
}

.inpt_otr {
    display: inline-block;
    padding: 0 7px;
    vertical-align: top;
}

.inpt_otr input[type="text"] {
    border-radius: 2px;
    width: 295px;
    border: 0;
    background: #fff;
    outline: none;
    padding: 4px 10px;
    height: 40px;
}

.inpt_otr input[type="submit"] {
    padding: 6px 20px;
    height: 40px;
    background: none;
    width: 200px;
    text-align: center;
}

.testimonial_sec {
    background: #0483a9;
    padding: 60px 0;
}

.testi_box {
    border-left: 2px solid #ffe774;
    padding-left: 50px;
    font-size: 34px;
    line-height: 48px;
    color: #fff;
}

.testimonial_sec p {
    font-size: 20px;
    color: #fff;
    margin-top: 25px;
    padding-left: 50px;
}

.footer {
    background: #014964;
    padding: 25px 0 25px;
}

.ft_links {
    margin: 0;
    padding: 0;
}

.ft_links li {
    margin: 0;
    list-style: none;
    display: inline-block;
    margin-right: 28px;
}

.ft_links li a {
    font-size: 12px;
    color: #fff;
}

.ft_links li a:hover {
    text-decoration: underline;
}

.copyright {
    font-size: 12px;
    color: #fff;
    margin: 0;
    margin-top: 3px;
}

.social_links {
    text-align: right;
}

.social_links a {
    display: inline-block;
    margin-left: 8px;
}

.social_links a:hover {
    opacity: .7;
}

ul.cnss-social-icon li {
    margin-left: -4px !important;
}

.contact {
    background: #0483a9;
    padding: 45px 0 40px;
    text-align: center;
}

.contact h2 {
    margin: 0;
}

.contact p {
    color: #fff;
    margin-top: 20px;
}

.contact .subs_form {
    margin-top: 40px;
}

.contact .inpt_otr input[type="text"] {
    width: 290px;
}

.contact .inpt_otr input[type="text"].phone {
    width: 200px;
}

.default-page {
    padding: 50px 0;
    width: 100%;
}

.contact .inpt_otr textarea {
    border-radius: 2px;
    width: 100%;
    border: 0;
    background: #fff;
    outline: none;
    padding: 10px 10px;
    height: 170px;
}

.contact .textarea {
    display: block;
    margin-top: 16px;
    padding: 0 8px;
}

.contact .inpt_otr input[type="submit"] {
    background: #2995b6;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 30px;
}

.subscribe .inpt_otr input[type="submit"] {
    margin-top: 10px;
}

.subscribe .subs_form {
    margin-bottom: 20px;
}

.blue_sec {
    background: #0483a9;
    padding: 45px 0 40px;
}

.blue_sec h3 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    margin: 0;
    margin-bottom: 22px;
}

.blue_sec p {
    color: #fff;
}

.capa_main {
    padding-top: 60px;
    padding-bottom: 10px;
}

.cp_list {
    margin-bottom: 10px;
}

.capa_main .cg_grid > span {
    display: block;
}

.capa_main .cg_grid .cg_title span {
    font-weight: normal;
}

.capa_main .cg_grid .cg_title {
    margin-top: 0;
}

.capa_main .cg_grid .cg_img {
    height: 200px;
}

.capa_main .cg_grid .cg_img img {
    width: 100%;
}

.capa_main .cg_grid .cg_desc {
    /*min-height: 158px;*/
}

.posts_sec {
    background: #d7e7f2;
    padding: 40px 0 50px;
}

.posts {
    margin-top: 40px;
}

.post_grid a {
    display: block;
}

.post_grid .img_hovr {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    text-align: center;
    vertical-align: middle;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(4, 131, 169, .75);
    opacity: 0;
    /*line-height: 198px;*/
}

.post_grid .img_hovr a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 0 10px 15px;
    border-bottom: 1px solid #ffe774;
    display: inline;
}

.page-template-capabilities .post_grid {
    margin-bottom: 0;
}

.page-template-capabilities .post_grid .img_hovr a {
    display: block;
    padding: 0;
    border: none;
    text-decoration: none;
}
.page-template-capabilities .post_grid .img_hovr a:hover {
    text-decoration: none;
}
span.assetslinkimg {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-bottom: 1px solid #ffe774;
    display: inline !important;

}

span.assetslinkborder {

    border-bottom: 1px solid #ffe774;


}

.post_grid span {
    display: block;
}

.post_grid .cg_img {
    /*height: 200px;*/
    overflow: hidden;
    position: relative;
    margin-top: 15px;
}

.page-template-capabilities .post_grid .cg_img {
    height: auto;
}
.page-template-capabilities .imgLink {
    color: #fff;
}

.post_grid .cg_title {
    font-size: 18px;
    font-weight: bold;
    color: #0483a9;
    margin: 10px 0 3px;
    min-height: 46px;
}

.post_grid .cg_desc {
    color: #6c6f70;
    font-size: 12px;
    line-height: 21px;
}

.post_grid .cm_btn {
    display: inline-block;
    padding: 6px 40px;
    margin-top: 20px;
}

.post_grid:hover .img_hovr {
    opacity: 1;
}

.post_grid a:hover .cm_btn {
    text-decoration: none;
    background: #2b76aa;
    color: #fff;
}

.post_grid .tag {
    background: #0483a9;
    font-weight: bold;
    border-radius: 2px;
    padding: 0px 20px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    font-size: 12px;
}

.teams {
    padding: 20px 0 70px;
}

.teams_grid_wrap {}

.teams_grid_wrap .tg_img {
    height: 200px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}

.teams_grid_wrap .tg_img img {
    max-width: 100%;
}

.teams_grid_wrap .img_hovr {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    text-align: center;
    vertical-align: middle;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(4, 131, 169, .75);
    opacity: 0;
}

.hover_data {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    padding: 0 20px;
    line-height: 17px;
}

.hover_data b {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}

.hover_data span {
    height: 1px;
    background: #ffe774;
    width: 50%;
    margin: 6px auto;
    display: block;
}

.hover_data small {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.tg_img > a:hover .img_hovr,
.tg_img > a.active .img_hovr,
.teams_grid_wrap > li.isExpanded .img_hovr {
    opacity: 1;
}

.full_data {
    margin: 25px 0 10px;
}

.full_data h4 {
    color: #0483a9;
    font-size: 30px;
    padding-right: 80px;
    position: relative;
}


.data_box {
    padding-left: 20px;
    position: relative;
}

.data_box:before {
    display: block;
    content: '';
    width: 1px;
    height: 40%;
    max-height: 150px;
    background: #0483a9;
    position: absolute;
    left: 0;
    top: 6px;
}

.data_box p {
    margin-bottom: 25px;
    color: #6c6f70;
    line-height: 25px;
}

.data_box h6 {
    color: #6c6f70;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}

.small_links {
    margin: 0;
    padding: 0;
}

.small_links li {
    list-style: none;
    line-height: 25px;
}

.small_links li a {
    color: #0483a9;
}

.close_btn {
    position: absolute;
    right: 0;
    top: 10px;
    font-weight: bold;
    color: #0483a9;
    text-decoration: underline;
    font-size: 15px;
}

.full_data {
    display: none;
    min-width: 1138px;
    position: relative;
    right: -4px;
    opacity: 1 !important;
    margin: 0 !important;
}

.teams_grid_wrap {
    list-style: none;
    padding: 0;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.teams_grid_wrap > li {
    display: inline-block;
    margin-left: -4px;
    margin-right: 30px;
    width: 263px;
    margin-bottom: 30px;
    vertical-align: top;
}

.teams_grid_wrap > li:nth-child(4n+4) {
    margin-right: 0;
}

.teams_grid_wrap > li.second-grid .full_data {
    left: -289px;
}

.teams_grid_wrap > li.third-grid .full_data {
    left: -582px;
}

.teams_grid_wrap > li.fourth-grid .full_data {
    left: -875px;
}

.main-menu.navbar-default {
    background: none;
    border: 0;
    border-radius: 0;
}

.main-menu.navbar-default .navbar-toggle,
.main-menu.navbar-default .navbar-toggle:hover {
    background: none;
    border-color: transparent;
}

.main-menu.navbar-default .navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 36px;
}

.main-menu.navbar-default .navbar-toggle {
    margin-top: 15px;
}

.main-menu.navbar-default .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
}

.banner home > img {
    width: 100%;
}

.video-embedded {
    max-width: 100%;
}

.mobile-subscribe {
    border: 1px solid #2b76aa;
    border-radius: 2px;
    float: right;
    margin-right: 23px;
    margin-top: 19px;
    padding: 5px 0;
    text-align: center;
    width: 100px;
    display: none;
}

.post_grid .cg_img img {
    width: 100%;
}

.subscribe-page .cm_btn {
    margin-top: 0 !important;
}

.explore-more {
    background: #2d95ba;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 17px;
    height: 47px;
    margin: 53px auto;
    padding: 9px 0;
    width: 237px;
}

.explore-more:hover {
    color: #fff;
    text-decoration: none;
    background: #2b76aa;
}

.single-content {
    margin-top: 70px;
}

.primary {
    float: left;
    margin-right: 5%;
    width: 70%;
}

.sidebar {
    float: left;
    width: 25%;
}

.main-menu.navbar-default .navbar-nav > .active > a,
.main-menu.navbar-default .navbar-nav > .active > a:hover,
.main-menu.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    border-bottom: 2px solid #6f6d6d;
    color: #555;
}

.page-contact h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.marketo-form form {
    width: 100% !important;
}

.marketo-form .mktoFormRow {
    float: left;
    clear: none !important;
    margin-right: 9px;
    margin-left: 9px;
    width: 205px !important;
}

.marketo-form .mktoFormRow label {
    display: block !important;
    width: 100% !important;
    margin-bottom: 7px;
}

.mktoForm .mktoRequiredField .mktoAsterix {
    float: left;
    padding: 0;
    margin-right: 2px;
}

.marketo-form .mktoForm .mktoFieldWrap {
    width: 100%;
}

.marketo-form .mktoForm .mktoFormCol {
    width: 100% !important;
}

.marketo-form input[type="text"],
.marketo-form input[type="email"],
.marketo-form input[type="tel"] {
    background: #fff;
    border: 0 none;
    border-radius: 2px;
    height: 40px !important;
    outline: medium none;
    padding: 4px 10px !important;
    width: 100% !important;
}

.marketo-form .mktoButtonWrap.mktoSimple {
    display: inline-block;
    margin-left: 0 !important;
    margin-top: 26px !important;
}

.marketo-form div:empty {
    display: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #0483a9;

}
.nav .dropdown-menu  li a {
  margin: 0;
  padding: 6px 15px;
}
.marketo-form .mktoButton {
    background: none !important;
    height: 40px;
    padding: 6px 20px;
    text-align: center;
    width: 200px;
    border: 1px solid #2b76aa !important;
    border-radius: 2px;
    color: #2b76aa !important;
    display: block;
}

.marketo-form .mktoButton:hover {
    background: #2b76aa !important;
    color: #fff !important;
}

.subscribe-marketo-form.marketo-form .mktoButton {
    background: #2995b6 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.subscribe-marketo-form.marketo-form .mktoFormRow label {
    color: #fff;
}

.mktoForm .mktoError {
    left: 0;
    right: auto !important;
    top: 66px;
}
.main-menu .navbar-right .dropdown-menu {
  left: auto;
  right: auto;
}

/*Contact Marketo form*/

.market-contact-form form {
    width: 100% !important;
}

.market-contact-form .mktoFormRow {
    float: left;
    clear: none !important;
    margin-right: 18px;
    width: 295px !important;
}

.market-contact-form .mktoFormRow label {
    display: block !important;
    width: 100% !important;
    margin-bottom: 7px;
}

.market-contact-form .mktoForm .mktoFieldWrap {
    width: 100%;
}

.market-contact-form .mktoForm .mktoFormCol {
    width: 100% !important;
}

.market-contact-form input[type="text"],
.market-contact-form input[type="email"],
.market-contact-form input[type="tel"] {
    background: #fff;
    border: 0 none;
    border-radius: 2px;
    height: 40px !important;
    outline: none;
    padding: 4px 10px !important;
    width: 100% !important;
}

.market-contact-form div:empty {
    display: none;
}

.market-contact-form .mktoButton {
    background: none !important;
    height: 40px;
    padding: 6px 20px;
    text-align: center;
    width: 200px;
    border: 1px solid #2b76aa !important;
    border-radius: 2px;
    color: #2b76aa !important;
    display: block;
}

.market-contact-form .mktoButton:hover {
    background: #2b76aa !important;
    color: #fff !important;
}

.market-contact-form label {
    color: #fff;
}

.market-contact-form .mktoFormRow:last-child {
    margin-right: 0;
    width: 100% !important;
}

.market-contact-form .mktoFormRow:nth-child(6) {
    width: 100% !important;
}
.market-contact-form .mktoFormRow:nth-child(7) {
    width: 100% !important;
}

.market-contact-form .mktoForm textarea.mktoField {
    background: #fff;
    border: 0;
    border-radius: 2px;
    height: 170px;
    padding: 10px;
    width: 100%;
    width: 100% !important;
}

.market-contact-form .mktoFormRow:nth-child(5) {
    margin-right: 0 !important;
    width: 201px !important;
}

.market-contact-form .mktoButton {
    background: #2995b6 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.market-contact-form .mktoButtonRow {
    width: 100%;
}

.market-contact-form .mktoForm button.mktoButton {
    margin: 22px auto 0;
}

.market-contact-form .mktoButtonWrap.mktoSimple {
    margin: 0 !important;
}
.desktopheight {
    height: 80px;
}


/* centered rows */
@media (min-width: 768px) {
    .centered {
        text-align: center;
        display: block;
        height: 100%;
    }
    .centered > div {
        display: inline-block;
        float: none;
        text-align: left;
        margin-right: -4px;
    }
}
@media (min-width: 992px) {
    .centered {
        text-align: center;
        display: table;
        height: 100%;
    }
    .centered > div {
        display: table-cell;
        float: none;
        text-align: left;
        margin-right: -4px;
    }
}


@media only screen and (max-width: 1200px) {
    .bnr_data h1 {
        font-size: 46px;
    }
    .bnr_data h2 {
        font-size: 27px;
    }
    .banner > img {
        width: auto;
    }
    .capabilities-repeater {
        height: 464px;
    }
    .inpt_otr input[type="text"],
    .inpt_otr input[type="email"],
    .inpt_otr input[type="tel"],
    .inpt_otr input[type="submit"] {
        width: 100%;
    }
    .ft_links li {
        margin: 0 17px 0 0;
    }
    .social_links a {
        margin-left: -1px;
    }
    .teams_grid_wrap > li {
        margin-bottom: 20px;
        margin-left: -4px;
        margin-right: 20px;
        width: 228px;
    }
    .teams_grid_wrap .tg_img {
        height: auto;
        border: 1px solid #ccc;
        /*box-shadow: 0 0 4px #666;*/
    }
    .full_data {
        min-width: 969px;
    }
    .teams_grid_wrap > li.second-grid .full_data {
        left: -244px;
    }
    .teams_grid_wrap > li.third-grid .full_data {
        left: -492px;
    }
    .teams_grid_wrap > li.fourth-grid .full_data {
        left: -740px;
    }
    .contact .inpt_otr input[type="text"] {
        width: 100%;
    }
    .contact .inpt_otr input[type="text"],
    .contact .inpt_otr input.phone[type="text"] {
        width: 218px;
    }
    .marketo-form .mktoFormRow {
        max-width: 178px !important;
        width: 20% !important
    }
    .marketo-form .mktoButton {
        width: 151px;
    }
    .market-contact-form .mktoFormRow {
        width: 228px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .marketo-form .mktoFormRow {
        max-width: 100% !important;
        width: 48% !important
    }
    .marketo-form .mktoButtonRow {
        display: inline-block;
        position: relative;
        width: 99% !important;
        padding: 0 9px !important;
    }
    .marketo-form .mktoButtonWrap.mktoSimple {
        width: 100% !important;
    }
    .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
        width: 100% !important;
    }
}

@media only screen and (max-width: 991px) {
    .cp_list .col-md-3 {
        width: 25%;
        float: left;
    }
    .cp_list .col-md-9 {
        width: 75%;
        float: left;
   }
    .capabilities-repeater {
        height: 520px;
    }
    .desktopheight {
        height: 90px;
    }
    .video-embedded {
        display: block;
        margin: 0 auto;
    }
    .ft_links {
        text-align: center;
    }
    .ft_links li {
        margin: 0 12px 0 0;
    }
    .social_links {
        margin: 20px 0;
        text-align: center;
    }
    .copyright {
        text-align: center;
    }
    .social_links a {
        margin-left: 10px;
    }
    .post_grid {
        margin-bottom: 30px;
        padding-bottom: 30px;
        position: relative;
    }
    .post_grid:after {
        background: #83bece;
        bottom: -5px;
        content: "";
        height: 1px;
        position: absolute;
        width: 70%;
        left: 0;
    }
    .page-template-capabilities .post_grid:after {
        background: none;
    }
    .posts .post_grid:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .page-template-capabilities .posts .post_grid:nth-last-child(-n+2) {
        margin-bottom: 0;

    }
    .full_data {
        min-width: 749px;
    }
    .teams_grid_wrap > li {
        width: 173px;
    }
    .teams_grid_wrap > li.second-grid .full_data {
        left: -189px;
    }
    .teams_grid_wrap > li.third-grid .full_data {
        left: -382px;
    }
    .teams_grid_wrap > li.fourth-grid .full_data {
        left: -575px;
    }
    .hover_data b {
        font-size: 18px;
    }
    .teams_grid_wrap .img_hovr {
        line-height: 1;
    }
    .contact .inpt_otr input[type="text"],
    .contact .inpt_otr input.phone[type="text"] {
        width: 163px;
    }
    .marketo-form .mktoFormRow {
        max-width: 100% !important;
        width: 47% !important
    }
    /*.marketo-form .mktoFormRow {
        width: 171px !important;
    }*/
    .market-contact-form .mktoFormRow:nth-child(5) {
        margin-right: 0 !important;
        width: 168px !important;
    }
    .market-contact-form .mktoFormRow {
        width: 166px !important;
    }
}
@media only screen and (max-width: 768px) {
    .desktopheight {
        height: auto !important;
    }
}
@media only screen and (max-width: 767px) {
    .main-menu .dropdown {
        padding-right: 0;
    }
        .desktopheight {
        height: auto;
    }
    .mobileSubscribe {
        display: block !important;
        border: 1px solid #2b76aa;
        border-radius: 2px;
        padding: 5px 0;
        text-align: center;
        background-color: #2b76aa;

    }
    .mobileSubscribe a {
        color: #fff !important;
    }
    .subs_btn {
        display: none !important;
    }
 .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 5px;
}
    .main-menu.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .main-menu.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .main-menu.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: transparent;
    border-bottom: 2px solid #6f6d6d;
}
    .main-menu .dropdown-menu > li > a {
        font-size: 12px !important;
    }
    .nav li a {
        margin: 0;
        padding: 8px 0;
    }
    .capabilities-repeater {
        height: auto;
    }
    .mobile-subscribe {
        display: none !important;
    }
    .subs_btn {
        display: none;
    }
    .cg_gridcapabilities-repeater {
        height: auto;
    }
    .capabilities-repeater .cg_img img {
        width: 100%;
        height: auto;
    }
    .inpt_otr {
        margin-left: -4px;
        width: 23.5%;
    }
    .subs_form .inpt_otr:last-child {
        margin-right: 0;
    }
    .testi_box {
        font-size: 18px;
        line-height: 25px;
    }
    .testimonial_sec {
        padding: 25px 0;
    }
    .testimonial_sec p {
        font-size: 17px;
    }
    .capabilities-repeater .cg_img {
        height: auto;
    }
    .banner {
        height: 355px !important;
    }
    .bnr_data h1 {
        font-size: 34px;
    }
    .posts .post_grid:nth-last-child(2) {
        margin-bottom: 30px;
    }
    .teams_grid_wrap {
        margin: 0 auto;
        max-width: 620px;
    }
    .full_data {
        min-width: 620px;
    }
    .teams_grid_wrap > li:nth-child(4n+4) {
        margin-right: 20px;
    }
    .teams_grid_wrap > li:nth-child(2n+2) {
        margin-right: 0;
    }
    ..teams_grid_wrap {
        text-align: center;
    }
    .teams_grid_wrap > li {
        width: 300px;
    }
    .teams_grid_wrap .tg_img img {
        width: 100%;
    }
    .teams_grid_wrap > li:nth-child(even) .full_data {
        left: -318px;
    }
    .teams_grid_wrap > li:nth-child(odd) .full_data {
        left: 4px;
    }
    .contact .textarea {
        width: 100%;
    }
    .contact .inpt_otr input[type="text"],
    .contact .inpt_otr input.phone[type="text"] {
        width: 100%;
    }
    /*.marketo-form .mktoFormRow {
        margin-right: 2% !important;
        width: 24% !important;
    }*/
    .marketo-form .mktoFormRow {
        float: none;
        width: 100% !important;
        margin: 0;
    }
    .marketo-form .mktoButtonWrap.mktoSimple {
        width: 100%;
    }
    .marketo-form .mktoButton {
        width: 100% !important;
    }
    .marketo-form .mktoButtonRow {
        padding: 0 !important;
    }


    .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
        width: 100% !important;
    }
    .market-contact-form .mktoFormRow,
    .market-contact-form .mktoFormRow:nth-child(5) {
        margin-right: 2%;
        width: 49% !important;
    }
    .market-contact-form .mktoFormRow:nth-child(3n+3) {
        margin-right: 0;
    }
    .market-contact-form .mktoFormRow:nth-child(5) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 639px) {
    .teams_grid_wrap > li {
        display: block;
        margin: 0 auto 20px auto !important;
        width: 302px;
    }
    .full_data {
        left: -69px !important;
        min-width: 445px;
    }
    .full_data h4 {
        font-size: 31px;
    }
    .small_links > li {
        float: left;
        width: 100%;
    }
    .banner > img {
        width: 988px;
    }
    .bnr_data {
       /* -webkit-transform: translateY(-8%);
        -moz-transform: translateY(-8%);
        -o-transform: translateY(-8%);
        -ms-transform: translateY(-8%);
        transform: translateY(-8%);*/
    }
}

@media only screen and (max-width: 568px) {
   /* .navbar-brand{
        float: none;
    }*/
}
@media only screen and (max-width: 480px) {
     .cp_list .col-md-3 {
        width: 100%;
        float: left;
    }
    .cp_list .col-md-9 {
        width: 100%;
        float: left;
   }    
    .marketo-form .mktoFormRow {
        margin-right: 0% !important;
        width: 100% !important;
        margin-bottom: 20px;
    }
    .marketo-form .mktoButtonWrap.mktoSimple {
        width: 100%;
    }
    .marketo-form .mktoButton {
        width: 100% !important;
    }
/*    .mktoButtonRow {
        width: 100% !important;
        max-width: 200px !important;
    }
    .marketo-form .mktoButtonRow {
        display: block !important;
        float: none !important;
        margin: 0 auto !important;
        width: 35% !important;
    }*/
    .inpt_otr {
        margin-left: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .bnr_data h1 {
        font-size: 24px;
    }
    .bnr_data h2 {
        font-size: 22px;
    }
    .full_data {
        left: 0 !important;
        min-width: 80%;
        width: 300px;
    }
    .full_data h4 {
        font-size: 27px;
        padding-top: 30px;
        padding-right: 0;
    }
    .close_btn {
        position: absolute;
        top: 0;
    }
    .market-contact-form .mktoFormRow,
    .market-contact-form .mktoFormRow:nth-child(5) {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100% !important;
    }
    .market-contact-form .mktoButtonRow {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
}

@media only screen and (max-width: 425px) {
    .navbar-default .navbar-brand {
        width: 240px;
    }
    .navbar-default .navbar-brand img {
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    .mobile-subscribe {
        font-size: 11px;
        height: auto;
        margin-top: 25px;
        padding: 0;
        margin-right: 11px;
        width: 68px;
    }
}

@media only screen and (max-width: 320px) {
    .navbar-default .navbar-brand {
        width: 216px;
    }
}