#mo_shortcode_table {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 80%;
}
#mo_shortcode_table td, #mo_shortcode_table th {
border: 1px solid #000000;
padding: 8px;
}
#mo_shortcode_table tr:nth-child(even){background-color: #6d97dd;}
#mo_shortcode_table tr:hover {background-color: #ddd;}
#mo_shortcode_table th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #6d97dd;
color: black;
}
#mo_openid_notice_snackbar {
visibility: hidden;
min-width: 250px;
margin-left: -125px;
color: #fff;
text-align: center;
border-radius: 2px;
padding: 16px;
position: fixed;
z-index: 1;
top: 8%;
right: 30px;
font-size: 17px;
}
#mo_openid_notice_snackbar.show {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
animation: fadein 0.5s, fadeout 0.5s 3.5s;
}
@-webkit-keyframes fadein {
from {right: 0; opacity: 0;}
to {right: 30px; opacity: 1;}
}
@keyframes fadein {
from {right: 0; opacity: 0;}
to {right: 30px; opacity: 1;}
}
@-webkit-keyframes fadeout {
from {right: 30px; opacity: 1;}
to {right: 0; opacity: 0;}
}
@keyframes fadeout {
from {right: 30px; opacity: 1;}
to {right: 0; opacity: 0;}
}
#mo_openid_ajax_wait_fade {
display: none;
position:absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: #ababab;
z-index: 1001;
-moz-opacity: 0.8;
opacity: .70;
filter: alpha(opacity=80);
}
#mo_openid_ajax_wait_img {
display: none;
position: absolute;
top: 40%;
left: 45%;
width: 6%;
height: 8%;
padding:30px 15px 0px;
border: 3px solid #ababab;
box-shadow:1px 1px 10px #ababab;
border-radius:20px;
background-color: white;
z-index: 1002;
text-align:center;
overflow: auto;
}  .mo_openid_modal_rateus {
display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0;
top: 0;
width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.8); } .mo_openid_rateus_modal_content {
background-color: #0867b2;
margin: auto;
border: 1px solid #888;
min-height: 20%;
margin-left: auto;
margin-right: auto;
width: 35%;
height: 50%;
} .mo_openid_rateus_close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.mo_openid_rateus_close:hover,
.mo_openid_rateus_close:focus {
color: white;
text-decoration: none;
cursor: pointer;
} .mo_openid_rateus_feedback_close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.mo_openid_rateus_feedback_close:hover,
.mo_openid_rateus_feedback_close:focus {
color: white;
text-decoration: none;
cursor: pointer;
}
.mo-openid-rating {
unicode-bidi: bidi-override;
direction: rtl;
}
.mo-openid-rating > span {
display: inline-block;
position: relative;
width: 1.1em;
}
.mo-openid-rating > span:hover:before,
.mo-openid-rating > span:hover ~ span:before {
content: "\2605";
position: absolute;
}
legend {
font-size: 1.4em;
margin-bottom: 10px;
}
.mo_openid_modal_rateus_style {
font-family: Georgia, "Times New Roman", Times, serif;
background: rgba(255, 255, 255, .1);
border: none;
border-radius: 4px;
font-size: 15px;
margin: 0;
outline: 0;
padding: 10px;
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
background-color: #FFFFFF;
color: #8a97a0;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
margin-bottom: 30px;
}
select {
-webkit-appearance: menulist-button;
height: 35px;
}
.number {
background: #1abc9c;
color: #fff;
height: 30px;
width: 30px;
display: inline-block;
font-size: 0.8em;
margin-right: 4px;
line-height: 30px;
text-align: center;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
border-radius: 15px 15px 15px 0px;
}
.mo_openid_modal_rateus_style_button{
position: relative;
display: block;
padding: 19px 39px 18px 39px;
color: #FFF;
margin: 0 auto;
background: #0867b2;
font-size: 18px;
text-align: center;
font-style: normal;
width: 100%;
border: 1px solid #0867b2;
border-width: 1px 1px 3px;
margin-bottom: 10px;
}
input[type="submit"]:hover,
input[type="button"]:hover {
background: #0867b2;
}
.star-cb-group { font-size: 0; unicode-bidi: bidi-override;
direction: rtl; }
.star-cb-group * {
font-size: 1rem;
}
.star-cb-group > input {
display: none;
}
.star-cb-group > input + label { display: inline-block;
overflow: hidden;
text-indent: 9999px;
width: 26px;
white-space: nowrap;
cursor: pointer;
}
.star-cb-group > input + label:before {
display: inline-block;
font-family: Helvetica, arial, sans-serif;
text-indent: -9999px;
font-size: 2em;
content: "☆";
color: #888;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
content: "★";
color: #ecf00e;
text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
text-indent: -9999px;
width: .5em;
margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
width: .5em;
}
.star-cb-group:hover > input + label:before {
content: "☆";
color: #888;
text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
content: "★";
color: #e52;
text-shadow: 0 0 1px #333;
}
.mo-openid-star-back-rateus {
border: 8px solid;
border-color: #0867b2;
background: #FFFFFF;
width: max-content;
border-radius: 1px;
padding: 1em 1.5em 0.9em;
margin: 1em auto;
}
#log {
margin: 1em auto;
width: 5em;
text-align: center;
background: transparent;
}
#wpfooter {
position: unset;
}
.support-help-button{
padding: 4px 8px;
float: right;
background-color: #0867b2;
color: #fff;
border: 1px solid #0000A0;
border-radius: 4px;
text-shadow: none;
font-size: 16px;
line-height: normal;
cursor: pointer;
position: fixed;
left: 94%;
width:10% ;
top: 35%;
height: 5%;
z-index: 9999;
transform: rotateZ(89deg);
letter-spacing: 2px;
}
.mo-openid-premium{
font-size: 10px;
background: #FFA335;
color: white;
font-weight: 600;
padding: 1px 4px;
border-radius: 4px;
font-family: monospace;
position: absolute;
left: 11%
} .card-content {
border: 5px solid #CCC;
border-radius: 3px;
padding: 25px 25px 10px 25px;
min-height: 250px;
min-width: 350px;
}
.card-content * {
cursor: pointer;
}
.card-wrapper {
position: relative;
width: 350px;
height: 300px;
min-width: 350px;
float: left;
margin-right: 25px;
}
.c-card {
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
}
.c-card ~ .card-content {
transition: all 500ms ease-out;
}
.c-card ~ .card-content .card-state-icon {
position: absolute;
top: 5px;
right: 5px;
z-index: 2;
width: 20px;
height: 20px;
background-position: 0 0;
transition: all 100ms ease-out;
}
.c-card ~ .card-content:before {
position: absolute;
top: 1px;
right: 1px;
content: "";
width: 0;
height: 0;
border-top: 00px solid #CCC;
border-left: 00px solid transparent;
transition: all 200ms ease-out;
}
.c-card ~ .card-content:after {
position: absolute;
top: 1px;
right: 1px;
content: "";
width: 0;
height: 0;
border-top: 00px solid #FFF;
border-left: 00px solid transparent;
transition: all 200ms ease-out;
}
.c-card ~ .card-content:hover { }
.c-card ~ .card-content:hover .card-state-icon {
background-position: -30px 0;
}
.c-card ~ .card-content:hover:before {
border-top: 52px solid #0867b2;
}
.c-card:checked ~ .card-content {
border: 5px solid #0867b2;
}
.c-card:checked ~ .card-content .card-state-icon {
background-position: -90px 2px;
}
.c-card:checked ~ .card-content:before {
border-top: 52px solid #0867b2;
}
.c-card:checked ~ .card-content:after {
border-top: 52px solid #0867b2;
}
.c-card:checked:hover ~ .card-content .card-state-icon {
background-position: -60px 2px;
}
.c-card:checked:hover ~ .card-content:before {
border-top: 52px solid #0867b2;
}
.c-card:checked:hover ~ .card-content:after {
border-top: 52px solid #0867b2;
} .mo_openid_highlight{
background-color:#0867b2;
padding: 0.004%;
}
.mo_openid_note_style{
display:block;margin-top:10px;background-color:#ebf6fc;padding:10px;border:solid 1px darkblue;
}
.mo_openid_tooltip {
position: relative;
opacity: 2%;
}
.mo_openid_tooltip .mo_openid_tooltiptext {
visibility: hidden;
width: 290px;
background-color:gray;
color:#ffffff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
top: -5px;
left: 110%;
}
.mo_openid_tooltip .mo_openid_tooltiptext::after {
content: "";
position: absolute;
top: 50%;
right: 100%;
margin-top: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent black transparent transparent;
}
.mo_openid_tooltip:hover .mo_openid_tooltiptext {
visibility: visible;
}
.mo_openid_tab {
float: left;
background-color: #32373C;  box-shadow: -1px 0px 3px #777777;
}
.mo_openid_tab a {
display: block;
background-color: #32373C;
color: white;
padding: 11px 7px;
text-decoration: none;
outline: none;
text-align: left;
cursor: pointer;
transition: 0.3s;
font-size: 14px;
}
.mo_openid_tab a:hover {
background-color: #F6821F;
color: white;
}
.mo_openid_tab a.tablinks_active{
background-color: white;
color: #F6821F;
font-weight: bold;
}
.mo-openid-switch-app {
position: relative;
display: inline-block;
width: 50px;
height: 26px;
bottom: 5px;
}
.mo-openid-switch-app input {display:none;}
.mo-openid-slider-app {
position: absolute;
cursor: pointer;
top: 2px;
left: 0;
right: 3px;
bottom: 2px;
background-color: grey;
-webkit-transition: .4s;
transition: .4s;
}
.mo-openid-slider-app:before {
position: absolute;
content: "";
height: 12px;
width: 12px;
left: 4px;
bottom: 5px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .mo-openid-slider-app {
background-color: #0085ba;
}
input:focus + .mo-openid-slider-app {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .mo-openid-slider-app:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
input:checked+ .mo-openid-slider-app .on
{display: block;}
input:checked + .mo-openid-slider-app .off
{display: none;}
.mo-openid-slider-app.round {
border-radius: 34px;
}
.mo-openid-slider-app.round:before {
border-radius: 50%;
}
.mo-openid-sort-apps {
position: relative;
padding: 15px;
}
.mo-openid-sort-apps .mo-openid-sort-apps-div {
position: relative;
float: left;
width: 215px;
height: 120px;
margin: 15px;
display: flex;
flex-flow: column;
}
.mo-openid-sort-apps .mo-openid-sort-apps-i-div {
height: 166px;
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
}
.mo-openid-sort-apps-move {
position: absolute;
left: 0;
top: 0;
width: 9%;
height: 17%;
cursor: move;
}
.mo-openid-hover-div-sett:hover .mo-openid-sort-apps-move{
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAiCAYAAACuoaIwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTAxLTE3VDE1OjE4OjM5KzAxOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0wMS0xN1QxNjoxMTo0MSswMTowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0wMS0xN1QxNjoxMTo0MSswMTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjhCNkM3MkZGQjk4MTFFN0E4RDJBRUZBQTI4OUVBNzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjhCNkM3MzBGQjk4MTFFN0E4RDJBRUZBQTI4OUVBNzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCOEI2QzcyREZCOTgxMUU3QThEMkFFRkFBMjg5RUE3MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCOEI2QzcyRUZCOTgxMUU3QThEMkFFRkFBMjg5RUE3MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po8u91EAAABlSURBVHjaYvz//z8DvQATAx3BqGWjlg0ey1iIUKMDxHFQ9iIgvkKkHFk+AxnGD8VxJMhRHIyMZMoRbRkoeD4B8QcgXkiCHKZrRsvG0aQ/mvRHk/5o0h9N+qNJf9SyUcuoCAACDABr5TA7L7qpSQAAAABJRU5ErkJggg==);
}
.mo-openid-sort-message {
position: absolute;
left: 12%;
top: 2%;
color: #fff;
line-height: 22px;
font-size: 12px;
}
.mo-openid-save-settings {
position: absolute;
line-height: 25px;
font-size: 16px;
}
.mo-openid-hover-div-sett:hover #mo-openid-hover-app-sett-show{
display: block;
transition: .4s;
}
.mo-openid-hover-div-sett #mo-openid-hover-app-sett-show {
height: 29px;
background-color: #f0f0f0;
padding: 5px;
color: #8e8ef6b8;
font-size: 16px;
display: none;
}
.mo-openid-hover-div-sett .mo-openid-capp-sett#mo-openid-hover-app-sett-show{
height: 17px;
background-color: #f0f0f0;
padding: 5px;
color: #8e8ef6b8;
font-size: 16px;
} .mo_openid_popup {
position:fixed;
top:0px;
left:2%;
background:rgba(0,0,0,0.75);
width:100%;
height:100%;
display:none;
} .mo_openid_popup-content {
width: 75%;
margin: 0 auto;
box-sizing: border-box;
padding: 20px;
margin-top: 85px;
margin-left: 215px;
box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
border-radius: 3px;
background: #fff;
overflow-y: auto;
position: relative;
height: 82%;
}
.mo_openid_close-button { height: 25px;
position: absolute;
top: 10px;
right: 10px;
border-radius: 20px; font-size: 17px;
text-align: center;
color: #6e6666;
text-decoration:none;
}
.mo_openid_close-button:hover { }
@media screen and (max-width: 720px) {
.mo_openid_popup-content {
width:90%;
}
}
a.mo-add-hover:hover{
text-decoration: underline;
}
a.mo-pugin-add-link-sl {
text-decoration: none;
color: black;
}
a.mo-pugin-add-comp-link-sl {
text-decoration: none;
color: gray;
}
.mo_openid_sharecount ul.mo_openid_share_count_icon {
text-align: center;
}
.mo_openid_sharecount ul.mo_openid_share_count_icon li {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.mo_openid_sharecount ul.mo_openid_share_count_icon li span {
margin: 0;
width: 60px;
display: block;
background: url(//foundry.bio/wp-content/plugins/miniorange-login-openid/includes/images/count.png) no-repeat;
height: 40px;
overflow: hidden;
padding: 10px 2px 2px;
font-size: 17px;
text-align: center;
line-height: 24px;
color: #5a6570;
}
.mo_openid_sharecount ul.mo_openid_share_count_icon li span2 {
margin: 0;
width: 60px;
display: block;
height: 40px;
overflow: hidden;
padding: 10px 2px 2px;
font-size: 17px;
text-align: center;
line-height: 24px;
color: #5a6570;
}
.mo_openid_mywatermark {
background-image:url(//foundry.bio/wp-content/plugins/miniorange-login-openid/includes/images/sample.png);
padding-bottom: 20px;
}
.mo_openid_dis{
pointer-events: none;
}
.mo_openid_tooltip .mo_tooltiptext1 {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding:10px 5px 5px 5px;
position: absolute;
z-index: 1;
top: 150%;
left: 50%;
margin-left: -60px;
}
.mo_openid_tooltip .mo_tooltiptext1::after {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent black transparent;
}
.mo_openid_tooltip:hover .mo_tooltiptext1 {
visibility: visible;
}
.mo_openid_help_title {
font-size:13px;
width:100%;
color:#1B79AE;
cursor:pointer;
font-weight: bold;
}
.mo_openid_help_desc {
font-size:13px;
border-left:solid 2px rgba(128, 128, 128, 0.65);
margin-top:10px;
padding-left:10px;
}
.mo_table-bordered, .mo_table-bordered>tbody>tr>td{
border: 1px solid #ddd;
}
.mo_table-bordered>thead>tr>th{
vertical-align:top !important;
}
.mo-fa-icon>tr>td>i.fa{
color:#5b8a0f;
}
.mo_table-striped>tbody>tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.mo_align-center>tr>td{
text-align:center !important;
}
.mo_table_layout {
background-color:#FFFFFF;
border:1px solid #CCCCCC;
padding:0px 10px 10px 10px;
margin-bottom: 10px;
}
.mo_table_layout input['type=text'] {
width: 80%;
}
.mo_table_layout td strong {
margin-left: 10px;
}
.mo_openid_support_layout{
width: 93%;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
padding-left:20px;
height:409px;
}
.mo_openid_table_layout {
background-color:#FFFFFF;
padding:0px 10px 10px 10px;
margin-bottom: 10px;
height:auto;
min-height:400px;
border-radius: 0px 15px 15px 0px;
}
.mo_openid_table_layout input['type=text'] {
width: 80%;
}
.mo_opneid_table_td_checkbox {
padding-left: 10px;
}
.mo_openid_table_textbox {
width:80%;
}
.mo_openid_table_contact {
width:95%;
}
.mo_openid_settings_table,.mo_openid_display_table {
width: 100%;
}
.mo_openid_settings_table tr td:first-child {
width: 30%;
}
.mo_openid_display_table tr td:first-child{
width: 50%;
}
.mo_openid_display_table .mo_openid_table_textbox {
width:70%;
}
.mo_openid_login_wid li{
margin:5px;
list-style-type:none;
}
.mo-openid-app-icons>a>img{
width:35px !important;
height:35px !important;
margin:8px 0px;
display: inline !important;
}
.mo-openid-app-share-icons{
width:35px !important;
height:35px !important;
display:inline !important;
}
.mo-openid-share-link{
border-bottom: 0px !important;
box-sizing:border-box !important;
}
.mo_image_id {
width: 40%;
}
div.mo_image_id>a>img.mo_openid_image {
opacity: 0.6;
display: block;
transition: .5s ease;
backface-visibility: hidden;
}
.mo_image_id:hover .mo_openid_image {
opacity: 1;
}
.circle{
border-radius: 999px !important;
}
.oval{
border-radius: 4px !important;
}
.round{
border-radius: 999px !important;
}
.roundededges{
border-radius: 4px !important;
}
.mo-openid-app-icons>p{
margin:0px !important;
}
.mo-openid-app-icons{
display:inline !important;
}
.theme-checkbox{
vertical-align :super !important;
}   .mo_openid_display_interface{
width:100%;
}
.mo_openid_vertical{
display:inline-block !important;
overflow: visible;
z-index: 10000000;
padding: 10px;
border-radius: 4px;
opacity: 1;
-webkit-box-sizing: content-box!important;
-moz-box-sizing: content-box!important;
box-sizing: content-box!important;
width:40px;
position:fixed;
}
.btn-customtheme{
color:#ffffff !important;
}
.custom-login-button{
text-align:center !important;
color:white !important;
padding-top:8px !important;
box-sizing: border-box !important;
}
.btn-custom-dec{
text-decoration:none !important;
}
.mo-custom-share-icon{
box-sizing:border-box !important;
}
.mo_openid_help_desc {
font-size:13px;
border-left:solid 2px rgba(128, 128, 128, 0.65);
margin-top:10px;
padding-left:10px;
}
.mo_openid_title_panel{
width: 100%;
color: #1B79AE;
cursor: pointer;
font-weight: bold;
}   .mo_openid_pricing_table{
text-align:center;
font-size: 15px !important;
}
.mo_openid_pricing_header{
color: #fff !important;
margin: 8px !important;
}
.mo_openid_pricing_sub_header{
margin: 4px !important;
color: #fff !important;
}
.mo_openid_pricing_text{
font-size: 15px !important;
color: #fff !important;
font-weight: bold !important;
}
.mo_openid_pricing_free_tab{
background-color: rgba(34, 153, 221, 0.82)!important;
//#29d
}
.mo_openid_pricing_paid_tab{
background-color: #1a71a4 !important;
}
.mo_openid_thumbnail {
width:270px;
padding: 4px;
margin-bottom: 10px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out
}
.mo_openid_msgs{
font-size: 14px !important;
}
.mo_openid_success_container{
background-color: rgba(185, 228, 155, 0.56) !important;
margin-left: 3px !important;
}
.mo_openid_error_container{
background-color: rgba(251, 102, 0, 0.29) !important;
margin-left: 3px !important;
}
.mo_openid_comment_tab {
margin-left: 0px !important;
margin-bottom: 20px;
padding-left: 0px !important;
}
.mo_openid_comment_tab li{
color: grey;
margin-right: 5%;
margin-left: 0px !important;
list-style: none;
font-size: 14px;
cursor:pointer;
float: left;
}
.mo_openid_selected_tab{
color: black !important;
border-bottom: 2px solid #FF5A00;
}
.mo_openid_license_select_option{
display: block;
width:90%;
margin-left:5%;
font-size:15px!important;
background: #0085ba;
border-color: #0073aa #006799 #006799;
border-width: 1px;
border-style: solid;
padding-left:15%!important;
border-radius: 3px;
box-shadow: 0 1px 0 #006799;
text-align:center;
color: #fff;
text-decoration: none;
cursor:pointer;
text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
}
.mo_openid_license_select_option:focus, .mo_openid_license_select_option:hover {
border-color: #0073aa #006799 #006799;
border-width: 1px;
border-style: solid;
}
.mo_openid_license_select_option option {
text-align:center;
}
.mo-openid-app-icons>a{
box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0) !important;
}
.mo-openid-app-icons>code>a{
box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0) !important;
}
.mo-openid-app-icons>a>img{
box-shadow: 0 0 0 0px #fff !important;
}
.mo-openid-app-icons>code>a>img{
box-shadow: 0 0 0 0px #fff !important;
}
.mo-openid-app-icons>.horizontal>a>img{
box-shadow: 0 0 0 0px #fff !important;
}
.mo-openid-app-icons>.horizontal>a{
box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0)!important;}
.mo-openid-app-icons>div>a.mo-openid-share-link>img.mo-openid-app-share-icons
{
box-shadow:0 0 0 0px #fff !important;
}
.mo-openid-app-icons>div>a.mo-openid-share-link
{ box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0) !important;
}
p>a.mo-openid-share-link>img.mo-openid-app-share-icons
{
box-shadow:0 0 0 0px #fff !important;
}
p>a.mo-openid-share-link
{ box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0)!important;
}
aside.widget-area>section.widget_mo_openid_sharing_hor_wid>div.mo-openid-app-icons>div
{
font-size:0	!important;
}
.mo-switch {
position: relative;
display: inline-block;
width: 50px;
height: 26px;
}
.mo-switch input {display:none;}
.mo-slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: grey;
-webkit-transition: .4s;
transition: .4s;
}
.mo-slider:before {
position: absolute;
content: "";
height: 16px;
width: 16px;
left: 4px;
bottom: 5px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .mo-slider {
background-color: #0085ba;
}
input:focus + .mo-slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .mo-slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
input:checked+ .mo-slider .on
{display: block;}
input:checked + .mo-slider .off
{display: none;}
.mo-slider.round {
border-radius: 34px;
}
.mo-slider.round:before {
border-radius: 50%;}
.mo-consent{
font-size:11px !important;
font-weight:normal;
color:#72777c;
padding-bottom: 5px;
}
.mo-tomato {
color: tomato;
}
.mo_copy{
border: 1px solid #CCCCCC;
padding:8px;
background-color:#FBFBFB;
cursor: pointer;
}
.mo_copy:active{
background-color:#CCCCCC;
} .mo_copytooltip {
position: relative;
display: inline-block;
size: letter; } .mo_copytooltip .mo_copytooltiptext {
visibility: hidden;
width: 120px;
background-color:grey;
color: white;
text-align: center;
padding: 5px 0;
border-radius: 6px;
font-size: 12px; position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -60px;
font-size: small; opacity: 50;
transition: opacity 0.3s;
} .mo_copytooltip .mo_copytooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
} .mo_copytooltip:hover .mo_copytooltiptext {
visibility: visible;
opacity: 1;
} .mo-openid-radio-container {
display: block;
position: relative;
padding-left: 20px;
margin-bottom: 1px;
cursor: pointer;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .mo-openid-radio-container input {
position: absolute;
opacity: 0;
cursor: pointer;
} .mo-openid-radio-checkmark {
position: absolute;
top: 0;
left: 0;
height: 16px;
width: 16px;
background-color: #e5e7eb;
border-radius: 50%;
} .mo-openid-radio-container:hover input ~ .mo-openid-radio-checkmark {
background-color: #F0F0F0;
} .mo-openid-radio-container input:checked ~ .mo-openid-radio-checkmark {
background-color: #0867b2;
} .mo-openid-radio-checkmark:after {
content: "";
position: absolute;
display: none;
} .mo-openid-radio-container input:checked ~ .mo-openid-radio-checkmark:after {
display: block;
} .mo-openid-radio-container .mo-openid-radio-checkmark:after {
top: 5.5px;
left: 5px;
width: 6px;
height: 6px;
border-radius: 50%;
background: white;
} .mo_openid_textfield_css{
font-family: Arial;
border: 1px solid;
border-radius: 1px !important;
font-size: 13px;
margin: 0;
outline: 0;
padding: 5px;
width:80%;
border-color:#0867b2;
background-color: #FFFFFF;
}   .mo_openid_fix_fontsize{
font-family: Arial;
font-size: 14px;
}
.mo_openid_fix_fontsize_semiheading{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
} .mo_openid_checkbox_container {
display: block;
position: relative;
padding-left: 22px;
margin-bottom: 18px;
cursor: pointer;
font-size: 14px;
} .mo_openid_checkbox_container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
} .mo_openid_checkbox_checkmark {
position: absolute;
top: 0;
left: 0;
height: 18px;
width: 18px;
background-color: #e5e7eb;
} .mo_openid_checkbox_container:hover input ~ .mo_openid_checkbox_checkmark {
background-color: #ccc;
} .mo_openid_checkbox_container input:checked ~ .mo_openid_checkbox_checkmark {
background-color: #2196F3;
} .mo_openid_checkbox_checkmark:after {
content: "";
position: absolute;
display: none;
} .mo_openid_checkbox_container input:checked ~ .mo_openid_checkbox_checkmark:after {
display: block;
} .mo_openid_checkbox_container .mo_openid_checkbox_checkmark:after {
left: 5px;
top: 3px;
width: 4px;
height: 8px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.mo_openid_checkbox_container_disable {
display: block;
position: relative;
padding-left: 22px;
margin-bottom: 18px;
cursor: context-menu;
font-size: 14px;
} .mo_openid_checkbox_container_disable input {
position: absolute;
opacity: 0;
cursor: context-menu;
height: 0;
width: 0;
} .mo_openid_checkbox_checkmark_disable {
position: absolute;
top: 0;
left: 0;
height: 18px;
width: 18px;
background-color: #e5e7eb;
}
.mo-openid-radio-container_disable {
display: block;
position: relative;
padding-left: 20px;
margin-bottom: 1px;
cursor: pointer;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .mo-openid-radio-container_disable input {
position: absolute;
opacity: 0;
cursor: pointer;
} .mo-openid-radio-checkmark_disable {
position: absolute;
top: 0;
left: 0;
height: 16px;
width: 16px;
background-color: #e5e7eb;
border-radius: 50%;
}.intl-number-input { position: inherit; }
.intl-number-input .hide { display: none; }
.intl-number-input .flag-dropdown { position: absolute; cursor: pointer; }
.intl-number-input .flag-dropdown .selected-flag { margin: 1px; padding: 8px 16px 6px 7px; }
.intl-number-input .flag-dropdown .selected-flag:hover { background-color: rgba(0, 0, 0, 0.05); }
.intl-number-input .flag-dropdown .selected-flag .down-arrow { top: 5px; position: relative; left: 20px; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid black; }
.intl-number-input .flag-dropdown .country-list {list-style: none; padding: 0; margin: 0; z-index: 1; overflow-y: scroll; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); background-color: white; border: 1px solid #cccccc; position: absolute; top: 33px; width: 196px; height: 200px; font-size:12px; }
.intl-number-input .flag-dropdown .country-list .divider { padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #cccccc; }
.intl-number-input .flag-dropdown .country-list .country { line-height: 20px; padding: 4px 10px; }
.intl-number-input .flag-dropdown .country-list .country .dial-code { color: #999999; }
.intl-number-input .flag-dropdown .country-list .country.mo_openid_highlight { background-color: rgba(0, 0, 0, 0.05); }
.intl-number-input .flag-dropdown .country-list .flag { display: inline-block; vertical-align: bottom; }
.intl-number-input .flag-dropdown .country-list .flag, .intl-number-input .flag-dropdown .country-list .country-name { margin-right:2px; }
.intl-number-input input { box-sizing: border-box; -moz-box-sizing: border-box; height: 30px; padding-left: 40px; } .f16 .flag { width: 16px; height: 16px; background: url(//foundry.bio/wp-content/plugins/miniorange-login-openid/includes/images/flags16.png) no-repeat; }
.f16 ._African_Union { background-position: 0 -16px; }
.f16 ._Arab_League { background-position: 0 -32px; }
.f16 ._ASEAN { background-position: 0 -48px; }
.f16 ._CARICOM { background-position: 0 -64px; }
.f16 ._CIS { background-position: 0 -80px; }
.f16 ._Commonwealth { background-position: 0 -96px; }
.f16 ._England { background-position: 0 -112px; }
.f16 ._European_Union { background-position: 0 -128px; }
.f16 ._Islamic_Conference { background-position: 0 -144px; }
.f16 ._Kosovo { background-position: 0 -160px; }
.f16 ._NATO { background-position: 0 -176px; }
.f16 ._Northern_Cyprus { background-position: 0 -192px; }
.f16 ._Northern_Ireland { background-position: 0 -208px; }
.f16 ._Olimpic_Movement { background-position: 0 -224px; }
.f16 ._OPEC { background-position: 0 -240px; }
.f16 ._Red_Cross { background-position: 0 -256px; }
.f16 ._Scotland { background-position: 0 -272px; }
.f16 ._Somaliland { background-position: 0 -288px; }
.f16 ._Tibet { background-position: 0 -304px; }
.f16 ._United_Nations { background-position: 0 -320px; }
.f16 ._Wales { background-position: 0 -336px; }
.f16 .ad { background-position: 0 -352px; }
.f16 .ae { background-position: 0 -368px; }
.f16 .af { background-position: 0 -384px; }
.f16 .ag { background-position: 0 -400px; }
.f16 .ai { background-position: 0 -416px; }
.f16 .al { background-position: 0 -432px; }
.f16 .am { background-position: 0 -448px; }
.f16 .an { background-position: 0 -464px; }
.f16 .ao { background-position: 0 -480px; }
.f16 .aq { background-position: 0 -496px; }
.f16 .ar { background-position: 0 -512px; }
.f16 .as { background-position: 0 -528px; }
.f16 .at { background-position: 0 -544px; }
.f16 .au { background-position: 0 -560px; }
.f16 .aw { background-position: 0 -576px; }
.f16 .az { background-position: 0 -592px; }
.f16 .ba { background-position: 0 -608px; }
.f16 .bb { background-position: 0 -624px; }
.f16 .bd { background-position: 0 -640px; }
.f16 .be { background-position: 0 -656px; }
.f16 .bf { background-position: 0 -672px; }
.f16 .bg { background-position: 0 -688px; }
.f16 .bh { background-position: 0 -704px; }
.f16 .bi { background-position: 0 -720px; }
.f16 .bj { background-position: 0 -736px; }
.f16 .bm { background-position: 0 -752px; }
.f16 .bn { background-position: 0 -768px; }
.f16 .bo { background-position: 0 -784px; }
.f16 .br { background-position: 0 -800px; }
.f16 .bs { background-position: 0 -816px; }
.f16 .bt { background-position: 0 -832px; }
.f16 .bw { background-position: 0 -848px; }
.f16 .by { background-position: 0 -864px; }
.f16 .bz { background-position: 0 -880px; }
.f16 .ca { background-position: 0 -896px; }
.f16 .cg { background-position: 0 -912px; }
.f16 .cf { background-position: 0 -928px; }
.f16 .cd { background-position: 0 -944px; }
.f16 .ch { background-position: 0 -960px; }
.f16 .ci { background-position: 0 -976px; }
.f16 .ck { background-position: 0 -992px; }
.f16 .cl { background-position: 0 -1008px; }
.f16 .cm { background-position: 0 -1024px; }
.f16 .cn { background-position: 0 -1040px; }
.f16 .co { background-position: 0 -1056px; }
.f16 .cr { background-position: 0 -1072px; }
.f16 .cu { background-position: 0 -1088px; }
.f16 .cv { background-position: 0 -1104px; }
.f16 .cy { background-position: 0 -1120px; }
.f16 .cz { background-position: 0 -1136px; }
.f16 .de { background-position: 0 -1152px; }
.f16 .dj { background-position: 0 -1168px; }
.f16 .dk { background-position: 0 -1184px; }
.f16 .dm { background-position: 0 -1200px; }
.f16 .do { background-position: 0 -1216px; }
.f16 .dz { background-position: 0 -1232px; }
.f16 .ec { background-position: 0 -1248px; }
.f16 .ee { background-position: 0 -1264px; }
.f16 .eg { background-position: 0 -1280px; }
.f16 .eh { background-position: 0 -1296px; }
.f16 .er { background-position: 0 -1312px; }
.f16 .es { background-position: 0 -1328px; }
.f16 .et { background-position: 0 -1344px; }
.f16 .fi { background-position: 0 -1360px; }
.f16 .fj { background-position: 0 -1376px; }
.f16 .fm { background-position: 0 -1392px; }
.f16 .fo { background-position: 0 -1408px; }
.f16 .fr { background-position: 0 -1424px; }
.f16 .ga { background-position: 0 -1440px; }
.f16 .gb { background-position: 0 -1456px; }
.f16 .gd { background-position: 0 -1472px; }
.f16 .ge { background-position: 0 -1488px; }
.f16 .gg { background-position: 0 -1504px; }
.f16 .gh { background-position: 0 -1520px; }
.f16 .gi { background-position: 0 -1536px; }
.f16 .gl { background-position: 0 -1552px; }
.f16 .gm { background-position: 0 -1568px; }
.f16 .gn { background-position: 0 -1584px; }
.f16 .gp { background-position: 0 -1600px; }
.f16 .gq { background-position: 0 -1616px; }
.f16 .gr { background-position: 0 -1632px; }
.f16 .gt { background-position: 0 -1648px; }
.f16 .gu { background-position: 0 -1664px; }
.f16 .gw { background-position: 0 -1680px; }
.f16 .gy { background-position: 0 -1696px; }
.f16 .hk { background-position: 0 -1712px; }
.f16 .hn { background-position: 0 -1728px; }
.f16 .hr { background-position: 0 -1744px; }
.f16 .ht { background-position: 0 -1760px; }
.f16 .hu { background-position: 0 -1776px; }
.f16 .id { background-position: 0 -1792px; }
.f16 .mc { background-position: 0 -1792px; }
.f16 .ie { background-position: 0 -1808px; }
.f16 .il { background-position: 0 -1824px; }
.f16 .im { background-position: 0 -1840px; }
.f16 .in { background-position: 0 -1856px; }
.f16 .iq { background-position: 0 -1872px; }
.f16 .ir { background-position: 0 -1888px; }
.f16 .is { background-position: 0 -1904px; }
.f16 .it { background-position: 0 -1920px; }
.f16 .je { background-position: 0 -1936px; }
.f16 .jm { background-position: 0 -1952px; }
.f16 .jo { background-position: 0 -1968px; }
.f16 .jp { background-position: 0 -1984px; }
.f16 .ke { background-position: 0 -2000px; }
.f16 .kg { background-position: 0 -2016px; }
.f16 .kh { background-position: 0 -2032px; }
.f16 .ki { background-position: 0 -2048px; }
.f16 .km { background-position: 0 -2064px; }
.f16 .kn { background-position: 0 -2080px; }
.f16 .kp { background-position: 0 -2096px; }
.f16 .kr { background-position: 0 -2112px; }
.f16 .kw { background-position: 0 -2128px; }
.f16 .ky { background-position: 0 -2144px; }
.f16 .kz { background-position: 0 -2160px; }
.f16 .la { background-position: 0 -2176px; }
.f16 .lb { background-position: 0 -2192px; }
.f16 .lc { background-position: 0 -2208px; }
.f16 .li { background-position: 0 -2224px; }
.f16 .lk { background-position: 0 -2240px; }
.f16 .lr { background-position: 0 -2256px; }
.f16 .ls { background-position: 0 -2272px; }
.f16 .lt { background-position: 0 -2288px; }
.f16 .lu { background-position: 0 -2304px; }
.f16 .lv { background-position: 0 -2320px; }
.f16 .ly { background-position: 0 -2336px; }
.f16 .ma { background-position: 0 -2352px; }
.f16 .md { background-position: 0 -2368px; }
.f16 .me { background-position: 0 -2384px; }
.f16 .mg { background-position: 0 -2400px; }
.f16 .mh { background-position: 0 -2416px; }
.f16 .mk { background-position: 0 -2432px; }
.f16 .ml { background-position: 0 -2448px; }
.f16 .mm { background-position: 0 -2464px; }
.f16 .mn { background-position: 0 -2480px; }
.f16 .mo { background-position: 0 -2496px; }
.f16 .mq { background-position: 0 -2512px; }
.f16 .mr { background-position: 0 -2528px; }
.f16 .ms { background-position: 0 -2544px; }
.f16 .mt { background-position: 0 -2560px; }
.f16 .mu { background-position: 0 -2576px; }
.f16 .mv { background-position: 0 -2592px; }
.f16 .mw { background-position: 0 -2608px; }
.f16 .mx { background-position: 0 -2624px; }
.f16 .my { background-position: 0 -2640px; }
.f16 .mz { background-position: 0 -2656px; }
.f16 .na { background-position: 0 -2672px; }
.f16 .nc { background-position: 0 -2688px; }
.f16 .ne { background-position: 0 -2704px; }
.f16 .ng { background-position: 0 -2720px; }
.f16 .ni { background-position: 0 -2736px; }
.f16 .nl { background-position: 0 -2752px; }
.f16 .no { background-position: 0 -2768px; }
.f16 .np { background-position: 0 -2784px; }
.f16 .nr { background-position: 0 -2800px; }
.f16 .nz { background-position: 0 -2816px; }
.f16 .om { background-position: 0 -2832px; }
.f16 .pa { background-position: 0 -2848px; }
.f16 .pe { background-position: 0 -2864px; }
.f16 .pf { background-position: 0 -2880px; }
.f16 .pg { background-position: 0 -2896px; }
.f16 .ph { background-position: 0 -2912px; }
.f16 .pk { background-position: 0 -2928px; }
.f16 .pl { background-position: 0 -2944px; }
.f16 .pr { background-position: 0 -2960px; }
.f16 .ps { background-position: 0 -2976px; }
.f16 .pt { background-position: 0 -2992px; }
.f16 .pw { background-position: 0 -3008px; }
.f16 .py { background-position: 0 -3024px; }
.f16 .qa { background-position: 0 -3040px; }
.f16 .re { background-position: 0 -3056px; }
.f16 .ro { background-position: 0 -3072px; }
.f16 .rs { background-position: 0 -3088px; }
.f16 .ru { background-position: 0 -3104px; }
.f16 .rw { background-position: 0 -3120px; }
.f16 .sa { background-position: 0 -3136px; }
.f16 .sb { background-position: 0 -3152px; }
.f16 .sc { background-position: 0 -3168px; }
.f16 .sd { background-position: 0 -3184px; }
.f16 .se { background-position: 0 -3200px; }
.f16 .sg { background-position: 0 -3216px; }
.f16 .si { background-position: 0 -3232px; }
.f16 .sk { background-position: 0 -3248px; }
.f16 .sl { background-position: 0 -3264px; }
.f16 .sm { background-position: 0 -3280px; }
.f16 .sn { background-position: 0 -3296px; }
.f16 .so { background-position: 0 -3312px; }
.f16 .sr { background-position: 0 -3328px; }
.f16 .st { background-position: 0 -3344px; }
.f16 .sv { background-position: 0 -3360px; }
.f16 .sy { background-position: 0 -3376px; }
.f16 .sz { background-position: 0 -3392px; }
.f16 .tc { background-position: 0 -3408px; }
.f16 .td { background-position: 0 -3424px; }
.f16 .tg { background-position: 0 -3440px; }
.f16 .th { background-position: 0 -3456px; }
.f16 .tj { background-position: 0 -3472px; }
.f16 .tl { background-position: 0 -3488px; }
.f16 .tm { background-position: 0 -3504px; }
.f16 .tn { background-position: 0 -3520px; }
.f16 .to { background-position: 0 -3536px; }
.f16 .tr { background-position: 0 -3552px; }
.f16 .tt { background-position: 0 -3568px; }
.f16 .tv { background-position: 0 -3584px; }
.f16 .tw { background-position: 0 -3600px; }
.f16 .tz { background-position: 0 -3616px; }
.f16 .ua { background-position: 0 -3632px; }
.f16 .ug { background-position: 0 -3648px; }
.f16 .us { background-position: 0 -3664px; }
.f16 .uy { background-position: 0 -3680px; }
.f16 .uz { background-position: 0 -3696px; }
.f16 .va { background-position: 0 -3712px; }
.f16 .vc { background-position: 0 -3728px; }
.f16 .ve { background-position: 0 -3744px; }
.f16 .vg { background-position: 0 -3760px; }
.f16 .vi { background-position: 0 -3776px; }
.f16 .vn { background-position: 0 -3792px; }
.f16 .vu { background-position: 0 -3808px; }
.f16 .ws { background-position: 0 -3824px; }
.f16 .ye { background-position: 0 -3840px; }
.f16 .za { background-position: 0 -3856px; }
.f16 .zm { background-position: 0 -3872px; }
.f16 .zw { background-position: 0 -3888px; }  .actions {
margin-top: 20px;
}.btn-social{position:relative;padding-left:44px !important;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:5px;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(22, 22, 22, 0.1);}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#d87a68,#d87a68) !important;}.btn-adn:hover,.btn-adn:focus,.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#ce563f,#ce563f) !important;}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}
.btn-adn.disabled,.btn-adn[disabled],fieldset[disabled] .btn-adn,.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled:active,.btn-adn[disabled]:active,fieldset[disabled] .btn-adn:active,.btn-adn.disabled.active,.btn-adn[disabled].active,fieldset[disabled] .btn-adn.active{background-color:#d87a68;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#d87a68,#d87a68) !important;}
.btn-adn .badge{color:#d87a68;background-color:#fff}
.btn-bitbucket{color:#fff !important;background-color:#205081;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#205081,#205081) !important;}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#163758,#163758) !important;}
.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none}
.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#205081,#205081) !important;}
.btn-bitbucket .badge{color:#205081;background-color:#fff}
.btn-dropbox{color:#fff !important;background-color:#1087dd;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1087dd,#1087dd) !important;;;}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#0d6aad,#0d6aad) !important;}
.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}
.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1087dd,#1087dd) !important;}
.btn-dropbox .badge{color:#1087dd;background-color:#fff}
.btn-facebook{color:#fff !important;background-color:#4267B2;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#4267B2,#4267B2) !important;}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#4267B2;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#4267B2,#4267B2) !important;}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#4267B2;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#4267B2,#4267B2) !important;}
.btn-facebook .badge{color:#4267B2;background-color:#fff}
.btn-flickr{color:#fff !important;background-color:#ff0084;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#ff0084,#ff0084) !important;}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#cc006a,#cc006a) !important;}
.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}
.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#ff0084,#ff0084) !important;}
.btn-flickr .badge{color:#ff0084;background-color:#fff}
.btn-foursquare{color:#fff !important;background-color:#f94877;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f94877,#f94877) !important;}.btn-foursquare:hover,.btn-foursquare:focus,.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f71752,#f71752) !important;}
.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none}
.btn-foursquare.disabled,.btn-foursquare[disabled],fieldset[disabled] .btn-foursquare,.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled:active,.btn-foursquare[disabled]:active,fieldset[disabled] .btn-foursquare:active,.btn-foursquare.disabled.active,.btn-foursquare[disabled].active,fieldset[disabled] .btn-foursquare.active{background-color:#f94877;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f94877,#f94877) !important;}
.btn-foursquare .badge{color:#f94877;background-color:#fff}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#444,#444) !important;}.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2b2b2b,#2b2b2b) !important;}
.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}
.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#444,#444) !important;}
.btn-github .badge{color:#444;background-color:#fff}
.btn-google{color:#fff !important;background-color:##fff;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,##fff,##fff) !important;}.btn-google:hover,.btn-google:focus,.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#fff;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#fff,#fff) !important;}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
.btn-google.disabled,.btn-google[disabled],fieldset[disabled] .btn-google,.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled:active,.btn-google[disabled]:active,fieldset[disabled] .btn-google:active,.btn-google.disabled.active,.btn-google[disabled].active,fieldset[disabled] .btn-google.active{background-color:##fff;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,##fff,##fff) !important;}
.btn-google .badge{color:##fff;background-color:#fff}
.btn-instagram{color:#fff!important;background-color:#3f729b;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#3f729b,#3f729b) !important;}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#305777,#305777) !important;}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#3f729b,#3f729b) !important;}
.btn-instagram .badge{color:#3f729b;background-color:#fff}
.btn-linkedin{color:#fff !important;background-color:#007bb6;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#007bb6,#007bb6) !important;}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#005983,#005983) !important;}
.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#007bb6,#007bb6) !important;}
.btn-linkedin .badge{color:#007bb6;background-color:#fff}
.btn-microsoft{color:#fff !important;background-color:#2672ec;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2672ec,#2672ec) !important;}.btn-microsoft:hover,.btn-microsoft:focus,.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#125acd,#125acd) !important;}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none}
.btn-microsoft.disabled,.btn-microsoft[disabled],fieldset[disabled] .btn-microsoft,.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled:active,.btn-microsoft[disabled]:active,fieldset[disabled] .btn-microsoft:active,.btn-microsoft.disabled.active,.btn-microsoft[disabled].active,fieldset[disabled] .btn-microsoft.active{background-color:#2672ec;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2672ec,#2672ec) !important;}
.btn-microsoft .badge{color:#2672ec;background-color:#fff}
.btn-openid{color:#fff !important;background-color:#f7931e;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f7931e,#f7931e) !important;}.btn-openid:hover,.btn-openid:focus,.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#da7908,#da7908) !important;}
.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{background-image:none}
.btn-openid.disabled,.btn-openid[disabled],fieldset[disabled] .btn-openid,.btn-openid.disabled:hover,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid:hover,.btn-openid.disabled:focus,.btn-openid[disabled]:focus,fieldset[disabled] .btn-openid:focus,.btn-openid.disabled:active,.btn-openid[disabled]:active,fieldset[disabled] .btn-openid:active,.btn-openid.disabled.active,.btn-openid[disabled].active,fieldset[disabled] .btn-openid.active{background-color:#f7931e;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f7931e,#f7931e) !important;}
.btn-openid .badge{color:#f7931e;background-color:#fff}
.btn-pinterest{color:#fff !important;background-color:#cb2027;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#cb2027,#cb2027) !important;}.btn-pinterest:hover,.btn-pinterest:focus,.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#9f191f,#9f191f) !important;}
.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{background-image:none}
.btn-pinterest.disabled,.btn-pinterest[disabled],fieldset[disabled] .btn-pinterest,.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled:active,.btn-pinterest[disabled]:active,fieldset[disabled] .btn-pinterest:active,.btn-pinterest.disabled.active,.btn-pinterest[disabled].active,fieldset[disabled] .btn-pinterest.active{background-color:#cb2027;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#cb2027,#cb2027) !important;}
.btn-pinterest .badge{color:#cb2027;background-color:#fff}
.btn-reddit{color:#000 !important;background-color:#CEE3F8; border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#CEE3F8,#CEE3F8) !important;}.btn-reddit:hover,.btn-reddit:focus,.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#bcddff,#bcddff) !important;}
.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{background-image:none}
.btn-reddit.disabled,.btn-reddit[disabled],fieldset[disabled] .btn-reddit,.btn-reddit.disabled:hover,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit:hover,.btn-reddit.disabled:focus,.btn-reddit[disabled]:focus,fieldset[disabled] .btn-reddit:focus,.btn-reddit.disabled:active,.btn-reddit[disabled]:active,fieldset[disabled] .btn-reddit:active,.btn-reddit.disabled.active,.btn-reddit[disabled].active,fieldset[disabled] .btn-reddit.active{background-color:#CEE3F8;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#CEE3F8,#CEE3F8) !important;}
.btn-reddit .badge{color:#CEE3F8;background-color:#000}
.btn-soundcloud{color:#fff !important;background-color:#f50;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f50,#f50) !important;}.btn-soundcloud:hover,.btn-soundcloud:focus,.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#c40,#c40) !important;}
.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{background-image:none}
.btn-soundcloud.disabled,.btn-soundcloud[disabled],fieldset[disabled] .btn-soundcloud,.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud:hover,.btn-soundcloud.disabled:focus,.btn-soundcloud[disabled]:focus,fieldset[disabled] .btn-soundcloud:focus,.btn-soundcloud.disabled:active,.btn-soundcloud[disabled]:active,fieldset[disabled] .btn-soundcloud:active,.btn-soundcloud.disabled.active,.btn-soundcloud[disabled].active,fieldset[disabled] .btn-soundcloud.active{background-color:#f50;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#f50,#f50) !important;}
.btn-soundcloud .badge{color:#f50;background-color:#fff}
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2c4762,#2c4762) !important;}.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1c2d3f,#1c2d3f) !important;}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none}
.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2c4762,#2c4762) !important;}
.btn-tumblr .badge{color:#2c4762;background-color:#fff}
.btn-twitter{color:#fff !important;background-color:#55acee;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#55acee,#55acee) !important;}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2795e9,#2795e9) !important;}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#55acee,#55acee) !important;}
.btn-twitter .badge{color:#55acee;background-color:#fff}
.btn-vimeo{color:#fff !important;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1ab7ea,#1ab7ea) !important;}.btn-vimeo:hover,.btn-vimeo:focus,.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1295bf,#1295bf) !important;}
.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{background-image:none}
.btn-vimeo.disabled,.btn-vimeo[disabled],fieldset[disabled] .btn-vimeo,.btn-vimeo.disabled:hover,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo:hover,.btn-vimeo.disabled:focus,.btn-vimeo[disabled]:focus,fieldset[disabled] .btn-vimeo:focus,.btn-vimeo.disabled:active,.btn-vimeo[disabled]:active,fieldset[disabled] .btn-vimeo:active,.btn-vimeo.disabled.active,.btn-vimeo[disabled].active,fieldset[disabled] .btn-vimeo.active{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1ab7ea,#1ab7ea) !important;}
.btn-vimeo .badge{color:#1ab7ea;background-color:#fff}
.btn-kakao{color:#fff !important;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1ab7ea,#1ab7ea) !important;}.btn-kakao:hover,.btn-kakao:focus,.btn-kakao:active,.btn-kakao.active,.open>.dropdown-toggle.btn-kakao{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1295bf,#1295bf) !important;}
.btn-kakao:active,.btn-kakao.active,.open>.dropdown-toggle.btn-kakao{background-image:none}
.btn-kakao.disabled,.btn-kakao[disabled],fieldset[disabled] .btn-kakao,.btn-kakao.disabled:hover,.btn-kakao[disabled]:hover,fieldset[disabled] .btn-kakao:hover,.btn-kakao.disabled:focus,.btn-kakao[disabled]:focus,fieldset[disabled] .btn-kakao:focus,.btn-kakao.disabled:active,.btn-kakao[disabled]:active,fieldset[disabled] .btn-kakao:active,.btn-kakao.disabled.active,.btn-kakao[disabled].active,fieldset[disabled] .btn-kakao.active{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1ab7ea,#1ab7ea) !important;}
.btn-kakao .badge{color:#1ab7ea;background-color:#fff}
.btn-vk{color:#fff !important;background-color:#587ea3;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#587ea3,#587ea3) !important;}.btn-vk:hover,.btn-vk:focus,.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#466482,#466482) !important;}
.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none}
.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#587ea3,#587ea3) !important;}
.btn-vk .badge{color:#587ea3;background-color:#fff}
.btn-yahoo{color:#fff !important;background-color:#720e9e;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#720e9e,#720e9e) !important;}.btn-yahoo:hover,.btn-yahoo:focus,.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#500a6f,#500a6f) !important;}
.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{background-image:none}
.btn-yahoo.disabled,.btn-yahoo[disabled],fieldset[disabled] .btn-yahoo,.btn-yahoo.disabled:hover,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo:hover,.btn-yahoo.disabled:focus,.btn-yahoo[disabled]:focus,fieldset[disabled] .btn-yahoo:focus,.btn-yahoo.disabled:active,.btn-yahoo[disabled]:active,fieldset[disabled] .btn-yahoo:active,.btn-yahoo.disabled.active,.btn-yahoo[disabled].active,fieldset[disabled] .btn-yahoo.active{background-color:#720e9e;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#720e9e,#720e9e) !important;}
.btn-yahoo .badge{color:#720e9e;background-color:#fff}
.btn-wordpress{color:#fff !important;background-color:#587ea3;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#587ea3,#587ea3) !important;}.btn-wordpress:hover,.btn-wordpress:focus,.btn-wordpress:active,.btn-wordpress.active,.open>.dropdown-toggle.btn-wordpress{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#466482,#466482) !important;}
.btn-wordpress:active,.btn-wordpress.active,.open>.dropdown-toggle.btn-wordpress{background-image:none}
.btn-wordpress.disabled,.btn-wordpress[disabled],fieldset[disabled] .btn-wordpress,.btn-wordpress.disabled:hover,.btn-wordpress[disabled]:hover,fieldset[disabled] .btn-wordpress:hover,.btn-wordpress.disabled:focus,.btn-wordpress[disabled]:focus,fieldset[disabled] .btn-wordpress:focus,.btn-wordpress.disabled:active,.btn-wordpress[disabled]:active,fieldset[disabled] .btn-wordpress:active,.btn-wordpress.disabled.active,.btn-wordpress[disabled].active,fieldset[disabled] .btn-wordpress.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#587ea3,#587ea3) !important;}
.btn-wordpress .badge{color:#587ea3;background-color:#fff}
.btn-disqus{color:#fff !important;background-color:#55acee;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#55acee,#55acee) !important;}.btn-disqus:hover,.btn-disqus:focus,.btn-disqus:active,.btn-disqus.active,.open>.dropdown-toggle.btn-disqus{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2795e9,#2795e9) !important;}
.btn-disqus:active,.btn-disqus.active,.open>.dropdown-toggle.btn-disqus{background-image:none}
.btn-disqus.disabled,.btn-disqus[disabled],fieldset[disabled] .btn-disqus,.btn-disqus.disabled:hover,.btn-disqus[disabled]:hover,fieldset[disabled] .btn-disqus:hover,.btn-disqus.disabled:focus,.btn-disqus[disabled]:focus,fieldset[disabled] .btn-disqus:focus,.btn-disqus.disabled:active,.btn-disqus[disabled]:active,fieldset[disabled] .btn-disqus:active,.btn-disqus.disabled.active,.btn-disqus[disabled].active,fieldset[disabled] .btn-disqus.active{background-color:#55acee;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#55acee,#55acee) !important;}
.btn-disqus .badge{color:#55acee;background-color:#fff}
.btn-twitch{color:#fff !important;background-color:#720e9e;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#720e9e,#720e9e) !important;}.btn-twitch:hover,.btn-twitch:focus,.btn-twitch:active,.btn-twitch.active,.open>.dropdown-toggle.btn-twitch{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#500a6f,#500a6f) !important;}
.btn-twitch:active,.btn-twitch.active,.open>.dropdown-toggle.btn-twitch{background-image:none}
.btn-twitch.disabled,.btn-twitch[disabled],fieldset[disabled] .btn-twitch,.btn-twitch.disabled:hover,.btn-twitch[disabled]:hover,fieldset[disabled] .btn-twitch:hover,.btn-twitch.disabled:focus,.btn-twitch[disabled]:focus,fieldset[disabled] .btn-twitch:focus,.btn-twitch.disabled:active,.btn-twitch[disabled]:active,fieldset[disabled] .btn-twitch:active,.btn-twitch.disabled.active,.btn-twitch[disabled].active,fieldset[disabled] .btn-twitch.active{background-color:#720e9e;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#720e9e,#720e9e) !important;}
.btn-twitch .badge{color:#720e9e;background-color:#fff}.btn-block {
display: block;
width: 90%;
}
.btn-block-inline {
display: inline-block;
width: 90%;
margin-left: 10px;
}
.btn {
display: inline-block; margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
text-decoration: none
}
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus
{
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
.btn:hover,.btn:focus,.btn.focus {
text-decoration: none
}
.btn:active,.btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
pointer-events: none;
cursor: not-allowed;
filter: alpha(opacity = 65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc
}
.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default
{
color: #333;
background-color: #e6e6e6;
border-color: #adadad
}
.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default
{
background-image: none
}
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active
{
background-color: #fff;
border-color: #ccc
}
.btn-default .badge {
color: #fff;
background-color: #333
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4
}
.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary
{
color: #fff;
background-color: #286090;
border-color: #204d74
}
.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary
{
background-image: none
}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active
{
background-color: #337ab7;
border-color: #2e6da4
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c
}
.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success
{
color: #fff;
background-color: #449d44;
border-color: #398439
}
.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success
{
background-image: none
}
.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active
{
background-color: #5cb85c;
border-color: #4cae4c
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da
}
.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info
{
color: #fff;
background-color: #31b0d5;
border-color: #269abc
}
.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
background-image: none
}
.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active
{
background-color: #5bc0de;
border-color: #46b8da
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236
}
.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning
{
color: #fff;
background-color: #ec971f;
border-color: #d58512
}
.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning
{
background-image: none
}
.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active
{
background-color: #f0ad4e;
border-color: #eea236
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a
}
.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger
{
color: #fff;
background-color: #c9302c;
border-color: #ac2925
}
.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger
{
background-image: none
}
.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active
{
background-color: #d9534f;
border-color: #d43f3a
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff
}
.btn-link {
font-weight: 400;
color: #337ab7;
border-radius: 0
}
.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link
{
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none
}
.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
border-color: transparent
}
.btn-link:hover,.btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent
}
.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus
{
color: #777;
text-decoration: none
}
.btn-lg,.btn-group-lg>.btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px
}
.btn-sm,.btn-group-sm>.btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px
}
.btn-xs,.btn-group-xs>.btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px
}
.btn-block {
display: block;
width: 100%
}
.btn-block+.btn-block {
margin-top: 5px
}
input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block
{
width: 100%
}
.btn-group,.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle
}
.btn-group>.btn,.btn-group-vertical>.btn {
position: relative;
float: left
}
.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active
{
z-index: 2
}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group
{
margin-left: -1px
}
.btn-toolbar {
margin-left: -5px
}
.btn-toolbar .btn-group,.btn-toolbar .input-group {
float: left
}
.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
margin-left: 5px
}
.btn-group>.btn:not (:first-child ):not (:last-child ):not (.dropdown-toggle
){
border-radius: 0
}
.btn-group>.btn:first-child {
margin-left: 0
}
.btn-group>.btn:first-child:not (:last-child ):not (.dropdown-toggle ){
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.btn-group>.btn:last-child:not (:first-child ),.btn-group>.dropdown-toggle:not
(:first-child ){
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.btn-group>.btn-group {
float: left
}
.btn-group>.btn-group:not (:first-child ):not (:last-child )>.btn {
border-radius: 0
}
.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle
{
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.btn-group>.btn-group:last-child>.btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
outline: 0
}
.btn-group>.btn+.dropdown-toggle {
padding-right: 8px;
padding-left: 8px
}
.btn-group>.btn-lg+.dropdown-toggle {
padding-right: 12px;
padding-left: 12px
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none
}
.btn .caret {
margin-left: 0
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px
}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn
{
display: block;
float: none;
width: 100%;
max-width: 100%
}
.btn-group-vertical>.btn-group>.btn {
float: none
}
.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group
{
margin-top: -1px;
margin-left: 0
}
.btn-group-vertical>.btn:not (:first-child ):not (:last-child ){
border-radius: 0
}
.btn-group-vertical>.btn:first-child:not (:last-child ){
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not (:first-child ){
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 4px
}
.btn-group-vertical>.btn-group:not (:first-child ):not (:last-child )>.btn
{
border-radius: 0
}
.btn-group-vertical>.btn-group:first-child:not (:last-child )>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not
(:last-child )>.dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child:not (:first-child )>.btn:first-child
{
border-top-left-radius: 0;
border-top-right-radius: 0
}@font-face{font-family:'FontAwesome';src:url(//foundry.bio/wp-content/plugins/miniorange-login-openid/includes/fonts/fontawesome-webfont.eot?v=4.6.2);src:url(//foundry.bio/wp-content/plugins/miniorange-login-openid/includes/fonts/fontawesome-webfont.eot?#iefix&v=4.6.2) format('embedded-opentype'),url(//foundry.bio/wp-content/plugins/miniorange-login-openid/includes/fonts/fontawesome-webfont.woff2?v=4.6.2) format('woff2'),url(//foundry.bio/wp-content/plugins/miniorange-login-openid/includes/fonts/fontawesome-webfont.woff?v=4.6.2) format('woff'),url(//foundry.bio/wp-content/plugins/miniorange-login-openid/includes/fonts/fontawesome-webfont.ttf?v=4.6.2) format('truetype'),url(//foundry.bio/wp-content/plugins/miniorange-login-openid/includes/fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.mofa{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}.mofa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.mofa-2x{font-size:2em}.mofa-3x{font-size:3em}.mofa-4x{font-size:4em}.mofa-5x{font-size:5em}.mofa-fw{width:1.28571429em;text-align:center}.mofa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.mofa-ul>li{position:relative}.mofa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.mofa-li.mofa-lg{left:-1.85714286em}.mofa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.mofa-pull-left{float:left}.mofa-pull-right{float:right}.mofa.mofa-pull-left{margin-right:.3em}.mofa.mofa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.mofa.pull-left{margin-right:.3em}.mofa.pull-right{margin-left:.3em}.mofa-spin{-webkit-animation:mofa-spin 2s infinite linear;animation:mofa-spin 2s infinite linear}.mofa-pulse{-webkit-animation:mofa-spin 1s infinite steps(8);animation:mofa-spin 1s infinite steps(8)}@-webkit-keyframes mofa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes mofa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.mofa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.mofa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.mofa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.mofa-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)}.mofa-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 .mofa-rotate-90,:root .mofa-rotate-180,:root .mofa-rotate-270,:root .mofa-flip-horizontal,:root .mofa-flip-vertical{filter:none}.mofa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.mofa-stack-1x,.mofa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.mofa-stack-1x{line-height:inherit}.mofa-stack-2x{font-size:2em}.mofa-inverse{color:#fff}.mofa-glass:before{content:"\f000"}.mofa-music:before{content:"\f001"}.mofa-search:before{content:"\f002"}.mofa-envelope-o:before{content:"\f003"}.mofa-heart:before{content:"\f004"}.mofa-star:before{content:"\f005"}.mofa-star-o:before{content:"\f006"}.mofa-user:before{content:"\f007"}.mofa-film:before{content:"\f008"}.mofa-th-large:before{content:"\f009"}.mofa-th:before{content:"\f00a"}.mofa-th-list:before{content:"\f00b"}.mofa-check:before{content:"\f00c"}.mofa-remove:before,.mofa-close:before,.mofa-times:before{content:"\f00d"}.mofa-search-plus:before{content:"\f00e"}.mofa-search-minus:before{content:"\f010"}.mofa-power-off:before{content:"\f011"}.mofa-signal:before{content:"\f012"}.mofa-gear:before,.mofa-cog:before{content:"\f013"}.mofa-trash-o:before{content:"\f014"}.mofa-home:before{content:"\f015"}.mofa-file-o:before{content:"\f016"}.mofa-clock-o:before{content:"\f017"}.mofa-road:before{content:"\f018"}.mofa-download:before{content:"\f019"}.mofa-arrow-circle-o-down:before{content:"\f01a"}.mofa-arrow-circle-o-up:before{content:"\f01b"}.mofa-inbox:before{content:"\f01c"}.mofa-play-circle-o:before{content:"\f01d"}.mofa-rotate-right:before,.mofa-repeat:before{content:"\f01e"}.mofa-refresh:before{content:"\f021"}.mofa-list-alt:before{content:"\f022"}.mofa-lock:before{content:"\f023"}.mofa-flag:before{content:"\f024"}.mofa-headphones:before{content:"\f025"}.mofa-volume-off:before{content:"\f026"}.mofa-volume-down:before{content:"\f027"}.mofa-volume-up:before{content:"\f028"}.mofa-qrcode:before{content:"\f029"}.mofa-barcode:before{content:"\f02a"}.mofa-tag:before{content:"\f02b"}.mofa-tags:before{content:"\f02c"}.mofa-book:before{content:"\f02d"}.mofa-bookmark:before{content:"\f02e"}.mofa-print:before{content:"\f02f"}.mofa-camera:before{content:"\f030"}.mofa-font:before{content:"\f031"}.mofa-bold:before{content:"\f032"}.mofa-italic:before{content:"\f033"}.mofa-text-height:before{content:"\f034"}.mofa-text-width:before{content:"\f035"}.mofa-align-left:before{content:"\f036"}.mofa-align-center:before{content:"\f037"}.mofa-align-right:before{content:"\f038"}.mofa-align-justify:before{content:"\f039"}.mofa-list:before{content:"\f03a"}.mofa-dedent:before,.mofa-outdent:before{content:"\f03b"}.mofa-indent:before{content:"\f03c"}.mofa-video-camera:before{content:"\f03d"}.mofa-photo:before,.mofa-image:before,.mofa-picture-o:before{content:"\f03e"}.mofa-pencil:before{content:"\f040"}.mofa-map-marker:before{content:"\f041"}.mofa-adjust:before{content:"\f042"}.mofa-tint:before{content:"\f043"}.mofa-edit:before,.mofa-pencil-square-o:before{content:"\f044"}.mofa-share-square-o:before{content:"\f045"}.mofa-check-square-o:before{content:"\f046"}.mofa-arrows:before{content:"\f047"}.mofa-step-backward:before{content:"\f048"}.mofa-fast-backward:before{content:"\f049"}.mofa-backward:before{content:"\f04a"}.mofa-play:before{content:"\f04b"}.mofa-pause:before{content:"\f04c"}.mofa-stop:before{content:"\f04d"}.mofa-forward:before{content:"\f04e"}.mofa-fast-forward:before{content:"\f050"}.mofa-step-forward:before{content:"\f051"}.mofa-eject:before{content:"\f052"}.mofa-chevron-left:before{content:"\f053"}.mofa-chevron-right:before{content:"\f054"}.mofa-plus-circle:before{content:"\f055"}.mofa-minus-circle:before{content:"\f056"}.mofa-times-circle:before{content:"\f057"}.mofa-check-circle:before{content:"\f058"}.mofa-question-circle:before{content:"\f059"}.mofa-info-circle:before{content:"\f05a"}.mofa-crosshairs:before{content:"\f05b"}.mofa-times-circle-o:before{content:"\f05c"}.mofa-check-circle-o:before{content:"\f05d"}.mofa-ban:before{content:"\f05e"}.mofa-arrow-left:before{content:"\f060"}.mofa-arrow-right:before{content:"\f061"}.mofa-arrow-up:before{content:"\f062"}.mofa-arrow-down:before{content:"\f063"}.mofa-mail-forward:before,.mofa-share:before{content:"\f064"}.mofa-expand:before{content:"\f065"}.mofa-compress:before{content:"\f066"}.mofa-plus:before{content:"\f067"}.mofa-minus:before{content:"\f068"}.mofa-asterisk:before{content:"\f069"}.mofa-exclamation-circle:before{content:"\f06a"}.mofa-gift:before{content:"\f06b"}.mofa-leaf:before{content:"\f06c"}.mofa-fire:before{content:"\f06d"}.mofa-eye:before{content:"\f06e"}.mofa-eye-slash:before{content:"\f070"}.mofa-warning:before,.mofa-exclamation-triangle:before{content:"\f071"}.mofa-plane:before{content:"\f072"}.mofa-calendar:before{content:"\f073"}.mofa-random:before{content:"\f074"}.mofa-comment:before{content:"\f075"}.mofa-magnet:before{content:"\f076"}.mofa-chevron-up:before{content:"\f077"}.mofa-chevron-down:before{content:"\f078"}.mofa-retweet:before{content:"\f079"}.mofa-shopping-cart:before{content:"\f07a"}.mofa-folder:before{content:"\f07b"}.mofa-folder-open:before{content:"\f07c"}.mofa-arrows-v:before{content:"\f07d"}.mofa-arrows-h:before{content:"\f07e"}.mofa-bar-chart-o:before,.mofa-bar-chart:before{content:"\f080"}.mofa-twitter-square:before{content:"\f081"}.mofa-facebook-square:before{content:"\f082"}.mofa-camera-retro:before{content:"\f083"}.mofa-key:before{content:"\f084"}.mofa-gears:before,.mofa-cogs:before{content:"\f085"}.mofa-comments:before{content:"\f086"}.mofa-thumbs-o-up:before{content:"\f087"}.mofa-thumbs-o-down:before{content:"\f088"}.mofa-star-half:before{content:"\f089"}.mofa-heart-o:before{content:"\f08a"}.mofa-sign-out:before{content:"\f08b"}.mofa-linkedin-square:before{content:"\f08c"}.mofa-thumb-tack:before{content:"\f08d"}.mofa-external-link:before{content:"\f08e"}.mofa-sign-in:before{content:"\f090"}.mofa-trophy:before{content:"\f091"}.mofa-github-square:before{content:"\f092"}.mofa-upload:before{content:"\f093"}.mofa-lemon-o:before{content:"\f094"}.mofa-phone:before{content:"\f095"}.mofa-square-o:before{content:"\f096"}.mofa-bookmark-o:before{content:"\f097"}.mofa-phone-square:before{content:"\f098"}.mofa-twitter:before{content:"\f099"}.mofa-facebook-f:before,.mofa-facebook:before{content:"\f09a"}.mofa-github:before{content:"\f09b"}.mofa-unlock:before{content:"\f09c"}.mofa-credit-card:before{content:"\f09d"}.mofa-feed:before,.mofa-rss:before{content:"\f09e"}.mofa-hdd-o:before{content:"\f0a0"}.mofa-bullhorn:before{content:"\f0a1"}.mofa-bell:before{content:"\f0f3"}.mofa-certificate:before{content:"\f0a3"}.mofa-hand-o-right:before{content:"\f0a4"}.mofa-hand-o-left:before{content:"\f0a5"}.mofa-hand-o-up:before{content:"\f0a6"}.mofa-hand-o-down:before{content:"\f0a7"}.mofa-arrow-circle-left:before{content:"\f0a8"}.mofa-arrow-circle-right:before{content:"\f0a9"}.mofa-arrow-circle-up:before{content:"\f0aa"}.mofa-arrow-circle-down:before{content:"\f0ab"}.mofa-globe:before{content:"\f0ac"}.mofa-wrench:before{content:"\f0ad"}.mofa-tasks:before{content:"\f0ae"}.mofa-filter:before{content:"\f0b0"}.mofa-briefcase:before{content:"\f0b1"}.mofa-arrows-alt:before{content:"\f0b2"}.mofa-group:before,.mofa-users:before{content:"\f0c0"}.mofa-chain:before,.mofa-link:before{content:"\f0c1"}.mofa-cloud:before{content:"\f0c2"}.mofa-flask:before{content:"\f0c3"}.mofa-cut:before,.mofa-scissors:before{content:"\f0c4"}.mofa-copy:before,.mofa-files-o:before{content:"\f0c5"}.mofa-paperclip:before{content:"\f0c6"}.mofa-save:before,.mofa-floppy-o:before{content:"\f0c7"}.mofa-square:before{content:"\f0c8"}.mofa-navicon:before,.mofa-reorder:before,.mofa-bars:before{content:"\f0c9"}.mofa-list-ul:before{content:"\f0ca"}.mofa-list-ol:before{content:"\f0cb"}.mofa-strikethrough:before{content:"\f0cc"}.mofa-underline:before{content:"\f0cd"}.mofa-table:before{content:"\f0ce"}.mofa-magic:before{content:"\f0d0"}.mofa-truck:before{content:"\f0d1"}.mofa-pinterest:before{content:"\f0d2"}.mofa-pinterest-square:before{content:"\f0d3"}.mofa-google-plus-square:before{content:"\f0d4"}.mofa-google-plus:before{content:"\f0d5"}.mofa-money:before{content:"\f0d6"}.mofa-caret-down:before{content:"\f0d7"}.mofa-caret-up:before{content:"\f0d8"}.mofa-caret-left:before{content:"\f0d9"}.mofa-caret-right:before{content:"\f0da"}.mofa-columns:before{content:"\f0db"}.mofa-unsorted:before,.mofa-sort:before{content:"\f0dc"}.mofa-sort-down:before,.mofa-sort-desc:before{content:"\f0dd"}.mofa-sort-up:before,.mofa-sort-asc:before{content:"\f0de"}.mofa-envelope:before{content:"\f0e0"}.mofa-linkedin:before{content:"\f0e1"}.mofa-rotate-left:before,.mofa-undo:before{content:"\f0e2"}.mofa-legal:before,.mofa-gavel:before{content:"\f0e3"}.mofa-dashboard:before,.mofa-tachometer:before{content:"\f0e4"}.mofa-comment-o:before{content:"\f0e5"}.mofa-comments-o:before{content:"\f0e6"}.mofa-flash:before,.mofa-bolt:before{content:"\f0e7"}.mofa-sitemap:before{content:"\f0e8"}.mofa-umbrella:before{content:"\f0e9"}.mofa-paste:before,.mofa-clipboard:before{content:"\f0ea"}.mofa-lightbulb-o:before{content:"\f0eb"}.mofa-exchange:before{content:"\f0ec"}.mofa-cloud-download:before{content:"\f0ed"}.mofa-cloud-upload:before{content:"\f0ee"}.mofa-user-md:before{content:"\f0f0"}.mofa-stethoscope:before{content:"\f0f1"}.mofa-suitcase:before{content:"\f0f2"}.mofa-bell-o:before{content:"\f0a2"}.mofa-coffee:before{content:"\f0f4"}.mofa-cutlery:before{content:"\f0f5"}.mofa-file-text-o:before{content:"\f0f6"}.mofa-building-o:before{content:"\f0f7"}.mofa-hospital-o:before{content:"\f0f8"}.mofa-ambulance:before{content:"\f0f9"}.mofa-medkit:before{content:"\f0fa"}.mofa-fighter-jet:before{content:"\f0fb"}.mofa-beer:before{content:"\f0fc"}.mofa-h-square:before{content:"\f0fd"}.mofa-plus-square:before{content:"\f0fe"}.mofa-angle-double-left:before{content:"\f100"}.mofa-angle-double-right:before{content:"\f101"}.mofa-angle-double-up:before{content:"\f102"}.mofa-angle-double-down:before{content:"\f103"}.mofa-angle-left:before{content:"\f104"}.mofa-angle-right:before{content:"\f105"}.mofa-angle-up:before{content:"\f106"}.mofa-angle-down:before{content:"\f107"}.mofa-desktop:before{content:"\f108"}.mofa-laptop:before{content:"\f109"}.mofa-tablet:before{content:"\f10a"}.mofa-mobile-phone:before,.mofa-mobile:before{content:"\f10b"}.mofa-circle-o:before{content:"\f10c"}.mofa-quote-left:before{content:"\f10d"}.mofa-quote-right:before{content:"\f10e"}.mofa-spinner:before{content:"\f110"}.mofa-circle:before{content:"\f111"}.mofa-mail-reply:before,.mofa-reply:before{content:"\f112"}.mofa-github-alt:before{content:"\f113"}.mofa-folder-o:before{content:"\f114"}.mofa-folder-open-o:before{content:"\f115"}.mofa-smile-o:before{content:"\f118"}.mofa-frown-o:before{content:"\f119"}.mofa-meh-o:before{content:"\f11a"}.mofa-gamepad:before{content:"\f11b"}.mofa-keyboard-o:before{content:"\f11c"}.mofa-flag-o:before{content:"\f11d"}.mofa-flag-checkered:before{content:"\f11e"}.mofa-terminal:before{content:"\f120"}.mofa-code:before{content:"\f121"}.mofa-mail-reply-all:before,.mofa-reply-all:before{content:"\f122"}.mofa-star-half-empty:before,.mofa-star-half-full:before,.mofa-star-half-o:before{content:"\f123"}.mofa-location-arrow:before{content:"\f124"}.mofa-crop:before{content:"\f125"}.mofa-code-fork:before{content:"\f126"}.mofa-unlink:before,.mofa-chain-broken:before{content:"\f127"}.mofa-question:before{content:"\f128"}.mofa-info:before{content:"\f129"}.mofa-exclamation:before{content:"\f12a"}.mofa-superscript:before{content:"\f12b"}.mofa-subscript:before{content:"\f12c"}.mofa-eraser:before{content:"\f12d"}.mofa-puzzle-piece:before{content:"\f12e"}.mofa-microphone:before{content:"\f130"}.mofa-microphone-slash:before{content:"\f131"}.mofa-shield:before{content:"\f132"}.mofa-calendar-o:before{content:"\f133"}.mofa-fire-extinguisher:before{content:"\f134"}.mofa-rocket:before{content:"\f135"}.mofa-maxcdn:before{content:"\f136"}.mofa-chevron-circle-left:before{content:"\f137"}.mofa-chevron-circle-right:before{content:"\f138"}.mofa-chevron-circle-up:before{content:"\f139"}.mofa-chevron-circle-down:before{content:"\f13a"}.mofa-html5:before{content:"\f13b"}.mofa-css3:before{content:"\f13c"}.mofa-anchor:before{content:"\f13d"}.mofa-unlock-alt:before{content:"\f13e"}.mofa-bullseye:before{content:"\f140"}.mofa-ellipsis-h:before{content:"\f141"}.mofa-ellipsis-v:before{content:"\f142"}.mofa-rss-square:before{content:"\f143"}.mofa-play-circle:before{content:"\f144"}.mofa-ticket:before{content:"\f145"}.mofa-minus-square:before{content:"\f146"}.mofa-minus-square-o:before{content:"\f147"}.mofa-level-up:before{content:"\f148"}.mofa-level-down:before{content:"\f149"}.mofa-check-square:before{content:"\f14a"}.mofa-pencil-square:before{content:"\f14b"}.mofa-external-link-square:before{content:"\f14c"}.mofa-share-square:before{content:"\f14d"}.mofa-compass:before{content:"\f14e"}.mofa-toggle-down:before,.mofa-caret-square-o-down:before{content:"\f150"}.mofa-toggle-up:before,.mofa-caret-square-o-up:before{content:"\f151"}.mofa-toggle-right:before,.mofa-caret-square-o-right:before{content:"\f152"}.mofa-euro:before,.mofa-eur:before{content:"\f153"}.mofa-gbp:before{content:"\f154"}.mofa-dollar:before,.mofa-usd:before{content:"\f155"}.mofa-rupee:before,.mofa-inr:before{content:"\f156"}.mofa-cny:before,.mofa-rmb:before,.mofa-yen:before,.mofa-jpy:before{content:"\f157"}.mofa-ruble:before,.mofa-rouble:before,.mofa-rub:before{content:"\f158"}.mofa-won:before,.mofa-krw:before{content:"\f159"}.mofa-bitcoin:before,.mofa-btc:before{content:"\f15a"}.mofa-file:before{content:"\f15b"}.mofa-file-text:before{content:"\f15c"}.mofa-sort-alpha-asc:before{content:"\f15d"}.mofa-sort-alpha-desc:before{content:"\f15e"}.mofa-sort-amount-asc:before{content:"\f160"}.mofa-sort-amount-desc:before{content:"\f161"}.mofa-sort-numeric-asc:before{content:"\f162"}.mofa-sort-numeric-desc:before{content:"\f163"}.mofa-thumbs-up:before{content:"\f164"}.mofa-thumbs-down:before{content:"\f165"}.mofa-youtube-square:before{content:"\f166"}.mofa-youtube:before{content:"\f167"}.mofa-xing:before{content:"\f168"}.mofa-xing-square:before{content:"\f169"}.mofa-youtube-play:before{content:"\f16a"}.mofa-dropbox:before{content:"\f16b"}.mofa-stack-overflow:before{content:"\f16c"}.mofa-instagram:before{content:"\f16d"}.mofa-flickr:before{content:"\f16e"}.mofa-adn:before{content:"\f170"}.mofa-bitbucket:before{content:"\f171"}.mofa-bitbucket-square:before{content:"\f172"}.mofa-tumblr:before{content:"\f173"}.mofa-tumblr-square:before{content:"\f174"}.mofa-long-arrow-down:before{content:"\f175"}.mofa-long-arrow-up:before{content:"\f176"}.mofa-long-arrow-left:before{content:"\f177"}.mofa-long-arrow-right:before{content:"\f178"}.mofa-apple:before{content:"\f179"}.mofa-windows:before{content:"\f17a"}.mofa-android:before{content:"\f17b"}.mofa-linux:before{content:"\f17c"}.mofa-dribbble:before{content:"\f17d"}.mofa-skype:before{content:"\f17e"}.mofa-foursquare:before{content:"\f180"}.mofa-trello:before{content:"\f181"}.mofa-female:before{content:"\f182"}.mofa-male:before{content:"\f183"}.mofa-gittip:before,.mofa-gratipay:before{content:"\f184"}.mofa-sun-o:before{content:"\f185"}.mofa-moon-o:before{content:"\f186"}.mofa-archive:before{content:"\f187"}.mofa-bug:before{content:"\f188"}.mofa-vk:before{content:"\f189"}.mofa-weibo:before{content:"\f18a"}.mofa-renren:before{content:"\f18b"}.mofa-pagelines:before{content:"\f18c"}.mofa-stack-exchange:before{content:"\f18d"}.mofa-arrow-circle-o-right:before{content:"\f18e"}.mofa-arrow-circle-o-left:before{content:"\f190"}.mofa-toggle-left:before,.mofa-caret-square-o-left:before{content:"\f191"}.mofa-dot-circle-o:before{content:"\f192"}.mofa-wheelchair:before{content:"\f193"}.mofa-vimeo-square:before{content:"\f194"}.mofa-turkish-lira:before,.mofa-try:before{content:"\f195"}.mofa-plus-square-o:before{content:"\f196"}.mofa-space-shuttle:before{content:"\f197"}.mofa-slack:before{content:"\f198"}.mofa-envelope-square:before{content:"\f199"}.mofa-wordpress:before{content:"\f19a"}.mofa-openid:before{content:"\f19b"}.mofa-institution:before,.mofa-bank:before,.mofa-university:before{content:"\f19c"}.mofa-mortar-board:before,.mofa-graduation-cap:before{content:"\f19d"}.mofa-yahoo:before{content:"\f19e"}.mofa-google:before{content:"\f1a0"}.mofa-reddit:before{content:"\f1a1"}.mofa-reddit-square:before{content:"\f1a2"}.mofa-stumbleupon-circle:before{content:"\f1a3"}.mofa-stumbleupon:before{content:"\f1a4"}.mofa-delicious:before{content:"\f1a5"}.mofa-digg:before{content:"\f1a6"}.mofa-pied-piper-pp:before{content:"\f1a7"}.mofa-pied-piper-alt:before{content:"\f1a8"}.mofa-drupal:before{content:"\f1a9"}.mofa-joomla:before{content:"\f1aa"}.mofa-language:before{content:"\f1ab"}.mofa-fax:before{content:"\f1ac"}.mofa-building:before{content:"\f1ad"}.mofa-child:before{content:"\f1ae"}.mofa-paw:before{content:"\f1b0"}.mofa-spoon:before{content:"\f1b1"}.mofa-cube:before{content:"\f1b2"}.mofa-cubes:before{content:"\f1b3"}.mofa-behance:before{content:"\f1b4"}.mofa-behance-square:before{content:"\f1b5"}.mofa-steam:before{content:"\f1b6"}.mofa-steam-square:before{content:"\f1b7"}.mofa-recycle:before{content:"\f1b8"}.mofa-automobile:before,.mofa-car:before{content:"\f1b9"}.mofa-cab:before,.mofa-taxi:before{content:"\f1ba"}.mofa-tree:before{content:"\f1bb"}.mofa-spotify:before{content:"\f1bc"}.mofa-deviantart:before{content:"\f1bd"}.mofa-soundcloud:before{content:"\f1be"}.mofa-database:before{content:"\f1c0"}.mofa-file-pdf-o:before{content:"\f1c1"}.mofa-file-word-o:before{content:"\f1c2"}.mofa-file-excel-o:before{content:"\f1c3"}.mofa-file-powerpoint-o:before{content:"\f1c4"}.mofa-file-photo-o:before,.mofa-file-picture-o:before,.mofa-file-image-o:before{content:"\f1c5"}.mofa-file-zip-o:before,.mofa-file-archive-o:before{content:"\f1c6"}.mofa-file-sound-o:before,.mofa-file-audio-o:before{content:"\f1c7"}.mofa-file-movie-o:before,.mofa-file-video-o:before{content:"\f1c8"}.mofa-file-code-o:before{content:"\f1c9"}.mofa-vine:before{content:"\f1ca"}.mofa-codepen:before{content:"\f1cb"}.mofa-jsfiddle:before{content:"\f1cc"}.mofa-life-bouy:before,.mofa-life-buoy:before,.mofa-life-saver:before,.mofa-support:before,.mofa-life-ring:before{content:"\f1cd"}.mofa-circle-o-notch:before{content:"\f1ce"}.mofa-ra:before,.mofa-resistance:before,.mofa-rebel:before{content:"\f1d0"}.mofa-ge:before,.mofa-empire:before{content:"\f1d1"}.mofa-git-square:before{content:"\f1d2"}.mofa-git:before{content:"\f1d3"}.mofa-y-combinator-square:before,.mofa-yc-square:before,.mofa-hacker-news:before{content:"\f1d4"}.mofa-tencent-weibo:before{content:"\f1d5"}.mofa-qq:before{content:"\f1d6"}.mofa-wechat:before,.mofa-weixin:before{content:"\f1d7"}.mofa-send:before,.mofa-paper-plane:before{content:"\f1d8"}.mofa-send-o:before,.mofa-paper-plane-o:before{content:"\f1d9"}.mofa-history:before{content:"\f1da"}.mofa-circle-thin:before{content:"\f1db"}.mofa-header:before{content:"\f1dc"}.mofa-paragraph:before{content:"\f1dd"}.mofa-sliders:before{content:"\f1de"}.mofa-share-alt:before{content:"\f1e0"}.mofa-share-alt-square:before{content:"\f1e1"}.mofa-bomb:before{content:"\f1e2"}.mofa-soccer-ball-o:before,.mofa-futbol-o:before{content:"\f1e3"}.mofa-tty:before{content:"\f1e4"}.mofa-binoculars:before{content:"\f1e5"}.mofa-plug:before{content:"\f1e6"}.mofa-slideshare:before{content:"\f1e7"}.mofa-twitch:before{content:"\f1e8"}.mofa-yelp:before{content:"\f1e9"}.mofa-newspaper-o:before{content:"\f1ea"}.mofa-wifi:before{content:"\f1eb"}.mofa-calculator:before{content:"\f1ec"}.mofa-paypal:before{content:"\f1ed"}.mofa-google-wallet:before{content:"\f1ee"}.mofa-cc-visa:before{content:"\f1f0"}.mofa-cc-mastercard:before{content:"\f1f1"}.mofa-cc-discover:before{content:"\f1f2"}.mofa-cc-amex:before{content:"\f1f3"}.mofa-cc-paypal:before{content:"\f1f4"}.mofa-cc-stripe:before{content:"\f1f5"}.mofa-bell-slash:before{content:"\f1f6"}.mofa-bell-slash-o:before{content:"\f1f7"}.mofa-trash:before{content:"\f1f8"}.mofa-copyright:before{content:"\f1f9"}.mofa-at:before{content:"\f1fa"}.mofa-eyedropper:before{content:"\f1fb"}.mofa-paint-brush:before{content:"\f1fc"}.mofa-birthday-cake:before{content:"\f1fd"}.mofa-area-chart:before{content:"\f1fe"}.mofa-pie-chart:before{content:"\f200"}.mofa-line-chart:before{content:"\f201"}.mofa-lastfm:before{content:"\f202"}.mofa-lastfm-square:before{content:"\f203"}.mofa-toggle-off:before{content:"\f204"}.mofa-toggle-on:before{content:"\f205"}.mofa-bicycle:before{content:"\f206"}.mofa-bus:before{content:"\f207"}.mofa-ioxhost:before{content:"\f208"}.mofa-angellist:before{content:"\f209"}.mofa-cc:before{content:"\f20a"}.mofa-shekel:before,.mofa-sheqel:before,.mofa-ils:before{content:"\f20b"}.mofa-meanpath:before{content:"\f20c"}.mofa-buysellads:before{content:"\f20d"}.mofa-connectdevelop:before{content:"\f20e"}.mofa-dashcube:before{content:"\f210"}.mofa-forumbee:before{content:"\f211"}.mofa-leanpub:before{content:"\f212"}.mofa-sellsy:before{content:"\f213"}.mofa-shirtsinbulk:before{content:"\f214"}.mofa-simplybuilt:before{content:"\f215"}.mofa-skyatlas:before{content:"\f216"}.mofa-cart-plus:before{content:"\f217"}.mofa-cart-arrow-down:before{content:"\f218"}.mofa-diamond:before{content:"\f219"}.mofa-ship:before{content:"\f21a"}.mofa-user-secret:before{content:"\f21b"}.mofa-motorcycle:before{content:"\f21c"}.mofa-street-view:before{content:"\f21d"}.mofa-heartbeat:before{content:"\f21e"}.mofa-venus:before{content:"\f221"}.mofa-mars:before{content:"\f222"}.mofa-mercury:before{content:"\f223"}.mofa-intersex:before,.mofa-transgender:before{content:"\f224"}.mofa-transgender-alt:before{content:"\f225"}.mofa-venus-double:before{content:"\f226"}.mofa-mars-double:before{content:"\f227"}.mofa-venus-mars:before{content:"\f228"}.mofa-mars-stroke:before{content:"\f229"}.mofa-mars-stroke-v:before{content:"\f22a"}.mofa-mars-stroke-h:before{content:"\f22b"}.mofa-neuter:before{content:"\f22c"}.mofa-genderless:before{content:"\f22d"}.mofa-facebook-official:before{content:"\f230"}.mofa-pinterest-p:before{content:"\f231"}.mofa-whatsapp:before{content:"\f232"}.mofa-server:before{content:"\f233"}.mofa-user-plus:before{content:"\f234"}.mofa-user-times:before{content:"\f235"}.mofa-hotel:before,.mofa-bed:before{content:"\f236"}.mofa-viacoin:before{content:"\f237"}.mofa-train:before{content:"\f238"}.mofa-subway:before{content:"\f239"}.mofa-medium:before{content:"\f23a"}.mofa-yc:before,.mofa-y-combinator:before{content:"\f23b"}.mofa-optin-monster:before{content:"\f23c"}.mofa-opencart:before{content:"\f23d"}.mofa-expeditedssl:before{content:"\f23e"}.mofa-battery-4:before,.mofa-battery-full:before{content:"\f240"}.mofa-battery-3:before,.mofa-battery-three-quarters:before{content:"\f241"}.mofa-battery-2:before,.mofa-battery-half:before{content:"\f242"}.mofa-battery-1:before,.mofa-battery-quarter:before{content:"\f243"}.mofa-battery-0:before,.mofa-battery-empty:before{content:"\f244"}.mofa-mouse-pointer:before{content:"\f245"}.mofa-i-cursor:before{content:"\f246"}.mofa-object-group:before{content:"\f247"}.mofa-object-ungroup:before{content:"\f248"}.mofa-sticky-note:before{content:"\f249"}.mofa-sticky-note-o:before{content:"\f24a"}.mofa-cc-jcb:before{content:"\f24b"}.mofa-cc-diners-club:before{content:"\f24c"}.mofa-clone:before{content:"\f24d"}.mofa-balance-scale:before{content:"\f24e"}.mofa-hourglass-o:before{content:"\f250"}.mofa-hourglass-1:before,.mofa-hourglass-start:before{content:"\f251"}.mofa-hourglass-2:before,.mofa-hourglass-half:before{content:"\f252"}.mofa-hourglass-3:before,.mofa-hourglass-end:before{content:"\f253"}.mofa-hourglass:before{content:"\f254"}.mofa-hand-grab-o:before,.mofa-hand-rock-o:before{content:"\f255"}.mofa-hand-stop-o:before,.mofa-hand-paper-o:before{content:"\f256"}.mofa-hand-scissors-o:before{content:"\f257"}.mofa-hand-lizard-o:before{content:"\f258"}.mofa-hand-spock-o:before{content:"\f259"}.mofa-hand-pointer-o:before{content:"\f25a"}.mofa-hand-peace-o:before{content:"\f25b"}.mofa-trademark:before{content:"\f25c"}.mofa-registered:before{content:"\f25d"}.mofa-creative-commons:before{content:"\f25e"}.mofa-gg:before{content:"\f260"}.mofa-gg-circle:before{content:"\f261"}.mofa-tripadvisor:before{content:"\f262"}.mofa-odnoklassniki:before{content:"\f263"}.mofa-odnoklassniki-square:before{content:"\f264"}.mofa-get-pocket:before{content:"\f265"}.mofa-wikipedia-w:before{content:"\f266"}.mofa-safari:before{content:"\f267"}.mofa-chrome:before{content:"\f268"}.mofa-firefox:before{content:"\f269"}.mofa-opera:before{content:"\f26a"}.mofa-internet-explorer:before{content:"\f26b"}.mofa-tv:before,.mofa-television:before{content:"\f26c"}.mofa-contao:before{content:"\f26d"}.mofa-500px:before{content:"\f26e"}.mofa-amazon:before{content:"\f270"}.mofa-calendar-plus-o:before{content:"\f271"}.mofa-calendar-minus-o:before{content:"\f272"}.mofa-calendar-times-o:before{content:"\f273"}.mofa-calendar-check-o:before{content:"\f274"}.mofa-industry:before{content:"\f275"}.mofa-map-pin:before{content:"\f276"}.mofa-map-signs:before{content:"\f277"}.mofa-map-o:before{content:"\f278"}.mofa-map:before{content:"\f279"}.mofa-commenting:before{content:"\f27a"}.mofa-commenting-o:before{content:"\f27b"}.mofa-houzz:before{content:"\f27c"}.mofa-vimeo:before{content:"\f27d"}.mofa-black-tie:before{content:"\f27e"}.mofa-fonticons:before{content:"\f280"}.mofa-reddit-alien:before{content:"\f281"}.mofa-edge:before{content:"\f282"}.mofa-credit-card-alt:before{content:"\f283"}.mofa-codiepie:before{content:"\f284"}.mofa-modx:before{content:"\f285"}.mofa-fort-awesome:before{content:"\f286"}.mofa-usb:before{content:"\f287"}.mofa-product-hunt:before{content:"\f288"}.mofa-mixcloud:before{content:"\f289"}.mofa-scribd:before{content:"\f28a"}.mofa-pause-circle:before{content:"\f28b"}.mofa-pause-circle-o:before{content:"\f28c"}.mofa-stop-circle:before{content:"\f28d"}.mofa-stop-circle-o:before{content:"\f28e"}.mofa-shopping-bag:before{content:"\f290"}.mofa-shopping-basket:before{content:"\f291"}.mofa-hashtag:before{content:"\f292"}.mofa-bluetooth:before{content:"\f293"}.mofa-bluetooth-b:before{content:"\f294"}.mofa-percent:before{content:"\f295"}.mofa-gitlab:before{content:"\f296"}.mofa-wpbeginner:before{content:"\f297"}.mofa-wpforms:before{content:"\f298"}.mofa-envira:before{content:"\f299"}.mofa-universal-access:before{content:"\f29a"}.mofa-wheelchair-alt:before{content:"\f29b"}.mofa-question-circle-o:before{content:"\f29c"}.mofa-blind:before{content:"\f29d"}.mofa-audio-description:before{content:"\f29e"}.mofa-volume-control-phone:before{content:"\f2a0"}.mofa-braille:before{content:"\f2a1"}.mofa-assistive-listening-systems:before{content:"\f2a2"}.mofa-asl-interpreting:before,.mofa-american-sign-language-interpreting:before{content:"\f2a3"}.mofa-deafness:before,.mofa-hard-of-hearing:before,.mofa-deaf:before{content:"\f2a4"}.mofa-glide:before{content:"\f2a5"}.mofa-glide-g:before{content:"\f2a6"}.mofa-signing:before,.mofa-sign-language:before{content:"\f2a7"}.mofa-low-vision:before{content:"\f2a8"}.mofa-viadeo:before{content:"\f2a9"}.mofa-viadeo-square:before{content:"\f2aa"}.mofa-snapchat:before{content:"\f2ab"}.mofa-snapchat-ghost:before{content:"\f2ac"}.mofa-snapchat-square:before{content:"\f2ad"}.mofa-pied-piper:before{content:"\f2ae"}.mofa-first-order:before{content:"\f2b0"}.mofa-yoast:before{content:"\f2b1"}.mofa-themeisle:before{content:"\f2b2"}.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}.mo_openid_tour_btn {
display: inline-block;
font-weight: normal;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 0.5rem 0.75rem;
font-size: 1rem;
line-height: 1.25;
border-radius: 0.25rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.mo_openid_tour_btn:focus, .mo_openid_tour_btn:hover {
text-decoration: none; }
.mo_openid_tour_btn:focus, .mo_openid_tour_btn.focus {
outline: 0;
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); }
.mo_openid_tour_btn.disabled, .mo_openid_tour_btn:disabled {
opacity: .65; }
.mo_openid_tour_btn:active, .mo_openid_tour_btn.active {
background-image: none; }
a.mo_openid_tour_btn.disabled,
fieldset[disabled] a.mo_openid_tour_btn {
pointer-events: none; }
.mo_openid_tour_btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.mo_openid_tour_btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc; }
.mo_openid_tour_btn-primary:focus, .mo_openid_tour_btn-primary.focus {
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
.mo_openid_tour_btn-primary.disabled, .mo_openid_tour_btn-primary:disabled {
background-color: #007bff;
border-color: #007bff; }
.mo_openid_tour_btn-primary:active, .mo_openid_tour_btn-primary.active,
.show > .mo_openid_tour_btn-primary.dropdown-toggle {
background-color: #0069d9;
background-image: none;
border-color: #0062cc; }
.mo_openid_tour_btn-secondary {
color: #fff;
background-color: #007902;
border-color: #868e96;
}
.mo_openid_tour_btn_end-secondary {
background: #00A0D2;
border-color: #0073AA;
box-shadow: 0 1px 0 rgba(120, 200, 230, .5) inset, 0 1px 0 rgba(0, 0, 0, .15);
color: #FFF;
text-decoration: none;
cursor: pointer;
border-width: 1px;
border-style: solid;
border-radius: 3px;
white-space: nowrap;
box-sizing: border-box;
line-height: 28px;
padding: 0 12px;
font-size: 13px
}
.mo_openid_tour_btn_next-success {
background: #00A0D2;
background-color:#5cb85c;border-color:#4cae4c;
box-shadow: 0 1px 0 rgba(120, 200, 230, .5) inset, 0 1px 0 rgba(0, 0, 0, .15);
color: #FFF;
text-decoration: none;
cursor: pointer;
border-width: 1px;
border-style: solid;
border-radius: 3px;
white-space: nowrap;
box-sizing: border-box;
line-height: 28px;
padding: 0 12px;
font-size: 13px;
}
.mo_openid_tour_btn-secondary:hover {
color: #fff;
background-color: #727b84;
border-color: #6c757d; }
.mo_openid_tour_btn-secondary:focus, .mo_openid_tour_btn-secondary.focus {
box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
.mo_openid_tour_btn-secondary.disabled, .mo_openid_tour_btn-secondary:disabled {
background-color: #868e96;
border-color: #868e96; }
.mo_openid_tour_btn-secondary:active, .mo_openid_tour_btn-secondary.active,
.show > .mo_openid_tour_btn-secondary.dropdown-toggle {
background-color: #727b84;
background-image: none;
border-color: #6c757d; }
.mo_openid_tour_btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.mo_openid_tour_btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34; }
.mo_openid_tour_btn-success:focus, .mo_openid_tour_btn-success.focus {
box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
.mo_openid_tour_btn-success.disabled, .mo_openid_tour_btn-success:disabled {
background-color: #28a745;
border-color: #28a745; }
.mo_openid_tour_btn-success:active, .mo_openid_tour_btn-success.active,
.show > .mo_openid_tour_btn-success.dropdown-toggle {
background-color: #218838;
background-image: none;
border-color: #1e7e34; }
.mo_openid_tour_btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.mo_openid_tour_btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b; }
.mo_openid_tour_btn-info:focus, .mo_openid_tour_btn-info.focus {
box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
.mo_openid_tour_btn-info.disabled, .mo_openid_tour_btn-info:disabled {
background-color: #17a2b8;
border-color: #17a2b8; }
.mo_openid_tour_btn-info:active, .mo_openid_tour_btn-info.active,
.show > .mo_openid_tour_btn-info.dropdown-toggle {
background-color: #138496;
background-image: none;
border-color: #117a8b; }
.mo_openid_tour_btn-warning {
color: #111;
background-color: #ffc107;
border-color: #ffc107; }
.mo_openid_tour_btn-warning:hover {
color: #111;
background-color: #e0a800;
border-color: #d39e00; }
.mo_openid_tour_btn-warning:focus, .mo_openid_tour_btn-warning.focus {
box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
.mo_openid_tour_btn-warning.disabled, .mo_openid_tour_btn-warning:disabled {
background-color: #ffc107;
border-color: #ffc107; }
.mo_openid_tour_btn-warning:active, .mo_openid_tour_btn-warning.active,
.show > .mo_openid_tour_btn-warning.dropdown-toggle {
background-color: #e0a800;
background-image: none;
border-color: #d39e00; }
.mo_openid_tour_btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.mo_openid_tour_btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130; }
.mo_openid_tour_btn-danger:focus, .mo_openid_tour_btn-danger.focus {
box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }
.mo_openid_tour_btn-danger.disabled, .mo_openid_tour_btn-danger:disabled {
background-color: #dc3545;
border-color: #dc3545; }
.mo_openid_tour_btn-danger:active, .mo_openid_tour_btn-danger.active,
.show > .mo_openid_tour_btn-danger.dropdown-toggle {
background-color: #c82333;
background-image: none;
border-color: #bd2130; }
.mo_openid_tour_btn-light {
color: #111;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.mo_openid_tour_btn-light:hover {
color: #111;
background-color: #e2e6ea;
border-color: #dae0e5; }
.mo_openid_tour_btn-light:focus, .mo_openid_tour_btn-light.focus {
box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
.mo_openid_tour_btn-light.disabled, .mo_openid_tour_btn-light:disabled {
background-color: #f8f9fa;
border-color: #f8f9fa; }
.mo_openid_tour_btn-light:active, .mo_openid_tour_btn-light.active,
.show > .mo_openid_tour_btn-light.dropdown-toggle {
background-color: #e2e6ea;
background-image: none;
border-color: #dae0e5; }
.mo_openid_tour_btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.mo_openid_tour_btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124; }
.mo_openid_tour_btn-dark:focus, .mo_openid_tour_btn-dark.focus {
box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }
.mo_openid_tour_btn-dark.disabled, .mo_openid_tour_btn-dark:disabled {
background-color: #343a40;
border-color: #343a40; }
.mo_openid_tour_btn-dark:active, .mo_openid_tour_btn-dark.active,
.show > .mo_openid_tour_btn-dark.dropdown-toggle {
background-color: #23272b;
background-image: none;
border-color: #1d2124; }
.mo_openid_tour_btn-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff; }
.mo_openid_tour_btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.mo_openid_tour_btn-outline-primary:focus, .mo_openid_tour_btn-outline-primary.focus {
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
.mo_openid_tour_btn-outline-primary.disabled, .mo_openid_tour_btn-outline-primary:disabled {
color: #007bff;
background-color: transparent; }
.mo_openid_tour_btn-outline-primary:active, .mo_openid_tour_btn-outline-primary.active,
.show > .mo_openid_tour_btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.mo_openid_tour_btn-outline-secondary {
color: #868e96;
background-color: transparent;
background-image: none;
border-color: #868e96; }
.mo_openid_tour_btn-outline-secondary:hover {
color: #fff;
background-color: #868e96;
border-color: #868e96; }
.mo_openid_tour_btn-outline-secondary:focus, .mo_openid_tour_btn-outline-secondary.focus {
box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
.mo_openid_tour_btn-outline-secondary.disabled, .mo_openid_tour_btn-outline-secondary:disabled {
color: #868e96;
background-color: transparent; }
.mo_openid_tour_btn-outline-secondary:active, .mo_openid_tour_btn-outline-secondary.active,
.show > .mo_openid_tour_btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #868e96;
border-color: #868e96; }
.mo_openid_tour_btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
border-color: #28a745; }
.mo_openid_tour_btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.mo_openid_tour_btn-outline-success:focus, .mo_openid_tour_btn-outline-success.focus {
box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
.mo_openid_tour_btn-outline-success.disabled, .mo_openid_tour_btn-outline-success:disabled {
color: #28a745;
background-color: transparent; }
.mo_openid_tour_btn-outline-success:active, .mo_openid_tour_btn-outline-success.active,
.show > .mo_openid_tour_btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.mo_openid_tour_btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8; }
.mo_openid_tour_btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.mo_openid_tour_btn-outline-info:focus, .mo_openid_tour_btn-outline-info.focus {
box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
.mo_openid_tour_btn-outline-info.disabled, .mo_openid_tour_btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent; }
.mo_openid_tour_btn-outline-info:active, .mo_openid_tour_btn-outline-info.active,
.show > .mo_openid_tour_btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.mo_openid_tour_btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107; }
.mo_openid_tour_btn-outline-warning:hover {
color: #fff;
background-color: #ffc107;
border-color: #ffc107; }
.mo_openid_tour_btn-outline-warning:focus, .mo_openid_tour_btn-outline-warning.focus {
box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
.mo_openid_tour_btn-outline-warning.disabled, .mo_openid_tour_btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent; }
.mo_openid_tour_btn-outline-warning:active, .mo_openid_tour_btn-outline-warning.active,
.show > .mo_openid_tour_btn-outline-warning.dropdown-toggle {
color: #fff;
background-color: #ffc107;
border-color: #ffc107; }
.mo_openid_tour_btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
border-color: #dc3545; }
.mo_openid_tour_btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.mo_openid_tour_btn-outline-danger:focus, .mo_openid_tour_btn-outline-danger.focus {
box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }
.mo_openid_tour_btn-outline-danger.disabled, .mo_openid_tour_btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent; }
.mo_openid_tour_btn-outline-danger:active, .mo_openid_tour_btn-outline-danger.active,
.show > .mo_openid_tour_btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.mo_openid_tour_btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa; }
.mo_openid_tour_btn-outline-light:hover {
color: #fff;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.mo_openid_tour_btn-outline-light:focus, .mo_openid_tour_btn-outline-light.focus {
box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
.mo_openid_tour_btn-outline-light.disabled, .mo_openid_tour_btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent; }
.mo_openid_tour_btn-outline-light:active, .mo_openid_tour_btn-outline-light.active,
.show > .mo_openid_tour_btn-outline-light.dropdown-toggle {
color: #fff;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.mo_openid_tour_btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40; }
.mo_openid_tour_btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.mo_openid_tour_btn-outline-dark:focus, .mo_openid_tour_btn-outline-dark.focus {
box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }
.mo_openid_tour_btn-outline-dark.disabled, .mo_openid_tour_btn-outline-dark:disabled {
color: #343a40;
background-color: transparent; }
.mo_openid_tour_btn-outline-dark:active, .mo_openid_tour_btn-outline-dark.active,
.show > .mo_openid_tour_btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.mo_openid_tour_btn-link {
font-weight: normal;
color: #007bff;
border-radius: 0; }
.mo_openid_tour_btn-link, .mo_openid_tour_btn-link:active, .mo_openid_tour_btn-link.active, .mo_openid_tour_btn-link:disabled {
background-color: transparent; }
.mo_openid_tour_btn-link, .mo_openid_tour_btn-link:focus, .mo_openid_tour_btn-link:active {
border-color: transparent;
box-shadow: none; }
.mo_openid_tour_btn-link:hover {
border-color: transparent; }
.mo_openid_tour_btn-link:focus, .mo_openid_tour_btn-link:hover {
color: #0056b3;
text-decoration: underline;
background-color: transparent; }
.mo_openid_tour_btn-link:disabled {
color: #868e96; }
.mo_openid_tour_btn-link:disabled:focus, .mo_openid_tour_btn-link:disabled:hover {
text-decoration: none; }
.mo_openid_tour_btn-lg, .mo_openid_tour_btn-group-lg > .mo_openid_tour_btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem; }
.mo_openid_tour_btn-sm, .mo_openid_tour_btn-group-sm > .mo_openid_tour_btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem; }
.mo_openid_tour_btn-block {
display: block;
width: 100%; }
.mo_openid_tour_btn-block + .mo_openid_tour_btn-block {
margin-top: 0.5rem; }
input[type="submit"].mo_openid_tour_btn-block,
input[type="reset"].mo_openid_tour_btn-block,
input[type="button"].mo_openid_tour_btn-block {
width: 100%; }
.fade {
opacity: 0;
transition: opacity 0.15s linear; }
.fade.show {
opacity: 1; }
.mo_openid_collapse {
display: none; }
.mo_openid_collapse.show {
display: block; }
tr.mo_openid_collapse.show {
display: table-row; }
tbody.mo_openid_collapse.show {
display: table-row-group; }
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease; }
.mo_openid_tour_btn-group,
.mo_openid_tour_btn-group-vertical {
position: relative;
display: inline-flex;
vertical-align: middle; }
.mo_openid_tour_btn-group > .mo_openid_tour_btn,
.mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn {
position: relative;
flex: 0 1 auto;
margin-bottom: 0; }
.mo_openid_tour_btn-group > .mo_openid_tour_btn:hover,
.mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn:hover {
z-index: 2; }
.mo_openid_tour_btn-group > .mo_openid_tour_btn:focus, .mo_openid_tour_btn-group > .mo_openid_tour_btn:active, .mo_openid_tour_btn-group > .mo_openid_tour_btn.active,
.mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn:focus,
.mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn:active,
.mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn.active {
z-index: 2; }
.mo_openid_tour_btn-group .mo_openid_tour_btn + .mo_openid_tour_btn,
.mo_openid_tour_btn-group .mo_openid_tour_btn + .mo_openid_tour_btn-group,
.mo_openid_tour_btn-group .mo_openid_tour_btn-group + .mo_openid_tour_btn,
.mo_openid_tour_btn-group .mo_openid_tour_btn-group + .mo_openid_tour_btn-group,
.mo_openid_tour_btn-group-vertical .mo_openid_tour_btn + .mo_openid_tour_btn,
.mo_openid_tour_btn-group-vertical .mo_openid_tour_btn + .mo_openid_tour_btn-group,
.mo_openid_tour_btn-group-vertical .mo_openid_tour_btn-group + .mo_openid_tour_btn,
.mo_openid_tour_btn-group-vertical .mo_openid_tour_btn-group + .mo_openid_tour_btn-group {
margin-left: -1px; }
.mo_openid_tour_btn-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-start; }
.mo_openid_tour_btn-toolbar .input-group {
width: auto; }
.mo_openid_tour_btn-group > .mo_openid_tour_btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0; }
.mo_openid_tour_btn-group > .mo_openid_tour_btn:first-child {
margin-left: 0; }
.mo_openid_tour_btn-group > .mo_openid_tour_btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.mo_openid_tour_btn-group > .mo_openid_tour_btn:last-child:not(:first-child),
.mo_openid_tour_btn-group > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.mo_openid_tour_btn-group > .mo_openid_tour_btn-group {
float: left; }
.mo_openid_tour_btn-group > .mo_openid_tour_btn-group:not(:first-child):not(:last-child) > .mo_openid_tour_btn {
border-radius: 0; }
.mo_openid_tour_btn-group > .mo_openid_tour_btn-group:first-child:not(:last-child) > .mo_openid_tour_btn:last-child,
.mo_openid_tour_btn-group > .mo_openid_tour_btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.mo_openid_tour_btn-group > .mo_openid_tour_btn-group:last-child:not(:first-child) > .mo_openid_tour_btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.mo_openid_tour_btn + .dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem; }
.mo_openid_tour_btn + .dropdown-toggle-split::after {
margin-left: 0; }
.mo_openid_tour_btn-sm + .dropdown-toggle-split, .mo_openid_tour_btn-group-sm > .mo_openid_tour_btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem; }
.mo_openid_tour_btn-lg + .dropdown-toggle-split, .mo_openid_tour_btn-group-lg > .mo_openid_tour_btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem; }
.mo_openid_tour_btn-group-vertical {
display: inline-flex;
flex-direction: column;
align-items: flex-start;
justify-content: center; }
.mo_openid_tour_btn-group-vertical .mo_openid_tour_btn,
.mo_openid_tour_btn-group-vertical .mo_openid_tour_btn-group {
width: 100%; }
.mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn + .mo_openid_tour_btn,
.mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn + .mo_openid_tour_btn-group,
.mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn-group + .mo_openid_tour_btn,
.mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn-group + .mo_openid_tour_btn-group {
margin-top: -1px;
margin-left: 0; }
.mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn:not(:first-child):not(:last-child) {
border-radius: 0; }
.mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn:first-child:not(:last-child) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn-group:not(:first-child):not(:last-child) > .mo_openid_tour_btn {
border-radius: 0; }
.mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn-group:first-child:not(:last-child) > .mo_openid_tour_btn:last-child,
.mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.mo_openid_tour_btn-group-vertical > .mo_openid_tour_btn-group:last-child:not(:first-child) > .mo_openid_tour_btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0; }
[data-toggle="buttons"] > .mo_openid_tour_btn input[type="radio"],
[data-toggle="buttons"] > .mo_openid_tour_btn input[type="checkbox"],
[data-toggle="buttons"] > .mo_openid_tour_btn-group > .mo_openid_tour_btn input[type="radio"],
[data-toggle="buttons"] > .mo_openid_tour_btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none; }
.mo_openid_popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
padding: 1px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: normal;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem; }
.mo_openid_popover .mo_openid_arrow {
position: absolute;
display: block;
width: 10px;
height: 5px;
}
.mo_openid_popover .mo_openid_arrow::before,
.mo_openid_popover .mo_openid_arrow::after {
position: absolute;
display: block;
border-color:transparent;
border-style: solid; }
.mo_openid_popover .mo_openid_arrow::before {
content: "";
border-width: 11px;
}
.mo_openid_popover .mo_openid_arrow::after {
content: "";
border-width: 11px; 
}
.mo_openid_popover.bs-mo_openid_popover-top, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="top"] {
margin-bottom: 10px; }
.mo_openid_popover.bs-mo_openid_popover-top .mo_openid_arrow, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="top"] .mo_openid_arrow {
bottom: 0; }
.mo_openid_popover.bs-mo_openid_popover-top .mo_openid_arrow::before, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="top"] .mo_openid_arrow::before,
.mo_openid_popover.bs-mo_openid_popover-top .mo_openid_arrow::after, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="top"] .mo_openid_arrow::after {
border-bottom-width: 0; }
.mo_openid_popover.bs-mo_openid_popover-top .mo_openid_arrow::before, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="top"] .mo_openid_arrow::before {
bottom: -11px;
margin-left: -6px;
border-top-color: rgba(0, 0, 0, 0.25); }
.mo_openid_popover.bs-mo_openid_popover-top .mo_openid_arrow::after, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="top"] .mo_openid_arrow::after {
bottom: -10px;
margin-left: -6px;
border-top-color: #fff;
}
.mo_openid_popover.bs-mo_openid_popover-right, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="right"] {
margin-left: 10px; }
.mo_openid_popover.bs-mo_openid_popover-right .mo_openid_arrow, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="right"] .mo_openid_arrow {
left: 0; }
.mo_openid_popover.bs-mo_openid_popover-right .mo_openid_arrow::before, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="right"] .mo_openid_arrow::before,
.mo_openid_popover.bs-mo_openid_popover-right .mo_openid_arrow::after, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="right"] .mo_openid_arrow::after {
margin-top: -8px;
border-left-width: 0; 
}
.mo_openid_popover.bs-mo_openid_popover-right .mo_openid_arrow::before, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="right"] .mo_openid_arrow::before {
left: -11px;
border-right-color: rgba(0, 0, 0, 0.25); }
.mo_openid_popover.bs-mo_openid_popover-right .mo_openid_arrow::after, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="right"] .mo_openid_arrow::after {
left: -10px;
border-right-color: #fff;
}
.mo_openid_popover.bs-mo_openid_popover-bottom, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="bottom"] {
margin-top: 10px; }
.mo_openid_popover.bs-mo_openid_popover-bottom .mo_openid_arrow, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="bottom"] .mo_openid_arrow {
top: 0; }
.mo_openid_popover.bs-mo_openid_popover-bottom .mo_openid_arrow::before, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="bottom"] .mo_openid_arrow::before,
.mo_openid_popover.bs-mo_openid_popover-bottom .mo_openid_arrow::after, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="bottom"] .mo_openid_arrow::after {
margin-left: -7px;
border-top-width: 0; 
}
.mo_openid_popover.bs-mo_openid_popover-bottom .mo_openid_arrow::before, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="bottom"] .mo_openid_arrow::before {
top: -11px;
border-bottom-color: rgba(0, 0, 0, 0.25); }
.mo_openid_popover.bs-mo_openid_popover-bottom .mo_openid_arrow::after, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="bottom"] .mo_openid_arrow::after {
top: -10px;
border-bottom-color: #fff;
}
.mo_openid_popover.bs-mo_openid_popover-bottom .mo_openid_popover-header::before, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="bottom"] .mo_openid_popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 20px;
margin-left: -10px;
content: "";
border-bottom: 1px solid #f7f7f7; }
.mo_openid_popover.bs-mo_openid_popover-left, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="left"] {
margin-right: 10px; }
.mo_openid_popover.bs-mo_openid_popover-left .mo_openid_arrow, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="left"] .mo_openid_arrow {
right: 0; 
}
.mo_openid_popover.bs-mo_openid_popover-left .mo_openid_arrow::before, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="left"] .mo_openid_arrow::before,
.mo_openid_popover.bs-mo_openid_popover-left .mo_openid_arrow::after, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="left"] .mo_openid_arrow::after {
margin-top: -8px;
border-right-width: 0;
}
.mo_openid_popover.bs-mo_openid_popover-left .mo_openid_arrow::before, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="left"] .mo_openid_arrow::before {
right: -11px;
border-left-color: rgba(0, 0, 0, 0.25); }
.mo_openid_popover.bs-mo_openid_popover-left .mo_openid_arrow::after, .mo_openid_popover.bs-mo_openid_popover-auto[x-placement^="left"] .mo_openid_arrow::after {
right: -10px;
border-left-color: #fff;
}
.mo_openid_popover-header {
padding: 8px 14px;
margin-bottom: 0;
font-size: 1rem;
color: #FFF;
background-color: #000;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.mo_openid_popover-header:empty {
display: none; }
.mo_openid_popover-body {
padding: 9px 14px;
color: #212529; }
.tour-backdrop {
background-color: #000;
filter: alpha(opacity=80);
opacity: .4;
position: absolute;
z-index: 1100; }
.mo_openid_popover[class*="tour-"] {
z-index: 1102; }
.mo_openid_popover[class*="tour-"] .mo_openid_popover-navigation {
overflow: hidden;
padding: 9px 14px; }
.mo_openid_popover[class*="tour-"] .mo_openid_popover-navigation *[data-role="end"] {
float: right; }
.mo_openid_popover[class*="tour-"] .mo_openid_popover-navigation *[data-role="prev"],
.mo_openid_popover[class*="tour-"] .mo_openid_popover-navigation *[data-role="next"],
.mo_openid_popover[class*="tour-"] .mo_openid_popover-navigation *[data-role="end"] {
cursor: pointer; }
.mo_openid_popover[class*="tour-"] .mo_openid_popover-navigation *[data-role="prev"].disabled,
.mo_openid_popover[class*="tour-"] .mo_openid_popover-navigation *[data-role="next"].disabled,
.mo_openid_popover[class*="tour-"] .mo_openid_popover-navigation *[data-role="end"].disabled {
cursor: default; }
.mo_openid_popover[class*="tour-"].orphan {
left: 50%;
margin-top: 0;
position: fixed;
top: 50%;
transform: translate(-50%, -50%); }
.mo_openid_popover[class*="tour-"].orphan .mo_openid_arrow {
display: none; }.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button{color:#fff}.wp-block-button.aligncenter{text-align:center}.wp-block-button.alignright{text-align:right}.wp-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:inherit}.is-style-squared .wp-block-button__link{border-radius:0}.no-border-radius.wp-block-button__link{border-radius:0!important}.is-style-outline{color:#32373c}.is-style-outline .wp-block-button__link{background-color:transparent;border:2px solid}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #e2e4e7}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:400;background:#edeff0}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#00739c}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;margin-bottom:28px;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px){.wp-block-column{flex-basis:calc(50% - 16px);flex-grow:0}.wp-block-column:nth-child(2n){margin-left:32px}}@media (min-width:782px){.wp-block-column:not(:first-child){margin-left:32px}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-cover,.wp-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:50%;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10:before,.wp-block-cover.has-background-dim.has-background-dim-10:before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:before,.wp-block-cover.has-background-dim.has-background-dim-20:before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:before,.wp-block-cover.has-background-dim.has-background-dim-30:before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:before,.wp-block-cover.has-background-dim.has-background-dim-40:before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:before,.wp-block-cover.has-background-dim.has-background-dim-50:before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:before,.wp-block-cover.has-background-dim.has-background-dim-60:before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:before,.wp-block-cover.has-background-dim.has-background-dim-70:before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:before,.wp-block-cover.has-background-dim.has-background-dim-80:before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:before,.wp-block-cover.has-background-dim.has-background-dim-90:before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:before,.wp-block-cover.has-background-dim.has-background-dim-100:before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:305px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#f8f9f9}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:610px;padding:14px;text-align:center}.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,.wp-block-embed.alignleft,.wp-block-embed.alignright{max-width:360px;width:100%}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.78%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc((100% - 16px)/2)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3 - 1px)}}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4 - 1px)}}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5 - 1px)}}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6 - 1px)}}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7 - 1px)}}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8 - 1px)}}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:305px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{max-width:100%;margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:none}}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 16px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 16px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 16px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-latest-posts__post-excerpt{margin-top:8px;margin-bottom:16px}.wp-block-media-text{display:-ms-grid;display:grid;-ms-grid-rows:auto;grid-template-rows:auto;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr}.wp-block-media-text .has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;margin:0}.wp-block-media-text .wp-block-media-text__content{word-break:break-word;padding:0 8%}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content{-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill figure{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill figure>img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}.has-drop-cap:not(:focus):after{content:"";display:table;clear:both;padding-top:14px}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:305px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1}.wp-block-search .wp-block-search__button{margin-left:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:currentColor;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-social-links{display:flex;justify-content:flex-start;padding-left:0;padding-right:0;margin-left:0}.wp-social-link{width:36px;height:36px;border-radius:36px;margin-right:8px}.wp-social-link,.wp-social-link a{display:block;transition:transform .1s ease}.wp-social-link a{padding:6px;line-height:0}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1977f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0577b5;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#21a1f3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:#ff0100;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:28px;height:28px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1977f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0577b5}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#21a1f3}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:#ff0100}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:16px;padding-right:16px}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f3f4f5}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{white-space:nowrap;overflow:auto}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}.has-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}