/*
	Theme Name: Foundation
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}


/**********
COOKIE    
**********/

#siteCookie {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 30;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
}

#siteCookie,
#siteCookie p,
#siteCookie a,
#siteCookie .fa {
    color: #fff;
    font-weight: 600
}

#siteCookie .inner {
    display: flex;
    align-items: center;
}

#siteCookie p {
    margin-right: 20px
}

#siteCookie .fa {
    font-size: 28px;
    margin-left: auto
}

#siteCookie i {
    cursor: pointer
}


/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: var(--primary);
}

a:hover {
    color: var(--primary-alt)
}

a:focus {
    outline: 0;
}

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

input:focus {
    outline: 0;
    border: 1px solid var(--primary);
}

italic {
    font-style: italic;
}

* {
    outline:0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.bgfixed {
    background-attachment: fixed;
}

/* header */

.header {}


/* logo */

.logo {}

.logo-img {}


/* nav */

.nav {}


/* sidebar */

.sidebar {}


/* footer */

.footer {}


/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Font-Name';
    src: url('fonts/font-name.eot');
    src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:1024px) {}

@media only screen and (min-width:1140px) {}

@media only screen and (min-width:1280px) {}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

li.current-menu-item > a {
    color: var(--primary);
}

/* BOOTSTRAP RESET */
.nav-tabs .nav-link, .nav-tabs .nav-link.active {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.fs-8{font-size:.8rem}.fs-9{font-size:.9rem}.fs-10{font-size:1rem}.fs-11{font-size:1.1rem}.fs-12{font-size:1.2rem}.fs-13{font-size:1.3rem}.fs-14{font-size:1.4rem}.fs-15{font-size:1.5rem}.fs-16{font-size:1.6rem}.fs-17{font-size:1.7rem}.fs-18{font-size:1.8rem}.fs-19{font-size:1.9rem}.fs-20{font-size:2rem}.fs-21{font-size:2.1rem}.fs-22{font-size:2.2rem}.fs-23{font-size:2.3rem}.fs-24{font-size:2.4rem}.fs-25{font-size:2.5rem}.fs-26{font-size:2.6rem}.fs-27{font-size:2.7rem}.fs-28{font-size:2.8rem}.fs-29{font-size:2.9rem}.fs-30{font-size:3rem}.fs-31{font-size:3.1rem}.fs-32{font-size:3.2rem}.fs-33{font-size:3.3rem}.fs-34{font-size:3.4rem}.fs-35{font-size:3.5rem}.fs-36{font-size:3.6rem}.fs-37{font-size:3.7rem}.fs-38{font-size:3.8rem}.fs-39{font-size:3.9rem}.fs-40{font-size:4rem}.fs-41{font-size:4.1rem}.fs-42{font-size:4.2rem}.fs-43{font-size:4.3rem}.fs-44{font-size:4.4rem}.fs-45{font-size:4.5rem}.fs-46{font-size:4.6rem}.fs-47{font-size:4.7rem}.fs-48{font-size:4.8rem}.fs-49{font-size:4.9rem}.fs-50{font-size:5rem}.fs-51{font-size:5.1rem}.fs-52{font-size:5.2rem}.fs-53{font-size:5.3rem}.fs-54{font-size:5.4rem}.fs-55{font-size:5.5rem}.fs-56{font-size:5.6rem}.fs-57{font-size:5.7rem}.fs-58{font-size:5.8rem}.fs-59{font-size:5.9rem}.fs-60{font-size:6rem}.fs-61{font-size:6.1rem}.fs-62{font-size:6.2rem}.fs-63{font-size:6.3rem}.fs-64{font-size:6.4rem}.fs-65{font-size:6.5rem}.fs-66{font-size:6.6rem}.fs-67{font-size:6.7rem}.fs-68{font-size:6.8rem}.fs-69{font-size:6.9rem}.fs-70{font-size:7rem}.fs-71{font-size:7.1rem}.fs-72{font-size:7.2rem}.fs-73{font-size:7.3rem}.fs-74{font-size:7.4rem}.fs-75{font-size:7.5rem}.fs-76{font-size:7.6rem}.fs-77{font-size:7.7rem}.fs-78{font-size:7.8rem}.fs-79{font-size:7.9rem}.fs-80{font-size:8rem}.fs-81{font-size:8.1rem}.fs-82{font-size:8.2rem}.fs-83{font-size:8.3rem}.fs-84{font-size:8.4rem}.fs-85{font-size:8.5rem}.fs-86{font-size:8.6rem}.fs-87{font-size:8.7rem}.fs-88{font-size:8.8rem}.fs-89{font-size:8.9rem}.fs-90{font-size:9rem}.fs-91{font-size:9.1rem}.fs-92{font-size:9.2rem}.fs-93{font-size:9.3rem}.fs-94{font-size:9.4rem}.fs-95{font-size:9.5rem}.fs-96{font-size:9.6rem}.fs-97{font-size:9.7rem}.fs-98{font-size:9.8rem}.fs-99{font-size:9.9rem}.fs-100{font-size:10rem}.fs-101{font-size:10.1rem}.fs-102{font-size:10.2rem}.fs-103{font-size:10.3rem}.fs-104{font-size:10.4rem}.fs-105{font-size:10.5rem}.fs-106{font-size:10.6rem}.fs-107{font-size:10.7rem}.fs-108{font-size:10.8rem}.fs-109{font-size:10.9rem}.fs-110{font-size:11rem}.fs-111{font-size:11.1rem}.fs-112{font-size:11.2rem}.fs-113{font-size:11.3rem}.fs-114{font-size:11.4rem}.fs-115{font-size:11.5rem}.fs-116{font-size:11.6rem}.fs-117{font-size:11.7rem}.fs-118{font-size:11.8rem}.fs-119{font-size:11.9rem}.fs-120{font-size:12rem}
.fc-000000{color:#000000}.fc-010101{color:#010101}.fc-020202{color:#020202}.fc-030303{color:#030303}.fc-040404{color:#040404}.fc-050505{color:#050505}.fc-060606{color:#060606}.fc-070707{color:#070707}.fc-080808{color:#080808}.fc-090909{color:#090909}.fc-0a0a0a{color:#0a0a0a}.fc-0b0b0b{color:#0b0b0b}.fc-0c0c0c{color:#0c0c0c}.fc-0d0d0d{color:#0d0d0d}.fc-0e0e0e{color:#0e0e0e}.fc-0f0f0f{color:#0f0f0f}.fc-101010{color:#101010}.fc-111111{color:#111111}.fc-121212{color:#121212}.fc-131313{color:#131313}.fc-141414{color:#141414}.fc-151515{color:#151515}.fc-161616{color:#161616}.fc-171717{color:#171717}.fc-181818{color:#181818}.fc-191919{color:#191919}.fc-1a1a1a{color:#1a1a1a}.fc-1b1b1b{color:#1b1b1b}.fc-1c1c1c{color:#1c1c1c}.fc-1d1d1d{color:#1d1d1d}.fc-1e1e1e{color:#1e1e1e}.fc-1f1f1f{color:#1f1f1f}.fc-202020{color:#202020}.fc-212121{color:#212121}.fc-222222{color:#222222}.fc-232323{color:#232323}.fc-242424{color:#242424}.fc-252525{color:#252525}.fc-262626{color:#262626}.fc-272727{color:#272727}.fc-282828{color:#282828}.fc-292929{color:#292929}.fc-2a2a2a{color:#2a2a2a}.fc-2b2b2b{color:#2b2b2b}.fc-2c2c2c{color:#2c2c2c}.fc-2d2d2d{color:#2d2d2d}.fc-2e2e2e{color:#2e2e2e}.fc-2f2f2f{color:#2f2f2f}.fc-303030{color:#303030}.fc-313131{color:#313131}.fc-323232{color:#323232}.fc-333333{color:#333333}.fc-343434{color:#343434}.fc-353535{color:#353535}.fc-363636{color:#363636}.fc-373737{color:#373737}.fc-383838{color:#383838}.fc-393939{color:#393939}.fc-3a3a3a{color:#3a3a3a}.fc-3b3b3b{color:#3b3b3b}.fc-3c3c3c{color:#3c3c3c}.fc-3d3d3d{color:#3d3d3d}.fc-3e3e3e{color:#3e3e3e}.fc-3f3f3f{color:#3f3f3f}.fc-404040{color:#404040}.fc-414141{color:#414141}.fc-424242{color:#424242}.fc-434343{color:#434343}.fc-444444{color:#444444}.fc-454545{color:#454545}.fc-464646{color:#464646}.fc-474747{color:#474747}.fc-484848{color:#484848}.fc-494949{color:#494949}.fc-4a4a4a{color:#4a4a4a}.fc-4b4b4b{color:#4b4b4b}.fc-4c4c4c{color:#4c4c4c}.fc-4d4d4d{color:#4d4d4d}.fc-4e4e4e{color:#4e4e4e}.fc-4f4f4f{color:#4f4f4f}.fc-505050{color:#505050}.fc-515151{color:#515151}.fc-525252{color:#525252}.fc-535353{color:#535353}.fc-545454{color:#545454}.fc-555555{color:#555555}.fc-565656{color:#565656}.fc-575757{color:#575757}.fc-585858{color:#585858}.fc-595959{color:#595959}.fc-5a5a5a{color:#5a5a5a}.fc-5b5b5b{color:#5b5b5b}.fc-5c5c5c{color:#5c5c5c}.fc-5d5d5d{color:#5d5d5d}.fc-5e5e5e{color:#5e5e5e}.fc-5f5f5f{color:#5f5f5f}.fc-606060{color:#606060}.fc-616161{color:#616161}.fc-626262{color:#626262}.fc-636363{color:#636363}.fc-646464{color:#646464}.fc-656565{color:#656565}.fc-666666{color:#666666}.fc-676767{color:#676767}.fc-686868{color:#686868}.fc-696969{color:#696969}.fc-6a6a6a{color:#6a6a6a}.fc-6b6b6b{color:#6b6b6b}.fc-6c6c6c{color:#6c6c6c}.fc-6d6d6d{color:#6d6d6d}.fc-6e6e6e{color:#6e6e6e}.fc-6f6f6f{color:#6f6f6f}.fc-707070{color:#707070}.fc-717171{color:#717171}.fc-727272{color:#727272}.fc-737373{color:#737373}.fc-747474{color:#747474}.fc-757575{color:#757575}.fc-767676{color:#767676}.fc-777777{color:#777777}.fc-787878{color:#787878}.fc-797979{color:#797979}.fc-7a7a7a{color:#7a7a7a}.fc-7b7b7b{color:#7b7b7b}.fc-7c7c7c{color:#7c7c7c}.fc-7d7d7d{color:#7d7d7d}.fc-7e7e7e{color:#7e7e7e}.fc-7f7f7f{color:#7f7f7f}.fc-808080{color:#808080}.fc-818181{color:#818181}.fc-828282{color:#828282}.fc-838383{color:#838383}.fc-848484{color:#848484}.fc-858585{color:#858585}.fc-868686{color:#868686}.fc-878787{color:#878787}.fc-888888{color:#888888}.fc-898989{color:#898989}.fc-8a8a8a{color:#8a8a8a}.fc-8b8b8b{color:#8b8b8b}.fc-8c8c8c{color:#8c8c8c}.fc-8d8d8d{color:#8d8d8d}.fc-8e8e8e{color:#8e8e8e}.fc-8f8f8f{color:#8f8f8f}.fc-909090{color:#909090}.fc-919191{color:#919191}.fc-929292{color:#929292}.fc-939393{color:#939393}.fc-949494{color:#949494}.fc-959595{color:#959595}.fc-969696{color:#969696}.fc-979797{color:#979797}.fc-989898{color:#989898}.fc-999999{color:#999999}.fc-9a9a9a{color:#9a9a9a}.fc-9b9b9b{color:#9b9b9b}.fc-9c9c9c{color:#9c9c9c}.fc-9d9d9d{color:#9d9d9d}.fc-9e9e9e{color:#9e9e9e}.fc-9f9f9f{color:#9f9f9f}.fc-a0a0a0{color:#a0a0a0}.fc-a1a1a1{color:#a1a1a1}.fc-a2a2a2{color:#a2a2a2}.fc-a3a3a3{color:#a3a3a3}.fc-a4a4a4{color:#a4a4a4}.fc-a5a5a5{color:#a5a5a5}.fc-a6a6a6{color:#a6a6a6}.fc-a7a7a7{color:#a7a7a7}.fc-a8a8a8{color:#a8a8a8}.fc-a9a9a9{color:#a9a9a9}.fc-aaaaaa{color:#aaaaaa}.fc-ababab{color:#ababab}.fc-acacac{color:#acacac}.fc-adadad{color:#adadad}.fc-aeaeae{color:#aeaeae}.fc-afafaf{color:#afafaf}.fc-b0b0b0{color:#b0b0b0}.fc-b1b1b1{color:#b1b1b1}.fc-b2b2b2{color:#b2b2b2}.fc-b3b3b3{color:#b3b3b3}.fc-b4b4b4{color:#b4b4b4}.fc-b5b5b5{color:#b5b5b5}.fc-b6b6b6{color:#b6b6b6}.fc-b7b7b7{color:#b7b7b7}.fc-b8b8b8{color:#b8b8b8}.fc-b9b9b9{color:#b9b9b9}.fc-bababa{color:#bababa}.fc-bbbbbb{color:#bbbbbb}.fc-bcbcbc{color:#bcbcbc}.fc-bdbdbd{color:#bdbdbd}.fc-bebebe{color:#bebebe}.fc-bfbfbf{color:#bfbfbf}.fc-c0c0c0{color:#c0c0c0}.fc-c1c1c1{color:#c1c1c1}.fc-c2c2c2{color:#c2c2c2}.fc-c3c3c3{color:#c3c3c3}.fc-c4c4c4{color:#c4c4c4}.fc-c5c5c5{color:#c5c5c5}.fc-c6c6c6{color:#c6c6c6}.fc-c7c7c7{color:#c7c7c7}.fc-c8c8c8{color:#c8c8c8}.fc-c9c9c9{color:#c9c9c9}.fc-cacaca{color:#cacaca}.fc-cbcbcb{color:#cbcbcb}.fc-cccccc{color:#cccccc}.fc-cdcdcd{color:#cdcdcd}.fc-cecece{color:#cecece}.fc-cfcfcf{color:#cfcfcf}.fc-d0d0d0{color:#d0d0d0}.fc-d1d1d1{color:#d1d1d1}.fc-d2d2d2{color:#d2d2d2}.fc-d3d3d3{color:#d3d3d3}.fc-d4d4d4{color:#d4d4d4}.fc-d5d5d5{color:#d5d5d5}.fc-d6d6d6{color:#d6d6d6}.fc-d7d7d7{color:#d7d7d7}.fc-d8d8d8{color:#d8d8d8}.fc-d9d9d9{color:#d9d9d9}.fc-dadada{color:#dadada}.fc-dbdbdb{color:#dbdbdb}.fc-dcdcdc{color:#dcdcdc}.fc-dddddd{color:#dddddd}.fc-dedede{color:#dedede}.fc-dfdfdf{color:#dfdfdf}.fc-e0e0e0{color:#e0e0e0}.fc-e1e1e1{color:#e1e1e1}.fc-e2e2e2{color:#e2e2e2}.fc-e3e3e3{color:#e3e3e3}.fc-e4e4e4{color:#e4e4e4}.fc-e5e5e5{color:#e5e5e5}.fc-e6e6e6{color:#e6e6e6}.fc-e7e7e7{color:#e7e7e7}.fc-e8e8e8{color:#e8e8e8}.fc-e9e9e9{color:#e9e9e9}.fc-eaeaea{color:#eaeaea}.fc-ebebeb{color:#ebebeb}.fc-ececec{color:#ececec}.fc-ededed{color:#ededed}.fc-eeeeee{color:#eeeeee}.fc-efefef{color:#efefef}.fc-f0f0f0{color:#f0f0f0}.fc-f1f1f1{color:#f1f1f1}.fc-f2f2f2{color:#f2f2f2}.fc-f3f3f3{color:#f3f3f3}.fc-f4f4f4{color:#f4f4f4}.fc-f5f5f5{color:#f5f5f5}.fc-f6f6f6{color:#f6f6f6}.fc-f7f7f7{color:#f7f7f7}.fc-f8f8f8{color:#f8f8f8}.fc-f9f9f9{color:#f9f9f9}.fc-fafafa{color:#fafafa}.fc-fbfbfb{color:#fbfbfb}.fc-fcfcfc{color:#fcfcfc}.fc-fdfdfd{color:#fdfdfd}.fc-fefefe{color:#fefefe}.fc-ffffff{color:#ffffff}
.bg-000000{background-color:#000000}.bg-010101{background-color:#010101}.bg-020202{background-color:#020202}.bg-030303{background-color:#030303}.bg-040404{background-color:#040404}.bg-050505{background-color:#050505}.bg-060606{background-color:#060606}.bg-070707{background-color:#070707}.bg-080808{background-color:#080808}.bg-090909{background-color:#090909}.bg-0a0a0a{background-color:#0a0a0a}.bg-0b0b0b{background-color:#0b0b0b}.bg-0c0c0c{background-color:#0c0c0c}.bg-0d0d0d{background-color:#0d0d0d}.bg-0e0e0e{background-color:#0e0e0e}.bg-0f0f0f{background-color:#0f0f0f}.bg-101010{background-color:#101010}.bg-111111{background-color:#111111}.bg-121212{background-color:#121212}.bg-131313{background-color:#131313}.bg-141414{background-color:#141414}.bg-151515{background-color:#151515}.bg-161616{background-color:#161616}.bg-171717{background-color:#171717}.bg-181818{background-color:#181818}.bg-191919{background-color:#191919}.bg-1a1a1a{background-color:#1a1a1a}.bg-1b1b1b{background-color:#1b1b1b}.bg-1c1c1c{background-color:#1c1c1c}.bg-1d1d1d{background-color:#1d1d1d}.bg-1e1e1e{background-color:#1e1e1e}.bg-1f1f1f{background-color:#1f1f1f}.bg-202020{background-color:#202020}.bg-212121{background-color:#212121}.bg-222222{background-color:#222222}.bg-232323{background-color:#232323}.bg-242424{background-color:#242424}.bg-252525{background-color:#252525}.bg-262626{background-color:#262626}.bg-272727{background-color:#272727}.bg-282828{background-color:#282828}.bg-292929{background-color:#292929}.bg-2a2a2a{background-color:#2a2a2a}.bg-2b2b2b{background-color:#2b2b2b}.bg-2c2c2c{background-color:#2c2c2c}.bg-2d2d2d{background-color:#2d2d2d}.bg-2e2e2e{background-color:#2e2e2e}.bg-2f2f2f{background-color:#2f2f2f}.bg-303030{background-color:#303030}.bg-313131{background-color:#313131}.bg-323232{background-color:#323232}.bg-333333{background-color:#333333}.bg-343434{background-color:#343434}.bg-353535{background-color:#353535}.bg-363636{background-color:#363636}.bg-373737{background-color:#373737}.bg-383838{background-color:#383838}.bg-393939{background-color:#393939}.bg-3a3a3a{background-color:#3a3a3a}.bg-3b3b3b{background-color:#3b3b3b}.bg-3c3c3c{background-color:#3c3c3c}.bg-3d3d3d{background-color:#3d3d3d}.bg-3e3e3e{background-color:#3e3e3e}.bg-3f3f3f{background-color:#3f3f3f}.bg-404040{background-color:#404040}.bg-414141{background-color:#414141}.bg-424242{background-color:#424242}.bg-434343{background-color:#434343}.bg-444444{background-color:#444444}.bg-454545{background-color:#454545}.bg-464646{background-color:#464646}.bg-474747{background-color:#474747}.bg-484848{background-color:#484848}.bg-494949{background-color:#494949}.bg-4a4a4a{background-color:#4a4a4a}.bg-4b4b4b{background-color:#4b4b4b}.bg-4c4c4c{background-color:#4c4c4c}.bg-4d4d4d{background-color:#4d4d4d}.bg-4e4e4e{background-color:#4e4e4e}.bg-4f4f4f{background-color:#4f4f4f}.bg-505050{background-color:#505050}.bg-515151{background-color:#515151}.bg-525252{background-color:#525252}.bg-535353{background-color:#535353}.bg-545454{background-color:#545454}.bg-555555{background-color:#555555}.bg-565656{background-color:#565656}.bg-575757{background-color:#575757}.bg-585858{background-color:#585858}.bg-595959{background-color:#595959}.bg-5a5a5a{background-color:#5a5a5a}.bg-5b5b5b{background-color:#5b5b5b}.bg-5c5c5c{background-color:#5c5c5c}.bg-5d5d5d{background-color:#5d5d5d}.bg-5e5e5e{background-color:#5e5e5e}.bg-5f5f5f{background-color:#5f5f5f}.bg-606060{background-color:#606060}.bg-616161{background-color:#616161}.bg-626262{background-color:#626262}.bg-636363{background-color:#636363}.bg-646464{background-color:#646464}.bg-656565{background-color:#656565}.bg-666666{background-color:#666666}.bg-676767{background-color:#676767}.bg-686868{background-color:#686868}.bg-696969{background-color:#696969}.bg-6a6a6a{background-color:#6a6a6a}.bg-6b6b6b{background-color:#6b6b6b}.bg-6c6c6c{background-color:#6c6c6c}.bg-6d6d6d{background-color:#6d6d6d}.bg-6e6e6e{background-color:#6e6e6e}.bg-6f6f6f{background-color:#6f6f6f}.bg-707070{background-color:#707070}.bg-717171{background-color:#717171}.bg-727272{background-color:#727272}.bg-737373{background-color:#737373}.bg-747474{background-color:#747474}.bg-757575{background-color:#757575}.bg-767676{background-color:#767676}.bg-777777{background-color:#777777}.bg-787878{background-color:#787878}.bg-797979{background-color:#797979}.bg-7a7a7a{background-color:#7a7a7a}.bg-7b7b7b{background-color:#7b7b7b}.bg-7c7c7c{background-color:#7c7c7c}.bg-7d7d7d{background-color:#7d7d7d}.bg-7e7e7e{background-color:#7e7e7e}.bg-7f7f7f{background-color:#7f7f7f}.bg-808080{background-color:#808080}.bg-818181{background-color:#818181}.bg-828282{background-color:#828282}.bg-838383{background-color:#838383}.bg-848484{background-color:#848484}.bg-858585{background-color:#858585}.bg-868686{background-color:#868686}.bg-878787{background-color:#878787}.bg-888888{background-color:#888888}.bg-898989{background-color:#898989}.bg-8a8a8a{background-color:#8a8a8a}.bg-8b8b8b{background-color:#8b8b8b}.bg-8c8c8c{background-color:#8c8c8c}.bg-8d8d8d{background-color:#8d8d8d}.bg-8e8e8e{background-color:#8e8e8e}.bg-8f8f8f{background-color:#8f8f8f}.bg-909090{background-color:#909090}.bg-919191{background-color:#919191}.bg-929292{background-color:#929292}.bg-939393{background-color:#939393}.bg-949494{background-color:#949494}.bg-959595{background-color:#959595}.bg-969696{background-color:#969696}.bg-979797{background-color:#979797}.bg-989898{background-color:#989898}.bg-999999{background-color:#999999}.bg-9a9a9a{background-color:#9a9a9a}.bg-9b9b9b{background-color:#9b9b9b}.bg-9c9c9c{background-color:#9c9c9c}.bg-9d9d9d{background-color:#9d9d9d}.bg-9e9e9e{background-color:#9e9e9e}.bg-9f9f9f{background-color:#9f9f9f}.bg-a0a0a0{background-color:#a0a0a0}.bg-a1a1a1{background-color:#a1a1a1}.bg-a2a2a2{background-color:#a2a2a2}.bg-a3a3a3{background-color:#a3a3a3}.bg-a4a4a4{background-color:#a4a4a4}.bg-a5a5a5{background-color:#a5a5a5}.bg-a6a6a6{background-color:#a6a6a6}.bg-a7a7a7{background-color:#a7a7a7}.bg-a8a8a8{background-color:#a8a8a8}.bg-a9a9a9{background-color:#a9a9a9}.bg-aaaaaa{background-color:#aaaaaa}.bg-ababab{background-color:#ababab}.bg-acacac{background-color:#acacac}.bg-adadad{background-color:#adadad}.bg-aeaeae{background-color:#aeaeae}.bg-afafaf{background-color:#afafaf}.bg-b0b0b0{background-color:#b0b0b0}.bg-b1b1b1{background-color:#b1b1b1}.bg-b2b2b2{background-color:#b2b2b2}.bg-b3b3b3{background-color:#b3b3b3}.bg-b4b4b4{background-color:#b4b4b4}.bg-b5b5b5{background-color:#b5b5b5}.bg-b6b6b6{background-color:#b6b6b6}.bg-b7b7b7{background-color:#b7b7b7}.bg-b8b8b8{background-color:#b8b8b8}.bg-b9b9b9{background-color:#b9b9b9}.bg-bababa{background-color:#bababa}.bg-bbbbbb{background-color:#bbbbbb}.bg-bcbcbc{background-color:#bcbcbc}.bg-bdbdbd{background-color:#bdbdbd}.bg-bebebe{background-color:#bebebe}.bg-bfbfbf{background-color:#bfbfbf}.bg-c0c0c0{background-color:#c0c0c0}.bg-c1c1c1{background-color:#c1c1c1}.bg-c2c2c2{background-color:#c2c2c2}.bg-c3c3c3{background-color:#c3c3c3}.bg-c4c4c4{background-color:#c4c4c4}.bg-c5c5c5{background-color:#c5c5c5}.bg-c6c6c6{background-color:#c6c6c6}.bg-c7c7c7{background-color:#c7c7c7}.bg-c8c8c8{background-color:#c8c8c8}.bg-c9c9c9{background-color:#c9c9c9}.bg-cacaca{background-color:#cacaca}.bg-cbcbcb{background-color:#cbcbcb}.bg-cccccc{background-color:#cccccc}.bg-cdcdcd{background-color:#cdcdcd}.bg-cecece{background-color:#cecece}.bg-cfcfcf{background-color:#cfcfcf}.bg-d0d0d0{background-color:#d0d0d0}.bg-d1d1d1{background-color:#d1d1d1}.bg-d2d2d2{background-color:#d2d2d2}.bg-d3d3d3{background-color:#d3d3d3}.bg-d4d4d4{background-color:#d4d4d4}.bg-d5d5d5{background-color:#d5d5d5}.bg-d6d6d6{background-color:#d6d6d6}.bg-d7d7d7{background-color:#d7d7d7}.bg-d8d8d8{background-color:#d8d8d8}.bg-d9d9d9{background-color:#d9d9d9}.bg-dadada{background-color:#dadada}.bg-dbdbdb{background-color:#dbdbdb}.bg-dcdcdc{background-color:#dcdcdc}.bg-dddddd{background-color:#dddddd}.bg-dedede{background-color:#dedede}.bg-dfdfdf{background-color:#dfdfdf}.bg-e0e0e0{background-color:#e0e0e0}.bg-e1e1e1{background-color:#e1e1e1}.bg-e2e2e2{background-color:#e2e2e2}.bg-e3e3e3{background-color:#e3e3e3}.bg-e4e4e4{background-color:#e4e4e4}.bg-e5e5e5{background-color:#e5e5e5}.bg-e6e6e6{background-color:#e6e6e6}.bg-e7e7e7{background-color:#e7e7e7}.bg-e8e8e8{background-color:#e8e8e8}.bg-e9e9e9{background-color:#e9e9e9}.bg-eaeaea{background-color:#eaeaea}.bg-ebebeb{background-color:#ebebeb}.bg-ececec{background-color:#ececec}.bg-ededed{background-color:#ededed}.bg-eeeeee{background-color:#eeeeee}.bg-efefef{background-color:#efefef}.bg-f0f0f0{background-color:#f0f0f0}.bg-f1f1f1{background-color:#f1f1f1}.bg-f2f2f2{background-color:#f2f2f2}.bg-f3f3f3{background-color:#f3f3f3}.bg-f4f4f4{background-color:#f4f4f4}.bg-f5f5f5{background-color:#f5f5f5}.bg-f6f6f6{background-color:#f6f6f6}.bg-f7f7f7{background-color:#f7f7f7}.bg-f8f8f8{background-color:#f8f8f8}.bg-f9f9f9{background-color:#f9f9f9}.bg-fafafa{background-color:#fafafa}.bg-fbfbfb{background-color:#fbfbfb}.bg-fcfcfc{background-color:#fcfcfc}.bg-fdfdfd{background-color:#fdfdfd}.bg-fefefe{background-color:#fefefe}.bg-ffffff{background-color:#ffffff}


a[class^="fc-"]:hover {
    opacity: 0.8;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


@media (max-width: 991px) {
    .block.ptmd0 {
        padding-top:0;
    }
    .block.pbmd0 {
        padding-bottom:0;
    }    
}



.txt-primary {
    color: var(--primary);
}
.txt-black {
    color:#333;
}
.txt-white {
    color: #fff;
}
.hover-primary{transition:all .2s linear}.hover-primary:hover{color:var(--primary)}a.hover-secondary{transition:all .2s linear}.hover-secondary:hover{color:var(--secondary)}.hover-accent{transition:all .2s linear}.hover-accent:hover{color:var(--accent)}


/* SIZES */
.maxheight-5{max-height:5px}.maxheight-10{max-height:10px}.maxheight-15{max-height:15px}.maxheight-20{max-height:20px}.maxheight-25{max-height:25px}.maxheight-30{max-height:30px}.maxheight-35{max-height:35px}.maxheight-40{max-height:40px}.maxheight-45{max-height:45px}.maxheight-50{max-height:50px}.maxheight-55{max-height:55px}.maxheight-60{max-height:60px}.maxheight-65{max-height:65px}.maxheight-70{max-height:70px}.maxheight-75{max-height:75px}.maxheight-80{max-height:80px}.maxheight-85{max-height:85px}.maxheight-90{max-height:90px}.maxheight-95{max-height:95px}.maxheight-100{max-height:100px}.maxheight-105{max-height:105px}.maxheight-110{max-height:110px}.maxheight-115{max-height:115px}.maxheight-120{max-height:120px}.maxheight-125{max-height:125px}.maxheight-130{max-height:130px}.maxheight-135{max-height:135px}.maxheight-140{max-height:140px}.maxheight-145{max-height:145px}.maxheight-150{max-height:150px}.maxheight-155{max-height:155px}.maxheight-160{max-height:160px}.maxheight-165{max-height:165px}.maxheight-170{max-height:170px}.maxheight-175{max-height:175px}.maxheight-180{max-height:180px}.maxheight-185{max-height:185px}.maxheight-190{max-height:190px}.maxheight-195{max-height:195px}.maxheight-200{max-height:200px}.maxheight-205{max-height:205px}.maxheight-210{max-height:210px}.maxheight-215{max-height:215px}.maxheight-220{max-height:220px}.maxheight-225{max-height:225px}.maxheight-230{max-height:230px}.maxheight-235{max-height:235px}.maxheight-240{max-height:240px}.maxheight-245{max-height:245px}.maxheight-250{max-height:250px}.maxheight-255{max-height:255px}.maxheight-260{max-height:260px}.maxheight-265{max-height:265px}.maxheight-270{max-height:270px}.maxheight-275{max-height:275px}.maxheight-280{max-height:280px}.maxheight-285{max-height:285px}.maxheight-290{max-height:290px}.maxheight-295{max-height:295px}.maxheight-300{max-height:300px}

