@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*
Default
 */
p, li{
    line-height: 27px;
}
ul {
    margin-left: 0;
    padding-left: 15px;
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
}

.entry-content, .entry-summary, .page-content {
    margin: 0;
}

.hentry {
    margin: 0;
}

.site-main a.btn {
    color: #fff;
}

.left-content {
    padding-left: 0;
}

.site-main a {
    color: #6facde;
}

.btn {
    text-transform: uppercase;
}

.btn:visited {
    color: #fff;
}

.btn-primary {
    background-color: #E07E3C;
    border-color: #E07E3C;
}

.btn-primary:hover {
    background-color: #6FACDE;
    border-color: #6FACDE;
}

.btn-secondary {
    background-color: #6FACDE;
    border-color: #6FACDE;
    color: #fff;
}

.btn-secondary:hover {
  background-color: #E07E3C;
  border-color: #E07E3C;
}

.form-control {
    height: auto;
}

footer.site-footer {
    border-top: 3px solid #E07E3C;
}

/*Top Bar*/

#top-bar {
    background-color: rgb(0, 84, 157);
    color: #FFFFFF;
    font-size: 13px;
    padding-top: 4px;
    height: 30px;

}

body.page-template-page-corporate #top-bar {
    background-color: #6E6F73;
}

body.page-template-page-corporate .btn-primary {
    background-color: #6E6F73;
    border-color: #6E6F73;
}

body.page-template-page-corporate .blue {
    color: #6E6F73;
}

body.page-template-page-corporate h1, body.page-template-page-corporate h2, body.page-template-page-corporate h3 {
    color: #6E6F73;

}

body.page-template-page-corporate .newsletter {
    background-color: #ccc;
}

body.page-template-page-corporate .newsletter .newsletter-icon {
    background-color: #6E6F73;

}

body.page-template-page-corporate .mega_main_menu li.multicolumn_dropdown.submenu_full_width > .mega_dropdown, body.page-template-page-corporate .mega_main_menu li.multicolumn_dropdown > .mega_dropdown {
    border-bottom: 6px solid #6E6F73 !important;
    border-top: 6px solid #6E6F73 !important;
}

#top-bar .top-nav {
    text-align: right;
}

#top-bar .top-nav > a:link, #top-bar .top-nav > a:visited {
    color: white;
}

#top-bar .top-nav > a:hover {
    color: #E07E3C;
    text-decoration: none;
}

/* Header */

.header-phone{
    display: inline-block;
    width: 35%;
    font-size: 21px;
    vertical-align: bottom;
}
.header-phone .phone-inner{
    display: table;
    width: 100%;
    height: 46px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    text-align: center;
}
.header-phone .phone-number{
    display: table-cell;
    vertical-align: middle;
    background: #6FACDE;

}
.header-phone .phone-number a{
    color: #fff;
    text-decoration: none;
}
.header-phone .phone-icon{
    display: table-cell;
    background: #E07E3C;
    color: #fff;
    vertical-align: middle;
    width: 50px;
}
.header-search form{
    display: inline-block;
    width:50%;
    vertical-align: bottom;
}
.site-branding img {
    width: 100%;
    height: auto;
    max-height: 86px;
}

.site-branding a {
    display: block;
}

.site-header .top-right {
    text-align: right;
}

.site-header {
    background-color: #f8f8f8;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-search {
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-search .btn-search {
    background: white;
    border: 1px solid #ccc;
    border-left: 0;
}

#menu-location-top ul {
    margin: 0px;
    padding: 0 0 20px 0;
    list-style: none;
}

#menu-location-top ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#menu-location-top ul li a {
    display: block;
    font-size: 13px;
    color: #233f5b;
    font-weight: 300;
    padding: 2px 14px;
}

#menu-location-top ul li:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 3px;
    width: 1px;
    height: 16px;
    background: #7b7676
}
#menu-location-top ul li.social:after{
 width:0;
}
#menu-location-top ul li:first-child:after {
    display: none;
}
#menu-location-top ul li.social a span{
    display:none;
}
#menu-location-top ul li.facebook a:before{
    font-family: FontAwesome;
    content:"\f09a";
}
#menu-location-top ul li.twitter a:before{
    font-family: FontAwesome;
    content:"\f099";
}
#menu-location-top ul li.youtube a:before{
    font-family: FontAwesome;
    content:"\f16a";
}

