h1 {
    font-size: 36px;
    margin: 20px 0;
    line-height: 54px;
    color: #000;
    font-family: 'Roboto', serif;
    font-weight: normal;
}
h2 {
    font-family: 'Roboto', serif;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    margin: 20px 0;
}
h3 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    /*color: #666;*/
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
    h3.header-with-bg {
        background-color: #440e62;
        padding: 20px;
        color: #fff;
    }
a[class|="btnAction"] {
    display: block;
    color: #FFF !important;
    background-repeat: no-repeat;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 80%;
    border-radius: 8px;
    margin: 10px auto;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    border: 3px #707070 solid;
    font-weight: bold;
}
a[class|="btnAction"]:hover {
    text-decoration: none;
}
a.btnAction-purple {
    background-color: #440e62;
}
a.btnAction-purple:hover {
    background-color: #310b47;
}
a.btnAction-dark-pink {
    background-color: #810042;
    border: 3px #c2c2c2 solid;
    font-weight: normal;
}
a.btnAction-dark-pink:hover {
    background-color: #700039;
}
a.btnAction-white {
    background-color: #fff;
    color: #666 !important;
    border: 0;
    font-weight: normal;
    padding: 6px 10px;
    margin: 15px auto;
    border-radius: 5px;
}
a.btnAction-white:hover {
    background-color: #cdcdcd;
}
a.btnAction-green {
    background-color: #68893d;
    color: #fff !important;
    border: 0;
    font-weight: normal;
    padding: 6px 10px;
    margin: 15px 0;
    border-radius: 5px;
}
a.small-button {
    width: 100px;
}
a.btnAction-green:hover {
    background-color: #5c7738;
}
.subtitle {
    font-size: 25px;
    color: #666;
    font-weight: 400;
}
.large-subtitle {
    color: #666;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    font-size: 25px;
}
.green-text {
    color: #598008;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    line-height: 35px;
}
.orange-arrow {
    padding: 5px 20px 5px 0;
    background-image: url(/Content/images/svg/icon-link-list.svg);
    background-size: 11px;
    background-position: right center;
    background-repeat: no-repeat;
    color: #000099;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    margin: 10px 0;
    display: inline-block;
}

.orange-arrow:hover {
    text-decoration: underline;
}
ul.link-list {
    padding: 0;
    margin: 10px 0;
    display: block;
    font-weight: bold;
}
ul.link-list li {
    list-style-type: none;
    text-align: left;
}
ul.link-list li a {
    padding: 2px 10px 2px 2px;
    color: #0033CC;
    font-size: 12px;
    line-height: 13px;
    text-decoration: none;
    background-image: url(/Content/images/svg/icon-link-list.svg);
    background-size: 7px;
    background-position: right center;
    background-repeat: no-repeat;
    font-weight: normal;
}
ul.link-list li a:hover {
    text-decoration: underline;
}
.intro-large {
    color: #000;
    font-family: 'Roboto Slab', serif;
    line-height: 35px;
    font-size: 18px;
    margin: 30px 0;
}
.icon-facebook {
    background-image: url(/Content/images/svg/icon-facebook.svg);
    background-size: 33px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 33px;
    width: 33px;
}
.icon-twitter {
    background-image: url(/Content/images/svg/icon-twitter.svg);
    background-size: 33px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 33px;
    width: 33px;
}
.arrow-link {
    background-image: url(/Content/images/svg/icon-arrow-green.svg);
    background-size: 10px;
    background-position: 96%;
    background-repeat: no-repeat;
    padding-right:20px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    display: block;
}
span.snapshot-title {
  font-weight: 600;
}
