@charset "UTF-8";
html{box-sizing:border-box;-ms-overflow-style:scrollbar;}
*,
*::before,
*::after{box-sizing:inherit;}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media(min-width:576px){
.container, .container-sm{max-width:540px;}
}
@media(min-width:768px){
.container, .container-sm, .container-md{max-width:720px;}
}
@media(min-width:992px){
.container, .container-sm, .container-md, .container-lg{max-width:960px;}
}
@media(min-width:1200px){
.container, .container-sm, .container-md, .container-lg, .container-xl{max-width:1140px;}
}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.no-gutters{margin-right:0;margin-left:0;}
.no-gutters > .col, .no-gutters > [class*="col-"]{padding-right:0;padding-left:0;}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px;}
.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.row-cols-1 > *{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.row-cols-2 > *{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.row-cols-3 > *{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.row-cols-4 > *{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.row-cols-5 > *{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}
.row-cols-6 > *{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}
.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-first{-ms-flex-order:-1;order:-1;}
.order-last{-ms-flex-order:13;order:13;}
.order-0{-ms-flex-order:0;order:0;}
.order-1{-ms-flex-order:1;order:1;}
.order-2{-ms-flex-order:2;order:2;}
.order-3{-ms-flex-order:3;order:3;}
.order-4{-ms-flex-order:4;order:4;}
.order-5{-ms-flex-order:5;order:5;}
.order-6{-ms-flex-order:6;order:6;}
.order-7{-ms-flex-order:7;order:7;}
.order-8{-ms-flex-order:8;order:8;}
.order-9{-ms-flex-order:9;order:9;}
.order-10{-ms-flex-order:10;order:10;}
.order-11{-ms-flex-order:11;order:11;}
.order-12{-ms-flex-order:12;order:12;}
.offset-1{margin-left:8.333333%;}
.offset-2{margin-left:16.666667%;}
.offset-3{margin-left:25%;}
.offset-4{margin-left:33.333333%;}
.offset-5{margin-left:41.666667%;}
.offset-6{margin-left:50%;}
.offset-7{margin-left:58.333333%;}
.offset-8{margin-left:66.666667%;}
.offset-9{margin-left:75%;}
.offset-10{margin-left:83.333333%;}
.offset-11{margin-left:91.666667%;}
@media(min-width:576px){
.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.row-cols-sm-1 > *{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.row-cols-sm-2 > *{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.row-cols-sm-3 > *{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.row-cols-sm-4 > *{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.row-cols-sm-5 > *{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}
.row-cols-sm-6 > *{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}
.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-sm-first{-ms-flex-order:-1;order:-1;}
.order-sm-last{-ms-flex-order:13;order:13;}
.order-sm-0{-ms-flex-order:0;order:0;}
.order-sm-1{-ms-flex-order:1;order:1;}
.order-sm-2{-ms-flex-order:2;order:2;}
.order-sm-3{-ms-flex-order:3;order:3;}
.order-sm-4{-ms-flex-order:4;order:4;}
.order-sm-5{-ms-flex-order:5;order:5;}
.order-sm-6{-ms-flex-order:6;order:6;}
.order-sm-7{-ms-flex-order:7;order:7;}
.order-sm-8{-ms-flex-order:8;order:8;}
.order-sm-9{-ms-flex-order:9;order:9;}
.order-sm-10{-ms-flex-order:10;order:10;}
.order-sm-11{-ms-flex-order:11;order:11;}
.order-sm-12{-ms-flex-order:12;order:12;}
.offset-sm-0{margin-left:0;}
.offset-sm-1{margin-left:8.333333%;}
.offset-sm-2{margin-left:16.666667%;}
.offset-sm-3{margin-left:25%;}
.offset-sm-4{margin-left:33.333333%;}
.offset-sm-5{margin-left:41.666667%;}
.offset-sm-6{margin-left:50%;}
.offset-sm-7{margin-left:58.333333%;}
.offset-sm-8{margin-left:66.666667%;}
.offset-sm-9{margin-left:75%;}
.offset-sm-10{margin-left:83.333333%;}
.offset-sm-11{margin-left:91.666667%;}
}
@media(min-width:768px){
.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.row-cols-md-1 > *{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.row-cols-md-2 > *{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.row-cols-md-3 > *{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.row-cols-md-4 > *{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.row-cols-md-5 > *{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}
.row-cols-md-6 > *{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}
.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-md-first{-ms-flex-order:-1;order:-1;}
.order-md-last{-ms-flex-order:13;order:13;}
.order-md-0{-ms-flex-order:0;order:0;}
.order-md-1{-ms-flex-order:1;order:1;}
.order-md-2{-ms-flex-order:2;order:2;}
.order-md-3{-ms-flex-order:3;order:3;}
.order-md-4{-ms-flex-order:4;order:4;}
.order-md-5{-ms-flex-order:5;order:5;}
.order-md-6{-ms-flex-order:6;order:6;}
.order-md-7{-ms-flex-order:7;order:7;}
.order-md-8{-ms-flex-order:8;order:8;}
.order-md-9{-ms-flex-order:9;order:9;}
.order-md-10{-ms-flex-order:10;order:10;}
.order-md-11{-ms-flex-order:11;order:11;}
.order-md-12{-ms-flex-order:12;order:12;}
.offset-md-0{margin-left:0;}
.offset-md-1{margin-left:8.333333%;}
.offset-md-2{margin-left:16.666667%;}
.offset-md-3{margin-left:25%;}
.offset-md-4{margin-left:33.333333%;}
.offset-md-5{margin-left:41.666667%;}
.offset-md-6{margin-left:50%;}
.offset-md-7{margin-left:58.333333%;}
.offset-md-8{margin-left:66.666667%;}
.offset-md-9{margin-left:75%;}
.offset-md-10{margin-left:83.333333%;}
.offset-md-11{margin-left:91.666667%;}
}
@media(min-width:992px){
.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.row-cols-lg-1 > *{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.row-cols-lg-2 > *{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.row-cols-lg-3 > *{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.row-cols-lg-4 > *{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.row-cols-lg-5 > *{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}
.row-cols-lg-6 > *{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}
.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-lg-first{-ms-flex-order:-1;order:-1;}
.order-lg-last{-ms-flex-order:13;order:13;}
.order-lg-0{-ms-flex-order:0;order:0;}
.order-lg-1{-ms-flex-order:1;order:1;}
.order-lg-2{-ms-flex-order:2;order:2;}
.order-lg-3{-ms-flex-order:3;order:3;}
.order-lg-4{-ms-flex-order:4;order:4;}
.order-lg-5{-ms-flex-order:5;order:5;}
.order-lg-6{-ms-flex-order:6;order:6;}
.order-lg-7{-ms-flex-order:7;order:7;}
.order-lg-8{-ms-flex-order:8;order:8;}
.order-lg-9{-ms-flex-order:9;order:9;}
.order-lg-10{-ms-flex-order:10;order:10;}
.order-lg-11{-ms-flex-order:11;order:11;}
.order-lg-12{-ms-flex-order:12;order:12;}
.offset-lg-0{margin-left:0;}
.offset-lg-1{margin-left:8.333333%;}
.offset-lg-2{margin-left:16.666667%;}
.offset-lg-3{margin-left:25%;}
.offset-lg-4{margin-left:33.333333%;}
.offset-lg-5{margin-left:41.666667%;}
.offset-lg-6{margin-left:50%;}
.offset-lg-7{margin-left:58.333333%;}
.offset-lg-8{margin-left:66.666667%;}
.offset-lg-9{margin-left:75%;}
.offset-lg-10{margin-left:83.333333%;}
.offset-lg-11{margin-left:91.666667%;}
}
@media(min-width:1200px){
.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.row-cols-xl-1 > *{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.row-cols-xl-2 > *{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.row-cols-xl-3 > *{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.row-cols-xl-4 > *{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.row-cols-xl-5 > *{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}
.row-cols-xl-6 > *{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}
.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-xl-first{-ms-flex-order:-1;order:-1;}
.order-xl-last{-ms-flex-order:13;order:13;}
.order-xl-0{-ms-flex-order:0;order:0;}
.order-xl-1{-ms-flex-order:1;order:1;}
.order-xl-2{-ms-flex-order:2;order:2;}
.order-xl-3{-ms-flex-order:3;order:3;}
.order-xl-4{-ms-flex-order:4;order:4;}
.order-xl-5{-ms-flex-order:5;order:5;}
.order-xl-6{-ms-flex-order:6;order:6;}
.order-xl-7{-ms-flex-order:7;order:7;}
.order-xl-8{-ms-flex-order:8;order:8;}
.order-xl-9{-ms-flex-order:9;order:9;}
.order-xl-10{-ms-flex-order:10;order:10;}
.order-xl-11{-ms-flex-order:11;order:11;}
.order-xl-12{-ms-flex-order:12;order:12;}
.offset-xl-0{margin-left:0;}
.offset-xl-1{margin-left:8.333333%;}
.offset-xl-2{margin-left:16.666667%;}
.offset-xl-3{margin-left:25%;}
.offset-xl-4{margin-left:33.333333%;}
.offset-xl-5{margin-left:41.666667%;}
.offset-xl-6{margin-left:50%;}
.offset-xl-7{margin-left:58.333333%;}
.offset-xl-8{margin-left:66.666667%;}
.offset-xl-9{margin-left:75%;}
.offset-xl-10{margin-left:83.333333%;}
.offset-xl-11{margin-left:91.666667%;}
}
.d-none{display:none !important;}
.d-inline{display:inline !important;}
.d-inline-block{display:inline-block !important;}
.d-block{display:block !important;}
.d-table{display:table !important;}
.d-table-row{display:table-row !important;}
.d-table-cell{display:table-cell !important;}
.d-flex{display:-ms-flexbox !important;display:flex !important;}
.d-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important;}
@media(min-width:576px){
.d-sm-none{display:none !important;}
.d-sm-inline{display:inline !important;}
.d-sm-inline-block{display:inline-block !important;}
.d-sm-block{display:block !important;}
.d-sm-table{display:table !important;}
.d-sm-table-row{display:table-row !important;}
.d-sm-table-cell{display:table-cell !important;}
.d-sm-flex{display:-ms-flexbox !important;display:flex !important;}
.d-sm-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important;}
}
@media(min-width:768px){
.d-md-none{display:none !important;}
.d-md-inline{display:inline !important;}
.d-md-inline-block{display:inline-block !important;}
.d-md-block{display:block !important;}
.d-md-table{display:table !important;}
.d-md-table-row{display:table-row !important;}
.d-md-table-cell{display:table-cell !important;}
.d-md-flex{display:-ms-flexbox !important;display:flex !important;}
.d-md-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important;}
}
@media(min-width:992px){
.d-lg-none{display:none !important;}
.d-lg-inline{display:inline !important;}
.d-lg-inline-block{display:inline-block !important;}
.d-lg-block{display:block !important;}
.d-lg-table{display:table !important;}
.d-lg-table-row{display:table-row !important;}
.d-lg-table-cell{display:table-cell !important;}
.d-lg-flex{display:-ms-flexbox !important;display:flex !important;}
.d-lg-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important;}
}
@media(min-width:1200px){
.d-xl-none{display:none !important;}
.d-xl-inline{display:inline !important;}
.d-xl-inline-block{display:inline-block !important;}
.d-xl-block{display:block !important;}
.d-xl-table{display:table !important;}
.d-xl-table-row{display:table-row !important;}
.d-xl-table-cell{display:table-cell !important;}
.d-xl-flex{display:-ms-flexbox !important;display:flex !important;}
.d-xl-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important;}
}
@media print {
.d-print-none{display:none !important;}
.d-print-inline{display:inline !important;}
.d-print-inline-block{display:inline-block !important;}
.d-print-block{display:block !important;}
.d-print-table{display:table !important;}
.d-print-table-row{display:table-row !important;}
.d-print-table-cell{display:table-cell !important;}
.d-print-flex{display:-ms-flexbox !important;display:flex !important;}
.d-print-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important;}
}
.flex-row{-ms-flex-direction:row !important;flex-direction:row !important;}
.flex-column{-ms-flex-direction:column !important;flex-direction:column !important;}
.flex-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}
.flex-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}
.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}
.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}
.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}
.flex-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important;}
.flex-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important;}
.flex-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important;}
.flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}
.flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}
.justify-content-start{-ms-flex-pack:start !important;justify-content:flex-start !important;}
.justify-content-end{-ms-flex-pack:end !important;justify-content:flex-end !important;}
.justify-content-center{-ms-flex-pack:center !important;justify-content:center !important;}
.justify-content-between{-ms-flex-pack:justify !important;justify-content:space-between !important;}
.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}
.align-items-start{-ms-flex-align:start !important;align-items:flex-start !important;}
.align-items-end{-ms-flex-align:end !important;align-items:flex-end !important;}
.align-items-center{-ms-flex-align:center !important;align-items:center !important;}
.align-items-baseline{-ms-flex-align:baseline !important;align-items:baseline !important;}
.align-items-stretch{-ms-flex-align:stretch !important;align-items:stretch !important;}
.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}
.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}
.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important;}
.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}
.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}
.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}
.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}
.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}
.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}
.align-self-center{-ms-flex-item-align:center !important;align-self:center !important;}
.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}
.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}
@media(min-width:576px){
.flex-sm-row{-ms-flex-direction:row !important;flex-direction:row !important;}
.flex-sm-column{-ms-flex-direction:column !important;flex-direction:column !important;}
.flex-sm-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}
.flex-sm-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}
.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}
.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}
.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}
.flex-sm-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important;}
.flex-sm-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important;}
.flex-sm-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important;}
.flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}
.flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}
.justify-content-sm-start{-ms-flex-pack:start !important;justify-content:flex-start !important;}
.justify-content-sm-end{-ms-flex-pack:end !important;justify-content:flex-end !important;}
.justify-content-sm-center{-ms-flex-pack:center !important;justify-content:center !important;}
.justify-content-sm-between{-ms-flex-pack:justify !important;justify-content:space-between !important;}
.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}
.align-items-sm-start{-ms-flex-align:start !important;align-items:flex-start !important;}
.align-items-sm-end{-ms-flex-align:end !important;align-items:flex-end !important;}
.align-items-sm-center{-ms-flex-align:center !important;align-items:center !important;}
.align-items-sm-baseline{-ms-flex-align:baseline !important;align-items:baseline !important;}
.align-items-sm-stretch{-ms-flex-align:stretch !important;align-items:stretch !important;}
.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}
.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}
.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important;}
.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}
.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}
.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}
.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}
.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}
.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}
.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important;}
.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}
.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}
}
@media(min-width:768px){
.flex-md-row{-ms-flex-direction:row !important;flex-direction:row !important;}
.flex-md-column{-ms-flex-direction:column !important;flex-direction:column !important;}
.flex-md-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}
.flex-md-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}
.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}
.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}
.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}
.flex-md-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important;}
.flex-md-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important;}
.flex-md-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important;}
.flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}
.flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}
.justify-content-md-start{-ms-flex-pack:start !important;justify-content:flex-start !important;}
.justify-content-md-end{-ms-flex-pack:end !important;justify-content:flex-end !important;}
.justify-content-md-center{-ms-flex-pack:center !important;justify-content:center !important;}
.justify-content-md-between{-ms-flex-pack:justify !important;justify-content:space-between !important;}
.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}
.align-items-md-start{-ms-flex-align:start !important;align-items:flex-start !important;}
.align-items-md-end{-ms-flex-align:end !important;align-items:flex-end !important;}
.align-items-md-center{-ms-flex-align:center !important;align-items:center !important;}
.align-items-md-baseline{-ms-flex-align:baseline !important;align-items:baseline !important;}
.align-items-md-stretch{-ms-flex-align:stretch !important;align-items:stretch !important;}
.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}
.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}
.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important;}
.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}
.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}
.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}
.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}
.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}
.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}
.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important;}
.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}
.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}
}
@media(min-width:992px){
.flex-lg-row{-ms-flex-direction:row !important;flex-direction:row !important;}
.flex-lg-column{-ms-flex-direction:column !important;flex-direction:column !important;}
.flex-lg-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}
.flex-lg-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}
.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}
.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}
.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}
.flex-lg-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important;}
.flex-lg-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important;}
.flex-lg-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important;}
.flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}
.flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}
.justify-content-lg-start{-ms-flex-pack:start !important;justify-content:flex-start !important;}
.justify-content-lg-end{-ms-flex-pack:end !important;justify-content:flex-end !important;}
.justify-content-lg-center{-ms-flex-pack:center !important;justify-content:center !important;}
.justify-content-lg-between{-ms-flex-pack:justify !important;justify-content:space-between !important;}
.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}
.align-items-lg-start{-ms-flex-align:start !important;align-items:flex-start !important;}
.align-items-lg-end{-ms-flex-align:end !important;align-items:flex-end !important;}
.align-items-lg-center{-ms-flex-align:center !important;align-items:center !important;}
.align-items-lg-baseline{-ms-flex-align:baseline !important;align-items:baseline !important;}
.align-items-lg-stretch{-ms-flex-align:stretch !important;align-items:stretch !important;}
.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}
.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}
.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important;}
.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}
.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}
.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}
.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}
.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}
.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}
.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important;}
.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}
.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}
}
@media(min-width:1200px){
.flex-xl-row{-ms-flex-direction:row !important;flex-direction:row !important;}
.flex-xl-column{-ms-flex-direction:column !important;flex-direction:column !important;}
.flex-xl-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}
.flex-xl-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}
.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}
.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}
.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}
.flex-xl-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important;}
.flex-xl-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important;}
.flex-xl-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important;}
.flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}
.flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}
.justify-content-xl-start{-ms-flex-pack:start !important;justify-content:flex-start !important;}
.justify-content-xl-end{-ms-flex-pack:end !important;justify-content:flex-end !important;}
.justify-content-xl-center{-ms-flex-pack:center !important;justify-content:center !important;}
.justify-content-xl-between{-ms-flex-pack:justify !important;justify-content:space-between !important;}
.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}
.align-items-xl-start{-ms-flex-align:start !important;align-items:flex-start !important;}
.align-items-xl-end{-ms-flex-align:end !important;align-items:flex-end !important;}
.align-items-xl-center{-ms-flex-align:center !important;align-items:center !important;}
.align-items-xl-baseline{-ms-flex-align:baseline !important;align-items:baseline !important;}
.align-items-xl-stretch{-ms-flex-align:stretch !important;align-items:stretch !important;}
.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}
.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}
.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important;}
.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}
.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}
.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}
.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}
.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}
.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}
.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important;}
.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}
.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}
}
.m-0{margin:0 !important;}
.mt-0, .my-0{margin-top:0 !important;}
.mr-0, .mx-0{margin-right:0 !important;}
.mb-0, .my-0{margin-bottom:0 !important;}
.ml-0, .mx-0{margin-left:0 !important;}
.m-1{margin:0.25rem !important;}
.mt-1, .my-1{margin-top:0.25rem !important;}
.mr-1, .mx-1{margin-right:0.25rem !important;}
.mb-1, .my-1{margin-bottom:0.25rem !important;}
.ml-1, .mx-1{margin-left:0.25rem !important;}
.m-2{margin:0.5rem !important;}
.mt-2, .my-2{margin-top:0.5rem !important;}
.mr-2, .mx-2{margin-right:0.5rem !important;}
.mb-2, .my-2{margin-bottom:0.5rem !important;}
.ml-2, .mx-2{margin-left:0.5rem !important;}
.m-3{margin:1rem !important;}
.mt-3, .my-3{margin-top:1rem !important;}
.mr-3, .mx-3{margin-right:1rem !important;}
.mb-3, .my-3{margin-bottom:1rem !important;}
.ml-3, .mx-3{margin-left:1rem !important;}
.m-4{margin:1.5rem !important;}
.mt-4, .my-4{margin-top:1.5rem !important;}
.mr-4, .mx-4{margin-right:1.5rem !important;}
.mb-4, .my-4{margin-bottom:1.5rem !important;}
.ml-4, .mx-4{margin-left:1.5rem !important;}
.m-5{margin:3rem !important;}
.mt-5, .my-5{margin-top:3rem !important;}
.mr-5, .mx-5{margin-right:3rem !important;}
.mb-5, .my-5{margin-bottom:3rem !important;}
.ml-5, .mx-5{margin-left:3rem !important;}
.p-0{padding:0 !important;}
.pt-0, .py-0{padding-top:0 !important;}
.pr-0, .px-0{padding-right:0 !important;}
.pb-0, .py-0{padding-bottom:0 !important;}
.pl-0, .px-0{padding-left:0 !important;}
.p-1{padding:0.25rem !important;}
.pt-1, .py-1{padding-top:0.25rem !important;}
.pr-1, .px-1{padding-right:0.25rem !important;}
.pb-1, .py-1{padding-bottom:0.25rem !important;}
.pl-1, .px-1{padding-left:0.25rem !important;}
.p-2{padding:0.5rem !important;}
.pt-2, .py-2{padding-top:0.5rem !important;}
.pr-2, .px-2{padding-right:0.5rem !important;}
.pb-2, .py-2{padding-bottom:0.5rem !important;}
.pl-2, .px-2{padding-left:0.5rem !important;}
.p-3{padding:1rem !important;}
.pt-3, .py-3{padding-top:1rem !important;}
.pr-3, .px-3{padding-right:1rem !important;}
.pb-3, .py-3{padding-bottom:1rem !important;}
.pl-3, .px-3{padding-left:1rem !important;}
.p-4{padding:1.5rem !important;}
.pt-4, .py-4{padding-top:1.5rem !important;}
.pr-4, .px-4{padding-right:1.5rem !important;}
.pb-4, .py-4{padding-bottom:1.5rem !important;}
.pl-4, .px-4{padding-left:1.5rem !important;}
.p-5{padding:3rem !important;}
.pt-5, .py-5{padding-top:3rem !important;}
.pr-5, .px-5{padding-right:3rem !important;}
.pb-5, .py-5{padding-bottom:3rem !important;}
.pl-5, .px-5{padding-left:3rem !important;}
.m-n1{margin:-0.25rem !important;}
.mt-n1, .my-n1{margin-top:-0.25rem !important;}
.mr-n1, .mx-n1{margin-right:-0.25rem !important;}
.mb-n1, .my-n1{margin-bottom:-0.25rem !important;}
.ml-n1, .mx-n1{margin-left:-0.25rem !important;}
.m-n2{margin:-0.5rem !important;}
.mt-n2, .my-n2{margin-top:-0.5rem !important;}
.mr-n2, .mx-n2{margin-right:-0.5rem !important;}
.mb-n2, .my-n2{margin-bottom:-0.5rem !important;}
.ml-n2, .mx-n2{margin-left:-0.5rem !important;}
.m-n3{margin:-1rem !important;}
.mt-n3, .my-n3{margin-top:-1rem !important;}
.mr-n3, .mx-n3{margin-right:-1rem !important;}
.mb-n3, .my-n3{margin-bottom:-1rem !important;}
.ml-n3, .mx-n3{margin-left:-1rem !important;}
.m-n4{margin:-1.5rem !important;}
.mt-n4, .my-n4{margin-top:-1.5rem !important;}
.mr-n4, .mx-n4{margin-right:-1.5rem !important;}
.mb-n4, .my-n4{margin-bottom:-1.5rem !important;}
.ml-n4, .mx-n4{margin-left:-1.5rem !important;}
.m-n5{margin:-3rem !important;}
.mt-n5, .my-n5{margin-top:-3rem !important;}
.mr-n5, .mx-n5{margin-right:-3rem !important;}
.mb-n5, .my-n5{margin-bottom:-3rem !important;}
.ml-n5, .mx-n5{margin-left:-3rem !important;}
.m-auto{margin:auto !important;}
.mt-auto, .my-auto{margin-top:auto !important;}
.mr-auto, .mx-auto{margin-right:auto !important;}
.mb-auto, .my-auto{margin-bottom:auto !important;}
.ml-auto, .mx-auto{margin-left:auto !important;}
@media(min-width:576px){
.m-sm-0{margin:0 !important;}
.mt-sm-0, .my-sm-0{margin-top:0 !important;}
.mr-sm-0, .mx-sm-0{margin-right:0 !important;}
.mb-sm-0, .my-sm-0{margin-bottom:0 !important;}
.ml-sm-0, .mx-sm-0{margin-left:0 !important;}
.m-sm-1{margin:0.25rem !important;}
.mt-sm-1, .my-sm-1{margin-top:0.25rem !important;}
.mr-sm-1, .mx-sm-1{margin-right:0.25rem !important;}
.mb-sm-1, .my-sm-1{margin-bottom:0.25rem !important;}
.ml-sm-1, .mx-sm-1{margin-left:0.25rem !important;}
.m-sm-2{margin:0.5rem !important;}
.mt-sm-2, .my-sm-2{margin-top:0.5rem !important;}
.mr-sm-2, .mx-sm-2{margin-right:0.5rem !important;}
.mb-sm-2, .my-sm-2{margin-bottom:0.5rem !important;}
.ml-sm-2, .mx-sm-2{margin-left:0.5rem !important;}
.m-sm-3{margin:1rem !important;}
.mt-sm-3, .my-sm-3{margin-top:1rem !important;}
.mr-sm-3, .mx-sm-3{margin-right:1rem !important;}
.mb-sm-3, .my-sm-3{margin-bottom:1rem !important;}
.ml-sm-3, .mx-sm-3{margin-left:1rem !important;}
.m-sm-4{margin:1.5rem !important;}
.mt-sm-4, .my-sm-4{margin-top:1.5rem !important;}
.mr-sm-4, .mx-sm-4{margin-right:1.5rem !important;}
.mb-sm-4, .my-sm-4{margin-bottom:1.5rem !important;}
.ml-sm-4, .mx-sm-4{margin-left:1.5rem !important;}
.m-sm-5{margin:3rem !important;}
.mt-sm-5, .my-sm-5{margin-top:3rem !important;}
.mr-sm-5, .mx-sm-5{margin-right:3rem !important;}
.mb-sm-5, .my-sm-5{margin-bottom:3rem !important;}
.ml-sm-5, .mx-sm-5{margin-left:3rem !important;}
.p-sm-0{padding:0 !important;}
.pt-sm-0, .py-sm-0{padding-top:0 !important;}
.pr-sm-0, .px-sm-0{padding-right:0 !important;}
.pb-sm-0, .py-sm-0{padding-bottom:0 !important;}
.pl-sm-0, .px-sm-0{padding-left:0 !important;}
.p-sm-1{padding:0.25rem !important;}
.pt-sm-1, .py-sm-1{padding-top:0.25rem !important;}
.pr-sm-1, .px-sm-1{padding-right:0.25rem !important;}
.pb-sm-1, .py-sm-1{padding-bottom:0.25rem !important;}
.pl-sm-1, .px-sm-1{padding-left:0.25rem !important;}
.p-sm-2{padding:0.5rem !important;}
.pt-sm-2, .py-sm-2{padding-top:0.5rem !important;}
.pr-sm-2, .px-sm-2{padding-right:0.5rem !important;}
.pb-sm-2, .py-sm-2{padding-bottom:0.5rem !important;}
.pl-sm-2, .px-sm-2{padding-left:0.5rem !important;}
.p-sm-3{padding:1rem !important;}
.pt-sm-3, .py-sm-3{padding-top:1rem !important;}
.pr-sm-3, .px-sm-3{padding-right:1rem !important;}
.pb-sm-3, .py-sm-3{padding-bottom:1rem !important;}
.pl-sm-3, .px-sm-3{padding-left:1rem !important;}
.p-sm-4{padding:1.5rem !important;}
.pt-sm-4, .py-sm-4{padding-top:1.5rem !important;}
.pr-sm-4, .px-sm-4{padding-right:1.5rem !important;}
.pb-sm-4, .py-sm-4{padding-bottom:1.5rem !important;}
.pl-sm-4, .px-sm-4{padding-left:1.5rem !important;}
.p-sm-5{padding:3rem !important;}
.pt-sm-5, .py-sm-5{padding-top:3rem !important;}
.pr-sm-5, .px-sm-5{padding-right:3rem !important;}
.pb-sm-5, .py-sm-5{padding-bottom:3rem !important;}
.pl-sm-5, .px-sm-5{padding-left:3rem !important;}
.m-sm-n1{margin:-0.25rem !important;}
.mt-sm-n1, .my-sm-n1{margin-top:-0.25rem !important;}
.mr-sm-n1, .mx-sm-n1{margin-right:-0.25rem !important;}
.mb-sm-n1, .my-sm-n1{margin-bottom:-0.25rem !important;}
.ml-sm-n1, .mx-sm-n1{margin-left:-0.25rem !important;}
.m-sm-n2{margin:-0.5rem !important;}
.mt-sm-n2, .my-sm-n2{margin-top:-0.5rem !important;}
.mr-sm-n2, .mx-sm-n2{margin-right:-0.5rem !important;}
.mb-sm-n2, .my-sm-n2{margin-bottom:-0.5rem !important;}
.ml-sm-n2, .mx-sm-n2{margin-left:-0.5rem !important;}
.m-sm-n3{margin:-1rem !important;}
.mt-sm-n3, .my-sm-n3{margin-top:-1rem !important;}
.mr-sm-n3, .mx-sm-n3{margin-right:-1rem !important;}
.mb-sm-n3, .my-sm-n3{margin-bottom:-1rem !important;}
.ml-sm-n3, .mx-sm-n3{margin-left:-1rem !important;}
.m-sm-n4{margin:-1.5rem !important;}
.mt-sm-n4, .my-sm-n4{margin-top:-1.5rem !important;}
.mr-sm-n4, .mx-sm-n4{margin-right:-1.5rem !important;}
.mb-sm-n4, .my-sm-n4{margin-bottom:-1.5rem !important;}
.ml-sm-n4, .mx-sm-n4{margin-left:-1.5rem !important;}
.m-sm-n5{margin:-3rem !important;}
.mt-sm-n5, .my-sm-n5{margin-top:-3rem !important;}
.mr-sm-n5, .mx-sm-n5{margin-right:-3rem !important;}
.mb-sm-n5, .my-sm-n5{margin-bottom:-3rem !important;}
.ml-sm-n5, .mx-sm-n5{margin-left:-3rem !important;}
.m-sm-auto{margin:auto !important;}
.mt-sm-auto, .my-sm-auto{margin-top:auto !important;}
.mr-sm-auto, .mx-sm-auto{margin-right:auto !important;}
.mb-sm-auto, .my-sm-auto{margin-bottom:auto !important;}
.ml-sm-auto, .mx-sm-auto{margin-left:auto !important;}
}
@media(min-width:768px){
.m-md-0{margin:0 !important;}
.mt-md-0, .my-md-0{margin-top:0 !important;}
.mr-md-0, .mx-md-0{margin-right:0 !important;}
.mb-md-0, .my-md-0{margin-bottom:0 !important;}
.ml-md-0, .mx-md-0{margin-left:0 !important;}
.m-md-1{margin:0.25rem !important;}
.mt-md-1, .my-md-1{margin-top:0.25rem !important;}
.mr-md-1, .mx-md-1{margin-right:0.25rem !important;}
.mb-md-1, .my-md-1{margin-bottom:0.25rem !important;}
.ml-md-1, .mx-md-1{margin-left:0.25rem !important;}
.m-md-2{margin:0.5rem !important;}
.mt-md-2, .my-md-2{margin-top:0.5rem !important;}
.mr-md-2, .mx-md-2{margin-right:0.5rem !important;}
.mb-md-2, .my-md-2{margin-bottom:0.5rem !important;}
.ml-md-2, .mx-md-2{margin-left:0.5rem !important;}
.m-md-3{margin:1rem !important;}
.mt-md-3, .my-md-3{margin-top:1rem !important;}
.mr-md-3, .mx-md-3{margin-right:1rem !important;}
.mb-md-3, .my-md-3{margin-bottom:1rem !important;}
.ml-md-3, .mx-md-3{margin-left:1rem !important;}
.m-md-4{margin:1.5rem !important;}
.mt-md-4, .my-md-4{margin-top:1.5rem !important;}
.mr-md-4, .mx-md-4{margin-right:1.5rem !important;}
.mb-md-4, .my-md-4{margin-bottom:1.5rem !important;}
.ml-md-4, .mx-md-4{margin-left:1.5rem !important;}
.m-md-5{margin:3rem !important;}
.mt-md-5, .my-md-5{margin-top:3rem !important;}
.mr-md-5, .mx-md-5{margin-right:3rem !important;}
.mb-md-5, .my-md-5{margin-bottom:3rem !important;}
.ml-md-5, .mx-md-5{margin-left:3rem !important;}
.p-md-0{padding:0 !important;}
.pt-md-0, .py-md-0{padding-top:0 !important;}
.pr-md-0, .px-md-0{padding-right:0 !important;}
.pb-md-0, .py-md-0{padding-bottom:0 !important;}
.pl-md-0, .px-md-0{padding-left:0 !important;}
.p-md-1{padding:0.25rem !important;}
.pt-md-1, .py-md-1{padding-top:0.25rem !important;}
.pr-md-1, .px-md-1{padding-right:0.25rem !important;}
.pb-md-1, .py-md-1{padding-bottom:0.25rem !important;}
.pl-md-1, .px-md-1{padding-left:0.25rem !important;}
.p-md-2{padding:0.5rem !important;}
.pt-md-2, .py-md-2{padding-top:0.5rem !important;}
.pr-md-2, .px-md-2{padding-right:0.5rem !important;}
.pb-md-2, .py-md-2{padding-bottom:0.5rem !important;}
.pl-md-2, .px-md-2{padding-left:0.5rem !important;}
.p-md-3{padding:1rem !important;}
.pt-md-3, .py-md-3{padding-top:1rem !important;}
.pr-md-3, .px-md-3{padding-right:1rem !important;}
.pb-md-3, .py-md-3{padding-bottom:1rem !important;}
.pl-md-3, .px-md-3{padding-left:1rem !important;}
.p-md-4{padding:1.5rem !important;}
.pt-md-4, .py-md-4{padding-top:1.5rem !important;}
.pr-md-4, .px-md-4{padding-right:1.5rem !important;}
.pb-md-4, .py-md-4{padding-bottom:1.5rem !important;}
.pl-md-4, .px-md-4{padding-left:1.5rem !important;}
.p-md-5{padding:3rem !important;}
.pt-md-5, .py-md-5{padding-top:3rem !important;}
.pr-md-5, .px-md-5{padding-right:3rem !important;}
.pb-md-5, .py-md-5{padding-bottom:3rem !important;}
.pl-md-5, .px-md-5{padding-left:3rem !important;}
.m-md-n1{margin:-0.25rem !important;}
.mt-md-n1, .my-md-n1{margin-top:-0.25rem !important;}
.mr-md-n1, .mx-md-n1{margin-right:-0.25rem !important;}
.mb-md-n1, .my-md-n1{margin-bottom:-0.25rem !important;}
.ml-md-n1, .mx-md-n1{margin-left:-0.25rem !important;}
.m-md-n2{margin:-0.5rem !important;}
.mt-md-n2, .my-md-n2{margin-top:-0.5rem !important;}
.mr-md-n2, .mx-md-n2{margin-right:-0.5rem !important;}
.mb-md-n2, .my-md-n2{margin-bottom:-0.5rem !important;}
.ml-md-n2, .mx-md-n2{margin-left:-0.5rem !important;}
.m-md-n3{margin:-1rem !important;}
.mt-md-n3, .my-md-n3{margin-top:-1rem !important;}
.mr-md-n3, .mx-md-n3{margin-right:-1rem !important;}
.mb-md-n3, .my-md-n3{margin-bottom:-1rem !important;}
.ml-md-n3, .mx-md-n3{margin-left:-1rem !important;}
.m-md-n4{margin:-1.5rem !important;}
.mt-md-n4, .my-md-n4{margin-top:-1.5rem !important;}
.mr-md-n4, .mx-md-n4{margin-right:-1.5rem !important;}
.mb-md-n4, .my-md-n4{margin-bottom:-1.5rem !important;}
.ml-md-n4, .mx-md-n4{margin-left:-1.5rem !important;}
.m-md-n5{margin:-3rem !important;}
.mt-md-n5, .my-md-n5{margin-top:-3rem !important;}
.mr-md-n5, .mx-md-n5{margin-right:-3rem !important;}
.mb-md-n5, .my-md-n5{margin-bottom:-3rem !important;}
.ml-md-n5, .mx-md-n5{margin-left:-3rem !important;}
.m-md-auto{margin:auto !important;}
.mt-md-auto, .my-md-auto{margin-top:auto !important;}
.mr-md-auto, .mx-md-auto{margin-right:auto !important;}
.mb-md-auto, .my-md-auto{margin-bottom:auto !important;}
.ml-md-auto, .mx-md-auto{margin-left:auto !important;}
}
@media(min-width:992px){
.m-lg-0{margin:0 !important;}
.mt-lg-0, .my-lg-0{margin-top:0 !important;}
.mr-lg-0, .mx-lg-0{margin-right:0 !important;}
.mb-lg-0, .my-lg-0{margin-bottom:0 !important;}
.ml-lg-0, .mx-lg-0{margin-left:0 !important;}
.m-lg-1{margin:0.25rem !important;}
.mt-lg-1, .my-lg-1{margin-top:0.25rem !important;}
.mr-lg-1, .mx-lg-1{margin-right:0.25rem !important;}
.mb-lg-1, .my-lg-1{margin-bottom:0.25rem !important;}
.ml-lg-1, .mx-lg-1{margin-left:0.25rem !important;}
.m-lg-2{margin:0.5rem !important;}
.mt-lg-2, .my-lg-2{margin-top:0.5rem !important;}
.mr-lg-2, .mx-lg-2{margin-right:0.5rem !important;}
.mb-lg-2, .my-lg-2{margin-bottom:0.5rem !important;}
.ml-lg-2, .mx-lg-2{margin-left:0.5rem !important;}
.m-lg-3{margin:1rem !important;}
.mt-lg-3, .my-lg-3{margin-top:1rem !important;}
.mr-lg-3, .mx-lg-3{margin-right:1rem !important;}
.mb-lg-3, .my-lg-3{margin-bottom:1rem !important;}
.ml-lg-3, .mx-lg-3{margin-left:1rem !important;}
.m-lg-4{margin:1.5rem !important;}
.mt-lg-4, .my-lg-4{margin-top:1.5rem !important;}
.mr-lg-4, .mx-lg-4{margin-right:1.5rem !important;}
.mb-lg-4, .my-lg-4{margin-bottom:1.5rem !important;}
.ml-lg-4, .mx-lg-4{margin-left:1.5rem !important;}
.m-lg-5{margin:3rem !important;}
.mt-lg-5, .my-lg-5{margin-top:3rem !important;}
.mr-lg-5, .mx-lg-5{margin-right:3rem !important;}
.mb-lg-5, .my-lg-5{margin-bottom:3rem !important;}
.ml-lg-5, .mx-lg-5{margin-left:3rem !important;}
.p-lg-0{padding:0 !important;}
.pt-lg-0, .py-lg-0{padding-top:0 !important;}
.pr-lg-0, .px-lg-0{padding-right:0 !important;}
.pb-lg-0, .py-lg-0{padding-bottom:0 !important;}
.pl-lg-0, .px-lg-0{padding-left:0 !important;}
.p-lg-1{padding:0.25rem !important;}
.pt-lg-1, .py-lg-1{padding-top:0.25rem !important;}
.pr-lg-1, .px-lg-1{padding-right:0.25rem !important;}
.pb-lg-1, .py-lg-1{padding-bottom:0.25rem !important;}
.pl-lg-1, .px-lg-1{padding-left:0.25rem !important;}
.p-lg-2{padding:0.5rem !important;}
.pt-lg-2, .py-lg-2{padding-top:0.5rem !important;}
.pr-lg-2, .px-lg-2{padding-right:0.5rem !important;}
.pb-lg-2, .py-lg-2{padding-bottom:0.5rem !important;}
.pl-lg-2, .px-lg-2{padding-left:0.5rem !important;}
.p-lg-3{padding:1rem !important;}
.pt-lg-3, .py-lg-3{padding-top:1rem !important;}
.pr-lg-3, .px-lg-3{padding-right:1rem !important;}
.pb-lg-3, .py-lg-3{padding-bottom:1rem !important;}
.pl-lg-3, .px-lg-3{padding-left:1rem !important;}
.p-lg-4{padding:1.5rem !important;}
.pt-lg-4, .py-lg-4{padding-top:1.5rem !important;}
.pr-lg-4, .px-lg-4{padding-right:1.5rem !important;}
.pb-lg-4, .py-lg-4{padding-bottom:1.5rem !important;}
.pl-lg-4, .px-lg-4{padding-left:1.5rem !important;}
.p-lg-5{padding:3rem !important;}
.pt-lg-5, .py-lg-5{padding-top:3rem !important;}
.pr-lg-5, .px-lg-5{padding-right:3rem !important;}
.pb-lg-5, .py-lg-5{padding-bottom:3rem !important;}
.pl-lg-5, .px-lg-5{padding-left:3rem !important;}
.m-lg-n1{margin:-0.25rem !important;}
.mt-lg-n1, .my-lg-n1{margin-top:-0.25rem !important;}
.mr-lg-n1, .mx-lg-n1{margin-right:-0.25rem !important;}
.mb-lg-n1, .my-lg-n1{margin-bottom:-0.25rem !important;}
.ml-lg-n1, .mx-lg-n1{margin-left:-0.25rem !important;}
.m-lg-n2{margin:-0.5rem !important;}
.mt-lg-n2, .my-lg-n2{margin-top:-0.5rem !important;}
.mr-lg-n2, .mx-lg-n2{margin-right:-0.5rem !important;}
.mb-lg-n2, .my-lg-n2{margin-bottom:-0.5rem !important;}
.ml-lg-n2, .mx-lg-n2{margin-left:-0.5rem !important;}
.m-lg-n3{margin:-1rem !important;}
.mt-lg-n3, .my-lg-n3{margin-top:-1rem !important;}
.mr-lg-n3, .mx-lg-n3{margin-right:-1rem !important;}
.mb-lg-n3, .my-lg-n3{margin-bottom:-1rem !important;}
.ml-lg-n3, .mx-lg-n3{margin-left:-1rem !important;}
.m-lg-n4{margin:-1.5rem !important;}
.mt-lg-n4, .my-lg-n4{margin-top:-1.5rem !important;}
.mr-lg-n4, .mx-lg-n4{margin-right:-1.5rem !important;}
.mb-lg-n4, .my-lg-n4{margin-bottom:-1.5rem !important;}
.ml-lg-n4, .mx-lg-n4{margin-left:-1.5rem !important;}
.m-lg-n5{margin:-3rem !important;}
.mt-lg-n5, .my-lg-n5{margin-top:-3rem !important;}
.mr-lg-n5, .mx-lg-n5{margin-right:-3rem !important;}
.mb-lg-n5, .my-lg-n5{margin-bottom:-3rem !important;}
.ml-lg-n5, .mx-lg-n5{margin-left:-3rem !important;}
.m-lg-auto{margin:auto !important;}
.mt-lg-auto, .my-lg-auto{margin-top:auto !important;}
.mr-lg-auto, .mx-lg-auto{margin-right:auto !important;}
.mb-lg-auto, .my-lg-auto{margin-bottom:auto !important;}
.ml-lg-auto, .mx-lg-auto{margin-left:auto !important;}
}
@media(min-width:1200px){
.m-xl-0 {
margin: 0 !important;
}
.mt-xl-0, .my-xl-0 {
margin-top: 0 !important;
}
.mr-xl-0, .mx-xl-0 {
margin-right: 0 !important;
}
.mb-xl-0, .my-xl-0 {
margin-bottom: 0 !important;
}
.ml-xl-0, .mx-xl-0 {
margin-left: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.mt-xl-1, .my-xl-1 {
margin-top: 0.25rem !important;
}
.mr-xl-1, .mx-xl-1 {
margin-right: 0.25rem !important;
}
.mb-xl-1, .my-xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-xl-1, .mx-xl-1 {
margin-left: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.mt-xl-2, .my-xl-2 {
margin-top: 0.5rem !important;
}
.mr-xl-2, .mx-xl-2 {
margin-right: 0.5rem !important;
}
.mb-xl-2, .my-xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-xl-2, .mx-xl-2 {
margin-left: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.mt-xl-3, .my-xl-3 {
margin-top: 1rem !important;
}
.mr-xl-3, .mx-xl-3 {
margin-right: 1rem !important;
}
.mb-xl-3, .my-xl-3 {
margin-bottom: 1rem !important;
}
.ml-xl-3, .mx-xl-3 {
margin-left: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.mt-xl-4, .my-xl-4 {
margin-top: 1.5rem !important;
}
.mr-xl-4, .mx-xl-4 {
margin-right: 1.5rem !important;
}
.mb-xl-4, .my-xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-xl-4, .mx-xl-4 {
margin-left: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.mt-xl-5, .my-xl-5 {
margin-top: 3rem !important;
}
.mr-xl-5, .mx-xl-5 {
margin-right: 3rem !important;
}
.mb-xl-5, .my-xl-5 {
margin-bottom: 3rem !important;
}
.ml-xl-5, .mx-xl-5 {
margin-left: 3rem !important;
}
.p-xl-0 {
padding: 0 !important;
}
.pt-xl-0, .py-xl-0 {
padding-top: 0 !important;
}
.pr-xl-0, .px-xl-0 {
padding-right: 0 !important;
}
.pb-xl-0, .py-xl-0 {
padding-bottom: 0 !important;
}
.pl-xl-0, .px-xl-0 {
padding-left: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.pt-xl-1, .py-xl-1 {
padding-top: 0.25rem !important;
}
.pr-xl-1, .px-xl-1 {
padding-right: 0.25rem !important;
}
.pb-xl-1, .py-xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-xl-1, .px-xl-1 {
padding-left: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.pt-xl-2, .py-xl-2 {
padding-top: 0.5rem !important;
}
.pr-xl-2, .px-xl-2 {
padding-right: 0.5rem !important;
}
.pb-xl-2, .py-xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-xl-2, .px-xl-2 {
padding-left: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.pt-xl-3, .py-xl-3 {
padding-top: 1rem !important;
}
.pr-xl-3, .px-xl-3 {
padding-right: 1rem !important;
}
.pb-xl-3, .py-xl-3 {
padding-bottom: 1rem !important;
}
.pl-xl-3, .px-xl-3 {
padding-left: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.pt-xl-4, .py-xl-4 {
padding-top: 1.5rem !important;
}
.pr-xl-4, .px-xl-4 {
padding-right: 1.5rem !important;
}
.pb-xl-4, .py-xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-xl-4, .px-xl-4 {
padding-left: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.pt-xl-5, .py-xl-5 {
padding-top: 3rem !important;
}
.pr-xl-5, .px-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-5, .py-xl-5 {
padding-bottom: 3rem !important;
}
.pl-xl-5, .px-xl-5 {
padding-left: 3rem !important;
}
.m-xl-n1 {
margin: -0.25rem !important;
}
.mt-xl-n1, .my-xl-n1 {
margin-top: -0.25rem !important;
}
.mr-xl-n1, .mx-xl-n1 {
margin-right: -0.25rem !important;
}
.mb-xl-n1, .my-xl-n1 {
margin-bottom: -0.25rem !important;
}
.ml-xl-n1, .mx-xl-n1 {
margin-left: -0.25rem !important;
}
.m-xl-n2 {
margin: -0.5rem !important;
}
.mt-xl-n2, .my-xl-n2 {
margin-top: -0.5rem !important;
}
.mr-xl-n2, .mx-xl-n2 {
margin-right: -0.5rem !important;
}
.mb-xl-n2, .my-xl-n2 {
margin-bottom: -0.5rem !important;
}
.ml-xl-n2, .mx-xl-n2 {
margin-left: -0.5rem !important;
}
.m-xl-n3 {
margin: -1rem !important;
}
.mt-xl-n3, .my-xl-n3 {
margin-top: -1rem !important;
}
.mr-xl-n3, .mx-xl-n3 {
margin-right: -1rem !important;
}
.mb-xl-n3, .my-xl-n3 {
margin-bottom: -1rem !important;
}
.ml-xl-n3, .mx-xl-n3 {
margin-left: -1rem !important;
}
.m-xl-n4 {
margin: -1.5rem !important;
}
.mt-xl-n4, .my-xl-n4 {
margin-top: -1.5rem !important;
}
.mr-xl-n4, .mx-xl-n4 {
margin-right: -1.5rem !important;
}
.mb-xl-n4, .my-xl-n4 {
margin-bottom: -1.5rem !important;
}
.ml-xl-n4, .mx-xl-n4 {
margin-left: -1.5rem !important;
}
.m-xl-n5 {
margin: -3rem !important;
}
.mt-xl-n5, .my-xl-n5 {
margin-top: -3rem !important;
}
.mr-xl-n5, .mx-xl-n5 {
margin-right: -3rem !important;
}
.mb-xl-n5, .my-xl-n5 {
margin-bottom: -3rem !important;
}
.ml-xl-n5, .mx-xl-n5 {
margin-left: -3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto, .my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto, .mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto, .my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto, .mx-xl-auto {
margin-left: auto !important;
}
}
 html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}
nav ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
content: none;
} a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}
abbr[title], dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}
input, select {
vertical-align: middle;
} *{box-sizing:border-box;}
iframe{max-width:100% !important;}
table{margin-bottom:1.5em;}
html{font-size:62.5%;}
body{font:400 1.6rem "Roboto", "Open Sans", sans-serif;line-height:1.5;color:#444444;margin:0;}
.sans-serif{font-family:"Roboto", "Open Sans", sans-serif;}
.clear, .clearfix{clear:both;}
.clear:after, .clear:before, .clearfix:after, .clearfix:before{content:"";display:table;clear:both;}
img {
max-width: 100%;
height: auto;
vertical-align: bottom;
} a{color:#179F98;text-decoration:none;}
a:hover{color:#444444;text-decoration:underline;}
a:hover, a:active{outline:0;}
.text-green{color:#179F98;}
input:focus{outline:0;}
h1{font-size:3.6rem;}
h2{font-size:3.2rem;}
h3{font-size:2.8rem;}
h4{font-size:2.4rem;}
h5{font-size:2rem;}
h6{font-size:1.8rem;}
h1, h2, h3, h4, h5, h6{margin:0.65em 0;font-family:"Ubuntu", "Open Sans", sans-serif;font-weight:500;line-height:1.2;}
input, textarea{-moz-box-sizing:border-box;box-sizing:border-box;padding:8px;border-radius:4px;border:1px solid #d4d4d4;font-size:1.6rem;}
input[type=search],
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
textarea, select{width:100%;border:1px solid #d4d4d4;box-sizing:border-box;}
select{padding:10px;border:1px solid #d4d4d4;font-size:1.6rem;color:#646464;}
button, input[type=button],
input[type=submit]{background-color:#000;color:#fff;font-size:1.6rem;line-height:30px;margin:5px auto;}
input[type=image]{padding:0;border:none;}
.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: 14px;
margin: 0;
padding: 0 4px 5px;
} p{margin:0 0 1.2em;line-height:1.5;}
.wp-block-embed-youtube, .wp-block-embed.is-type-video{margin:auto -15px 1.2em;}
.wp-block-embed-youtube figcaption, .wp-block-embed.is-type-video figcaption{padding:0px 15px;font-size:15px;font-weight:lighter;font-style:italic;}
.wp-block-embed-youtube iframe, .wp-block-embed.is-type-video iframe, .video iframe, span.embed-youtube iframe{width:100%;aspect-ratio:16/9;display:block;}
article ol, article ul{margin:0 0 1em 30px;line-height:1.5;}
article ol li, article ul li{padding:0 0 3px 0;}
article ul{list-style:disc outside;}
article ol{list-style:decimal outside;}
blockquote{margin-bottom:24px;margin-bottom:2.4rem;padding:24px;padding:2.4rem;font-style:italic;font-size:120%;}
blockquote p:last-child{margin-bottom:0;}
code{font-family:Consolas, Monaco, Lucida Console, monospace;font-size:16px;}
.entry-content pre code, .comment-content pre code{display:block;}
.entry-content abbr, .comment-content abbr, .entry-content dfn, .comment-content dfn, .entry-content acronym, .comment-content acronym{border-bottom:1px dotted #666;cursor:help;}
.entry-content address, .comment-content address{display:block;margin:0 0 24px;}
#page{display:block;opacity:1;transition:300ms all;max-width:100%;}
#page.loading{opacity:0;}
.section{margin-bottom:50px;}
.header{-webkit-box-shadow:0px 1px 3px 0px rgba(68, 68, 68, 0.4);-moz-box-shadow:0px 1px 3px 0px rgba(68, 68, 68, 0.4);box-shadow:0px 1px 3px 0px rgba(68, 68, 68, 0.4);display:block;background:#e7e7e7;position:relative;width:100%;z-index:99;transition:all 200ms;margin-bottom:20px;height:50px;}
.header .main{padding-top:8px;padding-bottom:8px;}
.header .redes{text-align:right;}
.header .redes .social-link{display:none;margin-left:3px;}
.header .redes .social-link.on-mb{display:block;}
.header .redes .social-link.show-radio .desktop{display:none;}
.header .logo{margin:0 auto;text-align:left;}
.header .logo a{display:block;}
.header .logo img{width:155px;height:34px;}
.header .logo-img{image-rendering:crisp-edges;}
.header .logo-img.full{display:none;}
.header .logo-img.small{display:block;}
.header .bottom{margin:3px 10px;}
.header .toggle-wrap{display:block;padding:2px;}
.header .toggle-wrap img{width:24px;height:24px;}
.sticky-header .header .wrap{position:fixed;z-index:999;max-height:85px;width:100%;top:0;left:0;background:#efefef;}
.sticky-header .header .wrap .wrap-logo{height:40px;}
.sticky-header .header .wrap .wrap-logo .logo img{width:155px;height:34px;}
.footer{clear:both;background:#e7e7e7;border-top:10px solid #179F98;padding:30px 0 80px;}
.footer .row{margin:0;}
.footer .row{margin:10px 0 0 0 !important;}
.footer .block{background:none;height:auto;}
.footer .block .content{padding:20px 10px 0;}
.footer form{padding:0px;}
.footer form label{display:block;}
.footer form input[type=text],
.footer form form input[type=email]{width:100%;padding:3px;font-size:1.3rem;}
.footer form textarea{width:100%;height:110px;}
.footer .footer .wpcf7-response-output{margin:0 !important;font-size:1.1rem;line-height:1;}
.main-menu{position:fixed;top:0;left:-110%;opacity:0;bottom:0;padding:50px 20px;width:100%;z-index:9999;background:#444;color:#fff;transition:200ms all;}
.main-menu ul.menu{display:flex;flex-wrap:wrap;flex-direction:column;}
.main-menu ul.menu > li{font-weight:bold;flex:0 0 50%;margin-bottom:30px;}
.main-menu ul.menu > li > a{border-bottom:1px solid #fff;}
.main-menu ul.menu > li ul.sub-menu{font-weight:normal;display:block;}
.main-menu a{color:#fff;}
.toggled-menu{overflow:hidden;}
.toggled-menu .radio-wrap{display:none;}
.toggled-menu .main-menu{display:block;left:0;overflow:auto;opacity:1;}
.toggled-menu .main-menu .toggle-menu{margin-bottom:10px;}
.toggled-menu .main-menu .nav{display:block;opacity:1;height:auto;margin:0 auto;}
.nav-bottom a{color:#646464;}
.nav-bottom .menu{margin:0;padding:0;-moz-column-count:2;-webkit-column-count:2;column-count:2;}
.nav-bottom .menu li{width:100%;padding:5px;display:inline-block;}
.nav-bottom .menu li a{border-bottom:2px solid;display:block;font-weight:bold;}
.nav-bottom .menu li li{padding:0;display:blocK;}
.nav-bottom .menu li li .sub-menu li a:before{display:inline-block;content:"-";padding-right:3px;}
.nav-bottom .menu li li a{border:none;font-weight:normal;}
.nav-bottom .menu li ul{padding:0;margin:0;}
#breadcrumbs{list-style:none;margin:10px 0 20px;padding:0;overflow:hidden;line-height:18px;color:#444;}
#breadcrumbs li{display:flex;float:left;font-size:14px;padding-left:0;position:relative;align-items:center;justify-content:flex-start;}
#breadcrumbs li:after{content:"";display:inline-block;width:12px;height:12px;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjQyMyIgaGVpZ2h0PSIxMC45MzMiIHZpZXdCb3g9IjAgMCA2LjQyMyAxMC45MzMiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiMxNzlmOTg7fTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ2Ny4wNTkgMjg1LjA2Mykgcm90YXRlKDE4MCkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ2MC42MzYgMjc0LjEzKSI+PHBhdGggY2xhc3M9ImEiIGQ9Ik00NjIuNzk0LDI3OS42bDQuMDktNC4wOWEuNi42LDAsMCwwLDAtLjg0NmwtLjM1OC0uMzU4YS42LjYsMCwwLDAtLjg0NiwwbC00Ljg3LDQuODdhLjYuNiwwLDAsMCwwLC44NDlsNC44NjUsNC44NjVhLjYuNiwwLDAsMCwuODQ2LDBsLjM1OC0uMzU4YS42LjYsMCwwLDAsMC0uODQ2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ2MC42MzYgLTI3NC4xMykiLz48L2c+PC9nPjwvc3ZnPg==") center bottom no-repeat;background-size:contain;margin:0 2px;}
#breadcrumbs li:last-child:after{display:none;}
#breadcrumbs a{color:#646464;}
#breadcrumbs a:hover{color:#179F98;}
body.event-archive .breads, body.single-events .breads{padding-right:40px;}
.wrap-article{margin:0 auto;}
.single article.post_format-post-format-video .thumbnail .video, .single article.post_format-post-format-video .thumbnail iframe{height:66.6667vw;}
.single article figure.thumbnail{width:100%;}
.single article figure.thumbnail img{width:100%;height:auto;}
.single article .entry-title{line-height:1.2;margin-bottom:0.5em;}
.single article h2.excerpt{margin-bottom:0;}
.single article .entry-header .excerpt{font-size:18px;font-weight:normal;line-height:1.3;}
.single article .entry-header .date{font-size:13px;}
.single article .entry-content{margin-bottom:40px;}
.single article .post-content{max-width:100%;}
.single article .post-content h1, .single article .post-content h2, .single article .post-content h3, .single article .post-content h4, .single article .post-content h5, .single article .post-content h6{margin-top:1em;margin-bottom:1em;line-height:1.2;}
.single article .post-content a{word-break:break-word;}
.single article .post-content .tags{margin-bottom:80px;}
.single article .post-content .tags span{display:inline-block;margin:0 5px 5px;}
.single article .post-content .abstract{margin:10px 0 30px;font-size:2rem;}
.single article .post-content .meta-publish{margin:10px 0;font-size:14px;font-style:italic;color:#646464;}
.single article .post-content .meta-publish .updated{display:none;}
.single article .post-content .meta-publish .author{color:#646464;font-weight:bold;display:inline-block;margin-right:10px;}
.single article .post-content .meta-publish .author a{color:#646464;}
.single #middle-wrap:not(:first-child) .widget-calendar{display:none;}
.single #middle-wrap .separator{border-bottom:10px solid #179F98;}
.single .infinite-item{padding-top:80px;}
.single .infinite-item:first-of-type{padding-top:0;}
.single .infinite-item:not(:first-of-type) .widget-calendar{display:none;}
.single .about-author{padding:40px 0;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;}
.single .about-author .gravatar{display:block;border-radius:50%;overflow:hidden;max-width:90px;margin:0 auto;}
.single .about-author .gravatar img{width:100%;}
.single .aweber-form{padding:20px 20px;}
.single .aweber-form .section-title{margin:0;}
.single .comments-area .fb-comments:after{display:block;opacity:1;content:"Cargando Comentarios";font-size:18px;padding:10px 10px 10px 40px;background:url(//musicaenmexico.com.mx/wp-content/themes/musicaenmexico-theme/img/fancybox_loading.gif) left center no-repeat;transition:all 350ms;}
.single .comments-area .fb-comments.fb_iframe_widget:after{opacity:0;}
.single .read-more-quiz a{display:block;background:#179F98;color:#fff;text-align:center;padding:10px;font-weight:bold;font-size:18px;}
.single .infinite-item .wrap-quiz{display:none;}
.single .infinite-item:first-of-type .wrap-quiz{display:block;}
.single .infinite-item:first-of-type .read-more-quiz{display:none;}
div.category{text-transform:uppercase;}
div.category a{display:inline-block;line-height:1;font-size:16px;color:#ffffff;margin:4px;background:#179F98;padding:2px 8px;}
.cat-index{margin-bottom:20px;display:flex;height:50px;justify-content:center;align-items:center;}
.cat-index .category{border-right:1px solid #000000;}
.cat-index .category a{color:#000000;font-weight:bold;font-size:20px;background:none;}
.cat-index .category:last-child{border:none;}
.tags{text-align:left;margin-bottom:30px;}
.tags a, .tags .free-event{display:inline-block;padding:0px 8px;font-size:14px;line-height:18px;background:#dddd01;color:#000000;}
.tags .free-event{background:#000000;color:#ffffff;text-transform:uppercase;}
.tags .terms a{text-transform:uppercase;}
.entry-title a{color:#000;text-decoration:none;margin-bottom:2px;}
.entry-title .h1, .entry-title .h2{margin-top:0.75em;}
body.template-home #content{width:100%;}
body.template-home .row{clear:both;}
body.template-home h1.section-title{font-size:2.9rem;}
body.template-home h2.section-title{font-size:2.6rem;}
body.template-home h3.section-title{font-size:2.2rem;}
body.template-home article{border:none;position:relative;}
body.template-home article .entry-title{font-size:16px;}
body.template-home article .thumbnail{overflow:hidden;}
body.template-home article .thumbnail img{width:100%;height:auto;}
body.template-home article .category a{color:#444444;background-color:#dddd01;font-size:14px;padding:5px;text-transform:uppercase;display:inline-block;margin:0;}
body.template-home article.moz{position:relative;}
body.template-home article.moz .category{position:absolute;top:0;left:0;}
body.template-home article.moz .category a{margin:0;display:block;font-size:14px;float:left;margin:0 5px 5px 0;}
body.template-home .banner-radio, body.template-home .banner-cartelera{height:130px;background:#E7E7E7;border-radius:10px;box-shadow:0px 2px 5px 1px rgba(0, 0, 0, 0.3);font-weight:bold;position:relative;}
body.template-home .banner-radio a, body.template-home .banner-cartelera a{color:#444444;text-decoration:none;}
body.template-home .banner-radio img, body.template-home .banner-cartelera img{vertical-align:middle;}
body.template-home .banner-radio .text, body.template-home .banner-cartelera .text{text-align:center;}
body.template-home .banner-radio .text a, body.template-home .banner-cartelera .text a{display:flex;flex-direction:column;align-items:center;}
body.template-home .banner-radio .text span, body.template-home .banner-cartelera .text span{display:block;}
@media(min-width:768px){
body.template-home .banner-radio .text span, body.template-home .banner-cartelera .text span{font-size:22px;}
}
body.template-home .banner-radio .text span.txt-1, body.template-home .banner-cartelera .text span.txt-1{align-self:flex-start;}
body.template-home .banner-radio .text span.txt-2, body.template-home .banner-cartelera .text span.txt-2{padding-left:30px;}
body.template-home .banner-radio .button-wrap, body.template-home .banner-cartelera .button-wrap{position:absolute;bottom:10px;left:10px;}
body.template-home .principal{margin-bottom:50px;}
body.template-home .principal article{position:relative;}
body.template-home .principal article figure.thumbnail{aspect-ratio:1/1;width:40%;}
@media(min-width:768px){
body.template-home .principal article figure.thumbnail{width:25%;}
}
@media(min-width:992px){
body.template-home .principal article figure.thumbnail{width:50%;}
}
body.template-home .principal article figure.thumbnail img{width:100%;height:100%;object-fit:cover;}
body.template-home .principal article .entry-header{width:60%;padding:10px;}
@media(min-width:768px){
body.template-home .principal article .entry-header{width:75%;}
}
@media(min-width:992px){
body.template-home .principal article .entry-header{width:50%;}
}
body.template-home .principal article .entry-header .entry-title{font-size:18px;}
body.template-home .principal article .category{position:absolute;top:0;left:0;}
body.template-home .principal article.main figure.thumbnail{aspect-ratio:16/8.35;width:100%;}
@media(max-width:767px){
body.template-home .principal article.main figure.thumbnail{aspect-ratio:9/6;}
}
body.template-home .principal article.main .entry-header{position:absolute;width:100%;bottom:0;left:0;right:0;padding:10px;background:rgba(0, 0, 0, 0.65);color:#fff;}
body.template-home .principal article.main .entry-header a{color:#fff;}
@media(min-width:768px){
body.template-home .principal .wrap-side{flex-direction:column;height:100%;justify-content:space-between;display:flex;}
}
@media(max-width:991px){
body.template-home .principal .wrap-side article:first-child{margin-bottom:3rem !important;}
}
body.template-home .boletines{background:#E7E7E7;}
body.template-home .boletines article{position:relative;}
body.template-home .boletines article .thumbnail{aspect-ratio:9/6;}
@media(max-width:767px){
body.template-home .boletines article .thumbnail{aspect-ratio:16/9;}
}
body.template-home .boletines article .thumbnail img{width:100%;height:100%;object-fit:cover;}
body.template-home .boletines article .category{position:absolute;top:0;left:0;}
body.template-home .boletines article .content{position:absolute;background:rgba(0, 0, 0, 0.65);bottom:0;left:0;right:0;margin:0;padding:8px 10px;}
body.template-home .boletines article .content .entry-title{margin:0;}
body.template-home .boletines article .content .entry-title a{line-height:1.3;display:block;height:2.6em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0;width:100%;color:#fff;}
body.template-home .favoritos .block-medium a{display:block;position:relative;max-width:380px;margin:0 auto;overflow:hidden;}
body.template-home .favoritos .block-medium a:hover img{transform:scale(1.3, 1.3) rotate(-10deg);}
body.template-home .favoritos .block-medium a:after{display:block;content:"";position:absolute;width:35%;bottom:0;right:0;height:25%;background:url(//musicaenmexico.com.mx/wp-content/themes/musicaenmexico-theme/img/ver-mas.png) center center no-repeat;background-size:contain;}
body.template-home .favoritos .block-medium a img{width:100%;transition:all 200ms;}
body.template-home .favoritos .block-medium a span{position:absolute;top:50%;width:100%;left:0;padding:10px 20px;transform:translateY(-50%);display:block;color:#fff;font-size:2.6rem;text-align:center;font-family:"Ubuntu", "Open Sans", sans-serif;line-height:1;font-weight:bold;}
body.template-home .especiales a{position:relative;display:block;margin-bottom:30px;}
body.template-home .especiales a:after{display:block;content:"Ver más +";position:absolute;right:0;bottom:0;font-size:12px;color:#fff;background:rgba(0, 0, 0, 0.75);padding:2px 4px;transform:translateY(100%);}
body.template-home .widget-events{background:#444;overflow:hidden;height:428px;position:relative;}
body.template-home .widget-events .icon-loading, body.template-home .widget-events .more{display:none;}
body.template-home .widget-events .wrap-days{display:block;position:relative;height:28px;overflow:hidden;}
body.template-home .widget-events .wrap-days .day{display:block;background:#ffed4a;color:#000000;width:100%;text-align:center;line-height:28px;font-weight:bold;font-size:18px;}
body.template-home .widget-events .wrap-days .slick-prev, body.template-home .widget-events .wrap-days .slick-next{height:28px;line-height:28px;width:28px;top:0;transform:none;margin:0;}
body.template-home .widget-events .wrap-days .slick-prev:before, body.template-home .widget-events .wrap-days .slick-next:before{width:28px;height:28px;}
body.template-home .widget-events .wrap-days .slick-prev{left:0;}
body.template-home .widget-events .wrap-days .slick-prev:before{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cG9seWdvbiBwb2ludHM9IjM1MiwxMTUuNCAzMzEuMyw5NiAxNjAsMjU2IDMzMS4zLDQxNiAzNTIsMzk2LjcgMjAxLjUsMjU2ICIvPjwvc3ZnPg==") center center;background-size:contain;}
body.template-home .widget-events .wrap-days .slick-next{right:0;}
body.template-home .widget-events .wrap-days .slick-next:before{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cG9seWdvbiBwb2ludHM9IjE2MCwxMTUuNCAxODAuNyw5NiAzNTIsMjU2IDE4MC43LDQxNiAxNjAsMzk2LjcgMzEwLjUsMjU2ICIvPjwvc3ZnPg==") center center;background-size:contain;}
body.template-home .widget-events .wrap-content .events{display:flex;flex-direction:column;justify-content:flex-start;position:relative;overflow:hidden;transition:all 200ms;}
body.template-home .widget-events .wrap-content .events .event{flex:0 0 62px;max-height:62px;flex-wrap:nowrap;display:flex;padding:5px 3px;font-size:14px;border-bottom:1px solid #dddd01;color:#fff;overflow:hidden;}
body.template-home .widget-events .wrap-content .events .event:nth-child(8){background:#ccc;}
body.template-home .widget-events .wrap-content .events .event a{color:#fff;}
body.template-home .widget-events .wrap-content .events .event:last-child{border:none;}
body.template-home .widget-events .wrap-content .events .event .hora{font-size:22px;font-weight:bold;padding:0 5px;border-left:5px solid #179F98;}
body.template-home .widget-events .wrap-content .events .event .content{max-height:3em;overflow:hidden;padding:0 5px;}
body.template-home .widget-events .wrap-content .events .event .content *{line-height:1.5em;}
body.template-home .widget-events .wrap-content .events .event .title{font-size:14px;font-weight:normal;color:#fff;text-overflow:ellipsis;overflow:hidden;margin:0;display:inline;}
body.template-home .widget-events .wrap-content .events .event .organizer{display:inline;}
body.template-home .widget-events .more{display:none;background:#444;position:absolute;height:28px;text-align:center;cursor:pointer;z-index:99;}
body.template-home .widget-events .more:before{display:inline-block;content:"";width:24px;height:24px;background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMjAgMTkyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMjAgMTkyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0REREQwMDt9Cjwvc3R5bGU+Cjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMzAwLjYsMCAzMjAsMjAuNyAxNjAsMTkyIDAsMjAuNyAxOS4zLDAgMTYwLDE1MC41ICIvPgo8L3N2Zz4K") center center no-repeat;background-size:contain;margin-top:2px;}
body.template-home .widget-events.loading .wrap-content > div{display:none;}
body.template-home .widget-events.loading .icon-loading{display:block;width:40px;height:40px;margin:10px auto;position:absolute;top:50px;left:50%;transform:translateX(-50%);}
body.template-home .widget-events.paged .more{width:100%;bottom:0;height:28px;display:block;}
body.template-home .call-to-actions .radio, body.template-home .call-to-actions .aweber-form{padding:20px 15px;margin-bottom:0;}
body.template-home .call-to-actions .radio .wrap, body.template-home .call-to-actions .aweber-form .wrap{height:100%;display:flex;flex-direction:column;justify-content:center;padding:15px;}
body.template-home .call-to-actions .aweber-form{background:none;}
body.template-home .call-to-actions .aweber-form .wrap{background:#4FB3AD;}
body.template-home .call-to-actions .radio{text-align:center;}
body.template-home .call-to-actions .radio .wrap{background:#E7E7E7;}
body.template-home #multimedia #video, body.template-home #multimedia #podcast{display:none;}
body.template-home #multimedia #video.showed, body.template-home #multimedia #podcast.showed{display:flex;}
body.template-home #multimedia .selector{margin-top:10px;}
body.template-home #multimedia .selector a{border:1px solid #e7e7e7;padding:8px 14px;background:#e7e7e7;display:inline-block;float:left;}
body.template-home #multimedia .selector a.current{background:#ffffff;border-bottom-color:#ffffff;}
body.template-home #multimedia .selector a:first-child{border-top-left-radius:5px;}
body.template-home #multimedia .selector a:last-child{border-top-right-radius:5px;}
body.template-home #multimedia .selector:after{display:block;clear:both;}
body.template-home #multimedia .pager-media{display:flex;flex-direction:column;}
body.template-home #multimedia .block-indice .list{padding:5px;}
body.template-home #multimedia .block-indice h2, body.template-home #multimedia .block-indice .entry-title{margin:0;line-height:1.2;font-size:1.8rem;}
body.template-home #multimedia .block-indice article{padding-bottom:5px;}
.pulse{position:relative;margin:auto;width:32px;height:32px;border-radius:50%;background:#179F98;font-size:15px;color:#ffd9de;animation:1.6s playShadow ease-out infinite;display:flex;cursor:pointer;text-decoration:none !important;}
.pulse span{margin:auto;padding-left:1px;color:#fff;}
.pulse:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;z-index:-1;pointer-events:none;transition:0.35s;}
.pulse:hover:after{box-shadow:0 0 0 4px rgba(23, 159, 152, 0.3), 0 0 0 8px rgba(23, 159, 152, 0.2);}
@keyframes playShadow {
0%{box-shadow:0 0 0 0px rgba(23, 159, 152, 0.3), 0 0 0 0px rgba(23, 159, 152, 0.2);transform:scale(1);}
18%{box-shadow:0 0 0 0px rgba(23, 159, 152, 0.3), 0 0 0 0px rgba(23, 159, 152, 0.2);}
35%{transform:scale(1.08);}
76%{transform:scale(0.96);}
100%{box-shadow:0 0 0 10px rgba(23, 159, 152, 0), 0 0 0 20px rgba(23, 159, 152, 0);transform:scale(1);}
} .aweber-form{background:#4FB3AD;margin-bottom:20px;}
.aweber-form label{display:none;}
.aweber-form input[type=text],
.aweber-form input[type=email]{border:none;margin-bottom:10px;}
.aweber-form .row-content{align-items:flex-end;}
.aweber-form a{color:#444444;text-decoration:underline;}
.aweber-form .privacy-legend{font-size:14px;}
.indice-media article{margin-bottom:1rem;}
.section-title{color:#444444;display:block;clear:both;margin:0;}
.section-title a{color:#444444;}
.tags-multimedia{margin-bottom:15px;}
.tags-multimedia a{display:inline-block;padding:2px 6px;background:#000;margin:4px 4px 0 0;color:#fff;}
#wrap-quedate .quedate-content{margin-bottom:20px;}
#wrap-quedate .quedate-content .headline .section-title{position:relative;}
#wrap-quedate .quedate-content .headline .toggle{position:absolute;right:0px;top:50%;transform:translateY(-50%);}
#wrap-quedate .quedate-content .headline .toggle img{vertical-align:middle;}
#wrap-quedate .quedate-content .headline .responsive{display:none;}
#wrap-quedate .quedate-content .items .inner{align-items:center;color:#444444 !important;display:flex;font-weight:bold;width:100%;background:#d4d4d4;border-bottom:1px solid #646464;}
#wrap-quedate .quedate-content .items .inner h2{font-size:16px !important;}
#wrap-quedate .quedate-content .items .inner .image{width:50px;padding:2px;margin-right:10px;}
#wrap-quedate .quedate-content .items .inner .image img{width:100%;}
#wrap-quedate .quedate-content .items .item-1 .image{background:#9981d9;}
#wrap-quedate .quedate-content .items .item-2 .image{background:#e7e250;}
#wrap-quedate .quedate-content .items .item-3 .image{background:#ffac4c;}
#wrap-quedate .quedate-content .items .item-4 .image{background:#ee4ba8;}
#wrap-quedate .quedate-content .items .item-5 .image{background:#00bbe8;}
#wrap-quedate .quedate-content .items .item-6 .image{background:#fff335;}
#wrap-quedate .quedate-content.show .items{display:block;}
#multimedia article{position:relative;line-height:1.4;padding-bottom:35px;margin-bottom:5px;}
#multimedia article .entry-title{padding:15px;}
#multimedia .videoSlider,
#multimedia .block-indice{background:#e7e7e7;}
#multimedia .block-indice{display:none;}
#multimedia .pager{justify-items:center;}
#multimedia iframe{width:100%;height:56.25vw;}
#radio-list{display:flex;list-style:none;flex-wrap:wrap;margin:0;padding:0;}
#radio-list li{flex:0 0 50%;max-width:50%;padding:5px;}
#radio-list li img{width:100%;}
.radio-wrap{position:fixed;font-size:16px;background:#444;background-size:auto 100%;color:#fff;bottom:0;width:100%;height:50px;z-index:99;transition:200ms all;transform:translateY(100%);}
.radio-wrap > div{position:relative;}
.radio-wrap .row{align-items:center;height:50px;flex-wrap:nowrap;padding:15px 0;margin:0;}
.radio-wrap .row .buttons{flex:0 0 50px;width:50px;}
.radio-wrap .row .buttons .button{cursor:pointer;display:block;width:40px;height:40px;border-radius:50%;background:#fff;position:relative;}
.radio-wrap .row .buttons .button:before{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMTYgMzE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMTYgMzE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTE1OCwwYy0xOS4yLDAtMzMuOSwxNC43LTMzLjksMzMuOXMxNC43LDMzLjksMzMuOSwzMy45czMzLjktMTQuNywzMy45LTMzLjlTMTc3LjIsMCwxNTgsMHoiLz4KCTxwYXRoIGQ9Ik05My43LDQ2LjNjLTEyLjQtMTIuNC0zNS0xMi40LTQ3LjQsMGMtMTMuNSwxMy41LTEzLjUsMzUsMCw0Ny40YzYuOCw2LjgsMTQuNywxMC4yLDIzLjcsMTAuMnMxOC4xLTMuNCwyMy43LTEwLjIKCQlDMTA3LjIsODEuMywxMDcuMiw1OS44LDkzLjcsNDYuM0w5My43LDQ2LjN6Ii8+Cgk8cGF0aCBkPSJNNjcuNywxNThjMC0xOS4yLTE0LjctMzMuOS0zMy45LTMzLjlTMCwxMzguOCwwLDE1OHMxNC43LDMzLjksMzMuOSwzMy45UzY3LjcsMTc3LjIsNjcuNywxNTh6Ii8+Cgk8cGF0aCBkPSJNNDYuMywyMjIuM0w0Ni4zLDIyMi4zYy0xMy41LDEzLjUtMTMuNSwzNSwwLDQ3LjRjNi44LDYuOCwxNC43LDEwLjIsMjMuNywxMC4yczE4LjEtMy40LDIzLjctMTAuMgoJCWMxMy41LTEzLjUsMTMuNS0zNSwwLTQ3LjRDODEuMywyMDguOCw1OC43LDIwOC44LDQ2LjMsMjIyLjN6Ii8+Cgk8cGF0aCBkPSJNMTU4LDI0OC4zYy0xOS4yLDAtMzMuOSwxNC43LTMzLjksMzMuOVMxMzguOCwzMTYsMTU4LDMxNnMzMy45LTE0LjcsMzMuOS0zMy45UzE3Ny4yLDI0OC4zLDE1OCwyNDguM3oiLz4KCTxwYXRoIGQ9Ik0yMjIuMywyMjIuM2MtMTMuNSwxMy41LTEzLjUsMzUsMCw0Ny40bDAsMGM2LjgsNi44LDE0LjcsMTAuMiwyMy43LDEwLjJjOSwwLDE4LjEtMy40LDIzLjctMTAuMmMxMy41LTEzLjUsMTMuNS0zNSwwLTQ3LjQKCQlDMjU3LjMsMjA4LjgsMjM0LjcsMjA4LjgsMjIyLjMsMjIyLjN6Ii8+Cgk8cGF0aCBkPSJNMjgyLjEsMTI0LjFjLTE5LjIsMC0zMy45LDE0LjctMzMuOSwzMy45czE0LjcsMzMuOSwzMy45LDMzLjlTMzE2LDE3Ny4yLDMxNiwxNThTMzAxLjMsMTI0LjEsMjgyLjEsMTI0LjF6Ii8+Cgk8cGF0aCBkPSJNMjQ2LDEwMy44YzksMCwxOC4xLTMuNCwyMy43LTEwLjJsMCwwYzEzLjUtMTMuNSwxMy41LTM1LDAtNDcuNGMtMTIuNC0xMi40LTM1LTEyLjQtNDcuNCwwYy0xMy41LDEzLjUtMTMuNSwzNSwwLDQ3LjQKCQlDMjI4LDEwMC40LDIzNywxMDMuOCwyNDYsMTAzLjh6Ii8+CjwvZz4KPC9zdmc+Cg==") center center no-repeat;background-size:cover;content:"";display:block;width:20px;height:20px;position:absolute;top:10px;left:10px;}
.radio-wrap .row .radio-info{width:calc(100% - 70px);padding:0;line-height:25px;overflow:hidden;}
.radio-wrap .row .radio-info .station{text-transform:uppercase;display:flex;justify-content:flex-start;align-items:center;height:25px;flex-wrap:nowrap;}
.radio-wrap .row .radio-info .station .name{height:25px;overflow:hidden;}
.radio-wrap .row .radio-info .station .open{display:inline-block;width:20px;height:20px;text-align:center;line-height:20px;background:#DDDD00;color:#000;border-radius:50%;margin-left:10px;}
.radio-wrap .row .radio-info .now-playing{height:25px;position:relative;}
.radio-wrap .row .radio-info .now-playing .track{position:absolute;left:0;width:auto;white-space:nowrap;}
.radio-wrap .options{position:absolute;right:0;top:0;height:auto;z-index:9;transform:translateY(-100%);transition:200ms all;}
.radio-wrap .options span{cursor:pointer !important;}
.radio-wrap .options .show-radio{display:block;height:50px;width:50px;border-radius:4px;box-shadow:1px 1px 3px rgba(0, 0, 0, 0.65);}
.radio-wrap .options .hide-radio{display:none;border-radius:50%;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.65);}
.radio-wrap .options .hide-radio img{width:32px;height:32px;}
.radio-wrap.show{transform:translateY(0);}
.radio-wrap.show .options{transform:translateY(-50%);}
.radio-wrap.show .options .show-radio{display:none;}
.radio-wrap.show .options .hide-radio{display:block;}
.radio-wrap.paused .buttons .button:before{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMjAgMzg0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMjAgMzIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGZpbGw9IiM0NDQ0NDQiIGQ9Ik0zMDkuMiwxNjguOUwzMC44LDMuMkMyNy40LDEuMiwyMy45LDAsMTkuOSwwQzksMCwwLjEsOSwwLjEsMjBIMHYzNDRoMC4xYzAsMTEsOC45LDIwLDE5LjgsMjBjNC4xLDAsNy41LTEuNCwxMS4yLTMuNAoJbDI3OC4xLTE2NS41YzYuNi01LjUsMTAuOC0xMy44LDEwLjgtMjMuMUMzMjAsMTgyLjcsMzE1LjgsMTc0LjUsMzA5LjIsMTY4Ljl6Ii8+Cjwvc3ZnPgo=") center center no-repeat;left:12px;}
.radio-wrap.loading .buttons .button:before{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMTYgMzE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMTYgMzE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnIGZpbGw9IiM0NDQ0NDQiPgoJPHBhdGggZD0iTTE1OCwwYy0xOS4yLDAtMzMuOSwxNC43LTMzLjksMzMuOXMxNC43LDMzLjksMzMuOSwzMy45czMzLjktMTQuNywzMy45LTMzLjlTMTc3LjIsMCwxNTgsMHoiLz4KCTxwYXRoIGQ9Ik05My43LDQ2LjNjLTEyLjQtMTIuNC0zNS0xMi40LTQ3LjQsMGMtMTMuNSwxMy41LTEzLjUsMzUsMCw0Ny40YzYuOCw2LjgsMTQuNywxMC4yLDIzLjcsMTAuMnMxOC4xLTMuNCwyMy43LTEwLjIKCQlDMTA3LjIsODEuMywxMDcuMiw1OS44LDkzLjcsNDYuM0w5My43LDQ2LjN6Ii8+Cgk8cGF0aCBkPSJNNjcuNywxNThjMC0xOS4yLTE0LjctMzMuOS0zMy45LTMzLjlTMCwxMzguOCwwLDE1OHMxNC43LDMzLjksMzMuOSwzMy45UzY3LjcsMTc3LjIsNjcuNywxNTh6Ii8+Cgk8cGF0aCBkPSJNNDYuMywyMjIuM0w0Ni4zLDIyMi4zYy0xMy41LDEzLjUtMTMuNSwzNSwwLDQ3LjRjNi44LDYuOCwxNC43LDEwLjIsMjMuNywxMC4yczE4LjEtMy40LDIzLjctMTAuMgoJCWMxMy41LTEzLjUsMTMuNS0zNSwwLTQ3LjRDODEuMywyMDguOCw1OC43LDIwOC44LDQ2LjMsMjIyLjN6Ii8+Cgk8cGF0aCBkPSJNMTU4LDI0OC4zYy0xOS4yLDAtMzMuOSwxNC43LTMzLjksMzMuOVMxMzguOCwzMTYsMTU4LDMxNnMzMy45LTE0LjcsMzMuOS0zMy45UzE3Ny4yLDI0OC4zLDE1OCwyNDguM3oiLz4KCTxwYXRoIGQ9Ik0yMjIuMywyMjIuM2MtMTMuNSwxMy41LTEzLjUsMzUsMCw0Ny40bDAsMGM2LjgsNi44LDE0LjcsMTAuMiwyMy43LDEwLjJjOSwwLDE4LjEtMy40LDIzLjctMTAuMmMxMy41LTEzLjUsMTMuNS0zNSwwLTQ3LjQKCQlDMjU3LjMsMjA4LjgsMjM0LjcsMjA4LjgsMjIyLjMsMjIyLjN6Ii8+Cgk8cGF0aCBkPSJNMjgyLjEsMTI0LjFjLTE5LjIsMC0zMy45LDE0LjctMzMuOSwzMy45czE0LjcsMzMuOSwzMy45LDMzLjlTMzE2LDE3Ny4yLDMxNiwxNThTMzAxLjMsMTI0LjEsMjgyLjEsMTI0LjF6Ii8+Cgk8cGF0aCBkPSJNMjQ2LDEwMy44YzksMCwxOC4xLTMuNCwyMy43LTEwLjJsMCwwYzEzLjUtMTMuNSwxMy41LTM1LDAtNDcuNGMtMTIuNC0xMi40LTM1LTEyLjQtNDcuNCwwYy0xMy41LDEzLjUtMTMuNSwzNSwwLDQ3LjQKCQlDMjI4LDEwMC40LDIzNywxMDMuOCwyNDYsMTAzLjh6Ii8+CjwvZz4KPC9zdmc+Cg==") center center no-repeat;animation:rotate-loading 2s linear infinite;transform-origin:center;}
.radio-wrap.playing .buttons .button:before{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDI4My41IDI4My41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyODMuNSAyODMuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM0NTQ1NDU7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04MS41LDAuN2MtMTguOSwwLTM0LjQsMjEtMzQuNCw0N3YxODguMWMwLDI1LjksMTUuNSw0NywzNC40LDQ3czM0LjQtMjEsMzQuNC00N1Y0Ny44CgkJQzExNS45LDIxLjgsMTAwLjUsMC43LDgxLjUsMC43eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIwMiwwLjdjLTE5LDAtMzQuNCwyMS0zNC40LDQ3djE4OC4xYzAsMjUuOSwxNS41LDQ3LDM0LjQsNDdzMzQuNC0yMSwzNC40LTQ3VjQ3LjgKCQlDMjM2LjQsMjEuOCwyMjAuOSwwLjcsMjAyLDAuN3oiLz4KPC9nPgo8L3N2Zz4K") center center no-repeat;}
.radio-wrap.error .buttons .button{background:#f00 !important;}
.radio-wrap .wrapper-dropdown{overflow:hidden;color:#fff;cursor:pointer;position:relative;padding-left:25px;padding-right:10px;}
.radio-wrap .wrapper-dropdown:before{font-family:"Font Awesome 5 Free";content:"\f052";position:absolute;font-size:20px;font-weight:900;left:0;top:50%;transform:translateY(-50%);}
.radio-wrap .wrapper-dropdown.active:before{content:"\f146";}
.radio-wrap .wrapper-dropdown .active:after{margin-top:-3px;}
.radio-wrap .wrapper-dropdown .placeholder{padding:2px;overflow:hidden;}
.radio-wrap .wrapper-dropdown .placeholder img{display:block;}
.radio-wrap .wrapper-dropdown span{display:inline-block;}
.radio-wrap .player{vertical-align:top;}
.radio-wrap .player iframe{width:100%;height:70px;}
.marquee{animation:marquee 8s infinite linear;}
.marquee:hover{animation-play-state:paused;}
.nav-radio{position:fixed;max-height:0%;display:block;width:100%;overflow:hidden;bottom:50px;background:rgba(0, 0, 0, 0.8);opacity:0;transition:all 0.4s;padding:15px 0;visibility:hidden;z-index:-1;}
.nav-radio.active{height:auto;max-height:calc(100vh - 70px);overflow:auto;opacity:1;visibility:visible;z-index:98;}
.nav-radio .dropdown{display:flex;font-weight:normal;flex-wrap:wrap;list-style:none;padding:0 4px;height:auto;}
.nav-radio .dropdown li{flex:0 1 50%;max-height:120px;overflow:hidden;margin:0;padding:0 10px 3px;text-align:center;cursor:pointer;}
.nav-radio .dropdown li:nth-of-type(2n+1){clear:both;}
.nav-radio .dropdown li span.thumb{display:block;width:100%;max-height:100px;overflow:hidden;}
.nav-radio .dropdown li span.title{display:none;}
.nav-radio .dropdown li img{max-width:100%;height:auto;margin:0 !important;}
.nav-radio .dropdown li a{display:block;text-decoration:none;color:#9e9e9e;padding:10px 20px;}
.nav-radio .dropdown li:hover a{background:#f3f8f8;}
body.archive article{margin-bottom:50px;}
body.archive article .entry-header h2{margin:0;line-height:1;font-size:25px;}
body.archive article .entry-header p{margin-bottom:0;}
body.archive article .entry-header .meta{font-size:13px;}
body.archive article .entry-header .meta:first-letter{text-transform:uppercase;}
body.event-archive .page-title, body.single-events .page-title{margin-bottom:0;padding-right:40px;}
body.event-archive .archive-title, body.single-events .archive-title{margin-bottom:10px;}
body.event-archive .calendar-control .control, body.single-events .calendar-control .control{position:absolute;top:-56px;right:15px;display:inline-block;background:#d4d4d4;padding:5px 10px;cursor:pointer;color:#444444;opacity:0.9;margin-bottom:10px;z-index:9;}
body.event-archive .calendar-control .control span, body.single-events .calendar-control .control span{display:none;}
body.event-archive .calendar-control .control:hover, body.single-events .calendar-control .control:hover{opacity:1;}
body.event-archive .calendar-control .control.disabled, body.single-events .calendar-control .control.disabled{opacity:0.3;cursor:not-allowed;}
#calendar .calendar{width:100%;max-width:550px;margin:0 auto 30px;border-top:1px solid #C4C4C4;border-bottom:1px solid #C4C4C4;}
#calendar .calendar.show{display:block !important;}
#calendar .calendar .calendar__month{font-size:18px;font-weight:bold;padding:10px;width:100%;position:relative;background:#fff;display:flex;align-items:center;justify-content:space-between;line-height:32px;text-transform:capitalize;}
#calendar .calendar .cal-month__previous,
#calendar .calendar .cal-month__next{color:#000;cursor:pointer;width:28px;height:28px;text-align:center;}
#calendar .calendar .cal-month__previous .nav-button,
#calendar .calendar .cal-month__next .nav-button{display:block;width:28px;height:28px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAASlJREFUaEPtmLENwjAQRR8FDSUsAlS0FNAyDVswBx0TwAZILAAzIERJhSw5EqKyZf+zTnJqO3nv/jlOPML5NXLOTxdonWBPoCdQWIHeQoUFLJ7eIoEFcIrkW+BRYmEtsATOwDRC74GDF4F/+CewAu4eBObABZhF2BcQ2udaAh/mWrSQDN5CQAqvFpDDKwVM4FUCZvAKAVP42gLm8DUFmsDXEmgGX0NgBxyBSdxRw+fBBriV7rCp80t34g8wjg97A2tL+BoJuBdw30IhRdeLeFhrzSRKF/Hvy6KJRE2BJu1UW8BcQiFgKqESMJNQCphIqAXkEhYCUgkrgSDh+mBr2PBcHy0OEq4Pd1P/U5LHWa6BZKicgV0gp1qKsT0BRVVz7tkTyKmWYqz7BL6W2lYxWSHlUAAAAABJRU5ErkJggg==) center center no-repeat;background-size:contain;}
#calendar .calendar .cal-month__previous .nav-button.next,
#calendar .calendar .cal-month__next .nav-button.next{transform:rotate(180deg);}
#calendar .calendar .cal-month__previous{margin-left:auto;}
#calendar .calendar .cal-body__week,
#calendar .calendar .calendar__head{display:flex;width:100%;}
#calendar .calendar .cal-head__day{text-transform:capitalize;}
#calendar .calendar .cal-head__day,
#calendar .calendar .cal-body__day{width:14.2857%;padding:5px;text-align:center;}
#calendar .calendar .cal-body__day.cal-day__month--previous,
#calendar .calendar .cal-body__day.cal-day__month--next{color:#d4d4d4;}
#calendar .calendar .cal-body__day.cal-day__day--scheduled{position:relative;}
#calendar .calendar .cal-body__day.cal-day__day--scheduled:hover, #calendar .calendar .cal-body__day.cal-day__day--scheduled.cal-day__day--selected{background:#e7e7e7;cursor:pointer;}
#calendar .calendar .cal-body__day.cal-day__day--scheduled span{display:inline-block;width:28px;height:28px;line-height:28px;background:#055c56;color:#fff;border-radius:50%;text-align:center;}
.archive-title{display:block;margin-bottom:30px;position:relative;}
.archive-title:after{display:block;content:" ";padding-bottom:10px;border-top:2px solid;}
.archive-title:before{display:block;content:" ";position:absolute;border-top:2px solid;left:15px;right:15px;bottom:0;}
.archive-title .page-title{margin:0;font-size:2.7rem;line-height:1;}
.archive-title .page-title a{color:#646464;}
.archive-title .archive-description{padding-bottom:10px;}
.archive-title .archive-description p:last-child{margin-bottom:0;}
body.search-results article .post-type{display:inline-block;background:#444444;color:#fff;padding:2px 5px;font-size:12px;text-transform:uppercase;}
body.search-results article .meta{font-size:14px;font-style:initial;}
body.search-results article .meta .date{text-transform:capitalize;}
body.search-results article .post-excerpt p{margin:0;}
.loop-indexed .term-title{margin:0.75em 0 0.2em 0;line-height:1.1;}
.pagination{margin:20px auto;display:flex;}
.pagination span, .pagination a{display:block;min-width:30px;height:32px;text-align:center;line-height:32px;margin:0 2px;border:1px solid #000000;padding:0 5px;color:#000;background:#fff;text-decoration:none;}
.pagination a:hover, .pagination .current{background:#000;color:#fff;}
.list-day-events{display:flex;max-height:90px;overflow:hidden;flex-wrap:wrap;justify-content:space-between;}
.list-day-events .day{background:#179F98;color:#fff;height:90px;flex:0 0 70px;text-align:center;width:70px;max-width:70px;padding:10px 10px 20px;position:relative;transition:all 200ms;cursor:pointer;}
.list-day-events .day:hover{background:#dddd01;}
.list-day-events .day:hover .more{background:#000;color:#dddd01;}
.list-day-events .day .more{background:rgba(0, 0, 0, 0.4);bottom:0;color:rgba(255, 255, 255, 0.4);cursor:pointer;display:block;font-size:16px;height:25px;line-height:25px;position:absolute;right:0;width:25px;}
.list-day-events .day.current{background:#dddd01;}
.list-day-events .day.loading .fa-plus{animation:fa-spin 2s linear infinite;}
.list-day-events .day.loading .fa-plus:before{content:"\f110";}
.list-day-events .day .wrap{height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:14px;}
.list-day-events .day .wrap > span{display:block;font-weight:bold;text-transform:uppercase;}
.wrap-days{overflow:visible;position:relative;}
.wrap-days .control{font-size:30px;position:absolute;top:50%;color:#444;cursor:pointer;opacity:0.6;transition:all 200ms;}
.wrap-days .control:hover{opacity:1;}
.wrap-days .control.prev{left:0;transform:translate(-15px, -50%);}
.wrap-days .control.next{right:0;transform:translate(15px, -50%);}
.wrap-days .control.disabled{color:#ccc;cursor:not-allowed;opacity:0;}
#cartelera-view #calendar{display:none;}
#cartelera-view.view-calendar #calendar{display:block;}
#cartelera-view.view-calendar .fa-calendar:before{content:"\f410";}
#cartelera-view.view-calendar .wrap-days{display:none;}
article.events .event-meta, .next-event.events .event-meta{border-left:5px solid #179F98;}
body.template-home .widget-events .wrap-content .events .event.event .hora{border-left:5px solid #179F98 !important;}
article.events.event .event-meta, .next-event.events.event .event-meta{border-left:5px solid #179F98;}
article.events.event .category a{background:#179F98;color:#fff;}
.sidebar .organizer-widget a.term.event{background:#179F98;color:#fff;}
body.template-home .widget-events .wrap-content .events .event.orquestal .hora{border-left:5px solid #FF8000 !important;}
article.events.orquestal .event-meta, .next-event.events.orquestal .event-meta{border-left:5px solid #FF8000;}
article.events.orquestal .category a{background:#FF8000;color:#fff;}
.sidebar .organizer-widget a.term.orquestal{background:#FF8000;color:#fff;}
body.template-home .widget-events .wrap-content .events .event.festivales .hora{border-left:5px solid #FF4000 !important;}
article.events.festivales .event-meta, .next-event.events.festivales .event-meta{border-left:5px solid #FF4000;}
article.events.festivales .category a{background:#FF4000;color:#fff;}
.sidebar .organizer-widget a.term.festivales{background:#FF4000;color:#fff;}
body.template-home .widget-events .wrap-content .events .event.musica-de-camara .hora{border-left:5px solid #00BFFF !important;}
article.events.musica-de-camara .event-meta, .next-event.events.musica-de-camara .event-meta{border-left:5px solid #00BFFF;}
article.events.musica-de-camara .category a{background:#00BFFF;color:#fff;}
.sidebar .organizer-widget a.term.musica-de-camara{background:#00BFFF;color:#fff;}
body.template-home .widget-events .wrap-content .events .event.opera .hora{border-left:5px solid #FACC2E !important;}
article.events.opera .event-meta, .next-event.events.opera .event-meta{border-left:5px solid #FACC2E;}
article.events.opera .category a{background:#FACC2E;color:#fff;}
.sidebar .organizer-widget a.term.opera{background:#FACC2E;color:#fff;}
body.template-home .widget-events .wrap-content .events .event.musica-nueva .hora{border-left:5px solid #04B4AE !important;}
article.events.musica-nueva .event-meta, .next-event.events.musica-nueva .event-meta{border-left:5px solid #04B4AE;}
article.events.musica-nueva .category a{background:#04B4AE;color:#fff;}
.sidebar .organizer-widget a.term.musica-nueva{background:#04B4AE;color:#fff;}
body.template-home .widget-events .wrap-content .events .event.infantil .hora{border-left:5px solid #D7DF01 !important;}
article.events.infantil .event-meta, .next-event.events.infantil .event-meta{border-left:5px solid #D7DF01;}
article.events.infantil .category a{background:#D7DF01;color:#fff;}
.sidebar .organizer-widget a.term.infantil{background:#D7DF01;color:#fff;}
body.template-home .widget-events .wrap-content .events .event.coral .hora{border-left:5px solid #86B404 !important;}
article.events.coral .event-meta, .next-event.events.coral .event-meta{border-left:5px solid #86B404;}
article.events.coral .category a{background:#86B404;color:#fff;}
.sidebar .organizer-widget a.term.coral{background:#86B404;color:#fff;}
body.template-home .widget-events .wrap-content .events .event.recital .hora{border-left:5px solid #F7819F !important;}
article.events.recital .event-meta, .next-event.events.recital .event-meta{border-left:5px solid #F7819F;}
article.events.recital .category a{background:#F7819F;color:#fff;}
.sidebar .organizer-widget a.term.recital{background:#F7819F;color:#fff;}
body.template-home .widget-events .wrap-content .events .event.transmisiones .hora{border-left:5px solid #2ECCFA !important;}
article.events.transmisiones .event-meta, .next-event.events.transmisiones .event-meta{border-left:5px solid #2ECCFA;}
article.events.transmisiones .category a{background:#2ECCFA;color:#fff;}
.sidebar .organizer-widget a.term.transmisiones{background:#2ECCFA;color:#fff;}
body.template-home .widget-events .wrap-content .events .event.ballet-danza .hora{border-left:5px solid #D358F7 !important;}
article.events.ballet-danza .event-meta, .next-event.events.ballet-danza .event-meta{border-left:5px solid #D358F7;}
article.events.ballet-danza .category a{background:#D358F7;color:#fff;}
.sidebar .organizer-widget a.term.ballet-danza{background:#D358F7;color:#fff;}
body.template-home .widget-events .wrap-content .events .event.cursos-presentaciones .hora{border-left:5px solid #045FB4 !important;}
article.events.cursos-presentaciones .event-meta, .next-event.events.cursos-presentaciones .event-meta{border-left:5px solid #045FB4;}
article.events.cursos-presentaciones .category a{background:#045FB4;color:#fff;}
.sidebar .organizer-widget a.term.cursos-presentaciones{background:#045FB4;color:#fff;}
body.template-home .widget-events .wrap-content .events .event.streaming .hora{border-left:5px solid #FA5858 !important;}
article.events.streaming .event-meta, .next-event.events.streaming .event-meta{border-left:5px solid #FA5858;}
article.events.streaming .category a{background:#FA5858;color:#fff;}
.sidebar .organizer-widget a.term.streaming{background:#FA5858;color:#fff;}
.next-event.events.next-event, article.events.next-event{display:block;}
@media(min-width:992px){
.next-event.events.next-event:after, article.events.next-event:after{margin:0 15px;display:block;content:"";border:1px solid #ccc;}
}
.next-event.events .event-meta, article.events .event-meta{padding:10px 0;margin:3px 0 10px 0;}
.next-event.events .event-meta .category i, article.events .event-meta .category i{display:none;}
.next-event.events .event-meta .category a, article.events .event-meta .category a{display:inline-block;padding:5px 12px;color:#ffffff;}
.next-event.events .event-meta .date, article.events .event-meta .date{display:flex;padding-left:5px;}
.next-event.events .event-meta .date .day, article.events .event-meta .date .day{font-size:30px;line-height:30px;width:auto;text-align:center;display:block;padding:0 2px 0 0;}
.next-event.events .event-meta .date .month-year, article.events .event-meta .date .month-year{display:block;width:auto;height:30px;padding:0 0 0 2px;font-size:14px;}
.next-event.events .event-meta .date .month-year > span, article.events .event-meta .date .month-year > span{display:block;line-height:15px;}
.next-event.events .event-meta .event-dates, article.events .event-meta .event-dates{display:flex;}
.next-event.events .event-meta .fc_end, article.events .event-meta .fc_end{padding-left:1.5em;position:relative;}
.next-event.events .event-meta .fc_end:before, article.events .event-meta .fc_end:before{content:"→";position:absolute;left:5px;top:50%;transform:translate(0, -50%);font-weight:bold;font-size:18px;}
.next-event.events .event-data-wrap, article.events .event-data-wrap{padding-bottom:15px;}
.next-event.events .event-data-wrap > div p:last-child, article.events .event-data-wrap > div p:last-child{margin:0;}
.next-event.events .event-data-wrap h3, article.events .event-data-wrap h3{margin:10px 0;border-top:1px solid #e7e7e7;}
.next-event.events .event-data-wrap h3:first-child, article.events .event-data-wrap h3:first-child{border:none;}
.next-event.events .event-data-wrap .with-border, article.events .event-data-wrap .with-border{border-top:1px solid #d4d4d4;paddint-top:10px;margin-top:15px;}
.next-event.events .event-data-wrap .offers, article.events .event-data-wrap .offers{display:block;}
.next-event.events .event-data-wrap .offers .event-price:before, article.events .event-data-wrap .offers .event-price:before{content:"$";display:inline-block;}
.next-event.events .sala-name a, article.events .sala-name a{color:#444444;}
.next-event.events .free-event, article.events .free-event{display:inline-block;padding:0px 8px;font-size:16px;line-height:20px;background:#000000;color:#ffffff;}
.next-event.events .google-map.showed, article.events .google-map.showed{height:280px;width:100%;}
.sidebar{padding-bottom:50px;line-height:1.2;}
.sidebar .widget-wrap{margin-bottom:40px;}
.sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5{line-height:1.1 !important;}
.sidebar h2{font-size:22px;margin:0 0 10px;padding:0;}
.sidebar h2.widget-title{font-size:24px;}
.sidebar h3, .sidebar h4{font-size:18px !important;}
.sidebar a{color:#444444;}
.sidebar .wrap-widget{margin-bottom:40px;line-height:1.2 !important;}
.sidebar .orquestas, .sidebar .next-events{margin-bottom:30px;}
.sidebar .orquestas .thumbnail, .sidebar .next-events .thumbnail{height:120px;overflow:hidden;position:relative;}
.sidebar .orquestas .thumbnail img, .sidebar .next-events .thumbnail img{position:absolute;width:100%;top:50%;transform:translateY(-50%);}
.sidebar .orquestas > div, .sidebar .next-event, .sidebar .related-post{margin-bottom:15px;}
.sidebar .next-event .date{font-size:14px;}
.sidebar .next-event h3{display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:2.2em;margin-bottom:0;}
.sidebar .related-post .thumb, .sidebar .related-post .thumbnail{max-width:130px;}
.sidebar .widget-indice .content{margin-bottom:7px;}
.sidebar .widget-indice .wrap-index{padding-left:15px;}
.sidebar .organizer-widget .cloud-tag{display:flex;flex-flow:row wrap;}
.sidebar .organizer-widget a.term{display:block;width:auto;margin:5px 5px 0 0;flex:1 0 auto;padding:5px;color:#fff;background:#179F98;}
.sidebar .toggle{margin:0;}
.header .search-header{display:block;cursor:pointer;}
.hide-search{max-width:1180px;margin:0 auto;height:0;overflow:hidden;transition:all 300ms;}
.hide-search.toggled{height:auto;}
.hide-search .search-input{width:100%;}
.hide-search .search-submit{display:none;}
.advanced-search{padding:10px 0;}
.toggle-menu span{display:none;}
#advanced-search .filters{display:none;}
#advanced-search input#chk-search-advanced:checked ~ .filters{display:block;}::selection{background:#1ab5ad;color:#FFF;text-shadow:none;}::-webkit-selection{background:#1ab5ad;color:#FFF;text-shadow:none;}::-moz-selection{background:#1ab5ad;color:#FFF;text-shadow:none;}
.no-padding{padding:0;}
.icon-loading:before{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNCAyNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO30KPC9zdHlsZT4KPGxpbmUgY2xhc3M9InN0MCIgeDE9IjEyIiB5MT0iMiIgeDI9IjEyIiB5Mj0iNiIvPgo8bGluZSBjbGFzcz0ic3QwIiB4MT0iMTIiIHkxPSIxOCIgeDI9IjEyIiB5Mj0iMjIiLz4KPGxpbmUgY2xhc3M9InN0MCIgeDE9IjQuOSIgeTE9IjQuOSIgeDI9IjcuOCIgeTI9IjcuOCIvPgo8bGluZSBjbGFzcz0ic3QwIiB4MT0iMTYuMiIgeTE9IjE2LjIiIHgyPSIxOS4xIiB5Mj0iMTkuMSIvPgo8bGluZSBjbGFzcz0ic3QwIiB4MT0iMiIgeTE9IjEyIiB4Mj0iNiIgeTI9IjEyIi8+CjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIxOCIgeTE9IjEyIiB4Mj0iMjIiIHkyPSIxMiIvPgo8bGluZSBjbGFzcz0ic3QwIiB4MT0iNC45IiB5MT0iMTkuMSIgeDI9IjcuOCIgeTI9IjE2LjIiLz4KPGxpbmUgY2xhc3M9InN0MCIgeDE9IjE2LjIiIHkxPSI3LjgiIHgyPSIxOS4xIiB5Mj0iNC45Ii8+Cjwvc3ZnPgo=") center center no-repeat;background-size:contain;content:"";display:block;width:40px;height:40px;animation:rotate-loading 2s linear;}
.icon-loading.light:before{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNCAyNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO30KPC9zdHlsZT4KPGxpbmUgY2xhc3M9InN0MCIgeDE9IjEyIiB5MT0iMiIgeDI9IjEyIiB5Mj0iNiIvPgo8bGluZSBjbGFzcz0ic3QwIiB4MT0iMTIiIHkxPSIxOCIgeDI9IjEyIiB5Mj0iMjIiLz4KPGxpbmUgY2xhc3M9InN0MCIgeDE9IjQuOSIgeTE9IjQuOSIgeDI9IjcuOCIgeTI9IjcuOCIvPgo8bGluZSBjbGFzcz0ic3QwIiB4MT0iMTYuMiIgeTE9IjE2LjIiIHgyPSIxOS4xIiB5Mj0iMTkuMSIvPgo8bGluZSBjbGFzcz0ic3QwIiB4MT0iMiIgeTE9IjEyIiB4Mj0iNiIgeTI9IjEyIi8+CjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIxOCIgeTE9IjEyIiB4Mj0iMjIiIHkyPSIxMiIvPgo8bGluZSBjbGFzcz0ic3QwIiB4MT0iNC45IiB5MT0iMTkuMSIgeDI9IjcuOCIgeTI9IjE2LjIiLz4KPGxpbmUgY2xhc3M9InN0MCIgeDE9IjE2LjIiIHkxPSI3LjgiIHgyPSIxOS4xIiB5Mj0iNC45Ii8+Cjwvc3ZnPgo=") center center no-repeat;}
.hidden{display:none !important;}
.help{display:inline-block;position:absolute;right:0;border:1px solid;font-size:10px;height:15px;width:15px;text-align:center;border-radius:7px;font-weight:bolder;cursor:pointer;}
.help:hover{color:#fff;background:#000;}
.twitter-share-button[style]{vertical-align:text-bottom !important;}
.fb_iframe_widget_fluid_desktop iframe{min-height:250px;max-width:100%;}
div.wpcf7{margin:0;padding:0;}
div.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;margin:0;padding:0;border:0;}
div.wpcf7-response-output{margin:2em 0.5em 1em;padding:0.2em 1em;border:2px solid #ff0000;}
div.wpcf7-mail-sent-ok{border:2px solid #398f14;}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted{border:2px solid #ff0000;}
div.wpcf7-spam-blocked{border:2px solid #ffa500;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{border:2px solid #f7e700;}
.wpcf7-form-control-wrap{position:relative;}
span.wpcf7-not-valid-tip{color:#f00;font-size:1em;font-weight:normal;display:block;}
.use-floating-validation-tip span.wpcf7-not-valid-tip{position:absolute;top:20%;left:20%;z-index:100;border:1px solid #ff0000;background:#fff;padding:0.2em 0.8em;}
span.wpcf7-list-item{display:inline-block;margin:0 0 0 1em;}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after{content:" ";}
.wpcf7-display-none{display:none;}
div.wpcf7 .ajax-loader{visibility:hidden;display:inline-block;background-image:url(//musicaenmexico.com.mx/wp-content/themes/musicaenmexico-theme/img/bx_loader.gif);width:16px;height:16px;border:none;padding:0;margin:0 0 0 4px;vertical-align:middle;}
div.wpcf7 .ajax-loader.is-active{visibility:visible;}
div.wpcf7 div.ajax-error{display:none;}
div.wpcf7 .placeheld{color:#888;}
div.wpcf7 input[type=file]{cursor:pointer;}
div.wpcf7 input[type=file]:disabled{cursor:default;}
div.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed;}
.lazy-load{transition:all 300ms;width:100%;}
.lazy-load.waypointed{opacity:1;}
.progress-ajax{position:fixed;z-index:99999;top:0;left:-6px;width:0;right:0;height:7px;background:#179F98;border-bottom:3px solid #dddd01;}
.progress-ajax.error{background:#f00;}
.progress-ajax dd, .progress-ajax dt{position:absolute;top:0;height:4px;border-radius:100%;}
.progress-ajax dt{opacity:0.6;width:180px;right:-80px;clip:rect(-6px, 90px, 14px, -6px);}
.progress-ajax dd{opacity:0.6;width:20px;right:0;clip:rect(-6px, 22px, 14px, 10px);}
.ytLoad{position:fixed;z-index:99999;top:0;left:-6px;width:0;right:0;height:4px;background:#56A09A;border-bottom:2px solid #dcdb21;}
.ytLoad.error{background:#f00;}
.ytLoad dd, .ytLoad dt{position:absolute;top:0;height:4px;border-radius:100%;}
.ytLoad dt{opacity:0.6;width:180px;right:-80px;clip:rect(-6px, 90px, 14px, -6px);}
.ytLoad dd{opacity:0.6;width:20px;right:0;clip:rect(-6px, 22px, 14px, 10px);}
.lwptoc{background:#000000;display:inline-block;background:#f4f4f4;padding:15px;font-size:90%;line-height:1.5em;}
.lwptoc a{font-weight:500;}
.lwptoc .lwptoc_itemWrap{padding-left:0px;}
.lwptoc .lwptoc_itemWrap .lwptoc_itemWrap{padding-left:10px;}
.lwptoc .lwptoc_toggle{font-size:95%;}
@media only screen and (min-width: 480px) {
nav .menu-container > ul{display:flex;flex-wrap:wrap;}
nav .menu-container > ul > li{display:block;width:50%;list-style:none;margin-bottom:20px;padding:0 0 0 15px;}
.toggle-menu span{display:inline-block;}
#multimedia iframe{height:270px;}
}
@media only screen and (max-width: 400px) {
.header .redes{padding-left:0;}
.header .redes .social-link img{width:25px;height:25px;}
}
@media only screen and (max-width: 560px) {
h1{font-size:3.2rem;}
h2{font-size:2.8rem;}
h3{font-size:2.4rem;}
h4{font-size:2.2rem;}
h5{font-size:2rem;}
h6{font-size:1.8rem;}
.sidebar .orquestas .thumbnail, .sidebar .next-events .thumbnail{height:65px;}
}
@media only screen and (max-width: 767px) {
#multimedia .section-wrap,
.section-wrap.rotativo{max-width:100% !important;}
#multimedia .section-wrap .block-8,
.section-wrap.rotativo .block-8{padding:0 !important;}
#multimedia .section-wrap .block-4,
.section-wrap.rotativo .block-4{max-width:480px;margin:0 auto !important;}
#multimedia iframe{height:56.25vw;}
.single #breadcrumbs li.item-current{display:none;}
.single .row.main{justify-content:center;}
.single .sidebar{margin-top:40px;}
.single .radio-wrap .container{position:initial;}
.single .radio-wrap .options{display:block;max-width:50px;right:0;}
.single-maestros article .sidebar .toggler{display:block;}
.single-maestros article .sidebar .toggler:after{content:attr(data-content);display:block;font-size:20px;}
.single-maestros article .sidebar .widget-indice{display:none;}
.radio-wrap .row .radio-info{font-size:14px;}
.infinite-item:not(:first-child) .sidebar{display:none;}
}
@media only screen and (min-width: 768px) {
.header .logo-img.full{display:block;}
.header .logo-img.small{display:none;}
.radio-icon{width:32px;height:32px;}
.radio-icon:after{height:26px;width:32px;}
#radio-list li{flex:0 0 33.33%;max-width:33.33%;}
body.template-home article{margin-bottom:0;}
body.template-home #eventos-destacados figure{background:#efefef;aspect-ratio:19/9;}
body.template-home #eventos-destacados figure img{width:100%;height:100%;object-fit:cover;}
#multimedia iframe{height:393px;}
.footer .double-block{width:calc(70% - 4px) !important;}
.single article.post_format-post-format-video .thumbnail .video, .single article.post_format-post-format-video .thumbnail iframe, .single article.format-video .thumbnail .video,
.single article.format-video .thumbnail iframe{height:405px;max-height:405px;margin:0;}
.single article.multimedia .video, .single article.multimedia iframe{height:405px;max-height:405px;margin:0;}
.single article.main .entry-title{font-size:4.2rem;}
.single article figure.thumbnail{position:relative;overflow:hidden;}
.single article figure.thumbnail img{width:100%;}
.single article .aweber-form input{margin-bottom:0;}
.single article .aweber-form .fields{margin-bottom:10px;}
.archive-title .page-title{font-size:4rem;}
article.events .google-map.showed{height:350px;}
.wp-block-embed-youtube, .wp-block-embed.is-type-video{margin:10px -15px;}
.wp-block-embed-youtube iframe, .wp-block-embed.is-type-video iframe{height:480px;}
span.embed-youtube iframe{height:480px;}
#wrap-quedate .quedate-content .headline .responsive{display:inline;}
#wrap-quedate .quedate-content .toggle{display:none !important;}
#wrap-quedate .quedate-content .items{display:flex !important;}
#wrap-quedate .quedate-content .items .inner{display:block;background:none;border:none;line-height:1.2;transition:all;}
#wrap-quedate .quedate-content .items .inner h2{display:block;}
#wrap-quedate .quedate-content .items .inner .image{width:100%;padding:15px;}
#wrap-quedate .quedate-content .items .inner img{transition:all 300ms;}
#wrap-quedate .quedate-content .items .inner:hover img{transform:scale(1.1);}
.sidebar #wrap-quedate{display:block;padding:0;margin-bottom:40px;}
.sidebar #wrap-quedate .quedate-content .items{display:block !important;}
.sidebar #wrap-quedate .quedate-content .items .col-12{max-width:100% !important;}
.sidebar #wrap-quedate .quedate-content .items .inner{display:flex;flex-direction:row;margin-bottom:10px;text-align:left;align-items:center;}
.sidebar #wrap-quedate .quedate-content .items .inner h2{font-size:16px;margin:0;padding-left:10px;text-align:left;}
.sidebar #wrap-quedate .quedate-content .items .inner .image{flex:0 0 60px;padding:5px;}
.nav-radio .dropdown{flex-wrap:wrap-reverse;flex-direction:row-reverse;justify-content:flex-end;}
.nav-radio .dropdown li{flex:0 1 33.333%;}
}
@media only screen and (max-width: 991px) {
.single .wrap-article .sharer{position:absolute;top:0;right:0;bottom:200px;width:0;z-index:99;}
.single .wrap-article .sharer .wrap{display:block;transform:translateX(-100%);width:32px;position:sticky;top:calc(100vh - 110px);}
.single .wrap-article .sharer .wrap .button{display:block;box-shadow:1px 1px 3px rgba(0, 0, 0, 0.65);}
.single .wrap-article .sharer .wrap .links{display:none;}
.single .wrap-article .sharer .wrap .links a{display:block;margin-bottom:5px;}
.single .wrap-article .sharer .wrap .button.active + .links{display:block;position:absolute;top:-185px;}
}
@media only screen and (min-width: 992px) {
.header{height:95px;}
.header .logo img{width:245px;height:54px;}
.header .row .redes .social-link{display:block;float:left;margin-left:3px;max-width:62px;}
.header .row .redes .social-link.show-radio .desktop{display:block;width:62px;height:32px;}
.header .row .redes .social-link.show-radio .mobile{display:none;}
.header .toggle-wrap{display:none;}
.header .toggle-menu{display:none !important;}
body.admin-bar.sticky-header .header .wrap{-webkit-box-shadow:0px 1px 3px 0px rgba(68, 68, 68, 0.4);-moz-box-shadow:0px 1px 3px 0px rgba(68, 68, 68, 0.4);box-shadow:0px 1px 3px 0px rgba(68, 68, 68, 0.4);top:32px;}
.main-menu{display:block;position:relative;left:initial;top:initial;bottom:initial;padding:0 15px;opacity:1;}
.main-menu ul.menu{flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;height:25px;}
.main-menu ul.menu li{flex:0 1 auto !important;width:auto;margin:0;font-weight:normal;font-size:14px;position:relative;padding:0;}
.main-menu ul.menu li a{display:block;padding:0 15px;text-decoration:none !important;border:none;line-height:25px;height:25px;overflow:hidden;position:relative;}
.main-menu ul.menu li > ul.sub-menu{display:none;margin:0;padding:0;}
.main-menu ul.menu li > ul.sub-menu li{padding:0;}
.main-menu ul.menu li > ul.sub-menu li a{padding:5px 10px;line-height:1.5;height:auto;}
.main-menu ul.menu li > ul.sub-menu li a:before{display:none !important;}
.main-menu ul.menu li > ul.sub-menu li ul{display:block;position:relative;}
.main-menu ul.menu li > ul.sub-menu li ul li a{padding-left:20px;}
.main-menu ul.menu li:hover > a{background:#515151;}
.main-menu ul.menu li:hover > a:before{content:"";display:block;position:absolute;bottom:0;left:0;right:0;border-bottom:2px solid #d4d4d4;}
.main-menu ul.menu li:hover > ul{display:block;position:absolute;min-width:200px;background:#444;left:0;top:100%;}
.nav-bottom .menu{margin:0;padding:0;display:flex;flex-wrap:wrap;}
.nav-bottom .menu > li{flex:1 1 25%;max-width:25%;}
.nav-bottom .menu > li li ul{padding-left:10px;}
#multimedia iframe{height:37.5vm;}
#multimedia #video, #multimedia #podcast{height:485px;}
#multimedia #video .block-indice, #multimedia #podcast .block-indice{height:100%;display:block;}
#multimedia #video .block-indice .pager, #multimedia #podcast .block-indice .pager{display:flex;padding:10px 0px;height:18%;max-height:18%;overflow:hidden;border-bottom:1px solid #d4d4d4;align-items:center;}
#multimedia #video .block-indice .pager.current, #multimedia #video .block-indice .pager:hover, #multimedia #podcast .block-indice .pager.current, #multimedia #podcast .block-indice .pager:hover{background:#d4d4d4;}
#multimedia #video .block-indice .pager:last-child, #multimedia #podcast .block-indice .pager:last-child{border-bottom:none;max-height:10%;align-self:center;}
#multimedia #video .block-indice h3, #multimedia #podcast .block-indice h3{margin:0;}
#multimedia #video .pager-media, #multimedia #podcast .pager-media{height:100%;}
.single article.post_format-post-format-video .thumbnail .video, .single article.post_format-post-format-video .thumbnail iframe, .single article.format-video .thumbnail .video,
.single article.format-video .thumbnail iframe{height:56.25vw;max-height:641px;margin:0;}
.single article.multimedia .video, .single article.multimedia iframe{height:56.25vw;max-height:641px;margin:0;}
.single article .aweber-form{margin:0 -15px;}
.sidebar{padding-left:5%;}
.wp-block-embed-youtube, .wp-block-embed.is-type-video{margin:1.2em -15px 1.2em -15px;}
.wp-block-embed-youtube iframe, .wp-block-embed.is-type-video iframe{height:480px;}
.list-day-events{max-height:100px;}
.list-day-events .day{height:100px;flex:0 0 100px;text-align:center;width:100px;max-width:100px;padding:10px 10px 20px;position:relative;transition:all 300ms;}
.list-day-events .day .wrap{height:80px;font-size:16px;}
body.event-archive .calendar-control .control, body.single-events .calendar-control .control{position:absolute;top:-56px;right:15px;display:inline-block;background:#d4d4d4;padding:5px 10px;cursor:pointer;color:#444444;opacity:0.9;margin-bottom:10px;}
body.event-archive .calendar-control .control span, body.single-events .calendar-control .control span{display:inline;}
body.event-archive .calendar-control .control:hover, body.single-events .calendar-control .control:hover{opacity:1;}
body.event-archive .calendar-control .control.disabled, body.single-events .calendar-control .control.disabled{opacity:0.3;cursor:not-allowed;}
body.event-archive .breads, body.single-events .breads{padding-right:100px;}
.nav-radio .dropdown li{flex:0 1 20%;}
.single .sharer{position:absolute;z-index:99;bottom:400px;background:transparent;top:20px;left:0px;}
.single .sharer .wrap{position:sticky !important;top:25%;width:auto;flex-direction:column;}
.single .sharer .wrap .button{display:none;}
.single .sharer .wrap .links a{display:block;margin-bottom:8px;}
.single .sharer .wrap .links a img{width:30px;height:30px;}
}
@media only screen and (min-width: 1200px) {
#multimedia iframe{height:385px;}
.register-fixed{bottom:auto;top:50%;transform:translate(0, -50%);height:auto;}
.register-fixed img{max-width:80px;height:auto;}
.single .wp-block-embed-youtube, .single .wp-block-embed.is-type-video, .single .aweber-form{margin:1.5em -15px 1.5em -15px;}
.single .sharer{left:-32px;}
.single .sharer .wrap .links{display:flex;flex-direction:column;}
.single .sharer .wrap .links a{display:block;}
.wp-block-embed-youtube iframe, .wp-block-embed.is-type-video iframe{height:480px;}
}
@media only screen and (min-width: 1280px) {
.single .sharer{width:auto;left:-70px;}
.single .sharer .wrap:before{content:"Compartir";display:block;font-size:12px;}
.single .sharer .wrap .links a img{width:35px;height:35px;}
}
#page-loading{display:none !important;}
@keyframes spin {
0%{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}
100%{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes rotate-loading {
0%{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}
100%{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes marquee {
0% {
opacity: 0;
}
5% {
opacity: 0;
}
6% {
transform: translateX(0);
opacity: 1;
}
50% {
transform: translateX(0);
}
100% {
transform: translateX(-100%);
}
}