#menu-location-top ul li.instagram a:before{
    font-family: FontAwesome;
    content:"\f16d";
}

#menu-location-top ul li.linkedin a:before{
    font-family: FontAwesome;
    content:"\f0e1";
}
#menu-location-top ul li a:hover {
    color: #6FACDE;
}

/*Colour Helpers*/

span.small {
    font-size: 16px;
}

span.big {
    font-size: 25px;
}

.light-grey {
    color: rgb(174, 178, 181);
}

.grey {
    color: #6E6F73;
}

.blue {
    color: rgb(0, 84, 157);
}

.hvr-grow-shadow {
    display: block;

}
.banner-wrapper{
    padding-bottom: 100px;
    padding-top: 100px;
    background-image: url(/wp-content/uploads/2015/06/backgroundimage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.banner-wrapper .container{
    padding:0;
}
.banner {
    text-align: center;
}

.banner .banner-icon{

}

.banner a {
    color: #fff;
    background: rgba(111, 172, 222, 0.5);
    display: block;
    padding-bottom: 20px;
    padding-top: 30px;
    margin-top: 15px;
    /*border:1px solid #6FACDE*/;
}
.banner a:hover{
    text-decoration: none;
}

.banner .banner-caption {
    font-size: 20px;
    min-height: 58px;
}

.banner .banner-btn {
    background-color: #E07E3C;
    border-color: #E07E3C;
    display: inline-block;
    padding: 8px;
    border-radius: 3px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    margin-top:15px;
}

.banner .banner-btn:hover{
    transform: scale(1.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.banner .banner-btn:after{
    font-family: FontAwesome;
    content: "\f04b";
    margin-left: 5px;
    font-size: 10px;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
}

.block {
    padding-top: 30px;
    padding-bottom: 30px;
}

.block.welcome {

    text-align: center;
    padding-top: 30px;
    padding-bottom: 80px;
    background-color: #fafaf9;
}

.block.about .block-title h2 {
    font-size: 2.6em;
    font-weight: 300;
    vertical-align: middle;
    color: #6E6F73;
}

.block.about {
    background-color: #fff;
}

.block.about .home-icons {
    text-align: center;
    padding-top: 40px;
}

.block.about .home-icons img {
    width: 19%;
    height: auto;
}

.block.faq .block-title h2 {
    color: white;
    font-size: 2.6em;
    font-weight: 300;
    vertical-align: middle;
}

.block.faq {
    background-color: rgb(0, 180, 237);
    color: #ffffff;
}

.block.faq span.sher-icon {
    background-image: url(../images/sher-icon.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 35px;
    display: block;
    background-position: center;

}

.block.faq .counter {

    padding-top: 40px;

}

.block.faq span.count {
    font-size: 5em;
    font-weight: lighter;
    display: block;
    width: 100%;
    text-align: center;
}

.block.faq span.tagline {
    font-size: 24px;
    font-weight: lighter;
    display: block;
    width: 100%;
    text-align: center;
}

.home-cta {
    display: inline-flex;
    text-align: center;
    margin-top: 5px;
}

.home-cta img {
    margin-right: 3px;
}

/*Footer*/
footer {
    color: #ffffff;
}
footer .footer-widgets{
    margin-top:30px;
}

footer .footer-widgets p{
    font-size: 13px;
	line-height: 20px;
}

footer .widget .regs{
    font-size: 12px;
}
footer a, footer a:visited {
    color: #ffffff;
}

footer .widget ul.menu {
    list-style: none;
    margin-left: 0;
    padding-left: 0;

}

footer h2.widget-title {
    color: #ffffff;
    font-size: 20px;
}

.regulatory, .copyright {
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
}

.logo-footer {
    margin-top: 30px;
}

footer h3 {
    color: #fff;
}

.footer-mobile {
    background-color: #E07E3C;
    border-top: 0;
    text-align: center;
    padding: 15px;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 45px;
    width: 100%;
    z-index: 9999 !important;
}

.footer-mobile a {
    color: #fff;
    display: block;
    height: 45px;
}

.footer-mobile a i {
    margin-top: 2px;
}

.footer-mobile a:hover {
    text-decoration: none;
    background-color: #6FACDE;
}

.navbar-fixed-bottom {
  z-index: 9999 !important;
}

/*
Newsletter
 */
.newsletter {

    margin-top: -40px;
}

.newsletter .inner {
    background-color: #fff;
    width: 900px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #eeeeee4d;
}

.newsletter .form-holder {
    display: table-cell;
    float: left;
}

.newsletter input {
    height: 50px;
    width: 180px;
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f0f0f0;
}

.newsletter button {
    height: 50px;
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #E07E3C;
}

.newsletter button:hover {
    background-color: #6FACDE;
}

.newsletter .subscribe-text h2 {
    color: #47474999;
    margin-top: 10px;
    text-transform: uppercase;
}

.newsletter .newsletter-icon {
    background-color: #f0f0f0;
    color: #474749;
    display: table-cell;
    height: 50px;
    float: left;
    width: 50px;
}

.newsletter .newsletter-icon .fa {
    display: table-cell;
    font-size: 18px;
    height: 50px;
    vertical-align: middle;
    width: 50px;
}

#return-to-top {
    position: fixed;
    bottom: 50px;
    left: 20px;
    background: #E07E3C;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.cta-call-us-wrapper {
    background-color: white;
    padding: 40px;

}

.cta-call-us {
    background-color: #E07E3C;
    color: white;
    display: inline-block;
    height: auto;
    padding: 20px;
    width: 100%;
}

.cta-call-us h2 {
    color: #fff;
    font-size: 40px;
    margin-top: 10px;
}

.cta-call-us h2 > span {
    font-size: 30px;
}

.cta-call-us .btn {
    margin-top: 20px;
}

.landing-page {
    background-color: #3ca3e5;
    min-height: 300px;
    color: white;
    padding: 40px;
}

.landing-page h1 {
    color: white;
    font-size: 30px;
    margin: 0;
}

.faq-overview {
    padding: 40px;
}

.faq-overview h1 {
    font-size: 30px;
    margin: 0;
    color: white;
}

.products {
    background-color: #d7d6d6;
    padding: 40px;
    width: 100%;

}

.products h1 {
    font-size: 30px;
    margin: 0;
}

.products .product-item {
    text-align: center;

}

.products .product-item a {
    color: #000;
    text-decoration: none;
}

.products .product-item img:hover {
    opacity: 0.6;
}

.featured-image {
    position: relative;
    height: 290px;
}

.featured-image h1.entry-title {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 30px;
    color: white;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.6);

}

.right-content {
    margin-top: 20px;
}

.right-content img:hover {
    opacity: 0.7;
}

.financial-btns img {
    width: 19%;
    height: auto;
}

@media only screen and (max-width: 769px) {
    .mobile-nopadding {
        padding-left: 0;
        padding-right: 0;
    }

    .left-content {
        padding-left: 15px;
    }

    #secondary .widget > a > img {
        margin: auto;
        display: block;
    }

    footer {
        font-size: 13px;
    }

    .newsletter input {
        height: 50px;
        width: 150px;
        border: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .newsletter .inner {
        width: 100%;
        margin-top:0;

    }

    body {
        margin: 0 0 45px; /* bottom has to be the same as mobile footer height */

    }

    .post-img {
        height: auto !important;
    }

    .featured-image {
        height: 100px;
    }
}

/*Menu*/
.mega_main_menu li > a {
    border-bottom: 3px solid #6FACDE;
}

.mega_main_menu li.current-page-parent > a, .mega_main_menu li.current_page_ancestor > a, .mega_main_menu li.current-menu-item > a, .mega_main_menu li:hover > a {
    background-image: url(../images/menu-active.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 3px solid #E07E3C;
}

body.page-template-page-corporate .mega_main_menu li.current-page-parent > a, body.page-template-page-corporate .mega_main_menu li.current_page_ancestor > a, body.page-template-page-corporate .mega_main_menu li.current-menu-item > a {
    background-color: #6E6F73 !important;
}


.mega_main_menu.direction-horizontal > .menu_holder.sticky_container {
    background: white none repeat scroll 0 0;
    box-shadow: -1px 6px 5px 0 rgba(235, 233, 228, 1)
}

.mega_main_menu.first-lvl-align-right > .menu_holder.sticky_container > .menu_inner > ul {
    text-align: center;
}
.block.links{
    padding-bottom:60px;

}
#home-menu{
list-style: none;
}
#home-menu li a{
    display: inline-block;
    width: 49%;
    float: left;
    background: #fafaf9;
    margin-bottom: 15px;
    padding: 21px;
    margin-right: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
#home-menu li a:after{
    content: "\f18e";
    font-family: FontAwesome;
    float:right;
    font-size:18px;
}
#home-menu li:hover a{
    background: #E07E3C;
    color:#fff;
    text-decoration: none;
}

#home-btns {
    display: flex;
    flex-direction: row;
    list-style: none;
    flex-wrap: wrap;
}
#home-btns li{
    flex: 1 0 19%; /* explanation below */
    margin: 5px;
    height: 100px;
    background-color: #6FACDE;
    box-shadow: 0 3px 3px rgba(0,0,0,.2);

}
#home-btns li a{
    color: #fff;
    text-transform: uppercase;
    display: block;
    height: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 95px;
    text-decoration: none;
}
#home-btns li:hover{
    background-color: #E07E3C;
}
#home-btns li a:before{
    font-family: FontAwesome;
    content:"\f054";
    margin-right:10px;
    font-size: 30px;
    vertical-align: middle;
}
#home-btns li.about a:before{
    content:"\f0c0";
}
#home-btns li.news a:before{
    content:"\f09e";
}
#home-btns li.promotions a:before{
    content:"\f087";
}
#home-btns li.quote a:before{
    content:"\f044";
}
#home-btns li.careers a:before{
    content:"\f0b1";
}
#home-btns li:hover a:before{
    color:#fff;

}
    /*Blog*/

