.bs-callout-white,
.bs-callout-white .highlight,
.bs-callout-white code {
    background-color: #fff
}

.bs-callout-white,
.bs-callout-white.callout-transparent {
    display: block;
    border-color: #FFF !important;
    border-radius: .25rem
}

.bs-callout-amber p:last-child,
.bs-callout-amber.callout-transparent p:last-child,
.bs-callout-black p:last-child,
.bs-callout-black.callout-transparent p:last-child,
.bs-callout-blue p:last-child,
.bs-callout-blue-grey p:last-child,
.bs-callout-blue-grey.callout-transparent p:last-child,
.bs-callout-brown p:last-child,
.bs-callout-brown.callout-transparent p:last-child,
.bs-callout-cyan p:last-child,
.bs-callout-cyan.callout-transparent p:last-child,
.bs-callout-danger p:last-child,
.bs-callout-danger.callout-transparent p:last-child,
.bs-callout-deep-orange p:last-child,
.bs-callout-deep-orange.callout-transparent p:last-child,
.bs-callout-deep-purple p:last-child,
.bs-callout-deep-purple.callout-transparent p:last-child,
.bs-callout-green p:last-child,
.bs-callout-green.callout-transparent p:last-child,
.bs-callout-grey p:last-child,
.bs-callout-grey.callout-transparent p:last-child,
.bs-callout-indigo p:last-child,
.bs-callout-indigo.callout-transparent p:last-child,
.bs-callout-info p:last-child,
.bs-callout-info.callout-transparent p:last-child,
.bs-callout-light-blue p:last-child,
.bs-callout-light-blue.callout-transparent p:last-child,
.bs-callout-light-green p:last-child,
.bs-callout-light-green.callout-transparent p:last-child,
.bs-callout-lime p:last-child,
.bs-callout-lime.callout-transparent p:last-child,
.bs-callout-orange p:last-child,
.bs-callout-orange.callout-transparent p:last-child,
.bs-callout-pink p:last-child,
.bs-callout-pink.callout-transparent p:last-child,
.bs-callout-primary p:last-child,
.bs-callout-primary.callout-transparent p:last-child,
.bs-callout-purple p:last-child,
.bs-callout-purple.callout-transparent p:last-child,
.bs-callout-red p:last-child,
.bs-callout-red.callout-transparent p:last-child,
.bs-callout-success p:last-child,
.bs-callout-success.callout-transparent p:last-child,
.bs-callout-teal p:last-child,
.bs-callout-teal.callout-transparent p:last-child,
.bs-callout-warning p:last-child,
.bs-callout-warning.callout-transparent p:last-child,
.bs-callout-white p:last-child,
.bs-callout-white.callout-transparent p:last-child,
.bs-callout-yellow p:last-child,
.bs-callout-yellow.callout-transparent p:last-child {
    margin-bottom: 0
}

.bs-callout-white {
    color: gray
}

.bs-callout-white h1,
.bs-callout-white h2,
.bs-callout-white h3,
.bs-callout-white h4,
.bs-callout-white h5,
.bs-callout-white h6 {
    margin-top: 0;
    color: #FFF
}

.bs-callout-white.callout-transparent {
    background-color: transparent;
    color: gray
}

.bs-callout-white.callout-transparent h1,
.bs-callout-white.callout-transparent h2,
.bs-callout-white.callout-transparent h3,
.bs-callout-white.callout-transparent h4,
.bs-callout-white.callout-transparent h5,
.bs-callout-white.callout-transparent h6 {
    margin-top: 0;
    color: #FFF
}

.bs-callout-white.callout-transparent .highlight,
.bs-callout-white.callout-transparent code {
    background-color: #fff
}

.bs-callout-white .callout-arrow-left:before {
    border-left-color: #FFF
}

.bs-callout-white .callout-arrow-right:before {
    border-right-color: #FFF
}

.bs-callout-black,
.bs-callout-black.callout-transparent {
    display: block;
    border-color: #000 !important;
    border-radius: .25rem;
    color: #000
}

.bs-callout-black {
    background-color: #525252
}

.bs-callout-black h1,
.bs-callout-black h2,
.bs-callout-black h3,
.bs-callout-black h4,
.bs-callout-black h5,
.bs-callout-black h6 {
    margin-top: 0;
    color: #000
}

.bs-callout-black .highlight,
.bs-callout-black code {
    background-color: #fff
}

.bs-callout-black.callout-transparent {
    background-color: transparent
}

.bs-callout-black.callout-transparent h1,
.bs-callout-black.callout-transparent h2,
.bs-callout-black.callout-transparent h3,
.bs-callout-black.callout-transparent h4,
.bs-callout-black.callout-transparent h5,
.bs-callout-black.callout-transparent h6 {
    margin-top: 0;
    color: #000
}

.bs-callout-black.callout-transparent .highlight,
.bs-callout-black.callout-transparent code {
    background-color: #fff
}

.bs-callout-black .callout-arrow-left:before {
    border-left-color: #000
}

.bs-callout-black .callout-arrow-right:before {
    border-right-color: #000
}

.bs-callout-primary,
.bs-callout-primary.callout-transparent {
    display: block;
    border-color: #008c9e !important; 
    border-radius: .25rem
}

.climacon-primary.climacon-lighten-5 .climacon_component-stroke {
    fill: #F1EBFF
}

.climacon-primary.climacon-lighten-4 .climacon_component-stroke {
    fill: #E9E3F8
}

.climacon-primary.climacon-lighten-3 .climacon_component-stroke {
    fill: #BCAAE9
}

.climacon-primary.climacon-lighten-2 .climacon_component-stroke {
    fill: #AC92EC
}

.climacon-primary.climacon-lighten-1 .climacon_component-stroke {
    fill: #A992E2
}

.bs-callout-primary {
    background-color: #fcfbfe;
    color: #211245
}

.bs-callout-primary h1,
.bs-callout-primary h2,
.bs-callout-primary h3,
.bs-callout-primary h4,
.bs-callout-primary h5,
.bs-callout-primary h6 {
    margin-top: 0;
    color: #008c9e
}

.bs-callout-primary .highlight,
.bs-callout-primary code {
    background-color: #fff
}

.bs-callout-primary.callout-transparent {
    background-color: transparent;
    color: #211245
}

.bs-callout-primary.callout-transparent h1,
.bs-callout-primary.callout-transparent h2,
.bs-callout-primary.callout-transparent h3,
.bs-callout-primary.callout-transparent h4,
.bs-callout-primary.callout-transparent h5,
.bs-callout-primary.callout-transparent h6 {
    margin-top: 0;
    color: #008c9e
}

.bs-callout-primary.callout-transparent .highlight,
.bs-callout-primary.callout-transparent code {
    background-color: #fff
}

.bs-callout-primary .callout-arrow-left:before {
    border-left-color: #008c9e
}

.bs-callout-primary .callout-arrow-right:before {
    border-right-color: #008c9e
}

.bs-callout-success,
.bs-callout-success.callout-transparent {
    display: block;
    border-color: #37BC9B !important;
    border-radius: .25rem
}

.climacon-primary.climacon-darken-1 .climacon_component-stroke {
    fill: #8362D6
}

.climacon-primary.climacon-darken-2 .climacon_component-stroke {
    fill: #704ACF
}

.climacon-primary.climacon-darken-3 .climacon_component-stroke {
    fill: #5E34C6
}

.climacon-primary.climacon-darken-4 .climacon_component-stroke {
    fill: #522EAE
}

.climacon-primary.climacon-accent-1 .climacon_component-stroke {
    fill: #9e77fd
}

.climacon-primary.climacon-accent-2 .climacon_component-stroke {
    fill: #9067f5
}

.climacon-primary.climacon-accent-3 .climacon_component-stroke {
    fill: #845de2
}

.climacon-primary.climacon-accent-4 .climacon_component-stroke {
    fill: #7452c7
}

.climacon-success.climacon-lighten-5 .climacon_component-stroke {
    fill: #C2EDE3
}

.climacon-success.climacon-lighten-4 .climacon_component-stroke {
    fill: #97E1CE
}

.climacon-success.climacon-lighten-3 .climacon_component-stroke {
    fill: #60D0B4
}

.climacon-success.climacon-lighten-2 .climacon_component-stroke {
    fill: #48CFAD
}

.climacon-success.climacon-lighten-1 .climacon_component-stroke {
    fill: #48C9A9
}

.bs-callout-success {
    background-color: #afe8d9;
    color: #000
}

.bs-callout-success h1,
.bs-callout-success h2,
.bs-callout-success h3,
.bs-callout-success h4,
.bs-callout-success h5,
.bs-callout-success h6 {
    margin-top: 0;
    color: #37BC9B
}

