html, body {
    padding: 0;
    margin: 0;
}

body{
    overflow-x: hidden;
}

.font-large p{
    font-size: 18px !important;
}

strong {
    font-family: 'robotobold';
}
/*-- containers --*/

@media (min-width: 992px) {
    .container {
        max-width: 1180px !important;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 1180px !important;
    }
}
@media (min-width: 567px) {
    .container {
        max-width: 1180px !important;
    }
}

img{
    max-width: 100%;
}
/*-- containers --*/

/*-- fa icons --*/

.fa {
    margin-right: 10px;
}
/*-- end fa icons --*/

/*-- nav --*/

nav {
    position: absolute;
    background: rgba(9, 87, 135, 1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 87, 135, 1)), color-stop(100%, rgba(124, 237, 239, 1)));
    background: linear-gradient(to right, rgba(9, 87, 135, 1) 0%, rgba(124, 237, 239, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095787', endColorstr='#7cedef', GradientType=1);
    z-index: 9999999999;
}
nav a {
    font-family: 'robotomedium';
    color: #fff !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    transition: 0.2s;
}

nav a:hover {
    opacity: 0.5;
    color: white;
    text-decoration: none;
}

.nav-wrap{
    position: relative;
}

.dropdown-item:hover{
    background-color: transparent!important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin-top: 0px !important;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgba(9, 87, 135, 1) !important;
    
    background-clip: padding-box;
    border: none !important;
    border-radius: 0 !important;
}

.navbar{
    padding: 7px !important;
}

.logo {
    max-width: 100%;
    padding-left: 15px;
    width: 350px;
        padding-bottom: 15px;
}
/*-- end nav --*/

/*-- header content --*/

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    box-shadow: none !important;
    
    
}

.dropdown, .dropup{
    display: inline-block;
   
}

.btn-primary{
     font-family: 'robotomedium' !important;
}
.dropmenu-branches a{
    font-size: 15px !important;
    padding: 5px !important;
    padding-left: 15px !important;
   display: block;
    width: 100%;
    font-size: 20px;
    font-family: 'robotomedium' !important;
    color: #fff !important;
    
    
    
}

nav .dropdown-toggle::after{
    display: none !important;
}

.dropmenu-branches a:hover{
    text-decoration: none !important;
    color: white !important;
    
}

.dropmenu-branches li{
   padding-top: 5px;
}

.dropmenu-branches{
    padding-bottom: 10px;
}