footer.entry-footer, header.entry-header {
    font-size: 13px;
    margin-top: 10px;
    padding-bottom: 30px;
}

body.blog footer.entry-footer {

}

footer.entry-footer .label a, header.entry-header .label a {
    color: #fff;
}

footer.entry-footer .label-primary, header.entry-header .label-primary {
    background-color: #6FACDE;
    font-size: 14px;
    border-radius: 0;
    border: 0;

}

body.blog article.post {
    padding-left: 10px;
    margin-top: 15px;
    -webkit-box-shadow: -1px 6px 5px 0px rgba(235, 233, 228, 1);
    -moz-box-shadow: -1px 6px 5px 0px rgba(235, 233, 228, 1);
    box-shadow: -1px 6px 5px 0px rgba(235, 233, 228, 1);
}

article.post h2.entry-title {
    padding-bottom: 10px;
}

article .featured-image-blog {
    margin-bottom: 10px;
    margin-right: 10px;
}

.awards {
    margin-bottom: 10px;
}

/*
Videos
 */
.videos h2 {
    color: #000;
    font-size: 30px;
}

.block.videos {
    background-color: #f1f1f1;

    padding-left: 15px;
    padding-right: 15px;
}

.item-video {
    height: 315px;
}

.owl-video-tn {
    background-size: cover;
}