.bs-callout-success .highlight,
.bs-callout-success code {
    background-color: #fff
}

.bs-callout-success.callout-transparent {
    background-color: transparent;
    color: #000
}

.bs-callout-success.callout-transparent h1,
.bs-callout-success.callout-transparent h2,
.bs-callout-success.callout-transparent h3,
.bs-callout-success.callout-transparent h4,
.bs-callout-success.callout-transparent h5,
.bs-callout-success.callout-transparent h6 {
    margin-top: 0;
    color: #37BC9B
}

.bs-callout-success.callout-transparent .highlight,
.bs-callout-success.callout-transparent code {
    background-color: #fff
}

.bs-callout-success .callout-arrow-left:before {
    border-left-color: #37BC9B
}

.bs-callout-success .callout-arrow-right:before {
    border-right-color: #37BC9B
}

.bs-callout-info,
.bs-callout-info.callout-transparent {
    display: block;
    border-color: #3BAFDA !important;
    border-radius: .25rem
}

.climacon-success.climacon-darken-1 .climacon_component-stroke {
    fill: #30A487
}

.climacon-success.climacon-darken-2 .climacon_component-stroke {
    fill: #298D74
}

.climacon-success.climacon-darken-3 .climacon_component-stroke {
    fill: #227560
}

.climacon-success.climacon-darken-4 .climacon_component-stroke {
    fill: #1B5D4D
}

.climacon-success.climacon-accent-1 .climacon_component-stroke {
    fill: #D8F7F0
}

.climacon-success.climacon-accent-2 .climacon_component-stroke {
    fill: #C2EDE3
}

.climacon-success.climacon-accent-3 .climacon_component-stroke {
    fill: #3EC3A2
}

.climacon-success.climacon-accent-4 .climacon_component-stroke {
    fill: #298D74
}

.climacon-info.climacon-lighten-5 .climacon_component-stroke {
    fill: #DAF0F8
}

.climacon-info.climacon-lighten-4 .climacon_component-stroke {
    fill: #ABDDEF
}

.climacon-info.climacon-lighten-3 .climacon_component-stroke {
    fill: #6EC4E4
}

.climacon-info.climacon-lighten-2 .climacon_component-stroke {
    fill: #4FC1E9
}

.climacon-info.climacon-lighten-1 .climacon_component-stroke {
    fill: #55B9DF
}

.bs-callout-info {
    background-color: #c4e7f4;
    color: #030e13
}

.bs-callout-info h1,
.bs-callout-info h2,
.bs-callout-info h3,
.bs-callout-info h4,
.bs-callout-info h5,
.bs-callout-info h6 {
    margin-top: 0;
    color: #3BAFDA
}

.bs-callout-info .highlight,
.bs-callout-info code {
    background-color: #fff
}

.bs-callout-info.callout-transparent {
    background-color: transparent;
    color: #030e13
}

.bs-callout-info.callout-transparent h1,
.bs-callout-info.callout-transparent h2,
.bs-callout-info.callout-transparent h3,
.bs-callout-info.callout-transparent h4,
.bs-callout-info.callout-transparent h5,
.bs-callout-info.callout-transparent h6 {
    margin-top: 0;
    color: #3BAFDA
}

.bs-callout-info.callout-transparent .highlight,
.bs-callout-info.callout-transparent code {
    background-color: #fff
}

.bs-callout-info .callout-arrow-left:before {
    border-left-color: #3BAFDA
}

.bs-callout-info .callout-arrow-right:before {
    border-right-color: #3BAFDA
}

.bs-callout-warning,
.bs-callout-warning.callout-transparent {
    display: block;
    border-color: #F6BB42 !important;
    border-radius: .25rem
}

.climacon-info.climacon-darken-1 .climacon_component-stroke {
    fill: #27A2CF
}

.climacon-info.climacon-darken-2 .climacon_component-stroke {
    fill: #228EB6
}

.climacon-info.climacon-darken-3 .climacon_component-stroke {
    fill: #1D7A9C
}

.climacon-info.climacon-darken-4 .climacon_component-stroke {
    fill: #196682
}

.climacon-info.climacon-accent-1 .climacon_component-stroke {
    fill: #80D2EF
}

.climacon-info.climacon-accent-2 .climacon_component-stroke {
    fill: #25B1E4
}

.climacon-info.climacon-accent-3 .climacon_component-stroke {
    fill: #168BB6
}

.climacon-info.climacon-accent-4 .climacon_component-stroke {
    fill: #126F91
}

.climacon-warning.climacon-lighten-5 .climacon_component-stroke {
    fill: #FFFCF6
}

.climacon-warning.climacon-lighten-4 .climacon_component-stroke {
    fill: #FCE9C1
}

.climacon-warning.climacon-lighten-3 .climacon_component-stroke {
    fill: #F9D07C
}

.climacon-warning.climacon-lighten-2 .climacon_component-stroke {
    fill: #FFCE54
}

.climacon-warning.climacon-lighten-1 .climacon_component-stroke {
    fill: #F7C55F
}

.bs-callout-warning {
    background-color: #fdf3de;
    color: #362503
}

.bs-callout-warning h1,
.bs-callout-warning h2,
.bs-callout-warning h3,
.bs-callout-warning h4,
.bs-callout-warning h5,
.bs-callout-warning h6 {
    margin-top: 0;
    color: #F6BB42
}

.bs-callout-warning .highlight,
.bs-callout-warning code {
    background-color: #fff
}

.bs-callout-warning.callout-transparent {
    background-color: transparent;
    color: #362503
}

.bs-callout-warning.callout-transparent h1,
.bs-callout-warning.callout-transparent h2,
.bs-callout-warning.callout-transparent h3,
.bs-callout-warning.callout-transparent h4,
.bs-callout-warning.callout-transparent h5,
.bs-callout-warning.callout-transparent h6 {
    margin-top: 0;
    color: #F6BB42
}

.bs-callout-warning.callout-transparent .highlight,
.bs-callout-warning.callout-transparent code {
    background-color: #fff
}

.bs-callout-warning .callout-arrow-left:before {
    border-left-color: #F6BB42
}

.bs-callout-warning .callout-arrow-right:before {
    border-right-color: #F6BB42
}

.bs-callout-danger,
.bs-callout-danger.callout-transparent {
    display: block;
    border-color: #DA4453 !important;
    border-radius: .25rem
}

.climacon-warning.climacon-darken-1 .climacon_component-stroke {
    fill: #F5B025
}

.climacon-warning.climacon-darken-2 .climacon_component-stroke {
    fill: #EFA50B
}

.climacon-warning.climacon-darken-3 .climacon_component-stroke {
    fill: #D2910A
}

.climacon-warning.climacon-darken-4 .climacon_component-stroke {
    fill: #B57C09
}

.climacon-warning.climacon-accent-1 .climacon_component-stroke {
    fill: #fddea1
}

.climacon-warning.climacon-accent-2 .climacon_component-stroke {
    fill: #f9d07d
}

.climacon-warning.climacon-accent-3 .climacon_component-stroke {
    fill: #FDA85C
}

.climacon-warning.climacon-accent-4 .climacon_component-stroke {
    fill: #F5A90B
}

.climacon-danger.climacon-lighten-5 .climacon_component-stroke {
    fill: #F9E1E4
}

.climacon-danger.climacon-lighten-4 .climacon_component-stroke {
    fill: #F0B3B9
}

.climacon-danger.climacon-lighten-3 .climacon_component-stroke {
    fill: #E47782
}

.climacon-danger.climacon-lighten-2 .climacon_component-stroke {
    fill: #ED5565
}

.climacon-danger.climacon-lighten-1 .climacon_component-stroke {
    fill: #DF5E6A
}

.bs-callout-danger {
    background-color: #f5ccd0;
    color: #1a0507
}

.bs-callout-danger h1,
.bs-callout-danger h2,
.bs-callout-danger h3,
.bs-callout-danger h4,
.bs-callout-danger h5,
.bs-callout-danger h6 {
    margin-top: 0;
    color: #DA4453
}

.bs-callout-danger .highlight,
.bs-callout-danger code {
    background-color: #fff
}

.bs-callout-danger.callout-transparent {
    background-color: transparent;
    color: #1a0507
}

.bs-callout-danger.callout-transparent h1,
.bs-callout-danger.callout-transparent h2,
.bs-callout-danger.callout-transparent h3,
.bs-callout-danger.callout-transparent h4,
.bs-callout-danger.callout-transparent h5,
.bs-callout-danger.callout-transparent h6 {
    margin-top: 0;
    color: #DA4453
}

.bs-callout-danger.callout-transparent .highlight,
.bs-callout-danger.callout-transparent code {
    background-color: #fff
}

.bs-callout-danger .callout-arrow-left:before {
    border-left-color: #DA4453
}

