@charset 'UTF-8';
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.copy-the-code-inside-wrap .copy-the-code-button {
position: absolute;
right: 0;
top: 0;
}
.copy-the-code-inside .copy-the-code-button {
position: absolute;
right: 0;
top: 0;
}
.copy-the-code-wrap {
display: block;
position: relative;
}
.copy-the-code-wrap .copy-the-code-button {
background: #e1e3e8;
padding: 10px 20px;
cursor: pointer;
box-shadow: none;
color: #424242;
font-size: 14px;
font-weight: normal;
border-radius: 0;
text-transform: capitalize;
border: none;
outline: none;
}
.copy-the-code-wrap .copy-the-code-button:hover {
background: #d0d1d6;
}
.copy-the-code-outside + * {
margin-top: 0;
}
.copy-the-code-outside {
text-align: right;
} .copy-the-code-wrap.copy-the-code-style-svg-icon .copy-the-code-button {
background: transparent;
padding: 0;
}
.copy-the-code-wrap.copy-the-code-style-svg-icon .copy-the-code-button svg {
height: auto;
width: 20px;
fill: #c1c1c1;
}
.copy-the-code-wrap.copy-the-code-style-cover .copy-the-code-button {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
opacity: 0;
background: rgba(0, 0, 0, 0.5);
font-weight: bold;
color: #fff;
transition: all 0.3s ease-in-out;
padding: 0;
font-size: 12px;
}
.copy-the-code-wrap.copy-the-code-style-cover:hover .copy-the-code-button {
opacity: 1;
}
.copy-the-code-inside-wrap.copy-the-code-style-svg-icon .copy-the-code-button {
padding: 10px;
}
.copy-the-code-wrap.copy-the-code-style-cover {
display: inline-block;
}
.copy-the-code-wrap .copy-the-code-target {
margin-top: 0;
}
.copy-the-code-style-svg-icon .copy-the-code-outside {
height: 32px;
}
.copy-the-code-shortcode svg {
height: 16px;
width: 16px;
fill: #424242;
}
.copy-the-code-shortcode {
cursor: pointer;
}.ctc-inline-copy-icon .copy-icon {
height: 16px;
width: 16px;
}
.ctc-inline-copy-icon .check-icon {
display: none;
}
.ctc-inline-copy-icon {
display: inline-flex;
}
.ctc-inline-hidden {
display: none !important;
}
.ctc-inline-copy-text {
line-height: normal;
}
.ctc-inline-copy {
display: inline-flex;
align-items: center;
gap: .5em;
position: relative;
cursor: pointer;
}
.ctc-inline-copy::before {
content: "";
top: 50%;
bottom: 50%;
left: -7px;
margin-top: -6px;
border: 6px solid transparent;
border-left-color: rgb(36, 41, 47);
position: absolute;
}
.ctc-inline-copy::after {
position: absolute;
content: attr(aria-label);
padding: 0.5em 0.75em;
right: 100%;
color: white;
background: rgb(36, 41, 47);
font-size: 11px;
border-radius: 6px;
line-height: 1;
right: 100%;
bottom: 50%;
margin-right: 6px;
transform: translateY(50%);
min-width: 60px;
}
.ctc-inline-copy::after,
.ctc-inline-copy::before {
opacity: 0;
visibility: hidden;
transition:
opacity 0.2s ease-in-out,
visibility 0.2s ease-in-out;
}
.copied.ctc-inline-copy .check-icon {
display: block;
}
.copied.ctc-inline-copy .copy-icon {
display: none !important;
}
.copied.ctc-inline-copy::after,
.copied.ctc-inline-copy::before {
opacity: 1;
visibility: visible;
transition:
opacity 0.2s ease-in-out,
visibility 0.2s ease-in-out;
} .ctc-inline-style-cover .ctc-inline-copy-icon {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
}
.ctc-inline-style-cover .copy-icon {
display: none;
}
.ctc-inline-style-cover:hover .copy-icon {
display: block;
}
.copied.ctc-inline-style-cover .check-icon {
display: block;
}
.ctc-inline-style-cover svg {
fill: white;
}
.ctc-inline-style-cover:hover .ctc-inline-copy-icon {
background: rgb(0 0 0 / 50%);
}#toc_container li,#toc_container ul{margin:0;padding:0}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container p.toc_title{text-align:center;font-weight:700;margin:0;padding:0}#toc_container.toc_black p.toc_title{color:#aaa}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container p.toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}.table1 th,
.table2 th,
.scroll-box th {
text-align: center;
vertical-align: middle;
padding: 0;
color: #000000;
background-color: #a4b3bf;
font-weight: bold;
} .box-header-pros,
.box-header-cons,
.box-header-pros2,
.box-header-cons2 {
font-weight: bold;
color: #fff;
padding: 10px 15px;
text-align: center;
font-size: 1.1em;
display: flex;
align-items: center;
justify-content: center;
gap: 0 8px;
} .icon-pros,
.icon-cons,
.icon-pros2,
.icon-cons2 {
display: none !important;
} .box-list,
.box-list2,
.box-list3 {
list-style: none !important;
padding: 10px 15px;
margin: 0;
font-size: 0.8em !important;
line-height: 1.5;
} .box-list li,
.box-list2 li,
.box-list3 li {
padding: 4px 0;
border-bottom: 1px dotted #ccc;
}
.box-list li:last-child,
.box-list2 li:last-child,
.box-list3 li:last-child {
border-bottom: none;
} .box-list li::before,
.box-list2 li::before,
.box-list3 li::before {
content: "・";
color: #333;
margin-right: 0.5em;
font-weight: bold;
} .pb-btn a,
.pb-btn2 a.pb-btn2_link {
display: flex !important;
align-items: center !important; gap: 15px !important;
color: #333 !important;
background: #FAFAFA;
border: 2px solid #777;
font-size: 16px !important;
font-weight: 600;
position: relative;
transition: all 0.2s;
text-decoration: none;
overflow: hidden; padding: 1.2em 1.5em 1.2em; } .pb-btn_image-wrapper,
.pb-btn2_image-wrapper {
flex-shrink: 0 !important;
border-radius: 4px;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
width: 130px; height: 90px; } .pb-btn_image-wrapper img,
.pb-btn2_image-wrapper img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
} .pb-btn_content,
.pb-btn2_content {
display: flex !important;
flex-direction: column !important;
flex-grow: 1 !important;
line-height: 1.5;
} .pb-btn_title,
.pb-btn2_title {
font-weight: bold;
margin-bottom: 0.2em;
display: block;
color: red; font-size: 1em; } .pb-btn_text,
.pb-btn2_text {
display: block;
line-height: 1.5;
color: #333; margin-top: 0.5em;
margin-bottom: -15px; margin-right: -45px;
font-size: 0.85em; } .pb-btn_button,
.pb-btn2_button {
display: block !important;
color: #fff;
padding: 0.8em 1.5em;
border-radius: 5px;
font-size: 0.9em;
font-weight: bold;
text-align: center;
text-decoration: none;
margin-top: 1em;
cursor: pointer;
transition: background-color 0.2s;
width: fit-content;
} .pb-btn a:after,
.pb-btn2 a.pb-btn2_link:after {
display: none !important;
} .table_design13 th:first-child,
.table_design13 td:first-child {
position: sticky;
left: 0;
background-color: #f9f9f9;
color: #333;
z-index: 15;
border-right: 1px solid #ddd;
padding: 10px;
} .rate .st-svg-star,
.rate .st-svg-star-half-o,
.rate .st-svg-star-o {
font-size: 22px !important;
width: 20px !important;
height: 20px !important;
line-height: 1 !important;
display: inline-block !important;
vertical-align: middle !important;
} h2 {
line-height: 1.2 !important;
padding: 20px !important;
}
.my-custom-h2 {
line-height: 1.2 !important;
padding: 20px !important;
}
strong {
font-weight: bold;
font-style: normal;
}
.table1 td {
vertical-align: middle;
color: #000000 !important;
}
.table2 td {
text-align: center;
vertical-align: middle;
color: #000000 !important;
}
.scroll-box td {
vertical-align: middle;
}
.spacer-bottom {
display: block !important;
height: 80px !important;
clear: both !important;
}
.scroll-box {
overflow-x: auto;
position: relative;
width: 100%;
padding-bottom: 25px;
margin-bottom: 20px;
scrollbar-width: thin;
scrollbar-color: #888 #a4b3bf;
}
.scroll-box::-webkit-scrollbar {
height: 8px;
width: 8px;
}
.scroll-box::-webkit-scrollbar-track {
background: #a4b3bf;
border-radius: 10px;
}
.scroll-box::-webkit-scrollbar-thumb {
background: #888;
border-radius: 10px;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
background: #555;
}
.scroll-box table {
table-layout: fixed;
width: 150%;
}
.scroll-box table td {
white-space: normal !important;
word-break: break-all !important;
padding: 10px;
border: 1px solid #ddd;
vertical-align: top;
}
.scroll-box table th {
position: sticky;
top: 0;
background-color: #a4b3bf;
z-index: 20;
font-weight: bold;
text-align: center;
white-space: normal;
word-break: break-all;
padding: 0;
border: 1px solid #ddd;
vertical-align: top;
vertical-align: middle !important;
}
.scroll-box table th:first-child,
.scroll-box table td:first-child {
position: sticky;
left: 0;
background-color: #f9f9f9;
vertical-align: middle;
z-index: 15;
border-right: 1px solid #ddd;
padding: 0;
}
.scroll-box table th:first-child {
z-index: 25;
background-color: #a4b3bf;
text-align: center;
}
.scroll-box.is-scrolled-left .scroll-box table th:first-child,
.scroll-box.is-scrolled-left .scroll-box table td:first-child {
box-shadow: 2px 0 5px rgba(0,0,0,0.2);
}
.scroll-box::after {
content: '← スクロールできます →';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
background-color: #333;
color: #F8F8F8;
padding: 5px 10px;
border-radius: 5px;
font-size: 0.8em;
white-space: nowrap;
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none;
z-index: 10;
border: 1px solid #ccc;
}
.scroll-box:not(.scrolled)::after {
opacity: 1;
}
.scroll-box.scrolled::after {
opacity: 0;
}
.my-source-caption {
text-align: right;
font-size: 3px !important;
color: #333333;
margin: 1em 0 0.5em;
}
.entry-content .my-source-caption {
font-size: 0.7em !important;
}
.quote-3 cite {
display: flex !important;
align-items: baseline !important;
justify-content: flex-end !important;
gap: 0.5em !important;
color: #737373 !important;
font-size: 0.8em !important;
text-align: right !important;
}
.quote-3 cite .source-label {
order: 1 !important;
margin-right: 0.3em !important;
}
.quote-3 cite a {
order: 2 !important;
text-decoration: underline !important;
}
.profile-info-box {
background-color: #eefaffff;
border: 1px solid #e0e0e0;
border-radius: 8px;
margin: 5px 0 !important;
overflow: hidden;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
color: #4a4a4a;
}
.profile-content-inner {
display: flex;
align-items: flex-start;
padding: 20px;
flex-wrap: nowrap;
}
.profile-image-wrap {
flex: 0 0 auto;
margin-right: 20px;
width: 70px;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
overflow: hidden;
}
.profile-photo {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
border: 2px solid #ddd;
}
.profile-text-content {
flex: 1;
min-width: 0;
}
.profile-position {
font-size: 0.9em;
color: #666;
margin-bottom: 5px;
}
.profile-name-and-role {
display: flex;
align-items: center;
margin-bottom: 10px;
flex-wrap: wrap;
}
.profile-role-badge {
background-color: #007bff;
color: #ffffff;
font-size: 0.8em;
padding: 3px 8px;
border-radius: 3px;
margin-right: 10px;
white-space: nowrap;
}
.supervisor-badge { background-color: #337ab7; }
.author-badge { background-color: #28a745; }
.profile-name-text {
font-size: 1.4em;
font-weight: bold;
color: #333333;
line-height: 1.2;
}
.profile-name-text a {
color: #333333;
text-decoration: none;
}
.profile-name-text a:hover {
text-decoration: underline;
}
.profile-text {
font-size: 10px !important;
color: #555555;
line-height: 1.7;
margin-bottom: 0.4em;
}
.profile-social-links {
display: flex;
gap: 15px;
margin-top: 5px;
flex-wrap: wrap;
justify-content: flex-start;
}
.profile-social-links .social-icon {
font-size: 1.8em;
color: #337ab7;
transition: color 0.3s ease;
text-decoration: none;
}
.profile-social-links .social-icon:hover {
color: #23527c;
}
.social-icon.x-icon { color: #000000; }
.social-icon.fb-icon { color: #3b5998; }
.social-icon.youtube-icon { color: #ff0000; }
.social-icon.amazon-icon { color: #FF9900; }
.social-icon.website-icon { color: #666666; }
.supervisor-profile-box { }
.author-profile-box { }
@media (max-width: 768px) {
.profile-content-inner {
flex-direction: row;
align-items: flex-start;
padding: 15px;
}
.profile-image-wrap {
width: 60px;
height: 60px;
margin-right: 15px;
margin-bottom: 0;
flex-shrink: 0;
}
.profile-text-content {
flex-grow: 1;
text-align: left;
width: auto;
}
.profile-position {
text-align: left;
}
.profile-name-and-role {
justify-content: flex-start;
margin-bottom: 5px;
}
.profile-name {
text-align: left;
}
.profile-social-links {
justify-content: flex-start;
}
.profile-text {
       font-size: 8px !important;
text-align: left;
}
}
.st-kaiwa-balloon p {
margin-bottom: 1em;
}
.st-kaiwa-balloon p:last-child {
margin-bottom: 0;
}
.custom-pros-box,
.custom-cons-box,
.custom-pros-box2,
.custom-cons-box2 {
border: 1px solid #ddd;
border-radius: 5px;
overflow: hidden;
margin-bottom: 10px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.box-header-pros { background-color: #ff99aa; }
.box-header-cons { background-color: #88ccff; }
.box-header-pros2 { background-color: #f88401ff; }
.box-header-cons2 { background-color: #4d9bc2ff; }
.box-list { background-color: #fff; }
.box-list2 { background-color: #fef1e3ff; }
.box-list3 { background-color: #e6f1f6ff; }
.box-list2 li { color: #f88401ff; }
.box-list3 li { color: #4d9bc2ff; }
.accordion-001 {
margin-bottom: 20px;
border: 2px solid #1770b9;
border-radius: 5px;
}
.accordion-001 summary {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
padding: 0.8em 1.5em;
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%231770b9%3B%22%2F%3E%0A%3C%2Fsvg%3E');
background-position: right calc(1.5em - 7px) center;
background-size: 22px;
background-repeat: no-repeat;
color: #1770b9;
font-weight: 600;
cursor: pointer;
font-size: 1.1em !important;
}
.accordion-001 summary::-webkit-details-marker {
display: none;
}
.accordion-001 summary::after {
transform: translateY(-25%) rotate(45deg);
width: 5px;
height: 5px;
border-bottom: 3px solid #fff;
border-right: 3px solid #fff;
content: '';
transition: transform .3s;
}
.accordion-001[open] summary::after {
transform: rotate(225deg);
}
.accordion-001 p {
transform: translateY(-10px);
opacity: 0;
margin: 0;
padding: 0 2em 1.5em;
color: #333333;
font-size: 0.8em !important;
line-height: 1.6;
transition: transform .5s, opacity .5s;
}
.accordion-001[open] p {
transform: none;
opacity: 1;
}
.pb-btn {
margin: 2em auto;
max-width: 500px;
width: 80%;
position: relative;
}
.pb-btn p {
margin: 0 !important;
padding: 0 !important;
}
.pb-btn a {
padding: 0.8em 0.8em 0.8em;;
   padding-right: 2em;
}
.pb-btn .pb-btn_label {
background: #EE8F81;
color: #fff;
display: inline-block;
   padding: 0.8em 0.8em !important;
font-size: 11px !important;
line-height: 12px;
font-weight: 600;
letter-spacing: 0.5px;
position: absolute;
top: -15px;
left: 2.5em;
z-index: 1;
}
.pb-btn .pb-btn_label:empty {
display: none;
}
.pb-btn_image-wrapper {
   width: 110px;
   height: 60px;
}
.pb-btn_content {
justify-content: center;
}
.pb-btn_title {
font-size: 1em;
color: red;
}
.pb-btn_text {
font-size: 0.85em;
}
.pb-btn .pb-btn_add {
font-size: 12px !important;
letter-spacing: 0.5px;
margin: 1em auto 0 !important;
max-width: 90%;
color: #EE8F81;
font-weight: 600;
text-align: center;
}
.pb-btn a:after {
position: absolute;
content: "";
display: inline-block;
right: 1.5em;
top: 50%;
width: 8px;
height: 8px;
border-top: 2px solid #333;
border-right: 2px solid #333;
-webkit-transform: rotate(45deg) translateY(-50%);
transform: rotate(45deg) translateY(-50%);
}
.pb-btn a:hover {
border-color: #EE8F81;
transition: 0.2s;
text-decoration: none;
opacity: 1;
}
@media screen and (max-width:600px) {
.pb-btn {
width: 90%;
margin: 1.5em auto;
}
.pb-btn a {
padding: 0.8em 1em; font-size: 13px !important;
padding-right: 4em;
gap: 10px;
}
.pb-btn a:after {
right: 1em;
width: 7px;
height: 7px;
border-top: 2px solid #333;
border-right: 2px solid #333;
}
.pb-btn .pb-btn_label {
top: -12px;
left: 2.5em;
padding: 0.3em 0.6em !important;
font-size: 10px !important;
}
.pb-btn .pb-btn_add {
text-align: center;
margin: 0.8em auto 0 !important;
}
.pb-btn_image-wrapper {
width: 100px;
height: 70px;
border-radius: 3px;
}
.pb-btn_title { font-size: 0.95em; }
.pb-btn_text { font-size: 0.8em; }
.pb-btn_button {
padding: 0.4em 0.8em;
font-size: 0.8em;
margin-top: 0.8em;
margin-left: auto;
margin-right: 0;
}
}
.pb-btn a.pb-btn_link {
flex-wrap: wrap; padding-right: 1.5em;
}
.pb-btn_button {
background-color: #1770b9;
margin-right: 1.5em;
}
.pb-btn_button:hover {
background-color: #0d5a9d;
}
.pb-btn_shadow a {
box-shadow: 0px 4px 10px rgba(0,0,0,0.09);
}
.pb-btn_shadow:hover { transform: translateY(2px); }
.pb-btn_shadow:hover a { box-shadow: 0px 2px 5px rgba(0,0,0,0.09); }
.pb-btn_shadow:hover .pb-btn_add { transform: translateY(-2px); }
.pb-btn_pink a { background: #ffefef; border-color: #fd9392; }
.pb-btn_pink a:hover { border-color: #fdc44f; }
.pb-btn_pink.pb-btn_shadow a { box-shadow: 0px 4px 10px rgba(237,210,210,0.8); }
.pb-btn_pink.pb-btn_shadow a:hover { box-shadow: 0px 2px 5px rgba(237,210,210,0.8); }
.pb-btn_pink .pb-btn_label { background: #fd9392; }
.pb-btn_pink .pb-btn_add { color: #fd9392; }
.pb-btn_pink .pb-btn_label-2 { color: #fd9392; }
.pb-btn_pink a:after { border-color: #fd9392; }
.pb-btn_yellow a { background: #fef9ed; border-color: #fdc44f; }
.pb-btn_yellow.pb-btn_shadow a { box-shadow: 0px 4px 10px rgba(227,219,201,0.6); }
.pb-btn_yellow.pb-btn_shadow a:hover { box-shadow: 0px 2px 5px rgba(227,219,201,0.6); }
.pb-btn_yellow .pb-btn_label { background: #fdc44f; }
.pb-btn_yellow .pb-btn_add { color: #fdc44f; }
.pb-btn_yellow .pb-btn_label-2 { color: #fdc44f; }
.pb-btn_yellow a:after { border-color: #fdc44f; }
.pb-btn_green a { background: #F2F8E8; border-color: #91c13e; }
.pb-btn_green.pb-btn_shadow a { box-shadow: 0px 4px 10px rgba(225,230,212,0.8); }
.pb-btn_green.pb-btn_shadow a:hover { box-shadow: 0px 2px 5px rgba(225,230,212,0.8); }
.pb-btn_green .pb-btn_label { background: #91c13e; }
.pb-btn_green .pb-btn_add { color: #91c13e; }
.pb-btn_green .pb-btn_label-2 { color: #91c13e; }
.pb-btn_green a:after { border-color: #91c13e; }
.pb-btn_blue a { background: #f0f9fc; border-color: #6fc7e1; }
.pb-btn_blue.pb-btn_shadow a { box-shadow: 0px 4px 10px rgba(197,208,212,0.5); }
.pb-btn_blue.pb-btn_shadow a:hover { box-shadow: 0px 2px 5px rgba(197,208,212,0.5); }
.pb-btn_blue .pb-btn_label { background: #6fc7e1; }
.pb-btn_blue .pb-btn_add { color: #6fc7e1; }
.pb-btn_blue .pb-btn_label-2 { color: #6fc7e1; }
.pb-btn_blue a:after { border-color: #6fc7e1; }
.pb-btn2 {
margin: 2em auto !important;
max-width: 500px !important;
width: 80% !important;
position: relative;
}
.pb-btn2 a.pb-btn2_link {
align-items: flex-start !important;
flex-wrap: nowrap !important;
width: 100% !important;
padding: 1.2em 1.5em 1.2em;
border-radius: 8px;
padding-right: 1.5em;
}
.pb-btn2_image-wrapper {
width: 80px !important;
height: 80px !important;
}
.pb-btn2_content {
min-width: 0 !important;
justify-content: flex-start !important;
align-items: flex-start !important;
flex-basis: 0;
}
.pb-btn2_title { font-size: 1.2em; }
.pb-btn2_text {
font-size: 0.9em;
color: #555;
margin-bottom: 0.5em;
}
.pb-btn2_stars {
display: flex;
align-items: center;
gap: 2px;
margin-bottom: 1em;
color: #FFC107;
}
.pb-btn2_stars .star { font-size: 1.2em; }
.pb-btn2_stars .star.empty { color: #ccc; }
.pb-btn2_stars .rating-number {
font-size: 0.9em;
color: #555;
margin-left: 5px;
}
.pb-btn2_button {
background-color: #F87D32;
padding: 0.8em 1.5em;
margin: 1em auto !important;
}
.pb-btn2_button:hover { background-color: #e06c27; }
.pb-btn2 a.pb-btn2_link:hover {
border-color: #F87D32;
transition: 0.2s;
text-decoration: none;
opacity: 1;
}
@media screen and (max-width:600px) {
.pb-btn2 a.pb-btn2_link {
align-items: flex-start;
flex-wrap: nowrap;
padding: 0.8em 1em;
font-size: 13px !important;
padding-right: 1em;
gap: 10px;
}
.pb-btn2_image-wrapper {
width: 60px;
height: 60px;
border-radius: 3px;
}
.pb-btn2_content { align-items: flex-start; }
.pb-btn2_title { font-size: 1.1em; }
.pb-btn2_text { font-size: 0.85em; }
.pb-btn2_stars {
font-size: 0.9em;
margin-bottom: 0.8em;
}
.pb-btn2_button {
display: block;
margin: 0.8em auto !important;
padding: 0.6em 1em;
font-size: 0.85em;
}
}
.pb-btn2 + p { display: none !important; }
p > a.pb-btn2_link { display: none !important; }
.grecaptcha-badge { visibility: hidden; }
.my-review-box {
border: 1px solid #eee;
padding: 15px;
margin-bottom: 20px;
background-color: #fff;
border-radius: 5px;
}
.my-review-header {
display: flex;
align-items: center;
margin-bottom: 10px;
flex-wrap: wrap;
}
.my-review-title-area {
display: flex;
align-items: center;
}
.st-svg-oukan {
font-size: 24px;
color: #ffcc00;
margin-right: 8px;
line-height: 1;
}
.my-review-title {
font-size: 1.2em;
font-weight: bold;
margin: 0;
line-height: 1.2;
}
.my-review-content {
display: flex;
align-items: flex-start;
gap: 15px;
flex-wrap: wrap;
position: relative;
}
.my-review-image {
flex-shrink: 0;
width: 130px !important;
height: 130px !important;
overflow: hidden !important;
border-radius: 0 !important;
align-self: flex-start !important;
}
.my-review-image img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
display: block !important;
max-width: 100% !important;
max-height: 100% !important;
min-width: 0 !important;
min-height: 0 !important;
}
.my-review-text-and-stars {
flex-grow: 1;
min-width: 200px;
}
.my-star-rating {
font-size: 1.2em !important;
white-space: nowrap !important;
display: flex !important;
position: absolute !important;
top: 0 !important;
left: 115px !important;
z-index: 5 !important;
margin-top: 0 !important;
align-items: center !important;
}
.my-star-rating .fa-star.star-filled { color: #FFD700 !important; }
.my-star-rating .fa-star.star-empty { color: #ccc !important; }
.my-star-comment {
position: absolute;
top: 25px;
left: 115px;
margin: 0;
font-size: 0.85em;
color: #666;
white-space: nowrap;
z-index: 5;
}
.my-review-text {
margin: 0;
padding-top: 35px !important;
position: relative;
}
.my-review-text p {
margin: 0;
line-height: 1.6;
font-size: 0.9em;
}
@media screen and (max-width: 767px) {
.my-review-header {
flex-direction: column;
align-items: flex-start;
}
.my-review-content {
flex-direction: column;
align-items: center;
gap: 10px;
}
.my-review-image { margin-bottom: 5px; }
.my-review-text-and-stars {
width: 100%;
min-width: unset;
}
.my-star-rating {
position: static !important;
margin: 5px auto 0 auto !important;
display: flex !important;
justify-content: center !important;
width: fit-content !important;
padding-top: 0 !important;
}
.my-star-comment {
position: static;
text-align: center;
margin: 0 auto 5px auto !important;
white-space: normal;
}
.my-review-text { padding-top: 0 !important; }
.my-review-text p { text-align: center; }
}
.table_design13 {
border-collapse: collapse;
table-layout: fixed;
font-weight: bold;
text-align: center;
}
.table-scroll {
max-width: 900px;
width: 100%;
margin: auto;
overflow-x: auto;
position: relative;
}
.table_design13 {
table-layout: fixed;
width: 120% !important;
}
.table_design13 thead th {
padding: 1em .8em;
border-right: 2px solid#fff;
position: static;
top: auto;
}
.table_design13 td {
color: #4d9bc1;
padding: 1em;
font-size: .8rem !important;
text-align: center !important;
vertical-align: middle !important;
}
.table_design13 thead th:not(:first-child) {
background: #4d9bc1;
color: #fff;
padding: 0.5em;
}
.table_design13 thead th span { font-size: .9rem; }
.table_design13 th:first-child,
.table_design13 td:first-child {
position: sticky;
left: 0;
background-color: #f9f9f9;
color: #333;
z-index: 15;
border-right: 1px solid #ddd;
padding: 10px;
}
.table_design13 th:first-child {
z-index: 25;
background-color: #a4b3bf;
color: #fff;
text-align: center;
}
.table-scroll.is-scrolled-left .table_design13 th:first-child,
.table-scroll.is-scrolled-left .table_design13 td:first-child {
box-shadow: 2px 0 5px rgba(0,0,0,0.2);
}
.table_design13 thead th.reco-col-header {
background-color: #f88400;
position: relative;
color: #fff;
padding: 0.5em;
overflow: visible;
font-size: 1.3em;
}
.table_design13 thead th.reco-col-header::before {
content: '' !important;
width: 100% !important;
height: 10px !important;
position: absolute !important;
background-color: #f88400 !important;
left: 0 !important;
bottom: 100% !important;
z-index: 26 !important;
}
.table_design13 thead th.reco-col-header::after { display: none !important; }
.table_design13 tbody th, .table_design13 tbody td { border: 2px solid #fff; }
.table_design13 tbody th {
background-color: #4d9bc1;
color: #fff;
}
.table_design13 tbody td { background-color: #e6f1f6; }
.table_design13 td.reco-col-data {
color: #f88400;
background: #fef1e3;
font-size: .8rem;
line-height: 1.5;
text-align: center !important;
vertical-align: middle !important;
}
.table_design13 td:hover {
transform: scale(1.05);
outline: 2px solid #4d9bc1;
}
.table_design13 td.reco-col-data:hover {
transform: scale(1.05);
outline: 2px solid #f88400;
}
@media screen and (max-width: 787px) {
.scroll-box { overflow-x: auto; }
}
.footer-top_key-words-inner ul {
display: flex !important;
flex-wrap: wrap !important;
gap: 10px !important;
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
justify-content: flex-start !important;
}
.footer-top_key-words-inner ul li {
background-color: #e0eaf3 !important;
border-radius: 8px !important;
padding: 8px 15px !important;
white-space: nowrap !important;
color: #333 !important;
font-size: 0.7em !important;
line-height: 1.2 !important;
display: block !important;
}
.footer-top_key-words-inner ul li a {
text-decoration: none !important;
color: inherit !important;
display: block !important;
padding: 0 !important;
margin: 0 !important;
}
.footer-top_key-words-inner ul li:hover {
opacity: 0.8 !important;
cursor: pointer !important;
}
.footer-top_key-words .title_aside {
font-size: 18px !important;
font-weight: bold !important;
color: #333 !important;
margin-bottom: 20px !important;
text-align: left !important;
}
.logo-with-white-border {
max-width: 80px;
height: auto;
display: block;
margin: 0 auto 5px auto;
filter: drop-shadow(0 0 1px white);
}
.rate-wrap {
display: flex !important;
width: 330px !important;
align-items: center !important;
justify-content: center !important;
padding: 5px !important;
border: 1.5px solid #e8d8b0 !important;
margin: 20px auto 0 !important;
font-weight: bold !important;
margin-bottom: 0.5px !important;
margin-top: 0 !important;
font-size: 0.8em !important;
}
.rate-wrap .rate-label {
width: 120px !important;
flex-shrink: 0 !important;
flex-grow: 0 !important;
text-align: left !important;
margin-right: 10px !important;
font-size: 1em !important;
}
.rate {
position: relative !important;
display: flex !important;
width: auto !important;
height: 22px !important;
font-size: 0 !important;
flex-shrink: 0 !important;
flex-grow: 0 !important;
gap: 2px;
}
.rate::before, .rate::after { display: none !important; }
.rate .st-svg-star { color: #ffb906 !important; }
.rate .st-svg-star-half-o { color: #ffb906 !important; }
.rate .st-svg-star-o { color: #c4c4c4 !important; }
.rate-wrap .num {
width: 40px !important;
text-align: right !important;
margin-left: 50px !important;
flex-shrink: 0 !important;
flex-grow: 0 !important;
font-size: 1em !important;
}
.my-checklist-box {
background-color: #f8f8f8;
border: 1px solid #ddd;
border-radius: 8px;
padding: 20px;
margin-bottom: 30px;
}
.my-checklist-box h3 {
font-size: 1.2em;
font-weight: bold;
color: #333;
margin-top: 0;
margin-bottom: 15px;
border-bottom: 2px solid #eee;
padding-bottom: 10px;
}
.your-review-container {
display: flex;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
gap: 20px;
padding-bottom: 20px;
white-space: nowrap;
position: relative;
margin-bottom: 3px !important;
}
.your-review-container::before,
.your-review-container::after {
content: '';
position: sticky;
top: 0;
height: 100%;
width: 30px;
pointer-events: none;
z-index: 1;
}
.your-review-container::before {
left: 0;
background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0));
}
.your-review-container::after {
right: 0;
background: linear-gradient(to left, rgba(0,0,0,0.1), rgba(0,0,0,0));
}
.your-review-card {
flex: 0 0 300px;
min-width: 300px;
max-width: 80vw;
background-color: #fafafaff;
border: 1px solid #eee;
border-radius: 8px;
padding: 20px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
display: inline-block;
vertical-align: top;
white-space: normal;
overflow: hidden;
}
.review-icon-float {
float: left;
margin-right: 15px;
margin-bottom: 10px;
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.review-person-icon {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
object-position: top !important;
}
.review-title {
font-size: 0.9em !important;
font-weight: bold;
margin-bottom: 10px;
color: #333;
padding-top: 5px;
}
.your-review-card p {
font-size: 0.9em !important;
margin-bottom: 8px;
line-height: 1.6;
}
.your-review-card .source {
font-size: 0.5em !important;
text-align: right;
margin-top: 15px;
}
.scroll-hint-message {
display: block;
width: fit-content;
margin: 3px auto 0;
font-size: 0.8em;
color: #fff;
background-color: #333;
padding: 6px 11px;
border-radius: 5px;
opacity: 0.9;
text-align: center;
}
.fas.fa-thumbs-up { color: #28A745; }
.fas.fa-thumbs-down { color: #DC3545; }
.review-rating {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.review-rating .rating-number {
font-size: 0.9em;
color: #333;
margin-left: 8px;
}
.graybox {
border-radius: 10px;
overflow: hidden;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.annotation-text,
p .annotation-text {
font-size: 0.7em !important;
color: #666 !important;
line-height: 1.1 !important;
}
.align-center-flex {
display: flex;
justify-content: center;
align-items: center;
}
.align-center-flex .st-minihukidashi { margin: 0 !important; }
.lead-text-style {
font-size: 0.9em !important;
color: #3f51b5 !important;
line-height: 1 !important;
margin-bottom: 2.2em !important;
padding: 1.5em !important;
border: 1px solid #3f51b5 !important;
border-radius: 4px !important;
background-color: #ffffff !important;
}
.st-svg-circle-w,
.st-svg-circle-o {
color: #ee6363 !important;
}
.st-svg-triangle {
color: #4c84f6 !important;
}
.st-svg-times {
color: #888 !important;
}   .button-section-wrapper {
text-align: center !important;
margin: 10px 0 !important;
} .button_solid015 {
position: relative;
display: inline-block !important;
width: 100%;
   max-width: 330px !important;
margin: 30px auto !important;
text-align: center;
}
.button_solid015 p.button-top-text {
margin-bottom: 5px !important;
font-weight: 600 !important;
color: #ff9900 !important;
letter-spacing: 0.04rem !important;
display: inline-block !important;
position: relative !important;
padding: 0 30px !important;
background-color: #fff0e0;
border-radius: 5px;
line-height: 1.2 !important;
}
.button_solid015 p.button-top-text::before, 
.button_solid015 p.button-top-text::after {
display: inline-block !important;
position: absolute !important;
top: 50% !important;
width: 20px !important;
height: 3px !important;
border-radius: 5px !important;
background-color: #ff9900 !important;
content: "" !important;
transform: translateY(-50%) !important;
}
.button_solid015 p.button-top-text::before {
left: -10px !important;
-webkit-transform: rotate( 50deg ) translateY(-50%) !important;
transform: rotate( 50deg ) translateY(-50%) !important;
}
.button_solid015 p.button-top-text::after {
right: -10px !important;
-webkit-transform: rotate( -50deg ) translateY(-50%) !important;
transform: rotate( -50deg ) translateY(-50%) !important;
} .button_solid015 a {
position: relative !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
gap: 10px !important;
margin: 0 auto !important;
width: fit-content !important;
   max-width: 300px !important;
padding: 15px 25px !important;
color: #FFF !important;
transition: 0.3s ease-in-out !important;
font-weight: 600 !important;
background: #f88401 !important;
filter: drop-shadow(0px 2px 4px #d4d4d4) !important;
border-radius: 50px !important;
} .button_solid015 a:hover {
transform: translateY(-2px) !important;
box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1) !important;
filter: none !important;
} .button_solid015 a:after {
position: relative !important;
margin-left: auto !important;
margin-right: 0 !important;
transition: 0.2s ease-in-out !important;
content: "\f0da" !important;
font-family: "stsvg" !important;
font-weight: normal !important;
color: #FFF !important;
font-size: 1.2em !important;
text-decoration: none !important; 
text-decoration-line: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
.st-mybutton-box .st-mybutton.custom-sumokka-button .st-btn-text {
white-space: normal !important;
}
.button_solid015 a {
text-decoration: none !important; 
}.st-am-impression-tracker{overflow:hidden;position:absolute;clip:rect(0 0 0 0);border:0;clip-path:inset(50%);height:1px;margin:-1px;padding:0;white-space:nowrap;width:1px}.st-am-edit-link-button{-webkit-appearance:none;background:none;border:0;color:#4682b4;font-size:95%;margin:0;padding:0;text-decoration:underline}.st-am-edit-link-button:hover{color:#b22222}.st-pvm,.st-pvm:after,.st-pvm:before{box-sizing:border-box}.st-pvm *,.st-pvm :after,.st-pvm :before{box-sizing:inherit}.st-pvm-nav{position:relative;top:1.5px;z-index:2}.post .st-pvm-nav-list:not(.toc_list):not(.st_toc_list):not(.children),.st-pvm-nav-list,.widget_text .st-pvm-nav-list{display:flex;margin:0;padding:0}.post .st-pvm .st-pvm-nav-item,.st-pvm-nav-item,.widget_text .st-pvm-nav-item,.widget_text .st-pvm-nav-item:last-child{background:#fff;border:1px solid #f3f3f3;display:block;flex-grow:1;flex-shrink:0;margin:0;padding:10px;text-align:center;width:33.33333%}.st-pvm-nav-item:hover{cursor:pointer}.post .st-pvm-nav-item+.st-pvm-nav-item,.st-pvm-nav-item+.st-pvm-nav-item,.widget_text .st-pvm-nav-item+.st-pvm-nav-item,.widget_text .st-pvm-nav-item+.st-pvm-nav-item:last-child{border-left:0;margin:0}#side .st-pvm-nav-item{padding:5px}@media only screen and (min-width:600px){.post .st-pvm .st-pvm-nav-item,.st-pvm-nav-item,.widget_text .st-pvm-nav-item+.st-pvm-nav-item,.widget_text .st-pvm-nav-item+.st-pvm-nav-item:last-child{flex-grow:0;max-width:33.33333%;width:8em}}.post .st-pvm-nav-item[data-st-pvm-is-active],.st-pvm-nav-item[data-st-pvm-is-active],.widget_text .st-pvm-nav-item[data-st-pvm-is-active],.widget_text .st-pvm-nav-item[data-st-pvm-is-active]:last-child{border-bottom:1px solid #fff;font-weight:700}.st-pvm-rankings{background:#fff;position:relative;z-index:1}.st-pvm-ranking{border:1px solid #f3f3f3;display:none;padding:20px}.st-pvm-ranking[data-st-pvm-is-active]{display:block}.post .st-pvm-ranking-list,.st-pvm-ranking-list{counter-reset:st-pvm-ranking-item;margin:0;padding:0}.post .st-pvm .st-pvm-ranking-item,.st-pvm-ranking-item,.widget .st-pvm-ranking-item{align-items:flex-start;border:0;border-bottom:1px solid #f3f3f3;counter-increment:st-pvm-ranking-item;display:flex;margin:0 0 20px;padding:0 0 20px}.post .st-pvm .st-pvm-ranking-item:last-child,.st-pvm-ranking-item:last-child{border:0;margin-bottom:0;padding-bottom:0}.st-pvm-ranking-item-image{flex-grow:0;flex-shrink:0;margin-right:15px;position:relative;width:100px}.st-pvm-ranking-item-image:before{background:#feb20a;color:#fff;content:counter(st-pvm-ranking-item,decimal);font-size:.8rem;font-weight:700;height:27px;left:0;line-height:27px;position:absolute;text-align:center;top:0;vertical-align:middle;width:27px;z-index:1}.st-pvm-ranking-item-image img{vertical-align:bottom}.st-pvm-ranking-item-body{flex-grow:1}.st-pvm-ranking-item-h{hyphens:auto;margin:0;padding:0;word-break:break-all;word-break:break-word}.st-pvm-ranking-item.has-excerpt .st-pvm-ranking-item-h{margin:0 0 5px}.st-pvm-ranking-item-title{color:#000;font-weight:700;text-decoration:none}.st-pvm.has-pv .st-pvm-ranking-item-title{margin-right:.75em}.st-pvm-ranking-item-pv{color:#f08;font-size:.85em}.st-pvm-ranking-item-pv-number{margin-right:.15em}.st-pvm-ranking-item-pv-unit{text-transform:lowercase}.st-pvm-ranking-item-excerpt{hyphens:auto;word-break:break-all;word-break:break-word}.st-pvm-ranking-item-excerpt *,.st-pvm-ranking-no-result{margin:0;padding:0}@media only screen and (min-width:600px){#side .st-pvm-ranking-item-image{max-width:100px}}.st-pvm-impression-tracker{overflow:hidden;position:absolute;clip:rect(0 0 0 0);border:0;clip-path:inset(50%);height:1px;margin:-1px;padding:0;white-space:nowrap;width:1px}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@font-face{font-family:'FontAwesome';src:url(//jobchangegogo.com/wp-content/themes/affinger/css/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//jobchangegogo.com/wp-content/themes/affinger/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//jobchangegogo.com/wp-content/themes/affinger/css/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//jobchangegogo.com/wp-content/themes/affinger/css/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//jobchangegogo.com/wp-content/themes/affinger/css/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//jobchangegogo.com/wp-content/themes/affinger/css/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@-webkit-keyframes wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}20%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}28%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}30%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}38%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}40%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}48%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}50%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}58%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}100%,75%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}20%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}28%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}30%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}38%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}40%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}48%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}50%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}58%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}100%,75%{-webkit-transform:rotate(0);transform:rotate(0)}}.faa-parent.animated-hover:hover>.faa-wrench,.faa-wrench.animated,.faa-wrench.animated-hover:hover{-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite;transform-origin-x:90%;transform-origin-y:35%;transform-origin-z:initial}.faa-parent.animated-hover:hover>.faa-wrench.faa-fast,.faa-wrench.animated-hover.faa-fast:hover,.faa-wrench.animated.faa-fast{-webkit-animation:wrench 1.2s ease infinite;animation:wrench 1.2s ease infinite}.faa-parent.animated-hover:hover>.faa-wrench.faa-slow,.faa-wrench.animated-hover.faa-slow:hover,.faa-wrench.animated.faa-slow{-webkit-animation:wrench 3.7s ease infinite;animation:wrench 3.7s ease infinite}@-webkit-keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0);transform:rotate(0)}}.faa-parent.animated-hover:hover>.faa-ring,.faa-ring.animated,.faa-ring.animated-hover:hover{-webkit-animation:ring 2s ease infinite;animation:ring 2s ease infinite;transform-origin-x:50%;transform-origin-y:0;transform-origin-z:initial}.faa-parent.animated-hover:hover>.faa-ring.faa-fast,.faa-ring.animated-hover.faa-fast:hover,.faa-ring.animated.faa-fast{-webkit-animation:ring 1s ease infinite;animation:ring 1s ease infinite}.faa-parent.animated-hover:hover>.faa-ring.faa-slow,.faa-ring.animated-hover.faa-slow:hover,.faa-ring.animated.faa-slow{-webkit-animation:ring 3s ease infinite;animation:ring 3s ease infinite}@-webkit-keyframes vertical{0%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}100%,22%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes vertical{0%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}100%,22%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.faa-parent.animated-hover:hover>.faa-vertical,.faa-vertical.animated,.faa-vertical.animated-hover:hover{-webkit-animation:vertical 2s ease infinite;animation:vertical 2s ease infinite}.faa-parent.animated-hover:hover>.faa-vertical.faa-fast,.faa-vertical.animated-hover.faa-fast:hover,.faa-vertical.animated.faa-fast{-webkit-animation:vertical 1s ease infinite;animation:vertical 1s ease infinite}.faa-parent.animated-hover:hover>.faa-vertical.faa-slow,.faa-vertical.animated-hover.faa-slow:hover,.faa-vertical.animated.faa-slow{-webkit-animation:vertical 4s ease infinite;animation:vertical 4s ease infinite}@-webkit-keyframes horizontal{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}100%,36%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes horizontal{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}100%,36%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.faa-horizontal.animated,.faa-horizontal.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-horizontal{-webkit-animation:horizontal 2s ease infinite;animation:horizontal 2s ease infinite}.faa-horizontal.animated-hover.faa-fast:hover,.faa-horizontal.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-horizontal.faa-fast{-webkit-animation:horizontal 1s ease infinite;animation:horizontal 1s ease infinite}.faa-horizontal.animated-hover.faa-slow:hover,.faa-horizontal.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-horizontal.faa-slow{-webkit-animation:horizontal 3s ease infinite;animation:horizontal 3s ease infinite}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.faa-flash.animated,.faa-flash.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-flash{-webkit-animation:flash 2s ease infinite;animation:flash 2s ease infinite}.faa-flash.animated-hover.faa-fast:hover,.faa-flash.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-flash.faa-fast{-webkit-animation:flash 1s ease infinite;animation:flash 1s ease infinite}.faa-flash.animated-hover.faa-slow:hover,.faa-flash.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-flash.faa-slow{-webkit-animation:flash 3s ease infinite;animation:flash 3s ease infinite}@-webkit-keyframes bounce{0%,10%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,10%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}.faa-bounce.animated,.faa-bounce.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-bounce{-webkit-animation:bounce 2s ease infinite;animation:bounce 2s ease infinite}.faa-bounce.animated-hover.faa-fast:hover,.faa-bounce.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-bounce.faa-fast{-webkit-animation:bounce 1s ease infinite;animation:bounce 1s ease infinite}.faa-bounce.animated-hover.faa-slow:hover,.faa-bounce.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-bounce.faa-slow{-webkit-animation:bounce 3s ease infinite;animation:bounce 3s ease infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.faa-parent.animated-hover:hover>.faa-spin,.faa-spin.animated,.faa-spin.animated-hover:hover{-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}.faa-parent.animated-hover:hover>.faa-spin.faa-fast,.faa-spin.animated-hover.faa-fast:hover,.faa-spin.animated.faa-fast{-webkit-animation:spin .7s linear infinite;animation:spin .7s linear infinite}.faa-parent.animated-hover:hover>.faa-spin.faa-slow,.faa-spin.animated-hover.faa-slow:hover,.faa-spin.animated.faa-slow{-webkit-animation:spin 2.2s linear infinite;animation:spin 2.2s linear infinite}@-webkit-keyframes float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.faa-float.animated,.faa-float.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-float{-webkit-animation:float 2s linear infinite;animation:float 2s linear infinite}.faa-float.animated-hover.faa-fast:hover,.faa-float.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-float.faa-fast{-webkit-animation:float 1s linear infinite;animation:float 1s linear infinite}.faa-float.animated-hover.faa-slow:hover,.faa-float.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-float.faa-slow{-webkit-animation:float 3s linear infinite;animation:float 3s linear infinite}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}.faa-parent.animated-hover:hover>.faa-pulse,.faa-pulse.animated,.faa-pulse.animated-hover:hover{-webkit-animation:pulse 2s linear infinite;animation:pulse 2s linear infinite}.faa-parent.animated-hover:hover>.faa-pulse.faa-fast,.faa-pulse.animated-hover.faa-fast:hover,.faa-pulse.animated.faa-fast{-webkit-animation:pulse 1s linear infinite;animation:pulse 1s linear infinite}.faa-parent.animated-hover:hover>.faa-pulse.faa-slow,.faa-pulse.animated-hover.faa-slow:hover,.faa-pulse.animated.faa-slow{-webkit-animation:pulse 3s linear infinite;animation:pulse 3s linear infinite}.faa-parent.animated-hover:hover>.faa-shake,.faa-shake.animated,.faa-shake.animated-hover:hover{-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite}.faa-parent.animated-hover:hover>.faa-shake.faa-fast,.faa-shake.animated-hover.faa-fast:hover,.faa-shake.animated.faa-fast{-webkit-animation:wrench 1.2s ease infinite;animation:wrench 1.2s ease infinite}.faa-parent.animated-hover:hover>.faa-shake.faa-slow,.faa-shake.animated-hover.faa-slow:hover,.faa-shake.animated.faa-slow{-webkit-animation:wrench 3.7s ease infinite;animation:wrench 3.7s ease infinite}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}100%,80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}100%,80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.faa-parent.animated-hover:hover>.faa-tada,.faa-tada.animated,.faa-tada.animated-hover:hover{-webkit-animation:tada 2s linear infinite;animation:tada 2s linear infinite}.faa-parent.animated-hover:hover>.faa-tada.faa-fast,.faa-tada.animated-hover.faa-fast:hover,.faa-tada.animated.faa-fast{-webkit-animation:tada 1s linear infinite;animation:tada 1s linear infinite}.faa-parent.animated-hover:hover>.faa-tada.faa-slow,.faa-tada.animated-hover.faa-slow:hover,.faa-tada.animated.faa-slow{-webkit-animation:tada 3s linear infinite;animation:tada 3s linear infinite}@-webkit-keyframes passing{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}}@keyframes passing{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}}.faa-parent.animated-hover:hover>.faa-passing,.faa-passing.animated,.faa-passing.animated-hover:hover{-webkit-animation:passing 2s linear infinite;animation:passing 2s linear infinite}.faa-parent.animated-hover:hover>.faa-passing.faa-fast,.faa-passing.animated-hover.faa-fast:hover,.faa-passing.animated.faa-fast{-webkit-animation:passing 1s linear infinite;animation:passing 1s linear infinite}.faa-parent.animated-hover:hover>.faa-passing.faa-slow,.faa-passing.animated-hover.faa-slow:hover,.faa-passing.animated.faa-slow{-webkit-animation:passing 3s linear infinite;animation:passing 3s linear infinite}@-webkit-keyframes passing-reverse{0%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}}@keyframes passing-reverse{0%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}}.faa-parent.animated-hover:hover>.faa-passing-reverse,.faa-passing-reverse.animated,.faa-passing-reverse.animated-hover:hover{-webkit-animation:passing-reverse 2s linear infinite;animation:passing-reverse 2s linear infinite}.faa-parent.animated-hover:hover>.faa-passing-reverse.faa-fast,.faa-passing-reverse.animated-hover.faa-fast:hover,.faa-passing-reverse.animated.faa-fast{-webkit-animation:passing-reverse 1s linear infinite;animation:passing-reverse 1s linear infinite}.faa-parent.animated-hover:hover>.faa-passing-reverse.faa-slow,.faa-passing-reverse.animated-hover.faa-slow:hover,.faa-passing-reverse.animated.faa-slow{-webkit-animation:passing-reverse 3s linear infinite;animation:passing-reverse 3s linear infinite}@-webkit-keyframes burst{0%{opacity:.6}50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}@keyframes burst{0%{opacity:.6}50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}.faa-burst.animated,.faa-burst.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-burst{-webkit-animation:burst 2s infinite linear;animation:burst 2s infinite linear}.faa-burst.animated-hover.faa-fast:hover,.faa-burst.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-burst.faa-fast{-webkit-animation:burst 1s infinite linear;animation:burst 1s infinite linear}.faa-burst.animated-hover.faa-slow:hover,.faa-burst.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-burst.faa-slow{-webkit-animation:burst 3s infinite linear;animation:burst 3s infinite linear}@-webkit-keyframes falling{0%{-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0}50%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(50%);transform:translateY(50%);opacity:0}}@keyframes falling{0%{-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0}50%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(50%);transform:translateY(50%);opacity:0}}.faa-falling.animated,.faa-falling.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-falling{-webkit-animation:falling 2s linear infinite;animation:falling 2s linear infinite}.faa-falling.animated-hover.faa-fast:hover,.faa-falling.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-falling.faa-fast{-webkit-animation:falling 1s linear infinite;animation:falling 1s linear infinite}.faa-falling.animated-hover.faa-slow:hover,.faa-falling.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-falling.faa-slow{-webkit-animation:falling 3s linear infinite;animation:falling 3s linear infinite}@font-face {
font-family: stsvg;
src:  url(//jobchangegogo.com/wp-content/themes/affinger/st_svg/fonts/stsvg.eot?e9lchi);
src:  url(//jobchangegogo.com/wp-content/themes/affinger/st_svg/fonts/stsvg.eot?e9lchi#iefix) format('embedded-opentype'),
url(//jobchangegogo.com/wp-content/themes/affinger/st_svg/fonts/stsvg.ttf?e9lchi) format('truetype'),
url(//jobchangegogo.com/wp-content/themes/affinger/st_svg/fonts/stsvg.woff?e9lchi) format('woff'),
url(//jobchangegogo.com/wp-content/themes/affinger/st_svg/fonts/stsvg.svg?e9lchi#stsvg) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="st-svg-"], [class*=" st-svg-"] {
font-family: stsvg;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wp-element-caption [class^="st-svg-"],
.wp-element-caption [class*=" st-svg-"] {
margin-right: 3px;
}
#search .st-fa {
font-family: stsvg;
}
.st-svg-caret-down:before {
content: "\e901";
}
.st-svg-xcom:before {
content: "\e92c";
}
.st-svg-bar:before {
content: "\e916";
}
.st-svg-circle-w:before {
content: "\e920";
}
.st-svg-triangle:before {
content: "\e92b";
}
.st-svg-font-q:before {
content: "\e906";
}
.st-svg-h-top:before {
content: "\e905";
}
.st-svg-instagram:before {
content: "\e903";
}
.st-svg-get-pocket:before {
content: "\f265";
}
.st-svg-pinterest-p:before {
content: "\f231";
}
.st-svg-youtube-play:before {
content: "\f16a";
}
.st-svg-hand-right:before {
content: "\e974";
}
.st-svg-thumbs-o-down:before {
content: "\f088";
}
.st-svg-thumbs-o-up:before {
content: "\f087";
}
.st-svg-thumbs-up:before {
content: "\f164";
}
.st-svg-vidicon:before {
content: "\e934";
}
.st-svg-hand-o-down:before {
content: "\f0a7";
}
.st-svg-hand-o-right:before {
content: "\f0a4";
}
.st-svg-headphone:before {
content: "\e938";
}
.st-svg-pencil-square:before {
content: "\f14b";
}
.st-svg-pencil-square-o:before {
content: "\f044";
}
.st-svg-thumbs-down:before {
content: "\f165";
}
.st-svg-bullhorn:before {
content: "\f0a1";
}
.st-svg-columns:before {
content: "\f0db";
}
.st-svg-refresh:before {
content: "\f021";
}
.st-svg-plus-circle:before {
content: "\f055";
}
.st-svg-qr-code:before {
content: "\e933";
}
.st-svg-angle-double-down:before {
content: "\f103";
}
.st-svg-angle-double-right:before {
content: "\f101";
}
.st-svg-angle-down:before {
content: "\f107";
}
.st-svg-angle-right:before {
content: "\f105";
}
.st-svg-angle-up:before {
content: "\f106";
}
.st-svg-arrow-right:before {
content: "\f061";
}
.st-svg-arrow-left:before {
content: "\f061";
transform:rotate(180deg);
}
.st-svg-bell:before {
content: "\f0f3";
}
.st-svg-bold:before {
content: "\f032";
}
.st-svg-book:before {
content: "\f02d";
}
.st-svg-bookmark:before {
content: "\f02e";
}
.st-svg-calendar:before {
content: "\f073";
}
.st-svg-camera:before {
content: "\f030";
}
.st-svg-caret-right:before {
content: "\f0da";
}
.st-svg-caret-square-o-right:before {
content: "\f152";
}
.st-svg-check-circle:before {
content: "\f058";
}
.st-svg-chevron-circle-right:before {
content: "\f138";
}
.st-svg-chevron-circle-right_:before {
content: "\e937";
}
.st-svg-chevron-down:before {
content: "\f078";
}
.st-svg-chevron-left:before {
content: "\f053";
}
.st-svg-chevron-right:before {
content: "\f054";
}
.st-svg-clipboard:before {
content: "\f0ea";
}
.st-svg-clock-o:before {
content: "\f017";
}
.st-svg-cloud-download:before {
content: "\f0ed";
}
.st-svg-code:before {
content: "\f121";
}
.st-svg-cog:before {
content: "\f013";
}
.st-svg-cogs:before {
content: "\f085";
}
.st-svg-copy:before {
content: "\f0c5";
}
.st-svg-credit-card-alt:before {
content: "\f283";
}
.st-svg-desktop:before {
content: "\f108";
}
.st-svg-double-up:before {
content: "\f102";
}
.st-svg-download:before {
content: "\f019";
}
.st-svg-envelope:before {
content: "\f0e0";
}
.st-svg-envelope-o:before {
content: "\f003";
}
.st-svg-eraser:before {
content: "\f12d";
}
.st-svg-exchange:before {
content: "\f0ec";
}
.st-svg-exclamation-circle:before {
content: "\f06a";
}
.st-svg-exclamation-triangle:before {
content: "\f071";
}
.st-svg-external-link:before {
content: "\f08e";
}
.st-svg-eye:before {
content: "\f06e";
}
.st-svg-eye-slash:before {
content: "\f070";
}
.st-svg-file-image-o:before {
content: "\f1c5";
}
.st-svg-files-o:before {
content: "\e918";
}
.st-svg-file-text:before {
content: "\f15c";
}
.st-svg-file-text-o:before {
content: "\f0f6";
}
.st-svg-file-zip-o:before {
content: "\f1c6";
}
.st-svg-flag:before {
content: "\f024";
}
.st-svg-folder:before {
content: "\f07b";
}
.st-svg-folder-open-o:before {
content: "\f115";
}
.st-svg-font:before {
content: "\f031";
}
.st-svg-font-tag:before {
content: "\e914";
}
.st-svg-gift:before {
content: "\f06b";
}
.st-svg-home:before {
content: "\f015";
}
.st-svg-inbox:before {
content: "\f01c";
}
.st-svg-info-circle:before {
content: "\f05a";
}
.st-svg-lightbulb:before {
content: "\e915";
}
.st-svg-lightbulb-o:before {
content: "\f0eb";
}
.st-svg-line-chart:before {
content: "\f201";
}
.st-svg-list:before {
content: "\f03a";
}
.st-svg-list-alt:before {
content: "\f022";
}
.st-svg-list-ol:before {
content: "\f0cb";
}
.st-svg-list-ul:before {
content: "\f0ca";
}
.st-svg-lock:before {
content: "\f023";
}
.st-svg-money:before {
content: "\f0d6";
}
.st-svg-newspaper-o:before {
content: "\f1ea";
}
.st-svg-pages:before {
content: "\e96d";
}
.st-svg-paper-plane:before {
content: "\f1d8";
}
.st-svg-pdf-o:before {
content: "\f1c1";
}
.st-svg-pencil:before {
content: "\f040";
}
.st-svg-pencil-square-b:before {
content: "\e973";
}
.st-svg-percent:before {
content: "\f295";
}
.st-svg-picture-o:before {
content: "\f03e";
}
.st-svg-print:before {
content: "\f02f";
}
.st-svg-product-hunt:before {
content: "\f288";
}
.st-svg-reply:before {
content: "\f112";
}
.st-svg-rss:before {
content: "\f09e";
}
.st-svg-rss-square:before {
content: "\f143";
}
.st-svg-share-alt:before {
content: "\f1e0";
}
.st-svg-share-square:before {
content: "\f14d";
}
.st-svg-share-square-o:before {
content: "\f045";
}
.st-svg-shopping-cart:before {
content: "\f217";
}
.st-svg-shortcode:before {
content: "\e99a";
}
.st-svg-sign-in:before {
content: "\f090";
}
.st-svg-sign-out:before {
content: "\f08b";
}
.st-svg-star:before {
content: "\f005";
}
.st-svg-star-half-o:before {
content: "\f123";
}
.st-svg-star-o:before {
content: "\f006";
}
.st-svg-sticky-note-o:before {
content: "\f24a";
}
.st-svg-tachometer:before {
content: "\f0e4";
}
.st-svg-terminal:before {
content: "\f120";
}
.st-svg-thumb-tack:before {
content: "\f08d";
}
.st-svg-toggle-on:before {
content: "\f205";
}
.st-svg-txt:before {
content: "\e98c";
}
.st-svg-unlock-alt:before {
content: "\f13e";
}
.st-svg-url-copy:before {
content: "\e913";
}
.st-svg-user:before {
content: "\f007";
}
.st-svg-user-circle:before {
content: "\f2bd";
}
.st-svg-menu_cut:before {
content: "\e90a";
}
.st-svg-search_s:before {
content: "\e91f";
}
.st-svg-search_thin_s:before {
content: "\e921";
}
.st-svg-close:before {
content: "\e90e";
}
.st-svg-close_thin:before {
content: "\e90c";
}
.st-svg-menu_thin:before {
content: "\e90b";
}
.st-svg-menu:before {
content: "\e909";
}
.st-svg-border:before {
content: "\e91d";
}
.st-svg-circle-s:before {
content: "\e91e";
}
.st-svg-camera-retro:before {
content: "\f080";
}
.st-svg-check:before {
content: "\f00c";
}
.st-svg-facebook-square:before {
content: "\f082";
}
.st-svg-oukan:before {
content: "\e908";
}
.st-svg-relation:before {
content: "\e917";
}
.st-svg-diamond:before {
content: "\f219";
}
.st-svg-trophy:before {
content: "\f091";
}
.st-svg-slide-show:before {
content: "\e92a";
}
.st-svg-quote-left:before {
content: "\f10d";
}
.st-svg-magic:before {
content: "\f0d0";
}
.st-svg-plus:before {
content: "\f067";
}
.st-svg-quote-right:before {
content: "\f10e";
}
.st-svg-th:before {
content: "\f00a";
}
.st-svg-link:before {
content: "\f0c1";
}
.st-svg-map-marker:before {
content: "\f041";
}
.st-svg-tag:before {
content: "\f02b";
}
.st-svg-tags:before {
content: "\f02c";
}
.st-svg-palette:before {
content: "\e925";
}
.st-svg-footer:before {
content: "\e924";
}
.st-svg-header:before {
content: "\f1dc";
}
.st-svg-h-gazou:before {
content: "\e926";
}
.st-svg-h-under:before {
content: "\e927";
}
.st-svg-main-area:before {
content: "\e928";
}
.st-svg-sidebar:before {
content: "\e929";
}
.st-svg-minus-thin:before {
content: "\e922";
}
.st-svg-plus-thin:before {
content: "\e923";
}
.st-svg-quora:before,
.st-svg-question-circle:before {
content: "\f059";
}
.st-svg-close_cut:before {
content: "\e90d";
}
.st-svg-toc:before {
content: "\e91c";
}
.st-svg-bolt:before {
content: "\f0e7";
}
.st-svg-th-large:before {
content: "\f009";
}
.st-svg-paperclip:before {
content: "\f0c6";
}
.st-svg-tablet:before {
content: "\f10a";
}
.st-svg-times:before {
content: "\f00d";
}
.st-svg-comments-o:before {
content: "\f0e6";
}
.st-svg-circle-o:before {
content: "\f10c";
}
.st-svg-heart:before {
content: "\f004";
}
.st-svg-twitter:before {
content: "\e92c";
}
.st-svg-mobile:before {
content: "\f10b";
}
.st-svg-emotion-frown:before {
content: "\e919";
}
.st-svg-emotion-meh:before {
content: "\e91a";
}
.st-svg-emotion-smile:before {
content: "\e91b";
}
.st-svg-plug:before {
content: "\f1e6";
}
.st-svg-bars:before {
content: "\f0c9";
}
.st-svg-comment:before {
content: "\f075";
}
.st-svg-commenting:before {
content: "\f27a";
}
.st-svg-comments:before {
content: "\f086";
}
.st-svg-amazon:before {
content: "\f270";
}
.st-svg-arrow-circle-o-right:before {
content: "\f18e";
}
.st-svg-arrow-circle-right:before {
content: "\f0a9";
}
.st-svg-bigginer_l:before {
content: "\e910";
}
.st-svg-bigginer_r:before {
content: "\e90f";
}
.st-svg-check-thin:before {
content: "\e902";
}
.st-svg-check_bold:before {
content: "\e907";
}
.st-svg-check_bold_max:before {
content: "\e901";
}
.st-svg-check_square_radius:before {
content: "\e904";
}
.st-svg-circle:before {
content: "\f111";
}
.st-svg-facebook:before {
content: "\f09a";
}
.st-svg-google:before {
content: "\f1a0";
}
.st-svg-hateb:before {
content: "\e911";
}
.st-svg-line:before {
content: "\e912";
}
.st-svg-search:before {
content: "\f002";
}
.st-svg-search-minus:before {
content: "\f010";
}
.st-svg-search-plus:before {
content: "\f00e";
}
.st-svg-search_thin:before {
content: "\e948";
}
.st-svg-arrow:before {
content: "\e900";
}
.st-svg-wordpress:before {
content: "\f19a";
} .st-svg-checkbox {
position:relative;
}
.st-svg-checkbox:before {
content: "\e904";
color:#ccc;
z-index:2;
margin-right:10px;
}
.st-svg-checkbox:after {
content: "\e907";
color:#ff0000;
position:absolute;
z-index:1;
top:0;
left:0;
text-shadow: -1px -1px 0 rgba(255, 255, 255, 1),1px -1px 0 rgba(255, 255, 255, 1),-1px 1px 0 rgba(255, 255, 255, 1),1px 1px 0 rgba(255, 255, 255, 1);
}
.st-bigginer {
position:relative;
}
.st-svg-bigginer {
position:relative;
}
.st-svg-bigginer:before {
content: "\e910";
color:#FFEE58;
z-index:2;
}
.st-svg-bigginer:after {
content: "\e90f";
position:absolute;
color:#388E3C;
z-index:1;
top:0;
left:0;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://jobchangegogo.com/wp-content/themes/affinger/vendor/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://jobchangegogo.com/wp-content/themes/affinger/vendor/slick/fonts/slick.eot);
src: url(https://jobchangegogo.com/wp-content/themes/affinger/vendor/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://jobchangegogo.com/wp-content/themes/affinger/vendor/slick/fonts/slick.woff) format('woff'), url(https://jobchangegogo.com/wp-content/themes/affinger/vendor/slick/fonts/slick.ttf) format('truetype'), url(https://jobchangegogo.com/wp-content/themes/affinger/vendor/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}