/*
team
 */

.team h1 {
    color: #000;
    font-size: 30px;
}

/*
testimonials
 */
.block.testimonials {
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}

.owl-testimonials .item {
    background-color: #f1f1f1;
    margin-top: 15px;
    padding: 10px;
    height: 160px;

}

.star-rating .fa-star {
    color: #FFD700;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

.more-testimonials-btn .btn {
    margin-top: 15px;
    padding: 15px;
}

/* Mobile Menu*/
.mobile-header {
    background: #f8f8f8 none repeat scroll 0 0;
    height: auto;
    position: relative;
    z-index: 999 !important;
}

.mobile-header .toggle {
    background-color: #E07E3C;
    padding: 8px;
    text-align: center;
}

.mobile-header .toggle > button {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-weight: 600;
    margin: auto;
    font-size: 30px;
    padding: 0;
}

.mobile-header .logo img {
    padding: 4px;

}

.mobile-header .phone {
    padding-right: 5px;
    padding-top: 5px;
    text-align: right;
}

.mobile-header span.big {
    font-size: 14px;
}


.banner-mobile {
    background-color: #0c549d;
    background-image: url(/wp-content/uploads/2015/06/backgroundimage.jpg);
    background-position: center top;
    padding: 15px;
}

/*
.banner-mobile .col-xs-6{
    padding:5px!important;
}
.banner-mobile .btm{
    margin-top:5px;
}
.banner-mobile .button img{
    height: auto;
    width:100%;
}
*/
.banner-mobile .button {
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 110px;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
}

.banner-mobile .button:first-child {
    /*margin-top:-10px;*/
}

.banner-mobile a h2 {
    float: left;
    font-weight: 400;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
}

.banner-mobile .button a:hover h2 {
    text-decoration: none;
}

.banner-mobile .button .btn-primary {
    background-color: #E07E3C;
    border-color: #E07E3C;
    border-radius: 0;

}

@media screen and (max-width: 480px){
    .banner-mobile a h2 {
        font-size: 16px;
    }

    .banner-mobile a span {
        font-size: 12px;
        height: 30px;
    }
}

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
    color: #6FACDE;
    font-size: 16px;
}

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next):hover {
    color: #fff;
    background: #E07E3C;
}