.bs-callout-danger .callout-arrow-right:before {
    border-right-color: #DA4453
}

.bs-callout-red,
.bs-callout-red.callout-transparent {
    display: block;
    border-color: #F44336 !important;
    border-radius: .25rem
}

.climacon-danger.climacon-darken-1 .climacon_component-stroke {
    fill: #D52A3B
}

.climacon-danger.climacon-darken-2 .climacon_component-stroke {
    fill: #BC2534
}

.climacon-danger.climacon-darken-3 .climacon_component-stroke {
    fill: #A2202D
}

.climacon-danger.climacon-darken-4 .climacon_component-stroke {
    fill: #891B26
}

.climacon-danger.climacon-accent-1 .climacon_component-stroke {
    fill: #F9E1E4
}

.climacon-danger.climacon-accent-2 .climacon_component-stroke {
    fill: #EA7983
}

.climacon-danger.climacon-accent-3 .climacon_component-stroke {
    fill: #DF5E6A
}

.climacon-danger.climacon-accent-4 .climacon_component-stroke {
    fill: #CC2F3E
}

.climacon-red.climacon-lighten-5 .climacon_component-stroke {
    fill: #FFEBEE
}

.climacon-red.climacon-lighten-4 .climacon_component-stroke {
    fill: #FFCDD2
}

.climacon-red.climacon-lighten-3 .climacon_component-stroke {
    fill: #EF9A9A
}

.climacon-red.climacon-lighten-2 .climacon_component-stroke {
    fill: #E57373
}

.climacon-red.climacon-lighten-1 .climacon_component-stroke {
    fill: #EF5350
}

.bs-callout-red {
    background-color: #fcd4d1;
    color: #290502
}

.bs-callout-red h1,
.bs-callout-red h2,
.bs-callout-red h3,
.bs-callout-red h4,
.bs-callout-red h5,
.bs-callout-red h6 {
    margin-top: 0;
    color: #F44336
}

.bs-callout-red .highlight,
.bs-callout-red code {
    background-color: #fff
}

.bs-callout-red.callout-transparent {
    background-color: transparent;
    color: #290502
}

.bs-callout-red.callout-transparent h1,
.bs-callout-red.callout-transparent h2,
.bs-callout-red.callout-transparent h3,
.bs-callout-red.callout-transparent h4,
.bs-callout-red.callout-transparent h5,
.bs-callout-red.callout-transparent h6 {
    margin-top: 0;
    color: #F44336
}

.bs-callout-red.callout-transparent .highlight,
.bs-callout-red.callout-transparent code {
    background-color: #fff
}

.bs-callout-red .callout-arrow-left:before {
    border-left-color: #F44336
}

.bs-callout-red .callout-arrow-right:before {
    border-right-color: #F44336
}

.bs-callout-pink,
.bs-callout-pink.callout-transparent {
    display: block;
    border-color: #E91E63 !important;
    border-radius: .25rem
}

.climacon-red.climacon-darken-1 .climacon_component-stroke {
    fill: #E53935
}

.climacon-red.climacon-darken-2 .climacon_component-stroke {
    fill: #D32F2F
}

.climacon-red.climacon-darken-3 .climacon_component-stroke {
    fill: #C62828
}

.climacon-red.climacon-darken-4 .climacon_component-stroke {
    fill: #B71C1C
}

.climacon-red.climacon-accent-1 .climacon_component-stroke {
    fill: #FF8A80
}

.climacon-red.climacon-accent-2 .climacon_component-stroke {
    fill: #FF5252
}

.climacon-red.climacon-accent-3 .climacon_component-stroke {
    fill: #FF1744
}

.climacon-red.climacon-accent-4 .climacon_component-stroke {
    fill: #D50000
}

.climacon-pink.climacon-lighten-5 .climacon_component-stroke {
    fill: #FCE4EC
}

.climacon-pink.climacon-lighten-4 .climacon_component-stroke {
    fill: #F8BBD0
}

.climacon-pink.climacon-lighten-3 .climacon_component-stroke {
    fill: #F48FB1
}

.climacon-pink.climacon-lighten-2 .climacon_component-stroke {
    fill: #F06292
}

.climacon-pink.climacon-lighten-1 .climacon_component-stroke {
    fill: #EC407A
}

.bs-callout-pink {
    background-color: #f8b3ca;
    color: #070103
}

.bs-callout-pink h1,
.bs-callout-pink h2,
.bs-callout-pink h3,
.bs-callout-pink h4,
.bs-callout-pink h5,
.bs-callout-pink h6 {
    margin-top: 0;
    color: #E91E63
}

.bs-callout-pink .highlight,
.bs-callout-pink code {
    background-color: #fff
}

.bs-callout-pink.callout-transparent {
    background-color: transparent;
    color: #070103
}

.bs-callout-pink.callout-transparent h1,
.bs-callout-pink.callout-transparent h2,
.bs-callout-pink.callout-transparent h3,
.bs-callout-pink.callout-transparent h4,
.bs-callout-pink.callout-transparent h5,
.bs-callout-pink.callout-transparent h6 {
    margin-top: 0;
    color: #E91E63
}

.bs-callout-pink.callout-transparent .highlight,
.bs-callout-pink.callout-transparent code {
    background-color: #fff
}

.bs-callout-pink .callout-arrow-left:before {
    border-left-color: #E91E63
}

.bs-callout-pink .callout-arrow-right:before {
    border-right-color: #E91E63
}

.bs-callout-purple,
.bs-callout-purple.callout-transparent {
    border-color: #9C27B0 !important;
    display: block;
    border-radius: .25rem
}

.climacon-pink.climacon-darken-1 .climacon_component-stroke {
    fill: #D81B60
}

.climacon-pink.climacon-darken-2 .climacon_component-stroke {
    fill: #C2185B
}

.climacon-pink.climacon-darken-3 .climacon_component-stroke {
    fill: #AD1457
}

.climacon-pink.climacon-darken-4 .climacon_component-stroke {
    fill: #880E4F
}

.climacon-pink.climacon-accent-1 .climacon_component-stroke {
    fill: #FF80AB
}

.climacon-pink.climacon-accent-2 .climacon_component-stroke {
    fill: #FF4081
}

.climacon-pink.climacon-accent-3 .climacon_component-stroke {
    fill: #F50057
}

.climacon-pink.climacon-accent-4 .climacon_component-stroke {
    fill: #C51162
}

.climacon-purple.climacon-lighten-5 .climacon_component-stroke {
    fill: #F3E5F5
}

.climacon-purple.climacon-lighten-4 .climacon_component-stroke {
    fill: #E1BEE7
}

.climacon-purple.climacon-lighten-3 .climacon_component-stroke {
    fill: #CE93D8
}

.climacon-purple.climacon-lighten-2 .climacon_component-stroke {
    fill: #BA68C8
}

.climacon-purple.climacon-lighten-1 .climacon_component-stroke {
    fill: #AB47BC
}

.bs-callout-purple {
    background-color: #db93e7;
    color: #000
}

.bs-callout-purple h1,
.bs-callout-purple h2,
.bs-callout-purple h3,
.bs-callout-purple h4,
.bs-callout-purple h5,
.bs-callout-purple h6 {
    margin-top: 0;
    color: #9C27B0
}

.bs-callout-purple .highlight,
.bs-callout-purple code {
    background-color: #fff
}

.bs-callout-purple.callout-transparent {
    background-color: transparent;
    color: #000
}

.bs-callout-purple.callout-transparent h1,
.bs-callout-purple.callout-transparent h2,
.bs-callout-purple.callout-transparent h3,
.bs-callout-purple.callout-transparent h4,
.bs-callout-purple.callout-transparent h5,
.bs-callout-purple.callout-transparent h6 {
    margin-top: 0;
    color: #9C27B0
}

.bs-callout-purple.callout-transparent .highlight,
.bs-callout-purple.callout-transparent code {
    background-color: #fff
}

.bs-callout-purple .callout-arrow-left:before {
    border-left-color: #9C27B0
}

.bs-callout-purple .callout-arrow-right:before {
    border-right-color: #9C27B0
}

.climacon-purple.climacon-darken-1 .climacon_component-stroke {
    fill: #8E24AA
}

.climacon-purple.climacon-darken-2 .climacon_component-stroke {
    fill: #7B1FA2
}

.climacon-purple.climacon-darken-3 .climacon_component-stroke {
    fill: #6A1B9A
}

.climacon-purple.climacon-darken-4 .climacon_component-stroke {
    fill: #4A148C
}

.climacon-purple.climacon-accent-1 .climacon_component-stroke {
    fill: #EA80FC
}

.climacon-purple.climacon-accent-2 .climacon_component-stroke {
    fill: #E040FB
}

