@charset "UTF-8";
@charset "UTF-8";
.ays-quiz-container {
box-sizing: border-box;
}
.ays-quiz-container p{
padding: 0 10px;
margin: 1em 0;
}
.ays-quiz-container section.ays_quiz_redirection_timer_container,
.ays-quiz-container section.ays_quiz_timer_container {
padding-top: 5px; width:100%;
}
.ays-quiz-container section.ays_quiz_redirection_timer_container hr,
.ays-quiz-container section.ays_quiz_timer_container hr{
padding: 0px;
margin: 0px;
border-bottom-color: #ccc;
}
.ays-quiz-container form span {
margin-top: 0;
margin: 0;
}
.ays-field {
display: flex;
text-align: left;
opacity: 1;
margin-bottom: 10px;
position: relative;
}
[id^="ays-quiz-container-"] .ays-field input[type='checkbox'],
[id^="ays-quiz-container-"] .ays-field input[type='radio']{
display: none!important;
}
.ays-quiz-answers .ays-field input~label[for^="ays-answer-"] {
font-weight: 600;
color: #484848;
margin-bottom: 0;
width: 100%;
height: unset;
transition: all .3s;
cursor: pointer;
display: block !important;
padding: 5px !important;
padding-left: 10px !important;
padding-right: 10px !important;
word-wrap: break-word !important;
white-space: initial !important;
line-height: 33px;
text-transform: initial;
letter-spacing: unset;
}
.ays-quiz-answers .ays-field input~label.ays_answer_image_label[for^="ays-answer-"] {
line-height: 0 !important;
}
.ays-quiz-answers .ays-field input[type="checkbox"]+label[for^="ays-answer-"] {
margin-left: 0;
}
.ays-field input+label:before {
content: "";
display: inline-block;
background: #ddd;
background-clip: content-box;
width: 20px;
height: 20px;
border: 3px solid #ccc;
padding: 3px 3px 3px 3px;
box-sizing: border-box;
transition: all .4s linear;
vertical-align: middle;
margin-right: 10px;
}
.ays-field input[type="radio"]+label:before {
border-radius: 50%;
}
.ays-field input+label:hover:before {
background: #ddd;
color: #ddd;
background-clip: content-box;
}
.ays-field .select2-container {
display: block;
width: 100%!important;
}
.ays-field .select2-container .select2-selection--single,
.ays-field .select2-container--default .select2-selection--single .select2-selection__rendered {
height: 40px;
line-height: 40px;
font-size: 17px !important;
width: 100%;
color: white;
display: inline-block;
}
.ays-field .select2-container--default,
.ays-field .select2-container--default .selection,
.ays-field .select2-container--default .select2-selection {
display: inline-block;
width: 100%;
background-color: #444;
height: 40px;
padding: 0 !important;
}
.ays-field .select2-container--default .select2-selection--single {
background: transparent;
border: none;
border-radius: unset;
}
.ays-field .select2-container--default .select2-selection--single:focus {
outline: none;
box-shadow: none;
}
.ays-field .select2-container .select2-selection--single .select2-selection__arrow b[role="presentation"] {
border: none;
}
.ays-field .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 0;
right: 10px;
color: #fff;
transform: translate(0) !important;
transform: translateX(0) !important;
transform: translateY(0) !important;
}
[id^="ays-quiz-container-"] * {
box-sizing: border-box;
word-wrap: break-word;
}
[id^="ays-quiz-container-"] p{
margin: 5px !important;
}
[id^="ays-quiz-container-"] p:empty{
display: none;
}
div.ays-quiz-container[id^="ays-quiz-container-"] {
width: 96%;
min-width: 200px;
max-width: 96%;
margin: 20px auto;
text-align: center;
background: white;
border: 0 none;
border-radius: 3px;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
box-sizing: border-box;
position: relative;
padding-bottom: 60px;
transition: .5s ease;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
[id^="ays_finish_quiz_"] {
border: 0 none;
padding: 0;
margin: 0;
}
form[id^="ays_finish_quiz_"] {
background-color: initial !important;
}
[id^="ays_finish_quiz_"] div.step {
display: flex;
justify-content:  center;
align-items:  center;
border: 0 none;
width: 100%;
position: relative;
padding-top: 45px;
}
[id^="ays_finish_quiz_"] > div.step:first-of-type {
background-color: transparent !important;
border: none !important;
}
[id^="ays_finish_quiz_"] div.step div.ays-image-question-img{
margin-bottom: 15px;
}
[id^="ays_finish_quiz_"] div.step div.ays-abs-fs {
width: 90%;
}
[id^="ays_finish_quiz_"] > div.step.ays_thank_you_fs {
padding-top: 0px !important;
}
[id^="ays_finish_quiz_"] > div.step.ays_thank_you_fs .ays-abs-fs.ays-end-page {
margin-top: 0px !important;
} [id^="ays_finish_quiz_"] div.step:not(:first-of-type) {
display: none;
} [id^="ays_finish_quiz_"] input[type=search],
[id^="ays_finish_quiz_"] input[type=tel],
[id^="ays_finish_quiz_"] input[type=time],
[id^="ays_finish_quiz_"] input[type=url],
[id^="ays_finish_quiz_"] input[type=password],
[id^="ays_finish_quiz_"] input[type=date],
[id^="ays_finish_quiz_"] input[type=datetime],
[id^="ays_finish_quiz_"] input[type=datetime-local],
[id^="ays_finish_quiz_"] input[type=email],
[id^="ays_finish_quiz_"] input[type=number], 
[id^="ays_finish_quiz_"] input[type="text"],
[id^="ays_finish_quiz_"] textarea {
padding: 15px;
border: 1px solid #ccc;
border-radius: 3px!important;
margin-bottom: 10px;
width: 100%;
box-sizing: border-box;
color: #2C3E50;
font-size: 13px;
height: auto;
background-color: #fff;
}
[id^="ays_finish_quiz_"] textarea {
background-color: rgba(255, 255, 255, 0.7);
}
[id^="ays_finish_quiz_"] input[type=search]:focus,
[id^="ays_finish_quiz_"] input[type=tel]:focus,
[id^="ays_finish_quiz_"] input[type=time]:focus,
[id^="ays_finish_quiz_"] input[type=url]:focus,
[id^="ays_finish_quiz_"] input[type=password]:focus,
[id^="ays_finish_quiz_"] input[type=date]:focus,
[id^="ays_finish_quiz_"] input[type=datetime]:focus,
[id^="ays_finish_quiz_"] input[type=datetime-local]:focus,
[id^="ays_finish_quiz_"] input[type=email]:focus,
[id^="ays_finish_quiz_"] input[type=number]:focus, 
[id^="ays_finish_quiz_"] input[type="text"]:focus,
[id^="ays_finish_quiz_"] textarea:focus {
border-color: unset;
}
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=button]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=search]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=tel]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=time]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=url]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=password]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=date]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=datetime]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=datetime-local]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=email]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] input[type=number]:hover, 
div.ays-quiz-container[id^="ays-quiz-container-"] input[type="text"]:hover,
div.ays-quiz-container[id^="ays-quiz-container-"] textarea:hover {
transform: unset; 
-o-transform: unset;
-moz-transform: unset;
-webkit-transform: unset; 
}
div.ays-quiz-container[id^="ays-quiz-container-"] .information_form label[for^="ays_form_field"] {
text-align: left;
display: block;
cursor: pointer;
} [id^="ays_finish_quiz_"] .action-button {
display: inline-block;
width: auto; font-weight: bold;
font-size: 17px; border: 0 none; cursor: pointer; margin: 10px 5px;
line-height: 1;
text-transform: initial;
max-width: 100%;
box-shadow: unset;
float: unset;
}
[id^="ays_finish_quiz_"] .action-button.start_button {
padding: 10px 20px;
margin: 10px auto;
display: block;
}
[id^="ays_finish_quiz_"] div.information_form .action-button {
padding: 10px 10px;
display: block;
}
[id^="ays_finish_quiz_"] .action-button.ays_finish {
margin: 10px 5px;
}
[id^="ays_finish_quiz_"] .action-button:disabled:hover,
[id^="ays_finish_quiz_"] .action-button:disabled:focus,
[id^="ays_finish_quiz_"] .action-button:disabled {
outline: none !important;
background-color: #aaa !important;
box-shadow: none !important;
text-decoration: none !important;
cursor: default !important;
} [id^="ays_finish_quiz_"] .ays-fs-title {
font-size: 21px;
text-transform: uppercase;
color: #2C3E50;
margin-bottom: 10px;
text-align: center;
}
[id^="ays_finish_quiz_"] .ays-fs-subtitle {
font-weight: normal;
font-size: 17px;
color: #666;
margin-bottom: 20px;
}
.ays-quiz-container .select2-container .select2-dropdown {
margin: 0;
max-width: unset;
}
.ays-quiz-container .select2-dropdown input.select2-search__field {
border-radius: 0px!important;
}
.ays-quiz-container .select2-container--default .select2-results__option--highlighted[aria-selected] {
color: #fff !important;
}
.ays-quiz-container .select2-container--default .select2-results__option[aria-selected="true"] {
background-color: #aaa;
}
.ays-quiz-container .select2-container--default .select2-results>.select2-results__options {
max-height: calc( 100vh / 3 );
margin: 0!important;
padding: 0!important;
}
[id^="ays_finish_quiz_"] .select2-container--default .select2-results__option::after
[id^="ays_finish_quiz_"] .select2-container--default .select2-results__option::before {
content: none !important;
}
.ays-quiz-container .select2-container--default .select2-results__option {
list-style-type: none !important;
text-align: left;
color: #000 !important;
margin: 0!important;
}
.ays-quiz-container .select2-container.select2-container--default.select2-container--open {
z-index: 99999;
}
.ays-quiz-container .select2-container.select2-container--default.select2-container--open .select2-dropdown--below{
animation: fadeInUp;
animation-duration: .3s !important;
max-width: unset;
}
.ays-quiz-container .select2-container--default .select2-selection--single .select2-selection__arrow{
display: inline-block;
height: 26px;
}
[id^="ays_finish_quiz_"] p.ays_message{
font-size: 20px;
}
[id^="ays_finish_quiz_"] p.ays_score.ays_score_percent{
font-size: 18px;
}
[id^="ays_finish_quiz_"] p.ays_score {
text-align: center;
} .ays-progress {
position: relative;
overflow: hidden;
}
.ays-progress-bar {
overflow: hidden;
width: 0%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border-radius: 5px;
}
.ays-progress-value {
color: #333;
display: block;
font-size: 12px;
line-height: 15px;
white-space: nowrap;
background-color: transparent;
}
.ays-progress-bg {
position: relative;
height: 8px;
border-radius: 5px;
overflow: hidden;
}
.ays-progress-bar:after {
background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
position: absolute;
content: '' !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@keyframes ays_progress_bar {
0% {
background-position: 0 0;
}
100% {
background-position: -40px 0;
}
} .ays-progress.first {
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-ms-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
margin-bottom: 10px;
padding: 0px;
background-color: #000;
border: 1px solid;
}
.ays-progress-bar.first {
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-ms-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px; display: block;
height: 15px;
width: 0%;
margin: 0px;
padding: 0px;
background-color: #fff;
}
.ays-progress-bar.first::after {
content: none !important;
}
.ays-progress-value.first {
position:absolute;
z-index:1;
width:0;
height:100%;
text-align: center;
}
.ays-progress-bg.first {
height:15px;
background: transparent;
} .ays-progress.second {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
margin-bottom: 10px;
padding: 0px;
background-color: #000;
border: 1px solid;
}
.ays-progress-bar.second {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px; display: block;
height: 15px;
width: 0%;
margin: 0px;
padding: 0px;
background-color: #fff;
}
.ays-progress-bar.second::after {
content: none !important;
}
.ays-progress-value.second {
position:absolute;
z-index:1;
width:0;
height:100%;
font-size: 12px;
line-height: 15px !important;
white-space: nowrap;
background-color: transparent;
text-align: center;
}
.ays-progress-bg.second {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
height:15px;
background: transparent;
} .ays-progress.third {
border-radius: 5px;
border: none;
}
.ays-progress-value.third {    
width:100%;
height:100%;
text-align: center;
}
.ays-progress-bg.third {
} .ays-progress.fourth {    
border-radius: 5px;
border: none;
}
.ays-progress-bar.fourth {    
border-radius: 0px;
}
.ays-progress-value.fourth {
position:absolute;
z-index:1;
width:100%;
height:100%;
text-align: center;
}
.ays-progress-bg.fourth {
height:15px;
}
.ays-progress-bar.fourth:after {
animation: ays_progress_bar linear infinite;
animation-duration: 0.8s !important;
} div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-social-shares{
margin: 15px 0;
text-align: center;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-share-btn-icon {
font-family: FontAwesome;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
}
.ays-share-btn-linkedin .ays-quiz-share-btn-icon:before {
content: "\f08c";
}
.ays-share-btn-facebook .ays-quiz-share-btn-icon:before {
content: "\f082";
}
.ays-share-btn-twitter .ays-quiz-share-btn-icon:before { }
.ays-share-btn-whatsapp .ays-quiz-share-btn-icon:before {
content: "\f232";
}
.ays-share-btn-email .ays-quiz-share-btn-icon:before {
content: "\e945";
}
.ays-share-btn-more .ays-quiz-share-btn-icon:before {
content: "\ea82";
}
.ays-share-btn-googleplus .ays-quiz-share-btn-icon:before {
content: "\ea88";
}
.ays-share-btn-github .ays-quiz-share-btn-icon:before {
content: "\eab4";
}
.ays-share-btn-tumblr .ays-quiz-share-btn-icon:before {
content: "\eabb";
}
.ays-share-btn-reddit .ays-quiz-share-btn-icon:before {
content: "\eac7";
}
.ays-share-btn-delicious .ays-quiz-share-btn-icon:before {
content: "\eacc";
}
.ays-share-btn-stumbleupon .ays-quiz-share-btn-icon:before {
content: "\eace";
}
.ays-share-btn-pinterest .ays-quiz-share-btn-icon:before {
content: "\ead0";
}
.ays-share-btn-vkontakte .ays-quiz-share-btn-icon:before {
content: "\f189";
}
.ays-share-btn-instagram .ays-quiz-share-btn-icon:before {
content:"\f16d";
}
.ays-share-btn-youtube .ays-quiz-share-btn-icon:before {
content:"\f16a";
}
.ays-share-btn-behance .ays-quiz-share-btn-icon:before {
content:"\f1b4";
}
.ays-share-btn,
.ays-share-btn * {
box-sizing: border-box;
}
.ays-share-btn,
.ays-share-btn *,
.ays-share-btn *:before,
.ays-share-btn *:after {
box-sizing: border-box;
}
.ays-quiz-container[id^="ays-quiz-container-"] .ays-share-btn {
position: relative;
display: inline-block;
height: 24px;
margin: 0;
margin-bottom: 5px;
padding: 2px 8px;
line-height: 1.53;
letter-spacing: .04em;
vertical-align: top;
font-size: 12px;
font-weight: bold;
font-family: "Helvetica Neue", Arial, sans-serif;
color: #111;
background: #e0e0e0;
border: 1px solid #c7c7c7;
border-radius: 2px;
text-decoration: none;
transition: all 0.2s ease;
}
.ays-share-btn:hover,
.ays-share-btn:focus {
background: #d3d3d3;
border-color: #bababa;
text-decoration: none;
color: #111;
}
.ays-share-btn:active {
background: #c7c7c7;
border-color: #adadad;
text-decoration: none;
color: #111;
}
.ays-share-btn-rounded { border-radius: 8px;
height: auto;
}
.ays-share-btn.ays-share-btn-sm {
height: 20px;
font-size: 10px;
padding: 0 8px;
line-height: 1.6;
}
.ays-share-btn.ays-share-btn-lg {
height: 28px;
font-size: 16px;
line-height: 1.4;
}
.ays-share-btn .ays-share-btn-text-sr {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.ays-share-btn.ays-share-btn-branded {
color: #fff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter {
background: #000000;
border-color: #000000;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:focus {
background: #000000;
border-color: #000000;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:active {
background: #000000;
border-color: #000000;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-whatsapp {
background: #25D366;
border-color: #1ebe5b;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-whatsapp:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-whatsapp:focus {
background: #1ebe5b;
border-color: #18aa50;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-whatsapp:active {
background: #18aa50;
border-color: #149145;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook {
background: #3b5998;
border-color: #344e86;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:focus {
background: #344e86;
border-color: #2d4373;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:active {
background: #2d4373;
border-color: #263961;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte {
background: #486c91 !important;
border-color: #4b719a !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte:focus {
background: #2a6098 !important;
border-color: #4b719a !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-vkontakte:active {
background: #4b719a !important;
border-color: #4b719a !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram {
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
border-color: #8d3bbf !important;
border: 0;
display: inline-block;
padding-top: 0;
padding-bottom: 0;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram:focus {
background: radial-gradient(circle at 30% 107%, #fff37b 0%, #f5e96a 5%, #f83926 45%,#d61299 60%,#0e48f0 90%) !important;
border-color: #8d3bbf !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram:active {
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
border-color: #8d3bbf !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram .ays-quiz-share-btn-icon {
line-height: 24px;
padding: 0;
margin: 0;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube {
background: #fff !important;
border-color: #fff !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube:focus {
background: #ffffffd1 !important;
border-color: #ffffffd1 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube:active {
background: #ffffffd1 !important;
border-color: #ffffffd1 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube .ays-quiz-share-btn-icon {
color: #FF0000;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-behance {
background: #000B1D !important;
border-color: #000B1D !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-behance:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-behance:focus {
background: #000206 !important;
border-color: #000206 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-behance:active {
background: #000206 !important;
border-color: #000206 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus {
background: #dd4b39;
color: #fff;
border-color: #d73925;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:focus {
background: #d73925;
border-color: #c23321;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:active {
background: #c23321;
border-color: #ac2d1e;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr {
background: #35465c;
color: #fff;
border-color: #2c3a4c;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:focus {
background: #2c3a4c;
border-color: #222d3c;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:active {
background: #222d3c;
border-color: #19212b;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit {
background: #ff4500;
color: #fff;
border-color: #e63e00;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:focus {
background: #e63e00;
border-color: #cc3700;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:active {
background: #cc3700;
border-color: #b33000;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin {
background: #0976b4;
color: #fff;
border-color: #08669c;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:focus {
background: #08669c;
border-color: #075683;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:active {
background: #075683;
border-color: #05466b;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious {
background: #3399ff;
color: #fff;
border-color: #198cff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:focus {
background: #198cff;
border-color: #007fff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:active {
background: #007fff;
border-color: #0073e5;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon {
background: #eb4924;
color: #fff;
border-color: #e13b15;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:focus {
background: #e13b15;
border-color: #ca3412;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:active {
background: #ca3412;
border-color: #b22e10;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest {
background: #cc2127;
color: #fff;
border-color: #b61d23;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:focus {
background: #b61d23;
border-color: #a01a1f;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:active {
background: #a01a1f;
border-color: #8a161a;
}
.ays-share-btn.ays-share-btn-inverse {
color: #eeeeee;
background: #1f1f1f;
border-color: #050505;
}
.ays-share-btn.ays-share-btn-inverse:hover,
.ays-share-btn.ays-share-btn-inverse:focus {
background: #121212;
border-color: #000000;
color: #eeeeee;
}
.ays-share-btn.ays-share-btn-inverse:active {
background: #050505;
border-color: #000000;
color: #eeeeee;
}
.ays-share-btn.ays-share-btn-twitter .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-whatsapp .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-googleplus .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-tumblr .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-linkedin .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-pinterest .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-stumbleupon .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-delicious .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-more .ays-quiz-share-btn-icon {
position: relative;
top: 1px;
}
@-moz-document url-prefix() {
.ays-share-btn.ays-share-btn-twitter .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-whatsapp .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-googleplus .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-tumblr .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-linkedin .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-pinterest .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-stumbleupon .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-delicious .ays-quiz-share-btn-icon,
.ays-share-btn.ays-share-btn-more .ays-quiz-share-btn-icon {
top: 0;
}
}
.ays-share-btn.ays-share-btn-more.ays-share-btn-lg .ays-quiz-share-btn-icon {
top: 2px;
}
.ays-share-btn .ays-share-btn-text {
padding-left: 2px;
}
.ays-question-counter{
position: absolute;
right: 8px;
top: 0px;
color: rgba(0,0,0,.6);
margin: 1em 0;
}
.ays-answer-image:hover{
cursor: pointer;
}
.ays_answer_select_image,
.ays-answer-image {
width: 100px;
height: auto;
min-width: 150px;
object-fit: contain;
object-position: center center;
}
.ays-quiz-container .select2-results__options .select2-results__option span {
display: flex;
align-items: center;
word-wrap: break-word;
}
.ays-quiz-container .select2-results__options .select2-results__option .ays_answer_select_image {
width: 150px;
height: 100px;
display: inline-block;
margin-right: 15px;
}
.ays_feedback_button_div,
.ays_buttons_div{
display: flex;
justify-content: center;
margin-top: 15px;
margin-bottom: 15px;
flex-wrap: wrap;
}
.ays_buttons_div input{ }
.ays-quiz-container .ays_display_none {
display: none !important;
}
.active-step{
-webkit-transform: scale(1) !important;
-moz-transform: scale(1) !important;
-ms-transform: scale(1) !important;
-o-transform: scale(1) !important;
transform: scale(1) !important;
}
.ays_red_border{
border-color:red !important;
}
.ays_green_border{
border-color:green !important;
}
.ays_arrow{
background: none !important;
font-size: 40px !important;
}
.ays_arrow:hover{
box-shadow:none !important;
transform: scale(1.1);
}
@keyframes bar-fill {
0% {
width: 0;
}
}
@-webkit-keyframes bar-fill {
0% {
width: 0;
}
}
@-moz-keyframes bar-fill {
0% {
width: 0;
}
}
@-o-keyframes bar-fill {
0% {
width: 0;
}
}
.ays-field.ays_list_view_item input+label.answered::after,
.ays-field.ays_grid_view_item label.answered::after{
content: '';
display: inline-block;
width: 30px;
height: auto; vertical-align: middle;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
margin-left: 5px;
position: unset;
}
.ays-field input~label.answered.correct::after{
content: url(//childrenslawcentre.org.uk/wp-content/plugins/quiz-maker/public/images/correct.png);
}
.ays_quiz_results .ays-field input~label.ays_answer_image.answered.correct::after {
content: none;
}
.ays-field input~label.answered.wrong::after{
content: url(//childrenslawcentre.org.uk/wp-content/plugins/quiz-maker/public/images/wrong.png);
}
.ays-field label.answered {
position: relative;
}
.ays-field label.answered.correct:last-of-type::after,
.ays-field label.answered.wrong:last-of-type::after{
position: absolute;
}
.ays-field input~label.ays_without_after_content.answered::after {
content: none;
}
.ays-field.ays_grid_view_item input:checked~label.answered.wrong:before,
.ays-field.ays_list_view_item input:checked~label.answered.wrong:before {
border-color: #cc3700!important;
background: #cc3700!important;
background-clip: content-box!important;
}
.ays-field.ays_grid_view_item input:checked~label.answered.correct:before,
.ays-field.ays_list_view_item input:checked~label.answered.correct:before {
border-color: #27ae60!important;
background: #27ae60!important;
background-clip: content-box!important;
}
.ays-field label.ays_position_initial,
.ays-field.ays_list_view_item input+label {
position: initial !important;
}
.ays_quiz_rect_light .ays-field.ays_list_view_item label[for^="ays-answer"]:last-of-type::before,
.ays_quiz_rect_dark .ays-field.ays_list_view_item label[for^="ays-answer"]:last-of-type::before,
.ays-field.ays_list_view_item label[for^="ays-answer"]:last-of-type::before {
content: none!important;
}
.ays-field input:checked+label.answered.correct:before{
background-color: #1cbf8b;
}
.ays_question_result{
pointer-events: none;
opacity: 1 !important;
display: flex !important;
position:static !important;
min-height: 0 !important;
transform: scale(1) !important;
}
.ays-quiz-container .ays-loader{
display: none;
}
.ays-quiz-container div[data-role="loader"] {
display: block !important;
margin: 0 auto;
}
.lds-ellipsis {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.lds-ellipsis div {
position: absolute;
top: 27px;
width: 11px;
height: 11px;
border-radius: 50%;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 6px;
animation: lds-ellipsis1 infinite;
animation-duration: 0.6s !important;
}
.lds-ellipsis div:nth-child(2) {
left: 6px;
animation: lds-ellipsis2 infinite;
animation-duration: 0.6s !important;
}
.lds-ellipsis div:nth-child(3) {
left: 26px;
animation: lds-ellipsis2 infinite;
animation-duration: 0.6s !important;
}
.lds-ellipsis div:nth-child(4) {
left: 45px;
animation: lds-ellipsis3 infinite;
animation-duration: 0.6s !important;
}
.ays_grid_view_container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}
.ays_grid_view_item{
width: calc(50% - 5px);
}
.ays_grid_view_item:nth-child(odd) {
margin-right: 5px;
}
.ays-quiz-redirection-timer,
.ays-quiz-timer {
margin: 0 !important;
}
.ays-quiz-after-timer {
display: none;
margin: 0 !important;
}
.ays-quiz-question-waiting-time-box{
position: absolute;
margin-left: auto;
margin-right: auto;
top: 10px;
left: 0;
right: 0;
text-align: center;
}
.ays_question_hint_container {
position: absolute;
top: 10px;
left: 10px;
}
.ays_question_hint_container .ays_question_hint {
font-size: 20px;
cursor: pointer;
}
.ays_question_hint_container .ays_question_hint_text {
visibility: hidden;
max-width: 270px;
width: max-content; text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 999;
top: 0;
left: unset;
margin-left: 15px;
opacity: 0;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
transition: opacity 0.5s;
}
.ays_question_hint_container .ays_question_hint_text.show_hint {
visibility: visible;
opacity: 1;
z-index: 1000;
} .ays_question_result .ays_question_hint{
display: none;
}
.ays_average{
display: none;
text-align: center;
}
.ays_quiz_form_input{
display: block !important;
}
.ays-quiz-container *:after{
content: none;
}
.ays-quiz-container .ays-image-question-img img{
width:100%;
margin: 0 auto;
max-width:100%;
}
.ays-quiz-container .ays-field label:last-child {
overflow: hidden;
}
.ays-quiz-container .ays-field label:empty{
display: none;
}
.ays-quiz-container .ays-field input ~ label[for^="ays-answer"]:empty{
display: none !important;
padding: 0px !important;
}
.ays-quiz-container .ays-field input ~ label[for^="ays-answer"].ays_empty_before_content::before,
.ays-quiz-container .ays-field input:checked ~ label[for^="ays-answer"].ays_empty_before_content::before {
content: none !important;
}
.ays-field label.ays_answer_image {
overflow: hidden;
border-radius: 0;
margin: 0;
padding: 0;
line-height: 0 !important;
}
.ays-quiz-container{
max-width: 100%;
}
.ays_empty_before_content:before{
content: none !important;
}
.ays_score_display_none{
display:none;
}
.ays-quiz-container .disable_social_buttons{
display: none;
}
.ays-quiz-container .ays_quiz_image{
max-width: 100%;
margin: auto;
}
.ays-form-title{
margin-bottom: 20px;
font-size: 20px;
}
.ays-quiz-container .ays-field.ays-select-field {
padding: 0;
width: 100% !important;
position: relative;
}
.ays-quiz-container .ays-field.ays-text-field {
padding: 5px;
width: 100% !important;
display: flex;
flex-wrap: nowrap !important;
flex-direction: row !important;
margin-bottom: 20px;
align-items: stretch;
}
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input{
padding: 10px;
margin: 5px;
text-indent: 10px;
outline: 0;
transition: .8s ease;
height: 100px;
resize: none;
color: #000 !important;
background-color: #fff;
min-height: 100px;
background-image: unset;
}
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input[type="text"],
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input[type="number"] {
padding: 10px;
margin: 5px;
text-indent: 10px;
outline: 0;
transition: .8s ease;
color: #000 !important;
background-color: #fff;
background-image: unset;
}
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input ~ button.ays_check_answer {
margin-right: 0 !important;
}
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input{
padding: 10px;  margin-bottom: 0;
text-indent: 10px;
outline: 0;
transition: .8s ease;
color: #000 !important;
background-image: unset;
max-width: 100%;
margin-top: 0;
margin: 0;
}
.ays-quiz-container .ays-quiz-answers div.ays-text-right-answer {
display: none;
width: 100%;
border: 1px solid #ccc;
padding: 10px;
border-radius: 4px;
color: #ddd;
background: rgba(39,174,96,0.5);
}
.ays_quiz_question {
word-wrap: break-word;
}
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input ~ button.ays_check_answer {
margin: 5px !important;
margin-left: 0 !important;
}
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input[type="text"] ~ button.ays_check_answer,
.ays-quiz-container .ays-field.ays-text-field input.ays-text-input[type="number"] ~ button.ays_check_answer {
margin: 5px !important;
margin-left: 0 !important;
}
.ays-quiz-container .ays-field.ays-text-field button.ays_check_answer{
margin: 0 !important;
margin-right: 5px !important;
margin-left: 5px !important;
width: auto !important;
}
.ays-live-bar-wrap {
box-sizing: border-box;
position: absolute;
height: 15px;
top: -15px;
border: none;
width: 100%;
background-color: transparent;
display: none;
}
.ays-live-bar-fill{
height: 100%;
border-bottom: 2px solid rgb(0, 0, 0);
}
.ays-live-bar-fill>span {
line-height: 15px !important;
white-space: nowrap;
}
.ays-live-bar-fill span {
text-align: right;
display: block;
height: 100%;
color: inherit;
font-size: 11px;
} div.ays-live-second-wrap{
background-color: black;
}
div.ays-live-second{
border-bottom: unset !important;
}
div.ays-live-third-wrap{
background-color: black;
}
div.ays-live-third{
border-bottom: unset !important;
border-radius: inherit;
}
div.ays-live-third::after {
content: "";
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
background-size: 40px 40px;
width: inherit;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
@keyframes ays_progress_live_bar {
0% {
background-position: 0 0;
}
100% {
background-position: -40px 0;
}
}
div.ays-live-fourth-wrap{
background-color: black;
}
div.ays-live-fourth{
border-bottom: unset !important;
border-radius: inherit;
}
div.ays-live-fourth::before {
content: "";
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
background-size: 40px 40px;
width: inherit;
height: 100%;
position: absolute;
top: 0;
left: 0;
animation: ays_progress_live_bar linear infinite;
animation-duration: 0.8s;
} .ays_quiz_reports {
display: flex;
position: absolute;
bottom: 0;
justify-content: space-between;
align-items: stretch;
left: 0;
width: 100%;
}
.ays_quiz_reports .ays_quiz_rete_avg {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
width: 80%;
position: relative;
bottom: unset;
left: unset;
padding: 5px 8px;
border-radius: 0px; 
font-size: 12px;
font-weight: 600;
line-height: 1rem;
}
.ays_quiz_reports .ays_quiz_rete_avg span {
display: inline-block;
}
.ays_quiz_reports .ays_quizn_ancnoxneri_qanak i {
margin-right: 4px;
font-style: initial !important;
}
.ays_quiz_reports .ays_quizn_ancnoxneri_qanak {
display: flex;
justify-content: flex-end;
align-items: center;
position: relative; 
bottom: unset; 
right: unset; 
padding: 5px 20px; 
border-radius: 0px; 
font-weight: bold;
font-size: 14px;
width: 20%;
text-align: right;
padding: 5px 8px;
}
.ays_quizn_ancnoxneri_qanak i {
font-style: initial !important;
}
.ays_quizn_ancnoxneri_qanak {
display: block;
position: absolute;
bottom: 0;
right: 0;
padding: 5px 20px;
border-radius: 4px 0px 0px 0px;
font-weight: bold
}
.ays_quiz_rete_avg i.icon {
font-size: 12px;
}
.ays_quiz_rete_avg {
display: block;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
width: fit-content;
position: absolute;
bottom: 0;
left: 0;
padding: 5px 8px;
border-radius: 0px 4px 0px 0px;
font-size: 12px;
font-weight: 600;
line-height: 1rem;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays_quiz_rete {
display: none;
margin-bottom: 10px;
padding: 0px;
padding-top: 15px;
font-size: 12px;
font-weight: 600;
text-align: center;
}
.ays_quiz_results_page .ays_quiz_rete .for_quiz_rate.ui.huge.rating{
font-size: 23px;
}
.ays_quiz_rete p {
text-align: center;
}
.ays_quiz_rete .for_quiz_rate {
margin-bottom: 15px;
}
.ays_quiz_rete .for_quiz_rate_reason {
display: none;
margin-bottom: 20px;
}
.ays_quiz_rete .for_quiz_rate_reason textarea.quiz_rate_reason {
width: 100%;
height: 150px;
resize: vertical;
background-color: #fff;
padding: 15px;
}
.ays_quiz_rete .for_quiz_rate_reason .ays_feedback_button_div {
justify-content: flex-end;
margin: 0;
}
.ays_quiz_rete .for_quiz_rate_reason .ays_feedback_button_div .action-button{
max-width: fit-content;
height: 40px;
margin: 0;
}
.ays_quiz_rete .quiz_rate_more_review,
.ays_quiz_rete .quiz_rate_reasons_container {
display: none;
}
.ays_quiz_rete .quiz_rate_reasons_container .quiz_rate_reasons {
margin-bottom: 15px;
}
.ays_quiz_rete .quiz_rate_reasons_container .quiz_rate_reasons blockquote {
text-align: left;
}
.ays_quiz_rete .ays-quiz-rate-link-box .ays-quiz-rate-link {
cursor: pointer;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays_quiz_rete .ays-quiz-rate-link-box {
text-align: center;
}
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(19px, 0);
}
} .ays_fa {    
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: FontAwesome !important;
}
.ays_fa_flag_checkered::before {
content: "\f11e";
font-weight: 900;
}
.ays_fa_arrow_left::before {
content: "\f060";
font-weight: 900;
}
.ays_fa_arrow_right::before {
content: "\f061";
font-weight: 900;
}
.ays_fa_info_circle::before {
content: "\f05a";
font-weight: 900;
}
.ays_fa_chevron_up::before {
content: "\f077";
font-weight: 900;
}
.ays_fa_chevron_down::before {
content: "\f078";
font-weight: 900;
}
.ays_fa_eye::before {
content: '\f06e';
font-weight: 400;
}
.ays_fa_users::before {
content: '\f0c0';
font-weight: 400;
}
.ays_fa_square_o::before {
content: "\f096";
font-weight: 900;
}
.ays_fa_check_square_o::before {
content: "\f046";
font-weight: 900;
}
.ays_fa_star::before {
content: "\f005";
font-weight: 400;
}
.ays_fa_star_o::before {
content: "\f006";
font-weight: 400;
}
.ays_fa_user::before {
content: "\f007";
font-weight: 400;
}
.ays_fa_clock_o::before {
content: "\f017";
font-weight: 400;
}
.ays_fa_undo::before {
content: "\f0e2";
font-weight: 400;
}
.ays_fa_volume_up::before {
content: "\f028";
font-weight: 400;
}
.ays_fa_volume_off::before {
content: "\f026";
font-weight: 400;
}
.ays_fa_sign_out::before {
content: "\f08b";
font-weight: 400;
}
.ays_fa_eraser::before {
content: "\f12d";
font-weight: 400;
}
.ays_fa_music::before {
content: "\f001";
font-weight: 400;
}
.ays_fa_linkedin_square::before {
content: "\f08c";
font-weight: 400;
}
.ays_fa_twitter_square::before {
content: "\f081";
font-weight: 400;
}
.ays_fa_facebook_square::before {
content: "\f082";
font-weight: 400;
}
.ays_fa_long_arrow_left::before {
content: "\f177";
font-weight: 400;
}
.ays_fa_long_arrow_right::before {
content: "\f178";
font-weight: 400;
}
.ays_fa_arrow_circle_o_left::before {
content: "\f190";
font-weight: 400;
}
.ays_fa_arrow_circle_o_right::before {
content: "\f18e";
font-weight: 400;
}
.ays_fa_arrow_circle_left::before {
content: "\f0a8";
font-weight: 400;
}
.ays_fa_arrow_circle_right::before {
content: "\f0a9";
font-weight: 400;
}
.ays_fa_check::before {
content: "\f00c";
}
.ays_fa_times::before {
content: "\f00d";
}
.logged_in_message{
padding: 15px;
}
.ays_quiz_results {
display: none;
}
.ays-quiz-container .rate_comment_row * {
box-sizing: border-box;
}
.ays-quiz-container .rate_comment_row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.ays-quiz-container .rate_comment_row.row_reverse {
flex-direction: row-reverse;
}
.ays-quiz-container .rate_comment_row .rate_comment_user {
width: 25%;
}
.ays-quiz-container .rate_comment_row .rate_comment {
width: fit-content;
max-width: 75%;
}
.ays-quiz-container .rate_comment_row .rate_comment_user,
.ays-quiz-container .rate_comment_row .rate_comment {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.ays-quiz-container .rate_comment_row .thumbnail {
padding: 4px;
display: block;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.ays-quiz-container .rate_comment_row .img-responsive,
.ays-quiz-container .rate_comment_row .thumbnail>img,
.ays-quiz-container .rate_comment_row .thumbnail a>img {
display: block;
width: 100%;
max-width: 100%;
height: auto;
}
.ays-quiz-container .rate_comment_row .panel {
position:relative;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
text-align: left !important;
}
.ays-quiz-container .rate_comment_row .panel-default {
border-color: #ddd;
}
.ays-quiz-container .rate_comment_row .panel>.panel-heading:after,
.ays-quiz-container .rate_comment_row .panel>.panel-heading:before{
position:absolute;
top:11px;left:-16px;
right:100%;
width:0;
height:0;
display:block;
content:" ";
border-color:transparent;
border-style:solid solid outset;
pointer-events:none;
}
.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:after,
.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:before{
right:-16px;
left:100%;
}
.ays-quiz-container .rate_comment_row .panel>.panel-heading:after{
border-width:7px;
border-right-color:#f7f7f7;
margin-top:1px;
margin-left:2px;
}
.ays-quiz-container .rate_comment_row .panel>.panel-heading:before{
border-right-color:#ddd;
border-width:8px;
}
.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:after{
border-width: 7px;
border-left-color: #f7f7f7;
margin-top: 1px;
margin-left: 0;
margin-right: 2px;
border-right: none
}
.ays-quiz-container .rate_comment_row.row_reverse .panel>.panel-heading:before{
border-left-color: #ddd;
border-width: 8px;
border-right: none;
}
.ays-quiz-container .rate_comment_row .panel>.panel-body {
padding: 15px;
}
.ays-quiz-container .rate_comment_row .panel>.panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
border-width:8px;
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.lds-spinner2-none,
.lds-spinner-none {
display: none;
}
.lds-spinner2,
.lds-spinner {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
transform: scale(0.5);
}
.lds-spinner2 div,
.lds-spinner div {
transform-origin: 32px 32px;
animation: lds-spinner linear infinite;
animation-duration: 1.2s !important;
}
.lds-spinner2 div:after,
.lds-spinner div:after {
content: " ";
display: block;
position: absolute;
top: 3px;
left: 29px;
width: 5px;
height: 14px;
border-radius: 20%;
}
.lds-spinner2 div:nth-child(1),
.lds-spinner div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -1.1s;
}
.lds-spinner2 div:nth-child(2),
.lds-spinner div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -1s;
}
.lds-spinner2 div:nth-child(3),
.lds-spinner div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.9s;
}
.lds-spinner2 div:nth-child(4),
.lds-spinner div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.8s;
}
.lds-spinner2 div:nth-child(5),
.lds-spinner div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.7s;
}
.lds-spinner2 div:nth-child(6),
.lds-spinner div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.6s;
}
.lds-spinner2 div:nth-child(7),
.lds-spinner div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.5s;
}
.lds-spinner2 div:nth-child(8),
.lds-spinner div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.4s;
}
.lds-spinner2 div:nth-child(9),
.lds-spinner div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.3s;
}
.lds-spinner2 div:nth-child(10),
.lds-spinner div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.2s;
}
.lds-spinner2 div:nth-child(11),
.lds-spinner div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.1s;
}
.lds-spinner2 div:nth-child(12),
.lds-spinner div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
}
@keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.ays_paypal_div {
padding: 100px 0;
}
.ays_paypal_div > div {
margin: auto;
width: 200px;
}
.ays_restart_button_p {
display: flex;
justify-content: center;
align-items: center;
padding: 0;
flex-wrap: wrap;
text-align: center;
margin: 0 !important;
}
.action-button.ays_restart_button { max-width: 100%;
padding: 10px 20px;
}
a.action-button.ays_restart_button {
margin: 0 5px;
}
.action-button.ays_restart_button span { word-wrap: normal;
}
div.ays_quiz_results_page {
display: none;
}
div.ays_quiz_results_page img {
margin: 0;
}
.ays_user_explanation {
margin-top: 5px;
padding-top: 15px;
}
.ays_user_explanation textarea {
resize: vertical;
height: 120px;
transition: .5s ease;
}
.ays_user_explanation textarea::placeholder {
font-size: 14px;
}
.ays_questtion_explanation,
.wrong_answer_text,
.right_answer_text {
text-align: initial;
}
.ays_animated_x5ms {
-webkit-animation-duration: .5s !important;
animation-duration: .5s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.ays_animated_x1s {
-webkit-animation-duration: 1s !important;
animation-duration: 1s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
} .ays_user_explanation {
margin-top: 5px;
padding-top: 15px;
}
.ays_user_explanation textarea {
resize: vertical;
height: 120px;
transition: .5s ease;
}
.ays_user_explanation textarea::placeholder {
font-size: 14px;
} .ays_music_sound {
display: block;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
left: 0;
margin: auto;
z-index: 998;
width: 35px;
margin: auto !important;
padding: 5px;
}
.ays_music_sound.z_index_0 {
z-index: 0;
}
.ays_music_sound > i {
font-size: 20px;
vertical-align: middle;
}
.ays_music_sound.ays_sound_with_timer{    
margin-top: 35px !important;
} fieldset.ays_fieldset {
border: 1px solid #e3939394;
padding: 5px;
background-color: transparent !important;
word-break: break-all;
}
fieldset.ays_fieldset legend {
font-size: 12px;
padding: 0 7px;
color: #f00;
margin: 0 auto;
display: block;
text-align: center;
border-top: 1px solid #e3939394;
border-bottom: 1px solid #e3939394;
margin-bottom: 10px;
background-color: transparent !important;
}
fieldset.ays_fieldset .ays_quiz_question .wp-video {
width: 100%;
max-height: 100%;
}
[id^="ays-quiz-container-"] fieldset.ays_fieldset .wp-video {
width: 100% !important;
max-width: 100% !important;
} .ays_cb_and_a {
position: relative;
top: -40px;
width: 100%;
text-align: center;
font-size: 12px;
}
.ays_cb_and_a span,
.ays_cb_and_a strong {
margin-right: 7px;
}
.ays_cb_and_a img {
display: inline-block !important;
width: 15px !important;
height: 15px !important;
object-fit: cover;
object-position: center center;
border-radius: 50%;
border: 1px solid #aaa;
margin-right: 3px;
margin-left: 5px;
vertical-align: text-top;
} .ays-quiz-question-with-bg {
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
background-size: cover;
} [id^="ays-quiz-container-"] .ays_quiz_login_form input#ays-submit {
display: inline-block;
width:auto; font-weight: bold;
color: white;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 5px 10px;
margin: 10px 5px;
line-height: 1;
white-space: break-spaces;
}
.ays_quiz_login_form label {
display: block;
}
.wrong_shortcode_text::first-letter {
color: red !important;
background-color: transparent !important;
font-size: inherit !important;
font-weight: inherit !important;
float: none !important;
line-height: inherit !important;
margin: 0 !important;
padding: 0 !important;
}
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input::-webkit-input-placeholder,
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input:-moz-placeholder, .ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input::-moz-placeholder, .ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input:-ms-input-placeholder,
.ays-quiz-container .ays-field.ays-text-field textarea.ays-text-input::placeholder {
color: #ccc !important;  
}
.ays-quiz-container .mejs-container {
width: 100% !important;
} .ays-quiz-container .mejs-container.mejs-video {
min-height: 220px !important;
}
.ays-quiz-container .mejs-container.mejs-audio {
min-height: 40px !important;
}
[id^="ays-quiz-container-"] .mejs-container .mejs-inner .mejs-controls .mejs-time {
height: 22px;
overflow: hidden;
padding: 16px 6px 0;
text-align: center;
width: auto;
margin: 0;
} .ays_quiz_display_none_important{
display: none !important;
}
.ays-has-error {
border-width: 1px !important;
border-style: solid !important;
border-color: #d93025 !important;
}
.ays-quiz-question-validation-error {
font-family: Roboto, Arial, sans-serif;
font-size: 12px;
font-weight: 400;
letter-spacing: .3px;
line-height: 16px;
color: #d93025;
padding-bottom: 10px;
display: none;
}
.ays-has-error .ays-quiz-question-validation-error {
-webkit-box-align: center;
box-align: center;
-webkit-align-items: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: flex;
}
.ays-has-error .ays-quiz-question-validation-error img {
margin-right: 12px;
}
img.ays-loader-custom-gif-content{ margin: auto;
}
.ays_quiz_question_text_message{
text-align: left;
font-size: 12px;
}
.ays_quiz_question_text_error_message {
color: #ff0000;
} .ays-quiz-container .ays-quiz-start-button-preloader{
position: relative;
}
.ays-quiz-container .ays_quiz_start_button_loader{
position: absolute;
margin-left: auto;
margin-right: auto;
width: 30px;
top: 4px;
left: 0;
right: 0;
text-align: center;
cursor: wait;
}
.ays-quiz-container .ays_next.start_button.ays_quiz_enable_loader{
color: #a0a5aa!important;
background: grey!important;
border-color: #ddd!important;
box-shadow: none!important;
text-shadow: none!important;
padding: 10px 20px;
border: none;
opacity: 0.5;
cursor: wait;
} div.ays_quiz_maker_block_select select.components-select-control__input {
width: 100%;
max-width: 100%;
padding: 0;
}
.ays-individual-quiz-all-results-container,
.ays-quiz-all-results-container {
overflow: auto;
}
.ays-individual-quiz-all-results-container .dataTables_wrapper .dataTables_filter,
.ays-quiz-all-results-container .dataTables_wrapper .dataTables_filter{
padding-right: 10px;
}
.ays-individual-quiz-all-results-container .dataTables_wrapper .dataTables_filter input,
.ays-quiz-all-results-container .dataTables_wrapper .dataTables_filter input {
margin: 0;
}
.ays-quiz-display-questions-container .ays-quiz-display-question-box {
border-bottom: 0.5px solid #848688;
}
.ays-quiz-all-results-container .ays-quiz-status-column .ays-quiz-score-column-check {
color: green;
font-weight: 900;
}
.ays-quiz-all-results-container .ays-quiz-status-column .ays-quiz-score-column-times {
color: brown;
font-weight: 900;
}
.ays-quiz-all-results-container .ays-quiz-status-column .ays_fa_check {
color: green;
font-size: 18px;
}
.ays-quiz-all-results-container .ays-quiz-status-column .ays_fa_times {
color: brown;
font-size: 18px;
}
.ays-quiz-all-results-container .ays-quiz-score-column-check-box {
display: flex;
} .ays-quiz-container input[type=number]::-webkit-outer-spin-button,
.ays-quiz-container input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0; 
}
.ays-quiz-container input[type=number] {
-moz-appearance:textfield;
}
.ays-quiz-container input[type=number]:hover{
-moz-appearance: auto;
}
.ays-quiz-container input[type=number]:hover::-webkit-outer-spin-button,
.ays-quiz-container input[type=number]:hover::-webkit-inner-spin-button{
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
.ays-quiz-container input[type=number]:hover:disabled {
-moz-appearance:textfield;
} div.ays-quiz-category-container-flex {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-lds-spinner-box,
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-start-page {
text-align: center;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-question-note-message-box,
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-question-note-message-box * {
font-style: italic;
text-align: left;
font-size: 14px;
} .ays-quiz-full-screen-wrap {
display: flex;
justify-content: flex-end;
padding: 13px 10px;
}
.ays-quiz-full-screen-container {
cursor: pointer;
}
.ays-quiz-full-screen-container > svg.ays-quiz-close-full-screen {
display: none;
} div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-password-toggle-visibility-box {
position: relative;
margin: 0 auto;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-start-page > input[id^='ays_quiz_password_val_'],
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-password-toggle-visibility-box {
max-width: 100%;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-password-toggle-visibility-box .ays_quiz_password {
padding-right: 40px;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-password-toggle-visibility-box .ays-quiz-password-toggle {
position: absolute;
right: 10px;
top: 25%;
width: 20px;
cursor: pointer;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-number-error-message {
color: #ff0000;
text-align: left;
font-size: 14px;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-answers .ays-field input+label[for^="ays-answer-"] {
margin-top: 0;
}
div.ays-quiz-container[id^="ays-quiz-container-"] .ays-quiz-category-description-box {
margin-bottom: 20px;
}
.ays-quiz-container label.ays_switch_toggle {
cursor: pointer;
text-indent: -9999px;
width: 35px;
height: 14px;
background: grey;
display: block;
border-radius: 50px;
position: relative;
transition: .3s ease;
}
.ays-quiz-container label.ays_switch_toggle:after {
content: '';
position: absolute;
top: -3px;
left: -3px;
width: 20px;
height: 20px;
background: #0085ba;
border-radius: 30px;
transition: 0.3s;
}
.ays-quiz-container input:checked + label.ays_switch_toggle {
background: #b7ccea;
}
.ays-quiz-container input:checked + label.ays_switch_toggle:after {
left: calc(100% - -5px);
transform: translateX(-100%);
}
.ays-quiz-container label.ays_switch_toggle:active:after {
}
.ays-quiz-container label.ays_switch_toggle:hover:after {
box-shadow: 0 0 10px #31618c;
}
.ays-quiz-container div.ays-quiz-results-toggle-block {
display: flex;
align-items: center;
justify-content: flex-end;
padding-right: 15px;
}
.ays-quiz-container input.ays_toggle[type=checkbox]{
display: none;
}
.ays-quiz-container div.ays-quiz-results-toggle-block label.ays_switch_toggle:after {
left: calc(100% - 13px);
top: 2px;
background-color: #aaa;
width: 10px;
height: 10px;
}
.ays-quiz-container div.ays-quiz-results-toggle-block label.ays_switch_toggle {
width: 40px;
height: 15px;
background: white;
border: 1px solid #aaa;
}
.ays-quiz-container div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-show{
color: #2277CC;
}
.ays-quiz-container div.ays-quiz-results-toggle-block label.ays_switch_toggle:hover:after {
box-shadow: none;
}
.ays-quiz-container div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle {
width: 40px;
height: 15px;
background: white;    
border: 1px solid #2277CC;
}
.ays-quiz-container div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after {
top: 2px;
left: 13px;
width: 10px;
height: 10px;
background: #2277CC;
}
.ays-quiz-container div.ays-quiz-results-toggle-block > label.ays_switch_toggle {
margin: 0 10px;
}
.ays-quiz-container .ays-quiz-question-image-zoom {
cursor: zoom-in;
transition: 0.3s;
}
.ays-quiz-container .ays-quiz-question-image-zoom:hover {
opacity: 0.9;
}
@keyframes aysAnimationLightboxImages {
from{
transform: scale(0);
}
to{
transform: scale(1);
}   
}
.ays-quiz-question-image-lightbox-container {
display: none;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
z-index: 100;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0 ,0 ,0 ,0.8);
}
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-close-button {
font-size: 40px;
font-weight: bold;
position: absolute;
top: 10px;
right: 20px;
color: #fff;
cursor: pointer;
transition: 0.3s;
z-index: 99999;
}
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-close-button:hover,
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-close-button:focus {
color: #b5b5b5;
}
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-img {
margin: auto;
display: block;
width: 100%;
max-width: 1200px;
height: auto;
text-align: center;
animation-name: aysAnimationLightboxImages;
animation-duration: 0.7s;
position: relative;
}
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-preloader {
opacity: 0.7;
top: 0;
right: 0;
bottom: 0;
margin: auto;
z-index: 101;
position: absolute;
left: 0;
}
.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-preloader img {
width: 100px;
}
@media screen and (max-width: 768px) {
div.ays-quiz-question-image-lightbox-container .ays-quiz-question-image-lightbox-close-button {
top: 40px;
}
}
.ays-quiz-container .ays-quiz-user-cհoosing-anonymous-assessment {
margin: 10px 0;
} .ays-modal {
display: none;
position: fixed;
left: 0;
top: 0;
z-index: 1000000 !important;
width: 100%;
height: 100%;
animation-duration: .5s;
transition: .5s ease-in-out;
outline: 0;
}
.ays-modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-open {
overflow: hidden;
position: relative;
height: 100%;
}
.ays-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999 !important;
background-color: rgba(0, 0, 0, 0.5);
} .ays-modal-content {
background-color: #fefefe;
margin: auto; margin-bottom: 30px;
margin-top: 40px;
border: 1px solid #888;
width: 85%; z-index: 100000000;
position: relative;
padding-left: 0 !important;
animation-duration: .3s;
transition: .5s ease-in-out;
border-radius: 4px;
}
#ays-results-modal .ays-modal-content {
min-height: 500px;
margin: auto !important; margin-bottom: 30px !important;
margin-top: 40px !important;
} .ays-close {
color: #aaa;
float: right;
line-height: 1.3;
font-size: 28px;
font-weight: bold;
}
.ays-close:hover,
.ays-close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.ays-modal-header {
padding: 4px 16px;
}
.ays-modal .ays-modal-header h2 {
line-height: 1.3;
font-size: 1.8rem;
margin: 0;
padding: 0;
clear: none;
font-weight: 500;
} .ays-modal-body {
padding: 2px 16px 20px;
overflow-x: auto;
width: 100%;
box-sizing: border-box;
} .ays-modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef;
}
#ays-results-modal .ays-modal-header {
padding: 4px 16px !important;
}
#ays-results-modal .ays-modal-body {
padding: 2px 16px 20px !important;
}
#ays-results-modal .ays-modal-footer {
padding: 1rem !important;
}
table#ays-results-table {
border: 1px solid #ccc;
}
table#ays-results-table .ays-quiz-report-table-header {
display: flex;
justify-content: space-between;
align-items: center;
}
table#ays-results-table .ays-quiz-report-table-header::after,
table#ays-results-table .ays-quiz-report-table-header::before {
content: none !important;
}
table#ays-results-table svg {
width: 30px;
vertical-align: middle;
}
table#ays-results-table .wp-video {
width: max-content !important;
}
table#ays-results-table video {
max-width: 300px;
height: auto !important;
vertical-align: middle;
}
table#ays-results-table audio {
max-width: 300px;
vertical-align: middle;
}
table#ays-results-table {
margin: 0;
width: 100%;
}
table#ays-results-table h1::before {
content: none !important;
}
table#ays-results-table h1 {
margin: 0;
font-size: 25px;
}
table#ays-results-table tr td:first-child {
font-weight: bold;
}
tr.ays_result_element {
border-bottom: 1px solid #ccc;
}
table#ays-results-table tr td:first-child {
font-weight: bold;
}
.ays-modal-body * {
word-break: initial !important;
word-wrap: break-word;
vertical-align: middle;
}
.ays-modal-body tr td {
padding: 10px;
font-size: 15px;
border: none;
}
table#ays-results-table p.success img,
table#ays-results-table p.error img {
max-width: 150px !important;
}
table#ays-results-table p.success {
color: #73AF55;
}
table#ays-results-table p {
display: inline-block;
margin: 0;
font-size: 1.25em;
vertical-align: middle;
word-wrap: break-word;
}
table#ays-results-table p.error {
color: #D06079;
}
table#ays-results-table tr td {
word-wrap: break-word;
}
table#ays-results-table tr td:first-child,
table#ays-results-table tr td:first-child *{
color: #000 !important;
}
table#ays-results-table tr td:first-child{
font-weight: bold;
width: 40%;
}
table#ays-results-table tr td.ays-report-correct-answer {
width: 25%;
}
table#ays-results-table tr td.ays-report-user-answer {
width: 25%;
}
table#ays-results-table tr td.ays-report-status-icon {
width: 10%;
}
table#ays-results-table tr td.ays-report-user-answer.ays-report-user-answer-by-points {
width: 40%
}
table#ays-results-table tr td.ays-report-answer-point {
width: 20%;
}
div.ays-quiz-preloader{
display: none;
position: absolute;
background: rgba(255, 255, 255, 0.8);
width: 100%;
justify-content: center;
height: 100%;
align-items: center;
z-index: 1;
}
.ays_question_report {
text-align: right;
}
.ays_question_report .ays-quiz-open-report-window {
cursor: pointer;
margin-bottom: 10px;
display: inline-block;
}
.ays-quiz-question-report-popup-container .swal2-popup {
width: 480px;
font-size: 15px;
}
.ays-quiz-question-report-popup-container .swal2-popup .swal2-styled.swal2-confirm {
line-height: 15.9375px;
}
.ays-quiz-question-report-popup-container.swal2-popup {
padding: 1.25em;
}
.ays-quiz-question-report-popup-container.swal2-popup .swal2-icon {
margin: 1.25em auto 1.875em;
}
.ays-quiz-question-report-popup-container.swal2-popup *:before,
.ays-quiz-question-report-popup-container.swal2-popup *:after {
content: unset;
}
.ays-modal-content-reports .ays-quiz-submit-question-report-box {
display: flex;
justify-content: center;
align-items: center;
}
.ays-quiz-question-report-popup-container.swal2-popup .swal2-content {
font-size: 18px;
}
.ays-quiz-question-report-popup-container.swal2-popup {
min-width: 480px;
} #ays-quiz-preview-notice-main-container.ays-quiz-preview-notice-wrap {
box-sizing: border-box;
width: 100%;
max-width: 800px;
margin: 0 auto 32px; padding-top: 8px;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-notice {
box-sizing: border-box;
display: flex;
align-items: flex-start;
gap: 12px;
width: 100%;
padding: 12px 16px;
border: 1px solid #e5d3a6;
border-radius: 12px;
background: #fff9e8;
box-shadow:
0 1px 2px rgba(15, 23, 42, 0.06),
0 1px 8px rgba(120, 88, 28, 0.12);
color: #45351f;
font-family:
ui-sans-serif,
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
sans-serif;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-notice-icon {
display: flex;
flex: 0 0 auto;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
margin-top: 2px;
border-radius: 50%;
background: #ffedbf;
color: #9a6a10;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-notice-text {
flex: 1 1 auto;
margin: 0;
color: #45351f;
font-size: 14px;
line-height: 1.625;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-notice-text strong {
color: #2f2619;
font-weight: 600;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-shortcode-actions {
display: inline-flex;
flex: 0 0 auto;
flex-direction: column;
align-items: stretch;
gap: 4px;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-copy-shortcode {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
margin: 0;
padding: 6px 10px;
border: 1px solid #d9c394;
border-radius: 6px;
background: rgba(255, 255, 255, 0.7);
color: #3f321f;
font-size: 12px;
font-weight: 600;
line-height: 1.2;
cursor: pointer;
transition:
background-color 0.15s ease,
color 0.15s ease,
border-color 0.15s ease;
white-space: nowrap;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-shortcode-text {
display: block;
padding: 2px 6px;
border: 1px solid rgba(217, 195, 148, 0.75);
border-radius: 4px;
background: rgba(255, 255, 255, 0.56);
color: #5a4526;
font-family: "Courier New", Courier, monospace;
font-size: 11px;
font-style: normal;
font-weight: 600;
line-height: 1.45;
text-align: center;
white-space: nowrap;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-copy-shortcode:hover,
#ays-quiz-preview-notice-main-container .ays-quiz-preview-copy-shortcode:focus {
border-color: #c7aa69;
background: #fff;
color: #2f2619;
outline: none;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-copy-shortcode:focus {
box-shadow: 0 0 0 2px rgba(195, 145, 36, 0.28);
}
#ays-quiz-preview-notice-main-container p {
margin: 0;
}
@media screen and (min-width: 640px) {
#ays-quiz-preview-notice-main-container .ays-quiz-preview-notice {
align-items: center;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-notice-icon {
margin-top: 0;
}
}
@media screen and (max-width: 600px) {
#ays-quiz-preview-notice-main-container .ays-quiz-preview-notice {
flex-wrap: wrap;
justify-content: center;
text-align: center;
}
#ays-quiz-preview-notice-main-container .ays-quiz-preview-shortcode-actions {
width: 100%;
align-items: center;
}
}.bsearch_results_page{max-width:90%;margin:20px;padding:20px}.bsearch_thumb_wrapper img{max-width:100%}.bsearch-form-container{text-align:center;margin:10px auto;clear:both}.bsearchform{display:flex;flex-wrap:wrap;flex-direction:row;flex-flow:row wrap;justify-content:space-between;gap:10px}.bsearchform .bsearch-form-search-field{flex:auto}.bsearchform input[type=search],.bsearchform select{background-color:#fff;border:thin solid #999;display:inline-block;font:inherit;line-height:1.5em;padding:.5em 3.5em .5em 1em;width:100%;height:100%}.bsearchform select{background-image:linear-gradient(45deg,transparent 50%,gray 50%),linear-gradient(135deg,gray 50%,transparent 50%),linear-gradient(to right,#ccc,#ccc);background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) .5em;background-size:5px 5px,5px 5px,1px 1.5em;background-repeat:no-repeat;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:none}.bsearch_footer{text-align:center}.bsearch_highlight{background:#ffc;color:#000}.bsearch-post{margin:30px auto}ul.bsearch_post_meta{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap}ul.bsearch_post_meta li{flex:auto;list-style-type:none;padding:2px;margin:0;text-align:left}.bsearch-entry-title{text-align:left}@media all and (max-width:600px){.bsearchform,ul.bsearch_post_meta{flex-direction:column}}@import url("//fonts.googleapis.com/css?family=Montserrat:700");
@keyframes rotate-forever{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner-loader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:none;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay{bottom:0;display:none;height:100%;left:0;overflow:auto;overflow:initial;position:fixed;right:0;top:0;transition:all .15s ease-in-out;width:100%;z-index:1999999999}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box}.pum-container{margin-bottom:3em;position:absolute;top:100px;z-index:1999999999}.pum-container.pum-responsive{height:auto;left:50%;margin-left:-47.5%;overflow:visible;width:95%}.pum-container.pum-responsive img{height:auto;max-width:100%}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%}.pum-container.pum-responsive.pum-position-fixed{position:fixed}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute}}.pum-container.custom-position{left:auto;margin-left:inherit;top:auto}.pum-container .pum-title{margin-bottom:.5em}.pum-container .pum-content:focus{outline:none}.pum-container .pum-content>:first-child{margin-top:0}.pum-container .pum-content>:last-child{margin-bottom:0}.pum-container .pum-content+.pum-close{background-color:#0000;cursor:pointer;line-height:1;min-width:1em;position:absolute;text-align:center;text-decoration:none;z-index:2}.pum-container .pum-content+.pum-close>span{position:relative;z-index:1}.pum-container.pum-scrollable .pum-content{max-height:95%;overflow:auto;overflow-y:scroll}.pum-overlay.pum-overlay-disabled{visibility:hidden}.pum-overlay.pum-overlay-disabled::-webkit-scrollbar{display:block}.pum-overlay.pum-overlay-disabled .pum-container{visibility:visible}.pum-overlay.pum-click-to-close{cursor:pointer}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container{position:fixed}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{height:auto;position:static;width:auto}.pum-cta-wrapper{display:inline-block;max-width:100%;width:auto}.pum-cta-wrapper.alignleft{display:block;text-align:left}.pum-cta-wrapper.aligncenter{display:block;text-align:center}.pum-cta-wrapper.alignright{display:block;text-align:right}.pum-cta-wrapper.alignfull{display:block;width:100%}.pum-cta-wrapper.alignfull .pum-cta{width:100%}.pum-cta-wrapper .pum-cta{border-radius:9999px;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:inherit;font-size:inherit;line-height:inherit;padding:1rem 2.25rem;text-align:center;text-decoration:none;transition:filter .15s ease-in-out,background-color .15s ease-in-out;width:auto}.pum-cta-wrapper:not(.is-style-outline):not(.is-style-text-only) .pum-cta{background-color:var(--wp--preset--color--contrast,#000);border:none;color:var(--wp--preset--color--base,#fff)}.pum-cta-wrapper:not(.is-style-outline):not(.is-style-text-only) .pum-cta:hover{filter:brightness(.85)}.pum-cta-wrapper.is-style-outline .pum-cta{background-color:#0000;border:1px solid;color:var(--wp--preset--color--contrast,currentcolor);padding:calc(1rem - 1px) calc(2.25rem - 1px)}.pum-cta-wrapper.is-style-outline .pum-cta:hover{background-color:#0000000d;filter:brightness(1.05)}.pum-cta-wrapper.is-style-text-only .pum-cta{background-color:#0000;border:none;color:var(--wp--preset--color--contrast,currentcolor);padding:.5rem 1rem}.pum-cta-wrapper.is-style-text-only .pum-cta:hover{text-decoration:underline}@supports not (color:var(--wp--preset--color--contrast )){.pum-cta-wrapper:not(.is-style-outline):not(.is-style-text-only) .pum-cta{background-color:#1e1e1e;color:#fff}.pum-cta-wrapper.is-style-outline .pum-cta,.pum-cta-wrapper.is-style-text-only .pum-cta{color:inherit}}.pum-form{margin:0 auto 16px}.pum-form__field{margin-bottom:1em}.pum-form__field label{font-weight:700}.pum-form__field input[type=date],.pum-form__field select{font-size:18px;line-height:26px;margin:0 auto;padding:3px;text-align:center;vertical-align:middle}.pum-form__field select{padding:5px 3px}.pum-form__loader{animation-duration:.75s;animation-iteration-count:infinite;animation-name:rotate-forever;animation-timing-function:linear;border:.25em solid #00000080;border-radius:50%;border-right-color:#0000;display:inline-block;font-size:2em;height:.75em;width:.75em}.pum-form__submit{position:relative}.pum-form__submit .pum-form__loader{border:.25em solid #ffffff80;border-right-color:#0000;margin-left:.5em}.pum-form__messages{border:1px solid #00000040;display:none;margin-bottom:.5em;padding:1em;position:relative}.pum-form__message{margin-bottom:.5em}.pum-form__message:last-child{margin-bottom:0}.pum-form__message--error{border-color:red;color:red!important}.pum-form__message--success{border-color:green;color:green!important}.pum-form--loading{opacity:.5}.pum-alignment-left{text-align:left}.pum-alignment-center{text-align:center}.pum-alignment-right{text-align:right}.pum-form--alignment-left{text-align:left}.pum-form--alignment-center{text-align:center}.pum-form--alignment-right{text-align:right}.pum-form--layout-standard .pum-form__field>label{display:block;margin-bottom:.25em}.pum-form--layout-inline .pum-form__field{display:inline-block}.pum-form--layout-block .pum-form__field,.pum-form--layout-block button,.pum-form--layout-block div,.pum-form--layout-block input{display:block;width:100%}.pum-form--style-default label{font-size:14px;font-weight:700}.pum-form--style-default input[type=email],.pum-form--style-default input[type=text]{background-color:#f8f7f7;font-size:14px;margin-bottom:5px;padding:10px 8px}.pum-form--style-default button{cursor:pointer;font-size:18px;margin:10px 0 0;padding:10px 5px}.pum-sub-form .pum-sub-form-loading{opacity:.5}.pum-sub-form p.pum-newsletter-error-msg{margin:0}.pum-sub-form .spinner-loader{bottom:40%;position:absolute;right:50%}.pum-sub-form .spinner-loader:not(:required){animation:spinner-loader 1.5s linear infinite;border-radius:.5em;box-shadow:1.5em 0 0 0 #0000334d,1.1em 1.1em 0 0 #0000334d,0 1.5em 0 0 #0000334d,-1.1em 1.1em 0 0 #0000334d,-1.5em 0 0 0 #0000334d,-1.1em -1.1em 0 0 #0000334d,0 -1.5em 0 0 #0000334d,1.1em -1.1em 0 0 #0000334d;display:inline-block;font-size:10px;height:1em;margin:1.5em;overflow:hidden;text-indent:100%;width:1em}.pum-form__field--consent{text-align:left}.pum-form__field--consent.pum-form__field--checkbox label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--checkbox label input{display:inline-block;margin:0;vertical-align:middle;width:inherit}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input{display:inline-block;margin:0;vertical-align:middle;width:inherit}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label{margin-left:1em}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label{display:block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input{display:inline-block;margin:0;vertical-align:middle;width:inherit}.popmake-close{cursor:pointer}.pum-container iframe.formidable{overflow:visible;width:100%}.flatpickr-calendar.open,.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999!important} .pum-theme-1387, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.00 ) } 
.pum-theme-1387 .pum-container, .pum-theme-hello-box .pum-container { padding: 10px; border-radius: 10px; border: 1px solid #fc014d; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-1387 .pum-title, .pum-theme-hello-box .pum-title { color: #fc014d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-weight: 700; font-size: 12px; line-height: 24px } 
.pum-theme-1387 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 400 } 
.pum-theme-1387 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #fc014d; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) } .pum-theme-3060, .pum-theme-content-only { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-3060 .pum-container, .pum-theme-content-only .pum-container { padding: 0px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ) } 
.pum-theme-3060 .pum-title, .pum-theme-content-only .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-3060 .pum-content, .pum-theme-content-only .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400 } 
.pum-theme-3060 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 7px; bottom: auto; top: 7px; padding: 0px; color: #000000; font-family: inherit; font-weight: 700; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ) } .pum-theme-1386, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-1386 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 2px solid #ffffff; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 130, 36, 227, 1.00 ) } 
.pum-theme-1386 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 34px; line-height: 36px } 
.pum-theme-1386 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #ffffff; font-family: inherit; font-weight: 400 } 
.pum-theme-1386 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { position: fixed; height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 4px; color: #8224e3; font-family: Times New Roman; font-weight: 100; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
body.admin-bar .pum-theme-1386 .pum-content + .pum-close, body.admin-bar .pum-theme-enterprise-blue .pum-content + .pum-close { top: 40px } .pum-theme-1593, .pum-theme-floating-bar { background-color: rgba( 255, 255, 255, 0.00 ) } 
.pum-theme-1593 .pum-container, .pum-theme-floating-bar .pum-container { padding: 8px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 238, 246, 252, 1.00 ) } 
.pum-theme-1593 .pum-title, .pum-theme-floating-bar .pum-title { color: #505050; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-1593 .pum-content, .pum-theme-floating-bar .pum-content { color: #505050; font-family: inherit; font-weight: 400 } 
.pum-theme-1593 .pum-content + .pum-close, .pum-theme-floating-bar .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 5px; bottom: auto; top: 50%; padding: 0px; color: #505050; font-family: Sans-Serif; font-weight: 700; font-size: 15px; line-height: 18px; border: 1px solid #505050; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ); transform: translate(0, -50%) } .pum-theme-1384, .pum-theme-default-theme { background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-1384 .pum-container, .pum-theme-default-theme .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) } 
.pum-theme-1384 .pum-title, .pum-theme-default-theme .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; font-style: normal; line-height: 36px } 
.pum-theme-1384 .pum-content, .pum-theme-default-theme .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400; font-style: inherit } 
.pum-theme-1384 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-weight: 400; font-size: 12px; font-style: inherit; line-height: 36px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1.00 ) } .pum-theme-1385, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.60 ) } 
.pum-theme-1385 .pum-container, .pum-theme-lightbox .pum-container { padding: 18px; border-radius: 3px; border: 8px solid #000000; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-1385 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-1385 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit; font-weight: 100 } 
.pum-theme-1385 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { position: absolute; height: 26px; width: 26px; left: auto; right: -13px; bottom: auto; top: -13px; padding: 0px; color: #ffffff; font-family: Arial; font-weight: 100; font-size: 24px; line-height: 24px; border: 2px solid #ffffff; border-radius: 26px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) } .pum-theme-1388, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.50 ) } 
.pum-theme-1388 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 30, 115, 190, 1.00 ) } 
.pum-theme-1388 .pum-title, .pum-theme-cutting-edge .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-weight: 100; font-size: 26px; line-height: 28px } 
.pum-theme-1388 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit; font-weight: 100 } 
.pum-theme-1388 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { position: absolute; height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 ); background-color: rgba( 238, 238, 34, 1.00 ) } .pum-theme-1389, .pum-theme-framed-border { background-color: rgba( 255, 255, 255, 0.50 ) } 
.pum-theme-1389 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #dd3333; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset; background-color: rgba( 255, 251, 239, 1.00 ) } 
.pum-theme-1389 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-1389 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-1389 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { position: absolute; height: 20px; width: 20px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Tahoma; font-weight: 700; font-size: 16px; line-height: 18px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) } 
#pum-6721 {z-index: 1999999999}
#pum-6716 {z-index: 1999999999}
#pum-6713 {z-index: 1999999999}
#pum-6709 {z-index: 1999999999}
#pum-6703 {z-index: 1999999999}
#pum-6667 {z-index: 1999999999}
#pum-4950 {z-index: 1999999999}
#pum-1531 {z-index: 1999999999}
#pum-2631 {z-index: 1999999999}
#pum-4668 {z-index: 1999999999}
#pum-3057 {z-index: 1999999999}
#pum-3055 {z-index: 1999999999}
#pum-3053 {z-index: 1999999999}
#pum-3051 {z-index: 1999999999}
#pum-3049 {z-index: 1999999999}
#pum-3047 {z-index: 1999999999}
#pum-3045 {z-index: 1999999999}
#pum-3043 {z-index: 1999999999}
#pum-3041 {z-index: 1999999999}
#pum-3039 {z-index: 1999999999}
#pum-3037 {z-index: 1999999999}
#pum-3035 {z-index: 1999999999}
#pum-3033 {z-index: 1999999999}
#pum-3031 {z-index: 1999999999}
#pum-3029 {z-index: 1999999999}
#pum-3027 {z-index: 1999999999}
#pum-3025 {z-index: 1999999999}
#pum-3021 {z-index: 1999999999}
#pum-3019 {z-index: 1999999999}
#pum-3017 {z-index: 1999999999}
#pum-3015 {z-index: 1999999999}
#pum-3012 {z-index: 1999999999}
#pum-3010 {z-index: 1999999999}
#pum-3008 {z-index: 1999999999}
#pum-3006 {z-index: 1999999999}
#pum-3004 {z-index: 1999999999}
#pum-3002 {z-index: 1999999999}
#pum-3000 {z-index: 1999999999}
#pum-1911 {z-index: 1999999999}
#pum-1945 {z-index: 1999999999}
#pum-1942 {z-index: 1999999999}
#pum-1936 {z-index: 1999999999}
#pum-1400 {z-index: 1999999999}.gmedia-gallery * { box-sizing: border-box !important; }
.mfp-gmedia-open .mfp-arrow { top: auto !important; margin-top: auto !important; }

.g-main-nav .g-dropdown, .g-main-nav .g-standard .g-dropdown .g-dropdown { position: absolute; top: auto; left: auto; opacity: 0; visibility: hidden; overflow: hidden; }
.g-main-nav .g-standard .g-dropdown.g-active, .g-main-nav .g-fullwidth .g-dropdown.g-active { opacity: 1; visibility: visible; overflow: visible; }
.g-main-nav ul, #g-mobilemenu-container ul { margin: 0; padding: 0; list-style: none; }
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
html { height: 100%; font-size: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; }
#g-page-surround { min-height: 100vh; position: relative; overflow: hidden; }
article, aside, details, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
a { background: transparent; text-decoration: none; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
sub, sup { line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { height: auto; max-width: 100%; display: inline-block; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; }
iframe, svg { max-width: 100%; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { height: 0; }
pre { overflow: auto; }
code { vertical-align: bottom; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
tr, td, th { vertical-align: middle; }
th, td { padding: 0.375rem 0; }
th { text-align: left; }
@media print { body { background: #fff !important; color: #000 !important; } }
.g-container { margin: 0 auto; padding: 0; }
.g-block .g-container { width: auto; }
.g-grid { display: flex; flex-flow: row wrap; list-style: none; margin: 0; padding: 0; text-rendering: optimizespeed; }
.g-grid.nowrap { flex-flow: row; }
.g-block { flex: 1; min-width: 0; min-height: 0; }
.first-block { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1; }
.last-block { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }
.size-5 { flex: 0 5%; width: 5%; }
.size-6 { flex: 0 6%; width: 6%; }
.size-7 { flex: 0 7%; width: 7%; }
.size-8 { flex: 0 8%; width: 8%; }
.size-9 { flex: 0 9%; width: 9%; }
.size-10 { flex: 0 10%; width: 10%; }
.size-11 { flex: 0 11%; width: 11%; }
.size-12 { flex: 0 12%; width: 12%; }
.size-13 { flex: 0 13%; width: 13%; }
.size-14 { flex: 0 14%; width: 14%; }
.size-15 { flex: 0 15%; width: 15%; }
.size-16 { flex: 0 16%; width: 16%; }
.size-17 { flex: 0 17%; width: 17%; }
.size-18 { flex: 0 18%; width: 18%; }
.size-19 { flex: 0 19%; width: 19%; }
.size-20 { flex: 0 20%; width: 20%; }
.size-21 { flex: 0 21%; width: 21%; }
.size-22 { flex: 0 22%; width: 22%; }
.size-23 { flex: 0 23%; width: 23%; }
.size-24 { flex: 0 24%; width: 24%; }
.size-25 { flex: 0 25%; width: 25%; }
.size-26 { flex: 0 26%; width: 26%; }
.size-27 { flex: 0 27%; width: 27%; }
.size-28 { flex: 0 28%; width: 28%; }
.size-29 { flex: 0 29%; width: 29%; }
.size-30 { flex: 0 30%; width: 30%; }
.size-31 { flex: 0 31%; width: 31%; }
.size-32 { flex: 0 32%; width: 32%; }
.size-33 { flex: 0 33%; width: 33%; }
.size-34 { flex: 0 34%; width: 34%; }
.size-35 { flex: 0 35%; width: 35%; }
.size-36 { flex: 0 36%; width: 36%; }
.size-37 { flex: 0 37%; width: 37%; }
.size-38 { flex: 0 38%; width: 38%; }
.size-39 { flex: 0 39%; width: 39%; }
.size-40 { flex: 0 40%; width: 40%; }
.size-41 { flex: 0 41%; width: 41%; }
.size-42 { flex: 0 42%; width: 42%; }
.size-43 { flex: 0 43%; width: 43%; }
.size-44 { flex: 0 44%; width: 44%; }
.size-45 { flex: 0 45%; width: 45%; }
.size-46 { flex: 0 46%; width: 46%; }
.size-47 { flex: 0 47%; width: 47%; }
.size-48 { flex: 0 48%; width: 48%; }
.size-49 { flex: 0 49%; width: 49%; }
.size-50 { flex: 0 50%; width: 50%; }
.size-51 { flex: 0 51%; width: 51%; }
.size-52 { flex: 0 52%; width: 52%; }
.size-53 { flex: 0 53%; width: 53%; }
.size-54 { flex: 0 54%; width: 54%; }
.size-55 { flex: 0 55%; width: 55%; }
.size-56 { flex: 0 56%; width: 56%; }
.size-57 { flex: 0 57%; width: 57%; }
.size-58 { flex: 0 58%; width: 58%; }
.size-59 { flex: 0 59%; width: 59%; }
.size-60 { flex: 0 60%; width: 60%; }
.size-61 { flex: 0 61%; width: 61%; }
.size-62 { flex: 0 62%; width: 62%; }
.size-63 { flex: 0 63%; width: 63%; }
.size-64 { flex: 0 64%; width: 64%; }
.size-65 { flex: 0 65%; width: 65%; }
.size-66 { flex: 0 66%; width: 66%; }
.size-67 { flex: 0 67%; width: 67%; }
.size-68 { flex: 0 68%; width: 68%; }
.size-69 { flex: 0 69%; width: 69%; }
.size-70 { flex: 0 70%; width: 70%; }
.size-71 { flex: 0 71%; width: 71%; }
.size-72 { flex: 0 72%; width: 72%; }
.size-73 { flex: 0 73%; width: 73%; }
.size-74 { flex: 0 74%; width: 74%; }
.size-75 { flex: 0 75%; width: 75%; }
.size-76 { flex: 0 76%; width: 76%; }
.size-77 { flex: 0 77%; width: 77%; }
.size-78 { flex: 0 78%; width: 78%; }
.size-79 { flex: 0 79%; width: 79%; }
.size-80 { flex: 0 80%; width: 80%; }
.size-81 { flex: 0 81%; width: 81%; }
.size-82 { flex: 0 82%; width: 82%; }
.size-83 { flex: 0 83%; width: 83%; }
.size-84 { flex: 0 84%; width: 84%; }
.size-85 { flex: 0 85%; width: 85%; }
.size-86 { flex: 0 86%; width: 86%; }
.size-87 { flex: 0 87%; width: 87%; }
.size-88 { flex: 0 88%; width: 88%; }
.size-89 { flex: 0 89%; width: 89%; }
.size-90 { flex: 0 90%; width: 90%; }
.size-91 { flex: 0 91%; width: 91%; }
.size-92 { flex: 0 92%; width: 92%; }
.size-93 { flex: 0 93%; width: 93%; }
.size-94 { flex: 0 94%; width: 94%; }
.size-95 { flex: 0 95%; width: 95%; }
.size-33-3 { flex: 0 33.33333%; width: 33.33333%; max-width: 33.33333%; }
.size-16-7 { flex: 0 16.66667%; width: 16.66667%; max-width: 16.66667%; }
.size-14-3 { flex: 0 14.28571%; width: 14.28571%; max-width: 14.28571%; }
.size-12-5 { flex: 0 12.5%; width: 12.5%; max-width: 12.5%; }
.size-11-1 { flex: 0 11.11111%; width: 11.11111%; max-width: 11.11111%; }
.size-9-1 { flex: 0 9.09091%; width: 9.09091%; max-width: 9.09091%; }
.size-8-3 { flex: 0 8.33333%; width: 8.33333%; max-width: 8.33333%; }
.size-100 { width: 100%; max-width: 100%; flex-grow: 0; flex-basis: 100%; }
.g-main-nav:not(.g-menu-hastouch) .g-dropdown { z-index: 10; top: -9999px; }
.g-main-nav:not(.g-menu-hastouch) .g-dropdown.g-active { top: 100%; }
.g-main-nav:not(.g-menu-hastouch) .g-dropdown .g-dropdown { top: 0; }
.g-main-nav:not(.g-menu-hastouch) .g-fullwidth .g-dropdown.g-active { top: auto; }
.g-main-nav:not(.g-menu-hastouch) .g-fullwidth .g-dropdown .g-dropdown.g-active { top: 0; }
.g-main-nav .g-toplevel > li { display: inline-block; cursor: pointer; transition: background .2s ease-out, transform .2s ease-out; }
.g-main-nav .g-toplevel > li.g-menu-item-type-particle, .g-main-nav .g-toplevel > li.g-menu-item-type-module { cursor: initial; }
.g-main-nav .g-toplevel > li .g-menu-item-content { display: inline-block; vertical-align: middle; cursor: pointer; }
.g-main-nav .g-toplevel > li .g-menu-item-container { transition: transform .2s ease-out; }
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator { display: inline-block; vertical-align: middle; line-height: normal; }
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after { display: inline-block; cursor: pointer; width: 1.5rem; opacity: 0.5; font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", FontAwesome; font-weight: 900; content: ""; text-align: right; }
.g-main-nav .g-toplevel > li.g-parent.g-selected > .g-menu-item-container > .g-menu-parent-indicator:after { content: ""; }
.g-main-nav .g-dropdown { transition: opacity .2s ease-out, transform .2s ease-out; z-index: 1; }
.g-main-nav .g-sublevel > li { transition: background .2s ease-out, transform .2s ease-out; }
.g-main-nav .g-sublevel > li.g-menu-item-type-particle, .g-main-nav .g-sublevel > li.g-menu-item-type-module { cursor: initial; }
.g-main-nav .g-sublevel > li .g-menu-item-content { display: inline-block; vertical-align: middle; word-break: break-word; }
.g-main-nav .g-sublevel > li.g-parent .g-menu-item-content { margin-right: 2rem; }
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator { position: absolute; right: 0.738rem; top: 0.838rem; width: auto; text-align: center; }
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator:after { content: ""; text-align: center; }
.g-main-nav .g-sublevel > li.g-parent.g-selected > .g-menu-item-container > .g-menu-parent-indicator:after { content: ""; }
[dir="rtl"] .g-main-nav .g-sublevel > li.g-parent .g-menu-item-content { margin-right: inherit; margin-left: 2rem; text-align: right; }
[dir="rtl"] .g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator { right: inherit; left: 0.738rem; transform: rotate(180deg); }
.g-menu-item-container { display: block; position: relative; }
.g-menu-item-container input, .g-menu-item-container textarea { color: #666; }
.g-main-nav .g-standard { position: relative; }
.g-main-nav .g-standard .g-sublevel > li { position: relative; }
.g-main-nav .g-standard .g-dropdown { top: 100%; }
.g-main-nav .g-standard .g-dropdown.g-dropdown-left { right: 0; }
.g-main-nav .g-standard .g-dropdown.g-dropdown-center { left: 50%; transform: translateX(-50%); }
.g-main-nav .g-standard .g-dropdown.g-dropdown-right { left: 0; }
.g-main-nav .g-standard .g-dropdown .g-dropdown { top: 0; }
.g-main-nav .g-standard .g-dropdown .g-dropdown.g-dropdown-left { left: auto; right: 100%; }
.g-main-nav .g-standard .g-dropdown .g-dropdown.g-dropdown-right { left: 100%; right: auto; }
.g-main-nav .g-standard .g-dropdown .g-block { flex-grow: 0; flex-basis: 100%; }
.g-main-nav .g-standard .g-go-back { display: none; }
.g-main-nav .g-fullwidth .g-dropdown { position: absolute; left: 0; right: 0; }
.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-left { right: 0; left: inherit; }
.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-center { left: inherit; right: inherit; left: 50%; transform: translateX(-50%); }
.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-right { left: 0; right: inherit; }
.g-main-nav .g-fullwidth .g-dropdown .g-block { position: relative; overflow: hidden; }
.g-main-nav .g-fullwidth .g-dropdown .g-go-back { display: block; }
.g-main-nav .g-fullwidth .g-dropdown .g-go-back.g-level-1 { display: none; }
.g-main-nav .g-fullwidth .g-sublevel .g-dropdown { top: 0; transform: translateX(100%); }
.g-main-nav .g-fullwidth .g-sublevel .g-dropdown.g-active { transform: translateX(0); }
.g-main-nav .g-fullwidth .g-sublevel.g-slide-out > .g-menu-item > .g-menu-item-container { transform: translateX(-100%); }
.g-go-back.g-level-1 { display: none; }
.g-go-back a span { display: none; }
.g-go-back a:before { display: block; text-align: center; width: 1.28571em; font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", FontAwesome; font-weight: 900; content: ""; opacity: 0.5; }
.g-menu-item-container > i { vertical-align: middle; margin-right: 0.2rem; }
.g-menu-item-subtitle { display: block; font-size: 0.8rem; line-height: 1.1; }
.g-nav-overlay, .g-menu-overlay { top: 0; right: 0; bottom: 0; left: 0; z-index: -1; opacity: 0; position: absolute; transition: opacity .3s ease-out, z-index .1s ease-out; }
#g-mobilemenu-container .g-toplevel { position: relative; }
#g-mobilemenu-container .g-toplevel li { display: block; position: static !important; margin-right: 0; cursor: pointer; }
#g-mobilemenu-container .g-toplevel li .g-menu-item-container { padding: 0.938rem 1rem; }
#g-mobilemenu-container .g-toplevel li .g-menu-item-content { display: inline-block; line-height: 1rem; }
#g-mobilemenu-container .g-toplevel li.g-parent > .g-menu-item-container > .g-menu-item-content { position: relative; }
#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator { position: absolute; right: 0.938rem; text-align: center; }
#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator:after { display: inline-block; text-align: center; opacity: 0.5; width: 1.5rem; line-height: normal; font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", FontAwesome; font-weight: 900; content: ""; }
#g-mobilemenu-container .g-toplevel .g-dropdown { top: 0; background: transparent; position: absolute; left: 0; right: 0; z-index: 1; transition: transform .2s ease-out; transform: translateX(100%); }
#g-mobilemenu-container .g-toplevel .g-dropdown.g-active { transform: translateX(0); z-index: 0; }
#g-mobilemenu-container .g-toplevel .g-dropdown .g-go-back { display: block; }
#g-mobilemenu-container .g-toplevel .g-dropdown .g-block { width: 100%; overflow: visible; }
#g-mobilemenu-container .g-toplevel .g-dropdown .g-block .g-go-back { display: none; }
#g-mobilemenu-container .g-toplevel .g-dropdown .g-block:first-child .g-go-back { display: block; }
#g-mobilemenu-container .g-toplevel .g-dropdown-column { float: none; padding: 0; }
#g-mobilemenu-container .g-toplevel .g-dropdown-column [class*="size-"] { flex: 0 1 100%; max-width: 100%; }
#g-mobilemenu-container .g-sublevel { cursor: default; }
#g-mobilemenu-container .g-sublevel li { position: static; }
#g-mobilemenu-container .g-sublevel .g-dropdown { top: 0; }
#g-mobilemenu-container .g-menu-item-container { transition: transform .2s ease-out; }
#g-mobilemenu-container .g-toplevel.g-slide-out > .g-menu-item > .g-menu-item-container, #g-mobilemenu-container .g-toplevel.g-slide-out > .g-go-back > .g-menu-item-container, #g-mobilemenu-container .g-sublevel.g-slide-out > .g-menu-item > .g-menu-item-container, #g-mobilemenu-container .g-sublevel.g-slide-out > .g-go-back > .g-menu-item-container { transform: translateX(-100%); }
#g-mobilemenu-container .g-menu-item-subtitle { line-height: 1.5; }
#g-mobilemenu-container i { float: left; line-height: 1.4rem; margin-right: 0.3rem; }
.g-menu-overlay.g-menu-overlay-open { z-index: 2; position: fixed; opacity: 1; height: 100vh; }
h1, h2, h3, h4, h5, h6 { margin: 0.75rem 0 1.5rem 0; text-rendering: optimizeLegibility; }
p { margin: 1.5rem 0; }
ul, ol, dl { margin-top: 1.5rem; margin-bottom: 1.5rem; }
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl { margin-top: 0; margin-bottom: 0; }
ul { margin-left: 1.5rem; padding: 0; }
dl { padding: 0; }
ol { padding-left: 1.5rem; }
blockquote { margin: 1.5rem 0; padding-left: 0.75rem; }
cite { display: block; }
cite:before { content: "\2014 \0020"; }
pre { margin: 1.5rem 0; padding: 0.938rem; }
hr { border-left: none; border-right: none; border-top: none; margin: 1.5rem 0; }
fieldset { border: 0; padding: 0.938rem; margin: 0 0 1.5rem 0; }
label { margin-bottom: 0.375rem; }
label abbr { display: none; }
textarea, select[multiple=multiple] { transition: border-color; padding: 0.375rem 0.375rem; }
textarea:focus, select[multiple=multiple]:focus { outline: none; }
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea { transition: border-color; padding: 0.375rem 0.375rem; }
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus { outline: none; }
textarea { resize: vertical; }
input[type="checkbox"], input[type="radio"] { display: inline; margin-right: 0.375rem; }
input[type="file"] { width: 100%; }
select { max-width: 100%; }
button, input[type="submit"] { cursor: pointer; user-select: none; vertical-align: middle; white-space: nowrap; border: inherit; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.hide, body .g-offcanvas-hide { display: none; }
.clearfix::after { clear: both; content: ""; display: table; }
.center { text-align: center !important; }
.align-right { text-align: right !important; }
.align-left { text-align: left !important; }
.full-height { min-height: 100vh; }
.nomarginall { margin: 0 !important; }
.nomarginall .g-content { margin: 0 !important; }
.nomargintop { margin-top: 0 !important; }
.nomargintop .g-content { margin-top: 0 !important; }
.nomarginbottom { margin-bottom: 0 !important; }
.nomarginbottom .g-content { margin-bottom: 0 !important; }
.nomarginleft { margin-left: 0 !important; }
.nomarginleft .g-content { margin-left: 0 !important; }
.nomarginright { margin-right: 0 !important; }
.nomarginright .g-content { margin-right: 0 !important; }
.nopaddingall { padding: 0 !important; }
.nopaddingall .g-content { padding: 0 !important; }
.nopaddingtop { padding-top: 0 !important; }
.nopaddingtop .g-content { padding-top: 0 !important; }
.nopaddingbottom { padding-bottom: 0 !important; }
.nopaddingbottom .g-content { padding-bottom: 0 !important; }
.nopaddingleft { padding-left: 0 !important; }
.nopaddingleft .g-content { padding-left: 0 !important; }
.nopaddingright { padding-right: 0 !important; }
.nopaddingright .g-content { padding-right: 0 !important; }
.g-flushed { padding: 0 !important; }
.g-flushed .g-content { padding: 0; margin: 0; }
.g-flushed .g-container { width: 100%; }
.full-width { flex-grow: 0; flex-basis: 100%; }
.full-width .g-block { flex-grow: 0; flex-basis: 100%; }
.hidden { display: none; visibility: hidden; }
@media print { .visible-print { display: inherit !important; }
.g-block.visible-print { display: block !important; }
.hidden-print { display: none !important; } }
.equal-height { display: flex; }
.equal-height .g-content { flex-basis: 100%; }
#g-offcanvas { position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow-x: hidden; overflow-y: auto; text-align: left; display: none; -webkit-overflow-scrolling: touch; }
.g-offcanvas-toggle { display: block; position: absolute; top: 0.7rem; left: 0.7rem; z-index: 10; line-height: 1; cursor: pointer; }
.g-offcanvas-active { overflow-x: hidden; }
.g-offcanvas-open { overflow: hidden; }
.g-offcanvas-open body, .g-offcanvas-open #g-page-surround { overflow: hidden; }
.g-offcanvas-open .g-nav-overlay { z-index: 15; position: absolute; opacity: 1; height: 100%; }
.g-offcanvas-open #g-offcanvas { display: block; }
.g-offcanvas-left #g-page-surround { left: 0; }
.g-offcanvas-right #g-offcanvas { left: inherit; }
.g-offcanvas-right .g-offcanvas-toggle { left: inherit; right: 0.7rem; }
.g-offcanvas-right #g-page-surround { right: 0; }
.g-offcanvas-left #g-offcanvas { right: inherit; }@import url("//fonts.googleapis.com/css?family=Montserrat:400");     .g-content {
margin: 0.625rem;
padding: 0.938rem;
} .g-flushed .g-content {
margin: 0;
padding: 0;
} body {
font-size: 1rem;
line-height: 2;
} h1 {
font-size: 2.25rem;
} h2 {
font-size: 1.9rem;
} h3 {
font-size: 1.5rem;
} h4 {
font-size: 1.25rem;
} h5 {
font-size: 1rem;
} h6 {
font-size: 0.85rem;
} small {
font-size: 0.875rem;
} cite {
font-size: 0.875rem;
} sub, sup {
font-size: 0.75rem;
} code, kbd, pre, samp {
font-size: 1rem;
font-family: "Menlo", "Monaco", monospace;
} textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
border-radius: 0.25rem;
}
@font-face {
font-family: 'rockettheme-apps';
font-style: normal;
font-weight: normal;
src: url(https://childrenslawcentre.org.uk/wp-content/themes/g5_helium/fonts/rockettheme-apps/rockettheme-apps.eot#iefix) format("embedded-opentype"), url(https://childrenslawcentre.org.uk/wp-content/themes/g5_helium/fonts/rockettheme-apps/rockettheme-apps.woff2) format("woff2"), url(https://childrenslawcentre.org.uk/wp-content/themes/g5_helium/fonts/rockettheme-apps/rockettheme-apps.woff) format("woff"), url(https://childrenslawcentre.org.uk/wp-content/themes/g5_helium/fonts/rockettheme-apps/rockettheme-apps.ttf) format("truetype"), url(https://childrenslawcentre.org.uk/wp-content/themes/g5_helium/fonts/rockettheme-apps/rockettheme-apps.svg#rockettheme-apps) format("svg");
} i.fa-grav-spaceman, i.fa-grav-text, i.fa-grav-full, i.fa-grav-logo, i.fa-grav-symbol, i.fa-grav-logo-both, i.fa-grav-both, i.fa-gantry, i.fa-gantry-logo, i.fa-gantry-symbol, i.fa-gantry-logo-both, i.fa-gantry-both {
font-family: 'rockettheme-apps';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-grav-logo:before, .fa-grav-text:before {
content: "\61";
} .fa-grav-symbol:before, .fa-grav-spaceman:before {
content: "\62";
} .fa-grav-logo-both:before, .fa-grav-both:before, .fa-grav-full:before {
content: "\66";
} .fa-gantry-logo:before {
content: "\64";
} .fa-gantry:before, .fa-gantry-symbol:before {
content: "\63";
} .fa-gantry-logo-both:before, .fa-gantry-both:before {
content: "\65";
} body {
color: #424753;
background: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: auto;
} body *::selection {
color: #fff;
background: #27a5ad;
} body *::-moz-selection {
color: #fff;
background: #27a5ad;
} body p {
margin: 1rem 0;
} body p.h1 {
font-size: 2.25rem;
} body p.h2 {
font-size: 1.9rem;
} body p.h3 {
font-size: 1.5rem;
} body p.h4 {
font-size: 1.25rem;
} body p.h5 {
font-size: 1rem;
} body p.h6 {
font-size: 0.85rem;
} body span.para {
display: block;
margin: 1rem 0;
} a {
color: #27a5ad;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
} a:hover {
color: #424753;
} body {
font-family: "Montserrat";
font-weight: 400;
} h1, h2, h3, h4, h5 {
font-family: "Montserrat";
font-weight: 400;
} h1 {
font-weight: 700;
} h4 {
font-size: 1.25rem;
} blockquote {
border-left: 10px solid #e0e0e5;
} blockquote p {
font-size: 1.1rem;
color: #6f788c;
} blockquote cite {
display: block;
text-align: right;
color: #424753;
font-size: 1.2rem;
} code, kbd, pre, samp {
font-family: "Menlo", "Monaco", monospace;
} code {
background: #f9f2f4;
color: #9c1d3d;
} pre {
padding: 1rem;
margin: 2rem 0;
background: #f6f6f6;
border: 1px solid #e0e0e5;
border-radius: 0.25rem;
line-height: 1.15;
font-size: 0.9rem;
} pre code {
color: #237794;
background: inherit;
font-size: 0.9rem;
} pre.prettyprint {
border-color: rgba(0, 0, 0, 0.1) !important;
} hr {
margin: 1.5rem 0;
border-bottom: 1px solid #e0e0e5;
} .noliststyle {
list-style: none;
} .g-uppercase {
text-transform: uppercase;
} .g-notexttransform {
text-transform: none;
} .g-positive-margin-top {
margin-top: 23rem;
} .g-negative-margin-bottom {
margin-bottom: -25rem;
} .g-img-circle {
border-radius: 50%;
} .section-horizontal-paddings {
padding-left: 10%;
padding-right: 10%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) { .section-horizontal-paddings {
padding-left: 0;
padding-right: 0;
}
}
@media only all and (max-width: 47.99rem) { .section-horizontal-paddings {
padding-left: 0;
padding-right: 0;
}
} .section-horizontal-paddings-small {
padding-left: 5%;
padding-right: 5%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
.section-horizontal-paddings-small {
padding-left: 0;
padding-right: 0;
}
}
@media only all and (max-width: 47.99rem) {
.section-horizontal-paddings-small {
padding-left: 0;
padding-right: 0;
}
} .section-horizontal-paddings-large {
padding-left: 15%;
padding-right: 15%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
.section-horizontal-paddings-large {
padding-left: 0;
padding-right: 0;
}
}
@media only all and (max-width: 47.99rem) {
.section-horizontal-paddings-large {
padding-left: 0;
padding-right: 0;
}
} .section-vertical-paddings {
padding-top: 4vw;
padding-bottom: 4vw;
} .section-vertical-paddings-small {
padding-top: 2vw;
padding-bottom: 2vw;
} .section-vertical-paddings-large {
padding-top: 6vw;
padding-bottom: 6vw;
}  .flush > .g-container, .g-flushed > .g-container, .flush > .g-content, .g-flushed > .g-content {
margin: 0 !important;
padding: 0 !important;
} .g-container-flushed {
margin: -4rem 0;
}  .nomarginleft, .nomarginleft > .g-content {
margin-left: 0;
}  .nomarginright, .nomarginright > .g-content {
margin-right: 0;
}  .nomargintop, .nomargintop > .g-content {
margin-top: 0;
}  .nomarginbottom, .nomarginbottom > .g-content {
margin-bottom: 0;
}  .nomarginall, .nomarginall > .g-content {
margin: 0;
}  .margin2x > .g-content {
margin: 1.25rem;
}  .margin3x > .g-content {
margin: 1.875rem;
}  .nopaddingleft, .nopaddingleft > .g-content {
padding-left: 0;
}  .nopaddingright, .nopaddingright > .g-content {
padding-right: 0;
}  .nopaddingtop, .nopaddingtop > .g-content {
padding-top: 0;
}  .nopaddingbottom, .nopaddingbottom > .g-content {
padding-bottom: 0;
}  .nopaddingall, .nopaddingall > .g-content {
padding: 0;
}  .padding2x > .g-content {
padding: 1.876rem;
}  .padding3x > .g-content {
padding: 2.814rem;
}  .title-center .g-title {
text-align: center;
margin: 0 0 2rem 0;
}  .title1 .g-title, .title2 .g-title, .title-gradient .g-title, .title-outline .g-title {
margin: -0.938rem -0.938rem 1.5rem -0.938rem;
padding: 0.625rem 1rem;
} .platform-content, .moduletable, .widget {
margin: 0.625rem 0;
padding: 0.938rem 0;
} .platform-content .moduletable, .moduletable .moduletable, .widget .moduletable, .platform-content .widget, .moduletable .widget, .widget .widget {
margin: 0;
padding: 0;
} .platform-content:first-child, .moduletable:first-child, .widget:first-child {
margin-top: 0;
padding-top: 0;
} .platform-content:last-child, .moduletable:last-child, .widget:last-child {
margin-bottom: 0;
padding-bottom: 0;
}  .moduletable[class*="box"], .widget[class*="box"] {
padding: 0.938rem;
margin: 0.625rem;
}  .moduletable[class*="title"] .g-title, .widget[class*="title"] .g-title {
margin-left: 0;
margin-right: 0;
margin-top: 0;
}  .title1 .g-title {
background: #27a5ad;
color: #fff;
}  .box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 > .g-content {
background: #1f858c;
} .box1.moduletable, .box1.widget, .box1 > .g-content {
color: #fff;
} .box1 .button {
color: #fff;
} .box1 .button:hover {
background: #19696f;
} .box1 a {
color: #89dfe4;
} .box1 a:hover {
color: #fff;
}  .box1.title1 .g-title {
background: #19696f;
}  .title2 .g-title {
background: #2f4a9a;
color: #fff;
}  .box2.moduletable, .box2.widget, .box2.g-outer-box, .box2 > .g-content {
background: #2f4a9a;
} .box2.moduletable, .box2.widget, .box2 > .g-content {
color: #fff;
} .box2 .button {
color: #fff;
background: #233773;
} .box2 .button:hover {
background: #1d2e5f;
} .box2 a {
color: #0b1225;
} .box2 a:hover {
color: #fff;
}  .box2.title2 .g-title {
background: #233773;
}  .title-gradient .g-title {
background-color: #27a5ad;
background-image: -webkit-linear-gradient(-360deg, #27a5ad, #2f4a9a);
background-image: linear-gradient(90deg,#27a5ad, #2f4a9a);
color: #fff;
}  .box-gradient.moduletable, .box-gradient.widget, .box-gradient.g-outer-box, .box-gradient > .g-content {
background-color: #27a5ad;
background-image: -webkit-linear-gradient(-315deg, #27a5ad, #2f4a9a);
background-image: linear-gradient(45deg,#27a5ad, #2f4a9a);
} .box-gradient.moduletable, .box-gradient.widget, .box-gradient > .g-content {
color: #fff;
} .box-gradient .button {
color: #fff;
background: #229198;
} .box-gradient .button:hover {
background: #19696f;
} .box-gradient a {
color: #89dfe4;
} .box-gradient a:hover {
color: #fff;
}  .box-gradient.title-gradient .g-title {
background-color: #27a5ad;
background-image: -webkit-linear-gradient(-280deg, #27a5ad, #2f4a9a);
background-image: linear-gradient(10deg,#27a5ad, #2f4a9a);
}  .title-outline .g-title {
border: 1px solid #27a5ad;
}  .box-outline.moduletable, .box-outline.widget, .box-outline.g-outer-box, .box-outline > .g-content {
border: 1px solid #27a5ad;
}  .box-outline.title-outline .g-title {
border: none;
border-bottom: 1px solid #27a5ad;
}  .spaced .g-content {
margin: 1px;
}  .shadow .g-content {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}  .disabled .g-content {
opacity: 0.4;
}  .rounded .g-content {
border-radius: 0.25rem;
overflow: hidden;
}  .equal-height #g-aside, .equal-height #g-mainbar, .equal-height #g-sidebar {
width: 100%;
} .equal-height .g-content {
width: auto;
} .button {
display: inline-block;
font-family: "Montserrat";
font-weight: 600;
font-size: 0.8rem;
line-height: 1.15;
letter-spacing: 0.1rem;
text-transform: uppercase;
background: #27a5ad;
color: #fff;
border: 1px solid transparent;
border-radius: 2.5rem;
margin: 0 0 0.5rem 0;
padding: 1.5rem 3.125rem;
vertical-align: middle;
text-shadow: none;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
} .button:hover, .button:active, .button:focus {
background: #1e7d83;
color: #fff;
outline: 0;
} .button:disabled {
opacity: 0.25;
cursor: not-allowed;
} .button:disabled:hover {
background: #27a5ad;
}  .button.fa {
line-height: 1.15;
}  .button.fa[class*="fa-"]:before, .button.fa[class*="fa-"]:after {
font-family: FontAwesome;
} .button.button-block {
width: 100%;
display: block;
} .button.button-xlarge {
font-size: 1.2rem;
padding: 1.9rem 3.525rem;
border-radius: 3.5rem;
} .button.button-large {
font-size: 1rem;
padding: 1.7rem 3.325rem;
} .button.button-small {
font-size: 0.7rem;
padding: 1.2rem 2.825rem;
} .button.button-xsmall {
font-size: 0.6rem;
padding: 1.1rem 2.725rem;
} .button.button-2 {
background: #2f4a9a;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
} .button.button-2:hover, .button.button-2:active, .button.button-2:focus {
background: #233773;
color: #fff;
} .button.button-outline {
background: transparent;
color: #27a5ad;
border-color: #27a5ad;
} .button.button-outline:hover, .button.button-outline:active, .button.button-outline:focus {
background: #27a5ad;
border-color: transparent;
color: #fff;
} .button.button-gradient {
background-color: #27a5ad;
background-image: -webkit-linear-gradient(-360deg, #27a5ad, #2f4a9a);
background-image: linear-gradient(90deg,#27a5ad, #2f4a9a);
border: none;
} .button.button-gradient:hover, .button.button-gradient:active, .button.button-gradient:focus {
background: #27a5ad;
color: white;
} .button.button-bevel {
border-radius: 0.4rem;
} .button.button-square {
border-radius: 0;
} table {
border: 1px solid #dce2e9;
} th {
background: #eceff3;
padding: 0.5rem;
} td {
padding: 0.5rem;
border: 1px solid #dce2e9;
} textarea, select[multiple=multiple] {
background-color: white;
border: 1px solid #e0e0e5;
} textarea:hover, select[multiple=multiple]:hover {
border-color: #27a5ad;
box-shadow: 0 0 4px rgba(39, 165, 173, 0.5);
} textarea:focus, select[multiple=multiple]:focus {
border-color: #27a5ad;
box-shadow: 0 0 4px rgba(39, 165, 173, 0.5);
} textarea {
width: 100%;
box-sizing: border-box !important;
padding: 0.75rem 1.25rem;
} fieldset.input {
margin: 0;
padding: 0;
} input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
background-color: white;
vertical-align: middle;
border: 1px solid #e0e0e5;
font-size: 1rem;
width: 100%;
line-height: 2;
padding: 0.375rem 1.25rem;
-webkit-transition: border-color 0.2s;
-moz-transition: border-color 0.2s;
transition: border-color 0.2s;
} input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
box-shadow: 0 0 4px rgba(39, 165, 173, 0.5);
} input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
box-shadow: 0 0 4px rgba(39, 165, 173, 0.5);
} input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
border-color: #27a5ad;
} input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
border-color: #27a5ad;
}   .g-main-nav .g-standard .g-dropdown {
-webkit-transition: none;
-moz-transition: none;
transition: none;
} .g-main-nav .g-standard .g-fade.g-dropdown {
-webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
transition: opacity 0.3s ease-out, transform 0.3s ease-out;
} .g-main-nav .g-standard .g-zoom.g-active {
-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-name: g-dropdown-zoom;
-moz-animation-name: g-dropdown-zoom;
animation-name: g-dropdown-zoom;
} .g-main-nav .g-standard .g-fade-in-up.g-active {
-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-name: g-dropdown-fade-in-up;
-moz-animation-name: g-dropdown-fade-in-up;
animation-name: g-dropdown-fade-in-up;
} .g-main-nav .g-standard .g-dropdown-bounce-in-left.g-active {
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-name: g-dropdown-bounce-in-left;
-moz-animation-name: g-dropdown-bounce-in-left;
animation-name: g-dropdown-bounce-in-left;
} .g-main-nav .g-standard .g-dropdown-bounce-in-right.g-active {
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-name: g-dropdown-bounce-in-right;
-moz-animation-name: g-dropdown-bounce-in-right;
animation-name: g-dropdown-bounce-in-right;
} .g-main-nav .g-standard .g-dropdown-bounce-in-down.g-active {
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-name: g-dropdown-bounce-in-down;
-moz-animation-name: g-dropdown-bounce-in-down;
animation-name: g-dropdown-bounce-in-down;
}  .g-main-nav .g-fullwidth > .g-dropdown {
-webkit-transition: none;
-moz-transition: none;
transition: none;
} .g-main-nav .g-fullwidth > .g-fade.g-dropdown {
-webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
transition: opacity 0.3s ease-out, transform 0.3s ease-out;
} .g-main-nav .g-fullwidth > .g-zoom.g-active {
-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-name: g-dropdown-zoom;
-moz-animation-name: g-dropdown-zoom;
animation-name: g-dropdown-zoom;
} .g-main-nav .g-fullwidth > .g-dropdown-bounce-in-left.g-active {
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-name: g-dropdown-bounce-in-left;
-moz-animation-name: g-dropdown-bounce-in-left;
animation-name: g-dropdown-bounce-in-left;
} .g-main-nav .g-fullwidth > .g-dropdown-bounce-in-right.g-active {
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-name: g-dropdown-bounce-in-right;
-moz-animation-name: g-dropdown-bounce-in-right;
animation-name: g-dropdown-bounce-in-right;
} .g-main-nav .g-fullwidth > .g-dropdown-bounce-in-down.g-active {
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-name: g-dropdown-bounce-in-down;
-moz-animation-name: g-dropdown-bounce-in-down;
animation-name: g-dropdown-bounce-in-down;
}
@-webkit-keyframes g-dropdown-zoom { 0% {
opacity: 0;
-webkit-transform: scale3d(0.8, 0.8, 0.8);
} 100% {
opacity: 1;
}
}
@-moz-keyframes g-dropdown-zoom { 0% {
opacity: 0;
-moz-transform: scale3d(0.8, 0.8, 0.8);
} 100% {
opacity: 1;
}
}
@keyframes g-dropdown-zoom { 0% {
opacity: 0;
-webkit-transform: scale3d(0.8, 0.8, 0.8);
-moz-transform: scale3d(0.8, 0.8, 0.8);
-ms-transform: scale3d(0.8, 0.8, 0.8);
-o-transform: scale3d(0.8, 0.8, 0.8);
transform: scale3d(0.8, 0.8, 0.8);
} 100% {
opacity: 1;
}
}
@-webkit-keyframes g-dropdown-fade-in-up { 0% {
opacity: 0;
-webkit-transform: translate3d(0, 30px, 0);
} 100% {
opacity: 1;
}
}
@-moz-keyframes g-dropdown-fade-in-up { 0% {
opacity: 0;
-moz-transform: translate3d(0, 30px, 0);
} 100% {
opacity: 1;
}
}
@keyframes g-dropdown-fade-in-up { 0% {
opacity: 0;
-webkit-transform: translate3d(0, 30px, 0);
-moz-transform: translate3d(0, 30px, 0);
-ms-transform: translate3d(0, 30px, 0);
-o-transform: translate3d(0, 30px, 0);
transform: translate3d(0, 30px, 0);
} 100% {
opacity: 1;
}
}
@-webkit-keyframes g-dropdown-bounce-in-left { from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
} 0% {
opacity: 0;
-webkit-transform: translate3d(-50px, 0, 0);
} 60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
} 75% {
-webkit-transform: translate3d(-10px, 0, 0);
} 90% {
-webkit-transform: translate3d(5px, 0, 0);
} to {
-webkit-transform: none;
}
}
@-moz-keyframes g-dropdown-bounce-in-left { from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
} 0% {
opacity: 0;
-moz-transform: translate3d(-50px, 0, 0);
} 60% {
opacity: 1;
-moz-transform: translate3d(25px, 0, 0);
} 75% {
-moz-transform: translate3d(-10px, 0, 0);
} 90% {
-moz-transform: translate3d(5px, 0, 0);
} to {
-moz-transform: none;
}
}
@keyframes g-dropdown-bounce-in-left { from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
} 0% {
opacity: 0;
-webkit-transform: translate3d(-50px, 0, 0);
-moz-transform: translate3d(-50px, 0, 0);
-ms-transform: translate3d(-50px, 0, 0);
-o-transform: translate3d(-50px, 0, 0);
transform: translate3d(-50px, 0, 0);
} 60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
-moz-transform: translate3d(25px, 0, 0);
-ms-transform: translate3d(25px, 0, 0);
-o-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
} 75% {
-webkit-transform: translate3d(-10px, 0, 0);
-moz-transform: translate3d(-10px, 0, 0);
-ms-transform: translate3d(-10px, 0, 0);
-o-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
} 90% {
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
} to {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
}
@-webkit-keyframes g-dropdown-bounce-in-down { from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
} 0% {
opacity: 0;
-webkit-transform: translate3d(0, -50px, 0);
} 60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
} 75% {
-webkit-transform: translate3d(0, -10px, 0);
} 90% {
-webkit-transform: translate3d(0, 5px, 0);
} to {
-webkit-transform: none;
}
}
@-moz-keyframes g-dropdown-bounce-in-down { from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
} 0% {
opacity: 0;
-moz-transform: translate3d(0, -50px, 0);
} 60% {
opacity: 1;
-moz-transform: translate3d(0, 25px, 0);
} 75% {
-moz-transform: translate3d(0, -10px, 0);
} 90% {
-moz-transform: translate3d(0, 5px, 0);
} to {
-moz-transform: none;
}
}
@keyframes g-dropdown-bounce-in-down { from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
} 0% {
opacity: 0;
-webkit-transform: translate3d(0, -50px, 0);
-moz-transform: translate3d(0, -50px, 0);
-ms-transform: translate3d(0, -50px, 0);
-o-transform: translate3d(0, -50px, 0);
transform: translate3d(0, -50px, 0);
} 60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
-moz-transform: translate3d(0, 25px, 0);
-ms-transform: translate3d(0, 25px, 0);
-o-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
} 75% {
-webkit-transform: translate3d(0, -10px, 0);
-moz-transform: translate3d(0, -10px, 0);
-ms-transform: translate3d(0, -10px, 0);
-o-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
} 90% {
-webkit-transform: translate3d(0, 5px, 0);
-moz-transform: translate3d(0, 5px, 0);
-ms-transform: translate3d(0, 5px, 0);
-o-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
} to {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
}
@-webkit-keyframes g-dropdown-bounce-in-right { from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
} from {
opacity: 0;
-webkit-transform: translate3d(50px, 0, 0);
} 60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
} 75% {
-webkit-transform: translate3d(10px, 0, 0);
} 90% {
-webkit-transform: translate3d(-5px, 0, 0);
} to {
-webkit-transform: none;
}
}
@-moz-keyframes g-dropdown-bounce-in-right { from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
} from {
opacity: 0;
-moz-transform: translate3d(50px, 0, 0);
} 60% {
opacity: 1;
-moz-transform: translate3d(-25px, 0, 0);
} 75% {
-moz-transform: translate3d(10px, 0, 0);
} 90% {
-moz-transform: translate3d(-5px, 0, 0);
} to {
-moz-transform: none;
}
}
@keyframes g-dropdown-bounce-in-right { from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
} from {
opacity: 0;
-webkit-transform: translate3d(50px, 0, 0);
-moz-transform: translate3d(50px, 0, 0);
-ms-transform: translate3d(50px, 0, 0);
-o-transform: translate3d(50px, 0, 0);
transform: translate3d(50px, 0, 0);
} 60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
-moz-transform: translate3d(-25px, 0, 0);
-ms-transform: translate3d(-25px, 0, 0);
-o-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
} 75% {
-webkit-transform: translate3d(10px, 0, 0);
-moz-transform: translate3d(10px, 0, 0);
-ms-transform: translate3d(10px, 0, 0);
-o-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
} 90% {
-webkit-transform: translate3d(-5px, 0, 0);
-moz-transform: translate3d(-5px, 0, 0);
-ms-transform: translate3d(-5px, 0, 0);
-o-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
} to {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
}   @media only all and (min-width: 48rem) { .g-home-particles.g-helium-style #g-navigation {
background: transparent;
} .g-home-particles.g-helium-style #g-navigation .g-logo {
color: #fff;
}  .g-home-particles.g-helium-style #g-navigation .g-logo.g-logo-helium svg {
fill: #fff;
}
}  .g-home-particles.g-helium-style #g-navigation .g-social a {
color: rgba(255, 255, 255, 0.5);
}
@media only all and (max-width: 47.99rem) {
.g-home-particles.g-helium-style #g-navigation .g-social a {
color: inherit;
}
} .g-home-particles.g-helium-style #g-navigation .g-social a:hover {
color: #fff;
}
@media only all and (max-width: 47.99rem) {
.g-home-particles.g-helium-style #g-navigation .g-social a:hover {
color: #27a5ad;
}
} .g-home-particles.g-helium-style #g-header {
text-align: center;
padding: 0;
}
@media only all and (min-width: 48rem) {
.g-home-particles.g-helium-style #g-header {
margin-top: -9.5rem;
padding: 0;
}
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) { .g-home-particles.g-helium-style #g-header {
padding-top: 2rem;
}
}  .g-home-particles.g-helium-style #g-header .button.button-outline {
background: transparent;
color: #fff;
border-color: rgba(255, 255, 255, 0.5);
} .g-home-particles.g-helium-style #g-header .button.button-outline:hover, .g-home-particles.g-helium-style #g-header .button.button-outline:active, .g-home-particles.g-helium-style #g-header .button.button-outline:focus {
background: rgba(255, 255, 255, 0.5);
border-color: transparent;
} .g-home-particles.g-helium-style #g-intro {
padding-bottom: 0;
} .g-home-particles.g-helium-style #g-intro .g-content {
margin-bottom: 0;
padding-bottom: 0;
}  .g-home-particles.g-helium-style #g-intro .g-content .fp-intro p {
margin-bottom: 2rem;
}  @media only all and (max-width: 47.99rem) { .g-home-particles.g-helium-style .fp-features .g-block:not(:last-child) {
margin-bottom: 4.5rem;
}
}  .g-home-particles.g-helium-style .fp-features .g-block .card .card-block {
padding: 0 0.938rem;
} .g-home-particles.g-helium-style .fp-features .g-block .card .card-block .fa {
width: 120px;
height: 120px;
font-size: 4.125rem;
line-height: 6.5rem;
margin: 0 auto 20px;
border: 8px solid rgba(224, 224, 229, 0.4);
border-radius: 50%;
} .g-home-particles.g-helium-style .fp-features .g-block .card .card-block .card-title {
margin-bottom: 5px;
font-size: 2.25rem;
line-height: 1.66rem;
font-weight: 600;
} .g-home-particles.g-helium-style .fp-features .g-block .card .card-block .card-subtitle {
display: block;
color: rgba(66, 71, 83, 0.5);
margin-bottom: 1.5rem;
font-weight: 200;
} .g-home-particles.g-helium-style .fp-features .g-block .card .card-block .card-subtitle:after {
display: block;
width: 80%;
height: 1px;
margin: 30px auto 0;
content: "";
background-color: rgba(224, 224, 229, 0.8);
}  .g-home-particles.g-helium-style .fp-testimonials blockquote {
margin: 2.5rem 0;
border-left: none;
} .g-home-particles.g-helium-style .fp-testimonials blockquote p {
color: #eceeef;
}  .g-home-particles.g-helium-style .fp-testimonials blockquote footer:after {
display: block;
margin: 0 auto;
width: 2.5rem;
height: 1px;
content: "";
background-color: rgba(255, 255, 255, 0.25);
} .g-home-particles.g-helium-style .fp-testimonials img {
margin-bottom: 1.25rem;
border: 4px solid #fff;
}   .g-home-particles.g-helium-style .fp-multi-column-text .g-block p {
padding: 0 5rem;
border-left: 1px solid #e0e0e5;
}
@media only all and (max-width: 47.99rem) {
.g-home-particles.g-helium-style .fp-multi-column-text .g-block p {
border: none;
}
}  .g-home-particles.g-helium-style .fp-multi-column-text .g-block:first-child p {
padding-left: 0;
padding-right: 5rem;
border-left: none;
}
@media only all and (max-width: 47.99rem) {
.g-home-particles.g-helium-style .fp-multi-column-text .g-block:first-child p {
padding: 0;
}
}  .g-home-particles.g-helium-style .fp-multi-column-text .g-block:last-child p {
padding-right: 0;
padding-left: 5rem;
}
@media only all and (max-width: 47.99rem) {
.g-home-particles.g-helium-style .fp-multi-column-text .g-block:last-child p {
padding: 0;
}
} #g-page-surround {
background: #fff;
overflow: hidden;
} .g-bodyonly #g-page-surround {
color: #424753;
background: #fff;
}
@media print { #g-page-surround {
background: #fff !important;
color: #000 !important;
}
} #g-header {
background-color: #312f38;
color: #eceeef;
padding: 3rem 0;
position: relative;
z-index: 10;
background-image: url(https://childrenslawcentre.org.uk/wp-content/themes/g5_helium/images/header/img01.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
} #g-header a {
color: rgba(236, 238, 239, 0.6);
} #g-header a:hover {
color: rgba(236, 238, 239, 0.8);
} #g-header h2 {
font-weight: 300;
line-height: 2;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
#g-header h2 {
font-size: 1.35rem;
}
} #g-header h2 em {
font-weight: 500;
} #g-header h2.large-heading {
font-size: 3.8rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
#g-header h2.large-heading {
font-size: 2.375rem;
}
}
@media only all and (max-width: 47.99rem) {
#g-header h2.large-heading {
font-size: 1.9rem;
}
}
@media print { #g-header {
background: #fff !important;
color: #000 !important;
}
} #g-navigation {
background: #fff;
color: #2f4a9a;
position: relative;
z-index: 11;
} #g-navigation .g-container {
position: relative;
} #g-navigation .g-logo {
color: #2f4a9a;
line-height: 2.8rem;
}  #g-navigation .g-logo.g-logo-helium svg {
fill: #2f4a9a;
} @media only all and (max-width: 47.99rem) { #g-navigation .g-social-header .g-content {
margin-top: 0;
padding: 0 0.938rem;
}
} #g-navigation .g-social {
text-align: right;
line-height: 3.125;
}
@media only all and (max-width: 47.99rem) {
#g-navigation .g-social {
text-align: center;
}
} .rtl #g-navigation .g-social {
text-align: left;
} #g-navigation .g-main-nav {
font-family: "Montserrat";
font-weight: 700;
line-height: 1.5;
} #g-navigation .g-main-nav .g-toplevel {
line-height: 3.125;
} #g-navigation .g-main-nav .g-toplevel > li {
margin: 0 0.5rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
#g-navigation .g-main-nav .g-toplevel > li {
margin: 0 0.2rem;
}
} #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
color: #2f4a9a;
padding: 0.2345rem 0;
} #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
padding: 0 0 0.2345rem;
} #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator {
vertical-align: top;
} #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
content: "\f107";
opacity: 0.75;
width: 1rem;
font-weight: 400;
} #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container i {
opacity: 1;
}  #g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
color: rgba(47, 74, 154, 0.7);
} #g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-selected {
color: rgba(47, 74, 154, 0.7);
}   #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
box-shadow: 0 2px 0 rgba(47, 74, 154, 0.2);
} #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-selected {
box-shadow: 0 2px 0 rgba(47, 74, 154, 0.2);
} #g-navigation .g-main-nav .g-dropdown {
background: #fff;
border: 1px solid rgba(47, 74, 154, 0.2);
border-radius: 0.25rem;
} #g-navigation .g-main-nav .g-dropdown > .g-dropdown-column {
border: 1px solid transparent;
} #g-navigation .g-main-nav .g-dropdown a {
color: #2f4a9a;
} #g-navigation .g-main-nav .g-dropdown a:hover {
color: #27a5ad;
} #g-navigation .g-main-nav .g-dropdown .g-dropdown-column {
position: relative;
} #g-navigation .g-main-nav .g-dropdown .g-dropdown {
margin-left: 20px;
}   #g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
color: #2f4a9a;
} #g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container > .g-selected {
color: #2f4a9a;
}  #g-navigation .g-main-nav .g-sublevel > li:not(:last-child) > .g-menu-item-container {
border-bottom: 1px solid rgba(47, 74, 154, 0.2);
} #g-navigation .g-main-nav .g-sublevel > li:not(:last-child) > .g-menu-item-container > .g-selected {
border-bottom: 1px solid rgba(47, 74, 154, 0.2);
}  #g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
color: #27a5ad;
} #g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container > .g-selected, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container > .g-selected {
color: #27a5ad;
}  #g-navigation .g-main-nav .g-sublevel > li.g-menu-item-type-particle > .g-menu-item-container {
border: 0;
}  #g-navigation .g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.g-menu-item-type-particle.active > .g-menu-item-container {
border: 0;
}   #g-navigation .g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container {
background: inherit;
} @media only all and (max-width: 47.99rem) {
#g-navigation .g-menu-block {
display: none;
}
} #g-navigation .g-menu-item-subtitle {
text-transform: lowercase;
font-size: 0.8rem;
opacity: 0.8;
padding-top: 0;
}
@media print { #g-navigation {
background: #fff !important;
color: #000 !important;
}
} .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
font-size: 1rem;
font-weight: bold;
padding: 0.469rem 0;
white-space: normal;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
-webkit-transition: 0.35s ease;
-moz-transition: 0.35s ease;
transition: 0.35s ease;
} .g-main-nav .g-standard .g-dropdown {
width: 180px;
float: left;
} .g-main-nav {
z-index: 20;
}     .g-main-nav .g-toplevel > li > .g-menu-item-container {
text-decoration: none;
line-height: 1;
}  .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
word-break: normal;
line-height: normal;
} .g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
width: 1.25rem;
padding: 0.1rem 0.25rem 0.25rem 0rem;
height: 1.25rem;
} .g-main-nav .g-toplevel i {
opacity: 0.6;
}  .g-main-nav .g-standard > .g-dropdown:before, .g-main-nav .g-fullwidth > .g-dropdown:before {
top: -7px !important;
} .g-main-nav .g-standard > .g-dropdown .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown .g-dropdown {
top: -7px;
}  .g-main-nav .g-standard .g-dropdown:after, .g-main-nav .g-fullwidth .g-dropdown:after {
left: -30px !important;
} .g-main-nav .g-dropdown {
text-align: left;
border-radius: 0.25rem;
} .dir-rtl .g-main-nav .g-dropdown {
text-align: right;
}  .g-main-nav .g-sublevel > li {
margin: 0.3125rem 0.9375rem;
padding: 0 0 0.2345rem 0;
} .g-main-nav .g-sublevel > li > .g-menu-item-container {
line-height: normal;
font-size: 0.85rem;
font-weight: bold;
} .g-main-nav .g-sublevel > li > .g-menu-item-container > .g-menu-item-content {
word-break: normal;
vertical-align: top;
}  .g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
right: 0;
top: 0;
margin-top: -0.35rem;
} .g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator:after {
content: "\f0da";
position: relative;
opacity: 1;
top: 0.75rem;
} .g-menu-item-subtitle {
opacity: 0.7;
}  .g-preset-thumbnails .g-block {
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
-webkit-flex: 1 1 auto !important;
-moz-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
} .g-preset-thumbnails .g-block > .g-content {
margin: 1rem 0;
padding: 0 0.5rem !important;
}   .g-main-nav .g-standard .g-dropdown {
margin-left: 15px;
} .g-main-nav .g-standard .g-dropdown:after {
content: "";
position: absolute;
display: block;
top: 0;
left: -15px;
right: -15px;
bottom: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
z-index: -1;
} .g-main-nav .g-standard > .g-dropdown {
margin-left: 0;
}   .g-main-nav .g-standard > .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown {
margin-top: 5px;
} .g-main-nav .g-standard > .g-dropdown:before, .g-main-nav .g-fullwidth > .g-dropdown:before {
content: "";
position: absolute;
display: block;
top: -5px;
left: 0;
right: 0;
bottom: 0;
border-top: 5px solid transparent;
z-index: -1;
}       .g-menu-hastouch .g-standard .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, .g-menu-hastouch .g-fullwidth .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
border-radius: 0.25rem;
margin: -0.2rem 0 -0.2rem 0.5rem;
padding: 0.2rem;
}     .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, .g-menu-hastouch .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
border-radius: 0.25rem;
padding: 0.1rem;
margin-top: -0.1rem;
margin-right: -0.1rem;
} #g-intro {
background: #fff;
color: #fff;
padding: 3rem 0;
}
@media print { #g-intro {
background: #fff !important;
color: #000 !important;
}
} #g-features {
background: #fff;
color: #424753;
padding: 3rem 0;
}
@media print { #g-features {
background: #fff !important;
color: #000 !important;
}
} #g-utility {
background: #424753;
color: #fff;
padding: 3rem 0;
}
@media print { #g-utility {
background: #fff !important;
color: #000 !important;
}
} #g-above {
background: #f4f5f7;
color: #424753;
padding: 3rem 0;
}
@media print { #g-above {
background: #fff !important;
color: #000 !important;
}
} #g-testimonials {
background: #2f4a9a;
color: #eceeef;
padding: 3rem 0;
position: relative;
z-index: 10;
} #g-testimonials a {
color: #5fd4db;
} #g-testimonials a:hover {
color: inherit;
}
@media print { #g-testimonials {
background: #fff !important;
color: #000 !important;
}
} #g-expanded {
background: #fff;
color: #424753;
padding: 3rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
#g-expanded {
padding: 0;
}
}
@media print { #g-expanded {
background: #fff !important;
color: #000 !important;
}
} #g-mainbar {
background: #fff;
color: #424753;
padding: 3rem 0;
}
@media print { #g-main {
background: #fff !important;
color: #000 !important;
}
} #g-aside {
background: #fff;
color: #424753;
padding: 3rem 0;
}
@media print { #g-aside {
background: #fff !important;
color: #000 !important;
}
} #g-sidebar {
background: #fff;
color: #424753;
padding: 3rem 0;
}
@media print { #g-sidebar {
background: #fff !important;
color: #000 !important;
}
} #g-footer {
background: #27a5ad;
color: #fff;
padding: 3rem 0;
} #g-footer .g-content {
margin: 0.625rem 0;
} #g-footer .g-copyright {
font-size: 0.8125rem;
line-height: 1.25rem;
}
@media only all and (max-width: 47.99rem) {
#g-footer .g-copyright {
text-align: center;
}
} #g-footer .g-horizontalmenu {
padding: 0.5rem 0;
text-align: right;
}
@media only all and (max-width: 47.99rem) {
#g-footer .g-horizontalmenu {
text-align: center;
}
} #g-footer .g-horizontalmenu a {
color: #fff;
} #g-footer .g-horizontalmenu a:hover {
color: rgba(255, 255, 255, 0.6);
box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2);
} #g-footer .g-totop {
padding: 0.5rem 0;
} #g-footer .g-totop a {
color: #fff;
} #g-footer .g-totop a:hover {
color: rgba(255, 255, 255, 0.6);
}
@media print { #g-footer {
background: #fff !important;
color: #000 !important;
}
} #g-offcanvas {
background: #27a5ad;
width: 12rem;
color: #eceeef;
} #g-offcanvas a {
color: #eceeef;
} #g-offcanvas a:hover {
color: #104245;
} #g-offcanvas h1, #g-offcanvas h2, #g-offcanvas h3, #g-offcanvas h4, #g-offcanvas h5, #g-offcanvas h6, #g-offcanvas strong {
color: #eceeef;
} #g-offcanvas .button {
background: #2f4a9a;
color: #eceeef;
} #g-offcanvas .button:hover {
background: #3553ae;
} #g-offcanvas .button:active {
background: #294186;
} #g-offcanvas hr {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
} #g-offcanvas .g-offcanvas-toggle {
color: #eceeef;
left: 9rem;
top: 1rem;
} .g-offcanvas-toggle {
font-size: 2rem;
color: #27a5ad;
width: 32px;
height: 32px;
top: 1.2rem;
z-index: 100001;
display: none;
} .g-offcanvas-open .g-offcanvas-toggle {
color: rgba(255, 255, 255, 0.6);
}
@media only all and (max-width: 48rem) { .g-offcanvas-toggle {
display: block;
}
}  .g-offcanvas-open .g-nav-overlay {
z-index: 100000;
}  .g-offcanvas-open .g-offcanvas-left #g-page-surround {
left: 12rem;
}  .g-offcanvas-open .g-offcanvas-right #g-page-surround {
right: 12rem;
}   .g-offcanvas-open .dir-rtl.g-offcanvas-left #g-offcanvas {
right: auto;
}  .g-offcanvas-open .dir-rtl.g-offcanvas-right #g-offcanvas {
left: auto;
}   #g-offcanvas #g-mobilemenu-container ul {
background: #27a5ad;
}  #g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
color: #eceeef;
padding: 0.938rem;
}   #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container {
color: #eceeef;
} #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
background: #1f858c;
} #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
background: #229198;
}   #g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
border: 1px solid #2dbdc6;
background: #23959c;
border-radius: 0.25rem;
margin: -0.3rem 0 -0.2rem 0.5rem;
padding: 0.2rem;
} #g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
background: #1f858c;
} #g-offcanvas #g-mobilemenu-container ul .g-dropdown-column {
width: 12rem;
} #g-offcanvas #g-mobilemenu-container ul i.fa {
width: 1.5rem;
} #g-mobilemenu-container {
margin: -1.563rem;
}  .g-preset-thumbnails img {
margin-bottom: 1rem;
}
@media only all and (max-width: 47.99rem) {
.g-preset-thumbnails {
text-align: center;
} .g-preset-thumbnails .g-block {
-webkit-box-flex: 0;
-moz-box-flex: 0;
box-flex: 0;
-webkit-flex: 0 0 auto;
-moz-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50% !important;
} .g-preset-thumbnails .g-content {
margin: 0;
}
}
@media print { #g-offcanvas {
background: #fff !important;
color: #000 !important;
}
}   .g-error #g-header .g-content {
padding: 3.5rem 0.938rem;
text-align: center;
} .g-error #g-header .g-content h2.g-title {
font-size: 3.5rem;
} .g-error #g-header .g-content p {
font-size: 1.5rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) { .g-error #g-header .g-content h2.g-title {
font-size: 3rem;
} .g-error #g-header .g-content p {
font-size: 1rem;
}
}
@media only all and (max-width: 47.99rem) {
.g-error #g-header .g-content {
padding: 1rem 0.938rem;
} .g-error #g-header .g-content h2.g-title {
font-size: 2rem;
} .g-error #g-header .g-content p {
font-size: 1rem;
}
} .g-error #g-mainbar {
text-align: center;
}   .g-error #g-footer .g-content .g-totop {
text-align: center;
}   .g-offline #g-header .g-content {
padding: 3.5rem 0.938rem;
text-align: center;
} .g-offline #g-header .g-content h2.g-title {
font-size: 3.5rem;
} .g-offline #g-header .g-content p {
font-size: 1.5rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) { .g-offline #g-header .g-content h2.g-title {
font-size: 3rem;
} .g-offline #g-header .g-content p {
font-size: 1rem;
}
}
@media only all and (max-width: 47.99rem) {
.g-offline #g-header .g-content {
padding: 1rem 0.938rem;
} .g-offline #g-header .g-content h2.g-title {
font-size: 2rem;
} .g-offline #g-header .g-content p {
font-size: 1rem;
}
}   .g-offline #g-footer .g-content .g-totop {
text-align: center;
} .g-offline #grav-login {
max-width: 36rem;
} .g-offline #grav-login .form-actions {
margin-top: 0.625rem;
}
@media only all and (max-width: 47.99rem) {
.g-offline #grav-login .form-actions {
text-align: center;
}
} .g-offline #grav-login .button {
text-transform: capitalize;
font-size: 1rem;
padding: 1rem 2.5rem;
} @media only all and (max-width: 47.99rem) {
.g-offline #grav-login .rememberme {
float: none;
display: block;
}
} .g-logo {
font-family: "Montserrat";
font-weight: 900;
font-size: 1.35rem;
vertical-align: middle;
text-transform: uppercase;
} .g-logo img, .g-logo svg {
display: block;
}  .g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
max-height: 50px;
} .g-logo.g-logo-helium svg {
fill: #fff;
}
@media only all and (max-width: 47.99rem) {
.g-logo {
display: block;
text-align: center;
margin: -0.85rem 0;
padding-left: 0.938rem;
} .g-logo img, .g-logo svg {
margin: 0 auto;
}
}  .g-social a {
padding: 0.1875rem 0.4rem;
text-decoration: none;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
.g-social a {
padding: 0.1875rem 0.25rem;
}
} .g-content-array {
margin-left: -0.938rem;
margin-right: -0.938rem;
} .g-content-array .g-grid {
margin-bottom: 2.3445rem;
} .g-content-array .g-grid:last-child {
margin-bottom: 0;
}   @media only all and (max-width: 47.99rem) {
.g-content-array .g-grid:last-child .g-block:last-child .g-array-item {
margin-bottom: 0;
}
}
@media only all and (max-width: 47.99rem) {
.g-content-array .g-grid {
margin-bottom: 0;
}
} .g-content-array .g-content {
margin: 0;
padding-top: 0;
padding-bottom: 0;
} @media only all and (max-width: 47.99rem) {
.g-content-array .g-array-item {
margin-bottom: 2.3445rem;
}
} .g-content-array .g-array-item-image {
margin: 0 0 15px 0;
} .g-content-array .g-item-title {
margin: 0;
}  .g-content-array .g-array-item-details, .g-content-array .g-array-item-text, .g-content-array .g-array-item-read-more {
margin: 15px 0 0;
} .g-content-array .g-array-item-details {
font-size: 90%;
} .g-content-array .g-array-item-details > span {
margin-right: 10px;
} .g-content-array .g-array-item-details i {
margin-right: 5px;
}  .g-contentcubes .cube-items-wrapper {
background: linear-gradient(45deg, #2f4a9a, #27a5ad);
color: #fff;
}   .g-contentcubes .cube-items-wrapper .cube-row.g-grid.image-position-right {
flex-flow: row-reverse wrap;
} .g-contentcubes .cube-items-wrapper .cube-image-wrapper {
position: relative;
z-index: 1;
overflow: hidden;
} .g-contentcubes .cube-items-wrapper .cube-image-wrapper img {
display: block;
height: auto;
-webkit-transform: scale3d(1.8, 1.8, 1);
-moz-transform: scale3d(1.8, 1.8, 1);
-ms-transform: scale3d(1.8, 1.8, 1);
-o-transform: scale3d(1.8, 1.8, 1);
transform: scale3d(1.8, 1.8, 1);
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
-moz-transition: -moz-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}  .g-contentcubes .cube-items-wrapper .cube-image-wrapper:hover img {
-webkit-transform: scale3d(1, 1, 1);
-moz-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
-o-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} .g-contentcubes .cube-items-wrapper .cube-image-wrapper:after {
position: absolute;
top: 0;
right: 0;
z-index: 1;
width: 100%;
height: 100%;
content: "";
background-color: rgba(255, 255, 255, 0.75);
opacity: 0.6;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
transition: opacity 0.3s;
}  .g-contentcubes .cube-items-wrapper .cube-image-wrapper:hover:after {
opacity: 0;
} .g-contentcubes .cube-items-wrapper .cube-content-wrapper {
max-width: 22.5rem;
padding: 6.5rem 0;
margin: 0 auto;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) { .g-contentcubes .cube-items-wrapper .cube-content-wrapper {
padding: 4.6rem 0;
}
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
.g-contentcubes .cube-items-wrapper .cube-content-wrapper {
max-width: 18.5rem;
padding: 2.6rem 0;
}
}
@media only all and (max-width: 47.99rem) {
.g-contentcubes .cube-items-wrapper .cube-content-wrapper {
padding: 3rem 0;
}
}
@media only all and (max-width: 30rem) { .g-contentcubes .cube-items-wrapper .cube-content-wrapper {
max-width: 14.5rem;
}
} .g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-label {
display: inline-block;
background: #27a5ad;
padding: 0.35em 0.85em;
margin-bottom: 0.5rem;
font-size: 0.8125rem;
line-height: 1.1538;
font-weight: 600;
border-radius: 2.5rem;
text-align: center;
} .g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-title {
font-size: 1.125rem;
font-weight: 600;
line-height: 1.78;
margin-bottom: 1rem;
} .g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-title a.item-link {
display: block;
color: #fff;
} .g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-title a.item-link .item-link-text {
display: inline-block;
margin-left: 0.25rem;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}  .g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-title a.item-link:hover .item-link-text {
-webkit-transform: translate3d(15px, 0, 0);
-moz-transform: translate3d(15px, 0, 0);
-ms-transform: translate3d(15px, 0, 0);
-o-transform: translate3d(15px, 0, 0);
transform: translate3d(15px, 0, 0);
}  .g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-tags .tag {
margin-right: 0.5rem;
margin-bottom: 0.5rem;
padding: 0.35rem 0;
color: rgba(255, 255, 255, 0.6);
text-transform: uppercase;
font-size: 0.8125rem;
font-weight: 600;
line-height: 1.15;
} .g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-tags .tag .fa {
margin-right: 0.15rem;
font-size: 1rem;
vertical-align: text-top;
}  .g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-tags .tag a:hover {
color: inherit;
} .ui-tabs {
position: relative;
} .ui-tabs .ui-tabs-nav {
margin: 0;
display: -webkit-box;
display: -moz-box;
display: box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
}
@media only all and (max-width: 47.99rem) {
.ui-tabs .ui-tabs-nav {
flex-direction: column;
}
} .ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
border-bottom-width: 0;
padding: 0;
outline: none;
}  .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: text;
} .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor {
cursor: text;
} .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
} .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
text-decoration: none;
} .ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
color: inherit;
} .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}  .g-contenttabs .g-contenttabs-tab-wrapper-container {
list-style: none;
margin: 0 0 1rem 0;
border-bottom: 1px solid #e0e0e5;
}
@media only all and (max-width: 47.99rem) {
.g-contenttabs .g-contenttabs-tab-wrapper-container {
border: 0 none;
}
} .g-contenttabs .g-contenttabs-tab {
outline: none;
} .g-contenttabs .g-contenttabs-tab-wrapper-head {
display: block;
height: 100%;
margin-bottom: -1px;
margin-right: 3px;
padding: 0.938rem 1.876rem;
border-radius: 0.25rem 0.25rem 0 0;
background: rgba(39, 165, 173, 0.15);
}
@media only all and (max-width: 47.99rem) {
.g-contenttabs .g-contenttabs-tab-wrapper-head {
border-radius: 0;
}
} .g-contenttabs .g-contenttabs-tab-wrapper-head .g-contenttabs-tab-title {
display: block;
outline: none;
font-size: 0.8rem;
text-transform: uppercase;
font-weight: 700;
} .g-contenttabs .g-contenttabs-content-wrapper-container {
list-style: none;
margin: 0;
padding: 0.938rem 0;
} .g-contenttabs .g-contenttabs-content-wrapper-container .g-contenttabs-tab-wrapper-body {
padding: 0;
} .g-contenttabs .g-contenttabs-content-wrapper-container .g-contenttabs-tab-wrapper-body .g-contenttabs-content {
display: -webkit-box;
display: -moz-box;
display: box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}  .g-contenttabs .g-contenttabs-content-wrapper-container .g-contenttabs-tab-wrapper-body .g-contenttabs-content a:hover {
color: inherit;
}  .ui-tabs-active .g-contenttabs-tab-wrapper-head {
background: #27a5ad;
} .ui-tabs-active .g-contenttabs-tab-title {
color: #fff;
}   .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both;
} .owl-carousel .owl-animated-in {
z-index: 0;
} .owl-carousel .owl-animated-out {
z-index: 1;
} .owl-carousel .fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOut { 0% {
opacity: 1;
} 100% {
opacity: 0;
}
}  .owl-height {
transition: height 500ms ease-in-out;
}  .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
} .owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden; } .owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
} .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
} .owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
} .owl-carousel .owl-item img {
display: block;
width: 100%;
} .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
display: none;
} .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
} .owl-carousel.owl-loaded {
display: block;
} .owl-carousel.owl-loading {
opacity: 0;
display: block;
} .owl-carousel.owl-hidden {
opacity: 0;
} .owl-carousel.owl-refresh .owl-item {
visibility: hidden;
} .owl-carousel.owl-drag .owl-item {
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .owl-carousel.owl-grab {
cursor: move;
cursor: grab;
} .owl-carousel.owl-rtl {
direction: rtl;
} .owl-carousel.owl-rtl .owl-item {
float: right;
}  .no-js .owl-carousel {
display: block;
}   .owl-carousel .owl-item { } .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease;
} .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0;
} .owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d;
}   .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
} .owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(https://childrenslawcentre.org.uk../../images/owlcarousel/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease;
} .owl-carousel .owl-video-play-icon:hover {
transform: scale(1.3, 1.3);
} .owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
} .owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease;
} .owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
}  .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent;
} .owl-nav [class*='owl-'] {
display: inline-block;
margin: auto;
padding: 0.9rem 0;
color: #fff;
font-size: 1rem;
text-align: center;
cursor: pointer;
border-radius: 50%;
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
} .owl-nav [class*='owl-']:hover {
text-decoration: none;
} .owl-nav.disabled {
opacity: 0.5;
cursor: default;
} .owl-nav .owl-nav.disabled + .owl-dots {
margin-top: 10px;
} .owl-nav .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent;
} .owl-nav .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline;
} .owl-nav .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 0 0.3125rem;
background: #424753;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 15px;
}  .owl-nav .owl-dots .owl-dot.active span, .owl-nav .owl-dots .owl-dot:hover span {
background: #fff;
} .g-owlcarousel {
color: #eceeef;
} .g-owlcarousel .g-owlcarousel-item-wrapper {
position: relative;
} .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-img {
position: relative;
} .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-img:after {
position: absolute;
content: "";
height: 100%;
left: 0;
right: 0;
bottom: 0;
} .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
}
@media only all and (min-width: 75rem) { .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
width: 75rem;
}
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
width: 60rem;
}
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
width: 40rem;
}
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
width: 30rem;
}
}
@media only all and (max-width: 30rem) {
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
width: 100%;
}
} .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
display: -webkit-box;
display: -moz-box;
display: box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
box-align: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
-ms-flex-align: center;
-webkit-box-pack: center;
-moz-box-pack: center;
box-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
justify-content: center;
-ms-flex-pack: center;
height: 100%;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
padding-top: 2.5rem;
}
} .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
margin: 1.25rem 0.625rem 0.625rem;
padding: 0.938rem;
text-align: center;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
padding-top: 2.5rem;
}
} .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
font-family: "Montserrat";
font-size: 3.5rem;
line-height: 4rem;
font-weight: 500;
margin: 1.25rem 1.25rem 0.625rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
font-size: 3rem;
line-height: 3.875rem;
}
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
font-size: 2rem;
line-height: 2.875rem;
margin-top: 3.125rem;
}
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
margin-top: 0;
font-size: 2rem;
line-height: 2.875rem;
}
}
@media only all and (max-width: 30rem) {
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
margin-top: 0;
font-size: 1.5rem;
line-height: 2rem;
}
} .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
font-size: 1.5rem;
line-height: 1.5;
font-weight: 200;
padding-bottom: 1.407rem;
margin-top: 0;
margin-bottom: 0.625rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
font-size: 1rem;
line-height: 1.875rem;
}
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
font-size: 1rem;
line-height: 1.875rem;
padding-bottom: 0;
}
}
@media only all and (max-width: 47.99rem) {
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
display: none;
}
} @media only all and (min-width: 48rem) and (max-width: 59.99rem) {
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-button {
padding: 1rem 2.625rem;
font-size: 0.6rem;
}
}
@media only all and (max-width: 47.99rem) {
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-button {
display: none;
}
} .g-owlcarousel .owl-nav {
margin: 0;
} .g-owlcarousel .owl-nav button.owl-prev, .g-owlcarousel .owl-nav button.owl-next {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 42px;
height: 42px;
color: #fff;
border: 1px solid #fff;
border-radius: 50%;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
} .g-owlcarousel .owl-nav button.owl-prev .fa, .g-owlcarousel .owl-nav button.owl-next .fa {
position: relative;
} .g-owlcarousel .owl-nav button.owl-prev:hover, .g-owlcarousel .owl-nav button.owl-next:hover {
background: rgba(255, 255, 255, 0.2);
border-color: transparent;
} .g-owlcarousel .owl-nav .owl-prev {
left: 3rem;
}
@media only all and (max-width: 47.99rem) {
.g-owlcarousel .owl-nav .owl-prev {
left: 2rem;
}
} .g-owlcarousel .owl-nav .owl-prev .fa {
left: -1px;
top: 1px;
} .g-owlcarousel .owl-nav .owl-next {
right: 3rem;
}
@media only all and (max-width: 47.99rem) {
.g-owlcarousel .owl-nav .owl-next {
right: 2rem;
}
} .g-owlcarousel .owl-nav .owl-next .fa {
left: 1px;
top: 1px;
} .g-owlcarousel .owl-dots {
position: absolute;
bottom: 12%;
width: 100%;
text-align: center;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
.g-owlcarousel .owl-dots {
bottom: 5%;
}
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
.g-owlcarousel .owl-dots {
bottom: 1rem;
}
}
@media only all and (max-width: 47.99rem) {
.g-owlcarousel .owl-dots {
bottom: 0.5rem;
}
} .g-owlcarousel .owl-dots .owl-dot {
display: inline-block;
background: #424753;
margin: 0 0.3125rem;
width: 15px;
height: 15px;
border-radius: 15px;
opacity: 0.75;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
} .g-owlcarousel .owl-dots .owl-dot.active, .g-owlcarousel .owl-dots .owl-dot:hover {
opacity: 1;
background: #fff;
}   .g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after {
background-color: #27a5ad;
background-color: #27a5ad;
background-image: -webkit-linear-gradient(-310deg, #27a5ad, #2f4a9a);
background-image: linear-gradient(40deg,#27a5ad, #2f4a9a);
opacity: 0.9;
}  .g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
background-color: #2f4a9a;
background-color: #2f4a9a;
background-image: -webkit-linear-gradient(-410deg, #2f4a9a, #27a5ad);
background-image: linear-gradient(140deg,#2f4a9a, #27a5ad);
opacity: 0.9;
} .g-horizontalmenu {
list-style: none;
margin: 0;
padding: 0;
font-family: "Montserrat";
font-weight: 700;
}
@media only all and (max-width: 47.99rem) {
.g-horizontalmenu {
text-align: center;
}
} .g-horizontalmenu li {
display: inline-block;
padding: 0 1rem;
} .g-horizontalmenu li a {
display: inline-block;
padding: 0 0 0.5rem;
margin-bottom: 0.5rem;
} .g-horizontalmenu li:first-child {
padding-left: 0;
} .g-horizontalmenu li:last-child {
padding-right: 0;
} .g-totop {
font-family: "Montserrat";
font-weight: 700;
text-align: right;
}
@media only all and (max-width: 47.99rem) {
.g-totop {
text-align: center;
}
} .g-container {
width: 75rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
.g-container {
width: 60rem;
}
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
.g-container {
width: 48rem;
}
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
.g-container {
width: 30rem;
}
}
@media only all and (max-width: 30rem) {
.g-container {
width: 100%;
}
} .g-container.g-flushed {
width: 100%;
} @media only all and (max-width: 47.99rem) {
.g-block {
flex-grow: 0;
flex-basis: 100%;
}
} @media only all and (max-width: 47.99rem) {
body [class*="size-"] {
flex-grow: 0;
flex-basis: 100%;
max-width: 100%;
}
}
@media only all and (max-width: 47.99rem) {
@supports not (flex-wrap: wrap) { .g-grid {
display: block;
flex-wrap: inherit;
} .g-block {
display: block;
flex: inherit;
}
}
} .visible-large, .visible-desktop, .visible-tablet, .visible-phone, .g-block.visible-large, .g-block.visible-desktop, .g-block.visible-tablet, .g-block.visible-phone {
display: none !important;
}
@media only all and (max-width: 47.99rem) { .visible-phone {
display: block !important;
} .g-block.visible-phone {
display: block !important;
}
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) { .visible-tablet {
display: block !important;
} .g-block.visible-tablet {
display: block !important;
}
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) { .visible-desktop {
display: block !important;
} .g-block.visible-desktop {
display: block !important;
}
}
@media only all and (min-width: 75rem) { .visible-large {
display: block !important;
} .g-block.visible-large {
display: block !important;
} .visible-desktop {
display: block !important;
} .g-block.visible-desktop {
display: block !important;
}
}
@media only all and (max-width: 47.99rem) { .hidden-phone {
display: none !important;
}
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) { .hidden-tablet {
display: none !important;
}
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) { .hidden-desktop {
display: none !important;
}
}
@media only all and (min-width: 75rem) { .hidden-large {
display: none !important;
} .hidden-desktop {
display: none !important;
}
}
@media only all and (max-width: 47.99rem) { .align-right {
text-align: inherit !important;
} .align-left {
text-align: inherit !important;
}
}dl { margin-top: 1.5rem; margin-bottom: 1.5rem; }
dd { margin-left: 1.5rem; }
ul.menu ul { margin-left: 1.5rem; }
ul.unstyled, ol.unstyled { margin-left: 0; list-style: none; }
.platform-content .entries .tease { margin: 0.625rem 0; padding: 0.938rem 0; }
.platform-content .entries .tease.sticky { padding: 0.938rem; }
.platform-content .entries .tease.sticky .entry-title { margin-top: 0; }
.platform-content .post-thumbnail { display: block; margin: 0.65rem 0; min-width: 0; min-height: 0; }
.platform-content .post-thumbnail .float-left { margin: 0 1rem 0.65rem 0; }
.platform-content .post-thumbnail .float-right { margin: 0 0 0.65rem 1rem; }
.g-loginform fieldset.login-data { padding: 0; }
.g-loginform .login-pretext p, .g-loginform .login-posttext p { margin: 0.5rem 0; }
.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 { 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 { font-size: 0.8rem; line-height: 17px; margin: 0; padding: 0 4px 5px; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }
.gallery { display: flex; flex-flow: row wrap; }
.gallery.gallery-columns-1 .gallery-item { flex: 0 100%; width: 100%; }
.gallery.gallery-columns-2 .gallery-item { flex: 0 50%; width: 50%; }
.gallery.gallery-columns-3 .gallery-item { flex: 0 33.33333%; width: 33.33333%; }
.gallery.gallery-columns-4 .gallery-item { flex: 0 25%; width: 25%; }
.gallery.gallery-columns-5 .gallery-item { flex: 0 20%; width: 20%; }
.gallery.gallery-columns-6 .gallery-item { flex: 0 16.66667%; width: 16.66667%; }
.gallery.gallery-columns-7 .gallery-item { flex: 0 14.28571%; width: 14.28571%; }
.gallery.gallery-columns-8 .gallery-item { flex: 0 12.5%; width: 12.5%; }
.gallery.gallery-columns-9 .gallery-item { flex: 0 11.11111%; width: 11.11111%; }
.gallery.gallery-columns-10 .gallery-item { flex: 0 10%; width: 10%; }
.gallery .gallery-item { min-width: 0; min-height: 0; margin: 1rem 0; text-align: center; }
.gallery .gallery-caption { margin-left: 0; }
.platform-content .entry-meta { margin: 1.5rem 0; }
.pagination, .page-links { margin: 1.5rem 0; }
.pagination ul.pagination-list, .page-links ul.pagination-list { list-style: none; margin: 0; }
.pagination ul.pagination-list li.pagination-list-item, .page-links ul.pagination-list li.pagination-list-item { display: inline-block; }
@media only all and (max-width: 47.99rem) { .pagination p.counter, .page-links p.counter { display: none; } }
.page-links { text-align: center; }
#comments ol.commentlist { list-style: none; padding-left: 0; }
#comments ol.commentlist ol.children { list-style: none; }
@media only all and (max-width: 47.99rem) { #comments ol.commentlist ol.children { padding-left: 0.5rem; } }
#comments ol.commentlist li.comment { margin: 20px 0 0; }
#comments ol.commentlist li.comment .comment-author { display: flex; height: 48px; line-height: 45px; }
@media only all and (max-width: 47.99rem) { #comments ol.commentlist li.comment .comment-author { overflow: hidden; } }
#comments ol.commentlist li.comment .comment-author .author-avatar { flex: 0 48px; width: 48px; margin-right: 10px; }
#comments ol.commentlist li.comment .comment-author .author-meta { flex: 1; }
#comments ol.commentlist li.comment .comment-author .author-meta .author-name { font-size: 1.4rem; font-weight: bold; margin-right: 5px; }
@media only all and (max-width: 47.99rem) { #comments ol.commentlist li.comment .comment-author .author-meta .author-name { font-size: 1rem; } }
#comments ol.commentlist li.comment .comment-author .author-meta time, #comments ol.commentlist li.comment .comment-author .author-meta .edit-link { font-size: 0.8rem; }
@media only all and (max-width: 47.99rem) { #comments ol.commentlist li.comment .comment-author .author-meta time, #comments ol.commentlist li.comment .comment-author .author-meta .edit-link { display: none; } }
#comments ol.commentlist li.comment .comment-content { padding: 10px 15px; }
#comments ol.commentlist li.comment .comment-content .comment-reply { text-align: right; }
#comments #comments-nav { display: flex; }
#comments #comments-nav .comments-next { margin-left: auto; }
@media only all and (max-width: 47.99rem) { #comments #comments-nav a.button { font-size: 0.8rem; } }
#comments #respond { margin-top: 20px; }
#comments #respond .inputbox { width: 100%; }
#comments #respond .inputbox.respond-textarea { min-height: 250px; }
#comments #respond .button:focus { outline: none; }
.widget.widget_nav_menu ul.menu { margin-left: 0; list-style: none; }
.widget.widget_nav_menu ul.menu ul.sub-menu { list-style: none; }@font-face{font-family:'FontAwesome';src:url(//childrenslawcentre.org.uk/wp-content/plugins/gantry5/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//childrenslawcentre.org.uk/wp-content/plugins/gantry5/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//childrenslawcentre.org.uk/wp-content/plugins/gantry5/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//childrenslawcentre.org.uk/wp-content/plugins/gantry5/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//childrenslawcentre.org.uk/wp-content/plugins/gantry5/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//childrenslawcentre.org.uk/wp-content/plugins/gantry5/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.alert {
border-radius: 0.1875rem;
padding: 0.938rem;
margin-bottom: 1.5rem;
text-shadow: none;
} .alert {
background-color: #fcf8e3;
border: 1px solid #fbeed5;
border-radius: 4px;
} .alert, .alert h4 {
color: #c09853;
} .alert h4 {
margin: 0;
} .alert .close {
top: -2px;
right: -21px;
line-height: 20px;
} .alert-success {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
} .alert-success h4 {
color: #468847;
} .alert-danger, .alert-error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
} .alert-danger h4, .alert-error h4 {
color: #b94a48;
} .alert-info {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
} .alert-info h4 {
color: #3a87ad;
} .alert-block {
padding-top: 14px;
padding-bottom: 14px;
} .alert-block > p, .alert-block > ul {
margin-bottom: 0;
} .alert-block p + p {
margin-top: 5px;
} legend {
font-size: 1.3rem;
line-height: 1.5;
} legend small {
font-size: 0.8rem;
}  #g-page-surround .nav {
margin-bottom: 20px;
margin-left: 0;
list-style: none;
}  #g-page-surround .nav > li > a {
display: block;
} #g-page-surround .nav > li > a:hover, #g-page-surround .nav > li > a:focus {
text-decoration: none;
} #g-page-surround .nav > li > a > img {
max-width: none;
}  #g-page-surround .platform-content .entries {
margin: -0.938rem;
} #g-page-surround .platform-content .entries .g-block {
padding: 0 0.938rem;
} #g-page-surround .platform-content .entries .g-block .tease {
margin: 0;
padding: 0;
} #g-page-surround .platform-content .entries .g-block .tease.sticky {
padding: 0.469rem 0.938rem;
background-color: #eceff3;
border-radius: 0.25rem;
}  #g-page-surround .platform-content form.password-form .password-box {
margin: 0.625rem 0;
}  #g-page-surround .search-form input.search-field {
color: #424753;
}  .pagination ul.pagination-list, .page-links ul.pagination-list {
font-size: 0;
display: inline-block;
*zoom: 1;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
@media only all and (max-width: 47.99rem) { .pagination ul.pagination-list, .page-links ul.pagination-list {
box-shadow: none;
}
} .pagination ul.pagination-list li.pagination-list-item, .page-links ul.pagination-list li.pagination-list-item {
font-size: 1rem;
margin-bottom: 0;
} .pagination ul.pagination-list li.pagination-list-item > a, .page-links ul.pagination-list li.pagination-list-item > a, .pagination ul.pagination-list li.pagination-list-item > span, .page-links ul.pagination-list li.pagination-list-item > span {
float: left;
padding: 4px 12px;
line-height: 20px;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
border-left-width: 0;
} .pagination ul.pagination-list li.pagination-list-item > a:hover, .page-links ul.pagination-list li.pagination-list-item > a:hover, .pagination ul.pagination-list li.pagination-list-item > span:hover, .page-links ul.pagination-list li.pagination-list-item > span:hover, .pagination ul.pagination-list li.pagination-list-item > a:focus, .page-links ul.pagination-list li.pagination-list-item > a:focus, .pagination ul.pagination-list li.pagination-list-item > span:focus, .page-links ul.pagination-list li.pagination-list-item > span:focus {
background-color: #f5f5f5;
}
@media only all and (max-width: 47.99rem) {
.pagination ul.pagination-list li.pagination-list-item > a, .page-links ul.pagination-list li.pagination-list-item > a, .pagination ul.pagination-list li.pagination-list-item > span, .page-links ul.pagination-list li.pagination-list-item > span {
border: none;
}
}  .pagination ul.pagination-list li.pagination-list-item:first-child > a, .page-links ul.pagination-list li.pagination-list-item:first-child > a, .pagination ul.pagination-list li.pagination-list-item:first-child > span, .page-links ul.pagination-list li.pagination-list-item:first-child > span {
border-left-width: 1px;
-webkit-border-top-left-radius: 4px;
-moz-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
}
@media only all and (max-width: 47.99rem) {
.pagination ul.pagination-list li.pagination-list-item:first-child > a, .page-links ul.pagination-list li.pagination-list-item:first-child > a, .pagination ul.pagination-list li.pagination-list-item:first-child > span, .page-links ul.pagination-list li.pagination-list-item:first-child > span {
border-radius: 0;
}
}  .pagination ul.pagination-list li.pagination-list-item:last-child > a, .page-links ul.pagination-list li.pagination-list-item:last-child > a, .pagination ul.pagination-list li.pagination-list-item:last-child > span, .page-links ul.pagination-list li.pagination-list-item:last-child > span {
border-right-width: 1px;
-webkit-border-top-right-radius: 4px;
-moz-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
@media only all and (max-width: 47.99rem) {
.pagination ul.pagination-list li.pagination-list-item:last-child > a, .page-links ul.pagination-list li.pagination-list-item:last-child > a, .pagination ul.pagination-list li.pagination-list-item:last-child > span, .page-links ul.pagination-list li.pagination-list-item:last-child > span {
border-radius: 0;
}
} .pagination p.counter, .page-links p.counter {
margin: 0;
}
@media only all and (max-width: 47.99rem) {
.pagination p.counter, .page-links p.counter {
display: none;
}
}  #g-page-surround .entry-meta {
margin-top: 0;
margin-bottom: 2rem;
} #g-page-surround .entry-meta > div[class^="meta-"] {
display: inline-block;
margin: 0;
font-family: "Montserrat";
text-transform: uppercase;
font-size: 0.85rem;
line-height: 1.35;
} #g-page-surround .entry-meta > div[class^="meta-"]:not(:last-child):after {
content: "/";
margin: 0 5px;
color: #e0e0e5;
} #comments {
padding: 10px 0 25px;
} #comments h3 {
color: #000;
} #comments ol.commentlist {
margin-top: 0;
}  #comments ol.commentlist li.comment .comment-body {
position: relative;
margin-left: 5px;
padding: 0 20px;
border-radius: 5px;
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.1);
font-size: 0.875rem;
} #comments ol.commentlist li.comment .comment-body .child-arrow-indicator {
visibility: hidden;
position: absolute;
top: 4px;
left: -16px;
color: #fff;
} #comments ol.commentlist li.comment .comment-body .comment-reply {
position: absolute;
right: 20px;
top: 20px;
} #comments ol.commentlist li.comment .comment-author {
line-height: normal;
padding-top: 20px;
height: auto;
} #comments ol.commentlist li.comment .comment-author .author-avatar {
-webkit-box-flex: 0;
-moz-box-flex: 0;
box-flex: 0;
-webkit-flex: 0 40px;
-moz-flex: 0 40px;
-ms-flex: 0 40px;
flex: 0 40px;
width: 40px;
height: 40px;
margin-right: 20px;
} #comments ol.commentlist li.comment .comment-author .author-avatar .avatar {
border-radius: 50%;
}  #comments ol.commentlist li.comment .comment-author .author-meta .author-name {
font-size: 1rem;
} #comments ol.commentlist li.comment .comment-author .author-meta .author-name a {
color: #000;
} #comments ol.commentlist li.comment .comment-author .author-meta .author-name a:hover {
color: #27a5ad;
}  #comments ol.commentlist li.comment .comment-author .author-meta time a, #comments ol.commentlist li.comment .comment-author .author-meta .edit-link a {
color: #424753;
} #comments ol.commentlist li.comment .comment-author .author-meta time a:hover, #comments ol.commentlist li.comment .comment-author .author-meta .edit-link a:hover {
color: #27a5ad;
}
@media only all and (max-width: 47.99rem) {
#comments ol.commentlist li.comment .comment-author .author-meta time, #comments ol.commentlist li.comment .comment-author .author-meta .edit-link {
display: inline;
}
}     #comments ol.commentlist li.comment.bypostauthor > .comment-body > .comment-author .author-name a {
color: #27a5ad;
} #comments ol.commentlist li.comment.bypostauthor > .comment-body > .comment-author .author-name a:hover {
color: #424753;
} #comments ol.commentlist li.comment .comment-content {
overflow: hidden;
margin-left: 60px;
padding: 0 15px 15px 0;
}   #comments ol.commentlist ol.children li.comment .comment-body {
border-left: 20px solid rgba(0, 0, 0, 0.1);
} #comments ol.commentlist ol.children li.comment .comment-body .child-arrow-indicator {
visibility: visible;
}   #comments #responses > ol.commentlist > li.comment:first-child {
margin-top: 0;
}  #comments #responses > ol.commentlist > li.comment:first-child > .comment-body .comment-author {
border-top: none;
}    #comments #comments-nav .comments-previous .button span, #comments #comments-nav .comments-next .button span {
vertical-align: top;
}  .g-loginform .login-pretext {
margin-bottom: 1rem;
}  .g-loginform fieldset.login-data #login-username {
margin-top: 0;
} .g-loginform .login-extra {
list-style-type: none;
margin-left: 0;
}   .widget.widget_archive ul, .widget.widget_categories ul, .widget.widget_meta ul, .widget.widget_pages ul, .widget.widget_recent_comments ul, .widget.widget_recent_entries ul {
list-style-type: none;
margin: 0;
} .widget.widget_archive ul ul, .widget.widget_categories ul ul, .widget.widget_meta ul ul, .widget.widget_pages ul ul, .widget.widget_recent_comments ul ul, .widget.widget_recent_entries ul ul {
list-style-type: none;
} .widget.widget_archive ul ul.children, .widget.widget_categories ul ul.children, .widget.widget_meta ul ul.children, .widget.widget_pages ul ul.children, .widget.widget_recent_comments ul ul.children, .widget.widget_recent_entries ul ul.children {
margin-left: 1.5rem;
}  .widget.widget_search input.search-field {
margin-bottom: 10px;
}  .widget.widget_tag_cloud a {
display: inline-block;
font-family: "Montserrat";
border-radius: 0.25rem;
background: #27a5ad;
color: #fff;
padding: 5px 8px;
margin: 0 4px 8px 0;
vertical-align: bottom;
} .widget.widget_tag_cloud a:before {
font-family: FontAwesome;
margin-right: 5px;
content: "\f02b";
} .widget.widget_tag_cloud a:hover {
background: #1e7d83;
color: #fff;
} .widget.widget_calendar {
margin-bottom: 1.5rem;
}.back-to-top {
position: fixed;
bottom: 40px;
right: 30px;
z-index: 9999;
font-size: 16px;
width: 40px;
height: 35px;
text-align: center;
line-height: 35px;
background: #414856;
color: #2f4a9a;
cursor: pointer;
border: 0;
border-radius: 2px;
text-decoration: none;
transition: opacity 0.2s ease-out;
} .back-to-top:hover {
background: #e9ebec;
}
@-webkit-keyframes fadeInRight { from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
} to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight { from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
} to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes fadeOutRight { from {
opacity: 1;
} to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight { from {
opacity: 1;
} to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
} .back-to-top {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
} .backHide {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
} a.back-to-top:hover {
text-decoration: none;
color: #27a5ad;
}  .tm-custom-icon .tm-share-icon a {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
color: #fff;
} .tm-custom-icon .tm-share-icon a:hover {
-webkit-filter: saturate(1.2) brightness(1.2);
filter: saturate(1.2) brightness(1.2);
color: #fff;
} .tm-custom-icon .tm-share-icon .twitter {
background-color: #1da1f2;
} .tm-custom-icon .tm-share-icon .facebook {
background-color: #3b5998;
} .tm-custom-icon .tm-share-icon .googleplus {
background-color: #dd4b39;
} .tm-custom-icon .tm-share-icon .linkedin {
background-color: #0077b5;
} .tm-custom-icon .tm-share-icon .whatsapp {
background-color: #25d366;
} .tm-custom-icon .tm-share-icon .telegram {
background-color: #2ca5e0;
} .tm-custom-icon .tm-share-icon .mail {
background-color: #ea4335;
} .tm-custom-icon .tm-share-icon .digg {
background-color: #005be2;
} .tm-custom-icon .tm-share-icon .pinterest {
background-color: #bd081c;
} .tm-custom-icon .tm-share-icon .tumblr {
background-color: #eb4924;
} .tm-custom-icon .tm-share-icon .reddit {
background-color: #ff4500;
} .tm-custom-icon .tm-share-icon .vk {
background-color: #4c75a3;
} .tm-custom-icon .tm-share-icon .xing {
background-color: #026466;
}  .tm-search .jl-form-blank {
background: none !important;
border-color: transparent !important;
} .tm-search .jl-form-blank:focus {
border-color: #e5e5e5 !important;
border-style: dashed !important;
}   .jl-modal-dialog .jl-search input[type="search"] {
border: none;
box-shadow: none;
}  .tm-quotation-wrapper blockquote {
margin: 0 0 20px 0 !important;
font-size: 1rem;
border-left: none;
font-style: normal;
} .tm-quotation-wrapper blockquote cite {
display: inline-block;
font-size: 1rem;
}  .tm-code-wrapper pre {
color: #666;
border: none;
padding: 0;
border-radius: 0;
font-size: 1rem;
}  .jl-link:hover, a:hover {
text-decoration: none;
} .jl-overlay-primary {
background: rgba(39, 165, 173, 0.8);
} .jl-card-secondary {
background: #2f4a9a;
} .jl-button-secondary {
background-color: #2f4a9a;
} .jl-button-secondary:hover, .jl-button-secondary:focus, .jl-button-secondary:active {
background-color: #233773;
} .jl-heading-line > ::after, .jl-heading-line > ::before {
top: calc(50% - (2px / 2));
width: 150px;
} .jl-text-primary, .jl-alert-primary {
color: #27a5ad !important;
} .jl-button-primary {
background-color: #27a5ad;
} .jl-button-primary:focus, .jl-button-primary:hover {
background-color: #1e7d83;
} .jl-card-primary {
background: #27a5ad;
} .jl-card-primary.jl-card-hover:hover {
background-color: #1e7d83;
} .jl-tile-primary, .jl-section-primary {
background: #27a5ad;
}  .jl-nav-default > li > a:hover, .jl-nav-default > li > a:focus, .jl-nav-default > li.jl-active > a, .jl-article-meta a {
color: #27a5ad;
} .jl-subnav-pill > .jl-active > a, .jl-dotnav > .jl-active > * {
background-color: #27a5ad;
}  .jl-tab > .jl-active > a, .jl-tab > * > a:hover, .jl-tab > * > a:focus {
border-color: #27a5ad;
}  .jl-accordion-title:hover, .jl-accordion-title:focus {
color: #27a5ad;
} .jl-button-default {
background-color: rgba(255, 255, 255, 0);
color: #27a5ad;
border: 1px solid #27a5ad;
} .jl-tab > * > a, .jl-nav-default {
font-size: 1rem;
} .jl-button:focus {
outline: 0;
} .jl-button, .jl-tab > * > a {
text-transform: none;
font-size: 1rem;
} .jl-button-default {
color: #27a5ad;
border: 2px solid #27a5ad;
} .jl-button-default:focus, .jl-button-default:hover {
color: #404042;
border-color: #404042;
} .jl-button-default.jl-active, .jl-button-default:active {
color: #404042;
border-color: #404042;
} .jl-button-primary {
border: 2px solid transparent;
} .jl-button-primary:focus, .jl-button-primary:hover {
border-color: transparent;
} .jl-button-primary.jl-active, .jl-button-primary:active {
border-color: transparent;
} .jl-button-secondary {
border: 2px solid transparent;
} .jl-button-secondary:focus, .jl-button-secondary:hover {
border-color: transparent;
} .jl-button-secondary.jl-active, .jl-button-secondary:active {
border-color: transparent;
} .jl-button-danger {
border: 2px solid transparent;
} .jl-button-danger:focus, .jl-button-danger:hover {
border-color: transparent;
} .jl-button-danger.jl-active, .jl-button-danger:active {
border-color: transparent;
} .jl-button-danger:disabled, .jl-button-default:disabled, .jl-button-primary:disabled, .jl-button-secondary:disabled {
border: 2px solid transparent;
} .g5-container {
margin: 0 auto;
padding: 0;
width: 75rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) { .g5-container {
width: 60rem;
}
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) { .g5-container {
width: 48rem;
}
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) { .g5-container {
width: 30rem;
}
}
@media only all and (max-width: 30rem) { .g5-container {
width: 100%;
}
} .g5-container .g5-content {
margin: 0.625rem;
padding: 0.938rem;
}  .jl-container .g5-content {
margin: 0.625rem;
padding: 0.938rem;
}  .tm-button-wrapper .jl-button-danger:disabled, .tm-button-wrapper .jl-button-default:disabled, .tm-button-wrapper .jl-button-primary:disabled, .tm-button-wrapper .jl-button-secondary:disabled {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: 0.65;
border: 1px solid #e5e5e5 !important;
} .back-to-top {
position: fixed;
bottom: 40px;
right: 20px;
z-index: 9999;
font-size: 16px;
width: 38px;
height: 35px;
text-align: center;
line-height: 35px;
cursor: pointer;
border: 0;
border-radius: 0px;
text-decoration: none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
@-webkit-keyframes fadeInRight { from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
} to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight { from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
} to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes fadeOutRight { from {
opacity: 1;
} to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight { from {
opacity: 1;
} to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
} .back-to-top {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
} .backHide {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
} a.back-to-top:hover {
background: #27a5ad;
} a.back-to-top:hover span {
color: #fff;
} .jl-notification-message {
font-size: 1rem;
}  .jl-notification-message-primary-border {
color: #1e87f0;
border: 1px solid #1e87f0;
}  .jl-notification-message-success-border {
color: #32d296;
border: 1px solid #32d296;
}  .jl-notification-message-warning-border {
color: #faa05a;
border: 1px solid #faa05a;
}  .jl-notification-message-danger-border {
color: #f0506e;
border: 1px solid #f0506e;
}  .jl-notification-message-primary-hivis {
color: #fff;
background-color: #27a5ad;
} .jl-notification-message-primary-hivis .jl-notification-close, .jl-notification-message-primary-hivis a {
color: #fff;
}  .jl-notification-message-success-hivis {
color: #fff;
background-color: #32d296;
} .jl-notification-message-success-hivis .jl-notification-close, .jl-notification-message-success-hivis a {
color: #fff;
}  .jl-notification-message-warning-hivis {
color: #fff;
background-color: #faa05a;
} .jl-notification-message-warning-hivis .jl-notification-close, .jl-notification-message-warning-hivis a {
color: #fff;
}  .jl-notification-message-danger-hivis {
color: #fff;
background-color: #f0506e;
} .jl-notification-message-danger-hivis .jl-notification-close, .jl-notification-message-danger-hivis a {
color: #fff;
} :-webkit-full-screen-ancestor:not(iframe) {
animation-fill-mode: none;
-webkit-animation-fill-mode: none;
} .block-revealer__element {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
pointer-events: none;
opacity: 0;
}  .moduletable .jl-breadcrumb > :nth-child(n+2):not(.jl-first-column)::before {
margin: 0 5px;
} .jl-tooltip {
text-shadow: none;
font-size: 0.875em;
font-weight: 400;
color: #fff;
background-color: #002b45;
-webkit-box-shadow: 0 0 -3px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 -3px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 -3px 8px rgba(0, 0, 0, 0.3);
}    .ui.button {
cursor: pointer;
display: inline-block;
min-height: 1em;
outline: none;
border: none;
vertical-align: baseline;
background: #e0e1e2 none;
color: rgba(0, 0, 0, 0.6);
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
margin: 0em 0.25em 0em 0em;
padding: 0.78571429em 1.5em 0.78571429em;
text-transform: none;
text-shadow: none;
font-weight: bold;
line-height: 1em;
font-style: normal;
text-align: center;
text-decoration: none;
border-radius: 0.28571429rem;
-webkit-box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
will-change: '';
-webkit-tap-highlight-color: transparent;
} .ui.button:hover {
background-color: #cacbcd;
background-image: none;
-webkit-box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
color: rgba(0, 0, 0, 0.8);
} .ui.button:hover .icon {
opacity: 0.85;
} .ui.button:focus {
background-color: #cacbcd;
color: rgba(0, 0, 0, 0.8);
background-image: '' !important;
-webkit-box-shadow: '' !important;
box-shadow: '' !important;
} .ui.button:focus .icon {
opacity: 0.85;
} .ui.button:active {
background-color: #babbbc;
background-image: '';
color: rgba(0, 0, 0, 0.9);
-webkit-box-shadow: 0px 0px 0px 1px transparent inset, none;
box-shadow: 0px 0px 0px 1px transparent inset, none;
} .ui.active.button {
background-color: #c0c1c2;
background-image: none;
-webkit-box-shadow: 0px 0px 0px 1px transparent inset;
box-shadow: 0px 0px 0px 1px transparent inset;
color: rgba(0, 0, 0, 0.95);
} .ui.active.button:active {
background-color: #babbbc;
background-image: '';
color: rgba(0, 0, 0, 0.9);
-webkit-box-shadow: 0px 0px 0px 1px transparent inset, none;
box-shadow: 0px 0px 0px 1px transparent inset, none;
} .ui.active.button:hover {
background-color: #c0c1c2;
background-image: none;
color: rgba(0, 0, 0, 0.95);
} .ui.active.button:active {
background-color: #c0c1c2;
background-image: none;
}  .ui.loading.loading.loading.loading.loading.loading.button {
position: relative;
cursor: default;
text-shadow: none !important;
color: transparent !important;
opacity: 1;
pointer-events: auto;
-webkit-transition: all 0s linear, opacity 0.1s ease;
transition: all 0s linear, opacity 0.1s ease;
}  .ui.loading.button:before {
position: absolute;
content: '';
top: 50%;
left: 50%;
margin: -0.64285714em 0em 0em -0.64285714em;
width: 1.28571429em;
height: 1.28571429em;
border-radius: 500rem;
border: 0.2em solid rgba(0, 0, 0, 0.15);
} .ui.loading.button:after {
position: absolute;
content: '';
top: 50%;
left: 50%;
margin: -0.64285714em 0em 0em -0.64285714em;
width: 1.28571429em;
height: 1.28571429em;
-webkit-animation: button-spin 0.6s linear;
animation: button-spin 0.6s linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
border-radius: 500rem;
border-color: #fff transparent transparent;
border-style: solid;
border-width: 0.2em;
-webkit-box-shadow: 0px 0px 0px 1px transparent;
box-shadow: 0px 0px 0px 1px transparent;
} .ui.labeled.icon.loading.button .icon {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}  .ui.basic.loading.button:not(.inverted):before {
border-color: rgba(0, 0, 0, 0.1);
} .ui.basic.loading.button:not(.inverted):after {
border-top-color: #767676;
} .ui.buttons .disabled.button, .ui.disabled.button, .ui.button:disabled {
cursor: default;
opacity: 0.45 !important;
background-image: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
pointer-events: none !important;
}  .ui.disabled.button:hover, .ui.disabled.active.button {
cursor: default;
opacity: 0.45 !important;
background-image: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
pointer-events: none !important;
} .ui.basic.buttons .ui.disabled.button {
border-color: rgba(34, 36, 38, 0.5);
} .ui.animated.button {
position: relative;
overflow: hidden;
padding-right: 0em !important;
vertical-align: middle;
z-index: 1;
} .ui.animated.button .content {
will-change: transform, opacity;
} .ui.animated.button .visible.content {
position: relative;
margin-right: 1.5em;
} .ui.animated.button .hidden.content {
position: absolute;
width: 100%;
} .ui.animated.button .visible.content, .ui.animated.button .hidden.content {
-webkit-transition: right 0.3s ease 0s;
transition: right 0.3s ease 0s;
} .ui.animated.button .visible.content {
left: auto;
right: 0%;
} .ui.animated.button .hidden.content {
top: 50%;
left: auto;
right: -100%;
margin-top: -0.5em;
} .ui.animated.button:focus .visible.content, .ui.animated.button:hover .visible.content {
left: auto;
right: 200%;
} .ui.animated.button:focus .hidden.content, .ui.animated.button:hover .hidden.content {
left: auto;
right: 0%;
}  .ui.vertical.animated.button .visible.content, .ui.vertical.animated.button .hidden.content {
-webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
transition: top 0.3s ease, -webkit-transform 0.3s ease;
transition: top 0.3s ease, transform 0.3s ease;
transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
} .ui.vertical.animated.button .visible.content {
-webkit-transform: translateY(0%);
transform: translateY(0%);
right: auto;
} .ui.vertical.animated.button .hidden.content {
top: -50%;
left: 0%;
right: auto;
} .ui.vertical.animated.button:focus .visible.content, .ui.vertical.animated.button:hover .visible.content {
-webkit-transform: translateY(200%);
transform: translateY(200%);
right: auto;
} .ui.vertical.animated.button:focus .hidden.content, .ui.vertical.animated.button:hover .hidden.content {
top: 50%;
right: auto;
}  .ui.fade.animated.button .visible.content, .ui.fade.animated.button .hidden.content {
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
} .ui.fade.animated.button .visible.content {
left: auto;
right: auto;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
} .ui.fade.animated.button .hidden.content {
opacity: 0;
left: 0%;
right: auto;
-webkit-transform: scale(1.5);
transform: scale(1.5);
} .ui.fade.animated.button:focus .visible.content, .ui.fade.animated.button:hover .visible.content {
left: auto;
right: auto;
opacity: 0;
-webkit-transform: scale(0.75);
transform: scale(0.75);
} .ui.fade.animated.button:focus .hidden.content, .ui.fade.animated.button:hover .hidden.content {
left: 0%;
right: auto;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}  .ui.inverted.button {
-webkit-box-shadow: 0px 0px 0px 2px #fff inset !important;
box-shadow: 0px 0px 0px 2px #fff inset !important;
background: transparent none;
color: #fff;
text-shadow: none !important;
} .ui.inverted.buttons .button {
margin: 0px 0px 0px -2px;
} .ui.inverted.buttons .button:first-child {
margin-left: 0em;
} .ui.inverted.vertical.buttons .button {
margin: 0px 0px -2px 0px;
} .ui.inverted.vertical.buttons .button:first-child {
margin-top: 0em;
}  .ui.inverted.button:hover, .ui.inverted.button:focus {
background: #fff;
-webkit-box-shadow: 0px 0px 0px 2px #fff inset !important;
box-shadow: 0px 0px 0px 2px #fff inset !important;
color: rgba(0, 0, 0, 0.8);
} .ui.inverted.button.active {
background: #fff;
-webkit-box-shadow: 0px 0px 0px 2px #fff inset !important;
box-shadow: 0px 0px 0px 2px #fff inset !important;
color: rgba(0, 0, 0, 0.8);
} .ui.inverted.button.active:focus {
background: #dcddde;
-webkit-box-shadow: 0px 0px 0px 2px #dcddde inset !important;
box-shadow: 0px 0px 0px 2px #dcddde inset !important;
color: rgba(0, 0, 0, 0.8);
}  .ui.labeled.button:not(.icon) {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
background: none !important;
padding: 0px !important;
border: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}  .ui.labeled.button > .button {
margin: 0px;
} .ui.labeled.button > .label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0px 0px 0px -1px !important;
padding: '';
font-size: 1em;
border-color: rgba(34, 36, 38, 0.15);
} .ui.labeled.button > .tag.label:before {
width: 1.85em;
height: 1.85em;
}  .ui.labeled.button:not([class*="left labeled"]) > .button {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
} .ui.labeled.button:not([class*="left labeled"]) > .label {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}  .ui[class*="left labeled"].button > .button {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
} .ui[class*="left labeled"].button > .label {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
} .ui.facebook.button {
background-color: #3b5998;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.facebook.button:hover {
background-color: #304d8a;
color: #fff;
text-shadow: none;
} .ui.facebook.button:active {
background-color: #2d4373;
color: #fff;
text-shadow: none;
} .ui.twitter.button {
background-color: #55acee;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.twitter.button:hover {
background-color: #35a2f4;
color: #fff;
text-shadow: none;
} .ui.twitter.button:active {
background-color: #2795e9;
color: #fff;
text-shadow: none;
} .ui.google.plus.button {
background-color: #dd4b39;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.google.plus.button:hover {
background-color: #e0321c;
color: #fff;
text-shadow: none;
} .ui.google.plus.button:active {
background-color: #c23321;
color: #fff;
text-shadow: none;
} .ui.linkedin.button {
background-color: #1f88be;
color: #fff;
text-shadow: none;
} .ui.linkedin.button:hover {
background-color: #147baf;
color: #fff;
text-shadow: none;
} .ui.linkedin.button:active {
background-color: #186992;
color: #fff;
text-shadow: none;
} .ui.youtube.button {
background-color: #f00;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.youtube.button:hover {
background-color: #e60000;
color: #fff;
text-shadow: none;
} .ui.youtube.button:active {
background-color: #c00;
color: #fff;
text-shadow: none;
} .ui.instagram.button {
background-color: #49769c;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.instagram.button:hover {
background-color: #3d698e;
color: #fff;
text-shadow: none;
} .ui.instagram.button:active {
background-color: #395c79;
color: #fff;
text-shadow: none;
} .ui.pinterest.button {
background-color: #bd081c;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.pinterest.button:hover {
background-color: #ac0013;
color: #fff;
text-shadow: none;
} .ui.pinterest.button:active {
background-color: #8c0615;
color: #fff;
text-shadow: none;
} .ui.vk.button {
background-color: #4d7198;
color: #fff;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.vk.button:hover {
background-color: #41648a;
color: #fff;
} .ui.vk.button:active {
background-color: #3c5876;
color: #fff;
}  .ui.button > .icon:not(.button) {
height: 0.85714286em;
opacity: 0.8;
margin: 0em 0.42857143em 0em -0.21428571em;
-webkit-transition: opacity 0.1s ease;
transition: opacity 0.1s ease;
vertical-align: '';
color: '';
}  .ui.button:not(.icon) > .icon:not(.button):not(.dropdown) {
margin: 0em 0.42857143em 0em -0.21428571em;
} .ui.button:not(.icon) > .right.icon:not(.button):not(.dropdown) {
margin: 0em -0.21428571em 0em 0.42857143em;
}  .ui[class*="left floated"].buttons, .ui[class*="left floated"].button {
float: left;
margin-left: 0em;
margin-right: 0.25em;
}  .ui[class*="right floated"].buttons, .ui[class*="right floated"].button {
float: right;
margin-right: 0em;
margin-left: 0.25em;
}  .ui.compact.buttons .button, .ui.compact.button {
padding: 0.58928571em 1.125em 0.58928571em;
}  .ui.compact.icon.buttons .button, .ui.compact.icon.button {
padding: 0.58928571em 0.58928571em 0.58928571em;
}  .ui.compact.labeled.icon.buttons .button, .ui.compact.labeled.icon.button {
padding: 0.58928571em 3.69642857em 0.58928571em;
}   .ui.mini.buttons .button, .ui.mini.buttons .or {
font-size: 0.78571429rem;
} .ui.mini.button {
font-size: 0.78571429rem;
}   .ui.tiny.buttons .button, .ui.tiny.buttons .or {
font-size: 0.85714286rem;
} .ui.tiny.button {
font-size: 0.85714286rem;
}   .ui.small.buttons .button, .ui.small.buttons .or {
font-size: 0.92857143rem;
} .ui.small.button {
font-size: 0.92857143rem;
}  .ui.buttons .button, .ui.buttons .or {
font-size: 1rem;
} .ui.button {
font-size: 1rem;
}   .ui.large.buttons .button, .ui.large.buttons .or {
font-size: 1.14285714rem;
} .ui.large.button {
font-size: 1.14285714rem;
}   .ui.big.buttons .button, .ui.big.buttons .or {
font-size: 1.28571429rem;
} .ui.big.button {
font-size: 1.28571429rem;
}   .ui.huge.buttons .button, .ui.huge.buttons .or {
font-size: 1.42857143rem;
} .ui.huge.button {
font-size: 1.42857143rem;
}   .ui.massive.buttons .button, .ui.massive.buttons .or {
font-size: 1.71428571rem;
} .ui.massive.button {
font-size: 1.71428571rem;
}  .ui.icon.buttons .button, .ui.icon.button {
padding: 0.78571429em 0.78571429em 0.78571429em;
} .ui.icon.buttons .button > .icon, .ui.icon.button > .icon {
opacity: 0.9;
margin: 0em !important;
vertical-align: top;
}  .ui.basic.buttons .button, .ui.basic.button {
background: transparent none !important;
color: rgba(0, 0, 0, 0.6) !important;
font-weight: normal;
border-radius: 0.28571429rem;
text-transform: none;
text-shadow: none !important;
-webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
} .ui.basic.buttons {
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid rgba(34, 36, 38, 0.15);
border-radius: 0.28571429rem;
} .ui.basic.buttons .button {
border-radius: 0em;
} .ui.basic.buttons .button:hover {
background: #fff !important;
color: rgba(0, 0, 0, 0.8) !important;
-webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.basic.button:hover, .ui.basic.buttons .button:focus, .ui.basic.button:focus {
background: #fff !important;
color: rgba(0, 0, 0, 0.8) !important;
-webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.basic.buttons .button:active, .ui.basic.button:active {
background: #f8f8f8 !important;
color: rgba(0, 0, 0, 0.9) !important;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.basic.buttons .active.button, .ui.basic.active.button {
background: rgba(0, 0, 0, 0.05) !important;
-webkit-box-shadow: '' !important;
box-shadow: '' !important;
color: rgba(0, 0, 0, 0.95) !important;
} .ui.basic.buttons .active.button:hover, .ui.basic.active.button:hover {
background-color: rgba(0, 0, 0, 0.05);
}   .ui.basic.buttons .button:hover {
-webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset inset;
box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset inset;
} .ui.basic.buttons .button:active {
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(34, 36, 38, 0.15) inset inset;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(34, 36, 38, 0.15) inset inset;
} .ui.basic.buttons .active.button {
-webkit-box-shadow: '' !important;
box-shadow: '' !important;
}  .ui.basic.inverted.buttons .button, .ui.basic.inverted.button {
background-color: transparent !important;
color: #f9fafb !important;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
} .ui.basic.inverted.buttons .button:hover, .ui.basic.inverted.button:hover, .ui.basic.inverted.buttons .button:focus, .ui.basic.inverted.button:focus {
color: #fff !important;
-webkit-box-shadow: 0px 0px 0px 2px #fff inset !important;
box-shadow: 0px 0px 0px 2px #fff inset !important;
} .ui.basic.inverted.buttons .button:active, .ui.basic.inverted.button:active {
background-color: rgba(255, 255, 255, 0.08) !important;
color: #fff !important;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9) inset !important;
} .ui.basic.inverted.buttons .active.button, .ui.basic.inverted.active.button {
background-color: rgba(255, 255, 255, 0.08);
color: #fff;
text-shadow: none;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.7) inset;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.7) inset;
} .ui.basic.inverted.buttons .active.button:hover, .ui.basic.inverted.active.button:hover {
background-color: rgba(255, 255, 255, 0.15);
-webkit-box-shadow: 0px 0px 0px 2px #fff inset !important;
box-shadow: 0px 0px 0px 2px #fff inset !important;
} .ui.basic.buttons .button {
border-left: 1px solid rgba(34, 36, 38, 0.15);
-webkit-box-shadow: none;
box-shadow: none;
} .ui.basic.vertical.buttons .button {
border-left: none;
border-left-width: 0px;
border-top: 1px solid rgba(34, 36, 38, 0.15);
} .ui.basic.vertical.buttons .button:first-child {
border-top-width: 0px;
}  .ui.labeled.icon.buttons .button, .ui.labeled.icon.button {
position: relative;
padding-left: 4.07142857em !important;
padding-right: 1.5em !important;
} .ui.labeled.icon.buttons > .button > .icon, .ui.labeled.icon.button > .icon {
position: absolute;
height: 100%;
line-height: 1;
border-radius: 0px;
border-top-left-radius: inherit;
border-bottom-left-radius: inherit;
text-align: center;
margin: 0em;
width: 2.57142857em;
background-color: rgba(0, 0, 0, 0.05);
color: '';
-webkit-box-shadow: -1px 0px 0px 0px transparent inset;
box-shadow: -1px 0px 0px 0px transparent inset;
} .ui.labeled.icon.buttons > .button > .icon, .ui.labeled.icon.button > .icon {
top: 0em;
left: 0em;
} .ui[class*="right labeled"].icon.button {
padding-right: 4.07142857em !important;
padding-left: 1.5em !important;
} .ui[class*="right labeled"].icon.button > .icon {
left: auto;
right: 0em;
border-radius: 0px;
border-top-right-radius: inherit;
border-bottom-right-radius: inherit;
-webkit-box-shadow: 1px 0px 0px 0px transparent inset;
box-shadow: 1px 0px 0px 0px transparent inset;
}  .ui.labeled.icon.buttons > .button > .icon:before, .ui.labeled.icon.button > .icon:before, .ui.labeled.icon.buttons > .button > .icon:after, .ui.labeled.icon.button > .icon:after {
display: block;
position: absolute;
width: 100%;
top: 50%;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}  .ui.labeled.icon.buttons .button > .icon {
border-radius: 0em;
} .ui.labeled.icon.buttons .button:first-child > .icon {
border-top-left-radius: 0.28571429rem;
border-bottom-left-radius: 0.28571429rem;
} .ui.labeled.icon.buttons .button:last-child > .icon {
border-top-right-radius: 0.28571429rem;
border-bottom-right-radius: 0.28571429rem;
}  .ui.vertical.labeled.icon.buttons .button:first-child > .icon {
border-radius: 0em;
border-top-left-radius: 0.28571429rem;
} .ui.vertical.labeled.icon.buttons .button:last-child > .icon {
border-radius: 0em;
border-bottom-left-radius: 0.28571429rem;
}  .ui.fluid[class*="left labeled"].icon.button, .ui.fluid[class*="right labeled"].icon.button {
padding-left: 1.5em !important;
padding-right: 1.5em !important;
} .ui.toggle.buttons .active.button, .ui.buttons .button.toggle.active {
background-color: #21ba45 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none;
color: #fff !important;
} .ui.button.toggle.active {
background-color: #21ba45 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none;
color: #fff !important;
} .ui.button.toggle.active:hover {
background-color: #16ab39 !important;
text-shadow: none;
color: #fff !important;
} .ui.circular.button {
border-radius: 10em;
} .ui.circular.button > .icon {
width: 1em;
vertical-align: baseline;
} .ui.buttons .or {
position: relative;
width: 0.3em;
height: 2.57142857em;
z-index: 3;
} .ui.buttons .or:before {
position: absolute;
text-align: center;
border-radius: 500rem;
content: 'or';
top: 50%;
left: 50%;
background-color: #fff;
text-shadow: none;
margin-top: -0.89285714em;
margin-left: -0.89285714em;
width: 1.78571429em;
height: 1.78571429em;
line-height: 1.78571429em;
color: rgba(0, 0, 0, 0.4);
font-style: normal;
font-weight: bold;
-webkit-box-shadow: 0px 0px 0px 1px transparent inset;
box-shadow: 0px 0px 0px 1px transparent inset;
} .ui.buttons .or[data-text]:before {
content: attr(data-text);
} .ui.fluid.buttons .or {
width: 0em !important;
} .ui.fluid.buttons .or:after {
display: none;
}  .ui.attached.button {
position: relative;
display: block;
margin: 0em;
border-radius: 0em;
-webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) !important;
box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) !important;
} .ui.attached.top.button {
border-radius: 0.28571429rem 0.28571429rem 0em 0em;
} .ui.attached.bottom.button {
border-radius: 0em 0em 0.28571429rem 0.28571429rem;
} .ui.left.attached.button {
display: inline-block;
border-left: none;
text-align: right;
padding-right: 0.75em;
border-radius: 0.28571429rem 0em 0em 0.28571429rem;
} .ui.right.attached.button {
display: inline-block;
text-align: left;
padding-left: 0.75em;
border-radius: 0em 0.28571429rem 0.28571429rem 0em;
} .ui.attached.buttons {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-radius: 0em;
width: auto !important;
z-index: 2;
margin-left: -1px;
margin-right: -1px;
} .ui.attached.buttons .button {
margin: 0em;
} .ui.attached.buttons .button:first-child, .ui.attached.buttons .button:last-child {
border-radius: 0em;
} .ui[class*="top attached"].buttons {
margin-bottom: -1px;
border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}  .ui[class*="top attached"].buttons .button:first-child {
border-radius: 0.28571429rem 0em 0em 0em;
} .ui[class*="top attached"].buttons .button:last-child {
border-radius: 0em 0.28571429rem 0em 0em;
} .ui[class*="bottom attached"].buttons {
margin-top: -1px;
border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}  .ui[class*="bottom attached"].buttons .button:first-child {
border-radius: 0em 0em 0em 0.28571429rem;
} .ui[class*="bottom attached"].buttons .button:last-child {
border-radius: 0em 0em 0.28571429rem 0em;
} .ui[class*="left attached"].buttons {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 0em;
margin-left: -1px;
border-radius: 0em 0.28571429rem 0.28571429rem 0em;
}  .ui[class*="left attached"].buttons .button:first-child {
margin-left: -1px;
border-radius: 0em 0.28571429rem 0em 0em;
} .ui[class*="left attached"].buttons .button:last-child {
margin-left: -1px;
border-radius: 0em 0em 0.28571429rem 0em;
} .ui[class*="right attached"].buttons {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-left: 0em;
margin-right: -1px;
border-radius: 0.28571429rem 0em 0em 0.28571429rem;
}  .ui[class*="right attached"].buttons .button:first-child {
margin-left: -1px;
border-radius: 0.28571429rem 0em 0em 0em;
} .ui[class*="right attached"].buttons .button:last-child {
margin-left: -1px;
border-radius: 0em 0em 0em 0.28571429rem;
}  .ui.fluid.buttons {
width: 100%;
} .ui.fluid.button {
width: 100%;
display: block;
} .ui.two.buttons {
width: 100%;
} .ui.two.buttons > .button {
width: 50%;
} .ui.three.buttons {
width: 100%;
} .ui.three.buttons > .button {
width: 33.333%;
} .ui.four.buttons {
width: 100%;
} .ui.four.buttons > .button {
width: 25%;
} .ui.five.buttons {
width: 100%;
} .ui.five.buttons > .button {
width: 20%;
} .ui.six.buttons {
width: 100%;
} .ui.six.buttons > .button {
width: 16.666%;
} .ui.seven.buttons {
width: 100%;
} .ui.seven.buttons > .button {
width: 14.285%;
} .ui.eight.buttons {
width: 100%;
} .ui.eight.buttons > .button {
width: 12.5%;
} .ui.nine.buttons {
width: 100%;
} .ui.nine.buttons > .button {
width: 11.11%;
} .ui.ten.buttons {
width: 100%;
} .ui.ten.buttons > .button {
width: 10%;
} .ui.eleven.buttons {
width: 100%;
} .ui.eleven.buttons > .button {
width: 9.09%;
} .ui.twelve.buttons {
width: 100%;
} .ui.twelve.buttons > .button {
width: 8.3333%;
} .ui.fluid.vertical.buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: auto;
} .ui.fluid.vertical.buttons > .button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: auto;
} .ui.two.vertical.buttons > .button {
height: 50%;
} .ui.three.vertical.buttons > .button {
height: 33.333%;
} .ui.four.vertical.buttons > .button {
height: 25%;
} .ui.five.vertical.buttons > .button {
height: 20%;
} .ui.six.vertical.buttons > .button {
height: 16.666%;
} .ui.seven.vertical.buttons > .button {
height: 14.285%;
} .ui.eight.vertical.buttons > .button {
height: 12.5%;
} .ui.nine.vertical.buttons > .button {
height: 11.11%;
} .ui.ten.vertical.buttons > .button {
height: 10%;
} .ui.eleven.vertical.buttons > .button {
height: 9.09%;
} .ui.twelve.vertical.buttons > .button {
height: 8.3333%;
}  .ui.black.buttons .button {
background-color: #1b1c1d;
color: #fff;
text-shadow: none;
background-image: none;
} .ui.black.button {
background-color: #1b1c1d;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.black.buttons .button:hover, .ui.black.button:hover {
background-color: #27292a;
color: #fff;
text-shadow: none;
} .ui.black.buttons .button:focus, .ui.black.button:focus {
background-color: #2f3032;
color: #fff;
text-shadow: none;
} .ui.black.buttons .button:active, .ui.black.button:active {
background-color: #343637;
color: #fff;
text-shadow: none;
} .ui.black.buttons .active.button {
background-color: #0f0f10;
color: #fff;
text-shadow: none;
} .ui.black.buttons .active.button:active {
background-color: #0f0f10;
color: #fff;
text-shadow: none;
} .ui.black.active.button, .ui.black.button .active.button:active {
background-color: #0f0f10;
color: #fff;
text-shadow: none;
}  .ui.basic.black.buttons .button, .ui.basic.black.button {
-webkit-box-shadow: 0px 0px 0px 1px #1b1c1d inset !important;
box-shadow: 0px 0px 0px 1px #1b1c1d inset !important;
color: #1b1c1d !important;
} .ui.basic.black.buttons .button:hover, .ui.basic.black.button:hover {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #27292a inset !important;
box-shadow: 0px 0px 0px 1px #27292a inset !important;
color: #27292a !important;
} .ui.basic.black.buttons .button:focus, .ui.basic.black.button:focus {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #2f3032 inset !important;
box-shadow: 0px 0px 0px 1px #2f3032 inset !important;
color: #27292a !important;
} .ui.basic.black.buttons .active.button, .ui.basic.black.active.button {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #0f0f10 inset !important;
box-shadow: 0px 0px 0px 1px #0f0f10 inset !important;
color: #343637 !important;
} .ui.basic.black.buttons .button:active, .ui.basic.black.button:active {
-webkit-box-shadow: 0px 0px 0px 1px #343637 inset !important;
box-shadow: 0px 0px 0px 1px #343637 inset !important;
color: #343637 !important;
} .ui.buttons:not(.vertical) > .basic.black.button:not(:first-child) {
margin-left: -1px;
}  .ui.inverted.black.buttons .button, .ui.inverted.black.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px #d4d4d5 inset !important;
box-shadow: 0px 0px 0px 2px #d4d4d5 inset !important;
color: #fff;
} .ui.inverted.black.buttons .button:hover, .ui.inverted.black.button:hover, .ui.inverted.black.buttons .button:focus, .ui.inverted.black.button:focus, .ui.inverted.black.buttons .button.active, .ui.inverted.black.button.active, .ui.inverted.black.buttons .button:active, .ui.inverted.black.button:active {
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #fff;
} .ui.inverted.black.buttons .button:hover, .ui.inverted.black.button:hover, .ui.inverted.black.buttons .button:focus, .ui.inverted.black.button:focus, .ui.inverted.black.buttons .active.button, .ui.inverted.black.active.button, .ui.inverted.black.buttons .button:active, .ui.inverted.black.button:active {
background-color: #000;
} .ui.inverted.black.basic.buttons .button, .ui.inverted.black.buttons .basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
}  .ui.inverted.black.basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
} .ui.inverted.black.basic.buttons .button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #000 inset !important;
box-shadow: 0px 0px 0px 2px #000 inset !important;
color: #fff !important;
} .ui.inverted.black.buttons .basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #000 inset !important;
box-shadow: 0px 0px 0px 2px #000 inset !important;
color: #fff !important;
}  .ui.inverted.black.basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #000 inset !important;
box-shadow: 0px 0px 0px 2px #000 inset !important;
color: #fff !important;
} .ui.inverted.black.basic.buttons .button:focus, .ui.inverted.black.basic.button:focus {
-webkit-box-shadow: 0px 0px 0px 2px #000 inset !important;
box-shadow: 0px 0px 0px 2px #000 inset !important;
color: #545454 !important;
} .ui.inverted.black.basic.buttons .active.button {
-webkit-box-shadow: 0px 0px 0px 2px #000 inset !important;
box-shadow: 0px 0px 0px 2px #000 inset !important;
color: #fff !important;
} .ui.inverted.black.buttons .basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #000 inset !important;
box-shadow: 0px 0px 0px 2px #000 inset !important;
color: #fff !important;
}  .ui.inverted.black.basic.active.button, .ui.inverted.black.basic.buttons .button:active {
-webkit-box-shadow: 0px 0px 0px 2px #000 inset !important;
box-shadow: 0px 0px 0px 2px #000 inset !important;
color: #fff !important;
} .ui.inverted.black.buttons .basic.button:active, .ui.inverted.black.basic.button:active {
-webkit-box-shadow: 0px 0px 0px 2px #000 inset !important;
box-shadow: 0px 0px 0px 2px #000 inset !important;
color: #fff !important;
}  .ui.grey.buttons .button {
background-color: #767676;
color: #fff;
text-shadow: none;
background-image: none;
} .ui.grey.button {
background-color: #767676;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.grey.buttons .button:hover, .ui.grey.button:hover {
background-color: #838383;
color: #fff;
text-shadow: none;
} .ui.grey.buttons .button:focus, .ui.grey.button:focus {
background-color: #8a8a8a;
color: #fff;
text-shadow: none;
} .ui.grey.buttons .button:active, .ui.grey.button:active {
background-color: #909090;
color: #fff;
text-shadow: none;
} .ui.grey.buttons .active.button {
background-color: #696969;
color: #fff;
text-shadow: none;
} .ui.grey.buttons .active.button:active {
background-color: #696969;
color: #fff;
text-shadow: none;
} .ui.grey.active.button, .ui.grey.button .active.button:active {
background-color: #696969;
color: #fff;
text-shadow: none;
}  .ui.basic.grey.buttons .button, .ui.basic.grey.button {
-webkit-box-shadow: 0px 0px 0px 1px #767676 inset !important;
box-shadow: 0px 0px 0px 1px #767676 inset !important;
color: #767676 !important;
} .ui.basic.grey.buttons .button:hover, .ui.basic.grey.button:hover {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #838383 inset !important;
box-shadow: 0px 0px 0px 1px #838383 inset !important;
color: #838383 !important;
} .ui.basic.grey.buttons .button:focus, .ui.basic.grey.button:focus {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #8a8a8a inset !important;
box-shadow: 0px 0px 0px 1px #8a8a8a inset !important;
color: #838383 !important;
} .ui.basic.grey.buttons .active.button, .ui.basic.grey.active.button {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #696969 inset !important;
box-shadow: 0px 0px 0px 1px #696969 inset !important;
color: #909090 !important;
} .ui.basic.grey.buttons .button:active, .ui.basic.grey.button:active {
-webkit-box-shadow: 0px 0px 0px 1px #909090 inset !important;
box-shadow: 0px 0px 0px 1px #909090 inset !important;
color: #909090 !important;
} .ui.buttons:not(.vertical) > .basic.grey.button:not(:first-child) {
margin-left: -1px;
}  .ui.inverted.grey.buttons .button, .ui.inverted.grey.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px #d4d4d5 inset !important;
box-shadow: 0px 0px 0px 2px #d4d4d5 inset !important;
color: #fff;
} .ui.inverted.grey.buttons .button:hover, .ui.inverted.grey.button:hover, .ui.inverted.grey.buttons .button:focus, .ui.inverted.grey.button:focus, .ui.inverted.grey.buttons .button.active, .ui.inverted.grey.button.active, .ui.inverted.grey.buttons .button:active, .ui.inverted.grey.button:active {
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: rgba(0, 0, 0, 0.6);
} .ui.inverted.grey.buttons .button:hover, .ui.inverted.grey.button:hover {
background-color: #cfd0d2;
} .ui.inverted.grey.buttons .button:focus, .ui.inverted.grey.button:focus {
background-color: #c7c9cb;
} .ui.inverted.grey.buttons .active.button, .ui.inverted.grey.active.button {
background-color: #cfd0d2;
} .ui.inverted.grey.buttons .button:active, .ui.inverted.grey.button:active {
background-color: #c2c4c5;
} .ui.inverted.grey.basic.buttons .button, .ui.inverted.grey.buttons .basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
}  .ui.inverted.grey.basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
} .ui.inverted.grey.basic.buttons .button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
color: #fff !important;
} .ui.inverted.grey.buttons .basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
color: #fff !important;
}  .ui.inverted.grey.basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
color: #fff !important;
} .ui.inverted.grey.basic.buttons .button:focus, .ui.inverted.grey.basic.button:focus {
-webkit-box-shadow: 0px 0px 0px 2px #c7c9cb inset !important;
box-shadow: 0px 0px 0px 2px #c7c9cb inset !important;
color: #dcddde !important;
} .ui.inverted.grey.basic.buttons .active.button {
-webkit-box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
color: #fff !important;
} .ui.inverted.grey.buttons .basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
color: #fff !important;
}  .ui.inverted.grey.basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
color: #fff !important;
} .ui.inverted.grey.basic.buttons .button:active {
-webkit-box-shadow: 0px 0px 0px 2px #c2c4c5 inset !important;
box-shadow: 0px 0px 0px 2px #c2c4c5 inset !important;
color: #fff !important;
} .ui.inverted.grey.buttons .basic.button:active, .ui.inverted.grey.basic.button:active {
-webkit-box-shadow: 0px 0px 0px 2px #c2c4c5 inset !important;
box-shadow: 0px 0px 0px 2px #c2c4c5 inset !important;
color: #fff !important;
}  .ui.brown.buttons .button {
background-color: #a5673f;
color: #fff;
text-shadow: none;
background-image: none;
} .ui.brown.button {
background-color: #a5673f;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.brown.buttons .button:hover, .ui.brown.button:hover {
background-color: #975b33;
color: #fff;
text-shadow: none;
} .ui.brown.buttons .button:focus, .ui.brown.button:focus {
background-color: #90532b;
color: #fff;
text-shadow: none;
} .ui.brown.buttons .button:active, .ui.brown.button:active {
background-color: #805031;
color: #fff;
text-shadow: none;
} .ui.brown.buttons .active.button {
background-color: #995a31;
color: #fff;
text-shadow: none;
} .ui.brown.buttons .active.button:active {
background-color: #995a31;
color: #fff;
text-shadow: none;
} .ui.brown.active.button, .ui.brown.button .active.button:active {
background-color: #995a31;
color: #fff;
text-shadow: none;
}  .ui.basic.brown.buttons .button, .ui.basic.brown.button {
-webkit-box-shadow: 0px 0px 0px 1px #a5673f inset !important;
box-shadow: 0px 0px 0px 1px #a5673f inset !important;
color: #a5673f !important;
} .ui.basic.brown.buttons .button:hover, .ui.basic.brown.button:hover {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #975b33 inset !important;
box-shadow: 0px 0px 0px 1px #975b33 inset !important;
color: #975b33 !important;
} .ui.basic.brown.buttons .button:focus, .ui.basic.brown.button:focus {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #90532b inset !important;
box-shadow: 0px 0px 0px 1px #90532b inset !important;
color: #975b33 !important;
} .ui.basic.brown.buttons .active.button, .ui.basic.brown.active.button {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #995a31 inset !important;
box-shadow: 0px 0px 0px 1px #995a31 inset !important;
color: #805031 !important;
} .ui.basic.brown.buttons .button:active, .ui.basic.brown.button:active {
-webkit-box-shadow: 0px 0px 0px 1px #805031 inset !important;
box-shadow: 0px 0px 0px 1px #805031 inset !important;
color: #805031 !important;
} .ui.buttons:not(.vertical) > .basic.brown.button:not(:first-child) {
margin-left: -1px;
}  .ui.inverted.brown.buttons .button, .ui.inverted.brown.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px #d67c1c inset !important;
box-shadow: 0px 0px 0px 2px #d67c1c inset !important;
color: #d67c1c;
} .ui.inverted.brown.buttons .button:hover, .ui.inverted.brown.button:hover, .ui.inverted.brown.buttons .button:focus, .ui.inverted.brown.button:focus, .ui.inverted.brown.buttons .button.active, .ui.inverted.brown.button.active, .ui.inverted.brown.buttons .button:active, .ui.inverted.brown.button:active {
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #fff;
} .ui.inverted.brown.buttons .button:hover, .ui.inverted.brown.button:hover {
background-color: #c86f11;
} .ui.inverted.brown.buttons .button:focus, .ui.inverted.brown.button:focus {
background-color: #c16808;
} .ui.inverted.brown.buttons .active.button, .ui.inverted.brown.active.button {
background-color: #cc6f0d;
} .ui.inverted.brown.buttons .button:active, .ui.inverted.brown.button:active {
background-color: #a96216;
} .ui.inverted.brown.basic.buttons .button, .ui.inverted.brown.buttons .basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
}  .ui.inverted.brown.basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
} .ui.inverted.brown.basic.buttons .button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #c86f11 inset !important;
box-shadow: 0px 0px 0px 2px #c86f11 inset !important;
color: #d67c1c !important;
} .ui.inverted.brown.buttons .basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #c86f11 inset !important;
box-shadow: 0px 0px 0px 2px #c86f11 inset !important;
color: #d67c1c !important;
}  .ui.inverted.brown.basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #c86f11 inset !important;
box-shadow: 0px 0px 0px 2px #c86f11 inset !important;
color: #d67c1c !important;
} .ui.inverted.brown.basic.buttons .button:focus, .ui.inverted.brown.basic.button:focus {
-webkit-box-shadow: 0px 0px 0px 2px #c16808 inset !important;
box-shadow: 0px 0px 0px 2px #c16808 inset !important;
color: #d67c1c !important;
} .ui.inverted.brown.basic.buttons .active.button {
-webkit-box-shadow: 0px 0px 0px 2px #cc6f0d inset !important;
box-shadow: 0px 0px 0px 2px #cc6f0d inset !important;
color: #d67c1c !important;
} .ui.inverted.brown.buttons .basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #cc6f0d inset !important;
box-shadow: 0px 0px 0px 2px #cc6f0d inset !important;
color: #d67c1c !important;
}  .ui.inverted.brown.basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #cc6f0d inset !important;
box-shadow: 0px 0px 0px 2px #cc6f0d inset !important;
color: #d67c1c !important;
} .ui.inverted.brown.basic.buttons .button:active {
-webkit-box-shadow: 0px 0px 0px 2px #a96216 inset !important;
box-shadow: 0px 0px 0px 2px #a96216 inset !important;
color: #d67c1c !important;
} .ui.inverted.brown.buttons .basic.button:active, .ui.inverted.brown.basic.button:active {
-webkit-box-shadow: 0px 0px 0px 2px #a96216 inset !important;
box-shadow: 0px 0px 0px 2px #a96216 inset !important;
color: #d67c1c !important;
}  .ui.blue.buttons .button {
background-color: #2185d0;
color: #fff;
text-shadow: none;
background-image: none;
} .ui.blue.button {
background-color: #2185d0;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.blue.buttons .button:hover, .ui.blue.button:hover {
background-color: #1678c2;
color: #fff;
text-shadow: none;
} .ui.blue.buttons .button:focus, .ui.blue.button:focus {
background-color: #0d71bb;
color: #fff;
text-shadow: none;
} .ui.blue.buttons .button:active, .ui.blue.button:active {
background-color: #1a69a4;
color: #fff;
text-shadow: none;
} .ui.blue.buttons .active.button {
background-color: #1279c6;
color: #fff;
text-shadow: none;
} .ui.blue.buttons .active.button:active {
background-color: #1279c6;
color: #fff;
text-shadow: none;
} .ui.blue.active.button, .ui.blue.button .active.button:active {
background-color: #1279c6;
color: #fff;
text-shadow: none;
}  .ui.basic.blue.buttons .button, .ui.basic.blue.button {
-webkit-box-shadow: 0px 0px 0px 1px #2185d0 inset !important;
box-shadow: 0px 0px 0px 1px #2185d0 inset !important;
color: #2185d0 !important;
} .ui.basic.blue.buttons .button:hover, .ui.basic.blue.button:hover {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #1678c2 inset !important;
box-shadow: 0px 0px 0px 1px #1678c2 inset !important;
color: #1678c2 !important;
} .ui.basic.blue.buttons .button:focus, .ui.basic.blue.button:focus {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #0d71bb inset !important;
box-shadow: 0px 0px 0px 1px #0d71bb inset !important;
color: #1678c2 !important;
} .ui.basic.blue.buttons .active.button, .ui.basic.blue.active.button {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #1279c6 inset !important;
box-shadow: 0px 0px 0px 1px #1279c6 inset !important;
color: #1a69a4 !important;
} .ui.basic.blue.buttons .button:active, .ui.basic.blue.button:active {
-webkit-box-shadow: 0px 0px 0px 1px #1a69a4 inset !important;
box-shadow: 0px 0px 0px 1px #1a69a4 inset !important;
color: #1a69a4 !important;
} .ui.buttons:not(.vertical) > .basic.blue.button:not(:first-child) {
margin-left: -1px;
}  .ui.inverted.blue.buttons .button, .ui.inverted.blue.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px #54c8ff inset !important;
box-shadow: 0px 0px 0px 2px #54c8ff inset !important;
color: #54c8ff;
} .ui.inverted.blue.buttons .button:hover, .ui.inverted.blue.button:hover, .ui.inverted.blue.buttons .button:focus, .ui.inverted.blue.button:focus, .ui.inverted.blue.buttons .button.active, .ui.inverted.blue.button.active, .ui.inverted.blue.buttons .button:active, .ui.inverted.blue.button:active {
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #fff;
} .ui.inverted.blue.buttons .button:hover, .ui.inverted.blue.button:hover {
background-color: #3ac0ff;
} .ui.inverted.blue.buttons .button:focus, .ui.inverted.blue.button:focus {
background-color: #2bbbff;
} .ui.inverted.blue.buttons .active.button, .ui.inverted.blue.active.button {
background-color: #3ac0ff;
} .ui.inverted.blue.buttons .button:active, .ui.inverted.blue.button:active {
background-color: #21b8ff;
} .ui.inverted.blue.basic.buttons .button, .ui.inverted.blue.buttons .basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
}  .ui.inverted.blue.basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
} .ui.inverted.blue.basic.buttons .button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
color: #54c8ff !important;
} .ui.inverted.blue.buttons .basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
color: #54c8ff !important;
}  .ui.inverted.blue.basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
color: #54c8ff !important;
} .ui.inverted.blue.basic.buttons .button:focus, .ui.inverted.blue.basic.button:focus {
-webkit-box-shadow: 0px 0px 0px 2px #2bbbff inset !important;
box-shadow: 0px 0px 0px 2px #2bbbff inset !important;
color: #54c8ff !important;
} .ui.inverted.blue.basic.buttons .active.button {
-webkit-box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
color: #54c8ff !important;
} .ui.inverted.blue.buttons .basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
color: #54c8ff !important;
}  .ui.inverted.blue.basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
color: #54c8ff !important;
} .ui.inverted.blue.basic.buttons .button:active {
-webkit-box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
color: #54c8ff !important;
} .ui.inverted.blue.buttons .basic.button:active, .ui.inverted.blue.basic.button:active {
-webkit-box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
color: #54c8ff !important;
}  .ui.green.buttons .button {
background-color: #21ba45;
color: #fff;
text-shadow: none;
background-image: none;
} .ui.green.button {
background-color: #21ba45;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.green.buttons .button:hover, .ui.green.button:hover {
background-color: #16ab39;
color: #fff;
text-shadow: none;
} .ui.green.buttons .button:focus, .ui.green.button:focus {
background-color: #0ea432;
color: #fff;
text-shadow: none;
} .ui.green.buttons .button:active, .ui.green.button:active {
background-color: #198f35;
color: #fff;
text-shadow: none;
} .ui.green.buttons .active.button {
background-color: #13ae38;
color: #fff;
text-shadow: none;
} .ui.green.buttons .active.button:active {
background-color: #13ae38;
color: #fff;
text-shadow: none;
} .ui.green.active.button, .ui.green.button .active.button:active {
background-color: #13ae38;
color: #fff;
text-shadow: none;
}  .ui.basic.green.buttons .button, .ui.basic.green.button {
-webkit-box-shadow: 0px 0px 0px 1px #21ba45 inset !important;
box-shadow: 0px 0px 0px 1px #21ba45 inset !important;
color: #21ba45 !important;
} .ui.basic.green.buttons .button:hover, .ui.basic.green.button:hover {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #16ab39 inset !important;
box-shadow: 0px 0px 0px 1px #16ab39 inset !important;
color: #16ab39 !important;
} .ui.basic.green.buttons .button:focus, .ui.basic.green.button:focus {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #0ea432 inset !important;
box-shadow: 0px 0px 0px 1px #0ea432 inset !important;
color: #16ab39 !important;
} .ui.basic.green.buttons .active.button, .ui.basic.green.active.button {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #13ae38 inset !important;
box-shadow: 0px 0px 0px 1px #13ae38 inset !important;
color: #198f35 !important;
} .ui.basic.green.buttons .button:active, .ui.basic.green.button:active {
-webkit-box-shadow: 0px 0px 0px 1px #198f35 inset !important;
box-shadow: 0px 0px 0px 1px #198f35 inset !important;
color: #198f35 !important;
} .ui.buttons:not(.vertical) > .basic.green.button:not(:first-child) {
margin-left: -1px;
}  .ui.inverted.green.buttons .button, .ui.inverted.green.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px #2ecc40 inset !important;
box-shadow: 0px 0px 0px 2px #2ecc40 inset !important;
color: #2ecc40;
} .ui.inverted.green.buttons .button:hover, .ui.inverted.green.button:hover, .ui.inverted.green.buttons .button:focus, .ui.inverted.green.button:focus, .ui.inverted.green.buttons .button.active, .ui.inverted.green.button.active, .ui.inverted.green.buttons .button:active, .ui.inverted.green.button:active {
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #fff;
} .ui.inverted.green.buttons .button:hover, .ui.inverted.green.button:hover {
background-color: #22be34;
} .ui.inverted.green.buttons .button:focus, .ui.inverted.green.button:focus {
background-color: #19b82b;
} .ui.inverted.green.buttons .active.button, .ui.inverted.green.active.button {
background-color: #1fc231;
} .ui.inverted.green.buttons .button:active, .ui.inverted.green.button:active {
background-color: #25a233;
} .ui.inverted.green.basic.buttons .button, .ui.inverted.green.buttons .basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
}  .ui.inverted.green.basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
} .ui.inverted.green.basic.buttons .button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #22be34 inset !important;
box-shadow: 0px 0px 0px 2px #22be34 inset !important;
color: #2ecc40 !important;
} .ui.inverted.green.buttons .basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #22be34 inset !important;
box-shadow: 0px 0px 0px 2px #22be34 inset !important;
color: #2ecc40 !important;
}  .ui.inverted.green.basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #22be34 inset !important;
box-shadow: 0px 0px 0px 2px #22be34 inset !important;
color: #2ecc40 !important;
} .ui.inverted.green.basic.buttons .button:focus, .ui.inverted.green.basic.button:focus {
-webkit-box-shadow: 0px 0px 0px 2px #19b82b inset !important;
box-shadow: 0px 0px 0px 2px #19b82b inset !important;
color: #2ecc40 !important;
} .ui.inverted.green.basic.buttons .active.button {
-webkit-box-shadow: 0px 0px 0px 2px #1fc231 inset !important;
box-shadow: 0px 0px 0px 2px #1fc231 inset !important;
color: #2ecc40 !important;
} .ui.inverted.green.buttons .basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #1fc231 inset !important;
box-shadow: 0px 0px 0px 2px #1fc231 inset !important;
color: #2ecc40 !important;
}  .ui.inverted.green.basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #1fc231 inset !important;
box-shadow: 0px 0px 0px 2px #1fc231 inset !important;
color: #2ecc40 !important;
} .ui.inverted.green.basic.buttons .button:active {
-webkit-box-shadow: 0px 0px 0px 2px #25a233 inset !important;
box-shadow: 0px 0px 0px 2px #25a233 inset !important;
color: #2ecc40 !important;
} .ui.inverted.green.buttons .basic.button:active, .ui.inverted.green.basic.button:active {
-webkit-box-shadow: 0px 0px 0px 2px #25a233 inset !important;
box-shadow: 0px 0px 0px 2px #25a233 inset !important;
color: #2ecc40 !important;
}  .ui.orange.buttons .button {
background-color: #f2711c;
color: #fff;
text-shadow: none;
background-image: none;
} .ui.orange.button {
background-color: #f2711c;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.orange.buttons .button:hover, .ui.orange.button:hover {
background-color: #f26202;
color: #fff;
text-shadow: none;
} .ui.orange.buttons .button:focus, .ui.orange.button:focus {
background-color: #e55b00;
color: #fff;
text-shadow: none;
} .ui.orange.buttons .button:active, .ui.orange.button:active {
background-color: #cf590c;
color: #fff;
text-shadow: none;
} .ui.orange.buttons .active.button {
background-color: #f56100;
color: #fff;
text-shadow: none;
} .ui.orange.buttons .active.button:active {
background-color: #f56100;
color: #fff;
text-shadow: none;
} .ui.orange.active.button, .ui.orange.button .active.button:active {
background-color: #f56100;
color: #fff;
text-shadow: none;
}  .ui.basic.orange.buttons .button, .ui.basic.orange.button {
-webkit-box-shadow: 0px 0px 0px 1px #f2711c inset !important;
box-shadow: 0px 0px 0px 1px #f2711c inset !important;
color: #f2711c !important;
} .ui.basic.orange.buttons .button:hover, .ui.basic.orange.button:hover {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #f26202 inset !important;
box-shadow: 0px 0px 0px 1px #f26202 inset !important;
color: #f26202 !important;
} .ui.basic.orange.buttons .button:focus, .ui.basic.orange.button:focus {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #e55b00 inset !important;
box-shadow: 0px 0px 0px 1px #e55b00 inset !important;
color: #f26202 !important;
} .ui.basic.orange.buttons .active.button, .ui.basic.orange.active.button {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #f56100 inset !important;
box-shadow: 0px 0px 0px 1px #f56100 inset !important;
color: #cf590c !important;
} .ui.basic.orange.buttons .button:active, .ui.basic.orange.button:active {
-webkit-box-shadow: 0px 0px 0px 1px #cf590c inset !important;
box-shadow: 0px 0px 0px 1px #cf590c inset !important;
color: #cf590c !important;
} .ui.buttons:not(.vertical) > .basic.orange.button:not(:first-child) {
margin-left: -1px;
}  .ui.inverted.orange.buttons .button, .ui.inverted.orange.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px #ff851b inset !important;
box-shadow: 0px 0px 0px 2px #ff851b inset !important;
color: #ff851b;
} .ui.inverted.orange.buttons .button:hover, .ui.inverted.orange.button:hover, .ui.inverted.orange.buttons .button:focus, .ui.inverted.orange.button:focus, .ui.inverted.orange.buttons .button.active, .ui.inverted.orange.button.active, .ui.inverted.orange.buttons .button:active, .ui.inverted.orange.button:active {
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #fff;
} .ui.inverted.orange.buttons .button:hover, .ui.inverted.orange.button:hover {
background-color: #ff7701;
} .ui.inverted.orange.buttons .button:focus, .ui.inverted.orange.button:focus {
background-color: #f17000;
} .ui.inverted.orange.buttons .active.button, .ui.inverted.orange.active.button {
background-color: #ff7701;
} .ui.inverted.orange.buttons .button:active, .ui.inverted.orange.button:active {
background-color: #e76b00;
} .ui.inverted.orange.basic.buttons .button, .ui.inverted.orange.buttons .basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
}  .ui.inverted.orange.basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
} .ui.inverted.orange.basic.buttons .button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
color: #ff851b !important;
} .ui.inverted.orange.buttons .basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
color: #ff851b !important;
}  .ui.inverted.orange.basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
color: #ff851b !important;
} .ui.inverted.orange.basic.buttons .button:focus, .ui.inverted.orange.basic.button:focus {
-webkit-box-shadow: 0px 0px 0px 2px #f17000 inset !important;
box-shadow: 0px 0px 0px 2px #f17000 inset !important;
color: #ff851b !important;
} .ui.inverted.orange.basic.buttons .active.button {
-webkit-box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
color: #ff851b !important;
} .ui.inverted.orange.buttons .basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
color: #ff851b !important;
}  .ui.inverted.orange.basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
color: #ff851b !important;
} .ui.inverted.orange.basic.buttons .button:active {
-webkit-box-shadow: 0px 0px 0px 2px #e76b00 inset !important;
box-shadow: 0px 0px 0px 2px #e76b00 inset !important;
color: #ff851b !important;
} .ui.inverted.orange.buttons .basic.button:active, .ui.inverted.orange.basic.button:active {
-webkit-box-shadow: 0px 0px 0px 2px #e76b00 inset !important;
box-shadow: 0px 0px 0px 2px #e76b00 inset !important;
color: #ff851b !important;
}  .ui.pink.buttons .button {
background-color: #e03997;
color: #fff;
text-shadow: none;
background-image: none;
} .ui.pink.button {
background-color: #e03997;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.pink.buttons .button:hover, .ui.pink.button:hover {
background-color: #e61a8d;
color: #fff;
text-shadow: none;
} .ui.pink.buttons .button:focus, .ui.pink.button:focus {
background-color: #e10f85;
color: #fff;
text-shadow: none;
} .ui.pink.buttons .button:active, .ui.pink.button:active {
background-color: #c71f7e;
color: #fff;
text-shadow: none;
} .ui.pink.buttons .active.button {
background-color: #ea158d;
color: #fff;
text-shadow: none;
} .ui.pink.buttons .active.button:active {
background-color: #ea158d;
color: #fff;
text-shadow: none;
} .ui.pink.active.button, .ui.pink.button .active.button:active {
background-color: #ea158d;
color: #fff;
text-shadow: none;
}  .ui.basic.pink.buttons .button, .ui.basic.pink.button {
-webkit-box-shadow: 0px 0px 0px 1px #e03997 inset !important;
box-shadow: 0px 0px 0px 1px #e03997 inset !important;
color: #e03997 !important;
} .ui.basic.pink.buttons .button:hover, .ui.basic.pink.button:hover {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #e61a8d inset !important;
box-shadow: 0px 0px 0px 1px #e61a8d inset !important;
color: #e61a8d !important;
} .ui.basic.pink.buttons .button:focus, .ui.basic.pink.button:focus {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #e10f85 inset !important;
box-shadow: 0px 0px 0px 1px #e10f85 inset !important;
color: #e61a8d !important;
} .ui.basic.pink.buttons .active.button, .ui.basic.pink.active.button {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #ea158d inset !important;
box-shadow: 0px 0px 0px 1px #ea158d inset !important;
color: #c71f7e !important;
} .ui.basic.pink.buttons .button:active, .ui.basic.pink.button:active {
-webkit-box-shadow: 0px 0px 0px 1px #c71f7e inset !important;
box-shadow: 0px 0px 0px 1px #c71f7e inset !important;
color: #c71f7e !important;
} .ui.buttons:not(.vertical) > .basic.pink.button:not(:first-child) {
margin-left: -1px;
}  .ui.inverted.pink.buttons .button, .ui.inverted.pink.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px #ff8edf inset !important;
box-shadow: 0px 0px 0px 2px #ff8edf inset !important;
color: #ff8edf;
} .ui.inverted.pink.buttons .button:hover, .ui.inverted.pink.button:hover, .ui.inverted.pink.buttons .button:focus, .ui.inverted.pink.button:focus, .ui.inverted.pink.buttons .button.active, .ui.inverted.pink.button.active, .ui.inverted.pink.buttons .button:active, .ui.inverted.pink.button:active {
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #fff;
} .ui.inverted.pink.buttons .button:hover, .ui.inverted.pink.button:hover {
background-color: #ff74d8;
} .ui.inverted.pink.buttons .button:focus, .ui.inverted.pink.button:focus {
background-color: #ff65d3;
} .ui.inverted.pink.buttons .active.button, .ui.inverted.pink.active.button {
background-color: #ff74d8;
} .ui.inverted.pink.buttons .button:active, .ui.inverted.pink.button:active {
background-color: #ff5bd1;
} .ui.inverted.pink.basic.buttons .button, .ui.inverted.pink.buttons .basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
}  .ui.inverted.pink.basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
} .ui.inverted.pink.basic.buttons .button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
color: #ff8edf !important;
} .ui.inverted.pink.buttons .basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
color: #ff8edf !important;
}  .ui.inverted.pink.basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
color: #ff8edf !important;
} .ui.inverted.pink.basic.buttons .button:focus, .ui.inverted.pink.basic.button:focus {
-webkit-box-shadow: 0px 0px 0px 2px #ff65d3 inset !important;
box-shadow: 0px 0px 0px 2px #ff65d3 inset !important;
color: #ff8edf !important;
} .ui.inverted.pink.basic.buttons .active.button {
-webkit-box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
color: #ff8edf !important;
} .ui.inverted.pink.buttons .basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
color: #ff8edf !important;
}  .ui.inverted.pink.basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
color: #ff8edf !important;
} .ui.inverted.pink.basic.buttons .button:active {
-webkit-box-shadow: 0px 0px 0px 2px #ff5bd1 inset !important;
box-shadow: 0px 0px 0px 2px #ff5bd1 inset !important;
color: #ff8edf !important;
} .ui.inverted.pink.buttons .basic.button:active, .ui.inverted.pink.basic.button:active {
-webkit-box-shadow: 0px 0px 0px 2px #ff5bd1 inset !important;
box-shadow: 0px 0px 0px 2px #ff5bd1 inset !important;
color: #ff8edf !important;
}  .ui.violet.buttons .button {
background-color: #6435c9;
color: #fff;
text-shadow: none;
background-image: none;
} .ui.violet.button {
background-color: #6435c9;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.violet.buttons .button:hover, .ui.violet.button:hover {
background-color: #5829bb;
color: #fff;
text-shadow: none;
} .ui.violet.buttons .button:focus, .ui.violet.button:focus {
background-color: #4f20b5;
color: #fff;
text-shadow: none;
} .ui.violet.buttons .button:active, .ui.violet.button:active {
background-color: #502aa1;
color: #fff;
text-shadow: none;
} .ui.violet.buttons .active.button {
background-color: #5626bf;
color: #fff;
text-shadow: none;
} .ui.violet.buttons .active.button:active {
background-color: #5626bf;
color: #fff;
text-shadow: none;
} .ui.violet.active.button, .ui.violet.button .active.button:active {
background-color: #5626bf;
color: #fff;
text-shadow: none;
}  .ui.basic.violet.buttons .button, .ui.basic.violet.button {
-webkit-box-shadow: 0px 0px 0px 1px #6435c9 inset !important;
box-shadow: 0px 0px 0px 1px #6435c9 inset !important;
color: #6435c9 !important;
} .ui.basic.violet.buttons .button:hover, .ui.basic.violet.button:hover {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #5829bb inset !important;
box-shadow: 0px 0px 0px 1px #5829bb inset !important;
color: #5829bb !important;
} .ui.basic.violet.buttons .button:focus, .ui.basic.violet.button:focus {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #4f20b5 inset !important;
box-shadow: 0px 0px 0px 1px #4f20b5 inset !important;
color: #5829bb !important;
} .ui.basic.violet.buttons .active.button, .ui.basic.violet.active.button {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #5626bf inset !important;
box-shadow: 0px 0px 0px 1px #5626bf inset !important;
color: #502aa1 !important;
} .ui.basic.violet.buttons .button:active, .ui.basic.violet.button:active {
-webkit-box-shadow: 0px 0px 0px 1px #502aa1 inset !important;
box-shadow: 0px 0px 0px 1px #502aa1 inset !important;
color: #502aa1 !important;
} .ui.buttons:not(.vertical) > .basic.violet.button:not(:first-child) {
margin-left: -1px;
}  .ui.inverted.violet.buttons .button, .ui.inverted.violet.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px #a291fb inset !important;
box-shadow: 0px 0px 0px 2px #a291fb inset !important;
color: #a291fb;
} .ui.inverted.violet.buttons .button:hover, .ui.inverted.violet.button:hover, .ui.inverted.violet.buttons .button:focus, .ui.inverted.violet.button:focus, .ui.inverted.violet.buttons .button.active, .ui.inverted.violet.button.active, .ui.inverted.violet.buttons .button:active, .ui.inverted.violet.button:active {
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #fff;
} .ui.inverted.violet.buttons .button:hover, .ui.inverted.violet.button:hover {
background-color: #8a73ff;
} .ui.inverted.violet.buttons .button:focus, .ui.inverted.violet.button:focus {
background-color: #7d64ff;
} .ui.inverted.violet.buttons .active.button, .ui.inverted.violet.active.button {
background-color: #8a73ff;
} .ui.inverted.violet.buttons .button:active, .ui.inverted.violet.button:active {
background-color: #7860f9;
} .ui.inverted.violet.basic.buttons .button, .ui.inverted.violet.buttons .basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
}  .ui.inverted.violet.basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
} .ui.inverted.violet.basic.buttons .button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
color: #a291fb !important;
} .ui.inverted.violet.buttons .basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
color: #a291fb !important;
}  .ui.inverted.violet.basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
color: #a291fb !important;
} .ui.inverted.violet.basic.buttons .button:focus, .ui.inverted.violet.basic.button:focus {
-webkit-box-shadow: 0px 0px 0px 2px #7d64ff inset !important;
box-shadow: 0px 0px 0px 2px #7d64ff inset !important;
color: #a291fb !important;
} .ui.inverted.violet.basic.buttons .active.button {
-webkit-box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
color: #a291fb !important;
} .ui.inverted.violet.buttons .basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
color: #a291fb !important;
}  .ui.inverted.violet.basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
color: #a291fb !important;
} .ui.inverted.violet.basic.buttons .button:active {
-webkit-box-shadow: 0px 0px 0px 2px #7860f9 inset !important;
box-shadow: 0px 0px 0px 2px #7860f9 inset !important;
color: #a291fb !important;
} .ui.inverted.violet.buttons .basic.button:active, .ui.inverted.violet.basic.button:active {
-webkit-box-shadow: 0px 0px 0px 2px #7860f9 inset !important;
box-shadow: 0px 0px 0px 2px #7860f9 inset !important;
color: #a291fb !important;
}  .ui.purple.buttons .button {
background-color: #a333c8;
color: #fff;
text-shadow: none;
background-image: none;
} .ui.purple.button {
background-color: #a333c8;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.purple.buttons .button:hover, .ui.purple.button:hover {
background-color: #9627ba;
color: #fff;
text-shadow: none;
} .ui.purple.buttons .button:focus, .ui.purple.button:focus {
background-color: #8f1eb4;
color: #fff;
text-shadow: none;
} .ui.purple.buttons .button:active, .ui.purple.button:active {
background-color: #82299f;
color: #fff;
text-shadow: none;
} .ui.purple.buttons .active.button {
background-color: #9724be;
color: #fff;
text-shadow: none;
} .ui.purple.buttons .active.button:active {
background-color: #9724be;
color: #fff;
text-shadow: none;
} .ui.purple.active.button, .ui.purple.button .active.button:active {
background-color: #9724be;
color: #fff;
text-shadow: none;
}  .ui.basic.purple.buttons .button, .ui.basic.purple.button {
-webkit-box-shadow: 0px 0px 0px 1px #a333c8 inset !important;
box-shadow: 0px 0px 0px 1px #a333c8 inset !important;
color: #a333c8 !important;
} .ui.basic.purple.buttons .button:hover, .ui.basic.purple.button:hover {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #9627ba inset !important;
box-shadow: 0px 0px 0px 1px #9627ba inset !important;
color: #9627ba !important;
} .ui.basic.purple.buttons .button:focus, .ui.basic.purple.button:focus {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #8f1eb4 inset !important;
box-shadow: 0px 0px 0px 1px #8f1eb4 inset !important;
color: #9627ba !important;
} .ui.basic.purple.buttons .active.button, .ui.basic.purple.active.button {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #9724be inset !important;
box-shadow: 0px 0px 0px 1px #9724be inset !important;
color: #82299f !important;
} .ui.basic.purple.buttons .button:active, .ui.basic.purple.button:active {
-webkit-box-shadow: 0px 0px 0px 1px #82299f inset !important;
box-shadow: 0px 0px 0px 1px #82299f inset !important;
color: #82299f !important;
} .ui.buttons:not(.vertical) > .basic.purple.button:not(:first-child) {
margin-left: -1px;
}  .ui.inverted.purple.buttons .button, .ui.inverted.purple.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px #dc73ff inset !important;
box-shadow: 0px 0px 0px 2px #dc73ff inset !important;
color: #dc73ff;
} .ui.inverted.purple.buttons .button:hover, .ui.inverted.purple.button:hover, .ui.inverted.purple.buttons .button:focus, .ui.inverted.purple.button:focus, .ui.inverted.purple.buttons .button.active, .ui.inverted.purple.button.active, .ui.inverted.purple.buttons .button:active, .ui.inverted.purple.button:active {
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #fff;
} .ui.inverted.purple.buttons .button:hover, .ui.inverted.purple.button:hover {
background-color: #d65aff;
} .ui.inverted.purple.buttons .button:focus, .ui.inverted.purple.button:focus {
background-color: #d24aff;
} .ui.inverted.purple.buttons .active.button, .ui.inverted.purple.active.button {
background-color: #d65aff;
} .ui.inverted.purple.buttons .button:active, .ui.inverted.purple.button:active {
background-color: #cf40ff;
} .ui.inverted.purple.basic.buttons .button, .ui.inverted.purple.buttons .basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
}  .ui.inverted.purple.basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
} .ui.inverted.purple.basic.buttons .button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #d65aff inset !important;
box-shadow: 0px 0px 0px 2px #d65aff inset !important;
color: #dc73ff !important;
} .ui.inverted.purple.buttons .basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #d65aff inset !important;
box-shadow: 0px 0px 0px 2px #d65aff inset !important;
color: #dc73ff !important;
}  .ui.inverted.purple.basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #d65aff inset !important;
box-shadow: 0px 0px 0px 2px #d65aff inset !important;
color: #dc73ff !important;
} .ui.inverted.purple.basic.buttons .button:focus, .ui.inverted.purple.basic.button:focus {
-webkit-box-shadow: 0px 0px 0px 2px #d24aff inset !important;
box-shadow: 0px 0px 0px 2px #d24aff inset !important;
color: #dc73ff !important;
} .ui.inverted.purple.basic.buttons .active.button {
-webkit-box-shadow: 0px 0px 0px 2px #d65aff inset !important;
box-shadow: 0px 0px 0px 2px #d65aff inset !important;
color: #dc73ff !important;
} .ui.inverted.purple.buttons .basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #d65aff inset !important;
box-shadow: 0px 0px 0px 2px #d65aff inset !important;
color: #dc73ff !important;
}  .ui.inverted.purple.basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #d65aff inset !important;
box-shadow: 0px 0px 0px 2px #d65aff inset !important;
color: #dc73ff !important;
} .ui.inverted.purple.basic.buttons .button:active {
-webkit-box-shadow: 0px 0px 0px 2px #cf40ff inset !important;
box-shadow: 0px 0px 0px 2px #cf40ff inset !important;
color: #dc73ff !important;
} .ui.inverted.purple.buttons .basic.button:active, .ui.inverted.purple.basic.button:active {
-webkit-box-shadow: 0px 0px 0px 2px #cf40ff inset !important;
box-shadow: 0px 0px 0px 2px #cf40ff inset !important;
color: #dc73ff !important;
}  .ui.red.buttons .button {
background-color: #db2828;
color: #fff;
text-shadow: none;
background-image: none;
} .ui.red.button {
background-color: #db2828;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.red.buttons .button:hover, .ui.red.button:hover {
background-color: #d01919;
color: #fff;
text-shadow: none;
} .ui.red.buttons .button:focus, .ui.red.button:focus {
background-color: #ca1010;
color: #fff;
text-shadow: none;
} .ui.red.buttons .button:active, .ui.red.button:active {
background-color: #b21e1e;
color: #fff;
text-shadow: none;
} .ui.red.buttons .active.button {
background-color: #d41515;
color: #fff;
text-shadow: none;
} .ui.red.buttons .active.button:active {
background-color: #d41515;
color: #fff;
text-shadow: none;
} .ui.red.active.button, .ui.red.button .active.button:active {
background-color: #d41515;
color: #fff;
text-shadow: none;
}  .ui.basic.red.buttons .button, .ui.basic.red.button {
-webkit-box-shadow: 0px 0px 0px 1px #db2828 inset !important;
box-shadow: 0px 0px 0px 1px #db2828 inset !important;
color: #db2828 !important;
} .ui.basic.red.buttons .button:hover, .ui.basic.red.button:hover {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #d01919 inset !important;
box-shadow: 0px 0px 0px 1px #d01919 inset !important;
color: #d01919 !important;
} .ui.basic.red.buttons .button:focus, .ui.basic.red.button:focus {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #ca1010 inset !important;
box-shadow: 0px 0px 0px 1px #ca1010 inset !important;
color: #d01919 !important;
} .ui.basic.red.buttons .active.button, .ui.basic.red.active.button {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #d41515 inset !important;
box-shadow: 0px 0px 0px 1px #d41515 inset !important;
color: #b21e1e !important;
} .ui.basic.red.buttons .button:active, .ui.basic.red.button:active {
-webkit-box-shadow: 0px 0px 0px 1px #b21e1e inset !important;
box-shadow: 0px 0px 0px 1px #b21e1e inset !important;
color: #b21e1e !important;
} .ui.buttons:not(.vertical) > .basic.red.button:not(:first-child) {
margin-left: -1px;
}  .ui.inverted.red.buttons .button, .ui.inverted.red.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px #ff695e inset !important;
box-shadow: 0px 0px 0px 2px #ff695e inset !important;
color: #ff695e;
} .ui.inverted.red.buttons .button:hover, .ui.inverted.red.button:hover, .ui.inverted.red.buttons .button:focus, .ui.inverted.red.button:focus, .ui.inverted.red.buttons .button.active, .ui.inverted.red.button.active, .ui.inverted.red.buttons .button:active, .ui.inverted.red.button:active {
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #fff;
} .ui.inverted.red.buttons .button:hover, .ui.inverted.red.button:hover {
background-color: #ff5144;
} .ui.inverted.red.buttons .button:focus, .ui.inverted.red.button:focus {
background-color: #ff4335;
} .ui.inverted.red.buttons .active.button, .ui.inverted.red.active.button {
background-color: #ff5144;
} .ui.inverted.red.buttons .button:active, .ui.inverted.red.button:active {
background-color: #ff392b;
} .ui.inverted.red.basic.buttons .button, .ui.inverted.red.buttons .basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
}  .ui.inverted.red.basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
} .ui.inverted.red.basic.buttons .button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
color: #ff695e !important;
} .ui.inverted.red.buttons .basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
color: #ff695e !important;
}  .ui.inverted.red.basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
color: #ff695e !important;
} .ui.inverted.red.basic.buttons .button:focus, .ui.inverted.red.basic.button:focus {
-webkit-box-shadow: 0px 0px 0px 2px #ff4335 inset !important;
box-shadow: 0px 0px 0px 2px #ff4335 inset !important;
color: #ff695e !important;
} .ui.inverted.red.basic.buttons .active.button {
-webkit-box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
color: #ff695e !important;
} .ui.inverted.red.buttons .basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
color: #ff695e !important;
}  .ui.inverted.red.basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
color: #ff695e !important;
} .ui.inverted.red.basic.buttons .button:active {
-webkit-box-shadow: 0px 0px 0px 2px #ff392b inset !important;
box-shadow: 0px 0px 0px 2px #ff392b inset !important;
color: #ff695e !important;
} .ui.inverted.red.buttons .basic.button:active, .ui.inverted.red.basic.button:active {
-webkit-box-shadow: 0px 0px 0px 2px #ff392b inset !important;
box-shadow: 0px 0px 0px 2px #ff392b inset !important;
color: #ff695e !important;
}  .ui.teal.buttons .button {
background-color: #00b5ad;
color: #fff;
text-shadow: none;
background-image: none;
} .ui.teal.button {
background-color: #00b5ad;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.teal.buttons .button:hover, .ui.teal.button:hover {
background-color: #009c95;
color: #fff;
text-shadow: none;
} .ui.teal.buttons .button:focus, .ui.teal.button:focus {
background-color: #008c86;
color: #fff;
text-shadow: none;
} .ui.teal.buttons .button:active, .ui.teal.button:active {
background-color: #00827c;
color: #fff;
text-shadow: none;
} .ui.teal.buttons .active.button {
background-color: #009c95;
color: #fff;
text-shadow: none;
} .ui.teal.buttons .active.button:active {
background-color: #009c95;
color: #fff;
text-shadow: none;
} .ui.teal.active.button, .ui.teal.button .active.button:active {
background-color: #009c95;
color: #fff;
text-shadow: none;
}  .ui.basic.teal.buttons .button, .ui.basic.teal.button {
-webkit-box-shadow: 0px 0px 0px 1px #00b5ad inset !important;
box-shadow: 0px 0px 0px 1px #00b5ad inset !important;
color: #00b5ad !important;
} .ui.basic.teal.buttons .button:hover, .ui.basic.teal.button:hover {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #009c95 inset !important;
box-shadow: 0px 0px 0px 1px #009c95 inset !important;
color: #009c95 !important;
} .ui.basic.teal.buttons .button:focus, .ui.basic.teal.button:focus {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #008c86 inset !important;
box-shadow: 0px 0px 0px 1px #008c86 inset !important;
color: #009c95 !important;
} .ui.basic.teal.buttons .active.button, .ui.basic.teal.active.button {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #009c95 inset !important;
box-shadow: 0px 0px 0px 1px #009c95 inset !important;
color: #00827c !important;
} .ui.basic.teal.buttons .button:active, .ui.basic.teal.button:active {
-webkit-box-shadow: 0px 0px 0px 1px #00827c inset !important;
box-shadow: 0px 0px 0px 1px #00827c inset !important;
color: #00827c !important;
} .ui.buttons:not(.vertical) > .basic.teal.button:not(:first-child) {
margin-left: -1px;
}  .ui.inverted.teal.buttons .button, .ui.inverted.teal.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px #6dffff inset !important;
box-shadow: 0px 0px 0px 2px #6dffff inset !important;
color: #6dffff;
} .ui.inverted.teal.buttons .button:hover, .ui.inverted.teal.button:hover, .ui.inverted.teal.buttons .button:focus, .ui.inverted.teal.button:focus, .ui.inverted.teal.buttons .button.active, .ui.inverted.teal.button.active, .ui.inverted.teal.buttons .button:active, .ui.inverted.teal.button:active {
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: rgba(0, 0, 0, 0.6);
} .ui.inverted.teal.buttons .button:hover, .ui.inverted.teal.button:hover {
background-color: #54ffff;
} .ui.inverted.teal.buttons .button:focus, .ui.inverted.teal.button:focus {
background-color: #4ff;
} .ui.inverted.teal.buttons .active.button, .ui.inverted.teal.active.button {
background-color: #54ffff;
} .ui.inverted.teal.buttons .button:active, .ui.inverted.teal.button:active {
background-color: #3affff;
} .ui.inverted.teal.basic.buttons .button, .ui.inverted.teal.buttons .basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
}  .ui.inverted.teal.basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
} .ui.inverted.teal.basic.buttons .button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #54ffff inset !important;
box-shadow: 0px 0px 0px 2px #54ffff inset !important;
color: #6dffff !important;
} .ui.inverted.teal.buttons .basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #54ffff inset !important;
box-shadow: 0px 0px 0px 2px #54ffff inset !important;
color: #6dffff !important;
}  .ui.inverted.teal.basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #54ffff inset !important;
box-shadow: 0px 0px 0px 2px #54ffff inset !important;
color: #6dffff !important;
} .ui.inverted.teal.basic.buttons .button:focus, .ui.inverted.teal.basic.button:focus {
-webkit-box-shadow: 0px 0px 0px 2px #4ff inset !important;
box-shadow: 0px 0px 0px 2px #4ff inset !important;
color: #6dffff !important;
} .ui.inverted.teal.basic.buttons .active.button {
-webkit-box-shadow: 0px 0px 0px 2px #54ffff inset !important;
box-shadow: 0px 0px 0px 2px #54ffff inset !important;
color: #6dffff !important;
} .ui.inverted.teal.buttons .basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #54ffff inset !important;
box-shadow: 0px 0px 0px 2px #54ffff inset !important;
color: #6dffff !important;
}  .ui.inverted.teal.basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #54ffff inset !important;
box-shadow: 0px 0px 0px 2px #54ffff inset !important;
color: #6dffff !important;
} .ui.inverted.teal.basic.buttons .button:active {
-webkit-box-shadow: 0px 0px 0px 2px #3affff inset !important;
box-shadow: 0px 0px 0px 2px #3affff inset !important;
color: #6dffff !important;
} .ui.inverted.teal.buttons .basic.button:active, .ui.inverted.teal.basic.button:active {
-webkit-box-shadow: 0px 0px 0px 2px #3affff inset !important;
box-shadow: 0px 0px 0px 2px #3affff inset !important;
color: #6dffff !important;
}  .ui.olive.buttons .button {
background-color: #b5cc18;
color: #fff;
text-shadow: none;
background-image: none;
} .ui.olive.button {
background-color: #b5cc18;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.olive.buttons .button:hover, .ui.olive.button:hover {
background-color: #a7bd0d;
color: #fff;
text-shadow: none;
} .ui.olive.buttons .button:focus, .ui.olive.button:focus {
background-color: #a0b605;
color: #fff;
text-shadow: none;
} .ui.olive.buttons .button:active, .ui.olive.button:active {
background-color: #8d9e13;
color: #fff;
text-shadow: none;
} .ui.olive.buttons .active.button {
background-color: #aac109;
color: #fff;
text-shadow: none;
} .ui.olive.buttons .active.button:active {
background-color: #aac109;
color: #fff;
text-shadow: none;
} .ui.olive.active.button, .ui.olive.button .active.button:active {
background-color: #aac109;
color: #fff;
text-shadow: none;
}  .ui.basic.olive.buttons .button, .ui.basic.olive.button {
-webkit-box-shadow: 0px 0px 0px 1px #b5cc18 inset !important;
box-shadow: 0px 0px 0px 1px #b5cc18 inset !important;
color: #b5cc18 !important;
} .ui.basic.olive.buttons .button:hover, .ui.basic.olive.button:hover {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #a7bd0d inset !important;
box-shadow: 0px 0px 0px 1px #a7bd0d inset !important;
color: #a7bd0d !important;
} .ui.basic.olive.buttons .button:focus, .ui.basic.olive.button:focus {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #a0b605 inset !important;
box-shadow: 0px 0px 0px 1px #a0b605 inset !important;
color: #a7bd0d !important;
} .ui.basic.olive.buttons .active.button, .ui.basic.olive.active.button {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #aac109 inset !important;
box-shadow: 0px 0px 0px 1px #aac109 inset !important;
color: #8d9e13 !important;
} .ui.basic.olive.buttons .button:active, .ui.basic.olive.button:active {
-webkit-box-shadow: 0px 0px 0px 1px #8d9e13 inset !important;
box-shadow: 0px 0px 0px 1px #8d9e13 inset !important;
color: #8d9e13 !important;
} .ui.buttons:not(.vertical) > .basic.olive.button:not(:first-child) {
margin-left: -1px;
}  .ui.inverted.olive.buttons .button, .ui.inverted.olive.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px #d9e778 inset !important;
box-shadow: 0px 0px 0px 2px #d9e778 inset !important;
color: #d9e778;
} .ui.inverted.olive.buttons .button:hover, .ui.inverted.olive.button:hover, .ui.inverted.olive.buttons .button:focus, .ui.inverted.olive.button:focus, .ui.inverted.olive.buttons .button.active, .ui.inverted.olive.button.active, .ui.inverted.olive.buttons .button:active, .ui.inverted.olive.button:active {
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: rgba(0, 0, 0, 0.6);
} .ui.inverted.olive.buttons .button:hover, .ui.inverted.olive.button:hover {
background-color: #d8ea5c;
} .ui.inverted.olive.buttons .button:focus, .ui.inverted.olive.button:focus {
background-color: #daef47;
} .ui.inverted.olive.buttons .active.button, .ui.inverted.olive.active.button {
background-color: #daed59;
} .ui.inverted.olive.buttons .button:active, .ui.inverted.olive.button:active {
background-color: #cddf4d;
} .ui.inverted.olive.basic.buttons .button, .ui.inverted.olive.buttons .basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
}  .ui.inverted.olive.basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
} .ui.inverted.olive.basic.buttons .button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #d8ea5c inset !important;
box-shadow: 0px 0px 0px 2px #d8ea5c inset !important;
color: #d9e778 !important;
} .ui.inverted.olive.buttons .basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #d8ea5c inset !important;
box-shadow: 0px 0px 0px 2px #d8ea5c inset !important;
color: #d9e778 !important;
}  .ui.inverted.olive.basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #d8ea5c inset !important;
box-shadow: 0px 0px 0px 2px #d8ea5c inset !important;
color: #d9e778 !important;
} .ui.inverted.olive.basic.buttons .button:focus, .ui.inverted.olive.basic.button:focus {
-webkit-box-shadow: 0px 0px 0px 2px #daef47 inset !important;
box-shadow: 0px 0px 0px 2px #daef47 inset !important;
color: #d9e778 !important;
} .ui.inverted.olive.basic.buttons .active.button {
-webkit-box-shadow: 0px 0px 0px 2px #daed59 inset !important;
box-shadow: 0px 0px 0px 2px #daed59 inset !important;
color: #d9e778 !important;
} .ui.inverted.olive.buttons .basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #daed59 inset !important;
box-shadow: 0px 0px 0px 2px #daed59 inset !important;
color: #d9e778 !important;
}  .ui.inverted.olive.basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #daed59 inset !important;
box-shadow: 0px 0px 0px 2px #daed59 inset !important;
color: #d9e778 !important;
} .ui.inverted.olive.basic.buttons .button:active {
-webkit-box-shadow: 0px 0px 0px 2px #cddf4d inset !important;
box-shadow: 0px 0px 0px 2px #cddf4d inset !important;
color: #d9e778 !important;
} .ui.inverted.olive.buttons .basic.button:active, .ui.inverted.olive.basic.button:active {
-webkit-box-shadow: 0px 0px 0px 2px #cddf4d inset !important;
box-shadow: 0px 0px 0px 2px #cddf4d inset !important;
color: #d9e778 !important;
}  .ui.yellow.buttons .button {
background-color: #fbbd08;
color: #fff;
text-shadow: none;
background-image: none;
} .ui.yellow.button {
background-color: #fbbd08;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.yellow.buttons .button:hover, .ui.yellow.button:hover {
background-color: #eaae00;
color: #fff;
text-shadow: none;
} .ui.yellow.buttons .button:focus, .ui.yellow.button:focus {
background-color: #daa300;
color: #fff;
text-shadow: none;
} .ui.yellow.buttons .button:active, .ui.yellow.button:active {
background-color: #cd9903;
color: #fff;
text-shadow: none;
} .ui.yellow.buttons .active.button {
background-color: #eaae00;
color: #fff;
text-shadow: none;
} .ui.yellow.buttons .active.button:active {
background-color: #eaae00;
color: #fff;
text-shadow: none;
} .ui.yellow.active.button, .ui.yellow.button .active.button:active {
background-color: #eaae00;
color: #fff;
text-shadow: none;
}  .ui.basic.yellow.buttons .button, .ui.basic.yellow.button {
-webkit-box-shadow: 0px 0px 0px 1px #fbbd08 inset !important;
box-shadow: 0px 0px 0px 1px #fbbd08 inset !important;
color: #fbbd08 !important;
} .ui.basic.yellow.buttons .button:hover, .ui.basic.yellow.button:hover {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #eaae00 inset !important;
box-shadow: 0px 0px 0px 1px #eaae00 inset !important;
color: #eaae00 !important;
} .ui.basic.yellow.buttons .button:focus, .ui.basic.yellow.button:focus {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #daa300 inset !important;
box-shadow: 0px 0px 0px 1px #daa300 inset !important;
color: #eaae00 !important;
} .ui.basic.yellow.buttons .active.button, .ui.basic.yellow.active.button {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #eaae00 inset !important;
box-shadow: 0px 0px 0px 1px #eaae00 inset !important;
color: #cd9903 !important;
} .ui.basic.yellow.buttons .button:active, .ui.basic.yellow.button:active {
-webkit-box-shadow: 0px 0px 0px 1px #cd9903 inset !important;
box-shadow: 0px 0px 0px 1px #cd9903 inset !important;
color: #cd9903 !important;
} .ui.buttons:not(.vertical) > .basic.yellow.button:not(:first-child) {
margin-left: -1px;
}  .ui.inverted.yellow.buttons .button, .ui.inverted.yellow.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px #ffe21f inset !important;
box-shadow: 0px 0px 0px 2px #ffe21f inset !important;
color: #ffe21f;
} .ui.inverted.yellow.buttons .button:hover, .ui.inverted.yellow.button:hover, .ui.inverted.yellow.buttons .button:focus, .ui.inverted.yellow.button:focus, .ui.inverted.yellow.buttons .button.active, .ui.inverted.yellow.button.active, .ui.inverted.yellow.buttons .button:active, .ui.inverted.yellow.button:active {
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: rgba(0, 0, 0, 0.6);
} .ui.inverted.yellow.buttons .button:hover, .ui.inverted.yellow.button:hover {
background-color: #ffdf05;
} .ui.inverted.yellow.buttons .button:focus, .ui.inverted.yellow.button:focus {
background-color: #f5d500;
} .ui.inverted.yellow.buttons .active.button, .ui.inverted.yellow.active.button {
background-color: #ffdf05;
} .ui.inverted.yellow.buttons .button:active, .ui.inverted.yellow.button:active {
background-color: #ebcd00;
} .ui.inverted.yellow.basic.buttons .button, .ui.inverted.yellow.buttons .basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
}  .ui.inverted.yellow.basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
} .ui.inverted.yellow.basic.buttons .button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
color: #ffe21f !important;
} .ui.inverted.yellow.buttons .basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
color: #ffe21f !important;
}  .ui.inverted.yellow.basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
color: #ffe21f !important;
} .ui.inverted.yellow.basic.buttons .button:focus, .ui.inverted.yellow.basic.button:focus {
-webkit-box-shadow: 0px 0px 0px 2px #f5d500 inset !important;
box-shadow: 0px 0px 0px 2px #f5d500 inset !important;
color: #ffe21f !important;
} .ui.inverted.yellow.basic.buttons .active.button {
-webkit-box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
color: #ffe21f !important;
} .ui.inverted.yellow.buttons .basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
color: #ffe21f !important;
}  .ui.inverted.yellow.basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
color: #ffe21f !important;
} .ui.inverted.yellow.basic.buttons .button:active {
-webkit-box-shadow: 0px 0px 0px 2px #ebcd00 inset !important;
box-shadow: 0px 0px 0px 2px #ebcd00 inset !important;
color: #ffe21f !important;
} .ui.inverted.yellow.buttons .basic.button:active, .ui.inverted.yellow.basic.button:active {
-webkit-box-shadow: 0px 0px 0px 2px #ebcd00 inset !important;
box-shadow: 0px 0px 0px 2px #ebcd00 inset !important;
color: #ffe21f !important;
}  .ui.primary.buttons .button {
background-color: #2185d0;
color: #fff;
text-shadow: none;
background-image: none;
} .ui.primary.button {
background-color: #2185d0;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.primary.buttons .button:hover, .ui.primary.button:hover {
background-color: #1678c2;
color: #fff;
text-shadow: none;
} .ui.primary.buttons .button:focus, .ui.primary.button:focus {
background-color: #0d71bb;
color: #fff;
text-shadow: none;
} .ui.primary.buttons .button:active, .ui.primary.button:active {
background-color: #1a69a4;
color: #fff;
text-shadow: none;
} .ui.primary.buttons .active.button {
background-color: #1279c6;
color: #fff;
text-shadow: none;
} .ui.primary.buttons .active.button:active {
background-color: #1279c6;
color: #fff;
text-shadow: none;
} .ui.primary.active.button, .ui.primary.button .active.button:active {
background-color: #1279c6;
color: #fff;
text-shadow: none;
}  .ui.basic.primary.buttons .button, .ui.basic.primary.button {
-webkit-box-shadow: 0px 0px 0px 1px #2185d0 inset !important;
box-shadow: 0px 0px 0px 1px #2185d0 inset !important;
color: #2185d0 !important;
} .ui.basic.primary.buttons .button:hover, .ui.basic.primary.button:hover {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #1678c2 inset !important;
box-shadow: 0px 0px 0px 1px #1678c2 inset !important;
color: #1678c2 !important;
} .ui.basic.primary.buttons .button:focus, .ui.basic.primary.button:focus {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #0d71bb inset !important;
box-shadow: 0px 0px 0px 1px #0d71bb inset !important;
color: #1678c2 !important;
} .ui.basic.primary.buttons .active.button, .ui.basic.primary.active.button {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #1279c6 inset !important;
box-shadow: 0px 0px 0px 1px #1279c6 inset !important;
color: #1a69a4 !important;
} .ui.basic.primary.buttons .button:active, .ui.basic.primary.button:active {
-webkit-box-shadow: 0px 0px 0px 1px #1a69a4 inset !important;
box-shadow: 0px 0px 0px 1px #1a69a4 inset !important;
color: #1a69a4 !important;
} .ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) {
margin-left: -1px;
}  .ui.inverted.primary.buttons .button, .ui.inverted.primary.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px #54c8ff inset !important;
box-shadow: 0px 0px 0px 2px #54c8ff inset !important;
color: #54c8ff;
} .ui.inverted.primary.buttons .button:hover, .ui.inverted.primary.button:hover, .ui.inverted.primary.buttons .button:focus, .ui.inverted.primary.button:focus, .ui.inverted.primary.buttons .button.active, .ui.inverted.primary.button.active, .ui.inverted.primary.buttons .button:active, .ui.inverted.primary.button:active {
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #fff;
} .ui.inverted.primary.buttons .button:hover, .ui.inverted.primary.button:hover {
background-color: #3ac0ff;
} .ui.inverted.primary.buttons .button:focus, .ui.inverted.primary.button:focus {
background-color: #2bbbff;
} .ui.inverted.primary.buttons .active.button, .ui.inverted.primary.active.button {
background-color: #3ac0ff;
} .ui.inverted.primary.buttons .button:active, .ui.inverted.primary.button:active {
background-color: #21b8ff;
} .ui.inverted.primary.basic.buttons .button, .ui.inverted.primary.buttons .basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
}  .ui.inverted.primary.basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
} .ui.inverted.primary.basic.buttons .button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
color: #54c8ff !important;
} .ui.inverted.primary.buttons .basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
color: #54c8ff !important;
}  .ui.inverted.primary.basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
color: #54c8ff !important;
} .ui.inverted.primary.basic.buttons .button:focus, .ui.inverted.primary.basic.button:focus {
-webkit-box-shadow: 0px 0px 0px 2px #2bbbff inset !important;
box-shadow: 0px 0px 0px 2px #2bbbff inset !important;
color: #54c8ff !important;
} .ui.inverted.primary.basic.buttons .active.button {
-webkit-box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
color: #54c8ff !important;
} .ui.inverted.primary.buttons .basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
color: #54c8ff !important;
}  .ui.inverted.primary.basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
color: #54c8ff !important;
} .ui.inverted.primary.basic.buttons .button:active {
-webkit-box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
color: #54c8ff !important;
} .ui.inverted.primary.buttons .basic.button:active, .ui.inverted.primary.basic.button:active {
-webkit-box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
color: #54c8ff !important;
}  .ui.secondary.buttons .button {
background-color: #1b1c1d;
color: #fff;
text-shadow: none;
background-image: none;
} .ui.secondary.button {
background-color: #1b1c1d;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.secondary.buttons .button:hover, .ui.secondary.button:hover {
background-color: #27292a;
color: #fff;
text-shadow: none;
} .ui.secondary.buttons .button:focus, .ui.secondary.button:focus {
background-color: #2e3032;
color: #fff;
text-shadow: none;
} .ui.secondary.buttons .button:active, .ui.secondary.button:active {
background-color: #343637;
color: #fff;
text-shadow: none;
} .ui.secondary.buttons .active.button {
background-color: #27292a;
color: #fff;
text-shadow: none;
} .ui.secondary.buttons .active.button:active {
background-color: #27292a;
color: #fff;
text-shadow: none;
} .ui.secondary.active.button, .ui.secondary.button .active.button:active {
background-color: #27292a;
color: #fff;
text-shadow: none;
}  .ui.basic.secondary.buttons .button, .ui.basic.secondary.button {
-webkit-box-shadow: 0px 0px 0px 1px #1b1c1d inset !important;
box-shadow: 0px 0px 0px 1px #1b1c1d inset !important;
color: #1b1c1d !important;
} .ui.basic.secondary.buttons .button:hover, .ui.basic.secondary.button:hover {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #27292a inset !important;
box-shadow: 0px 0px 0px 1px #27292a inset !important;
color: #27292a !important;
} .ui.basic.secondary.buttons .button:focus, .ui.basic.secondary.button:focus {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #2e3032 inset !important;
box-shadow: 0px 0px 0px 1px #2e3032 inset !important;
color: #27292a !important;
} .ui.basic.secondary.buttons .active.button, .ui.basic.secondary.active.button {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #27292a inset !important;
box-shadow: 0px 0px 0px 1px #27292a inset !important;
color: #343637 !important;
} .ui.basic.secondary.buttons .button:active, .ui.basic.secondary.button:active {
-webkit-box-shadow: 0px 0px 0px 1px #343637 inset !important;
box-shadow: 0px 0px 0px 1px #343637 inset !important;
color: #343637 !important;
} .ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) {
margin-left: -1px;
}  .ui.inverted.secondary.buttons .button, .ui.inverted.secondary.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px #545454 inset !important;
box-shadow: 0px 0px 0px 2px #545454 inset !important;
color: #545454;
} .ui.inverted.secondary.buttons .button:hover, .ui.inverted.secondary.button:hover, .ui.inverted.secondary.buttons .button:focus, .ui.inverted.secondary.button:focus, .ui.inverted.secondary.buttons .button.active, .ui.inverted.secondary.button.active, .ui.inverted.secondary.buttons .button:active, .ui.inverted.secondary.button:active {
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #fff;
} .ui.inverted.secondary.buttons .button:hover, .ui.inverted.secondary.button:hover {
background-color: #616161;
} .ui.inverted.secondary.buttons .button:focus, .ui.inverted.secondary.button:focus {
background-color: #686868;
} .ui.inverted.secondary.buttons .active.button, .ui.inverted.secondary.active.button {
background-color: #616161;
} .ui.inverted.secondary.buttons .button:active, .ui.inverted.secondary.button:active {
background-color: #6e6e6e;
} .ui.inverted.secondary.basic.buttons .button, .ui.inverted.secondary.buttons .basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
}  .ui.inverted.secondary.basic.button {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
color: #fff !important;
} .ui.inverted.secondary.basic.buttons .button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #616161 inset !important;
box-shadow: 0px 0px 0px 2px #616161 inset !important;
color: #545454 !important;
} .ui.inverted.secondary.buttons .basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #616161 inset !important;
box-shadow: 0px 0px 0px 2px #616161 inset !important;
color: #545454 !important;
}  .ui.inverted.secondary.basic.button:hover {
-webkit-box-shadow: 0px 0px 0px 2px #616161 inset !important;
box-shadow: 0px 0px 0px 2px #616161 inset !important;
color: #545454 !important;
} .ui.inverted.secondary.basic.buttons .button:focus, .ui.inverted.secondary.basic.button:focus {
-webkit-box-shadow: 0px 0px 0px 2px #686868 inset !important;
box-shadow: 0px 0px 0px 2px #686868 inset !important;
color: #545454 !important;
} .ui.inverted.secondary.basic.buttons .active.button {
-webkit-box-shadow: 0px 0px 0px 2px #616161 inset !important;
box-shadow: 0px 0px 0px 2px #616161 inset !important;
color: #545454 !important;
} .ui.inverted.secondary.buttons .basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #616161 inset !important;
box-shadow: 0px 0px 0px 2px #616161 inset !important;
color: #545454 !important;
}  .ui.inverted.secondary.basic.active.button {
-webkit-box-shadow: 0px 0px 0px 2px #616161 inset !important;
box-shadow: 0px 0px 0px 2px #616161 inset !important;
color: #545454 !important;
} .ui.inverted.secondary.basic.buttons .button:active {
-webkit-box-shadow: 0px 0px 0px 2px #6e6e6e inset !important;
box-shadow: 0px 0px 0px 2px #6e6e6e inset !important;
color: #545454 !important;
} .ui.inverted.secondary.buttons .basic.button:active, .ui.inverted.secondary.basic.button:active {
-webkit-box-shadow: 0px 0px 0px 2px #6e6e6e inset !important;
box-shadow: 0px 0px 0px 2px #6e6e6e inset !important;
color: #545454 !important;
}  .ui.positive.buttons .button {
background-color: #21ba45;
color: #fff;
text-shadow: none;
background-image: none;
} .ui.positive.button {
background-color: #21ba45;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.positive.buttons .button:hover, .ui.positive.button:hover {
background-color: #16ab39;
color: #fff;
text-shadow: none;
} .ui.positive.buttons .button:focus, .ui.positive.button:focus {
background-color: #0ea432;
color: #fff;
text-shadow: none;
} .ui.positive.buttons .button:active, .ui.positive.button:active {
background-color: #198f35;
color: #fff;
text-shadow: none;
} .ui.positive.buttons .active.button {
background-color: #13ae38;
color: #fff;
text-shadow: none;
} .ui.positive.buttons .active.button:active {
background-color: #13ae38;
color: #fff;
text-shadow: none;
} .ui.positive.active.button, .ui.positive.button .active.button:active {
background-color: #13ae38;
color: #fff;
text-shadow: none;
}  .ui.basic.positive.buttons .button, .ui.basic.positive.button {
-webkit-box-shadow: 0px 0px 0px 1px #21ba45 inset !important;
box-shadow: 0px 0px 0px 1px #21ba45 inset !important;
color: #21ba45 !important;
} .ui.basic.positive.buttons .button:hover, .ui.basic.positive.button:hover {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #16ab39 inset !important;
box-shadow: 0px 0px 0px 1px #16ab39 inset !important;
color: #16ab39 !important;
} .ui.basic.positive.buttons .button:focus, .ui.basic.positive.button:focus {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #0ea432 inset !important;
box-shadow: 0px 0px 0px 1px #0ea432 inset !important;
color: #16ab39 !important;
} .ui.basic.positive.buttons .active.button, .ui.basic.positive.active.button {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #13ae38 inset !important;
box-shadow: 0px 0px 0px 1px #13ae38 inset !important;
color: #198f35 !important;
} .ui.basic.positive.buttons .button:active, .ui.basic.positive.button:active {
-webkit-box-shadow: 0px 0px 0px 1px #198f35 inset !important;
box-shadow: 0px 0px 0px 1px #198f35 inset !important;
color: #198f35 !important;
} .ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) {
margin-left: -1px;
}  .ui.negative.buttons .button {
background-color: #db2828;
color: #fff;
text-shadow: none;
background-image: none;
} .ui.negative.button {
background-color: #db2828;
color: #fff;
text-shadow: none;
background-image: none;
-webkit-box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
} .ui.negative.buttons .button:hover, .ui.negative.button:hover {
background-color: #d01919;
color: #fff;
text-shadow: none;
} .ui.negative.buttons .button:focus, .ui.negative.button:focus {
background-color: #ca1010;
color: #fff;
text-shadow: none;
} .ui.negative.buttons .button:active, .ui.negative.button:active {
background-color: #b21e1e;
color: #fff;
text-shadow: none;
} .ui.negative.buttons .active.button {
background-color: #d41515;
color: #fff;
text-shadow: none;
} .ui.negative.buttons .active.button:active {
background-color: #d41515;
color: #fff;
text-shadow: none;
} .ui.negative.active.button, .ui.negative.button .active.button:active {
background-color: #d41515;
color: #fff;
text-shadow: none;
}  .ui.basic.negative.buttons .button, .ui.basic.negative.button {
-webkit-box-shadow: 0px 0px 0px 1px #db2828 inset !important;
box-shadow: 0px 0px 0px 1px #db2828 inset !important;
color: #db2828 !important;
} .ui.basic.negative.buttons .button:hover, .ui.basic.negative.button:hover {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #d01919 inset !important;
box-shadow: 0px 0px 0px 1px #d01919 inset !important;
color: #d01919 !important;
} .ui.basic.negative.buttons .button:focus, .ui.basic.negative.button:focus {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #ca1010 inset !important;
box-shadow: 0px 0px 0px 1px #ca1010 inset !important;
color: #d01919 !important;
} .ui.basic.negative.buttons .active.button, .ui.basic.negative.active.button {
background: transparent !important;
-webkit-box-shadow: 0px 0px 0px 1px #d41515 inset !important;
box-shadow: 0px 0px 0px 1px #d41515 inset !important;
color: #b21e1e !important;
} .ui.basic.negative.buttons .button:active, .ui.basic.negative.button:active {
-webkit-box-shadow: 0px 0px 0px 1px #b21e1e inset !important;
box-shadow: 0px 0px 0px 1px #b21e1e inset !important;
color: #b21e1e !important;
} .ui.buttons {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
font-size: 0em;
vertical-align: baseline;
margin: 0em 0.25em 0em 0em;
} .ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) {
margin-left: -1px;
} .ui.buttons:not(.basic):not(.inverted) {
-webkit-box-shadow: none;
box-shadow: none;
} .ui.buttons:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
} .ui.buttons .button {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
margin: 0em;
border-radius: 0em;
margin: 0px 0px 0px 0px;
} .ui.buttons > .ui.button:not(.basic):not(.inverted), .ui.buttons:not(.basic):not(.inverted) > .button {
-webkit-box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}  .ui.buttons .button:first-child {
border-left: none;
margin-left: 0em;
border-top-left-radius: 0.28571429rem;
border-bottom-left-radius: 0.28571429rem;
} .ui.buttons .button:last-child {
border-top-right-radius: 0.28571429rem;
border-bottom-right-radius: 0.28571429rem;
} .ui.vertical.buttons {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
} .ui.vertical.buttons .button {
display: block;
float: none;
width: 100%;
margin: 0px 0px 0px 0px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0em;
} .ui.vertical.buttons .button:first-child {
border-top-left-radius: 0.28571429rem;
border-top-right-radius: 0.28571429rem;
} .ui.vertical.buttons .button:last-child {
margin-bottom: 0px;
border-bottom-left-radius: 0.28571429rem;
border-bottom-right-radius: 0.28571429rem;
} .ui.vertical.buttons .button:only-child {
border-radius: 0.28571429rem;
}
@-webkit-keyframes button-spin { from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
} to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes button-spin { from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
} to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .gp_cta4 {
position: relative;
}
@media only all and (min-width: 48rem) {  .gp_cta4 .gp_content {
display: -webkit-box;
display: -moz-box;
display: box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
box-align: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
-ms-flex-align: center;
} .gp_cta4 .gp_content_right {
margin-left: auto;
padding-left: 2rem;
white-space: nowrap;
}
}
@media only all and (max-width: 47.99rem) { .gp_cta4 {
text-align: center;
} .gp_cta4 .gp_content_right {
margin-top: 1rem;
}
} .gp_cta4 .gp_content {
position: relative;
} .gp_cta4 .gp_mask {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}  .gp_accordion1 .gp_heading {
margin-bottom: 50px;
} .gp_accordion1 .gp_accordion_question {
cursor: pointer;
display: block;
margin: 6px 0 0;
font-size: 16px;
padding: 12px 35px 12px 25px;
position: relative;
}  .gp_accordion1 .gp_accordion_question.gp_dir_arrow:not(.gp_active) .gp_accordion_dir:before {
content: "\f107";
} .gp_accordion1 .gp_accordion_question.gp_dir_arrow.gp_active .gp_accordion_dir:before {
content: "\f106";
}  .gp_accordion1 .gp_accordion_question.gp_dir_plus:not(.gp_active) .gp_accordion_dir:before {
content: "\2b";
} .gp_accordion1 .gp_accordion_question.gp_dir_plus.gp_active .gp_accordion_dir:before {
content: "\2212";
} .gp_accordion1 .gp_accordion_question .gp_accordion_dir {
font-family: 'FontAwesome';
font-size: 18px;
float: right;
margin-right: -15px;
} .gp_accordion1 .gp_icon {
margin-right: 11px;
} .gp_accordion1 .gp_accordion_answer {
display: none;
padding: 25px 25px 30px 25px;
} .gp_accordion1 .gp_accordion_answer.gp_active {
display: block;
} .gp_accordion1 .gp_accordion_answer .gp_accordion_link {
margin-top: 15px;
} .headroom {
transition: transform 0.25s ease-in-out;
-webkit-transition: -webkit-transform 0.25s ease-in-out;
will-change: transform;
} .headroom--pinned {
transform: translateY(0);
-webkit-transform: translateY(0);
} .headroom--unpinned {
transform: translateY(-100%);
-webkit-transform: translateY(-100%);
opacity: 0;
} .headroom.headroom--not-top.headroom--not-bottom.headroom--pinned {
position: fixed !important;
top: 0 !important;
right: 0 !important;
left: 0 !important;
z-index: 1001 !important;
}  .gp_iconblock1 .gp_heading {
margin-bottom: 60px;
} .gp_iconblock1 > .g-grid {
margin: 0 -15px;
} .gp_iconblock1 .gp_content {
padding: 15px;
} .gp_iconblock1 .gp_content > h4 {
margin-bottom: 20px;
font-weight: 700;
} .gp_iconblock1 .gp_icon {
font-size: 5rem;
} .gp_iconblock1 .gp_buttons {
text-align: center;
margin-top: 40px;
} .gp_partners {
text-align: center;
} .gp_partners h3 {
margin: 0 0 30px;
font-size: 28px;
line-height: 1.2;
font-weight: 900;
}  .gp_partners.gp_title_left .g-grid {
-webkit-box-align: center;
-moz-box-align: center;
box-align: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
-ms-flex-align: center;
} .gp_partners.gp_title_left h3 {
margin: 0;
}  .gp_partners.gp_title_top img {
margin: 0 50px 0;
} .wp-block-buttons {
display: block;
} .toplogopad {
padding-top: 1em;
} .tophyper a {
color: #27a5ad;
} .tophyper a:hover {
color: #424753;
} .topmiddle {
padding-top: 1rem;
} .donatetext1 {
font-size: 0.8rem;
} .donatetext2 {
font-size: 0.7rem;
} .donatetext3 {
font-size: 0.6rem;
} .g-home-particles.g-helium-style .fp-features .g-block .card .card-block .card-title {
line-height: 2.5rem;
} .donateform1 {
padding-top: 2rem;
} .jl-flex-last {
padding-top: 1rem;
} .ctatexth1 {
font-family: Helvetica;
font-weight: 900;
} .ctatexth2 {
font-family: Helvetica;
font-weight: 700;
font-size: 1.5rem;
} .ctatexth3 {
font-family: Helvetica;
font-weight: 500;
font-size: 1.2rem;
} .ctatexth4 {
font-family: Helvetica;
font-weight: 400;
font-size: 1rem;
} .text9 {
background-color: #27a5ad;
font-family: "Days One";
font-size: 1.3rem;
text-align: center;
line-height: 1;
padding: 0.8rem;
} .text11 {
background-color: #27a5ad;
font-family: "Montserrat";
font-size: 1.3rem;
text-align: center;
line-height: 1;
padding: 0.8rem;
} .text10 {
text-decoration: underline;
} #g-features {
padding: 1rem 0;
} .cd-headline {
line-height: 1;
padding-top: 0.6rem;
} .ui.yellow.button {
background-color: #f8cc53;
} .ui.red.button {
background-color: #44ff8f;
color: #000;
} .ui.red.button:hover {
background-color: #7901eb;
} .buttonmain234 {
background-color: #2f4a9a;
border: none;
color: #fff;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 2rem;
align: middle;
filter: drop-shadow(1px 1px 1px #766f82);
} .buttonmain234:hover {
background-color: #27a5ad;
color: white;
} .headland1 {
color: #fc014d;
text-decoration: underline;
text-transform: uppercase;
margin-left: 50px;
margin-right: 50px;
font-weight: 900;
} .paraland1 {
color: #191919;
margin-left: 50px;
margin-right: 50px;
} .centreland1 {
margin: auto;
width: 80%;
padding: 10px;
text-align: center;
} .centreland2 {
margin: auto;
width: 200px;
padding: 10px;
text-align: center;
} .ui.blue.button {
background-color: #2f4a9a;
} .buttonmain345 {
background-color: #6300ce;
border: none;
color: #fff;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 1rem;
align: middle;
filter: drop-shadow(1px 1px 1px #766f82);
} .buttonmain345:hover {
background-color: #00c1c4;
color: white;
} .buttonmain456 {
background-color: #00c1c4;
border: none;
color: #fff;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
align: middle;
border-radius: 1rem;
} .buttonmain456:hover {
background-color: #6300ce;
color: white;
} .buttonmain678 {
background-color: #fc014d;
border: none;
color: #fff;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 24px;
align: middle;
border-radius: 3rem;
} .buttonmain678:hover {
background-color: #6300ce;
color: white;
}.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
 .tmm .tmm_wrap {width:100%; margin-bottom:30px; text-align:center;}
.tmm .clearer {clear:both;}
.tmm .tmm_container {display:inline;}
.tmm .tmm_container:last-child {display:block; text-align:center !important;}
.tmm .tmm_container:last-child .tmm_member {float:none !important;}
.tmm .tmm_columns_containers_desktop {display:block; clear:both;}
.tmm .tmm_member {
vertical-align:top;
display:inline-block;
margin-top:25px;
margin-bottom:25px;
height:auto;
float: left;
position:relative;
text-align:center;
-webkit-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.04);
-moz-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.04);
box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.04);
border-top:5px solid lightgrey;
border-left: solid 1px #eee;
border-right: solid 1px #eee;
border-bottom:5px solid whitesmoke;
background:white;
box-sizing:border-box;}
.tmm .tmm_1_columns .tmm_member { 
width: 96%; 
margin-right:2%; margin-left:2%;
margin-top:140px; margin-bottom:25px;}
.tmm .tmm_2_columns .tmm_member {
width: 42%;
margin-right:4%; margin-left:4%;
margin-top:120px; margin-bottom:25px;}
.tmm .tmm_3_columns .tmm_member {
width: 29%;
margin-right:2.16%; margin-left:2.16%;
margin-top:100px; margin-bottom:25px;}
.tmm .tmm_4_columns .tmm_member {
width: 23%;
margin-right:1%; margin-left:1%;
margin-top:80px; margin-bottom:20px;}
.tmm .tmm_5_columns .tmm_member {
width: 18%; 
margin-right:1%; margin-left:1%;
margin-top:50px; margin-bottom:35px;}
.tmm .tmm_three_entries {clear:both;}
.tmm .tmm_member .tmm_photo {
margin-left: auto;
margin-right: auto;
background-size: cover !important;
background-position: center center !important;
width: 60%;
padding-bottom: 60%;
border:none;
-webkit-box-shadow: 2px 0px 1px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 2px 0px 1px 0px rgba(0,0,0,0.05);
box-shadow: 2px 0px 1px 0px rgba(0,0,0,0.05);
border-radius: 34% !important;
margin-top:-30%;
border:6px solid #eeeeee; }
.tmm_1_columns .tmm_member .tmm_photo { 
width:35%; padding-bottom:35%; margin-top: -18%; }
.tmm_2_columns .tmm_member .tmm_photo { 
width:50%; padding-bottom:50%; margin-top: -25%; }
.tmm .tmm_member .tmm_textblock .tmm_scblock {padding-top:10px;}
.tmm .tmm_member .tmm_textblock {padding:10px 12px;}
.tmm .tmm_member .tmm_textblock .tmm_sociallink {clear:both; margin-bottom:20px; border:none; box-shadow:0 0 0;}
.tmm .tmm_member .tmm_textblock .tmm_sociallink img {
display:inline-block;
border:none; width:24px;
height:24px;
box-shadow: 0 0 0 0;
margin:10px 4px;}
.tmm .tmm_5_columns .tmm_member .tmm_textblock .tmm_sociallink img {width:19px; height:19px; margin:6px 2px;}
.tmm .tmm_4_columns .tmm_member .tmm_textblock .tmm_sociallink img {width:21px; height:21px; margin:6px 3px;}
.tmm .tmm_member .tmm_textblock .tmm_sociallink img:hover {opacity:0.8;}
.tmm .tmm_fname {display:inline;}
.tmm .tmm_lname {display:inline;} .tmm .tmm_names span,
.tmm .tmm_names span.tmm_fname,
.tmm .tmm_names span.tmm_lname,
.tmm .tmm_names {
color: #222222;
}
.tmm .tmm_desc,
.tmm .tmm_desc span,
.tmm .tmm_desc p {
color: #555555;
word-break: break-word;
}
.tmm .tmm_job,
.tmm .tmm_job p {
color: #888888;
} .tmm .tmm_plugin_f .tmm_names {
font-size:20px; 
font-weight:400; 
line-height:24px;
margin-bottom:8px; 
margin-top:10px; }
.tmm .tmm_plugin_f .tmm_job {
font-size:16px; 
font-weight:400;}
.tmm .tmm_plugin_f .tmm_desc {
padding:0px; 
margin-top:19px; 
margin-bottom:10px; 
font-weight:400;
font-size:14px; 
line-height:23px;}
.tmm .tmm_theme_f .tmm_names {
font-size: 1.1em;
font-weight:400; 
margin-bottom:8px; 
margin-top:10px; }
.tmm .tmm_theme_f .tmm_job {
font-size: 1em;
font-weight:400;}
.tmm .tmm_theme_f .tmm_desc {
font-size:0.9em;
line-height:165%;
padding:0px; 
font-weight:400;
margin-top:19px; 
margin-bottom:10px; } @media only screen and (max-width: 64.063em) {
.tmm .tmm_columns_containers_desktop {display:none; clear:none;}
.tmm_two_containers_tablet {display:block; clear:both;}
.tmm .tmm_member,
.tmm .tmm_2_columns .tmm_member,
.tmm .tmm_3_columns .tmm_member,
.tmm .tmm_4_columns .tmm_member,
.tmm .tmm_5_columns .tmm_member {
width: 40%; 
margin-left:5%; margin-right:5%;
margin-top:80px; margin-bottom:25px;}
.tmm .tmm_1_columns .tmm_member {
margin-top:100px; margin-bottom:15px;}
.tmm .tmm_member .tmm_photo,
.tmm .tmm_2_columns .tmm_member .tmm_photo,
.tmm .tmm_3_columns .tmm_member .tmm_photo,
.tmm .tmm_4_columns .tmm_member .tmm_photo,
.tmm .tmm_5_columns .tmm_member .tmm_photo {
width:50%; padding-bottom:50%; margin-top: -25%; }
} @media only screen and (max-width: 40em) {
.tmm .tmm_columns_containers_desktop {display:none; clear:none;}
.tmm .tmm_member,
.tmm .tmm_1_columns .tmm_member,
.tmm .tmm_2_columns .tmm_member,
.tmm .tmm_3_columns .tmm_member,
.tmm .tmm_4_columns .tmm_member,
.tmm .tmm_5_columns .tmm_member {
width: 96%;
margin:0 2%;
margin-top:110px;
margin-bottom:25px;}
.tmm .tmm_member .tmm_photo,
.tmm .tmm_1_columns .tmm_member .tmm_photo,
.tmm .tmm_2_columns .tmm_member .tmm_photo,
.tmm .tmm_3_columns .tmm_member .tmm_photo,
.tmm .tmm_4_columns .tmm_member .tmm_photo,
.tmm .tmm_5_columns .tmm_member .tmm_photo { 
width:45%; padding-bottom:45%; margin-top: -24%; }
.tmm .tmm_plugin_f .tmm_desc {
padding: 0 10px;
font-size:16px; 
line-height:27px;}
}
.tmm_plugin_f,
.tmm_plugin_f .tmm_names span,
.tmm_plugin_f .tmm_job,
.tmm_plugin_f .tmm_desc,
.tmm_plugin_f .tmm_desc a,
.tmm_plugin_f .tmm_desc span,
.tmm_plugin_f .tmm_desc p,
.tmm_plugin_f .tmm_desc h1,
.tmm_plugin_f .tmm_desc h2,
.tmm_plugin_f .tmm_desc h3,
.tmm_plugin_f .tmm_desc h4,
.tmm_plugin_f .tmm_desc h5,
.tmm_plugin_f .tmm_desc h6,
.tmm_plugin_f .tmm_desc ul li,
.tmm_plugin_f .tmm_desc ol li {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}@font-face{font-family:dashicons;src:url(//childrenslawcentre.org.uk/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//childrenslawcentre.org.uk/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//childrenslawcentre.org.uk/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}.mce-tinymce{box-shadow:none}.mce-container,.mce-container *,.mce-widget,.mce-widget *{color:inherit;font-family:inherit}.mce-container .mce-monospace,.mce-widget .mce-monospace{font-family:Consolas,Monaco,monospace;font-size:13px;line-height:150%}#mce-modal-block,#mce-modal-block.mce-fade{opacity:.7;transition:none;background:#000}.mce-window{border-radius:0;box-shadow:0 3px 6px rgba(0,0,0,.3);-webkit-font-smoothing:subpixel-antialiased;transition:none}.mce-window .mce-container-body.mce-abs-layout{overflow:visible}.mce-window .mce-window-head{background:#fff;border-bottom:1px solid #dcdcde;padding:0;min-height:36px}.mce-window .mce-window-head .mce-title{color:#3c434a;font-size:18px;font-weight:600;line-height:36px;margin:0;padding:0 36px 0 16px}.mce-window .mce-window-head .mce-close,.mce-window-head .mce-close .mce-i-remove{color:transparent;top:0;right:0;width:36px;height:36px;padding:0;line-height:36px;text-align:center}.mce-window-head .mce-close .mce-i-remove:before{font:normal 20px/36px dashicons;text-align:center;color:#646970;width:36px;height:36px;display:block}.mce-window-head .mce-close:focus .mce-i-remove:before,.mce-window-head .mce-close:hover .mce-i-remove:before{color:#135e96}.mce-window-head .mce-close:focus .mce-i-remove,div.mce-tab:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus,1.5px) var(--wp-admin-theme-color,#3858e9);outline:2px solid transparent}.mce-window .mce-window-head .mce-dragh{width:calc(100% - 36px)}.mce-window .mce-foot{border-top:1px solid #dcdcde}#wp-link .query-results,.mce-checkbox i.mce-i-checkbox,.mce-textbox{border:1px solid #dcdcde;border-radius:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);transition:.05s all ease-in-out}#wp-link .query-results:focus,.mce-checkbox:focus i.mce-i-checkbox,.mce-textbox.mce-focus,.mce-textbox:focus{border-color:var(--wp-admin-theme-color-darker-10,#2145e6);box-shadow:0 0 0 var(--wp-admin-border-width-focus,1.5px) var(--wp-admin-theme-color,#3858e9);outline:2px solid transparent}.mce-window .mce-wp-help{height:360px;width:460px;overflow:auto}.mce-window .mce-wp-help *{box-sizing:border-box}.mce-window .mce-wp-help>.mce-container-body{width:auto!important}.mce-window .wp-editor-help{padding:10px 10px 0 20px}.mce-window .wp-editor-help h2,.mce-window .wp-editor-help p{margin:8px 0;white-space:normal;font-size:14px;font-weight:400}.mce-window .wp-editor-help table{width:100%;margin-bottom:20px}.mce-window .wp-editor-help table.wp-help-single{margin:0 8px 20px}.mce-window .wp-editor-help table.fixed{table-layout:fixed}.mce-window .wp-editor-help table.fixed td:nth-child(odd),.mce-window .wp-editor-help table.fixed th:nth-child(odd){width:12%}.mce-window .wp-editor-help table.fixed td:nth-child(2n),.mce-window .wp-editor-help table.fixed th:nth-child(2n){width:38%}.mce-window .wp-editor-help table.fixed th:nth-child(odd){padding:5px 0 0}.mce-window .wp-editor-help td,.mce-window .wp-editor-help th{font-size:13px;padding:5px;vertical-align:middle;word-wrap:break-word;white-space:normal}.mce-window .wp-editor-help th{font-weight:600;padding-bottom:0}.mce-window .wp-editor-help kbd{font-family:monospace;padding:2px 7px 3px;font-weight:600;margin:0;background:#f0f0f1;background:rgba(0,0,0,.08)}.mce-window .wp-help-th-center td:nth-child(odd),.mce-window .wp-help-th-center th:nth-child(odd){text-align:center}.mce-floatpanel.mce-popover,.mce-menu{border-color:rgba(0,0,0,.15);border-radius:0;box-shadow:0 3px 5px rgba(0,0,0,.2)}.mce-floatpanel.mce-popover.mce-bottom,.mce-menu{margin-top:2px}.mce-floatpanel .mce-arrow{display:none}.mce-menu .mce-container-body{min-width:160px}.mce-menu-item{border:none;margin-bottom:2px;padding:6px 15px 6px 12px}.mce-menu-has-icons i.mce-ico{line-height:20px}div.mce-panel{border:0;background:#fff}.mce-panel.mce-menu{border:1px solid #dcdcde}div.mce-tab{line-height:13px}div.mce-toolbar-grp{border-bottom:1px solid #dcdcde;background:#f6f7f7;padding:0;position:relative}div.mce-inline-toolbar-grp{border:1px solid #a7aaad;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.15);box-sizing:border-box;margin-bottom:8px;position:absolute;-webkit-user-select:none;user-select:none;max-width:98%;z-index:100100}div.mce-inline-toolbar-grp>div.mce-stack-layout{padding:1px}div.mce-inline-toolbar-grp.mce-arrow-up{margin-bottom:0;margin-top:8px}div.mce-inline-toolbar-grp:after,div.mce-inline-toolbar-grp:before{position:absolute;left:50%;display:block;width:0;height:0;border-style:solid;border-color:transparent;content:""}div.mce-inline-toolbar-grp.mce-arrow-up:before{top:-9px;border-bottom-color:#a7aaad;border-width:0 9px 9px;margin-left:-9px}div.mce-inline-toolbar-grp.mce-arrow-down:before{bottom:-9px;border-top-color:#a7aaad;border-width:9px 9px 0;margin-left:-9px}div.mce-inline-toolbar-grp.mce-arrow-up:after{top:-8px;border-bottom-color:#f6f7f7;border-width:0 8px 8px;margin-left:-8px}div.mce-inline-toolbar-grp.mce-arrow-down:after{bottom:-8px;border-top-color:#f6f7f7;border-width:8px 8px 0;margin-left:-8px}div.mce-inline-toolbar-grp.mce-arrow-left:after,div.mce-inline-toolbar-grp.mce-arrow-left:before{margin:0}div.mce-inline-toolbar-grp.mce-arrow-left:before{left:20px}div.mce-inline-toolbar-grp.mce-arrow-left:after{left:21px}div.mce-inline-toolbar-grp.mce-arrow-right:after,div.mce-inline-toolbar-grp.mce-arrow-right:before{left:auto;margin:0}div.mce-inline-toolbar-grp.mce-arrow-right:before{right:20px}div.mce-inline-toolbar-grp.mce-arrow-right:after{right:21px}div.mce-inline-toolbar-grp.mce-arrow-full{right:0}div.mce-inline-toolbar-grp.mce-arrow-full>div{width:100%;overflow-x:auto}div.mce-toolbar-grp>div{padding:3px}.has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first{padding-right:32px}.mce-toolbar .mce-btn-group{margin:0}.block-library-classic__toolbar .mce-toolbar-grp .mce-toolbar:not(:first-child){display:none}.block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar{display:block}div.mce-statusbar{border-top:1px solid #dcdcde}div.mce-path{padding:2px 10px;margin:0}.mce-path,.mce-path .mce-divider,.mce-path-item{font-size:12px}.mce-toolbar .mce-btn,.qt-dfw{border-color:transparent;background:0 0;box-shadow:none;text-shadow:none;cursor:pointer}.mce-btn .mce-txt{direction:inherit;text-align:inherit}.mce-toolbar .mce-btn-group .mce-btn,.qt-dfw{border:1px solid transparent;margin:2px;border-radius:2px}.mce-toolbar .mce-btn-group .mce-btn:focus,.mce-toolbar .mce-btn-group .mce-btn:hover,.qt-dfw:focus,.qt-dfw:hover{background:#f6f7f7;color:#1d2327;box-shadow:0 0 0 var(--wp-admin-border-width-focus,1.5px) var(--wp-admin-theme-color,#3858e9);outline:2px solid transparent}.mce-toolbar .mce-btn-group .mce-btn.mce-active,.mce-toolbar .mce-btn-group .mce-btn:active,.qt-dfw.active{background:#f0f0f1;border-color:#50575e}.mce-btn.mce-active,.mce-btn.mce-active button,.mce-btn.mce-active i,.mce-btn.mce-active:hover button,.mce-btn.mce-active:hover i{color:inherit}.mce-toolbar .mce-btn-group .mce-btn.mce-active:focus,.mce-toolbar .mce-btn-group .mce-btn.mce-active:hover{border-color:#1d2327}.mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus,.mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover{color:#a7aaad;background:0 0;border-color:#dcdcde;text-shadow:0 1px 0 #fff;box-shadow:none}.mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus{border-color:#50575e}.mce-toolbar .mce-btn-group .mce-first,.mce-toolbar .mce-btn-group .mce-last{border-color:transparent}.mce-toolbar .mce-btn button,.qt-dfw{padding:2px 3px;line-height:normal}.mce-toolbar .mce-listbox button{font-size:13px;line-height:1.53846153;padding-left:6px;padding-right:20px}.mce-toolbar .mce-btn i{text-shadow:none}.mce-toolbar .mce-btn-group>div{white-space:normal}.mce-toolbar .mce-colorbutton .mce-open{border-right:0}.mce-toolbar .mce-colorbutton .mce-preview{margin:0;padding:0;top:auto;bottom:2px;left:3px;height:3px;width:20px;background:#50575e}.mce-toolbar .mce-btn-group .mce-btn.mce-primary{min-width:0;background:#3582c4;border-color:#2271b1 #135e96 #135e96;box-shadow:0 1px 0 #135e96;color:#fff;text-decoration:none;text-shadow:none}.mce-toolbar .mce-btn-group .mce-btn.mce-primary button{padding:2px 3px 1px}.mce-toolbar .mce-btn-group .mce-btn.mce-primary .mce-ico{color:#fff}.mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus,.mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover{background:#4f94d4;border-color:#135e96;color:#fff}.mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus{box-shadow:0 0 1px 1px #72aee6}.mce-toolbar .mce-btn-group .mce-btn.mce-primary:active{background:#2271b1;border-color:#135e96;box-shadow:inset 0 2px 0 #135e96}.mce-toolbar .mce-btn-group .mce-btn.mce-listbox{border-radius:0;direction:ltr;background:#fff;border:1px solid #dcdcde}.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:focus,.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover{box-shadow:0 0 0 var(--wp-admin-border-width-focus,1.5px) var(--wp-admin-theme-color,#3858e9);outline:2px solid transparent}.mce-panel .mce-btn i.mce-caret{border-top:6px solid #50575e;margin-left:2px;margin-right:2px}.mce-listbox i.mce-caret{right:4px}.mce-panel .mce-btn:focus i.mce-caret,.mce-panel .mce-btn:hover i.mce-caret{border-top-color:#1d2327}.mce-panel .mce-active i.mce-caret{border-top:0;border-bottom:6px solid #1d2327;margin-top:7px}.mce-listbox.mce-active i.mce-caret{margin-top:-3px}.mce-toolbar .mce-splitbtn:hover .mce-open{border-right-color:transparent}.mce-toolbar .mce-splitbtn .mce-open.mce-active{background:0 0;outline:0}.mce-menu .mce-menu-item.mce-active.mce-menu-item-normal,.mce-menu .mce-menu-item.mce-active.mce-menu-item-preview,.mce-menu .mce-menu-item.mce-selected,.mce-menu .mce-menu-item:focus,.mce-menu .mce-menu-item:hover{background:#2271b1;color:#fff}.mce-menu .mce-menu-item.mce-selected .mce-caret,.mce-menu .mce-menu-item:focus .mce-caret,.mce-menu .mce-menu-item:hover .mce-caret{border-left-color:#fff}.rtl .mce-menu .mce-menu-item.mce-selected .mce-caret,.rtl .mce-menu .mce-menu-item:focus .mce-caret,.rtl .mce-menu .mce-menu-item:hover .mce-caret{border-left-color:inherit;border-right-color:#fff}.mce-menu .mce-menu-item.mce-active .mce-menu-shortcut,.mce-menu .mce-menu-item.mce-disabled:hover .mce-ico,.mce-menu .mce-menu-item.mce-disabled:hover .mce-text,.mce-menu .mce-menu-item.mce-selected .mce-ico,.mce-menu .mce-menu-item.mce-selected .mce-text,.mce-menu .mce-menu-item:focus .mce-ico,.mce-menu .mce-menu-item:focus .mce-menu-shortcut,.mce-menu .mce-menu-item:focus .mce-text,.mce-menu .mce-menu-item:hover .mce-ico,.mce-menu .mce-menu-item:hover .mce-menu-shortcut,.mce-menu .mce-menu-item:hover .mce-text{color:inherit}.mce-menu .mce-menu-item.mce-disabled{cursor:default}.mce-menu .mce-menu-item.mce-disabled:hover{background:#c3c4c7}div.mce-menubar{border-color:#dcdcde;background:#fff;border-width:0 0 1px}.mce-menubar .mce-menubtn.mce-active,.mce-menubar .mce-menubtn:focus,.mce-menubar .mce-menubtn:hover{border-color:transparent;background:0 0}.mce-menubar .mce-menubtn:focus{color:#043959;box-shadow:0 0 0 var(--wp-admin-border-width-focus,1.5px) var(--wp-admin-theme-color,#3858e9);outline:2px solid transparent}.mce-menu-item-sep:hover,div.mce-menu .mce-menu-item-sep{border-bottom:1px solid #dcdcde;height:0;margin:5px 0}.mce-menubtn span{margin-right:0;padding-left:3px}.mce-menu-has-icons i.mce-ico:before{margin-left:-2px}.mce-menu.mce-menu-align .mce-menu-item-normal{position:relative}.mce-menu.mce-menu-align .mce-menu-shortcut{bottom:.6em;font-size:.9em}.mce-primary button,.mce-primary button i{text-align:center;color:#fff;text-shadow:none;padding:0;line-height:1.85714285}.mce-window .mce-btn{color:#50575e;background:#f6f7f7;text-decoration:none;font-size:13px;line-height:26px;height:28px;margin:0;padding:0;cursor:pointer;border:1px solid #c3c4c7;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-shadow:0 1px 0 #c3c4c7}.mce-window .mce-btn::-moz-focus-inner{border-width:0;border-style:none;padding:0}.mce-window .mce-btn:focus,.mce-window .mce-btn:hover{background:#f6f7f7;border-color:#8c8f94;color:#1d2327}.mce-window .mce-btn:focus{border-color:#4f94d4;box-shadow:0 0 3px rgba(34,113,177,.8)}.mce-window .mce-btn:active{background:#f0f0f1;border-color:#8c8f94;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);transform:translateY(1px)}.mce-window .mce-btn.mce-disabled{color:#a7aaad!important;border-color:#dcdcde!important;background:#f6f7f7!important;box-shadow:none!important;text-shadow:0 1px 0 #fff!important;cursor:default;transform:none!important}.mce-window .mce-btn.mce-primary{background:#3582c4;border-color:#2271b1 #135e96 #135e96;box-shadow:0 1px 0 #135e96;color:#fff;text-decoration:none;text-shadow:0 -1px 1px #135e96,1px 0 1px #135e96,0 1px 1px #135e96,-1px 0 1px #135e96}.mce-window .mce-btn.mce-primary:focus,.mce-window .mce-btn.mce-primary:hover{background:#4f94d4;border-color:#135e96;color:#fff}.mce-window .mce-btn.mce-primary:focus{box-shadow:0 1px 0 #2271b1,0 0 2px 1px #72aee6}.mce-window .mce-btn.mce-primary:active{background:#2271b1;border-color:#135e96;box-shadow:inset 0 2px 0 #135e96;vertical-align:top}.mce-window .mce-btn.mce-primary.mce-disabled{color:#9ec2e6!important;background:#4f94d4!important;border-color:#3582c4!important;box-shadow:none!important;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important;cursor:default}.mce-menubtn.mce-fixed-width span{overflow-x:hidden;text-overflow:ellipsis;width:82px}.mce-charmap{margin:3px}.mce-charmap td{padding:0;border-color:#dcdcde;cursor:pointer}.mce-charmap td:hover{background:#f6f7f7}.mce-charmap td div{width:18px;height:22px;line-height:1.57142857}.mce-tooltip{margin-top:2px}.mce-tooltip-inner{border-radius:3px;box-shadow:0 3px 5px rgba(0,0,0,.2);color:#fff;font-size:12px}.mce-ico{font-family:tinymce,Arial}.mce-btn-small .mce-ico{font-family:tinymce-small,Arial}.mce-toolbar .mce-ico{color:#50575e;line-height:1;width:20px;height:20px;text-align:center;text-shadow:none;margin:0;padding:0}.qt-dfw{color:#50575e;line-height:1;width:28px;height:26px;text-align:center;text-shadow:none}.mce-toolbar .mce-btn .mce-open{line-height:20px}.mce-toolbar .mce-btn.mce-active .mce-open,.mce-toolbar .mce-btn:focus .mce-open,.mce-toolbar .mce-btn:hover .mce-open{border-left-color:#1d2327}div.mce-notification{left:10%!important;right:10%}.mce-notification button.mce-close{right:6px;top:3px;font-weight:400;color:#50575e}.mce-notification button.mce-close:focus,.mce-notification button.mce-close:hover{color:#000}i.mce-i-aligncenter,i.mce-i-alignjustify,i.mce-i-alignleft,i.mce-i-alignright,i.mce-i-backcolor,i.mce-i-blockquote,i.mce-i-bold,i.mce-i-bullist,i.mce-i-charmap,i.mce-i-dashicon,i.mce-i-dfw,i.mce-i-forecolor,i.mce-i-fullscreen,i.mce-i-help,i.mce-i-hr,i.mce-i-indent,i.mce-i-italic,i.mce-i-link,i.mce-i-ltr,i.mce-i-numlist,i.mce-i-outdent,i.mce-i-pastetext,i.mce-i-pasteword,i.mce-i-redo,i.mce-i-remove,i.mce-i-removeformat,i.mce-i-spellchecker,i.mce-i-strikethrough,i.mce-i-underline,i.mce-i-undo,i.mce-i-unlink,i.mce-i-wp-media-library,i.mce-i-wp_adv,i.mce-i-wp_code,i.mce-i-wp_fullscreen,i.mce-i-wp_help,i.mce-i-wp_more,i.mce-i-wp_page{font:normal 20px/1 dashicons;padding:0;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:-2px;padding-right:2px}.qt-dfw{font:normal 20px/1 dashicons;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}i.mce-i-bold:before{content:"\f200";content:"\f200"/''}i.mce-i-italic:before{content:"\f201";content:"\f201"/''}i.mce-i-bullist:before{content:"\f203";content:"\f203"/''}i.mce-i-numlist:before{content:"\f204";content:"\f204"/''}i.mce-i-blockquote:before{content:"\f205";content:"\f205"/''}i.mce-i-alignleft:before{content:"\f206";content:"\f206"/''}i.mce-i-aligncenter:before{content:"\f207";content:"\f207"/''}i.mce-i-alignright:before{content:"\f208";content:"\f208"/''}i.mce-i-link:before{content:"\f103";content:"\f103"/''}i.mce-i-unlink:before{content:"\f225";content:"\f225"/''}i.mce-i-wp_more:before{content:"\f209";content:"\f209"/''}i.mce-i-strikethrough:before{content:"\f224";content:"\f224"/''}i.mce-i-spellchecker:before{content:"\f210";content:"\f210"/''}.qt-dfw:before,i.mce-i-dfw:before,i.mce-i-fullscreen:before,i.mce-i-wp_fullscreen:before{content:"\f211";content:"\f211"/''}i.mce-i-wp_adv:before{content:"\f212";content:"\f212"/''}i.mce-i-underline:before{content:"\f213";content:"\f213"/''}i.mce-i-alignjustify:before{content:"\f214";content:"\f214"/''}i.mce-i-backcolor:before,i.mce-i-forecolor:before{content:"\f215";content:"\f215"/''}i.mce-i-pastetext:before{content:"\f217";content:"\f217"/''}i.mce-i-removeformat:before{content:"\f218";content:"\f218"/''}i.mce-i-charmap:before{content:"\f220";content:"\f220"/''}i.mce-i-outdent:before{content:"\f221";content:"\f221"/''}i.mce-i-indent:before{content:"\f222";content:"\f222"/''}i.mce-i-undo:before{content:"\f171";content:"\f171"/''}i.mce-i-redo:before{content:"\f172";content:"\f172"/''}i.mce-i-help:before,i.mce-i-wp_help:before{content:"\f223";content:"\f223"/''}i.mce-i-wp-media-library:before{content:"\f104";content:"\f104"/''}i.mce-i-ltr:before{content:"\f320";content:"\f320"/''}i.mce-i-wp_page:before{content:"\f105";content:"\f105"/''}i.mce-i-hr:before{content:"\f460";content:"\f460"/''}i.mce-i-remove:before{content:"\f158";content:"\f158"/''}i.mce-i-wp_code:before{content:"\f475";content:"\f475"/''}.rtl i.mce-i-outdent:before{content:"\f222";content:"\f222"/''}.rtl i.mce-i-indent:before{content:"\f221";content:"\f221"/''}.wp-editor-wrap{position:relative}.wp-editor-tools{position:relative;z-index:1}.wp-editor-tools:after{clear:both;content:"";display:table}.wp-editor-container{clear:both;border:1px solid #dcdcde}.wp-editor-area{font-family:Consolas,Monaco,monospace;font-size:13px;padding:10px;margin:1px 0 0;line-height:150%;border:0;outline:0;display:block;resize:vertical;box-sizing:border-box}.rtl .wp-editor-area{font-family:Tahoma,Monaco,monospace}.locale-he-il .wp-editor-area{font-family:Arial,Monaco,monospace}.wp-editor-container textarea.wp-editor-area{width:100%;margin:0;box-shadow:none}.wp-editor-tabs{float:right}.wp-switch-editor{float:left;box-sizing:content-box;position:relative;top:1px;background:#f0f0f1;color:#646970;cursor:pointer;font-size:13px;line-height:1.46153846;height:20px;margin:15px 0 0 5px;padding:3px 8px 4px;border:1px solid #dcdcde}.wp-switch-editor:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus,1.5px) var(--wp-admin-theme-color,#3858e9);outline:2px solid transparent;color:#1d2327}.wp-switch-editor:active{background-color:#f6f7f7;box-shadow:none}.js .tmce-active .wp-editor-area{color:#fff}.tmce-active .quicktags-toolbar{display:none}.html-active .switch-html,.tmce-active .switch-tmce{background:#f6f7f7;color:#50575e;border-bottom-color:#f6f7f7}.wp-media-buttons{float:left}.wp-media-buttons .button{margin-right:5px;margin-bottom:4px;padding-left:7px;padding-right:7px}.wp-media-buttons .button:active{position:relative;top:1px;margin-top:-1px;margin-bottom:1px}.wp-media-buttons .insert-media{padding-left:5px}.wp-media-buttons a{text-decoration:none;color:#3c434a;font-size:12px}.wp-media-buttons img{padding:0 4px;vertical-align:middle}.wp-media-buttons span.wp-media-buttons-icon{display:inline-block;width:20px;height:20px;line-height:1;vertical-align:middle;margin:0 2px}.wp-media-buttons .add_media span.wp-media-buttons-icon{background:0 0}.wp-media-buttons .add_media span.wp-media-buttons-icon:before{font:normal 18px/1 dashicons;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wp-media-buttons .add_media span.wp-media-buttons-icon:before{content:"\f104";content:"\f104"/''}.mce-content-body dl.wp-caption{max-width:100%}.quicktags-toolbar{padding:3px;position:relative;border-bottom:1px solid #dcdcde;background:#f6f7f7;min-height:30px}.has-dfw .quicktags-toolbar{padding-right:35px}.wp-core-ui .quicktags-toolbar input.button.button-small{margin:2px}.quicktags-toolbar input[value=link]{text-decoration:underline}.quicktags-toolbar input[value=del]{text-decoration:line-through}.quicktags-toolbar input[value="i"]{font-style:italic}.quicktags-toolbar input[value="b"]{font-weight:600}.mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw,.qt-dfw{position:absolute;top:0;right:0}.mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw{margin:7px 7px 0 0}.qt-dfw{margin:5px 5px 0 0}.qt-fullscreen{position:static;margin:2px}@media screen and (max-width:782px){.mce-toolbar .mce-btn button,.qt-dfw{padding:6px 7px}.mce-toolbar .mce-btn-group .mce-btn.mce-primary button{padding:6px 7px 5px}.mce-toolbar .mce-btn-group .mce-btn{margin:1px}.qt-dfw{width:36px;height:34px}.mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw{margin:4px 4px 0 0}.mce-toolbar .mce-colorbutton .mce-preview{left:8px;bottom:6px}.mce-window .mce-btn{padding:2px 0}.has-dfw .quicktags-toolbar,.has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first{padding-right:40px}}@media screen and (min-width:782px){.wp-core-ui .quicktags-toolbar input.button.button-small{font-size:12px;min-height:26px;line-height:2}}#wp_editbtns,#wp_gallerybtns{padding:2px;position:absolute;display:none;z-index:100020}#wp_delgallery,#wp_delimgbtn,#wp_editgallery,#wp_editimgbtn{background-color:#f0f0f1;margin:2px;padding:2px;border:1px solid #8c8f94;border-radius:3px}#wp_delgallery:hover,#wp_delimgbtn:hover,#wp_editgallery:hover,#wp_editimgbtn:hover{border-color:#50575e;background-color:#c3c4c7}#wp-link-wrap{display:none;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3);width:500px;overflow:hidden;margin-left:-250px;margin-top:-125px;position:fixed;top:50%;left:50%;z-index:100105;transition:height .2s,margin-top .2s}#wp-link-backdrop{display:none;position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:100100}#wp-link{position:relative;height:100%}#wp-link-wrap{height:600px;margin-top:-300px}#wp-link-wrap .wp-link-text-field{display:none}#wp-link-wrap.has-text-field .wp-link-text-field{display:block}#link-modal-title{background:#fff;border-bottom:1px solid #dcdcde;font-size:18px;font-weight:600;line-height:2;margin:0;padding:0 36px 0 16px}#wp-link-close{color:#646970;padding:0;position:absolute;top:0;right:0;width:36px;height:36px;text-align:center;background:0 0;border:none;cursor:pointer}#wp-link-close:before{font:normal 20px/36px dashicons;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:36px;height:36px;content:"\f158";content:"\f158"/''}#wp-link-close:focus,#wp-link-close:hover{color:var(--wp-admin-theme-color-darker-20,#183ad6)}#wp-link-close:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus,1.5px) var(--wp-admin-theme-color,#3858e9);outline:2px solid transparent;outline-offset:-2px}#wp-link-wrap #link-selector{-webkit-overflow-scrolling:touch;padding:0 16px;position:absolute;top:calc(2.15384615em + 16px);left:0;right:0;bottom:calc(2.15384615em + 19px);display:flex;flex-direction:column;overflow:auto}#wp-link ol,#wp-link ul{list-style:none;margin:0;padding:0}#wp-link input[type=text]{box-sizing:border-box}#wp-link #link-options{padding:8px 0 12px}#wp-link p.howto{margin:3px 0}#wp-link p.howto a{text-decoration:none;color:inherit}#wp-link label input[type=text]{margin-top:5px;width:70%}#wp-link #link-options label span,#wp-link #search-panel label span.search-label{display:inline-block;width:120px;text-align:right;padding-right:5px;max-width:24%;vertical-align:middle;word-wrap:break-word}#wp-link .link-search-field{width:250px;max-width:70%}#wp-link .link-search-wrapper{margin:5px 0 9px;display:block}#wp-link .query-results{position:absolute;width:calc(100% - 32px)}#wp-link .link-search-wrapper .spinner{float:none;margin:-3px 0 0 4px}#wp-link .link-target{padding:3px 0 0}#wp-link .link-target label{max-width:70%}#wp-link .query-results{border:1px #dcdcde solid;margin:0 0 12px;background:#fff;overflow:auto;max-height:290px}#wp-link li{clear:both;margin-bottom:0;border-bottom:1px solid #f0f0f1;color:#2c3338;padding:4px 6px 4px 10px;cursor:pointer;position:relative}#wp-link .query-notice{padding:0;border-bottom:1px solid #dcdcde;background-color:#fff;color:#000}#wp-link .query-notice .query-notice-default,#wp-link .query-notice .query-notice-hint{display:block;padding:6px;border-left:4px solid #72aee6}#wp-link .unselectable.no-matches-found{padding:0;border-bottom:1px solid #dcdcde;background-color:#f6f7f7}#wp-link .no-matches-found .item-title{display:block;padding:6px;border-left:4px solid #d63638}#wp-link .query-results em{font-style:normal}#wp-link li:hover{background:#f0f6fc;color:#101517}#wp-link li.unselectable{border-bottom:1px solid #dcdcde}#wp-link li.unselectable:hover{background:#fff;cursor:auto;color:#2c3338}#wp-link li.selected{background:#dcdcde;color:#2c3338}#wp-link li.selected .item-title{font-weight:600}#wp-link li:last-child{border:none}#wp-link .item-title{display:inline-block;width:80%;width:calc(100% - 68px);word-wrap:break-word}#wp-link .item-info{text-transform:uppercase;color:#646970;font-size:11px;position:absolute;right:5px;top:5px}#wp-link .river-waiting{display:none;padding:10px 0}#wp-link .submitbox{padding:8px 16px;background:#fff;border-top:1px solid #dcdcde;position:absolute;bottom:0;left:0;right:0}#wp-link-cancel{line-height:1.92307692;float:left}#wp-link-update{line-height:1.76923076;float:right}#wp-link-submit{float:right}@media screen and (max-width:782px){#link-selector{padding:0 16px 60px}#wp-link-wrap #link-selector{bottom:calc(2.71428571em + 23px)}#wp-link-cancel{line-height:2.46153846}#wp-link .link-target{padding-top:10px}#wp-link .submitbox .button{margin-bottom:0}}@media screen and (max-width:520px){#wp-link-wrap{width:auto;margin-left:0;left:10px;right:10px;max-width:500px}}@media screen and (max-height:620px){#wp-link-wrap{transition:none;height:auto;margin-top:0;top:10px;bottom:10px}#link-selector{overflow:auto}}@media screen and (max-height:290px){#wp-link-wrap{height:auto;margin-top:0;top:10px;bottom:10px}#link-selector{overflow:auto;height:calc(100% - 92px);padding-bottom:2px}}div.wp-link-preview{float:left;margin:5px;max-width:694px;overflow:hidden;text-overflow:ellipsis}div.wp-link-preview a{color:#2271b1;text-decoration:underline;transition-property:border,background,color;transition-duration:.05s;transition-timing-function:ease-in-out;cursor:pointer}div.wp-link-preview a.wplink-url-error{color:#d63638}.mce-inline-toolbar-grp div.mce-flow-layout-item>div{display:flex;align-items:flex-end}div.wp-link-input{float:left;margin:2px;max-width:694px}div.wp-link-input label{margin-bottom:4px;display:block}div.wp-link-input input{width:300px;padding:3px;box-sizing:border-box;line-height:1.28571429;min-height:26px}.mce-toolbar div.wp-link-input~.mce-btn,.mce-toolbar div.wp-link-preview~.mce-btn{margin:2px 1px}.mce-inline-toolbar-grp .mce-btn-group .mce-btn:last-child{margin-right:2px}.ui-autocomplete.wplink-autocomplete{z-index:100110;max-height:200px;overflow-y:auto;padding:0;margin:0;list-style:none;position:absolute;border:1px solid #4f94d4;box-shadow:0 1px 2px rgba(79,148,212,.8);background-color:#fff}.ui-autocomplete.wplink-autocomplete li{margin-bottom:0;padding:4px 10px;clear:both;white-space:normal;text-align:left}.ui-autocomplete.wplink-autocomplete li .wp-editor-float-right{float:right}.ui-autocomplete.wplink-autocomplete li.ui-state-focus{background-color:#dcdcde;cursor:pointer}@media screen and (max-width:782px){div.wp-link-input,div.wp-link-preview{max-width:70%;max-width:calc(100% - 86px)}div.wp-link-preview{margin:8px 0 8px 5px}div.wp-link-input{width:300px}div.wp-link-input input{width:100%;font-size:16px;padding:5px}}.mce-fullscreen{z-index:100010}.rtl .quicktags-toolbar input,.rtl .wp-switch-editor{font-family:Tahoma,sans-serif}.mce-rtl .mce-flow-layout .mce-flow-layout-item>div{direction:rtl}.mce-rtl .mce-listbox i.mce-caret{left:6px}html:lang(he-il) .rtl .quicktags-toolbar input,html:lang(he-il) .rtl .wp-switch-editor{font-family:Arial,sans-serif}@media print,(min-resolution:120dpi){.wp-media-buttons .add_media span.wp-media-buttons-icon{background:0 0}}