#menu-location-mobile {
    display: none;
}

/*
Relay
 */
#embedded iframe {
    width: 100%;
}

/*
Social bar
 */
.social {
    margin-top: 0;
}

ul.social-bar {
    padding: 0;
    margin: 0;
    float: right;
}
footer .footer-widgets h4{
    color:#30c6f8;
}
footer ul.social-bar {
    float: none;
    text-align: left;
    margin-left:-5px;
}

ul.social-bar .fa {
    color: #fff;
}

ul.social-bar li {
    display: inline-block;
    height: 30px;
    list-style: outside none none;
    width: 30px;
}

ul.social-bar > li.facebook > a:hover {
    background: #3b5998 !important;
}

ul.social-bar > li.twitter > a:hover {
    background: #55acee !important;
}

ul.social-bar > li.rss > a:hover {
    background: #FF6600 !important;
}

ul.social-bar > li.google-plus > a:hover {
    background: #d34836 !important;
}

ul.social-bar > li.you-tube > a:hover {
    background: #e52d27 !important;
}

ul.social-bar > li.instagram > a:hover {
    background: #405de6;
    background: -webkit-linear-gradient(left top, #405de6, #833ab4, #fd1d1d, #f56040, #fcaf45);
    background: -o-linear-gradient(bottom right, #405de6, #833ab4, #fd1d1d, #f56040, #fcaf45);
    background: -moz-linear-gradient(bottom right, #405de6, #833ab4, #fd1d1d, #f56040, #fcaf45);
    background: linear-gradient(to bottom right, #405de6, #833ab4, #fd1d1d, #f56040, #fcaf45);
}

ul.social-bar > li.linkedin > a:hover {
    background: #0077b5 !important;
}

ul.social-bar > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

/*
Pagination
 */
.pager li > a, .pager li > span {
    background-color: #6FACDE;
    border: 1px solid #6FACDE;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    margin-right: 2px;
    padding: 5px 14px;
}

.pager li > a:hover, .pager li > span.active {
    background-color: #E07E3C;
    border: 1px solid #E07E3C;
    color: #fff;
    text-decoration: none;
}

/* Blog Widget */
.widget .latest-news ul li {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 10px 0;
}

.hvr-sweep-to-right::before {
    background: rgb(247, 148, 30) none repeat scroll 0 0;

}

.mm-slideout {
    z-index: auto !important;
}

/*
blog home
 */
.post-img {
    height: 180px;
    overflow: hidden;
    background-color: #00B4ED;
}

.post-excerpt {
}

.more-btn {
    margin-top: 8px;
    margin-bottom: 10px;
}

/*
Slide In Message
 */
#slide-in {
    width: 280px;
    background-color: rgb(247, 148, 30);
    color: #fff;
    position: fixed;
    right: -280px;
    bottom: 50px;
}

#slide-in .inner {
    padding: 15px;

}

#slide-in .close-me {
    float: right;
    cursor: pointer;
    margin-right: 10px;

}

#slide-in h2, #slide-in a {
    color: #fff;
    text-decoration: none;
}