.climacon-purple.climacon-accent-3 .climacon_component-stroke {
    fill: #D500F9
}

.climacon-purple.climacon-accent-4 .climacon_component-stroke {
    fill: #D0F
}

.climacon-deep-purple.climacon-lighten-5 .climacon_component-stroke {
    fill: #EDE7F6
}

.climacon-deep-purple.climacon-lighten-4 .climacon_component-stroke {
    fill: #D1C4E9
}

.climacon-deep-purple.climacon-lighten-3 .climacon_component-stroke {
    fill: #B39DDB
}

.climacon-deep-purple.climacon-lighten-2 .climacon_component-stroke {
    fill: #9575CD
}

.climacon-deep-purple.climacon-lighten-1 .climacon_component-stroke {
    fill: #7E57C2
}

.bs-callout-deep-purple {
    display: block;
    border-color: #673AB7 !important;
    background-color: #c2afe6;
    border-radius: .25rem;
    color: #000
}

.bs-callout-deep-purple h1,
.bs-callout-deep-purple h2,
.bs-callout-deep-purple h3,
.bs-callout-deep-purple h4,
.bs-callout-deep-purple h5,
.bs-callout-deep-purple h6 {
    margin-top: 0;
    color: #673AB7
}

.bs-callout-deep-purple .highlight,
.bs-callout-deep-purple code {
    background-color: #fff
}

.bs-callout-deep-purple.callout-transparent {
    display: block;
    border-color: #673AB7 !important;
    background-color: transparent;
    border-radius: .25rem;
    color: #000
}

.bs-callout-deep-purple.callout-transparent h1,
.bs-callout-deep-purple.callout-transparent h2,
.bs-callout-deep-purple.callout-transparent h3,
.bs-callout-deep-purple.callout-transparent h4,
.bs-callout-deep-purple.callout-transparent h5,
.bs-callout-deep-purple.callout-transparent h6 {
    margin-top: 0;
    color: #673AB7
}

.bs-callout-deep-purple.callout-transparent .highlight,
.bs-callout-deep-purple.callout-transparent code {
    background-color: #fff
}

.bs-callout-deep-purple .callout-arrow-left:before {
    border-left-color: #673AB7
}

.bs-callout-deep-purple .callout-arrow-right:before {
    border-right-color: #673AB7
}

.bs-callout-indigo,
.bs-callout-indigo.callout-transparent {
    display: block;
    border-color: #3F51B5 !important;
    border-radius: .25rem
}

.climacon-deep-purple.climacon-darken-1 .climacon_component-stroke {
    fill: #5E35B1
}

.climacon-deep-purple.climacon-darken-2 .climacon_component-stroke {
    fill: #512DA8
}

.climacon-deep-purple.climacon-darken-3 .climacon_component-stroke {
    fill: #4527A0
}

.climacon-deep-purple.climacon-darken-4 .climacon_component-stroke {
    fill: #311B92
}

.climacon-deep-purple.climacon-accent-1 .climacon_component-stroke {
    fill: #B388FF
}

.climacon-deep-purple.climacon-accent-2 .climacon_component-stroke {
    fill: #7C4DFF
}

.climacon-deep-purple.climacon-accent-3 .climacon_component-stroke {
    fill: #651FFF
}

.climacon-deep-purple.climacon-accent-4 .climacon_component-stroke {
    fill: #6200EA
}

.climacon-indigo.climacon-lighten-5 .climacon_component-stroke {
    fill: #E8EAF6
}

.climacon-indigo.climacon-lighten-4 .climacon_component-stroke {
    fill: #C5CAE9
}

.climacon-indigo.climacon-lighten-3 .climacon_component-stroke {
    fill: #9FA8DA
}

.climacon-indigo.climacon-lighten-2 .climacon_component-stroke {
    fill: #7986CB
}

.climacon-indigo.climacon-lighten-1 .climacon_component-stroke {
    fill: #5C6BC0
}

.bs-callout-indigo {
    background-color: #b3bae4;
    color: #000
}

.bs-callout-indigo h1,
.bs-callout-indigo h2,
.bs-callout-indigo h3,
.bs-callout-indigo h4,
.bs-callout-indigo h5,
.bs-callout-indigo h6 {
    margin-top: 0;
    color: #3F51B5
}

.bs-callout-indigo .highlight,
.bs-callout-indigo code {
    background-color: #fff
}

.bs-callout-indigo.callout-transparent {
    background-color: transparent;
    color: #000
}

.bs-callout-indigo.callout-transparent h1,
.bs-callout-indigo.callout-transparent h2,
.bs-callout-indigo.callout-transparent h3,
.bs-callout-indigo.callout-transparent h4,
.bs-callout-indigo.callout-transparent h5,
.bs-callout-indigo.callout-transparent h6 {
    margin-top: 0;
    color: #3F51B5
}

.bs-callout-indigo.callout-transparent .highlight,
.bs-callout-indigo.callout-transparent code {
    background-color: #fff
}

.bs-callout-indigo .callout-arrow-left:before {
    border-left-color: #3F51B5
}

.bs-callout-indigo .callout-arrow-right:before {
    border-right-color: #3F51B5
}

.bs-callout-blue,
.bs-callout-blue.callout-transparent {
    display: block;
    border-color: #2196F3 !important;
    border-radius: .25rem
}

.climacon-indigo.climacon-darken-1 .climacon_component-stroke {
    fill: #3949AB
}

.climacon-indigo.climacon-darken-2 .climacon_component-stroke {
    fill: #303F9F
}

.climacon-indigo.climacon-darken-3 .climacon_component-stroke {
    fill: #283593
}

.climacon-indigo.climacon-darken-4 .climacon_component-stroke {
    fill: #1A237E
}

.climacon-indigo.climacon-accent-1 .climacon_component-stroke {
    fill: #8C9EFF
}

.climacon-indigo.climacon-accent-2 .climacon_component-stroke {
    fill: #536DFE
}

.climacon-indigo.climacon-accent-3 .climacon_component-stroke {
    fill: #3D5AFE
}

.climacon-indigo.climacon-accent-4 .climacon_component-stroke {
    fill: #304FFE
}

.climacon-blue.climacon-lighten-5 .climacon_component-stroke {
    fill: #E3F2FD
}

.climacon-blue.climacon-lighten-4 .climacon_component-stroke {
    fill: #BBDEFB
}

.climacon-blue.climacon-lighten-3 .climacon_component-stroke {
    fill: #90CAF9
}

.climacon-blue.climacon-lighten-2 .climacon_component-stroke {
    fill: #64B5F6
}

.climacon-blue.climacon-lighten-1 .climacon_component-stroke {
    fill: #42A5F5
}

.bs-callout-blue {
    background-color: #bcdffb;
    color: #010c14
}

.bs-callout-blue h1,
.bs-callout-blue h2,
.bs-callout-blue h3,
.bs-callout-blue h4,
.bs-callout-blue h5,
.bs-callout-blue h6 {
    margin-top: 0;
    color: #2196F3
}

.bs-callout-blue .highlight,
.bs-callout-blue code {
    background-color: #fff
}

.bs-callout-blue.callout-transparent {
    background-color: transparent;
    color: #010c14
}

.bs-callout-blue.callout-transparent h1,
.bs-callout-blue.callout-transparent h2,
.bs-callout-blue.callout-transparent h3,
.bs-callout-blue.callout-transparent h4,
.bs-callout-blue.callout-transparent h5,
.bs-callout-blue.callout-transparent h6 {
    margin-top: 0;
    color: #2196F3
}

.bs-callout-blue.callout-transparent p:last-child {
    margin-bottom: 0
}

.bs-callout-blue.callout-transparent .highlight,
.bs-callout-blue.callout-transparent code {
    background-color: #fff
}

.bs-callout-blue .callout-arrow-left:before {
    border-left-color: #2196F3
}

.bs-callout-blue .callout-arrow-right:before {
    border-right-color: #2196F3
}

.bs-callout-light-blue,
.bs-callout-light-blue.callout-transparent {
    display: block;
    border-color: #03A9F4 !important;
    border-radius: .25rem
}

.climacon-blue.climacon-darken-1 .climacon_component-stroke {
    fill: #1E88E5
}

.climacon-blue.climacon-darken-2 .climacon_component-stroke {
    fill: #1976D2
}

.climacon-blue.climacon-darken-3 .climacon_component-stroke {
    fill: #1565C0
}

.climacon-blue.climacon-darken-4 .climacon_component-stroke {
    fill: #0D47A1
}

.climacon-blue.climacon-accent-1 .climacon_component-stroke {
    fill: #82B1FF
}

.climacon-blue.climacon-accent-2 .climacon_component-stroke {
    fill: #448AFF
}

.climacon-blue.climacon-accent-3 .climacon_component-stroke {
    fill: #2979FF
}