.btn-primary {
    color: #fff;
    background: rgba(9, 87, 135, 1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 87, 135, 1)), color-stop(100%, rgba(124, 237, 239, 1)));
    background: linear-gradient(to right, rgba(9, 87, 135, 1) 0%, rgba(124, 237, 239, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095787', endColorstr='#7cedef', GradientType=1);
    border: none !important;
    border-radius: 0 !important;
     font-family: 'nexa_boldregular';
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
   
}

/*-- gradient 
header span{
    background: -webkit-linear-gradient(#7ceeef, #0f5f8d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
--*/

header {
    background-image: url(../images/background-home-header-1.jpg);
    background-position: 50% 10%;
    height: 500px;
}
.header-content {
    padding-top: 85px;
  
}
.header-content p {
    color: white;
    margin-bottom: 0px !important;
    font-size: 28px;
     font-family: 'robotolight';
}
.header-content h1 {
    color: white;
    font-family: 'robotobold';
}
.header-content h2 {
    font-size: 30px;
      font-family: 'robotoregular';
    
    color: white
}
.header-content a {
    color: white;
    font-size: 30px;
     font-family: 'robotolight';
    transition: 0.2s;
}

.header-content a:hover{
    color: white;
    text-decoration: none;
    opacity: 0.5;
}
/*-- end header content --*/

/*-- quote form --*/

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
input[type=submit] {
    font-family: 'robotobold';
    background-color: #777;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    /* ...and now for the proper property */
    transition: .5s;
    -webkit-appearance: none;
    width: 100%;
}
input[type=submit]:hover {
    background-color: #095787;
}
form {
    background: rgba(9, 87, 135, 1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 87, 135, 1)), color-stop(100%, rgba(124, 237, 239, 1)));
    background: linear-gradient(to right, rgba(9, 87, 135, 1) 0%, rgba(124, 237, 239, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095787', endColorstr='#7cedef', GradientType=1);
    padding: 30px;
}

/* Landing page form */
form.landing-form {
    background: none;
    border: 1px solid #c2c8cd;
}

/*-- parallax map edits --*/


.uk-map-container{
 
    text-align: center;
        
}

.layer-1{
    
}

.layer-2{
 
    top: 82% !important;
    left: 65% !important; 
   
    pointer-events: auto;
   

}

.layer-3{
     top: 75% !important;
    left: 30% !important;  
      pointer-events: auto;
}

.layer-4{
      top: 60% !important;
    left: 60% !important; 
      pointer-events: auto;
}

.layer-5{
    left: 45% !important;
    top: 40% !important;
      pointer-events: auto;
}


@media only screen and (max-width: 768px) {
  
    .uk-map-container{
        margin: auto;
        width: 314px !important;
    }
}

/*-- end parallax map edits --*/

.quote-row {
    padding-top: 5%;
    padding-bottom: 5%;
}
.quote-content, form p {
    color: white;
    margin-bottom: 0px !important;
    font-family: 'robotolight';
    font-size: 20px;
}
.quote-content h2 {
    color: white;
}
.quote-content {
    text-align: center;
}
.fa-star:before {
    font-size: 40px;
}
.features-row h2 {
    font-family: 'robotobold';
    background: -webkit-linear-gradient(#7ceeef, #0f5f8d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 30px;
    padding-top: 30px;
}
.features-row p {}
.features-row p {
    font-size: 18px;
    font-family: 'robotolight';
}
.wrap-icon {
    float: left;
    padding-right: 10px;
    margin-right: -10px;
}
.star-row h3 {
    font-size: 16px;
    font-family: 'robotomedium';
}
.uk-map {
    max-width: 100%;
}
.circle {
    background-color: rgba(68, 164, 189, 0.8);
    position: absolute;
    top: 0px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
}
.circle p {
    text-align: center;
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    color: white;
     font-family: 'robotolight';
}
/*-- end quote form --*/

/*-- network section --*/

.center-network {
    text-align: center;
}
.networks h2 {
    font-family: 'robotobold';
}
.networks p {
    font-size: 18px;
     font-family: 'robotolight';
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* end slider */

.services {
    background-color: #ccc;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}

.services h2{
    font-size: 20px;
}

.service-area img {
    max-width: 100%;
}
.footer-logo {
    text-align: right;
    padding: 15px;
}
.footer-creds img {
    padding-top: 15px;
    max-width: 100%;
    padding-bottom: 15px;
}


.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.service-area p{
    font-family: 'robotolight' !important;
}

/*-- services page --*/

.services-row{
    padding-top: 50px;
    padding-bottom: 50px;
}

.services-row h3{
   font-family: 'robotomedium';
    color: #212529;
    font-size: 25px;
    
}

.services-row a{
    font-size: 18px;
    font-family: 'robotobold';
    color: #095787;
}

.services-row p{
     font-family: 'robotolight' !important;
    font-size: 18px;
}


.services-item{
    padding-top: 25px;
    border-top: 1px solid #ccc;
}
/*-- end services page --*/

/*-- about page --*/

.about-row {
 padding-top: 50px;
    padding-bottom: 50px;
}

.about-row p{
font-family: 'robotolight' !important;
    font-size: 18px;
}

.about-row h3{
  font-family: 'robotomedium';
    color: #212529;
    font-size: 25px;
}

.about-row h4{
      font-size: 18px;
    font-family: 'robotobold';
    color: #095787;
}

/*-- end about page --*/

/*-- branches page --*/

.branches-row{
    padding-top: 50px;
}

.branches-row img{
    padding-bottom: 15px;
}

.branches-row h3{
     font-family: 'robotomedium';
    color: #095787;
    font-size: 25px;
}

.branches-row p{
     font-family: 'robotolight' !important;
    font-size: 18px;
}

.branches-row h4{
     font-family: 'nexa_boldregular';
    color: #212529;
    font-size: 25px;
}
.branches-services h2{
    font-size: 25px;
     font-family: 'robotomedium';
    color: #212529;
  
}

.branches-services{
    padding-bottom: 50px;
}

.branches-services p{
    font-family: 'robotolight' !important;
    font-size: 18px;
}
/*-- end branches page --*/

/*-- single service page --*/

.single-service{
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-service p{
    font-family: 'robotolight' !important;
}

.single-service h3{
      font-size: 25px;
     font-family: 'robotomedium';
    color: #212529;
}

.services-row li{
    color: #065687;
    list-style-type: disc;
    list-style-position: inside;
    font-family: 'robotolight' !important;
    font-size: 18px;
}
/*-- end single service page --*/ 

.branches-services li{
    
    color: #065687;
    list-style-type: disc;
    list-style-position: inside;
    font-family: 'robotolight' !important;
    font-size: 18px;
}

.message-box-container textarea{
 height: 300px;   
}

.waste-water{
    border-top: 1px solid white;
  padding-top: 10px;
    margin-top: 10px;
}

.push-down-waste{
    padding-bottom: 10px;
}

#small-logo{
       position: absolute;
    right: 0;
    margin-right: 25px;
    top: 0;
    margin-top: 8px;
}

@media only screen and (max-width: 768px) {
    #small-logo{
            margin-top: 0px;
    }
    .star-row{
        padding-top: 15px;
    }
    
    .star-row h3{
        padding-top: 10px;
    }
}

.footer-cards{
    text-align: left;
}

.footer-reg{
    text-align: right;
    padding-top: 15px;
}

.footer-reg p{
    margin-bottom: 0px !important;
    font-size: 11px;
}

.formWrap{
    max-width: 100%;
}

@media only screen and (max-width: 355px){

    .uk-map-container {
    
    max-width: 100% !important;
    
}
}

@media only screen and (max-width: 576px){
    #nav-content a{
        padding-left: 15px;
        
    }
    
    .nav-wrap .fa-phone:before{
        margin-left: 15px;
        
    }
    
    .nav-wrap a{
        padding-right: 15px;
    }
}

.navbar-toggler{
    color: white !important;
}

@media only screen and (max-width: 320px){
    
    .pipedriveWebForms{
        min-width: 80% !important;
        
    }
    
    iframe{
        min-width: 289px !important;
    }
}

.absolute-box{
padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.center-logo{
  height: 280px;
    
}


.logo-title{
    position: absolute;
       top: 122px;
    left: 27px;
}


#flow{
        left: 32px;
 position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
-webkit-animation: spin1 10s infinite linear;
animation: spin1 10s infinite linear;       
}

 
@-webkit-keyframes spin1 {
0% { -webkit-transform: rotate(0deg);}
100% { -webkit-transform: rotate(360deg);}
}
    
@-keyframes spin1 {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg);}
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);}
} 