/*Footer Menu*/
ul#menu-footer {
    list-style: none;
    padding: 0;
    text-align: center;
}

ul#menu-footer li {
    display: inline-block;
    padding: 6px;
    font-size: 13px;
}

ul#menu-footer li:after {
    content: "|";
    margin-left: 10px;
}

ul#menu-footer li:last-child:after {
    content: "";
}
.product-page-new .entry-content{
    margin-top:15px;
    display: inline-block;
}
.product-page-new .col-lg-8{
    padding-left:0
}
.product-page-new .col-lg-4{
    padding-right:0
}

.product-page-new a.banner-btn {
    background-color: #E07E3C;
    border-color: #E07E3C;
    padding: 8px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    display: block;
    height:70px;
    text-align: center;
    color:#fff;
    text-decoration: none;
    line-height: 50px;
    font-size: 20px;
}

.product-page-new .banner-btn:hover{

}

.product-page-new .banner-btn:after{
    font-family: FontAwesome;
    content: "\f04b";
    margin-left: 5px;
    font-size: 10px;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
}
.product-page-new h2{
    color:#E07E3C;

}
.product-page-new ul{
    list-style: none;
    margin-left:0;
    padding-left:0;
}
.product-page-new ul li::before{
    font-family: FontAwesome;
    content: "\f04b";
    color:#E07E3C;
    margin-right:5px;
}
.video-full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/*
Formidable Form
 */
.form-field:not(.frm_html_container){
    background-color: #f8f8f8;
    padding:20px
}
button.frm_button_submit{background: #E07E3C!important;
    color: #fff!important;
    border-color: #E07E3C!important;
    font-size: 20px!important;
    display: block!important;
    width: 100%!important;

}
#frm_field_99_container img {

    transition: all 100ms ease-in;

}
#frm_field_99_container input {
    display: none;
}
#frm_field_99_container img:hover,
#frm_field_99_container input:checked + img {

    border:3px solid #E07E3C
}
#frm_field_99_container .frm_radio {
    display: inline-block;
    width: 17%;
}
#frm_field_99_container .frm_radio label {

    text-indent: 0;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    color:#000;
}

/* Quote Form */
.quote-form {
	margin-bottom: 15px;
}

.quote-form .form-fields-wrapper .form-field {
	display: block;
	min-width: 100%;
	max-width: 100%;
	background: transparent;
}

.quote-form .form-fields-wrapper .form-field input {
	color: #555555;
    background-color: #ffffff;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.quote-form .form-fields-wrapper .form-field select {
	color: #555555;
    background-color: #ffffff;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}


@media (min-width: 768px) {

	.quote-form .form-fields-wrapper {
		display: flex;
		flex-flow: row wrap;
		width: 100%;
		max-width: 100%;
	}

	.quote-form .form-fields-wrapper .form-field {
		display: inline-block;
		min-width: 50%;
		max-width: 50%;
	}

	.quote-form .form-fields-wrapper .form-field input {
		max-width: 62% !important;
	}

	.quote-form .form-fields-wrapper .form-field label {
		float: left;
		display: inline !important;
		width: 150px;
		max-width: 33% !important;
		margin-right: 10px !important;
	}

	.quote-form .form-fields-wrapper .form-field select {
		max-width: 62% !important;
	}
}

.quote-form .form-message {
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
	font-weight: 600;
    color: #444444;
    padding: 20px 10px;
	text-align: center;
}

.quote-form .form-message a {
	color: #6FACDE;
}

.quote-form .form-submit-wrapper {
	display: block;
	width: 100%;
	text-align: center;
}

.quote-form .form-submit-wrapper button {
	background: #E07E3C !important;
    color: #fff !important;
    border-color: #E07E3C !important;
    font-size: 20px !important;
    display: block !important;
    width: 100%;
	max-width: 420px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size: 14px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #ffffff;
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    color: #444444;
    cursor: pointer;
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    padding: 6px 11px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 1px 1px #eeeeee;
    -webkit-box-shadow: 0 1px 1px #eeeeee;
    box-shadow: 0 1px 1px #eeeeee;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
    margin: 0 auto !important;
}


.author.vcard {
  display: none;
}

/** Quick edit for homepage button **/

a.btn.btn-secondary.btn-lg.btn-gr-home {
  padding: 8px 15px;
  font-size: 16px;
}

a.btn.btn-secondary.btn-lg.btn-gr-home:hover {
  color: #191970;
  background-color: #ffffff;
}

/** Trustpilot Box **/

.gr-trust-container {
		display: none;
	}

@media only screen and (min-width: 550px) {
	
		.gr-trust-container-mobile {
		display: none;
	}
	
		.gr-trust-container {
		display: block;
	}
}


/* 30th Nov Footer Changes */

ul#footer-menu {
	display: block;
	text-align: center;
}