.climacon-blue.climacon-accent-4 .climacon_component-stroke {
    fill: #2962FF
}

.climacon-light-blue.climacon-lighten-5 .climacon_component-stroke {
    fill: #E1F5FE
}

.climacon-light-blue.climacon-lighten-4 .climacon_component-stroke {
    fill: #B3E5FC
}

.climacon-light-blue.climacon-lighten-3 .climacon_component-stroke {
    fill: #81D4FA
}

.climacon-light-blue.climacon-lighten-2 .climacon_component-stroke {
    fill: #4FC3F7
}

.climacon-light-blue.climacon-lighten-1 .climacon_component-stroke {
    fill: #29B6F6
}

.bs-callout-light-blue {
    background-color: #9cdffe;
    color: #000
}

.bs-callout-light-blue h1,
.bs-callout-light-blue h2,
.bs-callout-light-blue h3,
.bs-callout-light-blue h4,
.bs-callout-light-blue h5,
.bs-callout-light-blue h6 {
    margin-top: 0;
    color: #03A9F4
}

.bs-callout-light-blue .highlight,
.bs-callout-light-blue code {
    background-color: #fff
}

.bs-callout-light-blue.callout-transparent {
    background-color: transparent;
    color: #000
}

.bs-callout-light-blue.callout-transparent h1,
.bs-callout-light-blue.callout-transparent h2,
.bs-callout-light-blue.callout-transparent h3,
.bs-callout-light-blue.callout-transparent h4,
.bs-callout-light-blue.callout-transparent h5,
.bs-callout-light-blue.callout-transparent h6 {
    margin-top: 0;
    color: #03A9F4
}

.bs-callout-light-blue.callout-transparent .highlight,
.bs-callout-light-blue.callout-transparent code {
    background-color: #fff
}

.bs-callout-light-blue .callout-arrow-left:before {
    border-left-color: #03A9F4
}

.bs-callout-light-blue .callout-arrow-right:before {
    border-right-color: #03A9F4
}

.bs-callout-cyan,
.bs-callout-cyan.callout-transparent {
    display: block;
    border-color: #00BCD4 !important;
    border-radius: .25rem
}

.climacon-light-blue.climacon-darken-1 .climacon_component-stroke {
    fill: #039BE5
}

.climacon-light-blue.climacon-darken-2 .climacon_component-stroke {
    fill: #0288D1
}

.climacon-light-blue.climacon-darken-3 .climacon_component-stroke {
    fill: #0277BD
}

.climacon-light-blue.climacon-darken-4 .climacon_component-stroke {
    fill: #01579B
}

.climacon-light-blue.climacon-accent-1 .climacon_component-stroke {
    fill: #80D8FF
}

.climacon-light-blue.climacon-accent-2 .climacon_component-stroke {
    fill: #40C4FF
}

.climacon-light-blue.climacon-accent-3 .climacon_component-stroke {
    fill: #00B0FF
}

.climacon-light-blue.climacon-accent-4 .climacon_component-stroke {
    fill: #0091EA
}

.climacon-cyan.climacon-lighten-5 .climacon_component-stroke {
    fill: #E0F7FA
}

.climacon-cyan.climacon-lighten-4 .climacon_component-stroke {
    fill: #B2EBF2
}

.climacon-cyan.climacon-lighten-3 .climacon_component-stroke {
    fill: #80DEEA
}

.climacon-cyan.climacon-lighten-2 .climacon_component-stroke {
    fill: #4DD0E1
}

.climacon-cyan.climacon-lighten-1 .climacon_component-stroke {
    fill: #26C6DA
}

.bs-callout-cyan {
    background-color: #78f0ff;
    color: #000
}

.bs-callout-cyan h1,
.bs-callout-cyan h2,
.bs-callout-cyan h3,
.bs-callout-cyan h4,
.bs-callout-cyan h5,
.bs-callout-cyan h6 {
    margin-top: 0;
    color: #00BCD4
}

.bs-callout-cyan .highlight,
.bs-callout-cyan code {
    background-color: #fff
}

.bs-callout-cyan.callout-transparent {
    background-color: transparent;
    color: #000
}

.bs-callout-cyan.callout-transparent h1,
.bs-callout-cyan.callout-transparent h2,
.bs-callout-cyan.callout-transparent h3,
.bs-callout-cyan.callout-transparent h4,
.bs-callout-cyan.callout-transparent h5,
.bs-callout-cyan.callout-transparent h6 {
    margin-top: 0;
    color: #00BCD4
}

.bs-callout-cyan.callout-transparent .highlight,
.bs-callout-cyan.callout-transparent code {
    background-color: #fff
}

.bs-callout-cyan .callout-arrow-left:before {
    border-left-color: #00BCD4
}

.bs-callout-cyan .callout-arrow-right:before {
    border-right-color: #00BCD4
}

.bs-callout-teal,
.bs-callout-teal.callout-transparent {
    display: block;
    border-color: #009688 !important;
    border-radius: .25rem
}

.climacon-cyan.climacon-darken-1 .climacon_component-stroke {
    fill: #00ACC1
}

.climacon-cyan.climacon-darken-2 .climacon_component-stroke {
    fill: #0097A7
}

.climacon-cyan.climacon-darken-3 .climacon_component-stroke {
    fill: #00838F
}

.climacon-cyan.climacon-darken-4 .climacon_component-stroke {
    fill: #006064
}

.climacon-cyan.climacon-accent-1 .climacon_component-stroke {
    fill: #84FFFF
}

.climacon-cyan.climacon-accent-2 .climacon_component-stroke {
    fill: #18FFFF
}

.climacon-cyan.climacon-accent-3 .climacon_component-stroke {
    fill: #00E5FF
}

.climacon-cyan.climacon-accent-4 .climacon_component-stroke {
    fill: #00B8D4
}

.climacon-teal.climacon-lighten-5 .climacon_component-stroke {
    fill: #E0F2F1
}

.climacon-teal.climacon-lighten-4 .climacon_component-stroke {
    fill: #B2DFDB
}

.climacon-teal.climacon-lighten-3 .climacon_component-stroke {
    fill: #80CBC4
}

.climacon-teal.climacon-lighten-2 .climacon_component-stroke {
    fill: #4DB6AC
}

.climacon-teal.climacon-lighten-1 .climacon_component-stroke {
    fill: #26A69A
}

.bs-callout-teal {
    background-color: #3affed;
    color: #000
}

.bs-callout-teal h1,
.bs-callout-teal h2,
.bs-callout-teal h3,
.bs-callout-teal h4,
.bs-callout-teal h5,
.bs-callout-teal h6 {
    margin-top: 0;
    color: #009688
}

.bs-callout-teal .highlight,
.bs-callout-teal code {
    background-color: #fff
}

.bs-callout-teal.callout-transparent {
    background-color: transparent;
    color: #000
}

.bs-callout-teal.callout-transparent h1,
.bs-callout-teal.callout-transparent h2,
.bs-callout-teal.callout-transparent h3,
.bs-callout-teal.callout-transparent h4,
.bs-callout-teal.callout-transparent h5,
.bs-callout-teal.callout-transparent h6 {
    margin-top: 0;
    color: #009688
}

.bs-callout-teal.callout-transparent .highlight,
.bs-callout-teal.callout-transparent code {
    background-color: #fff
}

.bs-callout-teal .callout-arrow-left:before {
    border-left-color: #009688
}

.bs-callout-teal .callout-arrow-right:before {
    border-right-color: #009688
}

.bs-callout-green,
.bs-callout-green.callout-transparent {
    border-color: #4CAF50 !important;
    display: block;
    border-radius: .25rem
}

.climacon-teal.climacon-darken-1 .climacon_component-stroke {
    fill: #00897B
}

.climacon-teal.climacon-darken-2 .climacon_component-stroke {
    fill: #00796B
}

.climacon-teal.climacon-darken-3 .climacon_component-stroke {
    fill: #00695C
}

.climacon-teal.climacon-darken-4 .climacon_component-stroke {
    fill: #004D40
}

.climacon-teal.climacon-accent-1 .climacon_component-stroke {
    fill: #A7FFEB
}

.climacon-teal.climacon-accent-2 .climacon_component-stroke {
    fill: #64FFDA
}

.climacon-teal.climacon-accent-3 .climacon_component-stroke {
    fill: #1DE9B6
}

.climacon-teal.climacon-accent-4 .climacon_component-stroke {
    fill: #00BFA5
}

.climacon-green.climacon-lighten-5 .climacon_component-stroke {
    fill: #E8F5E9
}

.climacon-green.climacon-lighten-4 .climacon_component-stroke {
    fill: #C8E6C9
}

