.dell-blue {
    color: #007db8;
}
.carbon {
    color: #444444;
}
.dell-grey {
    color: #808080;
}
.dark-grey-pop {
    color: #3c3c3c;
}
.light-grey-pop {
    color: #d0d0d0;
}
.emc-blue {
    color: #3dc6ef;
}
.white-color {
    color: #fff;
}
.light-background {
    background: #e5e5e5;
}
body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    /*max-width: 100%;*/
}
h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #3dc6ef;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    letter-spacing: -1px;
    text-align: left;
    text-transform: uppercase;
}
h1 span {
    font-weight: 400;
    font-size: 40px;
}
h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 10px;
    letter-spacing: -1px;
    text-align: center;
}
h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}
h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}
h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}
p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
}
.bullet-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
}
ul {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
}
.t-center {
    text-align: center;
}

a {
    color: white;
    text-decoration: none!important;
}

a:hover {
    color: #007db8;
}

a.birds {
  color: #007db8;
}

a.birds:hover {
  color: #000000;
}
a.ghost-button {
    display: inline-block;
}

.ghost-button:hover a {
    color: #007db8;
}

.ghost-button a:hover {
    color: #007db8;
}

.ghost-button-blue:hover a {
    color: white;
}

.ghost-button-blue a:hover {
    color: white;
}
.interests {
    margin-top: 12px;
    text-align: left;
}
.contact-copy {
    margin-top: 30px;
    text-align: left;
    padding-left: 0px;
    margin-left: -30px;
}

#customers-blade a.ghost-button-blue{
    max-width: 260px;
    text-align: center;
    position: relative;
    display: block;
    margin: 0 auto;
}

#customers-blade .ghost-wrap {
    margin: 30px 0;
}

#customers-blade .col-sm-4.mh .ghost-button-blue {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;

}

:focus {
    outline: none!important;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%!important;
}

.custom-bullet.check {
    margin: 0 auto;
    width: 50%;
}

@media (min-width: 768px) {
    .col-sm-offset-3.contact-copy {
        padding-left: 0px;
        margin-left: 23.8%;
    }
}