ul#footer-menu li.menu-item {
	text-decoration: none;
	display: inline-block;
}

ul#footer-menu li.menu-item:after {
	content: ' | ';
}

ul#footer-menu li.menu-item:last-child:after {
	content: '';
}


.gr_news_banner {
	text-align: center;
	background: #6FACDE;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 5px;
}

.gr_news_banner a{
	color: #fff;
}

.wpmm-header-image {
	background: url(https://www.ajg.ie/wp-content/uploads/2015/06/gallagher-logo-horiz-web-2.png) center center / contain no-repeat transparent;
	padding: 0 !important;
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}

.site-branding img {
	margin-top: 10px;
	width: 300px;
    max-width: 100%;
    height: auto;
    max-height: 86px;
}

/* New Van Landing Page */

.hero-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 425px;
    border-radius: 25px;
    position: relative;
}

.hero-image::after{
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 2;
}

.hero-image-left{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-image-right{
    position: absolute;
}

.hero-image-right img{
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.image-and-text{
    padding-bottom: 50px;
}

.image-and-text_text{
    padding-top: 15px;
}

.image-and-text_text h1{
    font-size: 40px;
}

.image-and-text_buttons{
    display: flex;
    flex-direction: row;
}

.image-and-text_buttons a{
    margin-right: 15px;
}

.image-and-text_image{
    padding-top: 40px;
}

.image-and-text_image img{
    border-radius: 8px;
}

@media(max-width:992px){
    .image-and-text_image{
        padding-top: 15px;
    }
}

.image-and-text_buttons .btn{
    padding: 8px 20px;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
}

.explore-bar{
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

@media(max-width:500px){
    .explore-bar{
        flex-direction: column;
        height: unset;
        margin-bottom: 15px;
    }

    .explore-bar > * {
        padding: 10px 0;
    }

    .image-and-text_buttons{
        flex-direction: column;
    }

    .image-and-text_buttons a{
        margin-bottom: 15px;
    }
}

.explore-link{
    color: #fff !important;
    font-size: 18px;
    
}

.explore-link:hover{
    color: #E07E3C !important;
    text-decoration: underline;
}

.sticky-row .trustpilot-widget{
    padding: 0;
    background-color: #fff;
}

.trustpilot-widget{
    padding: 50px 0;
}

.section-with-sidebar{
    margin: 25px 0;
}

.section-sidebar-left{
    border-radius: 8px;
    margin-top: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.section-sidebar{
    background-color: #fff;
    color: #6FACDE;
    border-radius: 8px;
    padding: 0px 20px;
    margin-top: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

@media(max-width:992px){
    .section-sidebar{
        width: 75%;
        margin: 0 auto;
        text-align: center;
    }
}

.section-sidebar h2{
    color: #6FACDE;
    /* padding-top: 25px; */
}

.sidebar-span{
    padding-bottom: 10px;
}

.section-sidebar-links{
    display: flex;
    flex-direction: column;
    padding: 25px 0;
}

.section-sidebar-links a{
    padding: 5px 0;
    font-size: 16px;
    color: #6FACDE !important;
}

.section-sidebar-links .btn{
    margin-top: 15px;
}

.section-sidebar-links .btn-primary{
    color: #fff !important;
}

.section-sidebar-links .btn-primary:hover{
    /*background-color: #fff;
    color: #6FACDE !important;
    border: 1px solid #6FACDE;*/
}

.section-with-sidebar_repeater{
    position: relative;
    padding-top: 5px;
	padding-bottom: 0px
}

@media(max-width:992px){
    .section-with-sidebar_repeater .col-sm-12{
        text-align: center;
    }

    .section-with-sidebar_repeater .col-sm-12 p{
        width: 75%;
        margin: 0 auto;
    }
}

.section-with-sidebar_repeater h3{
    font-weight: 300;
    color: #6e6f73;
}

@media(min-width:1200px){
    .section-with-sidebar_repeater h3{
        padding-top: 8px;
    }
}

/*.section-with-sidebar_repeater::before{
    content: url('https://www.ajg.ie/wp-content/uploads/2015/06/personal-van-d.png');
    width: 30px;
    height: 30px;
    position: absolute;
    top: -5px;
    left: 0;
}*/

@media(max-width:992px){
    .left-sidebar-heading{
        text-align: center;
        margin-top: 0px;
    }
}

.sidebar-repeater-image{
    margin-top: 8px;
    width: 50px;
}

/* @media(max-width:500px){
    .sidebar-repeater-image{
        margin-top: 8px;
    }
} */

/*@media(max-width:992px){
    .sidebar-repeater-image{
        display: none;
    }
}*/

.sidebar_left_btn{
    margin-left: 35px;
}

.sidebar-btn:hover{
    text-decoration: underline;
}

.quick-quote-btn{
    margin-top: 25px;
}

.section-with-boxes{
    margin: 75px 0;
}

.section-with-boxes_heading{
    margin-bottom: 25px;
}

.section-with-boxes_boxes{

}

.section-box-col{
    margin-bottom: 25px;
}

.section-box{
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 25px;
    border: 1px solid #d7d7d7;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media(max-width:992px){
    .section-box{
        width: 75%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .section-with-boxes_heading{
        text-align: center;
    }
}

.section-box h2{
    padding: 15px 0;
    /*min-height: 83px;*/
}

.section-box p{
    min-height: 135px;
    padding: 0 10px;
    padding-bottom: 15px;
}

.section-box a{
    margin-bottom: 15px;
}

.page-id-19724 h1{
    font-size: 32px;
}

.page-id-19807 h1{
    font-size: 32px;
}

.page-id-19813 h1{
    font-size: 32px;
}

.section-with-benefits{
    margin-top: 50px;
}

.benefits-heading{
    padding-bottom: 25px;
}

.benefit-repeater{
    padding-left: 150px;
    position: relative;
}

.benefit-repeater::before{
    content: url('https://www.ajg.ie/wp-content/uploads/2015/06/van-icon-1.png');
    position: absolute;
    top: 0;
    left: 0;
}

/* Sticky Row */

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

.sticky-top-container{
    position: relative;
}

.sticky-row{
    justify-content: flex-end;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    border: 1px solid #000;
    display: none;
    animation: fadeIn 1s;
}

.sticky-row.sticking{
    display: none;
}


/*** Accordian ***/
#accordion-heading{
    color: #fff;
}

.c-block__faqs{
    background-color: #181833;
}

/* Style the buttons that are used to open and close the accordion panel */
.c-block__faqs .gr-accordion {
    background-color: #fff;
    color: #6FACDE;
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
    padding: 10px 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    margin-top: 10px;
    border: 1px solid #6FACDE;
    transition: 0.3s all;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.c-block__faqs .gr-active,
.c-block__faqs .gr-accordion:hover {
    border: 1px solid #6FACDE;
    background-color: #6FACDE;
    background: #6FACDE;
    color: #fff;
}

/* Style the accordion panel. Note: hidden by default */
.c-block__faqs .gr_panel {
    padding: 2.2rem 3.2rem;
    background-color: #fff;
    display: none;
    overflow: hidden;
    color: #444;
    border: 1px solid #6FACDE;
    border-top: none;
}

.c-block__faqs .gr-accordion:after {
    content: '\002B';
    /* Unicode character for "plus" sign (+) */
    font-size: 26px;
    line-height: 26px;
    color: #6FACDE;
    font-weight: 400;
    float: right;
    margin-left: 5px;
}

.c-block__faqs .gr-active:after {
    content: '\2212';
    /* Unicode character for "minus" sign (-) */
    color: #fff;
}