.climacon-green.climacon-lighten-3 .climacon_component-stroke {
    fill: #A5D6A7
}

.climacon-green.climacon-lighten-2 .climacon_component-stroke {
    fill: #81C784
}

.climacon-green.climacon-lighten-1 .climacon_component-stroke {
    fill: #66BB6A
}

.bs-callout-green {
    background-color: #bce2be;
    color: #000
}

.bs-callout-green h1,
.bs-callout-green h2,
.bs-callout-green h3,
.bs-callout-green h4,
.bs-callout-green h5,
.bs-callout-green h6 {
    margin-top: 0;
    color: #4CAF50
}

.bs-callout-green .highlight,
.bs-callout-green code {
    background-color: #fff
}

.bs-callout-green.callout-transparent {
    background-color: transparent;
    color: #000
}

.bs-callout-green.callout-transparent h1,
.bs-callout-green.callout-transparent h2,
.bs-callout-green.callout-transparent h3,
.bs-callout-green.callout-transparent h4,
.bs-callout-green.callout-transparent h5,
.bs-callout-green.callout-transparent h6 {
    margin-top: 0;
    color: #4CAF50
}

.bs-callout-green.callout-transparent .highlight,
.bs-callout-green.callout-transparent code {
    background-color: #fff
}

.bs-callout-green .callout-arrow-left:before {
    border-left-color: #4CAF50
}

.bs-callout-green .callout-arrow-right:before {
    border-right-color: #4CAF50
}

.climacon-green.climacon-darken-1 .climacon_component-stroke {
    fill: #43A047
}

.climacon-green.climacon-darken-2 .climacon_component-stroke {
    fill: #388E3C
}

.climacon-green.climacon-darken-3 .climacon_component-stroke {
    fill: #2E7D32
}

.climacon-green.climacon-darken-4 .climacon_component-stroke {
    fill: #1B5E20
}

.climacon-green.climacon-accent-1 .climacon_component-stroke {
    fill: #B9F6CA
}

.climacon-green.climacon-accent-2 .climacon_component-stroke {
    fill: #69F0AE
}

.climacon-green.climacon-accent-3 .climacon_component-stroke {
    fill: #00E676
}

.climacon-green.climacon-accent-4 .climacon_component-stroke {
    fill: #00C853
}

.climacon-light-green.climacon-lighten-5 .climacon_component-stroke {
    fill: #F1F8A9
}

.climacon-light-green.climacon-lighten-4 .climacon_component-stroke {
    fill: #DCEDC8
}

.climacon-light-green.climacon-lighten-3 .climacon_component-stroke {
    fill: #C5E1A5
}

.climacon-light-green.climacon-lighten-2 .climacon_component-stroke {
    fill: #AED581
}

.climacon-light-green.climacon-lighten-1 .climacon_component-stroke {
    fill: #9CCC65
}

.bs-callout-light-green {
    display: block;
    border-color: #8BC34A !important;
    background-color: #daecc5;
    border-radius: .25rem;
    color: #070b03
}

.bs-callout-light-green h1,
.bs-callout-light-green h2,
.bs-callout-light-green h3,
.bs-callout-light-green h4,
.bs-callout-light-green h5,
.bs-callout-light-green h6 {
    margin-top: 0;
    color: #8BC34A
}

.bs-callout-light-green .highlight,
.bs-callout-light-green code {
    background-color: #fff
}

.bs-callout-light-green.callout-transparent {
    display: block;
    border-color: #8BC34A !important;
    background-color: transparent;
    border-radius: .25rem;
    color: #070b03
}

.bs-callout-light-green.callout-transparent h1,
.bs-callout-light-green.callout-transparent h2,
.bs-callout-light-green.callout-transparent h3,
.bs-callout-light-green.callout-transparent h4,
.bs-callout-light-green.callout-transparent h5,
.bs-callout-light-green.callout-transparent h6 {
    margin-top: 0;
    color: #8BC34A
}

.bs-callout-light-green.callout-transparent .highlight,
.bs-callout-light-green.callout-transparent code {
    background-color: #fff
}

.bs-callout-light-green .callout-arrow-left:before {
    border-left-color: #8BC34A
}

.bs-callout-light-green .callout-arrow-right:before {
    border-right-color: #8BC34A
}

.bs-callout-lime,
.bs-callout-lime.callout-transparent {
    display: block;
    border-color: #CDDC39 !important;
    border-radius: .25rem
}

.climacon-light-green.climacon-darken-1 .climacon_component-stroke {
    fill: #7CB342
}

.climacon-light-green.climacon-darken-2 .climacon_component-stroke {
    fill: #689F38
}

.climacon-light-green.climacon-darken-3 .climacon_component-stroke {
    fill: #558B2F
}

.climacon-light-green.climacon-darken-4 .climacon_component-stroke {
    fill: #33691E
}

.climacon-light-green.climacon-accent-1 .climacon_component-stroke {
    fill: #CCFF90
}

.climacon-light-green.climacon-accent-2 .climacon_component-stroke {
    fill: #B2FF59
}

.climacon-light-green.climacon-accent-3 .climacon_component-stroke {
    fill: #76FF03
}

.climacon-light-green.climacon-accent-4 .climacon_component-stroke {
    fill: #64DD17
}

.climacon-lime.climacon-lighten-5 .climacon_component-stroke {
    fill: #F9FBE7
}

.climacon-lime.climacon-lighten-4 .climacon_component-stroke {
    fill: #F0F4C3
}

.climacon-lime.climacon-lighten-3 .climacon_component-stroke {
    fill: #E6EE9C
}

.climacon-lime.climacon-lighten-2 .climacon_component-stroke {
    fill: #DCE775
}

.climacon-lime.climacon-lighten-1 .climacon_component-stroke {
    fill: #D4E157
}

.bs-callout-lime {
    background-color: #f0f5c4;
    color: #111303
}

.bs-callout-lime h1,
.bs-callout-lime h2,
.bs-callout-lime h3,
.bs-callout-lime h4,
.bs-callout-lime h5,
.bs-callout-lime h6 {
    margin-top: 0;
    color: #CDDC39
}

.bs-callout-lime .highlight,
.bs-callout-lime code {
    background-color: #fff
}

.bs-callout-lime.callout-transparent {
    background-color: transparent;
    color: #111303
}

.bs-callout-lime.callout-transparent h1,
.bs-callout-lime.callout-transparent h2,
.bs-callout-lime.callout-transparent h3,
.bs-callout-lime.callout-transparent h4,
.bs-callout-lime.callout-transparent h5,
.bs-callout-lime.callout-transparent h6 {
    margin-top: 0;
    color: #CDDC39
}

.bs-callout-lime.callout-transparent .highlight,
.bs-callout-lime.callout-transparent code {
    background-color: #fff
}

.bs-callout-lime .callout-arrow-left:before {
    border-left-color: #CDDC39
}

.bs-callout-lime .callout-arrow-right:before {
    border-right-color: #CDDC39
}

.bs-callout-yellow,
.bs-callout-yellow.callout-transparent {
    display: block;
    border-color: #FFEB3B !important;
    border-radius: .25rem
}

.climacon-lime.climacon-darken-1 .climacon_component-stroke {
    fill: #C0CA33
}

.climacon-lime.climacon-darken-2 .climacon_component-stroke {
    fill: #AFB42B
}

.climacon-lime.climacon-darken-3 .climacon_component-stroke {
    fill: #9E9D24
}

.climacon-lime.climacon-darken-4 .climacon_component-stroke {
    fill: #827717
}

.climacon-lime.climacon-accent-1 .climacon_component-stroke {
    fill: #F4FF81
}

.climacon-lime.climacon-accent-2 .climacon_component-stroke {
    fill: #EEFF41
}

.climacon-lime.climacon-accent-3 .climacon_component-stroke {
    fill: #C6FF00
}

.climacon-lime.climacon-accent-4 .climacon_component-stroke {
    fill: #AEEA00
}

.climacon-yellow.climacon-lighten-5 .climacon_component-stroke {
    fill: #FFFDE7
}

.climacon-yellow.climacon-lighten-4 .climacon_component-stroke {
    fill: #FFF9C4
}

.climacon-yellow.climacon-lighten-3 .climacon_component-stroke {
    fill: #FFF59D
}

.climacon-yellow.climacon-lighten-2 .climacon_component-stroke {
    fill: #FFF176
}

.climacon-yellow.climacon-lighten-1 .climacon_component-stroke {
    fill: #FFEE58
}

.bs-callout-yellow {
    background-color: #fffcde;
    color: #3b3500
}

.bs-callout-yellow h1,
.bs-callout-yellow h2,
.bs-callout-yellow h3,
.bs-callout-yellow h4,
.bs-callout-yellow h5,
.bs-callout-yellow h6 {
    margin-top: 0;
    color: #FFEB3B
}

