@font-face{
    font-family: CiscoSansExtraLight;
    src:url('../fonts/CiscoSansTTExtraLight.woff') format("woff"),
    url('../fonts/CiscoSansTTExtraLight.ttf') format("truetype");
    font-style:normal;
    font-weight:100;
}

@font-face{
    font-family: 'CiscoSansxtraLightOblique';
    src:url('../fonts/CiscoSansTTExtraLightOblique.woff') format("woff"),
    url('../fonts/CiscoSansTTExtraLightOblique.ttf') format("truetype");
    font-style:oblique;
}

@font-face{
    font-family: 'CiscoSansLight';
    src:url('../fonts/CiscoSansTTLight.woff') format("woff"),
    url('../fonts/CiscoSansTTLight.ttf') format("truetype");
    font-style:normal;
    font-weight:300;
}

@font-face{
    font-family: 'CiscoSansLightOblique';
    src:url('../fonts/CiscoSansTTLightOblique.woff') format("woff"),
    url('../fonts/CiscoSansTTLightOblique.ttf') format("truetype");
    font-style:oblique;
    font-weight:300;
}

@font-face{
    font-family: 'CiscoSansRegular';
    src:url('../fonts/CiscoSansTTRegular.woff') format("woff"),
    url('../fonts/CiscoSansTTRegular.ttf') format("truetype");
    font-style:normal;
    font-weight:400;
}

@font-face{
    font-family: 'CiscoSansBold';
    src:url('../fonts/CiscoSansTTBold.woff') format("woff"),
    url('../fonts/CiscoSansTTBold.ttf') format("truetype");
    font-style:normal;
    font-weight:700;
}

body{
    background: #f2f2f2;
    color: #58585b;
    font-family: 'CiscoSansLight', Helvetica, Arial, sans-serif;
    line-height:22px;
}

h1{
    font-family: 'CiscoSansExtraLight', Helvetica, Arial, sans-serif;
    font-weight:100;
    line-height: normal;
}

h2{
    font-family: 'CiscoSansLight', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 34px;
}

img{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

a{
    color: #007fab;
    text-decoration: none;
}

a:hover{
    color: #039ed9;
    text-decoration: none;
}

.btn{
    font-size: 16px;
    background-color: #049fd9;
    border: 0;
    color: #fff;
    border-radius: 60px;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1.375em;
    padding: 9px 40px;
    margin: 0;
}

.btn:hover, btn:visited, btn:focus{
    background-color: #047fad;
    color:#fff;
}

.spacer{
    padding-bottom: 30px;
    border-bottom:1px solid #ccc;
}

.top{
    margin: 20px;
}

.logo{
    width:100px;
}

.quote{
    font-family: 'CiscoSansExtraLight', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height:30px;
}

.white{
    color: #fff;
}

.wrapper{
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.12);
    box-sizing: border-box;
}

.features{
    font-size:16px;
    line-height:30px;
    margin-bottom: 30px;
}

.features h2 {
    font-family: 'CiscoSansExtraLight', Helvetica, Arial, sans-serif;
}

.casestudy{
    background: #E8EBF1;
    padding: 20px 15px 30px 15px;
}

.related{
    background: #626469;
    padding: 20px 15px 30px 15px;
    color:#fff;
}

.services{
    padding: 20px 15px 30px 15px;
}

.upgrade{
    background: #049FD9;
    color: #fff;
}



.upgrade .btn{
    background-color: #049fd9;
    border: 1px solid #fff;
}