@media only screen and (max-width: 768px){
    
    #flow{
        width: 260px;
            left: 50%;
    margin-left: -127px;
    }
    
    .logo-title{
        width: 270px;
            top: 115px;
    left: 50%;
    margin-left: -135px;
    }
    
    .absolute-box{
        padding-top: 15px;
    }
    
    .center-logo{
        display: none;
    }
    
}

/* Stripe Form */
form.stripe-form {
    background: #ffffff;
}

.navbar-light .navbar-toggler-icon {
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHMAAABkCAMAAACCTv/3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////5ubmueBsSwAAAAJ0Uk5T/wDltzBKAAAAPklEQVR42uzYQQ0AAAgDseHfNC4IyVoD912WAACUm3uampqampqamq+aAAD+IVtTU1NTU1NT0z8EAFBsBRgAX+kR+Qam138AAAAASUVORK5CYII=) !important;
}

.navbar-light .navbar-toggler {
    
   border: none !important;
}

/* Sitewide Announcements */
.sitewide-announcements .row {
    padding: 20px 20px 4px;
    margin: 20px 0 0 0;
    background: #226c98;
    color: #fff;
}

.xmas-pop {
    background: rgba(9, 87, 135, 1) !important;
    position: fixed;
    width: 420px;
    max-width: 80%;
    /* position: static; */
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    float: right;
    border-radius: 5px;
    color: #fff;
    line-height:auto;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
}
.xmas-pop-header {
padding: 4px 12px;
    background: #fff;
    color: red;
    border-top-right-radius: 5px;
    border-color: transparent;
    border-top-left-radius: 5px;
font-size:1.3em;
}
.close-xmas  {
float: right;
    margin-top: -3px;
    background-color: red;
    color: white;
}
.xmas-pop p {
padding: 12px;
}

