/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Navigator */

body.scrolled nav.primary ul li {
    margin-right: 8px;
}

body.scrolled nav.primary ul li a {
    font-size: 12px;
}

body.scrolled.show-nav nav.primary ul {
    max-height: 320px;
}

body.show-nav nav.primary ul {
    max-height: 333px;
}

@media (min-width: 768px) {
    nav.primary ul li {
        margin-right: 20px;
        padding: 0px;
    }
    nav.primary ul li a {
        font-size: 12px;
        line-height: 50px;
    }
    nav.primary ul li a.selected,
    nav.primary ul li a:hover {
        background-color: #016aac;
        height: 50px;
        line-height: 50px;
    }
}

@media (min-width: 1024px) {
    nav.primary ul li {
        margin-right: 48px;
    }
}


/* END ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Navigator */


/* ------------------ Global Form ----------------- */

.EditingFormTable td {
    display: inline-block;
    width: 100%;
}

.EditingFormTable {
    width: 70%;
}

.EditingFormTable #FirstName {
    margin-bottom: 0px;
}

input[type=checkbox],
input[type=radio] {
    visibility: hidden;
    margin-left: -20px;
}

.EditingFormTable input[type=text] {
    //max-width: 320px;
}

.EditingFormButtonCell {
    margin-top: 20px;
}

#FirstName {
    margin-bottom: 20px;
    display: block;
}

.EditingFormButtonCell .FormButton {
    width: auto;
    display: inline-block;
}

