@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&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');


    
img {
    max-width: 100%;
    height: auto;
}
html {
    position: relative;
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    color: #144b6e;
    font: 1.125rem "Poppins", sans-serif;
    background: #fff;
    overflow-x: hidden; /*added for search*/
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1, h2, h3, h4 {margin-top:0;margin-bottom: .5em;line-height: 1.25;font-weight: 500}
h1 {color:#144b6e;font-size: 3em;}
h2 {color:#144b6e;font-size: 2.5em;}
h3 {color:#144b6e;font-size: 1.5em;}
h4 {font-size: 1.2em;}

@media screen and (max-width: 1100px) {
  h1 {color:#144b6e;font-size: 2em;}
  h2 {color:#144b6e;font-size: 1.5em;}
  h3 {color:#144b6e;font-size: 1.2em;}
  h4 {font-size: 1.2em;}
}

a {
    font-weight: 400;
    color: #3c7497;
}
a:link {
    text-decoration: underline;
    color: #3c7497;
}
a:visited {
    color: #63a1c7;
}
a:hover {
    text-decoration: underline;
    color: #3399cc;
}

.check li, .thumbs li {
  list-style: none;
}
.check li {
  background-image: url("/b2b/images/icon-check-circle.svg");
padding-left: 30px;
  margin-bottom: 20px;
  background-size: 18px 18px;
  background-position: left 5px;
  background-repeat: no-repeat;
}
.thumbs li {
  background-image: url("/b2b/images/icon-thumbs-up.png");
padding-left: 30px;
  margin-bottom: 20px;
  background-size: 18px 18px;
  background-position: left 5px;
  background-repeat: no-repeat;
}

.grn-header {color:#82BB02;text-transform: uppercase}




        .center {text-align: center}
        .wrapper {
    margin: 0 auto;
    width: 85%;
    max-width: 1400px;
}
        
    input[type="text"], input[type="email"], input[type="tel"] {
        padding: 10px;
    border-radius: 5px;
    font-size: 1.2em;
    border-style: solid;
    border-width: 1px;
    border-color: #bcbcbc;
        }   
        
        
        
        
        section.white,
section.lightBlue,
section.deepBlue,
section.lightGray,
section.lightGreen{
    padding: 110px 0 120px 0;
}
section.white {
    background-color: #fff;
}
section.lightBlue {
    background-color: #e1f1fa;
}
section.deepBlue {
    background-color: #124362;
    color: #fff !important;
}
section.lightGray {
    background-color: #f5f5f5;
}
section.lightGreen {
    background-color: #F5FFE0;
}
section.deepBlue h2 {
    color: #fff;
}
        
section.hero {background: url("/b2b/images/b2b-home-hero.webp") center;background-size: cover;
  padding: 100px 0 100px 0;}
section.hero-affiliates {background: url("/b2b/images/b2b-affiliate.webp") center top;background-size: cover; background-color:#000;
  padding: 100px 0 100px 0;position: relative;}
section.hero-commercial {background: url("/b2b/images/b2b-commercial.webp") center top;background-size: cover;
  padding: 100px 0 100px 0;}
section.hero-developers {background: url("/b2b/images/b2b-developer.webp") center top;background-size: cover;
  padding: 100px 0 100px 0;}
section.hero-carriers {background: url("/b2b/images/b2b-carrier.webp") center top;background-size: cover;
  padding: 100px 0 100px 0;}


section.hero, section.hero-affiliates, section.hero-commercial, section.hero-developers, section.hero-carriers {
    color:#fff;
}
section.hero h1, section.hero-affiliates h1, section.hero-commercial h1, section.hero-developers h1, section.hero-carriers h1,
section.hero h3, section.hero-affiliates h3, section.hero-commercial h3, section.hero-developers h3, section.hero-carriers h3 {
    color:#fff;
}

.hero-wide {width:50vw;}
.hero-wide h1, .hero-wide h2, .hero-wide h3, .hero-wide h4, .hero-wide p { text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); }
@media screen and (max-width: 1100px) {
    .hero-wide {width:85vw;}
}
@media screen and (max-width: 500px) {
    section.hero, section.hero-affiliates, section.hero-commercial, section.hero-developers, section.hero-carriers{
        padding: 70px 0 70px 0;
    }
}
/*** COLUMNS **/     

.f-two {display: flex;align-items:center;}
    
        div.f-two > div:first-child {width:48%;margin: 0 4% 0 0;}
        div.f-two > div:last-child {width:48%;margin: 0;}
        
        
        .f-three {display: flex;align-items: center;}
    
        div.f-three > div:first-child {width:30.6%;margin: 0 4% 0 0;}
        div.f-three > div:nth-child(2) {width:30.6%;margin: 0 4% 0 0;}
        div.f-three > div:last-child {width:30.6%;margin: 0 0 0 0;}
        
        
        .f-four {display: flex;align-items: center;flex-flow: row wrap;}
    
        div.f-four > div:first-child, div.f-four > div:nth-child(2), div.f-four > div:nth-child(3) {width:22%;margin: 0 4% 0 0;}
        div.f-four > div:last-child {width:22%;margin: 0 0 0 0;}
        
        
        .g-two {display: grid;grid-template-columns: 1fr 1fr;grid-column-gap: 3rem;}
        .g-three {display: grid;grid-template-columns: 1fr 1fr 1fr;grid-column-gap: 3rem;}
        .g-four {display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;grid-column-gap: 3rem;}
        .g-five {display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;grid-column-gap: 2rem;}
        .g-six {display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;grid-column-gap: 1.5rem;}
        
        @media screen and (max-width: 1100px) {
            .f-three {flex-direction: column;}
            div.f-three > div:first-child, div.f-three > div:nth-child(2), div.f-three > div:last-child {width:100%;margin: 0}
            div.f-three > div:first-child, div.f-three > div:nth-child(2) {margin-bottom:1.5rem;}
            
        }
        
        @media screen and (max-width: 1000px) {
            
            div.f-four > div:first-child, div.f-four > div:nth-child(3), div.f-four > div:last-child {width:47%;margin: 0 6% 0 0;}
            div.f-four > div:nth-child(2), div.f-four > div:last-child {width:47%;margin: 0;}
            div.f-four > div:first-child, div.f-four > div:nth-child(2) {margin-bottom:1.5rem;}
            
            .g-four { grid-template-columns: 1fr 1fr;
                grid-column-gap: 3rem;
                grid-template-rows: 2;
                grid-row-gap: 1.5rem; }
            
            .g-five { grid-template-columns: 1fr 1fr 1fr;
                grid-column-gap: 2rem;
                grid-template-rows: 3;
                grid-row-gap: 1.5rem; }
            
            .g-six { grid-template-columns: 1fr 1fr 1fr;
                grid-column-gap: 1.5rem;
                grid-template-rows: 2;
                grid-row-gap: 1.5rem; }
        }
        
        @media screen and (max-width: 900px) {
        
            .g-three { grid-template-columns: none;
                grid-column-gap: 3rem;
                grid-template-rows: auto;
                grid-row-gap: 1.5rem; }
        
        }
        
        @media screen and (max-width: 800px) {
            .f-two {flex-direction: column;}
            div.f-two > div:first-child, div.f-two > div:last-child {width:100%;margin: 0}
            div.f-two > div:first-child {margin-bottom:1.5rem;}
            
            div.f-flip > div:first-child {order:2;margin-bottom:0;}
            div.f-flip > div:last-child {order:1;margin-bottom:1.5rem;}
            
            div.f-four > div:first-child, div.f-four > div:nth-child(2), div.f-four > div:nth-child(3), div.f-four > div:last-child {width:100%;margin: 0}
            div.f-four > div:first-child, div.f-four > div:nth-child(2),div.f-four > div:nth-child(3) {margin-bottom:1.5rem;}
            
            .g-two { grid-template-columns: none;
                grid-column-gap: 3.5rem;
                grid-template-rows: auto;
                grid-row-gap: 1.5rem; }
            
            .g-four { grid-template-columns: none;
                grid-column-gap: 3rem;
                grid-template-rows: auto;
                grid-row-gap: 1.5rem; }

        }
        
        @media screen and (max-width: 700px) {
            .g-six { grid-template-columns: 1fr 1fr;
                grid-column-gap: 1.5rem;
                grid-template-rows: 3;
                grid-row-gap: 1.5rem; }
        }
        @media screen and (max-width: 450px) {
            .g-five { grid-template-columns: 1fr 1fr;
                grid-column-gap: 1rem;
                grid-template-rows: 4;
                grid-row-gap: 1.5rem; }
        }
        @media screen and (max-width: 350px) {
            .g-five { grid-template-columns: 1fr;
                grid-column-gap: 1rem;
                grid-template-rows: 5;
                grid-row-gap: 1.5rem; }
            
            .g-six { grid-template-columns: 1fr;
                grid-column-gap: 1rem;
                grid-template-rows: 6;
                grid-row-gap: 1.5rem; }
    
}
            
            
            
            .rnd-img {width: 450px;border-radius: 50%;}
            
            @media screen and (max-width: 800px) {
                .rnd-img {width: 250px;border-radius: 50%;}
}
            
/* ----- FOOTER-----*/
#footer a {text-decoration: none;color:#fff}

#footer a:visited {text-decoration: none;color:#f0f6e0}
#footer a:hover {text-decoration: none;color:#92adbe}
.footer-text {font-size: .8em}
            
/* --------------- buttons --------------- */
a.button-sm[disabled],
input.button-sm[disabled],
button.button-sm[disabled],
a.button[disabled],
input.button[disabled],
button.button[disabled],
a.button-sm[disabled]:hover,
input.button-sm[disabled]:hover,
button.button-sm[disabled]:hover,
a.button[disabled]:hover,
input.button[disabled]:hover,
button.button[disabled]:hover {
    background-color: #ccc;
    cursor: default;
}
a.button,
input.button,
button.button {
    font: 1em "Lato", sans-serif;
    font-weight: 600;
    color: #333 !important;
    text-decoration: none;
    padding: 7px 20px;
    white-space: nowrap;
    display: inline-block;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid transparent;
}
a.button:hover,
input.button:hover,
button.button:hover {
    cursor: pointer;
    color: #000 !important;
    text-decoration: none !important;
}

a.button-sm,
input.button-sm,
button.button-sm {
    font: 14px "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #333 !important;
    text-decoration: none;
    padding: 5px 10px;
    white-space: nowrap;
    display: inline-block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 0;
}
a.button-sm:hover,
input.button-sm:hover,
button.button-sm:hover {
    cursor: pointer;
    color: #000 !important;
    text-decoration: none !important;
}
a.all-white,
input.all-white,
button.all-white {
    background: #fff;
    color: #124362 !important;
}
a.all-white:hover,
input.all-white:hover,
button.all-white:hover {
    background: #f7f7f7;
    color: #124362 !important;
}

a.gray,
input.gray,
button.gray {
    background: #f0f0f0;
    color: #999 !important;
}
a.gray:hover,
input.gray:hover,
button.gray:hover {
    background: #dedede;
    color: #474747 !important;
}

a.cpGray,
input.cpGray,
button.cpGray {
    background: #eeeeee;
    color: #4e5665 !important;
    border: 1px solid #d3d3d3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
a.cpGray:hover,
input.cpGray:hover,
button.cpGray:hover {
    background: #e1e1e1;
    color: #474747 !important;
}

a.cpBlack,
button.cpBlack {
    background-color: #333333;
    color: #ffffff !important;
    border: 1px solid #666666;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
a.cpBlack:hover,
button.cpBlack:hover {
    background-color: #000000;
    color: #ffffff !important;
}

a.adminOnly,
input.adminOnly,
button.adminOnly {
    background: #ccff99;
    color: #4e5665 !important;
    border: 1px solid #ccff99;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
a.adminOnly:hover,
input.adminOnly:hover,
button.adminOnly:hover {
    background: #99ff33;
    color: #474747 !important;
}

.button-sm span {
    line-height: 18px;
    font-family: "modernpics";
    font-size: 18px;
    font-weight: normal;
}

input[type="submit"] {
    -webkit-appearance: none;
}
a.wht-outline,
input.wht-outline,
button.wht-outline {
    border: 2px solid #fff;
    color: #fff !important;
}
a.wht-outline:hover,
input.wht-outline:hover,
button.wht-outline:hover {
    background: #fff;
    color: #124362 !important;
}
a.gray-outline,
input.gray-outline,
button.gray-outline {
    border: 2px solid #999;
    background: #fff;
    color: #474747 !important;
}
a.gray-outline:hover,
input.gray-outline:hover,
button.gray-outline:hover {
    background: #999;
    color: #fff !important;
}
a.green,
input.green,
button.green {
    background: #84bd00;
    color: #fff !important;
}
a.green:hover,
input.green:hover,
button.green:hover {
    background: #7aaf01;
    color: #fff !important;
}
a.default,
input.default,
button.default {
    background: #596a72;
    color: #fff !important;
}
a.default:hover,
input.default:hover,
button.default:hover {
    background: #4b5960;
    color: #fff !important;
}
a.action,
input.action,
button.action {
    background: #ffa236;
    color: #fff !important;
}
a.action:hover,
input.action:hover,
button.action:hover {
    background: #f18f04;
    color: #fff !important;
}
a.sub-action,
input.sub-action,
button.sub-action {
    background: #43a6d7;
    color: #fff !important;
}
a.sub-action:hover,
input.sub-action:hover,
button.sub-action:hover {
    background: #3092c1;
    color: #fff !important;
}
a.deepBlue,
input.deepBlue,
button.deepBlue {
    background: #144b6e;
    color: #fff !important;
}
a.deepBlue:hover,
input.deepBlue:hover,
button.deepBlue:hover {
    background: #11364e;
    color: #fff !important;
}
a.cancel,
input.cancel,
button.cancel {
    background: #ababab;
    color: #fff !important;
}
a.cancel:hover,
input.cancel:hover,
button.cancel:hover {
    background: #7b7b7b;
    color: #fff !important;
}
a.alert,
input.alert,
button.alert {
    background: #cc3300;
    color: #fff !important;
}
a.alert:hover,
input.alert:hover,
button.alert:hover {
    background: #bf3001;
    color: #fff !important;
}
a.save,
input.save,
button.save {
    background: #84bd00;
    color: #fff !important;
}
a.save:hover,
input.save:hover,
button.save:hover {
    background: #7aaf01;
    color: #fff !important;
}
.stretch {
    width: 70%;
    text-align: center;
}
@media screen and (max-width: 450px) {
    a.button,
    input.button,
    button.button {
        padding: 7px 15px;
        font-size: 15px;
    }
}
        
        

    