.section-wrapper {
    float: none;
    margin: 0 auto;
    display: block;
    padding-top: 3em;
    padding-bottom: 3em;
    position: relative;
    overflow: hidden
}

.container-wrapper {
    max-width: 1200px;
    margin: 0 auto !important;
    padding-left: 2em;
    padding-right: 2em;
    float: none !important;
    position: relative
}

.container-wrapper-large {
    max-width: 1620px;
    margin: 0 auto !important;
    padding-left: 1em;
    padding-right: 1em;
    float: none !important;
    position: relative
}

.container-wrapper-small {
    max-width: 900px;
    margin: 0 auto !important;
    padding-left: 2em;
    padding-right: 2em;
    float: none !important;
    position: relative
}

.container-wrapper-smaller {
    max-width: 700px;
    margin: 0 auto !important;
    padding-left: 2em;
    padding-right: 2em;
    float: none !important;
    position: relative
}

@media (max-width:768px) {

    .container-wrapper,
    .container-wrapper-large,
    .container-wrapper-small {
        padding-left: 1em;
        padding-right: 1em
    }
}

.full-width .body-container-wrapper {
    padding: 0
}

.background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    position: relative
}

.background-img img {
    object-fit: cover;
    position: relative;
    max-width: 100%;
    width: 100% !important;
    overflow: hidden
}