.bs-callout-yellow .highlight,
.bs-callout-yellow code {
    background-color: #fff
}

.bs-callout-yellow.callout-transparent {
    background-color: transparent;
    color: #3b3500
}

.bs-callout-yellow.callout-transparent h1,
.bs-callout-yellow.callout-transparent h2,
.bs-callout-yellow.callout-transparent h3,
.bs-callout-yellow.callout-transparent h4,
.bs-callout-yellow.callout-transparent h5,
.bs-callout-yellow.callout-transparent h6 {
    margin-top: 0;
    color: #FFEB3B
}

.bs-callout-yellow.callout-transparent .highlight,
.bs-callout-yellow.callout-transparent code {
    background-color: #fff
}

.bs-callout-yellow .callout-arrow-left:before {
    border-left-color: #FFEB3B
}

.bs-callout-yellow .callout-arrow-right:before {
    border-right-color: #FFEB3B
}

.bs-callout-amber,
.bs-callout-amber.callout-transparent {
    display: block;
    border-color: #FFC107 !important;
    border-radius: .25rem
}

.climacon-yellow.climacon-darken-1 .climacon_component-stroke {
    fill: #FDD835
}

.climacon-yellow.climacon-darken-2 .climacon_component-stroke {
    fill: #FBC02D
}

.climacon-yellow.climacon-darken-3 .climacon_component-stroke {
    fill: #F9A825
}

.climacon-yellow.climacon-darken-4 .climacon_component-stroke {
    fill: #F57F17
}

.climacon-yellow.climacon-accent-1 .climacon_component-stroke {
    fill: #FFFF8D
}

.climacon-yellow.climacon-accent-2 .climacon_component-stroke {
    fill: #FF0
}

.climacon-yellow.climacon-accent-3 .climacon_component-stroke {
    fill: #FFEA00
}

.climacon-yellow.climacon-accent-4 .climacon_component-stroke {
    fill: #FFD600
}

.climacon-amber.climacon-lighten-5 .climacon_component-stroke {
    fill: #FFF8E1
}

.climacon-amber.climacon-lighten-4 .climacon_component-stroke {
    fill: #FFECB3
}

.climacon-amber.climacon-lighten-3 .climacon_component-stroke {
    fill: #FFE082
}

.climacon-amber.climacon-lighten-2 .climacon_component-stroke {
    fill: #FFD54F
}

.climacon-amber.climacon-lighten-1 .climacon_component-stroke {
    fill: #FFCA28
}

.bs-callout-amber {
    background-color: #ffeaaa;
    color: #070500
}

.bs-callout-amber h1,
.bs-callout-amber h2,
.bs-callout-amber h3,
.bs-callout-amber h4,
.bs-callout-amber h5,
.bs-callout-amber h6 {
    margin-top: 0;
    color: #FFC107
}

.bs-callout-amber .highlight,
.bs-callout-amber code {
    background-color: #fff
}

.bs-callout-amber.callout-transparent {
    background-color: transparent;
    color: #070500
}

.bs-callout-amber.callout-transparent h1,
.bs-callout-amber.callout-transparent h2,
.bs-callout-amber.callout-transparent h3,
.bs-callout-amber.callout-transparent h4,
.bs-callout-amber.callout-transparent h5,
.bs-callout-amber.callout-transparent h6 {
    margin-top: 0;
    color: #FFC107
}

.bs-callout-amber.callout-transparent .highlight,
.bs-callout-amber.callout-transparent code {
    background-color: #fff
}

.bs-callout-amber .callout-arrow-left:before {
    border-left-color: #FFC107
}

.bs-callout-amber .callout-arrow-right:before {
    border-right-color: #FFC107
}

.bs-callout-orange,
.bs-callout-orange.callout-transparent {
    border-color: #FF9800 !important;
    display: block;
    border-radius: .25rem
}

.climacon-amber.climacon-darken-1 .climacon_component-stroke {
    fill: #FFB300
}

.climacon-amber.climacon-darken-2 .climacon_component-stroke {
    fill: #FFA000
}

.climacon-amber.climacon-darken-3 .climacon_component-stroke {
    fill: #FF8F00
}

.climacon-amber.climacon-darken-4 .climacon_component-stroke {
    fill: #FF6F00
}

.climacon-amber.climacon-accent-1 .climacon_component-stroke {
    fill: #FFE57F
}

.climacon-amber.climacon-accent-2 .climacon_component-stroke {
    fill: #FFD740
}

.climacon-amber.climacon-accent-3 .climacon_component-stroke {
    fill: #FFC400
}

.climacon-amber.climacon-accent-4 .climacon_component-stroke {
    fill: #FFAB00
}

.climacon-orange.climacon-lighten-5 .climacon_component-stroke {
    fill: #FFF3E0
}

.climacon-orange.climacon-lighten-4 .climacon_component-stroke {
    fill: #FFE0B2
}

.climacon-orange.climacon-lighten-3 .climacon_component-stroke {
    fill: #FFCC80
}

.climacon-orange.climacon-lighten-2 .climacon_component-stroke {
    fill: #FFB74D
}

.climacon-orange.climacon-lighten-1 .climacon_component-stroke {
    fill: #FFA726
}

.bs-callout-orange {
    background-color: #ffdaa3;
    color: #000
}

.bs-callout-orange h1,
.bs-callout-orange h2,
.bs-callout-orange h3,
.bs-callout-orange h4,
.bs-callout-orange h5,
.bs-callout-orange h6 {
    margin-top: 0;
    color: #FF9800
}

.bs-callout-orange .highlight,
.bs-callout-orange code {
    background-color: #fff
}

.bs-callout-orange.callout-transparent {
    background-color: transparent;
    color: #000
}

.bs-callout-orange.callout-transparent h1,
.bs-callout-orange.callout-transparent h2,
.bs-callout-orange.callout-transparent h3,
.bs-callout-orange.callout-transparent h4,
.bs-callout-orange.callout-transparent h5,
.bs-callout-orange.callout-transparent h6 {
    margin-top: 0;
    color: #FF9800
}

.bs-callout-orange.callout-transparent .highlight,
.bs-callout-orange.callout-transparent code {
    background-color: #fff
}

.bs-callout-orange .callout-arrow-left:before {
    border-left-color: #FF9800
}

.bs-callout-orange .callout-arrow-right:before {
    border-right-color: #FF9800
}

.climacon-orange.climacon-darken-1 .climacon_component-stroke {
    fill: #FB8C00
}

.climacon-orange.climacon-darken-2 .climacon_component-stroke {
    fill: #F57C00
}

.climacon-orange.climacon-darken-3 .climacon_component-stroke {
    fill: #EF6C00
}

.climacon-orange.climacon-darken-4 .climacon_component-stroke {
    fill: #E65100
}

.climacon-orange.climacon-accent-1 .climacon_component-stroke {
    fill: #FFD180
}

.climacon-orange.climacon-accent-2 .climacon_component-stroke {
    fill: #FFAB40
}

.climacon-orange.climacon-accent-3 .climacon_component-stroke {
    fill: #FF9100
}

.climacon-orange.climacon-accent-4 .climacon_component-stroke {
    fill: #FF6D00
}

.climacon-deep-orange.climacon-lighten-5 .climacon_component-stroke {
    fill: #FbE9E7
}

.climacon-deep-orange.climacon-lighten-4 .climacon_component-stroke {
    fill: #FFCCBC
}

.climacon-deep-orange.climacon-lighten-3 .climacon_component-stroke {
    fill: #FFAB91
}

.climacon-deep-orange.climacon-lighten-2 .climacon_component-stroke {
    fill: #FF8A65
}

.climacon-deep-orange.climacon-lighten-1 .climacon_component-stroke {
    fill: #FF7043
}

.bs-callout-deep-orange {
    display: block;
    border-color: #FF5722 !important;
    background-color: #ffd3c5;
    border-radius: .25rem;
    color: #220800
}

.bs-callout-deep-orange h1,
.bs-callout-deep-orange h2,
.bs-callout-deep-orange h3,
.bs-callout-deep-orange h4,
.bs-callout-deep-orange h5,
.bs-callout-deep-orange h6 {
    margin-top: 0;
    color: #FF5722
}

.bs-callout-deep-orange .highlight,
.bs-callout-deep-orange code {
    background-color: #fff
}

.bs-callout-deep-orange.callout-transparent {
    display: block;
    border-color: #FF5722 !important;
    background-color: transparent;
    border-radius: .25rem;
    color: #220800
}

.bs-callout-deep-orange.callout-transparent h1,
.bs-callout-deep-orange.callout-transparent h2,
.bs-callout-deep-orange.callout-transparent h3,
.bs-callout-deep-orange.callout-transparent h4,
.bs-callout-deep-orange.callout-transparent h5,
.bs-callout-deep-orange.callout-transparent h6 {
    margin-top: 0;
    color: #FF5722
}

