@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;
}