.background-fixed {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    position: relative;
    background-attachment: fixed
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.center {
    text-align: center
}

.pb0 {
    padding-bottom: 0
}

.pt0 {
    padding-top: 0
}

.p0_5e {
    padding: .5em
}

.pb0_5e {
    padding-bottom: 0.5em !important
}

.ptb0_5e {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important
}

.ptb0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p1e {
    padding: 1em
}

.p2e {
    padding: 2em
}

.p3e {
    padding: 3em
}

.pb1e {
    padding-bottom: 1em
}

.plr1e {
    padding-left: 1em;
    padding-right: 1em
}

.pb0 {
    padding-bottom: 0
}

.pb2e {
    padding-bottom: 2em
}

.pb3e {
    padding-bottom: 3em
}

.pb4e {
    padding-bottom: 4em
}

.pb10e {
    padding-bottom: 10em
}

.pt1e {
    padding-top: 1em
}

.pt2e {
    padding-top: 2em
}

.ptb1e {
    padding-top: 1em;
    padding-bottom: 1em
}

.ptb2e {
    padding-top: 2em;
    padding-bottom: 2em
}

.plr0_5e {
    padding-left: .5em;
    padding-right: .5em
}

.plr2e {
    padding-left: 2em;
    padding-right: 2em
}

.pt24e {
    padding-top: 24em
}

.mb0_2e {
    margin-bottom: .2em
}

.mt1e {
    margin-top: 1em
}

.mb1e {
    margin-bottom: 1em !important
}

.mb2e {
    margin-bottom: 2em !important
}

.mb3e {
    margin-bottom: 3em !important
}

.mb4e {
    margin-bottom: 4em !important
}

.r-mlr2e {
    margin-right: 2em;
    margin-left: 2em
}

.negative-margin-24e {
    margin-top: -24em
}

@media (max-width:480px) {
    .r-mlr2e {
        margin-right: 1em;
        margin-left: 1em
    }
}

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h4,
.white p,
.white div,
.white a {
    color: {
            {
            white
        }
    }

     !important
}

.carousel_wrapper.carousel_no_bg {
    background-color: transparent;
    padding: 0
}

.carousel_wrapper.carousel_no_bg h2 {
    color: #000
}

.carousel_wrapper_less_padding {
    padding: 1em
}

.carousel_no_bg .slick-prev {
    left: 15px;
    background: url(//www.marlinwire.com/hubfs/New_Images/arrow-prev_2.png) no-repeat 0 0
}

.carousel_no_bg .slick-next {
    right: 15px;
    background: url(//www.marlinwire.com/hubfs/New_Images/arrow-next_2.png) no-repeat 0 0
}

.section_new.section_new_bg {
    background-color: #f8f8f8;
    border-top: solid 1px #ececec
}

.what-we-do_title {
    text-align: center;
    max-width: 800px;
    margin: 0 auto !important;
    float: none !important
}

.col-3-md.what-we-do-list ul {
    position: relative;
    list-style: none
}

.what-we-do-list ul li a {
    color: #0096d7;
    margin-bottom: 6px;
    text-decoration: none
}

.what-we-do-list ul li h4 {
    color: #0096d7
}

.what-we-do-list ul li a:hover h4 {
    color: #444
}

.what-we-do-list ul li p {
    margin-top: 0
}

.col-3-md.what-we-do-list ul li {
    position: relative
}

.col-3-md.what-we-do-list ul li:before {
    content: "\f14a";
    font-family: fontAwesome;
    position: absolute;
    left: -30px;
    top: 3px;
    color: #0096d7
}

.what-we-do button {
    background-color: transparent
}

.what-we-do button a {
    text-decoration: none;
    font-weight: 500
}

.what-we-do .hs-button {
    padding: .75em;
    margin-right: 1em;
    margin-left: 1em;
    max-width: 400px;
    text-align: center;
    display: inline-block;
    margin-top: 1em;
    border-top: 3px solid #209dd4;
    border-bottom: 3px solid #0095d7;
    box-sizing: border-box;
    background-position: 0 0, 100% 0;
    background-size: 3px 100%;
    background-image: -webkit-linear-gradient(bottom, #0095d7 0%, #01a4eb 100%);
    background-image: linear-gradient(bottom, #0095d7 0%, #01a4eb 100%)
}

.hs-button-center {
    margin: 0 auto;
    text-align: center
}

button a.hs-button.hs-button-ghost {
    color: #0095d7
}

button a.hs-button.hs-button-ghost {
    background-color: transparent;
    background-image: initial;
    border: solid 3px #0095d7
}

button a.hs-button:hover {
    color: #fff;
    background-color: #017baf;
    background-image: url(//cdn2.hubspot.net/hub/223565/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0…AwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+?t=1478026482369);
    background-image: -moz-linear-gradient(bottom, #027bb0 0%, #01a4eb 100%);
    background-image: -o-linear-gradient(bottom, #027bb0 0%, #01a4eb 100%);
    background-image: -webkit-linear-gradient(bottom, #027bb0 0%, #01a4eb 100%);
    background-image: linear-gradient(bottom, #027bb0 0%, #01a4eb 100%)
}

.featured_news a img,
.partner_slide a img {
    width: 170px
}

.partner_slide.slick-slide.slick-active {
    max-width: 240px;
    display: inline-block !important;
    float: none !important
}

.margin-move-up {
    position: relative;
    margin-top: -80px
}

@media screen and (max-width:900px) {
    .icon-group>div {
        width: 100%
    }

    .icon-group.icon-group--wide {
        padding-left: 1em;
        padding-right: 1em
    }

    .icon-group [class*="span"] {
        width: 32%;
        float: none !important;
        display: inline-block;
        margin: 0 auto !important;
        vertical-align: top
    }

    .span1.widget-span.widget-type-space {
        display: none
    }

    .icon-group a {
        font-size: 16px;
        padding-top: 1em
    }

    .icon-group a br {
        display: none
    }
}

@media screen and (max-width:425px) {
    .what-we-do .hs-button {
        margin-left: 0;
        margin-right: 0
    }

    .icon-group [class*="span"] {
        width: 100%
    }
}

@media (max-width:768px) {
    .featured-blog-wrapper>div>div>div {
        max-width: 450px;
        margin: 0 auto !important;
        margin-bottom: 2em !important
    }
}

.icon-cards-wrapper>span {
    text-align: center;
    display: block
}

.icon-cards-wrapper>span>div {
    width: 100%;
    max-width: 200px;
    margin: .5em;
    display: inline-block;
    vertical-align: top
}

.icon-card {
    text-decoration: none;
    margin-bottom: 1em;
    display: block;
    padding: 1em;
    background-color: #f9f9f9;
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

.icon-card:before {
    content: "";
    position: absolute;
    left: -37px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: solid 100px #f3f3f4;
    border: solid 100px rgba(0, 0, 0, .02);
    border-right-color: transparent;
    border-bottom-color: transparent
}

.icon-card:hover {
    box-shadow: 0 3px 2px #d8d8d8;
    box-shadow: 0 0 10px #009ce0
}

.icon-card-contentarea {
    position: relative;
    z-index: 1
}

.icon-card-img {
    max-width: 60px;
    margin: 0 auto;
    height: auto;
    margin-bottom: .5em
}

.icon-card-img img {
    height: auto
}

.icon-card-title {
    margin: 0 auto;
    text-align: center;
    color: #666
}

.contact-form-wrapper {
    background-color: #007AB3;
    padding: 1em;
    border-radius: 10px
}

.contact-form-wrapper label span {
    color: #fff !important
}

.contact-form-wrapper input.hs-button {
    background-image: none;
    background-color: #fff;
    color: #007AB3 !important;
    margin-top: 0 !important
}

.col-2:nth-child(1),
.col-3:nth-child(1),
.col-4:nth-child(1),
.col-6:nth-child(1) {
    margin-left: 0;
    background-color: #000
}

.col-2 {
    width: 14.2%;
    display: inline-block;
    margin-right: -4px;
    margin-left: 3%;
    vertical-align: top
}

.col-2__no-margin {
    margin-left: 0;
    width: 16.68%
}

.col-3 {
    width: 22.8%;
    display: inline-block;
    margin-right: -4px;
    margin-left: 3%;
    vertical-align: top
}

.col-3__no-margin {
    margin-left: 0;
    width: 25.01%
}

.col-4 {
    width: 31.4%;
    display: inline-block;
    margin-right: -4px;
    margin-left: 3%;
    vertical-align: top
}

.col-4__no-margin {
    margin-left: 0;
    width: 33.36%
}

.col-6 {
    width: 48.6%;
    display: inline-block;
    margin-right: -4px;
    margin-left: 3%;
    vertical-align: top
}

.col-6__no-margin {
    margin-left: 0;
    width: 50.02%
}

.col-12 {
    width: 100%;
    display: block
}

@media (max-width:768px) {
    .col-2 {
        width: 31.4%;
        display: inline-block
    }

    .col-2:nth-child(4) {
        margin-left: 0
    }

    .col-2__no-margin {
        width: 33.5%
    }

    .col-3 {
        width: 48.7%;
        display: inline-block
    }

    .col-3:nth-child(3) {
        margin-left: 0
    }

    .col-3__no-margin {
        width: 50%
    }

    .col-6,
    .col-4 {
        width: 100%;
        display: block;
        margin-left: 0
    }
}

@media (max-width:480px) {
    .col-2 {
        width: 48.5%;
        display: inline-block
    }

    .col-2:nth-child(4) {
        margin-left: 3%
    }

    .col-2:nth-child(3),
    .col-2:nth-child(5) {
        margin-left: 0
    }

    .col-2__no-margin,
    .col-2__no-margin:nth-child(4) {
        width: 50%;
        margin-left: 0
    }

    .col-3 {
        width: 100%
    }
}

.bottom-cta {
    text-align: center;
    background-color: #00a0e5;
    position: fixed;
    bottom: -12.5em;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.bottom-cta>.inner-wrap,
.bottom-cta>.inner-wrap-narrow,
.bottom-cta>.inner-wrap-wide,
.bottom-cta>.inner-wrap-fullwidth {
    padding-top: 1.5555555556em;
    padding-bottom: 1.5555555556em;
    padding-left: 1em;
    padding-right: 1em
}

.btn.bc-btn {
    display: inline-block;
    font-size: 1.3em;
    vertical-align: middle;
    color: #fff;
    font-weight: 500;
    text-decoration: none
}

.btn.bc-btn span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 1.3em;
    position: relative
}

.btn.bc-btn span:after {
    content: "";
    position: absolute;
    background-image: url(https://www.marlinwire.com/hubfs/CTAs/next-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1em .8em;
    width: 1em;
    height: .8em;
    right: 0;
    top: 59%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btn.bc-btn:hover {
    opacity: .85
}

.cta-close {
    position: absolute;
    right: .3em;
    color: #fff;
    font-size: 1em;
    top: 20%;
    transform: translateY(-50%);
    text-decoration: none
}

.cta-close:focus,
.cta-close:active {
    color: #fff
}

.cta-close:hover {
    opacity: .8;
    color: #fff
}

@media (min-width:60em) {
    .cta-close {
        right: 3.125em;
        top: 50%
    }
}

.bottom-cta1 {
    text-align: center;
    background-color: #000;
    position: fixed;
    bottom: -12.5em;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.bottom-cta>.inner-wrap,
.bottom-cta>.inner-wrap-narrow,
.bottom-cta>.inner-wrap-wide,
.bottom-cta>.inner-wrap-fullwidth {
    padding-top: .5555555556em;
    padding-bottom: .5555555556em
}

.bc-heading1 {
    font-size: 1.375em;
    font-weight: 400;
    margin: .4545454545em .9090909091em .4545454545em 0.9090909091em !important;
    display: inline-block;
    vertical-align: middle;
    color: #fff
}

.btn.bc-btn1 {
    display: inline-block;
    font-size: 1.125em;
    vertical-align: middle;
    color: #fff;
    font-weight: 400;
    padding: .5em 1em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #0095d7;
    background-image: url(//cdn2.hubspot.net/hub/223565/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTVkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxYTRlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #0095d7 0%, #01a4eb 100%);
    background-image: -o-linear-gradient(bottom, #0095d7 0%, #01a4eb 100%);
    background-image: -webkit-linear-gradient(bottom, #0095d7 0%, #01a4eb 100%);
    background-image: linear-gradient(bottom, #0095d7 0%, #01a4eb 100%);
    text-decoration: none;
    font-style: italic
}

.btn.bc-btn1:hover {
    background-color: #017baf;
    background-image: url(//cdn2.hubspot.net/hub/223565/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyN2JiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxYTRlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #027bb0 0%, #01a4eb 100%);
    background-image: -o-linear-gradient(bottom, #027bb0 0%, #01a4eb 100%);
    background-image: -webkit-linear-gradient(bottom, #027bb0 0%, #01a4eb 100%);
    background-image: linear-gradient(bottom, #027bb0 0%, #01a4eb 100%)
}

.btn.bc-btn1:active,
.btn.bc-btn1:focus {
    color: #fff
}

.btn.bc-btn1 span {
    position: relative;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top
}

.btn.bc-btn1 span::after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
    border-right: 10px solid transparent;
    right: -16px;
    top: 4px
}

.cta-close1 {
    position: absolute;
    right: .25em;
    color: #fff;
    font-size: 1em;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none
}

.cta-close1:focus,
.cta-close1:active {
    color: #fff
}

.cta-close1:hover {
    opacity: .8;
    color: #fff
}

@media (min-width:60em) {
    .cta-close1 {
        right: 3.125em
    }
}

.inner-wrap {
    max-width: 1200px;
    padding: 1em 1.5em;
    margin: 0 auto
}

.featured-resources-module {
    text-align: center
}

.frm-wrapper {
    text-align: center
}

.frm-heading {
    font-size: 24px;
    font-weight:700;
}

.frm-tabs {
    padding: 0
}

.frm-tabs li {
    background-color: #e2e5e5;
    padding: 10px;
    list-style-type: none;
    border-bottom: 1px solid #eee;
    cursor: pointer
}

.frm-tabs li.active {
    background-color: #fff
}

.frm-tabs li a {
    color: #8a8a8a;
    font-weight: 500
}

.frm-tabs li.active>a {
    color: #3c3c3c
}

.frm-tab-content>div {
    height: 0;
    opacity: 0
}

.frm-tab-content>div.active {
    height: 100%;
    opacity: 1
}

.frm-tab-content .flexslider .slides>li {
    border-radius: 3px;
    margin: 0 20px 0 0
}

.frm-item {
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, .05);
    border: 1px solid #e7e7e7;
    padding: 30px;
    text-align: center;
    border-radius: 5px
}

.frm-image {
    display: inline-block;
    margin: 0
}

.frm-tab-content .flex-direction-nav a::before {
    height: 3em;
    background-size: 30px
}

.frm-tab-content .flex-direction-nav a {
    top: 50%
}

.frm-tab-content .flex-direction-nav a.flex-prev::before {
    background-image: url(https://www.marlinwire.com/hubfs/img/ico-arrow-left.svg)
}

.frm-tab-content .flex-direction-nav a.flex-next::before {
    background-image: url(https://www.marlinwire.com/hubfs/img/ico-arrow-right.svg)
}

.btn.frm-cta {
    padding: .75em 1em;
    margin-right: 1em;
    margin-left: 1em;
    max-width: 400px;
    text-align: center;
    display: inline-block;
    margin-top: 1em;
    border-top: 3px solid #209dd4;
    border-bottom: 3px solid #0095d7;
    box-sizing: border-box;
    background-position: 0 0, 100% 0;
    background-size: 3px 100%;
    background-image: -webkit-linear-gradient(bottom, #0095d7 0%, #01a4eb 100%);
    background-image: linear-gradient(bottom, #0095d7 0%, #01a4eb 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    background: #0097d6
}

.btn.frm-cta:hover {
    background-color: #017baf;
    background-image: url(//cdn2.hubspot.net/hub/223565/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0…AwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+?t=1478026482369);
    background-image: -moz-linear-gradient(bottom, #027bb0 0%, #01a4eb 100%);
    background-image: -o-linear-gradient(bottom, #027bb0 0%, #01a4eb 100%);
    background-image: -webkit-linear-gradient(bottom, #027bb0 0%, #01a4eb 100%);
    background-image: linear-gradient(bottom, #027bb0 0%, #01a4eb 100%)
}

.btn.frm-cta span {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
    position: relative
}

.btn.frm-cta span::after {
    content: "";
    position: absolute;
    background-image: url(https://www.marlinwire.com/hubfs/img/file-download.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px
}

.frm-tab-wrapper {
    padding-bottom: 60px
}

.frm-tab-content .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -61px;
    text-align: center;
    z-index: 100
}

.frm-tab-content .flex-control-paging li a {
    width: 50px;
    height: 2px;
    background: #b6d1dd;
    cursor: pointer
}

.frm-tab-content .flex-control-paging li a.flex-active {
    background: #0097d6;
    cursor: pointer
}

.frm-all-link {
    color: #000;
    text-decoration: none;
    position: relative;
    padding-right: 30px;
    margin: 17px;
    display: inline-block;
    vertical-align: top
}

.frm-all-link::after {
    content: "";
    position: absolute;
    background-image: url(https://www.marlinwire.com/hubfs/img/apps-black.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px 24px;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px
}

.frm-all {
    display: none
}
@media only screen and (min-width:640px){
  .frm-item{
  min-height:697px;
  }
}
@media only screen and (min-width:960px) {
    .featured-resources-module {
        text-align: left
    }

    .frm-wrapper {
        overflow: hidden;
        background-color: #e2e5e5;
        text-align: left
    }

    .frm-wrapper .container-wrapper {
        overflow: hidden;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap
    }

    .frm-heading {
        font-size: 22px;
        margin-bottom: 0;
        margin-top: 0
    }

    .frm-wrapper .container-wrapper>* {
        flex-grow: 1
    }

    .frm-tabs-wrapper {
        padding: 0 30px
    }

    .frm-tabs {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 0;
        margin-top: 12px
    }

    .frm-tabs li {
        background-color: transparent;
        border-bottom: none;
        text-align: center;
        padding: 14px 10px;
        flex-grow: 1
    }

    .frm-tabs li.active {
        background-color: #fff
    }

    .frm-tabs li a {
        font-size: 17px
    }

    .frm-all {
        display: block;
        text-align: right
    }

    .frm-all-link {
        margin: 0;
        display: none
    }

    .frm-all .frm-all-link {
        font-size: 17px;
        margin: 0;
        display: inline-block
    }

    .frm-tab-wrapper {
        padding-bottom: 60px;
        clear: both
    }

    .frm-tab-wrapper {
        margin-top: 50px
    }

    .frm-item {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: left;
      min-height:370px;
    }

    .frm-tab-content .flexslider .slides>li {
        margin: 0 20px 0 0
    }

    .frm-image {
        width: 40%
    }

    .frm-content {
        width: 60%;
        padding-left: 20px
    }

    .frm-title {
        font-size: 18px;
        margin-top: 0;
        font-weight: 500;
        line-height: 25px
    }

    .frm-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px
    }

    .btn.frm-cta {
        margin: 6px 0 0 0;
        font-size: 17px;
        font-weight: 400;
        padding: 10px 20px
    }

    .frm-tab-content .flex-direction-nav a.flex-prev {
        left: -40px
    }

    .frm-tab-content .flex-direction-nav a.flex-next {
        right: -40px
    }
}

@media only screen and (min-width:1280px) {
    .frm-tab-content .flex-direction-nav a.flex-prev {
        left: -80px
    }

    .frm-tab-content .flex-direction-nav a.flex-next {
        right: -80px
    }
  
}

.carousel1 > .row-number-6,.carousel1 > .row-number-7, .carousel1 > .row-number-8{
  display:none;
}


@media (min-width: 768px) and (max-width: 1139px){
  .main-header.dest-main-header .row-fluid .span3{
    width:34.928177% !important;
  }
}


  .main-header .logo{
    display: inline-block !important;
    vertical-align: top;
  }
  .us_logo {
    display: inline-block;
    vertical-align: top;
    max-width: 100px;
}

@media only screen and (max-width: 960px) {
  #contact-form-new1 {
    font-size: 1em;
  }
}