body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #4d4d4d
}

p {
    margin: 0 0 11px
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

.ccm-page a {
    color: #d95451;
    text-decoration: none;
    font-family: "Verlag A", "Verlag B", sans-serif;
    text-transform: none;
    font-style: normal;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ccm-page a:hover {
    opacity: 1;
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ccm-page p>a {
    font-family: 'Open Sans', sans-serif
}

h1,
h2,
h3 {
    font-family: "Verlag A", "Verlag B", sans-serif;
    color: #3c455b;
    text-transform: none;
    font-weight: 400
}

h1 {
    font-size: 36px;
    margin: 0 0 0.67em 0
}

h2 {
    font-size: 26px
}

h3 {
    font-size: 20px;
}
h4 {
    font-size: 1em;
    color: #3c455b;
    text-transform: none;
    font-weight: 400
}

small,
.small {
    font-size: 87%
}

cite {
    font-style: normal
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-none {
    text-transform: none
}

.text-capitalize {
    text-transform: capitalize
}

.bold-heading {
    font-family: "Verlag A", "Verlag B", sans-serif;
    color: #3c455b;
    text-transform: none;
    font-weight: 400;
    font-size: 20px;
    font-weight: 200
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 11px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 22px
}

dt,
dd {}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

#header-title p,
#header-title h1,
#header-title h2,
#header-title h3 {
    display: block;
    font-family: "Verlag A", "Verlag B", sans-serif;
    color: #4d4d4d;
    text-transform: none;
    font-weight: 400;
    font-size: 3em;
    line-height: 48px;
    margin: 0.25em 0;
    text-transform: none;
    text-shadow: 2px 2px 4px rgba(22, 22, 22, 0.7)
}

#header-subtitle p,
#header-subtitle h1,
#header-subtitle h2,
#header-subtitle h3 {
    font-family: 'Open Sans', sans-serif;
    color: #4d4d4d;
    font-size: 1.15em;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 11px;
    display: block;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(22, 22, 22, 0.7)
}

.infobar {
    background-color: #d7ecf6;
    border: none;
    padding: 15px;
    margin: 2em 0 -20px 0;
    line-height: 150%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #445b88;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.infobar a {
    line-height: 150%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #445b88;
    font-size: 14px;
    text-decoration: underline;
    text-transform: none
}