@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,100,200,300,500,600,700);
section.cta,section.customers ul,section.pricing_content .container_rd,section.pricing_header .container_rd{
    text-align:center
}
section.customers ul li.text,section.pricing_header .container_rd h2{
    font-weight:700;
    font-family:"Roboto Mono",Helvetica,Arial,sans-serif
}
section.hero_small,section.pricing_header{
   /* background: #507eb1 url(../images/lbc_hero.png) center center no-repeat; */
}
section.pricing_header{
    padding-top:80px;
    padding-bottom:420px;
    background-size:cover;
    color:#ffffff;
    text-align:center
}
section.pricing_header .container_rd h2{
    color:#ffffff;
    letter-spacing:-1px;
    margin-left:-100px;
    margin-top:10px;
    margin-bottom:15px
}
section.pricing_header .container_rd h6{
    display:inline-block;
    color:#000000;
    font-weight:600;
    font-size:14px
}
section.pricing_header .container_rd .toggle{
    display:inline-flex;
    margin-bottom:10px
}
section.pricing_header .container_rd .switch{
    position:relative;
    display:inline-block;
    width:60px;
    height:34px;
    margin-left:20px;
    margin-right:20px
}
section.pricing_header .container_rd .switch input{
    display:none
}
section.pricing_header .container_rd .freq_changer{
    position:absolute;
    cursor:pointer;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#ffffff;
    -webkit-transition:.4s;
    transition:.4s;
    border-radius:5px
}
section.pricing_header .container_rd .freq_changer:before{
    position:absolute;
    content:"";
    height:26px;
    width:26px;
    left:4px;
    bottom:4px;
    background-color:#5b85b5;
    -webkit-transition:.4s;
    transition:.5s;
    border-radius:3px
}
section.pricing_header .container_rd input:checked+.freq_changer{
    background-color:#283f59
}
section.pricing_header .container_rd input:focus+.freq_changer{
    box-shadow:0 0 1px #3BDEDF
}
section.pricing_header .container_rd input:checked+.freq_changer:before{
    -webkit-transform:translateX(26px);
    -ms-transform:translateX(26px);
    transform:translateX(26px)
}
section.pricing_header {
	padding-top: 7px;
    padding-bottom: 0px;	
}
section.pricing_header h6 span {
	display: none;
}
section.pricing_header .container_rd h2 {
	margin-left: 0;	
}
section.pricing_header {
    /* background: #507eb1; */	
}