@media (max-width: 768px) {
    .offset-md-1 {
        margin-left: 0 !important;
    }
    .EditingFormTable {
        width: 100%;
    }
    .EditingFormTable input[type=text] {
        max-width: 100%;
    }
    .CheckBoxField {
        left: 90%;
    }
    .EditingFormButtonCell .FormButton {
        width: 100% !important;
    }
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ News */

.news-item {
    display: inline-block;
}

.newsfilter-wrapper .news-item {
    margin-bottom: 30px;
}

.newsfilter-zone {
    margin: 0 -2px 20px;
}

.newsfilter-zone .newsfilter-item {
    float: left;
    padding: 0;
    border: 2px solid white;
    margin-bottom: 10px;
}

.newsfilter-criteria {
    margin-bottom: 20px;
}

.newsfilter-search {
    margin-bottom: 10px;
}

.newsfilter-search .Filter {
    max-width: 260px;
    width: 100%;
    position: relative;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
}

.newsfilter-search .FilterSearch:after {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    height: 50px;
    color: #434343;
    line-height: 50px;
    text-align: center;
}

.newsfilter-search .FilterSearch:after {
    font-family: FontAwesome;
    content: '\f002';
    font-size: 20px;
    padding: 0 15px;
}

.newsfilter-search label.hidden {
    display: none;
}

.newsfilter-search input.form-control {
    width: 100%;
    background: transparent;
    z-index: 1;
    padding-right: 50px;
}

.newsfilter-search input.filtertext {
    visibility: hidden;
    z-index: 3;
    background: transparent;
    width: 70px;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
}

.newsfilter-wrapper .newsfilter-title {
    text-transform: uppercase;
    color: #0076bf;
    font-weight: bold;
    font-size: 18px;
    padding-top: 12px;
}

.news-items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-item h1,
.news-item h2 {
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
}

.news-item a {
    color: #0076bf;
}

.news-item {
    position: relative;
    background: white;
    font-family: montserratultra_light;
    font-weight: bold;
    width: 100%;
}

.news-item-content-details {
    min-height: 230px;
}

.news-item-listing {
    margin-bottom: 35px;
}

.news-item-listing-4by1 {
    padding: 0 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.news-item-listing h2 a {
    color: #323232;
    font-size: 19px;
}

.news-item-listing> .news-item {
    -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 1px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .2);
}

.news-readmore-details .fa-chevron-left:before {
    font-size: 12px;
    margin-right: 5px;
}

.news-date {
    color: #6f6f6f;
    font-size: 12px;
}

.news-teaser {
    font-size: 14px;
    color: #333;
}

.news-item-content {
    padding: 20px 15px;
}

.news-item-teaser {
    position: relative;
}

.news-item-teaser a {
    display: block;
    position: relative;
    z-index: 2;
}

.news-item-teaser:before {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    content: "";
    background: rgba(0, 0, 0, .5);
    z-index: 2;
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.news-item-teaser:after {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    content: "";
    background: url('../images/icon-news.png');
    z-index: 3;
}

.news-item.Events .news-item-teaser:after {
    background: url('../images/icon-event.png');
}

.news-item.Videos .news-item-teaser:after {
    background: url('../images/icon-video.png');
}

.news-item .news-readmore {
    font-size: 15px;
    font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
    transition: all 300ms ease-in-out;
}

.news-item .news-readmore:hover {
    background: #0076bf;
    transition: all 300ms ease-in-out;
}

.news-item .news-item-teaser:hover:before {
    opacity: 1;
    transition: all 300ms ease-in-out;
}

.news-item-listing-4by1 .news-readmore {
    position: absolute;
    bottom: 20px;
    background-color: #3cc0c6;
    line-height: 40px;
    padding: 0 25px;
    color: white;
}

.news-item-listing h2 {
    margin-bottom: 5px;
}

.news-item-detail-teaser {
    float: left;
    margin: 0 40px 30px 0;
    max-width: 440px;
}

.news-detail-video {
    margin: 30px auto;
    max-width: 640px;
    width: 100%;
    display: table;
    text-align: center;
}

.news-detail-video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.news-detail-video-container iframe {
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}

.news-item-detail .btn {
    margin: 20px 0 0;
    background-color: #3cc0c6;
    position: relative;
    height: 40px;
    display: inline-block;
    bottom: auto;
}

.events-item-detail .event-info table {
    margin-bottom: 20px;
}

.events-item-detail .event-info label {
    font-weight: bold;
    padding-right: 10px;
    text-transform: uppercase;
    margin: 0;
}

.pager-wrapper {
    margin: 10px;
    text-align: center;
}

.pager-wrapper a,
.pager-wrapper strong {
    border-radius: 5px;
    border: 1px solid #eee;
    color: #0076bf;
    line-height: 1.1;
    padding: 10px 15px;
    display: inline-block;
    transition: all 0.5s ease 0s;
    margin: 2px;
}

.pager-wrapper a:hover {
    color: #fff;
    background-color: #0076bf;
}

.pager-wrapper strong {
    color: #fff;
    background-color: #0076bf;
    font-weight: normal;
}


/* END ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ News */


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Newsltter */

.newsletterform {
    text-align: left;
    margin-bottom: 30px;
}

.newsletterform h2 {
    text-align: center;
}

.newsletterform .ErrorMessage {
    color: #ff0000;
}

.newsletterform .error {
    color: #ff0000;
    font-size: 14px;
}

.newsletterform .privacy-link {
    font-size: 13px;
    text-align: right;
    margin-top: 5px;
}

.newsletterform .privacy-link a {
    text-decoration: underline;
}

.newsletterform .InfoMessage {
    text-align: center;
    display: block;
    width: 100%;
}

.newsletterform .subscription-thankyou p {
    text-align: center;
    color: #0076bf;
    font-size: 18px;
}

.newsletterform-footer .control-label {
    color: #263746;
}

.newsletterform .form-group-submit {
    padding-top: 42px;
}


/* END ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Newsltter */


/* Success stories */

.success-stories .story h2 {
    margin-top: 0;
}

.success-stories .story:last-child {
    margin-bottom: 0px;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Lead Form */

.leadform-wrapper {
    display: inline-block;
    width: 100%;
}

.leadform-wrapper .col-md-4,
.leadform-wrapper .col-sm-12 {
    padding: 0 !important;
}

.leadform-wrapper label {
    display: inline;
}

.leadform-wrapper p {
    margin: 0;
}

.leadform-wrapper .form-item {
    display: block;
    margin-bottom: 15px;
    clear: both;
}

.leadform-wrapper .radio-list-horizontal {
    display: inline-block;
    margin: 10px 0 0 10px;
}

.leadform-wrapper .radio-list-horizontal label {
    margin: 0 30px 0 5px;
    vertical-align: sub;
}

.leadform-wrapper .EditingFormErrorLabel {
    color: #ff0000;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 10px;
}


/* END ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Lead Form */

.dark-grey {
    background-color: #e5e5e5;
}

.banner_side-img img {
    margin-bottom: 20px;
}

.banner_side-text {
    width: 100%;
}

.banner_side-text h2 {
    margin-bottom: 0;
}

.top_banner-home {
    text-align: center;
}

.top_banner-home .wrapper {
    padding-top: 30px;
    padding-bottom: 20px;
}

.banner_side-cta {
    background-color: #FFF !important;
    font-size: 16px;
    text-align: center !important;
    color: #005e99 !important;
    padding: 15px !important;
    line-height: 1.1 !important;
    transition: all .5s ease;
    margin-top: 20px;
    border-radius: 5px;
}

.banner_side-cta:hover {
    background-color: #0076bf !important;
    color: #FFF !important;
}

.homepage-tiles {
    margin-top: 0px;
}

.hero .content .heading h1 {
    background-color: transparent !important;
    padding: 0px;
    color: #fff;
}

.hero-homepage .content {
    left: 30px !important;
}

.hero-homepage .content .cta a {
    border-radius: 5px;
}

.hero .content {
    left: 30px !important;
}

@media (max-width: 767px) {
    .banner_side-cta {
        padding: 10px !important;
        display: block;
        font-size: 14px !important;
    }
    .banner_side-text p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .hero {
        text-align: center !important;
    }
    .hero .content {
        left: 0 !important;
    }
}

@media (min-width: 768px) {
    .banner_side-cta {
        position: absolute;
        right: 15px;
        width: 200px !important;
        top: 64px;
        margin-bottom: 20px;
        top: 40px;
    }
    .banner_side-img {
        float: left;
        padding-right: 20px;
        height: 200px;
        margin-top: 10px;
    }
    .top_banner-home {
        text-align: left;
    }
    .newsfilter-zone .col-md-2 {
        width: 20%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .banner_side-text {
        width: 70%;
    }
}

@media (min-width:1281px) {
    .newsfilter-zone .newsfilter-item {
        width: 20%;
    }
}

@media (min-width:1023px) {
    .banner_side-text {
        width: 80%;
    }
    .newsfilter-search .Filter {
        float: right;
    }
}

label {
    font-size: 16px !important;
}

.office-location .label {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
}

.home-feed .news-item {
    padding-bottom: 0px;
}

.home-feed .news-item-content h2 {
    text-align: left;
    margin: 0px 0px 10px 0px;
    color: #333;
}

.home-feed .feed-header {
    font-size: 30px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 10px;
}

.home-feed .link-list {
    position: absolute;
    top: 18px;
    right: 30px;
    font-size: 14px;
    font-weight: normal;
}

.home-feed .news-item-listing {
    margin-bottom: 20px;
    padding: 0px 5px;
    padding-bottom: 60px;
    position: absolute;
    min-height: 100%;
}

.home-feed .news-item-listing a:hover,
.home-feed .news-item-listing .news-readmore:hover {
    text-decoration: none;
}

.home-feed h4 {
    margin-bottom: 5px;
    text-transform: none;
}

.home-feed .news-date {
    font-size: 13px;
    margin-bottom: 10px;
}

.home-feed .news-teaser {
    margin-top: 0;
}

.home-news-wrapper {
    background: url(../images/home-news-bg.jpg) no-repeat;
    background-size: cover;
    height: 680px;
    overflow: hidden;
    width: 100%;
}

.home-news-wrapper h2 {
    color: white;
    text-align: center;
    margin-bottom: 40px;
}

.uk-slidenav-position {
    position: relative;
}

.uk-slidenav {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    border-radius: 50%;
    margin-top: -50px;
    text-align: center;
    line-height: 70px;
    transition: all 300ms ease-in-out;
}

.uk-slidenav:hover {
    //background-color: rgba(255, 255, 255, .3);
    transition: all 300ms ease-in-out;
}

.uk-slidenav:before {
    position: absolute;
    left: 30px;
    top: 18px;
    content: "";
    background: url(../images/icon-right.png) no-repeat;
    width: 16px;
    height: 33px;
    z-index: 2;
}

.uk-slidenav-previous {
    left: -90px;
}

.uk-slidenav-previous:before {
    background-image: url(../images/icon-left.png);
    left: 26px;
}

.uk-slidenav-next {
    right: -90px;
}

#video-hero {
    height: 350px;
}

#video-hero .wrapper {
    padding: 30px 0;
}

#video-hero .video-herotext {
    background-color: rgba(0, 118, 191, 0.3);
    padding: 25px;
}


/* This is where you can edit the custom style for overlay on video home page. */

.default-style {}

.text-section {
    font-size: 25px;
    font-family: montserratultra_light;
    color: #005e99;
    vertical-align: top;
    width: 49%;
    text-align: left;
    display: inline-block;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.video-section {
    width: 50%;
    display: inline-block;
}

.video .video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 29px;
    height: 0;
    overflow: hidden;
}

.view-video {
    position: relative;
    vertical-align: bottom;
    display: inline-block;
    background-color: #6ea8db;
    padding: 10px 20px;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
}

.view-video:hover {
    background-color: #5285b3;
}

.home-video .text-section {
    width: 45%;
    margin-right: 4%;
}

.home-video .text-section p,
.video .text-section p {
    font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1.6;
    color: #333;
    font-size: 15px;
}

.video .text-section {
    font-size: 33px;
    margin-bottom: 0;
    padding: 45px;
    text-align: center;
}

iframe {
    max-width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1023px) {
    .video h2 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .text-section,
    .video-section {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 20px !important;
        padding: 0px !important;
    }
    .newsfilter-zone .tablettwo {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    /* This is where you can edit the custom style for overlay on video home page. */
    .default-style {
        width: 650px;
    }
}

.home-wrapper {
    background-color: #ffffff;
}

.home-wrapper .success-stories-tiles a {
    display: none !important;
}

.video-content {
    padding: 25px 0;
    background-color: rgb(0, 94, 155);
    color: #fff;
}

.btn-link {
    background-color: #3cc0c6;
    border-radius: 5px;
    color: #fff !important;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    margin-right: 10px;
}

.btn-link:hover {
    background-color: #0076bf;
}

.event-item {
    margin-bottom: 20px;
}

.event-item .event-date {
    float: left;
    width: 80px;
    height: 80px;
    background-color: rgb(0, 94, 155);
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
}

.event-item .event-date em {
    font-size: 28px;
    font-style: normal;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.event-item .event-details {
    float: right;
    width: 360px;
    line-height: 1.1;
}

.event-item .event-details h4 {
    color: #0e628a;
    font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.event-item a {
    color: #0076bf;
}

@media (max-width: 1140px) {
    .uk-slidenav {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -25px;
        //background-color: rgba(0, 0, 0, .4);
    }
    .uk-slidenav:before {
        background-size: 11px 24px;
        width: 11px;
        left: 13px;
        top: 9px;
        height: 24px;
    }
    .uk-slidenav:hover {
        //background-color: rgba(0, 0, 0, .6);
    }
    .uk-slidenav-previous {
        left: -15px;
    }
    .uk-slidenav-next:before {
        left: 17px;
    }
    .uk-slidenav-next {
        right: -15px;
    }
}

@media (max-width: 1023px) {
    .event-item .event-details {
        width: 238px;
    }
}

@media (max-width: 767px) {
    .event-item .event-details {
        width: 306px;
    }
}

@media (max-width: 459px) {
    .event-item .event-date {
        float: none;
        width: 100%;
        height: auto;
        background-color: transparent;
        color: rgba(51, 51, 51, 0.5);
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        line-height: normal;
        margin-bottom: 5px;
    }
    .event-item .event-date em {
        display: inline;
        font-size: 18px;
        margin: 0;
    }
    .event-item .event-details {
        float: none;
        width: 100%;
    }
}

.clear {
    display: block;
    float: none;
    clear: both;
}


/* Youtube popup css */

.youtube-play {
    position: absolute;
    float: left;
    top: 45%;
    left: 0;
    right: 0;
    bottom: 50%;
    margin: auto;
    z-index: 9;
    width: 50px;
    height: 35px;
}

.youtube-thumbnail {
    position: relative;
    padding: 0 65px;
    width: 100%;
    float: left;
    cursor: pointer;
}

.youtube-image {
    max-height: 250px;
}


/**============================================
//Two Columns Layotu Fixes
//===========================================*/

.twocolumnslayout iframe {
    max-width: 100%;
}

.twocolumnslayout table {
    border: 0;
    border-collapse: collapse;
    margin: 1em 0;
    width: 100%;
}

.twocolumnslayout th,
.twocolumnslayout td {
    padding: 5px 10px 5px 0px;
}

.twocolumnslayout tr:nth-child(even) th,
.twocolumnslayout tr:nth-child(even) td {
    background: whitesmoke;
}

.twocolumnslayout .FormPanel tr:nth-child(even) th,
.twocolumnslayout .FormPanel tr:nth-child(even) td {
    background: transparent;
}

.twocolumnslayout .benefit-tiles,
.twocolumnslayout .offer-tiles,
.twocolumnslayout .faq {
    margin: 30px 0;
}

.twocolumnslayout .benefit-tiles .tile,
.twocolumnslayout .offer-tiles .tile {
    width: 100%;
    background: #f2f2f2;
    height: auto;
    padding-bottom: 40px;
}

.twocolumnslayout .benefit-tiles .tile:nth-child(even),
.twocolumnslayout .offer-tiles .tile:nth-child(even) {
    width: 100%;
    background: #e5e5e5;
}

.twocolumnslayout .faq .item .answer {
    padding: 20px;
}

.twocolumnslayout .contact-form .row> div,
.twocolumnslayout .form-item .row> div {
    width: 100%;
}

.service-wrapper {
    position: relative;
}

.service-wrapper .offertwowrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
}

.offer-tiles .tile {
    min-height: 650px;
}

@media (max-width: 768px) {
    .service-wrapper .offertwowrapper .offer-tiles .tile {
        width: 43%;
    }
    .home-feed .news-item-listing {
        padding: 0px 35px;
    }
    .wrapper {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .service-wrapper .offertwowrapper {
        position: relative !important;
        left: 0% !important;
        top: -40px !important;
    }
    .service-wrapper .offertwowrapper .offer-tiles .tile {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .news-item-listing {
        width: 100%;
        float: none;
    }
    .news-item-content-details {
        min-height: auto;
        padding-bottom: 15px;
    }
}

//===========================================*/
//Checkbox Fixes 
//===========================================*/
input[type=checkbox] {
    display: none;
}

input[type=checkbox]:checked+label {
    color: #323232;
}

input[type=checkbox]+label:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: -3px 8px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #b0b0b0;
    background-color: #f2f2f2;
    border-radius: 5px;
}

input[type=checkbox]:checked+label:before {
    display: inline-block;
    font: 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f00c';
    text-align: center;
    line-height: 26px;
    font-size: 14px;
}

.FieldLabel {
    padding: 0 20px 0 0!important;
}


/**============================================
//Error Fixes
//===========================================*/

.ErrorLabel,
.EditingFormErrorLabel {
    color: red;
}

.Error input[list],
.Error input[type=color],
.Error input[type=date],
.Error input[type=datetime-local],
.Error input[type=email],
.Error input[type=file],
.Error input[type=month],
.Error input[type=number],
.Error input[type=password],
.Error input[type=search],
.Error input[type=tel],
.Error input[type=text],
.Error input[type=time],
.Error input[type=url],
.Error input[type=week],
.Error select,
.Error textarea {
    background-color: #ff7979;
    border-color: #a00;
    color: #fff;
}


/* Disclaimer fixes
// ============================================*/

.disclaimer {
    color: #263746;
    background-color: #6ea8db;
}

.disclaimer .wrapper {
    padding: 20px;
}

.select2-dropdown {
    border: none !important;
}

.intro .partner-icons a {
    padding: 0px 30px;
}

.partner-icons {
    border-top: 0px !important;
    padding-top: 0px !important;
}

.partner-icons a {
    margin-right: 10px;
    margin-top: 5px;
}

.about-partner-tiles .image {
    margin-bottom: 15px;
}

.delivered-partners {
    border-top: 1px solid #3391cc;
    padding-top: 30px;
    text-align: center;
    margin-top: 30px;
}

.delivered-partners .partner-icons {
    margin-top: 0px;
}

.delivered-partners .partner-icons a {
    padding: 20px 30px;
    margin: 0px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.about-partner-tiles .title {
    border-top: 1px solid #858383;
    margin: 30px 0px 0px;
    padding-top: 30px;
}

.news .news-readmore {
    margin: 0 auto;
    background-color: #3cc0c6;
    position: relative;
    height: 40px;
    display: block;
    max-width: 150px;
    text-align: center;
    bottom: auto;
    border-radius: 5px;
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
}

.news .news-readmore-details {
    margin: 0px 0px 40px;
    background-color: #3cc0c6;
    position: relative;
    height: 40px;
    display: inline-block;
    text-align: center;
    bottom: auto;
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px;
}

.news .news-readmore-details:hover {
    background-color: #0076bf;
}

@media (max-width: 768px) {
    .home-video .text-section {
        width: 100%;
        margin-right: 0;
    }
    .home-news-wrapper {
        height: 620px;
    }
    .intro .partner-icons a,
    .delivered-partners .partner-icons a {
        padding: 15px 0px !important;
        display: block !important;
    }
}

@media (max-width: 480px) {
    .newsfilter-zone .newsfilter-item {}
    .newsfilter-criteria {
        margin-bottom: 2px;
    }
    .newsfilter-search .Filter {
        max-width: 100%;
    }
    .news .news-readmore {
        text-align: center;
    }
    .news-item-detail-teaser {
        margin: 0 0px 10px 0;
        max-width: 100%;
    }
}