.bs-callout-deep-orange.callout-transparent .highlight,
.bs-callout-deep-orange.callout-transparent code {
    background-color: #fff
}

.bs-callout-deep-orange .callout-arrow-left:before {
    border-left-color: #FF5722
}

.bs-callout-deep-orange .callout-arrow-right:before {
    border-right-color: #FF5722
}

.bs-callout-brown,
.bs-callout-brown.callout-transparent {
    display: block;
    border-color: #795548 !important;
    border-radius: .25rem
}

.climacon-deep-orange.climacon-darken-1 .climacon_component-stroke {
    fill: #F4511E
}

.climacon-deep-orange.climacon-darken-2 .climacon_component-stroke {
    fill: #E64A19
}

.climacon-deep-orange.climacon-darken-3 .climacon_component-stroke {
    fill: #D84315
}

.climacon-deep-orange.climacon-darken-4 .climacon_component-stroke {
    fill: #BF360C
}

.climacon-deep-orange.climacon-accent-1 .climacon_component-stroke {
    fill: #FF9E80
}

.climacon-deep-orange.climacon-accent-2 .climacon_component-stroke {
    fill: #FF6E40
}

.climacon-deep-orange.climacon-accent-3 .climacon_component-stroke {
    fill: #FF3D00
}

.climacon-deep-orange.climacon-accent-4 .climacon_component-stroke {
    fill: #DD2C00
}

.climacon-brown.climacon-lighten-5 .climacon_component-stroke {
    fill: #EFEBE9
}

.climacon-brown.climacon-lighten-4 .climacon_component-stroke {
    fill: #D7CCC8
}

.climacon-brown.climacon-lighten-3 .climacon_component-stroke {
    fill: #BCAAA4
}

.climacon-brown.climacon-lighten-2 .climacon_component-stroke {
    fill: #A1887F
}

.climacon-brown.climacon-lighten-1 .climacon_component-stroke {
    fill: #8D6E63
}

.bs-callout-brown {
    background-color: #c6a99f;
    color: #000
}

.bs-callout-brown h1,
.bs-callout-brown h2,
.bs-callout-brown h3,
.bs-callout-brown h4,
.bs-callout-brown h5,
.bs-callout-brown h6 {
    margin-top: 0;
    color: #795548
}

.bs-callout-brown .highlight,
.bs-callout-brown code {
    background-color: #fff
}

.bs-callout-brown.callout-transparent {
    background-color: transparent;
    color: #000
}

.bs-callout-brown.callout-transparent h1,
.bs-callout-brown.callout-transparent h2,
.bs-callout-brown.callout-transparent h3,
.bs-callout-brown.callout-transparent h4,
.bs-callout-brown.callout-transparent h5,
.bs-callout-brown.callout-transparent h6 {
    margin-top: 0;
    color: #795548
}

.bs-callout-brown.callout-transparent .highlight,
.bs-callout-brown.callout-transparent code {
    background-color: #fff
}

.bs-callout-brown .callout-arrow-left:before {
    border-left-color: #795548
}

.bs-callout-brown .callout-arrow-right:before {
    border-right-color: #795548
}

.bs-callout-blue-grey,
.bs-callout-blue-grey.callout-transparent {
    display: block;
    border-color: #607D8B !important;
    border-radius: .25rem
}

.climacon-brown.climacon-darken-1 .climacon_component-stroke {
    fill: #6D4C41
}

.climacon-brown.climacon-darken-2 .climacon_component-stroke {
    fill: #5D4037
}

.climacon-brown.climacon-darken-3 .climacon_component-stroke {
    fill: #4E342E
}

.climacon-brown.climacon-darken-4 .climacon_component-stroke {
    fill: #3E2723
}

.climacon-blue-grey.climacon-lighten-5 .climacon_component-stroke {
    fill: #ECEFF1
}

.climacon-blue-grey.climacon-lighten-4 .climacon_component-stroke {
    fill: #CFD8DC
}

.climacon-blue-grey.climacon-lighten-3 .climacon_component-stroke {
    fill: #B0BEC5
}

.climacon-blue-grey.climacon-lighten-2 .climacon_component-stroke {
    fill: #90A4AE
}

.climacon-blue-grey.climacon-lighten-1 .climacon_component-stroke {
    fill: #78909C
}

.bs-callout-blue-grey {
    background-color: #bdcbd1;
    color: #000
}

.bs-callout-blue-grey h1,
.bs-callout-blue-grey h2,
.bs-callout-blue-grey h3,
.bs-callout-blue-grey h4,
.bs-callout-blue-grey h5,
.bs-callout-blue-grey h6 {
    margin-top: 0;
    color: #607D8B
}

.bs-callout-blue-grey .highlight,
.bs-callout-blue-grey code {
    background-color: #fff
}

.bs-callout-blue-grey.callout-transparent {
    background-color: transparent;
    color: #000
}

.bs-callout-blue-grey.callout-transparent h1,
.bs-callout-blue-grey.callout-transparent h2,
.bs-callout-blue-grey.callout-transparent h3,
.bs-callout-blue-grey.callout-transparent h4,
.bs-callout-blue-grey.callout-transparent h5,
.bs-callout-blue-grey.callout-transparent h6 {
    margin-top: 0;
    color: #607D8B
}

.bs-callout-blue-grey.callout-transparent .highlight,
.bs-callout-blue-grey.callout-transparent code {
    background-color: #fff
}

.bs-callout-blue-grey .callout-arrow-left:before {
    border-left-color: #607D8B
}

.bs-callout-blue-grey .callout-arrow-right:before {
    border-right-color: #607D8B
}

.bs-callout-grey,
.bs-callout-grey.callout-transparent {
    display: block;
    border-color: #9E9E9E !important;
    border-radius: .25rem
}

.climacon-blue-grey.climacon-darken-1 .climacon_component-stroke {
    fill: #546E7A
}

.climacon-blue-grey.climacon-darken-2 .climacon_component-stroke {
    fill: #455A64
}

.climacon-blue-grey.climacon-darken-3 .climacon_component-stroke {
    fill: #37474F
}

.climacon-blue-grey.climacon-darken-4 .climacon_component-stroke {
    fill: #263238
}

.climacon-grey.climacon-lighten-5 .climacon_component-stroke {
    fill: #FAFAFA
}

.climacon-grey.climacon-lighten-4 .climacon_component-stroke {
    fill: #F5F5F5
}

.climacon-grey.climacon-lighten-3 .climacon_component-stroke {
    fill: #EEE
}

.climacon-grey.climacon-lighten-2 .climacon_component-stroke {
    fill: #E0E0E0
}

.climacon-grey.climacon-lighten-1 .climacon_component-stroke {
    fill: #BDBDBD
}

.bs-callout-grey {
    background-color: #f0f0f0;
    color: #1f1f1f
}

.bs-callout-grey h1,
.bs-callout-grey h2,
.bs-callout-grey h3,
.bs-callout-grey h4,
.bs-callout-grey h5,
.bs-callout-grey h6 {
    margin-top: 0;
    color: #9E9E9E
}

.bs-callout-grey .highlight,
.bs-callout-grey code {
    background-color: #fff
}

.bs-callout-grey.callout-transparent {
    background-color: transparent;
    color: #1f1f1f
}

.bs-callout-grey.callout-transparent h1,
.bs-callout-grey.callout-transparent h2,
.bs-callout-grey.callout-transparent h3,
.bs-callout-grey.callout-transparent h4,
.bs-callout-grey.callout-transparent h5,
.bs-callout-grey.callout-transparent h6 {
    margin-top: 0;
    color: #9E9E9E
}

.bs-callout-grey.callout-transparent .highlight,
.bs-callout-grey.callout-transparent code {
    background-color: #fff
}

.bs-callout-grey .callout-arrow-left:before {
    border-left-color: #9E9E9E
}

.bs-callout-grey .callout-arrow-right:before {
    border-right-color: #9E9E9E
}

.climacon-grey.climacon-darken-1 .climacon_component-stroke {
    fill: #757575
}

.climacon-grey.climacon-darken-2 .climacon_component-stroke {
    fill: #616161
}

.climacon-grey.climacon-darken-3 .climacon_component-stroke {
    fill: #424242
}

.climacon-grey.climacon-darken-4 .climacon_component-stroke {
    fill: #212121
}

.climacon-shades.climacon-black .climacon_component-stroke {
    fill: #000
}

.climacon-shades.climacon-white .climacon_component-stroke {
    fill: #FFF
}

.climacon-shades.climacon-transparent .climacon_component-stroke {
    fill: transparent
}