/*.xmas-pop{
 display: none;   
}*/

.blue-text h2{
    color: rgba(9, 87, 135, 1) !important;
}

.blue-text h3{
     color: rgba(9, 87, 135, 1) !important;
}

.new-button a {
   
    background: rgba(9, 87, 135, 1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 87, 135, 1)), color-stop(100%, rgba(124, 237, 239, 1)));
    background: linear-gradient(to right, rgba(9, 87, 135, 1) 0%, rgba(124, 237, 239, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095787', endColorstr='#7cedef', GradientType=1);
    color: white;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px;
    border-radius: 10px;
    display: inline-block;
}

.new-button a:hover {
    text-decoration: none;
}

.new-section-1 p{
        font-size: 18px;
    font-family: 'robotolight';
}

.new-section-1{
    padding-top: 50px;
    padding-bottom: 50px;
}

.new-section-2{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ccc;
}

.new-section-2 p{
     font-size: 18px;
    font-family: 'robotolight';
}

.new-section-3{
    padding-top: 50px;
    padding-bottom: 50px;
}

.new-section-3 p{
     font-size: 18px;
    font-family: 'robotolight';
}

.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
}

.card.hovercard .cardheader {
    background: url("http://lorempixel.com/850/280/nature/4/");
    background-size: cover;
    height: 220px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    
}

.card p{
    color: #212529;
   
    font-size: 15px !important;
}

.card h3{
    font-size: 20px;
}

.align-center{
    text-align: center;
}

.card.hovercard .info{
    padding: 15px;
}

.new-section-1 ul li{
     font-size: 15px !important;
    font-family: 'robotolight' !important;
}

.no-padding{
    padding: 0px !important;
}

.pd_form{
 padding-bottom: 50px;
 background: #f3f3f6;   
}

.bg-dark-blue{
    background-color: rgba(9, 87, 135, 1);
}

.bg-dark-blue p{
 color: white;   
}

.bg-dark-blue h3{
    color: white;
}

@media only screen and (max-width: 767px){
    .push-down-mob{
        padding-bottom: 15px;
    }   
    .header-content{
        padding-top: 65px;
    }
   
}

.card.hovercard.services_block_4 .info {
    padding-bottom: 0;
}
.card.hovercard .desc p {
    margin-bottom: 0;
}

.features-row h2{
 padding-left: 15px;   
}

.breadcrumbs {
    display: block;
    width: 100%;
    overflow: hidden;
}

.breadcrumbs li {
    display: inline-block;
    float: left;
    font-size: 14px;
}

.breadcrumbs i {
    margin: 0 4px;
    color: #eee;
}

.blog-post-content img {
    display: block;
    margin-bottom: 20px;
}

.blog-post-preview {
    margin-top: 50px;
}

.blog-post-preview h2 a,
.blog-post-preview h2 a:hover {
    color: #000;
}

.MarkupPagerNav {
    display: block;
    margin-top: 50px;
}

.MarkupPagerNav li {
    display: inline-block;
    margin-right: 4px;
}

.MarkupPagerNav a.pagination:after {
    content: '|';
}

.filebutton{
    box-shadow: rgba(0, 0, 0, 0.04) 1px 1px 3px;
    transition: border-radius 200ms ease 0s;
    height: unset;
    padding: 8px 10px;
    margin-bottom: 14px;
    min-height: 48px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background-color: rgb(0, 123, 255);
    border: 0px none;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    font-family: inherit;
    font-style: normal;
    -moz-box-pack: center;
    justify-content: center;
    width: 40%;
    outline: currentcolor none medium;
}

.item{
    padding-top: 15px;
    border-top: 1px grey solid;
}